.auth-page{position:relative;isolation:isolate;padding-top:96px;padding-bottom:140px;min-height:calc(100vh - var(--mobile-header-offset, 0px));display:flex;flex-direction:column;align-items:center}.auth-page__decoration{position:absolute;top:40px;left:50%;transform:translate(-50%);width:min(720px,100%);height:520px;background:radial-gradient(circle at 30% 30%,rgba(14,165,233,.18),transparent 60%),radial-gradient(circle at 70% 70%,rgba(99,102,241,.16),transparent 60%);filter:blur(8px);pointer-events:none;z-index:-1;opacity:.7}:root[data-theme=dark] .auth-page__decoration,:root[data-theme=midnight] .auth-page__decoration{opacity:.45}.auth-page__inner{width:100%;max-width:460px;margin:0 auto}.auth-page__inner--wide{max-width:520px}.auth-page__header{text-align:center;margin-bottom:36px}.auth-page__eyebrow{display:inline-flex;align-items:center;margin:0 0 18px;padding:6px 14px;border-radius:999px;background:#0ea5e91f;color:#0369a1;font-size:.74rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}:root[data-theme=dark] .auth-page__eyebrow,:root[data-theme=midnight] .auth-page__eyebrow{background:#0ea5e92e;color:#7dd3fc}.auth-page__title{margin:0;font-size:clamp(2.4rem,5vw,3.4rem);line-height:1.04;letter-spacing:-.05em;font-weight:700}.auth-page__copy{margin:18px auto 0;max-width:38ch;font-size:1.05rem;line-height:1.6;color:var(--muted, #5f6470)}.auth-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 22px;border:0;border-radius:14px;font-size:1rem;font-weight:700;line-height:1;font-family:inherit;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.auth-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 36px -22px #0f172a73}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-button--primary{background:linear-gradient(135deg,#0ea5e9,#0369a1);color:#fff;margin-top:6px}:root[data-theme=dark] .auth-button--primary,:root[data-theme=midnight] .auth-button--primary{background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#020617}.auth-button--google{background:#fff;color:#111;border:1px solid rgba(15,23,42,.18)}:root[data-theme=dark] .auth-button--google,:root[data-theme=midnight] .auth-button--google{background:#0f172a80;color:#f8fafc;border-color:#94a3b83d}.auth-button__icon{width:18px;height:18px;flex-shrink:0}.auth-divider{display:flex;align-items:center;gap:14px;margin:22px 0 20px;font-size:.78rem;font-weight:600;color:var(--text-soft, #888);letter-spacing:.06em}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#0f172a1f}:root[data-theme=dark] .auth-divider:before,:root[data-theme=dark] .auth-divider:after,:root[data-theme=midnight] .auth-divider:before,:root[data-theme=midnight] .auth-divider:after{background:#94a3b833}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-form__field{display:flex;flex-direction:column;gap:6px;font-size:.84rem;font-weight:600;color:var(--text-soft, #555)}.auth-form__field input{width:100%;padding:14px 16px;border-radius:14px;border:1px solid rgba(15,23,42,.16);font-size:1rem;font-family:inherit;background:#ffffffb3;color:inherit;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.auth-form__field input::placeholder{color:#0f172a4d;font-weight:500}.auth-form__field input:focus,.auth-form__field select:focus{outline:none;border-color:#0ea5e999;box-shadow:0 0 0 4px #0ea5e929;background:#fff}.auth-form__field select{width:100%;padding:14px 40px 14px 16px;border-radius:14px;border:1px solid rgba(15,23,42,.16);font-size:1rem;font-family:inherit;background:#ffffffb3;color:inherit;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23667085' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}:root[data-theme=dark] .auth-form__field input,:root[data-theme=dark] .auth-form__field select,:root[data-theme=midnight] .auth-form__field input,:root[data-theme=midnight] .auth-form__field select{background-color:#02061780;border-color:#94a3b838}:root[data-theme=dark] .auth-form__field input::placeholder,:root[data-theme=midnight] .auth-form__field input::placeholder{color:#94a3b873}:root[data-theme=dark] .auth-form__field input:focus,:root[data-theme=dark] .auth-form__field select:focus,:root[data-theme=midnight] .auth-form__field input:focus,:root[data-theme=midnight] .auth-form__field select:focus{background-color:#020617d9}.auth-form__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:540px){.auth-form__row{grid-template-columns:1fr}}.auth-form__password{position:relative}.auth-form__password input{padding-right:46px}.auth-form__toggle{position:absolute;top:50%;right:8px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;background:transparent;color:var(--text-soft, #888);border-radius:8px;cursor:pointer;transition:background .18s ease,color .18s ease}.auth-form__toggle:hover{background:#0f172a0f;color:var(--text, #111)}:root[data-theme=dark] .auth-form__toggle:hover,:root[data-theme=midnight] .auth-form__toggle:hover{background:#94a3b81f;color:#f8fafc}.auth-form__toggle[data-visible=true]{color:#0ea5e9}.auth-form__hint{margin-top:2px;font-size:.78rem;font-weight:500;color:var(--text-soft, #777);line-height:1.4}.auth-form__forgot{margin-top:-4px;text-align:right}.auth-form__forgot a{font-size:.86rem;font-weight:600;color:#0ea5e9;text-decoration:none}.auth-form__forgot a:hover{text-decoration:underline}.auth-captcha{display:flex;flex-direction:column;gap:8px;align-items:center;margin-top:4px;animation:auth-captcha-in .22s ease}.auth-captcha[hidden]{display:none}.auth-captcha__hint{margin:0;font-size:.8rem;font-weight:500;color:var(--text-soft, #777);text-align:center}.auth-captcha__widget{display:flex;justify-content:center;min-height:65px}.auth-captcha__widget iframe{max-width:100%}@keyframes auth-captcha-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.auth-form__message{margin:4px 0 0;padding:12px 14px;border-radius:12px;font-size:.92rem;line-height:1.5;background:#ef444414;color:#b91c1c;border:1px solid rgba(239,68,68,.2)}.auth-form__message[data-type=success]{background:#10b98114;color:#047857;border-color:#10b98138}.auth-page__nav{margin-top:36px;text-align:center;display:flex;flex-direction:column;gap:10px;font-size:.95rem;color:var(--muted, #666)}.auth-page__nav a,.auth-page__nav__link{color:#0ea5e9;font-weight:700;text-decoration:none;border:0;background:none;padding:0;cursor:pointer;font:inherit}.auth-page__nav a:hover,.auth-page__nav__link:hover{text-decoration:underline}@media(max-width:640px){.auth-page{padding-top:72px;padding-bottom:100px}.auth-page__decoration{height:360px}.auth-page__header{margin-bottom:28px}.auth-page__title{font-size:clamp(2rem,8vw,2.6rem)}}.centro-search__wrap{position:relative}.centro-search__input{width:100%;padding:14px 16px 14px 42px;border-radius:14px;border:1px solid rgba(15,23,42,.16);font-size:1rem;font-family:inherit;background:#ffffffb3;color:inherit;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='11' cy='11' r='7' stroke='%23667085' stroke-width='1.8'/%3E%3Cpath d='M21 21l-4.3-4.3' stroke='%23667085' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:14px center;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.centro-search__input::placeholder{color:#0f172a52;font-weight:500}.centro-search__input:focus{outline:none;border-color:#0ea5e999;box-shadow:0 0 0 4px #0ea5e929;background-color:#fff}:root[data-theme=dark] .centro-search__input,:root[data-theme=midnight] .centro-search__input{background-color:#02061780;border-color:#94a3b838}:root[data-theme=dark] .centro-search__input::placeholder,:root[data-theme=midnight] .centro-search__input::placeholder{color:#94a3b873}:root[data-theme=dark] .centro-search__input:focus,:root[data-theme=midnight] .centro-search__input:focus{background-color:#020617d9}.centro-search__results{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:30;max-height:320px;overflow-y:auto;padding:6px;border-radius:14px;border:1px solid rgba(15,23,42,.12);background:#fff;box-shadow:0 24px 48px -28px #0f172a66;display:flex;flex-direction:column;gap:2px}.centro-search__results[hidden]{display:none}:root[data-theme=dark] .centro-search__results,:root[data-theme=midnight] .centro-search__results{background:#0b1220;border-color:#94a3b838;box-shadow:0 24px 48px -28px #000000b3}.centro-search__item{appearance:none;border:0;background:transparent;font:inherit;text-align:left;display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:10px;color:inherit;cursor:pointer;transition:background .12s ease}.centro-search__item:hover,.centro-search__item.is-active{background:#0ea5e91a}:root[data-theme=dark] .centro-search__item:hover,:root[data-theme=dark] .centro-search__item.is-active,:root[data-theme=midnight] .centro-search__item:hover,:root[data-theme=midnight] .centro-search__item.is-active{background:#38bdf829}.centro-search__item-name{font-weight:600;font-size:.94rem;color:var(--text, #0f172a)}:root[data-theme=dark] .centro-search__item-name,:root[data-theme=midnight] .centro-search__item-name{color:#f1f5f9}.centro-search__item-meta{font-size:.78rem;font-weight:500;color:var(--text-soft, #64748b)}.centro-search__empty{padding:14px 12px;font-size:.88rem;color:var(--text-soft, #64748b);text-align:center}
