.es-ist{--es-ink:#1F2937;--es-muted:#64748b;max-width:720px;margin:12px auto 0;padding:0 14px 8px;font-family:system-ui,-apple-system,sans-serif;color:var(--es-ink)}
.es-ist__card{background:rgba(255,255,255,.78);backdrop-filter:blur(14px);border:1px solid rgba(226,232,240,.9);border-radius:24px;padding:14px 14px 12px;box-shadow:0 1px 2px rgba(15,23,42,.04)}
.es-ist__head{display:flex;align-items:center;gap:8px;margin:0 0 4px}
.es-ist__head h2{margin:0;font-size:16px;font-weight:800;letter-spacing:-.01em}
.es-ist__sub{margin:0 0 12px;font-size:12px;font-weight:600;color:var(--es-muted);line-height:1.35}
.es-ist__kapsam{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 10px}
.es-ist__kchip{appearance:none;border:1px solid #e2e8f0;background:#f8fafc;color:var(--es-muted);cursor:pointer;padding:6px 11px;border-radius:999px;font-size:12px;font-weight:800}
.es-ist__kchip.is-on{background:#1F2937;border-color:#1F2937;color:#fff}
.es-ist__chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}
.es-ist__chip{appearance:none;border:0;cursor:pointer;display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:9px 12px;border-radius:16px;font-size:13px;font-weight:700;color:var(--es-ink);box-shadow:0 1px 2px rgba(15,23,42,.05);transition:transform .15s ease,box-shadow .15s}
.es-ist__chip:active{transform:scale(.98)}
.es-ist__chip.is-on{outline:2px solid #1F2937;outline-offset:1px;box-shadow:0 2px 8px rgba(15,23,42,.08)}
.es-ist__chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:11rem}
.es-ist__chip small{font-size:10px;font-weight:800;opacity:.55;text-transform:uppercase;letter-spacing:.04em}
.es-ist__rota{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0 0 10px}
.es-ist__slot{min-height:64px;border-radius:18px;background:rgba(248,250,252,.95);border:1px dashed #cbd5e1;padding:8px;display:flex;flex-direction:column;justify-content:center;gap:2px}
.es-ist__slot.is-fill{border-style:solid;border-color:#e2e8f0;background:#fff}
.es-ist__n{font-size:11px;font-weight:800;color:#94a3b8}
.es-ist__slot strong{font-size:12px;font-weight:800;line-height:1.25;word-break:break-word}
.es-ist__actions{display:flex;gap:8px}
.es-ist__go,.es-ist__clr{flex:1;min-height:44px;border-radius:14px;font-weight:800;font-size:14px;cursor:pointer;border:0}
.es-ist__go{background:#1F2937;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.es-ist__go[disabled]{opacity:.4;cursor:not-allowed}
.es-ist__clr{background:#f1f5f9;color:var(--es-ink)}
.es-ist__empty{font-size:13px;font-weight:700;color:var(--es-muted);margin:0;padding:4px 0}