@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800;900&display=swap');
:root{font-family:'Noto Sans TC',sans-serif;color:#263a43;background:#e9f4f8;font-synthesis:none;--ink:#263a43;--green:#286953;--line:#dce6e6;--shadow:0 14px 40px #234e6020}*{box-sizing:border-box}body{margin:0;overflow:hidden}button,input,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit}button:disabled{opacity:.5;cursor:default}a{color:var(--green)}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #ed9042;outline-offset:4px}[hidden]{display:none!important}#world{position:fixed;inset:0}#world canvas{display:block;width:100%;height:100%;touch-action:none}.topbar{position:fixed;top:0;left:0;right:0;padding:26px 36px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.topbar>*{pointer-events:auto}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);font-size:23px;font-weight:900;letter-spacing:1px}.brand-mark{display:grid;place-items:center;width:48px;height:48px;background:var(--green);border-radius:16px;color:white;font:bold 37px Georgia;position:relative}.brand-mark span{font-size:12px;color:#f7ca63;position:absolute;right:4px;top:0}.brand-light{font-weight:500;margin-left:7px}.brand small{display:block;font-size:10px;letter-spacing:2.5px;margin-top:3px;font-weight:600}.top-actions{display:flex;align-items:center;gap:14px}.status{font-size:13px;background:#ffffffdc;padding:10px 14px;border:1px solid white;border-radius:30px}.status::before,.live-dot{content:'';display:inline-block;border-radius:50%;width:7px;height:7px;background:#889ea0;margin-right:7px}.status.online::before,.live-dot{background:#41986a}.button{background:var(--green);color:#fff;border:0;border-radius:13px;padding:13px 20px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;min-height:46px}.button:hover{filter:brightness(1.08)}.button.light{background:#fff;color:var(--ink);box-shadow:0 3px 10px #294c5910}.avatar-button{width:44px;height:44px;border:3px solid white;background:#f6c979;border-radius:50%;font-size:25px}.intro{position:fixed;top:135px;left:42px;pointer-events:none}.eyebrow{font-size:11px;font-weight:800;letter-spacing:2.4px;color:#47806d}.intro h1{font-size:clamp(30px,3.5vw,52px);letter-spacing:-2px;line-height:1.25;margin:14px 0 18px;font-weight:900}.intro h1 span{color:#e89e47}.intro>p:not(.eyebrow){font-size:14px;line-height:1.9;color:#667c82}.room-tag{display:inline-block;font-size:12px;background:#fff9;border:1px solid white;border-radius:7px;padding:7px 10px;margin-top:7px}.map-card{position:fixed;right:30px;top:130px;width:190px;background:#fffffff0;border:1px solid #fff;border-radius:20px;box-shadow:var(--shadow);padding:19px}.map-title{display:flex;justify-content:space-between;align-items:center;font-weight:800;font-size:15px;padding-bottom:15px;border-bottom:1px solid var(--line)}.tiny{font-size:9px;color:#809296;letter-spacing:1px}nav{display:grid;gap:6px;margin-top:10px}nav button{background:none;border:0;text-align:left;padding:9px 6px;font-size:13px;display:flex;align-items:center;gap:9px;border-radius:9px}nav button:hover{background:#edf5f0}nav .dot{display:inline-grid;place-items:center;width:27px;height:27px;border-radius:9px;font-size:12px;font-weight:700;color:white}nav button>span:last-child{margin-left:auto;color:#a2b4b8}.map-card>p{font-size:11px;color:#829599;text-align:center;margin:14px 0 0}.view-tools{position:fixed;right:32px;bottom:140px;display:flex;flex-direction:column;gap:5px}.view-tools button{border:1px solid white;border-radius:11px;background:#fffffff0;width:42px;height:42px;font-size:23px;box-shadow:0 3px 9px #24465508}.view-tools button:last-child{font-size:12px}.view-tools button[aria-pressed=true]{background:#286953;color:white}.bottom-bar{position:fixed;bottom:0;left:0;right:0;padding:18px 34px;display:flex;align-items:center;justify-content:space-between;color:#627a7e;font-size:12px;pointer-events:none}.bottom-bar>*{pointer-events:auto}.help-button{border:0;background:none;font-size:12px}.footer-extra{color:#829497}.movement-hint{position:fixed;bottom:78px;left:42px;display:flex;flex-direction:column;align-items:center;gap:3px}.movement-hint kbd,kbd{display:inline-grid;place-items:center;border:1px solid #d0dfe1;border-bottom-width:3px;border-radius:5px;background:white;color:#657c82;min-width:24px;height:25px;font:12px sans-serif;margin:0 1px}.movement-hint small{font-size:11px;margin-top:7px;color:#607981}.interact{position:fixed;bottom:96px;left:50%;transform:translateX(-50%);box-shadow:var(--shadow)}.chat-toggle{position:fixed;right:90px;bottom:72px;border:1px solid white;background:white;border-radius:30px;padding:13px 20px;font-size:13px;box-shadow:var(--shadow)}.chat{position:fixed;right:28px;bottom:128px;width:320px;background:white;border-radius:18px;box-shadow:var(--shadow);padding:18px;z-index:4}.chat-heading{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:700}.chat-heading button{border:0;background:none;font-size:24px}.chat ol{height:180px;overflow:auto;list-style:none;margin:10px 0;padding:0}.chat li{font-size:13px;line-height:1.7;margin:7px 0;word-break:break-word}.chat li strong{color:var(--green);margin-right:8px}.chat form{display:flex;gap:7px}.chat input{min-width:0;flex:1}.chat form button{background:var(--green);color:white;border:0;border-radius:10px;width:40px}.chat small{font-size:10px;color:#829497;display:block;margin-top:10px}input{width:100%;padding:12px;border:1px solid #d8e2df;border-radius:10px;background:#f9fbfa;font-size:16px}label{display:block;font-size:14px;font-weight:600;margin:18px 0}label input{margin-top:8px}dialog{border:0;border-radius:24px;box-shadow:0 30px 100px #172f4b33;padding:36px;width:min(680px,calc(100% - 28px));max-height:85dvh;overflow:auto;color:var(--ink)}dialog::backdrop{background:#20394266;backdrop-filter:blur(5px)}dialog h2{font-size:29px;margin:10px 0 15px}dialog p{line-height:1.8;color:#627a7e}dialog .eyebrow{color:var(--green)}.close{position:absolute;right:16px;top:12px;border:0;background:#f0f4f3;border-radius:50%;width:34px;height:34px;font-size:24px}#profile-dialog{max-width:450px}.muted{font-size:12px!important}.cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:24px 0}.card{padding:20px;border:1px solid #e2e9e5;border-radius:15px;background:#f8faf8}.card h3{margin:0 0 10px;font-size:18px}.card p{font-size:14px;margin:0 0 14px}.card a{font-size:14px;font-weight:700}.card .price{color:var(--green);font-size:26px;font-weight:800}.card img{width:100%;aspect-ratio:1.8;object-fit:cover;border-radius:8px;margin-bottom:12px}.step{display:flex;gap:16px;margin:18px 0;align-items:flex-start}.step>span{display:grid;place-items:center;background:#edf4ef;color:var(--green);border-radius:12px;min-width:40px;height:40px;font-weight:800}.step h3{font-size:17px;margin:0 0 5px}.step p{margin:0;font-size:14px}.loading{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;background:#fffffff5;padding:28px 38px;border-radius:22px;box-shadow:var(--shadow)}.loading strong{display:block;font-size:16px}.loading p{font-size:13px;color:#627a7e}.spinner{display:inline-block;width:28px;height:28px;border:3px solid #e0ece6;border-top-color:var(--green);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:14px}@keyframes spin{to{transform:rotate(360deg)}}.world-error{position:fixed;left:50%;top:55%;transform:translate(-50%,-50%);padding:24px;background:white;border-radius:20px;max-width:420px;z-index:2}.world-error p{line-height:1.8}#toast{position:fixed;left:50%;top:95px;transform:translateX(-50%);background:#263f36;color:white;border-radius:12px;padding:12px 20px;z-index:20;font-size:14px;max-width:90vw}#joystick{display:none}.booth-badge{background:#ecf4ef;color:var(--green);padding:6px 10px;border-radius:7px;font-size:12px}
.view-tools{flex-direction:row;bottom:66px}.chat-toggle{right:30px;bottom:120px}
@media(max-width:1000px){.intro{left:24px;top:108px}.intro h1{font-size:34px}.intro>p:not(.eyebrow){font-size:12px}.map-card{width:164px;right:20px;padding:13px}.topbar{padding:20px 24px}.brand{font-size:20px}.footer-extra{display:none}}
@media(max-width:650px){.topbar{padding:16px}.brand{font-size:17px;gap:7px}.brand-mark{width:37px;height:37px;font-size:29px;border-radius:12px}.brand small{font-size:7px;letter-spacing:1.5px}.brand-light{margin-left:3px}.top-actions{gap:6px}.status{font-size:10px;padding:8px}.top-actions .light{font-size:0;padding:0;width:36px;min-height:36px}.top-actions .light::after{content:'＋';font-size:22px}.avatar-button{width:34px;height:34px;font-size:20px}.intro{top:85px;left:20px}.intro .eyebrow{font-size:8px;letter-spacing:1.5px}.intro h1{font-size:27px;margin:8px 0;letter-spacing:-1px}.intro>p:not(.eyebrow){display:none}.room-tag{font-size:10px;padding:5px 7px}.map-card{top:auto;bottom:80px;left:16px;right:16px;width:auto;padding:10px 12px;border-radius:15px}.map-title,.map-card>p{display:none}nav{display:flex;margin:0;gap:4px;justify-content:space-between}nav button{flex-direction:column;gap:4px;padding:3px;font-size:10px}nav button>span:last-child{display:none}nav .dot{width:25px;height:25px;font-size:11px;border-radius:8px}.bottom-bar{padding:16px;font-size:10px;bottom:env(safe-area-inset-bottom)}.help-button{font-size:10px}.movement-hint{display:none}#joystick{display:grid;place-items:center;position:fixed;bottom:180px;left:24px;width:100px;height:100px;border:2px solid #fff9;background:#ffffff50;border-radius:50%;touch-action:none}#stick{display:block;width:42px;height:42px;border-radius:50%;background:#fff;box-shadow:0 4px 16px #234e6030;pointer-events:none}.view-tools{right:18px;bottom:190px}.view-tools button{width:35px;height:35px;font-size:20px}.view-tools button:last-child{font-size:10px}.chat-toggle{right:16px;bottom:143px;font-size:11px;padding:9px 14px}.chat{right:16px;bottom:188px;width:min(320px,calc(100% - 32px))}.interact{bottom:155px;font-size:12px;padding:10px 13px;min-height:40px;max-width:50vw}.interact kbd{display:none}dialog{padding:30px 22px}dialog h2{font-size:24px}.cards{grid-template-columns:1fr}.world-error{width:80%;top:45%}.loading{width:80%;top:45%;padding:22px}.intro{pointer-events:none}}
@media(pointer:coarse) and (min-width:651px){#joystick{display:grid;place-items:center;position:fixed;bottom:90px;left:30px;width:100px;height:100px;border:2px solid #fff9;background:#ffffff60;border-radius:50%;touch-action:none}#stick{width:42px;height:42px;border-radius:50%;background:white}.movement-hint{display:none}}
@media(max-width:650px){.view-tools{flex-direction:column}}
@media(prefers-reduced-motion:reduce){.spinner{animation:none}}
.camera-mode{position:fixed;left:50%;top:28px;transform:translateX(-50%);font-size:13px;z-index:2}
.brand{background:#fffffff0;border-radius:16px;padding:4px 10px}.brand-logo{width:180px;height:74px;object-fit:contain;display:block}
.line-link{background:#06a94f;color:white;text-decoration:none;font-weight:700;border-color:#06a94f}
.archery-controls{position:fixed;left:32px;bottom:200px;display:grid;gap:7px;width:180px;padding:12px;background:#ffffffed;border-radius:16px;box-shadow:var(--shadow)}.archery-controls>span{font-size:12px;color:#466956}.archery-controls progress{width:100%;height:8px;accent-color:#df9b34}.archery-controls button{border:0;border-radius:10px;padding:10px;background:#326e55;color:white;touch-action:none;user-select:none;min-height:44px}.archery-controls button.charging{background:#a56322}.archery-controls kbd{margin-left:8px}
@media(max-width:650px){.archery-controls{left:auto;right:65px;bottom:240px;width:135px;padding:8px}.archery-controls>span{font-size:10px}.archery-controls button{font-size:13px}.archery-controls kbd{display:none}}
#archery-score{font-size:14px;font-weight:700;color:#8b5522;background:#fff0cb;border-radius:8px;padding:5px 8px}
.card a[href="https://line.me/ti/p/N3hDV9REpf"]{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 20px;background:#06a94f;color:white;text-decoration:none;border-radius:12px}
@media(max-width:650px){.brand-logo{width:118px;height:49px}.brand{padding:2px 6px;border-radius:12px}}
.interaction-dock{position:fixed;bottom:65px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:9px;z-index:2;white-space:nowrap}
.interaction-dock>span{background:#ffffffee;border-radius:20px;padding:6px 12px;font-size:12px;color:#365c50}.interaction-dock .button{box-shadow:var(--shadow)}.interaction-dock .button:disabled{opacity:1;background:#e6eeea;color:#688478;border:1px solid white}
.third-person .intro{display:none}.third-person .map-card{background:#ffffffe6}.third-person .movement-hint{background:#ffffffda;padding:10px;border-radius:15px}
@media(max-width:650px){.camera-mode{top:80px;left:20px;transform:none;padding:9px 13px;min-height:38px;font-size:12px}.interaction-dock{bottom:168px;gap:6px;max-width:56vw}.interaction-dock>span{font-size:10px;white-space:normal;text-align:center;padding:6px 8px;max-width:180px}.interaction-dock .button{padding:10px 12px;font-size:12px;min-height:43px}.interaction-dock kbd{display:none}}
