/* ══ VIEW: DISCOVER ══ */
#view-discover { background: var(--blue-ice); }
.discover-hero { background: linear-gradient(160deg, var(--blue-deep), var(--blue-mid)); padding: 22px 16px 26px; color: #fff; flex-shrink: 0; }
.discover-greeting { font-size: 11px; font-weight: 700; color: var(--blue-pale); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.discover-heading { font-size: 22px; font-weight: 700; line-height: 1.2; margin-bottom: 4px; }
.discover-sub { font-size: 13px; color: rgba(255,255,255,0.58); font-weight: 500; }
.discover-stats { display: flex; gap: 10px; margin-top: 18px; }
.dstat { flex: 1; background: rgba(255,255,255,0.1); border-radius: var(--r-md); padding: 10px 8px; text-align: center; border: 1px solid rgba(255,255,255,0.13); }
.dstat-val { font-size: 16px; font-weight: 700; color: #fff; }
.dstat-val .ma-icon { width: 2.8em; height: 2.8em; vertical-align: -0.25em; }
.dstat-label { font-size: 9px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.4px; margin-top: 2px; font-weight: 600; }
.sec { padding: 18px 16px 0; }
.sec-title { font-size: 11.5px; font-weight: 700; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 12px; }
.quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 16px; }
.quick-card { background: #fff; border-radius: var(--r-md); padding: 14px; display: flex; flex-direction: column; gap: 5px; box-shadow: var(--shadow-sm); cursor: pointer; border: 1px solid rgba(0,60,120,0.06); transition: transform 0.15s; }
.quick-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.quick-card-icon { font-size: 24px; }
.quick-card-label { font-size: 13px; font-weight: 700; color: var(--text); }
.quick-card-count { font-size: 10px; color: var(--text-light); font-weight: 600; }

/* ── Culture Tabs ── */
.culture-tabs-wrap { margin: 0 16px 8px; }
.culture-tab-bar { display: flex; gap: 6px; overflow-x: auto; padding: 2px 0 10px; scrollbar-width: none; }
.culture-tab-bar::-webkit-scrollbar { display: none; }
.culture-tab { flex-shrink: 0; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 700; background: var(--blue-ice); color: var(--blue-main); border: 1.5px solid transparent; cursor: pointer; white-space: nowrap; transition: all 0.18s; }
.culture-tab.active { background: var(--blue-main); color: #fff; }
.culture-pane { display: none; }
.culture-pane.active { display: block; }
.sp16 { height: 16px; flex-shrink: 0; }
.sp24 { height: 24px; flex-shrink: 0; }

/* ── MALTA CALENDAR ── */
.malta-cal { padding: 2px 14px 14px; }
.cal-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.cal-nav-btn { background: none; border: none; cursor: pointer; color: var(--blue-main); font-size: 22px; font-weight: 300; line-height: 1; padding: 2px 6px; border-radius: 6px; transition: background 0.15s; }
.cal-nav-btn:hover { background: var(--blue-ice); }
.cal-month-lbl { font-size: 13px; font-weight: 700; color: var(--text); }
.cal-week-hdr { display: grid; grid-template-columns: repeat(7, 1fr); margin-bottom: 3px; }
.cal-wday { font-size: 8px; color: var(--text-light); font-weight: 700; text-transform: uppercase; text-align: center; padding: 2px 0; letter-spacing: 0.3px; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.cal-day { display: flex; flex-direction: column; align-items: center; padding: 3px 1px; }
.cal-empty { pointer-events: none; }
.cal-num { font-size: 11px; font-weight: 600; color: var(--text); width: 22px; height: 22px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.cal-today .cal-num { background: var(--blue-main); color: #fff; font-weight: 700; }
.cal-hol .cal-num { color: #C62828; font-weight: 700; }
.cal-dots { display: flex; gap: 2px; margin-top: 2px; }
.cal-dot { display: inline-block; width: 4px; height: 4px; border-radius: 50%; }
.cal-dot-h { background: #C62828; }
.cal-dot-e { background: var(--blue-main); }
.cal-today .cal-dot-e { background: rgba(255,255,255,0.7); }
.cal-legend { display: flex; gap: 14px; margin-top: 10px; padding-top: 8px; border-top: 1px solid rgba(0,60,120,0.07); }
.cal-leg-item { display: flex; align-items: center; gap: 4px; font-size: 9px; color: var(--text-light); font-weight: 600; }
.culture-guide-cta { margin: 12px 16px 4px; padding: 11px 16px; background: var(--blue-main); color: #fff; border-radius: 10px; font-size: 13px; font-weight: 700; text-align: center; cursor: pointer; letter-spacing: 0.01em; transition: background 0.15s; }
.culture-guide-cta:hover { background: var(--blue-deep); }
