@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);.Header_header__VkbD6{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--color-background-header);border-bottom:1px solid var(--color-slate-alpha-20);box-shadow:0 4px 6px -1px var(--shadow-primary);display:flex;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.Header_logoSection__Is5vW{align-items:center;display:flex;gap:12px}.Header_logoImage__G8lnC{border-radius:10px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));height:45px;object-fit:contain;width:45px}.Header_logoText__kX8uc{color:var(--color-text-on-dark);font-size:24px;font-weight:600;letter-spacing:-.5px;text-shadow:0 1px 2px #0000001a}.Header_welcomeMessage__abCbQ{color:var(--color-slate-alpha-30);flex:1 1;font-size:16px;font-weight:500;margin:0 2rem;text-align:center}.Header_authButtons__dJ2MC,.Header_headerButton__uAea1{align-items:center;display:flex;gap:10px}.Header_headerButton__uAea1{background-color:var(--color-button-secondary-bg);border:none;border-radius:50px;box-shadow:0 4px 15px #0000001a;color:var(--color-button-secondary-text);cursor:pointer;font-size:16px;font-weight:500;padding:12px 24px;transition:all .3s ease}.Header_headerButton__uAea1:hover{background-color:var(--color-slate-100);box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}.Header_logoutButton__OfX1B{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--color-slate-alpha-10);border:2px solid var(--color-slate-alpha-30);border-radius:50px;color:var(--color-text-on-dark);cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:10px;padding:12px 24px;transition:all .3s ease}.Header_logoutButton__OfX1B:hover{background-color:var(--color-slate-alpha-20);border-color:var(--color-slate-alpha-30);box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}@media (max-width:768px){.Header_header__VkbD6{padding:1rem}.Header_logoText__kX8uc{font-size:20px}.Header_logoImage__G8lnC{height:40px;width:40px}.Header_welcomeMessage__abCbQ{display:none}.Header_authButtons__dJ2MC{display:flex}.Header_headerButton__uAea1{border-radius:25px;font-size:12px;font-weight:400;padding:6px 12px}.Header_headerButton__uAea1 svg{height:16px;width:16px}}@media (max-width:480px){.Header_logoText__kX8uc{font-size:18px}.Header_logoImage__G8lnC{height:35px;width:35px}.Header_header__VkbD6{padding:.75rem 1rem}}.Header_headerButton__uAea1:focus,.Header_logoutButton__OfX1B:focus{outline:2px solid var(--color-slate-alpha-30);outline-offset:2px}.Modal_modalOverlay__IiDKr{align-items:center;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.Modal_modalContent__aODKg{animation:Modal_modalSlideIn__-ChUn .2s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:600px;overflow-y:auto;position:relative;width:100%}.Modal_closeButton__n-xVh{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:8px;position:absolute;right:16px;top:16px;transition:all .2s ease;z-index:10}.Modal_closeButton__n-xVh:hover{background-color:#f3f4f6;color:#374151}.Modal_closeButton__n-xVh:focus{box-shadow:0 0 0 2px #3b82f6,0 0 0 4px #3b82f61a;outline:none}@keyframes Modal_modalSlideIn__-ChUn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:640px){.Modal_modalOverlay__IiDKr{padding:10px}.Modal_modalContent__aODKg{border-radius:8px;max-height:95vh}}.ModalContent_modalBody__vQbHT{margin:0 auto;max-width:1000px;padding:0;width:100%}.ModalContent_modalHeader__UU9gL{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;padding:24px 24px 16px}.ModalContent_modalHeader__UU9gL h2{color:#111827;font-size:1.5rem;font-weight:600;margin:0;text-align:center}.ModalContent_modalContent__zQ4Bn{color:#374151;line-height:1.6;max-height:70vh;overflow-y:auto;padding:24px}.ModalContent_modalContent__zQ4Bn h3{color:#111827;font-size:1.1rem;font-weight:600;margin:20px 0 10px}.ModalContent_modalContent__zQ4Bn p{font-size:.95rem;line-height:1.6;margin:12px 0}.ModalContent_modalContent__zQ4Bn ul{margin:12px 0;padding-left:20px}.ModalContent_modalContent__zQ4Bn li{font-size:.95rem;margin:6px 0}.ModalContent_modalContent__zQ4Bn a{color:#3b82f6;text-decoration:none}.ModalContent_modalContent__zQ4Bn a:hover{text-decoration:underline}.ModalContent_tabNavigation__ShUWW{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:4px;padding:0 16px}.ModalContent_tabButton__l8XHG{background:none;border:none;border-bottom:3px solid #0000;border-top-left-radius:6px;border-top-right-radius:6px;color:#6b7280;cursor:pointer;flex:1 1;font-size:.8rem;font-weight:500;min-width:0;padding:10px 8px;text-align:center;transition:all .2s ease;white-space:nowrap}.ModalContent_tabButton__l8XHG:hover{background-color:#f3f4f6;color:#374151}.ModalContent_activeTab__Sy9I5{background-color:#fff!important;border-bottom-color:#3b82f6!important;color:#3b82f6!important;font-weight:600}.ModalContent_tabContent__WY0iU{animation:ModalContent_fadeIn__TL7QH .3s ease-in-out}@keyframes ModalContent_fadeIn__TL7QH{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ModalContent_sectionTitle__78mI\+{border-bottom:2px solid #e5e7eb;color:#111827;font-size:1.25rem;font-weight:700;margin:0 0 20px;padding-bottom:10px;text-align:center}.ModalContent_section__7thKK{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin:24px 0;padding:18px}.ModalContent_section__7thKK h4{border-bottom:1px solid #d1d5db;color:#1f2937;font-size:1.1rem;font-weight:600;margin:0 0 14px;padding-bottom:6px}.ModalContent_section__7thKK h5{color:#374151;font-size:1rem;font-weight:600;margin:14px 0 8px}.ModalContent_stepList__3i8ZK{counter-reset:step-counter;list-style:none;margin:14px 0;padding-left:0}.ModalContent_stepList__3i8ZK>li{font-size:.9rem;line-height:1.5;margin:10px 0;padding:10px 0 10px 36px;position:relative}.ModalContent_stepList__3i8ZK>li:before{align-items:center;background-color:#3b82f6;border-radius:50%;color:#fff;content:counter(step-counter);counter-increment:step-counter;display:flex;font-size:.75rem;font-weight:600;height:22px;justify-content:center;left:0;position:absolute;top:10px;width:22px}.ModalContent_stepList__3i8ZK ol{counter-reset:step-counter}.ModalContent_stepList__3i8ZK ol>li:before{background-color:#059669}.ModalContent_subList__MMAiQ{list-style-type:disc;margin:6px 0 0;padding-left:18px}.ModalContent_subList__MMAiQ li{font-size:.85rem;margin:4px 0;padding:0}.ModalContent_subList__MMAiQ li:before{display:none}.ModalContent_subsection__c3C9i{background-color:#fff;border-left:4px solid #059669;border-radius:8px;margin:16px 0;padding:14px}.ModalContent_imagePlaceholder__UffzU{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:2px dashed #9ca3af;border-radius:8px;margin:16px 0;padding:30px 16px;text-align:center;transition:all .2s ease}.ModalContent_imagePlaceholder__UffzU:hover{background:linear-gradient(135deg,#e5e7eb,#d1d5db);border-color:#6b7280}.ModalContent_imagePlaceholder__UffzU span{color:#6b7280;display:inline-block;font-size:.85rem;font-weight:500}.ModalContent_noteBox__N2lmk{background-color:#fef3c7;border-left:4px solid #f59e0b;border-radius:6px;color:#92400e;font-size:.95rem;margin:16px 0;padding:16px}.ModalContent_noteBox__N2lmk strong{color:#78350f}.ModalContent_helpSection__-15Ol{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd;border-radius:12px;margin-top:40px;padding:20px;text-align:center}.ModalContent_helpSection__-15Ol h4{color:#1e40af;font-size:1.1rem;font-weight:600;margin:0 0 8px}.ModalContent_helpSection__-15Ol p{color:#1e3a8a;font-weight:500;margin:0}.ModalContent_contactInfo__51kJA{grid-gap:20px;display:grid;gap:20px;margin-top:20px}.ModalContent_contactItem__iV6hz h4{color:#111827;font-size:1rem;font-weight:600;margin:0 0 8px}.ModalContent_contactItem__iV6hz p{color:#6b7280;margin:0}.ModalContent_step__cmxtj{background-color:#f9fafb;border-left:4px solid #3b82f6;border-radius:8px;margin:24px 0;padding:16px}.ModalContent_step__cmxtj h3{color:#1f2937;margin:0 0 8px}.ModalContent_step__cmxtj p{color:#4b5563;margin:0}.ModalContent_settingSection__-FOz5{border-bottom:1px solid #e5e7eb;margin:24px 0;padding-bottom:16px}.ModalContent_settingSection__-FOz5:last-child{border-bottom:none}.ModalContent_settingSection__-FOz5 h3{color:#111827;font-size:1.1rem;font-weight:600;margin:0 0 16px}.ModalContent_settingItem__6JLro{align-items:center;display:flex;justify-content:space-between;margin:12px 0;padding:8px 0}.ModalContent_settingItem__6JLro label{align-items:center;color:#374151;display:flex;font-weight:500;gap:8px}.ModalContent_settingItem__6JLro span{color:#6b7280}.ModalContent_settingButton__fq2rM{background-color:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;display:block;font-weight:500;margin:8px 0;padding:12px 16px;transition:background-color .2s ease;width:100%}.ModalContent_settingButton__fq2rM:hover{background-color:#2563eb}.ModalContent_settingButton__fq2rM:focus{outline:none;outline:2px solid #3b82f6;outline-offset:2px}.ModalContent_notLoggedIn__O6ioS{padding:40px 20px;text-align:center}.ModalContent_notLoggedIn__O6ioS p{color:#6b7280;font-size:1.1rem;margin-bottom:20px}.ModalContent_loginPromptButton__3YiiV{align-items:center;background-color:#4285f4;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-weight:500;gap:8px;padding:12px 24px;transition:background-color .2s ease}.ModalContent_loginPromptButton__3YiiV:hover{background-color:#3367d6}.ModalContent_feedbackForm__1f0Mr{max-width:100%}.ModalContent_formGroup__PsxFQ{margin-bottom:20px}.ModalContent_formLabel__ITt0s{color:#374151;display:block;font-size:.95rem;font-weight:600;margin-bottom:8px}.ModalContent_required__-69gt{color:#dc2626}.ModalContent_formSelect__CmzIG{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-size:.95rem;padding:12px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.ModalContent_formSelect__CmzIG:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.ModalContent_starRating__WJfK4{align-items:center;display:flex;gap:4px;margin:8px 0}.ModalContent_starButton__dNW6W{background:none;border:none;border-radius:4px;cursor:pointer;filter:grayscale(100%);font-size:1.5rem;opacity:.5;padding:4px;transition:transform .1s ease}.ModalContent_starButton__dNW6W:hover{transform:scale(1.1)}.ModalContent_starActive__R9ltD{filter:grayscale(0);opacity:1}.ModalContent_ratingText__\+GKHP{color:#6b7280;font-size:.9rem;font-weight:500;margin-left:12px}.ModalContent_feedbackTextarea__9X8vR{border:1px solid #d1d5db;border-radius:6px;color:#374151;font-family:inherit;font-size:.95rem;line-height:1.5;min-height:120px;padding:12px;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.ModalContent_feedbackTextarea__9X8vR:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.ModalContent_feedbackTextarea__9X8vR::placeholder{color:#9ca3af}.ModalContent_charCount__RN6b4{color:#6b7280;font-size:.8rem;margin-top:4px;text-align:right}.ModalContent_userInfo__Ib86o{background-color:#f3f4f6;border-radius:6px;margin-bottom:20px;padding:12px}.ModalContent_userInfo__Ib86o small{color:#4b5563}.ModalContent_submitButton__3mO6C{background-color:#059669;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:14px 20px;transition:background-color .2s ease,transform .1s ease;width:100%}.ModalContent_submitButton__3mO6C:hover:not(:disabled){background-color:#047857;transform:translateY(-1px)}.ModalContent_submitButton__3mO6C:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.ModalContent_submitting__hqFq5{background-color:#9ca3af}.ModalContent_errorMessage__wzery{color:#dc2626;font-size:.85rem;font-weight:500;margin-top:4px}.ModalContent_successMessage__2wkxf{padding:40px 20px;text-align:center}.ModalContent_successIcon__w\+URw{font-size:3rem;margin-bottom:16px}.ModalContent_successMessage__2wkxf h3{color:#059669;margin-bottom:12px}.ModalContent_successMessage__2wkxf p{color:#4b5563;font-size:1rem}@media (max-width:1024px){.ModalContent_modalBody__vQbHT{max-width:950px;width:98vw}.ModalContent_tabButton__l8XHG{font-size:.75rem;padding:8px 6px}}@media (max-width:768px){.ModalContent_modalBody__vQbHT{max-width:none;width:98vw}.ModalContent_tabNavigation__ShUWW{gap:2px;padding:0 8px}.ModalContent_tabButton__l8XHG{font-size:.7rem;padding:8px 4px}.ModalContent_modalContent__zQ4Bn{padding:20px 16px}.ModalContent_section__7thKK{margin:20px 0;padding:16px}.ModalContent_sectionTitle__78mI\+{font-size:1.15rem}.ModalContent_section__7thKK h4{font-size:1.05rem}.ModalContent_stepList__3i8ZK>li{font-size:.85rem;padding-left:32px}.ModalContent_stepList__3i8ZK>li:before{font-size:.7rem;height:20px;width:20px}.ModalContent_imagePlaceholder__UffzU{padding:25px 12px}.ModalContent_imagePlaceholder__UffzU span{font-size:.8rem}}@media (max-width:640px){.ModalContent_modalHeader__UU9gL{padding:20px 16px 12px}.ModalContent_modalHeader__UU9gL h2{font-size:1.3rem}.ModalContent_tabButton__l8XHG{font-size:.65rem;padding:6px 3px}.ModalContent_contactInfo__51kJA{gap:16px}.ModalContent_step__cmxtj{margin:16px 0;padding:12px}.ModalContent_settingItem__6JLro{align-items:flex-start;flex-direction:column;gap:8px}.ModalContent_starRating__WJfK4{flex-wrap:wrap}.ModalContent_starButton__dNW6W{font-size:1.3rem}.ModalContent_ratingText__\+GKHP{margin-left:0;margin-top:8px;width:100%}.ModalContent_feedbackTextarea__9X8vR{min-height:100px}.ModalContent_section__7thKK{padding:12px}.ModalContent_stepList__3i8ZK>li{font-size:.8rem;padding-left:28px}.ModalContent_stepList__3i8ZK>li:before{font-size:.65rem;height:18px;width:18px}.ModalContent_noteBox__N2lmk{font-size:.85rem;padding:12px}.ModalContent_helpSection__-15Ol{padding:16px}}.ModalContent_videoContainer__-rZot{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin:20px 0;padding:20px}.ModalContent_videoContainer__-rZot iframe{border-radius:8px;box-shadow:0 4px 12px #0000001a;height:400px;width:100%}.ModalContent_videoCaption__neFfX{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px;text-align:center}.ModalContent_videoCaption__neFfX p{color:#4b5563;font-size:.9rem;margin:8px 0}.ModalContent_videoCaption__neFfX a{color:#3b82f6;font-weight:500;text-decoration:none}.ModalContent_videoCaption__neFfX a:hover{text-decoration:underline}@media (max-width:768px){.ModalContent_videoContainer__-rZot iframe{height:280px}.ModalContent_videoContainer__-rZot{padding:16px}}@media (max-width:640px){.ModalContent_videoContainer__-rZot iframe{height:240px}.ModalContent_videoContainer__-rZot{padding:12px}}.Footer_footer__BXbEg{background:#4f46e5;bottom:0;box-shadow:0 -4px 6px -1px #0000001a;color:#f8fafc;margin-top:auto;position:-webkit-sticky;position:sticky;width:100%;z-index:10}.Footer_footerContent__BHxvk{align-items:center;display:flex;gap:60px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:10px 20px}.Footer_footerSection__LjKnW:first-child{align-items:center;display:flex;flex:0 0 auto;gap:50px}.Footer_footerSection__LjKnW:last-child{align-items:center;display:flex;flex:0 0 auto;gap:40px}.Footer_logoSection__XIglm{align-items:center;display:flex;gap:12px;white-space:nowrap}.Footer_logoIcon__UU1tO{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafc33;border:1px solid #f8fafc4d;border-radius:10px;color:#f8fafc;display:flex;font-size:1.6rem;font-weight:700;height:42px;justify-content:center;width:42px}.Footer_logoImage__1pc6n{border-radius:10px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));height:45px;object-fit:contain;width:45px}.Footer_logoText__ikSCP{color:#f8fafc;font-size:1.6rem;font-weight:700;text-shadow:0 2px 4px #0000001a}.Footer_companyDescription__9U\+m3{color:#f8fafce6;font-size:1rem;font-weight:400;line-height:1.5;margin:0;white-space:nowrap}.Footer_sectionTitle__ObazS{color:#f8fafcf2;font-size:1.15rem;font-weight:600;margin:0;white-space:nowrap}.Footer_linksList__SveAL{align-items:center;display:flex;flex-direction:row;gap:30px}.Footer_footerLink__ymr01{background:none;border:none;border-radius:4px;color:#f8fafccc;cursor:pointer;font-size:.9rem;padding:8px 0;transition:all .2s ease;white-space:nowrap}.Footer_footerLink__ymr01:hover{color:#f8fafc;text-decoration:underline;transform:translateY(-2px)}.Footer_socialSection__DfCvu{align-items:center;display:flex;gap:16px}.Footer_youtubeButton__Hw1kd{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafc1a;border:1px solid #f8fafc33;border-radius:8px;color:red;cursor:pointer;display:flex;justify-content:center;padding:10px;transition:all .3s ease}.Footer_youtubeButton__Hw1kd:hover{background:#ff000026;border-color:#ff00004d;box-shadow:0 4px 12px #f003;color:red;transform:translateY(-2px)}.Footer_youtubeButton__Hw1kd:active{transform:translateY(-1px)}.Footer_youtubeIcon__AF1cK{color:red;height:20px;transition:all .3s ease;width:20px}.Footer_youtubeButton__Hw1kd:hover .Footer_youtubeIcon__AF1cK{color:red}.Footer_legalInfo__vsmZ2{display:flex;flex-direction:column;gap:8px}.Footer_registeredText__YhTn6,.Footer_rightsText__G1CXH{color:#f8fafcb3;font-size:.85rem;line-height:1.4;margin:0}.Footer_rightsText__G1CXH{font-weight:500}.Footer_registeredText__YhTn6{font-style:italic}.Footer_footerBottom__a3iCg{background:#3730a34d;border-top:1px solid #f8fafc1a}.Footer_bottomContent__HwuxV{align-items:center;color:#f8fafcb3;display:flex;flex-wrap:wrap;font-size:.8rem;gap:16px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:10px 20px}.Footer_bottomContent__HwuxV p{margin:0}.Footer_bottomContent__HwuxV p:first-child{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.Footer_bottomLegal__T3JGs{align-items:center;display:flex;gap:24px}.Footer_bottomLegal__T3JGs .Footer_registeredText__YhTn6,.Footer_bottomLegal__T3JGs .Footer_rightsText__G1CXH{font-size:.8rem}@media (max-width:1024px){.Footer_footerContent__BHxvk{gap:40px}.Footer_footerSection__LjKnW:first-child{gap:30px}.Footer_footerSection__LjKnW:last-child{gap:25px}.Footer_linksList__SveAL{gap:20px}.Footer_socialSection__DfCvu{gap:12px}}@media (max-width:768px){.Footer_footer__BXbEg{position:static}.Footer_footerContent__BHxvk{flex-direction:column;gap:35px;text-align:center}.Footer_footerSection__LjKnW:first-child{flex-direction:column;gap:20px}.Footer_footerSection__LjKnW:last-child{flex-direction:column;gap:25px}.Footer_linksList__SveAL{flex-wrap:wrap;gap:25px;justify-content:center}.Footer_socialSection__DfCvu{justify-content:center}.Footer_companyDescription__9U\+m3,.Footer_sectionTitle__ObazS{text-align:center;white-space:normal}.Footer_bottomContent__HwuxV{flex-direction:column;gap:12px;text-align:center}.Footer_bottomLegal__T3JGs{flex-direction:column;gap:8px}}@media (max-width:640px){.Footer_footerContent__BHxvk{gap:24px;padding:30px 16px 20px}.Footer_linksList__SveAL{flex-direction:column;gap:16px}.Footer_footerLink__ymr01{padding:12px 0}.Footer_bottomContent__HwuxV{padding:20px 16px}.Footer_logoSection__XIglm{justify-content:center}.Footer_companyDescription__9U\+m3,.Footer_sectionTitle__ObazS{text-align:center}.Footer_socialSection__DfCvu{gap:8px}.Footer_youtubeButton__Hw1kd{padding:8px}.Footer_youtubeIcon__AF1cK{height:18px;width:18px}}.Footer_footerLink__ymr01:focus,.Footer_youtubeButton__Hw1kd:focus{border-radius:4px;outline:2px solid #f8fafccc;outline-offset:2px}.Footer_footerLegalLink__cxARF{background:none;border:none;color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;margin:0;padding:0;text-decoration:underline}.Footer_footerLegalLink__cxARF:hover{opacity:.8}.welcome-animation-container{align-items:center;background:linear-gradient(135deg,#fef3c7,#fbbf24,#f59e0b);border-radius:15px;box-shadow:0 8px 25px #00000026;display:flex;flex-direction:column;height:calc(100% - 40px);justify-content:center;margin:20px;max-height:600px;min-height:400px;overflow:hidden;position:relative}.ball-character{animation:rollIn 2s ease-out,bounceLoop 3s ease-in-out 2s infinite;margin-bottom:40px;position:relative}.ball-body{animation:wiggle 8s ease-in-out infinite;background:linear-gradient(45deg,#3b82f6,#1d4ed8);border-radius:50%;box-shadow:0 8px 20px #3b82f666,inset -10px -10px 0 #1d4ed84d,inset 10px 10px 0 #93c5fd4d;height:120px;position:relative;width:120px}.eyes{display:flex;gap:15px;left:50%;position:absolute;top:30px;transform:translateX(-50%)}.eye{animation:blink 4s ease-in-out infinite;background:#fff;border-radius:50%;height:18px;position:relative;width:18px}.pupil{animation:eyeMove 6s ease-in-out infinite;background:#1f2937;border-radius:50%;height:8px;top:50%;transform:translate(-50%,-50%);width:8px}.pupil,.smile{left:50%;position:absolute}.smile{animation:smileWiggle 3s ease-in-out infinite;border:3px solid #fff;border-radius:0 0 40px 40px;border-top:none;bottom:35px;height:20px;transform:translateX(-50%);width:40px}.cheek{background:#f8717199;border-radius:50%;height:8px;position:absolute;top:55px;width:12px}.left-cheek{left:15px}.right-cheek{right:15px}.graduation-cap{animation:capFloat 12s ease-in-out infinite;left:50%;position:absolute;top:-25px;transform:translateX(-50%);z-index:10}.cap-top{background:#1f2937;border-radius:3px;height:30px;position:relative;width:50px}.cap-top:before{background:#1f2937;border-radius:2px;content:"";height:8px;left:50%;position:absolute;top:-8px;transform:translateX(-50%);width:70px}.cap-tassel{animation:tasselSway 3s ease-in-out infinite;background:#dc2626;border-radius:1px;height:30px;position:absolute;right:-15px;top:-8px;width:2px}.cap-tassel:after{background:#dc2626;bottom:-10px;height:10px;left:-4px;width:10px}.cap-tassel:after,.cap-tassel:before{border-radius:50%;content:"";position:absolute}.cap-tassel:before{background:#b91c1c;bottom:-8px;height:6px;left:-3px;width:6px;z-index:1}.text-content{animation:textFadeIn 2.5s ease-out 1s both;text-align:center;z-index:5}.main-title{font-size:4rem;font-weight:900;margin:0 0 15px;text-shadow:2px 2px 4px #0000001a}.jigyasa-text{animation:colorPulse 4s ease-in-out infinite;color:#1d4ed8}.ai-suffix{animation:colorPulse 4s ease-in-out infinite reverse;color:#7c3aed;font-size:.8em}.subtitle{color:#374151;font-size:1.3rem;font-weight:500;margin:30px 20px 0}.floating-elements{height:100%;pointer-events:none;position:absolute;width:100%}.floating-elements>div{font-size:2rem;opacity:.7;position:absolute}.book-icon{animation:float1 6s ease-in-out infinite;left:15%;top:20%}.star-icon{animation:float2 5s ease-in-out infinite;right:20%;top:25%}.lightbulb-icon{animation:float3 7s ease-in-out infinite;bottom:30%;left:10%}@keyframes rollIn{0%{opacity:0;transform:translateX(-200px) rotate(-180deg)}to{opacity:1;transform:translateX(0) rotate(0deg)}}@keyframes bounceLoop{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes wiggle{0%,85%,to{transform:rotate(0deg)}87%{transform:rotate(-3deg)}89%{transform:rotate(3deg)}91%{transform:rotate(-2deg)}93%{transform:rotate(2deg)}95%{transform:rotate(0deg)}}@keyframes blink{0%,90%,to{transform:scaleY(1)}95%{transform:scaleY(.1)}}@keyframes eyeMove{0%,20%,80%,to{transform:translate(-50%,-50%)}10%{transform:translate(-70%,-50%)}30%{transform:translate(-30%,-50%)}}@keyframes smileWiggle{0%,to{transform:translateX(-50%) scale(1)}50%{transform:translateX(-50%) scale(1.1)}}@keyframes capFloat{0%,70%,to{opacity:1;transform:translateX(-50%) translateY(0) rotate(0deg)}75%{opacity:.8;transform:translateX(-50%) translateY(-30px) rotate(180deg)}80%{opacity:.6;transform:translateX(-50%) translateY(-40px) rotate(1turn)}85%{opacity:.8;transform:translateX(-50%) translateY(-20px) rotate(540deg)}}@keyframes textFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes colorPulse{0%,to{filter:brightness(1)}50%{filter:brightness(1.2)}}@keyframes tasselSway{0%,to{transform:rotate(0deg)}25%{transform:rotate(8deg)}75%{transform:rotate(-8deg)}}@keyframes float1{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(5deg)}66%{transform:translateY(-10px) rotate(-3deg)}}@keyframes float2{0%,to{transform:translateY(0) rotate(0deg) scale(1)}50%{transform:translateY(-25px) rotate(10deg) scale(1.1)}}@keyframes float3{0%,to{transform:translateY(0) rotate(0deg)}40%{transform:translateY(-15px) rotate(-8deg)}80%{transform:translateY(-5px) rotate(4deg)}}@media (max-width:768px){.ball-body{height:100px;width:100px}.main-title{font-size:3rem}.subtitle{font-size:1.1rem;padding:0 20px}.eyes{gap:12px;top:25px}.eye{height:15px;width:15px}.pupil{height:6px;width:6px}.smile{bottom:28px;height:16px;width:32px}.floating-elements>div{font-size:1.5rem}}@media (max-width:480px){.welcome-animation-container{margin:10px;padding:20px}.ball-body{height:80px;width:80px}.main-title{font-size:2.5rem}.subtitle{font-size:1rem}.graduation-cap{top:-20px}.cap-top{height:24px;width:40px}.cap-top:before{height:6px;width:56px}}.LoginPage_container__Cfl-W{background:linear-gradient(var(--color-primary-indigo),var(--color-primary-indigo-rich));font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;overflow:hidden}.LoginPage_header__bJ851{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-bottom:1px solid #fff3;display:flex;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.LoginPage_logoSection__BWAjt{align-items:center;display:flex;gap:12px}.LoginPage_logoIcon__420Gx{align-items:center;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border-radius:10px;box-shadow:0 4px 15px #0003;color:#fff;display:flex;font-size:20px;font-weight:700;height:40px;justify-content:center;width:40px}.LoginPage_logoText__3Bwfo{color:#fff;font-size:24px;font-weight:600;letter-spacing:-.5px}.LoginPage_headerButton__fM1uo{align-items:center;background-color:#fff;border:none;border-radius:50px;box-shadow:0 4px 15px #0000001a;color:#333;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:10px;padding:12px 24px;transition:all .3s ease}.LoginPage_headerButton__fM1uo:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}.LoginPage_main__hR9cw{align-items:center;display:flex;flex-direction:row;gap:2rem;height:calc(100vh - 98px);justify-content:space-between;padding:1rem 2rem}.LoginPage_animationSection__0sOZc{align-items:center;animation:LoginPage_fadeInLeft__Yl7At 1s ease-out;display:flex;height:100%;justify-content:center;max-height:400px;width:60%}.LoginPage_taglineSection__nI6ys{align-items:center;animation:LoginPage_fadeInRight__OdYG3 1s ease-out .3s both;display:flex;justify-content:center;width:50%}.LoginPage_taglineCard__0MVpl{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:24px;box-shadow:0 20px 40px #0000001a;max-width:320px;overflow:hidden;padding:2rem;position:relative;text-align:center;width:100%}.LoginPage_taglineCard__0MVpl:before{animation:LoginPage_shimmer__Jw5FM 3s linear infinite;background:linear-gradient(90deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4);background-size:200% 100%;content:"";height:2px;left:0;position:absolute;right:0;top:0}.LoginPage_appName__wH7oK{align-items:center;display:flex;flex-direction:column;gap:.3rem;margin-bottom:1rem}.LoginPage_jigyasa__iVoGY{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;background-clip:text;font-size:2.8rem;font-weight:900;letter-spacing:-1px;line-height:1;text-shadow:0 0 30px #ff6b6b4d}.LoginPage_ai__ZKD4y{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#45b7d1,#96ceb4);-webkit-background-clip:text;background-clip:text;font-size:2.4rem;font-weight:800;letter-spacing:2px;text-shadow:0 0 20px #45b7d14d}.LoginPage_tagline__jca8x{display:flex;flex-direction:column;gap:.3rem}.LoginPage_taglineText__Iaw\+u{color:#ffffffe6;font-size:1.2rem;font-weight:500;letter-spacing:.5px}.LoginPage_hindi__rckuD{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,gold,#ff8c00);-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:700;letter-spacing:1px;text-shadow:0 0 20px #ffd7004d}@keyframes LoginPage_fadeInLeft__Yl7At{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes LoginPage_fadeInRight__OdYG3{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes LoginPage_shimmer__Jw5FM{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes LoginPage_fadeInUp__8Xewn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.LoginPage_main__hR9cw{flex-direction:column;gap:1.5rem;padding:1rem}.LoginPage_animationSection__0sOZc{animation:LoginPage_fadeInUp__8Xewn 1s ease-out;height:350px;max-height:350px;width:100%}.LoginPage_taglineSection__nI6ys{animation:LoginPage_fadeInUp__8Xewn 1s ease-out .3s both;width:100%}.LoginPage_taglineCard__0MVpl{padding:2rem 1.5rem}.LoginPage_jigyasa__iVoGY{font-size:2.4rem}.LoginPage_ai__ZKD4y{font-size:2rem}}@media (max-width:768px){.LoginPage_container__Cfl-W{height:100vh}.LoginPage_header__bJ851{padding:1rem}.LoginPage_logoText__3Bwfo{font-size:20px}.LoginPage_headerButton__fM1uo{display:none}.LoginPage_main__hR9cw{gap:1rem;padding:.5rem}.LoginPage_animationSection__0sOZc{height:300px;max-height:300px}.LoginPage_taglineCard__0MVpl{border-radius:20px;max-width:280px;padding:1.5rem 1.2rem}.LoginPage_jigyasa__iVoGY{font-size:2.2rem}.LoginPage_ai__ZKD4y{font-size:1.8rem}.LoginPage_taglineText__Iaw\+u{font-size:1.1rem}.LoginPage_hindi__rckuD{font-size:1.4rem}}@media (max-width:480px){.LoginPage_logoText__3Bwfo{font-size:18px}.LoginPage_logoIcon__420Gx{font-size:18px;height:35px;width:35px}.LoginPage_animationSection__0sOZc{height:250px;max-height:250px}.LoginPage_taglineCard__0MVpl{border-radius:16px;max-width:250px;padding:1.2rem 1rem}.LoginPage_jigyasa__iVoGY{font-size:1.8rem}.LoginPage_ai__ZKD4y{font-size:1.6rem}.LoginPage_taglineText__Iaw\+u{font-size:1rem}.LoginPage_hindi__rckuD{font-size:1.3rem}}.LoginPage_divider__H1sci{background:#fff3;height:1px;margin:1rem 0}.LoginPage_modeToggle__xnChO{background:#0003;border-radius:12px;display:flex;gap:4px;margin-bottom:1rem;padding:4px}.LoginPage_toggleBtn__Kj8qA{background:#0000;border:none;border-radius:9px;color:#fff9;cursor:pointer;flex:1 1;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:500;padding:8px 12px;transition:all .2s ease}.LoginPage_toggleActive__cTpJI{background:#ffffff26;color:#fff;font-weight:600}.LoginPage_form__YME1y{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.8rem}.LoginPage_input__D-sed{background:#ffffff1a;border:1px solid #fff3;border-radius:10px;box-sizing:border-box;color:#fff;font-family:Poppins,sans-serif;font-size:.875rem;outline:none;padding:10px 14px;transition:border-color .2s ease,background .2s ease;width:100%}.LoginPage_input__D-sed::placeholder{color:#ffffff80}.LoginPage_input__D-sed:focus{background:#ffffff26;border-color:#ffffff80}.LoginPage_errorMsg__ZW0gs{color:#ff6b6b;font-size:.8rem;margin:0;text-align:center}.LoginPage_successMsg__13RAQ{color:#4ecdc4;font-size:.8rem;margin:0;text-align:center}.LoginPage_submitButton__F3iu0{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;margin-top:.2rem;padding:11px;transition:all .3s ease;width:100%}.LoginPage_submitButton__F3iu0:hover:not(:disabled){box-shadow:0 6px 20px #ff6b6b66;transform:translateY(-2px)}.LoginPage_submitButton__F3iu0:disabled{cursor:not-allowed;opacity:.7}.LoginPage_orDivider__A3AjI{align-items:center;display:flex;gap:10px;margin:.7rem 0}.LoginPage_orLine__Q4blz{background:#fff3;flex:1 1;height:1px}.LoginPage_orText__Jryms{color:#ffffff80;font-size:.8rem;font-weight:500}.LoginPage_googleButton__zXes1{align-items:center;background:#fffffff2;border:1px solid #ffffff4d;border-radius:12px;color:#444;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;gap:10px;justify-content:center;padding:10px;transition:all .3s ease;width:100%}.LoginPage_googleButton__zXes1:hover{background:#fff;box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}:root{--color-primary-indigo:#3730a3;--color-primary-indigo-rich:#4f46e5;--color-primary-indigo-light:#6366f1;--color-slate-50:#f8fafc;--color-slate-100:#f1f5f9;--color-slate-200:#e2e8f0;--color-slate-300:#cbd5e1;--color-slate-500:#64748b;--color-slate-700:#334155;--color-background-primary:var(--color-primary-indigo-light);--color-background-secondary:var(--color-slate-100);--color-background-header:var(--color-primary-indigo);--color-background-nav:var(--color-primary-indigo);--color-background-nav:var(#ff0);--color-text-primary:var(--color-primary-indigo);--color-text-secondary:var(--color-slate-500);--color-text-on-dark:var(--color-slate-50);--color-text-muted:var(--color-slate-500);--color-border-primary:var(--color-primary-indigo);--color-border-light:var(--color-slate-200);--color-border-on-dark:var(--color-slate-50);--color-button-primary-bg:var(--color-primary-indigo);--color-button-primary-text:var(--color-slate-50);--color-button-primary-hover:var(--color-primary-indigo-rich);--color-button-secondary-bg:var(--color-slate-50);--color-button-secondary-text:var(--color-primary-indigo);--color-button-secondary-border:var(--color-primary-indigo);--shadow-primary:#3730a31a;--shadow-medium:#3730a333;--shadow-strong:#3730a34d;--color-indigo-alpha-5:#3730a30d;--color-indigo-alpha-10:#3730a31a;--color-indigo-alpha-20:#3730a333;--color-indigo-alpha-30:#3730a34d;--color-slate-alpha-10:#f8fafc1a;--color-slate-alpha-20:#f8fafc33;--color-slate-alpha-30:#f8fafc4d;--color-success:#22c55e;--color-success-bg:#22c55e1a;--color-warning:#fbbf24;--color-warning-bg:#fbbf241a;--color-error:#ef4444;--color-error-bg:#ef44441a}*{box-sizing:border-box;margin:0;padding:0}#root,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0efff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{background:linear-gradient(135deg,var(--color-primary-indigo) 0,var(--color-primary_indigo-rich) 100%);display:flex;flex-direction:column;height:100vh;overflow-x:hidden}.App>.header,.App>header{flex-shrink:0;width:100%}.main-content{display:flex;flex:1 1;flex-direction:column;padding:0;position:relative;width:100%}.main-content>*{max-width:none;width:100%}.App>.footer,.App>footer{flex-shrink:0;width:100%}.loading-fallback{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:1.2rem;font-weight:500;justify-content:center;min-height:50vh}.container{margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.page-container{min-height:100%;padding:2rem;width:100%}.loading{align-items:center;color:#fffc;display:flex;font-size:1.1rem;justify-content:center;min-height:200px}.error-boundary{background:#ff00001a;border-radius:8px;color:#fff;margin:2rem;padding:2rem;text-align:center}.error-boundary h2{color:#ff6b6b;margin-bottom:1rem}.error-boundary p{margin-bottom:1rem;opacity:.9}@media (max-width:768px){.container{padding:0 .5rem}.page-container{padding:1rem}}@media (max-width:480px){.container{padding:0 .25rem}.page-container{padding:.5rem}}
/*# sourceMappingURL=main.4d35e534.css.map*/