*,:after,:before{box-sizing:border-box}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f1419;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;line-height:1.5;margin:0;padding:0}#root,body,html{height:100vh;overflow:hidden}#root{width:100vw}*{transition:all .2s cubic-bezier(.4,0,.2,1)}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#1e2328;border-radius:4px}::-webkit-scrollbar-thumb{background:#404040;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#505050}*{scrollbar-color:#404040 #1e2328;scrollbar-width:thin}::selection{background:#2563eb;color:#fff}::-moz-selection{background:#2563eb;color:#fff}:focus{outline:2px solid #2563eb;outline-offset:2px}::placeholder{color:#9ca3af;opacity:1}button{border:none;cursor:pointer;font-family:inherit;font-size:inherit;transition:all .2s ease}button:hover{transform:translateY(-1px)}button:active{transform:translateY(0)}table{border-collapse:collapse;border-radius:8px;box-shadow:0 1px 3px #0000004d;font-size:14px;overflow:hidden;width:100%}td,th{border-bottom:1px solid #2a2a2a;padding:12px 16px;text-align:left}th{background-color:#1e2328;color:#f3f4f6;font-size:13px;font-weight:600;height:44px;letter-spacing:.05em;text-transform:uppercase}td{color:#d1d5db;height:48px}tr:hover{background-color:#1a1d23}input,select,textarea{background-color:#1e2328;border:1px solid #374151;border-radius:6px;color:#fff;font-family:inherit;font-size:14px;min-height:36px;padding:8px 12px}input:focus,select:focus,textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}a{color:#3b82f6;text-decoration:none}a:hover{text-decoration:underline}.text-primary{color:#f9fafb}.text-secondary{color:#d1d5db}.text-tertiary{color:#9ca3af}.text-disabled{color:#6b7280}.bg-primary{background-color:#0f1419}.bg-secondary{background-color:#1e2328}.bg-tertiary{background-color:#2a2a2a}.border{border:1px solid #374151}.border-secondary{border:1px solid #4b5563}.rounded{border-radius:8px}.rounded-lg{border-radius:12px}.rounded-full{border-radius:9999px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.p-6{padding:24px}.m-2{margin:8px}.m-3{margin:12px}.m-4{margin:16px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.status-success{color:#10b981}.status-error{color:#ef4444}.status-warning{color:#f59e0b}.status-info{color:#3b82f6}.status-processing{color:#8b5cf6}.shadow-sm{box-shadow:0 1px 2px 0 #0000004d}.shadow{box-shadow:0 1px 3px 0 #0006,0 1px 2px 0 #0000004d}.shadow-lg{box-shadow:0 10px 15px -3px #0006,0 4px 6px -2px #0000004d}.container-full{display:flex;flex-direction:row;height:100vh;width:100vw}.sidebar{background-color:#1e2328;border-right:1px solid #374151;flex-shrink:0;height:100vh;overflow-y:auto;width:280px}.main-content{background-color:#0f1419;display:flex;flex:1 1;flex-direction:column;height:100vh;overflow:hidden}.header{align-items:center;background-color:#1e2328;border-bottom:1px solid #374151;display:flex;flex-shrink:0;height:64px;padding:0 24px}.content{flex:1 1;overflow-y:auto;padding:24px}.card{background-color:#1e2328;border:1px solid #374151;border-radius:8px;box-shadow:0 1px 3px #0000004d;padding:20px}.btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:8px 16px;text-decoration:none;transition:all .2s ease}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8;box-shadow:0 4px 12px #2563eb66;transform:translateY(-1px)}.btn-secondary{background-color:#374151;border:1px solid #4b5563;color:#d1d5db}.btn-secondary:hover{background-color:#4b5563;border-color:#6b7280}.btn-ghost{background-color:initial;border:1px solid #374151;color:#9ca3af}.btn-ghost:hover{background-color:#1e2328;color:#d1d5db}.fab{align-items:center;background-color:#2563eb;border-radius:28px;bottom:24px;box-shadow:0 4px 12px #0006;color:#fff;display:flex;font-size:20px;height:56px;justify-content:center;position:fixed;right:24px;transition:all .2s ease;width:56px;z-index:1000}.fab:hover{background-color:#1d4ed8;box-shadow:0 8px 20px #00000080;transform:scale(1.1)}h1{font-size:24px;font-weight:700;line-height:1.2;margin:0}h2{font-size:20px;line-height:1.3}h2,h3{font-weight:600;margin:0}h3{font-size:18px;line-height:1.4}h4{font-size:16px}h4,h5{font-weight:600;line-height:1.4;margin:0}h5{font-size:14px}h6{font-size:12px;font-weight:600;line-height:1.4;margin:0}ol,ul{list-style:none;margin:0;padding:0}