html.auth-page{--auth-surface:#171218;--auth-surface-dim:#171218;--auth-surface-container-low:#201a20;--auth-surface-container:#241e24;--auth-surface-container-high:#2e282f;--auth-surface-container-highest:#39333a;--auth-surface-container-lowest:#120c13;--auth-surface-bright:#3e373e;--auth-surface-variant:#39333a;--auth-on-surface:#ebdfe9;--auth-on-surface-variant:#cdc4cb;--auth-on-background:#ebdfe9;--auth-on-tertiary-container:#7e7e7c;--auth-outline:#968e95;--auth-outline-variant:#4a454b;--auth-primary:#e9c176;--auth-on-primary:#412d00;--auth-primary-fixed:#ffdea5;--auth-secondary:#a4d2ac;--auth-on-secondary:#0c381e;--auth-error:#ffb4ab;--auth-on-error-container:#ffdad6;--auth-error-container:#93000a;--auth-success:#96c39f;--auth-card-shadow:0 12px 32px #0006;--auth-radius-xl:.5rem;--auth-radius-lg:.25rem;background-color:var(--auth-surface);color:var(--auth-on-surface);-webkit-font-smoothing:antialiased;min-height:100%;font-family:Manrope,system-ui,sans-serif}html.auth-page[dir=rtl]{font-family:Tajawal,Manrope,system-ui,sans-serif;font-size:16px}html.auth-page[dir=rtl] .auth-card__title,html.auth-page[dir=rtl] .auth-page__brand-mark{font-family:Tajawal,serif;font-style:normal}html.auth-page[dir=rtl] .auth-field__label,html.auth-page[dir=rtl] .auth-link,html.auth-page[dir=rtl] .auth-page__footer{letter-spacing:.06em}html.auth-page body{min-height:100%;color:inherit;background:0 0;margin:0;font-family:inherit}html.auth-page *,html.auth-page :before,html.auth-page :after{box-sizing:border-box}.auth-page__bg{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.auth-page__bg-blob1{background:color-mix(in srgb, var(--auth-primary) 8%, transparent);filter:blur(120px);border-radius:50%;width:40%;height:40%;position:absolute;top:-10%;left:-10%}.auth-page__bg-blob2{background:color-mix(in srgb, var(--auth-surface-container-highest) 20%, transparent);filter:blur(100px);border-radius:50%;width:30%;height:50%;position:absolute;top:20%;right:-5%}.auth-page__grain{opacity:.05;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.auth-page__shell{z-index:1;flex-direction:column;min-height:100vh;display:flex;position:relative}html.auth-page.auth-page--with-catalog-nav .auth-page__shell{padding-top:calc(var(--nav-h) + 10px)}html.auth-page.auth-page--with-catalog-nav .auth-page__main{flex-direction:column;justify-content:flex-start;align-items:center;padding-top:clamp(1.7rem,5vh,2.8rem);padding-bottom:3rem}.auth-page__header{justify-content:center;align-items:center;padding:2.5rem 2rem;display:flex}.auth-page__brand{color:inherit;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;display:flex}.auth-page__brand-mark{letter-spacing:-.02em;color:var(--auth-primary);font-family:Newsreader,Georgia,serif;font-size:clamp(1.75rem,4vw,2.25rem);font-style:italic}.auth-page__brand-logo{-o-object-fit:contain;object-fit:contain;width:auto;height:2.5rem}.auth-page__brand-rule{background:color-mix(in srgb, var(--auth-outline-variant) 30%, transparent);width:3rem;height:1px}.auth-page__main{flex:1;justify-content:center;align-items:center;padding:1.5rem 1.5rem 5rem;display:flex}.auth-page__main-inner{width:100%;max-width:440px}.auth-page__footer{letter-spacing:.2em;text-transform:uppercase;color:color-mix(in srgb, var(--auth-on-tertiary-container) 40%, transparent);flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.5rem;font-size:.75rem;font-weight:600;display:flex}.auth-page__footer-links{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.auth-page__footer-links a{color:inherit;text-decoration:none;transition:color .2s}.auth-page__footer-links a:hover{color:var(--auth-primary)}.auth-card{background:color-mix(in srgb, var(--auth-surface-container-low) 80%, transparent);-webkit-backdrop-filter:blur(20px);border-radius:var(--auth-radius-xl);box-shadow:var(--auth-card-shadow);border:1px solid color-mix(in srgb, var(--auth-outline-variant) 10%, transparent);padding:2rem;position:relative;overflow:hidden}@media (width>=768px){.auth-card{padding:3rem}}.auth-card:before{content:"";background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--auth-primary) 40%, transparent), transparent);height:3px;position:absolute;top:0;left:0;right:0}.auth-card__header{text-align:center;margin-bottom:2.5rem}.auth-card__title{letter-spacing:-.02em;color:var(--auth-on-surface);margin:0 0 .5rem;font-family:Newsreader,Georgia,serif;font-size:clamp(1.5rem,4vw,1.875rem);font-style:italic}.auth-card__subtitle{color:var(--auth-on-surface-variant);margin:0;font-size:.875rem;line-height:1.5}.auth-card__prose{color:var(--auth-on-surface-variant);margin-bottom:1.25rem;font-size:.875rem;line-height:1.6}.auth-card__actions-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.auth-card__actions-stack{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.auth-card__actions-stack form{width:100%}.auth-card__footer-text{text-align:center;color:var(--auth-on-surface-variant);margin-top:2rem;font-size:.875rem}.auth-field{margin-bottom:1.5rem}.auth-field__label{letter-spacing:.12em;text-transform:uppercase;color:var(--auth-on-surface-variant);margin-bottom:.375rem;padding-left:.25rem;font-size:.75rem;font-weight:600;display:block}.auth-field__label-row{justify-content:space-between;align-items:flex-end;margin-bottom:.375rem;padding-left:.25rem;display:flex}.auth-field__input{width:100%;color:var(--auth-on-surface);background:color-mix(in srgb, var(--auth-surface-container-lowest) 50%, transparent);border:none;border-bottom:1px solid color-mix(in srgb, var(--auth-outline-variant) 30%, transparent);border-radius:0;outline:none;padding:.75rem .25rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.auth-field__input::placeholder{color:color-mix(in srgb, var(--auth-on-tertiary-container) 40%, transparent)}.auth-field__input:focus{border-bottom-color:var(--auth-primary)}select.auth-field__input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' viewBox='0 0 12 8'%3E%3Cpath stroke='%23cdc4cb' stroke-linecap='round' stroke-width='1.5' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");background-position:right .35rem center;background-repeat:no-repeat;padding-right:1.75rem}[dir=rtl] select.auth-field__input{background-position:.35rem;padding-left:1.75rem;padding-right:.35rem}.auth-field__error{color:var(--auth-error);margin-top:.375rem;font-size:.8125rem}.auth-field__error ul{margin:0;padding-left:1rem}.auth-check{align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.auth-check__input{width:1rem;height:1rem;accent-color:var(--auth-primary);border-radius:.125rem}.auth-check__label{color:var(--auth-on-surface-variant);font-size:.875rem}.auth-btn-primary{width:100%;color:var(--auth-on-primary);background:var(--auth-primary);border-radius:var(--auth-radius-lg);cursor:pointer;border:none;justify-content:center;align-items:center;margin-top:1rem;padding:1rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:700;transition:background .2s,transform .15s;display:inline-flex;box-shadow:0 4px 14px #00000040}.auth-btn-primary:hover{background:var(--auth-primary-fixed);color:var(--auth-on-primary)}.auth-btn-primary:active{transform:scale(.98)}.auth-btn-ghost{color:var(--auth-on-surface-variant);cursor:pointer;text-underline-offset:4px;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:600;text-decoration:underline;display:inline-flex}.auth-btn-ghost:hover{color:var(--auth-on-surface)}.auth-link{letter-spacing:.12em;text-transform:uppercase;color:var(--auth-primary);font-size:.625rem;font-weight:600;text-decoration:none;transition:color .2s}.auth-link:hover{color:var(--auth-primary-fixed)}.auth-link--inline{font-size:inherit;letter-spacing:normal;text-transform:none;margin-left:.25rem;font-weight:700}.auth-alert{border-radius:var(--auth-radius-lg);background:color-mix(in srgb, var(--auth-surface-container-high) 80%, transparent);color:var(--auth-on-surface-variant);border:1px solid color-mix(in srgb, var(--auth-outline-variant) 15%, transparent);margin-bottom:1rem;padding:.75rem 1rem;font-size:.8125rem}.auth-alert--success{color:var(--auth-success);border-color:color-mix(in srgb, var(--auth-secondary) 35%, transparent)}.auth-alert--error{color:var(--auth-on-error-container);background:color-mix(in srgb, var(--auth-error-container) 35%, transparent);border-color:color-mix(in srgb, var(--auth-error) 25%, transparent)}
