.auth-page{min-height:100vh;background:#050505;color:#fff;font-family:Inter,system-ui,sans-serif}.auth-split{display:grid;min-height:100vh;grid-template-columns:1fr}@media(min-width:1024px){.auth-split{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr)}}.auth-hero{position:relative;display:none;overflow:hidden;background:#120606}@media(min-width:1024px){.auth-hero{display:flex;flex-direction:column;justify-content:space-between;padding:2.5rem 3rem 2rem}}.auth-hero__bg{position:absolute;inset:0;z-index:0}.auth-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center center}.auth-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#05050526,#0505058c 55%,#050505eb),linear-gradient(90deg,#05050533,#050505bf)}.auth-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;height:100%}.auth-hero__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:#ffffffb8}.auth-hero__logo{margin-top:auto;margin-bottom:auto;padding-block:2rem;text-align:center}.auth-hero__logo-main{font-size:clamp(3rem,6vw,5rem);font-weight:800;letter-spacing:.08em;line-height:1}.auth-hero__logo-dark{color:#f5f5f5;text-shadow:0 0 30px rgba(255,255,255,.15)}.auth-hero__logo-match{background:linear-gradient(180deg,#ff4d63,#8b0018);-webkit-background-clip:text;background-clip:text;color:transparent}.auth-hero__tagline{margin-top:1.25rem;max-width:34rem;margin-inline:auto;font-size:1.05rem;line-height:1.65;color:#ffffffe0}.auth-hero__sub{margin-top:.75rem;font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;color:#ffffff8c}.auth-hero__features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.auth-hero__feature{text-align:center}.auth-hero__feature-icon{display:inline-flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#ff4d63}.auth-hero__feature-label{margin-top:.65rem;font-size:.62rem;font-weight:700;letter-spacing:.12em;line-height:1.35;color:#ffffffb8}.auth-hero__badges{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.25rem}.auth-hero__badge{padding:.45rem .8rem;border-radius:9999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;font-size:.62rem;font-weight:700;letter-spacing:.08em;color:#ffffffb8}.auth-panel{display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem 1.25rem 2.5rem;background:#050505}@media(min-width:640px){.auth-panel{padding:3rem 2.5rem}}.auth-card{width:min(100%,460px);margin-inline:auto;padding:2rem 1.75rem 1.65rem;border-radius:1.25rem;border:1px solid rgba(255,255,255,.07);background:#0c0c0cf5;box-shadow:0 0 0 1px #ffffff05 inset,0 24px 64px #0000008c}@media(min-width:640px){.auth-card{padding:2.25rem 2rem 2rem}}.auth-form{display:flex;flex-direction:column}.auth-form__header{margin-bottom:.25rem}.auth-form__fields{display:flex;flex-direction:column}.auth-card__eyebrow{display:flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#a50f18}.auth-card__eyebrow:before{content:"—";color:#a50f18;font-weight:400}.auth-card__title{margin:.75rem 0 0;font-size:clamp(1.75rem,4vw,2.15rem);font-weight:800;letter-spacing:.02em;line-height:1.15;color:#fff}.auth-card__intro{margin:.65rem 0 0;font-size:.92rem;line-height:1.55;color:#9a9a9a}.auth-google{display:inline-flex;width:fit-content;max-width:100%;align-self:center;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;border-radius:9999px;border:1px solid rgba(255,255,255,.1);background:#f3f3f3;padding:.5rem .85rem;font:inherit;font-size:.8rem;font-weight:600;color:#111;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background .2s ease}.auth-google svg{width:17px;height:17px;flex-shrink:0}.auth-google:hover{background:#ebebeb}.auth-google span{text-decoration:none}.auth-divider{display:flex;align-items:center;gap:.85rem;margin-block:1.25rem 1.15rem;font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#5a5a5a}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#ffffff12}.auth-label{display:block;margin-bottom:.5rem;font-size:.65rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#ececec}.auth-input{display:block;width:100%;box-sizing:border-box;border-radius:.75rem;border:1px solid rgba(0,0,0,.08);background:#ececec;padding:.875rem 1rem;font:inherit;font-size:.95rem;color:#111;outline:none;transition:box-shadow .2s ease,border-color .2s ease,background .2s ease}.auth-input::placeholder{color:#757575}.auth-input:focus{border-color:#ff335073;background:#f5f5f5;box-shadow:0 0 0 3px #ff33501f}.auth-input-wrap{position:relative}.auth-input--password{padding-right:2.75rem}.auth-input-toggle{position:absolute;top:50%;right:.65rem;display:inline-flex;align-items:center;justify-content:center;padding:.25rem;border:none;background:transparent;color:#666;cursor:pointer;transform:translateY(-50%);transition:color .15s ease}.auth-input-toggle:hover{color:#111}.auth-strength{margin-top:.65rem}.auth-strength__bar{display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem}.auth-strength__segment{height:.28rem;border-radius:9999px;background:#ffffff14;transition:background .2s ease}.auth-strength__segment.is-active.auth-strength__segment--weak{background:#ef4444}.auth-strength__segment.is-active.auth-strength__segment--fair{background:#f59e0b}.auth-strength__segment.is-active.auth-strength__segment--good{background:#84cc16}.auth-strength__segment.is-active.auth-strength__segment--strong{background:#22c55e}.auth-strength__label{margin:.45rem 0 0;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.auth-strength__label--weak{color:#ef4444}.auth-strength__label--fair{color:#f59e0b}.auth-strength__label--good{color:#84cc16}.auth-strength__label--strong{color:#22c55e}.auth-strength__checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem .75rem;margin:.5rem 0 0;padding:0;list-style:none;font-size:.72rem;color:#666}.auth-strength__checks li{position:relative;padding-left:.95rem}.auth-strength__checks li:before{content:"○";position:absolute;left:0;color:#555}.auth-strength__checks li.is-met{color:#9a9a9a}.auth-strength__checks li.is-met:before{content:"●";color:#22c55e}.auth-field{margin-bottom:1.1rem}.auth-field--tight{margin-bottom:.35rem}.auth-forgot{display:flex;justify-content:flex-end;margin-top:0}.auth-form__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.55rem}.auth-remember{display:inline-flex;align-items:center;gap:.5rem;font-size:.82rem;line-height:1.3;color:#9a9a9a;cursor:pointer;user-select:none}.auth-remember input{margin:0;accent-color:#b00020}.auth-forgot a{font-size:.8rem;color:#7a7a7a;text-decoration:none}.auth-forgot a:hover{color:#a50f18}.auth-submit{display:grid;grid-template-columns:1.25rem 1fr 1.25rem;align-items:center;width:100%;margin-top:1.15rem;border:none;border-radius:9999px;background:linear-gradient(180deg,#a50f18,#7a0e14 55%,#5c0a0f);padding:1rem 1.35rem;font:inherit;font-size:1rem;font-weight:700;color:#fff;cursor:pointer;box-shadow:0 0 0 1px #ffffff14 inset,0 10px 28px #b0002073,0 0 40px #ff2b4526;transition:filter .15s ease,transform .15s ease}.auth-submit:hover:not(:disabled){filter:brightness(1.06)}.auth-submit:active:not(:disabled){transform:translateY(1px)}.auth-submit:disabled{opacity:.65;cursor:wait}.auth-submit__icon{display:inline-flex;align-items:center;justify-content:center;opacity:.95}.auth-submit__label{text-align:center}.auth-switch{margin-top:1.25rem;text-align:center;font-size:.88rem;color:#7a7a7a}.auth-switch a{color:#a50f18;font-weight:600;text-decoration:none}.auth-switch a:hover{text-decoration:underline}.auth-footnote{margin-top:1.35rem;text-align:center;font-size:.8rem;color:#5a5a5a}.auth-footnote a{color:#a50f18;text-decoration:none}.auth-footnote a:hover{text-decoration:underline}.auth-error{margin-top:1rem;margin-bottom:0;border-radius:.75rem;border:1px solid rgba(239,68,68,.35);background:#ef44441a;padding:.8rem .95rem;font-size:.86rem;line-height:1.45;color:#fecaca}.auth-error--list{list-style:none;padding-left:.95rem;padding-right:.95rem}.auth-error--list li+li{margin-top:.35rem}.auth-checkbox{display:flex;align-items:flex-start;gap:.75rem;margin-top:.15rem;font-size:.86rem;line-height:1.55;color:#a8a8a8}.auth-checkbox input{margin-top:.2rem;flex-shrink:0;accent-color:#7a0e14}.auth-checkbox a{color:#a50f18;text-decoration:none}.auth-checkbox a:hover{text-decoration:underline}.auth-hint{margin-top:.45rem;font-size:.76rem;line-height:1.4;color:#666}
