@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap";:root{--font-display:"Outfit", sans-serif;--font-body:"Plus Jakarta Sans", sans-serif;--accent-cyan:#00f2fe;--accent-blue:#4facfe;--accent-gradient:linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);--accent-gradient-hover:linear-gradient(135deg, #05e6f2 0%, #3e98eb 100%);--border-radius-sm:8px;--border-radius-md:16px;--border-radius-lg:24px;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-normal:.3s cubic-bezier(.4, 0, .2, 1)}:root,:root.theme-light{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-primary:#f8fafc;--bg-secondary:#f1f5f9;--card-bg:#ffffffd9;--card-border:#0000000f;--card-hover-border:#0000001f;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 8px 30px #00000014;--shadow-lg:0 15px 40px #0000001f}:root.theme-dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-primary:#080c14;--bg-secondary:#0f1626;--card-bg:#ffffff08;--card-border:#ffffff0f;--card-hover-border:#ffffff26;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--shadow-sm:0 2px 8px #00000026;--shadow-md:0 8px 30px #0000004d;--shadow-lg:0 15px 40px #00000080}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(at 0 0,#00f2fe0d 0,#0000 50%),radial-gradient(at 100% 100%,#4facfe0d 0,#0000 50%);min-height:100vh;line-height:1.6;overflow-x:hidden}.loading-fallback{height:100vh;font-family:var(--font-display);color:var(--accent-cyan);background-color:var(--bg-primary);letter-spacing:2px;justify-content:center;align-items:center;font-size:1.5rem;animation:1.5s ease-in-out infinite pulse;display:flex}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.remote-scout{flex-direction:column;justify-content:space-between;max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem 1.5rem;display:flex}.remote-scout__header{border-bottom:1px solid var(--card-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:3rem;padding-bottom:1.25rem;display:flex}.remote-scout__logo-area{align-items:center;gap:.75rem;display:flex}.remote-scout__logo-icon{background:var(--accent-gradient);width:44px;height:44px;font-family:var(--font-display);color:var(--bg-primary);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;justify-content:center;align-items:center;font-size:1.35rem;font-weight:700;animation:8s ease-in-out infinite morph;display:flex;box-shadow:0 0 20px #00f2fe4d}.remote-scout__logo-title{font-family:var(--font-display);background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.6rem;font-weight:700;line-height:1.1}.remote-scout__logo-subtitle{color:var(--text-muted);letter-spacing:.5px;font-size:.8rem}.remote-scout__header-controls{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.remote-scout__lang-selector,.remote-scout__theme-selector{background:var(--bg-secondary);border:1px solid var(--card-border);border-radius:var(--border-radius-sm);padding:.25rem;display:flex}.remote-scout__lang-btn,.remote-scout__theme-btn{color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:6px;align-items:center;gap:.35rem;padding:.45rem .9rem;font-size:.85rem;font-weight:500;display:flex}.remote-scout__lang-btn:hover,.remote-scout__theme-btn:hover{color:var(--text-primary)}.remote-scout__lang-btn--active,.remote-scout__theme-btn--active{background:var(--accent-gradient);color:var(--bg-primary);box-shadow:var(--shadow-sm);cursor:default;font-weight:600}.remote-scout__hero{text-align:center;flex-direction:column;gap:1.25rem;max-width:800px;margin:0 auto 3.5rem;display:flex}.remote-scout__hero-badge{color:var(--accent-cyan);text-transform:uppercase;letter-spacing:1px;background:#00f2fe14;border:1px solid #00f2fe26;border-radius:100px;align-self:center;padding:.35rem 1rem;font-size:.75rem;font-weight:600}.remote-scout__hero-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.remote-scout__hero-desc{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.05rem}.remote-scout__scraper-panel{background:radial-gradient(100% 100% at 0 0,#ffffff0a 0%,#ffffff03 100%);margin-bottom:3.5rem}:root.theme-light .remote-scout__scraper-panel{background:radial-gradient(100% 100% at 0 0,#00000003 0%,#00000008 100%)}.remote-scout__scraper-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.remote-scout__scraper-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.35rem;font-size:1.4rem;font-weight:600}.remote-scout__scraper-desc{color:var(--text-secondary);font-size:.9rem}.remote-scout__scraper-status{border:1px solid var(--card-border);background:#ffffff05;border-radius:100px;align-items:center;gap:.65rem;padding:.5rem 1rem;display:flex}.remote-scout__scraper-status-dot{border-radius:50%;width:10px;height:10px}.remote-scout__scraper-status-dot--idle{background:#94a3b8;box-shadow:0 0 10px #94a3b84d}.remote-scout__scraper-status-dot--running{background:var(--accent-cyan);box-shadow:0 0 12px var(--accent-cyan);animation:1.5s ease-in-out infinite pulse-glow}.remote-scout__scraper-status-dot--success{background:#10b981;box-shadow:0 0 12px #10b981}.remote-scout__scraper-status-dot--failed{background:#ef4444;box-shadow:0 0 12px #ef4444}.remote-scout__scraper-status-text{color:var(--text-primary);text-transform:capitalize;font-size:.85rem;font-weight:600}.remote-scout__scraper-actions{border-top:1px solid var(--card-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:1.5rem;display:flex}.remote-scout__scraper-trigger{font-family:var(--font-body);border-radius:var(--border-radius-sm);cursor:pointer;transition:all var(--transition-fast);border:none;align-items:center;gap:.65rem;padding:.8rem 1.6rem;font-size:.95rem;font-weight:600;display:inline-flex}.remote-scout__scraper-trigger:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 0 20px #00f2fe59}.remote-scout__scraper-trigger:disabled{opacity:.7;cursor:not-allowed}.remote-scout__spinner{border:2px solid #080c144d;border-top-color:var(--bg-primary);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.remote-scout__timestamp-badge{color:var(--text-secondary);border:1px solid var(--card-border);border-radius:var(--border-radius-sm);background:#ffffff05;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;display:flex}.remote-scout__clock-icon{width:16px;height:16px;stroke:var(--accent-cyan)}.remote-scout__jobs-section{margin-bottom:4rem}.remote-scout__section-header{border-bottom:1px solid var(--card-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.remote-scout__section-title{font-family:var(--font-display);color:var(--text-primary);font-size:1.5rem;font-weight:600}.remote-scout__search-filters{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.remote-scout__view-selector{background:var(--bg-secondary);border:1px solid var(--card-border);border-radius:var(--border-radius-sm);padding:.25rem;display:flex}.remote-scout__view-btn{color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:6px;align-items:center;gap:.35rem;padding:.4rem .8rem;font-size:.8rem;font-weight:500;display:flex}.remote-scout__view-btn:hover{color:var(--text-primary)}.remote-scout__view-btn--active{background:var(--accent-gradient);color:var(--bg-primary);box-shadow:var(--shadow-sm);cursor:default;font-weight:600}.remote-scout__select{background:var(--bg-secondary) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") no-repeat;appearance:none;border:1px solid var(--card-border);border-radius:var(--border-radius-sm);color:var(--text-primary);font-family:var(--font-body);cursor:pointer;transition:all var(--transition-fast);background-position:right .75rem center;background-size:1.25rem;outline:none;padding:.45rem 2rem .45rem .75rem;font-size:.85rem}.remote-scout__select:focus{border-color:var(--accent-cyan);box-shadow:0 0 8px #00f2fe26}.remote-scout__empty-state{text-align:center;color:var(--text-secondary);padding:3rem}.remote-scout__jobs-list{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=992px){.remote-scout__jobs-list{grid-template-columns:repeat(2,1fr)}}.remote-scout__jobs-table-wrapper{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--border-radius-md);box-shadow:var(--shadow-md);overflow-x:auto}.remote-scout__jobs-table{border-collapse:collapse;text-align:left;width:100%;font-size:.875rem}.remote-scout__jobs-table th,.remote-scout__jobs-table td{border-bottom:1px solid var(--card-border);vertical-align:middle;padding:.85rem 1.1rem}.remote-scout__jobs-table th{font-family:var(--font-display);color:var(--text-primary);letter-spacing:.5px;background:#ffffff03;font-weight:600}.remote-scout__jobs-table tr:last-child td{border-bottom:none}.remote-scout__jobs-table tr:hover td{background:#ffffff04}.remote-scout__jobs-table--status-dead{opacity:.6}.remote-scout__jobs-table--status-dead td{background:#ef444403}.remote-scout__jobs-table--status-verify td{border-left:3px solid #f59e0b}.remote-scout__jobs-table--status-verified td{border-left:3px solid #10b981}.remote-scout__jobs-table .table-job-link{font-family:var(--font-display);color:var(--text-primary);font-weight:600;text-decoration:none}.remote-scout__jobs-table .table-job-link:hover{color:var(--accent-cyan)}.remote-scout__jobs-table .table-company{color:var(--accent-cyan);font-weight:500}.remote-scout__jobs-table .table-verified-note{color:#10b981;margin-top:.15rem;font-size:.7rem}.remote-scout__split-container{grid-template-columns:1fr;align-items:stretch;gap:1.5rem;height:650px;display:grid}@media (width>=992px){.remote-scout__split-container{grid-template-columns:4fr 6fr}}.remote-scout__split-list{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--border-radius-md);scrollbar-width:thin;scrollbar-color:var(--card-border) transparent;flex-direction:column;gap:.75rem;height:100%;padding:1rem;display:flex;overflow-y:auto}.remote-scout__split-list::-webkit-scrollbar{width:6px}.remote-scout__split-list::-webkit-scrollbar-thumb{background-color:var(--card-border);border-radius:3px}.remote-scout__split-item{border:1px solid var(--card-border);border-radius:var(--border-radius-sm);cursor:pointer;transition:all var(--transition-fast);background:#ffffff03;border-left:4px solid #0000;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;display:flex}.remote-scout__split-item:hover{border-color:var(--card-hover-border);background:#ffffff05}.remote-scout__split-item--active{border-color:var(--accent-cyan)!important;background:#00f2fe0a!important}.remote-scout__split-item--status-verified{border-left-color:#10b981}.remote-scout__split-item--status-dead{opacity:.6;border-left-color:#ef4444}.remote-scout__split-item--status-verify{border-left-color:#f59e0b}.remote-scout__split-item-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.15rem;font-size:.95rem;font-weight:600;line-height:1.25}.remote-scout__split-item-company{color:var(--accent-cyan);font-size:.8rem;font-weight:500}.remote-scout__split-details{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--border-radius-md);scrollbar-width:thin;scrollbar-color:var(--card-border) transparent;height:100%;overflow-y:auto}.remote-scout__split-details::-webkit-scrollbar{width:6px}.remote-scout__split-details::-webkit-scrollbar-thumb{background-color:var(--card-border);border-radius:3px}.remote-scout__split-details-empty{text-align:center;height:100%;color:var(--text-secondary);border:1.5px dashed var(--card-border);border-radius:var(--border-radius-md);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.remote-scout__split-details-icon{width:48px;height:48px;stroke:var(--text-muted);margin-bottom:1rem;animation:2s ease-in-out infinite bounce}.remote-scout__footer{text-align:center;border-top:1px solid var(--card-border);color:var(--text-muted);padding:2.5rem 0 1rem;font-size:.85rem}.job-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--border-radius-md);transition:all var(--transition-normal);border-left-width:4px;flex-direction:column;justify-content:space-between;padding:1.75rem;display:flex;position:relative;overflow:hidden}.job-card:hover{transform:translateY(-2px)}.job-card--status-verified{border-left-color:#10b981}.job-card--status-verified:hover{border-color:#10b9814d #ffffff26 #ffffff26 #10b981}.job-card--status-dead{opacity:.65;border-left-color:#ef4444}.job-card--status-dead:hover{opacity:.85;border-color:#ef44444d #ffffff1a #ffffff1a #ef4444}.job-card--status-verify{border-left-color:#f59e0b}.job-card--status-verify:hover{border-color:#f59e0b4d #ffffff26 #ffffff26 #f59e0b}.job-card__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.job-card__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.25rem;font-size:1.2rem;font-weight:600;line-height:1.3}.job-card__company{color:var(--accent-cyan);font-size:.95rem;font-weight:600;display:block}.job-card__location{color:var(--text-secondary);margin-top:.15rem;font-size:.8rem;display:inline-block}.job-card__location:before{content:"•";color:var(--text-muted);margin:0 .4rem}.job-card__status-pill{text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-radius:100px;padding:.25rem .65rem;font-size:.7rem;font-weight:700}.job-card__status-pill--verified{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.job-card__status-pill--dead{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.job-card__status-pill--verify{color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b33}.job-card__desc{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.25rem;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.job-card__meta{color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.8rem;display:flex}.job-card__source-tag{color:var(--text-muted);border:1px solid var(--card-border);background:#ffffff05;border-radius:4px;padding:.15rem .5rem;font-size:.75rem}.job-card__verified-badge{color:#10b981;font-size:.75rem}:root.theme-light .job-card__source-tag{background:#00000005}.job-card__workflow{border-top:1px dashed var(--card-border);flex-direction:column;gap:1rem;margin-top:.5rem;margin-bottom:1.5rem;padding-top:1.25rem;display:flex}.job-card__field-group{grid-template-columns:1fr;gap:.75rem;display:grid}@media (width>=576px){.job-card__field-group{grid-template-columns:1fr 1fr}}.job-card__field{flex-direction:column;gap:.35rem;display:flex}.job-card__label{text-transform:uppercase;color:var(--text-muted);letter-spacing:.5px;font-size:.75rem;font-weight:600}.job-card__select,.job-card__input,.job-card__textarea{border:1px solid var(--card-border);border-radius:var(--border-radius-sm);color:var(--text-primary);font-family:var(--font-body);transition:all var(--transition-fast);background:#ffffff05;outline:none;padding:.5rem .75rem;font-size:.85rem}.job-card__select:focus,.job-card__input:focus,.job-card__textarea:focus{border-color:var(--accent-cyan);background:#ffffff0a;box-shadow:0 0 8px #00f2fe26}:root.theme-light .job-card__select,:root.theme-light .job-card__input,:root.theme-light .job-card__textarea{background:#00000003}.job-card__select{appearance:none;cursor:pointer;background:#ffffff05 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") right .75rem center/1.25rem no-repeat;padding-right:2rem}:root.theme-light .job-card__select{background-color:#00000003}.job-card__textarea{resize:vertical;min-height:60px}.job-card__actions{border-top:1px solid var(--card-border);justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.job-card__apply-btn{border-radius:var(--border-radius-sm);text-align:center;padding:.55rem 1.1rem;font-size:.85rem;text-decoration:none}.job-card__audit-controls{gap:.4rem;display:flex}.job-card__action-btn{border-radius:var(--border-radius-sm);border:1px solid var(--card-border);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:#ffffff05;justify-content:center;align-items:center;font-size:.95rem;display:flex}.job-card__action-btn:hover{color:var(--text-primary);transform:scale(1.05)}.job-card__action-btn--approve:hover{color:#10b981;background:#10b98126;border-color:#10b981}.job-card__action-btn--flag-dead:hover{color:#ef4444;background:#ef444426;border-color:#ef4444}.job-card__action-btn--flag-verify:hover{color:#f59e0b;background:#f59e0b26;border-color:#f59e0b}.job-card__action-btn--crash:hover{color:#f97316;background:#f9731626;border-color:#f97316}.job-card__action-btn--delete:hover{color:#ef4444;background:#ef444426;border-color:#ef4444}.card-error-fallback{border-radius:var(--border-radius-md);flex-direction:column;justify-content:space-between;min-height:220px;padding:1.75rem;display:flex;background:radial-gradient(100% 100% at 0 0,#ef44440f 0%,#ffffff03 100%)!important;border:1px solid #ef44444d!important}.card-error-fallback__header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.card-error-fallback__icon{stroke:#ef4444;width:24px;height:24px}.card-error-fallback__title{font-family:var(--font-display);color:#ef4444;font-size:1.15rem;font-weight:600}.card-error-fallback__desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.card-error-fallback__footer{border-top:1px solid #ef444433;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.card-error-fallback__job-name{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:60%;font-size:.8rem;overflow:hidden}.card-error-fallback__retry-btn{font-family:var(--font-body);color:#ef4444;cursor:pointer;border-radius:var(--border-radius-sm);transition:all var(--transition-fast);background:#ef44441a;border:1px solid #ef444433;padding:.5rem 1rem;font-size:.8rem}.card-error-fallback__retry-btn:hover{background:#ef444433;border-color:#ef4444}.section-error-boundary{border-radius:var(--border-radius-md);text-align:center;flex-direction:column;justify-content:space-between;align-items:center;max-width:600px;margin:2rem auto;padding:1.75rem;display:flex;background:radial-gradient(100% 100% at 0 0,#ef44440f 0%,#ffffff03 100%)!important;border:1px solid #ef44444d!important}.section-error-boundary__header{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.section-error-boundary__icon{stroke:#ef4444;width:24px;height:24px}.section-error-boundary__title{font-family:var(--font-display);color:#ef4444;font-size:1.15rem;font-weight:600}.section-error-boundary__desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}@keyframes morph{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:70% 30% 30% 70%/70% 70% 30% 30%}to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 12px var(--accent-cyan);opacity:.8;transform:scale(1)}50%{box-shadow:0 0 20px var(--accent-cyan);opacity:1;transform:scale(1.15)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}
