/* Canonical palette: native Velvet.uss. Website layout values are adaptations. */
@font-face{font-family:Manrope;src:url('./fonts/Manrope-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('./fonts/Manrope-SemiBold.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}
:root{color-scheme:dark;--bg:#171411;--surface:#26211d;--text:#f5ede2;--muted:#bfb2a6;--accent:#e5a16d;--on-accent:#21150c;--accent-pressed:#cc8b59;--accent-hover:#efb282;--accent-bg:#3a2c22;--line:#4d4035;--positive-bg:#26352e;--positive:#bed2bb;--warning-bg:#3e311e;--warning:#edc589;--danger-bg:#422921;--danger:#f5b39d;--page-width:1280px;--reading-width:65ch;--radius:14px;--motion:cubic-bezier(.2,.8,.2,1)}
:root[data-theme="light"]{color-scheme:light;--bg:#f4eee5;--surface:#e9dfd2;--text:#28221d;--muted:#6d5d50;--accent:#8c441f;--on-accent:#fff5ea;--accent-pressed:#723617;--accent-hover:#9c5027;--accent-bg:#e9d2bf;--line:#cbbcab;--positive-bg:#d9e3d4;--positive:#355138;--warning-bg:#eddfbd;--warning:#684514;--danger-bg:#efd9ce;--danger:#8c3420}
html{scroll-behavior:smooth}
body.others-site{margin:0}
.others-site{background:var(--bg);color:var(--text);font:400 16px/1.6 Manrope,sans-serif;min-height:100dvh;-webkit-font-smoothing:antialiased}
.others-site *,.others-site *::before,.others-site *::after{box-sizing:border-box}
.others-site img{display:block;max-width:100%;height:auto}
.others-site svg{display:block}
.others-site a{color:inherit;text-decoration-thickness:1px;text-underline-offset:5px}
.others-site a:hover{color:var(--accent)}
.others-site button,.others-site select,.others-site input{font:inherit}
.others-site button,.others-site select{cursor:pointer}
.others-site :focus-visible{outline:2px solid var(--accent);outline-offset:5px}
.others-site h1,.others-site h2,.others-site h3,.others-site p,.others-site figure{margin:0}
.others-site h1,.others-site h2,.others-site h3{font-weight:600;text-wrap:balance}
.others-site h1{font-size:clamp(48px,5.5vw,80px);line-height:1.06;letter-spacing:-.055em}
.others-site h2{font-size:clamp(32px,3.3vw,48px);line-height:1.14;letter-spacing:-.04em}
.others-site h3{font-size:24px;line-height:1.3;letter-spacing:-.025em}
.others-site p{max-width:var(--reading-width);text-wrap:pretty}
.others-site .container{width:min(var(--page-width),calc(100% - 96px));margin-inline:auto}
.others-site .site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:28px;border-bottom:1px solid var(--line)}
.others-site .brand-lockup{display:inline-flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}
.others-site .brand-mark{width:36px;height:40px;color:var(--accent)}
.others-site .brand-word{font-size:30px;line-height:1;font-weight:600;letter-spacing:-1.5px;color:var(--text)}
.others-site .site-nav{display:flex;align-items:center;gap:28px;font-size:14px}
.others-site .site-nav a{text-decoration:none;color:var(--muted)}
.others-site .site-nav a[aria-current="page"],.others-site .site-nav a:hover{color:var(--text)}
.others-site .theme-control{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}
.others-site .theme-control select{background:var(--bg);color:var(--text);border:1px solid var(--line);border-radius:6px;padding:8px;min-height:44px}
.others-site .eyebrow{font-size:12px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:20px}
.others-site .hero{display:grid;grid-template-columns:1fr 1.04fr;align-items:center;gap:64px;padding-block:64px 80px}
.others-site .hero-copy{padding-block:24px}
.others-site .hero h1{max-width:none;font-size:clamp(48px,5.1vw,72px)}
.others-site .hero .lead{font-size:18px;line-height:1.7;color:var(--muted);max-width:36ch;margin-top:28px}
.others-site .hero-media{position:relative;border-radius:var(--radius);overflow:hidden;background:#171411}
.others-site .hero-media img{width:100%;aspect-ratio:3/4;object-fit:cover}
.others-site .hero-media figcaption{position:absolute;bottom:24px;left:28px;right:28px;color:#f5ede2;font-size:12px;letter-spacing:.06em}
.others-site .hero-media::after{content:"";position:absolute;inset:70% 0 0;pointer-events:none;background:linear-gradient(transparent,#171411b8)}
.others-site .hero-media figcaption{z-index:1}
.others-site .button{display:inline-flex;justify-content:center;align-items:center;gap:24px;min-height:52px;padding:12px 24px;border:0;border-radius:var(--radius);background:var(--accent);color:var(--on-accent);font-weight:600;text-decoration:none;transition:background .2s var(--motion),transform .2s var(--motion)}
.others-site .button:hover{background:var(--accent-hover);color:var(--on-accent)}
.others-site .button:active{background:var(--accent-pressed);transform:translateY(1px)}
.others-site .hero .button{margin-top:32px}
.others-site .availability{color:var(--muted);font-size:12px;margin-top:16px}
.others-site .section{padding-block:80px;border-top:1px solid var(--line);scroll-margin-top:24px}
.others-site .section-head{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:end;margin-bottom:40px}
.others-site .section-head>p{color:var(--muted);max-width:43ch}
.others-site .steps{display:grid;grid-template-columns:1fr 1fr;gap:64px;margin-top:40px}
.others-site .step{display:grid;grid-template-columns:32px 1fr;gap:20px}
.others-site .step-number{color:var(--accent);font-size:12px;padding-top:6px;font-variant-numeric:tabular-nums}
.others-site .step p{color:var(--muted);margin-top:12px;max-width:39ch}
.others-site .game-frame{background:var(--surface);border-radius:var(--radius);overflow:hidden}
.others-site .game-frame img{width:100%}
.others-site .caption{display:flex;justify-content:space-between;gap:24px;margin-top:14px;color:var(--muted);font-size:12px}
.others-site .venues{display:grid;grid-template-columns:1.3fr 1fr;gap:28px;align-items:start}
.others-site .venues figure:last-child{margin-top:80px}
.others-site .venue-title{font-size:18px;margin-top:16px;color:var(--text)}
.others-site .endnote{display:flex;justify-content:space-between;align-items:center;gap:32px;padding:40px;background:var(--surface);border-radius:var(--radius);margin-bottom:80px}
.others-site .endnote p{color:var(--muted);margin-top:12px}
.others-site .site-footer{padding-block:32px;display:flex;justify-content:space-between;gap:24px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}
.others-site .footer-links{display:flex;flex-wrap:wrap;gap:24px}
.others-site .footer-links a[aria-current="page"]{color:var(--text)}
.others-site .skip-link{position:fixed;top:12px;left:12px;z-index:10;transform:translateY(-160%);padding:12px 20px;background:var(--accent);color:var(--on-accent)}
.others-site .skip-link:focus{transform:none}
.others-site .document-header{display:grid;grid-template-columns:1fr 280px;gap:48px;align-items:center;padding-block:64px 56px}
.others-site .document-header h1{font-size:clamp(48px,6vw,72px)}
.others-site .document-header .intro{margin-top:24px;color:var(--muted);max-width:48ch}
.others-site .document-art{border-radius:var(--radius);width:100%;aspect-ratio:4/3;object-fit:cover;object-position:50% 38%}
.others-site .document-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:64px;border-top:1px solid var(--line);padding-block:48px 80px}
.others-site .document-nav{align-self:start;position:sticky;top:32px;display:flex;flex-direction:column;gap:16px;font-size:14px;color:var(--muted)}
.others-site .document-body{max-width:var(--reading-width)}
.others-site .document-body section{margin-bottom:48px;scroll-margin-top:32px}
.others-site .document-body h2{font-size:30px;line-height:1.25;margin-bottom:16px}
.others-site .document-body h3{font-size:20px;margin-bottom:12px}
.others-site .document-body p,.others-site .document-body li{color:var(--muted)}
.others-site .document-body p+p{margin-top:16px}
.others-site .review-note{border:1px solid var(--line);background:var(--surface);padding:20px 24px;border-radius:var(--radius);font-size:14px;color:var(--muted);margin-bottom:32px}
.others-site .review-note strong{color:var(--text);font-weight:600}
.others-site .faq-item{padding-block:28px;border-bottom:1px solid var(--line)}
.others-site .faq-item:first-child{padding-top:0}
.others-site .swatches{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-block:24px}
.others-site .swatch{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;font-size:12px}
.others-site .swatch span{display:block;min-height:72px}.others-site .swatch p{padding:12px}
.others-site .logo-specimen{display:flex;align-items:center;justify-content:space-between;gap:32px;background:var(--surface);border-radius:var(--radius);padding:40px;margin-block:32px}
.others-site .logo-specimen .brand-mark{width:80px;height:80px}.others-site .logo-specimen .brand-word{font-size:60px;letter-spacing:-3px}
.others-site .reference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-block:32px}
.others-site .reference-grid img{border-radius:var(--radius)}
.others-site .code{font-family:monospace;overflow-wrap:anywhere;font-size:13px}
.others-site .animated-mark .mark-left{animation:mark-left 1.4s cubic-bezier(.33,1,.68,1) both}
.others-site .animated-mark .mark-right{animation:mark-right 1.4s cubic-bezier(.33,1,.68,1) both}
.others-site .animated-mark .mark-person{animation:person-in 1.12s ease-in-out .48s both}
@keyframes mark-left{from{transform:translateX(-15px);opacity:0}to{transform:none;opacity:1}}
@keyframes mark-right{from{transform:translateX(15px);opacity:0}to{transform:none;opacity:1}}
@keyframes person-in{from{transform:translateY(5px);opacity:0}to{transform:none;opacity:1}}
@media(max-width:1000px){.others-site .container{width:calc(100% - 48px)}.others-site .hero{gap:32px}.others-site .hero h1{font-size:60px}.others-site .document-layout{gap:32px;grid-template-columns:180px minmax(0,1fr)}.others-site .section-head{gap:32px}}
@media(max-width:700px){.others-site .container{width:calc(100% - 40px)}.others-site .site-header{flex-wrap:wrap;gap:20px;padding-block:24px}.others-site .site-nav{gap:20px}.others-site .theme-control{margin-left:auto}.others-site .theme-control>span{display:none}.others-site .brand-word{font-size:26px}.others-site .brand-mark{width:30px;height:34px}.others-site .hero{grid-template-columns:1fr;gap:32px;padding-block:40px 56px}.others-site .hero-copy{padding:0}.others-site .hero h1{max-width:none;font-size:clamp(44px,12vw,60px)}.others-site .hero .lead{margin-top:24px}.others-site .hero-media{max-width:500px}.others-site .hero-media img{aspect-ratio:3/4}.others-site .section{padding-block:48px}.others-site .section-head,.others-site .steps,.others-site .venues,.others-site .document-header,.others-site .document-layout{grid-template-columns:1fr;gap:32px}.others-site .venues figure:last-child{margin-top:0}.others-site .caption{flex-direction:column;gap:6px}.others-site .endnote{padding:28px;align-items:start;flex-direction:column;margin-bottom:48px}.others-site .site-footer{flex-direction:column}.others-site .document-header{padding-block:40px}.others-site .document-art{max-height:180px}.others-site .document-nav{position:static;flex-direction:row;flex-wrap:wrap;font-size:12px}.others-site .document-layout{padding-top:28px}.others-site .swatches{grid-template-columns:repeat(2,1fr)}.others-site .logo-specimen{flex-wrap:wrap;padding:24px}.others-site .logo-specimen .brand-word{font-size:40px}.others-site .logo-specimen .brand-mark{width:56px;height:56px}.others-site .reference-grid{gap:12px}.others-site .reference-grid figcaption{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.others-site *,.others-site *::before,.others-site *::after{animation:none!important;transition:none!important}}
@media print{.others-site .site-nav,.others-site .theme-control,.others-site .document-nav,.others-site .document-art{display:none}.others-site{background:white;color:black}.others-site p{color:black!important}.others-site .document-layout{display:block}.others-site .document-body{max-width:none}}
@media(max-width:700px){.others-site .site-header{display:grid;grid-template-columns:1fr auto;gap:20px}.others-site .site-nav{grid-row:2;grid-column:1/-1}.others-site .theme-control{grid-row:1;grid-column:2}}

