:root{--navy: #0F1D33;--navy-hover: #16273f;--white: #FFFFFF;--gold: #E7D6B6;--gold-strong: #d1b688;--blue-gray: #B8C7D9;--off-white: #F5F7FA;--font-display: "Poppins", "Inter", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--line: #E1E6EC;--text-soft: #5B6472;font-family:var(--font-body);color-scheme:light;background:var(--off-white);color:var(--navy)}*{box-sizing:border-box}body{margin:0;background:var(--off-white);color:var(--navy)}h1,h2,h3{font-family:var(--font-display);font-weight:600;line-height:1.25;margin:0 0 12px}p{line-height:1.6}a{color:var(--navy)}.layout{max-width:1040px;margin:0 auto;padding:0 24px 48px}.page-header{padding:32px 0 8px;text-align:center}.tagline{color:var(--gold-strong);font-weight:600;font-size:.95em;letter-spacing:.01em}.navbar{display:flex;align-items:center;gap:28px;padding:18px 24px;background:var(--white);border-bottom:1px solid var(--line);margin-bottom:32px;position:sticky;top:0;z-index:10}.navbar-links{display:flex;gap:22px;flex:1}.navbar-links a{text-decoration:none;color:var(--text-soft);font-weight:500;font-size:.95em;padding:6px 2px;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.navbar-links a:hover,.navbar-links a.active{color:var(--navy);border-bottom-color:var(--gold)}.navbar-account{display:flex;align-items:center;gap:10px;font-size:.9em;color:var(--text-soft)}.navbar-identity{display:flex;align-items:center;gap:8px;padding:5px 12px 5px 5px;border-radius:999px;text-decoration:none;color:var(--navy);font-weight:500;transition:background .15s}.navbar-identity:hover,.navbar-identity.active{background:var(--off-white)}.navbar-identity-avatar{width:26px;height:26px;border-radius:50%;background:var(--navy);color:var(--off-white);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:600;font-size:.78em;flex-shrink:0}button.btn-upgrade{background:var(--gold);color:var(--navy)}button.btn-upgrade:hover:not(:disabled){background:var(--gold-strong)}button.btn-ghost{background:transparent;color:var(--text-soft);border:none;padding:8px 6px}button.btn-ghost:hover:not(:disabled){background:transparent;color:var(--navy)}a.btn-ghost{display:inline-flex;align-items:center;font-family:var(--font-display);font-weight:600;padding:8px 6px;color:var(--text-soft);text-decoration:none;cursor:pointer;transition:color .15s}a.btn-ghost:hover{color:var(--navy)}.hero{position:relative;text-align:center;padding:20px 0 40px}.hero:before{content:"";position:absolute;top:-60px;left:50%;width:640px;height:420px;transform:translate(-50%);background:radial-gradient(closest-side,#e7d6b659,#e7d6b600 70%);pointer-events:none;z-index:0}.hero>*{position:relative;z-index:1}.hero h1{font-size:clamp(1.6em,4vw,2.4em);max-width:640px;margin:10px auto 16px}.hero-sub{max-width:560px;margin:0 auto;color:var(--text-soft)}.hero-logo{display:flex;justify-content:center;margin-bottom:6px}.hero-actions{display:flex;gap:14px;justify-content:center;margin-top:24px}.section-title{text-align:center;margin:56px 0 20px}.hero-use-cases{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;max-width:900px;margin:36px auto 0}.hero-use-case-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;text-align:left;background:var(--white);border:1px solid var(--line);border-radius:14px;padding:20px;cursor:pointer;font:inherit;color:var(--navy);transition:border-color .15s,box-shadow .15s,transform .1s}.hero-use-case-card:hover{border-color:var(--gold-strong);transform:translateY(-2px);box-shadow:0 4px 14px #0f1d3314}.hero-use-case-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;object-position:top;border:2px solid var(--gold)}.hero-use-case-pain{font-family:var(--font-display);font-weight:600;font-style:italic;line-height:1.35;margin:0}.hero-use-case-outcome{font-size:.88em;color:var(--text-soft);line-height:1.4;margin:0}.hero-use-case-cta{margin-top:auto;padding-top:4px;font-size:.85em;font-weight:600;color:var(--gold-strong)}.cta-final{text-align:center;margin-top:56px;padding:44px 0 24px;border-top:1px solid var(--line)}.cta-final button{margin-top:12px}.try-it{margin-top:56px;padding:44px 0 8px;border-top:1px solid var(--line);text-align:center}.try-form{display:flex;flex-direction:row;max-width:520px;margin:0 auto;gap:10px}.try-form input{flex:1;border-radius:999px;padding:13px 20px}.try-form button{border-radius:999px;width:46px;height:46px;padding:0;flex-shrink:0;font-size:1.1em}.reveal-card{max-width:460px;margin:22px auto 32px;background:var(--white);border:1px solid var(--gold-strong);border-radius:16px;padding:22px 24px;box-shadow:0 4px 16px #0f1d330f;animation:reveal-in .35s ease}.reveal-card .domain-icon{margin-bottom:8px}.reveal-card p{margin:0 0 14px;color:var(--navy)}.reveal-card.reveal-empty{border-color:var(--line)}.reveal-card.reveal-empty p{color:var(--text-soft)}@keyframes reveal-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.domain-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:start;gap:14px;margin-bottom:36px}.domain-card,.domain-card-head{display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left}.domain-card{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:18px 18px 16px;cursor:pointer;font:inherit;color:var(--navy);transition:border-color .15s,box-shadow .15s,transform .1s}.domain-card-head{background:none;border:none;padding:0;width:100%;font:inherit;color:inherit;cursor:pointer}.domain-card:hover{border-color:var(--gold-strong);transform:translateY(-2px);box-shadow:0 4px 14px #0f1d3314}.domain-card.expanded:hover{transform:none}.domain-card.selected,.domain-card.expanded{border-color:var(--gold-strong);background:linear-gradient(180deg,rgba(231,214,182,.18),transparent 60%);box-shadow:0 0 0 2px #e7d6b680}.domain-card-body{width:100%;margin-top:12px;padding-top:12px;border-top:1px solid var(--line);animation:reveal-in .25s ease}.domain-card-body form{flex-direction:row;max-width:none;gap:8px}.domain-card-body input{flex:1;font-size:.9em;padding:9px 12px}.domain-card-body form button{font-size:.85em;padding:9px 14px;white-space:nowrap}.card-exchange-quote{font-style:italic;color:var(--text-soft);font-size:.9em;margin-bottom:8px}.card-exchange p{font-size:.9em}.card-exchange-answer{background:var(--off-white);border-left:2px solid var(--gold);padding:10px 12px;border-radius:6px;line-height:1.45}.card-exchange button{width:100%;margin-top:4px}.domain-icon{display:inline-flex;color:var(--navy);margin-bottom:2px}.domain-card-top{display:flex;align-items:center;gap:12px;margin-bottom:4px}.domain-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;object-position:top;border:2px solid var(--gold);flex-shrink:0}.domain-card-heading{display:flex;flex-direction:column;gap:2px}.expert-carousel-wrap{margin:8px 0 32px}.expert-carousel{display:flex;align-items:center;margin-bottom:14px}.expert-carousel-track{display:flex;flex:1;align-items:flex-start;gap:10px;overflow-x:auto;scroll-snap-type:x proximity;padding:14px 16px;scrollbar-width:none}.expert-carousel-track::-webkit-scrollbar{display:none}.expert-slide{scroll-snap-align:center;flex:0 0 auto;width:84px;display:flex;flex-direction:column;align-items:center;gap:5px;background:none;border:none;font:inherit;color:var(--navy);cursor:pointer;padding:4px 2px;text-align:center;opacity:.45;transform:scale(.85);transition:opacity .25s,transform .25s}.expert-slide.active{opacity:1;transform:scale(1)}.expert-slide:hover{opacity:1}.expert-avatar-circle{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--white);border:2px solid var(--line);color:var(--navy);overflow:hidden;transition:border-color .25s,box-shadow .25s}.expert-slide.active .expert-avatar-circle{border-color:var(--gold-strong);box-shadow:0 0 0 4px #e7d6b659}.expert-avatar-circle img{width:100%;height:100%;object-fit:cover;object-position:top}.expert-slide-name{font-family:var(--font-display);font-weight:600;font-size:.82em}.expert-slide-tag{font-size:.68em;color:var(--text-soft);line-height:1.25}.expert-slide:hover,.expert-slide:focus-visible{opacity:1;transform:scale(1);z-index:2}.expert-slide-locked{opacity:.45;filter:grayscale(.6)}.expert-slide-locked:hover,.expert-slide-locked:focus-visible{opacity:.65}.expert-slide-locked .expert-slide-tag{color:var(--text-soft)}.expert-preview{max-height:0;opacity:0;padding:0 18px;margin-top:0;border:1px solid transparent;border-radius:14px;background:var(--white);overflow:hidden;transition:max-height .25s ease,opacity .2s ease,padding .25s ease,margin-top .25s ease,border-color .15s ease}.expert-preview.expert-preview-open{max-height:220px;opacity:1;padding:14px 18px;margin-top:12px;border-color:var(--line)}.expert-preview-pitch{font-size:.9em;color:var(--text-soft);line-height:1.45;margin:0}.expert-preview-fields{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.expert-preview-field{font-size:.78em;color:var(--gold-strong);background:#e7d6b62e;border-radius:999px;padding:4px 11px}button.team-toggle{display:inline-flex;align-items:center;gap:6px;margin-top:10px;padding:0;background:none;border:none;border-radius:0;color:var(--gold-strong);font-family:var(--font-display);font-weight:600;font-size:.88em}button.team-toggle:hover:not(:disabled){background:none;text-decoration:underline}button.team-toggle:active:not(:disabled){transform:none}.team-specialist-list{display:flex;flex-direction:column;margin-top:10px;padding-top:4px;border-top:1px solid var(--line)}.team-specialist-row{display:flex;align-items:center;gap:10px;padding:8px 2px;border-bottom:1px solid var(--line)}.team-specialist-row:last-child{border-bottom:none}.team-specialist-badge{flex-shrink:0;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e7d6b64d;color:var(--gold-strong);font-family:var(--font-display);font-weight:700;font-size:.85em}.team-specialist-name{font-weight:600;color:var(--navy)}.team-specialist-field{display:block;font-size:.85em;color:var(--text-soft)}.expert-carousel-arrow{flex-shrink:0;width:36px;height:36px;padding:0;border-radius:50%;background:var(--white);border:1px solid var(--line);color:var(--navy);font-size:1.3em;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2}.expert-carousel-arrow:hover{border-color:var(--gold-strong);background:var(--off-white)}.domain-label{font-family:var(--font-display);font-weight:600}.domain-director{font-size:.85em;color:var(--gold-strong);font-weight:500}.domain-pitch{font-size:.85em;color:var(--text-soft)}.domain-preview{max-height:0;opacity:0;padding:0 18px;margin-top:0;border:1px solid transparent;border-radius:14px;background:var(--navy);overflow:hidden;transition:max-height .25s ease,opacity .2s ease,padding .25s ease,margin-top .25s ease,border-color .15s ease}.domain-preview.domain-preview-open{max-height:160px;opacity:1;padding:14px 18px;margin-top:12px;border-color:var(--navy-hover)}.domain-preview-pitch{font-size:.9em;color:var(--blue-gray);line-height:1.45;margin:0}.ask-form-card form{max-width:none}.ask-form-actions{display:flex;align-items:center;gap:10px;margin-top:10px}.ask-form-actions button[type=submit]{margin-left:auto}.attachment-chip{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;padding:6px 10px;border-radius:999px;background:var(--off-white);border:1px solid var(--line);font-size:.85em;color:var(--navy)}.attachment-remove{background:none;border:none;padding:0;color:var(--text-soft);font-size:1.1em;line-height:1;cursor:pointer}.attachment-remove:hover{color:var(--navy)}.attach-menu-wrap{position:relative}.attach-menu{position:absolute;bottom:calc(100% + 6px);left:0;display:flex;flex-direction:column;min-width:160px;background:var(--white);border:1px solid var(--line);border-radius:10px;box-shadow:0 6px 18px #00000014;overflow:hidden;z-index:5}.attach-menu button{background:none;border:none;color:var(--navy);font:inherit;font-weight:500;text-align:left;padding:9px 14px;cursor:pointer}.attach-menu button:hover{background:var(--off-white)}.selected-expert-banner{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:.92em;color:var(--text-soft)}.selected-expert-pitch{margin:2px 0 0;font-size:.95em;line-height:1.4}.example-prompt-chip{display:block;width:100%;text-align:left;background:var(--off-white);border:1px dashed var(--gold-strong);border-radius:10px;padding:10px 14px;margin-bottom:12px;font-size:.9em;font-style:italic;color:var(--navy);cursor:pointer;line-height:1.4}.example-prompt-chip:hover{background:var(--white);border-style:solid}.project-switcher{margin-bottom:12px;font-size:.9em}.resumable-threads{margin-bottom:28px}.resumable-thread-list{display:flex;flex-direction:column;gap:10px}.resumable-thread-card{display:flex;align-items:flex-start;gap:12px;width:100%;text-align:left;background:var(--white);border:1px solid var(--line);border-radius:12px;padding:12px 16px;cursor:pointer;font:inherit;color:var(--navy);transition:border-color .15s,box-shadow .15s}.resumable-thread-card:hover{border-color:var(--gold-strong);box-shadow:0 2px 10px #0f1d330f}.resumable-thread-body{flex:1;min-width:0}.resumable-thread-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.resumable-thread-snippet{margin:4px 0 0;font-size:.88em;color:var(--text-soft);line-height:1.4}.project-switcher select{font-family:inherit;font-size:inherit;padding:4px 8px;border-radius:6px;border:1px solid var(--line);background:var(--white)}.chat-header-wrap{margin-top:8px}.chat-header{display:flex;align-items:center;gap:12px;padding:14px 18px;background:var(--white);border:1px solid var(--line);border-bottom:none;border-radius:14px 14px 0 0}.chat-header-actions{display:flex;gap:8px;margin-left:auto}.ask-form-card.chat-mode{margin-top:0;border-top-left-radius:0;border-top-right-radius:0;display:flex;flex-direction:column}.chat-scroll{max-height:420px;overflow-y:auto;padding-right:4px;margin-bottom:16px}.auth-page{display:grid;grid-template-columns:1.1fr 1fr;min-height:560px;margin:-32px -24px 0;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #0f1d331a}.auth-brand-panel{background:linear-gradient(160deg,var(--navy),#142943 70%);color:var(--off-white);display:flex;flex-direction:column;justify-content:center;padding:56px 48px}.auth-brand-panel .tagline{color:var(--gold)}.auth-brand-panel h2{color:var(--off-white);font-size:1.7em;max-width:340px}.auth-quote{margin-top:28px;padding-left:16px;border-left:3px solid var(--gold-strong);color:var(--blue-gray);font-size:1em;line-height:1.65;max-width:320px}.auth-form-panel{background:var(--white);display:flex;align-items:center;justify-content:center;padding:48px 40px}.auth-card{width:100%;max-width:340px;text-align:center}.auth-logo{margin-bottom:18px}.auth-card h1{font-size:1.4em}.auth-sub{color:var(--text-soft);font-size:.92em;margin-bottom:24px}.auth-card form{max-width:none;text-align:left}.auth-switch{font-size:.9em;color:var(--text-soft);margin-top:18px}@media (max-width: 760px){.auth-page{grid-template-columns:1fr;margin:-32px -24px 0;border-radius:0;min-height:0}.auth-brand-panel{padding:32px 24px 24px}.auth-brand-panel h2{max-width:none}.auth-quote{display:none}.auth-form-panel{padding:32px 24px 48px}}form{display:flex;flex-direction:column;max-width:420px}label{display:flex;flex-direction:column;gap:6px;font-size:.92em;font-weight:500;color:var(--text-soft);margin-bottom:14px}input,textarea,select{font:inherit;padding:11px 14px;border:1px solid var(--line);border-radius:10px;background:var(--white);color:var(--navy);transition:border-color .15s,box-shadow .15s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--gold-strong);box-shadow:0 0 0 3px #e7d6b666}textarea{width:100%;min-height:110px;resize:vertical}button{font:inherit;font-family:var(--font-display);font-weight:600;padding:11px 22px;border:none;border-radius:10px;background:var(--navy);color:var(--white);cursor:pointer;transition:background .15s,opacity .15s,transform .1s}button:hover:not(:disabled){background:var(--navy-hover)}button:active:not(:disabled){transform:translateY(1px)}button:disabled{opacity:.5;cursor:not-allowed}button.btn-secondary{background:transparent;color:var(--navy);border:1px solid var(--line)}button.btn-secondary:hover:not(:disabled){background:var(--off-white)}button.btn-sm{padding:7px 14px;font-size:.88em}.card{border:1px solid var(--line);background:var(--white);border-radius:14px;padding:18px 20px;margin:10px 0;box-shadow:0 1px 2px #0f1d330a;transition:border-color .15s,box-shadow .15s}.card.selected{border-color:var(--gold-strong);box-shadow:0 0 0 2px #e7d6b666}.plan-card{border:1px solid var(--line);background:var(--white);border-radius:14px;padding:16px 18px;margin:10px 0;transition:border-color .15s,box-shadow .15s}.plan-card:hover{border-color:var(--gold-strong);box-shadow:0 4px 14px #d1b6882e}.plan-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:4px}.plan-card-name{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-display);font-weight:700;font-size:1.15em;color:var(--navy)}.plan-card-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#d1b68829;color:var(--gold-strong)}.plan-card-multiplier{font-family:var(--font-display);font-weight:700;font-size:1.7em;color:var(--navy);margin:4px 0 6px;line-height:1.1}.plan-card-multiplier-label{font-family:var(--font-body);font-weight:400;font-size:.48em;color:var(--text-soft);margin-left:2px}.plan-card-tagline{margin:0 0 8px;font-size:.94em;color:var(--navy)}.plan-card-meta{margin:0 0 12px;font-size:.82em;color:var(--text-soft);line-height:1.5}.checkout-refund-consent{display:flex;align-items:flex-start;gap:8px;margin-bottom:14px;padding:10px 12px;background:var(--off-white);border-radius:10px;font-size:.86em;color:var(--text-soft);line-height:1.4;cursor:pointer}.checkout-refund-consent input[type=checkbox]{margin-top:2px;flex-shrink:0}.link-button{background:none;border:none;padding:0;font:inherit;color:var(--gold-strong);text-decoration:underline;cursor:pointer}.upgrade-nudge{margin-top:8px;font-size:.88em;color:var(--text-soft)}.first-success-banner{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;background:var(--off-white);border:1px solid var(--gold-strong);border-radius:10px;padding:10px 14px;margin-bottom:12px;font-size:.9em;line-height:1.4}.first-success-dismiss{background:none;border:none;color:var(--text-soft);font-size:1.2em;line-height:1;cursor:pointer;padding:0;flex-shrink:0}.first-success-dismiss:hover{color:var(--navy)}.response-header{display:flex;align-items:center;gap:14px;margin-bottom:4px}.response-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;object-position:top;border:2px solid var(--gold);flex-shrink:0}.response-avatar-fallback{display:flex;align-items:center;justify-content:center;background:var(--off-white);color:var(--navy)}.response-name{font-family:var(--font-display);font-weight:600;font-size:1.15em}.response-tag{font-size:.85em;color:var(--gold-strong);font-weight:500}.response-routing{margin-top:12px;border-top:1px solid var(--line);padding-top:10px}.response-routing summary{cursor:pointer;font-size:.85em;color:var(--text-soft);font-weight:500}.response-routing p{margin:8px 0 0}.consultation-chain-hop{margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}.consultation-chain-hop:first-of-type{margin-top:8px;padding-top:0;border-top:none}.thread-view{display:flex;flex-direction:column;gap:14px;margin-bottom:20px}.thread-message-user{align-self:flex-end;max-width:80%;background:var(--off-white);border-radius:14px 14px 4px;padding:10px 16px}.thread-message-user p{margin:0}.thread-message-assistant{border:1px solid var(--line);background:var(--white);border-radius:4px 14px 14px;padding:16px 18px;animation:reveal-in .3s ease}.thread-message-assistant .response-header{margin-bottom:8px}.response-avatar-sm{width:32px;height:32px}.error{color:#c0392b;font-size:.92em}.warning{color:#a9781a;font-size:.92em}.subtle{font-size:.85em;color:var(--text-soft)}.section-intro{color:var(--text-soft);font-size:.92em;max-width:640px;margin:-4px 0 20px}.settings-header{padding:4px 0 24px;border-bottom:1px solid var(--line);margin-bottom:32px}.settings-header h1{margin-bottom:4px}.settings-section{margin-top:40px}.settings-section:first-of-type{margin-top:0}.settings-section-title{display:flex;align-items:baseline;gap:10px;margin-bottom:14px}.settings-section-title h2{margin-bottom:0}.fuel-headline{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.fuel-value{font-family:var(--font-display);font-weight:700;font-size:2em;color:var(--navy)}.fuel-meter-track{border-radius:999px;height:10px;overflow:hidden;margin-top:10px}.fuel-meter-fill{height:100%;border-radius:999px;transition:width .3s}.stat-tile-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.stat-tile{text-align:center;padding:0 14px;border-left:1px solid var(--line)}.stat-tile:first-child{border-left:none}.stat-tile-label{font-size:.78em;color:var(--text-soft);margin-bottom:4px}.stat-tile-value{font-family:var(--font-display);font-weight:700;font-size:1.35em;color:var(--navy)}.new-project-form{flex-direction:row;align-items:flex-end;gap:12px;max-width:480px}.new-project-form label{flex:1;margin-bottom:0}.new-project-form button{flex-shrink:0}.danger-zone{margin-top:8px;padding:20px 22px;border:1px solid rgba(192,57,43,.3);background:#c0392b0b;border-radius:14px}.danger-zone .settings-section-title h2{color:#c0392b}.answer{border-left:3px solid var(--gold-strong);padding-left:14px;margin-top:14px;line-height:1.65}.answer p{margin:0 0 12px}.answer p:last-child{margin-bottom:0}.answer ul,.answer ol{margin:0 0 12px;padding-left:22px}.answer li{margin-bottom:4px}.answer strong{font-weight:700}.answer em{font-style:italic}.answer h1,.answer h2,.answer h3{margin:16px 0 8px;line-height:1.3}.answer h1:first-child,.answer h2:first-child,.answer h3:first-child{margin-top:0}.mermaid-diagram{margin:12px 0;max-width:100%;overflow-x:auto}.mermaid-diagram svg{max-width:100%;height:auto}.answer blockquote{margin:0 0 12px;padding:8px 14px;border-left:3px solid var(--gold-strong);background:#00000008}.answer code{font-family:SFMono-Regular,Consolas,monospace;font-size:.9em;background:#0000000f;padding:1px 5px;border-radius:3px}.answer pre{background:#0000000f;padding:10px 14px;border-radius:6px;overflow-x:auto;margin:0 0 12px}.answer pre code{background:none;padding:0}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.tool-card{display:flex;gap:14px;align-items:flex-start;text-decoration:none;color:var(--navy);background:var(--white);border:1px solid var(--line);border-radius:14px;padding:18px 20px;transition:border-color .15s,box-shadow .15s,transform .1s}.tool-card:hover{border-color:var(--gold-strong);transform:translateY(-2px);box-shadow:0 4px 14px #0f1d3314}.usage-faces{display:flex;flex-wrap:wrap;gap:20px;margin-top:10px}.usage-face{display:flex;flex-direction:column;align-items:center;gap:4px;width:76px;text-align:center}.usage-face-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;object-position:top;border:2px solid var(--gold)}.usage-face-name{font-family:var(--font-display);font-weight:600;font-size:.85em}.session-with{display:flex;align-items:center;gap:8px}.session-avatar{width:26px;height:26px;border-radius:50%;object-fit:cover;object-position:top;border:1px solid var(--gold)}.history-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.chevron{color:var(--text-soft);font-size:.8em;flex-shrink:0}.toggle-switch{position:relative;display:inline-block;width:42px;height:24px;flex-shrink:0;cursor:pointer}.toggle-switch input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.toggle-switch-track{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--line);border-radius:999px;transition:background .2s ease}.toggle-switch-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;background:var(--white);border-radius:50%;box-shadow:0 1px 3px #0f1d334d;transition:transform .2s ease}.toggle-switch input:checked~.toggle-switch-track{background:var(--gold-strong)}.toggle-switch input:checked~.toggle-switch-track .toggle-switch-thumb{transform:translate(18px)}.toggle-switch input:focus-visible~.toggle-switch-track{box-shadow:0 0 0 2px #e7d6b680}.preference-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#14141e73;display:flex;align-items:center;justify-content:center;z-index:50;padding:20px}.modal-card{background:var(--white);border-radius:14px;max-width:420px;width:100%;box-shadow:0 20px 50px #00000040;max-height:calc(100vh - 40px);display:flex;flex-direction:column}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 0;flex-shrink:0}.modal-header h3{margin:0}.modal-close{background:none;border:none;color:var(--text-soft);font-size:1.3em;line-height:1;cursor:pointer;padding:0}.modal-close:hover{color:var(--navy)}.modal-body{padding:14px 20px 20px;overflow-y:auto}@keyframes tip-toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.tip-toast{position:fixed;right:20px;bottom:20px;z-index:40;display:flex;align-items:flex-start;gap:12px;max-width:360px;background:var(--white);border:1px solid var(--gold-strong);border-radius:14px;padding:16px 18px;box-shadow:0 10px 30px #0f1d3326;animation:tip-toast-in .3s ease}.tip-toast-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;object-position:top;border:2px solid var(--gold);flex-shrink:0}.tip-toast-body{flex:1}.tip-toast-label{font-family:var(--font-display);font-weight:600;color:var(--gold-strong);font-size:.85em;margin-bottom:4px}.tip-toast-body p{font-size:.9em;line-height:1.45;margin:0}.tip-toast-close{background:none;border:none;color:var(--text-soft);font-size:1.2em;line-height:1;cursor:pointer;padding:0;flex-shrink:0}.tip-toast-close:hover{color:var(--navy)}@media (max-width: 520px){.tip-toast{left:16px;right:16px;max-width:none}}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.btn-danger{background:#c0392b}.btn-danger:hover:not(:disabled){background:#a53125}.footer{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;max-width:1040px;margin:48px auto 0;padding:20px 24px;border-top:1px solid var(--line);font-size:.9em}.footer-links{display:flex;gap:20px}.footer-links a{color:var(--text-soft);text-decoration:none}.footer-links a:hover{color:var(--navy)}.legal-content h2{margin-top:28px;font-size:1.15em}.legal-content p,.legal-content li{color:var(--text-soft);line-height:1.6}.legal-back-link{display:inline-block;font-family:var(--font-display);font-weight:600;padding:11px 22px;border:1px solid var(--line);border-radius:10px;color:var(--navy);text-decoration:none;transition:background .15s}.legal-back-link:hover{background:var(--off-white)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
