*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul,ol{list-style:none}
table{border-collapse:collapse;border-spacing:0;width:100%}
button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit}
:focus-visible{outline:2px solid #d4942f;outline-offset:2px}
::selection{background:var(--primary);color:var(--text-on-dark)}
::-webkit-scrollbar{width:6px;height:6px}
::-webkit-scrollbar-track{background:#f5f2ee}
::-webkit-scrollbar-thumb{background:#e0dad2;border-radius:3px}
::-webkit-scrollbar-thumb:hover{background:#a9a096}
body.dark-mode ::-webkit-scrollbar-track{background:#0f1117}
body.dark-mode ::-webkit-scrollbar-thumb{background:#2a2d3a}
body.dark-mode ::-webkit-scrollbar-thumb:hover{background:#6b7280}
@media print{.header,.footer,.admin-header,.portal-header,.portal-sidebar,.nav__toggle,.dark-toggle{display:none!important}body{font-size:12px}.container{max-width:100%;padding:0}}