:root{--cream-base: #fbf8f3;--warm-sand: #ede8dc;--soft-beige: #e8e2d4;--deep-clay: #2b2420;--muted-stone: #6b6560;--light-mist: #9b9590;--coral: #ff7e5b;--coral-wash: #ffb3a7;--lavender: #d4a5ff;--lavender-wash: #c9b6f2;--lavender-text: #7a4fbf;--amber: #f4b942;--amber-wash: #f7d48a;--amber-text: #c48412;--sage: #a8c5b8;--sage-wash: #b7d4c6;--pearl: #ffffff;--sunrise-gradient: linear-gradient(135deg, #ffb3a7 0%, #d4a5ff 50%, #a8c5b8 100%);--neural-glow: linear-gradient(90deg, #f4b942 0%, #ff7e5b 100%);--mind-bridge: linear-gradient(180deg, #d4a5ff 0%, #ff7e5b 100%);--organic-flow: radial-gradient(circle, #f4b942 0%, transparent 70%);--aurora-band: linear-gradient( 118deg, transparent 18%, rgba(212, 165, 255, .32) 42%, rgba(255, 179, 167, .24) 58%, rgba(168, 197, 184, .22) 72%, transparent 88% );--radius-control: 14px;--radius-card: 24px;--radius-tag: 8px;--glass-bg: rgba(255, 255, 255, .42);--glass-border: rgba(255, 255, 255, .72);--glass-blur: 28px;--glass-saturate: 1.4;--glass-shadow: 0 10px 40px rgba(43, 36, 32, .07);--glass-inset: inset 0 1px 0 rgba(255, 255, 255, .9);--glass-btn-bg: rgba(255, 255, 255, .48);--glass-btn-border: rgba(255, 255, 255, .8);--sidebar-glass: rgba(255, 255, 255, .32);--duration-fast: .15s;--duration-medium: .3s;--duration-slow: .6s;--ease-default: cubic-bezier(.4, 0, .2, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ease-smooth: cubic-bezier(.25, .1, .25, 1);--font-sans: "Onest", system-ui, -apple-system, sans-serif;--font-serif: var(--font-sans);--font-mono: var(--font-sans)}:root{--bg: var(--cream-base);--bg-panel: var(--cream-base);--sidebar: var(--warm-sand);--sidebar-text: var(--deep-clay);--sidebar-muted: var(--muted-stone);--surface: #ffffff;--text: var(--deep-clay);--text-muted: var(--muted-stone);--primary: var(--coral);--primary-hover: color-mix(in srgb, var(--coral) 88%, white);--primary-soft: rgba(255, 126, 91, .14);--border: var(--soft-beige);--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 3px rgba(40, 30, 20, .06);--danger: #b00020;--success-bg: #e8f5e9;--success-text: #1b5e20;--warn-bg: #fff3e0;--warn-text: #e65100;--span-danger: #c62828;--span-ok: #2e7d32}*{box-sizing:border-box}html{height:100%}body{font-family:var(--font-sans);margin:0;padding:0;line-height:1.5;color:var(--text);background:var(--bg);height:100%;overflow:hidden;letter-spacing:-.011em;font-weight:400}#root{height:100%;min-height:0}a{color:var(--primary)}h1{font-size:1.45rem;font-weight:650;margin:0 0 .25rem;letter-spacing:-.02em}h2{font-size:1rem;margin:0 0 .75rem;font-weight:600}.card h2{font-size:1.05rem;font-weight:650;color:var(--text)}.card .meta{font-size:.85rem}.app-frame{display:flex;height:100vh;max-height:100vh;overflow:hidden}.sidebar{width:240px;flex-shrink:0;background:var(--sidebar);color:var(--sidebar-text);padding:1.25rem 1rem;display:flex;flex-direction:column;gap:1.25rem;border-right:1px solid var(--border);height:100%;overflow-y:auto;position:relative}.sidebar-logo{position:absolute;left:-.5rem;top:-.45rem;width:8.75rem;height:8.75rem;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;opacity:.38}.brand,.side-nav{position:relative;z-index:1}.brand-mark{display:block;font-weight:700;letter-spacing:.02em;font-size:.95rem;color:var(--text)}.brand-sub{display:block;font-size:.75rem;color:var(--sidebar-muted);margin-top:.15rem}.side-nav{display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0}.side-group{display:flex;flex-direction:column;gap:.2rem}.side-group-bottom{margin-top:auto;padding-top:.75rem}.side-group-title{margin:0 0 .35rem .65rem;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--sidebar-muted)}.side-link{color:var(--sidebar-text);text-decoration:none;padding:.45rem .65rem;border-radius:var(--radius-sm);font-size:.9rem;box-shadow:inset 3px 0 0 transparent}.side-link:hover{background:#d4a5ff1f;color:var(--text)}.side-link.active{background:#d4a5ff29;color:var(--deep-clay);font-weight:600;box-shadow:inset 3px 0 0 var(--lavender)}.side-email{margin:.65rem .65rem 0;font-size:.75rem;color:var(--sidebar-muted);word-break:break-all}.main-panel{flex:1;min-width:0;min-height:0;padding:1.25rem 1.5rem 3rem;background:var(--bg-panel);overflow-y:auto}.page{max-width:1200px}.page.narrow{max-width:560px}.onboard-shell{min-height:100%;height:100%;overflow-y:auto;display:flex;align-items:flex-start;justify-content:center;padding:2.5rem 1.25rem 3rem;background:radial-gradient(ellipse 80% 50% at 50% -10%,var(--primary-soft) 0%,transparent 55%),var(--bg)}.onboard-inner{width:100%;max-width:560px}.onboard-inner .card{margin-top:1rem}@media(min-width:720px){.onboard-shell{align-items:center;padding-top:1.5rem}}.page-head{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-start;justify-content:space-between;margin-bottom:1.25rem}.home-hero h1{font-size:clamp(1.55rem,2.5vw,1.9rem)}.home-progress-card{margin-bottom:1rem}.home-progress-summary{font-size:1.05rem;font-weight:600;margin:0 0 1rem}.home-cycle{margin-bottom:.85rem}.home-cycle-head{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.35rem}.home-cycle-hint{margin:.35rem 0 0}.home-cycle-grid{display:grid;gap:.75rem;margin-top:.5rem}@media(min-width:640px){.home-cycle-grid{grid-template-columns:1fr 1fr}}.sub{color:var(--text-muted);font-size:.9rem;margin:.15rem 0 0}.eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0 0 .35rem;font-weight:600}.auth-page{min-height:100%;height:100%;overflow-y:auto;display:flex;flex-direction:column}.auth-page-main{flex:1;display:grid;gap:0;min-height:0}@media(min-width:800px){.auth-page-main{grid-template-columns:1fr 1fr}}.auth-trust{background:linear-gradient(160deg,#3d3568 0%,var(--primary) 70%,#7b72c9 120%);color:#f5f2ec;padding:2.5rem 2rem}.auth-brand{color:#fff;font-size:1.75rem;margin-bottom:.75rem}.auth-trust .eyebrow{color:#c9c3ef}.auth-trust p{color:#ebe8f8;font-size:1.05rem;max-width:28rem}.auth-tagline{font-weight:600;font-size:1.1rem!important;color:#fff!important;margin:0 0 1rem}.auth-trust-extra{margin-top:1.15rem}.auth-trust-credit{margin-top:1.25rem;font-size:.88rem!important;color:#c9c3ef!important;opacity:.95}.trust-list{margin:1.25rem 0 0;padding-left:1.1rem;color:#ddd8f5;font-size:.95rem}.auth-stages-title{margin-top:1.15rem!important;font-weight:600;color:#fff!important}.auth-stages{margin-top:.5rem}.auth-stages li{margin-bottom:.45rem}.auth-stages strong{color:#fff}.auth-card{padding:2.5rem 2rem;background:var(--surface);display:flex;flex-direction:column;justify-content:center}.auth-card h2{font-size:1.25rem}.auth-name-row{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:.75rem}.password-field{position:relative;display:flex;align-items:stretch}.password-field input{width:100%;padding-right:5.5rem}.password-toggle{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);border:none;background:transparent;color:var(--primary);font-size:.8rem;font-weight:600;cursor:pointer;padding:.35rem .5rem}.password-toggle:hover{text-decoration:underline}.legal-note{margin-top:.95rem;font-size:.78rem;line-height:1.45;color:#666}.legal-note a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.card{background:var(--surface);border-radius:var(--radius);padding:1rem 1.1rem;box-shadow:var(--shadow);border:1px solid rgba(221,214,200,.6);margin-bottom:.75rem}.insight-card{margin-bottom:.85rem}label{display:block;font-size:.85rem;color:#444;margin-bottom:.35rem}input,select,textarea{font:inherit;width:100%;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.45rem .6rem;background:#fff}textarea.full{width:100%;font-size:.9rem}input[type=checkbox]{width:auto;margin-right:.4rem}input[type=file]{border:none;padding:0}button{font:inherit;cursor:pointer;border:none;border-radius:var(--radius-sm);padding:.45rem .9rem;background:var(--primary);color:#fff}button:disabled{opacity:.55;cursor:not-allowed}button.secondary{background:#fff;color:var(--text);border:1px solid #b8b0a4;font-weight:600}button.secondary:hover:not(:disabled){background:#f5f2ec;border-color:var(--primary);color:var(--primary)}button.icon-btn{min-width:2.25rem;padding:.45rem .55rem;line-height:1}button.ghost{background:transparent;color:var(--primary);border:1px solid var(--border)}.btn-link{display:inline-block;background:var(--primary);color:#fff!important;text-decoration:none;border-radius:var(--radius-sm);padding:.45rem .9rem;font-size:.95rem}.btn-link.secondary-link{background:#fff;color:var(--text)!important;border:1px solid #b8b0a4;font-weight:600}.btn-link.secondary-link:hover{background:#f5f2ec;border-color:var(--primary);color:var(--primary)!important}.toolbar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.75rem}.error{color:var(--danger);font-size:.9rem;margin-top:.5rem}.meta{font-size:.8rem;color:var(--text-muted)}.bullet{padding-left:1.1rem}.section-title{font-size:.95rem;margin:1rem 0 .5rem;font-weight:650;color:var(--text)}.product-group-title{font-size:.95rem;margin:1rem 0 .65rem;font-weight:650;color:var(--text)}.mini-title{font-size:.82rem;font-weight:650;margin:0 0 .35rem;color:var(--text-muted)}.status-card{margin-bottom:1rem}button.accordion-head,button.collapse-head{background:transparent;color:inherit;border:none;font:inherit}.collapse-head{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:0;cursor:pointer;font-weight:650;text-align:left}.linkish{border:none;background:transparent;color:var(--primary);font:inherit;font-size:.85rem;font-weight:600;cursor:pointer;padding:.25rem 0;margin-top:.35rem}.linkish:hover{text-decoration:underline}.chunk-preview{padding-left:1.1rem}.chip-row{display:flex;flex-wrap:wrap;gap:.4rem}.chip{border:1px solid #c4bdb0;background:#f5f2ec;color:var(--text);border-radius:999px;padding:.35rem .8rem;font-size:.85rem;font-weight:500}.chip-row button.chip{background:#f5f2ec;color:var(--text);border:1px solid #c4bdb0;font:inherit;cursor:pointer}.chip-row button.chip:hover:not(.selected){border-color:var(--primary);color:var(--primary)}.chip.selected{background:var(--primary);border-color:var(--primary);color:#fff;font-weight:600}.chip.muted{cursor:default;opacity:.85}.chip.tag-purple{background:var(--primary-soft);border-color:transparent;color:var(--primary)}.chip.tag-teal{background:#e0f2f1;border-color:transparent;color:#00695c}.chip.tag-blue{background:#e3f2fd;border-color:transparent;color:#1565c0}.tabs{display:flex;gap:.35rem;margin-bottom:1rem;flex-wrap:wrap}.tab{background:#f0ebe3;color:#334155}.tab.active{background:var(--primary-soft);color:var(--primary);font-weight:600}.check-block{display:flex;gap:.5rem;align-items:flex-start;margin-top:.85rem;font-size:.9rem;color:#334155}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:.75rem}.metric{background:var(--surface);border-radius:var(--radius);padding:.85rem 1rem;box-shadow:var(--shadow);border:1px solid rgba(221,214,200,.5)}.metric-val{display:block;font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.metric-label{font-size:.8rem;color:var(--text-muted)}.progress-track{height:6px;background:#e5dfd4;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:var(--primary);border-radius:999px}.banner{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;background:var(--primary-soft);border:1px solid #d4cef0;border-radius:var(--radius);padding:.85rem 1rem;margin-top:1rem}.banner.warn{background:var(--warn-bg);border-color:#ffcc80}.banner.ok{background:var(--success-bg);border-color:#a5d6a7}.audience-list{margin:.35rem 0 0;padding-left:1.15rem;line-height:1.5}.audience-pending{margin:.75rem 0 1rem}.split{display:grid;gap:1rem}@media(min-width:800px){.split{grid-template-columns:1fr 1.2fr}}.badge{display:inline-block;font-size:.75rem;font-weight:600;padding:.15rem .45rem;border-radius:6px;text-transform:uppercase;letter-spacing:.03em}.badge-indexed{background:#dcfce7;color:#166534}.badge-pending,.badge-queued{background:#fef3c7;color:#92400e}.badge-indexing,.badge-running,.badge-processing{background:#fff3e0;color:#e65100}.badge-error{background:#fee2e2;color:#991b1b}.badge-dismissed{background:#f0ebe3;color:#6b6560}.doc-list{list-style:none;margin:0;padding:0}.doc-list li{margin-bottom:.35rem}.doc-list button.link{background:transparent;color:var(--primary);padding:.2rem 0;text-align:left;text-decoration:underline;text-underline-offset:2px}.doc-list button.link.active{font-weight:700;color:var(--text)}.insight-item{border-left:3px solid var(--primary);padding-left:.75rem}.insight-item h3{font-size:.95rem;margin:0 0 .35rem}.insight-item p{margin:0;font-size:.9rem;color:#374151}pre.export{font-size:.75rem;background:#faf8f4;padding:.75rem;border-radius:var(--radius-sm);overflow:auto;max-height:220px}.plan-grid{display:grid;gap:1rem}@media(min-width:640px){.plan-grid{grid-template-columns:1fr 1fr}}.plan-card.featured{border:2px solid var(--primary);background:var(--primary-soft)}.deid-preview{background:#faf8f4;border:1px solid var(--border);border-radius:var(--radius);padding:1rem;font-size:.92rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.deid-span{border-radius:3px;padding:0 2px;cursor:pointer}.deid-span.danger{background:#ffcdd2;color:var(--span-danger);text-decoration:underline}.deid-span.ok{background:#c8e6c9;color:var(--span-ok);font-weight:600}.accordion{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.5rem;background:var(--surface);overflow:hidden}.accordion-head{width:100%;text-align:left;background:transparent;color:var(--text);display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;font-weight:600}.accordion-body{padding:0 1rem 1rem;border-top:1px solid var(--border)}.quote-box{background:var(--primary-soft);border-left:3px solid var(--primary);border-radius:var(--radius-sm);padding:.75rem .9rem;margin-bottom:.5rem;font-size:.9rem}.quote-box.muted{background:#f5f2ec;border-left-color:#bdb6a8}.cluster-card{position:relative;padding-left:1.15rem}.cluster-card:before{content:"";position:absolute;left:0;top:.5rem;bottom:.5rem;width:4px;border-radius:2px;background:var(--primary)}.positioning-hero{background:#ebe6dc;border-radius:var(--radius);padding:1.1rem 1.25rem;font-size:1.05rem;font-weight:600;margin-bottom:1rem}.grid-2x2{display:grid;gap:.75rem}@media(min-width:640px){.grid-2x2{grid-template-columns:1fr 1fr}}.grid-cell h4{margin:0 0 .35rem;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.grid-cell p{margin:0;font-size:.9rem}.material-row{display:flex;align-items:center;gap:.75rem;padding:.65rem 0;border-bottom:1px solid var(--border)}.material-row:last-child{border-bottom:none}.consultation-row{align-items:flex-start}.consultation-actions{display:flex;flex-wrap:wrap;gap:.4rem;flex-shrink:0;align-items:center}.profile-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.avatar{width:52px;height:52px;border-radius:50%;background:var(--primary-soft);color:var(--primary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.profile-stats{margin-bottom:1rem}.profile-stats-grid .metric-val{margin:0;font-size:1.5rem}.profile-field{padding:.85rem 0;border-bottom:1px solid var(--border)}.profile-field:last-of-type{border-bottom:none}.profile-field-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.profile-field-label{margin:0;font-size:.85rem;font-weight:600;color:var(--muted, #64748b);text-transform:none;letter-spacing:0}.profile-field-value{margin:0;line-height:1.5}.profile-field-edit{display:flex;flex-direction:column;gap:.5rem}.profile-block{margin-top:1.5rem;padding-top:.5rem;border-top:1px solid var(--border)}.profile-block h2{margin-top:.5rem}.linkish{border:none;background:transparent;color:var(--primary);padding:0;font-size:.85rem;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.saved-flash{margin:.35rem 0 0;color:#047857}@media(max-width:640px){.profile-header{flex-wrap:wrap}.profile-stats-grid{grid-template-columns:1fr}}.about-people{display:flex;flex-direction:column;gap:1rem}.about-person{display:flex;gap:.85rem;align-items:flex-start}.about-photo{width:72px;height:72px;flex-shrink:0;border-radius:8px;border:1px dashed var(--border);background:var(--bg-elevated, #f7f7f5);color:var(--muted, #6b6b6b);display:flex;align-items:center;justify-content:center;font-size:.75rem}.guide-card h3{margin:.5rem 0 .35rem;font-size:1.05rem;line-height:1.3}.guides-grid{display:grid;gap:1rem;margin-bottom:.75rem}@media(min-width:720px){.guides-grid{grid-template-columns:1fr 1fr}}@media(min-width:1100px){.guides-grid{grid-template-columns:1fr 1fr 1fr}}.guide-card{display:flex;flex-direction:column;height:100%;margin:0}.guide-card-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.guide-status{display:inline-flex;align-items:center;width:fit-content;flex-shrink:0;font-size:.72rem;font-weight:600;line-height:1;padding:.2rem .4rem;border-radius:999px;background:#fef3c7;color:#92400e;text-transform:none;letter-spacing:0}.guide-card-blurb{flex:1;margin:0 0 .85rem;line-height:1.45}.guide-card .secondary{align-self:flex-start;margin-top:auto;text-decoration:none;display:inline-flex;align-items:center}.guide-status-open{background:#e8f5e9;color:#1b5e20}.guide-status-done{background:var(--primary-soft);color:var(--primary)}.guide-detail-card{margin-bottom:1rem}.guide-body h2{font-size:1.05rem;margin:1.25rem 0 .5rem}.guide-body h2:first-child{margin-top:0}.guide-body h3{font-size:.95rem;margin:1rem 0 .35rem}.guide-body p{margin:.45rem 0;line-height:1.55}.guide-detail-actions{margin-bottom:1rem}.app-footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.app-footer--auth{flex-shrink:0;width:100%;margin-top:0;padding:1.35rem 2rem 1.5rem;background:var(--surface);border-top:1px solid var(--border)}.app-footer-inner{display:grid;gap:1.25rem 2rem;max-width:1200px}.app-footer--auth .app-footer-inner{max-width:none;width:100%;grid-template-columns:1fr}@media(min-width:640px){.app-footer--auth .app-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:960px){.app-footer--auth .app-footer-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:720px){.app-footer-inner{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.app-footer-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}.app-footer-brand{margin:0;font-weight:600;font-size:.9rem;color:var(--text);display:flex;align-items:center;gap:.45rem}.app-footer-muted{margin:.2rem 0 0;font-size:.78rem;line-height:1.45;color:var(--text-muted)}.app-footer-muted:first-of-type{margin-top:.35rem}.app-footer-operator{margin-top:0}.app-footer-email{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.app-footer-email:hover{color:var(--primary-hover)}.app-footer-links{display:flex;flex-direction:column;gap:.35rem;font-size:.82rem}.app-footer-links a{color:var(--text-muted);text-decoration:none}.app-footer-links a:hover{color:var(--primary)}.app-footer-social-title{margin:0 0 .35rem;font-size:.82rem;font-weight:600;color:var(--text)}.admin-prompts-layout{display:grid;gap:1rem}@media(min-width:900px){.admin-prompts-layout{grid-template-columns:minmax(200px,260px) 1fr;align-items:start}}.admin-prompts-nav{margin:0}.admin-prompt-list{list-style:none;margin:0;padding:0}.admin-prompt-list li{margin:0 0 .35rem}.admin-prompt-list .link{text-align:left;width:100%;display:block;background:transparent;border:none;padding:.35rem .4rem;border-radius:6px;cursor:pointer;color:inherit;font:inherit}.admin-prompt-list .link.active{background:var(--primary-soft);color:var(--primary);font-weight:600}.toggle-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.retention-row{display:flex;justify-content:space-between;gap:1rem;padding:.65rem 0;border-bottom:1px solid var(--border);font-size:.9rem}.form-row-2{display:grid;gap:.75rem}@media(min-width:520px){.form-row-2{grid-template-columns:1fr 1.4fr}}.dropzone-wrap{position:relative}.dropzone-input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden;clip:rect(0,0,0,0)}.dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;text-align:center;min-height:148px;padding:1.25rem 1rem;border:1.5px dashed #bdb6a8;border-radius:12px;background:linear-gradient(180deg,#faf8f4,#f0ebe3);color:#334155;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.dropzone:hover{border-color:var(--primary);background:var(--primary-soft)}.dropzone-active{border-color:var(--primary);background:var(--primary-soft);transform:scale(1.01)}.dropzone-disabled{opacity:.6;pointer-events:none}.dropzone-audio{background:linear-gradient(180deg,#faf8f4,#eeebf8)}.dropzone-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:#fff;color:var(--primary);box-shadow:0 1px 2px #281e1414;margin-bottom:.25rem}.dropzone-title{font-weight:600;font-size:.95rem;color:var(--text)}.dropzone-sub{font-size:.85rem;color:var(--text-muted);max-width:26rem}.dropzone-link{color:var(--primary);font-weight:600;text-decoration:underline;text-underline-offset:2px}.dropzone-formats{margin-top:.35rem;font-size:.75rem;color:#9a9488}.dropzone-file{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-radius:12px;border:1px solid var(--border);background:#fff}.dropzone-file-audio{border-color:#d4cef0;background:#faf8f4}.dropzone-file-main{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.dropzone-file-badge{flex-shrink:0;font-size:.65rem;font-weight:700;letter-spacing:.06em;padding:.4rem .5rem;border-radius:8px;background:var(--primary);color:#fff}.dropzone-file-meta{min-width:0;display:flex;flex-direction:column;gap:.1rem}.dropzone-file-name{display:block;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.dropzone-file-actions{display:flex;gap:.4rem;flex-shrink:0}.dropzone-file-actions button{padding:.35rem .7rem;font-size:.85rem}.upload-status{margin-top:.65rem}.review-head{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.35rem}.review-textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.82rem;line-height:1.45;background:#faf8f4}@media(max-width:720px){html,body{height:auto;overflow:auto}#root{height:auto;min-height:100vh}.app-frame{flex-direction:column;height:auto;max-height:none;overflow:visible;min-height:100vh}.sidebar{width:100%;height:auto;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.75rem;overflow:visible}.side-nav{flex-direction:row;flex-wrap:wrap;gap:.5rem;flex:1 1 100%}.side-group{flex-direction:row;flex-wrap:wrap}.side-group-bottom{margin-top:0;padding-top:0;width:100%;border-top:1px solid var(--border);padding-top:.5rem}.side-group-title{width:100%;margin-left:0}.side-email{margin-top:.35rem;width:100%}.main-panel{overflow:visible}.metrics{grid-template-columns:1fr}}.content-hub-status{margin-bottom:1rem}.platform-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:.5rem}.platform-hub-card{display:flex;flex-direction:column;min-height:100%}.platform-hub-sub{font-size:.85rem;font-weight:600;margin:1rem 0 .35rem;color:var(--muted, #64748b);text-transform:uppercase;letter-spacing:.03em}.platform-hub-list{list-style:none;padding:0;margin:0 0 1rem;flex:1}.platform-hub-list li{display:flex;align-items:flex-start;gap:.4rem;padding:.4rem 0;border-bottom:1px solid var(--border);line-height:1.35}.platform-hub-list li:last-child{border-bottom:none}.platform-hub-list a{color:inherit;text-decoration:none;flex:1}.platform-hub-list a:hover{color:var(--primary)}.platform-name{font-weight:700}.platform-name--telegram{color:#3d6fa8}.platform-name--instagram{background:linear-gradient(90deg,#c45c28,#c13584,#6b3fa0);-webkit-background-clip:text;background-clip:text;color:transparent}.platform-name--youtube{color:#c4302b}.chip-new{background:#ecfdf5;border-color:transparent;color:#047857;font-size:.75rem;padding:.15rem .5rem}.idea-list-card{border:1px solid var(--border);box-shadow:var(--shadow)}.idea-list-card h3{font-size:1.05rem;line-height:1.35}.idea-list-card h3 a{color:inherit;text-decoration:none}.idea-list-card h3 a:hover{color:var(--primary)}.format-badge{background:var(--primary-soft);color:var(--primary);border-color:#d4cef0;font-weight:600}.idea-menu-wrap{position:relative}.idea-menu{position:absolute;right:0;top:calc(100% + .25rem);z-index:20;display:flex;flex-direction:column;min-width:11rem;background:#fff;border:1px solid #b8b0a4;border-radius:.5rem;box-shadow:0 10px 28px #0f172a24;overflow:hidden}.idea-menu button{border:none;background:transparent;color:var(--text);text-align:left;padding:.6rem .9rem;font-size:.9rem;font-weight:500;cursor:pointer;border-radius:0}.idea-menu button:hover{background:var(--primary-soft);color:var(--primary)}.guide-hint-list{list-style:none;padding:0;margin:0}.guide-hint-list li{padding:.75rem 0;border-bottom:1px solid var(--border)}.guide-hint-list li:last-child{border-bottom:none}@media(max-width:900px){.platform-hub-grid{grid-template-columns:1fr}}.products-header-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:.75rem}.products-mini-stats .card{padding:.75rem 1rem;margin-bottom:0;display:flex;flex-direction:column;justify-content:center;min-height:4.5rem}.products-mini-stats .metric-val{margin:0 0 .15rem;line-height:1.1}.products-mini-stats .meta{margin:0}.product-batch-open{margin-top:1rem}.batch-head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;align-items:flex-start;margin-bottom:.75rem}.batch-head-meta{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.product-batch{margin-top:1rem}.theme-block{margin-top:1.25rem;padding:0;overflow:hidden}.theme-block-head{width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;text-align:left;background:var(--primary-soft);color:var(--text);border:none;border-bottom:1px solid #d4cef0;border-radius:0;padding:1rem 1.1rem;font:inherit;cursor:pointer}.theme-block-head:hover{background:#e8e4f6}.theme-block-head h3{font-size:1.05rem;font-weight:650;margin:.25rem 0 .35rem;color:var(--text);line-height:1.35}.theme-block-head .eyebrow{color:var(--primary)}.theme-block-body{padding:1rem 1.1rem 1.1rem}.product-idea-card{margin-top:.75rem;margin-bottom:0}.lead-magnet-block{padding:.85rem 0;border-bottom:1px solid var(--border)}.lead-magnet-block:last-of-type{border-bottom:none}.strategy-table-wrap{overflow-x:auto;margin-top:.75rem}.strategy-table{width:100%;border-collapse:collapse;font-size:.88rem}.strategy-table th,.strategy-table td{border:1px solid var(--border);padding:.45rem .55rem;text-align:left;vertical-align:top}.strategy-table th{background:#faf8f4;font-weight:600}.funnel-steps{margin:.5rem 0 0;padding-left:1.15rem}.funnel-steps>li{margin-bottom:.85rem}.home-progress-topline{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;align-items:baseline;margin-bottom:.5rem}.home-progress-count{font-size:1.25rem;font-weight:700;color:var(--primary)}.home-progress-bar{height:.65rem}.home-update-modules{margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--border)}.home-update-modules-label{margin:0 0 .5rem}.home-update-pills{display:flex;flex-wrap:wrap;gap:.4rem}.home-update-pill{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:.85rem;font-weight:600}.home-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1rem 0}.home-module-card{display:flex;flex-direction:column;gap:.35rem;background:#f5f0ff}.home-module-card--products{background:#eef8f1}.home-module-card h2{margin:0;font-size:1.05rem}.home-module-icon{font-size:1.25rem;color:var(--primary)}.home-module-updated{margin:.35rem 0 .65rem}.home-module-card .btn-link,.home-module-card .secondary-link{margin-top:auto;align-self:flex-start}.home-ideas-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.home-ideas-banner-body{display:flex;align-items:flex-start;gap:.75rem}.home-ideas-icon{width:2.25rem;height:2.25rem;border-radius:.65rem;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);font-weight:700}.content-hub-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.content-hub-stat{background:var(--card, #fff);border:1px solid var(--border);border-radius:.85rem;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.25rem}.content-hub-stat-value{font-weight:700;font-size:1.05rem}.theme-bar-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.theme-bar-head{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:.3rem;align-items:baseline}.platform-hub-title-row{display:flex;align-items:center;gap:.5rem}.platform-glyph{width:1.75rem;height:1.75rem;border-radius:.45rem;display:grid;place-items:center;font-size:.85rem;background:var(--primary-soft)}.platform-glyph--telegram{color:#2aabee;background:#e8f6fd}.platform-glyph--instagram{color:#dd2a7b;background:#fceef5}.platform-glyph--youtube{color:red;background:#ffeaea}.breadcrumb a{color:inherit}.format-chip-row{flex-wrap:wrap}.format-badge{background:var(--primary-soft);color:var(--primary);border-color:transparent}.idea-date-group{margin-bottom:1.25rem}.idea-date-heading{font-size:.95rem;margin:0 0 .65rem;color:var(--text-muted)}.platform-lib-toolbar{margin-bottom:.75rem}.analysis-stats-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.analysis-stat{background:var(--card, #fff);border:1px solid var(--border);border-radius:.85rem;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.25rem}.analysis-stat--progress .progress-track{margin:.45rem 0 .2rem}.analysis-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.analysis-grid--wide{grid-template-columns:repeat(2,minmax(0,1fr))}.analysis-grid-card h2{font-size:1.05rem}.analysis-card-head{margin-bottom:.35rem}.quote-tile-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.quote-tag-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.35rem}.quote-tag{display:inline-block;margin:0;padding:.42rem .85rem;border-radius:999px;background:linear-gradient(180deg,#fff,#f9f7fd);border:1px solid #ddd6f0;box-shadow:0 1px 2px #5b50b40d;font-size:.9rem;font-style:italic;font-weight:500;line-height:1.35;color:#4a4460;letter-spacing:.01em}.audience-phrases-label{letter-spacing:.07em;color:var(--primary);opacity:.85}.quote-tile{margin:0;padding:.7rem .85rem .7rem 1rem;border-radius:.65rem;background:#fff;border:1px solid #ebe6f5;border-left:3px solid #c4b8e8;font-size:.92rem;font-style:italic;font-weight:450;line-height:1.45;color:#3d3848}.need-table{width:100%;border-collapse:collapse;font-size:.9rem}.need-table th,.need-table td{text-align:left;padding:.5rem .4rem;border-bottom:1px solid var(--border);vertical-align:top;line-height:1.4}.need-table th{color:var(--text-muted);font-weight:600;font-size:.8rem}.file-card-block{margin-top:.5rem}.file-card-row{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;margin-top:.75rem}.file-card{flex:1;min-width:12rem;display:flex;gap:.65rem;align-items:center;padding:.75rem 1rem;border:1px solid var(--border);border-radius:.75rem;background:#fafafa}.file-card-icon{font-size:1.25rem}.history-block{margin:1rem 0 .5rem}.history-toggle{font-weight:600}.history-list{list-style:none;padding:.5rem 0 0;margin:0}.history-list li{padding:.35rem 0;border-bottom:1px solid var(--border)}.trait-chip{background:var(--primary-soft);color:var(--primary);border-color:transparent}.checklist{list-style:none;padding:0;margin:0}.checklist li{position:relative;padding:.4rem 0 .4rem 1.5rem;line-height:1.4}.checklist li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.bullet-two-col{display:grid;grid-template-columns:1fr 1fr;gap:.35rem 1rem;list-style:disc;padding-left:1.1rem;margin:0;color:var(--primary)}.bullet-two-col li{color:inherit;line-height:1.4}.product-compact-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.85rem 1rem;margin-top:0;box-shadow:var(--shadow)}.product-compact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}@media(max-width:720px){.product-compact-grid{grid-template-columns:1fr}}.funnel-flow{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin:.75rem 0}.funnel-flow-step{padding:.45rem .75rem;border-radius:.5rem;background:var(--primary-soft);color:var(--primary);font-size:.85rem;font-weight:600}.funnel-flow-arrow{color:var(--text-muted)}.profile-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:1rem 0}.profile-stat-card{padding:.85rem 1rem}.profile-row-table{display:flex;flex-direction:column;gap:.5rem}.profile-row{display:flex;justify-content:space-between;gap:.75rem;padding:.55rem 0;border-bottom:1px solid var(--border)}.idea-section{margin-bottom:1rem}.idea-section h2{margin-top:0}.draft-disclaimer{background:#fff8e8;border:1px solid #f0d9a0;border-radius:.65rem;padding:.65rem .85rem;margin-bottom:.75rem;font-size:.9rem;line-height:1.45}.tip-labeled-row{display:grid;grid-template-columns:9rem 1fr;gap:.75rem;padding:.55rem 0;border-bottom:1px solid var(--border)}.tip-labeled-row strong{font-size:.85rem;color:var(--primary)}.guide-available-card{padding:.75rem;border:1px solid var(--border);border-radius:.65rem;margin-bottom:.5rem}.info-banner{display:flex;gap:.65rem;align-items:flex-start;background:#eef6ff;border:1px solid #c5d9f0;border-radius:var(--radius-sm);padding:.75rem .9rem;margin-bottom:.85rem;font-size:.9rem;line-height:1.45;color:var(--text)}.coming-soon-banner{background:#faf8f4;border-color:var(--border);margin-top:.85rem;margin-bottom:0}.draft-body{background:#faf8f4;border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.1rem;font-size:.95rem;line-height:1.55;white-space:pre-wrap;margin-bottom:.75rem}.rec-row-list{list-style:none;padding:0;margin:0}.rec-row{display:grid;grid-template-columns:10rem 1fr;gap:.75rem;padding:.65rem 0;border-bottom:1px solid var(--border);line-height:1.45}.rec-row:last-child{border-bottom:none}.rec-row-label{font-size:.85rem;font-weight:650;color:var(--primary)}.rec-row-body{font-size:.92rem;color:var(--text)}.chip-available{background:#eef8f1;border-color:#a5d6a7;color:#1b5e20;font-weight:600}.guide-avail-grid{margin-top:.65rem}.idea-detail-footer{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.saved-flash{color:var(--primary);font-weight:600}@media(max-width:900px){.home-module-grid,.content-hub-stats,.analysis-stats-row,.analysis-grid,.analysis-grid--wide,.profile-stat-grid,.quote-tile-grid,.bullet-two-col,.products-header-grid,.tip-labeled-row,.rec-row{grid-template-columns:1fr}}.upload-generating{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 2rem)}.upload-generating-card{max-width:32rem;width:100%;text-align:center;padding:2rem 1.5rem}.upload-generating-spinner{width:2.5rem;height:2.5rem;margin:0 auto 1rem;border-radius:50%;border:3px solid #e9e4f7;border-top-color:#6b4eff;animation:upload-spin .8s linear infinite}@keyframes upload-spin{to{transform:rotate(360deg)}}.upload-generating-stages{list-style:none;padding:0;margin:1.25rem 0 0;text-align:left}.upload-generating-stages li{padding:.55rem .75rem;margin-bottom:.35rem;border-radius:8px;color:#6b7280;background:#f6f5f8}.upload-generating-stages li.active{color:#3b2a7a;background:#efeaff;font-weight:600}.upload-generating-stages li.done{color:#166534;background:#ecfdf3}.page-head.home-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.home-upload-btn{display:inline-flex;align-items:center;gap:.45rem;white-space:nowrap;flex-shrink:0}.home-upload-ico{font-size:1.05rem;line-height:1}.home-progress-card h2,.home-materials-card h2{margin-top:0}.home-progress-topline{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 1rem;margin-bottom:.55rem}.home-progress-count{color:#6b4eff;font-weight:700;font-size:1.05rem}.home-progress-bar{height:.55rem}.home-section-title{margin:1.5rem 0 .75rem;font-size:1.1rem}.home-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.home-module-card h3{margin:.4rem 0 .35rem;font-size:1.05rem}.home-module-icon{width:2.4rem;height:2.4rem;border-radius:.65rem;display:grid;place-items:center;font-size:1.1rem;background:#efeaff;color:#6b4eff}.home-module-icon--products{background:#eaf7ef;color:#1f7a45}.home-module-updated{margin:.55rem 0 .85rem}.home-materials-card{margin-top:1.35rem}.home-materials-list{list-style:none;margin:0;padding:0}.home-material-row{display:grid;grid-template-columns:6.5rem minmax(0,1fr) auto;gap:.75rem;align-items:center;padding:.7rem 0;border-bottom:1px solid #eceaf1}.home-material-row:last-child{border-bottom:none}.home-material-title{font-weight:600;color:#5b41d9;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-material-title:hover{text-decoration:underline}.home-materials-all{margin:.85rem 0 0}.profile-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.badge.badge-in-account,.badge-in-account{background:#fde8d8;color:#9a4b16;border:1px solid #f3c7a1;font-size:.72rem;letter-spacing:.03em;text-transform:uppercase}.badge.badge-indefinite,.badge-indefinite{background:#fff4cc;color:#8a6d00;border:1px solid #ebd878;font-size:.72rem;letter-spacing:.03em;text-transform:uppercase}.profile-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.profile-stats-grid .metric-val{font-size:1.5rem;font-weight:700;margin:0;color:#3b2a7a}@media(max-width:840px){.page-head.home-hero,.profile-header{flex-direction:column}.home-module-grid,.profile-stats-grid{grid-template-columns:1fr}.home-material-row{grid-template-columns:1fr auto}.home-material-date{grid-column:1 / -1}}.topic-hub-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap;margin-bottom:1rem}.topic-hub-date{white-space:nowrap}.topic-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.topic-idea-card{border:1px solid var(--border);border-radius:.85rem;padding:1rem 1.05rem;background:var(--card, #fff);display:flex;flex-direction:column;gap:.65rem;min-height:100%}.topic-idea-card h3{margin:0;font-size:1.05rem;line-height:1.35}.topic-idea-summary{margin:0;color:var(--muted, #5b5b5b);line-height:1.45;font-size:.92rem;flex:1}.topic-audience-block{margin-top:auto}.topic-audience-block--empty{min-height:2.5rem}.topic-audience-voice{margin:.25rem 0 0;font-size:.98rem;line-height:1.4;color:var(--text)}.topic-develop-btn{width:100%;margin-top:.35rem}.topic-detail-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap;margin:.5rem 0 1rem}.topic-detail-top-grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.topic-draft-segments p{margin:.65rem 0;line-height:1.55}.draft-placeholder{background:color-mix(in srgb,var(--primary, #7c3aed) 10%,white);border:1px dashed color-mix(in srgb,var(--primary, #7c3aed) 45%,#ccc);border-radius:.75rem;padding:.85rem 1rem;margin:.75rem 0}.draft-placeholder strong{display:block;margin-bottom:.25rem}.draft-placeholder p{margin:0;color:var(--muted, #5b5b5b);line-height:1.45;font-size:.92rem}.ecosystem-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.ecosystem-card{border:1px solid var(--border);border-radius:.85rem;padding:.9rem 1rem;background:#fafafa}.ecosystem-card h3{margin:0 0 .25rem}.ecosystem-cta{margin-top:.75rem;padding:.65rem .75rem;border-radius:.65rem;background:color-mix(in srgb,var(--primary, #7c3aed) 12%,white);font-size:.88rem;line-height:1.4}.ecosystem-post-list{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.65rem}.ecosystem-post-list li{display:flex;flex-direction:column;gap:.2rem;line-height:1.4}.ecosystem-post-list span{color:var(--muted, #5b5b5b);font-size:.9rem}.idea-detail-footer{display:flex;gap:.75rem;align-items:center;margin-top:1rem;flex-wrap:wrap}@media(max-width:960px){.topic-card-grid,.ecosystem-grid,.topic-detail-top-grid{grid-template-columns:1fr}}.products-progress-banner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;align-items:center;padding:1rem 1.15rem;margin-bottom:1.1rem;border-radius:.9rem;background:color-mix(in srgb,var(--primary, #6b5ce7) 10%,#fff);border:1px solid color-mix(in srgb,var(--primary, #6b5ce7) 18%,#e8e8e8)}.products-progress-left{display:flex;gap:.75rem;align-items:flex-start}.products-progress-check{width:1.75rem;height:1.75rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--primary, #6b5ce7);color:#fff;font-size:.85rem;flex-shrink:0}.products-progress-right{min-width:min(220px,100%);display:flex;flex-direction:column;gap:.35rem}.product-idea-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:1rem}.product-idea-card{border:1px solid var(--border);border-radius:.85rem;padding:1rem 1.05rem;background:var(--card, #fff);display:flex;flex-direction:column;gap:.65rem;min-height:100%}.product-idea-card-top{display:flex;justify-content:space-between;gap:.5rem;align-items:flex-start}.product-format-tag{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:650;letter-spacing:.03em;text-transform:uppercase;background:color-mix(in srgb,var(--primary, #6b5ce7) 12%,#fff);color:var(--primary, #6b5ce7)}.product-rec-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.18rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;background:var(--primary, #6b5ce7);color:#fff;white-space:nowrap}.product-rec-badge--ghost{visibility:hidden;background:transparent}.product-idea-card h3{margin:0;font-size:1.05rem;line-height:1.35}.product-idea-freq{margin:0;flex:1}.product-develop-btn{align-self:flex-start;margin-top:.25rem}.products-prev-toggle{width:100%;display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;text-align:left;background:transparent;border:none;padding:0;font:inherit;cursor:pointer;color:inherit}.product-why-head{display:flex;justify-content:space-between;gap:.75rem;align-items:center;flex-wrap:wrap;margin-bottom:.85rem}.product-why-pill{display:inline-flex;padding:.25rem .65rem;border-radius:999px;font-size:.8rem;background:color-mix(in srgb,var(--primary, #6b5ce7) 12%,#fff);color:var(--primary, #6b5ce7);white-space:nowrap}.product-why-list{list-style:none;margin:0;padding:0;display:grid;gap:.65rem}.product-why-list li{display:flex;gap:.65rem;align-items:flex-start;line-height:1.45}.product-why-check{width:1.35rem;height:1.35rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--primary, #6b5ce7) 14%,#fff);color:var(--primary, #6b5ce7);flex-shrink:0;font-size:.75rem}.product-concept-table{margin:0}.product-concept-row{display:grid;grid-template-columns:9.5rem minmax(0,1fr);gap:.75rem;padding:.55rem 0;border-bottom:1px solid var(--border)}.product-concept-row:last-child{border-bottom:none}.product-concept-row dt{margin:0;color:var(--muted, #6b6b6b);font-size:.9rem}.product-concept-row dd{margin:0;line-height:1.45}.product-modules-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.product-module-card{border:1px solid var(--border);border-radius:.75rem;padding:.85rem .95rem;display:flex;gap:.7rem;align-items:flex-start;background:#fff}.product-module-n{color:var(--primary, #6b5ce7);font-weight:700;font-size:1.05rem;line-height:1}.product-funnel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1rem}.product-funnel-card{border:1px solid var(--border);border-radius:.85rem;padding:1rem;background:#fff;display:flex;flex-direction:column;gap:.65rem;min-height:100%}.product-funnel-card--rec{border-color:color-mix(in srgb,var(--primary, #6b5ce7) 45%,#ccc);box-shadow:0 0 0 1px color-mix(in srgb,var(--primary, #6b5ce7) 18%,transparent)}.product-funnel-card h3{margin:0;font-size:1rem;line-height:1.35}.product-funnel-meta{margin:0;display:grid;gap:.45rem;flex:1}.product-funnel-meta dt{margin:0;font-size:.78rem;color:var(--muted, #6b6b6b)}.product-funnel-meta dd{margin:0 0 .35rem;line-height:1.4;font-size:.92rem}.funnel-stages-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin:1rem 0;position:relative}.funnel-stage-card{border:1px solid var(--border);border-radius:.75rem;padding:.8rem;background:#fff;position:relative}.funnel-stage-arrow{position:absolute;right:-.55rem;top:50%;transform:translateY(-50%);color:var(--muted, #888);font-size:1rem}.funnel-content-flow{font-weight:600;margin:0 0 1rem}.funnel-week-block{margin-top:1rem}.funnel-week-block h3{margin:0 0 .65rem}.funnel-week-table{border:1px solid var(--border);border-radius:.75rem;overflow:hidden}.funnel-week-head,.funnel-week-row{display:grid;grid-template-columns:9rem minmax(0,1.2fr) minmax(0,1fr);gap:.75rem;padding:.7rem .85rem}.funnel-week-head{background:#f7f6fb;font-size:.82rem;font-weight:600;color:var(--muted, #666)}.funnel-week-row{border-top:1px solid var(--border);font-size:.92rem;align-items:start}.funnel-task-label{display:inline-block;margin-top:.35rem;padding:.12rem .4rem;border-radius:.35rem;font-size:.7rem;font-weight:700;letter-spacing:.03em;background:color-mix(in srgb,var(--primary, #6b5ce7) 12%,#fff);color:var(--primary, #6b5ce7)}@media(max-width:960px){.product-funnel-grid,.funnel-stages-row,.product-modules-grid,.product-idea-grid,.product-concept-row,.funnel-week-head,.funnel-week-row{grid-template-columns:1fr}.funnel-stage-arrow{display:none}}.page-profile{position:relative;isolation:isolate;padding-bottom:2rem}.page-profile h1{font-family:var(--font-sans);font-size:clamp(2rem,4vw,2.75rem);line-height:1.12;font-weight:500;color:var(--deep-clay);letter-spacing:-.04em;margin:0}.page-profile h2{font-family:var(--font-sans);font-size:1.5rem;line-height:1.3;font-weight:500;color:var(--deep-clay);letter-spacing:-.03em;margin:0 0 1rem}.page-profile h3.section-title{font-family:var(--font-sans);font-size:1.125rem;line-height:1.45;font-weight:500;color:var(--deep-clay);letter-spacing:-.02em;margin:1.5rem 0 .75rem}.page-profile .sub{font-size:1.125rem;line-height:1.55;color:var(--muted-stone)}.page-profile .meta{font-size:.875rem;line-height:1.45;color:var(--muted-stone)}.page-profile .eyebrow{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-stone);font-weight:600}.page-profile .btn-coral,.page-profile .btn-glass,.page-profile .btn-ghost,.page-profile .linkish{font-family:var(--font-sans);cursor:pointer;transition:background var(--duration-fast) var(--ease-default),box-shadow var(--duration-fast) var(--ease-default),transform .1s var(--ease-default),border-color var(--duration-fast) var(--ease-default),color var(--duration-fast) var(--ease-default)}.page-profile .btn-coral:active:not(:disabled),.page-profile .btn-glass:active:not(:disabled),.page-profile .btn-ghost:active:not(:disabled){transform:scale(.98)}.page-profile .btn-coral{display:inline-flex;align-items:center;gap:.45rem;background:var(--coral);color:var(--pearl);border:none;border-radius:var(--radius-control);padding:14px 28px;font-weight:600;font-size:.95rem;text-decoration:none;box-shadow:0 6px 18px #ff7e5b38}.page-profile a.btn-coral{color:var(--pearl)!important}.page-profile .btn-coral:hover:not(:disabled){background:color-mix(in srgb,var(--coral) 88%,white);box-shadow:0 8px 22px #ff7e5b47}.page-profile .btn-coral:active:not(:disabled){background:color-mix(in srgb,var(--coral) 88%,black)}.page-profile .btn-glass{display:inline-flex;align-items:center;justify-content:center;background:var(--glass-btn-bg);border:1px solid var(--glass-btn-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--deep-clay);border-radius:var(--radius-control);padding:14px 28px;font-weight:600;font-size:.95rem}.page-profile .btn-glass:hover:not(:disabled){background:#ffffffd9;border-color:var(--lavender)}.page-profile .btn-ghost{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--coral);border:1px solid var(--coral);border-radius:var(--radius-control);padding:14px 28px;font-weight:600;font-size:.95rem}.page-profile .btn-ghost:hover:not(:disabled){background:#ff7e5b1a}.page-profile .btn-coral:disabled,.page-profile .btn-glass:disabled,.page-profile .btn-ghost:disabled{opacity:.55;cursor:not-allowed}.page-profile .linkish{border:none;background:transparent;color:var(--coral);padding:0;font-size:.875rem;font-weight:600;text-decoration:none;margin:0}.page-profile .linkish:hover{text-decoration:underline;text-underline-offset:2px}.page-profile .glass-card{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border:1px solid var(--glass-border);border-radius:var(--radius-card);box-shadow:var(--glass-shadow),var(--glass-inset);padding:24px;margin-bottom:1rem;transition:transform var(--duration-medium) var(--ease-default),box-shadow var(--duration-medium) var(--ease-default)}.page-profile .glass-card.accent-ai{border-left:3px solid var(--lavender)}.page-profile .glass-card.accent-marketing{border-left:3px solid var(--coral)}.page-profile .glass-card.featured{border:1px solid transparent;background:linear-gradient(var(--glass-bg),var(--glass-bg)) padding-box,var(--mind-bridge) border-box;box-shadow:0 8px 32px #d4a5ff29}.page-profile .profile-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.page-profile .profile-header .sub{margin-top:.4rem}.page-profile .profile-user-card{display:flex;align-items:center;gap:1rem}.page-profile .profile-user-name{margin:0;font-weight:600;font-size:1.05rem;color:var(--deep-clay)}.page-profile .profile-user-email{margin:.15rem 0 0}.page-profile .profile-logout{margin-left:auto;padding:10px 20px}.page-profile .avatar{width:56px;height:56px;border-radius:50%;background:var(--sunrise-gradient);color:var(--pearl);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.05rem;flex-shrink:0;box-shadow:0 4px 16px #d4a5ff59}.page-profile .profile-tabs{display:flex;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.page-profile .profile-tab{background:var(--glass-btn-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-btn-border);color:var(--deep-clay);border-radius:999px;padding:.5rem 1.1rem;font-weight:500;font-size:.9rem}.page-profile .profile-tab:hover:not(.active){border-color:var(--lavender)}.page-profile .profile-tab.active{background:var(--coral);border-color:var(--coral);color:var(--pearl);font-weight:600;box-shadow:0 4px 14px #ff7e5b40}.page-profile .info-banner{display:flex;gap:.75rem;align-items:flex-start;background:#d4a5ff24;border:1px solid rgba(212,165,255,.45);border-left:3px solid var(--lavender);border-radius:var(--radius-control);padding:.9rem 1rem;margin-bottom:1rem;font-size:.95rem;line-height:1.5;color:var(--deep-clay)}.page-profile .info-banner p{margin:0}.page-profile .profile-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.page-profile .profile-stat-tile{background:#ffffff8c;border:1px solid rgba(255,255,255,.85);border-radius:16px;padding:1rem 1.1rem;transition:transform .2s var(--ease-default),box-shadow .2s var(--ease-default)}.page-profile .profile-stat-tile:hover{transform:translateY(-4px);box-shadow:0 10px 28px #2b24201a}.page-profile .profile-stat-tile .metric-val{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:-.03em;color:var(--deep-clay)}.page-profile .profile-stat-tile .meta{margin:.2rem 0 0}.page-profile .progress-track{height:8px;background:var(--soft-beige);border-radius:999px;overflow:hidden}.page-profile .progress-fill{height:100%;background:var(--neural-glow);border-radius:999px}.page-profile .profile-progress-copy{margin:1rem 0 .5rem;line-height:1.45}.page-profile .profile-progress-meta{margin-top:.5rem;line-height:1.45}.page-profile .profile-field{padding:.95rem 0;border-bottom:1px solid var(--soft-beige)}.page-profile .profile-field:last-of-type{border-bottom:none}.page-profile .profile-field-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.page-profile .profile-field-label{margin:0;font-family:var(--font-sans);font-size:.85rem;font-weight:600;color:var(--muted-stone);text-transform:none;letter-spacing:0}.page-profile .profile-field-value{margin:0;line-height:1.5;color:var(--deep-clay)}.page-profile .profile-field-edit{display:flex;flex-direction:column;gap:.5rem}.page-profile input,.page-profile select,.page-profile textarea{font:inherit;width:100%;background:#fffc;border:1px solid var(--soft-beige);border-radius:var(--radius-control);padding:12px 16px;color:var(--deep-clay);outline:none;transition:border-color var(--duration-fast) var(--ease-default),box-shadow var(--duration-fast) var(--ease-default)}.page-profile input::placeholder,.page-profile textarea::placeholder{color:var(--light-mist)}.page-profile input:focus,.page-profile select:focus,.page-profile textarea:focus{border-color:var(--lavender);box-shadow:0 0 0 3px #d4a5ff59}.page-profile .toolbar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.75rem}.page-profile .toolbar .btn-coral,.page-profile .toolbar .btn-glass,.page-profile .toolbar .btn-ghost{padding:10px 20px}.page-profile .saved-flash{margin:.35rem 0 0;color:#3d7a55;font-weight:600}.page-profile .error{color:var(--danger)}.page-profile .chip-row{display:flex;flex-wrap:wrap;gap:.4rem}.page-profile .tag-ai,.page-profile .tag-marketing,.page-profile .tag-experience{display:inline-flex;align-items:center;border:none;border-radius:var(--radius-tag);padding:.28rem .65rem;font-size:.75rem;font-weight:500}.page-profile .tag-ai{background:#d4a5ff26;color:var(--lavender-text);font-family:var(--font-sans);font-size:12px;font-weight:500;letter-spacing:.02em;line-height:20px}.page-profile .tag-marketing{background:#ff7e5b26;color:var(--coral)}.page-profile .tag-experience{background:#f4b94226;color:var(--amber-text)}.page-profile .profile-block-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.page-profile .profile-block-head h2{margin:0}.page-profile .style-empty,.page-profile .style-hint{line-height:1.5}.page-profile .style-hint{margin-top:.75rem}.page-profile .style-traits{margin-top:.5rem}.page-profile .retention-row,.page-profile .toggle-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--soft-beige)}.page-profile .badge-in-account,.page-profile .badge-indefinite{display:inline-block;font-size:.72rem;font-weight:600;padding:.2rem .5rem;border-radius:var(--radius-tag);letter-spacing:.03em;text-transform:uppercase;border:none}.page-profile .badge-in-account{background:#ff7e5b26;color:var(--coral)}.page-profile .badge-indefinite{background:#f4b9422e;color:var(--amber-text)}.page-profile input[type=checkbox]{width:auto;accent-color:var(--lavender)}.page-profile .profile-stats>.meta:first-child{margin:0 0 .85rem}.page-profile .plan-grid{display:grid;gap:1rem}.page-profile .plan-card .meta{margin-top:.75rem}.page-profile .plan-card{min-height:100%;transition:transform .2s var(--ease-default),box-shadow .2s var(--ease-default)}.page-profile .plan-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #2b24201a}.page-profile .plan-card h2{margin-top:.35rem}.page-profile .bullet{color:var(--muted-stone);padding-left:1.15rem}.page-profile .user-id{margin-top:1rem}@media(min-width:640px){.page-profile .plan-grid{grid-template-columns:1fr 1fr}}@media(max-width:840px){.page-profile .profile-header{flex-direction:column}.page-profile .profile-stats-grid{grid-template-columns:1fr}.page-profile .profile-user-card{flex-wrap:wrap}.page-profile .profile-logout{margin-left:0;width:100%}}@media(max-width:640px){.page-profile h1{font-size:1.75rem}.page-profile .glass-card{padding:16px}.page-profile .btn-coral,.page-profile .btn-glass,.page-profile .btn-ghost{padding:12px 20px}}.page-profile :focus-visible{outline:2px solid var(--lavender);outline-offset:2px}.atmosphere-host{position:relative;isolation:isolate}.atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.atmosphere-blob{position:absolute;border-radius:50%;filter:blur(92px);will-change:transform}.atmosphere-blob--coral{width:min(78vw,860px);height:min(64vw,720px);top:-22%;left:-16%;background:var(--coral-wash);opacity:.78}.atmosphere-blob--lavender{width:min(72vw,820px);height:min(58vw,680px);top:-16%;right:-18%;background:var(--lavender-wash);opacity:.72}.atmosphere-blob--sage{width:min(62vw,720px);height:min(52vw,600px);bottom:-22%;right:-10%;background:var(--sage-wash);opacity:.68}.atmosphere-blob--amber{width:min(46vw,520px);height:min(38vw,420px);bottom:14%;left:26%;background:var(--amber-wash);opacity:.5}.atmosphere-aurora{position:absolute;top:-24%;right:-24%;bottom:-24%;left:-24%;background:var(--aurora-band);mix-blend-mode:multiply;opacity:.9;transform:rotate(-8deg)}.atmosphere-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(244,185,66,.2) 1.1px,transparent 1.25px);background-size:36px 36px;mask-image:radial-gradient(ellipse 72% 62% at 48% 38%,#000 18%,transparent 78%);-webkit-mask-image:radial-gradient(ellipse 72% 62% at 48% 38%,#000 18%,transparent 78%);opacity:.75}.atmosphere-ring{position:absolute;border-radius:50%;border:16px solid rgba(255,126,91,.18);box-shadow:inset 0 0 24px #ffffff59,0 12px 40px #ff7e5b1f}.atmosphere-ring--a{width:168px;height:168px;top:8%;right:12%;transform:rotate(18deg);border-color:#ff7e5b38}.atmosphere-ring--b{width:112px;height:112px;bottom:16%;left:8%;transform:rotate(-28deg);border-width:14px;border-color:#d4a5ff47}.atmosphere-crystal{position:absolute;width:36px;height:36px;top:42%;left:18%;background:linear-gradient(135deg,#ffb3a7b3,#f7d48a8c);transform:rotate(45deg);border-radius:8px;box-shadow:0 10px 28px #f4b94238;opacity:.7}.atmosphere-neural{position:absolute;width:min(280px,38vw);height:min(280px,38vw);top:50%;left:50%;transform:translate(-42%,-58%);filter:drop-shadow(0 8px 22px rgba(244,185,66,.28));opacity:.55}.atmosphere--auth{position:fixed}.atmosphere--auth .atmosphere-blob--coral{opacity:.86}.atmosphere--auth .atmosphere-blob--lavender{opacity:.8}@media(prefers-reduced-motion:no-preference){.atmosphere--auth .atmosphere-blob--coral{animation:aura-drift 26s var(--ease-smooth) infinite alternate}.atmosphere--auth .atmosphere-blob--lavender{animation:aura-drift 32s var(--ease-smooth) infinite alternate-reverse}.atmosphere--auth .atmosphere-aurora{animation:aurora-shift 28s var(--ease-smooth) infinite alternate}}@keyframes aura-drift{0%{transform:translate(0) scale(1)}to{transform:translate(5%,7%) scale(1.07)}}@keyframes aurora-shift{0%{transform:rotate(-8deg) translate(0)}to{transform:rotate(-4deg) translate(3%)}}@media(prefers-reduced-transparency:reduce){.atmosphere{opacity:.28}.atmosphere-blob{filter:blur(70px)}}@media(max-width:720px){.atmosphere-blob{filter:blur(70px)}.atmosphere-neural,.atmosphere-ring,.atmosphere-crystal{display:none}}h1{font-family:var(--font-sans);font-size:clamp(1.75rem,3.2vw,2.5rem);line-height:1.12;font-weight:500;color:var(--deep-clay);letter-spacing:-.04em}h2,.section-title,.home-section-title,.product-group-title{font-family:var(--font-sans);font-weight:500;color:var(--deep-clay);letter-spacing:-.03em}.brand-mark{font-family:var(--font-sans);font-weight:600;letter-spacing:-.03em}a,.app-footer-email,.app-footer-links a:hover{color:var(--coral)}.app-frame,.auth-page,.onboard-shell{background:var(--cream-base)}.sidebar,.main-panel,.onboard-inner,.auth-page-main,.auth-page .app-footer{position:relative;z-index:1}.sidebar{background:var(--sidebar-glass);backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border-right:1px solid var(--glass-border)}.main-panel{background:transparent;background-image:none}.onboard-shell{background:transparent}.card,.metric,.content-hub-stat,.analysis-stat,.topic-idea-card,.product-idea-card,.product-funnel-card,.product-compact-card,.product-module-card,.funnel-stage-card,.ecosystem-card,.file-card,.guide-available-card,.accordion,.dropzone-file,.idea-menu{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border:1px solid var(--glass-border);border-radius:var(--radius-card);box-shadow:var(--glass-shadow),var(--glass-inset)}.card{padding:1.35rem 1.4rem;transition:box-shadow var(--duration-medium) var(--ease-default)}.glass-card:hover{transform:translateY(-3px);box-shadow:0 16px 44px #2b24201a,var(--glass-inset)}.idea-menu,.accordion{border-radius:16px}.home-module-card,.home-module-card--products{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border:1px solid var(--glass-border);box-shadow:var(--glass-shadow),var(--glass-inset)}.home-module-card{border-left:3px solid var(--lavender)}.home-module-card--products{border-left:3px solid var(--sage)}.insight-item,.cluster-card:before,.quote-box{border-left-color:var(--lavender)}.quote-box{background:#d4a5ff1f}.quote-tag,.quote-tile{background:#ffffffb8;border-color:#d4a5ff59;color:var(--deep-clay)}button,.btn-link,.btn-coral{font-family:var(--font-sans);background:var(--coral);color:var(--pearl);border:none;border-radius:var(--radius-control);padding:12px 22px;font-weight:600;box-shadow:0 8px 20px #ff7e5b47;transition:background var(--duration-fast) var(--ease-default),box-shadow var(--duration-fast) var(--ease-default),transform .1s var(--ease-default),border-color var(--duration-fast) var(--ease-default),color var(--duration-fast) var(--ease-default)}button:hover:not(:disabled),.btn-link:hover,.btn-coral:hover:not(:disabled){background:color-mix(in srgb,var(--coral) 88%,white);box-shadow:0 8px 22px #ff7e5b47}button:active:not(:disabled),.btn-link:active,.btn-coral:active:not(:disabled){transform:scale(.98);background:color-mix(in srgb,var(--coral) 88%,black)}a.btn-link,a.btn-coral{color:var(--pearl)!important;text-decoration:none;display:inline-flex;align-items:center;gap:.45rem}button.secondary,.btn-link.secondary-link,.btn-glass{background:var(--glass-btn-bg);color:var(--deep-clay);border:1px solid var(--glass-btn-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:none}button.secondary:hover:not(:disabled),.btn-link.secondary-link:hover,.btn-glass:hover:not(:disabled){background:#ffffffe0;border-color:var(--lavender);color:var(--deep-clay)}a.btn-link.secondary-link{color:var(--deep-clay)!important}button.ghost,.btn-ghost{background:transparent;color:var(--coral);border:1px solid var(--coral);box-shadow:none}button.ghost:hover:not(:disabled),.btn-ghost:hover:not(:disabled){background:#ff7e5b1a;color:var(--coral)}button.icon-btn{min-width:2.25rem;padding:.45rem .55rem;box-shadow:none}button.accordion-head,button.collapse-head,button.products-prev-toggle,button.history-toggle{background:transparent;color:var(--deep-clay);border:none;box-shadow:none}.collapse-head,.products-prev-toggle{padding:0}.password-toggle,.linkish{background:transparent;color:var(--coral);border:none;box-shadow:none}.password-toggle{padding:.35rem .5rem}.linkish{padding:0;font-size:.875rem;font-weight:600}.theme-block-head{background:#d4a5ff29;color:var(--deep-clay);box-shadow:none;border:none;border-radius:0;padding:1rem 1.1rem}.theme-block-head:hover{background:#d4a5ff3d}.theme-block-head .eyebrow{color:var(--lavender-text)}input,select,textarea{background:#ffffff8c;border:1px solid rgba(255,255,255,.8);border-radius:var(--radius-control);padding:12px 16px;color:var(--deep-clay)}input:focus,select:focus,textarea:focus{border-color:var(--lavender);box-shadow:0 0 0 3px #d4a5ff59;outline:none}input::placeholder,textarea::placeholder{color:var(--light-mist)}input[type=checkbox]{accent-color:var(--lavender)}:focus-visible{outline:2px solid var(--lavender);outline-offset:2px}.chip{border:1px solid var(--soft-beige);background:#ffffffa6;color:var(--deep-clay);border-radius:999px}.chip-row button.chip{background:#ffffffa6;color:var(--deep-clay);box-shadow:none}.chip.selected,.chip-row button.chip.selected{background:var(--coral);border-color:var(--coral);color:var(--pearl);box-shadow:0 4px 14px #ff7e5b38}.chip.tag-purple,.tag-ai,.trait-chip,.format-badge,.format-chip-row .chip{background:#d4a5ff26;border-color:transparent;color:var(--lavender-text);font-family:var(--font-sans);font-size:12px;font-weight:500;letter-spacing:.02em;border-radius:var(--radius-tag)}.tag-marketing,.chip-new{background:#ff7e5b26;color:var(--coral);border-color:transparent}.tag-experience{background:#f4b94226;color:var(--amber-text);border-color:transparent}.tabs .tab,.profile-tab{background:var(--glass-btn-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-btn-border);color:var(--deep-clay);border-radius:999px;box-shadow:none;padding:.5rem 1.1rem}.tabs .tab.active,.profile-tab.active{background:var(--coral);border-color:var(--coral);color:var(--pearl);box-shadow:0 4px 14px #ff7e5b40}.progress-fill{background:var(--neural-glow)}.banner,.info-banner,.products-progress-banner{background:#d4a5ff24;border:1px solid rgba(212,165,255,.4);border-left:3px solid var(--lavender);color:var(--deep-clay)}.home-update-pill,.product-format-tag,.product-why-pill,.funnel-flow-step,.funnel-task-label,.product-rec-badge{background:#ff7e5b24;color:var(--coral)}.product-rec-badge{background:var(--coral);color:var(--pearl)}.products-progress-check,.product-why-check,.product-module-n,.home-ideas-icon,.home-module-icon{background:#d4a5ff2e;color:var(--lavender-text)}.home-module-icon--products{background:#a8c5b847;color:#3d6a58}.home-progress-count,.home-material-title,.platform-hub-list a:hover,.idea-list-card h3 a:hover{color:var(--coral)}.home-material-title:hover{color:color-mix(in srgb,var(--coral) 80%,black)}.dropzone{background:#ffffff47;border-color:#ffffffb3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.dropzone:hover,.dropzone-active{border-color:var(--lavender);background:#d4a5ff1f}.dropzone-audio{background:linear-gradient(180deg,#faf8f4,#d4a5ff2e)}.dropzone-icon{color:var(--lavender-text)}.dropzone-file-badge{background:var(--coral)}.positioning-hero{background:#d4a5ff29}.topic-develop-btn,.product-develop-btn{position:relative;z-index:2;flex-shrink:0;margin-top:auto;background:var(--coral);color:var(--pearl);border:none;box-shadow:0 6px 18px #ff7e5b33;transform:none}.topic-develop-btn:hover:not(:disabled),.product-develop-btn:hover:not(:disabled),.topic-develop-btn:active:not(:disabled),.product-develop-btn:active:not(:disabled){background:color-mix(in srgb,var(--coral) 88%,white);color:var(--pearl);transform:none}.funnel-week-head,.strategy-table th{background:var(--warm-sand)}.product-funnel-card--rec{border-color:color-mix(in srgb,var(--lavender) 55%,#ccc);box-shadow:0 0 0 1px #d4a5ff40}.plan-card.featured{border:1px solid transparent;background:linear-gradient(var(--glass-bg),var(--glass-bg)) padding-box,var(--mind-bridge) border-box}.upload-generating-spinner{border-color:#d4a5ff59;border-top-color:var(--lavender)}.upload-generating-stages li.active{color:var(--lavender-text);background:#d4a5ff2e}.idea-menu button:hover,.admin-prompt-list .link.active{background:#d4a5ff29;color:var(--lavender-text)}.guide-status-done{background:#d4a5ff2e;color:var(--lavender-text)}.draft-placeholder,.ecosystem-cta{background:#d4a5ff1f;border-color:#d4a5ff66}.app-footer{border-top-color:var(--soft-beige)}.app-footer--auth{background:transparent}.checklist li:before{color:var(--coral)}.audience-phrases-label,.rec-row-label,.tip-labeled-row strong{color:var(--lavender-text)}.profile-stats-grid .metric-val{color:var(--deep-clay)}.auth-page{background:transparent}.auth-page-main{position:relative;gap:0}@media(min-width:800px){.auth-page-main{grid-template-columns:minmax(280px,1.08fr) minmax(340px,.92fr);align-items:stretch;padding:0;gap:0}}.auth-trust{position:relative;z-index:1;overflow:auto;background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border:1px solid var(--glass-border);border-left:none;border-top:none;border-bottom:none;border-radius:0;box-shadow:var(--glass-shadow),var(--glass-inset);color:var(--deep-clay);padding:2.5rem 2rem 2.25rem}@media(min-width:800px){.auth-trust{padding:3.25rem 3.25rem 2.75rem 3.5rem;display:flex;flex-direction:column;justify-content:center;min-height:100%}}.auth-trust .eyebrow{margin:0 0 .65rem;color:var(--lavender-text)}.auth-brand{font-family:var(--font-sans);font-size:clamp(2.1rem,4.2vw,3rem);font-weight:500;letter-spacing:-.045em;line-height:1.05;color:var(--deep-clay);margin:0 0 .85rem;position:relative}.auth-tagline{margin:0 0 1.5rem;max-width:22rem;font-size:clamp(1.15rem,2vw,1.35rem)!important;font-weight:500!important;line-height:1.35;letter-spacing:-.025em;color:var(--deep-clay)!important}.auth-lead{margin:0 0 1.5rem;max-width:28rem;font-size:.98rem;line-height:1.55;color:var(--muted-stone)}.auth-outcomes{list-style:none;margin:0 0 1.5rem;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.65rem .85rem;max-width:28rem}.auth-outcomes li{margin:0;padding:.7rem .85rem .75rem;background:#ffffff61;border:1px solid rgba(255,255,255,.65);border-radius:14px;font-size:.88rem;line-height:1.4;color:var(--deep-clay)}.auth-outcomes li:nth-child(1){border-left:3px solid var(--coral)}.auth-outcomes li:nth-child(2){border-left:3px solid var(--sage)}.auth-outcomes li:nth-child(3){border-left:3px solid var(--amber)}.auth-outcomes li:nth-child(4){border-left:3px solid var(--lavender)}.auth-outcome-label{display:block;margin-bottom:.2rem;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-stone)}.auth-privacy{margin:0 0 1.35rem;max-width:28rem;padding:.85rem 1rem;border-radius:14px;background:#d4a5ff24;border:1px solid rgba(212,165,255,.32);font-size:.9rem;line-height:1.5;color:var(--deep-clay)}.auth-trust-credit{margin:0;max-width:28rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.55);font-size:.8rem!important;line-height:1.45;color:var(--muted-stone)!important}.auth-logo-backdrop{position:absolute;z-index:0;top:50%;left:76%;width:min(42vw,520px);height:auto;transform:translate(-50%,-50%);pointer-events:none;-webkit-user-select:none;user-select:none}@media(max-width:799px){.auth-logo-backdrop{width:min(70vw,340px);top:18%;left:72%;opacity:.55}.auth-trust{margin:0;border:1px solid var(--glass-border);border-left:none;border-right:none;border-top:none;border-radius:0}.auth-outcomes{grid-template-columns:1fr 1fr}}.auth-brand{font-family:var(--font-sans);font-size:clamp(2rem,4vw,2.75rem);font-weight:500;letter-spacing:-.045em;color:var(--deep-clay);margin:0 0 .75rem;position:relative}.auth-trust .eyebrow,.auth-trust-credit{color:var(--muted-stone)!important}.auth-trust p,.trust-list,.auth-stages{color:var(--muted-stone)}.auth-tagline,.auth-stages-title,.auth-stages strong{color:var(--deep-clay)!important}.auth-card{position:relative;z-index:1;background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));border:1px solid var(--glass-border);border-radius:var(--radius-card);box-shadow:var(--glass-shadow),var(--glass-inset);margin:1.25rem}@media(min-width:800px){.auth-card{margin:2.5rem 2.75rem 2.5rem 1.5rem;max-width:460px;justify-self:end;align-self:center;width:100%}}.auth-card h2{font-family:var(--font-sans);font-size:1.75rem;font-weight:500;letter-spacing:-.035em}@media(prefers-reduced-transparency:reduce){.sidebar,.card,.metric,.auth-card,.auth-trust,.glass-card,.topic-idea-card,.product-idea-card,.product-funnel-card,.accordion{background:#ffffffeb;backdrop-filter:none;-webkit-backdrop-filter:none}}
