/* Interaction states shared by the local page collection. */
.local-message { position: fixed; z-index: 10020; left: 50%; bottom: 24px; transform: translateX(-50%); width: max-content; max-width: calc(100vw - 32px); padding: 14px 20px; border: 1px solid #43464f; border-radius: 10px; color: #fff; background: #20232b; font: 14px/20px Arial,sans-serif; box-shadow: 0 8px 30px #0006; }
.local-data-caption { color: #94989f; font-size: 12px; line-height: 18px; margin-top: 16px; }
.local-chart { width: 100%; height: 430px; }
.local-chart .tradingview-widget-container__widget { height: 100%; }
.local-statistics { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; padding: 24px; }
.local-statistics dt { color: #9699a1; font-size: 14px; margin-bottom: 8px; }
.local-statistics dd { margin: 0; font-size: 20px; }
.local-market-controls { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; }
.local-market-controls button { background: transparent; border: 1px solid #303237; border-radius: 100px; color: #aaaeb5; padding: 10px 20px; font: inherit; cursor: pointer; }
.local-market-controls button[aria-selected="true"] { background: #3559ff; border-color: #3559ff; color: white; }
.local-market-search { margin-left: auto; width: 240px; border: 1px solid #42454a; border-radius: 8px; background: #101114; color: white; padding: 10px 14px; font: inherit; }
.local-market-scroll { overflow-x: auto; }
.local-market-table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 20px; text-align: left; }
.local-market-table th { padding: 18px 16px; color: #9699a1; font-weight: 400; border-bottom: 1px solid #34363a; white-space: nowrap; }
.local-market-table td { padding: 18px 16px; border-bottom: 1px solid #26282e; white-space: nowrap; font-variant-numeric: tabular-nums; }
.local-market-table a { color: inherit; text-decoration: none; }
.local-market-table a:hover { color: #5576ff; }
.local-market-table .up { color: #2bc986; }.local-market-table .down { color: #ef5e6b; }
.local-market-table .local-trade { border: 1px solid #3d5eff; color: #7992ff; padding: 6px 14px; border-radius: 6px; }
.local-market-pagination { display: flex; justify-content: center; gap: 10px; margin: 24px 0; align-items: center; }
.local-market-pagination button { border: 1px solid #393c43; border-radius: 8px; background: #15171b; color: white; padding: 8px 16px; cursor: pointer; font: inherit; }
.local-market-pagination button:disabled { opacity: .3; cursor: default; }
@media (max-width:767px) { .local-chart { height: 330px; }.local-market-search { width: 100%; margin: 8px 0 0; } }
