/* Shared ShiftSend lockup and theme-aware navigation. */
.brand-lockup{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);white-space:nowrap}
.brand-lockup img{width:44px;height:44px;object-fit:contain;border-radius:10px;flex:none}
.brand-lockup .brand-word{margin:0;font:600 24px/1.2 "Segoe UI",system-ui,sans-serif;letter-spacing:-.02em}
.brand-lockup .brand-word span:first-child{color:var(--ink)}
.brand-lockup .brand-word span:last-child{color:#2459E0}
:root[data-theme="dark"] .brand-lockup .brand-word span:last-child{color:#8CB0FF}
.setup-guide>.brand-lockup{margin-bottom:32px}
.auth-intro>.brand-lockup{margin-bottom:24px}
.sidebar{background:#fff;color:var(--ink);border-right:1px solid var(--line)}
.sidebar .nav-item{color:var(--muted);font-weight:500}
.sidebar .nav-item:hover,.sidebar .nav-item.is-active{background:#EDF2FF;color:#244EC7;border-color:transparent}
:root[data-theme="dark"] .sidebar{background:#10121B;color:#F5F7FF;border-color:#303543}
:root[data-theme="dark"] .sidebar .nav-item{color:#BCC4D5}
:root[data-theme="dark"] .sidebar .nav-item:hover,:root[data-theme="dark"] .sidebar .nav-item.is-active{background:#252D42;color:#B8D0FF}
:root[data-theme="dark"] .sidebar .brand-lockup .brand-word span:first-child{color:#F5F7FF}
.billing-consent{display:flex;align-items:flex-start;gap:14px;margin:24px 0 28px;padding:18px 20px;border:1px solid var(--line);border-radius:10px;background:var(--surface);line-height:1.6}
.billing-consent input[type="checkbox"]{width:20px;height:20px;min-width:20px;margin:3px 0 0;accent-color:#2459E0;flex:none}
[data-billing-portal]:disabled{opacity:1;background:var(--surface-soft);color:var(--muted);border-color:var(--line);cursor:not-allowed;box-shadow:none;transform:none}
[data-billing-portal]:disabled:hover{background:var(--surface-soft);color:var(--muted);transform:none}
@media(max-width:760px){.sidebar>.brand-lockup{display:flex;margin-bottom:18px}.setup-guide>.brand-lockup{margin-bottom:20px}.billing-consent{padding:16px;gap:14px}.brand-lockup .brand-word{font-size:24px}}
