.jm-ticker-wrap {
    background: #000;
    color: #00f2ff;
    padding: 10px 0;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 242, 255, 0.1);
    overflow: hidden;
}
.jm-ticker-content {
    display: inline-block;
    white-space: nowrap;
    animation: jm-scroll 25s linear infinite;
}
.jm-price { font-weight: 800; color: #fff; }
.jm-status-live { color: #00ff88; text-shadow: 0 0 5px #00ff88; }

@keyframes jm-scroll {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}
.jm-estimator-card {
    background: rgba(20, 20, 22, 0.8);
    border: 1px solid #d4af37;
    padding: 30px;
    border-radius: 8px;
    max-width: 400px;
    margin: 20px auto;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.jm-estimator-card h3 { font-family: 'Playfair Display', serif; margin-bottom: 20px; font-size: 24px; color: #d4af37; }
.jm-form-row { margin-bottom: 15px; }
.jm-form-row label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: #a0a0a0; margin-bottom: 5px; }
.jm-form-row select, .jm-form-row input {
    width: 100%; background: #000; border: 1px solid #333; color: #fff; padding: 10px; border-radius: 4px;
}
.jm-calc-btn {
    width: 100%; background: #d4af37; border: none; color: #000; padding: 15px; font-weight: 700; cursor: pointer; border-radius: 4px; text-transform: uppercase; transition: 0.3s;
}
.jm-calc-btn:hover { background: #fff; }
.jm-result-area { margin-top: 30px; border-top: 1px solid #333; padding-top: 20px; text-align: center; }
.jm-result-label { font-size: 10px; color: #a0a0a0; text-transform: uppercase; }
#jm-estimate-value { font-size: 32px; font-weight: 800; color: #00f2ff; text-shadow: 0 0 10px rgba(0,242,255,0.5); }
.jm-sell-container {
    background: rgba(10, 10, 11, 0.9);
    border: 1px solid rgba(255,255,255,0.05);
    padding: 40px;
    border-radius: 4px;
    max-width: 600px;
    margin: 40px auto;
}
.jm-progress-bar { display: flex; justify-content: space-between; margin-bottom: 40px; position: relative; }
.jm-progress-bar::after { content: ''; position: absolute; top: 15px; left: 0; width: 100%; height: 1px; background: #333; z-index: 1; }
.jm-step {
    width: 30px; height: 30px; background: #000; border: 1px solid #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; position: relative; z-index: 2;
}
.jm-step.active { background: #d4af37; color: #000; border-color: #d4af37; box-shadow: 0 0 15px rgba(212,175,55,0.5); }
.jm-portal-title { font-family: 'Playfair Display', serif; font-size: 32px; margin-bottom: 10px; color: #fff; text-align: center; }
.jm-portal-subtitle { text-align: center; color: #a0a0a0; font-size: 14px; margin-bottom: 40px; }
.jm-next-btn {
    width: 100%; background: none; border: 1px solid #d4af37; color: #d4af37; padding: 15px; cursor: pointer; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; transition: 0.3s;
}
.jm-next-btn:hover { background: #d4af37; color: #000; }
.jm-marketplace-wrap { display: flex; gap: 30px; padding: 20px; }
.jm-filter-sidebar { width: 200px; padding: 20px; border-right: 1px solid #333; }
.jm-filter-sidebar h4 { font-family: "Playfair Display", serif; color: #d4af37; margin-bottom: 20px; }
.jm-filter-group { margin-bottom: 20px; }
.jm-filter-group label { font-size: 10px; text-transform: uppercase; color: #a0a0a0; display: block; margin-bottom: 10px; }
.jm-filter-group ul { list-style: none; padding: 0; }
.jm-filter-group li { font-size: 13px; margin-bottom: 8px; color: #fff; }

.jm-product-grid { flex: 1; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }
.jm-item-card { background: #0a0a0b; border: 1px solid rgba(255,255,255,0.05); border-radius: 4px; padding: 15px; position: relative; transition: 0.3s; }
.jm-item-card:hover { border-color: #d4af37; transform: translateY(-5px); }
.jm-badge { position: absolute; top: 10px; left: 10px; background: #d4af37; color: #000; font-size: 8px; font-weight: 900; padding: 2px 6px; border-radius: 2px; }
.jm-item-img { height: 180px; overflow: hidden; border-radius: 4px; margin-bottom: 15px; }
.jm-item-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.jm-item-card:hover .jm-item-img img { transform: scale(1.1); }

.jm-item-info h5 { font-family: "Playfair Display", serif; font-size: 16px; margin-bottom: 5px; }
.jm-item-price { color: #00f2ff; font-weight: 800; font-size: 14px; display: block; margin-bottom: 15px; }
.jm-reserve-btn { width: 100%; background: #d4af37; border: none; color: #000; padding: 10px; font-weight: 700; border-radius: 4px; cursor: pointer; text-transform: uppercase; font-size: 10px; }
.jm-guide-container { background: #0a0a0b; border: 1px solid rgba(255,255,255,0.05); padding: 30px; border-radius: 4px; }
.jm-guide-header { margin-bottom: 25px; }
.jm-guide-header h4 { font-family: "Playfair Display", serif; color: #d4af37; font-size: 20px; margin-bottom: 15px; }
.jm-guide-search { width: 100%; background: #000; border: 1px solid #333; padding: 12px; color: #fff; font-size: 12px; border-radius: 4px; }

.jm-guide-tabs { display: flex; gap: 10px; margin-bottom: 25px; }
.jm-guide-tabs button { background: none; border: 1px solid #333; color: #a0a0a0; padding: 8px 15px; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; border-radius: 4px; transition: 0.3s; }
.jm-guide-tabs button.active { border-color: #d4af37; color: #d4af37; background: rgba(212,175,55,0.05); }

.jm-guide-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.03); font-size: 13px; }
.jm-guide-price { color: #00f2ff; font-weight: 800; }
.jm-dashboard-container { display: flex; background: #000; border: 1px solid #333; border-radius: 8px; min-height: 400px; overflow: hidden; }
.jm-db-sidebar { width: 180px; background: #0a0a0b; padding: 20px; border-right: 1px solid #222; }
.jm-db-user { font-family: "Playfair Display", serif; color: #d4af37; font-weight: 700; margin-bottom: 30px; }
.jm-db-sidebar ul { list-style: none; padding: 0; }
.jm-db-sidebar li { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: #666; margin-bottom: 15px; cursor: pointer; transition: 0.3s; }
.jm-db-sidebar li.active { color: #00f2ff; font-weight: 800; }

.jm-db-main { flex: 1; padding: 30px; }
.jm-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 30px; }
.jm-stat-box { background: rgba(255,255,255,0.02); padding: 20px; border-radius: 4px; border: 1px solid #111; }
.jm-stat-box span { font-size: 10px; text-transform: uppercase; color: #a0a0a0; }
.jm-stat-box .jm-val { font-size: 24px; font-weight: 800; color: #fff; margin-top: 10px; }

.jm-db-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.jm-db-table th { text-align: left; color: #666; font-weight: 400; padding-bottom: 15px; border-bottom: 1px solid #111; }
.jm-db-table td { padding: 15px 0; border-bottom: 1px solid #0a0a0b; }
.jm-st-pending { color: #ff9800; }
.jm-ai-scan-btn {
    width: 100%; background: linear-gradient(135deg, #d4af37 0%, #fff 100%); color: #000; padding: 20px; font-weight: 800; border: none; border-radius: 4px; margin-bottom: 30px; cursor: pointer; text-transform: uppercase; letter-spacing: 2px; box-shadow: 0 0 20px rgba(212,175,55,0.3); transition: 0.3s;
}
.jm-ai-scan-btn:hover { transform: scale(1.02); box-shadow: 0 0 40px rgba(212,175,55,0.5); }
.jm-ai-icon { font-size: 20px; margin-right: 10px; }
.jm-concierge-fab {
    position: fixed; bottom: 30px; right: 30px; background: #0a0a0b; border: 1px solid #d4af37; padding: 15px 25px; border-radius: 50px; display: flex; align-items: center; gap: 15px; cursor: pointer; z-index: 9999; box-shadow: 0 10px 30px rgba(0,0,0,0.5); transition: 0.3s;
}
.jm-concierge-fab:hover { transform: translateY(-5px); border-color: #00f2ff; }
.jm-fab-text { color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }
.jm-pulse { width: 10px; height: 10px; background: #00f2ff; border-radius: 50%; box-shadow: 0 0 10px #00f2ff; animation: jm-pulse-anim 2s infinite; }
@keyframes jm-pulse-anim { 0% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.5); } 100% { opacity: 1; transform: scale(1); } }
