@charset "UTF-8";
:root{--ink:#173c32;--green:#175342;--leaf:#d8eead;--paper:#f7f8f2;--muted:#6e7b70;--line:#dce2d6;--orange:#ff764c;--yellow:#ffda67;--font:"Avenir Next","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--font);font-size:16px;-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}button:disabled{cursor:default}a{color:inherit}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #ee663e;outline-offset:5px}button{border:0;background:none}button,summary{touch-action:manipulation}button:hover{filter:brightness(.97)}.topbar{height:90px;padding:0 4%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fffef9}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:20px;font-weight:800;letter-spacing:1px}.brand small{display:block;font-size:10px;letter-spacing:3px;margin-top:3px;color:var(--muted)}.brand-mark{display:block;font-family:Georgia,serif;font-size:44px;line-height:49px;text-align:center;width:49px;height:49px;border-radius:15px;background:var(--green);color:#fffbe8;position:relative;transform:rotate(-7deg)}.brand-mark span{position:absolute;right:-4px;top:-5px;background:var(--orange);color:white;font:700 10px/19px var(--font);width:21px;border-radius:50%;letter-spacing:0}.topbar nav{display:flex;gap:34px;align-self:stretch}.nav-button{font-size:16px;position:relative;padding:0 5px;font-weight:700;color:var(--muted)}.nav-button.active{color:var(--green)}.nav-button.active:after{content:"";position:absolute;bottom:0;left:10px;right:10px;height:4px;border-radius:4px;background:var(--green)}#note-count{font-size:12px;background:#e6ecde;border-radius:7px;padding:3px 7px;margin-left:4px}.about-button{display:flex;align-items:center;gap:10px;font-size:14px}.about-button span{border:1px solid #9da998;border-radius:50%;width:21px;height:21px;line-height:19px}main{max-width:1600px;margin:auto;padding:34px 4% 0}.town-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:27px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;color:var(--muted)}h1{font-size:clamp(26px,2.4vw,38px);letter-spacing:-1px;margin:8px 0 10px;font-weight:650}h1 span:not(.title-dot){font-weight:900;margin-left:7px}.title-dot{color:var(--orange)}.town-heading p{color:var(--muted);font-size:14px;margin:0;line-height:1.6}.level-card{display:flex;gap:14px;align-items:center;min-width:243px}.level-icon{background:#e9efd9;color:var(--green);border:1px solid #d9e2c7;font-size:27px;display:grid;place-items:center;width:52px;height:58px;border-radius:18px}.level-card strong{font-size:14px}.progress-copy{font-size:12px;color:var(--muted);margin:6px 0 9px}.progress-copy span{font-weight:800;color:var(--green)}.progress-track{height:5px;background:#e0e7d8;border-radius:5px;width:180px;overflow:hidden}.progress-track span{height:100%;display:block;background:var(--green);width:0;transition:width .6s}.play-layout{display:grid;grid-template-columns:minmax(0,1fr) 264px;gap:24px;align-items:start}.map-section{border:1px solid #d8e2cd;border-radius:21px;overflow:hidden;background:#fffef9;box-shadow:0 10px 26px #203e2310}.map-toolbar{padding:13px 17px}.filters{display:flex;gap:5px;flex-wrap:wrap}.filter{font-size:13px;padding:8px 13px;border-radius:20px;white-space:nowrap;color:var(--muted);transition:background .15s}.filter.active{background:var(--green);color:white}.filter span{margin-left:3px;opacity:.6}.map-viewport{overflow:auto;background:#86b94d;scrollbar-width:thin;scrollbar-color:#60833a #b1cf83}.town-map{position:relative;width:100%;aspect-ratio:3/2;isolation:isolate;transition:width .25s}.town-map>img{display:block;width:100%;height:100%;object-fit:cover}.house{position:absolute;transform:translate(-50%,-50%);width:18%;height:24%;border-radius:40%;display:flex;align-items:flex-end;justify-content:center;padding:0 0 1%;transition:opacity .25s,background .25s;z-index:2}.house:before{content:"";position:absolute;inset:3px;border-radius:45%;border:2px dashed transparent;transition:border-color .2s;background:transparent}.house:hover,.house:focus-visible{z-index:5;background:#efffc822}.house:hover:before,.house:focus-visible:before{border-color:#ffffcc}.house-label{display:flex;flex-direction:column;align-items:center;transition:transform .2s;position:relative;max-width:100%}.house:hover .house-label{transform:translateY(-6px)}.house-name{background:#fffef6;padding:7px 13px;border-radius:9px;box-shadow:0 3px 0 #32543033,0 5px 12px #243c3425;display:flex;align-items:center;gap:6px;font-size:clamp(11px,1vw,15px);font-weight:800;white-space:nowrap;border:1px solid #ffffff90}.house-number{font-size:10px;opacity:.45}.house-teaser{position:absolute;bottom:calc(100% + 8px);background:var(--green);color:white;border-radius:8px;padding:7px 11px;font-size:12px;white-space:nowrap;box-shadow:0 4px 9px #21483433;opacity:0;transform:translateY(5px);pointer-events:none;transition:.2s}.house:hover .house-teaser,.house:focus-visible .house-teaser{opacity:1;transform:translateY(0)}.house.is-done .house-name{background:#effbce;border-color:#638b43}.house.is-dim{opacity:.25}.house.is-dim:hover,.house.is-dim:focus-visible{opacity:1}.house-done{color:#2a7243;font-size:12px}.map-stamp{position:absolute;top:20px;left:22px;font-size:14px;font-weight:800;transform:rotate(-4deg);color:#184b35d9;text-shadow:0 1px #efffac88}.map-stamp span{display:block;font-size:10px;font-weight:500;margin-top:4px}.map-notice{position:absolute;left:50%;bottom:3%;transform:translateX(-50%);background:#f6ffdaed;border:1px solid #deecb7;padding:8px 17px;white-space:nowrap;max-width:96%;border-radius:20px;color:#406139;font-size:12px;box-shadow:0 3px 8px #3451221a}.map-footer{padding:10px 19px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted);gap:10px}.legend-dot{display:inline-block;background:#ffb669;width:7px;height:7px;border-radius:50%;margin-right:5px}.legend-done{font-style:normal;color:#648545;font-weight:800}.zoom-controls{display:flex;align-items:center;gap:10px;font-size:12px}.zoom-controls button{width:27px;height:27px;border:1px solid var(--line);border-radius:7px;font-size:18px;line-height:1}.today-label{display:flex;justify-content:space-between;font-size:12px;font-weight:700;letter-spacing:1px;padding:5px 0 13px}.ticket{background:#ffe09a;padding:22px 21px 0;border-radius:16px 16px 11px 11px;position:relative;overflow:hidden}.ticket-no{font-size:10px;letter-spacing:1px;opacity:.55}.ticket-emoji{font-size:65px;line-height:1.2;margin:13px 0 10px;transform:rotate(-12deg);transform-origin:left}.ticket h2{font-size:26px;line-height:1.35;letter-spacing:-1px;margin:13px 0}.ticket p{font-size:13px;line-height:1.8;color:#726346;margin:0 0 18px}.primary-button{background:var(--green);color:white;border-radius:10px;padding:13px 17px;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:space-between;gap:20px;transition:transform .15s}.primary-button:hover{transform:translateY(-2px);background:#20644d}.ticket>.primary-button{width:100%}.ticket-bottom{border-top:1px dashed #8c774756;display:flex;justify-content:space-between;font-size:11px;color:#8a744d;margin:21px -21px 0;padding:12px 21px;background:#ffdf91}.random-button{display:flex;align-items:center;text-align:left;width:100%;gap:13px;background:#fffef9;border:1px solid var(--line);padding:16px 13px;border-radius:13px;margin-top:17px}.random-button strong{font-size:13px;display:block}.random-button small{font-size:11px;color:var(--muted);display:block;margin-top:5px}.random-button>span:last-child{margin-left:auto}.dice{font-size:31px;color:#df7650}.town-note{padding:23px 4px 0}.tiny-label{font-size:11px;letter-spacing:2px;color:var(--muted)}.town-note p{font-size:15px;line-height:1.8;margin:11px 0;color:#687569}.town-note p span{color:var(--green);font-weight:700}.town-note small{font-size:11px;line-height:1.8;color:#8a9386}.browse-section{margin-top:34px}.section-line{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:16px}.section-line h2{font-size:19px;margin:0}.section-line>span{font-size:12px;color:var(--muted)}.scene-list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.scene-card{min-width:0;background:#fffef9;border:1px solid var(--line);border-radius:12px;padding:13px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;transition:transform .2s,border-color .2s}.scene-card:hover{transform:translateY(-3px);border-color:#6e9b61}.scene-card .mini-heading{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:12px;color:#9aa38f}.scene-card .mini-emoji{font-size:24px}.scene-card strong{font-size:14px;margin:10px 0 6px}.scene-card small{font-size:11px;line-height:1.6;color:var(--muted)}.scene-card.is-done{background:#eef3e6}.scene-card[hidden]{display:none}footer{border-top:1px solid var(--line);padding:23px 0;margin-top:34px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:11px;color:#91988c}footer button{font-size:11px;padding:0}.footer-dot{margin:0 10px;color:#b0b9a7}dialog{border:0;padding:0;color:var(--ink);max-width:calc(100vw - 40px);max-height:calc(100dvh - 48px);background:var(--paper);border-radius:22px;box-shadow:0 30px 120px #09261966}dialog::backdrop{background:#082f2acc;backdrop-filter:blur(7px)}body:has(dialog[open]){overflow:hidden}.scene-shell{display:grid;grid-template-columns:340px minmax(0,1fr);position:relative;max-width:1020px;min-height:620px}.close-button{position:absolute;z-index:10;top:16px;right:16px;display:grid;place-items:center;width:36px;height:36px;border:1px solid #dce0d3;border-radius:50%;background:#fffef8;font-size:25px;line-height:1}.scene-left{background:var(--green);color:#f9ffe9;padding:34px 27px 24px;display:flex;flex-direction:column;overflow:hidden;position:relative}.scene-kicker{font-size:12px;letter-spacing:2px;color:#e0f3bba6}.scene-art{width:246px;height:192px;border-radius:25px;margin:27px auto 31px;background-image:url('assets/town.webp');background-size:1100px auto;border:5px solid #ffffff24;box-shadow:0 13px 0 #062b202e;transform:rotate(-3deg)}.npc-label{font-size:11px;color:#d7f1ada6;letter-spacing:1px;margin-bottom:10px}.situation{font-size:19px;line-height:1.85;letter-spacing:.2px;margin:0}.scene-left-bottom{font-size:11px;line-height:1.7;color:#c3d6bba8;margin-top:auto;padding-top:25px}.scene-right{padding:38px 34px 24px;min-width:0;min-height:620px}.scene-tag{font-size:11px;letter-spacing:1px;color:var(--muted);padding-right:25px}.scene-right h2{font-size:28px;margin:11px 0 15px;letter-spacing:-1px}.scene-question{font-size:16px;line-height:1.8;margin:0 0 22px}.choices{display:grid;gap:10px}.choice{display:flex;align-items:center;gap:13px;width:100%;border:1px solid #dce2d3;background:white;border-radius:12px;padding:15px 17px;text-align:left;font-size:15px;line-height:1.65;transition:border-color .15s,background .15s}.choice-letter{width:29px;height:29px;flex:0 0 29px;background:#eff3e8;border-radius:8px;display:grid;place-items:center;font-size:12px;font-weight:800}.choice:hover:enabled{border-color:#497857;background:#f5f9ed}.choice.selected{border-color:#c69155;background:#fff2dd}.choice.best.selected{border-color:#498151;background:#edf6df}.choice.best.selected .choice-letter{background:var(--green);color:white}.choice.muted{opacity:.55}.result{border-left:3px solid #d59a47;background:#fff0d9;padding:14px 17px;margin-top:18px;border-radius:0 10px 10px 0;font-size:14px;line-height:1.8}.result.success{border-color:#448058;background:#e9f2db}.result strong{display:block;font-size:15px;margin-bottom:4px}.result .best-answer{display:block;margin-top:7px;font-size:13px;color:#4f6d43}.lesson-heading{margin:28px 0 16px}.lesson-heading h3{font-size:18px;margin:0 0 6px}.lesson-heading span{font-size:11px;color:var(--muted)}.lessons{list-style:none;padding:0;margin:0;counter-reset:lesson}.lessons li{counter-increment:lesson;display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;margin:0 0 20px}.lessons li:before{content:"0" counter(lesson);font-family:Georgia,serif;font-size:22px;line-height:1.4;color:#648655}.lessons h4{margin:0 0 5px;font-size:16px;line-height:1.55}.lessons p{font-size:14px;line-height:1.85;color:#657162;margin:0}.evidence{display:inline-block;font-size:10px;color:#71805e;border:1px solid #dce4cf;border-radius:4px;padding:2px 5px;margin-top:8px;text-decoration:none}details{border-top:1px solid var(--line);padding-top:14px;margin-top:4px}summary{cursor:pointer;font-size:13px;color:#697763;list-style:none;display:flex;justify-content:space-between;gap:8px}summary::-webkit-details-marker{display:none}details[open] summary{margin-bottom:14px}details[open] summary span{transform:rotate(45deg)}.source-item{padding:0 0 12px;margin:0 0 12px;border-bottom:1px dotted var(--line)}.source-item a{font-size:13px;color:var(--green);line-height:1.7;text-decoration-thickness:1px;text-underline-offset:4px;word-break:break-word}.source-item p{font-size:11px;color:var(--muted);line-height:1.75;margin:6px 0 0}.source-kind{font-size:10px;display:block;color:#8a937e;margin-bottom:5px}.scene-actions{display:flex;justify-content:space-between;gap:10px;margin-top:24px}.secondary-button{border:1px solid #cdd9c3;background:#fffef9;font-size:13px;padding:11px 14px;border-radius:10px}.local-save-note{font-size:10px;color:#8d9785;text-align:center;margin:16px 0 0}.simple-dialog{position:relative;width:720px;padding:42px}.simple-dialog h2{font-size:28px;letter-spacing:-1px;margin:12px 0}.dialog-intro{font-size:14px;color:var(--muted);line-height:1.8}.how-to{font-size:16px;line-height:1.85;padding-left:20px}.how-to li{padding-bottom:12px;padding-left:6px}.method-note{background:#edf2e4;padding:20px 23px;border-radius:13px;margin-top:25px}.method-note h3{font-size:16px;margin:0 0 9px}.method-note h3:not(:first-child){margin-top:25px}.method-note p{font-size:13px;line-height:1.9;color:#66735e;margin:10px 0}.empty-notes{padding:38px 15px;text-align:center;background:#eff3e6;border-radius:16px;margin-top:25px}.empty-notes .empty-emoji{font-size:43px}.empty-notes h3{font-size:18px;margin:16px 0 10px}.empty-notes p{font-size:14px;color:var(--muted);line-height:1.8}.empty-notes button{margin:22px auto 0}.note-row{display:flex;gap:16px;text-align:left;align-items:flex-start;border:1px solid var(--line);background:white;padding:17px;border-radius:12px;margin-top:12px;width:100%}.note-row>span{font-size:27px}.note-row strong{font-size:15px}.note-row p{font-size:13px;color:var(--muted);line-height:1.8;margin:6px 0 0}.note-badge{font-size:10px;display:inline-block;margin-top:8px;color:#648245;background:#eff4e6;border-radius:4px;padding:3px 6px}.toast{position:fixed;bottom:27px;left:50%;transform:translate(-50%,20px);border-radius:14px;padding:15px 23px;background:var(--green);color:#fbffe9;z-index:30;font-size:14px;pointer-events:none;opacity:0;transition:.25s;box-shadow:0 8px 35px #0c38214d;max-width:90vw;text-align:center}.toast.visible{opacity:1;transform:translate(-50%,0)}.noscript{padding:30px;background:#fff0d9;text-align:center}@keyframes arrive{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.town-heading,.map-section,.side-panel{animation:arrive .5s both}.side-panel{animation-delay:.1s}.scene-right{animation:arrive .3s both}
@media(min-width:1500px){.scene-art{margin-bottom:40px}.ticket{padding-top:25px}.ticket-emoji{font-size:78px;margin-top:17px}.ticket h2{font-size:30px}.town-note{padding-top:28px}.town-note p{font-size:17px}}
@media(max-width:1150px){.play-layout{grid-template-columns:minmax(0,1fr) 225px;gap:17px}.ticket{padding-left:18px;padding-right:18px}.ticket h2{font-size:24px}.ticket-emoji{font-size:53px;margin:11px 0}.ticket p{font-size:12px}.ticket-bottom{margin-left:-18px;margin-right:-18px}.filter{padding:7px 9px;font-size:12px}.map-toolbar{padding:11px}.town-note{padding-top:18px}.town-note p{font-size:14px}.scene-list{grid-template-columns:repeat(4,minmax(0,1fr))}.house-name{padding:6px 9px}.house-number{display:none}.level-card{min-width:205px}.progress-track{width:145px}}
@media(max-width:900px){.topbar{height:77px}.brand{font-size:18px}.topbar nav{gap:16px}.play-layout{grid-template-columns:1fr}.side-panel{display:grid;grid-template-columns:1fr 1fr;gap:13px}.today-label,.ticket{display:none}.random-button{margin:0;align-self:stretch;padding:20px}.town-note{padding:8px 15px}.town-note p{margin:8px 0}.town-note small{display:none}.house-name{font-size:13px;padding:7px 12px}.house-number{display:block}.map-notice{font-size:12px}.map-stamp{top:14px;left:16px}.scene-shell{grid-template-columns:270px minmax(0,1fr)}.scene-left{padding:30px 21px}.scene-art{width:214px;height:174px;background-size:1000px auto}.scene-right{padding:35px 26px}.situation{font-size:17px}.scene-right h2{font-size:25px}.choice{padding:13px;font-size:14px}.scene-actions{flex-wrap:wrap}}
@media(max-width:640px){body{font-size:16px}.topbar{height:69px;padding:0 5%;gap:10px}.brand{font-size:16px;gap:9px;letter-spacing:0}.brand small{font-size:8px;letter-spacing:2px}.brand-mark{width:37px;height:39px;font-size:33px;line-height:37px;border-radius:11px}.brand-mark span{width:16px;font-size:8px;line-height:16px}.topbar nav{gap:10px;margin-left:auto}.nav-button{font-size:12px;padding:0 1px}#note-count{padding:2px 5px;font-size:10px}.about-button{font-size:0;gap:0}.about-button span{font-size:12px;width:20px;height:20px}main{padding:25px 4% 0}.town-heading{align-items:flex-start;margin-bottom:20px;gap:12px;flex-direction:column}.eyebrow{font-size:10px;letter-spacing:1px}h1{font-size:29px;margin:9px 0}.town-heading p{font-size:12px;max-width:100%}.level-card{gap:8px;align-self:stretch;background:#eaf0de;border-radius:12px;padding:10px 12px}.level-icon{font-size:19px;width:27px;height:27px;background:none;border:0}.level-card>div{display:flex;align-items:center;gap:9px;flex:1;min-width:0}.level-card strong{font-size:11px;white-space:nowrap}.progress-copy{font-size:10px;margin:0;white-space:nowrap}.progress-track{flex:1;width:50px;min-width:20px}.play-layout{gap:15px}.map-section{border-radius:15px}.filters{flex-wrap:nowrap;overflow:auto;scrollbar-width:none;gap:4px}.filter{font-size:12px;padding:8px 10px}.map-toolbar{padding:9px}.map-viewport{height:auto;max-height:520px}.town-map{min-width:580px}.house-name{font-size:12px;padding:6px 9px}.house-number{display:none}.house-teaser{font-size:11px}.map-stamp{font-size:11px;top:12px;left:15px}.map-stamp span{font-size:9px}.map-notice{font-size:10px;padding:6px 11px}.map-footer{padding:8px 11px;font-size:10px}.zoom-controls{gap:7px;font-size:10px}.zoom-controls button{width:24px;height:24px;font-size:16px}.side-panel{grid-template-columns:1fr}.random-button{padding:13px 15px}.random-button strong{font-size:13px}.random-button small{font-size:11px}.town-note{display:none}.browse-section{margin-top:25px}.section-line{align-items:flex-start}.section-line h2{font-size:16px;line-height:1.6}.section-line>span{font-size:10px;padding-top:5px}.scene-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.scene-card{padding:13px;border-radius:11px}.scene-card .mini-emoji{font-size:25px}.scene-card strong{font-size:14px}.scene-card small{font-size:12px}.scene-card .mini-heading{font-size:11px}footer{font-size:10px;padding:19px 0;margin-top:25px;gap:14px}footer button{font-size:10px}dialog{max-width:calc(100vw - 20px);max-height:calc(100dvh - 20px);border-radius:17px}.scene-shell{display:block;width:calc(100vw - 20px);min-height:0}.scene-left{padding:22px 23px 20px;min-height:230px}.scene-kicker{font-size:10px;padding-right:45px}.scene-art{position:absolute;right:17px;top:26px;width:123px;height:108px;border-radius:15px;background-size:620px auto;border-width:3px;opacity:.8;margin:16px 0 0}.npc-label{font-size:10px;margin-top:24px;max-width:60%}.situation{font-size:15px;line-height:1.8;padding-right:125px;min-height:80px}.scene-left-bottom{font-size:10px;padding-top:15px}.close-button{top:11px;right:11px;width:30px;height:30px;font-size:22px}.scene-right{padding:25px 21px;min-height:0}.scene-right h2{font-size:24px}.scene-question{font-size:16px}.choice{font-size:15px;padding:13px}.result{font-size:14px}.lessons h4{font-size:16px}.lessons p{font-size:14px}.lesson-heading h3{font-size:18px}.simple-dialog{padding:34px 24px}.simple-dialog h2{font-size:25px}.method-note{padding:17px}.method-note p{font-size:13px}.scene-actions{flex-wrap:nowrap}.scene-actions button{font-size:12px;padding:12px}.toast{font-size:12px;padding:13px 17px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* Readable game text */
.filter,.map-footer,.zoom-controls,.section-line>span,.scene-tag,.scene-kicker,.scene-card small,.about-button,.local-save-note,.source-kind,.source-item p,.progress-copy,.ticket p,.ticket-bottom,.random-button strong,.random-button small,.town-note small,footer,footer button{font-size:14px}
.house-name{font-size:14px}.house-teaser,.map-notice{font-size:13px}.ticket-no,.tiny-label,.eyebrow{font-size:12px}.town-heading p,.choice,.result,.lessons p,.source-item a,.dialog-intro,.method-note p{font-size:16px}.source-item p{line-height:1.7}.evidence{font-size:12px}.scene-left-bottom,.npc-label{font-size:13px}.local-save-note{font-size:12px}.lesson-heading span{font-size:12px}.scene-card{min-height:150px}.ticket h2{font-size:27px}.filters{gap:4px}.filter{padding:8px 11px}.ticket p{line-height:1.8}.random-button{gap:9px}.town-note small{line-height:1.8}.progress-track{max-width:180px}
@media(max-width:1150px) and (min-width:901px){.play-layout{grid-template-columns:minmax(0,1fr) 238px}.filter{font-size:13px;padding:7px 8px}.ticket h2{font-size:25px}.ticket p,.ticket-bottom{font-size:13px}.random-button strong,.random-button small{font-size:12px}}
@media(max-width:640px){.about-button{font-size:0}.topbar nav{gap:11px}.nav-button{font-size:13px}.filter{font-size:14px}.town-heading p{font-size:14px;line-height:1.7}.level-card>div{flex-wrap:wrap}.level-card strong{font-size:13px}.progress-copy{font-size:12px}.progress-track{min-width:42px;max-width:none}.map-footer{font-size:12px}.zoom-controls{font-size:12px}.house-name{font-size:14px}.map-notice{font-size:12px}.scene-card small{font-size:14px}.scene-card{min-height:155px}.section-line{flex-wrap:wrap;gap:4px}.section-line>span{font-size:12px}.scene-tag{font-size:12px}.scene-kicker{font-size:12px}.scene-left-bottom,.npc-label{font-size:12px}.situation{font-size:16px}.source-item p{font-size:14px}.source-kind{font-size:12px}.scene-actions button{font-size:14px}.scene-actions{flex-wrap:wrap}.ticket-bottom{font-size:12px}.random-button strong{font-size:14px}.random-button small{font-size:12px}footer,footer button{font-size:12px}.method-note p{font-size:15px}}
/* Player opening words */
.town-intro h1{margin-top:0;margin-bottom:8px}.town-heading .intro-belief{font-size:1rem;line-height:1.75;color:var(--ink)}.town-heading .intro-tutorial{margin-top:6px;font-size:.875rem;line-height:1.75}.intro-tutorial strong{font-weight:700;color:var(--green)}
