:root{font-family:Microsoft YaHei UI,Segoe UI,sans-serif;color:#17231d;background:#eef2f0;font-synthesis:none;letter-spacing:0;color-scheme:light;--green: #126b4d;--green-dark: #0b4f39;--green-deep: #12372b;--green-soft: #e3f0e9;--ink: #17231d;--muted: #68766f;--line: #dce4df;--line-strong: #cbd7d0;--surface: #ffffff;--surface-soft: #f5f8f6;--surface-raised: #fbfcfb;--amber: #b66b20;--amber-soft: #fff3e4;--shadow-sm: 0 1px 2px rgba(18, 43, 32, .04), 0 8px 22px rgba(18, 43, 32, .045);--shadow-md: 0 16px 42px rgba(17, 40, 30, .13);--rail-width: clamp(196px, 10vw, 260px);--list-width: clamp(356px, 20vw, 520px);--detail-gutter: clamp(24px, 1.6vw, 56px)}*{box-sizing:border-box}html{background:#eef2f0}body{margin:0;min-width:320px;min-height:100vh;overflow:hidden}button,input,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.42}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #2d8b68;outline-offset:2px}*{scrollbar-width:thin;scrollbar-color:#b7c4bc transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:8px;background:#b7c4bc;background-clip:padding-box}.app-shell{min-height:100vh;background:#eef2f0}.topbar{position:relative;z-index:40;height:72px;display:flex;align-items:center;gap:14px;padding:0 20px;border-bottom:1px solid var(--line);background:#fffffffa;box-shadow:0 2px 14px #11271d0b}.topbar.home-topbar{padding-right:max(16px,calc((100vw - 1366px)/2));padding-left:max(16px,calc((100vw - 1366px)/2))}.brand-lockup{width:var(--rail-width);flex:0 0 var(--rail-width);display:flex;align-items:center;gap:11px}.brand-home-link{color:inherit;text-decoration:none}.brand-mark{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border-radius:9px;background:transparent;box-shadow:0 6px 16px #12372b29}.brand-logo{width:100%;height:100%;display:block}.brand-copy{min-width:0;display:flex;flex-direction:column;justify-content:center}.brand-copy strong{color:#f2ecdf;font-family:Microsoft YaHei UI,Microsoft YaHei,PingFang SC,sans-serif;font-size:20px;font-weight:900;line-height:1;white-space:nowrap;text-shadow:0 1px 1px rgba(0,0,0,.28)}.brand-copy span{margin-top:7px;display:flex;align-items:center;gap:6px;color:#bda064;font-size:9px;line-height:1;white-space:nowrap}.brand-copy span i{width:13px;height:1px;flex:0 0 auto;background:#947b4d;opacity:.9}.brand-copy span b{font-weight:600}.game-switcher{width:clamp(230px,14vw,320px);height:46px;flex:0 0 clamp(230px,14vw,320px);display:flex;align-items:center;gap:10px;padding:0 11px;border:1px solid var(--line-strong);border-radius:7px;background:var(--surface);color:var(--ink);text-align:left;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.game-switcher:hover{border-color:#8fb3a2;background:#fbfdfc;box-shadow:var(--shadow-sm)}.game-switcher-mark,.current-game-mark{width:30px;height:30px;flex:0 0 auto;display:grid;place-items:center;border-radius:6px;background:var(--green-soft);color:var(--green-dark);font-weight:800}.game-switcher-copy{min-width:0;flex:1;display:flex;flex-direction:column}.game-switcher-copy small{color:#8a978f;font-size:9px;line-height:1}.game-switcher-copy strong{margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.global-search{height:46px;max-width:1200px;min-width:180px;flex:1;display:flex;align-items:center;gap:10px;padding:0 13px;border:1px solid #d8e1dc;border-radius:7px;background:#f4f7f5;color:#74837a;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.global-search:focus-within,.game-search:focus-within{border-color:#78a991;box-shadow:0 0 0 3px #126b4d1a;background:#fff}.global-search input,.game-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink)}.global-search input::placeholder,.game-search input::placeholder,textarea::placeholder{color:#929e97}.search-clear{width:28px;height:28px;flex:0 0 auto;display:grid;place-items:center;border:0;border-radius:5px;background:transparent;color:#78867e}.search-clear:hover{background:#e7ede9;color:#314a3e}.chat-toggle{height:46px;margin-left:auto;flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:0 16px;border:1px solid var(--green-deep);border-radius:7px;background:var(--green-deep);color:#fff;font-weight:700;box-shadow:0 6px 18px #12372b1f;transition:transform .16s ease,background .16s ease}.chat-toggle:hover,.chat-toggle.active{background:var(--green);transform:translateY(-1px)}.admin-toggle{height:46px;flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:0 14px;border:1px solid var(--line-strong);border-radius:7px;background:#fff;color:#405249;font-weight:700;transition:border-color .16s ease,background .16s ease,color .16s ease}.admin-toggle:hover,.admin-toggle.active{border-color:#83aa97;background:var(--green-soft);color:var(--green-dark)}.icon-button{width:36px;height:36px;flex:0 0 auto;display:inline-grid;place-items:center;border:0;border-radius:6px;background:transparent;color:#57665e}.icon-button:hover:not(:disabled){background:#e7ede9;color:#16382a}.primary-button,.secondary-button,.danger-button,.danger-outline-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 17px;border-radius:6px;font-weight:700}.primary-button{border:0;background:var(--green);color:#fff}.primary-button:hover:not(:disabled){background:var(--green-dark)}.secondary-button{border:1px solid var(--line-strong);background:#fff;color:#405249}.secondary-button:hover:not(:disabled){background:var(--surface-soft)}.danger-button{border:1px solid #a53f35;background:#a53f35;color:#fff}.danger-button:hover:not(:disabled){background:#8c3028}.danger-outline-button{border:1px solid #d7a09a;background:#fff;color:#963b32}.danger-outline-button:hover:not(:disabled){border-color:#b9574d;background:#fff3f1}.notice{min-height:42px;display:flex;justify-content:center;align-items:center;gap:12px;padding:6px 16px;color:#8b3328;background:#fff0ed;border-bottom:1px solid #efc8c0}.admin-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;padding:24px;background:#0a1b138a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.admin-dialog{width:min(1120px,96vw);height:min(760px,92vh);display:flex;flex-direction:column;overflow:hidden;border:1px solid #c7d4cd;border-radius:8px;background:#fff;box-shadow:0 24px 72px #081c1247}.admin-login-dialog{width:min(430px,94vw);height:auto;min-height:360px}.admin-head{min-height:64px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 15px 0 20px;border-bottom:1px solid var(--line);background:#fbfcfb}.admin-head>div{min-width:0;display:flex;align-items:center;gap:9px}.admin-head>div:first-child{color:var(--green)}.admin-head strong{color:var(--ink);font-size:15px}.admin-head span{padding-left:10px;border-left:1px solid var(--line-strong);color:var(--muted);font-size:11px}.admin-view-tabs{height:34px;display:flex;align-items:center;padding:3px;border:1px solid #d4ddd8;border-radius:6px;background:#eef2ef}.admin-view-tabs button{height:26px;display:flex;align-items:center;gap:6px;padding:0 11px;border:0;border-radius:4px;background:transparent;color:#68766e;font-size:10px;font-weight:700}.admin-view-tabs button.active{background:#fff;color:var(--green-dark);box-shadow:0 1px 5px #14281d1a}.admin-login{flex:1;display:flex;flex-direction:column;align-items:center;padding:38px 42px 42px}.admin-login>svg{color:var(--green)}.admin-login h2{margin:14px 0 24px;color:#20362b;font-size:19px}.admin-login label{width:100%;display:grid;gap:7px}.admin-login label span,.admin-fields label>span{color:#647269;font-size:11px;font-weight:700}.admin-login input,.admin-fields input[type=text],.admin-fields input:not([type]){width:100%;height:42px;min-width:0;padding:0 11px;outline:0;border:1px solid #cfdbd4;border-radius:6px;background:#f9fbfa;color:var(--ink)}.admin-login input:focus,.admin-fields input:focus{border-color:#79a991;box-shadow:0 0 0 3px #126b4d1a;background:#fff}.admin-login .primary-button{width:100%;margin-top:18px}.admin-error{width:100%;margin:11px 0 0;color:#9a3f35;font-size:11px;line-height:1.5}.admin-body{min-height:0;flex:1;display:grid;grid-template-columns:330px minmax(0,1fr)}.admin-list-pane{min-width:0;min-height:0;display:flex;flex-direction:column;border-right:1px solid var(--line);background:#f5f8f6}.admin-search{height:42px;flex:0 0 auto;display:flex;align-items:center;gap:8px;margin:12px;padding:0 10px;border:1px solid #d2ddd7;border-radius:6px;background:#fff;color:#748179}.admin-search:focus-within{border-color:#79a991;box-shadow:0 0 0 3px #126b4d14}.admin-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:12px}.admin-batch-toolbar{min-height:38px;flex:0 0 auto;display:flex;align-items:center;gap:7px;margin:-4px 12px 10px;color:#68766e;font-size:10px}.admin-batch-toolbar button{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border-radius:5px;font-size:10px;font-weight:700}.admin-select-page{padding:0 7px;border:1px solid #d0d9d4;background:#fff;color:#526158}.admin-check-box{width:15px;height:15px;display:grid;place-items:center;border:1px solid #aebbb4;border-radius:3px;color:#fff}.admin-check-box.checked{border-color:var(--green);background:var(--green)}.admin-batch-toolbar>span{white-space:nowrap}.admin-clear-selection{padding:0 4px;border:0;background:transparent;color:#65766c}.admin-batch-delete{min-width:82px;margin-left:auto;padding:0 8px;border:1px solid #dfb9b4;background:#fff8f7;color:#963d34}.admin-batch-delete.armed{border-color:#a43f35;background:#a43f35;color:#fff}.admin-batch-toolbar button:disabled{opacity:.45;cursor:not-allowed}.admin-list-error{flex:0 0 auto;margin:-4px 12px 9px;padding:7px 8px;border-radius:5px;background:#fff1ef}.admin-game-list{min-height:0;flex:1;overflow-y:auto;padding:0 8px}.admin-game-row{width:100%;min-height:66px;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:stretch;margin-bottom:4px;border:1px solid transparent;border-radius:7px}.admin-game-row:hover{border-color:#dce5e0;background:#fff}.admin-game-row.selected{border-color:#c7d9cf;background:#edf5f1}.admin-game-checkbox{display:grid;place-items:center;cursor:pointer}.admin-game-checkbox input{width:16px;height:16px;margin:0;accent-color:var(--green);cursor:pointer}.admin-game-main{width:100%;min-width:0;min-height:64px;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 9px 8px 2px;border:0;border-radius:6px;background:transparent;color:var(--ink);text-align:left}.admin-game-main.active{background:#fff;box-shadow:var(--shadow-sm)}.admin-game-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:6px;background:#e3ebe7;color:#52655a;font-weight:800}.admin-game-main.active .admin-game-mark{background:var(--green-deep);color:#fff}.admin-game-main>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.admin-game-list strong,.admin-game-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-game-list strong{font-size:12px}.admin-game-list small{margin-top:5px;color:#78857d;font-size:9px}.admin-game-list b{padding:3px 6px;border-radius:8px;background:#dcece4;color:var(--green-dark);font-size:9px}.admin-game-list b.disabled{background:#e9ecea;color:#7e8983}.admin-pager{min-height:52px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:13px;border-top:1px solid var(--line);color:#6f7c74;font-size:10px;background:#fff}.admin-editor{min-width:0;min-height:0;overflow-y:auto;background:#fff}.admin-editor>form{min-height:100%;padding:25px clamp(24px,4vw,52px) 34px}.admin-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;color:#93a098}.admin-empty strong{color:#66746c;font-size:14px}.admin-editor-head{min-height:58px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:17px;border-bottom:1px solid var(--line)}.admin-editor-head>div{min-width:0}.admin-editor-head small{color:#7c8981;font-size:10px;font-weight:700}.admin-editor-head h2{margin:5px 0 0;color:#173025;font-size:21px;overflow-wrap:anywhere}.admin-editor-head .primary-button{flex:0 0 auto}.admin-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 20px;padding:24px 0}.admin-fields label{min-width:0;display:grid;gap:7px}.admin-fields .admin-field-wide{grid-column:1 / -1}.admin-fields .admin-enabled{grid-column:1 / -1;display:flex;align-items:center;gap:9px;width:fit-content;cursor:pointer}.admin-enabled input{width:17px;height:17px;accent-color:var(--green)}.admin-enabled span{color:#33493d;font-size:12px}.admin-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;border:1px solid var(--line);border-radius:7px;background:#f7f9f8}.admin-meta>div{min-width:0;padding:13px 15px;border-right:1px solid var(--line)}.admin-meta>div:last-child{border-right:0}.admin-meta dt{color:#7b8780;font-size:9px}.admin-meta dd{margin:6px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#30453a;font-size:11px;font-weight:700}.admin-danger{min-height:78px;display:flex;align-items:center;gap:9px;margin-top:28px;padding:13px 14px;border:1px solid #e6c7c3;border-radius:7px;background:#fff8f7}.admin-danger>div{min-width:0;flex:1;display:flex;flex-direction:column}.admin-danger strong{color:#7e342d;font-size:12px}.admin-danger span{margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#96706c;font-size:10px}.admin-danger button{flex:0 0 auto}.admin-editor-error{margin-top:14px}.admin-usage-view{min-height:0;flex:1;overflow-y:auto;background:#f5f7f5}.admin-usage-content{width:min(980px,100%);margin:0 auto;padding:25px 28px 38px}.usage-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid var(--line)}.usage-heading small{color:#7c8981;font-size:10px;font-weight:700}.usage-heading h2{margin:5px 0 0;color:#173025;font-size:21px}.usage-heading>span{display:flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid #d9c7a5;border-radius:5px;background:#fff9ee;color:#88652d;font-size:10px;font-weight:700}.usage-heading>span.enabled{border-color:#b8d4c5;background:#eaf4ee;color:var(--green-dark)}.usage-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:20px;border:1px solid #ced8d2;border-radius:7px;background:#fff}.usage-summary>div{min-width:0;padding:15px 16px;border-right:1px solid #dde4e0}.usage-summary>div:last-child{border-right:0}.usage-summary small{display:block;color:#748078;font-size:9px;font-weight:700}.usage-summary strong{display:block;margin-top:8px;color:#15392b;font-size:22px}.usage-summary span{display:block;margin-top:5px;overflow:hidden;color:#849088;font-size:9px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.usage-budget{margin-top:16px;padding:16px;border:1px solid #d5ddd8;border-radius:7px;background:#fff}.usage-budget>div+div{margin-top:14px}.usage-budget>div>span{display:flex;justify-content:space-between;gap:16px;color:#405148;font-size:10px}.usage-budget>div>span small{color:#7c8881}.usage-budget>div>i{height:7px;display:block;margin-top:7px;overflow:hidden;border-radius:4px;background:#e5ebe7}.usage-budget>div>i>b{height:100%;display:block;border-radius:inherit;background:var(--green)}.usage-budget p{margin:14px 0 0;padding-top:12px;border-top:1px solid #e3e8e5;color:#76837b;font-size:9px}.usage-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.usage-detail-grid>section,.usage-days{min-width:0;border:1px solid #d5ddd8;border-radius:7px;background:#fff}.usage-detail-grid header,.usage-days>header{min-height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 13px;border-bottom:1px solid #e0e6e2}.usage-detail-grid header strong,.usage-days>header strong{color:#33473c;font-size:11px}.usage-detail-grid header span,.usage-days>header span{color:#87928b;font-size:9px}.usage-detail-grid>section>p{margin:0;padding:20px 13px;color:#8a958e;font-size:10px}.usage-provider-list>div,.usage-reason-list>div{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 13px;border-bottom:1px solid #edf0ee}.usage-provider-list>div:last-child,.usage-reason-list>div:last-child{border-bottom:0}.usage-provider-list span{min-width:0;display:flex;flex-direction:column}.usage-provider-list b,.usage-reason-list span{color:#3f5148;font-size:10px}.usage-provider-list small{margin-top:3px;overflow:hidden;color:#8a958e;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.usage-provider-list>div>strong,.usage-reason-list strong{flex:0 0 auto;color:var(--green-dark);font-size:9px}.usage-days{margin-top:16px;overflow:hidden}.usage-table{overflow-x:auto}.usage-table-head,.usage-table-row{min-width:650px;display:grid;grid-template-columns:1.2fr repeat(5,1fr);align-items:center;min-height:38px;padding:0 13px}.usage-table-head{background:#f0f3f1;color:#78847d;font-size:8px;font-weight:700}.usage-table-row{border-top:1px solid #edf0ee;color:#617068;font-size:9px}.usage-table-row strong{color:#35483e;font-size:9px}.usage-table>p{margin:0;padding:20px 13px;color:#8a958e;font-size:10px}.admin-route-shell{min-height:100dvh;background:#17211c}.admin-page-layer{position:fixed;top:0;right:0;bottom:0;left:0;padding:22px;place-items:stretch;background:#17211c}.admin-page-layer:before{content:"";position:fixed;inset:0 0 auto;height:4px;background:#c49a4b}.admin-page-dialog{width:min(1440px,100%);height:calc(100dvh - 44px);max-height:none;margin:0 auto;border-color:#46534c;box-shadow:0 24px 70px #050a076b}.admin-settings-view{min-height:0;flex:1;overflow-y:auto;background:#f2f4f1}.ai-settings-form{width:min(1120px,100%);margin:0 auto;padding:25px 28px 40px}.settings-heading{min-height:76px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:19px;border-bottom:1px solid #d2d8d4}.settings-heading>div{min-width:0}.settings-heading small{color:#a0742e;font-size:9px;font-weight:800}.settings-heading h2{margin:5px 0 0;color:#172b22;font-size:21px}.settings-heading p{margin:7px 0 0;color:#758079;font-size:10px}.settings-heading .primary-button{flex:0 0 auto}.settings-status-strip{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:18px;margin-top:20px;padding:15px 17px;border:1px solid #c3cdc7;border-left:3px solid #c49a4b;border-radius:7px;background:#fff}.setting-switch{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer}.setting-switch>span{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:8px}.setting-switch>span>svg{grid-row:1 / span 2;color:#176b50}.setting-switch b{color:#31443a;font-size:11px}.setting-switch small{grid-column:1 / -1;margin-top:4px;color:#849088;font-size:9px;line-height:1.45}.setting-switch>span>svg+b+small{grid-column:2}.setting-switch>input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.setting-switch>i{position:relative;width:40px;height:22px;flex:0 0 auto;border-radius:12px;background:#cbd3ce;transition:background .16s ease}.setting-switch>i:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #101d163d;transition:transform .16s ease}.setting-switch>input:checked+i{background:#176b50}.setting-switch>input:checked+i:after{transform:translate(18px)}.setting-switch>input:focus-visible+i{outline:2px solid #c49a4b;outline-offset:2px}.setting-switch-primary small{grid-column:2}.provider-health{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.provider-health>span{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:3px 7px;padding:8px 10px;border:1px solid #e0d3bc;border-radius:6px;background:#fcf8f0}.provider-health>span>i{width:7px;height:7px;grid-row:1 / span 2;border-radius:50%;background:#b48238}.provider-health>span.configured{border-color:#c8d9d0;background:#f1f7f4}.provider-health>span.configured>i{background:#23805e}.provider-health b{color:#34473d;font-size:10px}.provider-health small{min-width:0;overflow:hidden;color:#808b84;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.provider-health em{grid-column:3;grid-row:1 / span 2;color:#9a6d2e;font-size:8px;font-style:normal;font-weight:700}.provider-health .configured em{color:#176b50}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:15px}.settings-section{min-width:0;border:1px solid #d2d9d5;border-radius:7px;background:#fff}.settings-section>header,.settings-maintenance>header{min-height:54px;display:flex;align-items:center;gap:10px;padding:9px 14px;border-bottom:1px solid #e0e5e2;background:#fafbf9}.settings-section>header>svg,.settings-maintenance>header>svg{flex:0 0 auto;color:#9a712f}.settings-section>header>div,.settings-maintenance>header>div{min-width:0;display:flex;flex-direction:column}.settings-section>header strong,.settings-maintenance>header strong{color:#30433a;font-size:11px}.settings-section>header span,.settings-maintenance>header span{margin-top:4px;color:#859089;font-size:8px}.settings-section-body{min-height:150px;display:grid;align-content:start;gap:15px;padding:15px}.settings-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-fields-three{grid-template-columns:repeat(3,minmax(0,1fr))}.setting-field{min-width:0;display:grid;align-content:start;gap:6px}.setting-field-wide{grid-column:1 / -1}.setting-field>span{color:#68756e;font-size:9px;font-weight:700}.setting-field>div{position:relative;min-width:0}.setting-field input,.setting-field select{width:100%;height:39px;min-width:0;padding:0 10px;outline:0;border:1px solid #cfd7d2;border-radius:5px;background:#f8faf8;color:#24352c;font-size:11px}.setting-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:30px;cursor:pointer}.setting-field>div input{padding-right:54px}.setting-field>div em{position:absolute;top:50%;right:9px;max-width:48px;overflow:hidden;color:#87928b;font-size:8px;font-style:normal;text-overflow:ellipsis;transform:translateY(-50%);white-space:nowrap;pointer-events:none}.setting-field input:focus,.setting-field select:focus{border-color:#8b9e94;box-shadow:0 0 0 3px #c49a4b24;background:#fff}.setting-check{display:flex;align-items:center;gap:8px;color:#8f493f;font-size:9px;cursor:pointer}.setting-check input{width:15px;height:15px;accent-color:#9b4037}.settings-maintenance{margin-top:15px;border:1px solid #ddc9c5;border-radius:7px;background:#fff}.maintenance-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.maintenance-row{min-width:0;min-height:74px;display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid #eee4e2}.maintenance-row:nth-child(odd){border-right:1px solid #eee4e2}.maintenance-row:nth-last-child(-n+2){border-bottom:0}.maintenance-row>span{min-width:0;flex:1;display:flex;flex-direction:column}.maintenance-row b{color:#60413c;font-size:10px}.maintenance-row small{margin-top:4px;color:#947d78;font-size:8px;line-height:1.4}.maintenance-row button{min-height:34px;flex:0 0 auto;padding:0 10px;font-size:9px}.settings-error{margin-top:14px;padding:10px 12px;border:1px solid #e3bcb7;border-radius:5px;background:#fff4f2}.game-picker-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:flex;background:#0b1c1480;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.game-picker{width:440px;max-width:92vw;display:flex;flex-direction:column;background:#fff;border-right:1px solid #c9d5ce;box-shadow:var(--shadow-md)}.game-picker-head{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--line)}.game-picker-head>div{display:flex;flex-direction:column}.game-picker-head strong{font-size:18px}.game-picker-head span{margin-top:5px;color:var(--muted);font-size:11px}.game-search{height:44px;display:flex;align-items:center;gap:8px;margin:15px;padding:0 12px;border:1px solid #d6dfd9;border-radius:7px;background:#f5f7f6;color:#7c8881}.game-list{min-height:0;flex:1;overflow-y:auto;padding:0 9px}.game-row{width:100%;min-height:64px;display:flex;align-items:center;gap:11px;padding:8px 10px;border:0;border-bottom:1px solid #edf1ef;border-radius:6px;background:transparent;color:var(--ink);text-align:left}.game-row:hover{background:#f1f6f3}.game-row.active{background:var(--green-soft);color:var(--green-dark)}.game-initial{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;border-radius:7px;background:#e9efec;color:#5f6e66;font-weight:800}.game-row.active .game-initial{background:var(--green);color:#fff}.game-copy{min-width:0;flex:1;display:flex;flex-direction:column}.game-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.game-copy small{margin-top:5px;color:#7e8a83;font-size:11px}.game-picker-pager{border-top:1px solid var(--line)}.workspace{height:calc(100vh - 72px);display:grid;grid-template-columns:var(--rail-width) var(--list-width) minmax(0,1fr);grid-template-rows:minmax(0,1fr);position:relative;overflow:hidden}.category-rail{min-width:0;display:flex;flex-direction:column;background:#f8faf9;border-right:1px solid var(--line)}.current-game{min-height:84px;display:flex;align-items:center;gap:10px;padding:14px 13px;border-bottom:1px solid var(--line);background:#fff}.current-game>div{min-width:0;display:flex;flex-direction:column}.current-game strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1a2e24;font-size:13px}.current-game small{margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#87938c;font-size:9px}.category-label{padding:19px 15px 8px;color:#8a968f;font-size:10px;font-weight:700}.category-list{display:flex;flex-direction:column;gap:4px;padding:0 9px}.category-list button{position:relative;width:100%;height:46px;display:flex;align-items:center;gap:10px;padding:0 11px;border:1px solid transparent;border-radius:7px;background:transparent;color:#53635a;text-align:left;transition:background .15s ease,color .15s ease,border-color .15s ease}.category-list button:hover{border-color:#e1e8e4;background:#fff;color:#20362b}.category-list button.active{border-color:#d3e5db;background:#e5f1eb;color:var(--green-dark);font-weight:700}.category-list button.active:before{content:"";position:absolute;left:-9px;width:3px;height:24px;border-radius:0 3px 3px 0;background:var(--green)}.category-list button span{flex:1}.category-list b{min-width:30px;padding:3px 6px;border-radius:9px;background:#e9eeeb;color:#758179;text-align:center;font-size:9px}.category-list button.active b{background:#cfe4d8;color:var(--green-dark)}.sync-status{margin-top:auto;display:flex;align-items:center;gap:7px;padding:14px;border-top:1px solid var(--line);color:#849089;font-size:9px;background:#fff}.entity-panel{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#f1f5f3;border-right:1px solid var(--line-strong)}.entity-panel-head{height:64px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 17px;border-bottom:1px solid var(--line);background:#fff}.entity-panel-head>div{display:flex;align-items:center;gap:9px;color:var(--green)}.entity-panel-head strong{color:var(--ink);font-size:15px}.entity-panel-head>.entity-panel-tools{gap:7px;color:#66746c}.entity-sort{position:relative;height:30px;display:flex;align-items:center;border:1px solid #d7e0db;border-radius:6px;background:#f7f9f8;color:#65736b}.entity-sort select{width:128px;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0 25px 0 8px;border:0;outline:0;background:transparent;color:#506057;font-size:10px;cursor:pointer}.entity-sort svg{position:absolute;right:7px;pointer-events:none}.entity-source-filter{border-color:#bcd5c8;background:#edf6f1}.entity-source-filter select{width:76px;color:var(--green-dark);font-weight:700}.entity-source-filter svg{color:var(--green)}.entity-total{flex:0 0 auto;padding:4px 8px;border-radius:9px;background:#edf2ef;color:#69766f;font-size:10px}.entity-list{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding:9px}.entity-list>button{position:relative;width:100%;min-height:62px;display:flex;align-items:center;gap:11px;margin-bottom:3px;padding:8px 9px;border:1px solid transparent;border-radius:7px;background:transparent;color:#2b352f;text-align:left;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}.entity-list>button:hover{border-color:#dce5e0;background:#fffc;transform:translate(2px)}.entity-list>button.active{border-color:#c4d9ce;background:#fff;box-shadow:var(--shadow-sm)}.entity-list>button.active:before{content:"";position:absolute;left:-1px;top:12px;bottom:12px;width:3px;border-radius:0 3px 3px 0;background:var(--green)}.entity-kind{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;border-radius:7px;background:#e4ebe7;color:#66756d}.entity-list>button.active .entity-kind{background:var(--green-deep);color:#fff}.entity-copy{min-width:0;flex:1;display:flex;flex-direction:column}.entity-copy-head{min-width:0;display:flex;align-items:center;gap:8px}.entity-copy-head>strong{min-width:0;flex:1}.entity-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.entity-copy small{margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#849088;font-size:10px}.entity-consumption-total{min-width:68px;max-width:132px;flex:0 1 auto;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:1px}.entity-copy .entity-consumption-total small{margin:0;overflow:visible;color:#718078;font-size:9px}.entity-consumption-total b{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;color:var(--green-dark);font-size:14px;font-variant-numeric:tabular-nums;white-space:nowrap}.entity-list>button>svg{color:#98a39d}.pager{min-height:52px;display:flex;align-items:center;justify-content:center;gap:14px;color:#6f7b74;font-size:11px}.entity-pager{gap:7px;border-top:1px solid var(--line);background:#fff}.entity-pager svg{color:var(--green)}.spin{animation:spin .8s linear infinite}.empty-compact{padding:38px 12px;text-align:center;color:#8b9690;font-size:12px}.detail-panel{container:detail / inline-size;min-width:0;height:100%;overflow-y:auto;background:#f7f9f8}.detail-title{position:sticky;top:0;z-index:3;padding:26px var(--detail-gutter) 21px;border-bottom:1px solid var(--line);background:#fffffff7;box-shadow:0 7px 18px #11271d09;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.detail-title-inner{width:100%}.detail-meta{min-height:24px;display:flex;align-items:center;gap:10px;color:#78847d;font-size:11px}.detail-kind{padding:4px 9px;border-radius:5px;background:var(--green-deep);color:#fff;font-weight:700}.detail-title h1{margin:10px 0 0;color:#13271e;font-size:28px;line-height:1.3;overflow-wrap:anywhere}.description{margin:13px 0 0;max-width:1400px;padding:12px 14px;border:1px solid #d6e2dc;border-left:3px solid var(--green);border-radius:0 6px 6px 0;background:#f3f7f5;color:#43564c;white-space:pre-wrap;font-size:13px;line-height:1.65}.guide-browser{width:100%;max-width:1400px;margin-top:16px;overflow:hidden;border:1px solid #cbd6d0;border-radius:7px;background:#fff}.guide-browser>header{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px 0 15px;border-bottom:1px solid #d9e0dc;background:#f3f6f4}.guide-browser>header strong{color:#34453c;font-size:12px}.guide-browser>header a{min-height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border:1px solid #bdcbc4;border-radius:5px;background:#fff;color:var(--green-dark);font-size:11px;font-weight:700;text-decoration:none}.guide-browser>header a:hover{border-color:#8fa99b;background:var(--green-soft)}.guide-browser iframe{width:100%;height:clamp(460px,65vh,760px);display:block;border:0;background:#fff}.consumption-total-overview{max-width:1400px;min-height:84px;display:flex;align-items:stretch;margin-top:13px;overflow:hidden;border:1px solid #c9dcd2;border-radius:7px;background:#f5f9f7}.consumption-total-primary{min-width:238px;display:flex;align-items:center;gap:12px;padding:14px 18px;border-right:1px solid #c9dcd2;background:#e3f0e9;color:var(--green-dark)}.consumption-total-primary>svg{flex:0 0 auto}.consumption-total-primary>span{min-width:0;display:flex;flex-direction:column}.consumption-total-primary small{color:#5d7568;font-size:10px;font-weight:700}.consumption-total-primary strong{margin-top:4px;overflow-wrap:anywhere;color:#0d513a;font-size:25px;line-height:1.05;font-variant-numeric:tabular-nums}.consumption-total-stats{min-width:0;flex:1;display:grid;grid-template-columns:repeat(3,minmax(110px,1fr));margin:0}.consumption-total-stats>div{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:13px 18px;border-right:1px solid #dce7e1}.consumption-total-stats>div:last-child{border-right:0}.consumption-total-stats dt{color:#77857d;font-size:10px}.consumption-total-stats dd{margin:6px 0 0;overflow-wrap:anywhere;color:#243a2f;font-size:15px;font-weight:800;font-variant-numeric:tabular-nums}.consumption-total-stats>div.warning{background:#fff8e9}.consumption-total-stats>div.warning dt,.consumption-total-stats>div.warning dd{color:#8a5a12}.detail-section-nav{display:flex;align-items:center;gap:7px;margin-top:17px;overflow-x:auto}.detail-section-nav button{height:34px;flex:0 0 auto;display:flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #d4dfd8;border-radius:6px;background:#f6f8f7;color:#4d5e55;font-size:11px;transition:background .15s ease,border-color .15s ease,color .15s ease}.detail-section-nav button:hover{border-color:#89ad9a;background:var(--green-soft);color:var(--green-dark)}.detail-section-nav b{min-width:21px;padding:2px 5px;border-radius:8px;background:#e3eae6;color:#64736a;font-size:9px}.detail-content{width:100%;padding:8px var(--detail-gutter) 72px}.fact-section{margin-top:27px;scroll-margin-top:184px}.fact-section:has(>.route-list){width:100%}.section-head{min-height:42px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line-strong)}.section-head>div{display:flex;align-items:center;gap:9px}.section-mark{width:4px;height:18px;border-radius:2px;background:var(--green)}.section-head h2{margin:0;color:#1b2f25;font-size:15px}.section-head>span{padding:3px 8px;border-radius:8px;background:#e9efec;color:#748079;font-size:9px}.fact-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:9px 14px;padding-top:12px}.fact-row{min-height:56px;display:flex;align-items:flex-start;gap:11px;padding:11px 12px;border:1px solid #e0e7e3;border-radius:7px;background:#fff;color:inherit;text-align:left;box-shadow:0 1px 1px #122b2005}.fact-index{width:25px;height:25px;flex:0 0 auto;display:grid;place-items:center;border-radius:5px;background:#e8f0eb;color:#50665a;font-size:9px;font-weight:800}.fact-row p{min-width:0;flex:1;margin:2px 0 0;color:#34443b;font-size:12px;line-height:1.65;overflow-wrap:anywhere}.fact-link{cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.fact-link:hover{border-color:#91b5a3;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.fact-link-action{width:25px;height:25px;flex:0 0 auto;display:grid;place-items:center;border-radius:5px;background:var(--green-soft);color:var(--green-dark)}.fact-link-action svg{transition:transform .16s ease}.fact-link-action.expanded svg:not(.spin){transform:rotate(180deg)}.drop-fact-row{min-height:72px}.spawn-fact-row{min-height:70px}.drop-fact{min-width:0;flex:1;display:grid;gap:8px;padding-top:1px}.drop-title{min-width:0;display:flex;align-items:center;gap:6px;color:#24382e;font-size:12px;line-height:1.4}.drop-title>svg{flex:0 0 auto;color:#a54c4c}.spawn-fact .drop-title>svg{color:#34705a}.monster-fact .drop-title>svg{color:#a54c4c}.drop-title>span{min-width:0;overflow-wrap:anywhere}.drop-title small{flex:0 0 auto;color:#7a8780;font-size:10px;font-weight:600}.drop-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px 13px}.drop-meta>span{min-width:0;display:inline-flex;align-items:center;gap:4px;color:#607068;font-size:10px;line-height:1.45}.drop-meta svg{flex:0 0 auto}.drop-map svg{color:#34705a}.drop-map-code svg{color:#5f7469}.drop-coordinate svg{color:#b26e18}.drop-time svg{color:#397394}.drop-radius svg{color:#65716a}.drop-rate svg{color:#875a92}.drop-meta>.drop-rating,.monster-drop-item>.drop-rating{padding:2px 6px;border:1px solid currentColor;border-radius:4px;font-weight:800;line-height:1.2}.drop-rating-高爆{background:#e8f5ec;color:#237647!important}.drop-rating-易爆{background:#eef5df;color:#57741f!important}.drop-rating-合适{background:#eef3f8;color:#3d6685!important}.drop-rating-一般{background:#f6f3e8;color:#7b6827!important}.drop-rating-低爆{background:#fff0e2;color:#a05d20!important}.drop-rating-难爆{background:#fbeaea;color:#a03d3d!important}.drop-meta>.spawn-type-badge{padding:2px 6px;border:1px solid #ddc28d;border-radius:4px;background:#fff7e7;color:#8a5a12;font-weight:700}.npc-location-fact{min-width:0;flex:1;display:grid;gap:10px;padding-top:1px}.npc-location-title{min-width:0;display:flex;align-items:center;gap:7px;color:#223a2e;font-size:13px}.npc-location-title svg{flex:0 0 auto;color:#34705a}.npc-location-title span{overflow-wrap:anywhere}.npc-location-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.npc-location-meta>span{min-height:27px;display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border:1px solid #dce5e0;border-radius:5px;background:#f7faf8}.npc-location-meta svg{flex:0 0 auto;color:#8b651d}.npc-location-meta small{color:#7c8982;font-size:9px}.npc-location-meta b{color:#31453a;font-size:11px}.npc-action-list{display:grid;gap:11px;padding-top:12px}.npc-action-card{overflow:hidden;border:1px solid #d9e2dd;border-radius:7px;background:#fff;box-shadow:0 2px 8px #182d2309}.npc-action-card>header{min-height:58px;display:flex;align-items:center;gap:11px;padding:10px 13px;border-bottom:1px solid #e5ebe8;background:#f7f9f8}.npc-action-index{width:29px;height:29px;flex:0 0 auto;display:grid;place-items:center;border-radius:6px;background:var(--green-deep);color:#fff;font-size:10px;font-weight:800}.npc-action-card>header>div{min-width:0;display:grid;gap:3px}.npc-action-card>header small{color:#748178;font-size:9px}.npc-action-card>header strong{color:#1d3428;font-size:13px;overflow-wrap:anywhere}.npc-action-summary{margin:0;padding:10px 13px;border-bottom:1px solid #edf1ef;color:#5d6b63;font-size:11px;line-height:1.55}.npc-condition-group{display:grid;grid-template-columns:142px minmax(0,1fr);gap:12px;padding:11px 13px;border-bottom:1px solid #edf1ef}.npc-condition-group>strong{display:flex;align-items:flex-start;gap:6px;color:#405249;font-size:10px;line-height:1.55}.npc-condition-group>strong svg{flex:0 0 auto;margin-top:0}.npc-condition-group.requirement>strong svg{color:#287152}.npc-condition-group.completion>strong svg{color:#3d6d91}.npc-condition-group.blocker>strong svg{color:#a44949}.npc-condition-group ul{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.npc-condition-group li{min-height:27px;display:inline-flex;align-items:center;padding:4px 8px;border:1px solid #dce4e0;border-radius:5px;background:#f8faf9;color:#34473d;font-size:10px;line-height:1.45}.npc-condition-group.completion li{border-color:#cedee9;background:#f3f8fb;color:#355a73}.npc-condition-group.blocker li{border-color:#ead3d3;background:#fff7f7;color:#814141}.npc-raw-conditions{padding:9px 13px 11px;color:#738078;font-size:9px}.npc-raw-conditions summary{width:fit-content;cursor:pointer;color:#66756d}.npc-raw-conditions code{display:block;margin-top:7px;padding:6px 8px;border-left:2px solid #bac8c0;background:#f5f7f6;color:#526158;white-space:pre-wrap;overflow-wrap:anywhere}.consumption-fact-row{min-height:92px}.consumption-usage-fact{min-width:0;flex:1;display:grid;gap:10px;padding-top:1px}.consumption-usage-title{min-width:0;display:flex;align-items:center;gap:7px;color:#223a2e;font-size:13px}.consumption-usage-title svg{flex:0 0 auto;color:#34705a}.consumption-usage-title span{overflow-wrap:anywhere}.consumption-usage-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.consumption-usage-meta>span{min-height:27px;display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border:1px solid #dce5e0;border-radius:5px;background:#f7faf8}.consumption-usage-meta svg{flex:0 0 auto;color:#547568}.consumption-usage-meta small{color:#7c8982;font-size:9px}.consumption-usage-meta b{color:#31453a;font-size:11px}.consumption-usage-meta>.consumption-amount{border-color:#e2c990;background:#fff8e9}.consumption-usage-meta>.consumption-amount svg,.consumption-usage-meta>.consumption-amount b{color:#8a5a12}.consumption-usage-meta>.consumption-purpose{min-width:0;max-width:min(100%,420px)}.consumption-purpose b{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.npc-consumption-quantity{min-width:122px;align-self:center;display:flex;flex-direction:column;align-items:flex-end;gap:4px;padding-left:12px;border-left:1px solid #e4ebe7}.npc-consumption-quantity small{color:#7a8780;font-size:9px}.npc-consumption-quantity strong{max-width:180px;overflow-wrap:anywhere;color:#0d6245;font-size:17px;font-variant-numeric:tabular-nums;line-height:1.15}.consumption-simple-table{overflow:hidden;margin-top:12px;border:1px solid #d7e1dc;border-radius:7px;background:#fff}.consumption-simple-head,.consumption-simple-row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,.7fr) minmax(0,.7fr) minmax(0,.8fr);align-items:center;column-gap:18px}.consumption-simple-head{min-height:40px;padding:0 16px;border-bottom:1px solid #dce5e0;background:#f2f6f4;color:#708078;font-size:10px;font-weight:700}.consumption-simple-head span:last-child{text-align:right}.consumption-simple-row{min-height:62px;padding:10px 16px;border-bottom:1px solid #e7edea}.consumption-simple-row:last-child{border-bottom:0}.consumption-simple-row:nth-child(2n){background:#fafcfb}.consumption-simple-npc{min-width:0;display:flex;align-items:center;gap:8px;color:#20372b;font-size:13px}.consumption-simple-npc svg{flex:0 0 auto;color:#34705a}.consumption-simple-npc span{min-width:0;overflow-wrap:anywhere}.consumption-simple-cell{min-width:0;display:flex;align-items:baseline;gap:6px}.consumption-simple-cell small,.consumption-simple-quantity small{display:none;color:#7a8780;font-size:9px;font-weight:500}.consumption-simple-cell b{min-width:0;overflow-wrap:anywhere;color:#34483d;font-size:12px;font-variant-numeric:tabular-nums}.consumption-simple-quantity{min-width:0;display:flex;flex-direction:column;align-items:flex-end;gap:3px}.consumption-simple-quantity strong{max-width:100%;overflow-wrap:anywhere;color:#0d6245;font-size:17px;font-variant-numeric:tabular-nums;line-height:1.15;text-align:right}.consumption-unlinked-state{min-height:118px;display:flex;align-items:center;justify-content:center;gap:12px;margin-top:12px;padding:20px;border:1px dashed #d5c89f;border-radius:7px;background:#fffaf0;color:#8a6726}.consumption-unlinked-state>svg{flex:0 0 auto}.consumption-unlinked-state>div{min-width:0;display:flex;flex-direction:column}.consumption-unlinked-state strong{color:#684b17;font-size:13px}.consumption-unlinked-state span{margin-top:6px;color:#8a7142;font-size:11px;line-height:1.55}.monster-drop-panel{grid-column:1 / -1;margin:-4px 0 4px 37px;padding:12px 14px 14px;border-left:3px solid #7ca38f;background:#f7faf8}.monster-drop-head{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px;color:#294236}.monster-drop-head span{min-width:0;display:flex;align-items:center;gap:7px;font-size:12px;font-weight:800}.monster-drop-head b{flex:0 0 auto;color:#718078;font-size:10px}.monster-drop-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));column-gap:18px}.monster-drop-item{min-height:38px;display:flex;align-items:center;gap:10px;padding:6px 2px;border-bottom:1px solid #dce6e0}.monster-drop-item strong{min-width:0;flex:1;color:#263b31;font-size:11px;overflow-wrap:anywhere}.monster-drop-item span{flex:0 0 auto;display:inline-flex;align-items:center;gap:3px;color:#69786f;font-size:9px}.monster-drop-item span svg{color:#875a92}.monster-drop-item>.drop-rating{font-size:9px}.monster-drop-status{min-height:38px;display:flex;align-items:center;gap:7px;margin:0;color:#758179;font-size:11px}.monster-drop-more{margin-top:10px}.route-list{display:grid;gap:14px;padding-top:12px}.route-select-prompt{min-height:96px;display:flex;align-items:center;justify-content:center;gap:12px;padding:18px;border:1px dashed #c7d7cf;border-radius:7px;background:#f5f8f6;color:#557064;text-align:left}.route-select-prompt>svg{flex:0 0 auto;color:var(--green)}.route-select-prompt>div{display:flex;flex-direction:column}.route-select-prompt strong{color:#2a4336;font-size:12px}.route-select-prompt span{margin-top:5px;color:#76847c;font-size:10px;line-height:1.5}.route-focus-bar{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 10px 7px 12px;border:1px solid #c9ddd2;border-radius:7px;background:#e8f3ed;color:var(--green-dark)}.route-focus-bar span{min-width:0;display:flex;align-items:center;gap:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700}.route-focus-bar button{height:28px;flex:0 0 auto;padding:0 9px;border:1px solid #9dbdab;border-radius:5px;background:#fff;color:var(--green-dark);font-size:10px}.route-focus-bar button:hover{border-color:var(--green);background:#f8fbf9}.route-path{overflow:hidden;border:1px solid #d8e3dd;border-radius:8px;background:#fff;box-shadow:var(--shadow-sm)}.route-path>header{min-height:48px;display:flex;align-items:center;gap:9px;padding:9px 14px;border-bottom:1px solid #dbe5df;background:#edf5f1;color:var(--green-dark)}.route-path>header strong{flex:1;color:#20362b;font-size:13px}.route-path>header strong small{display:inline-flex;margin-left:6px;padding:2px 5px;border:1px solid #c9d9d0;border-radius:4px;color:#65796e;font-size:9px;font-weight:600;vertical-align:middle}.route-path>header span{padding:3px 7px;border-radius:8px;background:#dcebe3;color:#5d7468;font-size:9px}.route-summary{display:flex;align-items:flex-start;gap:10px;padding:11px 14px;border-bottom:1px solid #e2e9e5;background:#f8faf9}.route-summary>span{flex:0 0 auto;padding:2px 6px;border-radius:4px;background:#dfeae4;color:#50665a;font-size:9px;font-weight:700}.route-summary>strong{min-width:0;color:#2b4035;font-size:11px;line-height:1.6;overflow-wrap:anywhere}.route-path ol{margin:0;padding:5px 14px 10px;list-style:none}.route-path li{position:relative;min-height:58px;display:flex;align-items:flex-start;gap:11px;padding:10px 0;border-bottom:1px solid #e8edea}.route-path li:last-child{border-bottom:0}.route-path li:not(:last-child):before{content:"";position:absolute;left:12px;top:36px;bottom:-10px;width:1px;background:#b9d3c5}.route-step-index{position:relative;z-index:1;width:25px;height:25px;flex:0 0 auto;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;background:var(--green);color:#fff;box-shadow:0 0 0 1px #85af9a;font-size:9px;font-weight:800}.route-step-copy{min-width:0;padding-top:1px}.route-step-title{display:flex;align-items:center;flex-wrap:wrap;gap:6px 9px}.route-step-title strong{min-width:0;display:flex;align-items:center;gap:5px;color:#25392e;font-size:12px}.route-step-title strong>span{overflow-wrap:anywhere}.route-step-title strong>small{flex:0 0 auto;padding:2px 5px;border:1px solid #d5e0da;border-radius:4px;background:#f5f8f6;color:#6d7e75;font-size:9px;font-weight:600}.route-step-type{flex:0 0 auto;padding:2px 6px;border:1px solid #c8d9d0;border-radius:4px;background:#f3f7f5;color:#4e6b5c;font-size:9px;font-weight:700}.route-step-copy p{margin:6px 0 0;color:#68776e;font-size:11px;line-height:1.55;overflow-wrap:anywhere}.show-more{grid-column:1 / -1;height:40px;margin-top:3px;border:1px solid #c6d6cd;border-radius:6px;background:#f3f8f5;color:var(--green-dark);font-size:12px;font-weight:700}.show-more:hover{border-color:#82aa96;background:var(--green-soft)}.muted{color:#8a958f;font-size:12px}.empty-detail,.welcome-state{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#9aa49e}.empty-detail h2,.welcome-state h1{margin:15px 0 4px;color:#536159;font-size:18px}.empty-detail p{margin:0;color:#8a958e;font-size:12px}.welcome-state{height:calc(100vh - 72px);gap:6px}.welcome-state .primary-button{margin-top:13px}.game-home{height:calc(100vh - 78px);overflow-y:auto;padding:24px;background:#e8ece9}.game-home-inner{width:100%;max-width:1366px;margin:0 auto}.game-home-grid{width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.game-home-item{min-width:0;min-height:72px;display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid #d4dbd7;border-radius:7px;background:#fff;color:#202b25;text-align:left;box-shadow:0 3px 14px #141d1809;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.game-home-item:hover{border-color:#aabbb1;box-shadow:0 9px 24px #141d1817;transform:translateY(-1px)}.game-home-item>span{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:50%;background:#35b968;color:#fff;font-size:13px;font-weight:800}.game-home-item strong{min-width:0;overflow-wrap:anywhere;font-size:15px;line-height:1.45}.game-home-loading{min-height:260px;display:grid;place-items:center;color:var(--green)}.game-home-empty{min-height:260px;display:grid;place-items:center;color:#78847e;font-size:14px}.mobile-detail-bar{display:none}.back-to-top{position:absolute;right:22px;bottom:22px;z-index:12;width:44px;height:44px;display:grid;place-items:center;border:1px solid #0b4f39;border-radius:8px;background:var(--green-deep);color:#fff;box-shadow:0 10px 28px #0c34253d;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.back-to-top:hover{background:var(--green);transform:translateY(-2px);box-shadow:0 14px 32px #0c342547}@container detail (min-width: 1500px){.route-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.route-select-prompt,.route-focus-bar{grid-column:1 / -1}.route-list>.route-path:only-of-type{grid-column:1 / -1}}@container detail (min-width: 900px){.npc-detail-content{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(480px,1.5fr);align-items:start;gap:0 24px}.npc-detail-content .fact-section{min-width:0;margin-top:22px}.npc-detail-content .fact-section-locations{grid-column:1}.npc-detail-content .fact-section-npc_actions{grid-column:2}.npc-detail-content .fact-section-map_paths,.npc-detail-content .fact-section-relations{grid-column:1 / -1}.npc-detail-content .fact-section-locations .fact-list{grid-template-columns:1fr}}.chat-scrim{position:fixed;top:72px;right:0;bottom:0;left:0;z-index:45;background:#0a1a1257;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.chat-panel{position:fixed;top:72px;right:0;bottom:0;z-index:50;width:430px;max-width:94vw;display:none;flex-direction:column;background:#fff;border-left:1px solid #c8d4cd;box-shadow:-18px 0 44px #0d211729}.chat-panel.open{display:flex}.chat-head{height:68px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 15px 0 19px;border-bottom:1px solid var(--line)}.chat-head>div{display:flex;align-items:center;gap:11px;color:var(--green)}.chat-head span{display:flex;flex-direction:column}.chat-head strong{color:var(--ink);font-size:14px}.chat-head small{margin-top:4px;color:#7d8982;font-size:9px}.chat-body{min-height:0;flex:1;overflow-y:auto;padding:20px 16px;background:#f3f6f4}.message{display:flex;gap:9px;margin-bottom:17px}.message.user{flex-direction:row-reverse}.message-avatar{width:30px;height:30px;flex:0 0 auto;display:grid;place-items:center;border-radius:6px;background:var(--green-soft);color:var(--green-dark)}.message.user .message-avatar{background:var(--amber-soft);color:#985721}.message>div:last-child{max-width:84%}.message p{margin:0;padding:11px 12px;border:1px solid #dbe4df;border-radius:7px;background:#fff;white-space:pre-wrap;line-height:1.65;font-size:12px;box-shadow:0 3px 12px #142a1f09}.message.user p{border-color:#c6dcd0;background:#e8f3ed}.message small{display:flex;align-items:center;gap:4px;margin-top:6px;color:#8c9790;font-size:9px}.chat-form{min-height:116px;display:flex;align-items:flex-end;gap:9px;padding:13px;border-top:1px solid var(--line);background:#fff}.chat-form textarea{min-height:82px;max-height:160px;flex:1;resize:none;outline:0;padding:11px;border:1px solid #d2ddd7;border-radius:7px;background:#f9fbfa;line-height:1.55}.chat-form textarea:focus{border-color:#79a991;box-shadow:0 0 0 3px #126b4d1a;background:#fff}.chat-form button{width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:7px;background:var(--green-deep);color:#fff}.chat-captcha{flex:0 0 auto;display:grid;gap:9px;padding:11px 13px;border-top:1px solid #d8e0dc;background:#f8faf8}.chat-captcha>span{display:flex;align-items:center;gap:6px;color:#506259;font-size:10px;font-weight:700}.typing{height:38px;display:flex;align-items:center;gap:4px;padding:0 13px;border:1px solid #dce4df;border-radius:7px;background:#fff}.typing i{width:5px;height:5px;border-radius:50%;background:#7f8882;animation:pulse 1s infinite alternate}.typing i:nth-child(2){animation-delay:.2s}.typing i:nth-child(3){animation-delay:.4s}@keyframes pulse{to{opacity:.25;transform:translateY(-2px)}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1080px){.brand-lockup{width:46px;flex-basis:46px}.brand-copy{display:none}.game-switcher{width:212px;flex-basis:212px}.workspace{grid-template-columns:166px 310px minmax(0,1fr)}.detail-title,.detail-content{padding-left:24px;padding-right:24px}.admin-body{grid-template-columns:286px minmax(0,1fr)}.game-home-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.topbar.home-topbar{padding-right:9px;padding-left:9px}.topbar{height:60px;gap:8px;padding:0 9px}.brand-lockup{width:38px;flex-basis:38px}.brand-mark{width:36px;height:36px}.home-topbar .brand-lockup{width:auto;flex:1 1 auto}.home-topbar .brand-copy{display:flex}.home-topbar .brand-copy strong{font-size:17px}.home-topbar .brand-copy span{display:none}.game-switcher{min-width:0;width:auto;flex:1;height:40px}.game-switcher-mark{width:27px;height:27px}.game-switcher-copy small{display:none}.game-switcher-copy strong{margin:0}.chat-toggle{width:40px;height:40px;padding:0;justify-content:center}.chat-toggle span{display:none}.admin-toggle{width:40px;height:40px;padding:0;justify-content:center}.admin-toggle span{display:none}.global-search{position:absolute;top:66px;left:9px;right:9px;z-index:35;height:42px;max-width:none;background:#fff;box-shadow:0 5px 18px #12281e1a}.workspace{height:calc(100dvh - 60px);display:flex;flex-direction:column;padding-top:56px;overflow:hidden}.category-rail{width:100%;height:52px;flex:0 0 52px;border-right:0;border-bottom:1px solid var(--line)}.current-game,.category-label,.sync-status{display:none}.category-list{height:100%;flex-direction:row;gap:4px;padding:5px 6px;overflow-x:auto;background:#fff}.category-list button{min-width:68px;height:42px;flex:1;justify-content:center;gap:5px;padding:0 8px}.category-list button:before{display:none}.category-list button span{flex:0 0 auto;font-size:12px}.category-list button b{display:none}.category-list button.active{border-color:var(--green-deep);background:var(--green-deep);color:#fff}.entity-panel{width:100%;min-height:0;flex:1;border-right:0}.entity-panel-head{height:52px;padding:0 10px}.entity-panel-head>div:first-child{gap:6px}.entity-panel-head>div:first-child>svg{display:none}.entity-panel-head strong{font-size:13px}.entity-sort{height:30px}.entity-sort select{width:116px}.entity-source-filter select{width:74px}.entity-total{padding-left:6px;padding-right:6px}.entity-list{padding:6px 7px}.entity-list>button{min-height:66px}.entity-consumption-total{max-width:132px}.detail-panel{position:absolute;top:108px;right:0;bottom:0;left:0;z-index:20;height:auto;visibility:hidden;transform:translate(102%);transition:transform .2s ease,visibility .2s;overflow-y:auto}.detail-panel.shown{visibility:visible;transform:translate(0)}.mobile-detail-bar{position:sticky;top:0;z-index:5;height:50px;display:flex;align-items:center;gap:7px;padding:0 9px;border-bottom:1px solid var(--line);background:#fff}.mobile-detail-bar span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700}.back-to-top{position:fixed;right:14px;bottom:16px;z-index:28;width:42px;height:42px}.detail-title{position:static;padding:19px 15px;box-shadow:none}.detail-title h1{font-size:23px}.guide-browser iframe{height:68vh;min-height:430px}.consumption-total-overview{display:block}.consumption-total-primary{min-width:0;border-right:0;border-bottom:1px solid #c9dcd2}.consumption-total-primary strong{font-size:24px}.consumption-total-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.consumption-total-stats>div{padding:11px 9px}.consumption-total-stats dd{font-size:13px}.detail-section-nav{margin-top:14px}.detail-content{padding:2px 12px 52px}.fact-section{margin-top:20px;scroll-margin-top:58px}.fact-list{grid-template-columns:1fr}.npc-condition-group{grid-template-columns:1fr;gap:7px}.fact-row{padding:10px}.drop-meta{gap:6px 11px}.monster-drop-item{flex-wrap:wrap}.monster-drop-item strong{flex-basis:100%}.consumption-simple-head{display:none}.consumption-simple-row{min-height:96px;grid-template-columns:minmax(0,1fr) minmax(112px,auto);gap:8px 14px;padding:12px}.consumption-simple-npc{grid-column:1 / -1;padding-bottom:8px;border-bottom:1px solid #edf1ef}.consumption-simple-map{grid-column:1;grid-row:2}.consumption-simple-coordinate{grid-column:1;grid-row:3}.consumption-simple-cell{flex-direction:column;gap:2px}.consumption-simple-cell small,.consumption-simple-quantity small{display:block}.consumption-simple-quantity{grid-column:2;grid-row:2 / span 2;justify-content:center}.consumption-simple-quantity strong{font-size:16px}.consumption-usage-meta>span{padding-left:7px;padding-right:7px}.consumption-usage-meta>.consumption-purpose{display:none}.npc-consumption-quantity{min-width:104px;padding-left:8px}.npc-consumption-quantity strong{max-width:112px;font-size:15px}.route-path ol{padding-left:12px;padding-right:12px}.route-step-copy strong{flex-wrap:wrap}.game-picker{width:100%;max-width:none}.game-picker-head{height:66px}.chat-panel{top:60px;width:100%;max-width:none}.chat-scrim{display:none}.welcome-state{height:calc(100dvh - 60px)}.game-home{height:calc(100dvh - 60px);padding:60px 12px 12px}.game-home-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.game-home-item{min-height:62px;padding:11px 12px}.admin-layer{padding:0;place-items:stretch}.admin-dialog,.admin-login-dialog{width:100%;max-width:none;height:100dvh;max-height:none;border:0;border-radius:0}.admin-head{min-height:58px;padding-left:14px}.admin-head span{display:none}.admin-head>div:first-child strong{display:none}.admin-view-tabs{margin-left:0}.admin-view-tabs button{padding:0 8px}.admin-login{justify-content:center;padding:30px 24px 72px}.admin-body{display:flex;flex-direction:column;overflow:hidden}.admin-list-pane{min-height:220px;max-height:42%;flex:0 0 42%;border-right:0;border-bottom:1px solid var(--line-strong)}.admin-game-row{min-height:60px}.admin-game-main{min-height:58px}.admin-batch-toolbar{margin-right:8px;margin-left:8px}.admin-pager{min-height:46px}.admin-editor{flex:1}.admin-editor>form{padding:18px 14px 26px}.admin-editor-head{align-items:center}.admin-editor-head h2{font-size:17px}.admin-editor-head .primary-button{min-height:38px;padding:0 11px;font-size:11px}.admin-fields{grid-template-columns:1fr;gap:13px;padding:18px 0}.admin-fields .admin-field-wide,.admin-fields .admin-enabled{grid-column:auto}.admin-meta{grid-template-columns:1fr}.admin-meta>div{padding:10px 12px;border-right:0;border-bottom:1px solid var(--line)}.admin-meta>div:last-child{border-bottom:0}.admin-danger{align-items:stretch;flex-wrap:wrap}.admin-danger>div{flex-basis:100%}.admin-danger button{flex:1}.admin-usage-content{padding:18px 12px 28px}.usage-heading{align-items:center}.usage-heading h2{font-size:17px}.usage-heading>span{max-width:145px}.usage-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.usage-summary>div{border-bottom:1px solid #dde4e0}.usage-summary>div:nth-child(2){border-right:0}.usage-summary>div:nth-last-child(-n+2){border-bottom:0}.usage-detail-grid{grid-template-columns:1fr}}:root{--green: #176b50;--green-dark: #0e513d;--green-deep: #172a22;--green-soft: #e5f0eb;--ink: #18211d;--muted: #6d7772;--line: #d9deda;--line-strong: #c8cfca;--surface: #ffffff;--surface-soft: #f3f5f3;--surface-raised: #fafbf9;--amber: #a46b22;--amber-soft: #fbf1df;--brass: #c49a4b;--charcoal: #17211c;--charcoal-soft: #223029;--shadow-sm: 0 1px 2px rgba(20, 29, 24, .04), 0 8px 22px rgba(20, 29, 24, .055);--shadow-md: 0 20px 54px rgba(13, 22, 17, .18);--rail-width: clamp(208px, 11vw, 264px);--list-width: clamp(370px, 21vw, 530px);--detail-gutter: clamp(28px, 2.1vw, 64px)}html,.app-shell{background:#e8ece9}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-color:var(--brass)}*{scrollbar-color:#99a59e transparent}.topbar{height:78px;gap:13px;padding:0 22px;border-bottom:1px solid #2d3a33;background:var(--charcoal);box-shadow:0 10px 30px #0c141029}.brand-mark{width:42px;height:42px;border:0;background:transparent;box-shadow:0 8px 22px #070d0a47}.brand-copy strong{color:#f2ecdf;font-size:20px}.brand-copy span{color:#bda064}.game-switcher{height:48px;border-color:#3e4c45;background:#202c26;color:#f5f7f5;box-shadow:inset 0 1px #ffffff09}.game-switcher:hover{border-color:#8a7754;background:#26342d;box-shadow:none}.game-switcher-mark{background:#d4b16c;color:#17211c}.game-switcher-copy small{color:#98a69f}.game-switcher>svg{color:#aeb8b3}.global-search{height:48px;border-color:#cfd5d1;background:#f7f8f6;color:#707c75;box-shadow:inset 0 1px 2px #141d1809}.global-search:focus-within{border-color:#c2a05c;box-shadow:0 0 0 3px #c49a4b29}.qq-group-link{height:48px;flex:0 0 auto;display:flex;align-items:center;gap:9px;padding:0 13px;border:1px solid #6e613f;border-radius:7px;background:#202c26;color:#f1d59e;text-decoration:none;transition:border-color .16s ease,background .16s ease,transform .16s ease}.qq-group-link:hover{border-color:#d1ae69;background:#29382f;transform:translateY(-1px)}.qq-group-link>svg{flex:0 0 auto}.qq-group-link>span{display:flex;flex-direction:column}.qq-group-link small{color:#aeb8b2;font-size:8px;line-height:1}.qq-group-link strong{margin-top:4px;color:#f2d69e;font-size:11px;line-height:1;white-space:nowrap}.admin-toggle{height:48px;border-color:#435149;background:#202c26;color:#e2e7e4}.admin-toggle:hover,.admin-toggle.active{border-color:#7d8d84;background:#2a3931;color:#fff}.chat-toggle{height:48px;border-color:#d1ae69;background:var(--brass);color:#17211c;box-shadow:0 8px 22px #070d0a3d}.chat-toggle:hover,.chat-toggle.active{background:#d4ad62;color:#101713}.workspace{height:calc(100vh - 78px)}.category-rail{border-right-color:#303d36;background:var(--charcoal-soft)}.current-game{min-height:92px;border-bottom-color:#34433b;background:#1d2923}.current-game-mark{background:var(--brass);color:#17211c;box-shadow:0 6px 16px #070d0a38}.current-game strong{color:#f3f6f4}.current-game small{color:#8f9c95}.category-label{color:#829088}.category-list{gap:5px}.category-list button{height:48px;color:#b9c4be}.category-list button:hover{border-color:#405047;background:#29372f;color:#fff}.category-list button.active{border-color:#53685d;background:#314239;color:#fff;box-shadow:inset 0 1px #ffffff08}.category-list button.active:before{width:3px;background:var(--brass)}.category-list b{background:#2c3932;color:#9eaaa4}.category-list button.active b{background:#d1af6c;color:#17211c}.sync-status{border-top-color:#34433b;background:#1d2923;color:#829088}.entity-panel{border-right-color:#c5cbc7;background:#edf0ed}.entity-panel-head{height:68px;padding:0 18px;border-bottom-color:#d1d7d3;background:#fafbf9;box-shadow:0 4px 16px #141d1809}.entity-panel-head>div{color:var(--green)}.entity-panel-head strong{font-size:16px}.entity-sort{height:32px;border-color:#d0d6d2;background:#fff}.entity-source-filter{border-color:#b7c9c0;background:#edf4f0}.entity-total{border:1px solid #dde2de;background:#f0f2f0}.entity-list{padding:11px 10px}.entity-list>button{min-height:66px;margin-bottom:5px;padding:9px 10px;border-radius:7px;color:#25302a}.entity-list>button:hover{border-color:#d2d8d4;background:#ffffffd1;transform:translate(2px)}.entity-list>button.active{border-color:#aebfb6;background:#fff;box-shadow:0 8px 24px #17211c14}.entity-list>button.active:before{top:10px;bottom:10px;background:var(--brass)}.entity-kind{border:1px solid #d9dfdb;background:#f6f7f5;color:#66716b}.entity-list>button.active .entity-kind{border-color:var(--green-deep);background:var(--green-deep)}.entity-copy strong{color:#222d27;font-size:13px}.entity-copy small{color:#7a857f}.entity-consumption-total b{color:#0e5d44}.entity-pager{border-top-color:#d1d7d3;background:#fafbf9}.detail-panel{background:#f5f6f3}.detail-title{padding-top:30px;padding-bottom:24px;border-bottom-color:#d3d8d4;background:#fdfdfbf5;box-shadow:0 10px 30px #141d180b}.detail-kind{padding:5px 10px;background:var(--charcoal);color:#f5e6c5}.detail-title h1{margin-top:12px;color:#17211c;font-size:32px;font-weight:800}.description{border-color:#d9dedb;border-left-color:var(--brass);background:#f7f8f6;color:#48544e}.description a{color:#0e654a;font-weight:700;overflow-wrap:anywhere;text-decoration-thickness:1px;text-underline-offset:3px}.description a:hover{color:#9a6d26}.detail-section-nav button{height:36px;border-color:#d3d9d5;background:#fff;color:#47544d;box-shadow:0 2px 8px #141d1806}.detail-section-nav button:hover{border-color:#9caf9f;background:#edf3ef}.detail-section-nav b{background:#ecefed;color:#626e67}.detail-content{padding-top:12px}.fact-section{margin-top:30px}.section-head{min-height:46px;border-bottom-color:#cdd4cf}.section-mark{width:3px;height:20px;background:var(--brass)}.section-head h2{color:#1d2923;font-size:16px}.section-head>span{border:1px solid #dde2de;background:#f0f2f0}.fact-list{gap:11px 14px;padding-top:14px}.fact-row{border-color:#dce1dd;background:#fff;box-shadow:0 4px 16px #141d1809}.fact-row:hover{border-color:#a9bab1;box-shadow:0 10px 24px #141d1813}.fact-index{border:1px solid #d8dfda;background:#f1f4f1;color:#536159}.fact-link-action{border:1px solid #d5e1da;background:#e8f1ec}.drop-title{color:#202d26}.drop-meta>span{color:#5f6c65}.route-path{border-color:#d5dcd7;box-shadow:0 8px 24px #141d180e}.route-path>header{border-bottom-color:#d6ddd8;background:#edf3ef}.route-step-index{background:var(--charcoal-soft);box-shadow:0 0 0 1px #65796e}.show-more{border-color:#becbc4;background:#edf2ef}.show-more:hover{border-color:#8eaa9b;background:#e3ece7}.consumption-total-overview{border-color:#c7d2cc;background:#fafbf9;box-shadow:0 7px 22px #141d180a}.consumption-total-primary{border-right-color:#c7d2cc;background:#e5eee9}.consumption-total-primary strong{color:#0f5942}.consumption-simple-table{border-color:#d4dad6;box-shadow:0 8px 24px #141d180a}.consumption-simple-head{background:#eef1ee}.consumption-simple-row:nth-child(2n){background:#fafbf9}.back-to-top{border-color:#d1ae69;background:var(--charcoal);color:#f1d59e;box-shadow:0 12px 28px #0d16113d}.back-to-top:hover{background:#24332b}.game-picker-layer,.admin-layer{background:#0a100da8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.game-picker{border-right-color:#3d4a43;box-shadow:var(--shadow-md)}.chat-panel{border-left-color:#bfc8c2;box-shadow:-22px 0 56px #0d161133}.chat-head{background:#fafbf9}.chat-body{background:#eef1ee}.message p{box-shadow:0 6px 18px #141d180b}.admin-dialog{border-color:#adb9b2;box-shadow:0 28px 80px #080f0b57}.primary-button{background:var(--green-dark)}.primary-button:hover:not(:disabled){background:var(--charcoal-soft)}@media(max-width:1080px){.workspace{grid-template-columns:174px 320px minmax(0,1fr)}}@media(max-width:900px){.topbar{height:60px;padding:0 9px;background:var(--charcoal)}.brand-mark{width:36px;height:36px}.game-switcher,.admin-toggle{height:40px;background:#233129}.chat-toggle{height:40px}.global-search{background:#fff;box-shadow:0 8px 24px #0d161124}.qq-group-link{height:38px;gap:6px;padding:0 9px}.qq-group-link small{display:none}.qq-group-link strong{margin-top:0;font-size:10px}.topbar:not(.home-topbar) .qq-group-link{display:none}.category-rail{border-bottom-color:#35433b;background:var(--charcoal-soft)}.category-list{background:var(--charcoal-soft)}.category-list button{color:#bdc7c1}.category-list button.active{border-color:#d0ac66;background:var(--brass);color:#17211c}.entity-panel-head{height:54px}.entity-list{padding:8px}.entity-list>button{min-height:68px}.detail-panel{background:#f5f6f3}.mobile-detail-bar{border-bottom-color:#d5dad7;background:#fff}.detail-title{padding:22px 15px;background:#fdfdfb}.detail-title h1{font-size:25px}.detail-content{padding-left:12px;padding-right:12px}.fact-section{margin-top:24px}.fact-row{box-shadow:0 4px 14px #141d1809}}.admin-page-layer{background:#17211c;-webkit-backdrop-filter:none;backdrop-filter:none}.admin-page-dialog{border-color:#46534c}@media(max-width:900px){.admin-page-layer{padding:0}.admin-page-dialog{width:100%;height:100dvh;margin:0}.ai-settings-form{padding:18px 12px 30px}.settings-heading{min-height:68px;align-items:center;gap:12px}.settings-heading h2{font-size:17px}.settings-heading p{display:none}.settings-heading .primary-button{min-height:38px;padding:0 12px;font-size:10px}.settings-status-strip{grid-template-columns:1fr;gap:13px;padding:13px}.settings-grid{grid-template-columns:1fr}.settings-section-body{min-height:0}.maintenance-actions{grid-template-columns:1fr}.maintenance-row,.maintenance-row:nth-child(odd),.maintenance-row:nth-last-child(-n+2){border-right:0;border-bottom:1px solid #eee4e2}.maintenance-row:last-child{border-bottom:0}}@media(max-width:560px){.game-home{padding:60px 9px 9px}.game-home-grid{grid-template-columns:1fr;gap:7px}.game-home-item{min-height:58px}.admin-head{gap:7px;padding:0 8px}.admin-head>div:first-child{display:none}.admin-view-tabs{min-width:0;flex:1}.admin-view-tabs button{min-width:0;flex:1;justify-content:center;padding:0 5px}.admin-view-tabs button svg{display:none}.provider-health,.settings-fields,.settings-fields-three{grid-template-columns:1fr}.setting-field-wide{grid-column:auto}.maintenance-row{align-items:flex-start;flex-wrap:wrap}.maintenance-row>span{flex-basis:100%}.maintenance-row button{flex:1}}:root{--green: #239ba3;--green-dark: #17777d;--green-deep: #15171b;--green-soft: #e3f1f1;--ink: #191c20;--muted: #697078;--line: #d9d8d3;--line-strong: #c4c3bd;--surface: #ffffff;--surface-soft: #f4f2ed;--surface-raised: #faf9f6;--amber: #d59b13;--amber-soft: #fff7dc;--brass: #f2c14e;--charcoal: #15171b;--charcoal-soft: #202329;--signal-red: #e84d3d;--signal-teal: #239ba3;--signal-yellow: #f2c14e;--paper: #f4f2ed;--shadow-sm: 0 2px 8px rgba(20, 23, 27, .07);--shadow-md: 0 22px 56px rgba(20, 23, 27, .24)}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--signal-yellow);outline-offset:2px}*{scrollbar-color:#91969c transparent}*::-webkit-scrollbar-thumb{background:#91969c;background-clip:padding-box}.topbar{height:72px;gap:12px;border-bottom:4px solid var(--signal-red);background:var(--charcoal);box-shadow:0 6px 18px #14171b33}.brand-lockup{gap:10px}.brand-mark{width:44px;height:44px;border:1px solid #3d424a;border-radius:4px;background:#0d0f12;box-shadow:none}.brand-copy strong{color:#f4f2ed;font-size:18px;font-weight:800;text-shadow:none}.brand-copy span{margin-top:6px;color:#8f969e;font-family:Consolas,Microsoft YaHei UI,sans-serif;font-size:8px}.brand-copy span i{width:10px;background:var(--signal-red)}.game-switcher{height:44px;border-color:#424750;border-radius:4px;background:#202329;color:#f4f2ed;box-shadow:none}.game-switcher:hover{border-color:var(--signal-teal);background:#292d34}.game-switcher-mark,.current-game-mark{border-radius:3px;background:var(--signal-red);color:#fff}.game-switcher-copy small{color:#9399a1}.game-switcher>svg{color:var(--signal-yellow)}.global-search{height:44px;border-color:#424750;border-radius:4px;background:#f4f2ed;color:#737981;box-shadow:none}.global-search:focus-within,.game-search:focus-within{border-color:var(--signal-teal);background:#fff;box-shadow:0 0 0 3px #239ba32e}.global-search input::placeholder,.game-search input::placeholder,textarea::placeholder{color:#81868d}.search-clear{border-radius:3px}.search-clear:hover{background:#e3e1dc;color:var(--signal-red)}.qq-group-link{height:44px;border-color:#424750;border-radius:4px;background:#202329;color:var(--signal-yellow)}.qq-group-link:hover{border-color:var(--signal-yellow);background:#292d34}.qq-group-link small{color:#969ca4}.qq-group-link strong{color:var(--signal-yellow)}.admin-toggle{height:44px;border-color:#424750;border-radius:4px;background:#202329;color:#d7d9dc}.admin-toggle:hover,.admin-toggle.active{border-color:var(--signal-teal);background:#292d34;color:#fff}.chat-toggle{height:44px;border-color:var(--signal-red);border-radius:4px;background:var(--signal-red);color:#fff;box-shadow:none}.chat-toggle:hover,.chat-toggle.active{background:#c93b2e;color:#fff;transform:none}.icon-button{border-radius:3px}.icon-button:hover:not(:disabled){background:#e7e5e0;color:#15171b}.game-home{height:calc(100vh - 72px);padding:0 28px 42px;background:var(--paper)}.game-home-inner{max-width:1420px}.home-intro{min-height:230px;display:flex;flex-direction:column;justify-content:flex-end;padding:38px 0 30px;border-bottom:1px solid #b7b6b1}.home-intro-code{color:var(--signal-teal);font-family:Consolas,Microsoft YaHei UI,sans-serif;font-size:11px;font-weight:700}.home-intro-code span{margin-left:8px;padding:2px 5px;border:1px solid var(--signal-red);border-radius:2px;color:var(--signal-red);font-size:8px}.home-intro h1{margin:13px 0 0;color:#15171b;font-size:42px;line-height:1.1}.home-intro p{margin:10px 0 0;color:#656a70;font-size:13px}.home-intro-rule{display:flex;align-items:center;gap:12px;margin-top:24px}.home-intro-rule>span{width:86px;height:4px;background:var(--signal-red)}.home-intro-rule small{color:#747980;font-family:Consolas,Microsoft YaHei UI,sans-serif;font-size:10px}.game-home-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:26px;border-top:1px solid #b7b6b1;border-left:1px solid #b7b6b1}.game-home-item{min-height:92px;gap:13px;padding:13px 15px;border:0;border-right:1px solid #b7b6b1;border-bottom:1px solid #b7b6b1;border-radius:0;background:#faf9f6;color:#191c20;box-shadow:none;transition:background .15s ease,color .15s ease}.game-home-item:hover{border-color:#b7b6b1;background:#202329;color:#fff;box-shadow:inset 4px 0 0 var(--signal-red);transform:none}.game-home-item>.game-home-number{width:34px;height:34px;flex:0 0 34px;border:1px solid #c7c5bf;border-radius:3px;background:#eceae4;color:#575d64;font-family:Consolas,monospace;font-size:11px}.game-home-item:hover>.game-home-number{border-color:var(--signal-red);background:var(--signal-red);color:#fff}.game-home-item>.game-home-copy{width:auto;height:auto;min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border-radius:0;background:transparent;color:inherit;font-size:inherit;font-weight:inherit}.game-home-copy strong{overflow:hidden;color:inherit;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.game-home-copy small{margin-top:6px;overflow:hidden;color:#7b8086;font-family:Consolas,Microsoft YaHei UI,sans-serif;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.game-home-item:hover .game-home-copy small{color:#aeb3ba}.game-home-item>svg{flex:0 0 auto;color:var(--signal-red)}.game-home-loading{color:var(--signal-red)}.game-home-empty{color:#70757b}.workspace{height:calc(100vh - 72px)}.category-rail{border-right-color:#30343b;background:#202329}.current-game{min-height:86px;border-bottom-color:#343942;background:#181a1f}.current-game-mark{box-shadow:none}.current-game strong{color:#f4f2ed}.current-game small{color:#8d939b;font-family:Consolas,Microsoft YaHei UI,sans-serif}.category-label{color:#777e87;font-family:Consolas,Microsoft YaHei UI,sans-serif}.category-list{gap:2px;padding:0 8px}.category-list button{height:46px;border-radius:3px;color:#b6bbc2}.category-list button:hover{border-color:#3d424b;background:#292d34;color:#fff}.category-list button.active{border-color:#444952;background:#292d34;color:#fff;box-shadow:none}.category-list button.active:before{left:-8px;width:4px;height:28px;border-radius:0;background:var(--signal-red)}.category-list b{border-radius:3px;background:#30343b;color:#959ba3;font-family:Consolas,monospace}.category-list button.active b{background:var(--signal-yellow);color:#15171b}.sync-status{border-top-color:#343942;background:#181a1f;color:#7f868f}.entity-panel{border-right-color:#bbbcb8;background:#e7e6e1}.entity-panel-head{height:64px;border-bottom:1px solid #c3c2bd;background:#f4f2ed;box-shadow:none}.entity-panel-head>div{color:var(--signal-teal)}.entity-panel-head strong{color:#191c20}.entity-sort{border-color:#c8c7c2;border-radius:3px;background:#fff}.entity-source-filter{border-color:#239ba38c;background:#e5f2f2}.entity-source-filter select,.entity-source-filter svg{color:#176f75}.entity-total{border:1px solid #cfcec9;border-radius:3px;background:#e9e7e1;color:#636970;font-family:Consolas,monospace}.entity-list{padding:8px}.entity-list>button{min-height:64px;margin-bottom:3px;border-radius:3px;color:#282c31}.entity-list>button:hover{border-color:#b8b7b2;background:#f4f2ed;transform:none}.entity-list>button.active{border-color:#999b9c;background:#fff;box-shadow:inset 4px 0 0 var(--signal-red)}.entity-list>button.active:before{display:none}.entity-kind{border:1px solid #cac9c4;border-radius:3px;background:#eeece7;color:#656b72}.entity-list>button.active .entity-kind{border-color:var(--signal-teal);background:var(--signal-teal);color:#fff}.entity-copy strong{color:#22262b}.entity-copy small{color:#7a7f85}.entity-consumption-total b{color:var(--signal-red)}.entity-pager{border-top-color:#c5c4bf;background:#f4f2ed}.entity-pager svg{color:var(--signal-red)}.detail-panel{background:#f4f2ed}.detail-title{border-bottom-color:#c4c3be;background:#faf9f6f7;box-shadow:0 6px 14px #15171b0f}.detail-kind{border-radius:2px;background:var(--signal-red);color:#fff}.detail-title h1{color:#15171b;font-size:30px}.description{border-color:#cfcec9;border-left-color:var(--signal-teal);border-radius:0;background:#eeece7;color:#474c52}.description a{color:#16767c}.description a:hover{color:var(--signal-red)}.detail-section-nav button{border-color:#cac9c4;border-radius:3px;background:#fff;color:#4b5157;box-shadow:none}.detail-section-nav button:hover{border-color:var(--signal-teal);background:#e4f1f1;color:#176f75}.detail-section-nav b{border-radius:2px;background:#e8e6e0}.section-head{border-bottom-color:#bab9b4}.section-mark{width:4px;height:20px;border-radius:0;background:var(--signal-red)}.section-head h2{color:#191c20}.section-head>span{border:1px solid #cfcec9;border-radius:3px;background:#ebe9e3}.fact-row,.npc-action-card,.route-path,.consumption-simple-table{border-color:#d1d0cb;border-radius:3px;box-shadow:none}.fact-row:hover{border-color:#9fa1a1;box-shadow:0 4px 12px #15171b14}.fact-index{border-color:#cfcec9;border-radius:2px;background:#ebe9e3;color:#5d6268}.fact-link-action{border-color:#bee0e1;border-radius:2px;background:#e4f2f2;color:#176f75}.route-path>header{border-bottom-color:#c9c8c3;background:#e6f1f1;color:#176f75}.route-step-index{border-radius:3px;background:var(--signal-teal);box-shadow:none}.show-more{border-color:#bfc1c0;border-radius:3px;background:#e8e7e2;color:#353a3f}.show-more:hover{border-color:var(--signal-teal);background:#e3f1f1}.consumption-total-overview{border-color:#c7c6c1;border-radius:3px;background:#faf9f6;box-shadow:none}.consumption-total-primary{border-right-color:#c7c6c1;background:#e3f1f1;color:#176f75}.consumption-total-primary strong{color:#176f75}.npc-action-index{border-radius:3px;background:var(--signal-red)}.back-to-top{border-color:var(--signal-red);border-radius:3px;background:var(--signal-red);color:#fff;box-shadow:0 8px 20px #15171b2e}.back-to-top:hover{background:#c93b2e}.game-picker-layer,.admin-layer{background:#0d0f12b8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.game-picker{border-right-color:#424750;background:#f4f2ed}.game-picker-head{border-bottom-color:#c8c7c2;background:#15171b;color:#f4f2ed}.game-picker-head span{color:#9298a0}.game-picker-head .icon-button{color:#d8dadd}.game-picker-head .icon-button:hover{background:#292d34;color:#fff}.game-search{border-color:#c8c7c2;border-radius:3px;background:#fff}.game-row{border-bottom-color:#d6d4ce;border-radius:2px}.game-row:hover{background:#e9e7e1}.game-row.active{background:#202329;color:#fff}.game-initial{border-radius:3px;background:#dedcd6;color:#555b62}.game-row.active .game-initial{background:var(--signal-red);color:#fff}.game-row.active .game-copy small{color:#abb0b6}.chat-scrim{top:72px;right:0;bottom:0;left:0;background:#0d0f1273}.chat-panel{top:72px;border-left-color:#3f444c;box-shadow:-18px 0 42px #15171b3d}.chat-head{border-bottom:4px solid var(--signal-teal);background:#15171b}.chat-head>div{color:var(--signal-teal)}.chat-head strong{color:#f4f2ed}.chat-head small{color:#9298a0}.chat-head .icon-button{color:#c8cbd0}.chat-head .icon-button:hover{background:#292d34;color:#fff}.chat-body{background:#e7e6e1}.message-avatar{border-radius:3px;background:var(--signal-teal);color:#fff}.message.user .message-avatar{background:var(--signal-yellow);color:#15171b}.message p{border-color:#c9c8c3;border-radius:3px;background:#fff;box-shadow:none}.message.user p{border-color:#f0b5af;background:#fff0ed}.chat-form{border-top-color:#c9c8c3;background:#f4f2ed}.chat-form textarea{border-color:#c5c4bf;border-radius:3px;background:#fff}.chat-form textarea:focus{border-color:var(--signal-teal);box-shadow:0 0 0 3px #239ba329}.chat-form button{border-radius:3px;background:var(--signal-red)}.chat-form button:hover:not(:disabled){background:#c93b2e}.typing{border-color:#c9c8c3;border-radius:3px}.typing i{background:var(--signal-teal)}@media(max-width:900px){.topbar{height:60px;border-bottom-width:3px;background:#15171b}.brand-mark{width:36px;height:36px}.game-switcher,.admin-toggle{background:#202329}.global-search{background:#f4f2ed;box-shadow:none}.workspace{height:calc(100dvh - 60px)}.category-rail,.category-list{background:#202329}.category-rail{border-bottom-color:#353a42}.category-list button{color:#b8bdc4}.category-list button.active{border-color:var(--signal-red);background:var(--signal-red);color:#fff}.category-list button.active b{background:var(--signal-yellow);color:#15171b}.entity-panel-head,.detail-panel{background:#f4f2ed}.mobile-detail-bar{border-bottom-color:#c9c8c3;background:#faf9f6}.detail-title{background:#faf9f6}.chat-scrim{top:60px;right:0;bottom:0;left:0}.chat-panel{top:60px}.game-home{height:calc(100dvh - 60px);padding:0 14px 24px}.home-intro{min-height:188px;padding:28px 0 24px}.home-intro h1{font-size:34px}.game-home-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}}@media(max-width:560px){.game-home{padding:0 9px 18px}.home-intro{min-height:164px;padding:24px 5px 20px}.home-intro h1{font-size:28px}.home-intro p{font-size:12px}.home-intro-rule{margin-top:18px}.game-home-grid{grid-template-columns:1fr;gap:0}.game-home-item{min-height:72px;padding:10px 12px}.game-home-item>.game-home-number{width:30px;height:30px;flex-basis:30px}.game-home-copy strong{font-size:13px}}:root{color-scheme:light;--green: #59c90f;--green-dark: #167321;--green-deep: #12491b;--green-soft: #eef8e8;--ink: #1d261f;--muted: #6f7971;--line: #e0e5dd;--line-strong: #cdd5cb;--surface: #ffffff;--surface-soft: #f5f7f3;--surface-raised: #fbfcfa;--amber: #9a7424;--amber-soft: #fff8e8;--brass: #c9ae62;--charcoal: #263129;--charcoal-soft: #344138;--signal-red: #59c90f;--signal-teal: #42a84d;--signal-yellow: #dff4ca;--paper: #f4f6f2;--brand-lime: #67d516;--brand-bright: #8ee72f;--brand-mid: #45aa12;--brand-deep: #12691d;--brand-ink: #18221b;--brand-ivory: #ffffff;--brand-silver: #768079;--shadow-sm: 0 6px 18px rgba(28, 48, 32, .07);--shadow-md: 0 20px 56px rgba(28, 48, 32, .16)}*{scrollbar-color:#aeb7b0 transparent}*::-webkit-scrollbar-thumb{background:#aeb7b0;background-clip:padding-box}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-color:#55bd16}.topbar{height:76px;gap:14px;padding:0 24px;border-bottom:1px solid #d9e1d7;background:#fffffffa;box-shadow:0 5px 22px #1d332112}.topbar.home-topbar{padding-right:max(24px,calc((100vw - 1500px)/2));padding-left:max(24px,calc((100vw - 1500px)/2))}.brand-lockup{gap:11px}.brand-mark{width:54px;height:54px;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.brand-logo{filter:drop-shadow(0 7px 8px rgba(42,107,22,.16));transform:scale(1.12)}.brand-copy strong{color:#19311f;font-size:18px}.brand-copy span{color:#78847b}.brand-copy span i{background:#59c90f}.game-switcher{height:46px;border-color:#d4ded2;background:#f7faf5;color:#243128;box-shadow:none}.game-switcher:hover{border-color:#84c765;background:#fff;box-shadow:var(--shadow-sm)}.game-switcher-mark,.current-game-mark{background:#63d315;color:#153219;box-shadow:none}.game-switcher-copy small{color:#7b877e}.game-switcher>svg{color:#4b9f2c}.global-search{height:46px;border-color:#d4ddd2;background:#f6f8f4;color:#7b857d;box-shadow:none}.global-search:focus-within,.game-search:focus-within{border-color:#74c950;background:#fff;box-shadow:0 0 0 3px #59c90f1f}.search-clear:hover{background:#e8efe5;color:#1d6d27}.qq-group-link{height:46px;border-color:#d2ddd0;background:#f5f9f3;color:#277c31}.qq-group-link:hover{border-color:#7cc55d;background:#edf7e9}.qq-group-link small{color:#7b877e}.qq-group-link strong{color:#277c31}.admin-toggle{height:46px;border-color:#d4ded2;background:#fff;color:#4e5b52}.admin-toggle:hover,.admin-toggle.active{border-color:#78c457;background:#edf7e9;color:#1e6d28}.chat-toggle{height:46px;border-color:#58c80f;background:#64d415;color:#163119;box-shadow:0 8px 20px #4ab00d2b}.chat-toggle:hover,.chat-toggle.active{background:#75dd23;color:#112715}.icon-button:hover:not(:disabled){background:#e9eee7;color:#224d29}.game-home{height:calc(100vh - 76px);padding:30px 28px 48px;background:#f3f6f1;color:#1d261f}.game-home-inner{max-width:1500px}.game-home-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:0;border:0}.game-home-item{min-height:92px;gap:13px;padding:15px 16px;border:1px solid #dce4da;border-radius:7px;background:#fff;color:#1e2921;box-shadow:0 5px 18px #1f39240e}.game-home-item:hover{border-color:#8dcf70;background:#fff;color:#17231a;box-shadow:0 14px 32px #1f39241f;transform:translateY(-2px)}.game-home-item>.game-home-number{width:36px;height:36px;flex:0 0 36px;border-color:#b9d9ab;background:#eef8e9;color:#27802f}.game-home-item:hover>.game-home-number{border-color:#58c80f;background:#64d415;color:#173319}.game-home-copy strong{color:#202c23}.game-home-copy small{color:#7b867e}.game-home-item:hover .game-home-copy small{color:#657168}.game-home-item>svg{color:#55b82a}.game-home-loading{color:#4eaf23}.game-home-empty{min-height:230px;margin:0;border:1px dashed #c9d6c5;background:#fff;color:#7a867d}.workspace{height:calc(100vh - 76px)}.category-rail{border-right-color:#d5ddd2;background:#f8faf6}.current-game{min-height:90px;border-bottom-color:#dce3da;background:#fff}.current-game strong{color:#1f3224}.current-game small{color:#819086}.category-label{color:#87928a}.category-list button{color:#526057}.category-list button:hover{border-color:#dae5d6;background:#fff;color:#24492b}.category-list button.active{border-color:#a8d795;background:#eaf6e5;color:#1c7027;box-shadow:none}.category-list button.active:before{background:#58c80f}.category-list b{background:#edf1eb;color:#758079}.category-list button.active b{background:#64d415;color:#173319}.sync-status{border-top-color:#dce3da;background:#fff;color:#87928a}.entity-panel{border-right-color:#ccd4ca;background:#edf1eb}.entity-panel-head{border-bottom-color:#d7ded5;background:#fff;box-shadow:0 4px 16px #1f392409}.entity-panel-head>div{color:#298238}.entity-panel-head strong{color:#202b22}.entity-sort{border-color:#d3dbd1;background:#f8faf7}.entity-source-filter{border-color:#b6d8a8;background:#edf7e8}.entity-source-filter select,.entity-source-filter svg{color:#24752e}.entity-total{border-color:#d9dfd7;background:#f0f3ee;color:#707a73}.entity-list>button{color:#29322b}.entity-list>button:hover{border-color:#d1dbce;background:#ffffffc7}.entity-list>button.active{border-color:#abd09d;background:#fff;box-shadow:var(--shadow-sm)}.entity-list>button.active:before{background:#5bca11}.entity-kind{border-color:#d8ded6;background:#f7f9f6;color:#657068}.entity-list>button.active .entity-kind{border-color:#21812d;background:#21812d;color:#fff}.entity-consumption-total b{color:#237a2e}.entity-pager{border-top-color:#d6ddd4;background:#fff}.entity-pager svg{color:#2b8137}.detail-panel{background:#f8f9f6}.detail-title{border-bottom-color:#dce2da;background:#fffffff7;box-shadow:0 7px 22px #1f39240b}.detail-kind{background:#21812d;color:#fff}.detail-title h1{color:#17241b}.description{border-color:#dce4d9;border-left-color:#64d415;background:#f3f7f1;color:#4c574f}.description a{color:#1e7429}.description a:hover{color:#459f1c}.detail-section-nav button{border-color:#d6ddd4;background:#fff;color:#4e5a52;box-shadow:none}.detail-section-nav button:hover{border-color:#9bcf85;background:#edf7e9;color:#1e7028}.detail-section-nav b{background:#eef1ec}.section-head{border-bottom-color:#d2d9cf}.section-mark{background:#5ccc12}.section-head h2{color:#1e2b21}.section-head>span{border-color:#dce2da;background:#f1f3ef}.fact-row,.npc-action-card,.route-path,.consumption-simple-table{border-color:#dce3d9;background:#fff;box-shadow:0 4px 14px #1f392409}.fact-row:hover{border-color:#b3cfa8;box-shadow:0 9px 22px #1f392412}.fact-index{border-color:#dce2da;background:#f2f5f0;color:#5e6a61}.fact-link-action{border-color:#c8dfbd;background:#edf7e9;color:#25772f}.route-path>header{border-bottom-color:#d6e1d2;background:#edf7e9;color:#22732c}.route-step-index{background:#237d2e;color:#fff;box-shadow:0 0 0 1px #8bb87c}.show-more{border-color:#c7d5c2;background:#f0f6ed;color:#2f6d36}.show-more:hover{border-color:#8fc779;background:#eaf5e5}.consumption-total-overview{border-color:#d1ddcd;background:#fff;box-shadow:var(--shadow-sm)}.consumption-total-primary{border-right-color:#d1ddcd;background:#eaf6e5;color:#24752e}.consumption-total-primary strong{color:#24752e}.npc-action-index{background:#237d2e;color:#fff}.back-to-top{border-color:#3da90f;background:#59c90f;color:#173319;box-shadow:0 10px 24px #3f9a0d33}.back-to-top:hover{background:#6bd91b}.game-picker-layer,.admin-layer{background:#1a261d57;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.game-picker{border-right-color:#d2dbd0;background:#fff}.game-picker-head{border-bottom-color:#d9e1d7;background:#f7faf5;color:#223027}.game-picker-head span{color:#7b887f}.game-picker-head .icon-button{color:#607067}.game-picker-head .icon-button:hover{background:#e9f0e6;color:#265d2d}.game-search{border-color:#d5ddd3;background:#f7f9f6}.game-row{border-bottom-color:#e3e8e1}.game-row:hover{background:#f0f5ee}.game-row.active{background:#eaf6e5;color:#1c7027}.game-initial{background:#edf1eb;color:#5c695f}.game-row.active .game-initial{background:#60cf13;color:#173319}.game-row.active .game-copy small{color:#5f7563}.chat-scrim{top:76px;right:0;bottom:0;left:0;background:#1f2b223d}.chat-panel{top:76px;border-left-color:#ccd6ca;box-shadow:-20px 0 50px #1f392424}.chat-head{border-bottom:1px solid #dce4d9;background:#fff}.chat-head>div{color:#2a8737}.chat-head strong{color:#1d2a20}.chat-head small{color:#7c8980}.chat-head .icon-button{color:#647068}.chat-head .icon-button:hover{background:#eaf1e7;color:#23692c}.chat-body{background:#f2f5f0}.message-avatar{background:#e6f4df;color:#23772d}.message.user .message-avatar{background:#65d315;color:#173319}.message p{border-color:#d8e0d6;background:#fff;box-shadow:var(--shadow-sm)}.message.user p{border-color:#b8d9a9;background:#eaf6e5}.chat-form textarea{border-color:#d1dad0;background:#f9faf8}.chat-form textarea:focus{border-color:#74c950;box-shadow:0 0 0 3px #59c90f1f;background:#fff}.chat-form button{background:#59c90f;color:#173319}.chat-form button:hover:not(:disabled){background:#6bd91b}.typing{border-color:#d8e0d6}.typing i{background:#4aae1a}.primary-button{background:#278132;color:#fff}.primary-button:hover:not(:disabled){background:#1e6e29}@media(max-width:900px){.topbar{height:60px;padding:0 9px;border-bottom-color:#d5ded3;background:#fff}.brand-mark{width:43px;height:43px}.game-switcher,.admin-toggle{background:#f6f9f4}.global-search{background:#fff;box-shadow:0 7px 20px #1f392417}.workspace{height:calc(100dvh - 60px)}.category-rail,.category-list{background:#f8faf6}.category-rail{border-bottom-color:#d5ded3}.category-list button{color:#526057}.category-list button.active{border-color:#61c732;background:#64d415;color:#173319}.category-list button.active b{background:#237d2e;color:#fff}.entity-panel-head{background:#fff}.detail-panel{background:#f8f9f6}.mobile-detail-bar{border-bottom-color:#d8e0d6;background:#fff}.detail-title{background:#fff}.chat-scrim{top:60px;right:0;bottom:0;left:0}.chat-panel{top:60px}.game-home{height:calc(100dvh - 60px);padding:66px 14px 28px}.game-home-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}}@media(max-width:560px){.game-home{padding:66px 9px 20px}.game-home-grid{grid-template-columns:1fr;gap:9px}.game-home-item{min-height:72px;padding:10px 12px}.game-home-item>.game-home-number{width:32px;height:32px;flex-basis:32px}}@media not all{:root{--green: #69ce13;--green-dark: #166b21;--green-deep: #071b0d;--green-soft: #edf8df;--ink: #162018;--muted: #69736b;--line: #dfe2d8;--line-strong: #c9cec3;--surface: #ffffff;--surface-soft: #f4f6ef;--surface-raised: #fbfcf8;--amber: #9b7d2d;--amber-soft: #faf6e8;--brass: #d8cc8b;--charcoal: #07130a;--charcoal-soft: #0d2414;--signal-red: #69ce13;--signal-teal: #8be521;--signal-yellow: #f1f3d9;--paper: #f3f5ef;--brand-lime: #83e51c;--brand-bright: #b4f33a;--brand-mid: #3fad0a;--brand-deep: #086315;--brand-ink: #06160a;--brand-ivory: #f7f8e9;--brand-silver: #aeb8af;--shadow-sm: 0 8px 24px rgba(7, 27, 13, .08);--shadow-md: 0 26px 72px rgba(2, 14, 6, .34)}html,.app-shell{background:var(--brand-ink)}body{color:var(--ink)}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--brand-lime);outline-offset:2px}*{scrollbar-color:#6d786f transparent}*::-webkit-scrollbar-thumb{background:#6d786f;background-clip:padding-box}.topbar{height:78px;gap:14px;padding:0 24px;border-bottom:1px solid #2e6235;background:#06140a;box-shadow:0 12px 36px #000c0347}.topbar.home-topbar{padding-right:max(24px,calc((100vw - 1500px)/2));padding-left:max(24px,calc((100vw - 1500px)/2))}.brand-lockup{gap:12px}.brand-mark{width:56px;height:56px;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.brand-logo{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 9px rgba(0,0,0,.35));transform:scale(1.14)}.brand-copy strong{color:var(--brand-ivory);font-size:18px;font-weight:800;text-shadow:none}.brand-copy span{margin-top:7px;color:#92a694;font-family:Segoe UI,Microsoft YaHei UI,sans-serif;font-size:8px;font-weight:600}.brand-copy span i{width:16px;height:1px;background:var(--brand-lime)}.game-switcher{height:46px;border-color:#31563a;border-radius:6px;background:#102819;color:var(--brand-ivory);box-shadow:inset 0 1px #ffffff09}.game-switcher:hover{border-color:var(--brand-lime);background:#173720;box-shadow:0 8px 22px #000c0333}.game-switcher-mark,.current-game-mark{border-radius:5px;background:var(--brand-lime);color:#08210d;box-shadow:0 7px 18px #53c20a33}.game-switcher-copy small{color:#8da491}.game-switcher>svg{color:var(--brand-bright)}.global-search{height:46px;border-color:#45634c;border-radius:6px;background:#f7f8ef;color:#69746b;box-shadow:0 8px 28px #000c0329}.global-search:focus-within,.game-search:focus-within{border-color:var(--brand-lime);background:#fff;box-shadow:0 0 0 3px #83e51c2e,0 10px 30px #000c032e}.global-search input::placeholder,.game-search input::placeholder,textarea::placeholder{color:#858e86}.search-clear{border-radius:4px}.search-clear:hover{background:#ebeee5;color:var(--brand-deep)}.qq-group-link{height:46px;border-color:#355d3e;border-radius:6px;background:#102819;color:var(--brand-lime)}.qq-group-link:hover{border-color:var(--brand-lime);background:#173720;transform:translateY(-1px)}.qq-group-link small{color:#8da491}.qq-group-link strong{color:var(--brand-bright)}.admin-toggle{height:46px;border-color:#355d3e;border-radius:6px;background:#102819;color:#dce5dc}.admin-toggle:hover,.admin-toggle.active{border-color:var(--brand-lime);background:#173720;color:#fff}.chat-toggle{height:46px;border-color:var(--brand-lime);border-radius:6px;background:var(--brand-lime);color:#09210d;box-shadow:0 10px 26px #46b8083d}.chat-toggle:hover,.chat-toggle.active{background:var(--brand-bright);color:#06150a;transform:translateY(-1px)}.icon-button{border-radius:5px}.icon-button:hover:not(:disabled){background:#e9eee5;color:#0b3e16}.game-home{height:calc(100vh - 78px);padding:0 28px 52px;background:#07130a;color:var(--brand-ivory)}.game-home-inner{max-width:1500px}.home-intro{min-height:330px;align-items:center;justify-content:center;padding:30px 0 26px;border-bottom:1px solid #294d30;text-align:center}.home-brand-visual{width:178px;height:178px;display:block;object-fit:contain;filter:drop-shadow(0 24px 26px rgba(0,0,0,.38))}.home-intro-code{margin-top:6px;color:var(--brand-lime);font-family:Segoe UI,Microsoft YaHei UI,sans-serif;font-size:9px;font-weight:700}.home-intro h1{margin:8px 0 0;color:var(--brand-ivory);font-size:34px;font-weight:800;line-height:1.18}.home-intro p{margin:8px 0 0;color:#a7b4a8;font-size:12px}.home-intro-rule{justify-content:center;gap:12px;margin-top:17px}.home-intro-rule>span{width:48px;height:1px;background:#4e7654}.home-intro-rule small{color:#8ea291;font-family:Segoe UI,Microsoft YaHei UI,sans-serif;font-size:9px}.home-library-head{min-height:66px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #294d30}.home-library-head strong{color:#f5f7e8;font-size:15px}.home-library-head span{min-width:52px;padding:5px 8px;border:1px solid #345e3c;border-radius:4px;color:#9db2a0;font-size:9px;text-align:center}.game-home-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px;border:0}.game-home-item{min-height:88px;gap:13px;padding:14px 15px;border:1px solid #284b30;border-radius:6px;background:#0d2113;color:#f0f3e5;box-shadow:0 10px 28px #000a031f;transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.game-home-item:hover{border-color:var(--brand-lime);background:var(--brand-ivory);color:#122018;box-shadow:0 16px 36px #000a0347;transform:translateY(-2px)}.game-home-item>.game-home-number{width:34px;height:34px;flex:0 0 34px;border:1px solid #49734f;border-radius:5px;background:#17371f;color:var(--brand-lime);font-family:Segoe UI,sans-serif;font-size:10px}.game-home-item:hover>.game-home-number{border-color:var(--brand-lime);background:var(--brand-lime);color:#08210d}.game-home-copy strong{color:inherit;font-size:14px}.game-home-copy small{color:#8ea291;font-family:Segoe UI,Microsoft YaHei UI,sans-serif}.game-home-item:hover .game-home-copy small{color:#6f7a71}.game-home-item>svg{color:var(--brand-lime)}.game-home-loading{min-height:230px;color:var(--brand-lime)}.game-home-empty{min-height:230px;margin-top:16px;border:1px solid #294d30;border-radius:6px;background:#0b1d11;color:#90a393}.workspace{height:calc(100vh - 78px)}.category-rail{border-right-color:#1f4829;background:#0a1e10}.current-game{min-height:92px;border-bottom-color:#21472a;background:#07180c}.current-game-mark{box-shadow:0 8px 18px #45b4092e}.current-game strong{color:var(--brand-ivory)}.current-game small{color:#78927c;font-family:Segoe UI,Microsoft YaHei UI,sans-serif}.category-label{color:#6f8873;font-family:Segoe UI,Microsoft YaHei UI,sans-serif}.category-list{gap:4px;padding:0 9px}.category-list button{height:48px;border-radius:6px;color:#aebcaf}.category-list button:hover{border-color:#285133;background:#12301a;color:#fff}.category-list button.active{border-color:#4c861f;background:#183b1b;color:#fff;box-shadow:inset 0 1px #ffffff09}.category-list button.active:before{left:-9px;width:3px;height:26px;border-radius:0 3px 3px 0;background:var(--brand-lime)}.category-list b{border-radius:4px;background:#15301c;color:#7f9883;font-family:Segoe UI,sans-serif}.category-list button.active b{background:var(--brand-lime);color:#09210e}.sync-status{border-top-color:#21472a;background:#07180c;color:#6f8873}.entity-panel{border-right-color:#c4cabf;background:#e7ebe3}.entity-panel-head{height:66px;border-bottom-color:#cbd0c6;background:#f8f9f3;box-shadow:0 6px 22px #071b0d0b}.entity-panel-head>div{color:var(--brand-deep)}.entity-panel-head strong{color:#162018}.entity-sort{border-color:#ccd2c7;border-radius:5px;background:#fff}.entity-source-filter{border-color:#a9cc98;background:#eff8e8}.entity-source-filter select,.entity-source-filter svg{color:#176520}.entity-total{border:1px solid #d4d8d0;border-radius:4px;background:#ecefe9;color:#677069;font-family:Segoe UI,sans-serif}.entity-list{padding:10px}.entity-list>button{min-height:66px;margin-bottom:5px;border-radius:6px;color:#283129}.entity-list>button:hover{border-color:#b7c2b5;background:#f7f9f3;transform:translate(2px)}.entity-list>button.active{border-color:#9eb597;background:#fff;box-shadow:0 10px 26px #071b0d17}.entity-list>button.active:before{display:block;top:11px;bottom:11px;width:3px;background:var(--brand-lime)}.entity-kind{border:1px solid #d1d7cd;border-radius:5px;background:#eff2ec;color:#667069}.entity-list>button.active .entity-kind{border-color:var(--brand-deep);background:var(--brand-deep);color:var(--brand-lime)}.entity-copy strong{color:#202921}.entity-copy small{color:#778079}.entity-consumption-total b{color:#197124}.entity-pager{border-top-color:#ccd2c8;background:#f8f9f3}.entity-pager svg{color:var(--brand-deep)}.detail-panel{background:#f4f6ef}.detail-title{border-bottom-color:#d0d5cb;background:#fbfcf8f7;box-shadow:0 10px 30px #071b0d0e}.detail-kind{border-radius:4px;background:var(--brand-deep);color:#d5f5a3}.detail-title h1{color:#112117;font-size:30px}.description{border-color:#d7ddd2;border-left-color:var(--brand-lime);border-radius:0 6px 6px 0;background:#f0f4ec;color:#465047}.description a{color:#176b21}.description a:hover{color:#46a50e}.detail-section-nav button{border-color:#d0d6cc;border-radius:5px;background:#fff;color:#4c574e;box-shadow:0 4px 14px #071b0d09}.detail-section-nav button:hover{border-color:#8dbb77;background:#eef8e7;color:#176520}.detail-section-nav b{border-radius:4px;background:#e9eee6}.section-head{border-bottom-color:#c6cdc2}.section-mark{width:3px;height:20px;border-radius:2px;background:var(--brand-lime)}.section-head h2{color:#16241b}.section-head>span{border:1px solid #d5dad1;border-radius:4px;background:#ecefe9}.fact-row,.npc-action-card,.route-path,.consumption-simple-table{border-color:#d9ded5;border-radius:6px;box-shadow:0 6px 20px #071b0d0a}.fact-row:hover{border-color:#a8bca3;box-shadow:0 12px 28px #071b0d14}.fact-index{border-color:#d8ddd4;border-radius:4px;background:#edf1e9;color:#5b685e}.fact-link-action{border-color:#bdd7b2;border-radius:4px;background:#ebf7e5;color:#176520}.route-path>header{border-bottom-color:#cbd5c6;background:#eaf5e5;color:#176520}.route-step-index{border-radius:50%;background:var(--brand-deep);box-shadow:0 0 0 1px #86b46f}.show-more{border-color:#b8c7b3;border-radius:5px;background:#edf4e9;color:#1c5524}.show-more:hover{border-color:#75ac5c;background:#e5f4dd}.consumption-total-overview{border-color:#c9d4c4;border-radius:6px;background:#fbfcf8;box-shadow:0 8px 24px #071b0d0b}.consumption-total-primary{border-right-color:#c9d4c4;background:#e8f5e1;color:#176520}.consumption-total-primary strong{color:#176520}.npc-action-index{border-radius:5px;background:var(--brand-deep);color:var(--brand-lime)}.back-to-top{border-color:var(--brand-lime);border-radius:6px;background:var(--brand-deep);color:var(--brand-lime);box-shadow:0 12px 28px #071b0d3d}.back-to-top:hover{background:#12351a}.game-picker-layer,.admin-layer{background:#020e06c2;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.game-picker{border-right-color:#33573b;background:#f4f6ef;box-shadow:var(--shadow-md)}.game-picker-head{border-bottom-color:#294c30;background:#071b0d;color:var(--brand-ivory)}.game-picker-head span{color:#89a08d}.game-picker-head .icon-button{color:#d8e3d8}.game-picker-head .icon-button:hover{background:#15331c;color:#fff}.game-search{border-color:#c7cec3;border-radius:5px;background:#fff}.game-row{border-bottom-color:#dce1d8;border-radius:5px}.game-row:hover{background:#ebf0e8}.game-row.active{background:#0b2813;color:#fff}.game-initial{border-radius:5px;background:#e4e9e1;color:#59645b}.game-row.active .game-initial{background:var(--brand-lime);color:#08210d}.game-row.active .game-copy small{color:#9bb19f}.chat-scrim{top:78px;right:0;bottom:0;left:0;background:#020e0680;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.chat-panel{top:78px;border-left-color:#31563a;box-shadow:-24px 0 62px #020e0647}.chat-head{border-bottom:1px solid #3a6b42;background:#071b0d}.chat-head>div{color:var(--brand-lime)}.chat-head strong{color:var(--brand-ivory)}.chat-head small{color:#88a08c}.chat-head .icon-button{color:#c7d7c9}.chat-head .icon-button:hover{background:#15331c;color:#fff}.chat-body{background:#e7ebe3}.message-avatar{border-radius:5px;background:var(--brand-deep);color:var(--brand-lime)}.message.user .message-avatar{background:var(--brand-lime);color:#08210d}.message p{border-color:#ccd4c8;border-radius:6px;background:#fff;box-shadow:0 8px 22px #071b0d0e}.message.user p{border-color:#b8d8a9;background:#eef8e7}.chat-form{border-top-color:#cbd2c7;background:#f8f9f3}.chat-form textarea{border-color:#c7cec3;border-radius:6px;background:#fff}.chat-form textarea:focus{border-color:var(--brand-lime);box-shadow:0 0 0 3px #83e51c29}.chat-form button{border-radius:6px;background:var(--brand-deep);color:var(--brand-lime)}.chat-form button:hover:not(:disabled){background:#12351a}.typing{border-color:#ccd4c8;border-radius:6px}.typing i{background:var(--brand-mid)}.primary-button{background:var(--brand-deep);color:#fff}.primary-button:hover:not(:disabled){background:#12351a}@media(max-width:1080px){.game-home-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.topbar{height:62px;padding:0 10px;border-bottom-color:#2d6034;background:#06140a}.brand-mark{width:44px;height:44px}.game-switcher,.admin-toggle{background:#102819}.global-search{background:#f7f8ef;box-shadow:0 8px 22px #000c0326}.workspace{height:calc(100dvh - 62px)}.category-rail,.category-list{background:#0a1e10}.category-rail{border-bottom-color:#285032}.category-list button{color:#b3c0b5}.category-list button.active{border-color:var(--brand-lime);background:var(--brand-lime);color:#08210d}.category-list button.active b{background:#0a2b13;color:#e5f5d3}.entity-panel-head{background:#f8f9f3}.detail-panel{background:#f4f6ef}.mobile-detail-bar{border-bottom-color:#cbd2c7;background:#fbfcf8}.detail-title{background:#fbfcf8}.chat-scrim{top:62px;right:0;bottom:0;left:0}.chat-panel{top:62px}.game-home{height:calc(100dvh - 62px);padding:58px 14px 28px}.home-intro{min-height:284px;padding:24px 0 22px}.home-brand-visual{width:146px;height:146px}.home-intro h1{font-size:29px}.home-library-head{min-height:58px}.game-home-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:13px}}@media(max-width:560px){.game-home{padding:58px 9px 20px}.home-intro{min-height:248px;padding:18px 0 16px}.home-brand-visual{width:124px;height:124px}.home-intro-code{margin-top:2px;font-size:8px}.home-intro h1{margin-top:6px;font-size:24px}.home-intro p{margin-top:5px;font-size:10px}.home-intro-rule{margin-top:13px}.home-library-head{min-height:54px;padding:0 3px}.game-home-grid{grid-template-columns:1fr;gap:8px}.game-home-item{min-height:70px;padding:10px 12px}.game-home-item>.game-home-number{width:31px;height:31px;flex-basis:31px}.game-home-copy strong{font-size:13px}}}:root{--green: #2f8f32;--green-dark: #206d28;--green-deep: #185622;--green-soft: #eaf5e7;--ink: #18211a;--muted: #637068;--line: #dce3db;--line-strong: #cbd6ca;--surface: #ffffff;--surface-soft: #f4f7f3;--surface-raised: #fafcf9;--paper: #f2f5f1;--brand-lime: #64cb23;--brand-deep: #1f6d29;--shadow-sm: 0 1px 2px rgba(27, 43, 30, .04), 0 10px 28px rgba(27, 43, 30, .055);--shadow-md: 0 20px 56px rgba(23, 40, 27, .14);--rail-width: clamp(212px, 13vw, 236px);--list-width: clamp(370px, 25vw, 420px);--motion-fast: .16s;--motion-base: .22s}html,.app-shell{background:var(--paper)}body{color:var(--ink)}button,a{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #2f8f32;outline-offset:3px}.topbar{height:74px;gap:16px;padding:0 24px;border-top:3px solid var(--brand-lime);border-bottom-color:#d9e2d8;background:#fffffffa;box-shadow:0 1px #1f352206,0 10px 30px #1f35220f}.topbar.home-topbar{padding-right:max(28px,calc((100vw - 1384px)/2));padding-left:max(28px,calc((100vw - 1384px)/2))}.brand-lockup{gap:12px}.brand-mark{width:50px;height:50px;filter:drop-shadow(0 7px 10px rgba(52,118,30,.14))}.brand-logo{transform:none}.brand-copy strong{color:#17281a;font-size:18px;font-weight:800;line-height:1.08;text-shadow:none}.brand-copy span{margin-top:6px;color:#718077;font-size:9px;font-weight:600}.brand-copy span i{background:var(--brand-lime)}.global-search,.game-switcher{height:46px;border-color:#d2ddd1;border-radius:7px;background:#f5f8f4;box-shadow:inset 0 1px 1px #18321c06}.global-search{padding:0 15px;color:#6e7c72}.global-search input{color:#1c2820;font-size:14px}.global-search:focus-within,.game-search:focus-within{border-color:#70b856;background:#fff;box-shadow:0 0 0 3px #58b13921,var(--shadow-sm)}.search-clear{width:36px;height:36px}.game-switcher:hover{border-color:#92bc83;background:#fff;box-shadow:var(--shadow-sm)}.game-switcher-mark,.current-game-mark{border:1px solid #b9dba9;background:#e8f6df;color:#216b29}.game-switcher-copy small{color:#78867d;font-size:10px}.game-switcher-copy strong{color:#1b271e;font-size:13px}.chat-toggle{min-height:46px;border-color:#236f2b;border-radius:7px;background:#267b2f;color:#fff;box-shadow:0 8px 20px #1f6e2929;transition:background var(--motion-fast) ease,box-shadow var(--motion-fast) ease}.chat-toggle:hover,.chat-toggle.active{background:#1e6928;box-shadow:0 10px 24px #1f6e2938;transform:none}.game-home{height:calc(100vh - 74px);padding:30px 28px 48px;background:var(--paper)}.game-home-inner{max-width:1384px}.game-home-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:0}.game-home-item{min-height:108px;gap:14px;padding:17px 17px 17px 15px;overflow:hidden;border:1px solid #d9e2d8;border-radius:8px;background:#fff;color:var(--ink);box-shadow:var(--shadow-sm);transition:border-color var(--motion-fast) ease,box-shadow var(--motion-base) ease,transform var(--motion-fast) ease}.game-home-item:before{content:"";align-self:stretch;width:3px;flex:0 0 3px;border-radius:2px;background:#5fc821;opacity:.75}.game-home-item:hover{border-color:#a8c99e;background:#fff;color:var(--ink);box-shadow:0 2px 4px #1b2b1e0a,0 18px 38px #1b2b1e1c;transform:translateY(-2px)}.game-home-item:active{transform:translateY(0)}.game-home-item>.game-home-number{width:40px;height:40px;flex-basis:40px;border:1px solid #c9ddc3;border-radius:6px;background:#f0f7ed;color:#287b2f;font-family:Segoe UI,sans-serif;font-size:11px;font-variant-numeric:tabular-nums;font-weight:700}.game-home-item:hover>.game-home-number{border-color:#9dc991;background:#e9f6e4;color:#1f6e27}.game-home-copy strong{color:#1b261e;font-size:15px;font-weight:750}.game-home-copy small{margin-top:7px;color:#6f7d73;font-family:Segoe UI,Microsoft YaHei UI,sans-serif;font-size:11px}.game-home-item>svg{width:30px;height:30px;padding:7px;border:1px solid #dce5da;border-radius:50%;color:#4a8e45;background:#fafcf9}.game-home-item:hover>svg{border-color:#acd09f;background:#edf7e9;color:#24762c}.game-home-loading,.game-home-empty{min-height:220px}.game-home-empty{border:1px dashed #cbd7c9;border-radius:8px;background:#ffffff94;color:#6f7c73}.workspace{height:calc(100vh - 74px);grid-template-columns:var(--rail-width) var(--list-width) minmax(0,1fr)}.category-rail{border-right-color:#d5ded3;background:#f6f8f5}.current-game{min-height:92px;padding:17px 15px;border-bottom-color:#dde4dc;background:#fff}.current-game-mark{width:38px;height:38px}.current-game strong{color:#1c2820;font-size:14px}.current-game small{margin-top:5px;color:#738078;font-size:10px}.category-label{padding:20px 15px 9px;color:#7a877f;font-size:11px}.category-list{gap:4px;padding:0 10px}.category-list button{min-height:48px;border-radius:7px;color:#46534a;font-size:14px}.category-list button:hover{border-color:#d7e1d5;background:#fff;color:#25492b}.category-list button.active{border-color:#a8cfa0;background:#fff;color:#1e6d28;box-shadow:0 5px 16px #1f4e250f}.category-list button.active:before{background:#58c51e}.category-list b{background:#e9eeea;color:#68756d}.category-list button.active b{background:#e6f5df;color:#23752c}.sync-status{border-top-color:#dbe3da;background:#f8faf7;color:#738078;font-size:10px}.entity-panel{border-right-color:#ccd6ca;background:#eef2ed}.entity-panel-head{height:68px;padding:0 16px;border-bottom-color:#d9e1d7;background:#fff;box-shadow:0 5px 18px #1f39240a}.entity-panel-head>div{color:#2c7f36}.entity-panel-head strong{color:#1b271e;font-size:15px}.entity-sort{height:34px;border-color:#d3dcd2;background:#f8faf7}.entity-source-filter{border-color:#bdd9b4;background:#eff7ec}.entity-total{border-color:#dce2da;background:#f2f4f1;color:#657169;font-size:10px}.entity-list{padding:10px}.entity-list>button{min-height:72px;margin-bottom:7px;border:1px solid transparent;border-radius:7px;background:#ffffff70;color:#273129;transition:border-color var(--motion-fast) ease,background var(--motion-fast) ease,box-shadow var(--motion-fast) ease}.entity-list>button:hover{border-color:#d0dbce;background:#fff;transform:none}.entity-list>button.active{border-color:#aacba3;background:#fff;box-shadow:0 8px 24px #1d372114}.entity-list>button.active:before{background:#58c51e}.entity-kind{width:38px;height:38px;border-color:#d6ddd4;background:#f7f9f6;color:#5f6b63}.entity-list>button.active .entity-kind{border-color:#24752d;background:#24752d;color:#fff}.entity-copy strong{color:#1f2922;font-size:14px}.entity-copy small{margin-top:5px;color:#6d7971;font-size:11px}.entity-pager{min-height:46px;border-top-color:#d6ded4;background:#fff;color:#6e7a72}.detail-panel{background:#f7f9f6}.detail-title{padding-top:30px;padding-bottom:25px;border-bottom-color:#dbe2d9;background:#fffffff7;box-shadow:0 8px 24px #1d36210b}.detail-kind{border-radius:4px;background:#226f2b;color:#fff}.detail-title h1{color:#172119;font-size:clamp(26px,2vw,32px);font-weight:800}.description{border-color:#d7e0d5;border-left:3px solid #57bd25;border-radius:0 7px 7px 0;background:#f1f6ef;color:#405047;font-size:14px;line-height:1.75}.detail-section-nav button{min-height:38px;border-color:#d6ded4;border-radius:6px;background:#fff;color:#445149;box-shadow:0 2px 8px #1c352009}.detail-section-nav button:hover{border-color:#a8cf9b;background:#eef7eb;color:#206f29}.section-head h2{color:#1a271e;font-size:16px}.section-mark{background:#58c51e}.fact-row,.npc-action-card,.route-path,.consumption-simple-table{border-color:#dce3da;border-radius:7px;background:#fff;box-shadow:0 3px 12px #1e352109}.fact-row:hover{border-color:#b9d0b3;box-shadow:0 10px 24px #1d372112}.back-to-top{min-width:44px;min-height:44px;border-radius:7px;background:#267b2f;color:#fff}.game-picker-layer,.admin-layer{background:#1522186b;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.game-picker{border-right-color:#d2dbd0;background:#fff;box-shadow:var(--shadow-md)}.game-picker-head{border-bottom-color:#dce3da;background:#f7f9f6;color:#1c2920}.game-row{min-height:58px}.game-row.active{background:#eaf5e6;color:#1f7028}.chat-scrim{top:74px;right:0;bottom:0;left:0;background:#1a271d47;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.chat-panel{top:74px;border-left-color:#cbd6ca;box-shadow:-20px 0 52px #182b1c26}.chat-head{min-height:70px;border-bottom-color:#dce4da;background:#fff}.chat-head>div{color:#287a32}.chat-head strong{color:#1b271e;font-size:15px}.chat-head small{color:#718077;font-size:10px}.chat-body{background:#f1f4f0}.message p{border-color:#d8e0d6;border-radius:7px;background:#fff;box-shadow:var(--shadow-sm)}.message.user p{border-color:#bad7b1;background:#edf6ea}.chat-form{border-top-color:#d8e0d6;background:#fff}.chat-form textarea{border-color:#d1dad0;border-radius:7px;background:#f8faf7;font-size:14px}.chat-form button{width:44px;height:44px;border-radius:7px;background:#267b2f;color:#fff}@media(max-width:1080px){.game-home-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.topbar{height:62px;padding:0 10px;border-top-width:2px}.topbar.home-topbar{padding-right:10px;padding-left:10px}.brand-mark{width:42px;height:42px}.home-topbar .brand-copy strong{font-size:17px}.global-search{top:68px;left:10px;right:10px;height:44px;border-color:#d5ded3;background:#fff;box-shadow:0 8px 24px #1e37221a}.search-clear{width:36px;height:36px}.game-switcher{height:42px}.chat-toggle{width:42px;height:42px;min-height:42px}.workspace{height:calc(100dvh - 62px);padding-top:58px}.category-rail{height:56px;flex-basis:56px;border-bottom-color:#d6dfd4}.category-list{padding:6px;background:#fff}.category-list{scrollbar-width:none}.category-list::-webkit-scrollbar{display:none}.category-list button{min-width:76px;min-height:44px;height:44px}.category-list button.active{border-color:#287b31;background:#287b31;color:#fff;box-shadow:none}.entity-panel-head{height:54px}.entity-list>button{min-height:72px}.detail-panel{top:114px}.mobile-detail-bar{min-height:52px;border-bottom-color:#d8e0d6;background:#fff}.mobile-detail-bar .icon-button{width:44px;height:44px}.detail-title{padding:20px 16px}.detail-title h1{font-size:24px}.chat-scrim{top:62px;right:0;bottom:0;left:0}.chat-panel{top:62px}.game-home{height:calc(100dvh - 62px);padding:74px 14px 28px}.game-home-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.game-home-item{min-height:98px}}@media(max-width:560px){.home-topbar .brand-lockup{min-width:0}.home-topbar .brand-copy strong{font-size:15px}.game-home{padding:72px 10px 22px}.game-home-grid{grid-template-columns:1fr;gap:10px}.game-home-item{min-height:88px;padding:13px 13px 13px 11px}.game-home-item:before{width:2px;flex-basis:2px}.game-home-item>.game-home-number{width:38px;height:38px;flex-basis:38px}.game-home-copy strong{font-size:14px}.game-home-copy small{font-size:10px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
