:root{--bg:#f4f5f3;--surface:#fff;--border:#e2e2df;--border-strong:#d8d8d5;--text:#1a1a1a;--text-muted:#6b6b68;--accent:#378ADD;color-scheme:light}[data-theme=dark]{--bg:#17181a;--surface:#212226;--border:#34363b;--border-strong:#3f4147;--text:#ececec;--text-muted:#9a9a97;--accent:#5aa6f0;color-scheme:dark}button,input,select,textarea{color:inherit}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);transition:background .15s ease,color .15s ease}a{color:inherit}button{cursor:pointer}button,input{font-family:inherit}img{max-width:100%}@media (max-width:640px){.rs-page{padding:1.25rem 1rem!important}.rs-row{flex-direction:column!important}.rs-row>*{width:100%!important}.rs-actions{width:100%;flex-wrap:wrap!important}.rs-actions>button{flex:1 1 auto}.rs-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}.rs-grid-2{grid-template-columns:1fr!important}.rs-card-row{flex-direction:column!important;align-items:flex-start!important}}.rs-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}