.hcc-page{--hcc-bg:#f6f8fb;--hcc-surface:#fff;--hcc-surface-soft:#f8fafc;--hcc-border:#e5e7eb;--hcc-border-light:#eef0f3;--hcc-text:#111827;--hcc-text-secondary:#4b5563;--hcc-text-muted:#6b7280;--hcc-primary:#2563eb;--hcc-primary-dark:#1d4ed8;--hcc-green:#059669;--hcc-green-soft:#ecfdf5;--hcc-amber:#d97706;--hcc-amber-soft:#fffbeb;--hcc-orange:#ea580c;--hcc-orange-soft:#fff7ed;--hcc-red:#dc2626;--hcc-red-soft:#fef2f2;background:linear-gradient(180deg, #f8fafc 0%, var(--hcc-bg) 260px);width:100%;min-height:100vh;color:var(--hcc-text);box-sizing:border-box;padding:32px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5}.hcc-page *,.hcc-page :before,.hcc-page :after{box-sizing:border-box}.hcc-page>div{width:100%;max-width:1440px;margin-left:auto;margin-right:auto}.hcc-page h1,.hcc-page h2,.hcc-page h3{color:var(--hcc-text)}.hcc-page .text-4xl,.hcc-page .text-3xl{letter-spacing:-.025em;color:var(--hcc-text)!important;font-size:30px!important;font-weight:750!important;line-height:1.15!important}.hcc-page .text-2xl{font-size:21px!important;font-weight:700!important;line-height:1.25!important}.hcc-page .text-xl{font-size:18px!important;font-weight:700!important;line-height:1.3!important}.hcc-page .text-lg{font-size:16px!important;font-weight:650!important;line-height:1.35!important}.hcc-page .text-sm{font-size:14px!important}.hcc-page .text-xs{font-size:12px!important}.hcc-page .mb-8{margin-bottom:26px!important}.hcc-page .mb-4{margin-bottom:18px!important}.hcc-page .flex.items-center.justify-between{gap:20px}.hcc-page .bg-white{background:var(--hcc-surface)!important}.hcc-page .border-gray-200,.hcc-page .border-gray-300{border-color:var(--hcc-border)!important}.hcc-page .rounded-2xl{border-radius:16px!important}.hcc-page .rounded-xl{border-radius:11px!important}.hcc-page .rounded-lg{border-radius:9px!important}.hcc-page .grid.grid-cols-1.sm\:grid-cols-2.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px!important;margin-bottom:26px!important;display:grid!important}.hcc-page .grid.grid-cols-1.sm\:grid-cols-2.lg\:grid-cols-4>div{border:1px solid var(--hcc-border);background:#fff;min-height:138px;transition:transform .15s,box-shadow .15s,border-color .15s;box-shadow:0 1px 2px #0f172a08;border-radius:16px!important;padding:22px!important}.hcc-page .grid.grid-cols-1.sm\:grid-cols-2.lg\:grid-cols-4>div:hover{border-color:#d9dee7;transform:translateY(-1px);box-shadow:0 8px 24px #0f172a0f}.hcc-page .grid.grid-cols-1.sm\:grid-cols-2.lg\:grid-cols-4 .text-3xl,.hcc-page .grid.grid-cols-1.sm\:grid-cols-2.lg\:grid-cols-4 .text-2xl{margin-top:8px;font-size:27px!important;font-weight:750!important;line-height:1!important}.hcc-page input,.hcc-page select,.hcc-page textarea{font-family:inherit}.hcc-page input[type=search],.hcc-page input[type=text],.hcc-page input[type=email],.hcc-page input[type=password],.hcc-page input[type=date],.hcc-page input[type=number],.hcc-page input[type=datetime-local],.hcc-page select,.hcc-page textarea{border:1px solid var(--hcc-border);outline:none;width:100%;min-height:44px;padding:10px 13px;transition:border-color .15s,box-shadow .15s,background .15s;color:var(--hcc-text)!important;background:#fff!important;border-radius:10px!important;font-size:14px!important}.hcc-page input::placeholder{color:#9ca3af}.hcc-page input:hover,.hcc-page select:hover,.hcc-page textarea:hover{border-color:#cbd5e1!important}.hcc-page input:focus,.hcc-page select:focus,.hcc-page textarea:focus{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb1a!important}.hcc-page input[type=search]{min-height:46px;padding-left:15px;font-size:14px!important}.hcc-page button{cursor:pointer;font-family:inherit;transition:background-color .15s,border-color .15s,box-shadow .15s,transform 50ms,opacity .15s}.hcc-page button:disabled{cursor:not-allowed}.hcc-page button.bg-blue-600{min-height:40px;padding-left:16px;padding-right:16px;color:#fff!important;background:#2563eb!important;border-radius:10px!important;font-size:14px!important;font-weight:650!important;box-shadow:0 1px 2px #0f172a14!important}.hcc-page button.bg-blue-600:hover{background:#1d4ed8!important;box-shadow:0 5px 12px #2563eb2e!important}.hcc-page button.bg-blue-600:active{transform:translateY(1px)}.hcc-page button.bg-emerald-600,.hcc-page button.bg-red-600{min-height:40px;border-radius:10px!important;font-weight:650!important}.hcc-page button.border-gray-300{min-height:40px;padding-left:15px;padding-right:15px;border:1px solid var(--hcc-border)!important;color:var(--hcc-text-secondary)!important;background:#fff!important;border-radius:10px!important;font-size:14px!important;font-weight:600!important}.hcc-page button.border-gray-300:hover{background:var(--hcc-surface-soft)!important;border-color:#cbd5e1!important}.hcc-page .overflow-x-auto{border:1px solid var(--hcc-border);-webkit-overflow-scrolling:touch;background:#fff;border-radius:14px;overflow-x:auto;box-shadow:0 1px 2px #0f172a06}.hcc-page table{border-collapse:separate;border-spacing:0;width:100%;min-width:900px;font-size:14px}.hcc-page table thead{background:#f8fafc}.hcc-page table th{border-bottom:1px solid var(--hcc-border);color:#64748b;letter-spacing:.065em;text-align:left;text-transform:uppercase;white-space:nowrap;height:46px;padding:0 18px;font-size:11px!important;font-weight:700!important}.hcc-page table tbody tr{cursor:pointer;background:#fff;transition:background-color .12s}.hcc-page table tbody tr:hover{background:#f8fafc}.hcc-page table td{border-bottom:1px solid var(--hcc-border-light);min-height:66px;color:var(--hcc-text);vertical-align:middle;padding:12px 18px;font-size:14px!important}.hcc-page table tbody tr:last-child td{border-bottom:none}.hcc-page table td:first-child{font-weight:650}.hcc-page table td:first-child .text-xs{margin-top:2px}.hcc-page .rounded-lg.bg-emerald-50,.hcc-page .rounded-lg.bg-amber-50,.hcc-page .rounded-lg.bg-orange-50,.hcc-page .rounded-lg.bg-red-50{white-space:nowrap;align-items:center;min-height:27px;display:inline-flex;border-radius:999px!important;padding:4px 10px!important;font-size:12px!important;font-weight:650!important}.hcc-page .bg-gray-50.border{transition:border-color .15s,box-shadow .15s,transform .15s;border-color:var(--hcc-border)!important;background:#fafbfc!important}.hcc-page .bg-gray-50.border:hover{transform:translateY(-1px);box-shadow:0 5px 16px #0f172a0d;background:#fff!important;border-color:#d5dbe5!important}.hcc-page .fixed.inset-0{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a7a!important}.hcc-page .fixed.inset-0>div.bg-white{border:1px solid var(--hcc-border);overflow:hidden;box-shadow:0 24px 70px #0f172a38;background:#fff!important;border-radius:18px!important}.hcc-page .sticky.top-0{min-height:72px;border-bottom:1px solid var(--hcc-border)!important;background:#fffffffa!important;padding:18px 26px!important}.hcc-page .p-6{padding:26px!important}.hcc-page .p-5{padding:20px!important}.hcc-page .px-6{padding-left:26px!important;padding-right:26px!important}.hcc-page label{color:var(--hcc-text-secondary);margin-bottom:7px;display:block;font-size:13px!important;font-weight:650!important}.hcc-page .grid>div{min-width:0}.hcc-page .text-gray-500{color:var(--hcc-text-muted)!important}.hcc-page .text-gray-400{color:#9ca3af!important}.hcc-page .text-gray-700{color:var(--hcc-text-secondary)!important}.hcc-page .text-gray-900{color:var(--hcc-text)!important}.hcc-page a{color:var(--hcc-primary);text-decoration:none}.hcc-page a:hover{text-decoration:underline}.hcc-page .border-t,.hcc-page .border-b{border-color:var(--hcc-border)!important}.hcc-page .border-dashed{background:#fafafa!important;border-color:#d1d5db!important;border-radius:13px!important}.hcc-page [role=alert]{border-radius:11px;box-shadow:0 10px 30px #0f172a26}.hcc-page .overflow-y-auto{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.hcc-page .overflow-y-auto::-webkit-scrollbar{width:8px}.hcc-page .overflow-y-auto::-webkit-scrollbar-track{background:0 0}.hcc-page .overflow-y-auto::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.hcc-page .overflow-x-auto::-webkit-scrollbar{height:8px}.hcc-page .overflow-x-auto::-webkit-scrollbar-track{background:#f8fafc}.hcc-page .overflow-x-auto::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.hcc-page .gap-4{gap:16px!important}.hcc-page .gap-3{gap:12px!important}.hcc-page .gap-2{gap:8px!important}.hcc-page .space-y-5>:not([hidden])~:not([hidden]){margin-top:20px!important}@media (width<=1100px){.hcc-page{padding:24px}.hcc-page .grid.grid-cols-1.sm\:grid-cols-2.lg\:grid-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.hcc-page{padding:16px}.hcc-page .grid.grid-cols-1.sm\:grid-cols-2.lg\:grid-cols-4{grid-template-columns:1fr}.hcc-page .text-4xl,.hcc-page .text-3xl{font-size:25px!important}.hcc-page .text-2xl{font-size:19px!important}.hcc-page table{min-width:820px}.hcc-page .p-6{padding:20px!important}.hcc-page .px-6{padding-left:20px!important;padding-right:20px!important}}@media (width<=480px){.hcc-page{padding:12px}.hcc-page .text-4xl,.hcc-page .text-3xl{font-size:23px!important}.hcc-page table{min-width:760px}}*{box-sizing:border-box;margin:0;padding:0}body{color:#0f172a;background-color:#f5f7fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5}h1{color:#1e2a5e;margin-bottom:8px;font-size:32px;font-weight:600;line-height:1.3}h2{color:#1e2a5e;margin-bottom:16px;font-size:24px;font-weight:600;line-height:1.3}h3{color:#0f172a;margin-bottom:12px;font-size:18px;font-weight:500;line-height:1.4}label{text-transform:uppercase;letter-spacing:.5px;color:#64748b;font-size:13px;font-weight:500}.text-secondary{color:#334155;font-size:14px}.text-muted{color:#64748b;font-size:14px}*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}
