.toasts-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;max-width:400px;width:90vw}.toast{position:relative;color:#fff;padding:1rem 2rem 1rem 1.5rem;border-radius:4px;box-shadow:0 4px 6px -1px #0000001a;transform:translate(150%);opacity:0;transition:all .4s ease-in;will-change:transform,opacity}.toast--enter{transform:translate(0);opacity:1}.toast--exit{transform:translate(100%);opacity:0}.toast--notice{background:#10b981}.toast--alert{background:#f59e0b}.toast--error{background:#ef4444}.toast__close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;cursor:pointer;opacity:.7;transition:opacity .2s;color:#fff}.toast__close:hover{opacity:1}@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:#f8fafc}a{color:#3b82f6;text-decoration:none}a:hover{color:#2563eb}.auth-layout{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}@media (max-width: 768px){.auth-layout{grid-template-columns:1fr}}.auth-brand{background:linear-gradient(145deg,#1a1a2e,#16213e,#0f3460);display:flex;align-items:center;justify-content:center;padding:3rem;position:relative;overflow:hidden}.auth-brand:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(255,107,53,.15) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(99,102,241,.1) 0%,transparent 50%);pointer-events:none}@media (max-width: 768px){.auth-brand{display:none}}.auth-brand__inner{position:relative;z-index:1;max-width:26rem}.auth-brand__logo{margin-bottom:3rem}.auth-brand__logo svg,.auth-brand__logo img{filter:brightness(0) invert(1)}.auth-brand__title{font-size:2rem;font-weight:700;color:#fff;line-height:1.25;margin:0 0 1rem}.auth-brand__subtitle{font-size:1rem;color:#ffffffa6;margin:0 0 2rem}.auth-brand__features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.auth-brand__features li{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;color:#fffc}.auth-brand__features li:before{content:"";display:inline-block;width:1.25rem;height:1.25rem;flex-shrink:0;background:#ff6b35e6;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.auth-panel{display:flex;align-items:center;justify-content:center;padding:2rem;background:#f8fafc}.auth-card{width:100%;max-width:26rem;background:#fff;border-radius:1rem;box-shadow:0 4px 24px #00000014,0 1px 4px #0000000a;padding:2.5rem}.auth-card__header{margin-bottom:2rem}.auth-card__title{font-size:1.625rem;font-weight:700;color:#111827;margin:0 0 .375rem}.auth-card__subtitle{font-size:.9375rem;color:#6b7280;margin:0}.auth-card__footer{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#6b7280}.auth-card__link{color:#ff6b35;font-weight:600}.auth-card__link:hover{color:#ff4602}.auth-fields{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.auth-field{display:flex;flex-direction:column;gap:.375rem}.auth-field__label-row{display:flex;align-items:center;justify-content:space-between}.auth-field__label{font-size:.875rem;font-weight:500;color:#374151}.auth-field__forgot{font-size:.8125rem;color:#ff6b35;font-weight:500}.auth-field__forgot:hover{color:#ff4602}.auth-field__input{width:100%;height:2.75rem;padding:0 .875rem;border:1.5px solid #e5e7eb;border-radius:.5rem;font-size:.9375rem;color:#111827;background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box;font-family:inherit}.auth-field__input::placeholder{color:#9ca3af}.auth-field__input:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b3526}.auth-remember{display:flex;align-items:center;gap:.5rem}.auth-remember__checkbox{width:1rem;height:1rem;border-radius:.25rem;accent-color:#FF6B35;cursor:pointer}.auth-remember__label{font-size:.875rem;color:#374151;cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:.5rem;font-family:inherit;font-weight:600;cursor:pointer;transition:background .15s,box-shadow .15s,transform .1s;text-decoration:none;background:#ff6b35;color:#fff}.btn:hover{background:#ff4d0c}.btn:active{transform:translateY(1px)}.auth-submit{width:100%;height:2.875rem;font-size:1rem;box-shadow:0 2px 8px #ff6b3559}.auth-submit:hover{box-shadow:0 4px 12px #ff6b3573}#error_explanation,.auth-errors{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:.875rem 1rem;margin-bottom:1.25rem;font-size:.875rem;color:#b91c1c}#error_explanation h2,.auth-errors h2{font-size:.875rem;font-weight:600;margin:0 0 .375rem}#error_explanation ul,.auth-errors ul{margin:0;padding-left:1rem}#error_explanation li,.auth-errors li{margin:.125rem 0}
