body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.home-container{min-height:100vh;display:flex;flex-direction:column}.hero{background:linear-gradient(135deg,#4f46e5,#3b82f6);color:#fff;padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18a7 7 0 100-14 7 7 0 000 14zm48 25a7 7 0 100-14 7 7 0 000 14zm-43-7a3 3 0 100-6 3 3 0 000 6zm63 31a3 3 0 100-6 3 3 0 000 6zM34 90a3 3 0 100-6 3 3 0 000 6zm56-76a3 3 0 100-6 3 3 0 000 6zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21a2 2 0 10.001-3.999A2 2 0 0080 29zM60 91a2 2 0 10.001-3.999A2 2 0 0060 91zM35 41a2 2 0 10.001-3.999A2 2 0 0035 41zM12 60a2 2 0 10.001-3.999A2 2 0 0012 60z' fill='%23fff' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E");z-index:0}.hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:800;background:linear-gradient(90deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 10px rgba(0,0,0,.1)}.hero h1,.tagline{position:relative;z-index:1}.tagline{font-size:1.5rem;margin-bottom:2rem;font-weight:400;opacity:.9}.cta-button{display:inline-block;background-color:#fff;color:#4f46e5;font-weight:600;padding:1rem 2rem;border-radius:50px;font-size:1.125rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1);position:relative;z-index:1}.cta-button:hover{transform:translateY(-2px);box-shadow:0 7px 14px rgba(0,0,0,.1);background-color:#f8fafc}.features{padding:4rem 2rem;display:flex;flex-wrap:wrap;justify-content:center;grid-gap:2rem;gap:2rem;background-color:#fff}.feature-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);padding:2rem;width:300px;text-align:center;transition:all .3s ease;border:1px solid #f1f5f9}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.feature-card h3{color:#4f46e5;margin-bottom:1rem;font-size:1.25rem}.feature-card p{color:#64748b;font-size:1rem}.footer{padding:2rem}.footer a{color:#a5b4fc;text-decoration:none;margin-left:1rem;transition:color .3s ease}.footer a:hover{color:#fff}.steps{padding:4rem 2rem;background-color:#f8fafc;text-align:center}.steps h2{margin-bottom:3rem;font-size:2rem;color:#1e293b}.steps-container{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.step-card{width:280px;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);position:relative}.step-number{position:absolute;top:-20px;left:50%;transform:translateX(-50%);background-color:#4f46e5;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.step-card h3{margin-top:.5rem;margin-bottom:1rem}.testimonials{padding:4rem 2rem;background-color:#fff;text-align:center}.testimonials h2{margin-bottom:3rem;font-size:2rem;color:#1e293b}.testimonial-cards{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.testimonial-card{width:350px;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);text-align:left;border:1px solid #f1f5f9}.testimonial-text{font-style:italic;margin-bottom:1.5rem;color:#475569}.author-avatar,.testimonial-author{display:flex;align-items:center}.author-avatar{width:50px;height:50px;border-radius:50%;background-color:#e2e8f0;margin-right:1rem;justify-content:center;color:#64748b;font-weight:700}.author-info h4{margin-bottom:.25rem}.author-info p{color:#64748b;font-size:.875rem}@media (max-width:768px){.hero h1{font-size:2.5rem}.tagline{font-size:1.25rem}.feature-card,.step-card,.testimonial-card{width:100%}}.resume-preview{background:#fff;padding:2rem;box-shadow:0 4px 10px rgba(0,0,0,.05);border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;max-width:100%;margin:0 auto;overflow-y:auto;height:100%;border:1px solid #e2e8f0;transition:all .3s ease}.resume-header{margin-bottom:1.5rem;text-align:center;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.resume-header h1{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.contact-info{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:.75rem;gap:.75rem;font-size:.85rem}.contact-item{display:flex;align-items:center;color:#475569}.contact-icon{margin-right:.4rem}.resume-section{margin-bottom:1.5rem}.section-title{font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;color:#4f46e5;margin-bottom:.75rem;padding-bottom:.4rem;border-bottom:2px solid #e2e8f0;font-weight:600}.section-content{padding-left:.4rem}.item{margin-bottom:1.25rem}.item:last-child{margin-bottom:0}.item-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.25rem}.item-title{font-size:.95rem;font-weight:600;color:#1e293b}.item-date{font-size:.8rem;color:#64748b}.item-subtitle{margin-top:.25rem;display:flex;justify-content:space-between}.item-bullets,.item-subtitle{font-size:.85rem;color:#475569}.item-bullets{margin-top:.4rem;padding-left:1.25rem;list-style-type:disc}.item-bullets li{margin-bottom:.25rem}.technologies{margin-top:.4rem;font-size:.8rem;color:#475569}.tech-label{font-weight:600;color:#1e293b}.skills-content{display:flex;flex-wrap:wrap;grid-gap:.75rem;gap:.75rem}.skill-category{margin-bottom:1rem}.category-title{font-size:.9rem;font-weight:600;color:#1e293b;margin-bottom:.4rem}.skills-list{grid-gap:.4rem;gap:.4rem}.skill-badge{background-color:#e0e7ff;color:#4f46e5;padding:.2rem .4rem;border-radius:4px;font-size:.75rem;font-weight:500;transition:all .2s ease}.skill-badge:hover{background-color:#c7d2fe;transform:translateY(-1px)}.app{display:flex;flex-direction:column;background-color:#f8fafc}.header{background:linear-gradient(135deg,#4f46e5,#3b82f6);color:#fff;padding:2rem;text-align:center;position:relative;overflow:hidden}.header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18a7 7 0 100-14 7 7 0 000 14zm48 25a7 7 0 100-14 7 7 0 000 14zm-43-7a3 3 0 100-6 3 3 0 000 6zm63 31a3 3 0 100-6 3 3 0 000 6zM34 90a3 3 0 100-6 3 3 0 000 6zm56-76a3 3 0 100-6 3 3 0 000 6zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21a2 2 0 10.001-3.999A2 2 0 0080 29zM60 91a2 2 0 10.001-3.999A2 2 0 0060 91zM35 41a2 2 0 10.001-3.999A2 2 0 0035 41zM12 60a2 2 0 10.001-3.999A2 2 0 0012 60z' fill='%23fff' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E");z-index:0}.header h1{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.header h1,.header p{position:relative;z-index:1}.header p{font-size:1.25rem;opacity:.9}.builder-container{display:flex;flex-direction:column;max-width:1400px;margin:0 auto;padding:2rem;grid-gap:2rem;gap:2rem}@media (min-width:1200px){.builder-container{flex-direction:row}.form-section{flex:1.2 1}.preview-section{flex:1 1;position:sticky;top:2rem;max-height:calc(100vh - 4rem)}}.form-section,.preview-section{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e2e8f0}.preview-section{display:flex;flex-direction:column;overflow-y:auto}.preview-section h2{margin-bottom:1.5rem;color:#4f46e5;font-size:1.5rem;text-align:center;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.section{margin-bottom:2rem;border-bottom:1px solid #e2e8f0;padding-bottom:1.5rem}.section h2{color:#4f46e5;font-size:1.5rem;margin-bottom:1.5rem;font-weight:600}.form-row{display:flex;grid-gap:1rem;gap:1rem;margin-bottom:1rem}@media (max-width:768px){.form-row{flex-direction:column;grid-gap:.5rem;gap:.5rem}}.form-group{flex:1 1;margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#1e293b}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.item-container{background-color:#f8fafc;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e2e8f0}.bullet-points{margin-top:1rem}.bullet-input{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;margin-bottom:.75rem}.bullet-input input{flex:1 1}.remove-bullet-btn{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:all .2s}.remove-bullet-btn:hover{background:#e2e8f0;color:#334155}.add-bullet-btn{padding:.5rem 1rem;background:#f1f5f9;color:#4f46e5;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s}.add-bullet-btn:hover{background:#e2e8f0}.add-btn{padding:.75rem 1.5rem;background:#eef2ff;color:#4f46e5;border:2px dashed #c7d2fe;border-radius:8px;cursor:pointer;font-weight:500;width:100%;transition:all .2s}.add-btn:hover{background:#e0e7ff}.remove-btn{padding:.5rem 1rem;background:#fef2f2;color:#ef4444;border:1px solid #fecaca;border-radius:6px;cursor:pointer;margin-top:1rem;transition:all .2s}.remove-btn:hover{background:#fee2e2}.skill-category{background-color:#f8fafc;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e2e8f0}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.category-name{font-weight:600;font-size:1.1rem;background:transparent;color:#1e293b;flex:1 1;padding:.5rem;border:none;border-bottom:2px solid #e2e8f0}.category-name:focus{outline:none;border-bottom-color:#4f46e5}.remove-category-btn{padding:.5rem 1rem;background:#fef2f2;color:#ef4444;border:1px solid #fecaca;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s}.remove-category-btn:hover{background:#fee2e2}.skills-list{display:flex;flex-wrap:wrap;grid-gap:.75rem;gap:.75rem}.skill-input{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.skill-input input{width:auto;min-width:120px;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px}.remove-skill-btn{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.75rem;transition:all .2s}.remove-skill-btn:hover{background:#e2e8f0;color:#334155}.error-message{background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:8px}.error-message,.success-message{padding:1rem;margin-bottom:1.5rem}.success-message{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#166534;border-radius:8px}.form-actions{margin-top:2rem;text-align:center}.submit-btn{padding:1rem 2rem;background:linear-gradient(135deg,#4f46e5,#3b82f6);color:#fff;border:none;border-radius:50px;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1)}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 7px 14px rgba(0,0,0,.1)}.submit-btn:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.footer{background-color:#1e293b;color:#fff;padding:1.5rem;text-align:center;margin-top:auto}:root{--primary:#4f46e5;--primary-hover:#4338ca;--primary-light:#eef2ff;--secondary:#475569;--accent:#f97316;--background:#f8fafc;--card-bg:#fff;--text:#1e293b;--text-light:#64748b;--border:#e2e8f0;--success:#10b981;--error:#ef4444;--radius:8px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);--transition:all 0.2s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text);background-color:var(--background)}.app{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-weight:500;border-radius:var(--radius);cursor:pointer;transition:var(--transition);border:none;outline:none;text-decoration:none;white-space:nowrap}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover)}.btn-primary:disabled{background-color:var(--text-light);cursor:not-allowed}.btn-secondary{background-color:#fff;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background-color:var(--background)}.btn-danger{background-color:var(--error);color:#fff}.btn-danger:hover{background-color:#dc2626}.btn-sm{padding:.375rem .75rem;font-size:.875rem}.btn-icon{width:2rem;height:2rem;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text)}.form-control{width:100%;padding:.625rem .875rem;font-size:1rem;line-height:1.5;color:var(--text);background-color:#fff;border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition)}.form-control:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px rgba(79,70,229,.1)}.form-control::placeholder{color:var(--text-light)}.card{background-color:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.loading-spinner{display:inline-block;width:1.25rem;height:1.25rem;border-radius:50%;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-right:.5rem}@keyframes spin{to{transform:rotate(1turn)}}.alert{padding:1rem;margin:1rem 0;border-radius:var(--radius);border-left:4px solid}.alert-error{background-color:#fef2f2;border-color:var(--error);color:#b91c1c}.alert-success{background-color:#ecfdf5;border-color:var(--success);color:#065f46}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.row{display:flex;flex-wrap:wrap;margin:0 -.75rem}.col{flex:1 0;padding:0 .75rem}.text-center{text-align:center}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:2rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.p-0{padding:0}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:2rem}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.container{padding:0 .75rem}.row{flex-direction:column}}
/*# sourceMappingURL=main.9926cfb9.chunk.css.map */