:root{color:#171717;background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--sidebar: #171717;--sidebar-surface: #242424;--ink: #171717;--muted: #6b6b6b;--border: #e5e5e5;--surface: #f7f7f7;--hover: #f1f1f1;--green: #16803d;--red: #c9362b;--focus: #262626}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{min-width:320px;overflow:hidden}button,input,textarea{color:inherit;font:inherit}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}button,a,input,textarea,summary{outline:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--focus)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{display:flex;width:100%;height:100%;background:#fff}.main-shell{min-width:0;flex:1;display:grid;grid-template-rows:68px auto auto minmax(0,1fr) auto;background:#fff}.icon-button{width:44px;height:44px;display:inline-grid;place-items:center;border-radius:10px;background:transparent;color:inherit}.icon-button:hover{background:#ffffff14}.sidebar{width:304px;flex:0 0 304px;height:100%;display:flex;flex-direction:column;padding:14px 12px 12px;color:#f3f3f3;background:var(--sidebar);z-index:30}.sidebar-head{height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 7px 0 9px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:680;letter-spacing:-.02em}.brand-mark,.login-brand>span{display:inline-grid;width:31px;height:31px;place-items:center;border-radius:9px;color:#111;background:#fff}.sidebar-close{display:none}.new-chat-button{min-height:48px;width:100%;margin-top:13px;padding:0 14px;display:flex;align-items:center;gap:12px;border:1px solid #393939;border-radius:12px;color:#f7f7f7;background:#202020;font-weight:600;text-align:left}.new-chat-button:hover{background:#292929;border-color:#4b4b4b}.search-box{height:44px;margin-top:12px;padding:0 11px;display:flex;align-items:center;gap:9px;border-radius:10px;color:#a9a9a9;background:#202020}.search-box:focus-within{box-shadow:inset 0 0 0 1px #5b5b5b}.search-box input{min-width:0;flex:1;border:0;color:#efefef;background:transparent}.search-box input::placeholder{color:#919191}.search-box button{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;color:#aaa;background:transparent}.history-label{margin:27px 12px 8px;color:#939393;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.thread-list{min-height:0;flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#424242 transparent}.thread-row{position:relative;display:flex;align-items:center;border-radius:9px}.thread-row:hover,.thread-active{background:#292929}.thread-main{min-width:0;min-height:44px;flex:1;padding:0 38px 0 12px;overflow:hidden;border-radius:9px;color:#e8e8e8;background:transparent;text-align:left}.thread-main span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.thread-menu-button{position:absolute;right:4px;width:34px;height:34px;display:none;place-items:center;border-radius:8px;color:#bbb;background:transparent}.thread-row:hover .thread-menu-button,.thread-menu-button[aria-expanded=true],.thread-active .thread-menu-button{display:grid}.thread-menu{position:absolute;right:5px;top:38px;z-index:8;width:160px;padding:6px;border:1px solid #434343;border-radius:11px;background:#262626;box-shadow:0 12px 30px #00000059}.thread-menu button{width:100%;min-height:38px;display:flex;align-items:center;gap:9px;padding:0 10px;border-radius:8px;color:#ededed;background:transparent;text-align:left}.thread-menu button:hover{background:#373737}.thread-menu .danger-action{color:#ff928b}.empty-history,.sidebar-loading{padding:20px 12px;color:#8d8d8d;font-size:13px;text-align:center}.sidebar-loading{display:flex;align-items:center;justify-content:center;gap:8px}.load-more{width:calc(100% - 16px);min-height:40px;margin:8px;border-radius:8px;color:#aaa;background:#222}.load-more:hover{color:#fff;background:#2b2b2b}.sidebar-account{min-height:64px;display:grid;grid-template-columns:38px minmax(0,1fr) 44px;align-items:center;gap:10px;padding:10px 2px 0 7px;border-top:1px solid #303030}.avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;color:#eafff2;background:#1d7654;font-weight:700}.sidebar-account strong,.sidebar-account span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-account strong{font-size:13px}.sidebar-account span{margin-top:2px;color:#929292;font-size:12px}.sidebar-scrim{display:none}.topbar{position:relative;z-index:20;min-width:0;height:68px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 22px;border-bottom:1px solid var(--border);background:#fffffff5}.topbar-title{min-width:0;display:flex;align-items:center;gap:8px;font-weight:650}.topbar-title>span:first-of-type{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-title small{color:var(--muted);font-size:13px;font-weight:450}.connection-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#999}.connection-ready{background:var(--green)}.connection-offline{background:var(--red)}.connection-connecting,.connection-connected,.connection-restarting{animation:pulse 1.4s ease-in-out infinite;background:#c08016}@keyframes pulse{50%{opacity:.35}}.mobile-menu,.connection-mini{display:none}.topbar-controls{min-width:0;display:flex;align-items:center;gap:8px}.picker{position:relative}.picker-button,.files-button{min-height:42px;display:flex;align-items:center;gap:8px;padding:0 13px;border:1px solid var(--border);border-radius:11px;background:#fff;font-size:13px;font-weight:600}.picker-button:hover,.files-button:hover{background:var(--surface)}.picker-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:30;width:270px;max-height:360px;overflow:auto;padding:6px;border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:0 15px 42px #00000024}.picker-menu button{width:100%;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-radius:8px;background:transparent;text-align:left}.picker-menu button:hover{background:var(--hover)}.picker-menu button span{min-width:0}.picker-menu strong,.picker-menu small{display:block}.picker-menu strong{font-size:13px}.picker-menu small{margin-top:3px;color:var(--muted);font-size:11px;font-weight:400}.connection-banner{width:min(760px,calc(100% - 40px));min-height:58px;margin:14px auto 0;padding:10px 14px;display:grid;grid-template-columns:22px minmax(0,1fr) 22px;align-items:center;gap:10px;border:1px solid #edc97f;border-radius:12px;color:#6a4807;background:#fff9e9}.connection-banner strong,.connection-banner span{display:block}.connection-banner strong{font-size:13px}.connection-banner span{margin-top:2px;color:#805f20;font-size:12px}.banner-offline{border-color:#efb3ae;color:#8c241d;background:#fff5f4}.banner-offline span{color:#99443e}.account-warning{width:min(760px,calc(100% - 40px));min-height:44px;margin:10px auto 0;padding:8px 12px;display:flex;align-items:center;gap:8px;border:1px solid #efb3ae;border-radius:10px;color:#8c241d;background:#fff5f4;font-size:13px}.conversation-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain;scroll-behavior:smooth}.conversation-column{width:min(800px,calc(100% - 42px));margin:0 auto;padding:26px 0 48px}.conversation-loading{height:100%;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:14px}.older-turns{min-height:40px;margin:0 auto 26px;padding:0 14px;display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:20px;color:#4c4c4c;background:#fff;font-size:13px}.older-turns:hover{background:var(--surface)}.turn{margin:0 0 30px}.message{display:flex;margin:0 0 22px}.message-user{flex-direction:column;align-items:flex-end}.user-bubble{max-width:min(78%,640px);padding:11px 16px;border-radius:20px 20px 5px;background:#f1f1f1;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.message-assistant{align-items:flex-start;gap:13px}.assistant-avatar{width:30px;height:30px;flex:0 0 auto;display:grid;place-items:center;margin-top:1px;border:1px solid #dfdfdf;border-radius:9px;color:#111;background:#fff}.assistant-content{min-width:0;flex:1;color:#222;font-size:16px;line-height:1.68;overflow-wrap:anywhere}.assistant-content>:first-child{margin-top:1px}.assistant-content p{margin:0 0 15px}.assistant-content h1,.assistant-content h2,.assistant-content h3{margin:24px 0 10px;line-height:1.3}.assistant-content h1{font-size:22px}.assistant-content h2{font-size:19px}.assistant-content h3{font-size:17px}.assistant-content ul,.assistant-content ol{padding-left:24px}.assistant-content pre,.activity pre{max-width:100%;padding:14px;overflow-x:auto;border:1px solid #303030;border-radius:10px;color:#efefef;background:#171717;font:12px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap}.assistant-content code:not(pre code){padding:2px 5px;border-radius:5px;background:#f1f1f1;font-size:.88em}.assistant-content a{color:#1261a0;text-underline-offset:3px}.copy-button{width:34px;height:34px;display:grid;place-items:center;margin-left:-8px;border-radius:8px;color:#777;background:transparent}.copy-button:hover{color:#222;background:var(--hover)}.thinking{height:30px;display:flex;align-items:center;gap:4px}.thinking span{width:6px;height:6px;border-radius:50%;background:#777;animation:thinking 1.25s infinite}.thinking span:nth-child(2){animation-delay:.15s}.thinking span:nth-child(3){animation-delay:.3s}@keyframes thinking{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.activity{margin:10px 0 14px 43px;border:1px solid var(--border);border-radius:12px;background:#fafafa}.activity summary{min-height:50px;display:grid;grid-template-columns:22px minmax(0,1fr) auto 18px;align-items:center;gap:9px;padding:8px 12px;list-style:none;cursor:pointer}.activity summary::-webkit-details-marker{display:none}.activity summary>span:nth-child(2){min-width:0}.activity strong,.activity small{display:block}.activity strong{font-size:13px}.activity small{margin-top:3px;overflow:hidden;color:var(--muted);font-size:12px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.activity summary>svg:last-child{transition:transform .2s}.activity[open] summary>svg:last-child{transform:rotate(180deg)}.activity-state{padding:3px 7px;border-radius:12px;color:#666;background:#eee;font-size:10px;text-transform:lowercase}.state-completed,.state-complete{color:#126b36;background:#e7f6ed}.state-failed{color:#9e2922;background:#fdecea}.activity pre,.activity ul{margin:0 12px 12px}.activity ul{padding:10px 12px 10px 32px;border-radius:8px;background:#f0f0f0;font:12px/1.5 ui-monospace,monospace}.activity-error{border-color:#efb3ae;background:#fff7f6}.plan-card{margin:10px 0 16px 43px;padding:13px 14px;border:1px solid #d9e3ee;border-radius:12px;background:#f7fafc}.plan-card>div{display:flex;align-items:center;gap:8px;font-size:13px}.plan-card p{margin:8px 0 0;color:#465462;font-size:13px;line-height:1.5;white-space:pre-wrap}.turn-error{margin:8px 0 0 43px;min-height:42px;display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #efb3ae;border-radius:10px;color:#942a23;background:#fff5f4;font-size:13px}.history-attachments{max-width:78%;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;margin-bottom:6px}.history-attachment{min-height:32px;max-width:260px;display:inline-flex;align-items:center;gap:7px;padding:5px 9px;border:1px solid var(--border);border-radius:9px;background:#fff;font-size:12px}.history-attachment span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.legacy-attachments{margin:0 0 22px;padding:12px;display:flex;flex-wrap:wrap;gap:7px;border:1px solid var(--border);border-radius:12px}.legacy-attachments>strong{width:100%;font-size:12px}.empty-chat{width:min(860px,calc(100% - 40px));height:100%;min-height:510px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hero-mark{width:60px;height:60px;display:grid;place-items:center;border-radius:18px;color:#fff;background:#171717}.empty-chat h1{margin:24px 0 8px;font-size:clamp(29px,3.5vw,42px);letter-spacing:-.04em}.empty-chat>p{margin:0;color:var(--muted);font-size:17px}.starter-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:40px}.starter-grid button{min-height:108px;padding:19px 22px;border:1px solid var(--border);border-radius:16px;background:#fff;text-align:left}.starter-grid button:hover{border-color:#c9c9c9;background:#fafafa}.starter-grid strong,.starter-grid small{display:block}.starter-grid strong{font-size:15px}.starter-grid small{margin-top:7px;color:var(--muted);font-size:13px;line-height:1.4}.composer-wrap{position:relative;z-index:10;width:min(960px,calc(100% - 40px));margin:0 auto;padding:10px 0 max(10px,env(safe-area-inset-bottom));background:#fff}.composer{min-height:64px;padding:8px 10px 8px 16px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;border:1px solid #d7d7d7;border-radius:22px;background:#fff;box-shadow:0 2px 14px #0000000f;transition:border-color .15s,box-shadow .15s}.composer:focus-within{border-color:#9b9b9b;box-shadow:0 3px 18px #00000017}.composer.drag-active{border-color:#555;background:#f9f9f9}.composer textarea{width:100%;min-height:44px;max-height:180px;padding:11px 6px 7px;resize:none;border:0;background:transparent;line-height:1.45}.composer textarea::placeholder{color:#8d8d8d}.composer-actions{display:flex;align-items:center;gap:4px}.attach-button,.send-button{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:transparent}.attach-button{color:#545454}.attach-button:hover{background:var(--hover)}.send-button{color:#fff;background:#171717}.send-button:hover:not(:disabled){background:#363636}.send-button:disabled{color:#aaa;background:#e8e8e8}.stop-button{color:#fff;background:#3a3a3a}.attachment-strip{grid-column:1 / -1;display:flex;gap:8px;overflow-x:auto;padding:3px 0 8px}.attachment-chip{min-width:190px;max-width:270px;min-height:52px;display:grid;grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;gap:8px;padding:6px 6px 6px 10px;border:1px solid var(--border);border-radius:11px;background:#fafafa}.attachment-chip strong,.attachment-chip small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-chip strong{font-size:12px}.attachment-chip small{margin-top:2px;color:var(--muted);font-size:10px}.attachment-chip>button{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;color:#777;background:transparent}.attachment-chip>button:hover{background:#e9e9e9}.composer-note{margin:7px 0 0;color:#666;font-size:11px;text-align:center}.toast{position:fixed;right:22px;bottom:24px;z-index:80;width:min(420px,calc(100% - 32px));min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 10px 10px 15px;border:1px solid #e9b1ac;border-radius:12px;color:#87251f;background:#fff8f7;box-shadow:0 14px 36px #00000026;font-size:13px}.toast button{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;color:inherit;background:transparent}.dialog-backdrop,.panel-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#0000006b}.dialog{width:min(480px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;border:1px solid #ddd;border-radius:16px;background:#fff;box-shadow:0 24px 70px #0000003d}.dialog header{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 20px;border-bottom:1px solid var(--border)}.dialog h2{margin:0;font-size:18px}.dialog header button{width:40px;height:40px;display:grid;place-items:center;border-radius:9px;background:transparent}.dialog header button:hover{background:var(--hover)}.dialog-body{padding:20px;color:#444;font-size:14px;line-height:1.5}.dialog-body p{margin:0}.dialog-body label:not(.choice){display:grid;gap:7px;font-weight:600}.dialog-body input,.dialog-body textarea{width:100%;min-height:44px;padding:9px 11px;border:1px solid #cfcfcf;border-radius:9px;background:#fff}.dialog footer{min-height:68px;display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:12px 20px;border-top:1px solid var(--border)}.primary-button,.secondary-button,.danger-button{min-height:44px;padding:0 18px;border-radius:10px;font-weight:650}.primary-button{color:#fff;background:#171717}.primary-button:hover{background:#333}.secondary-button{border:1px solid var(--border);background:#fff}.secondary-button:hover{background:var(--surface)}.danger-button{color:#fff;background:var(--red)}.interactive-dialog{width:min(600px,100%)}.interactive-dialog fieldset{margin:0 0 18px;padding:0;border:0}.interactive-dialog legend{display:grid;gap:3px;margin-bottom:9px}.interactive-dialog legend strong{font-size:12px;text-transform:uppercase}.interactive-dialog legend span{color:#222;font-size:15px}.choice{min-height:52px;display:flex;align-items:center;gap:10px;margin:7px 0;padding:8px 11px;border:1px solid var(--border);border-radius:10px;cursor:pointer}.choice:has(input:checked){border-color:#444;background:#fafafa}.choice input{width:17px;min-height:auto}.choice span{display:grid}.choice small{color:var(--muted)}.panel-backdrop{place-items:stretch end;padding:0}.files-panel{width:min(440px,100%);height:100%;background:#fff;box-shadow:-15px 0 50px #0000002e}.files-panel header{min-height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--border)}.files-panel header strong,.files-panel header span{display:block}.files-panel header span{margin-top:3px;color:var(--muted);font-size:12px}.files-panel header button{width:44px;height:44px;display:grid;place-items:center;border-radius:10px;background:transparent}.files-panel header button:hover{background:var(--hover)}.files-list{height:calc(100% - 74px);overflow:auto;padding:12px}.files-list>p,.panel-loading{padding:35px 10px;color:var(--muted);text-align:center}.panel-loading{display:flex;align-items:center;justify-content:center;gap:9px}.files-list article{min-height:66px;display:grid;grid-template-columns:38px minmax(0,1fr) 44px;align-items:center;gap:10px;padding:8px;border-radius:11px}.files-list article:hover{background:var(--surface)}.file-icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--border);border-radius:9px}.files-list article strong,.files-list article small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.files-list article strong{font-size:13px}.files-list article small{margin-top:4px;color:var(--muted);font-size:11px}.files-list article button{width:44px;height:44px;display:grid;place-items:center;border-radius:9px;background:transparent}.files-list article button:hover{background:#e9e9e9}.boot-screen,.login-page{min-height:100%;display:flex;align-items:center;justify-content:center;background:#f7f7f7}.boot-screen{flex-direction:column;gap:12px;color:var(--muted)}.boot-screen p{color:var(--red)}.login-card{width:min(430px,calc(100% - 32px));padding:38px;border:1px solid #dedede;border-radius:19px;background:#fff;box-shadow:0 18px 50px #00000014}.login-brand{display:flex;align-items:center;gap:10px;font-size:18px}.login-brand>span{color:#fff;background:#171717}.login-heading{margin:38px 0 26px}.eyebrow{color:#777;font-size:10px;font-weight:750;letter-spacing:.11em}.login-heading h1{margin:9px 0 7px;font-size:31px;letter-spacing:-.04em}.login-heading p{margin:0;color:var(--muted)}.login-form{display:grid;gap:16px}.login-form label{display:grid;gap:7px;font-size:13px;font-weight:650}.login-form input{min-height:46px;padding:9px 12px;border:1px solid #cfcfcf;border-radius:10px;background:#fff}.login-form .primary-button{margin-top:4px;display:flex;align-items:center;justify-content:center}.form-error{padding:10px 11px;border-radius:9px;color:#922820;background:#fff0ee;font-size:12px}.security-note{margin-top:22px;display:flex;align-items:center;justify-content:center;gap:7px;color:#777;font-size:11px}@media(max-width:1160px){.topbar-title small{display:none}.picker-button{max-width:150px}.picker-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:900px){.sidebar{position:fixed;left:0;top:0;width:min(340px,88vw);transform:translate(-105%);transition:transform .22s ease;box-shadow:14px 0 40px #00000040}.sidebar-open{transform:translate(0)}.sidebar-close{display:grid}.sidebar-scrim{position:fixed;inset:0;z-index:29;display:block;background:#0006}.mobile-menu{display:inline-grid;margin-left:-10px}.topbar{padding:0 14px}.topbar-title>span:first-of-type{max-width:210px}.topbar-controls .picker:nth-child(3){display:none}}@media(max-width:660px){.main-shell{grid-template-rows:58px auto auto minmax(0,1fr) auto}.topbar{height:58px;gap:6px;padding:0 8px}.topbar-title{flex:1}.topbar-title>span:first-of-type{max-width:130px;font-size:14px}.topbar-controls .picker:not(:first-child){display:none}.topbar-controls .picker:first-child .picker-button{max-width:118px;min-height:44px;padding:0 9px}.files-button{width:44px;min-height:44px;justify-content:center;padding:0}.files-button span,.connection-mini{display:none}.connection-banner{width:calc(100% - 20px);min-height:52px;margin-top:8px;grid-template-columns:20px minmax(0,1fr);padding:8px 10px}.connection-banner>svg:last-child{display:none}.connection-banner span{display:none}.conversation-column{width:calc(100% - 26px);padding:20px 0 30px}.empty-chat{width:calc(100% - 26px);min-height:430px;justify-content:flex-start;padding-top:60px}.empty-chat h1{margin-top:20px;font-size:29px}.empty-chat>p{font-size:14px}.starter-grid{grid-template-columns:1fr;gap:8px;margin-top:30px}.starter-grid button{min-height:72px;padding:13px 15px}.starter-grid button:nth-child(n+4){display:none}.user-bubble,.history-attachments{max-width:90%}.assistant-content{font-size:15px;line-height:1.62}.assistant-avatar{width:28px;height:28px}.message-assistant{gap:9px}.activity,.plan-card,.turn-error{margin-left:37px}.activity summary{grid-template-columns:20px minmax(0,1fr) 17px}.activity-state{display:none}.composer-wrap{width:calc(100% - 16px);padding-top:7px}.composer{min-height:58px;padding-left:11px;border-radius:20px}.composer-note{display:none}.attachment-chip{min-width:170px}.toast{right:10px;bottom:84px;width:calc(100% - 20px)}.copy-button,.thread-menu-button{width:44px;height:44px}.login-card{padding:28px 23px}.dialog-backdrop{padding:10px;align-items:end}.dialog{max-height:86vh;border-radius:17px 17px 0 0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
