.catalog-screen{padding:10px 0}.catalog-heading{display:flex;justify-content:space-between;align-items:end;gap:22px;margin:22px 0 14px}.catalog-heading .eyebrow{color:var(--brand)}.catalog-heading h2{margin:3px 0 0;font-size:27px;letter-spacing:-.03em}.catalog-heading>p{max-width:370px;margin:0;color:var(--muted);font-size:14px}.catalog-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.catalog-filters button,.back-button{border:1px solid var(--line);border-radius:999px;padding:7px 12px;background:var(--surface);color:var(--muted);font-weight:700;cursor:pointer}.catalog-filters button.active{background:var(--brand);border-color:var(--brand);color:#fff}.catalog-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.catalog-card{position:relative;display:flex;min-height:245px;flex-direction:column;align-items:start;overflow:hidden;padding:20px;border:1px solid var(--line);border-radius:15px;background:var(--surface);box-shadow:var(--shadow)}.catalog-card:before{position:absolute;right:-12px;top:25px;color:#0f6cbd12;font-size:128px;font-weight:800;line-height:.7;content:""}.catalog-card.bar:before{content:"▤"}.catalog-card.donut:before{content:"◉"}.catalog-card.kpi:before{content:"▦"}.catalog-icon{display:grid;position:relative;z-index:1;width:43px;height:43px;place-items:center;border-radius:12px;background:var(--brand-soft);color:var(--brand);font-size:26px;font-weight:800}.catalog-card>p{position:relative;z-index:1;margin:18px 0 3px;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.catalog-card h3{position:relative;z-index:1;margin:0;font-size:21px;letter-spacing:-.025em}.catalog-description{position:relative;z-index:1;min-height:43px;margin-top:7px;color:var(--muted);font-size:13px;line-height:1.4}.catalog-card button{position:relative;z-index:1;margin-top:auto;border:0;border-radius:8px;padding:9px 11px;background:var(--brand);color:#fff;font-weight:750;cursor:pointer}.back-button{color:var(--brand)}
@media(max-width:850px){.catalog-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-heading{align-items:start;flex-direction:column}}@media(max-width:440px){.catalog-cards{grid-template-columns:1fr}}
.echarts-frame{max-width:100%;overflow:hidden}.echarts-frame svg{width:100%!important;height:100%!important;display:block}
