.cl-screener{max-width:620px;margin:48px auto;padding:0 20px;font-family:"Biennale",sans-serif}.cl-screener__card{background:#fff;border-radius:12px;box-shadow:0 8px 30px rgb(6 30 33 / .08);padding:40px 44px;border:1px solid #e5e5e5}.cl-screener__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.cl-screener__avatar{width:56px;height:56px;border-radius:50%;background:#e3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cl-screener__avatar img{width:28px;height:28px;display:block}.cl-screener__account{font-size:14px;color:#666;margin:0;text-align:right}.cl-screener__account a{display:block;color:#061e21;font-weight:600;text-decoration:underline}.cl-screener__step{display:none}.cl-screener__step.is-active{display:block;animation:cl-screener-fade-in 0.18s ease}@keyframes cl-screener-fade-in{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.cl-screener__title{color:var(--e-global-color-primary,#061e21);font-family:"Biennale",sans-serif;font-size:2.3rem;font-weight:500;line-height:1.2em;margin:0 0 16px}.cl-screener__question{font-size:18px;font-weight:500;margin:0 0 24px;color:#061e21}.cl-screener__body{font-size:15px;line-height:1.6;color:#333;margin:0 0 28px}.cl-option-list{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.cl-option-row{display:flex;align-items:center;gap:12px;padding:16px 20px;border:1px solid #ccc;border-radius:8px;cursor:pointer;transition:background 0.12s ease,border-color 0.12s ease}.cl-option-row:hover{border-color:#8fd2db}.cl-option-row:has(input:checked){background:#e3f4f6;border-color:#8fd2db}.cl-option-row input[type="radio"]{width:18px;height:18px;accent-color:#061e21;margin:0;cursor:pointer;flex-shrink:0}.cl-option-row span{font-size:15px;color:#061e21}.cl-screener__nav{display:flex;justify-content:space-between;align-items:center;gap:12px}.cl-screener__nav--stacked{flex-direction:column;align-items:stretch}.cl-screener__btn{display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 32px;border-radius:8px;font-size:15px;font-weight:600;line-height:1;cursor:pointer;border:1px solid #fff0;text-decoration:none;box-sizing:border-box}.cl-screener__btn--full{width:100%}.cl-screener__btn.cl-screener__btn--primary{background:#8fd2db!important;color:#061e21}.cl-screener__btn.cl-screener__btn--primary:hover{background:#7dc5cf!important}.cl-screener__btn.cl-screener__btn--primary:disabled{background:#eee!important;color:#aaa;border:1px solid #ddd;cursor:not-allowed}.cl-screener__btn.cl-screener__btn--ghost{background:transparent!important;color:#061e21;border:1px solid #ccc;appearance:none;-webkit-appearance:none}.cl-screener__btn.cl-screener__btn--ghost:hover{border-color:#8fd2db}.cl-screener__btn.cl-screener__btn--ghost:disabled{background:transparent!important;color:#bbb;border-color:#e5e5e5;cursor:not-allowed}@media (max-width:480px){.cl-screener__card{padding:28px 24px}.cl-screener__header{flex-direction:column;align-items:flex-start;gap:16px}.cl-screener__account{text-align:left}}