#profileJobsBackBtn.back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#334155;font-family:var(--font-sans);font-size:.8rem;font-weight:600;text-decoration:none;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000000a;outline:0px solid rgba(224,114,3,0);outline-offset:8px;transition:outline .3s ease,outline-offset .3s ease,transform .3s ease}#profileJobsBackBtn.back-button:hover{outline:3px solid rgba(224,114,3,.6);outline-offset:0px;transform:translateY(-2px)}#profileJobsBackBtn.back-button svg{width:18px;height:18px}html[data-theme=dark] #profileJobsBackBtn.back-button{background:#27272a;border-color:#3f3f46;color:#d4d4d8;box-shadow:none}html[data-theme=dark] #profileJobsBackBtn.back-button:hover{outline-color:#e0720380}.profile-jobs-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.25rem}.profile-jobs-title{font-family:var(--font-sans);font-size:1.875rem;line-height:1.15;font-weight:700;color:#0f172a;letter-spacing:-.025em;margin:0}@media(min-width:640px){.profile-jobs-title{font-size:2.25rem}}@media(min-width:768px){.profile-jobs-title{font-size:3rem}}html[data-theme=dark] .profile-jobs-title{color:#fafafa}.profile-jobs-clear-btn{background:transparent;border:none;font-size:12.5px;font-weight:600;color:#64748b;cursor:pointer;padding:.3rem .6rem;border-radius:6px;transition:color .16s ease,background .16s ease;font-family:var(--font-sans)}.profile-jobs-clear-btn:hover{color:#ef4444;background:#ef444414}html[data-theme=dark] .profile-jobs-clear-btn{color:#a1a1aa}html[data-theme=dark] .profile-jobs-clear-btn:hover{color:#f87171;background:#ef44441f}.profile-jobs-subtitle{color:#71717a;font-size:14px;line-height:1.5;margin:0 0 1.25rem}html[data-theme=dark] .profile-jobs-subtitle{color:#a1a1aa}.profile-jobs-filterbar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:1.25rem}.profile-jobs-search-wrap{position:relative;margin-bottom:1rem}.profile-jobs-search-icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}html[data-theme=dark] .profile-jobs-search-icon{color:#71717a}.profile-jobs-search{width:100%;padding:.6rem .85rem .6rem 2.4rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#18181b;font-size:.9rem;outline:none;transition:border-color .15s,box-shadow .15s}.profile-jobs-search:focus{border-color:var(--color-primary, #E07203);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary, #E07203) 18%,transparent)}html[data-theme=dark] .profile-jobs-search{background:#18181b;border-color:#3f3f46;color:#fafafa}.profile-jobs-search::placeholder{color:#94a3b8}html[data-theme=dark] .profile-jobs-search::placeholder{color:#71717a}.profile-jobs-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin:0}.profile-jobs-filter-divider{display:inline-block;width:1px;height:22px;background:#e2e8f0;align-self:center}html[data-theme=dark] .profile-jobs-filter-divider{background:#3f3f46}.profile-jobs-mode-filters .profile-jobs-pill{font-size:12px;padding:.3rem .75rem;background:transparent}html[data-theme=dark] .profile-jobs-mode-filters .profile-jobs-pill{background:transparent}.profile-jobs-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .85rem;border:1px solid #e2e8f0;border-radius:9999px;background:#fff;color:#475569;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .16s ease}.profile-jobs-pill:hover{border-color:#e0720366;color:#18181b}.profile-jobs-pill.is-active{background:#e07203;border-color:#e07203;color:#fff}.profile-jobs-pill-count{display:inline-block;min-width:22px;padding:1px 6px;border-radius:9999px;background:#00000014;font-size:11px;text-align:center}.profile-jobs-pill.is-active .profile-jobs-pill-count{background:#ffffff40}html[data-theme=dark] .profile-jobs-pill{background:#18181b;border-color:#27272a;color:#a1a1aa}html[data-theme=dark] .profile-jobs-pill:hover{color:#fafafa}html[data-theme=dark] .profile-jobs-pill-count{background:#ffffff14}.profile-jobs-list{display:flex;flex-direction:column;gap:.75rem}.profile-jobs-day-group{display:flex;flex-direction:column;gap:.5rem}.profile-jobs-day-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin:.5rem 0 .25rem}html[data-theme=dark] .profile-jobs-day-label{color:#71717a}.profile-jobs-row{display:grid;grid-template-columns:36px 1fr auto auto;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;box-shadow:var(--shadow-card, 0 1px 2px rgba(0, 0, 0, .04));outline:0 solid rgba(224,114,3,0);outline-offset:6px;transition:outline .3s ease,outline-offset .3s ease,transform .2s ease,border-color .2s ease}.profile-jobs-row:hover{outline:2px solid rgba(224,114,3,.55);outline-offset:0px;border-color:#e0720359;transform:translateY(-2px)}html[data-theme=dark] .profile-jobs-row{border-color:#27272a;background:#111114}html[data-theme=dark] .profile-jobs-row:hover{border-color:#fb923c73;outline-color:#fb923c73}.profile-jobs-row.is-resumable{border-left:3px solid rgba(224,114,3,.55);padding-left:calc(1rem - 3px)}html[data-theme=dark] .profile-jobs-row.is-resumable{border-left-color:#fb923c80}.profile-jobs-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#e072031a;color:#e07203}html[data-theme=dark] .profile-jobs-icon{background:#e0720326}.profile-jobs-body{min-width:0}.profile-jobs-name{font-size:14px;font-weight:600;color:#18181b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html[data-theme=dark] .profile-jobs-name{color:#f4f4f5}.profile-jobs-mode{display:inline-flex;align-items:center;padding:1px 6px;border-radius:4px;font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.profile-jobs-mode-boost{background:#e07203;color:#fff;border:1px solid #c86302}html[data-theme=dark] .profile-jobs-mode-boost{background:#d05f00;color:#fff;border-color:#fb923c}.profile-jobs-mode-client{background:transparent;color:#c86302;border:1px solid rgba(224,114,3,.4)}html[data-theme=dark] .profile-jobs-mode-client{background:transparent;color:#fb923c;border-color:#fb923c73}.profile-jobs-tool{display:inline-flex;align-items:center;padding:1px 7px;border-radius:4px;font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;background:#e0720314;color:#c86302;border:1px solid rgba(224,114,3,.22)}html[data-theme=dark] .profile-jobs-tool{background:#fb923c1a;color:#fb923c;border-color:#fb923c47}.profile-jobs-batch-pill{background:#e0720324!important;color:#c86302!important;border:1px solid rgba(224,114,3,.3)!important}html[data-theme=dark] .profile-jobs-batch-pill{background:#fb923c2e!important;color:#fb923c!important;border-color:#fb923c59!important}.profile-jobs-icon-batch{background:#e0720314;border-color:#e0720340;color:#c86302}html[data-theme=dark] .profile-jobs-icon-batch{background:#fb923c1f;border-color:#fb923c4d;color:#fb923c}.profile-jobs-batch-children{margin-top:-.4rem;margin-bottom:.6rem;padding-left:1.5rem;border-left:2px solid rgba(224,114,3,.25);display:flex;flex-direction:column;gap:.4rem}html[data-theme=dark] .profile-jobs-batch-children{border-left-color:#fb923c4d}.profile-jobs-batch-children .profile-jobs-row{padding:.55rem .85rem;background:#e0720308}html[data-theme=dark] .profile-jobs-batch-children .profile-jobs-row{background:#fb923c0d}.profile-jobs-batch-toggle[aria-expanded=true]{background:#e072031f!important;color:#c86302!important}html[data-theme=dark] .profile-jobs-batch-toggle[aria-expanded=true]{background:#fb923c2e!important;color:#fb923c!important}.profile-jobs-meta{display:flex;align-items:center;gap:.4rem;margin-top:.2rem;font-size:12px;color:#64748b;flex-wrap:wrap}html[data-theme=dark] .profile-jobs-meta{color:#a1a1aa}.profile-jobs-format-arrow{opacity:.6}.profile-jobs-meta>span:empty{display:none}.profile-jobs-tool-text{font-weight:600;color:#475569;letter-spacing:.01em}html[data-theme=dark] .profile-jobs-tool-text{color:#d4d4d8}.profile-jobs-mode-mark{display:inline-flex;align-items:center;gap:.2rem;font-weight:600;font-size:11.5px}.profile-jobs-mode-mark.is-boost{color:#c86302}html[data-theme=dark] .profile-jobs-mode-mark.is-boost{color:#fb923c}.profile-jobs-mode-mark.is-client{color:#64748b}html[data-theme=dark] .profile-jobs-mode-mark.is-client{color:#a1a1aa}.profile-jobs-meta-dot{color:#cbd5e1;font-weight:400;user-select:none}html[data-theme=dark] .profile-jobs-meta-dot{color:#52525b}.profile-jobs-errortext{margin-top:.3rem;font-size:11.5px;color:#94a3b8;font-style:italic;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}html[data-theme=dark] .profile-jobs-errortext{color:#71717a}.profile-jobs-progress{grid-column:2 / -1;height:4px;border-radius:4px;background:#e2e8f0;margin-top:.5rem;overflow:hidden}html[data-theme=dark] .profile-jobs-progress{background:#27272a}.profile-jobs-progress-bar{height:100%;background:linear-gradient(90deg,#e07203,#f59e0b);transition:width .3s ease}.profile-jobs-status{padding:3px 10px;border-radius:9999px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.profile-jobs-status.is-pending,.profile-jobs-status.is-queued{background:#f59e0b1f;color:#b45309}.profile-jobs-status.is-processing{background:#0ea5e91f;color:#0369a1}.profile-jobs-status.is-completed{background:#10b9811f;color:#047857}.profile-jobs-status.is-failed{background:#ef44441f;color:#b91c1c}.profile-jobs-status.is-cancelled,.profile-jobs-status.is-stale{background:#64748b1f;color:#475569}html[data-theme=dark] .profile-jobs-status.is-pending,html[data-theme=dark] .profile-jobs-status.is-queued{background:#f59e0b2e;color:#fbbf24}html[data-theme=dark] .profile-jobs-status.is-processing{background:#0ea5e92e;color:#38bdf8}html[data-theme=dark] .profile-jobs-status.is-completed{background:#10b9812e;color:#34d399}html[data-theme=dark] .profile-jobs-status.is-failed{background:#ef44442e;color:#fca5a5}html[data-theme=dark] .profile-jobs-status.is-cancelled,html[data-theme=dark] .profile-jobs-status.is-stale{background:#64748b33;color:#cbd5e1}.profile-jobs-actions{display:flex;gap:.25rem}.profile-jobs-btn{padding:.4rem .75rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;font-size:12px;font-weight:600;cursor:pointer;transition:all .16s ease}.profile-jobs-btn:hover{border-color:#e07203;color:#e07203}.profile-jobs-btn.is-primary{background:#e07203;border-color:#e07203;color:#fff}.profile-jobs-btn.is-primary:hover{background:#c86302;color:#fff}.profile-jobs-btn.is-danger:hover{border-color:#ef4444;color:#ef4444}html[data-theme=dark] .profile-jobs-btn{background:#18181b;border-color:#27272a;color:#d4d4d8}.profile-jobs-pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}html[data-theme=dark] .profile-jobs-pagination{border-top-color:#27272a}.profile-jobs-page-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;cursor:pointer;transition:all .16s ease}.profile-jobs-page-btn:hover:not(:disabled){border-color:#e07203;color:#e07203}.profile-jobs-page-btn:disabled{opacity:.35;cursor:not-allowed}html[data-theme=dark] .profile-jobs-page-btn{background:#18181b;border-color:#27272a;color:#d4d4d8}.profile-jobs-page-info{font-size:12.5px;font-weight:600;color:#64748b;min-width:90px;text-align:center}html[data-theme=dark] .profile-jobs-page-info{color:#a1a1aa}.profile-jobs-empty{text-align:center;padding:3rem 1rem;border:1px dashed #e2e8f0;border-radius:12px;color:#64748b}html[data-theme=dark] .profile-jobs-empty{border-color:#27272a;color:#a1a1aa}.profile-jobs-empty-icon{display:block;margin:0 auto .75rem;width:40px;height:40px;opacity:.4}.profile-jobs-empty h3{font-size:1rem;font-weight:600;color:#18181b;margin:0 0 .25rem}html[data-theme=dark] .profile-jobs-empty h3{color:#f4f4f5}@media(max-width:760px){.profile-jobs-title{font-size:1.5rem}.profile-jobs-subtitle{font-size:13px;margin-bottom:1rem}.profile-jobs-filterbar{flex-direction:column;align-items:stretch;gap:.5rem}.profile-jobs-filter-divider{display:none}.profile-jobs-filters{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:.25rem;margin-bottom:.85rem}.profile-jobs-filters::-webkit-scrollbar{display:none}.profile-jobs-pill{flex-shrink:0}}@media(max-width:640px){.profile-jobs-header{align-items:center;gap:.5rem}.profile-jobs-clear-btn{font-size:11.5px;padding:.3rem .55rem;white-space:nowrap}.profile-jobs-row{grid-template-columns:36px 1fr auto;grid-template-areas:"icon body status" "meta meta meta" "actions actions actions";row-gap:.4rem;column-gap:.65rem;padding:.65rem .85rem}.profile-jobs-icon{grid-area:icon;align-self:center}.profile-jobs-body{grid-area:body;align-self:center;min-width:0}.profile-jobs-status{grid-area:status;align-self:center;justify-self:end}.profile-jobs-meta{grid-area:meta;margin-top:0;padding-left:calc(36px + .65rem)}.profile-jobs-actions{grid-area:actions;justify-content:flex-end;margin-top:0;padding-left:calc(36px + .65rem)}.profile-jobs-progress{grid-area:meta}.profile-jobs-btn{padding:.35rem .7rem;font-size:11.5px}.profile-jobs-day-label{font-size:.65rem;letter-spacing:.5px;margin-bottom:.5rem}.profile-jobs-page-info{font-size:12px}}@media(max-width:380px){.profile-jobs-row{grid-template-columns:36px 1fr;grid-template-areas:"icon body" "icon status" "meta meta" "actions actions"}.profile-jobs-status{justify-self:start}.profile-jobs-meta,.profile-jobs-actions{padding-left:0}.profile-jobs-pill{padding:.3rem .65rem;font-size:11.5px}.profile-jobs-mode-filters .profile-jobs-pill{padding:.25rem .55rem;font-size:11px}}
