:root{--ink:#16221d;--muted:#68756e;--paper:#f7f5ef;--surface:#fff;--line:#d9ddd5;--leaf:#20583e;--sun:#e5c76a;--danger:#a63f3f}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.home{place-content:center;max-width:680px;min-height:100vh;margin:auto;padding:32px;display:grid}.home h1{letter-spacing:0;margin:12px 0;font-size:48px}.home p{color:var(--muted);line-height:1.6}.eyebrow{letter-spacing:.12em;font-size:12px;font-weight:700;color:var(--leaf)!important}.button{background:var(--leaf);color:#fff;border:0;border-radius:4px;width:fit-content;margin-top:18px;padding:13px 18px;font-weight:700;display:inline-block}.homeActions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.homeActions .button{margin-top:0}.buttonSecondary{background:var(--surface);color:var(--leaf);border:1px solid #bfcac1}.homeModalBackdrop{z-index:40;background:#121d189e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.homeModal{border:1px solid var(--line);background:var(--surface);border-radius:6px;width:min(100%,480px);padding:clamp(24px,5vw,36px);box-shadow:0 22px 55px #121d183d}.homeModal h2{letter-spacing:0;margin:8px 0 12px;font-size:clamp(24px,5vw,32px)}.homeModal p{color:var(--muted);line-height:1.6}.homeModalNote{border-left:3px solid var(--sun);padding-left:12px}.homeModalActions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.homeModalActions .button{margin:0}.testAccess{place-items:center;min-height:100vh;padding:24px;display:grid}.testCard{border:1px solid var(--line);background:var(--surface);border-radius:6px;width:min(100%,560px);padding:clamp(24px,5vw,42px)}.testCard h1{letter-spacing:0;margin:10px 0;font-size:clamp(30px,6vw,46px)}.testCard>p{color:var(--muted);line-height:1.6}.testModeTabs{background:#edf2eb;border-radius:5px;grid-template-columns:1fr 1fr;gap:4px;margin-top:28px;padding:4px;display:grid}.testModeTabs button{min-height:42px;color:var(--muted);background:0 0;border:0;border-radius:3px;font-weight:700}.testModeTabs .testModeActive{background:var(--surface);color:var(--leaf);box-shadow:0 1px 4px #121d181f}.testForm{gap:16px;margin-top:22px;display:grid}.testForm label{gap:7px;font-size:13px;font-weight:700;display:grid}.testForm input{border:1px solid var(--line);width:100%;color:var(--ink);border-radius:3px;padding:12px}.testPrimaryButton{text-align:center;width:100%;margin-top:4px}.testSignedIn{justify-content:space-between;align-items:center;gap:12px;margin-top:24px;font-weight:700;display:flex}.textButton{color:var(--leaf);font:inherit;background:0 0;border:0;font-size:13px;font-weight:700}.testTextButton{justify-self:start;padding:0}.testRegisterNote{color:var(--muted);margin:-2px 0 0;font-size:13px;line-height:1.55}.testAccountList{gap:10px;margin-top:14px;display:grid}.testAccount{border:1px solid var(--line);border-radius:4px;gap:5px;padding:16px;transition:border-color .15s,background .15s;display:grid}.testAccount:hover{border-color:var(--leaf);background:#f3f8f4}.testAccount span,.testAccount small{color:var(--muted)}.testEmpty,.testNotice{color:#5d5225;background:#fcf6df;margin-top:14px;padding:12px;font-size:13px}.testBack{color:var(--leaf);margin-top:24px;font-size:13px;font-weight:700;display:inline-block}@media (max-width:520px){.home{padding:24px}.home h1{font-size:40px}.homeModalActions .button{text-align:center;flex:1}.testAccess{padding:16px}.testCard{padding:24px}.testSignedIn{flex-direction:column;align-items:flex-start}}.testCard{width:min(100%,680px)}.testCard h1{font-size:clamp(30px,5vw,46px);line-height:1.12}.statusPage{min-height:100vh;color:var(--muted);place-items:center;display:grid}.languageSwitcher{z-index:30;color:var(--ink);background:#ffffffdf;border:1px solid #ffffff80;border-radius:4px;align-items:center;gap:7px;padding:6px 8px;font-size:12px;display:flex;position:fixed;top:14px;right:16px;box-shadow:0 3px 12px #0001}.languageSwitcher select{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0}
