.main-header{background-color:#2d3748;padding:16px 32px;display:flex;justify-content:space-between;align-items:center;width:100%;box-shadow:0 2px 4px #0000001a}.header-left{display:flex;align-items:center}.logo{display:flex;align-items:center;gap:12px}.logo-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#1e8d7a}.logo-text{color:#fff;font-size:20px;font-weight:600}.header-right{display:flex;align-items:center;gap:20px}.sign-in-link{color:#fff;text-decoration:none;font-size:16px;transition:opacity .2s;margin-right:16px}.sign-in-link:hover{opacity:.8}.join-now-button{background-color:#ff8c38;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s,transform .2s}.join-now-button:hover{background-color:#e67d2a;transform:translateY(-1px)}.header-nav-link{background:none;border:none;color:#fff;font-size:16px;cursor:pointer;padding:8px 16px;border-radius:6px;transition:background-color .2s}.header-nav-link:hover{background-color:#ffffff1a}.landing-page{width:100%;min-height:calc(100vh - 80px);display:flex;flex-direction:column;margin:0;padding:0;background:#fff}.landing-hero{flex:1;display:flex;align-items:center;justify-content:center;padding:100px 32px 80px;background:#fff}.hero-content{max-width:800px;text-align:center}.trust-badge{display:inline-flex;align-items:center;gap:8px;background-color:#f0fdf4;color:#1e8d7a;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:500;margin-bottom:32px}.check-icon{color:#1e8d7a;flex-shrink:0}.hero-title{font-size:3.5rem;font-weight:800;color:#1a202c;margin-bottom:24px;line-height:1.2}.hero-title .highlight{color:#1e8d7a}.hero-subtitle{font-size:1.25rem;color:#4a5568;margin-bottom:48px;line-height:1.7;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.cta-button{padding:16px 32px;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;min-width:180px;display:flex;align-items:center;justify-content:center;gap:8px}.cta-button.primary{background-color:#1e8d7a;color:#fff;box-shadow:0 4px 12px #1e8d7a4d}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1e8d7a66;background-color:#1a7a6a}.arrow-icon{flex-shrink:0}.cta-button.secondary{background:#fff;color:#1e8d7a;border:2px solid #1E8D7A}.cta-button.secondary:hover{background:#f0fdf4;transform:translateY(-2px)}.landing-stats{display:flex;justify-content:center;gap:80px;padding:60px 32px;background:#fff;border-top:1px solid #e2e8f0;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:800;color:#1e8d7a;margin-bottom:8px}.stat-label{font-size:1rem;color:#4a5568;font-weight:500}.why-choose-section{padding:80px 32px;background:#fff;max-width:1200px;margin:0 auto;width:100%}.why-choose-title{font-size:2.5rem;font-weight:800;color:#1a202c;text-align:center;margin-bottom:12px}.why-choose-subtitle{font-size:1.1rem;color:#4a5568;text-align:center;margin-bottom:48px}.why-choose-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:48px}.why-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px;text-align:center;transition:box-shadow .3s ease}.why-card:hover{box-shadow:0 4px 12px #0000001a}.why-card-icon{width:64px;height:64px;background-color:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#1e8d7a}.why-card-title{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:12px}.why-card-text{font-size:1rem;color:#4a5568;line-height:1.6}@media (max-width: 768px){.landing-hero{padding:60px 20px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-actions{flex-direction:column;width:100%}.cta-button{width:100%}.landing-stats{gap:40px;padding:40px 20px}.stat-number{font-size:2.5rem}.why-choose-section{padding:60px 20px}.why-choose-title{font-size:2rem}.why-choose-cards{grid-template-columns:1fr;gap:24px}}.upload-container{margin:40px 0}.upload-area{border:3px dashed #1E8D7A;border-radius:16px;padding:60px 40px;text-align:center;cursor:pointer;transition:all .3s ease;background:#f0fdf4}.upload-area:hover{border-color:#1a7a6a;background:#e6f9f0;transform:translateY(-2px)}.upload-area.drag-active{border-color:#1a7a6a;background:#d4f4e0;transform:scale(1.02)}.upload-content{display:flex;flex-direction:column;align-items:center;gap:16px}.upload-icon{color:#1e8d7a;margin-bottom:8px}.upload-area h3{font-size:1.5rem;color:#333;margin:0}.upload-area p{font-size:1rem;color:#666;margin:0}.upload-hint{font-size:.9rem;color:#999;font-style:italic}.error-message{margin-top:20px;padding:16px;background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px}.error-message span{font-size:1.2rem}@media (max-width: 768px){.upload-area{padding:40px 20px}.upload-area h3{font-size:1.2rem}}.country-code-select{position:relative;display:inline-block}.country-code-button{display:flex;align-items:center;padding:0 12px;height:100%;background:#fff;border:1px solid #e2e8f0;border-radius:8px 0 0 8px;border-right:none;cursor:pointer;transition:all .2s;min-width:90px}.country-code-button:hover{background:#f7fafc;border-color:#cbd5e0}.country-code-button:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.country-code-display{display:flex;align-items:center;gap:6px;width:100%}.country-flag{font-size:18px;line-height:1}.country-code-text{font-size:14px;font-weight:500;color:#2d3748}.dropdown-arrow{margin-left:auto;color:#718096;transition:transform .2s}.dropdown-arrow.open{transform:rotate(180deg)}.country-code-dropdown{position:absolute;top:calc(100% + 4px);left:0;z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;min-width:280px;max-height:300px;overflow:hidden;display:flex;flex-direction:column}.country-code-search{padding:8px;border-bottom:1px solid #e2e8f0}.country-code-search-input{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s}.country-code-search-input:focus{border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.country-code-list{overflow-y:auto;max-height:240px}.country-code-option{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;background:#fff;border:none;text-align:left;cursor:pointer;transition:background-color .2s;font-size:14px}.country-code-option:hover{background:#f7fafc}.country-code-option.selected{background:#ebf8ff;color:#2b6cb0}.country-code-option .country-flag{font-size:20px;line-height:1;flex-shrink:0}.country-code-option .country-code{font-weight:500;color:#2d3748;min-width:50px;flex-shrink:0}.country-code-option.selected .country-code{color:#2b6cb0}.country-code-option .country-name{color:#718096;flex:1}.country-code-option.selected .country-name{color:#2b6cb0}.country-code-no-results{padding:20px;text-align:center;color:#718096;font-size:14px}.phone-input-with-country .country-code-select{flex-shrink:0}.phone-input-with-country .form-input,.phone-input-with-country .phone-input{flex:1;border-radius:0 8px 8px 0;border-left:none}.phone-input-with-country .form-input:focus,.phone-input-with-country .phone-input:focus{border-left:1px solid #4299e1;margin-left:-1px}.profile-form-container{width:100%;max-width:600px;margin:0 auto;padding:40px 20px}.progress-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:40px;gap:12px}.progress-step{display:flex;flex-direction:column;align-items:center;gap:8px}.step-circle{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;border:2px solid #e2e8f0;background-color:#fff;color:#718096}.step-circle.completed,.step-circle.active{background-color:#1e8d7a;border-color:#1e8d7a;color:#fff}.step-label{font-size:.9rem;color:#4a5568;font-weight:500}.progress-line{width:100px;height:2px;background-color:#e2e8f0;margin:0 8px}.profile-form-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 2px 8px #0000001a}.form-title{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:8px}.form-subtitle{font-size:1rem;color:#4a5568;margin-bottom:32px}.form-group{margin-bottom:24px}.form-label{display:block;font-size:.9rem;font-weight:500;color:#4a5568;margin-bottom:8px}.required{color:#e53e3e}.form-input{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;background-color:#f7fafc;transition:border-color .2s,background-color .2s;box-sizing:border-box}.phone-input-with-country .form-input{background-color:#fff;border-left:none;border-radius:0 8px 8px 0}.phone-input-with-country .form-input:focus{border-left:1px solid #4299e1;margin-left:-1px}.form-input:focus{outline:none;border-color:#1e8d7a;background-color:#fff}.input-with-icon{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:16px;color:#718096;pointer-events:none;z-index:1}.input-with-icon .form-input{padding-left:44px}.input-with-add{display:flex;gap:12px;align-items:flex-start}.input-with-add .input-with-icon{flex:1}.add-button{padding:12px 24px;background-color:#fff;border:1px solid #1E8D7A;border-radius:8px;color:#1e8d7a;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;margin-top:0}.add-button:hover{background-color:#1e8d7a;color:#fff}.tags-container{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.tag{display:inline-flex;align-items:center;gap:6px;background-color:#f7fafc;color:#4a5568;padding:6px 12px;border-radius:20px;font-size:.85rem;border:1px solid #e2e8f0}.tag-remove{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;color:#718096;transition:color .2s}.tag-remove:hover{color:#e53e3e}.continue-button{width:100%;padding:16px;background-color:#1e8d7a;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .2s;margin-top:8px}.continue-button:hover{background-color:#1a7a6a;transform:translateY(-1px)}.continue-button:active{transform:translateY(0)}@media (max-width: 768px){.profile-form-container{padding:20px 16px}.profile-form-card{padding:24px}.form-title{font-size:1.5rem}.input-with-add{flex-direction:column}.add-button{width:100%}}.phone-input-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2)}.phone-input-card{background:#fff;border-radius:16px;padding:40px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:450px}.phone-input-title{font-size:28px;font-weight:700;color:#1a202c;margin-bottom:8px;text-align:center}.phone-input-subtitle{font-size:16px;color:#718096;margin-bottom:32px;text-align:center}.phone-input-field{margin-bottom:24px}.phone-input-field label{display:block;font-size:14px;font-weight:600;color:#2d3748;margin-bottom:8px}.phone-input-with-country{display:flex;align-items:stretch}.phone-input{flex:1;padding:12px 16px;border:1px solid #e2e8f0;border-radius:0 8px 8px 0;border-left:none;font-size:16px;transition:all .2s;outline:none}.phone-input:focus{border-left:1px solid #4299e1;margin-left:-1px;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.phone-input.error{border-color:#e53e3e}.error-message{color:#e53e3e;font-size:14px;margin-top:8px}.continue-button{width:100%;padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-bottom:12px}.continue-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.continue-button:disabled{opacity:.6;cursor:not-allowed}.back-button{width:100%;padding:12px;background:transparent;color:#718096;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.back-button:hover{background:#f7fafc;border-color:#cbd5e0}.otp-verification-container{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:40px 20px}.otp-card{background:#fff;border-radius:16px;padding:48px;box-shadow:0 4px 12px #0000001a;max-width:480px;width:100%;text-align:center}.otp-title{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:12px}.otp-instruction{font-size:1rem;color:#4a5568;margin-bottom:32px;line-height:1.6}.phone-number{font-weight:600;color:#1a202c}.otp-inputs{display:flex;justify-content:center;gap:12px;margin-bottom:32px}.otp-input{width:56px;height:56px;border:2px solid #e2e8f0;border-radius:8px;text-align:center;font-size:1.5rem;font-weight:600;color:#1a202c;background-color:#f7fafc;transition:all .2s}.otp-input:focus{outline:none;border-color:#84d2b6;background-color:#fff;box-shadow:0 0 0 3px #84d2b61a}.otp-input.filled{border-color:#84d2b6;background-color:#fff}.verify-button{width:100%;padding:16px;background-color:#84d2b6;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .2s;margin-bottom:24px}.verify-button:hover:not(:disabled){background-color:#6fc4a3;transform:translateY(-1px)}.verify-button:disabled{opacity:.6;cursor:not-allowed}.verify-button:active:not(:disabled){transform:translateY(0)}.otp-actions{display:flex;flex-direction:column;gap:16px;align-items:center}.resend-link{background:none;border:none;color:#4a5568;font-size:.9rem;cursor:pointer;padding:0;transition:color .2s}.resend-link:hover:not(:disabled){color:#1e8d7a}.resend-link:disabled{color:#a0aec0;cursor:not-allowed}.change-phone{font-size:.9rem;color:#4a5568}.change-phone-link{background:none;border:none;color:#84d2b6;font-size:.9rem;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;transition:color .2s}.change-phone-link:hover{color:#6fc4a3}@media (max-width: 768px){.otp-card{padding:32px 24px}.otp-title{font-size:1.5rem}.otp-input{width:48px;height:48px;font-size:1.25rem}.otp-inputs{gap:8px}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;min-height:400px}.spinner{position:relative;width:80px;height:80px;margin-bottom:30px}.spinner-ring{position:absolute;width:100%;height:100%;border:4px solid transparent;border-top-color:#1e8d7a;border-radius:50%;animation:spin 1.2s cubic-bezier(.5,0,.5,1) infinite}.spinner-ring:nth-child(1){animation-delay:-.45s}.spinner-ring:nth-child(2){animation-delay:-.3s;border-top-color:#1a7a6a}.spinner-ring:nth-child(3){animation-delay:-.15s;border-top-color:#1e8d7a}.loading-message{font-size:1.3rem;color:#1e8d7a;font-weight:500;margin-bottom:30px;animation:fadeInOut 2s ease-in-out infinite}@keyframes fadeInOut{0%,to{opacity:.6}50%{opacity:1}}.progress-container{width:100%;max-width:400px;margin-top:20px}.progress-bar-wrapper{width:100%;height:8px;background-color:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:12px}.progress-bar{height:100%;background:#1e8d7a;border-radius:4px;transition:width .3s ease;animation:progressPulse 2s ease-in-out infinite}@keyframes progressPulse{0%,to{opacity:1}50%{opacity:.8}}.progress-info{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#4a5568}.progress-percent{font-weight:600;color:#1e8d7a}.batch-info{color:#718096;font-size:.85rem}.jobs-list{display:flex;flex-direction:column;gap:20px}.job-card-new{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s}.job-card-new:hover{box-shadow:0 4px 12px #00000026}.job-card-content{display:flex;justify-content:space-between;gap:24px}.job-card-left{display:flex;gap:16px;flex:1}.company-avatar{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-text{color:#fff;font-size:20px;font-weight:600}.job-info{flex:1;display:flex;flex-direction:column;gap:8px}.job-title-new{font-size:1.25rem;font-weight:700;color:#1a202c;margin:0;line-height:1.4}.company-location{display:flex;gap:16px;flex-wrap:wrap;align-items:center;font-size:.9rem;color:#4a5568}.company-name,.location{display:flex;align-items:center;gap:6px}.icon{color:#718096;flex-shrink:0}.match-reason-section{background-color:#f0fdf4;border-left:3px solid #1E8D7A;padding:12px 16px;border-radius:6px;margin:12px 0}.match-reason-label{color:#1e8d7a;font-size:.9rem;display:block;margin-bottom:6px}.match-reason-text{color:#4a5568;font-size:.9rem;line-height:1.6;margin:0}.job-description-container{margin:8px 0}.job-description-new{color:#4a5568;font-size:.9rem;line-height:1.6;margin:0 0 8px;white-space:pre-wrap;word-wrap:break-word}.read-more-button{background:none;border:none;color:#1e8d7a;font-size:.9rem;font-weight:500;cursor:pointer;padding:4px 0;text-decoration:underline;transition:color .2s}.read-more-button:hover{color:#1a7a6a}.skill-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.skill-tag{background-color:#f7fafc;color:#4a5568;padding:4px 12px;border-radius:16px;font-size:.85rem;border:1px solid #e2e8f0}.job-footer-info{display:flex;gap:16px;align-items:center;margin-top:12px;font-size:.85rem;color:#718096}.days-ago{display:flex;align-items:center}.referrers{display:flex;align-items:center;gap:4px}.person-icon{color:#718096}.job-card-right{display:flex;flex-direction:column;align-items:flex-end;gap:12px;flex-shrink:0}.badges{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.credits-badge{display:flex;align-items:center;gap:6px;background-color:#fef3c7;color:#92400e;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:500}.gem-icon{color:#f59e0b}.fulltime-badge{background-color:#f7fafc;color:#4a5568;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:500}.action-buttons{display:flex;flex-direction:column;gap:10px;width:100%}.referral-button{background-color:#ff6b35;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .2s;white-space:nowrap;width:100%}.referral-button:hover{background-color:#e55a2b;transform:translateY(-1px)}.referral-button:active{transform:translateY(0)}.apply-button{background-color:#fff;color:#1e8d7a;border:1px solid #1E8D7A;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none;text-align:center;transition:background-color .2s,color .2s,transform .2s;white-space:nowrap;width:100%;display:inline-block;box-sizing:border-box}.apply-button:hover{background-color:#1e8d7a;color:#fff;transform:translateY(-1px)}.apply-button:active{transform:translateY(0)}@media (max-width: 768px){.job-card-content{flex-direction:column}.job-card-right{align-items:flex-start;width:100%}.badges{flex-direction:row;width:100%}.action-buttons,.referral-button,.apply-button{width:100%}.company-location{flex-direction:column;align-items:flex-start;gap:8px}}.referral-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.referral-dialog-content{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.referral-dialog-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #e5e7eb}.referral-dialog-header h2{margin:0;font-size:24px;font-weight:600;color:#111827}.referral-dialog-close{background:none;border:none;cursor:pointer;padding:4px;color:#6b7280;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.referral-dialog-close:hover{background-color:#f3f4f6;color:#111827}.referral-dialog-body{padding:24px}.referral-job-info{background-color:#f9fafb;padding:16px;border-radius:8px;margin-bottom:24px}.referral-job-company{font-size:14px;color:#6b7280;margin-bottom:4px}.referral-job-title{font-size:18px;font-weight:600;color:#111827}.referral-message-section{margin-bottom:24px}.referral-message-section label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.referral-message-input{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;min-height:120px;transition:border-color .2s}.referral-message-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.referral-message-input:disabled{background-color:#f3f4f6;cursor:not-allowed}.referral-message-hint{font-size:12px;color:#6b7280;margin-top:8px;margin-bottom:0}.referral-error-message{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px;border-radius:8px;margin-bottom:16px;font-size:14px}.referral-dialog-actions{display:flex;gap:12px;justify-content:flex-end}.referral-button-cancel,.referral-button-submit{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.referral-button-cancel{background-color:#f3f4f6;color:#374151}.referral-button-cancel:hover:not(:disabled){background-color:#e5e7eb}.referral-button-submit{background-color:#3b82f6;color:#fff}.referral-button-submit:hover:not(:disabled){background-color:#2563eb}.referral-button-cancel:disabled,.referral-button-submit:disabled{opacity:.5;cursor:not-allowed}.dashboard-container{max-width:1200px;margin:0 auto;padding:40px 20px;min-height:100vh;background-color:#f9fafb}.dashboard-header{margin-bottom:32px}.dashboard-header h1{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px}.dashboard-subtitle{font-size:16px;color:#6b7280;margin:0}.dashboard-tabs{display:flex;gap:8px;border-bottom:2px solid #e5e7eb;margin-bottom:24px}.dashboard-tab{background:none;border:none;padding:12px 24px;font-size:16px;font-weight:500;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;display:flex;align-items:center;gap:8px;transition:all .2s}.dashboard-tab:hover{color:#374151}.dashboard-tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.tab-badge{background-color:#3b82f6;color:#fff;font-size:12px;font-weight:600;padding:2px 8px;border-radius:12px;min-width:20px;text-align:center}.dashboard-loading,.dashboard-error{text-align:center;padding:40px;font-size:16px;color:#6b7280}.dashboard-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;border-radius:8px;margin-bottom:24px}.dashboard-content{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a}.requests-section{min-height:200px}.empty-state{text-align:center;padding:60px 20px;color:#6b7280}.empty-state p{font-size:18px;font-weight:500;margin:0 0 8px;color:#374151}.empty-state-subtitle{font-size:14px;color:#9ca3af}.requests-list{display:flex;flex-direction:column;gap:16px}.request-card{border:1px solid #e5e7eb;border-radius:8px;padding:20px;transition:all .2s}.request-card:hover{box-shadow:0 4px 6px #0000001a}.request-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.request-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 4px}.request-company{font-size:14px;color:#6b7280;margin:0}.request-message{font-size:14px;color:#374151;margin:12px 0;line-height:1.6}.request-message-box{background-color:#f9fafb;padding:12px;border-radius:6px;margin:12px 0}.request-message-box .request-message{margin:0;font-style:italic}.request-footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}.request-date{font-size:12px;color:#9ca3af}.request-referrer{font-size:12px;color:#059669;font-weight:500}.request-actions{display:flex;gap:8px}.request-button{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s}.request-button.reject{background-color:#f3f4f6;color:#374151}.request-button.reject:hover{background-color:#e5e7eb}.request-button.accept{background-color:#3b82f6;color:#fff}.request-button.accept:hover{background-color:#2563eb}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;white-space:nowrap}.status-pending{background-color:#fef3c7;color:#92400e}.status-accepted{background-color:#d1fae5;color:#065f46}.status-rejected{background-color:#fee2e2;color:#991b1b}.resume-actions-section{display:flex;gap:8px;margin:12px 0;padding:12px;background-color:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.resume-action-button{display:flex;align-items:center;gap:6px;padding:8px 12px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.resume-action-button.view{background-color:#1e8d7a;color:#fff}.resume-action-button.view:hover{background-color:#157a68;transform:translateY(-1px);box-shadow:0 2px 4px #1e8d7a33}.resume-action-button.download{background-color:#fff;color:#1e8d7a;border:1px solid #1E8D7A}.resume-action-button.download:hover{background-color:#f0fdf4;transform:translateY(-1px);box-shadow:0 2px 4px #1e8d7a1a}.resume-action-button svg{flex-shrink:0}.profile-container{max-width:900px;margin:0 auto;padding:40px 20px}.profile-header{margin-bottom:40px}.profile-header h1{font-size:32px;font-weight:700;color:#1a202c;margin-bottom:8px}.profile-subtitle{font-size:16px;color:#718096}.profile-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:32px}.profile-section{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #e2e8f0}.profile-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.profile-section-title{font-size:20px;font-weight:600;color:#2d3748;margin-bottom:20px}.profile-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.profile-info-item{display:flex;flex-direction:column}.profile-info-item label{font-size:14px;font-weight:600;color:#718096;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.profile-info-value{font-size:16px;color:#2d3748;font-weight:500}.profile-info-value-large{font-size:16px;color:#2d3748;line-height:1.6}.user-type-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:14px;font-weight:600;text-transform:capitalize}.user-type-badge.candidate{background-color:#e6f3ff;color:#06c}.user-type-badge.employee{background-color:#e6f7e6;color:#060}.profile-tags{display:flex;flex-wrap:wrap;gap:8px}.profile-tag{display:inline-block;padding:6px 14px;background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:20px;font-size:14px;color:#4a5568;font-weight:500}.profile-empty-state{text-align:center;padding:40px 20px;color:#718096}.profile-empty-state p{margin-bottom:8px;font-size:16px}.profile-empty-subtitle{font-size:14px;color:#a0aec0}.resume-loading,.resume-error,.resume-empty{padding:20px;text-align:center;color:#718096}.resume-error{color:#e53e3e}.resume-empty-subtitle{font-size:14px;color:#a0aec0;margin-top:8px}.resume-actions{display:flex;gap:12px;flex-wrap:wrap}.resume-button{display:flex;align-items:center;gap:8px;padding:12px 20px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none}.resume-button.view{background-color:#1e8d7a;color:#fff}.resume-button.view:hover{background-color:#157a68;transform:translateY(-1px);box-shadow:0 4px 8px #1e8d7a33}.resume-button.download{background-color:#fff;color:#1e8d7a;border:2px solid #1E8D7A}.resume-button.download:hover{background-color:#f0fdf4;transform:translateY(-1px);box-shadow:0 4px 8px #1e8d7a1a}.resume-button svg{flex-shrink:0}@media (max-width: 768px){.profile-container{padding:20px 16px}.profile-content{padding:24px 16px}.profile-info-grid{grid-template-columns:1fr;gap:20px}.profile-header h1{font-size:24px}}.app{min-height:100vh;background-color:#f7fafc;display:flex;flex-direction:column}.main-content{flex:1;padding:32px;max-width:1200px;width:100%;margin:0 auto}.main-content.landing-active{padding:0;max-width:100%}.upload-section,.loading-section{display:flex;justify-content:center;align-items:center;min-height:60vh}.jobs-section{width:100%}.jobs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.jobs-title{font-size:2.5rem;font-weight:700;color:#1a202c;margin:0}.refresh-button{display:flex;align-items:center;gap:8px;padding:12px 20px;background-color:#1e8d7a;border:none;border-radius:8px;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s,transform .1s}.refresh-button:hover:not(:disabled){background-color:#157a68;transform:translateY(-1px)}.refresh-button:active:not(:disabled){transform:translateY(0)}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.refresh-button svg{animation:none}.refresh-button:not(:disabled):hover svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-filter-bar{display:flex;gap:16px;margin-bottom:16px;align-items:center}.search-container{flex:1;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:16px;color:#718096;pointer-events:none}.search-input{width:100%;padding:12px 16px 12px 48px;border:1px solid #e2e8f0;border-radius:8px;font-size:16px;background-color:#fff;transition:border-color .2s,box-shadow .2s}.search-input:focus{outline:none;border-color:#1e8d7a;box-shadow:0 0 0 3px #1e8d7a1a}.filters-button{display:flex;align-items:center;gap:8px;padding:12px 20px;background-color:#fff;border:1px solid #1E8D7A;border-radius:8px;color:#1e8d7a;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}.filters-button:hover{background-color:#f0fdf4}.job-count{color:#718096;font-size:14px;margin-bottom:24px}.error-banner{max-width:600px;margin:20px auto;padding:16px;background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px}@media (max-width: 768px){.main-content{padding:16px}.jobs-title{font-size:2rem}.search-filter-bar{flex-direction:column}.search-container{width:100%}.filters-button{width:100%;justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}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;background-color:#f7fafc;min-height:100vh;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
