.hero{padding-top:clamp(60px,8vw,100px);padding-bottom:30px;text-align:center}.pill-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:var(--radius-pill);background:#ffffff0d;border:1px solid rgba(255,255,255,.12);font-size:13.5px;font-weight:600;color:var(--cyan);margin-bottom:24px}.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--cyan);box-shadow:0 0 10px var(--cyan)}.hero-title{font-size:clamp(34px,5.5vw,64px);font-weight:800;letter-spacing:-.03em;max-width:20ch;margin:0 auto}.hero-sub{font-size:clamp(15.5px,2vw,18.5px);color:var(--text-soft);max-width:58ch;margin:18px auto 0;line-height:1.6}.generator-card{max-width:820px;margin:36px auto 0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:30px;text-align:left;box-shadow:0 25px 60px #00000080}.gen-input-group{margin-bottom:24px}.group-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.group-label-row label,.gen-input-group label{color:#fff;font-weight:700;font-size:14px}.label-hint{color:var(--text-muted);font-size:12.5px}.gen-input-group input{width:100%;background:#121722f2;border:1.5px solid rgba(255,255,255,.14);border-radius:12px;padding:14px 18px;color:#fff;font-size:16px;outline:none;transition:border-color .2s,box-shadow .2s}.gen-input-group input:focus{border-color:var(--cyan);box-shadow:0 0 16px #00f2fe33}.niche-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px;margin-top:8px}.niche-chip{background:#ffffff08;border:1px solid rgba(255,255,255,.08);color:var(--text-soft);padding:9px 12px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;text-align:left;transition:all .15s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.niche-chip:hover,.niche-chip.active{background:#00f2fe1f;color:var(--cyan);border-color:var(--cyan)}.tone-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px;margin-top:8px}.tone-chip{background:#ffffff08;border:1px solid rgba(255,255,255,.08);color:var(--text-soft);padding:9px 12px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;text-align:left;transition:all .15s}.tone-chip:hover,.tone-chip.active{background:#fe2c551f;color:var(--pink);border-color:var(--pink)}.controls-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;padding-top:10px;border-top:1px solid rgba(255,255,255,.06)}.control-item label{display:block;color:#fff;font-weight:600;font-size:13px;margin-bottom:8px}.custom-select{width:100%;background:#121722f2;border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:10px 12px;color:#fff;font-size:13.5px;outline:none;cursor:pointer}.custom-select:focus{border-color:var(--cyan)}.action-btn-row{margin-top:10px}.action-btn-row .btn{width:100%;font-size:16px;padding:14px 24px}.results-header-bar{display:flex;justify-content:space-between;align-items:center;background:#121722d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.09);border-radius:var(--radius-lg);padding:20px 26px;margin-bottom:24px;box-shadow:0 8px 32px #00000040;flex-wrap:wrap;gap:16px}.results-title-row{display:flex;align-items:center;gap:12px}.results-title{color:#fff;font-size:20px;font-weight:800;letter-spacing:-.02em;margin:0}.results-badge{display:inline-flex;align-items:center;background:#00f2fe1f;border:1px solid rgba(0,242,254,.3);color:var(--cyan);font-size:11.5px;font-weight:700;padding:3px 10px;border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.03em}.results-sub{color:var(--text-soft);font-size:13.5px;display:block;margin-top:4px;line-height:1.5}.results-toolbar-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.filter-tabs{display:flex;gap:6px;background:#ffffff08;padding:4px;border-radius:var(--radius-pill);border:1px solid rgba(255,255,255,.07)}.tab-btn{background:transparent;border:none;color:var(--text-soft);padding:7px 15px;border-radius:var(--radius-pill);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.tab-btn:hover{color:#fff;background:#ffffff0f}.tab-btn.active{background:var(--cyan);color:#07090e;font-weight:700;box-shadow:0 0 16px #00f2fe66}.batch-actions{display:flex;gap:8px}.btn-outline-batch{display:inline-flex;align-items:center;gap:6px;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);color:var(--text-soft);font-size:12.5px;font-weight:600;padding:7px 14px;border-radius:var(--radius-pill);cursor:pointer;transition:all .2s}.btn-outline-batch:hover{border-color:var(--cyan);color:var(--cyan);background:#00f2fe1a;box-shadow:0 0 12px #00f2fe33}.captions-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(460px,1fr));gap:22px}@media(max-width:640px){.captions-list{grid-template-columns:1fr}}.caption-card{background:#121722d9;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:16px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;box-shadow:0 6px 24px #00000059;position:relative;overflow:hidden}.caption-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3.5px;background:linear-gradient(90deg,var(--cyan) 0%,var(--violet) 50%,var(--pink) 100%);opacity:.85}.caption-card:hover{border-color:#00f2fe66;transform:translateY(-4px);box-shadow:0 14px 38px #00f2fe1f,0 4px 16px #00000080}.cap-card-head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.cap-head-left{display:flex;align-items:center;gap:8px}.cap-num{font-family:monospace;font-weight:800;font-size:11.5px;color:var(--text-muted);background:#ffffff0d;border:1px solid rgba(255,255,255,.08);padding:3px 7px;border-radius:6px}.cap-tag-badge{display:inline-flex;align-items:center;gap:6px;background:#00f2fe1a;border:1px solid rgba(0,242,254,.25);color:var(--cyan);font-size:12px;font-weight:700;padding:4px 11px;border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.02em}.cap-head-right{display:flex;align-items:center;gap:8px}.cap-score-pill{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;color:var(--pink);background:#fe2c551a;border:1px solid rgba(254,44,85,.25);padding:3px 9px;border-radius:var(--radius-pill)}.cap-score-bar{width:32px;height:5px;background:#ffffff1f;border-radius:var(--radius-pill);overflow:hidden;display:inline-block}.cap-score-fill{height:100%;background:linear-gradient(90deg,#fe2c55,#ffb020);border-radius:var(--radius-pill);display:block}.cap-preview-btn{display:inline-flex;align-items:center;gap:4px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:var(--text-soft);font-size:11.5px;font-weight:600;padding:4px 10px;border-radius:var(--radius-pill);cursor:pointer;transition:all .15s}.cap-preview-btn:hover{background:#00f2fe1f;color:var(--cyan);border-color:#00f2fe4d}.cap-content-box{position:relative;background:#0d1118a6;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:18px;flex:1;display:flex;flex-direction:column;gap:12px}.cap-hook-callout{background:#00f2fe0d;border:1px dashed rgba(0,242,254,.25);border-radius:9px;padding:10px 14px}.hook-indicator{display:inline-block;font-size:10.5px;font-weight:800;color:var(--cyan);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.hook-lead-text{font-size:15px;font-weight:700;color:#fff;line-height:1.5;margin:0}.cap-body-text{color:var(--text);font-size:14.5px;line-height:1.65;margin:0;white-space:pre-wrap;word-break:break-word}.cap-hashtags-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.hashtag-chip{background:#00f2fe14;border:1px solid rgba(0,242,254,.2);color:var(--cyan);font-size:12px;font-weight:600;padding:3px 9px;border-radius:6px;transition:all .15s}.hashtag-chip:hover{background:#00f2fe2e;border-color:var(--cyan);transform:translateY(-1px)}.cap-studio-editor{background:#0d1118f2;border:1.5px solid var(--cyan);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 0 20px #00f2fe26}.studio-editor-head{display:flex;justify-content:space-between;align-items:center;font-size:12.5px}.studio-title{font-weight:700;color:var(--cyan)}.studio-char-badge{color:var(--text-soft);font-size:12px}.studio-char-badge b{color:var(--cyan)}.studio-textarea{width:100%;min-height:120px;background:#07090ee6;border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:12px 14px;color:#fff;font-size:14px;font-family:inherit;line-height:1.6;outline:none;resize:vertical}.studio-textarea:focus{border-color:var(--cyan);box-shadow:0 0 12px #00f2fe40}.studio-quick-inserts{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:4px 0}.quick-inserts-label{font-size:11.5px;color:var(--text-muted);font-weight:600}.quick-insert-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--text-soft);font-size:11.5px;padding:3px 8px;border-radius:6px;cursor:pointer;transition:.15s}.quick-insert-btn:hover{background:#00f2fe1f;color:var(--cyan);border-color:var(--cyan)}.studio-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.cap-footer{display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid rgba(255,255,255,.07);flex-wrap:wrap;gap:12px}.cap-stats{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:12px;flex-wrap:wrap}.cap-stat-item b{color:var(--text-soft)}.cap-stat-dot{color:#fff3;font-size:10px}.cap-stat-niche b{color:var(--cyan)}.cap-actions{display:flex;gap:8px;align-items:center}.btn-copy-cap{background:linear-gradient(135deg,#00f2fe,#09f)!important;color:#07090e!important;font-weight:700!important;border:none!important;box-shadow:0 4px 14px #00f2fe4d!important;transition:all .2s cubic-bezier(.175,.885,.32,1.275)!important}.btn-copy-cap:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00f2fe73!important}.btn-copy-cap.copied{background:#10b981!important;color:#fff!important;box-shadow:0 0 16px #10b98166!important;transform:scale(1.04)}.tt-sim-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.tt-sim-backdrop{position:absolute;inset:0;background:#000000bf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.tt-sim-dialog{position:relative;z-index:2;background:#0d1118;border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:28px;max-width:440px;width:100%;box-shadow:0 25px 60px #000c;display:flex;flex-direction:column;align-items:center;text-align:center}.tt-sim-close{position:absolute;top:14px;right:18px;background:#ffffff14;border:none;color:#fff;font-size:22px;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.15s}.tt-sim-close:hover{background:#fe2c5533;color:var(--pink)}.tt-sim-pill{display:inline-block;font-size:11px;font-weight:700;color:var(--cyan);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.tt-sim-title{color:#fff;font-size:18px;font-weight:800;margin:0 0 4px}.tt-sim-desc{color:var(--text-soft);font-size:12.5px;margin:0 0 20px}.tt-phone-frame{width:270px;height:480px;background:#000;border-radius:36px;border:6px solid #232a3b;box-shadow:0 16px 40px #000000b3,0 0 25px #00f2fe26;position:relative;overflow:hidden;display:flex;flex-direction:column}.tt-phone-speaker{position:absolute;top:8px;left:50%;transform:translate(-50%);width:48px;height:4px;background:#334155;border-radius:9999px;z-index:10}.tt-phone-screen{position:relative;width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.tt-phone-bg{position:absolute;inset:0;background:linear-gradient(180deg,#111827,#1f2937 40%,#030712);z-index:1}.tt-phone-ambient{position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(0,242,254,.25) 0%,rgba(254,44,85,.2) 60%,transparent 100%);top:30%;left:10%;animation:ambientPulse 6s ease-in-out infinite alternate}@keyframes ambientPulse{0%{transform:scale(1) translate(0);opacity:.5}to{transform:scale(1.3) translate(20px,-20px);opacity:.8}}.tt-phone-sidebar{position:absolute;right:10px;bottom:70px;z-index:5;display:flex;flex-direction:column;align-items:center;gap:14px}.tt-avatar-wrap{position:relative;margin-bottom:4px}.tt-side-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--cyan),var(--pink));border:1.5px solid #fff}.tt-plus-badge{position:absolute;bottom:-4px;left:50%;transform:translate(-50%);background:var(--pink);color:#fff;width:14px;height:14px;border-radius:50%;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;line-height:1}.tt-side-item{display:flex;flex-direction:column;align-items:center;gap:1px}.tt-side-icon{font-size:18px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.6))}.tt-side-label{font-size:9.5px;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.8)}.tt-vinyl-disc{width:32px;height:32px;border-radius:50%;background:repeating-radial-gradient(#111,#111 2px,#333,#111 4px);border:3px solid #222;animation:spinDisc 4s linear infinite;box-shadow:0 2px 8px #0009}@keyframes spinDisc{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tt-phone-bottom{position:relative;z-index:5;padding:12px 14px;text-align:left;max-width:200px;background:linear-gradient(0deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.3) 70%,transparent 100%)}.tt-phone-author{color:#fff;font-weight:700;font-size:12px;margin-bottom:4px;text-shadow:0 1px 3px rgba(0,0,0,.8)}.tt-follow-link{color:var(--cyan);font-weight:700;cursor:pointer}.tt-phone-caption-box{color:#f1f5f9;font-size:11.5px;line-height:1.45;text-shadow:0 1px 3px rgba(0,0,0,.8);word-break:break-word;max-height:52px;overflow:hidden;transition:max-height .3s ease}.tt-phone-caption-box.expanded{max-height:160px;overflow-y:auto}.tt-phone-more-btn{background:none;border:none;color:#cbd5e1;font-weight:800;font-size:11.5px;padding:0;cursor:pointer;text-decoration:underline}.tt-phone-sound{display:flex;align-items:center;gap:6px;color:#fff;font-size:10px;margin-top:6px;opacity:.9}.tt-sound-ticker{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.tt-sim-footer{margin-top:18px;width:100%}.tt-sim-footer .btn{width:100%}.tt-toast{position:fixed;bottom:30px;right:30px;z-index:10000;background:#0d111af2;border:1px solid var(--cyan);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 10px 30px #00f2fe4d;color:#fff;padding:12px 20px;border-radius:var(--radius-pill);display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:700;animation:toastSlideUp .3s cubic-bezier(.175,.885,.32,1.275)}.tt-toast-icon{width:22px;height:22px;border-radius:50%;background:var(--cyan);color:#07090e;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}@keyframes toastSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}:global(html.light) .results-header-bar,:global(:root[data-theme=light]) .results-header-bar{background:#fff!important;border-color:#0f172a1a!important;box-shadow:0 8px 30px #0f172a0f!important}:global(html.light) .results-title,:global(:root[data-theme=light]) .results-title{color:#0f172a!important}:global(html.light) .results-sub,:global(:root[data-theme=light]) .results-sub{color:#475569!important}:global(html.light) .filter-tabs,:global(:root[data-theme=light]) .filter-tabs{background:#f1f5f9!important;border-color:#e2e8f0!important}:global(html.light) .tab-btn,:global(:root[data-theme=light]) .tab-btn{color:#64748b!important}:global(html.light) .tab-btn:hover,:global(:root[data-theme=light]) .tab-btn:hover{color:#0f172a!important}:global(html.light) .tab-btn.active,:global(:root[data-theme=light]) .tab-btn.active{background:var(--cyan)!important;color:#07090e!important}:global(html.light) .btn-outline-batch,:global(:root[data-theme=light]) .btn-outline-batch{background:#f8fafc!important;border-color:#cbd5e1!important;color:#334155!important}:global(html.light) .btn-outline-batch:hover,:global(:root[data-theme=light]) .btn-outline-batch:hover{background:#00f2fe1a!important;border-color:var(--cyan)!important;color:#0077b6!important}:global(html.light) .caption-card,:global(:root[data-theme=light]) .caption-card{background:#fff!important;border-color:#0f172a1a!important;box-shadow:0 4px 20px #0f172a0d!important}:global(html.light) .caption-card:hover,:global(:root[data-theme=light]) .caption-card:hover{border-color:var(--cyan)!important;box-shadow:0 12px 30px #00f2fe2e!important}:global(html.light) .cap-num,:global(:root[data-theme=light]) .cap-num{background:#f1f5f9!important;border-color:#e2e8f0!important;color:#64748b!important}:global(html.light) .cap-content-box,:global(:root[data-theme=light]) .cap-content-box{background:#f8fafc!important;border-color:#e2e8f0!important}:global(html.light) .cap-hook-callout,:global(:root[data-theme=light]) .cap-hook-callout{background:#00f2fe14!important;border-color:#00b4d866!important}:global(html.light) .hook-lead-text,:global(:root[data-theme=light]) .hook-lead-text{color:#0f172a!important}:global(html.light) .cap-body-text,:global(:root[data-theme=light]) .cap-body-text{color:#1e293b!important}:global(html.light) .cap-preview-btn,:global(:root[data-theme=light]) .cap-preview-btn{background:#f1f5f9!important;border-color:#cbd5e1!important;color:#475569!important}:global(html.light) .cap-preview-btn:hover,:global(:root[data-theme=light]) .cap-preview-btn:hover{background:#00f2fe1f!important;color:#0077b6!important}:global(html.light) .studio-textarea,:global(:root[data-theme=light]) .studio-textarea{background:#fff!important;color:#0f172a!important;border-color:#cbd5e1!important}:global(html.light) .cap-stat-item b,:global(:root[data-theme=light]) .cap-stat-item b{color:#0f172a!important}:global(html.light) .cap-footer,:global(:root[data-theme=light]) .cap-footer{border-top-color:#e2e8f0!important}:global(html.light) .tt-sim-dialog,:global(:root[data-theme=light]) .tt-sim-dialog{background:#fff!important;border-color:#cbd5e1!important}:global(html.light) .tt-sim-title,:global(:root[data-theme=light]) .tt-sim-title{color:#0f172a!important}:global(html.light) .tt-sim-desc,:global(:root[data-theme=light]) .tt-sim-desc{color:#475569!important}:global(html.light) .tt-sim-close,:global(:root[data-theme=light]) .tt-sim-close{background:#f1f5f9!important;color:#0f172a!important}:global(html.light) .control-item label,:global(:root[data-theme=light]) .control-item label{color:#0f172a!important}:global(html.light) .custom-select,:global(:root[data-theme=light]) .custom-select{background:#fff!important;color:#0f172a!important;border-color:var(--border)!important}.strategy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px}.strat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;text-align:left}.strat-icon{font-size:28px;margin-bottom:12px}.strat-card h4{color:#fff;font-size:16px;margin:0 0 8px;font-weight:700}.strat-card p{color:var(--text-soft);font-size:14px;line-height:1.6;margin:0}.caption-anatomy-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:clamp(20px,3.5vw,36px);box-shadow:0 12px 36px #0000004d}.anatomy-layers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.layer-item{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:18px;display:flex;flex-direction:column;gap:8px}.layer-item.hook-layer{border-color:#00f2fe4d}.layer-item.body-layer{border-color:#4facfe4d}.layer-item.cta-layer{border-color:#ffd1664d}.layer-item.seo-layer{border-color:#fe2c554d}.layer-badge{font-size:11px;font-weight:700;padding:2px 8px;border-radius:var(--radius-pill);background:#ffffff14;color:#fff;align-self:flex-start}.hook-layer .layer-badge{background:#00f2fe26;color:#00f2fe}.body-layer .layer-badge{background:#4facfe26;color:#4facfe}.cta-layer .layer-badge{background:#ffd16626;color:#ffd166}.seo-layer .layer-badge{background:#fe2c5526;color:#fe2c55}.layer-item h4{color:#fff;font-size:15px;margin:0}.layer-item p{color:var(--text-soft);font-size:12.5px;line-height:1.5;margin:0}.layer-preview{margin-top:auto;padding:8px 10px;background:#0000004d;border-radius:6px;border-left:2px solid var(--cyan);font-size:11.5px;color:#fff;font-style:italic}.sec-head{text-align:center;margin-bottom:40px}.sec-pill{display:inline-block;padding:4px 12px;border-radius:var(--radius-pill);background:#00f2fe1a;color:var(--cyan);font-size:12.5px;font-weight:700;text-transform:uppercase;margin-bottom:12px}.sec-title{font-size:clamp(26px,4vw,38px);font-weight:800;margin:0}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-summary{padding:18px 22px;font-weight:600;color:#fff;cursor:pointer;display:flex;justify-content:space-between}.faq-body{padding:0 22px 20px;color:var(--text-soft);font-size:14.5px;line-height:1.6}@media(max-width:768px){.controls-grid{grid-template-columns:1fr}.results-header-bar{flex-direction:column;align-items:flex-start;gap:14px}.filter-tabs{flex-wrap:wrap}.strategy-grid{grid-template-columns:1fr}}
