@charset "UTF-8";.toasts-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.625rem;width:min(420px,100vw - 2rem);pointer-events:none}@keyframes toast-slide-in{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}@keyframes toast-slide-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(120%)}}.toast{--toast-accent: #6b7280;--toast-accent-soft: #f3f4f6;position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:flex-start;gap:.75rem;padding:.875rem;background:#fff;color:#1f2937;border:1px solid rgba(15,23,42,.06);border-left:3px solid var(--toast-accent);border-radius:12px;box-shadow:0 10px 25px -5px #0f172a1f,0 8px 10px -6px #0f172a0f;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.45;pointer-events:auto;cursor:default;animation:toast-slide-in .32s cubic-bezier(.4,0,.2,1) both;will-change:transform,opacity}.toast--exit{animation:toast-slide-out .28s cubic-bezier(.4,0,.2,1) both}.toast__icon{display:inline-flex;align-items:center;justify-content:center;width:1.875rem;height:1.875rem;flex-shrink:0;border-radius:8px;background:var(--toast-accent-soft);color:var(--toast-accent)}.toast__icon svg{display:block}.toast__body{min-width:0;display:flex;flex-direction:column;gap:.125rem;padding-top:.1875rem}.toast__title{margin:0;font-size:.8125rem;font-weight:600;color:#111827;letter-spacing:-.005em}.toast__message{margin:0;color:#4b5563;font-size:.8125rem;line-height:1.45;word-break:break-word}.toast__close{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;margin:0;padding:0;background:transparent;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;flex-shrink:0;transition:color .15s ease,background-color .15s ease}.toast__close svg{display:block}.toast__close:hover{color:#1f2937;background:#0f172a0f}.toast__close:focus-visible{outline:2px solid rgba(255,107,53,.4);outline-offset:1px}.toast--notice{--toast-accent: #10B981;--toast-accent-soft: #d1fae5}.toast--alert{--toast-accent: #F59E0B;--toast-accent-soft: #fef3c7}.toast--error{--toast-accent: #EF4444;--toast-accent-soft: #fee2e2}@media (max-width: 640px){.toasts-container{top:auto;bottom:1rem;left:1rem;right:1rem;width:auto}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(120%)}to{opacity:1;transform:translateY(0)}}@keyframes toast-slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(120%)}}}@media (prefers-reduced-motion: reduce){.toast,.toast--exit{animation-duration:.01ms}}.logo{--logo-be: #1F2937;--logo-in: #1F2937;--logo-touch: #FF6B35;--logo-be-underline: #FF6B35;display:inline-block;line-height:1}.logo-text{font-family:Inter,sans-serif;font-weight:700;font-size:3rem;letter-spacing:-.03em;display:inline-flex;align-items:baseline;white-space:nowrap}@media (max-width: 768px){.logo-text{font-size:1.75rem}}.logo-be{position:relative;color:var(--logo-be);padding-bottom:.06em}.logo-be:after{content:"";position:absolute;left:.02em;right:.02em;bottom:0;height:.11em;background:var(--logo-be-underline);border-radius:999px;opacity:.9}.logo-in{color:var(--logo-in)}.logo-touch{color:var(--logo-touch)}@font-face{font-family:Inter;src:url("/assets/Inter-VariableFont_opsz,wght-c6876acd.ttf") format("truetype-variations");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url("/assets/Inter-Italic-VariableFont_opsz,wght-69d93774.ttf") format("truetype-variations");font-weight:100 900;font-style:italic;font-display:swap}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;font-size:1rem;line-height:1.5;color:#1f2937;background:#fff;min-height:100vh}a{color:#ff6b35;text-decoration:none}a:hover{color:#ff4602}.auth-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);min-height:100vh}@media (max-width: 960px){.auth-layout{grid-template-columns:1fr}}.auth-hero{display:flex;flex-direction:column;justify-content:space-between;gap:2.5rem;min-height:100vh;padding:clamp(2rem,5vw,3.5rem);background:#ff6b35;color:#fff}@media (max-width: 960px){.auth-hero{min-height:auto;gap:1.25rem;padding:1.5rem 1.25rem 1.75rem}}.auth-hero__top{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.auth-hero__logo{display:inline-flex;align-items:center}.auth-hero__logo .logo{--logo-be: #fff;--logo-in: #fff;--logo-touch: #ffe0d2;--logo-be-underline: rgba(255, 255, 255, .85)}.auth-hero__logo .logo-text{font-size:clamp(1.75rem,3vw,2.25rem)}.auth-hero__badge{display:inline-flex;align-items:center;gap:.45rem;padding:.3rem .6rem;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:#ffffff24;border:1px solid rgba(255,255,255,.28);border-radius:4px}.auth-hero__badge:before{content:"";width:.375rem;height:.375rem;border-radius:4px;background:#fff}.auth-hero__copy{max-width:28rem}.auth-hero__title{font-size:clamp(2rem,3.4vw,2.75rem);font-weight:750;letter-spacing:-.02em;line-height:1.1;margin:0 0 .85rem;color:#fff}.auth-hero__title em{font-style:normal;color:#fff7f2;text-decoration:underline;text-decoration-thickness:.12em;text-underline-offset:.12em}.auth-hero__subtitle{font-size:1.0625rem;line-height:1.45;color:#ffffffe0;margin:0;max-width:26rem}.auth-hero__features{list-style:none;margin:0;padding:0;display:grid;gap:.55rem;max-width:28rem}@media (max-width: 960px){.auth-hero__features{display:none}}.auth-hero__features li{margin:0;padding:0}.auth-hero__feature{display:flex;align-items:flex-start;gap:.7rem;margin:0;cursor:pointer;user-select:none}.auth-hero__feature-input{position:absolute;opacity:0;width:1px;height:1px;margin:0;pointer-events:none}.auth-hero__feature-box{flex-shrink:0;width:1.15rem;height:1.15rem;margin-top:.15rem;border:1.5px solid rgba(255,255,255,.85);border-radius:4px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:transparent;transition:background-color .12s,border-color .12s}.auth-hero__feature-icon{width:.7rem;height:.7rem;display:block;transform:translateY(.5px) scale(.85);opacity:0;transition:opacity .12s,transform .12s}.auth-hero__feature-input:checked+.auth-hero__feature-box{background:#ffffff29;border-color:#fff}.auth-hero__feature-input:checked+.auth-hero__feature-box .auth-hero__feature-icon{opacity:1;transform:translateY(.5px) scale(1)}.auth-hero__feature-input:focus-visible+.auth-hero__feature-box{outline:2px solid rgba(255,255,255,.7);outline-offset:2px}.auth-hero__feature-text{font-size:.9375rem;line-height:1.4;color:#fffffff2}.auth-hero__feature:hover .auth-hero__feature-box{border-color:#fff}.auth-panel{display:flex;align-items:center;justify-content:center;width:100%;min-height:100vh;padding:clamp(1.5rem,4vw,3rem);background:#fff}@media (max-width: 960px){.auth-panel{min-height:auto;padding:1.5rem 1.25rem 2.5rem;align-items:flex-start}}.auth-card{width:100%;max-width:24rem;background:#fff;border:none;border-radius:0;padding:0}.auth-card__header{margin-bottom:1.5rem}.auth-card__title{font-size:1.625rem;font-weight:700;color:#1f2937;margin:0 0 .4rem;letter-spacing:-.01em}.auth-card__subtitle{font-size:.9375rem;color:#6b7280;margin:0}.auth-card__footer{margin-top:1.5rem;padding-top:1.15rem;border-top:1px solid #E5E7EB;text-align:center;font-size:.875rem;color:#6b7280}.auth-card__link{color:#ff6b35;font-weight:600;margin-left:.25rem}.auth-card__link:hover{color:#ff4602}.auth-fields{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.auth-field-group{display:flex;flex-direction:column}.auth-field{display:flex;flex-direction:column;gap:.375rem;position:relative}.auth-field__label-row{display:flex;align-items:center;justify-content:space-between}.auth-field__label{font-size:.8125rem;font-weight:500;color:#6b7280}.auth-field__hint{font-size:.75rem;color:#9ca3af;margin:.3125rem 0 0}.auth-field__forgot{font-size:.75rem;color:#ff6b35;font-weight:500}.auth-field__forgot:hover{color:#ff4602}.auth-field__forgot--below{align-self:flex-end;margin-top:.375rem}.auth-field__control{position:relative;display:flex;align-items:stretch}.auth-field__control .field_with_errors{flex:1 1 auto;min-width:0;width:100%;align-self:stretch}.auth-field__icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#9ca3af;width:1rem;height:1rem;display:inline-flex;align-items:center;pointer-events:none;z-index:2;transition:color .12s}.auth-field__icon svg{width:100%;height:100%}.auth-field__toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);height:1.875rem;width:1.875rem;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;transition:background .12s,color .12s;z-index:2}.auth-field__toggle:hover{background:#f9fafb;color:#6b7280}.auth-field__toggle:focus-visible{outline:2px solid rgba(255,107,53,.45);outline-offset:1px}.auth-field__toggle svg{width:1rem;height:1rem}.auth-field__toggle .auth-field__toggle-icon--off,.auth-field__toggle[aria-pressed=true] .auth-field__toggle-icon--on{display:none}.auth-field__toggle[aria-pressed=true] .auth-field__toggle-icon--off{display:block}.auth-field__toggle[aria-pressed=true]{color:#ff6b35}.auth-field__input{width:100%;height:2.75rem;padding:0 .875rem 0 2.625rem;border:1px solid #f0e0d6;border-radius:4px;font-size:.9375rem;color:#1f2937;background:#fff;transition:border-color .12s,box-shadow .12s;box-sizing:border-box;font-family:inherit}.auth-field__input::placeholder{color:#9ca3af}.auth-field__input:hover:not(:disabled):not(:focus){border-color:#fdba8c}.auth-field__input:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b352e}.auth-field__input:focus~.auth-field__icon,.auth-field__input:focus+.auth-field__icon{color:#ff6b35}.auth-field__input:disabled{background:#fff;cursor:not-allowed}.auth-field .field_with_errors .auth-field__input{border-color:#ef4444;background:#fee2e2}.auth-field .field_with_errors .auth-field__input:focus{border-color:#ef4444;background:#fff}.auth-field--has-toggle .auth-field__input{padding-right:2.875rem}.auth-remember{display:inline-flex;align-items:center;gap:.625rem;max-width:max-content;cursor:pointer;line-height:1.2}.auth-remember>input[type=hidden]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.auth-remember__checkbox{appearance:none;-webkit-appearance:none;box-sizing:border-box;flex-shrink:0;width:1.125rem;height:1.125rem;margin:0;border:1.5px solid #f0e0d6;border-radius:4px;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .12s,border-color .12s,box-shadow .12s}.auth-remember__checkbox:after{content:"";width:.7rem;height:.7rem;margin-top:1px;background:no-repeat center/contain;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.2 6.2L4.8 8.8L9.8 3.2' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");opacity:0;transform:scale(.85);transition:opacity .12s,transform .12s}.auth-remember__checkbox:checked{background:#ff6b35;border-color:#ff6b35}.auth-remember__checkbox:checked:after{opacity:1;transform:scale(1)}.auth-remember__checkbox:focus-visible{outline:2px solid rgba(255,107,53,.45);outline-offset:2px}.auth-remember__label{font-size:.8125rem;line-height:1.2;color:#6b7280;cursor:pointer;user-select:none}.auth-remember:hover .auth-remember__checkbox:not(:checked){border-color:#9ca3af}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #FF6B35;border-radius:4px;font-family:inherit;font-weight:600;cursor:pointer;transition:background-color .12s,border-color .12s;text-decoration:none;background:#ff6b35;color:#fff}.btn:hover:not(:disabled){background:#e85a24;border-color:#e85a24;color:#fff}.btn:focus-visible:not(:disabled){outline:2px solid rgba(255,107,53,.45);outline-offset:2px}.btn:active:not(:disabled){background:#d14f1c;border-color:#d14f1c}.auth-submit{position:relative;width:100%;height:2.75rem;font-size:.9375rem}.auth-submit[aria-busy=true]{color:transparent;cursor:progress}.auth-submit[aria-busy=true]:after{content:"";position:absolute;top:50%;left:50%;width:1.125rem;height:1.125rem;margin:-.5625rem 0 0 -.5625rem;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#error_explanation,.auth-errors{background:#fee2e2;border:1px solid #fecaca;border-radius:4px;padding:.75rem .875rem;margin-bottom:1.125rem;font-size:.8125rem;color:#b91c1c;display:flex;flex-direction:column;gap:.25rem}#error_explanation h2,.auth-errors h2{font-size:.8125rem;font-weight:600;margin:0;display:flex;align-items:center;gap:.4375rem}#error_explanation h2:before,.auth-errors h2:before{content:"!";width:1rem;height:1rem;border-radius:4px;background:#ef4444;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700}#error_explanation ul,.auth-errors ul{margin:0;padding-left:.5rem;list-style:none}#error_explanation li:before,.auth-errors li:before{content:"\2022";margin-right:.4375rem;color:#ef4444}.auth-notice{display:flex;gap:.625rem;align-items:flex-start;background:#fff;border:1px solid #f0e0d6;border-left:3px solid #FF6B35;border-radius:4px;padding:.75rem .875rem;font-size:.8125rem;color:#1f2937;margin-bottom:1.125rem}.auth-notice svg{flex-shrink:0;margin-top:.0625rem;color:#ff6b35}
