#mas-overlay, #mas-content { box-sizing: border-box; }
#mas-content { width: 100%; max-width: 560px; margin: 0 auto; padding: 24px 20px 100px; }

.mas-h1 {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-style: italic;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(245,240,232,0.92);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.mas-h1-em {
  color: #c9a84c;
}

.mas-lieu {
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: rgba(201,168,76,0.85);
  margin: 0 0 28px;
}

.mas-section {
  background: rgba(13,16,24,0.7);
  border: 1px solid rgba(201,168,76,0.12);
  border-radius: 14px;
  padding: 14px 18px;
  margin-bottom: 14px;
  box-sizing: border-box;
  max-width: 100%;
  overflow-wrap: break-word;
}

.mas-section-title {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 12px;
}

.mas-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(139,105,20,0.06);
}
.mas-row:first-of-type {
  border-top: none;
  padding-top: 4px;
}

.mas-row-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(240,236,228,0.85);
  flex: 1;
  min-width: 0;
}

.mas-row-value {
  font-family: 'DM Mono', monospace;
  font-size: 16px;
  font-weight: 300;
  color: rgba(240,236,228,0.92);
  text-align: right;
  flex-shrink: 0;
  letter-spacing: 0.01em;
}

.mas-row-state {
  padding-top: 4px;
  border-top: none;
  margin-top: -4px;
}

.mas-comment {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(240,236,228,0.5);
  padding: 4px 0 8px;
}

.mas-empty {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(240,236,228,0.45);
  padding: 8px 0;
  text-align: center;
}
