@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg:#030712;--surface:#111827;--surface-elevated:#1f2937;--border:#374151;--text-primary:#f9fafb;--text-secondary:#d1d5db;--text-muted:#9ca3af;--brand:#10b981;--brand-hover:#34d399;--brand-dark:#059669;--brand-soft:#10b9811f;--error:#f87171;--error-soft:#f871711f;--font-sans:"Manrope", system-ui, sans-serif;--font-mono:"JetBrains Mono", monospace;--radius-sm:6px;--radius-md:10px;--radius-lg:14px}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;font-size:15px;line-height:1.5}button,input,select{color:inherit;font-family:inherit}button{cursor:pointer}::selection{background:var(--brand-soft);color:var(--text-primary)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--surface-elevated);border:2px solid var(--bg);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--border)}.app-main{max-width:1180px;margin:0 auto;padding:28px 24px}.site-header{z-index:500;background:var(--bg);border-bottom:1px solid var(--border);position:sticky;top:0}.site-header__row{justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;display:flex}.site-header__brand{color:inherit;align-items:center;gap:10px;min-width:0;text-decoration:none;display:flex}.site-header__title{white-space:nowrap;font-size:15px;font-weight:700}.site-header__subtitle{color:var(--text-muted);white-space:nowrap;font-size:11.5px}.site-header__nav--desktop{align-items:center;gap:8px;font-size:13.5px;display:flex}.site-header__navlink{color:var(--text-secondary);border-radius:var(--radius-sm);white-space:nowrap;padding:8px 10px;font-weight:500;text-decoration:none}.site-header__navlink:hover{color:var(--text-primary);background:var(--surface)}.site-header__navlink--button{font-size:inherit;background:0 0;border:none;align-items:center;gap:4px;font-family:inherit;display:flex}.site-header__caret{opacity:.7;font-size:10px}.site-header__dropdown{position:relative}.site-header__menu{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);z-index:510;flex-direction:column;gap:2px;min-width:220px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 32px #00000073}.site-header__menu-item{color:var(--text-secondary);border-radius:var(--radius-sm);white-space:nowrap;padding:9px 10px;font-size:13.5px;text-decoration:none}.site-header__menu-item:hover{background:var(--surface-elevated);color:var(--text-primary)}.site-header__menu-item--all{color:var(--brand);border-top:1px solid var(--border);margin-top:4px;padding-top:10px;font-weight:600}.site-header__hamburger{border:1px solid var(--border);border-radius:var(--radius-sm);background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:36px;height:36px;padding:0;display:none}.site-header__hamburger span{background:var(--text-primary);border-radius:2px;width:16px;height:2px}.site-header__mobile-panel{display:none}@media (width<=860px){.site-header__nav--desktop{display:none}.site-header__hamburger{display:flex}.site-header__row{padding:14px 16px}.site-header__mobile-panel{border-top:1px solid var(--border);flex-direction:column;gap:2px;padding:8px 16px 16px;display:flex}.site-header__mobile-heading{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);padding:10px 8px 4px;font-size:11px;font-weight:700}.site-header__mobile-link{text-align:left;color:var(--text-secondary);border-radius:var(--radius-sm);background:0 0;border:none;padding:11px 8px;font-family:inherit;font-size:14px;font-weight:500}.site-header__mobile-link:hover{background:var(--surface);color:var(--text-primary)}.site-header__mobile-divider{background:var(--border);height:1px;margin:8px 0}}.app-main.has-jobs{grid-template-columns:300px minmax(0,1fr) 160px;align-items:start;gap:24px;display:grid}.ad-rail{flex-direction:column;gap:16px;display:flex;position:sticky;top:24px}.site-footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1180px;margin:48px auto 0;padding:24px;display:flex}.site-footer__note{color:var(--text-muted);font-size:12px}.site-footer__nav{flex-wrap:wrap;gap:16px;font-size:12px;display:flex}.site-footer__link{color:var(--text-muted);white-space:nowrap;text-decoration:none}.site-footer__link:hover{color:var(--text-secondary)}@media (width<=640px){.site-footer{flex-direction:column;align-items:flex-start;padding:20px 16px}.site-footer__nav{gap:10px 14px}}.left-column,.settings-area{flex-direction:column;gap:16px;display:flex}.processed-area{flex-direction:column;gap:12px;min-width:0;display:flex}@media (width<=768px){.app-main{padding:16px}.app-main.has-jobs{flex-direction:column;gap:16px;display:flex}.left-column{display:contents}.upload-area{order:1}.processed-area{order:2;width:100%;min-width:0}.settings-area{order:3;width:100%}.ad-rail{flex-flow:wrap;order:4;width:100%;position:static}}
