@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");.cogs-root{font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cogs-app{display:flex;flex-direction:column;min-height:100vh;background:#f8fafc}.cogs-app-header{background:#0f172a;color:#fff;padding:0 1.25rem;height:52px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;border-bottom:1px solid #1e293b;position:-webkit-sticky;position:sticky;top:0;z-index:50}.cogs-app-body{display:flex;flex:1 1;min-height:0}.cogs-sidebar{width:216px;flex-shrink:0;background:#0f172a;display:flex;flex-direction:column;padding:1rem 0 1.5rem;overflow-y:auto;position:-webkit-sticky;position:sticky;top:52px;height:calc(100vh - 52px);border-right:1px solid #1e293b}.cogs-nav-section{padding:0 .75rem;margin-bottom:.25rem}.cogs-nav-label{font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#475569;padding:.85rem .6rem .35rem;display:block}.cogs-nav-item{display:flex;align-items:center;gap:.65rem;padding:.6rem .75rem;border-radius:8px;cursor:pointer;color:#94a3b8;font-size:.85rem;font-weight:500;background:transparent;border:none;width:100%;text-align:left;transition:background .12s,color .12s;position:relative;margin-bottom:1px}.cogs-nav-item:hover{background:hsla(0,0%,100%,.06);color:#e2e8f0}.cogs-nav-item.active{background:rgba(22,163,74,.15);color:#4ade80;font-weight:600}.cogs-nav-item.active:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:3px;background:#16a34a;border-radius:0 2px 2px 0}.cogs-nav-icon{width:16px;height:16px;opacity:.7;flex-shrink:0}.cogs-nav-item.active .cogs-nav-icon{opacity:1}.cogs-sidebar-footer{margin-top:auto;padding:.75rem;border-top:1px solid #1e293b}.cogs-content{flex:1 1;min-width:0;padding:1.75rem;overflow-y:auto;max-width:860px}.cogs-mobile-tabs{display:none;overflow-x:auto;background:#0f172a;border-top:1px solid #1e293b;position:-webkit-sticky;position:sticky;bottom:0;z-index:50;scrollbar-width:none;-ms-overflow-style:none}.cogs-mobile-tabs::-webkit-scrollbar{display:none}.cogs-mobile-tab{display:inline-flex;flex-direction:column;align-items:center;gap:2px;padding:.55rem .85rem .5rem;font-size:.65rem;color:#64748b;background:transparent;cursor:pointer;white-space:nowrap;border:none;border-top:2px solid transparent;transition:color .12s}.cogs-mobile-tab.active{color:#4ade80;border-top-color:#16a34a}.cogs-mobile-tab svg{width:18px;height:18px}@media (max-width:768px){.cogs-sidebar{display:none}.cogs-mobile-tabs{display:flex}.cogs-content{padding:1rem;max-width:100%}.cogs-app-body{flex-direction:column}}.cogs-table{width:100%;border-collapse:collapse;font-size:.85rem}.cogs-table th{text-align:left;padding:.5rem .75rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#64748b;background:#f1f5f9;border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0}.cogs-table td{padding:.65rem .75rem;border-bottom:1px solid #f1f5f9;color:#0f172a;vertical-align:middle}.cogs-table tr:last-child td{border-bottom:none}.cogs-table tbody tr:hover td{background:#f0fdf4}.cogs-table .td-right{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cogs-table .td-muted{color:#64748b;font-size:.8rem}.cogs-table .td-mono{font-family:SF Mono,Fira Code,monospace;font-size:.82rem}.cogs-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f1f5f9;transition:background .1s}.cogs-row:hover{background:#f0fdf4;margin:0 -.5rem;padding-left:.5rem;padding-right:.5rem;border-radius:6px}.cogs-row:last-child{border-bottom:none}.badge{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:20px;font-size:.7rem;font-weight:600;line-height:1.4}.badge-green{background:#f0fdf4;color:#16a34a}.badge-amber{background:#fffbeb;color:#d97706}.badge-red{background:#fef2f2;color:#dc2626}.badge-blue{background:#eff6ff;color:#1d4ed8}.badge-gray{background:#f8fafc;color:#64748b}.badge-gold{background:#fffbeb;color:#b45309}.cogs-card{box-shadow:0 1px 4px rgba(15,23,42,.06),0 1px 2px rgba(15,23,42,.03)}.cogs-card,.cogs-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px}.cogs-stat-card{padding:1.1rem 1.25rem;box-shadow:0 1px 4px rgba(15,23,42,.06);position:relative;overflow:hidden}.cogs-stat-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:12px 0 0 12px}.cogs-stat-card.green:before{background:#16a34a}.cogs-stat-card.red:before{background:#dc2626}.cogs-stat-card.amber:before{background:#d97706}.cogs-stat-card.blue:before{background:#1d4ed8}.cogs-stat-card.neutral:before{background:#64748b}.cogs-input:focus,.cogs-select:focus{outline:none;border-color:#16a34a!important;box-shadow:0 0 0 3px rgba(22,163,74,.14)!important}.cogs-btn-primary:hover:not(:disabled){filter:brightness(1.08);cursor:pointer}.cogs-btn-secondary:hover:not(:disabled){background:#f1f5f9!important;cursor:pointer}.cogs-btn-danger:hover:not(:disabled){background:#fef2f2!important;cursor:pointer}.cogs-empty{display:flex;flex-direction:column;align-items:center;padding:3rem 1.5rem;text-align:center;color:#64748b}.cogs-empty-icon{width:48px;height:48px;margin-bottom:1rem;opacity:.35}.cogs-empty-title{font-size:.95rem;font-weight:600;color:#334155;margin-bottom:.35rem}.cogs-empty-sub{font-size:.82rem;line-height:1.55;max-width:300px;margin-bottom:1.25rem}.cogs-section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#64748b;margin-bottom:.75rem}.cogs-page-title{font-size:1.15rem;font-weight:700;color:#0f172a;margin:0 0 .25rem}.cogs-page-sub{font-size:.82rem;color:#64748b;margin:0 0 1.5rem}.cogs-modal{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cogs-tabs::-webkit-scrollbar{display:none}.cogs-tab:hover{background:#f0fdf4!important}.cogs-stat-value{font-size:1.65rem!important;font-weight:800!important;letter-spacing:-.02em}