button{background-color:#2a2a2a;border:1px solid #3a3a3a;color:#e0e0e0;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}button:hover:not(:disabled){background-color:#3a3a3a;border-color:#4a4a4a;color:#fff}button:active:not(:disabled){background-color:#1a1a1a}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background-color:#4a9eff;border-color:#4a9eff;color:#fff}button.primary:hover:not(:disabled){background-color:#5aaeff;border-color:#5aaeff}button.danger{background-color:#f44;border-color:#f44;color:#fff}button.danger:hover:not(:disabled){background-color:#f55;border-color:#f55}input[type=text],input[type=password],input[type=email],input[type=number],select,textarea{background-color:#1a1a1a;border:1px solid #2a2a2a;color:#e0e0e0;padding:10px 12px;border-radius:6px;font-size:14px;transition:all .2s;width:100%}input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=number]:focus,select:focus,textarea:focus{outline:none;border-color:#4a9eff;background-color:#222}input[type=text]:disabled,input[type=password]:disabled,input[type=email]:disabled,input[type=number]:disabled,select:disabled,textarea:disabled{background-color:#151515;color:#666;cursor:not-allowed}input[type=checkbox]{width:auto;margin-right:8px;cursor:pointer}label{color:#e0e0e0;font-size:14px;font-weight:500;margin-bottom:6px;display:block}small{color:#888;font-size:12px}table{width:100%;border-collapse:collapse}table thead{background-color:#222;border-bottom:1px solid #2a2a2a}table th{padding:12px 16px;text-align:left;color:#fff;font-size:14px;font-weight:600}table tbody tr{border-bottom:1px solid #2a2a2a;transition:background-color .2s}table tbody tr:hover{background-color:#222}table tbody tr:nth-child(2n){background-color:#151515}table tbody tr:nth-child(2n):hover{background-color:#222}table td{padding:12px 16px;color:#e0e0e0;font-size:14px}.layout-mobile-header,.layout-overlay{display:none}@media(max-width:767px){.layout-mobile-header{display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;height:56px;padding:0 16px;background-color:#1a1a1a;border-bottom:1px solid rgba(255,255,255,.05);z-index:1001;box-shadow:0 2px 8px #0000004d}.layout-hamburger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:transparent;border:none;color:#e0e0e0;cursor:pointer;border-radius:8px;font-size:24px}.layout-hamburger:hover{background:#ffffff14;color:#fff}.layout-mobile-title{color:#fff;font-size:18px;font-weight:600;margin:0;flex:1;text-align:center}.layout-mobile-user{width:44px;font-size:12px;color:#888;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layout-sidebar{width:280px;max-width:85vw;transform:translate(-100%);transition:transform .25s ease-out;z-index:1002;box-shadow:4px 0 20px #0006}.layout-root.layout-mobile-open .layout-sidebar{transform:translate(0)}.layout-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:1000;opacity:0;pointer-events:none;transition:opacity .2s}.layout-root.layout-mobile-open .layout-overlay{opacity:1;pointer-events:auto}.layout-main{margin-left:0!important;padding:72px 16px 16px!important}}@media(max-width:767px){.dashboard-page-title{font-size:24px!important;margin-bottom:16px!important}.dashboard-welcome-card{flex-direction:column!important;align-items:stretch!important;gap:16px!important;padding:16px!important;margin-bottom:16px!important}.dashboard-welcome-text h2{font-size:18px!important;margin-bottom:8px!important}.dashboard-welcome-actions{flex-direction:column!important;width:100%}.dashboard-welcome-actions a,.dashboard-welcome-actions button{width:100%;justify-content:center}.dashboard-stats-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important;margin-bottom:16px!important}.dashboard-stat-card{padding:12px!important;min-width:0!important}.dashboard-stat-card h3{font-size:10px!important;margin-bottom:4px!important}.dashboard-stat-card .dashboard-stat-value{font-size:18px!important;line-height:1.2!important}.dashboard-stat-card .dashboard-stat-details{display:none}}.layout-sidebar a:hover .layout-menu-icon img{transform:scale(1.15)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e0e0e0;background-color:#0f0f0f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#0f0f0f;color:#e0e0e0}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4a4a4a}
