body{
    background:#f6f8fc !important;
    color:#0f172a !important;
}

.taxai-os-main,
.taxai-main,
.taxai-content,
.taxai-page,
main{
    min-height:100vh;
    padding:24px 28px !important;
    box-sizing:border-box;
}

.taxai-page-header,
.taxai-os-header,
.taxai-common-header{
    background:rgba(255,255,255,.86) !important;
    backdrop-filter:blur(18px);
    border:1px solid rgba(15,23,42,.08) !important;
    border-radius:24px !important;
    box-shadow:0 18px 50px rgba(15,23,42,.08) !important;
}

.taxai-card,
.taxai-kpi-card,
.taxai-panel,
.card,
.panel{
    background:#fff !important;
    border:1px solid rgba(15,23,42,.08) !important;
    border-radius:22px !important;
    box-shadow:0 16px 44px rgba(15,23,42,.07) !important;
}

.taxai-kpi-grid,
.taxai-dashboard-grid,
.taxai-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:18px;
}

.taxai-command-palette,
.taxai-global-search-modal,
.taxai-search-modal,
.taxai-command-overlay,
.taxai-global-search-overlay{
    display:none;
}

body.taxai-search-open .taxai-command-palette,
body.taxai-search-open .taxai-global-search-modal,
body.taxai-search-open .taxai-search-modal,
body.taxai-search-open .taxai-command-overlay,
body.taxai-search-open .taxai-global-search-overlay{
    display:block;
}
