@import"https://fonts.googleapis.com/css2?family=Exo:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Exo:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;padding:0;font-family:Exo,sans-serif;background:#000000;color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch;touch-action:pan-y}#root{width:100%;min-height:100vh;background:#000000}button{font-family:inherit;cursor:pointer;border:none;background:transparent}button:disabled{cursor:not-allowed;opacity:.6}input,textarea,select{font-family:inherit;border:none;outline:none;background:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}ul,ol{list-style:none}.app{width:100%;max-width:400px;min-height:100vh;margin:0 auto;background:#000000;color:#fff;position:relative;overflow-x:hidden;display:flex;flex-direction:column}.telegram-mini-app{width:100%;max-width:400px;min-height:100vh;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#000000;color:#fff;scrollbar-width:none;-ms-overflow-style:none}.telegram-mini-app::-webkit-scrollbar{display:none}*::-webkit-scrollbar{width:0px;background:transparent}*::-webkit-scrollbar-thumb{background:transparent}*{scrollbar-width:none;-ms-overflow-style:none}.app.loading{display:flex;justify-content:center;align-items:center}.loading-container{display:flex;flex-direction:column;align-items:center;gap:16px;color:#efc981}.loading-spinner{width:32px;height:32px;border:3px solid #333;border-top:3px solid #EFC981;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideDown{0%{transform:translateY(-50px) scale(.9);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.cursor-pointer{cursor:pointer}.text-center{text-align:center}.flex{display:flex}.flex-column{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.menu-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:99999!important;background:rgba(0,0,0,.85)!important;display:flex;justify-content:center;align-items:flex-start;padding-top:60px;animation:fadeIn .3s ease-out}.menu-panel{width:75%;max-width:280px;background:rgba(20,20,20,.95);border:1.5px solid #EFC981;border-radius:8px;position:relative;z-index:100000!important;animation:slideDown .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 32px #000000b3,inset 0 1px #efc98133}.menu-close-btn{position:absolute;top:10px;right:10px;width:24px;height:24px;background:transparent;border:1px solid #EFC981;border-radius:4px;color:#efc981;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.menu-close-btn:hover{background:rgba(239,201,129,.1);transform:scale(1.1)}.requests-info{padding:12px 12px 6px;text-align:right;margin-right:30px}.requests-label{display:block;font-size:10px;font-weight:500;color:#888;margin-bottom:2px}.requests-count{display:block;font-size:16px;font-weight:700;color:#efc981}.menu-header{padding:5px 12px 12px}.menu-title{font-size:14px;font-weight:600;color:#efc981;text-align:center;margin:0;padding:8px 0;border-bottom:1px solid #EFC981}.menu-items{padding:0 12px 12px}.menu-item{width:100%;padding:10px 0;margin-bottom:1px;background:transparent;border:none;border-bottom:1px solid rgba(239,201,129,.3);font-size:13px;font-weight:500;color:#fff;text-align:center;cursor:pointer;transition:all .2s ease}.menu-item:hover{background:rgba(239,201,129,.1);color:#efc981}.menu-item:active{background:rgba(239,201,129,.2)}.menu-item:last-child{border-bottom:none}.menu-contacts{padding:12px;border-top:1px solid rgba(239,201,129,.3)}.contacts-label{display:block;font-size:11px;font-weight:500;color:#888;text-align:center;margin-bottom:8px}.social-icons{display:flex;gap:8px;justify-content:center}.social-btn{width:28px;height:28px;background:transparent;border:1px solid #EFC981;border-radius:6px;color:#efc981;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.social-btn:hover{background:rgba(239,201,129,.1);transform:scale(1.1)}.social-btn svg{width:14px;height:14px}*:not(.menu-overlay):not(.menu-panel):not(.menu-close-btn):not(.menu-item):not(.social-btn){z-index:auto!important}.page-container{width:100%;max-width:400px;min-height:100vh;margin:0 auto;background:#000000;color:#fff;position:relative;padding:14px;box-sizing:border-box}.page-header{display:flex;justify-content:space-between;align-items:center;padding:14px;border-bottom:1px solid #EFC981;margin-bottom:20px}.page-title{font-family:Exo,sans-serif;font-weight:500;font-size:20px;color:#efc981;margin:0}.menu-btn{width:32px;height:32px;background:transparent;border:1px solid #EFC981;border-radius:6px;color:#efc981;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.menu-btn:hover{background:rgba(239,201,129,.1);transform:scale(1.05)}.hamburger{display:flex;flex-direction:column;gap:3px}.hamburger span{display:block;width:18px;height:2px;background:#EFC981;transition:all .2s ease}.page-content{padding:0 14px;color:#fff}.card{background:rgba(232,232,232,.1);border:1px solid rgba(239,201,129,.3);border-radius:6px;padding:16px;margin-bottom:16px;box-shadow:4px 4px 4px #0006;box-sizing:border-box}.page-content .info-card:not([class*=HeroProfile]){display:flex;flex-direction:column;align-items:flex-start;padding:9px 10px 10px;gap:8px;width:100%;background:rgba(232,232,232,.1);box-shadow:4px 4px 4px #0006;border-radius:6px;box-sizing:border-box}.module-card{display:flex;flex-direction:column;align-items:center;padding:20px 40px;gap:8.9px;width:100%;background:rgba(0,0,0,.9);border:1px solid rgba(239,201,129,.9);box-shadow:4px 4px 4px #0006;border-radius:6px;box-sizing:border-box}.process-card{display:flex;flex-direction:column;align-items:center;padding:21px 48.81px 21px 48.8px;gap:9px;width:100%;background:rgba(0,0,0,.9);border:1px solid rgba(239,201,129,.9);box-shadow:4px 4px 4px #0006;border-radius:6px;box-sizing:border-box}.overlay-card{background:rgba(75,75,75,.2);box-shadow:4px 4px 4px #0006;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);border-radius:4px;padding:20px;box-sizing:border-box}.page-content .card h1:not([class*=HeroProfile]),.page-content .info-card h1:not([class*=HeroProfile]){color:#efc981;font-size:20px;font-weight:500;line-height:1.1;margin:0 0 16px}.page-content .card h2:not([class*=HeroProfile]),.page-content .info-card h2:not([class*=HeroProfile]){color:#efc981;font-size:18px;font-weight:500;line-height:1.1;margin:0 0 12px}.page-content .card h3:not([class*=HeroProfile]),.page-content .info-card h3:not([class*=HeroProfile]),.module-card h3,.module-card h4{color:#fff;font-size:16px;font-weight:500;line-height:1.25;margin:0 0 8px}.page-content .card h4:not([class*=HeroProfile]),.page-content .info-card h4:not([class*=HeroProfile]){color:#efc981;font-size:14px;font-weight:500;line-height:1.15;margin:0 0 6px}.page-content .card p:not([class*=HeroProfile]),.page-content .info-card p:not([class*=HeroProfile]){color:#fff;font-size:14px;line-height:1.4;margin:0 0 8px}.module-card p,.process-card p{color:#efc981;font-size:16px;font-weight:500;line-height:1.18;text-align:center;margin:0}.card-title{font-family:Exo,sans-serif;font-weight:500;font-size:12px;line-height:1.15;color:#fff;margin:0;display:flex;align-items:center}.module-title{font-size:18px;font-weight:500;color:#fff;text-align:center;margin:0}.module-description{font-size:16px;font-weight:500;color:#efc981;text-align:center;margin:0}.module-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:rgba(239,201,129,.1);border-radius:8px;padding:8px;box-sizing:border-box}.icon-placeholder{width:44px;height:44px;object-fit:contain}.btn{font-family:Exo,sans-serif;font-weight:600;font-size:16px;padding:12px 24px;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;text-align:center;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:fit-content}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.btn-primary{background:#EFC981;color:#191a14;box-shadow:inset -4px -4px 4px #fdf1ce40,inset 4px 4px 6px #fff6d940}.btn-primary:hover:not(:disabled){background:#d4b26a;transform:translateY(-2px);box-shadow:0 6px 20px #efc98166,inset -4px -4px 4px #fdf1ce40,inset 4px 4px 6px #fff6d940}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background:#000000;color:#efc981;border:1px solid #EFC981}.btn-secondary:hover:not(:disabled){background:rgba(239,201,129,.1);transform:translateY(-2px);box-shadow:0 4px 15px #efc9814d}.btn-secondary:active:not(:disabled){transform:translateY(0)}.btn-large{padding:18px 20px;height:55px;width:100%;font-size:16px}.btn-medium{padding:15px 20px;height:50px;font-size:16px}.btn-small{padding:4px 6px;height:28px;font-size:8px;font-weight:400;gap:3px;min-width:65px}.btn-icon{width:32px;height:32px;padding:0;background:transparent;border:1px solid #EFC981;color:#efc981}.btn-icon:hover:not(:disabled){background:rgba(239,201,129,.1);transform:scale(1.05)}.btn-workshop{background:#EFC981;color:#191a14;box-shadow:inset -4px -4px 4px #fdf1ce40,inset 4px 4px 6px #fff6d940}.btn-workshop:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #efc98166,inset -4px -4px 4px #fdf1ce40,inset 4px 4px 6px #fff6d940}.btn-badge{padding:5px 12px;background:linear-gradient(301.88deg,#F2D191 0%,#E2BD5A 100%);color:#191a14;font-weight:700;font-size:14px;line-height:18px}.btn-badge:hover:not(:disabled){background:linear-gradient(301.88deg,#E2BD5A 0%,#d4b26a 100%);transform:scale(1.02)}.hero-list,.item-list{display:flex;flex-direction:column;gap:16px;margin:20px 0}.hero-card,.item-card{display:flex;align-items:center;padding:16px;background:rgba(232,232,232,.1);border:1px solid rgba(239,201,129,.3);border-radius:8px;cursor:pointer;transition:all .2s ease}.hero-card:hover,.item-card:hover{background:rgba(239,201,129,.1);transform:translateY(-2px)}.hero-avatar,.item-avatar{width:60px;height:60px;border-radius:50%;border:2px solid #EFC981;margin-right:16px;background-size:cover;background-position:center;flex-shrink:0}.hero-info,.item-info{flex:1}.hero-name,.item-name{font-size:18px;font-weight:600;color:#efc981;margin:0 0 4px}.hero-role,.item-description{font-size:14px;color:#fff;margin:0;opacity:.8}.form-group{margin-bottom:16px}.form-label{display:block;font-size:14px;font-weight:500;color:#efc981;margin-bottom:8px}.form-input,.form-textarea{width:100%;padding:12px 16px;background:rgba(245,245,245,.1);border:1px solid rgba(239,201,129,.3);border-radius:6px;color:#fff;font-family:Exo,sans-serif;font-size:14px;box-sizing:border-box}.form-input:focus,.form-textarea:focus{outline:none;border-color:#efc981;box-shadow:0 0 0 2px #efc98133}.form-input::placeholder,.form-textarea::placeholder{color:#ffffff80}.form-textarea{min-height:120px;resize:vertical}.divider{width:100%;height:1px;background:#EFC981;margin:20px 0}.text-centered{text-align:center;padding:20px;color:#fff}.heroes-page{width:100%;max-width:360px;min-height:100vh;margin:0 auto;background:#000000;color:#fff;display:flex;flex-direction:column;font-family:Exo,sans-serif;position:relative;overflow-x:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;height:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.heroes-page::-webkit-scrollbar{display:none;width:0;background:transparent}.heroes-description{padding:20px 16px;text-align:center;display:flex;flex-direction:column;gap:20px;max-width:332px;margin:0 auto}.description-text{font-size:20px;font-weight:500;color:#efc981;line-height:1.12;margin:0}.heroes-content{flex:1;padding:0 16px 24px}.heroes-list{display:flex;flex-direction:column;gap:32px;width:100%;max-width:332px;margin:0 auto}.hero-card{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;max-width:288px;height:372px;padding:4px;background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid #EFC981;border-radius:6px;cursor:pointer;transition:transform .2s ease;overflow:hidden;margin:0 auto;background-color:#efc9811a;position:relative}.hero-card:not([style*=background-image]){background:linear-gradient(135deg,rgba(239,201,129,.2) 0%,rgba(0,0,0,.8) 100%)}.hero-card--brandon{background-image:url(/figma-heroes/brandon-hero-card-2e6428.png)}.hero-card--arteus{background-image:url(/figma-heroes/arteus-hero-card-2d7d2d.png)}.hero-card--inventor{background-image:url(/figma-heroes/inventor-hero-card-50479f.png)}.hero-card:hover{transform:translateY(-2px)}.hero-info{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:100%;padding:8px 12px;background:#EFC981;box-sizing:border-box;position:absolute;bottom:0;left:0;border-radius:0 0 6px 6px}.hero-name-container{display:flex;justify-content:center;width:100%}.hero-name{font-family:Exo,sans-serif!important;font-size:16px!important;font-weight:600!important;color:#000!important;text-align:center;line-height:1.12;margin:0;text-shadow:none;opacity:1}.hero-role-container{display:flex;justify-content:center;width:100%}.hero-role{font-family:Exo,sans-serif!important;font-size:12px!important;font-weight:400!important;color:#000!important;text-align:center;line-height:1.18;margin:0;text-shadow:none;opacity:1}.hero-info--brandon{padding:12px 80px}.hero-info--arteus{padding:12px 88px}.hero-info--inventor{padding:12px 96px}.workshop-page{width:100%;max-width:360px;min-height:100vh;background:#000000;color:#fff;display:flex;flex-direction:column;font-family:Exo,sans-serif;margin:0 auto;padding:0;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.workshop-page::-webkit-scrollbar{display:none}.workshop-hero{width:100%;padding:20px 14px;display:flex;flex-direction:column;gap:20px}.master-section{width:100%;max-width:332px;height:318px;margin:0 auto;position:relative}.master-background{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid rgba(239,201,129,.3)}.content-overlay{width:100%;max-width:332px;margin:0 auto;background:rgba(75,75,75,.2);box-shadow:4px 4px 4px #0006;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);border-radius:4px;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px}.content-text-section{display:flex;flex-direction:column;gap:16px}.main-description{font-family:Exo;font-weight:500;font-size:16px;line-height:1.18;color:#fff;margin:0;opacity:.9}.pricing-section{display:flex;flex-direction:column;gap:10px;text-align:center}.pricing-title{font-family:Exo;font-weight:500;font-size:18px;line-height:1.1;color:#efc981;margin:0}.brief-section{display:flex;flex-direction:column;gap:20px}.brief-description{font-family:Exo;font-weight:500;font-size:16px;line-height:1.18;color:#fff;margin:0;opacity:.9}.workshop-composition{width:100%;padding:40px 14px 20px;display:flex;flex-direction:column;align-items:center;gap:20px}.composition-title{font-family:Exo;font-weight:500;font-size:20px;line-height:1.1;color:#efc981;margin:0;text-align:center}.composition-image{width:100%;max-width:332px;height:301px}.composition-placeholder{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid rgba(239,201,129,.3)}.workshop-modules{width:100%;padding:20px 14px;display:flex;flex-direction:column;gap:20px}.modules-container{display:flex;justify-content:center;width:100%}.modules-title{font-family:Exo;font-weight:500;font-size:18px;line-height:1.1;color:#fff;margin:0;text-align:center}.modules-list{width:100%;max-width:332px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.module-text-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px}.workshop-services{width:100%;padding:20px 14px;display:flex;flex-direction:column;gap:20px}.services-title{font-family:Exo;font-weight:500;font-size:18px;line-height:1.1;color:#fff;margin:0;text-align:center}.services-list{width:100%;max-width:332px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.service-card{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding:20px;gap:8px;width:100%;background:rgba(0,0,0,.9);border:1px solid rgba(239,201,129,.9);box-shadow:4px 4px 4px #0006;border-radius:6px}.service-text-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px}.service-title{font-size:16px;font-weight:500;color:#fff;text-align:center;margin:0}.service-description{font-size:14px;font-weight:400;color:#efc981;text-align:center;margin:0;line-height:1.3}.workshop-buttons{width:100%;padding:20px 14px;display:flex;justify-content:center}.workshop-process{width:100%;padding:20px 14px;display:flex;flex-direction:column;gap:20px}.process-title{font-family:Exo;font-weight:500;font-size:18px;line-height:1.1;color:#efc981;margin:0;text-align:center}.process-image{width:100%;max-width:332px;height:200px;margin:0 auto}.process-placeholder{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid rgba(239,201,129,.3)}.process-steps{width:100%;max-width:332px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.process-step{display:flex;flex-direction:column;gap:12px;padding:20px;background:rgba(0,0,0,.5);border:1px solid rgba(239,201,129,.3);border-radius:6px}.step-badge{padding:5px 12px;background:linear-gradient(301.88deg,#F2D191 0%,#E2BD5A 100%);color:#191a14;font-weight:700;font-size:12px;line-height:18px;border-radius:6px;align-self:flex-start}.step-title{font-size:16px;font-weight:500;color:#efc981;margin:0}.step-description{font-size:14px;font-weight:400;color:#fff;margin:0;line-height:1.4}.final-step{background:rgba(239,201,129,.1);border:2px solid #EFC981}.step-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.sparkles-icon{width:32px;height:32px;object-fit:contain}.workshop-final{width:100%;padding:20px 14px;display:flex;flex-direction:column;gap:20px;align-items:center}.brief-button-primary,.brief-button-secondary,.cta-button-main,.learn-more-button{font-family:Exo,sans-serif;font-weight:600;font-size:16px;padding:12px 24px;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;text-align:center;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.brief-button-primary,.cta-button-main{background:#EFC981;color:#191a14;box-shadow:inset -4px -4px 4px #fdf1ce40,inset 4px 4px 6px #fff6d940}.brief-button-primary:hover,.cta-button-main:hover{background:#d4b26a;transform:translateY(-2px);box-shadow:0 6px 20px #efc98166,inset -4px -4px 4px #fdf1ce40,inset 4px 4px 6px #fff6d940}.brief-button-secondary,.learn-more-button{background:#000000;color:#efc981;border:1px solid #EFC981}.brief-button-secondary:hover,.learn-more-button:hover{background:rgba(239,201,129,.1);transform:translateY(-2px);box-shadow:0 4px 15px #efc9814d}.final-description{font-size:14px;color:#fff;text-align:center;line-height:1.4;margin:0;opacity:.9}.reviews-page{background:#000000;color:#fff;width:100%;max-width:360px;min-height:100vh;margin:0 auto;display:flex;flex-direction:column;font-family:Exo,sans-serif;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.reviews-page::-webkit-scrollbar{display:none}.reviews-hero{width:100%;max-width:332px;height:200px;margin:20px auto;position:relative}.hero-background{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid rgba(239,201,129,.3)}.stats-section{display:flex;flex-direction:column;gap:10px;text-align:center}.stats-title{font-family:Exo;font-weight:500;font-size:16px;line-height:1.2;color:#efc981;margin:0}.reviews-title{font-family:Exo;font-weight:500;font-size:18px;line-height:1.1;color:#efc981;margin:20px 0;text-align:center}.reviews-list{padding:0 16px;display:flex;flex-direction:column;gap:16px;margin-bottom:30px}.review-card{background:rgba(232,232,232,.1);border:1px solid rgba(239,201,129,.3);border-radius:8px;padding:16px;box-shadow:4px 4px 4px #0006}.review-header-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.review-author-wrapper{display:flex;flex-direction:column;gap:4px}.review-author{font-size:16px;font-weight:500;color:#efc981;margin:0}.review-date{font-size:12px;color:#888;margin:0}.review-rating{display:flex;gap:2px}.review-text-wrapper{margin-top:12px}.review-text{font-size:14px;color:#fff;margin:0;line-height:1.4}.back-button-main,.feedback-button{font-family:Exo,sans-serif;font-weight:600;font-size:16px;padding:12px 24px;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;text-align:center;display:block;margin:20px auto;background:#000000;color:#efc981;border:1px solid #EFC981}.back-button-main:hover,.feedback-button:hover{background:rgba(239,201,129,.1);transform:translateY(-2px);box-shadow:0 4px 15px #efc9814d}.support-page{background:#000000;color:#fff;width:100%;max-width:360px;min-height:100vh;margin:0 auto;display:flex;flex-direction:column;font-family:Exo,sans-serif;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.support-page::-webkit-scrollbar{display:none}.support-container{padding:20px 16px;display:flex;flex-direction:column;gap:30px;flex:1}.support-image{width:100%;max-width:332px;height:200px;margin:0 auto;position:relative}.hero-image{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid rgba(239,201,129,.3)}.support-form-container{width:100%;max-width:332px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.support-text{text-align:center}.support-title{font-family:Exo;font-weight:500;font-size:20px;line-height:1.1;color:#efc981;margin:0 0 10px}.support-description{font-family:Exo;font-weight:500;font-size:16px;line-height:1.18;color:#fff;margin:0;opacity:.9}.support-form{display:flex;flex-direction:column;gap:20px}.form-container{display:flex;flex-direction:column;gap:16px}.input-container{display:flex;flex-direction:column}.support-input{width:100%;padding:12px 16px;background:rgba(245,245,245,.1);border:1px solid rgba(239,201,129,.3);border-radius:6px;color:#fff;font-family:Exo,sans-serif;font-size:14px;line-height:1.4;resize:vertical;box-sizing:border-box;min-height:120px}.support-input:focus{outline:none;border-color:#efc981;box-shadow:0 0 0 2px #efc98133}.support-input::placeholder{color:#ffffff80}.support-button{font-family:Exo,sans-serif;font-weight:600;font-size:16px;padding:12px 24px;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;text-align:center;background:#EFC981;color:#191a14;box-shadow:inset -4px -4px 4px #fdf1ce40,inset 4px 4px 6px #fff6d940}.support-button:hover:not(:disabled){background:#d4b26a;transform:translateY(-2px);box-shadow:0 6px 20px #efc98166,inset -4px -4px 4px #fdf1ce40,inset 4px 4px 6px #fff6d940}.support-button:active:not(:disabled){transform:translateY(0)}.support-button:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.text-highlighted{color:#efc981;font-weight:600}@media (max-width: 360px){.page-container,.page-header{padding:10px}.page-title{font-size:18px}.menu-btn{width:28px;height:28px}.hero-card,.item-card{padding:12px}.hero-avatar,.item-avatar{width:50px;height:50px;margin-right:12px}.hero-name,.item-name{font-size:16px}.hero-role,.item-description{font-size:13px}}@media (max-width: 480px){.menu-overlay{padding-top:30px}.menu-panel{width:85%;max-width:260px}}@media (max-width: 360px){.app,.telegram-mini-app{width:100vw;max-width:100vw}.menu-panel{width:90%;max-width:240px}.requests-info{padding:10px 10px 4px;margin-right:26px}.requests-count{font-size:14px}.menu-close-btn{width:20px;height:20px;font-size:12px;top:8px;right:8px}.menu-header{padding:4px 10px 10px}.menu-title{font-size:13px;padding:6px 0}.menu-items{padding:0 10px 10px}.menu-item{padding:8px 0;font-size:12px}.menu-contacts{padding:10px}.contacts-label{font-size:10px;margin-bottom:6px}.social-btn{width:24px;height:24px}.social-btn svg{width:12px;height:12px}}@media (min-width: 769px){.app{border-radius:12px;overflow:hidden;box-shadow:0 12px 48px #0009}}@supports (padding: max(0px)){.app{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}@supports (height: 100svh){.app{min-height:100svh}.telegram-mini-app{height:100svh}}.header{background:linear-gradient(135deg,#000000 0%,#1a1a1a 50%,#000000 100%);color:#fff;padding:16px;display:flex;flex-direction:column;gap:12px;width:100%;box-shadow:0 12px 48px #0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;flex-shrink:0}.header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 40%,rgba(239,201,129,.08) 0%,transparent 70%);pointer-events:none}.header-top{display:flex;justify-content:space-between;align-items:center;width:100%;position:relative;z-index:1}.assistant-avatars{display:flex;align-items:center;gap:12px}.assistant-avatar{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;transition:all .2s ease}.assistant-avatar:hover{opacity:.8;transform:scale(1.05)}.assistant-avatar.active .avatar-circle{border-color:#efc981;border-width:3px;box-shadow:0 0 20px #efc981cc,inset 0 1px #ffffff4d;transform:scale(1.15);background:radial-gradient(circle,rgba(239,201,129,.2) 0%,transparent 70%)}.assistant-avatar.active .assistant-name{color:#efc981;font-weight:600;text-shadow:0 0 10px rgba(239,201,129,.3)}.assistant-avatar.active{transform:scale(1.05)}.avatar-circle{width:32px;height:32px;border-radius:50%;border:2px solid #EFC981;display:flex;align-items:center;justify-content:center;font-size:16px;overflow:hidden;box-shadow:0 0 10px #efc9814d,inset 0 1px #fff3;transition:all .2s ease}.avatar-circle:hover{transform:scale(1.1);box-shadow:0 0 15px #efc98180}.avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.assistant-name{font-size:8px;font-weight:400;color:#fff;text-align:center;line-height:1.1;margin:0}.right-section{display:flex;align-items:center;gap:12px}.requests-counter{display:flex;align-items:center;gap:4px}.counter-label{font-size:8px;font-weight:400;color:#efc981;line-height:1.1}.counter-value{font-size:16px;font-weight:600;color:#efc981;line-height:1.1}.menu-button,.back-button{background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:29px;height:26px;transition:all .2s ease}.menu-button:hover,.back-button:hover{opacity:.8;transform:scale(1.1)}.divider{width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,#EFC981 20%,#EFC981 80%,transparent 100%);box-shadow:0 0 10px #efc9814d}.header-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px;position:relative;z-index:1}.current-assistant-info{display:flex;align-items:center;gap:8px}.current-avatar{width:36px;height:36px;border-radius:50%;border:2px solid #EFC981;display:flex;align-items:center;justify-content:center;font-size:18px;overflow:hidden;box-shadow:0 0 15px #efc98180,inset 0 2px #fff3;background:linear-gradient(135deg,rgba(239,201,129,.1) 0%,transparent 100%)}.current-avatar .avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.assistant-details{display:flex;flex-direction:column;width:100px;flex-shrink:1}.assistant-details .name{font-size:14px;font-weight:500;color:#efc981;line-height:1.35;margin:0;text-shadow:0 0 10px rgba(239,201,129,.3)}.assistant-details .role{font-size:10px;font-weight:500;color:#fff;line-height:1.12;margin:0}.header-actions{display:flex;align-items:center;gap:4px;flex-shrink:1;min-width:0}.action-btn{display:flex;align-items:center;gap:4px;padding:4px;height:28px;background:linear-gradient(135deg,rgba(239,201,129,.1) 0%,transparent 100%);border:1px solid #EFC981;border-radius:8px;color:#fff;cursor:pointer;font-size:8px;font-weight:400;line-height:1.1;text-align:center;transition:all .2s ease;box-shadow:0 2px 8px #efc98126;position:relative;overflow:hidden;flex-shrink:1;min-width:0}.action-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 100%);opacity:0;transition:opacity .2s ease}.action-btn:hover{background:rgba(239,201,129,.2);transform:translateY(-2px);box-shadow:0 0 15px #efc98180}.action-btn:hover:before{opacity:1}.action-btn span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:40px}@media (max-width: 360px){.header{padding:12px}.header-top{gap:8px;flex-wrap:wrap}.header-bottom,.right-section,.assistant-avatars{gap:8px}}@media (max-width: 320px){.header{padding:8px}.assistant-avatars,.header-actions{gap:4px}.action-btn{font-size:8px;padding:4px;height:24px}.action-btn span{max-width:30px}.assistant-details{width:80px}.assistant-details .name{font-size:10px}.assistant-details .role{font-size:8px}}.chat-area{flex:1;overflow-y:auto;overflow-x:hidden;padding:14px;background:#000000;display:flex;flex-direction:column;gap:8px;min-height:0;height:100%;position:relative}.messages-container{display:flex;flex-direction:column;gap:8px;width:100%;max-width:332px;margin:auto;padding-bottom:10px}.message-wrapper{display:flex;width:100%}.user-wrapper{justify-content:flex-end}.assistant-wrapper{justify-content:flex-start}.message{padding:8px 12px;border-radius:10px;max-width:274px;word-wrap:break-word}.user-message{background:#D9D9D9;color:#000}.assistant-message{background:transparent;color:#fff}.loading-message{background:transparent}.message-text{margin:0;font-family:Exo,sans-serif;font-size:14px;line-height:1.348;font-weight:500}.user-message .message-text{color:#000}.assistant-message .message-text{color:#fff}.loading-text{color:#545454;font-weight:500}.chat-area::-webkit-scrollbar{width:4px}.chat-area::-webkit-scrollbar-track{background:#181818}.chat-area::-webkit-scrollbar-thumb{background:#EFC981;border-radius:2px}.chat-area::-webkit-scrollbar-thumb:hover{background:#d4b26a}.message-attachment{margin-bottom:8px;border-radius:8px;overflow:hidden}.attachment-image{max-width:100%;max-height:300px;border-radius:8px;display:block}.attachment-audio{width:100%;max-width:250px;height:40px}.attachment-video{max-width:100%;max-height:200px;border-radius:8px}.attachment-document{display:inline-flex;align-items:center;padding:8px 12px;background:rgba(239,201,129,.1);border:1px solid rgba(239,201,129,.3);border-radius:6px;color:#efc981;text-decoration:none;font-size:13px;transition:background .2s}.attachment-document:hover{background:rgba(239,201,129,.2)}.user-message .attachment-document{background:rgba(0,0,0,.05);border-color:#0000001a;color:#000}.user-message .attachment-document:hover{background:rgba(0,0,0,.1)}.markdown-content{width:100%}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{color:#efc981;margin-top:16px;margin-bottom:8px;font-weight:600;line-height:1.3}.markdown-content h1{font-size:20px}.markdown-content h2{font-size:18px}.markdown-content h3{font-size:16px}.markdown-content h4{font-size:14px}.markdown-content p{margin:8px 0;line-height:1.6}.markdown-content ul,.markdown-content ol{margin:8px 0;padding-left:20px}.markdown-content li{margin:4px 0;line-height:1.5}.markdown-content code{background:rgba(239,201,129,.1);padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:13px;color:#efc981}.markdown-content pre{background:rgba(0,0,0,.3);padding:12px;border-radius:8px;overflow-x:auto;margin:12px 0}.markdown-content pre code{background:none;padding:0;color:#fff}.markdown-content a{color:#efc981;text-decoration:underline}.markdown-content a:hover{color:#d4b26a}.markdown-content blockquote{border-left:3px solid #EFC981;padding-left:12px;margin:12px 0;color:#fffc;font-style:italic}.markdown-content strong{font-weight:700;color:#efc981}.markdown-content em{font-style:italic}.markdown-content hr{border:none;border-top:1px solid rgba(239,201,129,.3);margin:16px 0}.markdown-content table{border-collapse:collapse;width:100%;margin:12px 0}.markdown-content th,.markdown-content td{border:1px solid rgba(239,201,129,.3);padding:8px;text-align:left}.markdown-content th{background:rgba(239,201,129,.1);font-weight:600;color:#efc981}@media (max-width: 400px){.chat-area{padding:10px}.messages-container{max-width:100%}.message{max-width:90%}.attachment-image{max-height:200px}.attachment-video{max-height:150px}}.attachment-preview{position:relative;background:rgba(239,201,129,.1);border:1px solid rgba(239,201,129,.3);border-radius:12px;padding:8px;margin-bottom:8px;display:flex;align-items:center;gap:8px}.preview-image{width:60px;height:60px;border-radius:8px;overflow:hidden;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center}.preview-image img{width:100%;height:100%;object-fit:cover}.preview-file{display:flex;align-items:center;gap:12px;flex:1}.file-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:24px;background:rgba(0,0,0,.3)}.file-info{flex:1;min-width:0}.file-name{font-family:Exo,sans-serif;font-size:13px;font-weight:500;color:#efc981;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-size{font-family:Exo,sans-serif;font-size:11px;color:#888;margin-top:2px}.remove-attachment{width:24px;height:24px;border-radius:50%;border:none;background:rgba(255,107,107,.8);color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.remove-attachment:hover{background:rgba(255,107,107,1);transform:scale(1.1)}.footer{position:relative;background:linear-gradient(135deg,#000000 0%,#1a1a1a 50%,#000000 100%);padding:14px;display:flex;flex-direction:column;gap:12px;z-index:100;box-shadow:0 -4px 20px #00000080,0 0 30px #efc9811a;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:1px solid rgba(239,201,129,.3);margin-top:auto}.input-section{width:100%}.input-container{width:100%;padding:8px 12px;background:linear-gradient(135deg,#181818 0%,#2a2a2a 100%);border-radius:12px;display:flex;align-items:center;box-shadow:inset 0 2px 4px #0000004d,0 1px #ffffff1a;border:1px solid rgba(239,201,129,.2);transition:all .3s ease}.input-container:focus-within{border-color:#efc98199;box-shadow:inset 0 2px 4px #0000004d,0 0 15px #efc98133}.message-input{flex:1;background:transparent;border:none;color:#fff;font-family:Exo,sans-serif;font-size:16px;font-weight:500;outline:none;padding:0;margin:0}.message-input::placeholder{color:#fff;font-weight:500}.message-input:disabled{opacity:.5}.footer-actions{display:flex;justify-content:space-between;align-items:center;gap:68px;width:100%}.functions{display:flex;gap:8px;align-items:center}.function-btn{display:flex;align-items:center;gap:4px;padding:4px 6px;background:linear-gradient(135deg,rgba(239,201,129,.1) 0%,transparent 100%);border:1px solid #EFC981;border-radius:10px;color:#fff;font-family:Exo,sans-serif;font-size:8px;font-weight:400;cursor:pointer;transition:all .3s ease;height:28px;min-width:fit-content;box-shadow:0 2px 8px #0000004d;position:relative;overflow:hidden}.function-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.function-btn:hover{background:rgba(239,201,129,.2);transform:translateY(-2px);box-shadow:0 4px 15px #efc9814d}.function-btn:hover:before{opacity:1}.function-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.function-btn span{white-space:nowrap;text-align:center}.function-btn svg{flex-shrink:0}.send-section{display:flex;align-items:center;gap:12px}.attach-icon{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:4px;transition:all .3s ease}.attach-icon:hover{transform:scale(1.1)}.attach-icon:disabled{opacity:.5;cursor:not-allowed}.send-button{width:28px;height:28px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #0000004d;position:relative;overflow:hidden}.send-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.send-button.inactive{background:#88888A;cursor:not-allowed}.send-button.active{background:linear-gradient(135deg,#EFC981 0%,#d4b26a 100%);cursor:pointer;box-shadow:0 4px 15px #efc98166}.send-button.active:hover{transform:scale(1.1);box-shadow:0 6px 20px #efc98180}.send-button:hover:before{opacity:1}.send-button img{width:11px;height:13px;filter:invert(1) sepia(0) saturate(0) hue-rotate(0deg) brightness(0%) contrast(100%)}.send-button.active img{filter:invert(0) sepia(0) saturate(0) hue-rotate(0deg) brightness(0%) contrast(100%)}@media (max-width: 400px){.footer{padding:12px}.footer-actions{gap:40px}.function-btn span{display:none}.function-btn{min-width:32px;justify-content:center}}.chat-page{background:#000000;width:100%;max-width:360px;height:100vh;min-height:100vh;display:flex;flex-direction:column;margin:0 auto;position:relative;overflow:hidden;min-height:100dvh}@media (min-width: 361px){.chat-page{width:360px;height:100vh;min-height:600px;max-height:900px}}@media (max-width: 360px){.chat-page{width:100vw;height:100vh;min-height:100vh}}@media (max-width: 320px){.chat-page{width:100vw;height:100vh}}@media (min-height: 900px){.chat-page{max-height:100vh}}.profile-page{background:#000000;color:#fff;width:100%;max-width:360px;min-height:100vh;display:flex;flex-direction:column;font-family:Exo,sans-serif;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.profile-header{padding:14px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #EFC981}.back-button{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.page-title{font-family:Exo,sans-serif;font-weight:500;font-size:16px;color:#efc981;margin:0;flex:1;text-align:center}.profile-content{flex:1;padding:20px;display:flex;flex-direction:column;gap:24px}.profile-info{background:#181818;border-radius:10px;padding:16px;border:1px solid #EFC981}.user-info{display:flex;align-items:center;gap:12px}.user-avatar{width:60px;height:60px;border-radius:50%;background:#000000;border:2px solid #EFC981;display:flex;align-items:center;justify-content:center}.user-details{flex:1}.username{font-family:Exo,sans-serif;font-weight:600;font-size:18px;color:#efc981;margin:0 0 4px}.user-email{font-family:Exo,sans-serif;font-weight:400;font-size:14px;color:#88888a;margin:0}.subscription-info{display:flex;flex-direction:column;gap:16px}.subscription-card{background:#181818;border-radius:10px;padding:16px;border:1px solid #EFC981}.subscription-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.subscription-title{font-family:Exo,sans-serif;font-weight:500;font-size:16px;color:#efc981;margin:0}.subscription-details{display:flex;flex-direction:column;gap:12px}.plan-info{display:flex;justify-content:space-between;align-items:center}.plan-name{font-family:Exo,sans-serif;font-weight:600;font-size:18px;color:#fff}.plan-status{font-family:Exo,sans-serif;font-weight:500;font-size:12px;padding:4px 8px;border-radius:12px;background:#2a5a2a;color:#4ade80}.plan-status.active{background:#2a5a2a;color:#4ade80}.requests-info{display:flex;flex-direction:column;gap:8px}.requests-item{display:flex;justify-content:space-between;align-items:center}.requests-label{font-family:Exo,sans-serif;font-weight:400;font-size:14px;color:#fff}.requests-value{font-family:Exo,sans-serif;font-weight:600;font-size:16px;color:#efc981}.requests-value.remaining{color:#4ade80}.subscription-dates{padding-top:8px;border-top:1px solid #333}.date-item{display:flex;align-items:center;gap:8px;font-family:Exo,sans-serif;font-weight:400;font-size:14px;color:#88888a}.profile-actions{display:flex;flex-direction:column;gap:12px}.action-button{width:100%;height:48px;border:none;border-radius:6px;font-family:Exo,sans-serif;font-weight:500;font-size:16px;cursor:pointer;transition:background-color .2s,transform .1s}.action-button:hover{transform:translateY(-1px)}.action-button.primary{background:#EFC981;color:#000}.action-button.primary:hover{background:#d4b26a}.action-button.secondary{background:#181818;color:#efc981;border:1px solid #EFC981}.action-button.secondary:hover{background:rgba(239,201,129,.1)}.action-button.danger{background:#7f1d1d;color:#fca5a5}.action-button.danger:hover{background:#991b1b}.stats-section{background:#181818;border-radius:10px;padding:16px;border:1px solid #333}.stats-title{font-family:Exo,sans-serif;font-weight:500;font-size:16px;color:#efc981;margin:0 0 16px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.stat-item{text-align:center;display:flex;flex-direction:column;gap:4px}.stat-value{font-family:Exo,sans-serif;font-weight:600;font-size:24px;color:#efc981}.stat-label{font-family:Exo,sans-serif;font-weight:400;font-size:12px;color:#88888a;line-height:1.2}.profile-page::-webkit-scrollbar{display:none}@media (max-width: 360px){.profile-page{width:100vw;height:100vh}.stats-grid{grid-template-columns:1fr;gap:12px}.stat-item{flex-direction:row;justify-content:space-between;text-align:left}}.history-container{min-height:100vh;background:#000000;color:#fff;font-family:Exo,sans-serif;padding:14px 14px 100px}.history-inner{width:100%;max-width:332px;margin:0 auto}.history-header{margin-bottom:20px}.hero-selector{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.hero-list{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;flex-wrap:nowrap;width:100%;white-space:nowrap}.hero-mini{width:auto}.hero-mini{display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer;transition:all .3s ease}.hero-mini.active .hero-mini-avatar{border-color:#efc981;box-shadow:0 0 8px #efc9814d}.hero-mini-avatar{width:32px;height:32px;border-radius:50%;border:1px solid #EFC981;object-fit:cover}.hero-mini-avatar.placeholder{background:#828282;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:500}.hero-mini-name{font-size:8px;font-weight:400;color:#fff;text-align:center}.menu-button{background:none;border:none;cursor:pointer;padding:4px}.menu-button img{width:29px;height:26px;filter:brightness(0) saturate(100%) invert(78%) sepia(13%) saturate(1077%) hue-rotate(25deg) brightness(103%) contrast(96%)}.hero-divider{width:100%;height:1px;background:#EFC981;margin:10px 0}.chat-header{display:flex;justify-content:space-between;align-items:center}.chat-info{display:flex;align-items:center;gap:8px}.chat-avatar{width:36px;height:36px;border-radius:50%;border:1px solid #EFC981;object-fit:cover}.chat-name-spec{display:flex;flex-direction:column}.chat-name{font-size:14px;font-weight:500;color:#efc981;margin:0;line-height:1.35}.chat-specialization{font-size:12px;font-weight:500;color:#fff;margin:0;line-height:1.15}.chat-actions{display:flex;align-items:center;gap:8px}.action-button{display:flex;align-items:center;gap:4px;padding:4px 5px;background:#000000;border:1px solid #EFC981;border-radius:6px;color:#fff;font-size:8px;font-weight:400;cursor:pointer;transition:all .3s ease;height:28px}.action-button:hover{background:rgba(239,201,129,.1)}.action-button img{width:14px;height:14px;filter:brightness(0) saturate(100%) invert(100%)}.requests-counter{display:flex;align-items:center;gap:8px;margin-bottom:20px}.counter-label{font-size:8px;font-weight:400;color:#efc981}.counter-value{font-size:12px;font-weight:600;color:#efc981}.history-content{display:flex;flex-direction:column;gap:22px}.history-section{display:flex;flex-direction:column;gap:10px}.section-title{font-size:12px;font-weight:500;color:#7e8893;margin:0;line-height:1.15}.history-items{display:flex;flex-direction:column;gap:8px}.history-item{background:rgba(232,232,232,.1);border-radius:6px;padding:12px 15px;font-size:14px;font-weight:400;color:#fff;cursor:pointer;transition:all .3s ease;line-height:1.3}.history-item.user{background:rgba(217,217,217,.15)}.history-item.assistant{background:transparent;border:1px solid rgba(239,201,129,.25)}.history-item:hover{background:rgba(239,201,129,.1);transform:translateY(-1px)}@media (max-width: 400px){.history-container{padding:10px}.chat-header{flex-direction:column;gap:12px;align-items:flex-start}.chat-actions{align-self:stretch;justify-content:space-between}.action-button{flex:1;justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}._hero-profile-wrapper_1lhd1_25{width:100%;max-width:400px;min-height:100vh;height:auto;margin:0 auto;background:#000000;position:relative;overflow-x:hidden;overflow-y:auto!important;-webkit-overflow-scrolling:touch;touch-action:pan-y!important;scrollbar-width:none;-ms-overflow-style:none}._hero-profile-wrapper_1lhd1_25::-webkit-scrollbar{display:none;width:0;background:transparent}._hero-profile-frame_1lhd1_83{width:100%;max-width:360px;min-height:100vh;height:auto;background:#000000;margin:0 auto;font-family:Exo,sans-serif;position:relative;overflow-x:hidden;overflow-y:visible;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;touch-action:pan-y pan-x;padding-bottom:100px}._top-menu_1lhd1_133{display:flex;flex-direction:column;gap:10px;position:absolute;width:333px;left:14px;top:14px}._frame-8_1lhd1_155{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;align-self:stretch}._bots-list_1lhd1_175{display:flex;flex-direction:row;align-items:center;gap:12px}._bot-frame_1lhd1_191{display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer}._bot-avatar_1lhd1_209{width:32px;height:32px;border:2px solid transparent;border-radius:50%;background-size:cover;background-position:center;transition:all .2s ease-in-out}._bot-frame_1lhd1_191:nth-child(1) ._bot-avatar_1lhd1_209{background-image:url(/images/arteus-hero-full.png)}._bot-frame_1lhd1_191:nth-child(2) ._bot-avatar_1lhd1_209{background-image:url(/images/brandon-hero-full.png)}._bot-frame_1lhd1_191:nth-child(3) ._bot-avatar_1lhd1_209{background-image:url(/images/inventor-avatar-correct.png)}._bot-avatar_1lhd1_209._placeholder_1lhd1_253{background-image:none;background-color:#828282;border-color:#efc981}._bot-avatar_1lhd1_209._active_1lhd1_265{border-color:#efc981;transform:scale(1.1)}._bot-name_1lhd1_277{font-family:Exo,sans-serif;font-weight:400;font-size:8px;line-height:1.1;text-align:left;color:#fff}._menu-svg_1lhd1_297{position:relative;width:29px;height:26px;cursor:pointer;flex-shrink:0}._menu-vector_1lhd1_315{position:absolute;width:29px;height:2px;background:#EFC981}._menu-vector_1lhd1_315:nth-child(1){top:4px}._menu-vector_1lhd1_315:nth-child(2){top:12px}._menu-vector_1lhd1_315:nth-child(3){top:20px}._vector-3_1lhd1_355{width:332px;height:0px;border:1px solid #EFC981}._frame-10_1lhd1_369{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;align-self:stretch}._frame-7_1lhd1_389{display:flex;flex-direction:row;align-items:center;gap:8px}._hero-avatar_1lhd1_405{width:36px;height:36px;background-size:cover;background-position:center;border:1px solid #EFC981;border-radius:50%}._frame-6_1lhd1_425{display:flex;flex-direction:column;width:80px;flex-shrink:1}._hero-name_1lhd1_439{font-family:Exo,sans-serif;font-weight:500;font-size:14px;line-height:1.35;color:#efc981;margin:0}._hero-role_1lhd1_457{font-family:Exo,sans-serif;font-weight:500;font-size:12px;line-height:1.15;text-align:left;color:#fff}._frame-9_1lhd1_477{display:flex;flex-direction:row;align-items:center;gap:4px;flex-shrink:0;min-width:fit-content}._action-button-new_1lhd1_497,._action-button-upgrade_1lhd1_499{display:flex;align-items:center;gap:3px;padding:4px 6px;height:28px;background:#000000;border:1px solid #EFC981;border-radius:6px;cursor:pointer;transition:all .3s ease;flex-shrink:0;min-width:fit-content}._action-button-new_1lhd1_497:hover,._action-button-upgrade_1lhd1_499:hover{background:rgba(239,201,129,.1)}._action-icon_1lhd1_539,._action-icon-upgrade_1lhd1_541{width:14px;height:14px;display:flex;align-items:center;justify-content:center}._action-button-new_1lhd1_497 span,._action-button-upgrade_1lhd1_499 span{font-family:Exo,sans-serif;font-weight:400;font-size:7px;line-height:1.1;color:#fff;text-align:center;white-space:nowrap;min-width:55px;max-width:70px;overflow:hidden;text-overflow:ellipsis}._hero-main-image_1lhd1_589{position:absolute;left:-70px;top:171px;width:499.19px;height:453.02px;overflow:hidden}._hero-full-image_1lhd1_607{width:100%;height:100%;object-fit:cover;object-position:center}._hero-info-cards_1lhd1_623{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:16px;position:absolute;width:332px;min-height:1243px;height:auto;left:calc(50% - 166px);top:664.02px}._infoCard_1lhd1_657:nth-child(1){display:flex;flex-direction:column;align-items:flex-start;padding:9px 10px 10px;gap:8px;width:332px;height:61px;background:rgba(232,232,232,.1);box-shadow:4px 4px 4px #0006;border-radius:6px;flex:none;order:0;align-self:stretch;flex-grow:0}._infoCard_1lhd1_657:nth-child(2){display:flex;flex-direction:column;align-items:flex-start;padding:9px 10px 10px;gap:8px;width:332px;min-height:auto;height:auto;background:rgba(232,232,232,.1);box-shadow:4px 4px 4px #0006;border-radius:6px;flex:none;order:1;align-self:stretch;flex-grow:0}._infoCard_1lhd1_657:nth-child(3){display:flex;flex-direction:row;justify-content:center;align-items:flex-start;padding:0;gap:10px;width:332px;min-height:auto;height:auto;flex:none;order:2;align-self:stretch;flex-grow:0;background:none;box-shadow:none;border-radius:0}._infoCard_1lhd1_657:nth-child(4){display:flex;flex-direction:column;align-items:flex-start;padding:9px 10px 10px;gap:8px;width:332px;min-height:300px;height:auto;background:rgba(232,232,232,.1);box-shadow:4px 4px 4px #0006;border-radius:6px;flex:none;order:3;align-self:stretch;flex-grow:0}._cardTitle_1lhd1_853{font-family:Exo;font-style:normal;font-weight:500;font-size:12px;line-height:14px;display:flex;align-items:center;color:#fff;flex:none;order:0;flex-grow:0;margin:0}._infoCard_1lhd1_657:nth-child(1) ._cardTitle_1lhd1_853{width:25px;height:14px}._infoCard_1lhd1_657:nth-child(2) ._cardTitle_1lhd1_853{width:94px;height:14px}._infoCard_1lhd1_657:nth-child(4) ._cardTitle_1lhd1_853{width:109px;height:14px}._heroNameDisplay_1lhd1_931{width:56px;height:20px;font-family:Exo;font-style:normal;font-weight:500;font-size:18px;line-height:20px;display:flex;align-items:center;color:#efc981;flex:none;order:1;flex-grow:0;margin:0}._heroSpecializationText_1lhd1_979{width:312px;min-height:auto;height:auto;font-family:Exo;font-style:normal;font-weight:500;font-size:16px;line-height:19px;display:flex;align-items:flex-start;color:#efc981;flex:none;order:1;align-self:stretch;flex-grow:0;margin:0;white-space:pre-line;word-wrap:break-word;overflow-wrap:break-word}._heroIntroSection_1lhd1_1037{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;padding:10px 0;gap:10px;width:332px;min-height:auto;height:auto;flex:none;order:2;align-self:stretch;flex-grow:0}._heroIntroText_1lhd1_1077{width:320px;min-height:auto;height:auto;font-family:Exo;font-style:normal;font-weight:500;font-size:16px;line-height:19px;display:block;color:#fff;flex:none;order:0;flex-grow:0;margin:0;white-space:pre-line;text-align:center;word-wrap:break-word;overflow-wrap:break-word}._superpowersText_1lhd1_1133{width:312px;min-height:auto;max-width:312px;font-family:Exo;font-style:normal;font-weight:500;font-size:16px;line-height:19px;display:flex;flex-direction:column;align-items:flex-start;color:#efc981;flex:none;order:1;align-self:stretch;flex-grow:0;overflow:hidden;box-sizing:border-box}._superpowerLine_1lhd1_1189{font-family:Exo;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#efc981;margin:0 0 12px;position:relative;padding-left:10px;max-width:302px;word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box}._superpowerLine_1lhd1_1189:before{content:"•";position:absolute;left:0;color:#efc981}._start-dialog-button_1lhd1_1239{display:flex;justify-content:center;align-items:center;padding:20px 30px;position:relative;width:332px;height:55px;margin:20px 0 0;background:#EFC981;box-shadow:inset -4px -4px 4px #fdf1ce40,inset 4px 4px 6px #fff6d940;border-radius:6px;cursor:pointer;transition:all .3s ease;align-self:center;order:9999}._dialog-button-text_1lhd1_1287{font-family:Exo,sans-serif;font-weight:600;font-size:16px;line-height:1;color:#191a14;width:314px;text-align:center}._start-dialog-button_1lhd1_1239:hover{background:#d4ac6a;transform:translateY(-2px)}._start-dialog-button_1lhd1_1239:active{transform:translateY(0)}._error-message_1lhd1_1327{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;text-align:center}._error-message_1lhd1_1327 h2{color:#efc981;margin-bottom:20px}._back-button_1lhd1_1355{padding:12px 24px;background:#EFC981;border:none;border-radius:6px;color:#191a14;font-family:Exo,sans-serif;font-weight:500;cursor:pointer;transition:all .3s ease}._back-button_1lhd1_1355:hover{background:#d4ac6a}._hero-profile-frame_1lhd1_83::-webkit-scrollbar{display:none}@media (max-width: 400px){._hero-profile-frame_1lhd1_83{width:100vw;max-width:100vw}._hero-profile-container_1lhd1_1413{padding:10px}._hero-header_1lhd1_1421{flex-direction:column;gap:12px;align-items:flex-start}._hero-actions_1lhd1_1433{align-self:stretch;justify-content:space-between}._action-button_1lhd1_497{flex:1;justify-content:center}}.loader-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;background:linear-gradient(135deg,#000000 0%,#1a1a1a 50%,#000000 100%);display:flex;align-items:center;justify-content:center;z-index:100000;animation:fadeIn .3s ease-out}.loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:40px 20px;position:relative}.loader-logo{position:relative;width:120px;height:120px;margin-bottom:20px}.logo-circle{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#EFC981 0%,#C29852 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 0 30px #efc98166,inset 0 2px 4px #ffffff4d;animation:pulse 2s ease-in-out infinite}.logo-inner{width:100px;height:100px;border-radius:50%;background:#000000;display:flex;align-items:center;justify-content:center;border:2px solid rgba(239,201,129,.3)}.logo-text{font-family:Exo,sans-serif;font-size:56px;font-weight:700;color:#efc981;text-shadow:0 0 20px rgba(239,201,129,.6)}.glow-effect{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(239,201,129,.3) 0%,transparent 70%);animation:glow 2s ease-in-out infinite;pointer-events:none}.app-name{font-family:Exo,sans-serif;font-size:36px;font-weight:700;color:#efc981;margin:0;text-shadow:0 0 20px rgba(239,201,129,.5);letter-spacing:2px;animation:fadeInUp .6s ease-out .2s both}.app-tagline{font-family:Exo,sans-serif;font-size:14px;font-weight:400;color:#fff;margin:-16px 0 0;opacity:.8;text-align:center;animation:fadeInUp .6s ease-out .4s both}.progress-container{width:280px;display:flex;flex-direction:column;gap:8px;animation:fadeInUp .6s ease-out .6s both}.progress-bar{width:100%;height:8px;background:rgba(255,255,255,.1);border-radius:10px;overflow:hidden;border:1px solid rgba(239,201,129,.2);position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#EFC981 0%,#FFD700 50%,#EFC981 100%);background-size:200% 100%;border-radius:10px;transition:width .3s ease-out;position:relative;animation:shimmer 2s linear infinite;box-shadow:0 0 10px #efc98180}.progress-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:shine 1.5s infinite}.progress-text{font-family:Exo,sans-serif;font-size:12px;font-weight:600;color:#efc981;text-align:center}.loading-text{font-family:Exo,sans-serif;font-size:14px;font-weight:500;color:#fff;opacity:.9;animation:fadeInUp .6s ease-out .8s both;min-height:20px;text-align:center}.loading-dots{display:flex;gap:8px;animation:fadeInUp .6s ease-out 1s both}.dot{width:8px;height:8px;border-radius:50%;background:#EFC981;animation:bounce 1.4s infinite ease-in-out both}.dot:nth-child(1){animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}.particles{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;overflow:hidden}.particle{position:absolute;width:4px;height:4px;background:#EFC981;border-radius:50%;opacity:0;animation:float 4s infinite ease-in-out}.particle:nth-child(1){left:10%;animation-delay:0s}.particle:nth-child(2){left:20%;animation-delay:.5s}.particle:nth-child(3){left:30%;animation-delay:1s}.particle:nth-child(4){left:40%;animation-delay:1.5s}.particle:nth-child(5){left:60%;animation-delay:2s}.particle:nth-child(6){left:70%;animation-delay:2.5s}.particle:nth-child(7){left:80%;animation-delay:3s}.particle:nth-child(8){left:90%;animation-delay:3.5s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 30px #efc98166}50%{transform:scale(1.05);box-shadow:0 0 50px #efc98199}}@keyframes glow{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes shine{0%{left:-100%}to{left:200%}}@keyframes bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}@keyframes float{0%{bottom:0;opacity:0}20%{opacity:.6}80%{opacity:.6}to{bottom:100%;opacity:0}}@media (max-width: 360px){.loader-logo,.logo-circle{width:100px;height:100px}.logo-inner{width:80px;height:80px}.logo-text{font-size:48px}.app-name{font-size:32px}.app-tagline{font-size:12px}.progress-container{width:240px}}
