.auth-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}.auth-header-inner{width:100%;max-width:980px;margin:0 auto;padding:10px 12px;display:flex;align-items:center;justify-content:flex-end}.auth-header-tenant{flex:1 1;min-width:0;display:flex;align-items:center}.auth-header-tenant-label{font-size:14px;color:var(--ink-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-header-tenant-label strong{color:var(--ink);font-weight:700}.auth-header-links{display:flex;align-items:center;gap:10px}.auth-header-link{border:1px solid var(--line);border-radius:999px;padding:6px 12px;color:var(--ink);text-decoration:none;background:#fff;font-size:14px;font-weight:600;line-height:1}.auth-header-language{font-size:13px;color:var(--ink-soft);font-weight:600}.auth-header-language-select{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);padding:5px 10px;font-size:13px;font-weight:600}.auth-header-link:hover{border-color:var(--nest-500);color:var(--nest-500)}.auth-header-logout{cursor:pointer}@media (max-width:640px){.auth-header-inner{padding:10px}.auth-header-links{gap:8px;width:100%;justify-content:flex-end}.auth-header-link{padding:7px 10px;font-size:13px}.auth-header-language{display:none}}:root{--nest-50:#fdeeed;--nest-100:#fbd9d7;--nest-200:#f4aca9;--nest-300:#ec7d78;--nest-400:#dd4b45;--nest-500:#c21d22;--nest-600:#a51a1e;--nest-700:#841418;--nest-800:#5f0f12;--nest-900:#3d0a0c;--aqua:#e52713;--aqua-deep:#c21d22;--aqua-border:#e52713;--aqua-soft:#fdeceb;--ink:#1a1a20;--ink-soft:#3a3a44;--quiet:#6b7280;--ground:#f6f6f7;--card:#fff;--line:#e5e7eb;--paid:#1f9d57;--paid-bg:#e4f6ec;--waiting:#d99408;--waiting-bg:#fbf1da;--overdue:#c21d22;--overdue-bg:#fbe7e6;--r-control:10px;--r-card:12px;--r-pill:999px;--shadow-card:0 1px 3px rgba(26,26,32,.08),0 1px 2px rgba(26,26,32,.05);--font-ui:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,"SF Mono",Menlo,Consolas,monospace}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body,html{margin:0;padding:0;font-family:var(--font-ui);background:var(--ground);color:var(--ink);overflow-wrap:anywhere}.mono{font-family:var(--font-mono);font-feature-settings:"tnum" 1;letter-spacing:-.01em}