:root{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color:#e2e8f0;background-color:#0b1224;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 20%,rgba(34,211,238,.08),transparent 25%),radial-gradient(circle at 80% 0%,rgba(168,85,247,.08),transparent 25%),#0b1224}a{color:inherit}#root{min-height:100vh}.page{min-height:100vh;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.layout{display:grid;grid-template-columns:72fr 28fr;grid-template-rows:1fr;grid-template-areas:"carousel sidebar";gap:1rem;flex:1;height:100%}.layout__carousel{grid-area:carousel;min-height:0;overflow:hidden;height:500px}.layout__sidebar{grid-area:sidebar;display:flex;flex-direction:column;gap:1rem;min-height:0;overflow:hidden}.layout__weather,.layout__announcements{flex:1;min-height:0}.pane{background:#0f172ab3;border:1px solid rgba(148,163,184,.25);border-radius:18px;padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;box-shadow:0 12px 40px #00000059;height:100%}.pane__body{flex:1;display:flex;align-items:stretch;min-height:0;overflow:hidden;height:100%}.weather{display:flex;flex-direction:column;gap:.8rem;background:linear-gradient(135deg,#38bdf826,#3b82f61a);border-radius:14px;padding:1rem 1.25rem;width:100%;height:100%}.weather--wide,.weather__summary{display:flex;flex-direction:column;gap:.8rem}.weather__top{display:flex;align-items:center;gap:1.5rem}.weather__temps{display:flex;flex-direction:column;gap:.2rem;flex-shrink:0}.weather__temps .weather__badge{align-self:flex-start;font-size:.65rem;padding:.18rem .45rem;margin-bottom:.1rem}.weather__temp-main{font-size:clamp(2.6rem,3vw,3.4rem);font-weight:800;display:flex;align-items:center;gap:.5rem}.weather__temp-sub{font-size:.95rem;color:#cbd5e1}.weather__info{display:flex;flex-direction:column;gap:.2rem;flex:1}.weather__condition{font-weight:600}.weather__location{color:#94a3b8;font-size:.95rem}.weather__range{color:#cbd5e1;font-size:.9rem}.weather__badge{font-size:.75rem;padding:.2rem .5rem;border-radius:999px;border:1px solid rgba(148,163,184,.4);background:#ffffff14;color:#e2e8f0;line-height:1.2}.weather__badge--live{border-color:#22c55e99;color:#bbf7d0}.weather__badge--error{border-color:#f8717199;color:#fecdd3}.forecast{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}.forecast__day{background:#ffffff08;border:1px solid rgba(148,163,184,.2);border-radius:10px;padding:.35rem .45rem;display:flex;flex-direction:column;gap:.2rem;font-size:.72rem}.forecast__date{font-weight:700;font-size:.68rem}.forecast__temps{display:flex;gap:.3rem;color:#cbd5e1;font-size:.7rem}.forecast__meta{display:flex;flex-direction:column;gap:.1rem;color:#cbd5e1;font-size:.64rem}.forecast__legend{display:none}.carousel{position:relative;width:100%;height:100%;border-radius:14px;overflow:hidden;display:flex;align-items:flex-end;justify-content:center;color:#0b1224;background:#0b1224}.carousel__content{background:#ffffffeb;width:100%;padding:1rem 1.25rem;position:relative;z-index:1}.carousel__image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.carousel__title{font-size:1.2rem;font-weight:700}.carousel__note{margin-top:.2rem;color:#475569}.carousel__dots{display:flex;gap:.35rem;margin-top:.6rem}.dot{width:10px;height:10px;border-radius:50%;background:#0f172a4d;transition:all .2s ease}.dot--active{width:16px;border-radius:999px;background:#0f172acc}.announcements{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.8rem;height:100%;overflow-y:auto}.announcements__item{background:#ffffff0a;border:1px solid rgba(148,163,184,.2);border-radius:12px;padding:.9rem 1rem;display:flex;flex-direction:column;gap:.15rem}.announcements__title{font-weight:700}.announcements__detail{color:#cbd5e1}@media(max-width:720px){.layout{grid-template-columns:1fr;grid-template-rows:1fr auto auto;grid-template-areas:"carousel" "weather" "announcements"}.layout__sidebar{display:contents}.page__header{flex-direction:column;align-items:flex-start}.page__hint{text-align:left}}.layout__sidebar{display:contents}}{}
