.taxai-content,.admin-content,.taxai-page{padding:24px 28px 56px;min-width:0}
.taxai-content>*,.admin-content>*,main>*{max-width:1180px}
.card,.taxai-card,.dashboard-card,.os-card,.ai-card,.stat-card,.summary-card{
background:#fff;border:1px solid #dbe5f3;border-radius:18px;
box-shadow:0 12px 28px rgba(15,23,42,.05);padding:18px}
.taxai-grid,.dashboard-grid,.stats-grid,.menu-grid,.os-grid,.ai-grid{
display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}
.table-responsive,.taxai-table-wrap{width:100%;overflow-x:auto}
table{width:100%;border-collapse:collapse}
h1,h2,h3{color:#0f172a;letter-spacing:-.03em}
a.card,a.taxai-card,a.os-card,a.ai-card{display:block;color:inherit;text-decoration:none}
@media(max-width:900px){.taxai-content,.admin-content,.taxai-page{padding:18px 14px 44px}}

.taxai-os-page{max-width:1180px;margin:0 auto;padding:24px 28px 56px}
.taxai-os-hero{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;background:#fff;border:1px solid #dbe5f3;border-radius:20px;padding:28px;box-shadow:0 12px 28px rgba(15,23,42,.05);margin-bottom:22px}
.taxai-os-kicker{font-size:13px;font-weight:800;color:#64748b;margin-bottom:8px}
.taxai-os-hero h1{font-size:30px;margin:0 0 8px;color:#0f172a;font-weight:900}
.taxai-os-hero p{margin:0;color:#64748b;line-height:1.7}
.taxai-os-actions{display:flex;gap:10px;flex-wrap:wrap}
.taxai-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #cfe0f5;background:#fff;color:#0f172a;text-decoration:none;border-radius:14px;padding:11px 16px;font-weight:800}
.taxai-btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}
.taxai-os-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.taxai-os-card{display:block;background:#fff;border:1px solid #dbe5f3;border-radius:18px;padding:22px;text-decoration:none;color:inherit;box-shadow:0 12px 28px rgba(15,23,42,.05)}
.taxai-os-card h2{font-size:18px;margin:10px 0 8px;color:#0f172a}
.taxai-os-card p{margin:0;color:#64748b;line-height:1.7}
.taxai-os-icon{width:38px;height:38px;border-radius:14px;background:#eef4ff;display:flex;align-items:center;justify-content:center}
@media(max-width:900px){.taxai-os-hero{flex-direction:column}.taxai-os-grid{grid-template-columns:1fr}.taxai-os-page{padding:18px 14px 44px}}

.taxai-section-title{font-size:24px;font-weight:900;color:#0f172a;margin:30px 0 16px}
.taxai-os-big{font-size:28px!important;font-weight:900!important;color:#0f172a!important;margin:8px 0!important}
.taxai-os-card div.taxai-os-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:900px){.taxai-os-card div.taxai-os-grid{grid-template-columns:1fr}}

.taxai-status-list{display:grid;gap:12px;margin-top:16px}
.taxai-status-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:14px 16px}
.taxai-status-list strong{color:#0f172a}
.taxai-status-list span{font-weight:800;color:#334155}
.taxai-table{width:100%;border-collapse:separate;border-spacing:0 10px}
.taxai-table th{background:#f8fafc;color:#334155;text-align:left;padding:14px;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}
.taxai-table td{background:#fff;padding:14px;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}
.taxai-table th:first-child,.taxai-table td:first-child{border-left:1px solid #e2e8f0;border-radius:12px 0 0 12px}
.taxai-table th:last-child,.taxai-table td:last-child{border-right:1px solid #e2e8f0;border-radius:0 12px 12px 0}
