
:root{
  --purple:#6d28d9;
  --violet:#7c3aed;
  --deep:#21103b;
  --pink:#ff75c8;
  --lavender:#f5efff;
  --ink:#181324;
  --muted:#6d647c;
  --line:rgba(109,40,217,.16);
  --shadow:0 24px 80px rgba(37,16,66,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff 0%,var(--lavender) 45%,#fff 100%)}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
body[data-lang="en"] .zh{display:none!important}
body[data-lang="zh"] .en{display:none!important}
.site-header{position:sticky;top:0;z-index:20;height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 38px;background:rgba(28,8,54,.72);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.16)}
.brand img{height:46px;width:auto;object-fit:contain}
.menu-button{display:none;background:transparent;border:0;color:#fff;font-size:28px}
.main-nav{display:flex;align-items:center;gap:16px}
.main-nav a{color:rgba(255,255,255,.82);font-weight:800;font-size:14px;padding:8px 2px}
.main-nav a.active,.main-nav a:hover{color:#fff}
.lang-toggle{background:#fff;color:var(--purple);border:0;border-radius:999px;padding:10px 16px;font-weight:900;cursor:pointer}
.home-hero{min-height:calc(100vh - 76px);background-size:cover;background-position:center;display:grid;align-items:center;padding:76px 42px}
.home-hero-inner{max-width:1000px;color:#fff}
.home-logo{width:210px;margin-bottom:42px}
.kicker{margin:0 0 14px;color:#ffcaef;text-transform:uppercase;letter-spacing:.14em;font-size:13px;font-weight:900}
.home h1{margin:0;max-width:980px}
.home-title .title-en{display:block;font-size:clamp(24px,3vw,40px);line-height:1.22;letter-spacing:.018em;font-weight:800;max-width:760px}
.home-title .title-zh{display:flex;flex-direction:column;gap:8px;font-size:clamp(24px,3.2vw,42px);line-height:1.14;letter-spacing:.035em;font-weight:800;max-width:700px}
.home-title .title-zh span{display:block}
.home .theme{font-size:clamp(18px,2.1vw,26px);font-weight:800;margin:28px 0;color:#fff;line-height:1.48;letter-spacing:.01em}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-weight:900;border:1px solid var(--line)}
.button.light{background:#fff;color:var(--purple)}
.button.outline{border-color:rgba(255,255,255,.68);color:#fff;background:rgba(255,255,255,.10)}
.button.primary{background:linear-gradient(135deg,var(--purple),var(--pink));color:#fff;box-shadow:0 18px 35px rgba(109,40,217,.22)}
.home-cards{max-width:1180px;margin:-58px auto 70px;padding:0 42px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;position:relative;z-index:2}
.home-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:var(--shadow);transition:.2s ease}
.home-card:hover{transform:translateY(-4px)}
.home-card b{display:block;font-size:24px;margin-bottom:10px}
.home-card span{color:var(--muted);line-height:1.5}
.page-hero{max-width:1180px;margin:0 auto;padding:92px 42px 50px}
.page-hero .kicker{color:var(--purple)}
.page-hero h1{font-size:clamp(28px,3.6vw,48px);line-height:1.08;letter-spacing:-.02em;margin:0}
.page-hero p:last-child{max-width:780px;color:var(--muted);font-size:20px;line-height:1.68}
.content{max-width:1180px;margin:0 auto;padding:34px 42px 86px}
.content h2{font-size:clamp(24px,2.8vw,36px);line-height:1.12;letter-spacing:-.015em;margin:0 0 20px}
.prose-card,.message-card,.contact-card,.ticket-card,.qr-card,.venue-grid article,.day-card,.artist-card,.concert,.tab-panel,.timeline article{background:#fff;border:1px solid var(--line);box-shadow:0 16px 50px rgba(109,40,217,.08)}
.prose-card,.message-card{border-radius:32px;padding:40px;font-size:19px;line-height:1.78;color:#4f465f}
.message-card{background:linear-gradient(135deg,#2a124a,#6d28d9 58%,#d946ef);color:#fff}
.message-card .kicker{color:#ffcaef}
.signature{margin-top:24px;display:flex;flex-direction:column;gap:5px}
.signature strong{font-size:24px;color:#fff}
.timeline{display:grid;gap:16px}
.timeline article{border-radius:24px;padding:24px;display:grid;grid-template-columns:110px 1fr;gap:20px}
.timeline time{font-size:30px;font-weight:900;color:var(--purple)}
.timeline h3{margin:0;font-size:22px}
.artist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.artist-card{border-radius:28px;overflow:hidden}
.artist-card img{width:100%;height:286px;object-fit:cover;object-position:center top}
.artist-card div{padding:20px}
.role{margin:0 0 10px;color:var(--purple);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.artist-card h3{font-size:22px;line-height:1.1;margin:0}
.artist-card h4{font-size:16px;color:var(--muted);margin:7px 0 14px}
.link-text{color:var(--purple);font-weight:900}
.artist-detail{max-width:1180px;margin:0 auto;padding:80px 42px;display:grid;grid-template-columns:430px 1fr;gap:70px;align-items:start}
.artist-detail-photo{border-radius:34px;overflow:hidden;box-shadow:var(--shadow)}
.artist-detail-photo img{width:100%;height:620px;object-fit:cover;object-position:center top}
.artist-detail-copy h1{font-size:clamp(32px,3.8vw,52px);line-height:1.05;letter-spacing:-.02em;margin:0}
.artist-detail-copy h2{font-size:36px;color:var(--purple);font-weight:500;margin:14px 0}
.role-large{font-size:22px;color:var(--muted);font-weight:800}
.bio-box{font-size:20px;line-height:1.76;color:#4f465f;margin:30px 0 28px}
.day-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.day-card{border-radius:28px;padding:28px}
.day-card h2{font-size:34px;margin:0 0 20px}
.schedule-row{display:grid;grid-template-columns:140px 1fr;gap:18px;padding:18px 0;border-top:1px solid var(--line)}
.schedule-row time{color:var(--purple);font-weight:900}
.schedule-row strong{font-size:18px}
.tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}
.tab-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 18px;color:var(--purple);font-weight:900;cursor:pointer}
.tab-btn.active{background:var(--purple);color:#fff}
.tab-panel{display:none;border-radius:28px;padding:28px}
.tab-panel.active{display:block}
.table-scroll{overflow-x:auto}
.master-table{border-collapse:separate;border-spacing:0;width:100%;min-width:980px}
.master-table th,.master-table td{border-bottom:1px solid var(--line);border-right:1px solid var(--line);vertical-align:top;text-align:left;padding:14px}
.master-table thead th{background:var(--lavender);color:var(--deep);position:sticky;top:0}
.master-table th:first-child{position:sticky;left:0;background:#fff;z-index:1;width:130px}
.master-table td b{display:block;color:var(--purple);margin-bottom:8px;font-size:13px}
.master-table td span{display:block;line-height:1.45}
.muted{color:#aaa}
.concert{border-radius:22px;margin-bottom:16px;overflow:hidden}
.concert summary{cursor:pointer;list-style:none;padding:24px}
.concert summary::-webkit-details-marker{display:none}
.concert summary b{display:block;color:var(--purple);font-size:18px;margin-bottom:8px}
.concert summary span{font-size:18px;font-weight:900;line-height:1.35}
.concert ol{margin:0;padding:0 26px 26px 52px}
.concert li{padding:14px 0;border-top:1px solid var(--line);line-height:1.55}
.concert small{display:block;color:var(--muted);margin-top:5px}
.ticket-layout{display:grid;grid-template-columns:1fr 310px;gap:30px;align-items:start}
.ticket-card,.qr-card{border-radius:30px;padding:34px}
.ticket-card h2{font-size:64px;color:var(--purple);margin:0 0 20px}
.ticket-card li{font-size:20px;line-height:1.8}
.ticket-card p{font-size:18px;line-height:1.7;color:#4f465f}
.qr-card{text-align:center;position:sticky;top:100px}
.qr-card img{border-radius:18px;margin:0 auto 16px}
.qr-card strong{display:block;color:var(--purple);font-size:20px}
.venue-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.venue-grid article{border-radius:28px;padding:28px}
.venue-grid h2{font-size:30px;margin:0 0 18px;color:var(--purple)}
.venue-grid p{font-size:18px;line-height:1.65;color:#4f465f}
.venue-grid small{display:block;color:var(--muted);line-height:1.55}
.contact-card{border-radius:30px;padding:42px;font-size:20px;line-height:1.7}
.contact-card a{color:var(--purple);font-weight:900}
.site-footer{background:#12091f;color:rgba(255,255,255,.72);padding:30px 42px;display:flex;justify-content:space-between;gap:24px}
.site-footer div{display:flex;flex-direction:column;gap:5px}
.site-footer strong{color:#fff}
@media(max-width:1120px){
  .menu-button{display:block}
  .main-nav{display:none;position:absolute;top:76px;left:14px;right:14px;flex-direction:column;align-items:flex-start;background:#1e0f35;border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:18px;box-shadow:var(--shadow)}
  .nav-open .main-nav{display:flex}
  .home-cards,.artist-grid,.venue-grid{grid-template-columns:repeat(2,1fr)}
  .artist-detail,.ticket-layout{grid-template-columns:1fr}
  .artist-detail-photo{max-width:460px}
  .qr-card{position:static}
}
@media(max-width:760px){
  .home-title .title-en{display:block;font-size:clamp(24px,3vw,40px);line-height:1.22;letter-spacing:.018em;font-weight:800;max-width:760px}
  .home-title .title-zh{display:flex;flex-direction:column;gap:8px;font-size:clamp(24px,3.2vw,42px);line-height:1.14;letter-spacing:.035em;font-weight:800;max-width:700px}

  .site-header{padding:0 18px}
  .brand img{height:38px}
  .lang-toggle{padding:9px 12px}
  .home-hero,.page-hero,.content,.artist-detail{padding-left:20px;padding-right:20px}
  .home-logo{width:150px;margin-bottom:30px}
  .home-cards,.artist-grid,.day-grid,.venue-grid{grid-template-columns:1fr}
  .timeline article,.schedule-row{grid-template-columns:1fr}
  .artist-detail-photo img{height:480px}
  .ticket-card h2{font-size:46px}
  .site-footer{flex-direction:column;padding:26px 20px}
}

/* v1.0.4 artist photo adjustment */
img[src$="zhu-mu-centered.jpg"]{object-position:center center!important;}
.artist-detail .bio-box{max-width:860px;}
.artist-detail-copy{padding-top:18px;}
.artist-detail-photo img[src$="zhu-mu-centered.jpg"]{object-position:center center!important;}

/* v1.0.5 smaller titles and history pages */
@media(max-width:760px){
  .home-title .title-en{display:block;font-size:clamp(24px,3vw,40px);line-height:1.22;letter-spacing:.018em;font-weight:800;max-width:760px}
  .home-title .title-zh{display:flex;flex-direction:column;gap:8px;font-size:clamp(24px,3.2vw,42px);line-height:1.14;letter-spacing:.035em;font-weight:800;max-width:700px}
}
.history-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.history-card{background:#fff;border:1px solid var(--line);box-shadow:0 16px 50px rgba(109,40,217,.08);border-radius:24px;padding:24px;display:grid;grid-template-columns:96px 1fr;gap:18px;transition:.2s ease}
.history-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.history-card time{font-size:30px;font-weight:900;color:var(--purple)}
.history-card h3{margin:0 0 8px;font-size:21px;line-height:1.25}
.history-card p{margin:0;color:var(--muted);line-height:1.55}
@media(max-width:760px){.history-grid,.history-card{grid-template-columns:1fr}}

/* v1.0.6 history photo and video areas */
.history-thumb{
  width:96px;
  height:96px;
  border-radius:18px;
  object-fit:cover;
  object-position:center;
}
.history-detail-layout{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);
  gap:28px;
  align-items:start;
}
.history-main{display:grid;gap:22px}
.history-cover{
  border-radius:32px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#fff;
}
.history-cover img{
  width:100%;
  max-height:520px;
  object-fit:cover;
  object-position:center;
}
.history-photo-placeholder,
.video-placeholder,
.history-gallery-empty{
  min-height:220px;
  border:2px dashed rgba(109,40,217,.28);
  border-radius:28px;
  background:rgba(255,255,255,.72);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:10px;
  color:var(--purple);
  text-align:center;
  padding:24px;
}
.history-photo-placeholder strong,
.video-placeholder strong{
  font-size:24px;
}
.history-photo-placeholder span,
.video-placeholder span,
.history-gallery-empty{
  color:var(--muted);
  line-height:1.55;
}
.history-side{
  display:grid;
  gap:22px;
}
.history-side section{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:22px;
  box-shadow:0 16px 50px rgba(109,40,217,.08);
}
.history-side h2{
  font-size:26px;
  margin:0 0 18px;
  color:var(--purple);
}
.history-gallery{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.history-gallery img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:16px;
}
.video-box{
  display:grid;
  gap:10px;
}
.video-box iframe{
  width:100%;
  aspect-ratio:16/9;
  border:0;
  border-radius:18px;
  background:#111;
}
.video-box p{
  color:var(--muted);
  margin:0;
  line-height:1.5;
}
@media(max-width:980px){
  .history-detail-layout{grid-template-columns:1fr}
}
@media(max-width:760px){
  .history-thumb{width:100%;height:160px}
  .history-gallery{grid-template-columns:1fr}
}

/* v2.1 carousel and gallery */
.carousel{
  position:relative;
  width:100%;
  border-radius:28px;
  overflow:hidden;
  background:#12091f;
  box-shadow:var(--shadow);
}
.car-track{
  position:relative;
  width:100%;
  aspect-ratio:4/3;
}
.artist-photo-carousel .car-track{
  aspect-ratio:3/4.2;
}
.car-track img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  opacity:0;
  transition:opacity .25s ease;
}
.car-track img.active{
  opacity:1;
}
.car-prev,.car-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:3;
  width:42px;
  height:42px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.82);
  color:var(--purple);
  font-size:30px;
  line-height:1;
  cursor:pointer;
}
.car-prev{left:12px}
.car-next{right:12px}
.video-list{
  display:grid;
  gap:18px;
}
.artist-photo-carousel{
  align-self:start;
}
.artist-detail-photo,
.artist-photo-carousel{
  border-radius:34px;
  overflow:hidden;
}
.artist-photo-carousel img{
  object-position:center top;
}
.history-side .carousel{
  box-shadow:none;
}
.history-side .car-track{
  aspect-ratio:1/1;
}
@media(max-width:760px){
  .home-title .title-en{font-size:clamp(22px,6vw,32px)!important}
  .home-title .title-zh{font-size:clamp(24px,7vw,36px)!important}
}

/* v2.2 registration form */
.registration-section{
  padding-top:0;
}
.registration-head{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px 28px 0 0;
  padding:32px 34px 18px;
  box-shadow:0 16px 50px rgba(109,40,217,.08);
}
.registration-head h2{
  margin:0 0 10px;
  font-size:clamp(24px,2.8vw,36px);
}
.registration-head p{
  color:var(--muted);
  line-height:1.6;
}
.registration-form{
  background:#fff;
  border:1px solid var(--line);
  border-top:0;
  border-radius:0 0 28px 28px;
  padding:30px 34px 36px;
  box-shadow:0 16px 50px rgba(109,40,217,.08);
  display:grid;
  gap:18px;
}
.form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.registration-form label{
  display:grid;
  gap:7px;
  font-weight:800;
  color:var(--deep);
}
.registration-form input,
.registration-form textarea,
.registration-form select{
  width:100%;
  border:1px solid var(--line);
  border-radius:14px;
  padding:12px 14px;
  font:inherit;
  background:#fff;
  color:var(--ink);
}
.registration-form textarea{
  resize:vertical;
}
.registration-status{
  color:var(--purple);
  font-weight:900;
  min-height:24px;
}
@media(max-width:760px){
  .form-grid{grid-template-columns:1fr}
  .registration-head,.registration-form{padding-left:22px;padding-right:22px}
}

/* v2.3 overseas bank transfer */
.bank-section{
  padding-top:0;
  padding-bottom:42px;
}
.bank-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:34px;
  box-shadow:0 16px 50px rgba(109,40,217,.08);
  display:grid;
  grid-template-columns:1fr 1.25fr;
  gap:34px;
}
.bank-card h2{
  margin:0 0 12px;
  font-size:clamp(24px,2.8vw,36px);
}
.bank-card p{
  color:var(--muted);
  line-height:1.7;
}
.bank-list{
  margin:0;
  display:grid;
  gap:12px;
}
.bank-list div{
  background:var(--lavender);
  border-radius:18px;
  padding:14px 16px;
}
.bank-list dt{
  color:var(--purple);
  font-weight:900;
  font-size:13px;
  margin-bottom:6px;
}
.bank-list dd{
  margin:0;
  font-weight:900;
  color:var(--deep);
  word-break:break-word;
}
@media(max-width:900px){
  .bank-card{grid-template-columns:1fr}
}

/* v2.3.5 safe video fix */
.video-link-box{
  background:var(--lavender);
  border-radius:18px;
  padding:18px;
  display:grid;
  gap:12px;
}
.video-link-box p{
  margin:0;
  color:var(--muted);
}
.video-list{
  display:grid;
  gap:18px;
}
.video-box iframe{
  width:100%;
  aspect-ratio:16/9;
  border:0;
  border-radius:18px;
  background:#111;
}

/* v2.3.7 video fallback */
.video-link-box{
  background:var(--lavender);
  border-radius:18px;
  padding:18px;
  display:grid;
  gap:12px;
}
.video-link-box p{margin:0;color:var(--muted)}
.video-list{display:grid;gap:18px}
.video-box iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:18px;background:#111}

/* v2.3.8 schedule detail links */
.schedule-link{
  color:inherit;
  text-decoration:none;
  position:relative;
  border-radius:14px;
  margin:4px -8px;
  padding-left:8px;
  padding-right:8px;
  transition:background .18s ease, transform .18s ease;
}
.schedule-link:hover{
  background:rgba(109,40,217,.08);
  transform:translateX(3px);
}
.schedule-link .open-detail{
  grid-column:2;
  color:var(--purple);
  font-size:13px;
  font-weight:900;
  margin-top:4px;
}
.schedule-link.type-masterclass time::after,
.schedule-link.type-concert time::after{
  display:block;
  margin-top:5px;
  font-size:11px;
  font-weight:900;
  opacity:.72;
}
.schedule-link.type-masterclass time::after{
  content:"Masterclass";
}
.schedule-link.type-concert time::after{
  content:"Concert";
}
.highlight-target{
  outline:3px solid rgba(255,117,200,.85);
  outline-offset:4px;
  animation:qicfPulse 1.2s ease-in-out 2;
}
@keyframes qicfPulse{
  0%{box-shadow:0 0 0 rgba(255,117,200,0)}
  50%{box-shadow:0 0 0 10px rgba(255,117,200,.22)}
  100%{box-shadow:0 0 0 rgba(255,117,200,0)}
}
.mc-row-anchor.highlight-target td,
.mc-row-anchor.highlight-target th{
  background:#fff4fb!important;
}
@media(max-width:760px){
  .schedule-link .open-detail{grid-column:1}
}

/* v2.3.9 CelloTree */
.cellotree-page{
  display:grid;
  gap:24px;
}
.cellotree-frame{
  width:100%;
  min-height:720px;
  border-radius:28px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  background:#fff;
}
.cellotree-frame iframe{
  width:100%;
  height:720px;
  border:0;
  display:block;
  background:#fff;
}
.cellotree-placeholder{
  min-height:360px;
  border:2px dashed rgba(109,40,217,.28);
  border-radius:28px;
  background:rgba(255,255,255,.78);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:36px;
  color:var(--purple);
}
.cellotree-placeholder strong{
  font-size:clamp(26px,3vw,42px);
}
.cellotree-placeholder p{
  max-width:700px;
  color:var(--muted);
  line-height:1.7;
  font-size:18px;
}
@media(max-width:760px){
  .cellotree-frame,.cellotree-frame iframe{height:620px;min-height:620px}
}

/* v2.4.0 CelloTree integrated */
.cellotree-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:16px}
.button.secondary{background:#fff;color:var(--purple);border:1px solid var(--line)}
.cellotree-frame{min-height:760px}
.cellotree-frame iframe{height:760px}
@media(max-width:760px){.cellotree-frame,.cellotree-frame iframe{height:680px;min-height:680px}}

/* v3.0 itinerary module */
.ops-switch{display:flex;gap:12px;flex-wrap:wrap;padding-top:0;padding-bottom:22px}
.ops-front-grid{display:grid;gap:24px}
.ops-day-card{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:var(--shadow)}
.ops-day-card h2{margin:0 0 20px;font-size:clamp(26px,3vw,42px);color:var(--purple)}
.ops-day-card h2 span{display:block;color:var(--muted);font-size:15px;margin-top:4px}
.ops-event-card{display:grid;grid-template-columns:150px 1fr;gap:18px;padding:18px 0;border-top:1px solid var(--line)}
.ops-time strong{display:block;color:var(--deep);font-size:18px}
.ops-time span{display:inline-block;margin-top:7px;color:#fff;background:linear-gradient(135deg,var(--purple),var(--pink));padding:4px 9px;border-radius:999px;font-size:12px;font-weight:900}
.ops-event-main h3{margin:0 0 8px;font-size:22px}
.ops-place,.ops-people,.ops-notes{margin:6px 0;color:var(--muted);line-height:1.55}
.ops-landing{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ops-landing-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow);transition:.2s ease}
.ops-landing-card:hover{transform:translateY(-3px)}
.ops-landing-card b{display:block;font-size:26px;margin-bottom:12px}
.ops-landing-card span{color:var(--muted);line-height:1.6}
.ops-landing-card.admin-card{background:linear-gradient(135deg,#2a124a,#6d28d9 65%,#d946ef);color:#fff}
.ops-landing-card.admin-card span{color:rgba(255,255,255,.82)}
@media(max-width:840px){.ops-event-card{grid-template-columns:1fr}.ops-landing{grid-template-columns:1fr}}

/* v3.1 itinerary search */
.ops-search-page{
  display:grid;
  gap:22px;
}
.ops-search-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:28px;
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:1fr auto;
  gap:16px;
  align-items:end;
}
.ops-search-card label{
  display:grid;
  gap:8px;
  font-weight:900;
  color:var(--purple);
}
.ops-search-card input{
  width:100%;
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px 16px;
  font:inherit;
  color:var(--ink);
  background:#fff;
}
.ops-search-results{
  display:grid;
  gap:16px;
}
.ops-result-head{
  background:rgba(255,255,255,.92);
  border:1px solid var(--line);
  border-radius:22px;
  padding:20px 24px;
  box-shadow:0 14px 36px rgba(109,40,217,.08);
}
.ops-result-head h2{
  margin:0 0 8px;
  color:var(--purple);
  font-size:24px;
}
.ops-result-head span{
  display:inline-block;
  margin:6px 8px 0 0;
  background:var(--lavender);
  color:var(--deep);
  padding:7px 11px;
  border-radius:999px;
  font-weight:900;
}
.ops-search-event{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:20px;
  box-shadow:0 14px 36px rgba(109,40,217,.08);
  display:grid;
  grid-template-columns:160px 1fr;
  gap:18px;
}
.ops-search-time strong{
  display:block;
  color:var(--purple);
  font-size:16px;
}
.ops-search-time span{
  display:block;
  margin-top:8px;
  font-size:20px;
  font-weight:900;
  color:var(--deep);
}
.ops-search-main h3{
  margin:0 0 10px;
  font-size:22px;
}
.ops-search-main p{
  margin:6px 0;
  color:var(--muted);
  line-height:1.55;
}
.ops-empty{
  background:#fff;
  border:1px dashed rgba(109,40,217,.28);
  border-radius:22px;
  padding:24px;
  color:var(--muted);
  text-align:center;
  font-weight:800;
}
@media(max-width:760px){
  .ops-search-card{grid-template-columns:1fr}
  .ops-search-event{grid-template-columns:1fr}
}
