body.prop-pro-body { margin: 0; background: #090e17; color: #e2e8f0; font-family: sans-serif; min-height: 100vh; }
.prop-hero { background: radial-gradient(circle at 50% -20%, #1e3a8a 0%, #090e17 60%); padding: 60px 20px; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.05); }
.hero-content h1 { font-size: 2.5rem; color: #fff; }
.gradient-text { background: linear-gradient(135deg, #38bdf8, #818cf8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-filters { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-top: 20px; }
.glass-select { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: #fff; padding: 12px 20px; border-radius: 12px; outline: none; }
.glass-select option { background: #0f172a; }

.prop-container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }
.grid, .tracker-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.glass-card { background: rgba(255,255,255,0.02); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.05); border-radius: 16px; padding: 25px; transition: 0.3s; }
.glass-card:hover { transform: translateY(-5px); border-color: rgba(56,189,248,0.4); }

.card-header { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 10px; margin-bottom: 15px; }
.card-header h3 { margin: 0; color: #fff; }
.rating-badge { color: #facc15; }
.stat { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 0.9rem; }
.text-green { color: #34d399; font-weight: bold; }
.text-blue { color: #38bdf8; font-weight: bold; }

.btn { padding: 10px; border: none; border-radius: 8px; cursor: pointer; font-weight: bold; transition: 0.3s; }
.btn-primary { background: #3b82f6; color: #fff; }
.btn-primary:hover { background: #2563eb; }
.btn-fav { background: rgba(255,255,255,0.1); color: #fff; width: 100%; }
.btn-fav.active { background: #ef4444; }

.tracker-section { margin-top: 50px; border-top: 1px dashed rgba(255,255,255,0.1); padding-top: 30px; }
.progress-container { margin: 15px 0; }
.progress-label { display: flex; justify-content: space-between; font-size: 0.8rem; color: #94a3b8; margin-bottom: 5px; }
.progress-bar { height: 8px; background: #1e293b; border-radius: 4px; overflow: hidden; }
.progress-fill { height: 100%; background: linear-gradient(90deg, #3b82f6, #60a5fa); transition: 0.5s; }
.tracker-stats-row { display: flex; justify-content: space-between; }
.plus { color: #10b981; font-weight: bold; }
.minus { color: #ef4444; font-weight: bold; }

.ai-widget { position: fixed; right: 20px; bottom: 20px; background: #0f172a; padding: 20px; border-radius: 16px; border: 1px solid #334155; width: 260px; z-index: 50; }
.compare-overlay { position: fixed; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.8); z-index: 999; }
/* --- Table Comparison Design --- */
.table-responsive { width: 100%; overflow-x: auto; margin-top: 30px; }
.prop-table { width: 100%; border-collapse: collapse; text-align: center; font-size: 0.9rem; }
.prop-table th { background: #0f172a; color: #94a3b8; padding: 15px; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; border-bottom: 2px solid #1e293b; white-space: nowrap; }
.glass-row { background: rgba(255,255,255,0.02); border-bottom: 1px solid rgba(255,255,255,0.05); transition: all 0.2s ease; }
.glass-row:hover { background: rgba(56, 189, 248, 0.05); }
.prop-table td { padding: 15px; vertical-align: middle; color: #cbd5e1; white-space: nowrap; }
.prop-table td strong { font-size: 1.1rem; color: #fff; }

.badge-rating { background: transparent; border: 1px solid #facc15; color: #facc15; padding: 4px 12px; border-radius: 20px; font-weight: bold; }
.badge-blue { background: rgba(56,189,248,0.1); color: #38bdf8; padding: 4px 10px; border-radius: 6px; }
.badge-promo { background: rgba(168,85,247,0.2); color: #c084fc; padding: 4px 10px; border-radius: 6px; font-weight: bold; border: 1px dashed #c084fc; }
.text-green { color: #34d399; font-weight: bold; }
.action-btns { display: flex; flex-direction: column; gap: 5px; }