/* Bloomberg Terminal Inspired Styles */
/* Navigation Tabs */
.main-nav {
    display: flex;
    gap: 2rem;
    background: #1a1a1a;
    padding: 1rem 2rem;
    border-bottom: 2px solid #FF6600;
    font-family: 'JetBrains Mono', monospace;
    align-items: center;
}
.nav-tab {
    color: #FF6600;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
    font-size: 16px;
}
.nav-tab:hover, .nav-tab.active {
    background: #222;
    color: #fff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'JetBrains Mono', monospace;
    background-color: #0a0a0a;
    color: #FF6600;
    overflow-x: hidden;
    line-height: 1.4;
}

.terminal-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

/* Header Styles */
.terminal-header {
    background: linear-gradient(90deg, #1a1a1a 0%, #2a2a2a 100%);
    border-bottom: 2px solid #FF6600;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 255, 0, 0.3);
}

.header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.terminal-title {
    font-size: 18px;
    font-weight: 700;
    color: #FF6600;
    text-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
    letter-spacing: 1px;
}

.terminal-subtitle {
    font-size: 12px;
    color: #888;
    font-weight: 300;
}

.timestamp {
    font-size: 14px;
    color: #FF6600;
    font-weight: 500;
}

/* Main Content */
.main-content {
    display: flex;
    flex: 1;
    min-height: 0;
}

.market-home,
.about-content {
    display: block;
    padding: 32px;
}

.market-board,
.content-panel {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.market-board-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}

.eyebrow {
    color: #ccc;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.market-board h1,
.content-panel h1 {
    color: #FF6600;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
}

.market-state {
    border: 1px solid #FF6600;
    color: #FF6600;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 10px;
    text-transform: uppercase;
}

.market-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 24px 0;
}

.market-filter {
    background: #1a1a1a;
    border: 1px solid #333;
    color: #ccc;
    cursor: default;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    min-height: 36px;
    padding: 0 14px;
    text-transform: uppercase;
}

.market-filter.active {
    border-color: #FF6600;
    color: #FF6600;
}

.market-table {
    border: 1px solid #333;
    background: #111;
}

.market-row {
    display: grid;
    grid-template-columns: minmax(220px, 1.6fr) minmax(120px, 0.8fr) minmax(120px, 0.8fr) minmax(120px, 0.8fr);
    gap: 16px;
    padding: 14px 16px;
}

.market-head {
    background: #1a1a1a;
    border-bottom: 1px solid #333;
    color: #ccc;
    font-size: 12px;
    text-transform: uppercase;
}

.empty-market {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    border-top: 1px solid #222;
}

.empty-market-title {
    color: #FF6600;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.empty-market-copy {
    color: #888;
    max-width: 680px;
}

.content-panel {
    color: #ddd;
    font-size: 16px;
    line-height: 1.7;
}

.content-panel p {
    margin-top: 18px;
    max-width: 860px;
}

.prediction-market-home {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    padding: 24px;
}

.prediction-market-home .market,
.prediction-market-home .ticket {
    min-width: 0;
}

.prediction-market-home button,
.prediction-market-home select,
.prediction-market-home input {
    font: inherit;
}

.prediction-market-home button {
    cursor: pointer;
}

.prediction-market-home .market-header {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: start;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}

.prediction-market-home .market-logo,
.prediction-market-home .event-badge {
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #FF6600 0%, #FF8C00 100%);
    border-radius: 6px;
    color: #0a0a0a;
    font-weight: 800;
    letter-spacing: 0;
}

.prediction-market-home .market-logo {
    width: 88px;
    height: 88px;
    font-size: 28px;
}

.prediction-market-home .eyebrow {
    color: #aaa;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 4px 0 8px;
    text-transform: uppercase;
}

.prediction-market-home h1 {
    color: #FF6600;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    max-width: 860px;
}

.prediction-market-home h1 span {
    color: #fff;
}

.prediction-market-home #statusText {
    color: #888;
    font-size: 13px;
    margin-top: 10px;
    min-height: 18px;
}

.prediction-market-home #statusText.error {
    color: #ff4444;
}

.prediction-market-home .market-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px;
    justify-content: flex-end;
}

.prediction-market-home .field-control {
    display: grid;
    gap: 7px;
}

.prediction-market-home .field-control span {
    color: #888;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.prediction-market-home .market-actions select,
.prediction-market-home .market-actions input,
.prediction-market-home .market-actions button,
.prediction-market-home .amount-box input {
    min-height: 38px;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 4px;
    color: #FF6600;
    padding: 0 10px;
}

.prediction-market-home .market-actions .strike-input {
    width: 128px;
}

.prediction-market-home .field-control select {
    min-width: 148px;
}

.prediction-market-home .date-control input {
    min-width: 186px;
}

.prediction-market-home .direction-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 38px;
    background: #111;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 3px;
}

.prediction-market-home .direction-toggle button,
.prediction-market-home .range-tabs button,
.prediction-market-home .ticket-tabs button {
    border: 0;
    background: transparent;
}

.prediction-market-home .direction-toggle button {
    color: #888;
    min-height: 30px;
    padding: 0 10px;
}

.prediction-market-home .direction-toggle button.active,
.prediction-market-home .review-button {
    background: linear-gradient(135deg, #FF6600 0%, #FF8C00 100%);
    color: #0a0a0a;
}

.prediction-market-home .chart-section,
.prediction-market-home .market-snapshot {
    margin-top: 24px;
}

.prediction-market-home .price-row,
.prediction-market-home .range-row,
.prediction-market-home .ticket-tabs,
.prediction-market-home .selected-event,
.prediction-market-home .ticket-stats > div {
    display: flex;
    align-items: center;
}

.prediction-market-home .price-row,
.prediction-market-home .range-row,
.prediction-market-home .ticket-stats > div {
    justify-content: space-between;
}

.prediction-market-home .price-row {
    gap: 18px;
}

.prediction-market-home .spot-price {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.prediction-market-home .spot-meta,
.prediction-market-home .chart-meta,
.prediction-market-home .range-row,
.prediction-market-home .list-head {
    color: #888;
    font-size: 13px;
}

.prediction-market-home .chart-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    font-weight: 600;
    text-align: right;
}

.prediction-market-home .chart-meta span:first-child {
    color: #FF6600;
}

.prediction-market-home .quality-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 700;
}

.prediction-market-home .quality-strong {
    border-color: #22c55e;
    color: #22c55e;
}

.prediction-market-home .quality-good {
    border-color: #FF6600;
    color: #FF6600;
}

.prediction-market-home .quality-thin {
    border-color: #ffaa00;
    color: #ffaa00;
}

.prediction-market-home .quality-limited {
    border-color: #ff4444;
    color: #ff4444;
}

.prediction-market-home .quality-pending,
.prediction-market-home .quality-details {
    color: #888;
}

.prediction-market-home .quality-details {
    max-width: 260px;
    font-size: 12px;
}

.prediction-market-home #priceCanvas {
    display: block;
    width: 100%;
    height: 320px;
    margin-top: 16px;
    background: #111;
    border: 1px solid #333;
    border-radius: 4px;
}

.prediction-market-home .probability-section {
    margin-top: 18px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #111;
    padding: 16px;
}

.prediction-market-home .probability-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 12px;
}

.prediction-market-home .probability-label {
    color: #888;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.prediction-market-home .probability-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-top: 4px;
}

.prediction-market-home .probability-meta {
    color: #FF6600;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.prediction-market-home #probabilityCanvas {
    display: block;
    width: 100%;
    height: 260px;
}

.prediction-market-home .range-row {
    border-bottom: 1px solid #333;
    padding: 12px 0 18px;
}

.prediction-market-home .range-tabs {
    display: flex;
    gap: 18px;
}

.prediction-market-home .range-tabs button {
    color: #666;
    padding: 0;
}

.prediction-market-home .range-tabs button.active {
    color: #FF6600;
}

.prediction-market-home .markets-list {
    margin-top: 18px;
}

.prediction-market-home .list-head,
.prediction-market-home .market-row {
    display: grid;
    grid-template-columns: minmax(160px, 1fr) 110px minmax(240px, 360px);
    gap: 16px;
    align-items: center;
}

.prediction-market-home .list-head {
    border-bottom: 1px solid #333;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.prediction-market-home .list-head span:nth-child(2),
.prediction-market-home .chance-value {
    text-align: center;
}

.prediction-market-home .list-head span:last-child {
    text-align: center;
}

.prediction-market-home .markets-body {
    display: flex;
    flex-direction: column;
}

.prediction-market-home .market-row {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #333;
    border-radius: 0;
    color: #ddd;
    padding: 16px 0;
    text-align: left;
}

.prediction-market-home .market-row:hover,
.prediction-market-home .market-row.selected {
    background: #151515;
}

.prediction-market-home .target-price {
    display: grid;
    gap: 4px;
    color: #fff;
    font-size: 15px;
}

.prediction-market-home .target-price span {
    color: #888;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.prediction-market-home .target-price strong {
    color: #fff;
    font-size: 17px;
}

.prediction-market-home .chance-value {
    color: #FF6600;
    font-size: 20px;
}

.prediction-market-home .trade-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.prediction-market-home .yes-mini,
.prediction-market-home .no-mini,
.prediction-market-home .yes-no-row button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    min-height: 38px;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1.1;
    padding: 6px 10px;
    text-align: center;
}

.prediction-market-home .yes-mini strong,
.prediction-market-home .no-mini strong,
.prediction-market-home .yes-no-row button strong {
    color: inherit;
    font-size: 12px;
    font-weight: 700;
}

.prediction-market-home .yes-mini span,
.prediction-market-home .no-mini span,
.prediction-market-home .yes-no-row button span {
    color: inherit;
}

.prediction-market-home .yes-mini {
    border: 1px solid rgba(255, 102, 0, 0.55);
    color: #FF6600;
}

.prediction-market-home .no-mini {
    border: 1px solid rgba(255, 68, 68, 0.55);
    color: #ff4444;
}

.prediction-market-home .yes-mini.active {
    background: #FF6600;
    color: #111111;
}

.prediction-market-home .no-mini.active {
    background: #ff4444;
    color: #111111;
}

.prediction-market-home .empty-row {
    color: #888;
    padding: 24px 0;
}

.prediction-market-home .ticket {
    position: sticky;
    top: 18px;
    align-self: start;
    background: #111;
    border: 1px solid #333;
    border-radius: 6px;
    overflow: hidden;
}

.prediction-market-home .ticket-tabs {
    gap: 14px;
    border-bottom: 1px solid #333;
    padding: 16px;
}

.prediction-market-home .ticket-tabs button {
    color: #888;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0;
    text-transform: uppercase;
}

.prediction-market-home .ticket-tabs button.active,
.prediction-market-home .ticket-tabs span {
    color: #FF6600;
}

.prediction-market-home .ticket-tabs span {
    margin-left: auto;
    font-weight: 700;
}

.prediction-market-home .ticket-body {
    padding: 18px 16px;
}

.prediction-market-home .ticket-body p {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 14px;
}

.prediction-market-home .selected-event {
    gap: 10px;
    margin-bottom: 18px;
}

.prediction-market-home .event-badge {
    width: 34px;
    height: 34px;
    font-size: 11px;
}

.prediction-market-home .selected-event strong {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.prediction-market-home .yes-no-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 3px;
}

.prediction-market-home .yes-no-row button {
    border: 0;
    background: transparent;
    color: #888;
}

.prediction-market-home .yes-no-row button.active:first-child {
    background: #FF6600;
    color: #0a0a0a;
}

.prediction-market-home .yes-no-row button.active:last-child {
    background: #ff4444;
    color: #fff;
}

.prediction-market-home .amount-box {
    display: grid;
    gap: 8px;
    margin-top: 18px;
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
}

.prediction-market-home .amount-box input {
    width: 100%;
    min-height: 48px;
    font-size: 18px;
    font-weight: 700;
}

.prediction-market-home .ticket-stats {
    display: grid;
    gap: 12px;
    margin: 20px 0;
}

.prediction-market-home .ticket-stats > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 14px;
}

.prediction-market-home .ticket-stats span {
    color: #888;
    font-size: 13px;
    line-height: 1.35;
}

.prediction-market-home .ticket-stats strong {
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
}

.prediction-market-home .review-button {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.prediction-market-home .review-button:hover {
    box-shadow: 0 0 18px rgba(255, 102, 0, 0.35);
}

.left-panel, .right-panel {
    flex: 1;
    padding: 20px;
    border-right: 1px solid #333;
}

.right-panel {
    border-right: none;
}

.panel-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

.panel-header h2 {
    font-size: 16px;
    font-weight: 600;
    color: #FF6600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Form Styles */
.options-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 12px;
    font-weight: 500;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-group input,
.form-group select {
    background-color: #1a1a1a;
    border: 1px solid #333;
    color: #FF6600;
    padding: 10px 12px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #FF6600;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.3);
    background-color: #2a2a2a;
}

.form-group input::placeholder {
    color: #666;
}

.calculate-btn {
    background: linear-gradient(135deg, #FF6600 0%, #FF8C00 100%);
    color: #000;
    border: none;
    padding: 15px 30px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.calculate-btn:hover {
    background: linear-gradient(135deg, #FF8C00 0%, #FF6600 100%);
    box-shadow: 0 0 20px rgba(0, 255, 0, 0.5);
    transform: translateY(-2px);
}

.calculate-btn:active {
    transform: translateY(0);
}

/* Results Container */
.results-container {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 20px;
    min-height: 300px;
}

.no-data {
    color: #666;
    font-style: italic;
    text-align: center;
    padding: 40px 20px;
}

.results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.result-item {
    background-color: #2a2a2a;
    padding: 15px;
    border-radius: 4px;
    border-left: 3px solid #FF6600;
}

.result-label {
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.result-value {
    font-size: 18px;
    font-weight: 600;
    color: #FF6600;
}

.result-value.negative {
    color: #ff4444;
}

.result-value.positive {
    color: #FF6600;
}

/* Delta Hedging Section */
.delta-hedging-section {
    background-color: #1a1a1a;
    border-top: 2px solid #333;
    padding: 20px;
}

.hedging-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.strategy-selector {
    flex: 0 0 300px;
}

.strategy-selector label {
    display: block;
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.strategy-selector select {
    width: 100%;
    background-color: #2a2a2a;
    border: 1px solid #333;
    color: #FF6600;
    padding: 10px 12px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    border-radius: 4px;
}

.hedging-results {
    flex: 1;
    background-color: #2a2a2a;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 20px;
    min-height: 200px;
}

.hedging-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.hedge-item {
    background-color: #1a1a1a;
    padding: 15px;
    border-radius: 4px;
    border-left: 3px solid #FF6600;
}

.hedge-label {
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.hedge-value {
    font-size: 14px;
    color: #FF6600;
    line-height: 1.5;
}

.hedge-value.positive {
    color: #FF6600;
}

.hedge-value.negative {
    color: #ff4444;
}

/* Footer */
.terminal-footer {
    background-color: #1a1a1a;
    border-top: 1px solid #333;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #888;
}

.status-indicator {
    color: #FF6600;
    font-weight: 600;
}

.status-indicator.error {
    color: #ff4444;
}

.status-indicator.loading {
    color: #ffaa00;
}

/* Loading Animation */
.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 50%;
    border-top-color: #FF6600;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-nav {
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 0.75rem;
    }
    .nav-tab {
        font-size: 13px;
        padding: 0.45rem 0.6rem;
    }
    .terminal-header,
    .market-board-header {
        align-items: flex-start;
        flex-direction: column;
    }
    .market-home,
    .about-content {
        padding: 20px 14px;
    }
    .market-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .market-head span:not(:first-child) {
        display: none;
    }
    .empty-market {
        min-height: 220px;
        padding: 24px 16px;
    }
    .main-content {
        flex-direction: column;
        margin-top: 0.5rem !important;
    }
    .hedging-content {
        flex-direction: column;
    }
    .strategy-selector {
        flex: none;
    }
    .results-grid {
        grid-template-columns: 1fr;
    }
    .hedging-info {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1120px) {
    .prediction-market-home {
        grid-template-columns: 1fr;
    }

    .prediction-market-home .ticket {
        position: static;
    }

    .prediction-market-home .market-header {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .prediction-market-home .market-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .prediction-market-home .market-logo {
        width: 78px;
        height: 78px;
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .prediction-market-home {
        gap: 20px;
        padding: 18px 14px;
    }

    .prediction-market-home .market-header {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 14px;
    }

    .prediction-market-home .market-logo {
        width: 62px;
        height: 62px;
        font-size: 18px;
    }

    .prediction-market-home h1 {
        font-size: 24px;
    }

    .prediction-market-home .market-actions,
    .prediction-market-home .price-row {
        align-items: stretch;
        flex-direction: column;
    }

    .prediction-market-home .market-actions select,
    .prediction-market-home .market-actions input,
    .prediction-market-home .market-actions button,
    .prediction-market-home .field-control {
        width: 100%;
    }

    .prediction-market-home .chart-meta {
        align-items: flex-start;
        text-align: left;
    }

    .prediction-market-home .probability-head {
        flex-direction: column;
    }

    .prediction-market-home .probability-meta {
        text-align: left;
    }

    .prediction-market-home .quality-details {
        max-width: none;
    }

    .prediction-market-home .list-head,
    .prediction-market-home .market-row {
        grid-template-columns: minmax(120px, 1fr) 82px;
        row-gap: 12px;
    }

    .prediction-market-home .list-head span:last-child,
    .prediction-market-home .trade-pills {
        grid-column: 1 / -1;
    }

    .prediction-market-home .chance-value {
        font-size: 18px;
    }
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Selection Styling */
::selection {
    background-color: #FF6600;
    color: #000;
}

/* Focus Styles */
input:focus,
select:focus,
button:focus {
    outline: 2px solid #FF6600;
    outline-offset: 2px;
}
