.mobile-menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-around;align-items:center;width:30px;height:30px;padding:0;display:none;position:relative}.mobile-menu-toggle span{background:var(--text-primary);transform-origin:50%;border-radius:2px;width:25px;height:3px;transition:all .3s ease-in-out}.mobile-menu-toggle.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:rotate(-45deg)translate(7px,-6px)}.mobile-menu-overlay{z-index:999;opacity:0;background:#00000080;animation:.3s ease-in-out forwards fadeIn;position:fixed;inset:0}@keyframes fadeIn{to{opacity:1}}.mobile-menu{background:var(--surface);z-index:1000;border-left:3px solid var(--primary);width:320px;height:100vh;transition:right .3s ease-in-out;position:fixed;top:0;right:-320px;overflow-y:auto;box-shadow:-2px 0 10px #0000001a}.mobile-menu.open{right:0}.mobile-menu-header{border-bottom:2px solid var(--border-color);background:var(--splunk-lighter);justify-content:space-between;align-items:center;padding:20px;display:flex}.mobile-menu-header h2{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}.mobile-menu-close{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:5px;font-size:1.5rem;transition:background-color .2s}.mobile-menu-close:hover{background:var(--border-color)}.mobile-menu-nav{padding:0}.mobile-menu-link{color:var(--text-primary);text-align:left;cursor:pointer;border:none;border-bottom:1px solid var(--border-color);background:0 0;align-items:center;gap:15px;width:100%;padding:18px 20px;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.mobile-menu-link:hover{background:var(--splunk-lighter);color:var(--splunk-primary)}.mobile-menu-link svg{color:var(--text-secondary);transition:color .2s}.mobile-menu-link:hover svg{color:var(--splunk-primary)}.mobile-menu-link-disabled{cursor:default;color:#9ca3af}.mobile-menu-link-disabled:hover{color:#9ca3af;background:0 0}.mobile-menu-link-disabled svg,.mobile-menu-link-disabled:hover svg{color:#9ca3af}.mobile-menu-disabled-copy{flex-direction:column;gap:4px;display:flex}.mobile-menu-coming-soon-note{-webkit-backdrop-filter:blur(4px);color:#1565c0;background:#ffffffad;border:1px solid #1565c033;border-radius:6px;width:fit-content;max-width:210px;padding:4px 8px;font-size:.72rem;font-weight:700;line-height:1.2;display:inline-flex}.mobile-menu-divider{background:var(--border-color);height:2px;margin:10px 0}.mobile-menu-auth-section{background:var(--splunk-gray);padding:10px 0}.mobile-menu-user{background:var(--splunk-lighter);color:var(--text-primary);border-bottom:1px solid var(--border-color);align-items:center;gap:15px;padding:18px 20px;font-size:.9rem;font-weight:600;display:flex}.mobile-menu-user svg{color:var(--splunk-primary)}.logout-link{font-weight:600;color:#dc3545!important}.logout-link:hover{color:#dc3545!important;background:#dc354510!important}.logout-link svg{color:#dc3545!important}.dropdown-arrow{margin-left:auto;transition:transform .2s ease-in-out}.dropdown-arrow.open{transform:rotate(180deg)}.mobile-submenu{background:var(--splunk-darker);border-left:4px solid var(--splunk-primary)}.mobile-submenu-link{color:var(--text-secondary);border-bottom:1px solid var(--border-color);padding:15px 20px 15px 45px;font-size:.9rem;text-decoration:none;transition:background-color .2s;display:block}.mobile-submenu-link:hover{background:var(--splunk-lighter);color:var(--splunk-primary)}.mobile-menu-dropdown{position:relative}@media (width<=900px){.mobile-menu-toggle{display:flex}}.mobile-menu::-webkit-scrollbar{width:4px}.mobile-menu::-webkit-scrollbar-track{background:var(--surface)}.mobile-menu::-webkit-scrollbar-thumb{background:var(--splunk-primary);border-radius:2px}.mobile-menu::-webkit-scrollbar-thumb:hover{background:var(--splunk-secondary)}.nav{z-index:50;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0}.nav__inner{justify-content:space-between;align-items:center;gap:16px;max-width:1800px;margin:0 auto;padding:14px 20px;display:flex}.nav__left{flex:none}.nav__center{flex:auto;justify-content:flex-start;align-items:center;gap:18px;min-width:0;display:flex}.nav__right{flex:none;align-items:center;gap:12px;display:flex}.nav__brand{letter-spacing:-.2px;white-space:nowrap;color:#333;padding-right:8px;font-size:20px;font-weight:800;text-decoration:none;transition:color .2s}.nav__brand:hover{color:#007bff;text-decoration:none}.nav__link{letter-spacing:.6px;text-transform:uppercase;white-space:nowrap;color:#666;padding:.5rem 0;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s}.nav__link:hover{color:#007bff;text-decoration:none}.nav__link-disabled{cursor:default;color:#9ca3af;position:relative}.nav__link-disabled:hover{color:#9ca3af}.nav__coming-soon-note{z-index:1002;-webkit-backdrop-filter:blur(6px);color:#1565c0;text-align:center;text-transform:none;letter-spacing:0;white-space:normal;opacity:0;pointer-events:none;background:#ffffffdb;border:1px solid #1565c033;border-radius:8px;min-width:210px;padding:8px 10px;font-size:.72rem;font-weight:700;line-height:1.2;transition:opacity .15s,transform .15s;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%,-4px);box-shadow:0 12px 30px #0f172a24}.nav__link-disabled:hover .nav__coming-soon-note,.nav__link-disabled:focus .nav__coming-soon-note{opacity:1;transform:translate(-50%)}.user-menu,.auth-menu{position:relative}.dropdown-icon{margin-left:.25rem;transition:transform .3s}.dropdown-icon.open{transform:rotate(180deg)}.dropdown-menu{z-index:1000;background:#fff;border-radius:8px;min-width:248px;max-width:280px;padding:6px 0;animation:.15s ease-out dropdownFadeIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 4px 20px #00000026}.auth-dropdown{min-width:248px}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{color:#111827;text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;width:100%;min-height:40px;margin:0 6px;padding:10px 14px;font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.dropdown-item:hover{color:#111827;background-color:#f3f4f6}.dropdown-item svg{color:#6b7280;flex-shrink:0;width:16px;height:16px}.recruiter-auth-coming-soon{cursor:default;background:#ffffff9e;min-height:56px;position:relative;overflow:hidden}.recruiter-auth-coming-soon:hover{color:#111827;background:#ffffff9e}.dropdown-item-content{filter:blur(1.4px);opacity:.42;align-items:center;gap:10px;display:inline-flex}.dropdown-coming-soon-note{z-index:2;-webkit-backdrop-filter:blur(4px);color:#1565c0;text-align:center;white-space:normal;background:#ffffffad;border:1px solid #1565c033;border-radius:6px;justify-content:center;align-items:center;padding:6px 10px;font-size:.72rem;font-weight:700;line-height:1.2;display:flex;position:absolute;inset:6px 8px}.dropdown-divider{background-color:#e5e7eb;height:1px;margin:6px 12px}.logout-item{color:#dc2626}.logout-item:hover{color:#b91c1c;background-color:#fef2f2}.logout-item svg{color:#dc2626}.nav-link-register{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#e3f2fd;border:1px solid #bbdefb;border-radius:6px;align-items:center;gap:.5rem;height:32px;padding:6px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;display:flex;color:#1565c0!important}.nav-link-register:hover{background:#bbdefb;border-color:#90caf9;color:#0d47a1!important}.nav-link-login{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:0 0;border:none;border-radius:4px;align-items:center;gap:.5rem;height:32px;padding:6px 8px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex;color:#1565c0!important}.nav-link-login:hover{background:#1565c00a;text-decoration:underline;color:#0d47a1!important}.nav-link-dashboard{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#e3f2fd;border:1px solid #bbdefb;border-radius:6px;align-items:center;gap:.5rem;height:32px;padding:6px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;display:flex;color:#1565c0!important}.nav-link-dashboard:hover{background:#bbdefb;border-color:#90caf9;color:#0d47a1!important}@media (width<=900px){.nav__center,.nav__static-page-link,.nav-link-register,.nav-link-login{display:none}.nav__inner{padding:12px 16px}.nav__brand{font-size:18px}.nav__right{gap:8px}}@media (width<=640px){.nav__inner{padding:10px 12px}.nav__brand{font-size:16px}.nav__right{gap:6px}}.site-footer{color:#fff;background:#1f2937;margin-top:60px}.footer-container{max-width:1150px;margin:0 auto;padding:0 1.5rem}.footer-content{grid-template-columns:1fr 1fr 1fr 1.2fr;gap:40px;padding:60px 0 40px;display:grid}.footer-column{flex-direction:column;display:flex}.footer-title{color:#fff;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #374151;margin:0 0 20px;padding-bottom:8px;font-size:1rem;font-weight:800}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{padding:4px 0;font-size:.95rem;text-decoration:none;transition:all .2s;display:block;color:#d1d5db!important}.footer-links a:hover,.footer-links a:focus{outline:none;text-decoration:underline;transform:translate(4px);color:#6366f1!important}.footer-links a:focus-visible{outline-offset:2px;border-radius:2px;outline:2px solid #a5b4fc}.footer-link-disabled{color:#9ca3af;cursor:default;flex-direction:column;gap:4px;padding:4px 0;font-size:.95rem;display:flex}.footer-link-disabled span{-webkit-backdrop-filter:blur(4px);color:#c7d2fe;background:#ffffff14;border:1px solid #a5b4fc3d;border-radius:6px;width:fit-content;max-width:220px;padding:4px 8px;font-size:.72rem;font-weight:700;line-height:1.2}.footer-brand{padding-left:20px}.brand-section{margin-bottom:32px}.footer-logo{margin-bottom:16px;text-decoration:none;display:inline-block}.logo-text{color:#fff;letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.footer-slogan{color:#cbd5e1;max-width:280px;margin:0;font-size:.95rem;line-height:1.6}.social-section{border-top:1px solid #374151;padding-top:24px}.social-title{color:#fff;margin:0 0 16px;font-size:1rem;font-weight:600}.social-links{gap:16px;display:flex}.social-link{color:#e5e7eb;background:#374151;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .2s;display:flex}.social-link:hover,.social-link:focus{color:#fff;background:#6366f1;outline:none;text-decoration:none;transform:translateY(-2px)}.social-link:focus{outline-offset:2px;border-radius:8px;outline:2px solid #3b82f6}.social-link svg{width:20px;height:20px}.footer-bottom{border-top:1px solid #e5e7eb4d;padding:24px 0}.footer-bottom-content{text-align:center}.copyright{color:#9ca3af;margin:0;font-size:.875rem}@media (width<=1024px){.footer-container{padding:0 16px}.footer-content{gap:32px;padding:50px 0 35px}.footer-brand{padding-left:0}}@media (width<=768px){.footer-content{grid-template-columns:1fr 1fr;gap:24px;padding:40px 0 30px}.footer-column:nth-child(3){order:4}.footer-brand{border-top:1px solid #374151;order:3;grid-column:1/-1;margin-top:16px;padding-top:24px}.brand-section{margin-bottom:24px}.social-section{border-top:none;padding-top:0}.footer-bottom-content{text-align:center}}@media (width<=480px){.footer-container{padding:0 12px}.footer-content{grid-template-columns:1fr;gap:20px;padding:32px 0 24px}.footer-column{order:initial!important;grid-column:initial!important;border-top:none!important;margin-top:0!important;padding-top:0!important}.footer-brand{border-top:1px solid #374151;order:4;margin-top:12px;padding-top:20px}.footer-title{margin-bottom:16px;font-size:1.05rem}.footer-links li{margin-bottom:10px}.footer-links a{font-size:.9rem}.logo-text{font-size:1.25rem}.footer-slogan{max-width:none;font-size:.9rem}.social-links{gap:12px}.social-link{width:36px;height:36px}.social-link svg{width:18px;height:18px}}.company-list{flex-direction:column;gap:16px;display:flex}.company-card{background:var(--surface);border:1px solid var(--border-light);border-radius:12px;margin-bottom:12px;padding:14px 16px;transition:all .2s;position:relative}.company-card.sponsored{background:#f4f6ff;border:1px solid #e5e7eb;margin-top:4px;margin-bottom:20px}.sponsored-badge{text-transform:uppercase;letter-spacing:.08em;border:1px solid #e5e7eb;border-radius:8px 0 12px;padding:4px 10px;font-size:8px;font-weight:600;position:absolute;bottom:-1px;right:-1px;color:#6b7280!important;background:#f3f4f6!important}.company-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.company-info{align-items:center;gap:12px;display:flex}.company-name{color:var(--text-primary);letter-spacing:-.01em;font-size:1.1rem;font-weight:700}.company-logo{object-fit:contain;border-radius:6px;flex-shrink:0;width:32px;height:32px}.company-actions{gap:8px;display:flex}.company-location{color:var(--text-disabled);opacity:.65;margin-bottom:8px;font-size:.85rem;line-height:1.4}.country{font-weight:500}.company-functions{flex-wrap:wrap;gap:6px;margin-bottom:4px;display:flex}.company-environment{flex-wrap:wrap;gap:6px;margin-bottom:0;display:flex}.link-btn{white-space:nowrap;text-align:center;border-radius:6px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.link-btn.careers-btn{color:#fff;background:#4f46e5;border:1px solid #4f46e5;font-weight:500}.link-btn.careers-btn:hover{background:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-1px)}.link-btn.reviews-btn{color:var(--text-muted);border:1px solid var(--border-strong);background:0 0;font-weight:400}.link-btn.reviews-btn:hover{background:var(--surface-alt);color:var(--text-secondary);border-color:var(--text-muted)}.tag{white-space:nowrap;padding:2px 5px;font-size:.55rem;border:.5px solid #ffffff1a!important;border-radius:3px!important;font-weight:500!important;line-height:1.1!important;display:inline-block!important}.tag-overflow{background:var(--border-light)!important;color:var(--text-muted)!important;border:1px solid var(--border-light)!important;font-weight:400!important}.tag-function{opacity:.85}.tag-environment{background:var(--surface-alt)!important;color:var(--text-muted)!important;border:1px solid var(--border-light)!important;padding:2px 6px!important;font-size:.65rem!important;font-weight:400!important}:root[data-label-size=small] .tag{padding:2px 5px!important;font-size:.55rem!important}:root[data-label-size=medium] .tag{padding:3px 7px!important;font-size:.65rem!important}:root[data-label-size=large] .tag{padding:4px 9px!important;font-size:.75rem!important}:root[data-label-size=extra-large] .tag{padding:5px 11px!important;font-size:.85rem!important}.no-results{background:var(--surface);border:1px solid var(--border-light);text-align:center;color:var(--text-muted);border-radius:12px;padding:60px 20px;font-size:1.1rem}@media (width<=768px){.company-card{padding:10px}.company-header{flex-direction:column;align-items:flex-start;gap:12px}.company-actions{justify-content:flex-start;align-self:stretch}.company-name{font-size:1.05rem}.company-logo{width:28px;height:28px}.tag{padding:2px 5px!important;font-size:.6rem!important}.tag-environment{padding:2px 4px!important;font-size:.55rem!important}}.filters-container{box-shadow:none;background:0 0;border:none;border-radius:0;margin:0;padding:20px}.filters-header{border-bottom:2px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;display:flex}.filters-header h3{color:var(--text-primary);font-size:1.3rem;font-weight:600}.reset-btn{border:2px solid var(--splunk-primary);cursor:pointer;color:var(--splunk-primary);background:0 0;border-radius:6px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .2s}.reset-btn:hover{background:var(--splunk-primary);color:var(--splunk-darker);box-shadow:var(--shadow-primary);transform:translateY(-1px)}.filters-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;display:grid}.filter-group{flex-direction:column;gap:5px;display:flex}.filter-group label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.filter-select{border:2px solid var(--border-color);background:var(--surface);color:var(--text-primary);cursor:pointer;border-radius:6px;padding:10px;font-size:.95rem;font-weight:500;transition:all .2s}.filter-select:focus{border-color:var(--splunk-primary);outline:none;box-shadow:0 0 0 3px #00c85326}.filter-select:hover{border-color:var(--splunk-primary-dark);background:var(--splunk-lighter)}@media (width<=768px){.filters-grid{grid-template-columns:1fr}}.search-bar{gap:10px;max-width:800px;margin:0 auto;display:flex}.search-input-wrapper{flex:1;position:relative}.search-input{border:2px solid var(--border-color);background:var(--surface);width:100%;color:var(--text-primary);border-radius:8px;padding:12px 45px 12px 15px;font-size:1rem;font-weight:500;transition:all .3s}.search-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-subtle-border);background:var(--surface);outline:none}.search-input::placeholder{color:var(--text-muted)}.clear-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:5px;font-size:1.2rem;transition:color .2s;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.clear-btn:hover{color:var(--splunk-primary)}.search-btn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 30px;font-size:1rem;font-weight:600;transition:all .2s}.search-btn:hover{box-shadow:var(--shadow-primary);transform:translateY(-2px)}@media (width<=640px){.search-bar{flex-direction:column;gap:12px}.search-input{border-radius:12px;padding:14px 45px 14px 15px;font-size:1rem}.search-btn{border-radius:12px;width:100%;padding:14px 20px;font-size:1rem}}.stats-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px;display:grid}.stat-card{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;padding:25px;transition:transform .2s;box-shadow:0 4px 12px #667eea4d}.stat-card:hover{transform:translateY(-5px)}.stat-value{margin-bottom:5px;font-size:2.5rem;font-weight:700}.stat-label{opacity:.9;font-size:.95rem}@media (width<=768px){.stats-container{grid-template-columns:repeat(2,1fr)}.stat-value{font-size:2rem}}.homepage-sections{width:100%;margin:40px 0}.role-navigation-container{grid-template-columns:1fr 1fr;align-items:stretch;gap:28px;display:grid}.role-navigation-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;flex-direction:column;min-height:260px;padding:32px 28px;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000000f}.role-navigation-card:hover{border-color:#dee2e6;transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.card-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.card-icon{background:#f8f9fa;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.75rem;display:flex}.card-title{color:#212529;margin:0;font-size:1.25rem;font-weight:700}.card-content{flex:1;margin-bottom:24px}.card-description{color:#6c757d;margin-bottom:20px;font-size:1rem;line-height:1.5}.card-bullets{margin:0;padding:0;list-style:none}.bullet-item{color:#495057;align-items:center;gap:10px;margin-bottom:12px;font-size:.95rem;line-height:1.4;display:flex}.bullet-item:last-child{margin-bottom:0}.bullet-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.85rem;display:flex}.bullet-text{flex:1}.card-actions{flex-direction:column;gap:12px;display:flex}.card-button{cursor:pointer;text-align:center;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:12px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.card-button.primary{color:#fff;background:#007bff;border-color:#007bff}.card-button.primary:hover{color:#fff;background:#0056b3;border-color:#0056b3;text-decoration:none}.card-button.outline{color:#007bff;background:0 0;border-color:#007bff}.card-button.outline:hover{color:#fff;background:#007bff;text-decoration:none}.card-link{text-align:center;color:#6c757d;font-size:.9rem;text-decoration:none;transition:color .2s}.card-link:hover{color:#007bff;text-decoration:none}.job-seeker-card .card-icon{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.recruiter-card .card-icon{color:#fff;background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.recruiter-card{position:relative;overflow:hidden}.recruiter-coming-soon-overlay{z-index:3;-webkit-backdrop-filter:blur(5px);cursor:default;background:#ffffff75;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}@media (width<=1024px){.role-navigation-container{gap:24px}.role-navigation-card{min-height:240px;padding:28px 24px}}@media (width<=768px){.homepage-sections{margin:32px 0}.role-navigation-container{grid-template-columns:1fr;gap:20px;max-width:680px;margin:0 auto}.role-navigation-card{min-height:220px;padding:24px 20px}.card-title{font-size:1.2rem}.card-description{font-size:.95rem}.bullet-item{font-size:.9rem}.card-button{padding:10px 20px;font-size:.9rem}}@media (width<=480px){.homepage-sections{margin:24px 0}.role-navigation-container{gap:16px}.role-navigation-card{min-height:200px;padding:20px 16px}.card-header{gap:10px;margin-bottom:14px}.card-icon{width:40px;height:40px;font-size:1.5rem}.card-title{font-size:1.1rem}.card-description{margin-bottom:16px;font-size:.9rem}.bullet-item{margin-bottom:10px;font-size:.85rem}.bullet-icon{width:16px;height:16px;font-size:.8rem}.card-actions{gap:10px}.card-button{padding:9px 18px;font-size:.85rem}.card-link{font-size:.85rem}}@media (width<=768px){.job-seeker-card{order:1}.recruiter-card{order:2}}.company-list-page{padding:20px 0}.main-content-container{width:100%;max-width:1150px;margin:0 auto;padding:0 20px;overflow-x:hidden}.homepage-content-container{max-width:1760px}.top-bar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.search-section{flex:1;min-width:200px}.filters-toggle-btn{background:var(--surface);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:12px 16px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.filters-toggle-btn:hover{background:var(--splunk-lighter);border-color:var(--splunk-primary)}.filters-toggle-btn svg{transition:transform .2s}.filters-toggle-btn .chevron.open{transform:rotate(180deg)}.filters-wrapper{background:var(--surface);border-radius:8px;max-height:0;margin-bottom:20px;transition:max-height .3s ease-out;overflow:hidden}.filters-wrapper.visible{border:1px solid var(--border-color);max-height:500px}.search-section{margin-bottom:0}.error-message{background:var(--splunk-darker);border:2px solid var(--splunk-secondary);color:var(--splunk-secondary);border-radius:8px;margin:20px 0;padding:15px;font-weight:500}.loading{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.loading-spinner{border:4px solid var(--splunk-gray);border-top:4px solid var(--splunk-primary);border-radius:50%;width:50px;height:50px;margin-bottom:15px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pagination{background:var(--surface);box-shadow:var(--shadow);border:1px solid var(--border-color);border-radius:8px;justify-content:center;align-items:center;gap:20px;margin-top:30px;padding:20px;display:flex}.pagination-btn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:10px 20px;font-size:1rem;font-weight:600;transition:all .2s}.pagination-btn:hover:not(:disabled){box-shadow:var(--shadow-primary);transform:translateY(-2px)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed;background:var(--splunk-gray)}.pagination-info{color:#666;font-size:1rem;font-weight:600}.ad-slot{background:var(--surface);box-shadow:var(--shadow);border:1px solid var(--border-color);border-radius:12px;justify-content:center;align-items:center;min-height:250px;margin:30px 0;padding:20px;display:flex;position:relative}.ad-slot:before{content:"Advertisement";color:#999;text-transform:uppercase;letter-spacing:1px;font-size:.7rem;position:absolute;top:8px;left:8px}.table-container+.ad-slot,.ad-slot+.table-container{margin-top:30px}.ad-banner-link{width:100%;height:100%;text-decoration:none;display:block}.ad-banner-image{object-fit:contain;border-radius:8px;width:100%;height:auto;max-height:250px;transition:transform .3s,box-shadow .3s}.ad-banner-link:hover .ad-banner-image{transform:scale(1.02);box-shadow:0 4px 20px #00000026}@media (width<=768px){.top-bar{flex-direction:column;gap:12px}.search-section{width:100%}.filters-toggle-btn{justify-content:center;width:100%}.filters-wrapper.visible{max-height:600px}.ad-slot{min-height:200px;margin:20px 0;padding:15px}}@media (width<=480px){.company-list-page{padding:10px 0}.filters-toggle-btn{padding:10px 14px;font-size:.85rem}.ad-slot{min-height:150px}}.homepage-preview{margin-bottom:0}.homepage-company-list{position:relative}.company-list-fade{pointer-events:none;z-index:2;background:linear-gradient(#fff0,#fff 88%);height:120px;position:absolute;bottom:0;left:0;right:0}.preview-header{text-align:center;margin-bottom:32px}.preview-title{color:var(--text-primary);letter-spacing:-.025em;margin:0 0 8px;font-size:2rem;font-weight:700}.preview-subtitle{color:var(--text-secondary);opacity:.8;margin:0;font-size:1.1rem}.view-all-section{justify-content:center;margin-top:40px;display:flex}.view-all-btn{background:var(--primary);color:#fff;border-radius:8px;align-items:center;gap:12px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 12px #4f46e540}.view-all-btn:visited{background:var(--primary);color:#fff}.view-all-btn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #4f46e54d}.view-all-btn:visited:hover{background:var(--primary-hover);color:#fff}.view-all-btn svg{transition:transform .2s}.view-all-btn:hover svg{transform:translate(2px)}.page-title{color:var(--text-primary);letter-spacing:-.025em;margin:0 0 8px;font-size:2.5rem;font-weight:700}.page-subtitle{color:var(--text-secondary);opacity:.8;margin:0;font-size:1.1rem}.results-summary{text-align:center;margin-bottom:20px}.results-summary p{color:var(--text-muted);margin:0;font-size:.9rem}@media (width<=1024px){.main-content-container{padding:0 16px}}@media (width<=768px){.main-content-container{padding:0 12px}}@media (width<=480px){.main-content-container{padding:0 8px}}.add-company-page{background:var(--background);min-height:100vh;padding:80px 0 40px}.add-company-container{max-width:800px;margin:0 auto;padding:0 20px}.page-header{text-align:center;margin-bottom:40px}.page-header h1{color:var(--text-primary);letter-spacing:-.025em;margin:0 0 8px;font-size:2.5rem;font-weight:700}.page-header p{color:var(--text-secondary);margin:0;font-size:1.1rem}.login-prompt{background:var(--surface);text-align:center;border-radius:12px;padding:40px;box-shadow:0 2px 8px #0000001a}.login-prompt-icon{color:var(--primary);margin-bottom:24px}.login-prompt h1{color:var(--text-primary);margin:0 0 8px;font-size:2rem}.login-prompt p{color:var(--text-secondary);margin:0 0 16px;font-size:1.1rem}.login-required{color:var(--text-primary);font-weight:600;margin:24px 0 32px!important}.login-actions{justify-content:center;gap:16px;margin-bottom:40px;display:flex}.benefits{text-align:left;border-top:1px solid var(--border-light);max-width:400px;margin:0 auto;padding:32px 0 0}.benefits h3{color:var(--text-primary);margin:0 0 16px;font-size:1.1rem}.benefits ul{margin:0;padding:0;list-style:none}.benefits li{color:var(--text-secondary);padding:8px 0 8px 24px;position:relative}.benefits li:before{content:"✓";color:var(--success);font-weight:700;position:absolute;left:0}.status-message{border-radius:8px;margin-bottom:24px;padding:16px;font-weight:500}.status-message.success{color:#155724;background:#d4edda;border:1px solid #c3e6cb}.status-message.error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb}.add-company-form{background:var(--surface);border-radius:12px;padding:32px;box-shadow:0 2px 8px #0000001a}.form-section{margin-bottom:32px}.form-section h2{color:var(--text-primary);border-bottom:2px solid var(--primary);margin:0 0 20px;padding-bottom:8px;font-size:1.3rem}.form-group input,.form-group select{border:2px solid var(--border-light);background:var(--background);width:100%;color:var(--text-primary);border-radius:8px;padding:12px 16px;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #6366f11a}.form-group small{color:var(--text-secondary);margin-top:4px;font-size:.8rem;display:block}.checkbox-group{margin:24px 0}.checkbox-label{cursor:pointer;align-items:center;display:flex;color:var(--text-primary)!important;margin-bottom:0!important;font-weight:400!important}.checkbox-label input[type=checkbox]{width:auto;margin-right:12px;transform:scale(1.2)}.form-actions{border-top:1px solid var(--border-light);justify-content:flex-end;gap:16px;padding-top:24px;display:flex}.form-footer{text-align:center;margin-top:24px}.form-footer p{color:var(--text-secondary);margin:8px 0}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:120px;padding:12px 24px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.btn-primary:disabled{background:var(--border-light);color:var(--text-secondary);cursor:not-allowed}.btn-secondary{background:var(--surface);color:var(--text-primary);border:2px solid var(--border-light)}.btn-secondary:hover{background:var(--background);border-color:var(--primary)}@media (width<=768px){.add-company-page{padding:60px 0 40px}.add-company-container{padding:0 16px}.page-header h1{font-size:2rem}.login-prompt{padding:32px 24px}.add-company-form{padding:24px 20px}.form-row{grid-template-columns:1fr;gap:16px}.login-actions{flex-direction:column;align-items:stretch}.form-actions{flex-direction:column-reverse}.btn{width:100%}}.form-page-container{width:100%;height:calc(100vh - 60px);min-height:calc(100vh - 60px);margin:0;padding:0;position:relative;overflow:hidden}.form-page-loading{color:#666;justify-content:center;align-items:center;min-height:100vh;font-size:1.2rem;display:flex}.form-center{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;margin:0;padding:0;display:flex}.form-split{flex-direction:row;width:100%;height:calc(100vh - 60px);display:flex}.form-left{flex-direction:row}.form-right{flex-direction:row-reverse}.form-section{box-sizing:border-box;height:100%;overflow-y:auto;background:#fff!important}.form-section-inner{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding:2rem 1rem;display:flex}.form-wrapper{width:100%;max-width:450px}.side-panel{flex-shrink:0;height:100%;position:relative;overflow:hidden}.side-panel-image{object-fit:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.text-overlay{z-index:10;max-width:600px;padding:3rem;position:absolute}.text-overlay.top-left{top:0;left:0}.text-overlay.top-center{top:0;left:50%;transform:translate(-50%)}.text-overlay.top-right{top:0;right:0}.text-overlay.center-left{top:50%;left:0;transform:translateY(-50%)}.text-overlay.center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.text-overlay.center-right{top:50%;right:0;transform:translateY(-50%)}.text-overlay.bottom-left{bottom:0;left:0}.text-overlay.bottom-center{bottom:0;left:50%;transform:translate(-50%)}.text-overlay.bottom-right{bottom:0;right:0}.text-overlay h1{margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.2}.text-overlay h2{margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.text-overlay h3{margin-bottom:.875rem;font-size:2rem;font-weight:600;line-height:1.3}.text-overlay h4{margin-bottom:.75rem;font-size:1.75rem;font-weight:600;line-height:1.3}.text-overlay h5{margin-bottom:.75rem;font-size:1.5rem;font-weight:600;line-height:1.4}.text-overlay h6{margin-bottom:.5rem;font-size:1.25rem;font-weight:600;line-height:1.4}.text-overlay p{opacity:.9;margin-bottom:1rem;font-size:1.1rem;line-height:1.8}.text-overlay span{opacity:.9;font-size:1rem;line-height:1.6}.text-overlay div{opacity:.9;margin-bottom:1rem;font-size:1rem;line-height:1.7}.side-heading{margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.2}.side-subheading{opacity:.9;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.side-text{opacity:.85;font-size:1.1rem;line-height:1.8}@media (width<=1024px){.text-overlay h1{font-size:2.75rem}.text-overlay h2{font-size:2rem}.text-overlay h3{font-size:1.75rem}.text-overlay h4{font-size:1.5rem}.text-overlay h5{font-size:1.3rem}.text-overlay h6{font-size:1.1rem}.text-overlay p,.text-overlay span,.text-overlay div{font-size:1rem}.side-heading{font-size:2.5rem}.side-subheading{font-size:1.3rem}.side-text{font-size:1rem}}@media (width<=768px){.form-split,.form-left,.form-right{flex-direction:column}.side-panel{visibility:hidden!important;width:0!important;height:0!important;display:none!important;overflow:hidden!important}.form-section{min-height:100%;padding:2rem 1.5rem;flex:100%!important;width:100%!important;max-width:100%!important}.form-wrapper{max-width:100%}}.auth-card{background:#fff;border-radius:12px;width:100%;max-width:500px;padding:2rem;box-shadow:0 2px 8px #00000014}.auth-card h2{color:#2c3e50;text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:600}.auth-subtitle{color:#666;text-align:center;margin-bottom:2rem;font-size:1rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:0;display:grid}.form-group input{color:#2c3e50;background:#fff;border:1px solid #ddd;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .3s}.form-group input:focus{border-color:#6366f1;outline:none}.form-group input::placeholder{color:#999}.error-text{color:#dc3545;margin-top:.25rem;font-size:.85rem;display:block}.error-message{color:#721c24;background:#f8d7da;border-radius:8px;margin-bottom:1rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500}.success-message{color:#065f46;background:#d1fae5;border-radius:8px;margin-bottom:1rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500}.verification-card{text-align:center}.verification-icon{color:#6366f1;background:#eef2ff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;display:flex}.verification-icon.success{color:#047857;background:#d1fae5}.verification-icon.error{color:#b91c1c;background:#f8d7da}.recruiter-login-card,.recruiter-register-card{position:relative;overflow:hidden}.recruiter-login-disabled-content,.recruiter-register-disabled-content{filter:blur(1.4px);opacity:.48;pointer-events:none;-webkit-user-select:none;user-select:none}.recruiter-login-coming-soon-overlay,.recruiter-register-coming-soon-overlay{z-index:3;-webkit-backdrop-filter:blur(5px);cursor:default;background:#ffffff75;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.coming-soon-note{color:#1f2937;text-align:center;background:#ffffffc7;border:1px solid #007bff38;border-radius:8px;max-width:320px;padding:14px 22px;font-size:1rem;font-weight:700;line-height:1.35;box-shadow:0 12px 32px #0f172a1f}.verification-copy{color:#4b5563;margin:0 0 1.25rem;font-size:.95rem;line-height:1.5}.verification-actions{grid-template-columns:1fr;gap:.75rem;display:grid}.verification-actions .btn-primary,.verification-actions .btn-secondary{border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:.75rem 1rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.verification-actions .btn-secondary{color:#374151;background:#fff;border:1px solid #d1d5db}.verification-actions .btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.auth-card .btn-primary{cursor:pointer;width:100%;background:linear-gradient(90deg, var(--button-color,#6366f1) 0%, var(--button-color-light,#8b5cf6) 100%)!important;color:#fff!important;box-shadow:0 4px 12px var(--button-shadow,#6366f14d)!important;border:none!important;border-radius:8px!important;padding:.875rem 1rem!important;font-size:1rem!important;font-weight:600!important;transition:all .3s!important}.auth-card .btn-primary:hover:not(:disabled){box-shadow:0 6px 16px var(--button-shadow-hover,#6366f166)!important;transform:translateY(-2px)!important}.auth-card .btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.auth-footer{text-align:center;color:#666;margin-top:1.5rem;font-size:.95rem}.auth-footer a{color:var(--button-color,#6366f1);font-weight:500;text-decoration:none}.dashboard-new{background-color:#f5f5f5;min-height:100vh;padding:2rem 0}.dashboard-container{max-width:1200px;margin:0 auto;padding:0 2rem}.dashboard-loading{color:#666;justify-content:center;align-items:center;min-height:60vh;font-size:1.2rem;display:flex}.welcome-header{margin-bottom:2rem}.welcome-header h1{color:#2c3e50;margin-bottom:.5rem;font-size:2.5rem;font-weight:600}.welcome-header .subtitle{color:#666;margin:0;font-size:1.1rem}.completion-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 3px 12px #00000026}.completion-card h2{color:#2c3e50;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.progress-bar-container{margin-bottom:1rem}.progress-bar{background:#e9ecef;border-radius:25px;align-items:stretch;width:100%;display:flex;position:relative;overflow:hidden;height:50px!important;min-height:50px!important;max-height:50px!important}.progress-fill{background:linear-gradient(90deg,#6366f1 0%,#8b5cf6 100%);border-radius:25px;justify-content:center;align-items:center;min-width:75px;transition:width .5s;display:flex;position:relative;height:50px!important;min-height:50px!important;max-height:50px!important}.progress-percentage{color:#fff;white-space:nowrap;text-align:center;font-size:1rem;font-weight:700;line-height:1}.completion-message{color:#6366f1;margin:0;font-size:.95rem}.dashboard-new .actions-grid{gap:1.5rem;margin-bottom:2rem;grid-template-columns:repeat(3,1fr)!important;display:grid!important}@media (width<=992px){.dashboard-new .actions-grid{grid-template-columns:repeat(2,1fr)!important}}@media (width<=600px){.dashboard-new .actions-grid{grid-template-columns:1fr!important}}.dashboard-new .action-card,.dashboard-new .action-card:link,.dashboard-new .action-card:visited,.dashboard-new .action-card:hover,.dashboard-new .action-card:active{color:#2c3e50!important;cursor:pointer!important;background:#fff!important;border:1px solid #e9ecef!important;border-radius:12px!important;align-items:flex-start!important;gap:1.5rem!important;padding:2rem!important;text-decoration:none!important;transition:all .3s!important;display:flex!important;box-shadow:0 3px 12px #00000026!important}.dashboard-new .action-card:hover{transform:translateY(-4px)!important;box-shadow:0 8px 24px #0003!important}.dashboard-new .card-icon{border-radius:10px;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;font-size:24px;display:flex;color:#fff!important;background:#2c3e50!important}.card-icon .icon-symbol{color:#fff!important;font-size:24px!important}.card-icon svg{width:24px;height:24px}.card-content{flex:1}.dashboard-new .card-content h3{color:#2c3e50;text-shadow:none;margin:0 0 .5rem;font-size:1.2rem;font-weight:600}.dashboard-new .card-content p{color:#495057;margin:0;font-size:.95rem;font-weight:500;line-height:1.5}.dashboard-new .card-arrow{color:#2c3e50;align-self:center;font-size:1.5rem;font-weight:600;transition:transform .3s}.dashboard-new .action-card:hover .card-arrow{transform:translate(4px)}.account-info-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:2rem;box-shadow:0 3px 12px #00000026}.account-info-card h2{color:#2c3e50;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.info-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.info-item label{color:#666;letter-spacing:.5px;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.info-item p{color:#2c3e50;text-shadow:none;margin:0;font-size:1rem;font-weight:500}@media (width<=768px){.dashboard-container{padding:0 1rem}.welcome-header h1{font-size:2rem}.welcome-header .subtitle{font-size:1rem}.actions-grid{grid-template-columns:1fr}.completion-card,.account-info-card,.action-card{padding:1.5rem}.info-grid{grid-template-columns:1fr;gap:1rem}.progress-bar{height:40px}.progress-percentage{font-size:1rem}}@media (width<=480px){.welcome-header h1{font-size:1.5rem}.action-card{text-align:center;flex-direction:column}.card-arrow{display:none}}.dashboard-new .card-icon{color:#fff!important;background:#2c3e50!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;width:50px!important;min-width:50px!important;height:50px!important;font-size:24px!important;display:flex!important}.card-icon *{color:#fff!important;filter:none!important;background:0 0!important;font-size:24px!important}.card-icon svg{fill:#fff!important;stroke:#fff!important;color:#fff!important}.dashboard-new .card-content h3{color:#2c3e50!important;font-weight:600!important}.dashboard-new .card-content p{color:#495057!important;font-weight:500!important}.job-preferences-page{background-color:#f5f5f5;min-height:100vh;padding:2rem 0}.preferences-container{max-width:1000px;margin:0 auto;padding:0 2rem}.preferences-container h1{color:#2c3e50;margin-bottom:.5rem;font-size:2rem;font-weight:600}.section-title{color:#2c3e50;margin:2rem 0 .5rem;font-size:1.75rem;font-weight:600}.section-description{color:#666;margin-bottom:1rem;font-size:.9rem}.preference-section{background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:2rem;box-shadow:0 2px 8px #00000014}.section-label{color:#2c3e50;margin-bottom:1rem;font-size:1rem;font-weight:600;display:block}.checkbox-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.checkbox-item{cursor:pointer;align-items:center;gap:.5rem;display:flex}.checkbox-item .checkbox-input{display:none}.checkbox-label-text{text-align:center;border-radius:8px;flex:1;padding:.75rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s}.checkbox-item:hover .checkbox-label-text{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.autocomplete-container{width:100%;margin-bottom:1rem;position:relative}.input-group{gap:1rem;margin-bottom:1rem;display:flex}.location-input{color:#2c3e50;background:#fff;border:1px solid #ddd;border-radius:8px;flex:1;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .3s}.autocomplete-container .location-input{border-radius:8px}.autocomplete-container .location-input:focus{border-radius:8px 8px 0 0}.location-input:focus{border-color:#6366f1;outline:none}.location-input::placeholder{color:#999}.add-button{color:#666;cursor:pointer;white-space:nowrap;background:#e9ecef;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:500;transition:all .3s}.add-button:hover:not(:disabled){background:#dee2e6}.add-button:disabled{opacity:.5;cursor:not-allowed}.tags-container{flex-wrap:wrap;gap:.75rem;display:flex}.tag{color:#4f46e5;background:#e8e9ff;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:500;display:inline-flex}.tag-remove{color:#4f46e5;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:1.5rem;line-height:1;transition:transform .2s;display:flex}.tag-remove:hover{transform:scale(1.2)}.checkbox-section{background:#fff;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 8px #00000014}.checkbox-label{cursor:pointer;color:#2c3e50;align-items:center;gap:.75rem;font-size:1rem;display:flex}.checkbox-input{cursor:pointer;accent-color:#6366f1;width:20px;height:20px}.actions{flex-direction:column;align-items:flex-end;gap:1rem;display:flex}@media (width<=768px){.preferences-container{padding:0 1rem}.preferences-container h1,.section-title{font-size:1.5rem}.preference-section,.checkbox-section{padding:1.5rem}.checkbox-grid{grid-template-columns:1fr}.input-group{flex-direction:column}.add-button{width:100%}.actions{align-items:stretch}.save-button{width:100%}}@media (width<=480px){.preferences-container h1{font-size:1.25rem}.preference-section,.checkbox-section{padding:1rem}.tag{padding:.4rem .8rem;font-size:.875rem}}.location-input-component{flex-direction:column;gap:1rem;display:flex}.location-field{flex-direction:column;gap:.5rem;display:flex}.location-field label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.location-input-field{border:1px solid var(--border-strong);border-radius:4px;width:100%;padding:10px 12px;font-size:14px;transition:border-color .2s}.location-input-field:focus{border-color:var(--primary);outline:none}.location-input-field:disabled{cursor:not-allowed;background-color:#f5f5f5}.autocomplete-container{position:relative}.autocomplete-dropdown{z-index:100;background:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 8px 8px;max-height:200px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.autocomplete-item{cursor:pointer;padding:.75rem 1rem;transition:background-color .2s}.autocomplete-item:hover{color:#4f46e5;background-color:#f0f0ff}.selected-tag{color:#2e7d32;background:#e8f5e9;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:inline-block}.clear-button{color:#666;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.5rem;line-height:1;transition:color .2s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.clear-button:hover{color:#333}.profile-edit-page{background-color:#f5f5f5;min-height:100vh;padding:2rem 0}.profile-container{max-width:1000px;margin:0 auto;padding:0 2rem}.profile-container h1{color:#2c3e50;margin-bottom:.5rem;font-size:2rem;font-weight:600}.profile-section{background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:2rem;box-shadow:0 2px 8px #00000014}.form-field{margin-bottom:1.5rem}.form-field:last-child{margin-bottom:0}.form-field label{color:#2c3e50;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.profile-input,.profile-textarea{color:#2c3e50;background:#fff;border:1px solid #ddd;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .3s}.profile-input:focus,.profile-textarea:focus{border-color:#6366f1;outline:none}.profile-textarea{resize:vertical;font-family:inherit;line-height:1.5}.profile-input::placeholder,.profile-textarea::placeholder{color:#999}.save-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:8px;padding:.875rem 3rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #6366f14d}.save-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #6366f166}.save-button:disabled{opacity:.6;cursor:not-allowed}.phone-input-container{width:100%}.phone-input-container input{border:1px solid #ddd;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .3s}.phone-input-container input:focus{border-color:#6366f1;outline:none}.phone-input-container input.error{border-color:#dc3545}.phone-input-container .error-text{color:#dc3545;margin-top:.5rem;font-size:.85rem;display:block}@media (width<=768px){.profile-container{padding:0 1rem}.profile-container h1{font-size:1.5rem}.profile-section{padding:1.5rem}.actions{align-items:stretch}.save-button{width:100%}}@media (width<=480px){.profile-container h1{font-size:1.25rem}.profile-section{padding:1rem}}.resume-upload-page{background-color:#f5f5f5;min-height:100vh;padding:2rem 0}.resume-container{max-width:1000px;margin:0 auto;padding:0 2rem}.loading{color:#666;justify-content:center;align-items:center;min-height:60vh;font-size:1.2rem;display:flex}.back-button{color:#6366f1;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 0;font-size:1rem;transition:opacity .3s;display:inline-flex}.back-button:hover{opacity:.7}.resume-container h1{color:#2c3e50;margin-bottom:.5rem;font-size:2rem;font-weight:600}.subtitle{color:#666;margin-bottom:2rem;font-size:1rem}.resume-section{background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:2rem;box-shadow:0 2px 8px #00000014}.section-label{color:#2c3e50;margin-top:0;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.current-resume-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.resume-icon{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.resume-icon svg{color:#fff;width:28px;height:28px}.resume-info{flex:1}.resume-info h3{color:#2c3e50;margin:0 0 .25rem;font-size:1rem;font-weight:600}.resume-info p{color:#666;margin:0;font-size:.9rem}.resume-info .resume-meta{color:#7c8594;margin-top:.35rem;font-size:.85rem}.resume-actions{gap:.75rem;display:flex}.view-button,.delete-button{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .3s}.view-button{color:#fff;background:#6366f1;align-items:center;text-decoration:none;display:inline-flex}.view-button:hover{background:#4f46e5;transform:translateY(-1px)}.delete-button{color:#dc3545;background:#fff;border:1px solid #dc3545}.delete-button:hover:not(:disabled){color:#fff;background:#dc3545}.delete-button:disabled{opacity:.5;cursor:not-allowed}.upload-area{text-align:center;background:#fafafa;border:2px dashed #ddd;border-radius:12px;padding:3rem 2rem;transition:all .3s;position:relative}.upload-area:hover{background:#f8f9ff;border-color:#6366f1}.upload-area.dragging{background:#f0f2ff;border-width:3px;border-color:#6366f1}.upload-area.dragging .upload-icon{transform:scale(1.1)}.upload-icon{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.upload-icon svg{color:#fff;width:32px;height:32px}.upload-text h3{color:#2c3e50;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.upload-text p{color:#999;margin:0 0 1rem;font-size:.9rem;font-weight:500}.upload-hint{color:#999!important;margin:1rem 0 0!important;font-size:.85rem!important}.file-input{display:none}.file-input-label{color:#6366f1;cursor:pointer;background:#fff;border:2px solid #6366f1;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block}.file-input-label:hover{color:#fff;background:#6366f1;transform:translateY(-2px)}.selected-file{background:#fff;border:1px solid #e0e0e0;border-radius:8px;align-items:center;gap:1rem;margin-top:1.5rem;padding:1rem 1.25rem;display:flex;box-shadow:0 2px 4px #0000000d}.file-icon{flex-shrink:0;font-size:2rem}.file-details{text-align:left;flex:1}.file-name{color:#2c3e50;margin:0 0 .25rem;font-size:.95rem;font-weight:600}.file-size{color:#666;margin:0;font-size:.85rem}.remove-file-button{color:#999;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:1.5rem;line-height:1;transition:all .2s;display:flex}.remove-file-button:hover{color:#dc3545;background:#f0f0f0}.actions{flex-direction:column;align-items:flex-end;gap:1rem;margin-top:2rem;display:flex}.message{border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500}.message.success{color:#155724;background:#d4edda}.message.error{color:#721c24;background:#f8d7da}.upload-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:8px;padding:.875rem 3rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #6366f14d}.upload-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #6366f166}.upload-button:disabled{opacity:.6;cursor:not-allowed}.tips-section{background:#f8f9fa;border-left:4px solid #6366f1;border-radius:12px;margin-top:1.5rem;padding:1.5rem}.tips-section h3{color:#2c3e50;margin:0 0 1rem;font-size:1rem;font-weight:600}.tips-section ul{color:#666;margin:0;padding-left:1.5rem}.tips-section li{margin-bottom:.5rem;font-size:.95rem;line-height:1.6}.tips-section li:last-child{margin-bottom:0}@media (width<=768px){.resume-container{padding:0 1rem}.resume-container h1{font-size:1.5rem}.resume-section{padding:1.5rem}.current-resume-card{text-align:center;flex-direction:column}.resume-actions{justify-content:center;width:100%}.upload-area{padding:2rem 1rem}.actions{align-items:stretch}.upload-button{width:100%}}@media (width<=480px){.resume-actions{flex-direction:column}.view-button,.delete-button{text-align:center;justify-content:center;width:100%}}.recruiter-register-card{width:100%;max-width:900px!important}.recruiter-register-card h2{text-align:center;color:#333;margin-bottom:.5rem;font-size:2rem}.subtitle{text-align:center;color:#666;margin-bottom:2rem}.progress-steps{justify-content:space-between;margin-bottom:3rem;display:flex;position:relative}.progress-steps:before{content:"";z-index:0;background:#e0e0e0;height:2px;position:absolute;top:20px;left:10%;right:10%}.step{z-index:1;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.step-number{color:#999;background:#e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.5rem;font-weight:700;transition:all .3s;display:flex}.step.active .step-number{background:var(--button-color,#6366f1);color:#fff}.step-label{color:#999;font-size:.875rem}.step.active .step-label{color:#333;font-weight:600}.packages-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;display:grid}.package-card{cursor:pointer;text-align:center;border:2px solid #e0e0e0;border-radius:12px;padding:2rem;transition:all .3s}.package-card:hover{border-color:var(--button-color,#6366f1);transform:translateY(-5px);box-shadow:0 5px 20px #6366f133}.package-card h3{color:#333;margin-bottom:1rem;font-size:1.5rem}.package-price{color:var(--button-color,#6366f1);margin-bottom:1rem;font-size:2rem;font-weight:700}.package-description{color:#666;margin-bottom:1.5rem;font-size:.9rem}.package-features{text-align:left;margin:1.5rem 0;padding:0;list-style:none}.package-features li{color:#555;padding:.5rem 0 .5rem 1.5rem;position:relative}.package-features li:before{content:"✓";color:var(--button-color,#6366f1);font-weight:700;position:absolute;left:0}.select-package-btn{background:linear-gradient(90deg, var(--button-color,#6366f1) 0%, var(--button-color-light,#8b5cf6) 100%);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.75rem;font-weight:600;transition:transform .2s}.select-package-btn:hover{transform:scale(1.05)}.form-group label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{border:1px solid #ddd;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--button-color,#6366f1);outline:none}.form-group textarea{resize:vertical}.form-actions{gap:1rem;margin-top:2rem;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:8px;flex:1;padding:.875rem;font-size:1rem;font-weight:600;transition:all .3s}.recruiter-register-card .btn-primary{background:linear-gradient(90deg, var(--button-color,#6366f1) 0%, var(--button-color-light,#8b5cf6) 100%);color:#fff}.recruiter-register-card .btn-primary:hover:not(:disabled){box-shadow:0 5px 15px var(--button-shadow,#6366f14d);transform:translateY(-2px)}.recruiter-register-card .btn-secondary{color:var(--button-color,#6366f1);border:2px solid var(--button-color,#6366f1);background:#fff}.error-message{color:#c33;background:#fee;border-left:4px solid #c33;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.form-hint{color:#666;margin-top:.5rem;font-size:.875rem;font-style:italic;display:block}.auth-footer{text-align:center;border-top:1px solid #e0e0e0;margin-top:2rem;padding-top:2rem}.auth-footer p{color:#666;margin:.5rem 0}.recruiter-register-card .auth-footer a{color:var(--button-color,#6366f1);font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media (width<=768px){.recruiter-register-card{padding:2rem 1.5rem}.packages-grid,.form-row{grid-template-columns:1fr}.progress-steps{font-size:.875rem}.step-number{width:30px;height:30px;font-size:.875rem}}.recruiter-dashboard{background:#f7fafc;min-height:100vh;display:flex}.dashboard-sidebar{background:linear-gradient(135deg,#8b5fbf 0%,#6366f1 50%,#4f46e5 100%);flex-direction:column;width:280px;height:100vh;display:flex;position:fixed;overflow-y:auto;box-shadow:2px 0 15px #0003;color:#fff!important}.dashboard-sidebar *,.dashboard-sidebar h2,.dashboard-sidebar h3,.dashboard-sidebar p,.dashboard-sidebar span{color:#fff!important}.sidebar-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-bottom:1px solid #fff3;padding:2rem 1.5rem;color:#fff!important}.dashboard-sidebar .sidebar-header h2{margin:0 0 1.5rem;font-size:1.5rem;font-weight:600;color:#fff!important}.dashboard-sidebar .company-info h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:500;color:#fff!important}.package-badge{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.sidebar-nav{flex:1;padding:1rem 0}.nav-item{color:#ffffffe6;border-left:3px solid #0000;align-items:center;gap:1rem;padding:1rem 1.5rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.nav-item:hover{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-left-color:#fff}.nav-item.active{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-left-color:#fff;font-weight:600}.nav-icon{text-align:center;color:#fffc;width:20px;font-size:1.1rem}.sidebar-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-top:1px solid #fff3;padding:1rem 1.5rem}.logout-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:12px;align-items:center;gap:1rem;width:100%;padding:1rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.logout-btn:hover{background:#ffffff40;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.dashboard-main{flex:1;margin-left:280px;display:block}.dashboard-header{background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding:2rem;display:flex;box-shadow:0 2px 8px #0000000d}.user-welcome h1{color:#333;margin:0 0 .5rem;font-size:1.75rem}.user-welcome p{color:#666;margin:0}.usage-summary{gap:2rem;display:flex}.usage-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;min-width:120px;padding:1rem;display:flex;box-shadow:0 1px 3px #0000001a}.usage-label{color:#718096;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.dashboard-content{box-sizing:border-box;flex:0 auto;width:100%;height:auto;min-height:0;padding:2rem;display:block}.dashboard-loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}@media (width<=1024px){.dashboard-sidebar{width:240px}.dashboard-main{margin-left:240px}.usage-summary{flex-wrap:wrap}}@media (width<=768px){.dashboard-sidebar{width:100%;height:auto;position:relative}.dashboard-main{margin-left:0}.dashboard-header{flex-direction:column;align-items:flex-start}.usage-summary{justify-content:space-around;width:100%}}.dashboard-overview{max-width:1400px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.dashboard-overview .stat-card{border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex;position:relative;box-shadow:0 2px 12px #00000014;color:#1a202c!important;background:#fff!important}.dashboard-overview .stat-card:before{display:none!important}.dashboard-overview .stat-card:hover{border-color:#cbd5e0;transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.dashboard-overview .stat-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.4rem;display:flex;color:#4299e1!important;background:#ebf8ff!important}.dashboard-overview .stat-icon svg{color:#4299e1!important;width:24px!important;height:24px!important}.dashboard-overview .stat-content h3{margin:0 0 .25rem;font-size:2rem;font-weight:700;color:#1a202c!important}.dashboard-overview .stat-content p{margin:0;font-size:.9rem;font-weight:500;color:#718096!important}.package-info-card{background:#fff;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 8px #00000014}.package-info-card h3{color:#333;margin:0 0 1.5rem}.package-limits{flex-direction:column;gap:1.5rem;display:flex}.limit-item{flex-direction:column;gap:.5rem;display:flex}.limit-item>span:first-child{color:#666;font-size:.9rem;font-weight:500}.progress-bar{background:#e0e0e0;border-radius:4px;width:100%;height:8px;overflow:hidden}.progress-fill{background:#4299e1;border-radius:4px;height:100%;transition:width .3s}.limit-text{color:#999;font-size:.875rem}.quick-actions{background:#fff;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 8px #00000014}.quick-actions h3{color:#333;margin:0 0 1.5rem}.actions-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.dashboard-overview .action-card,.dashboard-overview .action-card:link,.dashboard-overview .action-card:visited,.dashboard-overview .action-card:hover,.dashboard-overview .action-card:active{background:#3182ce;border-radius:8px;align-items:center;gap:1rem;padding:1.25rem;font-weight:500;transition:transform .3s,box-shadow .3s;display:flex;color:#fff!important;text-decoration:none!important}.dashboard-overview .action-card span,.dashboard-overview .action-card .action-icon,.dashboard-overview .action-card svg{color:#fff!important}.dashboard-overview .action-card.action-post{background:#2b6cb0}.dashboard-overview .action-card.action-post:hover{box-shadow:0 4px 12px #2b6cb066}.dashboard-overview .action-card.action-search{background:#2c5282}.dashboard-overview .action-card.action-search:hover{box-shadow:0 4px 12px #2c528266}.dashboard-overview .action-card.action-apps{background:#3182ce}.dashboard-overview .action-card.action-apps:hover{box-shadow:0 4px 12px #3182ce66}.dashboard-overview .action-card.action-analytics{background:#4299e1}.dashboard-overview .action-card.action-analytics:hover{box-shadow:0 4px 12px #4299e166}.dashboard-overview .action-card:hover{transform:translateY(-2px)}.dashboard-overview .action-icon{font-size:1.5rem;color:#fff!important}.recent-section{background:#fff;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 8px #00000014}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.section-header h3{color:#333;margin:0}.view-all-link{color:#667eea;font-weight:500;text-decoration:none}.view-all-link:hover{text-decoration:underline}.jobs-list,.applications-list{flex-direction:column;gap:1rem;display:flex}.job-item,.application-item{background:#f8f9ff;border-left:4px solid #667eea;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.job-info h4,.applicant-info h4{color:#333;margin:0 0 .25rem}.job-info p,.applicant-info p{color:#666;margin:0;font-size:.875rem}.job-stats,.application-meta{align-items:center;gap:1rem;display:flex}.status-badge.pending{color:#0c5460;background:#d1ecf1}.status-badge.reviewing{color:#084298;background:#cfe2ff}.stat{color:#666;font-size:.875rem}.date{color:#999;font-size:.875rem}.empty-state{text-align:center;color:#999;padding:3rem}.empty-state p{margin-bottom:1rem}.btn-primary{color:#fff;background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);border-radius:8px;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:transform .3s;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.loading{text-align:center;color:#666;padding:3rem}@media (width<=768px){.stats-grid,.actions-grid{grid-template-columns:1fr}.job-item,.application-item{flex-direction:column;align-items:flex-start;gap:1rem}.job-stats,.application-meta{justify-content:flex-start;width:100%}}How .profile-container{max-width:900px;height:auto;min-height:0;margin:0 auto}.profile-container h1{color:#333;margin:0 0 .5rem;font-size:2rem;font-weight:600}.profile-subtitle{color:#666;margin:0 0 2rem;font-size:1rem}.profile-loading{text-align:center;color:#666;padding:3rem}.alert{border-radius:10px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-weight:500;display:flex}.alert.error{color:#c53030;background:#fff5f5;border:2px solid #fc8181}.alert.error:before{content:"⚠️";font-size:1.25rem}.alert.success{color:#22543d;background:#f0fff4;border:2px solid #68d391}.alert.success:before{content:"✓";font-size:1.25rem;font-weight:700}.profile-form{background:#fff;border-radius:12px;height:auto;min-height:0;padding:2.5rem;box-shadow:0 10px 40px #00000026}.form-section{height:auto;min-height:0;margin-bottom:2.5rem;display:block}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-row-three{grid-template-columns:1fr 1fr 1fr}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.package-section{background:#f8f9ff;border:2px solid #e8ebff;border-radius:12px;padding:2rem}.package-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.package-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem 1.5rem}.package-item span{color:#666;margin-bottom:.25rem;font-size:.875rem;display:block}.package-item strong{color:#333;font-size:1.125rem;font-weight:600;display:block}.form-actions{justify-content:flex-end;margin-top:2rem;display:flex}@media (width<=768px){.profile-form{padding:2rem}.form-row,.package-grid{grid-template-columns:1fr}}.job-openings-container{background:#f5f7fa;max-width:1400px;min-height:80vh;margin:0 auto;padding:2rem}.header-actions{align-items:center;gap:1rem;display:flex}.usage-badge{color:#667eea;background:#f0f4ff;border:2px solid #667eea;border-radius:8px;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600}.filter-tabs{border-bottom:2px solid #e0e0e0;gap:.5rem;margin-bottom:2rem;padding-bottom:0;display:flex}.filter-tabs button{color:#666;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.filter-tabs button:hover{color:#667eea}.filter-tabs button.active{color:#667eea;border-bottom-color:#667eea}.empty-state{text-align:center;background:#fff;border-radius:12px;padding:4rem 2rem;box-shadow:0 2px 8px #0000000d}.empty-icon{margin-bottom:1rem;font-size:4rem}.jobs-list{gap:1.5rem;display:grid}.job-card{background:#fff;border-radius:12px;padding:1.5rem;transition:all .3s;box-shadow:0 2px 8px #0000000d}.job-card:hover{box-shadow:0 4px 16px #0000001a}.job-card-header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.job-title-section h3{color:#333;margin:0 0 1rem;font-size:1.5rem}.job-meta{flex-wrap:wrap;gap:1.5rem;display:flex}.job-status{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.status-badge{text-transform:capitalize;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.featured-badge{color:#fff;background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.job-card-body{margin-bottom:1.5rem}.job-stats{background:#f8f9ff;border-radius:8px;gap:2rem;margin-bottom:1.5rem;padding:1rem;display:flex}.stat-item{align-items:center;gap:.75rem;display:flex}.stat-icon{font-size:1.5rem}.stat-details{flex-direction:column;display:flex}.stat-label{color:#666;font-size:.875rem}.job-description{margin-bottom:1rem}.job-description p{color:#666;margin:0;line-height:1.6}.application-info{background:#fff3cd;border-left:4px solid #ffc107;border-radius:4px;align-items:center;gap:.75rem;margin-top:1rem;padding:1rem;display:flex}.info-label{color:#856404;font-weight:600}.external-link{color:#667eea;font-weight:500;text-decoration:none}.external-link:hover{text-decoration:underline}.job-card-footer{border-top:1px solid #e0e0e0;gap:1rem;padding-top:1.5rem;display:flex}.btn-primary{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-secondary{color:#667eea;cursor:pointer;text-align:center;background:#fff;border:2px solid #667eea;border-radius:8px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-secondary:hover:not(:disabled){background:#f8f9ff}.btn-secondary:disabled{opacity:.5;cursor:not-allowed;color:#999;border-color:#ccc}.btn-danger{color:#dc3545;cursor:pointer;background:#fff;border:2px solid #dc3545;border-radius:8px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}@media (width<=768px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-actions{flex-direction:column;width:100%}.usage-badge{text-align:center;width:100%}.filter-tabs{overflow-x:auto}.filter-tabs button{white-space:nowrap}.job-card-header{flex-direction:column}.job-status{align-items:flex-start}.job-stats{flex-direction:column;gap:1rem}.job-card-footer{flex-direction:column}.btn-primary,.btn-secondary,.btn-danger{width:100%}}.job-form-container{max-width:900px;margin:0 auto;padding:2rem}.job-form{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 10px 40px #00000026}.alert.error{color:#c33;background:#fee;border-left:4px solid #c33}.alert.success{color:#22543d;background:#d4edda;border-left:4px solid #68d391}.form-section{margin-bottom:2.5rem;display:block}.form-section:last-of-type{margin-bottom:0}.form-section h3{color:#333;border-bottom:2px solid #e0e0e0;width:100%;margin:0 0 1.5rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:600}.form-section>.form-group{width:100%;margin-bottom:1.25rem;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:100px}.field-hint{color:#666;margin-top:.5rem;font-size:.875rem;font-weight:400;display:block}.checkbox-group{background:#f8f9ff;border-radius:8px;align-items:center;gap:1rem;padding:1rem;display:flex}.checkbox-group label{cursor:pointer;align-items:center;gap:.75rem;margin:0;font-weight:500;display:flex}.checkbox-group input[type=checkbox]{cursor:pointer;width:20px;height:20px}.radio-group{flex-direction:column;gap:1rem;display:flex}.radio-option{cursor:pointer;border:2px solid #e0e0e0;border-radius:8px;align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .3s;display:flex;margin-bottom:0!important}.radio-option:hover{background:#f8f9ff;border-color:#667eea}.radio-option input[type=radio]{cursor:pointer;flex-shrink:0;width:20px;height:20px;margin-top:.25rem}.radio-option input[type=radio]:checked+span{color:#667eea}.radio-option span{flex-direction:column;flex:1;gap:.5rem;display:flex}.radio-option strong{color:#333;font-size:1rem;font-weight:600}.radio-option small{color:#666;font-size:.875rem;font-weight:400}.form-actions{border-top:2px solid #e0e0e0;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:.875rem 3rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-secondary{color:#667eea;cursor:pointer;background:#fff;border:2px solid #667eea;border-radius:8px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}@media (width<=768px){.job-form-container{padding:1rem}.job-form{padding:2rem}.form-actions{flex-direction:column-reverse}.btn-primary,.btn-secondary{width:100%}.radio-option{flex-direction:column;align-items:flex-start}}.analytics-container{background:#f5f7fa;max-width:1400px;min-height:80vh;margin:0 auto;padding:2rem}.time-range-selector{background:#fff;border-radius:8px;gap:.5rem;padding:.5rem;display:flex;box-shadow:0 2px 8px #0000000d}.time-range-selector button{color:#666;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:6px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.time-range-selector button:hover{color:#667eea;border-color:#667eea}.time-range-selector button.active{color:#fff;background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);border-color:#0000}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.metric-card{background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000d}.metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.metric-icon{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:2.5rem;display:flex}.metric-content{flex:1}.metric-content h3{color:#666;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;font-size:.875rem;font-weight:600}.metric-value{color:#333;margin:0 0 .25rem;font-size:2rem;font-weight:700}.metric-label{color:#999;font-size:.875rem}.analytics-section{background:#fff;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 8px #0000000d}.analytics-section h3{color:#333;border-bottom:2px solid #f0f0f0;margin:0 0 1.5rem;padding-bottom:1rem;font-size:1.5rem}.status-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.status-card{text-align:center;border-radius:12px;padding:1.5rem;transition:all .3s}.status-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.active-card{background:linear-gradient(135deg,#d4edda 0%,#c3e6cb 100%);border:2px solid #28a745}.draft-card{background:linear-gradient(135deg,#f5f5f5 0%,#e9ecef 100%);border:2px solid #6c757d}.paused-card{background:linear-gradient(135deg,#fff3cd 0%,#ffeeba 100%);border:2px solid #ffc107}.closed-card{background:linear-gradient(135deg,#f8d7da 0%,#f5c6cb 100%);border:2px solid #dc3545}.status-count{color:#333;margin-bottom:.5rem;font-size:3rem;font-weight:700}.status-label{color:#666;text-transform:uppercase;letter-spacing:1px;font-size:1rem;font-weight:600}.status-percentage{color:#999;margin-top:.5rem;font-size:.875rem}.top-jobs-list{flex-direction:column;gap:1rem;display:flex}.top-job-item{background:#f8f9ff;border-left:4px solid #667eea;border-radius:12px;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.top-job-item:hover{background:#f0f4ff;transform:translate(4px)}.job-rank{color:#667eea;text-align:center;width:40px;font-size:1.5rem;font-weight:700}.job-details{flex:1}.job-details h4{color:#333;margin:0 0 .25rem;font-size:1.125rem}.job-details p{color:#666;margin:0;font-size:.875rem}.job-metrics{gap:1.5rem;display:flex}.metric-small{color:#333;align-items:center;gap:.5rem;font-weight:600;display:flex}.metric-icon-small{font-size:1.25rem}.performance-table{overflow-x:auto}.performance-table table{border-collapse:collapse;width:100%}.performance-table th{text-align:left;color:#667eea;text-transform:uppercase;letter-spacing:.5px;background:#f8f9ff;border-bottom:2px solid #667eea;padding:1rem;font-size:.875rem;font-weight:600}.performance-table td{color:#333;border-bottom:1px solid #e0e0e0;padding:1rem}.performance-table tr:hover{background:#f8f9ff}.job-title-cell{font-weight:500}.job-title-cell strong{margin-bottom:.25rem;display:block}.featured-tag{color:#fff;background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);border-radius:4px;margin-left:.5rem;padding:.25rem .5rem;font-size:.75rem;display:inline-block}.number-cell{text-align:center;font-weight:600}.status-badge{text-transform:capitalize;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.status-badge.draft{color:#666;background:#f5f5f5}.status-badge.active{color:#155724;background:#d4edda}.status-badge.paused{color:#856404;background:#fff3cd}.status-badge.closed{color:#721c24;background:#f8d7da}.package-info-section{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.package-info-section h3{color:#fff;border-bottom-color:#ffffff4d}.package-features{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.feature-item{background:#ffffff1a;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.feature-label{opacity:.9;font-weight:600}.feature-value{font-size:1.125rem;font-weight:700}.upgrade-prompt{text-align:center;background:#ffffff26;border-radius:8px;padding:1.5rem}.upgrade-prompt p{margin:0;font-size:1rem;font-weight:500}.empty-state-small{text-align:center;color:#999;padding:2rem}.loading{text-align:center;color:#666;background:#fff;border-radius:12px;margin-top:2rem;padding:3rem;font-size:1.1rem}@media (width<=768px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.time-range-selector{width:100%}.time-range-selector button{flex:1;padding:.75rem 1rem;font-size:.875rem}.metrics-grid{grid-template-columns:1fr}.status-grid{grid-template-columns:1fr 1fr}.top-job-item{flex-direction:column;align-items:flex-start}.job-metrics{justify-content:space-around;width:100%}.performance-table{font-size:.875rem}.performance-table th,.performance-table td{padding:.75rem .5rem}.package-features{grid-template-columns:1fr}}.company-analytics-dashboard{background-color:#f7fafc;max-width:1400px;min-height:100vh;margin:0 auto;padding:20px}.dashboard-header{text-align:center;background:#fff;border-radius:12px;margin-bottom:30px;padding:20px;box-shadow:0 2px 8px #0000001a}.dashboard-header h1{color:#1a202c;margin-bottom:10px;font-size:2.5rem;font-weight:700}.dashboard-header p{color:#718096;margin:0;font-size:1.1rem}.dashboard-loading{flex-direction:column;justify-content:center;align-items:center;height:200px;display:flex}.overview-cards{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px;display:grid}.overview-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:15px;padding:25px;transition:all .2s;display:flex;box-shadow:0 2px 12px #00000014}.overview-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.card-icon{color:#fff;background:#4299e1;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;display:flex;box-shadow:0 2px 8px #4299e14d}.card-content h3{color:#1a202c;margin:0 0 5px;font-size:2rem;font-weight:700}.card-content p{color:#718096;margin:0;font-size:.9rem;font-weight:500}.no-companies-message{text-align:center;background:#fff;border-radius:12px;padding:60px 20px;box-shadow:0 2px 8px #0000001a}.no-companies-message h3{color:#e74c3c;margin-bottom:15px;font-size:1.5rem}.no-companies-message p{color:#7f8c8d;font-size:1.1rem}.analytics-content{flex-direction:column;gap:30px;display:flex}.company-selection{background:#fff;border-radius:12px;padding:25px;box-shadow:0 2px 8px #0000001a}.company-selection h2{color:#1a202c;margin-bottom:20px;font-size:1.5rem}.company-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}.company-card{background:#fff;border:2px solid #e9ecef;border-radius:12px;flex-direction:column;padding:24px;transition:all .2s;display:flex;box-shadow:0 2px 4px #00000014}.company-card:hover{border-color:#007bff;transform:translateY(-2px);box-shadow:0 6px 16px #007bff26}.company-card.selected{background:#f8fcff;border-color:#007bff;transform:translateY(-1px);box-shadow:0 6px 20px #007bff33}.company-info{flex:1;margin-bottom:16px}.company-info h3{color:#2c3e50;margin:0 0 8px;font-size:1.2rem;font-weight:600}.company-info p{color:#6c757d;margin:0 0 10px;font-size:.9rem;line-height:1.4}.sponsored-badge{border:1px solid #e5e7eb;border-radius:12px;padding:3px 10px;font-size:.64rem;font-weight:600;display:inline-block;color:#6b7280!important;background:#f3f4f6!important}.access-level{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:12px;padding-top:8px;display:flex}.access-badge{text-transform:uppercase;border-radius:16px;padding:4px 12px;font-size:.8rem;font-weight:600}.access-badge.view{color:#0c5460;background:#d1ecf1}.view-analytics-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#007bff,#0056b3);border:none;border-radius:8px;min-width:80px;padding:10px 20px;font-size:.85rem;font-weight:600;transition:all .2s;box-shadow:0 2px 6px #007bff40}.view-analytics-btn:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-1px);box-shadow:0 4px 12px #007bff59}.view-analytics-btn:active{transform:translateY(0);box-shadow:0 2px 6px #007bff40}.view-analytics-btn:focus{outline:none;box-shadow:0 0 0 3px #007bff40}.view-btn,.company-card .view-analytics-btn~.view-analytics-btn{display:none!important}.access-badge.manage{color:#975a16;background:#fef5e7;border:1px solid #f6d55c}.access-badge.analytics{color:#22543d;background:#f0fff4;border:1px solid #68d391}.access-badge.full{color:#9b2c2c;background:#fed7e2;border:1px solid #fc8181}.statistics-section{background:#fff;border-radius:12px;padding:25px;box-shadow:0 2px 8px #0000001a}.statistics-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-bottom:25px;display:flex}.statistics-header h2{color:#1a202c;margin:0;font-size:1.5rem}.controls{align-items:center;gap:15px;display:flex}.date-range-select{color:#374151;background:#fff;border:1px solid #d2d6dc;border-radius:6px;padding:8px 16px;font-size:.9rem}.export-btn{color:#fff;cursor:pointer;background:#38a169;border:none;border-radius:6px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s;box-shadow:0 2px 4px #38a16933}.export-btn:hover{background:#2f855a;transform:translateY(-1px);box-shadow:0 4px 8px #38a1694d}.stats-loading{flex-direction:column;justify-content:center;align-items:center;height:200px;display:flex}.statistics-content{flex-direction:column;gap:30px;display:flex}.stats-summary{gap:20px;width:100%;max-width:1200px;margin-bottom:30px;margin-left:auto;margin-right:auto;grid-template-rows:1fr 1fr!important;grid-template-columns:1fr 1fr 1fr 1fr!important;display:grid!important}.stats-summary .stat-card{width:100%;height:auto}.stat-card{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;padding:28px 20px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #667eea40}.stat-card:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%);position:absolute;inset:0}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #667eea59}.stat-card h4{opacity:.9;text-transform:uppercase;letter-spacing:.5px;z-index:1;margin:0 0 12px;font-size:.85rem;font-weight:500;position:relative}.stat-number{text-shadow:0 2px 4px #0003;z-index:1;margin:0;font-size:2.2rem;font-weight:700;position:relative}.daily-stats{margin-top:20px}.daily-stats h3{color:#2c3e50;margin-bottom:20px;font-size:1.4rem;font-weight:600}.table-container{background:#fff;border-radius:12px;overflow-x:auto;box-shadow:0 3px 12px #0000001a}.stats-table{border-collapse:collapse;background:#fff;width:100%;font-family:inherit}.stats-table th{color:#fff;text-align:left;text-transform:uppercase;letter-spacing:.5px;z-index:10;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:16px 18px;font-size:.85rem;font-weight:600;position:sticky;top:0}.stats-table td{color:#495057;border-bottom:1px solid #e9ecef;padding:15px 18px;font-size:.9rem;transition:background-color .2s}.stats-table tbody tr:hover{background:#f8f9fa}.stats-table tbody tr:nth-child(2n){background:#fdfdfd}.stats-table tbody tr:nth-child(2n):hover{background:#f8f9fa}.no-stats-message{text-align:center;color:#6c757d;padding:40px;font-size:1.1rem}@media (width<=768px){.company-analytics-dashboard{padding:15px 10px}.dashboard-header h1{font-size:1.8rem}.overview-cards{grid-template-columns:1fr 1fr;gap:15px}.company-grid{grid-template-columns:1fr;gap:16px}.stats-summary{gap:16px;grid-template-rows:repeat(2,1fr)!important;grid-template-columns:repeat(4,1fr)!important}.stat-card{padding:20px 16px}.stat-number{font-size:1.8rem}.controls{flex-direction:column;align-items:stretch;gap:10px}}@media (width<=480px){.overview-cards{grid-template-columns:1fr}.stats-summary{grid-template-rows:repeat(8,1fr);grid-template-columns:1fr}}.candidate-search-container{background:#f5f7fa;max-width:1600px;min-height:80vh;margin:0 auto;padding:2rem}.page-header{border-bottom:2px solid #e0e0e0;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.header-content h2{color:#333;margin:0 0 .5rem;font-size:2rem}.usage-info{background:#fff;border-radius:8px;padding:1rem 1.5rem;box-shadow:0 2px 8px #0000000d}.usage-stats{align-items:center;gap:.75rem;display:flex}.usage-label{color:#666;font-weight:600}.usage-value{color:#667eea;font-size:1.125rem;font-weight:700}.alert{border-radius:8px;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.5rem;display:flex}.alert svg{flex-shrink:0}.search-layout{grid-template-columns:320px 1fr;align-items:start;gap:2rem;display:grid}.search-sidebar{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:2rem}.search-form-card,.search-history-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.search-form-card h3,.search-history-card h3{color:#333;border-bottom:2px solid #f0f0f0;margin:0 0 1.5rem;padding-bottom:1rem;font-size:1.25rem}.form-group input[type=text],.form-group select{border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.75rem;font-size:.875rem;transition:all .3s}.form-group input[type=text]:focus,.form-group select:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.checkbox-group{background:#f8f9ff;border-radius:8px;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.checkbox-label{cursor:pointer;color:#333;align-items:center;gap:.75rem;font-size:.875rem;font-weight:500;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;width:18px;height:18px}.form-actions{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin}.btn-save{color:#fff;background:#4f46e5}.btn-save:hover{background:#4338ca;transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.btn-template{color:#fff;background:#f59e0b;position:relative}.btn-template:hover{background:#d97706}.templates-dropdown{width:100%;position:relative}.templates-menu{z-index:10;background:#fff;border-radius:8px;max-height:300px;margin-top:.5rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 16px #00000026}.template-item{border-bottom:1px solid #f0f0f0;align-items:center;gap:.5rem;padding:.75rem;display:flex}.template-item:last-child{border-bottom:none}.template-load{text-align:left;cursor:pointer;color:#333;background:0 0;border:none;border-radius:4px;flex:1;align-items:center;gap:.5rem;padding:.5rem;font-size:.875rem;font-weight:500;transition:background .2s;display:flex}.template-load:hover{background:#f8f9ff}.template-delete{cursor:pointer;color:#dc3545;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.template-delete:hover{background:#fee}.history-list{flex-direction:column;gap:.75rem;display:flex}.history-item{background:#f8f9ff;border-left:3px solid #667eea;border-radius:6px;padding:.75rem}.history-query{color:#333;margin-bottom:.25rem;font-size:.875rem;font-weight:500}.history-date{color:#999;font-size:.75rem}.search-results{min-height:400px}.results-header{margin-bottom:1.5rem}.results-header h3{color:#333;margin:0;font-size:1.5rem}.candidates-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.candidate-card{background:#fff;border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000d}.candidate-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.candidate-header{align-items:flex-start;gap:1rem;display:flex}.candidate-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.25rem;font-weight:700;display:flex}.candidate-info{flex:1}.candidate-info h4{color:#333;margin:0 0 .25rem;font-size:1.125rem}.candidate-title{color:#667eea;margin:0 0 .5rem;font-size:.875rem;font-weight:600}.candidate-location{color:#666;align-items:center;gap:.25rem;margin:0;font-size:.875rem;display:flex}.candidate-bio{background:#f8f9ff;border-left:3px solid #667eea;border-radius:8px;padding:1rem}.candidate-bio p{color:#555;margin:0;font-size:.875rem;line-height:1.6}.candidate-details{flex-wrap:wrap;gap:.75rem;display:flex}.detail-item{color:#555;background:#f0f0f0;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.detail-item svg{flex-shrink:0}.remote-badge{color:#1976d2;background:#e3f2fd;font-weight:600}.active-badge{color:#2e7d32;background:#e8f5e9;font-weight:600}.candidate-skills{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag.more{color:#666;background:#e0e0e0}.candidate-actions{border-top:1px solid #f0f0f0;align-items:center;gap:.75rem;padding-top:1rem;display:flex}.btn-small{flex:1;justify-content:center;align-items:center;height:40px;padding:.5rem 1rem;font-size:.875rem;display:flex}.candidate-actions a.btn{text-decoration:none}.empty-state,.loading{text-align:center;background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex;box-shadow:0 2px 8px #0000000d}.empty-state svg,.loading svg{color:#ccc;margin-bottom:1.5rem}.empty-state h3{color:#333;margin:0 0 .5rem;font-size:1.5rem}.loading{color:#666;font-size:1.1rem}@media (width<=1200px){.search-layout{grid-template-columns:280px 1fr}.candidates-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (width<=992px){.search-layout{grid-template-columns:1fr}.search-sidebar{position:static}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.usage-info{width:100%}}@media (width<=768px){.candidate-search-container{padding:1rem}.candidates-grid{grid-template-columns:1fr}.candidate-actions{flex-direction:column}.btn-small{width:100%}}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:500px;animation:.3s ease-out modalSlideIn;box-shadow:0 20px 60px #0000004d}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header h3{color:#333;margin:0;font-size:1.25rem}.modal-close{cursor:pointer;color:#666;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.modal-close:hover{color:#333;background:#f0f0f0}.modal-body p{color:#666;margin:0 0 1.5rem;line-height:1.6}.template-preview{background:#f8f9ff;border-left:3px solid #667eea;border-radius:8px;margin-top:1.5rem;padding:1rem}.template-preview h4{color:#333;margin:0 0 .75rem;font-size:.875rem;font-weight:600}.filter-tags{flex-wrap:wrap;gap:.5rem;display:flex}.filter-tag{color:#555;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:.375rem .75rem;font-size:.75rem;font-weight:500}.modal-footer .btn{min-width:120px}.applications-container{max-width:1400px;margin:0 auto;padding:24px}.page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px;display:flex}.header-content h2{color:#1a1a1a;margin:0 0 8px;font-size:28px;font-weight:600}.header-content p{color:#666;margin:0;font-size:14px}.stats-summary{background:#f8f9fa;border-radius:8px;gap:24px;padding:16px 24px;display:flex}.stat-item{flex-direction:column;align-items:center;gap:4px;display:flex}.stat-value{color:#2563eb;font-size:24px;font-weight:700}.stat-label{color:#666;text-transform:uppercase;letter-spacing:.5px;font-size:12px}.filter-tabs{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.filter-tab{cursor:pointer;color:#4b5563;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:6px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s}.filter-tab:hover{background:#e5e7eb}.filter-tab.active{background:#1e40af;border-color:#1e40af;font-weight:600;box-shadow:0 2px 4px #1e40af4d;color:#fff!important}.applications-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px;display:grid}.application-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:16px;padding:20px;transition:all .2s;display:flex}.application-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014}.application-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.applicant-info{flex:1;align-items:center;gap:12px;display:flex}.applicant-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:16px;font-weight:600;display:flex}.applicant-info h3{color:#1a1a1a;margin:0 0 4px;font-size:16px;font-weight:600}.applicant-email{color:#666;margin:0;font-size:13px}.status-badge{text-transform:capitalize;white-space:nowrap;letter-spacing:.3px;border:1px solid #0000;border-radius:20px;padding:6px 14px;font-size:12px;font-weight:700}.status-pending{color:#fff;background:#fbbf24;border-color:#f59e0b}.status-review{color:#fff;background:#3b82f6;border-color:#2563eb}.status-shortlisted{color:#fff;background:#8b5cf6;border-color:#7c3aed}.status-interview{color:#fff;background:#6366f1;border-color:#4f46e5}.status-offered{color:#fff;background:#14b8a6;border-color:#0d9488}.status-accepted{color:#fff;background:#22c55e;border-color:#16a34a}.status-rejected{color:#fff;background:#ef4444;border-color:#dc2626}.status-withdrawn{color:#fff;background:#9ca3af;border-color:#6b7280}.job-title{color:#4b5563;background:#f9fafb;border-radius:6px;align-items:center;gap:8px;padding:10px 12px;font-size:14px;font-weight:600;display:flex}.job-title svg{color:#9ca3af}.cover-letter-preview{color:#666;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.cover-letter-preview p{margin:0}.application-meta{border-top:1px solid #f3f4f6;gap:16px;padding-top:8px;display:flex}.meta-item{color:#6b7280;align-items:center;gap:6px;font-size:13px;display:flex}.meta-item svg{color:#9ca3af}.application-actions{flex-wrap:wrap;gap:8px;padding-top:8px;display:flex}.btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:10px 18px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.btn-small{padding:8px 14px;font-size:13px}.btn-primary{color:#fff;background:#2563eb}.btn-primary:hover{background:#1d4ed8}.btn-primary:disabled{cursor:not-allowed;background:#93c5fd}.btn-secondary{color:#4b5563;background:#f3f4f6;border:1px solid #e5e7eb}.btn-secondary:hover{background:#e5e7eb}.btn-success{color:#fff;background:#4f46e5}.btn-success:hover{background:#4338ca}.btn-danger{color:#fff;background:#ef4444}.btn-danger:hover{background:#dc2626}.empty-state{text-align:center;padding:80px 20px}.empty-state svg{color:#d1d5db;margin-bottom:24px}.empty-state h3{color:#1a1a1a;margin:0 0 8px;font-size:20px;font-weight:600}.empty-state p{color:#6b7280;margin:0;font-size:14px}.loading{text-align:center;color:#6b7280;padding:60px 20px;font-size:16px}.alert{border-radius:8px;margin-bottom:24px;padding:14px 18px;font-size:14px}.alert-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;animation:.3s modalSlideIn;overflow-y:auto}.modal-large{max-width:800px}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:24px;display:flex}.modal-header h3{color:#1a1a1a;margin:0;font-size:20px;font-weight:600}.modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;padding:4px;transition:color .2s}.modal-close:hover{color:#1a1a1a}.modal-body{padding:24px}.applicant-details{border-bottom:1px solid #f3f4f6;align-items:center;gap:20px;margin-bottom:32px;padding-bottom:24px;display:flex}.applicant-avatar-large{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:28px;font-weight:700;display:flex}.applicant-info-detail h2{color:#1a1a1a;margin:0 0 8px;font-size:24px;font-weight:600}.applicant-info-detail p{color:#6b7280;margin:0 0 8px;font-size:14px}.applicant-info-detail .current-title{color:#2563eb;margin-bottom:6px;font-size:15px;font-weight:500}.applicant-info-detail .location{color:#6b7280;align-items:center;gap:6px;margin-bottom:12px;display:flex}.detail-section{margin-bottom:24px}.detail-section h4{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:14px;font-weight:600}.detail-section p{color:#1a1a1a;margin:0;font-size:15px;line-height:1.6}.job-title-large{color:#2563eb!important;font-size:18px!important;font-weight:600!important}.job-department{color:#6b7280;margin-top:4px;font-size:14px}.contact-info{flex-direction:column;gap:12px;display:flex}.contact-item{background:#f9fafb;border-radius:6px;align-items:center;gap:10px;padding:10px;display:flex}.contact-item svg{color:#6b7280;flex-shrink:0}.contact-item a{color:#2563eb;font-size:14px;text-decoration:none}.contact-item a:hover{text-decoration:underline}.upgrade-notice{color:#92400e;background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;align-items:center;gap:12px;padding:16px;display:flex}.upgrade-notice svg{color:#f59e0b;flex-shrink:0}.upgrade-notice p{margin:0;font-size:14px;font-weight:500}.bio-text{color:#374151;line-height:1.7}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.profile-item{flex-direction:column;gap:6px;display:flex}.profile-label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.profile-value{color:#1a1a1a;font-size:14px;font-weight:500}.profile-value.active-looking{color:#4f46e5}.skills-tags{flex-wrap:wrap;gap:8px;display:flex}.skill-tag{color:#4338ca;background:#e0e7ff;border-radius:20px;padding:6px 12px;font-size:13px;font-weight:500}.roles-list{flex-wrap:wrap;gap:8px;display:flex}.role-tag{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;padding:8px 14px;font-size:13px}.salary-range{color:#4f46e5;font-size:16px;font-weight:600}.social-links{flex-wrap:wrap;gap:12px;display:flex}.social-link{color:#1a1a1a;background:#f3f4f6;border-radius:6px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.social-link:hover{background:#e5e7eb;transform:translateY(-1px)}.social-link svg{flex-shrink:0}.cover-letter-full{color:#374151;white-space:pre-wrap;background:#f9fafb;border-radius:8px;padding:16px;font-size:14px;line-height:1.7}.resume-link{color:#2563eb;background:#f3f4f6;border-radius:6px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.resume-link:hover{color:#1d4ed8;background:#e5e7eb}.resume-note{color:#6b7280;margin-top:8px;font-size:12px;font-style:italic}.modal-footer{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;padding:20px 24px;display:flex}.status-actions{justify-content:flex-end;gap:12px;display:flex}.form-group{margin-bottom:20px}.form-group label{color:#374151;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.form-textarea{resize:vertical;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:12px;font-family:inherit;font-size:14px;transition:border-color .2s}.form-textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}@media (width<=1024px){.applications-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}@media (width<=768px){.applications-container{padding:16px}.page-header{flex-direction:column}.stats-summary{justify-content:space-around;width:100%}.applications-grid{grid-template-columns:1fr}.filter-tabs{flex-wrap:nowrap;padding-bottom:8px;overflow-x:auto}.modal-content{border-radius:12px 12px 0 0;max-width:100%;margin:0}.status-actions{flex-direction:column}.status-actions .btn{width:100%}}.static-page-shell{width:100%;max-width:980px;margin:0 auto;padding:48px 20px 72px}.static-page-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:42px;box-shadow:0 14px 40px #0f172a14}.static-page-header{border-bottom:1px solid #e5e7eb;margin-bottom:28px;padding-bottom:24px}.static-page-header h1{color:#111827;margin:0;font-size:2.25rem;font-weight:800;line-height:1.15}.static-page-header p{color:#64748b;margin:14px 0 0;font-size:1.05rem;line-height:1.6}.static-page-content{color:#1f2937;font-size:1rem;line-height:1.75}.static-page-content h2,.static-page-content h3,.static-page-content h4{color:#111827;margin:1.6em 0 .65em;line-height:1.25}.static-page-content p{margin:0 0 1.1em}.static-page-content ul,.static-page-content ol{margin:0 0 1.2em 1.4em;padding:0}.static-page-content a,.static-page-home-link{color:#1565c0;font-weight:700}.static-page-empty{text-align:center}.static-page-empty h1{margin:0 0 12px}.static-page-empty p{color:#64748b;margin:0 0 22px}@media (width<=640px){.static-page-shell{padding:28px 14px 48px}.static-page-card{padding:28px 20px}.static-page-header h1{font-size:1.75rem}}.coming-soon-page{justify-content:center;align-items:center;width:100%;min-height:52vh;padding:56px 20px;display:flex}.coming-soon-panel{-webkit-backdrop-filter:blur(10px);text-align:center;background:#ffffffd1;border:1px solid #1565c029;border-radius:8px;width:min(640px,100%);padding:44px 36px;box-shadow:0 18px 48px #0f172a1f}.coming-soon-icon{color:#fff;background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:20px;font-size:2rem;display:inline-flex}.coming-soon-panel h1{color:#111827;margin:0;font-size:2rem;font-weight:800;line-height:1.2}.coming-soon-panel p{color:#64748b;max-width:460px;margin:16px auto 26px;font-size:1rem;line-height:1.6}.coming-soon-home-link{color:#fff;background:#1565c0;border-radius:8px;justify-content:center;align-items:center;min-height:42px;padding:10px 18px;font-weight:700;text-decoration:none;display:inline-flex}.coming-soon-home-link:hover{color:#fff;background:#0d47a1;text-decoration:none}@media (width<=640px){.coming-soon-page{padding:36px 14px}.coming-soon-panel{padding:32px 22px}.coming-soon-panel h1{font-size:1.6rem}}.contact-page{background:#f8fafc;min-height:70vh;padding:48px 20px}.contact-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;max-width:820px;margin:0 auto;padding:36px;box-shadow:0 16px 48px #0f172a14}.contact-heading{margin-bottom:28px}.contact-heading h1{color:#111827;margin:0 0 10px;font-size:2rem;line-height:1.2}.contact-heading p{color:#4b5563;margin:0;font-size:1rem;line-height:1.6}.contact-form{gap:18px;display:grid}.contact-form .success-message{color:#065f46;background:#d1fae5;border-radius:8px;padding:.85rem 1rem;font-size:.95rem;font-weight:700}.contact-form .error-message{color:#991b1b;background:#fee2e2;border-radius:8px;padding:.85rem 1rem;font-size:.95rem;font-weight:700}.contact-form .form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.contact-form .form-group{gap:8px;display:grid}.contact-form label{color:#374151;font-size:.9rem;font-weight:700}.contact-form input,.contact-form textarea{color:#111827;font:inherit;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:12px 14px;transition:border-color .2s,box-shadow .2s}.contact-form textarea{resize:vertical}.contact-form input:focus,.contact-form textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.contact-submit{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:6px;justify-content:center;justify-self:start;align-items:center;min-height:46px;padding:0 22px;font-size:1rem;font-weight:700;display:inline-flex}.contact-submit:hover:not(:disabled){background:#1d4ed8}.contact-submit:disabled{cursor:not-allowed;opacity:.7}.contact-unavailable{color:#92400e;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:16px;font-weight:700}@media (width<=720px){.contact-page{padding:28px 14px}.contact-card{padding:24px}.contact-form .form-row{grid-template-columns:1fr}}:root{--primary:#4f46e5;--primary-hover:#4338ca;--primary-active:#3730a3;--primary-soft-bg:#eef2ff;--primary-subtle-border:#c7d2fe;--background:#fff;--surface:#f9fafb;--surface-alt:#f3f4f6;--border-light:#e5e7eb;--border-strong:#d1d5db;--text-primary:#111827;--text-secondary:#374151;--text-muted:#6b7280;--text-disabled:#9ca3af;--function-engineering:#2563eb;--function-engineering-bg:#eff6ff;--function-data:#0e7490;--function-data-bg:#f0f9ff;--function-product:#6d28d9;--function-product-bg:#faf5ff;--function-design:#be185d;--function-design-bg:#fdf2f8;--function-marketing:#d97706;--function-marketing-bg:#fffbeb;--function-sales:#ea580c;--function-sales-bg:#fff7ed;--function-support:#16a34a;--function-support-bg:#f0fdf4;--function-finance:#4b5563;--function-finance-bg:#f3f4f6;--function-hr:#0f766e;--function-hr-bg:#ecfdf5;--function-internship:#9333ea;--function-internship-bg:#faf5ff;--env-remote:#2563eb;--env-remote-bg:#eff6ff;--env-hybrid:#7c3aed;--env-hybrid-bg:#f5f3ff;--env-onsite:#4b5563;--env-onsite-bg:#f3f4f6;--status-active:#16a34a;--status-paused:#f59e0b;--status-inactive:#9ca3af;--status-new:#2563eb;--status-error:#dc2626;--link-default:#4f46e5;--link-hover:#4338ca;--link-visited:#3730a3;--divider:#e5e7eb;--divider-strong:#d1d5db;--page-bg:#fff;--card-bg:#f9fafb;--hover-row:#f3f4f6;--selected-row:#eef2ff;--splunk-primary:#4f46e5;--splunk-primary-light:#eef2ff;--splunk-primary-dark:#3730a3;--splunk-secondary:#f9fafb;--splunk-accent:#4f46e5;--splunk-light:var(--background);--splunk-lighter:var(--surface);--splunk-gray-light:var(--border-light);--splunk-gray:var(--border-strong);--splunk-gray-dark:var(--text-muted);--surface-elevated:var(--background);--border-color:var(--border-light);--border-accent:var(--primary);--shadow:0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-primary:0 4px 12px #4f46e540;--gradient-primary:var(--primary);--gradient-secondary:var(--surface);--gradient-light:var(--background);--transition-fast:.15s ease;--transition-normal:.2s ease}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--background);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.text-accent{color:var(--primary)}.bg-surface{background:var(--surface)}.bg-elevated{background:var(--surface-elevated)}.border-accent{border-color:var(--primary)}.shadow{box-shadow:var(--shadow)}.shadow-lg{box-shadow:var(--shadow-lg)}.btn{cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:6px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;border:none}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-primary:active:not(:disabled){background:var(--primary-active)}.btn-secondary{background:var(--surface);border:1px solid var(--border-light);color:var(--text-secondary)}.btn-secondary:hover:not(:disabled){background:var(--surface-alt);border-color:var(--border-strong)}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--card-bg);box-shadow:var(--shadow);border:1px solid var(--border-light);border-radius:8px;padding:1.5rem}.card-header{border-bottom:1px solid var(--divider);margin-bottom:1rem;padding-bottom:1rem}.input{border:1px solid var(--border-strong);background:var(--background);width:100%;color:var(--text-primary);transition:all var(--transition-fast);border-radius:6px;padding:.75rem 1rem;font-size:1rem;font-weight:400}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-subtle-border);background:var(--background);outline:none}.input::placeholder{color:var(--text-disabled)}.select{border:1px solid var(--border-strong);background:var(--background);color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);border-radius:6px;padding:.75rem;font-size:.95rem;font-weight:400}.select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-subtle-border);outline:none}.select:hover{border-color:var(--primary);background:var(--background)}.chip{text-transform:capitalize;white-space:nowrap;align-items:center;border:none!important;border-radius:999px!important;padding:4px 8px!important;font-size:11px!important;font-weight:500!important;line-height:1.2!important;display:inline-flex!important}.chip-engineering{color:var(--function-engineering)!important;background-color:var(--function-engineering-bg)!important}.chip-data{color:var(--function-data)!important;background-color:var(--function-data-bg)!important}.chip-product{color:var(--function-product)!important;background-color:var(--function-product-bg)!important}.chip-design{color:var(--function-design)!important;background-color:var(--function-design-bg)!important}.chip-marketing{color:var(--function-marketing)!important;background-color:var(--function-marketing-bg)!important}.chip-sales{color:var(--function-sales)!important;background-color:var(--function-sales-bg)!important}.chip-support{color:var(--function-support)!important;background-color:var(--function-support-bg)!important}.chip-finance{color:var(--function-finance)!important;background-color:var(--function-finance-bg)!important}.chip-hr{color:var(--function-hr)!important;background-color:var(--function-hr-bg)!important}.chip-internship{color:var(--function-internship)!important;background-color:var(--function-internship-bg)!important}.chip-remote{color:var(--env-remote)!important;background-color:var(--env-remote-bg)!important}.chip-hybrid{color:var(--env-hybrid)!important;background-color:var(--env-hybrid-bg)!important}.chip-onsite{color:var(--env-onsite)!important;background-color:var(--env-onsite-bg)!important}.chip-active{color:var(--status-active)!important;background-color:#f0fdf4!important}.chip-paused{color:var(--status-paused)!important;background-color:#fffbeb!important}.chip-inactive{color:var(--status-inactive)!important;background-color:#f9fafb!important}.chip-new{color:var(--status-new)!important;background-color:#eff6ff!important}.chip-error{color:var(--status-error)!important;background-color:#fef2f2!important}.chip-neutral{background:var(--surface-alt)!important;color:var(--text-secondary)!important;border:1px solid var(--border-light)!important;white-space:nowrap!important;border-radius:999px!important;align-items:center!important;padding:4px 8px!important;font-size:11px!important;font-weight:500!important;display:inline-flex!important}.chip-env-remote{background:var(--env-remote-bg)!important;color:var(--env-remote)!important;white-space:nowrap!important;border:1px solid #2563eb33!important;border-radius:999px!important;padding:4px 8px!important;font-size:11px!important;font-weight:600!important}.chip-env-hybrid{background:var(--env-hybrid-bg)!important;color:var(--env-hybrid)!important;white-space:nowrap!important;border:1px solid #7c3aed33!important;border-radius:999px!important;padding:4px 8px!important;font-size:11px!important;font-weight:600!important}.chip-env-onsite{background:var(--env-onsite-bg)!important;color:var(--env-onsite)!important;white-space:nowrap!important;border:1px solid #4b556333!important;border-radius:999px!important;padding:4px 8px!important;font-size:11px!important;font-weight:600!important}.text-function-engineering{color:var(--function-engineering)}.text-function-data{color:var(--function-data)}.text-function-product{color:var(--function-product)}.text-function-design{color:var(--function-design)}.text-function-marketing{color:var(--function-marketing)}.text-function-sales{color:var(--function-sales)}.text-function-support{color:var(--function-support)}.text-function-finance{color:var(--function-finance)}.text-function-hr{color:var(--function-hr)}.text-function-internship{color:var(--function-internship)}.tags-container .chip[style*=background]{background:inherit!important}.tags-container .chip[style*=color]{color:inherit!important}.tags-container .chip.chip-engineering,.card-section .chip.chip-engineering,span.chip.chip-engineering{background-color:var(--function-engineering-bg)!important;color:var(--function-engineering)!important}.tags-container .chip.chip-data,.card-section .chip.chip-data,span.chip.chip-data{background-color:var(--function-data-bg)!important;color:var(--function-data)!important}.tags-container .chip.chip-product,.card-section .chip.chip-product,span.chip.chip-product{background-color:var(--function-product-bg)!important;color:var(--function-product)!important}.tags-container .chip.chip-design,.card-section .chip.chip-design,span.chip.chip-design{background-color:var(--function-design-bg)!important;color:var(--function-design)!important}.tags-container .chip.chip-marketing,.card-section .chip.chip-marketing,span.chip.chip-marketing{background-color:var(--function-marketing-bg)!important;color:var(--function-marketing)!important}.tags-container .chip.chip-sales,.card-section .chip.chip-sales,span.chip.chip-sales{background-color:var(--function-sales-bg)!important;color:var(--function-sales)!important}.tags-container .chip.chip-support,.card-section .chip.chip-support,span.chip.chip-support{background-color:var(--function-support-bg)!important;color:var(--function-support)!important}.tags-container .chip.chip-finance,.card-section .chip.chip-finance,span.chip.chip-finance{background-color:var(--function-finance-bg)!important;color:var(--function-finance)!important}.tags-container .chip.chip-hr,.card-section .chip.chip-hr,span.chip.chip-hr{background-color:var(--function-hr-bg)!important;color:var(--function-hr)!important}.tags-container .chip.chip-internship,.card-section .chip.chip-internship,span.chip.chip-internship{background-color:var(--function-internship-bg)!important;color:var(--function-internship)!important}a{color:var(--link-default);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--link-hover);text-decoration:underline}a:visited{color:var(--link-visited)}.label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.hover-row:hover{background:var(--hover-row)}.selected-row{background:var(--selected-row)}.app{background:var(--background);min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{min-height:100vh}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;width:100%;max-width:1800px;margin:0 auto;padding:20px}
