/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.container{width:100%}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.inline-block{display:inline-block}.table{display:table}.flex-shrink{flex-shrink:1}.flex-grow{flex-grow:1}.grow\!{flex-grow:1!important}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.flex-wrap{flex-wrap:wrap}.border{border-style:var(--tw-border-style);border-width:1px}.italic{font-style:italic}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}*{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}:root{color-scheme:light;color:#213547;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}body{background-color:#f9fafb;min-height:100vh;margin:0;padding:0}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}#root{width:100%;margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column}body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f9fafb}header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}header>div{max-width:72rem;margin:0 auto;padding:2rem 1rem;text-align:center}header h1{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:.75rem}header p{font-size:1.25rem;color:#6b7280;max-width:42rem;margin:0 auto}.auth-section{margin:1rem 0;display:flex;justify-content:center}.sign-in-btn{background:#3b82f6;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px #0000001a;display:flex;align-items:center;gap:.5rem}.sign-in-btn:hover{background:#2563eb;box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-1px)}.auth-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.auth-modal{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;padding:2rem;max-width:400px;width:100%;position:relative;max-height:90vh;overflow-y:auto}.auth-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:.5rem;border-radius:.5rem;transition:all .2s}.auth-modal-close:hover{background:#f3f4f6;color:#374151}main{flex:1;padding:2rem 0}main>div{max-width:72rem;margin:0 auto;padding:0 1rem}.search-container{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem;margin-bottom:2rem}.search-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.search-group{display:flex;flex-direction:column;gap:.5rem}.search-label{font-size:1rem;font-weight:600;color:#374151}.search-input,.search-select{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:.75rem;background:#fff;transition:all .2s}.search-input:focus,.search-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-button{background:#3b82f6;color:#fff;padding:.75rem 2rem;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px #0000001a}.search-button:hover{background:#2563eb;box-shadow:0 10px 15px -3px #0000001a}.jobs-container{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem}.jobs-header h2{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.75rem}.jobs-header p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.job-card{background:#fff;border:2px solid #f3f4f6;border-radius:1rem;padding:1.5rem;transition:all .3s;cursor:pointer}.job-card:hover{border-color:#dbeafe;box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-2px)}.job-title{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.5rem;line-height:1.4}.job-title a{color:inherit;text-decoration:none}.job-title a:hover{color:#3b82f6}.job-company,.job-location{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.job-salary{font-size:1.125rem;font-weight:700;color:#059669;margin:.75rem 0}.job-date{font-size:.875rem;color:#9ca3af;margin-bottom:.75rem}.job-description{font-size:.875rem;color:#374151;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.job-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f3f4f6}.job-source{font-size:.75rem;color:#9ca3af}.apply-button{background:#3b82f6;color:#fff;padding:.5rem 1rem;border:none;border-radius:.75rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.apply-button:hover{background:#2563eb;box-shadow:0 4px 6px -1px #0000001a}footer{background:#fff;border-top:1px solid #e5e7eb;margin-top:auto}footer>div{max-width:72rem;margin:0 auto;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 768px){footer>div{flex-direction:row;justify-content:space-between;align-items:center}}.footer-brand h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.footer-brand p{font-size:.875rem;color:#6b7280}.footer-links{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer-links a{color:#3b82f6;text-decoration:none;font-weight:500}.footer-links a:hover{text-decoration:underline}@media (max-width: 768px){header>div{padding:1rem .5rem}header h1{font-size:1.75rem;line-height:1.2}header p{font-size:.95rem;padding:0 .5rem}.main-nav{flex-wrap:wrap;gap:8px;margin-top:15px}.nav-tab{padding:10px 16px;font-size:.9rem;flex:1;min-width:120px}.search-container{padding:1rem;margin:1rem .5rem}.search-form{grid-template-columns:1fr;gap:1rem}.search-input,.search-select{padding:.75rem;font-size:16px}.search-button{width:100%;padding:.75rem}.jobs-container{padding:1rem;margin:0 .5rem}.jobs-grid{grid-template-columns:1fr;gap:1rem}.job-card{padding:1rem}.job-title,.job-salary{font-size:1rem}.job-footer{flex-direction:column;gap:.75rem;align-items:stretch}.apply-button{width:100%;text-align:center}.cv-generator{padding:1rem;margin:.5rem}.cv-header h2{font-size:1.5rem}.cv-header p{font-size:1rem}.form-row{grid-template-columns:1fr;gap:1rem}.cv-navigation{flex-direction:column;gap:.75rem}.nav-btn{width:100%}.job-assistant{padding:1rem}.assistant-header h2{font-size:1.75rem}.assistant-header p{font-size:1rem}.assistant-benefits{grid-template-columns:1fr;gap:1rem}.assistant-form{padding:1.5rem}.assistant-form h3{font-size:1.5rem}.industries-grid{grid-template-columns:1fr}.hero-section{padding:2rem 1rem;margin:1rem .5rem}.hero-section h1{font-size:1.75rem}.hero-subtitle{font-size:1rem}.pricing-highlight{flex-direction:column;gap:1rem}.price-tag{padding:.75rem 1rem}.price{font-size:1.5rem}.steps{grid-template-columns:1fr;gap:1rem}.step{padding:1.5rem}.step-number{width:50px;height:50px;font-size:1.25rem}.step h3{font-size:1.1rem}.auth-modal{margin:1rem;padding:1.5rem;max-height:95vh}footer>div{padding:1rem .5rem;text-align:center}.footer-links{margin-top:1rem}.payment-form{padding:1rem;margin:.5rem}.payment-header h2{font-size:1.5rem}.payment-actions{flex-direction:column}.cancel-btn,.pay-btn{width:100%}.feedback-widget{position:fixed;top:10px;right:10px;left:10px;max-width:none;width:auto}.social-proof-banner{padding:10px 15px;font-size:13px}.social-proof-banner button{right:5px;font-size:16px}.value-proposition{padding:1.5rem 1rem;margin:1rem .5rem}.value-proposition h2{font-size:1.5rem}.value-proposition p{font-size:1rem}.help-feedback-page{padding:1rem}.help-feedback-page h2{font-size:1.75rem}.help-feedback-page h3{font-size:1.25rem}main>div{padding:0 .5rem}main{padding:1rem 0}button,.nav-tab,.apply-button,.search-button{min-height:44px}body{font-size:16px;line-height:1.5}body,html{overflow-x:hidden}}@media (max-width: 480px){header h1{font-size:1.5rem}header p{font-size:.9rem}.nav-tab{padding:8px 12px;font-size:.85rem;min-width:100px}.hero-section h1,.assistant-header h2{font-size:1.5rem}.cv-header h2,.payment-header h2{font-size:1.25rem}.help-feedback-page h2{font-size:1.5rem}}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cv-generator{max-width:800px;margin:0 auto;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.cv-header{text-align:center;margin-bottom:30px}.cv-header h2{color:#1f2937;margin-bottom:10px;font-size:2rem}.cv-header p{color:#6b7280;font-size:1.1rem}.cv-progress{margin-bottom:30px}.progress-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.progress-step{width:40px;height:40px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:700;position:relative}.progress-step.active{background:#10b981;color:#fff}.progress-step:not(:last-child):after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);width:calc(100vw / 6 - 40px);height:2px;background:#e5e7eb;z-index:-1}.progress-step.active:after{background:#10b981}.cv-step{margin-bottom:30px}.cv-step h3{color:#1f2937;margin-bottom:20px;font-size:1.5rem;border-bottom:2px solid #10b981;padding-bottom:10px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#374151}.form-group input,.form-group textarea{width:100%;padding:12px;border:2px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.experience-item,.education-item{background:#f9fafb;padding:15px;border-radius:6px;margin-bottom:15px;border-left:4px solid #10b981}.experience-header,.education-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.remove-btn{background:#ef4444;color:#fff;border:none;padding:5px 10px;border-radius:4px;cursor:pointer;font-size:.8rem}.remove-btn:hover{background:#dc2626}.add-experience,.add-education{background:#f3f4f6;padding:20px;border-radius:6px;margin-top:20px}.add-experience h4,.add-education h4{margin-bottom:15px;color:#374151}.add-btn{background:#10b981;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:600;margin-top:10px}.add-btn:hover{background:#059669}.skills-section,.languages-section{margin-bottom:30px}.skills-section h4,.languages-section h4{margin-bottom:15px;color:#374151}.skills-list,.languages-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.skill-tag,.language-tag{background:#10b981;color:#fff;padding:5px 12px;border-radius:20px;font-size:.9rem;display:flex;align-items:center;gap:8px}.remove-skill,.remove-language{background:none;border:none;color:#fff;cursor:pointer;font-size:1.2rem;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.remove-skill:hover,.remove-language:hover{background:#fff3;border-radius:50%}.cv-preview{background:#f9fafb;padding:20px;border-radius:6px;margin-bottom:20px}.cv-preview h4{margin-bottom:15px;color:#374151}.preview-section{margin-bottom:10px;color:#6b7280}.generate-btn{background:#3b82f6;color:#fff;border:none;padding:15px 30px;border-radius:6px;cursor:pointer;font-weight:600;font-size:1.1rem;width:100%}.generate-btn:hover{background:#2563eb}.cv-navigation{display:flex;justify-content:space-between;margin-top:30px}.nav-btn{background:#6b7280;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-weight:600}.nav-btn:hover{background:#4b5563}.nav-btn.next{background:#10b981}.nav-btn.next:hover{background:#059669}@media (max-width: 768px){.cv-generator{padding:15px;margin:10px}.form-row{grid-template-columns:1fr}.progress-step:after{width:20px}.cv-navigation{flex-direction:column;gap:10px}.nav-btn{width:100%}}.main-nav{display:flex;justify-content:center;gap:10px;margin-top:20px}.nav-tab{background:#f3f4f6;color:#6b7280;border:2px solid transparent;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s ease}.nav-tab:hover{background:#e5e7eb;color:#374151}.nav-tab.active{background:#10b981;color:#fff;border-color:#10b981}.nav-tab.active:hover{background:#059669}.job-assistant{max-width:900px;margin:0 auto;padding:20px}.assistant-header{text-align:center;margin-bottom:40px}.assistant-header h2{color:#1f2937;margin-bottom:15px;font-size:2.5rem}.assistant-header p{color:#6b7280;font-size:1.2rem;max-width:600px;margin:0 auto}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;border-radius:1rem;margin-bottom:2rem}.hero-section h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;line-height:1.6;opacity:.95;color:#fff!important}.hero-section .hero-subtitle,.hero-section p{color:#fff!important}.pricing-highlight{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.price-tag{background:#fff3;padding:1rem 2rem;border-radius:.75rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.price{display:block;font-size:2rem;font-weight:700;margin-bottom:.25rem}.period{font-size:.9rem;opacity:.9}.how-it-works{margin-bottom:3rem}.how-it-works h2{text-align:center;color:#1f2937;margin-bottom:2rem;font-size:2rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step{text-align:center;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000001a;border:2px solid #f3f4f6}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step h3{color:#1f2937;margin-bottom:1rem;font-size:1.3rem}.step p{color:#6b7280;line-height:1.6}.benefit-card.featured{background:linear-gradient(135deg,#10b981,#059669);color:#fff;transform:scale(1.05)}.benefit-card.featured h3,.benefit-card.featured p{color:#fff}.cv-upload-section{margin-top:1rem}.cv-upload-area{border:2px dashed #d1d5db;border-radius:.75rem;padding:2rem;text-align:center;transition:border-color .3s,background-color .3s;cursor:pointer}.cv-upload-area:hover{border-color:#10b981;background-color:#f0fdf4}.cv-upload-label{display:flex;flex-direction:column;align-items:center;gap:1rem;cursor:pointer}.upload-icon{font-size:3rem;color:#6b7280}.upload-text strong{display:block;color:#374151;font-size:1.1rem;margin-bottom:.5rem}.upload-text p{color:#6b7280;font-size:.9rem}.cv-preview{display:flex;align-items:center;justify-content:space-between;background:#f0fdf4;padding:1rem;border-radius:.5rem;margin-top:1rem;border:1px solid #10b981}.file-name{color:#059669;font-weight:500}.remove-cv{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;transition:background-color .3s}.remove-cv:hover{background:#dc2626}.form-select{width:100%;padding:12px;border:2px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .3s;background-color:#fff;cursor:pointer}.form-select:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.assistant-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:40px}.benefit-card{background:#fff;padding:25px;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000001a;border:2px solid #f3f4f6;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.benefit-icon{font-size:3rem;margin-bottom:15px}.benefit-card h3{color:#1f2937;margin-bottom:10px;font-size:1.3rem}.benefit-card p{color:#6b7280;font-size:1rem}.assistant-form{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 6px #0000001a}.assistant-form h3{color:#1f2937;margin-bottom:30px;font-size:1.8rem;text-align:center}.form-section{margin-bottom:35px}.form-section h4{color:#374151;margin-bottom:20px;font-size:1.3rem;border-bottom:2px solid #10b981;padding-bottom:8px}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.industry-checkbox{display:flex;align-items:center;gap:10px;padding:12px;background:#f9fafb;border-radius:6px;cursor:pointer;transition:background-color .3s}.industry-checkbox:hover{background:#f3f4f6}.industry-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#10b981}.industry-checkbox span{font-weight:500;color:#374151}.form-submit{text-align:center;margin-top:40px}.submit-btn{background:#10b981;color:#fff;border:none;padding:15px 40px;border-radius:8px;cursor:pointer;font-weight:600;font-size:1.1rem;transition:background-color .3s}.submit-btn:hover{background:#059669}.form-note{margin-top:15px;color:#6b7280;font-size:.9rem;font-style:italic}.success-message{text-align:center;max-width:600px;margin:0 auto}.success-icon{font-size:4rem;margin-bottom:20px}.success-message h2{color:#1f2937;margin-bottom:15px;font-size:2rem}.success-message p{color:#6b7280;font-size:1.1rem;margin-bottom:30px}.next-steps{text-align:left;background:#f9fafb;padding:25px;border-radius:8px;margin-bottom:30px}.next-steps h3{color:#1f2937;margin-bottom:15px;font-size:1.3rem}.next-steps ul{list-style:none;padding:0}.next-steps li{color:#6b7280;margin-bottom:10px;padding-left:25px;position:relative}.next-steps li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.service-details{margin-bottom:30px}.service-details h3{color:#1f2937;margin-bottom:20px;font-size:1.3rem}.service-card{background:#fff;padding:20px;border-radius:8px;margin-bottom:15px;border-left:4px solid #10b981;box-shadow:0 2px 4px #0000001a}.service-card h4{color:#1f2937;margin-bottom:8px;font-size:1.1rem}.service-card p{color:#6b7280;font-size:.95rem}.back-btn{background:#6b7280;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-weight:600;transition:background-color .3s}.back-btn:hover{background:#4b5563}@media (max-width: 768px){.job-assistant{padding:15px}.assistant-benefits{grid-template-columns:1fr}.assistant-form{padding:25px}.industries-grid,.form-row{grid-template-columns:1fr}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 25px #0000001a;width:100%;max-width:400px}.auth-card h2{text-align:center;color:#1f2937;margin-bottom:8px;font-size:1.8rem}.auth-subtitle{text-align:center;color:#6b7280;margin-bottom:30px;font-size:1rem}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-form .form-group{display:flex;flex-direction:column;gap:8px}.auth-form label{font-weight:500;color:#374151;font-size:.9rem}.auth-form input{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s}.auth-form input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.auth-button{background:#10b981;color:#fff;border:none;padding:14px 20px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.auth-button:hover:not(:disabled){background:#059669}.auth-button:disabled{opacity:.7;cursor:not-allowed}.message{padding:12px 16px;border-radius:8px;font-size:.9rem;text-align:center}.message.success{background:#d1fae5;color:#065f46;border:1px solid #10b981}.message.error{background:#fee2e2;color:#991b1b;border:1px solid #ef4444}.auth-divider{text-align:center;margin:20px 0;position:relative}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb}.auth-divider span{background:#fff;padding:0 16px;color:#6b7280;font-size:.9rem}.google-auth-button{width:100%;background:#fff;border:2px solid #e5e7eb;padding:12px 16px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:border-color .3s,background-color .3s;font-size:1rem;font-weight:500}.google-auth-button:hover{border-color:#d1d5db;background:#f9fafb}.google-icon{width:20px;height:20px}.auth-switch{text-align:center;margin-top:20px}.auth-switch p{color:#6b7280;font-size:.9rem}.switch-button{background:none;border:none;color:#10b981;font-weight:600;cursor:pointer;margin-left:8px;text-decoration:underline}.switch-button:hover{color:#059669}.user-profile{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding:16px;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.user-info{display:flex;align-items:center;gap:12px;flex:1}.user-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#10b981;display:flex;align-items:center;justify-content:center}.avatar-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.avatar-placeholder{color:#fff;font-weight:700;font-size:1.2rem}.user-details{display:flex;flex-direction:column;gap:2px}.user-name{color:#fff;font-size:1rem;font-weight:600;margin:0}.user-email{color:#fffc;font-size:.85rem;margin:0}.logout-button{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .3s}.logout-button:hover{background:#ffffff4d}.loading-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.payment-form{max-width:600px;margin:0 auto;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 10px 25px #0000001a}.payment-header{text-align:center;margin-bottom:2rem}.payment-header h2{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.payment-header p{color:#6b7280;font-size:1.125rem}.payment-summary{background:#f9fafb;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.summary-item:last-child{border-bottom:none}.summary-item.total{font-weight:700;font-size:1.125rem;color:#111827;border-top:2px solid #e5e7eb;padding-top:1rem;margin-top:.5rem}.summary-item .price{font-weight:600;color:#059669}.payment-form-content{margin-bottom:2rem}.form-section{margin-bottom:1.5rem}.form-section label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.card-element-container{border:2px solid #e5e7eb;border-radius:.75rem;padding:1rem;background:#fff;transition:border-color .2s}.card-element-container:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:.75rem;margin-bottom:1rem;font-size:.875rem}.payment-actions{display:flex;gap:1rem;justify-content:flex-end}.cancel-btn{background:#f3f4f6;color:#374151;padding:.75rem 1.5rem;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.cancel-btn:hover:not(:disabled){background:#e5e7eb}.pay-btn{background:#059669;color:#fff;padding:.75rem 2rem;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px #0000001a}.pay-btn:hover:not(:disabled){background:#047857;box-shadow:0 10px 15px -3px #0000001a}.pay-btn:disabled{background:#9ca3af;cursor:not-allowed}.payment-security{text-align:center;padding:1rem;background:#f0f9ff;border-radius:.75rem;border:1px solid #bae6fd}.payment-security p{margin:.25rem 0;font-size:.875rem;color:#0369a1}.StripeElement{padding:0}.StripeElement--focus{outline:none}.StripeElement--invalid{border-color:#dc2626}@media (max-width: 768px){.payment-form{padding:1rem;margin:1rem}.payment-actions{flex-direction:column}.cancel-btn,.pay-btn{width:100%}}section{background:#fff;border-radius:10px;box-shadow:0 2px 8px #e0e7ff;margin:32px auto;padding:32px 24px;max-width:700px}section h2{margin-top:0;color:#222;font-size:2rem}section ul{margin:16px 0 16px 24px;padding:0}section li{margin-bottom:8px;font-size:1.1rem}section a{color:#2563eb;text-decoration:underline}
