:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #182033; background: #f4f5f7; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: #f4f5f7; }
button, input, select { font: inherit; }
button { border: 0; cursor: pointer; }
button:disabled { cursor: default; opacity: .55; }
.icon { display: inline-block; flex: 0 0 auto; fill: currentColor; }
.app-shell { min-height: 100vh; display: grid; grid-template-columns: 252px minmax(0, 1fr); }
.sidebar { background: #151b2a; color: #ccd3df; display: flex; flex-direction: column; padding: 28px 16px 18px; min-height: 100vh; position: sticky; top: 0; height: 100vh; }
.brand { color: #eaf0f9; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 740; letter-spacing: -.8px; padding: 0 10px; }
.brand > span:last-child span { color: #8192b1; font-weight: 500; }
.brand-mark { display: grid; grid-template-columns: repeat(3, 4px); align-items: end; height: 22px; gap: 3px; padding: 2px 0; }
.brand-mark em { display: block; border-radius: 4px; background: #f2a940; transform: skewY(-22deg); }
.brand-mark em:nth-child(1) { height: 10px; }.brand-mark em:nth-child(2) { height: 17px; }.brand-mark em:nth-child(3) { height: 13px; }
.sidebar-kicker { color: #66738b; font-size: 10px; letter-spacing: 1.2px; font-weight: 760; margin: 52px 11px 12px; }
nav { display: grid; gap: 5px; }
.nav-item { color: #aab5c8; background: transparent; border-radius: 9px; height: 46px; display: flex; align-items: center; gap: 12px; padding: 0 11px; position: relative; text-align: left; font-size: 14px; transition: background .22s ease, color .22s ease, transform .22s ease; }
.nav-item:hover { background: #202a3e; color: #f3f7ff; transform: translateX(3px); }
.nav-item.active { color: #fff; background: #27334a; font-weight: 650; }.nav-item.active b { width: 3px; height: 20px; background: #f0aa40; border-radius: 2px; position: absolute; right: 0; }
.sidebar-bottom { margin-top: auto; display: grid; gap: 12px; }.secure-note { display: flex; gap: 10px; align-items: center; padding: 13px 11px; border: 1px solid #29354c; border-radius: 10px; color: #dfe7f4; font-size: 12px; }.secure-note .icon { color: #eead49; }.secure-note small { color: #7f8ca3; font-size: 11px; }.profile-chip { color: #9ba9bf; background: transparent; display: flex; gap: 10px; align-items: center; padding: 10px 11px; font-size: 12px; transition: color .2s ease; }.profile-chip:hover { color: #fff; }
.workspace { min-width: 0; padding: 34px clamp(22px, 4vw, 64px) 54px; max-width: 1750px; width: 100%; margin: 0 auto; position: relative; }
.page-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 31px; }.eyebrow { color: #7b8798; letter-spacing: 1.25px; font-size: 10px; font-weight: 760; margin: 0 0 7px; }.page-top h1 { letter-spacing: -.8px; font-size: clamp(25px, 2.2vw, 32px); margin: 0; font-weight: 720; }.top-actions, .button-group { display: flex; align-items: center; gap: 9px; }.select-wrap { display: flex; align-items: center; gap: 7px; height: 39px; padding: 0 10px; background: #fff; color: #667084; border: 1px solid #e3e6eb; border-radius: 8px; box-shadow: 0 1px 1px rgba(20,32,55,.02); }.select-wrap select { border: 0; color: #30394b; outline: none; background: transparent; max-width: 175px; font-size: 12px; }.icon-button { color: #526075; background: #fff; border: 1px solid #e3e6eb; width: 39px; height: 39px; display: grid; place-items: center; border-radius: 8px; transition: color .2s, border-color .2s, transform .2s; }.icon-button:hover { color: #1e3155; border-color: #b9c3d3; transform: translateY(-2px); }
.button { min-height: 39px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; border-radius: 8px; font-size: 12px; font-weight: 720; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }.button:hover:not(:disabled) { transform: translateY(-2px); }.button.primary { color: #fff; background: #26385b; box-shadow: 0 5px 14px rgba(38,56,91,.18); }.button.primary:hover { background: #1e304f; box-shadow: 0 8px 18px rgba(38,56,91,.25); }.button.quiet { color: #34445f; background: #e8ebf1; }.button.wide { width: 100%; min-height: 46px; }.text-button { color: #3a537f; background: transparent; padding: 4px 0; display: inline-flex; gap: 7px; align-items: center; font-size: 12px; font-weight: 700; }.text-button:hover { color: #172f58; }.text-button .icon { transition: transform .2s; }.text-button:hover .icon { transform: translateX(3px); }
.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 23px; }.metric-card { background: #fff; border: 1px solid #e4e6ea; min-height: 126px; padding: 20px; display: flex; gap: 14px; border-radius: 11px; position: relative; overflow: hidden; transition: transform .24s ease, box-shadow .24s ease; }.metric-card::after { content: ''; position: absolute; right: -18px; bottom: -31px; width: 97px; height: 97px; border-radius: 50%; opacity: .11; }.metric-card:hover { transform: translateY(-4px); box-shadow: 0 11px 24px rgba(32,45,68,.08); }.metric-icon { width: 38px; height: 38px; border-radius: 9px; display: grid; place-items: center; }.metric-card p { margin: 0 0 4px; color: #7a8494; font-size: 11px; font-weight: 650; }.metric-card strong { font-size: 25px; letter-spacing: -1px; line-height: 1.1; display: block; }.metric-card small { color: #8d96a5; font-size: 10px; display: block; margin-top: 5px; }.metric-blue .metric-icon { background: #e8effc; color: #5374b2; }.metric-blue::after { background: #6688cc; }.metric-amber .metric-icon { background: #fff2dc; color: #c58023; }.metric-amber::after { background: #e8a440; }.metric-mint .metric-icon { background: #e5f3ed; color: #368663; }.metric-mint::after { background: #55a579; }.metric-violet .metric-icon { background: #eeeaf9; color: #7662b2; }.metric-violet::after { background: #8b75c9; }
.content-grid { display: grid; gap: 16px; }.overview-grid { grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); }.panel { background: #fff; border: 1px solid #e4e6ea; border-radius: 11px; padding: 23px; box-shadow: 0 1px 1px rgba(21,32,45,.015); }.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 24px; }.panel-heading h2, .section-intro h2 { margin: 0; color: #202a3a; font-size: 16px; letter-spacing: -.25px; }.panel-visual { display: grid; place-items: center; color: #788ba8; background: #edf1f7; width: 34px; height: 34px; border-radius: 8px; }.usage-rows { display: grid; gap: 17px; margin-bottom: 20px; }.usage-row { display: grid; grid-template-columns: minmax(150px, 1.2fr) minmax(90px, 1.3fr) auto; gap: 14px; align-items: center; }.usage-row strong { display: block; font-size: 12px; color: #273348; }.usage-row span { color: #8a94a4; font-size: 10px; display: block; margin-top: 3px; }.usage-row b { font-size: 14px; color: #2c3850; }.usage-row b small { color: #8993a2; font-weight: 500; }.usage-track { height: 7px; background: #edf0f4; border-radius: 99px; overflow: hidden; }.usage-track i { display: block; height: 100%; background: #5d7db6; border-radius: inherit; min-width: 4px; transition: width .55s ease; }.timeline { display: grid; }.timeline-item { position: relative; display: grid; grid-template-columns: 12px minmax(0, 1fr) auto; gap: 10px; align-items: start; padding: 0 0 16px; }.timeline-item:last-child { padding-bottom: 0; }.timeline-item:not(:last-child)::before { content: ''; position: absolute; left: 5px; top: 13px; height: calc(100% - 4px); width: 1px; background: #e4e8ed; }.timeline-dot { width: 11px; height: 11px; border-radius: 50%; background: #9ba4b3; margin-top: 3px; border: 3px solid #edf1f5; position: relative; z-index: 1; }.timeline-dot.active { background: #41a16f; }.timeline-dot.revoked, .timeline-dot.blocked { background: #ce5c68; }.timeline-item strong { font-size: 12px; color: #2e3a4e; }.timeline-item p { color: #8791a2; margin: 3px 0 0; font-size: 10px; }.timeline-item time { color: #929aa8; font-size: 10px; text-align: right; white-space: nowrap; }
.section-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin: -8px 0 19px; }.section-intro p { color: #778292; font-size: 12px; margin: 6px 0 0; }.section-intro > span { color: #68768b; font-size: 11px; white-space: nowrap; background: #e9edf3; border-radius: 99px; padding: 5px 9px; }.table-panel { padding: 0; overflow: hidden; }.table-scroll { overflow: auto; }table { width: 100%; min-width: 770px; border-collapse: collapse; text-align: left; }th { color: #8a94a3; background: #fafbfc; height: 43px; padding: 0 22px; font-size: 10px; letter-spacing: .25px; font-weight: 720; white-space: nowrap; border-bottom: 1px solid #eaedf0; }td { height: 71px; padding: 12px 22px; color: #596477; font-size: 12px; border-bottom: 1px solid #eef0f3; vertical-align: middle; }tbody tr { transition: background .18s ease; }tbody tr:hover { background: #fafbfc; }tbody tr:last-child td { border-bottom: 0; }.table-primary { display: flex; gap: 9px; align-items: center; color: #334056; }.table-primary strong { font-size: 12px; display: block; }.table-primary small { color: #929ba9; font-size: 10px; display: block; margin-top: 3px; }.table-icon { width: 29px; height: 29px; color: #6079ad; background: #edf2fa; border-radius: 7px; display: grid; place-items: center; }.module-list { display: flex; flex-wrap: wrap; gap: 4px; }.module-list span { color: #596d92; background: #edf2f9; padding: 3px 6px; border-radius: 4px; font-size: 9px; white-space: nowrap; }.seat-count { color: #6f7b8e; white-space: nowrap; }.seat-count b { color: #2f3b50; }.seat-count i { display: block; height: 4px; width: 80px; background: #e7ebf0; border-radius: 99px; margin-top: 5px; overflow: hidden; }.seat-count em { display: block; height: 100%; border-radius: inherit; background: #d49b40; }.status { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 670; white-space: nowrap; }.status i { width: 6px; height: 6px; background: #a1aab7; border-radius: 50%; }.status-active { color: #27805b; }.status-active i { background: #35a370; box-shadow: 0 0 0 3px #e3f4eb; }.status-blocked, .status-revoked { color: #b74e5d; }.status-blocked i, .status-revoked i { background: #d46570; box-shadow: 0 0 0 3px #f9e7e9; }.status-released, .status-retired { color: #93713b; }.status-released i, .status-retired i { background: #c59b4e; }.row-action { display: inline-flex; gap: 5px; align-items: center; padding: 6px 8px; font-size: 10px; font-weight: 700; border-radius: 5px; background: #f7e8ea; color: #b5515f; transition: transform .2s, background .2s; }.row-action:hover { transform: translateY(-1px); background: #f3dfe1; }.row-action.success { background: #e6f3ed; color: #33825e; }.row-action.success:hover { background: #dceee6; }
.notice { width: min(650px, calc(100% - 32px)); min-height: 44px; padding: 10px 13px; border: 1px solid #e5e9ee; background: #fff; color: #4b596d; box-shadow: 0 8px 18px rgba(29,40,58,.08); border-radius: 8px; display: flex; align-items: center; gap: 9px; position: fixed; top: 18px; left: 50%; transform: translateX(-50%); z-index: 20; font-size: 12px; animation: notice-in .32s ease both; }.notice button { margin-left: auto; background: transparent; color: inherit; padding: 3px; }.notice.error { color: #a33d4d; border-color: #f0dadd; }.notice.success { color: #28724f; border-color: #d7ebe0; }.progress-line { position: absolute; height: 2px; background: #dce5f4; inset: 0 0 auto; overflow: hidden; }.progress-line i { display: block; width: 35%; height: 100%; background: #496a9c; animation: loading 1s infinite ease-in-out; }.drawer-backdrop { position: fixed; inset: 0; z-index: 29; background: rgba(20,28,41,.34); animation: fade-in .2s ease both; }.drawer { position: fixed; z-index: 30; top: 0; right: 0; bottom: 0; width: min(450px, 100%); background: #fff; padding: 30px; overflow-y: auto; box-shadow: -16px 0 35px rgba(20,29,45,.15); animation: slide-in .27s cubic-bezier(.2,.8,.2,1) both; }.drawer-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }.drawer-head h2 { margin: 0; color: #1c273a; font-size: 21px; letter-spacing: -.55px; }.drawer-copy { color: #758094; font-size: 12px; line-height: 1.65; padding-bottom: 21px; border-bottom: 1px solid #e9ebef; margin: 14px 0 22px; }.form-stack { display: grid; gap: 15px; }.form-stack label { color: #4d596d; font-size: 11px; font-weight: 700; display: grid; gap: 7px; }.form-stack input, .form-stack select { width: 100%; color: #29364b; min-height: 42px; border-radius: 7px; padding: 0 11px; outline: 0; border: 1px solid #dbe0e6; background: #fff; font-size: 12px; transition: border-color .2s, box-shadow .2s; }.form-stack input:focus, .form-stack select:focus { border-color: #728ab1; box-shadow: 0 0 0 3px #e8eef8; }.form-pair { display: grid; grid-template-columns: 1fr .7fr; gap: 12px; }.optional { color: #a2aab7; font-weight: 500; }fieldset { border: 0; padding: 0; margin: 0; display: grid; gap: 8px; }legend { color: #4d596d; font-size: 11px; font-weight: 700; margin-bottom: 8px; }.check-row { display: flex !important; grid-template-columns: none !important; align-items: center; gap: 8px !important; padding: 10px; border: 1px solid #e1e5ea; border-radius: 7px; color: #536074 !important; font-weight: 600 !important; cursor: pointer; transition: border-color .2s, background .2s; }.check-row:hover { border-color: #aebbd0; background: #fafcff; }.check-row input { width: 15px !important; min-height: auto !important; accent-color: #314a75; }.form-hint { color: #8993a3; background: #f4f6f8; margin: 0; padding: 10px; border-radius: 6px; font-size: 11px; line-height: 1.45; }.form-hint.warning { color: #9a6d26; background: #fff5e5; }.empty-state { min-height: 175px; display: grid; place-content: center; justify-items: center; text-align: center; color: #8993a2; gap: 8px; }.empty-state > span { color: #8192ad; background: #eff2f6; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; }.empty-state p { font-size: 12px; margin: 0; }.empty-state.compact { min-height: 104px; }
.login-page { min-height: 100vh; display: grid; grid-template-columns: minmax(360px, .95fr) minmax(480px, 1.05fr); }.login-brand { min-height: 100vh; color: #f7f8fb; padding: 40px clamp(38px, 6vw, 98px); background: #182137; display: flex; flex-direction: column; position: relative; overflow: hidden; }.login-brand::after { content: ''; position: absolute; width: 570px; height: 570px; border: 1px solid #344159; border-radius: 50%; top: 25%; left: -350px; box-shadow: 0 0 0 56px #1b263d, 0 0 0 57px #344159, 0 0 0 113px #1a243a; }.brand.inverse { padding: 0; position: relative; z-index: 1; }.login-copy { margin: auto 0; position: relative; z-index: 1; max-width: 480px; }.login-copy .eyebrow { color: #a5b3cb; }.login-copy h1 { margin: 0; font-size: clamp(37px, 4vw, 58px); line-height: 1.1; letter-spacing: -2.4px; font-weight: 690; }.login-copy h1 i { color: #efb04c; font-style: normal; }.login-copy > p:last-child { color: #aab7ca; font-size: 14px; line-height: 1.7; max-width: 340px; margin: 21px 0 0; }.login-points { position: relative; z-index: 1; display: grid; gap: 10px; color: #bbc6d8; font-size: 12px; }.login-points span { display: flex; align-items: center; gap: 8px; }.login-points .icon { color: #eab04d; }.login-brand > small { color: #71819a; position: relative; z-index: 1; font-size: 10px; margin-top: 35px; }.login-form-side { display: grid; place-items: center; background: #f7f8fa; padding: 32px; }.login-card { width: min(385px, 100%); }.login-card h2 { color: #1d293b; font-size: 28px; letter-spacing: -.85px; margin: 0 0 8px; }.login-card > p:not(.eyebrow) { color: #7d8797; margin: 0 0 30px; font-size: 13px; }.login-card .notice { position: static; transform: none; width: 100%; box-shadow: none; margin-bottom: 15px; }.login-help { color: #8d96a5; text-align: center; font-size: 11px; margin-top: 24px; }.login-help span { color: #516785; }.fatal-config { max-width: 520px; margin: 12vh auto; padding: 28px; background: #fff; border: 1px solid #e4e6ea; border-radius: 10px; }.fatal-config h1 { margin: 0; color: #2f3a4b; }.fatal-config p { color: #718095; }
@keyframes loading { 0% { transform: translateX(-120%); } 100% { transform: translateX(340%); } }@keyframes slide-in { from { transform: translateX(100%); } to { transform: translateX(0); } }@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }@keyframes notice-in { from { opacity: 0; transform: translate(-50%, -8px); } to { opacity: 1; transform: translate(-50%, 0); } }
@media (max-width: 1100px) { .metric-grid { grid-template-columns: repeat(2, 1fr); }.overview-grid { grid-template-columns: 1fr; }.login-page { grid-template-columns: minmax(330px, .85fr) 1fr; } }
@media (max-width: 780px) { .app-shell { grid-template-columns: 1fr; }.sidebar { min-height: auto; height: auto; position: static; padding: 16px; }.sidebar-kicker, .sidebar-bottom { display: none; }nav { display: flex; overflow: auto; margin-top: 15px; }.nav-item { flex: 0 0 auto; height: 38px; }.nav-item.active b { display: none; }.workspace { padding: 24px 16px 35px; }.page-top { align-items: flex-start; flex-direction: column; margin-bottom: 22px; }.top-actions { width: 100%; }.select-wrap { flex: 1; }.select-wrap select { max-width: none; width: 100%; }.button-group { margin-left: auto; }.metric-grid { grid-template-columns: 1fr 1fr; }.metric-card { min-height: 112px; padding: 15px; }.metric-card strong { font-size: 21px; }.login-page { grid-template-columns: 1fr; }.login-brand { min-height: 390px; padding: 28px; }.login-copy { margin: auto 0 25px; }.login-copy h1 { font-size: 38px; }.login-form-side { min-height: 450px; }.login-points { display: none; }.login-brand::after { width: 350px; height: 350px; top: 44%; left: -230px; }.drawer { padding: 24px; }.section-intro { align-items: flex-start; flex-direction: column; }.section-intro > span { display: none; } }
@media (max-width: 480px) { .metric-grid { grid-template-columns: 1fr; }.top-actions { flex-wrap: wrap; }.button-group { margin-left: 0; }.button-group .button { flex: 1; }.usage-row { grid-template-columns: 1fr auto; }.usage-track { display: none; }.form-pair { grid-template-columns: 1fr; } }
