*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2563eb;--primary-hover: #1d4ed8;--secondary: #64748b;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--background: #f8fafc;--surface: #ffffff;--text-primary: #0f172a;--text-secondary: #64748b;--border: #e2e8f0;--border-focus: #2563eb}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--background);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 1rem}input,select,textarea{font-family:inherit;font-size:.875rem;padding:.625rem 1rem;border:1px solid var(--border);border-radius:.75rem;background:var(--surface);color:var(--text-primary);width:100%;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #2563eb1a}input::placeholder,textarea::placeholder{color:var(--text-secondary)}label{display:block;font-size:.875rem;font-weight:500;color:var(--text-primary);margin-bottom:.375rem}button{font-family:inherit;cursor:pointer;border:none;border-radius:.5rem;font-weight:500;transition:all .15s}.btn{padding:.625rem 1.25rem;font-size:.875rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:var(--surface);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--background)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#dc2626}.btn-success{background:var(--success);color:#fff}.btn-success:hover{background:#16a34a}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover{background:var(--background);color:var(--text-primary)}.btn-sm{padding:.375rem .875rem;font-size:.75rem;border-radius:.5rem}.btn-lg{padding:.75rem 1.75rem;font-size:1rem;border-radius:.5rem}.card{background:var(--surface);border-radius:.75rem;border:1px solid var(--border);padding:1.25rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.card-title{font-size:1rem;font-weight:600}.badge{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:500;border-radius:9999px}.badge-primary{background:#dbeafe;color:#1d4ed8}.badge-success{background:#dcfce7;color:#16a34a}.badge-warning{background:#fef3c7;color:#d97706}.badge-danger{background:#fee2e2;color:#dc2626}.badge-secondary{background:#f1f5f9;color:#64748b}.toggle{position:relative;width:44px;height:24px;background:var(--border);border-radius:9999px;cursor:pointer;transition:background .2s}.toggle.active{background:var(--primary)}.toggle:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0000001a}.toggle.active:after{transform:translate(20px)}.empty-state{text-align:center;padding:3rem 1.5rem;color:var(--text-secondary)}.empty-state svg{width:48px;height:48px;margin-bottom:1rem;opacity:.5}.empty-state h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.empty-state p{font-size:.875rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeIn .2s ease-out}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}.modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.modal{background:var(--surface);border-radius:.75rem;max-width:480px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{padding:1.25rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:1.125rem;font-weight:600}.modal-body{padding:1.25rem}.modal-footer{padding:1rem 1.25rem;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:.75rem}
