@charset "UTF-8";.auth-shell{display:grid;grid-template-columns:50% 50%;min-height:100vh;background:var(--auth-canvas);color:var(--auth-text)}.auth-brandpanel{display:flex;flex-direction:column;justify-content:space-between;gap:var(--space-6);padding:var(--space-6) 44px;background-image:var(--auth-panel-overlay, none),var(--auth-panel-image, none),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='520' height='620' viewBox='0 0 520 620'%3E%3Cg transform='rotate(-9 260 310)'%3E%3Cg fill='rgba(255,255,255,0.07)' stroke='rgba(255,255,255,0.30)' stroke-width='1.5'%3E%3Crect x='30' y='80' width='300' height='64' rx='14'/%3E%3Crect x='95' y='172' width='300' height='64' rx='14'/%3E%3Crect x='30' y='264' width='300' height='64' rx='14'/%3E%3Crect x='95' y='356' width='300' height='64' rx='14'/%3E%3Crect x='30' y='448' width='300' height='64' rx='14'/%3E%3C/g%3E%3Ccircle cx='58' cy='112' r='6' fill='%237c6df0'/%3E%3Ccircle cx='123' cy='204' r='6' fill='%234da6ff'/%3E%3Ccircle cx='58' cy='296' r='6' fill='%23f5a623'/%3E%3Ccircle cx='123' cy='388' r='6' fill='%233ecf8e'/%3E%3Ccircle cx='58' cy='480' r='6' fill='%237c6df0'/%3E%3Cg fill='rgba(255,255,255,0.22)'%3E%3Crect x='78' y='104' width='170' height='7' rx='3.5'/%3E%3Crect x='78' y='120' width='104' height='7' rx='3.5'/%3E%3Crect x='143' y='196' width='190' height='7' rx='3.5'/%3E%3Crect x='143' y='212' width='88' height='7' rx='3.5'/%3E%3Crect x='78' y='288' width='150' height='7' rx='3.5'/%3E%3Crect x='78' y='304' width='120' height='7' rx='3.5'/%3E%3Crect x='143' y='380' width='176' height='7' rx='3.5'/%3E%3Crect x='143' y='396' width='96' height='7' rx='3.5'/%3E%3Crect x='78' y='472' width='160' height='7' rx='3.5'/%3E%3Crect x='78' y='488' width='110' height='7' rx='3.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),linear-gradient(155deg,var(--auth-panel-from) 0%,var(--auth-panel-to) 100%);background-size:cover,cover,118% auto,cover;background-position:center,center,left -12% top -8%,center;background-repeat:no-repeat,no-repeat,no-repeat;color:var(--auth-panel-ink)}.auth-brandpanel__mark{display:flex;align-items:center;gap:9px;font-size:.6875rem;font-weight:600;letter-spacing:.17em;text-transform:uppercase}.auth-brandpanel__glyph{display:grid;place-items:center;width:22px;height:22px;border:1.5px solid var(--auth-panel-hairline);border-radius:50%;font-size:.625rem;letter-spacing:0}.auth-formcol{display:flex;flex-direction:column;justify-content:center;padding:var(--space-6) 44px;background:var(--auth-surface)}.auth-formcol__inner{display:flex;flex-direction:column;gap:var(--space-5);width:100%;max-width:348px;margin:0 auto}.auth-formcol__kicker{margin:0;color:var(--auth-brand-strong);font-size:.6875rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.auth-formcol__title{margin:2px 0 5px;font-size:1.6875rem;font-weight:600;letter-spacing:-.02em;color:var(--auth-text)}.auth-formcol__lede{margin:0;font-size:.875rem;color:var(--auth-text-muted)}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field__label{font-size:.78125rem;font-weight:600;color:var(--auth-text)}.auth-field__input{padding:11px 13px;border:1px solid var(--auth-border);border-radius:7px;background:var(--auth-surface);color:var(--auth-text);font-family:inherit;font-size:.875rem}.auth-field__input::placeholder{color:#9295b0}.auth-field__input:focus-visible{outline:2px solid var(--auth-focus);outline-offset:1px;border-color:var(--auth-focus)}.auth-field__input.is-invalid{border-color:var(--color-danger)}.auth-field__error{margin:0;font-size:.75rem;color:var(--color-danger)}.auth-btn{width:100%;padding:12px;border-radius:7px;font-family:inherit;font-size:.90625rem;font-weight:600;cursor:pointer}.auth-btn:focus-visible{outline:2px solid var(--auth-focus);outline-offset:2px}.auth-btn--primary{border:none;background:var(--auth-brand-strong);color:var(--auth-on-brand)}.auth-btn--primary:hover{background:var(--auth-brand-deeper)}.auth-btn--social{display:flex;align-items:center;justify-content:center;gap:9px;padding:11px;border:1px solid var(--auth-border);background:var(--auth-surface);color:var(--auth-text);font-weight:500;font-size:.875rem}.auth-btn--social:hover{background:var(--auth-canvas)}.auth-rule{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--space-3);color:var(--auth-text-muted);font-size:.6875rem;letter-spacing:.12em}.auth-rule:before,.auth-rule:after{content:"";height:1px;background:var(--auth-border)}.auth-helper{margin:0;font-size:.78125rem;line-height:1.65;color:var(--auth-text-muted)}.auth-helper strong{color:var(--auth-text);font-weight:600}.auth-notice__kicker{color:var(--color-danger)}.auth-notice__body{margin:0;line-height:1.6;color:var(--auth-text-muted)}.auth-notice__hint{margin:0;padding-top:var(--space-3);border-top:1px solid var(--auth-border);font-size:.8125rem;line-height:1.6;color:var(--auth-text-muted)}@media(max-width:900px){.auth-shell{grid-template-columns:1fr;min-height:100vh;align-content:start}.auth-brandpanel{min-height:30vh;gap:var(--space-4);padding:var(--space-5);background-size:cover,220px auto,cover;background-position:center,right -30px center,center}.auth-formcol{padding:var(--space-5)}}:root{color-scheme:dark;--color-primary: #7c6df0;--color-primary-subtle: rgba(124, 109, 240, .12);--color-primary-hover: #9b8ef5;--color-danger: #f04f4f;--color-danger-subtle: rgba(240, 79, 79, .12);--color-success: #3ecf8e;--color-success-subtle: rgba(62, 207, 142, .12);--color-warning: #f5a623;--color-warning-subtle: rgba(245, 166, 35, .12);--color-info: #4da6ff;--color-info-subtle: rgba(77, 166, 255, .12);--color-bg: #0f1117;--color-surface: #1a1b26;--color-surface-raised: #1e2030;--color-surface-subtle: #13141f;--color-surface-hover: #252639;--color-text: #e2e4f0;--color-text-secondary: #8b8fa8;--color-text-muted: #555870;--color-border: #2a2b3d;--sidebar-width: 220px;--sidebar-bg: #13141f;--sidebar-border: #1e2030;--dot-discovered: #7c6df0;--dot-in-progress: #4da6ff;--dot-awaiting: #f5a623;--dot-applied: #3ecf8e;--dot-failed: #f04f4f;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--font-mono: "Monaco", "Menlo", "Ubuntu Mono", monospace}.auth-shell{color-scheme:light;--auth-brand: #7c6df0;--auth-brand-strong: #5a49d6;--auth-brand-deeper: #3a2f8f;--auth-brand-subtle: #efedfd;--auth-canvas: #f6f5fc;--auth-surface: #ffffff;--auth-text: #1a1b26;--auth-text-muted: #64678a;--auth-border: #e2e0f2;--auth-focus: #5a49d6;--auth-on-brand: #ffffff;--auth-panel-from: var(--auth-brand-strong);--auth-panel-to: var(--auth-brand-deeper);--auth-panel-image: url(/auth-panel.jpg);--auth-panel-overlay: linear-gradient( 150deg, rgba(58, 47, 143, .92) 0%, rgba(72, 59, 178, .58) 30%, rgba(90, 73, 214, .42) 100% );--auth-panel-ink: #ffffff;--auth-panel-ink-soft: rgba(255, 255, 255, .78);--auth-panel-hairline: rgba(255, 255, 255, .34)}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:16px;line-height:1.5;color:var(--color-text);background:var(--color-bg)}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.3}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-5)}.page-title{font-size:1.5rem;font-weight:700;color:var(--color-text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-1);padding:var(--space-2) var(--space-4);border:1px solid transparent;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s,border-color .15s;text-decoration:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover:not(:disabled){background:var(--color-primary-hover)}.btn--secondary{background:var(--color-surface-raised);color:var(--color-text-secondary);border-color:var(--color-border)}.btn--secondary:hover:not(:disabled){background:var(--color-surface-hover);color:var(--color-text)}.btn--ghost{background:transparent;color:var(--color-text-secondary);border:none}.btn--ghost:hover:not(:disabled){background:var(--color-surface-hover);color:var(--color-text)}.btn--sm{padding:var(--space-1) var(--space-2);font-size:.8rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--color-text);margin-bottom:var(--space-1)}.form-select,.form-input{display:block;width:100%;padding:var(--space-2) var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-raised);color:var(--color-text);font-size:.875rem;cursor:pointer}.form-select::placeholder,.form-input::placeholder{color:var(--color-text-muted)}.form-select:focus,.form-input:focus{outline:2px solid var(--color-primary);outline-offset:1px}.method-pill{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:999px;font-size:.72rem;font-weight:600;line-height:1.2;white-space:nowrap}.method-pill__icon{font-size:.75rem;line-height:1}.method-pill--indeed{background:#5b4ee0;color:#fff}.method-pill--company{background:var(--color-surface-raised);color:var(--color-text-secondary);border:1px solid var(--color-border)}.new-pill{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:.65rem;font-weight:800;letter-spacing:.04em;background:#c64ad5;color:#fff;text-transform:uppercase;line-height:1.2}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:.72rem;font-weight:500;background:var(--color-surface-raised);color:var(--color-text-secondary);border:1px solid var(--color-border);line-height:1.2;white-space:nowrap}.status-pill__dot{width:6px;height:6px;border-radius:50%;background:var(--color-text-muted);flex-shrink:0}.status-pill--discovered .status-pill__dot{background:#7c6df0}.status-pill--queued .status-pill__dot{background:#f5a623}.status-pill--applied .status-pill__dot{background:#3ecf8e}.status-pill--failed .status-pill__dot{background:#f04f4f}.status-pill--manual_required .status-pill__dot{background:#f5a623}.status-pill--awaiting_user_confirmation .status-pill__dot{background:#4da6ff}.status-pill--discarded .status-pill__dot{background:#555870}.badge{display:inline-flex;align-items:center;padding:2px var(--space-2);border-radius:999px;font-size:.75rem;font-weight:500}.badge--discovered{background:var(--color-primary-subtle);color:var(--color-primary)}.badge--queued{background:var(--color-warning-subtle);color:var(--color-warning)}.badge--applied{background:var(--color-success-subtle);color:var(--color-success)}.badge--failed{background:var(--color-danger-subtle);color:var(--color-danger)}.badge--manual_required{background:var(--color-warning-subtle);color:var(--color-warning)}.badge--awaiting{background:var(--color-info-subtle);color:var(--color-info)}.badge--method{background:var(--color-surface-raised);color:var(--color-text-secondary);border:1px solid var(--color-border)}.state-loading,.state-error,.state-empty{padding:var(--space-5);text-align:center;border-radius:var(--radius-md);font-size:.9rem}.state-loading{color:var(--color-text-secondary);background:var(--color-surface-subtle)}.state-error{color:var(--color-danger);background:var(--color-danger-subtle)}.state-empty{color:var(--color-text-secondary);background:var(--color-surface-subtle)}.state-empty p{margin:0}.state-empty__hint{color:var(--color-text-muted);font-size:.85rem;margin-top:var(--space-2)!important}
