@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=DM+Serif+Display&display=swap");:root{--brand:#1a5f7a;--brand-light:#e8f4f8;--brand-mid:#2980a8;--accent:#e67e22;--accent-light:#fef3e8;--success:#27ae60;--danger:#e74c3c;--text-dark:#1a202c;--text-muted:#718096;--border:#e2e8f0;--surface:#f8fafc;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--surface);color:var(--text-dark);min-height:100vh;font-size:14px}body,button,html,input,select,textarea{font-family:DM Sans,sans-serif}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media print{.no-print{display:none!important}.print-only{display:block!important}}