:root{
  --see-text:#10243f;
  --see-muted:#617b98;
  --see-primary:#2f80ed;
  --see-primary2:#55a8ff;
  --see-heading:#8fd3ff;
  --see-line:rgba(15,45,85,0.10);
  --see-shadow:0 14px 36px rgba(4,20,40,0.18);
  --see-shadow-soft:0 8px 22px rgba(10,30,55,0.05);
}

.see-wrap *{box-sizing:border-box}
.see-wrap{
  width:min(1380px,96vw);
  margin:14px auto 28px;
  font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--see-text);
}

.see-hero{
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.08);
  background:radial-gradient(circle at top left, #12345b 0%, #081423 45%, #050d17 100%);
  box-shadow:0 18px 50px rgba(0,0,0,0.25);
}

.see-hero-top{
  padding:18px 20px 14px;
  border-bottom:1px solid rgba(255,255,255,0.08);
}

.see-hero-top h1{
  margin:0 0 8px;
  color:var(--see-heading);
  font-size:clamp(26px,3vw,40px);
  line-height:1.08;
}

.see-sub{
  margin:0 0 14px;
  color:#c7d9f0;
  line-height:1.65;
  font-size:14px;
}

.see-controls{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}

#see-countrySelect{
  flex:1 1 360px;
  min-width:280px;
  max-width:100%;
  height:50px;
  padding:0 16px;
  border-radius:14px;
  border:2px solid #d6e6fa;
  background:#fff;
  color:#173457;
  font-size:15px;
  font-weight:600;
  outline:none;
  box-shadow:0 6px 20px rgba(17,52,92,0.08);
}

.see-controls button{
  height:46px;
  padding:0 16px;
  border:none;
  border-radius:14px;
  cursor:pointer;
  font-size:14px;
  font-weight:700;
  transition:transform .15s ease, opacity .15s ease;
}
.see-controls button:hover{transform:translateY(-1px)}

.see-btn-primary{
  color:#fff;
  background:linear-gradient(180deg,var(--see-primary2),var(--see-primary));
  box-shadow:0 10px 24px rgba(47,128,237,0.28);
}
.see-btn-secondary{
  color:#edf5ff;
  background:linear-gradient(180deg,#24446d,#173457);
  border:1px solid rgba(255,255,255,0.10);
}
.see-btn-print{
  color:#173457;
  background:linear-gradient(180deg,#fff7dc,#ffe39a);
  border:1px solid rgba(160,120,20,0.15);
}

.see-statusbar{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  padding:12px 20px 12px;
}

.see-pill{
  background:rgba(255,255,255,0.10);
  color:#dce9fb;
  border:1px solid rgba(255,255,255,0.10);
  border-radius:999px;
  padding:9px 13px;
  font-size:12px;
  line-height:1.2;
}

.see-visual-zone{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,0.85fr);
  gap:14px;
  padding:0 16px 16px;
  align-items:stretch;
}

.see-visual-card,
.see-card{
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(180deg,#f8fbff,#eef4fb);
  border:1px solid var(--see-line);
  box-shadow:var(--see-shadow);
  min-width:0;
}

#see-sceneWrap{
  position:relative;
  height:420px;
  background:radial-gradient(circle at center, #12243d 0%, #0a1424 45%, #060b14 100%);
  overflow:hidden;
  border-bottom:1px solid rgba(18,50,90,0.08);
}

#see-scene{
  width:100%;
  height:100%;
}

.see-scene-fallback{
  position:absolute;
  inset:0;
  display:none;
  place-items:center;
  text-align:center;
  color:#d8e8ff;
  padding:24px;
  font-size:15px;
  line-height:1.7;
  background:radial-gradient(circle at center, #12243d 0%, #0a1424 45%, #060b14 100%);
  z-index:2;
}

.see-planet-label{
  position:absolute;
  transform:translate(-50%,-50%);
  background:rgba(255,255,255,0.92);
  color:#163457;
  padding:5px 9px;
  font-size:12px;
  font-weight:700;
  border-radius:999px;
  border:1px solid rgba(16,52,87,0.10);
  box-shadow:0 6px 14px rgba(0,0,0,0.12);
  white-space:nowrap;
  pointer-events:none;
  z-index:5;
}

.see-scene-footer{padding:14px 16px 16px}

.see-overlay-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 16px;
  font-size:13px;
}

.see-overlay-grid div,
.see-meta div,
.see-detail-grid div{
  min-width:0;
  overflow-wrap:anywhere;
}

.see-overlay-grid div span,
.see-meta div span{
  display:block;
  font-size:12px;
  color:var(--see-muted);
  margin-bottom:3px;
}

.see-learn{
  margin-top:12px;
  background:#fff;
  border:1px solid rgba(18,50,90,0.08);
  border-radius:16px;
  padding:13px;
  color:#48627f;
  line-height:1.7;
  font-size:14px;
}

.see-sun-card{
  padding:14px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.see-sun-card h3{
  margin:0;
  color:#173457;
  font-size:18px;
}

.see-sun-visual-wrap{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:14px;
  align-items:center;
  border:1px solid rgba(18,50,90,0.08);
  border-radius:16px;
  background:#fff;
  padding:12px;
  min-width:0;
}

#see-sunCanvas{
  width:220px;
  height:220px;
  border-radius:50%;
  background:radial-gradient(circle, #101a2a 0%, #09111d 100%);
  box-shadow:inset 0 0 40px rgba(0,0,0,0.25);
  display:block;
  max-width:100%;
}

.see-sun-meta{
  font-size:14px;
  color:#48627f;
  line-height:1.7;
  min-width:0;
}
.see-sun-meta strong{color:#173457}

.see-progress{
  margin-top:8px;
  width:100%;
  height:12px;
  border-radius:999px;
  background:#e4edf8;
  overflow:hidden;
}
.see-progress > div{
  height:100%;
  width:0%;
  background:linear-gradient(90deg,#ffcc55,#ff8f2f);
  border-radius:999px;
  transition:width .35s ease;
}

.see-bottom-sections{margin-top:18px}

.see-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.see-card-head{
  padding:18px 20px;
  border-bottom:1px solid rgba(20,45,80,0.08);
  background:linear-gradient(180deg, rgba(255,255,255,0.7), rgba(255,255,255,0.45));
}

.see-card-head h2{
  margin:0;
  color:#153457;
  font-size:21px;
}
.see-card-head p{
  margin:6px 0 0;
  color:#617b98;
  font-size:14px;
}

.see-body{padding:18px}

.see-event-list{
  display:grid;
  gap:12px;
}

.see-event{
  background:#fff;
  border:1px solid rgba(18,50,90,0.08);
  border-radius:18px;
  padding:15px;
  cursor:pointer;
  transition:.2s ease;
  box-shadow:0 8px 24px rgba(10,30,55,0.05);
}

.see-event:hover{
  transform:translateY(-2px);
  border-color:rgba(47,128,237,0.30);
}
.see-event.active{
  border-color:rgba(255,170,40,0.48);
  box-shadow:0 0 0 2px rgba(255,170,40,0.12) inset, 0 12px 26px rgba(255,170,40,0.10);
}

.see-event-top{
  display:flex;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:10px;
}

.see-event-title{
  font-size:17px;
  font-weight:800;
  color:#173457;
}

.see-badge{
  padding:7px 11px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
.see-badge.partial{background:#e9f4ff;color:#2f80ed}
.see-badge.total{background:#fff4de;color:#b87800}
.see-badge.annular{background:#fff0eb;color:#c15f32}

.see-meta,
.see-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 16px;
  font-size:13px;
}

.see-info-box{
  background:#fff;
  border:1px solid rgba(18,50,90,0.08);
  border-radius:18px;
  padding:16px;
  color:#48627f;
  line-height:1.75;
  box-shadow:var(--see-shadow-soft);
}

.see-footer-note{
  margin-top:12px;
  color:#7790aa;
  font-size:12px;
  line-height:1.7;
}

@media (max-width:1080px){
  .see-visual-zone,
  .see-grid,
  .see-sun-visual-wrap{
    grid-template-columns:1fr;
  }
  #see-sunCanvas{margin:auto}
}

@media (max-width:680px){
  .see-controls{
    display:grid;
    grid-template-columns:1fr;
  }
  #see-countrySelect,
  .see-controls button{
    width:100%;
  }
  .see-meta,
  .see-detail-grid,
  .see-overlay-grid{
    grid-template-columns:1fr;
  }
  #see-sceneWrap{height:340px}
  .see-hero-top,
  .see-statusbar{
    padding-left:14px;
    padding-right:14px;
  }
  .see-visual-zone{padding:0 10px 10px}
}

@media print{
  .see-hero-top,
  .see-statusbar,
  .see-visual-zone{
    display:none !important;
  }
  .see-bottom-sections{margin-top:0 !important}
  .see-card,
  .see-visual-card{
    box-shadow:none !important;
    page-break-inside:avoid;
  }
  .see-event{break-inside:avoid}
}