/* the dividends page: the holder side of clockworks, in the same components as the rest */
.dividends { padding-bottom: 56px; }
.dhero { padding: 72px 0 32px; max-width: 760px; display: flex; flex-direction: column; gap: 20px; }
.dhero h1 { margin: 0; font-size: 44px; line-height: 1.05; font-weight: 700; letter-spacing: -0.03em; }
.dhero .lede { margin: 0; font-size: 17px; }
.dhero .crow { margin-top: 4px; } .dhero .crow .btn { height: 56px; padding: 0 22px; }
.strip { margin: 8px 0 32px; }
.statement { margin-bottom: 32px; }
.shead { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.shead h2 { font-size: 18px; font-weight: 500; margin: 6px 0 0; word-break: break-all; }
.mini.five { grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 20px; }
.statement .sub { margin-top: 12px; font-size: 14px; color: var(--secondary); }
.slist { margin-top: 16px; }
.srow { display: grid; grid-template-columns: 130px minmax(0, 1fr) 110px 110px 110px; gap: 12px; padding: 12px 16px; align-items: center; border-bottom: 1px solid var(--divider); font-size: 14px; }
.srow:last-child { border-bottom: 0; }
.srow.head { padding: 10px 16px; font-size: 12px; font-weight: 600; color: var(--caption); text-transform: uppercase; letter-spacing: 0.06em; }
.srow .r, .brow .r, .drow .r { text-align: right; font-family: var(--mono); }
.srow .r a, .drow .r a { color: inherit; }
.block { margin-bottom: 32px; }
.block h2 { font-size: 20px; margin: 0; }
.brow { display: grid; grid-template-columns: 48px minmax(0, 1fr) 120px 120px 80px 90px; gap: 12px; padding: 13px 20px; align-items: center; border-bottom: 1px solid var(--divider); font-size: 14px; }
.brow:last-child { border-bottom: 0; }
.brow.head, .drow.head { padding: 10px 20px; font-size: 12px; font-weight: 600; color: var(--caption); text-transform: uppercase; letter-spacing: 0.06em; }
.brow.me { background: var(--green-tint); }
.brow .w { font-family: var(--mono); font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.brow .w a { color: inherit; text-decoration: none; } .brow .w a:hover { text-decoration: underline; }
.brow .n { color: var(--caption); font-family: var(--mono); font-size: 13px; }
.board + .actions { margin-top: 12px; }
.dgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.dcard { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 22px; display: flex; flex-direction: column; gap: 14px; }
.dcard .top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.dcard .name { font-size: 17px; font-weight: 600; } .dcard .meta { font-size: 13px; color: var(--caption); margin-top: 2px; }
.dcard .meta a { color: inherit; }
.dcard .nums { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.dcard .nums div { border: 1px solid var(--divider); border-radius: 10px; padding: 10px 12px; }
.dcard .nums b { display: block; font-family: var(--mono); font-weight: 500; font-size: 16px; margin-top: 4px; }
.dcard .rule { font-size: 13px; line-height: 1.5; color: var(--secondary); margin: 0; }
.drow { display: grid; grid-template-columns: 150px minmax(0, 1fr) 120px 90px 110px; gap: 12px; padding: 13px 20px; align-items: center; border-bottom: 1px solid var(--divider); font-size: 14px; }
.drow:last-child { border-bottom: 0; }
.drow .d { font-family: var(--mono); font-size: 13px; }
.cta-card { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.cta-card h2 { font-size: 22px; margin: 6px 0 8px; } .cta-card .sub { margin: 0; max-width: 560px; }
.help a { color: inherit; }
@media (max-width: 760px) {
  .dhero { padding-top: 40px; } .dhero h1 { font-size: 32px; }
  .mini.five { grid-template-columns: 1fr 1fr; }
  .hide-s { display: none !important; }
  .brow { grid-template-columns: 36px minmax(0, 1fr) 100px 60px; }
  .drow { grid-template-columns: 110px minmax(0, 1fr) 90px 70px; }
  .srow { grid-template-columns: 100px minmax(0, 1fr) 90px; } .srow .hide-s { display: none; }
  .dgrid { grid-template-columns: 1fr; }
  .dhero .crow { flex-direction: column; } .dhero .crow .btn { width: 100%; }
}
