: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-game-list{min-height:0;flex:1;overflow-y:auto;padding:0 8px}.admin-game-list>button{width:100%;min-height:66px;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:4px;padding:8px 9px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--ink);text-align:left}.admin-game-list>button:hover{border-color:#dce5e0;background:#fff}.admin-game-list>button.active{border-color:#bcd3c7;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-list>button.active .admin-game-mark{background:var(--green-deep);color:#fff}.admin-game-list>button>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}.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>.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-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}.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}.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}.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: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-list>button{min-height:60px}.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}body{color:var(--ink)}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}.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}.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: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}}
