@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}html{scrollbar-gutter:stable}body{overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f9fafb;color:#111827;font-size:14px;line-height:1.5}h1,h2,h3{color:#111827;margin:0 0 12px}h1{font-size:22px;font-weight:600}h2{font-size:18px;font-weight:600}a{color:#1d4ed8}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:8px 14px;border:1px solid transparent;border-radius:6px;font-size:14px;font-weight:500;line-height:1.2;white-space:nowrap;cursor:pointer;background:#f3f4f6;color:#111827;transition:background .15s ease,border-color .15s ease}.btn:hover:not(:disabled){background:#e5e7eb}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:#1d4ed8;color:#fff}.btn-primary:hover:not(:disabled){background:#1e40af}.btn-danger{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.btn-danger:hover:not(:disabled){background:#fee2e2}.btn-ghost{background:transparent;border-color:#e5e7eb}.btn-ghost:hover:not(:disabled){background:#f3f4f6}.btn-sm{min-height:30px;padding:5px 10px;font-size:13px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field label{font-size:13px;font-weight:500;color:#374151}input[type=text],input[type=password],input[type=tel],textarea,select{width:100%;padding:9px 11px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;background:#fff;color:#111827}input:focus,textarea:focus,select:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81f}textarea{resize:vertical}.error{color:#b91c1c;font-size:13px}.muted{color:#6b7280;font-size:13px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:10px 12px;border-bottom:1px solid #e5e7eb;font-size:14px}th{font-size:12px;text-transform:uppercase;letter-spacing:.03em;color:#6b7280;font-weight:600}.switch{position:relative;display:inline-block;width:40px;height:22px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background:#d1d5db;border-radius:22px;transition:background .15s ease}.slider:before{content:"";position:absolute;height:16px;width:16px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .15s ease}.switch input:checked+.slider{background:#1d4ed8}.switch input:checked+.slider:before{transform:translate(18px)}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:500;background:#f3f4f6;color:#374151}.spinner{width:18px;height:18px;border:2px solid #e5e7eb;border-top-color:#1d4ed8;border-radius:50%;animation:spin .6s linear infinite;flex:0 0 auto}@keyframes spin{to{transform:rotate(360deg)}}.loading{display:flex;align-items:center;justify-content:center;gap:10px;min-height:96px;color:#6b7280;font-size:13px}.loading-sm{min-height:40px}.empty{display:flex;align-items:center;justify-content:center;min-height:96px;color:#6b7280;font-size:13px;text-align:center}
