:root{--color-bg:#ffffff;--color-text:#0f172a;--color-muted:#64748b;--color-border:#e2e8f0;--color-light:#f1f5f9;--tenant-primary:#2563eb;--tenant-secondary:#0f172a;--tenant-accent:#16a34a}body{background:var(--color-bg);color:var(--color-text);margin:0;font-family:system-ui,-apple-system,sans-serif}a{color:var(--tenant-primary)}.button{background:var(--tenant-primary);color:white;padding:.75rem 1.5rem;border-radius:8px;border:none;cursor:pointer;font-weight:600;font-size:1rem;text-decoration:none;display:inline-block}.button:hover{opacity:.9}.button:disabled{opacity:.5;cursor:not-allowed}.button.secondary{background:transparent;color:var(--tenant-primary);border:1px solid var(--color-border)}.button.danger{background:#dc2626}.container{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.field label{font-size:.85rem;font-weight:600;color:var(--color-text)}.field .hint{font-size:.75rem;color:var(--color-muted)}.input,input[type=email].input,input[type=number].input,input[type=password].input,input[type=tel].input,input[type=text].input,input[type=url].input,select.input,textarea.input{padding:.6rem .75rem;font-size:.95rem;border:1px solid var(--color-border);border-radius:8px;width:100%;box-sizing:border-box;font-family:inherit;background:#fff;color:var(--color-text)}.input:focus{outline:2px solid var(--tenant-primary);outline-offset:-1px}textarea.input{resize:vertical;min-height:80px}.card{background:#fff;border:1px solid var(--color-border);border-radius:12px;padding:1.5rem}.card.muted{background:var(--color-light)}.auth-card{max-width:420px;margin:4rem auto}.grid-2{grid-template-columns:1fr 1fr;grid-gap:1rem}.grid-2,.grid-3{display:grid;gap:1rem}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:1rem}.stack{flex-direction:column}.row,.stack{display:flex;gap:1rem}.row{align-items:center}.error-box{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:8px}.error-box,.success-box{padding:.6rem .85rem;font-size:.9rem}.success-box{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;border-radius:8px}.table{width:100%;border-collapse:collapse;font-size:.9rem}.table th{text-align:left;border-bottom:2px solid var(--color-border);color:var(--color-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.table td,.table th{padding:.6rem .75rem}.table td{border-bottom:1px solid var(--color-border)}.table tr:hover td{background:var(--color-light)}.badge{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600}.badge.green{background:#dcfce7;color:#166534}.badge.gray{background:#e2e8f0;color:#475569}.badge.blue{background:#dbeafe;color:#1e40af}.badge.amber{background:#fef3c7;color:#92400e}.badge.red{background:#fee2e2;color:#991b1b}