:root{--ze-bg: #091725;--ze-bg-deep: #06111d;--ze-surface: #102538;--ze-surface-raised: #142c41;--ze-surface-soft: rgba(255, 255, 255, .035);--ze-border: rgba(151, 183, 209, .14);--ze-border-strong: rgba(70, 160, 235, .28);--ze-text: #edf6fc;--ze-text-muted: #92a9bb;--ze-primary: #3c96df;--ze-primary-strong: #2484d2;--ze-success: #4cc38a;--ze-danger: #ed6a72;--ze-radius-sm: 8px;--ze-radius: 12px;--ze-radius-lg: 16px;--ze-shadow: 0 14px 36px rgba(0, 8, 18, .22);--ze-topbar-height: 64px;--ze-sidebar-width: 236px}*{box-sizing:border-box}html,body{min-width:320px;min-height:100%;margin:0}body{background:var(--ze-bg);color:var(--ze-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(76,167,239,.9);outline-offset:2px}body .dashboard-page{min-height:100vh;height:100vh;overflow:hidden;background:radial-gradient(circle at 85% 0%,rgba(40,121,180,.09),transparent 34%),var(--ze-bg)}body .top-navbar{position:relative;z-index:30;height:var(--ze-topbar-height);min-height:var(--ze-topbar-height);padding:0 24px;background:#06111df5;border-bottom:1px solid var(--ze-border);box-shadow:none;display:flex;align-items:center;justify-content:space-between}body .nav-brand{all:unset;display:inline-flex;align-items:center;gap:12px;cursor:pointer}body .brand-logo{width:32px;height:32px;object-fit:cover;border-radius:8px}body .brand-text{padding-left:0;color:var(--ze-text);font-size:15px;font-weight:650;letter-spacing:.2px}body .btn-logout{min-height:36px;padding:7px 14px;border:1px solid var(--ze-border);border-radius:var(--ze-radius-sm);background:#ffffff09;color:#dceaf4;font-size:13px;font-weight:600;transition:background .16s ease,border-color .16s ease,color .16s ease}body .btn-logout:hover{background:#ed6a721a;border-color:#ed6a7247;color:#ffabb1}body .dashboard-body,body .dashboard-content,body .content-wrapper{min-width:0;min-height:0;flex:1;display:flex;overflow:hidden}body .main-content,body .main-content.p-4{min-width:0;min-height:0;padding:28px 32px!important;gap:20px;overflow:auto;scrollbar-gutter:stable}body .page-title{margin:0 0 18px;color:var(--ze-text);font-size:clamp(1.35rem,2vw,1.65rem);line-height:1.25;font-weight:650;letter-spacing:-.02em}body .stats-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}body .stat-card{min-width:0;padding:20px 22px;border:1px solid var(--ze-border);border-radius:var(--ze-radius);background:linear-gradient(145deg,#142c41f5,#0e2233f5);box-shadow:0 8px 24px #00081224;align-items:flex-start;gap:8px}body .stat-card .label{color:var(--ze-text-muted);font-size:12px;font-weight:650;letter-spacing:.055em;text-transform:uppercase}body .stat-card .value{color:var(--ze-text);font-size:clamp(1.65rem,3vw,2.1rem);line-height:1;font-weight:650}body .stat-card .value i{margin-right:5px;color:var(--ze-primary);font-size:.75em}body .table-card{min-width:0;padding:0;overflow:auto;border:1px solid var(--ze-border);border-radius:var(--ze-radius);background:#102538eb;box-shadow:var(--ze-shadow)}body .table-header,body .card-header{min-height:52px;padding:15px 20px;border-bottom:1px solid var(--ze-border);background:#06111d47;color:#dceaf4;font-size:14px;font-weight:650}body .table-wrapper{min-width:0;overflow:auto}body table{width:100%;border-collapse:separate;border-spacing:0;color:#dce8f1;font-size:13px}body table thead{background:#ffffff06}body table th{position:sticky;top:0;z-index:2;padding:12px 16px;border-bottom:1px solid var(--ze-border);background:#122a3e;color:#829bad;font-size:11px;font-weight:700;letter-spacing:.055em;line-height:1.3;text-align:left;text-transform:uppercase;white-space:nowrap}body table td{padding:13px 16px;border:0;border-bottom:1px solid rgba(151,183,209,.08);vertical-align:middle}body table tbody tr{transition:background .14s ease}body table tbody tr:hover{background:#3c96df11}body table tbody tr:last-child td{border-bottom:0}body .mono{color:#adc2d2;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.82rem}body .status,body .badge{display:inline-flex;align-items:center;min-height:24px;padding:3px 9px;border:1px solid var(--ze-border);border-radius:999px;background:#ffffff0b;color:#b7c8d5;font-size:11px;font-weight:700;line-height:1;letter-spacing:.025em}body .status.active,body .badge.allow,body .text-success{color:#68d69f!important;background:#4cc38a1a;border-color:#4cc38a33}body .status.inactive,body .status.expired,body .badge.deny{color:#f08a91;background:#ed6a7217;border-color:#ed6a722e}body input,body select,body textarea,body .form-control{width:100%;min-height:40px;padding:9px 11px;border:1px solid var(--ze-border);border-radius:var(--ze-radius-sm);background:#05111cb8;color:var(--ze-text);box-shadow:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}body input:focus,body select:focus,body textarea:focus,body .form-control:focus{outline:none;border-color:#3c96dfb8;background:#071623f0;box-shadow:0 0 0 3px #3c96df1a}body label{color:#9db2c2;font-size:12px;font-weight:650}body .modal-backdrop{z-index:1050;padding:20px;background:#020910b8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}body .modal-card{width:min(440px,100%);max-height:min(760px,calc(100vh - 40px));padding:24px;overflow:auto;border:1px solid var(--ze-border-strong);border-radius:var(--ze-radius-lg);background:#10263a;color:var(--ze-text);box-shadow:0 24px 70px #00040a7a}body .modal-card h3{margin:0 0 20px;color:var(--ze-text);font-size:1.15rem;font-weight:650}body .modal-card label{display:block;margin-top:14px;margin-bottom:6px}body .modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}body .btn-primary,body .btn-secondary,body .btn-login{min-height:38px;padding:8px 15px;border-radius:var(--ze-radius-sm);font-size:13px;font-weight:650;transition:transform .14s ease,background .14s ease,border-color .14s ease}body .btn-primary{border:1px solid var(--ze-primary);background:var(--ze-primary-strong);color:#fff}body .btn-primary:hover{background:var(--ze-primary)}body .btn-secondary{border:1px solid var(--ze-border);background:#ffffff09;color:#cedce6}body .btn-secondary:hover{border-color:#97b7d147;background:#fff1}body .fab-add{right:28px;bottom:28px;width:48px;height:48px;border:1px solid rgba(117,192,249,.3);background:#2484d2;box-shadow:0 10px 28px #004a8759}@media (max-width: 900px){:root{--ze-sidebar-width: 76px}body .main-content,body .main-content.p-4{padding:22px!important}body .brand-text{font-size:14px}}@media (max-width: 680px){body .top-navbar{height:58px;min-height:58px;padding:0 16px}body .brand-text{display:none}body .main-content,body .main-content.p-4{padding:18px 14px 86px!important}body .dashboard-body,body .dashboard-content,body .content-wrapper{flex-direction:column}body .stats-row{grid-template-columns:1fr}body .stat-card{padding:16px 18px}body table th,body table td{padding-right:12px;padding-left:12px}body .modal-backdrop{align-items:flex-end;padding:10px}body .modal-card{width:100%;max-height:88vh;border-radius:16px}}body .dashboard-page .stat-card{border:1px solid var(--ze-border);border-radius:var(--ze-radius);background:var(--ze-surface);box-shadow:none}body .dashboard-page .table-card{max-width:100%;padding:0;overflow:auto;border:1px solid var(--ze-border);border-radius:var(--ze-radius);background:#1f252bf5;box-shadow:var(--ze-shadow)}body .dashboard-page .table-wrapper{max-width:100%;max-height:none;overflow:auto}body .dashboard-page table{color:#cbd0d5}body .dashboard-page table th{background:#252c32;color:#828b94}body .dashboard-page table td{border-color:#e8eef511}body .dashboard-page table tbody tr:hover{background:#6e9fc40e}body .dashboard-page .groups-wrapper{max-width:100%;overflow:auto;border:1px solid rgba(232,238,245,.075);border-radius:var(--ze-radius-sm);background:#191e23}body .dashboard-page .app-card{border:1px solid var(--ze-border);border-radius:var(--ze-radius);background:var(--ze-surface);box-shadow:none}body .modal-backdrop .modal-card{width:min(460px,100%);max-width:100%;max-height:calc(100dvh - 36px);padding:0 22px 22px;overflow-x:hidden;overflow-y:auto;border:1px solid rgba(232,238,245,.16);border-radius:var(--ze-radius-lg);background:#22282e;box-shadow:0 28px 80px #00000085}body .modal-backdrop .modal-card.wide-modal,body .modal-backdrop .modal-card.app-modal{width:min(720px,100%)}body .modal-backdrop .modal-card input,body .modal-backdrop .modal-card select,body .modal-backdrop .modal-card textarea{border:1px solid rgba(232,238,245,.13);border-radius:var(--ze-radius-sm);background:#0f1114;color:#e4e7ea}body .modal-backdrop .modal-actions{position:sticky;bottom:-22px;margin:22px -22px -22px;padding:14px 22px;border-top:1px solid var(--ze-border);background:#22282ef7}body .dashboard-page .fab-add{position:fixed;right:clamp(18px,3vw,38px);bottom:26px;width:42px;height:42px;border:1px solid rgba(145,176,199,.32);border-radius:var(--ze-radius-sm);background:#273b4a;color:#dce6ed;font-size:16px;box-shadow:0 10px 26px #0000004d}@media (max-width: 680px){body .dashboard-page .fab-add{right:16px;bottom:82px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--ze-bg: #171c21;--ze-bg-deep: #111519;--ze-surface: #20262c;--ze-surface-raised: #252c33;--ze-surface-soft: #1b2025;--ze-border: rgba(232, 238, 245, .11);--ze-border-strong: rgba(116, 156, 190, .3);--ze-text: #eef1f4;--ze-text-muted: #8d969f;--ze-primary: #6e9fc4;--ze-primary-strong: #547f9f;--ze-success: #7eac92;--ze-danger: #b97a7e;--ze-warning: #b7a77d;--ze-radius-sm: 4px;--ze-radius: 6px;--ze-radius-lg: 8px;--ze-shadow: 0 16px 42px rgba(0, 0, 0, .24);--ze-sidebar-width: 272px}body{background:var(--ze-bg);color:var(--ze-text)}body .dashboard-page{height:100dvh;min-height:100dvh;overflow:hidden;background:linear-gradient(rgba(255,255,255,.011) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.008) 1px,transparent 1px),#171c21;background-size:32px 32px}body .dashboard-body,body .dashboard-content,body .content-wrapper{width:100%;height:100%;min-width:0;min-height:0}body .main-content,body .main-content.p-4{position:relative;width:100%;max-width:none;padding:30px clamp(20px,3vw,42px) 90px!important;gap:18px;overflow-x:hidden;overflow-y:auto;background:transparent}body .page-title{position:relative;margin:0 0 4px;padding-left:18px;color:#f2f4f6;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:clamp(1.15rem,1.8vw,1.45rem);font-weight:600;letter-spacing:-.025em}body .page-title:before{position:absolute;top:50%;left:0;color:var(--ze-primary);content:">";font-size:.9em;transform:translateY(-50%)}body .stats-row{gap:12px}body .stat-card{position:relative;min-height:112px;padding:18px 20px;justify-content:space-between;border:1px solid var(--ze-border);border-radius:var(--ze-radius);background:var(--ze-surface);box-shadow:none}body .stat-card:after{position:absolute;right:14px;bottom:12px;color:#ffffff1f;content:"\25cf";font-size:8px}body .stat-card .label{color:var(--ze-text-muted);font-family:SFMono-Regular,Consolas,monospace;font-size:10px;letter-spacing:.1em}body .stat-card .value{color:#f3f5f7;font-size:clamp(1.5rem,2.5vw,1.95rem);font-weight:580}body .stat-card .value i{color:#819db2}body .table-card{width:100%;max-width:100%;min-height:0;padding:0;overflow:auto;border:1px solid var(--ze-border);border-radius:var(--ze-radius);background:#1f252bf5;box-shadow:var(--ze-shadow);scrollbar-width:thin;scrollbar-color:#39414a transparent}body .table-wrapper{width:100%;max-width:100%;min-width:0;max-height:none;overflow:auto}body .table-header,body .card-header{min-height:48px;padding:14px 18px;border-bottom:1px solid var(--ze-border);background:#111317;color:#cfd4d9;font-family:SFMono-Regular,Consolas,monospace;font-size:12px;letter-spacing:.02em}body table{min-width:680px;table-layout:auto;color:#cbd0d5}body table th{top:0;padding:11px 14px;border-bottom:1px solid var(--ze-border);background:#252c32;color:#828b94;font-family:SFMono-Regular,Consolas,monospace;font-size:10px;letter-spacing:.075em}body table td{max-width:360px;padding:12px 14px;overflow-wrap:anywhere;border-bottom:1px solid rgba(232,238,245,.065)}body table tbody tr:hover{background:#6e9fc40e}body .groups-wrapper,body .groups-cell{max-width:100%;margin:5px 8px 10px;padding:10px;overflow:auto;border:1px solid rgba(232,238,245,.075);border-radius:var(--ze-radius-sm);background:#191e23}body .section-divider td{padding:9px 14px;border-top:1px solid var(--ze-border);background:#111820;color:#91aabd}body .section-divider.subtle td{background:#121418;color:#777f87}body .app-group-header td{background:#151c23}body .app-group-header:hover td{background:#19232c}body .category-hint{width:5px;height:100%;border-radius:0;opacity:.38}body .status,body .badge{min-height:22px;padding:3px 8px;border-radius:3px;background:#20242a;color:#aeb5bc;font-family:SFMono-Regular,Consolas,monospace;font-size:10px;font-weight:600}body .status.active,body .badge.allow,body .text-success{border-color:#7eac923d;background:#7eac9217;color:#9bc3aa!important}body .status.inactive,body .status.expired,body .badge.deny{border-color:#b97a7e3d;background:#b97a7e14;color:#cf9699}body .icon-btn{min-width:30px;min-height:30px;padding:5px 8px;justify-content:center;border:1px solid transparent;border-radius:var(--ze-radius-sm);color:#8ca7ba}body .icon-btn:hover{border-color:var(--ze-border);background:#ffffff0a;opacity:1}body .icon-btn.add{color:#91b29f}body .icon-btn.danger{color:#c38a8d}body .icon-btn.warning{color:#b9ab84}body input,body select,body textarea,body .form-control{min-width:0;min-height:40px;border-color:#e8eef521;border-radius:var(--ze-radius-sm);background:#0f1114;color:#e4e7ea}body input:focus,body select:focus,body textarea:focus,body .form-control:focus{border-color:#6e9fc4a6;background:#111419;box-shadow:0 0 0 2px #6e9fc41a}body input:disabled,body select:disabled,body .disabled-input{background:#17191d;color:#737b83;opacity:1}body .modal-backdrop{z-index:1100;padding:18px;overflow:auto;background:#030405c2;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}body .modal-card{position:relative;width:min(460px,100%);max-width:100%;max-height:calc(100dvh - 36px);padding:0 22px 22px;overflow-x:hidden;overflow-y:auto;border:1px solid rgba(232,238,245,.16);border-radius:var(--ze-radius-lg);background:#22282e;box-shadow:0 28px 80px #00000085}body .modal-card:before{display:block;height:32px;margin:0 -22px 20px;border-bottom:1px solid var(--ze-border);background:radial-gradient(circle at 16px 16px,#7f858b 0 3px,transparent 3.5px),radial-gradient(circle at 29px 16px,#62686e 0 3px,transparent 3.5px),radial-gradient(circle at 42px 16px,#4d5359 0 3px,transparent 3.5px),#111317;content:""}body .modal-card.wide-modal,body .modal-card.app-modal{width:min(720px,100%)}body .modal-card h3{color:#eef0f2;font-family:SFMono-Regular,Consolas,monospace;font-size:1rem;font-weight:600}body .modal-card h4{color:#b9c0c7;font-size:12px;letter-spacing:.04em;text-transform:uppercase}body .modal-card .section{max-width:100%;overflow:hidden;border-color:var(--ze-border)}body .modal-card table{min-width:520px}body .modal-card .mini-table{display:block;max-width:100%;overflow-x:auto}body .modal-actions{position:sticky;bottom:-22px;z-index:2;margin:22px -22px -22px;padding:14px 22px;border-top:1px solid var(--ze-border);background:#22282ef7}body .btn-primary,body .btn-secondary,body .btn-login{min-height:36px;border-radius:var(--ze-radius-sm);box-shadow:none}body .btn-primary{border-color:#658ca9;background:#547894;color:#fff}body .btn-primary:hover{background:#6288a4}body .btn-secondary{border-color:#e8eef524;background:#1c2025;color:#c4c9ce}body .fab-add{position:fixed;right:clamp(18px,3vw,38px);bottom:26px;z-index:20;width:42px;height:42px;border:1px solid rgba(145,176,199,.32);border-radius:var(--ze-radius-sm);background:#273b4a;color:#dce6ed;font-size:16px;box-shadow:0 10px 26px #0000004d}body .fab-add:hover{background:#304a5d;transform:translateY(-1px)}body .apps-scroll{min-width:0;overflow:auto}body .apps-grid{grid-template-columns:repeat(auto-fill,minmax(min(180px,100%),1fr));gap:12px}body .app-card{min-width:0;overflow:hidden;border:1px solid var(--ze-border);border-radius:var(--ze-radius);background:var(--ze-surface);box-shadow:none}@media (max-width: 900px){:root{--ze-sidebar-width: 82px}}@media (max-width: 680px){body .dashboard-page{padding-bottom:66px}body .main-content,body .main-content.p-4{padding:20px 14px 76px!important}body .stats-row{grid-template-columns:1fr}body .modal-backdrop{align-items:flex-end;padding:8px}body .modal-card{max-height:calc(100dvh - 16px);border-radius:6px}body .modal-card .d-flex{flex-direction:column}body .modal-card .px-3{min-height:38px;transform:rotate(90deg)}body .fab-add{right:16px;bottom:82px}}body :is(.btn-primary,.btn-secondary,.btn-login){border:1px solid var(--ze-primary);background:transparent;color:#a9c5d9;box-shadow:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}body :is(.btn-primary,.btn-secondary,.btn-login):hover:not(:disabled){border-color:var(--ze-primary);background:var(--ze-primary-strong);color:#fff}body :is(.btn-primary,.btn-secondary,.btn-login):disabled{border-color:#e8eef51a;background:transparent;color:#68717a;cursor:not-allowed;opacity:.65}body .dashboard-page .fab-add{border-color:var(--ze-primary);background:transparent;color:#a9c5d9}body .dashboard-page .fab-add:hover{border-color:var(--ze-primary);background:var(--ze-primary-strong);color:#fff}body .dashboard-page .icon-btn{border:1px solid currentColor;background:transparent}body .dashboard-page .icon-btn:hover{border-color:var(--ze-primary);background:var(--ze-primary-strong);color:#fff}body .modal-backdrop .modal-actions{justify-content:space-between}body .modal-backdrop .modal-actions .btn-secondary{margin-right:auto}body .modal-backdrop .modal-actions .btn-primary{margin-left:auto}body .modal-backdrop .modal-card .mini-table{display:table;width:100%;min-width:100%;table-layout:fixed}body .modal-backdrop .modal-card .mini-table th,body .modal-backdrop .modal-card .mini-table td{min-width:0;overflow-wrap:anywhere}body .modal-backdrop .modal-card .mini-table input,body .modal-backdrop .modal-card .mini-table select{width:100%;min-width:0}body .modal-backdrop .modal-card .mini-table th:last-child:empty,body .modal-backdrop .modal-card .mini-table td:last-child:has(.icon-btn){width:48px}body button:not(:disabled),body a[href],body [role=button],body label[for],body select:not(:disabled),body option,body input[type=checkbox]:not(:disabled),body input[type=radio]:not(:disabled),body .interactive-row,body .expand-cell,body .app-group-header,body .app-card,body .load-more-row,body .add-row .icon-btn,body .modal-backdrop{cursor:pointer}body button:disabled,body select:disabled,body input:disabled{cursor:not-allowed}body .modal-backdrop .modal-card{cursor:default}body .interactive-row{transition:background-color .14s ease,color .14s ease}body .dashboard-page .interactive-row:hover{background:#6e9fc417}body label[for]{transition:color .14s ease}body label[for]:hover{color:#c1d4e1}body a[href]{transition:color .14s ease,background-color .14s ease,border-color .14s ease}body select:not(:disabled):hover,body input[type=checkbox]:not(:disabled):hover,body input[type=radio]:not(:disabled):hover{border-color:var(--ze-primary)}body .load-more-row:hover td{background:#6e9fc414;color:#c0d5e4}
