@charset "UTF-8";:root{--font-size: 16px;--rise-fonts: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius: 8px;--z-index-drop: 900;--z-index-popup: 1000}:root{--color-white: oklch(100% .00011 271.152);--color-red-400: oklch(.704 .191 22.216);--color-red-500: oklch(.637 .237 25.331);--color-red-600: oklch(.577 .245 27.325);--color-orange-500: oklch(.705 .213 47.604);--color-yellow-400: oklch(.852 .199 91.936);--color-yellow-500: oklch(.795 .184 86.047);--color-amber-400: oklch(.8 .18 75);--color-amber-500: oklch(.75 .175 75);--color-amber-600: oklch(.68 .17 75);--color-green-400: oklch(.792 .209 151.711);--color-green-500: oklch(.723 .219 149.579);--color-green-600: oklch(.627 .194 149.214);--color-emerald-400: oklch(.765 .177 163.223);--color-emerald-500: oklch(.696 .17 162.48);--color-emerald-600: oklch(.596 .145 163.225);--color-emerald-700: oklch(.508 .118 165.612);--color-cyan-400: oklch(.789 .154 211.53);--color-cyan-500: oklch(.715 .143 215.221);--color-blue-400: oklch(.707 .165 254.624);--color-blue-500: oklch(.642 .161 251.724);--color-purple-400: oklch(.714 .203 305.504);--color-purple-500: oklch(.649 .218 304.5);--color-purple-600: oklch(.584 .233 303.5);--color-indigo-400: oklch(.765 .19 270);--color-indigo-500: oklch(.696 .185 270);--color-indigo-600: oklch(.627 .18 270);--color-gray-200: oklch(.936 .015 261.325);--color-gray-300: oklch(.827 .018 261.325);--color-gray-400: oklch(.707 .022 261.325);--color-gray-500: oklch(.551 .027 264.364);--color-gray-600: oklch(.446 .03 256.802);--color-gray-700: oklch(.373 .034 259.733);--color-gray-800: oklch(.278 .033 256.848);--color-gray-850: oklch(.244 .0335 260.757);--color-gray-900: oklch(.21 .034 264.665);--block-bg-900-8: color-mix(in oklab, var(--color-gray-900) 80%, transparent);--progress-bar-green: linear-gradient(90deg, var( --color-green-500) 0%, var(--color-emerald-600) 100%);--progress-bar-yellow: linear-gradient(90deg, var( --color-yellow-400) 0%, var(--color-yellow-500) 100%);--progress-bar-red: linear-gradient(90deg, var( --color-red-400) 0%, var(--color-red-600) 100%);--button-main-bg: linear-gradient(90deg, var(--color-green-500) 0%, var(--color-emerald-600) 100%)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--rise-fonts);background:#0a0e1a;color:#e4e4e2;min-height:100vh;line-height:1.5;position:relative;overflow-x:hidden}.store-bg-pattern{position:fixed;inset:0;opacity:.05;pointer-events:none;background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(34,197,94,.1) 35px,rgba(34,197,94,.1) 70px),repeating-linear-gradient(-45deg,transparent,transparent 35px,rgba(34,197,94,.1) 35px,rgba(34,197,94,.1) 70px)}.store-bg-glow-1{position:fixed;top:0;left:25%;width:24rem;height:24rem;background:#22c55e1a;border-radius:50%;filter:blur(120px);pointer-events:none}.store-bg-glow-2{position:fixed;bottom:0;right:25%;width:24rem;height:24rem;background:#10b9811a;border-radius:50%;filter:blur(120px);pointer-events:none}.store-wrapper{position:relative;display:flex;flex-direction:column;min-height:100vh;z-index:10}.store-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(31,41,55,.5);background:#0a0e1acc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.store-header__inner{display:flex;align-items:center;justify-content:space-between;max-width:96rem;margin:0 auto;padding:0 1.5rem;height:3.75rem}.store-header__logo{display:flex;align-items:center;text-decoration:none}.store-header__logo img{height:2rem;width:auto;display:block}.store-header__cart{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.125rem;background:var(--button-main-bg);color:var(--color-white);border:none;border-radius:var(--radius);font-family:inherit;font-size:.875rem;font-weight:500;cursor:pointer;transition:opacity .15s ease;box-shadow:0 10px 15px -3px #00c9504d}.store-header__cart:hover{opacity:.9}.store-header__cart svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.store-page{flex-grow:1;width:100%;max-width:96rem;margin:0 auto;padding:2rem 1.5rem 5.5rem}.store-hero{margin-bottom:2rem}.store-hero h1{font-size:1.75rem;font-weight:600;margin-bottom:.5rem;color:#fff}.store-hero p{color:var(--color-gray-400);font-size:.9375rem}.store-content{background:linear-gradient(135deg,var(--block-bg-900-8) 0%,color-mix(in oklab,var(--color-gray-800) 50%,transparent) 100%);backdrop-filter:blur(8px);border:1px solid color-mix(in oklab,var(--color-gray-800) 50%,transparent);border-radius:var(--radius);padding:3rem 1.5rem;min-height:280px;display:flex;align-items:center;justify-content:center}.store-empty{text-align:center;color:var(--color-gray-500);font-size:1.125rem}@media(max-width:768px){.store-header__inner{padding:0 1rem}.store-page{padding:1.5rem 1rem 4rem}.store-hero h1{font-size:1.375rem}}@media(max-width:540px){.store-header__inner{padding:0 .5rem}.store-page{padding:.75rem .5rem 2rem}}@media(max-width:440px){.store-header__inner{padding:0 .5rem}.store-page{padding:.75rem .5rem 1.5rem}}
