:root{--vp-bg:#F9FAFB;--vp-card:#FFFFFF;--vp-text:#1F2937;--vp-muted:#6B7280;--vp-border:#F0F0F0;--vp-border-strong:#E5E7EB;--vp-purple:#6B4FBB;--vp-purple-soft:#F3F0FF;--vp-purple-light:#A78BFA}body{background:var(--vp-bg)!important;color:var(--vp-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.app-header{width:100vw;min-height:56px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:16px;padding:0 24px;border-bottom:1px solid var(--vp-border);background:#fff;box-sizing:border-box;justify-content:space-between;gap:16px}.app-header,.app-header-left{display:flex;align-items:center}.app-header-left{gap:40px;min-width:0}.app-brand{flex:0 0 auto;color:var(--vp-text);text-decoration:none;font-size:16px;font-weight:800;line-height:1}.app-brand span{color:var(--vp-purple)}.app-header-nav{gap:28px;overflow-x:auto;min-width:0}.app-header-link,.app-header-nav{min-height:56px;display:flex;align-items:center}.app-header-link{padding:3px 0 0;border-bottom:3px solid transparent;color:var(--vp-muted);text-decoration:none;white-space:nowrap;font-size:14px;line-height:1;font-weight:700}.app-header-link.active{color:var(--vp-purple);border-bottom-color:var(--vp-purple)}.app-header-user{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.app-header-email{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--vp-muted);font-size:14px}.app-avatar-button{width:32px;height:32px;flex:0 0 auto;border:none;border-radius:50%;background:var(--vp-purple-soft);color:var(--vp-purple);cursor:pointer;font-family:inherit;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center}.app-header-cta{height:36px;padding:0 20px;border:none;border-radius:8px;background:var(--vp-purple);color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:700}.dashboard-shell{min-height:100vh;background:var(--vp-bg)}.dashboard-main{max-width:1392px;margin:0 auto;padding:0 24px 32px;box-sizing:border-box}.dashboard-grid{display:grid;grid-template-columns:580px minmax(0,1fr);gap:16px;align-items:start}.dashboard-card{background:var(--vp-card);border:1px solid var(--vp-border);border-radius:16px;box-sizing:border-box}.dashboard-input-card,.dashboard-results-card{min-height:720px;padding:20px}.dashboard-results-card{overflow:hidden}.dashboard-alert{padding:20px;border-radius:12px;margin-bottom:16px;text-align:center;background:linear-gradient(135deg,#FEF2F2,#FFF7ED);border:1px solid #fecaca}.dashboard-small-button{padding:8px 18px;border-radius:10px;border:1px solid var(--vp-border-strong);background:#fff}.dashboard-new-button,.dashboard-small-button{font-size:13px;font-weight:600;color:var(--vp-muted);cursor:pointer;font-family:inherit}.dashboard-new-button{width:100%;height:38px;margin-bottom:14px;border-radius:8px;border:1px dashed #d1d5db;background:#FAFAFA}.dashboard-mode-toggle{gap:0;margin-bottom:12px;border-radius:8px;background:#F7F8F9;padding:2px;width:200px}.dashboard-mode-toggle button{flex:1 1;height:32px;font-size:14px;font-weight:600;font-family:inherit;border:none;border-radius:8px;cursor:pointer;background:transparent;color:var(--vp-muted)}.dashboard-mode-toggle button.active{background:#fff;color:var(--vp-text);box-shadow:0 1px 3px rgba(0,0,0,.08)}.dashboard-field-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.dashboard-field-head h1{margin:0;font-size:14px;font-weight:700;color:var(--vp-text)}.dashboard-field-head span{font-size:12px;color:var(--vp-muted);white-space:nowrap}.dashboard-textarea{width:100%;min-height:200px;padding:16px;font-size:14px;border-radius:8px;border:1px solid var(--vp-border-strong);resize:vertical;line-height:1.6;color:var(--vp-text);background:#F7F8F9;outline:none;font-family:inherit;box-sizing:border-box;margin-bottom:16px}.dashboard-url-textarea{min-height:160px}.dashboard-generate-button{width:100%;height:48px;padding:0 16px;font-size:16px;font-weight:700;border-radius:12px;border:none;font-family:inherit;cursor:pointer;background:linear-gradient(135deg,#6B4FBB,#A78BFA);color:#fff}.dashboard-generate-button:disabled{border:1px solid #d1d5db;background:#F3F4F6;color:#9CA3AF;cursor:not-allowed}.dashboard-error{margin-top:12px;padding:10px 12px;background:#FEF2F2;border:1px solid #fecaca;border-radius:8px;font-size:13px;color:#DC2626}.dashboard-results-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.dashboard-results-head h2{margin:0;font-size:16px;font-weight:800;color:var(--vp-text)}.dashboard-results-head span{font-size:12px;color:var(--vp-muted);font-weight:600}.results-compact-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:10px}.results-title-block{min-width:0}.results-title-block h2{margin:0 0 5px;color:var(--vp-text);font-size:16px;line-height:1.2;font-weight:800}.results-compact-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;color:var(--vp-muted);font-size:12px;font-weight:600}.results-compact-meta strong{color:var(--vp-primary);font-weight:800}.results-quality-pill{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;min-height:24px;padding:3px 8px;border:1px solid #a7f3d0;border-radius:999px;background:#ECFDF5;color:#047857;font-size:11.5px;line-height:1.15;font-weight:600}.results-compact-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px}.results-mini-action,.results-regenerate-action{min-height:30px;padding:0 12px;border-radius:8px;font-size:12px;font-weight:700;font-family:inherit}.results-regenerate-action{border-color:#E9E4FF;background:#F3F0FF;color:var(--vp-primary)}.results-regenerate-action:disabled{color:#9CA3AF;cursor:not-allowed}.results-visual-error{margin:0 0 12px;padding:9px 10px;border:1px solid #fecaca;border-radius:8px;background:#FEF2F2;color:#DC2626;font-size:12px;font-weight:700}.results-platform-tabs{display:flex;align-items:center;gap:6px;overflow-x:auto;padding-bottom:7px;margin-bottom:10px;border-bottom:1px solid var(--vp-border);scrollbar-width:thin}.results-platform-tab{flex:0 0 auto;min-height:34px;padding:0 11px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--vp-muted);cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;white-space:nowrap}.results-platform-tab span{margin-left:5px;padding:1px 6px;border-radius:999px;background:#F1EDFF;color:var(--vp-primary);font-size:10px;font-weight:800}.results-platform-tab.is-active{border-color:#DCD3FF;background:#F7F4FF;color:var(--vp-primary)}.dashboard-loading{animation:pulse 1.5s ease-in-out infinite}.dashboard-skeleton-card{background:#FAFAFA;border-radius:10px;padding:16px;margin-bottom:10px;border:1px solid var(--vp-border)}.dashboard-empty-state{min-height:640px;flex-direction:column;text-align:center;padding:40px;box-sizing:border-box}.dashboard-empty-icon,.dashboard-empty-state{display:flex;align-items:center;justify-content:center}.dashboard-empty-icon{width:56px;height:56px;border-radius:16px;background:var(--vp-purple-soft);color:var(--vp-purple);font-size:24px;font-weight:800;margin-bottom:18px}.dashboard-empty-state h2{margin:0 0 8px;font-size:22px;font-weight:800;color:var(--vp-text)}.dashboard-empty-state p{max-width:390px;margin:0;font-size:14px;line-height:1.6;color:var(--vp-muted)}.dashboard-empty-grid{margin-top:22px;display:grid;grid-template-columns:repeat(2,minmax(0,150px));gap:8px}.dashboard-empty-grid span{padding:9px 10px;border-radius:8px;background:#F9FAFB;border:1px solid var(--vp-border);font-size:12px;font-weight:700;color:#374151}.dashboard-bulk-card{margin-bottom:14px;border-radius:12px;border:1px solid var(--vp-border);overflow:hidden;background:#fff}.dashboard-bulk-head{padding:12px 16px;border-bottom:1px solid var(--vp-border);display:flex;justify-content:space-between;align-items:center;gap:12px}.dashboard-bulk-head.loading{background:#F9FAFB}.dashboard-bulk-head.error{background:#FEF2F2}.dashboard-bulk-head.done{background:#F0FDF4}.dashboard-bulk-head span{font-size:11px;padding:3px 10px;border-radius:6px;background:#fff;color:var(--vp-muted);font-weight:700;flex-shrink:0}.visual-mode-card{margin:14px 0;padding:12px;border:1px solid var(--vp-border);border-radius:12px;background:#fff}.visual-mode-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.visual-mode-head h2{margin:0 0 3px;color:var(--vp-text);font-size:14px;line-height:1.25;font-weight:800}.visual-mode-head p{margin:0;color:var(--vp-muted);font-size:12px;line-height:1.35}.visual-mode-head>span{flex:0 0 auto;min-height:24px;padding:4px 8px;border-radius:999px;background:#F7F4FF;color:var(--vp-purple);font-size:11px;font-weight:800;white-space:nowrap}.visual-mode-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.visual-mode-option{min-height:92px;padding:10px;border:1px solid var(--vp-border-strong);border-radius:10px;background:#fff;color:var(--vp-muted);font:inherit;text-align:left;cursor:pointer}.visual-mode-option.active{border-color:#DCD3FF;background:#F7F4FF;color:var(--vp-text)}.visual-mode-option strong{display:block;margin-bottom:4px;color:inherit;font-size:12px;line-height:1.2;font-weight:900}.visual-mode-option span{display:block;color:var(--vp-muted);font-size:11px;line-height:1.35}.visual-ai-settings{margin-top:10px;padding-top:10px;border-top:1px solid var(--vp-border)}.visual-ai-style-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:6px;margin-bottom:10px}.visual-ai-style{min-height:58px;padding:8px;border:1px solid var(--vp-border);border-radius:9px;background:#fff;color:var(--vp-muted);cursor:pointer;font:inherit;text-align:left}.visual-ai-style.active{border-color:#DCD3FF;background:#F7F4FF;color:var(--vp-text)}.visual-ai-style strong{display:block;margin-bottom:3px;color:inherit;font-size:11px;line-height:1.2;font-weight:900}.visual-ai-style span{display:block;color:var(--vp-muted);font-size:10px;line-height:1.25}.visual-ai-prompt{display:grid;gap:6px}.visual-ai-prompt>span{color:var(--vp-text);font-size:12px;line-height:1.2;font-weight:800}.visual-ai-prompt textarea{width:100%;min-height:74px;resize:vertical;box-sizing:border-box;padding:10px 11px;border:1px solid var(--vp-border-strong);border-radius:10px;background:#fff;color:var(--vp-text);font:inherit;font-size:12px;line-height:1.45;outline:none}.visual-ai-prompt textarea:focus{border-color:#C9BFFF;box-shadow:0 0 0 3px rgba(107,79,187,.12)}.native-preview-card{margin-bottom:16px;overflow:hidden;border:1px solid var(--vp-border);border-radius:12px;background:#fff}.native-preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 12px;border-bottom:1px solid var(--vp-border);background:#fff}.native-preview-toolbar h3{margin:0 0 2px;color:var(--vp-text);font-size:14px;line-height:1.25;font-weight:800}.native-preview-toolbar p{margin:0;color:var(--vp-muted);font-size:12px;font-weight:700}.native-preview-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.native-preview-toggle{height:30px;padding:0 11px;border-radius:8px;font-size:12px;font-weight:700;font-family:inherit}.native-preview-shell{max-height:610px;overflow:auto}.telegram-preview-shell{background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.35),transparent 24%),linear-gradient(135deg,#D8F0FF,#BFDDF0 44%,#DDEED8)}.telegram-preview-topbar{position:sticky;top:0;z-index:1;height:44px;padding:0 12px;display:flex;align-items:center;gap:9px;background:#2AABEE;color:#fff}.telegram-preview-back{font-size:20px;font-weight:800;opacity:.9}.telegram-preview-avatar{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.24);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900}.telegram-preview-title{display:grid;gap:2px;min-width:0}.telegram-preview-title strong{font-size:14px;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.telegram-preview-title span{font-size:11px;line-height:1.1;opacity:.82}.telegram-preview-chat{min-height:360px;padding:10px 12px 16px;box-sizing:border-box}.telegram-preview-date{width:-moz-fit-content;width:fit-content;margin:0 auto 10px;padding:4px 10px;border-radius:999px;background:rgba(35,54,70,.18);color:#fff;font-size:12px;font-weight:800}.telegram-preview-bubble{width:min(88%,620px);padding:10px 12px 8px;border-radius:8px 16px 16px 16px;background:#fff;box-shadow:0 2px 14px rgba(30,64,90,.14);color:#17212B;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.telegram-preview-image{display:block;width:100%;max-height:360px;margin-bottom:8px;border-radius:7px 14px 14px 14px;background:#DDE7EE;object-fit:cover}.telegram-preview-text{color:#17212B;font-size:14px;line-height:1.48;overflow-wrap:anywhere}.telegram-preview-text a{color:#168ACD!important}.telegram-preview-meta{margin-top:8px;color:#7C8B96;font-size:11px;text-align:right}.linkedin-preview-shell{padding:10px;background:#F3F2EF}.linkedin-preview-card{max-width:640px;margin:0 auto;overflow:hidden;border:1px solid #dadde1;border-radius:10px;background:#fff;color:#191919;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.linkedin-preview-head{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:10px;align-items:start;padding:14px 14px 8px}.linkedin-preview-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#0A66C2,#5E8ED6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900}.linkedin-preview-author{display:grid;gap:2px;min-width:0}.linkedin-preview-author strong{color:#191919;font-size:14px;line-height:1.2}.linkedin-preview-author span{color:#666;font-size:12px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.linkedin-preview-menu{width:32px;height:32px;border:none;border-radius:50%;background:transparent;color:#666;cursor:pointer;font:inherit;font-size:18px;font-weight:800;line-height:1}.linkedin-preview-text{padding:4px 14px 12px;color:#191919;font-size:14px;line-height:1.48;overflow-wrap:anywhere}.linkedin-preview-text h1,.linkedin-preview-text h2,.linkedin-preview-text h3{color:#191919!important;font-size:14px!important;margin:10px 0 4px!important}.linkedin-preview-text a{color:#0A66C2!important;font-weight:600;text-decoration:none!important}.linkedin-preview-media-image{display:block;width:100%;max-height:520px;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;background:#F3F2EF;object-fit:cover}.linkedin-preview-stats{display:flex;justify-content:space-between;gap:12px;padding:8px 14px;border-top:1px solid #e6e6e6;color:#666;font-size:12px}.linkedin-document-carousel{margin:0 14px 12px;border:1px solid #dadde1;border-radius:10px;overflow:hidden;background:#fff}.linkedin-document-stage{align-items:center;min-height:420px;padding:14px 48px;background:#F3F2EF}.linkedin-document-page,.linkedin-document-stage{position:relative;display:flex;justify-content:center}.linkedin-document-page{width:min(100%,360px);aspect-ratio:4/5;overflow:hidden;border-radius:2px;color:#fff;box-shadow:0 12px 28px rgba(25,25,25,.18);box-sizing:border-box;padding:38px 32px;flex-direction:column}.linkedin-document-page-count{position:absolute;top:18px;right:20px;color:rgba(255,255,255,.62);font-size:12px;font-weight:800}.linkedin-document-page-kicker{margin-bottom:14px;color:rgba(255,255,255,.74);font-size:11px;font-weight:800;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.linkedin-document-page-headline{color:#fff;font-weight:900;line-height:1.14}.linkedin-document-page-body{margin-top:16px;color:rgba(255,255,255,.9);font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:9}.linkedin-document-page-footer{left:32px;max-width:calc(100% - 64px);font-weight:700;line-height:1.18}.linkedin-document-page-footer,.linkedin-document-page-swipe{position:absolute;bottom:24px;color:rgba(255,255,255,.62);font-size:11px}.linkedin-document-page-swipe{right:24px;font-weight:800}.linkedin-document-arrow{position:absolute;top:50%;z-index:1;width:34px;height:34px;border:1px solid #dadde1;border-radius:50%;background:#fff;color:#191919;cursor:pointer;font:inherit;font-size:24px;font-weight:700;line-height:1;transform:translateY(-50%);box-shadow:0 2px 8px rgba(25,25,25,.12)}.linkedin-document-arrow:first-child{left:10px}.linkedin-document-arrow:last-child{right:10px}.linkedin-document-arrow:disabled{opacity:.38;cursor:not-allowed}.linkedin-document-nav{min-height:42px;padding:8px 12px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;border-top:1px solid #e6e6e6;background:#fff}.linkedin-document-dots{display:flex;align-items:center;gap:5px}.linkedin-document-dots button{width:6px;height:6px;padding:0;border:none;border-radius:999px;background:#B0B7C3;cursor:pointer}.linkedin-document-dots button.is-active{width:18px;background:#0A66C2}.linkedin-document-nav span{color:#666;font-size:12px;font-weight:700}.linkedin-document-export{justify-self:end;min-height:28px;padding:0 10px;border:1px solid #dadde1;border-radius:999px;background:#fff;color:#0A66C2;cursor:pointer;font:inherit;font-size:12px;font-weight:800}.linkedin-document-export:disabled{color:#7A9FC5;cursor:not-allowed}.linkedin-document-editor{padding:12px;display:grid;gap:10px;border-top:1px solid #e6e6e6;background:#FAFBFC}.linkedin-document-editor-head,.linkedin-document-style-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.linkedin-document-editor label>span,.linkedin-document-editor-head strong,.linkedin-document-style-row>span{color:#191919;font-size:12px;line-height:1.2;font-weight:800}.linkedin-document-editor-head>div,.linkedin-document-style-row>div{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.linkedin-document-editor-head button,.linkedin-document-style-row button{min-height:28px;padding:0 9px;border:1px solid #dadde1;border-radius:999px;background:#fff;color:#4B5563;cursor:pointer;font:inherit;font-size:11px;font-weight:800}.linkedin-document-style-row button.is-active{border-color:#0A66C2;background:#EAF3FF;color:#0A66C2}.linkedin-document-editor-head button:disabled{opacity:.42;cursor:not-allowed}.linkedin-document-editor label{display:grid;gap:5px}.linkedin-document-editor input,.linkedin-document-editor textarea{width:100%;box-sizing:border-box;padding:8px 9px;border:1px solid #dadde1;border-radius:8px;background:#fff;color:#191919;outline:none;font:inherit;font-size:12px;line-height:1.35}.linkedin-document-editor textarea{min-height:78px;resize:vertical}.linkedin-document-editor input:focus,.linkedin-document-editor textarea:focus{border-color:#0A66C2;box-shadow:0 0 0 3px rgba(10,102,194,.12)}.linkedin-preview-comment{display:grid;grid-template-columns:30px minmax(0,1fr);gap:9px;padding:10px 14px 12px;border-top:1px solid #e6e6e6;background:#F8FAFC}.linkedin-preview-comment-avatar{width:30px;height:30px;border-radius:50%;background:#0A66C2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}.linkedin-preview-comment strong{display:block;margin-bottom:3px;color:#191919;font-size:12px;line-height:1.2}.linkedin-preview-comment span{display:block;color:#0A66C2;font-size:12px;line-height:1.35;overflow-wrap:anywhere}.linkedin-preview-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;padding:4px 8px 8px;border-top:1px solid #e6e6e6}.linkedin-preview-actions button{height:36px;border:none;border-radius:6px;background:transparent;color:#666;cursor:default;font:inherit;font-size:13px;font-weight:700}.twitter-preview-shell{padding:0;background:#F7F9F9}.x-native-card{margin-bottom:16px;overflow:hidden;border:1px solid #cfd9de;border-radius:14px;background:#fff}.x-preview-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;border-bottom:1px solid #eff3f4;background:#fff}.x-preview-controls>div:first-child{display:grid;gap:1px;min-width:0}.x-preview-controls strong{color:#0F1419;font-size:14px;line-height:1.2;font-weight:800}.x-preview-controls span{color:#536471;font-size:12px;line-height:1.2;font-weight:700}.x-preview-control-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.twitter-preview-card,.x-preview-card{max-width:600px;margin:0 auto;border:1px solid #cfd9de;border-radius:16px;background:#fff;color:#0F1419;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.x-preview-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid #eff3f4}.x-preview-topbar div{display:grid;gap:1px}.x-preview-topbar strong{color:#0F1419;font-size:20px;line-height:1.2;font-weight:900}.x-preview-topbar span{color:#536471;font-size:12px;line-height:1.2}.x-preview-topbar button{min-height:30px;padding:0 15px;border:none;border-radius:999px;background:#0F1419;color:#fff;cursor:default;font:inherit;font-size:12px;font-weight:800}.twitter-preview-head{display:flex;gap:10px;align-items:center;padding:14px 16px 4px}.twitter-preview-avatar{width:42px;height:42px;border-radius:50%;background:#0F1419;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:900}.twitter-preview-head strong,.twitter-tweet-meta strong{display:block;color:#0F1419;font-size:14px}.twitter-preview-head span,.twitter-tweet-meta span{color:#536471;font-size:13px}.twitter-thread{padding:0 16px 10px}.twitter-tweet{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px}.twitter-thread-line{width:2px;min-height:100%;margin:8px auto 0;background:#CFD9DE}.twitter-avatar-column{display:grid;grid-template-rows:auto 1fr;justify-items:center}.twitter-tweet:last-child .twitter-thread-line{background:transparent}.twitter-tweet-body{padding:12px 0 14px;border-bottom:1px solid #eff3f4}.twitter-tweet-meta{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap}.twitter-tweet:last-child .twitter-tweet-body{border-bottom:none}.twitter-preview-text{margin-top:5px;color:#0F1419;font-size:15px;line-height:1.42;overflow-wrap:anywhere}.twitter-preview-text a{color:#1D9BF0!important;text-decoration:none!important}.twitter-preview-image{display:block;width:100%;max-height:360px;margin-top:10px;border:1px solid #cfd9de;border-radius:16px;background:#EFF3F4;object-fit:cover}.twitter-preview-actions{display:flex;justify-content:space-between;gap:10px;max-width:360px;margin-top:12px;color:#536471;font-size:12px;font-weight:700}.twitter-link-reply{margin:0 16px 12px 68px;padding:10px 12px;border:1px solid #cfd9de;border-radius:14px;background:#F7F9F9;color:#0F1419}.twitter-link-reply strong{display:block;margin-bottom:4px;font-size:12px;line-height:1.2;font-weight:900}.twitter-link-reply span{display:block;color:#1D9BF0;font-size:13px;line-height:1.35;overflow-wrap:anywhere}.x-hashtag-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.x-hashtag-row span{color:#1D9BF0;font-size:15px;line-height:1.35}.twitter-character-row{display:flex;justify-content:space-between;gap:10px;margin-top:8px;color:#536471;font-size:11px;font-weight:700}.email-preview-shell{padding:16px;background:#F5F7FB}.email-preview-window{max-width:700px;min-height:420px;margin:0 auto;display:grid;grid-template-columns:150px minmax(0,1fr);overflow:hidden;border:1px solid #dde3ea;border-radius:14px;background:#fff;box-shadow:0 10px 30px rgba(31,41,55,.08)}.email-preview-sidebar{display:grid;align-content:start;gap:12px;padding:18px;background:#F8FAFC;border-right:1px solid #e5e7eb;color:#64748B;font-size:13px;font-weight:700}.email-preview-sidebar strong{color:#1F2937;font-size:15px}.email-preview-message{padding:20px}.email-preview-subject{margin-bottom:16px;color:#111827;font-size:22px;line-height:1.25;font-weight:800}.email-preview-from{display:flex;align-items:center;gap:10px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.email-preview-avatar{width:40px;height:40px;border-radius:50%;background:var(--vp-purple-soft);color:var(--vp-purple);display:flex;align-items:center;justify-content:center;font-weight:900}.email-preview-from strong{display:block;color:#111827;font-size:14px}.email-preview-from span{color:#6B7280;font-size:12px}.email-preview-image{display:block;width:100%;max-height:320px;margin-top:18px;border:1px solid #e5e7eb;border-radius:12px;background:#F3F4F6;object-fit:cover}.email-preview-body{padding-top:18px;color:#1F2937;font-family:Georgia,Times New Roman,serif;font-size:16px;line-height:1.68;overflow-wrap:anywhere}.email-preview-body a{color:var(--vp-purple)!important}.reddit-preview-shell{padding:16px;background:#DAE0E6}.reddit-preview-card{max-width:720px;margin:0 auto;display:grid;grid-template-columns:44px minmax(0,1fr);overflow:hidden;border:1px solid #ccc;border-radius:6px;background:#fff;color:#1A1A1B;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.reddit-preview-votes{display:grid;justify-items:center;align-content:start;gap:4px;padding:10px 0;background:#F8F9FA;color:#1A1A1B;font-size:12px}.reddit-preview-votes button{border:none;background:transparent;color:#878A8C;cursor:default;font:inherit;font-weight:900}.reddit-preview-content{padding:12px 14px}.reddit-preview-meta{margin-bottom:8px;color:#787C7E;font-size:12px;font-weight:700}.reddit-preview-content h4{margin:0 0 10px;color:#222;font-size:18px;line-height:1.3}.reddit-preview-image{display:block;width:100%;max-height:360px;margin:10px 0 12px;border:1px solid #dadce0;border-radius:4px;background:#F6F7F8;object-fit:cover}.reddit-preview-text{color:#1A1A1B;font-size:14px;line-height:1.55;overflow-wrap:anywhere}.reddit-preview-actions{display:flex;gap:16px;margin-top:14px;color:#878A8C;font-size:12px;font-weight:800}.medium-preview-shell{padding:16px;background:#fff}.medium-preview-article{max-width:680px;margin:0 auto;padding:26px 28px 34px;border:1px solid #e6e6e6;border-radius:4px;background:#fff;color:#242424}.medium-preview-nav{display:flex;justify-content:space-between;gap:16px;margin-bottom:30px;color:#6B6B6B;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px}.medium-preview-nav strong{color:#242424;font-size:18px;letter-spacing:-.02em}.medium-preview-article h1{margin:0 0 12px;color:#242424;font-family:Georgia,Times New Roman,serif;font-size:34px;line-height:1.15;font-weight:700}.medium-preview-byline{margin-bottom:24px;color:#6B6B6B;font-size:13px}.medium-preview-image{display:block;width:100%;max-height:420px;margin-bottom:26px;border-radius:2px;background:#F2F2F2;object-fit:cover}.medium-preview-body{color:#242424;font-family:Georgia,Times New Roman,serif;font-size:18px;line-height:1.75;overflow-wrap:anywhere}.medium-preview-body h1,.medium-preview-body h2,.medium-preview-body h3{color:#242424!important;font-family:Georgia,Times New Roman,serif!important;font-size:24px!important;margin:28px 0 10px!important}.instagram-preview-shell{padding:18px;background:linear-gradient(135deg,rgba(253,29,29,.14),rgba(131,58,180,.14)),#FAFAFA}.instagram-preview-phone{max-width:390px;margin:0 auto;overflow:hidden;border:1px solid #dbdbdb;border-radius:22px;background:#fff;color:#262626;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;box-shadow:0 18px 40px rgba(31,41,55,.16)}.instagram-preview-head{height:54px;padding:0 14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #efefef}.instagram-preview-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#F58529,#DD2A7B,#8134AF);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900}.instagram-preview-head strong{flex:1 1;color:#262626;font-size:14px}.instagram-preview-media{aspect-ratio:1/1;overflow:hidden;background:#111827}.instagram-preview-image{display:block;width:100%;height:100%;object-fit:cover}.instagram-preview-slide{width:100%;height:100%;padding:28px;box-sizing:border-box;background:linear-gradient(135deg,#6B4FBB,#E1306C);color:#fff;display:flex;flex-direction:column;justify-content:center;gap:20px;text-align:center}.instagram-preview-slide strong{font-size:22px;line-height:1.28}.instagram-preview-slide span{color:rgba(255,255,255,.76);font-size:12px;font-weight:800}.instagram-preview-icons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;padding:10px 12px;color:#262626;font-size:12px;font-weight:800}.instagram-preview-caption{padding:0 12px 14px;color:#262626;font-size:13px;line-height:1.48;overflow-wrap:anywhere}.instagram-preview-caption strong{margin-right:4px}.instagram-link-bio{padding:0 12px 14px;color:#8E8E8E;font-size:12px;line-height:1.35;overflow-wrap:anywhere}.native-block-editor{border-top:1px solid var(--vp-border);background:#FAFAFA}.native-block-editor-item{padding:12px 14px}.native-block-editor-item+.native-block-editor-item{border-top:1px dashed #e5e7eb}@media (max-width:1120px){.dashboard-grid{grid-template-columns:1fr}.dashboard-input-card,.dashboard-results-card{min-height:auto}}@media (max-width:720px){.dashboard-main{padding:0 12px 24px}.dashboard-card{border-radius:12px}.dashboard-input-card,.dashboard-results-card{padding:14px}.dashboard-mode-toggle{width:100%}.dashboard-empty-grid,.visual-mode-options{grid-template-columns:1fr}.native-preview-toolbar,.visual-mode-head{align-items:stretch;flex-direction:column}.native-preview-actions{justify-content:stretch}.native-preview-actions>*{flex:1 1}.native-preview-shell{max-height:560px}.telegram-preview-chat{min-height:360px;padding:14px 10px 18px}.telegram-preview-bubble{width:100%;box-sizing:border-box}.linkedin-preview-shell{padding:10px}.linkedin-preview-actions button{font-size:12px}.linkedin-document-carousel{margin:0 10px 10px}.linkedin-document-stage{min-height:330px;padding:12px 38px}.linkedin-document-page{width:min(100%,270px);padding:30px 24px}.linkedin-document-page-footer{left:24px;bottom:20px;max-width:calc(100% - 48px)}.linkedin-document-page-swipe{right:20px;bottom:20px}.linkedin-document-nav{grid-template-columns:1fr;justify-items:stretch}.linkedin-document-nav>span{text-align:center}.linkedin-document-dots{justify-content:center}.linkedin-document-export{justify-self:stretch}.linkedin-document-editor-head,.linkedin-document-style-row{align-items:stretch;flex-direction:column}.linkedin-document-editor-head>div,.linkedin-document-style-row>div{justify-content:stretch}.linkedin-document-editor-head button,.linkedin-document-style-row button{flex:1 1}.email-preview-shell,.instagram-preview-shell,.medium-preview-shell,.reddit-preview-shell,.twitter-preview-shell{padding:10px}.x-preview-controls{align-items:stretch;flex-direction:column}.x-preview-control-actions{justify-content:stretch}.x-preview-control-actions>*{flex:1 1}.twitter-preview-shell{padding:0}.twitter-link-reply{margin-left:52px}.email-preview-window{grid-template-columns:1fr}.email-preview-sidebar{display:none}.medium-preview-article{padding:22px 18px 28px}.medium-preview-article h1{font-size:28px}.medium-preview-body{font-size:16px}.reddit-preview-card{grid-template-columns:36px minmax(0,1fr)}.instagram-preview-slide{padding:20px}.instagram-preview-slide strong{font-size:19px}}.app-page-main{max-width:1200px;margin:0 auto;padding:8px 24px 40px;box-sizing:border-box}.app-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:8px 0 24px}.app-page-title-row{display:flex;align-items:baseline;gap:16px;flex-wrap:wrap}.app-page-title{margin:0;font-size:24px;line-height:1.2;font-weight:800;color:var(--vp-text)}.app-page-muted,.app-page-subtitle{margin:0;font-size:14px;line-height:1.5;color:var(--vp-muted)}.app-page-count{font-size:14px;font-weight:600;color:#9CA3AF}.app-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.app-search-input{width:320px;height:40px;padding:0 14px;border:1px solid var(--vp-border-strong);border-radius:8px;color:var(--vp-text);font:inherit;font-size:14px}.app-card,.app-search-input{background:#fff;box-sizing:border-box}.app-card{border:1px solid var(--vp-border);border-radius:12px}.app-empty-state{padding:56px 28px;text-align:center;color:var(--vp-muted)}.app-empty-state h2{margin:0 0 8px;font-size:18px;color:var(--vp-text)}.app-empty-state p{margin:0 auto 22px;max-width:420px;font-size:14px;line-height:1.6}.app-filter-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:28px}.app-chip{height:32px;padding:0 16px;border-radius:8px;border:1px solid var(--vp-border-strong);background:#fff;color:var(--vp-muted);font-family:inherit;font-size:14px;font-weight:700;cursor:pointer}.app-chip.active{border-color:var(--vp-purple);background:var(--vp-purple);color:#fff}.history-group{margin-bottom:26px}.history-date-label{margin:0 0 12px;font-size:14px;font-weight:800;color:#6B7280}.history-card{margin-bottom:12px;overflow:hidden}.history-row{display:grid;grid-template-columns:112px minmax(0,1fr) auto;gap:24px;align-items:center;padding:18px 20px;cursor:pointer}.history-time{font-size:14px;font-weight:800;color:#6B7280}.history-main{min-width:0}.history-title-line{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.history-title{min-width:0;color:var(--vp-text);font-size:16px;line-height:1.35;font-weight:800}.history-preview,.history-title{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-preview{color:#9CA3AF;font-size:13px;line-height:1.45}.history-platforms{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.platform-chip-small{display:inline-flex;align-items:center;max-width:100%;height:28px;padding:0 12px;border-radius:999px;background:var(--vp-purple-soft);color:var(--vp-purple);font-size:12px;font-weight:800;white-space:nowrap}.history-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.icon-action{min-width:36px;height:36px;padding:0 12px;border:1px solid var(--vp-border-strong);border-radius:8px;background:#fff;color:var(--vp-muted);font:inherit;font-size:12px;font-weight:800;cursor:pointer}.history-expanded{padding:0 20px 20px;border-top:1px solid var(--vp-border)}.history-tabs{display:flex;gap:4px;overflow-x:auto;border-bottom:1px solid var(--vp-border);margin:14px 0 16px}.history-tab{flex:0 0 auto;padding:11px 12px;border:none;border-bottom:2px solid transparent;background:transparent;color:var(--vp-muted);font:inherit;font-size:13px;font-weight:700;cursor:pointer}.history-tab.active{color:var(--vp-purple);border-bottom-color:var(--vp-purple)}.history-load-more{display:flex;justify-content:center;padding:12px 0 0}.pricing-user-strip{display:flex;justify-content:center;margin:-4px 0 18px}.pricing-user-pill{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 18px;border:1px solid #e9e4ff;border-radius:999px;background:var(--vp-purple-soft);color:var(--vp-purple);font-size:13px;font-weight:800}.pricing-hero{text-align:center;margin:14px 0 32px}.pricing-hero h1{margin:0 0 10px;font-size:32px;line-height:1.2;font-weight:800;color:var(--vp-text)}.pricing-hero p{margin:0 auto;max-width:620px;color:var(--vp-muted);font-size:15px;line-height:1.6}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-bottom:32px}.pricing-card{position:relative;min-height:460px;padding:26px 24px;border:1px solid var(--vp-border-strong);border-radius:16px;background:#fff;display:flex;flex-direction:column;box-sizing:border-box}.pricing-card.current{border-color:#21B861}.pricing-card.featured{border-color:var(--vp-purple);box-shadow:0 10px 30px rgba(107,79,187,.08)}.pricing-badge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;height:24px;padding:0 10px;border-radius:999px;background:#F0FDF4;color:#059669;font-size:12px;font-weight:800;margin-bottom:16px}.pricing-card.featured .pricing-badge{background:var(--vp-purple-soft);color:var(--vp-purple)}.pricing-plan-name{margin:0 0 8px;font-size:20px}.pricing-plan-name,.pricing-price{font-weight:800;color:var(--vp-text)}.pricing-price{margin:0 0 10px;font-size:32px;line-height:1.1}.pricing-price span{font-size:14px;color:var(--vp-muted);font-weight:700}.pricing-description{margin:0 0 22px;min-height:42px;color:var(--vp-muted);font-size:14px;line-height:1.5}.pricing-features{display:grid;gap:12px;margin:0 0 26px;padding:0;list-style:none}.pricing-features li{display:flex;gap:10px;color:#374151;font-size:14px;line-height:1.45}.pricing-features li:before{content:"\2713";color:#21B861;font-weight:900}.pricing-button{margin-top:auto;height:44px;border-radius:10px;border:1px solid var(--vp-border-strong);background:#fff;color:var(--vp-text);font:inherit;font-size:14px;font-weight:800;cursor:pointer}.pricing-button.primary{border-color:var(--vp-purple);background:var(--vp-purple);color:#fff}.pricing-button:disabled{cursor:default;color:#9CA3AF;background:#F7F8F9}.pricing-card>a{display:block;margin-top:auto}.pricing-card>a .pricing-button{width:100%;margin-top:0}.pricing-card>.pricing-button{width:100%}.pricing-compare-title{text-align:center;margin:8px 0 18px;font-size:24px;line-height:1.2;font-weight:800;color:var(--vp-text)}.pricing-table-wrap{max-width:960px;margin:0 auto 36px;overflow:hidden;border-radius:12px;border:1px solid var(--vp-border);background:#fff}.pricing-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:14px}.pricing-table th{height:48px;background:var(--vp-purple);color:#fff;text-align:center;font-weight:800}.pricing-table th:first-child{text-align:left;padding-left:20px}.pricing-table td{height:44px;padding:0 20px;color:#374151;border-top:1px solid var(--vp-border);text-align:center;font-weight:600}.pricing-table td:first-child{text-align:left;color:var(--vp-muted);font-weight:700}.pricing-table tr:nth-child(2n) td{background:#F7F8F9}.pricing-faq{max-width:760px;margin:0 auto}.pricing-faq details{margin-bottom:8px;border-radius:10px;border:1px solid var(--vp-border);background:#fff;overflow:hidden}.pricing-faq summary{padding:15px 18px;cursor:pointer;list-style:none;font-size:14px;font-weight:800;color:var(--vp-text)}.pricing-faq div{padding:0 18px 16px;color:var(--vp-muted);font-size:13px;line-height:1.7}.settings-layout{display:grid;grid-template-columns:200px minmax(0,760px);gap:40px;align-items:start;max-width:1040px}.settings-sidebar{display:grid;gap:4px}.settings-nav-button{width:100%;height:40px;padding:0 16px;border:none;border-radius:8px;background:transparent;color:#6B7280;font:inherit;font-size:14px;font-weight:700;text-align:left;cursor:pointer}.settings-nav-button.active{background:var(--vp-purple-soft);color:var(--vp-purple)}.settings-panel-stack{display:grid;gap:20px}.settings-panel{padding:24px}.settings-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.settings-panel-title{margin:0 0 8px;font-size:18px;line-height:1.25;font-weight:800;color:var(--vp-text)}.settings-panel-copy{margin:0;color:var(--vp-muted);font-size:14px;line-height:1.55}.settings-avatar{width:56px;height:56px;border-radius:50%;background:var(--vp-purple-soft);color:var(--vp-purple);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:900;flex-shrink:0}.settings-profile-line{display:flex;align-items:center;gap:16px;margin-bottom:24px}.settings-status-badge{display:inline-flex;align-items:center;gap:8px;height:28px;padding:0 12px;border-radius:999px;border:1px solid #e5e7eb;background:#F3F4F6;color:#6B7280;font-size:12px;font-weight:800;white-space:nowrap}.settings-status-badge.success{border-color:#BBF7D0;background:#F0FDF4;color:#059669}.settings-status-badge.warning{border-color:#FDE68A;background:#FFFBEB;color:#B45309}.settings-status-badge.error{border-color:#FECACA;background:#FEF2F2;color:#DC2626}.settings-status-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.settings-field{margin-bottom:20px}.settings-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.settings-label{display:block;color:#374151;font-size:13px;font-weight:800}.settings-help{color:#9CA3AF;font-size:12px;font-weight:700}.settings-input,.settings-textarea{width:100%;border:1px solid var(--vp-border-strong);border-radius:8px;background:#F7F8F9;color:var(--vp-text);font:inherit;font-size:14px;box-sizing:border-box;outline:none}.settings-input{height:40px;padding:0 14px}.settings-textarea{min-height:90px;padding:12px 14px;resize:vertical;line-height:1.6}.settings-example-card{position:relative;margin-bottom:12px}.settings-example-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:6px;color:#9CA3AF;font-size:12px;font-weight:700}.settings-remove-button{border:none;background:transparent;color:#9CA3AF;cursor:pointer;font:inherit;font-size:18px;line-height:1;padding:4px}.settings-add-button{width:100%;height:38px;border:1px dashed #d1d5db;border-radius:8px;background:#fff;color:var(--vp-muted);font:inherit;font-size:13px;font-weight:800;cursor:pointer;margin-bottom:16px}.settings-actions{display:flex;align-items:center;gap:12px;margin-top:6px}.settings-danger-button,.settings-primary-button,.settings-secondary-button{height:44px;padding:0 20px;border-radius:10px;font:inherit;font-size:14px;font-weight:800;cursor:pointer}.settings-primary-button{flex:1 1;border:none;background:linear-gradient(135deg,#6B4FBB,#A78BFA);color:#fff}.settings-primary-button:disabled{background:#E5E7EB;color:#9CA3AF;cursor:not-allowed}.settings-secondary-button{border:1px solid var(--vp-border-strong);background:#fff;color:var(--vp-text)}.settings-danger-button{border:1px solid #fecaca;background:#fff;color:#DC2626}.settings-alert{padding:12px 14px;border-radius:10px;font-size:13px;line-height:1.5;margin-bottom:14px}.settings-alert.error{color:#DC2626;background:#FEF2F2;border:1px solid #fecaca}.settings-alert.success{color:#059669;background:#F0FDF4;border:1px solid #bbf7d0}.settings-alert.info{color:var(--vp-purple);background:var(--vp-purple-soft);border:1px solid #e9e4ff}.settings-progress-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin:18px 0 10px}.settings-progress-track{height:8px;border-radius:999px;background:#E9E4FF;overflow:hidden}.settings-progress-fill{height:100%;border-radius:999px;background:linear-gradient(135deg,#6B4FBB,#21B861);transition:width .25s ease}.settings-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.settings-mini-plan{padding:16px;border:1px solid var(--vp-border);border-radius:12px;background:#fff}.settings-mini-plan.active{border-color:#21B861;background:#F0FDF4}.settings-mini-plan h3{margin:0 0 6px;font-size:15px;color:var(--vp-text)}.settings-mini-plan p{margin:0;font-size:13px;line-height:1.5;color:var(--vp-muted)}.settings-toggle-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:16px 0;border-top:1px solid var(--vp-border)}.settings-toggle-row:first-of-type{border-top:none;padding-top:0}.settings-toggle-row h3{margin:0 0 4px;font-size:14px;color:var(--vp-text)}.settings-toggle-row p{margin:0;color:var(--vp-muted);font-size:13px;line-height:1.45}.settings-toggle{width:44px;height:24px;padding:2px;border:none;border-radius:999px;background:#D1D5DB;cursor:pointer}.settings-toggle span{display:block;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .18s ease}.settings-toggle.active{background:var(--vp-purple)}.settings-toggle.active span{transform:translateX(20px)}@media (max-width:920px){.app-header{align-items:center;flex-direction:row;padding:0 16px;gap:12px}.app-header-auth{align-items:flex-start;flex-direction:column;padding:0 16px 10px;gap:0}.app-header-left{gap:22px}.app-header-auth .app-header-left{width:100%}.app-header-nav{flex:1 1;gap:20px}.app-header-user{width:100%}.app-page-header{align-items:flex-start;flex-direction:column}.app-search-input{width:min(100%,420px)}.pricing-grid,.settings-layout,.settings-plan-grid{grid-template-columns:1fr}.settings-layout{gap:18px}.settings-sidebar{display:flex;gap:8px;overflow-x:auto}.settings-nav-button{width:auto;flex:0 0 auto;white-space:nowrap}}@media (max-width:720px){.app-header{padding:0 12px}.app-header-auth{padding:0 12px 10px}.app-header-left{gap:14px}.app-header-public .app-header-left{flex:1 1;min-width:0}.app-header-nav{gap:18px}.app-header-public .app-header-nav{min-width:0}.app-header-link{font-size:13px}.app-header-email{max-width:calc(100vw - 72px)}.app-header-cta{width:auto;padding:0 14px}.app-header-auth .app-header-cta{width:100%}.app-page-main{padding:4px 12px 28px}.app-page-title{font-size:22px}.app-search-input,.app-toolbar{width:100%}.history-row{grid-template-columns:1fr;gap:10px;padding:16px}.history-actions{flex-wrap:wrap;justify-content:space-between}.history-platforms{width:100%}.history-actions .icon-action{flex:1 1;min-width:0}.history-preview,.history-title{white-space:normal}.pricing-hero h1{font-size:27px}.pricing-card{min-height:auto}.pricing-table{min-width:720px}.pricing-table-wrap{overflow-x:auto}.settings-panel{padding:18px}.settings-progress-row{grid-template-columns:1fr;gap:8px}.settings-actions,.settings-panel-head,.settings-profile-line{align-items:stretch;flex-direction:column}}button:not(:disabled):hover{filter:brightness(.95);transition:all .15s ease}button:not(:disabled):active{transform:scale(.98)}button.btn-primary:not(:disabled):hover{filter:brightness(1.05);box-shadow:0 4px 16px rgba(107,79,187,.25)}button.btn-secondary:not(:disabled):hover{background:#F9FAFB!important;border-color:#9CA3AF!important}button.btn-icon:hover{background:#F3F4F6!important}a.nav-link:hover{color:#6B4FBB!important;background:#F9FAFB!important}input:focus,textarea:focus{border-color:#6B4FBB!important;box-shadow:0 0 0 3px rgba(107,79,187,.1);transition:border-color .15s ease,box-shadow .15s ease}.card-hover:hover{border-color:#D1D5DB!important;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .2s ease}button.platform-pill:not(:disabled):hover{border-color:#6B4FBB!important;color:#6B4FBB!important}button.tab-btn:hover{color:#6B4FBB!important}.history-item:hover{background:#FAFAFA;transition:background .15s ease}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.input-section{transition:max-height .3s ease,opacity .3s ease,margin .3s ease;overflow:hidden}.input-section.collapsed{max-height:60px;opacity:.7}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#D1D5DB;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9CA3AF}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #6B4FBB;outline-offset:2px}