/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Orbitron:wght@500;600;700;800;900&family=Rajdhani:wght@500;600;700&display=swap";@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0}}}@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--tracking-wide:.025em;--radius-sm:calc(var(--admin-radius,12px) - 4px);--radius-md:var(--admin-radius,12px);--radius-lg:var(--admin-radius-lg,16px);--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1) infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--color-background:var(--admin-bg,#f4f7fb);--color-foreground:var(--admin-text,#17324a);--color-card:var(--admin-card,#fff);--color-card-foreground:var(--admin-text,#17324a);--color-primary:var(--admin-brand,#149df2);--color-primary-foreground:#fff;--color-secondary:var(--admin-brand-soft,#eaf7ff);--color-secondary-foreground:var(--admin-brand,#149df2);--color-muted:var(--admin-card-hover,#f8fafc);--color-muted-foreground:var(--admin-dim,#647f94);--color-accent:var(--admin-brand-soft,#eaf7ff);--color-accent-foreground:var(--admin-brand,#149df2);--color-destructive:var(--admin-red,#dc2626);--color-destructive-foreground:#fff;--color-border:var(--admin-border,#e2e8f0);--color-input:var(--admin-border,#e2e8f0);--color-ring:var(--admin-brand,#149df2);--color-heading:var(--admin-heading,#061b33);--color-green:var(--admin-green,#10b981);--color-orange:var(--admin-orange,#f59e0b)}}@layer base,components;@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.mt-4{margin-top:calc(var(--spacing) * 4)}.ml-1{margin-left:var(--spacing)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.w-9{width:calc(var(--spacing) * 9)}.w-full{width:100%}.caption-bottom{caption-side:bottom}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing) * 2)}:where(.space-y-1\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.rounded-full{border-radius:3.40282e+38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-border{border-color:var(--color-border)}.border-input{border-color:var(--color-input)}.border-transparent{border-color:#0000}.bg-background{background-color:var(--color-background)}.bg-card{background-color:var(--color-card)}.bg-destructive{background-color:var(--color-destructive)}.bg-green\/15{background-color:var(--color-green)}@supports (color:color-mix(in lab,red,red)){.bg-green\/15{background-color:color-mix(in oklab,var(--color-green) 15%,transparent)}}.bg-muted,.bg-muted\/50{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\/50{background-color:color-mix(in oklab,var(--color-muted) 50%,transparent)}}.bg-orange\/15{background-color:var(--color-orange)}@supports (color:color-mix(in lab,red,red)){.bg-orange\/15{background-color:color-mix(in oklab,var(--color-orange) 15%,transparent)}}.bg-primary{background-color:var(--color-primary)}.bg-secondary{background-color:var(--color-secondary)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-8{padding-inline:calc(var(--spacing) * 8)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:var(--spacing)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-8{padding-block:calc(var(--spacing) * 8)}.pt-0{padding-top:0}.text-center{text-align:center}.text-left{text-align:left}.align-middle{vertical-align:middle}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.leading-none{--tw-leading:1;line-height:1}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.text-card-foreground{color:var(--color-card-foreground)}.text-destructive-foreground{color:var(--color-destructive-foreground)}.text-foreground{color:var(--color-foreground)}.text-green{color:var(--color-green)}.text-heading{color:var(--color-heading)}.text-muted-foreground{color:var(--color-muted-foreground)}.text-orange{color:var(--color-orange)}.text-primary{color:var(--color-primary)}.text-primary-foreground{color:var(--color-primary-foreground)}.text-secondary-foreground{color:var(--color-secondary-foreground)}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a)}.ring,.ring-1,.shadow-sm{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring,.ring-1{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor)}.ring-2,.ring-3{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-3{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.select-none{-webkit-user-select:none;user-select:none}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.placeholder\:text-muted-foreground::placeholder{color:var(--color-muted-foreground)}@media (hover:hover){.hover\:bg-accent:hover{background-color:var(--color-accent)}.hover\:bg-destructive\/90:hover{background-color:var(--color-destructive)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-destructive\/90:hover{background-color:color-mix(in oklab,var(--color-destructive) 90%,transparent)}}.hover\:bg-muted\/50:hover{background-color:var(--color-muted)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-muted\/50:hover{background-color:color-mix(in oklab,var(--color-muted) 50%,transparent)}}.hover\:bg-primary\/90:hover{background-color:var(--color-primary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,var(--color-primary) 90%,transparent)}}.hover\:bg-secondary\/80:hover{background-color:var(--color-secondary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-secondary\/80:hover{background-color:color-mix(in oklab,var(--color-secondary) 80%,transparent)}}.hover\:bg-transparent:hover{background-color:#0000}.hover\:text-accent-foreground:hover{color:var(--color-accent-foreground)}.hover\:text-foreground:hover{color:var(--color-foreground)}.hover\:underline:hover{text-decoration-line:underline}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:var(--color-ring)}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width:1px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:var(--color-muted)}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_tr\]\:border-b tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-style:var(--tw-border-style);border-width:0}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{--tw-translate-y:2px;translate:var(--tw-translate-x) var(--tw-translate-y)}.\[\&\>tr\]\:last\:border-b-0>tr:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}}.pool-shell{--bg-black:#020302;--bg-deep:#050403;--bg-brown:#120b03;--bg-panel:#110b04d1;--bg-panel-strong:#150d05eb;--gold-main:#f8c857;--gold-bright:#ffd76a;--gold-soft:#f8c8572e;--gold-muted:#ffd880ad;--gold-dim:#ffd3797a;--gold-border:#ffc44952;--gold-border-strong:#ffc74c7a;--gold-glow:#ffb12a5c;--gold-orange:#ff9d2e;--cyan:#00f5ff;--cyan-soft:#00f5ff3d;--magenta:#ff2daa;--magenta-soft:#ff2daa3d;--green:#00ff8a;--text-main:#fff1b8;--text-soft:#ffe8aac7;--text-muted:#ffe8aa9e;--text-dim:#ffe8aa7a;--font-tech:Orbitron,Rajdhani,Inter,"PingFang SC","Microsoft YaHei",sans-serif;--font-ui:Rajdhani,Inter,"PingFang SC","Microsoft YaHei",sans-serif;isolation:isolate;width:min(1800px,100vw - 48px);color:var(--text-main);font-family:var(--font-ui);margin:48px auto 60px;position:relative}.pool-shell *{box-sizing:border-box}.pool-shell>:not(.pool-bg){z-index:2;position:relative}.pool-shell .pool-bg{pointer-events:none;z-index:0;background:radial-gradient(circle at 12% 4%,#00a0c829,transparent 28%),radial-gradient(circle at 86% 2%,#ffc2462e,transparent 32%),radial-gradient(circle at 88% 70%,#ff2daa1c,transparent 26%),radial-gradient(circle at 52% 55%,#ffb93a12,transparent 34%),linear-gradient(180deg,var(--bg-black),var(--bg-deep) 55%,var(--bg-black));position:fixed;inset:0;overflow:hidden}.pool-shell .pool-bg:before{opacity:.48;background-color:#0000;background-image:linear-gradient(#ffd0600b 1px,#0000 0),linear-gradient(90deg,#ffd06009 1px,#0000 0);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:88px 88px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;-webkit-mask-image:radial-gradient(circle,#000 0,#0000 76%);mask-image:radial-gradient(circle,#000 0,#0000 76%)}.pool-shell .pool-bg:after,.pool-shell .pool-bg:before{content:"";pointer-events:none;z-index:0;position:fixed;inset:0}.pool-shell .pool-bg:after{opacity:.65;background:linear-gradient(100deg,#0000,#ffd15b0f 45%,#0000 62%),radial-gradient(circle at 85% 18%,#ffc9521f,#0000),radial-gradient(circle at 16% 36%,#ffdd6a17,#0000);animation:bgDrift 18s linear infinite alternate}@keyframes bgDrift{0%{filter:brightness(.92);transform:translate(-12px,-6px)}to{filter:brightness(1.06);transform:translate(14px,10px)}}.pool-shell .gradient-layer{pointer-events:none;mix-blend-mode:screen;opacity:.56;will-change:transform,opacity,filter;z-index:1;position:fixed;inset:-18%}.pool-shell .gradient-layer.layer-1{background:radial-gradient(at 18% 18%,#00f5ff3d,#0000 36%);animation:gradientLayerOne 22s ease-in-out infinite alternate}.pool-shell .gradient-layer.layer-2{background:radial-gradient(at 82% 14%,#ffd25c40,#0000 38%);animation:gradientLayerTwo 28s ease-in-out infinite alternate}.pool-shell .gradient-layer.layer-3{background:conic-gradient(from 28deg at 52% 44%,#0000,#ffaf2a21,#0000 22%,#00f5ff1a,#0000 44%);animation:gradientLayerThree 34s linear infinite}.pool-shell .gradient-layer.layer-4{background:radial-gradient(at 84% 76%,#ff2daa2e,#0000 36%);animation:gradientLayerFour 24s ease-in-out infinite alternate}.pool-shell .gradient-layer.layer-5{background:linear-gradient(118deg,#0000 22%,#ffd87021 47%,#0000 68%),radial-gradient(at 44% 86%,#00ff8a1f,#0000 34%);animation:gradientLayerFive 18s ease-in-out infinite alternate}.pool-shell .celestial{opacity:.62;filter:drop-shadow(0 0 18px #ffc64a4d);will-change:transform,opacity}.pool-shell .celestial,.pool-shell .stage-object{pointer-events:none;mix-blend-mode:screen;z-index:1;position:fixed}.pool-shell .stage-object{will-change:transform,opacity,filter}.pool-shell .aurora-band{filter:blur(18px);opacity:.5;border-radius:999px;width:48vw;height:34vh}.pool-shell .aurora-band.left{background:radial-gradient(at 34% 48%,#00f5ff3b,#0000 55%),radial-gradient(at 68% 42%,#ffd3612e,#0000 58%);animation:auroraLeftFlow 24s ease-in-out infinite alternate;top:5vh;left:-15vw}.pool-shell .aurora-band.right{background:radial-gradient(at 42% 48%,#ff2daa2e,#0000 54%),radial-gradient(at 74%,#ffd36133,#0000 60%);animation:auroraRightFlow 27s ease-in-out infinite alternate;bottom:9vh;right:-16vw}.pool-shell .hex-field{clip-path:polygon(50% 0,91% 24%,91% 76%,50% 100%,9% 76%,9% 24%);opacity:.36;filter:drop-shadow(0 0 24px #ffc54829);background:linear-gradient(30deg,#0000 48%,#ffdc702e 50%,#0000 52%),linear-gradient(90deg,#0000 48%,#00f5ff1f 50%,#0000 52%),linear-gradient(150deg,#0000 48%,#ff2daa1a 50%,#0000 52%);border:1px solid #ffda7047;width:390px;height:390px}.pool-shell .hex-field.left{animation:hexFieldRoamLeft 38s linear infinite;top:43vh;left:4vw}.pool-shell .hex-field.right{opacity:.28;animation:hexFieldRoamRight 44s linear infinite;top:24vh;right:2vw;transform:scale(.72)rotate(18deg)}.pool-shell .star-axis{opacity:.34;background:linear-gradient(#0000,#ffdc702e,#00f5ff1a,#ff2daa14,#0000);width:2px;height:116vh;animation:starAxisBreathe 8s ease-in-out infinite;top:-8vh;left:50%;transform:translate(-50%);box-shadow:0 0 28px #ffd06029}.pool-shell .orbit-map{background:radial-gradient(circle at center,transparent 42%,#ffda7014 43%,transparent 44%),radial-gradient(circle at center,transparent 58%,#00f5ff12 59%,transparent 60%),conic-gradient(from 20deg,transparent 0 10deg,#ffda701a 12deg,transparent 18deg 64deg,#ff2daa14 67deg,transparent 74deg);opacity:.32;filter:drop-shadow(0 0 32px #ffd0601a);border:1px solid #ffda701f;border-radius:50%;width:680px;height:680px}.pool-shell .orbit-map.left{animation:orbitMapRoll 60s linear infinite;bottom:-150px;left:-230px}.pool-shell .orbit-map.right{animation:orbitMapRollReverse 72s linear infinite;top:-150px;right:-230px;transform:scale(.82)}.pool-shell .gold-lattice{opacity:.36;background:linear-gradient(60deg,#0000 49.5%,#ffda7017 50%,#0000 50.5%),linear-gradient(120deg,#0000 49.5%,#00f5ff0f 50%,#0000 50.5%),radial-gradient(circle at 28% 24%,#ffda7066 0 2px,#0000 3px),radial-gradient(circle at 73% 62%,#ff2daa47 0 1px,#0000 3px),radial-gradient(circle at 52% 82%,#00f5ff52 0 1px,#0000 3px);border:1px solid #ffda7012;width:44vw;height:38vh;-webkit-mask-image:radial-gradient(#000 0 58%,#0000 80%);mask-image:radial-gradient(#000 0 58%,#0000 80%)}.pool-shell .gold-lattice.one{animation:latticeGlide 31s ease-in-out infinite alternate;top:58vh;left:1vw;transform:rotate(-8deg)}.pool-shell .gold-lattice.two{opacity:.28;animation:latticeGlideTwo 36s ease-in-out infinite alternate;top:8vh;right:0;transform:rotate(11deg)}.pool-shell .rose-ribbon{filter:blur(.3px);opacity:.48;background:linear-gradient(90deg,#0000,#ffd8702e,#ff2daa2e,#ffd87021,#0000);border-radius:999px;width:58vw;height:68px;box-shadow:0 0 28px #ffc74c2e,0 0 42px #ff2daa1f}.pool-shell .rose-ribbon.one{animation:roseRibbonSlideOne 20s ease-in-out infinite alternate;top:18vh;left:-20vw;transform:rotate(-15deg)}.pool-shell .rose-ribbon.two{animation:roseRibbonSlideTwo 24s ease-in-out infinite alternate;top:64vh;right:-22vw;transform:rotate(14deg)}.pool-shell .coin-chain{filter:drop-shadow(0 0 12px #ffc94e70);opacity:.52;background:radial-gradient(circle at 50% 3%,#ffde82f2 0 3px,#0000 4px),radial-gradient(circle at 50% 14%,#ffbe37c2 0 4px,#0000 5px),radial-gradient(circle at 50% 26%,#ff2daa80 0 3px,#0000 5px),radial-gradient(circle at 50% 38%,#ffde82e6 0 4px,#0000 5px),radial-gradient(circle at 50% 51%,#ffbe37b8 0 3px,#0000 5px),radial-gradient(circle at 50% 64%,#ff2daa6b 0 3px,#0000 5px),radial-gradient(circle at 50% 77%,#ffde82e6 0 4px,#0000 5px),radial-gradient(circle at 50% 92%,#ffbe37c7 0 3px,#0000 5px),linear-gradient(#0000,#ffd8702e,#0000);width:260px;height:520px}.pool-shell .coin-chain.one{animation:coinChainFloatOne 18s ease-in-out infinite alternate;top:8vh;left:2vw;transform:rotate(-18deg)}.pool-shell .coin-chain.two{animation:coinChainFloatTwo 22s ease-in-out infinite alternate;top:20vh;right:3vw;transform:rotate(16deg)}.pool-shell .diamond-field{clip-path:polygon(8% 50%,23% 17%,42% 50%,62% 18%,83% 50%,62% 82%,42% 50%,23% 83%);opacity:.42;filter:drop-shadow(0 0 18px #ffc54840);background:radial-gradient(circle at 12%,#ffe28be6 0 2px,#0000 3px),radial-gradient(circle at 28% 28%,#ff2daa8a 0 2px,#0000 3px),radial-gradient(circle at 46% 64%,#ffe28bc7 0 2px,#0000 3px),radial-gradient(circle at 62% 38%,#ff2daa6b 0 2px,#0000 3px),radial-gradient(circle at 82% 54%,#ffe28bdb 0 2px,#0000 3px),linear-gradient(60deg,#0000 49.5%,#ffd8701a 50%,#0000 50.5%),linear-gradient(120deg,#0000 49.5%,#ff2daa14 50%,#0000 50.5%);width:520px;height:280px}.pool-shell .diamond-field.one{animation:diamondFieldDriftOne 26s ease-in-out infinite alternate;bottom:13vh;left:10vw}.pool-shell .diamond-field.two{animation:diamondFieldDriftTwo 29s ease-in-out infinite alternate;top:38vh;right:8vw;transform:scale(.72)rotate(16deg)}.pool-shell .gold-sand{opacity:.5;filter:drop-shadow(0 0 8px #ffcd5a6b);background:radial-gradient(circle at 7%,#ffdb78c7 0 1px,#0000 2px),radial-gradient(circle at 19% 70%,#ff2daa57 0 1px,#0000 2px),radial-gradient(circle at 33% 34%,#ffdb78b3 0 1px,#0000 2px),radial-gradient(circle at 49% 58%,#ffbe37b8 0 1px,#0000 2px),radial-gradient(circle at 62% 42%,#ff2daa4d 0 1px,#0000 2px),radial-gradient(circle at 77% 66%,#ffdb78d1 0 1px,#0000 2px),radial-gradient(circle at 91% 36%,#ffbe37b8 0 1px,#0000 2px);width:100vw;height:140px;left:0}.pool-shell .gold-sand.top{animation:goldSandDriftTop 16s ease-in-out infinite alternate;top:0}.pool-shell .gold-sand.bottom{animation:goldSandDriftBottom 19s ease-in-out infinite alternate;bottom:0}.pool-shell .hexagram{width:118px;height:118px}.pool-shell .hexagram:after,.pool-shell .hexagram:before{content:"";filter:drop-shadow(0 0 10px #ffc84857);border-bottom:84px solid #ffd0601f;border-left:48px solid #0000;border-right:48px solid #0000;width:0;height:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-58%)}.pool-shell .hexagram:after{border-bottom-color:#00f5ff12;transform:translate(-50%,-42%)rotate(180deg)}.pool-shell .hexagram .hex-core{border:1px solid #ffda7047;border-radius:50%;position:absolute;inset:34px;box-shadow:inset 0 0 16px #ffda7014,0 0 20px #ffda701a}.pool-shell .hexagram.one{animation:hexagramRoamOne 34s ease-in-out infinite alternate;top:14vh;left:8vw}.pool-shell .hexagram.two{opacity:.32;animation:hexagramRoamTwo 42s ease-in-out infinite alternate;bottom:13vh;right:8vw;transform:scale(.72)}.pool-shell .dipper{stroke-linecap:round;stroke-linejoin:round;width:240px;height:150px;overflow:visible}.pool-shell .dipper path{fill:none;stroke:#ffda7047;stroke-width:1.1px;stroke-dasharray:280;animation:constellationTrace 9s ease-in-out infinite alternate}.pool-shell .dipper circle{fill:#ffe082b8;filter:drop-shadow(0 0 8px #ffda70bf);animation:constellationPulse 3s ease-in-out infinite}.pool-shell .dipper.one{animation:dipperDriftOne 38s ease-in-out infinite alternate;bottom:22vh;left:4vw}.pool-shell .dipper.two{opacity:.34;animation:dipperDriftTwo 44s ease-in-out infinite alternate;top:17vh;right:5vw;transform:rotate(18deg)scale(.8)}.pool-shell .star-river{background:radial-gradient(circle at 4% 54%,#ffda70b8 0 2px,#0000 3px),radial-gradient(circle at 18% 34%,#00f5ff73 0 1px,#0000 2px),radial-gradient(circle at 31% 72%,#ffda708c 0 2px,#0000 3px),radial-gradient(circle at 47% 44%,#ff2daa61 0 1px,#0000 2px),radial-gradient(circle at 62% 66%,#ffda70a3 0 2px,#0000 3px),radial-gradient(circle at 78% 30%,#00f5ff61 0 1px,#0000 2px),radial-gradient(circle at 92% 58%,#ffda70b8 0 2px,#0000 3px);border-top:1px solid #ffda7014;width:44vw;height:160px;transform:rotate(-11deg)}.pool-shell .star-river:before{content:"";background:linear-gradient(90deg,#0000,#ffda7038,#00f5ff24,#0000);height:1px;position:absolute;inset:20px 0 auto}.pool-shell .star-river.one{animation:starRiverDriftOne 32s linear infinite alternate;top:28vh;left:-16vw}.pool-shell .star-river.two{animation:starRiverDriftTwo 40s linear infinite alternate;bottom:24vh;right:-18vw;transform:rotate(13deg)}.pool-shell .rune-ring{border:1px solid #ffda7021;border-radius:50%;width:250px;height:250px;box-shadow:inset 0 0 28px #ffda700d,0 0 34px #00f5ff0d}.pool-shell .rune-ring:after,.pool-shell .rune-ring:before{content:"";border:1px dashed #00f5ff24;border-radius:50%;position:absolute;inset:28px}.pool-shell .rune-ring:after{border-color:#ff2daa1f;inset:58px}.pool-shell .rune-ring.one{animation:runeRingRoll 48s linear infinite;bottom:5vh;left:15vw}.pool-shell .rune-ring.two{opacity:.3;animation:runeRingRollReverse 56s linear infinite;top:3vh;right:16vw;transform:scale(.72)}.pool-shell .meteor-stream{background:linear-gradient(90deg,#0000,#00f5ff2e,#ffda7085,#0000);width:34vw;height:2px;box-shadow:0 0 18px #ffda7047,0 0 34px #00f5ff24}.pool-shell .meteor-stream:after,.pool-shell .meteor-stream:before{content:"";background:#ffe896e6;border-radius:50%;width:5px;height:5px;position:absolute;top:-2px;box-shadow:0 0 14px #ffda70cc}.pool-shell .meteor-stream:before{left:28%}.pool-shell .meteor-stream:after{left:68%}.pool-shell .meteor-stream.one{animation:meteorSweepOne 18s ease-in-out infinite;top:18vh;left:-18vw;transform:rotate(-18deg)}.pool-shell .meteor-stream.two{opacity:.34;animation:meteorSweepTwo 23s ease-in-out infinite;top:62vh;right:-16vw;transform:rotate(14deg)}.pool-shell .sacred-grid{opacity:.28;background:linear-gradient(30deg,#0000 49.6%,#ffda701c 50%,#0000 50.4%),linear-gradient(90deg,#0000 49.6%,#00f5ff17 50%,#0000 50.4%),linear-gradient(150deg,#0000 49.6%,#ff2daa14 50%,#0000 50.4%);border:1px solid #ffda701a;border-radius:50%;width:420px;height:420px;-webkit-mask-image:radial-gradient(circle,#000 0 54%,#0000 72%);mask-image:radial-gradient(circle,#000 0 54%,#0000 72%)}.pool-shell .sacred-grid.one{animation:sacredGridFloat 36s linear infinite;top:44%;left:50%;transform:translate(-50%,-50%)}@keyframes gradientLayerOne{0%{opacity:.24;filter:blur();transform:translate(-2%,-1%)scale(1)}to{opacity:.42;filter:blur(2px);transform:translate(4%,2%)scale(1.08)}}@keyframes gradientLayerTwo{0%{opacity:.22;transform:translate(3%,-2%)scale(.96)rotate(-2deg)}to{opacity:.44;transform:translate(-3%,3%)scale(1.08)rotate(3deg)}}@keyframes gradientLayerThree{to{transform:rotate(1turn)scale(1.02)}}@keyframes gradientLayerFour{0%{opacity:.18;transform:translateY(3%)scale(1)}to{opacity:.36;transform:translate(-5%,-2%)scale(1.12)}}@keyframes gradientLayerFive{0%{opacity:.18;transform:translate(-4%,2%)skew(-2deg)}to{opacity:.38;transform:translate(4%,-1%)skew(2deg)}}@keyframes hexagramRoamOne{0%{opacity:.22;transform:translate(0)rotate(0)scale(.78)}to{opacity:.46;transform:translate(18vw,10vh)rotate(42deg)scale(1)}}@keyframes hexagramRoamTwo{0%{opacity:.18;transform:translate(0)rotate(12deg)scale(.62)}to{opacity:.38;transform:translate(-14vw,-11vh)rotate(-38deg)scale(.86)}}@keyframes dipperDriftOne{0%{opacity:.26;transform:translate(0)rotate(-8deg)scale(.78)}to{opacity:.52;transform:translate(24vw,-9vh)rotate(10deg)scale(.95)}}@keyframes dipperDriftTwo{0%{opacity:.2;transform:translate(0)rotate(18deg)scale(.72)}to{opacity:.44;transform:translate(-20vw,13vh)rotate(-12deg)scale(.88)}}@keyframes constellationTrace{0%{stroke-dashoffset:280px;opacity:.22}to{stroke-dashoffset:0;opacity:.62}}@keyframes constellationPulse{0%,to{opacity:.35;transform:scale(.92)}50%{opacity:1;transform:scale(1.12)}}@keyframes starRiverDriftOne{0%{opacity:.18;transform:translate(0)rotate(-11deg)}to{opacity:.42;transform:translate(46vw,-12vh)rotate(-7deg)}}@keyframes starRiverDriftTwo{0%{opacity:.16;transform:translate(0)rotate(13deg)}to{opacity:.38;transform:translate(-42vw,10vh)rotate(9deg)}}@keyframes runeRingRoll{to{transform:rotate(1turn)}}@keyframes runeRingRollReverse{to{transform:rotate(-1turn)scale(.72)}}@keyframes meteorSweepOne{0%,15%{opacity:0;transform:translate(0)rotate(-18deg)}35%,72%{opacity:.52}to{opacity:0;transform:translate(62vw,18vh)rotate(-18deg)}}@keyframes meteorSweepTwo{0%,20%{opacity:0;transform:translate(0)rotate(14deg)}48%,76%{opacity:.42}to{opacity:0;transform:translate(-58vw,-18vh)rotate(14deg)}}@keyframes sacredGridFloat{0%{opacity:.16;transform:translate(-50%,-50%)rotate(0)scale(.94)}50%{opacity:.34;transform:translate(-48%,-52%)rotate(180deg)scale(1.04)}to{opacity:.16;transform:translate(-50%,-50%)rotate(1turn)scale(.94)}}@keyframes auroraLeftFlow{0%{opacity:.36;transform:translate(0)rotate(-6deg)scale(1)}50%{opacity:.58;transform:translate(16vw,7vh)rotate(4deg)scale(1.08)}to{opacity:.42;transform:translate(10vw,17vh)rotate(-2deg)scale(.96)}}@keyframes auroraRightFlow{0%{opacity:.34;transform:translate(0)rotate(8deg)scale(.96)}50%{opacity:.56;transform:translate(-14vw,-8vh)rotate(-3deg)scale(1.08)}to{opacity:.44;transform:translate(-8vw,-19vh)rotate(5deg)scale(1)}}@keyframes hexFieldRoamLeft{0%{opacity:.22;transform:translate(0)rotate(0)scale(.86)}40%{opacity:.44;transform:translate(16vw,-8vh)rotate(120deg)scale(1)}to{opacity:.26;transform:translate(34vw,7vh)rotate(1turn)scale(.9)}}@keyframes hexFieldRoamRight{0%{opacity:.2;transform:translate(0)rotate(18deg)scale(.72)}44%{opacity:.38;transform:translate(-15vw,10vh)rotate(-120deg)scale(.86)}to{opacity:.24;transform:translate(-30vw,-5vh)rotate(-342deg)scale(.76)}}@keyframes starAxisBreathe{0%,to{opacity:.2;filter:blur()}50%{opacity:.48;filter:blur(.6px)}}@keyframes orbitMapRoll{to{transform:rotate(1turn)}}@keyframes orbitMapRollReverse{to{transform:rotate(-1turn)scale(.82)}}@keyframes latticeGlide{0%{opacity:.24;transform:translate(0)rotate(-8deg)}to{opacity:.44;transform:translate(18vw,-12vh)rotate(4deg)}}@keyframes latticeGlideTwo{0%{opacity:.2;transform:translate(0)rotate(11deg)}to{opacity:.36;transform:translate(-16vw,15vh)rotate(-5deg)}}@keyframes roseRibbonSlideOne{0%{opacity:.28;transform:translate(0)rotate(-15deg)scale(.96)}50%{opacity:.56;transform:translate(28vw,12vh)rotate(-9deg)scale(1.06)}to{opacity:.36;transform:translate(48vw,3vh)rotate(-18deg)scale(1)}}@keyframes roseRibbonSlideTwo{0%{opacity:.28;transform:translate(0)rotate(14deg)scale(1)}50%{opacity:.54;transform:translate(-30vw,-8vh)rotate(8deg)scale(1.05)}to{opacity:.34;transform:translate(-52vw,5vh)rotate(18deg)scale(.98)}}@keyframes coinChainFloatOne{0%{opacity:.32;transform:translate(0)rotate(-18deg)}to{opacity:.62;transform:translate(10vw,8vh)rotate(-10deg)}}@keyframes coinChainFloatTwo{0%{opacity:.28;transform:translate(0)rotate(16deg)}to{opacity:.58;transform:translate(-9vw,-7vh)rotate(8deg)}}@keyframes diamondFieldDriftOne{0%{opacity:.24;transform:translate(0)rotate(-7deg)scale(.86)}to{opacity:.5;transform:translate(14vw,-9vh)rotate(8deg)scale(1)}}@keyframes diamondFieldDriftTwo{0%{opacity:.22;transform:translate(0)rotate(16deg)scale(.72)}to{opacity:.48;transform:translate(-12vw,8vh)rotate(-8deg)scale(.88)}}@keyframes goldSandDriftTop{0%{opacity:.22;transform:translate(-2vw,-16px)}to{opacity:.58;transform:translate(3vw,18px)}}@keyframes goldSandDriftBottom{0%{opacity:.2;transform:translate(3vw,18px)}to{opacity:.52;transform:translate(-4vw,-14px)}}.pool-shell .float-node{pointer-events:none;z-index:0;background:#ffda6fad;border-radius:50%;width:3px;height:3px;animation:dustFloat 12s ease-in-out infinite;position:fixed;box-shadow:0 0 8px #ffda6f8c}@keyframes dustFloat{0%,to{opacity:.2;transform:translate(0)}50%{opacity:.78;transform:translate(14px,-22px)}}@keyframes scan{0%,66%{opacity:0;transform:translate(-130%)}74%{opacity:1}to{opacity:0;transform:translate(130%)}}@keyframes introDrop{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes logoBreath{0%,to{box-shadow:0 0 16px #ffb7322e,inset 0 0 14px #ffd66a14}50%{box-shadow:0 0 30px #ffb7325c,inset 0 0 24px #ffd66a24}}@keyframes orbit{to{transform:rotate(1turn)}}@keyframes orbitReverse{to{transform:rotate(-1turn)}}@keyframes pulse{50%{opacity:.5}}@keyframes cardIn{to{opacity:1;transform:translateY(0)}}@keyframes panelAura{0%{background-position:0 0,100% 0,0,0 0}to{background-position:0 0,100% 0,100%,0 0}}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes ringPulse{50%{opacity:.75;transform:scale(1.05)}}@keyframes tickerScroll{to{transform:translate(-50%)}}@keyframes rewardRingSpin{to{transform:rotate(1turn)}}@keyframes slotPulse{0%,to{opacity:.7}50%{opacity:1}}@keyframes numberGradientFlow{0%,to{filter:saturate();background-position:0}50%{filter:saturate(1.2);background-position:100%}}@keyframes activeEllipseMotion{0%,to{opacity:.58;transform:translate(-50%,-52%)rotate(-8deg)scale(1)}45%{opacity:.9;transform:translate(-48%,-48%)rotate(9deg)scale(1.04)}75%{opacity:.72;transform:translate(-53%,-49%)rotate(3deg)scale(.98)}}@keyframes activeDashOrbit{to{transform:rotate(1turn)}}@keyframes rewardShapeMotion{0%,to{opacity:.68;transform:translate(-50%,-50%)rotate(0)scale(1)}40%{opacity:.94;transform:translate(-48%,-52%)rotate(7deg)scale(1.04)}75%{opacity:.78;transform:translate(-52%,-48%)rotate(-5deg)scale(.98)}}@keyframes rewardShapeScan{to{transform:rotate(1turn)}}.pool-shell .header{background:linear-gradient(90deg,#ffcb560f,transparent 22%,transparent 78%,#ffcb5614),var(--bg-panel-strong);border:1px solid var(--gold-border);z-index:2147480000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:8px;grid-template-columns:1fr auto 1fr;align-items:center;height:58px;padding:0 14px 0 12px;animation:introDrop .8s cubic-bezier(.18,.9,.23,1) both;display:grid;position:relative;overflow:visible;box-shadow:0 0 28px #ffb12a14,inset 0 1px #ffe8a014,inset 0 -1px #ffb7321a}.pool-shell .header:before{top:0}.pool-shell .header:after,.pool-shell .header:before{content:"";opacity:.5;pointer-events:none;background:linear-gradient(90deg,#0000,#ffd260b3,#00f5ff4d,#0000);height:1px;position:absolute;left:14px;right:14px}.pool-shell .header:after{bottom:0}.pool-shell .header-left{align-items:center;gap:clamp(10px,1vw,18px);min-width:0;display:flex}.pool-shell .nav-menu-wrapper{z-index:2147483000;isolation:isolate;flex-shrink:0;position:relative}.pool-shell .nav-menu-wrapper .lang-dropdown{left:0;right:auto}.pool-shell .nav-menu-wrapper .lang-dropdown:before{left:12px;right:auto}.pool-shell .brand-lockup{align-items:center;gap:0;margin-left:clamp(4px,.6vw,10px);display:flex}.pool-shell .brand-mark{background:radial-gradient(circle at 50% 30%,#ffd66a33,#0000 54%),linear-gradient(145deg,#281a08f2,#050402fc);border:1px solid #ffd1606b;border-radius:8px;flex-shrink:0;place-items:center;width:clamp(38px,3vw,46px);height:clamp(38px,3vw,46px);animation:logoBreath 5.5s ease-in-out infinite;display:grid;position:relative;overflow:hidden;box-shadow:0 0 18px #ffb73233,inset 0 0 14px #ffd66a14}.pool-shell .brand-mark:before{content:"";opacity:.5;background:conic-gradient(#0000,#ffd87059,#0000 20%);animation:orbit 18s linear infinite;position:absolute;inset:-18%}.pool-shell .brand-mark img{object-fit:cover;z-index:1;filter:brightness(1.18)contrast(1.12)drop-shadow(0 0 10px #ffc94d73);width:104%;height:104%;position:relative}.pool-shell .brand-title{letter-spacing:.24em;color:var(--text-main);text-shadow:0 0 14px #ffc64a3d;font-size:clamp(15px,1.18vw,19px);font-weight:950;line-height:1}.pool-shell .brand-subtitle,.pool-shell .brand-title{font-family:var(--font-tech);white-space:nowrap;text-transform:uppercase}.pool-shell .brand-subtitle{letter-spacing:.34em;color:var(--text-dim);margin-top:5px;font-size:clamp(7px,.54vw,9px);font-weight:850}.pool-shell .mining-live{font-family:var(--font-tech);letter-spacing:.38em;color:#00f5ffcc;text-shadow:0 0 16px #00f5ff33;text-transform:uppercase;justify-content:center;align-items:center;gap:10px;font-size:clamp(9px,.7vw,11px);font-weight:950;display:flex}.pool-shell .live-dot{background:var(--green);border-radius:999px;flex-shrink:0;width:clamp(6px,.45vw,8px);height:clamp(6px,.45vw,8px);animation:pulse 1.7s ease-in-out infinite;box-shadow:0 0 12px #00ff8ad9}.pool-shell .lang-btn{font-family:var(--font-tech);border:1px solid var(--gold-border);color:var(--text-soft);letter-spacing:.14em;cursor:pointer;white-space:nowrap;z-index:2;background:#150d04e0;border-radius:999px;align-items:center;gap:4px;height:clamp(28px,2.2vw,34px);padding:0 clamp(10px,.85vw,14px);font-size:clamp(8px,.6vw,11px);font-weight:700;display:inline-flex;position:relative;box-shadow:inset 0 0 14px #ffcd540d,0 0 14px #ffb7320f}.pool-shell .lang-caret{font-size:8px;line-height:1;transition:transform .18s}.pool-shell .api-btn{font-family:var(--font-tech);color:#f66;letter-spacing:.14em;cursor:pointer;white-space:nowrap;background:#280a0a80;border:1px solid #ff64644d;border-radius:999px;align-items:center;height:clamp(28px,2.2vw,34px);padding:0 clamp(10px,.85vw,14px);font-size:clamp(8px,.6vw,11px);font-weight:700;transition:all .3s;display:inline-flex;box-shadow:inset 0 0 14px #ff32320d}.pool-shell .api-btn:hover{background:#ff32321a;box-shadow:inset 0 0 14px #ff323233,0 0 14px #ff323233}.pool-shell .lang-menu-wrapper{z-index:2147483000;isolation:isolate;position:relative}.pool-shell .lang-menu-wrapper.is-open .lang-btn{color:var(--gold-bright);background:#0a0805fa;border-color:#ffd462b8;box-shadow:0 0 22px #ffb7322e,inset 0 0 14px #ffcd541a}.pool-shell .lang-menu-wrapper.is-open .lang-caret{transform:rotate(180deg)}.pool-shell .lang-dropdown{border:1px solid var(--gold-border);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2147483001;background:#0a0805f2;border-radius:8px;min-width:140px;max-height:min(70vh,480px);padding:7px;position:absolute;top:calc(100% + 2px);right:0;overflow-y:auto;box-shadow:0 10px 30px #000c,inset 0 0 10px #ffb7320d}.pool-shell .lang-dropdown:before{content:"";pointer-events:none;background:#0a0805f5;border-left:1px solid #ffca592e;border-right:1px solid #ffca592e;width:64px;height:8px;position:absolute;top:-7px;right:12px}.pool-shell .lang-option{appearance:none;width:100%;color:var(--text-soft);cursor:pointer;font-size:11px;font-family:var(--font-tech);text-align:left;background:0 0;border:0;border-radius:6px;padding:10px;transition:all .2s}.pool-shell .lang-option:focus-visible,.pool-shell .lang-option:hover{color:var(--gold-bright);background:#ffcd541a;outline:none}.pool-mobile-backdrop{z-index:2147483646;-webkit-backdrop-filter:blur(6px);background:#020204b8;position:fixed;inset:0}.pool-lang-modal-wrap{z-index:2147483647;padding:16px 16px calc(16px + env(safe-area-inset-bottom,0px));pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.pool-lang-modal-wrap>*{pointer-events:auto}.pool-lang-modal{background:linear-gradient(165deg,#0e0b07fa,#080604fc);border:1px solid #ffca596b;border-radius:16px;flex-direction:column;width:min(100%,360px);max-height:min(78vh,540px);display:flex;overflow:hidden;box-shadow:0 24px 80px #000000e0,inset 0 1px #ffcd541f}.pool-lang-modal-head{border-bottom:1px solid #ffca5929;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.pool-lang-modal-title{font-family:var(--font-tech);letter-spacing:.16em;color:var(--gold-bright);text-transform:uppercase;font-size:11px;font-weight:900}.pool-lang-modal-sub{letter-spacing:.06em;color:var(--text-soft);text-transform:none;margin-top:3px;font-size:10px;font-weight:500}.pool-lang-modal-close{appearance:none;color:var(--gold-bright);cursor:pointer;background:#ffcd540f;border:1px solid #ffca5938;border-radius:10px;flex-shrink:0;width:34px;height:34px;font-size:20px;line-height:1}.pool-lang-modal-list{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:8px;overflow-y:auto}.pool-lang-modal-item{appearance:none;width:100%;font-family:var(--font-tech);color:var(--text-soft);cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;background:0 0;border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:4px;padding:13px 14px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:flex}.pool-lang-modal-item:active{background:#ffcd5414}.pool-lang-modal-item.is-active{color:var(--gold-bright);background:#ffcd541f;border-color:#ffca5961;font-weight:800}.pool-lang-modal-check{color:var(--gold-bright);opacity:0;flex-shrink:0;font-size:14px}.pool-lang-modal-item.is-active .pool-lang-modal-check{opacity:1}.pool-mobile-nav-sheet{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));z-index:2147483647;border:1px solid var(--gold-border);background:#0a0805fa;border-radius:14px;flex-direction:column;max-height:min(42vh,320px);display:flex;position:fixed;overflow:hidden;box-shadow:0 20px 60px #000000d9}.pool-mobile-sheet-head{font-family:var(--font-tech);letter-spacing:.14em;color:var(--gold-bright);text-transform:uppercase;border-bottom:1px solid #ffca592e;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 14px;font-size:11px;font-weight:900;display:flex}.pool-mobile-sheet-close{appearance:none;color:var(--text-soft);cursor:pointer;background:#ffcd5414;border:0;border-radius:8px;width:32px;height:32px;font-size:18px;line-height:1}.pool-mobile-sheet-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:6px;overflow-y:auto}.pool-mobile-tabbar{z-index:2147482001;padding:6px 8px calc(6px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(12px);background:#080604f5;border-top:1px solid #ffca5938;justify-content:space-around;align-items:stretch;gap:2px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 32px #00000073}.pool-mobile-tabbar-btn{appearance:none;min-width:0;color:var(--text-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:10px;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:3px;padding:6px 4px;display:flex}.pool-mobile-tabbar-btn .tab-icon{font-size:16px;line-height:1}.pool-mobile-tabbar-btn .tab-label{font-family:var(--font-tech);letter-spacing:.04em;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:9px;font-weight:700;overflow:hidden}.pool-mobile-tabbar-btn.is-active{color:var(--gold-bright);background:#ffcd541a;box-shadow:inset 0 0 0 1px #ffca5947}.mobile-tab-panel{margin-top:12px}.mobile-tab-empty{text-align:center;color:var(--text-soft);padding:28px 18px;font-size:12px;line-height:1.6}.pool-shell .header-actions{z-index:2147482000;justify-content:flex-end;align-items:center;gap:10px;display:flex;position:relative}.pool-shell .gold-button{font-family:var(--font-tech);border:1px solid var(--gold-border-strong);color:var(--text-main);letter-spacing:.18em;cursor:pointer;white-space:nowrap;text-transform:uppercase;background:linear-gradient(135deg,#f8c8571f,#ff9d2e14);border-radius:999px;justify-content:center;align-items:center;gap:8px;min-width:clamp(100px,8.5vw,140px);height:clamp(28px,2.2vw,34px);padding:0 clamp(12px,1vw,18px);font-size:clamp(8px,.6vw,10px);font-weight:950;display:inline-flex;position:relative;overflow:hidden;box-shadow:inset 0 0 18px #ffcd540f,0 0 18px #ffb73214}.pool-shell .gold-button:before{content:"";pointer-events:none;background:linear-gradient(110deg,#0000,#ffe79338,#0000);animation:scan 5.5s ease-in-out 2s infinite;position:absolute;inset:0;transform:translate(-130%)}.pool-shell .pill{font-family:var(--font-tech);border:1px solid var(--gold-border);color:var(--text-soft);white-space:nowrap;background:#150d04b3;border-radius:999px;justify-content:center;align-items:center;gap:8px;height:clamp(28px,2.2vw,34px);padding:0 clamp(10px,.85vw,14px);font-size:clamp(8px,.6vw,10px);font-weight:900;display:inline-flex;position:relative;overflow:hidden;box-shadow:inset 0 0 14px #ffcd540d,0 0 14px #ffb7320f}.pool-shell .gold-panel{border:1px solid var(--gold-border);background:radial-gradient(circle at 18% 18%,#ffd3631a,transparent 32%),radial-gradient(circle at 86% 22%,#ff2daa0e,transparent 36%),linear-gradient(118deg,transparent 0 42%,#ffd8700b 48%,#ff2daa09 55%,transparent 64%),linear-gradient(145deg,var(--bg-panel),var(--bg-panel-strong));opacity:0;background-size:100% 100%,100% 100%,180% 180%,100% 100%;border-radius:10px;padding:clamp(24px,2vw,36px);animation:cardIn .76s cubic-bezier(.18,.9,.22,1) forwards,panelAura 12s ease-in-out infinite alternate;position:relative;overflow:hidden;transform:translateY(14px);box-shadow:0 0 22px #ffb12a0f,inset 0 1px #ffe8a00f,inset 0 0 28px #ffc64a08}.pool-shell .gold-panel:hover{border-color:var(--gold-border-strong);box-shadow:0 0 28px #ffb12a1a,inset 0 1px #ffe8a017}.pool-shell .gold-panel:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(90deg,#0000,#ffde8614,#ff2daa0b,#0000),radial-gradient(circle at 20% 78%,#ffcc5114,#0000 24%);animation:scan 7s ease-in-out infinite;position:absolute;inset:0;transform:translate(-100%)}.pool-shell .corner{pointer-events:none;z-index:2;border-color:#ffd26166;width:12px;height:12px;position:absolute}.pool-shell .corner-bl,.pool-shell .corner-br,.pool-shell .corner-tl,.pool-shell .corner-tr{color:#ffd2616b;pointer-events:none;z-index:2;opacity:.68;width:12px;height:12px;position:absolute}.pool-shell .corner-tl{border-top:1px solid;border-left:1px solid;border-top-left-radius:10px;top:0;left:0}.pool-shell .corner-tr{border-top:1px solid;border-right:1px solid;border-top-right-radius:10px;top:0;right:0}.pool-shell .corner-bl{border-bottom:1px solid;border-left:1px solid;border-bottom-left-radius:10px;bottom:0;left:0}.pool-shell .corner-br{border-bottom:1px solid;border-right:1px solid;border-bottom-right-radius:10px;bottom:0;right:0}.pool-shell .kicker{font-family:var(--font-tech);z-index:1;color:var(--gold-muted);letter-spacing:.26em;text-transform:uppercase;align-items:center;gap:7px;font-size:clamp(8px,.55vw,10px);font-weight:900;display:flex;position:relative}.pool-shell .kicker:before{content:"";background:linear-gradient(#ffe08a,#f39a23);border-radius:99px;flex-shrink:0;width:3px;height:12px;box-shadow:0 0 10px #ffb7328c}.pool-shell .metrics-grid{grid-template-rows:300px 160px;grid-template-columns:minmax(360px,420px) repeat(3,minmax(0,1fr));gap:24px;margin-top:24px;display:grid}.pool-shell .metrics-grid.metrics-grid--home{grid-template-rows:300px}@media (min-width:761px){.pool-shell .metrics-grid>.gold-panel:nth-child(2),.pool-shell .metrics-grid>.gold-panel:nth-child(3),.pool-shell .metrics-grid>.gold-panel:nth-child(4){text-align:center;flex-direction:column;align-items:center;display:flex}.pool-shell .metrics-grid>.gold-panel:nth-child(2) .kicker,.pool-shell .metrics-grid>.gold-panel:nth-child(3) .kicker,.pool-shell .metrics-grid>.gold-panel:nth-child(4) .kicker{align-self:flex-start}.pool-shell .metrics-grid>.gold-panel:nth-child(2) .metric-value,.pool-shell .metrics-grid>.gold-panel:nth-child(3) .metric-value,.pool-shell .metrics-grid>.gold-panel:nth-child(4) .metric-value{margin-top:clamp(24px,2.25vw,34px)}.pool-shell .metrics-grid>.gold-panel:nth-child(3) .badge,.pool-shell .metrics-grid>.gold-panel:nth-child(4) .rate-pills{margin-left:auto;margin-right:auto}.pool-shell .small-metric-card{flex-direction:column;justify-content:center;display:flex}}.pool-shell .protocol-identity-card{text-align:center;background:radial-gradient(circle at 50% 18%,#ffc95229,transparent 38%),radial-gradient(circle at 52% 76%,#00f5ff0f,transparent 42%),linear-gradient(145deg,var(--bg-panel-strong),#050402f2);border-color:#ffca5961;flex-direction:column;grid-row:span 2;justify-content:center;align-items:center;padding:60px 40px 40px;display:flex;box-shadow:0 0 32px #ffb12a1f,inset 0 0 36px #ffc64a0d}.pool-shell .protocol-kicker{z-index:5;position:absolute;top:16px;left:18px}.pool-shell .protocol-orbit{width:240px;height:240px;box-shadow:none;background:0 0;border:0;border-radius:50%;place-items:center;margin:8px auto 14px;display:grid;position:relative;overflow:visible}.pool-shell .protocol-orbit:before{content:"";filter:blur(7px);pointer-events:none;background:radial-gradient(circle,#ffcd5842,#ffa4261a 42%,#0000 72%);border-radius:50%;position:absolute;inset:6%}.pool-shell .protocol-orbit .ring-1,.pool-shell .protocol-orbit .ring-2,.pool-shell .protocol-orbit .ring-3{pointer-events:none;border:1px solid #ffd87038;border-radius:50%;position:absolute}.pool-shell .protocol-orbit .ring-1{clip-path:polygon(0 0,55% 0,55% 100%,0 100%);animation:orbit 26s linear infinite;inset:-8px}.pool-shell .protocol-orbit .ring-2{clip-path:polygon(40% 0,100% 0,100% 100%,40% 100%);opacity:.6;border-color:#00f5ff26;animation:orbitReverse 20s linear infinite;inset:-14px}.pool-shell .protocol-orbit .ring-3{opacity:.4;border-color:#ff2daa1a;animation:orbit 22s linear infinite;inset:-20px}.pool-shell .protocol-orbit img{object-fit:contain;z-index:2;filter:brightness(1.14)contrast(1.12)drop-shadow(0 0 14px #ffcf5c85)drop-shadow(0 0 30px #ff9a2538);width:100%;height:100%;position:relative;transform:translateY(-1px)}.pool-shell .protocol-name{letter-spacing:.12em;color:var(--text-main);text-shadow:0 0 16px #ffc64a57;white-space:nowrap;margin-top:8px;font-size:17px;font-weight:1000;line-height:1.1}.pool-shell .protocol-name,.pool-shell .protocol-subtitle{font-family:var(--font-tech);z-index:1;text-transform:uppercase;position:relative}.pool-shell .protocol-subtitle{letter-spacing:.28em;color:var(--text-dim);margin-top:5px;font-size:8px;font-weight:800}.pool-shell .status-chips{z-index:1;flex-direction:column;gap:6px;width:100%;max-width:190px;margin:16px auto 14px;display:flex;position:relative}.pool-shell .status-chips span{color:#ffe8a9c7;letter-spacing:.06em;background:#ffc2460e;border:1px solid #ffca5942;border-radius:999px;min-height:22px;padding:0 10px;font-size:clamp(6px,.45vw,8px);font-weight:900;display:flex}.pool-shell .protocol-cta,.pool-shell .status-chips span{font-family:var(--font-tech);text-transform:uppercase;justify-content:center;align-items:center}.pool-shell .protocol-cta{z-index:1;color:#1b0e00;letter-spacing:.16em;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#ffe08a,#f8b735 50%,#d98316);border:1px solid #ffd36b80;border-radius:999px;flex-shrink:0;width:min(190px,100%);height:38px;margin-top:28px;font-size:10px;font-weight:1000;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 24px #ffb7322e,inset 0 1px #ffffff4d}.pool-shell .protocol-cta:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000,#ffffff4d,#0000);animation:scan 5s ease-in-out 1.2s infinite;position:absolute;inset:0;transform:translate(-120%)}.pool-shell .protocol-connected{z-index:1;width:100%;margin-top:8px;position:relative}.pool-shell .metric-value{font-family:var(--font-tech);z-index:1;letter-spacing:0;margin-top:clamp(24px,2vw,36px);font-size:clamp(48px,4vw,64px);font-weight:1000;line-height:.95;position:relative}.pool-shell .metric-value.small-value{white-space:nowrap;margin-top:clamp(6px,.5vw,10px);font-size:clamp(16px,1.25vw,21px)}.pool-shell .metric-value,.pool-shell .overview-item .number,.pool-shell .rate-pill b,.pool-shell .testimonial-card .tm-amount{background-image:linear-gradient(95deg,var(--number-a,currentColor),#fff3a8 34%,var(--number-b,currentColor) 58%,var(--number-a,currentColor));-webkit-text-fill-color:transparent;background-size:240% 100%;-webkit-background-clip:text;background-clip:text;animation:numberGradientFlow 5.4s ease-in-out infinite;color:#0000!important}.pool-shell .metric-value .muted-small,.pool-shell .overview-item .number .muted-small{-webkit-text-fill-color:var(--text-muted);background:0 0;animation:none;color:var(--text-muted)!important}.pool-shell .number-orbit-wrap{z-index:1;justify-content:center;align-items:center;margin-top:clamp(24px,2.25vw,34px);display:inline-flex;position:relative}.pool-shell .number-orbit-wrap .metric-value{z-index:2;position:relative;margin-top:0!important}.pool-shell .cyan{--number-a:#00eaff;--number-b:#5ff}.pool-shell .gold{--number-a:#ffd76a;--number-b:#fff1a8}.pool-shell .magenta{--number-a:#ff2daa;--number-b:#ff86d8}.pool-shell .green{--number-a:#00ff8a;--number-b:#aaffd5}.pool-shell .metrics-grid>.gold-panel:nth-child(2){justify-content:flex-start;align-items:stretch;padding:clamp(20px,1.55vw,28px) clamp(20px,1.65vw,30px) clamp(92px,6.7vw,112px)}.pool-shell .metrics-grid>.gold-panel:nth-child(2):before,.pool-shell .metrics-grid>.gold-panel:nth-child(3):before,.pool-shell .metrics-grid>.gold-panel:nth-child(4):before{animation:scan 7s ease-in-out infinite;display:block}.pool-shell .metrics-grid>.gold-panel:nth-child(2) .metric-value,.pool-shell .metrics-grid>.gold-panel:nth-child(3) .metric-value,.pool-shell .metrics-grid>.gold-panel:nth-child(4) .metric-value{background-image:linear-gradient(95deg,var(--number-a,currentColor),#fff3a8 34%,var(--number-b,currentColor) 58%,var(--number-a,currentColor));-webkit-text-fill-color:transparent;background-size:240% 100%;-webkit-background-clip:text;background-clip:text;animation:numberGradientFlow 5.4s ease-in-out infinite;color:#0000!important}.pool-shell .metrics-grid>.gold-panel:nth-child(2) .kicker,.pool-shell .metrics-grid>.gold-panel:nth-child(2) .metric-sub,.pool-shell .metrics-grid>.gold-panel:nth-child(2) .metric-value{z-index:2;width:100%;position:relative}.pool-shell .metrics-grid>.gold-panel:nth-child(2) .metric-value{margin-top:clamp(14px,1.05vw,20px);font-size:clamp(44px,3.15vw,58px);line-height:.9}.pool-shell .metrics-grid>.gold-panel:nth-child(2) .metric-sub{margin-top:clamp(6px,.45vw,8px)}.pool-shell .metrics-grid>.gold-panel:nth-child(2) .micro-chart{opacity:.76;height:clamp(58px,4.7vw,78px);bottom:clamp(14px,1.15vw,22px);left:clamp(20px,1.45vw,28px);right:clamp(20px,1.45vw,28px)}.pool-shell .metrics-grid>.gold-panel:nth-child(2) .micro-chart text{opacity:.72;font-size:8px}.pool-shell .metric-sub{z-index:1;color:var(--text-muted);letter-spacing:.04em;margin-top:9px;font-size:clamp(8px,.55vw,10px);font-weight:700;line-height:1.35;position:relative}.pool-shell .muted-small{color:var(--text-muted);letter-spacing:.06em;font-size:clamp(7px,.5vw,9px);font-weight:700}.pool-shell .micro-chart{opacity:.82;pointer-events:none;z-index:1;height:clamp(76px,6.2vw,108px);position:absolute;bottom:clamp(20px,1.55vw,28px);left:clamp(24px,1.8vw,34px);right:clamp(24px,1.8vw,34px)}.pool-shell .micro-chart path.grid-line{stroke:#ffd5670f;stroke-width:1px}.pool-shell .micro-chart path.area{fill:url(#tvlChartFill);opacity:.6}.pool-shell .micro-chart path.line{fill:none;stroke:var(--cyan);stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 6px #00f5ffa6);stroke-dasharray:650;stroke-dashoffset:650px;animation:drawLine 4s ease-in-out infinite alternate}.pool-shell .active-card:after{content:"";pointer-events:none;border:1px solid #ffd96d2e;border-radius:50%;width:clamp(132px,10.8vw,178px);height:clamp(132px,10.8vw,178px);animation:ringPulse 3.5s ease-in-out infinite;position:absolute;top:clamp(28px,2vw,40px);right:clamp(18px,1.6vw,30px);box-shadow:0 0 28px #ffb73214,inset 0 0 20px #ffb7320a}.pool-shell .active-orbit{pointer-events:none;z-index:1;border:1px solid #ffd66938;border-radius:50%;width:calc(100% + 70px);height:calc(100% + 38px);animation:activeEllipseMotion 7.8s ease-in-out infinite;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 26px #ffc2461f,inset 0 0 18px #ffd6690d}.pool-shell .active-orbit:after,.pool-shell .active-orbit:before{content:"";border:1px dashed #ffd6692e;border-radius:50%;animation:activeDashOrbit 14s linear infinite;position:absolute;inset:-8px}.pool-shell .active-orbit:after{border-color:#00f5ff21;animation-duration:20s;animation-direction:reverse;inset:8px}.pool-shell .badge{z-index:1;letter-spacing:.1em;color:#ffe5a3d1;background:#ffc2460d;border:1px solid #ffca5957;border-radius:999px;align-items:center;gap:6px;height:clamp(20px,1.6vw,26px);margin-top:clamp(14px,1vw,20px);padding:0 clamp(8px,.7vw,13px);font-size:clamp(7px,.5vw,9px);font-weight:900;animation:slotPulse 2s ease-in-out infinite;display:inline-flex;position:relative}.pool-shell .badge .dot{background:var(--gold-bright);border-radius:999px;flex-shrink:0;width:clamp(4px,.35vw,6px);height:clamp(4px,.35vw,6px);box-shadow:0 0 8px #ffda6fcc}.pool-shell .reward-ring{pointer-events:none;background:conic-gradient(#ff2daab3,#ffca594d,#ff2daa1a,#0000);border:1px solid #ffca5938;border-radius:50%;width:clamp(66px,5.35vw,92px);height:clamp(66px,5.35vw,92px);animation:rewardRingSpin 8s linear infinite;position:absolute;top:clamp(42px,3.2vw,58px);right:clamp(22px,2.2vw,40px);-webkit-mask:radial-gradient(circle,#0000 56%,#000 58%);mask:radial-gradient(circle,#0000 56%,#000 58%)}.pool-shell .reward-card{text-align:center}.pool-shell .reward-card .kicker{align-self:flex-start}.pool-shell .reward-shape{clip-path:polygon(13% 2%,82% 2%,100% 34%,88% 100%,16% 100%,0 64%);opacity:.5;pointer-events:none;z-index:1;background:linear-gradient(135deg,#ff2daa6b,#ffd87029,#00f5ff1a),conic-gradient(#ff2daabf,#ffd87080,#ff2daa1a,#ff2daabf);width:calc(100% + 76px);height:calc(100% + 34px);animation:rewardShapeMotion 8.4s ease-in-out infinite;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pool-shell .reward-shape:before{content:"";clip-path:inherit;background:#110b04f5;position:absolute;inset:2px}.pool-shell .reward-shape:after{content:"";mix-blend-mode:screen;background:conic-gradient(#0000,#ff2daaa6,#0000 20%,#ffd8706b,#0000 48%);animation:rewardShapeScan 6.5s linear infinite;position:absolute;inset:-32%}.pool-shell .rate-pills{z-index:1;flex-wrap:wrap;gap:clamp(5px,.4vw,8px);margin-top:clamp(14px,1vw,20px);display:flex;position:relative}.pool-shell .rate-pill{font-family:var(--font-tech);color:#ffe3a0cc;letter-spacing:.08em;white-space:nowrap;background:#ffc2460a;border:1px solid #ffca5947;border-radius:999px;align-items:center;gap:4px;height:clamp(18px,1.4vw,24px);padding:0 clamp(6px,.6vw,12px);font-size:clamp(7px,.5vw,9px);font-weight:900;display:inline-flex}.pool-shell .small-metric-card .metric-value{text-shadow:0 0 14px;align-items:baseline;gap:5px;max-width:100%;margin-top:7px;font-size:clamp(15px,1.2vw,20px);display:flex;overflow:visible}.pool-shell .small-metric-card .metric-value .muted-small{letter-spacing:.04em;flex:none;font-size:clamp(6px,.42vw,8px)}.pool-shell .small-metric-card .kicker{font-size:clamp(7px,.5vw,9px)}.pool-shell .small-metric-card{padding:clamp(14px,1.1vw,18px) clamp(14px,1.05vw,18px)}.pool-shell .small-metric-card .metric-sub{margin-top:4px;line-height:1.2}.pool-shell .small-metric-card .rate-pills{gap:5px;margin-top:4px!important}.pool-shell .small-metric-card .rate-pill{height:18px;padding:0 7px;font-size:7px}.pool-shell .pool-overview{min-height:270px;margin-top:16px;padding:24px 28px 26px}.pool-shell .overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,1.65vw,26px) clamp(72px,7.6vw,120px);margin-top:clamp(16px,1.25vw,22px);display:grid}.pool-shell .overview-item .label{font-family:var(--font-tech);letter-spacing:.14em;color:var(--gold-muted);text-transform:uppercase;margin-bottom:clamp(4px,.35vw,7px);font-size:clamp(7px,.5vw,9px);font-weight:900}.pool-shell .overview-item .number{font-family:var(--font-tech);letter-spacing:0;margin-bottom:clamp(4px,.3vw,6px);font-size:clamp(24px,1.85vw,36px);font-weight:1000;line-height:1}.pool-shell .overview-item .desc{color:var(--text-dim);font-size:clamp(7px,.5vw,9px);line-height:1.25}.pool-shell .example-strip{color:#ffe7a8a8;letter-spacing:.03em;background:#00f5ff08;border:1px solid #ffca5929;border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px;min-height:clamp(40px,3vw,50px);margin-top:clamp(18px,1.45vw,24px);padding:clamp(7px,.55vw,10px) clamp(10px,.8vw,14px);font-size:clamp(8px,.55vw,10px);display:flex}.pool-shell .example-strip b{color:var(--gold-bright);letter-spacing:.1em;flex-shrink:0;font-weight:950}.pool-shell .live-payouts{border:1px solid var(--gold-border);opacity:0;background:#090603e0;border-radius:10px;align-items:center;height:clamp(42px,3.2vw,50px);margin-top:clamp(12px,.95vw,16px);animation:cardIn .76s cubic-bezier(.18,.9,.22,1) .84s forwards;display:flex;position:relative;overflow:hidden;transform:translateY(14px);box-shadow:0 0 18px #ffb12a0f}.pool-shell .live-payouts:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#090603fa,#090603eb 72%,#0000);width:clamp(126px,10vw,160px);position:absolute;top:0;bottom:0;left:0}.pool-shell .ticker-label{font-family:var(--font-tech);color:#b8ffe0;letter-spacing:.12em;z-index:3;white-space:nowrap;text-transform:uppercase;background:#00ff8a0f;border:1px solid #00ff8a80;border-radius:999px;flex:none;align-items:center;gap:6px;height:clamp(20px,1.5vw,26px);margin-left:clamp(8px,.65vw,12px);padding:0 clamp(10px,.8vw,14px);font-size:clamp(7px,.5vw,9px);font-weight:1000;display:inline-flex}.pool-shell .ticker-track{font-family:var(--font-tech);white-space:nowrap;color:#ffe29a94;flex:auto;gap:32px;padding-left:24px;font-size:clamp(8px,.55vw,10px);font-weight:750;animation:tickerScroll 28s linear infinite;display:flex}.pool-shell .ticker-label .live-dot{box-shadow:none;animation:none}.pool-shell .ticker-track span strong{color:var(--gold-bright);-webkit-text-fill-color:var(--gold-bright);background-image:none;animation:none}.pool-shell .ticker-track span em{color:#00f5ffad;font-style:normal}.pool-shell .ops-panel{background:radial-gradient(circle at 74% 12%,#ffcb5612,transparent 32%),radial-gradient(circle at 12% 86%,#00f5ff0d,transparent 34%),linear-gradient(145deg,var(--bg-panel),var(--bg-panel-strong));border:1px solid var(--gold-border);z-index:1;border-radius:10px;margin-top:clamp(30px,3vw,48px);padding:clamp(14px,1.2vw,20px);position:relative;overflow:hidden;box-shadow:0 0 28px #ffb12a0f,inset 0 0 30px #ffc64a08}.pool-shell .ops-panel .kicker{margin-bottom:12px}.pool-shell .account-dashboard-top{margin-bottom:4px}.pool-shell .mobile-account-hero{background:#f8c8570f;border:1px solid #f8c85759;border-radius:10px;margin-bottom:16px;padding:16px 18px}.pool-shell .mobile-account-hero-title{color:var(--gold-muted);letter-spacing:.1em;margin-bottom:10px;font-size:13px;font-weight:900}.pool-shell .mobile-account-hero-row1{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.pool-shell .mobile-account-hero-id{color:var(--cyan);font-size:16px;font-weight:800;font-family:var(--font-tech),monospace}.pool-shell .mobile-account-hero-credit{color:var(--text-muted);text-align:right;font-size:14px}.pool-shell .mobile-account-hero-credit b{color:#00ff84;font-weight:800}.pool-shell .mobile-account-hero-row2{color:var(--text-muted);border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding-top:10px;font-size:13px;display:flex}.pool-shell .mobile-account-hero-row2 b{font-weight:800;font-family:var(--font-tech),monospace}.pool-shell .mobile-account-hero-row2 .wallet-val{color:var(--gold-bright)}.pool-shell .mobile-account-hero-row2 .options-val{color:#ff2daa}.pool-shell .mobile-account-hero-row2 .eth-val{color:var(--cyan)}.pool-shell .mobile-account-stats{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;display:grid}.pool-shell .mobile-account-stat{text-align:center;border-radius:10px;padding:14px 16px}.pool-shell .mobile-account-stat-label{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px;font-size:11px}.pool-shell .mobile-account-stat-value{font-family:var(--font-tech),monospace;font-size:clamp(22px,2vw,32px);font-weight:950;line-height:1.1}.pool-shell .account-dashboard-body{grid-template-columns:1fr;align-items:stretch;gap:12px;display:grid}.pool-shell .account-exchange{background:#f8c8570a;border:1px solid #f8c85740;border-radius:10px;flex-direction:column;padding:14px 16px;display:flex}.pool-shell .account-exchange-summary{min-height:44px;margin-bottom:12px}.pool-shell .account-exchange-card-label{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:900}.pool-shell .account-exchange-summary .step-label{margin-bottom:4px}.pool-shell .account-exchange-hint{color:var(--text-dim);margin-bottom:10px;font-size:clamp(7px,.5vw,9px);line-height:1.5}.pool-shell .account-exchange-hint-link{color:var(--gold-bright);cursor:pointer;text-decoration:underline}.pool-shell .account-exchange-meta{color:var(--text-dim);min-height:16px;font-size:clamp(7px,.5vw,9px)}.pool-shell .account-exchange-actions{align-items:center;gap:6px;display:flex}.pool-shell .account-exchange-max-btn{color:#00f5ff;cursor:pointer;background:#00f5ff0f;border:1px solid #00f5ff4d;border-radius:8px;flex-shrink:0;height:32px;padding:0 10px;font-size:clamp(7px,.5vw,9px);font-weight:800}.pool-shell .account-exchange-estimate{color:var(--green);text-align:right;min-height:18px;margin-top:6px;font-size:clamp(6px,.45vw,8px)}.pool-shell .step-row{background:#ffca5908;border:1px solid #ffca591a;border-radius:10px;align-items:center;gap:10px;margin-bottom:6px;padding:clamp(10px,.8vw,14px) clamp(12px,1vw,18px);display:flex}.pool-shell .step-row.done{background:#00ff8a09;border-color:#00ff8a26}.pool-shell .step-icon{flex-shrink:0;font-size:1rem}.pool-shell .step-label{color:var(--text-main);letter-spacing:.06em;flex:1;font-size:clamp(8px,.55vw,10px);font-weight:800}.pool-shell .step-desc{color:var(--text-muted);font-size:clamp(7px,.5vw,9px)}.pool-shell .btn-gold{font-family:var(--font-tech);color:#1b0e00;letter-spacing:.1em;cursor:pointer;white-space:nowrap;text-transform:uppercase;background:linear-gradient(135deg,#ffe08a,#f8b735 50%,#d98316);border:1px solid #ffd36b80;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:5px;height:clamp(26px,2vw,32px);padding:0 clamp(10px,1vw,16px);font-size:clamp(7px,.5vw,9px);font-weight:1000;display:inline-flex}.pool-shell .btn-gold:disabled{cursor:not-allowed;color:#ffe8aa85;box-shadow:none;opacity:1;background:#ffffff0f;border-color:#ffd88038}.pool-shell .btn-ghost{font-family:var(--font-tech);border:1px solid var(--gold-border);height:clamp(26px,2vw,32px);color:var(--text-soft);letter-spacing:.1em;cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:5px;padding:0 clamp(10px,1vw,16px);font-size:clamp(7px,.5vw,9px);font-weight:900;display:inline-flex}.pool-shell .btn-ghost:disabled{cursor:not-allowed;color:#ffe8aa85;box-shadow:none;opacity:1;background:#ffffff0a;border-color:#ffd8803d}.pool-shell .btn-sm{height:clamp(22px,1.6vw,28px);padding:0 clamp(8px,.7vw,12px);font-size:clamp(6px,.45vw,8px)}.pool-shell .mining-input{height:clamp(30px,2.4vw,38px);color:var(--text-main);background:#0504029e;border:1px solid #ffca5957;border-radius:10px;outline:none;flex:1;min-width:0;padding:0 14px;font-family:inherit;font-size:clamp(10px,.7vw,13px)}.pool-shell .mining-input::placeholder{color:var(--text-dim)}.pool-shell .mining-input:focus{border-color:#ffca599e;box-shadow:0 0 0 1px #ffca5924,0 0 18px #ffca591a}.pool-shell .assets-panel-stack{flex-direction:column;gap:12px;width:100%;min-width:0;display:flex}.pool-shell .asset-card,.pool-shell .asset-form-card,.pool-shell .asset-transfer-card{width:100%;min-width:0}.pool-shell .asset-field-label{font-family:var(--font-tech);color:#ffe8aab8;letter-spacing:.12em;text-transform:uppercase;font-size:clamp(8px,.55vw,11px);font-weight:900}.pool-shell .asset-form-stack,.pool-shell .asset-transfer-controls{grid-template-columns:minmax(0,1fr);gap:10px;width:100%;min-width:0;display:grid}.pool-shell .asset-form-input,.pool-shell .asset-transfer-controls .mining-input{width:100%;min-width:0}.pool-shell .asset-transfer-actions{grid-template-columns:minmax(74px,96px) minmax(0,1fr);align-items:stretch;gap:10px;width:100%;display:grid}.pool-shell .asset-percent-btn{font-family:var(--font-tech);color:#ffe8aad1;letter-spacing:.08em;cursor:pointer;background:#0504029e;border:1px solid #ffd88057;border-radius:999px;justify-content:center;align-items:center;min-width:0;height:clamp(34px,2.5vw,42px);font-size:clamp(10px,.72vw,13px);font-weight:950;display:inline-flex;box-shadow:inset 0 0 14px #ffcd540a}.pool-shell .asset-percent-btn:hover{color:var(--gold-bright);background:#ffca5914;border-color:#ffd88085}.pool-shell .asset-submit-btn{letter-spacing:.08em;width:100%;min-width:0;min-height:clamp(36px,2.6vw,44px);padding:0 clamp(14px,1.2vw,20px);font-size:clamp(8px,.6vw,11px)}.pool-shell .asset-submit-btn>span,.pool-shell .asset-submit-btn>span>span:last-child{text-overflow:ellipsis;min-width:0;overflow:hidden}.pool-shell .status-bar{background:#ffca5908;border:1px solid #ffca591f;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;margin-bottom:12px;padding:clamp(8px,.7vw,12px) clamp(12px,1vw,18px);font-size:clamp(8px,.55vw,10px);display:flex}.pool-shell .status-bar .stat-item{align-items:center;gap:5px;display:flex}.pool-shell .status-bar .stat-val{color:var(--gold-bright);font-weight:900}.pool-shell .warning-box{background:#ff323212;border:1px solid #ff323242;border-radius:10px;margin-top:12px;padding:clamp(10px,.8vw,14px) clamp(12px,1vw,18px)}.pool-shell .warning-box .warning-title{color:#f44;letter-spacing:.06em;margin-bottom:5px;font-size:clamp(8px,.55vw,10px);font-weight:1000}.pool-shell .warning-box .warning-text{color:#f66;letter-spacing:.02em;margin:0;font-size:clamp(7px,.5vw,9px);line-height:1.6}.pool-shell .warning-box code{background:#ff32321f;border-radius:3px;padding:1px 4px;font-size:clamp(7px,.5vw,9px)}.pool-shell .node-expansion-module{border:1px solid var(--gold-border);background:linear-gradient(145deg,#1e160ccc,#0c0804f2);border-radius:clamp(12px,1vw,20px);grid-template-columns:1fr 1.5fr;gap:clamp(12px,1.5vw,24px);margin-top:clamp(22px,2vw,34px);padding:clamp(16px,1.5vw,24px);display:grid;position:relative;overflow:hidden;box-shadow:0 20px 40px #0009,inset 0 0 20px #ffb73208}.pool-shell .node-expansion-module:before{content:"";background:linear-gradient(90deg,#0000,#ffcd540d,#0000);width:50%;height:100%;animation:shine-sweep 6s infinite;position:absolute;top:0;left:-100%;transform:skew(-20deg)}@keyframes shine-sweep{0%{left:-100%}20%{left:200%}to{left:200%}}.pool-shell .node-header{flex-direction:column;justify-content:center;display:flex}.pool-shell .node-title{color:var(--gold-bright);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:8px;margin-bottom:6px;font-size:clamp(14px,1vw,18px);font-weight:900;display:flex}.pool-shell .node-desc{color:var(--text-muted);margin-bottom:16px;font-size:clamp(9px,.6vw,12px);line-height:1.5}.pool-shell .node-tiers{gap:12px;display:flex}.pool-shell .tier-card{text-align:center;background:#0006;border:1px solid #ffcd5433;border-radius:8px;flex:1;padding:12px;transition:all .3s;position:relative}.pool-shell .tier-card:hover{border-color:var(--gold-bright);transform:translateY(-2px);box-shadow:0 4px 15px #ffb73226}.pool-shell .tier-card.tier-1{border-color:#ffcd5499}.pool-shell .tier-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px;font-size:9px}.pool-shell .tier-pct{color:var(--gold-bright);font-size:18px;font-weight:900;font-family:var(--font-num)}.pool-shell .tier-name{color:#fff;margin-top:4px;font-size:10px}.pool-shell .vip-activity-module{background:#050506cc;border:1px solid #0fc3;border-radius:clamp(12px,1vw,20px);align-items:center;gap:16px;height:60px;margin-top:clamp(12px,1vw,16px);padding:clamp(12px,1vw,16px);display:flex;overflow:hidden;box-shadow:0 10px 30px #00000080,inset 0 0 15px #00ffcc0d}.pool-shell .vip-badge{color:#0fc;letter-spacing:.1em;white-space:nowrap;background:#00ffcc1a;border:1px solid #0fc;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:900}.pool-shell .marquee-container{flex:1;height:100%;position:relative;overflow:hidden}.pool-shell .marquee-content{flex-direction:column;animation:marquee-up 15s linear infinite;display:flex}@keyframes marquee-up{0%{transform:translateY(100%)}to{transform:translateY(-250%)}}.pool-shell .marquee-item{color:var(--text-soft);font-size:clamp(11px,.8vw,13px);font-family:var(--font-tech);align-items:center;gap:10px;padding:8px 0;display:flex}.pool-shell .marquee-amount{color:#0fc;font-weight:700;font-family:var(--font-num)}.pool-shell .marquee-quote{color:#ffffff80;font-size:.9em;font-style:italic}.pool-shell .badge-row{border-top:1px solid #ffca5914;flex-wrap:wrap;justify-content:center;gap:clamp(6px,.5vw,8px);margin-top:clamp(8px,.65vw,12px);padding:clamp(8px,.7vw,14px) 0 4px;display:flex}.pool-shell .badge-row .trust-badge{color:#ffe5a3c7;letter-spacing:.06em;background:#ffc2460a;border:1px solid #ffca593d;border-radius:999px;align-items:center;gap:4px;height:clamp(20px,1.5vw,26px);padding:0 clamp(8px,.7vw,13px);font-size:clamp(6px,.45vw,8px);font-weight:900;display:inline-flex}.pool-shell .user-list{flex-direction:column;gap:5px;max-height:280px;margin-top:10px;display:flex;overflow-y:auto}.pool-shell .user-row{background:#ffca5908;border:1px solid #ffca5914;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:5px;padding:clamp(6px,.5vw,8px) clamp(10px,.8vw,14px);font-size:clamp(7px,.5vw,9px);display:flex}.pool-shell .user-row .s-addr{color:var(--text-main);font-weight:800}.pool-shell .user-row .s-info{color:var(--text-muted)}.pool-shell .user-row .s-actions{gap:4px;display:flex}.pool-shell .pool-toast{z-index:9999;color:#fff;border:1px solid #ffffff14;border-radius:10px;max-width:360px;padding:10px 18px;font-size:clamp(8px,.55vw,10px);font-weight:800;animation:introDrop .3s;position:fixed;top:18px;right:18px;box-shadow:0 4px 28px #00000080}@media (max-width:1100px){.pool-shell .metrics-grid{grid-template-rows:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.pool-shell .protocol-identity-card{grid-area:auto/span 2}.pool-shell .overview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:761px) and (max-height:720px){.pool-shell{width:min(1260px,100vw - 76px);margin-top:12px}.pool-shell .header{height:54px}.pool-shell .metrics-grid{grid-template-rows:204px 108px;grid-template-columns:minmax(260px,286px) repeat(3,minmax(0,1fr));gap:12px;margin-top:12px}.pool-shell .metrics-grid.metrics-grid--home{grid-template-rows:204px}.pool-shell .gold-panel{padding:14px 16px}.pool-shell .protocol-identity-card{padding:36px 18px 14px}.pool-shell .protocol-orbit{width:112px;height:112px;margin:0 auto 8px}.pool-shell .protocol-name{font-size:12px}.pool-shell .protocol-subtitle{margin-top:3px;font-size:6px}.pool-shell .status-chips{gap:4px;max-width:160px;margin:7px auto 8px}.pool-shell .status-chips span{min-height:15px;font-size:5.5px}.pool-shell .protocol-cta{height:27px;margin-top:9px;font-size:7px}.pool-shell .metric-value{margin-top:15px;font-size:clamp(28px,2.6vw,38px)}.pool-shell .metric-value.small-value,.pool-shell .small-metric-card .metric-value{margin-top:7px;font-size:clamp(13px,1.08vw,17px)}.pool-shell .metric-sub{margin-top:6px;font-size:7px}.pool-shell .micro-chart{height:58px;bottom:12px;left:22px;right:22px}.pool-shell .active-card:after{width:118px;height:118px;top:26px;right:20px}.pool-shell .badge{height:20px;margin-top:10px;font-size:7px}.pool-shell .reward-ring{width:58px;height:58px;top:42px;right:26px}.pool-shell .rate-pills{margin-top:10px}.pool-shell .small-metric-card{padding:12px 16px}.pool-shell .pool-overview{min-height:198px;margin-top:10px;padding:16px 18px}.pool-shell .overview-grid{row-gap:12px;margin-top:12px}.pool-shell .overview-item .number{font-size:clamp(22px,1.82vw,30px)}.pool-shell .overview-item .desc{font-size:7px}.pool-shell .example-strip{min-height:34px;margin-top:12px;padding:7px 12px}.pool-shell .live-payouts{height:38px;margin-top:10px}}@media (max-width:760px){.pool-shell{width:min(100vw - 32px,430px);margin-top:10px;overflow-x:hidden}.pool-mobile-tabbar,.pool-shell .lang-menu-wrapper>.lang-dropdown{display:none!important}.pool-shell .header{-webkit-backdrop-filter:none}.pool-mobile-nav-sheet .lang-option,.pool-mobile-sheet .lang-option{padding:12px 14px;font-size:12px}.pool-shell .orbit-map{display:none}.pool-shell .hex-field{opacity:.42;width:230px;height:230px;display:block}.pool-shell .hex-field.left{top:190px;left:-58px}.pool-shell .hex-field.right{opacity:.34;top:610px;right:-72px}.pool-shell .gold-lattice{opacity:.42;width:92vw;height:230px;display:block}.pool-shell .gold-lattice.one{top:360px;left:-20vw}.pool-shell .gold-lattice.two{opacity:.32;top:920px;right:-22vw}.pool-shell .sacred-grid{opacity:.32;width:250px;height:250px;display:block}.pool-shell .sacred-grid.one{top:460px;left:88%}.pool-shell .rune-ring{opacity:.34;width:150px;height:150px;display:block}.pool-shell .rune-ring.one{bottom:18vh;left:-40px}.pool-shell .rune-ring.two{opacity:.28;top:300px;right:-44px}.pool-shell .aurora-band{opacity:.4;filter:blur(22px);width:94vw;height:24vh}.pool-shell .aurora-band.left{top:84px;left:-42vw}.pool-shell .aurora-band.right{top:620px;bottom:auto;right:-46vw}.pool-shell .star-axis{opacity:.26}.pool-shell .celestial{opacity:.42}.pool-shell .rose-ribbon{opacity:.54;width:138vw;height:58px}.pool-shell .rose-ribbon.one{top:210px;left:-62vw}.pool-shell .rose-ribbon.two{top:760px;right:-72vw}.pool-shell .coin-chain{opacity:.62;width:120px;height:500px}.pool-shell .coin-chain.one{top:130px;left:-44px}.pool-shell .coin-chain.two{top:430px;right:-44px}.pool-shell .diamond-field{opacity:.52;width:330px;height:190px}.pool-shell .diamond-field.one{top:520px;bottom:auto;left:-100px}.pool-shell .diamond-field.two{opacity:.46;top:1030px;right:-130px}.pool-shell .gold-sand{opacity:.66;height:180px}.pool-shell .header{border-radius:9px;grid-template-columns:1fr;grid-template-areas:"left""actions""live";row-gap:8px;height:auto;min-height:0;padding:10px 12px}.pool-shell .header-left{flex-wrap:nowrap;grid-area:left;gap:8px;width:100%;min-width:0}.pool-shell .brand-lockup{flex:1;overflow:hidden}.pool-shell .brand-subtitle,.pool-shell .brand-title{text-overflow:ellipsis;max-width:100%;overflow:hidden}.pool-shell .header-actions{flex-wrap:wrap;grid-area:actions;justify-content:space-between;gap:8px;width:100%}.pool-shell .brand-lockup{gap:8px;min-width:0;margin-left:0}.pool-shell .lang-btn{letter-spacing:.08em;height:30px;padding:0 10px;font-size:8px}.pool-shell .brand-mark{border-radius:7px;width:34px;height:34px}.pool-shell .brand-title{letter-spacing:.08em;font-size:clamp(11px,3.2vw,14px)}.pool-shell .brand-subtitle{letter-spacing:.12em;font-size:6px}.pool-shell .mining-live{order:unset;letter-spacing:.28em;grid-area:live/auto;justify-content:center;font-size:8px}.pool-shell .gold-button{letter-spacing:.07em;min-width:auto;height:26px;padding:0 10px;font-size:7px}.pool-shell .metrics-grid{grid-template-rows:auto;grid-template-columns:1fr;grid-auto-rows:minmax(104px,auto);gap:10px;margin-top:8px}.pool-shell .metrics-grid>.gold-panel:nth-child(2),.pool-shell .metrics-grid>.gold-panel:nth-child(7){grid-column:1}.pool-shell .metrics-grid>.gold-panel{background:radial-gradient(circle at 12% 18%,#ffdc7029,#0000 34%) 0 0/100% 100%,radial-gradient(circle at 88% 30%,#ff2daa1f,#0000 42%) 0 0/100% 100%,linear-gradient(115deg,#0000 0 38%,#ffd87012 46%,#ff2daa0e 56%,#0000 68%) 0 0/170% 170%,linear-gradient(145deg,#140c04db,#080502f0) 0 0/100% 100%;border-color:#ffca5975;border-radius:9px;min-height:104px;padding:12px;box-shadow:0 0 18px #ffb12a1f,inset 0 1px #ffe8a01a,inset 0 0 30px #ffc64a0e}.pool-shell .metrics-grid>.gold-panel:nth-child(2){grid-column:1;align-items:stretch;min-height:168px;padding:14px 12px 72px}.pool-shell .metrics-grid>.gold-panel:nth-child(2) .kicker,.pool-shell .metrics-grid>.gold-panel:nth-child(2) .metric-sub,.pool-shell .metrics-grid>.gold-panel:nth-child(2) .metric-value{z-index:2;width:100%;position:relative}.pool-shell .metrics-grid>.gold-panel:nth-child(7){grid-column:1}.pool-shell .metrics-grid>.gold-panel.small-metric-card{min-height:auto}.pool-shell .pool-overview{background:radial-gradient(circle at 16% 18%,#ffdc7024,#0000 34%),radial-gradient(circle at 88% 26%,#ff2daa1c,#0000 42%),linear-gradient(115deg,#0000 0 38%,#ffd8700e 46%,#ff2daa0d 58%,#0000 70%),linear-gradient(145deg,#140c04db,#080502f0);border-color:#ffca5975}.pool-shell .metrics-grid>.protocol-identity-card{text-align:left;grid-column:1/-1;grid-template-columns:minmax(112px,126px) 1fr;grid-template-areas:"mark name""mark subtitle""chips chips""cta cta";justify-content:stretch;row-gap:6px;min-height:194px;padding:56px 14px 14px;display:grid}.pool-shell .protocol-kicker{letter-spacing:.12em;font-size:8px;top:14px;left:14px}.pool-shell .protocol-orbit{width:108px;height:108px;margin:0;overflow:visible}.pool-shell .protocol-orbit img{object-fit:contain;width:100%;height:100%}.pool-shell .protocol-name{letter-spacing:.08em;white-space:nowrap;grid-area:name;align-self:end;font-size:clamp(13px,3.2vw,17px)}.pool-shell .protocol-subtitle{letter-spacing:.12em;grid-area:subtitle;align-self:start;margin-top:4px;font-size:7px}.pool-shell .status-chips{grid-area:chips;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;width:100%;max-width:none;margin:12px 0 0;display:grid}.pool-shell .status-chips span{letter-spacing:.03em;min-height:24px;padding:0 6px;font-size:6px}.pool-shell .protocol-connected,.pool-shell .protocol-cta{grid-area:cta}.pool-shell .protocol-cta{justify-self:center;width:min(170px,58%);height:34px;margin-top:20px;font-size:8px}.pool-shell .kicker{letter-spacing:.1em;gap:5px;font-size:7px}.pool-shell .kicker:before{width:3px;height:22px}.pool-shell .metric-value{margin-top:9px;font-size:clamp(24px,7vw,32px);line-height:1}.pool-shell .metric-value.small-value,.pool-shell .small-metric-card .metric-value{gap:4px;margin-top:4px;font-size:clamp(18px,5.2vw,24px);line-height:1.05}.pool-shell .small-metric-card .metric-value .muted-small{font-size:7px}.pool-shell .small-metric-card .kicker{letter-spacing:.1em;font-size:8px}.pool-shell .metric-sub{font-size:7px;line-height:1.25}.pool-shell .metrics-grid>.gold-panel:nth-child(2) .micro-chart{opacity:.78;width:100%;height:68px;bottom:0;left:0;right:0}.pool-shell .micro-chart text[text-anchor=end]{font-size:8px}.pool-shell .active-card:after{opacity:.55;width:76px;height:76px;top:28px;right:8px}.pool-shell .active-orbit{opacity:.5;width:calc(100% + 42px);height:calc(100% + 24px);top:50%;left:50%}.pool-shell .reward-ring{width:52px;height:52px;top:40px;right:12px}.pool-shell .reward-number-wrap{width:min(220px,86%);min-height:52px;margin-left:auto;margin-right:auto;margin-top:8px!important}.pool-shell .reward-number-wrap .metric-value{font-size:clamp(28px,8.5vw,36px)}.pool-shell .reward-shape{clip-path:polygon(16% 6%,84% 6%,94% 40%,80% 94%,20% 94%,6% 40%);opacity:.5;width:108%;max-width:196px;height:120%;top:50%;left:50%;transform:translate(-50%,-50%)}.pool-shell .badge{height:20px;margin-top:8px;padding:0 9px;font-size:6px}.pool-shell .rate-pills{gap:5px;margin-top:8px}.pool-shell .rate-pill,.pool-shell .small-metric-card .rate-pill{letter-spacing:.03em;height:18px;padding:0 6px;font-size:6px}.pool-shell .small-metric-card{justify-content:center;gap:2px;min-height:auto;padding:10px 12px 11px}.pool-shell .pool-overview{border-radius:9px;min-height:auto;padding:14px}.pool-shell .overview-grid{grid-template-columns:1fr;gap:10px}.pool-shell .overview-item .label{letter-spacing:.08em;font-size:7px}.pool-shell .overview-item .number{font-size:clamp(18px,5vw,24px)}.pool-shell .overview-item .desc{display:none}.pool-shell .example-strip{gap:6px;min-height:34px;margin-top:12px;font-size:7px}.pool-shell .live-payouts{border-radius:9px;height:42px}.pool-shell .ticker-track{gap:24px;font-size:7px}.pool-shell .live-payouts,.pool-shell .node-expansion-module,.pool-shell .ops-panel,.pool-shell .pool-overview{width:100%;max-width:100%;overflow:hidden}.pool-shell .assets-panel-stack{gap:12px}.pool-shell .asset-card,.pool-shell .asset-transfer-card{padding:16px 14px!important}.pool-shell .asset-form-card{padding:14px!important}.pool-shell .asset-field-label{letter-spacing:.1em;font-size:10px}.pool-shell .asset-form-stack,.pool-shell .asset-transfer-controls{gap:10px}.pool-shell .asset-form-input,.pool-shell .asset-transfer-controls .mining-input{height:42px;padding:0 12px!important;font-size:14px!important}.pool-shell .asset-transfer-actions{grid-template-columns:92px minmax(0,1fr);gap:9px}.pool-shell .asset-percent-btn,.pool-shell .asset-submit-btn{height:42px;min-height:42px}.pool-shell .asset-submit-btn{letter-spacing:.06em;padding:0 12px;font-size:10px}.pool-shell .status-bar{text-align:center;flex-direction:column;align-items:stretch}.pool-shell .testimonial-grid{grid-template-columns:1fr}.pool-shell .metrics-grid>.gold-panel,.pool-shell .pool-overview{text-align:center;flex-direction:column;align-items:center;display:flex}.pool-shell .metrics-grid .kicker,.pool-shell .ops-panel>.kicker,.pool-shell .pool-overview>.kicker{justify-content:center;width:100%}.pool-shell .metrics-grid .kicker:before,.pool-shell .pool-overview>.kicker:before{display:none}.pool-shell .metrics-grid .badge,.pool-shell .metrics-grid .metric-sub,.pool-shell .metrics-grid .metric-value,.pool-shell .metrics-grid .rate-pills{justify-content:center;margin-left:auto;margin-right:auto}.pool-shell .number-orbit-wrap{justify-content:center;width:100%}.pool-shell .pool-overview .overview-grid{justify-items:center;width:100%}.pool-shell .pool-overview .overview-item{text-align:center;width:100%}.pool-shell .metrics-grid>.protocol-identity-card{text-align:center;flex-direction:column;grid-template-columns:1fr;grid-template-areas:"mark""name""subtitle""cta";justify-content:center;align-items:center;min-height:220px;padding:44px 14px 14px;display:flex}.pool-shell .protocol-kicker{letter-spacing:.06em;white-space:nowrap;justify-content:center;width:100%;margin-bottom:4px;font-size:7px;position:relative;top:auto;left:auto;transform:none}.pool-shell .protocol-orbit{grid-area:mark;justify-self:center;width:104px;height:104px;margin:0 auto}.pool-shell .protocol-name,.pool-shell .protocol-subtitle{text-align:center;width:100%;margin-top:8px}.pool-shell .protocol-connected,.pool-shell .protocol-cta{justify-self:center;margin-left:auto;margin-right:auto}.pool-mobile-tabbar{display:none!important}.pool-shell{padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))}.pool-shell .account-dashboard .step-row.done{display:none}.pool-shell .account-dashboard.ops-panel{margin-top:16px;padding:16px 14px}.pool-shell .account-dashboard>.kicker{letter-spacing:.2em;margin-bottom:14px;font-size:9px}.pool-shell .account-dashboard-top{margin-bottom:0}.pool-shell .account-dashboard .mobile-account-hero{margin-bottom:12px;padding:16px 14px}.pool-shell .account-dashboard .mobile-account-hero-title{text-align:center;margin-bottom:12px;font-size:12px}.pool-shell .account-dashboard .mobile-account-hero-row1{margin-bottom:12px}.pool-shell .account-dashboard .mobile-account-hero-id{font-size:17px}.pool-shell .account-dashboard .mobile-account-hero-credit{font-size:13px}.pool-shell .account-dashboard .mobile-account-hero-row2{flex-wrap:unset;grid-template-columns:repeat(3,1fr);gap:8px;padding-top:12px;font-size:10px;line-height:1.35;display:grid}.pool-shell .account-dashboard .mobile-account-hero-row2>span{text-align:center;background:#00000038;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:56px;padding:10px 6px;display:flex}.pool-shell .account-dashboard .mobile-account-hero-row2>span b{font-size:15px;line-height:1.1;display:block}.pool-shell .account-dashboard .mobile-account-stats{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:14px}.pool-shell .account-dashboard .mobile-account-stats>:nth-child(3){grid-column:auto}.pool-shell .account-dashboard .mobile-account-stat{flex-direction:column;justify-content:center;align-items:center;min-height:78px;padding:12px 8px;display:flex}.pool-shell .account-dashboard .mobile-account-stat-label{margin-bottom:8px;font-size:9px;line-height:1.3}.pool-shell .account-dashboard .mobile-account-stat-value{word-break:break-all;font-size:clamp(13px,3.8vw,20px)}.pool-shell .account-dashboard-body{gap:12px}.pool-shell .account-dashboard .account-exchange{min-height:0;padding:16px 14px}.pool-shell .account-dashboard .account-exchange-summary{text-align:center;min-height:48px;margin-bottom:14px}.pool-shell .account-dashboard .account-exchange-card-label{margin-bottom:8px;font-size:10px}.pool-shell .account-dashboard .account-exchange-meta{font-size:10px;line-height:1.4}.pool-shell .account-dashboard .account-exchange-actions{flex-wrap:wrap;gap:8px}.pool-shell .account-dashboard .account-exchange-actions .mining-input{flex:100%;width:100%;height:42px;padding:0 12px;font-size:14px}.pool-shell .account-dashboard .account-exchange-max-btn{flex:calc(50% - 4px);height:42px;padding:0 12px;font-size:11px}.pool-shell .account-dashboard .account-exchange-actions .btn-gold{flex:calc(50% - 4px);justify-content:center;height:42px;padding:0 10px;font-size:10px}.pool-shell .account-dashboard .account-exchange-estimate{text-align:center;min-height:16px;margin-top:8px;font-size:10px}}@media (min-width:761px){.pool-shell .account-dashboard-top{margin-bottom:8px}.pool-shell .mobile-account-hero{padding:20px 24px}.pool-shell .mobile-account-hero-row1{font-size:15px}.pool-shell .mobile-account-hero-id{font-size:18px}.pool-shell .mobile-account-hero-credit{font-size:15px}.pool-shell .mobile-account-hero-row2{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:4px;padding-top:14px;font-size:14px;display:grid}.pool-shell .mobile-account-hero-row2>span{text-align:center;background:#0003;border:1px solid #ffffff14;border-radius:8px;padding:12px 10px}.pool-shell .mobile-account-stats{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}.pool-shell .mobile-account-stats>:nth-child(3){grid-column:auto}.pool-shell .mobile-account-stat{min-height:96px;padding:18px 16px}.pool-shell .mobile-account-stat-value{font-size:32px}.pool-shell .account-dashboard-body{grid-template-columns:1fr 1fr;align-items:stretch;gap:16px}.pool-shell .account-exchange{min-height:120px;padding:18px 16px}.pool-shell .account-exchange-card-label{font-size:11px}.pool-shell .account-dashboard .step-label{letter-spacing:.08em;flex:1;font-size:13px}.pool-shell .account-dashboard .step-desc{font-size:11px}.pool-shell .account-dashboard .btn-gold{height:36px;font-size:11px}.pool-shell .account-dashboard .btn-sm{height:36px;font-size:10px}.pool-shell .account-dashboard .mining-input{height:40px;font-size:14px}.pool-shell .account-exchange-hint,.pool-shell .account-exchange-meta{font-size:11px}.pool-shell .account-exchange-max-btn{height:40px;padding:0 14px;font-size:11px}.pool-shell .account-exchange-estimate{font-size:11px}}@media (min-width:1200px){.pool-shell .account-dashboard-body{grid-template-columns:1fr 1fr;gap:16px}}@media (min-width:1101px){.pool-shell .metrics-grid.metrics-grid--home{grid-template-rows:clamp(250px,15.8vw,300px);grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:unset;align-items:stretch}.pool-shell .metrics-grid.metrics-grid--home>.gold-panel{height:100%;min-height:0}.pool-shell .metrics-grid.metrics-grid--home>.protocol-identity-card{grid-row:auto;justify-content:center;padding:clamp(18px,1.35vw,26px) clamp(18px,1.6vw,28px)}.pool-shell .metrics-grid.metrics-grid--home .protocol-orbit{width:clamp(118px,7.8vw,148px);height:clamp(118px,7.8vw,148px);margin:0 auto clamp(8px,.65vw,12px)}.pool-shell .metrics-grid.metrics-grid--home .protocol-orbit img{transform:translateY(0)scale(.96)}.pool-shell .metrics-grid.metrics-grid--home .protocol-name{letter-spacing:.1em;margin-top:0;font-size:clamp(12px,.82vw,15px)}.pool-shell .metrics-grid.metrics-grid--home .protocol-subtitle{margin-top:3px;font-size:clamp(5px,.38vw,7px)}.pool-shell .metrics-grid.metrics-grid--home .protocol-cta{width:min(150px,72%);height:clamp(28px,1.9vw,34px);margin-top:clamp(8px,.62vw,12px);font-size:clamp(8px,.5vw,10px)}.pool-shell .metrics-grid.metrics-grid--home .protocol-identity-card--connected .protocol-orbit{width:clamp(132px,8.8vw,166px);height:clamp(132px,8.8vw,166px);margin-bottom:clamp(10px,.78vw,14px)}.pool-shell .metrics-grid.metrics-grid--home .protocol-identity-card--connected .protocol-name{font-size:clamp(13px,.92vw,17px)}.pool-shell .metrics-grid.metrics-grid--home .protocol-identity-card--connected .protocol-subtitle{font-size:clamp(6px,.42vw,8px)}.pool-shell .metrics-grid.metrics-grid--home>.gold-panel:nth-child(2),.pool-shell .metrics-grid.metrics-grid--home>.gold-panel:nth-child(3),.pool-shell .metrics-grid.metrics-grid--home>.gold-panel:nth-child(4){justify-content:center}.pool-shell .metrics-grid.metrics-grid--home>.gold-panel:nth-child(2) .metric-value,.pool-shell .metrics-grid.metrics-grid--home>.gold-panel:nth-child(3) .metric-value,.pool-shell .metrics-grid.metrics-grid--home>.gold-panel:nth-child(4) .metric-value{margin-top:clamp(18px,1.45vw,28px)}.pool-shell .metrics-grid.metrics-grid--home>.gold-panel:nth-child(2){justify-content:flex-start;align-items:stretch;padding:clamp(20px,1.55vw,28px) clamp(20px,1.65vw,30px) clamp(92px,6.7vw,112px)}.pool-shell .metrics-grid.metrics-grid--home>.gold-panel:nth-child(2) .metric-value{margin-top:clamp(14px,1.05vw,20px);font-size:clamp(44px,3.15vw,58px);line-height:.9}.pool-shell .metrics-grid.metrics-grid--home>.gold-panel:nth-child(2) .metric-sub{margin-top:clamp(6px,.45vw,8px)}.pool-shell .metrics-grid.metrics-grid--home>.gold-panel:nth-child(2) .micro-chart{opacity:.76;height:clamp(58px,4.7vw,78px);bottom:clamp(14px,1.15vw,22px);left:clamp(20px,1.45vw,28px);right:clamp(20px,1.45vw,28px)}}@media (max-width:420px){.pool-shell .header{grid-template-columns:1fr}.pool-shell .header-left{width:100%}.pool-shell .header-actions{order:unset;justify-content:space-between;width:100%}.pool-shell .mining-live{order:unset;justify-content:center}.pool-shell .gold-button{flex:auto;justify-content:center;min-width:0}.pool-shell .metrics-grid>.protocol-identity-card{text-align:center;grid-template-columns:1fr;grid-template-areas:"mark""name""subtitle""chips""cta";min-height:256px;padding:44px 14px 14px}.pool-shell .protocol-kicker{top:12px;left:14px}.pool-shell .protocol-orbit{justify-self:center;width:104px;height:104px}.pool-shell .protocol-orbit img{width:100%;height:100%}.pool-shell .protocol-name{letter-spacing:.06em;margin-top:10px;font-size:13px}.pool-shell .protocol-subtitle{margin-top:2px;font-size:6px}.pool-shell .status-chips{gap:5px}.pool-shell .status-chips span{font-size:5.5px}.pool-shell .protocol-cta{width:150px}.pool-shell .account-dashboard .mobile-account-hero-row2{gap:6px;font-size:9px}.pool-shell .account-dashboard .mobile-account-hero-row2>span{min-height:52px;padding:8px 4px}.pool-shell .account-dashboard .mobile-account-hero-row2>span b{font-size:13px}.pool-shell .account-dashboard .mobile-account-stat{min-height:70px;padding:10px 6px}.pool-shell .account-dashboard .mobile-account-stat-label{font-size:8px}.pool-shell .account-dashboard .mobile-account-stat-value{font-size:clamp(11px,3.4vw,16px)}.pool-shell .account-dashboard .account-exchange-actions .btn-gold{letter-spacing:.06em;font-size:9px}}@media (max-width:380px){.pool-shell .asset-transfer-actions{grid-template-columns:minmax(0,1fr)}.pool-shell .asset-percent-btn,.pool-shell .asset-submit-btn{width:100%}}.pool-shell.power-eco,.pool-shell.power-hidden{--bg-panel:#110b04e6;--bg-panel-strong:#150d05f0}.pool-shell.power-eco .pool-bg,.pool-shell.power-hidden .pool-bg{background:radial-gradient(circle at 14% 4%,#00a0c81a,transparent 30%),radial-gradient(circle at 86% 0,#ffc24621,transparent 34%),linear-gradient(180deg,var(--bg-black),var(--bg-deep) 58%,var(--bg-black))}.pool-shell.power-eco .pool-bg:before,.pool-shell.power-hidden .pool-bg:before{opacity:.18;background-size:132px 132px;-webkit-mask-image:none;mask-image:none}.pool-shell.power-eco .pool-bg:after,.pool-shell.power-hidden .pool-bg:after{opacity:.26;filter:none!important;animation:none!important;transform:none!important}.pool-shell.power-eco .gradient-layer,.pool-shell.power-hidden .gradient-layer{opacity:.18;filter:none!important;will-change:auto!important;animation:none!important;transform:none!important}.pool-shell.power-eco #dust,.pool-shell.power-eco .celestial,.pool-shell.power-eco .gradient-layer.layer-3,.pool-shell.power-eco .gradient-layer.layer-4,.pool-shell.power-eco .gradient-layer.layer-5,.pool-shell.power-eco .stage-object,.pool-shell.power-hidden #dust,.pool-shell.power-hidden .celestial,.pool-shell.power-hidden .gradient-layer.layer-3,.pool-shell.power-hidden .gradient-layer.layer-4,.pool-shell.power-hidden .gradient-layer.layer-5,.pool-shell.power-hidden .stage-object{display:none!important}.pool-shell.power-eco *,.pool-shell.power-hidden *{scroll-behavior:auto!important}.pool-shell.power-eco .gold-panel,.pool-shell.power-eco .mobile-tab-panel,.pool-shell.power-eco .ops-panel{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:0 10px 28px #0000003d,inset 0 0 18px #ffc44906!important}.pool-shell.power-eco button,.pool-shell.power-hidden button{transition-duration:80ms!important}.pool-shell.power-eco .gold-panel{animation-play-state:running,paused!important}.pool-shell.power-eco .gold-button:before,.pool-shell.power-eco .gold-panel:before,.pool-shell.power-eco .metric-value,.pool-shell.power-eco .overview-item .number,.pool-shell.power-eco .perf-offscreen,.pool-shell.power-eco .perf-offscreen *,.pool-shell.power-eco .perf-offscreen :after,.pool-shell.power-eco .perf-offscreen :before,.pool-shell.power-eco .perf-offscreen:after,.pool-shell.power-eco .perf-offscreen:before,.pool-shell.power-eco .protocol-cta:before,.pool-shell.power-eco .rate-pill b,.pool-shell.power-eco .testimonial-card .tm-amount{animation-play-state:paused!important}@media (prefers-reduced-motion:reduce){.pool-shell *,.pool-shell :after,.pool-shell :before{scroll-behavior:auto!important;animation-duration:1ms!important;animation-iteration-count:1!important}}:root{--bg-deep:#030304;--text:#fff1b8;--font-sans:Rajdhani,Inter,"PingFang SC","Microsoft YaHei","Noto Sans SC",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*,:after,:before{box-sizing:border-box}body,html{color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#030304;min-height:100vh;margin:0;padding:0;overflow-x:hidden}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}