*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;background:#b2d0e3;color:#18374e;font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif}button{font:inherit;color:inherit;cursor:pointer;border:0;background:none;touch-action:manipulation}button:focus-visible,canvas:focus-visible{outline:2px solid #e07939;outline-offset:3px}#scene{width:100%;height:100%;position:fixed;inset:0;display:block;touch-action:none;cursor:grab}#scene:active{cursor:grabbing}header{position:fixed;top:22px;left:28px;right:28px;display:flex;justify-content:space-between;align-items:center;pointer-events:none}header>*{pointer-events:auto}.identity{display:flex;gap:11px;align-items:center;text-shadow:0 1px 10px #ffffff9c}.badge{display:grid;place-items:center;height:42px;width:42px;border-radius:50%;font-size:14px;font-weight:800;background:#edf7ff9c;border:1px solid #fff9;backdrop-filter:blur(16px)}h1{font-size:19px;letter-spacing:3px;margin:0;font-weight:600}.identity p{font-size:9px;letter-spacing:2.3px;margin:4px 0 0}.top-tools{display:flex;gap:10px;align-items:center}.top-tools button{width:34px;height:34px;border-radius:50%;background:#edf7ffad;border:1px solid #fff9;backdrop-filter:blur(16px);font-size:20px}#location{font-size:12px;margin-right:12px;text-shadow:0 1px 6px #fff}footer{position:fixed;bottom:max(22px,env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;max-width:calc(100vw - 28px)}nav,.toolbar{display:flex;align-items:center;padding:5px;background:#e9f6ffd1;border:1px solid #fff9;box-shadow:0 6px 30px #21475b20;backdrop-filter:blur(22px);border-radius:12px;max-width:100%;white-space:nowrap}nav{overflow-x:auto}nav button{padding:11px 23px;font-size:14px;border-radius:8px;transition:background .2s}.active{background:#294c64;color:white}nav button:hover:not(.active){background:#d0e6f4}.toolbar{gap:1px;padding:5px 8px}.toolbar button{font-size:17px;padding:6px 10px;border-radius:7px}.toolbar button span{font-size:12px;margin-left:3px}.toolbar button:hover,.toolbar [aria-pressed=true]{background:#d2e6f2}.toolbar #presenterToggle[aria-pressed=true]{background:none}#loading{position:fixed;top:45%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:10px;border:1px solid #fff7;background:#f6fbffe8;padding:15px 23px;border-radius:12px;font-size:14px;box-shadow:0 10px 50px #203d4826}#loading[hidden]{display:none}#loading i{width:16px;height:16px;border:2px solid #b1c9d8;border-top-color:#406d8e;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#gestureTip{position:fixed;top:85px;left:50%;transform:translateX(-50%);border:1px solid #fff9;background:#f0f8ffb8;border-radius:10px;backdrop-filter:blur(18px);font-size:12px;padding:10px 17px;display:flex;gap:13px;white-space:nowrap;pointer-events:none;transition:opacity .6s}#gestureTip strong{font-weight:600}#gestureTip.hidden{opacity:0}#joystick{position:fixed;left:25px;bottom:29px;width:105px;height:105px;border-radius:50%;border:1px solid #ffffffab;box-shadow:inset 0 1px 14px #486e8a1b;background:#e5f3ff45;backdrop-filter:blur(9px);touch-action:none;display:grid;place-items:center;cursor:move}#joystick:before,#joystick:after{content:'';position:absolute;background:#a0bed366}#joystick:before{height:1px;width:70px}#joystick:after{width:1px;height:70px}#stick{width:43px;height:43px;border-radius:50%;background:#edf8ffcf;border:1px solid white;box-shadow:0 3px 10px #244d6c22;z-index:1;pointer-events:none}dialog{background:#f0f7fb;color:#15364f;border:1px solid #d6e6ee;border-radius:16px;padding:30px;max-width:92vw;max-height:93dvh;box-shadow:0 20px 100px #05243f55}dialog::backdrop{background:#041c2cc4;backdrop-filter:blur(8px)}.close{position:absolute;top:8px;right:9px;width:34px;height:34px;border-radius:50%;background:#ffffffdb;font-size:25px;z-index:1}.poster-wrap{display:flex;gap:28px;align-items:center;padding:9px}.poster-wrap img{max-height:78dvh;max-width:min(55vw,510px);object-fit:contain;box-shadow:0 4px 24px #12365029}.poster-wrap h2{font-size:29px;margin:10px 0}.small{font-size:12px;color:#608298;letter-spacing:3px}.caption{font-size:12px;color:#618096;line-height:1.9}.poster-wrap .caption{display:block;margin-top:32px}#referenceDialog{padding:0;background:#071d2a;max-width:95vw;overflow:hidden}video{width:min(1160px,94vw);max-height:87dvh;display:block}#helpDialog{width:510px;padding:34px;font-size:14px;line-height:1.95}#helpDialog h2{margin:0 0 15px;font-size:23px}#message{position:fixed;left:50%;bottom:152px;transform:translateX(-50%);font-size:13px;background:#f2faffdd;border-radius:9px;padding:10px 17px;opacity:0;transition:opacity .25s;pointer-events:none;backdrop-filter:blur(16px)}#message.show{opacity:1}.in-vr header,.in-vr footer,.in-vr #joystick{display:none}@media(max-width:760px){header{top:17px;left:17px;right:17px}.identity{gap:8px}h1{font-size:17px}.top-tools{gap:6px}#location{display:none}nav button{padding:10px 15px;font-size:13px}.toolbar button{padding:6px 8px}.toolbar button span{font-size:11px}.toolbar #reference span,.toolbar #reset span{display:none}#joystick{width:92px;height:92px;left:18px;bottom:153px}#gestureTip{top:78px;font-size:11px;gap:0}#gestureTip strong{display:none}#gestureTip span{font-size:0}#gestureTip span:after{content:'拖动环视 · 左下摇杆走动 · 点击海报查看';font-size:11px}footer{bottom:max(16px,env(safe-area-inset-bottom));gap:8px}.poster-wrap{flex-direction:column;gap:12px;padding:3px}.poster-wrap img{max-width:78vw;max-height:68dvh}.poster-wrap h2{font-size:18px;margin:0}.poster-wrap .small,.poster-wrap .caption{display:none}.poster-wrap>div{text-align:center}.poster-wrap p{font-size:12px;margin:6px 0}dialog{padding:30px 12px 16px}#helpDialog{padding:30px;line-height:1.8}#message{bottom:142px;max-width:85vw;white-space:nowrap}}

#speechEntry{position:fixed;left:50%;bottom:155px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:9px;padding:16px 20px;background:#f2faffed;border:1px solid white;border-radius:14px;backdrop-filter:blur(18px);box-shadow:0 8px 35px #183c6033;white-space:nowrap;z-index:5}#speechEntry[hidden]{display:none}#speechEntry button{background:#244d6b;color:white;border-radius:9px;padding:13px 22px;font-weight:600;font-size:15px}#speechEntry span{font-size:12px;color:#56778e}@media(max-width:760px){#speechEntry{bottom:155px;padding:14px 16px}#speechEntry button{font-size:14px;padding:12px 18px}}
