@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&display=swap');
:root{font-family:'Noto Sans SC','Microsoft YaHei',sans-serif;color:#233b40;background:#f5f7f8;font-synthesis:none;--green:#17615b;--ink:#143a3a;--muted:#68797d;--line:#e1e8e8;--surface:#fff}
*{box-sizing:border-box}body{margin:0;font-size:16px}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button,a{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.45}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #399d96;outline-offset:3px}button{transition:background .15s,color .15s} [hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.topbar{height:86px;padding:0 max(32px,calc((100vw - 1456px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:white;gap:24px}.brand{display:flex;align-items:center;gap:13px;text-decoration:none;font-size:23px;font-weight:700;letter-spacing:1px}.brand-mark{display:flex;align-items:center;justify-content:center;width:42px;height:45px;border-radius:10px;background:var(--ink);color:#fff;font-size:30px;line-height:1}.brand-sub{font-size:13px;letter-spacing:2px;color:var(--muted);display:block;font-weight:400;margin-top:3px}.public-label{font-size:14px;color:#647779}.public-label span{font-size:18px;margin-right:7px;color:var(--green)}main{max-width:1520px;margin:auto;padding:36px 32px 64px}.intro{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;gap:24px}.eyebrow{font-size:12px;letter-spacing:2.5px;color:var(--green);font-weight:700;margin:0 0 10px}h1{font-size:32px;line-height:1.4;letter-spacing:1px;margin:0 0 9px;font-weight:600}.intro-copy{font-size:15px;color:var(--muted);margin:0;line-height:1.8}.update{font-size:13px;color:var(--muted);text-align:right;display:flex;flex-direction:column;gap:7px}.update strong{font-size:18px;font-weight:500;color:#244644;letter-spacing:.4px}.search-bar{display:flex;background:white;padding:7px 8px 7px 20px;border:1px solid #cbdad9;border-radius:10px;box-shadow:0 3px 12px #173b3b05;margin-bottom:30px;align-items:center;gap:14px}.search-icon{font-family:Arial,sans-serif;font-size:33px;color:#6e8483;line-height:1}.search-bar input{width:100%;min-width:0;border:0;background:transparent;outline:0;padding:10px 0;color:var(--ink);font-size:16px}.search-bar input::placeholder{color:#849392}.primary{background:var(--green);color:white;border:1px solid var(--green);padding:12px 22px;border-radius:7px;white-space:nowrap;font-size:15px;font-weight:500}.primary:hover{background:#104942}.secondary{background:white;color:var(--green);padding:9px 17px;border:1px solid #cbdcda;border-radius:6px;font-size:14px}.secondary:hover{background:#edf5f3}.workspace{display:grid;grid-template-columns:210px minmax(0,1fr);gap:34px}.sidebar{padding-right:6px}.filter-heading{display:flex;align-items:center;justify-content:space-between;margin:8px 0 26px}.filter-heading h2{font-size:17px;margin:0;font-weight:600}.text-button{border:0;background:transparent;color:#657c7a;font-size:14px;padding:5px}.text-button:hover{color:var(--green)}.sidebar>label:not(.check){display:block;font-size:14px;font-weight:500;margin:20px 0 9px}.sidebar>select{width:100%;font-size:14px;padding:10px 10px;background:#fff;border:1px solid #d8e2e1;border-radius:6px;color:#3f5657;min-height:43px}.check{display:flex;align-items:center;gap:8px;font-size:14px;color:#536966;line-height:1.7;margin-top:18px;cursor:pointer}.check input{width:16px;height:16px;accent-color:var(--green);flex-shrink:0}.source-note{margin-top:32px;border-top:1px solid #dce5e4;padding-top:25px;font-size:13px;color:#6b7f7d;line-height:1.85}.note-icon{color:var(--green);font-size:26px}.source-note h3{font-size:15px;color:#46625f;font-weight:500;margin:9px 0}.source-note p{margin:0 0 16px}.source-note>span:last-child{font-size:12px}.tabs{display:flex;gap:24px;border-bottom:1px solid #dce5e4;min-height:51px;overflow-x:auto}.tab{border:0;border-bottom:3px solid transparent;background:transparent;font-size:15px;padding:4px 0 16px;white-space:nowrap;color:#738180}.tab.active{border-bottom-color:var(--green);color:var(--green);font-weight:600}.tab span{font-size:12px;background:#e3eeeb;border-radius:5px;padding:2px 6px;margin-left:3px;font-weight:500}.result-bar{display:flex;justify-content:space-between;align-items:center;min-height:64px;gap:16px}.result-bar p{font-size:14px;color:#7c8988;margin:12px 0}.result-bar strong{font-size:17px;color:var(--ink);padding:0 3px;font-weight:600}.sort-label{display:flex;align-items:center;gap:10px;font-size:13px;color:#83918f}.sort-label select{border:0;background:transparent;font-size:14px;color:#4f6563;max-width:220px;padding:6px 0}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:19px}.card{background:white;border:1px solid #e0e7e7;border-radius:10px;padding:22px 22px 0;display:flex;flex-direction:column;min-width:0;box-shadow:0 2px 3px #163b3a02;transition:border-color .18s,box-shadow .18s}.card:hover{border-color:#a8c6c1;box-shadow:0 4px 16px #143a3a08}.card-top{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:12px}.tag{background:#edf4f2;color:#277168;padding:4px 8px;border-radius:4px;white-space:nowrap}.tag.intent{background:#f1edfc;color:#7961ae}.tag.change{background:#fff3e3;color:#9d6c24}.tag.demand{background:#edf2fa;color:#536f9f}.location{color:#70827f;font-size:13px}.relevance{color:#458477;margin-left:auto;font-size:12px}.card-title{font-size:18px;font-weight:600;line-height:1.7;margin:16px 0 17px;min-height:3.4em;color:#24423f;overflow-wrap:anywhere}.card-title button{font:inherit;color:inherit;text-align:left;background:transparent;padding:0;border:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-title button:hover{color:var(--green)}.budget-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:18px}.budget-amount{color:#a56f2c;font-size:25px;line-height:1.2;font-weight:600;letter-spacing:.1px}.budget-amount small{font-size:13px;font-weight:400;margin-left:4px;color:#997440}.budget-amount.unknown{font-size:19px;color:#99a39e;font-weight:400}.budget-caption{font-size:12px;white-space:nowrap;color:#899791}.card-info{display:grid;grid-template-columns:60px minmax(0,1fr);column-gap:12px;row-gap:8px;font-size:13px;line-height:1.7;margin:0 0 18px}.card-info dt{color:#8a9591}.card-info dd{margin:0;color:#5c7069;overflow-wrap:anywhere}.card-info .customer{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.deadline-note{display:inline-block;padding:1px 5px;margin-left:5px;border-radius:3px;background:#f2f3f3;color:#919b96;font-size:12px}.deadline-note.due{background:#fff4e8;color:#986028}.card-footer{border-top:1px solid #edf0ee;margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:14px 0;font-size:13px}.source-link{color:#80908a;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:65%}.source-link:hover{color:var(--green);text-decoration:underline}.details-button{border:0;color:var(--green);background:transparent;padding:3px 0;font-size:14px;font-weight:500;white-space:nowrap}.quality-note{color:#9b875f;font-size:12px;line-height:1.7;margin:-4px 0 14px}.pagination{display:flex;justify-content:center;align-items:center;gap:22px;margin-top:28px;color:#7c8d84;font-size:14px}.empty{text-align:center;padding:65px 20px;background:#fff;border:1px solid var(--line);border-radius:10px}.empty>span{font-size:40px;color:#86a29b}.empty h2{font-size:20px;color:#41615a}.empty p{font-size:15px;color:#84928c;margin-bottom:25px}.data-notice{border:1px solid #e7dcc6;background:#fffaf1;padding:12px 16px;border-radius:7px;font-size:14px;color:#85693e;margin-bottom:18px;line-height:1.8}footer{border-top:1px solid var(--line);padding:25px 32px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px;color:#889690;background:white}.footer-brand{color:#4d6760;font-size:15px;font-weight:500;white-space:nowrap}
dialog{border:0;border-radius:14px;width:min(760px,calc(100% - 32px));max-height:90dvh;padding:0;color:#29473f;box-shadow:0 20px 90px #07271d30}dialog::backdrop{background:#112f2b77;backdrop-filter:blur(3px)}.dialog-top{position:sticky;top:0;display:flex;justify-content:space-between;align-items:center;background:#fff;padding:13px 27px;border-bottom:1px solid var(--line);z-index:2;color:#7d9189;font-size:14px}.dialog-top button{font-size:28px;border:0;background:transparent;color:#4d6c60;padding:2px 8px}#detail-body{padding:25px 30px 32px}#detail-title{font-size:23px;line-height:1.6;margin:15px 0 22px;overflow-wrap:anywhere}.detail-grid{display:grid;grid-template-columns:135px minmax(0,1fr);gap:13px 20px;font-size:14px;line-height:1.8}.detail-grid dt{color:#8b9b91}.detail-grid dd{margin:0;overflow-wrap:anywhere}.detail-summary{font-size:15px;line-height:1.95;background:#f4f7f5;padding:17px 20px;border-radius:8px;margin:24px 0}.detail-summary h3{font-size:14px;margin:0 0 8px}.detail-summary p{margin:0;color:#6e8276}.dialog-actions{display:flex;gap:12px;flex-wrap:wrap}.dialog-actions a{text-decoration:none;font-size:14px}.detail-caution{font-size:13px;line-height:1.8;color:#93866b;margin:24px 0 0}
@media(min-width:1650px){.cards{grid-template-columns:repeat(3,minmax(0,1fr))}main{max-width:1740px}.topbar{padding-inline:max(32px,calc((100vw - 1676px)/2))}}
@media(max-width:1100px){.workspace{grid-template-columns:185px minmax(0,1fr);gap:23px}.card{padding:18px 17px 0}.tabs{gap:18px}.card-title{font-size:17px}.budget-amount{font-size:23px}}
@media(max-width:850px){main{padding:27px 20px 45px}.topbar{padding:0 20px;height:78px}.brand{font-size:21px}.workspace{grid-template-columns:1fr;gap:22px}.sidebar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 12px;align-items:center;padding:0}.filter-heading{grid-column:1/-1;margin:0 0 2px}.sidebar>label:not(.check){font-size:13px;margin:4px 0}.sidebar>select{grid-row:3;font-size:13px;padding:8px 5px}.check{grid-column:span 2;font-size:13px;margin:7px 0}.source-note{display:none}.intro{margin-bottom:23px}.intro-copy{font-size:14px}h1{font-size:27px}.eyebrow{font-size:11px}.update{font-size:12px}.update strong{font-size:15px}.search-bar{margin-bottom:22px}.tabs{gap:24px}.public-label{font-size:12px}.card-title{font-size:18px}.result-bar{min-height:65px}footer{flex-wrap:wrap;justify-content:center;text-align:center}.sidebar label[for=province]{grid-column:1;grid-row:2}.sidebar label[for=method]{grid-column:2;grid-row:2}.sidebar label[for=budget]{grid-column:3;grid-row:2}.sidebar label[for=period]{grid-column:4;grid-row:2}}
@media(max-width:580px){.brand-sub{font-size:11px;letter-spacing:1px}.brand-mark{height:39px;width:36px}.public-label{max-width:86px;line-height:1.7;text-align:right}.public-label span{display:none}main{padding-inline:16px}.intro{display:block}.update{flex-direction:row;text-align:left;flex-wrap:wrap;gap:5px 10px;margin-top:17px}.update>span:last-child{display:none}.update strong{font-size:13px}h1{font-size:26px}.search-bar{gap:9px;padding-left:12px}.search-bar input{font-size:14px}.search-bar .primary{font-size:14px;padding:11px 12px}.cards{grid-template-columns:1fr;gap:15px}.card{padding:20px 20px 0}.card-title{min-height:0;margin:15px 0 19px}.budget-row{margin-bottom:18px}.budget-amount{font-size:27px}.card-info{font-size:14px}.tabs{gap:20px}.tab{font-size:14px}.sort-label{font-size:0;gap:0}.sort-label select{font-size:12px;max-width:176px}.result-bar p{font-size:13px}.sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar label[for=budget]{grid-column:1;grid-row:4}.sidebar label[for=period]{grid-column:2;grid-row:4}#budget,#period{grid-row:5}.check{grid-column:auto;font-size:12px}.card-top{font-size:13px}.detail-grid{grid-template-columns:1fr;gap:5px}.detail-grid dd{margin-bottom:10px}#detail-body{padding:20px}#detail-title{font-size:21px}footer{padding:22px 16px;gap:12px}.footer-brand{width:100%}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
