:root{--font-cn:"PingFang SC", "Source Han Sans CN", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "SF Pro SC", "SF Pro Text", "Helvetica Neue", sans-serif;--font-mono:"SF Mono", ui-monospace, "JetBrains Mono", Menlo, Consolas, monospace;--blue:#007aff;--blue-soft:#e8f1fe;--green:#34c759;--green-soft:#e6f8eb;--orange:#ff9500;--orange-soft:#fff1dd;--red:#ff3b30;--red-soft:#ffe8e6;--purple:#af52de;--purple-soft:#f4e8fb;--teal:#5ac8fa;--yellow:#fc0;--gray:#8e8e93;--gray2:#aeaeb2;--gray3:#c7c7cc;--gray4:#d1d1d6;--gray5:#e5e5ea;--gray6:#f2f2f7;--bg-app:#ececee;--bg-window:#fff;--bg-sidebar:#f6f6f8d9;--bg-card:#fff;--bg-hover:#0000000a;--bg-row-alt:#fafafc;--label:#1d1d1f;--label-2:#3c3c43;--label-3:#6e6e73;--label-4:#8e8e93;--separator:#3c3c431a;--separator-strong:#3c3c432e;--shadow-window:0 0 0 .5px #0000002e, 0 24px 60px #00000038, 0 8px 24px #0000001f;--shadow-card:0 0 0 .5px #0000000a, 0 1px 2px #0000000a;--shadow-pop:0 0 0 .5px #0000001a, 0 16px 40px #0000002e}*{box-sizing:border-box}html,body,#root{font-family:var(--font-cn);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--label);background:var(--bg-app);height:100vh;min-height:100vh;margin:0;padding:0;font-style:normal!important}body{overflow:hidden}i,em{font-style:normal!important}button{font-family:inherit;font-style:normal}.scroll::-webkit-scrollbar{width:8px;height:8px}.scroll::-webkit-scrollbar-thumb{background:#0000002e padding-box padding-box;border:2px solid #0000;border-radius:4px}.scroll::-webkit-scrollbar-track{background:0 0}.no-italic,.no-italic *{font-style:normal!important}.lh-shell{background:#f5f5f7;width:100vw;height:100vh;display:flex;overflow:hidden}.lh-sidebar{z-index:50;background:linear-gradient(#f2f2f4 0%,#eaeaed 100%);border-right:.5px solid #0000001a;flex-direction:column;flex-shrink:0;width:224px;padding-bottom:8px;display:flex}.lh-main{flex-direction:column;flex:1;min-width:0;display:flex}.lh-topbar{border-bottom:.5px solid var(--separator);-webkit-backdrop-filter:saturate(180%)blur(20px);background:#ffffffd9;flex-shrink:0;align-items:center;gap:12px;height:44px;padding:0 18px;display:flex}.lh-content{flex:1;padding:20px 24px 24px;overflow:auto}.lh-burger{cursor:pointer;color:var(--label-2);background:0 0;border:none;padding:6px;display:none}.lh-backdrop{display:none}.lh-grid-4{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.lh-grid-3{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.lh-grid-2{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.lh-page-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.lh-page-title{letter-spacing:-.3px;margin:0 0 4px;font-size:24px;font-weight:600}.lh-toolbar{border-bottom:.5px solid var(--separator);background:#fbfbfd;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 16px;display:flex}@media (width<=1024px){.lh-grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){body{overflow:auto}html,body,#root{height:auto;min-height:100vh}.lh-shell{height:100dvh}.lh-content{padding:14px 14px 20px}.lh-topbar{height:48px;padding:0 12px}.lh-burger{display:inline-flex}.lh-sidebar{width:248px;transition:transform .22s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:0 0 24px #0000002e}.lh-sidebar.open{transform:translate(0)}.lh-backdrop{z-index:40;opacity:0;pointer-events:none;background:#14161c6b;transition:opacity .2s;display:block;position:fixed;inset:0}.lh-backdrop.open{opacity:1;pointer-events:auto}.lh-grid-4,.lh-grid-3,.lh-grid-2{grid-template-columns:1fr}.lh-page-title{font-size:20px}.lh-form-grid{grid-template-columns:1fr!important}.lh-table-wrap{max-height:none!important}.lh-table-wrap table{min-width:720px}}@media (width<=420px){.lh-content{padding:12px 10px 18px}.lh-toolbar{gap:8px;padding:10px 12px}}.lh-mobile-only{display:none}@media (width<=768px){.lh-desktop-only{display:none!important}.lh-mobile-only{display:block}}.lh-cardlist{flex-direction:column;gap:10px;display:flex}.lh-cardlist-item{border:.5px solid var(--separator);background:#fff;border-radius:10px;flex-direction:column;gap:6px;padding:12px 14px;display:flex}.lh-cardlist-row{justify-content:space-between;align-items:center;gap:10px;min-width:0;font-size:13px;display:flex}.lh-cardlist-row>span:first-child{color:var(--label-3);flex-shrink:0;font-size:12px}.lh-cardlist-row>span:last-child{color:var(--label);text-align:right;word-break:break-all;min-width:0;font-weight:500}.lh-cardlist-title{color:var(--label);margin-bottom:2px;font-size:14px;font-weight:600}.lh-cardlist-sub{color:var(--label-4);font-size:11px;font-family:var(--font-mono)}.lh-expired-row td:first-child{box-shadow:inset 3px 0 0 var(--red)}.lh-expired-row{background:linear-gradient(90deg,#ff3b300d 0%,#0000 30%)!important}.lh-expired-card{border-left:3px solid var(--red)!important;background:linear-gradient(90deg,#ff3b300d 0%,#fff 30%)!important}.lh-pager{border-top:.5px solid var(--separator);color:var(--label-3);background:#fbfbfd;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:10px 16px;font-size:12px;display:flex}.lh-pager-btns{gap:4px;display:inline-flex}.lh-pager-btn{cursor:pointer;min-width:28px;height:26px;color:var(--label);background:#fff;border:.5px solid #00000029;border-radius:5px;padding:0 8px;font-size:12px}.lh-pager-btn:disabled{opacity:.4;cursor:not-allowed}.lh-pager-btn.active{background:var(--blue);color:#fff;border-color:var(--blue)}.lh-stat-card{background:var(--bg-card);box-shadow:var(--shadow-card);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;min-width:0;padding:16px 18px;display:flex}.lh-stat-card>div:first-child{flex:1;min-width:0}.lh-stat-card .lh-stat-value{font-size:22px;font-weight:600;font-family:var(--font-mono);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;overflow:hidden}@media (width<=420px){.lh-stat-card .lh-stat-value{font-size:18px}}
