*{box-sizing:border-box}html{color-scheme:light}body.auth-page{margin:0;min-height:100vh;min-height:100dvh;font-family:Inter,Tahoma,system-ui,-apple-system,"Segoe UI",sans-serif;color:#101828;background:radial-gradient(circle at 82% 18%,rgba(201,162,78,.16),transparent 32%),radial-gradient(circle at 18% 82%,rgba(122,18,48,.10),transparent 28%),linear-gradient(135deg,#fff,#f7f4ef);display:grid;place-items:center;padding:24px}.auth-card{width:min(450px,100%);background:rgba(255,255,255,.96);border:1px solid rgba(16,24,40,.12);border-radius:30px;padding:34px;box-shadow:0 34px 100px rgba(15,23,42,.14)}.auth-brand{display:flex;align-items:center;gap:14px;margin-bottom:24px}.auth-logo{width:54px;height:54px;border-radius:16px;background:#07111f;display:grid;place-items:center;color:#c9a24e;font-size:28px;font-weight:900}.auth-brand strong{display:block;font-size:26px;font-weight:950;letter-spacing:-.04em}.auth-brand span{display:block;color:#475467;font-size:12px;font-weight:750;margin-top:3px}.auth-copy{margin:0 0 20px;color:#344054;line-height:1.7;font-size:15px}.auth-alert{padding:13px 14px;border-radius:16px;background:#fef3f2;color:#8f1d18;border:1px solid rgba(180,35,24,.3);font-weight:850;font-size:13px;margin-bottom:14px}.auth-notice{padding:13px 14px;border-radius:16px;background:#ecfdf3;color:#05603a;border:1px solid rgba(6,118,71,.26);font-weight:850;font-size:13px;margin-bottom:14px}.auth-field{margin-bottom:14px}.auth-field label{display:block;margin:0 0 8px;font-size:12px;font-weight:900;color:#344054}.auth-field input{width:100%;min-height:52px;border:1px solid #98a2b3;border-radius:16px;padding:13px 14px;background:#fff;color:#101828;font:inherit;font-size:16px}.auth-field input:focus-visible,.auth-submit:focus-visible,.auth-links a:focus-visible{outline:3px solid #1d4ed8;outline-offset:3px;box-shadow:0 0 0 4px rgba(29,78,216,.2)}.auth-submit{width:100%;min-height:52px;margin-top:8px;border:0;border-radius:17px;cursor:pointer;color:#fff;background:linear-gradient(135deg,#7a1230,#a41948 70%,#8b6338 130%);font-weight:950;font-size:15px;box-shadow:0 18px 38px rgba(122,18,48,.2)}.auth-links{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:18px;color:#475467;font-size:13px}.auth-links a{color:#7a1230;font-weight:850;text-underline-offset:.2em}.auth-card h1{font-size:2rem;line-height:1.2;margin:0 0 12px}.auth-help{font-size:13px;color:#475467;line-height:1.65}html[dir=rtl] body.auth-page{font-family:Tahoma,"Segoe UI",Arial,sans-serif;line-height:1.75}html[dir=rtl] .auth-brand strong{letter-spacing:0}html[dir=rtl] input[type=email]{direction:ltr;text-align:left}@media(max-width:480px){body.auth-page{padding:14px}.auth-card{padding:24px;border-radius:23px}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(forced-colors:active){.auth-submit{border:1px solid ButtonText}}
