:root{
    color-scheme:light;
    --theme-primary:#2563eb;--theme-primary-hover:#1d4ed8;--theme-primary-contrast:#ffffff;--theme-secondary:#475569;--theme-secondary-hover:#334155;--theme-accent:#f59e0b;--theme-accent-hover:#d97706;--theme-page-background:#f8fafc;--theme-page-background-alt:#eef2ff;--theme-header-background:#ffffff;--theme-navigation-background:#ffffff;--theme-sidebar-background:#111827;--theme-footer-background:#0f172a;--theme-surface:#fff;--theme-surface-elevated:#fff;--theme-input-background:#fff;--theme-table-header-background:#f1f5f9;--theme-text:#1f2937;--theme-text-muted:#64748b;--theme-heading-text:#0f172a;--theme-link-text:#2563eb;--theme-link-hover-text:#1d4ed8;--theme-navigation-text:#334155;--theme-navigation-hover-text:#2563eb;--theme-footer-text:#dbeafe;--theme-success:#16a34a;--theme-warning:#d97706;--theme-error:#dc2626;--theme-info:#0284c7;--theme-disabled:#94a3b8;--theme-focus-outline:#60a5fa;--theme-border-color:#dbe3ef;--theme-border-subtle:#e2e8f0;
    --slm-body-bg:var(--theme-page-background);--slm-page-gradient:linear-gradient(180deg,var(--theme-page-background),var(--theme-page-background-alt));--slm-panel-bg:var(--theme-surface);--slm-elevated-card:var(--theme-surface-elevated);--slm-primary:var(--theme-primary);--slm-primary-strong:var(--theme-primary-hover);--slm-primary-soft:color-mix(in srgb,var(--theme-primary) 16%,transparent);--slm-gold:var(--theme-primary);--slm-gold-hover:var(--theme-link-hover-text);--slm-bronze:var(--theme-accent);--slm-secondary:var(--theme-secondary);--slm-secondary-soft:color-mix(in srgb,var(--theme-secondary) 14%,var(--theme-surface));--slm-success:var(--theme-success);--slm-warning:var(--theme-warning);--slm-danger:var(--theme-error);--slm-info:var(--theme-info);--slm-bg:var(--theme-page-background);--slm-surface:var(--theme-surface);--slm-surface-soft:var(--theme-input-background);--slm-surface-raised:var(--theme-surface-elevated);--slm-border:var(--theme-border-color);--slm-text:var(--theme-text);--slm-text-muted:var(--theme-text-muted);--slm-glow-shadow:var(--theme-card-shadow);--slm-cta-glow:var(--theme-focus-shadow);--slm-radius-sm:var(--theme-radius-sm);--slm-radius-md:var(--theme-radius);--slm-radius-lg:var(--theme-radius-lg);--slm-shadow-sm:var(--theme-card-shadow);--slm-shadow-md:var(--theme-elevated-shadow);--slm-shadow-lg:var(--theme-elevated-shadow);--slm-shell-max:var(--theme-content-max-width);--slm-content-max:var(--theme-content-max-width);
}
html[data-theme*="dark"],html[data-theme*="midnight"]{color-scheme:dark}
body{font-family:var(--theme-body-font);font-size:var(--theme-font-size-base);line-height:var(--theme-line-height-body);color:var(--theme-text);background:var(--theme-page-background)}
a{color:var(--theme-link-text)}a:hover{color:var(--theme-link-hover-text)}
.text-muted{color:var(--theme-text-muted)!important}.text-body,.card,.dropdown-item,.list-group-item{color:var(--theme-text)!important}.text-bg-dark{background-color:var(--theme-heading-text)!important;color:var(--theme-surface)!important}.btn-dark{--bs-btn-bg:var(--theme-heading-text);--bs-btn-border-color:var(--theme-heading-text);--bs-btn-color:var(--theme-surface);--bs-btn-hover-bg:var(--theme-text);--bs-btn-hover-color:var(--theme-surface)}
.slm-site-header{background:var(--theme-header-background);min-height:var(--theme-header-height);border-bottom:1px solid var(--theme-border-subtle)}
.slm-shell-container{max-width:var(--theme-content-max-width);margin-inline:auto;padding-inline:1rem}.slm-site-footer{background:var(--theme-footer-background);color:var(--theme-footer-text)}
.slm-card,.slm-admin-card,.card{background:var(--theme-surface);color:var(--theme-text);border-color:var(--theme-border-color);border-radius:var(--theme-radius);box-shadow:var(--theme-card-shadow)}
.card-header,.card-footer,.list-group-item{background:var(--theme-surface-elevated);border-color:var(--theme-border-color)}
.btn-primary,.slm-btn-primary{--bs-btn-bg:var(--theme-primary);--bs-btn-border-color:var(--theme-primary);--bs-btn-hover-bg:var(--theme-primary-hover);--bs-btn-hover-border-color:var(--theme-primary-hover);--bs-btn-color:var(--theme-primary-contrast);border-radius:var(--theme-button-radius);padding:var(--theme-button-padding)}
.form-control,.form-select{background:var(--theme-input-background);color:var(--theme-text);border-color:var(--theme-border-color);min-height:var(--theme-control-height);border-radius:var(--theme-radius-sm)}
.form-control:focus,.form-select:focus,.btn:focus-visible,a:focus-visible{outline:2px solid var(--theme-focus-outline);box-shadow:var(--theme-focus-shadow)}
.table{--bs-table-bg:transparent;--bs-table-color:var(--theme-text);--bs-table-border-color:var(--theme-border-color);--bs-table-striped-color:var(--theme-text);--bs-table-hover-color:var(--theme-text);--bs-table-striped-bg:color-mix(in srgb,var(--theme-surface-elevated) 72%,transparent);--bs-table-hover-bg:color-mix(in srgb,var(--theme-primary) 10%,transparent)}
.table thead th{background:var(--theme-table-header-background);color:var(--theme-heading-text)}.alert{color:var(--theme-text);border-color:var(--theme-border-color)}.alert-success{border-color:var(--theme-success)}.alert-warning{border-color:var(--theme-warning)}.alert-danger{border-color:var(--theme-error)}.alert-info{border-color:var(--theme-info)}
.offcanvas,.modal-content,.dropdown-menu{background:var(--theme-surface);color:var(--theme-text);border-color:var(--theme-border-color)}.offcanvas .list-group-item{background:var(--theme-surface);color:var(--theme-text);border-color:var(--theme-border-color)}
.cards-flat .slm-card,.cards-flat .slm-admin-card{box-shadow:none}.cards-bordered .slm-card,.cards-bordered .slm-admin-card{box-shadow:none;border:1px solid var(--theme-border-color)}.cards-elevated .slm-card,.cards-elevated .slm-admin-card{box-shadow:var(--theme-elevated-shadow)}.cards-square .slm-card,.cards-square .slm-admin-card{border-radius:0}.cards-strongly-rounded .slm-card,.cards-strongly-rounded .slm-admin-card{border-radius:var(--theme-radius-lg)}
.buttons-square-solid .btn{border-radius:0}.buttons-slightly-rounded-solid .btn{border-radius:var(--theme-radius-sm)}.buttons-pill-solid .btn{border-radius:999px}.density-compact{--theme-card-padding:.85rem;--theme-section-spacing:2.5rem}.density-spacious{--theme-card-padding:1.75rem;--theme-section-spacing:5.5rem}.background-gradient body{background:linear-gradient(135deg,var(--theme-page-background),var(--theme-page-background-alt))}.background-image body{background-image:var(--theme-background-image);background-size:cover;background-attachment:fixed}
@media(max-width:768px){.slm-shell-container{padding-inline:.75rem}.layout-sidebar .slm-admin-shell{display:block}.slm-admin-sidebar{width:100%}}
