@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);.Navbar_navbar__uTQDG{background-color:var(--background-dark);border-bottom:1px solid var(--border-dark-theme);padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.Navbar_container__6TSJy{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1280px}.Navbar_brand__GD8Mc{align-items:center;color:var(--text-on-dark);display:flex;font-size:1.25rem;font-weight:700;gap:.75rem;text-decoration:none}.Navbar_logo__2e8Iv{height:36px;width:36px}.Navbar_navLinks__L9An1{align-items:center;display:flex;gap:1.5rem}.Navbar_navLink__T0y-Y{color:var(--text-secondary);font-size:1rem;font-weight:500;padding:.5rem .25rem;text-decoration:none;transition:var(--transition-main)}.Navbar_navLink__T0y-Y:hover{color:var(--text-on-dark)}.Navbar_welcomeMessage__3uvTQ{color:var(--text-secondary);font-size:.9rem;margin-right:.5rem}.Navbar_actionButton__Hgu2i{background-color:var(--primary-blue);border:none;border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:600;padding:.6rem 1.25rem;text-decoration:none;transition:var(--transition-main)}.Navbar_actionButton__Hgu2i:hover{background-color:var(--primary-blue-dark);box-shadow:var(--shadow-md);transform:translateY(-2px)}.Navbar_secondaryButton__a4qe0{background-color:var(--border-dark-theme);box-shadow:none;color:var(--text-on-dark)}.Navbar_secondaryButton__a4qe0:hover{background-color:#4b5563;color:#fff;transform:translateY(-2px)}.HomePage_homeContainer__HjLED{padding:4rem 2rem}.HomePage_heroSection__ti7Wd{margin:0 auto 6rem;max-width:800px;text-align:center}.HomePage_heroTitle__a4kwt{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#3730a3,#4f46e5);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.HomePage_heroSubtitle__Z-dM\+{color:var(--text-slate-500);font-size:1.25rem;margin:0 auto 2.5rem;max-width:600px}.HomePage_ctaButton__RYfa8{background-color:var(--primary-blue);border:2px solid var(--primary-blue);border-radius:50px;box-shadow:var(--shadow-lg);color:#fff;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease-in-out}.HomePage_ctaButton__RYfa8:hover{background-color:#fff;box-shadow:0 10px 25px #0000001a;color:var(--primary-blue);transform:translateY(-3px)}.HomePage_featuresSection__ysvOg{margin:0 auto;max-width:1200px}.HomePage_featuresTitle__BfMJr{color:var(--text-slate-900);font-size:2.5rem;font-weight:800;margin-bottom:3rem;text-align:center}.HomePage_featuresGrid__AjUYK{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.HomePage_featureCard__aGw6q{background:var(--card-background-white);border:1px solid var(--border-slate-200);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);padding:2rem;transition:var(--transition-fast)}.HomePage_featureCard__aGw6q:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.HomePage_featureCardTitle__LXMow{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.HomePage_featureCardText__GMRZ0{color:var(--text-slate-500);font-size:1rem}.AuthPage_authPage__pgrSh{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.AuthPage_backgroundOverlay__8y\+8Y{animation:AuthPage_gradientAnimation__1TiWb 15s ease infinite;background:linear-gradient(250deg,#020024,#0d0d3b,#2c0b43);background-size:400% 400%;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}@keyframes AuthPage_gradientAnimation__1TiWb{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.AuthPage_authBox__eKRq\+{animation:AuthPage_fadeIn__Trnct .8s ease-out;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;box-shadow:0 8px 32px 0 #0000005e;display:flex;flex-direction:column;justify-content:center;max-width:520px;min-height:600px;padding:3.5rem;width:100%;z-index:2}@keyframes AuthPage_fadeIn__Trnct{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.AuthPage_authBox__eKRq\+ h2{color:#fff;font-size:2.25rem;font-weight:800;margin-bottom:2.5rem;text-align:center}.AuthPage_inputGroup__klx8Q{margin-bottom:1.75rem}.AuthPage_inputGroup__klx8Q label{color:#fff;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.AuthPage_inputGroup__klx8Q input{background-color:#ffffffe6;border:1px solid #fff3;border-radius:8px;color:#111827;font-size:1.1rem;padding:1rem 1.25rem;transition:all .3s ease;width:100%}.AuthPage_inputGroup__klx8Q input::placeholder{color:#6b7280}.AuthPage_inputGroup__klx8Q input:focus{background-color:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f64d;outline:none}.AuthPage_passwordWrapper__\+v5jE{align-items:center;display:flex;position:relative}.AuthPage_passwordWrapper__\+v5jE input{padding-right:3.5rem}.AuthPage_passwordIcon__odZj7{color:#6b7280;cursor:pointer;font-size:1.25rem;position:absolute;right:1.25rem;top:50%;transform:translateY(-50%)}.AuthPage_submitButton__b1Uj2{background:#3b82f6;border:none;border-radius:70px;box-shadow:0 4px 15px #3b82f64d;color:#fff;cursor:pointer;display:block;font-size:1.1rem;font-weight:600;margin:1rem auto 0;padding:1rem 2rem;transition:all .3s ease;width:70%}.AuthPage_submitButton__b1Uj2:hover{background:#2563eb;box-shadow:0 6px 20px #3b82f666;transform:translateY(-3px)}.AuthPage_switchButton__1ipnS{background:none;border:none;color:#bdc3c7;cursor:pointer;font-size:.95rem;margin-top:1rem;padding:.75rem;width:100%}.AuthPage_switchButton__1ipnS span{color:#3b82f6;font-weight:600}.AuthPage_errorText__W\+rPe{background-color:#7f1d1d80;border:1px solid #ef4444;border-radius:8px;color:#fca5a5;margin-bottom:1.5rem;padding:.75rem;text-align:center}.dashboard_mainContainer__4SjZe{margin:3rem auto;max-width:1280px;padding:0 2rem}.dashboard_header__jaT1b{align-items:center;border-bottom:1px solid var(--border-slate-200);display:flex;justify-content:space-between;margin-bottom:2.5rem;padding-bottom:1.5rem}.dashboard_headerTitle__l8cXw{font-size:2.25rem;font-weight:800}.dashboard_createButton__yv9sG{align-items:center;background:linear-gradient(90deg,#4f46e5,#7c3aed);border-radius:50px;box-shadow:var(--shadow-md);color:#fff;display:flex;font-weight:600;gap:.5rem;padding:.8rem 1.75rem;text-decoration:none;transition:var(--transition-fast)}.dashboard_createButton__yv9sG:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.dashboard_errorBox__XqH7Z{background-color:#fee2e2;border-radius:var(--border-radius-lg);color:var(--error-red-500);margin-bottom:2rem;padding:1rem;text-align:center}.dashboard_grid__Gp52r{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.dashboard_card__WBg14{background-color:var(--card-background-white);border:1px solid var(--border-slate-200);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);display:flex;flex-direction:column;overflow:hidden;transition:var(--transition-fast)}.dashboard_card__WBg14:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.dashboard_cardPreview__9OnYB{aspect-ratio:400/565;background-color:var(--background-slate-100);overflow:hidden;width:100%}.dashboard_cardPreview__9OnYB img{height:100%;object-fit:cover;transition:transform .3s ease-in-out;width:100%}.dashboard_card__WBg14:hover .dashboard_cardPreview__9OnYB img{transform:scale(1.05)}.dashboard_cardContent__BOE7W{padding:1.25rem}.dashboard_cardTitle__enYmY{color:var(--text-slate-900);font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.dashboard_cardSubtitle__ZRfHG{color:var(--text-slate-500);font-size:.9rem;text-transform:capitalize}.dashboard_cardActions__DUavv{border-top:1px solid var(--border-slate-200);display:flex;gap:.5rem;margin-top:auto;padding:.5rem}.dashboard_actionButton__ki25v{align-items:center;background:none;border:none;border-radius:var(--border-radius-md);color:var(--text-slate-500);cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem .5rem;transition:var(--transition-fast)}.dashboard_actionButton__ki25v:hover{background-color:var(--background-slate-100);color:var(--primary-indigo-600)}.dashboard_deleteButton__L5Apz:hover{background-color:#fee2e2;color:var(--error-red-500)}.dashboard_emptyState__tUz3h{background-color:var(--card-background-white);border:2px dashed var(--border-slate-200);border-radius:var(--border-radius-lg);margin-top:2.5rem;padding:4rem 2rem;text-align:center}.template_templatesContainer__1aVQO{margin:2rem auto;max-width:1200px;padding:2rem;text-align:center}.template_title__IRRaV{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem}.template_subtitle__6wWf8{color:#7f8c8d;font-size:1.2rem;margin-bottom:3rem}.template_templatesGrid__-OLkh{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.template_templateCard__S28Hx{border-radius:8px;box-shadow:0 10px 20px #0000001a;cursor:pointer;margin:0 auto;max-width:400px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.template_templateCard__S28Hx:hover{box-shadow:0 15px 30px #00000026;transform:translateY(-10px)}.template_previewImage__fTAdz{display:block;height:auto;width:100%}.template_cardOverlay__QNQh4{align-items:center;background:#2c3e50b3;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.template_templateCard__S28Hx:hover .template_cardOverlay__QNQh4{opacity:1}.template_templateName__rhQYj{font-size:1.75rem;margin:0 0 1rem}.template_useButton__93K4R{background-color:#3498db;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.8rem;transition:background-color .2s ease,transform .2s ease}.template_useButton__93K4R:hover{background-color:#2980b9;transform:scale(1.05)}.template_useButton__93K4R:disabled{background-color:#95a5a6;cursor:not-allowed}.template_errorText__9BKL2{background-color:#fbecec;border:1px solid #e74c3c;border-radius:6px;color:#e74c3c;margin-bottom:2rem;padding:1rem}.resumeeditor_editorLayout__jnL4h{animation:resumeeditor_fadeInAnimation__3jEKa .5s ease-in-out;background-color:#f8fafc;display:grid;font-family:Inter,sans-serif;grid-template-columns:60% 40%;grid-template-rows:auto 1fr;height:100vh}@keyframes resumeeditor_fadeInAnimation__3jEKa{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.resumeeditor_controlsHeader__9S6-Q{align-items:center;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;grid-column:1/-1;justify-content:space-between;padding:.75rem 2rem;z-index:10}.resumeeditor_controls__Xfycm{align-items:center;display:flex;gap:.75rem}.resumeeditor_controls__Xfycm button{align-items:center;background-color:initial;border:1px solid #0000;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.8rem 1.6rem;position:relative;transition:all .2s ease-in-out}.resumeeditor_controls__Xfycm button:hover{background-color:#f1f5f9;color:#111827;transform:translateY(-2px)}.resumeeditor_controls__Xfycm button.resumeeditor_active__gfGES{background:linear-gradient(45deg,#4f46e5,#7c3aed);box-shadow:0 4px 15px #4f46e54d;color:#fff;transform:translateY(-2px)}.resumeeditor_controls__Xfycm button:active{box-shadow:0 2px 8px #4f46e533;transform:translateY(0) scale(.98)}.resumeeditor_controls__Xfycm button[data-tooltip]:after,.resumeeditor_saveButton__WeLFi[data-tooltip]:after{background-color:#1f2937;border-radius:6px;bottom:125%;color:#fff;content:attr(data-tooltip);font-size:.8rem;font-weight:500;left:50%;opacity:0;padding:6px 12px;position:absolute;transform:translateX(-50%);transition:opacity .3s ease,transform .3s ease;visibility:hidden;white-space:nowrap}.resumeeditor_controls__Xfycm button[data-tooltip]:hover:after,.resumeeditor_saveButton__WeLFi[data-tooltip]:hover:after{opacity:1;transform:translateX(-50%) translateY(-5px);visibility:visible}.resumeeditor_saveButton__WeLFi{align-items:center;background-color:#10b981!important;border-radius:8px;color:#fff!important;display:flex;font-weight:600;gap:.5rem;padding:.8rem 1.6rem;position:relative;transition:all .2s ease-in-out}.resumeeditor_saveButton__WeLFi:hover{background-color:#059669!important;box-shadow:0 4px 15px #10b9814d;transform:translateY(-2px)}.resumeeditor_leftPanelContainer__nzKVE,.resumeeditor_rightPanelContainer__-k-P0{display:flex;flex-direction:column;height:100%;overflow:hidden}.resumeeditor_rightPanelContainer__-k-P0{background-color:#fff;border-left:1px solid #e5e7eb}.resumeeditor_panelContent__Jh98x{flex-grow:1;overflow-y:auto;padding:1.5rem 2rem}.resumeeditor_formSection__d4-UY{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1.5rem;overflow:hidden;transition:box-shadow .3s ease,border-color .3s ease}.resumeeditor_formSection__d4-UY:hover{border-color:#d1d5db;box-shadow:0 10px 25px -5px #00000012}.resumeeditor_formSection__d4-UY .resumeeditor_sectionContent__0qdzY{max-height:0;padding:0 1.5rem;transition:all .4s ease-in-out;visibility:hidden}.resumeeditor_formSection__d4-UY.resumeeditor_open__aG518 .resumeeditor_sectionContent__0qdzY{max-height:2000px;padding:1.5rem;visibility:visible}.resumeeditor_header__KUiOE{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.resumeeditor_title__yVrV5{color:#111827;font-size:1.75rem;margin:0}.resumeeditor_actionButton__\+Umvf{align-items:center;background-color:#eef2ff;border:none;border-radius:8px;color:#4f46e5;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.resumeeditor_actionButton__\+Umvf:hover{background-color:#e0e7ff;transform:scale(1.03)}.resumeeditor_sectionHeader__ATwJv{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:1.25rem 1.5rem;transition:background-color .2s ease}.resumeeditor_sectionHeader__ATwJv:hover{background-color:#f9fafb}.resumeeditor_sectionHeader__ATwJv h3{font-size:1.1rem;font-weight:600;margin:0}.resumeeditor_sectionControls__lG\+7X{align-items:center;display:flex;gap:.5rem}.resumeeditor_sectionControls__lG\+7X button{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;transition:transform .2s ease}.resumeeditor_sectionControls__lG\+7X button:hover{color:#111827;transform:scale(1.2)}.resumeeditor_chevron__EnqSa{transition:transform .3s ease-in-out}.resumeeditor_open__aG518 .resumeeditor_chevron__EnqSa{transform:rotate(180deg)}.resumeeditor_inputField__aEBu3,input[type=email],input[type=tel],input[type=text],textarea{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;margin-bottom:1rem;padding:.8rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.resumeeditor_inputField__aEBu3:focus,input[type=email]:focus,input[type=tel]:focus,input[type=text]:focus,textarea:focus{background-color:#fff;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.resumeeditor_inputRow__hsnjr{align-items:center;display:flex;gap:1rem}.resumeeditor_inputRow__hsnjr>*{flex:1 1}.resumeeditor_previewPanel__pVPvr{display:flex;flex-direction:column;height:100%}.resumeeditor_previewHeader__Yyrcj{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;margin-bottom:1rem;padding:0 2rem}.resumeeditor_previewHeader__Yyrcj h3{font-size:1.25rem;font-weight:600}.resumeeditor_updatePreviewButton__VBznC{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:8px 16px;transition:all .2s ease-in-out}.resumeeditor_updatePreviewButton__VBznC:hover{background-color:#f7f9fc;border-color:#4f46e5;box-shadow:0 2px 8px #0000000f;color:#4f46e5;transform:translateY(-1px)}.resumeeditor_updatePreviewButton__VBznC:active{transform:translateY(0) scale(.98)}.resumeeditor_updatePreviewButton__VBznC .resumeeditor_spinning__UqUm0{animation:resumeeditor_spin__dHod\+ 1s linear infinite}.resumeeditor_pdfViewer__EfmPg{background-color:#e5e7eb;border-radius:8px;box-shadow:0 10px 20px #0000001a;flex-grow:1;margin:0 2rem 1.5rem;overflow:hidden;position:relative}.resumeeditor_pdfPreview__c6Bs6{border:none;height:100%;width:100%}.resumeeditor_subsection__JewLx{background-color:#fdfdff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.resumeeditor_subsectionHeader__7Cj\+f{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.resumeeditor_subsectionHeader__7Cj\+f h4{margin:0}.resumeeditor_subsectionHeader__7Cj\+f button{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem}.resumeeditor_subsectionHeader__7Cj\+f button:hover{color:#ef4444}.resumeeditor_addButton__xqRHJ{align-items:center;background-color:initial;border:1px dashed #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;margin-top:.5rem;padding:.5rem 1rem}.resumeeditor_addButton__xqRHJ:hover{background-color:#f9fafb;border-color:#4f46e5;color:#4f46e5}.resumeeditor_inputWithAi__wLne2{margin-bottom:1rem;position:relative}.resumeeditor_inputWithAi__wLne2 textarea{min-height:100px;padding-right:3rem}.resumeeditor_inputWithAi__wLne2 input{padding-right:3rem}.resumeeditor_inputControls__svSpd{display:flex;gap:.25rem;opacity:0;padding:.5rem;position:absolute;right:0;top:0;transition:opacity .2s}.resumeeditor_inputWithAi__wLne2:focus-within .resumeeditor_inputControls__svSpd,.resumeeditor_inputWithAi__wLne2:hover .resumeeditor_inputControls__svSpd{opacity:1}.resumeeditor_inputControls__svSpd button{background:#0000;border:none;border-radius:4px;color:#6b7280;cursor:pointer;padding:.5rem;transition:background-color .2s}.resumeeditor_inputControls__svSpd button:hover{background-color:#eef2ff;color:#4f46e5}.resumeeditor_boldButton__IVO1R{font-weight:700}.resumeeditor_modalOverlay__cE8Vv{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:100}.resumeeditor_modalContent__DPd0Q{background-color:#fff;border-radius:12px;display:flex;flex-direction:column;gap:1rem;max-width:500px;padding:2rem;width:100%}.resumeeditor_modalContent__DPd0Q h3{font-size:1.5rem;margin-top:0}.resumeeditor_modalContent__DPd0Q label{color:#111827;font-weight:600}.resumeeditor_modalContent__DPd0Q input,.resumeeditor_modalContent__DPd0Q select{border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;width:100%}.resumeeditor_modalActions__GgZ1L{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.resumeeditor_cancelButton__kbzO\+{background-color:#e5e7eb;border:none;border-radius:8px;color:#4b5563;cursor:pointer;padding:.75rem 1.5rem}.resumeeditor_aiPanel__ldD77{display:flex;flex-direction:column;gap:1.5rem;height:100%}.resumeeditor_jobDescriptionContainer__1iciC{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-shrink:0;overflow:hidden}.resumeeditor_jobDescriptionHeader__wY1zY{align-items:center;background-color:#f9fafb;cursor:pointer;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.resumeeditor_jobDescriptionContent__UD1U0{border-top:1px solid #e5e7eb;padding:1.5rem}.resumeeditor_jobDescriptionContent__UD1U0 textarea{margin-bottom:1rem;min-height:150px;resize:vertical}.resumeeditor_aiActionButton__FFjxI{align-items:center;background-color:#4f46e5;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.8rem 1rem;width:100%}.resumeeditor_aiResults__kyF6f{flex-grow:1;overflow-y:auto}.resumeeditor_aiFeedbackSection__Ek1Gj{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.resumeeditor_aiFeedbackSection__Ek1Gj h3{align-items:center;border-bottom:1px solid #e5e7eb;color:#4f46e5;display:flex;gap:.5rem;margin-bottom:1rem;margin-top:0;padding-bottom:.75rem}.resumeeditor_scoreCircle__JfVko{align-items:center;background:conic-gradient(#4f46e5 0deg,#e5e7eb 0deg);background:conic-gradient(#4f46e5 var(--score,0deg),#e5e7eb 0deg);border-radius:50%;display:flex;flex-direction:column;font-size:2rem;font-weight:700;height:120px;justify-content:center;margin:1rem auto 1.5rem;width:120px}.resumeeditor_scoreCircle__JfVko small{color:#6b7280;font-size:.8rem;font-weight:400}.resumeeditor_suggestionList__P8D\+7{list-style:none;padding:0}.resumeeditor_suggestionList__P8D\+7 li{align-items:flex-start;display:flex;gap:.5rem;margin-bottom:.75rem}.resumeeditor_suggestionList__P8D\+7 svg{color:#10b981;flex-shrink:0;margin-top:4px}.resumeeditor_centeredMessage__u5BmO{align-items:center;color:#6b7280;display:flex;font-size:1.2rem;height:100%;justify-content:center}.resumeeditor_errorText__Nwic-{background-color:#fef2f2;border-radius:8px;color:#ef4444;padding:1rem;text-align:center}.resumeeditor_spinning__UqUm0{animation:resumeeditor_spin__dHod\+ 1s linear infinite}@keyframes resumeeditor_spin__dHod\+{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.notfoundpage_container__gt02u{align-items:center;background-color:#f8fafc;display:flex;flex-direction:column;height:calc(100vh - 80px);justify-content:center;padding:2rem;text-align:center}.notfoundpage_title__024Wj{color:var(--primary-color);font-size:6rem;font-weight:800;margin:0}.notfoundpage_subtitle__5Wkrv{color:var(--text-color);font-size:1.875rem;font-weight:700;margin-top:.5rem}.notfoundpage_description__4WaoA{color:var(--text-secondary);font-size:1rem;line-height:1.6;margin-bottom:2rem;margin-top:1rem;max-width:400px}.notfoundpage_homeButton__rQAXR{background-color:var(--primary-color);border-radius:8px;color:#fff;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:background-color .3s,transform .2s}.notfoundpage_homeButton__rQAXR:hover{background-color:var(--primary-color-dark);transform:translateY(-2px)}.app{background-color:var(--background-color);display:flex;flex-direction:column;min-height:100vh}.main-content{flex-grow:1;width:100%}:root{--background-dark:#111827;--background-light:#f9fafb;--background-card:#fff;--text-on-dark:#f9fafb;--text-on-light:#1f2937;--text-secondary:#9ca3af;--border-color:#e5e7eb;--border-dark-theme:#374151;--primary-blue:#2563eb;--primary-blue-dark:#1d4ed8;--accent-gradient:linear-gradient(90deg,#14b8a6,#22c55e);--border-radius-md:0.5rem;--border-radius-lg:1rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--transition-main:all 0.3s cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;background-color:var(--background-light);color:#1f2937;color:var(--text-on-light);font-family:Inter,sans-serif;font-size:16px;line-height:1.6;margin:0}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.02em;margin-top:0}a{color:#2563eb;color:var(--primary-blue);text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition-main)}a:hover{color:#1d4ed8;color:var(--primary-blue-dark)}
/*# sourceMappingURL=main.ffd32dd6.css.map*/