:root{color-scheme:dark;--bg: #0b1220;--bg-2: #111b35;--surface: rgba(18, 29, 52, .78);--surface-strong: rgba(12, 20, 38, .92);--surface-soft: rgba(255, 255, 255, .075);--text: #f8fbff;--muted: #b9c7dd;--muted-strong: #e0e9f8;--line: rgba(178, 200, 238, .18);--blue: #4f7cff;--blue-dark: #2e55de;--violet: #7c5cff;--green: #27d07c;--green-soft: rgba(39, 208, 124, .15);--orange: #ffb24d;--orange-soft: rgba(255, 178, 77, .16);--red: #ff6973;--red-soft: rgba(255, 105, 115, .15);--shadow: 0 28px 90px rgba(2, 8, 23, .44);--shadow-soft: 0 18px 52px rgba(2, 8, 23, .28)}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0;overflow-x:hidden}body{min-width:320px;background:radial-gradient(circle at 7% -5%,rgba(79,124,255,.46),transparent 23rem),radial-gradient(circle at 94% 2%,rgba(124,92,255,.33),transparent 24rem),radial-gradient(circle at 72% 98%,rgba(39,208,124,.12),transparent 24rem),linear-gradient(145deg,#08111f,#121c35 48%,#0a111f);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,textarea,input{font:inherit}button{-webkit-tap-highlight-color:transparent}.page-shell{min-height:100vh;padding:clamp(10px,2vw,22px)}.miniapp-shell{width:min(1180px,100%);margin:0 auto;display:grid;gap:14px}.app-header,.work-screen,.state-card,.error-banner,.info-banner{border:1px solid var(--line);background:linear-gradient(145deg,#ffffff17,#ffffff09),var(--surface);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.app-header{position:sticky;top:10px;z-index:5;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;border-radius:24px}.app-brand{display:inline-flex;align-items:center;gap:9px;min-width:0;color:var(--muted-strong);font-size:.95rem;font-weight:760;letter-spacing:-.02em}.brand-mark{border:0;display:inline-grid;place-items:center;width:30px;height:30px;flex:0 0 auto;border-radius:11px;background:linear-gradient(135deg,var(--blue),var(--violet));color:#fff;font-weight:900;box-shadow:0 10px 28px #4f7cff52;cursor:pointer}.header-actions,.action-row,.answer-actions{display:flex;align-items:center;gap:8px}.header-actions{justify-content:flex-end;flex-wrap:wrap}.work-screen,.state-card{border-radius:30px;padding:clamp(16px,2.3vw,26px)}.work-screen{display:grid;gap:18px}.home-screen{align-items:stretch}.input-panel{display:grid;align-content:center;gap:16px;min-width:0}.visual-panel{position:relative;overflow:hidden;min-height:160px;border-radius:28px;border:1px solid rgba(178,200,238,.16);background:radial-gradient(circle at 18% 15%,rgba(120,164,255,.42),transparent 15rem),radial-gradient(circle at 84% 72%,rgba(124,92,255,.48),transparent 15rem),linear-gradient(145deg,#1b3163fa,#2a1756eb);box-shadow:var(--shadow)}.visual-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:linear-gradient(135deg,black,transparent 74%);mask-image:linear-gradient(135deg,black,transparent 74%);opacity:.5}.visual-orb{position:absolute;border-radius:999px;filter:blur(1px);opacity:.84}.visual-orb-one{width:130px;height:130px;left:-32px;top:-28px;background:#4f7cff59}.visual-orb-two{width:170px;height:170px;right:-56px;bottom:-56px;background:#7c5cff47}.visual-phone{position:absolute;top:16px;right:16px;bottom:16px;left:16px;display:grid;align-content:center;gap:12px;padding:clamp(14px,2.4vw,24px);border-radius:28px;background:linear-gradient(145deg,#ffffff26,#ffffff0e),#0810223d;box-shadow:inset 0 1px #ffffff1f,0 28px 70px #00000047}.phone-topline{justify-self:center;width:52px;height:4px;border-radius:999px;background:#ffffff47}.mini-chat-card{width:fit-content;max-width:88%;padding:11px 13px;border-radius:18px;color:#edf4ff;font-size:clamp(.88rem,1.45vw,1.02rem);font-weight:650;line-height:1.36}.mini-chat-card.incoming{background:#f8fafc24;border:1px solid rgba(255,255,255,.08);border-bottom-left-radius:7px}.mini-chat-card.outgoing{justify-self:end;background:linear-gradient(135deg,#4f7cfff0,#7c5cffe0);border-bottom-right-radius:7px;box-shadow:0 12px 32px #2e55de59}.strategy-dots{display:flex;justify-content:flex-end;gap:8px}.dot{width:10px;height:10px;border-radius:999px;background:var(--blue);box-shadow:0 0 18px currentColor}.dot.green{color:var(--green);background:var(--green)}.dot.orange{color:var(--orange);background:var(--orange)}.dot.red{color:var(--red);background:var(--red)}.screen-heading h1,.state-card h1{margin:0;color:var(--text);font-size:clamp(2rem,5vw,4.25rem);line-height:.94;letter-spacing:-.065em}.compact-heading h1{font-size:clamp(1.75rem,3.4vw,2.7rem)}.screen-heading p,.state-card p{margin:12px 0 0;color:var(--muted-strong);font-size:clamp(1rem,1.45vw,1.16rem);line-height:1.5;font-weight:560}.message-field,.mode-panel,.context-panel,.context-group,.question-card,.refine-panel,.balance-card,.tariff-list{display:grid;gap:10px}.context-panel{gap:13px}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip-row .mode-chip{min-height:38px;flex:0 1 auto;padding:0 12px}.privacy-line{display:flex;align-items:flex-start;gap:8px;color:#dce8fa;font-size:.9rem;font-weight:650;line-height:1.35;padding:10px 12px;border:1px solid rgba(178,200,238,.18);border-radius:16px;background:#ffffff0e}.privacy-line .icon{width:17px;height:17px;margin-top:1px;color:#9fbdff}.purchase-note{margin-top:2px}.message-field span,.field-title,.question-card span{color:var(--muted-strong);font-weight:760}textarea,input{width:100%;min-width:0;border:1px solid rgba(178,200,238,.25);border-radius:22px;background:linear-gradient(180deg,#ffffff18,#ffffff0b),#0a111f7a;color:var(--text);outline:none;padding:16px;box-shadow:inset 0 1px #ffffff14}textarea{min-height:170px;resize:vertical;line-height:1.5}textarea:focus,input:focus{border-color:#698effe6;box-shadow:0 0 0 4px #4f7cff29}textarea::placeholder,input::placeholder{color:#9aabc4}.compact-field input{min-height:48px}.mode-grid,.refine-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.primary-btn,.secondary-btn,.icon-text-btn,.mode-chip{min-height:46px;border-radius:16px;cursor:pointer;font-weight:760;transition:transform .14s ease,background .14s ease,border-color .14s ease,opacity .14s ease,box-shadow .14s ease}.primary-btn:hover:not(:disabled),.secondary-btn:hover:not(:disabled),.icon-text-btn:hover:not(:disabled),.mode-chip:hover:not(:disabled){transform:translateY(-1px)}.primary-btn{padding:0 18px;border:0;background:linear-gradient(135deg,var(--blue) 0%,var(--violet) 100%);color:#fff;box-shadow:0 16px 36px #4f7cff57}.primary-btn:active:not(:disabled){transform:translateY(0) scale(.99)}.primary-full{width:100%}.secondary-btn,.icon-text-btn,.mode-chip{border:1px solid rgba(178,200,238,.24);background:#ffffff12;color:#edf4ff}.secondary-btn{padding:0 16px}.icon-text-btn{display:inline-flex;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:0 12px;white-space:nowrap}.balance-pill{background:#ffffff1a}.mode-chip{min-width:0;padding:0 10px;white-space:normal;line-height:1.15}.mode-chip.active{border-color:#7ea2ffe6;background:linear-gradient(135deg,#4f7cff42,#7c5cff3b);color:#fff;box-shadow:inset 0 1px #ffffff1a}.primary-btn:disabled,.secondary-btn:disabled,.icon-text-btn:disabled,.mode-chip:disabled{opacity:.56;cursor:default;transform:none}.small-btn{min-height:38px}.free-note{color:var(--muted);font-size:.92rem;font-weight:620}.question-card{border-radius:22px;padding:16px;background:linear-gradient(135deg,#4f7cff29,#ffffff0e),#ffffff0d;border:1px solid rgba(178,200,238,.22)}.question-card p{margin:4px 0 0;color:var(--text);font-size:1.08rem;line-height:1.48;font-weight:680}.result-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:start}.answer-card{position:relative;overflow:hidden;display:grid;gap:13px;min-width:0;padding:16px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,#ffffff18,#ffffff0b),#0d1526a8;box-shadow:var(--shadow-soft)}.answer-card:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--blue)}.answer-card.green:before{background:var(--green)}.answer-card.orange:before{background:var(--orange)}.answer-card.red:before{background:var(--red)}.answer-card.green{background:linear-gradient(135deg,var(--green-soft),rgba(255,255,255,.045) 42%),#0d1526b8}.answer-card.orange{background:linear-gradient(135deg,var(--orange-soft),rgba(255,255,255,.045) 42%),#0d1526b8}.answer-card.red{background:linear-gradient(135deg,var(--red-soft),rgba(255,255,255,.045) 42%),#0d1526b8}.answer-head h2,.tariff-card h2{margin:0;color:var(--text);font-size:clamp(1rem,1.25vw,1.12rem);letter-spacing:-.025em}.answer-card p,.tariff-card p{margin:0;color:#e8f0fd;line-height:1.55}.answer-actions{flex-wrap:nowrap;justify-content:flex-start;min-width:0;width:100%;padding-top:6px;border-top:1px solid rgba(178,200,238,.14)}.tool-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;min-width:0;flex:0 1 auto;padding:0 9px;border:0;border-radius:999px;background:transparent;color:#cfdaec;cursor:pointer;font-size:.9rem;font-weight:690;line-height:1;white-space:nowrap;transition:background .14s ease,color .14s ease,transform .14s ease}.tool-btn:hover:not(:disabled),.tool-btn:focus-visible{background:#ffffff16;color:#fff}.tool-btn:active:not(:disabled){transform:scale(.98)}.tool-btn:disabled{opacity:.58;cursor:default}.icon{display:inline-grid;place-items:center;flex:0 0 auto;width:18px;height:18px;color:currentColor;line-height:1}.icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.refine-panel{padding:13px;border:1px solid rgba(178,200,238,.2);border-radius:18px;background:#ffffff0e}.inline-refine{margin-top:1px}.refine-chip{min-height:40px;font-size:.9rem}.balance-card{grid-template-columns:repeat(3,minmax(0,1fr));padding:13px;border-radius:20px;background:linear-gradient(135deg,#4f7cff29,#ffffff0d),#ffffff0a;border:1px solid rgba(178,200,238,.2)}.balance-card div{display:grid;gap:4px;text-align:center}.balance-card span{color:var(--muted);font-size:.86rem;font-weight:650}.balance-card strong{color:var(--text);font-size:1.48rem}.tariff-list{gap:10px}.tariff-card{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:13px;border:1px solid rgba(178,200,238,.2);border-radius:20px;background:#ffffff0e}.tariff-card.featured{border-color:#27d07c61;background:linear-gradient(135deg,#27d07c1c,#ffffff0e),#ffffff0e}.tariff-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.tariff-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#27d07c29;color:#aef8cf;font-size:.78rem;font-weight:830}.tariff-card strong{color:var(--text);font-size:1.12rem;white-space:nowrap}.state-card{min-height:300px;display:grid;align-content:center;gap:14px;text-align:center}.gate-card{background:radial-gradient(circle at top right,rgba(79,124,255,.2),transparent 16rem),var(--surface)}.state-kicker{justify-self:center;width:fit-content;padding:8px 12px;border-radius:999px;background:#4f7cff2e;color:#dbe7ff;font-weight:820}.loader{justify-self:center;width:42px;height:42px;border-radius:50%;border:4px solid rgba(79,124,255,.18);border-top-color:var(--blue);animation:spin .8s linear infinite}.error-banner,.info-banner{display:flex;justify-content:space-between;align-items:center;gap:10px;border-radius:18px;padding:12px;font-weight:680}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:16px;background:#0308128f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.help-modal{position:relative;width:min(520px,100%);max-height:min(760px,calc(100vh - 32px));overflow:auto;display:grid;gap:14px;padding:20px;border:1px solid rgba(178,200,238,.22);border-radius:26px;background:linear-gradient(145deg,#ffffff1c,#ffffff0e),#0c1426f5;box-shadow:var(--shadow)}.help-modal h2{margin:0;color:var(--text);font-size:1.55rem;letter-spacing:-.03em}.help-list{display:grid;gap:9px;margin:0;padding-left:22px;color:#e8f0fd;line-height:1.45;font-weight:600}.help-privacy{display:grid;gap:6px;padding:13px;border-radius:18px;border:1px solid rgba(178,200,238,.18);background:#ffffff0e}.help-privacy strong{color:var(--text)}.help-privacy p,.charge-note{margin:0;color:#dce8fa;line-height:1.45}.help-privacy a{width:fit-content;color:#bcd0ff;font-weight:760}.legal-links{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.consent-card{align-items:stretch;text-align:left}.consent-check{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff}.consent-check input{width:20px;height:20px;flex:0 0 auto;margin-top:2px}.consent-check a,.operator-note a,.legal-footer a{color:var(--blue)}.operator-note{color:var(--text-muted);font-size:.85rem}.legal-footer{display:flex;justify-content:center;flex-wrap:wrap;gap:8px 16px;padding:18px 12px 28px;color:var(--text-muted);font-size:.78rem}.charge-note{padding:10px 12px;border-radius:15px;background:#4f7cff1f;font-weight:700}.modal-close{position:absolute;top:12px;right:12px;display:inline-grid;place-items:center;width:38px;height:38px;border:0;border-radius:14px;color:#e9f1ff;background:#ffffff14;cursor:pointer}.error-banner{border-color:#ff6b7247;background:#7f1d1d5c;color:#ffe3e4}.info-banner{border-color:#23c56f3d;background:#14532d4d;color:#dbffe9}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width: 760px){.home-screen{grid-template-columns:minmax(280px,.42fr) minmax(390px,.58fr);gap:clamp(18px,3vw,34px);padding:clamp(18px,3vw,34px)}.visual-panel{min-height:100%}.visual-phone{inset:clamp(18px,3vw,34px)}.work-screen:not(.home-screen){padding:clamp(18px,2.5vw,30px)}}@media (max-width: 980px){.result-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 759px){.page-shell{padding:8px 7px 18px}.miniapp-shell{gap:10px}.app-header{top:6px;border-radius:20px}.app-brand span:last-child{display:none}.header-actions{gap:6px}.icon-text-btn{min-height:38px;padding:0 9px;font-size:.88rem}.work-screen,.state-card{border-radius:24px;padding:15px}.home-screen{gap:14px}.visual-panel{min-height:clamp(124px,37vw,170px);border-radius:23px}.visual-phone{top:11px;right:11px;bottom:11px;left:11px;gap:8px;padding:12px;border-radius:21px}.phone-topline,.strategy-dots{display:none}.mini-chat-card{max-width:94%;padding:9px 11px;font-size:.84rem}.screen-heading h1,.state-card h1{font-size:clamp(1.9rem,10vw,2.35rem);letter-spacing:-.052em}.compact-heading h1{font-size:1.72rem}.screen-heading p,.state-card p{margin-top:9px;font-size:.96rem}textarea{min-height:150px}.mode-grid,.refine-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.chip-row .mode-chip{flex:1 1 calc(50% - 8px)}.result-list{grid-template-columns:1fr}.action-row{display:grid;grid-template-columns:1fr}.action-row>button,.primary-full{width:100%}.balance-card{grid-template-columns:repeat(3,minmax(0,1fr))}.tariff-card{grid-template-columns:1fr;align-items:stretch}.help-modal{padding:18px 15px 15px;border-radius:22px}.answer-actions{justify-content:space-between}.tool-btn{flex:1 1 0;padding-inline:4px;gap:5px;font-size:.8rem}.icon{width:16px;height:16px}}@media (max-width: 360px){.work-screen,.state-card{padding:13px}.screen-heading h1,.state-card h1{font-size:1.76rem}.mode-grid,.refine-grid{gap:7px}.mode-chip{min-height:42px;font-size:.86rem;padding-inline:7px}.chip-row{gap:7px}.chip-row .mode-chip{min-height:38px;font-size:.82rem}textarea{min-height:138px}.tool-btn{gap:4px;padding-inline:1px;font-size:.74rem}.icon{width:14px;height:14px}}.page-shell{display:grid;align-items:start}.miniapp-shell{width:100%;max-width:1360px}.app-header{padding:12px 14px;background:linear-gradient(135deg,#ffffff1c,#ffffff0c),#0d182fdb}.app-brand{font-size:clamp(1rem,1.15vw,1.12rem)}.header-actions{gap:10px}.icon-text-btn{font-size:.96rem;min-height:43px;padding-inline:14px}.home-screen{min-height:min(760px,calc(100vh - 96px))}.screen-heading{max-width:760px}.input-panel{gap:clamp(16px,1.5vw,22px)}.message-field span,.field-title,.question-card span{font-weight:680;letter-spacing:-.01em}.visual-ribbon{position:absolute;z-index:2;left:18px;right:18px;top:18px;display:flex;justify-content:space-between;gap:10px;color:#f5f9ffdb;font-size:.82rem;font-weight:760;letter-spacing:.01em}.visual-ribbon span{padding:7px 10px;border-radius:999px;background:#ffffff1b;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.visual-caption{justify-self:end;width:min(360px,88%);padding:10px 12px;border-radius:16px;color:#f4f8ffe0;background:#ffffff18;border:1px solid rgba(255,255,255,.1);font-size:.92rem;font-weight:650;line-height:1.35}.visual-panel:after{content:"";position:absolute;width:42%;aspect-ratio:1;right:10%;top:16%;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 62%);filter:blur(10px);pointer-events:none}.visual-phone{z-index:1}.mini-chat-card{font-weight:620}.answer-card{padding:clamp(16px,1.55vw,22px)}.answer-card p{font-size:clamp(.98rem,1.02vw,1.08rem)}.answer-actions{gap:clamp(9px,1vw,15px)}.tool-btn{min-height:44px;font-size:.98rem;gap:8px}.tool-btn .icon{width:20px;height:20px}.refine-panel{padding:14px}.refine-grid{gap:10px}@media (min-width: 760px){.home-screen{grid-template-columns:minmax(300px,.4fr) minmax(430px,.6fr)}.visual-panel{min-height:560px}.screen-heading h1{font-size:clamp(3rem,5vw,5rem)}.message-field textarea{min-height:clamp(170px,22vh,230px)}}@media (min-width: 1100px){.results-screen{gap:22px}.result-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}@media (min-width: 900px) and (max-width: 1099px){.result-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tool-btn{font-size:.86rem;padding-inline:4px}}@media (max-width: 759px){.visual-ribbon{left:12px;right:12px;top:10px;font-size:.72rem}.visual-ribbon span{padding:5px 8px}.visual-caption{display:none}.mini-chat-card.outgoing{max-width:86%}.answer-card p{font-size:.98rem}.tool-btn{min-height:42px;font-size:.82rem}.tool-btn .icon{width:17px;height:17px}}.results-screen{gap:14px}.results-screen .compact-heading h1{font-size:clamp(1.48rem,2.75vw,2.22rem);letter-spacing:-.045em}.results-screen .screen-heading p{margin-top:6px}.results-screen .result-list{gap:11px}.results-screen .answer-card{gap:9px;padding:clamp(12px,1.15vw,16px)}.results-screen .answer-head h2{font-size:clamp(.96rem,1.05vw,1.06rem)}.results-screen .answer-card p{font-size:clamp(.98rem,1vw,1.06rem);line-height:1.48}.results-screen .answer-actions{gap:6px;padding-top:3px}.results-screen .tool-btn{min-height:34px;padding-inline:5px;gap:5px;font-size:.78rem;font-weight:650;color:#b9c7dc}.results-screen .tool-btn .icon{width:15px;height:15px}.results-screen>.action-row{margin-top:0}.work-screen:has(.question-card){gap:12px}.work-screen:has(.question-card) .screen-heading h1{font-size:clamp(1.5rem,3.6vw,3.2rem);letter-spacing:-.052em}.work-screen:has(.question-card) .screen-heading p{margin-top:6px}.work-screen:has(.question-card) .question-card{padding:14px;gap:6px}.work-screen:has(.question-card) .question-card p{margin-top:0;font-size:clamp(1.06rem,1.45vw,1.22rem);line-height:1.42}.work-screen:has(.question-card) .message-field{gap:7px}.work-screen:has(.question-card) .message-field textarea{min-height:104px;padding-block:12px}.work-screen:has(.question-card) .action-row{margin-top:0}@media (min-width: 760px){.work-screen:has(.question-card) .message-field textarea{min-height:116px}}@media (min-width: 1100px){.results-screen{gap:14px}.results-screen .result-list{gap:12px}}@media (max-width: 759px){.results-screen{gap:12px}.results-screen .compact-heading h1,.work-screen:has(.question-card) .screen-heading h1{font-size:1.42rem}.results-screen .screen-heading p,.work-screen:has(.question-card) .screen-heading p{margin-top:5px;font-size:.9rem}.results-screen .answer-card{gap:8px;padding:12px}.results-screen .answer-actions{gap:4px}.results-screen .tool-btn{min-height:34px;font-size:.72rem;padding-inline:3px}.results-screen .tool-btn .icon{width:14px;height:14px}.work-screen:has(.question-card){gap:10px}.work-screen:has(.question-card) .question-card{padding:13px}.work-screen:has(.question-card) .message-field textarea{min-height:96px}}.home-screen{min-height:auto;align-items:start}.home-screen.work-screen{gap:22px;background:linear-gradient(145deg,#ffffff20,#ffffff10),#121e36bd}.home-screen .input-panel{align-content:start;gap:20px;width:100%}.home-screen .screen-heading h1{font-size:clamp(1.9rem,4vw,3.15rem);line-height:1;letter-spacing:-.052em}.home-screen .screen-heading p{margin-top:8px}.home-screen .message-field,.home-screen .context-panel,.home-screen .context-group{border-radius:22px}.home-screen .message-field,.home-screen .context-panel{padding:14px;background:linear-gradient(145deg,#ffffff1d,#ffffff0e),#1d2b48b8;border:1px solid rgba(178,200,238,.18)}.home-screen .message-field textarea{min-height:clamp(156px,24vh,210px)}.home-screen .privacy-line{padding:8px 10px;gap:7px;border-radius:14px;font-size:.84rem;line-height:1.3;font-weight:590;color:#cad7ea;background:#ffffff0b;border-color:#b2c8ee21}.home-screen .privacy-line .icon{width:15px;height:15px;color:#9eb8ef}@media (min-width: 760px){.home-screen{grid-template-columns:minmax(0,1fr);padding:clamp(18px,2.4vw,28px)}}@media (max-width: 759px){.home-screen{gap:18px}.home-screen.work-screen{padding:16px 15px 18px}.home-screen .input-panel{gap:18px}.home-screen .screen-heading h1{font-size:1.86rem}.home-screen .screen-heading p{font-size:.95rem}.home-screen .message-field,.home-screen .context-panel{padding:12px}.home-screen .message-field textarea{min-height:150px}}.page-shell:has(.home-screen){background:radial-gradient(circle at 12% 0%,rgba(96,141,255,.34),transparent 18rem),radial-gradient(circle at 94% 10%,rgba(158,128,255,.24),transparent 19rem),linear-gradient(145deg,#101c31,#17243d 48%,#102137)}.home-screen.work-screen{border-color:#c2d3f438;background:linear-gradient(145deg,#ffffff2b,#ffffff13),#202f4ecc;box-shadow:0 16px 42px #02081733}.home-screen .input-panel{gap:24px}.home-screen .screen-heading h1{font-size:clamp(1.75rem,3.5vw,2.7rem);font-weight:780;letter-spacing:-.045em}.home-screen .screen-heading p{max-width:560px;color:#d4e1f4;font-weight:560}.home-screen .message-field,.home-screen .context-panel{padding:16px;border-color:#cdddf83d;background:linear-gradient(145deg,#ffffff29,#ffffff12),#2d3d60c7;box-shadow:inset 0 1px #ffffff0f}.home-screen .message-field span,.home-screen .field-title{color:#edf4ff;font-weight:650}.home-screen textarea,.home-screen input{border-color:#d3e1fa42;background:linear-gradient(180deg,#ffffff1d,#ffffff0f),#1f2d49b8;box-shadow:inset 0 1px #ffffff14}.home-screen .privacy-line{padding:7px 10px;color:#d3deef;background:#ffffff12;border-color:#cdddf829;box-shadow:none}.home-screen .privacy-line .icon{color:#abc2f7}.home-screen .mode-chip{border-color:#d3e1fa3d;background:#ffffff18;color:#f1f6ff;font-weight:680;box-shadow:inset 0 1px #ffffff0a}.home-screen .mode-chip:hover:not(:disabled){background:#fff2;border-color:#d3e1fa57}.home-screen .mode-chip.active{border-color:#8eaeffe6;background:linear-gradient(135deg,#5e85ff57,#8d71ff47),#ffffff14;color:#fff;box-shadow:inset 0 1px #ffffff1a,0 8px 24px #4f7cff26}@media (max-width: 759px){.page-shell:has(.home-screen){padding-top:8px}.home-screen.work-screen{padding:18px 15px 20px}.home-screen .input-panel{gap:22px}.home-screen .screen-heading h1{font-size:1.72rem}.home-screen .message-field,.home-screen .context-panel{padding:14px}.home-screen .privacy-line{padding:7px 9px}}body:has(.home-screen){background:#f4f6fb}.page-shell:has(.home-screen){background:radial-gradient(circle at 8% -4%,rgba(79,124,255,.14),transparent 16rem),radial-gradient(circle at 96% 5%,rgba(117,88,255,.11),transparent 18rem),#f4f6fb}.page-shell:has(.home-screen) .app-header{border-color:#d8dfea;background:#fff;box-shadow:0 4px 16px #1e293b0f}.page-shell:has(.home-screen) .app-brand,.page-shell:has(.home-screen) .icon-text-btn{color:#344054}.page-shell:has(.home-screen) .icon-text-btn{border-color:#d8dfea;background:#f7f9fc;box-shadow:none}.page-shell:has(.home-screen) .icon-text-btn .icon{color:#52637a}.page-shell:has(.home-screen) .brand-mark{background:linear-gradient(135deg,#4f7cff,#7558ff);color:#fff}.home-screen.work-screen{border-color:#d8dfea;background:#fff;box-shadow:0 4px 16px #1e293b0f}.home-screen .screen-heading h1{color:#1e293b;font-size:clamp(1.88rem,3.2vw,2.35rem);font-weight:760;letter-spacing:-.04em}.home-screen .screen-heading p{color:#667085;font-size:clamp(1rem,1.35vw,1.08rem);font-weight:560}.home-screen .message-field,.home-screen .context-panel{border-color:#d8dfea;background:#fff;box-shadow:0 4px 16px #1e293b0f}.home-screen .message-field span,.home-screen .field-title{color:#344054;font-weight:680}.home-screen textarea,.home-screen input{border-color:#d0d7e3;background:#f0f3f9;color:#1e293b;box-shadow:none}.home-screen textarea::placeholder,.home-screen input::placeholder{color:#98a2b3}.home-screen textarea:focus,.home-screen input:focus{border-color:#4f7cffb8;box-shadow:0 0 0 4px #4f7cff21}.home-screen .privacy-line{color:#344054;border-color:#d6e4ff;background:#eef4ff;box-shadow:none}.home-screen .privacy-line .icon{color:#5278ff}.home-screen .context-panel{background:#fff}.home-screen .context-group{gap:9px}.home-screen .mode-chip{border-color:#d0d7e3;background:#f7f9fc;color:#344054;font-weight:680;box-shadow:none}.home-screen .mode-chip:hover:not(:disabled){border-color:#bfc9d8;background:#fff;box-shadow:0 4px 12px #1e293b0d}.home-screen .mode-chip.active{border-color:#6d5dfb;background:#eef0ff;color:#4538c8;box-shadow:0 4px 14px #6d5dfb1f}.home-screen .primary-btn{background:linear-gradient(135deg,#4f7cff,#7558ff);color:#fff;box-shadow:0 12px 28px #4f7cff42}.home-screen .free-note{color:#667085}@media (max-width: 759px){.home-screen .screen-heading h1{font-size:2rem}.home-screen .screen-heading p{font-size:1rem}.page-shell:has(.home-screen) .app-header{border-radius:22px}.home-screen.work-screen{padding:20px 16px 22px}}
