:root{--color-bg: #f5f4ef;--color-surface: #fdfcf7;--color-surface-raised: #ffffff;--color-surface-tinted: #f0f4ea;--color-text: #0d1f15;--color-text-body: #1e3528;--color-text-secondary: #3d5445;--color-text-muted: #607a6a;--color-text-inverse: #f5f4ef;--color-green: #1a7044;--color-green-dark: #115533;--color-green-hover: #156038;--color-lime: #a8e63d;--color-lime-muted: rgba(168, 230, 61, .16);--color-border: #dcdad3;--color-border-strong: #b8b5ab;--color-border-focus: #1a7044;--color-success-bg: #eaf4e2;--color-success-border: #a8d48a;--color-success-text: #1a5c30;--color-warning-bg: #fef8e7;--color-warning-border: #e8cc78;--color-warning-text: #7a5400;--color-danger-bg: #fef0ed;--color-danger-border: #e8aa96;--color-danger-text: #922010;--color-info-bg: #edf3fc;--color-info-border: #aec5e8;--color-info-text: #1e4278;--color-neutral-bg: #f0eeea;--color-neutral-border: #d0cdc6;--color-neutral-text: #4a5248;--shadow-card: 0 1px 3px rgba(13, 31, 21, .06), 0 4px 12px rgba(13, 31, 21, .04);--shadow-panel: 0 2px 8px rgba(13, 31, 21, .08), 0 12px 36px rgba(13, 31, 21, .05);--shadow-modal: 0 8px 32px rgba(13, 31, 21, .18), 0 24px 64px rgba(13, 31, 21, .12);--cream: #f5f4ef;--green: #1a7044;--green-dark: #115533;--ink: #0d1f15;--ink-soft: #3d5445;--lime: #a8e63d;--line: #dcdad3;--muted: #607a6a;--surface: #fdfcf7}:root{--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px}*,*:before,*:after{box-sizing:border-box}html{min-height:100%;background:var(--color-bg);scroll-behavior:smooth}body{min-height:100vh;margin:0;background:var(--color-bg);color:var(--color-text-body);font-family:IBM Plex Sans,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px;border-radius:3px}h1,h2,h3,h4,h5,h6{margin:0;font-family:Bricolage Grotesque,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:1.15;color:var(--color-text);letter-spacing:-.01em}h1{font-size:clamp(1.75rem,3vw,2.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.05}h2{font-size:clamp(1.25rem,1.8vw,1.75rem);font-weight:600}h3{font-size:clamp(1rem,1.2vw,1.2rem);font-weight:600}h4{font-size:.9375rem;font-weight:600}h5{font-size:.875rem;font-weight:600}h6{font-size:.8125rem;font-weight:600}p{margin:0;line-height:1.6}.eyebrow{margin:0 0 6px;color:var(--color-text-muted);font-family:IBM Plex Sans,sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.09em;text-transform:uppercase}code,pre,kbd,samp{font-family:IBM Plex Mono,Courier New,monospace;font-size:.875em}button{cursor:pointer;font-family:IBM Plex Sans,sans-serif;font-size:.875rem;font-weight:500;line-height:1;border:0;border-radius:6px;background:var(--color-text);color:var(--color-text-inverse);padding:0 14px;min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:background .15s ease,opacity .15s ease,transform .15s ease,box-shadow .15s ease;white-space:nowrap}button:has(small){justify-content:start;line-height:1.25;white-space:normal}button:has(small)>*{min-width:0}button:hover:not(:disabled){background:var(--color-green-dark)}button:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.45}button.btn-primary,button[class*=btn-primary]{background:var(--color-lime);color:var(--color-text)}button.btn-primary:hover:not(:disabled){background:#9ad030}button.btn-secondary,button.secondary{background:var(--color-surface-raised);color:var(--color-text-body);border:1px solid var(--color-border)}button.btn-secondary:hover:not(:disabled),button.secondary:hover:not(:disabled){background:var(--color-surface-tinted);border-color:var(--color-border-strong)}input,select,textarea{font-family:IBM Plex Sans,sans-serif;font-size:.875rem;font-weight:400;color:var(--color-text-body);background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:6px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}input:focus,select:focus,textarea:focus{border-color:var(--color-green);box-shadow:0 0 0 3px #a8e63d33}input[type=search],input[type=text],input[type=email],input[type=password]{min-height:36px;padding:0 12px}select{min-height:36px;padding:0 32px 0 10px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23607a6a' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}textarea{padding:10px 12px;resize:vertical;line-height:1.5}input::placeholder,textarea::placeholder{color:var(--color-text-muted)}input:disabled,select:disabled,textarea:disabled{opacity:.55;cursor:not-allowed}label{display:grid;gap:6px}label>span{color:var(--color-text-secondary);font-size:.8125rem;font-weight:500}table{width:100%;border-collapse:collapse;font-size:.875rem}thead th{color:var(--color-text-muted);font-size:.6875rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;text-align:left;padding:10px 12px;border-bottom:1px solid var(--color-border);white-space:nowrap}tbody td{padding:11px 12px;border-bottom:1px solid var(--color-border);color:var(--color-text-body);line-height:1.4;vertical-align:top}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:var(--color-surface-tinted)}.pk-card{border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);box-shadow:var(--shadow-card);overflow:hidden}.pk-card--panel{border-radius:10px;box-shadow:var(--shadow-panel)}.pk-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--color-border);background:var(--color-surface-tinted)}.pk-card-body{padding:16px}.pk-badge{display:inline-flex;align-items:center;justify-content:center;min-height:22px;border-radius:4px;font-size:.6875rem;font-weight:600;letter-spacing:.04em;padding:0 7px;white-space:nowrap;line-height:1}.pk-badge--success{background:var(--color-success-bg);color:var(--color-success-text);border:1px solid var(--color-success-border)}.pk-badge--warning{background:var(--color-warning-bg);color:var(--color-warning-text);border:1px solid var(--color-warning-border)}.pk-badge--danger{background:var(--color-danger-bg);color:var(--color-danger-text);border:1px solid var(--color-danger-border)}.pk-badge--info{background:var(--color-info-bg);color:var(--color-info-text);border:1px solid var(--color-info-border)}.pk-badge--neutral{background:var(--color-neutral-bg);color:var(--color-neutral-text);border:1px solid var(--color-neutral-border)}.pk-badge--lime{background:var(--color-lime);color:var(--color-text);border:1px solid rgba(0,0,0,.06)}*{scrollbar-width:thin;scrollbar-color:var(--color-border-strong) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.queue-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(134px,1fr));gap:8px;margin-bottom:16px}.queue-filter{display:grid;min-height:62px;gap:3px;justify-items:start;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#f7f5ee;color:var(--ink);text-align:left;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.queue-filter:hover:not(:disabled),.queue-filter.active{border-color:color-mix(in srgb,var(--green) 58%,var(--line));background:#edf7d8;transform:translateY(-1px)}.queue-filter.active{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--green) 48%,transparent)}.queue-filter:disabled{cursor:not-allowed;opacity:.62;transform:none}.queue-filter span{font-size:.92rem;font-weight:600}.queue-filter small{color:var(--muted);font-size:.74rem;font-weight:500;line-height:1.2}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
