:root{font-family:DM Sans,sans-serif;color:#1d302b;background:#f2f4f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--ink: #1d302b;--muted: #6c7771;--line: #d9dfd9;--paper: #fff;--canvas: #f2f4f0;--green: #285f4b;--green-dark: #214b3c;--orange: #cf583c;--red-pale: #fff0ec}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #d78a74;outline-offset:3px}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{min-height:76px;padding:0 clamp(20px,6vw,88px);display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--paper);border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:700;letter-spacing:0}.brand-mark{width:30px;height:30px;display:grid;place-items:center;border-radius:7px;background:var(--green);color:#fff;font:500 20px/1 Newsreader,Georgia,serif}.topbar-actions{display:flex;align-items:center;gap:16px}.tab-bar{display:flex;align-items:center;gap:4px}.tab-link{min-height:40px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:5px;color:#66736c;font-size:13px;font-weight:600;transition:background-color .15s ease,color .15s ease}.tab-link:hover{background:#f2f4f0;color:var(--ink)}.tab-link.is-active{background:#e9f0eb;color:var(--green-dark)}.logout-button{padding:8px 0 8px 16px;border:0;border-left:1px solid var(--line);background:transparent;color:#56645d;font-size:13px;font-weight:600;cursor:pointer}.logout-button:hover{color:var(--orange)}.page-content{width:min(1120px,100%);flex:1;margin:0 auto;padding:62px clamp(20px,6vw,84px) 74px}.site-footer{padding:19px clamp(20px,6vw,88px);display:flex;justify-content:space-between;border-top:1px solid var(--line);color:#79827d;font-size:11px}.footer-separator{padding:0 7px;color:var(--orange)}.auth-layout{min-height:460px;display:grid;grid-template-columns:1fr minmax(340px,440px);align-items:center;gap:clamp(48px,8vw,112px)}.auth-intro{max-width:440px;animation:rise-in .42s ease-out both}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#6e7d74;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.eyebrow-dot{width:4px;height:4px;border-radius:50%;background:var(--orange)}.auth-intro h1,.welcome-panel h1,.empty-state h1{margin:22px 0 15px;color:var(--ink);font:400 clamp(42px,5vw,62px)/1.02 "Newsreader",Georgia,serif}.auth-intro h1 em{color:var(--green);font-weight:400}.auth-intro>p,.empty-state>p,.welcome-panel>p{max-width:360px;margin:0;color:var(--muted);font-size:15px;line-height:1.7}.intro-note{margin-top:42px;display:flex;align-items:center;gap:13px;color:#7b837e;font-size:12px}.note-rule{width:28px;height:1px;background:var(--orange)}.auth-form-panel{padding:30px;border:1px solid var(--line);border-radius:7px;background:var(--paper);box-shadow:0 12px 36px #26382d0a;animation:rise-in .48s 80ms ease-out both}.form-heading{display:flex;align-items:center;gap:13px}.form-heading h2{margin:4px 0 0;font:500 25px/1.15 Newsreader,Georgia,serif}.form-icon{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:6px;background:#e9f0eb;color:var(--green)}.mode-switch{margin:24px 0 21px;padding:4px;display:grid;grid-template-columns:1fr 1fr;border-radius:5px;background:#f0f2ef}.mode-switch button{min-height:36px;border:0;border-radius:4px;background:transparent;color:#68746d;font-size:12px;font-weight:600;cursor:pointer}.mode-switch button.selected{background:var(--paper);color:var(--ink);box-shadow:0 1px 3px #1d302b16}.form-fields{display:grid;gap:15px}.form-fields label{display:grid;gap:7px;color:#3a4a43;font-size:12px;font-weight:600}.form-fields input{width:100%;height:43px;padding:0 12px;border:1px solid #d9dfd9;border-radius:4px;background:#fff;color:var(--ink);font-size:13px}.form-fields input::placeholder{color:#a1aaa4}.primary-button{min-height:45px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:4px;background:var(--green);color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.primary-button:hover{background:var(--green-dark);transform:translateY(-1px)}.primary-button:disabled{cursor:wait;opacity:.7;transform:none}.submit-button{width:100%;margin-top:3px}.form-footnote{margin:16px 0 0;color:#89928c;font-size:10px;line-height:1.5;text-align:center}.form-error,.inline-error{margin:0;padding:11px 12px;display:flex;align-items:flex-start;gap:8px;border-radius:4px;background:var(--red-pale);color:#a83f2d;font-size:12px;line-height:1.5}.form-error svg,.inline-error svg{flex:0 0 auto;margin-top:1px}.inline-button{margin-top:24px}.welcome-panel,.empty-state{max-width:650px;margin:32px auto;padding:40px;border:1px solid var(--line);border-radius:7px;background:var(--paper)}.welcome-panel .eyebrow{color:var(--green)}.content-section{animation:rise-in .35s ease-out both}.section-heading{margin-bottom:33px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.section-heading h1{margin:9px 0 5px;font:400 42px/1.05 Newsreader,Georgia,serif}.section-heading p{margin:0;color:var(--muted);font-size:13px}.section-heading .eyebrow svg{color:var(--orange)}.role-badge{min-height:26px;padding:0 9px;display:inline-flex;align-items:center;border:1px solid #cddbd0;border-radius:4px;background:#eef4ef;color:var(--green-dark);font-size:10px;font-weight:700;letter-spacing:.05em}.admin-role-select{min-height:30px;padding:0 7px;border:1px solid var(--line);border-radius:4px;background:var(--paper);color:var(--ink);font-size:11px;font-weight:700}.admin-role-select:disabled{opacity:.65}.status-badge{min-height:24px;padding:0 8px;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:4px;color:#536158;font-size:10px;font-weight:700}.status-active{border-color:#cddbd0;background:#eef4ef;color:var(--green-dark)}.status-blocked{border-color:#ead1cb;background:var(--red-pale);color:#a83f2d}.user-status-button{width:34px;height:34px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:4px;background:var(--paper);color:#5e6c63;cursor:pointer}.user-status-button:hover:not(:disabled){border-color:#d89a88;color:#a83f2d}.user-status-button:disabled{cursor:not-allowed;opacity:.5}.profile-list{margin:0;border-top:1px solid var(--line)}.profile-list>div{min-height:66px;padding:16px 4px;display:grid;grid-template-columns:minmax(130px,.35fr) 1fr;align-items:center;gap:22px;border-bottom:1px solid var(--line)}.profile-list dt{color:var(--muted);font-size:12px}.profile-list dd{margin:0;color:var(--ink);font-size:14px;font-weight:600;overflow-wrap:anywhere}.profile-data-section{margin-top:35px}.profile-data-heading{min-height:43px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.profile-data-heading h2{margin:0;display:inline-flex;align-items:center;gap:9px;color:var(--ink);font:500 21px/1.2 Newsreader,Georgia,serif}.profile-data-heading h2 svg{color:var(--orange)}.profile-data-heading>span{min-width:27px;height:25px;display:grid;place-items:center;border-radius:4px;background:#e9f0eb;color:var(--green-dark);font-size:11px;font-weight:700}.profile-empty-line{margin:0;padding:19px 4px;color:var(--muted);font-size:12px}.license-key{color:var(--ink);font:600 11px/1.4 DM Sans,sans-serif;overflow-wrap:anywhere}.inline-error{max-width:650px;margin:-12px 0 22px}.empty-state{margin:0 auto}.empty-state .eyebrow{display:flex;margin-top:24px}.empty-state h1{font-size:42px}.count-badge{min-width:58px;height:38px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:5px;background:var(--paper);color:var(--green);font-size:12px;font-weight:700}.loading-line{color:var(--muted);font-size:13px}.empty-table{min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border-top:1px solid var(--line);color:#87918a}.empty-table p{margin:0;font-size:13px}.table-wrap{overflow-x:auto;border-top:1px solid var(--line)}table{width:100%;border-collapse:collapse;text-align:left}th{height:43px;color:#758078;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}td{height:58px;border-top:1px solid var(--line);color:#34443c;font-size:13px}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:760px){.topbar{min-height:68px;padding-inline:18px}.topbar-actions{gap:9px}.tab-link{padding-inline:9px}.tab-link span{font-size:12px}.logout-button{padding-left:10px}.page-content{padding:42px 22px 54px}.auth-layout{grid-template-columns:1fr;gap:30px}.auth-intro h1{margin-top:16px;font-size:48px}.intro-note{display:none}.auth-form-panel{padding:24px}}@media(max-width:420px){.brand{gap:7px;font-size:14px}.brand-mark{width:27px;height:27px}.tab-bar{gap:0}.tab-link{min-height:38px;padding-inline:7px;gap:5px}.tab-link svg{width:14px}.tab-link span,.logout-button{font-size:11px}.page-content{padding-inline:16px}.auth-intro h1{font-size:43px}.auth-form-panel{padding:19px}.section-heading h1{font-size:36px}.site-footer{padding-inline:18px}.welcome-panel,.empty-state{padding:25px}.profile-list>div{grid-template-columns:110px 1fr;gap:12px}}
