@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:#f4ede3}.cogs-app-header{background:#1e0e06;color:#faf3e8;padding:0 1.25rem;height:52px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;border-bottom:1px solid #2e1a0a;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:#1e0e06;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 #2e1a0a}.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:#5c4030;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:#a88c72;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:#e8d0b4}.cogs-nav-item.active{background:rgba(192,112,48,.18);color:#f5c896;font-weight:600}.cogs-nav-item.active:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:3px;background:#c07030;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 #2e1a0a}.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:#1e0e06;border-top:1px solid #2e1a0a;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:#7a6555;background:transparent;cursor:pointer;white-space:nowrap;border:none;border-top:2px solid transparent;transition:color .12s}.cogs-mobile-tab.active{color:#f5c896;border-top-color:#c07030}.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:#9a8070;background:#f9f3eb;border-bottom:1px solid #e8d8c4;border-top:1px solid #e8d8c4}.cogs-table td{padding:.65rem .75rem;border-bottom:1px solid #f0e6d8;color:#3d2010;vertical-align:middle}.cogs-table tr:last-child td{border-bottom:none}.cogs-table tbody tr:hover td{background:#fff8f0}.cogs-table .td-right{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cogs-table .td-muted{color:#9a8070;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 #f0e6d8;transition:background .1s}.cogs-row:hover{background:#fff8f0;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:#e8f5e9;color:#2e7d32}.badge-amber{background:#fff3e0;color:#e65100}.badge-red{background:#feecec;color:#c62828}.badge-blue{background:#e3f2fd;color:#1565c0}.badge-gray{background:#f5f5f5;color:#616161}.badge-gold{background:#fff8e1;color:#f57f17}.cogs-card{box-shadow:0 1px 4px rgba(61,32,16,.06),0 1px 2px rgba(61,32,16,.03)}.cogs-card,.cogs-stat-card{background:#fff;border:1px solid #ead8c4;border-radius:12px}.cogs-stat-card{padding:1.1rem 1.25rem;box-shadow:0 1px 4px rgba(61,32,16,.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:#2e7d32}.cogs-stat-card.red:before{background:#c62828}.cogs-stat-card.amber:before{background:#e65100}.cogs-stat-card.blue:before{background:#1565c0}.cogs-stat-card.neutral:before{background:#c07030}.cogs-input:focus,.cogs-select:focus{outline:none;border-color:#c8855a!important;box-shadow:0 0 0 3px rgba(200,133,90,.14)!important}.cogs-btn-primary:hover:not(:disabled){filter:brightness(1.08);cursor:pointer}.cogs-btn-secondary:hover:not(:disabled){background:#eee4d8!important;cursor:pointer}.cogs-btn-danger:hover:not(:disabled){background:#fff0f0!important;cursor:pointer}.cogs-empty{display:flex;flex-direction:column;align-items:center;padding:3rem 1.5rem;text-align:center;color:#9a8070}.cogs-empty-icon{width:48px;height:48px;margin-bottom:1rem;opacity:.35}.cogs-empty-title{font-size:.95rem;font-weight:600;color:#5c4030;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:#9a8070;margin-bottom:.75rem}.cogs-page-title{font-size:1.15rem;font-weight:700;color:#3d2010;margin:0 0 .25rem}.cogs-page-sub{font-size:.82rem;color:#9a8070;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:#fff8f0!important}.cogs-stat-value{font-size:1.65rem!important;font-weight:800!important;letter-spacing:-.02em}