
/* Aurora Location Typography */
.m2-location,
.m2-location *{
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

body{
  background:#06111d;
}

.m2-location{
  max-width:1180px;
  margin:30px auto 60px;
  padding:0 18px;
  color:#eaf6ff;
}

.m2-location-hero{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  padding:34px;
  background:
    radial-gradient(circle at 85% 15%, rgba(46,169,255,.35), transparent 32%),
    linear-gradient(135deg,#071827 0%,#0b2b47 48%,#134b75 100%);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 28px 80px rgba(0,0,0,.32);
}

.m2-location-hero:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-120px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:rgba(255,255,255,.07);
}

.m2-location-kicker{
  color:#8bd3ff;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:13px;
}

.m2-location h1{
  margin:10px 0 18px;
  font-size:clamp(42px,6vw,74px);
  line-height:.95;
  letter-spacing:-.055em;
}

.m2-current{
  display:flex;
  align-items:center;
  gap:22px;
  margin:18px 0 24px;
}

.m2-current-icon{
  width:92px;
  height:92px;
  border-radius:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:54px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
}

.m2-current-temp{
  font-size:64px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.06em;
}

.m2-current-desc{
  margin-top:6px;
  color:#cde9fb;
  font-size:20px;
  font-weight:800;
}

.m2-location-subtitle{
  margin:0;
  color:#c7dff0;
  font-size:18px;
}

.m2-location-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:26px;
  position:relative;
  z-index:2;
}

.m2-location-card{
  border-radius:22px;
  padding:20px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(10px);
}

.m2-location-card strong{
  display:block;
  font-size:14px;
  color:#8bd3ff;
  margin-bottom:8px;
}

.m2-location-card span{
  font-size:22px;
  font-weight:950;
}

.m2-location-actions{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:28px;
  position:relative;
  z-index:2;
}

.m2-action-card{
  min-height:128px;
  border-radius:26px;
  padding:22px;
  color:#fff;
  text-decoration:none;
  background:linear-gradient(135deg,#0879c8,#12a4ef);
  box-shadow:0 16px 40px rgba(0,0,0,.22);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.m2-action-card b{
  font-size:22px;
}

.m2-action-card span{
  font-size:14px;
  color:rgba(255,255,255,.86);
  line-height:1.35;
}

.m2-action-icon{
  font-size:34px;
}

.m2-location-section{
  margin-top:26px;
  border-radius:28px;
  padding:28px;
  background:#ffffff;
  color:#102235;
  box-shadow:0 16px 45px rgba(0,0,0,.14);
}

.m2-location-section h2{
  margin:0 0 12px;
  font-size:30px;
  line-height:1.1;
  color:#102235;
  letter-spacing:-.03em;
}

.m2-location-section p{
  margin:0;
  font-size:17px;
  line-height:1.65;
  color:#33485c;
}

.m2-location-two{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:22px;
}

.m2-location-placeholder{
  margin-top:18px;
  min-height:260px;
  border-radius:24px;
  background:linear-gradient(135deg,#0b2035,#123c62);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#bfe8ff;
  font-weight:900;
}

@media(max-width:900px){
  .m2-location-grid,
  .m2-location-actions,
  .m2-location-two{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:600px){
  .m2-location{
    margin-top:18px;
    padding:0 14px;
  }
  .m2-location-hero{
    padding:24px;
    border-radius:28px;
  }
  .m2-current{
    align-items:flex-start;
  }
  .m2-current-icon{
    width:72px;
    height:72px;
    font-size:42px;
  }
  .m2-current-temp{
    font-size:52px;
  }
  .m2-location-grid,
  .m2-location-actions,
  .m2-location-two{
    grid-template-columns:1fr;
  }
}

/* AURORA LOCATION PREMIUM UI */
.m2-location,
.m2-location *{
  font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif!important;
}

.m2-location h1,
.m2-location-section h2,
.m2-action-card b,
.m2-current-temp{
  font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif!important;
}

.m2-location h1{
  font-weight:950!important;
  letter-spacing:-.065em!important;
}

.m2-current-temp{
  font-size:clamp(66px,7vw,104px)!important;
  font-weight:950!important;
}

.m2-current-icon{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 18px 45px rgba(0,0,0,.24);
}

.m2-action-card{
  position:relative;
  overflow:hidden;
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.m2-action-card:after{
  content:"";
  position:absolute;
  right:-42px;
  top:-42px;
  width:110px;
  height:110px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
}

.m2-action-card:hover{
  transform:translateY(-5px);
  filter:brightness(1.05);
  box-shadow:0 24px 55px rgba(0,0,0,.32);
}

.m2-action-card small{
  display:block;
  margin-top:8px;
  color:rgba(255,255,255,.78);
  font-size:12px;
  font-weight:850;
}

.m2-location-card{
  transition:transform .22s ease, background .22s ease;
}

.m2-location-card:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.12);
}

.m2-location-section{
  background:linear-gradient(180deg,#ffffff,#f3f8fc)!important;
}

.m2-location-placeholder{
  position:relative;
  overflow:hidden;
}

.m2-location-placeholder:after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 75% 20%, rgba(38,171,255,.34), transparent 34%);
  pointer-events:none;
}

/* Radar component inside Aurora Location */
.m2-location-radar-embed{
  margin-top:18px;
}

.m2-location-radar-embed .acc-radar{
  min-height:260px;
  border-radius:24px;
}

/* AURORA LOCATION LIVE PANELS */
.m2-panel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.m2-panel-head p{
  margin-top:8px;
}

.m2-panel-link{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 15px;
  border-radius:999px;
  background:#0b86d1;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900;
  font-size:14px;
}

.m2-radar-frame,
.m2-webcam-frame{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  background:#071827;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}

.m2-radar-frame{
  height:420px;
}

.m2-radar-frame iframe{
  width:100%;
  height:100%;
  border:0;
}

.m2-webcam-frame{
  aspect-ratio:16/9;
  margin-top:18px;
}

.m2-webcam-frame iframe{
  width:100%;
  height:100%;
  border:0;
}

@media(max-width:700px){
  .m2-panel-head{
    flex-direction:column;
  }

  .m2-radar-frame{
    height:320px;
  }
}

/* AURORA CLEAN LIVE SECTION */
.m2-live-clean-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:20px;
}

.m2-live-clean-card{
  min-height:260px;
  border-radius:28px;
  overflow:hidden;
  text-decoration:none!important;
  color:#fff!important;
  background:linear-gradient(135deg,#071827,#0d4f7d);
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:26px;
  box-shadow:0 18px 45px rgba(0,0,0,.18);
}

.m2-live-clean-card span{
  color:#8bd3ff;
  font-size:13px;
  font-weight:950;
  letter-spacing:.12em;
}

.m2-live-clean-card strong{
  display:block;
  margin-top:8px;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.04em;
}

.m2-live-clean-card small{
  display:block;
  margin-top:12px;
  color:rgba(255,255,255,.82);
  font-weight:900;
}

.m2-live-radar-card:before{
  content:"";
  position:absolute;
  inset:24px;
  border-radius:50%;
  border:2px solid rgba(87,213,255,.22);
  box-shadow:0 0 0 42px rgba(87,213,255,.06),0 0 0 92px rgba(87,213,255,.035);
}

.m2-live-radar-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 70% 30%, rgba(38,171,255,.38), transparent 34%);
}

.m2-live-radar-card > *{
  position:relative;
  z-index:2;
}

.m2-live-webcam-card{
  padding:0;
}

.m2-live-webcam-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(.72) saturate(1.1);
}

.m2-live-webcam-card div{
  position:relative;
  z-index:2;
  padding:26px;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.72));
}

@media(max-width:760px){
  .m2-live-clean-grid{
    grid-template-columns:1fr;
  }
}

/* AURORA FORECAST COMPONENT */
.m2-forecast-grid{
  display:grid;
  grid-template-columns:1.2fr 1.2fr .9fr .9fr;
  gap:16px;
  margin-top:24px;
}

.m2-day{
  border-radius:26px;
  padding:24px;
  background:linear-gradient(135deg,#071827,#0d4f7d);
  color:#fff;
  min-height:210px;
  box-shadow:0 18px 42px rgba(0,0,0,.14);
}

.m2-day.current{
  background:linear-gradient(135deg,#0787d8,#16b4ff);
}

.m2-day-title,
.m2-day > span{
  display:block;
  font-size:13px;
  font-weight:950;
  letter-spacing:.12em;
  color:#bfeaff;
}

.m2-day .m2-icon{
  font-size:46px;
  margin:18px 0 10px;
}

.m2-day .m2-temp{
  font-size:54px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.06em;
}

.m2-day .m2-desc{
  margin-top:8px;
  font-size:17px;
  font-weight:850;
}

.m2-day small{
  display:block;
  margin-top:14px;
  color:rgba(255,255,255,.82);
  font-weight:800;
}

.m2-day.future{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:linear-gradient(135deg,#102c45,#174f78);
}

.m2-day.future span{
  font-size:20px;
  color:#fff;
}

@media(max-width:900px){
  .m2-forecast-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:560px){
  .m2-forecast-grid{
    grid-template-columns:1fr;
  }
}

/* FORCE AURORA FORECAST */
.m2-forecast-grid{
  display:grid!important;
  grid-template-columns:1.2fr 1.2fr .9fr .9fr!important;
  gap:16px!important;
  margin-top:24px!important;
}

.m2-forecast-grid .m2-day{
  border-radius:26px!important;
  padding:24px!important;
  background:linear-gradient(135deg,#071827,#0d4f7d)!important;
  color:#fff!important;
  min-height:210px!important;
  box-shadow:0 18px 42px rgba(0,0,0,.14)!important;
}

.m2-forecast-grid .m2-day.current{
  background:linear-gradient(135deg,#0787d8,#16b4ff)!important;
}

.m2-forecast-grid .m2-day-title,
.m2-forecast-grid .m2-day > span{
  display:block!important;
  font-size:13px!important;
  font-weight:950!important;
  letter-spacing:.12em!important;
  color:#bfeaff!important;
}

.m2-forecast-grid .m2-icon{
  font-size:46px!important;
  margin:18px 0 10px!important;
}

.m2-forecast-grid .m2-temp{
  font-size:54px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.06em!important;
}

.m2-forecast-grid .m2-desc{
  margin-top:8px!important;
  font-size:17px!important;
  font-weight:850!important;
}

.m2-forecast-grid .m2-day small{
  display:block!important;
  margin-top:14px!important;
  color:rgba(255,255,255,.82)!important;
  font-weight:800!important;
}

.m2-forecast-grid .m2-day.future{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  background:linear-gradient(135deg,#102c45,#174f78)!important;
}

@media(max-width:900px){
  .m2-forecast-grid{
    grid-template-columns:1fr 1fr!important;
  }
}
@media(max-width:560px){
  .m2-forecast-grid{
    grid-template-columns:1fr!important;
  }
}

/* ===== AURORA FORECAST PREMIUM ===== */

.m2-day{
    transition:transform .28s ease,
               box-shadow .28s ease,
               filter .28s ease;
    cursor:pointer;
}

.m2-day:hover{
    transform:translateY(-8px);
    filter:brightness(1.05);
    box-shadow:0 28px 60px rgba(0,0,0,.28);
}

.m2-day.current:hover{
    filter:brightness(1.08);
}

.m2-day.future:hover{
    background:linear-gradient(135deg,#18639d,#2299ff)!important;
}


/* AURORA LIVE DATA PANEL */
.m2-live-data-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:24px;
}

.m2-live-data-card{
  border-radius:24px;
  padding:22px;
  background:linear-gradient(135deg,#071827,#11476f);
  color:#fff;
  box-shadow:0 18px 42px rgba(0,0,0,.13);
}

.m2-live-data-card span{
  display:block;
  font-size:13px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#8bd3ff;
}

.m2-live-data-card strong{
  display:block;
  margin-top:12px;
  font-size:38px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.05em;
}

.m2-live-data-card small{
  display:block;
  margin-top:10px;
  color:rgba(255,255,255,.75);
  font-weight:800;
}

.m2-action-card small{
  display:block;
  margin-top:10px;
  color:rgba(255,255,255,.82);
  font-weight:900;
}

@media(max-width:900px){
  .m2-live-data-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:560px){
  .m2-live-data-grid{
    grid-template-columns:1fr;
  }
}
