@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Cinzel:wght@500;600;700;800&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0d0d14;--bg-secondary:#141422;--bg-card:#ffffff0a;--bg-card-hover:#ffffff12;--bg-glass:#ffffff0f;--border-subtle:#ffffff14;--border-accent:#ffd70040;--text-primary:#f0f0f5;--text-secondary:#fff9;--text-muted:#ffffff59;--gold:gold;--gold-dim:#ffd70026;--purple:#7c5bf5;--purple-dim:#7c5bf51f;--red:#ef5350;--red-dim:#ef53501f;--green:#4caf50;--green-dim:#4caf501f;--blue:#667eea;--blue-dim:#667eea1f;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-display:"Cinzel","Times New Roman",serif}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:720px;margin:0 auto;padding:88px 20px 32px}.container-wide{max-width:960px;margin:0 auto;padding:88px 20px 32px}.card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:28px}.card-accent{border-color:var(--border-accent)}.heading-xl{letter-spacing:-.02em;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.15}.heading-lg{letter-spacing:-.01em;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;line-height:1.2}.heading-md{font-size:1.25rem;font-weight:700;line-height:1.3}.text-gold{background:linear-gradient(135deg,gold,#f5c842);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.btn{border-radius:var(--radius-full);font-family:var(--font);color:#fff;cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.btn:active{transform:translateY(0)}.btn-primary{background:linear-gradient(135deg,var(--purple),#9b6cf7)}.btn-appstore{background:linear-gradient(135deg,#1a1a1a,#333);border:1px solid #ffffff1a}.btn-playstore{background:linear-gradient(135deg,#01875f,#4caf50)}.btn-outline{border:1px solid var(--border-subtle);color:var(--text-secondary);background:0 0}.btn-outline:hover{background:var(--bg-card-hover);color:var(--text-primary);border-color:#ffffff26}.cta-section{background:var(--purple-dim);border-radius:var(--radius-lg);text-align:center;border:1px solid #7c5bf533;margin:48px 0 32px;padding:40px 28px}.cta-title{color:var(--gold);margin-bottom:12px;font-size:1.5rem;font-weight:700}.cta-text{color:var(--text-secondary);margin-bottom:24px;font-size:1rem;line-height:1.6}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.badge{border-radius:var(--radius-full);letter-spacing:.5px;align-items:center;gap:4px;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-gold{background:var(--gold-dim);color:var(--gold);border:1px solid #ffd70040}.badge-green{background:var(--green-dim);color:var(--green)}.badge-red{background:var(--red-dim);color:var(--red)}.portrait{object-fit:cover;border:3px solid #ffd7004d;border-radius:50%;box-shadow:0 4px 16px #ffd70026}.portrait-placeholder{background:linear-gradient(135deg,var(--gold-dim),var(--purple-dim));border:3px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;display:flex}.story-text{white-space:pre-wrap;color:#ffffffd9;font-size:1rem;line-height:1.85}.dlg-hero{color:#e8c547;font-style:normal;font-weight:600}.dlg-npc{color:#f55;font-style:normal;font-weight:600}.dlg-skill{color:#e8c547;font-style:normal;font-weight:600}.dlg-emph{color:#fffffff2;font-style:normal}.dlg-bold{color:#fffffff2;font-style:normal;font-weight:700}.scene-image{border-radius:var(--radius-md);width:100%;margin-top:16px;box-shadow:0 4px 20px #0000004d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.animate-in{animation:.5s forwards fadeInUp}.animate-float{animation:3s ease-in-out infinite float}.error-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;padding:40px 20px;display:flex}.error-icon{margin-bottom:8px;font-size:4rem}body div[class^=floatingchat-container-wrap]{z-index:50!important;transform-origin:0 100%!important;bottom:10px!important;left:10px!important;transform:scale(.62)!important}body [class*=floating-chat-kofi-popup-iframe]{z-index:99!important}@media (max-width:640px){.container{padding:80px 14px 24px}body div[class^=floatingchat-container-wrap]{transform:scale(.5)!important}.card{padding:20px 16px}.cta-section{padding:28px 20px}.cta-buttons{flex-direction:column}.btn{width:100%}}
.Header-module__hBw1pG__header{z-index:100;background:linear-gradient(#000c 0%,#0000 100%);justify-content:space-between;align-items:center;padding:14px 24px;transition:background .3s;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__headerScrolled{-webkit-backdrop-filter:blur(14px);background:#06060ce0;border-bottom:1px solid #ffffff12}.Header-module__hBw1pG__logo{z-index:102;align-items:center;gap:10px;display:flex}.Header-module__hBw1pG__logoIcon{border-radius:8px}.Header-module__hBw1pG__logoText{color:#fff;letter-spacing:1px;font-size:1.1rem;font-weight:700}.Header-module__hBw1pG__nav{align-items:center;gap:18px;display:flex}.Header-module__hBw1pG__navLink{color:#ffffffb3;font-size:.9rem;font-weight:500;transition:color .2s}.Header-module__hBw1pG__navLink:hover{color:#fff}.Header-module__hBw1pG__supportBtn{color:#fff;white-space:nowrap;background:#ffffff14;border:1px solid #ffffff1f;border-radius:9999px;align-items:center;gap:6px;padding:6px 14px;font-size:.82rem;font-weight:600;transition:background .2s,transform .2s;display:flex}.Header-module__hBw1pG__supportBtn:hover{background:#ffffff26;transform:scale(1.05)}.Header-module__hBw1pG__downloadBtn{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#7c5bf5,#9b6cf7);border-radius:9999px;padding:8px 20px;font-size:.85rem;font-weight:600;transition:transform .2s,box-shadow .2s}.Header-module__hBw1pG__downloadBtn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #7c5bf573}.Header-module__hBw1pG__menuToggle{cursor:pointer;z-index:102;background:#ffffff0f;border:none;border-radius:10px;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:10px;display:none}.Header-module__hBw1pG__menuToggle span{background:#fff;border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.Header-module__hBw1pG__menuToggle[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__hBw1pG__menuToggle[aria-expanded=true] span:nth-child(2){opacity:0}.Header-module__hBw1pG__menuToggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__hBw1pG__mobileMenu{z-index:101;opacity:0;visibility:hidden;background:#06060c;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:80px 28px 40px;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.Header-module__hBw1pG__mobileMenuOpen{opacity:1;visibility:visible}.Header-module__hBw1pG__mobileLink{text-align:center;width:100%;max-width:340px;font-family:var(--font-display);color:#f2ecdc;opacity:0;border-radius:14px;padding:16px;font-size:1.4rem;font-weight:600;transition:background .2s,color .2s;display:block;transform:translateY(14px)}.Header-module__hBw1pG__mobileMenuOpen .Header-module__hBw1pG__mobileLink{animation:.4s cubic-bezier(.22,1,.36,1) forwards Header-module__hBw1pG__menuItemIn}.Header-module__hBw1pG__mobileMenuOpen .Header-module__hBw1pG__mobileLink:first-child{animation-delay:50ms}.Header-module__hBw1pG__mobileMenuOpen .Header-module__hBw1pG__mobileLink:nth-child(2){animation-delay:.12s}.Header-module__hBw1pG__mobileMenuOpen .Header-module__hBw1pG__mobileLink:nth-child(3){animation-delay:.19s}.Header-module__hBw1pG__mobileMenuOpen .Header-module__hBw1pG__mobileLink:nth-child(4){animation-delay:.26s}@keyframes Header-module__hBw1pG__menuItemIn{to{opacity:1;transform:translateY(0)}}.Header-module__hBw1pG__mobileLink:active{background:#7c5bf52e}.Header-module__hBw1pG__mobileDivider{background:#ffd70059;width:60px;height:1px;margin:14px 0}.Header-module__hBw1pG__mobileDownload{text-align:center;color:#fff;opacity:0;background:linear-gradient(135deg,#7c5bf5,#9b6cf7);border-radius:9999px;width:100%;max-width:340px;padding:16px;font-size:1.05rem;font-weight:700;display:block;transform:translateY(14px);box-shadow:0 10px 34px #7c5bf566}.Header-module__hBw1pG__mobileMenuOpen .Header-module__hBw1pG__mobileDownload{animation:.4s cubic-bezier(.22,1,.36,1) .33s forwards Header-module__hBw1pG__menuItemIn}@media (max-width:768px){.Header-module__hBw1pG__header{padding:12px 16px}.Header-module__hBw1pG__nav{display:none}.Header-module__hBw1pG__menuToggle{display:flex}}
