*,*:before,*:after{box-sizing:border-box}:root{--auth-bg: #f5f5f5;--auth-surface: #ffffff;--auth-text: #111827;--auth-muted: #6b7280;--auth-border: #e5e7eb;--auth-btn-primary: #e8f73f;--auth-btn-primary-text: #171717;--auth-btn-primary-hover: #111827;--auth-btn-primary-hover-text: #f0fc68;--auth-font: "Inter UI", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}body.auth-page{margin:0;min-height:100vh;font-family:var(--auth-font);color:var(--auth-text);background:var(--auth-bg)}.auth-layout{display:flex;min-height:100vh}.auth-main{display:flex;flex:1;align-items:center;justify-content:center;padding:2rem 1.5rem}.auth-card{width:100%;max-width:24rem;padding:2rem;border:1px solid var(--auth-border);border-radius:12px;background:var(--auth-surface);box-shadow:0 1px 2px #1118270f}.auth-card__brand{margin-bottom:1.5rem;text-align:center}.auth-card__logo{font-size:1.5rem;font-weight:800;letter-spacing:-.03em}.auth-card__title{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.auth-card__subtitle{margin:.5rem 0 0;color:var(--auth-muted);font-size:.9rem;line-height:1.45}.auth-card__header{margin-bottom:1rem;text-align:center}.auth-mode-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.35rem;margin-bottom:1.25rem;padding:.3rem;border:1px solid var(--auth-border);border-radius:8px;background:#f3f4f6}.auth-mode-tabs[hidden]{display:none}.auth-mode-tab{min-height:2.5rem;padding:.55rem .75rem;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--auth-muted);font:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s,border-color .15s,box-shadow .15s}.auth-mode-tab:hover{color:var(--auth-text)}.auth-mode-tab[aria-selected=true]{background:var(--auth-surface);border-color:var(--auth-border);color:var(--auth-text);box-shadow:0 1px 2px #11182714}.auth-mode-tab:focus-visible{outline:2px solid #9ca3af;outline-offset:1px}.auth-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:2.5rem;padding:.55rem 1rem;border:1px solid transparent;border-radius:6px;font:inherit;font-size:.875rem;font-weight:600;line-height:1.2;cursor:pointer;transition:background .15s,color .15s,border-color .15s,box-shadow .15s,opacity .15s}.auth-btn:disabled{opacity:.45;cursor:not-allowed}.auth-btn--outline{border-color:var(--auth-border);background:var(--auth-surface);color:var(--auth-text)}.auth-btn--outline:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.auth-btn--primary{margin-top:.25rem;background:var(--auth-btn-primary);color:var(--auth-btn-primary-text);border-color:#d8d8d8;box-shadow:0 1px 2px #11182714}.auth-btn--primary:hover:not(:disabled){background:var(--auth-btn-primary-hover);color:var(--auth-btn-primary-hover-text);border-color:var(--auth-btn-primary-hover);box-shadow:none}.auth-btn__icon{width:1.125rem;height:1.125rem;flex-shrink:0}.auth-divider{position:relative;margin:1.25rem 0;text-align:center;color:var(--auth-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.auth-divider:before{content:"";position:absolute;left:0;right:0;top:50%;border-top:1px solid var(--auth-border)}.auth-divider span{position:relative;padding:0 .75rem;background:var(--auth-surface)}.auth-form{display:flex;flex-direction:column;gap:.875rem}.auth-field{display:flex;flex-direction:column;gap:.35rem}.auth-field__label{font-size:.8rem;font-weight:600;color:var(--auth-text)}.auth-field__input{min-height:2.5rem;padding:.55rem .75rem;border:1px solid var(--auth-border);border-radius:6px;background:#fff;font:inherit;font-size:.875rem;color:var(--auth-text);transition:border-color .15s,box-shadow .15s}.auth-field__input:focus{outline:none;border-color:#9ca3af;box-shadow:0 0 0 3px #11182714}.auth-error{margin:0;color:#dc2626;font-size:.8125rem;line-height:1.4}.auth-success{margin:0;color:#059669;font-size:.8125rem;line-height:1.4}.auth-forgot-row{margin:-.25rem 0 0;text-align:right}.auth-footer--inline{margin-top:.75rem}.auth-footer{margin-top:1.25rem;text-align:center;font-size:.875rem;color:var(--auth-muted)}.auth-footer a{color:var(--auth-muted);text-decoration:none}.auth-footer a:hover{color:var(--auth-text);text-decoration:underline}.auth-mode-tabs[hidden],.auth-field[hidden],.auth-form[hidden]{display:none}.auth-link-btn{padding:0;border:none;background:none;color:var(--auth-muted);font:inherit;font-size:.8125rem;font-weight:600;cursor:pointer;text-decoration:none}.auth-link-btn:hover{color:var(--auth-text);text-decoration:underline}body.billing-page{margin:0;min-height:100vh;font-family:var(--auth-font);color:var(--auth-text);background:var(--auth-bg)}.billing-shell{max-width:64rem;margin:0 auto;padding:2rem 1.5rem 4rem}.billing-header{margin-bottom:2rem}.billing-header__eyebrow{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--auth-muted)}.billing-header__title{margin:.5rem 0 0;font-size:2rem;font-weight:700}.billing-header__sub{margin:.75rem 0 0;max-width:36rem;color:var(--auth-muted);font-size:.9375rem;line-height:1.5}.billing-plans{display:none!important}.billing-plans{display:grid;gap:1.5rem;max-width:28rem}@media(min-width:900px){.billing-plans{grid-template-columns:1fr}}.billing-plan{padding:2rem;border:1px solid var(--auth-border);border-radius:.75rem;background:var(--auth-surface)}.billing-plan--highlight{border-color:var(--auth-text);box-shadow:0 0 0 1px #11182714}.billing-plan__name{margin:0;font-size:1.25rem;font-weight:700}.billing-plan__price{margin:1rem 0 0;font-size:2.5rem;font-weight:700}.billing-plan__sub{margin:.25rem 0 0;color:var(--auth-muted);font-size:.875rem}.billing-plan__features{margin:1.5rem 0 0;padding:0;list-style:none}.billing-plan__features li{display:flex;gap:.75rem;margin-top:.75rem}.billing-topup{margin-top:0;padding:2rem;border:1px solid var(--auth-border);border-radius:.75rem;background:var(--auth-surface)}.billing-topup__title{margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.billing-topup__hint{margin:0 0 1.5rem;color:var(--auth-muted)}.billing-topup__presets{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.billing-topup__preset{padding:.5rem 1rem;border:1px solid var(--auth-border);border-radius:.5rem;background:var(--auth-bg);color:inherit;font:inherit;font-weight:600;cursor:pointer;transition:border-color .15s,background .15s}.billing-topup__preset:hover{border-color:var(--auth-text);background:var(--auth-surface)}.billing-topup__preset--active{border-color:var(--auth-btn-primary);background:color-mix(in srgb,var(--auth-btn-primary) 12%,var(--auth-bg))}.billing-topup__row{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.billing-topup__field{flex:1 1 12rem}.billing-status{margin:1rem 0 0;font-size:.875rem}.billing-status--error{color:#dc2626}.billing-status--success{color:#059669}.billing-nav{margin-bottom:1.5rem}.billing-nav a{color:var(--auth-muted);text-decoration:none;font-size:.875rem}.billing-nav a:hover{text-decoration:underline}
