*{box-sizing:border-box;margin:0;padding:0}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}.app{background:linear-gradient(135deg,#eff6ff 0%,#e0e7ff 100%);min-height:100vh}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.header{z-index:1000;background:#fff;position:sticky;top:0;box-shadow:0 2px 8px #0000001a}.header-container{justify-content:space-between;align-items:center;max-width:1400px;height:70px;margin:0 auto;padding:0 2rem;display:flex}.header-left{align-items:center;gap:3rem;display:flex}.logo{color:#4f46e5;cursor:pointer;font-size:1.5rem;font-weight:700}.nav-menu{gap:1rem;display:flex}.nav-item{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem 1rem;font-size:1rem;font-weight:500;transition:all .3s}.nav-item:hover{color:#4f46e5;background:#f3f4f6}.nav-item.active{color:#4f46e5;background:#eff6ff}.header-right{position:relative}.user-button{cursor:pointer;background:#f3f4f6;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1.5rem;transition:all .3s;display:flex}.user-button:hover{background:#e5e7eb}.user-icon{font-size:1.25rem}.user-text{color:#374151;font-weight:500}.logged-in-section{align-items:center;gap:1rem;display:flex;position:relative}.dashboard-btn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:6px;padding:.5rem 1.25rem;font-weight:500;transition:all .3s}.dashboard-btn:hover{background:#4338ca}.user-profile{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem 1rem;transition:all .3s;display:flex}.user-profile:hover{background:#f9fafb;border-color:#4f46e5}.user-avatar{object-fit:cover;border-radius:50%;width:36px;height:36px}.user-avatar-placeholder{color:#fff;background:#4f46e5;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;display:flex}.user-name{color:#111827;font-weight:500}.dropdown-arrow{color:#6b7280;font-size:.7rem}.dropdown-menu{background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:200px;animation:.2s ease-out fadeIn;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 10px 25px #00000026}.dropdown-item{text-align:left;color:#374151;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:background .2s;display:flex}.dropdown-item:hover{background:#f3f4f6}.dropdown-item.logout{color:#ef4444;border-top:1px solid #e5e7eb}.dropdown-item.logout:hover{background:#fef2f2}.auth-page{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh}.auth-container{justify-content:center;align-items:center;min-height:calc(100vh - 70px);padding:2rem;display:flex}.auth-card{background:#fff;border-radius:16px;width:100%;max-width:450px;padding:3rem;box-shadow:0 20px 60px #0000004d}.auth-title{color:#111827;text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:700}.auth-subtitle{color:#6b7280;text-align:center;margin-bottom:2rem}.image-upload-section{flex-direction:column;align-items:center;margin-bottom:2rem;display:flex}.image-preview-container{width:120px;height:120px;margin-bottom:1rem}.image-preview{object-fit:cover;border:4px solid #4f46e5;border-radius:50%;width:100%;height:100%}.image-placeholder{color:#9ca3af;background:#f3f4f6;border:3px dashed #d1d5db;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:100%;display:flex}.camera-icon{font-size:2rem}.image-upload-btn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:6px;padding:.5rem 1.5rem;font-weight:500;transition:background .3s}.image-upload-btn:hover{background:#4338ca}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.auth-submit-btn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;margin-top:.5rem;padding:.875rem;font-size:1rem;font-weight:600;transition:background .3s}.auth-submit-btn:hover{background:#4338ca}.auth-switch{text-align:center;color:#6b7280;margin-top:.5rem;font-size:.9rem}.switch-btn{color:#4f46e5;cursor:pointer;background:0 0;border:none;margin-left:.25rem;font-weight:600}.switch-btn:hover{text-decoration:underline}.dashboard-page{background:#f5f5f5;min-height:100vh}.dashboard-container{max-width:1400px;margin:0 auto;display:flex}.sidebar{color:#fff;background:#2d3748;flex-direction:column;width:260px;min-height:calc(100vh - 70px);padding:1.5rem;display:flex}.new-btn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;margin-bottom:2rem;padding:.875rem;font-size:1rem;font-weight:600;transition:background .3s}.new-btn:hover{background:#4338ca}.sidebar-nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.sidebar-item{color:#a0aec0;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.875rem 1rem;font-size:.95rem;transition:all .3s;display:flex}.sidebar-item:hover,.sidebar-item.active{color:#fff;background:#374151}.sidebar-icon{font-size:1.25rem}.sidebar-footer{border-top:1px solid #374151;margin-top:1rem;padding-top:1rem}.main-content{flex:1;padding:2rem;overflow-y:auto}.dashboard-section{background:#fff;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.section-header h2{color:#111827;font-size:1.5rem;font-weight:700}.view-all-btn{color:#4f46e5;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .5rem;font-size:1.5rem;transition:background .3s}.view-all-btn:hover{background:#eff6ff}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.create-card{cursor:pointer;background:#fafafa;border:3px dashed #d1d5db;border-radius:12px;justify-content:center;align-items:center;padding:3rem 2rem;transition:all .3s;display:flex}.create-card:hover{background:#eff6ff;border-color:#4f46e5}.create-card-content{text-align:center;color:#9ca3af}.create-icon{margin-bottom:.5rem;font-size:3rem;display:block}.document-card{cursor:pointer;border:2px solid #e5e7eb;border-radius:12px;transition:all .3s;position:relative;overflow:hidden}.document-card:hover{border-color:#4f46e5;box-shadow:0 4px 12px #0000001a}.document-preview{background:#fff;border-bottom:2px solid #e5e7eb;height:200px;padding:1rem}.document-header{color:#fff;text-align:center;background:#4a5568;border-radius:6px 6px 0 0;margin-bottom:1rem;padding:.5rem;font-size:.75rem}.document-content{background:#f3f4f6;border-radius:4px;height:100px;margin-bottom:1rem}.document-footer{background:#4a5568;border-radius:0 0 6px 6px;height:20px}.document-info{padding:1rem}.document-info h3{color:#111827;margin-bottom:.25rem;font-size:1rem;font-weight:600}.document-date{color:#6b7280;font-size:.875rem}.more-btn{cursor:pointer;color:#6b7280;background:#fff;border:none;border-radius:4px;padding:.25rem .5rem;font-size:1.25rem;position:absolute;top:1rem;right:1rem}.more-btn:hover{background:#f3f4f6}.empty-state{text-align:center;color:#6b7280;padding:3rem 2rem}.add-application{text-align:center;padding:2rem}.add-btn{color:#6b7280;cursor:pointer;background:0 0;border:2px dashed #d1d5db;border-radius:8px;padding:.875rem 1.5rem;font-size:.95rem;transition:all .3s}.add-btn:hover{color:#4f46e5;background:#eff6ff;border-color:#4f46e5}.hero{padding:5rem 1rem}.hero-content{text-align:center;margin-bottom:5rem}.hero-title{color:#111827;margin-bottom:1.5rem;font-size:3.75rem;font-weight:700}.text-accent{color:#4f46e5}.hero-subtitle{color:#4b5563;max-width:48rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.btn-hero{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s;box-shadow:0 10px 15px -3px #0000001a}.btn-hero:hover{background:#4338ca;transform:scale(1.05)}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:5rem;display:grid}.stat-card{text-align:center;background:#fff;border-radius:.75rem;padding:2rem;transition:transform .3s;box-shadow:0 10px 15px -3px #0000001a}.stat-card:hover{transform:scale(1.05)}.stat-icon{margin-bottom:1rem;font-size:2.5rem}.stat-number{color:#4f46e5;margin-bottom:.5rem;font-size:2rem;font-weight:700}.stat-label{color:#4b5563}.how-it-works{background:#fff;padding:5rem 1rem}.section-title{text-align:center;color:#111827;margin-bottom:4rem;font-size:2.5rem;font-weight:700}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid;position:relative}.step-card{text-align:center}.step-icon{border-radius:50%;justify-content:center;align-items:center;width:6rem;height:6rem;margin:0 auto 1.5rem;transition:all .3s;display:flex}.step-icon-1{background:#dbeafe}.step-icon-2{background:#d1fae5}.step-icon-3{background:#e9d5ff}.step-icon-4{background:#fef3c7}.step-card:hover .step-icon-1{background:#4f46e5}.step-card:hover .step-icon-2{background:#10b981}.step-card:hover .step-icon-3{background:#a855f7}.step-card:hover .step-icon-4{background:#f59e0b}.icon-emoji{font-size:2.5rem;transition:transform .3s}.step-card:hover .icon-emoji{transform:scale(1.1)}.step-number{color:#fff;background:#4f46e5;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;margin:0 auto 1rem;font-weight:700;display:flex}.step-number-2{background:#10b981}.step-number-3{background:#a855f7}.step-number-4{background:#f59e0b}.step-title{color:#111827;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.step-description{color:#4b5563}.connection-lines{display:none}@media (min-width:768px){.connection-lines{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.line{width:8rem;height:2px;animation:2s ease-in-out infinite pulse}.line-1{background:linear-gradient(90deg,#4f46e5,#10b981)}.line-2{background:linear-gradient(90deg,#10b981,#a855f7);animation-delay:.5s}.line-3{background:linear-gradient(90deg,#a855f7,#f59e0b);animation-delay:1s}}.features{padding:5rem 1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{background:#fff;border-radius:.75rem;padding:2rem;transition:box-shadow .3s;box-shadow:0 10px 15px -3px #0000001a}.feature-card:hover{box-shadow:0 20px 25px -5px #0000001a}.feature-icon{margin-bottom:1rem;font-size:2.5rem}.feature-title{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.feature-description{color:#4b5563}.cta-section{background:#4f46e5;padding:5rem 1rem}.cta-content{text-align:center;max-width:56rem;margin:0 auto}.cta-title{color:#fff;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.cta-subtitle{color:#c7d2fe;margin-bottom:2rem;font-size:1.25rem}.btn-cta{color:#4f46e5;cursor:pointer;background:#fff;border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s;box-shadow:0 10px 15px -3px #0000001a}.btn-cta:hover{background:#f3f4f6;transform:scale(1.05)}.footer{color:#fff;background:#111827;padding:3rem 1rem}.footer-text{text-align:center;color:#9ca3af}.pricing-page{padding:3rem 1rem}.pricing-header{text-align:center;margin-bottom:3rem}.pricing-title{color:#111827;margin-bottom:1rem;font-size:3rem;font-weight:700}.pricing-subtitle{color:#4b5563;font-size:1.25rem}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.pricing-card{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:.75rem;padding:2rem;transition:all .3s;position:relative;box-shadow:0 10px 15px -3px #0000001a}.pricing-card:hover{transform:scale(1.05)}.pricing-card.selected{border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51a}.pricing-card.popular{border:4px solid #4f46e5}.popular-badge{color:#fff;background:#4f46e5;border-radius:9999px;padding:.25rem 1rem;font-size:.875rem;font-weight:600;position:absolute;top:-1rem;left:50%;transform:translate(-50%)}.plan-header{text-align:center;margin-bottom:1.5rem}.plan-name{color:#111827;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.plan-price{justify-content:center;align-items:center;display:flex}.price-amount{color:#4f46e5;font-size:2.5rem;font-weight:700}.price-period{color:#4b5563;margin-left:.5rem}.plan-features{margin-bottom:2rem;list-style:none}.feature-item{align-items:flex-start;padding:.75rem 0;display:flex}.feature-check{color:#10b981;margin-right:.5rem}.plan-button{cursor:pointer;border:none;border-radius:.5rem;width:100%;padding:.75rem;font-weight:600;transition:all .3s}.pricing-card:not(.selected) .plan-button{color:#111827;background:#f3f4f6}.pricing-card:not(.selected) .plan-button:hover{background:#e5e7eb}.pricing-card.selected .plan-button{color:#fff;background:#4f46e5}.payment-form{background:#fff;border-radius:.75rem;max-width:42rem;margin:0 auto;padding:2rem;box-shadow:0 10px 15px -3px #0000001a}.form-title{color:#111827;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.form-group{margin-bottom:1.5rem}.form-label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-input{border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.5rem 1rem;font-size:1rem;transition:all .3s}.form-input:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51a}.form-hint{color:#6b7280;margin-top:.5rem;font-size:.875rem}.payment-methods{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.payment-option{cursor:pointer;border:2px solid #d1d5db;border-radius:.5rem;padding:1.5rem;transition:all .3s}.payment-option:hover{border-color:#c7d2fe}.payment-option.selected{background:#eff6ff;border-color:#4f46e5}.payment-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.payment-icon{font-size:2rem}.radio-button{border:2px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex}.radio-button.checked{border-color:#4f46e5}.radio-dot{background:#4f46e5;border-radius:50%;width:.75rem;height:.75rem}.payment-name{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.payment-description{color:#4b5563;font-size:.875rem}.order-summary{background:#f9fafb;border-radius:.5rem;margin-bottom:1.5rem;padding:1.5rem}.summary-title{margin-bottom:1rem;font-size:1.125rem;font-weight:600}.summary-content{flex-direction:column;gap:.5rem;display:flex}.summary-row{justify-content:space-between;display:flex}.summary-label{color:#4b5563}.summary-value{font-weight:600}.summary-total{border-top:1px solid #d1d5db;padding-top:1rem}.total-amount{color:#4f46e5;font-size:1.25rem}.submit-button{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:.5rem;width:100%;padding:1rem;font-size:1.125rem;font-weight:600;transition:background .3s}.submit-button:hover{background:#4338ca}.submit-button:disabled{cursor:not-allowed;background:#d1d5db}.security-note{color:#6b7280;text-align:center;margin-top:1rem;font-size:.875rem}.form-field label{color:#374151;font-size:.9rem;font-weight:500}.form-field input{border:2px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.form-field input:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51a}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.5s ease-out fadeIn}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.jobs-section{padding:0}.job-search-container{padding:2rem}.job-search-form{margin-bottom:1.5rem}.job-search-inputs{grid-template-columns:1fr 1fr auto;align-items:end;gap:1rem;display:grid}.job-input-group{flex-direction:column;gap:.5rem;display:flex}.job-search-label{color:#374151;font-size:.875rem;font-weight:500}.job-search-input{border:2px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.job-search-input:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51a}.job-search-btn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;height:fit-content;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:background .3s}.job-search-btn:hover{background:#4338ca}.job-filters{gap:1rem;margin-bottom:2rem;display:flex}.filter-btn{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:all .3s;display:flex}.filter-btn:hover{background:#f9fafb;border-color:#4f46e5}.filter-arrow{color:#6b7280;font-size:.7rem}.job-listings{flex-direction:column;gap:1.5rem;display:flex}.job-card{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s}.job-card:hover{border-color:#4f46e5;box-shadow:0 4px 12px #0000001a}.job-title-section{flex:1}.job-title{color:#111827;margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.job-company{color:#6b7280;font-size:.875rem}.job-favorite-btn{color:#d1d5db;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;transition:color .3s}.job-favorite-btn:hover{color:#fbbf24}.job-description{color:#4b5563;margin-bottom:1rem;line-height:1.6}.job-meta{flex-wrap:wrap;gap:1.5rem;display:flex}.job-meta-item{color:#6b7280;align-items:center;gap:.375rem;font-size:.875rem;display:flex}.job-posted{margin-left:auto}.jobs-container{max-width:1200px;margin:0 auto;padding:2rem}.jobs-header{margin-bottom:2rem}.jobs-title{color:#111827;margin-bottom:.5rem;font-size:2rem;font-weight:700}.jobs-subtitle{color:#6b7280;font-size:1rem}.validation-status{background:#f9fafb;border-radius:8px;gap:1rem;margin-bottom:2rem;padding:1rem;display:flex}.status-item{border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:flex}.status-success{color:#065f46;background:#d1fae5}.status-error{color:#991b1b;background:#fee2e2}.status-icon{font-weight:700}.job-search-card{background:#fff;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.search-card-title{color:#111827;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.job-search-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-field{flex-direction:column;gap:.5rem;display:flex}.job-label{color:#374151;font-size:.875rem;font-weight:500}.job-input,.job-select{border:2px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.job-input:focus,.job-select:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51a}.input-error{border-color:#ef4444}.error-text{color:#ef4444;margin-top:-.25rem;font-size:.75rem}.search-submit-btn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s;display:flex}.search-submit-btn:hover:not(:disabled){background:#4338ca;transform:translateY(-2px);box-shadow:0 4px 12px #4f46e54d}.search-submit-btn:disabled{cursor:not-allowed;background:#9ca3af}.spinner{border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.search-results{margin-top:2rem}.results-header{margin-bottom:1.5rem}.results-title{color:#111827;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.results-subtitle{color:#6b7280;font-size:.875rem}.loading-container{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.loading-spinner{border:4px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;width:48px;height:48px;margin-bottom:1rem;animation:.8s linear infinite spin}.job-results-grid{gap:1.5rem;display:grid}.job-result-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s}.job-result-card:hover{border-color:#4f46e5;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.job-card-header{align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.job-logo{color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;font-weight:700;display:flex}.job-header-info{flex:1}.job-result-title{color:#111827;margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.job-result-company{color:#6b7280;font-size:.875rem}.job-save-btn{color:#d1d5db;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;transition:color .3s}.job-save-btn:hover{color:#fbbf24}.job-result-description{color:#4b5563;margin-bottom:1rem;line-height:1.6}.job-requirements{background:#f9fafb;border-radius:8px;margin-bottom:1rem;padding:1rem;font-size:.875rem}.job-requirements strong{color:#111827;margin-bottom:.5rem;display:block}.job-requirements ul{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.job-requirements li{color:#6b7280;padding-left:1.25rem;position:relative}.job-requirements li:before{content:"•";color:#4f46e5;position:absolute;left:.5rem}.job-result-meta{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.meta-badge{color:#4b5563;background:#f3f4f6;border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.salary-badge{color:#1e40af;background:#dbeafe}.job-card-footer{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.job-posted-date{color:#9ca3af;font-size:.875rem}.apply-job-btn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:6px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .3s}.apply-job-btn:hover{background:#4338ca;transform:scale(1.05)}.no-results,.search-prompt{text-align:center;background:#fff;border:2px dashed #e5e7eb;border-radius:12px;padding:4rem 2rem}.no-results-icon,.prompt-icon{margin-bottom:1rem;font-size:4rem}.no-results h3,.search-prompt h3{color:#111827;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.no-results p,.search-prompt p{color:#6b7280;font-size:1rem}@media (max-width:768px){.header-container{padding:0 1rem}.header-left{gap:1rem}.nav-menu{display:none}.dashboard-container{flex-direction:column}.sidebar{width:100%;min-height:auto}.form-row{grid-template-columns:1fr}.validation-status{flex-direction:column}.job-card-footer{flex-direction:column;align-items:flex-start;gap:1rem}.apply-job-btn{width:100%}.hero-title{font-size:2.5rem}.section-title,.pricing-title,.cta-title{font-size:2rem}.stats-grid,.steps-grid,.features-grid,.pricing-grid,.cards-grid{grid-template-columns:1fr}}.step-card-video{cursor:pointer;transition:transform .3s}.step-card-video.selected,.step-card-video:hover{transform:scale(1.05)}.video-container{aspect-ratio:16/9;background:linear-gradient(135deg,#dbeafe 0%,#e9d5ff 100%);border:3px solid #0000;border-radius:12px;width:100%;margin-bottom:1.5rem;transition:all .3s;position:relative;overflow:hidden}.step-card-video.selected .video-container{border-color:#4f46e5;box-shadow:0 8px 24px #4f46e54d}.step-card-video:hover .video-container{border-color:#4f46e5}.step-video{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.step-video.active{opacity:1}.video-fallback{opacity:1;background:linear-gradient(135deg,#4f46e5 0%,#a855f7 100%);justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.video-fallback.hidden{opacity:0}.video-fallback .icon-emoji{filter:drop-shadow(0 4px 6px #0000001a);font-size:4rem}.step-number-badge{color:#4f46e5;z-index:10;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.125rem;font-weight:700;transition:all .3s;display:flex;position:absolute;top:1rem;left:1rem;box-shadow:0 2px 8px #00000026}.step-number-badge.active{color:#fff;background:#4f46e5;box-shadow:0 4px 12px #4f46e566}.step-card-video:hover .step-number-badge{color:#fff;background:#4f46e5}.step-number-badge-2.active{background:#10b981}.step-number-badge-3.active{background:#a855f7}.step-number-badge-4.active{background:#f59e0b}.step-card-video:hover .step-number-badge-2{background:#10b981}.step-card-video:hover .step-number-badge-3{background:#a855f7}.step-card-video:hover .step-number-badge-4{background:#f59e0b}.play-indicator{z-index:10;background:#ef4444;border-radius:50%;width:.75rem;height:.75rem;animation:1.5s ease-in-out infinite pulse-dot;position:absolute;bottom:1rem;right:1rem}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.step-content{text-align:center}.step-content .step-title{color:#111827;margin-bottom:.75rem;font-size:1.25rem;font-weight:600;transition:color .3s}.step-content .step-title.active,.step-card-video:hover .step-content .step-title{color:#4f46e5}.progress-indicators{justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;display:flex}.progress-dot{cursor:pointer;background:#d1d5db;border:none;border-radius:50%;width:.5rem;height:.5rem;padding:0;transition:all .3s}.progress-dot:hover{background:#9ca3af}.progress-dot.active{background:#4f46e5;border-radius:.25rem;width:3rem}@media (max-width:768px){.steps-grid{grid-template-columns:1fr}.video-container{aspect-ratio:4/3}.video-fallback .icon-emoji{font-size:3rem}.step-number-badge{width:2rem;height:2rem;font-size:1rem}.progress-indicators{margin-top:2rem}}html{scroll-behavior:smooth}:root{--nav-height:72px}section{scroll-margin-top:var(--nav-height)}
