
:root{
  --ink:#071a33;--ink-soft:#4b5d72;--blue:#0b4dff;--cyan:#08d9f6;--paper:#f7f9fc;
  --line:rgba(7,26,51,.10);--radius:32px;--shadow:0 28px 80px rgba(7,26,51,.12);
  --max:1280px;--header:82px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}
html[lang="ko"] body{font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo",sans-serif;word-break:keep-all}
html[lang="ja"] body{font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN",YuGothic,sans-serif;word-break:auto}
img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}
.skip-link{position:fixed;left:16px;top:-80px;z-index:999;background:#fff;padding:12px 18px;border-radius:999px;box-shadow:var(--shadow)}.skip-link:focus{top:12px}
.site-header{position:fixed;inset:0 0 auto;z-index:50;height:var(--header);background:rgba(247,249,252,.78);backdrop-filter:blur(22px);border-bottom:1px solid rgba(7,26,51,.06)}
.nav{height:100%;max-width:var(--max);margin:auto;padding:0 28px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;min-width:152px}.brand img{width:132px;height:auto}
.nav-links{display:flex;align-items:center;gap:28px;margin-left:auto;font-size:14px;font-weight:650;color:#33465d}.nav-links a{position:relative;padding:8px 0}.nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;background:linear-gradient(90deg,var(--blue),var(--cyan));transition:.25s}.nav-links a:hover:after{right:0}
.lang-wrap{position:relative}.lang-button,.menu-button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;cursor:pointer;color:var(--ink);font-weight:700}.lang-menu{display:none;position:absolute;right:0;top:48px;width:190px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:8px;box-shadow:var(--shadow)}.lang-menu.open{display:block}.lang-menu a{display:block;padding:10px 12px;border-radius:12px;font-size:14px}.lang-menu a:hover,.lang-menu a[aria-current="page"]{background:#eff4ff;color:var(--blue)}
.menu-button{display:none}.mobile-panel{display:none}
main{overflow:hidden}.section{padding:176px 32px}.container{max-width:var(--max);margin:auto}
.hero{min-height:100svh;padding:calc(var(--header) + 86px) 32px 104px;display:grid;place-items:center;position:relative;background:
radial-gradient(circle at 76% 30%,rgba(8,217,246,.14),transparent 28%),
radial-gradient(circle at 22% 20%,rgba(11,77,255,.10),transparent 25%),
linear-gradient(180deg,#fbfdff 0%,#f4f7fc 100%)}
.hero-grid{max-width:var(--max);width:100%;margin:auto;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(440px,.96fr);align-items:center;gap:76px}
.eyebrow{font-size:13px;letter-spacing:.22em;text-transform:uppercase;font-weight:850;color:var(--blue);margin:0 0 18px}
.hero h1{font-size:clamp(58px,7vw,104px);line-height:1.16;letter-spacing:-.018em;font-weight:760;margin:0;max-width:850px}
.hero h1 span{display:block}.hero h1 span:last-child{background:linear-gradient(100deg,#0738df 10%,#04bbec 78%);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy{font-size:clamp(18px,1.55vw,23px);line-height:1.82;letter-spacing:.005em;max-width:760px;color:var(--ink-soft);margin:42px 0 0}
.actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:42px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:17px 25px;font-weight:800;border:1px solid transparent;transition:.25s}.btn.primary{background:var(--ink);color:#fff;box-shadow:0 14px 35px rgba(7,26,51,.22)}.btn.secondary{background:rgba(255,255,255,.8);border-color:var(--line)}.btn:hover{transform:translateY(-2px)}
.brain-stage{position:relative;aspect-ratio:1;display:grid;place-items:center}.brain-stage:before,.brain-stage:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(11,77,255,.12);animation:orbit 16s linear infinite}.brain-stage:before{width:88%;height:88%}.brain-stage:after{width:68%;height:68%;animation-direction:reverse;animation-duration:12s}.brain-glow{position:absolute;width:72%;height:72%;border-radius:50%;background:radial-gradient(circle,rgba(8,217,246,.26),rgba(11,77,255,.05) 54%,transparent 72%);filter:blur(12px);animation:pulse 4.2s ease-in-out infinite}.brain-stage img{position:relative;width:82%;filter:drop-shadow(0 34px 45px rgba(0,80,190,.24));animation:float 6s ease-in-out infinite}
.orbit-dot{position:absolute;width:11px;height:11px;border-radius:50%;background:var(--cyan);box-shadow:0 0 20px var(--cyan)}.dot-a{top:13%;left:25%}.dot-b{right:9%;top:49%;animation-delay:-1s}.dot-c{left:17%;bottom:16%;animation-delay:-2s}
.scroll-cue{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);width:28px;height:42px;border:1px solid rgba(7,26,51,.18);border-radius:999px}.scroll-cue:after{content:"";position:absolute;width:4px;height:8px;border-radius:9px;background:var(--blue);left:11px;top:8px;animation:scroll 1.8s infinite}
.kicker{font-size:13px;letter-spacing:.21em;text-transform:uppercase;font-weight:850;color:var(--blue);margin-bottom:14px}.display{font-size:clamp(44px,5.2vw,74px);line-height:1.24;letter-spacing:-.015em;font-weight:760;margin:0;max-width:920px}.lead{font-size:clamp(18px,1.65vw,24px);line-height:1.85;letter-spacing:.004em;color:var(--ink-soft);max-width:870px;margin:38px 0 0}
.manifesto{background:#fff}.pillar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:88px}.pillar{border:1px solid var(--line);border-radius:30px;padding:34px;background:linear-gradient(180deg,#fff,#f8faff);min-height:260px}.pillar-index{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#edf3ff;color:var(--blue);font-weight:900}.pillar h3{font-size:25px;line-height:1.35;margin:34px 0 14px;letter-spacing:-.005em}.pillar p{margin:0;color:var(--ink-soft);line-height:1.78;letter-spacing:.002em}
.paths{background:#071a33;color:#fff}.paths .kicker{color:#69e9ff}.paths .display{max-width:1000px}.path-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:86px}.path-card{position:relative;border-radius:42px;overflow:hidden;min-height:820px;padding:52px;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.13)}
.path-card.growth{background:linear-gradient(160deg,#f5f1e7 0%,#dcead7 58%,#adcbb4 100%);color:#233a32}.path-card.games{background:radial-gradient(circle at 78% 20%,rgba(4,220,255,.32),transparent 23%),linear-gradient(145deg,#03102c,#07399a 58%,#061b4c);color:#fff}
.path-visual{height:310px;margin:-4px -4px 38px;display:grid;place-items:center;position:relative}.growth .path-visual img{height:100%;width:auto;border-radius:26px;box-shadow:0 24px 60px rgba(60,90,50,.18)}.games .path-visual img{width:82%;filter:drop-shadow(0 18px 32px rgba(0,0,0,.25))}
.path-label{font-size:13px;letter-spacing:.19em;font-weight:850}.path-card h3{font-size:clamp(40px,4vw,60px);line-height:1.22;letter-spacing:-.012em;font-weight:760;margin:20px 0 24px}.path-card>p{font-size:19px;line-height:1.78;letter-spacing:.003em;max-width:600px;margin:0 0 26px;opacity:.86}.path-card ul{padding:0;margin:10px 0 30px;list-style:none}.path-card li{padding:14px 0;line-height:1.65;border-bottom:1px solid currentColor;opacity:.8}.path-card .btn{margin-top:auto;align-self:flex-start}.growth .btn{background:#264b39;color:#fff}.games .btn{background:#fff;color:#06245d}.path-note{font-size:12px;line-height:1.6;opacity:.65;margin-top:18px}
.bridge{background:linear-gradient(180deg,#eef4ff,#fff)}.bridge-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:112px;align-items:start}.bridge-symbol{position:sticky;top:130px;display:grid;place-items:center;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,#fff,rgba(218,232,255,.7) 52%,transparent 72%)}.bridge-symbol img{width:78%;filter:drop-shadow(0 22px 30px rgba(11,77,255,.18))}.bridge-copy{padding-top:48px}.bridge-copy .lead{max-width:680px}
.future{background:#050e22;color:#fff;position:relative}.future:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 30%,rgba(11,77,255,.22),transparent 30%),radial-gradient(circle at 82% 60%,rgba(8,217,246,.13),transparent 28%)}.future .container{position:relative}.future .kicker{color:#70e7ff}.future .lead{color:#b6c5d8}.timeline{margin-top:92px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.15);border-radius:30px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.time-card{padding:42px;background:rgba(255,255,255,.055);min-height:240px}.time-card small{color:#6feaff;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.time-card h3{font-size:26px;line-height:1.48;letter-spacing:-.006em;margin:66px 0 0}
.closing{text-align:center;background:#fff}.closing .display{margin:auto}.closing .lead{margin:24px auto 0}.closing .actions{justify-content:center}
.site-footer{background:#f0f4fa;border-top:1px solid var(--line);padding:72px 32px}.footer-inner{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end}.footer-brand img{width:150px}.footer-brand p{margin:16px 0 0;color:var(--ink-soft)}.footer-meta{text-align:right;font-size:13px;color:#6a798b}.footer-langs{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-bottom:14px}.footer-langs a{font-weight:700}.footer-langs a[aria-current="page"]{color:var(--blue)}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}
@keyframes float{50%{transform:translateY(-14px) rotate(.7deg)}}@keyframes pulse{50%{transform:scale(1.08);opacity:.72}}@keyframes orbit{to{transform:rotate(360deg)}}@keyframes scroll{0%{transform:translateY(0);opacity:0}35%{opacity:1}100%{transform:translateY(15px);opacity:0}}
@media(max-width:980px){.nav-links,.nav>.lang-wrap{display:none}.menu-button{display:block;margin-left:auto}.mobile-panel{position:fixed;inset:var(--header) 0 0;background:rgba(247,249,252,.98);z-index:49;padding:34px 28px;overflow:auto}.mobile-panel.open{display:block}.mobile-panel nav{display:grid;gap:8px}.mobile-panel nav a{padding:18px 0;border-bottom:1px solid var(--line);font-size:22px;font-weight:800}.mobile-langs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:36px}.mobile-langs a{padding:12px;border:1px solid var(--line);border-radius:14px;background:#fff}.hero-grid{grid-template-columns:1fr;text-align:center}.hero-copy{margin-left:auto;margin-right:auto}.actions{justify-content:center}.brain-stage{max-width:560px;width:82%;margin:auto}.hero h1{font-size:clamp(56px,12vw,90px)}.pillar-grid{grid-template-columns:1fr 1fr}.path-grid{grid-template-columns:1fr}.bridge-layout{grid-template-columns:1fr}.bridge-symbol{position:relative;top:auto;max-width:520px;margin:auto}.timeline{grid-template-columns:1fr}.time-card{min-height:auto}.time-card h3{margin-top:28px}.footer-inner{grid-template-columns:1fr}.footer-meta{text-align:left}.footer-langs{justify-content:flex-start}}
@media(max-width:620px){:root{--header:68px}.nav{padding:0 18px}.brand img{width:116px}.section{padding:88px 20px}.hero{padding-left:20px;padding-right:20px}.hero h1{font-size:clamp(48px,15vw,70px)}.hero-copy{font-size:17px}.brain-stage{width:100%}.pillar-grid{grid-template-columns:1fr}.pillar{min-height:auto}.path-card{padding:28px;min-height:650px;border-radius:30px}.path-visual{height:220px}.path-card h3{font-size:44px}.display{font-size:43px}.bridge-layout{gap:22px}.footer-langs{gap:7px}.footer-langs a{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.brain-stage img,.brain-glow,.brain-stage:before,.brain-stage:after,.scroll-cue:after{animation:none}.reveal{opacity:1;transform:none;transition:none}}


/* v0.1.1 spacious typography */
html[lang="ko"] .hero h1,
html[lang="ko"] .display,
html[lang="ko"] .path-card h3{
  letter-spacing:0;
  line-height:1.28;
  font-weight:740;
}
html[lang="ja"] .hero h1,
html[lang="ja"] .display,
html[lang="ja"] .path-card h3{
  letter-spacing:.005em;
  line-height:1.34;
  font-weight:720;
}
html[lang="ko"] .hero-copy,
html[lang="ko"] .lead,
html[lang="ko"] .path-card>p,
html[lang="ko"] .pillar p{
  line-height:1.92;
  letter-spacing:.006em;
}
html[lang="ja"] .hero-copy,
html[lang="ja"] .lead,
html[lang="ja"] .path-card>p,
html[lang="ja"] .pillar p{
  line-height:2;
  letter-spacing:.012em;
}
.manifesto .container,
.paths .container,
.bridge .container,
.future .container,
.closing .container{
  padding-top:10px;
  padding-bottom:10px;
}
.closing{
  padding-top:196px;
  padding-bottom:196px;
}
@media(max-width:980px){
  .section{padding:138px 28px}
  .hero-grid{gap:54px}
  .pillar-grid{gap:18px}
  .path-card{min-height:780px}
  .bridge-layout{gap:54px}
}
@media(max-width:620px){
  .section{padding:104px 22px}
  .hero{padding-left:22px;padding-right:22px;padding-top:calc(var(--header) + 64px);padding-bottom:84px}
  .hero h1{font-size:clamp(46px,14vw,66px);line-height:1.22;letter-spacing:-.01em}
  html[lang="ko"] .hero h1{line-height:1.34;letter-spacing:0}
  html[lang="ja"] .hero h1{line-height:1.4;letter-spacing:.005em}
  .hero-copy{margin-top:34px;font-size:17px;line-height:1.88}
  .actions{margin-top:34px;gap:12px}
  .display{font-size:42px;line-height:1.3;letter-spacing:-.008em}
  html[lang="ko"] .display{line-height:1.38;letter-spacing:0}
  html[lang="ja"] .display{line-height:1.44;letter-spacing:.004em}
  .lead{margin-top:30px;line-height:1.88}
  .pillar-grid{margin-top:62px}
  .pillar{padding:28px}
  .path-grid{margin-top:64px}
  .path-card{padding:30px;min-height:700px}
  .path-card h3{font-size:42px;line-height:1.3}
  html[lang="ko"] .path-card h3{line-height:1.4}
  html[lang="ja"] .path-card h3{line-height:1.46}
  .path-card>p{font-size:18px;line-height:1.82}
  .path-visual{height:240px;margin-bottom:30px}
  .timeline{margin-top:66px}
  .time-card{padding:32px}
  .closing{padding-top:124px;padding-bottom:124px}
}

/* v0.2.0 contact and expanded footer */
.contact-section{background:#fff;border-top:1px solid var(--line)}
.contact-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);gap:110px;align-items:center}
.contact-copy .display{font-size:clamp(44px,4.8vw,70px)}
.contact-copy .lead{max-width:620px}
.contact-email{display:inline-flex;margin-top:34px;font-size:18px;font-weight:800;color:var(--blue);border-bottom:1px solid rgba(11,77,255,.3);padding-bottom:4px}
.contact-form{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #dbe5f0;border-radius:34px;padding:38px;box-shadow:0 28px 80px rgba(7,26,51,.09)}
.hidden-field{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important}
.field{display:grid;gap:9px;margin-bottom:20px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field label{font-weight:800;font-size:14px;letter-spacing:.01em}
.field input,.field select,.field textarea{width:100%;border:1px solid #ccdae8;border-radius:16px;background:#fff;color:var(--ink);font:inherit;font-size:16px;padding:15px 17px;outline:none;transition:border-color .2s,box-shadow .2s}
.field input,.field select{min-height:54px}.field textarea{resize:vertical;min-height:170px;line-height:1.65}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(11,77,255,.09)}
.form-consent{font-size:12px;line-height:1.65;color:#68798c;margin:2px 0 18px}
.form-submit{width:100%;border:0;border-radius:16px;background:var(--ink);color:#fff;padding:17px 22px;font-weight:850;cursor:pointer;transition:.2s}
.form-submit:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(7,26,51,.18)}
.form-status{min-height:24px;margin-top:12px;font-size:14px;font-weight:750}
.site-footer{padding:78px 32px 30px}
.footer-expanded{grid-template-columns:minmax(280px,1.5fr) repeat(3,minmax(130px,.65fr));align-items:start;gap:54px}
.footer-brand p{max-width:430px;line-height:1.75}.footer-operator{font-size:13px!important;color:#7a8898!important;margin-top:18px!important}
.footer-column{display:grid;align-content:start;gap:12px}.footer-column h3{font-size:13px;letter-spacing:.14em;text-transform:uppercase;margin:5px 0 12px;color:#64758a}.footer-column a{font-size:14px;color:#263b54}.footer-column a:hover{color:var(--blue)}
.footer-bottom{max-width:var(--max);margin:58px auto 0;padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:24px;font-size:12px;color:#718095}
.footer-bottom .footer-langs{margin:0;justify-content:flex-start}
@media(max-width:980px){.contact-layout{grid-template-columns:1fr;gap:64px}.contact-copy{max-width:760px}.footer-expanded{grid-template-columns:1.5fr 1fr 1fr}.footer-column:last-child{grid-column:2/4}.footer-bottom{flex-direction:column}}
@media(max-width:620px){.contact-layout{gap:48px}.contact-form{padding:24px;border-radius:26px}.field-row{grid-template-columns:1fr;gap:0}.contact-copy .display{font-size:40px}.footer-expanded{grid-template-columns:1fr;gap:36px}.footer-column:last-child{grid-column:auto}.footer-bottom{margin-top:42px}.site-footer{padding:62px 22px 28px}}

/* v0.3.0 legal documents and refined footer */
.footer-refined{grid-template-columns:minmax(360px,1.7fr) minmax(150px,.55fr) minmax(190px,.65fr);align-items:start;gap:74px}
.footer-copyright{margin-top:34px;font-size:13px;line-height:1.8;color:#718095}
.footer-refined+.footer-bottom{justify-content:flex-start}
.legal-page{background:#fff}.legal-header{height:82px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.9);backdrop-filter:blur(20px);position:sticky;top:0;z-index:30}
.legal-nav{max-width:1180px;height:100%;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.legal-nav .brand img{width:132px}.legal-back{font-size:14px;font-weight:750;color:#41556d}
.legal-main{max-width:1180px;margin:auto;padding:112px 28px 150px}.legal-hero{max-width:900px}.legal-hero h1{font-size:clamp(52px,7vw,92px);line-height:1.16;letter-spacing:-.025em;margin:14px 0 28px}.legal-hero>p{font-size:20px;line-height:1.85;color:var(--ink-soft);max-width:820px}.legal-date{margin-top:28px;font-size:13px;color:#718095}
html[lang="ko"] .legal-hero h1{letter-spacing:0;line-height:1.28}html[lang="ja"] .legal-hero h1{letter-spacing:.005em;line-height:1.34}
.legal-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:90px;margin-top:110px;align-items:start}.legal-toc{position:sticky;top:120px;border-right:1px solid var(--line);padding-right:28px;max-height:calc(100vh - 150px);overflow:auto}.legal-toc h2{font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#718095}.legal-toc nav{display:grid;gap:9px;margin-top:20px}.legal-toc a{font-size:13px;line-height:1.45;color:#53667c}.legal-toc a:hover{color:var(--blue)}
.legal-content{max-width:760px}.legal-block{scroll-margin-top:120px;padding:0 0 58px;margin-bottom:58px;border-bottom:1px solid var(--line)}.legal-block h2{font-size:30px;line-height:1.38;letter-spacing:-.015em;margin:0 0 20px}.legal-block p{font-size:17px;line-height:1.95;letter-spacing:.002em;color:#42566d;margin:0}
html[lang="ko"] .legal-block h2{letter-spacing:0;line-height:1.5}html[lang="ko"] .legal-block p{line-height:2;letter-spacing:.005em}html[lang="ja"] .legal-block p{line-height:2.05}
.legal-footer{border-top:1px solid var(--line);background:#f3f6fa;padding:34px max(28px,calc((100vw - 1124px)/2));display:flex;justify-content:space-between;gap:24px;font-size:12px;color:#697b90}.legal-footer .footer-langs{margin:0}
@media(max-width:900px){.footer-refined{grid-template-columns:1fr 1fr}.footer-refined .footer-brand{grid-column:1/3}.legal-layout{grid-template-columns:1fr;gap:56px}.legal-toc{position:static;border-right:0;border-bottom:1px solid var(--line);padding:0 0 30px;max-height:none}.legal-toc nav{grid-template-columns:1fr 1fr}.legal-footer{flex-direction:column}.legal-main{padding-top:82px}}
@media(max-width:620px){.footer-refined{grid-template-columns:1fr}.footer-refined .footer-brand{grid-column:auto}.legal-main{padding:64px 22px 100px}.legal-hero h1{font-size:48px}.legal-hero>p{font-size:18px}.legal-layout{margin-top:72px}.legal-toc nav{grid-template-columns:1fr}.legal-block{padding-bottom:42px;margin-bottom:42px}.legal-block h2{font-size:25px}.legal-block p{font-size:16px}.legal-nav{padding:0 20px}.legal-back{font-size:12px}}

/* v0.3.2 premium footer and legal polish */
.site-footer{
  background:
    radial-gradient(circle at 12% 10%, rgba(11,77,255,.055), transparent 26%),
    linear-gradient(180deg,#f7f9fc 0%,#eef3f8 100%);
  padding-top:110px;
  padding-bottom:38px;
}
.footer-refined{
  grid-template-columns:minmax(420px,1.65fr) minmax(160px,.5fr) minmax(220px,.58fr);
  gap:96px;
  padding-bottom:26px;
}
.footer-brand img{width:158px}
.footer-brand p{
  max-width:520px;
  margin-top:26px;
  font-size:20px;
  line-height:1.9;
  letter-spacing:.002em;
  color:#30465e;
}
.footer-copyright{
  margin-top:44px;
  padding-top:26px;
  border-top:1px solid rgba(7,26,51,.10);
  max-width:520px;
  font-size:13px;
  line-height:1.95;
  color:#718095;
}
.footer-column h3{
  margin-top:3px;
  margin-bottom:22px;
  font-size:12px;
  letter-spacing:.19em;
  color:#718095;
}
.footer-column{
  gap:15px;
}
.footer-column a{
  font-size:15px;
  line-height:1.55;
  color:#24384f;
}
.footer-column a:hover{
  transform:translateX(3px);
}
.footer-bottom{
  margin-top:66px;
  padding-top:28px;
  border-top:1px solid rgba(7,26,51,.10);
}
.footer-bottom .footer-langs{
  gap:14px;
}
.footer-bottom .footer-langs a{
  font-size:12px;
  letter-spacing:.06em;
  color:#758499;
}
.footer-bottom .footer-langs a[aria-current="page"]{
  color:var(--blue);
}
.legal-page{
  background:
    radial-gradient(circle at 90% 0%,rgba(8,217,246,.05),transparent 24%),
    #fff;
}
.legal-hero{
  padding-bottom:34px;
  border-bottom:1px solid var(--line);
}
.legal-hero h1{
  max-width:980px;
}
.legal-hero>p{
  max-width:880px;
}
.legal-layout{
  margin-top:96px;
}
.legal-toc{
  padding-right:34px;
}
.legal-toc nav{
  gap:12px;
}
.legal-toc a{
  transition:.2s;
}
.legal-toc a:hover{
  transform:translateX(3px);
}
.legal-content{
  max-width:790px;
}
.legal-block{
  padding-bottom:64px;
  margin-bottom:64px;
}
.legal-block h2{
  font-size:31px;
  line-height:1.5;
  margin-bottom:24px;
}
.legal-block p{
  font-size:17px;
  line-height:2.02;
}
.legal-footer{
  padding-top:42px;
  padding-bottom:42px;
}
@media(max-width:980px){
  .footer-refined{
    grid-template-columns:1fr 1fr;
    gap:62px 44px;
  }
  .footer-refined .footer-brand{
    grid-column:1/3;
  }
}
@media(max-width:620px){
  .site-footer{
    padding-top:82px;
  }
  .footer-refined{
    grid-template-columns:1fr;
    gap:42px;
  }
  .footer-refined .footer-brand{
    grid-column:auto;
  }
  .footer-brand p{
    font-size:18px;
    line-height:1.9;
  }
  .footer-bottom{
    margin-top:48px;
  }
  .legal-block h2{
    font-size:26px;
  }
}

.legal-meta-strip{
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:28px;
  flex-wrap:wrap;
}
.legal-status{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  background:#edf3ff;
  color:var(--blue);
  font-size:11px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.legal-meta-strip .legal-date{
  margin-top:0;
}

/* v0.3.3 locale-matched growth screenshots + image/text separation */
.path-card.growth{display:flex;flex-direction:column}
.path-card.growth .path-visual{
  height:auto;
  min-height:0;
  margin:0 0 56px 0;
  padding:0;
  overflow:hidden;
  border-radius:30px;
  background:#f7f3e9;
  align-items:flex-start;
}
.path-card.growth .path-visual img{
  display:block;
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  border-radius:30px;
  box-shadow:none;
}
.path-card.growth .path-label,
.path-card.growth h3,
.path-card.growth>p,
.path-card.growth ul,
.path-card.growth .btn,
.path-card.growth .path-note{
  position:relative;
  z-index:1;
}
.path-card.growth ul{margin-top:20px}
@media(max-width:980px){
  .path-card.growth .path-visual{margin-bottom:48px}
}
@media(max-width:620px){
  .path-card.growth .path-visual{margin-bottom:40px;border-radius:24px}
  .path-card.growth .path-visual img{border-radius:24px}
}

.footer-product-legal{margin-top:16px;padding-top:16px;border-top:1px solid var(--line);font-size:10px;font-weight:850;letter-spacing:.14em;text-transform:uppercase;color:#8795a6}
.legal-layout:has(.legal-content:only-child){grid-template-columns:1fr;margin-top:72px}
.legal-layout:has(.legal-content:only-child) .legal-content{max-width:820px}

/* v0.4.1 Legal Center */
.legal-center-section{margin-top:90px}.legal-center-section>h2{font-size:34px;line-height:1.35;margin:0 0 34px}
.legal-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.legal-card{min-height:150px;padding:28px;border:1px solid var(--line);border-radius:24px;background:#fff;display:flex;flex-direction:column;justify-content:space-between;transition:.22s}
.legal-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(7,26,51,.08);border-color:rgba(11,77,255,.22)}
.legal-card span{font-size:10px;font-weight:900;letter-spacing:.16em;color:#74869a}.legal-card strong{font-size:21px;line-height:1.4}
.legal-card.child{background:linear-gradient(180deg,#fbfdff,#f2f7ff)}
.product-policy-group{margin-top:52px}.product-policy-group h3{font-size:22px;margin:0 0 20px}.legal-center-note{margin-top:46px;color:var(--ink-soft);line-height:1.8}
@media(max-width:620px){.legal-card-grid{grid-template-columns:1fr}.legal-center-section{margin-top:68px}.legal-card{min-height:132px}}

/* v0.4.2 Growth age/privacy architecture */
.age-flow{margin-top:90px;display:grid;gap:18px}.age-step{position:relative;padding:34px 38px 36px 72px;border:1px solid var(--line);border-radius:26px;background:#fff}
.age-step:before{content:"";position:absolute;left:34px;top:42px;width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--cyan));box-shadow:0 0 0 7px rgba(11,77,255,.07)}
.age-step:not(:last-child):after{content:"";position:absolute;left:39px;top:58px;bottom:-28px;width:2px;background:linear-gradient(var(--blue),rgba(11,77,255,.08))}
.age-step h2{font-size:24px;line-height:1.45;margin:0 0 12px}.age-step p{font-size:16px;line-height:1.9;color:var(--ink-soft);margin:0}
.release-status{margin-top:76px;padding:38px;border-radius:28px;background:linear-gradient(145deg,#071a33,#0b2b57);color:#fff}.release-status .kicker{color:#69e9ff}.release-status p{font-size:18px;line-height:1.9;color:#d6e0ed;margin:12px 0 0}
.related-policy{margin-top:82px}.related-policy>h2{font-size:30px;margin:0 0 28px}
@media(max-width:620px){.age-flow{margin-top:62px}.age-step{padding:28px 24px 30px 54px}.age-step:before{left:24px;top:35px}.age-step:not(:last-child):after{left:29px}.release-status{padding:28px}}

/* v0.5.0 product detail pages */
.product-page{background:#fff}.product-header{height:82px;position:sticky;top:0;z-index:40;background:rgba(255,255,255,.88);backdrop-filter:blur(22px);border-bottom:1px solid var(--line)}
.product-nav{height:100%;max-width:1280px;margin:auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between}.product-nav .brand img{width:132px}.product-back{font-size:14px;font-weight:800;color:#41556d}
.product-hero{max-width:1280px;min-height:760px;margin:auto;padding:110px 32px 120px;display:grid;grid-template-columns:1.05fr .95fr;gap:88px;align-items:center}
.product-hero-copy h1{font-size:clamp(56px,6.7vw,96px);line-height:1.16;letter-spacing:-.025em;margin:0}.product-hero-copy>p{font-size:21px;line-height:1.9;color:var(--ink-soft);max-width:720px;margin:34px 0 0}
html[lang="ko"] .product-hero-copy h1{letter-spacing:0;line-height:1.28}html[lang="ja"] .product-hero-copy h1{letter-spacing:.005em;line-height:1.34}
.product-device{border-radius:38px;overflow:hidden;box-shadow:0 34px 90px rgba(25,70,60,.16);background:#edf0e8}.product-device img{width:100%;height:auto;display:block}
.growth-product{background:radial-gradient(circle at 76% 20%,rgba(114,157,110,.13),transparent 26%)}.games-product,.mines-product{max-width:none;padding-left:max(32px,calc((100vw - 1216px)/2));padding-right:max(32px,calc((100vw - 1216px)/2));background:radial-gradient(circle at 80% 22%,rgba(8,217,246,.18),transparent 24%),linear-gradient(145deg,#03102c,#082f78);color:#fff}
.games-product .product-hero-copy>p,.mines-product .product-hero-copy>p{color:#c7d5e8}.games-product .eyebrow,.mines-product .eyebrow{color:#64e9ff}
.games-orbit,.mine-hero-mark{display:grid;place-items:center;min-height:420px}.games-orbit img{width:70%;filter:drop-shadow(0 30px 50px rgba(0,0,0,.25))}.mine-hero-mark img{width:86%;filter:drop-shadow(0 28px 45px rgba(0,0,0,.30))}
.product-feature-section{padding:150px 32px;background:#f8fafc}.product-feature-grid{max-width:1216px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:24px}.product-feature{padding:42px;border:1px solid var(--line);border-radius:30px;background:#fff;min-height:300px}.product-feature>span,.mine-point>span{font-size:12px;font-weight:900;color:var(--blue);letter-spacing:.12em}.product-feature h2,.mine-point h2{font-size:34px;line-height:1.35;margin:48px 0 16px}.product-feature p,.mine-point p{font-size:17px;line-height:1.85;color:var(--ink-soft);margin:0}
.product-wide{padding:170px 32px}.product-wide>div{max-width:1040px;margin:auto}.product-wide h2{font-size:clamp(46px,5.2vw,76px);line-height:1.25;letter-spacing:-.015em;margin:0}.product-wide p{font-size:21px;line-height:1.9;color:var(--ink-soft);max-width:880px;margin:32px 0 0}.product-wide.dark{background:#061327;color:#fff}.product-wide.dark .kicker{color:#67eaff}.product-wide.dark p{color:#c4d2e5}
.product-split{padding:160px 32px;max-width:1216px;margin:auto;display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:center}.product-split h2{font-size:clamp(46px,5vw,72px);line-height:1.25;margin:0}.product-split p{font-size:20px;line-height:1.9;color:var(--ink-soft)}.privacy-orbit{display:grid;place-items:center;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,#fff,#edf4ff 58%,transparent 72%)}.privacy-orbit img{width:76%}
.text-link{display:inline-block;margin-top:28px;font-weight:850;color:var(--blue)}
.game-showcase{max-width:1216px;margin:auto;padding:150px 32px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.mine-brand{min-height:470px;border-radius:40px;display:grid;place-items:center;background:radial-gradient(circle at 70% 20%,rgba(8,217,246,.25),transparent 26%),linear-gradient(145deg,#061533,#0a47a4)}.mine-brand img{width:78%}.mine-copy h2{font-size:64px;line-height:1.2;margin:0}.mine-copy p{font-size:20px;line-height:1.9;color:var(--ink-soft)}
.future-game-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:42px}.future-game-row span{padding:12px 18px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#d9e6f5}
.mine-point-grid{max-width:1216px;margin:auto;padding:150px 32px;display:grid;grid-template-columns:1fr 1fr;gap:22px}.mine-point{padding:42px;border:1px solid var(--line);border-radius:30px;background:#fff;min-height:300px}.mine-privacy{background:linear-gradient(180deg,#eff5ff,#fff)}
.product-footer{padding:36px 32px;border-top:1px solid var(--line);background:#f3f6fa;text-align:center;font-size:12px;color:#718095}
@media(max-width:960px){.product-hero{grid-template-columns:1fr;min-height:auto}.product-device{max-width:680px}.product-feature-grid,.game-showcase,.mine-point-grid,.product-split{grid-template-columns:1fr}.games-orbit,.mine-hero-mark{min-height:320px}.game-showcase{gap:50px}}
@media(max-width:620px){.product-nav{padding:0 20px}.product-hero{padding:78px 22px 90px;gap:48px}.product-hero-copy h1{font-size:48px}.product-hero-copy>p{font-size:18px}.product-feature-section,.mine-point-grid{padding:100px 22px}.product-feature,.mine-point{padding:30px;min-height:auto}.product-feature h2,.mine-point h2{font-size:28px;margin-top:34px}.product-wide{padding:110px 22px}.product-wide h2{font-size:43px}.product-wide p{font-size:18px}.product-split,.game-showcase{padding:110px 22px}.product-split h2,.mine-copy h2{font-size:44px}.mine-brand{min-height:330px}}

/* v0.5.1 shared product navigation + Sudoku foundation */
.product-nav{gap:24px}.product-nav-links{display:flex;align-items:center;gap:22px;margin-left:auto}.product-nav-links a{font-size:13px;font-weight:750;color:#42566d}.product-nav-links a:hover{color:var(--blue)}.product-back{margin-left:18px;padding-left:18px;border-left:1px solid var(--line)}
.sudoku-product{background:radial-gradient(circle at 80% 24%,rgba(94,117,255,.12),transparent 26%),linear-gradient(180deg,#fbfcff,#f3f6ff)}
.sudoku-board{width:min(520px,100%);aspect-ratio:1;display:grid;grid-template-columns:repeat(9,1fr);grid-template-rows:repeat(9,1fr);border:3px solid #14284b;background:#fff;box-shadow:0 34px 80px rgba(25,45,90,.14)}
.sudoku-board span{display:grid;place-items:center;border-right:1px solid #c7d1df;border-bottom:1px solid #c7d1df;font-size:clamp(18px,2vw,30px);font-weight:760;color:#183e83}.sudoku-board span:nth-child(3n){border-right:2px solid #14284b}.sudoku-board span:nth-child(n+19):nth-child(-n+27),.sudoku-board span:nth-child(n+46):nth-child(-n+54){border-bottom:2px solid #14284b}
.sudoku-concepts{max-width:1216px;margin:auto;padding:0 32px 150px;display:grid;grid-template-columns:1fr 1fr;gap:22px}.sudoku-concepts article{padding:44px;border:1px solid var(--line);border-radius:30px;background:#fff}.sudoku-concepts span{font-size:12px;font-weight:900;color:var(--blue)}.sudoku-concepts h2{font-size:32px;line-height:1.4;margin:40px 0 16px}.sudoku-concepts p{font-size:17px;line-height:1.85;color:var(--ink-soft)}
.future-game-row a{padding:12px 18px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#d9e6f5}
@media(max-width:1000px){.product-nav-links{display:none}.product-back{margin-left:auto}.sudoku-concepts{grid-template-columns:1fr}}
@media(max-width:620px){.sudoku-board{max-width:420px}.sudoku-concepts{padding:0 22px 100px}.sudoku-concepts article{padding:30px}}

/* v0.5.2 Growth product experience */
.growth-app-structure{padding:160px 32px;background:linear-gradient(180deg,#fff,#f7f9f5)}.growth-app-intro{max-width:1040px;margin:auto}.growth-app-intro h2{font-size:clamp(48px,5.3vw,76px);line-height:1.25;letter-spacing:-.015em;margin:0}.growth-app-intro>p{font-size:21px;line-height:1.9;color:var(--ink-soft);max-width:880px;margin:32px 0 0}
.growth-space-grid{max-width:1216px;margin:82px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.growth-space-card{padding:30px;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.88);min-height:330px}.growth-space-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:#eaf2e8;color:#31583d;font-weight:900;font-size:18px}.growth-space-card h3{font-size:28px;margin:46px 0 16px}.growth-space-card p{font-size:16px;line-height:1.82;color:var(--ink-soft);margin:0}
.growth-deep-dive{max-width:1216px;margin:auto;padding:160px 32px;display:grid;gap:0}.growth-deep-dive article{display:grid;grid-template-columns:190px 1fr;column-gap:60px;padding:72px 0;border-top:1px solid var(--line)}.growth-deep-dive article:last-child{border-bottom:1px solid var(--line)}.growth-deep-dive article .kicker{grid-column:1}.growth-deep-dive article h2{grid-column:2;font-size:clamp(38px,4vw,58px);line-height:1.3;letter-spacing:-.01em;margin:0}.growth-deep-dive article p{grid-column:2;font-size:19px;line-height:1.9;color:var(--ink-soft);max-width:780px;margin:26px 0 0}
.growth-product-principle{padding:150px 32px;background:radial-gradient(circle at 80% 20%,rgba(109,151,104,.14),transparent 25%),#eef3e9}.growth-product-principle>div{max-width:1040px;margin:auto}.growth-product-principle h2{font-size:clamp(46px,5vw,72px);line-height:1.28;margin:0}.growth-product-principle p{font-size:20px;line-height:1.9;color:#4d6255;max-width:850px;margin:30px 0}.growth-product-principle .btn{margin-top:12px}
html[lang="ko"] .growth-app-intro h2,html[lang="ko"] .growth-deep-dive h2,html[lang="ko"] .growth-product-principle h2{letter-spacing:0;line-height:1.4}
html[lang="ja"] .growth-app-intro h2,html[lang="ja"] .growth-deep-dive h2,html[lang="ja"] .growth-product-principle h2{letter-spacing:.004em;line-height:1.45}
@media(max-width:1000px){.growth-space-grid{grid-template-columns:1fr 1fr}.growth-deep-dive article{grid-template-columns:1fr;gap:18px}.growth-deep-dive article .kicker,.growth-deep-dive article h2,.growth-deep-dive article p{grid-column:1}}
@media(max-width:620px){.growth-app-structure,.growth-deep-dive,.growth-product-principle{padding:105px 22px}.growth-app-intro h2{font-size:43px}.growth-app-intro>p{font-size:18px}.growth-space-grid{grid-template-columns:1fr;margin-top:58px}.growth-space-card{min-height:auto;padding:28px}.growth-deep-dive article{padding:52px 0}.growth-deep-dive article h2{font-size:36px}.growth-deep-dive article p{font-size:17px}.growth-product-principle h2{font-size:42px}}

/* v0.5.3 local preview + Mines connected experience */
.mines-experience{padding:160px 32px;background:linear-gradient(180deg,#fff,#f5f8fc)}
.mines-experience-intro{max-width:1040px;margin:auto}.mines-experience-intro h2{font-size:clamp(48px,5.2vw,76px);line-height:1.25;letter-spacing:-.015em;margin:0}.mines-experience-intro>p{font-size:21px;line-height:1.9;color:var(--ink-soft);max-width:900px;margin:32px 0 0}
.mines-flow-grid{max-width:1216px;margin:82px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.mines-flow-card{min-height:330px;padding:30px;border-radius:28px;border:1px solid var(--line);background:#fff}.mines-flow-card>span{font-size:12px;font-weight:900;letter-spacing:.14em;color:var(--blue)}.mines-flow-card h3{font-size:27px;margin:46px 0 16px}.mines-flow-card p{font-size:16px;line-height:1.82;color:var(--ink-soft);margin:0}
.mines-deep-dive{max-width:1216px;margin:auto;padding:160px 32px}.mines-deep-dive article{display:grid;grid-template-columns:190px 1fr;gap:18px 60px;padding:72px 0;border-top:1px solid var(--line)}.mines-deep-dive article:last-child{border-bottom:1px solid var(--line)}.mines-deep-dive .kicker{grid-column:1}.mines-deep-dive h2{grid-column:2;font-size:clamp(38px,4vw,58px);line-height:1.3;margin:0}.mines-deep-dive p{grid-column:2;font-size:19px;line-height:1.9;color:var(--ink-soft);max-width:800px;margin:24px 0 0}
.mines-local-first{padding:155px 32px;background:radial-gradient(circle at 85% 10%,rgba(8,217,246,.18),transparent 25%),linear-gradient(145deg,#061329,#0a3379);color:#fff}.mines-local-first>div{max-width:1040px;margin:auto}.mines-local-first .kicker{color:#6feaff}.mines-local-first h2{font-size:clamp(46px,5vw,72px);line-height:1.28;margin:0}.mines-local-first p{font-size:20px;line-height:1.9;color:#c9d6e7;max-width:880px;margin:30px 0}.mines-local-first .btn.secondary{background:#fff;color:#08245a}
html[lang="ko"] .mines-experience-intro h2,html[lang="ko"] .mines-deep-dive h2,html[lang="ko"] .mines-local-first h2{letter-spacing:0;line-height:1.4}
html[lang="ja"] .mines-experience-intro h2,html[lang="ja"] .mines-deep-dive h2,html[lang="ja"] .mines-local-first h2{letter-spacing:.004em;line-height:1.45}
@media(max-width:1000px){.mines-flow-grid{grid-template-columns:1fr 1fr}.mines-deep-dive article{grid-template-columns:1fr}.mines-deep-dive .kicker,.mines-deep-dive h2,.mines-deep-dive p{grid-column:1}}
@media(max-width:620px){.mines-experience,.mines-deep-dive,.mines-local-first{padding:105px 22px}.mines-experience-intro h2{font-size:43px}.mines-experience-intro>p{font-size:18px}.mines-flow-grid{grid-template-columns:1fr;margin-top:58px}.mines-flow-card{min-height:auto;padding:28px}.mines-deep-dive article{padding:52px 0}.mines-deep-dive h2{font-size:36px}.mines-deep-dive p{font-size:17px}.mines-local-first h2{font-size:42px}}

/* v0.5.5 Universe branding + simplified shared navigation */
.site-header .brand,
.product-header .brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
}
.universe-word{
  display:inline-block;
  font-size:16px;
  line-height:1;
  font-weight:850;
  letter-spacing:.02em;
  color:#163251;
  white-space:nowrap;
}
.product-header{
  background:rgba(255,255,255,.9);
}
@media(max-width:1000px){
  .universe-word{font-size:14px}
}

/* v0.5.6 global language switcher */
.global-language-switcher{position:relative;margin-left:14px;z-index:80}.language-trigger{min-width:88px;height:44px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#18304b;font:inherit;font-size:13px;font-weight:850;cursor:pointer;box-shadow:0 8px 24px rgba(7,26,51,.04)}.language-trigger:hover{border-color:rgba(11,77,255,.28)}.language-icon{font-size:15px;line-height:1}.language-chevron{font-size:13px;transform:translateY(-1px)}.language-menu{position:absolute;top:54px;right:0;width:190px;padding:8px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 24px 60px rgba(7,26,51,.14);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.18s ease}.global-language-switcher.open .language-menu{opacity:1;visibility:visible;transform:translateY(0)}.language-option{min-height:42px;padding:9px 11px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:12px;color:#32475f;font-size:13px;font-weight:700}.language-option:hover{background:#f3f7fb;color:var(--blue)}.language-option.active{background:#eef4ff;color:var(--blue);font-weight:850}.language-option span{font-size:11px;letter-spacing:.08em;color:#8492a3}.site-header .global-language-switcher{margin-left:18px}@media(max-width:1000px){.product-nav .global-language-switcher{margin-left:auto}.product-back{display:none}}@media(max-width:720px){.language-trigger{min-width:72px;height:40px;padding:0 11px}.language-icon{display:none}.language-menu{right:0;width:176px}}

/* v0.5.7 language switcher header fix */
.site-header .header-inner,
.product-header .product-nav{
  display:flex;
  align-items:center;
}
.site-header .global-language-switcher,
.product-header .global-language-switcher{
  position:relative;
  flex:0 0 auto;
  z-index:120;
}
.global-language-switcher .language-menu{
  display:block;
  position:absolute;
  right:0;
  top:calc(100% + 10px);
  width:190px;
  padding:8px;
  margin:0;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 24px 60px rgba(7,26,51,.16);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(-6px);
  transition:opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.global-language-switcher.open .language-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.language-option{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  width:100%;
  min-height:40px;
  padding:9px 11px;
  margin:0;
  border-radius:11px;
  white-space:nowrap;
}
.product-nav .global-language-switcher{
  margin-left:10px;
}
.site-header .global-language-switcher{
  margin-left:16px;
}
@media(max-width:1100px){
  .product-nav-links{gap:14px}
  .product-nav .global-language-switcher{margin-left:6px}
}

/* v0.5.8 authoritative header language selector + unified footer */
.product-header{
  height:82px;
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(22px);
  border-bottom:1px solid var(--line);
}
.product-nav{
  height:100%;
  max-width:1280px;
  margin:0 auto;
  padding:0 32px;
  display:flex;
  align-items:center;
  gap:22px;
}
.product-nav .brand{flex:0 0 auto}
.product-nav .brand img{display:block;width:132px}
.product-nav-links{
  display:flex;
  align-items:center;
  gap:22px;
  margin-left:auto;
}
.product-nav-links a{
  font-size:13px;
  line-height:1;
  font-weight:780;
  color:#40546c;
  white-space:nowrap;
}
.product-back{
  flex:0 0 auto;
  margin-left:4px;
  padding-left:20px;
  border-left:1px solid var(--line);
  font-size:13px;
  font-weight:850;
  color:#40546c;
  white-space:nowrap;
}
.global-language-switcher{
  position:relative !important;
  display:block !important;
  flex:0 0 auto;
  margin-left:0 !important;
  z-index:999 !important;
  visibility:visible !important;
  opacity:1 !important;
}
.language-trigger{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-width:118px;
  height:44px;
  padding:0 15px;
  gap:8px;
  border:1px solid #d9e1ea;
  border-radius:999px;
  background:#fff;
  color:#172e49;
  font-family:inherit;
  font-size:13px;
  line-height:1;
  font-weight:850;
  cursor:pointer;
  visibility:visible !important;
  opacity:1 !important;
}
.language-trigger:hover{border-color:#a9bdd5}
.language-chevron{font-size:12px}
.language-menu{
  position:absolute !important;
  top:52px !important;
  right:0 !important;
  left:auto !important;
  width:204px !important;
  padding:8px !important;
  margin:0 !important;
  border:1px solid #d9e1ea !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 24px 60px rgba(7,26,51,.16) !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translateY(-6px);
  transition:.16s ease;
}
.global-language-switcher.open .language-menu{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:translateY(0);
}
.language-option{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  width:100%;
  min-height:42px;
  padding:9px 11px;
  border-radius:11px;
  color:#32475f;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  box-sizing:border-box;
}
.language-option:hover{background:#f3f7fb;color:var(--blue)}
.language-option.active{background:#edf4ff;color:var(--blue);font-weight:850}
.language-code{font-size:11px;color:#8391a2;letter-spacing:.08em}

.product-page .site-footer,
.legal-page .site-footer{
  margin-top:0;
}
.product-page .footer-inner,
.legal-page .footer-inner,
.product-page .footer-bottom,
.legal-page .footer-bottom{
  max-width:1280px;
  margin-left:auto;
  margin-right:auto;
  padding-left:32px;
  padding-right:32px;
}
@media(max-width:1050px){
  .product-nav-links{gap:14px}
  .language-trigger{min-width:88px}
  .language-label{font-size:0}
  .language-label::after{content:attr(data-code)}
}
@media(max-width:900px){
  .product-nav-links{display:none}
  .product-back{margin-left:auto}
}
@media(max-width:620px){
  .product-nav{padding:0 18px;gap:10px}
  .product-back{display:none}
  .language-trigger{min-width:68px;height:40px;padding:0 11px}
  .language-menu{width:184px !important}
}

/* v0.5.9 VERIFIED universal header / language / footer */
.universal-top-header{
  height:82px !important;
  position:sticky !important;
  top:0 !important;
  z-index:1000 !important;
  display:block !important;
  background:rgba(255,255,255,.96) !important;
  backdrop-filter:blur(20px);
  border-bottom:1px solid #e1e7ee !important;
}
.universal-top-header .product-nav{
  height:82px !important;
  max-width:1280px !important;
  margin:0 auto !important;
  padding:0 32px !important;
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
}
.universal-top-header .brand{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  flex:0 0 auto !important;
}
.universal-top-header .brand img{display:block !important;width:132px !important}
.universe-word{font-size:16px;font-weight:850;color:#163251;white-space:nowrap}
.universal-top-header .product-nav-links{
  display:flex !important;
  align-items:center !important;
  gap:22px !important;
  margin-left:auto !important;
}
.universal-top-header .product-nav-links a,
.universal-top-header .product-back{
  display:inline-block !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:800 !important;
  color:#3d526b !important;
  white-space:nowrap !important;
}
.universal-top-header .product-back{
  margin-left:2px !important;
  padding-left:20px !important;
  border-left:1px solid #e1e7ee !important;
}
.universal-top-header .global-language-switcher{
  display:block !important;
  position:relative !important;
  flex:0 0 auto !important;
  margin-left:2px !important;
  visibility:visible !important;
  opacity:1 !important;
  z-index:2000 !important;
}
.universal-top-header .language-trigger{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:116px !important;
  height:44px !important;
  padding:0 15px !important;
  border:1px solid #d5dee8 !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#172e49 !important;
  font-family:inherit !important;
  font-size:13px !important;
  font-weight:850 !important;
  cursor:pointer !important;
  visibility:visible !important;
  opacity:1 !important;
}
.universal-top-header .language-menu{
  display:block !important;
  position:absolute !important;
  top:52px !important;
  right:0 !important;
  width:204px !important;
  padding:8px !important;
  border:1px solid #d5dee8 !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 22px 55px rgba(7,26,51,.16) !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translateY(-5px) !important;
}
.universal-top-header .global-language-switcher.open .language-menu{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:translateY(0) !important;
}
.universal-top-header .language-option{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  width:100% !important;
  min-height:42px !important;
  padding:9px 11px !important;
  border-radius:11px !important;
  color:#32475f !important;
  font-size:13px !important;
  font-weight:700 !important;
  text-decoration:none !important;
  box-sizing:border-box !important;
}
.universal-top-header .language-option:hover{background:#f3f7fb !important;color:#0b4dff !important}
.universal-top-header .language-option.active{background:#edf4ff !important;color:#0b4dff !important;font-weight:850 !important}
.site-footer{
  background:linear-gradient(180deg,#f7f9fc 0%,#eef3f8 100%) !important;
  padding:110px 0 38px !important;
  border-top:1px solid #e1e7ee !important;
}
.site-footer .footer-inner,
.site-footer .footer-bottom{
  max-width:1280px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:32px !important;
  padding-right:32px !important;
}
.site-footer .footer-refined{
  display:grid !important;
  grid-template-columns:minmax(420px,1.65fr) minmax(160px,.5fr) minmax(220px,.58fr) !important;
  gap:96px !important;
}
.site-footer .footer-brand img{width:158px !important}
.site-footer .footer-brand p{max-width:520px !important;margin-top:26px !important;font-size:20px !important;line-height:1.9 !important;color:#30465e !important}
.site-footer .footer-column{display:flex !important;flex-direction:column !important;gap:15px !important}
.site-footer .footer-column h3{margin:3px 0 22px !important;font-size:12px !important;letter-spacing:.19em !important;color:#718095 !important}
.site-footer .footer-column a{font-size:15px !important;line-height:1.55 !important;color:#24384f !important}
.site-footer .footer-bottom{margin-top:66px !important;padding-top:28px !important;border-top:1px solid rgba(7,26,51,.10) !important}
.site-footer .footer-langs{display:flex !important;gap:14px !important;flex-wrap:wrap !important}
.site-footer .footer-langs a{font-size:12px !important;color:#758499 !important}
.site-footer .footer-langs a[aria-current="page"]{color:#0b4dff !important;font-weight:850 !important}
@media(max-width:980px){
  .universal-top-header .product-nav-links{display:none !important}
  .universal-top-header .product-back{margin-left:auto !important}
  .site-footer .footer-refined{grid-template-columns:1fr 1fr !important;gap:62px 44px !important}
  .site-footer .footer-brand{grid-column:1/3 !important}
}
@media(max-width:620px){
  .universal-top-header .product-nav{padding:0 18px !important;gap:10px !important}
  .universal-top-header .product-back{display:none !important}
  .universal-top-header .language-trigger{min-width:74px !important;padding:0 11px !important}
  .universal-top-header .language-label{font-size:0 !important}
  .universal-top-header .language-label::after{content:"LANG" !important;font-size:12px !important}
  .site-footer{padding-top:82px !important}
  .site-footer .footer-refined{grid-template-columns:1fr !important;gap:42px !important}
  .site-footer .footer-brand{grid-column:auto !important}
}

/* v0.6.2 NATIVE language menu — no JavaScript dependency */
.native-language-menu{
  position:relative;
  flex:0 0 auto;
  margin-left:2px;
  z-index:3000;
}
.native-language-menu summary{
  list-style:none;
  min-width:116px;
  height:44px;
  padding:0 15px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  box-sizing:border-box;
  border:1px solid #d5dee8;
  border-radius:999px;
  background:#fff;
  color:#172e49;
  font-size:13px;
  font-weight:850;
  cursor:pointer;
  user-select:none;
}
.native-language-menu summary::-webkit-details-marker{display:none}
.native-language-menu[open] summary{border-color:#a8bad0}
.native-language-options{
  position:absolute;
  top:52px;
  right:0;
  width:204px;
  padding:8px;
  box-sizing:border-box;
  border:1px solid #d5dee8;
  border-radius:18px;
  background:#fff;
  box-shadow:0 22px 55px rgba(7,26,51,.16);
}
.native-language-options a{
  min-height:42px;
  padding:9px 11px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  box-sizing:border-box;
  border-radius:11px;
  color:#32475f;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}
.native-language-options a:hover{background:#f3f7fb;color:#0b4dff}
.native-language-options a.active{background:#edf4ff;color:#0b4dff;font-weight:850}
.native-language-options b{font-size:11px;letter-spacing:.08em;color:#8391a2}
@media(max-width:900px){
  .product-nav-links{display:none !important}
  .product-back{margin-left:auto !important}
}
@media(max-width:620px){
  .product-back{display:none !important}
  .native-language-menu summary{min-width:76px;height:40px;padding:0 10px;font-size:12px}
  .native-language-options{width:184px}
}
/* v0.8.0 Korean content expansion */
.deep-section{padding:120px 0;background:#fff}.deep-section.soft{background:#f5f8fc}.deep-section.dark{background:#06172e;color:#fff}.deep-inner{width:min(1180px,calc(100% - 64px));margin:auto}.deep-section h2{font-size:clamp(42px,5vw,76px);line-height:1.22;letter-spacing:-.035em;margin:22px 0 38px}.deep-section .lead{max-width:900px;font-size:20px;line-height:1.9;letter-spacing:-.012em;color:#40546d}.deep-section.dark .lead{color:#d7e1ee}.deep-section .eyebrow{font-weight:900;letter-spacing:.2em;color:#0b55ff}.cyan{color:#23d6ee!important}.deep-section blockquote{margin:52px 0;font-size:clamp(28px,3vw,48px);line-height:1.5;font-weight:750;border-left:4px solid #15cde7;padding-left:28px}.compare-grid,.path-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px}.compare-grid article,.path-grid article,.three-grid article,.audience-grid article,.level-grid article,.life-grid article{padding:34px;border:1px solid #dce4ed;border-radius:24px;background:#fff;color:#0a1d36}.compare-grid .accent{border-color:#1260ff;background:#edf4ff}.level-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:46px}.three-grid,.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:46px}.planet-flow{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:48px}.planet-flow article{padding:25px 18px;border-radius:20px;background:#edf4ff}.planet-flow b,.planet-flow span{display:block}.planet-flow span{margin-top:8px;color:#0b55ff;font-weight:800}.statement{font-size:25px;line-height:1.65;margin-top:46px}.note{margin-top:32px;font-size:15px;line-height:1.7;color:#697b91}.callout{margin-top:38px;padding:34px;border-radius:24px;background:#eaf2ff;font-size:19px;line-height:1.8}.mind-words{display:flex;flex-wrap:wrap;gap:12px;margin:42px 0}.mind-words span{padding:12px 18px;border:1px solid #cad8e7;border-radius:999px;background:#fff;font-weight:700}.life-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px}.final-line{font-size:30px;font-weight:850;line-height:1.55;margin-top:42px}.deep-section li{margin:10px 0;line-height:1.6}@media(max-width:900px){.deep-section{padding:82px 0}.deep-inner{width:min(100% - 36px,1180px)}.compare-grid,.path-grid,.three-grid,.audience-grid{grid-template-columns:1fr}.level-grid,.life-grid{grid-template-columns:1fr 1fr}.planet-flow{grid-template-columns:1fr 1fr 1fr}}@media(max-width:560px){.level-grid,.life-grid,.planet-flow{grid-template-columns:1fr}.deep-section h2{font-size:40px}.deep-section .lead{font-size:18px}}
/* v0.9.4 — oorio home experience showcase */
.experience-showcase{padding:150px 28px;background:#fff;color:#071a33}.experience-inner{max-width:1280px;margin:auto}.experience-showcase .eyebrow{color:#0b4dff}.experience-showcase h2{font-size:clamp(52px,6.4vw,92px);line-height:1.12;letter-spacing:-.035em;max-width:1050px;margin:26px 0 34px}.experience-lead{max-width:880px;font-size:21px;line-height:1.9;color:#52657b;margin:0 0 74px}.experience-growth-card{display:grid;grid-template-columns:.9fr 1.1fr;min-height:500px;border:1px solid #dce5ef;border-radius:40px;overflow:hidden;text-decoration:none;color:#18352c;background:linear-gradient(135deg,#f8f5ec,#e6f0df);box-shadow:0 24px 70px rgba(7,26,51,.06)}.experience-growth-copy{padding:58px;display:flex;flex-direction:column}.experience-growth-copy>span,.game-copy>span{font-size:12px;font-weight:900;letter-spacing:.17em}.experience-growth-copy h3{font-size:52px;line-height:1.15;margin:54px 0 20px}.experience-growth-copy p{font-size:18px;line-height:1.82}.experience-growth-copy b{margin-top:auto}.experience-growth-visual{min-height:500px;overflow:hidden}.experience-growth-visual img{width:100%;height:100%;object-fit:cover;object-position:top center}.games-showcase-head{margin:140px 0 54px;max-width:900px}.games-showcase-head h3{font-size:clamp(42px,5vw,70px);line-height:1.18;letter-spacing:-.025em;margin:24px 0}.games-showcase-head>p:last-child{font-size:19px;line-height:1.85;color:#52657b}.game-showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.game-showcase-card{border:1px solid #dce5ef;border-radius:34px;overflow:hidden;text-decoration:none;color:#071a33;background:#fff;display:flex;flex-direction:column;min-height:610px;transition:.22s}.game-showcase-card:hover{transform:translateY(-5px);box-shadow:0 24px 60px rgba(7,26,51,.1)}.game-visual{height:280px;display:grid;place-items:center;overflow:hidden}.mines-visual{background:radial-gradient(circle at 70% 25%,rgba(0,224,255,.28),transparent 28%),linear-gradient(145deg,#03102c,#073b9e)}.mines-visual img{width:74%;height:auto}.sudoku-visual{background:#f3f6fc}.mini-sudoku{font:800 24px/1.18 ui-monospace,Consolas,monospace;letter-spacing:.14em;color:#123f8c;border:3px solid #18345d;padding:18px;background:#fff}.mahjong-visual{background:linear-gradient(145deg,#f5f1e7,#e3eee1)}.mahjong-tiles{display:grid;grid-template-columns:repeat(3,68px);gap:10px}.mahjong-tiles i{font-style:normal;width:68px;height:84px;border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(7,26,51,.13);display:grid;place-items:center;font-size:30px;font-weight:800;color:#164a3a}.game-copy{padding:34px;display:flex;flex-direction:column;flex:1}.game-copy>span{color:#0b4dff}.game-copy h4{font-size:31px;margin:18px 0}.game-copy p{font-size:16px;line-height:1.78;color:#52657b;margin:0 0 30px}.game-copy b{margin-top:auto;font-size:14px}.experience-future{max-width:900px;margin:48px 0 0;font-size:16px;line-height:1.85;color:#718197}
@media(max-width:900px){.experience-growth-card{grid-template-columns:1fr}.experience-growth-visual{min-height:390px}.game-showcase-grid{grid-template-columns:1fr}.game-showcase-card{min-height:auto}.game-visual{height:300px}}
@media(max-width:620px){.experience-showcase{padding:100px 20px}.experience-showcase h2{font-size:45px}.experience-lead{font-size:18px}.experience-growth-copy{padding:32px}.experience-growth-copy h3{font-size:40px;margin-top:36px}.experience-growth-visual{min-height:310px}.games-showcase-head{margin-top:100px}.games-showcase-head h3{font-size:40px}.game-visual{height:240px}}

/* v0.9.5 — Fortune, Mahjong and complete product navigation */
.universal-top-header .product-nav-links{gap:16px!important}
.experience-primary-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:0}
.experience-primary-grid .experience-growth-card{grid-template-columns:1fr;min-height:650px}
.experience-primary-grid .experience-growth-copy{min-height:310px;padding:42px}
.experience-primary-grid .experience-growth-copy h3{margin:28px 0 16px;font-size:44px}
.experience-primary-grid .experience-growth-visual{min-height:340px}
.experience-fortune-card{display:flex;flex-direction:column;min-height:650px;border:1px solid #dce5ef;border-radius:40px;overflow:hidden;text-decoration:none;color:#382b4e;background:linear-gradient(145deg,#f7f1fb,#ece8f7);box-shadow:0 24px 70px rgba(7,26,51,.06)}
.fortune-card-visual{min-height:340px;display:grid;place-items:center;background:radial-gradient(circle at 50% 45%,rgba(153,112,205,.22),transparent 42%)}
.fortune-card-copy{padding:42px;display:flex;flex-direction:column;flex:1}.fortune-card-copy>span{font-size:12px;font-weight:900;letter-spacing:.17em;color:#77579d}.fortune-card-copy h3{font-size:44px;line-height:1.15;margin:28px 0 10px}.fortune-card-copy p{font-size:17px;line-height:1.8;color:#665b75}.fortune-card-copy b{margin-top:auto;font-size:14px}
.dev-pill{display:inline-flex;width:max-content;padding:7px 11px;border-radius:999px;background:#eef3fa;color:#61748a;font-size:11px;font-weight:850;letter-spacing:.04em;margin:0 0 14px}.fortune-card-copy .dev-pill{background:#fff;color:#77579d}
.fortune-orbit{position:relative;width:min(410px,78vw);aspect-ratio:1;border:1px solid rgba(117,83,156,.25);border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#fff 0 16%,transparent 17%)}.fortune-orbit:before,.fortune-orbit:after{content:"";position:absolute;border:1px solid rgba(117,83,156,.22);border-radius:50%;inset:15%}.fortune-orbit:after{inset:30%}.fortune-orbit span{font-size:72px;color:#77579d}.fortune-orbit i{position:absolute;width:14px;height:14px;border-radius:50%;background:#8d6bb4}.fortune-orbit i:nth-of-type(1){top:12%;left:47%}.fortune-orbit i:nth-of-type(2){right:14%;bottom:34%}.fortune-orbit i:nth-of-type(3){left:18%;bottom:20%}.fortune-orbit.mini{width:270px}.fortune-orbit.mini span{font-size:54px}
.mahjong-page-tiles{width:min(500px,100%);display:grid;grid-template-columns:repeat(3,110px);gap:16px;justify-content:center}.mahjong-page-tiles i{font-style:normal;height:132px;border-radius:18px;background:#fff;box-shadow:0 18px 42px rgba(7,26,51,.14);display:grid;place-items:center;font-size:44px;font-weight:800;color:#174c3a;border:1px solid #d8e3db}
.fortune-product{background:linear-gradient(135deg,#fbf8fd,#f0edf8)}.mahjong-product{background:linear-gradient(135deg,#fbfaf5,#edf4ec)}
@media(max-width:1120px){.universal-top-header .product-nav-links{gap:11px!important}.universal-top-header .product-nav-links a{font-size:12px!important}}
@media(max-width:900px){.experience-primary-grid{grid-template-columns:1fr}.experience-primary-grid .experience-growth-card,.experience-fortune-card{min-height:auto}.mahjong-page-tiles{grid-template-columns:repeat(3,86px)}.mahjong-page-tiles i{height:105px}}

/* v0.9.7 — unreleased projects concealed */
.project-placeholder{width:118px;height:118px;border-radius:30px;border:1px solid #cdd8e7;background:rgba(255,255,255,.75);display:grid;place-items:center;font-size:48px;font-weight:900;color:#63758d;box-shadow:0 18px 44px rgba(7,26,51,.08)}
.project-placeholder.large{width:170px;height:170px;font-size:72px;margin-bottom:38px}
.project-secret-page{min-height:720px;padding:150px 28px;background:linear-gradient(135deg,#f7f9fc,#eef3f9)}
.project-secret-inner{max-width:1000px;margin:auto}.project-secret-inner h1{font-size:clamp(64px,9vw,118px);line-height:1;margin:25px 0}.project-secret-inner>p:last-child{font-size:20px;line-height:1.8;color:#52657b;max-width:680px}

/* v0.9.8 — production/mobile hardening */
html,body{max-width:100%;overflow-x:hidden}
img,svg,video{max-width:100%;height:auto}
input,select,textarea,button{max-width:100%;box-sizing:border-box}
@media(max-width:620px){
  .experience-showcase,.deep-section,.product-wide,.legal-wrap{overflow:hidden}
  .experience-showcase{padding-left:18px!important;padding-right:18px!important}
  .game-showcase-grid{grid-template-columns:1fr!important}
  .game-showcase-card{min-width:0!important}
  .experience-primary-grid{grid-template-columns:1fr!important}
  .contact-form,.contact-layout{min-width:0!important}
  .field-row{grid-template-columns:1fr!important}
  .site-footer,.universal-footer{overflow:hidden}
}
