:root{--pos-primary:#f59e0b;--pos-primary-dark:#d97706;--pos-navy:#0f172a;--pos-surface:#fff;--pos-muted:#f8fafc;--pos-text:#0f172a}
html,body{min-height:100%}
*,*::before,*::after{box-sizing:border-box}
img{display:block;max-width:100%}
body{background:var(--pos-muted);color:var(--pos-text);-webkit-print-color-adjust:exact;print-color-adjust:exact}
input:not([type=checkbox]):not([type=radio]),select,textarea{border-radius:10px!important}
input:not([type=checkbox]):not([type=radio]):focus,select:focus,textarea:focus{border-color:var(--pos-primary)!important;box-shadow:0 0 0 3px rgba(245,158,11,.15)!important;outline:none}
table{background:#fff}
tbody tr:hover{background:rgba(245,158,11,.04)}
.theme-surface{background:var(--pos-surface);box-shadow:0 12px 32px rgba(15,23,42,.08);border-radius:16px}
.theme-primary{background:var(--pos-primary);color:#fff}
.theme-primary:hover{background:var(--pos-primary-dark);color:#fff}
.theme-outline{border:1px solid var(--pos-primary);color:var(--pos-primary-dark);background:#fff}
.theme-outline:hover{background:#fff7ed}
.theme-sidebar{background:var(--pos-navy)}
.theme-sidebar-active{background:#1e293b;color:#fff;box-shadow:inset 4px 0 0 var(--pos-primary)}
.theme-header{background:var(--pos-navy);color:#fff}
.theme-header a,.theme-header button{color:#fff}
