@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Inter:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary-gradient: linear-gradient(52.79deg, #3FD6D1 2.06%, #2388FF 138.91%);--button-gradient: linear-gradient(42.91deg, #3FD6D1 -37.89%, #D9E6F2 112.92%);--text-dark: #252525;--text-gray: #64717E;--text-black: #000000;--bg-white: #FFFFFF;--font-nunito: "Nunito", sans-serif;--font-inter: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}#root{max-width:100%;margin:0;padding:0;text-align:left;min-height:100vh;display:flex;flex-direction:column}body{margin:0;padding:0;background-color:var(--bg-white);font-family:var(--font-nunito);color:var(--text-dark);overflow-x:hidden}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none}.app-container{display:flex;width:100vw;height:100vh;overflow:hidden;background:#fff}@media(min-width:1025px){.sidebar{width:260px;background-color:#fff;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;padding:1rem;flex-shrink:0;height:100vh}}@media(max-width:1024px){.sidebar{display:none!important}}.search-container input{border:none;background:transparent;width:100%;font-size:.9rem;color:#1a202c;outline:none}.search-shortcut{background:#fff;color:#94a3b8;font-size:.7rem;padding:2px 6px;border-radius:4px;border:1px solid #e2e8f0;white-space:nowrap}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;border-radius:8px;border:none;background:transparent;color:#757575;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left;width:100%;position:relative}.user-profile-bar{display:flex;align-items:center;gap:.75rem;background:linear-gradient(45deg,#3fd6d1,#2388ff);padding:.6rem .75rem;border-radius:12px;border:none;color:#fff}.user-name{font-size:.85rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:6px}.settings-dropdown{position:absolute;bottom:70px;right:12px;background:#fff;border-radius:14px;box-shadow:0 10px 30px #00000026;width:200px;padding:8px;z-index:2000;display:flex;flex-direction:column;gap:2px;border:1px solid rgba(0,0,0,.05);animation:dropdownFadeIn .25s cubic-bezier(.16,1,.3,1);transform-origin:bottom right}.dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;color:#475569;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;background:transparent;border:none;width:100%;text-align:left;text-decoration:none}.dropdown-item:hover{background:#f1f5f9;color:#1e293b}.dropdown-item svg{color:#64748b;transition:color .2s}.dropdown-item:hover svg{color:#26c6da}.dropdown-item.logout{margin-top:4px;padding-top:12px;border-top:1px solid #f1f5f9;border-radius:0 0 10px 10px;color:#ef4444}.dropdown-item.logout:hover{background:#fef2f2;color:#dc2626}.dropdown-item.logout svg{color:#f87171}.dropdown-item.logout:hover svg{color:#ef4444}.main-content-wrapper{flex:1;display:flex;flex-direction:column;background-color:#fff;position:relative;min-width:0}.main-content-wrapper{flex:1;display:flex;flex-direction:column;background-color:#fbfbfc;position:relative;min-width:0}.main-header{height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 1.25rem;background:linear-gradient(45deg,#3fd6d1,#2388ff);color:#fff;border-bottom:none;z-index:10;position:relative}@media(min-width:1920px){.main-header{padding:0 calc((100% - 1400px)/2 + 1.25rem)}}.header-title-section{display:flex;align-items:center;gap:.75rem}.header-icon-circle{width:36px;height:36px;border-radius:10px;background-color:#fff3;color:#fff;display:flex;align-items:center;justify-content:center}.header-title-section h1{margin:0;font-size:1.1rem;font-weight:700;color:#fff}.selected-session-info{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center}.session-selection-title{font-size:1rem;font-weight:500;color:#fff}.header-controls{display:flex;align-items:center;gap:1rem}.connect-btn{background-color:#000!important;color:#fff!important;border-radius:8px;padding:.5rem 1rem;font-weight:500;display:flex;align-items:center;gap:.5rem;box-shadow:none;font-size:.85rem;transition:all .2s}.connect-btn:hover{background-color:#1a1a1a!important}.disconnect-btn{background-color:#0000001a!important;color:#fff!important;border-radius:8px;padding:.5rem 1rem;font-weight:500;border:1px solid rgba(255,255,255,.2);font-size:.85rem}.content-area{flex:1;display:flex;flex-direction:column;position:relative;overflow:hidden}.chat-container{flex:1;padding:2rem 3rem;overflow-y:auto;scroll-behavior:smooth;background:#fbfbfc}@media(max-width:768px){.chat-container{padding:1rem}}.mobile-menu-btn{display:none;background:transparent;color:#fff;padding:8px;border-radius:8px;align-items:center;justify-content:center}@media(max-width:1024px){.mobile-menu-btn{display:flex}}.mobile-nav-overlay{position:absolute;top:60px;left:12px;right:12px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;z-index:1000;padding:8px;animation:dropdownFadeIn .2s ease-out}.mobile-nav-content{display:flex;flex-direction:column;gap:4px}.mobile-nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;color:#757575;font-size:.85rem;font-weight:500;background:transparent;border:none;width:100%;text-align:left;transition:all .2s ease}.mobile-nav-item:hover{background-color:#f5f5f5}.mobile-nav-item.active{background-color:#e0f7fa;color:#26c6da;font-weight:600}.mobile-nav-item.active svg{color:#26c6da}.mobile-nav-item.logout{color:#ef4444;border-top:1px solid #f1f5f9;margin-top:4px;padding-top:16px}.mobile-nav-divider{height:1px;background:#f1f5f9;margin:4px 0}.messages{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.message{display:flex;align-items:flex-end;gap:12px;width:100%}.message.assistant{align-self:flex-start;flex-direction:row}.message.user{flex-direction:row;justify-content:flex-end}.message-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #f0f0f0}.message.assistant .message-avatar{background:#1a202c;color:#fff}.message-avatar img{width:100%;height:100%;object-fit:cover}.message-bubble-wrapper{display:flex;flex-direction:column;max-width:75%;background:transparent!important;box-shadow:none!important}.message.user .message-bubble-wrapper{align-items:flex-end}.message.assistant .message-bubble-wrapper{align-items:flex-start}.message-content{padding:.85rem 1.15rem;border-radius:12px;font-size:.9rem;line-height:1.5;position:relative;box-shadow:0 2px 8px #0000000a}.message.assistant .message-content{background-color:#f1f5f9;color:#1a202c;border-bottom-left-radius:2px;border:none}.message.user .message-content{background:linear-gradient(135deg,#3fd6d1,#2388ff);color:#fff;border-bottom-right-radius:4px;order:-1;text-align:left}.message-content.voice-content{padding:0;background:transparent!important;box-shadow:none;max-width:fit-content}.message-content.voice-content .message-timestamp{display:none}.message.user .message-content.voice-content .message-timestamp{color:#94a3b8;text-align:right}.voice-message-bubble{display:flex;flex-direction:column;padding:12px 16px;min-width:240px;background:linear-gradient(135deg,#3fd6d1,#2388ff);border-radius:16px;gap:8px;box-shadow:0 4px 15px #2388ff26}.voice-message-main{display:flex;align-items:center;gap:12px;height:32px}.voice-play-icon{width:32px;height:32px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2388ff;font-size:10px;cursor:pointer;transition:all .2s;flex-shrink:0;box-shadow:0 2px 8px #0000001a}.voice-play-icon:hover{transform:scale(1.05)}.voice-play-icon.playing{background:#fff;color:#ff4757}.voice-waveform{flex:1;display:flex;align-items:center;gap:2px;height:100%}.waveform-bar{width:2px;background:#ffffffe6;border-radius:1px;min-height:4px;transition:height .2s ease}.voice-message-footer{display:flex;justify-content:space-between;align-items:center;padding:0 2px}.voice-time,.voice-duration{font-size:.65rem;color:#fffffff2;font-weight:700;font-family:var(--font-inter);letter-spacing:.02em}.voice-waveform{flex:1;display:flex;align-items:center;gap:1.5px;height:24px}.message-timestamp{font-size:.75rem;color:#94a3b8;margin-top:4px;display:block;background:transparent!important}.message.user .message-timestamp{text-align:right;color:#94a3b8}.input-bar-wrapper{padding:1rem 2rem;background:#fbfbfc;display:flex;flex-direction:column;align-items:center}.input-bar{max-width:850px;width:100%;display:flex;align-items:center;background-color:#fff;border-radius:16px;padding:.75rem 1.5rem;box-shadow:0 10px 40px #0000000a;border:1px solid #f0f0f0;gap:1rem}.input-form{flex:1;display:flex;align-items:center}.main-input{flex:1;border:none;background:transparent;padding:.5rem 0;font-size:1rem;outline:none;color:#1a202c}.main-input::placeholder{color:#94a3b8}.input-actions{display:flex;align-items:center;gap:1.25rem}.attach-file-v2-btn{display:flex;align-items:center;gap:6px;background:#f5f7fa;color:#757575;border:none;padding:8px 16px;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;margin-right:auto}.image-action-btn.recording{background:#fee2e2;color:#ef4444;animation:pulse-red 1.5s infinite}@keyframes pulse-red{0%{transform:scale(1);box-shadow:0 0 #ef444466}70%{transform:scale(1.05);box-shadow:0 0 0 10px #ef444400}to{transform:scale(1);box-shadow:0 0 #ef444400}}.image-action-btn{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:8px;transition:color .2s}.image-action-btn:hover{color:#26c6da}.voice-review-bar{max-width:850px;width:100%;display:flex;align-items:center;justify-content:space-between;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:.75rem 1.5rem;box-shadow:0 10px 40px #00000014;border:1px solid rgba(38,198,218,.2);gap:1.5rem;animation:slideUpFade .3s cubic-bezier(.16,1,.3,1)}@keyframes slideUpFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.review-info{display:flex;align-items:center;gap:12px;color:#1e293b}.review-icon{width:36px;height:36px;border-radius:10px;background:#26c6da1a;color:#26c6da;display:flex;align-items:center;justify-content:center}.review-duration{font-size:.95rem;font-weight:600}.review-actions{display:flex;align-items:center;gap:12px}.review-btn{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:none}.review-btn:active{transform:scale(.95)}.play-btn{background:#f1f5f9;color:#64748b}.play-btn:hover{background:#e2e8f0;color:#1e293b}.play-btn.playing{background:#fee2e2;color:#ef4444}.discard-btn{background:#fef2f2;color:#f87171}.discard-btn:hover{background:#fee2e2;color:#ef4444}.send-btn{background:linear-gradient(135deg,#3fd6d1,#2388ff);color:#fff;width:90px;gap:8px;box-shadow:0 4px 12px #2388ff33}.send-btn:hover{box-shadow:0 6px 16px #2388ff4d;transform:translateY(-1px)}.send-btn:after{content:"Send";font-size:.85rem;font-weight:700}.disclaimer-text{text-align:center;font-size:.75rem;color:#26c6da;font-weight:400;margin-top:1rem}@media(max-width:1024px){.chat-container{padding:1.5rem}.input-bar-wrapper{padding:1rem}.welcome-title{font-size:1.8rem}}@media(max-width:480px){.main-header{padding:0 .75rem}.header-controls{gap:.5rem}.connect-btn,.disconnect-btn{padding:.4rem .75rem;font-size:.75rem}.welcome-title{font-size:1.5rem}.welcome-connect-btn{padding:.7rem 1.4rem;font-size:.85rem}}@media(max-width:768px){.sidebar{display:none}.main-header{padding:0 1rem}.selected-session-info{font-size:.9rem}}.exercises-view{flex:1;display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden}.welcome-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;max-width:900px;margin:0 auto;height:100%}.welcome-logo{margin-bottom:2rem}.welcome-gif{width:100px;height:100px;border-radius:50%;box-shadow:0 10px 40px #26c6da40}.welcome-title{font-family:var(--font-inter);font-size:2.2rem;font-weight:800;color:#1a1a1a;line-height:1.2;margin-bottom:2.5rem;letter-spacing:-1px}.welcome-guiding-container{width:100%;max-width:850px;display:flex;flex-direction:column;align-items:center;gap:2rem}.welcome-connect-btn{background:linear-gradient(135deg,#1a1a1a,#333);color:#fff;padding:.8rem 1.8rem;border-radius:40px;font-size:.95rem;font-weight:700;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 25px #0000001f;border:3px solid white}.welcome-connect-btn:hover{transform:scale(1.05);box-shadow:0 15px 40px #0003;background:linear-gradient(135deg,#000,#222)}.welcome-disclaimer{margin-top:3rem;font-size:.8rem;color:#94a3b8;max-width:600px;line-height:1.6}.guide-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.guide-text{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);background:#000;color:#fff;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:600;white-space:nowrap;box-shadow:0 4px 10px #0000001a;animation:bounceUp 1.5s infinite;z-index:100}@keyframes bounceUp{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,4px)}}.disconnect-guide .guide-text{background:#f1f5f9;color:#475569}.session-list-overlay{position:fixed;inset:0;background:#0000004d;display:flex;align-items:flex-start;justify-content:flex-start;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.session-list-container{background:#fff;border-radius:0;box-shadow:2px 0 20px #0000001a;width:320px;height:100vh;display:flex;flex-direction:column;overflow:hidden;animation:slideInFromLeft .3s ease-out}.session-list-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:#26c6da;border:none}.session-list-header-content{display:flex;align-items:center;gap:12px}.session-list-icon{color:#fff}.session-list-title{font-size:20px;font-weight:600;color:#fff;margin:0}.session-list-close-btn{background:none;border:none;cursor:pointer;color:#fff;padding:8px;border-radius:6px;transition:all .2s}.session-list-close-btn:hover{background:#fff3}.session-list-content{flex:1;overflow-y:auto;padding:11px}.session-list-loading,.session-list-error,.session-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center}.session-list-loading .spinner{animation:spin 1s linear infinite;color:#26c6da;margin-bottom:16px}.session-list-error{color:#dc2626}.retry-btn{margin-top:16px;padding:8px 16px;background:#26c6da;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500}.session-list-empty .empty-icon{color:#b2ebf2;margin-bottom:16px}.empty-title{font-size:18px;font-weight:600;color:#00796b;margin:0 0 8px}.empty-subtitle{font-size:14px;color:#546e7a;margin:0}.session-list-grid{display:grid;gap:12px}.session-card{background:linear-gradient(42.91deg,#3fd6d166 -37.89%,#d9e6f266 112.92%);border:1.14px solid;border-image-source:linear-gradient(52.79deg,rgba(63,214,209,.4) 2.06%,rgba(35,136,255,.4) 138.91%);border-radius:13.62px;padding:20px;transition:all .2s;min-height:107px}.session-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3fd6d14d}.session-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.session-card-title-group{flex:1}.session-card-title{font-size:18px;font-weight:600;color:#00796b;margin:0 0 4px}.session-card-summary{font-size:14px;color:#004d40;margin:0;line-height:1.4}.session-card-delete-btn{background:none;border:none;cursor:pointer;color:#00796b;padding:4px;border-radius:4px;transition:all .2s}.session-card-delete-btn:hover{background:#fee2e2}.session-card-info{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:12px;font-size:13px;color:#004d40}.session-card-info-item{display:flex;align-items:center;gap:6px}.session-card-topics{margin-bottom:12px;padding-top:12px;border-top:1px solid rgba(63,214,209,.3)}.topics-label{font-size:12px;font-weight:600;color:#00796b;margin-right:8px}.topics-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.topic-tag{background:#e0f7fa;color:#00796b;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:500}.session-card-view-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#26c6da;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;width:100%;justify-content:center}.session-card-view-btn:hover{background:#00acc1}.session-details{max-width:100%}.session-details-back-btn{background:none;border:none;color:#26c6da;cursor:pointer;font-size:14px;font-weight:500;padding:8px 0;margin-bottom:16px;display:flex;align-items:center;gap:4px}.session-details-back-btn:hover{text-decoration:underline}.session-details-card{background:#fff;border:1px solid #E0F7FA;border-radius:16px;padding:24px}.session-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #E0F7FA}.session-details-title{font-size:20px;font-weight:700;color:#00796b;margin:0}.session-details-delete-btn{background:none;border:none;cursor:pointer;color:#dc2626;padding:4px;border-radius:4px}.session-details-delete-btn:hover{background:#fee2e2}.session-details-info{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}.session-details-info-item{display:flex;flex-direction:column;gap:4px}.info-label{font-size:12px;font-weight:600;color:#546e7a;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:14px;color:#004d40}.session-details-summary,.session-details-topics,.session-details-insights,.session-details-messages{margin-bottom:24px;padding-top:24px;border-top:1px solid #E0F7FA}.summary-title,.topics-title,.insights-title,.messages-title{font-size:16px;font-weight:600;color:#00796b;margin:0 0 12px}.summary-text{font-size:14px;color:#004d40;line-height:1.6;margin:0}.insights-list{list-style:none;padding:0;margin:0}.insight-item{font-size:14px;color:#004d40;padding:8px 0 8px 20px;position:relative;line-height:1.6}.insight-item:before{content:"•";position:absolute;left:0;color:#26c6da;font-weight:700}.messages-list{max-height:400px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.message-item{padding:12px;border-radius:8px;border:1px solid #E0F7FA}.message-user{background:#e0f7fa;margin-left:24px}.message-assistant{background:#f3f4f6;margin-right:24px}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px}.message-role{font-weight:600;color:#00796b}.message-time{color:#546e7a}.message-content{font-size:14px;color:#004d40;line-height:1.5}.no-messages{text-align:center;color:#546e7a;padding:24px;font-size:14px}.modules-drawer-overlay{position:fixed;inset:0;background:#0000004d;display:flex;align-items:flex-start;justify-content:flex-start;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modules-drawer-container{background:#fff;border-radius:0;box-shadow:2px 0 20px #0000001a;width:320px;height:100vh;display:flex;flex-direction:column;overflow:hidden;animation:slideInFromLeft .3s ease-out}.modules-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:#26c6da;border:none}.modules-drawer-title{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:600;color:#fff;margin:0}.modules-drawer-close-btn{background:none;border:none;cursor:pointer;color:#fff;padding:8px;border-radius:6px;transition:all .2s}.modules-drawer-close-btn:hover{background:#fff3}.modules-drawer-content{flex:1;overflow-y:auto;padding:11px;background:#fff}.modules-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.module-item{background:linear-gradient(42.91deg,#3fd6d166 -37.89%,#d9e6f266 112.92%);border:1.14px solid;border-image-source:linear-gradient(52.79deg,rgba(63,214,209,.4) 2.06%,rgba(35,136,255,.4) 138.91%);border-radius:13.62px;padding:10px 8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:space-between;min-height:107px}.module-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3fd6d14d}.module-item.active{background:linear-gradient(42.91deg,#3fd6d199 -37.89%,#d9e6f299 112.92%);border:1.14px solid rgba(63,214,209,.8)}.module-info{flex:1;display:flex;flex-direction:column;gap:6px}.module-number{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;border-radius:50%;background:#26c6da;color:#fff;font-size:16px;font-weight:700;margin-right:14px;flex-shrink:0}.module-name{font-size:16px;font-weight:600;color:#00796b}.module-desc{font-size:14px;font-weight:600;color:#004d40;line-height:1.4}.module-arrow{color:#26c6da;flex-shrink:0}.exercise-drawer-overlay{position:fixed;inset:0;background:#0000004d;display:flex;align-items:flex-start;justify-content:flex-start;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.exercise-drawer-container{background:#fff;border-radius:0;box-shadow:2px 0 20px #0000001a;width:300px;height:100vh;display:flex;flex-direction:column;overflow:hidden;animation:slideInFromLeft .3s ease-out}@keyframes slideInFromLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.exercise-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:#26c6da;border:none}.exercise-drawer-title{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:600;color:#fff;margin:0}.exercise-drawer-close-btn{background:none;border:none;cursor:pointer;color:#fff;padding:8px;border-radius:6px;transition:all .2s}.exercise-drawer-close-btn:hover{background:#fff3}.exercise-drawer-content{flex:1;overflow-y:auto;padding:11px;background:#fff}.exercise-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.exercise-item{background:linear-gradient(42.91deg,#3fd6d166 -37.89%,#d9e6f266 112.92%);border:1.14px solid;border-image-source:linear-gradient(52.79deg,rgba(63,214,209,.4) 2.06%,rgba(35,136,255,.4) 138.91%);border-radius:13.62px;padding:16px 20px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:space-between;min-height:90px}.exercise-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3fd6d14d}.exercise-item.active{background:linear-gradient(42.91deg,#3fd6d199 -37.89%,#d9e6f299 112.92%);border:1.14px solid rgba(63,214,209,.8)}.exercise-info{flex:1;display:flex;align-items:center;gap:12px}.exercise-icon{font-size:32px;line-height:1}.exercise-name{font-size:16px;font-weight:600;color:#00796b}.exercise-desc{font-size:13px;color:#004d40;line-height:1.4;margin-top:4px}.exercise-arrow{color:#26c6da;flex-shrink:0}.subscription-blob{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none;z-index:0;opacity:.5}.subscription-blob-1{width:400px;height:400px;background:#3fd6d126;top:-150px;left:-150px}.subscription-blob-2{width:350px;height:350px;background:#2388ff1a;bottom:-100px;right:-100px}.trial-end-overlay{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#fff6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:modalFadeIn .3s ease-out}.trial-end-dialog{position:relative;width:100%;max-width:480px;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,1);border-radius:32px;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 10px 40px #3fd6d114,0 20px 80px #0000000a;animation:modalSlideUp .4s cubic-bezier(.16,1,.3,1);font-family:var(--font-nunito)}.close-btn{position:absolute;top:1.25rem;right:1.25rem;background:#00000008;border:none;color:#8a94a0;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.close-btn:hover{background:#ffeded;color:#ff4d4d;transform:rotate(90deg)}.icon-container{margin-bottom:2rem}.star-icon-wrapper{width:72px;height:72px;background:#3fd6d11f;border:1px solid rgba(63,214,209,.3);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px #3fd6d11a}.star-icon{color:#3fd6d1;fill:#3fd6d133}.dialog-title{color:#0e1520;font-size:1.85rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.dialog-subtitle{color:#55616f;font-size:1.05rem;line-height:1.6;margin-bottom:2rem;max-width:400px}.benefits-list{list-style:none;padding:0;margin:0 0 2.5rem;width:100%;display:flex;flex-direction:column;gap:1.25rem}.benefits-list li{display:flex;align-items:center;gap:12px;text-align:left;color:#3a4250;font-size:1rem;font-weight:500}.action-buttons{width:100%;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.subscribe-btn{width:100%;padding:1.15rem 2rem;background:var(--primary-gradient);color:#fff;border:none;border-radius:16px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 20px #3fd6d140;display:flex;align-items:center;justify-content:center;gap:.6rem}.subscribe-btn:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 28px #3fd6d159}.subscribe-btn:active{transform:translateY(0) scale(.98)}.maybe-later-btn{background:#00000008;border:1px solid rgba(0,0,0,.05);color:#55616f;font-size:1rem;font-weight:700;cursor:pointer;padding:12px 32px;border-radius:50px;transition:all .3s ease}.maybe-later-btn:hover{background:#fff;color:#3fd6d1;border-color:#3fd6d1;transform:translateY(-2px);box-shadow:0 4px 12px #3fd6d11a}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:640px){.trial-end-dialog{padding:2.5rem 1.5rem;border-radius:24px}.dialog-title{font-size:1.6rem}.dialog-subtitle{font-size:.95rem}.star-icon-wrapper{width:60px;height:60px}}@media(max-width:400px){.trial-end-dialog{padding:2rem 1.25rem}.dialog-title{font-size:1.4rem}.benefits-list{gap:.85rem;margin-bottom:1.5rem}.benefits-list li{font-size:.9rem}.subscribe-btn{padding:1rem 1.5rem;font-size:1rem}}.sidebar{width:260px;background-color:#fff;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;padding:1rem;flex-shrink:0;height:100vh}@media(max-width:1024px){.sidebar{display:none}}.sidebar-logo{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem;padding:.5rem .25rem;transition:transform .3s ease}.sidebar-logo:hover{transform:translate(4px)}.sidebar-logo span{font-weight:800;font-size:1.25rem;color:#0e1520;letter-spacing:-.5px;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-circle{width:44px;height:44px;background-color:#fff;overflow:hidden;border-radius:100%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #3fd6d126;border:1px solid rgba(63,214,209,.2);flex-shrink:0}.logo-img{width:100%;height:100%;object-fit:cover}.sidebar-search{margin-bottom:1.25rem}.search-container{display:flex;align-items:center;background:#26c6da;border-radius:8px;padding:.5rem .75rem;gap:.5rem;box-shadow:0 4px 10px #26c6da33}.search-icon{color:#fff;opacity:.9}.search-container input{border:none;background:transparent;width:100%;font-size:.85rem;color:#fff;outline:none}.search-container input::placeholder{color:#fffc}.search-shortcut{background:#fff3;color:#fff;font-size:.65rem;padding:2px 4px;border-radius:4px;border:1px solid rgba(255,255,255,.3);white-space:nowrap}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem;flex:1;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;border-radius:8px;border:none;background:transparent;color:#757575;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left;width:100%;position:relative;line-height:1.2}.nav-text-container{display:flex;flex-direction:column;justify-content:center;min-width:0}.nav-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-sublabel{font-size:.65rem;color:#64748b;margin-top:2px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clear-search{display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;transition:background-color .2s;color:#94a3b8}.clear-search:hover{background-color:#0000000d;color:#64748b}.no-results{padding:2rem 1rem;text-align:center;color:#94a3b8;font-size:.85rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.nav-item .chevron{margin-left:auto;opacity:.6;color:#757575}.nav-item:hover{background-color:#f5f5f5}.nav-item.active{background-color:#e0f7fa;color:#26c6da;font-weight:600}.nav-item.active .nav-icon{color:#26c6da}.nav-item.active .chevron{opacity:1;color:#26c6da}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;padding-top:1.5rem}.upgrade-pro-card{background:linear-gradient(45deg,#3fd6d1,#2388ff);border-radius:16px;padding:15px;color:#fff;position:relative;overflow:hidden;margin-bottom:.75rem;box-shadow:0 4px 15px #1a237e33}.bolt-circle{width:36px;height:36px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.upgrade-pro-content h3{margin:0 0 .25rem;font-size:1rem;font-weight:700;color:#000}.upgrade-pro-content p{margin:0 0 1rem;font-size:.75rem;opacity:.9;line-height:1.3;color:#000}.btn-upgrade-pro{background:#fff;color:#0e0e0e;border:none;padding:.6rem;border-radius:50px;font-size:.85rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.4rem;text-decoration:none;transition:transform .2s}.btn-upgrade-pro:hover{transform:translateY(-2px)}.sidebar-user-profile-bar{display:flex;align-items:center;gap:.75rem;background:linear-gradient(45deg,#3fd6d1,#2388ff);padding:.6rem .75rem;border-radius:12px;border:none;color:#fff}.user-avatar-small{width:36px;height:36px;border-radius:50%;position:relative}.user-avatar-small img{width:100%;height:100%;border-radius:50%;object-fit:cover}.status-dot{position:absolute;bottom:0;right:0;width:10px;height:10px;border-radius:50%;border:2px solid #fff}.status-dot.online{background-color:#4caf50}.user-info-text{display:flex;flex-direction:column;flex:1;min-width:0}.user-name{font-size:.85rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:6px;width:100%}.user-name span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:140px}.subscribed-crown{color:gold;fill:gold;filter:drop-shadow(0 0 2px rgba(255,215,0,.3))}.user-email{font-size:.7rem;color:#fffc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.signout-mini-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:4px;display:flex;align-items:center;opacity:.8;transition:opacity .2s}.signout-mini-btn:hover{opacity:1;background:#fff3}.sidebar-settings-container{position:relative}.sidebar-settings-dropdown{position:absolute;bottom:60px;right:-10px;background:#fff;border-radius:14px;box-shadow:0 10px 30px #00000026;width:180px;padding:8px;z-index:2000;display:flex;flex-direction:column;gap:2px;border:1px solid rgba(0,0,0,.05);animation:dropdownFadeIn .25s cubic-bezier(.16,1,.3,1);transform-origin:bottom right}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.sidebar-dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;color:#475569;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;background:transparent;border:none;width:100%;text-align:left;text-decoration:none}.sidebar-dropdown-item:hover{background:#f1f5f9;color:#1e293b}.sidebar-dropdown-item svg{color:#64748b;transition:color .2s}.sidebar-dropdown-item:hover svg{color:#26c6da}.sidebar-dropdown-item.logout{margin-top:4px;padding-top:12px;border-top:1px solid #f1f5f9;border-radius:0 0 10px 10px;color:#ef4444}.sidebar-dropdown-item.logout:hover{background:#fef2f2;color:#dc2626}.meditation-container{width:100%;height:100%;background-color:#fff;display:flex;flex-direction:column;padding:40px;box-sizing:border-box;overflow-y:auto;font-family:Inter,sans-serif;color:#1e293b;position:relative;border-radius:20px}.meditation-header{display:flex;align-items:center;margin-bottom:20px;position:absolute;top:30px;left:30px;z-index:10}.back-icon{cursor:pointer;margin-right:16px;color:#cbd5e1;transition:color .2s}.back-icon:hover{color:#64748b}.mobile-meditation-back-btn{display:none;align-items:center;gap:6px;background:#fff;border:1px solid #e2e8f0;cursor:pointer;color:#475569;font-size:14px;font-weight:600;padding:8px 14px;border-radius:20px;transition:all .2s;box-shadow:0 2px 4px #0000000d}.mobile-meditation-back-btn .back-icon{margin-right:0;color:#475569}.mobile-meditation-back-btn:hover{background:#f8fafc;color:#0f172a}@media(max-width:1024px){.mobile-meditation-back-btn{display:flex}}.meditation-content{max-width:800px;margin:20px auto 0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;flex:1}.track-title{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:12px;text-align:center}.track-description{color:#475569;margin-bottom:36px;text-align:center;font-size:16px}.visualizer-container{position:relative;width:300px;height:300px;display:flex;align-items:center;justify-content:center;margin-bottom:30px}.breathing-circle{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,#67e8f9,#22d3ee);box-shadow:0 0 30px #22d3ee66;z-index:5;transition:transform .1s ease-out;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.breathing-info{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.breathing-prompt{font-size:16px;font-weight:500;line-height:1.4;opacity:1}.breathing-phase{font-size:22px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.breathing-timer{font-size:32px;font-weight:800;margin-top:-4px}.outer-ring{position:absolute;width:260px;height:260px;border-radius:50%;border:2px solid transparent;border-top-color:#67e8f9;border-right-color:#22d3ee;opacity:.6;animation:spin 8s linear infinite;z-index:2}.outer-ring-2{position:absolute;width:240px;height:240px;border-radius:50%;border:2px solid transparent;border-bottom-color:#22d3ee;border-left-color:#06b6d4;opacity:.4;animation:spin 12s linear infinite reverse;z-index:1}.breathing-circle.inhale{transform:scale(1.1);transition:transform 4s ease-in-out}.breathing-circle.exhale{transform:scale(.9);transition:transform 4s ease-in-out}.breathing-circle.hold{transform:scale(1.1);transition:transform 4s ease-in-out}.waveform-container{display:flex;align-items:center;justify-content:center;gap:4px;height:40px;margin-bottom:20px}.wave-bar{width:3px;background-color:#bae6fd;border-radius:2px;animation:wave 1.2s ease-in-out infinite}.wave-bar.active{background-color:#38bdf8}.wave-bar:nth-child(odd){animation-duration:.8s}.wave-bar:nth-child(2n){animation-duration:1.1s}.wave-bar:nth-child(3n){animation-duration:1.3s}.wave-bar:nth-child(4n){animation-duration:.9s}@keyframes wave{0%,to{height:10px;opacity:.5}50%{height:30px;opacity:1}}.waveform-container.paused .wave-bar{animation-play-state:paused;height:5px;opacity:.3;transition:height .3s,opacity .3s}.controls-container{display:flex;align-items:center;gap:60px;margin-bottom:16px}.dashboard-control-btn{background:none;border:none;cursor:pointer;color:#334155;transition:color .2s,transform .2s;padding:0;display:flex;align-items:center;justify-content:center}.dashboard-control-btn:hover{color:#0f172a;transform:scale(1.1)}.play-pause-btn{width:60px;height:60px;border-radius:50%;background:linear-gradient(100deg,#3fd6d1,#2388ff);box-shadow:0 10px 20px #06b6d44d;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.play-pause-btn:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 15px 30px #06b6d466}.play-pause-btn:active{transform:translateY(1px) scale(.98)}.volume-container{position:relative;display:flex;align-items:center}.playlist-container{position:absolute;right:40px;top:40px;width:300px;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:20px;border:1px solid #f1f5f9}.playlist-header{font-size:14px;font-weight:600;color:#94a3b8;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.playlist-item{padding:12px;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.playlist-item:hover{background-color:#f8fafc}.playlist-item.active{background-color:#ecfeff;border:1px solid #cffafe}.playlist-item-title{font-size:14px;font-weight:600;color:#334155}.playlist-item.active .playlist-item-title{color:#0891b2}.playlist-item-duration{font-size:12px;color:#94a3b8}.footer-note{text-align:center;font-size:12px;color:#94a3b8;padding:12px 16px 8px;margin-top:auto}.footer-note span{color:#22d3ee;font-weight:600}@media(max-width:768px){.meditation-container{padding:20px 16px 16px;border-radius:12px}.meditation-header{top:16px;left:16px}.meditation-content{margin-top:20px}.track-title{font-size:24px;margin-bottom:8px}.track-description{font-size:14px;margin-bottom:30px}.visualizer-container{width:220px;height:220px;margin-bottom:30px}.breathing-circle{width:150px;height:150px}.outer-ring{width:200px;height:200px}.outer-ring-2{width:180px;height:180px}.breathing-phase{font-size:18px}.breathing-timer{font-size:26px}.breathing-prompt{font-size:14px}.waveform-container{height:30px;margin-bottom:14px}.controls-container{gap:40px;margin-bottom:20px}.play-pause-btn{width:52px;height:52px}.footer-note{margin-top:16px;padding:0 8px 8px}}@media(max-width:480px){.meditation-container{padding:16px 12px 12px}.meditation-header{top:12px;left:12px}.mobile-meditation-back-btn{padding:6px 10px;font-size:13px}.meditation-content{margin-top:16px}.track-title{font-size:20px;margin-bottom:6px}.track-description{font-size:13px;margin-bottom:20px;padding:0 8px}.visualizer-container{width:180px;height:180px;margin-bottom:24px}.breathing-circle{width:120px;height:120px;box-shadow:0 0 20px #22d3ee4d}.outer-ring{width:160px;height:160px}.outer-ring-2{width:145px;height:145px}.breathing-phase{font-size:15px;letter-spacing:.5px}.breathing-timer{font-size:22px}.breathing-prompt{font-size:12px}.waveform-container{height:24px;margin-bottom:12px;gap:3px}.controls-container{gap:32px;margin-bottom:16px}.play-pause-btn{width:46px;height:46px}.play-pause-btn svg{width:22px;height:22px}.dashboard-control-btn svg{width:20px;height:20px}.footer-note{font-size:11px;padding:0 4px 4px;margin-top:12px}}.free-writing-container{padding:20px;max-width:1200px;margin:0 auto;height:calc(100vh - 80px);display:flex;flex-direction:column;gap:20px;animation:fadeIn .5s ease-out;background-color:#fbfbfc;border-radius:10px}.free-writing-container .free-writing-header{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(45deg,#3fd6d1,#2388ff);padding:20px 30px;border-radius:16px;box-shadow:0 4px 15px #2388ff33;color:#fff;gap:10px}.free-writing-container .header-left{display:flex;align-items:center;gap:15px}.free-writing-container .header-left h1{font-size:24px;color:#fff;margin:0;font-weight:700}.free-writing-container .header-left p{color:#ffffffe6;margin:0;font-size:14px;font-weight:500}.free-writing-container .back-btn{background:#fff3;border:none;color:#fff;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.free-writing-container .back-btn:hover{background:#ffffff4d;transform:translate(-2px)}.free-writing-container .timer-display{display:flex;align-items:center;gap:10px;background:#fff3;padding:8px 16px;border-radius:50px;color:#fff;font-family:Courier New,monospace;font-size:20px;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.free-writing-container .writing-controls{display:flex;gap:10px;align-items:center}.free-writing-container .control-btn{padding:10px 16px;border-radius:10px;border:1px solid rgba(255,255,255,.3);background:#ffffff26;color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600}.free-writing-container .control-btn:hover{background:#ffffff40;transform:translateY(-2px)}.free-writing-container .control-btn.active{background:#fff;color:#2388ff;border-color:#fff}.free-writing-container .finish-btn{background:#fff;color:#2388ff;padding:10px 24px;border-radius:10px;border:none;font-weight:700;cursor:pointer;box-shadow:0 4px 10px #0000001a;transition:all .3s ease;display:flex;align-items:center;gap:8px}.free-writing-container .finish-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #00000026}.free-writing-container .prompt-area{background:#fff;padding:15px 20px;border-radius:12px;border-left:5px solid #26C6DA;color:#1a202c;font-style:normal;box-shadow:0 2px 8px #0000000d;display:flex;justify-content:space-between;align-items:center;border:1px solid #f0f0f0}.free-writing-container .prompt-label{font-weight:700;color:#26c6da;margin-right:8px;text-transform:uppercase;font-size:.8rem;letter-spacing:.5px}.free-writing-container .prompt-text{font-size:1.05rem;font-weight:500;color:#2d3748}.free-writing-container .refresh-btn{background:#f7fafc;border:1px solid #e2e8f0;color:#718096;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.free-writing-container .refresh-btn:hover{color:#26c6da;border-color:#26c6da;background:#e0f7fa;transform:rotate(180deg)}.free-writing-container .writing-area-wrapper{flex:1;position:relative;border-radius:16px;overflow:hidden;background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 6px #00000005;transition:all .3s ease}.free-writing-container .writing-area-wrapper:focus-within{border-color:#26c6da;box-shadow:0 0 0 3px #26c6da1a}.free-writing-container .writing-textarea{width:100%;height:100%;background:transparent;border:none;padding:30px;color:#1a202c;font-size:18px;line-height:1.6;resize:none;outline:none;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;transition:filter .3s ease}.free-writing-container .writing-textarea::placeholder{color:#a0aec0;font-style:italic}.free-writing-container .writing-textarea.blurred{filter:blur(6px);-webkit-user-select:none;user-select:none;opacity:.8}.free-writing-container .writing-footer{display:flex;justify-content:space-between;align-items:center;color:#718096;font-size:14px;padding:0 10px;font-weight:500}.free-writing-container .stats-item{display:flex;gap:20px}.free-writing-container .status-indicator{display:flex;align-items:center;gap:8px}.status-dot{width:8px;height:8px;border-radius:50%;background:#cbd5e0}.status-dot.active{background:#26c6da;box-shadow:0 0 8px #26c6da99;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}to{transform:scale(1);opacity:1}}.summary-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .3s ease-out}.summary-modal-overlay .summary-modal{background:#fff;padding:40px;border-radius:20px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;text-align:center;box-shadow:0 20px 50px #00000026;border:1px solid #f0f0f0;position:relative}.summary-modal::-webkit-scrollbar{width:8px}.summary-modal::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.summary-modal::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:10px}.summary-modal::-webkit-scrollbar-thumb:hover{background:#a0aec0}.summary-modal-overlay .summary-icon{font-size:48px;margin-bottom:20px;background:linear-gradient(45deg,#3fd6d1,#2388ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 4px rgba(0,0,0,.1))}.summary-modal h2{color:#1a202c;margin-bottom:15px;font-size:24px;font-weight:700}.summary-modal p{color:#4a5568;line-height:1.6}.summary-modal .summary-stats{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:30px 0}.summary-modal .stat-box{background:#f7fafc;padding:20px;border-radius:12px;border:1px solid #e2e8f0}.summary-modal .stat-value{display:block;font-size:28px;font-weight:800;background:linear-gradient(45deg,#3fd6d1,#2388ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.summary-modal .stat-label{font-size:12px;color:#718096;text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-top:5px;display:block}.summary-modal .summary-actions{display:flex;flex-direction:column;gap:12px}.summary-modal .action-btn{padding:14px;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;font-size:1rem}.summary-modal .btn-primary{background:linear-gradient(45deg,#3fd6d1,#2388ff);color:#fff;border:none;box-shadow:0 4px 10px #2388ff40}.summary-modal .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 15px #2388ff59}.summary-modal .btn-secondary{background:#fff;color:#4a5568;border:1px solid #cbd5e0}.summary-modal .btn-secondary:hover{background:#f7fafc;color:#1a202c;border-color:#a0aec0}.analysis-loading{margin:40px 0;display:flex;flex-direction:column;align-items:center;gap:20px}.loader{width:50px;height:50px;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#2388ff;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.reflection-container{background:#f0f9ff;border-radius:12px;padding:25px;margin:20px 0;text-align:left;border:1px solid #bae6fd}.reflection-content{line-height:1.7;color:#1e293b}.reflection-header{color:#0284c7;font-weight:700;font-size:18px;margin-top:20px;margin-bottom:10px}.reflection-line{font-size:16px;margin:0}@media(max-width:768px){.free-writing-container{padding:15px;height:calc(100vh - 80px);min-height:unset;margin:10px;overflow-y:auto;-webkit-overflow-scrolling:touch}.free-writing-container .free-writing-header{flex-direction:column;align-items:stretch;padding:15px;gap:15px}.free-writing-container .header-left{width:100%;justify-content:flex-start}.free-writing-container .timer-display{justify-content:center;padding:12px;font-size:24px;order:-1;margin-bottom:5px}.free-writing-container .writing-controls{flex-direction:column;width:100%;gap:10px}.free-writing-container .control-btn,.free-writing-container .finish-btn{width:100%;justify-content:center}.free-writing-container .prompt-area{flex-direction:column;align-items:flex-start;gap:12px;flex-shrink:0}.free-writing-container .prompt-area>div{flex-direction:column;align-items:flex-start!important;gap:5px}.free-writing-container .refresh-btn{align-self:flex-end}.free-writing-container .writing-area-wrapper{min-height:300px;flex:1 0 auto;display:block}.free-writing-container .writing-textarea{padding:20px;font-size:16px;height:100%;min-height:300px}.free-writing-container .writing-footer{flex-direction:column-reverse;gap:15px;align-items:center;padding:10px 0;flex-shrink:0}.summary-modal .summary-stats{grid-template-columns:1fr}.summary-modal .summary-actions,.summary-modal .action-btn{width:100%}}.values-exploration-container{padding:20px 40px;max-width:1000px;margin:0 auto;height:calc(100vh - 80px);display:flex;flex-direction:column;gap:30px;animation:fadeIn .5s ease-out;background-color:#fbfbfc;border-radius:10px;overflow-y:hidden}@media(max-width:768px){.values-exploration-container{padding:15px;gap:20px;height:auto;min-height:100vh;overflow-y:visible}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.exploration-progress{display:flex;justify-content:center;gap:40px;margin-bottom:10px;padding-top:20px}.progress-dot{width:32px;height:32px;border-radius:50%;background:#e2e8f0;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;color:#a0aec0;font-size:14px;font-weight:600;transition:all .3s ease;position:relative;z-index:1}.progress-dot:after{content:"";position:absolute;right:-42px;top:50%;width:40px;height:2px;background:#e2e8f0;z-index:-1}.progress-dot:last-child:after{display:none}.progress-dot.active{background:#26c6da;border-color:#26c6da;color:#fff;box-shadow:0 0 15px #26c6da66}.progress-dot.completed{background:linear-gradient(45deg,#3fd6d1,#2388ff);border-color:transparent;color:#fff}.progress-dot.completed:after{background:#bbeeec}.exploration-step{flex:1;display:flex;flex-direction:column;gap:30px;overflow-y:auto;padding:10px}.exploration-step::-webkit-scrollbar{width:6px}.exploration-step::-webkit-scrollbar-track{background:#00000005}.exploration-step::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.step-header{text-align:center;background:linear-gradient(45deg,#3fd6d1,#2388ff);padding:25px;border-radius:16px;color:#fff;box-shadow:0 4px 15px #2388ff26}.step-header h2{font-size:26px;color:#fff;margin-bottom:8px;font-weight:700}.step-header p{color:#fffffff2;font-size:16px;margin:0}.values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;padding:5px}@media(max-width:480px){.values-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px}}.value-chip{background:#fff;border:1px solid #e2e8f0;padding:15px;border-radius:12px;color:#4a5568;text-align:center;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px;font-weight:500;box-shadow:0 2px 4px #00000005}.value-chip:hover{background:#f7fafc;transform:translateY(-2px);border-color:#cbd5e0;box-shadow:0 4px 8px #0000000d}.value-chip.selected{background:#e0f7fa;border-color:#26c6da;color:#00838f;box-shadow:0 4px 12px #26c6da40;font-weight:600}.value-chip .check-icon{color:#26c6da}.assessment-container{display:flex;flex-direction:column;gap:25px}.assessment-card{background:linear-gradient(135deg,#3fd6d1,#2388ff);border:1px solid #e2e8f0;border-radius:16px;padding:30px;display:flex;flex-direction:column;gap:20px;box-shadow:0 4px 6px #00000005;transition:all .3s ease}.assessment-card:hover{box-shadow:0 10px 20px #0000000d}.assessment-card h3{color:#2388ff;font-size:22px;border-bottom:2px solid #f0f4f8;padding-bottom:15px;margin:0;font-weight:700}.rating-section{display:flex;flex-direction:column;gap:15px}.rating-section label{color:#2d3748;font-weight:600}.rating-slider{-webkit-appearance:none;appearance:none;width:100%;height:8px;border-radius:4px;background:#e2e8f0;outline:none}.rating-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#26c6da;cursor:pointer;box-shadow:0 2px 6px #00000026;transition:transform .2s}.rating-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.input-group{display:flex;flex-direction:column;gap:10px}.input-group label{color:#4a5568;font-size:14px;font-weight:500}.input-group textarea{background:#f8fafc;border:1px solid #cbd5e0;border-radius:12px;padding:15px;color:#2d3748;resize:none;min-height:80px;outline:none;transition:all .2s ease;font-family:inherit;font-size:1rem}.input-group textarea:focus{border-color:#26c6da;background:#fff;box-shadow:0 0 0 3px #26c6da1a}.input-group textarea::placeholder{color:#a0aec0}.legacy-icon{font-size:60px;margin-bottom:10px;filter:drop-shadow(0 4px 4px rgba(0,0,0,.1))}.legacy-inputs{display:flex;flex-direction:column;gap:25px;background:linear-gradient(135deg,#3fd6d1,#2388ff);padding:40px;border-radius:24px;border:1px solid #e2e8f0;box-shadow:0 4px 15px #00000008}.finish-icon{font-size:60px;margin-bottom:10px}.final-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.summary-section{background:#fff;padding:30px;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 4px 6px #00000005}.summary-section h3{color:#26c6da;margin-bottom:20px;font-size:18px;text-transform:uppercase;letter-spacing:1px;font-weight:700}.summary-values-list{display:flex;flex-direction:column;gap:12px}.summary-value-badge{display:flex;justify-content:space-between;background:#f7fafc;padding:12px 20px;border-radius:10px;color:#2d3748;font-weight:600;border:1px solid #edf2f7}.final-rating{background:#2388ff;color:#fff;padding:2px 10px;border-radius:20px;font-size:12px}.actions-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:15px}.actions-list li{color:#4a5568;font-size:14px;line-height:1.6;padding-left:15px;border-left:3px solid #2388FF}.step-footer{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #e2e8f0}.selection-count{color:#718096;font-weight:600}.nav-btn{padding:12px 24px;border-radius:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease;font-size:15px}.nav-btn.next,.nav-btn.finish,.nav-btn.save{background:linear-gradient(45deg,#3fd6d1,#2388ff);color:#fff;border:none;box-shadow:0 4px 10px #2388ff40}.nav-btn.next:disabled{opacity:.5;cursor:not-allowed;background:#cbd5e0;box-shadow:none}.nav-btn.back,.nav-btn.back-to-home{background:#fff;border:1px solid #cbd5e0;color:#718096}.nav-btn:hover:not(:disabled){transform:translateY(-2px)}.nav-btn.back:hover,.nav-btn.back-to-home:hover{background:#f7fafc;color:#2d3748;border-color:#a0aec0}.nav-btn.next:hover,.nav-btn.finish:hover,.nav-btn.save:hover{box-shadow:0 6px 15px #2388ff59}.summary-actions{justify-content:center;gap:20px}@media(max-width:768px){.final-summary-grid{grid-template-columns:1fr}.exploration-progress{gap:20px}.progress-dot:after{width:20px;right:-22px}.values-exploration-container{padding:15px}}@media(max-width:480px){.exploration-progress{gap:12px;padding-top:10px}.progress-dot{width:28px;height:28px;font-size:12px}.progress-dot:after{width:15px;right:-14px}.step-header h2{font-size:20px}}.ve-header{display:flex;align-items:center;margin-bottom:-10px}.ve-back-btn{display:none;align-items:center;gap:6px;background:#fff;border:1px solid #e2e8f0;cursor:pointer;color:#475569;font-size:14px;font-weight:600;padding:8px 14px;border-radius:20px;transition:all .2s;box-shadow:0 2px 4px #0000000d}.ve-back-btn:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}@media(max-width:1024px){.ve-back-btn{display:flex}}.leaves-stream-container{display:flex;flex-direction:column;height:calc(110vh - 50px);background:#fbfbfc;border-radius:12px;overflow:hidden;position:relative;color:#263238;box-shadow:0 4px 20px #0000000d}.exercise-header{display:flex;align-items:center;justify-content:space-between;padding:20px 25px;background:linear-gradient(45deg,#3fd6d1,#2388ff);z-index:10;color:#fff;box-shadow:0 4px 15px #2388ff33}.exercise-header h2{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.header-actions{display:flex;gap:10px}.back-btn,.info-btn,.mute-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:12px;padding:8px 12px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s;color:#fff}.back-btn:hover,.info-btn:hover,.mute-btn:hover{background:#ffffff4d;transform:translateY(-2px)}.stream-visual-area{flex:1;position:relative;overflow:hidden;background:#80deea}.stream-bed{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#4dd0e1,#29b6f6,#4dd0e1)}.water-flow{position:absolute;top:0;left:0;width:200%;height:100%;background:linear-gradient(90deg,#fff0,#ffffff26,#fff0,#ffffff26,#fff0);animation:flow 15s linear infinite}@keyframes flow{0%{transform:translate(0)}to{transform:translate(-50%)}}.waves-container{position:absolute;bottom:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.wave-layer{position:absolute;width:200%;height:100%;background-repeat:repeat-x;background-position:0 bottom;transform-origin:center bottom}.wave-1{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 200'%3E%3Cpath fill='%23ffffff33' d='M0,100 C400,150 400,50 800,100 C1200,150 1200,50 1600,100 L1600,200 L0,200 Z'/%3E%3C/svg%3E");opacity:.4;animation:wave-motion 8s linear infinite;z-index:1}.wave-2{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 200'%3E%3Cpath fill='%23ffffff22' d='M0,100 C400,50 400,150 800,100 C1200,50 1200,150 1600,100 L1600,200 L0,200 Z'/%3E%3C/svg%3E");opacity:.3;animation:wave-motion 12s linear infinite reverse;z-index:2;bottom:-10px}.wave-3{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 200'%3E%3Cpath fill='%23ffffff11' d='M0,100 C400,120 400,80 800,100 C1200,120 1200,80 1600,100 L1600,200 L0,200 Z'/%3E%3C/svg%3E");opacity:.2;animation:wave-motion 15s linear infinite;z-index:3;bottom:-20px}@keyframes wave-motion{0%{transform:translate(0)}to{transform:translate(-50%)}}.floating-leaf{position:absolute;top:50%;left:-200px;z-index:5;pointer-events:none;filter:drop-shadow(0 5px 10px rgba(0,0,0,.1))}.leaf-shape{width:140px;height:80px;background:#81c784;border-radius:50% 5%;display:flex;align-items:center;justify-content:center;padding:15px;box-shadow:inset 0 0 10px #0000001a;border:1px solid #66bb6a;transform:rotate(10deg)}.leaf-text{font-size:.85rem;color:#1b5e20;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.path-1{animation:float-path-1 12s linear forwards;top:20%}.path-2{animation:float-path-2 14s linear forwards;top:50%}.path-3{animation:float-path-3 10s linear forwards;top:80%}@keyframes float-path-1{0%{left:-150px;transform:translateY(0) rotate(0)}25%{transform:translateY(20px) rotate(5deg)}50%{transform:translateY(-10px) rotate(-5deg)}75%{transform:translateY(15px) rotate(3deg)}to{left:110%;transform:translateY(0) rotate(10deg)}}@keyframes float-path-2{0%{left:-150px;transform:translateY(0) rotate(10deg)}33%{transform:translateY(-30px) rotate(15deg)}66%{transform:translateY(20px) rotate(5deg)}to{left:110%;transform:translateY(0) rotate(20deg)}}@keyframes float-path-3{0%{left:-150px;transform:translateY(0) rotate(-5deg)}50%{transform:translateY(40px) rotate(0)}to{left:110%;transform:translateY(0) rotate(5deg)}}.controls-area{padding:25px;background:#fff;border-top:1px solid #e2e8f0;z-index:10;box-shadow:0 -5px 20px #00000008}.guidance-card{background:#f8fafc;border-radius:16px;padding:15px;margin-bottom:10px;border:1px solid #e2e8f0}.step-indicator{display:flex;justify-content:center;gap:8px;margin-bottom:20px}.step-indicator .dot{width:10px;height:10px;border-radius:50%;background:#e2e8f0;transition:all .3s}.step-indicator .dot.active{background:#26c6da;transform:scale(1.3)}.step-indicator .dot.done{background:#2388ff}.step-content{display:flex;gap:20px;align-items:flex-start}.step-icon{font-size:2rem;background:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000000d;border:1px solid #edf2f7}.text-content h3{margin:0 0 8px;font-size:1.1rem;color:#1a202c;font-weight:700}.text-content p{margin:0;font-size:.95rem;line-height:1.6;color:#4a5568}.step-nav{display:flex;justify-content:space-between;margin-top:5px}.prev-step,.next-step{padding:10px 20px;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.9rem}.prev-step{background:#fff;border:1px solid #cbd5e0;color:#718096}.prev-step:hover{background:#f7fafc;color:#2d3748}.next-step{background:linear-gradient(45deg,#3fd6d1,#2388ff);border:none;color:#fff;margin-left:auto;box-shadow:0 4px 12px #2388ff33}.next-step:hover{transform:translateY(-2px);box-shadow:0 6px 15px #2388ff4d}.final-prompt{font-size:.9rem;color:#26c6da;font-weight:600;text-align:center;width:100%}.thought-input-form{display:flex;gap:12px}.thought-input{flex:1;padding:14px 20px;border-radius:12px;border:1px solid #cbd5e0;background:#fff;outline:none;font-size:1rem;transition:all .2s;font-family:inherit}.thought-input:focus{border-color:#26c6da;box-shadow:0 0 0 3px #26c6da1a}.send-thought-btn{background:linear-gradient(45deg,#3fd6d1,#2388ff);color:#fff;border:none;border-radius:12px;width:52px;height:52px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #2388ff33}.send-thought-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 15px #2388ff4d}.send-thought-btn:disabled{opacity:.6;cursor:not-allowed;background:#cbd5e0;box-shadow:none}.info-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#1a202c99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:20px;animation:fadeIn .2s ease-out}.info-card{background:#fff;border-radius:20px;padding:30px;max-width:400px;box-shadow:0 10px 40px #0003;border:1px solid #e2e8f0}.info-card h3{margin:0 0 15px;color:#2388ff;font-size:1.25rem}.info-card p{color:#4a5568;line-height:1.6;margin-bottom:25px}.close-info{width:100%;padding:12px;background:linear-gradient(45deg,#3fd6d1,#2388ff);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:transform .2s}.close-info:hover{transform:translateY(-2px)}.visual-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.reeds{position:absolute;bottom:0;left:0;width:100%;height:80px;background-image:linear-gradient(0deg,rgba(27,94,32,.4) 0%,transparent 100%);opacity:.3}.background-ambience{position:absolute;bottom:20px;right:20px;opacity:.4;color:#fff;pointer-events:none;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.wind-icon{animation:sway 6s ease-in-out infinite}@keyframes sway{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(10px) rotate(5deg)}}.ocd-bdd-container{width:100%;height:100%;display:flex;justify-content:center;padding:40px 20px;background:radial-gradient(circle at top left,#f1f5f9,#fff);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;font-family:Inter,sans-serif;animation:fadeInBg 1s ease-out forwards}@keyframes fadeInBg{0%{opacity:0}to{opacity:1}}.ocd-bdd-container::-webkit-scrollbar{display:none}.ocd-bdd-card{max-width:720px;width:100%;padding:20px}.fade-up{animation:fadeUp .6s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ocd-bdd-badge{display:inline-flex;align-items:center;gap:8px;background:#3fd6d11a;border:1px solid rgba(63,214,209,.2);color:#26c6da;border-radius:100px;padding:8px 16px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px}.ocd-bdd-badge-dot{width:8px;height:8px;background:#26c6da;border-radius:50%;box-shadow:0 0 10px #26c6da66}.ocd-bdd-h1{font-size:38px;font-weight:800;color:#0f172a;margin-bottom:16px;line-height:1.1;letter-spacing:-.02em}.ocd-bdd-h1 em{font-style:normal;color:#26c6da;position:relative;display:inline-block}.ocd-bdd-subtitle{font-size:17px;color:#475569;line-height:1.6;margin-bottom:40px}.ocd-bdd-info-box{border-radius:20px;padding:24px;margin-bottom:20px;border:1px solid;transition:transform .3s ease}.ocd-bdd-info-box:hover{transform:translateY(-2px)}.ocd-theme{background:#3fd6d10a;border-color:#3fd6d11f}.bdd-theme{background:#2388ff0a;border-color:#2388ff1f}.ocd-bdd-info-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.ocd-bdd-icon{font-size:24px}.ocd-bdd-info-label{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.ocd-theme .ocd-bdd-info-label{color:#0891b2}.bdd-theme .ocd-bdd-info-label{color:#2563eb}.ocd-bdd-info-text{font-size:15px;color:#334155;line-height:1.7}.ocd-bdd-strong{color:#0f172a;font-weight:700}.ocd-bdd-example-text{font-size:14px;color:#64748b;margin-top:12px;line-height:1.6;padding-left:12px;border-left:2px solid rgba(0,0,0,.05)}.ocd-bdd-check-section{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:28px;margin-top:40px;box-shadow:0 10px 30px #00000008}.ocd-bdd-check-title{font-size:16px;color:#475569;line-height:1.6;margin-bottom:20px}.ocd-bdd-strong-alt{display:block;color:#0f172a;font-size:18px;font-weight:700;margin-bottom:8px}.ocd-bdd-choices{display:flex;flex-direction:column;gap:14px}.ocd-bdd-choice-item{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:16px;border:1px solid #f1f5f9;background:#f8fafc;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.ocd-bdd-choice-item:hover{border-color:#cbd5e1;background:#f1f5f9;transform:scale(1.01)}.ocd-bdd-choice-item.selected{border-color:#26c6da;background:#3fd6d114;box-shadow:0 4px 12px #26c6da1a}.ocd-bdd-checkbox{width:24px;height:24px;border-radius:8px;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:transparent;transition:all .3s;background:#fff}.selected .ocd-bdd-checkbox{background:#26c6da;border-color:#26c6da;color:#fff;transform:rotate(360deg)}.ocd-bdd-choice-label{font-size:15px;font-weight:600;color:#1e293b}.selected .ocd-bdd-choice-label{color:#0891b2}.ocd-bdd-choice-sub{font-size:13px;color:#64748b;margin-top:2px}.ocd-bdd-no-notice{margin-top:20px;padding:16px 20px;background:#fffbeb;border:1px solid #fde68a;border-radius:16px;font-size:14px;color:#92400e;line-height:1.6}.ocd-bdd-btn-primary{width:100%;padding:18px;background:linear-gradient(45deg,#3fd6d1,#2388ff);color:#fff;border:none;border-radius:16px;font-size:17px;font-weight:700;cursor:pointer;margin-top:32px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 20px #06b6d433}.ocd-bdd-btn-primary:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 30px #06b6d44d}.ocd-bdd-btn-primary:active:not(:disabled){transform:translateY(-1px)}.ocd-bdd-btn-primary:disabled{opacity:.4;cursor:not-allowed;background:#94a3b8;box-shadow:none}.ocd-bdd-btn-ghost{width:100%;padding:14px;background:transparent;color:#64748b;border:1px solid #e2e8f0;border-radius:16px;font-size:15px;font-weight:500;cursor:pointer;margin-top:16px;transition:all .2s}.ocd-bdd-btn-ghost:hover{background:#fff;border-color:#cbd5e1;color:#334155}.ocd-bdd-sections-preview{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.ocd-bdd-preview-item{display:flex;gap:18px;padding:20px;background:#fff;border-radius:20px;border:1px solid #f1f5f9;box-shadow:0 4px 12px #00000005;transition:transform .3s}.ocd-bdd-preview-item:hover{transform:translate(10px);border-color:#e2e8f0}.ocd-bdd-preview-icon{font-size:28px}.ocd-bdd-preview-title{font-weight:700;font-size:18px;color:#0f172a;margin-bottom:4px}.ocd-bdd-preview-desc{font-size:14px;color:#475569;line-height:1.5}.ocd-bdd-step-indicators{display:flex;gap:10px;margin-bottom:32px}.ocd-bdd-step-dot{height:6px;flex:1;border-radius:3px;background:#f1f5f9;transition:all .4s ease}.ocd-bdd-step-dot.active{background:#26c6da;box-shadow:0 0 10px #26c6da4d}.ocd-bdd-step-dot.done{background:#2388ff4d}.ocd-bdd-section-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#0891b2;margin-bottom:8px}.ocd-bdd-section-title{font-size:28px;font-weight:800;color:#0f172a;margin-bottom:12px}.ocd-bdd-section-desc{font-size:16px;color:#475569;margin-bottom:32px}.ocd-bdd-question-block{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.ocd-bdd-q-number{font-size:13px;font-weight:800;color:#26c6da;display:block;margin-bottom:8px}.ocd-bdd-question-text{font-size:17px;color:#1e293b;margin-bottom:20px;line-height:1.5;font-weight:500}.ocd-bdd-options-row{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:480px){.ocd-bdd-options-row{grid-template-columns:repeat(4,1fr)}}.ocd-bdd-option-btn{padding:14px 10px;border-radius:14px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.ocd-bdd-option-btn:hover{border-color:#cbd5e1;background:#f8fafc;transform:scale(1.02)}.ocd-bdd-option-btn.selected{background:#26c6da;border-color:#26c6da;color:#fff;font-weight:700;box-shadow:0 4px 12px #26c6da4d}.ocd-bdd-bdd-item{display:flex;align-items:flex-start;gap:16px;padding:18px;border-radius:16px;border:1px solid #f1f5f9;background:#fff;margin-bottom:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px #00000003}.ocd-bdd-bdd-item:hover{border-color:#cbd5e1;background:#f8fafc;transform:translate(5px)}.ocd-bdd-bdd-item.checked{background:#2388ff0d;border-color:#2388ff4d;box-shadow:0 4px 12px #2563eb14}.ocd-bdd-checkbox-round{width:24px;height:24px;border-radius:50%;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:transparent;transition:all .3s;margin-top:2px;background:#fff}.checked .ocd-bdd-checkbox-round{background:#2388ff;border-color:#2388ff;color:#fff;transform:scale(1.1)}.ocd-bdd-bdd-text{font-size:16px;color:#334155;line-height:1.6}.checked .ocd-bdd-bdd-text{color:#0f172a;font-weight:600}.ocd-bdd-divider{height:1px;background:#e2e8f0;margin:32px 0}.ocd-bdd-small-label{font-size:14px;color:#64748b;margin-bottom:16px}.ocd-bdd-small-label strong{color:#334155}.ocd-bdd-factors-grid{display:flex;flex-direction:column;gap:12px}.ocd-bdd-factor-item{display:flex;gap:16px;padding:16px;background:#fff;border:1px solid #f1f5f9;border-radius:16px;transition:all .2s}.ocd-bdd-factor-item:hover{border-color:#cbd5e1}.ocd-bdd-factor-icon{font-size:22px}.ocd-bdd-factor-title{font-size:15px;font-weight:700;color:#2563eb;margin-bottom:4px}.ocd-bdd-factor-desc{font-size:13px;color:#475569;line-height:1.6}.ocd-bdd-result-header{text-align:center;padding-bottom:32px;border-bottom:1px solid #f1f5f9;margin-bottom:32px}.ocd-bdd-result-icon{font-size:54px;margin-bottom:16px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.ocd-bdd-result-h1{font-size:28px;font-weight:800;color:#0f172a;margin-bottom:8px;letter-spacing:-.01em}.ocd-bdd-result-subtitle{font-size:16px;color:#64748b}.ocd-bdd-score-summary{display:flex;gap:16px;margin-top:24px}.ocd-bdd-score-pill{flex:1;background:#fff;padding:16px;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 4px 6px #00000005}.ocd-bdd-num{font-size:36px;font-weight:800;color:#0f172a;display:block;line-height:1;margin-bottom:4px}.ocd-bdd-num-total{font-size:16px;color:#cbd5e1}.ocd-bdd-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8}.ocd-bdd-result-card{border-radius:24px;padding:24px;margin-bottom:20px;border:1px solid;box-shadow:0 4px 12px #00000005}.ocd-active .ocd-bdd-card-title{color:#0891b2}.bdd-active .ocd-bdd-card-title{color:#2563eb}.low .ocd-bdd-card-title{color:#94a3b8}.ocd-bdd-level-bar-wrap{height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;margin-bottom:12px}.ocd-bdd-level-bar{height:100%;transition:width 1s ease}.ocd-active .ocd-bdd-level-bar{background:#26c6da}.bdd-active .ocd-bdd-level-bar{background:#2388ff}.low .ocd-bdd-level-bar{background:#cbd5e0}.ocd-bdd-card-desc{font-size:16px;line-height:1.7;color:#334155}.ocd-bdd-next-steps{background:#f0f9ff;border:1px solid #bae6fd;border-radius:20px;padding:24px;margin-top:12px}.ocd-bdd-next-steps-title{display:block;color:#0369a1;font-size:18px;font-weight:700;margin-bottom:8px}.ocd-bdd-disclaimer{background:#fffbeb;border:1px solid #fef3c7;border-radius:16px;padding:18px;margin-top:32px;font-size:13px;color:#b45309;line-height:1.6}.ocd-bdd-btn-retake{width:100%;padding:16px;background:#fff;color:#475569;border:1px solid #e2e8f0;border-radius:16px;font-size:16px;font-weight:700;cursor:pointer;margin-top:32px;transition:all .2s}.ocd-bdd-btn-retake:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b}@media(max-width:640px){.ocd-bdd-h1{font-size:28px}.ocd-bdd-subtitle{font-size:15px}.ocd-bdd-info-box{padding:16px}.ocd-bdd-check-section{padding:20px}.ocd-bdd-options-row{gap:8px}.ocd-bdd-option-btn{padding:10px 6px;font-size:13px}}.header{width:100%;padding:10px 0;background-color:var(--bg-white);position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000000d}.header-container{max-width:1400px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;position:relative}.logo{display:flex;align-items:center;gap:12px}.logo-image{width:40px;height:40px;border-radius:100%}.logo-text{font-family:var(--font-nunito);font-weight:600;font-size:27.5px;color:var(--text-black)}.nav{display:flex;align-items:center;gap:40px}.nav-link{font-family:var(--font-nunito);font-weight:400;font-size:18.9px;color:var(--text-dark);transition:color .3s ease}.nav-link:hover,.nav-link.active{color:#2388ff;font-weight:700}.auth-buttons{display:flex;align-items:center;gap:16px}.btn-login,.btn-signin{font-family:var(--font-nunito);font-weight:600;font-size:16.8px;padding:10px 24px;border-radius:8px;transition:all .3s ease;cursor:pointer}.btn-login{background-color:transparent;color:var(--text-dark);border:none}.btn-login:hover{background-color:#f5f5f5}.btn-signin{background:linear-gradient(42.91deg,#3fd6d1 -37.89%,#d9e6f2 112.92%);color:var(--text-dark);border:none}.btn-signin:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3fd6d14d}.mobile-menu-icon{display:none;font-size:24px;cursor:pointer;color:#222}.mobile-menu{display:none}.auth-section{display:flex;align-items:center}.profile-wrapper{position:relative}.profile-card{display:flex;align-items:center;gap:10px;background:transparent;padding:4px 8px;border-radius:8px;cursor:pointer;transition:all .2s ease}.profile-card:hover{background-color:#0000000d}.profile-avatar-container{display:flex;align-items:center;position:relative}.profile-avatar{width:32px;height:32px;background:#f0f0f0;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.profile-avatar img{width:100%;height:100%;object-fit:cover}.status-dot{position:absolute;bottom:-1px;right:-1px;width:9px;height:9px;background-color:#4ade80;border:2px solid #fff;border-radius:50%;z-index:2}.profile-info{display:flex;flex-direction:column}.profile-name{font-family:var(--font-nunito);font-weight:700;font-size:15px;color:var(--text-black);line-height:1}.profile-settings-icon{color:#64748b;font-size:12px;display:flex;align-items:center;margin-left:2px}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:200px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;padding:8px;display:flex;flex-direction:column;gap:2px;z-index:1100;border:1px solid #f1f1f1;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;text-decoration:none;color:#475569;font-family:var(--font-nunito);font-size:14px;font-weight:600;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer}.dropdown-item:hover{background-color:#f8fafc;color:#2388ff}.item-icon{font-size:16px;color:#64748b;transition:color .2s ease}.dropdown-item:hover .item-icon{color:#2388ff}.dropdown-divider{height:1px;background-color:#f1f5f9;margin:4px 0}.logout-item{color:#ef4444}.logout-item:hover{background-color:#fef2f2;color:#dc2626}.logout-item:hover .item-icon{color:#dc2626}@media(max-width:768px){.header-container{padding:0 20px}.nav,.auth-section{display:none}.mobile-menu-icon{display:block;z-index:2000}.logo-text{font-size:22px}.mobile-menu{position:fixed;top:0;right:0;height:100vh;width:280px;background:#fff;box-shadow:-10px 0 30px #00000014;display:flex;flex-direction:column;padding:80px 28px 30px;transform:translate(100%);transition:transform .35s ease;z-index:1500}.mobile-menu.active{transform:translate(0)}.mobile-menu a{font-family:var(--font-nunito);font-size:18px;font-weight:600;color:#111;text-decoration:none;padding:10px 0}.mobile-menu a:hover{color:#2388ff}.mobile-buttons{margin-top:25px;display:flex;flex-direction:column;gap:12px}.mobile-buttons .btn-login,.mobile-buttons .btn-signin{width:100%;font-size:15px;padding:10px}.btn-login{color:#111}}.footer-section{width:100%;background:#bff5f2;padding-top:50px;padding-bottom:0}.footer-container{max-width:1400px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1.2fr 1fr 1fr 1.5fr 1.2fr;align-items:center;gap:40px}.footer-logo{display:flex;flex-direction:column;gap:8px;align-items:center}.footer-logo-img{width:60px;display:block;margin:0 auto;border-radius:100%}.footer-logo-text{font-family:Nunito;font-weight:600;font-size:27.5px;color:#000;margin:0}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links p{font-family:Inter;font-size:15.33px;color:#000;margin:0;cursor:pointer;transition:.2s ease}.footer-links p:hover{opacity:.6}.footer-rating img{width:180px}.footer-cta{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-button{background:#29c5f6;border:none;padding:10px 22px;border-radius:8px;font-family:Inter;font-size:15px;color:#fff;cursor:pointer;transition:.3s ease}.footer-button:hover{transform:translateY(-2px)}.footer-pricing{font-family:Inter;font-size:15px;color:#000}.footer-bottom{margin-top:50px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.footer-bottom-left{background:linear-gradient(90deg,#29c5f6,#2388ff);padding:14px 30px;border-radius:0 105px 0 0;display:flex;justify-content:flex-start;transform:translateY(-3px)}.footer-bottom-center{background:#bff5f2;padding:12px 30px}.footer-bottom-right{background:linear-gradient(90deg,#29c5f6,#2388ff);padding:14px 30px;border-radius:105px 0 0;display:flex;justify-content:flex-end;transform:translateY(-3px)}.footer-bottom p{font-family:Inter;font-size:15.33px;margin:0;color:#fff;cursor:pointer}.footer-social{display:flex;gap:18px;font-size:16px;color:#000}.footer-social svg{cursor:pointer;transition:.3s ease}.footer-social svg:hover{transform:scale(1.2)}@media(max-width:1100px){.footer-container{grid-template-columns:1fr 1fr 1fr;gap:32px}.footer-rating{grid-column:span 3;display:flex;justify-content:center}.footer-cta{grid-column:span 3;align-items:center}}@media(max-width:768px){.footer-section{padding-top:40px}.footer-container{padding:0 24px;grid-template-columns:1fr 1fr;gap:28px;text-align:center}.footer-logo{grid-column:span 2;align-items:center}.footer-links{align-items:center}.footer-rating{grid-column:span 2;display:flex;justify-content:center}.footer-rating img{width:160px}.footer-cta{grid-column:span 2;align-items:center}.footer-bottom{margin-top:36px;grid-template-columns:1fr auto 1fr}.footer-bottom-left,.footer-bottom-right{padding:12px 18px}.footer-bottom p{font-size:13px}.footer-bottom-center{padding:10px 18px}.footer-social{gap:14px;font-size:15px}}@media(max-width:480px){.footer-container{padding:0 16px;grid-template-columns:1fr;gap:24px}.footer-logo{grid-column:span 1}.footer-logo-text{font-size:22px}.footer-logo-img{width:50px}.footer-links{align-items:center}.footer-links p{font-size:14px}.footer-rating{grid-column:span 1}.footer-rating img{width:140px}.footer-cta{grid-column:span 1;align-items:center}.footer-bottom{margin-top:30px}.footer-bottom-left,.footer-bottom-right{padding:11px 12px;border-radius:0 60px 0 0}.footer-bottom-right{border-radius:60px 0 0}.footer-bottom p{font-size:11.5px}.footer-bottom-center{padding:9px 12px}.footer-social{gap:12px;font-size:14px}}@media(max-width:360px){.footer-bottom p{font-size:10.5px}.footer-bottom-left,.footer-bottom-right{padding:10px 8px}}.auth-page{font-family:var(--font-nunito);min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f4f5f9;padding:40px 20px}.auth-card{background:#fff;border-radius:16px;border:1px solid #e8eaed;box-shadow:0 4px 24px #00000012;padding:48px 44px;width:100%;max-width:440px}.auth-logo-img{width:36px;height:36px;object-fit:contain;border-radius:100%}.auth-logo{display:flex;align-items:center;gap:8px;margin-bottom:32px;text-decoration:none}.auth-logo-icon{width:34px;height:34px;border-radius:100%;background:linear-gradient(135deg,#3fd6d1,#2388ff);display:flex;align-items:center;justify-content:center;font-size:17px}.auth-logo-name{font-weight:800;font-size:16px;color:#0e1520}.auth-heading{font-weight:800;font-size:26px;color:#0e1520;margin:0 0 6px}.auth-sub{font-size:14px;color:#8a94a0;margin:0 0 28px}.auth-social-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:11px 16px;background:#fff;border:1.5px solid #e8eaed;border-radius:9px;font-family:var(--font-nunito);font-size:14px;font-weight:700;color:#0e1520;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.auth-social-btn:hover{border-color:#c8cacd;box-shadow:0 2px 8px #0000000f}.auth-social-icon{font-size:17px}.auth-divider{display:flex;align-items:center;gap:10px;margin:20px 0}.auth-divider-line{flex:1;height:1px;background:#e8eaed}.auth-divider-text{font-size:12px;font-weight:600;color:#c0c6ce}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-field{display:flex;flex-direction:column;gap:5px}.auth-field-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.auth-label{font-size:13px;font-weight:700;color:#3a4250}.auth-input-wrap{position:relative}.auth-input{width:100%;padding:10px 14px;background:#f8f9fb;border:1.5px solid #e8eaed;border-radius:9px;font-family:var(--font-nunito);font-size:14px;color:#0e1520;outline:none;transition:border-color .2s ease,background .2s ease;box-sizing:border-box}.auth-input::placeholder{color:#c0c6ce}.w-full{width:100%!important}.phone-input-container .form-control{width:100%!important;background:#f8f9fb!important;height:42px!important;border:1.5px solid #e8eaed!important;border-radius:9px!important;font-family:inherit!important;font-size:14px!important}.phone-input-container .flag-dropdown{background:#f8f9fb!important;border:1.5px solid #e8eaed!important;border-right:none!important;border-radius:9px 0 0 9px!important}.auth-input:focus{border-color:#3fd6d1;background:#fff;box-shadow:0 0 0 3px #3fd6d11a}.auth-eye-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:15px;padding:0;opacity:.4;transition:opacity .2s}.auth-eye-btn:hover{opacity:.7}.auth-forgot{text-align:right;margin-top:-4px}.auth-forgot a{font-size:13px;font-weight:600;color:#3fd6d1;text-decoration:none}.auth-forgot a:hover{text-decoration:underline}.auth-checkbox-wrap{display:flex;align-items:flex-start;gap:9px;cursor:pointer}.auth-checkbox{width:16px;height:16px;accent-color:#3FD6D1;margin-top:2px;flex-shrink:0;cursor:pointer}.auth-checkbox-label{font-size:13px;color:#8a94a0;line-height:1.5}.auth-checkbox-label a{color:#3fd6d1;font-weight:700;text-decoration:none}.auth-checkbox-label a:hover{text-decoration:underline}.auth-submit-btn{width:100%;padding:12px;background:linear-gradient(42.91deg,#3fd6d1 -37.89%,#2388ff 112.92%);color:#fff;font-family:var(--font-nunito);font-weight:700;font-size:15px;border:none;border-radius:9px;cursor:pointer;transition:opacity .2s ease,transform .2s ease;margin-top:4px}.auth-submit-btn:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.auth-submit-btn:disabled{opacity:.5;cursor:not-allowed}.auth-strength{margin-top:6px}.auth-strength-bars{display:flex;gap:4px;margin-bottom:4px}.auth-strength-bar{flex:1;height:3px;border-radius:4px;background:#e8eaed;transition:background .3s ease}.auth-strength-bar.active-weak{background:#f87171}.auth-strength-bar.active-fair{background:#fb923c}.auth-strength-bar.active-good{background:#facc15}.auth-strength-bar.active-strong{background:#3fd6d1}.auth-strength-text{font-size:11.5px;font-weight:600;color:#8a94a0}.auth-switch{text-align:center;margin-top:22px;font-size:13.5px;color:#8a94a0}.auth-switch a{font-weight:700;color:#3fd6d1;text-decoration:none;margin-left:4px}.auth-switch a:hover{text-decoration:underline}@media(max-width:520px){.auth-card{padding:36px 24px}.auth-field-row{grid-template-columns:1fr}}@media(max-width:380px){.auth-card{padding:28px 18px}.auth-heading{font-size:22px}}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:16px;height:11px;background-image:url(data:image/png;base64,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)}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .fr,.react-tel-input .bl,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .nl,.react-tel-input .bq{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;margin-top:0!important;margin-bottom:0!important;padding-left:48px;margin-left:0;background:#fff;border:1px solid #CACACA;border-radius:5px;line-height:25px;height:35px;width:300px;outline:none}.react-tel-input .form-control.invalid-number{border:1px solid #d79f9f;background-color:#faf0f0;border-left-color:#cacaca}.react-tel-input .form-control.invalid-number:focus{border:1px solid #d79f9f;border-left-color:#cacaca;background-color:#faf0f0}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0}.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background-color:#fff}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px #00000059;background-color:#fff;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover,.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;white-space:nowrap}.subscription-overlay{font-family:var(--font-nunito);min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;padding:80px 20px;background:#fbfbfc;overflow:hidden}.subscription-blob{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none;z-index:0;opacity:.6}.subscription-blob-1{width:500px;height:500px;background:#3fd6d126;top:-100px;left:-100px}.subscription-blob-2{width:400px;height:400px;background:#2388ff1a;bottom:-50px;right:5%}.subscription-blob-3{width:300px;height:300px;background:#3fd6d11a;top:20%;right:-50px}.subscription-container{position:relative;z-index:1;width:100%;max-width:900px;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.subscription-header{text-align:center;max-width:750px}.main-title{font-weight:800;font-size:2.5rem;line-height:1.15;margin-bottom:1rem;color:#0e1520}.main-subtitle{font-size:1.1rem;line-height:1.6;color:#55616f;max-width:500px;margin:0 auto}.plans-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;width:100%;max-width:850px;margin:0 auto}@media(max-width:680px){.plans-wrapper{grid-template-columns:1fr;max-width:400px}}.plan-card{position:relative;background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);border-radius:28px;padding:40px 32px;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #00000008}.plan-card:hover{transform:translateY(-12px);box-shadow:0 20px 60px #3fd6d11f;border-color:#3fd6d14d}.plan-type{font-weight:700;font-size:14px;letter-spacing:2px;text-transform:uppercase;color:#3fd6d1;margin-bottom:2rem}.plan-price{margin-bottom:2rem;display:flex;align-items:flex-start;gap:4px}.plan-price .currency{font-size:2rem;font-weight:700;color:#0e1520;margin-top:8px}.plan-price .amount{font-size:3.5rem;font-weight:800;color:#0e1520;line-height:1;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.plan-price .period{font-size:1rem;color:#8a94a0;margin-left:6px;margin-top:1.8rem}.plan-desc{font-size:1.1rem;line-height:1.65;color:#55616f;margin-bottom:2.5rem}.feature-divider{height:1px;background:#0000000f;width:100%;margin-bottom:2.5rem}.plan-features{list-style:none;padding:0;margin:0 0 3.5rem;display:flex;flex-direction:column;gap:1.5rem}.plan-features li{display:flex;align-items:center;gap:12px;font-size:1.1rem;color:#3a4250;font-weight:500}.plan-features li.disabled{color:#c0c6ce}.check-icon-success{color:#10b981;flex-shrink:0;filter:drop-shadow(0 0 2px rgba(16,185,129,.2))}.check-icon-premium{color:#3fd6d1;flex-shrink:0;filter:drop-shadow(0 0 2px rgba(63,214,209,.2))}.check-icon{color:#3fd6d1;flex-shrink:0}.x-icon{color:#94a3b8;flex-shrink:0;opacity:.8}.premium-card{border-color:#3fd6d166}.premium-card:before{content:"";position:absolute;inset:-2px;border-radius:34px;padding:2px;background:var(--primary-gradient);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;opacity:.5}.best-choice-badge{position:absolute;top:-18px;right:48px;background:var(--primary-gradient);color:#fff;padding:8px 18px;border-radius:50px;font-size:.85rem;font-weight:700;letter-spacing:.5px;box-shadow:0 8px 20px #3fd6d14d;text-transform:uppercase}.plan-btn{margin-top:auto;padding:1.25rem 2.5rem;border-radius:14px;font-size:1.1rem;font-weight:700;text-align:center;transition:all .3s ease;cursor:pointer;border:none;font-family:var(--font-nunito)}.btn-outline{background:transparent;border:2.5px solid #3FD6D1;color:#3fd6d1;box-shadow:0 0 #3fd6d100}.btn-outline:hover{background:#3fd6d1;color:#fff;transform:translateY(-2px) scale(1.02);box-shadow:0 8px 20px #3fd6d133}.btn-outline:active{transform:translateY(0) scale(.98)}.btn-close-text{background:#00000008;border:1px solid rgba(0,0,0,.05);color:#55616f;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin:0 .75rem;padding:12px 28px;border-radius:50px;display:inline-flex;align-items:center;justify-content:center}.btn-close-text:hover{background:#fff;color:#3fd6d1;border-color:#3fd6d1;transform:translateY(-2px);box-shadow:0 4px 12px #3fd6d11a}.paypal-button-container{margin-top:auto;transition:transform .3s ease,filter .3s ease;filter:drop-shadow(0 4px 8px rgba(0,0,0,.04))}.paypal-button-container:hover{transform:translateY(-4px);filter:drop-shadow(0 8px 16px rgba(0,0,0,.08))}.subscription-overlay.page-version{min-height:calc(100vh - 80px);padding-top:60px}.status-toast{position:fixed;top:100px;right:40px;padding:16px 24px;border-radius:12px;background:#fff;box-shadow:0 10px 40px #0000001a;display:flex;align-items:center;gap:12px;z-index:10000;font-weight:600}.status-toast.success{border-left:4px solid #3FD6D1;color:#0e1520}.status-toast.error{border-left:4px solid #ff4d4d;color:#ff4d4d}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.loading-title{font-size:1.8rem;font-weight:700;color:#0e1520;animation:pulse 2s infinite ease-in-out}.loading-spinner{width:64px;height:64px;border:4px solid rgba(63,214,209,.1);border-top:4px solid #3FD6D1;border-radius:50%;animation:rotate 1s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.premium-active-status{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;padding:2rem;background:#3fd6d10d;border-radius:20px;border:1px solid rgba(63,214,209,.2)}.premium-badge{display:flex;align-items:center;gap:12px;background:var(--primary-gradient);color:#fff;padding:12px 24px;border-radius:50px;font-weight:800;font-size:1.1rem;box-shadow:0 8px 20px #3fd6d14d}.premium-badge .crown-icon{color:gold;fill:gold;filter:drop-shadow(0 0 4px rgba(255,215,0,.4))}.premium-active-status p{color:#55616f;font-size:.95rem;line-height:1.5;margin:0}.premium-active-status .btn-primary{background:var(--primary-gradient);color:#fff;border:none;width:100%}.premium-active-status .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3fd6d133}@media(max-width:900px){.plans-wrapper{grid-template-columns:1fr;max-width:500px}.main-title{font-size:2.5rem}}@media(max-width:600px){.subscription-overlay{padding:60px 16px}.plan-card{padding:40px 24px}.main-title{font-size:2rem}.plan-price .amount{font-size:4rem}}.home{width:100%;min-height:100vh}.hero-section{position:relative;min-height:calc(100vh - 80px);background-image:url(/assets/bg-7b2k0nnn.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:60px 0;overflow:hidden}.hero-container{max-width:1400px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-left{display:flex;flex-direction:column;gap:24px}.hero-badge{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:8px 16px;background-color:#fffc;border-radius:20px;box-shadow:0 2px 8px #00000014}.hero-badge svg{width:16px;height:16px;flex-shrink:0}.hero-badge span{font-family:var(--font-inter);font-weight:500;font-size:13.65px;color:var(--text-dark)}.hero-heading{font-family:var(--font-nunito);font-weight:600;font-size:57.75px;line-height:1.2;color:var(--text-dark);margin:0}.gradient-text{background:linear-gradient(52.79deg,#3fd6d1 2.06%,#2388ff 138.91%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-family:var(--font-nunito);font-weight:400;font-size:15.75px;line-height:1.6;color:var(--text-gray);margin:0;max-width:550px}.hero-cta-button{width:fit-content;padding:14px 32px;font-family:var(--font-nunito);font-weight:400;font-size:16.8px;color:var(--text-black);background:linear-gradient(42.91deg,#3fd6d1 -37.89%,#d9e6f2 112.92%);border-radius:10px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3fd6d140}.hero-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3fd6d159}.hero-pricing{display:flex;align-items:center;gap:8px;margin-top:8px}.hero-pricing svg{width:18px;height:18px;flex-shrink:0}.hero-pricing span{font-family:var(--font-nunito);font-weight:400;font-size:14px;color:var(--text-dark)}.hero-right{display:flex;justify-content:center;align-items:center;margin-bottom:-100px}.hero-image-container{width:100%;max-width:600px;position:relative}.hero-image{width:100%;height:auto;border-radius:20px;transition:transform .3s ease}.hero-image:hover{transform:scale(1.02)}.trust-section1{width:100%;padding:40px 0;display:flex;justify-content:center;align-items:center}.trust-container{display:flex;align-items:center;gap:20px;padding:0;border-radius:60px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.trust-avatar{max-width:100%;height:auto}.logo-carousel{width:100%;overflow:hidden;padding:30px 0}.logo-track{display:flex;align-items:center;gap:60px;width:max-content;animation:scrollLogos 20s linear infinite}.logo-track img{width:116px;height:28px;object-fit:contain;opacity:.7;transition:opacity .3s ease;flex-shrink:0}.logo-track img:hover{opacity:1}@keyframes scrollLogos{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;gap:40px;padding:0 32px}.hero-heading{font-size:46px}.hero-image-container{max-width:100%}.hero-right{margin-bottom:0}.trust-container{padding:16px 32px}}@media(max-width:768px){.hero-section{padding:40px 0;min-height:auto}.hero-container{padding:0 20px;gap:32px}.hero-heading{font-size:34px}.hero-description{font-size:14.5px;max-width:100%}.hero-badge span{font-size:12.5px}.hero-cta-button{font-size:15px;padding:12px 28px}.hero-right{order:-1;margin-bottom:0}.trust-section1{padding:24px 16px}.trust-container{flex-direction:column;gap:12px;padding:16px 24px;text-align:center}.logo-track{gap:40px}.logo-track img{width:90px;height:22px}}@media(max-width:480px){.hero-container{padding:0 16px;gap:24px}.hero-heading{font-size:28px;line-height:1.3}.hero-description{font-size:14px}.hero-badge{padding:6px 12px}.hero-badge span{font-size:12px}.hero-cta-button{width:100%;text-align:center;font-size:15px;padding:13px 20px}.hero-pricing{justify-content:center}.trust-section1{padding:20px 12px}.logo-carousel{padding:20px 0}.logo-track{gap:30px;animation-duration:15s}.logo-track img{width:75px;height:18px}}@media(max-width:360px){.hero-heading{font-size:24px}.hero-cta-button{font-size:14px;padding:12px 16px}}.features-section{width:100%;padding:80px 0;background:linear-gradient(180deg,#fff,#f8fafb)}.features-container{max-width:1400px;margin:0 auto;padding:0 40px}.features-header{text-align:center;margin-bottom:60px}.features-subtitle{font-family:var(--font-nunito);font-weight:500;font-size:13.44px;color:var(--text-dark);margin:0 0 16px;text-transform:uppercase;letter-spacing:1px}.features-heading{font-family:var(--font-nunito);font-weight:500;font-size:47.25px;line-height:1.3;color:var(--text-dark);margin:0 0 20px}.features-description{font-family:var(--font-nunito);font-weight:400;font-size:15.33px;line-height:1.6;color:var(--text-dark);margin:0 auto;max-width:800px}.features-content{display:grid;grid-template-columns:380px 1fr;gap:40px;align-items:start}.features-tabs{display:flex;flex-direction:column;gap:12px}.tab-button{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fff;border:1px solid #E5E7EB;border-radius:12px;font-family:var(--font-nunito);font-weight:700;font-size:14.7px;color:var(--text-dark);cursor:pointer;transition:all .3s ease;text-align:left;width:100%}.tab-button:hover{border-color:#3fd6d1;transform:translate(4px)}.tab-button.active{background:linear-gradient(52.79deg,#3fd6d1 2.06%,#2388ff 138.91%);color:#fff;border-color:transparent;box-shadow:0 4px 16px #3fd6d14d}.tab-icon{font-size:20px;flex-shrink:0}.tab-text{flex:1;line-height:1.4}.features-tab-content{width:100%}.tab-inner-section{width:100%;background:#fff;border-radius:21px;border:1.05px solid rgba(0,0,0,.05);box-shadow:0 8px 32px #00000014;padding:50px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;transition:all .4s ease}.tab-inner-section:hover{box-shadow:0 12px 48px #0000001f;transform:translateY(-4px)}.tab-content-left{display:flex;flex-direction:column;gap:16px;justify-content:center}.tab-inner-heading{font-family:var(--font-nunito);font-weight:500;font-size:36.75px;line-height:1.3;color:var(--text-dark);margin:0}.tab-description,.tab-details{font-family:var(--font-nunito);font-weight:400;font-size:14.7px;line-height:1.6;color:var(--text-gray);margin:0}.tab-action-button{width:fit-content;padding:0;background:transparent;border:none;font-family:var(--font-nunito);font-weight:800;font-size:14.7px;background:linear-gradient(52.79deg,#3fd6d1 2.06%,#2388ff 138.91%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer;transition:all .3s ease;margin-top:8px}.tab-action-button:hover{opacity:.8;transform:translate(4px)}.tab-content-right{display:flex;align-items:center;justify-content:center}.tab-image{width:100%;max-width:432px;height:auto;object-fit:contain;border-radius:12px;transition:transform .3s ease}.tab-image:hover{transform:scale(1.02)}.accordion-list{display:none;flex-direction:column;gap:12px}.accordion-item{border:1px solid #E5E7EB;border-radius:14px;overflow:hidden;background:#fff;transition:box-shadow .3s ease,border-color .3s ease}.accordion-item.open{box-shadow:0 4px 20px #3fd6d133;border-color:#3fd6d1}.accordion-header{display:flex;align-items:center;gap:12px;padding:16px 18px;background:transparent;border:none;width:100%;text-align:left;cursor:pointer;font-family:var(--font-nunito);font-weight:700;font-size:14px;color:var(--text-dark);transition:background .3s ease,color .3s ease}.accordion-item.open .accordion-header{background:linear-gradient(52.79deg,#3fd6d1 2.06%,#2388ff 138.91%);color:#fff}.accordion-arrow{margin-left:auto;font-size:12px;flex-shrink:0;transition:transform .3s ease}.accordion-item.open .accordion-arrow{transform:rotate(180deg)}.accordion-body{max-height:0;overflow:hidden;transition:max-height .45s ease;padding:0 18px}.accordion-item.open .accordion-body{max-height:700px;padding:20px 18px}.accordion-image{width:100%;height:auto;border-radius:10px;margin-bottom:16px;object-fit:contain}.accordion-heading{font-family:var(--font-nunito);font-weight:500;font-size:20px;line-height:1.3;color:var(--text-dark);margin:0 0 10px}.accordion-description,.accordion-details{font-family:var(--font-nunito);font-weight:400;font-size:13.5px;line-height:1.6;color:var(--text-gray);margin:0 0 8px}.accordion-action-button{display:inline-block;margin-top:8px;padding:0;background:transparent;border:none;font-family:var(--font-nunito);font-weight:800;font-size:13.5px;background:linear-gradient(52.79deg,#3fd6d1 2.06%,#2388ff 138.91%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer}@media(max-width:1200px){.features-content{grid-template-columns:320px 1fr;gap:30px}.features-heading{font-size:40px}.tab-inner-section{padding:40px}.tab-inner-heading{font-size:30px}}@media(max-width:1024px){.features-container{padding:0 24px}.features-heading{font-size:36px}.tab-inner-heading{font-size:28px}.tab-inner-section{padding:32px}}@media(max-width:768px){.features-section{padding:50px 0}.features-container{padding:0 16px}.features-header{margin-bottom:32px}.features-heading{font-size:26px}.features-description{font-size:13.5px}.features-content{display:none}.accordion-list{display:flex}}@media(max-width:480px){.features-heading{font-size:22px}.accordion-header{font-size:13px;padding:14px}.accordion-heading{font-size:18px}.accordion-description,.accordion-details{font-size:13px}}.ep-page{background:#f4f5f9;display:flex;align-items:center;justify-content:center;font-family:var(--font-nunito);overflow:hidden}.ep-canvas{position:relative;width:1440px;height:700px}.ep-dot-grid{position:absolute;inset:0;z-index:0}.ep-text-panel{position:absolute;top:60px;left:60px;z-index:10}.ep-fade{opacity:0;transform:translateY(14px);transition:opacity .7s ease,transform .7s ease}.ep-fade.visible{opacity:1;transform:translateY(0)}.ep-fade.delay-0{transition-delay:.05s}.ep-fade.delay-1{transition-delay:.15s}.ep-fade.delay-2{transition-delay:.28s}.ep-fade.delay-3{transition-delay:.4s}.ep-tagline{color:#3fd6d1;font-size:15px;font-weight:400}.ep-heading{font-size:42px;font-weight:800;line-height:50px;color:#0e1520;margin-bottom:10px}.ep-description{font-size:17px;color:#55616f;font-weight:500;max-width:500px;margin-bottom:20px}.ep-btn{background:linear-gradient(42.91deg,#3fd6d1 -37.89%,#d9e6f2 112.92%);font-family:var(--font-nunito);font-weight:600;font-size:16.8px;padding:10px 24px;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease}.ep-btn:hover{box-shadow:0 6px 24px #3ecfcf73}.ep-svg-main{position:absolute;inset:0;z-index:5;overflow:visible}.ep-ghost-num{fill:#c5cad6;font-size:140px;font-weight:800;font-family:var(--font-nunito);opacity:0;-webkit-user-select:none;user-select:none;transition:opacity .9s ease}.ep-ghost-num.visible{opacity:.5}.ep-dash-line{stroke:#3ecfcf;stroke-width:1.5;stroke-dasharray:5,5;opacity:0;transition:opacity .6s ease}.ep-dash-line.visible{opacity:.55}.ep-curve-glow{fill:none;stroke:#3ecfcf33;stroke-width:18;stroke-linecap:round}.ep-curve-main{fill:none;stroke:#3ecfcf;stroke-width:2.8;stroke-linecap:round;stroke-dasharray:1300}.ep-node-group{opacity:0;transition:opacity .6s ease}.ep-node-group.visible{opacity:1}.ep-node-ring{fill:#3ecfcf21;transition:r .3s ease}.ep-node-bg{fill:#fff;cursor:pointer;filter:url(#nodeShadow)}.ep-node-dot{fill:#3ecfcf}.ep-label-title{font-size:17px;font-weight:800;color:#0e1520;margin-bottom:5px;font-family:var(--font-nunito)}.ep-label-desc{font-size:18px;color:#55616f;line-height:31px;font-family:var(--font-nunito)}.ep-mobile-layout{display:none;width:100%;padding:48px 20px;background:#f4f5f9;position:relative;overflow:hidden}.ep-mobile-dotgrid{position:absolute;inset:0;z-index:0;pointer-events:none}.ep-mobile-inner{position:relative;z-index:1;max-width:500px;margin:0 auto}.ep-mobile-text{text-align:center;margin-bottom:40px}.ep-mobile-text .ep-tagline{font-size:13px;margin-bottom:10px}.ep-mobile-text .ep-heading{font-size:28px;line-height:1.3;margin-bottom:12px}.ep-mobile-text .ep-description{font-size:14.5px;max-width:100%;margin-bottom:20px}.ep-mobile-text .ep-btn{font-size:15px;padding:10px 28px}.ep-mobile-steps{display:flex;flex-direction:column;gap:0}.ep-mobile-step{display:flex;gap:16px;align-items:flex-start}.ep-step-connector{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.ep-step-dot{width:40px;height:40px;border-radius:50%;background:#fff;border:2px solid #3ecfcf;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #3ecfcf40;flex-shrink:0}.ep-step-dot-inner{width:14px;height:14px;border-radius:50%;background:#3ecfcf}.ep-step-line{width:2px;flex:1;min-height:32px;background:repeating-linear-gradient(to bottom,#3ecfcf 0px,#3ecfcf 5px,transparent 5px,transparent 10px);margin:4px 0}.ep-mobile-step:last-child .ep-step-line{display:none}.ep-step-content{padding:4px 0 32px}.ep-step-num{font-size:60px;font-weight:800;color:#c5cad6;opacity:.5;line-height:1;margin-bottom:-8px;font-family:var(--font-nunito);-webkit-user-select:none;user-select:none}.ep-step-title{font-size:17px;font-weight:800;color:#0e1520;margin-bottom:6px;font-family:var(--font-nunito)}.ep-step-desc{font-size:14px;color:#55616f;line-height:1.65;font-family:var(--font-nunito)}.ep-mobile-step{opacity:0;transform:translate(-16px);transition:opacity .6s ease,transform .6s ease}.ep-mobile-step.visible{opacity:1;transform:translate(0)}.ep-mobile-step:nth-child(1){transition-delay:.1s}.ep-mobile-step:nth-child(2){transition-delay:.3s}.ep-mobile-step:nth-child(3){transition-delay:.5s}@media(min-width:769px){.ep-mobile-layout{display:none!important}}@media(max-width:768px){.ep-page{display:none}.ep-mobile-layout{display:block}}@media(max-width:480px){.ep-mobile-layout{padding:40px 16px}.ep-mobile-text .ep-heading{font-size:24px}.ep-mobile-text .ep-description{font-size:13.5px}.ep-step-title{font-size:15px}.ep-step-desc{font-size:13px}.ep-step-num{font-size:48px}}@media(max-width:360px){.ep-mobile-text .ep-heading{font-size:21px}}.trust-section-wrapper{width:100%;padding:60px 0;background:linear-gradient(180deg,#fff,#f9fafb)}.trust-main-container{max-width:1400px;margin:0 auto;padding:0 40px}.trust-section-header{text-align:center;margin-bottom:60px}.trust-section-subtitle{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:#fff;box-shadow:0 0 0 1px #eceff1;border-radius:24px;margin-bottom:16px;font-family:var(--font-inter);font-weight:500;font-size:13px;color:#252525;text-transform:uppercase;letter-spacing:1px;justify-content:center}.trust-section-heading{font-family:var(--font-nunito);font-weight:500;font-size:40px;line-height:1.3;color:var(--text-dark);margin:0}.trust-features-grid{display:grid;grid-template-columns:1fr 360px 1fr;gap:0 40px;align-items:center}.trust-col-left,.trust-col-right{display:flex;flex-direction:column;gap:32px}.trust-feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.trust-icon-wrapper{width:64px;height:64px;background:linear-gradient(135deg,#3fd6d1,#2388ff);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 16px #3fd6d14d;transition:all .3s ease}.trust-feature-item:hover .trust-icon-wrapper{transform:translateY(-4px) scale(1.05);box-shadow:0 8px 24px #3fd6d166}.trust-icon-img{width:32px;height:32px;object-fit:contain}.trust-feature-heading{font-family:var(--font-nunito);font-weight:800;font-size:17px;line-height:1.3;color:var(--text-dark);margin:0}.trust-feature-text{font-family:var(--font-nunito);font-weight:400;font-size:13.5px;line-height:1.5;color:var(--text-gray);margin:0;max-width:240px}.trust-image-wrapper{display:flex;justify-content:center;align-items:center}.trust-main-image-box{width:360px;height:580px;border-radius:32px;overflow:hidden;box-shadow:0 20px 60px #0003;transition:all .3s ease}.trust-main-image-box:hover{transform:scale(1.02);box-shadow:0 24px 72px #00000040}.trust-main-img{width:100%;height:100%;object-fit:cover}.trust-mobile-grid{display:none}@media(max-width:1100px){.trust-features-grid{grid-template-columns:1fr 300px 1fr;gap:0 28px}.trust-main-image-box{width:300px;height:520px}.trust-section-heading{font-size:34px}}@media(max-width:768px){.trust-section-wrapper{padding:48px 0}.trust-main-container{padding:0 16px}.trust-section-header{margin-bottom:32px}.trust-section-heading{font-size:26px}.trust-features-grid{display:none}.trust-mobile-grid{display:flex;flex-direction:column;gap:28px;align-items:center}.trust-mobile-image-box{width:100%;max-width:320px;height:400px;border-radius:24px;overflow:hidden;box-shadow:0 16px 48px #0000002e}.trust-mobile-image-box img{width:100%;height:100%;object-fit:cover}.trust-mobile-features{display:grid;grid-template-columns:1fr 1fr;gap:20px;width:100%}.trust-mobile-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.trust-mobile-item .trust-icon-wrapper{width:54px;height:54px;border-radius:14px}.trust-mobile-item .trust-icon-img{width:27px;height:27px}.trust-mobile-item .trust-feature-heading{font-size:14px}.trust-mobile-item .trust-feature-text{font-size:12.5px;max-width:100%;line-height:1.5}}@media(max-width:480px){.trust-section-heading{font-size:22px}.trust-mobile-image-box{max-width:280px;height:360px}.trust-mobile-features{gap:16px}.trust-mobile-item .trust-icon-wrapper{width:48px;height:48px}.trust-mobile-item .trust-icon-img{width:24px;height:24px}.trust-mobile-item .trust-feature-heading{font-size:13px}.trust-mobile-item .trust-feature-text{font-size:12px}}@media(max-width:360px){.trust-section-heading{font-size:20px}.trust-mobile-image-box{height:300px}}.testimonials-section{width:100%;padding:60px 0;background:linear-gradient(180deg,#f9fafb,#fff)}.testimonials-container{max-width:1400px;margin:0 auto;padding:0 40px}.testimonials-header{text-align:center;margin-bottom:60px}.testimonials-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;box-shadow:0 0 0 1.05px #eceff1;border-radius:24px;margin-bottom:24px}.testimonials-badge svg{width:16px;height:16px}.testimonials-badge span{font-family:var(--font-inter);font-weight:500;font-size:13.65px;color:#252525}.testimonials-heading{font-family:var(--font-nunito);font-weight:500;font-size:40px;line-height:1.3;color:var(--text-dark);margin:0}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;grid-auto-rows:auto}.testimonial-card{background:#fff;border-radius:20px;padding:28px;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;gap:16px;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.testimonial-rating{display:flex;gap:4px}.testimonial-star{font-size:18px;color:orange}.testimonial-quote{font-family:var(--font-nunito);font-weight:700;font-size:16px;line-height:1.4;color:var(--text-dark);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.testimonial-text{font-family:var(--font-nunito);font-weight:400;font-size:14px;line-height:1.6;color:var(--text-gray);margin:0;flex:1}.testimonial-tags{display:flex;gap:8px;flex-wrap:wrap}.testimonial-tag{font-family:var(--font-nunito);font-weight:600;font-size:13px;color:var(--text-dark);background:#3fd6d11a;padding:6px 12px;border-radius:20px;transition:all .2s ease}.testimonial-tag:hover{background:#3fd6d133}.testimonial-user{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid rgba(0,0,0,.08)}.testimonial-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(63,214,209,.3)}.testimonial-user-info{flex:1}.testimonial-name{font-family:var(--font-nunito);font-weight:700;font-size:14px;color:var(--text-dark);margin:0 0 4px}.testimonial-username{font-family:var(--font-nunito);font-weight:400;font-size:13px;color:var(--text-gray);margin:0}@media(max-width:1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.testimonials-section{padding:40px 0}.testimonials-container{padding:0 20px}.testimonials-header{margin-bottom:50px}.testimonials-heading{font-size:32px}.testimonials-grid{grid-template-columns:1fr;gap:20px}.testimonial-card{padding:24px}.testimonial-quote{font-size:15px}.testimonial-text{font-size:13px}}@media(max-width:480px){.testimonials-heading{font-size:26px}.testimonial-card{padding:20px}.testimonial-star{font-size:16px}.testimonial-avatar{width:40px;height:40px}.testimonial-quote{font-size:14px}}.faq-section{width:100%;padding:100px 0;background:#fff}.faq-container{max-width:1200px;margin:0 auto;padding:0 40px}.faq-header{text-align:center;margin-bottom:60px}.faq-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;box-shadow:0 0 0 1.05px #eceff1;border-radius:24px;margin-bottom:24px}.faq-badge svg{width:16px;height:16px}.faq-badge span{font-family:var(--font-inter);font-weight:500;font-size:13.65px;color:#252525}.faq-heading{font-family:var(--font-inter);font-weight:400;font-size:48.19px;line-height:1.2;color:#252525;margin:0}.faq-accordion{display:flex;flex-direction:column;gap:16px}.faq-item{background:#f8f9fa;border-radius:16px;overflow:hidden;transition:all .3s ease}.faq-item:hover{background:#f0f2f5}.faq-item.active{background:#fff;box-shadow:0 4px 16px #00000014}.faq-question-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:24px 28px;background:transparent;border:none;cursor:pointer;text-align:left;transition:all .3s ease}.faq-question-text{font-family:var(--font-nunito);font-weight:600;font-size:26.25px;line-height:1.3;color:#252525;flex:1;padding-right:20px}.faq-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3fd6d1,#2388ff);border-radius:50%;flex-shrink:0;transition:all .3s ease}.faq-icon-svg{color:#fff;transition:transform .3s ease}.faq-icon-svg.rotated{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer.open{max-height:500px;padding:0 28px 28px}.faq-answer-text{font-family:var(--font-nunito);font-weight:400;font-size:16px;line-height:1.6;color:var(--text-gray);margin:0}@media(max-width:768px){.faq-section{padding:60px 0}.faq-container{padding:0 20px}.faq-header{margin-bottom:40px}.faq-heading{font-size:32px}.faq-question-btn{padding:20px}.faq-question-text{font-size:20px;padding-right:12px}.faq-icon{width:32px;height:32px}.faq-answer.open{padding:0 20px 20px}.faq-answer-text{font-size:14px}.faq-accordion{gap:12px}}@media(max-width:480px){.faq-heading{font-size:26px}.faq-question-text{font-size:18px}.faq-badge{padding:6px 12px}.faq-badge span{font-size:12px}}.about-page{font-family:var(--font-nunito);overflow-x:hidden}.about-container{max-width:1300px;margin:0 auto;padding:0 40px}.about-reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.about-reveal.revealed{opacity:1;transform:translateY(0)}.about-section-heading{font-family:var(--font-nunito);font-weight:700;font-size:42px;line-height:1.25;color:#0e1520;margin:0 0 16px}.about-label{font-family:var(--font-nunito);font-weight:600;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;color:#3fd6d1;margin:0 0 12px}.about-body-text{font-size:16px;line-height:1.75;color:#55616f;margin:0 0 16px}.about-section-header{text-align:center;margin-bottom:56px}.about-gradient-text{background:linear-gradient(52.79deg,#3fd6d1 2.06%,#2388ff 138.91%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero{position:relative;background:linear-gradient(135deg,#f0fffe,#eaf4ff 60%,#f8f9fb);display:flex;align-items:center;overflow:hidden;padding:80px 40px}.about-blob{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0}.about-blob-1{width:500px;height:500px;background:#3fd6d12e;top:-100px;left:-100px}.about-blob-2{width:400px;height:400px;background:#2388ff1f;bottom:-80px;right:10%}.about-hero-inner{position:relative;z-index:1;max-width:640px;flex:1}.about-hero-badge{display:inline-flex;align-items:center;padding:7px 18px;background:#3fd6d11f;border:1px solid rgba(63,214,209,.35);border-radius:30px;margin-bottom:24px}.about-hero-badge span{font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#26b8b4}.about-hero-heading{font-family:var(--font-nunito);font-weight:800;font-size:54px;line-height:1.2;color:#0e1520;margin:0 0 24px}.about-hero-sub{font-size:17px;line-height:1.75;color:#55616f;margin:0 0 36px;max-width:560px}.about-hero-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.about-btn-primary{display:inline-block;padding:14px 32px;background:linear-gradient(42.91deg,#3fd6d1 -37.89%,#2388ff 112.92%);color:#fff;font-family:var(--font-nunito);font-weight:700;font-size:16px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 18px #3fd6d159}.about-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #3fd6d173}.about-btn-large{font-size:17px;padding:16px 40px}.about-btn-ghost{display:inline-block;padding:13px 28px;background:transparent;color:#0e1520;font-family:var(--font-nunito);font-weight:600;font-size:16px;border-radius:10px;border:1.5px solid #d1d5db;text-decoration:none;transition:all .3s ease}.about-btn-ghost:hover{border-color:#3fd6d1;color:#3fd6d1}.about-hero-cards{position:absolute;right:5%;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:18px;z-index:2}.about-float-card{background:#fff;border-radius:16px;padding:16px 22px;box-shadow:0 8px 30px #00000014;display:flex;align-items:center;gap:12px;min-width:220px;border:1px solid rgba(63,214,209,.15);animation:floatCard 4s ease-in-out infinite}.about-float-card-1{animation-delay:0s}.about-float-card-2{animation-delay:1.3s}.about-float-card-3{animation-delay:2.6s}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.afc-emoji{font-size:24px}.afc-text{font-size:14px;font-weight:600;color:#0e1520}.about-mission{padding:100px 0;background:#fff}.about-mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-mission-left .about-section-heading{font-size:38px}.about-mission-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.about-pill{padding:7px 16px;background:#f0fffe;border:1px solid rgba(63,214,209,.3);border-radius:30px;font-size:13.5px;font-weight:600;color:#26b8b4}.about-mission-right{display:flex;justify-content:center;align-items:center}.about-mission-visual{position:relative;width:320px;height:320px;display:flex;align-items:center;justify-content:center}.amv-ring{position:absolute;border-radius:50%;border:2px solid rgba(63,214,209,.25)}.amv-ring-1{width:320px;height:320px;animation:spin 20s linear infinite}.amv-ring-2{width:220px;height:220px;border-color:#2388ff33;animation:spin 12s linear infinite reverse}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.amv-center{position:relative;z-index:2;width:120px;height:120px;background:linear-gradient(135deg,#3fd6d1,#2388ff);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 12px 40px #3fd6d166}.amv-emoji{font-size:36px}.amv-label{font-size:11px;font-weight:700;color:#fff;margin:4px 0 0;text-align:center;letter-spacing:.5px}.amv-orbit-dot{position:absolute;width:14px;height:14px;border-radius:50%;background:#3fd6d1}.amv-dot-1{top:0;left:50%;transform:translate(-50%);animation:orbit 8s linear infinite}.amv-dot-2{top:50%;right:0;transform:translateY(-50%);animation:orbit 8s linear infinite 2.6s;background:#2388ff}.amv-dot-3{bottom:0;left:50%;transform:translate(-50%);animation:orbit 8s linear infinite 5.3s;background:#bff5f2}@keyframes orbit{0%{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}to{opacity:.3;transform:scale(.8)}}.about-stats{padding:80px 0;background:linear-gradient(135deg,#0e1520,#1a2a3a)}.about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.about-stat-card{text-align:center;padding:40px 20px;border-radius:20px;background:#ffffff0a;border:1px solid rgba(63,214,209,.15);transition:all .3s ease}.about-stat-card:hover{background:#3fd6d114;border-color:#3fd6d166;transform:translateY(-4px)}.asc-number{font-family:var(--font-nunito);font-size:52px;font-weight:800;background:linear-gradient(135deg,#3fd6d1,#2388ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:10px}.asc-label{font-size:15px;font-weight:500;color:#ffffffa6}.about-values{padding:100px 0;background:#f4f5f9}.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.about-value-card{background:#fff;border-radius:20px;padding:36px 28px;border:1px solid #e8eaed;transition:all .3s ease;animation:fadeUp .5s ease both}.about-value-card:hover{border-color:#3fd6d1;transform:translateY(-6px);box-shadow:0 12px 36px #3fd6d126}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.avc-icon{font-size:36px;display:block;margin-bottom:16px}.avc-title{font-family:var(--font-nunito);font-weight:700;font-size:19px;color:#0e1520;margin:0 0 10px}.avc-desc{font-size:14.5px;line-height:1.65;color:#55616f;margin:0}.about-timeline{padding:100px 0;background:#fff}.about-timeline-track{display:flex;flex-direction:column;gap:0;max-width:760px;margin:0 auto}.about-tl-item{display:grid;grid-template-columns:80px 40px 1fr;gap:0 20px;align-items:start}.about-tl-year{font-family:var(--font-nunito);font-weight:800;font-size:28px;color:#3fd6d1;text-align:right;padding-top:4px;line-height:1}.about-tl-connector{display:flex;flex-direction:column;align-items:center}.about-tl-dot{width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#3fd6d1,#2388ff);flex-shrink:0;margin-top:6px;box-shadow:0 0 0 4px #3fd6d133}.about-tl-line{width:2px;flex:1;min-height:60px;background:linear-gradient(to bottom,#3fd6d1,#3fd6d11a);margin:6px 0}.about-tl-content{padding:0 0 48px}.about-tl-title{font-family:var(--font-nunito);font-weight:700;font-size:20px;color:#0e1520;margin:4px 0 8px}.about-tl-desc{font-size:15px;line-height:1.65;color:#55616f;margin:0}.about-team{padding:100px 0;background:#f4f5f9}.about-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.about-team-card{background:#fff;border-radius:20px;padding:40px 24px;text-align:center;border:1px solid #e8eaed;transition:all .3s ease}.about-team-card:hover{border-color:#3fd6d1;transform:translateY(-6px);box-shadow:0 12px 36px #3fd6d126}.atc-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#3fd6d1,#2388ff);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:32px;box-shadow:0 6px 20px #3fd6d14d}.atc-name{font-family:var(--font-nunito);font-weight:700;font-size:17px;color:#0e1520;margin:0 0 6px}.atc-role{font-size:13.5px;color:#3fd6d1;font-weight:600;margin:0}.about-cta{position:relative;padding:100px 0;background:linear-gradient(135deg,#0e1520,#162030);overflow:hidden;text-align:center}.about-cta-blob{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(63,214,209,.15) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.about-cta-inner{position:relative;z-index:1}.about-cta-heading{font-family:var(--font-nunito);font-weight:800;font-size:46px;color:#fff;margin:0 0 20px;line-height:1.2}.about-cta-sub{font-size:17px;color:#ffffffa6;margin:0 0 36px}.about-cta-note{margin-top:20px;font-size:13.5px;color:#fff6}@media(max-width:1100px){.about-team-grid,.about-stats-grid,.about-values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.about-hero{flex-direction:column;min-height:auto;padding:80px 24px 60px;align-items:flex-start}.about-hero-cards{position:relative;right:auto;top:auto;transform:none;flex-direction:row;flex-wrap:wrap;margin-top:40px;gap:12px}.about-float-card{min-width:160px;animation:none}.about-hero-heading{font-size:40px}.about-mission-grid{grid-template-columns:1fr;gap:48px}.about-mission-right{order:-1}}@media(max-width:768px){.about-container{padding:0 20px}.about-section-heading{font-size:30px}.about-hero-heading{font-size:32px}.about-hero-sub{font-size:15px}.about-mission,.about-values,.about-timeline,.about-team,.about-cta{padding:70px 0}.about-cta-heading{font-size:32px}.about-stats{padding:60px 0}.about-stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.asc-number{font-size:40px}.about-mission-visual,.amv-ring-1{width:240px;height:240px}.amv-ring-2{width:160px;height:160px}}@media(max-width:600px){.about-values-grid{grid-template-columns:1fr}.about-team-grid{grid-template-columns:repeat(2,1fr)}.about-tl-item{grid-template-columns:60px 30px 1fr;gap:0 12px}.about-tl-year{font-size:22px}.about-hero-cards{flex-direction:column}.about-float-card{min-width:unset;width:100%}}@media(max-width:480px){.about-hero{padding:60px 16px 40px}.about-container{padding:0 16px}.about-hero-heading{font-size:26px}.about-section-heading{font-size:24px}.about-cta-heading{font-size:26px}.about-hero-actions{flex-direction:column;align-items:stretch}.about-btn-primary,.about-btn-ghost{text-align:center;width:100%}.about-stats-grid{grid-template-columns:1fr 1fr;gap:12px}.about-team-grid{grid-template-columns:1fr}.about-stat-card{padding:28px 16px}.asc-number{font-size:34px}}.privacy-page{font-family:var(--font-nunito);overflow-x:hidden;width:100%}.privacy-container{max-width:1300px;margin:0 auto;padding:0 40px}.pv-fade{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.pv-fade.pv-visible{opacity:1;transform:translateY(0)}.pv-gradient-text{background:linear-gradient(52.79deg,#3fd6d1 2.06%,#2388ff 138.91%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.privacy-hero{position:relative;width:100%;background:linear-gradient(135deg,#f0fffe,#eaf4ff 60%,#f8f9fb);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px 60px;text-align:center;overflow:hidden;box-sizing:border-box}.privacy-hero-blob-1{position:absolute;width:500px;height:500px;border-radius:50%;background:#3fd6d126;filter:blur(80px);top:-120px;left:-100px;pointer-events:none}.privacy-hero-blob-2{position:absolute;width:400px;height:400px;border-radius:50%;background:#2388ff1a;filter:blur(80px);bottom:-80px;right:-80px;pointer-events:none}.privacy-hero-inner{position:relative;z-index:1;max-width:760px}.privacy-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:#3fd6d11f;border:1px solid rgba(63,214,209,.35);border-radius:30px;margin-bottom:28px;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#26b8b4}.privacy-hero-heading{font-family:var(--font-nunito);font-weight:800;font-size:58px;line-height:1.15;color:#0e1520;margin:0 0 24px}.privacy-hero-sub{font-size:17px;line-height:1.75;color:#55616f;margin:0 auto 28px;max-width:620px}.privacy-meta{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:48px}.pv-meta-item{font-size:13.5px;color:#7b8794;font-weight:500}.pv-meta-divider{color:#c5cad6}.privacy-trust-badges{position:relative;z-index:1;display:flex;gap:14px;flex-wrap:wrap;justify-content:center}.ptb-item{padding:10px 20px;background:#fff;border:1px solid rgba(63,214,209,.25);border-radius:30px;font-size:13.5px;font-weight:600;color:#0e1520;box-shadow:0 2px 12px #0000000f;white-space:nowrap}.privacy-body{background:#f4f5f9;padding:80px 0}.privacy-layout{display:grid;grid-template-columns:280px 1fr;gap:48px;align-items:start}.privacy-sidebar{position:sticky;top:100px}.privacy-sidebar-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#7b8794;margin:0 0 14px}.privacy-nav{display:flex;flex-direction:column;gap:6px;margin-bottom:32px}.pv-nav-btn{display:flex;align-items:center;gap:10px;padding:11px 14px;background:transparent;border:1px solid transparent;border-radius:10px;font-family:var(--font-nunito);font-size:14px;font-weight:600;color:#55616f;cursor:pointer;text-align:left;transition:all .2s ease;width:100%}.pv-nav-btn:hover{background:#fff;color:#0e1520;border-color:#e8eaed}.pv-nav-btn.active{background:linear-gradient(52.79deg,#3fd6d1 2.06%,#2388ff 138.91%);color:#fff;border-color:transparent;box-shadow:0 4px 14px #3fd6d14d}.pv-nav-icon{font-size:16px;flex-shrink:0}.privacy-contact-box{background:#fff;border-radius:16px;padding:20px 18px;border:1px solid rgba(63,214,209,.2)}.pcb-title{font-size:14px;font-weight:700;color:#0e1520;margin:0 0 6px}.pcb-text{font-size:13px;color:#7b8794;margin:0 0 10px;line-height:1.5}.pcb-link{font-size:13px;font-weight:600;color:#3fd6d1;text-decoration:none;word-break:break-all}.pcb-link:hover{text-decoration:underline}.privacy-content{display:flex;flex-direction:column;gap:32px}.privacy-section-block{background:#fff;border-radius:20px;padding:40px;border:1px solid #e8eaed;scroll-margin-top:110px;transition:border-color .3s ease}.privacy-section-block:hover{border-color:#3fd6d14d}.psb-header{display:flex;align-items:center;gap:14px;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid #f0f2f5}.psb-icon{font-size:28px;width:52px;height:52px;background:linear-gradient(135deg,#3fd6d11f,#2388ff14);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.psb-title{font-family:var(--font-nunito);font-weight:700;font-size:24px;color:#0e1520;margin:0}.psb-items{display:flex;flex-direction:column;gap:24px}.psb-item{padding-left:16px;border-left:3px solid rgba(63,214,209,.35)}.psb-subtitle{font-family:var(--font-nunito);font-weight:700;font-size:16px;color:#0e1520;margin:0 0 8px}.psb-text{font-size:15px;line-height:1.7;color:#55616f;margin:0}.privacy-bottom-note{display:flex;gap:16px;align-items:flex-start;background:linear-gradient(135deg,#3fd6d114,#2388ff0d);border:1px solid rgba(63,214,209,.25);border-radius:16px;padding:28px}.pbn-icon{font-size:28px;flex-shrink:0}.pbn-title{font-weight:700;font-size:16px;color:#0e1520;margin:0 0 6px}.pbn-text{font-size:14.5px;line-height:1.65;color:#55616f;margin:0}.privacy-cta{position:relative;padding:100px 0;background:linear-gradient(135deg,#0e1520,#162030);text-align:center;overflow:hidden}.privacy-cta-glow{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(63,214,209,.15) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.privacy-cta-heading{position:relative;font-family:var(--font-nunito);font-weight:800;font-size:42px;color:#fff;margin:0 0 16px;line-height:1.25}.privacy-cta-sub{font-size:17px;color:#fff9;margin:0 0 36px}.pv-cta-btn{position:relative;display:inline-block;padding:15px 40px;background:linear-gradient(42.91deg,#3fd6d1 -37.89%,#2388ff 112.92%);color:#fff;font-family:var(--font-nunito);font-weight:700;font-size:16px;border-radius:10px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #3fd6d159}.pv-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #3fd6d180}.privacy-cta-note{position:relative;margin-top:20px;font-size:13px;color:#ffffff59}.privacy-accordion{display:none;flex-direction:column;gap:10px}.pv-acc-item{border:1px solid #e8eaed;border-radius:14px;overflow:hidden;background:#fff;transition:box-shadow .3s ease,border-color .3s ease}.pv-acc-item.open{border-color:#3fd6d1;box-shadow:0 4px 20px #3fd6d12e}.pv-acc-header{display:flex;align-items:center;gap:12px;padding:16px 18px;background:transparent;border:none;width:100%;text-align:left;cursor:pointer;font-family:var(--font-nunito);font-weight:700;font-size:14px;color:#0e1520;transition:background .3s ease,color .3s ease}.pv-acc-item.open .pv-acc-header{background:linear-gradient(52.79deg,#3fd6d1 2.06%,#2388ff 138.91%);color:#fff}.pv-acc-icon{font-size:18px;flex-shrink:0}.pv-acc-title{flex:1;line-height:1.4}.pv-acc-arrow{font-size:11px;flex-shrink:0;transition:transform .3s ease}.pv-acc-item.open .pv-acc-arrow{transform:rotate(180deg)}.pv-acc-body{max-height:0;overflow:hidden;transition:max-height .45s ease}.pv-acc-item.open .pv-acc-body{max-height:1000px}.pv-acc-inner{padding:20px 18px;display:flex;flex-direction:column;gap:20px}.pv-mobile-note{margin-top:8px}@media(min-width:769px){.privacy-layout{display:grid}.privacy-accordion{display:none!important}}@media(max-width:768px){.privacy-layout{display:none!important}.privacy-accordion{display:flex}.privacy-body{padding:40px 0}.privacy-container{padding:0 16px}.privacy-hero{padding:60px 16px 40px;min-height:auto}.privacy-hero-heading{font-size:30px}.privacy-hero-sub{font-size:14.5px}.privacy-meta{flex-direction:column;gap:6px}.pv-meta-divider{display:none}.privacy-trust-badges{gap:8px}.ptb-item{font-size:12px;padding:7px 12px}}@media(max-width:480px){.privacy-hero-heading{font-size:24px}.privacy-cta-heading{font-size:22px}.pv-cta-btn{width:100%;box-sizing:border-box;text-align:center}.pv-acc-header{font-size:13px;padding:14px}}@media(max-width:360px){.privacy-hero-heading{font-size:20px}}.support-page{font-family:var(--font-nunito);overflow-x:hidden;width:100%}.support-container{max-width:1300px;margin:0 auto;padding:0 40px}.sp-fade{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.sp-fade.sp-visible{opacity:1;transform:translateY(0)}.sp-gradient-text{background:linear-gradient(52.79deg,#3fd6d1 2.06%,#2388ff 138.91%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.support-hero{position:relative;width:100%;background:linear-gradient(135deg,#f0fffe,#eaf4ff 60%,#f8f9fb);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px 60px;text-align:center;overflow:hidden;box-sizing:border-box}.support-blob-1{position:absolute;width:500px;height:500px;border-radius:50%;background:#3fd6d126;filter:blur(80px);top:-120px;left:-100px;pointer-events:none}.support-blob-2{position:absolute;width:400px;height:400px;border-radius:50%;background:#2388ff1a;filter:blur(80px);bottom:-80px;right:-80px;pointer-events:none}.support-hero-inner{position:relative;z-index:1;max-width:760px}.support-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:#3fd6d11f;border:1px solid rgba(63,214,209,.35);border-radius:30px;margin-bottom:28px;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#26b8b4}.support-hero-heading{font-family:var(--font-nunito);font-weight:800;font-size:58px;line-height:1.15;color:#0e1520;margin:0 0 24px}.support-hero-sub{font-size:17px;line-height:1.75;color:#55616f;margin:0 auto 40px;max-width:620px}.support-contact-chips{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}.scc-item{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid rgba(63,214,209,.2);border-radius:14px;padding:14px 20px;box-shadow:0 2px 12px #0000000f;text-align:left;min-width:200px}.scc-icon{font-size:24px;flex-shrink:0}.scc-title{font-size:14px;font-weight:700;color:#0e1520;margin:0 0 2px}.scc-desc{font-size:12.5px;color:#7b8794;margin:0}.support-body{background:#f4f5f9;padding:80px 0}.support-layout{display:grid;grid-template-columns:280px 1fr;gap:48px;align-items:start}.support-accordion{display:none;flex-direction:column;gap:10px}.support-sidebar{position:sticky;top:100px}.support-sidebar-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#7b8794;margin:0 0 14px}.support-nav{display:flex;flex-direction:column;gap:6px;margin-bottom:32px}.sp-nav-btn{display:flex;align-items:center;gap:10px;padding:11px 14px;background:transparent;border:1px solid transparent;border-radius:10px;font-family:var(--font-nunito);font-size:14px;font-weight:600;color:#55616f;cursor:pointer;text-align:left;transition:all .2s ease;width:100%}.sp-nav-btn:hover{background:#fff;color:#0e1520;border-color:#e8eaed}.sp-nav-btn.active{background:linear-gradient(52.79deg,#3fd6d1 2.06%,#2388ff 138.91%);color:#fff;border-color:transparent;box-shadow:0 4px 14px #3fd6d14d}.sp-nav-icon{font-size:16px;flex-shrink:0}.support-contact-box{background:#fff;border-radius:16px;padding:20px 18px;border:1px solid rgba(63,214,209,.2)}.scb-title{font-size:14px;font-weight:700;color:#0e1520;margin:0 0 6px}.scb-desc{font-size:13px;color:#7b8794;margin:0 0 12px;line-height:1.5}.scb-link{display:inline-block;padding:9px 18px;background:linear-gradient(52.79deg,#3fd6d1 2.06%,#2388ff 138.91%);color:#fff;font-size:13.5px;font-weight:700;border-radius:8px;text-decoration:none;transition:all .3s ease}.scb-link:hover{transform:translateY(-2px);box-shadow:0 4px 14px #3fd6d159}.support-content{display:flex;flex-direction:column;gap:0}.support-section-block{background:#fff;border-radius:20px;padding:40px;border:1px solid #e8eaed}.ssb-header{display:flex;align-items:center;gap:14px;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid #f0f2f5}.ssb-icon{font-size:26px;width:52px;height:52px;background:linear-gradient(135deg,#3fd6d11f,#2388ff14);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ssb-title{font-family:var(--font-nunito);font-weight:700;font-size:24px;color:#0e1520;margin:0}.ssb-faqs{display:flex;flex-direction:column;gap:10px}.ssb-faq-item{border:1px solid #e8eaed;border-radius:12px;overflow:hidden;transition:border-color .3s ease}.ssb-faq-item.open{border-color:#3fd6d1}.ssb-faq-q{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;background:transparent;border:none;width:100%;text-align:left;cursor:pointer;font-family:var(--font-nunito);font-weight:600;font-size:15px;color:#0e1520;transition:background .2s ease,color .2s ease}.ssb-faq-item.open .ssb-faq-q{background:linear-gradient(52.79deg,#3fd6d1 2.06%,#2388ff 138.91%);color:#fff}.ssb-faq-arrow{font-size:11px;flex-shrink:0;transition:transform .3s ease}.ssb-faq-item.open .ssb-faq-arrow{transform:rotate(180deg)}.ssb-faq-body{max-height:0;overflow:hidden;transition:max-height .4s ease}.ssb-faq-item.open .ssb-faq-body{max-height:300px}.ssb-faq-a{padding:16px 20px;font-size:14.5px;line-height:1.7;color:#55616f;margin:0}.ssb-nav-btns{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding-top:24px;border-top:1px solid #f0f2f5;gap:12px;flex-wrap:wrap}.ssb-nav-prev,.ssb-nav-next{padding:10px 20px;border-radius:10px;font-family:var(--font-nunito);font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;border:1.5px solid #e8eaed;background:#fff;color:#0e1520}.ssb-nav-prev:hover{border-color:#3fd6d1;color:#3fd6d1}.ssb-nav-next{margin-left:auto;background:linear-gradient(52.79deg,#3fd6d1 2.06%,#2388ff 138.91%);color:#fff;border-color:transparent;box-shadow:0 4px 14px #3fd6d14d}.ssb-nav-next:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3fd6d166}.sp-acc-section{border:1px solid #e8eaed;border-radius:14px;overflow:hidden;background:#fff;transition:border-color .3s ease,box-shadow .3s ease}.sp-acc-section.open{border-color:#3fd6d1;box-shadow:0 4px 20px #3fd6d12e}.sp-acc-header{display:flex;align-items:center;gap:12px;padding:16px 18px;background:transparent;border:none;width:100%;text-align:left;cursor:pointer;font-family:var(--font-nunito);font-weight:700;font-size:14px;color:#0e1520;transition:background .3s ease,color .3s ease}.sp-acc-section.open .sp-acc-header{background:linear-gradient(52.79deg,#3fd6d1 2.06%,#2388ff 138.91%);color:#fff}.sp-acc-icon{font-size:18px;flex-shrink:0}.sp-acc-title{flex:1;line-height:1.4}.sp-acc-arrow{font-size:11px;flex-shrink:0;transition:transform .3s ease}.sp-acc-section.open .sp-acc-arrow{transform:rotate(180deg)}.sp-acc-body{max-height:0;overflow:hidden;transition:max-height .45s ease}.sp-acc-section.open .sp-acc-body{max-height:2000px}.sp-acc-inner{padding:16px 18px 20px;display:flex;flex-direction:column;gap:16px}.sp-faq-item{padding:14px 16px;background:#f8f9fa;border-radius:10px;border-left:3px solid rgba(63,214,209,.4)}.sp-faq-q{font-size:14px;font-weight:700;color:#0e1520;margin:0 0 8px}.sp-faq-a{font-size:13.5px;line-height:1.65;color:#55616f;margin:0}.sp-mobile-contact{background:#fff;border-radius:14px;padding:20px 18px;border:1px solid rgba(63,214,209,.2);text-align:center}.sp-mobile-contact .scb-link{display:inline-block;margin-top:4px}.support-cta{position:relative;padding:100px 0;background:linear-gradient(135deg,#0e1520,#162030);text-align:center;overflow:hidden}.support-cta-glow{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(63,214,209,.15) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.support-cta-heading{position:relative;font-family:var(--font-nunito);font-weight:800;font-size:42px;color:#fff;margin:0 0 16px;line-height:1.25}.support-cta-sub{position:relative;font-size:17px;color:#fff9;margin:0 0 36px}.sp-cta-btn{position:relative;display:inline-block;padding:15px 40px;background:linear-gradient(42.91deg,#3fd6d1 -37.89%,#2388ff 112.92%);color:#fff;font-family:var(--font-nunito);font-weight:700;font-size:16px;border-radius:10px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #3fd6d159}.sp-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #3fd6d180}.support-cta-note{position:relative;margin-top:20px;font-size:13px;color:#ffffff59}@media(max-width:1024px){.support-layout{grid-template-columns:240px 1fr;gap:32px}}@media(min-width:769px){.support-layout{display:grid}.support-accordion{display:none!important}}@media(max-width:768px){.support-layout{display:none!important}.support-accordion{display:flex}.support-body{padding:40px 0}.support-container{padding:0 16px}.support-hero{padding:60px 16px 40px;min-height:auto}.support-hero-heading{font-size:32px}.support-hero-sub{font-size:15px}.support-contact-chips{flex-direction:column;align-items:stretch;gap:10px}.scc-item{min-width:unset;width:100%}.support-cta{padding:70px 0}.support-cta-heading{font-size:28px}}@media(max-width:480px){.support-hero-heading{font-size:26px}.support-cta-heading{font-size:22px}.sp-cta-btn{width:100%;box-sizing:border-box;text-align:center}.sp-acc-header{font-size:13px;padding:14px}.ssb-nav-btns{flex-direction:column}.ssb-nav-prev,.ssb-nav-next{width:100%;text-align:center;margin-left:0}}@media(max-width:360px){.support-hero-heading{font-size:22px}.support-cta-heading{font-size:20px}}.terms-page{font-family:var(--font-nunito);overflow-x:hidden;background:#f4f5f9}.terms-container{max-width:820px;margin:0 auto;padding:0 40px}.terms-reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}.terms-reveal.revealed{opacity:1;transform:translateY(0)}.terms-gradient-text{background:linear-gradient(52.79deg,#3fd6d1 2.06%,#2388ff 138.91%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.terms-hero{position:relative;background:linear-gradient(135deg,#f0fffe,#eaf4ff 60%,#f8f9fb);padding:90px 40px 80px;overflow:hidden;text-align:center}.terms-blob{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none;z-index:0}.terms-blob-1{width:500px;height:500px;background:#3fd6d126;top:-150px;left:-80px}.terms-blob-2{width:400px;height:400px;background:#2388ff1a;bottom:-100px;right:5%}.terms-hero-inner{position:relative;z-index:1;max-width:680px;margin:0 auto}.terms-hero-badge{display:inline-flex;align-items:center;padding:7px 18px;background:#3fd6d11f;border:1px solid rgba(63,214,209,.35);border-radius:30px;margin-bottom:24px;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#26b8b4}.terms-hero-heading{font-family:var(--font-nunito);font-weight:800;font-size:56px;line-height:1.2;color:#0e1520;margin:0 0 20px}.terms-hero-sub{font-size:17px;line-height:1.75;color:#55616f;margin:0 0 32px}.terms-hero-meta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.terms-meta-chip{display:flex;align-items:center;gap:7px;padding:7px 16px;background:#fff;border:1px solid #e8eaed;border-radius:30px;font-size:13px;font-weight:600;color:#55616f;box-shadow:0 2px 8px #0000000d}.terms-meta-dot{width:8px;height:8px;border-radius:50%;background:#3fd6d1;display:inline-block}.terms-body{padding:56px 0 100px}.terms-notice{display:flex;align-items:flex-start;gap:14px;padding:20px 24px;background:#fff8ed;border:1px solid #f5c842;border-left:4px solid #f5c842;border-radius:12px;margin-bottom:36px}.terms-notice-icon{font-size:20px;flex-shrink:0;line-height:1.5}.terms-notice p{font-size:14px;line-height:1.7;color:#6b5a1e;margin:0}.terms-notice strong{color:#4a3a00}.terms-section-block{background:#fff;border:1px solid #e8eaed;border-radius:16px;padding:40px 44px;margin-bottom:20px;transition:border-color .3s ease,box-shadow .3s ease;scroll-margin-top:30px}.terms-section-block:hover{border-color:#3fd6d14d;box-shadow:0 6px 28px #3fd6d112}.tsb-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #f0f1f3}.tsb-icon-wrap{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,#3fd6d11a,#2388ff12);border:1px solid rgba(63,214,209,.18);display:flex;align-items:center;justify-content:center;flex-shrink:0}.tsb-icon{font-size:20px}.tsb-title{font-family:var(--font-nunito);font-weight:700;font-size:20px;color:#0e1520;margin:0;line-height:1.3}.tsb-body{display:flex;flex-direction:column;gap:14px}.tsb-para{font-size:15px;line-height:1.8;color:#55616f;margin:0;padding-left:16px;border-left:2px solid rgba(63,214,209,.18);transition:border-color .3s ease}.terms-section-block:hover .tsb-para{border-left-color:#3fd6d166}.terms-footer-note{display:flex;gap:20px;align-items:flex-start;padding:36px 44px;background:linear-gradient(135deg,#0e1520,#162030);border-radius:16px;margin-top:8px}.tfn-icon{font-size:34px;flex-shrink:0;line-height:1}.tfn-title{font-family:var(--font-nunito);font-weight:700;font-size:18px;color:#fff;margin:0 0 8px}.tfn-desc{font-size:14.5px;line-height:1.7;color:#ffffff94;margin:0 0 18px}.tfn-actions{display:flex;gap:24px;flex-wrap:wrap}.tfn-link{font-size:14px;font-weight:700;color:#3fd6d1;text-decoration:none;transition:opacity .2s ease}.tfn-link:hover{opacity:.7}@media(max-width:768px){.terms-hero{padding:70px 24px 60px}.terms-hero-heading{font-size:38px}.terms-container{padding:0 24px}.terms-section-block{padding:28px 24px}.terms-footer-note{padding:28px 24px;flex-direction:column;gap:14px}.terms-body{padding:40px 0 70px}}@media(max-width:480px){.terms-hero{padding:60px 16px 50px}.terms-hero-heading{font-size:30px}.terms-hero-sub{font-size:15px}.terms-container{padding:0 16px}.terms-section-block{padding:22px 18px;border-radius:12px}.tsb-title{font-size:17px}.tsb-para{font-size:14px}.terms-footer-note{padding:24px 18px}}.profile-page-container{padding:2.5rem;font-family:var(--font-nunito);color:#1a202c;background:#fff;min-height:100%}.profile-scroll{overflow-y:auto!important;height:100vh}.settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.settings-header h1{font-size:2rem;font-weight:700;color:#101828}.header-back-btn{background:none;border:1px solid #d0d5dd;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#667085;transition:all .2s;margin-right:1rem}.header-back-btn:hover{background-color:#f9fafb;color:#101828;border-color:#98a2b3}.header-left{display:flex;align-items:center}.settings-search-bar{position:relative;display:flex;align-items:center}.settings-search-bar .search-icon{position:absolute;left:12px;color:#667085;font-size:.9rem}.settings-search-bar input{padding:.6rem 1rem .6rem 2.2rem;border:1px solid #d0d5dd;border-radius:8px;width:280px;font-size:.9rem;outline:none;transition:border-color .2s}.settings-search-bar input:focus{border-color:#26c6da;box-shadow:0 0 0 4px #26c6da1a}.settings-search-container{position:relative;z-index:100}.search-results-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:320px;background:#fff;border:1px solid #eaecf0;border-radius:12px;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;max-height:400px;overflow-y:auto;padding:6px}.search-result-item{width:100%;display:flex;flex-direction:column;align-items:flex-start;padding:10px 12px;background:none;border:none;border-radius:8px;cursor:pointer;text-align:left;transition:background .2s}.search-result-item:hover{background:#f9fafb}.result-term{font-size:.9rem;font-weight:600;color:#101828;margin-bottom:2px}.result-tab{font-size:.75rem;color:#667085}.highlight-flash{animation:flash-highlight 2s ease-out}@keyframes flash-highlight{0%{background-color:#2388ff33}to{background-color:transparent}}.settings-nav{display:flex;gap:8px;border-bottom:1px solid #eaecf0;margin-bottom:2.5rem;overflow-x:auto;padding-bottom:2px}.nav-tab{padding:.75rem 1rem;font-size:.9rem;font-weight:600;color:#667085;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:8px;transition:all .2s}.nav-tab:hover{color:#101828;background:#f9fafb}.nav-tab.active{color:#2388ff;border-bottom-color:#2388ff}.tab-badge{background:#f2f4f7;color:#344054;padding:2px 8px;border-radius:12px;font-size:.75rem}.settings-main{width:100%}.section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #eaecf0}.section-header h2{font-size:1.15rem;font-weight:700;color:#101828;margin-bottom:.25rem}.section-header p{font-size:.9rem;color:#667085}.btn-more{background:none;border:none;color:#98a2b3;font-size:1.25rem;cursor:pointer}.settings-form{display:flex;flex-direction:column}.form-row{display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:1.5rem 0;border-bottom:1px solid #eaecf0}.form-row:last-of-type{border-bottom:none}.form-row.top-align{align-items:flex-start}.label-col label{display:block;font-size:.95rem;font-weight:600;color:#344054;margin-bottom:.25rem}.field-hint{font-size:.85rem;color:#667085;font-weight:400}.input-col input[type=text],.input-col input[type=email]{width:100%;max-width:500px;padding:.65rem 1rem;border:1px solid #d0d5dd;border-radius:8px;font-family:inherit;font-size:1rem;outline:none}.input-col input:focus{border-color:#26c6da;box-shadow:0 0 0 4px #26c6da1a}.input-with-prefix{display:flex;border:1px solid #d0d5dd;border-radius:8px;max-width:500px;overflow:hidden}.input-prefix{background:#f9fafb;padding:.65rem .75rem;border-right:1px solid #d0d5dd;color:#667085;font-size:.95rem}.input-with-prefix input{border:none!important;box-shadow:none!important;flex:1}.input-col.horizontal{display:flex;align-items:center;gap:1.5rem}.avatar-preview{width:64px;height:64px;border-radius:50%;object-fit:cover}.btn-text{background:none;border:none;font-weight:600;font-size:.9rem;cursor:pointer;padding:4px 8px}.btn-text.delete{color:#667085}.btn-text.update{color:#2388ff}.bio-editor{border:1px solid #d0d5dd;border-radius:8px;max-width:600px;overflow:hidden}.editor-toolbar{display:flex;gap:8px;padding:8px;background:#f9fafb;border-bottom:1px solid #eaecf0}.editor-toolbar select{font-size:.85rem;padding:4px 8px;border:1px solid #d0d5dd;border-radius:4px}.editor-toolbar button{background:none;border:none;padding:4px 8px;cursor:pointer;color:#667085;font-weight:600}.bio-editor textarea{width:100%;min-height:120px;padding:1rem;border:none;resize:vertical;outline:none;font-family:inherit;font-size:.95rem;color:#1a202c}.char-count{padding:8px 1rem;font-size:.8rem;color:#667085;text-align:right;background:#fff}.checkbox-field{display:flex;align-items:center;gap:10px;margin-top:1rem}.checkbox-field input{width:16px;height:16px;cursor:pointer}.checkbox-field label{font-size:.9rem;color:#475467;cursor:pointer}.form-footer{display:flex;justify-content:flex-end;gap:12px;padding:1.5rem 0;border-top:1px solid #eaecf0;margin-top:1rem}.btn-plain{padding:.65rem 1.25rem;background:#fff;border:1px solid #d0d5dd;border-radius:8px;font-weight:600;color:#344054;cursor:pointer}.btn-primary{padding:.65rem 1.25rem;background:var(--primary-gradient);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #1018280d}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.security-card{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#f9fafb;border-radius:12px;border:1px solid #eaecf0}.security-info{display:flex;gap:1rem;align-items:center}.security-icon{font-size:1.25rem;color:#2388ff}.security-info h3{font-size:1rem;font-weight:700;margin-bottom:2px}.security-info p{font-size:.85rem;color:#667085}.btn-outline{padding:.6rem 1rem;background:#fff;border:1px solid #d0d5dd;border-radius:8px;font-weight:600;color:#344054}.alert{padding:1rem;border-radius:8px;margin-bottom:2rem;font-size:.9rem;font-weight:500}.alert-success{background:#ecfdf3;color:#027a48;border:1px solid #abf0c3}.alert-error{background:#fff1f3;color:#b42318;border:1px solid #fda29b}.profile-alert{padding:.85rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem;font-weight:500}.profile-alert--success{background:#ecfdf3;color:#027a48;border:1px solid #abf0c3}.profile-alert--error{background:#fff1f3;color:#b42318;border:1px solid #fda29b}.avatar-wrapper{position:relative;display:inline-block}.avatar-camera-btn{position:absolute;bottom:0;right:0;background:linear-gradient(135deg,#3fd6d1,#2388ff);border:2px solid #fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;padding:0;transition:transform .2s}.avatar-camera-btn:hover{transform:scale(1.15)}.bio-textarea{width:100%;max-width:560px;padding:.75rem 1rem;border:1px solid #d0d5dd;border-radius:8px;font-family:inherit;font-size:.95rem;resize:vertical;outline:none;transition:border-color .2s}.bio-textarea:focus{border-color:#26c6da;box-shadow:0 0 0 4px #26c6da1a}.country-select{width:100%;max-width:500px;padding:.65rem 1rem;border:1px solid #d0d5dd;border-radius:8px;font-family:inherit;font-size:1rem;color:#344054;outline:none;background:#fff;cursor:pointer;transition:border-color .2s}.country-select:focus{border-color:#26c6da;box-shadow:0 0 0 4px #26c6da1a}.phone-input-wrapper{max-width:500px}.phone-container-custom{width:100%!important;font-family:inherit!important}.phone-input-custom{width:100%!important;height:44px!important;padding-left:58px!important;border:1px solid #d0d5dd!important;border-radius:8px!important;font-size:1rem!important;color:#344054!important;outline:none!important;transition:border-color .2s,box-shadow .2s!important}.phone-input-custom:focus{border-color:#26c6da!important;box-shadow:0 0 0 4px #26c6da1a!important}.phone-button-custom{background-color:transparent!important;border:none!important;border-right:1px solid #d0d5dd!important;border-radius:8px 0 0 8px!important;width:48px!important}.phone-button-custom:hover,.phone-button-custom.open{background-color:#f9fafb!important}.phone-dropdown-custom{width:300px!important;border-radius:8px!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important}.phone-dropdown-custom .country-list{border-radius:8px!important}.input-readonly{background:#f9fafb!important;color:#667085!important;cursor:not-allowed}.details-grid{display:flex;flex-direction:column;gap:0}.detail-value{font-size:.9rem;color:#667085}.plan-card{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#f0fdff,#eff6ff);border:1px solid #d0e9ff;border-radius:28px}.plan-info h3{font-size:1.1rem;font-weight:700;color:#101828;margin-bottom:4px}.plan-info p{font-size:.9rem;color:#667085}.notification-list{display:flex;flex-direction:column;gap:0}.notification-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;border-bottom:1px solid #eaecf0}.notification-item:last-child{border-bottom:none}.notification-item strong{font-size:.95rem;color:#101828;display:block;margin-bottom:3px}.notification-item p{font-size:.85rem;color:#667085}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;inset:0;background:#d0d5dd;border-radius:24px;cursor:pointer;transition:background .25s}.toggle-slider:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .25s;box-shadow:0 1px 3px #0003}.toggle-switch input:checked+.toggle-slider{background:linear-gradient(135deg,#3fd6d1,#2388ff)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.coming-soon,.profile-loading{padding:3rem;text-align:center;color:#667085;font-size:1rem}.security-card .btn-primary{white-space:nowrap;flex-shrink:0}@media(max-width:900px){.form-row{grid-template-columns:1fr;gap:.5rem}.settings-header{flex-direction:column;align-items:flex-start;gap:1rem}.settings-search-bar input{width:100%}.profile-page-container{padding:1.25rem}.plan-card,.security-card{flex-direction:column;align-items:flex-start;gap:1rem}.detail-item,.detail-progress-header{flex-direction:column;align-items:flex-start;gap:4px}}.details-grid{display:flex;flex-direction:column;gap:0;margin-bottom:.25rem}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 0;border-bottom:1px solid #eaecf0}.detail-item:last-child{border-bottom:none}.detail-label{font-size:.9rem;font-weight:600;color:#344054}.detail-value{font-size:.9rem;color:#667085;text-align:right}.details-identity-card{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;background:linear-gradient(135deg,#f0fdff,#eff6ff);border:1px solid #d0e9ff;border-radius:12px;margin-bottom:1.75rem}.details-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 2px 8px #0000001f;flex-shrink:0}.details-identity-info h3{font-size:1.1rem;font-weight:700;color:#101828;margin-bottom:2px}.details-identity-info>p{font-size:.88rem;color:#667085;margin-bottom:8px}.details-username{font-size:.82rem;color:#2388ff;font-weight:600;display:block;margin-bottom:8px}.details-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.78rem;font-weight:700}.badge-pro{background:linear-gradient(135deg,#3fd6d1,#2388ff);color:#fff}.badge-free{background:#f2f4f7;color:#344054}.details-section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#98a2b3;margin:1.5rem 0 .25rem}.detail-item--progress{flex-direction:column;align-items:stretch;gap:10px}.detail-progress-header{display:flex;justify-content:space-between;align-items:center}.session-progress-bar{height:6px;background:#eaecf0;border-radius:6px;overflow:hidden}.session-progress-fill{height:100%;background:linear-gradient(90deg,#3fd6d1,#2388ff);border-radius:6px;transition:width .5s ease}.details-bio{padding:1rem 1.25rem;background:#f9fafb;border:1px solid #eaecf0;border-radius:8px;font-size:.9rem;color:#475467;line-height:1.6;margin-top:.5rem;white-space:pre-wrap}.btn-link{background:none;border:none;padding:0;color:#2388ff;font-weight:600;cursor:pointer;font-size:inherit;text-decoration:underline}.btn-link:hover{color:#3fd6d1}@media(max-width:600px){.details-identity-card{flex-direction:column;align-items:flex-start}.detail-value{text-align:left}}.password-update-section{background:#fff;border:1px solid #eaecf0;border-radius:12px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 4px 20px #00000008}.password-update-section h3{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#101828}.password-form{display:flex;flex-direction:column;gap:1.5rem;max-width:450px}.password-input-group{display:flex;flex-direction:column;gap:.5rem}.password-input-group label{font-size:.9rem;font-weight:600;color:#344054}.password-input-group input{padding:.75rem 1rem;border:1px solid #d0d5dd;border-radius:8px;font-size:1rem;outline:none;transition:all .2s;background:#fcfcfd}.password-input-group input:focus{border-color:#26c6da;box-shadow:0 0 0 4px #26c6da1a;background:#fff}.security-divider{text-align:center;color:#98a2b3;font-size:.85rem;font-weight:700;margin:2.5rem 0;position:relative;display:flex;align-items:center;gap:1rem}.security-divider:before,.security-divider:after{content:"";flex:1;height:1px;background:#eaecf0}.plan-usage-summary{display:flex;gap:2.5rem;margin:1.5rem 0;padding:1.5rem 0;border-top:1px solid rgba(0,0,0,.05)}.usage-item{display:flex;flex-direction:column;gap:6px}.usage-label{font-size:.85rem;color:#667085;font-weight:600}.usage-value{font-size:1.35rem;font-weight:700;color:#101828}.plan-benefits{margin-top:2.5rem;padding:2.5rem;background:#f9fafb;border-radius:12px;border:1px solid #f2f4f7}.plan-benefits h4{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;color:#101828}.plan-benefits ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.plan-benefits li{display:flex;align-items:center;gap:12px;font-size:.95rem;color:#344054}.benefit-icon{color:#12b76a;font-size:1.1rem}.locked .benefit-icon{color:#98a2b3}.locked{color:#98a2b3;opacity:.8}.profile-password-redesign{width:100%}.password-redesign-flex{display:flex;gap:2rem;margin-bottom:2.5rem;justify-content:flex-start}.password-card-modern{flex:1;max-width:500px;background:#fff;border:1px solid #eaecf0;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;overflow:hidden;position:relative}.change-password-card{border-top:4px solid #2388FF}.recovery-card{border-top:4px solid #F38D39}.card-header-modern{display:flex;gap:1.25rem;align-items:center;margin-bottom:2rem}.card-icon-modern{width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0;border-radius:8px}.blue-square{background:#ebf5ff;color:#2388ff}.orange-square{background:#fff4eb;color:#f38d39}.card-title-modern h3{font-size:1.15rem;font-weight:700;color:#101828;margin-bottom:2px}.card-title-modern p{font-size:.9rem;color:#667085}.modern-form{display:flex;flex-direction:column;gap:1.5rem}.modern-input-group{display:flex;flex-direction:column;gap:8px}.modern-input-group label{font-size:.9rem;font-weight:600;color:#344054}.input-with-icon{position:relative;display:flex;align-items:center}.modern-input-group input{width:100%;padding:.75rem 1rem;border:1px solid #d0d5dd;border-radius:8px;font-size:1rem;outline:none;transition:all .2s;background:#fff}.password-eye-btn{position:absolute;right:12px;background:none;border:none;padding:0;color:#98a2b3;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:color .2s}.password-eye-btn:hover{color:#2388ff}.modern-input-group input:focus{border-color:#2388ff;box-shadow:0 0 0 4px #2388ff1a}.modern-btn-primary{background:linear-gradient(90deg,#3fd6d1,#2388ff);color:#fff;padding:.85rem;border:none;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s;margin-top:.5rem}.modern-btn-primary:hover{filter:brightness(1.05);box-shadow:0 4px 12px #2388ff33}.recovery-content{display:flex;flex-direction:column;gap:1.5rem}.recovery-instruction{font-size:.95rem;color:#475467;line-height:1.5}.recovery-email-pill{display:flex;align-items:center;gap:10px;padding:.65rem 1rem;background:#f2f4f7;border-radius:10px;width:fit-content}.recovery-email-pill .purple-dot{width:8px;height:8px;background:#8b5cf6;border-radius:50%}.recovery-email-pill .email-text{font-size:.95rem;font-weight:600;color:#344054}.modern-btn-white{background:#fff;border:1px solid #D0D5DD;color:#344054;padding:.75rem 1.25rem;border-radius:10px;font-weight:700;cursor:pointer;transition:all .2s;width:fit-content;display:flex;align-items:center;gap:8px}.modern-btn-white:hover{background:#f9faf9;border-color:#98a2b3}.security-tips-section{background:#f0f9ff;border:1px solid #E0F2FE;border-radius:12px;padding:1.75rem}.security-tips-section h3{font-size:1rem;font-weight:700;color:#101828;display:flex;align-items:center;gap:10px;margin-bottom:1.25rem}.tips-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.85rem}.tips-list li{font-size:.95rem;color:#344054;display:flex;align-items:center;gap:12px}.tips-list li span{color:#12b76a;font-weight:900;font-size:1.1rem}@media(max-width:850px){.password-redesign-flex{flex-direction:column}.tips-list{grid-template-columns:1fr}}.plans-billing-redesign{max-width:1000px;margin:0 auto}.billing-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:1.5rem;margin-bottom:2.5rem}.billing-card-modern{background:#fff;border:1px solid #eaecf0;border-radius:12px;padding:1.75rem;box-shadow:0 1px 3px #1018281a,0 1px 2px #1018280f;display:flex;flex-direction:column;justify-content:space-between;min-height:240px}.card-top-row{display:flex;justify-content:space-between;align-items:flex-start}.card-title-group h3{font-size:1.15rem;font-weight:700;color:#101828;margin:0}.title-with-badge{display:flex;align-items:center;gap:10px;margin-bottom:6px}.card-subtitle{font-size:.95rem;color:#667085;margin:0}.status-badge-inline{padding:2px 10px;border-radius:999px;font-size:.8rem;font-weight:600}.active-badge{background:#f0f9ff;color:#026aa2;border:1px solid #B9E6FE}.default-badge{background:#f2f4f7;color:#344054;border:1px solid #D0D5DD}.paid-badge{background:#ecfdf3;color:#027a48;border:1px solid #ABEFC6}.cancelled-badge{background:#fef3f2;color:#b42318;border:1px solid #FECDCA}.card-price-block{text-align:right}.price-amount{font-size:2.25rem;font-weight:800;color:#101828;display:block}.price-period{font-size:1rem;color:#667085}.card-middle-row{margin:1.5rem 0;display:flex;align-items:center;gap:1.5rem}.avatar-group-placeholder{display:flex;align-items:center}.avatar-circle{width:36px;height:36px;border-radius:50%;background:#f2f4f7;border:2px solid #fff;margin-left:-10px}.avatar-circle:first-child{margin-left:0}.avatar-plus{margin-left:10px;color:#667085;font-size:1rem}.usage-info{font-size:1rem;color:#667085}.usage-text strong{color:#101828}.card-bottom-row{display:flex;justify-content:flex-end}.upgrade-plan-btn{background:#fff;border:1px solid #D0D5DD;padding:.75rem 1.25rem;border-radius:10px;font-weight:700;color:#344054;cursor:pointer;display:flex;align-items:center;transition:all .2s}.upgrade-plan-btn:hover{background:#f9faf9;border-color:#98a2b3}.payment-method-details-modern{margin:1.5rem 0}.card-info-row{display:flex;gap:1.25rem;margin-bottom:1.25rem}.card-brand-icon{width:56px;height:38px;background:#fff;border:1px solid #EAECF0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:950;font-style:italic;color:#1a1f71;font-size:.9rem;box-shadow:0 1px 2px #0000000d}.card-text-details{flex:1}.card-number-badge-group{display:flex;align-items:center;gap:10px;margin-bottom:4px}.card-ending{font-size:1.05rem;font-weight:700;color:#344054}.card-expiry{font-size:.9rem;color:#667085;margin:0}.billing-email-row{font-size:1rem;color:#667085}.edit-payment-btn{align-self:flex-end;background:none;border:none;color:#7f56d9;font-weight:700;cursor:pointer;font-size:1.05rem}.billing-history-section-modern{margin-top:2.5rem;background:#fff;border:1px solid #eaecf0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #1018281a}.history-header{padding:1.75rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #EAECF0}.history-header-left h3{font-size:1.25rem;font-weight:700;color:#101828;margin:0 0 6px}.history-header-left p{font-size:1rem;color:#667085;margin:0}.download-all-btn{background:#101828;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:10px;font-weight:700;cursor:pointer;display:flex;align-items:center;transition:background .2s}.download-all-btn:hover{background:#1d2939}.modern-billing-table{width:100%;border-collapse:collapse}.modern-billing-table th{background:#f9fafb;padding:1rem 1.25rem;text-align:left;font-size:.85rem;color:#667085;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.modern-billing-table td{padding:1.25rem;border-bottom:1px solid #EAECF0;color:#475467;font-size:1rem}.invoice-cell{display:flex;align-items:center;gap:15px}.pdf-icon{font-size:1.5rem}.invoice-name{font-weight:700;color:#101828}.actions-cell{text-align:right}.row-download-btn{background:none;border:none;color:#667085;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:flex-end;gap:8px;width:100%}.row-download-btn:hover{color:#101828}@media(max-width:950px){.billing-cards-grid{grid-template-columns:1fr}}@media(max-width:768px){.profile-page-container{padding:1.5rem}.settings-nav{margin-bottom:1.5rem}.form-row{padding:1rem 0}.modern-billing-table{display:block;overflow-x:auto;white-space:nowrap}}@media(max-width:480px){.settings-header h1{font-size:1.5rem}.nav-tab{padding:.6rem .75rem;font-size:.85rem}.form-row{gap:.25rem}.label-col label{font-size:.85rem}.input-col input[type=text],.input-col input[type=email],.country-select,.phone-input-custom{font-size:.9rem!important}.form-footer{flex-direction:column}.btn-primary,.btn-plain{width:100%}}.cancel-subscription-btn{background:#fff;border:1px solid #FDA29B;color:#b42318;padding:.75rem 1.25rem;border-radius:10px;font-weight:700;cursor:pointer;margin-right:12px;transition:all .2s}.cancel-subscription-btn:hover{background:#fef3f2;border-color:#fecdca}.profile-modal-overlay{position:fixed;inset:0;background:#101828b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.profile-modal{background:#fff;width:90%;max-width:440px;border-radius:16px;box-shadow:0 20px 24px -4px #10182814,0 8px 8px -4px #10182808;overflow:hidden;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.profile-modal-header{padding:1.5rem 1.5rem .5rem;display:flex;justify-content:space-between;align-items:center}.profile-modal-header h3{margin:0;font-size:1.15rem;font-weight:700;color:#101828}.modal-close-btn{background:none;border:none;font-size:1.5rem;color:#98a2b3;cursor:pointer;line-height:1;padding:4px}.profile-modal-body{padding:0 1.5rem 1rem;text-align:center}.modal-alert-icon{font-size:2.5rem;margin-bottom:.5rem;display:block}.modal-main-text{font-size:1.1rem;font-weight:700;color:#101828;margin-bottom:.5rem}.modal-sub-text{font-size:.95rem;color:#475467;margin-bottom:1.25rem;line-height:1.5}.modal-info-box{background:#f2f4f7;border-radius:10px;padding:12px;display:flex;align-items:center;gap:10px;text-align:left;font-size:.85rem;color:#344054}.info-icon{color:#f79009;flex-shrink:0}.profile-modal-footer{padding:1.25rem 1.5rem 1.5rem;display:flex;gap:12px;background:#f9fafb}.btn-modal-secondary{flex:1;background:#fff;border:1px solid #D0D5DD;color:#344054;padding:.75rem;border-radius:10px;font-weight:700;cursor:pointer;transition:all .2s}.btn-modal-secondary:hover{background:#f9fafb}.btn-modal-danger{flex:1;background:#d92d20;border:1px solid #D92D20;color:#fff;padding:.75rem;border-radius:10px;font-weight:700;cursor:pointer;transition:all .2s}.btn-modal-danger:hover{background:#b42318;border-color:#b42318}.btn-modal-danger:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){.profile-modal-footer{flex-direction:column}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}
