/* Restored from discovery/phase1/raw_html/%2Fcurrent-mandates%2F.html — page styles (do not strip) */
/* ===== MANDATES PAGE ===== */
.mandates-hero {
  background: #0D1B2E;
  padding: 130px 0 70px;
  position: relative;
  overflow: hidden;
}
.mandates-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 50%, rgba(8,106,216,0.14) 0%, transparent 55%),
    radial-gradient(circle at 85% 20%, rgba(8,106,216,0.08) 0%, transparent 45%);
}
.mandates-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255,255,255,0.018) 39px, rgba(255,255,255,0.018) 40px),
    repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255,255,255,0.018) 39px, rgba(255,255,255,0.018) 40px);
}
.mandates-hero-inner { position: relative; z-index: 1; }
.mandates-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(8,106,216,0.18); border: 1px solid rgba(8,106,216,0.35);
  color: #7bbfff; font-size: 0.7rem; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 22px;
}
.mandates-eyebrow::before {
  content: ''; width: 7px; height: 7px; background: #4caf50;
  border-radius: 50%; animation: blink 2s infinite;
}
@keyframes blink { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(1.4)} }
.mandates-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 800; color: #fff; margin-bottom: 20px; line-height: 1.1;
}
.mandates-hero h1 em { color: #086AD8; font-style: normal; }
.mandates-hero-desc {
  font-size: 1rem; color: rgba(255,255,255,0.68);
  max-width: 600px; line-height: 1.8; margin-bottom: 40px;
}
.hero-kpis { display: flex; gap: 48px; flex-wrap: wrap; }
.hero-kpi-value { font-size: 1.9rem; font-weight: 800; color: #fff; line-height: 1; }
.hero-kpi-label {
  font-size: 0.7rem; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; color: rgba(255,255,255,0.42); margin-top: 5px;
}

/* ===== LEGEND BAR ===== */
.legend-bar {
  background: #f7f9fc; border-bottom: 1px solid #e4eaf2; padding: 14px 0;
}
.legend-inner { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.legend-label {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: #aab; margin-right: 4px;
}
.legend-item { display: flex; align-items: center; gap: 7px; font-size: 0.8rem; font-weight: 500; color: #4a5568; }
.l-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.l-dot.sell { background: #086AD8; }
.l-dot.buy  { background: #0a8a5c; }
.l-dot.active { background: #22c55e; }
.l-dot.offer  { background: #f59e0b; }
.l-dot.closed { background: #94a3b8; }

/* ===== BODY ===== */
.mandates-body { background: #f2f5f9; padding: 56px 0 80px; }

/* ===== VERTICAL SECTION ===== */
.v-section { margin-bottom: 52px; }
.v-section-head {
  display: flex; align-items: center; gap: 14px;
  padding-bottom: 14px; margin-bottom: 20px;
  border-bottom: 2px solid #dde5ef;
}
.v-icon {
  width: 42px; height: 42px; border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem; flex-shrink: 0;
}
.v-icon.saas       { background: rgba(8,106,216,0.1);  color: #086AD8; }
.v-icon.fintech    { background: rgba(10,138,92,0.1);  color: #0a8a5c; }
.v-icon.blockchain { background: rgba(124,58,237,0.1); color: #7c3aed; }
.v-icon.igaming    { background: rgba(220,38,38,0.1);  color: #dc2626; }
.v-icon.media      { background: rgba(234,88,12,0.1);  color: #ea580c; }
.v-icon.niche      { background: rgba(15,118,110,0.1); color: #0f766e; }
.v-section-title { font-size: 1.2rem; font-weight: 800; color: #0D1B2E; margin: 0; }
.v-section-count {
  margin-left: auto; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 1.2px; text-transform: uppercase; color: #b0bec5;
}

/* ===== HORIZONTAL MANDATE CARD ===== */
.m-cards { display: flex; flex-direction: column; gap: 10px; }

.m-card {
  background: #fff; border-radius: 9px;
  border: 1px solid #e2e8f0; overflow: hidden;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.m-card:hover { box-shadow: 0 3px 18px rgba(8,106,216,0.07); border-color: #c8d8ed; }
.m-card.sell { border-left: 4px solid #086AD8; }
.m-card.buy  { border-left: 4px solid #0a8a5c; }

.m-card-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 18px 22px;
  cursor: pointer;
}
.m-card-info {}
.m-card-badges { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; flex-wrap: wrap; }
.m-badge {
  font-size: 0.64rem; font-weight: 700; letter-spacing: 1.1px;
  text-transform: uppercase; padding: 3px 8px; border-radius: 3px;
}
.m-badge.sell    { background: rgba(8,106,216,0.09);  color: #086AD8; }
.m-badge.buy     { background: rgba(10,138,92,0.09);  color: #0a8a5c; }
.m-badge.active  { background: rgba(34,197,94,0.1);   color: #16a34a; }
.m-badge.offer   { background: rgba(245,158,11,0.1);  color: #d97706; }
.m-badge.closed  { background: rgba(148,163,184,0.1); color: #64748b; }
.m-card-title { font-size: 0.97rem; font-weight: 700; color: #0D1B2E; margin: 0 0 5px; line-height: 1.3; }
.m-card-desc  { font-size: 0.84rem; color: #64748b; line-height: 1.55; margin: 0; }

.m-card-metrics { display: flex; gap: 28px; flex-shrink: 0; }
.m-metric { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; min-width: 90px; }
.m-metric-val   { font-size: 0.92rem; font-weight: 800; color: #0D1B2E; white-space: nowrap; }
.m-metric-label { font-size: 0.64rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: #94a3b8; white-space: nowrap; }

.m-expand {
  display: flex; align-items: center; gap: 5px;
  font-size: 0.76rem; font-weight: 600; color: #086AD8;
  background: none; border: none; cursor: pointer;
  padding: 4px 0; white-space: nowrap; flex-shrink: 0;
}
.m-expand svg { transition: transform 0.2s; }
.m-card.open .m-expand svg { transform: rotate(180deg); }

.m-detail { display: none; border-top: 1px solid #f1f5f9; padding: 0 22px 20px; }
.m-card.open .m-detail { display: block; }
.m-detail-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 14px 22px; padding-top: 18px; margin-bottom: 14px;
}
.m-detail-label { font-size: 0.67rem; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; color: #94a3b8; margin-bottom: 3px; }
.m-detail-val   { font-size: 0.86rem; font-weight: 600; color: #1e293b; }
.m-detail-note {
  background: #f8fafc; border-left: 3px solid #dde5ef;
  padding: 11px 15px; border-radius: 0 5px 5px 0;
  font-size: 0.83rem; color: #475569; line-height: 1.65;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .m-card-row { grid-template-columns: 1fr auto; gap: 16px; }
  .m-card-metrics { display: none; }
}
@media (max-width: 600px) {
  .m-card-row { grid-template-columns: 1fr; gap: 12px; }
  .m-expand { justify-content: flex-start; }
  .hero-kpis { gap: 28px; }
}
