@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.auth-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:#f8fafc;position:relative;overflow:hidden;font-family:Inter,system-ui,-apple-system,sans-serif;padding:80px 20px 40px}.auth-container:before,.auth-container:after{display:none}.auth-card{position:relative;z-index:1;width:400px;background:#fff;border:1px solid #e2e8f0;padding:40px 32px;border-radius:14px;display:flex;flex-direction:column;gap:16px;box-shadow:0 4px 15px -2px #0f172a0f;animation:fadeUp .5s ease both}.auth-card h2{font-size:1.6rem;font-weight:800;text-align:center;color:#0f172a;letter-spacing:-.02em;margin-bottom:4px}.error-text{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:.85rem;padding:10px 14px;border-radius:8px;text-align:center}.success-text{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;font-size:.85rem;padding:10px 14px;border-radius:8px;text-align:center}.auth-card input{padding:12px 16px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-size:.92rem;color:#0f172a;outline:none;transition:border-color .15s,box-shadow .15s}.password-input-container{position:relative;display:flex;align-items:center;width:100%}.password-input-container input{width:100%;padding-right:42px}.toggle-password-btn{position:absolute;right:12px;background:transparent!important;border:none!important;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px!important;border-radius:6px!important;box-shadow:none!important;transform:none!important}.toggle-password-btn:hover{color:#0f172a;background:#f1f5f9!important}.auth-card input::placeholder{color:#94a3b8}.auth-card input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.auth-card button[type=submit]{padding:12px;border:none;border-radius:8px;background:#2563eb;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s ease,box-shadow .15s ease;box-shadow:0 1px 2px #2563eb33;margin-top:4px}.auth-card button[type=submit]:hover:not(:disabled){background:#1d4ed8}.auth-card button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.auth-card p{text-align:center;font-size:.88rem;color:#475569}.auth-card a{color:#2563eb;text-decoration:none;font-weight:600}.auth-card a:hover{text-decoration:underline}@media(max-width:480px){.auth-container{padding:80px 16px 40px;align-items:flex-start}.auth-card{width:100%;padding:28px 20px}}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:68px;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0f172a0a}.navbar-logo{font-size:1.15rem;font-weight:800;color:#0f172a;cursor:pointer;letter-spacing:-.02em;display:flex;align-items:center;gap:6px;-webkit-user-select:none;user-select:none}.navbar-logo span{color:#2563eb}.navbar-logo:hover{opacity:.9}.navbar-links{display:flex;align-items:center;gap:4px}.nav-link{font-size:.9rem;font-weight:500;color:#475569;background:transparent;border:none;cursor:pointer;padding:8px 16px;border-radius:8px;transition:color .15s,background .15s;position:relative}.nav-link:hover{color:#0f172a;background:#f1f5f9}.nav-link.active{color:#2563eb;font-weight:600;background:#eff6ff}.navbar-actions{display:flex;align-items:center;gap:12px}.nav-btn-ghost{font-size:.88rem;font-weight:600;color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 18px;cursor:pointer;transition:all .15s ease}.nav-btn-ghost:hover{color:#0f172a;border-color:#94a3b8;background:#f8fafc}.nav-btn-primary{font-size:.88rem;font-weight:600;color:#fff;background:#2563eb;border:none;border-radius:8px;padding:8px 18px;cursor:pointer;transition:background .15s ease,box-shadow .15s ease;box-shadow:0 1px 2px #2563eb33}.nav-btn-primary:hover{background:#1d4ed8}.nav-btn-logout{font-size:.85rem;font-weight:600;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:8px 18px;cursor:pointer;transition:all .15s ease}.nav-btn-logout:hover{color:#fff;background:#dc2626;border-color:#dc2626}.user-welcome-badge{font-size:.82rem;font-weight:500;color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;padding:6px 14px;border-radius:8px;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.user-welcome-badge strong{color:#0f172a;font-weight:700}.mobile-menu-btn{display:none;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#0f172a;font-size:1.3rem;width:40px;height:40px;cursor:pointer;align-items:center;justify-content:center;line-height:1;transition:background .15s,border-color .15s}.mobile-menu-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.drawer-overlay{position:fixed;inset:0;z-index:1000;background:#0f172a66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;animation:fadeInOverlay .15s ease-out}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.drawer-sidebar{width:300px;max-width:84vw;height:100%;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;box-shadow:10px 0 25px #0f172a14;animation:slideInLeft .2s cubic-bezier(.16,1,.3,1);overflow-y:auto}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e2e8f0}.drawer-logo{font-weight:800;font-size:1.15rem;color:#0f172a;cursor:pointer;display:flex;align-items:center;gap:6px}.drawer-logo span{color:#2563eb}.drawer-close-btn{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:1.1rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.drawer-close-btn:hover{color:#0f172a;background:#e2e8f0}.drawer-nav-list{display:flex;flex-direction:column;gap:4px;padding:20px 16px;flex:1}.drawer-link{display:flex;align-items:center;gap:14px;padding:12px 16px;border-radius:8px;background:transparent;border:none;color:#475569;font-size:.95rem;font-weight:500;text-align:left;cursor:pointer;transition:all .15s ease;width:100%}.drawer-link-icon{font-size:1.1rem;display:flex;align-items:center;justify-content:center;width:24px}.drawer-link:hover{background:#f1f5f9;color:#0f172a}.drawer-link.active{background:#eff6ff;border-left:3px solid #2563eb;color:#2563eb;font-weight:600}.drawer-footer{padding:20px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:14px;background:#f8fafc}.drawer-user-info{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px 14px}.user-avatar{width:36px;height:36px;border-radius:50%;background:#eff6ff;border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#2563eb}.user-text{display:flex;flex-direction:column;overflow:hidden}.user-name{font-size:.9rem;font-weight:700;color:#0f172a}.user-email{font-size:.78rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drawer-logout-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:10px;border-radius:8px;font-size:.85rem;font-weight:600;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;cursor:pointer;transition:all .15s ease}.drawer-logout-btn:hover{background:#dc2626;color:#fff;border-color:#dc2626}.drawer-auth-btns{display:flex;flex-direction:column;gap:8px;width:100%}.drawer-auth-btns button{width:100%;text-align:center}@media(max-width:1023px){.desktop-only{display:none!important}.mobile-menu-btn{display:flex}.navbar{padding:0 20px;height:60px}}@media(max-width:480px){.navbar{padding:0 16px}}.home-wrapper{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:#f8fafc;color:#0f172a;overflow-x:hidden}.gradient-text{color:#2563eb}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;padding:120px 24px 70px;background:radial-gradient(circle at 50% 0%,#eff6ff,#f8fafc 70%)}.hero-bg-orbs{display:none}.hero-content{position:relative;z-index:2;max-width:860px;text-align:center;animation:fadeUp .6s ease both}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:6px 14px;border-radius:20px;margin-bottom:24px}.badge-dot{width:7px;height:7px;background:#2563eb;border-radius:50%}.hero-h1{font-size:clamp(2.4rem,6vw,4.5rem);font-weight:800;line-height:1.12;letter-spacing:-.03em;color:#0f172a;margin-bottom:20px}.hero-sub{font-size:clamp(1rem,2vw,1.2rem);color:#475569;max-width:620px;margin:0 auto 20px;line-height:1.6}.hero-quote{font-style:italic;font-size:.92rem;color:#64748b;margin-bottom:32px}.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:48px}.btn-primary{background:#2563eb;color:#fff;font-weight:600;font-size:.95rem;padding:12px 28px;border:none;border-radius:8px;cursor:pointer;transition:background .15s ease,box-shadow .15s ease;box-shadow:0 1px 2px #2563eb33}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#fff;color:#334155;font-weight:600;font-size:.95rem;padding:12px 26px;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px #0f172a0a}.btn-secondary:hover{border-color:#94a3b8;background:#f8fafc;color:#0f172a}.score-card-tease{display:inline-flex;align-items:center;gap:24px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px 28px;box-shadow:0 4px 12px -2px #0f172a0f}.score-ring{position:relative;width:76px;height:76px}.ring-svg{width:76px;height:76px;transform:rotate(-90deg)}.ring-bg{fill:none;stroke:#f1f5f9;stroke-width:6}.ring-fill{fill:none;stroke:#2563eb;stroke-width:6;stroke-linecap:round;stroke-dasharray:213.6;stroke-dashoffset:60}.score-number{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.3rem;color:#2563eb}.score-details{text-align:left;min-width:160px}.score-label{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin-bottom:8px}.score-bar-row{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:.78rem;color:#475569}.score-bar-row span{width:60px}.mini-bar{flex:1;height:5px;background:#f1f5f9;border-radius:4px;overflow:hidden}.mini-fill{height:100%;background:#2563eb;border-radius:4px}section{padding:80px 24px}.section-header{text-align:center;margin-bottom:56px}.section-tag{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2563eb;margin-bottom:8px}.section-header h2{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.18;letter-spacing:-.02em;color:#0f172a}.features-section{background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;max-width:1100px;margin:0 auto}.feature-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:28px 24px;transition:border-color .15s,box-shadow .15s}.feature-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px -2px #0f172a0d}.feature-icon{font-size:1.8rem;margin-bottom:14px}.feature-card h3{font-size:1.05rem;font-weight:700;margin-bottom:8px;color:#0f172a}.feature-card p{font-size:.88rem;color:#475569;line-height:1.55}.features-cta{text-align:center;margin-top:48px}.trust-line{margin-top:10px;font-size:.82rem;color:#64748b}.how-section{background:#f8fafc}.steps-row{display:flex;justify-content:center;align-items:flex-start;gap:24px;max-width:960px;margin:0 auto}.step-card{flex:1;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px 20px;box-shadow:0 1px 3px #0f172a0a}.step-num{font-size:2.2rem;font-weight:800;color:#2563eb;line-height:1;margin-bottom:12px}.step-connector{display:none}.step-card h3{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:8px}.step-card p{font-size:.88rem;color:#475569;line-height:1.5}.benefits-section{display:flex;align-items:center;gap:60px;max-width:1100px;margin:0 auto;padding:80px 24px}.benefits-text{flex:1}.benefits-text h2{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;color:#0f172a;margin-bottom:16px}.benefits-desc{color:#475569;font-size:.95rem;line-height:1.65;margin-bottom:24px}.benefits-list{list-style:none;display:flex;flex-direction:column;gap:12px;padding:0}.benefits-list li{display:flex;align-items:flex-start;gap:10px;font-size:.92rem;color:#0f172a}.check-icon{flex-shrink:0;width:20px;height:20px;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;font-size:.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.benefits-visual{flex:1;display:flex;justify-content:flex-end}.visual-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;width:100%;max-width:380px;box-shadow:0 4px 15px -2px #0f172a0f}.vc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.vc-logo{font-weight:800;font-size:.95rem;color:#0f172a}.vc-score-badge{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;font-weight:700;font-size:.82rem;padding:3px 10px;border-radius:12px}.vc-section-label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:14px}.vc-row{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-size:.82rem;color:#475569}.vc-row span:first-child{width:100px;flex-shrink:0}.vc-bar{flex:1;height:6px;background:#f1f5f9;border-radius:6px;overflow:hidden}.vc-bar-fill{height:100%;border-radius:6px}.vc-pct{width:34px;text-align:right;flex-shrink:0;font-weight:600;color:#0f172a}.cta-section{text-align:center;padding:90px 24px;background:#fff;border-top:1px solid #e2e8f0}.cta-orb{display:none}.cta-content{max-width:680px;margin:0 auto}.cta-content h2{font-size:clamp(1.8rem,4vw,3rem);font-weight:800;color:#0f172a;margin-bottom:12px}.cta-content p{color:#475569;font-size:1rem;margin-bottom:32px}.footer{background:#0f172a;color:#f8fafc;padding:56px 24px 28px}.footer-inner{display:flex;gap:48px;max-width:1100px;margin:0 auto 40px;flex-wrap:wrap}.footer-brand{flex:1.2;min-width:220px}.footer-logo{font-weight:800;font-size:1.15rem;color:#fff;margin-bottom:12px}.footer-logo span{color:#3b82f6}.footer-brand p{font-size:.88rem;color:#94a3b8;line-height:1.6;margin-bottom:16px}.footer-socials{display:flex;gap:10px}.footer-socials a{width:34px;height:34px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#cbd5e1;text-decoration:none;font-size:.85rem;transition:all .15s ease}.footer-socials a:hover{border-color:#3b82f6;color:#3b82f6;background:#3b82f61a}.footer-links{display:flex;gap:40px;flex-wrap:wrap}.footer-col{display:flex;flex-direction:column;gap:8px;min-width:120px}.footer-col h4{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:4px}.footer-col a{font-size:.88rem;color:#94a3b8;text-decoration:none;transition:color .15s}.footer-col a:hover{color:#3b82f6}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:.82rem;color:#64748b}@media(max-width:768px){.hero{padding:100px 20px 50px;min-height:auto}.score-card-tease{flex-direction:column;width:100%;max-width:360px}.steps-row{flex-direction:column;gap:14px}.benefits-section{flex-direction:column;gap:36px;padding:60px 20px}.benefits-visual{justify-content:center;width:100%}.visual-card{max-width:100%}.footer-inner{gap:32px}.footer-bottom{flex-direction:column;text-align:center}}@media(max-width:480px){section{padding:50px 16px}.hero-actions{flex-direction:column;width:100%}.hero-actions button{width:100%}}.resume-container{min-height:100vh;background:#f8fafc;font-family:Inter,system-ui,-apple-system,sans-serif;color:#0f172a;display:flex;flex-direction:column;align-items:center;gap:32px;padding:110px 24px 80px;position:relative;overflow-x:hidden}.workspace-header{text-align:center;max-width:680px;display:flex;flex-direction:column;gap:8px}.workspace-header h2{font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800;letter-spacing:-.02em;color:#0f172a;margin:0}.workspace-sub{font-size:.95rem;color:#475569;line-height:1.55;margin:0}.analysis-workspace-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;width:100%;max-width:1000px}@media(max-width:860px){.analysis-workspace-grid{grid-template-columns:1fr}}.workspace-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:20px;box-shadow:0 1px 3px #0f172a0d}.card-title-bar{display:flex;align-items:center;gap:10px}.card-badge{font-size:.72rem;font-weight:700;color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;padding:3px 10px;border-radius:12px;text-transform:uppercase;letter-spacing:.05em}.card-title-bar h3{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0}.hidden-file-input{display:none}.dropzone-label{display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed #cbd5e1;background:#f8fafc;border-radius:12px;padding:36px 20px;cursor:pointer;transition:all .15s ease;min-height:200px}.dropzone-label:hover{border-color:#2563eb;background:#eff6ff}.dropzone-content{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.dropzone-icon{font-size:2.5rem}.dropzone-text{font-size:.95rem;color:#475569}.dropzone-text strong{color:#2563eb}.dropzone-sub{font-size:.8rem;color:#64748b}.file-preview-card{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:16px}.file-info-main{display:flex;align-items:center;gap:14px}.pdf-icon{font-size:2rem}.file-meta{display:flex;flex-direction:column;gap:4px;word-break:break-word}.file-name{font-weight:700;font-size:.95rem;color:#0f172a;word-break:break-all}.file-type-size{font-size:.8rem;color:#64748b}.file-status-tag{font-size:.78rem;font-weight:600;color:#166534;margin-top:2px}.btn-replace-resume{align-self:flex-start;font-size:.82rem;font-weight:600;color:#2563eb!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:8px!important;padding:6px 14px!important;cursor:pointer;transition:all .15s ease!important;box-shadow:none!important;transform:none!important}.btn-replace-resume:hover{background:#f8fafc!important;border-color:#94a3b8!important;color:#1d4ed8!important}.jd-fields-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:500px){.jd-fields-row{grid-template-columns:1fr}}.input-group{display:flex;flex-direction:column;gap:6px}.input-group label{font-size:.8rem;font-weight:600;color:#475569}.textarea-label-row{display:flex;justify-content:space-between;align-items:center}.char-counter{font-size:.75rem;color:#2563eb;font-family:monospace;font-weight:600}.input-group input,.input-group textarea{background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 14px;color:#0f172a;font-size:.9rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease;word-break:break-word}.input-group input::placeholder,.input-group textarea::placeholder{color:#94a3b8}.input-group input:focus,.input-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.input-group textarea{resize:vertical;line-height:1.5;white-space:pre-wrap}.error-alert{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:.88rem;padding:12px 20px;border-radius:8px;text-align:center;max-width:600px;width:100%}.analyze-action-container{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:480px}.btn-analyze-primary{font-size:1rem;font-weight:700;color:#fff;background:#2563eb;border:none;border-radius:10px;padding:14px 36px;cursor:pointer;transition:background .15s ease,box-shadow .15s ease;box-shadow:0 1px 3px #2563eb33;width:100%}.btn-analyze-primary:hover:not(:disabled){background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d}.btn-analyze-primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.progress-steps-modal{background:#fff;border:1px solid #bfdbfe;border-radius:12px;padding:18px 24px;width:100%;display:flex;flex-direction:column;align-items:center;gap:10px;box-shadow:0 4px 12px -2px #0f172a0f}.progress-spinner{width:24px;height:24px;border:3px solid #bfdbfe;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}.progress-step-text{font-size:.85rem;font-weight:600;color:#2563eb}.progress-bar-track{width:100%;height:6px;background:#e2e8f0;border-radius:10px;overflow:hidden}.progress-bar-fill{height:100%;background:#2563eb;transition:width .4s ease}.report-modal-overlay{position:fixed;inset:0;background:#0f172a80;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:300;display:flex;align-items:center;justify-content:center;padding:20px;overflow:hidden}.report-modal-content{background:#fff;border:1px solid #e2e8f0;box-shadow:0 20px 50px -10px #0f172a26;border-radius:16px;width:100%;max-width:960px;max-height:92vh;display:flex;flex-direction:column;overflow:hidden;position:relative;word-break:break-word;overflow-wrap:anywhere}.report-modal-header{padding:20px 28px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8f0;background:#fff;flex-shrink:0}.header-title-group{display:flex;flex-direction:column;gap:2px}.report-badge{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2563eb}.report-modal-header h2{font-size:1.3rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.02em}.header-company-subtitle{font-size:.85rem;color:#475569}.close-btn{background:#f1f5f9!important;border:1px solid #e2e8f0!important;color:#64748b!important;width:36px;height:36px;border-radius:50%!important;display:flex;align-items:center;justify-content:center;padding:0!important;font-size:1.1rem;cursor:pointer;transition:all .15s ease!important;box-shadow:none!important;transform:none!important;flex-shrink:0}.close-btn:hover{background:#e2e8f0!important;color:#0f172a!important}.report-nav-tabs{display:flex;align-items:center;gap:8px;padding:10px 28px;background:#f8fafc;border-bottom:1px solid #e2e8f0;overflow-x:auto;scrollbar-width:none;flex-shrink:0}.report-nav-tabs::-webkit-scrollbar{display:none}.tab-btn{display:inline-flex;align-items:center;gap:8px;font-size:.84rem;font-weight:600;color:#64748b;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:8px!important;padding:8px 16px!important;cursor:pointer;white-space:nowrap;box-shadow:none!important;transform:none!important}.tab-btn:hover{color:#0f172a;background:#f1f5f9!important}.tab-btn.active{color:#2563eb!important;background:#eff6ff!important;border-color:#bfdbfe!important}.report-scroll-body{padding:24px 28px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:24px}.report-section-block{display:flex;flex-direction:column;gap:20px}.fade-in{animation:fadeIn .2s ease both}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ats-compatibility-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:20px;box-shadow:0 1px 3px #0f172a0a}.summary-card-header-bar{display:flex;align-items:center;justify-content:space-between}.summary-card-tag{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2563eb}.summary-hero-row{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px}.score-hero-node{display:flex;flex-direction:column;align-items:flex-start}.hero-score-val{font-size:2.5rem;font-weight:800;color:#0f172a;line-height:1}.hero-score-lbl{font-size:.78rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-top:4px}.status-badge-container{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.summary-match-badge{font-size:.85rem;font-weight:700;padding:6px 16px;border-radius:20px;border:1px solid;letter-spacing:.02em}.badge-caption-sub{font-size:.78rem;color:#64748b}.summary-overview-block{display:flex;flex-direction:column;gap:6px}.summary-overview-block h4{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0}.summary-overview-block p{font-size:.9rem;color:#475569;line-height:1.55;margin:0}.summary-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-top:14px;border-top:1px solid #e2e8f0}.meta-cell{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 16px;display:flex;flex-direction:column;gap:4px}.meta-cell-full{grid-column:1 / -1}.meta-label{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.meta-val{font-size:.92rem;font-weight:600;color:#0f172a}.breakdown-bars-grid{display:flex;flex-direction:column;gap:12px}.breakdown-item{display:flex;flex-direction:column;gap:4px}.breakdown-label-row{display:flex;justify-content:space-between;font-size:.85rem;color:#475569}.breakdown-pct{font-weight:700;color:#0f172a}.breakdown-track{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.breakdown-fill{height:100%;border-radius:4px;transition:width .6s ease}.report-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px;display:flex;flex-direction:column;gap:14px}.warning-card{border-color:#fde68a;background:#fffbeb}.card-header{display:flex;align-items:center;gap:10px}.card-icon{font-size:1.1rem}.card-header h4{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0}.card-subtitle{font-size:.85rem;color:#64748b;margin:0}.skills-badge-grid{display:flex;flex-wrap:wrap;gap:8px}.skill-badge{font-size:.85rem;font-weight:500;padding:5px 12px;border-radius:16px;word-break:break-word;overflow-wrap:anywhere}.matched-badge{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.missing-badge{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.partial-badge{background:#f0f9ff;border:1px solid #bae6fd;color:#075985}.missing-skill-explanations-list{display:flex;flex-direction:column;gap:12px}.sub-section-title{font-size:1rem;font-weight:700;color:#0f172a;margin:8px 0 0}.missing-explanation-card{background:#fff;border:1px solid #fde68a;border-radius:10px;padding:14px 18px;display:flex;flex-direction:column;gap:6px}.explanation-header-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.missing-skill-name{font-size:.95rem;font-weight:700;color:#92400e;margin:0}.priority-tag{font-size:.72rem;font-weight:700;background:#fef3c7;color:#92400e;padding:2px 8px;border-radius:4px;text-transform:uppercase}.explanation-text{font-size:.88rem;color:#475569;margin:0;line-height:1.45}.recommendation-box{background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px;padding:8px 12px;font-size:.85rem;color:#075985;margin-top:4px}.strengths-weaknesses-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:640px){.strengths-weaknesses-grid{grid-template-columns:1fr}}.bullet-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;font-size:.88rem;color:#475569}.bullet-list.green li{color:#166534}.bullet-list.red li{color:#991b1b}.assessment-body-text{font-size:.92rem;color:#334155;margin:0;line-height:1.6}.summary-quote-box{background:#eff6ff;border-left:3px solid #2563eb;padding:12px 16px;border-radius:0 8px 8px 0;color:#0f172a;line-height:1.5;font-size:.9rem}.bullet-rewrites-container{display:flex;flex-direction:column;gap:14px}.rewrite-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:12px}.rewrite-section{display:flex;flex-direction:column;gap:6px}.rewrite-label{font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.original-label{color:#991b1b}.suggested-label{color:#166534}.original-section p{font-size:.88rem;color:#991b1b;background:#fef2f2;border-left:3px solid #dc2626;padding:10px 14px;border-radius:0 6px 6px 0;margin:0}.suggested-bullet-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.suggested-bullet-list li{font-size:.88rem;color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;line-height:1.5;position:relative;padding:10px 14px 10px 28px}.suggested-bullet-list li:before{content:"✨";position:absolute;left:10px;font-size:.8rem}.rewrite-reasoning{display:flex;align-items:flex-start;gap:10px;background:#eff6ff;border:1px solid #bfdbfe;padding:10px 14px;border-radius:8px}.reasoning-text{font-size:.85rem;color:#1e40af;margin:0}.suggestions-list{display:flex;flex-direction:column;gap:10px}.suggestion-item{display:flex;align-items:flex-start;gap:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 14px}.suggestion-num{font-size:.78rem;font-weight:700;color:#fff;background:#2563eb;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.suggestion-item p{font-size:.88rem;color:#334155;margin:0;line-height:1.5}.report-modal-footer{padding:14px 28px;display:flex;justify-content:flex-end;border-top:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.footer-btn{font-size:.85rem;font-weight:600;padding:8px 20px!important;border-radius:8px!important;cursor:pointer;box-shadow:none!important;transform:none!important}.footer-btn.secondary{background:#fff!important;border:1px solid #cbd5e1!important;color:#475569!important}.footer-btn.secondary:hover{border-color:#94a3b8!important;color:#0f172a!important;background:#f8fafc!important}.empty-state-text{color:#64748b;font-size:.88rem;margin:0}@media(max-width:640px){.resume-container{padding:85px 14px 60px;gap:20px}.workspace-card{padding:16px;border-radius:12px}.btn-analyze-primary{width:100%;padding:14px 20px}.report-modal-overlay{padding:10px}.report-modal-content{max-height:94vh;border-radius:14px}.report-modal-header,.report-nav-tabs,.report-scroll-body,.report-modal-footer{padding-left:16px;padding-right:16px}.summary-hero-row{flex-direction:column;align-items:center;text-align:center;gap:14px;padding:16px}.score-hero-node,.status-badge-container{align-items:center}.summary-meta-grid{grid-template-columns:1fr}.rewrite-card{padding:14px}.report-modal-footer{justify-content:center}.footer-btn{width:100%}}.history-page-container{min-height:100vh;background:#f8fafc;font-family:Inter,system-ui,-apple-system,sans-serif;color:#0f172a;display:flex;flex-direction:column;align-items:center;gap:32px;padding:110px 24px 80px;position:relative;overflow-x:hidden}.history-page-header{text-align:center;max-width:680px;display:flex;flex-direction:column;align-items:center;gap:8px}.history-page-badge{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;padding:4px 12px;border-radius:14px}.history-page-header h2{font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800;letter-spacing:-.02em;color:#0f172a;margin:0}.history-page-sub{font-size:.95rem;color:#475569;line-height:1.5;margin:0}.history-main-section{width:100%;max-width:1000px;display:flex;flex-direction:column;gap:20px}.history-section-title-bar{display:flex;align-items:center;justify-content:space-between}.history-section-title-bar h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin:0}.count-pill{font-size:.8rem;font-weight:600;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;padding:4px 12px;border-radius:12px}.history-grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:20px}.history-report-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:14px;cursor:pointer;transition:all .15s ease;word-break:break-word;overflow-wrap:anywhere;box-shadow:0 1px 3px #0f172a0a}.history-report-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px -2px #0f172a14;transform:translateY(-2px)}.card-top-layout{display:flex;align-items:flex-start;gap:16px}.card-score-block{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:72px;padding:8px 12px;border-radius:10px;flex-shrink:0;border:1px solid}.card-score-block.high{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.card-score-block.med{background:#eff6ff;color:#1e40af;border-color:#bfdbfe}.card-score-block.low{background:#fef2f2;color:#991b1b;border-color:#fecaca}.card-score-number{font-size:1.4rem;font-weight:800;line-height:1}.card-score-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-top:2px}.role-company-group{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.role-title{font-size:1.05rem;font-weight:700;color:#0f172a;line-height:1.35;margin:0;word-break:break-word}.company-name{font-size:.88rem;color:#64748b;font-weight:500}.history-card-details{display:flex;flex-direction:column;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 14px}.detail-meta-cell{display:flex;flex-direction:column;gap:2px}.detail-label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.detail-val{font-size:.88rem;color:#0f172a;font-weight:500}.file-val{word-break:break-word;overflow-wrap:anywhere}.history-card-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px;padding-top:12px;border-top:1px solid #e2e8f0}.btn-view-report-primary{font-size:.85rem;font-weight:600;color:#fff!important;background:#2563eb!important;border:none!important;border-radius:8px!important;padding:8px 20px!important;cursor:pointer;transition:background .15s ease!important;box-shadow:none!important;transform:none!important;flex:1;text-align:center}.btn-view-report-primary:hover{background:#1d4ed8!important}.btn-delete-report-secondary{font-size:.85rem;font-weight:600;color:#dc2626!important;background:#fef2f2!important;border:1px solid #fecaca!important;border-radius:8px!important;padding:8px 16px!important;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .15s ease!important;box-shadow:none!important;transform:none!important}.btn-delete-report-secondary:hover{background:#dc2626!important;color:#fff!important;border-color:#dc2626!important}.history-loading-container{display:flex;flex-direction:column;align-items:center;gap:12px;padding:60px 0;color:#64748b}.history-spinner{width:32px;height:32px;border:3px solid #bfdbfe;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.history-empty-card{background:#fff;border:1px dashed #cbd5e1;border-radius:14px;padding:50px 24px;text-align:center;max-width:500px;display:flex;flex-direction:column;align-items:center;gap:14px;margin:20px 0}.empty-icon{font-size:3rem}.history-empty-card h3{margin:0;color:#0f172a;font-weight:700}.history-empty-card p{color:#64748b;margin:0;font-size:.92rem;line-height:1.5}.btn-empty-cta{font-size:.9rem;font-weight:600;color:#fff;background:#2563eb;border:none;border-radius:8px;padding:10px 24px;cursor:pointer;transition:background .15s ease;margin-top:4px}.btn-empty-cta:hover{background:#1d4ed8}.history-error-card{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;max-width:450px;margin:20px 0}.error-msg{color:#991b1b;font-size:.9rem;margin:0}.btn-retry{background:#dc2626;color:#fff;border:none;border-radius:8px;padding:8px 20px;font-weight:600;cursor:pointer}.confirm-modal-overlay{position:fixed;inset:0;background:#0f172a80;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:400;display:flex;align-items:center;justify-content:center;padding:20px}.confirm-modal-box{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px 24px;width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;box-shadow:0 20px 40px -10px #0f172a26;animation:popIn .2s cubic-bezier(.175,.885,.32,1.275) both}@keyframes popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.confirm-modal-icon{font-size:2.2rem;line-height:1}.confirm-modal-title{font-size:1.2rem;font-weight:700;color:#0f172a;margin:0}.confirm-modal-text{font-size:.9rem;color:#475569;line-height:1.5;margin:0}.confirm-item-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;width:100%;display:flex;flex-direction:column;gap:2px;text-align:center;margin-top:4px}.preview-role{font-size:.9rem;font-weight:700;color:#0f172a}.preview-company{font-size:.82rem;color:#64748b}.confirm-modal-actions{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;margin-top:8px}.btn-modal-cancel{font-size:.88rem;font-weight:600;color:#475569;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 20px;cursor:pointer;flex:1;transition:all .15s ease}.btn-modal-cancel:hover:not(:disabled){background:#f8fafc;color:#0f172a;border-color:#94a3b8}.btn-modal-delete-danger{font-size:.88rem;font-weight:600;color:#fff;background:#dc2626;border:1px solid #dc2626;border-radius:8px;padding:10px 20px;cursor:pointer;flex:1;transition:background .15s ease}.btn-modal-delete-danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}@media(max-width:640px){.history-page-container{padding:90px 16px 60px}.history-grid-container{grid-template-columns:1fr}.history-card-actions{flex-direction:column}.btn-view-report-primary,.btn-delete-report-secondary{width:100%;justify-content:center}}.contact-wrapper{font-family:Inter,system-ui,-apple-system,sans-serif;background:#f8fafc;color:#0f172a;min-height:100vh;position:relative;overflow:hidden}.contact-bg-orbs{display:none}.contact-container{position:relative;z-index:1;max-width:760px;margin:0 auto;padding:120px 24px 80px;animation:fadeUp .6s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact-header{text-align:center;margin-bottom:40px}.contact-tag{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2563eb;margin-bottom:8px}.contact-title{font-size:clamp(2rem,5vw,2.8rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:#0f172a;margin-bottom:12px}.contact-sub{font-size:.98rem;color:#475569;line-height:1.6;max-width:520px;margin:0 auto}.contact-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:40px;box-shadow:0 1px 3px #0f172a0d;margin-bottom:32px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.8rem;font-weight:600;color:#475569;letter-spacing:.04em;text-transform:uppercase}.form-group input,.form-group textarea{background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:12px 16px;font-size:.92rem;color:#0f172a;outline:none;transition:border-color .15s,box-shadow .15s;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.contact-btn{font-size:.92rem;font-weight:600;color:#fff;background:#2563eb;border:none;border-radius:8px;padding:13px 32px;cursor:pointer;width:fit-content;transition:background .15s ease,box-shadow .15s ease;box-shadow:0 1px 2px #2563eb33}.contact-btn:hover{background:#1d4ed8}.success-state{text-align:center;padding:20px 0}.success-icon{width:64px;height:64px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#166534;margin:0 auto 20px}.success-state h2{font-size:1.5rem;font-weight:700;margin-bottom:10px;color:#0f172a}.success-state p{color:#475569;font-size:.95rem;line-height:1.55;margin-bottom:24px}.success-state strong{color:#2563eb}.success-state .contact-btn{margin:0 auto}.contact-info-strip{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.info-item{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e2e8f0;padding:12px 18px;border-radius:10px}.info-icon{width:38px;height:38px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#2563eb;flex-shrink:0}.info-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:2px}.info-value{font-size:.88rem;color:#0f172a;font-weight:500}@media(max-width:640px){.contact-container{padding:90px 16px 60px}.contact-card{padding:24px 18px}.form-row{grid-template-columns:1fr}.contact-btn{width:100%}.contact-info-strip{flex-direction:column;align-items:stretch;gap:12px}}.app-container{min-height:100vh;display:flex;flex-direction:column}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input{font-family:inherit}:root{--bg-page: #F8FAFC;--bg-surface: #FFFFFF;--bg-surface-secondary: #F1F5F9;--bg-surface-tertiary: #E2E8F0;--primary: #2563EB;--primary-hover: #1D4ED8;--primary-active: #1E40AF;--primary-soft: #EFF6FF;--primary-border: #BFDBFE;--text-main: #0F172A;--text-secondary: #475569;--text-muted: #64748B;--text-light: #94A3B8;--border: #E2E8F0;--border-strong: #CBD5E1;--success: #16A34A;--success-text: #166534;--success-bg: #F0FDF4;--success-border: #BBF7D0;--warning: #D97706;--warning-text: #92400E;--warning-bg: #FFFBEB;--warning-border: #FDE68A;--danger: #DC2626;--danger-text: #991B1B;--danger-bg: #FEF2F2;--danger-border: #FECACA;--info: #0284C7;--info-text: #075985;--info-bg: #F0F9FF;--info-border: #BAE6FD;--shadow-sm: 0 1px 2px 0 rgba(15, 23, 42, .05);--shadow-md: 0 4px 6px -1px rgba(15, 23, 42, .06), 0 2px 4px -1px rgba(15, 23, 42, .03);--shadow-lg: 0 10px 15px -3px rgba(15, 23, 42, .08), 0 4px 6px -2px rgba(15, 23, 42, .03);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 18px}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-page);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}button,input,textarea,select{font-family:inherit}
