@charset "UTF-8";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-size:16px}#app{width:100%;flex:1;display:flex;overflow:hidden;font-family:Roboto,Outfit Placeholder,sans-serif;justify-content:center}.animated{-webkit-animation-duration:20s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}h1,h2,h4,h5,h6{font-family:Outfit,Outfit Placeholder,sans-serif}h1{font-size:3.1rem;font-weight:700}h2{font-size:2.25rem}h3{font-size:1.6rem;font-family:Inter,Inter Placeholder,sans-serif;font-weight:500}.h-heading-primary,.h-heading-secondary{color:#5726e0}p{font-size:1rem}a{text-decoration:underline;border-bottom:1px solid #8C4AE9;padding-bottom:2px;color:#8c4ae9}a:link{text-decoration:none}a:hover{color:#8c4ae9}a:active{text-decoration:none}ul,ol{margin:1rem 0;padding-left:2rem}li{margin-bottom:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.vue:hover{filter:drop-shadow(0 0 2em #42b883aa)}html:has(.auth-wrapper),body:has(.auth-wrapper),#app:has(.auth-wrapper){min-height:100%;background:radial-gradient(circle at 50% 35%,rgba(210,145,255,.45),transparent 32rem),radial-gradient(circle at 18% 15%,rgba(217,255,90,.16),transparent 20rem),linear-gradient(135deg,#2b105f,#6d28d9 45%,#31106f)}.auth-wrapper{position:relative;width:100%;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:88px 16px 42px;overflow:hidden;background:radial-gradient(circle at 50% 35%,rgba(210,145,255,.45),transparent 32rem),radial-gradient(circle at 18% 15%,rgba(217,255,90,.16),transparent 20rem),linear-gradient(135deg,#2b105f,#6d28d9 45%,#31106f);color:#1f2937}.auth-wrapper:before,.auth-wrapper:after{position:absolute;content:"";pointer-events:none;border-radius:999px}.auth-wrapper:before{width:280px;height:280px;right:9%;bottom:9%;background:#d9ff5a29;filter:blur(18px)}.auth-wrapper:after{width:220px;height:220px;left:9%;top:16%;background:#ff2bd62e;filter:blur(18px)}.login-close{position:absolute;top:28px;right:clamp(22px,4vw,40px);width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#ffffff1f;color:#fff;cursor:pointer;transition:opacity .2s ease,transform .2s ease,background .2s ease;z-index:2}.login-close:hover{opacity:.9;transform:translateY(-1px);background:#ffffff2e}.form.login{position:relative;z-index:1;width:min(100%,520px);max-width:520px;min-height:auto;align-items:stretch;justify-content:flex-start;display:flex;flex-direction:column;gap:24px;padding:clamp(28px,5vw,48px) clamp(24px,5vw,56px);border:1px solid rgba(255,255,255,.68);border-radius:32px;background:linear-gradient(145deg,#fffffffc,#f9f7fff5),#fff;text-align:left;color:#1f2937;box-shadow:0 28px 80px #180a4047}.form.login:before{position:absolute;content:"";top:-76px;right:-70px;width:220px;height:220px;border-radius:46px;background:linear-gradient(135deg,#d9ff5a47,#ff2bd61a),#5726e012;transform:rotate(12deg);pointer-events:none}.form.login>*{position:relative;z-index:1}.login__header{text-align:center}.login__header .h-heading-primary{margin:0;color:#5726e0;font-size:clamp(2rem,5vw,2.65rem);font-weight:900;line-height:1;letter-spacing:-.04em}.login__header p{margin:12px 0 0;color:#667085;font-size:1rem;font-weight:650}.login__social-buttons{gap:12px}.login .login__social-button.button.button--outline.button--secondary{height:52px;min-height:52px;justify-content:center;border:1px solid #d9dff0;border-radius:12px;background:#fff;color:#25134f;font-weight:750;transition:border-color .2s ease,background .2s ease,transform .2s ease}.login .login__social-button.button.button--outline.button--secondary .button__icon{width:22px;display:inline-flex;justify-content:center;font-size:1.05rem}.login .login__social-button.button.button--outline.button--secondary .button__label{color:#25134f}.login .login__social-button.button.button--outline.button--secondary:hover{border-color:#5726e052;background:#f7f4ff;transform:translateY(-1px)}.login__social-button--google .button__icon{color:#ea4335}.login__social-button--facebook .button__icon{color:#1877f2}.divider-wrapper{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;color:#8a93a8;font-size:.86rem;font-weight:800;text-transform:lowercase}.divider-wrapper .divider{width:100%;height:1px;border:0;background-color:#d9dff0}.login__email-section{display:flex;flex-direction:column;gap:16px}.login .login__input{height:52px;min-height:52px;padding:0 14px;border:1px solid #d9dff0;border-radius:12px;background:#fff;color:#1f2937;font-weight:650;transition:border-color .2s ease,box-shadow .2s ease}.login .login__input:focus{border-color:#5726e0;box-shadow:0 0 0 4px #5726e01f}.login .login__submit-button.button.button--filled.button--primary{height:52px;min-height:52px;margin-top:2px;border-radius:12px;background:#5726e0;color:#fff;font-weight:850;box-shadow:0 16px 34px #5726e03d;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.login .login__submit-button.button.button--filled.button--primary .button__label{color:#fff}.login .login__submit-button.button.button--filled.button--primary:hover{opacity:1;background:#481dc4;box-shadow:0 18px 38px #5726e047;transform:translateY(-1px)}.auth-links{display:flex;flex-direction:column;align-items:center;gap:13px;margin-top:4px;color:#626b80;font-size:.95rem;font-weight:650;text-align:center}.auth-links a{color:#5726e0;font-weight:850;text-decoration:none}.auth-links a:hover{text-decoration:underline;text-underline-offset:3px}@media (max-width: 560px){.auth-wrapper{align-items:flex-start;padding-top:84px}.login{border-radius:26px}.login-close{top:20px;right:20px}}.form{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:500px;min-height:600px;margin:0 auto;padding:2rem;text-align:center;border-radius:1rem;background-color:#fff;color:#000}.form label{font-weight:700}.form input,.form textarea,.form select{padding:.5rem;border:1px solid #A0ABC0;border-radius:4px;font-size:1rem}.form .form-actions{margin-top:1rem;display:flex;gap:.5rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:8px;border:none;cursor:pointer;font-weight:500;height:45px}.button--sm{padding:.4rem .6rem;font-size:12px}.button--md{padding:.6rem 1rem;font-size:14px}.button--lg{padding:.8rem 1.2rem;font-size:16px}.button--full{width:100%}.button__icon{display:flex;align-items:center;justify-content:center}.button--icon-only{width:40px;height:40px;padding:0}.button:disabled{opacity:.5;cursor:not-allowed}.button--filled.button--primary{background:#5726e0;color:#fff}.button--filled.button--secondary{background:#e5e5e5;color:#1a202c}.button--outline{background:transparent}.button--outline.button--primary{border:1px solid #5726E0;color:#5726e0}.button--outline.button--secondary{border:1px solid #5726E0;color:#1a202c}.button--text{background:transparent;border:none;padding:0}.button--text.button--primary{color:#5726e0}.button--text.button--secondary{color:#1a202c}.button--filled.button--primary:hover{opacity:.9}.button--outline.button--primary:hover{background:#0000000a}.button--text.button--primary:hover{text-decoration:underline}.btn-google{background:#fff;border:1px solid #dadce0;color:#3c4043;font-weight:500}.btn-google:hover{background:#f7f7f7}.btn-facebook{background:#6c3cff;color:#fff;font-weight:500}.btn-facebook:hover{opacity:.9}.button-group{display:flex;flex-direction:column;gap:12px}.btn-social{width:100%;height:48px;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:10px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:10px}.btn-social:hover{background:#f9fafb}.btn-facebook .button__icon{color:#1877f2}.btn-google .button__icon{color:#ea4335}._wrapper_1yhdx_1{display:flex;flex-direction:column;gap:4px;width:100%}._label_1yhdx_8{font-size:14px;font-weight:700;color:#333}._requiredMark_1yhdx_14{color:#e63946}._optionalMark_1yhdx_18{color:#b0b0b0;font-weight:400}._inputContainer_1yhdx_23{position:relative;width:100%}._input_1yhdx_23{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid #ccc;border-radius:4px;font-size:16px;transition:border-color .2s ease}._input_1yhdx_23:focus{border-color:#007bff;outline:none}._inputWithIcon_1yhdx_42{padding-right:44px}._icon_1yhdx_46,._iconButton_1yhdx_47{position:absolute;top:50%;right:12px;transform:translateY(-50%)}._icon_1yhdx_46{pointer-events:none}._iconButton_1yhdx_47{border:0;background:transparent;padding:0;cursor:pointer;font-size:16px;line-height:1}._errorInput_1yhdx_67{border-color:#e63946}._errorMessage_1yhdx_71{font-size:12px;color:#e63946;margin-top:2px}html:has(.signup-page),body:has(.signup-page),#app:has(.signup-page){min-height:100%;background:radial-gradient(circle at 50% 35%,rgba(210,145,255,.45),transparent 32rem),radial-gradient(circle at 18% 15%,rgba(217,255,90,.16),transparent 20rem),linear-gradient(135deg,#2b105f,#6d28d9 45%,#31106f)}.signup-page{position:relative;width:100%;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:88px 16px 42px;overflow:hidden;background:radial-gradient(circle at 50% 35%,rgba(210,145,255,.45),transparent 32rem),radial-gradient(circle at 18% 15%,rgba(217,255,90,.16),transparent 20rem),linear-gradient(135deg,#2b105f,#6d28d9 45%,#31106f);color:#1f2937}.signup-page:before,.signup-page:after{position:absolute;content:"";pointer-events:none;border-radius:999px}.signup-page:before{width:280px;height:280px;right:9%;bottom:9%;background:#d9ff5a29;filter:blur(18px)}.signup-page:after{width:220px;height:220px;left:9%;top:16%;background:#ff2bd62e;filter:blur(18px)}.signup-close{position:absolute;top:28px;right:clamp(22px,4vw,40px);width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#ffffff1f;color:#fff;cursor:pointer;transition:opacity .2s ease,transform .2s ease,background .2s ease;z-index:2}.signup-close:hover{opacity:.9;transform:translateY(-1px);background:#ffffff2e}.signup-container{position:relative;z-index:1;width:min(100%,520px);max-width:520px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:24px;margin:0 auto;padding:clamp(28px,5vw,48px) clamp(24px,5vw,56px);border:1px solid rgba(255,255,255,.68);border-radius:32px;background:linear-gradient(145deg,#fffffffc,#f9f7fff5),#fff;color:#1f2937;box-shadow:0 28px 80px #180a4047}.signup-container:before{position:absolute;content:"";top:-76px;right:-70px;width:220px;height:220px;border-radius:46px;background:linear-gradient(135deg,#d9ff5a47,#ff2bd61a),#5726e012;transform:rotate(12deg);pointer-events:none}.signup-container>*{position:relative;z-index:1}.signup-header{text-align:center}.signup-header h1{margin:0;color:#5726e0;font-size:clamp(2rem,5vw,2.65rem);font-weight:900;line-height:1;letter-spacing:-.04em}.signup-header p{margin:14px auto 0;max-width:390px;color:#344054;font-size:1rem;font-weight:700;line-height:1.48}.signup-header span{display:block;margin:12px auto 0;max-width:360px;color:#667085;font-size:.94rem;font-weight:650;line-height:1.45}.signup-buttons{display:flex;flex-direction:column;gap:12px}.signup-social-button.button.button--outline.button--secondary,.signup-email-button.button.button--filled.button--primary{height:52px;min-height:52px;justify-content:center;border-radius:12px;font-weight:750;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.signup-social-button.button.button--outline.button--secondary .button__icon,.signup-email-button.button.button--filled.button--primary .button__icon{width:22px;display:inline-flex;justify-content:center;font-size:1.05rem}.signup-social-button.button.button--outline.button--secondary{border:1px solid #d9dff0;background:#fff;color:#25134f}.signup-social-button.button.button--outline.button--secondary .button__label{color:#25134f}.signup-social-button.button.button--outline.button--secondary:hover{border-color:#5726e052;background:#f7f4ff;transform:translateY(-1px)}.signup-social-button--google .button__icon{color:#ea4335}.signup-social-button--facebook .button__icon{color:#1877f2}.signup-email-button.button.button--filled.button--primary{border:1px solid #5726e0;background:#5726e0;color:#fff;font-weight:850;box-shadow:0 16px 34px #5726e03d}.signup-email-button.button.button--filled.button--primary .button__label{color:#fff}.signup-email-button.button.button--filled.button--primary:hover{opacity:1;border-color:#481dc4;background:#481dc4;box-shadow:0 18px 38px #5726e047;transform:translateY(-1px)}.signup-login-link{display:block;color:#626b80;font-size:.95rem;font-weight:650;text-align:center}.signup-login-link a{color:#5726e0;font-weight:850;text-decoration:none}.signup-login-link a:hover{text-decoration:underline;text-underline-offset:3px}@media (max-width: 560px){.signup-page{align-items:flex-start;padding-top:84px}.signup-container{border-radius:26px}.signup-close{top:20px;right:20px}}.signup-card{background:#fff;padding:2.5rem;border-radius:24px;width:100%;max-width:480px;color:#000;display:flex;flex-direction:column;gap:1.5rem}.title{text-align:center;color:#6c3cff;font-size:28px;font-weight:700}.checkbox{display:flex;align-items:center;gap:8px;font-size:14px}.form-error{margin:0;color:#c62828;font-size:14px;text-align:center}.terms{font-size:13px;text-align:center}.terms a{color:#6c3cff;text-decoration:underline}.login-link{text-align:center;font-size:14px}.login-link a{color:#6c3cff;text-decoration:underline}.welcome-wrapper{min-height:100vh;display:flex;overflow:hidden}.welcome-left{width:50%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:clamp(32px,5vw,72px);background:linear-gradient(135deg,#4f1fd9,#b94cff,#6b4cff)}.welcome-card{width:100%;max-width:660px;padding:clamp(44px,5vw,64px);background:#fff;border-radius:32px;text-align:center;box-shadow:0 24px 60px #1e12502e}.welcome-card h1{margin-bottom:28px;color:#5b2df5;font-size:clamp(2.4rem,4vw,3.4rem);line-height:1.15;font-weight:800}.welcome-card p{margin:0 auto 36px;max-width:520px;color:#111827;font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.55}.welcome-card button+button{margin-top:16px}.welcome-image{width:50%;min-height:100vh;overflow:hidden}.welcome-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center}@media (max-width: 900px){.welcome-wrapper{flex-direction:column;overflow:visible}.welcome-left,.welcome-image{width:100%}.welcome-left{min-height:auto;padding:32px 20px}.welcome-image{min-height:360px}}._wrapper_6w0cd_1{display:flex;flex-direction:column;gap:4px;width:100%}._label_6w0cd_8{font-size:14px;font-weight:700;color:#333}._requiredMark_6w0cd_14{color:#e63946}._optionalMark_6w0cd_18{color:#b0b0b0;font-weight:400}._select_6w0cd_23{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid #ccc;border-radius:4px;font-size:16px;background-color:#fff;transition:border-color .2s ease}._select_6w0cd_23:focus{border-color:#007bff;outline:none}._errorSelect_6w0cd_38{border-color:#e63946}._errorMessage_6w0cd_42{font-size:12px;color:#e63946;margin-top:2px}.profile-wrapper{display:flex;justify-content:center;padding:2rem}.profile-card{background:#fff;padding:2rem;border-radius:24px;width:100%;max-width:700px;display:flex;flex-direction:column;gap:2rem}.section{display:flex;flex-direction:column;gap:1rem}.profile-error{margin:0;padding:.85rem 1rem;border:1px solid #fecaca;border-radius:10px;background:#fef2f2;color:#b91c1c;font-weight:600}.row{display:flex;gap:12px}.row>*{flex:1}.countryRegionField{display:flex;flex:1;flex-direction:column;gap:4px;width:100%}.countryRegionLabel{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px;color:#333;font-size:14px;font-weight:700}.field-hint{color:#9ca3af;font-size:12px;font-weight:400}.requiredMark{color:#e63946}.optionalMark{color:#b0b0b0;font-weight:400}.countryRegionSelect{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid #ccc;border-radius:4px;background:#fff;font-size:16px;transition:border-color .2s ease}.countryRegionSelect:focus{border-color:#007bff;outline:none}.countryRegionSelect:disabled{background:#f5f5f5;color:#9ca3af;cursor:not-allowed}.select{height:44px;border-radius:10px;border:1px solid #d1d5db;padding:0 12px;background:#fff;font:inherit}.textarea{min-height:100px;border-radius:10px;border:1px solid #d1d5db;padding:10px;resize:vertical;font:inherit}.photo-section{display:flex;justify-content:space-between;align-items:center}.photo-placeholder{width:120px;height:120px;border:2px dashed #6c3cff;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;font-size:2rem}.multiselect-field{display:flex;flex-direction:column;gap:4px}.multiselect-field .rs__control{border:1px solid #d1d5db;border-radius:10px;font:inherit;min-height:44px;box-shadow:none}.multiselect-field .rs__control:hover{border-color:#5726e0}.multiselect-field .rs__control--is-focused{border-color:#5726e0;box-shadow:0 0 0 3px #5726e01f}.multiselect-field .rs__multi-value{background:#ede9fe;border-radius:6px}.multiselect-field .rs__multi-value__label{color:#4c1d95;font-size:.88rem;padding:3px 4px 3px 8px}.multiselect-field .rs__multi-value__remove{border-radius:0 6px 6px 0;color:#7c3aed}.multiselect-field .rs__multi-value__remove:hover{background:#ddd6fe;color:#4c1d95}.multiselect-field .rs__option--is-focused{background:#f1edff}.multiselect-field .rs__option--is-selected{background:#5726e0}.language-levels{display:flex;flex-direction:column;gap:8px;margin:8px 0 0;padding:0;list-style:none}.language-level-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fafafa}.language-level-name{flex:1;font-size:.92rem;font-weight:600;color:#374151}.language-level-select{height:34px;flex:0 0 auto;min-width:140px;padding:0 10px;font-size:.88rem}.cta-box{display:flex;flex-direction:column;gap:1rem}.photo-section p{margin:0 0 1rem;color:#4b5563}.photo-section input[type=file]{font:inherit}@media (max-width: 640px){.profile-wrapper{padding:1rem}.profile-card{padding:1.5rem}.row,.photo-section{flex-direction:column;align-items:stretch}.photo-placeholder{align-self:center}}.badge-carousel{display:grid;grid-template-columns:32px minmax(0,1fr) 32px;gap:10px;align-items:center}.badge-carousel>button{width:32px;height:32px;border:0;border-radius:999px;background:#f4f2ff;color:#5726e0;cursor:pointer;transition:background .2s ease,transform .2s ease}.badge-carousel>button:hover{background:#ebe5ff;transform:translateY(-1px)}.badge-carousel__track{display:flex;gap:12px;margin:0;padding:0;overflow-x:auto;list-style:none;scrollbar-width:thin}.badge-carousel__item{width:92px;flex:0 0 92px;padding:10px 8px;border:1px solid rgba(87,38,224,.08);border-radius:18px;background:#fbfaff;text-align:center}.badge-carousel__item span{display:-webkit-box;min-height:32px;margin-top:8px;overflow:hidden;color:#4b5563;font-size:.78rem;font-weight:700;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.badge-carousel__item small{display:inline-block;margin-top:6px;padding:3px 7px;border-radius:999px;background:#eef0f5;color:#7b8495;font-size:.68rem;font-weight:800}.badge-carousel__item small.is-earned{background:#eefdf3;color:#16813a}.badge-carousel__item.is-locked .badge-carousel__icon{background:#f1f3f8;color:#99a1b1}.badge-carousel__icon{width:58px;height:58px;margin:0 auto;display:flex;align-items:center;justify-content:center;border-radius:20px;background:linear-gradient(135deg,#ede9fe,#f7e8ff);color:#5726e0;font-size:1.35rem}.badge-carousel__empty{margin:0;padding:24px 12px;color:#687386;text-align:center;line-height:1.45}@media (max-width: 420px){.badge-carousel{grid-template-columns:1fr}.badge-carousel>button{display:none}}.dashboard-card{overflow:hidden;border:1px solid rgba(87,38,224,.07);border-radius:24px;background:#fffffff5;box-shadow:0 18px 44px #2f235814;transition:transform .2s ease,box-shadow .2s ease}.dashboard-card:hover{transform:translateY(-1px);box-shadow:0 22px 52px #2f23581c}.dashboard-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 24px 15px;border-bottom:1px solid rgba(87,38,224,.08)}.dashboard-card__header h2{margin:0;color:#1a202c;font-size:1.08rem;line-height:1.25;letter-spacing:0}.dashboard-card__header p{margin:5px 0 0;color:#727b8c;font-size:.9rem}.dashboard-card__actions button{width:32px;height:32px;border:0;border-radius:999px;background:#f4f2ff;color:#5726e0;cursor:pointer;font-weight:800;transition:background .2s ease}.dashboard-card__actions button:hover{background:#ebe5ff}.dashboard-card__body{padding:18px 24px 24px}@media (max-width: 640px){.dashboard-card{border-radius:20px}.dashboard-card__header,.dashboard-card__body{padding-left:18px;padding-right:18px}}.dashboard-header{background:linear-gradient(90deg,#4f1fd9,#5726e0 52%,#7b35ea);color:#fff;box-shadow:0 12px 30px #5726e038}.dashboard-header__inner{width:min(1200px,100% - 40px);min-height:68px;margin:0 auto;display:flex;align-items:center;gap:16px}.dashboard-header__brand{color:#fff;font-size:1.15rem;font-weight:800;text-decoration:none;white-space:nowrap}.dashboard-header__spacer{flex:1}.dashboard-header__actions{display:flex;align-items:center;gap:8px}.dashboard-header__actions>button{width:40px;height:40px;border:0;border-radius:999px;background:#ffffff21;color:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease}.dashboard-header__actions>button:hover{background:#fff3;transform:translateY(-1px)}.dashboard-header__notification{position:relative}.dashboard-header__badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ff5252;color:#fff;font-size:.68rem;font-weight:800;line-height:18px}.dashboard-header__user-menu{position:relative}.dashboard-header__avatar-trigger{display:grid;width:44px;height:44px;place-items:center;padding:0;border:2px solid rgba(255,255,255,.72);border-radius:999px;background:transparent;cursor:pointer;transition:border-color .2s ease}.dashboard-header__avatar-trigger:hover{border-color:#fff}.dashboard-header__avatar{width:100%;height:100%;border-radius:999px;object-fit:cover}.dashboard-header__avatar--initials{display:grid;width:38px;height:38px;place-items:center;border-radius:999px;background:#ffffff38;color:#fff;font-size:.85rem;font-weight:800}.dashboard-header__dropdown{position:absolute;top:calc(100% + 12px);right:0;min-width:220px;padding:6px;border:1px solid rgba(216,222,234,.9);border-radius:16px;background:#fff;box-shadow:0 18px 46px #180a402e;z-index:200}.dashboard-header__dropdown-info{display:flex;align-items:center;gap:10px;padding:10px 12px 12px;border-bottom:1px solid #eef0f5;margin-bottom:4px;pointer-events:none;-webkit-user-select:none;user-select:none}.dashboard-header__dropdown-avatar{width:36px;height:36px;flex-shrink:0;border-radius:999px;object-fit:cover}.dashboard-header__dropdown-avatar--initials{display:grid;place-items:center;background:#ede9fe;color:#5726e0;font-size:.82rem;font-weight:800}.dashboard-header__dropdown-identity{display:flex;min-width:0;flex-direction:column;gap:1px}.dashboard-header__dropdown-identity strong{overflow:hidden;font-size:.9rem;font-weight:700;color:#1a202c;text-overflow:ellipsis;white-space:nowrap}.dashboard-header__dropdown-identity span{overflow:hidden;font-size:.78rem;color:#8a93a5;text-overflow:ellipsis;white-space:nowrap}.dashboard-header__dropdown-section{padding:2px 0}.dashboard-header__dropdown-divider{height:1px;margin:4px 0;background:#eef0f5}.dashboard-header__dropdown-item{display:flex;width:100%;align-items:center;gap:10px;min-height:40px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:#1f2937;cursor:pointer;font:inherit;font-size:.9rem;font-weight:600;text-align:left;transition:background .15s ease,color .15s ease}.dashboard-header__dropdown-item:hover:not(:disabled){background:#f4f2ff;color:#5726e0}.dashboard-header__dropdown-item:disabled{cursor:wait;opacity:.7}.dashboard-header__dropdown-item--danger{color:#b42318}.dashboard-header__dropdown-item--danger:hover:not(:disabled){background:#fff5f5;color:#b42318}.dashboard-header__dropdown-icon{width:14px;flex-shrink:0;color:inherit;opacity:.7}.dashboard-header__dropdown-error{margin:4px 12px 8px;color:#b42318;font-size:.78rem;line-height:1.35}@media (max-width: 700px){.dashboard-header__inner{width:calc(100% - 24px);gap:8px}}.dashboard-shell{width:100%;min-height:100vh;background:radial-gradient(circle at top left,rgba(194,190,250,.4),transparent 30rem),linear-gradient(180deg,#f7f6ff,#f3f4f8 38%,#eef1f6);color:#1a202c}.dashboard-shell__content{width:min(1200px,100% - 40px);margin:0 auto;padding:30px 0 52px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(320px,.72fr);gap:22px;align-items:start}.dashboard-grid__column{display:flex;flex-direction:column;gap:22px}.dashboard-grid__column>*{min-width:0}@media (max-width: 900px){.dashboard-shell__content{width:min(100% - 24px,680px);padding-top:18px;padding-bottom:32px}.dashboard-grid{grid-template-columns:1fr;gap:18px}.dashboard-grid__column{gap:18px}}.growth-card{padding:24px;border:1px solid rgba(87,38,224,.12);border-radius:24px;background:radial-gradient(circle at top right,rgba(200,107,245,.18),transparent 8rem),linear-gradient(135deg,#fff,#f7f3ff);box-shadow:0 18px 44px #2f235814}.growth-card h2{margin:0 0 8px;color:#1a202c;font-size:1.08rem}.growth-card p{margin:0 0 18px;color:#687386;line-height:1.45}.messages-preview{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.messages-preview__item{display:flex;width:100%;gap:14px;align-items:center;padding:14px 0;border:0;border-bottom:1px solid #eef0f5;border-radius:8px;background:transparent;color:inherit;cursor:pointer;text-align:left}.messages-preview__item:hover{background:#f8f6ff}.messages-preview__item:first-child{padding-top:0}.messages-preview__item:last-child{padding-bottom:0;border-bottom:0}.messages-preview__item img,.messages-preview__item .messages-preview__initial{width:44px;height:44px;flex:0 0 44px;border-radius:999px;box-shadow:0 0 0 3px #f4f2ff}.messages-preview__item img{object-fit:cover}.messages-preview__initial{display:inline-flex;align-items:center;justify-content:center;background:#ede9fe;color:#5726e0;font-weight:800}.messages-preview__copy{min-width:0;flex:1}.messages-preview__row{display:flex;justify-content:space-between;gap:12px}.messages-preview__row strong{color:#1a202c;font-size:.96rem}.messages-preview__row span{color:#8a93a3;font-size:.82rem;white-space:nowrap}.messages-preview__copy p,.messages-preview__empty{margin:4px 0 0;color:#687386;font-size:.93rem;line-height:1.45}.messages-preview__empty{margin:0;padding:24px 12px;text-align:center}.messages-preview__empty--error{color:#b91c1c;font-weight:700}.messages-preview__item--loading .messages-preview__skeleton-avatar,.messages-preview__item--loading .messages-preview__skeleton-copy{display:block;border-radius:999px;background:linear-gradient(90deg,#ede9fe,#f7f3ff 45%,#ede9fe);background-size:200% 100%;animation:messages-preview-pulse 1.4s ease-in-out infinite}.messages-preview__skeleton-avatar{width:44px;height:44px;flex:0 0 44px}.messages-preview__skeleton-copy{width:100%;max-width:260px;height:34px}@keyframes messages-preview-pulse{0%{background-position:0 0}to{background-position:-200% 0}}.people-suggestions{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.people-suggestions__item{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid #eef0f5}.people-suggestions__item:first-child{padding-top:0}.people-suggestions__item:last-child{padding-bottom:0;border-bottom:0}.people-suggestions__name-btn{border:0;background:transparent;padding:0;font:inherit;font-weight:700;color:inherit;cursor:pointer}.people-suggestions__name-btn:hover{text-decoration:underline}.people-suggestions__avatar{display:grid;width:54px;height:54px;place-items:center;overflow:hidden;border-radius:999px;background:#5726e0;color:#fff;font-weight:800;box-shadow:0 0 0 3px #f4f2ff}.people-suggestions__avatar img{width:54px;height:54px;object-fit:cover}.people-suggestions__avatar--btn{border:0;cursor:pointer;flex-shrink:0;transition:box-shadow .2s ease}.people-suggestions__avatar--btn:hover{box-shadow:0 0 0 3px #c4b5fd}.people-suggestions__details{display:flex;flex-direction:column;gap:7px;min-width:0}.people-suggestions__details strong{color:#1a202c;font-size:.98rem}.people-suggestions__pill{width:fit-content;padding:6px 10px;border-radius:999px;background:linear-gradient(135deg,#f4f2ff,#fff0fb);color:#5726e0;font-size:.78rem;font-weight:800}.people-suggestions__level{width:fit-content;color:#687386;font-size:.78rem;font-weight:800}.people-suggestions__tags{display:flex;flex-wrap:wrap;gap:6px}.people-suggestions__tags span{border-radius:999px;background:#f1f2f6;color:#4b5565;font-size:.74rem;font-weight:700;padding:5px 8px}.people-suggestions__actions{display:flex;align-items:center;gap:10px}.people-suggestions__link{border:0;background:transparent;color:#5726e0;cursor:pointer;font-weight:700;white-space:nowrap}.people-suggestions__empty{margin:0;padding:24px 12px;color:#687386;text-align:center}.people-suggestions__empty--error{color:#b91c1c;font-weight:700}.people-suggestions__item--loading .people-suggestions__skeleton-avatar,.people-suggestions__item--loading .people-suggestions__skeleton-copy,.people-suggestions__item--loading .people-suggestions__skeleton-action{display:block;border-radius:999px;background:linear-gradient(90deg,#ede9fe,#f7f3ff 45%,#ede9fe);background-size:200% 100%;animation:people-suggestions-pulse 1.4s ease-in-out infinite}.people-suggestions__skeleton-avatar{width:54px;height:54px}.people-suggestions__skeleton-copy{width:min(100%,220px);height:38px}.people-suggestions__skeleton-action{width:118px;height:34px}@keyframes people-suggestions-pulse{0%{background-position:0 0}to{background-position:-200% 0}}@media (max-width: 560px){.people-suggestions__item{grid-template-columns:48px 1fr;align-items:start}.people-suggestions__item .people-suggestions__avatar,.people-suggestions__item .people-suggestions__avatar img{width:48px;height:48px}.people-suggestions__actions{grid-column:2;flex-wrap:wrap;justify-content:flex-start}.people-suggestions__skeleton-action{grid-column:2}}.practice-recap{display:flex;flex-direction:column}.practice-recap__section{display:flex;flex-direction:column;align-items:center;gap:14px;padding:18px 4px;text-align:center}.practice-recap__divider{margin:0;border:0;border-top:1px solid #eef0f5}.practice-recap__label{margin:0;color:#8a93a3;font-size:.78rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.practice-recap__last-session{display:flex;width:100%;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;text-align:left}.practice-recap__partner{display:flex;align-items:center;gap:12px}.practice-recap__avatar{width:48px;height:48px;flex:0 0 48px;border-radius:999px;object-fit:cover;box-shadow:0 0 0 3px #f4f2ff}.practice-recap__avatar--initials{display:grid;place-items:center;background:#5726e0;color:#fff;font-weight:800;font-size:.85rem}.practice-recap__partner-copy{display:flex;flex-direction:column;gap:2px}.practice-recap__partner-copy strong{color:#1a202c;font-size:.96rem}.practice-recap__partner-copy p{margin:0;color:#1a202c;font-weight:700;font-size:.9rem}.practice-recap__partner-copy span{color:#8a93a3;font-size:.76rem}.practice-recap__pill{padding:8px 14px;border:1.5px solid #5726E0;border-radius:999px;color:#5726e0;font-size:.8rem;font-weight:700;white-space:normal}.practice-recap__stats-grid{display:grid;width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.practice-recap__stat-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:14px 10px;border-radius:14px;text-align:center}.practice-recap__stat-box span{color:#687386;font-size:.76rem}.practice-recap__stat-box strong{font-size:.9rem}.practice-recap__stat-box--purple{border:1.5px solid #5726E0}.practice-recap__stat-box--purple strong{color:#5726e0}.practice-recap__stat-box--blue{border:1.5px solid #93c5fd;background:#eff6ff}.practice-recap__stat-box--blue strong{color:#1d4ed8}.practice-recap__stat-box--neutral{border:1px solid #eef0f5;color:#687386;font-size:1.1rem}.practice-recap__insight{margin:0;max-width:480px;color:#1a202c;font-size:.92rem;line-height:1.5}.practice-recap__empty{margin:0;color:#687386;font-size:.93rem;line-height:1.45}.practice-recap__empty--error{color:#b91c1c;font-weight:700;text-align:center;padding:24px 12px}.practice-recap__skeleton-bar{height:60px;border-radius:14px;background:linear-gradient(90deg,#ede9fe,#f7f3ff 45%,#ede9fe);background-size:200% 100%;animation:practice-recap-pulse 1.4s ease-in-out infinite}.practice-recap__skeleton-bar+.practice-recap__skeleton-bar{margin-top:12px}@keyframes practice-recap-pulse{0%{background-position:0 0}to{background-position:-200% 0}}@media (max-width: 560px){.practice-recap__stats-grid{grid-template-columns:1fr}}.practice-streak{display:flex;align-items:center;gap:16px;padding:24px;border:1px solid rgba(217,255,119,.38);border-radius:24px;background:linear-gradient(135deg,#fff,#fbfff0);box-shadow:0 18px 44px #2f235814}.practice-streak h2{margin:0 0 6px;color:#1a202c;font-size:1.05rem}.practice-streak p{margin:0;color:#687386}.practice-streak strong{color:#5726e0;font-size:2.35rem;line-height:1}.practice-streak--zero .practice-streak__icon{background:#f4f2ff;color:#5726e0}.practice-streak__hint{display:block;margin-top:8px;color:#7b8495;font-size:.88rem;line-height:1.4}.practice-streak__icon{width:58px;height:58px;display:flex;align-items:center;justify-content:center;border-radius:22px;background:#fff5db;color:#d97706;font-size:1.55rem}.preplay-card{padding:20px 22px;border:1px solid rgba(87,38,224,.12);border-radius:24px;background:radial-gradient(circle at top right,rgba(87,38,224,.08),transparent 7rem),linear-gradient(135deg,#fff,#f7f3ff);box-shadow:0 18px 44px #2f235814}.preplay-card__eyebrow{margin:0 0 14px;color:#5726e0;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.preplay-card__partners{display:flex;flex-direction:column;gap:10px}.preplay-card__partner{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid rgba(87,38,224,.1);border-radius:12px;background:#fff;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease}.preplay-card__partner:hover{border-color:#5726e047;box-shadow:0 4px 16px #5726e01a}.preplay-card__logo-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:8px;background:#f8f8f8;flex:0 0 auto}.preplay-card__logo-img{display:block;width:auto;height:22px;object-fit:contain;border-radius:3px}.preplay-card__logo-name{font-size:.8rem;font-weight:900;color:#1a1a1a;white-space:nowrap}.preplay-card__partner-label{font-size:.84rem;font-weight:700;color:#687386}.capcut-card{padding:20px 22px;border:1px solid rgba(87,38,224,.12);border-radius:24px;background:radial-gradient(circle at top right,rgba(87,38,224,.08),transparent 7rem),linear-gradient(135deg,#fff,#f7f3ff);box-shadow:0 18px 44px #2f235814}.capcut-card__brand{margin-bottom:12px}.capcut-card__logo-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:8px;background:#f8f8f8}.capcut-card__logo-img{display:block;width:auto;height:20px;object-fit:contain;border-radius:3px}.capcut-card__logo-name{font-size:.8rem;font-weight:900;color:#1a1a1a;white-space:nowrap}.capcut-card__title{margin:0 0 6px;color:#1a202c;font-size:.98rem;line-height:1.3}.capcut-card__body{margin:0 0 14px;color:#687386;font-size:.84rem;line-height:1.45}.capcut-card__actions{display:flex;flex-wrap:wrap;gap:8px}.capcut-card__cta{display:inline-block;padding:7px 14px;border-radius:8px;background:#5726e0;color:#fff;font-size:.82rem;font-weight:800;text-decoration:none;white-space:nowrap;transition:background .18s ease,transform .18s ease}.capcut-card__cta:hover{background:#4318c0;transform:translateY(-1px)}.capcut-card__cta--outline{background:transparent;border:1.5px solid rgba(87,38,224,.3);color:#5726e0}.capcut-card__cta--outline:hover{background:#5726e00f;border-color:#5726e0}.profile-summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;margin-bottom:22px;padding:24px 28px;border:1px solid rgba(87,38,224,.1);border-radius:28px;background:linear-gradient(135deg,#fffffff7,#faf7fff7),#fff;box-shadow:0 20px 54px #2f23581a}.profile-summary__avatar-wrap{padding:5px;border-radius:999px;background:linear-gradient(135deg,#5726e0,#c86bf5)}.profile-summary__avatar{width:90px;height:90px;display:block;border:4px solid #ffffff;border-radius:999px;object-fit:cover}.profile-summary__details{min-width:0}.profile-summary__eyebrow{margin:0 0 7px;color:#5726e0;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.profile-summary__name-row{display:flex;align-items:center;gap:10px}.profile-summary__name-row h1{margin:0;color:#1a202c;font-size:clamp(1.75rem,2.8vw,2.45rem);line-height:1.1}.profile-summary__verified{color:#5726e0;font-size:1.35rem}.profile-summary__meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:12px;color:#5f6675;font-size:.95rem}.profile-summary__meta .profile-summary__meta-item{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:#f4f2ffe6}.profile-summary__status{display:flex;flex-direction:column;align-items:flex-end;gap:7px;min-width:150px}.profile-summary__status span{color:#697386;font-size:.85rem;font-weight:700}.profile-summary__status strong{padding:8px 12px;border-radius:999px;background:#eefdf3;color:#16813a;font-size:.88rem}.profile-summary--error{display:block}.profile-summary--error p{margin:0;color:#b91c1c;font-weight:700}.profile-summary--loading .profile-summary__skeleton-avatar,.profile-summary--loading .profile-summary__skeleton-line,.profile-summary--loading .profile-summary__skeleton-status{background:linear-gradient(90deg,#ede9fe,#f7f3ff 45%,#ede9fe);background-size:200% 100%;animation:profile-summary-pulse 1.4s ease-in-out infinite}.profile-summary__skeleton-avatar{width:100px;height:100px;border-radius:999px}.profile-summary__skeleton-details{display:flex;flex-direction:column;gap:12px}.profile-summary__skeleton-line{display:block;height:14px;border-radius:999px}.profile-summary__skeleton-line--eyebrow{width:130px}.profile-summary__skeleton-line--title{width:min(280px,52vw);height:34px}.profile-summary__skeleton-line--meta{width:min(420px,64vw);height:30px}.profile-summary__skeleton-status{width:150px;height:36px;border-radius:999px}@keyframes profile-summary-pulse{0%{background-position:0 0}to{background-position:-200% 0}}@media (max-width: 640px){.profile-summary{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;padding:18px;border-radius:22px}.profile-summary__avatar{width:72px;height:72px}.profile-summary__status{grid-column:1/-1;align-items:flex-start;min-width:0}.profile-summary__skeleton-status{grid-column:1/-1}.profile-summary__meta{gap:7px}}.profile-page-shell{width:100%;min-height:100vh;background:#f6f7fb;color:#1a202c}.profile-page{max-width:680px;margin:40px auto;padding:0 24px 60px}.profile-page__error{color:#b91c1c;font-weight:600}.profile-card{background:#fff;border-radius:16px;padding:36px 40px;box-shadow:0 2px 12px #0000000f}.profile-card--loading{display:flex;align-items:center;gap:24px}.profile-card__skeleton-avatar{width:96px;height:96px;flex-shrink:0;border-radius:50%;background:linear-gradient(90deg,#ede9fe,#f7f3ff 45%,#ede9fe);background-size:200% 100%;animation:profile-pulse 1.4s ease-in-out infinite}.profile-card__skeleton-lines{flex:1;display:flex;flex-direction:column;gap:10px}.profile-card__skeleton-lines span{display:block;height:16px;border-radius:8px;background:linear-gradient(90deg,#ede9fe,#f7f3ff 45%,#ede9fe);background-size:200% 100%;animation:profile-pulse 1.4s ease-in-out infinite}.profile-card__skeleton-lines span:nth-child(1){width:55%}.profile-card__skeleton-lines span:nth-child(2){width:35%}.profile-card__skeleton-lines span:nth-child(3){width:70%}.profile-card__hero{display:flex;align-items:center;gap:20px}.profile-card__avatar{width:96px;height:96px;flex-shrink:0;border-radius:50%;overflow:hidden;background:#5726e0;color:#fff;display:grid;place-items:center;font-size:2rem;font-weight:800}.profile-card__avatar img{width:100%;height:100%;object-fit:cover}.profile-card__identity{flex:1;min-width:0}.profile-card__identity h1{margin:0 0 4px;font-size:1.6rem;line-height:1.2}.profile-card__identity p{margin:0;color:#687386;font-size:.95rem}.profile-card__edit-btn{padding:10px 22px;border:0;border-radius:8px;background:#5726e0;color:#fff;font:inherit;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap}.profile-card__edit-btn:hover{background:#4318c4}.profile-card__section{margin-top:28px;padding-top:28px;border-top:1px solid #eef0f5}.profile-card__section h2{margin:0 0 14px;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8a93a5}.profile-card__languages{display:flex;flex-direction:column;gap:16px}.profile-card__language-group{display:flex;align-items:flex-start;gap:12px}.profile-card__lang-label{flex:0 0 70px;padding-top:5px;font-size:.75rem;font-weight:700;color:#8a93a5;text-transform:uppercase;letter-spacing:.05em}.profile-card__lang-pills{display:flex;flex-wrap:wrap;gap:8px}.profile-card__lang-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;background:#f1edff;color:#4c1d95;font-size:.88rem;font-weight:600}.profile-card__lang-pill em{font-style:normal;font-size:.78rem;font-weight:400;color:#7c5cbf;background:#e9e3ff;border-radius:999px;padding:1px 8px}.profile-card__passport-link{float:right;border:0;background:transparent;color:#5726e0;font:inherit;font-size:.8rem;font-weight:600;cursor:pointer;padding:0}.profile-card__passport-link:hover{text-decoration:underline}.profile-card__badges{display:flex;flex-wrap:wrap;gap:10px}.profile-card__badge{display:flex;align-items:center;gap:8px;padding:6px 12px 6px 6px;border-radius:999px;background:#fafafa;border:1px solid #eef0f5}.profile-card__badge-icon{display:grid;width:30px;height:30px;flex-shrink:0;place-items:center;border-radius:50%;border:1.5px solid transparent;font-size:1rem}.profile-card__badge-name{font-size:.82rem;font-weight:600;color:#374151;white-space:nowrap}.profile-card__bio{margin:0;color:#374151;line-height:1.65}.profile-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.profile-card__tag{padding:6px 16px;border-radius:999px;background:#f1edff;color:#5726e0;font-size:.88rem;font-weight:600;text-transform:capitalize}@keyframes profile-pulse{0%{background-position:0 0}to{background-position:-200% 0}}@media (max-width: 600px){.profile-card{padding:24px 20px}.profile-card__hero{flex-wrap:wrap}.profile-card__edit-btn{width:100%}}.passport-page-shell{width:100%;min-height:100vh;background:#0f0520;color:#f0e8ff}.passport-loading{display:grid;place-content:center;height:80vh}.passport-loading__spinner{width:44px;height:44px;border:3px solid rgba(201,168,76,.2);border-top-color:#c9a84c;border-radius:50%;animation:passport-spin .9s linear infinite}@keyframes passport-spin{to{transform:rotate(360deg)}}.passport-page{max-width:780px;margin:0 auto;padding:40px 24px 80px}.passport-cover{position:relative;overflow:hidden;padding:40px 40px 32px;border:1px solid rgba(201,168,76,.3);border-radius:20px;background:linear-gradient(145deg,#1a0533,#2a0d4a 55%,#180a2e);box-shadow:0 0 0 1px #c9a84c26 inset,0 32px 72px #0009;margin-bottom:32px}.passport-cover__ornament{position:absolute;width:120px;height:120px;border-radius:50%;border:1px solid rgba(201,168,76,.18);pointer-events:none}.passport-cover__ornament:after{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;border-radius:50%;border:1px solid rgba(201,168,76,.12)}.passport-cover__ornament--tl{top:-40px;left:-40px}.passport-cover__ornament--br{bottom:-40px;right:-40px}.passport-cover__header{text-align:center;margin-bottom:32px}.passport-cover__issuer{margin:0 0 4px;font-size:.7rem;font-weight:700;letter-spacing:.22em;color:#f0e8ff8c}.passport-cover__title{margin:0 0 6px;font-size:1.8rem;font-weight:900;letter-spacing:.12em;color:#c9a84c;text-shadow:0 0 24px rgba(201,168,76,.4)}.passport-cover__tagline{margin:0;font-size:.82rem;font-style:italic;letter-spacing:.08em;color:#f0e8ff8c}.passport-cover__profile{display:flex;align-items:center;gap:28px;margin-bottom:28px}.passport-cover__photo-frame{flex-shrink:0;width:100px;height:100px;border-radius:12px;border:2px solid #c9a84c;overflow:hidden;box-shadow:0 0 0 4px #c9a84c26}.passport-cover__photo{width:100%;height:100%;object-fit:cover}.passport-cover__photo--initials{display:grid;place-items:center;width:100%;height:100%;background:#c9a84c26;color:#c9a84c;font-size:2.4rem;font-weight:800}.passport-cover__identity{display:flex;flex-direction:column;gap:6px}.passport-cover__name{margin:0;font-size:1.5rem;font-weight:800;color:#f0e8ff;letter-spacing:.04em}.passport-cover__country{margin:0;font-size:.92rem;color:#f0e8ff8c}.passport-cover__class{display:inline-block;padding:4px 12px;border:1px solid rgba(201,168,76,.4);border-radius:999px;background:#c9a84c1a;color:#e8c86a;font-size:.72rem;font-weight:700;letter-spacing:.14em}.passport-cover__meta{display:flex;gap:0;border-top:1px solid rgba(201,168,76,.15);padding-top:20px}.passport-cover__meta-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.passport-cover__meta-item+.passport-cover__meta-item{border-left:1px solid rgba(201,168,76,.12)}.passport-cover__meta-item span{font-size:.65rem;font-weight:700;letter-spacing:.14em;color:#f0e8ff8c}.passport-cover__meta-item strong{font-size:1.5rem;font-weight:800;color:#e8c86a}.passport-section{margin-bottom:36px}.passport-section__title{margin:0 0 16px;font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#c9a84c;padding-bottom:8px;border-bottom:1px solid rgba(201,168,76,.3)}.passport-stamps{display:flex;flex-wrap:wrap;gap:12px}.passport-stamp{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:88px;padding:14px 16px;border-radius:12px;border:1.5px dashed rgba(240,232,255,.15);background:#ffffff0d;text-align:center;transition:border-color .2s ease}.passport-stamp:hover{border-color:#f0e8ff4d}.passport-stamp--native{border-color:#c9a84c59}.passport-stamp--speaks{border-color:#5b4fe866}.passport-stamp--practicing{border-color:#2ecc7159}.passport-stamp--learning{border-color:#3498db59}.passport-stamp__flag{font-size:1.6rem}.passport-stamp__name{font-size:.82rem;font-weight:700;color:#f0e8ff}.passport-stamp__role{font-size:.65rem;font-weight:600;letter-spacing:.1em;color:#f0e8ff8c;text-transform:uppercase}.passport-stamp__level{font-size:.68rem;padding:1px 8px;border-radius:999px;background:#c9a84c1f;color:#c9a84c}.passport-badge-group{margin-bottom:24px}.passport-badge-group__label{margin:0 0 12px;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f0e8ff73}.passport-badges{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.passport-badge{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 10px 12px;border:1px solid rgba(240,232,255,.1);border-radius:14px;background:#ffffff0d;text-align:center;cursor:default;transition:border-color .2s ease,background .2s ease}.passport-badge:hover{border-color:#f0e8ff38;background:#ffffff14}.passport-badge--locked{opacity:.45;filter:grayscale(.6)}.passport-badge__circle{display:grid;width:52px;height:52px;place-items:center;border-radius:50%;border:1.5px solid rgba(240,232,255,.12);background:#ffffff0a}.passport-badge__icon{font-size:1.5rem}.passport-badge__name{font-size:.78rem;font-weight:700;color:#f0e8ff;line-height:1.3}.passport-badge__date{font-size:.68rem;color:#c9a84c}.passport-badge__hint{font-size:.66rem;color:#f0e8ff8c;line-height:1.4}.passport-preplay{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 28px;margin-bottom:24px;border:1px solid rgba(201,168,76,.3);border-radius:18px;background:linear-gradient(135deg,#c9a84c14,#5726e01f)}.passport-preplay__content{min-width:0}.passport-preplay__eyebrow{margin:0 0 6px;color:#c9a84c;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.passport-preplay__body{margin:0;color:#f0e8ff8c;font-size:.88rem;line-height:1.55}.passport-preplay__cta-group{display:flex;flex-direction:column;gap:8px;flex:0 0 auto}.passport-preplay__cta{display:inline-block;padding:10px 18px;border-radius:10px;background:#c9a84c;color:#1a0533;font-size:.84rem;font-weight:900;text-decoration:none;white-space:nowrap;text-align:center;transition:background .18s ease,transform .18s ease}.passport-preplay__cta:hover{background:#e8c86a;transform:translateY(-1px)}.passport-preplay__cta--outline{background:transparent;border:1.5px solid rgba(201,168,76,.5);color:#c9a84c}.passport-preplay__cta--outline:hover{background:#c9a84c1a;border-color:#c9a84c}.passport-footer{display:flex;justify-content:center;align-items:center;gap:10px;padding-top:24px;border-top:1px solid rgba(201,168,76,.3);font-size:.8rem;color:#f0e8ff8c}.passport-footer__sep{color:#c9a84c66}@media (max-width: 600px){.passport-page{padding:20px 16px 60px}.passport-cover{padding:28px 24px 24px}.passport-cover__profile{flex-direction:column;align-items:flex-start}.passport-cover__photo-frame{width:80px;height:80px}.passport-badges{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.pub-profile-shell{width:100%;min-height:100vh;background:radial-gradient(circle at top left,rgba(194,190,250,.4),transparent 30rem),linear-gradient(180deg,#f7f6ff,#f3f4f8 38%,#eef1f6);color:#1a202c}.pub-profile-page{max-width:680px;margin:40px auto;padding:0 24px 80px}.pub-profile-page__error{padding:32px;text-align:center;color:#b91c1c;font-weight:600}.pub-profile-card{background:#fff;border-radius:20px;padding:36px 40px;box-shadow:0 4px 24px #5726e014,0 1px 4px #0000000a}.pub-profile-card--loading{display:flex;align-items:center;gap:24px}.pub-profile-card__skeleton-avatar{width:96px;height:96px;flex-shrink:0;border-radius:50%;background:linear-gradient(90deg,#ede9fe,#f7f3ff 45%,#ede9fe);background-size:200% 100%;animation:pub-profile-pulse 1.4s ease-in-out infinite}.pub-profile-card__skeleton-lines{flex:1;display:flex;flex-direction:column;gap:10px}.pub-profile-card__skeleton-lines span{display:block;height:16px;border-radius:8px;background:linear-gradient(90deg,#ede9fe,#f7f3ff 45%,#ede9fe);background-size:200% 100%;animation:pub-profile-pulse 1.4s ease-in-out infinite}.pub-profile-card__skeleton-lines span:nth-child(1){width:55%}.pub-profile-card__skeleton-lines span:nth-child(2){width:35%}.pub-profile-card__skeleton-lines span:nth-child(3){width:70%}@keyframes pub-profile-pulse{0%{background-position:0 0}to{background-position:-200% 0}}.pub-profile-card__hero{display:flex;align-items:flex-start;gap:20px;margin-bottom:0}.pub-profile-card__avatar{width:96px;height:96px;flex-shrink:0;border-radius:50%;overflow:hidden;background:#5726e0;color:#fff;display:grid;place-items:center;font-size:2rem;font-weight:800;box-shadow:0 0 0 4px #f1edff}.pub-profile-card__avatar img{width:100%;height:100%;object-fit:cover}.pub-profile-card__identity{flex:1;min-width:0;padding-top:4px}.pub-profile-card__name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pub-profile-card__name-row h1{margin:0;font-size:1.55rem;line-height:1.2;color:#1a202c}.pub-profile-card__verified{font-size:1.1rem;line-height:1}.pub-profile-card__country,.pub-profile-card__age{margin:4px 0 0;color:#687386;font-size:.92rem}.pub-profile-card__cta{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.pub-profile-card__start-btn{padding:12px 24px;border:0;border-radius:10px;background:#5726e0;color:#fff;font:inherit;font-size:.95rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .2s ease,transform .15s ease}.pub-profile-card__start-btn:hover:not(:disabled){background:#4318c4;transform:translateY(-1px)}.pub-profile-card__start-btn:disabled{cursor:wait;opacity:.65}.pub-profile-card__start-btn--full{width:100%;padding:14px 24px;font-size:1rem}.pub-profile-card__start-error{margin:0;font-size:.8rem;color:#b91c1c}.pub-profile-card__edit-btn{flex-shrink:0;padding:10px 20px;border:1.5px solid #5726e0;border-radius:10px;background:transparent;color:#5726e0;font:inherit;font-size:.9rem;font-weight:600;cursor:pointer}.pub-profile-card__edit-btn:hover{background:#f1edff}.pub-profile-card__bottom-cta{display:none;margin-top:28px}.pub-profile-card__section{margin-top:28px;padding-top:28px;border-top:1px solid #eef0f5}.pub-profile-card__section h2{margin:0 0 14px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8a93a5}.pub-profile-card__stamps{display:flex;flex-wrap:wrap;gap:10px}.pub-profile-stamp{display:flex;flex-direction:column;align-items:center;gap:3px;min-width:80px;padding:12px 14px;border-radius:12px;border:1.5px solid #eef0f5;background:#fafafa;text-align:center}.pub-profile-stamp--native{border-color:#e0d9ff;background:#faf8ff}.pub-profile-stamp--speaks{border-color:#dbeafe;background:#f0f7ff}.pub-profile-stamp--practicing{border-color:#d1fae5;background:#f0fdf4}.pub-profile-stamp--learning{border-color:#fde68a;background:#fffbeb}.pub-profile-stamp__flag{font-size:1.4rem}.pub-profile-stamp__name{font-size:.8rem;font-weight:700;color:#1a202c}.pub-profile-stamp__role{font-size:.62rem;font-weight:600;letter-spacing:.08em;color:#8a93a5;text-transform:uppercase}.pub-profile-stamp__level{font-size:.66rem;padding:1px 8px;border-radius:999px;background:#ede9fe;color:#5726e0}.pub-profile-card__bio{margin:0;color:#374151;line-height:1.65}.pub-profile-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.pub-profile-card__tag{padding:5px 14px;border-radius:999px;background:#f1edff;color:#5726e0;font-size:.85rem;font-weight:600}.pub-profile-card__badges{display:flex;flex-wrap:wrap;gap:10px}.pub-profile-badge{display:flex;align-items:center;gap:7px;padding:6px 14px 6px 8px;border-radius:999px;border:1.5px solid transparent;font-size:.82rem;font-weight:600;color:#374151}.pub-profile-badge__icon{font-size:1rem}.pub-profile-badge__name{white-space:nowrap}.pub-profile-card__stats{display:flex;gap:32px;flex-wrap:wrap}.pub-profile-stat{display:flex;flex-direction:column;gap:2px}.pub-profile-stat strong{font-size:1.3rem;font-weight:800;color:#1a202c}.pub-profile-stat span{font-size:.78rem;color:#8a93a5;font-weight:500}@media (max-width: 600px){.pub-profile-page{padding:20px 16px 60px}.pub-profile-card{padding:24px 20px}.pub-profile-card__hero{flex-wrap:wrap}.pub-profile-card__cta{display:none}.pub-profile-card__bottom-cta{display:block}.pub-profile-card__edit-btn{width:100%;text-align:center}}.message-page-shell{display:flex;flex-direction:column;width:100%;min-height:100vh;background:#f6f7fb;color:#1a202c}.message-page{display:flex;flex:1;overflow:hidden}.message-page__list{width:320px;flex:0 0 320px;border-right:1px solid #e8eaf1;background:#fff;overflow:hidden}.message-page__chat{position:relative;display:flex;min-width:0;flex:1;overflow:hidden}.message-page__back{display:none}.message-page__empty{display:grid;width:100%;place-content:center;padding:32px;text-align:center}.message-page__empty h2{margin:0 0 8px;font-size:1.25rem}.message-page__empty p{margin:0;color:#687386}.conversation-list{display:flex;height:100%;flex-direction:column;overflow:hidden}.conversation-list__header{padding:24px 20px 12px}.conversation-list__header h1{margin:0;font-size:1.45rem;letter-spacing:0}.conversation-list__search{position:relative;padding:0 12px 12px;border-bottom:1px solid #eef0f5}.conversation-list__search input{width:100%;padding:9px 12px 9px 34px;border:1px solid #e2e5ef;border-radius:8px;background:#f6f7fb;font:inherit;font-size:.88rem;color:inherit;box-sizing:border-box}.conversation-list__search input::placeholder{color:#a0abc0}.conversation-list__search input:focus{outline:none;border-color:#5726e0;background:#fff}.conversation-list__search-icon{position:absolute;top:50%;left:22px;transform:translateY(-60%);color:#a0abc0;font-size:.8rem;pointer-events:none}.conversation-list__items{margin:0;padding:8px;overflow-y:auto;list-style:none}.conversation-list__state{margin:0;padding:28px 20px;color:#687386;line-height:1.5}.conversation-list__state--error,.chat-window__state--error,.chat-window__send-error{color:#b91c1c;font-weight:700}.conversation-row{position:relative;display:grid;width:100%;grid-template-columns:48px minmax(0,1fr);gap:0;align-items:center;border-left:3px solid transparent;border-radius:8px;background:transparent;color:inherit;padding:4px 4px 4px 9px;transition:background .15s ease}.conversation-row:hover{background:#f1edff}.conversation-row--active{background:#f1edff;border-left-color:#5726e0}.conversation-row__avatar-btn{display:grid;width:48px;height:100%;padding:8px 0;border:0;border-radius:8px 0 0 8px;background:transparent;cursor:pointer;place-items:center}.conversation-row__avatar-btn:hover .conversation-row__avatar{box-shadow:0 0 0 3px #c4b5fd}.conversation-row__content{display:grid;grid-template-columns:minmax(0,1fr) 10px;gap:8px;align-items:center;width:100%;min-height:62px;padding:10px 12px 10px 10px;border:0;border-radius:0 8px 8px 0;background:transparent;color:inherit;cursor:pointer;text-align:left}.conversation-row__avatar,.chat-window__avatar{display:grid;overflow:hidden;place-items:center;border-radius:999px;background:#5726e0;color:#fff;font-weight:800}.conversation-row__avatar img,.chat-window__avatar img{width:100%;height:100%;object-fit:cover}.conversation-row__avatar{width:48px;height:48px}.conversation-row__body{display:flex;min-width:0;flex-direction:column;gap:5px}.conversation-row__topline{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px}.conversation-row__topline strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-row__topline time{flex:0 0 auto;color:#8a93a5;font-size:.76rem}.conversation-row__preview{overflow:hidden;color:#687386;font-size:.86rem;text-overflow:ellipsis;white-space:nowrap}.conversation-row__unread{width:9px;height:9px;border-radius:999px;background:#5726e0}.conversation-row--skeleton{margin:8px;cursor:default}.conversation-row--skeleton:hover{background:transparent}.conversation-row__avatar-skeleton,.conversation-row__copy-skeleton,.message-bubble-skeleton{display:block;border-radius:999px;background:linear-gradient(90deg,#ede9fe,#f7f3ff 45%,#ede9fe);background-size:200% 100%;animation:message-pulse 1.4s ease-in-out infinite}.conversation-row__avatar-skeleton{width:48px;height:48px}.conversation-row__copy-skeleton{height:36px}.chat-window{display:flex;width:100%;min-width:0;flex-direction:column;background:#fff}.chat-window__header{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid #eef0f5}.chat-window__header h2{margin:0;font-size:1.05rem}.chat-window__header p{margin:4px 0 0;color:#687386;font-size:.88rem}.chat-window__partner-info{flex:1;min-width:0}.chat-window__archived-badge{padding:2px 10px;border-radius:99px;background:#f4f3fa;color:#8a7ab5;font-size:.75rem;font-weight:600;white-space:nowrap}.chat-window__avatar{width:44px;height:44px;flex:0 0 44px}.chat-window__partner-name-btn{display:block;border:0;background:transparent;padding:0;cursor:pointer;text-align:left}.chat-window__partner-name-btn h2{margin:0;font-size:1.05rem;color:inherit}.chat-window__partner-name-btn h2:hover{text-decoration:underline}.chat-window__avatar--btn{border:0;padding:0;cursor:pointer;background:transparent}.chat-window__avatar--btn:hover{opacity:.85}.chat-window__languages{display:flex;align-items:center;gap:6px;margin:4px 0 0;color:#687386;font-size:.88rem}.chat-window__lang-sep{color:#c5cad6}.chat-window__messages{flex:1;overflow-y:auto;padding:24px}.chat-window__loading{display:flex;flex-direction:column;gap:14px}.message-bubble-skeleton{width:min(62%,360px);height:46px;border-radius:18px}.message-bubble-skeleton--right{align-self:flex-end}.message-bubble-skeleton--left{align-self:flex-start}.message-row{display:flex;max-width:min(72%,540px);flex-direction:column;align-items:flex-start;gap:5px;margin-bottom:14px}.message-row time{padding:0 4px;color:#8a93a5;font-size:.75rem}.message-row--own{align-items:flex-end;margin-left:auto}.message-row--own .message-row__bubble{border-bottom-right-radius:6px;background:#5726e0;color:#fff}.message-row__bubble{border-radius:18px 18px 18px 6px;background:#f1f2f6;color:#1a202c;line-height:1.45;padding:12px 15px;white-space:pre-wrap;word-break:break-word}.chat-window__composer{border-top:1px solid #eef0f5;padding:14px 18px 18px}.chat-window__send-error{margin:0 0 8px;font-size:.86rem}.chat-window__composer-row{display:flex;align-items:flex-end;gap:8px}.chat-window__composer-row textarea{min-height:46px;max-height:140px;flex:1;resize:vertical;border:1px solid #d8dce7;border-radius:8px;font:inherit;line-height:1.4;padding:12px 14px}.chat-window__composer-row textarea:focus{outline:none;border-color:#5726e0}.chat-window__icon-btn{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border:0;border-radius:8px;background:transparent;color:#a0abc0;cursor:pointer;font-size:1.05rem;margin-bottom:4px}.chat-window__icon-btn:hover{color:#5726e0;background:#f1edff}.chat-window__send-btn{display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;border:0;border-radius:8px;background:#5726e0;color:#fff;cursor:pointer}.chat-window__send-btn:disabled{cursor:not-allowed;opacity:.5}.chat-empty{display:flex;flex-direction:column;align-items:center;padding:48px 32px 32px;text-align:center}.chat-empty__match{margin:0 0 8px;font-size:1.2rem;font-weight:700;color:#1a202c}.chat-empty__tip{margin:0 0 28px;color:#687386;font-size:.95rem;line-height:1.5;max-width:340px}.chat-empty__starters{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;width:100%;max-width:360px}.chat-empty__starter-btn{width:100%;padding:12px 18px;border:1.5px solid #e0d9ff;border-radius:10px;background:#faf8ff;color:#5726e0;font:inherit;font-size:.92rem;font-weight:500;cursor:pointer;text-align:left;transition:background .15s,border-color .15s}.chat-empty__starter-btn:hover{background:#f1edff;border-color:#5726e0}.chat-window__profanity-warning{margin:0 0 6px;padding:8px 12px;border-radius:8px;background:#fff0fc;color:#a0228e;font-size:.85rem;font-weight:600;border:1px solid rgba(160,34,142,.18)}.chat-menu{position:relative;flex:0 0 auto}.chat-menu__btn{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:8px;background:transparent;color:#8a93a5;cursor:pointer;font-size:1rem;transition:background .15s,color .15s}.chat-menu__btn:hover{background:#f1edff;color:#5726e0}.chat-menu__dropdown{position:absolute;top:calc(100% + 4px);right:0;z-index:200;min-width:200px;padding:6px;border:1px solid #e8eaf1;border-radius:12px;background:#fff;box-shadow:0 8px 28px #0a051e1f}.chat-menu__item{display:block;width:100%;padding:10px 14px;border:0;border-radius:8px;background:transparent;color:#1a202c;cursor:pointer;font:inherit;font-size:.9rem;text-align:left;transition:background .12s}.chat-menu__item:hover{background:#f6f5ff}.chat-menu__item--danger{color:#dc2626}.chat-menu__item--danger:hover{background:#fff5f5}.msg-context-menu{position:fixed;z-index:300;padding:6px;border:1px solid #e8eaf1;border-radius:10px;background:#fff;box-shadow:0 6px 20px #0a051e21;transform:translate(-50%,-110%)}.msg-context-menu__item{display:block;padding:9px 16px;border:0;border-radius:7px;background:transparent;cursor:pointer;font:inherit;font-size:.88rem;white-space:nowrap}.msg-context-menu__item--danger{color:#dc2626}.msg-context-menu__item--danger:hover{background:#fff5f5}.message-row__bubble--deleted{background:transparent;border:1.5px dashed #d1d5db;color:#9ca3af;font-style:italic;font-size:.88rem}.message-row--own .message-row__bubble--deleted{background:transparent;color:#9ca3af}.chat-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#0a051e80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.chat-modal{width:100%;max-width:440px;padding:28px 24px 20px;border-radius:18px;background:#fff;box-shadow:0 16px 48px #0a051e38}.chat-modal__title{margin:0 0 10px;font-size:1.2rem;font-weight:800;color:#1a202c}.chat-modal__body{margin:0 0 18px;font-size:.88rem;color:#687386;line-height:1.5}.chat-modal__confirm{margin:8px 0 20px;font-size:1rem;font-weight:700;color:#5726e0;text-align:center}.chat-modal__actions{display:flex;gap:10px;margin-top:6px}.chat-modal__btn{flex:1;padding:10px 18px;border:none;border-radius:10px;cursor:pointer;font:inherit;font-size:.9rem;font-weight:700;transition:background .15s,opacity .15s}.chat-modal__btn:disabled{opacity:.45;cursor:not-allowed}.chat-modal__btn--secondary{background:#f1f2f6;color:#4a5568}.chat-modal__btn--secondary:hover:not(:disabled){background:#e8eaf1}.chat-modal__btn--danger{background:#dc2626;color:#fff}.chat-modal__btn--danger:hover:not(:disabled){background:#b91c1c}.report-options{display:flex;flex-direction:column;gap:6px;margin:0 0 18px;padding:0;list-style:none}.report-option{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1.5px solid #e8eaf1;border-radius:10px;cursor:pointer;font-size:.9rem;color:#1a202c;transition:border-color .12s,background .12s}.report-option input[type=radio]{width:16px;height:16px;accent-color:#5726e0;cursor:pointer}.report-option--selected{border-color:#5726e0;background:#f5f0ff;color:#5726e0;font-weight:600}.conversation-list__archive-section{margin-top:4px;border-top:1px solid #eef0f5}.conversation-list__archive-toggle{display:flex;align-items:center;gap:8px;width:100%;padding:12px 20px;border:0;background:transparent;color:#687386;cursor:pointer;font:inherit;font-size:.83rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;text-align:left;transition:color .15s}.conversation-list__archive-toggle:hover{color:#5726e0}.conversation-list__archive-count{display:inline-grid;min-width:18px;height:18px;padding:0 5px;place-items:center;border-radius:99px;background:#ede9fe;color:#5726e0;font-size:.75rem;font-weight:700}.conversation-list__archive-chevron{margin-left:auto;font-size:.7rem}.conversation-row--archived{opacity:.7}@keyframes message-pulse{0%{background-position:0 0}to{background-position:-200% 0}}@media (max-width: 767px){.message-page__list,.message-page__chat{display:none}.message-page:not(.message-page--has-chat) .message-page__list,.message-page--has-chat .message-page__chat{display:flex;width:100%;flex:1 1 auto;overflow:hidden}.message-page__list{width:100%;flex-basis:auto}.conversation-list{width:100%}.message-page__back{position:absolute;z-index:2;top:18px;left:12px;display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:8px;background:#f1edff;color:#5726e0}.chat-window__header{padding-left:58px}.message-row{max-width:86%}}html:has(.join-page),body:has(.join-page),#app:has(.join-page){min-height:100%;background:radial-gradient(circle at 14% 18%,rgba(217,255,90,.26),transparent 20rem),radial-gradient(circle at 88% 10%,rgba(255,43,214,.22),transparent 22rem),linear-gradient(135deg,#21095f,#5726e0 46%,#9f36f0)}.join-page{position:relative;width:100%;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:104px clamp(20px,5vw,72px) 56px;overflow:hidden;background:radial-gradient(circle at 14% 18%,rgba(217,255,90,.26),transparent 20rem),radial-gradient(circle at 88% 10%,rgba(255,43,214,.22),transparent 22rem),linear-gradient(135deg,#21095f,#5726e0 46%,#9f36f0);color:#1f2937}.join-page__glow{position:absolute;pointer-events:none;border-radius:999px;filter:blur(10px);opacity:.72}.join-page__glow--lime{right:10%;bottom:8%;width:220px;height:220px;background:#d9ff5a38}.join-page__glow--pink{left:6%;top:14%;width:180px;height:180px;background:#ff2bd62e}.join-logo{position:absolute;top:28px;left:clamp(20px,5vw,72px);display:inline-flex;align-items:center;gap:.55rem;color:#fff;font-weight:900;letter-spacing:-.03em;text-decoration:none;z-index:2}.join-logo__mark{color:#d9ff5a;text-shadow:0 0 14px rgba(217,255,90,.85)}.join-card{position:relative;width:min(100%,980px);padding:clamp(28px,5vw,54px);overflow:hidden;border:1px solid rgba(255,255,255,.64);border-radius:34px;background:linear-gradient(145deg,#fffffffa,#f9f7fff0),#fff;box-shadow:0 30px 90px #150a4c52;z-index:1}.join-card:before{position:absolute;content:"";top:-80px;right:-60px;width:260px;height:260px;border-radius:54px;background:linear-gradient(135deg,#d9ff5a5c,#ff2bd61f),#5726e014;transform:rotate(12deg)}.join-card__intro,.join-form,.join-confirmation{position:relative;z-index:1}.join-card__intro{max-width:760px;margin-bottom:30px}.join-card__intro h1{margin:0;color:#240b62;font-size:clamp(2.4rem,5vw,4.4rem);line-height:.98;letter-spacing:-.05em}.join-card__intro>p:not(.join-card__eyebrow){max-width:690px;margin:20px 0 0;color:#4f5870;font-size:1.08rem;line-height:1.65}.join-card__eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 16px;color:#5726e0;font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.join-pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.join-pill-row span{padding:9px 12px;border:1px solid rgba(87,38,224,.16);border-radius:999px;background:#5726e012;color:#3a218d;font-size:.86rem;font-weight:800}.join-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.join-field,.join-form__wide{position:relative;display:grid;gap:8px;color:#2f3650;font-weight:800}.join-form__wide{margin-top:18px}.join-form__honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.join-field label,.join-form span{font-size:.88rem}.join-form input,.join-form select,.join-form textarea{width:100%;border:1px solid #d9dff0;border-radius:14px;background:#fff;color:#1f2937;font:inherit;font-weight:650;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.join-form input,.join-form select{min-height:48px;padding:0 14px}.join-form textarea{min-height:104px;padding:14px;resize:vertical}.join-form input:focus,.join-form select:focus,.join-form textarea:focus{border-color:#5726e0;box-shadow:0 0 0 4px #5726e01f}.join-field--error input,.join-field--error select,.join-field--error textarea,.join-field--error .join-select__control{border-color:#dc2626}.join-field__error{margin:0;color:#b91c1c;font-size:.78rem;font-weight:800}.join-form__notice,.join-form__submit-error{margin:18px 0 0;padding:12px 14px;border-radius:14px;font-size:.9rem;font-weight:850;line-height:1.45}.join-form__notice{border:1px solid rgba(87,38,224,.14);background:#f4f2ff;color:#3a218d}.join-form__submit-error{border:1px solid rgba(220,38,38,.16);background:#fef2f2;color:#991b1b}.join-select{min-width:0}.join-select__control{min-height:48px;display:flex;align-items:center;flex-wrap:wrap;gap:7px;width:100%;padding:7px 10px;border:1px solid #d9dff0;border-radius:14px;background:#fff;cursor:text;transition:border-color .2s ease,box-shadow .2s ease}.join-select__control:focus-within{border-color:#5726e0;box-shadow:0 0 0 4px #5726e01f}.join-select__control input{width:auto;min-width:130px;flex:1 1 130px;min-height:32px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.join-select__control input:focus{box-shadow:none}.join-select__chip,.join-select__single-value{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:5px 8px 5px 10px;border-radius:999px;background:#f0ebff;color:#5726e0;font-size:.84rem;font-weight:900}.join-select__single-value{width:100%;justify-content:space-between;border-radius:12px}.join-select__chip button,.join-select__single-value button{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:#5726e01f;color:#5726e0;cursor:pointer}.join-select__menu{position:absolute;top:calc(100% + 8px);right:0;left:0;max-height:232px;overflow-y:auto;padding:8px;border:1px solid rgba(87,38,224,.12);border-radius:16px;background:#fff;box-shadow:0 18px 44px #1f293729;z-index:8}.join-select__menu button{width:100%;display:block;padding:10px 12px;border:0;border-radius:10px;background:transparent;color:#1f2937;font:inherit;font-weight:750;text-align:left;cursor:pointer}.join-select__menu button:hover,.join-select__menu button:focus{background:#f4f2ff;color:#5726e0;outline:none}.join-select__empty{display:block;padding:10px 12px;color:#6b7280;font-size:.88rem;font-weight:750}.join-form__button.button.button--filled.button--primary{min-height:52px;margin-top:24px;padding-inline:22px;border-radius:14px;background:#d9ff5a;border-color:#d9ff5a;color:#2b0b5f;font-weight:900;box-shadow:0 16px 34px #5726e02e}.join-form__button.button.button--filled.button--primary .button__label,.join-form__button.button.button--filled.button--primary svg,.join-form__button.button.button--filled.button--primary path{color:#2b0b5f;stroke:#2b0b5f}.join-form__button.button.button--filled.button--primary:hover{background:#e6ff8a;border-color:#e6ff8a;transform:translateY(-1px)}.join-form__button.button.button--filled.button--primary:disabled{opacity:.68;transform:none;cursor:wait}.join-card__stamp{position:absolute;right:34px;bottom:30px;display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid rgba(87,38,224,.18);border-radius:999px;background:#ffffffb8;color:#5726e0;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;z-index:1}.join-confirmation{max-width:680px;margin:0 auto;text-align:center}.join-confirmation h1{margin:0;color:#240b62;font-size:clamp(2.2rem,5vw,4rem);line-height:1;letter-spacing:-.05em}.join-confirmation>p:not(.join-card__eyebrow){margin:18px auto 0;color:#4f5870;font-size:1.08rem;line-height:1.65}.join-confirmation__icon{width:76px;height:76px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;border-radius:26px;background:linear-gradient(135deg,#5726e0,#ff2bd6);color:#fff;font-size:2rem;box-shadow:0 18px 42px #5726e03d}.join-status-list{display:grid;gap:12px;max-width:420px;margin:28px auto 0;text-align:left}.join-status-list__item{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid rgba(87,38,224,.12);border-radius:18px;background:#fff;color:#2f3650;font-weight:850}.join-status-list__item span{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:12px;background:#d9ff5a7a;color:#5726e0}.join-confirmation__actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:18px;margin-top:30px}.join-confirmation__actions a{color:#5726e0;font-weight:900;text-decoration:none}.join-confirmation__actions a:hover{text-decoration:underline}@media (max-width: 760px){.join-page{align-items:flex-start;padding-top:92px}.join-form__grid{grid-template-columns:1fr}.join-card{border-radius:26px}.join-card__stamp{display:none}}@keyframes landing-float{0%,to{transform:translateZ(0) rotate(-1deg)}50%{transform:translate3d(0,-12px,0) rotate(1deg)}}@keyframes landing-glow{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.88;transform:scale(1.06)}}@keyframes landing-shimmer{0%{background-position:0% 50%}to{background-position:100% 50%}}.landing-page{min-height:100vh;overflow-x:hidden;background:#f6f7fb;color:#1f2937}.landing-hero{position:relative;min-height:92vh;display:flex;align-items:center;padding:104px clamp(22px,6vw,84px) 72px;overflow:hidden;isolation:isolate}.landing-hero:before{position:absolute;content:"";pointer-events:none}.landing-hero:before{right:3vw;bottom:10vh;width:min(34vw,440px);height:min(34vw,440px);border-radius:999px;background:radial-gradient(circle,rgba(217,255,119,.34),rgba(200,107,245,.24) 38%,transparent 70%);filter:blur(16px);animation:landing-glow 7s ease-in-out infinite;z-index:-1}.landing-hero__image,.landing-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.landing-hero__image{width:100%;height:100%;object-fit:cover;object-position:center right;z-index:-3}.landing-hero__overlay{background:radial-gradient(circle at 20% 18%,rgba(200,107,245,.36),transparent 28rem),radial-gradient(circle at 78% 78%,rgba(217,255,119,.18),transparent 22rem),linear-gradient(90deg,#180a4ef5,#4d1eb5db 46%,#37227c7a),linear-gradient(180deg,#0d082b24,#0d082b6b);z-index:-2}.landing-nav{position:absolute;top:0;right:0;left:0;height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 clamp(22px,6vw,84px);color:#fff;z-index:2}.landing-logo{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;background:transparent;border:0;box-shadow:none;color:#fff;padding:0}.landing-logo:hover{opacity:.92}.landing-logo__mark{display:inline-flex;align-items:center;justify-content:center;color:#d9ff4f;font-size:1.05rem;line-height:1;text-shadow:0 0 14px rgba(217,255,79,.85)}.landing-logo__text{color:#fff;font-size:1rem;font-weight:900;letter-spacing:-.03em;line-height:1;text-shadow:0 1px 10px rgba(0,0,0,.32)}.landing-nav__links{display:flex;align-items:center;gap:24px}.landing-nav__links a,.landing-nav__links button{border:0;background:transparent;color:#ffffffdb;cursor:pointer;font:inherit;font-weight:800;text-decoration:none}.landing-nav__links a:hover,.landing-nav__links button:hover{color:#fff}.landing-hero__content{position:relative;z-index:1;width:min(1040px,100%);color:#fff}.landing-hero__eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 18px;color:#d9ff77;font-size:.82rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.landing-section__label{display:inline-flex;align-items:center;gap:10px;margin:0 0 18px;color:#5726e0;font-size:.82rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.landing-hero h1{max-width:1040px;margin:0;color:#fff;font-size:clamp(2.9rem,5.2vw,5rem);line-height:1.02;font-weight:900}.landing-hero__copy{max-width:700px;margin:24px 0 0;color:#ffffffe6;font-size:clamp(1.08rem,1.6vw,1.32rem);line-height:1.65}.landing-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.landing-hero__actions .button{min-width:214px;min-height:52px;border-radius:14px;font-weight:900;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.landing-hero__actions .button--filled.button--primary{background:#d9ff77;color:#2d146f;box-shadow:0 16px 38px #d9ff7738}.landing-hero__actions .button--filled.button--primary:hover{box-shadow:0 18px 38px #d9ff773d;transform:translateY(-2px)}.landing-hero__actions .button--outline.button--secondary{border-color:#ffffff75;background:#ffffff0a;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-hero__actions .button--outline.button--secondary:hover{background:#ffffff1c;transform:translateY(-2px)}.landing-hero__microcopy{margin:18px 0 0;color:#ffffffc7;font-size:.92rem;font-weight:800}.landing-passport-preview{position:absolute;right:clamp(22px,6vw,84px);bottom:54px;width:min(360px,100% - 44px);padding:22px;border:1px solid rgba(255,255,255,.26);border-radius:24px;background:#ffffffd1;box-shadow:0 26px 70px #18124647;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:landing-float 8s ease-in-out infinite;z-index:1}.landing-passport-preview:before{position:absolute;top:-18px;right:-18px;bottom:-18px;left:-18px;border-radius:34px;background:radial-gradient(circle at 70% 20%,rgba(217,255,119,.35),transparent 42%),#c86bf514;content:"";filter:blur(8px);z-index:-1}.landing-passport-preview__pill{position:absolute;padding:7px 10px;border:1px solid rgba(87,38,224,.2);border-radius:999px;font-size:.72rem;font-weight:900;letter-spacing:.03em;line-height:1;white-space:nowrap;z-index:3}.landing-passport-preview__pill--trust{top:-16px;left:22px;background:linear-gradient(135deg,#ff2bd6,#c86bf5 52%,#7b35ea);box-shadow:0 18px 44px #c86bf547;color:#fff;transform:rotate(-5deg)}.landing-passport-preview__pill--profile{top:-16px;right:24px;background:#d9ff77;box-shadow:0 18px 44px #d9ff772e;color:#3b1ba6;transform:rotate(5deg)}.landing-passport-preview__header{display:flex;align-items:center;gap:10px;color:#5726e0;font-weight:900}.landing-passport-preview__match{display:flex;align-items:center;justify-content:center;gap:16px;margin:22px 0;color:#1f2937}.landing-passport-preview__match span{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:18px;background:#f4f2ff;color:#5726e0;font-weight:900}.landing-passport-preview__match svg{color:#c86bf5}.landing-passport-preview__badges{display:flex;flex-wrap:wrap;gap:8px}.landing-passport-preview__badges span{padding:8px 10px;border-radius:999px;background:#fff;color:#516070;font-size:.82rem;font-weight:800}.landing-section{padding:clamp(70px,9vw,118px) clamp(22px,6vw,84px)}.landing-section--audience{background:#fff}.landing-audience{max-width:1180px;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(28px,5vw,76px);align-items:center;margin:0 auto}.landing-audience h2{max-width:560px;margin:0;color:#1f2937;font-size:clamp(2.2rem,4.4vw,4rem);line-height:1.04}.landing-audience p:not(.landing-section__label){margin:0;color:#5e6b82;font-size:clamp(1.02rem,1.5vw,1.2rem);line-height:1.72}.landing-pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.landing-pill-row span{padding:10px 13px;border:1px solid rgba(87,38,224,.14);border-radius:999px;background:#f4f2ff;color:#5726e0;font-size:.84rem;font-weight:900}.landing-section--steps{background:radial-gradient(circle at 8% 18%,rgba(194,190,250,.35),transparent 22rem),#f6f7fb}.landing-section__intro{max-width:760px;margin:0 auto 42px;text-align:center}.landing-section__intro>p{margin:0 0 10px;color:#5726e0;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.landing-section__intro h2{margin:0;color:#1f2937;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08}.landing-steps,.landing-reasons{max-width:1160px;display:grid;gap:22px;margin:0 auto}.landing-steps{grid-template-columns:repeat(4,minmax(0,1fr));position:relative}.landing-steps:before{position:absolute;top:78px;right:15%;left:15%;height:2px;background-image:linear-gradient(90deg,rgba(87,38,224,.18) 50%,transparent 50%);background-size:16px 2px;content:""}.landing-reasons{grid-template-columns:repeat(4,minmax(0,1fr))}.landing-step,.landing-reason{position:relative;min-height:320px;padding:32px 28px;border:1px solid #e2e7f1;border-radius:24px;background:#fff;box-shadow:0 20px 54px #1f293712;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease;z-index:1}.landing-step h3,.landing-reason h3{margin:22px 0 10px;color:#1f2937;font-size:1.34rem;line-height:1.18}.landing-step p,.landing-reason p{margin:0;color:#6f7f99;font-size:.98rem;line-height:1.68}.landing-step{overflow:hidden}.landing-step:before{position:absolute;top:0;right:0;left:0;height:5px;background:linear-gradient(90deg,#5726e0,#c86bf5);content:""}.landing-reason{overflow:hidden}.landing-reason:before{position:absolute;top:0;right:-1px;left:-1px;height:7px;background:linear-gradient(90deg,#5726e0,#c86bf5);border-radius:24px 24px 0 0;content:""}.landing-step:hover,.landing-reason:hover{border-color:#5726e03d;box-shadow:0 26px 70px #5726e024;transform:translateY(-6px)}.landing-step--profile .landing-step__icon{background:linear-gradient(135deg,#eff6ff,#f4f2ff);color:#2563eb}.landing-step--match .landing-step__icon{background:linear-gradient(135deg,#f4f2ff,#f7e8ff);color:#5726e0}.landing-step--session .landing-step__icon{background:linear-gradient(135deg,#fff0e8,#f4f2ff);color:#c05a3c}.landing-step--progress .landing-step__icon{background:linear-gradient(135deg,#f1ffd0,#f4f2ff);color:#3b1ba6}.landing-step__number{position:absolute;top:24px;right:24px;color:#d8deea;font-size:2.3rem;font-weight:900}.landing-step__icon,.landing-reason>svg{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;background:#f4f2ff;color:#5726e0}.landing-reason--searching:before{background:linear-gradient(90deg,#8fb6ff,#c2befa)}.landing-reason--searching>svg{background:linear-gradient(135deg,#eef6ff,#f4f2ff);color:#2563eb}.landing-reason--gamified:before{background:linear-gradient(90deg,#5726e0,#d9ff77)}.landing-reason--gamified>svg{background:linear-gradient(135deg,#f4f2ff,#f1ffd0);color:#5726e0}.landing-reason--culture:before{background:linear-gradient(90deg,#ffc6a8,#c2befa)}.landing-reason--culture>svg{background:linear-gradient(135deg,#fff0e8,#f4f2ff);color:#c05a3c}.landing-reason--trust{border-color:#5726e02e;background:radial-gradient(circle at 86% 8%,rgba(87,38,224,.08),transparent 10rem),#fff}.landing-reason--trust:before{background:linear-gradient(90deg,#2c176f,#5726e0,#c86bf5)}.landing-reason--trust>svg{background:linear-gradient(135deg,#2c176f,#5726e0);color:#fff;box-shadow:0 16px 32px #5726e038}.landing-section--why{background:radial-gradient(circle at top left,rgba(200,107,245,.16),transparent 26rem),#eef2f8}.landing-trust-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.landing-trust-badges span{padding:7px 9px;border:1px solid rgba(87,38,224,.14);border-radius:999px;background:#f4f2ff;color:#5726e0;font-size:.76rem;font-weight:900;white-space:nowrap}.landing-practice{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.78fr);gap:clamp(30px,5vw,72px);align-items:center;background:radial-gradient(circle at 84% 20%,rgba(200,107,245,.16),transparent 23rem),#eef2f8}.landing-practice__content{max-width:820px}.landing-practice__content h2{margin:0;color:#1f2937;font-size:clamp(2.2rem,4.2vw,3.7rem);line-height:1.04}.landing-practice__content>p:not(.landing-section__label){margin:20px 0 30px;color:#5e6b82;font-size:1.08rem;line-height:1.72}.landing-practice__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.landing-practice__features article{padding:22px;border:1px solid #e2e7f1;border-radius:20px;background:#ffffffdb;box-shadow:0 16px 34px #1f29370d}.landing-practice__features h3{margin:0 0 8px;color:#1f2937;font-size:1.08rem;line-height:1.2}.landing-practice__features p{margin:0;color:#6f7f99;font-size:.96rem;line-height:1.58}.landing-session-card{position:relative;padding:26px;border:1px solid rgba(255,255,255,.28);border-radius:30px;background:linear-gradient(135deg,#5726e0f0,#c86bf5d1),#5726e0;box-shadow:0 26px 70px #5726e038;color:#fff;overflow:hidden}.landing-session-card:before{position:absolute;right:-64px;top:-64px;width:180px;height:180px;border-radius:999px;background:#d9ff773d;content:""}.landing-session-card__topline,.landing-session-card__progress,.landing-session-card__summary{position:relative;padding:18px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:#ffffff1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-session-card__topline{display:grid;gap:6px}.landing-session-card__topline span{color:#d9ff77;font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.landing-session-card__topline strong{font-size:1.28rem;line-height:1.2}.landing-session-card__timer{position:relative;margin:18px 0;color:#fff;font-size:clamp(2rem,4vw,3.4rem);font-weight:900;line-height:1}.landing-session-card__progress{display:grid;gap:6px;margin-bottom:14px}.landing-session-card__progress span{color:#ffffffb8;font-size:.88rem}.landing-session-card__progress strong{color:#d9ff77}.landing-session-card__summary p{margin:0 0 6px;color:#fff;font-weight:900}.landing-session-card__summary span{color:#ffffffc7;display:block;font-size:.98rem;line-height:1.5}.landing-passport{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:clamp(30px,5vw,72px);align-items:center;overflow:hidden;background:radial-gradient(circle at 72% 28%,rgba(217,255,119,.17),transparent 24rem),#fff}.landing-passport:before,.landing-passport:after{position:absolute;content:"";pointer-events:none}.landing-passport:before{right:clamp(16px,6vw,96px);width:min(43vw,560px);height:min(34vw,430px);border:1px solid rgba(87,38,224,.11);border-radius:34px;background:linear-gradient(135deg,#f4f2ffe6,#ffffff40);box-shadow:0 24px 70px #5726e01a;transform:rotate(-4deg)}.landing-passport:after{right:clamp(44px,8vw,140px);bottom:58px;padding:9px 13px;border:1px solid rgba(87,38,224,.18);border-radius:999px;background:#fff;color:#5726e0;content:"Progress • Culture • Trust";font-size:.78rem;font-weight:900;box-shadow:0 18px 44px #5726e01f}.landing-passport__content{max-width:560px}.landing-passport__content h2{margin:0;color:#1f2937;font-size:clamp(2.2rem,4vw,3.8rem);line-height:1.04}.landing-passport__content p:not(.landing-section__label){margin:20px 0 30px;color:#6f7f99;font-size:1.08rem;line-height:1.7}.landing-passport__content .button{height:52px;border-radius:14px;font-weight:900}.landing-badge-board{position:relative;display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:14px;padding:26px;border-radius:30px;background:linear-gradient(135deg,#5726e0eb,#c86bf5d6),#5726e0;box-shadow:0 26px 70px #5726e03d;background-size:180% 180%;animation:landing-shimmer 12s ease-in-out infinite alternate;z-index:1}.landing-badge{min-height:176px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:16px;border:1px solid rgba(255,255,255,.2);border-radius:22px;background:#ffffffeb;text-align:center;box-shadow:0 16px 34px #1f293714;transition:box-shadow .22s ease,transform .22s ease}.landing-badge small{padding:5px 8px;border-radius:999px;background:#f4f2ff;color:#5726e0;font-size:.7rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.landing-badge span{color:#1f2937;font-size:.98rem;font-weight:900;line-height:1.25}.landing-badge:hover{box-shadow:0 22px 46px #1f293724;transform:translateY(-6px) rotate(-1deg)}.landing-badge--culture .landing-badge__icon{background:linear-gradient(135deg,#fff0e8,#f7e8ff);color:#c05a3c}.landing-badge--trust .landing-badge__icon{background:linear-gradient(135deg,#2c176f,#5726e0);color:#fff}.landing-badge--profile .landing-badge__icon{background:linear-gradient(135deg,#eef6ff,#f4f2ff);color:#2563eb}.landing-badge--progress .landing-badge__icon{background:linear-gradient(135deg,#d9ff77,#f4f2ff);color:#5726e0}.landing-badge__icon{width:58px;height:58px;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;background:#d9ff77;color:#5726e0;font-size:1.45rem}.landing-trust{display:grid;grid-template-columns:minmax(0,.95fr) minmax(330px,1.05fr);gap:clamp(30px,5vw,72px);align-items:center;background:radial-gradient(circle at 12% 20%,rgba(87,38,224,.12),transparent 22rem),#f6f7fb}.landing-trust__content{max-width:620px}.landing-trust__content h2{margin:0;color:#1f2937;font-size:clamp(2.2rem,4.1vw,3.6rem);line-height:1.04}.landing-trust__content>p:not(.landing-section__label){margin:20px 0 0;color:#5e6b82;font-size:1.06rem;line-height:1.7}.landing-trust__note{padding:16px 18px;border-left:4px solid #5726E0;border-radius:16px;background:#fff;box-shadow:0 16px 34px #1f29370f}.landing-trust__signals{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.landing-trust__signals h3{margin:0 0 12px;color:#2c176f;font-size:.88rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.landing-trust__signals .landing-trust__group>div{display:grid;gap:12px}.landing-trust__signals article{min-height:84px;display:flex;align-items:center;gap:14px;padding:18px;border:1px solid #e2e7f1;border-radius:20px;background:#fff;box-shadow:0 18px 44px #1f29370f}.landing-trust__signals svg{width:40px;height:40px;flex:0 0 40px;padding:10px;border-radius:14px;background:#f4f2ff;color:#5726e0;box-sizing:border-box}.landing-trust__signals span{color:#1f2937;font-weight:900}.landing-affiliate{position:relative;padding:clamp(64px,8vw,96px) clamp(22px,6vw,84px);overflow:hidden;background:radial-gradient(circle at 18% 28%,rgba(200,107,245,.22),transparent 20rem),radial-gradient(circle at 82% 72%,rgba(87,38,224,.28),transparent 18rem),#1a0740;text-align:center}.landing-affiliate__eyebrow{margin:0 0 8px;color:#c9a84c;font-size:.8rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;text-align:center}.landing-affiliate__heading{margin:0 0 36px;color:#fff;font-size:clamp(1.7rem,3.4vw,2.6rem);line-height:1.1;text-align:center}.landing-affiliate__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:960px;margin:0 auto}.landing-affiliate__card{display:flex;flex-direction:column;gap:12px;padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:#ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left}.landing-affiliate__card-title{margin:0;color:#fff;font-size:1.05rem;font-weight:900;line-height:1.3}.landing-affiliate__card-body{margin:0;color:#ffffffb8;font-size:.94rem;line-height:1.65;flex:1}.landing-affiliate__cta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.landing-affiliate__cta{display:inline-block;padding:11px 22px;border-radius:11px;background:#c9a84c;color:#1a0740;font-size:.9rem;font-weight:900;text-decoration:none;transition:background .18s ease,transform .18s ease;white-space:nowrap}.landing-affiliate__cta:hover{background:#e8c86a;transform:translateY(-1px)}.landing-affiliate__cta--outline{background:transparent;border:1.5px solid rgba(201,168,76,.6);color:#c9a84c}.landing-affiliate__cta--outline:hover{background:#c9a84c1a;border-color:#c9a84c}.affiliate-logo-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:10px;background:#fff;width:fit-content}.affiliate-logo-pill__img{display:block;width:auto;height:28px;object-fit:contain;border-radius:4px}.affiliate-logo-pill__label{font-size:.88rem;font-weight:900;color:#1a1a1a;letter-spacing:-.01em;white-space:nowrap}.affiliate-logo-pill--dark{background:#f1f0ff}.affiliate-logo-pill--dark .affiliate-logo-pill__label{color:#2c176f}.landing-capcut{padding:clamp(64px,8vw,96px) clamp(22px,6vw,84px);background:radial-gradient(circle at 22% 72%,rgba(200,107,245,.18),transparent 22rem),radial-gradient(circle at 78% 28%,rgba(87,38,224,.24),transparent 20rem),#0f0a2a;text-align:center}.landing-capcut__logo-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:10px;background:#fff;margin-bottom:24px}.landing-capcut__logo-img{display:block;width:auto;height:26px;object-fit:contain;border-radius:3px}.landing-capcut__logo-label{font-size:.9rem;font-weight:900;color:#1a1a1a;letter-spacing:-.01em}.landing-capcut__heading{max-width:680px;margin:0 auto 16px;color:#fff;font-size:clamp(1.9rem,3.8vw,3rem);line-height:1.08}.landing-capcut__body{max-width:520px;margin:0 auto 32px;color:#ffffffb8;font-size:clamp(.96rem,1.4vw,1.1rem);line-height:1.68}.landing-capcut__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.landing-capcut__cta{display:inline-block;padding:13px 28px;border-radius:12px;background:#fff;color:#0f0a2a;font-size:.94rem;font-weight:900;text-decoration:none;transition:background .18s ease,transform .18s ease;white-space:nowrap}.landing-capcut__cta:hover{background:#f0eeff;transform:translateY(-2px)}.landing-capcut__cta--outline{background:transparent;border:1.5px solid rgba(255,255,255,.38);color:#fff}.landing-capcut__cta--outline:hover{background:#ffffff14;border-color:#ffffffb3}.landing-final-cta{position:relative;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:clamp(56px,8vw,86px) clamp(22px,6vw,84px);overflow:hidden;background:radial-gradient(circle at 78% 52%,rgba(200,107,245,.28),transparent 22rem),radial-gradient(circle at 12% 18%,rgba(87,38,224,.36),transparent 18rem),#151026;color:#fff}.landing-final-cta p{margin:0 0 8px;color:#d9ff77;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.landing-final-cta h2{max-width:720px;margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08}.landing-final-cta span{display:block;max-width:620px;margin-top:14px;color:#ffffffbd;font-size:1.02rem;line-height:1.55}.landing-final-cta .button{min-width:244px;min-height:52px;border-radius:14px;font-weight:900;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.landing-final-cta .button:hover{box-shadow:0 18px 38px #d9ff773d;transform:translateY(-2px)}.landing-final-cta .button.button--filled.button--primary.landing-final-cta__button{background:#d9ff5a;border-color:#d9ff5a;color:#2b0b5f;box-shadow:0 16px 38px #d9ff7738}.landing-final-cta .button.button--filled.button--primary.landing-final-cta__button .button__label{color:#2b0b5f}.landing-final-cta .button.button--filled.button--primary.landing-final-cta__button:hover{background:#e6ff8a;border-color:#e6ff8a;color:#2b0b5f}.landing-final-cta .landing-final-cta__button svg,.landing-final-cta .landing-final-cta__button path{color:#2b0b5f;fill:#2b0b5f;stroke:#2b0b5f}@media (max-width: 1040px){.landing-passport-preview{display:none}.landing-steps:before,.landing-passport:after{display:none}.landing-audience,.landing-practice,.landing-trust{grid-template-columns:1fr}.landing-steps,.landing-reasons{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-step,.landing-reason{min-height:auto}.landing-passport{grid-template-columns:1fr}.landing-passport:before{width:72vw;height:360px;opacity:.55}.landing-badge-board{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.landing-hero{min-height:88vh;align-items:flex-end;padding-top:96px;padding-bottom:54px}.landing-hero h1{font-size:clamp(2.55rem,12vw,4rem)}.landing-hero__copy{font-size:1rem}.landing-hero__overlay{background:radial-gradient(circle at 50% 20%,rgba(200,107,245,.28),transparent 18rem),linear-gradient(180deg,#1f0e5f80,#1f0e5ff0 72%),linear-gradient(90deg,#4d1eb59e,#37227c5c)}.landing-nav__links a{display:none}.landing-hero__actions,.landing-final-cta{align-items:stretch;flex-direction:column}.landing-hero__actions .button,.landing-final-cta .button{width:100%}.landing-badge-board{grid-template-columns:1fr;padding:18px}.landing-badge{min-height:150px}.landing-steps,.landing-practice__features,.landing-trust__signals,.landing-affiliate__grid,.landing-reasons{grid-template-columns:1fr}.landing-final-cta:before,.landing-passport:before{display:none}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}.settings-shell{display:flex;flex-direction:column;min-height:100vh;background:#f6f5fa}.settings-page{flex:1;width:100%;max-width:660px;margin:0 auto;padding:40px 20px 80px;display:flex;flex-direction:column;gap:20px}.settings-page__header{margin-bottom:8px}.settings-page__title{margin:0 0 6px;font-size:1.7rem;font-weight:800;color:#1a202c;line-height:1.15}.settings-page__subtitle{margin:0;font-size:.92rem;color:#687386}.settings-card{padding:28px 28px 24px;background:#fff;border:1px solid rgba(87,38,224,.1);border-radius:20px;box-shadow:0 4px 20px #2f23580d}.settings-card--danger{border-color:#dc26262e;background:#fff9f9}.settings-card__title{margin:0 0 6px;font-size:1.05rem;font-weight:700;color:#1a202c}.settings-card--danger .settings-card__title{color:#b91c1c}.settings-card__description{margin:0 0 18px;font-size:.88rem;color:#687386;line-height:1.5}.settings-card__description strong{color:#1a202c;font-weight:600}.settings-notice{margin:0;padding:12px 14px;border-radius:10px;background:#f4f3fa;font-size:.86rem;color:#5a5a72;line-height:1.5}.settings-form{display:flex;flex-direction:column;gap:14px}.settings-form__field{display:flex;flex-direction:column;gap:5px}.settings-form__field label{font-size:.82rem;font-weight:600;color:#374151}.settings-form__field label strong{font-weight:800}.settings-form__field input{width:100%;padding:10px 14px;border:1.5px solid #e2e0ef;border-radius:10px;font-size:.9rem;color:#1a202c;background:#fafafa;outline:none;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.settings-form__field input::placeholder{color:#b0aec0}.settings-form__field input:focus{border-color:#5726e0;box-shadow:0 0 0 3px #5726e01a;background:#fff}.settings-status{margin:0;padding:10px 14px;border-radius:10px;font-size:.85rem;line-height:1.4}.settings-status--error{background:#fef2f2;color:#dc2626;border:1px solid rgba(220,38,38,.2)}.settings-status--success{background:#f0fdf4;color:#15803d;border:1px solid rgba(21,128,61,.2)}.settings-btn{display:inline-block;align-self:flex-start;padding:10px 22px;border:none;border-radius:10px;background:#5726e0;color:#fff;font-size:.88rem;font-weight:700;cursor:pointer;transition:background .18s ease,transform .18s ease,opacity .18s ease}.settings-btn:hover:not(:disabled){background:#4318c0;transform:translateY(-1px)}.settings-btn:disabled{opacity:.45;cursor:not-allowed}.settings-btn--outline{background:transparent;border:1.5px solid rgba(87,38,224,.35);color:#5726e0}.settings-btn--outline:hover:not(:disabled){background:#5726e00f;border-color:#5726e0}.settings-btn--danger{background:#dc2626}.settings-btn--danger:hover:not(:disabled){background:#b91c1c}.settings-blocked-list{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.settings-blocked-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border:1px solid #eef0f5;border-radius:12px;background:#fafafa}.settings-blocked-item__avatar{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;overflow:hidden;border-radius:999px;background:#ede9fe;color:#5726e0;font-weight:700;font-size:.9rem}.settings-blocked-item__avatar img{width:100%;height:100%;object-fit:cover}.settings-blocked-item__name{flex:1;font-size:.9rem;font-weight:600;color:#1a202c}.settings-blocked-item__unblock{padding:6px 14px;font-size:.82rem}.settings-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#0a051e8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.settings-modal{width:100%;max-width:460px;padding:32px 28px 24px;border-radius:20px;background:#fff;box-shadow:0 20px 60px #0a051e40;display:flex;flex-direction:column;gap:14px}.settings-modal__title{margin:0;font-size:1.25rem;font-weight:800;color:#b91c1c}.settings-modal__body{margin:0;font-size:.88rem;color:#4a4a5a;line-height:1.5}.settings-modal__body strong{color:#1a202c}.settings-modal__actions{display:flex;gap:10px;margin-top:4px}.settings-modal__actions .settings-btn{flex:1;text-align:center;align-self:auto}.profile-route-guard{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#f3f4f8;color:#5726e0;font-weight:700}.profile-route-guard--error{color:#b91c1c}.dev-access-gate{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;background:#1a0533}.dev-access-gate__card{display:flex;width:100%;max-width:384px;flex-direction:column;align-items:center;gap:8px;padding:32px 28px;border-radius:20px;background:#fff;box-shadow:0 20px 50px #00000059;text-align:center}.dev-access-gate__card--shake{animation:dev-access-gate-shake .4s ease}.dev-access-gate__logo{margin:0 0 8px;color:#5726e0;font-size:.9rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.dev-access-gate__title{margin:0;color:#5726e0;font-size:1.4rem;font-weight:800}.dev-access-gate__subtitle{margin:4px 0 16px;color:#687386;font-size:.88rem;line-height:1.45}.dev-access-gate__input{width:100%;padding:12px 14px;border:1.5px solid #e2def8;border-radius:12px;font-size:.95rem}.dev-access-gate__input:focus{outline:none;border-color:#5726e0}.dev-access-gate__error{align-self:flex-start;margin:6px 0 0;color:#ff5252;font-size:.8rem;font-weight:700}.dev-access-gate__submit{width:100%;margin-top:14px;padding:12px;border:0;border-radius:12px;background:#5726e0;color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;transition:opacity .15s ease}.dev-access-gate__submit:hover{opacity:.92}.dev-access-gate__footer{margin:20px 0 0;color:#a0abc0;font-size:.74rem}@keyframes dev-access-gate-shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}
