.landing{min-height:100vh;background:linear-gradient(135deg,#0f0f1a,#1a1a2e,#16213e);color:#fff;overflow-x:hidden}.landing-nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem;position:fixed;top:0;left:0;right:0;z-index:100;background:#0f0f1acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05)}.nav-brand{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700}.nav-brand svg{color:#667eea}.nav-cta{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.hero{display:flex;align-items:center;justify-content:space-between;gap:4rem;padding:10rem 4rem 6rem;max-width:1400px;margin:0 auto}.hero-content{flex:1;max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#667eea26;border:1px solid rgba(102,126,234,.3);border-radius:50px;font-size:.85rem;color:#a5b4fc;margin-bottom:1.5rem}.hero-badge svg{color:#667eea}.hero h1{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,#667eea,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#94a3b8;line-height:1.7;margin-bottom:2rem}.hero-cta{margin-bottom:3rem}.cta-primary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 20px 40px #667eea66}.cta-primary.large{padding:1.25rem 2.5rem;font-size:1.2rem}.cta-note{margin-top:.75rem;font-size:.9rem;color:#64748b}.hero-stats{display:flex;align-items:center;gap:2rem}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-value{font-size:1.5rem;font-weight:700;color:#667eea}.stat-label{font-size:.85rem;color:#64748b}.stat-divider{width:1px;height:40px;background:#ffffff1a}.hero-visual{flex:1;display:flex;justify-content:center;perspective:1000px}.visual-card{width:400px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px #00000080,0 0 100px #667eea33;transform:rotateY(-5deg) rotateX(5deg);transition:transform .5s ease;position:relative}.visual-card:hover{transform:rotateY(0) rotateX(0)}.visual-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#f8f9ff;border-bottom:1px solid #eee;color:#333;font-size:.85rem;font-weight:500}.visual-dots{display:flex;gap:6px}.visual-dots span{width:10px;height:10px;border-radius:50%;background:#ddd}.visual-dots span:nth-child(1){background:#ff5f57}.visual-dots span:nth-child(2){background:#febc2e}.visual-dots span:nth-child(3){background:#28c840}.visual-content{padding:2rem}.visual-line{height:12px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9);border-radius:6px;margin-bottom:.75rem}.visual-line.title{width:60%;height:20px;background:linear-gradient(90deg,#667eea,#764ba2);margin:0 auto .5rem}.visual-line.subtitle{width:80%;height:10px;margin:0 auto 1.5rem}.visual-line.heading{width:40%;height:14px;background:#333;margin-bottom:.75rem}.visual-line.short{width:60%}.visual-section{margin-bottom:1.5rem}.visual-badge{position:absolute;bottom:-15px;right:20px;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50px;font-size:.85rem;font-weight:600;box-shadow:0 10px 30px #10b98166}section{padding:6rem 4rem;max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{font-size:1.15rem;color:#94a3b8}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{padding:2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;transition:all .3s ease}.feature-card:hover{background:#ffffff0f;border-color:#667eea4d;transform:translateY(-5px)}.feature-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea33,#764ba233);border-radius:12px;margin-bottom:1.25rem;color:#667eea}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.feature-card p{font-size:.95rem;color:#94a3b8;line-height:1.6}.how-it-works{background:#667eea0d;border-radius:24px;margin:0 2rem;max-width:none}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.step{text-align:center;padding:1.5rem}.step-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.step h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.step p{font-size:.95rem;color:#94a3b8}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{padding:2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px}.testimonial-stars{display:flex;gap:4px;margin-bottom:1rem}.testimonial-card p{font-size:1.1rem;line-height:1.6;margin-bottom:1rem;font-style:italic}.testimonial-author{font-size:.9rem;color:#64748b}.cta-section{text-align:center;padding:8rem 4rem}.cta-content h2{font-size:3rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.25rem;color:#94a3b8;margin-bottom:2rem}.landing-footer{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;border-top:1px solid rgba(255,255,255,.05)}.footer-brand{display:flex;align-items:center;gap:.5rem;font-weight:600}.footer-brand svg{color:#667eea}.landing-footer p{font-size:.85rem;color:#64748b}@media (max-width: 1200px){.hero{flex-direction:column;text-align:center;padding:8rem 2rem 4rem}.hero-content{max-width:100%}.hero h1{font-size:3rem}.hero-stats{justify-content:center}.visual-card{width:350px;transform:none}.features-grid,.testimonials-grid,.steps{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.landing-nav{padding:1rem 1.5rem}.nav-brand{font-size:1.25rem}section{padding:4rem 1.5rem}.hero h1{font-size:2.25rem}.hero-subtitle{font-size:1rem}.visual-card{width:100%;max-width:350px}.features-grid,.testimonials-grid,.steps{grid-template-columns:1fr}.section-header h2,.cta-content h2{font-size:2rem}.how-it-works{margin:0;border-radius:0}}.upload-container{width:100%;max-width:700px;padding:2rem}.upload-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000026}.upload-zone{padding:4rem 3rem;text-align:center;border:2px dashed #e2e8f0;border-radius:16px;margin:1.5rem;cursor:pointer;transition:all .3s ease;position:relative;background:#fafbfc}.upload-zone:hover{border-color:#667eea;background:#f8f9ff}.upload-zone.dragging{border-color:#667eea;background:linear-gradient(135deg,#667eea1a,#764ba21a);transform:scale(1.01)}.upload-zone.uploading{cursor:wait;background:#f8f9ff;border-style:solid;border-color:#667eea}.upload-icon-wrapper{width:72px;height:72px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;box-shadow:0 10px 30px #667eea4d}.upload-zone h2{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}.upload-zone p{color:#64748b;margin-bottom:1.5rem}.file-types{display:flex;gap:.75rem;justify-content:center}.file-types span{padding:.4rem 1rem;background:#f1f5f9;color:#64748b;border-radius:20px;font-size:.8rem;font-weight:500}.file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.upload-loading{padding:1rem 0}.loader-ring{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:50%}.spinner{animation:spin 1s linear infinite;color:#667eea}.upload-loading h3{font-size:1.25rem;color:#1a1a2e;margin-bottom:.5rem}.upload-loading p{color:#64748b;font-size:.95rem;margin-bottom:1.5rem}.loading-steps{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.loading-steps .step{padding:.4rem 1rem;background:#f1f5f9;color:#94a3b8;border-radius:20px;font-size:.8rem;font-weight:500;transition:all .3s ease}.loading-steps .step.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.upload-error{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626;padding:1rem 1.5rem;margin:0 1.5rem 1.5rem;border-radius:12px;text-align:center;font-size:.95rem;border:1px solid #fecaca}.features{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.feature{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:14px;color:#fff;transition:all .3s ease}.feature:hover{background:#ffffff26;transform:translate(5px)}.feature-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff26;border-radius:10px;flex-shrink:0}.feature-content h3{font-size:1rem;font-weight:600;margin-bottom:.25rem}.feature-content p{font-size:.9rem;opacity:.85;line-height:1.4}@media (max-width: 768px){.upload-container{padding:1rem}.upload-zone{padding:3rem 1.5rem;margin:1rem}.upload-zone h2{font-size:1.25rem}.file-types{flex-wrap:wrap}.loading-steps{flex-direction:column;align-items:center}}.chat-container{flex:1;min-width:500px;max-width:800px;height:100%;background:#fff;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 10px 40px #0003}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #eee;background:#f8f9ff;flex-shrink:0}.chat-title{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#333}.chat-title svg{color:#667eea}.new-session-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;transition:background .2s}.new-session-btn:hover{background:#5a6fd6}.messages-container{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.message{display:flex;gap:.75rem;max-width:90%}.message.user{align-self:flex-end;flex-direction:row-reverse}.message-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.message.assistant .message-icon{background:#667eea;color:#fff}.message.user .message-icon{background:#e0e0e0;color:#666}.message-content{background:#f5f5f5;padding:1rem;border-radius:12px;line-height:1.6;overflow-x:auto}.message.user .message-content{background:#667eea;color:#fff}.message-content p{margin:0 0 .5rem}.message-content p:last-child{margin-bottom:0}.message-content ul,.message-content ol{margin:.5rem 0;padding-left:1.5rem}.message-content li{margin:.25rem 0}.message-content strong{font-weight:600}.message-content code{background:#0000001a;padding:.2rem .4rem;border-radius:4px;font-family:monospace;font-size:.9em}.message.user .message-content code{background:#fff3}.message-content pre{background:#0000000d;padding:1rem;border-radius:8px;overflow-x:auto;margin:.5rem 0}.message-content pre code{background:none;padding:0}.message-content h1,.message-content h2,.message-content h3{margin-top:1rem;margin-bottom:.5rem}.message-content h1:first-child,.message-content h2:first-child,.message-content h3:first-child{margin-top:0}.message-content table{border-collapse:collapse;width:100%;margin:.5rem 0}.message-content th,.message-content td{border:1px solid #ddd;padding:.5rem;text-align:left}.message-content th{background:#f0f0f0}.typing{display:flex;gap:4px;padding:1rem}.typing span{width:8px;height:8px;background:#667eea;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.typing span:nth-child(1){animation-delay:-.32s}.typing span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.suggested-questions{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 1.5rem 1rem;flex-shrink:0}.suggestion{background:#f0f3ff;border:1px solid #667eea;color:#667eea;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-size:.85rem;transition:all .2s}.suggestion:hover{background:#667eea;color:#fff}.chat-input-container{display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #eee;background:#f8f9ff;flex-shrink:0}.chat-input-container textarea{flex:1;padding:.75rem 1rem;border:1px solid #ddd;border-radius:12px;font-size:1rem;font-family:inherit;resize:none;outline:none;transition:border-color .2s;min-height:48px;max-height:150px}.chat-input-container textarea:focus{border-color:#667eea}.chat-input-container button{width:48px;height:48px;background:#667eea;color:#fff;border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.chat-input-container button:hover:not(:disabled){background:#5a6fd6}.chat-input-container button:disabled{background:#ccc;cursor:not-allowed}@media (max-width: 1200px){.chat-container{min-width:100%;max-width:100%;height:auto;min-height:500px}}@media (max-width: 768px){.chat-container{border-radius:0}.message{max-width:95%}.suggested-questions{padding:0 1rem 1rem}}.resume-preview-container{flex:1;display:flex;flex-direction:column;background:#f5f5f5;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000001a;min-width:400px}.resume-preview-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #eee}.preview-title{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#333}.preview-title svg{color:#667eea}.updating-badge{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;color:#667eea;background:#f0f3ff;padding:.25rem .5rem;border-radius:12px;margin-left:.5rem}.updating-badge .spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.download-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#10b981;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s}.download-btn:hover:not(:disabled){background:#059669}.download-btn:disabled{background:#9ca3af;cursor:not-allowed}.resume-preview-scroll{flex:1;overflow-y:auto;padding:2rem;display:flex;justify-content:center}.resume-paper{background:#fff;width:100%;max-width:8.5in;min-height:11in;padding:1in;box-shadow:0 4px 20px #00000026;font-family:Georgia,Times New Roman,serif;font-size:11pt;line-height:1.4;color:#1a1a1a}.resume-paper h1{font-size:20pt;font-weight:700;text-align:center;margin-bottom:.25rem;color:#000;border-bottom:none}.resume-paper h2{font-size:12pt;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #333;padding-bottom:.25rem;margin-top:1rem;margin-bottom:.5rem;color:#000}.resume-paper h3{font-size:11pt;font-weight:700;margin-top:.5rem;margin-bottom:.25rem;color:#000}.resume-paper p{margin:.25rem 0}.resume-paper ul{margin:.25rem 0;padding-left:1.25rem}.resume-paper li{margin:.15rem 0}.resume-paper strong{font-weight:700}.resume-paper em{font-style:italic}.resume-paper hr{border:none;border-top:1px solid #ccc;margin:.5rem 0}.resume-paper>p:first-of-type{text-align:center;font-size:10pt;color:#444}.resume-preview-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#9ca3af;padding:2rem;text-align:center}.resume-preview-empty svg{color:#d1d5db}.resume-preview-empty p{font-size:1.1rem;font-weight:500;color:#6b7280;margin:0}.resume-preview-empty span{font-size:.9rem}@media (max-width: 1200px){.resume-preview-container{min-width:350px}.resume-paper{padding:.5in}}@media (max-width: 900px){.resume-preview-container{min-width:100%}}.app-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2)}.app-header{display:flex;align-items:center;gap:1rem;padding:1rem 2rem;color:#fff;flex-shrink:0}.back-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#fff;cursor:pointer;transition:all .2s ease}.back-btn:hover{background:#ffffff40}.header-brand{display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:opacity .2s}.header-brand:hover{opacity:.9}.header-brand h1{font-size:1.5rem;font-weight:700}.app-header p{margin-left:auto;font-size:.95rem;opacity:.9}.app-main{flex:1;display:flex;justify-content:center;padding:0 1rem 1rem;overflow:hidden}.workspace{display:flex;gap:1.5rem;width:100%;max-width:1800px;height:calc(100vh - 120px);min-height:600px}.app-footer{text-align:center;padding:.75rem;color:#fff;opacity:.8;font-size:.85rem;flex-shrink:0}@media (max-width: 1200px){.workspace{flex-direction:column;height:auto;max-height:none}.workspace>*{min-height:500px}}@media (max-width: 768px){.app-header{flex-wrap:wrap;padding:1rem}.app-header p{width:100%;margin-left:0;margin-top:.5rem;text-align:center}.workspace{gap:1rem}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;min-height:100vh}#root{min-height:100vh}button{font-family:inherit}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0000000d}::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#667eea80}::selection{background:#667eea4d;color:inherit}
