:root{
  --paper:#f4efe3;--card:#fffdf7;--ink:#132218;--muted:#6b756d;--forest:#10291a;--forest2:#1c432b;
  --lime:#def77b;--lime2:#b8e85f;--line:rgba(20,45,29,.12);--gold:#f5cb61;--shadow:0 20px 60px rgba(23,48,31,.12);
  font-family:Inter,"Hiragino Sans","Yu Gothic",system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--paper);
}
*{box-sizing:border-box}html{background:var(--paper);scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 92% -5%,#dce9c5 0,transparent 30%),linear-gradient(180deg,#f7f2e7 0,#f4efe3 100%)}button{font:inherit;color:inherit;-webkit-tap-highlight-color:transparent}.app{min-height:100vh}.shell{width:min(100%,820px);margin:auto;padding:0 16px calc(88px + env(safe-area-inset-bottom))}
.topbar{height:64px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:30;background:linear-gradient(var(--paper) 75%,rgba(244,239,227,0));padding:0 2px 8px}.brand{font-size:12px;letter-spacing:.16em;font-weight:950}.pill-row{display:flex;gap:7px;align-items:center}.pill{border:1px solid var(--line);background:rgba(255,253,247,.9);border-radius:999px;padding:8px 10px;font-size:11px;font-weight:900}.pill.dark{background:var(--forest);color:#fff;border-color:transparent}.icon-btn{border:1px solid var(--line);background:rgba(255,253,247,.94);width:42px;height:42px;border-radius:50%;display:grid;place-items:center;cursor:pointer;box-shadow:0 6px 18px rgba(20,40,27,.05)}.icon-btn:active{transform:scale(.94)}
.hero{padding:34px 4px 22px}.eyebrow{font-size:10px;letter-spacing:.17em;font-weight:950;color:#4f6c57}.hero h1{font-size:clamp(46px,15vw,80px);line-height:.9;letter-spacing:-.065em;margin:12px 0 16px}.hero p{font-size:16px;line-height:1.72;color:var(--muted);margin:0;max-width:620px}.hero strong{color:var(--ink)}
.stage{border:0;background:linear-gradient(145deg,var(--forest),#183b27);color:white;border-radius:32px;padding:21px;text-align:left;position:relative;overflow:hidden;box-shadow:var(--shadow);cursor:pointer;min-height:264px;width:100%;transition:transform .14s ease}.stage:active{transform:scale(.987)}.stage:before{content:"";position:absolute;right:-72px;top:-80px;width:270px;height:270px;border-radius:50%;background:radial-gradient(circle,rgba(222,247,123,.16),rgba(255,255,255,0) 66%)}.stage-tier-1{background:linear-gradient(145deg,#12311e,#255332)}.stage-tier-2{background:linear-gradient(145deg,#153a22,#2c6238)}.stage-tier-3{background:linear-gradient(145deg,#163d23,#347040)}.stage .region{font-size:11px;letter-spacing:.14em;font-weight:950;color:rgba(255,255,255,.58)}.stage-life{height:94px;display:flex;align-items:center;gap:2px;margin:11px 0 1px;position:relative;z-index:1}.stage-life span{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.09);font-size:27px;margin-left:-8px;border:2px solid rgba(255,255,255,.08);backdrop-filter:blur(5px)}.stage-life span:first-child{width:72px;height:72px;font-size:44px;margin-left:0;background:var(--lime);color:#18331e;border-color:transparent}.stage-life .unknown-life{font-size:20px;color:rgba(255,255,255,.7);background:rgba(255,255,255,.06);border-style:dashed}.stage .name{font-size:30px;font-weight:950;letter-spacing:-.045em;position:relative;z-index:1}.stage-progress{height:7px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden;margin:12px 76px 8px 0}.stage-progress span{display:block;height:100%;background:var(--lime);border-radius:999px;box-shadow:0 0 16px rgba(222,247,123,.28)}.stage .desc{font-size:11px;color:rgba(255,255,255,.6)}.stage .play{position:absolute;right:18px;bottom:18px;background:var(--lime);color:#17351f;border-radius:999px;padding:11px 14px;font-size:11px;font-weight:950;letter-spacing:.08em}.quiet-reset{display:block;margin:13px auto 0;border:0;background:transparent;color:#879087;font-size:10px;text-decoration:underline;text-underline-offset:3px;cursor:pointer;padding:8px}.section-title{display:flex;align-items:end;justify-content:space-between;margin:31px 2px 12px}.section-title h2{font-size:19px;margin:0;letter-spacing:-.03em}.section-title small{font-size:10px;color:var(--muted);font-weight:800}.soon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.soon{border:1px solid var(--line);background:rgba(255,253,247,.55);border-radius:20px;padding:15px 10px;text-align:center;color:#7b837c}.soon .e{font-size:30px;filter:saturate(.7)}.soon .n{font-size:10px;font-weight:900;margin-top:7px}
.status-card{display:grid;grid-template-columns:82px 1fr;gap:15px;align-items:center;background:linear-gradient(145deg,var(--forest),var(--forest2));color:white;border-radius:28px;padding:15px;margin:10px 0 18px;overflow:hidden;position:relative;box-shadow:0 12px 35px rgba(20,48,30,.11)}.status-card:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-45px;top:-48px;border:1px solid rgba(255,255,255,.07)}.progress-ring{--p:0;width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--lime) calc(var(--p)*1%),rgba(255,255,255,.11) 0);position:relative}.progress-ring:after{content:"";position:absolute;inset:7px;background:var(--forest);border-radius:50%}.progress-ring strong{position:relative;z-index:1;font-size:17px}.status-kicker{font-size:8px;letter-spacing:.15em;font-weight:950;color:rgba(255,255,255,.44);margin-bottom:2px}.status-card h2{font-size:19px;margin:0 0 4px;letter-spacing:-.03em}.status-card p{font-size:10px;line-height:1.5;color:rgba(255,255,255,.6);margin:0;max-width:410px}
.game-head{padding:7px 2px 11px}.crumb{font-size:9px;letter-spacing:.14em;color:#748078;font-weight:900}.subject-row{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:4px}.subject-row h1{font-size:clamp(48px,14vw,78px);line-height:.95;letter-spacing:-.07em;margin:0}.kind{font-size:10px;font-weight:950;border-radius:999px;background:#e4e8de;padding:8px 10px;white-space:nowrap}.current-chain{display:flex;gap:6px;overflow-x:auto;padding:0 2px 12px;scrollbar-width:none}.current-chain::-webkit-scrollbar{display:none}.node-chip{flex:0 0 auto;background:#fffaf0;border:1px solid var(--line);border-radius:999px;padding:7px 9px;font-size:10px;font-weight:850;display:flex;align-items:center;gap:5px}.node-chip:last-child{background:#e9f2d9;border-color:rgba(67,97,50,.15)}.node-chip .dot{width:6px;height:6px;background:#5b8663;border-radius:50%}.chev{align-self:center;color:#9aa39a;font-size:10px}
.image-search{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:112px;gap:5px;border-radius:28px;overflow:hidden;background:#d9ddd2;box-shadow:0 15px 42px rgba(31,54,36,.1)}.image-cell{position:relative;overflow:hidden;background:linear-gradient(135deg,#dce5d1,#a9bca5);display:grid;place-items:center}.image-cell:first-child{grid-column:span 2;grid-row:span 2}.image-cell img{width:100%;height:100%;object-fit:cover;display:block;animation:imgIn .28s ease}@keyframes imgIn{from{opacity:.25;transform:scale(1.02)}}.fallback-mark{font-size:42px}.image-cell:first-child .fallback-mark{font-size:76px}.search-badge{position:absolute;left:9px;bottom:9px;background:rgba(12,31,19,.74);color:white;border-radius:999px;padding:6px 8px;font-size:8px;letter-spacing:.08em;font-weight:900;backdrop-filter:blur(7px)}.loading-shimmer{animation:pulse 1.2s ease-in-out infinite alternate}@keyframes pulse{to{filter:brightness(.86)}}
.question{margin:23px 2px 10px;display:flex;align-items:end;justify-content:space-between;gap:10px}.question .small{font-size:9px;letter-spacing:.15em;font-weight:950;color:#5d725f}.question h2{font-size:24px;letter-spacing:-.04em;margin:3px 0 0}.remaining-badge{flex:0 0 auto;border:1px solid var(--line);background:#fffaf0;border-radius:999px;padding:7px 9px;font-size:10px;font-weight:900;color:#69756b}.remaining-badge.last{background:var(--gold);border-color:transparent;color:#553f12}.choices{display:grid;gap:9px}.choice{border:1px solid var(--line);background:var(--card);border-radius:23px;padding:9px;display:grid;grid-template-columns:88px 1fr 34px;gap:13px;align-items:center;text-align:left;cursor:pointer;min-height:100px;box-shadow:0 8px 26px rgba(27,48,31,.055);transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.choice:active,.choice.selected{transform:scale(.982);box-shadow:0 3px 14px rgba(27,48,31,.08)}.choice.selected{opacity:.65}.choice-img{height:80px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#dce7cf,#acbea4);display:grid;place-items:center;font-size:35px}.choice-img img{width:100%;height:100%;object-fit:cover}.choice .label{font-size:20px;font-weight:950;letter-spacing:-.035em}.choice .hint{font-size:10px;color:var(--muted);font-weight:750;margin-top:5px}.choice .arrow{font-size:23px;font-weight:950;color:#839084}.choices.one-left .choice{border-color:rgba(218,171,54,.35);background:linear-gradient(90deg,#fffdf7,#fff9df)}.rule-note{text-align:center;color:#89918a;font-size:9px;margin:12px 0 0;font-weight:750}
.route-complete{text-align:center;padding:18px 0}.route-complete .sun{font-size:88px;animation:float 2.6s ease-in-out infinite;filter:drop-shadow(0 14px 24px rgba(198,144,35,.2))}@keyframes float{50%{transform:translateY(-5px) rotate(2deg)}}.route-complete.connected .sun{filter:none}.route-complete h1{font-size:40px;letter-spacing:-.058em;margin:8px 0 5px}.route-complete .lead{font-size:13px;line-height:1.65;color:var(--muted);margin:0 auto 17px;max-width:470px}.route-preview{background:linear-gradient(160deg,var(--forest),#173922);color:white;border-radius:30px;padding:18px 15px;text-align:left;transition:filter .4s,opacity .4s,transform .4s;box-shadow:0 16px 42px rgba(21,45,29,.12)}.route-preview.hiding{filter:blur(9px);opacity:.08;transform:scale(.95)}.route-node{display:grid;grid-template-columns:44px 1fr auto;gap:10px;align-items:center;padding:8px}.route-node .emo{width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.1);display:grid;place-items:center;font-size:25px}.route-node.goal .emo{background:#ffe081}.route-node strong{font-size:16px}.route-node small{color:rgba(255,255,255,.55);font-size:9px;font-weight:750}.route-node>div:last-child{font-size:9px;font-weight:900;color:rgba(255,255,255,.48)}.route-arrow{text-align:center;color:var(--lime);font-size:12px}.new-links{display:inline-flex;gap:7px;align-items:center;background:#edf6cc;color:#36501f;border-radius:999px;padding:9px 11px;font-size:10px;font-weight:950;margin-top:12px}.new-links span{opacity:.62}.action{width:100%;border:0;border-radius:21px;padding:17px 14px;font-weight:950;cursor:pointer;background:var(--forest);color:#fff;margin-top:13px;box-shadow:0 10px 28px rgba(26,53,33,.1)}.action:active{transform:scale(.987)}.action.lime{background:var(--lime);color:#1e3824}.action.secondary{background:#fffaf0;color:var(--ink);border:1px solid var(--line);box-shadow:none}
.milestone-overlay{position:fixed;inset:0;z-index:100;display:grid;place-items:center;background:rgba(12,28,18,.18);backdrop-filter:blur(2px);pointer-events:none;animation:fadeIn .18s ease}.milestone-overlay.leave{opacity:0;transition:.35s}.milestone-card{background:var(--forest);color:white;border-radius:30px;padding:26px 27px 24px;min-width:260px;text-align:center;box-shadow:0 28px 90px rgba(0,0,0,.27);animation:popIn .34s cubic-bezier(.2,.9,.2,1.18)}.milestone-ring{width:92px;height:92px;border-radius:50%;margin:0 auto 15px;background:var(--lime);color:#18311e;display:grid;place-items:center;font-size:27px;font-weight:950;box-shadow:0 0 0 10px rgba(222,247,123,.08)}.milestone-card small{display:block;font-size:8px;letter-spacing:.16em;font-weight:950;color:rgba(255,255,255,.48)}.milestone-card strong{display:block;font-size:20px;margin-top:6px;letter-spacing:-.03em}@keyframes fadeIn{from{opacity:0}}@keyframes popIn{from{transform:scale(.82);opacity:0}}
.complete{padding:22px 0;text-align:center}.complete-glow{position:relative;min-height:142px;display:grid;place-items:center;margin-bottom:2px}.complete-glow:before{content:"";position:absolute;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(222,247,123,.52),rgba(222,247,123,0) 70%)}.complete .big{font-size:94px;position:relative;z-index:1;filter:drop-shadow(0 14px 25px rgba(48,80,47,.15))}.complete .orbit{position:absolute;bottom:2px;font-size:24px;letter-spacing:6px}.complete h1{font-size:42px;letter-spacing:-.065em;margin:4px 0 8px}.complete p{color:var(--muted);line-height:1.7;margin:0 auto 18px;max-width:500px}.web-card{background:var(--forest);border-radius:30px;padding:12px;overflow:hidden;box-shadow:var(--shadow)}.web-card svg{width:100%;height:auto;display:block}.web-line{stroke:rgba(223,247,125,.44);stroke-width:2;stroke-dasharray:120;animation:draw 1.1s ease both}@keyframes draw{from{stroke-dashoffset:120}}.web-node circle{fill:#fffdf7}.web-node text{font-size:17px;text-anchor:middle;dominant-baseline:middle}.web-node.root circle{fill:var(--lime)}.web-node.producer circle{fill:#f3d76f}.complete .stats{display:flex;justify-content:center;gap:8px;margin:13px 0}.complete .stat{background:#fffaf0;border:1px solid var(--line);border-radius:17px;padding:10px 13px;min-width:100px}.complete .stat strong{display:block;font-size:23px}.complete .stat small{font-size:8px;font-weight:900;color:var(--muted)}.next-stage{background:linear-gradient(140deg,#f2e6c7,#f7f0dd);border:1px solid rgba(111,86,40,.1);border-radius:23px;padding:16px;margin:13px 0;text-align:left}.next-stage span{font-size:8px;letter-spacing:.15em;font-weight:950;color:#9a835d}.next-stage strong{font-size:19px;display:block;margin-top:3px}.next-stage small{display:block;color:#887d69;font-size:10px;margin-top:3px}
.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,28px);background:#10291a;color:white;border-radius:999px;padding:11px 14px;font-size:11px;font-weight:850;opacity:0;pointer-events:none;transition:.2s;z-index:200;white-space:nowrap}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(min-width:700px){.shell{padding-left:24px;padding-right:24px}.image-search{grid-auto-rows:145px}.choices{grid-template-columns:repeat(3,1fr)}.choice{grid-template-columns:1fr;grid-template-rows:145px auto;min-height:272px;padding:9px}.choice-img{height:145px}.choice .arrow{display:none}.choice .label,.choice .hint{padding:0 5px}.choices.one-left{grid-template-columns:minmax(280px,420px);justify-content:center}.soon-grid{grid-template-columns:repeat(5,1fr)}}
@media(max-width:370px){.stage-life span{width:42px;height:42px;font-size:23px}.stage-life span:first-child{width:66px;height:66px;font-size:40px}.subject-row h1{font-size:43px}.status-card{grid-template-columns:72px 1fr}.progress-ring{width:68px;height:68px}.choice{grid-template-columns:78px 1fr 26px}.choice-img{height:72px}.choice .label{font-size:18px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
