:root{--canvas: #F6F4F1;--surface: #FFFFFF;--surface-alt: #F5F5F5;--surface-dark: #2C2B2B;--brand-blue: #5BC0EB;--brand-action: #D02853;--brand-yellow: #FFBA18;--brand-green: #85BF43;--brand-purple: #A776EE;--line: #E6E6E6;--text: #131F24;--text-muted: #5A6468;--r-sm: 10px;--r-md: 18px;--r-lg: 28px;--r-pill: 999px;--s-1: 4px;--s-2: 8px;--s-3: 12px;--s-4: 16px;--s-5: 24px;--s-6: 32px;--s-7: 48px;--s-8: 72px;--s-9: 112px;--shadow-card: 0 8px 28px rgba(19, 31, 36, .08);--shadow-lift: 0 14px 40px rgba(19, 31, 36, .12);--maxw: 1120px}@media (prefers-color-scheme: dark){:root{--canvas: #131F24;--surface: #1B2A30;--surface-alt: #22343B;--line: rgba(255,255,255,.1);--text: #F6F4F1;--text-muted: #9AA7AD;--shadow-card: 0 8px 28px rgba(0, 0, 0, .35);--shadow-lift: 0 14px 40px rgba(0, 0, 0, .45)}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--canvas);color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.65}h1,h2,h3,h4,h5,h6{font-weight:800;letter-spacing:-.02em;line-height:1.05;margin-top:0;margin-bottom:var(--s-4)}h1{font-size:clamp(2.4rem,6vw,4.2rem)}h2{font-size:clamp(1.8rem,4vw,2.8rem)}h3{font-size:clamp(1.2rem,2.5vw,1.6rem)}p{font-size:clamp(1rem,1.2vw,1.125rem);max-width:68ch;margin-top:0;margin-bottom:var(--s-4)}.text-muted{color:var(--text-muted)}.container{max-width:var(--maxw);margin-inline:auto;padding-inline:var(--s-5)}.btn{display:inline-block;padding:var(--s-3) var(--s-5);border-radius:var(--r-pill);text-decoration:none;font-weight:600}.btn.cta{background-color:var(--brand-action);color:#fff}.btn.cta:hover{opacity:.9}.btn.ghost{background-color:transparent;color:var(--text);border:1px solid var(--line)}.btn.ghost:hover{background-color:var(--surface-alt)}:focus-visible{outline:2px solid var(--brand-blue);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:100;backdrop-filter:blur(12px);background:color-mix(in srgb,var(--canvas) 80%,transparent);border-bottom:1px solid var(--line)}.header-inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:var(--s-6);height:72px}.logo[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:var(--s-2);text-decoration:none;color:var(--text)}.logo-img[data-astro-cid-3ef6ksr2]{display:block;height:28px;width:auto;max-width:100%;object-fit:contain}.logo-dark[data-astro-cid-3ef6ksr2]{display:none}@media (prefers-color-scheme: dark){.logo-light[data-astro-cid-3ef6ksr2]{display:none}.logo-dark[data-astro-cid-3ef6ksr2]{display:block}}.wordmark[data-astro-cid-3ef6ksr2]{font-weight:800;font-size:1.2rem}nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:var(--s-4);margin-right:auto}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:var(--text);text-decoration:none;font-weight:600}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--brand-blue)}.top-actions[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:var(--s-3)}.lang-dropdown[data-astro-cid-3ef6ksr2]{position:relative}.lang-dropdown[data-astro-cid-3ef6ksr2] summary[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:var(--s-1);cursor:pointer;list-style:none;padding:var(--s-2) var(--s-3);border:1px solid var(--line);border-radius:var(--r-pill);font-weight:600;font-size:.9rem;color:var(--text);user-select:none}.lang-dropdown[data-astro-cid-3ef6ksr2] summary[data-astro-cid-3ef6ksr2]::-webkit-details-marker{display:none}.lang-dropdown[data-astro-cid-3ef6ksr2] summary[data-astro-cid-3ef6ksr2]:after{content:"▾";font-size:.7em;color:var(--text-muted)}.lang-dropdown[data-astro-cid-3ef6ksr2][open] summary[data-astro-cid-3ef6ksr2]:after{transform:rotate(180deg)}.lang-dropdown[data-astro-cid-3ef6ksr2] summary[data-astro-cid-3ef6ksr2]:hover{border-color:var(--brand-blue)}.lang-dropdown[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{position:absolute;top:calc(100% + var(--s-2));right:0;z-index:50;margin:0;padding:var(--s-2);list-style:none;min-width:150px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--shadow-card)}.lang-dropdown[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]+li[data-astro-cid-3ef6ksr2]{margin-top:var(--s-1)}.lang-dropdown[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:var(--s-2);padding:var(--s-2) var(--s-3);border-radius:var(--r-sm);color:var(--text);text-decoration:none;font-weight:500}.lang-dropdown[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{background:var(--surface-alt);color:var(--brand-blue)}.lang-dropdown[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2][aria-current=true]{color:var(--brand-blue);font-weight:700}.btn[data-astro-cid-3ef6ksr2]{padding:var(--s-2) var(--s-4);border-radius:var(--r-pill);text-decoration:none;font-weight:600}.cta[data-astro-cid-3ef6ksr2]{background-color:var(--brand-action);color:#fff;transition:transform .2s ease}.cta[data-astro-cid-3ef6ksr2]:hover{color:#fff;transform:scale(1.05)}@media (max-width: 767px){.site-header[data-astro-cid-3ef6ksr2].slim-on-mobile .logo[data-astro-cid-3ef6ksr2],.site-header[data-astro-cid-3ef6ksr2].slim-on-mobile .cta[data-astro-cid-3ef6ksr2]{display:none}}@media (max-width: 640px){.header-inner[data-astro-cid-3ef6ksr2]{flex-wrap:wrap;height:auto;column-gap:var(--s-4);row-gap:var(--s-3);padding-block:var(--s-3)}.logo[data-astro-cid-3ef6ksr2]{order:1}.top-actions[data-astro-cid-3ef6ksr2]{order:2;margin-left:auto}nav[data-astro-cid-3ef6ksr2]{order:3;width:100%;margin-right:0;justify-content:center;gap:var(--s-5)}}.icon-scatter[data-astro-cid-jr4tpvcz]{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:2;opacity:0}.badge[data-astro-cid-jr4tpvcz]{position:absolute;top:var(--badge-y, 50%);left:var(--badge-x, 50%);width:var(--badge-mobile-size, 56px);height:var(--badge-mobile-size, 56px);transform:translate(-50%,-50%) rotate(var(--badge-rot, 0deg));display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .5s ease-in-out var(--badge-delay, 0s),width .3s,height .3s;pointer-events:auto;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}.badge[data-astro-cid-jr4tpvcz]:after{content:"";position:absolute;inset:-10px;border-radius:50%}.icon-scatter[data-astro-cid-jr4tpvcz].is-placed .badge[data-astro-cid-jr4tpvcz]{opacity:1}@media (min-width: 768px){.badge[data-astro-cid-jr4tpvcz]{width:var(--badge-size, 72px);height:var(--badge-size, 72px)}}.badge[data-astro-cid-jr4tpvcz] img[data-astro-cid-jr4tpvcz]{width:100%;height:100%;object-fit:contain}.badge[data-astro-cid-jr4tpvcz].label-open img[data-astro-cid-jr4tpvcz]{transform:scale(1.08);transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.badge-label[data-astro-cid-jr4tpvcz]{--label-tx: -50%;--label-ty: 8px;--label-origin-x: 50%;--label-origin-y: 0;--label-scale: .6;position:absolute;top:100%;left:50%;transform:translate(var(--label-tx),var(--label-ty)) rotate(calc(-1 * var(--badge-rot, 0deg))) scale(var(--label-scale));transform-origin:var(--label-origin-x) var(--label-origin-y);background:var(--text);color:var(--canvas);font-size:.78rem;font-weight:800;letter-spacing:-.01em;line-height:1.2;white-space:nowrap;padding:.4em .9em;border-radius:999px;box-shadow:var(--shadow-card);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .25s cubic-bezier(.34,1.56,.64,1),visibility 0s .2s;z-index:2}.badge[data-astro-cid-jr4tpvcz].label-open .badge-label[data-astro-cid-jr4tpvcz]{--label-scale: 1;opacity:1;visibility:visible;transition:opacity .2s ease,transform .25s cubic-bezier(.34,1.56,.64,1)}@media (hover: hover) and (pointer: fine){.badge[data-astro-cid-jr4tpvcz]:hover .badge-label[data-astro-cid-jr4tpvcz]{--label-scale: 1;opacity:1;visibility:visible;transition:opacity .2s ease,transform .25s cubic-bezier(.34,1.56,.64,1)}.badge[data-astro-cid-jr4tpvcz]:hover img[data-astro-cid-jr4tpvcz]{transform:scale(1.08);transition:transform .25s cubic-bezier(.34,1.56,.64,1)}}.badge[data-astro-cid-jr4tpvcz].label-above .badge-label[data-astro-cid-jr4tpvcz]{--label-ty: -8px;--label-origin-y: 100%;top:auto;bottom:100%}.badge[data-astro-cid-jr4tpvcz].label-side-right .badge-label[data-astro-cid-jr4tpvcz]{--label-tx: 8px;--label-ty: -50%;--label-origin-x: 0;--label-origin-y: 50%;top:50%;left:100%}.badge[data-astro-cid-jr4tpvcz].label-side-left .badge-label[data-astro-cid-jr4tpvcz]{--label-tx: -8px;--label-ty: -50%;--label-origin-x: 100%;--label-origin-y: 50%;top:50%;left:auto;right:100%}.badge[data-astro-cid-jr4tpvcz].label-align-end .badge-label[data-astro-cid-jr4tpvcz]{--label-tx: 0;--label-origin-x: 100%;left:auto;right:0}.badge[data-astro-cid-jr4tpvcz].label-align-start .badge-label[data-astro-cid-jr4tpvcz]{--label-tx: 0;--label-origin-x: 0;left:0}.badge-unplaced[data-astro-cid-jr4tpvcz]{display:none}.android-vote[data-astro-cid-hhab3exm]{display:flex;flex-direction:column;gap:var(--s-2);font-size:.95rem}.footer[data-astro-cid-hhab3exm].android-vote{font-size:.875rem}.prefaq[data-astro-cid-hhab3exm].android-vote{align-items:center;text-align:center}.prefaq[data-astro-cid-hhab3exm] .vote-prompt[data-astro-cid-hhab3exm]{justify-content:center}.vote-prompt[data-astro-cid-hhab3exm]{color:var(--text-muted);margin:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--s-1) var(--s-2)}.vote-cta[data-astro-cid-hhab3exm]{border:none;background:none;padding:0;font:inherit;font-weight:700;color:var(--brand-blue);cursor:pointer;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;text-decoration-color:color-mix(in srgb,var(--brand-blue) 40%,transparent);transition:text-decoration-color .18s ease}.vote-cta[data-astro-cid-hhab3exm]:hover{text-decoration-color:var(--brand-blue)}.vote-cta[data-astro-cid-hhab3exm][aria-expanded=true]{display:none}.vote-capsule[data-astro-cid-hhab3exm]{display:flex;align-items:center;gap:var(--s-2);max-width:340px;padding:var(--s-1);padding-left:var(--s-4);border:1px solid var(--line);border-radius:var(--r-pill);background:var(--surface);box-shadow:var(--shadow-card);opacity:0;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease,border-color .18s ease}.vote-capsule[data-astro-cid-hhab3exm].is-visible{opacity:1;transform:translateY(0)}.vote-capsule[data-astro-cid-hhab3exm][hidden]{display:none}.vote-capsule[data-astro-cid-hhab3exm]:focus-within{border-color:var(--brand-blue)}.vote-capsule[data-astro-cid-hhab3exm] input[data-astro-cid-hhab3exm]{flex:1;min-width:0;border:none;background:none;color:var(--text);padding:var(--s-2) 0;font:inherit}.vote-capsule[data-astro-cid-hhab3exm] input[data-astro-cid-hhab3exm]::placeholder{color:var(--text-muted)}.vote-capsule[data-astro-cid-hhab3exm] input[data-astro-cid-hhab3exm]:focus{outline:none}.vote-submit[data-astro-cid-hhab3exm]{border:none;border-radius:var(--r-pill);background-color:var(--brand-blue);color:#fff;font:inherit;font-weight:700;padding:var(--s-2) var(--s-4);cursor:pointer;white-space:nowrap;transition:opacity .18s ease}.vote-submit[data-astro-cid-hhab3exm]:hover{opacity:.9}.vote-thanks[data-astro-cid-hhab3exm]{color:var(--brand-green);font-weight:600;margin:0;opacity:0;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease}.vote-thanks[data-astro-cid-hhab3exm].is-visible{opacity:1;transform:translateY(0)}.vote-thanks[data-astro-cid-hhab3exm][hidden]{display:none}.sr-only[data-astro-cid-hhab3exm]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 767px){.inline[data-astro-cid-hhab3exm] .vote-prompt[data-astro-cid-hhab3exm]{justify-content:center}.inline[data-astro-cid-hhab3exm] .vote-preamble[data-astro-cid-hhab3exm]{display:none}.inline[data-astro-cid-hhab3exm]{font-size:.875rem}.vote-capsule[data-astro-cid-hhab3exm]{max-width:100%}}.site-footer[data-astro-cid-sz7xmlte]{position:relative;border-top:1px solid var(--line);padding-block:var(--s-8);margin-top:var(--s-9);background:var(--surface);overflow:hidden}.footer-inner[data-astro-cid-sz7xmlte]{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:var(--s-6);justify-content:space-between}.logo[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:var(--s-2);text-decoration:none;color:var(--text);margin-bottom:var(--s-3)}.logo[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{display:block;height:32px;width:auto;max-width:100%;object-fit:contain;background:none}.copyright[data-astro-cid-sz7xmlte]{color:var(--text-muted);font-size:.9em}.footer-col[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:var(--s-2)}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-muted);text-decoration:none}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--text)}
