@charset "UTF-8";:root{--primary-color: #3b82f6;--primary-hover: #2563eb;--primary-light: #dbeafe;--bg-color: #f8fafc;--surface-color: #ffffff;--surface-alt: #f8fafc;--surface-hover: #f1f5f9;--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--border-color: #e2e8f0;--border-light: #f1f5f9;--border-hover: #cbd5e1;--row-hover: #f8fafc;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);background:var(--bg-color);color:var(--text-primary);line-height:1.6;min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.3;font-weight:700}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.2rem}h4{font-size:1.05rem}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface-alt)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{background:var(--primary-light);color:var(--text-primary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:4px 10px;border-radius:6px;border:1px solid var(--border-color, #e2e8f0);background:#fff;font-family:var(--font-family);font-size:.78rem;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap;text-decoration:none;outline:none;color:var(--text-primary, #334155)}.btn:hover:not(:disabled){background:var(--surface-alt, #f1f5f9);border-color:var(--border-hover, #cbd5e1)}.btn:focus-visible{box-shadow:0 0 0 3px #6366f14d}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--sm{padding:3px 8px;font-size:.7rem}.btn--md{padding:4px 10px;font-size:.78rem}.btn--lg{padding:6px 14px;font-size:.85rem}.btn--primary{background:var(--primary-color, #6366f1);color:#fff;border-color:var(--primary-color, #6366f1)}.btn--primary:hover:not(:disabled){background:var(--primary-hover, #4f46e5);border-color:var(--primary-hover, #4f46e5)}.btn--primary:active:not(:disabled){background:#4338ca;border-color:#4338ca}.btn--secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.btn--secondary:hover:not(:disabled){background:#e2e8f0;border-color:#cbd5e1}.btn--secondary:active:not(:disabled){background:#cbd5e1}.btn--danger{color:#dc2626;border-color:#fecaca;background:#fff}.btn--danger:hover:not(:disabled){background:#fef2f2;border-color:#dc2626}.btn--danger:active:not(:disabled){background:#fee2e2}.btn--success{color:#16a34a;border-color:#bbf7d0;background:#fff}.btn--success:hover:not(:disabled){background:#f0fdf4;border-color:#16a34a}.btn--success:active:not(:disabled){background:#dcfce7}.btn--warning{color:#d97706;border-color:#fde68a;background:#fff}.btn--warning:hover:not(:disabled){background:#fffbeb;border-color:#d97706}.btn--warning:active:not(:disabled){background:#fef3c7}.btn--outline{background:transparent;color:var(--primary-color, #6366f1);border:1px solid var(--primary-color, #6366f1)}.btn--outline:hover:not(:disabled){background:#6366f114}.btn--outline:active:not(:disabled){background:#6366f11f}.btn--ghost{background:transparent;color:#64748b;border-color:transparent}.btn--ghost:hover:not(:disabled){background:#f1f5f9;color:#334155}.btn--ghost:active:not(:disabled){background:#e2e8f0}.btn--full-width{width:100%}.btn--w-50{width:50px}.btn--w-60{width:60px}.btn--w-70{width:70px}.btn--w-80{width:80px}.btn--left{justify-content:flex-start}.btn__icon{width:14px;height:14px;flex-shrink:0}.btn--loading{position:relative;color:transparent}.btn--loading:after{content:"";position:absolute;width:12px;height:12px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:btn-spin .6s linear infinite}@keyframes btn-spin{to{transform:rotate(360deg)}}html,body{overflow-x:hidden;max-width:100%}@media(max-width:768px){html{font-size:15px}h1{font-size:1.5rem}h2{font-size:1.3rem}h3{font-size:1.1rem}h4{font-size:1rem}.btn{padding:8px 12px;font-size:.82rem}.btn--sm{padding:6px 10px;font-size:.75rem}input,select,textarea,button{min-height:44px}input[type=radio],input[type=checkbox]{min-height:auto;width:20px;height:20px}}@media(max-width:480px){html{font-size:14px}.btn{padding:10px 14px;font-size:.85rem}}@media(max-width:768px){::-webkit-scrollbar{height:6px}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}}
