:root{
  --navy:#101d2d;
  --navy-2:#16263a;
  --blue:#1677ff;
  --blue-soft:#eaf3ff;
  --green:#12b76a;
  --red:#f04438;
  --orange:#ff8a1f;
  --purple:#7c4dff;
  --ink:#10203a;
  --muted:#667085;
  --line:#e3e9f1;
  --page:#f3f7fb;
  --card:#ffffff;
  --shadow:0 8px 24px rgba(16,32,58,.055);
}
*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;background:var(--page);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:14px}.app-shell{min-height:100vh;display:flex}.sidebar{width:246px;min-height:100vh;background:linear-gradient(180deg,#111f30 0%,#0c1826 100%);color:#d8e0eb;display:flex;flex-direction:column;padding:20px 12px;position:fixed;inset:0 auto 0 0;z-index:1040;box-shadow:8px 0 24px rgba(13,28,45,.08)}.sidebar-brand-wrap{padding:0 14px 18px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:12px}.brand{font-size:31px;line-height:1;font-weight:800;letter-spacing:-1.6px;color:#fff}.brand span{color:#1683ff}.brand-sub{margin-top:8px;color:#9fb0c5;font-size:12px}.version-pill{display:inline-flex;align-items:center;background:#1b5ca1;color:#fff;border-radius:999px;padding:2px 7px;margin-left:6px;font-size:10px;font-weight:700}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.nav-item{display:flex;align-items:center;gap:13px;color:#d1d9e5;text-decoration:none;border-radius:8px;padding:11px 13px;transition:.18s ease}.nav-item i{font-size:17px;width:22px;text-align:center}.nav-item:hover{background:rgba(255,255,255,.055);color:#fff}.nav-item.active{background:linear-gradient(90deg,#174e88,#2366ab);color:#fff;box-shadow:inset 3px 0 #4fa1ff}.sidebar-system{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding:18px 14px 8px}.sidebar-section-title{font-size:11px;color:#7f93aa;margin-bottom:10px}.system-line{display:flex;align-items:center;gap:9px;margin:8px 0;font-size:12px}.system-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.system-dot.online{background:#21c77a;box-shadow:0 0 0 4px rgba(33,199,122,.08)}.sidebar-footer{padding:10px 14px;color:#8092a8;font-size:11px;display:flex;flex-direction:column}.sidebar-footer strong{color:#e7edf5;font-size:12px}.app-main{margin-left:246px;width:calc(100% - 246px);min-height:100vh;display:flex;flex-direction:column}.topbar{height:70px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:1020}.topbar-left,.topbar-right{display:flex;align-items:center;gap:14px}.global-search{width:min(470px,45vw);height:42px;border:1px solid #d8e1eb;background:#f8fafc;border-radius:8px;display:flex;align-items:center;gap:10px;padding:0 14px}.global-search i{color:#54657b}.global-search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink)}.global-search input::placeholder{color:#8491a3}.icon-button{width:39px;height:39px;border:0;background:transparent;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;color:#52637a;text-decoration:none;font-size:19px}.icon-button:hover{background:#edf3f9;color:var(--blue)}.mobile-menu{display:none}.topbar-date{align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px;padding:9px 12px;color:#536174;font-size:12px}.admin-avatar{width:39px;height:39px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.admin-info{line-height:1.15}.admin-info strong,.admin-info small{display:block}.admin-info small{color:#778599;margin-top:4px}.page-content{padding:26px 28px 20px;flex:1}.page-footer{padding:14px 28px 24px;color:#8894a4;font-size:11px}.page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.page-title-wrap{display:flex;gap:14px;align-items:flex-start}.page-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:27px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.page-heading h1{font-size:26px;font-weight:800;letter-spacing:-.6px;margin:0}.page-heading p{margin:4px 0 0;color:var(--muted)}.page-actions{display:flex;gap:10px;flex-wrap:wrap}.btn{font-weight:600;border-radius:8px}.btn-primary{background:var(--blue);border-color:var(--blue)}.btn-success{background:var(--green);border-color:var(--green)}.btn-purple{background:var(--purple);border-color:var(--purple);color:#fff}.btn-purple:hover{background:#6738eb;color:#fff}.panel-card,.stat-card{background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:11px}.panel-card{padding:18px}.stat-card{padding:16px 18px;min-height:118px;display:flex;align-items:center;gap:16px}.stat-icon{width:58px;height:58px;border-radius:10px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:27px;flex:0 0 auto}.stat-icon.blue{background:linear-gradient(135deg,#1477ff,#2195ff)}.stat-icon.green{background:linear-gradient(135deg,#08a95c,#1acb7b)}.stat-icon.red{background:linear-gradient(135deg,#f02f37,#ff5450)}.stat-icon.orange{background:linear-gradient(135deg,#ff8c1a,#ff9f31)}.stat-icon.purple{background:linear-gradient(135deg,#6c42e8,#8b5cff)}.stat-copy small{color:#27354b;font-weight:700}.stat-value{font-size:30px;font-weight:800;line-height:1.08;margin-top:3px}.stat-meta{font-size:11px;color:#7b8798;margin-top:5px}.stat-meta.positive{color:#0ca75b}.stat-meta.negative{color:#e3443c}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}.section-head h2,.section-head h3{font-size:17px;font-weight:800;margin:0}.section-subtitle{font-size:12px;color:var(--muted);margin-top:3px}.filter-card{padding:14px 16px}.form-label{font-size:11px;font-weight:700;color:#45546a;margin-bottom:6px}.form-control,.form-select{border-color:#d8e1eb;border-radius:7px;min-height:39px;color:#28384d;font-size:13px}.form-control:focus,.form-select:focus{border-color:#8abfff;box-shadow:0 0 0 .2rem rgba(22,119,255,.1)}.table-wrap{overflow-x:auto}.table{font-size:12px;margin-bottom:0}.table>:not(caption)>*>*{padding:.68rem .7rem;border-bottom-color:#e5ebf2;vertical-align:middle}.table thead th{background:#f4f7fa;color:#44536a;text-transform:uppercase;font-size:10px;letter-spacing:.15px;white-space:nowrap}.table tbody tr:hover{background:#fbfdff}.table .name-cell strong{display:block;color:#10203a}.table .name-cell small{color:#7d899a}.badge-soft{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:700}.badge-soft::before{content:"";width:7px;height:7px;border-radius:50%}.badge-soft.success{background:#e8f8f0;color:#07884a}.badge-soft.success::before{background:#10b968}.badge-soft.danger{background:#feeceb;color:#d9302a}.badge-soft.danger::before{background:#ef4444}.badge-soft.warning{background:#fff3df;color:#ce700a}.badge-soft.warning::before{background:#f59e0b}.badge-soft.secondary{background:#eef1f5;color:#667085}.badge-soft.secondary::before{background:#98a2b3}.badge-soft.purple{background:#eee8ff;color:#7048df}.badge-soft.purple::before{background:#7c4dff}.product-tag{display:inline-block;border-radius:5px;padding:4px 8px;font-weight:700;font-size:9px;background:#e7f1ff;color:#176ad6;margin:2px}.product-tag.purple{background:#eee8ff;color:#7048df}.product-tag.orange{background:#fff0e1;color:#e9730a}.action-buttons{display:flex;gap:5px;white-space:nowrap}.btn-icon{width:32px;height:31px;padding:0;display:inline-flex;align-items:center;justify-content:center}.empty-state{text-align:center;padding:42px 20px;color:#7f8c9f}.empty-state i{font-size:42px;color:#b9c4d1;display:block;margin-bottom:10px}.chart-box{position:relative;min-height:260px}.mini-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:15px}.ranking-list{list-style:none;padding:0;margin:0}.ranking-list li{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid #edf1f5}.ranking-list li:last-child{border-bottom:0}.rank-num{width:24px;height:24px;border-radius:50%;background:#edf4ff;color:#2467ad;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}.rank-copy{flex:1;min-width:0}.rank-copy strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rank-copy small{color:#7c8798}.license-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.detail-list{display:grid;grid-template-columns:180px 1fr;gap:10px 16px}.detail-list dt{font-weight:700;color:#59687b}.detail-list dd{margin:0;color:#17283f}.code-pill{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#f0f4f8;border:1px solid #d9e1ea;border-radius:6px;padding:4px 7px}.ip-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid #dce4ee;background:#f8fafc;border-radius:7px;padding:6px 8px;margin:3px 4px 3px 0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.timeline{position:relative;padding-left:20px}.timeline:before{content:"";position:absolute;left:6px;top:4px;bottom:4px;width:2px;background:#dfe6ef}.timeline-item{position:relative;padding:0 0 16px 14px}.timeline-dot{position:absolute;width:10px;height:10px;border-radius:50%;left:-18px;top:4px;background:var(--blue)}.timeline-item strong{display:block}.timeline-item small{color:#7a8798}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top right,#dfeeff 0,#f5f8fc 35%,#eef3f8 100%);padding:20px}.login-card{width:420px;max-width:100%;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 50px rgba(31,57,84,.12);padding:34px}.login-brand{text-align:center;margin-bottom:26px}.login-brand .brand{color:#18283e}.login-brand p{color:#7c8898;margin:9px 0 0}.sidebar-backdrop{display:none}.modal-content{border:0;border-radius:12px;box-shadow:0 20px 60px rgba(16,32,58,.18)}.modal-header,.modal-footer{border-color:#edf1f5}.card-product{position:relative;overflow:hidden}.card-product .product-head{display:flex;align-items:center;gap:14px}.product-icon{width:58px;height:58px;border-radius:10px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:26px}.product-metrics{display:flex;gap:28px;margin-top:16px}.product-metric{border-right:1px solid var(--line);padding-right:28px}.product-metric:last-child{border-right:0}.product-metric small{display:block;color:#788597}.product-metric strong{font-size:22px}.text-truncate-220{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-thin{height:7px;background:#edf1f5}.file-hash{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#55657a}.health-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.health-item{border:1px solid var(--line);background:#fff;border-radius:10px;padding:15px;display:flex;align-items:center;gap:12px}.health-icon{width:42px;height:42px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:#eaf7f0;color:#0ca75b;font-size:20px}.pagination{margin:0}.page-link{color:#266cb4;border-color:#dce4ed}.page-item.active .page-link{background:#1677ff;border-color:#1677ff}.alert{border-radius:9px}.table-responsive{border-radius:8px}
@media(max-width:1200px){.license-summary{grid-template-columns:repeat(2,1fr)}.health-grid{grid-template-columns:1fr 1fr}.stat-card{min-height:106px}.stat-icon{width:50px;height:50px}.stat-value{font-size:25px}}
@media(max-width:991px){.sidebar{transform:translateX(-100%);transition:transform .2s ease}.app-main{margin-left:0;width:100%}.mobile-menu{display:inline-flex}.sidebar-open .sidebar{transform:translateX(0)}.sidebar-backdrop{position:fixed;inset:0;background:rgba(8,20,32,.48);z-index:1030}.sidebar-open .sidebar-backdrop{display:block}.global-search{width:min(420px,58vw)}.page-content{padding:20px}.topbar{padding:0 18px}}
@media(max-width:767px){.page-heading{flex-direction:column}.page-actions{width:100%}.page-actions .btn{flex:1}.global-search{display:none}.license-summary,.health-grid{grid-template-columns:1fr}.detail-list{grid-template-columns:1fr;gap:3px}.detail-list dd{margin-bottom:8px}.stat-card{min-height:96px}.page-content{padding:16px 12px}.topbar{height:62px}.panel-card{padding:14px}.product-metrics{gap:15px}.product-metric{padding-right:15px}}

.notification-link{position:relative}.notification-count{position:absolute;top:1px;right:0;min-width:17px;height:17px;border-radius:999px;background:#f04438;color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff}.renewal-actions{display:flex;gap:5px;flex-wrap:wrap}
.payment-gateway-card{border-left:4px solid var(--blue)}
