:root{
--sm-bg:#f4f7fb;--sm-surface:#fff;--sm-surface-2:#f8fafc;--sm-text:#152033;--sm-muted:#64748b;--sm-border:#e2e8f0;--sm-primary:#2563eb;--sm-primary-2:#1d4ed8;--sm-accent:#7c3aed;--sm-success:#16a34a;--sm-danger:#dc2626;--sm-shadow:0 18px 55px rgba(15,23,42,.08);--sm-radius:24px;
}
html.dark-mode{color-scheme:dark;--sm-bg:#080d19;--sm-surface:#101827;--sm-surface-2:#172235;--sm-text:#f3f7ff;--sm-muted:#a7b5c9;--sm-border:#2a3952;--sm-primary:#70a8ff;--sm-primary-2:#4d8dff;--sm-accent:#a78bfa;--sm-success:#4ade80;--sm-danger:#ff7d7d;--sm-shadow:0 20px 60px rgba(0,0,0,.35)}
*{box-sizing:border-box}html{background:var(--sm-bg)}body{background:var(--sm-bg)!important;color:var(--sm-text)!important}a{color:inherit}button,input,select,textarea{font:inherit}input,select,textarea{background:var(--sm-surface)!important;color:var(--sm-text)!important;border-color:var(--sm-border)!important}input::placeholder,textarea::placeholder{color:var(--sm-muted)!important}table{color:var(--sm-text)}th,td{border-color:var(--sm-border)!important}.muted{color:var(--sm-muted)!important}.sm-theme-transition *{transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease!important}
