:root{--ink:#14251f;--muted:#61746d;--line:#dce7e0;--paper:#f7faf7;--card:#fff;--forest:#075a4b;--forest-dark:#03463a;--mint:#e2f2eb;--accent:#d77b27;--danger:#b33b3b;--shadow:0 12px 30px rgba(19,51,42,.08)}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Microsoft YaHei UI","PingFang SC",system-ui,sans-serif;font-size:14px;line-height:1.5}.sidebar{position:fixed;inset:0 auto 0 0;width:258px;background:#043f36;color:#dff6ec;padding:24px 14px;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:#57ad94 #043f36;z-index:2}.sidebar::-webkit-scrollbar{width:9px}.sidebar::-webkit-scrollbar-thumb{background:#287b68;border-radius:99px}.brand{display:flex;align-items:center;gap:11px;padding:4px 10px 26px;border-bottom:1px solid rgba(255,255,255,.12);flex:0 0 auto}.brand-mark{display:grid;place-items:center;width:34px;height:34px;background:#e3f5e9;color:#075a4b;border-radius:11px;font:700 19px Georgia}.brand b{display:block;font-size:17px;letter-spacing:.03em}.brand small{opacity:.68;font-size:11px}.nav-source{margin-top:19px}.nav-source h2{margin:0 10px 8px;font-size:12px;display:flex;justify-content:space-between;color:#fff}.nav-source h2 em{font-style:normal;color:#8edbc4;font-size:11px}.nav-group p{font-size:11px;margin:14px 10px 5px;color:#83b8a9}.nav-item{border:0;border-radius:8px;background:transparent;color:#d9eee7;width:100%;padding:9px 10px;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font:inherit}.nav-item:hover{background:#126757}.nav-item.active{background:#17806d;color:#fff;font-weight:700}.table-state{font-size:10px;color:#94d9bd}.table-state.empty{color:#efbd75}.table-state.error{color:#f1a1a1}.nav-hint{padding:20px 10px;color:#83b8a9}.side-foot{margin-top:24px;padding:14px 10px 2px;font-size:12px;color:#a8d1c4;flex:0 0 auto}.lock{font-size:17px;margin-right:5px}main{margin-left:258px;min-height:100vh}.topbar{padding:32px 42px 24px;display:flex;align-items:flex-start;justify-content:space-between;background:linear-gradient(120deg,#e5f4ec,#f9fcf8)}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#08705d;margin:0 0 6px}.topbar h1{margin:0;font-size:31px;letter-spacing:-.04em}.workspace{max-width:1320px;padding:30px 42px 64px;margin:auto}.query-card,.result-card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:24px 26px;margin-bottom:19px;box-shadow:0 2px 4px rgba(15,43,34,.02)}.feature-card{border-left:4px solid #56a58d}.card-title,.result-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.card-title h2,.result-head h2{font-size:18px;margin:0 0 4px}.card-title p,.result-head p{margin:0;color:var(--muted)}.badge{white-space:nowrap;border-radius:99px;padding:5px 9px;font-size:12px}.badge.neutral{background:#edf2ee;color:#54655f}.badge.data{background:#e0f5e9;color:#086a4d}.badge.empty{background:#fff1dc;color:#a65813}.badge.error{background:#fbe7e7;color:#a02d2d}.filters{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:15px;margin-top:20px}.field,.file-field{display:flex;flex-direction:column;gap:5px;font-weight:700;color:#30463e}.field input,.file-field input{height:40px;border:1px solid #cbdad2;border-radius:8px;padding:8px 10px;color:var(--ink);font:inherit;background:#fcfefc}.field input:focus,.file-field input:focus{outline:3px solid rgba(31,138,111,.18);border-color:#16866c}.wide{grid-column:span 2}.file-field{grid-column:span 2}.file-field input{padding:7px}.file-field small{font-weight:400;color:var(--muted)}.form-action{display:flex;align-items:end}.actions{display:flex;gap:10px;margin-top:20px}.button{min-height:39px;border-radius:8px;border:1px solid transparent;padding:8px 13px;font:700 14px inherit;cursor:pointer;transition:.18s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:focus-visible{outline:3px solid rgba(8,112,93,.3);outline-offset:2px}.button:disabled{opacity:.5;cursor:not-allowed}.primary{background:var(--forest);color:#fff}.primary:hover:not(:disabled){background:var(--forest-dark)}.secondary{background:#fff;border-color:#cbdad2;color:#355249}.accent{background:#e78228;color:#fff}.accent:hover:not(:disabled){background:#bb6417}.result-card{padding:0;overflow:hidden}.result-head{padding:22px 26px;border-bottom:1px solid var(--line);align-items:center}.table-wrap{overflow:auto;min-height:160px}table{border-collapse:collapse;width:100%;white-space:nowrap}th,td{border-bottom:1px solid #e8efeb;text-align:left;vertical-align:top}th{padding:0;background:#f2f8f4;font-size:12px;color:#38554b;position:sticky;top:0}td{padding:11px 14px;max-width:320px;overflow:hidden;text-overflow:ellipsis}.sort-button{width:100%;min-height:39px;border:0;background:transparent;color:inherit;font:700 12px inherit;padding:11px 14px;display:flex;align-items:center;justify-content:space-between;gap:8px;white-space:nowrap;cursor:pointer;text-align:left}.sort-button:hover{background:#e3f1e9;color:var(--forest)}.sort-button.active{background:#dcefe6;color:var(--forest-dark)}.sort-button:focus-visible{outline:3px solid rgba(8,112,93,.35);outline-offset:-3px}.sort-icon{font-size:14px;line-height:1;opacity:.58}.sort-button.active .sort-icon{opacity:1}.empty{display:grid;place-items:center;text-align:center;min-height:180px;color:var(--muted)}.empty b{font-size:17px;color:#405b50}.empty p{margin:5px}.notice{max-width:1236px;margin:18px auto -8px;padding:10px 14px;border-radius:8px;border:1px solid}.notice.error{background:#fff1f1;color:#9d2929;border-color:#f0b9b9}.notice.success{background:#ecfaf2;color:#086a4d;border-color:#b8e4c8}.hidden{display:none}.nav-source{margin-top:10px;border:1px solid rgba(180,231,216,.14);border-radius:11px;overflow:hidden;background:rgba(255,255,255,.025)}.nav-source:first-child{margin-top:18px}.nav-source-heading{display:block!important;margin:0!important}.nav-source-toggle{width:100%;min-height:43px;padding:10px 11px;border:0;background:transparent;color:#effcf7;display:flex;align-items:center;justify-content:space-between;gap:10px;font:700 13px inherit;cursor:pointer;text-align:left}.nav-source-toggle:hover,.nav-source.open .nav-source-toggle{background:rgba(47,153,126,.16)}.nav-source-toggle:focus-visible{outline:3px solid rgba(142,219,196,.7);outline-offset:-3px}.nav-source-toggle em{font-style:normal;color:#8edbc4;font-size:11px}.nav-source-name{display:flex;align-items:center;gap:7px}.nav-chevron{display:inline-block;font-size:20px;line-height:1;color:#8edbc4;transform:rotate(0);transition:transform .18s ease}.nav-source.open .nav-chevron{transform:rotate(90deg)}.nav-source-body{padding:1px 4px 8px}.nav-source-body[hidden]{display:none}.nav-source-body .nav-group p{margin-top:10px}@media(max-width:900px){.sidebar{position:static;width:auto;min-height:0}.side-foot{display:none}.brand{padding-bottom:12px}.nav-source{display:inline-block;vertical-align:top;width:48%;margin:12px 1%}.sidebar nav{overflow:auto;max-height:220px}main{margin-left:0}.topbar,.workspace{padding-left:20px;padding-right:20px}.filters{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar{gap:16px}}@media(max-width:560px){.nav-source{width:100%}.topbar{padding-top:20px;flex-direction:column}.topbar h1{font-size:25px}.workspace{padding-top:18px}.query-card{padding:18px}.filters{grid-template-columns:1fr}.wide,.file-field{grid-column:auto}.result-head{align-items:flex-start;flex-direction:column}}
