.ecz-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:var(--gap);font-family:Inter,system-ui,-apple-system,sans-serif;transition:transform .3s,box-shadow .3s;overflow:hidden}.ecz-wrap:hover{box-shadow:0 20px 40px -12px #02061726}.ecz-header-top{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.ecz-ht-left{align-items:center;gap:10px;display:flex}.ecz-pulse-dot{background:var(--danger);border-radius:50%;width:8px;height:8px;animation:2s infinite eczPulseRed;box-shadow:0 0 #ef4444b3}@keyframes eczPulseRed{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 6px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.ecz-ht-title{color:var(--text);margin:0;font-size:1rem;font-weight:800;line-height:1}.ecz-ht-date{color:var(--surface-4);background:var(--surface-2);border:1px solid #0000;border-radius:99px;padding:6px 14px;font-size:.75rem;font-weight:600}.ecz-grid{flex-direction:column;gap:16px;padding:18px;display:flex}.ecz-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;transition:all .2s;position:relative;overflow:hidden}.ecz-card:hover{background:var(--surface);border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 20px -6px #00000014}.ecz-top{align-items:center;gap:14px;padding:16px;display:flex}.ecz-logo{background:linear-gradient(135deg, var(--danger) 0%, #b91c1c 100%);width:48px;height:48px;color:var(--text-2);text-shadow:0 2px 2px #00000026;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-family:sans-serif;font-size:24px;font-weight:900;display:flex;box-shadow:0 4px 10px #b91c1c33}.ecz-info{flex:1;min-width:0}.ecz-name{color:var(--text);margin:0 0 4px;font-size:1rem;font-weight:800;line-height:1.3}.ecz-status{color:var(--ok);text-transform:uppercase;letter-spacing:.05em;background:#22c55e1a;border-radius:99px;align-items:center;gap:6px;padding:4px 10px;font-size:.7rem;font-weight:700;display:inline-flex}.ecz-status-dot{background:var(--ok);border-radius:50%;width:6px;height:6px;animation:2s infinite eczPulseGreen}@keyframes eczPulseGreen{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.ecz-mid{padding:0 16px 16px}.ecz-line{align-items:flex-start;gap:10px;display:flex}.ecz-ico{color:var(--muted);flex-shrink:0;margin-top:3px}.ecz-text{color:var(--muted);margin:0;font-size:.9rem;line-height:1.5}.ecz-actions{background:var(--border);border-top:1px solid var(--border);grid-template-columns:1fr 1fr;gap:1px;display:grid}.ecz-btn{background:var(--surface);cursor:pointer;color:var(--text);justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:flex}.ecz-btn-call:hover{background:var(--surface-2);color:var(--surface-4)}.ecz-btn-call svg{fill:currentColor}.ecz-btn-map:hover{color:var(--ok);background:#f0fdf4}.ecz-btn-map svg{fill:currentColor}.ecz-btn-disabled{background:var(--bg);color:var(--muted);cursor:not-allowed;opacity:.7}.ecz-btn-disabled svg{fill:var(--muted)}.ecz-empty{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:12px;padding:40px 20px;display:flex}.ecz-empty-icon{background:var(--surface-2);width:64px;height:64px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;display:flex}
