
:root {
  --bg-body: #020617;
  --bg-main: #0b1220;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --text-main: #e5e7eb;
  --text-sub: #cbd5f5;
  --muted: #94a3b8;
  --border-soft: rgba(148,163,184,0.55);
  --shadow-hero: 0 28px 80px rgba(15,23,42,0.85);
  --shadow-card: 0 20px 50px rgba(15,23,42,0.85);
  --hero-main: #1d4ed8;
  --hero-sec: #4f46e5;
}

.theme-tour { --hero-main:#1d4ed8; --hero-sec:#4f46e5; }
.theme-local { --hero-main:#059669; --hero-sec:#0f766e; }
.theme-family{ --hero-main:#db2777; --hero-sec:#6366f1; }

*{box-sizing:border-box;}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",
    "PingFang TC","Microsoft JhengHei",system-ui,sans-serif;
  background:radial-gradient(circle at top,#0f172a 0,#020617 65%);
  color:var(--text-main);
  line-height:1.8;
}
.page{min-height:100vh;}
.shell{
  max-width:960px;
  margin:0 auto;
  padding:26px 16px 40px;
}
.hero{
  background:radial-gradient(circle at top left,rgba(248,250,252,.12),transparent 55%),
             linear-gradient(135deg,var(--hero-main),var(--hero-sec));
  border-radius:32px;
  padding:24px 22px 20px;
  box-shadow:var(--shadow-hero);
  position:relative;
  overflow:hidden;
}
.hero::after{
  content:"";
  position:absolute;
  right:-110px;
  bottom:-150px;
  width:360px;
  height:360px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(15,23,42,.2),transparent 65%);
}
.hero-top{position:relative;z-index:1;}
.hero-kicker{
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(226,232,240,.9);
  margin-bottom:4px;
}
.hero-title{
  font-size:26px;
  font-weight:800;
  letter-spacing:.14em;
  margin:0 0 4px;
  color:#f9fafb;
}
.hero-sub{
  font-size:14px;
  margin:0 0 10px;
  color:#e5e7eb;
}
.hero-sub strong{color:#f9fafb;}
.badge-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:12px;
}
.badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:5px 11px;
  border-radius:999px;
  background:rgba(15,23,42,.32);
  border:1px solid rgba(191,219,254,.7);
  font-size:11px;
  color:#e5e7eb;
  backdrop-filter:blur(8px);
  white-space:nowrap;
}
.badge span.icon{font-size:14px;}
.hero-intro{
  position:relative;
  z-index:1;
  margin:8px 0 0;
  padding:12px 13px 10px;
  border-radius:18px;
  background:rgba(15,23,42,.55);
  border:1px solid rgba(148,163,184,.7);
  font-size:12px;
  color:#e5e7eb;
}
.hero-intro p{margin:0 0 4px;}
.hero-intro ul{margin:4px 0 0;padding-left:20px;}
.hero-intro li{margin-bottom:3px;}
.tabs{
  margin-top:10px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.tab-link{
  font-size:11px;
  text-decoration:none;
  color:#e5e7eb;
  padding:5px 11px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.7);
  background:rgba(15,23,42,.4);
  backdrop-filter:blur(8px);
}
.tab-link.active{
  background:#f9fafb;
  color:#0f172a;
  border-color:transparent;
}
.days-wrap{
  margin-top:24px;
  background:radial-gradient(circle at top left,rgba(248,250,252,.06),transparent 55%),
             rgba(15,23,42,.9);
  border-radius:30px;
  padding:18px 14px 14px;
  border:1px solid rgba(148,163,184,.7);
  box-shadow:var(--shadow-card);
}
.days-title{
  font-size:14px;
  font-weight:700;
  color:#e5e7eb;
  margin:0 0 6px;
}
.day-grid{
  display:flex;
  flex-direction:column;
  gap:10px;
  position:relative;
}
.day-grid::before{
  content:"";
  position:absolute;
  left:12px;
  top:6px;
  bottom:6px;
  width:2px;
  background:linear-gradient(to bottom,rgba(148,163,184,.4),rgba(148,163,184,.1));
}
.day-card{
  position:relative;
  margin-left:28px;
  background:radial-gradient(circle at top left,rgba(248,250,252,.16),transparent 55%),
             linear-gradient(145deg,rgba(15,23,42,.98),#020617);
  border-radius:22px;
  padding:11px 12px 10px;
  border:1px solid rgba(148,163,184,.55);
}
.day-card::before{
  content:"";
  position:absolute;
  left:-20px;
  top:14px;
  width:9px;
  height:9px;
  border-radius:999px;
  background:#f97316;
  box-shadow:0 0 0 4px rgba(249,115,22,.26);
}
.theme-local .day-card::before{
  background:#22c55e;
  box-shadow:0 0 0 4px rgba(34,197,94,.26);
}
.theme-family .day-card::before{
  background:#f97316;
  box-shadow:0 0 0 4px rgba(248,250,252,.22);
}
.day-chip{
  font-size:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#cbd5f5;
  margin-bottom:2px;
}
.day-name{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:15px;
  font-weight:700;
  color:#f9fafb;
  margin-bottom:2px;
}
.day-icon{
  width:22px;
  height:22px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  background:rgba(15,23,42,.9);
  border:1px solid rgba(148,163,184,.7);
}
.day-tagline{
  font-size:11px;
  color:#cbd5f5;
  margin-bottom:4px;
}
.day-body{
  font-size:11px;
  color:#e5e7eb;
}
.day-body ul{margin:2px 0 4px;padding-left:16px;}
.day-body li{margin-bottom:2px;}
.info-block{
  margin-top:3px;
  padding:6px 8px 6px;
  border-radius:12px;
  background:rgba(15,23,42,.9);
  border:1px dashed rgba(148,163,184,.8);
  font-size:10.5px;
  color:#cbd5f5;
}
.info-title{
  display:flex;
  align-items:center;
  gap:4px;
  margin-bottom:3px;
  font-weight:600;
  color:#e5e7eb;
}
.info-title span{font-size:11px;}
.info-list{list-style:none;margin:0;padding:0;}
.info-list li{margin-bottom:2px;}
.info-list a{color:#bfdbfe;text-decoration:none;}
.info-list a:hover{text-decoration:underline;}
.footer{
  max-width:960px;
  margin:10px auto 0;
  padding:8px 16px 16px;
  font-size:11px;
  color:#9ca3af;
}
@media (max-width:640px){
  .shell{padding:20px 12px 30px;}
  .hero{padding:18px 14px 16px;border-radius:24px;}
  .hero-title{font-size:22px;}
  .days-wrap{padding:16px 10px 12px;}
  .day-card{margin-left:26px;}
  .day-grid::before{left:10px;}
}

.theme-crazy{ --hero-main:#f97316; --hero-sec:#ec4899; }
.theme-shopping{ --hero-main:#8515fa; --hero-sec:#22c55e; }

