:root { --ink:#20212a; --muted:#686977; --paper:#fbfaf7; --line:#e8e5df; --purple:#6c55e0; --purple-dark:#5340bd; --blue:#4c8eda; --orange:#e99143; }
* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { background:var(--paper); color:var(--ink); font-family:Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI","Malgun Gothic",sans-serif; line-height:1.7; word-break:keep-all; }
a { color:inherit; }
.site-header { backdrop-filter:blur(12px); background:rgba(251,250,247,.92); border-bottom:1px solid var(--line); position:sticky; top:0; z-index:10; }
.nav-wrap { align-items:center; display:flex; justify-content:space-between; margin:0 auto; max-width:1180px; padding:20px 28px; }
.brand { font-size:24px; font-weight:800; letter-spacing:-.8px; text-decoration:none; }
.brand span { color:var(--purple); }
nav { display:flex; gap:34px; }
nav a { color:var(--muted); font-size:15px; font-weight:650; position:relative; text-decoration:none; }
nav a:hover,nav a.active { color:var(--ink); }
nav a.active::after { background:var(--purple); border-radius:4px; bottom:-8px; content:""; height:3px; left:0; position:absolute; width:100%; }
.hero { display:grid; grid-template-columns:1.05fr .95fr; margin:0 auto; max-width:1180px; min-height:620px; padding:94px 28px 74px; }
.hero-content { align-self:center; max-width:610px; }
.eyebrow { color:var(--purple); font-size:12px; font-weight:800; letter-spacing:2.1px; margin-bottom:17px; }
.hero h1 { font-size:clamp(48px,6vw,72px); letter-spacing:-4.5px; line-height:1.12; }
.hero-copy { color:var(--muted); font-size:19px; margin:26px 0 34px; max-width:540px; }
.hero-actions { display:flex; gap:12px; }
.button { border-radius:12px; display:inline-block; font-size:15px; font-weight:750; padding:13px 21px; text-decoration:none; transition:transform .2s,background .2s; }
.button:hover { transform:translateY(-2px); }
.button.primary { background:var(--purple); color:white; }
.button.primary:hover { background:var(--purple-dark); }
.button.secondary { background:white; border:1px solid var(--line); }
.hero-art { min-height:450px; position:relative; }
.art-card { background:#252631; border-radius:30px; box-shadow:0 26px 60px rgba(43,37,82,.18); color:white; left:50%; padding:46px; position:absolute; top:50%; transform:translate(-48%,-50%) rotate(3deg); width:min(350px,76%); }
.art-card span { color:#bbb8d7; display:block; font-size:14px; margin-bottom:60px; }
.art-card strong { display:block; font-size:37px; letter-spacing:-2px; line-height:1.25; }
.shape { border-radius:50%; position:absolute; }
.shape-one { background:#dcd3ff; height:360px; left:12%; top:10%; width:360px; }
.shape-two { background:#ffd8b2; height:150px; right:2%; top:6%; width:150px; }
.shape-three { background:#b8dbf6; bottom:4%; height:120px; left:2%; width:120px; }
.section { margin:0 auto; max-width:1180px; padding:96px 28px; }
.section-heading { align-items:end; display:flex; justify-content:space-between; margin-bottom:42px; }
.section-heading h2,.news-preview h2 { font-size:clamp(34px,4vw,48px); letter-spacing:-2.3px; line-height:1.2; }
.section-heading>p { color:var(--muted); max-width:400px; }
.service-grid { display:grid; gap:20px; grid-template-columns:repeat(3,1fr); }
.service-card { background:white; border:1px solid var(--line); border-radius:20px; display:flex; flex-direction:column; min-height:380px; overflow:hidden; padding:28px; position:relative; transition:transform .25s,box-shadow .25s; }
.service-card::before { content:""; height:5px; left:0; position:absolute; right:0; top:0; }
.accent-purple::before { background:var(--purple); }.accent-orange::before { background:var(--orange); }.accent-blue::before { background:var(--blue); }
.service-card:hover { box-shadow:0 18px 40px rgba(41,38,62,.08); transform:translateY(-5px); }
.card-top { align-items:start; display:flex; justify-content:space-between; margin-bottom:28px; }
.service-icon,.mini-icon { align-items:center; background:#eeeafd; border-radius:14px; color:var(--purple); display:flex; font-size:24px; font-weight:850; height:54px; justify-content:center; width:54px; }
.timer-icon { background:#fff0e2; color:#c76b24; }.book-icon { background:#e4f1fb; color:#357dbd; font-size:17px; }
.status { border-radius:100px; display:inline-block; font-size:12px; font-weight:750; padding:5px 10px; }
.status.released { background:#e8f7ef; color:#23734b; }.status.web { background:#e7f1fb; color:#356f9d; }.status.progress { background:#f0edfd; color:#6049c8; flex-shrink:0; }
.service-card h3 { font-size:27px; letter-spacing:-1px; margin-bottom:12px; }.service-card p { color:var(--muted); flex:1; font-size:15px; }
.text-link { color:var(--purple-dark); display:inline-block; font-size:14px; font-weight:750; margin-top:24px; text-decoration:none; }.text-link span { margin-left:3px; }.text-link:hover { text-decoration:underline; }.text-link.muted { color:#8a8991; }
.play-badge-link { align-self:flex-start; display:inline-block; line-height:0; margin-top:18px; }
.play-badge-link img { display:block; height:48px; width:auto; }
.play-badge-link:hover { opacity:.86; }
.developing-section { padding-top:48px; }.developing-list { background:white; border:1px solid var(--line); border-radius:20px; overflow:hidden; }
.developing-list article { align-items:center; display:grid; gap:20px; grid-template-columns:auto 1fr auto; padding:24px 28px; }.developing-list article+article { border-top:1px solid var(--line); }
.developing-list h3 { font-size:19px; margin-bottom:2px; }.developing-list p { color:var(--muted); font-size:14px; }
.mini-icon { border-radius:11px; font-size:19px; height:44px; width:44px; }.bus-icon { background:#e5f2fb; color:#3475a4; }.maze-icon { background:#fff0e2; color:#b9662e; }
.news-preview { background:var(--purple); border-radius:28px; color:white; display:grid; gap:50px; grid-template-columns:1.15fr .85fr; margin:50px auto 110px; max-width:1124px; padding:64px; }
.eyebrow.light { color:#ddd6ff; }.news-preview-copy { align-self:end; }.news-preview-copy p { color:#e9e5fb; margin-bottom:25px; }.light-button { background:white; color:var(--purple-dark); }
footer { background:#252631; color:white; padding:52px 28px 22px; }.footer-inner { display:flex; justify-content:space-between; margin:0 auto; max-width:1124px; }.footer-brand { color:white; }
.footer-inner p { color:#a6a6ae; font-size:13px; margin-top:8px; }.footer-links { display:flex; gap:26px; }.footer-links a { color:#c9c9cf; font-size:13px; text-decoration:none; }.footer-links a:hover { color:white; }
.copyright { border-top:1px solid #3b3c47; color:#777883; font-size:12px; margin:40px auto 0; max-width:1124px; padding-top:20px; }
.news-hero { margin:0 auto; max-width:1124px; padding:100px 0 70px; text-align:center; }.news-hero h1 { font-size:clamp(48px,6vw,68px); letter-spacing:-3px; line-height:1.15; margin-bottom:20px; }.news-hero>p:last-child { color:var(--muted); font-size:18px; }
.news-layout { margin:0 auto; max-width:1000px; padding:0 28px 120px; }.news-item { border-top:1px solid var(--line); display:grid; gap:58px; grid-template-columns:170px 1fr; padding:56px 0 62px; }.news-item.featured { border-top:3px solid var(--purple); }
.news-date time { display:block; font-size:14px; font-weight:750; margin-bottom:9px; }.news-date span { color:var(--purple); font-size:12px; font-weight:750; }
.news-body h2 { font-size:28px; letter-spacing:-1.2px; line-height:1.35; margin-bottom:20px; }.news-body p { color:#555663; font-size:16px; margin-bottom:12px; }
.news-tags { display:flex; flex-wrap:wrap; gap:7px; margin-top:24px; }.news-tags span { background:#eeece7; border-radius:100px; color:#67666c; font-size:12px; padding:5px 10px; }.mobile-break { display:none; }
@media (max-width:850px) { .hero { grid-template-columns:1fr; padding-top:70px; text-align:center; }.hero-content { margin:0 auto; }.hero-actions { justify-content:center; }.hero-art { margin-top:36px; }.section-heading { align-items:start; flex-direction:column; gap:15px; }.service-grid { grid-template-columns:1fr; }.service-card { min-height:330px; }.news-preview { border-radius:0; grid-template-columns:1fr; margin-bottom:0; max-width:none; } }
@media (max-width:600px) { .nav-wrap { padding:16px 20px; }nav { gap:20px; }nav a { font-size:14px; }.brand { font-size:21px; }.hero { min-height:auto; padding:58px 20px 48px; }.hero h1 { font-size:43px; letter-spacing:-3px; }.hero-copy { font-size:16px; }.hero-art { min-height:360px; }.shape-one { height:280px; left:8%; width:280px; }.art-card { padding:35px; width:75%; }.art-card span { margin-bottom:42px; }.art-card strong { font-size:29px; }.section { padding:70px 20px; }.section-heading h2,.news-preview h2 { font-size:34px; }.service-card { min-height:350px; }.developing-section { padding-top:20px; }.developing-list article { gap:14px; padding:20px 17px; }.developing-list p { line-height:1.5; }.news-preview { padding:54px 24px; }.footer-inner { flex-direction:column; gap:30px; }.footer-links { flex-wrap:wrap; gap:12px 22px; }.news-hero { padding:70px 20px 50px; }.news-hero h1 { font-size:46px; }.mobile-break { display:block; }.news-layout { padding:0 20px 80px; }.news-item { gap:19px; grid-template-columns:1fr; padding:38px 0 44px; }.news-date { display:flex; gap:12px; }.news-date time { margin:0; }.news-body h2 { font-size:23px; }.news-body p { font-size:15px; } }
