:root{--overlay-bg: rgba(0, 0, 0, .55);--overlay-blur: 4px;--radius-lg: 16px;--tap-target: 44px}.homepage{width:100vw;height:calc(100dvh - var(--bottom-bar-h));margin-left:160px;background-size:contain;display:flex;flex-direction:column;align-items:center;overflow:clip}.folder-scatter-container{position:relative;width:100%;height:100%}.folder.scattered{position:absolute;z-index:1}img.stuff{position:fixed;left:16px;bottom:calc(var(--bottom-bar-h) + 5px);width:64px}.folder-container{display:grid;grid-template-columns:repeat(2,140px);gap:30px;justify-content:start;align-content:start;width:100%;max-width:500px;padding:0 20px}.folder{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;cursor:pointer;transition:transform .2s ease-in-out}.folder:hover{transform:scale(1.05)}img.folder-icon{width:75px}.folder span{margin-top:5px;font-size:.75rem;font-weight:600;color:#000}.folder span.hovered{color:red}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay-bg);-webkit-backdrop-filter:blur(var(--overlay-blur));backdrop-filter:blur(var(--overlay-blur));display:grid;place-items:center;z-index:1000;animation:overlayFade .18s ease-out}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}.modal-card{position:relative;max-width:min(1100px,92vw);max-height:min(90vh,820px);border-radius:var(--radius-lg);overflow:hidden;background:transparent}.modal-image{display:block;width:100%;height:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.animate-in{animation:popIn .32s cubic-bezier(.18,.89,.32,1.28);transform-origin:center}@keyframes popIn{0%{opacity:0;transform:translateY(12px) scale(.96)}60%{opacity:1;transform:translateY(0) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{position:absolute;top:10px;right:12px;width:var(--tap-target);height:var(--tap-target);line-height:calc(var(--tap-target) - 8px);font-size:26px;border:none;border-radius:999px;background:#00000073;color:#fff;cursor:pointer;transition:transform .12s ease,background .12s ease,opacity .12s ease}.modal-close:hover{transform:scale(1.06);background:#0009}.modal-close:active{transform:scale(.98)}.modal-close:focus-visible{outline:2px solid white;outline-offset:2px}@media (max-width: 900px){.homepage{margin-left:48px}img.stuff{width:56px}.folder-container{grid-template-columns:repeat(2,130px);gap:24px}}@media (max-width: 600px){.homepage{height:calc(100dvh - var(--bottom-bar-h));margin-left:16px}img.stuff{width:50px;bottom:calc(var(--bottom-bar-h) + 6px)}.folder-container{grid-template-columns:repeat(2,120px);gap:20px;justify-content:center}img.folder-icon{width:50px}.folder span{font-size:.54rem}}.stuff-wrap{position:fixed;left:16px;bottom:calc(var(--bottom-bar-h) + 5px);display:flex;flex-direction:column;align-items:center;z-index:1}img.stuff{position:static}.stuff-label{margin-top:5px;font-size:var(--folder-label-size, .75rem);font-weight:600;text-align:center;color:#000}@media (max-width: 600px){.stuff-label{font-size:.54rem}}:root{--lb-overlay: rgba(0,0,0,.55);--lb-bg: #0f0f10;--lb-border: #2a2a2a;--lb-radius: 18px;--lb-pad: 16px;--lb-hit: 44px;--lb-fg: #e8e8e8;--lb-muted: #c9c9c9}.lb-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:var(--lb-overlay);z-index:9999;animation:backdropFade .25s ease}@keyframes backdropFade{0%{background:#0000}to{background:var(--lb-overlay)}}.lb-window{background:var(--lb-bg);border:1px solid var(--lb-border);border-radius:var(--lb-radius);overflow:clip;transform-origin:center;aspect-ratio:9 / 16;height:min(88vh,860px);width:auto;display:grid;grid-template-rows:44px 1fr;max-width:96vw}.lb-window.swag{animation:popIn .38s cubic-bezier(.18,.89,.32,1.28)}@keyframes popIn{0%{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}.lb-topbar{display:flex;align-items:center;gap:10px;padding:0 12px;background:#1b1b1c;border-bottom:1px solid #262626}.dot{width:12px;height:12px;border-radius:50%;border:none;cursor:pointer}.dot.red{background:#ff5f57}.lb-title{margin:0 auto;color:var(--lb-muted);font:500 13px/1 system-ui,sans-serif}.lb-body{position:relative;display:grid;place-items:center;padding:var(--lb-pad);background:#111}.lb-img{max-width:100%;max-height:100%;object-fit:contain;transition:opacity .35s ease}.fade-in{opacity:1}.fade-out{opacity:0}.lb-nav{position:absolute;top:50%;transform:translateY(-50%);width:var(--lb-hit);height:var(--lb-hit);display:grid;place-items:center;border:none;background:#ffffff14;color:var(--lb-fg);border-radius:999px;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:background .15s ease,transform .1s ease}.lb-nav.left{left:8px}.lb-nav.right{right:8px}.lb-nav:hover{background:#ffffff24}.lb-nav:active{transform:translateY(-50%) scale(.98)}.lb-nav:focus-visible{outline:2px solid #fff;outline-offset:2px}.lb-meta{position:absolute;right:calc(8px + var(--lb-pad) - 2px);bottom:calc(8px + var(--lb-pad) - 2px);padding:4px 8px;border-radius:10px;background:#00000073;color:var(--lb-fg);font:600 11px/1 system-ui,sans-serif;pointer-events:none}@media (max-width: 420px){:root{--lb-pad: 12px}}@media (min-height: 1000px){.lb-window{height:min(92vh,980px)}}html,body,#root{min-height:100%;height:auto;overflow-x:hidden;overflow-y:auto}body{-webkit-overflow-scrolling:touch}.storepage{min-height:100dvh;width:100vw;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding-top:calc(env(safe-area-inset-top) + clamp(96px,13vh,160px));padding-bottom:calc(env(safe-area-inset-bottom) + clamp(88px,12vh,140px));background-color:#ffffffe6;position:relative}@supports (-webkit-touch-callout: none){.storepage{min-height:-webkit-fill-available}}.cart-icon-link{z-index:99999!important;position:fixed!important}.cart-icon{width:40px;height:auto;cursor:pointer}.product-container{width:min(1200px,92vw);margin-inline:auto}.store-toolbar{display:flex;justify-content:flex-end;margin:0 0 1rem}.country-switcher select{padding:6px 10px;border:1px solid #ddd;background:#fff;border-radius:6px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(140px,1fr));gap:clamp(18px,3vw,40px) clamp(16px,5vw,48px);justify-items:center;align-items:start;margin:0 auto}@media (min-width: 900px){.product-grid{grid-template-columns:repeat(3,minmax(180px,1fr));gap:40px 72px}}.product-card{width:100%}.product-link{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;height:100%}.product-media{width:clamp(140px,18vw,200px);aspect-ratio:3 / 4;display:grid;place-items:center;margin:0 auto}.product-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.product-name{font-family:Minecraft,sans-serif;font-size:.95rem;text-transform:uppercase;margin-top:8px;line-height:1.15;min-height:2.3em;display:flex;align-items:center;justify-content:center;padding:0 4px}.product-price{font-family:Minecraft,sans-serif;font-size:.85rem;margin-top:4px}.arrow{position:absolute;top:45%;background:none;border:none;cursor:pointer;padding:12px;transform:translateY(-50%)}.arrow.left{left:-20px}.arrow.right{right:-20px}.arrow img{width:8px;height:auto}@media (max-width: 768px){.product-grid{grid-template-columns:repeat(2,minmax(130px,1fr));gap:18px 14px}.product-media{width:clamp(110px,32vw,150px)}.product-name{font-size:.9rem}.product-price{font-size:.82rem}}.product-card.reveal{opacity:0;transform:translateY(8px) scale(.98)}.storepage.entered .product-card.reveal{animation:cardIn .52s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(var(--i) * 80ms + .12s)}.storepage.entered .product-container{animation:gridFade .36s ease-out both}@keyframes cardIn{0%{opacity:0;transform:translateY(10px) scale(.98)}80%{opacity:1;transform:translateY(-1px) scale(1)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes gridFade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.storepage.entered .product-card.reveal,.storepage.entered .product-container{animation:none!important}}:root{--bh-z: 1000;--bh-hit: 44px;--bh-pad: 4px 5px;--bh-radius: 10px;--bh-bg: rgba(255,255,255,.86);--bh-border: rgba(0,0,0,.12);--bh-shadow: 0 6px 18px rgba(0,0,0,.08)}.bh-wrap{position:fixed;top:16px;left:12px;z-index:var(--bh-z)}.bh-btn{display:inline-flex;align-items:center;gap:8px;min-height:var(--bh-hit);padding:var(--bh-pad);border-radius:var(--bh-radius);background:var(--bh-bg);border:1px solid var(--bh-border);box-shadow:var(--bh-shadow);color:#111;font:600 13px/1 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;cursor:pointer}.bh-btn:focus-visible{outline:2px solid #000;outline-offset:2px}.bh-icon{width:22px;height:22px}.bh-label{letter-spacing:.02em}.bh-caret{transition:transform .12s ease}.bh-caret.up{transform:rotate(180deg)}.bh-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:140px;padding:6px;border-radius:12px;background:#fff;border:1px solid var(--bh-border);box-shadow:0 16px 40px #00000024;list-style:none}.bh-item{width:100%;text-align:left;border:0;background:transparent;padding:10px 12px;border-radius:8px;font:600 13px/1 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#111;cursor:pointer}.bh-item:hover,.bh-item:focus-visible{background:#0000000f;outline:none}@media (max-width: 480px){.bh-btn{padding:8px 10px}.bh-icon{width:20px;height:20px}}.cart-icon-link{width:auto;position:fixed;top:20px;right:20px;z-index:99999;pointer-events:auto}.cart-icon{width:26px!important;height:auto;cursor:pointer}.cart-indicator-dot{position:absolute;top:0;right:0;width:12px;height:12px;background-color:#ff3254cc;border-radius:50%;box-shadow:0 0 32px red;animation:pulse 1.5s infinite;border:none}@keyframes pulse{0%{box-shadow:0 0 4px red}50%{box-shadow:0 0 12px red}to{box-shadow:0 0 4px red}}:root{--top-bar-h: 64px;--bottom-bar-h: 56px;--pad: clamp(12px, 2vw, 28px);--stage-max-w: 820px;--stage-max-h: 70svh;--close-size: 36px}.sizechart-page{min-height:calc(100svh - var(--bottom-bar-h));width:100vw;background:#fff;padding-top:var(--top-bar-h);overflow:hidden;box-sizing:border-box}.sizechart-grid{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));gap:clamp(16px,2.8vw,28px);padding:24px 20px 40px;place-items:center}@media (max-width: 900px){.sizechart-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}}@media (max-width: 520px){.sizechart-grid{grid-template-columns:1fr 1fr;gap:16px}}.sizechart-folder{font-family:Minecraft,sans-serif;border:0;background:transparent;cursor:pointer;display:grid;place-items:center;gap:8px;text-align:center}.sizechart-folder .folder-icon{width:110px;height:auto;transition:transform .15s ease}.sizechart-folder:hover .folder-icon{transform:translateY(-2px) scale(1.02)}.sizechart-modal{position:fixed;left:0;right:0;top:calc(var(--top-bar-h) + env(safe-area-inset-top));bottom:calc(var(--bottom-bar-h) + env(safe-area-inset-bottom));background:#fff;z-index:99999;display:flex;align-items:center;justify-content:center;padding:var(--pad);box-sizing:border-box}.chart-frame{aspect-ratio:551 / 833;height:min(var(--stage-max-h),calc(100svh - var(--top-bar-h) - var(--bottom-bar-h) - 2 * var(--pad)));max-width:min(var(--stage-max-w),96vw);width:auto;display:grid;place-items:center;overflow:hidden;box-sizing:border-box}.chart-image{width:100%;height:100%;object-fit:contain;image-rendering:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.chart-close{position:fixed;top:calc(var(--top-bar-h) + env(safe-area-inset-top) + 8px);right:calc(8px + env(safe-area-inset-right));width:var(--close-size);height:var(--close-size);border:0;border-radius:999px;background:#0000000f;font-size:24px;line-height:var(--close-size);text-align:center;cursor:pointer;z-index:100000;transition:transform .12s ease,background .12s ease}.chart-close:hover{background:#0000001f;transform:scale(1.04)}.chart-close:active{transform:scale(.98)}.chart-close:focus-visible{outline:2px solid #000;outline-offset:2px}@media (max-height: 640px){:root{--pad: clamp(8px, 1.6vw, 16px)}}@media (max-width: 380px){:root{--stage-max-h: 78svh}}@media (min-width: 1280px) and (max-height: 800px){:root{--stage-max-w: 760px;--stage-max-h: 64svh}}:root{--ig-bg: #7675759b;--ig-surface: #050505;--ig-surface-soft: #8bbf64;--ig-border-subtle: rgba(255, 255, 255, .08);--ig-border-strong: rgba(255, 255, 255, .16);--ig-text: #fff;--ig-text-subtle: rgba(255, 255, 255, .56);--ig-text-muted: rgba(255, 255, 255, .4);--ig-radius-lg: 16px;--ig-radius-pill: 999px;--ig-shadow-card: 0 18px 40px rgba(0, 0, 0, .75);--ig-anim-card: .42s;--ig-anim-stagger: 60ms}.no-scroll{overflow:hidden}.archive-wrapper{box-sizing:border-box;min-height:100dvh;width:100vw;padding:calc(env(safe-area-inset-top) + 60px) 0 calc(env(safe-area-inset-bottom) + 60px);background:radial-gradient(circle at top,#111 0,#000 52%);color:var(--ig-text);display:flex;justify-content:center}.ig-shell{width:100%;max-width:480px;margin:0 auto;padding:0 .75rem 4rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;transform:translateY(16px);opacity:0;transition:opacity .26s ease-out,transform .26s ease-out}.archive-wrapper.entered .ig-shell{opacity:1;transform:translateY(0)}.archive-error,.archive-empty{text-align:center;color:var(--ig-text-subtle);padding:2.5rem 1.5rem}.ig-header{position:sticky;top:calc(env(safe-area-inset-top) + 4px);z-index:20;display:flex;align-items:center;justify-content:space-between;padding:.35rem .75rem;margin:0 -.75rem .5rem;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(to bottom,rgba(0,0,0,.9),rgba(0,0,0,.4),transparent);border-bottom:1px solid rgba(255,255,255,.06)}.ig-header-left{display:flex;align-items:center;gap:.25rem}.pegasus-logo{height:78px;width:auto;display:block;transform:scaleX(-1);transform-origin:center;-webkit-user-select:none;user-select:none;pointer-events:none}.ig-title{font-size:1.1rem;font-weight:700;letter-spacing:.03em}.ig-header-right{display:flex;align-items:center;gap:.35rem}.ig-icon-button{border:none;background:#ffffff0a;border-radius:999px;width:32px;height:32px;display:grid;place-items:center;cursor:pointer;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 8px 22px #000000bf;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.ig-icon-button:hover{background:#ffffff14;transform:translateY(-1px) scale(1.03);box-shadow:0 12px 30px #000000e6}.ig-icon-button:active{transform:translateY(0) scale(.98);box-shadow:0 6px 18px #000000a6}.ig-icon{position:relative;display:block}.ig-icon.plus:before,.ig-icon.plus:after{content:"";position:absolute;top:50%;right:50%;bottom:50%;left:50%;width:14px;height:2px;background:#fff;border-radius:999px;transform:translate(-50%,-50%)}.ig-icon.plus:after{width:2px;height:14px}.ig-icon.menu,.ig-icon.dots{width:16px;height:16px}.ig-icon.menu:before,.ig-icon.menu:after,.ig-icon.menu::marker{content:""}.ig-icon.menu:before,.ig-icon.menu:after{position:absolute;left:50%;width:14px;height:2px;border-radius:999px;background:#fff;transform:translate(-50%)}.ig-icon.menu:before{top:4px}.ig-icon.menu:after{bottom:4px}.ig-icon.menu::marker{position:absolute;left:50%;top:50%;width:14px;height:2px;border-radius:999px;background:#fff;transform:translate(-50%,-50%)}.ig-icon.dots:before,.ig-icon.dots:after,.ig-icon.dots span{content:"";position:absolute;left:50%;width:3px;height:3px;border-radius:999px;background:#fff;transform:translate(-50%)}.ig-icon.dots:before{top:2px}.ig-icon.dots:after{bottom:2px}.ig-icon.dots span{top:50%;transform:translate(-50%,-50%)}.ig-icon.heart{width:18px;height:18px}.ig-icon.heart:before,.ig-icon.heart:after{content:"";position:absolute;left:50%;top:57%;width:10px;height:16px;background:#fff;border-radius:10px 10px 0 0;transform-origin:bottom center}.ig-icon.heart:before{transform:translate(-60%,-50%) rotate(-45deg)}.ig-icon.heart:after{transform:translate(-40%,-50%) rotate(45deg)}.ig-icon.comment{width:18px;height:18px}.ig-icon.comment:before{content:"";position:absolute;top:3px;right:3px;bottom:6px;left:3px;border-radius:8px;border:2px solid #fff}.ig-icon.comment:after{content:"";position:absolute;left:7px;bottom:3px;width:5px;height:5px;border-radius:2px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(35deg)}.ig-icon.share{width:18px;height:18px}.ig-icon.share:before{content:"";position:absolute;left:3px;top:3px;width:12px;height:12px;border-radius:2px;border:2px solid #fff;border-top:none;border-right:none;transform:skew(-16deg) rotate(-45deg)}.ig-icon.save{width:14px;height:18px}.ig-icon.save:before{content:"";position:absolute;top:2px;right:2px;bottom:3px;left:2px;border-radius:3px;border:2px solid #fff}.ig-icon.save:after{content:"";position:absolute;left:4px;right:4px;bottom:3px;height:7px;background:#fff;clip-path:polygon(0 0,50% 60%,100% 0,100% 100%,0 100%)}.ig-icon.close{width:18px;height:18px}.ig-icon.close:before,.ig-icon.close:after{content:"";position:absolute;left:50%;top:50%;width:14px;height:2px;border-radius:999px;background:#fff;transform-origin:center}.ig-icon.close:before{transform:translate(-50%,-50%) rotate(45deg)}.ig-icon.close:after{transform:translate(-50%,-50%) rotate(-45deg)}.ig-stories{padding:.35rem .25rem .75rem;margin:0 -.75rem .25rem;border-bottom:1px solid var(--ig-border-subtle)}.ig-stories-scroll{display:flex;align-items:flex-start;gap:.75rem;overflow-x:auto;padding:.25rem .75rem;scrollbar-width:none}.ig-stories-scroll::-webkit-scrollbar{display:none}.ig-story{flex:0 0 auto;width:66px;background:transparent;border:none;padding:0;display:flex;flex-direction:column;align-items:center;gap:.25rem;cursor:pointer}.story-avatar-ring{padding:2px;border-radius:var(--ig-radius-pill);background:conic-gradient(#fff,#53c356,#51fe5d,#fff);box-shadow:0 0 0 1px #000000a6}.story-avatar-ring.tiny{width:32px;height:32px;padding:2px}.story-avatar-ring:not(.tiny){width:64px;height:64px}.story-avatar-inner{width:100%;height:100%;border-radius:inherit;background:#050505;padding:5px;display:grid;place-items:center;overflow:hidden}.story-avatar-inner img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.story-label{font-size:.72rem;color:var(--ig-text-subtle);text-align:center;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ig-feed{display:flex;flex-direction:column;gap:1.1rem;padding:.5rem 0}.ig-post{background:var(--ig-surface);border-radius:0;box-shadow:none}.ig-post-header{display:flex;align-items:center;padding:.25rem .25rem .5rem;gap:.4rem}.ig-post-avatar{border:none;background:transparent;padding:0;cursor:pointer}.ig-post-meta{display:flex;flex-direction:column;flex:1;min-width:0}.ig-post-username{font-size:.86rem;font-weight:600}.ig-post-subline{font-size:.74rem;color:var(--ig-text-subtle)}.ig-post-more{border:none;background:transparent;padding:.25rem;border-radius:999px;cursor:pointer}.ig-post-media{position:relative;border-radius:0;overflow:hidden;background:#000}.ig-post-track{display:flex;transition:transform .26s ease-out;will-change:transform}.ig-post-slide{min-width:100%;aspect-ratio:4 / 5;display:flex;justify-content:center;align-items:center;background:#000}.ig-post-slide img{width:100%;height:100%;object-fit:cover}.ig-post-nav{position:absolute;top:50%;transform:translateY(-50%);border:none;width:32px;height:32px;border-radius:999px;background:#0006;color:#fff;font-size:1.3rem;display:grid;place-items:center;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 20px #000c;transition:background .15s ease,transform .15s ease}.ig-post-nav.left{left:.35rem}.ig-post-nav.right{right:.35rem}.ig-post-nav:hover{background:#0009;transform:translateY(-50%) scale(1.02)}.ig-post-dots{position:absolute;bottom:.65rem;left:50%;transform:translate(-50%);display:flex;gap:4px;padding:.2rem .35rem;border-radius:999px;background:#00000073;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ig-post-dots .dot{width:6px;height:6px;border-radius:999px;background:#fff6}.ig-post-dots .dot.is-active{width:10px;background:#fff}.ig-post-footer{padding:.4rem .35rem .75rem;display:flex;flex-direction:column;gap:.35rem}.ig-post-actions{display:flex;align-items:center;justify-content:space-between}.actions-left{display:flex;align-items:center;gap:.35rem}.ig-post-caption{font-size:.82rem}.ig-post-caption-text{color:var(--ig-text-subtle)}.story-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;background:radial-gradient(circle at top,#111 0,#000 58%);animation:storyOverlayIn .18s ease-out forwards}.story-frame{position:relative;width:min(430px,100vw);height:min(780px,100vh);max-height:100dvh;border-radius:var(--ig-radius-lg);overflow:hidden;background:#000;box-shadow:var(--ig-shadow-card);display:flex;flex-direction:column}.story-progress{position:absolute;inset:10px 10px auto;display:flex;gap:4px;z-index:3}.story-progress-segment{flex:1;height:2px;border-radius:999px;background:#ffffff47;overflow:hidden}.story-progress-inner{width:0%;height:100%;background:#fff;transform-origin:left center}.story-progress-inner.is-active{animation:storyProgress linear forwards;animation-duration:4s}.story-progress-inner.is-complete{width:100%}.story-header-bar{position:absolute;inset:14px 10px auto;display:flex;align-items:center;justify-content:space-between;padding-inline:4px;z-index:4}.story-header-left{display:flex;align-items:center;gap:.4rem}.story-header-text{display:flex;flex-direction:column}.story-username{font-size:.82rem;font-weight:600}.story-subline{font-size:.72rem;color:var(--ig-text-muted)}.story-media{position:relative;flex:1;display:flex;align-items:center;justify-content:center}.story-image{width:100%;height:100%;object-fit:cover}.story-tap-zone{position:absolute;top:0;bottom:0;width:50%;background:transparent;border:none}.story-tap-zone.left{left:0}.story-tap-zone.right{right:0}.skeleton .skeleton-block,.skeleton .skeleton-circle{background:linear-gradient(90deg,#2a2a2a,#333,#2a2a2a,#333,#2a2a2a);background-size:200% 100%;animation:skeletonShimmer 1.1s ease-in-out infinite}.skeleton-title{width:90px;height:16px;border-radius:999px}.skeleton-icon{width:32px;height:32px;border-radius:999px}.story-avatar.skeleton-circle{width:64px;height:64px;border-radius:999px}.story-label.skeleton-block{width:60%;height:10px;border-radius:999px;margin-top:4px}.post-avatar.skeleton-circle{width:32px;height:32px;border-radius:999px}.meta-line{width:110px;height:10px;border-radius:999px;margin-bottom:4px}.meta-line.short{width:80px}.media-block{width:100%;aspect-ratio:4 / 5;border-radius:0}.footer-line{width:70%;height:10px;border-radius:999px}.footer-line.short{width:40%}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes storyOverlayIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes storyProgress{0%{width:0%}to{width:100%}}@media (max-width: 480px){.ig-shell,.ig-header{padding-inline:.5rem}}@media (prefers-reduced-motion: reduce){.archive-wrapper.entered .ig-shell,.story-overlay,.ig-post-track,.story-progress-inner{animation:none!important;transition:none!important}}:root{--top-bar: 64px;--bottom-bar: 56px;--gap: clamp(24px, 3vw, 48px);--pad-x: clamp(20px, 4vw, 64px);--radius: 16px;--shadow: 0 10px 28px rgba(0,0,0,.12);--shadow-hover: 0 16px 40px rgba(0,0,0,.16)}.dreamers-page{width:100vw;max-width:100%;min-height:100svh;box-sizing:border-box;margin:0 auto;padding:calc(env(safe-area-inset-top) + var(--top-bar) + var(--gap)) var(--pad-x) calc(env(safe-area-inset-bottom) + var(--bottom-bar) + var(--gap));background:#fff;overflow-x:hidden}.dreamers-grid{width:100%;margin:0 auto;display:grid;gap:var(--gap);grid-template-columns:1fr;align-items:start;justify-items:center;max-width:1800px}@media (orientation: landscape) and (min-width: 768px){.dreamers-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1200px){.dreamers-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.dreamers-card{width:100%;border-radius:var(--radius);overflow:hidden;background:#000;box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease}.dreamers-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.dreamers-card:focus-within{outline:2px solid #000;outline-offset:2px}.card-aspect{position:relative;width:100%;aspect-ratio:16 / 9;background:#000}.card-frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;display:block}@media (max-width: 380px){.dreamers-card{border-radius:12px}}@media (prefers-reduced-motion: reduce){.dreamers-card{transition:none}}.bottom-bar{position:fixed;bottom:0;left:0;width:100%;height:40px;background-color:#625252bf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;z-index:var(--z-music);padding:0;box-sizing:border-box;padding-bottom:env(safe-area-inset-bottom)}.music-section{display:flex;align-items:center}.music-button-wrap{position:relative;display:inline-flex;border:none;background:transparent;padding:0;cursor:pointer}.music-button{width:25px;height:25px;right:12px}.music-button-wrap.paused:after{content:"";position:absolute;left:-4px;right:-4px;top:50%;height:4px;background:red;transform:rotate(-45deg);transform-origin:center;border-radius:2px;box-shadow:0 0 0 2px #0009;pointer-events:none}.scrolling-text{flex:1;overflow:hidden;white-space:nowrap;position:relative}.scrolling-message{display:inline-block;white-space:nowrap;animation:scrollLoop 12s linear infinite}.scrolling-message span{padding-right:50px;display:inline-block;font-family:Minecraft,sans-serif;font-size:10px;color:#fff;text-transform:uppercase}@keyframes scrollLoop{0%{transform:translate(0)}to{transform:translate(-50%)}}.wPg-section{margin:0;padding:0;display:flex;align-items:center;justify-content:center;width:60px}.wPg{width:140px;position:absolute;bottom:8px;right:-10px;z-index:-1;pointer-events:none}.pg-section{margin:0;padding:0;display:flex;align-items:center;justify-content:center;width:0px}.pegasus-icon{padding:0;bottom:-10px;right:-10px;position:absolute;width:60px}@keyframes scrollText{0%{transform:translate(100%)}to{transform:translate(-100%)}}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:var(--z-overlay)}.cart-overlay.open{animation:overlayFadeIn .28s ease-out both}.cart-overlay.closing{animation:overlayFadeOut .22s ease-in both}.cart-slide-wrapper{position:fixed;top:0;right:0;width:420px;max-width:75vw;height:105%;background:#fdfdfd;box-shadow:-4px 0 24px #0000002e;z-index:99999999999999999999999999!important;padding:24px;display:flex;flex-direction:column;overflow-y:auto;transform:translate(100%);will-change:transform,box-shadow,opacity}.cart-slide-wrapper.open{transform:translate(0);animation:drawerEnter .52s cubic-bezier(.22,1,.36,1) both}.cart-slide-wrapper.closing{animation:drawerExit .52s cubic-bezier(.22,1,.36,1) both}.close-btn{position:absolute;top:14px;right:14px;font-size:2rem;line-height:1;font-weight:800;background:#ffffffeb;border:1px solid #e6e6e6;border-radius:999px;width:40px;height:40px;cursor:pointer;display:grid;place-items:center;box-shadow:0 2px 10px #00000014;transition:transform .18s ease,box-shadow .18s ease}.close-btn:hover{transform:scale(1.06);box-shadow:0 6px 18px #0000001f}.close-btn:active{transform:scale(.98)}.cart-items{flex:1;display:flex;flex-direction:column;gap:16px}.cart-item{opacity:0;transform:translateY(6px);animation:fadeUp .42s ease-out forwards;display:flex;gap:16px;background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 10px #0000000a}.cart-item:nth-child(1){animation-delay:60ms}.cart-item:nth-child(2){animation-delay:.12s}.cart-item:nth-child(3){animation-delay:.18s}.cart-item:nth-child(4){animation-delay:.24s}.cart-item:nth-child(n+5){animation-delay:.3s}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:10px}.cart-item-info h6{margin:0;font-size:1rem;font-weight:600}.cart-item-info span{font-size:.85rem;color:#666}.price-row{display:flex;align-items:center;gap:8px;margin-top:8px}.new-price{font-weight:700;color:#000;font-size:1rem}.quantity-controls{display:flex;align-items:center;gap:10px;margin-top:10px}.quantity-controls button{width:28px;height:28px;font-size:1rem;border-radius:8px;background:#f4f4f4;border:1px solid #dcdcdc;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease}.quantity-controls button:hover{background:#efefef}.quantity-controls button:active{transform:scale(.96)}.quantity-controls span{min-width:24px;text-align:center}.cart-footer{padding-top:20px;border-top:1px solid #eee;margin-top:auto}.cart-total{font-size:1.1rem;font-weight:700;text-align:right;margin-bottom:12px}.checkout-btn{width:100%;padding:14px;font-size:1rem;background:#111;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;box-shadow:0 6px 18px #0000001f}.checkout-btn:hover{background:#1a1a1a;transform:translateY(-1px);box-shadow:0 10px 26px #00000029}.checkout-btn:active{transform:translateY(0) scale(.98);box-shadow:0 6px 18px #0000001f}@media (max-width: 768px){.cart-slide-wrapper{width:100%;padding:20px}.cart-item-image{width:80px;height:80px}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes overlayFadeOut{0%{opacity:1}to{opacity:0}}@keyframes drawerEnter{0%{transform:translate(100%)}80%{transform:translate(-2%)}to{transform:translate(0)}}@keyframes drawerExit{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.cart-overlay,.cart-slide-wrapper,.cart-item,.checkout-btn,.close-btn{animation:none!important;transition:none!important}.cart-slide-wrapper{transform:translate(0)}}.product-page .cart-icon-link{position:fixed!important;top:20px;right:20px;z-index:99999!important;display:flex!important;align-items:center;justify-content:center;pointer-events:auto}.product-page .cart-icon{width:40px;height:auto;cursor:pointer}.product-page .cart-fab{position:fixed;top:20px;right:20px;z-index:100000;width:44px;height:44px;border-radius:999px;border:1px solid #e6e6e6;background:#fffffff2;display:grid;place-items:center;box-shadow:0 6px 18px #0000001f;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.product-page .cart-fab:hover{transform:scale(1.06);box-shadow:0 10px 26px #00000029}.product-page .cart-fab:active{transform:scale(.98)}.product-page.product-wrapper{min-height:100dvh;width:100vw;display:flex;justify-content:center;align-items:flex-start;background:#fff;box-sizing:border-box;padding-top:calc(env(safe-area-inset-top) + clamp(72px,10vh,120px));padding-bottom:calc(env(safe-area-inset-bottom) + clamp(88px,12vh,140px));padding-left:20px;padding-right:20px;opacity:0;transform:translateY(6px)}.product-page.product-wrapper.entered{animation:pageIn .42s cubic-bezier(.22,1,.36,1) both}.product-page .product-window{width:min(92vw,460px);display:flex;flex-direction:column;gap:8px}.product-page .image-viewer{position:relative;overflow:hidden;border-radius:12px;outline:none;background:transparent}.product-page .image-viewer:focus-visible{box-shadow:0 0 0 3px #00000026}.product-page .image-strip{display:flex;width:100%;transform:translate(0);transition:transform .38s cubic-bezier(.22,1,.36,1);will-change:transform}.product-page .image-slide{flex:0 0 100%;display:grid;place-items:center;padding:8px 0}.product-page .image-slide.active{transform:scale(1.01)}.product-page .product-img{max-width:100%;height:auto;max-height:70vh;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none}.product-page .image-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#ffffffeb;display:grid;place-items:center;font-size:22px;line-height:1;cursor:pointer;z-index:20;box-shadow:0 4px 12px #0000001f;transition:background .15s ease,transform .12s ease,opacity .12s ease}.product-page .image-nav.left{left:6px}.product-page .image-nav.right{right:6px}.product-page .image-nav:hover{background:#fff;transform:translateY(-50%) scale(1.04)}.product-page .image-nav:active{transform:translateY(-50%) scale(.98)}.product-page .image-nav:disabled{opacity:.6;pointer-events:none}.product-page .image-dots{display:flex;justify-content:center;gap:8px;margin-top:6px;margin-bottom:6px}.product-page .dot{width:10px;height:10px;border-radius:50%;background:#000;opacity:.3;cursor:pointer;transition:transform .18s ease,opacity .18s ease}.product-page .dot:hover{transform:scale(1.15)}.product-page .dot.active{opacity:1}.product-page .product-description{margin-top:6px;margin-bottom:10px;font:400 .95rem/1.45 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#222}.product-page .product-description p{margin:0 0 8px}.product-page .product-description ul,.product-page .product-description ol{padding-left:16px;margin:0 0 8px}.product-page .product-price{font-family:Minecraft,sans-serif;font-size:1.1rem;text-align:center;margin:6px 0 10px}.product-page .dropdown-wrapper{display:flex;justify-content:center;margin-bottom:12px}.product-page .size-select{font-family:Minecraft,sans-serif;font-size:.9rem;padding:6px 10px;border:1px solid #000;border-radius:6px;background:#fff;cursor:pointer}.product-page .checkout-btn{width:100%;padding:14px;font-size:1rem;background:#111;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;box-shadow:0 6px 18px #0000001f}.product-page .checkout-btn:hover{background:#1a1a1a;transform:translateY(-1px);box-shadow:0 10px 26px #00000029}.product-page .checkout-btn:active{transform:translateY(0) scale(.98);box-shadow:0 6px 18px #0000001f}@keyframes pageIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.product-page.product-wrapper.entered,.product-page .image-slide,.product-page .image-strip{animation:none!important;transition:none!important}}.cart-wrapper{margin-top:100px;padding:20px;min-height:100vh;min-width:100vw;font-family:Helvetica Neue,sans-serif;background:#fafafa}.cart-header{margin-bottom:30px}.cart-items{display:flex;flex-direction:column;gap:24px}.cart-item{display:flex;gap:20px;background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 12px #0000000d}.cart-item-image-wrapper{flex-shrink:0}.cart-item img{width:100px;height:auto;object-fit:cover;border-radius:8px}.cart-item-info{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item-info h4{margin:0;font-size:1.1rem}.cart-sub{font-size:.9rem;color:#666;margin-top:4px}.price-row{margin-top:10px;display:flex;align-items:center;gap:10px}.old-price{text-decoration:line-through;color:#999;font-size:.9rem}.new-price{color:#000;font-weight:700;font-size:1.1rem}.quantity-controls{margin-top:12px;display:flex;align-items:center;gap:10px}.quantity-controls button{width:28px;height:28px;border:1px solid #ddd;background:#f9f9f9;font-size:1rem;font-weight:700;border-radius:6px;cursor:pointer}.quantity-controls span{min-width:20px;text-align:center}.remove-btn{margin-top:10px;padding:6px 10px;font-size:.9rem;color:#d00;background:transparent;border:none;cursor:pointer}.remove-btn:hover{transform:scale(1.1)}.cart-footer{margin-top:40px;text-align:right}.cart-total{font-size:1.2rem;margin-bottom:12px;font-weight:700}.checkout-btn{padding:12px 24px;background:#111;color:#fff;border:none;font-size:1rem;border-radius:8px;cursor:pointer;transition:background .3s ease}.checkout-btn:hover{background:#333}.u-nav{position:fixed;inset:0 0 auto 0;height:64px;background:#fff;z-index:var(--z-nav);display:flex;align-items:center;justify-content:center;padding:0 12px;border-bottom:1px solid rgba(0,0,0,.06)}.u-logo-link{display:inline-flex;align-items:center;justify-content:center;height:100%}.u-logo{width:100px;height:auto;display:block}@media (max-width: 600px){.u-logo{width:80px}}.stuff-wrapper{padding:100px 30px;width:100vw;margin:0 auto;font-family:Minecraft,sans-serif;color:#000;background-color:#fff;min-height:100vh}.stuff-title{font-size:1.4rem;text-align:center;margin-bottom:40px;border-bottom:2px solid #000;padding-bottom:10px}.section{margin-bottom:40px}.section h2{font-size:1rem;margin-bottom:10px;color:red}.section p{font-size:.9rem;line-height:1.6}.email-link{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";text-decoration:underline;word-break:break-all}.success-wrapper{min-height:100dvh;display:grid;place-items:center;padding:24px;background:#f7f7f7}.success-card{background:#fff;width:min(1100px,100%);border:1px solid #e6e6e6;box-shadow:0 10px 30px #0000000f}.success-header{padding:28px 28px 12px;border-bottom:1px solid #eee}.success-title{margin:0 0 6px;letter-spacing:.04em;font-size:clamp(24px,3.2vw,40px);font-weight:800}.order-number{margin:0;color:#444;font-size:14px}.order-number .mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace}.success-body{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;padding:24px}@media (max-width: 900px){.success-body{grid-template-columns:1fr}}.product-hero{background:#fafafa;border:1px solid #eee;padding:16px;text-align:center}.product-hero-img{max-width:100%;height:auto;object-fit:contain}.line-items{margin-top:18px;border:1px solid #eee;background:#fff}.line{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px 16px;border-bottom:1px solid #f2f2f2}.line:last-child{border-bottom:none}.line-title{font-weight:600}.line-meta{color:#666;font-size:13px;line-height:1.3}.line-price{font-weight:600}.totals{border:1px solid #eee;background:#fff;padding:14px 16px}.totals .row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px dashed #eee}.totals .row:last-child{border-bottom:none}.totals .row.total span:first-child{font-weight:800;letter-spacing:.04em}.totals .row.total span:last-child{font-weight:800}.copy{margin:18px 0;color:#333}.muted{color:#666}.actions{display:flex;gap:12px}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #222;padding:10px 16px;font-weight:600;letter-spacing:.04em;cursor:pointer;background:#fff}.btn-primary{background:#111;color:#fff;border-color:#111}.btn-ghost{background:transparent}.social{display:flex;gap:16px;margin-top:18px}.social a{color:#111;text-decoration:none;font-weight:700;letter-spacing:.06em}.footer-note{display:block;margin-top:12px;color:#888;font-size:12px}*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Minecraft;src:url(/assets/fonts/Minecraft.ttf) format("truetype");font-weight:400;font-style:normal}body{height:100%;margin:0;padding:0;position:relative;font-family:Minecraft,sans-serif;color:#333;background:url(/assets/lightFlag.png) no-repeat center center;background-size:contain;background-attachment:fixed;height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center}:root{--bottom-bar-h: 40px;--z-nav: 1000;--z-music: 1100;--z-overlay: 10000;--z-cart: 10001}html,body{overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:20px}
