.popup-form,.popup-overlay{display:none;position:fixed}#step-counter,.popup-form{top:50%;left:50%;transform:translate(-50%,-50%)}#progress-bar{position:absolute;top:0;width:100%;background:#ddd;height:30px}#progress{height:100%;width:0;background:#15abe6}#gutter-form{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap;min-height:80vh;margin:40px auto;padding:20px 0;max-width:768px;border:1px solid #0000003b;border-radius:8px}.popup-form{background-color:#fff;border:2px solid #ccc;box-shadow:0 4px 10px rgba(0,0,0,.1);padding:20px;z-index:1000;max-width:600px;width:100%;overflow-y:auto}.popup-overlay{top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999}#form-header{position:absolute;display:flex;justify-content:center;top:30px;background-color:#fff;width:100%;height:100px;padding:10px 0;border-radius:8px}#avatar:hover{cursor:pointer}.assistant-text{width:100%;padding:0 20px;text-align:center}.assistant-text h2{font-size:22px;margin-bottom:32px;display:inline-block;border-right:2px solid #000;white-space:nowrap;overflow:hidden;animation:.75s step-end infinite blink}@keyframes blink{50%{border-color:transparent}}.button-row{display:flex;justify-content:flex-start;gap:10px}#step-counter{position:absolute;font-weight:700}.form-step{display:none;padding:0 20px}#submit-form,.next-step,.prev-step{margin:20px 0 0;background-color:#15abe6;border:0;color:#fff}#submit-form,.next-step:focus,.next-step:hover,.prev-step:focus,.prev-step:hover{background-color:#0497d1;color:#fff}input[type=text]{border:1px solid #0000003b;border-radius:8px;height:50px}.row{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:20px;margin-top:20px}@media (max-width:768px){.row{grid-template-columns:1fr}.popup-form{width:90%}.assistant-text h2{font-size:20px;margin-bottom:32px;display:inline-block;border-right:none!important;white-space:wrap;overflow:hidden;animation:none}}