@font-face{font-family:Game Display;src:url(/fonts/roboto-condensed-variable.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}:root{--ink: #1b2833;--ink-soft: #52687a;--navy: #10243a;--blue-deep: #0b3c6e;--outline: #1d4a74;--gold: #ffc629;--green: #4caf50;--title-shadow: 0 2px 0 var(--outline), 0 0 2px var(--outline), 0 4px 8px #0b2a4a66;--map-shadow: -1px -1px 0 #173c5e, 1px -1px 0 #173c5e, -1px 1px 0 #173c5e, 1px 1px 0 #173c5e, 0 3px 0 #173c5e, 0 4px 8px #0b2a4a99;color-scheme:light;font-family:Game Display,Roboto Condensed,Arial Narrow,sans-serif;font-weight:500;color:var(--ink);font-synthesis:none;-webkit-font-smoothing:antialiased}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}body{background:#3c6f9c;overscroll-behavior:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;cursor:default}button,select,input{font:inherit;color:inherit}button{cursor:pointer;touch-action:manipulation;transition:transform 90ms ease,box-shadow 90ms ease}button:disabled{cursor:default}button:focus-visible{outline:3px solid #ffe36e;outline-offset:2px}h1,h2,h3,p,ul{margin:0}[hidden]{display:none!important}img,svg{-webkit-user-drag:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell{display:flex;flex-direction:column;width:100%;max-width:480px;height:100dvh;margin:0 auto;overflow:hidden;background:radial-gradient(ellipse at 50% 55%,#9ccbe255,transparent 62%),linear-gradient(180deg,#4f7eab,#6696bd,#74a7c6 60%,#6399bd 82%,#4c80aa);box-shadow:0 0 60px #142f5060}.app-content{flex:1;min-height:0;overflow:hidden;padding:max(10px,env(safe-area-inset-top)) 12px 10px}.screen{position:relative;height:100%;min-height:0;display:flex;flex-direction:column;gap:10px;animation:screen-in .2s ease-out}.top-bar{display:flex;flex:0 0 auto;align-items:center;gap:10px;min-height:54px}.avatar{display:grid;place-items:center;width:52px;height:52px;flex:0 0 52px;padding:0;border:3px solid #f4faff;border-radius:50%;background:radial-gradient(circle at 50% 35%,#bfe3f7,#6aa6cf);box-shadow:0 2px #2d5f8a,0 4px 8px #0b2a4a55;overflow:hidden}.avatar .game-icon{width:50px;height:50px}.top-bar-profile{flex:1;min-width:0}.profile-name{color:#fff;font-size:19px;font-weight:700;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 0 var(--outline),0 2px 4px #0b2a4a55}.profile-rank{margin-top:2px;color:#dcecf8;font-size:13px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 1px #1d4a7488}.wallet{display:flex;flex:0 0 auto;align-items:center;gap:2px;padding:3px;border-radius:999px;background:linear-gradient(180deg,#1a3a5acc,#2a5680cc);box-shadow:inset 0 2px 3px #0a1d3099,0 1px #9fc6e255}.pill{display:flex;align-items:center;gap:3px;padding-right:7px;color:#fff;font-size:16px;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap;transition:transform .15s ease}.pill-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;font-size:15px;line-height:1}.pill-energy .pill-icon{background:radial-gradient(circle at 40% 30%,#8ee06a,#3f9a2c 70%);box-shadow:inset 0 -2px #2c7420,0 0 0 2px #cfeebb}.pill-stars .pill-icon{color:#fff6c4;font-size:18px;background:radial-gradient(circle at 40% 30%,#ffe98a,#f4b31d 70%);box-shadow:inset 0 -2px #c68310,0 0 0 2px #ffe9a3;text-shadow:0 1px 0 #b3760c}.pill-bump{transform:scale(1.15)}.screen-title{flex:0 0 auto;color:#fff;font-size:clamp(26px,8vw,34px);font-weight:800;line-height:1;text-align:center;text-transform:uppercase;letter-spacing:.2px;text-shadow:var(--title-shadow)}.game-card,.kpi-bar{position:relative;border:2px solid #fafdff;border-radius:18px;background:radial-gradient(ellipse at 20% 0%,#ffffffaa,transparent 65%),linear-gradient(180deg,#f1f7fc,#dbe9f4);box-shadow:0 3px #8fb0cb,0 7px 14px #0b2a4a44}.card-text{color:var(--ink);font-size:17px;font-weight:500;line-height:1.2;text-align:center}.card-ribbon{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 10px 6px;color:var(--navy);font-size:20px;font-weight:800;text-transform:uppercase;border-bottom:2px solid #fff;background:linear-gradient(180deg,#fff,#d4e5f2);border-radius:16px 16px 0 0}.card-ribbon span{padding:1px 8px;border-radius:999px;color:#fff;font-size:15px;background:var(--blue-deep)}.reward-row{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.reward-chip{padding:3px 11px 2px;border:2px solid #f1c24a;border-radius:999px;background:linear-gradient(#fff9dc,#ffe99a);color:#6b4a00;font-size:16px;font-weight:700}.reward-chip-muted{border-color:#b8cddd;background:#eaf2f8;color:var(--ink-soft)}.result-win,.result-lose{font-size:28px;font-weight:800;text-align:center;text-transform:uppercase;line-height:1}.result-win{color:#3b8f2a}.result-lose{color:#d9472b}.primary-button,.secondary-button{flex:0 0 auto;width:100%;min-height:50px;padding:8px 14px 6px;border:2px solid #b8f08a;border-radius:14px;color:#fff;font-size:22px;font-weight:800;text-transform:uppercase;letter-spacing:.3px;background:linear-gradient(180deg,#8fd65a,#62b43a 48%,#4c9d2c 52%,#5cae36);box-shadow:0 4px #2f6f1e,0 6px 10px #0b2a4a55;text-shadow:0 2px 0 #2f6f1e}.secondary-button{border-color:#a9dbff;background:linear-gradient(180deg,#66b8f2,#2f8ad6 48%,#2177c4 52%,#2d86d0);box-shadow:0 4px #154c85,0 6px 10px #0b2a4a55;text-shadow:0 2px 0 #154c85}.primary-button:active:not(:disabled),.secondary-button:active:not(:disabled),.small-button:active:not(:disabled){transform:translateY(3px);box-shadow:0 1px #2f6f1e}.primary-button:disabled,.secondary-button:disabled,.small-button:disabled{border-color:#e3ebf1;background:linear-gradient(180deg,#c9d5de,#a3b4c1);color:#f5f9fc;box-shadow:0 4px #7e909e;text-shadow:0 1px 0 #7e909e}.small-button{display:flex;align-items:center;justify-content:center;gap:5px;min-height:32px;padding:4px 8px 3px;border:2px solid #b8f08a;border-radius:10px;color:#fff;font-size:16px;font-weight:800;text-transform:uppercase;background:linear-gradient(180deg,#8fd65a,#5cae36 55%,#4c9d2c);box-shadow:0 3px #2f6f1e;text-shadow:0 1px 0 #2f6f1e}.small-button span{font-size:14px}.small-button-done{border-color:#ffe9a3;background:linear-gradient(180deg,#ffe07a,#f0b32a);box-shadow:0 3px #b27b10;text-shadow:0 1px 0 #b27b10}.back-button,.close-button{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;padding:0 0 3px;border:3px solid #fff;border-radius:50%;color:#fff;font-size:32px;font-weight:800;line-height:1;background:radial-gradient(circle at 40% 30%,#6ec0f5,#1f78c6 70%);box-shadow:0 3px #154c85,0 5px 8px #0b2a4a55;text-shadow:0 2px 0 #154c85}.close-button{position:absolute;top:8px;right:8px;width:38px;height:38px;padding:0;font-size:20px;background:radial-gradient(circle at 40% 30%,#ff9a7a,#e0452b 70%);box-shadow:0 3px #9d2d19;text-shadow:0 1px 0 #9d2d19}.kpi-bar{flex-shrink:0;padding:10px 14px 9px}.kpi-label{color:var(--ink);font-size:clamp(22px,6.4vw,27px);font-weight:700;line-height:1.05;margin-bottom:7px}.kpi-track{position:relative;height:30px;margin-right:30px;overflow:hidden;border:2px solid #fff;border-radius:999px;background:linear-gradient(180deg,#fff1b0,#ffda65 38%,#ebbe40 72%,#ffd96a);box-shadow:inset 0 1px 3px #98774499,0 0 0 1px #b9aa83}.kpi-fill{height:100%;border-radius:inherit;background:linear-gradient(180deg,#a2eaff,#51c4ed 22%,#24a5d8 56%,#2491c0 82%,#72c9e9);box-shadow:inset 0 1px 2px #edffff,inset 0 -1px 2px #136f96,1px 0 2px #276b9580;transition:width .35s ease-out}.kpi-fill-gold{background:linear-gradient(#fff1a6,#ffd967 28%,#e8b832 70%,#ffdc69)}.kpi-track-gold{box-shadow:0 0 12px #ffdc62,0 0 0 1px #d4ae43}.kpi-percent{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid;place-items:center;color:#24343c;font-size:22px;font-weight:800;line-height:1;text-shadow:0 1px 0 #fff8}.kpi-overflow{position:absolute;left:0;top:0;height:100%;background:#fff6}.kpi-caption{display:flex;justify-content:space-between;gap:8px;margin:6px 30px 0 0;color:var(--ink);font-size:17px;font-weight:400}.kpi-medal{position:absolute;right:6px;top:30px;display:grid;place-items:center;width:54px;height:54px;border:3px double #dfa832;border-radius:50%;color:#fff3b0;font-size:30px;background:radial-gradient(circle at 35% 25%,#ffed9c,#f8cf56 52%,#edb330);box-shadow:inset 0 1px 2px #fff6bd,inset 0 -2px 2px #b78c30,0 2px 4px #886c4088,0 0 18px #ffe78caa;text-shadow:0 1px 1px #ba8927;z-index:2}.kpi-medal.earned{box-shadow:0 0 26px #fff184,0 0 0 4px #fff3b066}.kpi-badge{position:absolute;bottom:-12px;left:50%;z-index:3;transform:translate(-50%);padding:3px 12px 2px;border:2px solid #fff;border-radius:999px;background:linear-gradient(#ffe98a,#f4b31d);color:#5a3d00;font-size:14px;font-weight:800;text-transform:uppercase;white-space:nowrap}.kpi-badge-in{animation:node-pop .4s ease-out}.kpi-track-flash:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff9;animation:flash .9s ease-out both}.hotel-anchor{display:flex;flex:1;min-height:0;width:100%;padding:0;border:0;background:none}.hotel-scene{position:relative;width:100%;height:100%;min-height:0;isolation:isolate}.hotel-art{display:block;width:100%;height:100%;overflow:hidden;filter:drop-shadow(0 12px 14px #0b2a4a55)}.scene-bubble{position:absolute;z-index:2;display:grid;place-items:center;width:52px;height:48px;border:2px solid #fff;border-radius:14px;font-size:26px;background:linear-gradient(180deg,#fff,#d6e8f5);box-shadow:0 3px #8fb0cb,0 6px 10px #0b2a4a44;animation:bob 3.2s ease-in-out infinite}.scene-bubble:after{content:"";position:absolute;bottom:-7px;width:12px;height:12px;background:#d6e8f5;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg)}.bubble-a{left:30%;top:0}.bubble-b{right:30%;top:0;animation-delay:-1.2s}.bubble-c{left:1%;top:36%;animation-delay:-2s}.bubble-d{right:1%;top:30%;animation-delay:-.6s}.bubble-a:after,.bubble-c:after{right:10px}.bubble-b:after,.bubble-d:after{left:10px}.guest{position:absolute;left:54%;top:61%;width:7px;height:10px;border-radius:4px 4px 2px 2px;background:#fe793c;box-shadow:0 3px 1px #06466b55;animation:guest-walk 7s linear infinite alternate}.guest:before{content:"";position:absolute;top:-5px;left:.5px;width:6px;height:6px;border-radius:50%;background:#f9c98d}.guest-two{left:70%;top:70%;background:#fff;animation-delay:-4s;animation-duration:9s}.tasks-sheet{position:relative;flex:0 0 auto;margin-top:8px;padding:2px 10px 10px;border:7px solid #a8835a;border-radius:14px;background:radial-gradient(ellipse at 22% 15%,#fbf1dfaa,transparent 70%),linear-gradient(135deg,#eadbc1,#efe2cf 58%,#e4d2b3);box-shadow:inset 0 1px 2px #fff4dd,inset 0 0 0 1px #d2b790,0 4px #7c5c3a,0 8px 14px #0b2a4a55}.tasks-clip{position:absolute;top:-22px;left:calc(50% - 32px);width:64px;height:22px;border:2px solid #e8f1f6;border-radius:14px 14px 5px 5px;background:linear-gradient(180deg,#dbe5eb,#a9b8c4 50%,#8a9dad 85%,#c0d0db);box-shadow:inset 0 1px 1px #fff,0 2px 3px #5b4a3566}.tasks-clip:before{content:"";position:absolute;top:-8px;left:calc(50% - 8px);width:16px;height:12px;border:3px solid #9aabb8;border-bottom:0;border-radius:8px 8px 0 0}.tasks-sheet-handle{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:8px 2px 6px;border:0;background:none;touch-action:none}.tasks-title{color:#1d1b17;font-size:27px;font-weight:700;line-height:1}.tasks-count{padding:2px 10px 1px;border-radius:999px;color:#fff;font-size:16px;font-weight:700;background:#8a6a45;box-shadow:inset 0 1px 2px #5b4328}.tasks-list{display:flex;flex-direction:column;gap:7px;margin:0;padding:0;list-style:none}.tasks-preview{display:grid;grid-template-columns:1fr 1fr;gap:7px}.task-chip button{display:flex;align-items:center;gap:8px;width:100%;height:100%;min-height:52px;padding:6px 8px;border:1px solid #fbf4e6;border-radius:12px;color:#2b2a22;font-size:16px;font-weight:500;line-height:1.1;text-align:left;background:linear-gradient(145deg,#fffaf0d0,#f4ead8b8);box-shadow:inset 0 1px 1px #fff8ed,0 2px #cdb892}.task-chip-next button{border-color:#e3b94c;background:#fff6d6;box-shadow:0 2px #cda24a,0 0 0 2px #ffd96a88}.task-chip-done .task-text{color:#7d7462}.task-check{display:grid;place-items:center;flex:0 0 26px;width:26px;height:26px;border:2px solid #6f8797;border-radius:7px;color:#fff;font-size:18px;font-weight:800;background:linear-gradient(#fff,#e3ecf2)}.task-chip-done .task-check,.task-check.met{border-color:#3a8bc4;background:linear-gradient(#63b3ec,#2f86c8)}.task-source{display:block;margin-top:3px;color:#8a7658;font-size:13px;font-weight:400}.tasks-sheet-expanded{flex:1;min-height:0;margin-top:20px}.bottom-nav{z-index:5;display:flex;flex:0 0 auto;padding:2px 6px env(safe-area-inset-bottom);border-top:2px solid #fff;border-radius:24px 24px 0 0;background:radial-gradient(ellipse at 30% 5%,#ffffffe6,transparent 75%),linear-gradient(180deg,#eef7fd,#d6ebf8 60%,#c6e2f3);box-shadow:0 -3px 10px #0b2a4a55}.bottom-nav-item{position:relative;display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;height:68px;padding:4px 0 2px;border:0;background:none}.bottom-nav-icon.game-icon{width:44px;height:44px;filter:saturate(.35) brightness(1.05);opacity:.75;transition:transform .15s ease}.bottom-nav-label{color:#5d7385;font-size:15px;font-weight:500;line-height:1.1}.bottom-nav-item.active:before{content:"";position:absolute;top:0;left:50%;width:64px;height:50px;transform:translate(-50%);background:radial-gradient(ellipse,#fff39a 0%,#ffe06a66 40%,transparent 70%)}.bottom-nav-item.active .bottom-nav-icon{filter:none;opacity:1;transform:translateY(-3px) scale(1.08)}.bottom-nav-item.active .bottom-nav-label{color:var(--navy);font-weight:700}.game-icon{position:relative;display:inline-block;flex-shrink:0;width:44px;height:44px;background-image:url(/assets/game-icons.png);background-size:300% 300%;background-repeat:no-repeat}.stress-meter{display:flex;flex:0 0 auto;flex-direction:column;align-items:center;gap:3px;margin-top:-4px}.stress-caption{color:#eaf4fb;font-size:15px;font-weight:500;text-shadow:0 1px 1px var(--outline)}.stress-track{position:relative;width:62%;height:16px;border:2px solid #fff;border-radius:999px;background:linear-gradient(90deg,#4caf50,#9ccc3a 30%,#ffc629 55%,#ff8a24 75%,#e53935);box-shadow:0 2px #1d4a74,inset 0 2px 2px #fff6}.stress-track i{position:absolute;top:-5px;width:8px;height:22px;border:2px solid var(--navy);border-radius:4px;background:#fff;transform:translate(-50%);transition:left .2s linear}.client-scene{position:relative;flex:1;min-height:90px;display:grid;place-items:center}.client-scene>svg{width:100%;height:100%;min-height:0;overflow:hidden;filter:drop-shadow(0 10px 12px #0b2a4a55)}.speech-bubble{position:absolute;top:4%;right:0;max-width:56%;padding:8px 12px 7px;border:3px solid var(--navy);border-radius:18px;color:var(--navy);font-size:17px;font-weight:700;line-height:1.15;background:#fff;box-shadow:0 4px #0b2a4a33;animation:node-pop .3s ease-out}.speech-bubble:after{content:"";position:absolute;bottom:-11px;left:22px;width:16px;height:16px;background:#fff;border-right:3px solid var(--navy);border-bottom:3px solid var(--navy);transform:rotate(45deg)}.speech-angry{border-color:#d9472b}.speech-angry:after{border-color:#d9472b}.speech-angry:before{content:"!";position:absolute;top:-14px;right:-8px;display:grid;place-items:center;width:28px;height:28px;border:2px solid #fff;border-radius:50%;color:#fff;font-size:18px;font-weight:800;background:#e53935}.sim-intro,.result-card,.lesson-card{display:flex;flex:0 0 auto;flex-direction:column;gap:10px;padding:14px}.choices-card{flex:0 0 auto}.choices{display:flex;flex-direction:column;gap:7px}.choices-card .choices{padding:8px}.choice{display:flex;align-items:center;gap:8px;width:100%;min-height:54px;padding:6px 8px;border:2px solid #fff;border-radius:14px;text-align:left;background:linear-gradient(180deg,#fff,#e6f0f7);box-shadow:0 3px #a7c0d3}.choice:active{transform:translateY(2px);box-shadow:0 1px #a7c0d3}.choice-letter{display:grid;place-items:center;flex:0 0 32px;height:32px;border-radius:9px;color:#fff;font-size:20px;font-weight:800;background:linear-gradient(#4f9fe0,#1f6fb8);box-shadow:0 2px #154c85}.choice-text{flex:1;color:var(--ink);font-size:16px;font-weight:500;line-height:1.12}.choice-cta{flex:0 0 auto;padding:6px 9px 5px;border:2px solid #b8f08a;border-radius:10px;color:#fff;font-size:14px;font-weight:800;text-transform:uppercase;background:linear-gradient(180deg,#8fd65a,#4c9d2c);box-shadow:0 2px #2f6f1e;text-shadow:0 1px 0 #2f6f1e}.choice.selected{border-color:#ffd23f;background:linear-gradient(180deg,#fffbe6,#ffeeb0);box-shadow:0 3px #d0a232,0 0 0 2px #ffd23f88}.choice.selected .choice-letter{background:linear-gradient(#ffd96a,#f0a91c);box-shadow:0 2px #b27b10}.screen-title-map{margin-top:8px;text-transform:none;font-size:clamp(30px,9vw,38px)}.learning-map{position:relative;flex:1;min-height:0}.learning-road{position:absolute;top:4%;right:0;bottom:4%;left:0;width:100%;height:92%;overflow:visible}.learning-road path{fill:none;stroke-linecap:round}.road-base{stroke:#b3bdc5;stroke-width:46;filter:drop-shadow(0 6px 0 #6c8294)}.road-progress{stroke:#7cc242;stroke-width:46;transition:stroke-dasharray .6s ease}.road-line{stroke:#fffc;stroke-width:3;stroke-dasharray:12 14}.learning-stop{position:absolute;width:170px;text-align:center;transform:translate(-50%,-50%)}.stop-0{left:30%;top:78%}.stop-1{left:68%;top:25%}.map-decor{position:absolute;font-size:30px;opacity:.9;filter:drop-shadow(0 4px 3px #0b2a4a55);animation:bob 4s ease-in-out infinite}.decor-boat{left:12%;top:40%}.decor-isle{right:8%;top:62%;font-size:40px;animation-delay:-1.5s}.decor-boat-two{left:8%;top:8%;font-size:22px;animation-delay:-2.5s}.island{position:relative;display:block;width:140px;height:74px;margin:50px auto 30px;padding:0;border:3px solid #d9f3b9;border-radius:50%;background:radial-gradient(ellipse at 50% 35%,#b6ea78,#6bb63a 70%);box-shadow:0 12px #c8995f,0 13px #a37545,0 18px 18px #0b2a4a66}.learning-stop.available .island{animation:glow 1.8s ease-in-out infinite}.learning-stop.locked .island{border-color:#eef1f3;background:radial-gradient(ellipse at 50% 35%,#e3e7ea,#aab4bb 70%);box-shadow:0 12px #8e989f,0 13px #737d84,0 18px 18px #0b2a4a66}.island-icon{position:absolute;left:50%;bottom:26px;font-size:68px;line-height:1;transform:translate(-50%);filter:drop-shadow(0 4px 2px #0b2a4a55)}.learning-stop.locked .island-icon{filter:grayscale(1) brightness(1.1) drop-shadow(0 4px 2px #0b2a4a55)}.island-badge{position:absolute;left:50%;bottom:-26px;z-index:1;display:grid;place-items:center;width:36px;height:36px;border:3px solid #fff;border-radius:50%;color:#fff;font-size:22px;font-weight:800;background:linear-gradient(#5fc451,#2f8f28);box-shadow:0 3px #1f5f1a;transform:translate(-50%)}.learning-stop.available .island-badge{background:linear-gradient(#ffd96a,#f0a91c);box-shadow:0 3px #b27b10}.learning-stop.locked .island-badge{font-size:16px;background:linear-gradient(#b7c2ca,#7e8b95);box-shadow:0 3px #5a656d}.learning-stop strong{display:block;margin-top:8px;color:#fff;font-size:23px;font-weight:700;line-height:1.05;text-shadow:var(--map-shadow)}.lesson-header{display:flex;flex:0 0 auto;align-items:center;gap:8px;min-height:54px}.lesson-header .screen-title{flex:1;font-size:clamp(22px,6.8vw,28px)}.lesson-header-spacer{flex:0 0 42px}.lesson-card{margin:auto 0;padding:18px 14px 16px}.lesson-card .primary-button{margin-top:6px}.lesson-icon{font-size:84px;line-height:1;text-align:center;filter:drop-shadow(0 6px 4px #0b2a4a44)}.lesson-done{font-size:22px}.answer-feedback{display:flex;flex-direction:column;gap:12px}.pips{display:flex;justify-content:center;gap:6px}.pips i{width:34px;height:10px;border-radius:999px;background:#b8cddd;box-shadow:inset 0 2px 2px #7f9bb0}.pips i.on{background:linear-gradient(#ffe07a,#f0b32a);box-shadow:0 1px #b27b10}.question{color:var(--navy);font-size:23px;font-weight:700;line-height:1.12;text-align:center}.status-card{display:flex;flex:0 0 auto;flex-direction:column;gap:4px;width:100%;padding:9px 14px 10px;text-align:left}.status-card:active{transform:translateY(2px)}.status-line{color:var(--ink);font-size:17px;font-weight:500;line-height:1.1}.status-line b{font-weight:800;text-transform:uppercase}.status-stars{color:#f0a91c;font-size:20px;letter-spacing:1px;text-shadow:0 1px 0 #b27b10}.status-goal{color:var(--ink);font-size:19px;font-weight:800;line-height:1.1}.gold-track,.mini-track{display:block;overflow:hidden;height:18px;border-radius:999px;background:#2c4f73;box-shadow:inset 0 2px 3px #0a1d30}.gold-track{margin:2px 0}.gold-track i,.mini-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(180deg,#fff1a6,#ffd24a 40%,#e9a91f 80%,#ffd86a);box-shadow:inset 0 1px 1px #fffbe0;transition:width .45s ease-out}.mini-track{height:9px}.hotel-playfield{flex:1;min-height:0}.object-grid{display:grid;flex:0 0 auto;grid-template-columns:1fr 1fr;gap:8px}.object-card{display:grid;grid-template-columns:46px 1fr;align-items:center;gap:6px 8px;padding:7px 8px 8px;border-radius:14px}.object-icon{display:grid;place-items:center;width:46px;height:46px;border:2px solid #fff;border-radius:11px;font-size:28px;background:linear-gradient(#fdf1d2,#dcb67b);box-shadow:0 2px #a88452}.object-info{display:flex;flex-direction:column;gap:2px;min-width:0}.object-info strong{color:var(--ink);font-size:18px;font-weight:800;line-height:1}.object-level{color:var(--ink-soft);font-size:14px;font-weight:500}.object-card .small-button{grid-column:1 / -1}.category-tabs{display:flex;flex:0 0 auto;gap:2px;padding:4px;border-radius:14px;background:#1a3a5aaa;box-shadow:inset 0 2px 3px #0a1d3099}.category-tabs button{flex:1;min-height:38px;padding:4px 2px 3px;border:0;border-radius:10px;color:#eaf4fb;font-size:15px;font-weight:800;text-transform:uppercase;background:none;text-shadow:0 1px 0 #0a1d30}.category-tabs button[aria-pressed=true]{color:var(--navy);background:linear-gradient(180deg,#fff,#cfe2f0);box-shadow:0 2px #0a1d3066;text-shadow:none}.product-grid{display:grid;flex:1;min-height:0;grid-template-columns:1fr 1fr;align-content:start;gap:10px}.product-soon{justify-content:center;color:var(--ink-soft);font-size:18px;font-weight:700;text-transform:uppercase;background:linear-gradient(180deg,#e8f0f6cc,#cbdbe7cc)}.product-soon span{font-size:64px;line-height:1.2;filter:grayscale(1);opacity:.6}.product-card{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0;padding:8px 6px;border-radius:14px;background:linear-gradient(180deg,#fff,#e3eef6)}.product-card:active{transform:translateY(2px)}.product-art.game-icon{width:100%;max-width:128px;height:auto;aspect-ratio:1}.product-card strong{display:flex;align-items:center;min-height:2.3em;color:var(--ink);font-size:16px;font-weight:500;line-height:1.12;text-align:center}.product-price{color:var(--ink);font-size:17px;font-weight:700}.product-card .small-button{width:100%}.product-art.large{display:block;width:130px;max-width:130px;height:130px;margin:0 auto}.modal{width:min(400px,calc(100vw - 28px));max-height:calc(100dvh - 28px);padding:0;overflow:hidden;border:3px solid #fff;border-radius:22px;color:var(--ink);background:linear-gradient(180deg,#f1f7fc,#d9e8f3);box-shadow:0 5px #6f93b1,0 20px 50px #0b2a4aaa}.modal:focus{outline:none}.modal[open]{animation:node-pop .24s ease-out}.modal::backdrop{background:#0b2a4acc}.modal-header{padding:13px 52px 10px;background:linear-gradient(180deg,#5fb0ec,#2f86d0,#1f73bd);box-shadow:inset 0 -3px #154c85}.modal-header h2{color:#fff;font-size:24px;font-weight:800;line-height:1.05;text-align:center;text-transform:uppercase;text-shadow:0 2px 0 #154c85}.modal-body{display:flex;flex-direction:column;gap:12px;padding:16px}.modal-note{color:var(--ink-soft);font-size:15px;text-align:center}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-radius:12px;font-size:19px;background:#fff}.stat-row strong{font-size:24px;font-weight:800}.requirements{display:flex;flex-direction:column;gap:7px;padding:0;list-style:none}.requirements li{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:12px;font-size:18px;font-weight:700;background:#fff;box-shadow:0 2px #b8cddd}.requirements li>span:nth-child(2){flex:1}.requirements small{display:block;color:var(--ink-soft);font-size:14px;font-weight:400}.requirements b{font-size:17px;white-space:nowrap}.size-select{margin:0;padding:0;border:0}.size-select legend{margin:0 auto 6px;font-size:17px;font-weight:700;text-transform:uppercase}.size-buttons{display:flex;gap:8px}.size-buttons button{flex:1;min-height:44px;border:2px solid #fff;border-radius:12px;font-size:20px;font-weight:800;background:linear-gradient(#fff,#d6e6f2);box-shadow:0 3px #8fb0cb}.size-buttons button[aria-pressed=true]{border-color:#fff3c4;background:linear-gradient(#ffe98a,#f4b31d);box-shadow:0 3px #b27b10}.pager{display:flex;align-items:center;gap:14px;font-size:19px;font-weight:700}.pager button{flex:1;font-size:30px;padding-top:0}.levelup-modal{text-align:center}.levelup-stage{position:relative;height:min(34dvh,260px);margin:-16px -16px 0}.levelup-stage canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.levelup-old{position:absolute;top:0;right:0;bottom:0;left:0;animation:hotel-shrink .6s ease-in forwards}.hotel-celebrating{animation:hotel-rebirth 1.5s cubic-bezier(.2,.8,.2,1) both}.levelup-star{color:#f4b31d;font-size:64px;line-height:1;text-shadow:0 4px 0 #b27b10;animation:node-pop .7s .5s both}@keyframes screen-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes node-pop{0%{transform:scale(.7);opacity:0}65%{transform:scale(1.06)}to{transform:scale(1);opacity:1}}@keyframes flash{0%,to{opacity:0}15%{opacity:1}}@keyframes bob{50%{transform:translateY(-6px)}}@keyframes glow{50%{box-shadow:0 12px #c8995f,0 13px #a37545,0 0 30px 8px #fff39acc}}@keyframes guest-walk{0%{transform:translate(0)}to{transform:translate(22px,12px)}}@keyframes hotel-shrink{0%{transform:scale(1);opacity:1}85%,to{transform:scale(.05);opacity:0}}@keyframes hotel-rebirth{0%,30%{transform:scale(.05);opacity:0;filter:brightness(2)}65%{transform:scale(1.08);opacity:1;filter:brightness(1.5)}85%{transform:scale(.98)}to{transform:scale(1);filter:brightness(1)}}@media (max-height: 740px){.screen{gap:7px}.app-content{padding:8px 10px}.top-bar{min-height:46px}.avatar{width:44px;height:44px;flex-basis:44px}.avatar .game-icon{width:42px;height:42px}.profile-name{font-size:18px}.kpi-label{font-size:21px;margin-bottom:5px}.kpi-track{height:26px}.kpi-caption{font-size:15px}.kpi-medal{width:46px;height:46px;top:26px;font-size:26px}.tasks-title{font-size:23px}.task-chip button{min-height:44px;font-size:14px}.bottom-nav-item{height:58px}.bottom-nav-icon.game-icon{width:36px;height:36px}.bottom-nav-label{font-size:13px}.primary-button,.secondary-button{min-height:44px;font-size:19px}.choice{min-height:46px}.choice-text{font-size:14px}.card-text{font-size:15px}.object-icon{width:38px;height:38px;font-size:22px}.object-card{grid-template-columns:38px 1fr}.lesson-icon{font-size:60px}}@media (max-width: 360px){.profile-rank{display:none}.pill{font-size:15px}.screen-title{font-size:25px}.tasks-title{font-size:22px}.choice-cta{display:none}.category-tabs button{font-size:12px}.learning-stop{width:140px}.learning-stop strong{font-size:19px}}.result-card{animation:node-pop .26s ease-out}.float-text{position:fixed;z-index:1000;color:#fff;font-family:Game Display,Roboto Condensed,sans-serif;font-size:24px;font-weight:800;white-space:nowrap;pointer-events:none;text-shadow:var(--map-shadow)}.answer-feedback{animation:node-pop .26s ease-out}.sparkle{position:fixed;z-index:1001;font-size:15px;line-height:1;pointer-events:none;text-shadow:0 0 6px #ffe36e,0 1px 0 #b27b10}.install-prompt{position:fixed;left:0;right:0;bottom:calc(80px + env(safe-area-inset-bottom));z-index:20;display:flex;align-items:flex-start;gap:10px;width:min(456px,calc(100% - 24px));margin:0 auto;padding:10px 40px 10px 10px;animation:node-pop .32s ease-out}.install-icon{flex:0 0 52px;width:52px;height:52px;border-radius:13px;box-shadow:0 2px #8fb0cb}.install-text{display:flex;flex:1;flex-direction:column;align-items:flex-start;gap:4px;min-width:0}.install-text strong{color:var(--ink);font-size:17px;font-weight:800;line-height:1.1}.install-text p{color:var(--ink);font-size:14px;line-height:1.25}.install-share{display:inline-block;width:14px;height:17px;margin:0 1px -3px;color:#1f78c6}.install-button{margin-top:4px;padding-inline:16px}.install-prompt .install-close{top:6px;right:6px;width:30px;height:30px;font-size:15px}.hotel-zone{position:relative;display:flex;flex:1;min-height:0}.hotel-playfield{position:relative}.hotel-prop,.hotel-character,.hotel-character-hop{transform-box:fill-box;transform-origin:50% 90%}.prop-tappable{cursor:pointer}.prop-built{animation:prop-build .9s cubic-bezier(.3,1.5,.5,1) both}.hotel-character{animation:walk-a 9s ease-in-out infinite alternate}.hotel-character.walk-b{animation-name:walk-b;animation-duration:7s}.hotel-character.walk-c{animation-name:walk-c;animation-duration:8s;animation-delay:-3s}.hotel-character-hop{animation:hop .38s ease-in-out infinite alternate}.hotel-metrics{position:absolute;top:0;left:0;right:0;z-index:2;display:flex;justify-content:center;gap:6px;pointer-events:none}.metric-tag{padding:3px 9px 2px;border:2px solid #fff;border-radius:10px;color:var(--ink);font-size:13px;font-weight:700;white-space:nowrap;background:linear-gradient(180deg,#fff,#d6e8f5);box-shadow:0 2px #8fb0cb,0 4px 8px #0b2a4a33;pointer-events:none;animation:node-pop .32s ease-out,bob 3.4s .32s ease-in-out infinite}.metric-tag:nth-child(2){animation-delay:0s,-1.3s}.metric-tag:nth-child(3){animation-delay:0s,-2.1s}@keyframes prop-build{0%{transform:translateY(-90px) scale(.3);opacity:0}45%{transform:translateY(0) scale(1.15,.85);opacity:1}70%{transform:scale(.95,1.06)}to{transform:none}}@keyframes walk-a{to{transform:translate(90px,45px)}}@keyframes walk-b{to{transform:translate(-80px,40px)}}@keyframes walk-c{to{transform:translate(70px,-35px)}}@keyframes hop{to{transform:translateY(-5px)}}.primary-button{position:relative;overflow:hidden}.primary-button:not(:disabled):after{content:"";position:absolute;top:0;bottom:0;left:-60%;width:40%;background:linear-gradient(100deg,transparent,#ffffff88,transparent);transform:skew(-20deg);pointer-events:none;animation:shine 3.8s ease-in-out infinite}.small-button.nudge:not(:disabled){animation:nudge 2.4s ease-in-out infinite}.bottom-nav-item.active .bottom-nav-icon{animation:nav-bounce .48s cubic-bezier(.3,1.6,.5,1)}.pill-stars .pill-icon{animation:twinkle 3.2s ease-in-out infinite}.pill,.kpi-bar{cursor:pointer}.float-combo{color:#ffe066;font-size:32px}.tip-bubble{position:absolute;z-index:3;display:grid;place-items:center;width:50px;height:50px;padding:0;border:3px solid #fff;border-radius:50%;font-size:24px;line-height:1;background:radial-gradient(circle at 40% 30%,#8ee06a,#3f9a2c 70%);box-shadow:0 3px #2c7420,0 0 0 4px #fff5,0 0 18px #c8ff9a;transform:translate(-50%,-50%);animation:tip-in .38s cubic-bezier(.3,1.6,.5,1) both,tip-float 1.6s .38s ease-in-out infinite}.tip-big{width:62px;height:62px;font-size:30px;background:radial-gradient(circle at 40% 30%,#ffe98a,#f4b31d 70%);box-shadow:0 3px #b27b10,0 0 0 4px #fff6,0 0 26px #ffe36e}@keyframes shine{0%,70%{left:-60%}to{left:130%}}@keyframes nudge{0%,78%,to{transform:scale(1)}86%{transform:scale(1.08) rotate(-2deg)}93%{transform:scale(1.04) rotate(2deg)}}@keyframes nav-bounce{0%{transform:translateY(0) scale(.8)}60%{transform:translateY(-8px) scale(1.2)}to{transform:translateY(-3px) scale(1.08)}}@keyframes twinkle{0%,85%,to{transform:rotate(0) scale(1);filter:none}92%{transform:rotate(20deg) scale(1.18);filter:brightness(1.3)}}@keyframes tip-in{0%{transform:translate(-50%,-50%) scale(0)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes tip-float{50%{transform:translate(-50%,calc(-50% - 7px)) scale(1.05)}}.choice-icon{flex:0 0 auto;font-size:22px;line-height:1;filter:drop-shadow(0 2px 1px #0b2a4a33)}.scene-alert{position:absolute;left:4%;top:6%;padding:4px 10px 3px;border:2px solid #fff;border-radius:10px;color:#fff;font-size:14px;font-weight:800;text-transform:uppercase;background:linear-gradient(#ff6a4d,#d9321c);box-shadow:0 3px #8f2210;animation:alert-blink 1.1s steps(1) infinite}.client-scene>svg{transform-origin:50% 90%;animation:scene-breathe 3.6s ease-in-out infinite}.client-scene.tense>svg{animation-duration:1.6s}.client-scene.angry>svg{animation:scene-jitter .45s ease-in-out infinite}@keyframes alert-blink{50%{opacity:.35}}@keyframes scene-breathe{50%{transform:translateY(-2px) scale(1.012)}}@keyframes scene-jitter{25%{transform:translate(-1.5px) rotate(-.3deg)}75%{transform:translate(1.5px) rotate(.3deg)}}.demo-page{display:flex;align-items:center;justify-content:center;gap:clamp(32px,6vw,96px);height:100dvh;padding:24px 32px;overflow:hidden;color:#fff;background:radial-gradient(ellipse at 60% 50%,#9ccbe255,transparent 62%),linear-gradient(180deg,#4f7eab,#6696bd 35%,#74a7c6 65%,#4c80aa)}.demo-pitch{display:flex;flex-direction:column;gap:18px;max-width:430px}.demo-pitch h1{font-size:72px;font-weight:800;line-height:1;text-shadow:var(--title-shadow)}.demo-lead{font-size:27px;font-weight:700;line-height:1.15;text-shadow:0 1px 0 var(--outline),0 2px 6px #0b2a4a55}.demo-pitch ul{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.demo-pitch li{padding:10px 14px;border:2px solid #fafdff;border-radius:14px;color:var(--ink);font-size:18px;line-height:1.2;background:linear-gradient(180deg,#f1f7fc,#dbe9f4);box-shadow:0 3px #8fb0cb,0 7px 14px #0b2a4a33}.demo-qr{display:flex;align-items:center;gap:16px;font-size:19px;line-height:1.25;text-shadow:0 1px 0 var(--outline)}.demo-qr span{display:block;flex:0 0 116px;width:116px;height:116px;padding:9px;border-radius:14px;background:#fff;box-shadow:0 3px #8fb0cb}.demo-qr svg{display:block;width:100%;height:100%}.demo-note{color:#dcecf8;font-size:15px}.demo-phone-slot{flex:0 0 auto}.demo-phone{width:418px;height:872px;padding:14px;border-radius:58px;background:#0f1a26;box-shadow:inset 0 0 0 2px #3a4a5c,0 30px 60px #0b2a4a88;transform-origin:top left}.demo-phone iframe{display:block;width:390px;height:844px;border:0;border-radius:44px;background:#6696bd}@media (max-width: 999px){.demo-pitch{display:none}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-delay:0ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
