:root{color:var(--app-text);background:var(--app-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--app-bg:#fff;--app-surface:#fff;--app-surface-2:#fffdfb;--app-text:#111827;--app-text-soft:#3f3f46b3;--app-border:#d4d4d8;--app-muted:#71717a;--app-accent:#bfa57c;--app-accent-soft:#bfa57c29;--app-link:#0f172a;--app-brand:#0f172a;--app-footer:#52525b;--app-footer-divider:#d4d4d880;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}:root[data-theme=dark]{--app-bg:#111827;--app-surface:#1f2937;--app-surface-2:#0f172a;--app-text:#f8fafc;--app-text-soft:#e2e8f0b8;--app-border:#374151;--app-muted:#cbd5e1;--app-accent:#d8b98b;--app-accent-soft:#d8b98b2e;--app-link:#f8fafc;--app-brand:#f8fafc;--app-footer:#cbd5e1;--app-footer-divider:#94a3b859}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100vh;margin:0}body{background:var(--app-bg)}a{color:inherit;text-decoration:none}button,input{font:inherit}button{border:0}img{max-width:100%;display:block}#root{min-height:100vh}.auth-page{background:var(--app-bg);min-height:100vh;color:var(--app-text);flex-direction:column;justify-content:flex-start;align-items:center;gap:28px;padding:20px 24px 40px;transition:background-color .18s,color .18s;display:flex}.auth-page__header{justify-content:space-between;align-items:center;gap:16px;width:min(100%,834px);padding:0 16px;display:flex}.auth-brand{color:var(--app-brand);font-family:Liberation Serif,Georgia,Times New Roman,serif;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;line-height:1.2}.auth-theme-toggle{width:40px;height:40px;color:var(--app-muted);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.auth-theme-toggle__icon{object-fit:contain;opacity:1;width:24px;height:24px;transition:filter .18s,opacity .18s;display:block}.auth-page[data-theme=dark] .auth-theme-toggle__icon{filter:brightness(0)invert();opacity:.96}.auth-page__main{flex:1;justify-content:center;align-items:center;width:100%;padding:28px 0 0;display:flex}.auth-card{flex-direction:column;align-items:center;gap:32px;width:min(100%,862px);padding:40px 24px;display:flex}.auth-card--login{width:min(100%,520px)}.auth-card--register{gap:24px;width:min(100%,448px)}.auth-card__logo-wrap{background:var(--app-surface);border-radius:12px;width:80px;height:80px;overflow:hidden;box-shadow:0 1px 2px #0000000d}.auth-card__logo{object-fit:cover;width:100%;height:100%}.auth-card__logo-wrap--register{background:var(--app-surface-2);border-radius:10px;width:64px;height:64px}.auth-card__heading{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.auth-card__heading--register{gap:2px}.auth-card__heading h1{color:var(--app-text);margin:0;font-family:Liberation Serif,Georgia,Times New Roman,serif;font-size:clamp(2rem,3vw,2.5rem);font-weight:700;line-height:1.15}.auth-card__heading p{color:var(--app-text-soft);margin:0;font-size:1.125rem;line-height:1.5}.auth-form{flex-direction:column;gap:24px;width:min(100%,360px);display:flex}.auth-form--register{gap:20px;width:100%}.auth-field{flex-direction:column;gap:8px;display:flex}.auth-field__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.auth-field__label{color:var(--app-footer);letter-spacing:.08em;font-size:.75rem;font-weight:600;line-height:1.25rem}.auth-field__link{color:var(--app-link);letter-spacing:.04em;font-size:.75rem;font-weight:600;line-height:1.25rem}.auth-field__control{border:1px solid var(--app-border);background:var(--app-surface);min-height:48px;color:var(--app-muted);border-radius:4px;align-items:center;transition:border-color .16s,box-shadow .16s;display:flex;position:relative}.auth-field__control:focus-within{border-color:var(--app-accent);box-shadow:0 0 0 3px var(--app-accent-soft)}.auth-field__control input{width:100%;min-width:0;color:var(--app-muted);background:0 0;border:0;outline:0;padding:12px 14px 12px 44px;font-size:1rem}.auth-field__control--password input{padding-right:44px}.auth-field__icon,.auth-field__toggle-icon{width:20px;height:20px;color:var(--app-muted);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.auth-field__icon{left:12px}.auth-field__toggle-icon{width:21px;height:21px;color:var(--app-muted)}.auth-field__toggle{width:24px;height:24px;color:var(--app-muted);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.auth-field__toggle[aria-pressed=true]{color:var(--app-link)}.auth-submit{color:#111827;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(#ead7b7 0%,#dec29a 100%);border-radius:4px;min-height:52px;font-size:.875rem;font-weight:700;box-shadow:0 1px 2px #0000000d}.auth-submit:hover{filter:brightness(.98)}.auth-status{border-radius:6px;margin:0;padding:12px 14px;font-size:.875rem;line-height:1.5}.auth-status--success{color:#86efac;background:#22c55e1f;border:1px solid #22c55e59}.auth-status--info{color:#bfdbfe;background:#93c5fd1f;border:1px solid #93c5fd59}.auth-status--error{color:#fecaca;background:#f871711f;border:1px solid #f8717166}.auth-card__register{color:var(--app-footer);justify-content:center;align-items:center;gap:6px;margin:0;font-size:1.125rem;line-height:1.5;display:flex}.auth-card__register--register{font-size:.875rem}.auth-card__register a{color:var(--app-link);font-weight:700}.auth-card__switch{color:var(--app-link);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.auth-register__extra{flex-direction:column;gap:16px;display:flex}.auth-policy{grid-template-columns:16px 1fr;align-items:start;gap:0 12px;display:grid}.auth-policy__check{flex:0 0 16px;justify-content:center;align-items:center;width:16px;height:16px;margin-top:3px;display:inline-flex;position:relative}.auth-policy__check input{opacity:0;cursor:pointer;margin:0;position:absolute;inset:0}.auth-policy__check-box{border:1px solid var(--app-border);background:var(--app-surface);border-radius:2px;width:16px;height:16px}.auth-policy__check input:checked+.auth-policy__check-box{border-color:var(--app-accent);background:var(--app-accent)}.auth-policy__check input:checked+.auth-policy__check-box:after{content:"";border-bottom:2px solid #111827;border-right:2px solid #111827;width:4px;height:8px;margin:1px 0 0 5px;display:block;transform:rotate(45deg)}.auth-policy__button{color:var(--app-link);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-self:start;padding:0;font-size:.875rem;font-weight:600;line-height:1.5}.auth-policy__button:hover{text-underline-offset:2px;text-decoration:underline}.auth-modal{z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.auth-check{color:var(--app-footer);align-items:center;gap:12px;font-size:.875rem;line-height:1.5;display:inline-flex}.auth-check input{width:16px;height:16px;accent-color:var(--app-accent);margin:0}.auth-modal__dialog{border:1px solid var(--app-border);background:var(--app-surface);width:min(100%,640px);max-height:min(80vh,760px);color:var(--app-text);border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 24px 60px #0000003d}.auth-modal__header{border-bottom:1px solid var(--app-border);justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 24px 16px;display:flex}.auth-modal__header h2{color:var(--app-text);margin:0;font-family:Liberation Serif,Georgia,Times New Roman,serif;font-size:clamp(1.5rem,2vw,2rem);font-weight:700;line-height:1.2}.auth-modal__close{width:32px;height:32px;color:var(--app-muted);cursor:pointer;background:0 0;border-radius:999px;flex:none;font-size:24px;line-height:1}.auth-modal__close:hover{background:var(--app-surface-2);color:var(--app-text)}.auth-modal__content{color:var(--app-footer);padding:20px 24px;font-size:.9375rem;line-height:1.7;overflow:auto}.auth-modal__content p{margin:0 0 14px}.auth-modal__content p:last-child{margin-bottom:0}.auth-modal__footer{border-top:1px solid var(--app-border);padding:16px 24px 24px}.auth-modal__confirm{color:#111827;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:linear-gradient(#ead7b7 0%,#dec29a 100%);border-radius:4px;width:100%;min-height:48px;font-size:.875rem;font-weight:700}.auth-modal__confirm:hover{filter:brightness(.98)}.auth-modal__confirm:focus-visible,.auth-modal__close:focus-visible,.auth-policy__button:focus-visible,.auth-card__switch:focus-visible,.auth-field__toggle:focus-visible,.auth-theme-toggle:focus-visible{outline:2px solid var(--app-accent);outline-offset:2px}.auth-submit:disabled{cursor:not-allowed;opacity:.55;filter:none}@media (width<=640px){.auth-page{gap:20px;padding:16px 16px 24px}.auth-page__header{padding-left:0;padding-right:0}.auth-card{gap:28px;padding:24px 0 32px}.auth-card--register{padding:24px 0 28px}.auth-form{width:100%}.auth-form--register{gap:18px}.auth-card__register{text-align:center;font-size:1rem}.auth-card__register--register{font-size:.875rem}.auth-policy{column-gap:10px}.auth-modal{padding:16px}.auth-modal__header,.auth-modal__content,.auth-modal__footer{padding-left:16px;padding-right:16px}}
