@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{--ink:#17211d;--muted:#647068;--paper:#f5f7f3;--card:#fff;--green:#174f3d;--lime:#dff574;--coral:#ff896f;--line:#dfe5de}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.55 'DM Sans',sans-serif}header,main,footer{max-width:1180px;margin:auto}header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.brand{font:800 24px Manrope;color:var(--ink);text-decoration:none}.brand span{color:#ea6f57}nav{display:flex;align-items:center;gap:24px}nav a,.link{color:var(--ink);text-decoration:none;font:600 14px inherit}.link{border:0;background:none;cursor:pointer}main{padding:44px 24px 80px}.hero{min-height:660px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:72px}.hero h1,.pagehead h1,.auth h1{font:800 clamp(42px,6vw,72px)/1.03 Manrope;margin:15px 0 22px;letter-spacing:-.045em}.hero p{font-size:19px;color:var(--muted);max-width:610px;margin:0 0 32px}.eyebrow{font-size:12px;letter-spacing:.13em;text-transform:uppercase;font-weight:700;color:#44705f}.button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:11px;padding:13px 20px;background:var(--green);color:white;text-decoration:none;font-weight:700;cursor:pointer}.card{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:27px;box-shadow:0 18px 50px rgba(25,52,42,.06)}.demo{transform:rotate(1deg);padding:32px}.post{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:20px}.comment{display:flex;gap:12px;align-items:center;margin:23px 0}.comment i,.igmark{width:42px;height:42px;background:var(--lime);border-radius:50%;display:grid;place-items:center;font-style:normal;font-weight:800}.comment p{font-size:15px;margin:0}.flowline{height:28px;border-left:2px dashed #b5c0b7;margin-left:20px}.response{margin:0 0 12px 42px;border-radius:15px;background:#edf5d0;padding:15px 18px}.response.coral{background:#ffe2dc}.response small{font-weight:800;font-size:10px;letter-spacing:.1em}.response p{font-size:15px;margin:4px 0}.auth{max-width:480px;margin:50px auto}.auth h1{font-size:44px}.auth p,.pagehead p{color:var(--muted)}form{display:grid;gap:15px}label{font-weight:600;font-size:13px;display:grid;gap:7px}input,textarea,select{width:100%;border:1px solid #cad3cb;border-radius:10px;background:#fbfcfa;padding:12px 13px;color:var(--ink);font:15px inherit;outline:none}input:focus,textarea:focus,select:focus{border-color:#3c745e;box-shadow:0 0 0 3px #dcebe5}textarea{min-height:78px;resize:vertical}.pagehead{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px}.pagehead h1{font-size:48px;margin:10px 0}.connected{background:#dfeeda;color:#2e694f;border-radius:99px;padding:8px 13px;font-weight:700}.grid{display:grid;grid-template-columns:360px 1fr;gap:22px}.admin-grid{grid-template-columns:340px 1fr}.wide{min-width:0}.card h2{font:700 21px Manrope;margin:0 0 22px}.cardhead{display:flex;justify-content:space-between;align-items:center}.pill,.trigger{padding:5px 9px;border-radius:99px;background:var(--lime);font-size:11px;font-weight:800}.connect{display:flex;align-items:center;gap:20px}.connect div:nth-child(2){flex:1}.connect h2,.connect p{margin:0}.igmark{background:linear-gradient(135deg,var(--coral),var(--lime));font-size:28px}.rule{display:flex;justify-content:space-between;gap:20px;padding:22px 0;border-top:1px solid var(--line)}.rule h3{font-size:16px;margin:12px 0 4px}.rule p{color:var(--muted);margin:0}.danger{border:0;background:#fff0ed;color:#a83e2f;border-radius:9px;padding:8px 12px;cursor:pointer}.table .tr{display:grid;grid-template-columns:1fr 1.5fr .6fr;gap:15px;padding:14px 0;border-top:1px solid var(--line)}.table .th{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.status{color:#357257;font-weight:700}.empty{color:var(--muted);padding:30px 0;text-align:center}.alert{max-width:700px;margin:0 auto 18px;padding:12px 16px;border-radius:10px}.alert.success{background:#deefdd}.alert.error{background:#ffe0da;color:#813426}footer{padding:25px 24px 45px;color:var(--muted);font-size:13px;text-align:center}code{background:#edf0eb;padding:2px 5px;border-radius:5px}@media(max-width:800px){.hero,.grid{grid-template-columns:1fr}.hero{gap:25px}.demo{transform:none}.pagehead{align-items:flex-start;gap:15px;flex-direction:column}.connect{align-items:flex-start;flex-wrap:wrap}.connect .button{width:100%}.table .tr{grid-template-columns:1fr}.table .th{display:none}.hero h1{font-size:48px}main{padding-top:20px}}
