.shk-scope{--shk-ink:#0d2b21;--shk-ink-2:#2f5c4b;--shk-card:#fff;--shk-soft:#f2f8f5;--shk-border:#d9e8e1;--shk-text:#0d2b21;--shk-muted:#6b8b7d;--shk-cyan:#0f9d58;--shk-blue:#b8862b;--shk-red:#dc2626;--shk-green:#16a34a;--shk-amber:#d97706;--shk-shadow:0 1px 2px #0d2b210a, 0 8px 24px #0d2b210f;color:var(--shk-text);background:#f5f9f6;border-radius:16px;padding:16px;font-size:14px}.shk-scope .shk-tabs,.shk-scope .shk-card,.shk-scope .shk-kpi,.shk-scope .shk-table-wrap{color:var(--shk-text)}.shk-scope .shk-tabs{border:1px solid var(--shk-border);background:#fff;border-radius:14px;flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:14px;padding:6px;display:flex;box-shadow:0 1px 2px #0d2b210a}.shk-scope .shk-tab{color:var(--shk-ink-2);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:8px;padding:9px 16px;font-size:13.5px;font-weight:600;transition:all .18s;display:inline-flex}.shk-scope .shk-tab:hover{color:var(--shk-ink);background:#fff}.shk-scope .shk-tab[data-active=true]{color:#fff;background:linear-gradient(90deg,#0b3a26,#16a34a);border-color:#0000;box-shadow:0 6px 16px #0b3a2638}.shk-scope .shk-card{background:var(--shk-card);border:1px solid var(--shk-border);box-shadow:var(--shk-shadow);border-radius:14px;padding:18px;transition:border-color .2s,box-shadow .2s}.shk-scope .shk-card:hover{border-color:#b9dfcd;box-shadow:0 2px 4px #0d2b210d,0 12px 30px #0d2b2117}.shk-scope .shk-grid{gap:14px;display:grid}.shk-scope .shk-title{color:var(--shk-ink);align-items:center;gap:8px;margin-bottom:14px;font-size:15.5px;font-weight:700;display:flex}.shk-scope .shk-label{color:var(--shk-ink-2);margin-bottom:6px;font-size:12.5px;font-weight:600;display:block}.shk-scope .shk-input,.shk-scope .shk-select{width:100%;color:var(--shk-text);background:#fff;border:1px solid #d9e5de;border-radius:8px;outline:none;height:39px;padding:9px 12px;font-size:14px;transition:border-color .18s,box-shadow .18s}.shk-scope .shk-input::placeholder{color:#9db5aa}.shk-scope .shk-input:focus,.shk-scope .shk-select:focus{border-color:var(--shk-green);box-shadow:0 0 0 3px #16a34a24}.shk-scope .shk-input:disabled,.shk-scope .shk-select:disabled{background:var(--shk-soft);opacity:.75;cursor:not-allowed}.shk-scope .shk-select option{color:var(--shk-text);background:#fff}.shk-scope .shk-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0b3a26,#16a34a);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:39px;padding:0 18px;font-size:14px;font-weight:700;transition:filter .18s,transform .18s,opacity .18s;display:inline-flex;box-shadow:0 6px 16px #0b3a2633}.shk-scope .shk-btn:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.shk-scope .shk-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.shk-scope .shk-btn-ghost{border:1px solid var(--shk-border);color:var(--shk-ink-2);box-shadow:none;background:#fff}.shk-scope .shk-btn-ghost:hover:not(:disabled){background:var(--shk-soft)}.shk-scope .shk-icon-btn{cursor:pointer;color:var(--shk-green);background:0 0;border:none;border-radius:8px;padding:6px;transition:background .18s,color .18s}.shk-scope .shk-icon-btn:hover{background:var(--shk-soft);color:var(--shk-ink)}.shk-scope .shk-icon-btn[data-danger=true]{color:var(--shk-red)}.shk-scope .shk-icon-btn:disabled{opacity:.35;cursor:not-allowed}.shk-scope .shk-kpi{background:var(--shk-card);border:1px solid var(--shk-border);box-shadow:var(--shk-shadow);border-radius:14px;padding:16px 18px}.shk-scope .shk-kpi-label{letter-spacing:.08em;text-transform:uppercase;color:var(--shk-muted);font-size:11px;font-weight:700}.shk-scope .shk-kpi-value{color:var(--shk-ink);margin-top:6px;font-size:30px;font-weight:800;line-height:1.1}.shk-scope .shk-table-wrap{border:1px solid var(--shk-border);background:#fff;border-radius:14px;overflow-x:auto}.shk-scope table.shk-table{border-collapse:collapse;width:100%;min-width:640px}.shk-scope .shk-table th{text-align:left;letter-spacing:.08em;text-transform:uppercase;color:#fff;border-bottom:1px solid var(--shk-border);white-space:nowrap;background:linear-gradient(90deg,#0b3a26,#16653c);padding:11px 14px;font-size:11px;font-weight:700}.shk-scope .shk-table td{color:var(--shk-text);border-bottom:1px solid #eaf2ee;padding:11px 14px;font-size:13.5px}.shk-scope .shk-table tbody tr{transition:background .15s}.shk-scope .shk-table tbody tr:hover{background:#f6fbf8}.shk-scope .shk-table tbody tr:last-child td{border-bottom:none}.shk-scope .shk-empty{text-align:center;color:var(--shk-muted);padding:22px 0;font-size:13px}.shk-scope .shk-empty:before{content:"📭";opacity:.75;margin-bottom:6px;font-size:20px;display:block}.shk-scope .shk-chips{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.shk-scope .shk-chip{background:var(--shk-soft);border:1px solid var(--shk-border);color:var(--shk-ink-2);border-radius:8px;align-items:center;gap:5px;padding:4px 10px;font-size:12.5px;font-weight:600;display:inline-flex}.shk-scope .shk-chip b{color:var(--shk-ink);font-weight:800}.shk-scope .shk-chip[data-tone=amber]{color:#b45309;background:#d9770617;border-color:#d9770638}.shk-scope .shk-chip[data-tone=amber] b{color:#b45309}.shk-scope .shk-chip[data-tone=green]{color:#15803d;background:#16a34a1a;border-color:#16a34a3d}.shk-scope .shk-chip[data-tone=green] b{color:#15803d}.shk-scope .shk-dot{background:var(--shk-green);border-radius:999px;width:9px;height:9px;animation:1.8s infinite shk-pulse;display:inline-block;box-shadow:0 0 #16a34a99}@keyframes shk-pulse{0%{box-shadow:0 0 #16a34a80}70%{box-shadow:0 0 0 9px #16a34a00}to{box-shadow:0 0 #16a34a00}}.shk-scope .shk-fade{animation:.28s ease-out shk-fade-in}@keyframes shk-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.shk-scope .shk-badge{border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:11.5px;font-weight:700;display:inline-flex}.shk-scope .shk-badge[data-tone=done]{color:#15803d;background:#16a34a1f}.shk-scope .shk-badge[data-tone=run]{color:#b45309;background:#d977061f}.shk-scope .shk-badge[data-tone=idle]{color:#4b6b5d;background:#6b8b7d24}.shk-scope .shk-cyan{color:var(--shk-cyan)}.shk-scope .shk-amber{color:var(--shk-amber)}.shk-scope .shk-muted{color:var(--shk-muted)}.shk-scope .shk-ro-note{color:#b45309;background:#d9770614;border:1px solid #d9770638;border-radius:10px;margin-bottom:14px;padding:8px 12px;font-size:12px}@media (width<=640px){.shk-scope{width:100%;min-width:0;max-width:100%;min-height:100dvh;padding:12px;overflow-x:clip}.shk-scope .shk-tabs{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;align-items:stretch;display:grid}.shk-scope .shk-tab{white-space:normal;overflow-wrap:anywhere;min-width:0;min-height:46px;padding:8px 6px}.shk-scope .shk-card{width:100%;min-width:0;max-width:100%;padding:14px}.shk-scope .shk-grid,.shk-scope .shk-form-grid{min-width:0;max-width:100%}.shk-scope .shk-form-grid{gap:12px;grid-template-columns:minmax(0,1fr)!important}.shk-scope .shk-form-grid>div,.shk-scope .shk-form-grid .shk-input,.shk-scope .shk-form-grid .shk-select,.shk-scope .shk-form-grid .shk-btn{min-width:0;max-width:100%}.shk-scope .shk-input,.shk-scope .shk-select,.shk-scope .shk-btn{min-height:46px}.shk-scope .shk-form-action{align-items:stretch!important}.shk-scope .shk-chips{flex-wrap:wrap;min-width:0;max-width:100%}.shk-scope .shk-chip{white-space:normal;overflow-wrap:anywhere;max-width:100%}.shk-scope .shk-progress-row{flex-wrap:wrap;align-items:flex-start;gap:4px 8px}.shk-scope .shk-progress-name,.shk-scope .shk-progress-meta{overflow-wrap:anywhere;min-width:0;max-width:100%}.shk-scope .shk-progress-meta{margin-left:auto}.shk-scope .shk-table-wrap{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;width:100%;max-width:100%;overflow-x:auto}.shk-scope table.shk-table{min-width:700px}.shk-scope .shk-btn{padding:13px 18px;font-size:15px}.shk-scope .shk-kpi-value{font-size:24px}}@media (width>=641px){.shk-scope .shk-form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}
