@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@500&display=swap");*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:IBM Plex Sans,system-ui,sans-serif;background:#f6f1e4;color:#1c1f23}a{color:#9b1b2e;text-decoration:none}a:hover{color:#7a1a28}:root{--crimson:#9b1b2e;--crimson-dark:#7a1a28;--crimson-deeper:#5c1120;--cream:#f6f1e4;--cream-warm:#f6efe1;--border:#d9d6cf;--border-light:#e8e5de;--text-muted:#5a6270;--text-label:#b8b3a9;--trade-electrical:#d97a1a;--trade-mechanical:#2f7fb8;--trade-fire-protection:#c0392b;--trade-misc-steel:#7b5ea7;--trade-concrete:#6b7280}.card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:20px;cursor:pointer;transition:border-color .15s}.card:hover{border-color:var(--crimson)}