body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background-color:#f5f5f5;min-height:100vh;text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;color:#fff;padding:2rem}.App-header h1{font-size:2.5rem;margin:0 0 1rem}.App-header p{font-size:1.2rem;margin:0;opacity:.8}.App-main{margin:2rem auto;max-width:1400px;padding:0 1rem}.mode-toggle{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:1.5rem;text-align:left}.mode-toggle label{align-items:center;color:#333;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem}.mode-toggle input[type=checkbox]{cursor:pointer;height:20px;width:20px}.providers-info{background-color:#f8f9fa;border-left:3px solid #4a90e2;border-radius:4px;color:#666;font-size:.9rem;margin-top:1rem;padding:.75rem}.resume-form{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{color:#333;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#4a90e2;outline:none}.file-upload-area{border:2px dashed #ddd;border-radius:4px;cursor:pointer;margin-bottom:1rem;padding:2rem;transition:border-color .2s,background-color .2s}.file-upload-area:hover{background-color:#f8f9fa;border-color:#4a90e2}.file-upload-content{gap:1rem}.file-selected{background-color:#f8f9fa;border-radius:4px;gap:1rem;max-width:400px;padding:.5rem 1rem;width:100%}.file-selected span{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove-file{color:#666;font-size:1.2rem;padding:0 .5rem}.remove-file:hover{color:#dc3545}.browse-button{background-color:#4a90e2;border-radius:4px;font-size:1rem;transition:background-color .2s}.browse-button:hover{background-color:#357abd}.file-types{color:#666;font-size:.9rem;margin:0}.loading{background-color:#f8f9fa;border-radius:4px;color:#666;font-size:1rem;max-width:400px;padding:1rem;width:100%}.submit-button{background-color:#4a90e2;border-radius:4px;font-size:1.1rem;padding:1rem 2rem;transition:background-color .2s}.submit-button:hover:not(:disabled){background-color:#357abd}.submit-button:active:not(:disabled){transform:translateY(1px)}.submit-button:disabled{background-color:#ccc}.ai-suggestions{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:2rem;padding:2rem}.score-section{margin-bottom:2rem}.score-circle{align-items:center;background-color:#4a90e2;border-radius:50%;color:#fff;display:flex;flex-direction:column;height:120px;justify-content:center;margin:1rem auto;width:120px}.score-circle span:first-child{font-size:2.5rem;font-weight:700}.score-label{font-size:1rem;opacity:.8}.improvements-section{margin-bottom:2rem}.improvements-section ul{list-style:none;padding:0;text-align:left}.improvements-section li{background-color:#f8f9fa;border-left:4px solid #4a90e2;border-radius:4px;margin-bottom:.5rem;padding:.75rem}.rewrites-section{text-align:left}.rewrite-item{background-color:#f8f9fa;border-radius:4px;margin-bottom:2rem;padding:1rem}.rewrite-item h3{border-bottom:2px solid #4a90e2;color:#333;margin-top:0;padding-bottom:.5rem}.rewrite-comparison{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:1rem}.improved,.original{background-color:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a;padding:1rem}.improved h4,.original h4{color:#666;margin-top:0}.improved{border-left:4px solid #4a90e2}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{background-color:#fee2e2;border:1px solid #ef4444;border-radius:4px;color:#991b1b;margin:1rem 0;padding:1rem;text-align:left}:root{--primary:#6366f1;--primary-dark:#4f46e5;--primary-light:#818cf8;--secondary:#0ea5e9;--secondary-dark:#0284c7;--accent:#f59e0b;--background:#f8fafc;--surface:#fff;--text-primary:#1e293b;--text-secondary:#64748b;--border:#e2e8f0;--error:#ef4444;--success:#22c55e}.resume-form-container{align-items:center;background:#f8fafc;background:var(--background);display:flex;flex-direction:column;justify-content:flex-start;margin:0 auto;max-width:800px;min-height:auto;padding:.5rem .25rem .25rem;position:relative;width:100%}.resume-form{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:1.5rem;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000000d;margin-bottom:9rem;padding:1rem;transition:transform .2s ease,box-shadow .2s ease;width:100%}.resume-form:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-2px)}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.95rem;font-weight:600;letter-spacing:.025em;margin-bottom:.75rem}.form-group input,.form-group label{color:#1e293b;color:var(--text-primary)}.form-group input{background:#f8fafc;background:var(--background);border:2px solid #e2e8f0;border:2px solid var(--border);border-radius:1rem;box-sizing:border-box;font-size:1rem;margin:0;padding:1rem;transition:all .2s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;background:var(--surface);border-color:#6366f1;border-color:var(--primary);box-shadow:0 0 0 4px #6366f11a;outline:none}.form-group select{appearance:none;background:#f8fafc;background:var(--background);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%236366f1' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;border:2px solid #e2e8f0;border:2px solid var(--border);border-radius:1rem;box-sizing:border-box;color:#1e293b;color:var(--text-primary);cursor:pointer;font-size:1rem;margin:0;padding:1rem 3rem 1rem 1rem;transition:all .2s ease;width:100%}.form-group select:hover{border-color:#818cf8;border-color:var(--primary-light)}.form-section{background:#f8fafc;background:var(--background);border:2px solid #e2e8f0;border:2px solid var(--border);border-radius:1rem;margin:2rem 0;padding:1.5rem}.form-section h3{color:#1e293b;color:var(--text-primary);font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.section-description{color:#64748b;color:var(--text-secondary);font-size:.9rem;line-height:1.5;margin:0 0 1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}@media (max-width:768px){.form-row{grid-template-columns:1fr}}.form-group textarea{min-height:200px;resize:vertical}.submit-button{background:linear-gradient(135deg,#6366f1,#4f46e5);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border:none;border-radius:1rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin:0;overflow:hidden;padding:.75rem;position:relative;transition:all .2s ease;width:100%}.submit-button:hover:not(:disabled){box-shadow:0 4px 12px #6366f133;transform:translateY(-1px)}.submit-button:disabled{background:#e2e8f0;background:var(--border);color:#64748b;color:var(--text-secondary);cursor:not-allowed}.form-group:last-child{margin-bottom:0}.loading-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f8fafce6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.loading-content{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;padding:2.5rem;text-align:center;width:90%}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-top-color:#6366f1;border:3px solid var(--border);border-radius:50%;border-top-color:var(--primary);height:48px;margin:0 auto 1.5rem;width:48px}@keyframes spin{to{transform:rotate(1turn)}}.loading-content h3{color:#1e293b;color:var(--text-primary);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.loading-content p{color:#64748b;color:var(--text-secondary);margin-bottom:2rem}.step{background:#f8fafc;background:var(--background);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:1rem}.step-icon{background:var(--surface);color:#6366f1;color:var(--primary);font-size:1.25rem}.step-text{color:#1e293b;color:var(--text-primary);font-size:.95rem}.loading-button{align-items:center;display:flex;gap:.75rem;justify-content:center}.loading-button .loading-spinner{border-width:2px;height:20px;margin:0;width:20px}.file-upload-area{background:#f8fafc;background:var(--background);border:2px dashed #e2e8f0;border:2px dashed var(--border);border-radius:1rem;padding:2.5rem;text-align:center;transition:all .2s ease}.file-upload-area.dragging{background:#6366f10d;border-color:#6366f1;border-color:var(--primary)}.file-upload-content{align-items:center;display:flex;flex-direction:column;gap:1.25rem}.upload-icon{color:#6366f1;color:var(--primary);font-size:3rem;margin-bottom:.5rem}.browse-button{background:linear-gradient(135deg,#6366f1,#4f46e5);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border:none;border-radius:.75rem;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.browse-button:hover:not(:disabled){box-shadow:0 4px 12px #6366f133;transform:translateY(-1px)}.browse-button:disabled{background:#e2e8f0;background:var(--border);cursor:not-allowed}.browse-button:disabled,.file-types{color:#64748b;color:var(--text-secondary)}.file-types{font-size:.875rem}.file-selected{align-items:center;background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:1rem;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;padding:1rem 1.5rem}.remove-file{background:none;border:none;color:#ef4444;color:var(--error);cursor:pointer;font-size:1.25rem;line-height:1;padding:.25rem;transition:color .2s ease}.remove-file:hover:not(:disabled){color:#dc2626}.file-input{display:none}.error-message{background:#fef2f2;border:1px solid #fee2e2;border-radius:1rem;color:#ef4444;color:var(--error);font-size:.95rem;margin-bottom:1.5rem;padding:1rem 1.5rem}@media (max-width:640px){.resume-form-container{padding:1rem}.file-upload-area,.resume-form{padding:1.5rem}}.ai-suggestions{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0 auto;max-width:1200px;padding:0 2rem 2rem}.ai-suggestions h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1a1a1a,#4a4a4a);-webkit-background-clip:text;color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.ai-suggestions h3{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:1.75rem;font-weight:600;margin-bottom:1rem;padding-bottom:.25rem}.ai-suggestions h4{color:#4a5568;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.ai-suggestions h5{color:#3182ce;font-size:1.1rem;margin:.75rem 0}.ai-suggestions section{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-bottom:2rem;padding:2rem;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.ai-suggestions section:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.score-section{margin-bottom:.75rem;padding-top:6rem;text-align:center}.score-comparison{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-top:1rem}.score-comparison>div{background:#f7fafc;border-radius:.75rem;padding:1.5rem;transition:transform .2s ease-in-out}.score-comparison>div:hover{transform:translateY(-4px)}.score-comparison h4{color:#4a5568;margin-bottom:.5rem}.score-comparison p{color:#2d3748;font-size:1.5rem;font-weight:700}.market-position{background:linear-gradient(135deg,#fff,#f7fafc)}.market-position p{color:#4a5568;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.competitive-analysis{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:1.5rem}.advantages,.disadvantages{background:#fff;border-radius:.75rem;box-shadow:0 2px 4px #0000000d;padding:1.5rem}.advantages h4{color:#48bb78}.disadvantages h4{color:#e53e3e}.skills-categories{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.matching,.missing,.suggested{background:#f7fafc;border-radius:.75rem;padding:1.5rem;transition:transform .2s ease-in-out}.matching:hover,.missing:hover,.suggested:hover{transform:translateY(-4px)}.matching h4{color:#48bb78}.missing h4{color:#e53e3e}.suggested h4{color:#4299e1}.career-progression{background:linear-gradient(135deg,#fff,#f7fafc)}.timeline{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:1.5rem}.long-term,.medium-term,.short-term{background:#fff;border-radius:.75rem;box-shadow:0 2px 4px #0000000d;padding:1.5rem}.short-term h5{color:#4299e1}.medium-term h5{color:#ed8936}.long-term h5{color:#9f7aea}.improvements{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;padding:2rem}.improvements h3{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.improvements-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.improvement-category{background:#f7fafc;border-radius:.75rem;padding:1.5rem;transition:transform .2s ease-in-out}.improvement-category:hover{transform:translateY(-4px)}.improvement-category h4{color:#2d3748;font-size:1.1rem;margin-bottom:1rem}.improvement-category ul{list-style:none;margin:0;padding:0}.improvement-category li{color:#4a5568;font-size:.95rem;line-height:1.5;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.improvement-category li:before{color:#4299e1;content:"•";font-weight:700;left:0;position:absolute}.improvement-category li:last-child{margin-bottom:0}.resume-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.resume-content{background:#fff;border-radius:.75rem;box-shadow:0 2px 4px #0000000d;padding:2rem}.resume-header{background:linear-gradient(135deg,#f6f9fc,#edf2f7);border-radius:12px;margin-bottom:2rem;padding:2rem;text-align:center}.resume-header .name{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#000,#4a5568);-webkit-background-clip:text;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.contact-info{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.contact-info span{background:#fff;border-radius:20px;box-shadow:0 2px 4px #0000000d;color:#4a5568;font-size:.95rem;padding:.5rem 1rem;transition:transform .2s ease}.contact-info span:hover{transform:translateY(-2px)}.resume-section{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 4px #0000000d}.resume-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.resume-section h4{border-bottom:2px solid #4299e1;color:#2b6cb0;font-size:1.25rem;margin-bottom:1rem;padding-bottom:.5rem}.education-item,.experience-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;transition:transform .2s ease}.education-item:hover,.experience-item:hover{box-shadow:0 4px 6px #0000000d;transform:translateY(-2px)}.education-header,.experience-header{margin-bottom:1rem}.education-header h5,.experience-header h5{color:#2c5282;font-size:1.1rem;margin-bottom:.25rem}.company,.institution{color:#3182ce;font-weight:500;margin-right:1rem}.date{background:#edf2f7;border-radius:12px;color:#718096;font-size:.9rem;padding:.25rem .75rem}.achievements{list-style-type:none;margin:1rem 0;padding-left:0}.achievements li{color:#4a5568;line-height:1.6;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.achievements li:before{color:#4299e1;content:"•";font-weight:700;left:0;position:absolute}.skills-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.skill-category h5{color:#2b6cb0;font-weight:600;margin-bottom:1rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{background:linear-gradient(90deg,#ebf8ff,#bee3f8);border:1px solid #90cdf4;border-radius:20px;box-shadow:0 2px 4px #0000000d;color:#2b6cb0;font-size:.9rem;padding:.5rem 1rem;transition:all .2s ease}.skill-tag:hover{background:linear-gradient(90deg,#bee3f8,#4299e1);box-shadow:0 4px 6px #0000001a;color:#fff;transform:translateY(-2px)}.skill-tag.missing{background:linear-gradient(90deg,#fff5f5,#fed7d7);border:1px solid #feb2b2;color:#c53030}.skill-tag.missing:hover{background:linear-gradient(90deg,#fed7d7,#f56565);color:#fff}.skill-tag.suggested{background:linear-gradient(90deg,#f0fff4,#c6f6d5);border:1px solid #9ae6b4;color:#2f855a}.skill-tag.suggested:hover{background:linear-gradient(90deg,#c6f6d5,#48bb78);color:#fff}.certifications-list{grid-gap:1rem;display:grid;gap:1rem}.certification-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;padding:1rem 1.5rem;transition:transform .2s ease}.certification-item:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.certification-name{color:#2b6cb0;font-weight:500}.certification-date{background:#edf2f7;border-radius:12px;color:#718096;font-size:.9rem;padding:.25rem .75rem}.improvement-highlights{background:linear-gradient(90deg,#ebf8ff,#bee3f8);border-left:4px solid #4299e1;border-radius:8px;margin-top:1rem;padding:1.25rem;position:relative}.improvement-highlights:before{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;content:"💡";display:flex;font-size:14px;height:24px;justify-content:center;left:-12px;position:absolute;top:-12px;width:24px}.highlight-item{align-items:flex-start;background:#ffffff80;border-radius:6px;display:flex;gap:1rem;margin-bottom:.5rem;padding:.75rem}.highlight-item:last-child{margin-bottom:0}.highlight-icon{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 4px #0000000d;color:#2b6cb0;display:flex;font-size:1.25rem;height:32px;justify-content:center;width:32px}.highlight-content{flex:1 1}.highlight-content h5{color:#2b6cb0;font-size:.9rem;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.highlight-content p{color:#4a5568;font-size:.9rem;line-height:1.5;margin:0}.highlight-content ul{list-style-type:none;margin:0;padding:0}.highlight-content li{align-items:center;color:#4a5568;display:flex;font-size:.9rem;gap:.5rem;padding:.25rem 0}.highlight-content li:before{color:#4299e1;content:"→"}.resume-sidebar{background:#f7fafc;border-radius:.75rem;padding:1.5rem;position:sticky;top:2rem}.sidebar-section{margin-bottom:2rem}.sidebar-section:last-child{margin-bottom:0}.sidebar-section h4{border-bottom:2px solid #4299e1;color:#2b6cb0;margin-bottom:1rem;padding-bottom:.5rem}.score-display{margin:1rem 0;text-align:center}.score{color:#2d3748;font-size:3rem;font-weight:700}.score-label{color:#718096;font-size:1.5rem}.sidebar-section ul{list-style-type:none;padding:0}.sidebar-section li{background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 2px 4px #0000000d;color:#4a5568;font-size:.9rem;margin-bottom:.5rem;padding:.75rem 1rem;transition:transform .2s ease}.sidebar-section li:hover{box-shadow:0 4px 6px #0000001a;transform:translateX(5px)}@media (max-width:1024px){.ai-suggestions{padding:1rem}.competitive-analysis,.improvements-grid,.resume-container,.score-comparison,.skills-categories,.timeline{grid-template-columns:1fr}.resume-sidebar{position:static}}@media (max-width:640px){.ai-suggestions h2{font-size:2rem}.ai-suggestions h3{font-size:1.5rem}.ai-suggestions section{padding:1.5rem}}.improved-content{background:#f8fafc;border-radius:8px;margin-bottom:1rem;padding:1rem;position:relative}.improved-content:before{align-items:center;background:#48bb78;border-radius:50%;box-shadow:0 2px 4px #0000001a;color:#fff;content:"✓";display:flex;font-size:14px;height:24px;justify-content:center;position:absolute;right:-10px;top:-10px;width:24px}.original-content{background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;margin-bottom:1rem;padding:1rem;position:relative}.original-content:before{background:#f56565;border-radius:4px;color:#fff;content:"Original";font-size:12px;font-weight:500;left:10px;padding:2px 8px;position:absolute;top:-10px}.comparison-view{grid-gap:1.5rem;background:#f7fafc;border-radius:8px;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin:1.5rem 0;padding:1.5rem}.comparison-view .improved-content,.comparison-view .original-content{margin:0}@media (max-width:768px){.comparison-view{grid-template-columns:1fr}.highlight-item{align-items:flex-start;flex-direction:column}.highlight-icon{margin-bottom:.5rem}}.growth-areas,.in-demand-skills,.industry-analysis,.salary-ranges,.top-companies,.trends{display:none}@media (max-width:768px){.ai-suggestions{padding:1rem}.before-after,.competitive-analysis{grid-template-columns:1fr}.score-comparison{flex-direction:column;gap:1rem}.before-after,.context-grid{grid-template-columns:1fr}}.ai-suggestions.loading{align-items:center;display:flex;justify-content:center;min-height:400px}.loading-container{max-width:600px;padding:2rem;text-align:center;width:100%}.loading-container h2{color:#2d3748;margin-bottom:2rem}.progress-bar{background:#e2e8f0;border-radius:4px;height:8px;margin-bottom:1rem;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#4299e1,#667eea);border-radius:4px;height:100%;transition:width .3s ease-in-out}.loading-text{color:#4a5568;font-size:1.1rem;margin-bottom:2rem}.loading-steps{flex-direction:column}.loading-steps,.step{display:flex;gap:1rem}.step{align-items:center;background:#f7fafc;border-radius:.75rem;opacity:.6;padding:1rem;transition:all .3s ease}.step.completed{background:#ebf8ff;border-left:4px solid #4299e1;opacity:1}.step-icon{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 4px #0000000d;display:flex;font-size:1.5rem;height:40px;justify-content:center;width:40px}.step-text{color:#2d3748;font-size:1.1rem;font-weight:500}.additional-suggestions{background:#f8fafc;border-left:4px solid #4299e1;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.additional-suggestions h5{color:#2b6cb0;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.additional-suggestions ul{list-style:none;margin:0;padding:0}.additional-suggestions li{color:#4a5568;font-size:.95rem;line-height:1.5;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.additional-suggestions li:before{color:#4299e1;content:"→";font-weight:700;left:0;position:absolute}.additional-suggestions li:last-child{margin-bottom:0}.comparison-dashboard{background:#f8f9fa;border-radius:12px;margin:2rem auto 0;max-width:1400px;padding:2rem}.comparison-dashboard.error-state{text-align:center}.comparison-dashboard.error-state .error-message{background:#fee;border-left:4px solid #e74c3c;border-radius:8px;margin-top:1rem;padding:2rem;text-align:left}.comparison-dashboard.error-state .error-message ul{list-style:none;margin:1rem 0;padding:0}.comparison-dashboard.error-state .error-message li{background:#fff;border-radius:4px;color:#c0392b;margin-bottom:.5rem;padding:.75rem}.provider-warnings{background:#fff3cd;border:1px solid #ffc107;border-left-width:4px;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.provider-warnings h3{color:#856404;margin-bottom:.5rem;margin-top:0}.provider-warnings p{color:#856404;margin:.5rem 0}.provider-warnings ul{list-style:none;margin:1rem 0 0;padding:0}.provider-warnings li{background:#fff;border-radius:4px;color:#856404;font-size:.9rem;margin-bottom:.5rem;padding:.5rem}.comparison-dashboard h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.comparison-dashboard h3{color:#34495e;font-size:1.5rem;margin-bottom:1rem}.comparison-dashboard h4{color:#555;font-size:1.1rem;margin-bottom:.75rem}.comparison-dashboard h5{color:#666;font-size:1rem;margin-bottom:.5rem}.summary-cards,.summary-section{margin-bottom:2rem}.summary-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.summary-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem;text-align:center}.summary-card h3{color:#7f8c8d;font-size:1rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.consensus-value,.score-value,.variance-value{color:#3498db;font-size:2.5rem;font-weight:700;margin:.5rem 0}.consensus-label,.score-range,.variance-label{color:#95a5a6;font-size:.9rem;margin-top:.5rem}.scores-comparison{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:1.5rem}.scores-chart{display:flex;flex-direction:column;gap:1rem}.score-bar-container{margin-bottom:1rem}.score-bar-header{display:flex;font-weight:600;justify-content:space-between;margin-bottom:.5rem}.provider-name{color:#2c3e50}.score-number{color:#3498db;font-weight:700}.score-bar{background:#ecf0f1;border-radius:15px;height:30px;overflow:hidden;position:relative}.score-fill{background:linear-gradient(90deg,#3498db,#2ecc71);border-radius:15px;height:100%;transition:width .3s ease}.response-time{color:#95a5a6;font-size:.8rem;margin-top:.25rem;text-align:right}.insights-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:1.5rem}.insights-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.insight-card{background:#f8f9fa;border-radius:6px;padding:1rem;text-align:center}.insight-card h4{color:#7f8c8d;font-size:.9rem;margin-bottom:.5rem}.insight-card p{color:#2c3e50;font-size:1.1rem;font-weight:600;margin:.5rem 0}.insight-badge{background:#3498db;border-radius:12px;color:#fff;display:inline-block;font-size:.75rem;margin-top:.5rem;padding:.25rem .75rem}.consensus-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:1.5rem}.consensus-content{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.consensus-item ul{list-style:none;padding:0}.consensus-item li{background:#f8f9fa;border-left:3px solid #3498db;margin-bottom:.5rem;padding:.5rem .5rem .5rem 1rem}.divergence-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:1.5rem}.divergence-content{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.differences-list{display:flex;flex-direction:column;gap:.75rem}.difference-item{background:#f8f9fa;border-radius:6px;display:flex;justify-content:space-between;padding:.75rem}.providers{color:#2c3e50;font-weight:500}.difference-value{color:#e74c3c;font-weight:700}.unique-provider{background:#f8f9fa;border-radius:6px;margin-bottom:1rem;padding:1rem}.unique-provider ul{list-style:none;margin-top:.5rem;padding:0}.unique-provider li{background:#fff;border-left:3px solid #e74c3c;margin-bottom:.25rem;padding:.5rem .5rem .5rem 1rem}.individual-analyses{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:1.5rem}.analyses-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.provider-analysis-card{background:#f8f9fa;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem}.card-header{align-items:center;border-bottom:2px solid #ecf0f1;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.card-score{color:#3498db;font-size:2rem;font-weight:700}.card-content{display:flex;flex-direction:column;gap:1rem}.card-section ul{list-style:none;padding:0}.card-section li{background:#fff;border-left:3px solid #3498db;font-size:.9rem;margin-bottom:.5rem;padding:.5rem .5rem .5rem 1rem}.errors-section{background:#fee;border-left:4px solid #e74c3c;border-radius:8px;padding:1.5rem}.error-item{background:#fff;border-radius:4px;color:#c0392b;margin-bottom:.5rem;padding:.75rem}.comparison-dashboard.loading{text-align:center}.loading-providers{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.provider-status{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;padding:1rem}.status-indicator{color:#f39c12;font-weight:600}.action-plan-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:2rem}.action-plan-section .section-description{color:#64748b;font-size:.95rem;margin-bottom:2rem}.action-category{background:#f8f9fa;border-left:4px solid #3498db;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.action-category.quick-wins{background:#f0fdf4;border-left-color:#22c55e}.action-category.strategic{background:#fffbeb;border-left-color:#f59e0b}.action-category h4{color:#2c3e50;margin-bottom:.5rem;margin-top:0}.category-description{color:#64748b;font-size:.9rem;font-style:italic;margin-bottom:1rem}.improvements-list{gap:1rem}.improvement-item{border-left:3px solid #3498db;box-shadow:0 1px 3px #0000001a;padding:1.25rem;transition:transform .2s,box-shadow .2s}.improvement-item:hover{box-shadow:0 2px 6px #00000026}.improvement-item.priority-high{border-left-color:#22c55e}.improvement-item.priority-strategic{border-left-color:#f59e0b}.improvement-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.improvement-text{min-width:200px}.badge{font-size:.75rem;padding:.25rem .75rem}.badge.score-increase{background:#e0e7ff;color:#3730a3;font-weight:700}.improvement-meta{align-items:center;color:#64748b;display:flex;font-size:.85rem;gap:1rem}.category-tag{background:#e2e8f0;border-radius:6px;font-weight:500;padding:.2rem .6rem;text-transform:capitalize}.efficiency{color:#6366f1;font-weight:600}@media (max-width:768px){.comparison-dashboard{padding:1rem}.analyses-grid,.consensus-content,.divergence-content,.summary-cards{grid-template-columns:1fr}.improvement-header{flex-direction:column}.improvement-badges{width:100%}}.resume-editor{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0;padding:1rem 2rem}.editor-header{align-items:flex-start;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.back-button{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;color:#475569;cursor:pointer;font-size:.9rem;font-weight:500;margin-bottom:1rem;padding:.5rem 1rem;transition:all .2s}.back-button:hover{background:#e2e8f0;border-color:#94a3b8;transform:translateX(-2px)}.header-content h2{color:#2c3e50;font-size:1.75rem;margin:0 0 .5rem}.header-description{color:#64748b;font-size:.95rem;margin:0}.header-actions{align-items:flex-start;display:flex;flex-wrap:wrap;gap:.75rem}.export-pdf-button{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s;white-space:nowrap}.export-pdf-button:hover:not(:disabled){box-shadow:0 4px 12px #ef444466;transform:translateY(-2px)}.export-pdf-button:disabled{cursor:not-allowed;opacity:.6}.editor-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:350px 1fr;min-height:600px}.action-plan-sidebar{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;max-height:80vh;overflow-y:auto;padding:1.5rem}.action-plan-sidebar h3{color:#2c3e50;font-size:1.25rem;margin:0 0 1.5rem}.improvement-category{margin-bottom:1.5rem}.improvement-category h4{color:#64748b;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin:0 0 .75rem;text-transform:uppercase}.improvements-list{display:flex;flex-direction:column;gap:.75rem}.improvement-item{background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;padding:1rem;transition:all .2s}.improvement-item:hover{border-color:#6366f1;box-shadow:0 2px 8px #6366f133;transform:translateX(4px)}.improvement-item.selected{background:#eef2ff;border-color:#6366f1;box-shadow:0 2px 8px #6366f14d}.improvement-item.completed{background:#f0fdf4;border-color:#22c55e;opacity:.7}.improvement-item.completed .improvement-text{color:#94a3b8;text-decoration:line-through}.improvement-checkbox{align-items:flex-start;cursor:pointer;display:flex;gap:.75rem;width:100%}.improvement-checkbox input[type=checkbox]{accent-color:#6366f1;cursor:pointer;margin-top:2px}.improvement-text{color:#2c3e50;flex:1 1;font-size:.9rem;font-weight:500;line-height:1.5}.improvement-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.badge{border-radius:12px;font-size:.7rem;font-weight:600;padding:.2rem .6rem;white-space:nowrap}.badge.impact{background:#dbeafe;color:#1e40af}.badge.effort{background:#f3f4f6;color:#374151}.badge.effort.effort-low{background:#dcfce7;color:#166534}.badge.effort.effort-medium{background:#fef3c7;color:#92400e}.badge.effort.effort-high{background:#fee2e2;color:#991b1b}.resume-editor-content{background:#fff;border:2px solid #e2e8f0;border-radius:8px;max-height:80vh;overflow-y:auto;padding:2rem}.resume-container{background:#fff;color:#2c3e50;font-family:Georgia,Times New Roman,serif;line-height:1.6;margin:0 auto;max-width:800px;padding:2rem}.resume-section#section-resume-full{background:#0000;border:none;margin-bottom:0;padding:0}.resume-section#section-resume-full .editable-content{background:#fff;font-family:Times New Roman,Georgia,serif;overflow:auto;padding:0;scroll-behavior:auto}.pdf-editable{background:#fff;cursor:text;outline:none;padding:0;position:relative}.pdf-editable:focus{outline:2px solid #3b82f6;outline-offset:-2px}.pdf-resume-container{background:#fff;overflow:auto;padding:0;width:100%}.pdf-page-wrapper{zoom:1;border:1px solid #e2e8f0;box-shadow:0 2px 4px #0000001a;margin:0 auto 10px;overflow:visible}.pdf-page-inner,.pdf-page-wrapper{background:#fff;padding-top:0;position:relative}.pdf-page-inner{margin-top:0}.pdf-flow{text-align:left}.pdf-line{word-wrap:break-word;font-family:Times New Roman,Georgia,serif;margin:0;overflow-wrap:break-word;padding:0;white-space:pre}.pdf-line span{cursor:text;display:inline;outline:none}.pdf-line span:focus{background:#3b82f61a;border-radius:2px;outline:1px solid #3b82f64d}.pdf-editable .pdf-page-wrapper{pointer-events:auto}.pdf-editable .pdf-line{pointer-events:auto}.pdf-editable *,.pdf-editable .pdf-line{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.resume-section#section-resume-full .editable-content .pdf-page{font-family:Times New Roman,Georgia,serif}.resume-section#section-resume-full .editable-content .pdf-page-content,.resume-section#section-resume-full .editable-content .pdf-page>div{word-wrap:break-word;font-family:Times New Roman,Georgia,serif;tab-size:4;-moz-tab-size:4;-o-tab-size:4;white-space:pre-wrap!important}.resume-section#section-resume-full .editable-content[contenteditable=true]{white-space:normal}.resume-section#section-resume-full .editable-content[contenteditable=true] .pdf-page>div{tab-size:4;-moz-tab-size:4;-o-tab-size:4;white-space:pre-wrap}.resume-section#section-resume-full .editable-content:focus{background:#fafbff;border-color:#6366f1;border-style:solid;box-shadow:0 0 0 3px #6366f11a}.resume-section{border:2px solid #0000;border-radius:8px;margin-bottom:2rem;padding:1.5rem;position:relative;transition:all .3s}.resume-section.highlighted{animation:pulse 2s infinite;background:#eef2ff;border-color:#6366f1;box-shadow:0 4px 12px #6366f133}.resume-section.edited{border-left:4px solid #22c55e}@keyframes pulse{0%,to{box-shadow:0 4px 12px #6366f133}50%{box-shadow:0 4px 20px #6366f166}}.section-title{border-bottom:2px solid #e2e8f0;color:#1e293b;font-size:1.5rem;font-weight:700;letter-spacing:1px;margin:0 0 1rem;padding-bottom:.5rem;text-transform:uppercase}.resume-section.header .section-title{display:none}.editable-content{word-wrap:break-word;border:1px dashed #cbd5e1;border-radius:4px;min-height:50px;outline:none;padding:.75rem;transition:all .2s;white-space:pre-wrap}.resume-section#section-resume-full .editable-content{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;line-height:1.8;min-height:400px;padding:2rem;white-space:normal}.editable-content:focus{background:#fafbff;border-color:#6366f1;border-style:solid;box-shadow:0 0 0 3px #6366f11a}.editable-content:hover{border-color:#94a3b8}.edited-badge{background:#22c55e;border-radius:12px;color:#fff;font-size:.7rem;font-weight:600;padding:.25rem .5rem;position:absolute;right:.5rem;top:.5rem}.resume-section.header{border-bottom:3px solid #1e293b;margin-bottom:2rem;padding:2rem;text-align:center}.resume-section.header .editable-content{font-size:1.1rem;font-weight:500;line-height:1.8}.resume-editor-loading{color:#64748b;padding:4rem;text-align:center}@media (max-width:1200px){.editor-layout{grid-template-columns:300px 1fr}}@media (max-width:968px){.editor-layout{grid-template-columns:1fr}.action-plan-sidebar{margin-bottom:2rem;max-height:300px}.editor-header{flex-direction:column;gap:1rem}.export-pdf-button{width:100%}}
/*# sourceMappingURL=main.64297322.css.map*/