.header-actions{gap:1rem;display:flex}.search-bar{background-color:var(--surface-default);border:1px solid var(--border-strong);border-radius:var(--radius-button);align-items:center;width:150px;padding:.45rem .75rem;display:flex}.search-icon{color:var(--text-tertiary);margin-right:.5rem}.search-input{background:0 0;border:none;outline:none;width:100%}.placeholder-circle{border:2px solid var(--surface-default);border-top-color:#0000;border-radius:50%;width:20px;height:20px}.status-badge{font-size:.75rem}.charts-grid{grid-template-columns:1fr 1fr;gap:1.75rem;display:grid}.chart-card{background-color:var(--surface-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.35rem}.chart-title{font-size:.875rem;font-weight:500}.page-header.dashboard-page-header{background-color:var(--surface-default);border-bottom:1px var(--border-subtle) solid;grid-template-columns:1fr auto;align-items:center;gap:1rem 1.25rem;display:grid}.dashboard-page-header__left{align-items:center;gap:.75rem;min-width:0;display:flex}.dashboard-page-header__navbtns{flex-shrink:0;gap:.2rem;display:flex}.dashboard-page-header__title{white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0;font-size:.85rem;font-weight:600;overflow:hidden}.dashboard-crumb{color:var(--text-secondary);font-size:15px;font-weight:100}.dashboard-crumb--current{color:var(--text-primary);font-size:15px}.dashboard-crumb-sep{color:var(--text-tertiary);font-weight:400}.dashboard-page-header__search{justify-content:center;width:240px;min-width:0;height:100%;display:flex}.search-bar.search-bar--header{width:100%;max-width:320px;height:100%;margin:0 auto}.dashboard-page-header__actions{flex-flow:row;justify-content:space-between;align-items:center;gap:.35rem;display:flex}.icon-btn{border:1px solid var(--border-strong);border-radius:var(--radius-md);width:2rem;height:2rem;color:var(--text-secondary);cursor:pointer;background-color:#f8fafc;justify-content:center;align-items:center;padding:0;transition:background-color .15s,color .15s;display:inline-flex}.icon-btn:hover{background-color:var(--surface-hover);color:var(--text-primary)}.icon-btn--bell{border:1px solid var(--border-strong);width:34px;height:34px;color:var(--text-secondary);border-radius:50%;padding:0}.create-job-btn{width:140px;height:75%;text-decoration:none}@media (max-width:960px){.page-header.dashboard-page-header{grid-template-columns:1fr}.dashboard-page-header__search{order:2}.dashboard-page-header__actions{order:3;justify-content:flex-start}}
