@font-face{font-family:Roboto;font-weight:300;font-style:normal;font-display:swap;src:url(/fonts/roboto-light.ttf)format("truetype")}@font-face{font-family:Roboto;font-weight:400;font-style:normal;font-display:swap;src:url(/fonts/roboto-regular.ttf)format("truetype")}@font-face{font-family:Roboto;font-weight:500;font-style:normal;font-display:swap;src:url(/fonts/roboto-medium.ttf)format("truetype")}@font-face{font-family:Roboto;font-weight:700;font-style:normal;font-display:swap;src:url(/fonts/roboto-bold.ttf)format("truetype")}@font-face{font-family:Roboto;font-weight:900;font-style:normal;font-display:swap;src:url(/fonts/roboto-black.ttf)format("truetype")}@font-face{font-family:Sen;font-weight:400;font-style:normal;font-display:swap;src:url(/fonts/sen-regular.otf)format("opentype")}@font-face{font-family:Sen;font-weight:700;font-style:normal;font-display:swap;src:url(/fonts/sen-bold.otf)format("opentype")}
:root{--volli-50:#edeeee;--volli-100:#edeeee;--volli-200:#cce0d0;--volli-300:#66b3b3;--volli-400:#399;--volli-500:teal;--volli-600:#066;--volli-700:#004d4d;--volli-800:#001d1d;--volli-900:#001a1a;--primary:teal;--primary-light:#cce0d0;--primary-lightest:#edeeee;--primary-dark:#003d3d;--primary-darkest:#001d1d;--gray-1:#8e8e93;--gray-2:#aeaeb2;--gray-3:#c7c7cc;--gray-4:#d1d1d6;--gray-5:#e5e5ea;--gray-6:#f2f2f7;--white:#fff;--gray-50:#fff;--gray-75:#f5f5f7;--gray-100:#e5e5ea;--gray-200:#d1d1d6;--gray-300:#c3c7ca;--gray-400:#a6aaaf;--gray-500:#6a727a;--gray-600:#555b62;--gray-700:#404449;--gray-800:#2a2e31;--gray-900:#151718;--green:#099717;--green-light:#b8f668;--green-100:#ceead1;--green-600:#077912;--coral:#ff4646;--coral-100:#ffdfdf;--coral-200:#ffc5c5;--coral-800:#a50f0f;--orange:#e29d1e;--orange-100:#faf1cb;--orange-500:#e29d1e;--orange-800:#874519;--purple:#7e23e0;--purple-300:#d8bdf6;--purple-500:#613dc1;--blue:#007aff;--blue-100:#cce4ff;--blue-600:#0062cc;--gold:#d4af37;--silver:silver;--bronze:#9f7a34;--text-primary:var(--gray-900);--text-secondary:var(--gray-500);--text-link:var(--blue-600);--text-on-primary:#fff;--text-success:var(--green);--text-error:var(--coral);--text-warning:var(--orange-800);--surface-screen:var(--gray-6);--surface-card:var(--white);--surface-recessed:var(--gray-75);--surface-tint:var(--volli-50);--surface-success:var(--green-100);--surface-error:var(--coral-100);--surface-warning:var(--orange-100);--border-default:var(--gray-4);--border-subtle:var(--gray-100);--border-primary:var(--primary)}
:root{--font-body:"Roboto",system-ui,-apple-system,sans-serif;--font-display:"Sen","Roboto",system-ui,sans-serif;--weight-light:300;--weight-regular:400;--weight-medium:500;--weight-bold:700;--weight-black:900;--display-xl-size:57px;--display-xl-line:59px;--display-xl-spacing:0;--display-sm-size:36px;--display-sm-line:38px;--display-sm-spacing:.7px;--heading-xxl-size:28px;--heading-xxl-line:32px;--heading-xl-size:24px;--heading-xl-line:28px;--heading-lg-size:20px;--heading-lg-line:24px;--heading-md-size:18px;--heading-md-line:20px;--heading-md-spacing:.5px;--heading-sm-size:16px;--heading-sm-line:18px;--heading-sm-spacing:.5px;--body-md-size:16px;--body-md-line:22px;--body-md-spacing:.25px;--body-sm-size:14px;--body-sm-line:18px;--body-sm-spacing:.25px;--body-xs-size:12px;--body-xs-line:18px;--body-xs-spacing:.4px;--body-xxs-size:10px;--body-xxs-line:16px;--body-xxs-spacing:.4px}
:root{--space-2:2px;--space-4:4px;--space-8:8px;--space-12:12px;--space-container:16px;--space-16:16px;--space-20:20px;--space-24:24px;--space-30:30px;--space-32:32px;--space-36:36px;--space-40:40px;--space-44:44px;--space-48:48px;--space-52:52px;--space-56:56px;--space-60:60px;--radius-xs:4px;--radius-sm:8px;--radius-md:10px;--radius-lg:12px;--radius-xl:16px;--radius-button:10px;--radius-rounded:10000px;--border-hairline:.5px;--border-thin:1px;--border-light:2px;--border-medium:3px;--border-thick:4px;--shadow-default:0 2px 4px rgba(0,0,0,.25);--shadow-card:0 1px 3px rgba(0,0,0,.12)}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-height:100vh;color:var(--text-primary);background:var(--surface-screen);font-family:var(--font-body);font-size:var(--body-md-size);line-height:var(--body-md-line);letter-spacing:var(--body-md-spacing);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;display:flex;overflow-x:hidden}main{flex:1;min-width:0;overflow-x:clip}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,textarea{font:inherit}:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.skip-link{left:var(--space-16);z-index:1000;padding:var(--space-12)var(--space-16);background:var(--primary);color:var(--text-on-primary);border-radius:var(--radius-md);font-weight:var(--weight-bold);position:absolute;top:-100px}.skip-link:focus{top:var(--space-16)}.container{width:min(100% - 2*var(--space-container),1120px);max-width:100%;margin-left:auto;margin-right:auto}.section{padding-block:var(--space-48)}.section--tight{padding-block:var(--space-32)}.section-label{margin-bottom:var(--space-12);color:var(--primary);font-size:var(--body-sm-size);font-weight:var(--weight-bold);letter-spacing:.5px;text-transform:uppercase;display:block}.section-title{font-family:var(--font-display);font-size:max(1.5rem,min(5vw,2.125rem));font-weight:var(--weight-bold);letter-spacing:0;color:var(--text-primary);overflow-wrap:anywhere;line-height:1.2}.section-lead{margin-top:var(--space-16);max-width:36rem;color:var(--text-secondary);font-size:var(--body-md-size);line-height:1.55}.page-hero{padding-block:calc(var(--space-40) + var(--space-16))var(--space-32);background:linear-gradient(135deg,rgba(0,128,128,.08),rgba(0,61,61,.02)),var(--surface-screen)}.page-hero .section-title{font-size:max(1.75rem,min(6vw,2.5rem))}@media (min-width:768px){.section{padding-block:var(--space-60)}.section--tight{padding-block:var(--space-48)}.page-hero{padding-block:calc(var(--space-60) + var(--space-24))var(--space-48)}}.prose{max-width:48rem;color:var(--text-primary)}.prose h2,.prose h3{margin-top:var(--space-32);margin-bottom:var(--space-12);font-family:var(--font-body);font-weight:var(--weight-bold);letter-spacing:.5px}.prose h2{font-size:var(--heading-xl-size);line-height:var(--heading-xl-line)}.prose h3{font-size:var(--heading-md-size);line-height:var(--heading-md-line)}.prose p,.prose ul,.prose ol{margin-bottom:var(--space-16);color:var(--text-secondary);line-height:1.6}.prose ul,.prose ol{padding-left:var(--space-24)}.prose li+li{margin-top:var(--space-8)}.prose a{color:var(--text-link);text-underline-offset:2px;text-decoration:underline}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-up{animation:.7s both fade-up}.animate-fade-in{animation:.8s both fade-in}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.animate-fade-up,.animate-fade-in{animation:none}}
