:root{font-family:Inter,sans-serif;color:#0f172a;background:#f8fafc;color-scheme:light;--ohc-primary: #2563eb;--ohc-primary-strong: #1d4ed8;--ohc-primary-soft: rgba(37, 99, 235, .1);--ohc-bg: #f8fafc;--ohc-surface: #ffffff;--ohc-surface-low: #f1f5f9;--ohc-surface-high: #e2e8f0;--ohc-border: #e2e8f0;--ohc-border-soft: rgba(226, 232, 240, .7);--ohc-text: #0f172a;--ohc-text-muted: #64748b;--ohc-text-subtle: #94a3b8;--ohc-success: #059669;--ohc-success-soft: rgba(16, 185, 129, .12);--ohc-warning: #d97706;--ohc-warning-soft: rgba(245, 158, 11, .12);--ohc-danger: #dc2626;--ohc-danger-soft: rgba(220, 38, 38, .1);--ohc-shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--ohc-shadow: 0 8px 24px rgba(15, 23, 42, .06);--ohc-shadow-lg: 0 24px 48px rgba(15, 23, 42, .12);--ohc-radius-xl: 20px;--ohc-radius-lg: 16px;--ohc-radius-md: 12px;--ohc-radius-sm: 8px}*{box-sizing:border-box}html,body,#root{min-height:100vh}body{margin:0;color:var(--ohc-text);background:var(--ohc-bg);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}button,input,select,textarea{font:inherit}button{border:0;cursor:pointer}a{color:inherit;text-decoration:none}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24}.font-headline{font-family:Manrope,sans-serif}.mono,.font-mono-num{font-family:JetBrains Mono,monospace;font-variant-numeric:tabular-nums}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .32s ease forwards}.animate-slide-up{animation:slideUp .5s cubic-bezier(.16,1,.3,1) forwards}.animate-scale-in{animation:scaleIn .18s ease forwards}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.kbd{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:5px;background:#fff;border:1px solid #e2e8f0;border-bottom-width:2px;color:#475569;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600;line-height:1}.ohc-shell{display:grid;grid-template-columns:256px minmax(0,1fr);min-height:100vh}.ohc-sidebar{position:sticky;top:0;height:100vh;padding:18px 14px;border-right:1px solid var(--ohc-border);background:#f1f5f9;display:flex;flex-direction:column;gap:4px;z-index:40}.ohc-sidebar-brand{display:flex;align-items:center;gap:12px;padding:12px 12px 18px;margin-bottom:6px;border-bottom:1px solid var(--ohc-border)}.ohc-sidebar-badge{width:38px;height:38px;border-radius:10px;background:linear-gradient(140deg,#2563eb,#1d4ed8);color:#fff;display:grid;place-items:center;font-family:Manrope,sans-serif;font-weight:800;font-size:12px;letter-spacing:.06em;box-shadow:0 8px 18px #2563eb52}.ohc-sidebar-brand h2{margin:0;font-family:Manrope,sans-serif;font-size:1rem;font-weight:800;color:#0f172a;letter-spacing:-.01em}.ohc-sidebar-brand p{margin:2px 0 0;font-size:.7rem;color:var(--ohc-text-muted);font-weight:500}.ohc-sidebar-nav{display:flex;flex-direction:column;gap:2px;flex:1}.ohc-sidebar-section-label{font-size:.65rem;font-weight:700;color:var(--ohc-text-subtle);text-transform:uppercase;letter-spacing:.1em;padding:14px 14px 6px}.ohc-sidebar-link{position:relative;display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;background:transparent;border:1px solid transparent;border-radius:10px;color:#475569;font-family:Inter,sans-serif;font-weight:500;font-size:.875rem;text-align:left;transition:.14s ease}.ohc-sidebar-link:hover{background:#ffffffb3;color:#0f172a}.ohc-sidebar-link.is-active{background:#fff;color:#2563eb;border-color:#2563eb;border-width:2px;box-shadow:0 4px 12px #2563eb14;font-weight:600}.ohc-sidebar-link-copy{display:flex;flex-direction:column;gap:1px;line-height:1.25}.ohc-sidebar-link-copy strong{font-size:.9rem;font-weight:700;color:inherit}.ohc-sidebar-link-copy small{font-size:.72rem;font-weight:500;color:var(--ohc-text-muted)}.ohc-sidebar-link.is-active .ohc-sidebar-link-copy small{color:inherit;opacity:.8}.ohc-sidebar-link-marker{position:absolute;left:0;top:10px;bottom:10px;width:4px;background:transparent;border-radius:0 4px 4px 0;transition:.16s ease}.ohc-sidebar-link.is-active .ohc-sidebar-link-marker{background:#2563eb}.ohc-sidebar-link .material-symbols-outlined{font-size:20px;flex-shrink:0}.ohc-sidebar-link-meta{margin-left:auto;font-size:.7rem;font-weight:600;color:var(--ohc-text-subtle);background:#94a3b81f;padding:2px 7px;border-radius:999px}.ohc-sidebar-link.is-active .ohc-sidebar-link-meta{background:#2563eb1a;color:#1d4ed8}.ohc-sidebar-footer{margin-top:auto;padding:14px 12px;border-top:1px solid var(--ohc-border)}.ohc-sidebar-footer-card{display:flex;gap:10px;align-items:flex-start;padding:12px;background:#fff;border:1px solid var(--ohc-border);border-radius:var(--ohc-radius-md)}.ohc-sidebar-footer-card .material-symbols-outlined{color:#2563eb;font-size:20px;margin-top:2px}.ohc-sidebar-footer-card strong{display:block;font-size:.8rem;color:#0f172a;margin-bottom:2px}.ohc-sidebar-footer-card small{font-size:.7rem;color:var(--ohc-text-muted);line-height:1.4}.ohc-main{min-width:0}.ohc-topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 28px;background:#f8fafcd9;border-bottom:1px solid var(--ohc-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.ohc-topbar-left{display:flex;align-items:center;gap:24px}.ohc-topbar-brand{font-family:Manrope,sans-serif;font-size:1.15rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.ohc-topbar-tab{font-family:Manrope,sans-serif;font-size:.9rem;font-weight:700;color:#1d4ed8;border-bottom:2px solid #1d4ed8;padding:4px 0;letter-spacing:-.01em}.ohc-topbar-actions{display:flex;align-items:center;gap:8px}.ohc-cmd-button{display:flex;align-items:center;gap:8px;height:34px;padding:0 12px;background:#fff;border:1px solid var(--ohc-border);border-radius:8px;color:var(--ohc-text-muted);font-size:.85rem;font-weight:500;min-width:240px;transition:.14s}.ohc-cmd-button:hover{border-color:#2563eb4d;color:#0f172a}.ohc-cmd-button .material-symbols-outlined{font-size:16px;color:var(--ohc-text-subtle)}.ohc-icon-button{width:34px;height:34px;border-radius:8px;background:transparent;display:grid;place-items:center;color:var(--ohc-text-muted);transition:.14s}.ohc-icon-button:hover{background:var(--ohc-surface-low);color:#0f172a}.ohc-user-block{display:flex;align-items:center;gap:10px;padding-left:8px;margin-left:4px;border-left:1px solid var(--ohc-border)}.ohc-user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#dbeafe,#93c5fd);color:#1d4ed8;display:grid;place-items:center;font-weight:700;font-size:.85rem;font-family:Manrope,sans-serif}.ohc-user-block strong{display:block;font-size:.8rem;font-weight:600;color:#0f172a;line-height:1.2}.ohc-user-block small{display:block;color:var(--ohc-text-muted);font-size:.7rem;font-weight:500}.ohc-role-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:6px;background:var(--ohc-primary-soft);color:var(--ohc-primary-strong);font-size:.72rem;font-weight:700;letter-spacing:.02em}.ohc-role-pill .material-symbols-outlined{font-size:14px}.ohc-logout{display:flex;align-items:center;gap:4px;padding:6px 10px;background:transparent;color:var(--ohc-text-muted);font-size:.8rem;font-weight:600;border-radius:6px;transition:.14s}.ohc-logout:hover{color:var(--ohc-danger);background:var(--ohc-danger-soft)}.ohc-logout .material-symbols-outlined{font-size:16px}.ohc-main-content{padding:28px 32px 40px;max-width:1600px;margin:0 auto;width:100%}.ohc-stack{display:flex;flex-direction:column;gap:20px}.ohc-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 26px;background:#fff;border:1px solid var(--ohc-border);border-radius:var(--ohc-radius-lg)}.ohc-kicker{margin-bottom:6px;color:var(--ohc-primary);font-family:Inter,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.ohc-page-title{margin:0;font-family:Manrope,sans-serif;font-size:1.75rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;line-height:1.1}.ohc-page-subtitle{max-width:640px;margin:8px 0 0;color:var(--ohc-text-muted);font-size:.9rem;font-weight:400;line-height:1.5}.ohc-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 14px;border-radius:8px;font-size:.85rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:.14s ease}.ohc-button:disabled{opacity:.55;cursor:not-allowed}.ohc-button .material-symbols-outlined{font-size:18px}.ohc-button-primary{background:#2563eb;color:#fff;box-shadow:0 4px 12px #2563eb38}.ohc-button-primary:hover:not(:disabled){background:#1d4ed8;box-shadow:0 6px 16px #2563eb52}.ohc-button-secondary{background:#fff;color:#1d4ed8;border:1px solid rgba(37,99,235,.18)}.ohc-button-secondary:hover:not(:disabled){background:#eff6ff;border-color:#2563eb66}.ohc-button-ghost{background:transparent;color:var(--ohc-text-muted)}.ohc-button-ghost:hover:not(:disabled){background:var(--ohc-surface-low);color:#0f172a}.ohc-button-block{width:100%}.ohc-banner{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:var(--ohc-radius-md);background:#05966914;color:#047857;border:1px solid rgba(5,150,105,.16);font-size:.85rem;font-weight:500}.ohc-banner.is-error{background:var(--ohc-danger-soft);color:var(--ohc-danger);border-color:#dc26262e}.ohc-banner .material-symbols-outlined{font-size:18px}.ohc-panel{background:#fff;border:1px solid var(--ohc-border);border-radius:var(--ohc-radius-lg);padding:22px}.ohc-subpanel{background:#fff;border:1px solid var(--ohc-border);border-radius:var(--ohc-radius-md);padding:18px}.ohc-panel-header,.ohc-subpanel-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.ohc-panel-title,.ohc-subpanel-title{margin:0;font-family:Manrope,sans-serif;font-size:1.05rem;font-weight:800;color:#0f172a;letter-spacing:-.01em}.ohc-panel-copy{margin:4px 0 0;color:var(--ohc-text-muted);font-size:.82rem}.ohc-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ohc-metric-card{position:relative;padding:18px 20px;border-radius:var(--ohc-radius-lg);border:1px solid var(--ohc-border);background:#fff;overflow:hidden;transition:.16s ease}.ohc-metric-card:hover{border-color:#2563eb33;transform:translateY(-1px);box-shadow:var(--ohc-shadow-sm)}.ohc-metric-card:before{content:"";position:absolute;inset:0 0 auto;height:3px}.ohc-metric-card-blue:before{background:#2563eb}.ohc-metric-card-cyan:before{background:#0891b2}.ohc-metric-card-green:before{background:#059669}.ohc-metric-card-red:before{background:#dc2626}.ohc-metric-card-amber:before{background:#d97706}.ohc-metric-label,.ohc-detail-label{display:block;margin-bottom:8px;color:var(--ohc-text-muted);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.ohc-metric-value{font-family:Manrope,sans-serif;font-size:2rem;font-weight:800;line-height:1;color:#0f172a;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.ohc-metric-meta{margin-top:8px;color:var(--ohc-text-muted);font-size:.78rem;font-weight:500}.ohc-dashboard-grid{display:grid;grid-template-columns:1.1fr 1.4fr;gap:16px}.ohc-status-grid,.ohc-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ohc-detail-card{padding:14px 16px;background:var(--ohc-surface-low);border-radius:var(--ohc-radius-md);border:1px solid transparent}.ohc-detail-card strong{font-family:Manrope,sans-serif;font-size:1.4rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.ohc-list{display:flex;flex-direction:column;gap:6px;margin-top:14px}.ohc-list-item{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:12px 14px;border-radius:var(--ohc-radius-md);background:var(--ohc-surface-low);border:1px solid transparent;cursor:pointer;transition:.14s ease;text-align:left}.ohc-list-item:hover,.ohc-list-item.is-active{background:#fff;border-color:#2563eb29;box-shadow:var(--ohc-shadow-sm)}.ohc-list-title,.ohc-table-strong{font-weight:600;color:#0f172a;font-size:.88rem}.ohc-list-meta,.ohc-list-hint,.ohc-table-subtle{color:var(--ohc-text-muted);font-size:.77rem;font-weight:500}.ohc-list-side{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.ohc-chip{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 8px;border-radius:6px;background:#eff6ff;color:var(--ohc-primary-strong);font-size:.7rem;font-weight:700;letter-spacing:.02em}.ohc-status{display:inline-flex;align-items:center;justify-content:center;padding:3px 9px;border-radius:6px;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ohc-status-registered{color:#d97706;background:#f59e0b24}.ohc-status-in_progress{color:#1d4ed8;background:#2563eb1f}.ohc-status-reviewed{color:#7c3aed;background:#7c3aed1f}.ohc-status-finalized{color:#047857;background:#10b98124}.ohc-table-wrap{margin-top:14px;overflow:auto}.ohc-table{width:100%;border-collapse:collapse}.ohc-table th{padding:10px 14px;color:var(--ohc-text-muted);font-family:Inter,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-align:left;border-bottom:1px solid var(--ohc-border)}.ohc-table td{padding:12px 14px;border-bottom:1px solid var(--ohc-border-soft);font-size:.85rem}.ohc-table tbody tr{transition:.12s ease}.ohc-table tbody tr:hover,.ohc-table tbody tr.is-selected{background:#2563eb08}.ohc-empty-state{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;min-height:110px;color:var(--ohc-text-muted);text-align:center;font-size:.85rem;font-weight:500}.ohc-empty-state .material-symbols-outlined{font-size:36px;color:var(--ohc-text-subtle)}.ohc-input,.ohc-textarea{width:100%;border:1px solid var(--ohc-border);border-radius:var(--ohc-radius-md);background:#fff;color:var(--ohc-text);padding:10px 12px;font-size:.88rem;transition:.14s ease;font-family:inherit}.ohc-input:focus,.ohc-textarea:focus{outline:none;border-color:#2563eb80;box-shadow:0 0 0 3px #2563eb1a}.ohc-textarea{min-height:90px;resize:vertical}.ohc-field{display:flex;flex-direction:column;gap:6px}.ohc-field-label{font-size:.7rem;font-weight:700;color:var(--ohc-text-muted);text-transform:uppercase;letter-spacing:.08em}.ohc-login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 20%,rgba(37,99,235,.07),transparent 40%),radial-gradient(circle at 80% 80%,rgba(96,165,250,.08),transparent 45%),#f8fafc}.ohc-login-panel{width:min(1080px,100%);display:grid;grid-template-columns:1.05fr .95fr;gap:16px}.ohc-login-copy,.ohc-login-card{background:#fff;border:1px solid var(--ohc-border);border-radius:var(--ohc-radius-xl);padding:36px;box-shadow:var(--ohc-shadow)}.ohc-login-copy{background:linear-gradient(135deg,#2563eb0a,#fff9),#fff}.ohc-login-copy h1{margin:0;font-family:Manrope,sans-serif;font-size:2.2rem;font-weight:800;color:#0f172a;letter-spacing:-.025em;line-height:1.05}.ohc-login-copy p{margin:14px 0 0;max-width:500px;color:var(--ohc-text-muted);font-size:.92rem;line-height:1.6}.ohc-login-points{display:grid;gap:10px;margin-top:24px}.ohc-login-points>div{padding:14px 16px;background:var(--ohc-surface-low);border:1px solid var(--ohc-border);border-radius:var(--ohc-radius-md)}.ohc-login-points strong{display:block;font-family:Manrope,sans-serif;font-size:.9rem;font-weight:700;color:#0f172a}.ohc-login-points span{display:block;margin-top:4px;color:var(--ohc-text-muted);font-size:.82rem}.ohc-login-form{display:flex;flex-direction:column;gap:14px;margin-top:22px}.ohc-login-brand{display:flex;align-items:center;gap:12px;margin-bottom:6px}.ohc-login-brand h2{margin:0;font-family:Manrope,sans-serif;font-size:1.1rem;font-weight:800;color:#0f172a}.ohc-login-brand p{margin:2px 0 0;font-size:.78rem;color:var(--ohc-text-muted)}.ohc-camp-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.ohc-camp-card{position:relative;text-align:left;padding:14px 16px;background:#fff;border:1px solid var(--ohc-border);border-radius:var(--ohc-radius-md);transition:.16s;cursor:pointer}.ohc-camp-card:hover{border-color:#2563eb4d;transform:translateY(-1px);box-shadow:var(--ohc-shadow-sm)}.ohc-camp-card.is-active{border-color:#2563eb;border-width:2px;background:linear-gradient(160deg,#eff6ff,#fff 60%);box-shadow:0 4px 16px #2563eb1f}.ohc-camp-card-kicker{font-size:.62rem;font-weight:700;color:var(--ohc-text-subtle);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2px}.ohc-camp-card-title{font-family:Manrope,sans-serif;font-size:.9rem;font-weight:700;color:#0f172a;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ohc-camp-card-meta{font-size:.72rem;color:var(--ohc-text-muted);margin-top:2px}.ohc-camp-card-progress{margin-top:10px;height:4px;background:var(--ohc-surface-low);border-radius:999px;overflow:hidden}.ohc-camp-card-progress span{display:block;height:100%;background:linear-gradient(90deg,#2563eb,#0891b2)}.ohc-camp-card-stats{display:flex;align-items:baseline;justify-content:space-between;margin-top:8px}.ohc-camp-card-stats strong{font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums}.ohc-camp-card-stats span{font-size:.7rem;color:var(--ohc-text-subtle);font-weight:600}.ohc-palette-overlay{position:fixed;inset:0;z-index:100;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding-top:96px;animation:fadeIn .18s ease forwards}.ohc-palette-card{width:min(560px,92vw);background:#fff;border:1px solid var(--ohc-border);border-radius:var(--ohc-radius-lg);box-shadow:var(--ohc-shadow-lg);overflow:hidden;animation:scaleIn .18s ease forwards}.ohc-palette-input{width:100%;height:48px;padding:0 14px 0 44px;border:none;border-bottom:1px solid var(--ohc-border);background:transparent;font-size:.95rem;font-weight:500;color:#0f172a;outline:none}.ohc-palette-input::placeholder{color:var(--ohc-text-subtle);font-weight:400}.ohc-palette-results{max-height:360px;overflow-y:auto;padding:6px}.ohc-palette-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border-radius:8px;background:transparent;text-align:left;transition:.12s}.ohc-palette-item:hover,.ohc-palette-item.is-active{background:var(--ohc-surface-low)}.ohc-palette-item-icon{width:28px;height:28px;border-radius:6px;background:#eff6ff;color:#1d4ed8;display:grid;place-items:center;flex-shrink:0}.ohc-palette-item-icon .material-symbols-outlined{font-size:16px}.ohc-palette-item-text strong{display:block;font-size:.85rem;font-weight:600;color:#0f172a}.ohc-palette-item-text small{font-family:JetBrains Mono,monospace;font-size:.7rem;color:var(--ohc-text-muted)}.ohc-palette-footer{border-top:1px solid var(--ohc-border);background:var(--ohc-surface-low);padding:8px 14px;display:flex;align-items:center;justify-content:space-between;font-size:.7rem;color:var(--ohc-text-subtle);font-weight:500}.ohc-keyhint-bar{display:flex;align-items:center;justify-content:center;gap:18px;padding:12px 16px;margin-top:14px;font-size:.72rem;color:var(--ohc-text-subtle);font-weight:500}.ohc-keyhint-bar>span{display:inline-flex;align-items:center;gap:6px}.ohc-checkups-shell{max-width:1600px;margin:0 auto;padding:4px 0 32px}.ohc-checkups-shell>header{flex-wrap:wrap;gap:16px}.font-mono-num{font-family:JetBrains Mono,monospace;font-variant-numeric:tabular-nums}.ohc-cmd-button-text{flex:1;text-align:left;font-size:.78rem}.ohc-camp-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:12px}.ohc-camp-card-meta{min-width:0;flex:1}.ohc-camp-card-company{font-size:.62rem;font-weight:700;color:var(--ohc-text-subtle);text-transform:uppercase;letter-spacing:.1em;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ohc-camp-card-location{font-size:.7rem;color:var(--ohc-text-muted);margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.ohc-camp-card-dot{width:6px;height:6px;background:#2563eb;border-radius:999px;margin-top:6px;flex-shrink:0}.ohc-camp-card-progress-text{display:flex;align-items:baseline}.ohc-camp-card-pillrow{display:flex;align-items:center;gap:8px}.ohc-camp-card-pill{display:inline-flex;align-items:center;gap:4px;font-size:.68rem;font-weight:700;color:var(--ohc-text-muted)}.ohc-camp-card-pill.is-amber{color:#b45309}.ohc-dot{width:6px;height:6px;border-radius:999px;background:#cbd5e1}.ohc-dot.is-amber{background:#fbbf24}.ohc-camp-card-bar{margin-top:10px;height:4px;background:var(--ohc-surface-low);border-radius:999px;overflow:hidden}.ohc-camp-card-bar-fill{height:100%;background:linear-gradient(90deg,#2563eb,#0891b2);border-radius:999px;transition:width .2s ease}.ohc-queue-panel{background:#fff;border:1px solid var(--ohc-border);border-radius:var(--ohc-radius-lg);overflow:hidden;box-shadow:0 2px 8px #0f172a0a,0 1px 2px #0f172a0a}.ohc-queue-toolbar{display:flex;align-items:center;gap:4px;padding:12px 16px;border-bottom:1px solid #f1f5f9;background:#fafbfd}.ohc-queue-pill{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 11px;border-radius:8px;background:transparent;color:var(--ohc-text-muted);font-size:.73rem;font-weight:600;letter-spacing:.01em;transition:.14s;border:1px solid transparent}.ohc-queue-pill:hover{background:#fff;color:#0f172a;border-color:var(--ohc-border)}.ohc-queue-pill.is-active{background:#1d4ed8;color:#fff;border-color:#1d4ed8;box-shadow:0 2px 6px #1d4ed840}.ohc-queue-pill-count{font-size:.63rem;font-weight:700;color:var(--ohc-text-subtle);font-variant-numeric:tabular-nums;min-width:16px;text-align:center}.ohc-queue-pill-count.is-active{color:#ffffffbf}.ohc-queue-search{display:flex;align-items:center;gap:6px;padding:0 10px;height:30px;background:#fff;border:1px solid var(--ohc-border);border-radius:8px;transition:.12s}.ohc-queue-search:focus-within{border-color:#2563eb66;box-shadow:0 0 0 3px #2563eb14}.ohc-queue-search input{background:transparent;border:none;outline:none;font-size:.78rem;font-weight:500;color:#0f172a;width:180px}.ohc-queue-search input::placeholder{color:var(--ohc-text-subtle)}.ohc-queue-table{width:100%;font-size:.85rem;border-collapse:collapse}.ohc-queue-table thead tr{background:#fafbfd;border-bottom:1px solid #f1f5f9}.ohc-queue-table th{text-align:left;padding:9px 12px;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#94a3b8}.ohc-queue-table td{padding:12px;border-bottom:1px solid rgba(241,245,249,.8);vertical-align:middle}.ohc-queue-row{cursor:pointer;transition:background .12s}.ohc-queue-row:hover{background:#eff6ff80}.ohc-queue-row:last-child td{border-bottom:none}.ohc-queue-avatar{width:36px;height:36px;border-radius:10px;background:#eff6ff;color:#1d4ed8;display:grid;place-items:center;font-size:.7rem;font-weight:700;flex-shrink:0}.ohc-queue-action{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;font-weight:700;color:var(--ohc-text-muted);transition:color .12s}.ohc-queue-row:hover .ohc-queue-action{color:#2563eb}.ohc-palette-header{display:flex;align-items:center;gap:10px;padding:0 14px;border-bottom:1px solid var(--ohc-surface-low)}.ohc-palette-header .ohc-palette-input{flex:1;border-bottom:none;padding:0;height:48px}.ohc-palette-list{max-height:360px;overflow-y:auto;padding:6px}@media(max-width:1280px){.ohc-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ohc-dashboard-grid,.ohc-login-panel{grid-template-columns:1fr}}@media(max-width:960px){.ohc-shell{grid-template-columns:1fr}.ohc-sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid var(--ohc-border)}.ohc-main-content,.ohc-topbar{padding-left:18px;padding-right:18px}.ohc-status-grid,.ohc-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.ohc-main-content,.ohc-topbar,.ohc-login-shell{padding:14px}.ohc-metrics-grid,.ohc-status-grid,.ohc-detail-grid{grid-template-columns:1fr}.ohc-page-title{font-size:1.5rem}.ohc-login-copy h1{font-size:1.7rem}.ohc-cmd-button{min-width:0}.ohc-cmd-button>span:nth-of-type(2){display:none}}.ohc-handwritten{font-family:Caveat,Comic Sans MS,cursive}
