@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.2);padding:1rem 0;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.logo-icon svg{width:1.5rem;height:1.5rem}.logo h1{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-tabs{display:flex;gap:.5rem}.nav-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;background:transparent;border-radius:12px;font-weight:500;cursor:pointer;transition:all .3s ease;color:#6b7280}.nav-button:hover{background:#3b82f61a;color:#3b82f6;transform:translateY(-1px)}.nav-button.active{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;box-shadow:0 4px 12px #3b82f64d}.nav-icon{font-size:1.1rem}.main-content{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.upload-section{text-align:center}.section-header{margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.section-header p{font-size:1.1rem;color:#ffffffe6;max-width:600px;margin:0 auto}.upload-container{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px dashed #D1D5DB;border-radius:20px;padding:3rem 2rem;cursor:pointer;transition:all .3s ease;margin:0 auto;max-width:600px;position:relative;overflow:hidden}.upload-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);opacity:0;transition:opacity .3s ease}.upload-container:hover:before{opacity:1}.upload-container:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 10px 25px #3b82f633}.upload-container.dragging{border-color:#3b82f6;background:#3b82f60d;transform:scale(1.02)}.upload-container.analyzing{cursor:default;border-color:#8b5cf6;background:#8b5cf60d}.upload-icon{width:4rem;height:4rem;margin:0 auto 1.5rem;color:#3b82f6;position:relative;z-index:1}.upload-icon svg{width:100%;height:100%;stroke-width:1.5}.upload-container h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#1f2937;position:relative;z-index:1}.upload-container p{color:#6b7280;margin-bottom:1.5rem;position:relative;z-index:1}.file-types{display:flex;justify-content:center;gap:.5rem;position:relative;z-index:1}.file-type{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.analysis-spinner{margin-bottom:1.5rem}.spinner{width:3rem;height:3rem;margin:0 auto;border:3px solid rgba(139,92,246,.3);border-top:3px solid #8B5CF6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.progress-bar{width:100%;height:8px;background:#8b5cf633;border-radius:4px;overflow:hidden;margin:1rem 0}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:4px;transition:width .3s ease}.progress-text{color:#8b5cf6;font-weight:600;font-size:.875rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.analysis-modal{background:#fff;border-radius:20px;width:100%;max-width:900px;max-height:90vh;overflow:hidden;box-shadow:0 25px 50px #00000040;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{padding:1.5rem 2rem;border-bottom:1px solid #E5E7EB;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.modal-header h2{font-size:1.5rem;font-weight:700;color:#1f2937}.close-button{width:2rem;height:2rem;border:none;background:#6b72801a;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s ease}.close-button:hover{background:#ef44441a;color:#ef4444}.close-button svg{width:1rem;height:1rem}.modal-tabs{display:flex;border-bottom:1px solid #E5E7EB;background:#f9fafb}.tab-button{flex:1;padding:1rem;border:none;background:transparent;cursor:pointer;font-weight:500;color:#6b7280;transition:all .2s ease;border-bottom:2px solid transparent}.tab-button:hover{color:#3b82f6;background:#3b82f60d}.tab-button.active{color:#3b82f6;border-bottom-color:#3b82f6;background:#fff}.modal-content{padding:2rem;overflow-y:auto;max-height:60vh}.rating-card{display:flex;align-items:center;gap:2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;padding:2rem;margin-bottom:2rem}.rating-circle{position:relative;width:120px;height:120px}.rating-svg{width:100%;height:100%;transform:rotate(-90deg)}.rating-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.rating-number{display:block;font-size:2rem;font-weight:700;color:#1f2937}.rating-label{display:block;font-size:.875rem;color:#6b7280;font-weight:500}.rating-details h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.rating-details p{color:#6b7280;line-height:1.6}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.info-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:1.5rem}.info-card h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.contact-details p{margin-bottom:.5rem;color:#4b5563}.contact-details strong{color:#1f2937}.contact-details a{color:#3b82f6;text-decoration:none}.contact-details a:hover{text-decoration:underline}.summary-text{color:#4b5563;line-height:1.6}.experience-section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;margin-top:2rem}.experience-section h3:first-child{margin-top:0}.experience-list,.education-list{display:flex;flex-direction:column;gap:1.5rem}.experience-item,.education-item{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:1.5rem}.experience-header,.education-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.experience-header h4,.education-header h4{font-size:1.1rem;font-weight:600;color:#1f2937}.duration{background:#3b82f61a;color:#3b82f6;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.company,.institution{color:#6b7280;font-weight:500;margin-bottom:.75rem}.description,.details{color:#4b5563;line-height:1.6}.skills-section{display:flex;flex-direction:column;gap:2rem}.skills-category h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.skills-grid{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500}.skill-tag.technical{background:#3b82f61a;color:#3b82f6}.skill-tag.soft{background:#10b9811a;color:#10b981}.projects-list{display:flex;flex-direction:column;gap:1.5rem}.project-item{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:1.5rem}.project-item h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.project-item p{color:#4b5563;line-height:1.6;margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#8b5cf61a;color:#8b5cf6;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}.certifications-list{display:flex;flex-wrap:wrap;gap:.75rem}.certification-tag{background:#f59e0b1a;color:#f59e0b;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500}.improvements-section{display:flex;flex-direction:column;gap:2rem}.improvement-category h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.improvement-list,.suggestion-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.improvement-item,.suggestion-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#fff;border:1px solid #E5E7EB;border-radius:12px;line-height:1.6}.improvement-item{border-left:4px solid #F59E0B}.suggestion-item{border-left:4px solid #10B981}.improvement-icon,.suggestion-icon{font-size:1.2rem;flex-shrink:0}.history-container{max-width:1200px;margin:0 auto}.history-header{text-align:center;margin-bottom:3rem}.history-header h2{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.history-header p{font-size:1.1rem;color:#ffffffe6}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#fff}.loading-spinner .spinner{margin-bottom:1rem}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;padding:2rem;text-align:center;color:#fff}.retry-button{background:#ef4444;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;margin-top:1rem;transition:background .2s ease}.retry-button:hover{background:#dc2626}.empty-state{text-align:center;padding:4rem 2rem;color:#fff}.empty-icon{width:4rem;height:4rem;margin:0 auto 1.5rem;opacity:.7}.empty-icon svg{width:100%;height:100%}.empty-state h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.resumes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.resume-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:1.5rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.resume-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000026}.resume-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.resume-header h3{font-size:1.1rem;font-weight:600;color:#1f2937}.rating-badge{color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600}.resume-details{margin-bottom:1.5rem}.file-name{color:#6b7280;font-size:.875rem;margin-bottom:.25rem}.upload-date{color:#9ca3af;font-size:.875rem;margin-bottom:1rem}.resume-summary p{color:#4b5563;font-size:.875rem;margin-bottom:.25rem}.skills-preview{margin-top:1rem}.skills-tags{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.skills-tags .skill-tag{background:#3b82f61a;color:#3b82f6;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.more-skills{color:#6b7280;font-size:.75rem}.view-details-button{width:100%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:.75rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.view-details-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.no-data{color:#9ca3af;font-style:italic;text-align:center;padding:2rem;background:#9ca3af0d;border-radius:8px}.app-footer{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1rem 0;text-align:center;color:#fffc;font-size:.875rem}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;padding:0 1rem}.nav-tabs{width:100%;justify-content:center}.main-content{padding:1rem}.section-header h2{font-size:2rem}.upload-container{padding:2rem 1rem}.modal-overlay{padding:.5rem}.analysis-modal{max-height:95vh}.modal-content{padding:1rem}.rating-card{flex-direction:column;text-align:center;gap:1rem}.info-grid{grid-template-columns:1fr}.experience-header,.education-header{flex-direction:column;align-items:flex-start;gap:.5rem}.resumes-grid{grid-template-columns:1fr}.tab-button{font-size:.875rem}}@media (max-width: 480px){.logo h1{font-size:1.25rem}.nav-button{padding:.5rem 1rem;font-size:.875rem}.section-header h2{font-size:1.75rem}.modal-header{padding:1rem}.modal-tabs{flex-wrap:wrap}.tab-button{flex:none;min-width:50%}}.job-matcher-container{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto}.job-description-textarea{width:100%;height:200px;padding:1.5rem;border-radius:20px;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:Inter,sans-serif;font-size:1rem;color:#fff;resize:vertical}.job-description-textarea::placeholder{color:#fff9}.job-matcher-container .upload-container{width:100%;max-width:none}.stylish-modal{background:#1e293b;border:1px solid #334155;box-shadow:0 25px 50px -12px #00000080;max-width:900px}.stylish-header{background:#1e293b;border-bottom:1px solid #334155}.stylish-header h2{color:#f8fafc}.stylish-content{background:#0f172a;color:#cbd5e1}.matcher-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.matcher-grid{grid-template-columns:300px 1fr}}.score-panel{background:linear-gradient(145deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:16px;padding:2rem;text-align:center;display:flex;flex-direction:column;justify-content:center}.score-display{font-size:6rem;font-weight:800;line-height:1;text-shadow:0 0 20px currentColor}.percent-sign{font-size:2rem;font-weight:500;opacity:.7;margin-left:.25rem;display:inline-block;vertical-align:super}.score-label{font-weight:600;color:#94a3b8;margin-top:.5rem}.score-summary{margin-top:1.5rem;font-size:.875rem;line-height:1.6;color:#cbd5e1}.details-panel{display:flex;flex-direction:column;gap:2rem}.details-title{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;color:#f8fafc;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #334155}.details-list{list-style:none;display:flex;flex-direction:column;gap:.75rem;padding-left:.5rem}.details-list li{line-height:1.6}.keywords-container{display:flex;flex-wrap:wrap;gap:.75rem}.keyword-tag{background:#334155;color:#e2e8f0;padding:.5rem 1rem;border-radius:999px;font-size:.875rem;font-weight:500}.text-green-500{color:#22c55e}.text-yellow-500{color:#eab308}.text-red-500{color:#ef4444}.resume-card{cursor:pointer}.resume-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.resume-title{flex-grow:1;padding-right:.5rem}.header-controls{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.delete-resume-button{width:1.75rem;height:1.75rem;background:#6b728033;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;transition:all .2s ease}.delete-resume-button:hover{background:#ef4444;color:#fff;transform:scale(1.1)}.delete-resume-button svg{width:.875rem;height:.875rem}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0;padding:0;text-align:left}*{box-sizing:border-box}
