:where(.notification-bell,.notification-popover-shell,.notification-center){--notification-bg: #ffffff;--notification-foreground: #17201d;--notification-muted: #66736e;--notification-border: #dce3df;--notification-accent: #15795d;--notification-accent-strong: #0f634c;--notification-accent-soft: #eaf6f1;--notification-unread-bg: #f1faf6;--notification-danger: #b93e4a;--notification-shadow: 0 24px 70px rgba(20, 40, 33, .18), 0 4px 18px rgba(20, 40, 33, .08);--notification-radius: 18px;--notification-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--notification-foreground);font-family:var(--notification-font);box-sizing:border-box}:where([data-theme=dark],.notification-theme--dark) :where(.notification-bell,.notification-popover-shell,.notification-center),:where(.notification-bell,.notification-popover-shell,.notification-center)[data-theme=dark]{--notification-bg: #111916;--notification-foreground: #edf6f1;--notification-muted: #9aaca5;--notification-border: #2b3934;--notification-accent: #5ed2a8;--notification-accent-strong: #87e1c0;--notification-accent-soft: #18352b;--notification-unread-bg: #172a23;--notification-danger: #ff8b96;--notification-shadow: 0 28px 80px rgba(0, 0, 0, .46)}.notification-bell *,.notification-popover-shell *,.notification-center *{box-sizing:border-box}.notification-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.notification-bell{position:relative;display:inline-grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid var(--notification-border);border-radius:14px;color:var(--notification-foreground);background:color-mix(in srgb,var(--notification-bg) 92%,transparent);box-shadow:0 1px 2px #0a14100a;cursor:pointer;transition:border-color .16s ease,transform .16s ease,background .16s ease}.notification-bell[data-size=sm]{width:38px;height:38px;border-radius:12px}.notification-bell[data-size=lg]{width:50px;height:50px;border-radius:16px}.notification-bell:hover{border-color:var(--notification-accent);background:var(--notification-accent-soft)}.notification-bell:active{transform:scale(.96)}.notification-bell:focus-visible,.notification-popover button:focus-visible,.notification-center button:focus-visible,.notification-center select:focus-visible{outline:3px solid color-mix(in srgb,var(--notification-accent) 40%,transparent);outline-offset:2px}.notification-bell__icon{display:grid;place-items:center;width:22px;height:22px}.notification-bell__icon>svg{width:100%;height:100%}.notification-bell__badge{position:absolute;top:-5px;right:-7px;min-width:20px;height:20px;padding:0 5px;border:2px solid var(--notification-bg);border-radius:999px;color:#fff;background:#d9485a;font-size:10px;font-weight:800;line-height:16px;text-align:center}.notification-bell__loading{position:absolute;width:7px;height:7px;top:6px;right:6px;border-radius:50%;background:var(--notification-accent);animation:notification-pulse 1s infinite ease-in-out}.notification-popover-shell{z-index:1000;width:min(420px,calc(100vw - 24px));border:1px solid var(--notification-border);border-radius:var(--notification-radius);background:var(--notification-bg);box-shadow:var(--notification-shadow);overflow:hidden;transform-origin:var(--radix-popover-content-transform-origin);animation:notification-popover-in .16s ease-out}.notification-popover-arrow{fill:var(--notification-bg)}.notification-popover{color:var(--notification-foreground);background:var(--notification-bg)}.notification-popover__header,.notification-center__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.notification-popover__header{padding:22px 22px 16px}.notification-popover h2,.notification-center__title{margin:3px 0 0;letter-spacing:-.035em}.notification-popover h2{font-size:20px;line-height:1.2}.notification-kicker{color:var(--notification-accent);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.notification-count-label{flex:0 0 auto;padding:5px 8px;border-radius:999px;color:var(--notification-accent-strong);background:var(--notification-accent-soft);font-size:11px;font-weight:700}.notification-popover__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;padding:8px 16px 8px 22px;border-top:1px solid var(--notification-border);border-bottom:1px solid var(--notification-border);color:var(--notification-muted);font-size:11px}.notification-popover__toolbar button,.notification-popover__footer button{min-height:32px;padding:4px 8px;border:0;border-radius:8px;color:var(--notification-accent-strong);background:transparent;font:inherit;font-weight:750;cursor:pointer}.notification-popover__toolbar button:hover,.notification-popover__footer button:hover{background:var(--notification-accent-soft)}.notification-popover__toolbar button:disabled{opacity:.45;cursor:default}.notification-popover__scroll{max-height:min(500px,calc(100vh - 180px));overflow-y:auto;overscroll-behavior:contain}.notification-popover__footer{padding:10px;border-top:1px solid var(--notification-border);text-align:center}.notification-popover__footer button{width:100%;min-height:38px}.notification-list{color:var(--notification-foreground)}.notification-group>h3{margin:18px 0 8px;color:var(--notification-muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.notification-group__items{display:grid;gap:9px}.notification-list--compact .notification-group__items{gap:0}.notification-list--compact .notification-group+.notification-group{border-top:1px solid var(--notification-border)}.notification-item{position:relative;display:flex;min-width:0;border:1px solid var(--notification-border);border-radius:15px;background:var(--notification-bg);overflow:hidden;transition:border-color .15s ease,background .15s ease,transform .15s ease}.notification-list--compact .notification-item{border:0;border-radius:0;border-bottom:1px solid var(--notification-border)}.notification-list--compact .notification-item:last-child{border-bottom:0}.notification-item--unread{border-color:color-mix(in srgb,var(--notification-accent) 25%,var(--notification-border));background:var(--notification-unread-bg)}.notification-item:hover{border-color:color-mix(in srgb,var(--notification-accent) 50%,var(--notification-border))}.notification-item__main{display:flex;flex:1 1 auto;align-items:flex-start;gap:13px;min-width:0;min-height:76px;padding:15px 44px 15px 15px;border:0;color:inherit;background:transparent;text-align:left;font:inherit}.notification-item__main:is(button){cursor:pointer}.notification-list--compact .notification-item__main{padding:15px 44px 15px 18px}.notification-item__visual{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1px solid color-mix(in srgb,var(--notification-accent) 20%,var(--notification-border));border-radius:12px;color:var(--notification-accent-strong);background:var(--notification-accent-soft);font-size:14px;font-weight:850;overflow:hidden}.notification-item__visual img{width:100%;height:100%;object-fit:cover}.notification-item__content{display:grid;min-width:0;gap:4px}.notification-item__content strong{font-size:14px;line-height:1.35}.notification-item__body{display:-webkit-box;color:var(--notification-muted);font-size:12.5px;line-height:1.45;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.notification-item__content time{color:var(--notification-muted);font-size:10.5px}.notification-item__eyebrow{display:flex;align-items:center;gap:7px;color:var(--notification-muted);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.notification-item__dot{display:inline-flex;align-items:center;gap:4px;color:var(--notification-accent-strong)}.notification-item__dot:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--notification-accent)}.notification-item__archive{position:absolute;top:11px;right:10px;display:grid;place-items:center;width:34px;height:34px;padding:8px;border:0;border-radius:10px;color:var(--notification-muted);background:transparent;cursor:pointer}.notification-item__archive:hover{color:var(--notification-danger);background:color-mix(in srgb,var(--notification-danger) 9%,transparent)}.notification-item__archive svg{width:17px;height:17px}.notification-state{display:grid;justify-items:center;gap:6px;min-height:220px;padding:38px 20px;place-content:center;color:var(--notification-muted);text-align:center}.notification-state strong{color:var(--notification-foreground);font-size:14px}.notification-state span:not(.notification-state__icon){max-width:280px;font-size:12px;line-height:1.5}.notification-state__icon{display:grid;place-items:center;width:38px;height:38px;margin-bottom:4px;border-radius:50%;color:var(--notification-accent-strong);background:var(--notification-accent-soft);font-weight:900}.notification-state--error .notification-state__icon{color:var(--notification-danger);background:color-mix(in srgb,var(--notification-danger) 11%,transparent)}.notification-state button,.notification-load-more{min-height:38px;margin-top:8px;padding:8px 14px;border:1px solid var(--notification-border);border-radius:10px;color:var(--notification-foreground);background:var(--notification-bg);font:inherit;font-size:12px;font-weight:750;cursor:pointer}.notification-load-more{display:block;margin:16px auto 0}.notification-skeleton{display:grid;grid-template-columns:38px 1fr;gap:7px 13px;min-height:84px;padding:16px 18px;border-bottom:1px solid var(--notification-border)}.notification-skeleton span{height:10px;border-radius:999px;background:color-mix(in srgb,var(--notification-muted) 16%,var(--notification-bg));animation:notification-shimmer 1.3s ease-in-out infinite}.notification-skeleton span:first-child{grid-row:1 / 4;width:38px;height:38px;border-radius:12px}.notification-skeleton span:nth-child(2){width:52%}.notification-skeleton span:nth-child(3){width:86%}.notification-center{width:100%;padding:28px;border:1px solid var(--notification-border);border-radius:calc(var(--notification-radius) + 6px);color:var(--notification-foreground);background:var(--notification-bg);box-shadow:0 10px 40px #1428210f}.notification-center__hero{padding:6px 4px 26px}.notification-center__title{font-size:clamp(26px,4vw,38px);line-height:1.1}.notification-center__hero p{max-width:590px;margin:10px 0 0;color:var(--notification-muted);line-height:1.55}.notification-center__summary{display:grid;grid-template-columns:auto auto;align-items:baseline;gap:0 7px;min-width:150px;padding:15px 17px;border:1px solid var(--notification-border);border-radius:16px;background:var(--notification-unread-bg)}.notification-center__summary>strong{color:var(--notification-accent-strong);font-size:26px}.notification-center__summary>span{color:var(--notification-muted);font-size:11px}.notification-live{grid-column:1 / -1;display:flex;align-items:center;gap:6px;margin-top:5px;text-transform:capitalize}.notification-live i{width:6px;height:6px;border-radius:50%;background:#d79538}.notification-live--connected i{background:#20a476;box-shadow:0 0 0 4px #20a4761f}.notification-live--offline i,.notification-live--error i{background:var(--notification-danger)}.notification-center__controls{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-top:1px solid var(--notification-border);border-bottom:1px solid var(--notification-border)}.notification-tabs{display:flex;gap:5px;padding:4px;border-radius:12px;background:color-mix(in srgb,var(--notification-muted) 8%,transparent)}.notification-tabs button{min-height:36px;padding:7px 13px;border:0;border-radius:9px;color:var(--notification-muted);background:transparent;font:inherit;font-size:12px;font-weight:750;cursor:pointer}.notification-tabs button[aria-selected=true]{color:var(--notification-foreground);background:var(--notification-bg);box-shadow:0 1px 4px #1428211a}.notification-tabs button span{display:inline-grid;place-items:center;min-width:19px;height:19px;margin-left:4px;padding:0 5px;border-radius:999px;color:var(--notification-accent-strong);background:var(--notification-accent-soft);font-size:10px}.notification-center__actions{display:flex;align-items:center;gap:8px}.notification-center select,.notification-secondary-button,.notification-icon-button{min-height:40px;border:1px solid var(--notification-border);border-radius:11px;color:var(--notification-foreground);background:var(--notification-bg);font:inherit;font-size:12px;font-weight:700}.notification-center select{padding:0 34px 0 11px}.notification-secondary-button{padding:8px 13px;cursor:pointer}.notification-secondary-button:hover,.notification-icon-button:hover{border-color:var(--notification-accent);background:var(--notification-accent-soft)}.notification-secondary-button:disabled{opacity:.5;cursor:default}.notification-icon-button{display:grid;place-items:center;width:40px;padding:10px;cursor:pointer}.notification-icon-button svg{width:18px;height:18px}.notification-center>[role=tabpanel]>.notification-list{padding-top:8px}.notification-center[data-density=compact] .notification-item__main{min-height:64px;padding-top:11px;padding-bottom:11px}@keyframes notification-popover-in{0%{opacity:0;transform:scale(.97) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes notification-pulse{50%{opacity:.4;transform:scale(.75)}}@keyframes notification-shimmer{50%{opacity:.45}}@media(prefers-color-scheme:dark){:where(.notification-bell,.notification-popover-shell,.notification-center):not([data-theme=light]){color-scheme:dark}}@media(prefers-reduced-motion:reduce){.notification-bell,.notification-item,.notification-popover-shell,.notification-skeleton span,.notification-bell__loading{animation:none;transition:none}}@media(max-width:680px){.notification-center{padding:18px;border-radius:18px}.notification-center__hero{display:grid}.notification-center__summary{grid-row:1;justify-self:start;min-width:135px}.notification-center__controls{align-items:stretch;flex-direction:column}.notification-center__actions{flex-wrap:wrap}.notification-category-filter{flex:1 1 160px}.notification-center select{width:100%}.notification-secondary-button{flex:1 1 auto}.notification-tabs{width:100%}.notification-tabs button{flex:1}.notification-item__main{padding-left:12px;gap:10px}.notification-item__visual{flex-basis:34px;width:34px;height:34px}}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#13213d;background:#f2f6fc;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button,a{transition:.18s ease}a{color:inherit;text-decoration:none}.boot-screen{min-height:100vh;display:grid;place-items:center;color:#51627f;background:#eef4fc}.verification-shell{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:linear-gradient(145deg,#eaf2ff,#f7faff)}.verification-card{width:min(520px,100%);padding:2.5rem;border:1px solid #d8e3f1;border-radius:18px;background:#fff;box-shadow:0 20px 60px #1d3a631f}.verification-card h1{margin:.55rem 0}.verification-card p{color:#63728d;line-height:1.6}.verification-action{display:inline-flex;margin-top:.75rem}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(320px,1.05fr) minmax(420px,.95fr);background:#fff}.login-brand{position:relative;overflow:hidden;padding:8vw;display:flex;flex-direction:column;justify-content:center;color:#fff;background:linear-gradient(145deg,#0b3a86,#145cc9 58%,#4e8ee8)}.login-brand h1{font-size:clamp(3.2rem,7vw,6.6rem);line-height:.92;letter-spacing:-.065em;margin:1.2rem 0 1.6rem;max-width:650px}.login-brand p{font-size:1.1rem;line-height:1.7;max-width:560px;color:#d9e9ff}.brand-orb{position:absolute;width:420px;height:420px;border-radius:50%;right:-180px;bottom:-150px;border:70px solid rgba(255,255,255,.12)}.login-panel{padding:7vw;display:flex;flex-direction:column;justify-content:center;gap:1.8rem;max-width:760px}.login-panel h2{font-size:2rem;margin:.45rem 0}.muted,.page-heading p,.info-card p,.action-card p{color:#63728d}.eyebrow,.section-label{font-size:.72rem;letter-spacing:.17em;font-weight:800;color:#3971c9}.login-brand .eyebrow{color:#bcd8ff}form{display:grid;gap:1rem}label{display:grid;gap:.45rem;font-size:.82rem;font-weight:750;color:#33435e}input{width:100%;padding:.85rem 1rem;border:1px solid #cbd7e8;border-radius:10px;background:#f9fbff;color:#14213d;outline:none}input:focus{border-color:#2469d8;box-shadow:0 0 0 3px #dceaff}.primary,.ghost,.account-option{border:0;cursor:pointer}.primary{padding:.9rem 1.15rem;border-radius:10px;background:#185ec4;color:#fff;font-weight:800}.primary:hover{background:#0f4ea9}.primary:disabled{opacity:.6}.alert{padding:.8rem 1rem;border-radius:9px}.error{background:#fff0f1;color:#a72231}.account-list{display:grid;gap:.55rem}.account-option{display:flex;justify-content:space-between;align-items:center;text-align:left;padding:.85rem 1rem;border-radius:10px;background:#f3f7fd;color:#243551}.account-option:hover{background:#e5eefb;transform:translateY(-1px)}.account-option span{display:grid;gap:.2rem}.account-option small{color:#6f7e98}.app-shell{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;padding:1.7rem 1.25rem;display:flex;flex-direction:column;background:#0c2f68;color:#fff}.wordmark{display:flex;align-items:center;gap:.7rem}.wordmark>span{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#fff;color:#1555ac;font-weight:900}.sidebar-caption{margin:.5rem 0 2rem 2.65rem;color:#a8c5ee;font-size:.78rem}.sidebar nav{display:grid;gap:.45rem}.nav-link{display:grid;gap:.25rem;padding:.8rem .9rem;border-radius:9px;color:#d6e6fc}.nav-link small{font-size:.67rem;color:#8eafd8}.nav-link:hover,.nav-link.active{background:#164781;color:#fff}.nav-link.active small{color:#bdd8f8}.sidebar-note{margin-top:auto;font-size:.72rem;color:#b7cdec;display:flex;gap:.5rem;align-items:center}.status-dot{width:7px;height:7px;border-radius:50%;background:#55d79d;box-shadow:0 0 0 4px #55d79d1f}.main-column{min-width:0}.topbar{height:76px;padding:0 2.2rem;display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #e1e8f1}.topbar>div:first-child{display:grid;gap:.2rem}.topbar .eyebrow{font-size:.6rem}.user-actions{display:flex;align-items:center;gap:.8rem;position:relative}.signout-error{position:absolute;top:calc(100% + .45rem);right:0;width:max-content;max-width:min(320px,80vw);color:#b42332;font-size:.75rem;font-weight:700;text-align:right}.notification-bell,.notification-popover-shell{--notification-foreground: #13213d;--notification-muted: #63728d;--notification-border: #d8e3f1;--notification-accent: #2469d8;--notification-accent-strong: #1454b8;--notification-accent-soft: #e7f0ff;--notification-unread-bg: #f0f6ff;--notification-shadow: 0 24px 70px rgba(29, 58, 99, .18), 0 4px 18px rgba(29, 58, 99, .08)}.role-badge,.access-chip{padding:.38rem .68rem;border-radius:999px;background:#e7f0ff;color:#1756ae;font-size:.72rem;font-weight:850;letter-spacing:.06em}.ghost{padding:.55rem .8rem;border-radius:8px;background:#eef3f9;color:#243958;font-weight:750}.ghost:hover{background:#dfe8f4}.page{padding:2.5rem;max-width:1280px;margin:0 auto}.page-heading{display:flex;justify-content:space-between;gap:2rem;align-items:flex-start;margin-bottom:2rem}.page-heading h1,.forbidden-card h1{font-size:clamp(2rem,4vw,3.25rem);letter-spacing:-.045em;margin:.45rem 0}.test-notification-card{margin-top:1.5rem;padding:1.5rem;border:1px solid #d8e3f1;border-radius:16px;background:#fff;box-shadow:0 14px 35px #1d3a6314}.test-notification-heading,.test-recipient-row,.test-notification-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.test-notification-heading{align-items:flex-start}.test-notification-heading h2{margin:.45rem 0}.test-notification-heading p{max-width:720px;margin:0;color:#63728d;line-height:1.55}.test-notification-form{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:1rem;margin-top:1.3rem}.test-notification-form textarea{min-height:96px;resize:vertical;padding:.85rem 1rem;border:1px solid #cbd7e8;border-radius:10px;background:#f9fbff;color:#14213d;font:inherit}.test-notification-form textarea:focus{border-color:#2469d8;outline:none;box-shadow:0 0 0 3px #dceaff}.test-recipient-row{margin-top:1rem;padding:.85rem 1rem;border-radius:10px;background:#f2f6fc}.test-recipient-row>div{min-width:0;display:grid;gap:.25rem}.test-recipient-row span{color:#63728d;font-size:.75rem;font-weight:750}.test-recipient-row code,.test-notification-card .alert code{overflow-wrap:anywhere}.test-notification-card .alert{margin-top:1rem}.test-notification-actions{justify-content:flex-end;margin-top:1rem}@media(max-width:720px){.test-notification-heading,.test-recipient-row{align-items:stretch;flex-direction:column}.test-notification-form{grid-template-columns:1fr}}.page-heading p{margin:0}.metric-grid,.action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.metric-card,.info-card,.table-card,.action-card,.loading-card,.forbidden-card{background:#fff;border:1px solid #dee7f2;border-radius:15px;box-shadow:0 8px 30px #1d3a630f}.metric-card{padding:1.45rem;display:grid;gap:.4rem}.metric-card strong{font-size:2rem;color:#185ebf}.metric-card span{color:#6a7890}.info-card{margin-top:1rem;padding:1.6rem}.info-card h2{margin:.55rem 0}.table-card{overflow:hidden}.table-row{display:grid;grid-template-columns:130px 1fr 150px;align-items:center;gap:1rem;padding:1rem 1.2rem;border-top:1px solid #edf1f7}.table-head{border-top:0;background:#f5f8fc;color:#7a879b;font-size:.72rem;font-weight:800;letter-spacing:.08em}.status{justify-self:start;padding:.34rem .55rem;border-radius:999px;background:#e8f1ff;color:#1c5eb7;font-size:.68rem;font-weight:850}.status.published{background:#e5f8ed;color:#157444}.status.draft{background:#fff4da;color:#8d650a}.action-card{padding:1.4rem}.action-card>span{font-weight:900;color:#8fb4e8}.action-card h2{font-size:1.05rem;margin:1.3rem 0 .5rem}.loading-card{padding:2rem;color:#63728b}.forbidden-card{max-width:720px;padding:clamp(2rem,6vw,4rem);margin:3rem auto;text-align:center;border-top:5px solid #e34a5d}.status-code{display:inline-block;font-size:4.5rem;font-weight:950;letter-spacing:-.08em;color:#d73b51}.forbidden-card p{color:#65738b;line-height:1.6}.button-link{display:inline-block;margin-top:1rem;padding:.75rem 1rem;border-radius:9px;background:#185ec4;color:#fff;font-weight:800}@media(max-width:850px){.login-shell{grid-template-columns:1fr}.login-brand{min-height:38vh;padding:3rem 2rem}.login-brand h1{font-size:3.4rem}.login-panel{padding:2.5rem 2rem}.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto}.sidebar nav{grid-template-columns:repeat(3,1fr)}.sidebar-note{margin-top:1.5rem}.topbar{padding:0 1rem}.page{padding:1.5rem}.metric-grid,.action-grid{grid-template-columns:1fr}.page-heading{display:grid}.table-row{grid-template-columns:95px 1fr}.table-row>*:last-child{grid-column:2}.table-head>*:last-child{display:none}}@media(max-width:540px){.sidebar nav{grid-template-columns:1fr}.topbar{height:auto;padding:1rem;align-items:flex-start;gap:1rem}.topbar>div:first-child strong{font-size:.8rem}.user-actions{align-items:flex-end;flex-direction:column}.access-chip{justify-self:start}.account-option{align-items:flex-start;gap:.8rem}.login-panel{padding:2rem 1.2rem}}.auth-step{width:min(100%,620px);display:grid;gap:1.6rem;animation:auth-step-in .24s ease both}.login-heading h2{margin:.5rem 0 .65rem;font-size:clamp(2rem,4vw,2.7rem);line-height:1.05;letter-spacing:-.04em}.login-heading p{max-width:520px;margin:0;line-height:1.65}.auth-methods{display:grid;gap:.85rem}.auth-method{position:relative;width:100%;min-height:96px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1.05rem 1.15rem;border:1px solid #d8e2f0;border-radius:16px;text-align:left;cursor:pointer}.auth-method:hover{transform:translateY(-2px);box-shadow:0 12px 30px #193d7021}.auth-method:focus-visible,.back-button:focus-visible{outline:3px solid #b8d6ff;outline-offset:3px}.auth-method-sso{padding-top:1.3rem;color:#fff;border-color:#123f81;background:linear-gradient(135deg,#0e326b,#195fc1);box-shadow:0 10px 25px #11438b33}.auth-method-local{color:#20324f;background:#f8faff}.auth-method-local:hover{border-color:#a9bdd9;background:#f1f6fd}.auth-method-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;font-size:.7rem;font-weight:900;letter-spacing:.08em;color:#1859b6;background:#e7f0ff}.auth-method-sso .auth-method-icon{color:#fff;background:#ffffff24;border:1px solid rgba(255,255,255,.18)}.auth-method-copy{min-width:0;display:grid;gap:.35rem}.auth-method-copy strong{font-size:1rem}.auth-method-copy small{color:#6c7a91;line-height:1.4}.auth-method-sso .auth-method-copy small{color:#cfe1fb}.method-arrow{font-size:1.3rem;font-weight:800}.recommended-badge{position:absolute;top:.55rem;right:.7rem;padding:.28rem .55rem;border-radius:999px;color:#ddebff;background:#ffffff1f;font-size:.62rem;font-weight:800;letter-spacing:.04em}.auth-assurance{display:flex;align-items:center;gap:.55rem;color:#6b7990;font-size:.78rem}.auth-assurance>span{width:8px;height:8px;border-radius:50%;background:#35b57e;box-shadow:0 0 0 4px #e2f7ee}.back-button{justify-self:start;display:inline-flex;align-items:center;gap:.45rem;padding:0;border:0;color:#47617f;background:transparent;font-size:.78rem;font-weight:800;cursor:pointer}.back-button:hover{color:#185ec4}.local-login-form{padding:1.2rem;border:1px solid #dfe8f3;border-radius:15px;background:#f8faff}@keyframes auth-step-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:540px){.auth-method{grid-template-columns:42px minmax(0,1fr) auto;gap:.75rem;padding:1rem}.auth-method-icon{width:42px;height:42px}.recommended-badge{display:none}}@media(prefers-reduced-motion:reduce){.auth-step{animation:none}}.user-management{display:grid;gap:1rem}.user-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.user-filters{display:flex;align-items:center;gap:.6rem;flex:1}.user-filters input{max-width:280px}.user-filters select,.user-editor select{padding:.75rem .9rem;border:1px solid #cbd7e8;border-radius:10px;background:#f9fbff;color:#14213d}.primary.compact{padding:.75rem 1rem;white-space:nowrap}.user-editor{padding:1.35rem;border:1px solid #d8e3f1;border-radius:15px;background:#fff;box-shadow:0 8px 30px #1d3a6312}.user-editor-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.user-editor-heading h2{margin:.35rem 0 1rem}.user-editor-grid{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:.8rem}.user-editor .primary{justify-self:start}.form-note{margin:0;color:#63728d;font-size:.8rem}.success{background:#e5f8ed;color:#157444}.confirm-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.2rem;border:1px solid #f1cbd1;border-radius:12px;background:#fff5f6;color:#7f2633}.confirm-bar>div{display:flex;gap:.5rem}.danger-button,.text-danger,.text-success{border:0;background:transparent;font-weight:800;cursor:pointer}.danger-button{padding:.55rem .75rem;border-radius:8px;background:#c93e53;color:#fff}.text-danger{color:#b93448}.text-success{color:#157444}.users-card{overflow:hidden;border:1px solid #dee7f2;border-radius:15px;background:#fff;box-shadow:0 8px 30px #1d3a630f}.users-row{display:grid;grid-template-columns:minmax(220px,1.5fr) .7fr 1fr .7fr 1.2fr;align-items:center;gap:1rem;padding:1rem 1.2rem;border-top:1px solid #edf1f7}.users-row.inactive{background:#fafbfc;color:#718096}.users-head{border-top:0;background:#f5f8fc;color:#7a879b;font-size:.7rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.user-email{display:grid;gap:.22rem;min-width:0}.user-email strong{overflow:hidden;text-overflow:ellipsis}.user-email small{color:#7a879b}.identity-badge,.state-badge{display:inline-flex;padding:.34rem .55rem;border-radius:999px;font-size:.63rem;font-weight:850;letter-spacing:.045em;background:#edf2f8;color:#53647c}.identity-badge.linked{background:#e6f0ff;color:#185dbb}.identity-stack{display:grid;justify-items:start;gap:.35rem}.identity-stack small{font-size:.62rem;font-weight:800}.verified-email{color:#157444}.pending-email{color:#9a6714}.state-badge.active{background:#e5f8ed;color:#157444}.state-badge.inactive{background:#f1f3f6;color:#6c7788}.row-actions{display:flex;align-items:center;gap:.4rem;justify-content:flex-end;flex-wrap:wrap}.row-actions .ghost{padding:.45rem .65rem}.empty-users{padding:2rem;text-align:center;color:#6b7890}.load-more{justify-self:center}@media(max-width:1000px){.user-toolbar{align-items:stretch;flex-direction:column}.user-filters{flex-wrap:wrap}.user-editor-grid{grid-template-columns:1fr 1fr}.users-head{display:none}.users-row{grid-template-columns:1fr 1fr}.users-row>*:first-child{grid-column:1/-1}.row-actions{justify-content:flex-start}}@media(max-width:600px){.user-filters{display:grid;grid-template-columns:1fr}.user-filters input{max-width:none}.user-editor-grid,.users-row{grid-template-columns:1fr}.users-row>*:first-child{grid-column:auto}.confirm-bar{align-items:flex-start;flex-direction:column}}.access-shell{min-height:100vh;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at top left,#dbeafe 0,transparent 34%),#f7f9fd;color:#14213d}.access-panel{width:min(620px,100%);padding:48px;border:1px solid #cbd8ef;border-radius:28px;background:#fff;box-shadow:0 24px 80px #16387021}.access-mark{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:#185ec8;color:#fff;font-weight:900;font-size:22px}.access-eyebrow{margin:28px 0 10px;color:#2369d4;font-size:12px;font-weight:900;letter-spacing:.16em}.access-panel h1{margin:0;font-size:clamp(32px,5vw,50px);line-height:1.04;letter-spacing:-.045em}.access-copy{margin:22px 0;color:#556684;font-size:17px;line-height:1.65}.access-actions{display:grid;gap:11px;margin:30px 0}.access-actions a,.access-actions button{min-height:50px;display:flex;align-items:center;justify-content:center;padding:0 18px;border-radius:13px;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}.access-primary{border:1px solid #185ec8;background:#185ec8;color:#fff}.access-secondary{border:1px solid #cbd8ef;background:#f7faff;color:#17315d}.access-danger{border:1px solid #f3c7cb;background:#fff4f4;color:#b72a37}.access-actions button:disabled{opacity:.65;cursor:default}.access-note{margin:0;color:#6d7890;font-size:13px;line-height:1.55}
