@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap";:root{--bg-dark: #0f172a;--brass-dark: #78350f;--brass-mid: #b45309;--brass-light: #f59e0b;--bio-green: #22c55e;--bio-green-light: #4ade80;--magic-blue: #38bdf8;--hot-pink: #ec4899;--text-main: #f8fafc;--text-muted: #94a3b8;--surface-panel: rgba(24, 24, 27, .88);--surface-card: rgba(39, 39, 42, .85);--border-gold: #eab308}*{box-sizing:border-box;margin:0;padding:0;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}html,body{width:100%;min-height:100%;background-color:#0c0a09;font-family:Fredoka,system-ui,-apple-system,sans-serif;color:var(--text-main);scroll-behavior:smooth}.hidden{display:none!important}#game-container{position:relative;width:100vw;height:100vh;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:#0c0a09}.game-loading-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:radial-gradient(circle at center,#1e1b4b,#0f172a);color:#f8fafc;z-index:999;padding:20px;transition:opacity .35s ease,visibility .35s ease}.game-loading-overlay.fade-out{opacity:0;pointer-events:none}.loading-card{max-width:440px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding:36px 28px;background:#0f172ae0;border:2px solid #b45309;border-radius:24px;box-shadow:0 16px 48px #000c,0 0 30px #f59e0b33;backdrop-filter:blur(16px)}.alchemical-flask-icon{margin-bottom:16px;animation:flaskFloat 2.4s ease-in-out infinite alternate}@keyframes flaskFloat{0%{transform:translateY(0) scale(1);filter:drop-shadow(0 4px 12px rgba(6,182,212,.3))}to{transform:translateY(-8px) scale(1.04);filter:drop-shadow(0 12px 24px rgba(245,158,11,.5))}}.loading-title{font-size:32px;font-weight:800;letter-spacing:2px;color:#fef08a;text-shadow:0 2px 16px rgba(245,158,11,.6);margin-bottom:4px}.loading-subtitle{font-size:14px;font-weight:700;letter-spacing:3px;color:#38bdf8;text-transform:uppercase;margin-bottom:12px}.loading-tagline{font-size:14px;color:#94a3b8;margin-bottom:28px}.btn-start-arcade{width:100%;max-width:280px;height:60px;display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,#f59e0b,#d97706);color:#1e1b4b;font-family:inherit;font-size:19px;font-weight:800;letter-spacing:1px;border:2px solid #fef08a;border-bottom:5px solid #92400e;border-radius:18px;box-shadow:0 8px 24px #f59e0b73;cursor:pointer;transition:all .12s cubic-bezier(.4,0,.2,1)}.btn-start-arcade:hover{transform:translateY(-2px);box-shadow:0 10px 28px #f59e0b99}.btn-start-arcade:active{transform:translateY(3px);border-bottom-width:2px;box-shadow:0 3px 10px #f59e0b4d}.loading-platform-pills{display:flex;gap:8px;margin-top:24px;flex-wrap:wrap;justify-content:center}.plat-pill{font-size:11px;font-weight:700;letter-spacing:.8px;color:#cbd5e1;background:#1e293bcc;border:1px solid rgba(245,158,11,.3);padding:4px 10px;border-radius:10px}#app-root{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at center,#1c1917,#0c0a09)}#game-canvas{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:1}#ui-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:none;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.ui-bar,.control-dock,.modal-dialog{pointer-events:auto}.ui-stage-spacer{flex:1;min-height:80px;pointer-events:none}.top-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;min-height:56px;background:#0f172af2;backdrop-filter:blur(14px);border-bottom:2px solid rgba(245,158,11,.4);box-shadow:0 4px 20px #0009;z-index:20}.stat-group{display:flex;align-items:center;gap:10px}.level-badge{background:linear-gradient(135deg,#f59e0b,#b45309);padding:4px 10px;border-radius:12px;font-weight:700;font-size:13px;color:#fff;border:1.5px solid #fef08a;box-shadow:0 2px 6px #0006}.xp-bar-container{position:relative;width:120px;height:14px;background:#27272a;border-radius:8px;overflow:hidden;border:1px solid #52525b}.xp-bar-fill{height:100%;background:linear-gradient(90deg,#38bdf8,#818cf8);border-radius:8px;transition:width .3s ease}.xp-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:9px;font-weight:700;color:#fff;text-shadow:0 1px 2px #000;letter-spacing:.3px}.currencies{gap:10px}.currency-pill{display:flex;align-items:center;gap:6px;background:#1e293bd9;padding:4px 10px;border-radius:14px;border:1px solid rgba(255,255,255,.15);font-weight:700;font-size:13px}.currency-pill.gold{border-color:#eab30899;color:#fef08a}.currency-pill.slime{border-color:#22c55e99;color:#86efac}.nav-buttons{display:flex;align-items:center;gap:6px}.nav-btn{background:linear-gradient(180deg,#3f3f46,#27272a);color:#fff;border:1.5px solid #52525b;border-bottom:3px solid #18181b;min-height:40px;padding:6px 14px;border-radius:12px;font-family:inherit;font-weight:700;font-size:13px;cursor:pointer;transition:all .12s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #00000059;display:inline-flex;align-items:center;gap:6px}.nav-btn:hover{transform:translateY(-1px);border-color:#f59e0b}.nav-btn:active{transform:translateY(2px);border-bottom-width:1px}.nav-btn.btn-portal{background:linear-gradient(180deg,#b45309,#78350f);border-color:#f59e0b;color:#fef08a;font-weight:700}.nav-btn.btn-portal:hover{background:#f59e0b;color:#0f172a}.icon-btn{padding:5px 8px;font-size:14px}.control-dock{display:flex;flex-direction:column;background:linear-gradient(180deg,#0f172af5,#0c0a09);border-top:2px solid #b45309;backdrop-filter:blur(14px);box-shadow:0 -8px 28px #000000bf;z-index:20;padding:8px 14px 10px;gap:8px}.cauldron-dock-panel{display:flex;flex-direction:column;gap:8px;max-width:680px;width:100%;margin:0 auto}.cauldron-slots-cluster{display:flex;flex-direction:column;gap:4px}.slots-meta-row{display:flex;align-items:center;justify-content:space-between;padding:0 4px}.slots-section-title{font-size:11px;font-weight:700;letter-spacing:1px;color:#f59e0b;text-transform:uppercase}.slots-count-badge{font-size:11px;font-weight:700;color:#94a3b8;background:#1e293b;padding:1px 7px;border-radius:8px;border:1px solid #334155}.slots-action-row{display:flex;align-items:center;justify-content:center;gap:8px}.cauldron-slots-container{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}.cauldron-slot{min-width:120px;min-height:52px;border-radius:14px;display:flex;align-items:center;gap:8px;padding:4px 10px;font-family:inherit;cursor:pointer;transition:all .16s cubic-bezier(.4,0,.2,1)}.cauldron-slot.empty{background:#1e293b73;border:1.5px dashed #475569;color:#64748b;cursor:default;justify-content:center}.cauldron-slot.empty .slot-empty-plus{font-size:15px;font-weight:700;color:#64748b}.cauldron-slot.empty .slot-empty-label{font-size:11px;font-weight:600}.cauldron-slot.filled{background:#1e293b;border:1.5px solid #f59e0b;color:#f8fafc;box-shadow:0 2px 8px #0000004d}.cauldron-slot.filled:hover{border-color:#ef4444;background:#27272a;transform:translateY(-2px)}.slot-item-badge{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;border:2px solid;font-weight:800;font-size:14px;flex-shrink:0}.slot-item-name{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px}.slot-item-remove{color:#ef4444;opacity:.85;margin-left:auto;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#ef444426;border:1px solid rgba(239,68,68,.3)}.cauldron-slot.filled:hover .slot-item-remove{opacity:1;transform:scale(1.15)}.btn-clear-dock{background:#3f3f46cc;color:#cbd5e1;border:1.5px solid #52525b;border-bottom:3px solid #3f3f46;padding:6px 14px;min-height:52px;min-width:84px;border-radius:12px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:all .12s ease}.btn-clear-dock:hover:not(:disabled){background:#dc2626;border-color:#ef4444;color:#fff}.btn-clear-dock:disabled{opacity:.35;cursor:not-allowed}.heat-dock-strip{display:flex;align-items:center;justify-content:center;gap:12px;background:#0f172ad9;padding:8px 14px;border-radius:16px;border:1.5px solid rgba(180,83,9,.7);box-shadow:0 4px 14px #0006}.btn-heat-tool{min-height:48px;min-width:96px;padding:8px 14px;font-family:inherit;font-size:14px;font-weight:800;letter-spacing:.5px;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:all .12s cubic-bezier(.4,0,.2,1)}.btn-heat-tool.vent{background:linear-gradient(180deg,#38bdf8,#0284c7);color:#fff;border:1.5px solid #7dd3fc;border-bottom:4px solid #0369a1;box-shadow:0 4px 10px #0284c759}.btn-heat-tool.stir{background:linear-gradient(180deg,#f97316,#c2410c);color:#fff;border:1.5px solid #fdba74;border-bottom:4px solid #9a3412;box-shadow:0 4px 10px #c2410c59}.btn-heat-tool:active{transform:translateY(2px);border-bottom-width:2px}.heat-gauge-box{flex:1;max-width:280px;display:flex;flex-direction:column;align-items:center;gap:2px}.heat-meter-track{position:relative;width:100%;height:14px;background:#1e1b4b;border-radius:7px;border:1.5px solid #b45309;overflow:hidden;box-shadow:inset 0 2px 4px #0009}.heat-sweetspot-band{position:absolute;top:0;height:100%;background:#22c55ea6;border-left:1.5px solid #22c55e;border-right:1.5px solid #22c55e}.heat-needle{position:absolute;top:0;width:6px;height:100%;background:#ef4444;box-shadow:0 0 8px #ef4444,0 0 2px #fff;border-radius:3px;transform:translate(-50%);transition:left .1s linear}.heat-label{font-size:11.5px;font-weight:700;color:#94a3b8;letter-spacing:.3px}.heat-label.sweetspot-active{color:#4ade80;font-weight:700;text-shadow:0 0 8px rgba(74,222,128,.6)}.brew-hero-row{display:flex;justify-content:center}.btn-brew-hero{width:100%;min-height:60px;padding:14px 24px;border-radius:18px;font-family:inherit;font-size:19px;font-weight:800;letter-spacing:1px;text-transform:uppercase;text-align:center;cursor:pointer;transition:all .12s cubic-bezier(.4,0,.2,1);background:#27272a;color:#71717a;border:2px solid #3f3f46;border-bottom:5px solid #18181b;box-shadow:0 4px 12px #00000080;display:flex;align-items:center;justify-content:center;gap:8px}.btn-brew-hero:disabled{cursor:not-allowed;opacity:.65}.btn-brew-hero.ready-pulse{background:linear-gradient(180deg,#f59e0b,#d97706 60%,#b45309);color:#1e1b4b;border:2.5px solid #fef08a;border-bottom:6px solid #78350f;box-shadow:0 6px 24px #f59e0b8c,inset 0 1px #ffffff80;cursor:pointer;animation:heroPulse 1.2s infinite alternate}.btn-brew-hero.ready-pulse:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 6px 24px #f59e0bb3,inset 0 1px #fff9}.btn-brew-hero.ready-pulse:active{transform:translateY(3px);border-bottom-width:2px;box-shadow:0 2px 8px #f59e0b66}.btn-brew-hero.boiling{background:linear-gradient(180deg,#ef4444,#b91c1c);color:#fff;border:2.5px solid #fca5a5;border-bottom:6px solid #7f1d1d;box-shadow:0 6px 20px #ef444480}@keyframes heroPulse{0%{transform:scale(1)}to{transform:scale(1.02)}}.ui-palette{display:flex;flex-direction:column;gap:6px;width:100%;max-width:860px;margin:0 auto}.palette-header{display:flex;align-items:center;justify-content:space-between;padding:0 2px}.palette-title{font-size:11px;font-weight:700;letter-spacing:1px;color:#94a3b8;text-transform:uppercase}.palette-tabs{display:flex;gap:5px;overflow-x:auto}.cat-tab{background:#27272ab3;border:1px solid #52525b;color:#d4d4d8;padding:2px 9px;border-radius:8px;font-size:11px;font-weight:600;cursor:pointer;transition:all .12s}.cat-tab.active{background:#b45309;border-color:#f59e0b;color:#fff}.palette-scroll-container{display:flex;gap:9px;overflow-x:auto;padding:2px 2px 4px}.palette-scroll-container::-webkit-scrollbar{height:5px}.palette-scroll-container::-webkit-scrollbar-thumb{background:#52525b;border-radius:3px}.ing-card{flex:0 0 94px;min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#1e293b;border:2px solid #334155;border-bottom:4px solid #1e1b4b;border-radius:16px;padding:8px 4px 6px;cursor:pointer;transition:all .12s cubic-bezier(.4,0,.2,1);font-family:inherit;box-shadow:0 4px 10px #00000059}.ing-card:hover:not(:disabled){transform:translateY(-2px);border-color:#f59e0b;background:#27272a;box-shadow:0 4px 12px #f59e0b40}.ing-card:active:not(:disabled){transform:translateY(2px);border-bottom-width:2px}.ing-card.empty,.ing-card.locked{opacity:.42;cursor:not-allowed;filter:grayscale(.5)}.ing-icon-wrapper{position:relative;width:48px;height:48px;border-radius:12px;background:#0f172a;display:flex;align-items:center;justify-content:center;border:1.5px solid rgba(255,255,255,.1);margin-bottom:6px}.ing-symbol{font-weight:800;font-size:18px;letter-spacing:-.5px}.ing-badge{position:absolute;bottom:-4px;right:-4px;background:#f59e0b;color:#0f172a;font-size:11px;font-weight:800;padding:2px 6px;border-radius:8px;border:1.5px solid #fef08a;box-shadow:0 2px 4px #0009}.ing-name{font-size:12px;font-weight:700;color:#f1f5f9;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;padding:0 4px}.ui-modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000bf;backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:100}.ui-modal-backdrop.hidden{display:none}.modal-dialog{background:#18181b;border:2px solid #b45309;border-radius:20px;width:90%;max-width:680px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #000c;overflow:hidden;animation:popIn .2s cubic-bezier(.175,.885,.32,1.275)}@keyframes popIn{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#27272a;border-bottom:1.5px solid #3f3f46}.modal-header.center{justify-content:center}.modal-header h2{font-size:18px;font-weight:700;color:#facc15}.modal-close-btn{background:none;border:none;color:#a1a1aa;font-size:24px;cursor:pointer}.modal-body{padding:18px 20px;overflow-y:auto}.codex-tabs-bar{display:flex;gap:8px;padding:12px 20px;background:#18181b;border-bottom:2px solid #3f3f46;overflow-x:auto;scrollbar-width:thin}.codex-tab{min-height:42px;padding:8px 16px;background:#27272a;color:#94a3b8;border:1.5px solid #3f3f46;border-bottom:3px solid #18181b;border-radius:12px;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .15s ease}.codex-tab:hover{border-color:#f59e0b;color:#fef08a}.codex-tab.active{background:linear-gradient(180deg,#f59e0b,#d97706);color:#1e1b4b;border:1.5px solid #fef08a;border-bottom:3px solid #78350f;box-shadow:0 2px 8px #f59e0b59}.shop-tabs-bar{display:flex;gap:12px;padding:12px 20px;background:#18181b;border-bottom:2px solid #3f3f46}.shop-tab{flex:1;min-height:48px;padding:10px 18px;background:#27272a;color:#cbd5e1;border:1.5px solid #52525b;border-bottom:3px solid #18181b;border-radius:14px;font-family:inherit;font-size:14px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;transition:all .15s ease}.shop-tab:hover{border-color:#f59e0b;color:#fef08a}.shop-tab.active{background:linear-gradient(180deg,#f59e0b,#d97706);color:#1e1b4b;border:2px solid #fef08a;border-bottom:4px solid #78350f;box-shadow:0 4px 14px #f59e0b66}.codex-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.codex-card{background:#27272a;border-radius:16px;border:2px solid #3f3f46;padding:14px;display:flex;flex-direction:column;gap:8px;transition:all .15s ease}.codex-card.unlocked{border-color:#f59e0b;background:#1e293b;box-shadow:0 4px 14px #00000059}.codex-card.locked{border:1.5px dashed #475569;background:#141416;opacity:.85}.codex-card-header{display:flex;align-items:center;justify-content:space-between}.rarity-tag{font-size:10px;font-weight:800;letter-spacing:.5px;padding:3px 8px;border-radius:8px;background:#52525b}.rarity-tag.normal{background:#64748b;color:#fff}.rarity-tag.rare{background:#0284c7;color:#fff}.rarity-tag.super_rare{background:#d97706;color:#fff}.rarity-tag.epic{background:#9333ea;color:#fff}.rarity-tag.mystical{background:#0891b2;color:#fff}.rarity-tag.legendary{background:#e11d48;color:#fff}.monster-name{font-weight:800;font-size:14px;color:#f8fafc}.codex-card.locked .monster-name{color:#94a3b8}.codex-art-box{width:100%;height:86px;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.06);overflow:hidden}.codex-mystery-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#64748b}.mystery-label{font-size:10px;font-weight:800;letter-spacing:1.5px;color:#64748b}.codex-lore{font-size:11.5px;color:#94a3b8;line-height:1.4;min-height:32px}.codex-recipe-box{font-size:11.5px;background:#0f172a;border:1px solid #334155;padding:6px 10px;border-radius:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recipe-chip{color:#38bdf8;font-weight:700}.locked-recipe{color:#64748b;font-style:italic;font-weight:600}.codex-yields{display:flex;justify-content:space-between;font-size:11px;font-weight:700;color:#fef08a;border-top:1px solid #334155;padding-top:6px;margin-top:auto}.shop-section{margin-bottom:20px}.shop-section h3{font-size:14px;color:#facc15;margin-bottom:10px}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.shop-card{background:#27272a;border:1px solid #3f3f46;border-radius:12px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between}.shop-card-info{display:flex;align-items:center;gap:10px}.shop-item-emoji{font-size:24px}.shop-item-title{font-weight:700;font-size:13px}.shop-item-desc{font-size:11px;color:#a1a1aa}.shop-buy-btn{background:#f59e0b;color:#18181b;border:none;font-weight:700;font-size:12px;padding:6px 12px;border-radius:10px;cursor:pointer;white-space:nowrap}.shop-buy-btn:disabled{background:#3f3f46;color:#71717a;cursor:not-allowed}.upgrade-card{border-color:#f59e0b;background:#2d261e}.scrap-list{display:flex;flex-direction:column;gap:10px}.scrap-row{display:flex;align-items:center;justify-content:space-between;background:#27272a;padding:10px 14px;border-radius:12px;border:1px solid #3f3f46}.scrap-info{display:flex;align-items:center;gap:12px}.scrap-emoji{font-size:24px}.scrap-yield{display:block;font-size:11px;color:#4ade80}.scrap-actions{display:flex;gap:6px}.scrap-actions button{background:#3f3f46;color:#fff;border:1px solid #52525b;padding:6px 10px;border-radius:8px;font-weight:600;font-size:12px;cursor:pointer}.scrap-actions button:hover{border-color:#22c55e}.vivarium-harvest-bar{display:flex;align-items:center;justify-content:space-between;background:#27272a;padding:10px 20px;border-bottom:1.5px solid #3f3f46}.btn-harvest{background:#22c55e;color:#0f172a;font-weight:700;border:none;padding:8px 16px;border-radius:12px;cursor:pointer}.btn-harvest:disabled{background:#3f3f46;color:#71717a;cursor:not-allowed}.vivarium-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}.vivarium-card{background:#27272a;border:1.5px solid #3f3f46;border-radius:14px;padding:12px;display:flex;flex-direction:column;align-items:center;gap:6px}.viv-art{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px}.viv-name{font-weight:700;font-size:13px}.viv-affection{font-size:11px;color:#f43f5e;font-weight:600}.btn-pet-monster{background:#ec4899;color:#fff;border:none;padding:6px 14px;border-radius:10px;font-weight:700;font-size:12px;cursor:pointer}.hatch-dialog{text-align:center;max-width:440px}.hatch-body{display:flex;flex-direction:column;align-items:center;gap:16px}.hatch-card-preview{background:#27272a;border:2.5px solid #f59e0b;border-radius:16px;padding:16px;width:100%;display:flex;flex-direction:column;align-items:center;gap:8px}.hatch-rarity-badge{font-size:11px;font-weight:700;padding:3px 10px;border-radius:8px}.hatch-rarity-badge.normal{background:#64748b}.hatch-rarity-badge.rare{background:#0284c7}.hatch-rarity-badge.super_rare{background:#d97706}.hatch-rarity-badge.epic{background:#9333ea}.hatch-rarity-badge.mystical{background:#0891b2}.hatch-rarity-badge.legendary{background:#e11d48}.hatch-name{font-size:20px;font-weight:700}.hatch-icon{font-size:54px;margin:6px 0}.hatch-lore{font-size:12px;color:#cbd5e1;line-height:1.4}.hatch-loot-box{display:flex;gap:16px;font-size:15px;font-weight:700}.loot-item{color:#facc15}.loot-bonus{color:#4ade80}.btn-collect-hatch{background:linear-gradient(180deg,#22c55e,#15803d);color:#fff;border:2px solid #86efac;padding:12px 32px;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #22c55e80}.guide-dialog{max-width:580px}.guide-content{display:flex;flex-direction:column;gap:16px;line-height:1.5;font-size:13px;color:#d4d4d8}.guide-content h3{color:#facc15;margin-bottom:6px}.guide-content ul{padding-left:20px;display:flex;flex-direction:column;gap:6px}.story-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 18px;background:#18181bd9;border-bottom:1.5px solid rgba(245,158,11,.25);backdrop-filter:blur(8px)}.story-badge{background:#b45309;color:#fef08a;font-size:11px;font-weight:700;padding:2px 8px;border-radius:8px;border:1px solid #f59e0b}.story-desc{font-size:12px;color:#e2e8f0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-read-lore{background:linear-gradient(180deg,#f59e0b,#d97706);color:#1c1917;border:1px solid #fef08a;padding:4px 10px;border-radius:10px;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap;transition:transform .15s}.btn-read-lore:hover{transform:scale(1.05)}.lore-card{background:#27272a;border:1.5px solid #f59e0b;border-radius:12px;padding:12px 16px;border-left:4px solid #f59e0b}.cast-grid,.cast-items{display:flex;flex-direction:column;gap:8px}.cast-box{display:flex;align-items:center;gap:12px;background:#27272a;border:1px solid #3f3f46;border-radius:10px;padding:8px 12px}.cast-icon{font-size:28px}.cast-box p{font-size:11px;color:#a1a1aa;margin-top:2px}.guide-content ol{padding-left:20px;display:flex;flex-direction:column;gap:6px}.tier-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}@media(max-width:600px){.top-bar{padding:8px 10px}.story-banner{padding:4px 10px}.story-desc{font-size:10px}.xp-bar-container{width:80px}.nav-btn{padding:4px 8px;font-size:11px}.currency-pill{padding:4px 8px;font-size:12px}.btn-brew{padding:10px 24px;font-size:15px}}.welcome-dialog{max-width:640px;max-height:90vh;background:#18181b;border:2px solid #f59e0b;box-shadow:0 12px 36px #000c,0 0 24px #f59e0b33}.welcome-hero{background:linear-gradient(180deg,#f59e0b33,#18181bf2);padding:20px 24px 14px;text-align:center;border-bottom:1.5px solid rgba(245,158,11,.3)}.hero-brand{display:flex;align-items:center;justify-content:center;gap:10px}.hero-brand h1{font-size:22px;font-weight:800;color:#fef08a;letter-spacing:.5px;text-shadow:0 2px 8px rgba(0,0,0,.6)}.hero-tagline{font-size:13px;color:#38bdf8;margin-top:4px;font-weight:500}.welcome-body{display:flex;flex-direction:column;gap:16px;padding:16px 20px}.welcome-story-card{background:#27272a;border:1px solid #3f3f46;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:8px}.welcome-story-card h3{font-size:14px;color:#f59e0b}.welcome-story-card p{font-size:12px;line-height:1.5;color:#d4d4d8}.how-to-play-grid h3{font-size:14px;color:#38bdf8;margin-bottom:10px}.steps-row{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.step-card{position:relative;background:#202023;border:1px solid #3f3f46;border-radius:10px;padding:12px 10px;display:flex;flex-direction:column;gap:4px}.step-num{position:absolute;top:8px;right:10px;width:20px;height:20px;border-radius:50%;background:#f59e0b;color:#18181b;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.step-icon{font-size:20px}.step-card strong{font-size:12px;color:#f8fafc}.step-card p{font-size:11px;color:#a1a1aa;line-height:1.35}.welcome-tip-box{display:flex;align-items:center;gap:12px;background:#22c55e1f;border:1px solid rgba(34,197,94,.35);border-radius:10px;padding:10px 14px;font-size:11.5px;color:#86efac}.tip-icon{font-size:22px}.welcome-actions{display:flex;flex-direction:column;gap:8px;margin-top:4px}.btn-start-game{width:100%;padding:14px 20px;border-radius:14px;background:linear-gradient(135deg,#22c55e,#15803d);color:#fff;border:2px solid #86efac;font-size:16px;font-weight:800;cursor:pointer;box-shadow:0 4px 14px #22c55e66;transition:all .2s ease}.btn-start-game:hover{transform:translateY(-2px);box-shadow:0 6px 18px #22c55e99}.btn-secondary-guide{width:100%;padding:10px 16px;border-radius:10px;background:#27272a;border:1px solid #52525b;color:#e4e4e7;font-size:13px;font-weight:600;cursor:pointer}.btn-secondary-guide:hover{background:#3f3f46}@media(max-width:500px){.steps-row{grid-template-columns:1fr}}.game-view-root{position:fixed;inset:0;width:100vw;height:100vh;z-index:100;background-color:#0c0a09}.home-root{width:100%;min-height:100vh;background-color:#0c0a09;color:#f8fafc;overflow-x:hidden;font-family:inherit}.home-nav-header{position:sticky;top:0;left:0;width:100%;z-index:50;background:#0c0a09f0;backdrop-filter:blur(14px);border-bottom:2px solid rgba(245,158,11,.35)}.home-nav-container{max-width:1200px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between}.home-brand{display:flex;align-items:center;gap:12px}.home-brand-icon{width:42px;height:42px;background:linear-gradient(135deg,#1e293b,#0f172a);border:1.5px solid #f59e0b;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#f59e0b;box-shadow:0 4px 12px #f59e0b40}.home-brand-title{display:flex;flex-direction:column}.brand-name{font-size:18px;font-weight:800;letter-spacing:.8px;color:#f8fafc}.brand-badge{font-size:10px;font-weight:700;letter-spacing:1.5px;color:#f59e0b}.home-menu{display:flex;align-items:center;gap:28px}.home-menu a{color:#cbd5e1;text-decoration:none;font-size:14px;font-weight:700;transition:color .15s}.home-menu a:hover{color:#f59e0b}.btn-play-arcade-header{background:linear-gradient(180deg,#f59e0b,#d97706);color:#1e1b4b;border:1.5px solid #fef08a;border-bottom:3px solid #92400e;padding:8px 20px;border-radius:14px;font-family:inherit;font-weight:800;font-size:13.5px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;box-shadow:0 4px 12px #f59e0b66;transition:all .12s ease}.btn-play-arcade-header:hover{transform:translateY(-1px);box-shadow:0 6px 16px #f59e0b99}.btn-play-arcade-header:active{transform:translateY(2px);border-bottom-width:1px}.home-hero{max-width:1200px;margin:0 auto;padding:70px 24px 60px;display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#22c55e1f;border:1px solid rgba(34,197,94,.35);color:#4ade80;padding:6px 14px;border-radius:14px;font-size:11.5px;font-weight:700;letter-spacing:.8px;margin-bottom:20px}.badge-status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px #22c55e}.hero-title{font-size:46px;line-height:1.15;font-weight:800;color:#fef08a;margin-bottom:20px;letter-spacing:-.5px;text-shadow:0 2px 14px rgba(245,158,11,.3)}.hero-desc{font-size:16.5px;line-height:1.6;color:#94a3b8;margin-bottom:32px;max-width:580px}.hero-cta-group{display:flex;align-items:center;gap:16px;margin-bottom:36px;flex-wrap:wrap}.btn-hero-arcade-play{background:linear-gradient(180deg,#f59e0b,#d97706 60%,#b45309);color:#1e1b4b;border:2px solid #fef08a;border-bottom:5px solid #78350f;padding:15px 32px;min-height:58px;border-radius:18px;font-family:inherit;font-size:16.5px;font-weight:800;letter-spacing:.5px;cursor:pointer;display:inline-flex;align-items:center;gap:10px;box-shadow:0 6px 22px #f59e0b73;transition:all .12s cubic-bezier(.4,0,.2,1)}.btn-hero-arcade-play:hover{transform:translateY(-2px);box-shadow:0 8px 28px #f59e0ba6}.btn-hero-arcade-play:active{transform:translateY(3px);border-bottom-width:2px}.btn-hero-guide{background:#27272ab3;color:#f1f5f9;border:1.5px solid #52525b;border-bottom:3px solid #27272a;padding:15px 24px;min-height:58px;border-radius:18px;font-family:inherit;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;transition:all .12s ease}.btn-hero-guide:hover{background:#3f3f46;color:#fff}.hero-tags{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hero-tag{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#cbd5e1;background:#0f172abf;padding:6px 12px;border-radius:10px;border:1px solid rgba(245,158,11,.25)}.tag-dot{width:6px;height:6px;border-radius:50%;background:#f59e0b}.hero-machine-card{width:100%;max-width:400px;background:#0f172af2;border:2px solid #b45309;border-radius:24px;overflow:hidden;box-shadow:0 16px 40px #000000b3,0 0 24px #f59e0b33}.machine-chamber{position:relative;height:270px;background:radial-gradient(circle at 50% 60%,#0891b2,#0e7490 40%,#155e75,#0f172a);display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:2px solid #b45309}.chamber-bubbles .bubble{position:absolute;bottom:-20px;border-radius:50%;background:#67e8f966;animation:bubbleRise 3s infinite ease-in}.chamber-bubbles .b1{left:20%;width:18px;height:18px;animation-duration:2.7s}.chamber-bubbles .b2{left:50%;width:24px;height:24px;animation-duration:3.3s;animation-delay:.6s}.chamber-bubbles .b3{left:80%;width:14px;height:14px;animation-duration:2.3s;animation-delay:1.2s}.chamber-avatar{display:flex;flex-direction:column;align-items:center;gap:12px;z-index:5;animation:mascotHover 2s ease-in-out infinite alternate}.avatar-title{background:#0f172ae6;border:1px solid #06b6d4;color:#67e8f9;padding:4px 14px;border-radius:12px;font-size:11.5px;font-weight:700}.machine-bottom{padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px}.machine-metric{display:flex;flex-direction:column}.metric-label{font-size:11px;color:#94a3b8;font-weight:600}.metric-val{font-size:12.5px;color:#4ade80;font-weight:700}.btn-card-start{background:linear-gradient(180deg,#38bdf8,#0284c7);color:#fff;border:1.5px solid #7dd3fc;border-bottom:3px solid #0369a1;padding:9px 18px;border-radius:14px;font-family:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:all .12s;white-space:nowrap}.btn-card-start:hover{filter:brightness(1.1);transform:translateY(-1px)}.btn-card-start:active{transform:translateY(2px);border-bottom-width:1px}.home-section{padding:80px 24px;border-top:1px solid rgba(255,255,255,.06)}.home-section.alt-bg{background:#0f172a80}.section-container{max-width:1200px;margin:0 auto}.section-heading{text-align:center;margin-bottom:48px}.heading-tag{font-size:11px;font-weight:800;letter-spacing:2px;color:#f59e0b;text-transform:uppercase;margin-bottom:8px;display:block}.section-heading h2{font-size:34px;font-weight:800;color:#f8fafc}.heading-sub{font-size:15px;color:#94a3b8;margin-top:8px}.workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.workflow-card{background:#18181b;border:1.5px solid #3f3f46;border-radius:20px;padding:26px 20px;display:flex;flex-direction:column}.card-step-num{font-size:36px;font-weight:800;color:#f59e0b59;margin-bottom:12px}.workflow-card h3{font-size:18px;font-weight:800;color:#fef08a;margin-bottom:10px}.workflow-card p{font-size:13.5px;line-height:1.6;color:#94a3b8;margin-bottom:16px;flex:1}.card-hint{font-size:11.5px;font-weight:700;color:#38bdf8;background:#38bdf81a;border:1px solid rgba(56,189,248,.25);padding:6px 10px;border-radius:10px}.pillars-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.pillar-card{background:#18181b;border:2px solid rgba(245,158,11,.3);border-radius:20px;padding:28px 24px;display:flex;flex-direction:column;gap:12px}.pillar-badge.challenge{font-size:11px;font-weight:800;letter-spacing:1px;color:#f59e0b;background:#f59e0b26;border:1px solid rgba(245,158,11,.35);padding:4px 10px;border-radius:8px;width:fit-content}.pillar-card h3{font-size:20px;font-weight:800;color:#f8fafc}.pillar-desc{font-size:14px;line-height:1.6;color:#94a3b8}.pillar-reward-box{background:#22c55e1a;border:1.5px solid rgba(34,197,94,.3);border-radius:14px;padding:12px 16px;margin-top:4px}.reward-title{font-size:11px;font-weight:800;letter-spacing:1px;color:#4ade80;display:block;margin-bottom:4px}.pillar-reward-box p{font-size:13px;line-height:1.5;color:#e2e8f0}.monsters-preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:48px}.monster-preview-card{background:#18181b;border-radius:20px;padding:22px 18px;display:flex;flex-direction:column;align-items:center;text-align:center;border:2px solid transparent}.monster-preview-card.rarity-normal{border-color:#71717a}.monster-preview-card.rarity-rare{border-color:#38bdf8}.monster-preview-card.rarity-epic{border-color:#a855f7}.monster-preview-card.rarity-legendary{border-color:#f59e0b}.monster-tier-tag{font-size:10px;font-weight:800;letter-spacing:1px;padding:3px 10px;border-radius:8px;margin-bottom:12px}.rarity-normal .monster-tier-tag{background:#3f3f46;color:#e4e4e7}.rarity-rare .monster-tier-tag{background:#0369a1;color:#7dd3fc}.rarity-epic .monster-tier-tag{background:#6b21a8;color:#f0abfc}.rarity-legendary .monster-tier-tag{background:#b45309;color:#fef08a}.monster-preview-card h4{font-size:17px;font-weight:800;color:#f8fafc;margin-bottom:8px}.monster-preview-avatar{margin:8px 0 14px}.monster-preview-bio{font-size:12.5px;line-height:1.55;color:#94a3b8;margin-bottom:14px;flex:1}.monster-preview-formula{font-size:11.5px;font-weight:700;color:#fbbf24;background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);padding:5px 10px;border-radius:10px;width:100%}.cta-banner{background:linear-gradient(135deg,#b4530966,#0f172af2);border:2px solid #f59e0b;border-radius:24px;padding:40px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;box-shadow:0 12px 32px #00000080}.cta-banner h3{font-size:28px;font-weight:800;color:#fef08a;margin-bottom:8px}.cta-banner p{font-size:15px;color:#cbd5e1;margin-bottom:24px;max-width:540px}.btn-banner-play{background:linear-gradient(180deg,#f59e0b,#d97706 60%,#b45309);color:#1e1b4b;border:2px solid #fef08a;border-bottom:5px solid #78350f;padding:16px 36px;min-height:58px;border-radius:20px;font-family:inherit;font-size:18px;font-weight:800;letter-spacing:.5px;cursor:pointer;display:inline-flex;align-items:center;gap:10px;box-shadow:0 6px 24px #f59e0b80;transition:all .12s}.btn-banner-play:hover{transform:translateY(-2px);box-shadow:0 8px 30px #f59e0bb3}.btn-banner-play:active{transform:translateY(3px);border-bottom-width:2px}.home-footer{border-top:1.5px solid rgba(245,158,11,.25);background:#09090b;padding:40px 24px;text-align:center}.footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:8px;align-items:center}.footer-title{font-size:16px;font-weight:800;letter-spacing:.8px;color:#f8fafc}.home-footer p{font-size:13px;color:#71717a}.footer-meta{font-size:12px;color:#52525b;display:flex;gap:10px;margin-top:4px}@media(max-width:980px){.home-hero{grid-template-columns:1fr;text-align:center;padding-top:40px}.hero-desc{margin-left:auto;margin-right:auto}.hero-cta-group,.hero-tags{justify-content:center}.hero-machine-card{margin:0 auto}.workflow-grid,.monsters-preview-grid{grid-template-columns:1fr 1fr}.pillars-grid{grid-template-columns:1fr}}@media(max-width:640px){.home-menu{display:none}.hero-title{font-size:32px}.workflow-grid,.monsters-preview-grid{grid-template-columns:1fr}}
