.modal-backdrop.svelte-f0nq8h{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:var(--z-modal-backdrop, 9998);display:flex;align-items:center;justify-content:center;padding:1rem}.modal-content.svelte-f0nq8h{position:relative;background:#00000080;backdrop-filter:blur(30px) saturate(150%);-webkit-backdrop-filter:blur(30px) saturate(150%);border:1px solid rgba(255,255,255,.2);border-radius:0;padding:3rem 2rem 2rem;max-width:480px;width:100%;box-shadow:0 0 60px #ffffff14,inset 0 0 30px #ffffff08,0 1px #ffffff1a;animation:svelte-f0nq8h-modalGlow 3s ease-in-out infinite alternate}@keyframes svelte-f0nq8h-modalGlow{0%{box-shadow:0 0 60px #ffffff14,inset 0 0 30px #ffffff08,0 1px #ffffff1a}to{box-shadow:0 0 80px #ffffff1f,inset 0 0 40px #ffffff0d,0 1px #ffffff26}}.close-button.svelte-f0nq8h{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#ffffff80;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.close-button.svelte-f0nq8h:hover{background:#ffffff0d;color:#fffc}.modal-header.svelte-f0nq8h{text-align:center;margin-bottom:1.5rem}.modal-brand.svelte-f0nq8h{font-family:"Neulis",var(--font-sans);font-size:2.5rem;font-weight:600;letter-spacing:-.03em;color:#000;line-height:.8;margin-bottom:1.5rem;text-shadow:-.5px -.5px 0 #ffffff,.5px -.5px 0 #ffffff,-.5px .5px 0 #ffffff,.5px .5px 0 #ffffff,0 0 8px rgba(255,255,255,.9),0 0 16px rgba(255,255,255,.7),0 0 24px rgba(255,255,255,.5);-webkit-text-stroke:.5px #ffffff}.brand-separator.svelte-f0nq8h{margin:0 .2em;opacity:.7}.modal-header.svelte-f0nq8h h2:where(.svelte-f0nq8h){font-family:"Neulis Sans",var(--font-sans);font-size:.75rem;font-weight:300;letter-spacing:.3em;color:#ffffff80;text-transform:uppercase;margin:0}.code-input-section.svelte-f0nq8h{margin-bottom:2rem}.code-inputs.svelte-f0nq8h{display:flex;gap:.75rem;justify-content:center}.code-digit.svelte-f0nq8h{width:48px;height:56px;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:0;color:#fff;font-family:var(--font-mono, monospace);font-size:1.5rem;font-weight:300;text-align:center;transition:all .3s cubic-bezier(.25,.46,.45,.94);outline:none;caret-color:#fff;-webkit-text-fill-color:#ffffff;position:relative}.code-digit.svelte-f0nq8h:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#fff;transform:scaleX(0);transition:transform .3s ease}.code-digit.svelte-f0nq8h:focus{border-color:#fff9;background:#ffffff26;box-shadow:0 0 0 1px #fff3,0 0 20px #ffffff1a;transform:translateY(-2px)}.code-digit.svelte-f0nq8h:focus:after{transform:scaleX(1)}.code-digit.svelte-f0nq8h:not(:-moz-placeholder){background:#ffffff1f;border-color:#fff6;color:#fff;font-weight:400}.code-digit.svelte-f0nq8h:not(:placeholder-shown){background:#ffffff1f;border-color:#fff6;color:#fff;font-weight:400}.submit-button.svelte-f0nq8h{width:100%;padding:.875rem 1.5rem;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:0;font-family:"Neulis Sans",var(--font-sans);font-size:.75rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);margin-bottom:1.5rem}.submit-button.svelte-f0nq8h:hover:not(:disabled){background:#ffffff26;border-color:#ffffffb3;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #fff3}.submit-button.svelte-f0nq8h:disabled{opacity:.3;cursor:not-allowed;border-color:#ffffff1a}.submit-button.loading.svelte-f0nq8h{position:relative;color:#ffffff80}.loading-spinner.svelte-f0nq8h{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:svelte-f0nq8h-spin .8s linear infinite;margin-right:.5rem;vertical-align:middle}@keyframes svelte-f0nq8h-spin{to{transform:rotate(360deg)}}.status-message.svelte-f0nq8h{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;margin-bottom:1rem;border-radius:0;font-size:.75rem;font-family:var(--font-sans);letter-spacing:.05em;animation:svelte-f0nq8h-slideDown .3s ease-out}@keyframes svelte-f0nq8h-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.status-message.error.svelte-f0nq8h{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.status-message.success.svelte-f0nq8h{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#86efac}.help-text.svelte-f0nq8h{text-align:center}.help-text.svelte-f0nq8h p:where(.svelte-f0nq8h){font-family:var(--font-sans);font-size:.75rem;color:#fff9;margin:0;line-height:1.5}.help-button.svelte-f0nq8h{background:none;border:none;color:#fffc;cursor:pointer;font-family:inherit;font-size:inherit;padding:0;margin-left:.25rem;text-decoration:none;transition:color .2s ease;display:inline-flex;align-items:center;gap:.25rem;position:relative}.help-button.svelte-f0nq8h:hover{color:#fff}.help-button.svelte-f0nq8h:after{content:"Contact us";position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%) scale(.9);background:#000000e6;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.625rem;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;pointer-events:none}.help-button.svelte-f0nq8h:hover:after{opacity:1;visibility:visible;transform:translate(-50%) scale(1)}@media (max-width: 640px){.modal-content.svelte-f0nq8h{padding:2.5rem 1.5rem 1.5rem;max-width:calc(100% - 2rem)}.modal-brand.svelte-f0nq8h{font-size:2rem;margin-bottom:1rem}.modal-header.svelte-f0nq8h h2:where(.svelte-f0nq8h){font-size:.625rem;letter-spacing:.2em}.code-inputs.svelte-f0nq8h{gap:.5rem}.code-digit.svelte-f0nq8h{width:42px;height:48px;font-size:1.25rem}.submit-button.svelte-f0nq8h{font-size:.7rem;padding:.75rem 1rem;letter-spacing:.15em}.help-text.svelte-f0nq8h p:where(.svelte-f0nq8h){font-size:.7rem}}@media (max-width: 480px){.modal-brand.svelte-f0nq8h{font-size:1.75rem}.code-digit.svelte-f0nq8h{width:38px;height:44px;font-size:1.125rem}.code-inputs.svelte-f0nq8h{gap:.375rem}}@media (prefers-reduced-motion: reduce){.modal-content.svelte-f0nq8h{animation:none}.code-digit.svelte-f0nq8h{transition:none}.code-digit.svelte-f0nq8h:after{transition:none}.loading-spinner.svelte-f0nq8h{animation:none;opacity:.7}.status-message.svelte-f0nq8h{animation:none}}body:has(.login-container){margin:0;padding:0;overflow:hidden}.login-container.svelte-8k30lk{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000;display:flex;align-items:center;justify-content:center;overflow:visible;z-index:1;isolation:isolate;opacity:0;transition:opacity .3s ease,background .3s ease}.login-container.loaded.svelte-8k30lk{opacity:1}.light .login-container.svelte-8k30lk{background:#fff}.light .brand-text.svelte-8k30lk{color:#000;text-shadow:none;-webkit-text-stroke:none}.light .brand-separator.svelte-8k30lk{color:#000000b3}.light .brand-tagline.svelte-8k30lk{color:#00000080}.login-header.svelte-8k30lk{position:fixed;top:1rem;left:2rem;right:2rem;display:flex;justify-content:space-between;align-items:center;z-index:1000}.light .login-box.svelte-8k30lk{background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1);box-shadow:0 0 60px #0000000d,inset 0 0 30px #00000003,0 1px #0000000d}.light .form-input.svelte-8k30lk{background:#00000005!important;border:1px solid rgba(0,0,0,.1)!important;color:#000!important;-webkit-text-fill-color:#000000!important}.light .form-input.svelte-8k30lk::-moz-placeholder{color:#0006!important;-webkit-text-fill-color:rgba(0,0,0,.4)!important}.light .form-input.svelte-8k30lk::placeholder{color:#0006!important;-webkit-text-fill-color:rgba(0,0,0,.4)!important}.light .form-input.svelte-8k30lk:focus{border-color:#0000004d!important;background:#0000000a!important;box-shadow:0 0 0 1px #0000001a}.light .password-toggle.svelte-8k30lk{color:#00000080}.light .password-toggle.svelte-8k30lk:hover{color:#000c}.light .submit-button.svelte-8k30lk{background:#0000000d;color:#000;border:1px solid rgba(0,0,0,.4)}.light .submit-button.svelte-8k30lk:hover:not(:disabled){background:#0000001a;border-color:#0009;color:#000}.light .google-button.svelte-8k30lk{background:transparent;color:#000;border:1px solid rgba(0,0,0,.2)}.light .google-button.svelte-8k30lk:hover:not(:disabled){background:#0000000a;border-color:#0000004d}.light .loading-spinner.svelte-8k30lk{border-color:#0003;border-top-color:#000000e6}.content-wrapper.svelte-8k30lk{position:relative;z-index:10;text-align:center;width:100%;max-width:480px;padding:2rem;display:flex;flex-direction:column;align-items:center;overflow:visible}.back-link.svelte-8k30lk{display:flex;align-items:left;gap:.25rem;color:#00f!important;text-decoration:none!important;font-family:"Neulis Sans",var(--font-sans);font-size:.625rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase;transition:all .15s ease;opacity:1;text-shadow:none;padding-left:1rem}.back-link.svelte-8k30lk :where(.svelte-8k30lk){text-decoration:none!important}html.dark .back-link.svelte-8k30lk,body.dark .back-link.svelte-8k30lk,.dark .back-link.svelte-8k30lk,[data-theme=dark] .back-link.svelte-8k30lk,[data-theme=auth] .back-link.svelte-8k30lk{color:#fff!important;text-shadow:0 0 10px rgba(255,255,255,.8),0 0 20px rgba(255,255,255,.6),0 0 30px rgba(255,255,255,.4)!important}html.light .back-link.svelte-8k30lk,body.light .back-link.svelte-8k30lk,.light .back-link.svelte-8k30lk,[data-theme=light] .back-link.svelte-8k30lk{color:#00f!important;text-shadow:none!important;opacity:.9}html.dark .back-link.svelte-8k30lk:hover,body.dark .back-link.svelte-8k30lk:hover,.dark .back-link.svelte-8k30lk:hover,[data-theme=dark] .back-link.svelte-8k30lk:hover,[data-theme=auth] .back-link.svelte-8k30lk:hover{color:#fff!important;text-shadow:0 0 15px rgba(255,255,255,1),0 0 25px rgba(255,255,255,.8),0 0 35px rgba(255,255,255,.6)!important;transform:translate(-2px)}html.light .back-link.svelte-8k30lk:hover,body.light .back-link.svelte-8k30lk:hover,.light .back-link.svelte-8k30lk:hover,[data-theme=light] .back-link.svelte-8k30lk:hover{color:#00f!important;opacity:1;transform:translate(-2px);text-shadow:none!important}.back-arrow.svelte-8k30lk{font-size:.75rem;transition:transform .15s ease;color:inherit}.back-link.svelte-8k30lk:hover .back-arrow:where(.svelte-8k30lk){transform:translate(-2px)}.back-text.svelte-8k30lk{font-size:.625rem;font-weight:400;margin-right:.125rem;color:inherit;text-decoration:none!important}html.dark .login-container.svelte-8k30lk .back-link:where(.svelte-8k30lk) .logo-text,body.dark .login-container.svelte-8k30lk .back-link:where(.svelte-8k30lk) .logo-text,.dark .login-container.svelte-8k30lk .back-link:where(.svelte-8k30lk) .logo-text,[data-theme=dark] .login-container.svelte-8k30lk .back-link:where(.svelte-8k30lk) .logo-text,[data-theme=auth] .login-container.svelte-8k30lk .back-link:where(.svelte-8k30lk) .logo-text{color:#fff!important;text-shadow:inherit!important}html.light .login-container.svelte-8k30lk .back-link:where(.svelte-8k30lk) .logo-text,body.light .login-container.svelte-8k30lk .back-link:where(.svelte-8k30lk) .logo-text,.light .login-container.svelte-8k30lk .back-link:where(.svelte-8k30lk) .logo-text,[data-theme=light] .login-container.svelte-8k30lk .back-link:where(.svelte-8k30lk) .logo-text{color:#00f!important;text-shadow:none!important}html.dark .login-container.svelte-8k30lk .back-link:where(.svelte-8k30lk):hover .logo-text,body.dark .login-container.svelte-8k30lk .back-link:where(.svelte-8k30lk):hover .logo-text,.dark .login-container.svelte-8k30lk .back-link:where(.svelte-8k30lk):hover .logo-text,[data-theme=dark] .login-container.svelte-8k30lk .back-link:where(.svelte-8k30lk):hover .logo-text,[data-theme=auth] .login-container.svelte-8k30lk .back-link:where(.svelte-8k30lk):hover .logo-text{color:#fff!important;text-shadow:inherit!important}html.light .login-container.svelte-8k30lk .back-link:where(.svelte-8k30lk):hover .logo-text,body.light .login-container.svelte-8k30lk .back-link:where(.svelte-8k30lk):hover .logo-text,.light .login-container.svelte-8k30lk .back-link:where(.svelte-8k30lk):hover .logo-text,[data-theme=light] .login-container.svelte-8k30lk .back-link:where(.svelte-8k30lk):hover .logo-text{color:#00f!important;text-shadow:none!important}[data-theme=auth] a,[data-theme=auth] a:link,[data-theme=auth] a:visited{color:inherit}.branding.svelte-8k30lk{margin-bottom:1.5rem;width:100%;position:relative;overflow:visible;padding:0 2rem}.brand-logo.svelte-8k30lk{position:relative;display:flex;align-items:center;justify-content:center;height:auto;overflow:visible;padding:0}.brand-text.svelte-8k30lk{font-family:"Neulis",var(--font-sans);font-size:4rem;font-weight:600;letter-spacing:-.03em;color:#fff;position:relative;z-index:1;line-height:.8;opacity:1;text-shadow:-.5px -.5px 0 #ffffff,.5px -.5px 0 #ffffff,-.5px .5px 0 #ffffff,.5px .5px 0 #ffffff,0 0 6px rgba(255,255,255,.8),0 0 12px rgba(255,255,255,.5);-webkit-text-stroke:.5px #ffffff;white-space:nowrap;margin:0;padding:.5rem 1rem;display:inline-block}.brand-separator.svelte-8k30lk{margin:0 .2em;opacity:.7}.brand-divider.svelte-8k30lk{display:none}.brand-tagline.svelte-8k30lk{font-family:"Neulis Sans",var(--font-sans);font-size:.625rem;font-weight:300;letter-spacing:.3em;color:#ffffff4d;text-transform:uppercase;display:block;text-align:center;margin-top:2rem;opacity:.6}.login-box.svelte-8k30lk{background:#00000080;backdrop-filter:blur(30px) saturate(150%);-webkit-backdrop-filter:blur(30px) saturate(150%);border:1px solid rgba(255,255,255,.2);border-radius:0;padding:3rem 2rem;box-shadow:0 0 60px #ffffff14,inset 0 0 30px #ffffff08,0 1px #ffffff1a;width:100%;max-width:620px;margin:4rem auto 0;position:relative;z-index:10;transform:translateZ(0);will-change:transform}.login-title.svelte-8k30lk{display:none}.login-form.svelte-8k30lk{display:flex;flex-direction:column;gap:1rem}.form-field.svelte-8k30lk{position:relative}.form-input.svelte-8k30lk{width:100%;padding:1rem 3rem 1rem .5rem;background:#0000004d!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:0;color:#fff!important;font-family:"Neulis Sans",var(--font-sans);font-size:1rem;font-weight:400;transition:all .2s ease;outline:none;-webkit-text-fill-color:#ffffff!important;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;caret-color:#fff!important}input.form-input.svelte-8k30lk{color:#fff!important;-webkit-text-fill-color:#ffffff!important}input.form-input.svelte-8k30lk:not(:-moz-placeholder){color:#fff!important;-webkit-text-fill-color:#ffffff!important}input.form-input.svelte-8k30lk:not(:placeholder-shown){color:#fff!important;-webkit-text-fill-color:#ffffff!important}.form-input.svelte-8k30lk::-moz-placeholder{color:#ffffff80!important;font-weight:300;text-transform:none;-webkit-text-fill-color:rgba(255,255,255,.5);opacity:1}.form-input.svelte-8k30lk::placeholder{color:#ffffff80!important;font-weight:300;text-transform:none;-webkit-text-fill-color:rgba(255,255,255,.5);opacity:1}[data-theme=light] .form-input.svelte-8k30lk::-moz-placeholder{color:#0000004d}[data-theme=light] .form-input.svelte-8k30lk::placeholder{color:#0000004d}.form-input.svelte-8k30lk:focus{border-color:#fff6!important;background:#0006!important;box-shadow:0 0 0 1px #ffffff1a;color:#fff!important;-webkit-text-fill-color:#ffffff!important}.form-input.svelte-8k30lk:disabled{opacity:.7;cursor:not-allowed;color:#fff}.password-wrapper.svelte-8k30lk{position:relative}.password-toggle.svelte-8k30lk{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#ffffff80;cursor:pointer;padding:.5rem;width:auto;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.password-toggle.svelte-8k30lk:hover{color:#fffc}.error-message.svelte-8k30lk{font-family:"Neulis Sans",var(--font-sans);font-size:.625rem;color:#fff9;text-align:left;margin-top:-.25rem;padding:.25rem .5rem;border-left:2px solid #ff6b6b;background:#ff6b6b1a}.light .error-message.svelte-8k30lk{color:#dc2626;background:#dc26260d;border-left-color:#dc2626}.rate-limit-help.svelte-8k30lk{margin-top:.5rem}.rate-limit-help.svelte-8k30lk p:where(.svelte-8k30lk){font-size:.75rem;color:#fff9;margin:0}.light .rate-limit-help.svelte-8k30lk p:where(.svelte-8k30lk){color:#0009}.reset-link.svelte-8k30lk{color:#ffffffe6;text-decoration:underline;transition:all .2s ease;text-shadow:0 0 6px rgba(255,255,255,.5),0 0 12px rgba(255,255,255,.3)}.light .reset-link.svelte-8k30lk{color:#00f;text-shadow:none}.reset-link.svelte-8k30lk:hover{color:#fff;text-shadow:0 0 8px rgba(255,255,255,.7),0 0 16px rgba(255,255,255,.5)}.light .reset-link.svelte-8k30lk:hover{color:#00f;opacity:1}.submit-button.svelte-8k30lk{width:100%;padding:1rem 0;background:#ffffff14;color:#fffffff2;border:1px solid rgba(255,255,255,.4);border-radius:0;font-family:"Neulis Sans",var(--font-sans);font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .15s ease;margin-top:2rem;display:flex;align-items:center;justify-content:center;min-height:48px;position:relative;box-shadow:0 2px 4px #0003}.submit-button.svelte-8k30lk:hover:not(:disabled){background:#ffffff26;border-color:#ffffffb3;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.submit-button.svelte-8k30lk:disabled{opacity:.4;cursor:not-allowed;color:#ffffff80}.loading-spinner.svelte-8k30lk{width:16px;height:16px;border:2px solid rgba(255,255,255,.2);border-top-color:#ffffffe6;border-radius:50%;animation:svelte-8k30lk-spin .8s linear infinite}@keyframes svelte-8k30lk-spin{to{transform:rotate(360deg)}}.divider.svelte-8k30lk{display:flex;align-items:center;gap:1rem;margin:2rem 0;font-family:"Neulis Sans",var(--font-sans);font-size:.625rem;color:#fff;opacity:.6;text-transform:uppercase;letter-spacing:.2em}.light .divider.svelte-8k30lk{color:#0006}.divider.svelte-8k30lk span:where(.svelte-8k30lk):first-child,.divider.svelte-8k30lk span:where(.svelte-8k30lk):last-child{flex:1;height:1px;background:#ffffff26}.light .divider.svelte-8k30lk span:where(.svelte-8k30lk):first-child,.light .divider.svelte-8k30lk span:where(.svelte-8k30lk):last-child{background:#0000001a}.google-button.svelte-8k30lk{width:100%;padding:1rem 0;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);opacity:.8;border-radius:0;font-family:"Neulis Sans",var(--font-sans);font-size:.875rem;font-weight:400;letter-spacing:.1em;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:48px;text-decoration:none}.google-button.svelte-8k30lk:hover:not(:disabled){color:#fff;background:#ffffff0d;border-color:#fff6}.google-button.svelte-8k30lk:disabled{opacity:.3;cursor:not-allowed}.google-icon.svelte-8k30lk{width:18px;height:18px;flex-shrink:0}.footer-links.svelte-8k30lk{margin-top:3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;font-family:"Neulis Sans",var(--font-sans);font-size:.8125rem}.link.svelte-8k30lk{color:#00f!important;opacity:.9;text-decoration:none!important;transition:all .15s ease;font-weight:300;text-transform:none;letter-spacing:.02em;border-bottom:1px solid transparent;text-shadow:none}html.dark .link.svelte-8k30lk,body.dark .link.svelte-8k30lk,.dark .link.svelte-8k30lk,[data-theme=dark] .link.svelte-8k30lk,[data-theme=auth] .link.svelte-8k30lk{color:#fff!important;text-shadow:0 0 8px rgba(255,255,255,.6),0 0 16px rgba(255,255,255,.4)!important}html.light .link.svelte-8k30lk,body.light .link.svelte-8k30lk,.light .link.svelte-8k30lk,[data-theme=light] .link.svelte-8k30lk{color:#00f!important;opacity:.8;text-shadow:none!important}html.dark .link.svelte-8k30lk:hover,body.dark .link.svelte-8k30lk:hover,.dark .link.svelte-8k30lk:hover,[data-theme=dark] .link.svelte-8k30lk:hover,[data-theme=auth] .link.svelte-8k30lk:hover{opacity:1;color:#fff!important;border-bottom-color:#fffc;text-shadow:0 0 10px rgba(255,255,255,.8),0 0 20px rgba(255,255,255,.6)!important}html.light .link.svelte-8k30lk:hover,body.light .link.svelte-8k30lk:hover,.light .link.svelte-8k30lk:hover,[data-theme=light] .link.svelte-8k30lk:hover{color:#00f!important;opacity:1;border-bottom-color:#00f;text-shadow:none!important}html.dark .link.svelte-8k30lk:visited,body.dark .link.svelte-8k30lk:visited,.dark .link.svelte-8k30lk:visited,[data-theme=dark] .link.svelte-8k30lk:visited,[data-theme=auth] .link.svelte-8k30lk:visited{color:#fff!important;opacity:.9}html.light .link.svelte-8k30lk:visited,body.light .link.svelte-8k30lk:visited,.light .link.svelte-8k30lk:visited,[data-theme=light] .link.svelte-8k30lk:visited{color:#00f!important;opacity:.8}@media (max-width: 768px){.brand-text.svelte-8k30lk{font-size:4rem}}@media (max-width: 640px){.content-wrapper.svelte-8k30lk{padding:1rem;max-width:100%;overflow:visible}.branding.svelte-8k30lk{padding:0 1rem}.login-header.svelte-8k30lk{top:1rem;left:1rem;right:1rem}.brand-text.svelte-8k30lk{font-size:3rem;line-height:.85;font-weight:600;letter-spacing:-.03em;color:#fff;text-shadow:-.5px -.5px 0 #ffffff,.5px -.5px 0 #ffffff,-.5px .5px 0 #ffffff,.5px .5px 0 #ffffff,0 0 6px rgba(255,255,255,.6),0 0 12px rgba(255,255,255,.4);-webkit-text-stroke:.5px #ffffff}.brand-separator.svelte-8k30lk{margin:0 .15em;opacity:.7}.brand-tagline.svelte-8k30lk{font-size:.625rem}.brand-divider.svelte-8k30lk{width:60px;height:1px;margin:1rem auto .5rem}.login-box.svelte-8k30lk{padding:1rem;border:none;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.login-title.svelte-8k30lk{font-size:.6875rem}.form-input.svelte-8k30lk{font-size:.6875rem;padding:.375rem}.submit-button.svelte-8k30lk,.google-button.svelte-8k30lk{font-size:.625rem;padding:.375rem;min-height:32px}.footer-links.svelte-8k30lk{font-size:.6875rem}.back-link.svelte-8k30lk{position:fixed;top:1rem;left:1rem;bottom:auto;font-size:.625rem}.divider.svelte-8k30lk{margin:1rem 0;font-size:.6875rem}.google-icon.svelte-8k30lk{width:14px;height:14px}}@media (max-width: 480px){.content-wrapper.svelte-8k30lk{padding:.75rem}.brand-text.svelte-8k30lk{font-size:2rem;line-height:.8;font-weight:600;letter-spacing:-.03em;color:#fff;text-shadow:-.5px -.5px 0 #ffffff,.5px -.5px 0 #ffffff,-.5px .5px 0 #ffffff,.5px .5px 0 #ffffff,0 0 5px rgba(255,255,255,.5);-webkit-text-stroke:.5px #ffffff}.brand-separator.svelte-8k30lk{margin:0 .1em;opacity:.7}.brand-tagline.svelte-8k30lk{font-size:.5rem}.brand-divider.svelte-8k30lk{width:40px;height:1px;margin:.75rem auto .5rem}.login-box.svelte-8k30lk{padding:.75rem}.login-title.svelte-8k30lk{font-size:.625rem;margin-bottom:.75rem}.form-field.svelte-8k30lk{margin-bottom:.5rem}.form-input.svelte-8k30lk{font-size:.625rem;padding:.3125rem}.submit-button.svelte-8k30lk,.google-button.svelte-8k30lk{font-size:.5625rem;padding:.3125rem;min-height:28px}}
