:root{--ink:#161c24;--blue:#2859e8;--bg:#f4f6fa;--line:#d9deea}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.5 system-ui}header{height:70px;display:flex;align-items:center;padding:0 4%;background:white;border-bottom:1px solid var(--line);gap:25px;position:sticky;top:0;z-index:3}header b{font-size:21px;margin-right:auto}header span{background:#e3e9ff;padding:6px 10px;border-radius:20px}button{font:inherit;background:white;border:1px solid var(--line);padding:9px 13px;border-radius:9px;cursor:pointer}.primary{background:var(--blue);color:white}.danger{color:#b02929}.view{display:none}.view.active{display:block}.hero,.page{max-width:1150px;margin:auto;padding:65px 28px}.hero h1,.page h1{font:700 clamp(44px,7vw,82px)/.98 Georgia;margin:14px 0}.hero p:last-child{font-size:20px;max-width:650px}.search{display:flex;gap:10px;margin-bottom:20px}.search input{flex:1}.catalog{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tool,.card,.step,.run,.trust article{background:white;border:1px solid var(--line);padding:20px;border-radius:16px}.tool{display:flex;flex-direction:column}.tool .badge{align-self:start}.badge{padding:3px 8px;border-radius:14px;background:#e7edff}.badge.Write{background:#fff1c7}.badge.Destructive{background:#ffe3df;color:#8c2a1e}.chips span{display:inline-block;padding:3px 7px;background:#eef1f7;border-radius:12px;margin:2px}.grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:20px}label{display:grid;gap:5px;margin:10px 0}input,textarea,select{font:inherit;padding:10px;border:1px solid #bbc3d2;border-radius:8px}textarea{min-height:130px}.step,.run{margin-bottom:10px}.stephead{display:flex;justify-content:space-between}.approval{background:#fff4d7;padding:10px;border-radius:9px}.stats,.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.stats div{background:white;padding:15px;border-radius:12px;border:1px solid var(--line)}.stats b{font-size:28px;display:block}.log{font:13px ui-monospace;white-space:pre-wrap;background:#111827;color:#dce5ff;padding:14px;border-radius:10px}#toast{position:fixed;right:20px;bottom:20px;background:#111827;color:white;padding:12px;opacity:0;border-radius:9px}#toast.show{opacity:1}@media(max-width:760px){nav{display:none}.catalog,.grid,.trust,.stats{grid-template-columns:1fr}}

.trigger{background:white;border:1px solid var(--line);padding:16px;border-radius:14px;margin-bottom:10px}.matched{border-left:5px solid #27804d}.notmatched{border-left:5px solid #c69223}

.environment{background:white;border:1px solid var(--line);padding:17px;border-radius:14px;margin-bottom:10px}.locked{border-left:5px solid #a72e28}.simulation{border-left:5px solid var(--blue)}

.contract{background:white;border:1px solid var(--line);padding:15px;border-radius:13px;margin:9px 0}.contract.pass{border-left:5px solid #24804e}.contract.fail{border-left:5px solid #b9342a}.suitebar{height:10px;background:#dde3ed;border-radius:8px;overflow:hidden}.suitebar span{display:block;height:100%;background:var(--blue)}
