:root{--cream:#f7f4ee;--white:#fff;--ink:#201f1d;--gray:#8c8a82;--gray-light:#b9b6ac;--border:#e8e4d9;--orange:#0092fa;--black-pill:#1b1a18;--blue:#3b82f6;--bubble:#f0ede4;--content-max:760px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body{height:100%}body{background:var(--cream);color:var(--ink);justify-content:center;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;display:flex}#root{justify-content:center;width:100%;height:100%;display:flex}.serif{font-family:Georgia,Times New Roman,serif}.app{background:var(--cream);flex-direction:column;width:100%;height:100dvh;display:flex;position:relative;overflow:hidden}.topbar{z-index:20;max-width:var(--content-max);padding:calc(18px + env(safe-area-inset-top)) calc(18px + env(safe-area-inset-right)) 8px calc(18px + env(safe-area-inset-left));pointer-events:none;background:0 0;justify-content:space-between;align-items:center;margin-inline:auto;display:flex;position:absolute;top:0;left:0;right:0}.topbar .icon-btn{pointer-events:auto}.icon-btn{-webkit-backdrop-filter:blur(6px);cursor:pointer;width:40px;height:40px;color:var(--ink);background:#ffffff73;border:1px solid #fff9;border-radius:50%;justify-content:center;align-items:center;display:flex}.icon-btn svg{width:20px;height:20px}.topbar-right{align-items:center;gap:8px;display:flex}.bottom-stack{z-index:15;max-width:var(--content-max);padding:14px calc(16px + env(safe-area-inset-right)) calc(20px + env(safe-area-inset-bottom)) calc(16px + env(safe-area-inset-left));pointer-events:none;margin-inline:auto;position:absolute;bottom:0;left:0;right:0}.bottom-stack>*{pointer-events:auto}.upgrade-card{background:var(--white);border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:14px 16px;font-size:13.5px;line-height:1.35;display:flex}.upgrade-card a{color:var(--blue);white-space:nowrap;font-weight:600;text-decoration:none}.input-shell{background:var(--white);border-radius:22px;padding:12px 14px 10px}.input-shell textarea{width:100%;color:var(--ink);resize:none;background:0 0;border:none;outline:none;max-height:240px;padding:4px 2px 12px;font-family:inherit;font-size:15px;line-height:1.45;transition:height .15s;display:block;overflow-y:hidden}.input-shell textarea::placeholder{color:var(--gray)}.attach-chip{background:var(--bubble);color:var(--ink);border-radius:12px;align-items:center;gap:8px;margin-bottom:8px;padding:6px 8px 6px 10px;font-size:13px;display:flex}.attach-chip>svg{width:15px;height:15px;color:var(--gray);flex-shrink:0}.attach-chip-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.attach-chip-remove{width:22px;height:22px;color:var(--gray);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.attach-chip-remove:hover{color:var(--ink);background:#0000000f}.attach-chip-remove svg{width:12px;height:12px}@media (width<=430px){.input-shell textarea{font-size:16px}}.input-row{justify-content:space-between;align-items:center;display:flex}.input-row-left{align-items:center;gap:8px;display:flex}.input-row-right{align-items:center;gap:10px;display:flex}.round-btn{background:var(--cream);cursor:pointer;width:34px;height:34px;color:var(--ink);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.round-btn svg{width:17px;height:17px}.model-picker{position:relative}.model-pill{background:var(--cream);color:var(--ink);cursor:pointer;border:none;border-radius:16px;align-items:center;gap:5px;padding:8px 12px;font-size:13px;display:flex}.model-menu{background:var(--white);z-index:50;border-radius:14px;flex-direction:column;gap:2px;min-width:168px;padding:6px;display:flex;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 12px 30px #00000029}.model-option{text-align:left;color:var(--ink);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-family:inherit;font-size:13.5px;display:flex}.model-option:hover{background:var(--cream)}.model-option.active{background:var(--cream);font-weight:600}.model-option .crown{color:#e8a100;flex-shrink:0;width:14px;height:14px}.voice-btn{background:var(--black-pill);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.voice-btn svg{width:16px;height:16px;color:var(--white)}.voice-btn:disabled{opacity:.45;cursor:default}.chat-log{width:100%;max-width:var(--content-max);padding:calc(72px + env(safe-area-inset-top)) calc(18px + env(safe-area-inset-right)) calc(var(--composer-h,104px) + 8px) calc(18px + env(safe-area-inset-left));flex-direction:column;flex:1;gap:16px;margin-inline:auto;display:flex;overflow-y:auto}.chat-log>:first-child{margin-top:auto}.msg{max-width:88%;font-size:15px;line-height:1.5}.msg.user{background:var(--bubble);border-radius:16px;align-self:flex-end;padding:10px 14px}.msg.ai{color:var(--ink);align-self:flex-start}.msg-source{vertical-align:middle;color:var(--gray);align-items:center;margin-right:6px;display:inline-flex}.msg-source svg{width:13px;height:13px}.msg-attachment{vertical-align:middle;max-width:100%;color:var(--gray);background:#0000000f;border-radius:10px;align-items:center;gap:6px;margin-right:6px;padding:2px 9px 2px 7px;font-size:13px;display:inline-flex}.msg-attachment svg{flex-shrink:0;width:13px;height:13px}.msg-attachment-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.msg.uploading{color:var(--gray);font-size:14px}.msg-actions{gap:6px;margin-top:6px;display:flex}.msg-action{cursor:pointer;color:var(--gray-light);background:0 0;border:none;align-items:center;padding:2px;display:inline-flex}.msg-action svg{width:15px;height:15px}.msg-action:hover{color:var(--gray)}.msg-action.active{color:var(--orange)}.msg.user{white-space:pre-wrap;word-break:break-word}.msg-md{word-break:break-word}.msg-md>:first-child{margin-top:0}.msg-md>:last-child{margin-bottom:0}.msg-md p{margin:0 0 10px}.msg-md h1,.msg-md h2,.msg-md h3,.msg-md h4{margin:14px 0 6px;font-size:15.5px;line-height:1.35}.msg-md ul,.msg-md ol{margin:6px 0 10px;padding-left:22px}.msg-md li{margin-bottom:4px}.msg-md li>p{margin:0}.msg-md strong{font-weight:600}.msg-md blockquote{border-left:3px solid var(--border);color:var(--gray);margin:8px 0;padding:6px 12px}.msg-md code{background:var(--bubble);border-radius:6px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.msg-md pre{background:var(--black-pill);color:#f5f3ee;border-radius:12px;margin:8px 0 12px;padding:12px 14px;overflow-x:auto}.msg-md pre code{color:inherit;background:0 0;padding:0;font-size:12.5px;line-height:1.5}.msg-md table{border-collapse:collapse;max-width:100%;margin:8px 0 12px;font-size:13.5px;display:block;overflow-x:auto}.msg-md th,.msg-md td{border:1px solid var(--border);text-align:left;padding:6px 10px}.msg-md th{background:var(--bubble);font-weight:600}.msg-md a{color:var(--orange);text-decoration:underline}.msg-md hr{border:none;border-top:1px solid var(--border);margin:12px 0}.msg-reasons{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.msg-reason{border:1px solid var(--border);background:var(--white);color:var(--ink);cursor:pointer;border-radius:999px;padding:5px 11px;font-family:inherit;font-size:12px}.msg-reason:hover{border-color:var(--gray-light)}.typing-dots{align-items:center;gap:5px;padding:6px 2px;display:flex}.typing-dots span{background:var(--gray-light);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite dotBlink}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}.msg.error{color:#b3261e;background:#fdecea;border-radius:16px;align-items:center;gap:10px;padding:10px 14px;display:flex}.retry-btn{color:#b3261e;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:14px;font-weight:600;text-decoration:underline}.backdrop{opacity:0;pointer-events:none;z-index:40;background:#00000059;transition:opacity .25s;position:absolute;inset:0}.backdrop.show{opacity:1;pointer-events:auto}.drawer{background:var(--cream);z-index:41;width:84%;max-width:340px;padding:calc(22px + env(safe-area-inset-top)) calc(18px + env(safe-area-inset-right)) calc(22px + env(safe-area-inset-bottom)) calc(18px + env(safe-area-inset-left));visibility:hidden;pointer-events:none;flex-direction:column;transition:transform .28s;display:flex;position:absolute;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.drawer.open{visibility:visible;pointer-events:auto;transform:translate(0)}.drawer h2{margin-bottom:18px;font-size:26px;font-weight:400}.drawer-brand{align-items:center;gap:10px;margin-bottom:18px;display:flex}.drawer-brand h2{margin-bottom:0}.drawer-logo{width:32px;height:32px;display:block}.drawer-item{cursor:pointer;color:var(--ink);text-align:left;background:0 0;border:none;align-items:center;gap:14px;width:100%;padding:12px 4px;font-size:15.5px;display:flex}.drawer-item svg{flex-shrink:0;width:20px;height:20px}.drawer-section{color:var(--gray);margin:18px 4px 6px;font-size:12.5px;font-weight:600}.drawer-chat{cursor:pointer;color:var(--ink);text-align:left;background:0 0;border:none;border-radius:10px;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:9px 8px;display:flex}.drawer-chat.active{background:var(--white)}.drawer-chat-title{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:14.5px;overflow:hidden}.drawer-chat-time{color:var(--gray);font-size:11.5px}.drawer-empty{color:var(--gray);padding:6px 8px;font-size:13.5px}.drawer-divider{background:var(--border);height:1px;margin:8px 0}.drawer-footer{justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:14px;display:flex}.avatar{background:var(--orange);width:36px;height:36px;color:var(--white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.pill-black{background:var(--black-pill);color:var(--white);cursor:pointer;border:none;border-radius:20px;align-items:center;gap:6px;padding:11px 18px;font-size:14.5px;display:flex}.sheet{background:var(--cream);z-index:41;padding:calc(14px + env(safe-area-inset-top)) calc(18px + env(safe-area-inset-right)) calc(26px + env(safe-area-inset-bottom)) calc(18px + env(safe-area-inset-left));visibility:hidden;pointer-events:none;border-radius:22px 22px 0 0;max-height:80%;transition:transform .28s;position:absolute;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%)}.sheet.open{visibility:visible;pointer-events:auto;transform:translateY(0)}.sheet-handle{background:var(--gray-light);border-radius:2px;width:36px;height:4px;margin:0 auto 14px}.sheet-header{justify-content:center;align-items:center;margin-bottom:18px;display:flex;position:relative}.sheet-header .close{cursor:pointer;color:var(--ink);background:0 0;border:none;position:absolute;left:0}.sheet-header h3{font-size:17px;font-weight:600}.sheet-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px;display:grid}.sheet-card{background:var(--white);cursor:pointer;border:none;border-radius:16px;flex-direction:column;align-items:center;gap:10px;padding:18px 8px;font-size:13px;display:flex}.sheet-card svg{width:24px;height:24px}.sheet-row{background:var(--white);cursor:pointer;border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:14px 16px;display:flex}.sheet-row-left{align-items:center;gap:14px;display:flex}.sheet-row-title{font-size:15px}.sheet-row-sub{color:var(--gray);margin-top:2px;font-size:12.5px}.toggle{background:var(--blue);cursor:pointer;border-radius:14px;flex-shrink:0;width:44px;height:26px;transition:background .2s;position:relative}.toggle.off{background:var(--border)}.toggle-knob{background:var(--white);border-radius:50%;width:22px;height:22px;transition:left .2s;position:absolute;top:2px;left:20px;box-shadow:0 1px 3px #0003}.toggle.off .toggle-knob{left:2px}.toast-host{z-index:80;pointer-events:none;flex-direction:column;align-items:center;gap:8px;display:flex;position:fixed;bottom:120px;left:50%;transform:translate(-50%)}.toast{color:var(--white);text-align:center;background:#1b1a18eb;border-radius:20px;max-width:80vw;padding:10px 16px;font-size:13.5px;animation:.2s toastIn}@keyframes toastIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.send-fab{background:var(--black-pill);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.send-fab svg{width:15px;height:15px;color:var(--white)}.send-fab:disabled{opacity:.5;cursor:default}.source-list{flex-direction:column;gap:10px;padding:4px 20px 28px;display:flex;overflow-y:auto}.source-item{background:var(--bubble);border-radius:14px;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.source-index{color:var(--orange);font-size:12.5px;font-weight:600;line-height:1.5}.source-body{flex:1;min-width:0}.source-title{color:var(--ink);font-size:14px;line-height:1.4}.source-meta{color:var(--gray);margin-top:2px;font-size:12px}.source-score{color:var(--gray);flex-shrink:0;font-size:12px}.confirm-card{background:var(--white);z-index:80;border-radius:20px;width:calc(100% - 48px);max-width:380px;padding:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 24px 60px #00000040}.confirm-card h3{color:var(--ink);margin-bottom:10px;font-size:16.5px}.confirm-card p{color:var(--gray);font-size:13.5px;line-height:1.5}.confirm-note{margin-top:10px;font-weight:600;color:var(--ink)!important}.confirm-actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.confirm-actions button{cursor:pointer;border:none;border-radius:12px;padding:10px 14px;font-family:inherit;font-size:13px}.home{width:100%;max-width:var(--content-max);padding-top:calc(64px + env(safe-area-inset-top));padding-bottom:calc(var(--composer-h,104px) + 8px);flex-direction:column;flex:1;margin-inline:auto;display:flex;overflow-y:auto}.hero{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:20px;display:flex}.logo-star{width:72px;height:72px;margin-bottom:22px;display:block}.hero h1{color:var(--ink);font-size:30px;font-weight:400}.suggestions{flex-wrap:wrap;justify-content:center;gap:8px;max-width:340px;margin-top:26px;display:flex}.chip{background:var(--white);border:1px solid var(--border);color:var(--ink);cursor:pointer;border-radius:18px;padding:9px 14px;font-family:inherit;font-size:13.5px;transition:border-color .15s}.chip:hover{border-color:var(--gray-light)}.settings{background:var(--cream);z-index:30;visibility:hidden;pointer-events:none;flex-direction:column;transition:transform .25s;display:flex;position:absolute;inset:0;overflow-y:auto;transform:translate(100%)}.settings.open{visibility:visible;pointer-events:auto;transform:translate(0)}.settings-top{width:100%;max-width:var(--content-max);padding:calc(18px + env(safe-area-inset-top)) calc(18px + env(safe-area-inset-right)) 18px calc(18px + env(safe-area-inset-left));justify-content:space-between;align-items:center;margin-inline:auto;display:flex}.settings-top h2{font-size:22px;font-weight:400}.settings-body{width:100%;max-width:var(--content-max);padding:0 calc(18px + env(safe-area-inset-right)) calc(30px + env(safe-area-inset-bottom)) calc(18px + env(safe-area-inset-left));margin-inline:auto}.account-row{background:var(--white);border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:14px;padding:16px;font-size:14.5px;display:flex}.badge-free{background:var(--black-pill);color:var(--white);border-radius:14px;padding:5px 12px;font-size:12px;font-weight:600}.upsell-card{background:var(--white);border-radius:16px;margin-bottom:16px;padding:18px}.upsell-card h3{margin-bottom:8px;font-size:19px;font-weight:600}.upsell-card p{color:var(--ink);margin-bottom:16px;font-size:14px;line-height:1.5}.set-group{background:var(--white);border-radius:14px;margin-bottom:14px;overflow:hidden}.set-row{border-bottom:1px solid var(--border);cursor:pointer;justify-content:space-between;align-items:center;padding:15px 16px;display:flex}.set-row:last-child{border-bottom:none}.set-row-left{align-items:center;gap:14px;display:flex}.set-row-title{font-size:15px}.set-row-sub{color:var(--gray);margin-top:2px;font-size:12.5px}.memory-add{gap:8px;margin-top:8px;display:flex}.memory-add input{background:var(--white);min-width:0;color:var(--ink);border:none;border-radius:14px;outline:none;flex:1;padding:12px 14px;font-family:inherit;font-size:14px}.memory-add button{background:var(--black-pill);color:var(--white);cursor:pointer;border:none;border-radius:14px;padding:0 16px;font-size:14px}.sub-card{background:var(--white);border:2px solid #0000;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:16px;display:flex}.sub-card.highlight{border-color:var(--orange)}.sub-name{font-size:15px;font-weight:600}.sub-price{color:var(--ink);margin-top:4px;font-size:15px}.sub-note{color:var(--gray);margin-top:8px;font-size:12.5px;line-height:1.5}.voice-screen{z-index:60;opacity:0;pointer-events:none;visibility:hidden;background:radial-gradient(circle at 30% 15%,#d6eeff 0%,#0000 55%),radial-gradient(circle at 75% 10%,#c7e7ff 0%,#0000 50%),linear-gradient(#e8f5ff 0%,#e2eefa 35%,#e4e9f2 65%,#e8ecf5 100%);flex-direction:column;align-items:center;transition:opacity .28s,transform .28s;display:flex;position:absolute;inset:0;transform:translateY(12px)}.voice-screen.open{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.voice-top{width:100%;padding:calc(18px + env(safe-area-inset-top)) calc(18px + env(safe-area-inset-right)) 0 calc(18px + env(safe-area-inset-left));flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.voice-top-spacer{width:40px;height:40px}.voice-title{color:var(--ink);font-size:19px;font-weight:600}.voice-kbd-btn{width:40px;height:40px;color:var(--ink);cursor:pointer;background:#ffffff8c;border:none;border-radius:12px;justify-content:center;align-items:center;display:flex}.voice-kbd-btn svg{width:19px;height:19px}.voice-status{color:var(--gray);flex-shrink:0;align-items:center;gap:8px;margin-top:8px;font-size:15px;display:flex}.voice-status-dot{background:var(--gray-light);border-radius:50%;width:8px;height:8px}.voice-status-dot.connecting{background:#f0b429;animation:1.2s ease-in-out infinite dotBlink}.voice-status-dot.listening{background:var(--orange);animation:1.2s ease-in-out infinite dotBlink}.voice-status-dot.processing{background:#f0b429;animation:.9s ease-in-out infinite dotBlink}.voice-status-dot.speaking{background:#22a06b;animation:1.4s ease-in-out infinite dotBlink}.voice-status-dot.error{background:#e24b3b}.voice-hint{color:var(--gray-light);margin-left:6px;font-size:12.5px}.voice-rec-badge{color:#b3261e;background:#e24b3b1f;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;margin-top:10px;padding:6px 12px;font-size:12px;font-weight:500;display:flex}.voice-rec-dot{background:#e24b3b;border-radius:50%;width:7px;height:7px;animation:1.1s ease-in-out infinite dotBlink}.vm-container{--amp:0;--vm-speaking:0;flex:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.vm-container.speaking{--vm-speaking:1}.vm-glow{transform:translate(-50%, -50%) scale(calc(1.05 + var(--amp) * .3 * var(--vm-speaking)));opacity:calc(.12 + var(--vm-speaking) * (.1 + var(--amp) * .25));pointer-events:none;transition:transform 90ms linear,opacity 90ms linear;position:absolute;top:50%;left:50%}.vm-float{will-change:transform;animation:3.2s ease-in-out infinite vmFloat}.vm-breathe{will-change:transform;animation:3.6s ease-in-out infinite vmBreathe}.vm-blob{transform:scale(calc(1 + var(--amp) * .22));will-change:transform;justify-content:center;align-items:center;transition:transform 70ms linear;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 20px #1a3fb059}.vm-gloss{background:#ffffff59;border-radius:999px;width:36%;height:17%;position:absolute;top:10%;left:12%;transform:rotate(-28deg)}.vm-eyes{justify-content:space-between;width:59%;display:flex}.vm-eye{aspect-ratio:1;background:var(--white);border-radius:50%;width:19%;animation:5.6s ease-in-out infinite vmBlink;position:relative}.vm-eye-hl{aspect-ratio:1;background:#ffffffe6;border-radius:50%;width:28%;position:absolute;top:14%;left:19%}@keyframes vmFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes vmBreathe{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}@keyframes vmBlink{0%,90%,to{transform:scaleY(1)}93%,95%{transform:scaleY(.12)}97%{transform:scaleY(1)}}.voice-wave{flex-shrink:0;justify-content:center;align-items:center;gap:5px;height:44px;margin-top:18px;display:flex}.voice-wave span{background:#0092fa59;border-radius:999px;width:4px;height:10px}.voice-wave.active span{background:#0092fabf;animation:1s ease-in-out infinite waveBounce}.voice-wave.processing span{animation-duration:.7s}@keyframes waveBounce{0%,to{height:8px}50%{height:32px}}.voice-error{color:#b3261e;background:#fdecea;border-radius:14px;flex-shrink:0;width:calc(100% - 44px);max-width:420px;margin-top:14px;padding:12px 14px;font-size:13.5px;line-height:1.45}.voice-error-actions{gap:8px;margin-top:10px;display:flex}.voice-error-actions button{cursor:pointer;border:none;border-radius:12px;padding:9px 14px;font-family:inherit;font-size:13px}.voice-error-primary{background:var(--black-pill);color:var(--white)}.voice-error-secondary{color:var(--ink);background:#ffffffb3}.voice-controls{width:100%;padding:0 calc(24px + env(safe-area-inset-right)) calc(40px + env(safe-area-inset-bottom)) calc(24px + env(safe-area-inset-left));flex-shrink:0;justify-content:center;align-items:center;gap:28px;display:flex}.voice-ctrl-btn{width:56px;min-width:44px;height:56px;min-height:44px;color:var(--ink);cursor:pointer;background:#ffffffb8;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 8px 20px #00000014}.voice-ctrl-btn svg{width:23px;height:23px}.voice-ctrl-btn.off{color:var(--gray)}.voice-ctrl-btn.mic{background:var(--orange);width:72px;height:72px;color:var(--white);box-shadow:0 12px 26px #0092fa59}.voice-ctrl-btn.mic.muted{color:var(--ink);background:#ffffffb8;box-shadow:0 8px 20px #00000014}.voice-ctrl-btn.end{color:var(--white);background:#e24b3b;box-shadow:0 10px 24px #e24b3b59}@keyframes dotBlink{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.auth{background:var(--cream);justify-content:center;align-items:center;width:100%;height:100dvh;padding:24px;display:flex}.auth-card{background:var(--white);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:10px;width:100%;max-width:380px;padding:28px 24px;display:flex;box-shadow:0 18px 40px #201f1d14}.auth-brand{flex-direction:column;align-items:center;gap:10px;margin:2px 0 6px;display:flex}.auth-logo{width:76px;height:76px}.auth-brand-name{letter-spacing:.2px;font-size:20px}.auth-title{text-align:center;margin-top:4px;font-size:24px}.auth-sub{color:var(--gray);text-align:center;font-size:14px;line-height:1.5}.auth-form{flex-direction:column;gap:10px;margin-top:8px;display:flex}.auth-form input{border:1px solid var(--border);background:var(--cream);width:100%;color:var(--ink);border-radius:12px;outline:none;padding:12px 14px;font-size:15px}.auth-form input:focus{border-color:var(--orange)}.auth-error{color:#e24b3b;font-size:13px;line-height:1.4}.auth-submit{cursor:pointer;border:none;border-radius:999px;width:100%;padding:12px;font-size:15px;font-weight:600}.auth-submit:disabled{opacity:.6;cursor:default}.auth-switch{color:var(--gray);cursor:pointer;background:0 0;border:none;padding:6px;font-size:13px}.auth-switch:hover{color:var(--ink)}.auth-divider{color:var(--gray);align-items:center;gap:10px;margin-top:8px;font-size:12.5px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-google{justify-content:center;min-height:40px;display:flex}.auth-google-native{justify-content:center;align-items:center;gap:10px;display:flex}.auth-google-native svg{flex-shrink:0;width:18px;height:18px}.voice-warn{color:#a4382b;text-align:center;background:#e24b3b14;border-radius:10px;max-width:320px;margin:8px auto 0;padding:8px 12px;font-size:12.5px;line-height:1.45}
