:root{--bg:#f6f1e8;--surface:#fffdf8;--surface-strong:#fffaf0;--text:#1f2937;--muted:#5b6472;--line:#e6dccd;--brand:#205c40;--brand-2:#d88c3a;--chip:#eef6f0;--shadow:0 12px 40px rgba(31,41,55,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:linear-gradient(180deg,#fcf8f1,#f6f1e8)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}main{min-height:100vh}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.section{padding:32px 0}.card{background:var(--surface);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.pill{padding:8px 14px;background:var(--chip);color:var(--brand);font-size:.9rem;font-weight:600}.button,.pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px}.button{justify-content:center;padding:12px 18px;background:var(--brand);color:#fff;font-weight:700}.button.secondary{background:transparent;color:var(--brand);border:1px solid rgba(32,92,64,.2)}.grid{display:grid;grid-gap:20px;gap:20px}.muted{color:var(--muted)}.badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#f3ead8;color:#8a5a1f;font-weight:700;font-size:.78rem}.searchBar{display:flex;gap:12px;flex-wrap:wrap}.searchInput,.selectInput{min-height:46px;padding:12px 14px;border-radius:14px;border:1px solid var(--line);background:#fff;color:var(--text);font:inherit}.searchInput{flex:1 1 280px}.selectInput{min-width:190px}@media (max-width:768px){.container{width:min(100% - 24px,1120px)}}