:root{--primary-blue: #2563eb;--primary-dark: #1e40af;--primary-light: #60a5fa;--accent-orange: #f59e0b;--text-dark: #1e293b;--text-light: #64748b;--border-color: #e2e8f0;--shadow: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .15);--bg-light: #f8fafc;--bg-white: #ffffff;--dark-bg: #1e293b}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{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;color:var(--text-dark);background-color:var(--bg-white);line-height:1.6}.landing-page{width:100%;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:all .3s ease;padding:1rem 2rem}.navbar.scrolled{background:#fffffffa;border-bottom-color:var(--border-color);box-shadow:var(--shadow)}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem}.logo-icon{color:var(--primary-blue);flex-shrink:0}.logo-text{color:var(--text-dark)}.nav-menu{display:flex;gap:2rem;flex:1;justify-content:center}.nav-link{color:var(--text-light);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease}.nav-link:hover{color:var(--primary-blue)}.sign-in-btn{padding:.6rem 1.25rem;border:1px solid #e5e7eb;background:var(--bg-white);color:var(--text-dark);border-radius:.375rem;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:0 1px 2px #0000000d}.sign-in-btn:hover{border-color:#d1d5db;background:#f9fafb;box-shadow:0 2px 4px #00000014}.sign-in-btn:disabled{opacity:.6;cursor:not-allowed}.btn{padding:.85rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-google{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.95rem 1.75rem;border:1px solid #dadce0;background:var(--bg-white);color:#3c4043;border-radius:.4rem;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #00000014}.btn-google:hover{border-color:#d2d3d4;background:#f8f9fa;box-shadow:0 2px 8px #0000001f}.btn-google:active{border-color:#4285f4;background:#f1f3f4}.btn-google:disabled{opacity:.7;cursor:not-allowed;background:#f8f9fa}.hero{padding:8rem 2rem 4rem;margin-top:3.5rem}.hero-wrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:center}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;color:var(--text-dark)}.hero-title .highlight{color:var(--primary-blue)}.hero-subtitle{font-size:1.1rem;color:var(--text-light);line-height:1.7;max-width:500px}.hero-footnote{font-size:.95rem;color:var(--text-light)}.hero-visual{display:flex;justify-content:center;align-items:center}.mockup-container{position:relative;width:100%;height:350px;perspective:1000px}.mockup-card{position:absolute;width:280px;background:var(--bg-white);border:1px solid var(--border-color);border-radius:.75rem;padding:1.5rem;box-shadow:var(--shadow-lg);font-size:.9rem}.mockup-1{left:0;top:20px;transform:rotate(-5deg);background:linear-gradient(135deg,#fef3c7,#fde68a)}.mockup-2{left:100px;top:80px;transform:rotate(2deg);z-index:10;background:var(--bg-white)}.mockup-3{left:200px;top:20px;transform:rotate(5deg);background:#d1fae5}.card-label{font-weight:600;color:var(--primary-blue);margin-bottom:1rem;font-size:.85rem}.card-content{display:flex;flex-direction:column;gap:.75rem}.badge{display:inline-block;background:var(--accent-orange);color:#fff;padding:.35rem .75rem;border-radius:.25rem;font-weight:600;font-size:.8rem;width:fit-content}.card-text{color:var(--text-light);font-size:.9rem}.checkmark{width:2.5rem;height:2.5rem;color:#10b981;margin:0 auto}.problem{background:var(--bg-light);padding:6rem 2rem}.problem-container{max-width:1200px;margin:0 auto;text-align:center}.problem-container h2,.features-container h2,.security-container h2,.target-container h2,.pricing-container h2,.cta-container h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.25rem;color:var(--text-light);margin-bottom:3rem}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.problem-card,.feature-card,.security-card,.user-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:var(--shadow);transition:all .3s ease}.problem-card:hover,.feature-card:hover,.security-card:hover,.user-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.problem-icon,.feature-icon,.security-icon,.user-emoji{font-size:3rem;margin-bottom:1rem}.problem-card h3,.feature-card h3,.security-card h3,.user-card h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--text-dark)}.problem-card p,.feature-card p,.security-card p,.user-card p{color:var(--text-light);line-height:1.6}.features-grid{padding:4rem 2rem;background:var(--bg-white)}.features-container{max-width:1200px;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:0;display:flex;justify-content:space-between}.feature-item{padding:2rem;border:1px solid #e5e7eb;border-radius:.5rem;text-align:center;background:var(--bg-white);transition:all .3s ease;display:flex;flex-direction:column;align-items:center}.feature-item:hover{border-color:#cffafe;background:#f0f9ff;box-shadow:0 4px 12px #0284c71a}.feature-icon{display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;height:2.5rem;width:100%}.feature-item h3{font-size:.75rem;font-weight:700;letter-spacing:1.5px;color:var(--primary-blue);margin-bottom:.75rem;text-transform:uppercase}.feature-item p{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin:0;line-height:1.4}.workflow{padding:6rem 2rem;background:var(--bg-light)}.workflow-container{max-width:1400px;margin:0 auto}.workflow h2{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.workflow-subtitle{text-align:center;color:var(--text-light);font-size:1.1rem;max-width:600px;margin:0 auto 3rem;line-height:1.7}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.step-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:.75rem;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.step-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-blue)}.step-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--primary-blue);color:#fff;border-radius:50%;font-weight:700;font-size:1.1rem;margin-bottom:1.5rem}.step-icon{width:2.5rem;height:2.5rem;color:var(--primary-blue);margin-bottom:1.5rem;margin-left:auto;margin-right:auto;display:block}.step-visual{display:none}.step-card h3{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.step-card p{font-size:.95rem;color:var(--text-light);line-height:1.6}.security{padding:4rem 2rem;background:var(--bg-white)}.security-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:3rem;background:var(--bg-light);border:1px solid var(--border-color);border-radius:1rem;gap:2rem}.security-content h3{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.security-content p{color:var(--text-light);font-size:1rem;line-height:1.7;max-width:500px}.security-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-blue);text-decoration:none;font-weight:600;white-space:nowrap;transition:all .3s ease}.security-link:hover{gap:1rem}.arrow-icon{display:inline-flex;align-items:center;margin-left:.25rem}.pricing{padding:6rem 2rem;background:#fff}.pricing-container{max-width:1200px;margin:0 auto;text-align:center}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:4rem;max-width:900px;margin-left:auto;margin-right:auto}.pricing-card{background:#fff;border:2px solid var(--border-color);border-radius:1rem;padding:2.5rem;text-align:center;transition:all .3s ease;position:relative}.pricing-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.pricing-card.featured{border-color:var(--primary-blue);background:linear-gradient(135deg,#2563eb0d,#7c3aed0d);transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-8px)}.badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--primary-blue),#7c3aed);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.85rem;font-weight:700}.pricing-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.price{font-size:2.5rem;font-weight:800;color:var(--primary-blue);margin-bottom:.5rem}.price span{font-size:1rem;color:var(--text-light)}.pricing-features{list-style:none;margin:2rem 0;text-align:left;display:flex;flex-direction:column;gap:1rem}.pricing-features li{color:var(--text-light);font-size:.95rem}.pricing-card .btn{width:100%;margin-top:1rem}.final-cta{background:linear-gradient(135deg,var(--primary-blue),#7c3aed);padding:6rem 2rem;color:#fff;text-align:center}.cta-container{max-width:800px;margin:0 auto}.cta-container h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.cta-container p{font-size:1.25rem;color:#fffffff2;margin-bottom:2rem;line-height:1.6}.cta-container .btn-primary{background:#fff;color:var(--primary-blue);box-shadow:0 4px 15px #0003}.cta-container .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.footer{background:var(--text-dark);color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 3fr;gap:4rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-main{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:#fff;margin-bottom:1rem}.footer-logo .logo-icon{color:#60a5fa;flex-shrink:0}.footer-tagline{color:#94a3b8;font-size:.95rem;line-height:1.6;max-width:300px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.footer-column h4{font-size:.85rem;font-weight:700;letter-spacing:1px;color:#fff;margin-bottom:1rem;text-transform:uppercase}.footer-column ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-column a{color:#cbd5e1;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-column a:hover{color:#fff}.footer-bottom{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#64748b}.social-links{display:flex;gap:1.5rem}.social-links a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#fff}@media(max-width:1024px){.hero-wrapper{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.5rem}.mockup-container{height:280px}.mockup-card{width:200px}.features-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:repeat(2,1fr)}.footer-container{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.hero{padding:6rem 1rem 3rem}.hero-title{font-size:2rem}.nav-menu{display:none}.nav-container{gap:1rem}.workflow h2{font-size:1.75rem}.steps-grid{grid-template-columns:1fr;gap:1.5rem}.mockup-container{height:200px}.security-container{flex-direction:column;text-align:center}.security-link{justify-content:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.feature-icon-svg,.step-icon-svg{margin:1rem auto;display:block}.icon-container{display:flex;justify-content:center;align-items:center}.dashboard{min-height:100vh;background:#f9fafb;display:flex;flex-direction:column}.dashboard-nav{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;box-shadow:0 1px 3px #0000000d}.nav-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.nav-right{display:flex;align-items:center;gap:1.5rem}.nav-logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.5rem;color:#1f2937}.logo-icon{font-size:1.75rem}.logo-text{color:#1f2937}.user-profile{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;border-radius:.5rem;background:#f3f4f6}.profile-image{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.user-info{display:flex;flex-direction:column;gap:.125rem}.user-name{font-size:.9rem;font-weight:600;color:#1f2937;margin:0}.user-email{font-size:.8rem;color:#6b7280;margin:0}.logout-btn{background:#fbbf24;color:#fff;border:none;padding:.5rem 1.25rem;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.9rem}.logout-btn:hover{background:#f59e0b;transform:translateY(-2px)}.dashboard-tabs{display:flex;gap:1rem;padding:1rem 2rem;background:#fff;border-bottom:2px solid #e5e7eb;max-width:100%}.tab-button{padding:.75rem 1.5rem;border:none;background:transparent;color:#6b7280;font-size:1rem;font-weight:500;cursor:pointer;position:relative;transition:color .3s ease}.tab-button:hover{color:#1f2937}.tab-button.active{color:#4a90e2}.tab-button.active:after{content:"";position:absolute;bottom:-1rem;left:0;right:0;height:3px;background:#4a90e2}.dashboard-main{flex:1;max-width:900px;margin:0 auto;width:100%;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.dashboard-header{text-align:center;margin-bottom:2.5rem}.dashboard-title{font-size:2rem;font-weight:600;color:#111827;margin:0 0 .75rem;line-height:1.3}.dashboard-title .highlight{color:#3b82f6}.dashboard-subtitle{font-size:1rem;color:#6b7280;margin:0}.upload-container{width:100%}.upload-area{background:#fff;border:2px dashed #d1d5db;border-radius:.75rem;padding:2.5rem 2rem;text-align:center;transition:all .2s ease;cursor:pointer}.upload-area:hover{border-color:#3b82f6;background:#f0f4ff}.upload-icon{color:#3b82f6;margin-bottom:1.5rem;display:flex;justify-content:center}.upload-title{font-size:1.125rem;font-weight:500;color:#111827;margin:0 0 .5rem}.upload-formats{color:#9ca3af;font-size:.9rem;margin:0 0 .5rem}.upload-tip{color:#6b7280;font-size:.9rem;font-style:italic;margin:.75rem 0 1.5rem}.select-btn{background:#3b82f6;color:#fff;border:none;padding:.625rem 1.75rem;border-radius:.5rem;font-weight:500;cursor:pointer;font-size:.95rem;transition:all .2s ease;margin-top:1rem}.select-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.select-btn:active{transform:translateY(0)}.select-btn:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7;transform:none}.select-btn:disabled:hover{background:#9ca3af;transform:none;box-shadow:none}.analysis-container{margin-top:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.analysis-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.analysis-spinner{width:20px;height:20px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.analysis-text{font-weight:500;color:#1f2937;flex:1}.analysis-percent{font-weight:600;color:#3b82f6;font-size:1.1rem}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:1rem}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:4px;transition:width .3s ease}.analysis-status{color:green;font-size:.95rem;margin:0}.extracted-text-container{margin-top:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.extracted-text-container h3{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#111827}.extracted-text{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;max-height:300px;overflow-y:auto;color:#374151;line-height:1.6;font-size:.95rem;white-space:pre-wrap;word-break:break-word;margin-bottom:1.5rem}@media(max-width:768px){.dashboard-nav{padding:1rem}.dashboard-title{font-size:1.75rem}.dashboard-main,.upload-area{padding:2rem 1rem}.nav-content{width:100%;justify-content:space-between;align-items:center}.nav-logo{font-size:1.25rem}.nav-right{width:100%;justify-content:space-between;gap:.75rem}.user-profile{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:transparent}.user-info{display:none}.profile-image{width:32px;height:32px}.logout-btn{padding:.5rem 1rem;font-size:.85rem;white-space:nowrap}}@media(max-width:480px){.dashboard-nav{padding:.75rem}.nav-logo{font-size:1.1rem;gap:.5rem}.logo-text{display:inline-block}.nav-right{gap:.5rem}.profile-image{width:28px;height:28px}.logout-btn{padding:.4rem .75rem;font-size:.75rem}.dashboard-title{font-size:1.5rem}.dashboard-main{padding:1.5rem .75rem}}.action-buttons{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}.select-btn.primary{background:#2563eb;color:#fff;border-color:#2563eb;flex:2}.select-btn.primary:hover{background:#1d4ed8}.select-btn.secondary{background:#fff;color:#555;border:1px solid #e0e0e0;flex:1}.select-btn.secondary:hover{background:#f9f9f9;border-color:#d1d5db;color:#333}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:1rem;padding:2.5rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-content h2{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.modal-subtitle{color:#6b7280;font-size:.95rem;margin-bottom:2rem}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label .required{color:#ef4444}.form-group input,.form-group select{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;font-family:inherit;transition:all .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input::placeholder{color:#9ca3af}.error-message{background:#fee2e2;color:#dc2626;padding:.75rem;border-radius:.5rem;font-size:.9rem;border-left:4px solid #dc2626}.submit-btn{background:#3b82f6;color:#fff;border:none;padding:.875rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;margin-top:1rem}.submit-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.submit-btn:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7}.modal-note{text-align:center;color:#6b7280;font-size:.85rem;margin-top:1rem}@media(max-width:640px){.modal-content{padding:1.5rem}.modal-content h2{font-size:1.5rem}.profile-form{gap:1rem}}.analysis-page{min-height:100vh;background:#f9fafb;display:flex;flex-direction:column}.analysis-main{flex:1;max-width:1000px;margin:0 auto;width:100%;padding:2rem}.breadcrumb-separator{color:#d1d5db}.breadcrumb-current{color:#6b7280}.analysis-header{background:#fff;border-radius:.75rem;padding:2rem;margin-bottom:2rem;border-left:4px solid #3b82f6}.header-content{display:flex;align-items:flex-start;gap:1.5rem}.header-icon{color:#3b82f6;flex-shrink:0}.analysis-header h1{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 .5rem}.analysis-header p{color:#6b7280;margin:0}.job-details-card{background:#fff;border-radius:.75rem;padding:2rem;margin-bottom:1.5rem;border:1px solid #e5e7eb}.job-details-main{display:flex;justify-content:space-between;align-items:center;gap:2rem}.job-info{flex:1}.job-label{font-size:.75rem;font-weight:700;color:#3b82f6;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.5rem}.job-role{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 .5rem}.company-name{color:#6b7280;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.edit-btn{background:none;border:none;color:#6b7280;cursor:pointer;font-size:.9rem;padding:0;transition:color .2s}.edit-btn:hover{color:#111827}.job-visual{flex-shrink:0}.job-image-placeholder{width:150px;height:150px;background:#f3f4f6;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:3rem}.job-summary-card{background:#fff;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e5e7eb}.job-summary-card h3{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .75rem}.job-summary-card p{color:#6b7280;line-height:1.6;margin:0}.requirements-card{background:#fff;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e5e7eb}.requirements-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.requirements-icon{font-size:1.25rem}.requirements-card h3{font-size:1rem;font-weight:600;color:#111827;margin:0}.requirements-list{display:flex;flex-direction:column;gap:.75rem}.requirement-item{display:flex;align-items:flex-start;gap:.75rem;color:#374151;line-height:1.5}.requirement-check{color:#10b981;font-weight:600;flex-shrink:0}.no-requirements{color:#6b7280;margin:0}.application-email-card{background:#fff;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;border:1px solid #e5e7eb}.application-email-card h3{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .75rem}.email-address{background:#f3f4f6;padding:.75rem 1rem;border-radius:.5rem;color:#1f2937;font-family:monospace;margin:0 0 1rem;word-break:break-all}.apply-btn{background:#3b82f6;color:#fff;border:none;padding:.625rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background .2s}.apply-btn:hover{background:#2563eb}.action-buttons{display:flex;gap:1rem;justify-content:flex-end}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-primary:hover{background:#2563eb;transform:translateY(-2px)}.btn-secondary:hover{background:#f9fafb;border-color:#3b82f6}@media(max-width:768px){.analysis-main{padding:1rem}.job-details-main{flex-direction:column}.job-image-placeholder{width:100%}.action-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.edit-mode-container{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.edit-mode-container h2{font-size:1.5rem;color:#111827;margin-bottom:1.5rem}.edit-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#1f2937;font-size:.95rem}.form-group input{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.requirements-edit{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.requirement-input-group{display:flex;gap:.5rem;align-items:center}.requirement-input-group input{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem}.requirement-input-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.remove-requirement-btn{background:#fee2e2;color:#dc2626;border:none;width:36px;height:36px;border-radius:.375rem;cursor:pointer;font-weight:600;transition:all .2s}.remove-requirement-btn:hover{background:#fecaca}.add-requirement-btn{background:#dbeafe;color:#1d4ed8;border:1px dashed #3b82f6;padding:.75rem;border-radius:.5rem;cursor:pointer;font-weight:500;transition:all .2s}.add-requirement-btn:hover{background:#bfdbfe}.edit-actions{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.edit-actions button{flex:1}@media(max-width:768px){.edit-mode-container{padding:1.5rem}.edit-mode-container h2{font-size:1.25rem}.edit-form{gap:1rem}.edit-actions{flex-direction:column}.requirement-input-group{gap:.25rem}}.email-composer-page{min-height:100vh;background:#f9fafb;display:flex;flex-direction:column}.email-main{flex:1;max-width:1400px;margin:0 auto;width:100%;padding:2rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.95rem}.breadcrumb-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#3b82f6;cursor:pointer;font-weight:500;transition:color .2s}.breadcrumb-btn:hover{color:#2563eb}.email-header{background:#fff;border-radius:.75rem;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.email-header h1{font-size:1.875rem;color:#111827;margin:0 0 .5rem}.email-header p{color:#6b7280;margin:0;font-size:1rem}.generate-section{display:flex;align-items:center;justify-content:center;min-height:400px}.generate-card{background:#fff;border-radius:1rem;padding:3rem 2rem;max-width:500px;text-align:center;box-shadow:0 4px 6px #0000001a}.generate-icon{color:#3b82f6;margin:0 auto 1.5rem;display:flex;justify-content:center;align-items:center}.generate-card h2{font-size:1.5rem;color:#111827;margin:0 0 1rem}.generate-card p{color:#6b7280;margin:0 0 2rem;line-height:1.6}.error-message{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;text-align:left;border-left:4px solid #dc2626}.composer-section{display:grid;grid-template-columns:1fr 350px;gap:2rem}.email-editor{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.editor-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.editor-header h2{font-size:1.25rem;color:#111827;margin:0}.editor-toggle{display:flex;gap:.5rem;background:#e5e7eb;padding:.25rem;border-radius:.375rem}.editor-toggle button{background:transparent;border:none;padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:#6b7280;cursor:pointer;border-radius:.25rem;transition:all .2s}.editor-toggle .toggle-active{background:#fff;color:#111827;box-shadow:0 1px 2px #0000000d}.email-textarea{width:100%;min-height:400px;padding:1.5rem;border:none;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.6;resize:vertical;color:#111827}.email-textarea:focus{outline:none;background:#f0f4ff}.email-preview{padding:2rem 1.5rem;min-height:400px;background:#fafbfc;font-family:Georgia,serif;line-height:1.8;color:#1f2937}.email-line{margin:.5rem 0;white-space:pre-wrap;word-wrap:break-word}.editor-actions{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.editor-actions button{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:.5rem;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.btn-secondary{background:#fff;color:#3b82f6;border:1px solid #d1d5db}.btn-secondary:hover{background:#f3f4f6;border-color:#3b82f6}.email-info{padding:1rem 1.5rem;background:#eff6ff;border-top:1px solid #dbeafe;font-size:.9rem;color:#1e40af}.email-info p{margin:.25rem 0}.email-sidebar{background:#fff;border-radius:.75rem;padding:1.5rem;height:fit-content;box-shadow:0 1px 3px #0000001a;position:sticky;top:2rem}.email-sidebar h3{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.sidebar-item{margin-bottom:1.5rem}.sidebar-item label{display:block;font-size:.8rem;font-weight:600;color:#6b7280;text-transform:uppercase;margin-bottom:.5rem}.sidebar-item p{margin:0;color:#1f2937;font-size:.9rem;line-height:1.5}.sidebar-item ul{margin:0;padding-left:1.25rem;color:#1f2937;font-size:.9rem}.sidebar-item li{margin:.25rem 0}.email-sidebar hr{border:none;border-top:1px solid #e5e7eb;margin:1.5rem 0}.email-sidebar .btn-secondary{width:100%;margin-top:1rem}@media(max-width:1024px){.composer-section{grid-template-columns:1fr}.email-sidebar{position:static}}@media(max-width:768px){.email-main{padding:1rem}.email-header{padding:1.5rem}.email-header h1{font-size:1.5rem}.generate-card{padding:2rem 1.5rem}.editor-actions{flex-direction:column}.editor-actions button{justify-content:center}.email-textarea{min-height:300px;font-size:.85rem}.email-preview{min-height:300px;padding:1rem}}@media(max-width:480px){.editor-header{flex-direction:column;align-items:flex-start;gap:1rem}.editor-toggle{width:100%}.editor-toggle button{flex:1}}.history-page{min-height:100vh;background:linear-gradient(135deg,#f5f5f7,#fafafa)}.history-main{max-width:1200px;margin:0 auto;padding:40px 20px}.history-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.history-header h1{font-size:2.5rem;font-weight:700;margin:0 0 8px;color:#1a1a1a}.history-header p{font-size:1.1rem;color:#555;margin:0;max-width:500px}.history-header .btn-primary{padding:12px 24px;font-size:1rem;white-space:nowrap}.history-controls{display:flex;gap:20px;margin-bottom:30px;flex-wrap:wrap;align-items:center}.search-box{flex:1;min-width:250px}.search-input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:border-color .3s;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto}.search-input:focus{outline:none;border-color:#4a90e2;background:#f9fbff}.filter-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.filter-tab{padding:10px 16px;border:2px solid #e0e0e0;background:#fff;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .3s;color:#555}.filter-tab:hover{border-color:#4a90e2;color:#4a90e2}.filter-tab.active{background:#4a90e2;color:#fff;border-color:#4a90e2}.applications-table{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}.table-header{display:grid;grid-template-columns:1fr 120px 120px 80px 100px;gap:16px;padding:16px 20px;background:#f9f9f9;border-bottom:2px solid #e0e0e0;font-weight:600;font-size:.85rem;color:#999;text-transform:uppercase;letter-spacing:.5px}.table-row{display:grid;grid-template-columns:1fr 120px 120px 80px 100px;gap:16px;padding:16px 20px;border-bottom:1px solid #e0e0e0;align-items:center;transition:background .2s}.table-row:hover{background:#f9f9f9}.table-row:last-child{border-bottom:none}.col-role{display:flex;flex-direction:column}.role-title{font-weight:600;color:#1a1a1a;font-size:1rem}.role-subtitle{font-size:.85rem;color:#999;margin-top:4px}.col-date{font-size:.95rem;color:#555;text-align:center}.col-status{text-align:center}.col-security{display:flex;justify-content:center}.security-icon{color:#4a90e2}.col-actions{display:flex;gap:8px;justify-content:flex-end}.action-btn{width:36px;height:36px;border:none;border-radius:6px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#555;transition:all .2s;border:2px solid #e0e0e0}.action-btn:hover{color:#4a90e2;border-color:#4a90e2;background:#f0f4ff}.action-btn.delete:hover{color:#e74c3c;border-color:#e74c3c;background:#ffe0e0}.status-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;white-space:nowrap}.status-sent{background:#e8f5e9;color:#2e7d32}.status-pending{background:#fff3e0;color:#e65100}.status-draft{background:#f3e5f5;color:#6a1b9a}.empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:12px}.empty-state p{font-size:1.2rem;color:#999;margin:0 0 20px}.empty-state .btn-primary{display:inline-block}.loading-state{text-align:center;padding:40px;background:#fff;border-radius:12px;color:#999}@media(max-width:768px){.history-header{flex-direction:column;gap:20px}.history-header h1{font-size:2rem}.history-controls{flex-direction:column}.search-box{min-width:100%}.filter-tabs{width:100%}.table-header,.table-row{grid-template-columns:1fr 80px 80px;gap:8px}.col-security{display:none}.col-actions{gap:4px}.action-btn{width:32px;height:32px}.role-subtitle{font-size:.8rem}}@media(max-width:480px){.history-main{padding:20px 16px}.history-header h1{font-size:1.5rem}.filter-tabs{overflow-x:auto}.filter-tab{font-size:.9rem;padding:8px 12px}.table-header{display:none}.table-row{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:12px}.col-date,.col-status,.col-security{text-align:left}.col-date:before{content:"Date: ";font-weight:600}.col-status:before{content:"Status: ";font-weight:600}}.history-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .15s ease-out}.history-modal-content{background:#fff;padding:30px;border-radius:16px;width:90%;max-width:400px;box-shadow:0 10px 25px #00000026;animation:scaleUp .15s ease-out;text-align:center}.history-modal-icon{width:60px;height:60px;background:#fee2e2;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto 20px;color:#ef4444}.history-modal-content h3{font-size:1.25rem;color:#1a1a1a;margin:0 0 10px;font-weight:700}.history-modal-content p{color:#666;font-size:.95rem;margin:0 0 25px;line-height:1.5}.history-modal-actions{display:flex;gap:12px;justify-content:center}.btn-cancel{padding:10px 20px;border:1px solid #e0e0e0;background:#fff;color:#666;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;font-size:.95rem}.btn-cancel:hover{background:#f5f5f5;color:#333}.btn-delete{padding:10px 20px;background:#ef4444;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;font-size:.95rem}.btn-delete:hover{background:#dc2626}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}
