* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; background: #f5f7fb; color: #1e293b; overflow-x: hidden; }
.marketing-wrapper { background: #fff; transition: all 0.2s; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.header { background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; max-width: 1200px; margin: 0 auto; gap: 12px; }
.logo { flex: 0 0 auto; }
.logo img { height: 40px; width: auto; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #b8860b; order: 4; }
.nav-menu { display: flex; gap: 2rem; list-style: none; flex: 1 1 auto; }
.nav-menu a, .nav-menu button { text-decoration: none; color: #1e293b; font-weight: 500; transition: 0.2s; background:none; border:none; font: inherit; cursor:pointer; padding:0; }
.nav-menu a:hover, .nav-menu a.active, .nav-menu button:hover, .nav-menu button.active { color: #d4af37; }
.btn { background: #d4af37; color: #0f172a; border: none; padding: 10px 24px; border-radius: 2rem; font-weight: 600; cursor: pointer; display: inline-block; text-decoration: none; }
.hero-carousel, .shop-carousel { margin-bottom: 2rem; }
.carousel-container { position: relative; width: 100%; height: 0; padding-bottom: 40%; overflow: hidden; }
.carousel-slides { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; transition: transform 0.5s ease; }
.carousel-slide { flex: 0 0 100%; height: 100%; background: #f0f0f0 center / contain no-repeat; }
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.5); color: white; border: none; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; z-index: 10; }
.carousel-btn.prev { left: 15px; }
.carousel-btn.next { right: 15px; }
.carousel-dots { position: absolute; bottom: 15px; left: 0; right: 0; display: flex; justify-content: center; gap: 8px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.5); cursor: pointer; }
.dot.active { background: #d4af37; width: 20px; border-radius: 10px; }
.brand-intro { text-align: center; margin: 3rem 0; }
.brand-intro h2 { font-size: 1.8rem; color: #b8860b; }
.highlights { background: #f8fafc; padding: 3rem 0; }
.section-title { text-align: center; font-size: 2rem; color: #b8860b; margin-bottom: 2rem; }
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.highlight-card { background: white; border-radius: 1.5rem; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.card-img { width: 100%; height: 200px; object-fit: cover; }
.card-content { padding: 1.5rem; }
.join-section { text-align: center; padding: 4rem 20px; background: linear-gradient(135deg, #fef9e6, #fff); }
footer { background: #0f172a; color: white; text-align: center; padding: 2rem; font-size: 0.8rem; }
.modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 1000; align-items: center; justify-content: center; }
.modal.active { display: flex; }
.modal-content { background: white; width: 90%; max-width: 450px; border-radius: 2rem; padding: 2rem; max-height: 90vh; overflow-y: auto; }
.modal-header { position: relative; padding-right: 36px; margin-bottom: 8px; }
.close-modal { position: absolute; right: 0; top: 0; width: 32px; height: 32px; border: none; background: transparent; font-size: 1.5rem; line-height: 1; cursor: pointer; color: #64748b; }
.tab-buttons { display: flex; gap: 1rem; margin-bottom: 1.5rem; border-bottom: 1px solid #e2e8f0; }
.tab-btn { background: none; border: none; padding: 0.5rem 0; font-weight: 600; cursor: pointer; color: #94a3b8; }
.tab-btn.active { color: #d4af37; border-bottom: 2px solid #d4af37; }
.form-group { margin-bottom: 1rem; }
.form-group input { width: 100%; padding: 10px 12px; border: 1px solid #e2e8f0; border-radius: 1rem; }
.password-field { position: relative; }
.password-field input { padding-right: 42px !important; }
.password-visibility-toggle { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); border: none; background: transparent; color: #94a3b8; cursor: pointer; font-size: 1rem; }
.captcha-row { display: flex; gap: 10px; align-items: center; }
.captcha-code { background: #f1f5f9; padding: 8px 12px; font-family: monospace; border-radius: 1rem; flex:1; text-align: center; font-weight: bold; }
.error-msg { color: #ef4444; font-size: 0.7rem; }

.lang-switcher { position:relative; display:flex; align-items:center; margin-left:auto; order: 2; }
.lang-trigger { display:flex; align-items:center; gap:10px; margin-left:0; background:#f8fafc; border:1px solid #e2e8f0; border-radius:999px; padding:8px 14px; color:#111827; font-weight:700; font-size:0.95rem; cursor:pointer; }
.lang-trigger i { color:#0f172a; font-size:1rem; }
.lang-current-flag, .lang-option img { width:22px; height:15px; border-radius:4px; object-fit:cover; box-shadow:0 0 0 1px rgba(15,23,42,0.08); }
.lang-trigger .lang-caret { font-size:0.82rem; color:#64748b; transition:transform .2s; }
.lang-switcher.open .lang-trigger .lang-caret { transform:rotate(180deg); }
.lang-menu { position:absolute; top:calc(100% + 8px); right:0; min-width:190px; background:#fff; border:1px solid #e2e8f0; border-radius:18px; padding:8px; box-shadow:0 18px 40px rgba(15,23,42,0.12); display:none; z-index:120; }
.lang-switcher.open .lang-menu { display:block; }
.lang-option { width:100%; display:flex; align-items:center; gap:10px; background:transparent; border:none; border-radius:12px; padding:10px 12px; font-size:0.92rem; font-weight:700; color:#111827; cursor:pointer; text-align:left; }
.lang-option:hover, .lang-option.active { background:#f8fafc; }
.lang-option .check { margin-left:auto; color:#22c55e; font-size:0.82rem; opacity:0; }
.lang-option.active .check { opacity:1; }

@media (max-width: 768px) { 
    .nav-toggle { display: block; margin-left: 0; order: 3; } 
    .nav-menu { order: 10; width: 100%; display: none; position: absolute; top: 60px; left: 0; right: 0; background: white; flex-direction: column; padding: 1rem; } 
    .nav-menu.active { display: flex; } 
    .header-inner { flex-wrap: wrap; }
    .carousel-container { padding-bottom: 60%; } 
    .cards-grid { grid-template-columns: 1fr; } 
    .lang-switcher { padding:7px 12px; }
    .lang-trigger { font-size:0.88rem; }
}

/* ========= 交易系统样式 ========= */
.app-container { display: none; flex-direction: column; height: 100vh; background: #f5f7fb; overflow: hidden; }
.app-header { background: white; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #eef2f6; }
.app-logo img { height: 34px; width: auto; display: block; }
.app-user-info { background: #f1f5f9; padding: 4px 12px; border-radius: 40px; font-size: 0.75rem; display: flex; gap: 8px; align-items: center; }
.app-user-info span { color: #b8860b; font-weight: bold; }
.logout-btn { background: #ef4444; color: white; border: none; padding: 4px 12px; border-radius: 40px; cursor: pointer; font-size: 0.7rem; }
.bottom-nav { background: white; display: flex; justify-content: space-around; padding: 8px 16px 12px; border-top: 1px solid #eef2f6; }
.nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #94a3b8; font-size: 0.7rem; cursor: pointer; }
.nav-item i { font-size: 1.3rem; }
.nav-item.active { color: #d4af37; }
.view-pane { flex: 1; overflow-y: auto; padding: 16px; display: none; }
.view-pane.active-pane { display: block; }

.app-home-shell { padding-bottom:22px; }
.home-banner-carousel { position: relative; border-radius: 34px; overflow: hidden; margin-bottom: 18px; background: #fff; box-shadow: 0 8px 28px rgba(15,23,42,0.04); }
.home-banner-carousel img { width: 100%; height: 240px; object-fit: cover; display: block; }
.home-banner-dots { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; }
.home-banner-dot { width: 12px; height: 12px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.9); background: transparent; cursor: pointer; }
.home-banner-dot.active { background: rgba(255,255,255,0.95); }
.home-divider-ribbon { position: relative; margin: 8px 0 18px; height: 72px; cursor:pointer; }
.home-divider-ribbon::before { content: ''; position: absolute; left: -10px; right: -10px; top: 40px; height: 4px; background: linear-gradient(90deg,#f6edd6,#c79c2c,#f6edd6); border-radius: 999px; }
.home-divider-center { position: absolute; left: 50%; top: 18px; transform: translateX(-50%); width: 66px; height: 66px; border-radius: 50%; background: #900c3f; border: 2px solid #d4af37; display:flex; align-items:center; justify-content:center; box-shadow:0 8px 20px rgba(15,23,42,0.06); overflow: visible; z-index: 2; }
.home-click-bubble { position: absolute; right: 18%; top: 0; border: 2px solid #8d3b69; color: #8d3b69; background: rgba(255,255,255,0.85); padding: 10px 26px; border-radius: 999px; font-size: 0.95rem; transform: rotate(-8deg); }
.home-actions-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:18px; }
.home-square-card { background:white; border-radius:28px; min-height:124px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; box-shadow:0 8px 28px rgba(15,23,42,0.04); cursor:pointer; }
.home-square-card .icon-bubble { width:62px; height:62px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.7rem; }
.home-square-card .label { font-size:1rem; color:#111827; font-weight:500; }
.home-about-service { display:grid; grid-template-columns:1fr 2fr; gap:16px; margin-top:16px; }
.home-about-card { background:white; border-radius:28px; min-height:170px; box-shadow:0 8px 28px rgba(15,23,42,0.04); padding:20px; display:flex; flex-direction:column; justify-content:center; cursor:pointer; }
.home-about-card .icon-bubble { width:62px; height:62px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.7rem; margin-bottom:16px; }
.home-service-card { background:linear-gradient(135deg,#fffdf7,#fffdfa 58%,#fff8e8); border-radius:28px; min-height:170px; box-shadow:0 8px 28px rgba(15,23,42,0.04); padding:24px; display:flex; justify-content:space-between; align-items:center; cursor:pointer; }
.home-service-card .service-title { font-size:1.15rem; font-weight:700; color:#111827; margin-bottom:8px; }
.home-service-card .service-desc { font-size:0.95rem; color:#a1a1aa; }
.home-service-card .service-avatar { width:86px; height:86px; border-radius:50%; background:radial-gradient(circle at 30% 30%, #fff8dc, #d4af37); display:flex; align-items:center; justify-content:center; color:white; font-size:2rem; box-shadow:0 10px 20px rgba(212,175,55,0.22); }
.home-news-card { background: white; border-radius: 26px; padding: 16px; box-shadow:0 8px 28px rgba(15,23,42,0.04); margin-top: 18px; }
.home-news-head { display:flex; align-items:center; gap: 10px; margin-bottom: 10px; cursor:pointer; }
.home-news-head img { width: 26px; height: 26px; object-fit: contain; }
.home-news-list { display:flex; flex-direction:column; gap: 10px; }
.home-news-item { display:flex; justify-content:space-between; gap:12px; background:#f8fafc; border-radius:16px; padding:12px 14px; font-size:0.92rem; color:#334155; cursor:pointer; align-items:center; }
.home-news-item:hover { background:#eef4ff; }
.home-news-item::after { content:'›'; color:#94a3b8; font-size:1.15rem; line-height:1; }
.home-news-item .date { color:#94a3b8; white-space:nowrap; }

.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.product-card { background: white; border-radius: 24px; padding: 16px; border: 1px solid #eef2f6; cursor: pointer; transition: 0.2s; }
.product-card h3 { font-size: 1rem; margin-bottom: 6px; }
.product-price { font-size: 1.2rem; font-weight: bold; }
.product-change { font-size: 0.7rem; }
.product-volume { color: #fbbf24; font-weight: 600; font-size: 0.7rem; margin-top: 4px; }

.detail-header { text-align: center; margin-bottom: 14px; }
.detail-name { font-size: 1.4rem; font-weight: 800; }
.chart-shell { background: linear-gradient(180deg, #07101f 0%, #09162a 100%); border-radius: 24px; padding: 14px; margin-bottom: 16px; color: #cbd5e1; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(148,163,184,0.08), 0 12px 34px rgba(2,6,23,0.20); position: relative; }
.chart-topbar { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:12px; flex-wrap:wrap; background:linear-gradient(180deg, rgba(7,16,31,0.96), rgba(9,22,42,0.92)); border-radius:24px; padding:16px 18px; box-shadow:inset 0 0 0 1px rgba(148,163,184,0.08); color:#f8fafc; }
.chart-price-block { min-width: 180px; }
.chart-title { font-size:0.76rem; color:#94a3b8; margin-bottom:8px; }
.chart-quote-price { font-size: 1.95rem; font-weight: 800; line-height: 1; color:#f8fafc; }
.chart-head-stats { display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end; }
.head-pill { display:inline-flex; align-items:center; gap:6px; background: rgba(15,23,42,0.72); border: 1px solid rgba(148,163,184,0.12); color:#94a3b8; border-radius:999px; padding:6px 10px; font-size:12px; }
.head-pill b { color:#f8fafc; font-weight:700; }
.price-up { color:#ef4444 !important; }
.price-down { color:#10b981 !important; }
.ticker-price.price-up, .product-price.price-up, #modalBuyQuote.price-up, #modalSellQuote.price-up, #modalCurrentPrice.price-up,
.ticker-change.price-up, .product-change.price-up { color:#ef4444 !important; }
.ticker-price.price-down, .product-price.price-down, #modalBuyQuote.price-down, #modalSellQuote.price-down, #modalCurrentPrice.price-down,
.ticker-change.price-down, .product-change.price-down { color:#10b981 !important; }
.chart-container { background: linear-gradient(180deg, rgba(3,11,24,0.46), rgba(6,15,30,0.20)); border-radius: 18px; padding: 8px 6px 4px; margin-bottom: 0; color: #cbd5e1; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(148,163,184,0.06); position: relative; }
.kline-chart { position: relative; width: 100%; height: 500px; background: transparent; border-radius: 16px; overflow: hidden; }
.chart-legend { display:flex; align-items:center; gap:16px; flex-wrap:wrap; font-size:0.72rem; color:#cbd5e1; padding: 2px 4px 10px; }
.legend-line { width:16px; height:2px; border-radius:999px; display:inline-block; vertical-align:middle; margin-right:4px; }
.legend-bar { width:10px; height:10px; border-radius:3px; display:inline-block; vertical-align:middle; margin-right:4px; }
.period-buttons, .ma-buttons { display: flex; gap: 8px; flex-wrap: wrap; margin: 0; }
.chart-controls { display:flex; flex-direction:column; gap:10px; margin-bottom:10px; }
.period-btn, .ma-btn { background: rgba(21,34,56,0.96); color:#94a3b8; border: 1px solid rgba(148,163,184,0.14); padding: 5px 12px; border-radius: 40px; font-size: 0.72rem; cursor: pointer; }
.period-btn.active, .ma-btn.active { background: #d4af37; color: #0f172a; border-color:#d4af37; }
.trade-buttons { display: flex; gap: 16px; margin: 20px 0; }
.btn-buy, .btn-sell { flex: 1; padding: 12px; border-radius: 40px; font-weight: bold; font-size: 1rem; border: none; cursor: pointer; }
.btn-buy { background: #ef4444; color: white; }
.btn-sell { background: #10b981; color: white; }

/* 订单确认模态框 */
.modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}
.modal-overlay.show {
    visibility: visible;
    opacity: 1;
}
.order-modal {
    background: white;
    width: 90%;
    max-width: 450px;
    border-radius: 32px;
    padding: 20px;
    max-height: 90vh;
    overflow-y: auto;
}
.order-modal h3 {
    text-align: center;
    margin-bottom: 16px;
    color: #b8860b;
}
.time-group, .profit-group, .amount-group {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 12px 0;
}
.time-opt, .profit-opt, .amount-opt {
    background: #f1f5f9;
    padding: 6px 12px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 0.8rem;
}
.time-opt.selected, .profit-opt.selected, .amount-opt.selected {
    background: #d4af37;
    color: white;
}
.order-summary {
    background: #f8fafc;
    border-radius: 20px;
    padding: 12px;
    margin: 16px 0;
    font-size: 0.8rem;
}
.confirm-btn, .cancel-btn {
    width: 100%;
    padding: 12px;
    border-radius: 40px;
    font-weight: bold;
    cursor: pointer;
    border: none;
}
.confirm-btn { background: #d4af37; color: #0f172a; margin-top: 8px; }
.cancel-btn { background: #eef2f6; color: #475569; margin-top: 8px; }

/* 倒计时圆形 */
.countdown-overlay {
    position: fixed;
    top:0;left:0;width:100%;height:100%;
    background: rgba(0,0,0,0.8);
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.countdown-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    color: white;
    font-weight: 700;
    box-shadow: none;
    padding: 12px 18px;
}
.countdown-circle .countdown-number {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 1px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.38));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 6px 30px rgba(255,255,255,0.12);
}
.countdown-circle .countdown-label {
    font-size: 1rem;
    margin-top: 10px;
    font-weight: 500;
    background: linear-gradient(180deg, rgba(255,255,255,0.85), rgba(255,255,255,0.32));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: 2px;
}

/* 订单记录卡片 */
.order-card {
    background: white;
    border-radius: 24px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.order-header {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    margin-bottom: 12px;
}
.order-direction.up { color: #ef4444; }
.order-direction.down { color: #10b981; }
.order-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    font-size: 0.7rem;
}
.profit-green { color: #10b981; }
.profit-red { color: #ef4444; }

/* 个人中心（完整修复） */
.profile-v2 { padding-bottom: 26px; max-width: 600px; margin: 0 auto; }
.profile-top-line { margin-bottom: 24px; }
.profile-v2-top { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.profile-v2-top .name { font-size: 2rem; font-weight: 800; color: #111827; line-height: 1.06; word-break: break-word; }
.profile-v2-top .credit-badge { display: inline-flex; align-items: center; gap: 6px; flex-wrap: wrap; padding: 6px 12px; border-radius: 999px; background: white; font-size: 0.95rem; box-shadow: 0 6px 20px rgba(15,23,42,0.04); }
.profile-v2-top .credit-badge.credit-green { color: #22c55e; }
.profile-v2-top .credit-badge.credit-red { color: #ef4444; }
.profile-v2-top .credit-badge .identity-text { font-weight: 600; }
.profile-v2-top .credit-badge .credit-note { color: #f59e0b; font-size: 0.82em; font-weight: 500; }
.profile-v2-top .credit-badge .credit-ok { color: #22c55e; font-size: 0.86em; font-weight: 600; }

.profile-total-card {
    background: linear-gradient(135deg, #ffffff, #f5fffb 65%, #e9fff6);
    border-radius: 28px;
    padding: 20px;
    margin-bottom: 18px;
    box-shadow: 0 8px 26px rgba(15,23,42,0.04);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    position: relative;
}
.profile-total-card > div { flex: 1; min-width: 100px; }
.profile-total-card .currency-pill {
    background: #10b981;
    color: white;
    border-radius: 999px;
    padding: 4px 12px;
    font-weight: 700;
    font-size: 0.8rem;
    align-self: flex-start;
}
.profile-total-card .main-label { font-size: 0.9rem; color: #52525b; margin-bottom: 8px; }
.profile-total-card .muted-usdt { color: #a1a1aa; margin-top: 6px; font-size: 0.8rem; }
.profile-side-metric .value { font-size: 1.2rem; font-weight: 600; color: #111827; }
.profile-money-single { font-size: 1.8rem; font-weight: 800; color: #1f2937; white-space: normal; word-break: break-word; }
.profile-money-single-mini { font-size: 1.5rem; font-weight: 800; color: #1f2937; white-space: normal; word-break: break-word; }

.profile-grid-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 18px;
}
.profile-mini-card, .profile-action-card {
    flex: 1;
    min-width: 100px;
    background: white;
    border-radius: 24px;
    box-shadow: 0 8px 26px rgba(15,23,42,0.04);
    padding: 18px 12px;
    text-align: center;
}
.profile-mini-card .main-label { font-size: 0.85rem; color: #52525b; margin-bottom: 8px; }
.profile-action-card { cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.profile-action-card .icon-circle { width: 56px; height: 56px; border-radius: 50%; background: #eef2ff; color: #5b7bff; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.profile-action-card .label { font-size: 1rem; color: #111827; font-weight: 500; }

.profile-menu-list { display: flex; flex-direction: column; gap: 12px; }
.profile-menu-item {
    background: white;
    border-radius: 24px;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 8px 26px rgba(15,23,42,0.04);
}
.profile-menu-item .left { display: flex; align-items: center; gap: 16px; }
.profile-menu-item .icon-circle { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.profile-menu-item .text { font-size: 1rem; color: #111827; }
.profile-menu-item .right-meta { color: #9ca3af; font-size: 0.9rem; }

@media (max-width: 768px) {
    .profile-total-card { flex-direction: column; align-items: stretch; }
    .profile-grid-row { flex-direction: column; }
    .profile-mini-card, .profile-action-card { min-width: auto; }
    .profile-money-single { font-size: 1.5rem; }
    .profile-money-single-mini { font-size: 1.3rem; }
    .profile-menu-item { padding: 14px 16px; }
    .profile-menu-item .text { font-size: 0.95rem; }
}

/* 实名认证模态框 */
.upload-area {
    border: 1px dashed #ccc;
    border-radius: 16px;
    padding: 12px;
    text-align: center;
    margin: 12px 0;
    cursor: pointer;
}
.upload-preview-wrap {
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:16px;
    padding:10px 12px;
    margin-top:-2px;
    margin-bottom:12px;
    display: none;
}
.upload-progress {
    width:100%;
    height:8px;
    background:#e2e8f0;
    border-radius:999px;
    overflow:hidden;
    margin-bottom:8px;
}
.upload-progress-bar {
    width:0%;
    height:100%;
    background:linear-gradient(90deg,#d4af37,#f59e0b);
    transition:width .18s ease;
}
.upload-progress-text {
    font-size:12px;
    color:#64748b;
    margin-bottom:8px;
}
.upload-preview-image {
    width:100%;
    max-height:160px;
    object-fit:cover;
    border-radius:12px;
    border:1px solid #e2e8f0;
    display:none;
    background:#fff;
}

/* 客服聊天 */
.chat-container {
    background: white;
    border-radius: 24px;
    height: calc(100vh - 140px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.chat-message {
    max-width: 80%;
    padding: 8px 12px;
    border-radius: 18px;
    font-size: 0.8rem;
    word-break: break-word;
}
.chat-message.user {
    align-self: flex-end;
    background: #d4af37;
    color: white;
}
.chat-message.system {
    align-self: flex-start;
    background: #eef2ff;
}
.chat-input-area {
    display: flex;
    gap: 8px;
    padding: 12px;
    border-top: 1px solid #eef2f6;
}
.chat-input-area input {
    flex: 1;
    padding: 8px;
    border-radius: 40px;
    border: 1px solid #ddd;
}
.chat-input-area button {
    background: #d4af37;
    border: none;
    border-radius: 40px;
    padding: 0 16px;
    cursor: pointer;
}

.text-center { text-align: center; }
.mt-2 { margin-top: 8px; }
.mb-2 { margin-bottom: 8px; }

.sheet-page-overlay { position:fixed; inset:0; background:rgba(15,23,42,0.6); z-index:1400; display:flex; align-items:stretch; justify-content:center; }
.sheet-page { width:min(100vw, 860px); height:100vh; background:#f8fafc; overflow-y:auto; position:relative; }
.sheet-page-header { position:sticky; top:0; z-index:5; display:flex; align-items:center; gap:12px; padding:14px 16px; background:rgba(248,250,252,0.96); backdrop-filter:blur(10px); border-bottom:1px solid #e5e7eb; }
.sheet-page-close { width:40px; height:40px; border:none; border-radius:999px; background:#ffffff; box-shadow:0 4px 14px rgba(15,23,42,0.08); font-size:1.2rem; cursor:pointer; }
.sheet-page-title { font-size:1.05rem; font-weight:700; color:#111827; }
.sheet-page-cover { position:relative; margin:18px 16px 0; border-radius:28px; overflow:hidden; box-shadow:0 16px 34px rgba(2,6,23,0.18); }
.sheet-page-cover img { width:100%; height:280px; display:block; object-fit:cover; }
.sheet-page-cover-overlay { position:absolute; inset:0; display:flex; align-items:flex-end; padding:26px; background:linear-gradient(180deg, rgba(0,0,0,0.08), rgba(2,6,23,0.66)); color:#fff; }
.sheet-page-cover-overlay h1 { font-size:2rem; line-height:1.2; margin:0; }
.sheet-page-body { padding:20px 16px 30px; }
.page-article { background:#fff; border-radius:24px; padding:20px 18px; box-shadow:0 10px 28px rgba(15,23,42,0.05); line-height:1.95; color:#334155; font-size:0.98rem; }
.page-article p + p { margin-top:16px; }
.news-article-list { display:flex; flex-direction:column; gap:14px; }
.news-article-card { background:#fff; border-radius:22px; padding:18px; box-shadow:0 10px 26px rgba(15,23,42,0.05); }
.news-article-card .top { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:10px; }
.news-article-card .badge { display:inline-flex; align-items:center; gap:8px; padding:6px 12px; border-radius:999px; background:#eef6ff; color:#2563eb; font-size:0.82rem; font-weight:700; }
.news-article-card .title { font-size:1.05rem; font-weight:700; color:#111827; margin-bottom:8px; }
.news-article-card .desc { color:#475569; line-height:1.8; }

@media (min-width: 900px) { .sheet-page { height:96vh; margin:auto; border-radius:28px; } }
@media (max-width: 768px) {
    .home-hero-banner img { height:190px; }
    .home-actions-grid { grid-template-columns:repeat(4,1fr); gap:12px; }
    .home-square-card { min-height:112px; border-radius:24px; }
    .home-square-card .icon-bubble { width:56px; height:56px; font-size:1.45rem; }
    .home-square-card .label { font-size:0.9rem; text-align:center; line-height:1.2; }
    .home-about-service { grid-template-columns:1fr 2fr; gap:14px; }
    .home-about-card, .home-service-card { min-height:150px; border-radius:24px; }
    .home-banner-carousel img { height: 170px; }
    .home-click-bubble { right: 10px; top: 2px; font-size: 0.86rem; padding: 8px 18px; }
    .sheet-page-cover img { height:220px; }
    .sheet-page-cover-overlay h1 { font-size:1.55rem; }
    .chart-shell { padding: 12px 10px; border-radius: 22px; }
    .chart-topbar { padding: 14px; }
    .chart-head-stats { width: 100%; justify-content: flex-start; }
    .head-pill { font-size: 11px; padding: 5px 9px; }
    .chart-container { padding: 6px 2px 4px; }
    .kline-chart { height: 440px; }
}

/* 后台管理独立样式 */
#adminContainer {
    display: none; width: 100%; height: 100vh; background: #f1f5f9; flex-direction: column; overflow: hidden;
}
.admin-login-wrapper {
    display: flex; align-items: center; justify-content: center; height: 100%; background: #0f172a;
}
.admin-login-box {
    background: white; border-radius: 20px; padding: 40px; width: 400px; box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.admin-login-box h2 { text-align: center; margin-bottom: 24px; color: #1e293b; }
.admin-login-box input { width: 100%; padding: 12px; margin-bottom: 16px; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 1rem; }
.admin-login-box .captcha-row { display: flex; gap: 10px; margin-bottom: 16px; }
.admin-login-box .captcha-row input { margin-bottom: 0; }
.admin-login-box .captcha-img { background: #e2e8f0; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: bold; letter-spacing: 4px; padding: 0 20px; font-size: 1.2rem; cursor: pointer; color: #1e293b; user-select: none; }
.admin-login-box button { width: 100%; padding: 12px; background: #d4af37; border: none; border-radius: 8px; font-weight: bold; font-size: 1.1rem; cursor: pointer; color: #0f172a; }

.admin-layout { display: flex; height: 100%; overflow: hidden; }
.admin-sidebar { width: 250px; background: #1e293b; color: #f8fafc; display: flex; flex-direction: column; }
.admin-sidebar-header { padding: 20px; font-size: 1.5rem; font-weight: bold; border-bottom: 1px solid #334155; color: #d4af37; text-align: center; }
.admin-sidebar-menu { flex: 1; overflow-y: auto; padding: 10px 0; }
.admin-sidebar-menu .menu-item { padding: 15px 20px; cursor: pointer; transition: 0.2s; border-left: 4px solid transparent; }
.admin-sidebar-menu .menu-item:hover { background: #334155; }
.admin-sidebar-menu .menu-item.active { background: #334155; border-left-color: #d4af37; color: #d4af37; font-weight: bold; }
.admin-sidebar-footer { padding: 20px; border-top: 1px solid #334155; text-align: center; cursor: pointer; }
.admin-sidebar-footer:hover { color: #ef4444; }

.admin-main { flex: 1; display: flex; flex-direction: column; overflow: hidden; background: #f8fafc; }
.admin-topbar { height: 60px; background: white; border-bottom: 1px solid #e2e8f0; display: flex; align-items: center; padding: 0 20px; justify-content: space-between; font-weight: bold; }
.admin-content { flex: 1; padding: 20px; overflow-y: auto; }
.admin-card { background: white; border-radius: 12px; padding: 20px; margin-bottom: 20px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.admin-card h3 { margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid #f1f5f9; color: #334155; }

.btn-admin { background: #d4af37; color: #0f172a; border: none; padding: 8px 16px; border-radius: 6px; cursor: pointer; font-weight: 600; }
.btn-danger { background: #ef4444; color: white; border: none; padding: 8px 16px; border-radius: 6px; cursor: pointer; font-weight: 600; }
.btn-secondary { background: #64748b; color: white; border: none; padding: 8px 16px; border-radius: 6px; cursor: pointer; font-weight: 600; }
.form-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 12px; align-items: center; }
.admin-table { width: 100%; border-collapse: collapse; background: white; border-radius: 8px; overflow: hidden; }
.admin-table th, .admin-table td { padding: 12px; border-bottom: 1px solid #e2e8f0; text-align: left; }
.admin-table th { background: #f8fafc; font-weight: 600; color: #475569; }

@media (max-width:768px) { .admin-sidebar { width: 200px; } }
/* 个人中心新样式 - 图二风格 + 数字自适应 */
.profile-v2 {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 12px;
}

/* 头部 */
.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 12px;
}
.profile-name {
    font-size: 1.8rem;
    font-weight: 800;
    color: #111827;
}
.credit-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 30px;
    background: white;
    font-size: 0.85rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.credit-badge.credit-green { color: #22c55e; }
.credit-badge.credit-red { color: #ef4444; }
.credit-note { color: #f59e0b; margin-left: 4px; }
.credit-ok { color: #22c55e; }

/* 总资产卡片 */
.profile-asset-card {
    background: linear-gradient(135deg, #ffffff, #f5fffb);
    border-radius: 28px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 8px 26px rgba(15,23,42,0.04);
}
.asset-main {
    margin-bottom: 16px;
}
.asset-label {
    font-size: 0.85rem;
    color: #52525b;
    margin-bottom: 4px;
}
.profile-money-single {
    font-weight: 800;
    color: #1f2937;
    word-break: break-word;
    font-size: clamp(1.4rem, 6vw, 2rem);
}
.profile-money-single.large {
    font-size: clamp(1.2rem, 5vw, 1.8rem);
}
.profile-money-single.extra-large {
    font-size: clamp(1rem, 4.5vw, 1.6rem);
}
.asset-usdt {
    font-size: 0.8rem;
    color: #a1a1aa;
    margin-top: 4px;
}
.asset-stats {
    display: flex;
    gap: 24px;
    margin-top: 12px;
}
.stat-item {
    flex: 1;
}
.stat-label {
    font-size: 0.75rem;
    color: #52525b;
    margin-bottom: 4px;
}
.stat-value {
    font-size: 1.1rem;
    font-weight: 600;
}
.asset-currency {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #10b981;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 600;
}

/* 可用余额 + 快捷操作行 */
.profile-balance-row {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.balance-card {
    flex: 2;
    background: white;
    border-radius: 24px;
    padding: 16px;
    box-shadow: 0 8px 26px rgba(15,23,42,0.04);
}
.balance-label {
    font-size: 0.8rem;
    color: #52525b;
    margin-bottom: 8px;
}
.profile-money-single-mini {
    font-weight: 800;
    color: #1f2937;
    word-break: break-word;
    font-size: clamp(1.2rem, 5vw, 1.6rem);
}
.profile-money-single-mini.large-mini {
    font-size: clamp(1rem, 4vw, 1.4rem);
}
.profile-money-single-mini.extra-large-mini {
    font-size: clamp(0.9rem, 3.5vw, 1.2rem);
}
.action-buttons {
    flex: 1;
    display: flex;
    gap: 12px;
}
.action-btn {
    flex: 1;
    background: white;
    border-radius: 24px;
    padding: 16px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 8px 26px rgba(15,23,42,0.04);
    transition: 0.2s;
}
.action-btn i {
    font-size: 1.5rem;
    color: #d4af37;
}
.action-btn span {
    font-size: 0.8rem;
    font-weight: 500;
    color: #111827;
}
.action-btn:active { transform: scale(0.96); }

/* 菜单列表 */
.profile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.profile-menu-item {
    background: white;
    border-radius: 24px;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 8px 26px rgba(15,23,42,0.04);
}
.menu-left {
    display: flex;
    align-items: center;
    gap: 16px;
}
.menu-icon {
    width: 48px;
    height: 48px;
    background: #eef2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #5b7bff;
}
.menu-left span {
    font-size: 1rem;
    color: #111827;
}
.menu-right {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #9ca3af;
}
.status-ok { color: #22c55e; }
.status-pending { color: #ef4444; }
.verify-link {
    color: #d4af37;
    cursor: pointer;
    margin-left: 4px;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .profile-v2 { padding: 0 8px; }
    .profile-name { font-size: 1.4rem; }
    .credit-badge { font-size: 0.75rem; padding: 4px 10px; }
    .profile-asset-card { padding: 16px; }
    .asset-stats { gap: 12px; }
    .stat-value { font-size: 0.95rem; }
    .balance-card { padding: 12px; }
    .action-btn { padding: 12px 4px; }
    .action-btn i { font-size: 1.2rem; }
    .action-btn span { font-size: 0.7rem; }
    .menu-icon { width: 40px; height: 40px; font-size: 1rem; }
    .menu-left span { font-size: 0.9rem; }
    .profile-menu-item { padding: 12px 16px; }
}
/* 产品样式 */
.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.product-card {
    background: white;
    border-radius: 24px;
    padding: 16px;
    border: 1px solid #eef2f6;
    cursor: pointer;
}
.product-card img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    border-radius: 16px;
}
.product-name {
    font-size: 1rem;
    font-weight: 600;
    margin: 8px 0 4px;
}
.product-price {
    font-size: 1.2rem;
    font-weight: bold;
}
.product-volume {
    color: #fbbf24;
    font-size: 0.7rem;
    margin-top: 4px;
}
.product-change {
    font-size: 0.7rem;
}
/* 产品横向滚动布局 */
.ticker-scroll-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin-bottom: 16px;
    padding-bottom: 8px;
}
.ticker-scroll {
    display: inline-flex;
    gap: 12px;
    padding: 4px 0 4px 4px;
    white-space: nowrap;
}
.ticker-card {
    flex: 0 0 auto;
    width: 140px;
    background: white;
    border-radius: 20px;
    padding: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: transform 0.2s;
}
.ticker-card:active {
    transform: scale(0.96);
}
.ticker-card-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 6px;
}
.ticker-card-price {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 4px;
}
.ticker-card-change {
    font-size: 0.75rem;
    font-weight: 500;
}
.products-tip {
    text-align: center;
    font-size: 0.7rem;
    color: #94a3b8;
    margin-top: 8px;
}
/* 横向滚动卡片样式（支持滑动停留） */
.ticker-scroll-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin-bottom: 16px;
    padding-bottom: 8px;
}
.ticker-scroll {
    display: inline-flex;
    gap: 12px;
    padding: 4px 0 4px 4px;
    white-space: nowrap;
}
.ticker-card {
    flex: 0 0 auto;
    width: 140px;
    background: white;
    border-radius: 20px;
    padding: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    cursor: default;
}
.ticker-card-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 6px;
}
.ticker-card-price {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 4px;
}
.ticker-card-change {
    font-size: 0.75rem;
    font-weight: 500;
}
.products-tip {
    text-align: center;
    font-size: 0.7rem;
    color: #94a3b8;
    margin-top: 8px;
}
.amount-group,
.time-group,
.profit-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.amount-opt,
.time-opt,
.profit-opt {
    min-width: 88px;
    text-align: center;
}

@media (max-width: 768px) {
    .kline-chart {
        height: 430px !important;
    }

    #orderNowTime {
        font-size: 16px !important;
    }

    .amount-opt,
    .time-opt,
    .profit-opt {
        min-width: 78px;
        font-size: 14px;
        padding: 8px 10px;
    }
}
#timeGroup,
#profitGroup {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    flex-wrap: unset !important;
}

#timeGroup .time-opt,
#profitGroup .profit-opt {
    min-width: 0 !important;
    width: 100%;
    text-align: center;
}

#amountGroup {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#amountGroup .amount-opt {
    min-width: 88px;
    text-align: center;
}

@media (max-width: 768px) {
    #timeGroup,
    #profitGroup {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }

    #timeGroup .time-opt,
    #profitGroup .profit-opt,
    #amountGroup .amount-opt {
        font-size: 14px;
        padding: 8px 10px;
    }
}
.settlement-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}
.settlement-content {
    background: #fff;
    border-radius: 12px;
    width: 280px;
    text-align: center;
    padding: 24px 20px 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.settlement-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #333;
}
.settlement-message {
    font-size: 18px;
    margin: 20px 0;
    color: #ff4d4f;
}
.settlement-confirm {
    background: #1890ff;
    color: white;
    border: none;
    padding: 8px 24px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}
.settlement-confirm:hover {
    background: #40a9ff;
}
/* 修复后台登录密码框被眼睛按钮遮挡 */
.admin-login-box .password-field {
    position: relative;
}
.admin-login-box .password-field input {
    padding: 12px 40px 12px 12px !important;
}
.admin-login-box .password-visibility-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 1rem;
    z-index: 1;
}
/* 底部导航栏相对定位（只针对客服按钮所在的 .nav-item） */
.bottom-nav .nav-item {
    position: relative;
}

/* 未读消息角标 - 圆形红底白字，覆盖在图标右上角 */
.bottom-nav .nav-item .unread-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background-color: #ef4444;
    color: white;
    font-size: 0.65rem;
    font-weight: bold;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    padding: 0 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    z-index: 10;
    display: none; /* 默认隐藏，有未读时显示 */
}

/* 当未读数大于99时，变为椭圆形 */
.bottom-nav .nav-item .unread-badge.large {
    border-radius: 12px;
    min-width: 22px;
    padding: 0 6px;
}

/* 以下是聊天容器的基础样式（与角标无关，保留） */
.chat-container {
    display: flex;
    flex-direction: column;
    height: 500px;
    border: 1px solid #ccc;
}
.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 12px;
    background: #f9f9f9;
}
.input-area {
    display: flex;
    padding: 12px;
    gap: 8px;
}
#adminInput {
    flex: 1;
    padding: 8px;
}
/* 自定义弹窗样式 */
.custom-dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
}
.custom-dialog-overlay.active {
    visibility: visible;
    opacity: 1;
}
.custom-dialog {
    width: 300px;
    max-width: 85%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 35px rgba(0,0,0,0.2);
    overflow: hidden;
    transform: scale(0.9);
    transition: transform 0.2s ease;
}
.custom-dialog-overlay.active .custom-dialog {
    transform: scale(1);
}
.custom-dialog-header {
    padding: 16px 20px 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
}
.custom-dialog-body {
    padding: 16px 20px;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.4;
    word-break: break-word;
}
.custom-dialog-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 40px;
    font-size: 0.9rem;
    margin-top: 8px;
    outline: none;
}
.custom-dialog-input:focus {
    border-color: #d4af37;
}
.custom-dialog-footer {
    display: flex;
    border-top: 1px solid #eef2f6;
}
.custom-dialog-footer button {
    flex: 1;
    padding: 12px;
    background: none;
    border: none;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.1s;
}
.custom-dialog-footer button:first-child {
    border-right: 1px solid #eef2f6;
    color: #64748b;
}
.custom-dialog-footer button:last-child {
    color: #d4af37;
    font-weight: 600;
}
.custom-dialog-footer button:hover {
    background: #f8fafc;
}