:root{color:#183f33;background:#f4f8f6;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--background: #f4f8f6;--surface: #ffffff;--primary: #145c45;--primary-dark: #0d4937;--primary-soft: #e9f2ed;--border: #d9e5df;--text: #183f33;--muted: #6d8279;--shadow: 0 12px 30px rgba(19, 70, 53, .055)}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--background)}body{margin:0;min-width:320px;min-height:100vh;background:var(--background);-webkit-font-smoothing:antialiased}a{color:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{border-top:3px solid var(--primary);border-bottom:1px solid var(--border);background:#ffffffdb}.header-inner{width:calc(100% - 60px);min-height:57px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand-lockup{display:flex;align-items:center;gap:10px;min-width:0}.brand-mark{width:30px;height:30px;border-radius:50%;display:inline-grid;place-items:center;flex:0 0 auto;background:var(--primary);color:#fff;font-size:11px;font-weight:800;letter-spacing:-.04em}.brand-name{font-size:13px;font-weight:800;letter-spacing:.08em}.brand-divider{width:1px;height:12px;background:var(--border)}.brand-product{color:#48685c;font-size:13px;font-weight:600}.workspace-chip,.entry-count{margin:0;border:1px solid var(--border);border-radius:999px;color:#557268;background:#ffffff8f;font-size:11px;font-weight:600;line-height:1;padding:7px 11px;white-space:nowrap}.main-content,.site-footer{width:min(848px,calc(100% - 40px));margin-inline:auto}.main-content{flex:1;padding:29px 0 70px}.hero{min-height:188px;padding:42px 44px;border-radius:18px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:40px;box-shadow:0 18px 45px #0f48361f}.eyebrow{margin:0 0 8px;color:#6d877d;font-size:9px;font-weight:800;letter-spacing:.22em;line-height:1.3}.hero-eyebrow{color:#b9d1c7}.hero h1{margin:0;font-size:clamp(32px,4vw,37px);line-height:1.15;letter-spacing:-.035em}.hero-description{margin:18px 0 0;color:#d7e7e1;font-size:14px;line-height:1.7}.hero-brand{width:104px;height:104px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:#ffffff09;font-size:32px;font-weight:800;letter-spacing:-.07em}.workspace-section{margin-top:28px}.section-heading{margin-bottom:10px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.section-heading h2{margin:0;color:var(--primary-dark);font-size:23px;line-height:1.2;letter-spacing:-.02em}.workspace-filters{margin:16px 0;display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px;font-weight:650}.workspace-filters select{min-width:148px;padding:10px 32px 10px 13px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--primary-dark);font:inherit;cursor:pointer}.workspace-filters select:focus-visible{outline:3px solid rgba(20,92,69,.28);outline-offset:2px}.workspace-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.workspace-card-wrap{min-width:0}.workspace-card{min-height:158px;padding:23px;border:1px solid var(--border);border-radius:16px;display:grid;grid-template-columns:48px minmax(0,1fr);grid-template-rows:1fr auto;column-gap:16px;row-gap:14px;background:var(--surface);box-shadow:var(--shadow);text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.workspace-card:hover{border-color:#b8d1c6;box-shadow:0 16px 38px #13463517;transform:translateY(-3px)}.workspace-card:focus-visible{outline:3px solid rgba(20,92,69,.28);outline-offset:3px}.workspace-icon{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;color:var(--primary);background:var(--primary-soft)}.workspace-copy{min-width:0;display:flex;flex-direction:column}.workspace-eyebrow{color:#71887f;font-size:11px;font-weight:600;line-height:1.3}.workspace-title{margin-top:6px;color:var(--primary-dark);font-size:20px;line-height:1.25;letter-spacing:-.02em}.workspace-description{margin-top:11px;color:var(--muted);font-size:12px;line-height:1.65}.workspace-meta{grid-column:2;display:flex;align-items:center;justify-content:space-between;gap:14px}.workspace-tag{border-radius:999px;padding:6px 9px;color:#6b8278;background:#f0f5f2;font-size:10px;font-weight:600;line-height:1}.workspace-action{display:inline-flex;align-items:center;gap:5px;color:var(--primary);font-size:11px;font-weight:750;white-space:nowrap}.site-footer{min-height:70px;padding:22px 0 28px;border-top:1px solid var(--border);display:flex;align-items:flex-start;justify-content:space-between;gap:20px;color:#82948c;font-size:9px;font-weight:650;letter-spacing:.08em}.footer-brand{color:#668078;font-weight:800;letter-spacing:.12em}@media(max-width:720px){.header-inner,.main-content,.site-footer{width:min(100% - 28px,848px)}.header-inner{min-height:62px}.brand-divider,.brand-product{display:none}.main-content{padding-top:22px;padding-bottom:46px}.hero{min-height:220px;padding:30px 28px;align-items:flex-start}.hero-brand{width:68px;height:68px;font-size:23px}.hero h1{font-size:31px}.hero-description{max-width:190px}.workspace-section{margin-top:28px}.workspace-grid{grid-template-columns:1fr}.workspace-card{min-height:168px}}@media(max-width:410px){.workspace-chip{display:none}.hero{gap:18px}.hero-brand{width:56px;height:56px;font-size:20px}.workspace-card{padding:20px;grid-template-columns:42px minmax(0,1fr);column-gap:13px}.workspace-icon{width:42px;height:42px}.workspace-meta{grid-column:1 / -1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.workspace-card:hover{transform:none}}
