:root{--color-white:#fff;--color-black:#000;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#eee;--gray-300:#e0e0e0;--gray-400:#bdbdbd;--gray-500:#9e9e9e;--gray-600:#757575;--gray-700:#616161;--gray-800:#424242;--gray-900:#212121;--brand-primary:#0072ff;--brand-secondary:#00c6ff;--brand-gradient:linear-gradient(90deg,var(--brand-primary),var(--brand-secondary));--status-success:#22c55e;--status-success-bg:#dcfce7;--status-warning:#f59e0b;--status-warning-bg:#fef3c7;--status-error:#ef4444;--status-error-bg:#fee2e2;--status-info:#3b82f6;--status-info-bg:#dbeafe;--opacity-0:0;--opacity-5:.05;--opacity-10:.1;--opacity-20:.2;--opacity-30:.3;--opacity-40:.4;--opacity-50:.5;--opacity-60:.6;--opacity-70:.7;--opacity-80:.8;--opacity-90:.9;--opacity-100:1;--opacity-hover:.85;--opacity-active:.7;--opacity-disabled:.4;--opacity-border:.08;--opacity-surface:.12;--opacity-overlay:.75;--opacity-glass-layer:.1;--opacity-shadow:.25;--glass-bg:rgba(255,255,255,.1);--glass-blur:12px;--glass-saturation:1.3;--glass-brightness:1.2;--glass-border:rgba(255,255,255,.1);--glass-shadow:0 4px 30px rgba(0,0,0,.1);--color-overlay-dark:rgba(0,0,0,.6);--color-overlay-light:rgba(255,255,255,.6);--color-focus-ring:#3ea6ff;--color-selection:var(--brand-primary);--header-height-mobile:56px;--header-height-desktop:64px;--header-bg:rgba(13,13,13,.95);--header-bg-scrolled:rgba(13,13,13,.98);--header-fg:#fff;--header-border:rgba(255,255,255,.08);--header-border-scrolled:rgba(255,255,255,.06);--header-shadow:0 2px 8px rgba(0,0,0,.2);--header-shadow-scrolled:0 3px 10px rgba(0,0,0,.25);--header-blur:12px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:28px;--space-8:32px;--space-9:36px;--space-10:40px;--radius-small:2px;--radius-base:4px;--radius-large:8px;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--line-height-tight:1.2;--line-height-normal:1.5;--line-height-relaxed:1.7;--tracking-tight:-.02em;--tracking-normal:0em;--tracking-wide:.05em;--font-size-display-lg:clamp(2.8rem,5vw,4.2rem);--font-size-display-md:clamp(2.2rem,4vw,3.2rem);--font-size-h1:clamp(1.8rem,3.2vw,2.6rem);--font-size-h2:clamp(1.5rem,2.8vw,2.1rem);--font-size-h3:clamp(1.3rem,2.4vw,1.7rem);--font-size-h4:clamp(1.1rem,2vw,1.4rem);--font-size-h5:1rem;--font-size-h6:.875rem;--font-size-body-lg:1.125rem;--font-size-body:1rem;--font-size-body-sm:.875rem;--font-size-label:.75rem;--font-size-caption:.6875rem;--border-width-hairline:.5px;--border-width-thin:1px;--border-width-base:2px;--border-width-bold:3px;--radius-none:0;--radius-sm:2px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--radius-2xl:16px;--radius-full:9999px;--border-style-default:solid;--border-style-dashed:dashed;--border-style-dotted:dotted;--border-color-default:rgba(255,255,255,.08);--border-color-hover:rgba(255,255,255,.12);--border-color-active:rgba(255,255,255,.18);--border-color-focus:var(--color-accent);--border-color-error:var(--status-error);--border-color-success:var(--status-success);--border-shadow-inner:inset 0 1px 1px rgba(255,255,255,.1);--border-shadow-focus:0 0 0 3px rgba(62,166,255,.35);--motion-ultrafast:.1s;--motion-fast:.15s;--motion-base:.3s;--motion-slow:.5s;--motion-superslow:.8s;--ease-linear:linear;--ease-default:cubic-bezier(.4,0,.2,1);--ease-soft:ease;--ease-in:cubic-bezier(.4,0,1,1);--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--ease-bounce:cubic-bezier(.34,1.56,.64,1);--ease-spring:cubic-bezier(.5,1.25,.75,1);--transition-base:all var(--motion-base)var(--ease-default);--transition-fast:all var(--motion-fast)var(--ease-default);--transition-opacity:opacity var(--motion-base)var(--ease-soft);--transition-transform:transform var(--motion-fast)var(--ease-soft);--reveal-distance:10px;--motion-delay-sm:50ms;--motion-delay-md:.15s;--motion-delay-lg:.3s}@media (prefers-reduced-motion:reduce){.motion-optional{transition:none!important;animation:none!important}}:root{--z-index-negative:-1;--z-index-base:0;--z-index-raised:10;--z-index-header:100;--z-index-overlay:200;--z-index-modal:300;--z-index-popover:400;--z-index-toast:500;--z-index-max:999;--shadow-none:none;--shadow-xs:0 1px 2px rgba(0,0,0,.08);--shadow-sm:0 1px 3px rgba(0,0,0,.12);--shadow-md:0 4px 6px rgba(0,0,0,.16);--shadow-lg:0 10px 15px rgba(0,0,0,.2);--shadow-xl:0 20px 25px rgba(0,0,0,.25);--shadow-2xl:0 25px 50px rgba(0,0,0,.3);--shadow-glow-accent:0 0 10px var(--color-accent);--shadow-glow-error:0 0 10px var(--status-error);--shadow-glow-success:0 0 10px var(--status-success)}body{color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;line-height:1.7}button{font:inherit;color:inherit;background:0 0;border:none;margin:0;padding:0}:root{--button-font-family:"Inter","Helvetica Neue",Arial,sans-serif;--button-font-weight:var(--font-weight-semibold);--button-letter-spacing:var(--tracking-wide);--button-padding-y-sm:.6rem;--button-padding-x-sm:1.2rem;--button-padding-y-md:.9rem;--button-padding-x-md:1.8rem;--button-padding-y-lg:1.2rem;--button-padding-x-lg:2.2rem;--button-radius:var(--radius-large);--button-border-width:var(--border-width-thin);--button-bg-primary:var(--accent-gradient);--button-bg-primary-hover:var(--accent-gradient-hover);--button-bg-secondary:var(--color-surface);--button-bg-secondary-hover:rgba(255,255,255,var(--opacity-surface));--button-bg-ghost:transparent;--button-bg-disabled:rgba(255,255,255,.1);--button-text-primary:var(--color-text);--button-text-secondary:var(--color-text);--button-text-ghost:var(--color-accent);--button-text-disabled:rgba(255,255,255,.4);--button-border-color:var(--color-border);--button-border-color-hover:var(--color-border-hover);--button-border-color-active:var(--color-border-active);--button-border-color-focus:var(--color-accent);--button-shadow:var(--shadow-md);--button-shadow-hover:var(--shadow-lg);--button-shadow-active:var(--shadow-sm);--button-shadow-accent:var(--shadow-accent);--button-shadow-accent-hover:var(--shadow-accent-hover);--button-blur:12px;--button-backdrop-saturation:1.2;--button-transform-hover:translateY(-2px);--button-transform-active:translateY(0);--button-transition:var(--transition-fast);--button-opacity-hover:var(--opacity-hover);--button-opacity-disabled:var(--opacity-disabled);--button-success-bg:var(--status-success);--button-error-bg:var(--status-error);--button-warning-bg:var(--status-warning)}section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-large);box-shadow:var(--soft-shadow);-webkit-backdrop-filter:blur(14px)saturate(1.3)brightness(1.3);backdrop-filter:blur(14px)saturate(1.3)brightness(1.3);padding:var(--space-3)var(--space-2);margin:var(--space-2)0}@media (min-width:768px){section{padding:var(--space-4)var(--space-3);margin:var(--space-4)0}}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){.motion-optional{transition:none!important;animation:none!important}}main,[data-animate-root]{will-change:opacity,transform;contain:paint}[data-theme=dark]{--color-bg:#0d0d0d;--color-text:#f5f5f5;--color-subtext:#bcbcbc;--color-accent:#3ea6ff;--color-error:#ff4d4f;--color-success:#4cd964;--color-light-text:#111;--color-light-subtext:#333;--color-light-accent:#06c;--color-light-border:rgba(0,0,0,.08);--accent-gradient:linear-gradient(90deg,#00c6ff 0%,#0072ff 100%);--accent-gradient-hover:linear-gradient(90deg,#00e6a8 0%,#00b4ff 100%);--color-surface:rgba(20,20,20,.55);--color-border:rgba(255,255,255,.06);--color-surface-hover:rgba(0,180,255,.35);--color-border-hover:rgba(255,255,255,.1);--shadow-none:none;--shadow-xs:0 1px 2px rgba(0,0,0,.15);--shadow-sm:0 2px 4px rgba(0,0,0,.25);--shadow-md:0 4px 8px rgba(0,0,0,.35);--shadow-lg:0 8px 16px rgba(0,0,0,.45);--shadow-xl:0 16px 24px rgba(0,0,0,.55);--shadow-2xl:0 24px 48px rgba(0,0,0,.65);--shadow-glow-accent:0 0 12px rgba(62,166,255,.35);--shadow-glow-accent-hover:0 0 18px rgba(62,166,255,.45);--shadow-glow-error:0 0 12px rgba(255,77,79,.4);--shadow-glow-success:0 0 12px rgba(76,217,100,.35);--button-text-primary:#fff;--button-text-secondary:var(--color-text);--button-text-ghost:var(--color-accent);--button-text-disabled:rgba(255,255,255,.4);--button-border-color:var(--color-border);--button-border-color-hover:var(--color-border-hover);--button-border-color-active:rgba(255,255,255,.2);--button-border-color-focus:var(--color-accent);--button-bg-primary:var(--accent-gradient);--button-bg-primary-hover:var(--accent-gradient-hover);--button-bg-secondary:rgba(40,40,40,.65);--button-bg-secondary-hover:rgba(62,166,255,.15);--button-bg-ghost:transparent;--button-bg-disabled:rgba(255,255,255,.08);--button-shadow:var(--shadow-md);--button-shadow-hover:var(--shadow-lg);--button-shadow-active:var(--shadow-sm);--button-shadow-accent:var(--shadow-glow-accent);--button-shadow-accent-hover:var(--shadow-glow-accent-hover);--button-blur:12px;--button-backdrop-saturation:1.2;--button-opacity-hover:var(--opacity-hover);--button-opacity-disabled:var(--opacity-disabled);--button-transform-hover:translateY(-2px);--button-transform-active:translateY(0);--button-transition:var(--transition-fast)}[data-theme=light]{--color-bg:#f8fafc;--color-text:#111;--color-subtext:#444;--color-accent:#3ea6ff;--color-error:#e74c3c;--color-success:#2ecc71;--color-light-text:#fff;--color-light-subtext:#e8e8e8;--color-light-accent:#0072ff;--color-light-border:rgba(0,0,0,.08);--accent-gradient:linear-gradient(90deg,#00b4ff 0%,#0072ff 100%);--accent-gradient-hover:linear-gradient(90deg,#00e6a8 0%,#00b4ff 100%);--color-surface:rgba(255,255,255,.9);--color-border:rgba(0,0,0,.08);--color-surface-hover:rgba(0,114,255,.06);--color-border-hover:rgba(0,0,0,.12);--shadow-none:none;--shadow-xs:0 1px 2px rgba(0,0,0,.06);--shadow-sm:0 2px 4px rgba(0,0,0,.08);--shadow-md:0 4px 8px rgba(0,0,0,.1);--shadow-lg:0 8px 16px rgba(0,0,0,.12);--shadow-xl:0 16px 24px rgba(0,0,0,.14);--shadow-2xl:0 24px 48px rgba(0,0,0,.18);--shadow-glow-accent:0 0 12px rgba(0,114,255,.25);--shadow-glow-accent-hover:0 0 18px rgba(0,114,255,.35);--shadow-glow-error:0 0 12px rgba(231,76,60,.25);--shadow-glow-success:0 0 12px rgba(46,204,113,.25);--button-text-primary:#fff;--button-text-secondary:var(--color-text);--button-text-ghost:var(--color-accent);--button-text-disabled:rgba(0,0,0,.4);--button-border-color:var(--color-border);--button-border-color-hover:var(--color-border-hover);--button-border-color-active:rgba(0,0,0,.2);--button-border-color-focus:var(--color-accent);--button-bg-primary:var(--accent-gradient);--button-bg-primary-hover:var(--accent-gradient-hover);--button-bg-secondary:rgba(255,255,255,.85);--button-bg-secondary-hover:rgba(0,114,255,.08);--button-bg-ghost:transparent;--button-bg-disabled:rgba(0,0,0,.05);--button-shadow:var(--shadow-sm);--button-shadow-hover:var(--shadow-md);--button-shadow-active:var(--shadow-xs);--button-shadow-accent:var(--shadow-glow-accent);--button-shadow-accent-hover:var(--shadow-glow-accent-hover);--button-blur:10px;--button-backdrop-saturation:1.15;--button-opacity-hover:var(--opacity-hover);--button-opacity-disabled:var(--opacity-disabled);--button-transform-hover:translateY(-2px);--button-transform-active:translateY(0);--button-transition:var(--transition-fast)}[data-theme=calm]{--color-bg:#f9fbfa;--color-text:#1a1a1a;--color-subtext:#5c5c5c;--color-accent:#4dbb9c;--color-error:#ff6b6b;--color-success:#3c9;--color-light-text:#111;--color-light-subtext:#333;--color-light-accent:#4dbb9c;--color-light-border:rgba(0,0,0,.05);--accent-gradient:linear-gradient(90deg,#5cd6b1 0%,#46bfa5 100%);--accent-gradient-hover:linear-gradient(90deg,#6ee0be 0%,#56c6af 100%);--soft-shadow:0 3px 10px rgba(0,0,0,.08);--soft-shadow-hover:0 5px 14px rgba(0,0,0,.12);--color-surface:rgba(255,255,255,.9);--color-border:rgba(0,0,0,.04)}[data-theme=tech]{--color-bg:#0a0f14;--color-text:#e8f1ff;--color-subtext:#9bb1cc;--color-accent:#3ea6ff;--color-error:#ff4d4f;--color-success:#4cd964;--color-light-text:#111;--color-light-subtext:#333;--color-light-accent:#0072ff;--color-light-border:rgba(255,255,255,.06);--accent-gradient:linear-gradient(90deg,#0072ff 0%,#00c6ff 100%);--accent-gradient-hover:linear-gradient(90deg,#00e6a8 0%,#00b4ff 100%);--soft-shadow:0 4px 14px rgba(0,114,255,.25);--soft-shadow-hover:0 6px 20px rgba(0,114,255,.35);--color-surface:rgba(15,25,35,.6);--color-border:rgba(62,166,255,.1)}
.container{width:100%;padding:0 var(--space-2);box-sizing:border-box;background-color:transparent;margin:0 auto}@media (min-width:768px){.container{max-width:1200px;padding:0 16px}}.pageWrapper{min-height:100vh;color:var(--color-text);background:var(--color-bg);flex-direction:column;display:flex}.content{box-sizing:border-box;width:100%;margin-top:var(--header-height-mobile);flex-direction:column;flex:1;justify-content:flex-start;align-items:center;display:flex}@media (min-width:768px){.content{margin-top:var(--header-height-desktop);align-items:center}}[class*=Header-module__header]{height:6rem;z-index:var(--z-index-header);position:-webkit-sticky;position:sticky;top:0}
@font-face{font-family:Inter;src:url(/fonts/inter/Inter_18pt-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter/Inter_18pt-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter/Inter_18pt-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}
.BaseHeader-module__5yyHAG__base{width:100%;height:var(--header-height-mobile);box-sizing:border-box;z-index:var(--z-index-header);background:var(--header-bg);color:var(--header-fg);border-bottom:var(--border-width-thin)solid var(--header-border);box-shadow:var(--header-shadow);-webkit-backdrop-filter:blur(var(--header-blur))saturate(1.2);padding:0 var(--space-2);transition:background var(--motion-base)var(--ease-soft),border-color var(--motion-base)var(--ease-soft),box-shadow var(--motion-base)var(--ease-soft);justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}.BaseHeader-module__5yyHAG__inner{justify-content:space-between;align-items:center;gap:var(--space-2);width:100%;max-width:1200px;display:flex}@media (min-width:768px){.BaseHeader-module__5yyHAG__base{height:var(--header-height-desktop);padding:0 var(--space-3)}.BaseHeader-module__5yyHAG__inner{gap:var(--space-3)}}.BaseHeader-module__5yyHAG__base.BaseHeader-module__5yyHAG__scrolled{background:var(--header-bg-scrolled);border-bottom-color:var(--header-border-scrolled);box-shadow:var(--header-shadow-scrolled)}
.ScrollProgressBar-module__Z-F1fG__scrollProgress{top:var(--header-height-mobile);background:var(--accent-gradient);transform-origin:0;pointer-events:none;will-change:transform;border-radius:0 var(--border-width-base)var(--border-width-base)0;height:3px;z-index:var(--z-index-modal);transition:opacity var(--motion-base)var(--ease-soft);position:fixed;left:0;right:0;box-shadow:0 0 8px rgba(0,114,255,.35)}@media (min-width:768px){.ScrollProgressBar-module__Z-F1fG__scrollProgress{top:var(--header-height-desktop)}}
.Logo-module__tYV6Mq__logo{font-weight:var(--font-weight-extrabold);margin-left:var(--space-3);letter-spacing:var(--tracking-wide);color:var(--color-accent);transition:color var(--motion-base)var(--ease-soft),transform var(--motion-base)var(--ease-soft);-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-block}.Logo-module__tYV6Mq__sm{font-size:1.5rem}.Logo-module__tYV6Mq__md{font-size:2rem}.Logo-module__tYV6Mq__lg{font-size:3rem}.Logo-module__tYV6Mq__logo:hover{color:var(--color-accent);transform:scale(1.05)}.Logo-module__tYV6Mq__linkWrapper{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}@media (min-width:768px){.Logo-module__tYV6Mq__md{font-size:2.4rem}.Logo-module__tYV6Mq__lg{font-size:3.6rem}.Logo-module__tYV6Mq__logo{margin-left:var(--space-4)}}
.LinkWrapper-module__6m-0Xa__wrapper{gap:var(--space-2);flex-wrap:wrap;align-items:center;margin:0;padding:0;list-style:none;display:flex}.LinkWrapper-module__6m-0Xa__horizontal{flex-direction:row}.LinkWrapper-module__6m-0Xa__vertical{flex-direction:column}.LinkWrapper-module__6m-0Xa__left{text-align:left;justify-content:flex-start}.LinkWrapper-module__6m-0Xa__center{text-align:center;justify-content:center}.LinkWrapper-module__6m-0Xa__right{text-align:right;justify-content:flex-end}.LinkWrapper-module__6m-0Xa__space-1{gap:var(--space-1)}.LinkWrapper-module__6m-0Xa__space-2{gap:var(--space-2)}.LinkWrapper-module__6m-0Xa__space-3{gap:var(--space-3)}@media (max-width:768px){.LinkWrapper-module__6m-0Xa__responsiveStack{align-items:stretch;gap:var(--space-2);flex-direction:column}}
.LinkHeader-module__zwddYa__linkHeader{font-weight:var(--font-weight-medium);color:var(--header-fg);cursor:pointer;letter-spacing:var(--tracking-wide);transition:color var(--motion-base)var(--ease-soft),opacity var(--motion-fast)var(--ease-soft),transform var(--motion-fast)var(--ease-soft);text-decoration:none;display:inline-block}.LinkHeader-module__zwddYa__linkHeader:hover{color:var(--color-accent);opacity:var(--opacity-hover);transform:translateY(-1px)}.LinkHeader-module__zwddYa__linkHeader:active{opacity:var(--opacity-active);transform:translateY(0)}.LinkHeader-module__zwddYa__linkHeader:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px;border-radius:var(--radius-small)}.LinkHeader-module__zwddYa__linkHeader:after{content:"";background:var(--color-accent);width:0;height:2px;transition:width .3s var(--ease-soft);border-radius:var(--radius-small);margin-top:2px;display:block}.LinkHeader-module__zwddYa__linkHeader:hover:after{width:100%}@media (min-width:768px){.LinkHeader-module__zwddYa__linkHeader{font-size:var(--font-size-body)}}
.BurgerMenu-module__0-b_vq__container{z-index:var(--z-index-overlay);justify-content:flex-end;align-items:center;display:flex;position:relative}.BurgerMenu-module__0-b_vq__burger{cursor:pointer;width:32px;height:22px;z-index:var(--z-index-popover);transition:var(--transition-transform);margin-right:var(--space-3);background:0 0;border:none;flex-direction:column;justify-content:space-between;padding:0;display:flex;position:relative}.BurgerMenu-module__0-b_vq__burger span{background-color:var(--header-fg);border-radius:var(--radius-small);width:100%;height:3px;transition:all var(--motion-base)var(--ease-soft);display:block}.BurgerMenu-module__0-b_vq__burger:hover span{opacity:var(--opacity-hover)}.BurgerMenu-module__0-b_vq__burger.BurgerMenu-module__0-b_vq__active span:first-child{transform:translateY(9px)rotate(45deg)}.BurgerMenu-module__0-b_vq__burger.BurgerMenu-module__0-b_vq__active span:nth-child(2){opacity:var(--opacity-0)}.BurgerMenu-module__0-b_vq__burger.BurgerMenu-module__0-b_vq__active span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.BurgerMenu-module__0-b_vq__overlay{-webkit-backdrop-filter:blur(10px);opacity:var(--opacity-0);pointer-events:none;transition:var(--transition-opacity);z-index:var(--z-index-overlay);background-color:rgba(0,0,0,.94);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.BurgerMenu-module__0-b_vq__overlay.BurgerMenu-module__0-b_vq__open{opacity:var(--opacity-100);pointer-events:all}.BurgerMenu-module__0-b_vq__nav{align-items:center;gap:var(--space-3);color:var(--header-fg);text-align:center;flex-direction:column;font-size:1.3rem;animation:.4s forwards BurgerMenu-module__0-b_vq__fadeInLinks;display:flex}@keyframes BurgerMenu-module__0-b_vq__fadeInLinks{0%{opacity:var(--opacity-0);transform:translateY(10px)}to{opacity:var(--opacity-100);transform:translateY(0)}}.BurgerMenu-module__0-b_vq__burger.BurgerMenu-module__0-b_vq__close{top:var(--space-4);right:var(--space-4);cursor:pointer;width:32px;height:32px;z-index:calc(var(--z-index-overlay) + 1);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:absolute}.BurgerMenu-module__0-b_vq__burger.BurgerMenu-module__0-b_vq__close span{background-color:var(--header-fg);border-radius:var(--radius-small);width:100%;height:3px;transition:all var(--motion-base)var(--ease-soft);position:absolute}.BurgerMenu-module__0-b_vq__burger.BurgerMenu-module__0-b_vq__close span:first-child{transform:rotate(45deg)}.BurgerMenu-module__0-b_vq__burger.BurgerMenu-module__0-b_vq__close span:nth-child(2){transform:rotate(-45deg)}.BurgerMenu-module__0-b_vq__burger.BurgerMenu-module__0-b_vq__close span:nth-child(3){display:none}@supports ((-webkit-backdrop-filter:none)){.BurgerMenu-module__0-b_vq__overlay,.BurgerMenu-module__0-b_vq__nav,.BurgerMenu-module__0-b_vq__nav *{color:var(--header-fg);-webkit-text-fill-color:var(--header-fg)}}@media (min-width:768px){.BurgerMenu-module__0-b_vq__burger,.BurgerMenu-module__0-b_vq__overlay{display:none}}
.Header-module__Rtb0ta__left{justify-content:flex-start;align-items:center;display:flex}.Header-module__Rtb0ta__navDesktop{display:none}.Header-module__Rtb0ta__navMobile{justify-content:flex-end;align-items:center;display:flex}@media (min-width:768px){.Header-module__Rtb0ta__navDesktop{margin-right:var(--space-4);display:flex}.Header-module__Rtb0ta__navMobile{display:none}}
.Footer-module__3hUVsW__footer{z-index:10;-webkit-backdrop-filter:blur(16px);color:var(--color-text);text-align:center;background:rgba(13,13,13,.55);border-top:1px solid rgba(255,255,255,.06);padding:3rem 1.5rem 2.5rem;transition:background .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 -4px 18px rgba(0,0,0,.35)}.Footer-module__3hUVsW__inner{flex-direction:column;align-items:center;gap:2.2rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__3hUVsW__linkButton{color:var(--color-text);opacity:.85;cursor:pointer;background:0 0;border:none;font-size:.95rem;text-decoration:none;transition:color .25s,opacity .25s;position:relative}.Footer-module__3hUVsW__linkButton:after{content:"";background:var(--accent-gradient);width:0%;height:1px;transition:width .3s,opacity .3s;position:absolute;bottom:-2px;left:0}.Footer-module__3hUVsW__linkButton:hover,.Footer-module__3hUVsW__linkButton.Footer-module__3hUVsW__active{color:var(--color-accent);opacity:1}.Footer-module__3hUVsW__linkButton:hover:after,.Footer-module__3hUVsW__linkButton.Footer-module__3hUVsW__active:after{opacity:1;width:100%}.Footer-module__3hUVsW__linkButton:active:after{animation:.25s forwards Footer-module__3hUVsW__tapPulse}@keyframes Footer-module__3hUVsW__tapPulse{0%{opacity:1;width:0%}60%{opacity:1;width:100%}to{opacity:0;width:100%}}.Footer-module__3hUVsW__links{flex-wrap:wrap;justify-content:center;gap:2rem;font-size:.95rem;display:flex}.Footer-module__3hUVsW__socials{justify-content:center;align-items:center;gap:var(--space-2);display:flex}.Footer-module__3hUVsW__socials a{color:var(--color-accent);opacity:.85;transition:opacity .25s,transform .25s}.Footer-module__3hUVsW__socials a:hover{opacity:.65;transform:translateY(-2px)}.Footer-module__3hUVsW__divider{width:80%;height:1px;margin:var(--space-1)0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.Footer-module__3hUVsW__copy{color:var(--color-subtext);opacity:.85;text-align:center;font-size:.85rem;line-height:1.4}@media (max-width:768px){.Footer-module__3hUVsW__footer{padding:2.2rem 1rem 1.8rem}.Footer-module__3hUVsW__links{gap:1.2rem;font-size:.9rem}.Footer-module__3hUVsW__copy{font-size:.8rem}}@media (prefers-reduced-motion:no-preference){.Footer-module__3hUVsW__footer{animation:.6s ease-in-out Footer-module__3hUVsW__fadeInUp}@keyframes Footer-module__3hUVsW__fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}
