@font-face{font-family:Inter;src:url(/_astro/inter-variable.c8O0ljhh.ttf) format("truetype");font-weight:100 900;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/_astro/jetbrains-mono-regular.BQaDgvhP.woff2) format("woff2");font-weight:400;font-display:swap}:root{--color-bg: #0F131D;--color-bg-deep: #0A0E18;--color-text: #fff;--color-text-muted: rgba(255, 255, 255, .55);--color-text-subtle: rgba(255, 255, 255, .55);--color-text-body: rgba(255, 255, 255, .7);--color-text-dark: #111;--color-text-dark-muted: #666;--color-accent: rgba(130, 200, 180, .8);--color-primary: #1E41DE;--color-primary-hover: #2a52e8;--color-border: rgba(68, 70, 85, .1);--color-surface: rgba(255, 255, 255, .06);--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior:none}body{color:var(--color-text);font-family:var(--font-sans);line-height:1.5;-webkit-font-smoothing:antialiased;background:var(--color-bg)}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.section{padding:6rem 2rem}.section--light{background:#fff;color:var(--color-text-dark)}.section__inner{max-width:1200px;margin:0 auto}.section__header{text-align:center;margin-bottom:3rem}.section__title{font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.section__subtitle{font-size:1.125rem;line-height:1.6;color:var(--color-text-muted)}.section--light .section__subtitle{color:var(--color-text-dark-muted)}@media(max-width:640px){.section{padding:4rem 1.25rem}.section__title{font-size:1.75rem}}.updog-cb{position:fixed;inset-inline:0;bottom:0;z-index:10000;display:flex;flex-direction:column;max-height:calc(100dvh - 2.5rem);font-family:var(--updog-font-family, "Inter", system-ui, sans-serif);font-size:.9375rem;line-height:1.6;color:var(--updog-content-primary, #fff);background:var(--updog-surface-layer1, #202226);border-top:1px solid var(--updog-border-tertiary, #2c2f32);box-shadow:var( --elevation-2, 0 2px 4px rgba(0, 0, 0, .35), 0 8px 24px rgba(0, 0, 0, .45) );transform:translateY(0);transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.updog-cb--hidden{transform:translateY(100%);opacity:0;pointer-events:none}.updog-cb__body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:none;scrollbar-width:thin;scrollbar-color:var(--updog-scrollbar-thumb, #404346) transparent}.updog-cb__footer{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;gap:.625rem;max-width:860px;width:100%;box-sizing:border-box;margin:0 auto;padding:1rem 2rem 1.5rem}.updog-cb__content{display:flex;flex-direction:column;gap:1.25rem;max-width:860px;margin:0 auto;padding:1.5rem 2rem 2px}.updog-cb__text{color:var(--updog-content-secondary, #a0a3a8);margin:0;font-size:.9375rem}.updog-cb__link{color:var(--updog-content-brand, #7088e2);text-decoration:none;transition:color .15s}.updog-cb__link:hover{color:var(--updog-content-brand-hover, #506ad8)}.updog-cb__link:focus-visible{outline:2px solid var(--updog-border-brand, #3450cc);outline-offset:2px;border-radius:2px}.updog-cb__btn{display:flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;border-radius:8px;border:1px solid transparent;font-family:inherit;font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;outline:none;transition:background-color .15s ease-out,border-color .15s ease-out,color .15s ease-out}.updog-cb__btn:focus-visible{outline:2px solid var(--updog-border-brand, #3450cc);outline-offset:2px}.updog-cb__btn--accept,.updog-cb__btn--reject,.updog-cb__btn--manage{background-color:var(--updog-surface-layer2, #24262a);border-color:var(--updog-surface-layer2, #24262a);color:var(--updog-content-primary, #fff)}.updog-cb__btn--accept:hover,.updog-cb__btn--reject:hover,.updog-cb__btn--manage:hover{background-color:var(--updog-surface-layer3, #2c2f32);border-color:var(--updog-surface-layer3, #2c2f32)}.updog-cb__btn--accept:active,.updog-cb__btn--reject:active,.updog-cb__btn--manage:active{background-color:var(--updog-surface-layer4, #36393c);border-color:var(--updog-surface-layer4, #36393c)}.updog-cb-manage{display:flex;flex-direction:column;gap:1.25rem;max-width:860px;margin:0 auto;padding:1.5rem 2rem 0;animation:updog-cb-fade-in .2s ease-out}@keyframes updog-cb-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.updog-cb-manage__header{display:flex;align-items:center;gap:.625rem}.updog-cb-manage__back{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:6px;background:transparent;color:var(--updog-content-secondary, #a0a3a8);cursor:pointer;flex-shrink:0;transition:background-color .15s,color .15s}.updog-cb-manage__back:hover{background:var(--updog-surface-layer2, #24262a);color:var(--updog-content-primary, #fff)}.updog-cb-manage__back:focus-visible{outline:2px solid var(--updog-border-brand, #3450cc);outline-offset:2px}.updog-cb-manage__title{font-size:1.125rem;font-weight:600;margin:0;color:var(--updog-content-primary, #fff)}.updog-cb-manage__sections{display:flex;flex-direction:column;gap:.5rem}.updog-cb-section{border-radius:8px;overflow:hidden;background:var(--updog-surface-layer2, #24262a)}.updog-cb-section__header{display:flex;align-items:center;gap:.625rem;padding:.875rem 1rem;cursor:pointer;user-select:none;transition:background-color .15s}.updog-cb-section__header:hover{background:var(--updog-surface-layer3, #2c2f32)}.updog-cb-section__header:focus-visible{outline:2px solid var(--updog-border-brand, #3450cc);outline-offset:-3px}.updog-cb-section__chevron{display:flex;align-items:center;flex-shrink:0;color:var(--updog-content-tertiary, #72757a);transition:transform .2s cubic-bezier(.4,0,.2,1)}.updog-cb-section__chevron--open{transform:rotate(90deg)}.updog-cb-section__details{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1}.updog-cb-section__title{font-size:.875rem;font-weight:600;color:var(--updog-content-primary, #fff)}.updog-cb-section__desc{font-size:.8125rem;color:var(--updog-content-tertiary, #72757a)}.updog-cb-section__actions{margin-inline-start:auto;display:flex;align-items:center;flex-shrink:0}.updog-cb-section__status{font-size:.8125rem;color:var(--updog-content-tertiary, #72757a);white-space:nowrap}.updog-cb-section__cookies-wrapper{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .3s ease-in-out,opacity .3s ease-in-out}.updog-cb-section__cookies-wrapper--expanded{grid-template-rows:1fr;opacity:1}.updog-cb-section__cookies{min-height:0;overflow:hidden;border-top:1px solid var(--updog-border-tertiary, #2c2f32)}.updog-cb-section__cookies-wrapper--expanded .updog-cb-section__cookies{overflow:visible}@media(prefers-reduced-motion:reduce){.updog-cb-section__cookies-wrapper{transition:none}}.updog-cb-cookie{display:flex;flex-direction:column;gap:.375rem;padding-block:.75rem;padding-inline:2.75rem 1rem;border-bottom:1px solid var(--updog-border-tertiary, #2c2f32)}.updog-cb-cookie:last-child{border-bottom:none}.updog-cb-cookie__row{display:flex;gap:.5rem}.updog-cb-cookie__label{width:5rem;flex-shrink:0;font-size:.8125rem;color:var(--updog-content-tertiary, #72757a)}.updog-cb-cookie__value{font-size:.8125rem;color:var(--updog-content-secondary, #a0a3a8)}.updog-cb-toggle{position:relative;display:inline-flex;align-items:center;width:2.5rem;height:1.375rem;cursor:pointer}.updog-cb-toggle__input{position:absolute;opacity:0;width:0;height:0}.updog-cb-toggle__slider{position:absolute;inset:0;border-radius:.6875rem;background:var(--updog-gray-650, #404346);transition:background-color .2s cubic-bezier(.4,0,.2,1)}.updog-cb-toggle__slider:after{content:"";position:absolute;inset-block-start:.1875rem;inset-inline-start:.1875rem;width:1rem;height:1rem;border-radius:50%;background:var(--updog-content-primary, #fff);transition:transform .2s cubic-bezier(.4,0,.2,1)}.updog-cb-toggle__input:focus-visible+.updog-cb-toggle__slider{outline:2px solid var(--updog-border-brand, #3450cc);outline-offset:2px}.updog-cb-toggle__input:checked+.updog-cb-toggle__slider{background:var(--updog-brand-primary, #3450cc)}.updog-cb-toggle__input:checked+.updog-cb-toggle__slider:after{transform:translate(1.125rem)}@media(max-width:640px){.updog-cb__content,.updog-cb-manage{padding:1.25rem 1rem 0}.updog-cb__footer{flex-direction:column;padding:1rem 1rem 1.25rem}.updog-cb__footer .updog-cb__btn{width:100%}.updog-cb-section__header{flex-wrap:wrap;gap:.5rem}.updog-cb-cookie__row{flex-direction:column;gap:.125rem}}.header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 2rem;background:#060d1af7;border-bottom:1px solid var(--color-border)}.header__inner[data-astro-cid-3ef6ksr2]{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header__left[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:2.5rem}.header__brand[data-astro-cid-3ef6ksr2]{font-size:1.5rem;font-weight:700;color:var(--color-text);text-decoration:none;letter-spacing:-.02em}.header__nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:2rem}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{font-family:var(--font-mono);font-size:.9375rem;color:var(--color-text-muted);text-decoration:none;transition:color .15s}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--color-text)}.header__console[data-astro-cid-3ef6ksr2]{font-size:.9375rem;font-weight:600;color:var(--color-text);text-decoration:none;padding:.5rem 1.25rem;background:var(--color-primary);border-radius:999px;transition:background .15s}.header__console[data-astro-cid-3ef6ksr2]:hover{background:var(--color-primary-hover)}@media(max-width:640px){.header[data-astro-cid-3ef6ksr2]{padding:.875rem 1.25rem}.header__left[data-astro-cid-3ef6ksr2]{gap:1.5rem}.header__nav[data-astro-cid-3ef6ksr2]{gap:1.25rem}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{font-size:.875rem}.header__console[data-astro-cid-3ef6ksr2]{font-size:.875rem;padding:.4375rem 1rem}}.footer[data-astro-cid-sz7xmlte]{background:var(--color-bg-deep);padding:5rem 2rem 2.5rem;border-top:1px solid var(--color-border)}.footer__inner[data-astro-cid-sz7xmlte]{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;gap:4rem}.footer__brand-col[data-astro-cid-sz7xmlte]{max-width:360px}.footer__brand[data-astro-cid-sz7xmlte]{font-size:1.5rem;font-weight:700;color:var(--color-text);margin-bottom:1.25rem}.footer__tagline[data-astro-cid-sz7xmlte]{font-size:.9375rem;line-height:1.7;color:var(--color-text-subtle);margin-bottom:1.75rem}.footer__nav[data-astro-cid-sz7xmlte]{display:flex;gap:5rem}.footer__nav-col[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.875rem}.footer__nav-title[data-astro-cid-sz7xmlte]{font-family:var(--font-mono);font-size:.75rem;font-weight:400;text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent);margin-bottom:.5rem}.footer__nav-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.9375rem;color:var(--color-text-muted);text-decoration:none;transition:color .15s}.footer__nav-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--color-text)}.footer__bottom[data-astro-cid-sz7xmlte]{max-width:1200px;margin:4rem auto 0;padding-top:2rem;border-top:1px solid var(--color-border)}.footer__copyright[data-astro-cid-sz7xmlte]{font-family:var(--font-mono);font-size:.75rem;color:#ffffff8c;display:flex;align-items:center;gap:.375rem}@media(max-width:768px){.footer__inner[data-astro-cid-sz7xmlte]{flex-direction:column;gap:3rem}.footer__nav[data-astro-cid-sz7xmlte]{gap:3rem;flex-wrap:wrap}}@media(max-width:480px){.footer__nav[data-astro-cid-sz7xmlte]{flex-direction:column;gap:2rem}}.footer__copyright-icon[data-astro-cid-sz7xmlte]{vertical-align:-2px}
