:root{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;color:#35423a;background:#eee9df;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button{font:inherit;color:inherit;cursor:pointer}button:focus-visible,canvas:focus-visible{outline:3px solid #b77d46;outline-offset:4px}main{position:relative;height:100svh;min-height:620px;overflow:hidden;background:#eee9df}header{position:absolute;top:35px;left:42px;right:42px;display:flex;align-items:center;justify-content:space-between;z-index:2;pointer-events:none}.brand{display:flex;gap:14px;align-items:center}.mark{font-family:Georgia,serif;font-size:34px;border:1px solid #536251;border-radius:50%;height:53px;width:53px;text-align:center;line-height:48px}h1{font-family:"Songti SC",STSong,serif;font-size:26px;letter-spacing:4px;font-weight:600;margin:0}.brand p{font-size:10px;letter-spacing:2.7px;margin:8px 0 0;color:#7c8175}.local{font-size:12px;letter-spacing:1px;color:#6b766a;display:flex;align-items:center;gap:8px}.local span{width:5px;height:5px;border-radius:50%;background:#769076}#stage{position:absolute;inset:0}canvas{width:100%;height:100%;display:block;touch-action:none}.scene-note{position:absolute;left:44px;bottom:143px;pointer-events:none}.scene-note>span{font-size:12px;letter-spacing:3px;color:#6a7567}.scene-note p{font-family:"Songti SC",STSong,serif;font-size:20px;letter-spacing:1.8px;margin:12px 0;color:#394638}aside{position:absolute;right:38px;top:155px;width:196px}.eyebrow{font-size:11px;letter-spacing:3px;color:#8a8b7f;margin:0 0 19px}.cat-card{width:100%;border:1px solid #ffffff70;background:#fff8ed7a;backdrop-filter:blur(14px);padding:12px;display:flex;align-items:center;text-align:left;gap:12px;border-radius:14px;margin-bottom:10px;transition:background .2s,transform .2s,border-color .2s}.cat-card:hover{transform:translateX(-3px);background:#fff9edc9}.cat-card.active{border-color:#7b8a7080;background:#fffaf0d9;box-shadow:0 6px 24px #3743290a}.cat-card img{width:45px;height:52px;object-fit:cover;border-radius:8px}.cat-card strong{font-size:15px;font-weight:500;display:block}.cat-card small{display:block;font-size:11px;color:#8b8d7c;margin-top:5px}.cat-card i{font-style:normal;font-size:15px;margin-left:auto;color:#8a917e}.aside-note{padding:21px 10px}.tiny-rule{display:block;width:24px;height:1px;background:#9b9d8d}.aside-note p{font-size:12px;line-height:2.1;color:#777f70;margin:14px 0 0}.text-button{border:0;border-top:1px solid #a4a88f40;padding:16px 8px;background:none;font-size:12px;width:100%;text-align:left}.text-button span{float:right}footer{position:absolute;left:50%;bottom:57px;transform:translateX(-50%);padding:8px;border:1px solid #fffcf4ba;background:#fffcf0d9;box-shadow:0 10px 40px #303a2710;backdrop-filter:blur(18px);display:flex;gap:4px;align-items:center;border-radius:40px;white-space:nowrap}footer button{border:0;background:none;font-size:13px;padding:11px 15px;border-radius:30px;display:flex;align-items:center;gap:8px}footer button:hover{background:#dce0d347}.view-switch{display:flex;gap:2px}.view-switch button{padding:11px 19px}.view-switch .active{background:#3f5446;color:#faf6ea}.separator{width:1px;height:20px;background:#d8dacc;margin:0 7px}#pause-icon{font-size:16px;width:15px}#reset>span{font-size:23px;line-height:13px}#motion{color:#7d8576;font-size:12px}#motion[aria-pressed=true]{background:#e3e6d9}.help{position:absolute;bottom:17px;left:50%;transform:translateX(-50%);font-size:11px;letter-spacing:1px;color:#8b8f7e;white-space:nowrap;margin:0}.help span{padding:0 8px}#loading{position:absolute;inset:0;background:#eee9dff5;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:3;transition:opacity .7s}#loading.hidden{opacity:0;pointer-events:none}#loading h2{font:24px "Songti SC",serif;letter-spacing:3px;font-weight:400}#loading p{font-size:13px;color:#838979}.loader{width:34px;height:34px;border:1px solid #acb3a0;border-top-color:#3f5446;border-radius:50%;animation:turn 1.6s linear infinite}@keyframes turn{to{transform:rotate(360deg)}}#toast{position:absolute;bottom:135px;left:50%;transform:translateX(-50%);padding:10px 17px;border-radius:24px;background:#3f5446e8;color:#f9f5e9;font-size:13px;opacity:0;transition:opacity .3s;pointer-events:none}#toast.show{opacity:1}dialog{max-width:760px;width:calc(100% - 48px);padding:38px;background:#f6f1e7;border:1px solid #fdf8ed;border-radius:22px;box-shadow:0 20px 100px #13221833;color:#3b4c3d}dialog::backdrop{background:#25392766;backdrop-filter:blur(6px)}dialog h2{font:26px "Songti SC",serif;letter-spacing:2px}#close-ref{position:absolute;top:12px;right:15px;border:0;background:none;font-size:28px}.reference-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}figure{margin:0}.reference-grid img{width:100%;height:220px;object-fit:cover;border-radius:10px}.reference-grid figcaption,.reference-note{font-size:12px;line-height:1.7;color:#798170;margin-top:10px}.reference-note{margin-top:25px}@media(max-width:800px){header{left:22px;right:22px;top:24px}h1{font-size:22px}.mark{height:45px;width:45px;font-size:28px;line-height:42px}.local{display:none}aside{top:116px;right:18px;width:148px}.eyebrow{font-size:10px;margin-bottom:12px}.cat-card{padding:9px;gap:8px}.cat-card img{width:34px;height:42px}.cat-card strong{font-size:13px}.cat-card small{font-size:10px}.cat-card i{display:none}.aside-note{display:none}.text-button{font-size:11px;padding:12px 4px}.scene-note{left:24px;bottom:146px}.scene-note p{font-size:17px}.scene-note>span{font-size:10px}footer{bottom:54px;gap:0;padding:6px}footer button{padding:11px 10px;font-size:12px}.view-switch button{padding:11px 12px}#motion{display:none}.separator{margin:0 2px}.help{font-size:10px;letter-spacing:0;bottom:23px}.help span{padding:0 5px}.keyboard{display:none}.reference-grid{grid-template-columns:1fr}.reference-grid img{height:170px}dialog{max-height:90svh;padding:27px}dialog h2{font-size:21px}}@media(prefers-reduced-motion:reduce){.loader{animation:none}*{transition:none!important}}

.angle-views{display:flex;gap:5px;padding-top:5px}.angle-views button{flex:1;border:1px solid #8b95804a;background:#fff9ef99;border-radius:8px;padding:8px 0;font-size:11px}.angle-views button:hover{background:#fefbf0}.angle-views button.active{background:#3f5446;color:#fff9ef}
