.EmptyState-module__QvXXza__empty{text-align:center;border:1px dashed var(--border);border-radius:var(--radius-lg);background:var(--surface);flex-direction:column;align-items:center;gap:10px;padding:72px 24px;display:flex}.EmptyState-module__QvXXza__iconWrap{background:var(--surface-3);width:52px;height:52px;color:var(--muted);border-radius:14px;place-items:center;margin-bottom:4px;display:grid}.EmptyState-module__QvXXza__title{font-size:1.15rem}.EmptyState-module__QvXXza__description{max-width:44ch;color:var(--muted);font-size:.92rem}.EmptyState-module__QvXXza__action{margin-top:12px}
.PageHeader-module__bRDKxW__header{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:22px;padding-bottom:18px;display:flex}.PageHeader-module__bRDKxW__title{font-size:1.6rem}.PageHeader-module__bRDKxW__meta{font-family:var(--font-mono);letter-spacing:.02em;color:var(--muted);margin-top:4px;font-size:.72rem}.PageHeader-module__bRDKxW__action{flex:none}@media (max-width:520px){.PageHeader-module__bRDKxW__header{flex-direction:column;align-items:stretch}}
.FileCard-module__062zOG__card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);transition:transform var(--dur) var(--ease), border-color var(--dur) var(--ease), background var(--dur) var(--ease);flex-direction:column;display:flex;position:relative;overflow:hidden}.FileCard-module__062zOG__card:hover{border-color:var(--border);background:var(--surface-2);transform:translateY(-2px)}.FileCard-module__062zOG__card[data-selected]{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.FileCard-module__062zOG__checkbox{z-index:1;color:#fff;background:color-mix(in srgb, var(--surface) 70%, transparent);border:1.5px solid var(--faint);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;width:22px;height:22px;transition:opacity var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);border-radius:50%;place-items:center;display:grid;position:absolute;top:8px;left:8px}.FileCard-module__062zOG__card:hover .FileCard-module__062zOG__checkbox,.FileCard-module__062zOG__card[data-selection-active] .FileCard-module__062zOG__checkbox,.FileCard-module__062zOG__checkbox[data-checked]{opacity:1}.FileCard-module__062zOG__checkbox[data-checked]{background:var(--accent);border-color:var(--accent)}@media (hover:none){.FileCard-module__062zOG__checkbox{opacity:1}}.FileCard-module__062zOG__thumb{aspect-ratio:4/3;width:100%;color:var(--faint);background:var(--bg-sunken);border-bottom:1px solid var(--border-soft);place-items:center;display:grid;position:relative;overflow:hidden}.FileCard-module__062zOG__thumbButton{cursor:pointer}.FileCard-module__062zOG__thumbButton .FileCard-module__062zOG__thumbImg{transition:transform var(--dur) var(--ease)}.FileCard-module__062zOG__thumbButton:hover .FileCard-module__062zOG__thumbImg{transform:scale(1.04)}.FileCard-module__062zOG__card[data-kind=image] .FileCard-module__062zOG__thumb{color:var(--accent);background:color-mix(in srgb, var(--accent) 8%, var(--bg-sunken))}.FileCard-module__062zOG__card[data-kind=video] .FileCard-module__062zOG__thumb{color:var(--warm);background:color-mix(in srgb, var(--warm) 8%, var(--bg-sunken))}.FileCard-module__062zOG__thumbImg{object-fit:cover;width:100%;height:100%}.FileCard-module__062zOG__playBadge{color:#fff;background:#00000080;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute}.FileCard-module__062zOG__body{flex-direction:column;gap:3px;min-width:0;padding:11px 13px 13px;display:flex}.FileCard-module__062zOG__name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:500;overflow:hidden}.FileCard-module__062zOG__renameInput{width:100%;color:var(--text);background:var(--bg-sunken);border:1px solid var(--accent);border-radius:6px;outline:none;padding:3px 6px;font-size:.88rem;font-weight:500}.FileCard-module__062zOG__meta{font-family:var(--font-mono);color:var(--muted);font-size:.72rem}.FileCard-module__062zOG__error{color:var(--danger);font-size:.72rem}.FileCard-module__062zOG__actions{border:1px solid var(--border);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--surface) 82%, transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity var(--dur-fast) var(--ease);gap:4px;padding:4px;display:flex;position:absolute;top:8px;right:8px}.FileCard-module__062zOG__card:hover .FileCard-module__062zOG__actions,.FileCard-module__062zOG__card:focus-within .FileCard-module__062zOG__actions{opacity:1}@media (hover:none){.FileCard-module__062zOG__actions{opacity:1}}.FileCard-module__062zOG__actions a,.FileCard-module__062zOG__actions button{width:26px;height:26px;color:var(--text-dim);transition:color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);border-radius:6px;place-items:center;display:grid}.FileCard-module__062zOG__actions a:hover,.FileCard-module__062zOG__actions button:hover:not(:disabled){color:var(--text);background:var(--surface-3)}.FileCard-module__062zOG__actions [data-danger]:hover:not(:disabled){color:var(--danger)}.FileCard-module__062zOG__actions button:disabled{opacity:.5;cursor:default}.FileCard-module__062zOG__undoCard{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:28px 16px;display:flex}.FileCard-module__062zOG__undoText{color:var(--muted);font-size:.85rem}.FileCard-module__062zOG__undoButton{color:var(--text);background:var(--surface-3);border:1px solid var(--border);border-radius:var(--radius-pill);transition:color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;display:inline-flex}.FileCard-module__062zOG__undoButton:hover:not(:disabled){border-color:var(--accent);color:var(--accent-hi)}.FileCard-module__062zOG__undoButton:disabled{opacity:.5;cursor:default}
.FolderPicker-module__UF7aiq__backdrop{z-index:90;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:FolderPicker-module__UF7aiq__fadeIn .15s var(--ease) both;background:#080a0eb3;place-items:center;padding:20px;display:grid;position:fixed;inset:0}@keyframes FolderPicker-module__UF7aiq__fadeIn{0%{opacity:0}}.FolderPicker-module__UF7aiq__panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:420px;max-height:72vh;box-shadow:var(--shadow);flex-direction:column;display:flex;overflow:hidden}.FolderPicker-module__UF7aiq__head{border-bottom:1px solid var(--border-soft);padding:16px 18px 12px}.FolderPicker-module__UF7aiq__title{color:var(--text);font-size:.95rem;font-weight:600}.FolderPicker-module__UF7aiq__list{flex:1;padding:8px;overflow-y:auto}.FolderPicker-module__UF7aiq__row{border-radius:var(--radius-sm);width:100%;color:var(--text-dim);text-align:left;transition:background var(--dur-fast) var(--ease);align-items:center;gap:8px;padding:8px 10px;font-size:.88rem;display:flex}.FolderPicker-module__UF7aiq__row:hover:not(:disabled){background:var(--surface-3);color:var(--text)}.FolderPicker-module__UF7aiq__row:disabled{color:var(--faint);cursor:default}.FolderPicker-module__UF7aiq__rowIcon{color:var(--warm);flex:none}.FolderPicker-module__UF7aiq__rowHere{font-family:var(--font-mono);color:var(--faint);margin-left:auto;font-size:.7rem}.FolderPicker-module__UF7aiq__foot{border-top:1px solid var(--border-soft);justify-content:flex-end;gap:8px;padding:12px 18px;display:flex}
.FolderCard-module__SdrzHG__card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);transition:transform var(--dur) var(--ease), border-color var(--dur) var(--ease), background var(--dur) var(--ease);flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.FolderCard-module__SdrzHG__card:hover{border-color:var(--border);background:var(--surface-2);transform:translateY(-2px)}.FolderCard-module__SdrzHG__icon{aspect-ratio:4/3;color:var(--warm);background:color-mix(in srgb, var(--warm) 8%, var(--bg-sunken));border-bottom:1px solid var(--border-soft);place-items:center;display:grid}.FolderCard-module__SdrzHG__body{flex-direction:column;gap:3px;min-width:0;padding:11px 13px 13px;display:flex}.FolderCard-module__SdrzHG__name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:500;overflow:hidden}.FolderCard-module__SdrzHG__renameInput{width:100%;color:var(--text);background:var(--bg-sunken);border:1px solid var(--accent);border-radius:6px;outline:none;padding:3px 6px;font-size:.88rem;font-weight:500}.FolderCard-module__SdrzHG__count{font-family:var(--font-mono);color:var(--muted);font-size:.72rem}.FolderCard-module__SdrzHG__error{color:var(--danger);font-size:.72rem}.FolderCard-module__SdrzHG__confirm{color:var(--text-dim);font-size:.72rem}.FolderCard-module__SdrzHG__link{min-width:0;color:inherit;flex-direction:column;flex:1;text-decoration:none;display:flex}.FolderCard-module__SdrzHG__actions{border:1px solid var(--border);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--surface) 82%, transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity var(--dur-fast) var(--ease);gap:4px;padding:4px;display:flex;position:absolute;top:8px;right:8px}.FolderCard-module__SdrzHG__card:hover .FolderCard-module__SdrzHG__actions,.FolderCard-module__SdrzHG__card:focus-within .FolderCard-module__SdrzHG__actions{opacity:1}@media (hover:none){.FolderCard-module__SdrzHG__actions{opacity:1}}.FolderCard-module__SdrzHG__actions button{width:26px;height:26px;color:var(--text-dim);transition:color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);border-radius:6px;place-items:center;display:grid}.FolderCard-module__SdrzHG__actions button:hover:not(:disabled){color:var(--text);background:var(--surface-3)}.FolderCard-module__SdrzHG__actions [data-danger]:hover:not(:disabled){color:var(--danger)}.FolderCard-module__SdrzHG__actions button:disabled{opacity:.5;cursor:default}
.Viewer-module__WktEGG__backdrop{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:Viewer-module__WktEGG__viewerIn .18s var(--ease) both;background:#080a0eeb;flex-direction:column;display:flex;position:fixed;inset:0}@keyframes Viewer-module__WktEGG__viewerIn{0%{opacity:0}}.Viewer-module__WktEGG__chrome{color:var(--text);align-items:center;gap:14px;padding:14px 18px;display:flex}.Viewer-module__WktEGG__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.9rem;overflow:hidden}.Viewer-module__WktEGG__count{font-family:var(--font-mono);color:var(--muted);font-size:.78rem}.Viewer-module__WktEGG__iconBtn{border-radius:var(--radius-sm);width:34px;height:34px;color:var(--text-dim);transition:color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);flex:none;place-items:center;display:grid}.Viewer-module__WktEGG__iconBtn:hover{color:var(--text);background:#ffffff14}.Viewer-module__WktEGG__stage{flex:1;place-items:center;min-height:0;padding:0 18px 24px;display:grid;position:relative}.Viewer-module__WktEGG__media{object-fit:contain;border-radius:var(--radius-sm);max-width:100%;max-height:100%}video.Viewer-module__WktEGG__media{background:#000;width:auto}.Viewer-module__WktEGG__spinner{border:3px solid #fff3;border-top-color:var(--text);border-radius:50%;width:34px;height:34px;animation:.7s linear infinite Viewer-module__WktEGG__spin;position:absolute}@keyframes Viewer-module__WktEGG__spin{to{transform:rotate(360deg)}}.Viewer-module__WktEGG__nav{width:44px;height:44px;color:var(--text);transition:background var(--dur-fast) var(--ease);background:#ffffff14;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.Viewer-module__WktEGG__nav:hover{background:#ffffff29}.Viewer-module__WktEGG__navPrev{left:14px}.Viewer-module__WktEGG__navNext{right:14px}@media (prefers-reduced-motion:reduce){.Viewer-module__WktEGG__backdrop{animation:none}.Viewer-module__WktEGG__spinner{animation-duration:1.4s}}
.library-module___KnVZa__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;display:grid}.library-module___KnVZa__breadcrumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:18px;font-size:.82rem;display:flex}.library-module___KnVZa__crumb{align-items:center;gap:6px;display:inline-flex}.library-module___KnVZa__breadcrumb a{color:var(--text-dim);text-decoration:none}.library-module___KnVZa__breadcrumb a:hover,.library-module___KnVZa__breadcrumb [aria-current]{color:var(--text)}.library-module___KnVZa__sep{color:var(--faint)}.library-module___KnVZa__toolbar{flex-wrap:wrap;align-items:flex-start;gap:10px;margin-bottom:24px;display:flex}.library-module___KnVZa__newFolder{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.library-module___KnVZa__newFolder input{color:var(--text);background:var(--bg-sunken);border:1px solid var(--border);border-radius:var(--radius-sm);outline:none;padding:8px 10px;font-size:.9rem}.library-module___KnVZa__newFolder input:focus{border-color:var(--accent)}.library-module___KnVZa__error{color:var(--danger);font-size:.78rem}.library-module___KnVZa__selectionBar{color:var(--text);background:var(--accent-soft);border:1px solid var(--accent);border-radius:var(--radius-sm);flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;padding:10px 14px;font-size:.85rem;display:flex}.library-module___KnVZa__selectionBar>span{font-family:var(--font-mono);margin-right:auto;font-size:.78rem}
.Button-module__iYV4-q__btn{border-radius:var(--radius-sm);font-family:var(--font-ui);white-space:nowrap;transition:transform var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:.92rem;font-weight:600;text-decoration:none;display:inline-flex}.Button-module__iYV4-q__btn:active{transform:translateY(0)}.Button-module__iYV4-q__btn:disabled{opacity:.55;cursor:default;box-shadow:none;transform:none}.Button-module__iYV4-q__primary{background:var(--accent);color:#0b0d12}.Button-module__iYV4-q__primary:hover:not(:disabled){background:var(--accent-hi);box-shadow:0 8px 22px -10px var(--accent);transform:translateY(-1px)}.Button-module__iYV4-q__ghost{color:var(--text-dim);border-color:var(--border);background:0 0}.Button-module__iYV4-q__ghost:hover:not(:disabled){color:var(--text);border-color:var(--faint);background:var(--surface)}.Button-module__iYV4-q__danger{color:var(--danger);border-color:var(--danger-soft);background:0 0}.Button-module__iYV4-q__danger:hover:not(:disabled){background:var(--danger-soft);border-color:var(--danger)}
.Field-module__nt9JEW__field{flex-direction:column;gap:7px;width:100%;display:flex}.Field-module__nt9JEW__label{font-family:var(--font-mono);letter-spacing:.13em;text-transform:uppercase;color:var(--muted);font-size:.64rem}.Field-module__nt9JEW__input{background:var(--bg-sunken);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);font-family:var(--font-mono);transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);padding:11px 13px;font-size:.92rem}.Field-module__nt9JEW__input::placeholder{color:var(--faint)}.Field-module__nt9JEW__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.Field-module__nt9JEW__hint{color:var(--faint);font-size:.78rem}
.Logo-module__wacNiq__logo{align-items:center;gap:10px;display:inline-flex}.Logo-module__wacNiq__mark{flex:none}.Logo-module__wacNiq__word{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text);font-size:1.15rem;font-weight:600}
.NavLink-module__LY_2Tq__link{border-radius:var(--radius-sm);color:var(--muted);transition:color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);align-items:center;gap:11px;padding:9px 11px;font-size:.94rem;font-weight:500;text-decoration:none;display:flex}.NavLink-module__LY_2Tq__link:hover{color:var(--text);background:var(--surface)}.NavLink-module__LY_2Tq__link[aria-current=page]{color:var(--text);background:var(--surface-2)}.NavLink-module__LY_2Tq__link[aria-current=page] svg{color:var(--accent)}
.Sidebar-module__WZVnLW__rail{border-right:1px solid var(--border-soft);flex-direction:column;align-self:start;gap:20px;height:100dvh;padding:28px 22px;display:flex;position:sticky;top:0;overflow-y:auto}.Sidebar-module__WZVnLW__brand{border-radius:var(--radius-sm);padding:2px;display:block}.Sidebar-module__WZVnLW__nav{flex-direction:column;gap:3px;display:flex}.Sidebar-module__WZVnLW__spacer{flex:1;min-height:16px}.Sidebar-module__WZVnLW__storage{border:1px solid var(--border-soft);border-radius:var(--radius);background:linear-gradient(180deg, var(--surface) 0%, #14171f00 130%);flex-direction:column;gap:8px;padding:14px;display:flex}.Sidebar-module__WZVnLW__storageHead{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);justify-content:space-between;font-size:.68rem;display:flex}.Sidebar-module__WZVnLW__track{border-radius:var(--radius-pill);background:var(--bg-sunken);height:6px;overflow:hidden}.Sidebar-module__WZVnLW__fill{border-radius:inherit;background:var(--accent);height:100%}.Sidebar-module__WZVnLW__storageText{color:var(--text-dim);font-size:.8rem}.Sidebar-module__WZVnLW__account{align-items:center;gap:10px;display:flex}.Sidebar-module__WZVnLW__avatar{background:var(--accent-soft);width:34px;height:34px;color:var(--accent-hi);font-family:var(--font-mono);border-radius:10px;flex:none;place-items:center;font-size:.72rem;display:grid}.Sidebar-module__WZVnLW__accountText{flex-direction:column;min-width:0;line-height:1.4;display:flex}.Sidebar-module__WZVnLW__accountText b{color:var(--text-dim);white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;font-weight:600;overflow:hidden}.Sidebar-module__WZVnLW__accountText .Sidebar-module__WZVnLW__mono{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.Sidebar-module__WZVnLW__logout{border-radius:var(--radius-sm);color:var(--muted);transition:color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);align-items:center;gap:8px;padding:9px 11px;font-size:.9rem;font-weight:500;display:flex}.Sidebar-module__WZVnLW__logout:hover{color:var(--danger);background:var(--danger-soft)}@media (max-width:860px){.Sidebar-module__WZVnLW__rail{border-right:0;border-bottom:1px solid var(--border-soft);flex-flow:wrap;align-items:center;gap:10px 14px;height:auto;padding:14px clamp(16px,5vw,28px);position:static}.Sidebar-module__WZVnLW__nav{flex-flow:wrap;flex-basis:100%;order:3;gap:4px}.Sidebar-module__WZVnLW__spacer,.Sidebar-module__WZVnLW__storage,.Sidebar-module__WZVnLW__account{display:none}.Sidebar-module__WZVnLW__logout{margin-left:auto}}
.layout-module__4PX5ca__shell{grid-template-columns:var(--rail-width) minmax(0, 1fr);max-width:var(--content-max);min-height:100dvh;margin:0 auto;display:grid}.layout-module__4PX5ca__main{min-width:0;padding:30px clamp(18px,4vw,44px) 80px}@media (max-width:860px){.layout-module__4PX5ca__shell{grid-template-rows:auto 1fr;grid-template-columns:1fr}.layout-module__4PX5ca__main{padding-top:22px}}
.UploadButton-module__vrNPEG__strip{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px;display:flex}.UploadButton-module__vrNPEG__input{display:none}.UploadButton-module__vrNPEG__status{font-family:var(--font-mono);color:var(--muted);font-size:12px}.UploadButton-module__vrNPEG__statusOk{color:var(--success)}.UploadButton-module__vrNPEG__fails{font-family:var(--font-mono);color:var(--danger);background:var(--danger-soft);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;flex-basis:100%;gap:6px;margin:4px 0 0;padding:12px 14px;font-size:12px;line-height:1.5;list-style:none;display:flex}
.settings-module__SLoQRq__sections{flex-direction:column;gap:16px;max-width:620px;display:flex}.settings-module__SLoQRq__section{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);gap:16px;padding:22px;display:grid}.settings-module__SLoQRq__sectionTitle{font-size:1.05rem}.settings-module__SLoQRq__sectionDesc{color:var(--muted);margin-top:4px;font-size:.86rem;line-height:1.5}.settings-module__SLoQRq__form{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.settings-module__SLoQRq__row{grid-template-columns:1fr 1fr;gap:12px;width:100%;display:grid}.settings-module__SLoQRq__readonly{color:var(--text-dim);font-size:.95rem}.settings-module__SLoQRq__message{border-radius:var(--radius-sm);width:100%;padding:9px 12px;font-size:.85rem;line-height:1.45}.settings-module__SLoQRq__ok{border:1px solid color-mix(in srgb, var(--success) 32%, transparent);background:color-mix(in srgb, var(--success) 9%, transparent);color:var(--success)}.settings-module__SLoQRq__err{border:1px solid var(--danger-soft);background:color-mix(in srgb, var(--danger) 9%, transparent);color:var(--danger)}.settings-module__SLoQRq__danger{border-color:var(--danger-soft)}.settings-module__SLoQRq__danger .settings-module__SLoQRq__sectionTitle{color:var(--danger)}@media (max-width:520px){.settings-module__SLoQRq__row{grid-template-columns:1fr}}
.trash-module__xTfpSG__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;display:grid}.trash-module__xTfpSG__confirm{color:var(--text-dim);flex-wrap:wrap;align-items:center;gap:10px;font-size:.85rem;display:flex}
.auth-module__Iay1tq__title{font-size:1.5rem}.auth-module__Iay1tq__lede{color:var(--text-dim);margin-top:6px;margin-bottom:22px;font-size:.95rem;line-height:1.5}.auth-module__Iay1tq__form{flex-direction:column;gap:14px;display:flex}.auth-module__Iay1tq__error{border:1px solid var(--danger-soft);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--danger) 9%, transparent);color:var(--danger);padding:10px 12px;font-size:.86rem;line-height:1.45}.auth-module__Iay1tq__banner{border:1px solid color-mix(in srgb, var(--success) 32%, transparent);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--success) 10%, transparent);color:var(--success);align-items:flex-start;gap:9px;padding:11px 13px;font-size:.88rem;line-height:1.45;display:flex}.auth-module__Iay1tq__banner svg{flex:none;margin-top:1px}.auth-module__Iay1tq__helpText{color:var(--muted);margin-top:6px;font-size:.84rem;line-height:1.5}.auth-module__Iay1tq__devHint{border:1px dashed var(--border);border-radius:var(--radius-sm);font-family:var(--font-mono);color:var(--muted);margin-top:16px;padding:10px 12px;font-size:.74rem;line-height:1.5}.auth-module__Iay1tq__grid2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.auth-module__Iay1tq__submit{width:100%;margin-top:4px}.auth-module__Iay1tq__formRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.auth-module__Iay1tq__remember{color:var(--text-dim);cursor:pointer;align-items:center;gap:8px;font-size:.86rem;display:flex}.auth-module__Iay1tq__remember input{width:15px;height:15px;accent-color:var(--accent)}.auth-module__Iay1tq__link{color:var(--accent-hi);font-size:.86rem;text-decoration:none}.auth-module__Iay1tq__link:hover{text-decoration:underline}.auth-module__Iay1tq__footer{border-top:1px solid var(--border-soft);color:var(--muted);margin-top:20px;padding-top:16px;font-size:.88rem}@media (max-width:420px){.auth-module__Iay1tq__grid2{grid-template-columns:1fr}}
.layout-module__IFsANq__wrap{place-items:center;min-height:100dvh;padding:32px 20px;display:grid;position:relative;overflow:hidden}.layout-module__IFsANq__wrap:before{content:"";aspect-ratio:1;background:radial-gradient(circle, var(--glow) 0%, transparent 62%);opacity:.8;pointer-events:none;width:min(760px,120vw);position:absolute;top:-30vh;left:50%;transform:translate(-50%)}.layout-module__IFsANq__card{background:linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow);padding:32px 30px 28px;position:relative}.layout-module__IFsANq__brand{margin-bottom:20px;display:inline-block}
.page-module___8aEwW__page{place-items:center;min-height:100dvh;padding:40px 20px 64px;display:grid;position:relative;overflow:hidden}.page-module___8aEwW__page:before{content:"";aspect-ratio:1;background:radial-gradient(circle, var(--glow) 0%, transparent 62%);opacity:.85;pointer-events:none;width:min(820px,130vw);position:absolute;top:-34vh;left:50%;transform:translate(-50%)}.page-module___8aEwW__hero{flex-direction:column;align-items:flex-start;gap:18px;width:100%;max-width:540px;display:flex;position:relative}.page-module___8aEwW__heading{text-wrap:balance;font-size:clamp(2rem,5vw,2.9rem);line-height:1.08}.page-module___8aEwW__lede{color:var(--text-dim);text-wrap:pretty;font-size:1.05rem;line-height:1.55}.page-module___8aEwW__actions{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.page-module___8aEwW__points{border-top:1px solid var(--border-soft);flex-direction:column;gap:12px;width:100%;margin-top:18px;padding-top:20px;list-style:none;display:flex}.page-module___8aEwW__points li{color:var(--text-dim);align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.5;display:flex}.page-module___8aEwW__points svg{color:var(--accent);flex:none;margin-top:2px}
.status-module__u2f8Jq__page{background:var(--bg);min-height:100dvh;color:var(--text);place-items:center;padding:32px;display:grid}.status-module__u2f8Jq__card{text-align:center;width:100%;max-width:440px}.status-module__u2f8Jq__code{font-family:var(--font-mono);letter-spacing:.08em;color:var(--muted);font-size:.8rem}.status-module__u2f8Jq__title{font-family:var(--font-display);margin:10px 0 12px;font-size:1.7rem}.status-module__u2f8Jq__lede{color:var(--text-dim);margin-bottom:24px}.status-module__u2f8Jq__actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}
