*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#1a1a1a;background:#f5f5f5}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}nav{background:#1e293b;padding:0 1.5rem;display:flex;align-items:center;gap:2rem;height:52px}nav .brand{color:#f8fafc;font-weight:600;font-size:1rem}nav a.brand:hover{color:#f8fafc;text-decoration:none}nav a{color:#94a3b8;font-size:.9rem}nav a:hover{color:#f8fafc;text-decoration:none}.nav-badge{display:inline-block;background:#ef4444;color:#fff;font-size:.65rem;font-weight:700;padding:.1rem .4rem;border-radius:99px;line-height:1.4;vertical-align:middle;margin-left:.2rem}.container{max-width:1100px;margin:2rem auto;padding:0 1.5rem}.flash{padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.flash.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.flash.error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;overflow:hidden}table{width:100%;border-collapse:collapse}th{text-align:left;padding:.6rem .75rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;border-bottom:2px solid #e2e8f0}td:first-child,th:first-child{padding-left:1.25rem}td:last-child,th:last-child{padding-right:1.25rem}td{padding:.75rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}tr:last-child td{border-bottom:none}tr:hover td{background:#f8fafc}.badge{display:inline-block;padding:.2rem .55rem;border-radius:99px;font-size:.75rem;font-weight:500}.badge-green{background:#dcfce7;color:#15803d}.badge-gray{background:#f1f5f9;color:#64748b}.badge-blue{background:#dbeafe;color:#1d4ed8}.badge-orange{background:#ffedd5;color:#c2410c}.badge-purple{background:#ede9fe;color:#7c3aed}.badge-red{background:#fee2e2;color:#991b1b}.btn{display:inline-block;padding:.45rem .9rem;border-radius:6px;font-size:.85rem;font-weight:500;border:none;cursor:pointer}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;text-decoration:none;color:#fff}.btn-secondary{background:#f1f5f9;color:#374151;border:1px solid #e2e8f0}.btn-secondary:hover{background:#e2e8f0;text-decoration:none}.btn-sm{padding:.3rem .65rem;font-size:.8rem}.btn-danger{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.btn-danger:hover{background:#fecaca;text-decoration:none}.form-group{margin-bottom:1.25rem}label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.4rem;color:#374151}input[type=number],input[type=password],input[type=text],input[type=url],select,textarea{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;background:#fff;color:#1a1a1a}input:focus,select:focus,textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}textarea{resize:vertical;min-height:80px}.hint{font-size:.78rem;color:#6b7280;margin-top:.25rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.page-header h1{font-size:1.3rem;font-weight:600}.truncate{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}