*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fff;--bg-secondary:#f2f2f7;--surface:#fff;--surface-hover:#f2f2f7;--border:#c6c6c8;--border-light:#e5e5ea;--text:#000;--text-secondary:#3c3c4399;--text-tertiary:#3c3c434d;--bubble-sent:#007aff;--bubble-received:#e5e5ea;--text-sent:#fff;--text-received:#000;--green:#34c759;--red:#ff3b30;--accent:#007aff;--accent-light:#007aff14;--input-bg:#fff;--input-border:#c6c6c8;--shadow:0 1px 3px #0000000f;--shadow-lg:0 4px 12px #00000014;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--bg:#000;--bg-secondary:#1c1c1e;--surface:#1c1c1e;--surface-hover:#2c2c2e;--border:#38383a;--border-light:#2c2c2e;--text:#fff;--text-secondary:#ebebf599;--text-tertiary:#ebebf54d;--bubble-sent:#0a84ff;--bubble-received:#2c2c2e;--text-sent:#fff;--text-received:#fff;--green:#30d158;--red:#ff453a;--accent:#0a84ff;--accent-light:#0a84ff26;--input-bg:#1c1c1e;--input-border:#38383a;--shadow:0 1px 3px #0006;--shadow-lg:0 4px 12px #00000080;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html,body,#__next{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro,system-ui,sans-serif}::selection{background:var(--accent-light);color:var(--accent)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}.page-center{background:var(--bg);justify-content:center;align-items:center;height:100%;display:flex}.loader{border:2.5px solid var(--border-light);border-top-color:var(--text-secondary);border-radius:50%;width:24px;height:24px;animation:.6s linear infinite spin}.login-card{text-align:center;width:100%;max-width:360px;padding:48px 32px}.login-title{letter-spacing:-.02em;font-size:34px;font-weight:700}.login-sub{color:var(--text-secondary);margin:8px 0 40px;font-size:17px;line-height:1.4}.login-buttons{flex-direction:column;gap:12px;display:flex}.auth-btn{border-radius:12px;justify-content:center;align-items:center;gap:10px;height:50px;font-size:17px;font-weight:500;text-decoration:none;transition:opacity .15s;display:flex}.auth-btn:hover{opacity:.85}.auth-btn{background:var(--text);color:var(--bg)}.app-layout{background:var(--bg);height:100%;display:flex}.sidebar{background:var(--bg-secondary);border-right:1px solid var(--border-light);flex-direction:column;flex-shrink:0;width:260px;height:100%;display:flex}.sidebar-header{justify-content:space-between;align-items:center;height:52px;padding:16px 16px 12px;display:flex}.sidebar-logo{letter-spacing:-.02em;font-size:17px;font-weight:700}.sidebar-close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:4px;display:none}.sidebar-nav{flex-direction:column;gap:2px;padding:4px 8px;display:flex}.sidebar-item{color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:8px 12px;font-size:15px;font-weight:400;text-decoration:none;transition:all .15s;display:flex}.sidebar-item:hover{background:var(--surface-hover);color:var(--text)}.sidebar-item-active{background:var(--accent);color:#fff;font-weight:500}.sidebar-footer{border-top:1px solid var(--border-light);margin-top:auto;padding:8px}.sidebar-user{align-items:center;gap:10px;padding:8px 12px;display:flex}.sidebar-user-avatar{border-radius:50%;width:28px;height:28px}.sidebar-user-avatar-placeholder{background:var(--accent-light);width:28px;height:28px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.sidebar-user-info{min-width:0}.sidebar-user-name{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.sidebar-user-email{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.sidebar-overlay{display:none}.chat-main{background:var(--bg);flex-direction:column;flex:1;min-width:0;height:100%;display:flex}.mobile-header{display:none}.topbar-title{font-size:17px;font-weight:600}.topbar-btn{width:36px;height:36px;color:var(--accent);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.imessage-scroll{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;display:flex;overflow-y:auto}.imessage-thread{flex-direction:column;flex:1;justify-content:flex-end;width:100%;max-width:680px;min-height:100%;margin:0 auto;padding:8px 16px 16px;display:flex}.bubble-row{margin-bottom:2px;animation:.15s ease-out fadeIn;display:flex}.bubble-row-received{justify-content:flex-start}.bubble-row-sent{justify-content:flex-end}.bubble-row-spaced{margin-top:12px}.bubble{word-break:break-word;white-space:pre-wrap;border-radius:18px;max-width:70%;padding:8px 14px;font-size:17px;line-height:22px}.bubble-received{background:var(--bubble-received);color:var(--text-received)}.bubble-received.bubble-tail{border-bottom-left-radius:4px}.bubble-sent{background:var(--bubble-sent);color:var(--text-sent)}.bubble-sent.bubble-tail{border-bottom-right-radius:4px}.bubble-tool{font-size:15px;font-weight:600;line-height:20px}.bubble-summary{margin-top:2px;font-size:15px;line-height:20px}.bubble-args{white-space:pre-wrap;word-break:break-all;background:#0000000d;border-radius:12px;max-height:100px;margin-top:6px;padding:8px 10px;font-family:SF Mono,Menlo,monospace;font-size:13px;line-height:18px;overflow:auto}[data-theme=dark] .bubble-args{background:#ffffff14}.bubble-status{margin-top:4px;font-size:13px;font-weight:500;display:inline-block}.bubble-status-approved{color:var(--green)}.bubble-status-denied{color:var(--red)}.bubble-status-expired{color:var(--text-secondary)}.quick-reply{gap:8px;margin-top:8px;display:flex}.quick-reply button{cursor:pointer;border:none;border-radius:18px;flex:1;padding:8px 0;font-family:inherit;font-size:15px;font-weight:600;transition:opacity .15s}.quick-reply button:hover{opacity:.85}.quick-reply-deny{background:var(--red);color:#fff}.quick-reply-approve{background:var(--green);color:#fff}.quick-reply-always{background:var(--accent);color:#fff}.time-separator{text-align:center;color:var(--text-secondary);padding:16px 0 8px;font-size:13px;font-weight:500}.delivered-text{text-align:right;color:var(--text-secondary);padding:2px 4px 0;font-size:11px;font-weight:400}.imessage-input-bar{padding:8px 12px;padding-bottom:calc(8px + env(safe-area-inset-bottom));background:var(--bg);border-top:1px solid var(--border-light);flex-shrink:0}.imessage-input-wrapper{align-items:flex-end;gap:8px;max-width:680px;margin:0 auto;display:flex}.imessage-input{border:1px solid var(--input-border);background:var(--input-bg);color:var(--text);resize:none;border-radius:20px;outline:none;flex:1;min-height:38px;max-height:120px;padding:8px 16px;font-family:inherit;font-size:17px;line-height:22px}.imessage-input::placeholder{color:var(--text-tertiary)}.imessage-input:focus{border-color:var(--border)}.imessage-send{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:3px;transition:opacity .15s;display:flex}.imessage-send:hover:not(:disabled){opacity:.85}.imessage-send:disabled{background:var(--border-light);cursor:default}.settings-layout{background:var(--bg-secondary);min-height:100%}.settings-container{max-width:560px;margin:0 auto;padding:32px 24px 64px}.settings-section{margin-bottom:36px}.settings-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.02em;margin-bottom:8px;padding-left:16px;font-size:13px;font-weight:400}.settings-card{background:var(--surface);border-radius:12px;overflow:hidden}.settings-row{justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.settings-row+.settings-row{border-top:1px solid var(--border-light)}.settings-row-label{font-size:17px;font-weight:400}.settings-row-desc{color:var(--text-secondary);margin-top:2px;font-size:15px}.settings-input{background:var(--surface);border:none;border-bottom:1px solid var(--border-light);width:100%;height:44px;color:var(--text);outline:none;padding:0 16px;font-family:inherit;font-size:17px}.settings-input:focus{border-color:var(--accent)}.settings-btn{cursor:pointer;border:none;border-radius:10px;height:44px;padding:0 20px;font-family:inherit;font-size:17px;font-weight:400;transition:opacity .15s}.settings-btn:hover{opacity:.85}.settings-btn:disabled{opacity:.4;cursor:default}.settings-btn-primary{background:var(--accent);color:#fff}.settings-btn-danger{background:var(--red);color:#fff}.settings-code{background:var(--bg-secondary);color:var(--text);border-radius:10px;padding:14px;font-family:SF Mono,Menlo,monospace;font-size:13px;line-height:1.7;overflow-x:auto}.toggle{cursor:pointer;width:51px;height:31px;position:relative}.toggle input{opacity:0;width:0;height:0}.toggle-track{background:var(--border);border-radius:16px;transition:background .2s;position:absolute;inset:0}.toggle input:checked+.toggle-track{background:var(--green)}.toggle-thumb{background:#fff;border-radius:50%;width:27px;height:27px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.toggle input:checked~.toggle-thumb{transform:translate(20px)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.sidebar{z-index:50;transition:transform .25s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.sidebar-open{transform:translate(0)}.sidebar-close{display:flex}.sidebar-overlay{z-index:40;background:#0006;display:block;position:fixed;inset:0}.mobile-header{border-bottom:1px solid var(--border-light);background:var(--bg-secondary);justify-content:space-between;align-items:center;height:52px;padding:0 12px;display:flex}.bubble{max-width:80%}.login-card{margin:16px;padding:32px 24px}.settings-container{padding:24px 16px 48px}}@media (min-width:769px){.mobile-header{display:none}}
