:root{--sidebar-w: 240px}@media (max-width: 768px){#sidebar-el{position:fixed!important;left:-250px;top:0;bottom:0;z-index:1000;transition:left .25s ease;width:var(--sidebar-w)!important;box-shadow:4px 0 20px #0006}#sidebar-el.open{left:0!important}#sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999}#sidebar-overlay.open{display:block}#hamburger-btn{display:flex!important}#main-content{padding:14px!important}.grid-3,.grid-2{grid-template-columns:1fr!important}}#hamburger-btn{display:none}#sb-config-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f2a23;z-index:9999;display:flex;align-items:center;justify-content:center;font-family:-apple-system,Segoe UI,Inter,system-ui,sans-serif}#sb-status-bar{position:fixed;bottom:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:6px 16px;font-size:12px;background:#0f2a23;color:#fff}.sb-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px}.sb-dot.ok{background:#1d9e75}.sb-dot.err{background:#e55}.sb-dot.loading{background:#ef9f27;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,Segoe UI,Inter,system-ui,sans-serif;background:#fafaf8;color:#1a1a1a}button{font-family:inherit}table{border-collapse:collapse;width:100%}input,select{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}.hidden{display:none!important}.btn-primary{background:#1d9e75;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.btn-dark{background:#0f2a23;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:14px;cursor:pointer}.btn-ghost{background:#fff;color:#666;border:1px solid #ddd;border-radius:8px;padding:10px 18px;font-size:14px;cursor:pointer}.btn-small{font-size:12px;background:none;border:1px solid #ddd;border-radius:6px;padding:5px 10px;cursor:pointer}.input,.select{width:100%;padding:9px 10px;border-radius:8px;border:1px solid #ddd;font-size:13.5px;box-sizing:border-box}.card{background:#fff;border:1px solid #eee;border-radius:12px}.badge{font-size:12px;font-weight:500;padding:3px 9px;border-radius:6px;display:inline-block}.label{font-size:12.5px;color:#666;display:block;margin-bottom:5px}th{padding:10px 14px;font-weight:500;color:#888;font-size:12px;text-align:left}td{padding:10px 14px}tr.row{border-top:1px solid #f3f3f3}.sidebar-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;border:none;text-align:left;cursor:pointer;background:transparent;color:#c7ddd4;font-size:13.5px;width:100%}.sidebar-link.active{background:#1d9e75;color:#fff;font-weight:500}.sidebar-link:hover:not(.active){background:#16382f}
