:root{font-family:Arial,Helvetica,sans-serif;color:#373427;background:#eed5ae;font-synthesis:none}*{box-sizing:border-box}body{margin:0;overflow:hidden}button{font:inherit;cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #6861b1;outline-offset:3px}#world{position:fixed;inset:0;width:100%;height:100%;touch-action:none}header{position:fixed;top:25px;left:30px;right:30px;display:flex;justify-content:space-between;align-items:center;z-index:3;gap:15px}.brand{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:700;letter-spacing:-1px}.brand .mark{width:40px;height:40px;flex:none;object-fit:contain;display:block}.brand small{font-size:10px;letter-spacing:2px;border-left:1px solid #6b694b55;padding-left:15px;margin-left:10px}.top-actions{display:flex;gap:8px;align-items:center}.top-actions button,.source{border:1px solid #ffffffaa;background:#fff9eaeb;padding:12px 16px;border-radius:30px;font-size:13px;box-shadow:0 4px 15px #71604110}.top-actions span{font-size:10px;border:1px solid #ccc7af;padding:2px 4px;margin-left:6px}.world-title{position:fixed;top:104px;left:34px;max-width:calc(100% - 68px);pointer-events:none}.world-title span{font-size:10px;letter-spacing:2.2px;color:#77745a}.world-title h1{font-size:33px;letter-spacing:-1.3px;font-weight:700;margin:7px 0}.world-title:after{content:'';display:block;width:42px;height:3px;background:#e07743;margin-top:14px}#panel{position:fixed;left:30px;bottom:105px;width:355px;max-height:65vh;overflow:auto;padding:24px;background:#fffbedf2;backdrop-filter:blur(14px);border:1px solid #ffffff;border-radius:20px;box-shadow:0 14px 55px #6e4d2630;z-index:3}.eyebrow{font-size:11px;letter-spacing:1.7px;font-weight:700;color:#987852;display:flex;align-items:center;gap:8px}.eyebrow:before{content:'';width:7px;height:7px;border-radius:50%;background:var(--station,#e58e52)}#title{font-size:27px;line-height:1.1;letter-spacing:-1px;margin:14px 0 12px}#description{font-size:16px;line-height:1.5;color:#79715e;margin:0 0 17px}#actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}#actions button{border:1px solid #d8d2bc;background:transparent;padding:11px 14px;border-radius:11px;font-size:14px;transition:transform .15s}#actions button:hover{transform:translateY(-2px)}#actions .primary{background:#3d4836;color:#fffbed;border-color:#3d4836}#actions .danger{color:#a54c43;border-color:#d6a49a}#status{font-size:12px;color:#807f5a;margin-bottom:0;line-height:1.4}textarea{width:100%;height:140px;resize:vertical;border:1px solid #d4cdb8;border-radius:9px;background:#fffdf5;color:#4f4a3b;padding:12px;font:14px/1.5 Arial}label{display:block;font-size:14px;margin-bottom:7px}select{width:100%;padding:10px;background:#f4efdf;color:#4a4738;border:1px solid #d8d2bc;border-radius:8px;font:14px Arial}.mail-card{border:1px dashed #c9bda0;padding:12px;border-radius:10px;font-size:14px;line-height:1.6;background:#f9f2df}.mail-card small{display:block;color:#9b8c71;font-size:12px}.readout{background:#ebe9d9;padding:12px;border-radius:10px;font-size:13px;line-height:1.7;margin-top:10px}.readout.bad{background:#f4dcd1;color:#97594a}.permission{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid #dfd8c4;font-size:13px;gap:8px}.permission em{font-style:normal;color:#a37749}#route-bar{position:fixed;bottom:62px;left:30px;right:30px;display:flex;justify-content:center;gap:5px;pointer-events:none}#route-bar span{font-size:12px;color:#726d56;background:#f9f4dfbe;border-radius:6px;padding:7px 9px}#route-bar .current{background:#3f4938;color:white}.controls{position:fixed;bottom:29px;left:30px;display:flex;gap:15px;align-items:center;font-size:12px;color:#71674d}.controls button{background:transparent;border:0;font-size:12px;text-decoration:underline}.controls kbd{font:12px Arial;background:#fff9e5;border-radius:3px;padding:4px}footer{position:fixed;right:30px;bottom:30px;font-size:10px;display:flex;gap:18px;color:#7a705b}footer a{text-decoration:underline}#map{position:fixed;right:30px;top:85px;width:270px;border-radius:18px;background:#fff9edf2;padding:20px;z-index:4;box-shadow:0 12px 30px #5b503e25}#map h2{font-size:18px;margin:0 0 12px}#map-items{display:grid;grid-template-columns:1fr 1fr;gap:6px}#map button{padding:10px 6px;font-size:13px;border:1px solid #d8d0ba;border-radius:7px;background:#f5efdf}#map small{display:block;font-size:12px;line-height:1.5;margin-top:12px;color:#918773}.touch-controls{display:none}button:disabled{opacity:.45;cursor:wait}.fallback{position:absolute;top:32%;left:40%;font-size:14px;width:220px;background:#fff9e6;padding:20px;border-radius:15px}
@media(max-width:800px){header{top:15px;left:16px;right:16px}.brand{font-size:20px}.brand small,.source,.brand .name{display:none}.top-actions .download{padding:11px 13px;font-size:12px}.top-actions{gap:6px}.top-actions button{font-size:12px;padding:11px}.world-title{top:80px;left:20px;max-width:calc(100% - 40px)}.world-title h1{font-size:25px}.world-title span{font-size:10px}#panel{left:14px;bottom:85px;width:calc(100% - 84px);max-width:350px;max-height:48vh;padding:17px;border-radius:16px}#title{font-size:22px;margin:9px 0}#description{font-size:14px;margin-bottom:10px}.eyebrow{font-size:10px}#actions{margin-top:10px}#actions button{padding:10px;font-size:13px}#status{font-size:12px}#route-bar{left:14px;right:14px;bottom:49px;justify-content:flex-start;overflow:hidden}#route-bar span{font-size:10px;padding:6px;white-space:nowrap}.controls{left:15px;bottom:23px}.controls>span{display:none}footer{right:15px;bottom:25px;font-size:12px}footer>span{display:none}.touch-controls{display:block;position:fixed;right:12px;bottom:100px;text-align:center}.touch-controls button{display:inline-grid;place-items:center;width:44px;height:42px;margin:2px 0;border-radius:9px;background:#fff8e9c9;border:1px solid #fff8e9;font-size:18px;touch-action:none}.touch-controls>div{display:flex;flex-direction:column}.touch-controls>button{display:block}#map{right:15px;width:260px;max-height:70vh;overflow:auto}textarea{height:110px}}
html{scroll-behavior:smooth;scroll-padding-top:28px}body{overflow-x:hidden;overflow-y:auto}#game{position:relative;height:100svh;min-height:600px;overflow:hidden;isolation:isolate}#game #world,#game header,#game .world-title,#game #panel,#game #route-bar,#game .controls,#game footer,#game #map,#game .touch-controls{position:absolute}#game #world{touch-action:pan-y}.world-title .guide-link{display:inline-block;pointer-events:auto;font-size:12px;font-weight:600;border-bottom:1px solid #77745a75;padding:5px 0}.field-guide{background:#faf4e6;border-top:1px solid #b5a180;color:#373d30}.guide-wrap{max-width:1280px;margin:auto;padding:90px 48px 26px}.guide-intro{display:grid;grid-template-columns:1.4fr 1fr;gap:65px;align-items:end}.guide-kicker,.card-label{font-size:11px;font-weight:700;letter-spacing:2px;color:#9a6947}.guide-intro h2{font-size:clamp(34px,4.6vw,62px);line-height:1.05;letter-spacing:-2.5px;margin:20px 0 0}.guide-intro>p{font-size:18px;line-height:1.7;color:#74735f;margin:0}.guide-nav{display:flex;gap:9px;flex-wrap:wrap;margin:40px 0 65px}.guide-nav a{font-size:13px;padding:12px 17px;border:1px solid #d7d4bc;border-radius:30px;background:#f0eddd;transition:background .2s}.guide-nav a:hover{background:#dfdec8}.guide-section{display:grid;grid-template-columns:145px minmax(0,1fr);gap:36px;padding:0 0 68px;position:relative}.guide-section:before{content:'';position:absolute;left:27px;top:65px;bottom:10px;border-left:2px dashed #d5cfb5}.section-sign{padding-top:5px}.section-sign>span{display:grid;place-items:center;width:56px;height:56px;border-radius:16px;background:#e7b183;border:3px solid #fff9e9;box-shadow:0 4px 0 #c69b7270;font-size:22px;font-weight:700;transform:rotate(-5deg)}.section-sign p{position:relative;z-index:1;background:#faf4e6;padding:12px 0;max-width:125px;font-size:10px;line-height:1.7;letter-spacing:1.8px;color:#898568}.section-content{min-width:0;border-top:1px solid #dad6c2;padding-top:24px}.section-content>h2{font-size:clamp(26px,3vw,38px);letter-spacing:-1.3px;line-height:1.13;margin:0 0 20px}.section-content p{font-size:15px;line-height:1.7;color:#77725f}.section-content .section-lede{font-size:17px;max-width:780px;margin:0 0 27px}.guide-cards{display:grid;gap:14px;margin:24px 0}.guide-cards.three{grid-template-columns:repeat(3,minmax(0,1fr))}.guide-cards.two{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-cards article{padding:23px;background:#f0eddd;border:1px solid #e2ddc9;border-radius:16px}.field-guide h3{font-size:18px;line-height:1.3;letter-spacing:-.4px;margin:12px 0}.guide-cards p,.lane-comparison p{margin-bottom:0}.card-label{font-size:10px;letter-spacing:1.6px}.guide-note{font-size:14px;line-height:1.7;padding:19px 23px;border-left:3px solid #aaa6c3;background:#ece9ef;border-radius:0 12px 12px 0;color:#6b657a}.guide-note b{display:block;color:#59546d}.checkpoint-steps{list-style:none;counter-reset:checkpoint;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:0;gap:22px}.checkpoint-steps li{border-top:4px solid #a7ae8b;padding-top:20px}.checkpoint-steps li:nth-child(2){border-color:#e2ad7e}.checkpoint-steps li:nth-child(3){border-color:#aaa6c3}.checkpoint-steps li>span{font-size:10px;font-weight:700;letter-spacing:1.8px;color:#89866d}.lane-comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.lane-comparison article{border:1px solid #d6c8a8;padding:26px;border-radius:17px;background:#f4e7cd}.lane-comparison article+article{background:#e7ead9;border-color:#cad1b8}.lane-pill{display:inline-flex;align-items:center;gap:8px;font-size:10px;letter-spacing:1.1px;font-weight:bold}.lane-pill:before{content:'';width:9px;height:9px;border-radius:50%;background:#ce8a3a;box-shadow:0 0 0 4px #ce8a3a20}.lane-pill.green:before{background:#668962;box-shadow:0 0 0 4px #66896220}.audit-strip{padding:20px 24px;background:#394336;color:#f6f1df;border-radius:13px;display:flex;align-items:center;flex-wrap:wrap;gap:14px}.audit-strip>span{font-size:10px;letter-spacing:1.5px;color:#c7d0b3}.audit-strip code{font-size:13px;overflow-wrap:anywhere}.audit-strip p{color:#d7ddc8;margin:0;width:100%;font-size:13px}.tool-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:start}.tool-shelf{border:1px solid #d7dac5;border-radius:16px;overflow:hidden;background:#eef0e3}.shelf-heading{display:flex;gap:15px;padding:22px;align-items:center;border-bottom:1px dashed #8e9b7355}.shelf-heading>b{font-size:38px;font-weight:400;letter-spacing:-2px}.shelf-heading h3{margin:0 0 5px}.shelf-heading span{font-size:11px;color:#75745f}.tool-shelf ul{list-style:none;padding:14px 22px 20px;margin:0}.tool-shelf li{font-family:monospace;font-size:12px;line-height:2.1;overflow-wrap:anywhere}.tool-shelf.write{background:#f3e6cb;border-color:#e4d2b1}.tool-shelf.gated{background:#eedcd3;border-color:#dfc4b6}.security-results{border:1px solid #dfc9bb;border-radius:15px;overflow:hidden;background:#f3e7de;margin:25px 0}.security-results>div{display:flex;justify-content:space-between;gap:20px;padding:19px 22px;border-bottom:1px dashed #d9c9b9;font-size:14px;align-items:center}.security-results>div:last-child{border-bottom:0}.security-results b{font-size:10px;letter-spacing:1.2px;color:#a65d49;background:#e8cfc3;padding:7px 9px;border-radius:5px}.text-link{display:inline-block;border-bottom:1px solid #918b72;padding-bottom:4px;font-size:14px}.install-actions{display:flex;flex-wrap:wrap;align-items:center;gap:23px;margin:28px 0;font-size:13px}.guide-primary{display:inline-flex;padding:15px 22px;border-radius:28px;background:#3d4836;color:#fffbed;font-size:13px}.guide-primary:hover{background:#566049}.install-step{margin:14px 0;border:1px solid #ded8c3;border-radius:15px;overflow:hidden}.install-step>div{display:flex;align-items:center;gap:13px;background:#efebdb;padding:9px 20px}.install-step>div>span{font-size:12px;color:#a48057}.install-step h3{font-size:15px}.install-step pre{margin:0;padding:23px;overflow-x:auto;background:#faf7ed;font-size:13px;line-height:1.8;color:#526047}.install-example{font-style:italic}.guide-end{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid #d7d1ba;padding-top:35px}.guide-end p{font-size:12px;line-height:1.7;color:#86806c}.guide-figure{margin:26px 0 0;max-width:820px;border:1px solid #ded8c3;border-radius:15px;overflow:hidden;background:#faf7ed}.guide-figure img,.guide-figure video{display:block;width:100%;height:auto}.figure-lead{font-size:18px;margin:26px 0 0}.guide-demo{margin:34px 0 8px}.guide-demo .figure-lead{font-size:clamp(20px,2vw,26px);letter-spacing:-.5px;margin:0 0 4px}.guide-demo .guide-figure{max-width:920px;margin:14px 0 0}.download-note{font-size:12px;line-height:1.7;color:#8a8370;max-width:640px;margin:-14px 0 0}.top-actions .download{border:1px solid #3d4836;background:#3d4836;color:#fffbed;padding:12px 16px;border-radius:30px;font-size:13px;box-shadow:0 4px 15px #71604110}.guide-figure figcaption{font-size:12px;line-height:1.6;color:#8a8370;padding:13px 18px;border-top:1px solid #e6e0cc}.guide-end .mark{width:34px;height:34px}.content-source{font-size:11px;line-height:1.7;color:#918977;max-width:820px;margin:30px 0 0}.content-source a{text-decoration:underline}
@media(max-width:1000px){.guide-wrap{padding:65px 30px 25px}.guide-section{grid-template-columns:110px minmax(0,1fr);gap:25px}.guide-cards.three{grid-template-columns:1fr}.guide-intro{gap:30px}.shelf-heading{padding:17px;gap:10px}.tool-shelf ul{padding:12px 17px}.shelf-heading>b{font-size:29px}.shelf-heading h3{font-size:16px}}
@media(max-width:700px){.guide-wrap{padding:52px 22px 25px}.guide-intro{grid-template-columns:1fr;gap:24px}.guide-intro h2{letter-spacing:-1.5px}.guide-intro>p{font-size:16px}.guide-nav{gap:7px;margin:28px 0 45px}.guide-nav a{font-size:12px;padding:10px 13px}.guide-section{grid-template-columns:1fr;gap:20px;padding-bottom:48px}.guide-section:before{display:none}.section-sign{display:flex;align-items:center;gap:15px}.section-sign>span{width:44px;height:44px;border-radius:13px;font-size:18px}.section-sign p{max-width:none;padding:0;font-size:10px}.section-content{padding-top:22px}.section-content .section-lede{font-size:16px}.guide-cards.two,.lane-comparison,.tool-columns,.checkpoint-steps{grid-template-columns:1fr}.checkpoint-steps{gap:10px}.checkpoint-steps li{padding-top:16px}.tool-shelf ul{columns:2;column-gap:15px}.tool-shelf li{font-size:11px}.security-results>div{padding:16px;gap:12px;font-size:13px}.security-results b{font-size:9px}.guide-end{flex-wrap:wrap}.guide-end .brand{font-size:24px}.guide-end p{margin:0}.guide-end .guide-primary{width:100%;justify-content:center}.install-step pre{font-size:11px;padding:17px}.audit-strip{padding:18px}.world-title .guide-link{font-size:11px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
.lang-switch{font-size:11px;font-weight:700;letter-spacing:1px;padding:10px 11px;border:1px solid #bdb89f;border-radius:20px;background:#fff9eacc}
#game #world{position:absolute;inset:0;width:100%;height:100%;display:block}
#game{isolation:isolate}.field-guide{position:relative}
#game header,#game .world-title,#game #panel,#game #route-bar,#game .controls,#game footer,#game #map,#game .touch-controls{z-index:4}
@media(max-width:390px){header{left:10px;right:10px}.top-actions{gap:5px}.top-actions button{padding:10px 9px}.top-actions .download{padding:10px 11px}}
