*{box-sizing:border-box}body{margin:0;font-family:system-ui;color:#101828;background:#f8f9fc}header{height:68px;padding:0 max(20px,calc((100% - 1100px)/2));display:flex;align-items:center;justify-content:space-between;background:white;border-bottom:1px solid #e5e7eb}header b{font-size:21px}header a{color:#3457f1;text-decoration:none}main{max-width:1100px;margin:auto;padding:45px 20px}.hero{padding:55px 0}.hero small{color:#3457f1;font-weight:800}.hero h1{font-size:clamp(42px,6vw,72px);line-height:1;max-width:800px;margin:14px 0}.hero p{font-size:19px;color:#667085}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card,.panel{background:white;border:1px solid #e5e7eb;border-radius:16px;padding:22px}.card img{width:100%;height:170px;object-fit:cover;border-radius:10px}.card small{color:#3457f1;font-weight:800}.card p{color:#667085}.panel{max-width:720px;margin:20px auto}input,select,textarea{display:block;width:100%;padding:12px;margin:12px 0;border:1px solid #d0d5dd;border-radius:9px;font:inherit}button{padding:12px 18px;border:0;border-radius:9px;background:#101828;color:white;font-weight:700;cursor:pointer}.item{padding:12px 0;border-bottom:1px solid #eee}.delete{background:#b42318;padding:7px 10px}@media(max-width:700px){.grid{grid-template-columns:1fr}}