html[dir=ltr],[data-sonner-toaster][dir=ltr]{--toast-icon-margin-start: -3px;--toast-icon-margin-end: 4px;--toast-svg-margin-start: -1px;--toast-svg-margin-end: 0px;--toast-button-margin-start: auto;--toast-button-margin-end: 0;--toast-close-button-start: 0;--toast-close-button-end: unset;--toast-close-button-transform: translate(-35%, -35%)}html[dir=rtl],[data-sonner-toaster][dir=rtl]{--toast-icon-margin-start: 4px;--toast-icon-margin-end: -3px;--toast-svg-margin-start: 0px;--toast-svg-margin-end: -1px;--toast-button-margin-start: 0;--toast-button-margin-end: auto;--toast-close-button-start: unset;--toast-close-button-end: 0;--toast-close-button-transform: translate(35%, -35%)}[data-sonner-toaster]{position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1: hsl(0, 0%, 99%);--gray2: hsl(0, 0%, 97.3%);--gray3: hsl(0, 0%, 95.1%);--gray4: hsl(0, 0%, 93%);--gray5: hsl(0, 0%, 90.9%);--gray6: hsl(0, 0%, 88.7%);--gray7: hsl(0, 0%, 85.8%);--gray8: hsl(0, 0%, 78%);--gray9: hsl(0, 0%, 56.1%);--gray10: hsl(0, 0%, 52.3%);--gray11: hsl(0, 0%, 43.5%);--gray12: hsl(0, 0%, 9%);--border-radius: 8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:none;z-index:999999999;transition:transform .4s ease}@media (hover: none) and (pointer: coarse){[data-sonner-toaster][data-lifted=true]{transform:none}}[data-sonner-toaster][data-x-position=right]{right:var(--offset-right)}[data-sonner-toaster][data-x-position=left]{left:var(--offset-left)}[data-sonner-toaster][data-x-position=center]{left:50%;transform:translate(-50%)}[data-sonner-toaster][data-y-position=top]{top:var(--offset-top)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--offset-bottom)}[data-sonner-toast]{--y: translateY(100%);--lift-amount: calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:none;overflow-wrap:anywhere}[data-sonner-toast][data-styled=true]{padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px #0000001a;width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}[data-sonner-toast]:focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}[data-sonner-toast][data-y-position=top]{top:0;--y: translateY(-100%);--lift: 1;--lift-amount: calc(1 * var(--gap))}[data-sonner-toast][data-y-position=bottom]{bottom:0;--y: translateY(100%);--lift: -1;--lift-amount: calc(var(--lift) * var(--gap))}[data-sonner-toast][data-styled=true] [data-description]{font-weight:400;line-height:1.4;color:#3f3f3f}[data-rich-colors=true][data-sonner-toast][data-styled=true] [data-description]{color:inherit}[data-sonner-toaster][data-sonner-theme=dark] [data-description]{color:#e8e8e8}[data-sonner-toast][data-styled=true] [data-title]{font-weight:500;line-height:1.5;color:inherit}[data-sonner-toast][data-styled=true] [data-icon]{display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}[data-sonner-toast][data-promise=true] [data-icon]>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}[data-sonner-toast][data-styled=true] [data-icon]>*{flex-shrink:0}[data-sonner-toast][data-styled=true] [data-icon] svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}[data-sonner-toast][data-styled=true] [data-content]{display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;font-weight:500;cursor:pointer;outline:none;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}[data-sonner-toast][data-styled=true] [data-button]:focus-visible{box-shadow:0 0 0 2px #0006}[data-sonner-toast][data-styled=true] [data-button]:first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}[data-sonner-toast][data-styled=true] [data-cancel]{color:var(--normal-text);background:#00000014}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-styled=true] [data-cancel]{background:#ffffff4d}[data-sonner-toast][data-styled=true] [data-close-button]{position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);background:var(--normal-bg);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast][data-styled=true] [data-close-button]:focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}[data-sonner-toast][data-styled=true] [data-disabled=true]{cursor:not-allowed}[data-sonner-toast][data-styled=true]:hover [data-close-button]:hover{background:var(--gray2);border-color:var(--gray5)}[data-sonner-toast][data-swiping=true]:before{content:"";position:absolute;left:-100%;right:-100%;height:100%;z-index:-1}[data-sonner-toast][data-y-position=top][data-swiping=true]:before{bottom:50%;transform:scaleY(3) translateY(50%)}[data-sonner-toast][data-y-position=bottom][data-swiping=true]:before{top:50%;transform:scaleY(3) translateY(-50%)}[data-sonner-toast][data-swiping=false][data-removed=true]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:scaleY(2)}[data-sonner-toast][data-expanded=true]:after{content:"";position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}[data-sonner-toast][data-mounted=true]{--y: translateY(0);opacity:1}[data-sonner-toast][data-expanded=false][data-front=false]{--scale: var(--toasts-before) * .05 + 1;--y: translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}[data-sonner-toast]>*{transition:opacity .4s}[data-sonner-toast][data-x-position=right]{right:0}[data-sonner-toast][data-x-position=left]{left:0}[data-sonner-toast][data-expanded=false][data-front=false][data-styled=true]>*{opacity:0}[data-sonner-toast][data-visible=false]{opacity:0;pointer-events:none}[data-sonner-toast][data-mounted=true][data-expanded=true]{--y: translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}[data-sonner-toast][data-removed=true][data-front=true][data-swipe-out=false]{--y: translateY(calc(var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=true]{--y: translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=false]{--y: translateY(40%);opacity:0;transition:transform .5s,opacity .2s}[data-sonner-toast][data-removed=true][data-front=false]:before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y, 0px)) translate(var(--swipe-amount-x, 0px));transition:none}[data-sonner-toast][data-swiped=true]{-webkit-user-select:none;user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width: 600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-sonner-theme=light]{--normal-bg: #fff;--normal-border: var(--gray4);--normal-text: var(--gray12);--success-bg: hsl(143, 85%, 96%);--success-border: hsl(145, 92%, 87%);--success-text: hsl(140, 100%, 27%);--info-bg: hsl(208, 100%, 97%);--info-border: hsl(221, 91%, 93%);--info-text: hsl(210, 92%, 45%);--warning-bg: hsl(49, 100%, 97%);--warning-border: hsl(49, 91%, 84%);--warning-text: hsl(31, 92%, 45%);--error-bg: hsl(359, 100%, 97%);--error-border: hsl(359, 100%, 94%);--error-text: hsl(360, 100%, 45%)}[data-sonner-toaster][data-sonner-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--normal-text: var(--gray1)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg: #fff;--normal-border: var(--gray3);--normal-text: var(--gray12)}[data-sonner-toaster][data-sonner-theme=dark]{--normal-bg: #000;--normal-bg-hover: hsl(0, 0%, 12%);--normal-border: hsl(0, 0%, 20%);--normal-border-hover: hsl(0, 0%, 25%);--normal-text: var(--gray1);--success-bg: hsl(150, 100%, 6%);--success-border: hsl(147, 100%, 12%);--success-text: hsl(150, 86%, 65%);--info-bg: hsl(215, 100%, 6%);--info-border: hsl(223, 43%, 17%);--info-text: hsl(216, 87%, 65%);--warning-bg: hsl(64, 100%, 6%);--warning-border: hsl(60, 100%, 9%);--warning-text: hsl(46, 87%, 65%);--error-bg: hsl(358, 76%, 10%);--error-border: hsl(357, 89%, 16%);--error-text: hsl(358, 100%, 81%)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success],[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info],[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning],[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error],[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size: 16px;height:var(--size);width:var(--size);position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:nth-child(1){animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}to{opacity:.15}}@media (prefers-reduced-motion){[data-sonner-toast],[data-sonner-toast]>*,.sonner-loading-bar{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}:root{--color-page: #050607;--color-panel: rgba(11, 13, 15, .92);--color-panel-strong: rgba(12, 13, 15, .95);--color-text: #ffffff;--color-muted: rgba(233, 238, 242, .72);--color-muted-soft: rgba(233, 238, 242, .5);--color-line: rgba(255, 255, 255, .1);--color-line-accent: rgba(151, 167, 179, .28);--color-accent: #b9c5cf;--color-accent-deep: #3f4d59;--color-accent-blue: #86a6c0;--color-accent-gold: #dfd0a5;--content-width: min( calc(100vw - 72px) , 1680px)}html,body,#root{min-height:100%;margin:0;overflow-x:clip}*{box-sizing:border-box}body{background:var(--color-page);color:var(--color-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.home-page{min-height:100vh;background:repeating-linear-gradient(128deg,rgba(118,135,148,.08) 0 1px,transparent 1px 72px),repeating-linear-gradient(38deg,rgba(255,255,255,.024) 0 1px,transparent 1px 54px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),var(--color-page);background-position:center;background-size:100% 100%,100% 100%,80px 80px,auto;overflow-x:clip;overflow-y:visible;position:relative}.home-section-divider{position:relative;z-index:1;width:var(--content-width);height:1px;margin:0 auto;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08) 12%,rgba(255,255,255,.32) 50%,rgba(255,255,255,.08) 88%,transparent)}.home-section-divider:after{position:absolute;top:50%;left:50%;width:7px;height:7px;content:"";border:1px solid rgba(255,255,255,.32);border-radius:999px;background:var(--color-page);transform:translate(-50%,-50%)}.site-nav{position:fixed;top:18px;left:50%;z-index:20;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;width:var(--content-width);min-height:58px;padding:8px 10px 8px 18px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:#080a0cc2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform:translate(-50%)}.site-nav a,.site-nav button{color:var(--color-text);font:inherit;font-size:13px;font-weight:850;letter-spacing:0;text-decoration:none;text-transform:uppercase}.site-nav .site-nav-brand{justify-self:start;color:var(--color-text);font-size:18px;font-weight:900;text-transform:none}.site-nav-links{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff09}.site-nav-links a{min-width:86px;padding:12px 16px;border-radius:6px;color:#ffffffad;text-align:center}.site-nav-links a:hover,.site-nav-links a:focus-visible{color:var(--color-text);background:#ffffff12}.site-nav-login{display:inline-flex;align-items:center;justify-content:center;justify-self:end;min-height:42px;padding:0 18px;border:1px solid rgba(201,214,224,.28);border-radius:7px;background:#ffffff0b;cursor:pointer}.site-nav-user{max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-nav-login:hover,.site-nav-login:focus-visible{border-color:#c9d6e07a;background:#ffffff13}.hero-shell{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;align-content:center;gap:clamp(44px,4vw,72px);width:var(--content-width);min-height:100dvh;margin:0 auto;padding:clamp(116px,12vh,138px) 0 clamp(112px,12vh,138px);scroll-margin-top:100px}.hero-copy{min-width:0;max-width:760px}.hero-copy h1{margin:0;color:var(--color-text);font-size:clamp(46px,2.7vw,52px);font-weight:900;line-height:1.05;letter-spacing:0;text-transform:uppercase;text-wrap:balance;white-space:normal}.hero-copy h1 span{display:block;margin-top:6px;color:transparent;background:linear-gradient(90deg,var(--color-accent) 0%,var(--color-accent-blue) 54%,var(--color-accent-gold) 100%);background-clip:text;-webkit-background-clip:text;text-shadow:none;text-wrap:balance;white-space:normal}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:42px;scroll-margin-top:116px}.hero-button{display:inline-flex;align-items:center;justify-content:center;min-width:166px;min-height:60px;padding:0 25px;border-radius:9px;color:var(--color-text);font-size:15px;font-weight:850;letter-spacing:0;text-decoration:none;text-transform:uppercase}.hero-button-primary{flex-direction:column;gap:3px;border:1px solid rgba(201,214,224,.54);background:linear-gradient(180deg,#4d5c69fa,#2b333cfa);box-shadow:inset 0 1px #ffffff38}.hero-button-primary small{color:#ebf2f6b8;font-size:10px;font-weight:900;line-height:1;text-transform:uppercase}.hero-button-secondary{border:1px solid var(--color-line-accent);background:#080a0ce6;box-shadow:inset 0 1px #ffffff14}.hero-button-premium{flex-direction:column;gap:3px;min-width:184px;border:1px solid rgba(88,238,133,.44);color:#effff4;background:linear-gradient(180deg,#2f8e4cfa,#185b30fa),#080a0ce6;box-shadow:0 14px 36px #13703638,inset 0 1px #ffffff2e}.hero-button-premium small{color:#e6ffefbd;font-size:10px;font-weight:900;line-height:1;text-transform:uppercase}.hero-payment-strip{display:flex;align-items:center;flex-wrap:nowrap;width:fit-content;max-width:min(100%,510px);min-height:40px;gap:6px;margin-top:10px;padding:5px 7px;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#ebf2f6d6;background:#090b0de6;box-shadow:inset 0 1px #ffffff0e;text-decoration:none}.hero-payment-provider{display:inline-flex;align-items:center;min-height:28px}.hero-payment-mark{display:inline-flex;align-items:center;justify-content:center;min-width:82px;min-height:28px;padding:0 10px;border:1px solid rgba(130,126,255,.52);border-radius:7px;color:#fff;background:linear-gradient(135deg,#635bfffa,#4f46e5eb),#14161cf0;box-shadow:inset 0 1px #ffffff29;font-size:15px;font-weight:900;line-height:1}.hero-stripe-wordmark{display:inline-block;color:#fff;font-size:13px;font-weight:950;letter-spacing:-.02em;line-height:1}.hero-payment-methods{display:flex;align-items:center;flex:0 1 auto;flex-wrap:nowrap;gap:4px;min-width:0}.hero-payment-methods>span{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:28px;padding:0 7px;border:1px solid rgba(255,255,255,.1);border-radius:7px;color:#ebf2f6c7;background:#ffffff0b;font-size:10.25px;font-weight:850;line-height:1;white-space:nowrap}.hero-payment-method-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.hero-payment-methods>span>svg{display:block;flex:0 0 auto;width:auto;height:15px}.hero-payment-methods>span>.hero-payment-logo-card,.hero-payment-methods>span>.hero-payment-logo-apple,.hero-payment-methods>span>.hero-payment-logo-google{height:15px}.hero-payment-methods>span>.hero-payment-logo-cash{height:14px}.hero-payment-strip strong{margin-left:4px;padding:0 3px;color:#7cffaa;font-size:11px;font-weight:950;line-height:1;text-transform:uppercase;white-space:nowrap}.hero-payment-strip:hover,.hero-payment-strip:focus-visible{border-color:#ffffff2e;background:#0c0e11f0;box-shadow:inset 0 1px #ffffff14}.hero-button-premium:hover,.hero-button-premium:focus-visible{border-color:#88ffab9e;box-shadow:0 16px 44px #13703647,inset 0 1px #ffffff38}.hero-or{color:#ffffffa3;font-size:13px;font-weight:900;letter-spacing:0}.hero-community{display:flex;align-items:center;flex-wrap:wrap;width:fit-content;max-width:100%;gap:7px;margin-top:10px;padding:4px 5px;color:var(--color-muted);border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#080a0c9e;font-size:12px;font-weight:800;line-height:1.35}.hero-community-icon{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;color:#fff;border:1px solid rgba(130,151,255,.34);border-radius:6px;background:linear-gradient(180deg,#5c6de8f2,#404cb8f2);box-shadow:inset 0 1px #ffffff2e}.hero-community-icon svg{width:15px;height:15px;fill:currentColor}.hero-community-copy strong{color:var(--color-text);font-weight:900}.hero-community-copy{display:inline-flex;align-items:center;flex-wrap:wrap;gap:4px;padding:0 3px}.hero-community-link{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 9px;color:var(--color-text);border:1px solid rgba(201,214,224,.34);border-radius:6px;background:linear-gradient(180deg,#4d5c69fa,#2b333cfa);box-shadow:inset 0 1px #fff3;font-size:10px;font-weight:850;letter-spacing:0;text-decoration:none;text-transform:uppercase}.showcase-nav-button svg,.hero-scroll-cue-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.hero-scroll-cue{position:absolute;bottom:32px;left:50%;display:flex;align-items:center;justify-content:center;width:min(420px,32vw);height:46px;color:var(--color-muted);opacity:1;text-decoration:none;transform:translate(-50%);transition:opacity .18s ease,transform .18s ease}.hero-scroll-cue:before{position:absolute;inset:50% 0 auto;height:1px;content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),rgba(255,255,255,.34),rgba(255,255,255,.12),transparent)}.hero-scroll-cue-icon{position:relative;display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#080a0cf0}.hero-scroll-cue-hidden{pointer-events:none;opacity:0;transform:translate(-50%,10px)}.hero-showcase{position:relative;min-width:0;width:100%;max-width:820px;justify-self:end;perspective:1200px}.showcase-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.showcase-game{display:flex;align-items:center;min-width:0;gap:12px}.showcase-game-icon{width:46px;height:46px;flex:0 0 46px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:var(--color-panel);object-fit:cover}.showcase-game h2{margin:0;color:var(--color-text);font-size:19px;font-weight:900;line-height:1.1;letter-spacing:0;text-transform:uppercase}.showcase-controls{display:flex;align-items:center;flex:0 0 auto;gap:9px}.showcase-nav-button{display:grid;place-items:center;width:38px;height:38px;padding:0;color:#ffffffd1;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:#0a0c0ec7;cursor:pointer}.showcase-nav-button:disabled{cursor:default;opacity:.42}.showcase-dots{display:flex;align-items:center;min-width:24px;gap:6px}.showcase-dot{width:7px;height:7px;border-radius:999px;background:#ffffff38}.showcase-dot-active{width:18px;background:var(--color-accent)}.hero-preview{border:1px solid var(--color-line);border-radius:8px;background:var(--color-panel-strong);overflow:hidden;transform:translateZ(0) rotateX(0) rotateY(0);transform-style:preserve-3d;transition:border-color .18s ease,box-shadow .18s ease;will-change:transform}.hero-showcase:hover .hero-preview{border-color:#ffffff2e;box-shadow:0 22px 60px #00000057}.hero-preview img{display:block;width:100%;height:auto;transform:translateZ(28px) scale(1.015);transform-origin:center}.hero-preview-missing{display:grid;min-height:420px;place-items:center;padding:40px;color:var(--color-text);text-align:center}.hero-preview-missing span{color:var(--color-muted);font-size:14px;font-weight:800;letter-spacing:0;text-transform:uppercase}.hero-preview-missing strong{display:block;margin-top:8px;font-size:28px;font-weight:900;letter-spacing:0}@media (prefers-reduced-motion: reduce){.hero-preview,.hero-showcase:hover .hero-preview{box-shadow:none;transform:none;transition:none}.hero-preview img{transform:none}}.key-section{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:clamp(44px,4vw,72px);width:var(--content-width);min-height:min(820px,92dvh);margin:0 auto;padding:clamp(96px,10vh,128px) 0;scroll-margin-top:116px}.key-section-following{align-items:start}.section-eyebrow{margin:0 0 14px;color:var(--color-muted-soft);font-size:13px;font-weight:900;letter-spacing:0;text-transform:uppercase}.key-copy h2{max-width:720px;margin:0;color:var(--color-text);font-size:clamp(40px,2.55vw,52px);font-weight:900;line-height:1.03;letter-spacing:0;text-transform:uppercase}.key-copy>p:not(.section-eyebrow){max-width:600px;margin:20px 0 0;color:var(--color-muted);font-size:17px;font-weight:650;line-height:1.65}.key-actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-top:36px}.key-provider-select{position:relative;flex:0 0 238px;min-width:218px;z-index:5}.key-provider-trigger{display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:10px;width:100%;min-height:58px;padding:8px 11px;border:1px solid rgba(201,214,224,.24);border-radius:9px;color:var(--color-text);background:linear-gradient(180deg,#ffffff12,#ffffff07),#08090bdb;box-shadow:inset 0 1px #ffffff14;cursor:pointer;font:inherit;text-align:left;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,opacity .16s ease}.key-provider-trigger:hover:not(:disabled),.key-provider-trigger:focus-visible,.key-provider-select-open .key-provider-trigger{border-color:#58ee856b;background:linear-gradient(180deg,#58ee8517,#ffffff08),#080a0aeb;box-shadow:inset 0 1px #ffffff1a,0 12px 32px #00000047}.key-provider-trigger:disabled{cursor:default;opacity:.58}.key-provider-trigger-icon,.key-provider-option-icon{display:grid;place-items:center;border:1px solid rgba(201,214,224,.16);border-radius:8px;background:#ffffff0e}.key-provider-trigger-icon{width:34px;height:34px}.key-provider-option-icon{width:30px;height:30px}.key-provider-trigger-icon img,.key-provider-option-icon img{width:21px;height:21px;border-radius:6px;object-fit:cover}.key-provider-trigger-copy,.key-provider-option-copy{display:grid;gap:2px;min-width:0}.key-provider-trigger-copy small,.key-provider-option-copy small{overflow:hidden;color:var(--color-muted-soft);font-size:10px;font-weight:900;letter-spacing:0;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.key-provider-trigger-copy strong,.key-provider-option-copy strong{overflow:hidden;color:var(--color-text);font-size:13px;font-weight:900;letter-spacing:0;line-height:1.1;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.key-provider-trigger-arrow{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4;opacity:.74;transition:transform .18s ease}.key-provider-select-open .key-provider-trigger-arrow{transform:rotate(180deg)}.key-provider-menu{position:absolute;right:0;left:0;top:calc(100% + 8px);display:grid;gap:4px;padding:6px;border:1px solid rgba(201,214,224,.18);border-radius:9px;background:#090a0cfa;box-shadow:inset 0 1px #ffffff0f,0 18px 48px #0000007a;opacity:0;pointer-events:none;transform:translateY(-6px) scale(.985);transform-origin:top center;transition:opacity .15s ease,transform .15s ease}.key-provider-select-open .key-provider-menu{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.key-provider-menu-option{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;min-height:46px;padding:8px;border:1px solid transparent;border-radius:7px;color:var(--color-text);background:transparent;cursor:pointer;font:inherit;text-align:left;transition:border-color .14s ease,background .14s ease}.key-provider-menu-option:hover,.key-provider-menu-option:focus-visible,.key-provider-menu-option-active{border-color:#58ee8542;background:#58ee8518}.key-provider-menu-option-disabled,.key-provider-menu-option-disabled:hover,.key-provider-menu-option-disabled:focus-visible{color:#e9eef26b;border-color:#c9d6e01a;background:#ffffff06;cursor:not-allowed}.key-provider-menu-option-disabled .key-provider-option-icon,.key-provider-menu-option-disabled .key-provider-option-copy{opacity:.56}.key-action-primary{display:inline-flex;align-items:center;justify-content:center;min-width:184px;min-height:58px;padding:0 24px;color:var(--color-text);border:1px solid rgba(201,214,224,.54);border-radius:9px;background:linear-gradient(180deg,#4d5c69fa,#2b333cfa);box-shadow:inset 0 1px #ffffff38;cursor:pointer;font:inherit;font-size:14px;font-weight:900;letter-spacing:0;text-transform:uppercase;transition:border-color .16s ease,background .16s ease,opacity .16s ease}.key-actions-active{gap:18px}.key-action-primary:disabled{cursor:default;opacity:.56}.key-action-primary-active:disabled{color:#d9ffe5;border-color:#58ee857a;background:linear-gradient(180deg,#1f743eeb,#103622f0);box-shadow:inset 0 1px #fff3;opacity:1}.key-action-primary-following:disabled{color:#eafff0;border-color:#58ee8580;background:linear-gradient(180deg,#268145f0,#113e26f5),#090c0aeb;box-shadow:inset 0 1px #ffffff2e,0 0 0 1px #58ee8514;opacity:1}.key-checkpoint-label{display:inline-flex;align-items:center;min-height:40px;gap:9px;color:var(--color-muted-soft);font-size:13px;font-weight:900;letter-spacing:0;text-transform:uppercase}.key-checkpoint-label img{width:22px;height:22px;border-radius:5px;object-fit:cover}.key-premium-note{display:flex;align-items:center;flex-wrap:wrap;width:fit-content;max-width:100%;gap:10px;margin:18px 0 0;padding:10px 11px 10px 13px;color:var(--color-muted-soft);border:1px solid rgba(88,238,133,.2);border-radius:8px;background:linear-gradient(90deg,#58ee851c,#ffffff06),#080a0cbd;font-size:14px;font-weight:850;line-height:1.35;scroll-margin-top:120px}.key-premium-note a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;color:#ecfff3;border:1px solid rgba(88,238,133,.36);border-radius:7px;background:linear-gradient(180deg,#2b8446f5,#1b5d31f5);box-shadow:inset 0 1px #ffffff29;font-size:12px;font-weight:900;text-decoration:none;text-transform:uppercase}.key-premium-note a:hover,.key-premium-note a:focus-visible{color:#fff;border-color:#88ffab9e}.key-panel{width:100%;max-width:820px;min-width:0;justify-self:end;padding:22px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:var(--color-panel);box-shadow:inset 0 1px #ffffff0f}.key-panel-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08)}.key-panel-header span,.key-output>span{display:block;color:var(--color-muted-soft);font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.key-panel-header strong{display:block;margin-top:5px;color:var(--color-text);font-size:18px;font-weight:900;letter-spacing:0}.key-status-pill,.key-step-state{flex:0 0 auto;border:1px solid rgba(201,214,224,.22);border-radius:999px;color:var(--color-muted);background:#ffffff0b;font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.key-status-pill{padding:8px 12px}.key-status-success{color:#d9ffe5;border-color:#58ee857a;background:#2476412e}.key-status-following{color:#ffd7dc;border-color:#ff4c6057;background:#ff4c6014}.key-status-error{color:#ff9ba8;border-color:#ff5f766b;background:#ff5f7614}.key-steps{display:grid;gap:12px;margin:22px 0;padding:0;list-style:none}.key-step{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:16px;min-height:86px;padding:14px 16px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff09}.key-step-index{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(201,214,224,.28);border-radius:8px;color:var(--color-text);background:#ffffff0b;font-size:13px;font-weight:900}.key-step strong{color:var(--color-text);font-size:16px;font-weight:850;letter-spacing:0}.key-step p{margin:5px 0 0;color:var(--color-muted-soft);font-size:14px;font-weight:650;line-height:1.45}.key-step-state{padding:7px 10px}.key-step-disabled{opacity:.62}.key-step-state-disabled{color:#e9eef28f;border-color:#c9d6e029;background:#ffffff0b}.key-step-state-done{display:grid;width:36px;height:36px;place-items:center;padding:0;border-radius:999px;color:#d9ffe5;border-color:#58ee8557;background:#24764124}.key-step-state-done svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.key-step-state-checking,.key-step-state-creating{color:#f5dc9b;border-color:#f2d47747;background:#f2d47714}.key-step-state-open,.key-step-state-ready{color:#d9ffe5;border-color:#58ee8552;background:#58ee8517}.key-follow-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;margin:-2px 0 18px;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(135deg,#ff364e1a,#58ee8509),#07080aad;box-shadow:inset 0 1px #ffffff0f}.key-panel-header+.key-follow-card{margin-top:18px}.key-follow-card+.key-steps{margin-top:0}.key-follow-copy{min-width:0}.key-follow-copy span{display:block;color:var(--color-muted-soft);font-size:10px;font-weight:900;letter-spacing:0;text-transform:uppercase}.key-follow-copy strong{display:block;margin-top:5px;color:var(--color-text);font-size:17px;font-weight:900;letter-spacing:0;text-transform:uppercase}.key-follow-copy p{max-width:520px;margin:6px 0 0;color:var(--color-muted-soft);font-size:13px;font-weight:700;line-height:1.45}.key-follow-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.key-follow-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 13px;border-radius:7px;cursor:pointer;font:inherit;font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase;transition:border-color .16s ease,background .16s ease,opacity .16s ease}.key-follow-button-video{color:#fff;border:1px solid rgba(37,244,238,.38);background:linear-gradient(180deg,#101218fa,#050508fa);box-shadow:inset 0 1px #ffffff29,0 0 0 1px #fe2c552e}.key-follow-tiktok-icon{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;border-radius:6px;background:#050508;box-shadow:inset 0 0 0 1px #ffffff29}.key-follow-tiktok-icon svg{display:block;width:18px;height:18px}.key-follow-button:disabled{color:#e9eef285;border-color:#c9d6e029;background:#ffffff0b;box-shadow:none;cursor:default;opacity:1}.key-follow-state{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 13px;border:1px solid rgba(88,238,133,.22);border-radius:7px;color:#d9ffe5;background:#1242262e;font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase;white-space:nowrap}.key-follow-list{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.key-follow-list span{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:1px solid rgba(255,255,255,.09);border-radius:7px;color:var(--color-text);background:#ffffff0a;font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.key-follow-progress{position:relative;grid-column:1 / -1;overflow:hidden;height:3px;border-radius:999px;background:#ffffff14}.key-follow-progress:before{position:absolute;inset:0 auto 0 0;width:42%;content:"";border-radius:inherit;background:linear-gradient(90deg,#ff4c6000,#ff4c60db,#58ee85db);animation:key-follow-progress 1.35s ease-in-out infinite}@keyframes key-follow-progress{0%{transform:translate(-110%)}to{transform:translate(250%)}}.key-output{padding:18px;border:1px solid rgba(201,214,224,.16);border-radius:8px;background:#05060785}.key-output-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;margin-top:10px}.key-output code{min-width:0;overflow:hidden;padding:15px 16px;border:1px solid rgba(255,255,255,.08);border-radius:7px;color:var(--color-muted);background:#ffffff09;font-family:inherit;font-size:14px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.key-output-label-active{color:#d9ffe5!important}.key-output button{min-width:92px;padding:0 18px;border:1px solid rgba(255,255,255,.1);border-radius:7px;color:#ffffff70;background:#ffffff0a;font:inherit;font-size:13px;font-weight:900;text-transform:uppercase}.key-output button:not(:disabled),.key-inline-action{color:#d9ffe5;border-color:#58ee8557;background:#24764121;cursor:pointer}.key-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px;margin-top:12px}.key-meta span{color:var(--color-muted-soft);font-size:12px;font-weight:850;letter-spacing:0;text-transform:uppercase}.key-message-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px;margin-top:12px}.key-message{margin:12px 0 0;color:var(--color-muted-soft);font-size:13px;font-weight:700;line-height:1.45}.key-message-row .key-message{margin:0}.key-inline-action{min-height:34px;min-width:0;padding:0 12px;border:1px solid rgba(88,238,133,.34);border-radius:7px;font:inherit;font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.key-message-success{color:#b9f2ca}.key-message-error{color:#ff9ba8}.key-redirect-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:14px;padding:0 16px;border:1px solid rgba(201,214,224,.28);border-radius:7px;color:var(--color-text);background:#ffffff14;font-size:13px;font-weight:900;text-decoration:none;text-transform:uppercase}.key-redirect-link:hover,.key-redirect-link:focus-visible{border-color:#c9d6e07a;background:#ffffff1f}.inapp-ad-overlay{position:fixed;right:18px;bottom:18px;z-index:80;display:grid;place-items:center;max-width:calc(100vw - 36px);pointer-events:none}.inapp-ad-button{display:inline-flex;align-items:center;justify-content:center;min-width:178px;min-height:60px;padding:0 46px;color:#fff;border:1px solid rgba(214,222,255,.56);border-radius:10px;background:linear-gradient(180deg,#7e60fffa,#5c44dafa);box-shadow:0 18px 44px #6b4feb57,inset 0 1px #ffffff38;cursor:pointer;font:inherit;font-size:16px;font-weight:900;letter-spacing:0;text-transform:uppercase;pointer-events:auto;transition:border-color .16s ease,filter .16s ease,transform .16s ease}.inapp-ad-button:hover,.inapp-ad-button:focus-visible{border-color:#ffffffc7;filter:brightness(1.07);outline:none;transform:translateY(-1px)}.premium-purchase-page{display:flex;flex-direction:column;min-height:100vh;padding:112px 0 0;background:repeating-linear-gradient(128deg,rgba(118,135,148,.08) 0 1px,transparent 1px 72px),repeating-linear-gradient(38deg,rgba(255,255,255,.024) 0 1px,transparent 1px 54px),var(--color-page)}.premium-purchase-shell{display:grid;grid-template-areas:"copy copy" "showcase checkout" "details details";grid-template-columns:minmax(0,820px) 360px;align-items:start;justify-content:center;column-gap:18px;row-gap:18px;width:min(calc(100vw - 72px),1228px);margin:0 auto;padding:clamp(34px,4vh,46px) 0 clamp(26px,4vh,40px)}.premium-copy{grid-area:copy;display:grid;gap:12px;max-width:820px}.premium-copy h1{max-width:790px;margin:0;color:var(--color-text);font-size:clamp(46px,2.8vw,56px);font-weight:900;line-height:1.04;letter-spacing:0;text-transform:uppercase}.premium-copy h1 span{display:block}.premium-copy>p:not(.section-eyebrow){max-width:710px;margin:0;color:var(--color-muted);font-size:15px;font-weight:800;line-height:1.42}.premium-showcase-card,.premium-explainer,.premium-checkout-card{border:1px solid rgba(201,214,224,.14);border-radius:8px;background:linear-gradient(180deg,#ffffff0b,#fff0),#0a0c0feb;box-shadow:0 18px 42px #00000042,inset 0 1px #ffffff0f}.premium-showcase-card{grid-area:showcase;position:relative;overflow:hidden;margin:0}.premium-checkout-title>strong{flex:0 0 auto;padding:6px 9px;border:1px solid rgba(88,238,133,.28);border-radius:999px;color:#7dffab;background:#58ee851a;font-size:10px;font-weight:900;text-transform:uppercase}.premium-showcase-card>img{display:block;width:100%;height:auto;aspect-ratio:1121 / 749;object-fit:contain;object-position:top center;animation:premium-showcase-enter .22s ease both}.premium-showcase-controls{position:absolute;top:50%;right:-18px;left:-18px;display:flex;justify-content:space-between;pointer-events:none;transform:translateY(-50%)}.premium-showcase-nav{display:grid;width:36px;height:36px;padding:0;place-items:center;pointer-events:auto;color:#ffffffe6;border:1px solid rgba(255,255,255,.17);border-radius:999px;background:#080a0cd1;box-shadow:0 10px 24px #0000003d;cursor:pointer}.premium-showcase-nav:hover,.premium-showcase-nav:focus-visible{border-color:#ffffff52;background:#121518eb}.premium-showcase-nav svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}@keyframes premium-showcase-enter{0%{opacity:.64;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.premium-explainer{grid-area:details;display:grid;gap:14px;scroll-margin-top:112px;padding:16px}.premium-explainer>span,.premium-period-block>span,.premium-price-ticket-body span,.premium-stripe-widget span,.premium-spec-row span{color:var(--color-muted-soft);font-size:10px;font-weight:900;line-height:1;text-transform:uppercase}.premium-explainer>p{max-width:920px;margin:0;color:var(--color-muted);font-size:14px;font-weight:750;line-height:1.45}.premium-explainer>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.premium-explainer article{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:12px;min-height:56px;padding:12px;border:1px solid rgba(201,214,224,.11);border-radius:8px;background:#ffffff09}.premium-explainer article strong{color:#ecf2f6e6;font-size:13px;font-weight:850;line-height:1.25}.premium-explainer svg,.premium-checkout-title svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5}.premium-explainer svg{width:28px;height:28px;padding:5px;color:#58ee85;border:1px solid rgba(88,238,133,.24);border-radius:7px;background:#58ee8514}.premium-checkout-card{grid-area:checkout;position:sticky;top:112px;display:grid;gap:16px;margin-top:0;padding:20px}.premium-checkout-title{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.08)}.premium-product-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(88,238,133,.26);border-radius:8px;color:#58ee85;background:#58ee851a}.premium-checkout-title h2{margin:0;color:var(--color-text);font-size:17px;font-weight:900;line-height:1.05;text-transform:uppercase}.premium-checkout-title p{margin:4px 0 0;color:var(--color-muted);font-size:12px;font-weight:800}.premium-period-block{display:grid;gap:9px}.premium-period-button{width:100%;min-height:44px;border:1px solid rgba(201,214,224,.14);border-radius:8px;color:var(--color-muted);background:#ffffff0b;font-size:13px;font-weight:900;text-transform:uppercase}.premium-period-button-active{color:#e6fff0;border-color:#58ee856b;background:#58ee851f;box-shadow:0 0 18px #58ee8514}.premium-price-ticket{display:grid;gap:0;width:calc(100% + 12px);margin-inline:-6px;overflow:hidden;border-radius:8px 8px 0 0;--premium-ticket-bg: #1b1d25}.premium-price-ticket-body{display:grid;gap:0;padding:8px 0 10px;border-radius:8px 8px 0 0;background:var(--premium-ticket-bg)}.premium-price-ticket-body>div{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:36px;padding:0 16px}.premium-price-ticket-body p{margin:0;color:#f6f9fbeb;font-size:14px;font-weight:850;line-height:1}.premium-price-ticket-body>div:last-child p{color:var(--color-text);font-size:17px;font-weight:900}.premium-price-teeth{display:block;width:100%;height:18px;margin-top:-1px;background:var(--premium-ticket-bg);clip-path:polygon(0 0,100% 0,100% 100%,96.875% 0,93.75% 100%,90.625% 0,87.5% 100%,84.375% 0,81.25% 100%,78.125% 0,75% 100%,71.875% 0,68.75% 100%,65.625% 0,62.5% 100%,59.375% 0,56.25% 100%,53.125% 0,50% 100%,46.875% 0,43.75% 100%,40.625% 0,37.5% 100%,34.375% 0,31.25% 100%,28.125% 0,25% 100%,21.875% 0,18.75% 100%,15.625% 0,12.5% 100%,9.375% 0,6.25% 100%,3.125% 0,0 100%)}.premium-stripe-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:44px;width:100%;border:1px solid rgba(88,238,133,.36);border-radius:8px;color:#e4ffed;background:linear-gradient(180deg,#2b8446f5,#1b5d31f5);box-shadow:inset 0 1px #ffffff29;font-size:13px;font-weight:900;text-transform:uppercase;cursor:pointer}.premium-stripe-button:disabled{cursor:wait;opacity:.7}.premium-stripe-mark{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:22px;padding:0 9px;border-radius:6px;color:#fff;background:#ffffff21;font-size:15px;font-weight:900;line-height:1;text-transform:none}.premium-stripe-widget{display:grid;gap:6px;padding:12px 14px;border:1px solid rgba(201,214,224,.12);border-radius:8px;background:#ffffff09}.premium-stripe-widget strong{color:#ecf2f6d6;font-size:13px;font-weight:750;line-height:1.35}.premium-checkout-error{position:fixed;right:clamp(18px,3vw,36px);bottom:clamp(18px,3vw,36px);z-index:80;max-width:min(360px,calc(100vw - 36px));margin:0;padding:12px 14px;color:#ff8b98;border:1px solid rgba(255,139,152,.34);border-radius:8px;background:#160b0ef5;box-shadow:0 18px 42px #0000005c,inset 0 1px #ffffff0f;font-size:12px;font-weight:850;line-height:1.35}.premium-discord-help{margin:0;padding:0 0 16px;border-bottom:1px solid rgba(255,255,255,.08);color:var(--color-muted);font-size:12.5px;font-weight:750;line-height:1.45}.premium-discord-help a{color:#7dd3fc;font-weight:900;text-decoration:none}.premium-discord-help a:hover,.premium-discord-help a:focus-visible{color:#b6e7ff;text-decoration:underline}.premium-spec-list{display:grid;gap:10px}.premium-spec-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.premium-spec-row strong{color:#f6f9fbeb;font-size:13px;font-weight:900}.premium-purchase-page .site-footer{margin-top:auto}.premium-purchase-page .site-footer[data-reveal]{opacity:1;transform:none;transition:border-color .18s ease,background-color .18s ease}@media (max-width: 1180px){.premium-purchase-shell{grid-template-areas:"copy" "showcase" "checkout" "details";grid-template-columns:1fr;width:min(calc(100vw - 48px),820px)}.premium-checkout-card{position:relative;top:auto;margin-top:0}}@media (max-width: 720px){.premium-purchase-page{padding-top:142px}.premium-purchase-shell{width:min(100% - 30px,820px);padding-top:28px;padding-bottom:34px}.premium-copy h1{font-size:38px}.premium-explainer>div{grid-template-columns:1fr}.premium-checkout-title{grid-template-columns:40px minmax(0,1fr)}.premium-checkout-title>strong{grid-column:1 / -1;justify-self:start}}.site-footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;width:var(--content-width);gap:24px;margin:0 auto;padding:30px 0 42px;color:var(--color-muted-soft);border-top:1px solid rgba(255,255,255,.09)}.site-footer strong{display:block;color:var(--color-text);font-size:15px;font-weight:900}.site-footer p{max-width:520px;margin:6px 0 0;font-size:13px;font-weight:700;line-height:1.5}.site-footer nav{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.site-footer a,.legal-home-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 13px;color:var(--color-text);border:1px solid rgba(201,214,224,.22);border-radius:7px;background:#ffffff0a;font-size:12px;font-weight:900;letter-spacing:0;text-decoration:none;text-transform:uppercase}.site-footer a:hover,.site-footer a:focus-visible,.legal-home-link:hover,.legal-home-link:focus-visible{border-color:#c9d6e070;background:#ffffff13}.legal-page{min-height:100vh;padding:128px 0 70px;background:repeating-linear-gradient(128deg,rgba(118,135,148,.08) 0 1px,transparent 1px 72px),repeating-linear-gradient(38deg,rgba(255,255,255,.024) 0 1px,transparent 1px 54px),var(--color-page)}.legal-shell{width:min(calc(100vw - 72px),980px);margin:0 auto;padding:28px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:#0b0d0ff0;box-shadow:inset 0 1px #ffffff0f}.legal-eyebrow,.legal-updated{margin:0;color:var(--color-muted-soft);font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.legal-shell h1{margin:8px 0 0;color:var(--color-text);font-size:clamp(38px,3vw,54px);font-weight:900;line-height:1;letter-spacing:0;text-transform:uppercase}.legal-updated{margin-top:12px}.legal-intro{max-width:780px;margin:24px 0 0;color:var(--color-muted);font-size:17px;font-weight:700;line-height:1.65}.legal-content{display:grid;gap:14px;margin-top:28px}.legal-section{padding:20px;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:#ffffff06}.legal-section h2{margin:0 0 12px;color:var(--color-text);font-size:18px;font-weight:900;letter-spacing:0;text-transform:uppercase}.legal-section p{margin:10px 0 0;color:var(--color-muted);font-size:14px;font-weight:650;line-height:1.65}.legal-section p:first-of-type{margin-top:0}.legal-home-link{width:fit-content;margin-top:24px}@media (max-width: 760px){.site-footer{align-items:flex-start;flex-direction:column;width:min(100vw - 30px,1680px);padding:24px 0 34px}.site-footer nav{justify-content:flex-start}.legal-page{padding:152px 0 46px}.legal-shell{width:min(100vw - 30px,980px);padding:20px}.legal-section{padding:16px}}.dashboard-page{--dashboard-surface-solid: #0a0c10;min-height:100vh;background:repeating-linear-gradient(128deg,rgba(118,135,148,.08) 0 1px,transparent 1px 72px),repeating-linear-gradient(38deg,rgba(255,255,255,.024) 0 1px,transparent 1px 54px),var(--color-page);overflow-x:hidden}.dashboard-shell{position:relative;z-index:1;width:var(--content-width);min-height:100vh;margin:0 auto;padding:104px 0 52px}.dashboard-shell-compact{min-height:auto}.dashboard-project-shell{--dashboard-project-stack-gap: 34px;width:min(calc(100% - 96px),1680px);padding-top:112px}.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.dashboard-header h1{margin:0;color:var(--color-text);font-size:clamp(24px,1.65vw,32px);font-weight:900;line-height:1.02;letter-spacing:0;text-transform:uppercase}.dashboard-header p:not(.section-eyebrow){max-width:650px;margin:8px 0 0;color:var(--color-muted);font-size:13px;font-weight:700;line-height:1.45}.dashboard-header-stat{min-width:190px;padding:10px 12px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:#080a0cb8}.dashboard-header-stat span,.dashboard-modal-title span{display:block;color:var(--color-muted-soft);font-size:10px;font-weight:900;text-transform:uppercase}.dashboard-header-stat strong{display:block;margin-top:4px;color:var(--color-text);font-size:14px;font-weight:900}.dashboard-tabs{display:inline-flex;gap:4px;margin-bottom:18px;padding:4px;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:#ffffff09}.dashboard-tabs a{min-width:132px;padding:13px 18px;border-radius:6px;color:#ffffffa3;font-size:13px;font-weight:900;text-align:center;text-decoration:none;text-transform:uppercase}.dashboard-tabs a:hover,.dashboard-tabs a:focus-visible,.dashboard-tabs .dashboard-tab-active{color:var(--color-text);background:#ffffff13}.dashboard-panel,.dashboard-project{border:1px solid rgba(255,255,255,.1);border-radius:8px;background:var(--dashboard-surface-solid);box-shadow:inset 0 1px #ffffff0e}.dashboard-panel{padding:18px;color:var(--color-muted);font-size:13px;font-weight:700}.dashboard-panel h2,.dashboard-section-heading h2{margin:0;color:var(--color-text);font-size:18px;font-weight:900;letter-spacing:0;text-transform:uppercase}.dashboard-panel p,.dashboard-section-heading p{max-width:620px;margin:7px 0 0;color:var(--color-muted-soft);font-size:12px;font-weight:700;line-height:1.45}.dashboard-error{color:#ff9ba8}.dashboard-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:10px 0 12px}.dashboard-metrics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-bottom:var(--dashboard-project-stack-gap)}.dashboard-overview-metrics{margin-bottom:28px}.dashboard-project-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-billing-metrics{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:28px}[data-sonner-toaster]{z-index:10000}.unknown-toast{min-height:44px;border:1px solid rgba(255,255,255,.13)!important;border-radius:8px!important;background:#0c0e12f5!important;color:#f7f8fb!important;box-shadow:0 18px 46px #0000006b,inset 0 1px #ffffff0f!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.unknown-toast-title{color:#f7f8fb!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase}.unknown-toast-description{color:var(--color-muted-soft)!important;font-size:11px!important}.dashboard-metric-card{position:relative;min-height:128px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:var(--dashboard-surface-solid);box-shadow:inset 0 1px #ffffff0e}.dashboard-metric-head{position:relative;min-height:78px;padding:16px 18px 12px 84px;text-align:right}.dashboard-metric-icon{position:absolute;top:-16px;left:18px;display:grid;width:56px;height:56px;place-items:center;border-radius:12px;color:#f8fafc;box-shadow:0 12px 26px #0000005c}.dashboard-metric-icon-success{background:linear-gradient(180deg,#39b363f2,#1e713df2)}.dashboard-metric-icon-purple{background:linear-gradient(180deg,#8960f5f2,#50369ff2)}.dashboard-metric-icon-info{background:linear-gradient(180deg,#509cd2f2,#2b527af2)}.dashboard-metric-icon-danger{background:linear-gradient(180deg,#e15260f2,#7e2b36f2)}.dashboard-metric-icon svg{display:block;width:27px;height:27px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.15}.dashboard-metric-head p{margin:0;color:var(--color-muted-soft);font-size:12px;font-weight:800}.dashboard-metric-head strong{display:block;margin-top:4px;color:var(--color-text);font-size:26px;font-weight:900;line-height:1}.dashboard-metric-head div>span{display:block;margin-top:5px;color:#b3b4bbd9;font-size:11px;font-weight:750}.dashboard-metric-divider{height:1px;background:#ffffff12}.dashboard-metric-footer{width:76%;margin:0 auto;padding:10px 0 13px}.dashboard-metric-progress-label{display:block;margin-bottom:6px;color:var(--color-muted);font-size:11px;font-weight:900;text-align:center}.dashboard-metric-note{margin:3px 0 0;color:var(--color-muted);font-size:12px;font-weight:800;text-align:center}.dashboard-metric-note span{color:#d9ffe5;font-weight:900}.dashboard-metric-pills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.dashboard-metric-pill{display:flex;align-items:center;justify-content:space-between;min-height:30px;gap:8px;padding:0 10px;border:1px solid rgba(201,214,224,.12);border-radius:999px;color:var(--color-muted-soft);background:#ffffff09;font-size:10px;font-weight:900;text-transform:uppercase}.dashboard-metric-pill strong{color:var(--color-text);font-size:12px;font-weight:900}.dashboard-metric-progress{height:5px;overflow:hidden;border-radius:999px;background:#ffffff14}.dashboard-metric-progress i{display:block;height:100%;min-width:2px;border-radius:inherit}.dashboard-metric-progress-success i{background:linear-gradient(90deg,#39b363fa,#60e389fa)}.dashboard-metric-progress-purple i{background:linear-gradient(90deg,#8960f5fa,#c09ffffa)}.dashboard-metric-progress-info i{background:linear-gradient(90deg,#509cd2fa,#86bee4fa)}.dashboard-users-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-users-page{--dashboard-users-gap: 28px;--dashboard-users-card-overhang: 14px;display:grid;gap:var(--dashboard-users-gap)}.dashboard-users-page .dashboard-metrics-grid{gap:var(--dashboard-users-gap);margin-bottom:0}.dashboard-users-page .dashboard-metric-card{min-height:128px}.dashboard-users-page .dashboard-metric-head{min-height:76px;padding:20px 20px 14px 88px}.dashboard-users-page .dashboard-metric-icon{top:20px;left:20px;width:48px;height:48px;border-radius:10px;box-shadow:0 10px 22px #00000052}.dashboard-users-page .dashboard-metric-icon svg{width:23px;height:23px}.dashboard-users-page .dashboard-metric-footer{width:auto;margin:0;padding:13px 20px 15px}.dashboard-user-script-list{display:grid;gap:calc(var(--dashboard-users-gap) + var(--dashboard-users-card-overhang));padding-top:var(--dashboard-users-card-overhang)}.dashboard-user-script-card{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:92px;padding:20px 28px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:var(--dashboard-surface-solid);box-shadow:inset 0 1px #ffffff0e}.dashboard-user-script-main{display:flex;align-items:center;min-width:0;gap:11px}.dashboard-user-script-icon{width:38px;height:38px}.dashboard-free-access-icon{color:#fff0b8;background:linear-gradient(180deg,#9d74264d,#503e1c52),#ffffff0b}.dashboard-free-access-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.25}.dashboard-free-access-panel .dashboard-user-project-body{gap:14px;padding:18px}.dashboard-user-script-main h3{overflow:hidden;margin:0;color:var(--color-text);font-size:14px;font-weight:900;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.dashboard-user-script-main p{overflow:hidden;margin:3px 0 0;color:var(--color-muted-soft);font-size:11px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.dashboard-user-script-main span:not(.dashboard-project-icon){display:block;margin-top:4px;color:#e9eef280;font-size:10px;font-weight:900;text-transform:uppercase}.dashboard-user-script-actions{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto;flex-wrap:wrap;gap:8px}.dashboard-user-project-panel{overflow:visible;padding-bottom:var(--dashboard-users-card-overhang);border:1px solid rgba(255,255,255,.1);border-radius:8px;background:var(--dashboard-surface-solid);box-shadow:inset 0 1px #ffffff0e}.dashboard-user-project-panel:has(.dashboard-user-project-body){padding-bottom:0}.dashboard-user-project-head{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:64px;margin:-14px 14px 0;padding:14px 18px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(180deg,#ffffff05,#fff0),var(--dashboard-surface-solid);box-shadow:0 10px 24px #0000003d,inset 0 1px #ffffff0e}.dashboard-user-project-body{display:grid;gap:14px;padding:18px 18px 20px;background:transparent}.dashboard-user-project-body>*{min-width:0}.dashboard-project-key-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.dashboard-project-key-summary span{display:flex;align-items:center;justify-content:space-between;min-height:42px;gap:8px;padding:10px 12px;border:1px solid rgba(201,214,224,.12);border-radius:7px;color:var(--color-muted-soft);background:#ffffff09;font-size:10px;font-weight:900;text-transform:uppercase}.dashboard-project-key-summary strong{color:var(--color-text);font-size:16px}.dashboard-project-key-toolbar,.dashboard-project-key-search,.dashboard-project-key-range,.dashboard-project-key-generate{display:flex;align-items:center;gap:10px}.dashboard-project-key-toolbar{align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.dashboard-project-key-search{align-items:stretch;flex:1 1 520px;max-width:660px}.dashboard-project-key-search input,.dashboard-project-key-generate input,.dashboard-key-edit-details input{width:100%;min-height:40px;padding:0 12px;border:1px solid rgba(201,214,224,.12);border-radius:7px;color:var(--color-text);background:#ffffff09;font:inherit;font-size:12px;font-weight:800;outline:none}.dashboard-project-key-search input{flex:1 1 auto;max-width:none}.dashboard-project-key-search .dashboard-button-loader{align-self:stretch;min-width:90px;min-height:40px;padding:0 14px}.dashboard-project-key-range{justify-content:flex-end;color:var(--color-muted);font-size:11px;font-weight:900;text-transform:uppercase}.dashboard-button-mini{min-height:30px;padding:0 10px}.dashboard-project-key-generate{display:grid;grid-template-columns:minmax(120px,180px) minmax(120px,180px) repeat(2,minmax(196px,196px));align-items:end;justify-content:start;padding:12px;border:1px solid rgba(201,214,224,.11);border-radius:8px;background:#ffffff06}.dashboard-project-key-generate label{display:grid;min-width:0;gap:6px;color:var(--color-muted);font-size:10px;font-weight:900;text-transform:uppercase}.dashboard-project-key-generate .dashboard-button{justify-content:center;min-height:40px;width:100%;white-space:nowrap}.dashboard-generated-keys-inline{margin:0}.dashboard-project-key-table-wrap{min-width:0;max-width:100%;overflow:auto;border-top:1px solid rgba(255,255,255,.09)}.dashboard-free-access-panel .dashboard-project-key-table-wrap{max-height:clamp(300px,42vh,520px);border:1px solid rgba(255,255,255,.09);border-radius:8px;background:#ffffff05}.dashboard-free-access-panel .dashboard-project-key-table th{position:sticky;top:0;z-index:2;background:var(--dashboard-surface-solid);box-shadow:0 1px #ffffff14}.dashboard-free-access-panel .dashboard-project-key-table tbody tr:last-child td{border-bottom:0}.dashboard-project-key-table{width:100%;min-width:1040px;border-collapse:collapse;color:var(--color-text)}.dashboard-project-key-table th,.dashboard-project-key-table td{padding:13px 14px;border-bottom:1px solid rgba(255,255,255,.07);text-align:center;vertical-align:middle}.dashboard-project-key-table th{color:#e9eef29e;font-size:10px;font-weight:900;text-transform:uppercase;white-space:nowrap}.dashboard-project-key-table td{color:#e9eef2c2;font-size:12px;font-weight:850}.dashboard-project-key-table td:first-child,.dashboard-project-key-table th:first-child{text-align:left}.dashboard-project-key-user{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px}.dashboard-project-key-user>span{display:grid;width:26px;height:26px;place-items:center;color:#e9eef29e}.dashboard-project-key-user svg{width:24px;height:24px;fill:currentColor}.dashboard-project-key-user strong,.dashboard-project-key-user p{overflow:hidden;max-width:260px;margin:0;text-overflow:ellipsis;white-space:nowrap}.dashboard-project-key-user strong{display:block;color:var(--color-text);font-size:13px;font-weight:900}.dashboard-project-key-user p{margin-top:3px;color:var(--color-muted-soft);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:10px}.dashboard-button-row-icon{min-height:34px;border-color:#c9d6e038;background:#ffffff0e}.dashboard-premium-settings{display:grid;gap:16px}.dashboard-premium-script{display:flex;align-items:center;gap:11px;padding:12px;border:1px solid rgba(201,214,224,.12);border-radius:8px;background:#ffffff09}.dashboard-premium-script strong{display:block;color:var(--color-text);font-size:14px;font-weight:900;text-transform:uppercase}.dashboard-premium-script p{margin:3px 0 0;color:var(--color-muted-soft);font-size:11px;font-weight:850;text-transform:uppercase}.dashboard-premium-project-scripts{display:grid;gap:8px;padding:12px;border:1px solid rgba(201,214,224,.12);border-radius:8px;background:#ffffff07}.dashboard-premium-project-scripts>span{color:var(--color-muted-soft);font-size:10px;font-weight:900;text-transform:uppercase}.dashboard-premium-project-scripts>div{display:flex;flex-wrap:wrap;gap:7px}.dashboard-premium-project-scripts code{max-width:220px;overflow:hidden;padding:7px 9px;border:1px solid rgba(201,214,224,.12);border-radius:7px;color:var(--color-text);background:#ffffff0b;font-family:inherit;font-size:11px;font-weight:900;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.dashboard-premium-project-scripts p{margin:0;color:var(--color-muted-soft);font-size:12px;font-weight:800}.dashboard-premium-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.dashboard-premium-stats span{display:grid;min-height:70px;align-content:center;gap:6px;padding:12px;border:1px solid rgba(201,214,224,.12);border-radius:8px;color:var(--color-muted-soft);background:#ffffff08;font-size:10px;font-weight:900;text-transform:uppercase}.dashboard-premium-stats strong{color:var(--color-text);font-size:22px;font-weight:900;line-height:1}.dashboard-premium-generate{display:grid;grid-template-columns:minmax(110px,.35fr) minmax(110px,.35fr) auto;align-items:end;gap:10px}.dashboard-premium-generate label{display:grid;gap:6px;color:var(--color-muted);font-size:11px;font-weight:900;text-transform:uppercase}.dashboard-premium-generate input{width:100%;min-height:42px;padding:0 12px;border:1px solid rgba(201,214,224,.24);border-radius:7px;color:var(--color-text);background:#ffffff09;font:inherit;font-size:13px;font-weight:750;outline:none}.dashboard-premium-generate input:focus{border-color:#c9d6e08f}.dashboard-generated-keys,.dashboard-premium-key-list{display:grid;min-width:0;max-width:100%;box-sizing:border-box;overflow:hidden;gap:12px;padding:14px;border:1px solid rgba(201,214,224,.12);border-radius:8px;background:#ffffff08}.dashboard-generated-keys header,.dashboard-premium-key-list header,.dashboard-premium-key-row,.dashboard-premium-key-row>div{display:flex;align-items:center;gap:12px}.dashboard-generated-keys header,.dashboard-premium-key-list header,.dashboard-premium-key-row{justify-content:space-between;min-width:0;flex-wrap:wrap}.dashboard-generated-keys header{padding-bottom:2px}.dashboard-generated-keys header>div{min-width:0}.dashboard-generated-keys header span,.dashboard-premium-key-list header span{display:block;color:var(--color-muted-soft);font-size:10px;font-weight:900;text-transform:uppercase}.dashboard-generated-keys h3,.dashboard-premium-key-list header strong{margin:3px 0 0;color:var(--color-text);font-size:14px;font-weight:900;text-transform:uppercase}.dashboard-generated-keys>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,330px),1fr));min-width:0;max-width:100%;max-height:176px;gap:8px;overflow-x:hidden;overflow-y:auto;padding:0 2px 2px 0}.dashboard-generated-keys code{display:block;width:auto;min-width:0;max-width:100%;box-sizing:border-box;overflow:hidden;padding:8px 10px;border:1px solid rgba(105,255,173,.16);border-radius:7px;color:#d9ffe5;background:#31975317;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:11px;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.dashboard-premium-key-list{max-height:min(42vh,440px);overflow:auto}.dashboard-premium-key-row{min-height:50px;padding:9px 10px;border:1px solid rgba(201,214,224,.1);border-radius:7px;background:#ffffff07}.dashboard-premium-key-row strong{display:block;color:var(--color-text);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:12px;font-weight:900}.dashboard-premium-key-row span{color:var(--color-muted-soft);font-size:10px;font-weight:900;text-transform:uppercase}.dashboard-premium-status{padding:5px 7px;border:1px solid rgba(201,214,224,.12);border-radius:999px}.dashboard-premium-status-active{color:#d9ffe5!important;background:#31975321}.dashboard-premium-status-unclaimed{color:#e9eef2db!important;background:#fff1}.dashboard-premium-status-expired{color:#fff1cb!important;background:#ffa11cf2}.dashboard-premium-status-revoked{color:#ffb9c2!important;background:#ff4a60eb}.dashboard-key-edit-card{display:grid;gap:16px}.dashboard-key-edit-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:-8px -8px 0;padding:18px 20px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:linear-gradient(180deg,#111112fa,#0a0a0bfa),#0a0a0bf5;box-shadow:0 12px 24px #00000047}.dashboard-key-edit-header span,.dashboard-key-edit-details header span{display:block;color:var(--color-muted-soft);font-size:10px;font-weight:900;text-transform:uppercase}.dashboard-key-edit-header h2,.dashboard-key-edit-profile h3,.dashboard-key-edit-details h3{margin:4px 0 0;color:var(--color-text);font-weight:900;letter-spacing:0;text-transform:uppercase}.dashboard-key-edit-header h2{font-size:18px}.dashboard-key-edit-header>div:last-child{display:flex;gap:8px}.dashboard-key-edit-profile{display:flex;align-items:center;gap:14px;padding:4px 2px}.dashboard-key-edit-profile>span{display:grid;width:56px;height:56px;place-items:center;border:1px solid rgba(255,255,255,.13);border-radius:8px;color:#ffffffb8;background:#ffffff0e}.dashboard-key-edit-profile svg{width:34px;height:34px;fill:currentColor}.dashboard-key-edit-profile h3{font-size:18px}.dashboard-key-edit-profile p{overflow:hidden;max-width:min(100%,620px);margin:6px 0 0;color:var(--color-muted);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.dashboard-key-edit-details{display:grid;gap:12px;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff06}.dashboard-key-edit-details header{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-key-edit-details h3{font-size:15px}.dashboard-key-edit-details ul{display:grid;gap:4px;margin:0;padding:0;list-style:none}.dashboard-key-edit-details li{color:var(--color-muted);font-size:12px;font-weight:800}.dashboard-key-edit-details label{display:grid;grid-template-columns:minmax(110px,.22fr) minmax(0,1fr);align-items:center;gap:12px}.dashboard-key-edit-details label>span{color:var(--color-muted);font-size:11px;font-weight:900;text-transform:uppercase}.dashboard-key-edit-hwid,.dashboard-key-edit-blacklist{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px}.dashboard-key-edit-hwid label,.dashboard-key-edit-blacklist label{grid-template-columns:minmax(110px,.22fr) minmax(0,1fr)}.dashboard-project-shell.premium-account-page{display:grid;width:min(calc(100% - 64px),1120px);min-height:auto;align-content:start;gap:12px;padding-top:104px;padding-bottom:48px}.premium-account-hero,.premium-account-license,.premium-account-activate,.premium-account-key-list,.premium-account-key-card,.premium-account-metric{border:1px solid rgba(255,255,255,.095);border-radius:8px;background:linear-gradient(180deg,#ffffff06,#fff0),var(--dashboard-surface-solid);box-shadow:inset 0 1px #ffffff0e}.premium-account-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:68px;padding:12px 14px}.premium-account-profile,.premium-account-hero-actions{display:flex;align-items:center;min-width:0;gap:11px}.premium-account-hero-actions{flex:0 0 auto;justify-content:flex-end}.premium-account-avatar{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border:1px solid rgba(201,214,224,.13);border-radius:8px;color:#f4f7f9;background:#ffffff0e;font-size:18px;font-weight:900;text-transform:uppercase}.premium-account-profile>div{min-width:0}.premium-account-profile span:not(.premium-account-avatar),.premium-account-activate>div span,.premium-account-key-list>header span,.premium-account-key-card header span{display:block;color:var(--color-muted-soft);font-size:10px;font-weight:900;text-transform:uppercase}.premium-account-hero h1,.premium-account-activate h2,.premium-account-key-card h3{margin:3px 0 0;color:var(--color-text);font-weight:900;letter-spacing:0;text-transform:uppercase}.premium-account-hero h1{overflow:hidden;font-size:clamp(20px,1.45vw,24px);line-height:1;text-overflow:ellipsis;white-space:nowrap}.premium-account-hero p{overflow:hidden;margin:5px 0 0;color:var(--color-muted);font-size:12px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.premium-account-license{display:grid;gap:14px;padding:14px;background:linear-gradient(135deg,rgba(88,238,133,.06),transparent 44%),var(--dashboard-surface-solid)}.premium-account-license-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0}.premium-account-license-icon{display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(88,238,133,.24);border-radius:9px;color:#d9ffe5;background:#31975321}.premium-account-license-icon svg,.premium-account-key-secret button svg,.premium-account-license-key button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.premium-account-license-heading span:not(.premium-account-license-icon){display:block;color:var(--color-muted-soft);font-size:10px;font-weight:900;text-transform:uppercase}.premium-account-license-heading h2{margin:3px 0 0;color:var(--color-text);font-size:clamp(18px,1.35vw,22px);font-weight:900;line-height:1;text-transform:uppercase}.premium-account-license-heading p{max-width:760px;margin:5px 0 0;color:var(--color-muted);font-size:12px;font-weight:800;line-height:1.45}.premium-account-license-heading>strong{min-width:86px;padding:7px 10px;border:1px solid rgba(88,238,133,.3);border-radius:999px;color:#d9ffe5;background:#31975324;font-size:11px;font-weight:900;text-align:center;text-transform:uppercase}.premium-account-license-key,.premium-account-key-secret{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:12px;border:1px solid rgba(201,214,224,.11);border-radius:8px;background:#0000002e}.premium-account-license-key>div,.premium-account-key-secret>div{min-width:0}.premium-account-license-key span,.premium-account-key-secret span{display:block;margin-bottom:6px;color:var(--color-muted-soft);font-size:10px;font-weight:900;text-transform:uppercase}.premium-account-license-key code,.premium-account-key-secret code{display:block;overflow:visible;color:var(--color-text);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:15px;font-weight:900;line-height:1.35;overflow-wrap:anywhere;white-space:normal}.premium-account-license-key .dashboard-button,.premium-account-key-secret button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:118px;min-height:38px}.premium-account-key-secret button{border:1px solid rgba(88,238,133,.3);border-radius:7px;color:#eafff0;background:#12422652;font:inherit;font-size:11px;font-weight:900;text-transform:uppercase;cursor:pointer}.premium-account-license-details{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0}.premium-account-license-details div{min-width:0;padding:9px 10px;border:1px solid rgba(201,214,224,.09);border-radius:7px;background:#ffffff06}.premium-account-license-details dt,.premium-account-key-card dt{margin:0;color:var(--color-muted-soft);font-size:10px;font-weight:900;text-transform:uppercase}.premium-account-license-details dd{overflow:hidden;margin:5px 0 0;color:var(--color-text);font-size:13px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.premium-account-license-note{margin:0;color:#ffb9c2;font-size:12px;font-weight:850}.premium-account-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.premium-account-metric{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;min-height:56px;padding:9px 10px}.premium-account-metric>span{display:grid;width:31px;height:31px;place-items:center;border:1px solid rgba(105,255,173,.22);border-radius:8px;color:#d9ffe5;background:#31975324}.premium-account-metric svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1}.premium-account-metric p{margin:0;color:var(--color-muted-soft);font-size:11px;font-weight:900;text-transform:uppercase}.premium-account-metric strong{display:block;margin-top:2px;color:var(--color-text);font-size:19px;font-weight:900;line-height:1}.premium-account-activate{display:grid;grid-template-columns:minmax(180px,250px) minmax(0,1fr);align-items:center;align-content:center;column-gap:22px;row-gap:10px;min-height:58px;padding:10px}.premium-account-activate h2{font-size:16px}.premium-account-activate-copy{min-width:0}.premium-account-activate-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0}.premium-account-activate label{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;min-width:0;color:var(--color-muted);font-size:11px;font-weight:900;text-transform:uppercase}.premium-account-activate label>span{line-height:1;white-space:nowrap}.premium-account-activate input{width:100%;min-height:40px;padding:0 12px;border:1px solid rgba(201,214,224,.24);border-radius:7px;color:var(--color-text);background:#ffffff09;font:inherit;font-size:13px;font-weight:750;outline:none}.premium-account-activate .dashboard-button{min-width:112px;height:40px;margin:0;align-self:center}.premium-account-activate input:focus{border-color:#c9d6e08f}.premium-account-activate .dashboard-form-error{grid-column:2;margin:0}@media (min-width: 981px){.premium-account-activate:not(.premium-account-activate-error){height:62px}}.premium-account-key-list{display:grid;gap:8px;padding:10px}.premium-account-key-list>header,.premium-account-key-card header{display:flex;align-items:center;justify-content:space-between;gap:12px}.premium-account-key-list>header{min-height:32px;padding:0 2px}.premium-account-key-list>header strong{color:var(--color-text);font-size:13px;font-weight:900;text-transform:uppercase}.premium-account-key-card{display:grid;gap:9px;padding:10px;background:linear-gradient(180deg,#14161bf5,#0a0c0ffa),var(--dashboard-surface-solid)}.premium-account-key-card h3{font-size:14px}.premium-account-status{min-width:82px;padding:6px 8px;border:1px solid rgba(201,214,224,.12);border-radius:999px;color:var(--color-muted);background:#ffffff09;font-size:10px;font-weight:900;text-align:center;text-transform:uppercase}.premium-account-status-active{color:#d9ffe5;background:#31975321}.premium-account-status-expired,.premium-account-status-revoked{color:#ffb9c2;background:#ff74871a}.premium-account-key-card dl{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:5px;margin:0}.premium-account-key-card dl div{min-width:0;padding:7px 8px;border:1px solid rgba(201,214,224,.1);border-radius:7px;background:#ffffff07}.premium-account-key-card dd{overflow:hidden;margin:4px 0 0;color:var(--color-text);font-size:11px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.dashboard-chart-card{position:relative;padding:0 18px 18px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:var(--dashboard-surface-solid);box-shadow:inset 0 1px #ffffff0e}.dashboard-chart-header{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:76px;margin:-14px 0 18px;padding:16px 20px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:linear-gradient(180deg,#181a1ffa,#0e1014fa);box-shadow:0 12px 30px #00000059}.dashboard-chart-header span{display:block;color:var(--color-muted-soft);font-size:10px;font-weight:900;text-transform:uppercase}.dashboard-chart-header h2{margin:5px 0 0;color:var(--color-text);font-size:18px;font-weight:900;letter-spacing:0;text-transform:uppercase}.dashboard-chart-header p{margin:0;color:var(--color-muted);font-size:12px;font-weight:900;text-align:right;text-transform:uppercase}.dashboard-chart-surface{position:relative;height:360px;padding:16px 10px 8px;border:1px solid rgba(255,255,255,.075);border-radius:8px;background:linear-gradient(180deg,rgba(19,22,27,.9),var(--dashboard-surface-solid)),radial-gradient(circle at 22% 0%,rgba(134,166,192,.12),transparent 34%)}.dashboard-chart-surface-large{height:400px}.dashboard-chart-surface-medium{height:250px}.dashboard-execution-surface{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:12px;height:410px}.dashboard-execution-plot{min-height:0}.dashboard-execution-filter{display:flex;flex-wrap:wrap;gap:8px;padding-top:12px;border-top:1px dashed rgba(233,238,242,.2)}.dashboard-execution-filter-button{display:inline-flex;align-items:center;justify-content:flex-start;gap:9px;min-width:158px;min-height:34px;padding:7px 10px;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#e9eef2c2;background:#ffffff0b;font:inherit;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.dashboard-execution-filter-button:hover,.dashboard-execution-filter-button:focus-visible{border-color:var(--execution-filter-color);color:var(--color-text);background:#ffffff13;transform:translateY(-1px)}.dashboard-execution-filter-button:focus-visible{outline:2px solid var(--execution-filter-color);outline-offset:2px}.dashboard-execution-filter-button i{display:block;width:30px;height:8px;flex:0 0 auto;border-radius:3px;background:var(--execution-filter-color);box-shadow:0 0 16px #ffffff14}.dashboard-execution-filter-button span{min-width:0;flex:1 1 auto;overflow:hidden;font-size:11px;font-weight:900;text-align:left;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.dashboard-execution-filter-button strong{flex:0 0 auto;color:var(--color-muted-soft);font-size:11px;font-weight:900}.dashboard-execution-filter-button-active{border-color:var(--execution-filter-color);color:var(--color-text);background:linear-gradient(180deg,#ffffff1c,#ffffff0e)}.dashboard-execution-filter-button-active strong{color:var(--color-text)}.dashboard-key-provider-filter{display:flex;flex-wrap:wrap;gap:8px;margin:-4px 0 12px}.dashboard-key-provider-button{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;min-width:168px;min-height:40px;padding:8px 12px 8px 10px;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#e9eef2c2;background:#ffffff0b;font:inherit;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.dashboard-key-provider-button:hover,.dashboard-key-provider-button:focus-visible{border-color:#69ffad9e;color:var(--color-text);background:#ffffff13;transform:translateY(-1px)}.dashboard-key-provider-button:focus-visible{outline:2px solid rgba(105,255,173,.72);outline-offset:2px}.dashboard-key-provider-label{display:inline-flex;align-items:center;min-width:0;gap:9px}.dashboard-key-provider-icon{position:relative;display:inline-grid;flex:0 0 auto;width:22px;height:22px;place-items:center;overflow:hidden;border:1px solid rgba(201,214,224,.18);border-radius:6px;background:#fff1;box-shadow:inset 0 1px #ffffff14}.dashboard-key-provider-icon img{display:block;width:15px;height:15px;object-fit:contain}.dashboard-key-provider-icon-all{border-color:#69ffad47;color:#dfe8eee0;background:radial-gradient(circle at 34% 32%,rgba(105,255,173,.18),transparent 48%),#ffffff0f}.dashboard-key-provider-icon-all svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.dashboard-key-provider-icon-fallback{color:var(--color-text);font-size:10px;font-weight:900}.dashboard-key-provider-name,.dashboard-key-provider-button strong{font-size:11px;font-weight:900;text-transform:uppercase}.dashboard-key-provider-name{overflow:hidden;min-width:0;text-align:left;text-overflow:ellipsis;white-space:nowrap}.dashboard-key-provider-button strong{color:var(--color-muted-soft)}.dashboard-key-provider-button-active{border-color:#69ffadb8;color:var(--color-text);background:linear-gradient(180deg,#69ffad26,#69ffad0e)}.dashboard-key-provider-button-active .dashboard-key-provider-icon{border-color:#69ffad6b;background:#69ffad1a}.dashboard-key-provider-button-active strong{color:var(--color-text)}.dashboard-key-flow-surface{display:grid;grid-template-rows:auto minmax(0,1fr);gap:10px}.dashboard-key-flow-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.dashboard-key-flow-summary span{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding:8px 10px;border:1px solid rgba(255,255,255,.075);border-radius:6px;color:var(--color-muted-soft);background:#ffffff09;font-size:10px;font-weight:900;text-transform:uppercase}.dashboard-key-flow-summary strong{color:var(--color-text);font-size:11px}.dashboard-key-flow-plot{min-height:0}.dashboard-pie-surface{padding:10px 8px 2px}.dashboard-chart-surface.dashboard-executor-surface{display:grid;align-items:stretch;height:auto;min-height:318px;padding:14px 12px}.dashboard-executor-list{display:grid;align-content:space-between;gap:6px;height:100%;width:100%;min-width:0}.dashboard-executor-row{display:grid;grid-template-columns:minmax(82px,112px) minmax(0,1fr) minmax(44px,auto);align-items:center;gap:10px;min-height:22px}.dashboard-executor-row span,.dashboard-executor-row strong{overflow:hidden;color:#e9eef2c2;font-size:11px;font-weight:900;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.dashboard-executor-row span{text-align:left}.dashboard-executor-row strong{color:var(--color-muted-soft);text-align:right}.dashboard-executor-row div{height:13px;overflow:hidden;border-radius:999px;background:#ffffff0f}.dashboard-executor-row i{display:block;height:100%;min-width:3px;border-radius:inherit;background:var(--executor-color)}.dashboard-geo-layout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:18px;align-items:stretch}.dashboard-geo-rank-card{min-height:400px;padding:18px 16px;border:1px solid rgba(255,255,255,.075);border-radius:8px;background:linear-gradient(180deg,#14171ef5,#0a0c10fa),radial-gradient(circle at 0 0,rgba(149,200,238,.08),transparent 42%)}.dashboard-geo-rank-card h3{margin:0 0 15px;color:var(--color-text);font-size:13px;font-weight:900;text-align:center}.dashboard-geo-rank-card p{margin:0;color:var(--color-muted-soft);font-size:12px;font-weight:800;text-align:center}.dashboard-geo-rank-list{display:grid;gap:7px}.dashboard-geo-rank-row{display:grid;grid-template-columns:34px minmax(0,1fr) 42px;align-items:center;gap:8px;min-height:17px}.dashboard-geo-rank-row span,.dashboard-geo-rank-row em{color:#e9eef2c7;font-size:11px;font-style:normal;font-weight:900}.dashboard-geo-rank-row span{text-align:right}.dashboard-geo-rank-row em{color:var(--color-muted-soft);text-align:left}.dashboard-geo-rank-row div{height:9px;overflow:hidden;border-radius:999px;background:#ffffff0f}.dashboard-geo-rank-row i{display:block;height:100%;min-width:3px;border-radius:inherit}.dashboard-geo-flow-surface{min-height:400px}.dashboard-analytics-grid,.dashboard-key-grid{display:grid;align-items:stretch;gap:24px;margin-top:30px}.dashboard-analytics-grid{grid-template-columns:minmax(0,1fr)}.dashboard-key-grid,.dashboard-key-insights-grid,.dashboard-key-secondary-grid{grid-template-columns:minmax(0,1fr) minmax(280px,.36fr)}.dashboard-key-secondary-grid{grid-template-columns:minmax(0,1fr) minmax(280px,.34fr) minmax(340px,.44fr)}.dashboard-key-grid-three{grid-template-columns:minmax(260px,.36fr) minmax(0,1fr) minmax(260px,.36fr)}.dashboard-chart-empty{position:absolute;top:50%;left:50%;z-index:2;width:min(280px,calc(100% - 48px));padding:11px 14px;border:1px solid rgba(255,255,255,.09);border-radius:8px;color:var(--color-muted);background:var(--dashboard-surface-solid);font-size:12px;font-weight:900;text-align:center;text-transform:uppercase;transform:translate(-50%,-50%);pointer-events:none}.dashboard-chart-tooltip{min-width:170px;padding:10px 12px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:var(--dashboard-surface-solid);box-shadow:0 18px 46px #0000006b}.dashboard-chart-tooltip strong,.dashboard-chart-tooltip span{display:block;color:var(--color-text);font-size:11px;font-weight:900}.dashboard-chart-tooltip strong{margin-bottom:8px;text-transform:uppercase}.dashboard-chart-tooltip span{display:flex;align-items:center;gap:7px;margin-top:5px;color:var(--color-muted)}.dashboard-chart-tooltip i{width:8px;height:8px;border-radius:50%}.dashboard-project-list{display:grid;gap:var(--dashboard-project-stack-gap)}.dashboard-project-header{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:64px;margin:-14px 14px 0;padding:14px 18px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(180deg,#ffffff05,#fff0),var(--dashboard-surface-solid);box-shadow:0 10px 24px #0000003d,inset 0 1px #ffffff0e}.dashboard-project-title,.dashboard-script-name{display:flex;align-items:center;min-width:0;gap:9px}.dashboard-project-actions,.dashboard-row-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}.dashboard-project-actions{justify-content:flex-end}.dashboard-project-icon,.dashboard-script-file{display:grid;flex:0 0 auto;place-items:center;color:var(--color-accent);border:1px solid rgba(201,214,224,.15);background:#ffffff0b}.dashboard-project-icon{width:36px;height:36px;border-radius:8px;color:#fb5b5b;background:#fb5b5b1c}.dashboard-script-file{width:30px;height:30px;border-radius:7px;color:#9ca3af}.dashboard-project-icon svg,.dashboard-script-file svg,.dashboard-button svg,.dashboard-upload svg,.dashboard-modal-close svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.3}.dashboard-project-icon svg{width:23px;height:23px;stroke:none}.dashboard-project-title h3,.dashboard-script-name strong{overflow:hidden;margin:0;color:var(--color-text);font-size:14px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.dashboard-project-title p,.dashboard-script-name p{overflow:hidden;margin:2px 0 0;color:var(--color-muted-soft);font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.dashboard-table{width:100%;padding-top:10px}.dashboard-table-head,.dashboard-script-row{display:grid;grid-template-columns:minmax(320px,1.45fr) minmax(112px,.38fr) minmax(112px,.38fr) minmax(190px,.62fr) minmax(386px,1.1fr);align-items:center;gap:14px;padding:11px 22px}.dashboard-table-head{min-height:38px;color:var(--color-muted-soft);border-bottom:1px solid rgba(255,255,255,.06);font-size:10px;font-weight:900;text-transform:uppercase}.dashboard-table-head span{text-align:center}.dashboard-table-head span:first-child{text-align:left}.dashboard-script-row{min-height:58px;color:var(--color-muted);border-bottom:1px solid rgba(255,255,255,.055);font-size:12px;font-weight:800}.dashboard-script-row>span:not(.dashboard-status){text-align:center}.dashboard-script-row:last-child{border-bottom:0}.dashboard-empty-row{padding:18px 14px;color:var(--color-muted-soft);font-size:12px;font-weight:800}.dashboard-status{display:inline-grid;width:auto;min-width:88px;height:28px;place-items:center;justify-self:center;padding:0 12px;border:1px solid rgba(201,214,224,.16);border-radius:999px;color:var(--color-muted);background:#ffffff0b;font-size:10px;font-weight:900;line-height:1;text-align:center;text-transform:uppercase}.dashboard-status-active{color:#d9ffe5;border-color:#74ffab57;background:#4bde8021}.dashboard-status-disabled{color:#d3dae2;border-color:#c9d6e024;background:#ffffff09}.dashboard-script-toggle{position:relative;flex:0 0 auto;width:38px;height:19px;padding:0;border:1px solid rgba(201,214,224,.16);border-radius:999px;background:#848f9a24;cursor:pointer;transition:background .16s ease,border-color .16s ease}.dashboard-script-toggle span{position:absolute;top:2px;left:2px;width:13px;height:13px;border-radius:50%;background:#d7e1e7f5;box-shadow:0 1px 5px #00000052;transition:transform .16s ease,background .16s ease}.dashboard-script-toggle-active{border-color:#7fffb09e;background:#55ef9070}.dashboard-script-toggle-active span{background:#e7ffef;transform:translate(19px)}.dashboard-script-toggle-disabled{border-color:#b4bec929;background:#434a527a}.dashboard-script-toggle-disabled span{background:#aeb8c2;transform:translate(0)}.dashboard-button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;gap:6px;padding:0 12px;border:1px solid rgba(255,255,255,.18);border-radius:7px;color:var(--color-text);background:#ffffff0b;cursor:pointer;font:inherit;font-size:11px;font-weight:900;letter-spacing:0;text-decoration:none;text-transform:uppercase}.dashboard-button:disabled{cursor:default;opacity:.52}.dashboard-button-primary{border-color:#ffffff6b;background:linear-gradient(180deg,#444444fa,#232324fa);box-shadow:inset 0 1px #fff3}.dashboard-button-success{color:#d9ffe5;border-color:#58ee8557;background:linear-gradient(180deg,#348f4ce6,#236839e6)}.dashboard-button-icon{width:34px;padding:0;color:var(--color-muted);background:#fff1}.dashboard-button-loader{color:#d9ffe5;border-color:#58ee854d;background:#2476411c}.dashboard-button-route,.dashboard-button-edit{color:#e8e8e8;border-color:#fff3;background:#ffffff0d}.dashboard-button-history{color:#f4e9ff;border-color:#b28aff57;background:#704bbe3d}.dashboard-button-danger{color:#ffe0e0;border-color:#ff5b5b5c;background:#b8313147}.dashboard-button-ghost{color:var(--color-muted);background:#ffffff06}.dashboard-create-row{display:flex;justify-content:center;padding:20px 0 0}.dashboard-create-project{min-width:164px}.dashboard-locked{max-width:620px;margin:14vh auto 0;padding:22px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:var(--dashboard-surface-solid);text-align:center}.dashboard-locked h1{margin:0;font-size:28px;font-weight:900;text-transform:uppercase}.dashboard-locked p:not(.section-eyebrow){margin:10px auto 16px;color:var(--color-muted);font-size:13px;font-weight:700;line-height:1.45}.dashboard-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:22px;background:#000000a3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dashboard-modal{position:relative;isolation:isolate;width:min(100%,520px);padding:20px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:linear-gradient(180deg,#101011fc,#0a0a0bfc),#0d0d0e;box-shadow:0 24px 80px #00000073}.dashboard-modal-wide{width:min(100%,920px)}.dashboard-modal-close{position:absolute;top:12px;right:12px;z-index:4;display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:7px;color:var(--color-text);background:#ffffff0e;cursor:pointer}.dashboard-modal-title{padding-right:46px}.dashboard-modal-title h2{margin:4px 0 0;color:var(--color-text);font-size:18px;font-weight:900;text-transform:uppercase}.dashboard-form{display:grid;gap:14px}.dashboard-form label{display:grid;gap:6px;color:var(--color-muted);font-size:12px;font-weight:900;text-transform:uppercase}.dashboard-form input[type=text],.dashboard-form input[type=url],.dashboard-loader-form input[type=text],.dashboard-loader-form textarea,.dashboard-loader-form select{width:100%;min-height:42px;padding:0 12px;border:1px solid rgba(255,255,255,.17);border-radius:7px;color:var(--color-text);background:#121213f5;font:inherit;font-size:13px;font-weight:750;outline:none}.dashboard-form input[type=text]:focus,.dashboard-form input[type=url]:focus,.dashboard-loader-form input[type=text]:focus,.dashboard-loader-form textarea:focus,.dashboard-loader-form select:focus{border-color:#ffffff6b}.dashboard-form input:disabled{cursor:not-allowed;opacity:.58}.dashboard-loader-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(45deg,transparent 50%,rgba(210,210,210,.78) 50%),linear-gradient(135deg,rgba(210,210,210,.78) 50%,transparent 50%),#121213f5;background-position:calc(100% - 16px) 18px,calc(100% - 11px) 18px,0 0;background-size:5px 5px,5px 5px,100% 100%;background-repeat:no-repeat}.dashboard-loader-form textarea{min-height:58px;padding:12px;line-height:1.35;resize:vertical}.dashboard-upload input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.dashboard-upload span{display:inline-flex;align-items:center;justify-content:center;min-height:42px;gap:8px;border:1px solid rgba(255,255,255,.28);border-radius:7px;color:#ebebebe6;background:#ffffff0f;cursor:pointer}.dashboard-form-toggle{display:flex!important;align-items:center;justify-content:space-between;gap:16px;min-height:48px;padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:7px;background:#ffffff07}.dashboard-form-toggle>span{display:grid;gap:3px}.dashboard-form-toggle small{color:var(--color-muted-soft);font-size:11px;font-weight:750;line-height:1.35;text-transform:none}.dashboard-settings-section{display:grid;gap:12px;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(180deg,#101011f0,#0c0c0df0),#ffffff06}.dashboard-settings-section-header{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px}.dashboard-settings-icon{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(116,255,171,.24);border-radius:8px;color:#d9ffe5;background:#31975324}.dashboard-settings-icon svg{display:block;width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1}.dashboard-settings-section h3{margin:0;color:var(--color-text);font-size:13px;font-weight:900;text-transform:uppercase}.dashboard-settings-section p{margin:3px 0 0;color:var(--color-muted-soft);font-size:12px;font-weight:750;line-height:1.35}.dashboard-webhook-status{display:flex;align-items:center;gap:8px;color:var(--color-muted-soft);font-size:11px;font-weight:850}.dashboard-webhook-status span{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#b4bec96b}.dashboard-webhook-status .dashboard-webhook-dot-active{background:#69ffad;box-shadow:0 0 14px #69ffad6b}.dashboard-webhook-fields{display:flex;flex-wrap:wrap;gap:8px}.dashboard-webhook-fields span{padding:6px 8px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#ebebebe6;background:#ffffff0e;font-size:10px;font-weight:900;text-transform:uppercase}.dashboard-webhook-clear{justify-self:start}.dashboard-form-error{margin:0;color:#ff9ba8;font-size:12px;font-weight:800}.dashboard-form-actions{display:flex;justify-content:flex-end;gap:8px}.dashboard-loader-setup{display:grid;gap:16px}.dashboard-loader-code{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;border:1px solid rgba(201,214,224,.14);border-radius:8px;background:#ffffff09}.dashboard-loader-code span{display:block;margin-bottom:6px;color:var(--color-muted-soft);font-size:10px;font-weight:900;text-transform:uppercase}.dashboard-loader-code code{display:block;overflow:hidden;color:#e8eef5;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:12px;font-weight:800;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.dashboard-loader-form{display:grid;grid-template-columns:minmax(280px,1fr) minmax(220px,.7fr) auto;align-items:start;gap:12px;padding:12px;border:1px solid rgba(201,214,224,.11);border-radius:8px;background:#ffffff06}.dashboard-loader-form label{display:grid;gap:6px;color:var(--color-muted);font-size:11px;font-weight:900;text-transform:uppercase}.dashboard-loader-actions{display:flex;align-items:flex-end;gap:8px;align-self:end}.dashboard-loader-actions .dashboard-button{min-height:42px}.dashboard-loader-list{display:grid;gap:8px;max-height:min(42vh,440px);overflow:auto;padding-right:4px}.dashboard-loader-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;border:1px solid rgba(201,214,224,.11);border-radius:8px;background:#ffffff08}.dashboard-loader-row strong{display:block;color:var(--color-text);font-size:13px;font-weight:900}.dashboard-loader-row span{display:block;margin-top:2px;color:var(--color-muted-soft);font-size:11px;font-weight:800;line-height:1.45;overflow-wrap:anywhere}.dashboard-loader-row-actions{display:flex;align-items:center;gap:8px}.dashboard-history{display:grid;gap:16px}.dashboard-history-list{display:grid;max-height:min(62vh,620px);overflow:auto;gap:12px;padding-right:4px}.dashboard-history-card{display:grid;gap:12px;padding:14px;border:1px solid rgba(201,214,224,.13);border-radius:8px;background:#ffffff09}.dashboard-history-card header,.dashboard-history-card footer,.dashboard-history-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.dashboard-history-card header{justify-content:space-between}.dashboard-history-card strong{display:block;color:var(--color-text);font-size:15px;font-weight:900}.dashboard-history-card header span:not(.dashboard-status),.dashboard-history-meta span{color:var(--color-muted-soft);font-size:11px;font-weight:850;text-transform:uppercase}.dashboard-history-meta span{padding:5px 7px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#ffffff09}.dashboard-history-meta .dashboard-provider-luraph{border-color:#bb92ff57;color:transparent;background-image:linear-gradient(90deg,#7a5cff,#ff5fb7,#ffcf70,#7a5cff);background-size:260% 100%;-webkit-background-clip:text;background-clip:text;animation:dashboard-luraph-gradient 4.5s linear infinite}@keyframes dashboard-luraph-gradient{0%{background-position:0% 50%}to{background-position:260% 50%}}@media (prefers-reduced-motion: reduce){.dashboard-history-meta .dashboard-provider-luraph{animation:none}}@media (max-width: 980px){.dashboard-shell{width:min(100% - 48px,1320px)}.dashboard-header{align-items:flex-start;flex-direction:column}.dashboard-header-stat{width:100%}.dashboard-table-head{display:none}.dashboard-user-script-card,.dashboard-user-project-head{align-items:stretch;flex-direction:column}.dashboard-user-script-actions{justify-content:flex-start}.dashboard-script-row{grid-template-columns:1fr;gap:10px;padding:16px}.dashboard-row-actions{justify-content:flex-start}.dashboard-metrics-grid,.dashboard-analytics-grid,.dashboard-key-grid,.dashboard-geo-layout{grid-template-columns:1fr}.dashboard-geo-rank-card,.dashboard-geo-flow-surface{min-height:300px}.dashboard-chart-surface{height:320px}.dashboard-execution-surface{height:380px}.dashboard-chart-surface-large,.dashboard-chart-surface-medium{height:300px}.dashboard-loader-form{grid-template-columns:1fr 1fr}.dashboard-loader-actions{grid-column:1 / -1}.dashboard-premium-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-premium-generate{grid-template-columns:1fr 1fr}.dashboard-premium-generate .dashboard-button{grid-column:1 / -1}.dashboard-project-key-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-project-key-search,.dashboard-project-key-toolbar,.dashboard-key-edit-hwid,.dashboard-key-edit-blacklist{align-items:stretch;flex-direction:column}.dashboard-project-key-search{display:flex}.dashboard-project-key-search input{max-width:none}.premium-account-metrics,.premium-account-license-details,.premium-account-key-card dl{grid-template-columns:repeat(2,minmax(0,1fr))}.premium-account-license-heading,.premium-account-license-key,.premium-account-key-secret{grid-template-columns:1fr}.premium-account-license-heading>strong{justify-self:start}.premium-account-license-key .dashboard-button,.premium-account-key-secret button{width:100%}.premium-account-activate{grid-template-columns:1fr}.premium-account-activate .dashboard-form-error{grid-column:1}}@media (max-width: 560px){.dashboard-shell{width:min(100% - 30px,1320px);padding:136px 0 42px}.dashboard-project-shell{--dashboard-project-stack-gap: 28px}.dashboard-project-shell.premium-account-page{width:min(100% - 30px,1320px);gap:12px;padding-top:128px;padding-bottom:34px}.premium-account-metrics,.premium-account-license-details,.premium-account-key-card dl{grid-template-columns:1fr}.dashboard-users-page{--dashboard-users-gap: 22px}.dashboard-tabs,.dashboard-project-header,.dashboard-project-actions,.dashboard-user-script-actions,.dashboard-user-project-head,.dashboard-chart-header,.dashboard-section-heading,.dashboard-row-actions,.dashboard-form-actions,.dashboard-loader-actions,.dashboard-loader-code,.dashboard-loader-row,.dashboard-loader-row-actions{align-items:stretch;flex-direction:column}.dashboard-loader-code,.dashboard-loader-row{display:flex}.dashboard-premium-script,.dashboard-generated-keys header,.dashboard-premium-key-list header,.dashboard-premium-key-row,.dashboard-premium-key-row>div{align-items:stretch;flex-direction:column}.dashboard-tabs{display:flex}.dashboard-tabs a,.dashboard-button,.dashboard-create-project,.dashboard-loader-form{width:100%}.dashboard-loader-form{grid-template-columns:1fr}.dashboard-loader-actions{width:100%}.dashboard-loader-actions .dashboard-button{flex:1}.dashboard-premium-stats,.dashboard-premium-generate{grid-template-columns:1fr}.dashboard-premium-generate .dashboard-button{grid-column:auto}.premium-account-hero,.premium-account-profile,.premium-account-hero-actions,.premium-account-key-list>header,.premium-account-key-card header{align-items:stretch;flex-direction:column}.premium-account-profile{align-items:center;text-align:center}.premium-account-hero-actions .premium-account-status{width:100%}.premium-account-activate-controls{grid-template-columns:1fr}.premium-account-activate label{grid-template-columns:1fr;gap:6px}.premium-account-activate .dashboard-button{width:100%}.dashboard-project-header{margin:-10px 10px 0}.dashboard-user-script-card{padding:16px}.dashboard-user-project-head{margin:-10px 10px 0;padding:14px}.dashboard-user-project-body,.dashboard-free-access-panel .dashboard-user-project-body{padding:14px}.dashboard-project-key-search{flex-basis:100%;max-width:none;width:100%}.dashboard-project-key-search input,.dashboard-project-key-search .dashboard-button-loader{width:100%}.dashboard-free-access-panel .dashboard-project-key-table-wrap{max-height:55vh}.dashboard-project-key-summary,.dashboard-project-key-generate,.dashboard-key-edit-details label,.dashboard-key-edit-hwid label,.dashboard-key-edit-blacklist label{grid-template-columns:1fr}.dashboard-key-edit-header,.dashboard-key-edit-profile{align-items:stretch;flex-direction:column}.dashboard-key-edit-header>div:last-child{width:100%}.dashboard-key-edit-header>div:last-child .dashboard-button{flex:1}.dashboard-users-page .dashboard-metric-head{padding:18px 18px 12px 78px}.dashboard-users-page .dashboard-metric-icon{top:18px;left:18px;width:44px;height:44px}.dashboard-users-page .dashboard-metric-footer{padding:12px 18px 14px}.dashboard-metrics-grid{margin-bottom:var(--dashboard-project-stack-gap)}.dashboard-users-page .dashboard-metrics-grid{margin-bottom:0}.dashboard-metric-pills{grid-template-columns:1fr}.dashboard-metric-head{padding-left:76px}.dashboard-chart-card{padding:0 12px 14px}.dashboard-chart-header{margin-top:-10px}.dashboard-chart-header p{text-align:left}.dashboard-chart-surface{height:280px;padding:12px 4px 6px}.dashboard-execution-surface{height:360px}.dashboard-execution-filter,.dashboard-key-provider-filter{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.dashboard-execution-filter-button{min-width:170px;flex:0 0 170px}.dashboard-key-provider-button{min-width:174px;flex:0 0 174px}.dashboard-key-flow-summary{grid-template-columns:1fr}.dashboard-chart-surface-large,.dashboard-chart-surface-medium{height:270px}.dashboard-project-actions{flex-direction:row;flex-wrap:wrap}.dashboard-project-actions .dashboard-button-success{width:auto;flex:1 1 auto}.dashboard-project-actions .dashboard-button-route{flex:1 1 100%}.dashboard-project-actions .dashboard-button-icon{width:44px;flex:0 0 44px}.dashboard-header h1{font-size:28px}.dashboard-modal{padding:18px}}.supported-section{position:relative;z-index:1;width:var(--content-width);margin:0 auto;padding:22px 0 140px}.supported-header{max-width:760px;margin:0 auto 44px;text-align:center;scroll-margin-top:104px}#supported-games-title{scroll-margin-top:116px}.supported-header h2{margin:0;color:var(--color-text);font-size:36px;font-weight:900;line-height:1.05;letter-spacing:0;text-transform:uppercase}.supported-header p{max-width:650px;margin:14px auto 0;color:var(--color-muted);font-size:16px;font-weight:650;line-height:1.55}.games-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.game-card{min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:var(--color-panel);box-shadow:inset 0 1px #ffffff0f}.game-thumb{position:relative;width:100%;aspect-ratio:16 / 9;background:#07080a}.game-thumb img,.game-thumb-fallback{display:block;width:100%;height:100%}.game-thumb img{object-fit:cover}.game-thumb-fallback{display:grid;place-items:center;color:#ffffffc2;background:linear-gradient(145deg,#23272df5,#0c0d10f5)}.game-thumb-fallback span{font-size:30px;font-weight:900;letter-spacing:0}.game-card-body{min-width:0;padding:18px 18px 20px}.game-card h3{margin:0;color:var(--color-text);font-size:19px;font-weight:850;letter-spacing:0}.game-card p{margin:6px 0 0;color:var(--color-muted-soft);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}.game-status{position:absolute;top:12px;right:12px;padding:8px 11px;border-radius:999px;color:#f4f7f8;background:#060709b8;border:1px solid rgba(255,255,255,.18);font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.game-status-updating{color:#f5dc9b;background:#120f08c2;border-color:#f2d4773d}[data-reveal]{--reveal-delay: 0ms;--reveal-x: 0px;--reveal-y: 26px;opacity:0;transform:translate3d(var(--reveal-x),var(--reveal-y),0);transform-origin:center top;transition:opacity .64s cubic-bezier(.16,1,.3,1) var(--reveal-delay),transform .76s cubic-bezier(.16,1,.3,1) var(--reveal-delay);will-change:opacity,transform}.home-page [data-reveal]{--reveal-x: 0px;--reveal-y: 12px;transition:opacity .36s cubic-bezier(.16,1,.3,1) var(--reveal-delay),transform .46s cubic-bezier(.16,1,.3,1) var(--reveal-delay)}[data-reveal=visible],[data-reveal=done]{opacity:1;transform:translateZ(0)}[data-reveal=done]{--reveal-delay: 0ms;will-change:auto}.hero-copy[data-reveal],.legal-shell[data-reveal]{--reveal-x: -24px;--reveal-y: 10px}.home-page .hero-copy[data-reveal],.home-page .hero-showcase[data-reveal]{--reveal-x: 0px;--reveal-y: 8px}.hero-showcase[data-reveal]{--reveal-x: 24px;--reveal-y: 18px}.key-copy[data-reveal],.key-panel[data-reveal]{--reveal-x: 0px;--reveal-y: 18px}.supported-section[data-reveal],.site-footer[data-reveal],.dashboard-chart-card[data-reveal],.dashboard-panel[data-reveal],.dashboard-project-list[data-reveal],.dashboard-user-script-list[data-reveal],.dashboard-loader-setup[data-reveal],.dashboard-history[data-reveal]{--reveal-y: 30px}.dashboard-metric-card[data-reveal],.dashboard-project[data-reveal],.dashboard-user-project-panel[data-reveal],.dashboard-script-row[data-reveal],.dashboard-loader-row[data-reveal],.dashboard-history-card[data-reveal],.dashboard-empty-row[data-reveal],.game-card[data-reveal]{--reveal-y: 22px}.dashboard-section-heading[data-reveal],.dashboard-chart-surface[data-reveal],.dashboard-geo-rank-card[data-reveal],.dashboard-execution-filter[data-reveal],.dashboard-user-project-body[data-reveal],.dashboard-project-key-summary[data-reveal],.dashboard-project-key-toolbar[data-reveal],.dashboard-project-key-search[data-reveal],.dashboard-project-key-range[data-reveal],.dashboard-project-key-generate[data-reveal],.dashboard-generated-keys[data-reveal],.dashboard-project-key-table-wrap[data-reveal],.dashboard-create-row[data-reveal],.dashboard-loader-code[data-reveal],.dashboard-loader-form[data-reveal],.dashboard-loader-list[data-reveal],.dashboard-history-list[data-reveal],.dashboard-settings-section[data-reveal],.dashboard-key-edit-profile[data-reveal],.dashboard-key-edit-details[data-reveal]{--reveal-y: 18px}.dashboard-modal[data-reveal],.dashboard-form[data-reveal],.dashboard-key-edit-card[data-reveal]{--reveal-y: 16px}.dashboard-modal-title[data-reveal],.dashboard-upload[data-reveal],.dashboard-form-toggle[data-reveal]{--reveal-y: 12px}.home-section-divider[data-reveal]{--reveal-x: 0;--reveal-y: 0;clip-path:inset(0 50% 0 50%);transform:none;transition:opacity .56s cubic-bezier(.16,1,.3,1) var(--reveal-delay),clip-path .84s cubic-bezier(.16,1,.3,1) var(--reveal-delay)}.home-section-divider[data-reveal=visible],.home-section-divider[data-reveal=done]{clip-path:inset(0 0 0 0)}.dashboard-metrics-grid .dashboard-metric-card:nth-child(3n+1),.dashboard-project-list .dashboard-project:nth-child(odd),.dashboard-user-script-list .dashboard-user-project-panel:nth-child(odd),.games-grid .game-card:nth-child(3n+1){--reveal-x: -18px}.dashboard-metrics-grid .dashboard-metric-card:nth-child(3n),.dashboard-project-list .dashboard-project:nth-child(2n),.dashboard-user-script-list .dashboard-user-project-panel:nth-child(2n),.games-grid .game-card:nth-child(3n){--reveal-x: 18px}@media (hover: hover){.dashboard-metric-card,.dashboard-project,.dashboard-user-project-panel,.dashboard-chart-card,.game-card{transition:opacity .64s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0ms),transform .76s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0ms),border-color .18s ease,box-shadow .18s ease}.dashboard-metric-card[data-reveal=done]:hover,.dashboard-project[data-reveal=done]:hover,.dashboard-user-project-panel[data-reveal=done]:hover,.dashboard-chart-card[data-reveal=done]:hover,.game-card[data-reveal=done]:hover{transform:translateY(-2px);border-color:#ffffff2e;box-shadow:0 16px 34px #0000003d,inset 0 1px #ffffff13}}@media (prefers-reduced-motion: reduce){[data-reveal],[data-reveal=visible],[data-reveal=done],.home-section-divider[data-reveal],.home-section-divider[data-reveal=visible],.home-section-divider[data-reveal=done]{opacity:1;clip-path:none;transform:none;transition:none}.dashboard-metric-card,.dashboard-project,.dashboard-user-project-panel,.dashboard-chart-card,.game-card{transition:none}}@media (min-width: 1800px){.hero-copy h1{font-size:52px}.supported-header h2{font-size:40px}}@media (max-width: 1320px){.hero-shell{grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:48px}.hero-copy h1{font-size:48px}.games-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.key-section{grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:48px}}@media (max-width: 980px){.site-nav{width:min(100% - 48px,1320px)}.hero-shell{grid-template-columns:1fr;gap:44px;align-content:center;width:min(100% - 48px,1320px);margin:0 auto;min-height:100dvh;padding:112px 0 86px}.hero-copy{max-width:720px}.hero-preview,.hero-showcase{justify-self:start;width:min(100%,720px)}.supported-section{width:min(100% - 48px,1320px);margin:0 auto}.key-section{grid-template-columns:1fr;gap:36px;width:min(100% - 48px,1320px);min-height:auto;padding:92px 0}.key-copy{max-width:720px}.key-panel{max-width:720px;justify-self:start}.home-section-divider{width:min(100% - 48px,1320px)}}@media (max-width: 560px){.site-nav{grid-template-columns:1fr auto;gap:10px;width:min(100% - 30px,1320px);padding:10px}.site-nav-brand{font-size:16px}.site-nav-links{grid-column:1 / -1;grid-row:2;width:100%;order:3;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}.site-nav-links::-webkit-scrollbar{display:none}.site-nav-links a{flex:0 0 auto;min-width:max-content;padding:11px 10px;font-size:12px;white-space:nowrap}.site-nav-login{min-height:38px;padding:0 12px;font-size:12px}.hero-shell{width:min(100% - 30px,1320px);min-height:100dvh;padding:160px 0 78px}.hero-copy h1{font-size:38px;white-space:normal}.hero-copy h1 span{white-space:normal}.hero-actions{align-items:stretch;gap:12px}.hero-button{width:100%}.hero-payment-strip{align-items:stretch;flex-wrap:wrap;width:100%;max-width:none;padding:7px}.hero-payment-provider,.hero-payment-mark{width:100%}.hero-payment-methods{flex-basis:100%;flex-wrap:wrap}.hero-payment-methods>span{flex:1 1 calc(50% - 6px);justify-content:center}.hero-payment-method-text{position:static;width:auto;height:auto;overflow:visible;clip:auto;clip-path:none;margin-left:6px}.hero-payment-strip strong{width:100%;margin-left:0;padding:4px 2px 0;text-align:center}.hero-or{width:100%;text-align:center}.hero-community{align-items:center;gap:7px;width:fit-content;margin-top:10px;padding:5px}.hero-community-icon{width:28px;height:28px;flex:0 0 28px}.hero-community-copy{display:flex;align-items:center;flex:0 1 auto;min-height:28px;padding:0}.hero-community-link{width:auto;min-height:30px;padding:0 10px}.showcase-header{align-items:flex-start;flex-direction:column}.showcase-controls{width:100%;justify-content:space-between}.hero-scroll-cue{bottom:22px;width:min(260px,70vw)}.supported-section{width:min(100% - 30px,1320px);padding:18px 0 72px}.key-section{width:min(100% - 30px,1320px);padding:72px 0;scroll-margin-top:156px}.key-copy h2{font-size:34px}.key-copy>p:not(.section-eyebrow){font-size:15px}.key-actions{align-items:stretch;flex-direction:column}.key-provider-select{flex-basis:auto;min-width:0;width:100%}.key-provider-menu{right:0;left:0}.key-action-primary{width:100%}.key-panel{max-width:none;justify-self:stretch;padding:16px}.key-follow-card{grid-template-columns:1fr;padding:14px}.key-follow-actions{justify-content:stretch}.key-follow-button{flex:1 1 0}.key-follow-list,.key-panel-header,.key-output-row,.key-step{grid-template-columns:1fr}.key-panel-header{align-items:flex-start}.key-status-pill,.key-step-state{justify-self:start}.key-step{align-items:start;gap:12px}.key-output button{min-height:44px}.home-section-divider{width:min(100% - 30px,1320px)}.supported-header{margin-bottom:28px}#supported-games-title{scroll-margin-top:156px}.supported-header h2{font-size:28px}.supported-header p{font-size:14px}.games-grid{grid-template-columns:1fr;gap:16px}.game-card-body{padding:16px}.game-card h3{font-size:18px}}
