:root{--brand-color:#d7000f;--brand-color-soft:color-mix(in srgb,var(--brand-color) 12%,white);--surface-page:#eef1f6;--surface-elevated:#ffffff;--text-primary:#0f172a;--radius-lg:14px;--radius-md:12px;--shadow-soft:0 4px 24px rgba(15,23,42,0.06)}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-Bold.ttf) format("truetype");font-style:normal;font-weight:700}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-BoldItalic.ttf) format("truetype");font-style:italic;font-weight:700}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-Black.ttf) format("truetype");font-style:normal;font-weight:900}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-BlackItalic.ttf) format("truetype");font-style:italic;font-weight:900}*{margin:0;padding:0;box-sizing:border-box}a{color:inherit}body,html{height:100%;scroll-behavior:smooth;overflow-x:hidden;display:flex;flex-direction:column}:root{background-color:var(--surface-page,#eef1f6)}a{text-decoration:none}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#e2e8f0}::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--brand-color,#d7000f) 35%,#94a3b8);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--brand-color,#d7000f) 55%,#64748b)}