:root{color:#22192c;font-synthesis:none;--canvas:#fbf8f3;--ink:#22192c;--primary:#08f;--surface:#f6f6f6;--warm:#f7efea;--user:#d9ecff;--outline:#e8ddd7;--muted:#727272;--dark:#212121;--dark-raised:#333;--dark-muted:#a7a7a7;--shadow-control:0 2px 3.2px #33312e29;background:#fbf8f3;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;height:100%;margin:0}body{background:var(--canvas);overflow:hidden}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{background:var(--canvas);height:100dvh;display:flex}.sidebar{background:var(--dark);color:#fff;z-index:20;flex-direction:column;flex:0 0 304px;gap:10px;width:304px;padding:16px 12px 12px;display:flex}.sidebar-top{justify-content:space-between;align-items:center;height:44px;padding:0 8px;display:flex}.app-brand{color:#fff;align-items:center;gap:10px;font-size:19px;font-weight:700;text-decoration:none;display:flex}.app-brand img,.header-brand img{object-fit:contain;width:24px;height:28px}.dark-icon-button,.light-icon-button,.composer-action{width:44px;height:44px;color:inherit;background:0 0;border:0;border-radius:12px;place-items:center;display:grid}.dark-icon-button:hover{background:var(--dark-raised)}.dark-icon-button svg,.light-icon-button svg,.composer-action svg,.send-button svg{stroke-width:2px;width:21px;height:21px}.mobile-close{display:none}.search-box{background:var(--dark-raised);height:40px;color:var(--dark-muted);border-radius:10px;align-items:center;gap:9px;padding:0 12px;display:flex}.search-box svg{width:18px}.search-box input{color:#fff;background:0 0;border:0;outline:0;width:100%;font-size:14px}.search-box input::placeholder{color:var(--dark-muted)}.new-chat-button{color:#fff;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;height:48px;padding:0 12px;display:flex}.new-chat-button:hover{background:var(--dark-raised)}.new-chat-button svg{width:20px}.history-section{min-height:0;padding-top:8px;overflow:auto}.history-section h2{color:var(--dark-muted);margin:8px 10px;font-size:13px;font-weight:600}.chat-row{color:#fff;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;border-radius:8px;width:100%;min-height:42px;padding:0 10px;overflow:hidden}.chat-row:hover,.chat-row.active{background:var(--dark-raised)}.sidebar-account{background:var(--dark-raised);border-radius:18px;grid-template-columns:38px 1fr 44px;align-items:center;gap:10px;min-height:72px;margin-top:auto;padding:8px;display:grid}.avatar{width:36px;height:36px;color:var(--dark);background:#d9d9d9;border-radius:50%;place-items:center;font-weight:700;display:grid}.sidebar-account div:nth-child(2){flex-direction:column;min-width:0;display:flex}.sidebar-account strong{font-size:15px}.sidebar-account span{color:var(--dark-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.chat-main{flex-direction:column;flex:1;min-width:0;display:flex}.chat-header{border-bottom:1px solid #0000;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex}.header-brand{align-items:center;gap:8px;font-weight:700;display:none}.menu-trigger{display:none}.header-actions{align-items:center;gap:12px;margin-left:auto;display:flex}.language-switch{background:var(--surface);border-radius:999px;padding:3px;display:flex}.language-switch button{color:var(--muted);background:0 0;border:0;border-radius:999px;min-width:34px;height:30px;font-size:12px;font-weight:700}.language-switch button[aria-pressed=true]{color:var(--ink);box-shadow:var(--shadow-control);background:#fff}.sign-in-button{border:1px solid var(--primary);color:#006fcf;background:0 0;border-radius:999px;min-height:42px;padding:0 18px;font-weight:700}.sign-in-button:hover{background:var(--user)}.chat-stage{flex:1;justify-content:center;min-height:0;display:flex;position:relative}.empty-state{text-align:center;align-self:center;margin-top:-96px;padding:24px}.empty-state img{object-fit:contain;width:44px;height:52px}.empty-state h1{margin:20px 0 10px;font-size:34px;line-height:1.15}.empty-state p{color:var(--muted);margin:0;font-size:14px}.composer-wrap{text-align:center;width:min(860px,100% - 48px);position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.composer{background:var(--surface);min-height:72px;box-shadow:var(--shadow-control);border:1px solid #eaeaea;border-radius:28px;align-items:flex-end;gap:3px;padding:8px;display:flex}.composer textarea{resize:none;min-height:44px;max-height:240px;color:var(--ink);background:0 0;border:0;outline:0;flex:1;padding:10px 6px;font-size:16px;line-height:24px}.composer textarea::placeholder{color:var(--muted)}.composer-action{color:var(--muted);flex:0 0 44px}.composer-action:hover,.light-icon-button:hover{background:var(--warm);color:var(--ink)}.send-button{background:var(--primary);color:#fff;border:0;border-radius:50%;flex:0 0 40px;place-items:center;width:40px;height:40px;margin:2px;display:grid}.send-button:disabled{opacity:.35;cursor:not-allowed}.composer-wrap>p{color:var(--muted);margin:8px 0 0;font-size:12px}.drawer-overlay{display:none}button:focus-visible,input:focus-visible,textarea:focus-visible,a:focus-visible{outline:3px solid var(--primary);outline-offset:2px}@media (width<=1199px){.sidebar{width:min(331px,84vw);transition:transform .22s ease-out;position:fixed;inset:0 auto 0 0;transform:translate(-105%)}.sidebar.is-open{transform:none}.drawer-overlay{z-index:15;background:#00000047;border:0;display:block;position:fixed;inset:0}.mobile-close,.menu-trigger{display:grid}.header-brand{display:flex}.chat-header{padding:0 16px}.header-actions{margin-left:0}.empty-state{margin-top:-72px}}@media (width<=767px){.chat-header{height:56px;padding:0 8px}.header-brand span{display:none}.sign-in-button{min-height:40px;padding:0 14px}.composer-wrap{width:calc(100% - 16px);bottom:8px}.composer{min-height:68px}.empty-state h1{font-size:29px}.empty-state p{max-width:260px}.language-switch,.composer-action:first-child{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app-brand img,.header-brand img{object-fit:contain}.chat-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.chat-row span{text-overflow:ellipsis;overflow:hidden}.chat-row svg{opacity:.7;flex:none;width:18px}.guest-sidebar-note{color:var(--dark-muted);padding:4px 10px;font-size:13px;line-height:19px}.sidebar-account{color:#fff;text-align:left;border:0;width:100%}.sidebar-account>svg{width:20px}.messages{scrollbar-gutter:stable;width:min(860px,100% - 48px);padding:34px 0 150px;overflow-y:auto}.message{overflow-wrap:anywhere;margin-bottom:20px;font-size:16px;line-height:24px}.message.user{background:var(--user);border-radius:20px;width:max-content;max-width:86%;margin-left:auto;padding:10px 14px}.message.assistant{padding:4px}.message-content>:first-child{margin-top:0}.message-content>:last-child{margin-bottom:0}.message-content p{margin:0 0 8px}.message-content h1{font-size:25px;line-height:32px}.message-content h2{font-size:22px;line-height:29px}.message-content h3{font-size:19px;line-height:26px}.message-content ul,.message-content ol{padding-left:22px}.message-content blockquote{border-left:3px solid var(--primary);background:#0088ff14;margin:12px 0;padding:4px 10px}.message-content code{background:#22192c14;border-radius:5px;padding:2px 5px;font-family:SFMono-Regular,Consolas,monospace}.message-content pre{color:#f7f1fa;background:#29252d;border-radius:10px;padding:12px;overflow-x:auto}.message-content pre code{background:0 0;padding:0}.message-content table{border-collapse:collapse;max-width:100%;display:block;overflow-x:auto}.message-content th,.message-content td{border:1px solid var(--outline);padding:8px}.message-content a{color:#006fcf;text-decoration:underline}.message-actions{align-items:center;gap:2px;margin-top:4px;display:flex}.message-actions button{min-width:40px;height:40px;color:var(--muted);background:0 0;border:0;border-radius:10px;align-items:center;gap:6px;padding:0 10px;display:flex}.message-actions button:hover{background:var(--warm);color:var(--ink)}.message-actions svg{width:18px}.tool-status,.center-status{color:var(--muted);align-items:center;gap:9px;font-size:14px;display:flex}.center-status{justify-content:center;padding:32px}.center-status.left{justify-content:flex-start}.brand-spinner{border:2px solid var(--outline);border-top-color:var(--primary);border-radius:50%;width:17px;height:17px;animation:.8s linear infinite spin;display:inline-block}.inline-error{color:#ba1a1a;font-size:13px}.scroll-bottom{border:1px solid var(--outline);width:48px;height:48px;color:var(--ink);background:#fff;border-radius:50%;place-items:center;display:grid;position:absolute;bottom:118px;left:50%;box-shadow:0 3px 12px #22192c29}.scroll-bottom svg{width:21px}.starter-prompts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-width:580px;margin:24px auto 0;display:grid}.starter-prompts button{background:var(--warm);color:var(--ink);border:0;border-radius:20px;min-height:48px;padding:12px 16px}.starter-prompts button:hover{filter:brightness(.98)}.error-banner{color:#8a1010;text-align:left;background:#f9e1da;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;margin:0 auto 10px;padding:12px 14px;font-size:14px;display:flex}.error-banner button{color:#8a1010;background:0 0;border:0;align-items:center;gap:7px;font-weight:700;display:flex}.error-banner svg{width:18px}.send-button.stop svg{fill:currentColor;width:14px}@keyframes spin{to{transform:rotate(360deg)}}.attachment-strip{text-align:left;gap:8px;margin:0 8px 9px;display:flex;overflow-x:auto}.pending-image{background:var(--surface);border-radius:16px;flex:none;width:110px;height:74px;position:relative;overflow:hidden}.pending-image img{object-fit:cover;width:100%;height:100%}.pending-image button{color:#fff;background:#212121d1;border:0;border-radius:50%;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:5px;right:5px}.pending-image button svg{width:16px}.pending-image>span{background:var(--primary);height:4px;position:absolute;bottom:0;left:0}.recording-state{min-height:44px;color:var(--muted);flex:1;align-items:center;gap:12px;padding:0 8px;display:flex}.recording-state strong{font-variant-numeric:tabular-nums;color:var(--ink)}.recording-state button{color:#ba1a1a;background:0 0;border:0;border-radius:12px;place-items:center;width:40px;height:40px;margin-left:auto;display:grid}.recording-state button svg{width:19px}.recording-dot{background:#ba1a1a;border-radius:50%;width:10px;height:10px;animation:1s ease-in-out infinite pulse}.waveform{letter-spacing:2px;color:var(--primary);white-space:nowrap;overflow:hidden}.recording-active{color:#ba1a1a!important}.recording-active svg{fill:currentColor;width:14px!important}.recording-state.ready>svg{width:20px;color:var(--primary)}@keyframes pulse{50%{opacity:.35}}.public-page,.standalone-page{background:var(--canvas);min-height:100dvh;overflow:auto}.public-header,.standalone-header{border-bottom:1px solid var(--outline);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:5;background:#fbf8f3f0;grid-template-columns:1fr auto 1fr;align-items:center;height:64px;padding:0 24px;display:grid;position:sticky;top:0}.public-header>:last-child{justify-self:end}.public-header .app-brand,.app-brand.light,.standalone-header .brand{color:var(--ink)}.back-link{color:var(--ink);align-items:center;gap:8px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.back-link svg{width:19px}.settings-page{width:min(900px,100% - 40px);margin:0 auto;padding:54px 0 90px}.settings-page>h1{margin:0 0 12px;font-size:36px;line-height:1.15}.page-intro{color:var(--muted);max-width:650px;margin:0 0 32px;font-size:16px;line-height:24px}.auth-required{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:min(480px,100% - 40px);min-height:calc(100dvh - 64px);margin:0 auto;padding:40px 0;display:flex}.auth-required>img{width:46px;height:54px}.auth-required h1{margin:22px 0 10px;font-size:30px}.auth-required p{color:var(--muted);line-height:22px}.auth-required>a{color:#006fcf;margin-top:18px}.primary-button,.outlined-button{border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:52px;padding:0 20px;font-weight:700;display:inline-flex}.primary-button{color:#fff;background:#006fcf;border:0}.primary-button:hover{background:#0062b8}.primary-button:disabled{opacity:.45}.outlined-button{border:1px solid var(--primary);color:#006fcf;background:0 0}.profile-block{background:var(--user);border-radius:28px;align-items:center;gap:16px;padding:18px;display:flex}.profile-avatar{background:var(--primary);width:58px;height:58px;color:var(--ink);border-radius:50%;place-items:center;font-size:22px;font-weight:700;display:grid}.profile-block h2{margin:0;font-size:22px}.profile-block p{color:var(--muted);margin:3px 0}.profile-block span{font-size:12px;font-weight:700}.settings-section{margin-top:32px}.settings-section>h2{font-size:22px}.limit-grid,.tariff-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.warm-card,.tariff-card{background:var(--warm);border-radius:22px;padding:17px}.warm-card>div:first-child{justify-content:space-between;gap:12px;display:flex}.warm-card span,.warm-card small{color:var(--muted);font-size:13px}.progress{background:var(--outline);border-radius:4px;margin:14px 0 10px;overflow:hidden;height:8px!important}.progress span{background:var(--primary);border-radius:inherit;height:100%;display:block}.settings-list{flex-direction:column;gap:8px;display:flex}.settings-row{background:var(--warm);min-height:68px;color:var(--ink);border-radius:20px;grid-template-columns:28px 1fr auto;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;display:grid}.settings-row>svg{width:22px}.settings-row>div{flex-direction:column;display:flex}.settings-row span{color:var(--muted);font-size:13px}.row-action{background:0 0;border:0;border-radius:12px;place-items:center;width:44px;height:44px;display:grid}.row-action svg{width:19px}.danger,.text-danger{color:#ba1a1a}.danger-actions{gap:12px;margin-top:38px;display:flex}.text-danger,.text-button{background:0 0;border:0;align-items:center;gap:8px;min-height:44px;font-weight:700;display:flex}.tariff-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.tariff-card{border:1px solid #0000;flex-direction:column;gap:14px;display:flex;position:relative}.tariff-card.featured{border-color:var(--primary)}.status-pill{background:var(--user);color:#005ca8;border-radius:999px;align-self:flex-start;padding:5px 10px;font-size:12px;font-weight:700}.tariff-card h2{margin:0}.tariff-price{font-size:24px}.tariff-card ul{flex:1;padding-left:20px;line-height:26px}.empty-card{text-align:center;background:var(--warm);color:var(--muted);border-radius:22px;padding:34px}.empty-card svg{width:28px}.inline-form{align-items:flex-end;gap:12px;margin:24px 0;display:flex}.inline-form label{color:var(--muted);flex-direction:column;flex:1;gap:7px;font-size:14px;font-weight:600;display:flex}.inline-form input{border:1px solid var(--outline);background:var(--surface);min-height:56px;color:var(--ink);border-radius:20px;padding:0 16px;font-size:16px}.secret-card{background:var(--user);border-radius:22px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;padding:17px;display:flex}.secret-card code{overflow-wrap:anywhere;background:#ffffff9e;border-radius:10px;width:100%;padding:12px}.secret-card button:not(.text-button){color:#006fcf;background:0 0;border:0;align-items:center;gap:7px;font-weight:700;display:flex}.secret-card svg{width:18px}.standalone-header{justify-content:space-between;display:flex}.standalone-header .brand{align-items:center;gap:9px;font-weight:700;text-decoration:none;display:flex}.standalone-header .brand-mark{object-fit:contain;width:24px;height:28px}.policy-document,.contact-page{width:min(680px,100% - 40px);margin:0 auto;padding:54px 0 90px}.document-title{margin-bottom:38px}.document-title .eyebrow{color:#006fcf;font-size:13px;font-weight:700}.document-title h1,.contact-page h1{margin:8px 0 10px;font-size:36px;line-height:1.15}.document-title>p:last-child{color:var(--muted)}.policy-document section{margin:30px 0}.policy-document h2{font-size:22px;line-height:29px}.policy-document p,.policy-document li{font-size:15px;line-height:23px}.policy-document a,.contact-page a{color:#006fcf;text-decoration:underline}.policy-document li+li{margin-top:6px}.contact-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100dvh - 64px);display:flex}.contact-page p{color:var(--muted)}.contact-email-card{background:var(--warm);border-radius:22px;align-items:center;gap:10px;min-height:60px;margin-top:22px;padding:0 22px;font-weight:700;display:flex}.contact-email-card svg{width:21px}@media (width<=767px){.messages{width:calc(100% - 32px);padding-top:22px}.starter-prompts{grid-template-columns:1fr}.empty-state{width:100%}.empty-state p{margin:0 auto}.public-header,.standalone-header{height:56px;padding:0 12px}.public-header{grid-template-columns:1fr auto 1fr}.public-header .app-brand span{display:none}.settings-page,.policy-document,.contact-page{width:calc(100% - 32px);padding-top:32px}.settings-page>h1,.document-title h1,.contact-page h1{font-size:29px}.limit-grid,.tariff-grid{grid-template-columns:1fr}.danger-actions,.inline-form{flex-direction:column;align-items:stretch}.inline-form .primary-button{width:100%}.message{font-size:16px}.composer-wrap{z-index:3}.scroll-bottom{bottom:108px}.secret-card{align-items:flex-start}.back-link{font-size:0}.back-link svg{width:22px}.standalone-header .back-link{font-size:13px}}.settings-row{text-align:left;border:0;width:100%}.success-banner{color:#245a30;background:#e5f4e8;border-radius:18px;margin-bottom:18px;padding:14px}.chat-row-wrap{grid-template-columns:minmax(0,1fr) 36px;align-items:center;display:grid;position:relative}.chat-row-wrap .chat-row{padding-right:2px}.chat-more{width:34px;height:34px;color:var(--dark-muted);background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.chat-more:hover{background:var(--dark-raised);color:#fff}.chat-more svg{width:18px}.pin-indicator{vertical-align:-2px;margin-right:6px;width:14px!important}.chat-menu{z-index:4;background:#3b3b3b;border:1px solid #4e4e4e;border-radius:12px;width:158px;padding:6px;position:absolute;top:38px;right:4px;box-shadow:0 8px 24px #00000047}.chat-menu button{color:#fff;text-align:left;background:0 0;border:0;border-radius:8px;width:100%;min-height:38px;padding:0 10px;font-size:13px}.chat-menu button:hover{background:#4a4a4a}.chat-menu button.danger{color:#ffb4ab}.load-more{width:100%;min-height:40px;color:var(--dark-muted);background:0 0;border:0;font-size:13px}.load-more:hover{color:#fff}.offline-banner{z-index:2;color:#675000;background:#f4e4b3;border-radius:999px;width:max-content;max-width:100%;margin:0 auto 22px;padding:7px 12px;font-size:12px;position:sticky;top:0}.inline-error button{color:inherit;background:0 0;border:0;padding:0;text-decoration:underline}.message-actions button:disabled{opacity:.42;cursor:default}.older-messages{border:1px solid var(--outline);min-height:40px;color:var(--muted);background:0 0;border-radius:999px;margin:0 auto 24px;padding:0 14px;font-size:13px;display:block}.older-messages:hover{background:var(--warm);color:var(--ink)}.message-attachments{flex-wrap:wrap;gap:8px;margin:9px 0;display:flex}.message-attachments button{background:var(--surface);border:0;border-radius:18px;width:min(260px,70vw);height:180px;padding:0;overflow:hidden}.message-attachments img{object-fit:cover;width:100%;height:100%}.message-attachments audio{max-width:min(360px,76vw)}.image-preview{z-index:100;background:#000000d1;place-items:center;padding:50px 20px 20px;display:grid;position:fixed;inset:0}.image-preview>button{color:#fff;background:#ffffff26;border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:16px;right:18px}.image-preview>img{object-fit:contain;border-radius:12px;max-width:100%;max-height:100%}.route-loading{background:var(--canvas);place-items:center;min-height:100dvh;display:grid}
