.EmailForm_formContainer__aoLlC{max-width:800px;margin:0 auto;background:white;border-radius:var(--radius-xl);padding:var(--spacing-2xl);box-shadow:var(--shadow-xl);border:1px solid var(--gray-200)}.EmailForm_form___CgiO{display:flex;flex-direction:column;gap:var(--spacing-xl)}.EmailForm_formGrid__pxe5n{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:var(--spacing-lg);gap:var(--spacing-lg)}.EmailForm_formGroup__GvveD{display:flex;flex-direction:column;gap:var(--spacing-sm)}.EmailForm_label__VVez6{font-weight:600;color:var(--gray-700);font-size:1rem;margin-bottom:var(--spacing-xs)}.EmailForm_input__QW3TS,.EmailForm_textarea__GFtWe{width:100%;padding:var(--spacing-md);border:2px solid var(--gray-300);border-radius:var(--radius-lg);font-size:1rem;transition:all var(--transition-fast);background:var(--gray-50);font-family:inherit}.EmailForm_input__QW3TS:focus,.EmailForm_textarea__GFtWe:focus{outline:none;border-color:var(--primary-500);background:white;box-shadow:0 0 0 4px rgba(99,102,241,.1);transform:translateY(-1px)}.EmailForm_input__QW3TS::placeholder,.EmailForm_textarea__GFtWe::placeholder{color:var(--gray-400)}.EmailForm_textarea__GFtWe{resize:vertical;min-height:100px;line-height:1.6}.EmailForm_radioGroup__81ecR{display:flex;gap:var(--spacing-lg);margin-top:var(--spacing-sm)}.EmailForm_radioOption__g0tMg{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-md) var(--spacing-lg);border:2px solid var(--gray-300);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-fast);background:var(--gray-50);flex:1 1}.EmailForm_radioOption__g0tMg:hover{border-color:var(--primary-400);background:var(--primary-50)}.EmailForm_radioOption__g0tMg:has(input:checked){border-color:var(--primary-500);background:var(--primary-50);box-shadow:0 0 0 4px rgba(99,102,241,.1)}.EmailForm_radioOption__g0tMg input[type=radio]{width:20px;height:20px;accent-color:var(--primary-500);margin:0}.EmailForm_radioLabel__1XS3u{font-weight:500;color:var(--gray-700);cursor:pointer;margin:0}.EmailForm_fileInputWrapper__wK056{position:relative}.EmailForm_fileInput__3_PM_{position:absolute;left:-9999px;opacity:0;pointer-events:none}.EmailForm_fileInputButton__chxFy{display:flex;align-items:center;justify-content:center;gap:var(--spacing-sm);width:100%;padding:var(--spacing-lg);background:linear-gradient(135deg,var(--primary-600),var(--secondary-600));color:white;border-radius:var(--radius-lg);font-weight:600;font-size:1rem;cursor:pointer;transition:all var(--transition-normal);text-align:center;border:none}.EmailForm_fileInputButton__chxFy:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.EmailForm_fileIcon__C4Uz4{font-size:1.25rem}.EmailForm_fileName__ucEzY{margin-top:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-md);background:var(--success-50);color:var(--success-600);border-radius:var(--radius-md);font-size:.875rem;font-weight:500;text-align:center;border:1px solid var(--success-200)}.EmailForm_submitButton__htUDh{width:100%;padding:var(--spacing-lg);background:linear-gradient(135deg,var(--primary-600),var(--secondary-600));color:white;border:none;border-radius:var(--radius-lg);font-size:1.125rem;font-weight:600;cursor:pointer;transition:all var(--transition-normal);margin-top:var(--spacing-lg);display:flex;align-items:center;justify-content:center;gap:var(--spacing-sm);min-height:60px;box-shadow:var(--shadow-md)}.EmailForm_submitButton__htUDh:hover:not(:disabled){transform:translateY(-3px);box-shadow:var(--shadow-xl)}.EmailForm_submitButton__htUDh:disabled{opacity:.8;cursor:not-allowed;transform:none}.EmailForm_submitButton__htUDh.EmailForm_loading__dq6GX{background:var(--gray-400)}.EmailForm_spinner__U1lYJ{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:EmailForm_spin__Qbi7_ 1s linear infinite}@keyframes EmailForm_spin__Qbi7_{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.EmailForm_input__QW3TS:invalid{border-color:var(--error-500)}.EmailForm_input__QW3TS:invalid:focus{border-color:var(--error-500);box-shadow:0 0 0 4px rgba(239,68,68,.1)}.EmailForm_input__QW3TS:valid:not(:placeholder-shown){border-color:var(--success-500)}.EmailForm_input__QW3TS:valid:not(:placeholder-shown):focus{border-color:var(--success-500);box-shadow:0 0 0 4px rgba(16,185,129,.1)}@media (max-width:768px){.EmailForm_formContainer__aoLlC{margin:1rem;padding:1.5rem;border-radius:1rem}.EmailForm_form___CgiO{gap:1.25rem}.EmailForm_formGrid__pxe5n{grid-template-columns:1fr;gap:1rem}.EmailForm_formGroup__GvveD{gap:.5rem}.EmailForm_label__VVez6{font-size:.875rem;margin-bottom:.25rem}.EmailForm_input__QW3TS,.EmailForm_textarea__GFtWe{padding:.75rem;font-size:.875rem;border-radius:.5rem}.EmailForm_textarea__GFtWe{min-height:80px}.EmailForm_radioGroup__81ecR{flex-direction:column;gap:.75rem;margin-top:.5rem}.EmailForm_radioOption__g0tMg{justify-content:flex-start;padding:.75rem 1rem;border-radius:.5rem}.EmailForm_radioOption__g0tMg input[type=radio]{width:16px;height:16px}.EmailForm_radioLabel__1XS3u{font-size:.875rem}.EmailForm_fileInputButton__chxFy{padding:.875rem;font-size:.875rem;border-radius:.5rem}.EmailForm_fileIcon__C4Uz4{font-size:1rem}.EmailForm_fileName__ucEzY{margin-top:.5rem;padding:.5rem .75rem;font-size:.75rem;border-radius:.375rem}.EmailForm_submitButton__htUDh{padding:.875rem;font-size:1rem;min-height:50px;margin-top:1rem;border-radius:.5rem}.EmailForm_spinner__U1lYJ{width:16px;height:16px}}@media (max-width:480px){.EmailForm_formContainer__aoLlC{margin:.75rem;padding:1rem;border-radius:.75rem}.EmailForm_form___CgiO{gap:1rem}.EmailForm_formGroup__GvveD{gap:.375rem}.EmailForm_label__VVez6{font-size:.8125rem;margin-bottom:.25rem}.EmailForm_input__QW3TS,.EmailForm_textarea__GFtWe{padding:.625rem;font-size:.8125rem;border-radius:.375rem;border-width:1px}.EmailForm_input__QW3TS:focus,.EmailForm_textarea__GFtWe:focus{box-shadow:0 0 0 2px rgba(99,102,241,.1);transform:none}.EmailForm_textarea__GFtWe{min-height:70px}.EmailForm_radioGroup__81ecR{gap:.625rem;margin-top:.375rem}.EmailForm_radioOption__g0tMg{padding:.625rem .875rem;border-radius:.375rem;border-width:1px}.EmailForm_radioOption__g0tMg:has(input:checked){box-shadow:0 0 0 2px rgba(99,102,241,.1)}.EmailForm_radioOption__g0tMg input[type=radio]{width:14px;height:14px}.EmailForm_radioLabel__1XS3u{font-size:.8125rem}.EmailForm_fileInputButton__chxFy{padding:.75rem;font-size:.8125rem;border-radius:.375rem;gap:.375rem}.EmailForm_fileIcon__C4Uz4{font-size:.875rem}.EmailForm_fileName__ucEzY{margin-top:.375rem;padding:.375rem .625rem;font-size:.6875rem;border-radius:.25rem}.EmailForm_submitButton__htUDh{padding:.75rem;font-size:.9375rem;min-height:44px;margin-top:.875rem;border-radius:.375rem;gap:.375rem}.EmailForm_submitButton__htUDh:hover:not(:disabled){transform:none}.EmailForm_spinner__U1lYJ{width:14px;height:14px;border-width:1.5px}}.EmailSetup_container__SMaxP{background:white;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);border:1px solid #e5e7eb;margin-bottom:1.5rem}.EmailSetup_card___B9mg{padding:1.5rem}.EmailSetup_header__PAH6B{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem}.EmailSetup_icon__57KQk{width:60px;height:60px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.EmailSetup_title__d_U12{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.EmailSetup_subtitle__hy_kJ{color:#6b7280;margin:0;font-size:.875rem}.EmailSetup_content__V7c_j{display:flex;flex-direction:column;gap:1.5rem}.EmailSetup_instructions__6EgXZ{background:#f9fafb;border-radius:8px;padding:1rem;border:1px solid #e5e7eb}.EmailSetup_instructions__6EgXZ h3{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#374151}.EmailSetup_instructions__6EgXZ ol{margin:0 0 1rem;padding-left:1.25rem;font-size:.875rem;color:#6b7280;line-height:1.5}.EmailSetup_instructions__6EgXZ li{margin-bottom:.25rem}.EmailSetup_link__WeN6c{display:inline-flex;align-items:center;gap:.5rem;color:#3b82f6;text-decoration:none;font-size:.875rem;font-weight:500}.EmailSetup_link__WeN6c:hover{color:#2563eb}.EmailSetup_formGroup__rSaDq{display:flex;flex-direction:column;gap:.5rem}.EmailSetup_label__vtA4c{font-size:.875rem;font-weight:500;color:#374151}.EmailSetup_passwordInput__vza1K{position:relative;display:flex;align-items:center}.EmailSetup_input__rSfdT{width:100%;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-family:monospace;letter-spacing:.1em;padding:.75rem 3rem .75rem .75rem}.EmailSetup_input__rSfdT:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.EmailSetup_toggleButton__oDocR{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px;font-size:1rem}.EmailSetup_toggleButton__oDocR:hover{background:#f3f4f6}.EmailSetup_counter__0eT97{font-size:.75rem;color:#6b7280;margin:0}.EmailSetup_actions__bF0zh{display:flex;gap:.75rem;flex-wrap:wrap}.EmailSetup_primaryButton__eIiiy{background:#3b82f6;color:white;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s;flex:1 1;min-width:120px}.EmailSetup_primaryButton__eIiiy:hover:not(:disabled){background:#2563eb}.EmailSetup_primaryButton__eIiiy:disabled{background:#9ca3af;cursor:not-allowed}.EmailSetup_secondaryButton__SdDmr{background:white;color:#374151;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.EmailSetup_secondaryButton__SdDmr:hover{background:#f9fafb;border-color:#9ca3af}.EmailSetup_skipButton__bacJ8{background:none;color:#6b7280;border:none;padding:.75rem 1rem;font-size:.875rem;cursor:pointer;transition:color .2s}.EmailSetup_skipButton__bacJ8:hover{color:#374151}@media (max-width:640px){.EmailSetup_actions__bF0zh{flex-direction:column}.EmailSetup_primaryButton__eIiiy,.EmailSetup_secondaryButton__SdDmr{flex:none}}.Home_modernLanding__ZH67E{min-height:100vh;background:linear-gradient(135deg,#fafafa,#f8fafc);overflow-x:hidden}.Home_modernNav__w318F{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.05);padding:1rem 0;transition:all .3s ease}.Home_navContent__CEQaW{justify-content:space-between;max-width:1200px;padding:0 2rem}.Home_logoSection___Lrb2,.Home_modernLogo__RtHev,.Home_navContent__CEQaW{display:flex;align-items:center}.Home_modernLogo__RtHev{gap:.75rem;font-weight:700;font-size:1.25rem;color:#1f2937;text-decoration:none}.Home_logoSvg__7nJIB{transition:transform .3s ease}.Home_modernLogo__RtHev:hover .Home_logoSvg__7nJIB{transform:scale(1.05)}.Home_logoText__VvVy0{background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.Home_navActions__V33MK{display:flex;gap:1rem;align-items:center}.Home_signInBtn__rA2Up{color:#6366f1;font-weight:500;text-decoration:none;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s ease;outline:1px solid #6366f1}.Home_signInBtn__rA2Up:hover{outline:2px solid #6366f1;background:rgba(99,102,241,.1)}.Home_getStartedBtn__Bp3gm{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white;font-weight:600;text-decoration:none;padding:.75rem 1.5rem;border-radius:.75rem;transition:all .3s ease;box-shadow:0 4px 14px 0 rgba(99,102,241,.39);display:flex;align-items:center;gap:.5rem}.Home_getStartedBtn__Bp3gm:hover{transform:translateY(-2px);box-shadow:0 8px 25px 0 rgba(99,102,241,.5)}.Home_googleIcon__Uuc81{flex-shrink:0}.Home_modernHero__VxlEB{padding:8rem 0 4rem;background:linear-gradient(135deg,rgba(99,102,241,.02),rgba(139,92,246,.02));position:relative;overflow:hidden;margin-top:-90px}.Home_modernHero__VxlEB:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236366f1' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat}.Home_heroGrid__zuKRQ{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.Home_heroContent__IGkft{animation:Home_fadeInUp__v4Vdz 1s ease-out}.Home_heroAnnouncement__aMUSW{margin-bottom:1.5rem}.Home_announcementBadge__rvdSG{display:inline-flex;align-items:center;padding:.5rem 1rem;background:linear-gradient(135deg,rgba(99,102,241,.1),rgba(139,92,246,.1));border:1px solid rgba(99,102,241,.2);border-radius:2rem;font-size:.875rem;font-weight:600;color:#6366f1}.Home_heroTitle__BwshW{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#1f2937}.Home_cursor__UMvHs{display:inline-block;background:#6366f1;width:3px;height:1.2em;margin-left:4px;animation:Home_blink___23V4 1s infinite;vertical-align:text-bottom}@keyframes Home_blink___23V4{0%,50%{opacity:1}51%,to{opacity:0}}.Home_heroDescription__1Bdnh{font-size:1.25rem;line-height:1.6;color:#6b7280;margin-bottom:2rem}.Home_heroStats__hwR4e{display:flex;gap:2rem;margin-bottom:2.5rem}.Home_statItem__EtTZS{text-align:center}.Home_statNumber__IqK0v{display:block;font-size:2.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.Home_statLabel__rkjtq{font-size:.875rem;color:#6b7280;margin-top:.5rem}.Home_heroActions__h8GDk{display:flex;gap:1rem;align-items:center;margin-bottom:2rem}.Home_primaryCta__PebOz{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white;font-weight:600;text-decoration:none;padding:1rem 2rem;border-radius:.75rem;transition:all .3s ease;box-shadow:0 4px 14px 0 rgba(99,102,241,.39);display:flex;align-items:center;gap:.5rem;border:none;cursor:pointer}.Home_primaryCta__PebOz:hover{transform:translateY(-2px);box-shadow:0 8px 25px 0 rgba(99,102,241,.5)}.Home_secondaryCta___7e6x{color:#6366f1;font-weight:600;text-decoration:none;padding:1rem 2rem;border:2px solid #6366f1;border-radius:.75rem;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;background:transparent;cursor:pointer}.Home_secondaryCta___7e6x:hover{background:#6366f1;color:white;transform:translateY(-2px)}.Home_ctaIcon__UUAAY{flex-shrink:0}.Home_trustIndicators__y1r_M{display:flex;flex-direction:column;gap:.75rem}.Home_trustText__sWr9M{font-size:.875rem;color:#6b7280;font-weight:500}.Home_trustBadges__ekq1Q{display:flex;gap:.75rem}.Home_trustBadge__yC07I{font-size:.75rem;padding:.25rem .5rem;background:rgba(99,102,241,.1);color:#6366f1;border-radius:.5rem;font-weight:600}.Home_heroVisual__VonXA{position:relative;animation:Home_fadeInUp__v4Vdz 1s ease-out .3s both}.Home_featureShowcase__6Cj83{background:white;border-radius:1.5rem;box-shadow:0 20px 60px rgba(0,0,0,.1);overflow:hidden;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.Home_featureShowcase__6Cj83:hover{transform:scale(1.02)}.Home_featureHeader__kl9Sr{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.Home_featureIcon__yKZ0t{width:60px;height:60px;font-size:1.5rem}.Home_featureTitle__ve6hL{font-size:1.25rem;font-weight:700;color:#1f2937}.Home_featureContent__RurXX p{color:#6b7280;line-height:1.6;margin-bottom:1rem}.Home_mockInterviewPreview__WAxCU{margin-top:1rem}.Home_featureGif__QtFIL{width:100%;height:auto;border-radius:.75rem;border:1px solid #e5e7eb}.Home_gifFallback__G1sR3{background:#f8fafc;border-radius:.75rem;border:1px solid #e5e7eb;padding:1.5rem}.Home_chatInterface__PAGdd{display:flex;flex-direction:column;gap:1rem}.Home_chatMessage__j1KYg{display:flex;align-items:flex-start;gap:.75rem}.Home_aiAvatar__c7ZgV{width:40px;height:40px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.Home_messageText__pjZWn{background:white;padding:1rem;border-radius:.75rem;border:1px solid #e5e7eb;flex:1 1;font-size:.875rem;color:#374151}.Home_typingIndicator__9To12{display:flex;gap:.25rem;padding:.5rem 1rem}.Home_typingIndicator__9To12 span{width:8px;height:8px;background:#6366f1;border-radius:50%;animation:Home_typing__Cw7OM 1.4s ease-in-out infinite}.Home_typingIndicator__9To12 span:nth-child(2){animation-delay:.2s}.Home_typingIndicator__9To12 span:nth-child(3){animation-delay:.4s}@keyframes Home_typing__Cw7OM{0%,60%,to{transform:scale(1);opacity:.4}30%{transform:scale(1.2);opacity:1}}.Home_floatingElements__c2CqW{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.Home_floatingCard__lNrpV{position:absolute;background:white;padding:.75rem 1rem;border-radius:.75rem;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid #e5e7eb;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#374151}.Home_float1__kUcXm{top:10%;right:10%;animation:Home_float__oJ3_9 6s ease-in-out infinite}.Home_float2__9lE_h{bottom:20%;left:10%;animation:Home_float__oJ3_9 6s ease-in-out 2s infinite}.Home_float3__mDUv2{top:50%;right:-5%;animation:Home_float__oJ3_9 6s ease-in-out 4s infinite}@keyframes Home_float__oJ3_9{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(5deg)}}.Home_cardEmoji__fQ5ga{font-size:1.2rem}.Home_cardText__PWL57{color:#6b7280}.Home_featuresSection__PwesM{padding:6rem 0;background:white}.Home_sectionHeader__2xRFM{text-align:center;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.Home_sectionHeader__2xRFM h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#1f2937}.Home_sectionHeader__2xRFM p{font-size:1.25rem;color:#6b7280;line-height:1.6;margin:0}.Home_featuresGrid__S5WNG{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.Home_featureCard__Tfgwd{background:white;padding:2rem;border-radius:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #f3f4f6;transition:all .3s ease;position:relative;overflow:hidden}.Home_featureCard__Tfgwd:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#6366f1,#8b5cf6);transform:scaleX(0);transition:transform .3s ease}.Home_featureCard__Tfgwd:hover:before{transform:scaleX(1)}.Home_featureCard__Tfgwd:hover{transform:translateY(-5px);box-shadow:0 10px 40px rgba(0,0,0,.12)}.Home_featured__p2F9Q{border:2px solid #6366f1;background:linear-gradient(135deg,rgba(99,102,241,.02),rgba(139,92,246,.02))}.Home_featureBadge__lgGz9{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#10b981,#059669);color:white;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.Home_featureIcon__yKZ0t{width:80px;height:80px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:white;transition:transform .3s ease}.Home_featureCard__Tfgwd:hover .Home_featureIcon__yKZ0t{transform:scale(1.1) rotate(5deg)}.Home_featureCard__Tfgwd h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.Home_featureCard__Tfgwd p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.Home_featureCard__Tfgwd ul{list-style:none;padding:0;margin:0 0 1.5rem}.Home_featureCard__Tfgwd li{display:flex;align-items:center;margin-bottom:.75rem;color:#6b7280;font-size:.875rem}.Home_featureCard__Tfgwd li:before{content:"✓";color:#10b981;font-weight:700;margin-right:.75rem;width:16px;height:16px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0}.Home_featureDemo__gF4HK{margin-top:1rem;background:#f8fafc;border-radius:.75rem;overflow:hidden;border:1px solid #e5e7eb}.Home_emailPreview__jAArU{padding:1rem}.Home_emailHeader__hvi6v{display:flex;gap:.5rem;margin-bottom:1rem}.Home_emailDot__3AbyI{width:12px;height:12px;border-radius:50%;background:#ef4444}.Home_emailDot__3AbyI:nth-child(2){background:#f59e0b}.Home_emailDot__3AbyI:nth-child(3){background:#10b981}.Home_emailBody__Fil_q{background:white;padding:1rem;border-radius:.5rem;border:1px solid #e5e7eb}.Home_typingAnimation__2YgJ_{font-size:.875rem;color:#6b7280;position:relative}.Home_typingAnimation__2YgJ_:after{content:"|";animation:Home_blink___23V4 1s infinite;margin-left:2px}.Home_interviewPreview__gMy8v{padding:1rem}.Home_interviewGif__OKo6X{width:100%;height:auto;border-radius:.5rem}.Home_interviewFallback__K_8bl{background:white;border-radius:.5rem;border:1px solid #e5e7eb}.Home_mockInterview___Uvzc{padding:1rem;display:flex;flex-direction:column;gap:1rem}.Home_aiInterviewer__5k8ms{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151}.Home_interviewQuestion__71F4V{background:white;padding:1rem;border-radius:.5rem;border:1px solid #e5e7eb;font-size:.875rem;color:#374151;font-style:italic}.Home_scoreIndicator__4xLvG{background:linear-gradient(135deg,#10b981,#059669);color:white;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;text-align:center}.Home_chatPreview__ZS2Fr{padding:1rem}.Home_botMessage__hhIGL{background:white;padding:1rem;border-radius:.75rem;border:1px solid #e5e7eb;font-size:.875rem;color:#374151}.Home_dashboardPreview__JKA1d{padding:1rem;display:flex;justify-content:center}.Home_metricCard__BkTwi{background:white;padding:1rem;border-radius:.5rem;border:1px solid #e5e7eb;text-align:center;min-width:100px}.Home_metricNumber__k9Twl{display:block;font-size:1.5rem;font-weight:700;color:#6366f1;margin-bottom:.25rem}.Home_metricLabel__vASz7{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.Home_timelinePreview__jwyFI{padding:1rem;display:flex;justify-content:space-between}.Home_timelineItem__BC0S3{background:white;padding:.5rem 1rem;border-radius:.5rem;border:1px solid #e5e7eb;font-size:.75rem;font-weight:600;color:#6366f1}.Home_mobilePreview__k1BTI{padding:1rem;display:flex;justify-content:center}.Home_phoneFrame__U3B89{width:80px;height:120px;background:#374151;border-radius:1rem;padding:.5rem}.Home_phoneFrame__U3B89,.Home_phoneScreen__E5f_v{display:flex;align-items:center;justify-content:center}.Home_phoneScreen__E5f_v{width:100%;height:100%;background:white;border-radius:.5rem;font-size:1.5rem}.Home_howItWorksSection__wgwnl{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.Home_stepsGrid__o3XGH{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:3rem;gap:3rem;max-width:1000px;margin:0 auto;padding:0 2rem}.Home_step__GLapr{text-align:center;position:relative}.Home_step__GLapr:after{content:"";position:absolute;top:50px;right:-1.5rem;width:3rem;height:2px;background:linear-gradient(135deg,#6366f1,#8b5cf6);opacity:.3}.Home_step__GLapr:last-child:after{display:none}.Home_stepNumber__xk4o4{position:absolute;top:-10px;left:50%;transform:translateX(-50%);width:40px;height:40px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white;font-weight:700;font-size:1.25rem;z-index:10}.Home_stepIcon__3dxt0,.Home_stepNumber__xk4o4{border-radius:50%;display:flex;align-items:center;justify-content:center}.Home_stepIcon__3dxt0{width:80px;height:80px;background:white;margin:0 auto 1.5rem;color:#6366f1;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease}.Home_step__GLapr:hover .Home_stepIcon__3dxt0{transform:scale(1.1)}.Home_step__GLapr h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.Home_step__GLapr p{color:#6b7280;line-height:1.6;margin:0}.Home_socialProofSection__KKnoT{padding:4rem 0;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white}.Home_statsGrid___Y9es{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto;padding:0 2rem}.Home_statCard__2UclM{text-align:center;padding:2rem 1rem;background:rgba(255,255,255,.1);border-radius:1rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.Home_statCard__2UclM:hover{transform:translateY(-5px)}.Home_statIcon__ui_CD{font-size:2rem;margin-bottom:1rem;opacity:.8}.Home_statNumber__IqK0v{font-size:3rem;font-weight:800;line-height:1;margin-bottom:.5rem}.Home_statLabel__rkjtq{font-size:1rem;opacity:.9;font-weight:500}.Home_mockInterviewSpotlight__joTyq{padding:6rem 0;background:white;border-top:1px solid #e5e7eb}.Home_spotlightGrid__0l_cF{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.Home_spotlightContent__ovg8d{display:flex;flex-direction:column;gap:1.5rem}.Home_spotlightBadge__VYUjx{display:inline-flex;align-items:center;padding:.5rem 1rem;background:linear-gradient(135deg,rgba(16,185,129,.1),rgba(5,150,105,.1));border:1px solid rgba(16,185,129,.2);border-radius:2rem;font-size:.875rem;font-weight:600;color:#10b981;width:-moz-fit-content;width:fit-content}.Home_spotlightContent__ovg8d h2{font-size:2.5rem;font-weight:800;color:#1f2937;margin:0}.Home_spotlightContent__ovg8d p{font-size:1.125rem;color:#6b7280;line-height:1.6;margin:0}.Home_spotlightFeatures__Fdjsb{display:flex;flex-direction:column;gap:1rem}.Home_spotlightFeature__s1zA6{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e5e7eb}.Home_spotlightFeature__s1zA6 .Home_featureIcon__yKZ0t{width:40px;height:40px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1rem;color:white;flex-shrink:0;margin:0}.Home_spotlightFeature__s1zA6 h4{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.Home_spotlightFeature__s1zA6 p{font-size:.875rem;color:#6b7280;margin:0;line-height:1.4}.Home_spotlightCta__RcFz3{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white;font-weight:600;text-decoration:none;padding:1rem 2rem;border-radius:.75rem;transition:all .3s ease;box-shadow:0 4px 14px 0 rgba(99,102,241,.39);display:flex;align-items:center;gap:.5rem;width:-moz-fit-content;width:fit-content}.Home_spotlightCta__RcFz3:hover{transform:translateY(-2px);box-shadow:0 8px 25px 0 rgba(99,102,241,.5)}.Home_spotlightVisual__3GX1h{position:relative}.Home_interviewContainer__X_oF7{background:white;border-radius:1.5rem;box-shadow:0 20px 60px rgba(0,0,0,.1);overflow:hidden;border:1px solid #e5e7eb}.Home_mockInterviewDemo__iGTJe{padding:1.5rem}.Home_interviewHeader__NdoIY{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.Home_interviewStatus__AelAL{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;font-weight:500}.Home_liveIndicator__o8E75{width:8px;height:8px;background:#10b981;border-radius:50%;animation:Home_pulse__RjTWC 2s infinite}@keyframes Home_pulse__RjTWC{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.Home_questionCard__8CVU4{background:#f8fafc;padding:1.5rem;border-radius:.75rem;border:1px solid #e5e7eb;margin-bottom:1.5rem}.Home_questionCard__8CVU4 h4{font-size:.875rem;font-weight:600;color:#6366f1;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.Home_questionCard__8CVU4 p{font-size:1rem;color:#1f2937;line-height:1.5;margin:0;font-weight:500}.Home_answerSection__1DRk9{margin-bottom:1.5rem}.Home_answerInput__h1Jei{background:white;border:2px solid #e5e7eb;border-radius:.75rem;padding:1rem;margin-bottom:1rem;min-height:80px;display:flex;align-items:center}.Home_answerTools__4qaT5{display:flex;gap:.75rem;justify-content:center}.Home_textBtn__limV3,.Home_voiceBtn__WX2n5{width:40px;height:40px;border-radius:50%;border:2px solid #e5e7eb;background:white;display:flex;align-items:center;justify-content:center;font-size:1.25rem;cursor:pointer;transition:all .3s ease}.Home_textBtn__limV3:hover,.Home_voiceBtn__WX2n5:hover{border-color:#6366f1;background:#f0f9ff}.Home_scorePanel__7H6TF{display:flex;flex-direction:column;gap:1rem}.Home_scoreItem__AIZGM{display:flex;align-items:center;gap:1rem}.Home_scoreLabel__3w7ZZ{font-size:.875rem;font-weight:600;color:#374151;min-width:60px}.Home_scoreBar__fi0S_{flex:1 1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.Home_scoreFill__A9m1S{height:100%;background:linear-gradient(135deg,#10b981,#059669);transition:width .5s ease}.Home_scoreValue__o6Od9{font-size:.875rem;font-weight:600;color:#10b981;min-width:40px;text-align:right}.Home_ctaSection__Pbu4o{padding:6rem 0;background:#1f2937;color:white;text-align:center}.Home_ctaContent__htgrB{max-width:600px;margin:0 auto;padding:0 2rem}.Home_ctaContent__htgrB h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.Home_ctaContent__htgrB p{font-size:1.25rem;opacity:.9;margin-bottom:2rem;line-height:1.6}.Home_ctaActions__lzEIh{display:flex;flex-direction:column;align-items:center;gap:1rem}.Home_ctaPrimary__HStw9{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white;font-weight:600;text-decoration:none;padding:1rem 2rem;border-radius:.75rem;transition:all .3s ease;box-shadow:0 4px 14px 0 rgba(99,102,241,.39);display:flex;align-items:center;gap:.5rem;font-size:1.125rem}.Home_ctaPrimary__HStw9:hover{transform:translateY(-2px);box-shadow:0 8px 25px 0 rgba(99,102,241,.5)}.Home_ctaNote__jhTXn{display:flex;align-items:center;gap:.5rem;font-size:.875rem;opacity:.8;color:#10b981}.Home_modernFooter__jREQ6{background:#111827;color:white;padding:3rem 0 1rem}.Home_footerContent__wfaND{display:grid;grid-template-columns:1fr 2fr;grid-gap:3rem;gap:3rem;max-width:1200px;padding:0 2rem;margin:0 auto 2rem}.Home_footerBrand__AjuIM{display:flex;flex-direction:column;gap:1rem}.Home_footerLogo__TXwJA{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;margin-bottom:1rem}.Home_footerBrand__AjuIM p{opacity:.8;line-height:1.6;margin:0}.Home_footerLinks__JIDUa{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.Home_footerSection__TLdZW h4{font-weight:600;margin-bottom:1rem;color:white}.Home_footerSection__TLdZW a{display:block;color:rgba(255,255,255,.8);text-decoration:none;margin-bottom:.5rem;transition:color .3s ease}.Home_footerSection__TLdZW a:hover{color:#6366f1}.Home_footerBottom__YbXOc{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);max-width:1200px;margin:0 auto;padding-left:2rem;padding-right:2rem}.Home_footerBottom__YbXOc p{opacity:.8;margin:0}.Home_socialLinks__gym1b{display:flex;gap:1rem}.Home_socialLinks__gym1b a{color:rgba(255,255,255,.8);transition:color .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1)}.Home_socialLinks__gym1b a:hover{color:#6366f1;background:rgba(99,102,241,.1)}@keyframes Home_fadeInUp__v4Vdz{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Home_authenticatedContainer__mE8mi{min-height:100vh;background:#f8fafc}.Home_userHeader__16UNe{background:white;border-bottom:1px solid #e2e8f0;padding:1.5rem 0}.Home_userHeaderContent__9n0Sm{justify-content:space-between;flex-wrap:wrap}.Home_userHeaderContent__9n0Sm,.Home_userInfo__ykMo4{display:flex;align-items:center;gap:1rem}.Home_userAvatar__W7m69{width:50px;height:50px;border-radius:50%;object-fit:cover}.Home_userInfo__ykMo4 h1{margin:0;font-size:1.5rem;font-weight:600;color:#1a202c}.Home_userInfo__ykMo4 p{margin:0;color:#718096;font-size:.875rem}.Home_statusBadge__BU_Rj{display:flex;align-items:center;gap:.5rem}.Home_connected__SGyQx{background:#f0fff4;color:#22543d;border-radius:.5rem;border:1px solid #9ae6b4}.Home_connected__SGyQx,.Home_notConnected__XUARX{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.Home_notConnected__XUARX{background:#fffbeb;color:#744210;border-radius:.5rem;border:1px solid #fbd38d}.Home_statusIcon__msmTB{font-size:1rem}.Home_headerActions__eU3kQ{display:flex;gap:.75rem}.Home_dashboardButton__401KK{background:#4c51bf;color:white;text-decoration:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:background-color .2s}.Home_dashboardButton__401KK:hover{background:#434190}.Home_setupSection__zybeM{padding:2rem 0}.Home_emailFormSection__X9HLN,.Home_setupPrompt__jS1OM{padding:2rem 0;background:#f7fafc}.Home_promptCard__Ka5cf{background:white;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e2e8f0}.Home_promptContent__VZgp2{display:flex;align-items:center;gap:1.5rem;text-align:left}.Home_promptIcon__G0gF4{font-size:2rem;flex-shrink:0}.Home_promptContent__VZgp2 h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#1a202c}.Home_promptContent__VZgp2 p{margin:0;color:#718096;line-height:1.5}.Home_setupButton__8PiyY{background:#4c51bf;color:white;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s;white-space:nowrap}.Home_setupButton__8PiyY:hover{background:#434190}@media (max-width:768px){.Home_navContent__CEQaW{padding:0 1rem}.Home_navActions__V33MK{gap:.5rem}.Home_getStartedBtn__Bp3gm,.Home_signInBtn__rA2Up{padding:.5rem 1rem;font-size:.875rem;outline:2px solid #6366f1}.Home_modernHero__VxlEB{padding:6rem 0 3rem}.Home_heroGrid__zuKRQ{grid-template-columns:1fr;gap:2rem;padding:0 1rem;text-align:center}.Home_heroTitle__BwshW{font-size:2.5rem;margin-bottom:1rem}.Home_heroDescription__1Bdnh{font-size:1rem;margin-bottom:1.5rem}.Home_heroStats__hwR4e{justify-content:center;gap:1rem;margin-bottom:2rem}.Home_heroActions__h8GDk{flex-direction:column;align-items:center;gap:.75rem}.Home_primaryCta__PebOz,.Home_secondaryCta___7e6x{width:100%;max-width:280px;justify-content:center}.Home_featureShowcase__6Cj83{transform:none;max-width:100%}.Home_featureShowcase__6Cj83:hover{transform:scale(1.02)}.Home_floatingCard__lNrpV{display:none}.Home_featuresGrid__S5WNG{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.Home_featureCard__Tfgwd{padding:1.5rem}.Home_stepsGrid__o3XGH{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.Home_step__GLapr:after{display:none}.Home_statsGrid___Y9es{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 1rem}.Home_statCard__2UclM{padding:1.5rem 1rem}.Home_statNumber__IqK0v{font-size:2rem}.Home_spotlightGrid__0l_cF{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.Home_spotlightContent__ovg8d{text-align:center}.Home_spotlightContent__ovg8d h2{font-size:2rem}.Home_ctaContent__htgrB{padding:0 1rem}.Home_ctaContent__htgrB h2{font-size:2rem}.Home_ctaContent__htgrB p{font-size:1rem}.Home_footerContent__wfaND{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.Home_footerLinks__JIDUa{grid-template-columns:repeat(2,1fr);gap:1.5rem}.Home_footerBottom__YbXOc{flex-direction:column;gap:1rem;text-align:center;padding-left:1rem;padding-right:1rem}.Home_userHeaderContent__9n0Sm{flex-direction:column;align-items:flex-start;gap:1rem;padding:0 1rem}.Home_userInfo__ykMo4{gap:.75rem}.Home_userAvatar__W7m69{width:40px;height:40px}.Home_userInfo__ykMo4 h1{font-size:1.25rem}.Home_userInfo__ykMo4 p{font-size:.75rem}.Home_connected__SGyQx,.Home_notConnected__XUARX{padding:.5rem .75rem;font-size:.75rem}.Home_dashboardButton__401KK{padding:.625rem 1.25rem;font-size:.875rem}.Home_promptContent__VZgp2{flex-direction:column;text-align:center;gap:1rem}.Home_promptIcon__G0gF4{font-size:1.75rem}.Home_promptContent__VZgp2 h3{font-size:1.125rem}.Home_promptContent__VZgp2 p{font-size:.875rem}.Home_setupButton__8PiyY{padding:.625rem 1.25rem;font-size:.875rem;width:100%;max-width:200px}}@media (max-width:480px){.Home_heroTitle__BwshW{font-size:2rem}.Home_heroStats__hwR4e{flex-direction:column;gap:.75rem}.Home_statNumber__IqK0v{font-size:1.75rem}.Home_sectionHeader__2xRFM h2{font-size:2rem}.Home_featureCard__Tfgwd{padding:1rem}.Home_featureIcon__yKZ0t,.Home_stepIcon__3dxt0{width:60px;height:60px}.Home_statsGrid___Y9es{grid-template-columns:1fr}.Home_ctaContent__htgrB h2{font-size:1.75rem}.Home_footerLinks__JIDUa{grid-template-columns:1fr}.Home_mockInterviewDemo__iGTJe,.Home_questionCard__8CVU4{padding:1rem}.Home_spotlightContent__ovg8d h2{font-size:1.75rem}.Home_spotlightFeatures__Fdjsb{gap:.75rem}.Home_spotlightFeature__s1zA6{padding:.75rem}.Home_scoreItem__AIZGM{flex-direction:column;align-items:flex-start;gap:.5rem}.Home_scoreBar__fi0S_{width:100%}}.Home_bg-gradient-to-r__mCFL0{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.Home_from-blue-500__yBnst{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}.Home_to-purple-600__IE8qT{--tw-gradient-to:#9333ea}.Home_from-green-500__ENY_L{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}.Home_to-blue-500__qe9cu{--tw-gradient-to:#3b82f6}.Home_from-purple-500__MD7QN{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.Home_to-pink-500__LYUN_{--tw-gradient-to:#ec4899}.Home_from-orange-500__OP88z{--tw-gradient-from:#f97316;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,115,22,0))}.Home_to-red-500__mhNIl{--tw-gradient-to:#ef4444}@keyframes Home_shimmer__tR4cd{0%{background-position:-1000px 0}to{background-position:1000px 0}}.Home_shimmer__tR4cd{background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);background-size:1000px 100%;animation:Home_shimmer__tR4cd 2s infinite}@media (prefers-reduced-motion:no-preference){.Home_fadeInUp__v4Vdz{animation:Home_fadeInUp__v4Vdz .6s ease-out}.Home_fadeInUp__v4Vdz:nth-child(2){animation-delay:.1s}.Home_fadeInUp__v4Vdz:nth-child(3){animation-delay:.2s}.Home_fadeInUp__v4Vdz:nth-child(4){animation-delay:.3s}}.Home_ctaPrimary__HStw9:focus,.Home_getStartedBtn__Bp3gm:focus,.Home_primaryCta__PebOz:focus,.Home_secondaryCta___7e6x:focus,.Home_signInBtn__rA2Up:focus,.Home_spotlightCta__RcFz3:focus{outline:2px solid #6366f1;outline-offset:2px}.Home_signInBtn__rA2Up:focus{background:rgba(99,102,241,.1)}@media (prefers-contrast:high){.Home_featureCard__Tfgwd{border:2px solid #000}.Home_modernNav__w318F{border-bottom:2px solid #000}.Home_ctaPrimary__HStw9,.Home_getStartedBtn__Bp3gm,.Home_primaryCta__PebOz,.Home_spotlightCta__RcFz3{border:2px solid #000}}