:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,#root{width:100%;margin:0;padding:0}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;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}}:root{--primary-color: #5b189f;--primary-hover: #893ccd;--text-primary: #1f2937;--text-secondary: #4b5563;--bg-color: #eef2f5;--card-bg: #ffffff;--border-color: #e5e7eb;--success: #10b981;--warning: #f59e0b;--error: #ef4444;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem}*{margin:0;padding:0;box-sizing:border-box}html{width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;color:var(--text-primary);background-color:var(--bg-color);width:100%;max-width:100vw}.app{background-color:#f0f2f8;display:flex;flex-direction:column;min-height:100vh}.app-content{flex:1;width:100%;max-width:100vw;overflow:hidden;padding:0}.app-footer{background-color:#1f2937;color:#fff;text-align:center;padding:1.5rem;margin-top:2rem;width:100%}@media(max-width:768px){.app-header h1{font-size:1.75rem}.app-content{padding:0;width:100%;max-width:100vw;overflow-x:hidden}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:3rem 0}.section-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-primary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:var(--radius-sm);font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-hover)}.btn-outline{background-color:transparent;border-color:var(--border-color);color:var(--text-primary)}.btn-outline:hover{background-color:#f9fafb;border-color:#d1d5db}.form-group{margin-bottom:1.25rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary)}.form-control{width:100%;padding:.625rem .75rem;border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.form-control:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.alert{padding:.75rem 1rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.9375rem}.alert-success{background-color:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.alert-error{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca}.navbar{background-color:#d9d2fb;border:1px solid #880fec;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:50;width:100%}.navbar-container{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:70px}.navbar-left{display:flex;align-items:center;gap:2rem;flex:1}.navbar-brand{display:flex;align-items:center;gap:.75rem}.navbar-logo{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.navbar-logo-img{width:100%;height:100%;object-fit:contain}.navbar-logo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#eee5fc;color:#fff;font-weight:700;font-size:.875rem;border-radius:6px}.navbar-brand-name{font-size:1.25rem;font-weight:700;color:#6e10a1;text-decoration:none;white-space:nowrap;letter-spacing:.5px;transition:color .2s}.navbar-brand-name:hover{color:#000}.navbar-menu{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.navbar-item{margin:0}.navbar-link{font-size:.9375rem;font-weight:500;color:#374151;text-decoration:none;transition:color .2s;white-space:nowrap;position:relative;padding:.5rem 0}.navbar-link:hover{color:#2563eb}.navbar-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#2563eb;transition:width .3s}.navbar-link:hover:after{width:100%}.navbar-right{display:flex;align-items:center;gap:1rem}.navbar-actions{display:flex;align-items:center;gap:.75rem}.navbar-btn{padding:.5rem 1.25rem;font-size:.9375rem;font-weight:500;text-decoration:none;border-radius:6px;transition:all .2s;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.navbar-btn-secondary{background-color:transparent;color:#060606;border:1px solid #9216f7}.navbar-btn-secondary:hover{background-color:#eff6ff;border-color:#1d4ed8;color:#1d4ed8}.navbar-btn-primary{background-color:#5b189f;color:#fff;border:1px solid #9509f8}.navbar-btn-primary:hover{background-color:#893ccd;color:#fff}.navbar-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;justify-content:space-around;width:32px;height:32px}.navbar-toggle-icon{display:flex;flex-direction:column;justify-content:space-between;width:18px;height:18px;position:relative}.navbar-toggle-icon span{display:block;height:2.5px;width:100%;background-color:#374151;border-radius:2px;transition:all .3s}.navbar-toggle-icon.active span:nth-child(1){transform:rotate(45deg) translate(4px,6px)}.navbar-toggle-icon.active span:nth-child(2){opacity:0}.navbar-toggle-icon.active span:nth-child(3){transform:rotate(-45deg) translate(4px,-6px)}.navbar-mobile-menu{display:none;background-color:#fff;border-top:1px solid #e5e7eb;padding:1rem 0}.navbar-mobile-menu-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.navbar-mobile-item{margin:0}.navbar-mobile-link{display:block;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;color:#374151;text-decoration:none;transition:background-color .2s}.navbar-mobile-link:hover{background-color:#f3f4f6;color:#2563eb}@media(max-width:968px){.navbar-container{padding:0 1rem}.navbar-menu,.navbar-post-btn{display:none}.navbar-toggle{display:flex}.navbar-mobile-menu{display:block}.navbar-left{gap:1rem}.navbar-brand-name{font-size:1.125rem}}@media(max-width:640px){.navbar-container{height:64px;padding:0 .75rem}.navbar-actions{gap:.5rem}.navbar-btn{padding:.5rem 1rem;font-size:.875rem}.navbar-brand-name{font-size:1rem}.navbar-logo{width:36px;height:36px}}.search-bar{position:sticky;top:80px;width:100%;max-width:1000px;margin:0 auto}.search-bar__container{display:flex;align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:all .2s ease}.search-bar__container:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a,0 4px 6px -1px #0000001a}.search-bar__input-wrapper{position:relative;display:flex;align-items:center;flex:1;min-width:0}.search-bar__input-wrapper:first-child{flex:1.5}.search-bar__icon{position:absolute;left:16px;color:#6b7280;pointer-events:none;z-index:1;flex-shrink:0}.search-bar__input{width:100%;padding:16px 16px 16px 48px;border:none;background-color:transparent;font-size:16px;color:#111827;outline:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.search-bar__input::placeholder{color:#9ca3af;opacity:1}.search-bar__input--location{padding-left:48px}.search-bar__divider{width:1px;height:40px;background-color:#e5e7eb;flex-shrink:0;margin:0 8px}.search-bar__button{padding:16px 32px;background-color:#5b189f;color:#fff;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;white-space:nowrap;flex-shrink:0;border-radius:0 12px 12px 0}.search-bar__button:hover{background-color:#893ccd}.search-bar__button:active{background-color:#893ccd;transform:scale(.98)}.search-bar__button:focus{outline:none;box-shadow:0 0 0 3px #2563eb4d}@media(max-width:768px){.search-bar__container{flex-direction:column;border-radius:12px}.search-bar__input-wrapper{width:100%;border-bottom:1px solid #e5e7eb}.search-bar__input-wrapper:last-of-type{border-bottom:none}.search-bar__divider{display:none}.search-bar__button{width:100%;border-radius:0 0 12px 12px;margin-top:0}.search-bar__input{padding:14px 16px 14px 48px;font-size:15px}.search-bar__button{padding:14px 24px;font-size:15px}}@media(max-width:480px){.search-bar{padding:0}.search-bar__input{padding:12px 14px 12px 44px;font-size:14px}.search-bar__icon{left:14px;width:18px;height:18px}.search-bar__button{padding:12px 20px;font-size:14px}}.job-location-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;display:flex;flex-direction:column;align-items:center;gap:10px;box-shadow:0 1px 3px #0000000d;width:160px;height:180px}.job-location-card__image{width:80px;height:80px;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center}.job-location-card__image img{width:100%;height:100%;object-fit:cover}.job-location-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#2563eb;color:#fff;font-weight:700;font-size:1.25rem}.job-location-card__content{text-align:center}.job-location-card__name{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:4px;line-height:1.4}.job-location-card__vacancies{font-size:.875rem;color:#4b5563}@media(max-width:480px){.job-location-card{width:140px;padding:10px}.job-location-card__image{width:70px;height:70px}}.skills-badge-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 18px #0f172a0f;padding:10px 14px;display:flex;flex-direction:column;align-items:left;gap:10px;max-width:320px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.skills-badge-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px #0f172a14;border-color:#d1d5db}.skills-badge-card__icon-wrap{width:30px;height:30px;border-radius:8px;border:1px solid #e5e7eb;background-color:#e0f2fe;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.skills-badge-card__icon{width:100%;height:100%;object-fit:contain}.skills-badge-card__placeholder{font-size:1rem}.skills-badge-card__text{display:flex;flex-direction:column;gap:4px}.skills-badge-card__title{font-size:1rem;font-weight:700;color:#111827}.skills-badge-card__vacancies{font-size:.9rem;color:#4b5563;display:flex;align-items:center;gap:4px}.skills-badge-card__chevron{font-size:1.1rem;color:#9ca3af}@media(max-width:640px){.skills-badge-card{max-width:100%}}.edu-badge-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 18px #0f172a0f;padding:12px 14px;display:flex;flex-direction:column;gap:10px;width:180px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.edu-badge-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px #0f172a14;border-color:#d1d5db}.edu-badge-card__icon-wrap{width:42px;height:42px;border-radius:10px;border:1px solid #e5e7eb;background-color:#f9fafb;display:flex;align-items:center;justify-content:center;overflow:hidden}.edu-badge-card__icon{width:100%;height:100%;object-fit:contain}.edu-badge-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#fee2e2;color:#b91c1c;font-weight:700}.edu-badge-card__text{display:flex;flex-direction:column;gap:4px}.edu-badge-card__title{font-size:1rem;font-weight:700;color:#111827}.edu-badge-card__vacancies{font-size:.9rem;color:#4b5563;display:flex;align-items:center;gap:4px}.edu-badge-card__chevron{font-size:1.1rem;color:#9ca3af}@media(max-width:640px){.edu-badge-card{width:160px;padding:10px 12px}}.cta{background:linear-gradient(135deg,#5b189f,#7d3caf);color:#fff;padding:5rem 1.5rem;text-align:center;margin-top:2rem}.cta h2{font-size:2.25rem;margin-bottom:1rem}.cta p{max-width:600px;margin:0 auto 2rem;opacity:.9;font-size:1.1rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.cta h2{font-size:1.75rem}}.input-field{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;margin-bottom:1rem;position:relative}.input-field--full-width{width:100%}.input-field__label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#374151;line-height:1.5}.input-field__container{position:relative;display:flex;align-items:center;border-radius:6px;box-shadow:0 1px 2px #0000000d;transition:all .2s ease;border:1px solid #d1d5db;background-color:#fff}.input-field__container:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.input-field__input{width:100%;padding:.625rem .75rem;font-size:.875rem;line-height:1.5;color:#111827;background-color:transparent;border:none;border-radius:6px;transition:all .2s ease;appearance:none;height:40px}.input-field__input--with-start-adornment{padding-left:2.5rem}.input-field__input--with-end-adornment{padding-right:2.5rem}.input-field__input:focus{outline:none}.input-field__input::placeholder{color:#9ca3af;opacity:1}.input-field__input:disabled{background-color:#f3f4f6;cursor:not-allowed}.input-field__input--error{border-color:#ef4444}.input-field__input--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444433}.input-field__adornment{display:flex;align-items:center;justify-content:center;color:#6b7280;position:absolute;top:50%;transform:translateY(-50%);pointer-events:none}.input-field__adornment--start{left:.75rem}.input-field__adornment--end{right:.75rem}.input-field__helper{margin-top:.25rem;font-size:.75rem;line-height:1.25;color:#6b7280}.input-field__helper--error{color:#ef4444}.input-field__input:focus-visible{outline:none}.input-field--disabled .input-field__container{background-color:#f9fafb;border-color:#e5e7eb}.input-field--disabled .input-field__input{color:#9ca3af}.input-field--small .input-field__input{height:32px;padding:.375rem .75rem;font-size:.8125rem}.input-field--large .input-field__input{height:48px;padding:.75rem 1rem;font-size:1rem}.button{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:6px;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;cursor:pointer;transition:all .2s ease-in-out;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.button--small{padding:6px 12px;font-size:13px;height:32px}.button--medium{padding:8px 16px;font-size:14px;height:40px}.button--large{padding:12px 24px;font-size:16px;height:48px}.button--primary{background-color:#8831df;color:#fff;box-shadow:0 1px 2px #0000000d}.button--primary:hover:not(:disabled){background-color:#8831df;transform:translateY(-1px)}.button--primary:active:not(:disabled){transform:translateY(0)}.button--secondary{background-color:#e0f2fe;color:#0369a1}.button--secondary:hover:not(:disabled){background-color:#bae6fd}.button--outline{background-color:transparent;border:1px solid #d1d5db;color:#374151}.button--outline:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.button--text{background-color:transparent;color:#2563eb;padding:6px 8px}.button--text:hover:not(:disabled){background-color:#f3f4f6;text-decoration:underline}.button--disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.button--full-width{width:100%}.button__icon{display:inline-flex;align-items:center;justify-content:center}.button__icon--start{margin-right:8px}.button__icon--end{margin-left:8px}@keyframes ripple{to{transform:scale(4);opacity:0}}.button--ripple{position:relative;overflow:hidden}.button--ripple:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,#fff 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10);opacity:0;transition:transform .5s,opacity 1s}.button--ripple:active:after{transform:scale(0);opacity:.3;transition:0s}.auth-form-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1rem;background:linear-gradient(135deg,#f0f2f8,#eef2f5);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.auth-form-card{width:100%;max-width:440px;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2.5rem;transition:all .3s ease}.auth-form-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.auth-form-header{text-align:center;margin-bottom:2rem}.auth-form-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;line-height:1.2}.auth-form-subtitle{font-size:.9375rem;color:#6b7280;line-height:1.5;margin:0}.auth-form{width:100%}.auth-form-field{margin-bottom:1.25rem}.auth-form-field:last-of-type{margin-bottom:1rem}.auth-form-forgot{display:flex;justify-content:flex-end;margin-bottom:1.5rem;margin-top:-.5rem}.auth-form-forgot-link{background:none;border:none;color:#8831df;font-size:.875rem;font-weight:500;cursor:pointer;padding:0;text-decoration:none;transition:color .2s ease;font-family:inherit}.auth-form-forgot-link:hover{color:#6d28d9;text-decoration:underline}.auth-form-forgot-link:focus{outline:2px solid #8831df;outline-offset:2px;border-radius:4px}.auth-form-back{display:flex;justify-content:flex-start;margin-bottom:1.5rem;margin-top:-.5rem}.auth-form-back-link{background:none;border:none;color:#8831df;font-size:.875rem;font-weight:500;cursor:pointer;padding:0;text-decoration:none;transition:color .2s ease;font-family:inherit;display:flex;align-items:center;gap:.25rem}.auth-form-back-link:hover{color:#6d28d9;text-decoration:underline}.auth-form-back-link:focus{outline:2px solid #8831df;outline-offset:2px;border-radius:4px}.auth-form-submit{margin-bottom:1rem}.auth-form-user-type-switch{text-align:center;margin-bottom:1.5rem;padding-top:1rem}.auth-form-user-type-text{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.auth-form-user-type-link{color:#8831df;font-weight:600;cursor:pointer;text-decoration:none;transition:color .2s ease;-webkit-user-select:none;user-select:none}.auth-form-user-type-link:hover{color:#6d28d9;text-decoration:underline}.auth-form-user-type-link:active{color:#5b21b6}.auth-form-mode-switch{text-align:center;padding-top:1.5rem;border-top:1px solid #e5e7eb}.auth-form-mode-text{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.auth-form-mode-link{background:none;border:none;color:#8831df;font-size:.875rem;font-weight:600;cursor:pointer;padding:0;text-decoration:none;transition:color .2s ease;font-family:inherit}.auth-form-mode-link:hover{color:#6d28d9;text-decoration:underline}.auth-form-mode-link:focus{outline:2px solid #8831df;outline-offset:2px;border-radius:4px}@media(max-width:640px){.auth-form-container{padding:1rem;min-height:auto}.auth-form-card{padding:2rem 1.5rem;border-radius:10px}.auth-form-title{font-size:1.625rem}.auth-form-subtitle{font-size:.875rem}}@media(max-width:480px){.auth-form-card{padding:1.75rem 1.25rem}.auth-form-title{font-size:1.5rem}.auth-form-field{margin-bottom:1rem}}@media(min-width:641px)and (max-width:1024px){.auth-form-card{max-width:420px;padding:2.25rem}}@media(min-width:1025px){.auth-form-card{max-width:460px}}@media(prefers-reduced-motion:reduce){.auth-form-card,.auth-form-forgot-link,.auth-form-mode-link,.auth-form-user-type-link{transition:none}}.auth-form-user-type-link:focus-visible{outline:2px solid #8831df;outline-offset:2px;border-radius:4px}.home{background-color:#f6edf7;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.section{padding:3rem 0;position:relative}.section-gray{background-color:#f9f5ff}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:0 .5rem}.section-header h2{font-size:1.75rem;font-weight:700;color:#2d3748;margin:0}.view-all{color:#5b189f;font-weight:500;transition:color .3s ease;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center}.view-all:hover{color:#7d3caf;text-decoration:underline}.hero-section{display:flex;width:100%;min-height:92vh;background-size:cover;background-position:center;background-repeat:no-repeat;color:#1f1233;position:relative;align-items:flex-start;justify-content:center;padding:3.5rem 0 4rem}.hero-section:before{content:"";position:absolute;inset:0;background:radial-gradient(1200px 600px at 20% 10%,#fff6,#ffffff40 55%,#ffffff0d),linear-gradient(135deg,#f6edf766,#f9f5ff1a);pointer-events:none}.hero-inner{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2;display:grid;grid-template-columns:1.05fr 1fr;gap:2.5rem;align-items:center}.hero-copy{text-align:left}.hero-title{margin:0;font-size:3.2rem;line-height:1.05;letter-spacing:-.02em;color:#2a0d49}.hero-subtitle{margin:1rem 0 1.25rem;font-size:1.1rem;line-height:1.6;color:#1f1233c7;max-width:46ch}.hero-highlights{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.hero-highlight{padding:.5rem .75rem;border-radius:999px;background:#ffffffbf;border:1px solid rgba(91,24,159,.18);color:#2a0d49e6;font-weight:600;font-size:.95rem}.hero-quote{max-width:520px;padding:1rem 1.1rem;border-radius:16px;background:#ffffffc7;border:1px solid rgba(91,24,159,.16);box-shadow:0 10px 30px #1b0a311f}.hero-quote-text{font-size:1.05rem;line-height:1.6;color:#1f1233d9}.hero-quote-meta{margin-top:.5rem;font-size:.95rem;color:#1f1233a6;font-weight:600}.search-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:800px;padding:0 1.5rem;z-index:2}.search-hint{color:#1f1233b3;margin-top:.75rem;font-size:.98rem;text-shadow:none}.hero-section .search-container{align-items:stretch;padding:0}.hero-section .search-bar{position:relative;top:auto;max-width:760px}.hero-section .search-bar__container{box-shadow:0 16px 40px #1b0a312e;border-color:#5b189f2e}.search-suggestions{margin-top:.9rem;display:flex;gap:.75rem;align-items:flex-start}.search-suggestions__label{flex:0 0 auto;font-weight:700;color:#2a0d49d9;font-size:.95rem;margin-top:.25rem;white-space:nowrap}.search-suggestions__chips{display:flex;flex-wrap:wrap;gap:.5rem}.search-chip{border:1px solid rgba(91,24,159,.22);background:#ffffffbf;color:#2a0d49eb;padding:.45rem .7rem;border-radius:999px;font-weight:650;font-size:.92rem;cursor:pointer;transition:transform .15s ease,background-color .15s ease,border-color .15s ease}.search-chip:hover{transform:translateY(-1px);background:#ffffffeb;border-color:#5b189f59}.search-chip:active{transform:translateY(0)}.search-chip--secondary{border-color:#2d374829;color:#1f1233d9}.search-suggestions--locations{margin-top:.6rem}.scroll-container{position:relative;width:100%;overflow:hidden;padding:1rem 0}.scroll-content{display:flex;padding:.5rem .5rem 1.5rem;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory}.scroll-content::-webkit-scrollbar{display:none}.card-link{flex:0 0 auto;width:180px;scroll-snap-align:start;text-decoration:none;color:inherit;transition:transform .3s ease}.card-link:hover{transform:translateY(-5px)}.categories-grid .card-link,.locations-grid .card-link,.companies-grid .card-link{width:180px}.education-grid .card-link,.skills-grid .card-link{width:200px}.scroll-button{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background-color:#fff;border:none;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;opacity:.9}.scroll-button:hover{background-color:#f3f4f6;transform:translateY(-50%) scale(1.1);opacity:1}.scroll-button.left{left:0}.scroll-button.right{right:0}.scroll-button:disabled{opacity:.3;cursor:not-allowed;transform:translateY(-50%)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;border-radius:8px;font-weight:600;text-align:center;cursor:pointer;transition:all .3s ease;border:2px solid transparent;font-size:1rem;min-width:180px}.btn-primary{background-color:#fff;color:#5b189f;border-color:#fff}.btn-primary:hover{background-color:#f3e8ff;border-color:#f3e8ff;color:#4a148c}.btn-outline{border:2px solid #fff;color:#fff;background-color:transparent}.btn-outline:hover{background-color:#ffffff1a;border-color:#fff}@media(max-width:768px){.section{padding:2.5rem 0}.hero-section{min-height:auto;padding:2.5rem 0 3.5rem}.hero-inner{grid-template-columns:1fr;gap:1.5rem}.hero-copy{text-align:center}.hero-highlights{justify-content:center}.hero-title{font-size:2.4rem}.hero-subtitle{max-width:60ch}.hero-quote{max-width:100%}.search-suggestions{flex-direction:column;gap:.5rem}.section-header{padding:0 1rem;margin-bottom:1.25rem}.section-header h2{font-size:1.5rem}.scroll-button{display:none}.scroll-content{padding:.5rem 1rem 1.5rem;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.card-link{width:160px}.cta-section{padding:4rem 1.5rem}.btn{width:100%;max-width:280px}}@media(max-width:480px){.hero-section{padding:2rem 0}.hero-title{font-size:2.05rem}.categories-grid .card-link,.locations-grid .card-link,.companies-grid .card-link{width:150px}.education-grid .card-link,.skills-grid .card-link{width:170px}.container{padding:10px;width:100vw}}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.filters{width:25vw;max-width:320px;min-width:240px}.filters-card{background-color:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:16px 16px 12px}.filters-card__header{margin-bottom:8px}.filters-card__title-row{display:flex;align-items:center;justify-content:space-between}.filters-card__title{font-size:16px;font-weight:600;color:#111827}.filters-card__badge{font-size:11px;font-weight:500;padding:3px 8px;border-radius:999px;background-color:#eff6ff;color:#1d4ed8}.filters-card__sections{padding-right:4px}.filters-section{padding:10px 0;border-top:1px solid #f3f4f6}.filters-section:first-child{border-top:none}.filters-section__header{margin-bottom:6px}.filters-section__title{font-size:14px;font-weight:600;color:#374151}.filters-section__body{display:flex;flex-wrap:wrap;gap:6px}.filters-option{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;border:1px solid #e5e7eb;background-color:#f9fafb;font-size:12px;color:#374151;cursor:pointer;transition:all .15s ease}.filters-option input{display:none}.filters-option__label{white-space:normal}.filters-option--checked{background-color:#2563eb;color:#fff;border-color:#2563eb}.filters-option--checked .filters-option__label{color:#fff}.filters-option--more{background-color:#eff6ff;border-color:#bfdbfe;color:#1d4ed8;font-weight:500}.filters-mobile{margin:0 auto 0rem;padding:4px 0;width:100%;max-width:100%;overflow-x:visible}.filters-mobile__primary-row{padding-left:2px;background-color:#e3e8f5;display:flex;align-items:center;width:100%;overflow:visible}.filters-mobile__button{display:inline-flex;align-items:center;gap:6px;padding:1px 20px 2px 5px;border-radius:0 999px 999px 0;border:1px solid #14b8a6;background-color:#ecfeff;color:#0f766e;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;flex-shrink:0}.filters-mobile__icon{font-size:30px}.filters-mobile__chips-scroll{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:6px 0;flex:1;min-width:0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.filters-mobile__chips-scroll::-webkit-scrollbar{height:4px}.filters-mobile__chips-scroll::-webkit-scrollbar-track{background:transparent}.filters-mobile__chips-scroll::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:2px}.filters-mobile__chips-scroll::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.filters-chip{border-radius:999px;border:1px solid #afc6f4;background-color:#fff;padding:8px 14px;font-size:14px;color:#111827;white-space:nowrap;cursor:pointer;flex-shrink:0;user-select:none;-webkit-user-select:none}.filters-chip--active{background-color:#2563eb;color:#fff;border-color:#2563eb}.filters-section-modal__overlay{position:fixed;inset:0;background-color:#0f172a8c;display:flex;align-items:flex-end;justify-content:center;z-index:60;animation:fadeIn .2s ease-out}.filters-section-modal{background-color:#fff;width:100%;max-width:100%;max-height:70vh;border-radius:20px 20px 0 0;display:flex;flex-direction:column;animation:slideUp .3s ease-out;box-shadow:0 -4px 20px #00000026}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.filters-section-modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.filters-section-modal__title{font-size:18px;font-weight:600;color:#111827;margin:0}.filters-section-modal__close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.filters-section-modal__close:hover{background-color:#f3f4f6;color:#111827}.filters-section-modal__body{padding:20px;overflow-y:auto;flex:1}.filters-section-modal__options{display:flex;flex-direction:column;gap:12px}.filters-option--modal{padding:12px 16px;border-radius:8px;font-size:15px;min-height:48px;display:flex;align-items:center}.filters-option--modal input[type=radio],.filters-option--modal input[type=checkbox]{display:none}.filters-option--modal.filters-option--checked{background-color:#eff6ff;border-color:#2563eb;color:#1d4ed8}.filters-option--modal.filters-option--checked .filters-option__label{color:#1d4ed8;font-weight:500}.filters-mobile__overlay{position:fixed;inset:0;background-color:#0f172a8c;display:flex;justify-content:flex-end;z-index:100}.filters-mobile__sheet{background-color:#fff;width:100%;max-width:100%;height:100%;border-radius:16px 16px 0 0;display:flex;flex-direction:column}.filters-mobile__sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e5e7eb}.filters-mobile__sheet-title{font-size:16px;font-weight:600}.filters-mobile__close,.filters-mobile__reset{background:none;border:none;font-size:14px;cursor:pointer;color:#4b5563}.filters-mobile__reset{color:#2563eb;font-weight:500}.filters-mobile__sheet-body{padding:8px 16px 16px;overflow-y:auto}.filters--desktop{display:none}@media(min-width:960px){.filters--desktop{display:block}.filters-mobile{display:none}}.job-card{background:#fff;border:1px solid #e9f1f9;border-radius:8px;padding:1rem;transition:all .2s ease;box-shadow:0 1px 3px #0000000d;height:100%;display:flex;flex-direction:column;width:100%;max-width:100%;margin:0 auto;overflow-x:hidden;box-sizing:border-box}.job-card--default{padding:1 rem}.job-card--default{width:100%;max-width:100%}.job-card--detailed{width:100%;max-width:100%;padding:1rem}@media(min-width:768px){.job-card--detailed,.job-card--default{padding:2rem}}.job-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-color:#d1d5db}.job-card__header{display:flex;margin-bottom:1rem;position:relative}.job-card__company-logo{width:48px;height:48px;border-radius:8px;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;margin-right:1rem;flex-shrink:0;overflow:hidden;border:1px solid #e5e7eb}.job-card__company-logo img{width:100%;height:100%;object-fit:cover}.job-card__company-initial{font-size:1.25rem;font-weight:600;color:#6b7280}.job-card--default .job-card__logo-modern .job-card__company-initial{font-size:1.125rem}.job-card__header-content{flex:1;min-width:0;padding-right:1.5rem}.job-card__title{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .25rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-card__title-link{color:inherit;text-decoration:none}.job-card__title-link:hover{color:#2563eb;text-decoration:none}.job-card__company{font-size:.875rem;color:#4b5563;margin-bottom:.25rem}.job-card__company-link{color:inherit;text-decoration:none;transition:color .2s}.job-card__company-link:hover{color:#2563eb;text-decoration:underline}.job-card__bookmark{position:absolute;top:0;right:0;background:none;border:none;color:#d1d5db;cursor:pointer;padding:.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:32px;height:32px}.job-card__bookmark:hover{background-color:#f3f4f6;color:#9ca3af}.job-card__bookmark--active,.job-card__bookmark--active:hover{color:#f59e0b;background-color:#fef3c7}.job-card__details{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.job-card__detail{display:flex;align-items:center;font-size:.8125rem;color:#4b5563;line-height:1.25}.job-card__detail-icon{margin-right:.375rem;color:#9ca3af;flex-shrink:0;font-size:.9375rem}.job-card__posted{width:100%;font-size:.75rem;color:#6b7280;margin-top:.25rem}.job-card__footer{margin-top:auto;display:flex;justify-content:space-between}.job-card__view-button,.job-card__apply-button{flex:1;white-space:nowrap}.job-card--default .job-card__header-modern{display:flex;gap:.75rem;margin-bottom:.75rem;align-items:flex-start}.job-card--default .job-card__logo-modern{width:48px;height:48px;border-radius:6px;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border:1px solid #e5e7eb}.job-card--default .job-card__logo-modern img{width:100%;height:100%;object-fit:cover}.job-card--default .job-card__header-content-modern{flex:1;min-width:0}.job-card--default .job-card__title-modern{font-size:1.125rem;font-weight:700;color:#6b21a8;margin:0 0 .25rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-card--default .job-card__title-modern .job-card__title-link{color:inherit;text-decoration:none}.job-card--default .job-card__title-modern .job-card__title-link:hover{color:#7c3aed}.job-card--default .job-card__company-modern{font-size:.875rem;color:#6b7280;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-card--default .job-card__info-modern{display:flex;flex-wrap:nowrap;gap:.75rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6;align-items:center}.job-card--default .job-card__info-item{display:flex;align-items:center;font-size:.8125rem;color:#6b7280;gap:.375rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1 0;min-width:0}.job-card--default .job-card__info-item--salary{justify-content:flex-end;text-align:right;margin-left:auto;flex:0 0 auto}.job-card--default .job-card__info-icon{color:#9ca3af;flex-shrink:0;font-size:.875rem}.job-card--default .job-card__edu-exp{display:flex;flex-wrap:nowrap;gap:.75rem;align-items:center;margin-bottom:.5rem}.job-card--default .job-card__education-modern{display:flex;align-items:center;gap:.35rem;font-size:.8125rem;color:#4b5563;line-height:1.4;min-width:0;flex:1 1 0}.job-card--default .job-card__education-icon{color:#6b7280;flex-shrink:0;font-size:1rem}.job-card-label{font-weight:500;color:#374151;flex-shrink:0;margin-right:5px}.job-card--default .job-card__education-text{flex:1;color:#4b5563;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.job-card--default .job-card__experience-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.375rem .75rem;background-color:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;font-weight:500;max-width:40%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-card--default .job-card__experience-icon{color:#6b7280;flex-shrink:0}@media(max-width:768px){.job-card{width:100%;max-width:100%;min-width:0;overflow-x:hidden;box-sizing:border-box}.job-card--default .job-card__experience-pill,.job-card--default .job-card__info-item--employment-type{display:none}.job-card--detailed .job-card__details-detailed{flex-direction:column;gap:1rem}.job-card--detailed .job-card__details-left,.job-card--detailed .job-card__details-right{width:100%;max-width:100%;min-width:0}.job-card--detailed .job-card__detail{display:flex;align-items:center;width:100%;max-width:100%;margin-bottom:.5rem}.job-card--detailed .job-card__section,.job-card--detailed .job-card__footer-detailed,.job-card--detailed .job-card__meta-info{width:100%;max-width:100%;padding:1.25rem;box-sizing:border-box}.job-card--detailed .job-card__contact-person{width:100%;max-width:100%;box-sizing:border-box}.job-card--default .job-card__apply-button-modern,.job-card--default .job-card__query-button{min-width:auto;width:100%;max-width:100%;box-sizing:border-box}.job-card--default .job-card__actions-modern{flex-direction:column;gap:.5rem}.job-card--default .job-card__apply-button-modern,.job-card--default .job-card__query-button{width:100%}}.job-card--default .job-card__skills-boxes{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.job-card--default .job-card__skill-box{display:inline-block;padding:.375rem .75rem;background-color:#eff6ff;color:#1e40af;border-radius:6px;font-size:.75rem;font-weight:500;border:1px solid #dbeafe;line-height:1.4;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-card--default .job-card__description-snippet{margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6}.job-card--default .job-card__description-snippet p{font-size:.8125rem;line-height:1.5;color:#4b5563;margin:0}.job-card--default .job-card__footer-modern{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;gap:.75rem;flex-wrap:wrap}.job-card--default .job-card__actions-modern{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;width:100%}.job-card--default .job-card__apply-button-modern{padding:.65rem 1.25rem;font-size:.9375rem;border:1px solid #10b981;color:#10b981;background:transparent;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;white-space:nowrap;min-width:35%;justify-content:center}.job-card--default .job-card__apply-button-modern:hover{background-color:#10b981}.job-card--default .job-card__query-button{padding:.65rem 1.25rem;font-size:.9375rem;border:1px solid #e5e7eb;color:#4b5563;background:transparent;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;min-width:35%;justify-content:center}.job-card--default .job-card__query-button:hover{background-color:#f3f4f6;border-color:#d1d5db;color:#111827}.job-card--detailed .job-card__title{font-size:1.5rem;white-space:normal;margin-bottom:.5rem}.job-card--detailed .job-card__company-logo{width:80px;height:80px}.job-card--detailed .job-card__header{margin-bottom:2rem;padding-bottom:1.5rem;min-height:100px;display:flex;align-items:flex-start;gap:1.5rem}.job-card--detailed .job-card__header-content{flex:1}.job-card--detailed .job-card__details-detailed{display:flex;justify-content:space-between;gap:2rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.job-card--detailed .job-card__details-left,.job-card--detailed .job-card__details-right{display:flex;flex-direction:column;gap:.75rem;flex:1}.job-card--detailed .job-card__contact-person{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.job-card--detailed .job-card__contact-icon{color:#6b7280;flex-shrink:0;font-size:1.25rem}.job-card--detailed .job-card__contact-info{display:flex;flex-direction:column;gap:.25rem}.job-card--detailed .job-card__contact-name{font-size:.9375rem;font-weight:600;color:#111827}.job-card--detailed .job-card__contact-phone{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#2563eb;text-decoration:none;transition:color .2s}.job-card--detailed .job-card__contact-phone:hover{color:#1d4ed8;text-decoration:underline}.job-card__company-website{margin-left:.5rem;color:#6b7280;display:inline-flex;align-items:center;text-decoration:none;transition:color .2s}.job-card__company-website:hover{color:#2563eb}.job-card__section{margin-bottom:2rem;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#fafafa}.job-card__section:last-of-type{margin-bottom:1.5rem}.job-card--detailed .job-card__footer-detailed{display:flex;gap:1rem;margin-bottom:2rem;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff}.job-card--detailed .job-card__query-button-detailed,.job-card--detailed .job-card__apply-button-detailed{flex:1;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;transition:all .2s;text-decoration:none}.job-card--detailed .job-card__query-button-detailed{border:1px solid #e5e7eb;color:#4b5563;background:transparent}.job-card--detailed .job-card__query-button-detailed:hover{background-color:#f3f4f6;border-color:#d1d5db;color:#111827}.job-card--detailed .job-card__apply-button-detailed{border:1px solid #2563eb;color:#fff;background-color:#2563eb}.job-card--detailed .job-card__apply-button-detailed:hover{background-color:#1d4ed8;border-color:#1d4ed8}.job-card__section-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 1rem}.job-card__section-content{font-size:.9375rem;line-height:1.7;color:#4b5563;margin:0}.job-card__list{list-style:none;padding:0;margin:0}.job-card__list li{font-size:.9375rem;line-height:1.7;color:#4b5563;padding-left:1.5rem;position:relative;margin-bottom:.75rem}.job-card__list li:before{content:"•";position:absolute;left:0;color:#2563eb;font-weight:700;font-size:1.25rem;line-height:1.2}.job-card__skills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.job-card__skill-tag{display:inline-block;padding:.375rem .75rem;background-color:#eff6ff;color:#1e40af;border-radius:6px;font-size:.875rem;font-weight:500;border:1px solid #dbeafe}.job-card__meta-info{display:flex;flex-wrap:wrap;gap:1.5rem;padding:1.5rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem}.job-card__meta-item{display:flex;align-items:center;font-size:.875rem;color:#4b5563;gap:.5rem}.job-card__meta-icon{color:#6b7280;flex-shrink:0}.job-card--detailed .job-card__footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.job-card--detailed .job-card__apply-button{flex:1;max-width:300px;margin:0 auto}.job-card--compact{padding:1rem}.job-card--compact .job-card__header{margin-bottom:.75rem}.job-card--compact .job-card__company-logo{width:40px;height:40px}.job-card--compact .job-card__title{font-size:1rem}.job-card--compact .job-card__details{margin-bottom:.75rem;padding-bottom:.75rem}.job-card--featured{border-left:3px solid #2563eb}.apply-to-job-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:applyToJobFadeIn .2s ease-out}@keyframes applyToJobFadeIn{0%{opacity:0}to{opacity:1}}.apply-to-job-modal{background:var(--card-bg, #ffffff);border-radius:var(--radius-lg, 12px);box-shadow:var(--shadow-md, 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06));border:1px solid var(--border-color, #e5e7eb);width:100%;max-width:520px;max-height:90vh;display:flex;flex-direction:column;animation:applyToJobSlideIn .25s ease-out}@keyframes applyToJobSlideIn{0%{opacity:0;transform:scale(.96) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.apply-to-job-modal__header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color, #e5e7eb);position:relative;flex-shrink:0}.apply-to-job-modal__title{font-size:1.25rem;font-weight:600;color:var(--text-primary, #1f2937);margin:0 2rem 0 0;line-height:1.3}.apply-to-job-modal__company{font-size:.875rem;color:var(--text-secondary, #4b5563);margin:.25rem 0 0}.apply-to-job-modal__close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border:none;background:var(--bg-color, #eef2f5);color:var(--text-secondary, #4b5563);border-radius:var(--radius-sm, 8px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.apply-to-job-modal__close:hover{background:var(--border-color, #e5e7eb);color:var(--text-primary, #1f2937)}.apply-to-job-modal__body{padding:1.5rem;overflow-y:auto;flex:1}.apply-to-job-step{text-align:center;padding:.5rem 0}.apply-to-job-step__icon{width:48px;height:48px;color:var(--primary-color, #5b189f);margin-bottom:1rem;display:block;margin-left:auto;margin-right:auto}.apply-to-job-step h3{font-size:1.125rem;font-weight:600;color:var(--text-primary, #1f2937);margin:0 0 .5rem}.apply-to-job-step p{font-size:.9375rem;color:var(--text-secondary, #4b5563);line-height:1.5;margin:0 0 1rem}.apply-to-job-step__warning{background:#fef3c7;color:#92400e;padding:.75rem 1rem;border-radius:var(--radius-sm, 8px);font-size:.875rem;margin-bottom:1rem!important}.apply-to-job-step__actions{display:flex;flex-direction:column;gap:.75rem;align-items:stretch;margin-top:1.25rem}.apply-to-job-modal__btn-link{text-decoration:none;display:block}.apply-to-job-modal__btn-link .button{width:100%}.apply-to-job-form__intro{display:flex;gap:.75rem;margin-bottom:1.5rem;padding:.75rem 1rem;background:var(--bg-color, #eef2f5);border-radius:var(--radius-sm, 8px);border:1px solid var(--border-color, #e5e7eb)}.apply-to-job-form__icon{flex-shrink:0;color:var(--primary-color, #5b189f);margin-top:2px}.apply-to-job-form__intro p{font-size:.875rem;color:var(--text-secondary, #4b5563);margin:0;line-height:1.5}.apply-to-job-form__field{margin-bottom:1.25rem}.apply-to-job-form__field label{display:block;font-size:.875rem;font-weight:500;color:var(--text-primary, #1f2937);margin-bottom:.375rem}.apply-to-job-form__required{color:var(--error, #ef4444)}.apply-to-job-form__textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color, #e5e7eb);border-radius:var(--radius-sm, 8px);font-size:.9375rem;font-family:inherit;line-height:1.5;color:var(--text-primary, #1f2937);background:var(--card-bg, #ffffff);resize:vertical;min-height:10.5em;transition:border-color .2s,box-shadow .2s}.apply-to-job-form__textarea::placeholder{color:var(--text-secondary, #4b5563)}.apply-to-job-form__textarea:focus{outline:none;border-color:var(--primary-color, #5b189f);box-shadow:0 0 0 3px #5b189f26}.apply-to-job-form__actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border-color, #e5e7eb)}.apply-to-job-success{text-align:center;padding:2rem 1rem}.apply-to-job-success__icon{width:56px;height:56px;color:var(--success, #10b981);margin:0 auto 1rem;display:block}.apply-to-job-success p{font-size:1rem;color:var(--text-primary, #1f2937);margin:0}@media(max-width:540px){.apply-to-job-modal{max-height:95vh}.apply-to-job-form__actions{flex-direction:column}.apply-to-job-form__actions .button{width:100%}}.jobs-page{padding:2rem 5px;width:100%;max-width:100vw}.jobs-page__results-count{margin-left:.5rem;font-size:.875rem;font-weight:600;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;padding:.1rem .5rem;border-radius:999px}.search-section{width:100%;max-width:1000px;margin:0 auto 3rem}.content-layout{display:flex;align-items:flex-start;gap:1.5rem;max-width:1200px;margin:0 auto;width:100%}.job-listings-wrapper{flex:1;min-width:0;width:100%;max-width:100%;overflow-x:hidden}.job-listings h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-primary);display:flex;align-items:center}.job-grid{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem;justify-content:center;align-items:flex-start;width:100%;max-width:100%}@media(max-width:768px){.content-layout{flex-direction:column;width:100%;max-width:100%;overflow-x:hidden}.search-section{margin:0 auto .5rem}.job-listings-wrapper,.job-listings{width:100%;max-width:100%;overflow-x:hidden}.job-grid{width:100%;max-width:100%;overflow-x:hidden;gap:1rem}}.comments{width:100%;max-width:880px;margin:0 auto;padding:1.5rem 0}.comments__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.comments__title{font-size:1.25rem;font-weight:600;color:#0f172a;margin:0;display:flex;align-items:center;gap:.5rem}.comments__count{font-size:.875rem;font-weight:600;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;padding:.15rem .5rem;border-radius:999px}.comments__composer{display:flex;gap:.875rem;padding:1rem 0;border-bottom:1px solid #e2e8f0;margin-bottom:1.25rem}.comments__composer-avatar{width:40px;height:40px;flex:0 0 40px}.comments__avatar{width:40px;height:40px;flex:0 0 40px;border-radius:50%;overflow:hidden}.comments__avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:1px solid #e2e8f0}.comments__avatar-fallback{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;letter-spacing:.5px;-webkit-user-select:none;user-select:none;font-size:.875rem}.comments__composer-main{flex:1}.comments__textarea{width:100%;resize:vertical;border:1px solid #e2e8f0;border-radius:12px;padding:.75rem .875rem;font-size:.9375rem;color:#0f172a;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s}.comments__textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.comments__textarea:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.comments__composer-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.comments__list{display:flex;flex-direction:column;gap:1.25rem}.comments__item{display:flex;gap:.875rem;padding:.75rem;border-radius:12px;transition:background-color .2s}.comments__item--reply{margin-left:2.75rem;padding-left:.75rem;border-left:2px solid #e2e8f0;background:#f8fafc}.comments__body{flex:1;min-width:0}.comments__meta{display:flex;align-items:baseline;gap:.5rem;margin-top:.15rem}.comments__name{font-size:.9375rem;font-weight:600;color:#0f172a}.comments__time{font-size:.8125rem;color:#64748b}.comments__text{margin-top:.375rem;font-size:.9375rem;line-height:1.5;color:#1e293b;white-space:pre-wrap;word-break:break-word}.comments__actions{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.comments__action-btn{display:inline-flex;align-items:center;gap:.375rem;border:none;background:transparent;color:#64748b;font-size:.8125rem;padding:.375rem .625rem;border-radius:6px;cursor:pointer;transition:all .2s ease}.comments__action-btn:hover{background:#f1f5f9;color:#334155}.comments__action-label{font-weight:600}.comments__reply-box{margin-top:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.comments__reply-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.comments__replies-toggle{margin-top:.75rem;padding:.5rem 0;border-top:1px solid #e5e7eb}.comments__toggle-btn{display:inline-flex;align-items:center;gap:.375rem;background:#f8fafc;border:1px solid #e2e8f0;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;color:#475569;cursor:pointer;transition:all .2s ease;border-radius:999px;box-shadow:0 1px 2px #0000000d}.comments__toggle-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#334155;box-shadow:0 2px 4px #00000014}.comments__toggle-btn:active{background:#e2e8f0;transform:translateY(1px)}.comments__replies{margin-top:.875rem;display:flex;flex-direction:column;gap:.875rem}.comments__loading,.comments__empty{padding:2rem 0;color:#64748b;font-size:.9375rem;text-align:center}.comments__error{margin:1rem 0;padding:.875rem 1rem;border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:8px;font-size:.875rem}@media(max-width:640px){.comments{padding:.75rem 0}.comments__item--reply{margin-left:2.25rem}}.job-detailed-page{width:100%;max-width:1200px;margin:0 auto;padding:1.25rem .5rem}.job-detailed-page__layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:1.25rem;align-items:start}.job-detailed-page__left,.job-detailed-page__right{min-width:0}.job-detailed-page__not-found{padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px}@media(max-width:960px){.job-detailed-page__layout{grid-template-columns:1fr}.job-detailed-page__right{max-width:880px;margin:0 auto}}.profile-edit-overlay{position:fixed;inset:0;background-color:#2a0d49b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;overflow-y:auto;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.profile-edit-modal{background:#fff;border-radius:20px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 24px 70px #5b189f40;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.75rem 2rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(to bottom,#fff,#fafafa)}.modal-title{font-size:1.65rem;font-weight:700;color:#1f2937;margin:0;letter-spacing:-.02em}.btn-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;transition:all .2s ease}.btn-close:hover{background-color:#f3f4f6;color:#1f2937;transform:scale(1.05)}.btn-close:active{transform:scale(.95)}.modal-body{flex:1;overflow-y:auto;display:flex;flex-direction:column}.edit-tabs{display:flex;gap:.25rem;padding:.75rem 2rem;border-bottom:1px solid #e5e7eb;overflow-x:auto;flex-shrink:0;background-color:#fafafa}.tab-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:none;border-radius:10px;color:#6b7280;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;position:relative}.tab-button:hover{color:#5b189f;background-color:#f9fafb;transform:translateY(-1px)}.tab-button.active{color:#fff;background:linear-gradient(135deg,#5b189f,#7d3caf);box-shadow:0 4px 12px #5b189f40}.tab-button svg{font-size:1.1rem}.edit-content{padding:2rem;flex:1;overflow-y:auto;background-color:#fafafa}.edit-section{animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.edit-section-title{font-size:1.35rem;font-weight:700;color:#1f2937;margin:0 0 1.75rem;letter-spacing:-.02em}.section-header-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group-full{grid-column:1 / -1}.form-label{font-size:.8rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.025em}.form-input,.form-textarea{padding:.875rem 1rem;border:1.5px solid #e5e7eb;border-radius:10px;font-size:.9rem;color:#1f2937;transition:all .2s ease;font-family:inherit;background-color:#fff}.form-input[type=date],select.form-input{padding-right:2.5rem;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px}.form-input:hover,.form-textarea:hover{border-color:#d1d5db}.form-input:focus,.form-textarea:focus{outline:none;border-color:#5b189f;box-shadow:0 0 0 4px #5b189f14;background-color:#fff}.form-textarea{resize:vertical;min-height:100px}.form-hint{font-size:.75rem;color:#1f123399;margin-top:.25rem}.form-checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.9rem;color:#374151;padding:.75rem 1rem;background-color:#fff;border-radius:10px;transition:all .2s ease}.form-checkbox:hover{background-color:#f9fafb}.form-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#5b189f;border-radius:6px}.form-actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:1rem;background-color:#fff;border-radius:12px;padding:1.5rem}.btn-save{display:inline-flex;align-items:center;gap:.6rem;padding:.875rem 2rem;background:linear-gradient(135deg,#5b189f,#7d3caf);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #5b189f40}.btn-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #5b189f59}.btn-save:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #5b189f40}.btn-save:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 2px 8px #5b189f26}.btn-cancel{display:inline-flex;align-items:center;gap:.6rem;padding:.875rem 2rem;background:#fff;color:#6b7280;border:1.5px solid #e5e7eb;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease}.btn-cancel:hover{background-color:#f9fafb;border-color:#d1d5db;color:#374151;transform:translateY(-1px)}.btn-cancel:active{transform:translateY(0)}.btn-add-item{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.25rem;background-color:#fff;color:#5b189f;border:1.5px solid #5b189f;border-radius:10px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #5b189f14}.btn-add-item:hover{background:linear-gradient(135deg,#5b189f,#7d3caf);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #5b189f40}.btn-add-item:active{transform:translateY(0)}.btn-remove-item{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .95rem;background-color:#fff;color:#ef4444;border:1.5px solid #fee2e2;border-radius:8px;font-weight:600;font-size:.8rem;cursor:pointer;transition:all .2s ease}.btn-remove-item:hover{background-color:#fef2f2;border-color:#ef4444;color:#dc2626}.btn-remove-item-small{display:flex;align-items:center;justify-content:center;width:34px;height:34px;min-width:34px;background-color:#fef2f2;color:#ef4444;border:1.5px solid #fee2e2;border-radius:8px;cursor:pointer;transition:all .2s ease;flex-shrink:0}.btn-remove-item-small:hover{background-color:#ef4444;border-color:#ef4444;color:#fff}.btn-remove-item-small svg{width:16px;height:16px}.experience-list,.education-list{display:flex;flex-direction:column;gap:1.25rem}.experience-form-item,.education-form-item{padding:1.75rem;background-color:#fff;border-radius:14px;border:1.5px solid #e5e7eb;box-shadow:0 2px 8px #0000000a;transition:all .2s ease}.experience-form-item:hover,.education-form-item:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000000f}.item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1.5px solid #f3f4f6}.item-number{font-size:.95rem;font-weight:700;color:#1f2937;margin:0;letter-spacing:-.01em}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.skill-form-item{padding:1.5rem;background-color:#fff;border-radius:14px;border:1.5px solid #e5e7eb;box-shadow:0 2px 8px #0000000a;transition:all .2s ease}.skill-form-item:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000000f}.skill-form-item .item-header{margin-bottom:1rem;padding-bottom:.75rem;border-color:#f3f4f6;display:flex;justify-content:space-between;align-items:center;gap:1rem}.empty-message{text-align:center;padding:2.5rem;color:#6b7280;font-style:italic;background-color:#fff;border-radius:14px;border:2px dashed #d1d5db;font-size:.9rem}@media(max-width:768px){.profile-edit-modal{max-width:100%;max-height:100vh;border-radius:0}.modal-header{padding:1.25rem 1.5rem}.modal-title{font-size:1.25rem}.edit-tabs{padding:1rem 1.5rem 0;gap:.25rem}.tab-button{padding:.65rem 1rem;font-size:.85rem}.edit-content{padding:1.5rem}.form-grid{grid-template-columns:1fr;gap:1rem}.section-header-actions{flex-direction:column;align-items:flex-start;gap:1rem}.btn-add-item{width:100%;justify-content:center}.skills-grid{grid-template-columns:1fr}.item-header{flex-direction:column;align-items:flex-start;gap:.75rem}.btn-remove-item{width:100%;justify-content:center}}@media(max-width:480px){.edit-tabs{padding:.75rem 1rem 0}.tab-button{padding:.6rem .75rem;font-size:.8rem}.tab-button svg{font-size:1rem}.edit-content{padding:1.25rem}.form-actions{margin-top:1.5rem;padding-top:1.25rem}.btn-save{width:100%;justify-content:center}}.seeker-applications-section{width:100%}.seeker-applications-list{display:flex;flex-direction:column;gap:0;width:100%}.seeker-application-row{display:grid;grid-template-columns:1fr 1fr auto auto;align-items:center;gap:1rem;width:100%;padding:.875rem 1rem;text-align:left;font-family:inherit;font-size:.9375rem;color:var(--text-primary, #1e293b);background:transparent;border:none;border-bottom:1px solid var(--border, #e2e8f0);cursor:pointer;transition:background .2s}.seeker-application-row:hover{background:#f8fafc}.seeker-application-row:last-child{border-bottom:none}.seeker-application-row__position{font-weight:600;color:var(--text-primary, #1e293b)}.seeker-application-row__company{color:var(--text-secondary, #64748b)}.seeker-application-row__date{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-muted, #94a3b8);font-size:.8125rem}.seeker-application-row__date svg{flex-shrink:0}.seeker-application-row__status{flex-shrink:0;font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:999px;text-transform:capitalize}.seeker-application-row__status--submitted{background:#e0f2fe;color:#0369a1}.seeker-application-row__status--viewed{background:#fef3c7;color:#b45309}.seeker-application-row__status--under_review{background:#dbeafe;color:#1d4ed8}.seeker-application-row__status--interview{background:#e0e7ff;color:#4338ca}.seeker-application-row__status--offer{background:#d1fae5;color:#047857}.seeker-application-row__status--rejected{background:#fee2e2;color:#b91c1c}.seeker-applications__empty{color:var(--text-secondary, #64748b);padding:1rem 0;margin:0;font-size:.9375rem}.seeker-application-modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000080;overflow-y:auto}.seeker-application-modal{position:relative;display:flex;flex-direction:column;width:100%;max-width:640px;max-height:90vh;overflow:hidden;margin:auto;background:var(--card-bg, #ffffff);border-radius:12px;box-shadow:0 20px 40px #00000026}.seeker-application-modal__body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.seeker-application-modal__close{position:absolute;top:.75rem;right:.75rem;z-index:1;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;font-size:1.375rem;line-height:1;color:#64748b;background:#f1f5f9;border:none;border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.seeker-application-modal__close:hover{background:#e2e8f0;color:#1e293b}.seeker-application-modal .seeker-application-detail{margin:0;padding:0;border:none}.seeker-application-detail{background:var(--card-bg, #ffffff);border:1px solid var(--border, #e2e8f0);border-radius:12px;padding:1.5rem}.seeker-application-detail__header{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border, #e2e8f0)}.seeker-application-detail__company-row{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap}.seeker-application-detail__logo{width:48px;height:48px;border-radius:8px;object-fit:cover;background:#f1f5f9}.seeker-application-detail__job-title{font-size:1.375rem;font-weight:600;margin:0 0 .25rem;color:var(--text-primary, #1e293b)}.seeker-application-detail__company-name{margin:0 0 .125rem;font-size:1rem;color:var(--text-secondary, #64748b)}.seeker-application-detail__industry{margin:0;font-size:.875rem;color:var(--text-muted, #94a3b8)}.seeker-application-detail__status{margin-left:auto;font-size:.8125rem;font-weight:600;padding:.35rem .75rem;border-radius:999px;text-transform:capitalize}.seeker-application-detail__status--submitted{background:#e0f2fe;color:#0369a1}.seeker-application-detail__status--viewed{background:#fef3c7;color:#b45309}.seeker-application-detail__status--under_review{background:#dbeafe;color:#1d4ed8}.seeker-application-detail__status--interview{background:#e0e7ff;color:#4338ca}.seeker-application-detail__status--offer{background:#d1fae5;color:#047857}.seeker-application-detail__status--rejected{background:#fee2e2;color:#b91c1c}.seeker-application-detail__section{margin-bottom:1.5rem}.seeker-application-detail__section-title{font-size:1rem;font-weight:600;margin:0 0 .75rem;color:var(--text-primary, #1e293b)}.seeker-application-detail__subtitle{font-size:.9375rem;font-weight:600;margin:1rem 0 .5rem;color:var(--text-primary, #1e293b)}.seeker-application-detail__dl{display:grid;grid-template-columns:auto 1fr;gap:.35rem 1.5rem;margin:0;font-size:.9375rem}.seeker-application-detail__dl dt{color:var(--text-muted, #94a3b8);font-weight:500}.seeker-application-detail__dl dd{margin:0;color:var(--text-primary, #1e293b)}.seeker-application-detail__text{margin:0;font-size:.9375rem;line-height:1.6;color:var(--text-primary, #1e293b)}.seeker-application-detail__cover{white-space:pre-wrap;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.seeker-application-detail__tags{display:flex;flex-wrap:wrap;gap:.5rem}.seeker-application-detail__tag{font-size:.8125rem;padding:.25rem .6rem;background:#f1f5f9;color:#475569;border-radius:6px}.seeker-application-detail__list{margin:0 0 0 1.25rem;padding:0;font-size:.9375rem;line-height:1.6;color:var(--text-primary, #1e293b)}.seeker-application-detail__list li{margin-bottom:.25rem}.seeker-application-modal .seeker-application-detail__actions{flex-shrink:0;display:flex;flex-wrap:wrap;gap:.75rem;margin:0;padding:1rem 1.5rem;border-top:1px solid var(--border, #e2e8f0);background:var(--card-bg, #ffffff)}.seeker-application-detail__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border, #e2e8f0)}.seeker-application-detail__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.9375rem;font-weight:500;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.seeker-application-detail__btn--primary{background:#646cff;color:#fff;border-color:#646cff}.seeker-application-detail__btn--primary:hover{background:#535bf2;border-color:#535bf2}.seeker-application-detail__btn--secondary{background:#f1f5f9;color:#475569;border-color:#e2e8f0}.seeker-application-detail__btn--secondary:hover{background:#e2e8f0;border-color:#cbd5e1}.seeker-application-detail__btn--danger{background:#fff;color:#b91c1c;border-color:#fecaca}.seeker-application-detail__btn--danger:hover{background:#fee2e2;border-color:#f87171}@media(max-width:768px){.seeker-application-row{grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:.25rem 1rem}.seeker-application-row__position{grid-column:1;grid-row:1}.seeker-application-row__company{grid-column:1;grid-row:2;font-size:.8125rem}.seeker-application-row__date{grid-column:2;grid-row:1}.seeker-application-row__status{grid-column:2;grid-row:2}.seeker-application-detail__company-row{flex-direction:column}.seeker-application-detail__status{margin-left:0}.seeker-application-detail__actions{flex-direction:column}.seeker-application-detail__btn{width:100%;justify-content:center}}.profile-page{background-color:#f0f2f8;min-height:100vh;padding:2rem 0 4rem}.profile-container{max-width:960px;margin:0 auto;padding:0 1.5rem}.profile-header{background:#fff;border-radius:16px;padding:2.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #5b189f14;border:1px solid rgba(91,24,159,.1)}.profile-header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.profile-header-left{display:flex;gap:1.5rem;flex:1}.profile-image-wrapper{flex-shrink:0}.profile-image{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #f3e8ff;box-shadow:0 4px 12px #5b189f26}.profile-header-info{flex:1}.profile-name{font-size:1.65rem;font-weight:700;color:#2a0d49;margin:0 0 .5rem}.profile-headline{font-size:.95rem;color:#1f1233bf;margin:0 0 1.25rem;line-height:1.5}.profile-contact-info{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#1f1233cc}.contact-icon{color:#5b189f;font-size:1.1rem;flex-shrink:0}.profile-header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:1.25rem}.btn-edit-profile{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background-color:#5b189f;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #5b189f33}.btn-edit-profile:hover{background-color:#7d3caf;transform:translateY(-2px);box-shadow:0 4px 12px #5b189f4d}.profile-completion{min-width:240px}.completion-text{font-size:.9rem;color:#1f1233bf;margin-bottom:.5rem}.completion-text strong{color:#5b189f;font-weight:700}.completion-bar{height:8px;background-color:#f3e8ff;border-radius:999px;overflow:hidden}.completion-bar-fill{height:100%;background:linear-gradient(90deg,#5b189f,#7d3caf);border-radius:999px;transition:width .5s ease}.profile-section{background:#fff;border-radius:16px;padding:2rem 2.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #5b189f14;border:1px solid rgba(91,24,159,.1)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.75rem;padding-bottom:1rem;border-bottom:2px solid #f3e8ff}.section-title{font-size:1.25rem;font-weight:700;color:#2a0d49;margin:0;display:flex;align-items:center;gap:.75rem}.section-icon{color:#5b189f;font-size:1.25rem}.experience-total{font-size:.95rem;color:#1f1233b3;background-color:#f3e8ff;padding:.4rem .9rem;border-radius:999px;font-weight:600}.resume-content{padding:.5rem 0}.resume-uploaded{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background-color:#f9f5ff;border-radius:12px;border:2px dashed rgba(91,24,159,.2);gap:1rem;flex-wrap:wrap}.resume-info{display:flex;align-items:center;gap:1rem}.resume-icon{font-size:2.5rem}.resume-filename{font-size:.9rem;font-weight:600;color:#2a0d49;margin:0 0 .25rem}.resume-meta{font-size:.8rem;color:#1f123399;margin:0}.resume-empty{text-align:center;padding:2rem;background-color:#f9f5ff;border-radius:12px;border:2px dashed rgba(91,24,159,.2)}.resume-empty p{color:#1f123399;margin-bottom:1rem}.btn-upload-resume,.btn-view-resume{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;background-color:#fff;color:#5b189f;border:2px solid #5b189f;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.resume-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.btn-upload-resume:hover,.btn-view-resume:hover{background-color:#5b189f;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #5b189f33}.experience-content{display:flex;flex-direction:column;gap:1.5rem}.experience-item{padding:1.5rem;background-color:#f9f5ff;border-radius:12px;transition:all .3s ease}.experience-item:hover{background-color:#f3e8ff;transform:translateY(-2px);box-shadow:0 4px 12px #5b189f1a}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.experience-title{font-size:1rem;font-weight:700;color:#2a0d49;margin:0 0 .25rem}.experience-company{font-size:.9rem;color:#1f1233bf;margin:0;font-weight:600}.badge-current{background-color:#10b981;color:#fff;padding:.35rem .75rem;border-radius:999px;font-size:.85rem;font-weight:600}.experience-duration{font-size:.8rem;color:#1f1233a6;margin-bottom:.75rem;font-weight:500}.experience-description{font-size:.875rem;line-height:1.6;color:#1f1233cc;margin:0}.education-content{display:flex;flex-direction:column;gap:1.25rem}.education-item{display:flex;gap:1.25rem;padding:1.5rem;background-color:#f9f5ff;border-radius:12px;transition:all .3s ease}.education-item:hover{background-color:#f3e8ff;transform:translateY(-2px);box-shadow:0 4px 12px #5b189f1a}.education-icon{font-size:2.5rem;flex-shrink:0}.education-details{flex:1}.education-degree{font-size:.95rem;font-weight:700;color:#2a0d49;margin:0 0 .5rem}.education-institution{font-size:.875rem;color:#1f1233bf;margin:0 0 .25rem;font-weight:600}.education-field{font-size:.85rem;color:#1f1233b3;margin:0 0 .5rem}.education-meta{display:flex;gap:1.5rem;font-size:.8rem;color:#1f1233a6}.education-gpa{font-weight:600;color:#5b189f}.skills-content{padding:.5rem 0}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.skill-item{padding:1.25rem;background-color:#f9f5ff;border-radius:12px;transition:all .3s ease}.skill-item:hover{background-color:#f3e8ff;transform:translateY(-2px);box-shadow:0 4px 12px #5b189f1a}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.skill-name{font-size:.9rem;font-weight:700;color:#2a0d49}.skill-proficiency{padding:.3rem .7rem;border-radius:999px;font-size:.7rem;font-weight:600}.skill-experience{font-size:.8rem;color:#1f1233a6}.preferences-content{padding:.5rem 0}.preferences-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.preference-item{padding:1.25rem;background-color:#f9f5ff;border-radius:12px;transition:all .3s ease}.preference-item:hover{background-color:#f3e8ff}.preference-label{display:block;font-size:.8rem;font-weight:600;color:#1f1233a6;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.preference-value{font-size:.9rem;font-weight:600;color:#2a0d49}.empty-state{text-align:center;padding:2rem;color:#1f123380;font-style:italic}@media(max-width:992px){.profile-header-content{flex-direction:column}.profile-header-actions{width:100%;align-items:stretch}.btn-edit-profile{width:100%;justify-content:center}.profile-completion{width:100%}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.preferences-grid{grid-template-columns:1fr}}@media(max-width:768px){.profile-page{padding:1rem 0 2rem}.profile-container{padding:0 1rem}.profile-header,.profile-section{padding:1.5rem;border-radius:12px}.profile-header-left{flex-direction:column;align-items:center;text-align:center}.profile-name{font-size:1.5rem}.profile-headline{font-size:1rem}.profile-contact-info{align-items:center}.section-title{font-size:1.25rem}.section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.resume-uploaded{flex-direction:column;gap:1rem;text-align:center}.resume-info{flex-direction:column;text-align:center}.skills-grid{grid-template-columns:1fr}.experience-header{flex-direction:column;gap:.5rem}.badge-current{align-self:flex-start}}@media(max-width:480px){.profile-header,.profile-section{padding:1.25rem}.profile-image{width:100px;height:100px}.profile-name{font-size:1.35rem}.contact-item{font-size:.9rem}.education-item{flex-direction:column;text-align:center}.education-icon{font-size:2rem}}.recruiter-job-card{padding:1.25rem 1.5rem;background-color:#f8fafc;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 2px 12px #0000000a;transition:all .25s ease}.recruiter-job-card:hover{background-color:#f1f5f9;box-shadow:0 4px 16px #00000014;transform:translateY(-1px)}.recruiter-job-card__main{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.recruiter-job-card__info{flex:1;min-width:0}.recruiter-job-card__title{font-size:1.0625rem;font-weight:700;color:#1e293b;margin:0 0 .25rem}.recruiter-job-card__company{font-size:.9375rem;color:#64748b;margin:0 0 .5rem}.recruiter-job-card__meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.recruiter-job-card__date{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;color:#64748b}.recruiter-job-card__date svg{flex-shrink:0}.recruiter-job-card__status{font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:999px;text-transform:capitalize}.recruiter-job-card__status--active{background:#d1fae5;color:#047857}.recruiter-job-card__status--paused{background:#fef3c7;color:#b45309}.recruiter-job-card__status--closed{background:#e2e8f0;color:#475569}.recruiter-job-card__status--draft{background:#f1f5f9;color:#64748b}.recruiter-job-card__stats{display:flex;flex-direction:row;align-items:center;gap:.5rem;flex-wrap:wrap}.recruiter-job-card__stat{display:flex;align-items:center;gap:.4rem}.recruiter-job-card__stat-icon{color:#475569;font-size:1rem}.recruiter-job-card__stat-value{font-weight:700;color:#1e293b;font-size:1rem}.recruiter-job-card__stat-label{font-size:.8125rem;color:#64748b}.recruiter-job-card__new-badge{font-size:.75rem;font-weight:600;padding:.2rem .5rem;background:#475569;color:#fff;border-radius:999px}.recruiter-job-card__actions{display:flex;gap:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.recruiter-job-card__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s}.recruiter-job-card__btn--primary{background:#475569;color:#fff}.recruiter-job-card__btn--primary:hover{background:#334155;transform:translateY(-1px)}.recruiter-job-card__btn--outline{background:#fff;color:#475569;border:1px solid #e2e8f0;text-decoration:none}.recruiter-job-card__btn--outline:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.recruiter-job-card__btn--secondary{background:#fff;color:#475569;border:1px solid #e2e8f0}.recruiter-job-card__btn--secondary:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}@media(max-width:640px){.recruiter-job-card{padding:.75rem 1rem}.recruiter-job-card__main{flex-direction:column;margin-bottom:.75rem}.recruiter-job-card__stats{flex-direction:row;align-items:center;align-self:flex-start}.recruiter-job-card__actions{flex-wrap:nowrap;gap:.5rem;padding-top:.5rem}.recruiter-job-card__btn-text{display:none}.recruiter-job-card__btn{flex:1;justify-content:center;min-width:0;padding:.5rem}.recruiter-job-card__btn svg{margin:0;font-size:1.125rem}}.recruiter-edit-job-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0f172a99;overflow-y:auto}.recruiter-edit-job-modal{position:relative;width:100%;max-width:900px;height:90vh;max-height:900px;display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;border:1px solid #e2e8f0}.recruiter-edit-job__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.recruiter-edit-job__title{font-size:1.375rem;font-weight:700;color:#1e293b;margin:0}.recruiter-edit-job__close{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;font-size:1.375rem;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.recruiter-edit-job__close:hover{background:#f1f5f9;color:#1e293b}.recruiter-edit-job__form{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.25rem}.recruiter-edit-job__field{margin-bottom:0}.recruiter-edit-job__field label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.4rem}.recruiter-edit-job__field input,.recruiter-edit-job__field select,.recruiter-edit-job__field textarea{width:100%;padding:.65rem .875rem;font-size:.9375rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#1e293b;transition:border-color .2s}.recruiter-edit-job__field input:focus,.recruiter-edit-job__field select:focus,.recruiter-edit-job__field textarea:focus{outline:none;border-color:#475569;box-shadow:0 0 0 3px #4755691a}.recruiter-edit-job__field textarea{min-height:120px;resize:vertical}.recruiter-edit-job__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.25rem}.recruiter-edit-job__actions{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem;background:#f8fafc;border-top:1px solid #e2e8f0;margin:0 -2rem -2rem;flex-shrink:0}.recruiter-edit-job__btn{padding:.7rem 1.5rem;font-size:.9375rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s}.recruiter-edit-job__btn--cancel{background:#fff;color:#475569;border:1px solid #e2e8f0}.recruiter-edit-job__btn--cancel:hover{background:#f1f5f9;border-color:#cbd5e1}.recruiter-edit-job__btn--save{background:#475569;color:#fff;border:none}.recruiter-edit-job__btn--save:hover{background:#334155}@media(max-width:640px){.recruiter-edit-job-modal{height:95vh;max-height:none}.recruiter-edit-job__form{padding:1.25rem}.recruiter-edit-job__actions{margin:0 -1.25rem -1.25rem;padding:1.25rem}.recruiter-edit-job__row{grid-template-columns:1fr}}.recruiter-application-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a99;overflow-y:auto}.recruiter-application-modal{position:relative;width:100%;max-width:560px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;border:1px solid #e2e8f0}.recruiter-application-modal__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.recruiter-application-modal__job-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 .25rem}.recruiter-application-modal__company{font-size:.9375rem;color:#64748b;margin:0}.recruiter-application-modal__close{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;font-size:1.25rem;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.recruiter-application-modal__close:hover{background:#f1f5f9;color:#1e293b}.recruiter-application-modal__body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.recruiter-application-modal__new-count{font-size:.875rem;font-weight:600;color:#475569;margin:0 0 1rem;padding:.5rem .75rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px}.recruiter-application-list{display:flex;flex-direction:column;gap:.5rem}.recruiter-application-list__empty{color:#64748b;padding:2rem;text-align:center;margin:0}.recruiter-application-item{padding:1rem 1.25rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s}.recruiter-application-item:hover{background:#f1f5f9}.recruiter-application-item--selected{border-color:#475569;background:#f1f5f9;box-shadow:0 0 0 2px #47556926}.recruiter-application-item__main{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.recruiter-application-item__info{display:flex;flex-direction:column;gap:.35rem}.recruiter-application-item__name{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:#1e293b;font-size:.9375rem}.recruiter-application-item__name svg{color:#475569;flex-shrink:0}.recruiter-application-item__date{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;color:#64748b}.recruiter-application-item__date svg{flex-shrink:0}.recruiter-application-item__right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.recruiter-application-item__view-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.8125rem;font-weight:600;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;text-decoration:none;transition:all .2s}.recruiter-application-item__view-btn:hover{background:#e2e8f0;color:#1e293b}.recruiter-application-item__status{flex-shrink:0;font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:999px;text-transform:capitalize}.recruiter-application-item__status--submitted{background:#e0f2fe;color:#0369a1}.recruiter-application-item__status--viewed{background:#fef3c7;color:#b45309}.recruiter-application-item__status--under_review{background:#dbeafe;color:#1d4ed8}.recruiter-application-item__status--interview{background:#e0e7ff;color:#4338ca}.recruiter-application-item__status--offer{background:#d1fae5;color:#047857}.recruiter-application-item__status--rejected{background:#fee2e2;color:#b91c1c}.recruiter-application-item__detail{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.recruiter-application-item__cover{font-size:.875rem;line-height:1.5;color:#475569;margin:0;white-space:pre-wrap}.recruiter-application-grid-wrap{width:100%}.recruiter-application-grid-empty{color:#64748b;padding:2rem;text-align:center;margin:0}.recruiter-application-rows{display:flex;flex-direction:column;gap:.75rem}.recruiter-application-row{padding:1.25rem 1.5rem;background:#f8fafc;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000a;transition:all .2s ease}.recruiter-application-row:hover{background:#f1f5f9;box-shadow:0 2px 12px #0000000f}.recruiter-application-row__main{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.recruiter-application-row__info{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem}.recruiter-application-row__position{font-size:1rem;font-weight:700;color:#1e293b;margin:0;width:100%;line-height:1.3}.recruiter-application-row__company{font-size:.875rem;color:#64748b;margin:0;width:100%}.recruiter-application-row__name{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:#334155;font-size:.9375rem;margin:0}.recruiter-application-row__name svg{color:#475569;flex-shrink:0}.recruiter-application-row__contact{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;color:#64748b;margin:0}.recruiter-application-row__contact svg{flex-shrink:0}.recruiter-application-row__date{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;color:#94a3b8;margin:0}.recruiter-application-row__right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.recruiter-application-row__status-label{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;font-weight:600;color:#64748b}.recruiter-application-row__status-select{padding:.4rem .6rem;font-size:.8125rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#1e293b;cursor:pointer;min-width:120px}.recruiter-application-row__view-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:10px;text-decoration:none;transition:all .2s}.recruiter-application-row__view-btn:hover{background:#475569;color:#fff;border-color:#475569}.recruiter-application-row__detail{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.5rem}.recruiter-application-row__cover{font-size:.875rem;line-height:1.5;color:#475569;margin:0}.recruiter-application-row__resume{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;color:#475569;text-decoration:none;transition:color .2s}.recruiter-application-row__resume:hover{color:#1e293b}.recruiter-application-item__status-select{padding:.35rem .5rem;font-size:.75rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#1e293b;cursor:pointer;min-width:110px}.recruiter-application-item__resume{display:inline-flex;align-items:center;gap:.4rem;margin-top:.5rem;font-size:.875rem;font-weight:600;color:#475569;text-decoration:none}.recruiter-application-item__resume:hover{color:#1e293b}@media(max-width:640px){.recruiter-application-row{padding:1rem;border-radius:12px}.recruiter-application-row__main{flex-direction:column;gap:.75rem;align-items:stretch}.recruiter-application-row__info{gap:.5rem .75rem}.recruiter-application-row__position{font-size:.9375rem}.recruiter-application-row__company{font-size:.8125rem}.recruiter-application-row__right{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:.5rem;width:100%;padding-top:.5rem;border-top:1px solid #e2e8f0}.recruiter-application-row__status-label{flex-direction:row;align-items:center;gap:.35rem;margin:0}.recruiter-application-row__status-select{min-width:100px;padding:.35rem .5rem;font-size:.75rem}.recruiter-application-row__view-btn{flex:1;justify-content:center;padding:.45rem .6rem;font-size:.75rem}.recruiter-application-row__detail{margin-top:.75rem;padding-top:.75rem}.recruiter-application-row__cover,.recruiter-application-row__resume{font-size:.8125rem}.recruiter-application-modal{max-width:100%;margin:0 .5rem}.recruiter-application-modal__header,.recruiter-application-modal__body{padding:1rem}.recruiter-application-item{padding:.875rem 1rem}.recruiter-application-item__main{flex-wrap:wrap;gap:.5rem}.recruiter-application-item__right{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.5rem;width:100%;margin-top:.35rem}.recruiter-application-item__status-select{min-width:95px;font-size:.7rem}.recruiter-application-item__view-btn{flex:1;justify-content:center;padding:.4rem .5rem;font-size:.75rem}}.recruiter-profile-page{background-color:#f0f4f8;min-height:100vh;padding:2rem 0 4rem}.recruiter-profile-container{max-width:960px;margin:0 auto;padding:0 1.5rem}.recruiter-profile-header{background:#fff;border-radius:16px;padding:2.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #5b189f14;border:1px solid rgba(91,24,159,.1)}.recruiter-profile-header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.recruiter-profile-header-left{display:flex;gap:1.5rem;flex:1}.recruiter-profile-image-wrapper{flex-shrink:0}.recruiter-profile-image{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #f3e8ff;box-shadow:0 4px 12px #5b189f26}.recruiter-profile-header-info{flex:1}.recruiter-profile-name{font-size:1.65rem;font-weight:700;color:#2a0d49;margin:0 0 .5rem}.recruiter-profile-headline{font-size:.95rem;color:#1f1233bf;margin:0 0 1.25rem;line-height:1.5}.recruiter-profile-company-line{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:#475569;margin:0 0 1rem}.recruiter-profile-icon{flex-shrink:0;color:#5b189f}.recruiter-profile-contact-info{display:flex;flex-direction:column;gap:.75rem}.recruiter-contact-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#1f1233cc}.recruiter-contact-icon{color:#5b189f;font-size:1.1rem;flex-shrink:0}.recruiter-profile-header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:1.25rem}.recruiter-btn-edit-profile{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background-color:#5b189f;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #5b189f33}.recruiter-btn-edit-profile:hover{background-color:#7d3caf;transform:translateY(-2px);box-shadow:0 4px 12px #5b189f4d}.recruiter-view-toggle{display:flex;gap:.5rem;margin-bottom:1.25rem;padding:.35rem;background:#fff;border-radius:14px;box-shadow:0 2px 10px #0000000d;border:1px solid #e2e8f0}.recruiter-view-toggle__btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-size:.9375rem;font-weight:600;color:#64748b;background:transparent;border:none;border-radius:10px;cursor:pointer;transition:all .25s ease}.recruiter-view-toggle__btn:hover{color:#475569;background:#f1f5f9}.recruiter-view-toggle__btn--active{color:#fff;background:#475569;box-shadow:0 2px 8px #4755694d}.recruiter-job-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem}.recruiter-filter-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#475569}.recruiter-filter-select{padding:.5rem .75rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#1e293b;cursor:pointer}.recruiter-filter-select:focus{outline:none;border-color:#475569}.recruiter-profile-section{background:#fff;border-radius:20px;padding:1.75rem 2rem;margin-bottom:1.25rem;box-shadow:0 4px 20px #0000000f;border:1px solid #e2e8f0}.recruiter-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.recruiter-section-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0;display:flex;align-items:center;gap:.75rem}.recruiter-section-icon{color:#475569;font-size:1.25rem}.recruiter-section-count{font-size:.95rem;color:#475569;background-color:#f1f5f9;border:1px solid #e2e8f0;padding:.4rem .9rem;border-radius:999px;font-weight:600}.recruiter-jobs-list{display:flex;flex-direction:column;gap:1rem}.recruiter-empty-state{color:#64748b;padding:2rem;text-align:center;margin:0}.recruiter-edit-profile-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a99}.recruiter-edit-profile-modal{background:#fff;border-radius:20px;padding:2rem;max-width:400px;box-shadow:0 25px 50px -12px #00000040;border:1px solid #e2e8f0}.recruiter-edit-profile-modal h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 .75rem}.recruiter-edit-profile-modal p{font-size:.9375rem;color:#64748b;margin:0 0 1.25rem}.recruiter-edit-profile-close{padding:.6rem 1.25rem;background:#475569;color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:background .2s}.recruiter-edit-profile-close:hover{background:#334155}@media(max-width:992px){.recruiter-profile-header-content{flex-direction:column}.recruiter-profile-header-actions{width:100%;align-items:stretch}.recruiter-btn-edit-profile{width:100%;justify-content:center}}@media(max-width:768px){.recruiter-profile-page{padding:.75rem 0 1.5rem}.recruiter-profile-container{padding:0 .75rem}.recruiter-profile-header,.recruiter-profile-section{padding:1rem;border-radius:12px}.recruiter-profile-header{margin-bottom:.75rem}.recruiter-profile-header-content{align-items:center}.recruiter-profile-header-left{flex-direction:column;align-items:center;text-align:center;width:100%}.recruiter-profile-header-info{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.recruiter-profile-company-line{justify-content:center}.recruiter-profile-name{font-size:1.5rem}.recruiter-profile-headline{font-size:1rem}.recruiter-profile-contact-info{align-items:center;width:100%}.recruiter-contact-item{justify-content:center}.recruiter-btn-edit-profile{width:100%;justify-content:center}.recruiter-view-toggle{margin-bottom:.5rem;padding:.25rem}.recruiter-view-toggle__btn{padding:.6rem .75rem;font-size:.8125rem}.recruiter-profile-section{padding:.875rem 1rem;margin-bottom:.5rem;border-radius:12px}.recruiter-section-header{margin-bottom:.75rem;padding-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.recruiter-section-title{font-size:1.1rem}.recruiter-job-filters{margin-bottom:.5rem;gap:.5rem}.recruiter-filter-label{flex:1 1 auto}.recruiter-filter-select{flex:1;min-width:0}.recruiter-jobs-list{gap:.5rem}}@media(max-width:480px){.recruiter-profile-page{padding:.5rem 0 1rem}.recruiter-profile-container{padding:0 .5rem}.recruiter-profile-header,.recruiter-profile-section{padding:.75rem}.recruiter-profile-header,.recruiter-profile-section{margin-bottom:.5rem}.recruiter-profile-image{width:100px;height:100px}.recruiter-profile-name{font-size:1.35rem}.recruiter-contact-item{font-size:.9rem}}.recruiter-seeker-page{background-color:#f8fafc;min-height:100vh;padding:2rem 0 4rem}.recruiter-seeker-container{max-width:960px;margin:0 auto;padding:0 1.5rem}.recruiter-seeker-back{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.9375rem;font-weight:600;color:#475569;text-decoration:none;transition:color .2s}.recruiter-seeker-back:hover{color:#1e293b}.recruiter-seeker-not-found{color:#64748b;padding:2rem;margin:0 0 1rem}.recruiter-seeker-header{background:#fff;border-radius:12px;padding:2rem 2.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0}.recruiter-seeker-header-content{display:flex;justify-content:space-between;align-items:flex-start}.recruiter-seeker-header-left{display:flex;gap:1.5rem;flex:1}.recruiter-seeker-image-wrapper{flex-shrink:0}.recruiter-seeker-image{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #e2e8f0}.recruiter-seeker-header-info{flex:1}.recruiter-seeker-name{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.recruiter-seeker-headline{font-size:.9375rem;color:#64748b;margin:0 0 1rem;line-height:1.5}.recruiter-seeker-contact-info{display:flex;flex-direction:column;gap:.5rem}.recruiter-seeker-contact-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569}.recruiter-seeker-contact-icon{color:#64748b;font-size:1rem;flex-shrink:0}.recruiter-seeker-section{background:#fff;border-radius:12px;padding:1.75rem 2rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0}.recruiter-seeker-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.recruiter-seeker-section-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0;display:flex;align-items:center;gap:.5rem}.recruiter-seeker-section-icon{color:#475569;font-size:1.125rem}.recruiter-seeker-total{font-size:.875rem;font-weight:600;color:#475569;background:#f1f5f9;padding:.3rem .75rem;border-radius:999px}.recruiter-seeker-content{padding:.25rem 0}.recruiter-seeker-empty{color:#94a3b8;margin:0;font-size:.9375rem}.recruiter-seeker-item{padding:1.25rem;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;margin-bottom:.75rem}.recruiter-seeker-item:last-child{margin-bottom:0}.recruiter-seeker-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.recruiter-seeker-item-title{font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 .2rem}.recruiter-seeker-item-company{font-size:.9rem;color:#64748b;margin:0}.recruiter-seeker-badge-current{background:#10b981;color:#fff;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.recruiter-seeker-item-duration{font-size:.8125rem;color:#64748b;margin-bottom:.5rem}.recruiter-seeker-item-desc{font-size:.9375rem;line-height:1.5;color:#475569;margin:0}.recruiter-seeker-edu-item{padding:1rem;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;margin-bottom:.75rem}.recruiter-seeker-edu-degree{font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 .25rem}.recruiter-seeker-edu-institution{font-size:.9rem;color:#64748b;margin:0 0 .2rem}.recruiter-seeker-edu-field{font-size:.875rem;color:#475569;margin:0 0 .25rem}.recruiter-seeker-edu-meta{font-size:.8125rem;color:#64748b}.recruiter-seeker-skills-grid{display:flex;flex-wrap:wrap;gap:.75rem}.recruiter-seeker-skill-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;font-size:.875rem}.recruiter-seeker-skill-name{font-weight:600;color:#1e293b}.recruiter-seeker-skill-proficiency{font-size:.75rem;padding:.15rem .4rem;border-radius:6px;font-weight:600}.recruiter-seeker-skill-exp{font-size:.75rem;color:#64748b}.recruiter-seeker-preferences-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.recruiter-seeker-pref-item label{display:block;font-size:.8125rem;font-weight:600;color:#64748b;margin-bottom:.25rem}.recruiter-seeker-pref-item div{font-size:.9375rem;color:#1e293b}@media(max-width:768px){.recruiter-seeker-page{padding:.75rem 0 2rem}.recruiter-seeker-container{padding:0 .75rem}.recruiter-seeker-header,.recruiter-seeker-section{padding:1.25rem 1rem;margin-bottom:1rem}.recruiter-seeker-header-left{flex-direction:column}.recruiter-seeker-preferences-grid{grid-template-columns:1fr}}@media(max-width:480px){.recruiter-seeker-page{padding:.5rem 0 1.5rem}.recruiter-seeker-container{padding:0 .5rem}.recruiter-seeker-header,.recruiter-seeker-section{padding:1rem .75rem}}.post-job-page{padding:2rem 5px;width:100%;max-width:100vw;background-color:var(--bg-color, #eef2f5);min-height:60vh}.post-job-container{max-width:800px;margin:0 auto;padding:0 1rem}.post-job-header{margin-bottom:2rem}.post-job-title{font-size:1.75rem;font-weight:600;color:var(--text-primary, #1f2937);margin-bottom:.5rem}.post-job-subtitle{font-size:.9375rem;color:var(--text-secondary, #4b5563)}.post-job-form{background-color:var(--card-bg, #ffffff);border-radius:12px;border:1px solid var(--border-color, #e5e7eb);box-shadow:var(--shadow-md, 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06));padding:1.5rem 1.5rem 2rem}.post-job-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color, #e5e7eb)}.post-job-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.post-job-section-title{font-size:1.125rem;font-weight:600;color:var(--text-primary, #1f2937);margin-bottom:1rem}.post-job-field{margin-bottom:1rem}.post-job-field:last-child{margin-bottom:0}.post-job-field label{display:block;margin-bottom:.375rem;font-size:.875rem;font-weight:500;color:var(--text-primary, #1f2937)}.post-job-field .required{color:var(--error, #ef4444)}.post-job-input,.post-job-select,.post-job-textarea{width:100%;padding:.625rem .75rem;border:1px solid var(--border-color, #e5e7eb);border-radius:var(--radius-sm, .375rem);font-size:.9375rem;color:var(--text-primary, #1f2937);background-color:#fff;transition:border-color .2s,box-shadow .2s}.post-job-input:focus,.post-job-select:focus,.post-job-textarea:focus{outline:none;border-color:var(--primary-color, #5b189f);box-shadow:0 0 0 3px #5b189f26}.post-job-textarea{resize:vertical;min-height:100px}.post-job-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.post-job-list-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.post-job-list-row .post-job-input,.post-job-list-row .post-job-select{flex:1;min-width:0}.post-job-input--sm,.post-job-select--sm{max-width:180px}.post-job-add-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--primary-color, #5b189f);background-color:transparent;border:1px solid var(--primary-color, #5b189f);border-radius:var(--radius-sm, .375rem);cursor:pointer;transition:background-color .2s,color .2s}.post-job-add-btn:hover{background-color:#5b189f14;color:var(--primary-hover, #893ccd)}.post-job-add-btn--secondary{margin-top:.5rem}.post-job-remove-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;color:var(--text-secondary, #4b5563);background:none;border:none;border-radius:var(--radius-sm, .375rem);cursor:pointer;transition:color .2s,background-color .2s}.post-job-remove-btn:hover{color:var(--error, #ef4444);background-color:#fef2f2}.post-job-actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color, #e5e7eb)}.post-job-submit-btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background-color:var(--primary-color, #5b189f);border:1px solid #9509f8;border-radius:var(--radius-md, .5rem);cursor:pointer;transition:background-color .2s}.post-job-submit-btn:hover:not(:disabled){background-color:var(--primary-hover, #893ccd)}.post-job-submit-btn:disabled{opacity:.7;cursor:not-allowed}@media(max-width:768px){.post-job-page{padding:1rem 5px}.post-job-form{padding:1rem}.post-job-title{font-size:1.5rem}.post-job-row{grid-template-columns:1fr}.post-job-list-row{flex-wrap:wrap}.post-job-input--sm,.post-job-select--sm{max-width:100%}}.footer{background-color:#2c3e50;color:#ecf0f1;padding:4rem 2rem 2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding:0 1rem}.footer-section h3{color:#3498db;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.footer-section h4{color:#3498db;margin-bottom:1.5rem;font-size:1.2rem;font-weight:500;position:relative;padding-bottom:.5rem}.footer-section h4:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:2px;background-color:#3498db}.footer-section p{color:#bdc3c7;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.social-links{display:flex;gap:1rem;margin-top:1.5rem}.social-links a{color:#bdc3c7;font-size:1.5rem;transition:color .3s ease;background:#ffffff1a;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.social-links a:hover{color:#3498db;background:#3498db33}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.8rem}.footer-section a{color:#bdc3c7;text-decoration:none;transition:color .3s ease,padding-left .3s ease;display:inline-block;font-size:.95rem}.footer-section a:hover{color:#3498db;padding-left:5px}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;font-size:.9rem;color:#7f8c8d}.legal-links{display:flex;gap:1rem}.legal-links a{color:#7f8c8d;text-decoration:none;transition:color .3s ease}.legal-links a:hover{color:#3498db}@media(max-width:768px){.footer-container{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}.legal-links{margin-top:1rem}}@media(max-width:480px){.footer-container{grid-template-columns:1fr}.footer-section{margin-bottom:2rem}.footer-section:not(:first-child){border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}}
