@charset "UTF-8";:root{--eh-bg: #0B0D11;--eh-rail: #0E1116;--eh-surface: #14171D;--eh-surface-2: #1A1E25;--eh-surface-3: #21262F;--eh-surface-4: #272D37;--eh-hairline: #262B33;--eh-accent: #22C55E;--eh-accent-soft: rgba(34, 197, 94, .14);--eh-accent-dim: rgba(34, 197, 94, .38);--eh-success: #43A047;--eh-warning: #F59E0B;--eh-danger: #E53935;--eh-text: #E6E9EE;--eh-text-muted: rgba(230, 233, 238, .6);--eh-text-faint: rgba(230, 233, 238, .45);--eh-shadow-md: 0 8px 24px rgba(0, 0, 0, .4);--eh-shadow-lg: 0 16px 40px rgba(0, 0, 0, .7);--eh-font: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;--eh-radius: 6px;--eh-radius-lg: 10px;--eh-radius-pill: 999px}:root[data-theme=light]{--eh-bg: #F4F6FA;--eh-rail: #FFFFFF;--eh-surface: #FFFFFF;--eh-surface-2: #F0F2F6;--eh-surface-3: #E5E8EE;--eh-surface-4: #D8DCE4;--eh-hairline: #DCE0E6;--eh-accent: #15803D;--eh-accent-soft: rgba(21, 128, 61, .1);--eh-accent-dim: rgba(21, 128, 61, .35);--eh-text: #0E1116;--eh-text-muted: rgba(14, 17, 22, .65);--eh-text-faint: rgba(14, 17, 22, .45);--eh-shadow-md: 0 4px 14px rgba(15, 23, 42, .08);--eh-shadow-lg: 0 16px 40px rgba(15, 23, 42, .15)}*{box-sizing:border-box}lucide-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;vertical-align:middle}lucide-icon>svg{display:block}html,body{margin:0;padding:0;min-height:100vh;background:var(--eh-bg);color:var(--eh-text);font-family:var(--eh-font);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--eh-accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{font-weight:600;color:var(--eh-text);margin:0;letter-spacing:-.01em}h1{font-size:22px}h2{font-size:18px}h3{font-size:15px}h4{font-size:13px;font-weight:600}p{margin:0}.eh-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:600;color:var(--eh-accent)}.eh-muted{color:var(--eh-text-muted)}.eh-faint{color:var(--eh-text-faint)}.eh-mono{font-family:ui-monospace,Cascadia Mono,Consolas,monospace;font-size:12px}.eh-card{background:var(--eh-surface);border:1px solid var(--eh-hairline);border-radius:var(--eh-radius);padding:20px}.eh-card-compact{padding:12px 14px}.eh-divider{height:1px;background:var(--eh-hairline);border:0;margin:12px 0}input,select,textarea{font-family:inherit;font-size:13px;color:var(--eh-text);background:var(--eh-surface-2);border:1px solid var(--eh-hairline);border-radius:var(--eh-radius);padding:8px 10px;outline:none;transition:border-color .15s ease,background .15s ease}input::placeholder,textarea::placeholder{color:var(--eh-text-faint)}input:focus,select:focus,textarea:focus{border-color:var(--eh-accent-dim);background:var(--eh-surface-3)}select option{background:var(--eh-surface-2);color:var(--eh-text)}input[type=checkbox]{appearance:none;-webkit-appearance:none;width:16px;height:16px;flex:0 0 16px;padding:0;margin:0;border:1px solid var(--eh-hairline);border-radius:4px;background:var(--eh-surface);cursor:pointer;position:relative;vertical-align:middle;transition:background .12s ease,border-color .12s ease}input[type=checkbox]:hover{border-color:var(--eh-accent-dim)}input[type=checkbox]:checked,input[type=checkbox]:indeterminate{background:var(--eh-accent);border-color:var(--eh-accent)}input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid #0B0D11;border-width:0 2px 2px 0;transform:rotate(45deg)}input[type=checkbox]:indeterminate:after{content:"";position:absolute;left:3px;top:6px;width:8px;height:2px;border-radius:1px;background:#0b0d11}input[type=checkbox]:focus-visible{outline:2px solid var(--eh-accent);outline-offset:1px}label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--eh-text-muted)}label>input,label>select,label>textarea{color:var(--eh-text)}.eh-btn{display:inline-flex;align-items:center;gap:8px;font-family:inherit;font-size:13px;font-weight:600;padding:8px 14px;border-radius:var(--eh-radius);border:1px solid transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.eh-btn-primary{background:var(--eh-accent);color:#0b0d11}.eh-btn-primary:hover{background:#34d374}.eh-btn-primary:disabled{background:var(--eh-surface-3);color:var(--eh-text-faint);cursor:not-allowed}.eh-btn-ghost{background:transparent;color:var(--eh-text);border-color:var(--eh-hairline)}.eh-btn-ghost:hover{background:var(--eh-surface-2)}.eh-btn-danger{background:var(--eh-danger);color:#fff}.eh-btn-danger:hover{filter:brightness(1.1)}.eh-btn-icon{background:transparent;border:1px solid var(--eh-hairline);color:var(--eh-text-muted);padding:6px 8px}.eh-btn-icon:hover{color:var(--eh-text);background:var(--eh-surface-2)}.eh-chip{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:3px 8px;border-radius:var(--eh-radius-pill);background:var(--eh-surface-3);color:var(--eh-text);border:1px solid var(--eh-hairline)}.eh-chip-accent{background:var(--eh-accent-soft);color:var(--eh-accent);border-color:transparent}.eh-chip-success{background:#43a0472e;color:var(--eh-success);border-color:transparent}.eh-chip-warning{background:#f59e0b2e;color:var(--eh-warning);border-color:transparent}.eh-chip-danger{background:#e539352e;color:var(--eh-danger);border-color:transparent}.eh-table{width:100%;border-collapse:collapse;background:var(--eh-surface);border-radius:var(--eh-radius);overflow:hidden;border:1px solid var(--eh-hairline)}.eh-table th,.eh-table td{text-align:left;padding:10px 14px;font-size:13px;border-bottom:1px solid var(--eh-hairline)}.eh-table th{background:var(--eh-surface-2);font-weight:600;color:var(--eh-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:11px}.eh-table tr:last-child td{border-bottom:0}.eh-table tr:hover td{background:var(--eh-surface-2)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:var(--eh-surface-3);border-radius:10px}*::-webkit-scrollbar-thumb:hover{background:var(--eh-surface-4)}.eh-modal-backdrop{position:fixed;inset:0;background:#0b0d11b3;backdrop-filter:blur(2px);z-index:900;display:grid;place-items:center;animation:eh-modal-backdrop-in .18s ease-out}.eh-modal{background:var(--eh-surface);border:1px solid var(--eh-hairline);border-radius:var(--eh-radius-lg);width:min(640px,92vw);max-height:90vh;overflow-y:auto;animation:eh-modal-in .22s cubic-bezier(.16,1,.3,1)}@keyframes eh-modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes eh-modal-in{0%{opacity:0;transform:translateY(-10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion: reduce){.eh-modal-backdrop,.eh-modal{animation:none}}.eh-skeleton{display:inline-block;background:var(--eh-surface-3);border-radius:var(--eh-radius);animation:eh-skeleton-pulse 1.4s ease-in-out infinite;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.eh-skeleton-block{display:block}.eh-skeleton-text{height:12px;border-radius:4px;width:100%}.eh-skeleton-chip{height:18px;width:60px;border-radius:var(--eh-radius-pill)}.eh-skeleton-dot{height:8px;width:8px;border-radius:999px;flex:0 0 8px}@keyframes eh-skeleton-pulse{0%,to{opacity:.55}50%{opacity:1}}.eh-spinner{display:inline-block;width:var(--eh-spinner-size, 20px);height:var(--eh-spinner-size, 20px);border:2px solid var(--eh-hairline);border-top-color:var(--eh-accent);border-radius:999px;animation:eh-spin .7s linear infinite;flex:0 0 auto}@keyframes eh-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.eh-skeleton{animation:none;opacity:.7}.eh-spinner{animation-duration:1.4s}}.cdk-drag-preview{background:var(--eh-surface-2);border:1px solid var(--eh-accent-dim);border-radius:var(--eh-radius);box-shadow:0 12px 32px #0009}.cdk-drag-placeholder{opacity:.4;background:var(--eh-surface-2);border:1px dashed var(--eh-hairline);border-radius:var(--eh-radius)}.cdk-drop-list-dragging .eh-kanban-card:not(.cdk-drag-placeholder){transition:transform .2s cubic-bezier(0,0,.2,1)}
