:root{--pgo-shell-bg:#050505;--pgo-shell-fg:#f6f6f2;--pgo-shell-muted:#858580;--pgo-shell-line:#252525;--pgo-shell-accent:var(--accent,#fff)}#pgo-app{min-height:100vh;transition:opacity .24s ease,transform .32s cubic-bezier(.22,.78,.2,1)}body.pgo-route-loading #pgo-app{pointer-events:none}#pgo-route-progress{position:fixed;z-index:12050;left:0;right:0;top:0;height:2px;pointer-events:none;overflow:hidden;opacity:0;transition:opacity .18s ease;background:#fff0}#pgo-route-progress:before{content:"";display:block;height:100%;width:38%;background:linear-gradient(90deg,transparent,var(--pgo-shell-accent),#fff,var(--pgo-shell-accent),transparent);transform:translateX(-120%)}body.pgo-route-loading #pgo-route-progress{opacity:1}body.pgo-route-loading #pgo-route-progress:before{animation:pgo-route-progress 1s cubic-bezier(.35,.05,.2,1) infinite}#pgo-route-curtain{position:fixed;z-index:12000;inset:0;pointer-events:none;background:#030303;clip-path:inset(100% 0 0 0);transition:clip-path .38s cubic-bezier(.77,0,.18,1);display:grid;place-items:center;color:#fff}#pgo-route-curtain:before{content:"PGO";font:800 clamp(70px,22vw,260px)/.72 var(--pgo-body-font,"Inter Tight"),system-ui,sans-serif;letter-spacing:-.1em;opacity:.08;transform:translateY(14px) scale(.96);transition:opacity .28s ease,transform .38s cubic-bezier(.22,.78,.2,1)}body.pgo-route-leaving #pgo-route-curtain{clip-path:inset(0 0 0 0)}body.pgo-route-leaving #pgo-route-curtain:before{opacity:.18;transform:none}body.pgo-route-entering #pgo-route-curtain{clip-path:inset(0 0 100% 0);transition-duration:.44s}.pgo-mobile-dock,.pgo-mobile-drawer{display:none}@keyframes pgo-route-progress{0%{transform:translateX(-120%)}55%{transform:translateX(140%)}100%{transform:translateX(320%)}}@media (max-width:900px),(min-width:901px) and (max-width:1180px) and (hover:none) and (pointer:coarse){:root{--pgo-dock-h:74px}body{padding-bottom:calc(var(--pgo-dock-h) + env(safe-area-inset-bottom))}body.pgo-mobile-dock-disabled{padding-bottom:0}#pgo-route-curtain{bottom:calc(var(--pgo-dock-h) + env(safe-area-inset-bottom));background:rgb(2 2 2 / .96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.pgo-mobile-dock{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;height:calc(var(--pgo-dock-h) + env(safe-area-inset-bottom));padding:7px 10px max(7px,env(safe-area-inset-bottom));z-index:12100;background:linear-gradient(180deg,rgb(8 8 8 / .76),rgb(2 2 2 / .96));border-top:1px solid rgb(255 255 255 / .12);box-shadow:0 -22px 48px rgb(0 0 0 / .38);backdrop-filter:blur(22px) saturate(1.25);-webkit-backdrop-filter:blur(22px) saturate(1.25)}.pgo-mobile-dock:before{content:"";position:absolute;left:10%;right:10%;top:-1px;height:1px;background:linear-gradient(90deg,transparent,var(--pgo-shell-accent),transparent);opacity:.52}.pgo-mobile-dock a,.pgo-mobile-dock button{position:relative;appearance:none;border:0;background:#fff0;color:#777;min-width:0;min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:4px 2px;font:700 8px/1 var(--pgo-body-font,"Inter Tight"),system-ui,sans-serif;letter-spacing:.13em;text-transform:uppercase;transition:color .28s ease,transform .28s cubic-bezier(.22,.78,.2,1);touch-action:manipulation}.pgo-mobile-dock a:before,.pgo-mobile-dock button:before{content:"";position:absolute;top:1px;left:50%;width:24px;height:2px;transform:translateX(-50%) scaleX(0);transform-origin:center;background:var(--pgo-shell-accent);box-shadow:0 0 12px color-mix(in srgb,var(--pgo-shell-accent) 65%,transparent);transition:transform .3s cubic-bezier(.22,.78,.2,1)}.pgo-mobile-dock a.is-active,.pgo-mobile-dock button.is-active{color:#fff;transform:translateY(-1px)}.pgo-mobile-dock a.is-active:before,.pgo-mobile-dock button.is-active:before{transform:translateX(-50%) scaleX(1)}.pgo-mobile-dock svg{width:19px;height:19px;stroke:currentColor;stroke-width:1.45;fill:none;vector-effect:non-scaling-stroke}.pgo-mobile-dock .pgo-dock-pgo svg{width:23px;height:23px;stroke-width:1.25}.pgo-mobile-dock .pgo-dock-pgo:after{content:"";position:absolute;width:38px;height:38px;border:1px solid rgb(255 255 255 / .12);top:4px;left:50%;transform:translateX(-50%);z-index:-1;background:rgb(255 255 255 / .025)}.pgo-mobile-drawer{display:block;position:fixed;z-index:12080;left:0;right:0;bottom:calc(var(--pgo-dock-h) + env(safe-area-inset-bottom));max-height:min(72dvh,640px);overflow:auto;background:rgb(5 5 5 / .985);color:#fff;border-top:1px solid #2b2b2b;transform:translateY(calc(100% + 24px));opacity:0;visibility:hidden;transition:transform .42s cubic-bezier(.22,.78,.2,1),opacity .28s ease,visibility .42s;box-shadow:0 -30px 80px rgb(0 0 0 / .56);-webkit-overflow-scrolling:touch}body.pgo-mobile-drawer-open .pgo-mobile-drawer{transform:none;opacity:1;visibility:visible}.pgo-mobile-drawer-inner{padding:24px 20px 28px}.pgo-mobile-drawer-head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:20px;border-bottom:1px solid #242424}.pgo-mobile-drawer-head small{display:block;color:#666;font:600 9px/1 var(--pgo-body-font,"Inter Tight"),system-ui,sans-serif;letter-spacing:.18em;text-transform:uppercase;margin-bottom:8px}.pgo-mobile-drawer-head strong{font:800 clamp(30px,9vw,46px)/.86 var(--pgo-body-font,"Inter Tight"),system-ui,sans-serif;letter-spacing:-.06em}.pgo-mobile-drawer-head strong em{font-family:var(--pgo-display-font,"Instrument Serif"),Georgia,serif;font-weight:400}.pgo-mobile-drawer-close{appearance:none;width:46px;height:46px;min-width:46px;border:1px solid #303030;background:#090909;color:#fff;position:relative}.pgo-mobile-drawer-close:before,.pgo-mobile-drawer-close:after{content:"";position:absolute;left:13px;right:13px;top:22px;height:1px;background:currentColor}.pgo-mobile-drawer-close:before{transform:rotate(45deg)}.pgo-mobile-drawer-close:after{transform:rotate(-45deg)}.pgo-mobile-drawer-grid{display:grid;margin-top:8px}.pgo-mobile-drawer-grid a{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:62px;border-bottom:1px solid #1f1f1f;color:#bcbcb7;padding:8px 2px;transition:color .25s ease,padding .28s cubic-bezier(.22,.78,.2,1),background .25s ease}.pgo-mobile-drawer-grid a small{font-size:8px;letter-spacing:.14em;color:#565656}.pgo-mobile-drawer-grid a strong{font-size:17px;letter-spacing:-.035em}.pgo-mobile-drawer-grid a span{font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:#5e5e5e}.pgo-mobile-drawer-grid a:active{background:#0c0c0c;color:#fff;padding-left:8px}body.pgo-mobile-drawer-open{overflow:hidden!important;touch-action:none}body.pgo-route-loading .pgo-mobile-dock{pointer-events:none}body.pgo-route-entering #pgo-app{animation:pgo-app-enter .52s cubic-bezier(.22,.78,.2,1) both}@keyframes pgo-app-enter{from{opacity:.25;transform:translateY(14px)}to{opacity:1;transform:none}}}@media (prefers-reduced-motion:reduce){#pgo-route-curtain,.pgo-mobile-drawer,#pgo-app{transition:none!important;animation:none!important}#pgo-route-progress:before{animation:none!important}}@media (max-width:900px),(min-width:901px) and (max-width:1180px) and (hover:none) and (pointer:coarse){html{height:auto!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:auto!important;-webkit-overflow-scrolling:touch}body.pgo-mobile-native-enabled:not(.pgo-menu-open):not(.pgo-mobile-drawer-open){height:auto!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:auto!important;touch-action:pan-y!important;-webkit-overflow-scrolling:touch!important}body.pgo-mobile-native-enabled #pgo-app{min-height:100%!important;overflow:visible}body.pgo-mobile-native-enabled.pgo-route-loading:not(.pgo-menu-open):not(.pgo-mobile-drawer-open),body.pgo-mobile-native-enabled.pgo-route-entering:not(.pgo-menu-open):not(.pgo-mobile-drawer-open){overflow-y:auto!important;touch-action:pan-y!important}}