.home-dashboard{display:flex;flex-direction:column;gap:2rem;padding-top:1rem}.welcome-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.weather-widget{background:#fff;padding:.75rem 1rem;border-radius:16px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;align-items:center;min-width:90px;border:1px solid #f0f0f0;min-height:60px;justify-content:center}.weather-main{display:flex;align-items:center;gap:.5rem}.weather-temp{font-size:1.5rem;font-weight:800;color:var(--text)}.weather-icon{color:var(--primary)}.weather-desc{font-size:.7rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em}.welcome-section h2{font-size:2rem;font-weight:800;margin-bottom:.25rem}.welcome-section p{color:var(--text-muted);font-size:1.1rem}.quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.action-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-decoration:none;color:var(--text);text-align:center}.action-icon{width:60px;height:60px;border-radius:18px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #0000001a;transition:transform .2s}.action-card:active .action-icon{transform:scale(.9)}.action-icon.search{background:linear-gradient(135deg,#f44336,#ff7043)}.action-icon.location{background:linear-gradient(135deg,#2196f3,#4fc3f2)}.action-icon.bus{background:linear-gradient(135deg,#4caf50,#81c784)}.action-card span{font-size:.85rem;font-weight:700}.news-section{display:flex;flex-direction:column;gap:.75rem}.news-feed{padding:0;overflow:hidden}.news-list{display:flex;flex-direction:column}.news-item{display:flex;gap:1rem;align-items:center;padding:1rem;text-decoration:none;color:inherit;border-bottom:1px solid #f0f0f0;transition:background .2s}.news-item:last-child{border-bottom:none}.news-item:active{background:#f9f9f9}.news-thumb{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0}.news-thumb img{width:100%;height:100%;object-fit:cover}.news-thumb-placeholder{width:60px;height:60px;border-radius:8px;background:#eee;display:flex;align-items:center;justify-content:center;color:#ccc;flex-shrink:0}.news-content{flex:1;min-width:0}.news-content strong{display:block;font-size:.9rem;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.2}.news-content p{font-size:.75rem;color:var(--text-muted);line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.news-ext-icon{color:#ccc;flex-shrink:0}.config-btn{background:#f5f5f5;border:1px solid #eee;color:#888;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s}.config-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-load-more{background:#fff;border:1px solid #ddd;padding:.75rem;border-radius:12px;font-size:.85rem;font-weight:700;color:var(--text-muted);width:100%;margin-top:.5rem;transition:all .2s}.btn-load-more:active{background:#f5f5f5;transform:translateY(1px)}.news-source{font-size:.7rem;font-weight:700;text-transform:uppercase;color:var(--primary)}.favorites-section{display:flex;flex-direction:column;gap:1rem}.section-header{display:flex;justify-content:space-between;align-items:center}.section-header h3{font-size:1.2rem;font-weight:800}.view-all{font-size:.85rem;color:var(--primary);font-weight:700;text-decoration:none}.summary-list{display:flex;flex-direction:column;gap:.75rem}.fav-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;margin-bottom:0;text-decoration:none;color:inherit;border:1px solid transparent;transition:all .2s}.fav-item:active{background-color:#f9f9f9;border-color:#eee;transform:translateY(-2px)}.fav-info{display:flex;flex-direction:column;gap:.5rem}.fav-info strong{font-size:1rem}.fav-lines{display:flex;gap:4px;align-items:center}.line-dot{width:8px;height:8px;border-radius:50%}.more-dots{font-size:.7rem;color:var(--text-muted)}.fav-arrow{color:#ccc}.route-fav{position:relative;padding-left:1.25rem}.route-fav:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:var(--line-color);border-radius:12px 0 0 12px}.route-info{display:flex;align-items:center;gap:.75rem;min-width:0}.route-line-badge{color:#fff;font-weight:800;padding:2px 6px;border-radius:4px;font-size:.75rem;min-width:30px;text-align:center}.route-text{display:flex;flex-direction:column;min-width:0}.route-text strong{font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-text small{font-size:.75rem;color:var(--text-muted)}.empty-favorites{text-align:center;padding:2rem 1rem;background:#fff;border-radius:12px;border:2px dashed #eee;color:var(--text-muted)}.loading-simple{text-align:center;padding:2rem;color:var(--text-muted);font-style:italic;display:flex;flex-direction:column;align-items:center;gap:.75rem}.spinner-small{width:24px;height:24px;border:3px solid #f3f3f3;border-top:3px solid var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mt-1{margin-top:.5rem}
