:root{color:#3c3c3c;background:#f7f7f7;font-family:Open Sans,system-ui,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}body,main{min-height:100vh}main{display:grid;place-items:center;padding:1rem}.backend-home{width:min(100%,720px);padding:1.5rem;border:1px solid #dedede;border-left:6px solid #7b1010;border-radius:12px;background:#fff;box-shadow:0 20px 60px rgb(62 62 62/10%)}.backend-home__eyebrow{margin:0 0 .5rem;color:#7b1010;font-size:.8rem;font-weight:800;letter-spacing:.12em}.backend-home h1{overflow-wrap:anywhere;word-break:break-word;margin:0;color:#3e3e3e;font-size:clamp(2rem,7vw,3.5rem);line-height:1.15}.backend-home__text{max-width:58ch;margin-block:1rem 1.5rem;line-height:1.65}.backend-home__actions{display:flex;flex-wrap:wrap;gap:.75rem}.backend-home__button{display:inline-flex;min-height:44px;align-items:center;padding:.65rem 1rem;border:2px solid #7b1010;border-radius:7px;background:#7b1010;color:#fff;font-weight:700;text-decoration:none}.backend-home__button--secondary{background:#fff;color:#7b1010}.backend-home__button:focus-visible,.backend-home__button:hover{border-color:#5f0c0c;background:#5f0c0c;color:#fff}.backend-home__button:focus-visible{outline:3px solid #b83a3a;outline-offset:3px}@media only screen and (min-width:769px){main{padding:2rem}.backend-home{padding:3rem}}