:root{--background: 0 0% 100%;--foreground: 222 25% 18%;--card: 0 0% 100%;--card-foreground: 222 25% 18%;--popover: 0 0% 100%;--popover-foreground: 222 25% 18%;--primary: 215 91% 23%;--primary-foreground: 0 0% 100%;--secondary: 218 27% 92%;--secondary-foreground: 215 91% 23%;--muted: 218 27% 92%;--muted-foreground: 219 25% 45%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 218 27% 88%;--input: 218 27% 88%;--ring: 215 91% 23%;--radius: .75rem;--card-lift: -4px}.dark{--background: 222 25% 10%;--foreground: 0 0% 98%;--card: 222 25% 12%;--card-foreground: 0 0% 98%;--popover: 222 25% 12%;--popover-foreground: 0 0% 98%;--primary: 215 80% 55%;--primary-foreground: 222 25% 10%;--secondary: 222 20% 20%;--secondary-foreground: 0 0% 98%;--muted: 222 20% 20%;--muted-foreground: 219 15% 65%;--destructive: 0 63% 40%;--destructive-foreground: 0 0% 98%;--border: 222 20% 20%;--input: 222 20% 20%;--ring: 215 80% 55%}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}body{font-family:Atkinson,sans-serif;margin:0;padding:0;text-align:left;background:linear-gradient(hsl(var(--muted) / .5),hsl(var(--background))) no-repeat;background-size:100% 600px;word-wrap:break-word;overflow-wrap:break-word;color:hsl(var(--foreground));font-size:20px;line-height:1.7}main{width:720px;max-width:calc(100% - 2em);margin:auto;padding:3em 1em}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;color:hsl(var(--foreground));line-height:1.2}h1{font-size:3.052em}h2{font-size:2.441em}h3{font-size:1.953em}h4{font-size:1.563em}h5{font-size:1.25em}strong,b{font-weight:700}a,a:hover{color:hsl(var(--primary))}p{margin-bottom:1em}.prose p{margin-bottom:2em}textarea{width:100%;font-size:16px}input{font-size:16px}table{width:100%}img{max-width:100%;height:auto;border-radius:8px}code{padding:2px 5px;background-color:hsl(var(--muted));border-radius:2px}pre{padding:1.5em;border-radius:8px}pre>code{all:unset}blockquote{border-left:4px solid hsl(var(--primary));padding:0 0 0 20px;margin:0;font-size:1.333em}hr{border:none;border-top:1px solid hsl(var(--border))}@media(max-width:720px){body{font-size:18px}main{padding:1em}}.sr-only{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.page-title{color:hsl(var(--primary));margin-bottom:2rem;border-bottom:4px solid hsl(var(--primary));padding-bottom:.5rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.card{background:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.5rem;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;box-shadow:0 4px 6px #0000000d;display:block}.card:hover{transform:translateY(var(--card-lift, -4px));box-shadow:0 8px 16px #0000001a;border-color:hsl(var(--primary))}.data-table-wrapper{background:hsl(var(--card));border-radius:var(--radius);overflow:hidden;box-shadow:0 4px 6px #0000000d;border:1px solid hsl(var(--border))}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:1rem;text-align:left;border-bottom:1px solid hsl(var(--border))}.data-table th{background:hsl(var(--muted) / .5);font-weight:700;color:hsl(var(--muted-foreground));font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover{background:hsl(var(--muted) / .3)}.chart-container{background:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:2rem;box-shadow:0 4px 6px #0000000d;margin-bottom:3rem}.chart-container h2{margin-top:0;margin-bottom:1.5rem;color:hsl(var(--foreground));font-size:1.25rem;border-bottom:2px solid hsl(var(--border));padding-bottom:.75rem}.chart-box{width:100%;height:400px}.chart-box-lg{width:100%;height:500px}.chart-box-xl{width:100%;height:600px}@media(max-width:768px){.chart-box{height:280px}.chart-box-lg,.chart-box-xl{height:300px}}.callout{background:hsl(var(--muted) / .4);padding:1.5rem;border-radius:calc(var(--radius) - 4px);margin-bottom:2rem;border-left:4px solid hsl(var(--primary));line-height:1.6;color:hsl(var(--foreground))}.back-link{display:block;margin-bottom:2rem;color:hsl(var(--primary));text-decoration:none;font-weight:700}.back-link:hover{text-decoration:underline}.accent-link{color:hsl(var(--primary));text-decoration:none;font-weight:700}.accent-link:hover{text-decoration:underline}.section-header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:1rem;border-bottom:2px solid hsl(var(--border));margin-bottom:1.5rem;padding-bottom:.75rem}.section-header h2{margin:0}.data-table-wrapper{overflow-x:auto}.hamburger[data-astro-cid-3ef6ksr2]:before,.hamburger[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;width:24px;height:2px;background:currentColor;left:0;transition:all .2s ease}.hamburger[data-astro-cid-3ef6ksr2]:before{top:-8px}.hamburger[data-astro-cid-3ef6ksr2]:after{top:8px}.menu-toggle[data-astro-cid-3ef6ksr2].active .hamburger[data-astro-cid-3ef6ksr2]{background:transparent}.menu-toggle[data-astro-cid-3ef6ksr2].active .hamburger[data-astro-cid-3ef6ksr2]:before{transform:rotate(45deg);top:0}.menu-toggle[data-astro-cid-3ef6ksr2].active .hamburger[data-astro-cid-3ef6ksr2]:after{transform:rotate(-45deg);top:0}@media(max-width:1023px){.internal-links[data-astro-cid-3ef6ksr2].active{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:hsl(var(--card));padding:.5rem 1rem;box-shadow:0 4px 8px #0000001a;z-index:99;border-bottom:1px solid hsl(var(--border))}.internal-links[data-astro-cid-3ef6ksr2].active>[data-astro-cid-3ef6ksr2]{width:100%;padding:1rem .5rem;border-bottom:1px solid hsl(var(--border))}.internal-links[data-astro-cid-3ef6ksr2].active>[data-astro-cid-3ef6ksr2]:last-child{border-bottom:none}}
