@charset "UTF-8";:root{color-scheme:light;--color-primary: #e73938;--color-primary-dark: #c02e2d;--color-primary-darker: #b02828;--color-primary-hover: #c82d2c;--color-primary-soft: rgba(231, 57, 56, .1);--color-background: #f6f5f2;--color-foreground: #1c1c1c;--color-card: #f6f5f2;--color-secondary: #ececea;--color-muted: #edecea;--color-muted-foreground: #888888;--color-border: rgba(231, 57, 56, .15);--color-input-background: #edecea;--color-dark: #111111;--color-white: #ffffff;--color-black: #000000;--color-success: #2ecc71;--color-warning: #f1c40f;--color-danger: #c0392b;--color-emerald: #10b981}[data-theme=dark]{color-scheme:dark;--color-primary: #e73938;--color-primary-dark: #c02e2d;--color-primary-darker: #b02828;--color-primary-hover: #c82d2c;--color-primary-soft: rgba(231, 57, 56, .16);--color-background: #161412;--color-foreground: #f5f0eb;--color-card: #221f1d;--color-secondary: #2b2825;--color-muted: #2b2825;--color-muted-foreground: #9c948a;--color-border: rgba(231, 57, 56, .3);--color-input-background: #2b2825;--color-dark: #2e2a27;--color-white: #ffffff;--color-black: #000000;--color-success: #34d77b;--color-warning: #f5c518;--color-danger: #e0564a;--color-emerald: #2fcf96}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%;font-size:16px}body{font-family:Afacad Flux,ui-sans-serif,system-ui,sans-serif;font-size:.9rem;line-height:1.5;color:var(--color-foreground);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-reduced-motion:no-preference){body{transition:background-color .3s ease,color .3s ease}}img,svg{display:block;max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-family:Afacad Flux,ui-sans-serif,system-ui,sans-serif;line-height:1.2;font-weight:500}a{color:var(--color-primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-primary-hover)}ul,ol{list-style:none}button{padding:0;border:none;background:none;cursor:pointer;font:inherit;color:inherit}input,textarea,select{font:inherit;color:inherit}.container{max-width:1024px;margin:0 auto;padding-inline:1rem}@media(min-width:768px){.container{padding-inline:2rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.section{padding-block:4rem}@media(min-width:768px){.section{padding-block:6rem}}.section-eyebrow{font-size:.75rem;font-weight:100;color:var(--color-primary);text-transform:uppercase;letter-spacing:.2em;display:block;margin-bottom:.5rem}.section-title{font-size:1.875rem;font-weight:900;color:var(--color-foreground);line-height:1.2;margin-bottom:2rem}
