:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f7f2;color:#1f2933}*{box-sizing:border-box}body,html{min-height:100%;margin:0}button{font:inherit}.shell{--accent:#166534;width:min(100%,560px);min-height:100vh;margin:0 auto;padding:42px 18px}.profile{text-align:center;margin-bottom:28px}.avatar{width:82px;height:82px;margin:0 auto 18px;border-radius:24px;display:grid;place-items:center;background:var(--accent);color:#fff;font-weight:800;font-size:28px;letter-spacing:0;box-shadow:0 16px 34px rgba(31,41,51,.16)}.logo{display:block;max-height:82px;max-width:200px;margin:0 auto 18px;border-radius:16px;object-fit:contain;box-shadow:0 16px 34px rgba(31,41,51,.12)}h1,h2,p{margin:0}h1{font-size:30px;line-height:1.15}.profile p{margin-top:10px;color:#5c6672;line-height:1.55}.links{display:grid;grid-gap:12px;gap:12px}.linkButton,.submit{width:100%;border:0;border-radius:8px;cursor:pointer;min-height:54px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.linkButton{display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#fff;color:#1f2933;border:1px solid #dfe6df;box-shadow:0 10px 24px rgba(31,41,51,.08)}.linkButton:hover,.submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 30px rgba(31,41,51,.12)}.survey{margin-top:26px;padding:20px;background:#fff;border:1px solid #dfe6df;border-radius:8px}.survey h2{font-size:19px;line-height:1.35;margin-bottom:16px}.options{display:grid;grid-gap:10px;gap:10px}.option{display:flex;gap:10px;align-items:center;min-height:46px;border:1px solid #dfe6df;border-radius:8px;padding:10px 12px;cursor:pointer}.option.selected{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,white)}.option input{accent-color:var(--accent)}.submit{margin-top:16px;background:var(--accent);color:#fff;font-weight:700}.submit:disabled{opacity:.55;cursor:not-allowed}.message{margin-top:12px;color:#166534;line-height:1.45}.state{min-height:calc(100vh - 84px);display:grid;place-items:center;color:#5c6672;text-align:center}