:root,[data-theme=dark]{--bg:#080808;--bg-pure:#000;--accent:#0070f3;--accent-rgb:0,112,243;--surface:#1c1c1e;--surface-2:#1a1a1a;--surface-3:#111;--surface-hi:#2a2a2a;--text:#fff;--text-strong:#ededed;--text-2:#a1a1aa;--text-3:#8e8e93;--text-muted:#636366;--text-dim:#555;--text-faint:#444;--text-fainter:#333;--border:hsla(0,0%,100%,.07);--border-soft:hsla(0,0%,100%,.05);--border-strong:hsla(0,0%,100%,.1);--fill:hsla(0,0%,100%,.05);--fill-hi:hsla(0,0%,100%,.14);--scrim:rgba(0,0,0,.5);--msg-out:#0070f3;--safe-top:0px;--safe-bottom:0px}[data-theme=light]{--bg:#f2f2f7;--bg-pure:#fff;--accent:#0070f3;--accent-rgb:0,112,243;--surface:#e9e9eb;--surface-2:#fff;--surface-3:#f2f2f7;--surface-hi:#e5e5ea;--text:#000;--text-strong:#1c1c1e;--text-2:#3a3a3c;--text-3:#6d6d72;--text-muted:#8e8e93;--text-dim:#a0a0a5;--text-faint:#b8b8bd;--text-fainter:#cfcfd4;--border:rgba(0,0,0,.1);--border-soft:rgba(0,0,0,.06);--border-strong:rgba(0,0,0,.14);--fill:rgba(0,0,0,.04);--fill-hi:rgba(0,0,0,.09);--scrim:rgba(0,0,0,.35)}*{box-sizing:border-box}body,html{height:100%;min-height:100%;overscroll-behavior:none;overscroll-behavior-x:none;touch-action:pan-y;overflow:hidden}body{position:fixed;top:0;left:0;width:100%;height:min(calc(var(--app-height, 100%) + env(safe-area-inset-bottom)),100dvh);transform:translateY(var(--app-offset-top,0));margin:0;background:var(--bg-pure);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;display:flex;flex-direction:column}*{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[contenteditable=true],input,textarea{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;user-select:text}a,img{-webkit-user-drag:none}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}.chat-input-bar{padding-bottom:28px;transition:padding-bottom .15s ease-out}html.keyboard-open .chat-input-bar{padding-bottom:8px}#root-view{flex:1 1;width:100%;min-height:0;overflow:hidden;display:flex;flex-direction:column;background:var(--bg-pure)}button{font-family:inherit;-webkit-tap-highlight-color:transparent}input,textarea{font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}a{color:inherit;text-decoration:none}::selection{background:rgba(var(--accent-rgb),.35)}@keyframes traceEKG{0%{stroke-dashoffset:76}55%{stroke-dashoffset:0}75%{stroke-dashoffset:0}to{stroke-dashoffset:76}}@keyframes pulseBlink{0%,to{opacity:1}50%{opacity:.3}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}