/* Test Pages Styles */
.test-status {
    margin: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    font-family: monospace;
    white-space: pre-line;
}

.test-status-scrollable {
    max-height: 400px;
    overflow-y: auto;
}

.test-config-box {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    background: #f9f9f9;
}

.test-input-section {
    margin: 20px 0;
}

.hidden-mock-interface {
    display: none;
}

.test-results {
    margin: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    font-family: monospace;
    white-space: pre-line;
    max-height: 400px;
    overflow-y: auto;
}

/* Treasury Admin Styles */
.admin-section-hidden {
    display: none;
}

.refresh-button {
    margin-top: 20px;
}

.history-list {
    max-height: 200px;
    overflow-y: auto;
}

.history-placeholder {
    color: #8B949E;
    text-align: center;
    padding: 20px;
}

.status-message-hidden {
    display: none;
}

/* Balance Test Styles */
.wallet-info-hidden {
    display: none;
}

.balance-info-section {
    margin-bottom: 20px;
}

.balance-list {
    display: block;
}

.balance-list-hidden {
    display: none;
}

/* Swap DApp Styles */
.stats-banner {
    background: linear-gradient(135deg, rgba(40,219,209,0.1), rgba(30,144,255,0.1));
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    border: 2px solid rgba(40,219,209,0.3);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.stat-item {
    text-align: center;
}

.stat-label {
    font-size: 12px;
    color: #8B949E;
    margin-bottom: 4px;
}

.stat-value-migrated {
    font-size: 24px;
    font-weight: 700;
    color: #28DBD1;
}

.stat-value-eth {
    font-size: 24px;
    font-weight: 700;
    color: #FFD700;
}

.stat-value-game {
    font-size: 24px;
    font-weight: 700;
    color: #1E90FF;
}

.stat-value-apy {
    font-size: 24px;
    font-weight: 700;
    color: #FF6B6B;
}

.urgency-banner {
    text-align: center;
    padding: 12px;
    background: rgba(255,193,7,0.1);
    border-radius: 8px;
    border: 1px solid rgba(255,193,7,0.3);
}

.urgency-title {
    font-size: 14px;
    color: #FFC107;
    font-weight: 600;
}

.urgency-timer {
    font-size: 18px;
    color: #fff;
    margin-top: 4px;
}

.activity-feed {
    background: rgba(0,0,0,0.3);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid rgba(40,219,209,0.2);
}

.activity-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.activity-title {
    font-size: 14px;
    color: #8B949E;
    font-weight: 600;
}

.activity-live-badge {
    font-size: 11px;
    color: #28DBD1;
    padding: 2px 8px;
    background: rgba(40,219,209,0.1);
    border-radius: 12px;
}

.activity-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.activity-connecting {
    font-size: 13px;
    color: #8B949E;
}

/* Swap DApp Additional Styles */
.header-logo-link {
    text-decoration: none;
    color: inherit;
}

.header-nav {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.nav-link {
    color: #8B949E;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.header-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 8px 0;
}

.badge-verified {
    padding: 4px 10px;
    background: rgba(40,219,209,0.1);
    border-radius: 20px;
    font-size: 11px;
    color: #28DBD1;
    border: 1px solid rgba(40,219,209,0.3);
}

.badge-audited {
    padding: 4px 10px;
    background: rgba(76,175,80,0.1);
    border-radius: 20px;
    font-size: 11px;
    color: #4CAF50;
    border: 1px solid rgba(76,175,80,0.3);
}

.badge-live {
    padding: 4px 10px;
    background: rgba(255,215,0,0.1);
    border-radius: 20px;
    font-size: 11px;
    color: #FFD700;
    border: 1px solid rgba(255,215,0,0.3);
}

.wallet-info-hidden {
    display: none;
}

.notification-settings {
    margin: 10px 0;
    padding: 10px;
    background: rgba(40,219,209,0.05);
    border-radius: 8px;
    border: 1px solid rgba(40,219,209,0.1);
}

.notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notification-label-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.notification-label {
    font-size: 14px;
    color: #8B949E;
}

.notification-status {
    font-size: 11px;
    color: #28DBD1;
    padding: 2px 6px;
    background: rgba(40,219,209,0.1);
    border-radius: 10px;
}

.notification-description {
    font-size: 11px;
    color: #6B7280;
    margin-top: 4px;
}

.alert-info {
    margin-bottom: 20px;
    padding: 16px;
    background: rgba(40,219,209,0.1);
    border: 1px solid rgba(40,219,209,0.3);
    border-radius: 12px;
}

.alert-warning {
    margin-bottom: 20px;
    padding: 16px;
    background: rgba(255,193,7,0.1);
    border: 1px solid rgba(255,193,7,0.3);
    border-radius: 12px;
}

.approve-btn-hidden {
    display: none;
}

.payment-token-dropdown {
    display: none;
    position: absolute;
    background: #0a1929;
    border: 1px solid rgba(40, 219, 209, 0.3);
    border-radius: 8px;
    z-index: 1000;
    margin-top: 5px;
    min-width: 200px;
    max-height: 300px;
    overflow-y: auto;
}

.buy-debug-info {
    margin-top: 10px;
    padding: 10px;
    background: rgba(255,255,0,0.1);
    border: 1px solid rgba(255,255,0,0.3);
    border-radius: 8px;
    font-size: 12px;
}

.immediate-diagnostics {
    position: fixed;
    top: 10px;
    left: 10px;
    background: rgba(255,0,0,0.9);
    color: white;
    padding: 15px;
    border-radius: 8px;
    font-size: 12px;
    z-index: 10000;
    max-width: 400px;
}

.diagnostics-hide-btn {
    margin-top: 10px;
    background: white;
    color: black;
    border: none;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}

.success-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.success-card-green {
    text-align: center;
    padding: 12px;
    background: rgba(76,175,80,0.1);
    border-radius: 8px;
}

.success-card-yellow {
    text-align: center;
    padding: 12px;
    background: rgba(255,193,7,0.1);
    border-radius: 8px;
}

.success-title-green {
    font-size: 14px;
    color: #4CAF50;
    font-weight: 600;
}

.success-title-yellow {
    font-size: 14px;
    color: #FFC107;
    font-weight: 600;
}

.success-subtitle {
    font-size: 12px;
    color: #8B949E;
}

.success-actions {
    text-align: center;
}

.btn-link-success {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    text-decoration: none;
    display: inline-block;
    margin-right: 12px;
}

.btn-staking-info {
    background: linear-gradient(135deg, #FFC107 0%, #FF8F00 100%);
}

.vesting-status-box {
    margin-bottom: 20px;
    padding: 16px;
    background: rgba(255,193,7,0.1);
    border: 1px solid rgba(255,193,7,0.3);
    border-radius: 12px;
}

.vesting-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vesting-title {
    color: #FFC107;
}

.vesting-subtitle {
    font-size: 14px;
    color: #8B949E;
}

.vesting-count {
    text-align: right;
}

.vesting-count-number {
    font-size: 24px;
    font-weight: 700;
    color: #FFC107;
}

.vesting-count-status {
    font-size: 12px;
    color: #8B949E;
}

.info-box-spacing {
    margin-bottom: 20px;
}

.info-value-highlight {
    color: #28DBD1;
    font-size: 18px;
    font-weight: 700;
}

.vesting-progress-section {
    margin: 20px 0;
}

.progress-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.text-center {
    text-align: center;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.hidden-label {
    display: none;
}
