:root{--brand-blue:#0070f3}body,html{height:100%;margin:0;padding:0;background:#fff;color:#222;font-family:system-ui,Arial,sans-serif}#__next,body{min-height:100vh}*{box-sizing:border-box}.main-center-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem}@media (max-width:600px){.main-center-container{justify-content:flex-start;min-height:0;padding-top:2.5rem}.button-group{gap:.75rem}}.form-box{background:#fff;border-radius:10px;padding:2rem 2.5rem;box-shadow:0 2px 16px rgba(0,0,0,.05);max-width:100%;width:100%}@media (max-width:500px){.form-box{padding:1.25rem .5rem;width:100%;max-width:none;margin:0 .5rem}.button-primary{width:100%;min-width:auto;font-size:1.05rem}input[type=text],textarea{font-size:.95rem}.main-center-container{padding:2rem 1rem 3rem}}input[type=text],textarea{width:100%;max-width:400px;border:1px solid #ccc;border-radius:4px;padding:.75rem 1rem;margin-bottom:1.25rem;font-size:1rem;background:#fafafa;transition:border-color .2s;resize:vertical}input[type=text]:focus,textarea:focus{border-color:var(--brand-blue);outline:none}label{font-weight:500;margin-bottom:.5rem;display:block}.button-primary{background:var(--brand-blue);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .18s,box-shadow .18s,transform .16s;margin-top:.25rem;margin-bottom:1rem;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;box-shadow:0 0 0 transparent;text-decoration:none}.button-primary:focus,.button-primary:hover{background:#0059c9;box-shadow:0 2px 8px 0 rgba(0,112,243,.1),0 1.5px 4px 0 rgba(0,0,0,.03);text-decoration:none;transform:translateY(-2px) scale(1.035);filter:brightness(1.07)}.button-group{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.success-message{color:var(--brand-blue)}.error-message,.success-message{margin-top:.5rem;font-weight:500}.error-message{color:#d32f2f}.logo-header{display:flex;justify-content:center;align-items:center;margin:2rem 0 1.5rem}.logo-header img{max-width:unset}.site-logo{max-width:clamp(140px,40vw,360px);width:100%;height:auto;display:block}@media (max-width:500px){.site-logo{max-width:80vw;min-width:140px}}.site-layout{display:flex;flex-direction:column;align-items:center}