@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700;800&family=Noto+Serif+SC:wght@600;700&display=swap";:root{--wine:#6f1820;--wine2:#8e2730;--gold:#c49a55;--gold2:#e8d5ab;--ink:#241d1b;--muted:#81766f;--paper:#f6f2eb;--card:#fffdf9;--line:#e3ddd4;--green:#2f7557;--blue:#315d78;--shadow:0 16px 45px rgba(52,31,25,.08);font-family:Noto Sans SC,PingFang SC,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button,a{cursor:pointer}a{text-decoration:none;color:inherit}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700;background:#f8e6e8;color:var(--wine);white-space:nowrap}.badge.green{background:#e5f1e9;color:var(--green)}.badge.gold{background:#f4ead6;color:#8a6428}.badge.blue{background:#e3eef4;color:var(--blue)}.badge.gray{background:#eeece8;color:#777}.badge.red{background:#f8e6e8;color:var(--wine)}.shell{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:245px;background:#251c1b;color:#f9f3ea;padding:24px 17px;display:flex;flex-direction:column;z-index:10;overflow:auto}.brand{display:flex;align-items:center;gap:12px}.mountain-logo{width:52px;height:46px;display:grid;place-items:center;color:var(--gold);flex:0 0 52px}.mountain-logo svg{width:46px;height:46px;stroke-width:1.45}.brand-seal{width:46px;height:46px;border:1px solid var(--gold);display:grid;place-items:center;font:700 25px "Noto Serif SC";color:var(--gold);transform:rotate(45deg);border-radius:4px}.brand-seal:first-letter{transform:rotate(-45deg)}.brand>div:last-child{display:flex;flex-direction:column}.brand strong{font:700 19px "Noto Serif SC";letter-spacing:2px}.brand small{font-size:10px;letter-spacing:2px;color:#b9aaa1;margin-top:3px}.version-row{display:flex;align-items:center;justify-content:space-between;margin:24px 0 12px}.net-dot{width:8px;height:8px;border-radius:50%;background:#b9aaa1;box-shadow:0 0 0 4px #ffffff0d}.net-dot.ok{background:#68b68b}.net-dot.off{background:#d25c60}.sidebar nav{display:flex;flex-direction:column;gap:5px}.sidebar nav button{height:44px;border:0;background:transparent;color:#cbbeb5;border-radius:8px;display:grid;grid-template-columns:32px 1fr 28px;align-items:center;text-align:left;padding:0 10px;transition:.2s}.sidebar nav button span{font-size:17px;color:#968780}.sidebar nav button em{font-style:normal;font-size:13px}.sidebar nav button i{font-style:normal;color:#6e5d57;font-size:10px;text-align:right}.sidebar nav button:hover,.sidebar nav button.active{background:linear-gradient(90deg,#952e3659,#952e3614);color:#fff}.sidebar nav button.active span{color:var(--gold)}.side-launch{border-top:1px solid #433634;margin-top:15px;padding-top:14px;display:grid;gap:5px}.side-launch>div{font-size:10px;color:#87756d;letter-spacing:2px;margin-bottom:3px}.side-launch a{font-size:12px;color:#cbbeb5;padding:5px 8px}.side-launch a:hover{color:#fff}.side-launch b{float:right;color:var(--gold)}.side-note{font-size:9px;line-height:1.6;color:#776861;margin:14px 8px 0}.main{margin-left:245px;min-width:0;width:calc(100% - 245px)}.topbar{height:92px;background:#fffdf9eb;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:sticky;top:0;z-index:5;backdrop-filter:blur(12px)}.eyebrow{font-size:10px;color:var(--wine);font-weight:700;letter-spacing:1.5px;margin-bottom:5px}.topbar h1{font-size:19px;margin:0;font-weight:700}.top-actions{display:flex;align-items:center;gap:10px}.top-actions select{border:1px solid var(--line);padding:9px 30px 9px 12px;border-radius:7px;background:#fff}.avatar{border:0;background:#2d2220;color:#fff;width:38px;height:38px;border-radius:50%;font-size:10px}.page-body{padding:28px 34px 50px;max-width:1540px;margin:auto}.page-title{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:22px;gap:20px}.page-title h2{font:700 25px "Noto Serif SC";margin:0 0 7px}.page-title p{margin:0;color:var(--muted);font-size:12px}.primary,.secondary{border-radius:7px;padding:10px 15px;font-weight:700;font-size:12px}.primary{border:1px solid var(--wine);background:var(--wine);color:#fff;box-shadow:0 5px 15px #6f18202e}.secondary{border:1px solid var(--line);background:#fff;color:var(--ink)}.full{width:100%}.button-row{display:flex;align-items:center;gap:8px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.metrics.compact .metric-card{min-height:105px}.metric-card{background:var(--card);border:1px solid var(--line);padding:18px 19px;min-height:118px;position:relative;overflow:hidden;box-shadow:var(--shadow)}.metric-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--wine)}.metric-card.gold:before{background:var(--gold)}.metric-card.blue:before{background:var(--blue)}.metric-card.green:before{background:var(--green)}.metric-label{font-size:11px;color:var(--muted);letter-spacing:.5px}.metric-value{font:700 31px "Noto Serif SC";margin:7px 0}.metric-detail{font-size:10px;color:#9b908a}.grid-two{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.grid-two.wide-left{grid-template-columns:1.45fr .75fr}.panel{background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);padding:20px}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.panel-head small{font-size:9px;color:var(--wine);font-weight:800;letter-spacing:1.3px}.panel-head h3{font-size:16px;margin:4px 0 0}.seg{display:flex;border:1px solid var(--line);border-radius:5px;overflow:hidden}.seg button{border:0;background:#fff;padding:6px 10px;font-size:10px}.seg button.on{background:#332723;color:#fff}.progress-ring-row{display:grid;grid-template-columns:170px 1fr;align-items:center;gap:25px}.ring{width:145px;height:145px;border-radius:50%;display:grid;place-items:center;align-content:center;background:conic-gradient(var(--wine) var(--pct),#eadfd6 0);position:relative}.ring:after{content:"";position:absolute;inset:14px;border-radius:50%;background:var(--card)}.ring strong,.ring span{z-index:1}.ring strong{font:700 32px "Noto Serif SC"}.ring span{font-size:10px;color:var(--muted)}.region-bars{display:grid;grid-template-columns:1fr 1fr;gap:11px 16px}.region-bars label{font-size:10px;display:flex;justify-content:space-between}.region-bars label b{color:var(--muted)}.region-bars span,.horizontal-bars span,.ranking div>div,.specs div>div{display:block;height:5px;background:#eee8e1;margin-top:5px}.region-bars i,.horizontal-bars i,.ranking i,.specs i{display:block;height:100%;background:linear-gradient(90deg,var(--wine),#bb5a59)}.funnel{display:flex;flex-direction:column;align-items:center;gap:5px;padding:8px 20px}.funnel div{height:40px;background:linear-gradient(90deg,#51131a,#a74d50);color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;clip-path:polygon(6% 0,94% 0,100% 100%,0 100%)}.funnel b{font:700 18px "Noto Serif SC"}.funnel span{font-size:10px}.specs{display:grid;gap:14px}.specs>div{display:grid;grid-template-columns:30px 110px 1fr 28px;align-items:center;gap:8px}.rank{font:700 11px "Noto Serif SC";color:var(--wine)}.specs strong,.specs b{font-size:11px}.audit-list>div,.checkin-list>div{display:flex;align-items:center;gap:11px;padding:10px 0;border-bottom:1px solid #eee9e2}.audit-list>div>span,.checkin-list>div>span{width:30px;height:30px;border-radius:50%;background:#f3e5df;color:var(--wine);display:grid;place-items:center;font-weight:700}.audit-list p,.checkin-list div{margin:0;display:flex;flex-direction:column;flex:1}.audit-list b,.checkin-list b{font-size:11px}.audit-list small,.checkin-list small{font-size:9px;color:var(--muted);margin-top:2px}.audit-list time,.checkin-list time{font-size:9px;color:var(--muted)}.toolbar{display:flex;gap:8px;margin-bottom:12px}.toolbar input,.toolbar select,.form-grid input,.params input{border:1px solid var(--line);background:#fff;padding:8px 10px;border-radius:5px;font-size:11px}.toolbar input{flex:1}.toolbar button{border:1px solid var(--line);background:#fff;border-radius:5px}.table-panel{padding:0;overflow:hidden}.table-panel .toolbar,.table-panel .panel-head{margin:18px 18px 12px}.table-panel table,.panel table{width:100%;border-collapse:collapse;font-size:10px}.table-panel th,.table-panel td{padding:10px 12px;border-bottom:1px solid #eee9e2;text-align:left}.table-panel th{background:#f3eee8;color:#7d706a;font-size:9px;letter-spacing:.5px}.table-panel tbody tr{cursor:pointer}.table-panel tbody tr:hover,.table-panel tbody tr.selected{background:#fbf4ed}.table-panel td b,.table-panel td small{display:block}.table-panel td small{font-size:8px;color:var(--muted);margin-top:3px}.profile-top{display:flex;align-items:center;gap:12px}.portrait{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--wine),#bd7167);display:grid;place-items:center;color:#fff;font:700 20px "Noto Serif SC"}.profile-top h3{margin:0}.profile-top p{margin:3px 0;color:var(--muted);font-size:10px}.profile-top .badge{margin-left:auto}.tag-row{display:flex;gap:5px;flex-wrap:wrap;margin:16px 0}.profile h4{font-size:11px;margin:19px 0 10px}.profile-metrics{display:grid;grid-template-columns:1fr 1fr;gap:7px}.profile-metrics div{border:1px solid var(--line);padding:11px;background:#fbf8f3}.profile-metrics b,.profile-metrics span{display:block}.profile-metrics b{font:700 18px "Noto Serif SC"}.profile-metrics span{font-size:8px;color:var(--muted)}.timeline{margin:18px 0}.timeline div{border-left:1px solid #d7c8bb;padding:0 0 15px 15px;position:relative;display:flex;flex-direction:column}.timeline i{position:absolute;width:7px;height:7px;background:var(--wine);border-radius:50%;left:-4px;top:5px}.timeline b{font-size:10px}.timeline span{font-size:8px;color:var(--muted)}.device-panel{padding:16px}.device-legend{display:flex;gap:18px;align-items:center;font-size:10px;color:var(--muted);margin-bottom:14px}.device-legend i{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:4px}.device-legend i.green{background:#5aaa7c}.device-legend i.gray{background:#bcb4ae}.device-legend i.orange{background:#d38a43}.device-legend b{margin-left:auto;color:var(--ink)}.device-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.device-grid button{border:1px solid #d8e5dc;background:#f7fcf8;border-radius:5px;padding:9px;text-align:left;min-height:108px}.device-grid button.offline{background:#f0eeeb;border-color:#ddd8d2;color:#9b928c}.device-grid button.low{background:#fff5e9;border-color:#e5b479}.device-grid header{display:flex;justify-content:space-between}.device-grid header b{font-size:9px}.device-grid header i{width:7px;height:7px;background:#55a675;border-radius:50%}.device-grid .offline header i{background:#aaa}.device-grid .low header i{background:#db8e3f}.device-grid strong{display:block;font:700 17px "Noto Serif SC";margin:7px 0 2px}.battery{height:4px;background:#e0e8e2}.battery span{display:block;height:100%;background:#58a375}.low .battery span{background:#d88b40}.device-grid small,.device-grid em{display:block;font-size:7px;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.device-grid em{font-style:normal;color:var(--muted)}.game-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:18px}.game-card{padding:0;overflow:hidden}.game-art{height:130px;background:linear-gradient(135deg,#27211e,#764029);color:#fff;padding:20px;position:relative;display:flex;flex-direction:column;justify-content:flex-end}.game-art:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 25%,rgba(230,185,107,.6),transparent 22%)}.art-2{background:linear-gradient(135deg,#251e20,#7e2530)}.art-3{background:linear-gradient(135deg,#1d2929,#41685d)}.game-art span{font:700 35px "Noto Serif SC";opacity:.2;position:absolute;top:10px;right:15px}.game-art b{z-index:1;font:700 15px "Noto Serif SC"}.game-kpis{display:grid;grid-template-columns:repeat(3,1fr);padding:14px}.game-kpis div{text-align:center;border-right:1px solid var(--line)}.game-kpis div:last-child{border:0}.game-kpis strong,.game-kpis span{display:block}.game-kpis strong{font:700 18px "Noto Serif SC"}.game-kpis span{font-size:8px;color:var(--muted)}.place{display:grid;width:22px;height:22px;background:#f0e3d2;color:#8b5b25;border-radius:50%;place-items:center}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.form-grid label,.params label{display:flex;flex-direction:column;gap:5px;font-size:9px;color:var(--muted)}.form-grid .span2{grid-column:span 2}.publish-box{display:flex;align-items:center;gap:10px;background:#f2ede6;border:1px dashed #c8b9a8;padding:12px;margin-top:18px}.publish-box>span{background:var(--wine);color:#fff;padding:8px}.publish-box div{display:flex;flex-direction:column;flex:1}.publish-box b{font-size:10px}.publish-box small{font-size:8px;color:var(--muted)}.publish-box button{border:0;color:var(--green);background:transparent;font-weight:700}.activity-row{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line);padding:14px 0}.activity-row>span{width:9px;height:9px;background:#c6bdb6;border-radius:50%}.activity-row>span.pulse,.pulse{background:#57a477;box-shadow:0 0 0 5px #57a47726}.activity-row>div{display:flex;flex-direction:column;flex:1}.activity-row b{font-size:10px}.activity-row small{font-size:8px;color:var(--muted)}.activity-row>div:nth-of-type(2){flex:0 0 55px;text-align:center}.flow-board{display:grid;grid-template-columns:140px 1fr 180px;gap:15px}.flow-board aside{background:#f4efe8;padding:12px;display:flex;flex-direction:column;gap:7px}.flow-board aside>b{font-size:10px;margin-bottom:7px}.flow-board aside>span{background:#fff;border:1px solid var(--line);padding:7px;font-size:9px}.flow-track{display:grid;gap:5px}.flow-track button{border:1px solid var(--line);background:#fff;min-height:49px;display:grid;grid-template-columns:35px 1fr 20px;align-items:center;text-align:left}.flow-track button.current{border-color:var(--wine);background:#fff6f3;box-shadow:inset 3px 0 var(--wine)}.flow-track button.done{background:#f3f7f3}.flow-track button>i{font-style:normal;font:700 12px "Noto Serif SC";color:var(--wine);text-align:center}.flow-track button div{display:flex;flex-direction:column}.flow-track button b{font-size:10px}.flow-track button small{font-size:8px;color:var(--muted)}.params input{width:100%;color:var(--ink)}.rule-list{padding:0}.rule-head,.rule-row{display:grid;grid-template-columns:2fr .7fr .7fr .7fr .4fr;align-items:center;gap:16px;padding:13px 22px}.rule-head{background:#302522;color:#fff;font-size:9px}.rule-row{border-bottom:1px solid var(--line)}.rule-row>div{display:flex;align-items:center;gap:9px}.rule-row b{font-size:11px}.rule-icon{width:27px;height:27px;background:#f4e7d2;color:#99702e;display:grid;place-items:center;border-radius:50%}.rule-row input{width:70px;border:1px solid var(--line);padding:7px;border-radius:4px}.switch{width:39px;height:21px;border:0;border-radius:20px;background:#c9c1bb;padding:2px}.switch i{display:block;width:17px;height:17px;border-radius:50%;background:#fff;transition:.2s}.switch.on{background:var(--green)}.switch.on i{transform:translate(18px)}.line-chart{height:230px;display:flex;align-items:flex-end;justify-content:space-around;border-bottom:1px solid var(--line);padding:10px 20px}.line-chart div{height:100%;width:45px;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;position:relative}.line-chart div>span{width:25px;background:linear-gradient(var(--wine),#d8a5a0);min-height:8px}.line-chart b{font-size:9px;margin:4px}.line-chart small{font-size:8px;color:var(--muted)}.network .nodes{height:300px;background:radial-gradient(circle at center,#f2e5d5,transparent 40%);position:relative}.nodes>span{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:#fff;border:1px solid #d8c4b0;display:grid;place-items:center;font-size:8px;box-shadow:0 5px 15px #4623191a}.nodes .root{left:50%;top:50%;width:75px;height:75px;background:var(--wine);color:#fff;border:8px solid #efd9ca;font-weight:700}.nodes i{position:absolute;right:-3px;top:-3px;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:var(--gold);font-style:normal;color:#fff}.ranking{display:grid;gap:12px}.ranking>div{display:grid;grid-template-columns:25px 45px 1fr 20px;align-items:center;gap:7px;font-size:10px}.ranking span{font:700 11px "Noto Serif SC";color:var(--wine)}.horizontal-bars{display:grid;gap:21px}.horizontal-bars label{display:flex;justify-content:space-between;font-size:10px}.radar{width:230px;height:230px;margin:auto;position:relative}.radar>div{position:absolute;inset:25px;background:conic-gradient(from 10deg,#6f1820a6,#c49a55a6,#6f1820a6);clip-path:polygon(50% 0,98% 35%,80% 100%,20% 100%,2% 35%)}.radar:before,.radar:after{content:"";position:absolute;inset:10px;border:1px solid #d4c9bf;clip-path:polygon(50% 0,98% 35%,80% 100%,20% 100%,2% 35%)}.radar span{position:absolute;font-size:8px}.evidence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.evidence-grid article{background:var(--card);border:1px solid var(--line);padding:14px;display:flex;align-items:center;gap:12px}.evidence-grid article>span{font:700 19px "Noto Serif SC";color:var(--wine)}.evidence-grid article>div{display:flex;flex-direction:column;flex:1}.evidence-grid b{font-size:10px}.evidence-grid small{font-size:8px;color:var(--muted)}.honesty{margin-top:18px;border-left:4px solid var(--gold)}.honesty h3{margin-top:0}.honesty p{font-size:11px;color:var(--muted);line-height:1.8}.loading{height:100vh;display:grid;place-content:center;grid-auto-flow:column;gap:7px;background:var(--paper)}.loading span{width:10px;height:10px;border-radius:50%;background:var(--wine);animation:load .8s infinite alternate}.loading span:nth-child(2){animation-delay:.2s}.loading span:nth-child(3){animation-delay:.4s}@keyframes load{to{transform:translateY(-12px);opacity:.4}}.workbench-hero{min-height:155px;background:linear-gradient(120deg,#241b19,#4a2021 58%,#7c242c);color:#fff;padding:30px 34px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;box-shadow:var(--shadow);margin-bottom:24px}.workbench-hero:after{content:"泰";position:absolute;right:27%;top:-62px;font:700 220px "Noto Serif SC";color:#ffffff09}.workbench-hero small{font-size:9px;color:var(--gold2);letter-spacing:3px}.workbench-hero h2{font:700 29px "Noto Serif SC";margin:8px 0}.workbench-hero p{font-size:11px;color:#d7c9c2;margin:0}.workbench-status{min-width:270px;background:#ffffff17;border:1px solid rgba(255,255,255,.14);padding:15px 17px;display:flex;align-items:center;gap:12px;z-index:1}.workbench-status>span{width:10px;height:10px;border-radius:50%;background:#62bf8a;box-shadow:0 0 0 6px #62bf8a21}.workbench-status div{display:flex;flex-direction:column}.workbench-status b{font-size:11px}.workbench-status small{font-size:8px;letter-spacing:0;color:#bfaeaa;margin-top:4px}.workbench-heading{display:flex;align-items:center;justify-content:space-between;margin:0 2px 14px}.workbench-heading h3{font-size:17px;margin:0}.workbench-heading p{font-size:10px;color:var(--muted);margin:4px 0 0}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.module-card{min-height:170px;background:var(--card);border:1px solid var(--line);padding:19px;text-align:left;color:var(--ink);box-shadow:0 9px 26px #341f190e;transition:.2s;position:relative;overflow:hidden}.module-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--wine)}.module-card.green:before{background:var(--green)}.module-card.blue:before{background:var(--blue)}.module-card.gold:before{background:var(--gold)}.module-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px #341f191c;border-color:#cabbb0}.module-card-top{display:flex;justify-content:space-between;align-items:center}.module-card-top>span{width:39px;height:39px;border-radius:9px;background:#f6e9e7;color:var(--wine);display:grid;place-items:center;font-size:21px}.module-card.green .module-card-top>span{background:#e6f2eb;color:var(--green)}.module-card.blue .module-card-top>span{background:#e5eff4;color:var(--blue)}.module-card.gold .module-card-top>span{background:#f5ead6;color:#956b29}.module-card-top i{font-style:normal;font-size:9px;color:var(--muted);background:#f3eee8;padding:5px 8px;border-radius:20px}.module-card>strong{display:block;font-size:14px;margin:16px 0 5px}.module-card>p{font-size:9px;color:var(--muted);margin:0}.module-card footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eee8e1;margin-top:15px;padding-top:11px;color:var(--wine)}.module-card footer b{font-size:9px}.module-card footer span{font-size:17px}.endpoint-strip{display:grid;grid-template-columns:1.45fr repeat(4,1fr);gap:0;background:#2a211f;color:#fff;margin-top:20px;box-shadow:var(--shadow)}.endpoint-strip>div{padding:20px 24px}.endpoint-strip>div small{font-size:8px;color:var(--gold);letter-spacing:2px}.endpoint-strip h3{font-size:15px;margin:5px 0}.endpoint-strip p{font-size:8px;color:#a99a92;margin:0}.endpoint-strip>a{border-left:1px solid #4a3b37;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:95px}.endpoint-strip>a:hover{background:#3b2a27}.endpoint-strip>a>span{font-size:20px;color:var(--gold)}.endpoint-strip>a>b{font-size:10px;margin:5px 0}.endpoint-strip>a>small{font-size:8px;color:#978780}.host-screen{min-height:100vh;background:#1e1817;color:#fff}.host-screen>header,.human-screen>header{height:78px;border-bottom:1px solid #493b37;display:flex;align-items:center;padding:0 28px;gap:18px}.brand.mini{margin-right:auto}.brand.mini .brand-seal{width:38px;height:38px;font-size:20px}.host-screen header select{background:#302724;color:#fff;border:1px solid #594943;padding:8px}.host-screen header a,.human-screen header a{font-size:11px;color:#c8bcb3}.host-screen>main{display:grid;grid-template-columns:235px 1fr 245px;min-height:calc(100vh - 78px)}.host-flow,.host-status{padding:24px 18px;background:#251e1c}.host-flow h3,.host-status h3{font-size:12px;color:#a9988e;letter-spacing:1px;margin:0 0 15px}.host-flow button{width:100%;border:0;border-left:1px solid #55443e;background:transparent;color:#9f9189;display:flex;text-align:left;gap:10px;padding:8px 10px}.host-flow button i{font-style:normal;width:23px;height:23px;border:1px solid #5c4b45;border-radius:50%;display:grid;place-items:center;font-size:9px}.host-flow button div{display:flex;flex-direction:column}.host-flow button b{font-size:10px}.host-flow button small{font-size:7px}.host-flow button.done{color:#7fba99}.host-flow button.active{background:#642028;color:#fff;border-left:3px solid var(--gold)}.host-center{padding:35px;display:flex;flex-direction:column;align-items:center}.now{text-align:center}.now small{color:var(--gold);letter-spacing:2px}.now h1{font:700 34px "Noto Serif SC";margin:10px}.timer{font:700 72px "Noto Serif SC";letter-spacing:4px}.timer span{color:var(--gold);animation:blink 1s infinite}@keyframes blink{50%{opacity:.2}}.now p{font-size:10px;color:#9f9189}.host-main-controls{display:flex;gap:10px;margin:35px 0 20px}.host-main-controls button{width:135px;height:78px;border:1px solid #55443e;background:#2b2321;color:#fff;font-size:25px}.host-main-controls button span,.host-actions button span{display:block;font-size:9px;margin-top:7px}.host-main-controls .play{width:180px;background:var(--wine);border-color:#a64b51}.host-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%;max-width:700px}.host-actions button{height:73px;border:1px solid #4d403c;background:#2b2321;color:#fff;font-size:19px}.host-actions button.danger{color:#e37b7d}.host-status .metric-card{background:#2c2421;border-color:#463a36;box-shadow:none;margin-bottom:10px;color:#fff}.sync-card{background:#2c2421;border:1px solid #463a36;padding:17px;display:grid;grid-template-columns:18px 1fr;align-items:center}.sync-card .pulse{width:8px;height:8px;border-radius:50%}.sync-card b{font-size:10px}.sync-card small{grid-column:2;font-size:8px;color:#8f8179}.mobile-wrap{min-height:100vh;background:#d8d2ca;display:grid;place-items:center;padding:25px}.phone{width:390px;min-height:800px;background:#f7f3ec;box-shadow:0 25px 60px #28191440;overflow:hidden;position:relative}.phone>header{height:70px;background:#281e1c;color:#fff;display:flex;align-items:center;padding:0 16px;gap:10px}.mobile-logo{width:35px;height:35px;border:1px solid var(--gold);display:grid;place-items:center;font:700 18px "Noto Serif SC";color:var(--gold);transform:rotate(45deg)}.phone header>div:nth-child(2){display:flex;flex-direction:column;flex:1}.phone header b{font:700 13px "Noto Serif SC"}.phone header small{font-size:8px;color:#a99a91}.phone header>span{font-size:8px;padding:4px 7px;border-radius:20px}.phone header>span.online{background:#315f4a}.phone header>span.offline{background:#a34348}.mobile-hero{height:240px;background:linear-gradient(135deg,#26161233,#461118e6),linear-gradient(160deg,#806a55,#332622);color:#fff;padding:35px 23px;position:relative;overflow:hidden}.mobile-hero:after{content:"山";position:absolute;right:-10px;bottom:-55px;font:700 210px "Noto Serif SC";color:#ffffff0f}.mobile-hero span{font-size:8px;letter-spacing:3px;color:var(--gold2)}.mobile-hero h1{font:700 34px "Noto Serif SC";line-height:1.25;letter-spacing:3px;margin:13px 0}.mobile-hero p{font-size:10px}.mobile-user{margin:-24px 16px 12px;background:#fff;position:relative;z-index:1;box-shadow:var(--shadow);padding:13px;display:flex;align-items:center;gap:9px}.mobile-user>div{width:38px;height:38px;border-radius:50%;background:var(--wine);color:#fff;display:grid;place-items:center}.mobile-user p{display:flex;flex-direction:column;flex:1;margin:0}.mobile-user b{font-size:11px}.mobile-user small{font-size:8px;color:var(--muted)}.mobile-user button{border:0;background:#f4e6d3;color:#876128;padding:7px;font-size:8px}.mobile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:4px 16px}.mobile-grid button{height:88px;background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center}.mobile-grid span{font-size:20px;color:var(--wine)}.mobile-grid b{font-size:10px;margin-top:5px}.mobile-grid small{font-size:7px;color:var(--muted)}.mobile-notice{margin:13px 16px;background:#2e2421;color:#fff;padding:15px}.mobile-notice b{font-size:9px;color:var(--gold)}.mobile-notice span{float:right;font:700 12px "Noto Serif SC"}.mobile-notice p{font-size:8px;color:#a99b93;margin-bottom:0}.mobile-page{min-height:730px;padding-bottom:30px;text-align:center}.mobile-page-head{height:54px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid var(--line)}.mobile-page-head button{border:0;background:transparent;font-size:30px}.mobile-page-head b{font-size:13px}.qr{width:190px;height:190px;background:#fff;margin:55px auto 25px;padding:15px;box-shadow:var(--shadow)}.qr div,.fake-qr{height:100%;background:repeating-conic-gradient(#271e1c 0 25%,#fff 0 50%) 50%/22px 22px}.qr span{display:block;font-size:8px;color:var(--muted);margin-top:4px}.mobile-page h2{font:700 19px "Noto Serif SC"}.mobile-copy{font-size:9px;color:var(--muted);line-height:1.7;padding:0 35px}.mobile-primary{width:calc(100% - 50px);border:0;background:var(--wine);color:#fff;padding:13px;margin:15px 25px}.share-poster{width:270px;height:330px;background:linear-gradient(150deg,#271d1b,#8a2730);color:#fff;margin:25px auto;padding:23px;box-shadow:var(--shadow)}.share-poster>span{font:700 12px "Noto Serif SC";color:var(--gold)}.share-poster h2{font-size:22px}.share-poster .fake-qr{width:145px;height:145px;margin:20px auto;border:10px solid #fff}.share-poster p{font-size:9px}.assist-progress{padding:5px 30px;text-align:left}.assist-progress b,.assist-progress small{display:block;font-size:10px}.assist-progress small{font-size:8px;color:var(--muted);line-height:1.5}.assist-progress span{height:8px;background:#e2d8ce;display:block;margin:8px 0}.assist-progress i{display:block;height:100%;background:var(--wine)}.quiz{padding:30px 24px;text-align:left}.quiz>small{color:var(--wine);font-weight:700}.quiz h2{line-height:1.5;margin:12px 0 20px}.quiz button{width:100%;min-height:52px;border:1px solid var(--line);background:#fff;margin:6px 0;text-align:left;padding:8px}.quiz button i{display:inline-grid;width:30px;height:30px;border-radius:50%;background:#f2e6da;place-items:center;font-style:normal;margin-right:10px;color:var(--wine)}.vr-screen{height:100vh;background:radial-gradient(circle at 50% 20%,#5c5144,#171b1c 65%);color:#fff;overflow:hidden;position:relative}.vr-screen:before{content:"";position:absolute;inset:0;background:linear-gradient(160deg,transparent 45%,rgba(143,94,55,.3) 46%,rgba(20,23,23,.9) 70%);clip-path:polygon(0 60%,22% 32%,36% 55%,53% 23%,70% 57%,86% 38%,100% 60%,100% 100%,0 100%)}.vr-screen>header{height:65px;position:relative;z-index:2;display:flex;align-items:center;padding:0 28px;gap:20px;background:#10121273;backdrop-filter:blur(10px)}.vr-screen header div{margin-left:auto;font-size:10px}.vr-screen header .dot{display:inline-block;width:7px;height:7px;background:#5eba83;border-radius:50%;margin-right:5px}.vr-screen header a{font-size:10px;color:#c3b9ae}.vr-screen>main{position:relative;z-index:1;text-align:center;padding:40px 7% 100px}.vr-title small{font-size:8px;letter-spacing:4px;color:var(--gold2)}.vr-title h1{font:700 36px "Noto Serif SC";letter-spacing:5px;margin:12px}.vr-title p{font-size:10px;color:#cabfb4}.vr-products{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:35px}.vr-products button{height:140px;border:1px solid rgba(220,197,156,.4);background:linear-gradient(160deg,#ffffff29,#ffffff08);color:#fff;backdrop-filter:blur(8px);position:relative}.vr-products span{position:absolute;top:7px;right:10px;color:#fff3;font:700 22px "Noto Serif SC"}.vr-products b,.vr-products small{display:block}.vr-products b{font:700 13px "Noto Serif SC";margin-top:45px}.vr-products small{font-size:8px;color:#c8baae;margin-top:6px}.vr-screen>nav{position:absolute;z-index:2;bottom:22px;left:50%;transform:translate(-50%);display:flex;background:#1414149e;backdrop-filter:blur(12px);padding:7px}.vr-screen nav button{border:0;border-right:1px solid #65564d;background:transparent;color:#c7bbb1;padding:12px 25px;font-size:10px}.vr-screen nav button.active{background:var(--wine);color:#fff}.vr-video{height:370px;position:relative}.mountains{position:absolute;inset:0;background:linear-gradient(180deg,#927957,#342c25);overflow:hidden}.mountains i{position:absolute;width:60%;height:80%;bottom:-25%;background:#201f1b;clip-path:polygon(50% 0,100% 100%,0 100%)}.mountains i:nth-child(1){left:-15%}.mountains i:nth-child(2){left:25%;height:100%}.mountains i:nth-child(3){right:-20%;height:65%}.vr-video>button{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;border:1px solid #fff;background:#fff3;color:#fff;font-size:25px}.vr-progress{position:absolute;bottom:20px;left:8%;right:8%;height:4px;background:#ffffff40}.vr-progress span{display:block;width:42%;height:100%;background:var(--gold)}.vr-games{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:50px auto;max-width:900px}.vr-games button{height:230px;border:1px solid rgba(220,197,156,.4);background:linear-gradient(145deg,#48261fcc,#1d1f1db3);color:#fff}.vr-games span,.vr-games b,.vr-games small{display:block}.vr-games span{font:700 45px "Noto Serif SC";color:#ffffff21}.vr-games b{font:700 16px "Noto Serif SC";margin:35px 0 7px}.vr-games small{font-size:8px;color:#c5b9ae}.human-screen{min-height:100vh;background:#14191a;color:#fff}.human-screen>main{min-height:calc(100vh - 78px);display:grid;grid-template-columns:1fr 1.15fr;background:radial-gradient(circle at 25% 45%,rgba(35,114,108,.23),transparent 35%)}.hologram{position:relative;display:grid;place-items:center;overflow:hidden}.holo-ring{position:absolute;border:1px solid rgba(79,202,187,.35);border-radius:50%;transform:rotateX(68deg)}.holo-ring.r1{width:450px;height:450px}.holo-ring.r2{width:300px;height:300px}.digital-person{width:250px;height:520px;display:flex;align-items:center;flex-direction:column;filter:drop-shadow(0 0 18px rgba(73,202,187,.55))}.digital-person .head{width:100px;height:125px;background:linear-gradient(160deg,#78c9bd,#285f5c);border-radius:46% 46% 45% 45%;position:relative}.digital-person .head i{position:absolute;width:70px;height:40px;border-bottom:2px solid #b0ebe2;left:15px;top:50px;border-radius:50%}.digital-person .body{width:220px;height:380px;background:linear-gradient(100deg,#204c4b,#68b7ad,#183d3e);clip-path:polygon(30% 0,70% 0,92% 23%,78% 100%,22% 100%,8% 23%)}.holo-base{position:absolute;bottom:35px;border:1px solid #4bafa4;padding:12px 40px;color:#78d2c7;font-size:10px;background:#173e3cb3}.human-chat{padding:80px 12% 40px;display:flex;flex-direction:column;justify-content:center}.human-chat>small{color:#67c6bb;letter-spacing:4px}.human-chat h1{font:700 31px "Noto Serif SC";margin:15px 0}.answer{font-size:14px;line-height:2;color:#c1cfcc;min-height:85px;border-left:3px solid #54aca3;padding-left:17px}.wave{height:50px;display:flex;align-items:center;gap:3px}.wave i{width:3px;background:#55bcb0;opacity:.7}.human-chat h3{font-size:11px;color:#8fa7a4;margin-top:25px}.knowledge-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}.knowledge-buttons button{border:1px solid #344c4a;background:#202929;color:#c2d1ce;padding:13px;text-align:left}.knowledge-buttons button.active{border-color:#53afa4;background:#183c39;color:#fff}.knowledge-buttons span{float:right}.safety{font-size:9px;color:#6f8985;background:#1c2424;border:1px solid #2c3b3a;padding:12px;margin-top:20px}@media(max-width:1100px){.device-grid{grid-template-columns:repeat(5,1fr)}.metrics,.evidence-grid,.module-grid,.endpoint-strip{grid-template-columns:1fr 1fr}.endpoint-strip>div{grid-column:span 2}.host-screen>main{grid-template-columns:200px 1fr}.host-status{display:none}}@media(max-width:820px){.sidebar{display:none}.main{margin:0;width:100%}.topbar{padding:0 15px}.topbar h1{font-size:14px}.top-actions .badge,.avatar{display:none}.page-body{padding:20px 15px}.workbench-hero{padding:22px;align-items:flex-start;gap:20px;flex-direction:column}.workbench-status{min-width:0;width:100%}.module-grid{grid-template-columns:1fr}.endpoint-strip{grid-template-columns:1fr 1fr}.grid-two,.grid-two.wide-left{grid-template-columns:1fr}.device-grid{grid-template-columns:repeat(4,1fr)}.game-tabs,.flow-board{grid-template-columns:1fr}.flow-board aside{display:none}.evidence-grid{grid-template-columns:1fr}.host-screen>main{grid-template-columns:1fr}.host-flow{display:none}.host-center{padding:20px}.host-main-controls button{width:90px}.vr-products{grid-template-columns:repeat(2,1fr)}.human-screen>main{grid-template-columns:1fr}.hologram{display:none}.phone{width:100%;max-width:390px}}:root{--wine:#701c25;--wine2:#96303a;--wine-deep:#251719;--gold:#b99450;--gold2:#ecd9ac;--ink:#211a18;--muted:#786e68;--paper:#f4f0e9;--card:rgba(255,253,249,.95);--line:#ddd5cb;--green:#2d7659;--blue:#315f7a;--shadow:0 18px 48px rgba(48,28,23,.09)}html{background:var(--paper)}body{background:radial-gradient(circle at 92% 2%,rgba(185,148,80,.09),transparent 27%),linear-gradient(180deg,#f8f5ef,var(--paper))}button{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.sidebar{background:radial-gradient(circle at 12% -3%,rgba(185,148,80,.18),transparent 25%),linear-gradient(180deg,#251b1a,#1c1615);border-right:1px solid rgba(255,255,255,.04);box-shadow:18px 0 50px #2416140f}.sidebar nav button{border:1px solid transparent;grid-template-columns:32px 1fr 32px}.sidebar nav button span{display:flex;align-items:center}.sidebar nav button:hover,.sidebar nav button.active{border-color:#c99c5a1c}.sidebar nav button.active{box-shadow:inset 3px 0 var(--gold)}.topbar{background:#fffdf9d6;border-color:#dad0c6d6;backdrop-filter:blur(18px) saturate(1.2);box-shadow:0 8px 28px #341f1909}.top-actions select{min-width:208px;border-radius:10px;box-shadow:0 7px 20px #2b1b170a}.page-body{padding-top:30px}.panel,.metric-card,.evidence-grid article{border-color:#ddd5cbe6;backdrop-filter:blur(10px)}.primary:hover,.secondary:hover{transform:translateY(-1px);box-shadow:0 10px 24px #46221d21}.workbench-hero{min-height:178px;border-radius:18px;background:radial-gradient(circle at 80% 15%,rgba(208,162,87,.19),transparent 28%),linear-gradient(125deg,#211718,#492124 58%,#791f29);padding:34px 38px;box-shadow:0 28px 65px #451b1c2e}.workbench-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 47%,rgba(255,255,255,.035) 48%,transparent 49%);pointer-events:none}.workbench-hero:after{right:25%;top:-74px;font-size:246px;color:#ffffff0b}.workbench-hero h2{font-size:32px;letter-spacing:1px}.workbench-hero p{font-size:12px;max-width:620px;line-height:1.8}.workbench-status{min-width:310px;border-radius:13px;background:#ffffff16;backdrop-filter:blur(14px);box-shadow:inset 0 1px #ffffff14}.workbench-heading{margin:0 3px 16px}.workbench-heading h3{font:700 19px "Noto Serif SC"}.module-grid{gap:16px}.module-card{min-height:178px;border-radius:15px;padding:20px 21px;background:linear-gradient(155deg,#fffffffa,#fcf8f2f0);box-shadow:0 12px 32px #341f1911}.module-card:before{width:3px;top:18px;bottom:18px;border-radius:0 4px 4px 0}.module-card:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-72px;top:-72px;background:#701c2509}.module-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px #341f1924;border-color:#cdbeb3}.module-card-top>span{width:43px;height:43px;border-radius:12px;box-shadow:inset 0 0 0 1px #701c2509}.module-card-top i{padding:6px 10px;background:#f1ece6}.module-card>strong{font-size:15px;margin-top:17px}.module-card>p{font-size:10px;line-height:1.7}.module-card footer{margin-top:16px;padding-top:12px}.module-card footer svg{transition:transform .2s}.module-card:hover footer svg{transform:translate(4px)}.endpoint-strip{border-radius:16px;overflow:hidden;background:linear-gradient(115deg,#261c1b,#332321);box-shadow:0 22px 50px #2a191521}.endpoint-strip>a{transition:.2s}.endpoint-strip>a>span{display:flex;align-items:center}.endpoint-strip>a:hover{background:#90313838}.page-title h2{letter-spacing:.4px}.metric-card{border-radius:12px}.panel,.game-card,.table-panel,.rule-list{border-radius:14px}.device-grid button{border-radius:10px}.flow-track button{border-radius:8px}.evidence-grid article{border-radius:12px}.host-screen,.human-screen{background:radial-gradient(circle at 60% 15%,rgba(121,52,44,.13),transparent 35%),#171313}.phone{border-radius:24px;box-shadow:0 30px 80px #2819144d}.vr-screen>header,.host-screen>header,.human-screen>header{backdrop-filter:blur(16px)}@media(max-width:820px){.workbench-hero{border-radius:14px}.module-card,.endpoint-strip{border-radius:13px}}.vr-games{max-width:1040px;margin:38px auto;gap:18px}.vr-games button{height:300px;padding:22px;position:relative;overflow:hidden;text-align:left;background-size:cover;background-position:center;border-color:#dcc59c80;box-shadow:0 24px 60px #00000040}.vr-games button:hover{transform:translateY(-5px);border-color:var(--gold2);box-shadow:0 30px 70px #00000061}.vr-games button:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff0f;pointer-events:none}.vr-games button>span{position:relative;z-index:1;font-size:38px;color:#ffffffad}.vr-games button>div{position:absolute;left:22px;right:22px;bottom:22px;z-index:1}.vr-games button>div b{margin:0 0 8px;font-size:17px}.vr-games button>div small{font-size:9px;color:#e5ddd5}.vr-score{display:grid;grid-template-columns:280px 1fr;gap:25px;max-width:850px;margin:45px auto;text-align:left}.vr-score>div,.vr-score ol{background:#181b1bb3;border:1px solid rgba(220,197,156,.35);backdrop-filter:blur(14px)}.vr-score>div{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px}.vr-score>div small{color:var(--gold2);letter-spacing:2px}.vr-score>div strong{font:700 82px "Noto Serif SC";line-height:1.15}.vr-score>div span{font-size:10px;color:#bfb4aa}.vr-score ol{margin:0;padding:18px 24px;list-style:none}.vr-score li{height:64px;display:grid;grid-template-columns:42px 1fr 60px;align-items:center;border-bottom:1px solid rgba(255,255,255,.08)}.vr-score li:last-child{border-bottom:0}.vr-score li i{font-style:normal;color:var(--gold)}.vr-score li b{font-size:12px}.vr-score li span{text-align:right;color:#d9c7a8;font-weight:700}.hologram{background:radial-gradient(circle at 50% 42%,rgba(42,155,145,.15),transparent 43%)}.holo-ring{z-index:0}.digital-human-image{position:absolute;z-index:1;inset:24px 24px 72px;width:calc(100% - 48px);height:calc(100% - 96px);object-fit:contain;object-position:center bottom;filter:drop-shadow(0 20px 20px rgba(0,0,0,.22)) drop-shadow(0 0 14px rgba(73,202,187,.2))}.holo-base{z-index:2;box-shadow:0 0 30px #4bafa42e}@media(max-width:900px){.vr-games{grid-template-columns:1fr 1fr}.vr-games button{height:240px}.vr-score{grid-template-columns:1fr}.vr-screen nav button{padding:10px 14px}}.mountain-logo.compact{width:42px;height:40px;flex-basis:42px}.mountain-logo.compact svg{width:38px;height:38px}.mobile-mountain{width:39px;height:39px;flex-basis:39px}.mobile-mountain svg{width:36px;height:36px}.vr-brand{display:flex;align-items:center;gap:8px;margin:0!important}.vr-brand>span{display:flex;flex-direction:column}.vr-brand b{font:700 13px "Noto Serif SC";letter-spacing:1px}.vr-brand small{font-size:7px;color:#b9aaa1;letter-spacing:1px}.vr-mountain{width:41px;height:38px;flex-basis:41px}.vr-mountain svg{width:36px;height:36px}.vr-screen header .vr-device-state{margin-left:auto}
