:root{--app-vh:100vh;--chat-pad-bottom:max(96px, calc(env(safe-area-inset-bottom,0px) + 72px))}@supports (height:100dvh){:root{--app-vh:100dvh}}*{box-sizing:border-box;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}body{height:var(--app-vh);min-height:var(--app-vh);color:#e4e6eb;background:#0e1621;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:16px!important}*,:before,:after{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}.telegram-container{height:var(--app-vh);min-height:var(--app-vh);max-height:var(--app-vh);background:#17212b;flex-direction:column;max-width:600px;margin:0 auto;display:flex;box-shadow:0 0 20px #00000080}.chat-header{z-index:100;background:#17212b;border-bottom:1px solid #242f3d;justify-content:space-between;align-items:center;padding:8px 16px;display:flex;position:sticky;top:0}.chat-header-info{flex:1;align-items:center;gap:10px;display:flex}.chat-avatar{background:#182533;border-radius:50%;flex-shrink:0;width:40px;height:40px;overflow:hidden}.chat-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.chat-title{flex-direction:column;flex:1;min-width:0;display:flex}.chat-name{color:#e4e6eb;font-size:14px;font-weight:600;line-height:1.2}.chat-status{color:#708499;margin-top:1px;font-size:12px}.chat-header-actions{align-items:center;gap:16px;margin-left:12px;display:flex}.header-icon{color:#708499;cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;font-size:20px;display:flex}.miniapp-topbar{padding:12px 16px;padding-top:max(12px, env(safe-area-inset-top));background:#141a1e;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;display:flex}.miniapp-topbar-left{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.miniapp-topbar-icon{background:linear-gradient(to bottom right,#7eb8ff 0%,#5eb3f6 40%,#6b7fd7 100%);border-radius:50%;flex-shrink:0;width:44px;height:44px;position:relative;overflow:hidden}.miniapp-topbar-icon-placeholder{z-index:0;background:linear-gradient(to bottom right,#7eb8ff 0%,#5eb3f6 40%,#6b7fd7 100%);border-radius:50%;display:block;position:absolute;inset:0}.miniapp-topbar-icon img{z-index:1;object-fit:cover;border-radius:50%;width:100%;height:100%;position:absolute;inset:0}.miniapp-topbar-icon img.miniapp-logo-failed{display:none!important}.miniapp-topbar-text{flex:1;min-width:0}.miniapp-topbar-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:600;line-height:1.25;overflow:hidden}.miniapp-topbar-subtitle{color:#b0b0b0;margin:2px 0 0;font-size:13px;line-height:1.2}.miniapp-topbar-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.miniapp-topbar-btn{color:#82c2ff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.miniapp-topbar-btn:hover{color:#9dd4ff;background:#82c2ff1f}.miniapp-topbar-btn:active{background:#82c2ff33}.chat-messages{padding:16px;padding-bottom:var(--chat-pad-bottom);scroll-behavior:smooth;background-color:#0e1621;background-image:radial-gradient(circle at 20%,#667eea1a 0%,#0000 50%),radial-gradient(circle at 80% 80%,#764ba21a 0%,#0000 50%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;flex:1;position:relative;overflow-y:auto}.chat-messages>#welcome-message:first-child:last-child{flex-direction:column;justify-content:flex-start;padding-top:8px;display:flex}.chat-messages:has(#welcome-message:only-child){flex-direction:column;justify-content:flex-start;padding-top:8px;display:flex}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:#242f3d;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#2b3542}.message{margin-bottom:12px;animation:.3s ease-out messageAppear;display:flex}@keyframes messageAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-bot{justify-content:flex-start}.message-user{justify-content:flex-end}.message-content{word-wrap:break-word;overflow-wrap:anywhere;flex-direction:column;flex:0 auto;align-self:flex-start;align-items:flex-start;width:fit-content;min-width:0;max-width:70%;display:inline-flex;position:relative}.message-content.has-photo{max-width:none!important}.message-bot .message-content{background:#182533;border:none;border-radius:12px 12px 12px 4px}.message-bot .message-content>:not(.message-photo){padding-left:12px;padding-right:12px}.message-bot .message-content>.message-photo~:first-of-type,.message-bot .message-content>:first-child:not(.message-photo){padding-top:12px}.message-bot .message-content>:last-child:not(.message-photo){padding-bottom:12px}.message-user .message-content{background:#2b5278;border-radius:12px 12px 4px;padding:10px 12px}.message-photo{background:0 0;border-radius:12px 12px 0 0;flex-shrink:0;align-self:flex-start;margin:0;display:block;overflow:hidden}.message-content.has-photo{border-radius:12px;overflow:hidden;flex-grow:0!important;flex-shrink:0!important;width:auto!important;max-width:none!important;padding:0!important}.message-content.has-photo .message-photo{background:0 0;border-radius:12px 12px 0 0;margin:0;overflow:hidden}.message-content.has-photo .message-photo img{object-fit:contain;width:100%;height:100%;display:block}.message-content.has-photo .question-number-badge,.message-content.has-photo .message-text,.message-content.has-photo .message-time{padding-left:12px;padding-right:12px}.message-content.has-photo .question-number-badge{padding-top:10px}.message-content.has-photo .message-text{padding-top:6px}.message-content.has-photo .message-time{padding-top:6px;padding-bottom:12px}.message-content.has-photo~.inline-keyboard .inline-button,.message+.inline-keyboard .inline-button{border-radius:12px}#welcome-message .message-content.has-photo .message-title{padding-left:10px;padding-right:10px}#welcome-message .message-content.has-photo .message-text-with-icon{align-items:flex-start;gap:6px;margin-bottom:8px!important;margin-left:0!important;margin-right:0!important;padding-left:10px!important;padding-right:10px!important;display:flex!important}#welcome-message .message-content.has-photo .message-text-with-icon .text-icon{flex-shrink:0;line-height:1.4;font-size:16px!important}#welcome-message .message-content.has-photo .message-text-with-icon>span:not(.text-icon){flex:1;line-height:1.4}#welcome-message .message-content.has-photo .message-features{padding-bottom:6px;margin-top:0!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}#welcome-message .message-content.has-photo .message-title{padding-top:10px;padding-bottom:6px}#welcome-message .message-content.has-photo .message-text-with-icon{margin-bottom:6px}#welcome-message .message-content.has-photo .message-text-with-icon:last-of-type{margin-bottom:2px!important}#welcome-message .message-content.has-photo .message-features{margin-top:0;padding-bottom:10px}.message-photo img{object-fit:contain;width:100%;height:100%;display:block}.message-text{color:#e4e6eb;overflow-wrap:anywhere;word-break:break-word;min-width:0;margin-bottom:6px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:16px!important;line-height:1.5!important}.question-text{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:16px!important;font-weight:500!important;line-height:1.4!important}.message-title{color:#fff;margin-bottom:12px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:16px!important;font-weight:600!important}.chat-messages{flex-direction:column;display:flex}#welcome-message{width:100%;min-height:calc(var(--app-vh) - 150px);justify-content:center;align-items:center;margin:auto;padding:60px 0 14px;display:flex}#welcome-message .message-content{border-radius:12px;width:100%;max-width:min(460px,100% - 32px);margin:0 auto;padding:0}#welcome-message .message-content.has-photo[style],#welcome-message .message-content.has-photo{flex:none!important;width:100%!important;min-width:0!important;max-width:min(460px,100% - 32px)!important}#welcome-message .message-photo[style],#welcome-message .message-photo{width:100%!important;max-width:100%!important;height:auto!important}#welcome-message .message-photo img{object-fit:contain;object-position:center;width:100%;height:auto;max-height:38vh;display:block}#welcome-message .message-title{margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:16px!important}#welcome-message .message-text-with-icon{margin-bottom:4px;display:block;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:16px!important}#welcome-message .message-features{margin-top:6px;margin-bottom:0;padding-left:0;padding-right:0}#welcome-message .feature-item{align-items:flex-start;gap:6px;margin-bottom:4px;margin-left:0!important;margin-right:0!important;padding-left:10px!important;padding-right:10px!important;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:16px!important;display:flex!important}#welcome-message .feature-item .feature-icon{margin-right:6px;line-height:1.4;display:inline;font-size:16px!important}.question-number-badge{color:#5c9ce6;vertical-align:middle;white-space:nowrap;letter-spacing:.2px;background:#5c9ce626;margin-top:4px;margin-bottom:8px;display:inline-block;text-align:center!important;border-radius:6px!important;padding:6px 12px!important;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:16px!important;font-weight:500!important;line-height:1.4!important}.message-features{margin-top:14px;margin-bottom:6px}.feature-item{color:#e4e6eb;align-items:center;gap:10px;margin-bottom:8px;font-size:15px;line-height:1.5;display:flex;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}.feature-icon{text-align:left;width:auto;line-height:1.4;display:inline;margin:0!important;padding:0!important;font-size:18px!important}.message-text-with-icon{color:#e4e6eb;gap:10px;margin-bottom:10px;font-size:15px;line-height:1.5;display:flex;align-items:center!important}.text-icon{text-align:left;width:auto;line-height:1.4;display:inline;margin:0!important;padding:0!important;font-size:18px!important}.message-time{color:#708499;text-align:right;margin-top:4px;font-size:12px}.message-user .message-time{color:#fff9}.inline-keyboard{flex-direction:column;gap:8px;max-width:70%;margin-top:12px;margin-bottom:12px;animation:.3s ease-out keyboardAppear;display:flex}@media (width<=768px){#start-keyboard{width:100%;max-width:100%;padding:12px 16px;padding-bottom:max(12px, env(safe-area-inset-bottom,0px) + 8px);z-index:100;margin:0;position:fixed;bottom:0;left:0;right:0}#start-keyboard .start-button{width:100%;max-width:100%;margin:0}}@keyframes keyboardAppear{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.inline-button{color:#5c9ce6;cursor:pointer;text-align:center;background:#182533;border:1px solid #242f3d;border-radius:12px;width:100%;padding:14px 16px;transition:all .2s;display:block;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:16px!important;font-weight:500!important}.inline-button:hover{color:#6ba3e8;background:#1e2a35;border-color:#2b3542}.inline-button:active{background:#1a2530;transform:scale(.98)}.inline-button:disabled{opacity:.5;cursor:not-allowed}.start-button{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:#3390ec;border:none;border-radius:16px;width:100%;max-width:100%;padding:22px 32px;font-size:19px;font-weight:600;position:relative;overflow:hidden;box-shadow:0 2px 8px #3390ec4d}.start-button:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;animation:3s infinite shimmer;position:absolute;top:0;left:-100%}@keyframes shimmer{0%{left:-100%}50%{left:100%}to{left:100%}}.start-button:hover{color:#fff;background:#4aa0f0;border:none;box-shadow:0 4px 12px #3390ec66}.start-button:hover:before{animation:1.5s infinite shimmer}.start-button:active{background:#2d80d8;transform:scale(.98)}.chat-input-area{background:#17212b;border-top:1px solid #242f3d;padding:12px 16px}.typing-indicator{background:#182533;border:1px solid #242f3d;border-radius:12px;align-items:center;gap:4px;width:fit-content;padding:8px 12px;display:flex}.typing-indicator span{background:#708499;border-radius:50%;width:8px;height:8px;animation:1.4s infinite typing}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.7;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.telegram-form{margin-top:16px;margin-bottom:12px}.contact-form{background:#182533;border:1px solid #242f3d;border-radius:12px;padding:16px}.form-field,.radio-option-group{margin-bottom:16px}.radio-option-label{color:#708499;margin-bottom:10px;font-size:13px;font-weight:500;display:block}.radio-option-buttons{flex-wrap:wrap;gap:12px;display:flex}.radio-option-btn{color:#e4e6eb;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#0e1621;border:1px solid #242f3d;border-radius:10px;flex:1;justify-content:space-between;align-items:center;gap:10px;min-width:120px;padding:12px 16px;font-size:15px;font-weight:500;transition:all .2s;display:flex}.radio-option-btn:hover{background:#141b24;border-color:#2b3542}.radio-option-btn.selected{background:#5c9ce626;border-color:#5c9ce6}.radio-option-btn .radio-option-text{text-align:left;flex:1}.radio-option-btn .radio-option-indicator{background:0 0;border:2px solid #242f3d;border-radius:50%;flex-shrink:0;width:18px;height:18px;transition:all .2s}.radio-option-btn.selected .radio-option-indicator{background:#5c9ce6;border-color:#5c9ce6;box-shadow:inset 0 0 0 3px #0e1621}.form-consent{margin-bottom:20px}.consent-text{color:#708499;margin:0;font-size:13px;line-height:1.5}.consent-text a{color:#5c9ce6;text-decoration:none}.consent-text a:hover{text-decoration:underline}.form-field label{color:#708499;margin-bottom:8px;font-size:13px;font-weight:500;display:block}.form-field input{color:#e4e6eb;background:#0e1621;border:1px solid #242f3d;border-radius:8px;width:100%;padding:12px 16px;font-size:15px;transition:all .2s}.form-field input:focus{background:#141b24;border-color:#5c9ce6;outline:none}.form-field input::placeholder{color:#708499}.form-actions{margin-top:20px}.telegram-button{cursor:pointer;border:none;border-radius:8px;width:100%;padding:12px 16px;font-size:15px;font-weight:500;transition:all .2s}.telegram-button.primary{color:#fff;background:#5c9ce6}.telegram-button.primary:hover{background:#4a8dd8}.telegram-button.primary:active{transform:scale(.98)}.telegram-button:disabled{opacity:.6;cursor:not-allowed}.error-message{color:#ed4245;background:#ed424533;border:1px solid #ed424566;border-radius:8px;margin-top:12px;padding:12px 16px;font-size:14px}.success-message{color:#2ecc71;background:#2ecc7133;border:1px solid #2ecc7166;border-radius:8px;margin-top:12px;padding:12px 16px;font-size:14px}.loading-overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0e1621cc;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.spinner{border:4px solid #5c9ce64d;border-top-color:#5c9ce6;border-radius:50%;width:50px;height:50px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){*{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}.telegram-container{max-width:100%;height:var(--app-vh);min-height:var(--app-vh);max-height:var(--app-vh)}#welcome-message{min-height:auto;padding:30px 0 14px!important}.inline-keyboard{max-width:90%}.radio-option-btn{min-width:100px;padding:10px 14px;font-size:14px}.consent-text{font-size:12px;line-height:1.45}.chat-header{padding:10px 12px}.chat-messages{padding:10px;padding-bottom:max(100px, var(--chat-pad-bottom))}.message-photo img{object-fit:contain;width:100%;height:100%}.message-bot .message-content>:not(.message-photo){padding-left:10px;padding-right:10px}.message-bot .message-content>.message-photo~:first-of-type,.message-bot .message-content>:first-child:not(.message-photo){padding-top:10px}.message-bot .message-content>:last-child:not(.message-photo){padding-bottom:10px}.message-content.has-photo .question-number-badge,.message-content.has-photo .message-text,.message-content.has-photo .message-time{padding-left:10px;padding-right:10px}.message-content.has-photo .message-time{padding-bottom:10px}#welcome-message .message-content.has-photo .message-title{padding-left:10px;padding-right:10px}#welcome-message .message-content.has-photo .message-text-with-icon{margin-left:0!important;margin-right:0!important;padding-left:10px!important;padding-right:10px!important}#welcome-message .message-content.has-photo .message-features{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}#welcome-message .feature-item{gap:10px!important;margin-left:0!important;margin-right:0!important;padding-left:10px!important;padding-right:10px!important}.message{margin-bottom:6px}.message-content{max-width:92%}.message-content.has-photo{max-width:none!important}.message-text{margin-bottom:3px;font-size:16px;line-height:1.35}.question-text{font-weight:500;font-size:16px!important}.question-number-badge{letter-spacing:.2px;margin-top:2px;margin-bottom:4px;text-align:center!important;border-radius:6px!important;padding:5px 10px!important;font-size:16px!important;line-height:1.4!important}.inline-keyboard{gap:5px;max-width:92%;margin-top:6px;margin-bottom:6px}.inline-button{padding:10px 12px;font-size:16px;line-height:1.3}.message-text-with-icon{margin-bottom:6px;font-size:15px;line-height:1.35}.text-icon{font-size:16px}.feature-item{margin-bottom:4px;font-size:15px}.feature-icon{font-size:16px}}@media (width<=480px){*{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}.message-content{max-width:92%}.message-content.has-photo{max-width:none!important}#welcome-message{min-height:auto;padding:0 0 30px!important}.inline-keyboard{gap:4px;max-width:91%;margin-top:4px;margin-bottom:4px}.chat-messages{padding:10px;padding-bottom:var(--chat-pad-bottom)}.message-photo img{object-fit:contain;width:100%;height:100%}.message-content.has-photo .question-number-badge,.message-content.has-photo .message-text,.message-content.has-photo .message-time{padding-left:8px;padding-right:8px}.message-content.has-photo .question-number-badge{padding-top:8px}.message-content.has-photo .message-text{padding-top:4px}.message-content.has-photo .message-time{padding-top:4px;padding-bottom:8px}#welcome-message .message-content.has-photo .message-title{padding-left:8px!important;padding-right:8px!important}#welcome-message .message-content.has-photo .message-text-with-icon{margin-bottom:0!important;margin-left:0!important;margin-right:0!important;padding-left:8px!important;padding-right:8px!important;font-size:16px!important;display:block!important}#welcome-message .message-content.has-photo .message-text-with-icon .text-icon{margin-right:5px;line-height:1.4;display:inline;font-size:15px!important}#welcome-message .message-content.has-photo .message-title{padding-top:6px;font-size:16px!important}#welcome-message .message-content.has-photo .message-features{padding-bottom:6px;margin-top:0!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}#welcome-message .message-content.has-photo .message-text-with-icon:last-of-type{margin-bottom:2px!important}#welcome-message .feature-item{align-items:flex-start;gap:5px;margin-bottom:2px!important;margin-left:0!important;margin-right:0!important;padding-left:8px!important;padding-right:8px!important;font-size:16px!important;display:flex!important}#welcome-message .feature-item .feature-icon{line-height:1.4;font-size:15px!important}#welcome-message .feature-item>span:not(.feature-icon){flex:1;line-height:1.4}.message-content.has-photo{padding:0!important}.chat-messages{padding:8px}.inline-button{padding:9px 10px;font-size:14px}.message-content{max-width:94%;padding:6px 8px}.message-content.has-photo{flex-grow:0!important;flex-shrink:0!important;width:auto!important;max-width:none!important}.message{margin-bottom:4px}.message-time{margin-top:2px;font-size:10px}.message-text{font-size:16px!important}.question-text{font-weight:500;font-size:16px!important}.question-number-badge{letter-spacing:.2px;text-align:center!important;border-radius:6px!important;padding:5px 10px!important;font-size:16px!important;line-height:1.4!important}}.chat-messages{scroll-padding-bottom:max(32px, env(safe-area-inset-bottom,0px) + 48px)}html{height:100%;overflow:hidden}#root{height:100%;min-height:100%;overflow:hidden}.telegram-container{position:relative}.chat-messages{min-height:0}.chat-input-area{z-index:20;box-sizing:border-box;padding-bottom:max(12px, env(safe-area-inset-bottom,0px));position:absolute;bottom:0;left:0;right:0}.quiz-step-block>.message.message-bot,.quiz-step-block>.message.message-user,.quiz-step-block .inline-keyboard{opacity:1!important;animation:none!important;transform:none!important}.chat-messages.chat-messages--typingPad{padding-bottom:calc(var(--chat-pad-bottom) + 52px)}#welcome-message .message-photo.welcome-hero-photo{height:auto;min-height:0;margin-bottom:14px;overflow:hidden;width:100%!important;max-width:100%!important}@media (width<=768px){#welcome-message .message-photo.welcome-hero-photo{aspect-ratio:1280/720}}.quiz-step-block .message-photo.quiz-step-photo-box{background:#182533;overflow:hidden}#welcome-message .message-photo.welcome-hero-photo .welcome-hero-image{object-fit:contain;object-position:center top;width:100%;height:auto;min-height:0;display:block}@media (width>=769px){html,body{height:100%}body{box-sizing:border-box;background:radial-gradient(100% 60% at 50% 0,#667eea1a 0%,#0000 55%),#0a1018;flex-direction:column;justify-content:center;align-items:center;max-height:100dvh;padding:24px 32px;display:flex;height:auto!important;min-height:100dvh!important}#root{flex-direction:column;flex:auto;justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;min-height:0;max-height:100%;display:flex}.telegram-container{border-radius:16px;width:100%;min-height:0;overflow:hidden;box-shadow:0 12px 48px #00000080,0 0 0 1px #ffffff12;max-width:min(800px,100%)!important;height:min(100dvh - 48px,900px)!important;max-height:min(100dvh - 48px,900px)!important}#welcome-message{min-height:0;padding:24px 16px 12px}#welcome-message .message-content.has-photo,#welcome-message .message-content.has-photo[style]{border-radius:12px;grid-template-rows:minmax(0,auto);grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);align-items:center;gap:0 20px;min-width:0;width:100%!important;max-width:min(720px,100% - 24px)!important;display:grid!important;overflow:hidden!important}#welcome-message .welcome-hero-photo{isolation:isolate;clip-path:inset(0 round 10px);border-radius:10px;grid-area:1/1;align-self:center;min-width:0;max-height:none;overflow:hidden;aspect-ratio:auto!important;height:auto!important;margin:0!important}#welcome-message .welcome-hero-image{max-width:100%;display:block}#welcome-message .welcome-right-column{flex-direction:column;grid-area:1/2;justify-content:center;align-self:center;gap:6px;min-width:0;max-width:100%;padding-bottom:2px;display:flex;padding-top:16px!important}#welcome-message .message-content.has-photo .message-text-with-icon{align-items:flex-start!important;margin-bottom:0!important}#welcome-message .message-content.has-photo .message-text-with-icon:last-of-type{margin-bottom:0!important}#welcome-message .message-content.has-photo .message-features{margin-top:2px;padding-bottom:0;margin-bottom:0!important}#welcome-message .message-content.has-photo .feature-item{margin-bottom:0!important}#welcome-message .message-content.has-photo .feature-item+.feature-item{margin-top:2px}#welcome-message .message-content.has-photo .message-text-with-icon .text-icon{overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%;display:block;flex:auto!important}#welcome-message .message-features .feature-item{min-width:0}#welcome-message .message-features .feature-item .feature-icon{overflow-wrap:anywhere;word-break:break-word;min-width:0}#welcome-message .message-photo img,#welcome-message .welcome-hero-image,#welcome-message .message-photo.welcome-hero-photo .welcome-hero-image{object-fit:contain;object-position:center center;border-radius:10px;min-height:0;width:100%!important;height:auto!important;max-height:min(48vh,400px)!important}#start-keyboard{width:100%;max-width:min(400px,100% - 32px);margin-left:auto;margin-right:auto}#start-keyboard .inline-button{max-width:100%}.quiz-step-block{width:100%;max-width:100%}.quiz-step-block .message.message-bot{width:100%;max-width:min(720px,100%);margin-left:auto;margin-right:auto}.quiz-step-block .message-content.has-photo{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);grid-template-areas:"qphoto qbadge""qphoto qtext";align-items:start;gap:6px 18px;min-width:0;width:100%!important;max-width:min(720px,100%)!important;display:grid!important}.quiz-step-block .message-content.has-photo .quiz-step-photo-box{border-radius:12px 0 0 12px;grid-area:qphoto;align-self:start;min-width:0}.quiz-step-block .message-content.has-photo .question-number-badge{grid-area:qbadge;align-self:start;min-width:0}.quiz-step-block .message-content.has-photo .message-text.question-text{grid-area:qtext;min-width:0}.quiz-step-block .message.message-user{max-width:min(720px,100%);margin-left:auto;margin-right:auto}.quiz-step-block .inline-keyboard{box-sizing:border-box;width:100%;max-width:min(720px,100%);margin-left:auto;margin-right:auto}}@media (prefers-reduced-motion:reduce){.message,.inline-keyboard,.inline-button,.typing-indicator span,.spinner,.telegram-form{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.message{transform:none!important}}
