
#playez-guarantee-app {display:block;width:100%;max-width:100%;min-width:0;margin:0;overflow:clip;background:var(--background);color:var(--foreground);font-family:'Noto Sans TC',system-ui,sans-serif;line-height:1.5;isolation:isolate;scroll-behavior:smooth;}
#playez-guarantee-app, #playez-guarantee-app *, #playez-guarantee-app *::before, #playez-guarantee-app *::after {box-sizing:border-box;}
#playez-guarantee-app a {color:inherit;text-decoration:none;}
#playez-guarantee-app button {margin:0;font:inherit;line-height:inherit;}
#playez-guarantee-app img {display:block;max-width:100%;}
#playez-guarantee-app {--radius: 1rem;--background: oklch(0.98 0.01 85);--foreground: oklch(0.25 0.05 280);--card: oklch(1 0 0);--primary: oklch(0.65 0.18 30);--primary-foreground: oklch(0.99 0 0);--muted-foreground: oklch(0.55 0.05 260);--accent: oklch(0.75 0.15 160);--accent-foreground: oklch(0.25 0.05 280);--border: oklch(0.88 0.02 80);}
#playez-guarantee-app * {box-sizing: border-box;}
#playez-guarantee-app {scroll-behavior: smooth;}
#playez-guarantee-app {margin: 0;background: var(--background);color: var(--foreground);font-family: "Noto Sans TC", system-ui, sans-serif;}
#playez-guarantee-app a {color: inherit;text-decoration: none;}
#playez-guarantee-app button {font: inherit;}
#playez-guarantee-app img {display: block;max-width: 100%;}
#playez-guarantee-app .icon {width: 1em;height: 1em;flex: 0 0 auto;}
#playez-guarantee-app .guarantee-container {width: min(100% - 2rem, 80rem);margin-inline: auto;}
#playez-guarantee-app .mobile-only {display: none;}
@keyframes pg-fade-in-up{from {opacity: 0;transform: translateY(2rem);}to {opacity: 1;transform: translateY(0);}}
@keyframes pg-float{0%, 100% {transform: translate3d(0,var(--parallax-y,0),0) rotate(var(--tilt));}50% {transform: translate3d(0,calc(var(--parallax-y,0) - .75rem),0) rotate(var(--tilt));}}
@keyframes pg-float-slow{0%, 100% {transform: translate3d(0,var(--parallax-y,0),0) rotate(var(--tilt));}50% {transform: translate3d(0,calc(var(--parallax-y,0) - 1.25rem),0) rotate(var(--tilt));}}
@keyframes pg-draw{to {stroke-dashoffset: 0;}}
#playez-guarantee-app .reveal {opacity: 0;}
#playez-guarantee-app.is-ready .reveal--initial {animation: pg-fade-in-up .8s ease-out forwards;animation-delay: var(--delay, 0ms);}
#playez-guarantee-app .observe-reveal {opacity: 0;}
#playez-guarantee-app .observe-reveal.is-visible {animation: pg-fade-in-up .8s ease-out forwards;animation-delay: var(--reveal-delay, 0ms);}
#playez-guarantee-app .hero {position: relative;min-height: 100svh;overflow: hidden;background: linear-gradient(to bottom, oklch(0.96 0.03 220), var(--background), var(--background));}
#playez-guarantee-app .hero__blob {position: absolute;pointer-events: none;border-radius: 50%;filter: blur(64px);}
#playez-guarantee-app .hero__blob--left {left: -5rem;top: 2.5rem;width: 18rem;height: 18rem;background: color-mix(in oklab,var(--primary) 10%,transparent);}
#playez-guarantee-app .hero__blob--right {right: 0;bottom: 2.5rem;width: 24rem;height: 24rem;background: color-mix(in oklab,var(--accent) 20%,transparent);}
#playez-guarantee-app .hero__collage {position: absolute;inset: 0;}
#playez-guarantee-app .hero__content {position: relative;z-index: 2;min-height: 100svh;width: min(100% - 2rem,72rem);margin: auto;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;}
#playez-guarantee-app .hero__eyebrow {--delay: 0ms;display: inline-flex;align-items: center;gap: .5rem;margin-bottom: 1rem;padding: .5rem 1rem;border-radius: 999px;background: rgba(255,255,255,.8);box-shadow: 0 1px 3px rgba(0,0,0,.08);backdrop-filter: blur(8px);font-size: .75rem;font-weight: 500;color: color-mix(in oklab,var(--foreground) 80%,transparent);}
#playez-guarantee-app .hero__title {--delay: 200ms;margin: 0;font-family: "LXGW WenKai TC", "AR PL KaitiM Big5", "Noto Serif TC", serif;font-size: clamp(3.75rem,9vw,8rem);font-weight: 400;line-height: 1.05;}
#playez-guarantee-app .hero__underline {width: min(18rem,65vw);height: 1.5rem;margin-top: -.5rem;}
#playez-guarantee-app .hero__underline path {stroke: var(--primary);stroke-width: 3;stroke-linecap: round;stroke-dasharray: 400;stroke-dashoffset: 400;animation: pg-draw 2.2s ease-out .4s forwards;}
#playez-guarantee-app .hero__lead {--delay: 400ms;max-width: 28rem;margin: 1.5rem 0 0;color: var(--muted-foreground);font-size: clamp(1rem,2vw,1.125rem);line-height: 1.75;}
#playez-guarantee-app .hero__scroll-cue {position: absolute;left: 50%;bottom: 1.5rem;display: flex;flex-direction: column;align-items: center;gap: .25rem;transform: translateX(-50%);color: var(--muted-foreground);animation: pg-float 5s ease-in-out infinite;}
#playez-guarantee-app .hero__scroll-cue span {font-size: .6875rem;font-weight: 600;letter-spacing: .3em;text-transform: uppercase;}
#playez-guarantee-app .hero__scroll-cue i {width: 2px;height: 2rem;background: currentColor;opacity: .6;}
#playez-guarantee-app .hero-card {position: absolute;animation: pg-float 5s ease-in-out infinite;will-change: transform;}
#playez-guarantee-app .hero-card--slow {animation-name: pg-float-slow;animation-duration: 7s;}
#playez-guarantee-app .hero-card__frame {--delay: var(--delay);width: 100%;height: 100%;padding: .5rem .5rem 2rem;background: white;border-radius: .125rem;box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);outline: 1px solid rgba(0,0,0,.05);}
#playez-guarantee-app .hero-card__frame img {width: 100%;height: 100%;object-fit: cover;}
#playez-guarantee-app .hero-card--japan {left: 2%;top: 8%;width: 22%;aspect-ratio: 3/4;}
#playez-guarantee-app .hero-card--korea {left: 6%;top: 52%;width: 26%;aspect-ratio: 3/4;}
#playez-guarantee-app .hero-card--china {right: 4%;top: 6%;width: 24%;aspect-ratio: 3/4;}
#playez-guarantee-app .hero-card--europe {right: 8%;top: 54%;width: 22%;aspect-ratio: 4/3;}
#playez-guarantee-app .hero-card--southeast {left: 38%;top: 62%;width: 24%;aspect-ratio: 3/4;}
#playez-guarantee-app .hero-card--america {right: 26%;top: 36%;width: 18%;aspect-ratio: 3/4;}
#playez-guarantee-app .primary-button {--delay: 500ms;display: inline-flex;align-items: center;gap: .5rem;margin-top: 2rem;padding: 1rem 2rem;border-radius: 999px;background: var(--primary);color: var(--primary-foreground);box-shadow: 0 10px 25px color-mix(in oklab,var(--primary) 30%,transparent);font-weight: 600;transition: transform .25s,box-shadow .25s;}
#playez-guarantee-app .primary-button .icon {width: 1rem;transition: transform .25s;}
#playez-guarantee-app .primary-button:hover {transform: scale(1.05);box-shadow: 0 12px 30px color-mix(in oklab,var(--primary) 50%,transparent);}
#playez-guarantee-app .primary-button:hover .icon {transform: translateX(.25rem);}
#playez-guarantee-app .filter-section {position: relative;z-index: 3;margin-top: -5rem;padding-inline: 1rem;}
#playez-guarantee-app .filter-panel {position: relative;width: min(100%,64rem);margin: auto;overflow: hidden;padding: 2.25rem;border: 1px solid rgba(255,255,255,.6);border-radius: 2rem;background: rgba(255,255,255,.75);box-shadow: 0 30px 80px -30px rgba(20,20,60,.35);backdrop-filter: blur(20px);}
#playez-guarantee-app .filter-panel__rim {position: absolute;inset: -1px;pointer-events: none;border-radius: inherit;background: linear-gradient(135deg,color-mix(in oklab,var(--primary) 25%,transparent),transparent,color-mix(in oklab,var(--accent) 25%,transparent));opacity: .6;mask: linear-gradient(#000,#000) content-box,linear-gradient(#000,#000);mask-composite: exclude;padding: 1px;}
#playez-guarantee-app .filter-panel__header {position: relative;display: flex;align-items: center;gap: .75rem;margin-bottom: 1.5rem;}
#playez-guarantee-app .filter-panel__header h2 {margin: 0;font-size: 1.25rem;font-weight: 900;letter-spacing: -.02em;}
#playez-guarantee-app .filter-panel__icon {display: grid;place-items: center;width: 2.5rem;height: 2.5rem;border-radius: 1rem;background: linear-gradient(135deg,var(--primary),color-mix(in oklab,var(--primary) 70%,white));color: white;box-shadow: 0 6px 16px color-mix(in oklab,var(--primary) 30%,transparent);}
#playez-guarantee-app .section-kicker {display: block;color: var(--primary);font-size: .6875rem;font-weight: 700;letter-spacing: .25em;text-transform: uppercase;}
#playez-guarantee-app .filter-grid {position: relative;display: grid;grid-template-columns: repeat(3,1fr);gap: 1.5rem;}
#playez-guarantee-app .filter-group {min-width: 0;margin: 0;padding: 0;border: 0;}
#playez-guarantee-app .filter-group legend {display: flex;align-items: center;gap: .375rem;margin-bottom: .625rem;color: var(--muted-foreground);font-size: .6875rem;font-weight: 700;letter-spacing: .15em;text-transform: uppercase;}
#playez-guarantee-app .filter-group legend .icon {color: var(--primary);font-size: .875rem;}
#playez-guarantee-app .filter-chips {display: flex;flex-wrap: wrap;gap: .5rem;}
#playez-guarantee-app .filter-chip {border: 1px solid color-mix(in oklab,var(--border) 70%,transparent);border-radius: 999px;padding: .5rem 1rem;background: rgba(255,255,255,.7);color: color-mix(in oklab,var(--foreground) 75%,transparent);cursor: pointer;font-size: .875rem;font-weight: 500;letter-spacing: .025em;backdrop-filter: blur(8px);transition: .3s;}
#playez-guarantee-app .filter-chip:hover {transform: translateY(-2px);border-color: color-mix(in oklab,var(--primary) 50%,transparent);background: white;color: var(--foreground);box-shadow: 0 5px 12px rgba(0,0,0,.08);}
#playez-guarantee-app .filter-chip.is-active {transform: scale(1.03);border-color: var(--primary);background: var(--primary);color: white;box-shadow: 0 8px 18px color-mix(in oklab,var(--primary) 30%,transparent);}
#playez-guarantee-app .filter-note {position: relative;display: grid;grid-template-columns: 1rem minmax(0, 1fr);align-items: start;gap: .625rem;margin: 1.5rem 0 0;padding: .875rem 1rem;border-radius: 1rem;background: color-mix(in oklab,var(--accent) 15%,transparent);color: color-mix(in oklab,var(--foreground) 70%,transparent);font-size: .75rem;line-height: 1.7;}
#playez-guarantee-app .filter-note__icon {display: grid;place-items: center;width: 1rem;height: 1rem;margin-top: .18rem;border-radius: 50%;background: color-mix(in oklab,var(--accent) 60%,transparent);color: var(--accent-foreground);font-size: .625rem;font-weight: 700;}
#playez-guarantee-app .filter-note__text {min-width: 0;}
#playez-guarantee-app .filter-note__text strong {color: color-mix(in oklab,var(--foreground) 88%,transparent);font-weight: 800;}
#playez-guarantee-app .regions-section {position: relative;padding-block: 8rem;}
#playez-guarantee-app .regions-section__glow {position: absolute;inset: 0 0 auto;height: 10rem;pointer-events: none;background: linear-gradient(to bottom,color-mix(in oklab,var(--primary) 5%,transparent),transparent);}
#playez-guarantee-app .section-heading {position: relative;margin-bottom: 3.5rem;text-align: center;}
#playez-guarantee-app .section-heading h2 {margin: .75rem 0 0;font-size: clamp(1.875rem,5vw,3rem);font-weight: 900;letter-spacing: -.03em;}
#playez-guarantee-app .section-heading > i {display: block;width: 4rem;height: 3px;margin: 1rem auto 0;border-radius: 999px;background: linear-gradient(to right,var(--primary),var(--accent));}
#playez-guarantee-app .section-heading p {max-width: 36rem;margin: 1.25rem auto 0;color: var(--muted-foreground);line-height: 1.8;}
#playez-guarantee-app .region-grid {display: grid;grid-template-columns: repeat(3,1fr);gap: 2rem;}
#playez-guarantee-app .region-card {position: relative;display: block;aspect-ratio: 4/5;overflow: hidden;border-radius: 1.75rem;background: var(--card);box-shadow: 0 20px 50px -20px rgba(20,20,60,.35);outline: 1px solid rgba(0,0,0,.05);transition: transform .5s,box-shadow .5s,outline-color .5s;}
#playez-guarantee-app .region-card:hover {transform: translateY(-.5rem);box-shadow: 0 35px 70px -25px rgba(20,20,60,.5);outline-color: color-mix(in oklab,var(--primary) 30%,transparent);}
#playez-guarantee-app .region-card:hover .region-card__image {transform: scale(1.12);}
#playez-guarantee-app .region-card:hover .region-card__tint {opacity: 1;}
#playez-guarantee-app .region-card:hover .region-card__action span {gap: .75rem;}
#playez-guarantee-app .region-card:hover .region-card__action i {background: var(--primary);border-color: var(--primary);}
#playez-guarantee-app .region-card__image {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;transition: transform .9s ease-out;}
#playez-guarantee-app .region-card__shade, #playez-guarantee-app .region-card__tint {position: absolute;inset: 0;}
#playez-guarantee-app .region-card__shade {background: linear-gradient(to top,rgba(0,0,0,.85),rgba(0,0,0,.3),transparent);}
#playez-guarantee-app .region-card__tint {background: linear-gradient(135deg,transparent 35%,color-mix(in oklab,var(--primary) 20%,transparent));opacity: 0;transition: opacity .5s;}
#playez-guarantee-app .region-card__notices {position: absolute;z-index: 2;right: 1rem;top: 1rem;display: flex;max-width: 75%;flex-direction: column;gap: .375rem;align-items: flex-end;}
#playez-guarantee-app .region-card__notices span {padding: .375rem .75rem;border: 1px solid rgba(255,255,255,.3);border-radius: 999px;background: rgba(0,0,0,.55);color: white;font-size: .6875rem;font-weight: 500;line-height: 1.3;backdrop-filter: blur(8px);}
#playez-guarantee-app .region-card__content {position: absolute;inset: 0;display: flex;flex-direction: column;justify-content: flex-end;padding: 2rem;color: white;}
#playez-guarantee-app .region-card__content h3 {margin: .75rem 0 0;font-size: clamp(1.875rem,3vw,2.25rem);font-weight: 900;line-height: 1.15;letter-spacing: -.025em;text-shadow: 0 3px 12px rgba(0,0,0,.35);}
#playez-guarantee-app .region-card__content > p {margin: .5rem 0 0;color: rgba(255,255,255,.85);font-size: .875rem;}
#playez-guarantee-app .region-card__badge {display: inline-flex;align-items: center;gap: .375rem;align-self: flex-start;padding: .25rem .75rem;border: 1px solid rgba(255,255,255,.25);border-radius: 999px;background: rgba(255,255,255,.15);font-size: .6875rem;font-weight: 600;letter-spacing: .08em;backdrop-filter: blur(8px);}
#playez-guarantee-app .region-card__action {display: flex;align-items: center;justify-content: space-between;margin-top: 1.25rem;}
#playez-guarantee-app .region-card__action span {display: inline-flex;align-items: center;gap: .375rem;font-size: .875rem;font-weight: 600;transition: gap .5s;}
#playez-guarantee-app .region-card__action > i {display: grid;place-items: center;width: 2.25rem;height: 2.25rem;border: 1px solid rgba(255,255,255,.3);border-radius: 50%;background: rgba(255,255,255,.15);backdrop-filter: blur(8px);transition: .5s;}
#playez-guarantee-app .site-footer {padding-block: 2.5rem;border-top: 1px solid var(--border);background: var(--card);text-align: center;color: var(--muted-foreground);}
#playez-guarantee-app .site-footer p {margin: 0;}
#playez-guarantee-app .site-footer a {color: var(--primary);font-weight: 600;}
#playez-guarantee-app .site-footer a:hover {text-decoration: underline;}
#playez-guarantee-app .site-footer small {display: block;margin-top: .75rem;font-size: .875rem;}
@media (max-width: 900px){#playez-guarantee-app .region-grid {grid-template-columns: repeat(2,1fr);gap: 1.5rem;}#playez-guarantee-app .hero-card--america {display: none;}}
@media (max-width: 760px){#playez-guarantee-app .filter-grid {grid-template-columns: 1fr;}#playez-guarantee-app .filter-section {margin-top: -2.5rem;}#playez-guarantee-app .filter-panel {padding: 1.5rem;}}
@media (max-width: 600px){#playez-guarantee-app .mobile-only {display: block;}#playez-guarantee-app .desktop-only {display: none;}#playez-guarantee-app .guarantee-container {width: min(100% - 1.25rem, 80rem);}#playez-guarantee-app .hero {min-height: 47rem;}#playez-guarantee-app .hero__content {min-height: 47rem;width: 100%;justify-content: center;padding: 5.75rem 1rem 9rem;}#playez-guarantee-app .hero__eyebrow {margin-bottom: .875rem;padding: .45rem .8rem;font-size: .6875rem;}#playez-guarantee-app .hero__title {font-size: clamp(4.25rem, 21vw, 5.6rem);line-height: .94;letter-spacing: -.06em;text-shadow: 0 3px 18px rgba(255,255,255,.9);}#playez-guarantee-app .hero__underline {width: 12rem;margin-top: -.1rem;}#playez-guarantee-app .hero__lead {max-width: 19rem;margin-top: 1.1rem;padding: .65rem .8rem;border-radius: 1rem;background: rgba(255,255,255,.58);backdrop-filter: blur(8px);font-size: .95rem;line-height: 1.65;}#playez-guarantee-app .primary-button {margin-top: 1.25rem;padding: .85rem 1.4rem;}#playez-guarantee-app .hero__scroll-cue {display: none;}#playez-guarantee-app .hero-card {opacity: .82;}#playez-guarantee-app .hero-card__frame {padding: .3rem .3rem 1.15rem;box-shadow: 0 16px 35px -15px rgba(0,0,0,.35);}#playez-guarantee-app .hero-card--japan {width: 28%;left: -8%;top: 5%;}#playez-guarantee-app .hero-card--china {width: 29%;right: -7%;top: 6%;}#playez-guarantee-app .hero-card--korea {width: 29%;left: -8%;top: 66%;}#playez-guarantee-app .hero-card--europe {width: 30%;right: -10%;top: 68%;}#playez-guarantee-app .hero-card--southeast {width: 25%;left: 38%;top: 76%;}#playez-guarantee-app .filter-section {margin-top: -1.5rem;padding-inline: .625rem;}#playez-guarantee-app .filter-panel {padding: 1.25rem;border-radius: 1.5rem;}#playez-guarantee-app .filter-panel__header {align-items: flex-start;margin-bottom: 1.25rem;}#playez-guarantee-app .filter-panel__header h2 {font-size: 1.125rem;}#playez-guarantee-app .filter-panel__icon {width: 2.25rem;height: 2.25rem;border-radius: .85rem;}#playez-guarantee-app .filter-grid {gap: 1.2rem;}#playez-guarantee-app .filter-chips {gap: .45rem;}#playez-guarantee-app .filter-chip {min-height: 2.75rem;padding: .55rem .9rem;}#playez-guarantee-app .filter-note {grid-template-columns: 1.05rem minmax(0, 1fr);gap: .6rem;margin-top: 1.2rem;padding: .8rem .85rem;font-size: .75rem;line-height: 1.75;}#playez-guarantee-app .filter-note__icon {width: 1.05rem;height: 1.05rem;}#playez-guarantee-app .regions-section {padding-block: 4.5rem;}#playez-guarantee-app .section-heading {margin-bottom: 2.25rem;}#playez-guarantee-app .section-heading h2 {font-size: 2rem;}#playez-guarantee-app .section-heading p {margin-top: 1rem;font-size: .9rem;line-height: 1.7;}#playez-guarantee-app .region-grid {grid-template-columns: 1fr;gap: 1.15rem;}#playez-guarantee-app .region-card {aspect-ratio: 5 / 6;border-radius: 1.4rem;}#playez-guarantee-app .region-card__content {padding: 1.35rem;}#playez-guarantee-app .region-card__content h3 {font-size: 1.9rem;}#playez-guarantee-app .region-card__notices {right: .75rem;top: .75rem;}#playez-guarantee-app .region-card__notices span {padding: .3rem .6rem;}#playez-guarantee-app .site-footer {padding-block: 2rem;}}
@media (prefers-reduced-motion: reduce){#playez-guarantee-app {scroll-behavior: auto;}#playez-guarantee-app *, #playez-guarantee-app *::before, #playez-guarantee-app *::after {animation-duration: .01ms !important;animation-iteration-count: 1 !important;transition-duration: .01ms !important;}#playez-guarantee-app .hero-card {transform: rotate(var(--tilt));}}