:root{--bg-primary: #f8fafc;--bg-secondary: #ffffff;--bg-card: #ffffff;--bg-card-hover: #f8fafc;--bg-card-active: #f1f5f9;--border-subtle: #e2e8f0;--border-card: #e2e8f0;--border-focus: #0284c7;--text-main: #0f172a;--text-muted: #475569;--text-dim: #64748b;--text-highlight: #0284c7;--accent-cyan: #0891b2;--accent-blue: #0284c7;--accent-indigo: #4f46e5;--status-success: #059669;--status-success-bg: #ecfdf5;--status-warning: #d97706;--status-warning-bg: #fffbeb;--status-error: #dc2626;--status-error-bg: #fef2f2;--status-info: #0284c7;--status-info-bg: #f0f9ff;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--shadow-md: 0 4px 20px -2px rgba(15, 23, 42, .06), 0 2px 6px -1px rgba(15, 23, 42, .04);--shadow-lg: 0 12px 32px -4px rgba(15, 23, 42, .12);--shadow-glow: 0 0 16px rgba(2, 132, 199, .15);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", Menlo, Consolas, monospace;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-full: 9999px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden;background-image:linear-gradient(to bottom,#fff,#f8fafc 400px)}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:#94a3b8}button{font-family:inherit;cursor:pointer;border:none;outline:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .2s cubic-bezier(.4,0,.2,1)}.btn-primary{background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;padding:8px 18px;border-radius:var(--radius-md);font-weight:600;font-size:13.5px;box-shadow:0 2px 8px #0284c740}.btn-primary:hover{background:linear-gradient(135deg,#0369a1,#075985);box-shadow:0 4px 12px #0284c759;transform:translateY(-1px)}.btn-secondary{background:#fff;color:#334155;border:1px solid #cbd5e1;padding:8px 16px;border-radius:var(--radius-md);font-size:13.5px;font-weight:500;box-shadow:var(--shadow-sm)}.btn-secondary:hover{background:#f8fafc;border-color:#94a3b8;color:#0f172a}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:8px 16px;border-radius:var(--radius-md);font-weight:600;font-size:13px;box-shadow:0 2px 8px #ef444440}.btn-danger:hover{background:#dc2626}.btn-warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:7px 14px;border-radius:var(--radius-md);font-weight:600;font-size:13px;box-shadow:0 2px 8px #f59e0b40}.btn-ghost{background:transparent;color:#64748b;padding:6px 12px;border-radius:var(--radius-sm);font-size:13px}.btn-ghost:hover{color:#0f172a;background:#f1f5f9}input,select,textarea{font-family:inherit;background:#fff;border:1px solid #cbd5e1;color:var(--text-main);padding:9px 13px;border-radius:var(--radius-md);font-size:13.5px;outline:none;transition:all .2s;width:100%}input:focus,select:focus,textarea:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px #0284c726}select option{background:#fff;color:#0f172a}.glass-panel{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.status-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:var(--radius-full);font-size:12px;font-weight:600;letter-spacing:.2px}.badge-green{background:var(--status-success-bg);color:var(--status-success);border:1px solid #a7f3d0}.badge-yellow{background:var(--status-warning-bg);color:var(--status-warning);border:1px solid #fde68a}.badge-red{background:var(--status-error-bg);color:var(--status-error);border:1px solid #fecaca}.badge-blue{background:var(--status-info-bg);color:var(--status-info);border:1px solid #bae6fd}.badge-gray{background:#f1f5f9;color:var(--text-muted);border:1px solid #e2e8f0}.dot-indicator{width:8px;height:8px;border-radius:50%;display:inline-block}.dot-green{background-color:var(--status-success)}.dot-yellow{background-color:var(--status-warning)}.dot-red{background-color:var(--status-error)}.dot-blue{background-color:var(--accent-blue)}.mono-num{font-family:var(--font-mono);font-weight:600;letter-spacing:-.2px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease-out}.modal-content{background:#fff;border:1px solid #cbd5e1;border-radius:var(--radius-lg);box-shadow:0 20px 45px -10px #0f172a2e;max-height:90vh;overflow-y:auto;position:relative;animation:scaleUp .25s cubic-bezier(.16,1,.3,1);color:#0f172a}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.toast-container{position:fixed;top:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast-item{pointer-events:auto;min-width:320px;max-width:440px;background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-md);padding:14px 18px;box-shadow:0 10px 30px #0f172a1f;border-left:4px solid var(--accent-blue);animation:slideIn .3s ease-out}.toast-item.success{border-left-color:var(--status-success)}.toast-item.error{border-left-color:var(--status-error)}.toast-item.warning{border-left-color:var(--status-warning)}@keyframes slideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}
