:root{--ink:#18202b;--muted:#5e6875;--blue:#2457d6;--cream:#fffaf0;--line:#e7e2d7}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--cream);font:16px/1.6 system-ui,-apple-system,sans-serif}header,footer{max-width:1120px;margin:auto;padding:22px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px}header{border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-weight:800;text-decoration:none}.brand img{width:42px;height:42px;border-radius:12px}nav{display:flex;gap:18px;flex-wrap:wrap}a{color:var(--blue)}nav a,footer a{font-weight:650;text-decoration:none}.hero{max-width:900px;padding:96px 28px 70px;margin:auto}.eyebrow{color:var(--blue);font-weight:800;letter-spacing:.12em;font-size:.78rem}h1{font-size:clamp(2.6rem,7vw,5.8rem);line-height:1.02;max-width:850px;margin:12px 0 24px;letter-spacing:-.06em}.lede{font-size:1.25rem;color:var(--muted);max-width:680px}.button{display:inline-block;background:var(--blue);color:#fff;border-radius:999px;padding:13px 22px;text-decoration:none;font-weight:800;margin-top:18px}.grid{max-width:1120px;margin:auto;padding:24px 28px 80px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid article,.panel{border:1px solid var(--line);background:#fffdf8;border-radius:22px;padding:25px}.grid h2{margin-top:0}footer{border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}.page{max-width:850px;margin:auto;padding:60px 28px 90px}.page h1{font-size:clamp(2.4rem,6vw,4.5rem)}.panel{max-width:680px;margin-top:25px}.row{display:flex;justify-content:space-between;align-items:center;gap:16px;border-bottom:1px solid var(--line);padding:14px 0}.row:last-child{border:0}label{display:block;font-weight:750;margin:18px 0 7px}input[type=file]{width:100%;padding:14px;border:1px dashed #aab4c4;border-radius:12px;background:#fff}button{border:0;cursor:pointer;font:inherit}.status{margin-top:18px;padding:14px;border-radius:12px;background:#eef3ff;color:#24418e}.small{color:var(--muted);font-size:.92rem}@media(max-width:720px){header,footer{align-items:flex-start;flex-direction:column}.grid{grid-template-columns:1fr}.hero{padding-top:60px}}
