:root{font-family:-apple-system,system-ui,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;background-color:#000}body{margin:0;min-width:320px;min-height:100dvh;background-color:#000}button{font-family:inherit}.app-root{position:relative;width:100%;min-height:100dvh;display:flex;align-items:stretch;justify-content:center;background-color:#000;color:#fff}.app-loading{flex:1;display:flex;align-items:center;justify-content:center;font-size:16px}.home-screen{position:relative;width:100%;min-height:100dvh;display:flex;align-items:stretch;justify-content:center;color:#fff;overflow:hidden}.home-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.home-bg-image{width:100%;height:100%;object-fit:cover;display:block}.home-bg-gradient{position:absolute;inset:0;background:linear-gradient(to bottom,#0006,#0000001a 40%,#000000b3)}.home-inner{position:relative;z-index:1;width:100%;max-width:480px;margin:0 auto;padding:12px 16px calc(16px + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}.home-top{display:flex;flex-direction:column;gap:10px}.home-stats-row{display:flex;justify-content:space-between;align-items:center}.home-stats-right{display:flex;gap:8px}.home-stat-chip{min-width:72px;padding:6px 10px;border-radius:16px;display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a99;border:1px solid rgba(255,255,255,.12)}.home-stat-coins{background:linear-gradient(135deg,#f97316,#facc15);color:#1f2933}.home-stat-icon,.home-stat-value{font-size:14px}.home-vip-badge{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:linear-gradient(135deg,#facc15,#f97316);color:#1f2933;box-shadow:0 4px 10px #eab30866}.home-limits-row{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:6px;padding-bottom:2px}.home-limit-chip{flex:0 0 auto;padding:4px 8px;border-radius:999px;font-size:11px;background:#0f172acc;border:1px solid rgba(148,163,184,.7);display:inline-flex;align-items:center;gap:4px}.home-limit-key{text-transform:uppercase;letter-spacing:.08em;opacity:.7}.home-limit-value{font-weight:600}.home-title-wrapper{display:flex;justify-content:center;margin-top:4px}.home-title{max-width:100%;height:auto;display:block;object-fit:contain}.home-characters{position:relative;flex:1;margin-top:8px;margin-bottom:16px}.home-char{position:absolute;bottom:0;pointer-events:none;animation:home-float 4s ease-in-out infinite}.home-char-center{left:35%;transform:translate(-50%);height:72%;animation-delay:.3s;z-index:1}.home-char-left{left:-4%;height:65%;animation-delay:0s;z-index:2}.home-char-right{right:-4%;height:62%;animation-delay:.6s;z-index:2}@keyframes home-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.home-bottom{display:flex;flex-direction:column;gap:10px}.home-play-button{width:100%;padding:14px 16px;border-radius:999px;border:none;font-size:17px;font-weight:700;color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 8px 18px #2563eb59}.home-bottom-nav{display:flex;justify-content:space-between;align-items:center;padding:8px 10px calc(4px + env(safe-area-inset-bottom,0px));border-radius:22px 22px 0 0;background:#0f172af2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.home-nav-item{flex:1;border:none;background:transparent;color:#9ca3af;display:flex;flex-direction:column;align-items:center;gap:2px;font-size:11px;padding:4px 0}.home-nav-item-active{color:#fff}.home-nav-icon{font-size:18px}.home-nav-label{line-height:1.2}@media(max-width:360px){.home-title{font-size:18px}.home-char{height:60%}.home-play-button{font-size:15px}}
