@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap");.auth-shell-root{min-height:100svh;display:flex;flex-direction:column;color-scheme:light;font-family:Inter,system-ui,sans-serif}.auth-shell-main,.auth-shell-splash{align-items:center;justify-content:center}.auth-shell-main{flex:1;display:flex;flex-direction:column;padding:4rem 1.5rem}.auth-shell-panel{width:100%;max-width:22.5rem}.auth-shell-overline{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#0077b6}.auth-shell-title{margin:.5rem 0 0;font-size:1.5rem;font-weight:700;letter-spacing:.025em;line-height:1.25;color:#03045e}.auth-shell-subtitle{margin:.25rem 0 0;font-size:.875rem;font-weight:600;color:#0077b6}.auth-shell-legal{margin:.5rem 0 0;text-align:center;font-size:.75rem;color:#5b7a99}.auth-shell-footer{padding:0 1.5rem 1.5rem;text-align:center;font-family:JetBrains Mono,ui-monospace,monospace;font-size:.6875rem;color:#5b7a99}.auth-field-gap{margin-top:.75rem}.auth-field-label{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#0077b6}.auth-field-input{height:2.5rem;width:100%;border:0;border-bottom:2px solid #90e0ef;border-radius:0;background:#caf0f8;padding:0 .75rem;font-family:inherit;font-size:.875rem;color:#03045e;outline:none}.auth-field-input:focus{border-bottom-color:#00b4d8;box-shadow:0 2px 0 0 rgba(0,180,216,.25)}.auth-help-fab{position:fixed;right:1.5rem;bottom:1.5rem;z-index:50;display:flex;width:2.75rem;height:2.75rem;align-items:center;justify-content:center;border:0;border-radius:9999px;background:#03045e;color:#ffffff;box-shadow:0 8px 20px rgba(3,4,94,.28);cursor:pointer}.auth-help-fab:hover{background:#0077b6}.auth-help-fab:focus-visible{outline:2px solid #00b4d8;outline-offset:3px}