body { background-color: #f0f2f5; font-family: 'Pretendard', sans-serif; padding-top: 50px; }

/* Ticker & Banner */
.ticker-wrap { position: fixed; top: 0; width: 100%; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.weather-banner { background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); color: white; padding: 30px 0; border-radius: 0 0 20px 20px; margin-bottom: 25px; }

/* Components */
.card { border: none; box-shadow: 0 2px 8px rgba(0,0,0,0.05); border-radius: 12px; margin-bottom: 20px; transition: transform 0.2s; }
.section-title { font-size: 0.8rem; font-weight: 800; color: #495057; margin-top: 25px; margin-bottom: 8px; border-left: 4px solid #0d6efd; padding-left: 10px; text-transform: uppercase; }
.link-btn { font-size: 0.75rem; margin-right: 4px; margin-bottom: 6px; border-radius: 20px; padding: 6px 12px; text-decoration: none; display: inline-block; background-color: white; border: 1px solid #dee2e6; color: #495057; font-weight: 600; transition: all 0.2s; }
.link-btn:hover { background-color: #0d6efd; color: white; border-color: #0d6efd; transform: translateY(-1px); }

/* Inputs */
.currency-badge { width: 45px; text-align: center; font-weight: bold; font-size: 0.8rem; background-color: #f8f9fa; border: 1px solid #ced4da; border-right: none; }
.percent-input { font-weight: bold; color: #0d6efd; }
.percent-input:focus { color: #0d6efd; border-color: #86b7fe; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

/* Tables */
.change-table th { font-size: 0.75rem; background-color: #f8f9fa; text-transform: uppercase; color: #666; }
.change-table td { font-size: 0.9rem; vertical-align: middle; }
.text-up { color: #dc3545; font-weight: bold; } 
.text-down { color: #0d6efd; font-weight: bold; }

/* List & News */
.insight-container { max-height: 500px; overflow-y: auto; scrollbar-width: thin; }
.list-group-item { font-size: 0.9rem; border-bottom: 1px solid #f0f0f0; line-height: 1.5; }
.list-group-item:last-child { border-bottom: none; }
.news-card { display: flex; align-items: center; padding: 12px; border-bottom: 1px solid #eee; text-decoration: none; color: inherit; transition: background 0.2s; }
.news-card:hover { background-color: #f1f3f5; }
.news-thumb { width: 60px; height: 60px; object-fit: cover; border-radius: 8px; margin-right: 12px; background: #eee; flex-shrink: 0; }
.news-title { font-size: 0.85rem; font-weight: bold; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 4px; color: #333; }
.news-date { font-size: 0.75rem; color: #adb5bd; }

/* Crowd Stats & Action Box */
.crowd-stat-box { background: #f8f9fa; border-radius: 10px; padding: 15px 10px; text-align: center; height: 100%; border: 1px solid #e9ecef; }
.crowd-stat-val { font-size: 1.4rem; font-weight: 800; color: #212529; }
.crowd-stat-label { font-size: 0.75rem; color: #868e96; display: block; font-weight: 600; margin-top: 5px;}
.action-box { background-color: #e7f5ff; border: 1px solid #a5d8ff; border-radius: 8px; padding: 15px; margin-top: 15px; }
.action-title { color: #1971c2; font-weight: bold; font-size: 0.95rem; margin-bottom: 5px; }
.disclaimer { font-size: 0.7rem; color: #adb5bd; margin-top: 10px; text-align: center; }