.thetan-wrapper { background: #090c15; padding: 24px; border-radius: 16px; color: #ffffff; font-family: 'Oxanium', 'Segoe UI', sans-serif; overflow-x: hidden; }
.skeleton { background: #121826; background: linear-gradient(90deg, #121826 25%, #1e293b 50%, #121826 75%); background-size: 400% 100%; animation: shimmer 1.5s infinite linear; }
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

.thetan-wrapper input[type="text"], .thetan-wrapper input[type="email"], .thetan-wrapper input[type="password"], .thetan-wrapper input[type="number"], .thetan-wrapper select { background: #060911; border: 1px solid #1e293b; color: #ffffff !important; padding: 10px; border-radius: 6px; width: 100%; box-sizing: border-box; outline: none; font-family: 'Oxanium', sans-serif; }
.thetan-wrapper input:focus, .thetan-wrapper select:focus { border-color: #00f2fe; }
.thetan-wrapper input:-webkit-autofill { -webkit-text-fill-color: #ffffff !important; transition: background-color 5000s ease-in-out 0s; }
.thetan-wrapper input::placeholder { color: #64748b; }

.thetan-card { background: linear-gradient(180deg, #121826 0%, #0d121f 100%); border: 1px solid #1e293b; border-radius: 12px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4); }
.thetan-title { color: #ffffff !important; text-align: center; margin-top: 0; margin-bottom: 16px; letter-spacing: 1px; font-family: 'Oxanium', sans-serif; }

.thetan-top-bar { background: #0f1623; border: 1px solid #1e293b; padding: 16px 24px; border-radius: 12px; margin-bottom: 16px; }
.user-profile-bar { justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.meta-left, .meta-right { display: flex; align-items: center; gap: 16px; }

.label { font-size: 11px; font-weight: 800; color: #64748b; letter-spacing: 1px; margin-right: 8px; }
.neon-text-cyan { color: #00f2fe; text-shadow: 0 0 10px rgba(0, 242, 254, 0.5); }

.input-group { display: flex; flex-direction: column; gap: 12px; }
.password-wrapper { position: relative; display: flex; align-items: center; width: 100%; }
.password-wrapper input { padding-right: 40px; }
.toggle-password-btn { position: absolute; right: 10px; background: transparent; border: none; font-size: 16px; cursor: pointer; outline: none; }

.char-btn-group { display: inline-flex; gap: 6px; background: #060911; padding: 4px; border-radius: 8px; border: 1px solid #1e293b; }
.char-pill-btn { background: transparent; border: none; color: #94a3b8; padding: 6px 14px; border-radius: 6px; font-weight: 700; font-size: 13px; cursor: pointer; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); font-family: 'Oxanium', sans-serif; }
.char-pill-btn:hover { color: #ffffff; }
.char-pill-btn.active { background: linear-gradient(135deg, #00f2fe 0%, #0099ff 100%); color: #000000; box-shadow: 0 0 15px rgba(0, 242, 254, 0.4); }
.char-pill-btn.bank-pill { color: #ffd700; border: 1px dashed rgba(255, 215, 0, 0.4); }
.char-pill-btn.bank-pill.active { background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%); color: #000000; border: 1px solid #ffd700; box-shadow: 0 0 15px rgba(255, 215, 0, 0.4); }

.currency-badge { background: #060911; border: 1px solid #1e293b; padding: 6px 14px; border-radius: 20px; font-weight: 800; font-size: 14px; display: flex; align-items: center; gap: 6px; }
.currency-badge .unit { font-size: 11px; color: #64748b; margin-left: 2px; }
.currency-badge.credits { border-color: #ffd700; color: #ffd700; }
.currency-badge.gems { border-color: #00f2fe; color: #00f2fe; }

/* Nav Merging */
.main-nav-bar { background: #0b101d; border-bottom: 2px solid #1e293b; align-items: center; padding: 0 16px; margin-bottom: 0; border-radius: 8px 8px 0 0; flex-wrap: wrap; overflow: hidden; }
.nav-logo { padding-right: 20px; border-right: 1px solid #1e293b; margin: 8px 0; }
.nav-tabs { display: flex; flex-wrap: wrap; gap: 4px; }
.nav-tab { background: transparent; border: none; color: #64748b; padding: 16px 24px; font-weight: 800; font-size: 14px; letter-spacing: 1px; cursor: pointer; position: relative; transition: all 0.2s ease; white-space: nowrap; font-family: 'Oxanium', sans-serif;}
.nav-tab:hover { color: #ffffff; }
.nav-tab.active { color: #00f2fe; background: linear-gradient(180deg, rgba(0,242,254,0.1) 0%, rgba(0,0,0,0) 100%); }
.nav-tab.active::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 3px; background: #00f2fe; box-shadow: 0 0 10px #00f2fe; }

.tab-view { display: none; }
.tab-view.active { display: block; }

.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; background: #121826; padding: 4px; border-radius: 10px; border: 1px solid #1e293b; }
.tab-btn { background: transparent; border: none; color: #64748b; padding: 8px 16px; font-weight: 700; font-size: 12px; border-radius: 6px; cursor: pointer; transition: all 0.2s ease; font-family: 'Oxanium', sans-serif;}
.tab-btn.active { background: #1e293b; color: #00f2fe; border: 1px solid #00f2fe; }

/* Sub Nav Merging */
.transaction-sub-tabs { margin-bottom: 20px; width: 100%; border-top: none; border-radius: 0 0 8px 8px; margin-top: 0; }
.transaction-sub-tabs .tab-btn { flex: 1; text-align: center; font-size: 11px; letter-spacing: 0.5px; padding: 10px 16px; }

#central-sub-nav { max-width: 100%; justify-content: flex-start; }
#central-sub-nav .tab-btn { flex: 0 1 auto; padding: 10px 20px; font-size: 13px; }

/* BANNERS */
.central-banner { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; background: linear-gradient(135deg, rgba(0, 242, 254, 0.08) 0%, rgba(11, 16, 29, 0.9) 100%); border: 1px solid rgba(0, 242, 254, 0.3); margin-bottom: 20px; border-radius: 12px; flex-wrap: wrap; gap: 16px; margin-top: 16px; min-height: 100px; }
.central-timer-box { background: #060911; border: 1px solid #1e293b; padding: 12px 20px; border-radius: 10px; text-align: center; min-width: 160px; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.timer-label { font-size: 10px; font-weight: 800; color: #64748b; letter-spacing: 1px; }
.timer-value { font-size: 22px; font-weight: 800; color: #00f2fe; font-family: monospace; letter-spacing: 2px; }

/* NEW: Market Banner Specifics */
.market-banner { background: linear-gradient(135deg, rgba(168, 85, 247, 0.08) 0%, rgba(11, 16, 29, 0.9) 100%); border: 1px solid rgba(168, 85, 247, 0.3); padding: 20px 24px; margin-bottom: 20px; border-radius: 12px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 0; min-height: 100px; }
.market-controls-box { display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; background: #060911; border: 1px solid #1e293b; padding: 12px 20px; border-radius: 10px; align-items: center; min-width: 350px; height: 100%; }
.search-box { position: relative; flex: 1.5; }
.search-box input { padding-right: 32px !important; margin-bottom: 0 !important; border-color: rgba(168, 85, 247, 0.5); background: rgba(6, 9, 17, 0.8); height: 45px; }
.search-box input:focus { border-color: #a855f7; }
.clear-search-btn { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); background: transparent; border: none; color: #64748b; font-size: 14px; cursor: pointer; transition: color 0.2s; }
.clear-search-btn:hover { color: #fff; }
#market-sort { flex: 1; margin-bottom: 0; border-color: rgba(168, 85, 247, 0.5); background-color: rgba(6, 9, 17, 0.8) !important; height: 45px; }
#market-sort:focus { border-color: #a855f7; box-shadow: 0 0 15px rgba(168, 85, 247, 0.3); }

@media (max-width: 768px) {
    .market-controls-box { flex-wrap: wrap; }
    .search-box { flex: 100%; }
    #market-sort { flex: 100%; }
}

.split-view-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; align-items: stretch; }
.panel-card { padding: 24px; display: flex; flex-direction: column; }
.panel-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; flex-wrap: wrap; gap: 10px; }
.panel-header h3 { margin: 0; font-size: 18px; letter-spacing: 1px; color: #f8fafc; display: flex; align-items: center; gap: 10px; text-transform: uppercase; font-family: 'Oxanium', sans-serif;}
.panel-desc { color: #94a3b8; font-size: 12px; margin-top: 0; margin-bottom: 20px; line-height: 1.4; }
.panel-content { flex-grow: 1; display: flex; flex-direction: column; }
.panel-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 16px; width: 100%; align-content: start; }
.panel-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 24px 20px; border: 1px solid #1e293b; border-radius: 12px; background: rgba(6, 9, 17, 0.4); margin: 0 auto; width: 100%; box-sizing: border-box; }
.panel-empty h4 { font-size: 14px; margin: 0 0 6px 0; color: #f8fafc; letter-spacing: 1px; text-transform: uppercase; font-family: 'Oxanium', sans-serif; }
.panel-empty p { font-size: 11px; color: #94a3b8; margin: 0; }

.inventory-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; flex-wrap: wrap; gap: 16px; }
.section-title h3 { margin: 0; font-size: 20px; letter-spacing: 1px; color: #f8fafc; display: flex; align-items: center; gap: 10px; text-transform: uppercase; font-family: 'Oxanium', sans-serif; }
.badge-count { background: #00f2fe; color: #000; font-size: 12px; padding: 2px 8px; border-radius: 12px; }

/* Dynamic Sold Item Card & Shimmer Effect */
.inventory-card.sold-card { background: linear-gradient(180deg, #1f2215 0%, #0b101d 100%); border-color: #ffd700 !important; box-shadow: 0 0 15px rgba(255, 215, 0, 0.15); position: relative; overflow: hidden; }
.inventory-card.sold-card::before { content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.04), transparent); transform: skewX(-20deg); animation: shimmerSweep 3s infinite; pointer-events: none; z-index: 1; }
@keyframes shimmerSweep { 0% { left: -100%; } 100% { left: 200%; } }
.buyer-info { margin-top: 8px; font-size: 12px; color: #ffffff; text-align: center; line-height: 1.3; position: relative; z-index: 2; }
.btn-claim { animation: claimPulse 1.5s infinite; position: relative; z-index: 2; }
@keyframes claimPulse { 0% { transform: scale(1); } 50% { transform: scale(1.03); box-shadow: 0 0 15px rgba(255, 215, 0, 0.6); } 100% { transform: scale(1); } }

.inventory-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; }
.inventory-card { background: linear-gradient(180deg, #131b2e 0%, #0b101d 100%); border: 1px solid #1e293b; border-radius: 12px; padding: 16px; position: relative; overflow: hidden; transition: all 0.25s ease; }
.inventory-card.clickable { cursor: pointer; }
.inventory-card:hover { transform: translateY(-6px); border-color: #00f2fe; box-shadow: 0 8px 25px rgba(0, 242, 254, 0.25); }

/* UPDATED RARITY TIER TAGS (With !important to override browser cache) */
.item-tag { position: absolute; top: 10px; right: 10px; font-size: 9px; font-weight: 800; padding: 2px 6px; border-radius: 4px; background: #1e293b; color: #94a3b8; z-index: 20; text-transform: uppercase; font-family: 'Oxanium', sans-serif;}
.item-tag.common { background: rgba(148, 163, 184, 0.2) !important; color: #94a3b8 !important; border: 1px solid #94a3b8 !important; }
.item-tag.rare { background: rgba(0, 242, 254, 0.2) !important; color: #00f2fe !important; border: 1px solid #00f2fe !important; }
.item-tag.epic { background: rgba(168, 85, 247, 0.2) !important; color: #a855f7 !important; border: 1px solid #a855f7 !important; }
.item-tag.legendary { background: rgba(255, 215, 0, 0.2) !important; color: #ffd700 !important; border: 1px solid #ffd700 !important; }
.item-tag.mythic { background: rgba(239, 68, 68, 0.2) !important; color: #ef4444 !important; border: 1px solid #ef4444 !important; }

/* Modal specific rarity text */
.item-rarity { font-size: 11px; font-weight: 800; letter-spacing: 1px; margin-bottom: 12px; font-family: 'Oxanium', sans-serif;}
.item-rarity.common { color: #94a3b8 !important; } 
.item-rarity.rare { color: #00f2fe !important; } 
.item-rarity.epic { color: #a855f7 !important; } 
.item-rarity.legendary { color: #ffd700 !important; } 
.item-rarity.mythic { color: #ef4444 !important; }

/* Unboxed Clean Quantity Badge */
.item-qty-badge { position: absolute; bottom: 8px; right: 8px; background: transparent; border: none; padding: 0; font-size: 18px; font-weight: 900; color: #ffffff; text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 4px 6px rgba(0,0,0,0.8); z-index: 10; box-shadow: none; font-family: 'Oxanium', sans-serif;}
.item-icon-wrapper { height: 100px; display: flex; align-items: center; justify-content: center; margin: 10px 0; position: relative; }
.card-thumb-img { max-width: 100%; max-height: 90px; object-fit: contain; filter: drop-shadow(0 4px 8px rgba(0,0,0,0.5)); position: relative; z-index: 2; }
.placeholder-icon { font-size: 42px; filter: drop-shadow(0 0 10px rgba(0, 242, 254, 0.3)); position: relative; z-index: 2; }
.item-info { text-align: center; position: relative; z-index: 2; }
.item-title { font-weight: 700; font-size: 15px; color: #ffffff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-family: 'Oxanium', sans-serif; }

.history-list-container { display: flex; flex-direction: column; gap: 8px; }
.history-item { background: linear-gradient(90deg, #0b101d 0%, #121826 100%); border: 1px solid #1e293b; border-left: 4px solid #00f2fe; padding: 8px 16px; border-radius: 8px; display: flex; justify-content: space-between; align-items: center; flex-wrap: nowrap; gap: 16px; transition: border-color 0.2s; overflow: hidden; }
.history-item:hover { border-color: #334155; }
.history-meta-left { display: flex; align-items: center; gap: 14px; overflow: hidden; }
.history-thumb { width: 48px; height: 48px; object-fit: contain; background: #060911; border-radius: 6px; padding: 2px; border: 1px solid #1e293b; flex-shrink: 0; }
.history-thumb.placeholder { padding: 12px; opacity: 0.6; }
.history-meta { display: flex; flex-direction: column; gap: 2px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.history-title { color: #f8fafc; font-weight: 800; font-size: 13px; letter-spacing: 0.5px; overflow: hidden; text-overflow: ellipsis; font-family: 'Oxanium', sans-serif; }
.history-desc { color: #94a3b8; font-size: 11px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; }
.history-date { color: #64748b; font-size: 10px; font-weight: 700; background: #060911; padding: 6px 10px; border-radius: 6px; border: 1px solid #1e293b; white-space: nowrap; flex-shrink: 0; margin-left: auto; font-family: 'Oxanium', sans-serif; }

.badge-pulse { display: inline-block; width: 10px; height: 10px; background: #ef4444; border-radius: 50%; box-shadow: 0 0 8px #ef4444; animation: pulseRed 1.5s infinite; margin-left: 6px; }
.pulse-icon { display: inline-block; animation: pulse 1.5s infinite ease-in-out; }
@keyframes pulseRed { 0% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.4); } 100% { opacity: 1; transform: scale(1); } }
@keyframes pulse { 0% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(1.15); } 100% { opacity: 1; transform: scale(1); } }
@keyframes modalFadeIn { 0% { opacity: 0; transform: scale(0.92) translateY(10px); } 100% { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes backdropFade { 0% { opacity: 0; } 100% { opacity: 1; } }

.switch { position: relative; display: inline-block; width: 44px; height: 24px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #1e293b; transition: .4s; }
.slider:before { position: absolute; content: ""; height: 16px; width: 16px; left: 4px; bottom: 4px; background-color: white; transition: .4s; }
input:checked + .slider { background-color: #00f2fe; }
input:checked + .slider:before { transform: translateX(20px); }
.slider.round { border-radius: 24px; }
.slider.round:before { border-radius: 50%; }

.pagination-controls { display: flex; justify-content: center; gap: 8px; margin-top: 24px; flex-wrap: wrap; }
.page-btn { background: #121826; border: 1px solid #1e293b; color: #94a3b8; padding: 6px 16px; border-radius: 6px; cursor: pointer; font-weight: 700; font-size: 12px; transition: all 0.2s ease; min-width: 75px; text-align: center; font-family: 'Oxanium', sans-serif;}
.page-btn:hover { background: #1e293b; color: #fff; }
.page-btn.active { background: #00f2fe; color: #000; border-color: #00f2fe; }
.page-btn:disabled { opacity: 0.5; cursor: not-allowed; }

.thetan-modal { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 99999; display: flex; align-items: center; justify-content: center; }
.modal-backdrop { position: absolute; width: 100%; height: 100%; background: rgba(4, 7, 13, 0.85); backdrop-filter: blur(8px); animation: backdropFade 0.3s ease forwards; }
.modal-content { position: relative; z-index: 2; width: 90%; max-width: 780px; padding: 32px; border-color: #00f2fe; box-shadow: 0 0 40px rgba(0, 242, 254, 0.25); animation: modalFadeIn 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.15) forwards; }
.modal-close-btn { position: absolute; top: 16px; right: 16px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.2); color: #ffffff; width: 36px; height: 36px; border-radius: 50%; font-size: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s ease; z-index: 10; }
.modal-close-btn:hover { background: #ef4444; border-color: #ef4444; color: #ffffff; transform: scale(1.1); }

.modal-body-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 640px) { .modal-body-grid { grid-template-columns: 1fr; } }

.modal-visual-container { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: space-between; background: #060911; border: 1px solid #1e293b; border-radius: 12px; padding: 16px; height: 380px; }
.modal-media-box { width: 100%; height: 280px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; }
.modal-media-box img { max-width: 100%; max-height: 240px; object-fit: contain; filter: drop-shadow(0 6px 12px rgba(0,0,0,0.6)); }
#modal-model-viewer { width: 100%; height: 100%; background: radial-gradient(circle, #1a233a 0%, #090c15 100%); border-radius: 12px; }

.viewer-hint { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); font-size: 10px; color: #94a3b8; text-align: center; font-weight: 700; pointer-events: none; background: rgba(6, 9, 17, 0.8); padding: 6px 14px; border-radius: 8px; z-index: 10; width: max-content; opacity: 1; }
.modal-action-bar { margin-top: 12px; width: 100%; display: flex; justify-content: center; }

.toggle-3d-btn, .toggle-2d-btn { background: #3b82f6; color: #ffffff; font-size: 14px; font-weight: 700; padding: 10px 20px; border-radius: 8px; border: none; cursor: pointer; box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4); transition: all 0.2s; font-family: 'Oxanium', sans-serif;}
.toggle-3d-btn:hover, .toggle-2d-btn:hover { background: #2563eb; transform: translateY(-2px); }

.modal-info-container { display: flex; flex-direction: column; }
.modal-header-info h2 { margin: 8px 0 2px 0; font-size: 24px; color: #ffffff; font-family: 'Oxanium', sans-serif;}
.modal-description { font-size: 13px; color: #94a3b8; line-height: 1.5; margin-bottom: 20px; }

.modal-stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.stat-card { background: #060911; border: 1px solid #1e293b; padding: 8px 12px; border-radius: 6px; display: flex; flex-direction: column; }
.stat-label { font-size: 10px; color: #64748b; font-weight: 700; }
.stat-value { font-size: 13px; color: #00f2fe; font-weight: 800; }
.no-stats { grid-column: 1 / -1; font-size: 12px; color: #64748b; font-style: italic; }

.item-interactive-actions { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; }
.item-interactive-actions button { width: 100%; padding: 10px 14px; font-size: 12px; }

.action-card { max-width: 400px; text-align: center; padding: 40px 32px; border-color: #ef4444; box-shadow: 0 0 40px rgba(239, 68, 68, 0.25); }
.action-card h3 { margin: 0 0 8px 0; color: #ffffff; font-size: 22px; font-family: 'Oxanium', sans-serif;}
.action-card p { color: #94a3b8; font-size: 14px; margin-bottom: 24px; }
.gift-card { max-width: 400px; text-align: center; padding: 40px 32px; border-color: #00f2fe; box-shadow: 0 0 40px rgba(0, 242, 254, 0.25); }
.gift-card h3 { margin: 0 0 8px 0; color: #ffffff; font-size: 22px; font-family: 'Oxanium', sans-serif;}
.gift-card p { color: #94a3b8; font-size: 14px; margin-bottom: 24px; }

.thetan-select { display: block !important; visibility: visible !important; width: 100%; min-height: 45px; padding: 12px 16px; background-color: #060911 !important; border: 1px solid #00f2fe; color: #ffffff !important; border-radius: 8px; font-size: 14px; font-family: inherit; font-weight: 600; appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300f2fe' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 16px center; background-size: 16px; cursor: pointer; margin-bottom: 8px; transition: all 0.2s ease; font-family: 'Oxanium', sans-serif;}
.thetan-select:focus { outline: none; box-shadow: 0 0 15px rgba(0, 242, 254, 0.4); }
.thetan-select option { background-color: #060911; color: #ffffff; padding: 12px; }
.thetan-select option:disabled { color: #64748b; }

.logout-actions { display: flex; justify-content: center; gap: 16px; }
.cancel-btn { background: #1e293b; color: #ffffff; border: 1px solid #334155; }
.cancel-btn:hover { background: #334155; }

.settings-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; }
.settings-card { padding: 24px; }
.settings-card h4 { margin: 0 0 16px 0; color: #00f2fe; font-size: 14px; letter-spacing: 1px; border-bottom: 1px solid #1e293b; padding-bottom: 8px; font-family: 'Oxanium', sans-serif;}
.setting-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.05); font-size: 13px; }
.setting-label { color: #64748b; font-weight: 700; }
.setting-value { color: #f1f5f9; font-weight: 600; }
.setting-value-with-btn { display: flex; align-items: center; gap: 8px; }
.reveal-btn { background: transparent; border: none; color: #94a3b8; cursor: pointer; font-size: 14px; padding: 0; display: flex; align-items: center; justify-content: center; transition: transform 0.2s; }
.reveal-btn:hover { transform: scale(1.1); color: #fff; }

.setting-form-group { display: flex; flex-direction: column; gap: 8px; }
.setting-form-group label { font-size: 12px; color: #64748b; font-weight: 700; }
.input-with-btn { display: flex; gap: 8px; }

.placeholder-view { text-align: center; padding: 60px; }
.placeholder-view h3 { color: #ffffff; margin-bottom: 8px; font-size: 16px; text-transform: uppercase; font-family: 'Oxanium', sans-serif;}
.placeholder-view p { font-size: 13px; }

.thetan-btn { border: none; font-weight: 800; padding: 10px 20px; border-radius: 8px; cursor: pointer; letter-spacing: 0.5px; transition: transform 0.15s ease, box-shadow 0.15s ease; font-family: 'Oxanium', sans-serif;}
.thetan-btn.btn-sm { font-size: 13px; padding: 6px 14px; }
.thetan-btn.cyan { background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%); color: #000; }
.thetan-btn.cyan:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(0, 242, 254, 0.4); }
.thetan-btn.gold { background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%); color: #000; }
.thetan-btn.gold:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(255, 215, 0, 0.4); }
.thetan-btn.danger-outline { background: transparent; border: 1px solid #ef4444; color: #ef4444; }
.thetan-btn.danger-outline:hover { background: #ef4444; color: #fff; }
.thetan-btn.default-outline { background: transparent; border: 1px solid #94a3b8; color: #94a3b8; }
.thetan-btn.default-outline:hover { background: #94a3b8; color: #000000; }