:root{--bg:#e9edf2;--bg2:#dfe4ea;--panel:#f6f7f9;--panel2:#e9edf2;--line:#cfd6df;--text:#182231;--muted:#667284;--primary:#667284;--accent:#c19b4f;--shadow:0 20px 60px rgba(38, 50, 66, .10)}
html[data-theme="dark"]{--bg:#0f1520;--bg2:#182231;--panel:#182231;--panel2:#263242;--line:#334154;--text:#e9edf2;--muted:#a0a8b3;--primary:#91b984;--accent:#d0aa60;--shadow:0 20px 60px rgba(0,0,0,.24)}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,Pretendard,"Noto Sans KR",system-ui,sans-serif;background:linear-gradient(180deg,var(--bg),var(--bg2));color:var(--text);min-height:100vh}
button,input,select,textarea{font:inherit}
.topbar{position:sticky;top:0;z-index:30;width:min(2460px,calc(100% - 40px));margin:0 auto;padding:15px 0;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;background:color-mix(in srgb,var(--bg) 84%,transparent);backdrop-filter:blur(18px)}
.brand{display:flex;gap:12px;align-items:center;color:inherit;text-decoration:none}
.brand img{width:56px;height:56px;object-fit:contain}
.brand strong{display:block;font-size:18px}
.brand span{font-size:13px;color:var(--muted);letter-spacing:.08em}
.nav-tab,.btn,.circle,.text-btn{border:1px solid var(--line);background:var(--panel);color:var(--text);border-radius:12px;padding:10px 14px;cursor:pointer;font-weight:800}
.nav-tab.active{background:var(--text);color:var(--panel);border-color:var(--text)}
.top-actions{display:flex;gap:8px;align-items:center}
.btn{display:inline-flex;text-decoration:none;align-items:center;justify-content:center}
.btn.primary{background:var(--primary);border-color:var(--primary);color:white}
.btn.cafe{background:#dcefe0;color:#315f3b}
.btn.compact{padding:8px 11px;font-size:14px}
.btn.danger{background:#b95e65;color:white}
.shell{width:min(2460px,calc(100% - 40px));margin:0 auto;padding:12px 0 50px}
.view{display:none}
.view.active{display:block;animation:fade .28s ease}
@keyframes fade{from{opacity:.2;transform:translateY(8px)}to{opacity:1;transform:none}}
.panel{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow)}
.schedule-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:18px}
.calendar-card{border-radius:24px;padding:20px;min-height:1130px}
.calendar-head{display:flex;justify-content:space-between;align-items:center;gap:16px}
.month-control{display:flex;align-items:center;gap:14px}
.month-control h1{margin:0;font-size:28px}
.month-control p{margin:5px 0 0;color:var(--muted)}
.circle{width:42px;height:42px;border-radius:50%;font-size:22px;padding:0}
.head-actions{display:flex;gap:8px;flex-wrap:wrap}
.filters{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0}
.filter{border:1px solid color-mix(in srgb,var(--filter) 55%,var(--line));background:color-mix(in srgb,var(--filter) 12%,var(--panel));padding:7px 10px;border-radius:999px;color:var(--text);font-weight:800;cursor:pointer}
.filter.active{box-shadow:inset 0 0 0 2px var(--filter)}
.weekday-row,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr)}
.weekday-row span{text-align:center;padding:11px;color:var(--muted);font-weight:900}
.calendar-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);min-height:930px}
.day{min-height:150px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:8px;background:var(--panel)}
.day.outside{opacity:.34}
.day.today{box-shadow:inset 0 0 0 2px var(--primary)}
.date-num{font-weight:900;margin-bottom:8px}
.events{display:flex;flex-direction:column;gap:6px}
.event-pill{position:relative;width:100%;text-align:left;border:1px solid color-mix(in srgb,var(--event) 58%,var(--line));border-left:6px solid var(--event);background:color-mix(in srgb,var(--event) 17%,var(--panel));color:var(--text);border-radius:10px;padding:7px 45px 7px 9px;cursor:pointer;font-size:14px;font-weight:850}
.event-pill time{display:block;color:var(--muted);font-size:12px}
.event-star{position:absolute;right:6px;top:6px;border:0;background:transparent;color:#9d7b21;font-weight:950;cursor:pointer}
.event-pill.dimmed{opacity:.2;filter:grayscale(.7)}
.event-pill.focused{box-shadow:0 0 0 2px #d6b858}
.side-stack{display:flex;flex-direction:column;gap:18px}
.side-stack>.panel{border-radius:20px;padding:18px}
.section-title,.view-head{display:flex;justify-content:space-between;align-items:center}
.eyebrow{font-size:12px;letter-spacing:.18em;color:var(--muted);font-weight:900}
.section-title h2,.view-head h1{margin:5px 0 12px}
.upcoming{display:flex;align-items:center;gap:10px;padding:10px;border-radius:13px;background:var(--panel2);cursor:pointer}
.notice-link,.text-btn{color:var(--primary);font-weight:900}
.text-btn{border:0;background:transparent}
.quick-links{display:grid;gap:8px}
.quick-links a,.quick-links button{border:1px solid var(--line);background:var(--panel2);color:var(--text);padding:10px;border-radius:10px;text-decoration:none;text-align:left;font-weight:800}
.view-head{padding:18px 4px}
.view-head p{margin:0;color:var(--muted)}
.streamer-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}
.streamer-card{border-radius:20px;padding:18px;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow)}
.streamer-top{display:flex;gap:13px;align-items:center}
.streamer-top img{width:74px;height:74px;border-radius:50%;object-fit:cover;border:3px solid #d7bb67;background:white}
.streamer-top h3{margin:0 0 4px}
.streamer-top a{font-size:14px;color:var(--primary)}
.streamer-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:15px}
.metric{background:var(--panel2);border-radius:12px;padding:12px}
.metric strong{display:block;font-size:19px}
.metric span{font-size:13px;color:var(--muted)}
.streamer-schedule{margin-top:12px;color:var(--muted);font-size:14px;line-height:1.6}
.network-layout,.stats-columns{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.6fr);gap:18px}
.network-layout>.panel,.stats-columns>.panel{border-radius:22px;padding:20px}
.network-graph{min-height:660px;position:relative;overflow:hidden;background:radial-gradient(circle at center,color-mix(in srgb,var(--primary) 13%,var(--panel2)),var(--panel2));border-radius:18px}
.node{position:absolute;transform:translate(-50%,-50%);display:grid;place-items:center;text-align:center}
.node img{width:66px;height:66px;border-radius:50%;object-fit:cover;border:4px solid var(--accent);background:white}
.node.center img{width:104px;height:104px;border-color:var(--primary)}
.node span{margin-top:5px;background:var(--panel);padding:4px 8px;border-radius:999px;font-size:14px;font-weight:900}
.edge{position:absolute;height:3px;background:color-mix(in srgb,var(--primary) 65%,transparent);transform-origin:left center}
.rank-item{display:grid;grid-template-columns:30px 1fr auto;gap:8px;padding:11px 0;border-bottom:1px solid var(--line)}
.stats-grid,.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:14px 0 18px}
.stat-card{padding:20px;border-radius:18px;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow)}
.stat-card strong{display:block;font-size:24px}
.stat-card span{font-size:14px;color:var(--muted)}
.breakdown-row{display:grid;grid-template-columns:90px 1fr 36px;gap:9px;align-items:center;margin:11px 0}
.bar{height:10px;background:var(--panel2);border-radius:999px;overflow:hidden}
.bar i{display:block;height:100%;background:var(--bar);border-radius:inherit}
.admin-only{display:none!important}
.admin-mode .admin-only{display:inline-flex!important}
.modal-layer{position:fixed;inset:0;z-index:60;background:rgba(15, 21, 32, .58);display:grid;place-items:center;padding:22px}
.modal-layer[hidden]{display:none}
.modal{width:min(760px,100%);max-height:92vh;overflow:auto;border-radius:22px;padding:25px;position:relative}
.modal.narrow{width:min(460px,100%)}
.close{position:absolute;right:16px;top:12px;border:0;background:transparent;color:var(--muted);font-size:26px;cursor:pointer}
.modal form{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.modal label{font-size:14px;font-weight:900}
.modal input,.modal select,.modal textarea{width:100%;margin-top:6px;padding:11px;border:1px solid var(--line);background:var(--panel2);color:var(--text);border-radius:10px}
.wide{grid-column:1/-1}
.form-actions{display:flex;gap:8px}
.helper{font-size:14px;color:var(--muted);line-height:1.6}
.category-badge{display:inline-block;padding:6px 10px;border-radius:999px;color:#131b27;font-size:13px;font-weight:900}
.detail-meta{color:var(--muted)}
.participant-strip{display:flex;gap:16px;flex-wrap:wrap;margin:18px 0}
.participant{width:78px;text-align:center;color:inherit;text-decoration:none}
.participant img,.member-option img,.member-admin-row img,.member-chip img{object-fit:cover;border-radius:50%;border:3px solid #d6b75e;background:white}
.participant img{width:68px;height:68px}
.participant span{display:block;font-size:14px;font-weight:900}
.member-picker{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0}
.member-chip{display:inline-flex;align-items:center;gap:7px;padding:5px 8px;border:1px solid var(--line);border-radius:999px;background:var(--panel2)}
.member-chip img{width:28px;height:28px}
.member-chip button{border:0;background:transparent}
.member-select-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:11px}
.member-option{border:1px solid var(--line);background:var(--panel2);color:var(--text);border-radius:15px;padding:11px;cursor:pointer}
.member-option.selected{outline:3px solid var(--accent)}
.member-option img{width:70px;height:70px}
.member-option span{display:block}
.wide-modal{width:min(1060px,calc(100vw - 30px))}
.member-form{display:grid;grid-template-columns:1fr 1.5fr 1.2fr 1fr auto auto;gap:10px;align-items:end}
.inline-fetch{display:grid;grid-template-columns:1fr auto;gap:7px}
.member-avatar-preview{display:flex;align-items:center;gap:8px;padding:7px;border:1px solid var(--line);border-radius:12px;background:var(--panel2)}
.member-avatar-preview img{width:48px;height:48px;border-radius:50%;object-fit:cover}
.member-avatar-preview small{font-size:12px;color:var(--muted)}
.member-admin-list{display:grid;gap:8px;margin-top:17px}
.member-admin-row{display:grid;grid-template-columns:52px 1fr auto auto auto;gap:8px;align-items:center;padding:9px;border-radius:13px;background:var(--panel2)}
.member-admin-row img{width:48px;height:48px}
.member-admin-row a,.member-admin-row small{display:block;font-size:13px;color:var(--muted)}
.summary-modal{width:min(1000px,100%)}
.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);opacity:0;background:#182231;color:white;padding:11px 15px;border-radius:12px;transition:.2s;z-index:80}
.toast.show{opacity:1;transform:translate(-50%,0)}
.live-card{position:fixed;z-index:55;top:16px;left:16px;width:410px;padding:9px;border-radius:17px;background:rgba(15, 21, 32, .94);color:white;display:grid;grid-template-columns:145px 1fr 22px;gap:10px;align-items:center;text-decoration:none}
.live-card[hidden]{display:none}
.live-card>img{width:145px;height:80px;object-fit:cover;border-radius:11px}
.live-card strong,.live-card small{display:block}
.live-card small{color:#cfd6df}
.live-badge{color:#ff6571;font-size:13px;font-weight:900}
.live-card button{border:0;background:transparent;color:white;font-size:20px}
@media(max-width:1260px){.topbar{grid-template-columns:auto 1fr}
.top-actions{grid-column:1/-1;justify-content:flex-end}
.schedule-layout,.network-layout,.stats-columns{grid-template-columns:1fr}
.calendar-card{min-height:auto}
.calendar-grid{min-height:720px}
.side-stack{display:grid;grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.topbar,.shell{width:min(100% - 22px,2460px)}
.topbar{display:flex;flex-wrap:wrap}
.top-actions{margin-left:auto}
.brand span{display:none}
.calendar-head{align-items:flex-start;flex-direction:column}
.calendar-grid{grid-auto-rows:minmax(120px,1fr)}
.day{min-height:115px;padding:6px}
.event-pill{font-size:12px}
.side-stack{display:flex}
.stats-grid,.summary-grid{grid-template-columns:1fr 1fr}
.modal form,.member-form{grid-template-columns:1fr}
.wide{grid-column:auto}
.live-card{width:calc(100% - 20px);left:10px}
.live-card>img{width:120px}}
.event-image-preview{display:none;align-items:center;gap:12px;padding:10px;border:1px solid var(--line);border-radius:14px;background:var(--panel2)}
.event-image-preview.has-image{display:flex}
.event-image-preview img{width:180px;height:110px;object-fit:cover;border-radius:12px;border:1px solid var(--line)}
.schedule-detail-modal{width:min(760px,calc(100vw - 24px));padding:28px 28px 20px}
.detail-heading{text-align:center;padding:18px 16px 8px}
.detail-heading h2{margin:12px auto 8px;font-size:clamp(28px,4vw,46px);line-height:1.18;max-width:640px}
.detail-heading .detail-meta{display:inline-flex;padding:8px 15px;border-radius:999px;background:#bfe8fa;color:#175d86;font-weight:900}
.schedule-detail-modal .participant-strip{justify-content:center;margin:28px 0 22px}
.schedule-detail-modal .participant{width:86px}
.schedule-detail-modal .participant img{width:72px;height:72px;border-color:#eccb56}
.detail-image-wrap{overflow:hidden;border-radius:18px;border:1px solid var(--line);background:var(--panel2);margin:10px 0 20px}
.detail-image-wrap img{display:block;width:100%;max-height:520px;object-fit:cover}
.event-notice-card{border:2px solid #a96500;border-radius:18px;overflow:hidden;background:#fff8bf;margin:20px 0;color:#3a3326}
.detail-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.detail-actions .btn:last-child{margin-left:auto}
.star-action.active{background:#fff0a8;border-color:#d1ad27;color:#725600}
[data-theme="dark"] .event-notice-card{background:#4d431d;color:#fff6cf;border-color:#c48a1d}
@media(max-width:760px){.schedule-detail-modal{padding:20px 16px}
.detail-heading h2{font-size:26px}
.schedule-detail-modal .participant{width:72px}
.schedule-detail-modal .participant img{width:60px;height:60px}
.event-image-preview{align-items:flex-start;flex-direction:column}
.event-image-preview img{width:100%;height:180px}
.detail-actions .btn{width:100%}
.detail-actions .btn:last-child{margin-left:0}}
.schedule-detail-modal{width:min(980px,calc(100vw - 28px));padding:30px 34px 24px}
.detail-image-wrap{margin:18px auto 24px;overflow:auto;border-radius:18px;border:1px solid var(--line);background:linear-gradient(135deg,var(--panel2),var(--panel));box-shadow:inset 0 0 0 1px rgba(255,255,255,.25)}
.detail-image-wrap img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;object-position:center;background:transparent}
.event-notice-card{display:grid;grid-template-columns:86px minmax(0,1fr);border:1px solid color-mix(in srgb,var(--primary) 38%,var(--line));border-radius:20px;overflow:hidden;background:linear-gradient(145deg,color-mix(in srgb,var(--primary) 7%,var(--panel)),var(--panel));margin:24px 0;color:var(--text);box-shadow:0 18px 42px rgba(24, 34, 49, .09)}
.event-notice-mark{display:flex;align-items:center;justify-content:center;writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing:.22em;font-size:13px;font-weight:950;color:white;background:linear-gradient(180deg,var(--primary),color-mix(in srgb,var(--primary) 72%,#263242));padding:18px 0}
.event-notice-main{padding:22px 24px 24px;min-width:0}
.event-notice-kicker{display:block;color:var(--primary);font-size:13px;font-weight:950;letter-spacing:.14em;margin-bottom:7px}
.event-notice-main h3{margin:0 0 14px;font-size:20px;line-height:1.35}
.event-notice-main p{margin:0;line-height:1.85;white-space:pre-wrap;color:var(--text);background:transparent;padding:0}
.event-notice-main a{display:inline-flex;align-items:center;gap:8px;margin-top:18px;padding:10px 14px;border-radius:999px;text-decoration:none;background:var(--text);color:var(--panel);font-weight:900}
.event-notice-main a span{font-size:17px}
[data-theme="dark"] .event-notice-card{background:linear-gradient(145deg,color-mix(in srgb,var(--primary) 13%,var(--panel)),var(--panel));color:var(--text);border-color:color-mix(in srgb,var(--primary) 50%,var(--line))}
[data-theme="dark"] .event-notice-main p{background:transparent;color:var(--text)}
@media(max-width:700px){.schedule-detail-modal{padding:24px 16px 18px}
.event-notice-card{grid-template-columns:1fr}
.event-notice-mark{writing-mode:horizontal-tb;transform:none;padding:9px 14px;justify-content:flex-start}
.event-notice-main{padding:18px}
.detail-image-wrap{border-radius:14px}}
.schedule-detail-modal{
  --detail-ink:#182231;
  --detail-soft:#e9edf2;
  padding:0 38px 28px;
  overflow-y:auto;
  scrollbar-gutter:stable;
}
.schedule-detail-modal>.close{
  position:sticky;
  top:14px;
  z-index:25;
  margin:14px 0 -48px auto;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid color-mix(in srgb,var(--line) 80%,transparent);
  border-radius:50%;
  background:color-mix(in srgb,var(--panel) 92%,transparent);
  box-shadow:0 10px 28px rgba(19, 27, 39, .16);
  backdrop-filter:blur(14px);
  color:var(--text);
  font-size:24px;
  line-height:1;
}
.schedule-detail-modal>.close:hover{transform:scale(1.04);background:var(--panel2)}
.detail-heading{
  text-align:left;
  padding:56px 72px 22px 8px;
  border-bottom:1px solid var(--line);
  position:relative;
}
.detail-heading:before{
  content:"";
  position:absolute;
  left:8px;
  bottom:-1px;
  width:92px;
  height:3px;
  border-radius:999px;
  background:var(--primary);
}
.detail-heading .category-badge{
  border-radius:8px;
  padding:7px 11px;
  letter-spacing:.04em;
  font-size:13px;
  box-shadow:none;
}
.detail-heading h2{
  max-width:760px;
  margin:16px 0 12px;
  font-family:"Pretendard Variable","SUIT Variable",Pretendard,"Noto Sans KR",sans-serif;
  font-size:clamp(34px,4.2vw,58px);
  font-weight:850;
  letter-spacing:-.055em;
  line-height:1.08;
  text-wrap:balance;
}
.detail-heading .detail-meta{
  display:inline-flex;
  align-items:center;
  padding:0;
  border-radius:0;
  background:transparent;
  color:var(--muted);
  font-size:15px;
  font-weight:750;
  letter-spacing:-.015em;
}
.schedule-detail-modal .participant-strip{
  justify-content:flex-start;
  padding:20px 8px 4px;
  margin:0;
}
.schedule-detail-modal .participant{
  width:76px;
  transition:transform .18s ease;
}
.schedule-detail-modal .participant:hover{transform:translateY(-3px)}
.schedule-detail-modal .participant img{
  width:64px;
  height:64px;
  border:2px solid color-mix(in srgb,var(--primary) 55%,#fff);
  box-shadow:0 8px 20px rgba(30,50,35,.12);
}
.detail-image-wrap{
  margin:24px 8px 28px;
  border-radius:22px;
  border:0;
  background:#f1f3f6;
  box-shadow:0 16px 42px rgba(24, 34, 49, .12);
}
.detail-image-wrap img{border-radius:22px}
.event-notice-card{
  grid-template-columns:1fr;
  margin:28px 8px;
  border:0;
  border-radius:22px;
  background:var(--panel2);
  box-shadow:none;
  overflow:visible;
  position:relative;
}
.event-notice-card[hidden]{display:none!important}
.event-notice-mark{
  position:absolute;
  top:-11px;
  left:20px;
  display:inline-flex;
  width:auto;
  writing-mode:horizontal-tb;
  transform:none;
  padding:6px 10px;
  border-radius:999px;
  background:var(--primary);
  letter-spacing:.13em;
  font-size:12px;
}
.event-notice-main{padding:30px 24px 22px}
.event-notice-kicker{margin-bottom:9px;color:var(--muted);font-size:12px}
.event-notice-main h3{font-size:20px;letter-spacing:-.035em;margin-bottom:12px}
.event-notice-main p{font-size:15px;line-height:1.9;color:var(--text)}
.event-notice-main a{
  margin-top:18px;
  padding:9px 13px;
  background:transparent;
  color:var(--primary);
  border:1px solid color-mix(in srgb,var(--primary) 45%,var(--line));
}
.event-notice-main a:hover{background:color-mix(in srgb,var(--primary) 8%,var(--panel))}
.detail-actions{
  position:sticky;
  bottom:-1px;
  z-index:18;
  margin:26px -38px -28px;
  padding:15px 38px 18px;
  background:color-mix(in srgb,var(--panel) 94%,transparent);
  border-top:1px solid var(--line);
  backdrop-filter:blur(16px);
}
[data-theme="dark"] .schedule-detail-modal{--detail-soft:#182231}
[data-theme="dark"] .detail-image-wrap{background:#182231}
@media(max-width:700px){.schedule-detail-modal{padding:0 16px 18px}
.schedule-detail-modal>.close{top:10px;margin:10px 0 -44px auto;width:42px;height:42px}
.detail-heading{padding:52px 54px 19px 2px}
.detail-heading h2{font-size:30px}
.schedule-detail-modal .participant-strip{padding-left:2px}
.detail-image-wrap,.event-notice-card{margin-left:0;margin-right:0}
.detail-actions{margin:22px -16px -18px;padding:13px 16px 16px}}
.portal-modal-layer{padding:34px}
.portal-modal{width:min(1500px,94vw);max-height:90vh;overflow:auto;padding:34px 38px 42px}
.portal-modal>.close{position:sticky;top:0;float:right;z-index:5}
.portal-modal .view-head{margin-bottom:26px}
.portal-modal .panel{box-shadow:none}
.day-summary-modal{width:min(760px,92vw);padding:30px;max-height:86vh;overflow:auto}
.day-summary-head{padding:4px 56px 20px 2px;border-bottom:1px solid var(--line)}
.day-summary-head h2{margin:6px 0 5px;font-size:30px;letter-spacing:-.045em}
.day-summary-head p{margin:0;color:var(--muted);font-weight:700}
.day-summary-list{display:grid;gap:10px;margin:20px 0}
.day-summary-item{display:grid;grid-template-columns:100px minmax(0,1fr) auto;align-items:center;gap:16px;width:100%;padding:16px 18px;border:1px solid color-mix(in srgb,var(--event) 38%,var(--line));border-left:6px solid var(--event);border-radius:16px;background:color-mix(in srgb,var(--event) 9%,var(--panel));color:var(--text);text-align:left;cursor:pointer;transition:.18s ease}
.day-summary-item:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(24, 34, 49, .10)}
.day-summary-time{font-size:14px;font-weight:850;color:color-mix(in srgb,var(--event) 70%,var(--text))}
.day-summary-copy{min-width:0;display:grid;gap:4px}
.day-summary-copy b{font-size:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.day-summary-copy small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.day-summary-star{font-weight:850;color:#a98215;white-space:nowrap}
@media(max-width:700px){.portal-modal-layer{padding:10px}
.portal-modal{padding:20px 16px 28px}
.day-summary-item{grid-template-columns:76px 1fr}
.day-summary-star{grid-column:2}
.day-summary-copy small{white-space:normal}
.day-summary-modal{padding:22px 16px}}
#interestOnly.active{background:#667284;color:#fff;border-color:#667284;box-shadow:0 0 0 3px color-mix(in srgb,#667284 22%,transparent)}
#interestOnly.active::before{content:'✓';margin-right:5px}
.filter{transition:transform .16s ease,box-shadow .16s ease,background .16s ease,opacity .16s ease}
.filter:hover{transform:translateY(-1px)}
.filter.active{background:color-mix(in srgb,var(--filter) 28%,var(--panel));box-shadow:inset 0 0 0 2px var(--filter),0 3px 10px color-mix(in srgb,var(--filter) 18%,transparent)}
.filter.active::before{content:'✓';margin-right:4px;font-size:.9em}
.day.today{position:relative;box-shadow:inset 0 0 0 3px var(--primary);background:color-mix(in srgb,var(--primary) 6%,var(--panel))}
.today-label{display:inline-flex;margin-left:6px;padding:2px 6px;border-radius:999px;background:var(--primary);color:white;font-size:12px;vertical-align:2px}
.day.today-jump{animation:todayPulse 1.35s ease}
@keyframes todayPulse{0%,100%{box-shadow:inset 0 0 0 3px var(--primary)}35%{box-shadow:inset 0 0 0 4px var(--primary),0 0 0 10px color-mix(in srgb,var(--primary) 23%,transparent)}}
.live-toast{position:fixed;z-index:55;top:14px;left:14px;display:flex;align-items:center;max-width:min(560px,calc(100vw - 28px));border-radius:999px;background:linear-gradient(135deg,#b91f46,#8f1236);box-shadow:0 12px 30px rgba(115,15,45,.32);color:#fff;overflow:hidden;opacity:0;transform:translateY(-12px) scale(.98);transition:opacity .22s ease,transform .22s ease}
.live-toast.show{opacity:1;transform:none}
.live-toast[hidden]{display:none}
.live-toast>a{min-width:0;display:flex;align-items:center;gap:8px;padding:8px 11px 8px 12px;color:inherit;text-decoration:none;font-size:14px;white-space:nowrap}
.live-toast b{font-size:13px;letter-spacing:.02em}
.live-toast strong{min-width:0;max-width:330px;overflow:hidden;text-overflow:ellipsis;font-size:14px}
.live-toast .live-cta{font-weight:900;opacity:.95}
.live-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#fff;box-shadow:0 0 0 0 rgba(255,255,255,.65);animation:livePulse 1.7s infinite}
.live-toast>button{width:31px;height:31px;margin-right:4px;flex:0 0 auto;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:18px;cursor:pointer}
.live-toast>button:hover{background:rgba(255,255,255,.22)}
@keyframes livePulse{0%{box-shadow:0 0 0 0 rgba(255,255,255,.65)}70%{box-shadow:0 0 0 8px rgba(255,255,255,0)}100%{box-shadow:0 0 0 0 rgba(255,255,255,0)}}
@media(max-width:620px){.live-toast{top:8px;left:8px;max-width:calc(100vw - 16px)}
.live-toast>a{padding-left:10px}
.live-toast strong{max-width:44vw}
.live-toast .live-cta{display:none}}
.live-toast{display:block;overflow:visible;border-radius:18px;background:transparent;box-shadow:none;opacity:0;transform:translateY(-12px) scale(.98)}
.live-toast.show{opacity:1;transform:none}
.live-primary{display:flex;align-items:center;border-radius:999px;background:linear-gradient(135deg,#b91f46,#8f1236);box-shadow:0 12px 30px rgba(115,15,45,.32);overflow:hidden}
.live-primary>a{min-width:0;display:flex;align-items:center;gap:8px;padding:8px 11px 8px 12px;color:#fff;text-decoration:none;font-size:14px;white-space:nowrap}
.live-primary>button{width:31px;height:31px;margin-right:4px;flex:0 0 auto;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:18px;cursor:pointer}
.live-primary>button:hover{background:rgba(255,255,255,.22)}
.live-today{display:block;margin:7px 0 0 4px;border:1px solid rgba(51, 65, 84, .14);border-radius:999px;padding:7px 11px;background:color-mix(in srgb,var(--panel) 94%,transparent);box-shadow:0 6px 18px rgba(24, 34, 49, .12);color:var(--muted);font-size:13px;font-weight:850;cursor:pointer}
.live-today:hover{color:var(--text);transform:translateY(-1px)}
.live-start-alert{position:fixed;z-index:90;top:26px;left:50%;display:flex;align-items:center;gap:12px;min-width:330px;padding:14px 18px;border-radius:18px;background:rgba(19, 27, 39, .96);box-shadow:0 18px 48px rgba(9, 13, 20, .28);color:#fff;opacity:0;transform:translate(-50%,-18px) scale(.97);transition:.24s ease;pointer-events:none}
.live-start-alert.show{opacity:1;transform:translate(-50%,0) scale(1)}
.live-start-alert div{display:grid;gap:2px}
.live-start-alert b{font-size:12px;letter-spacing:.16em;color:#ff7995}
.live-start-alert strong{font-size:15px}
@media(max-width:620px){.live-primary>a{max-width:calc(100vw - 58px)}
.live-start-alert{top:70px;min-width:0;width:calc(100vw - 24px)}}
.summary-modal>.close{
  position:sticky;
  top:10px;
  float:right;
  z-index:30;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid color-mix(in srgb,var(--text) 18%,var(--line));
  border-radius:50%;
  background:var(--text);
  color:var(--panel);
  box-shadow:0 10px 28px rgba(15, 21, 32, .22);
  font-size:26px;
  line-height:1;
  cursor:pointer;
  transition:transform .16s ease,box-shadow .16s ease;
}
.summary-modal>.close:hover{transform:scale(1.06);box-shadow:0 14px 36px rgba(15, 21, 32, .3)}
.daily-brief-panel{min-height:360px}
.section-title.mini{margin-top:2px}
.section-title.mini h3{margin:4px 0 10px;font-size:17px}
.today-brief{display:grid;gap:9px}
.today-brief-date{display:flex;justify-content:space-between;align-items:end;margin-bottom:2px}
.today-brief-date strong{font-size:17px}
.today-brief-date span{font-size:13px;color:var(--muted)}
.brief-event,.hot-row{width:100%;border:0;color:var(--text);cursor:pointer;text-align:left}
.brief-event{display:grid;grid-template-columns:55px 1fr auto;gap:10px;align-items:center;padding:11px 12px;border-left:5px solid var(--event);border-radius:13px;background:color-mix(in srgb,var(--event) 11%,var(--panel2))}
.brief-event:hover,.hot-row:hover{transform:translateY(-1px)}
.brief-time{font-size:14px;font-weight:900;color:color-mix(in srgb,var(--event) 70%,var(--text))}
.brief-copy{display:grid;gap:2px;min-width:0}
.brief-copy b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.brief-copy small{font-size:12px;color:var(--muted)}
.brief-star{font-size:13px;color:#9d7b21;font-weight:900}
.empty-brief{text-align:center;padding:18px 8px;color:var(--muted)}
.empty-brief img{width:64px;height:64px;object-fit:contain;opacity:.75}
.empty-brief strong{display:block;color:var(--text)}
.empty-brief p{margin:5px 0;font-size:14px}
.brief-divider{height:1px;background:var(--line);margin:17px 0}
.monthly-hot-list{display:grid;gap:6px}
.hot-row{display:grid;grid-template-columns:30px 1fr auto;gap:9px;align-items:center;padding:9px 7px;border-radius:11px;background:transparent}
.hot-row:hover{background:var(--panel2)}
.hot-rank{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:var(--text);color:var(--panel);font-size:13px;font-weight:900}
.hot-copy{display:grid;min-width:0}
.hot-copy b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}
.hot-copy small{color:var(--muted);font-size:12px}
.hot-row>strong{font-size:13px;color:#9d7b21}
.brief-empty-text{font-size:14px;color:var(--muted)}
.summary-modal{width:min(1120px,94vw);padding:34px 38px 38px;overflow:auto}
.summary-head{padding:4px 70px 20px 2px;border-bottom:1px solid var(--line)}
.summary-head h2{margin:7px 0 8px;font-size:30px;letter-spacing:-.045em}
.summary-head p{margin:0;color:var(--muted)}
.summary-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin:24px 0}
.summary-empty{color:var(--muted);font-size:14px}
@media(max-width:900px){.summary-grid{grid-template-columns:1fr 1fr}
.summary-modal{padding:24px 20px}
.summary-head{padding-right:58px}}
@media(max-width:560px){.summary-grid{grid-template-columns:1fr}
.summary-modal>.close{width:44px;height:44px;font-size:23px}}
.event-pill{padding:8px 48px 9px 10px;min-height:48px}
.event-title{display:block;font-size:14px;line-height:1.35;white-space:normal}
.field-helper{display:block;margin-top:6px;color:var(--muted);font-size:12px;font-weight:650}
@media(max-width:760px){.event-pill{min-height:42px}}
.application-panel{position:relative;overflow:hidden}
.application-panel::before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:#d95b64}
.application-panel .section-title{padding-left:4px}
.application-panel p{margin:0 0 12px;color:var(--muted);line-height:1.6}
.application-dates{display:block;font-size:18px;letter-spacing:.02em;margin:4px 0 14px;color:#a63c47}
.application-link{display:flex;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,#d95b64 48%,var(--line));background:color-mix(in srgb,#d95b64 9%,var(--panel));color:#9f3441;padding:10px 12px;border-radius:11px;text-decoration:none;font-weight:900}
.application-strip{display:block;position:relative;z-index:2;width:calc(100% + 16px);height:14px;margin:0 -8px 6px;border:0;padding:0 8px;background:repeating-linear-gradient(135deg,#d96c73 0 7px,#ef9aa0 7px 12px);color:#6f252b;text-align:left;font-size:12px;font-weight:950;line-height:14px;white-space:nowrap;overflow:hidden;cursor:pointer;box-shadow:0 1px 3px rgba(126,45,53,.18)}
.application-strip.application-start{margin-left:0;width:calc(100% + 8px);border-radius:7px 0 0 7px}
.application-strip.application-end{width:calc(100% + 8px);border-radius:0 7px 7px 0}
.application-strip.application-single{margin:0 0 6px;width:100%;border-radius:7px}
.application-strip.application-middle span,.application-strip.application-end span{display:none}
.event-pill.multi-day{border-radius:0;margin-left:-8px;margin-right:-8px;width:calc(100% + 16px);border-left-width:1px;border-right-width:1px;box-shadow:none}
.event-pill.multi-day.range-start{margin-left:0;width:calc(100% + 8px);border-left:6px solid var(--event);border-radius:10px 0 0 10px}
.event-pill.multi-day.range-end{margin-right:0;width:calc(100% + 8px);border-radius:0 10px 10px 0}
.event-pill.multi-day.range-single{margin:0;width:100%;border-radius:10px}
.event-pill.multi-day.range-middle{background:color-mix(in srgb,var(--event) 22%,var(--panel))}
.range-continuation{font-size:12px;color:color-mix(in srgb,var(--event) 72%,var(--text));opacity:.75}
.day{overflow:visible}
.events{position:relative;z-index:1}
@media(max-width:760px){.application-strip{height:10px;line-height:10px;font-size:0;margin-bottom:4px}
.event-pill.multi-day{margin-left:-6px;margin-right:-6px;width:calc(100% + 12px)}
.event-pill.multi-day.range-start{margin-left:0;width:calc(100% + 6px)}
.event-pill.multi-day.range-end{margin-right:0;width:calc(100% + 6px)}}
.application-panel{display:block}
.application-panel.is-empty{border-style:dashed;background:color-mix(in srgb,var(--panel) 88%,#d95b64 12%)}
.application-empty{font-size:14px;line-height:1.55;color:var(--muted);padding:12px;border-radius:10px;background:color-mix(in srgb,var(--panel) 75%,var(--line));margin-top:8px}
.application-panel:not(.is-empty) .application-empty{display:none!important}
.application-strip{z-index:5;margin-top:0;transform:translateY(0)}
.application-strip.application-week-start{margin-left:0;width:calc(100% + 8px);border-radius:7px 0 0 7px}
.application-strip.application-middle:not(.application-week-start),.application-strip.application-end{border-left:0}
.event-pill.multi-day{min-height:54px;border-top:1px solid color-mix(in srgb,var(--event) 55%,transparent);border-bottom:1px solid color-mix(in srgb,var(--event) 55%,transparent)}
.event-pill.multi-day.range-middle,.event-pill.multi-day.range-end{border-left:0}
.event-pill.multi-day.range-week-start{margin-left:0;width:calc(100% + 8px);border-left:6px solid var(--event);border-radius:10px 0 0 10px}
.event-pill.multi-day.range-middle:not(.range-week-start){border-radius:0}
.event-pill.multi-day.range-end:not(.range-week-start){border-radius:0 10px 10px 0}
.event-pill.multi-day .range-fill{display:block;min-height:15px}
.event-pill.multi-day.range-middle:not(.range-week-start) time,.event-pill.multi-day.range-end:not(.range-week-start) time{display:none}
.calendar-grid{overflow:visible}
.day{min-width:0}
.event-pill{min-height:52px}
.event-pill.multi-day{min-height:52px}
.entry-notice-layer{z-index:1200;background:rgba(24, 34, 49, .58);backdrop-filter:blur(8px)}
.entry-notice-card{position:relative;width:min(620px,calc(100vw - 32px));max-height:min(86vh,820px);padding:0;overflow:auto;border-radius:28px;box-shadow:0 28px 90px rgba(19, 27, 39, .28);border:1px solid color-mix(in srgb,var(--line) 76%,transparent)}
.entry-notice-image-wrap{margin:0;background:color-mix(in srgb,var(--panel) 88%,var(--bg));border-radius:28px 28px 0 0;overflow:hidden}
.entry-notice-image-wrap img{display:block;width:100%;max-height:420px;object-fit:contain;background:#f1f3f6}
.entry-notice-copy{padding:34px 38px 22px;text-align:center}
.entry-notice-copy h2{margin:8px 0 14px;font-size:clamp(27px,4vw,42px);line-height:1.15;letter-spacing:-.04em}
.entry-notice-copy p{margin:0 auto 22px;max-width:480px;white-space:pre-line;line-height:1.75;color:var(--muted);font-weight:650}
.entry-notice-link{display:inline-flex;min-width:180px;justify-content:center}
.entry-notice-footer{display:flex;align-items:center;justify-content:flex-end;gap:18px;padding:18px 30px 24px;border-top:1px solid var(--line);background:color-mix(in srgb,var(--panel) 91%,var(--bg))}
.today-hide-check{display:flex;align-items:center;gap:8px;margin-right:auto;font-size:15px;font-weight:750;color:var(--muted);cursor:pointer}
.today-hide-check input{width:18px;height:18px;accent-color:var(--primary)}
.entry-notice-editor-preview{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid var(--line);border-radius:16px;background:var(--bg)}
.entry-notice-editor-preview img{width:220px;max-height:160px;object-fit:contain;border-radius:12px;background:white}
.entry-notice-enable-row{display:flex!important;align-items:center;gap:10px;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--bg);font-weight:850}
.entry-notice-enable-row input{width:20px;height:20px;accent-color:var(--primary)}
@media(max-width:640px){.entry-notice-card{border-radius:22px}
.entry-notice-copy{padding:28px 22px 18px}
.entry-notice-footer{align-items:stretch;flex-direction:column;padding:16px 22px 22px}
.today-hide-check{margin:0}
.entry-notice-footer .btn{width:100%}
.entry-notice-image-wrap img{max-height:320px}}
.entry-notice-card{
  overflow:hidden;
}
.entry-notice-image-wrap{
  width:100%;
  margin:0;
  border-radius:28px 28px 0 0;
}
.entry-notice-image-wrap img{
  width:100%;
  max-width:none;
  height:auto;
  display:block;
  object-fit:cover;
  object-position:center;
  margin:0;
}
@media(max-width:640px){.entry-notice-image-wrap{
    border-radius:22px 22px 0 0;
  }}
.entry-notice-layer{
  background:rgba(24, 34, 49, .48);
  backdrop-filter:blur(10px) saturate(.8);
}
.entry-notice-card{
  width:min(720px,calc(100vw - 36px));
  border-radius:24px;
  background:color-mix(in srgb,var(--panel) 97%,#e9edf2);
  border:1px solid color-mix(in srgb,var(--line) 82%,transparent);
  box-shadow:0 30px 90px rgba(24, 34, 49, .22);
}
.entry-notice-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:22px 28px 18px;
  border-bottom:1px solid var(--line);
}
.entry-notice-header>div{
  display:grid;
  gap:3px;
}
.entry-notice-kicker{
  color:var(--muted);
  font-size:13px;
  font-weight:850;
  letter-spacing:.12em;
}
.entry-notice-header strong{
  font-size:17px;
  letter-spacing:-.02em;
}
.entry-notice-badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:color-mix(in srgb,var(--primary) 11%,var(--panel));
  color:var(--primary);
  font-size:12px;
  font-weight:950;
  letter-spacing:.12em;
}
.entry-notice-main{
  display:grid;
  grid-template-columns:minmax(0,220px) minmax(0,1fr);
  gap:28px;
  padding:28px;
  align-items:center;
}
.entry-notice-image-wrap{
  width:100%;
  aspect-ratio:4/3;
  border-radius:18px;
  overflow:hidden;
  background:color-mix(in srgb,var(--bg) 88%,var(--panel));
  border:1px solid var(--line);
  box-shadow:none;
}
.entry-notice-image-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.entry-notice-copy{
  padding:0;
  text-align:left;
}
.entry-notice-copy h2{
  margin:0 0 13px;
  font-size:clamp(25px,3.2vw,36px);
  line-height:1.18;
  letter-spacing:-.045em;
  color:var(--text);
}
.entry-notice-copy p{
  margin:0;
  max-width:none;
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
  font-weight:600;
  white-space:pre-line;
}
.entry-notice-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:22px;
  padding:0 0 5px;
  color:var(--primary);
  font-weight:900;
  text-decoration:none;
  border-bottom:1px solid color-mix(in srgb,var(--primary) 45%,transparent);
}
.entry-notice-link:hover{
  gap:14px;
}
.entry-notice-link b{
  font-size:15px;
}
.entry-notice-footer{
  flex-direction:row;
  align-items:center;
  padding:17px 24px;
  background:color-mix(in srgb,var(--bg) 72%,var(--panel));
}
.entry-notice-confirm{
  min-width:88px;
  border-color:color-mix(in srgb,var(--primary) 34%,var(--line));
  background:var(--panel);
  color:var(--text);
}
.today-hide-check{
  font-size:14px;
}
@media(max-width:680px){.entry-notice-card{
    border-radius:20px;
  }
.entry-notice-header{
    padding:18px 20px 15px;
  }
.entry-notice-main{
    grid-template-columns:1fr;
    gap:20px;
    padding:20px;
  }
.entry-notice-image-wrap{
    aspect-ratio:16/9;
  }
.entry-notice-copy h2{
    font-size:24px;
  }
.entry-notice-footer{
    flex-direction:column;
    align-items:stretch;
    gap:14px;
    padding:16px 20px 20px;
  }
.entry-notice-confirm{
    width:100%;
  }}
:root{
  --radius-xs:10px;
  --radius-sm:14px;
  --radius-md:18px;
  --radius-lg:24px;
  --shadow-soft:0 10px 30px rgba(24, 34, 49, .07);
  --shadow-hover:0 16px 42px rgba(24, 34, 49, .12);
  --motion-fast:160ms;
  --motion-base:240ms;
}
html{scroll-behavior:smooth}
body{
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  font-family:Pretendard,"SUIT","Noto Sans KR","Apple SD Gothic Neo",system-ui,sans-serif;
}
button,a,input,select,textarea{font:inherit}
button,a{
  transition:
    transform var(--motion-fast) ease,
    box-shadow var(--motion-fast) ease,
    background-color var(--motion-fast) ease,
    border-color var(--motion-fast) ease,
    color var(--motion-fast) ease,
    opacity var(--motion-fast) ease;
}
button:active,.btn:active{transform:translateY(1px) scale(.985)}
.btn:hover,.text-btn:hover{
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}
.panel{
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-soft);
  border-color:color-mix(in srgb,var(--line) 88%,transparent);
}
.toolbar,.topbar{
  backdrop-filter:saturate(1.08) blur(10px);
}
.calendar-shell{
  gap:18px;
}
.calendar-stage{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius-lg);
}
.calendar-grid{
  animation:calendarFade .24s ease both;
}
@keyframes monthNext{
  from{opacity:0;transform:translateX(24px)}
  to{opacity:1;transform:translateX(0)}
}
@keyframes monthPrev{
  from{opacity:0;transform:translateX(-24px)}
  to{opacity:1;transform:translateX(0)}
}
@keyframes calendarFade{
  from{opacity:.2}
  to{opacity:1}
}
.day{
  border-radius:var(--radius-md);
  transition:
    transform var(--motion-fast) ease,
    box-shadow var(--motion-fast) ease,
    border-color var(--motion-fast) ease,
    background-color var(--motion-fast) ease;
}
.day:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow-hover);
  border-color:color-mix(in srgb,var(--primary) 26%,var(--line));
  z-index:3;
}
.day.today{
  box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 44%,transparent),var(--shadow-soft);
}
@keyframes todayPulse{
  0%,100%{box-shadow:0 0 0 0 color-mix(in srgb,var(--primary) 0%,transparent)}
  40%{box-shadow:0 0 0 8px color-mix(in srgb,var(--primary) 16%,transparent)}
}
.event-pill{
  border-radius:var(--radius-sm);
  box-shadow:none;
  transition:
    transform var(--motion-fast) ease,
    box-shadow var(--motion-fast) ease,
    filter var(--motion-fast) ease;
}
.event-pill:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 18px color-mix(in srgb,var(--event) 16%,transparent);
  filter:saturate(1.03);
}
.event-pill:active{transform:scale(.985)}
.event-pill time{
  font-variant-numeric:tabular-nums;
  letter-spacing:.01em;
}
.modal-layer{
  opacity:0;
  transition:opacity 180ms ease;
}
.modal-layer.is-open{
  opacity:1;
}
.modal-layer>.modal,.modal-layer>.panel,.modal-layer>.entry-notice-card{
  transform:translateY(14px) scale(.985);
  opacity:0;
  transition:
    transform 220ms cubic-bezier(.2,.7,.2,1),
    opacity 180ms ease;
}
.modal-layer.is-open>.modal,.modal-layer.is-open>.panel,.modal-layer.is-open>.entry-notice-card{
  transform:translateY(0) scale(1);
  opacity:1;
}
.close{
  backdrop-filter:blur(8px);
}
input,select,textarea{
  border-radius:var(--radius-sm);
  transition:border-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease,background-color var(--motion-fast) ease;
}
input:focus,select:focus,textarea:focus{
  outline:none;
  border-color:color-mix(in srgb,var(--primary) 55%,var(--line));
  box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 11%,transparent);
}
.section-title h2{
  letter-spacing:-.035em;
}
.eyebrow{
  letter-spacing:.12em;
}
.app-loader{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  background:color-mix(in srgb,var(--bg) 97%,white);
  transition:opacity .32s ease,visibility .32s ease;
}
.app-loader.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
@keyframes loaderDot{
  0%,100%{transform:translateY(0);opacity:.45}
  50%{transform:translateY(-7px);opacity:1}
}
.topbar,.toolbar{
  background:color-mix(in srgb,var(--panel) 92%,transparent);
}
[data-theme="dark"] .topbar,[data-theme="dark"] .toolbar{
  background:color-mix(in srgb,var(--panel) 89%,transparent);
}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important;
  }}
.calendar-stage{
  perspective:1200px;
  contain:paint;
  will-change:transform,opacity;
  transition:
    transform 190ms cubic-bezier(.4,0,.8,.2),
    opacity 170ms ease,
    filter 190ms ease;
}
.calendar-stage.calendar-exit-left{
  transform:translateX(-46px) scale(.985);
  opacity:0;
  filter:blur(2px);
}
.calendar-stage.calendar-exit-right{
  transform:translateX(46px) scale(.985);
  opacity:0;
  filter:blur(2px);
}
.calendar-stage.calendar-enter-right{
  transform:translateX(46px) scale(.985);
  opacity:0;
  filter:blur(2px);
  transition:none;
}
.calendar-stage.calendar-enter-left{
  transform:translateX(-46px) scale(.985);
  opacity:0;
  filter:blur(2px);
  transition:none;
}
.calendar-stage.calendar-settled{
  transform:translateX(0) scale(1);
  opacity:1;
  filter:none;
}
.calendar-stage.calendar-enter-right.calendar-settled,.calendar-stage.calendar-enter-left.calendar-settled{
  transition:
    transform 250ms cubic-bezier(.16,.8,.2,1),
    opacity 210ms ease,
    filter 220ms ease;
}
@media(max-width:980px){.calendar-shell{
    grid-template-columns:1fr!important;
  }}
@media(max-width:760px){body{
    overflow-x:hidden;
  }
.topbar{
    padding:12px 14px;
    gap:10px;
  }
.brand img{
    width:42px;
    height:42px;
  }
.top-actions{
    gap:6px;
  }
.top-actions .btn,.top-actions button{
    min-height:38px;
    padding:0 10px;
    font-size:14px;
  }
.toolbar{
    position:sticky;
    top:0;
    z-index:30;
    margin-inline:-12px;
    padding:10px 12px;
    border-radius:0 0 18px 18px;
    box-shadow:0 8px 24px rgba(24, 34, 49, .08);
  }
.month-nav{
    width:100%;
    justify-content:space-between;
  }
.calendar-stage{
    overflow-x:auto;
    border-radius:18px;
    scrollbar-width:thin;
  }
.calendar-grid{
    min-width:840px;
  }
.day{
    min-height:116px;
  }
.modal-layer{
    align-items:flex-end;
    padding:0;
  }
.modal-layer>.modal:not(.game-modal),.modal-layer>.panel:not(.game-panel),.modal-layer>.entry-notice-card{
    width:100%!important;
    max-width:none!important;
    max-height:92dvh;
    margin:0;
    border-radius:24px 24px 0 0!important;
  }
.modal-layer.is-open>.modal:not(.game-modal),.modal-layer.is-open>.panel:not(.game-panel),.modal-layer.is-open>.entry-notice-card{
    transform:translateY(0);
  }
.modal-layer>.modal:not(.game-modal),.modal-layer>.panel:not(.game-panel),.modal-layer>.entry-notice-card{
    transform:translateY(34px);
  }
.event-editor form,.form-grid{
    grid-template-columns:1fr!important;
  }
.wide{
    grid-column:auto!important;
  }
.form-actions{
    position:sticky;
    bottom:0;
    z-index:4;
    margin:12px -20px -20px;
    padding:14px 20px calc(14px + env(safe-area-inset-bottom));
    border-top:1px solid var(--line);
    background:color-mix(in srgb,var(--panel) 94%,transparent);
    backdrop-filter:blur(14px);
  }}
body.admin-mode #toggleAdmin{
  background:color-mix(in srgb,var(--primary) 14%,var(--panel));
  border-color:color-mix(in srgb,var(--primary) 40%,var(--line));
  color:var(--primary);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 8%,transparent);
}
body.admin-mode .admin-only{
  animation:adminReveal .18s ease both;
}
@keyframes adminReveal{
  from{opacity:0;transform:translateY(-3px)}
  to{opacity:1;transform:none}
}
:where(button,a,input,select,textarea):focus-visible{
  outline:3px solid color-mix(in srgb,var(--primary) 28%,transparent);
  outline-offset:2px;
}
.mobile-info-tabs{display:none}
@media(max-width:760px){.entry-notice-layer{
    align-items:center!important;
    justify-content:center!important;
    padding:18px!important;
  }
.entry-notice-layer>.entry-notice-card{
    width:min(560px,calc(100vw - 36px))!important;
    max-width:560px!important;
    max-height:86dvh!important;
    margin:auto!important;
    border-radius:22px!important;
    transform:translateY(12px) scale(.985)!important;
  }
.entry-notice-layer.is-open>.entry-notice-card{
    transform:translateY(0) scale(1)!important;
  }
.entry-notice-main{
    grid-template-columns:1fr!important;
    gap:18px!important;
    padding:20px!important;
  }
.entry-notice-image-wrap{
    width:100%!important;
    aspect-ratio:16/9!important;
    margin:0!important;
    border-radius:15px!important;
  }
.entry-notice-copy{padding:0!important}
.entry-notice-copy h2{font-size:22px!important}
.entry-notice-footer{
    flex-direction:column!important;
    align-items:stretch!important;
    gap:12px!important;
    padding:15px 20px 19px!important;
  }
.entry-notice-confirm{width:100%!important}
.side-stack{
    display:block!important;
    margin-top:14px;
  }
.mobile-info-tabs{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:5px;
    margin:0 0 10px;
    padding:6px;
    border:1px solid var(--line);
    border-radius:16px;
    background:color-mix(in srgb,var(--panel) 94%,transparent);
    box-shadow:0 12px 32px rgba(24, 34, 49, .12);
    backdrop-filter:blur(14px);
  }
.mobile-info-tab{
    min-width:0;
    min-height:42px;
    padding:7px 5px;
    border:0;
    border-radius:11px;
    background:transparent;
    color:var(--muted);
    font-size:14px;
    font-weight:850;
    cursor:pointer;
    box-shadow:none!important;
  }
.mobile-info-tab.active{
    background:color-mix(in srgb,var(--primary) 13%,var(--panel));
    color:var(--primary);
    box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 22%,transparent)!important;
  }
.mobile-tab-panel{
    display:none!important;
    margin:0!important;
    animation:mobilePanelIn .2s ease both;
  }
.mobile-tab-panel.mobile-tab-active{display:block!important}
@keyframes mobilePanelIn{
    from{opacity:0;transform:translateY(7px)}
    to{opacity:1;transform:none}
  }}
@media(min-width:761px){.mobile-tab-panel{display:block!important}}.mobile-schedule-app{display:none}
@media(max-width:760px){.schedule-layout{display:none!important}
.mobile-schedule-app{display:block;min-height:calc(100dvh - 72px);padding:18px 14px 110px;background:radial-gradient(circle at 10% 0%,color-mix(in srgb,var(--primary) 10%,transparent),transparent 32%),var(--bg)}
.mobile-week-head{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;gap:10px;margin:4px 0 12px;text-align:center}
.mobile-week-head span{display:block;color:var(--muted);font-size:14px;font-weight:800}
.mobile-week-head h1{margin:2px 0 0;font-size:23px;letter-spacing:-.045em}
.mobile-week-arrow{width:44px;height:44px;border:0;border-radius:50%;background:var(--panel);color:var(--text);font-size:17px;font-weight:900;box-shadow:var(--shadow-soft)}
.mobile-week-actions{display:flex;justify-content:center;gap:8px;margin-bottom:18px}
.mobile-week-actions button{min-height:38px;padding:0 15px;border:1px solid var(--line);border-radius:999px;background:var(--panel);color:var(--muted);font-size:14px;font-weight:850}
.mobile-week-actions button.active{color:var(--primary);border-color:color-mix(in srgb,var(--primary) 42%,var(--line));background:color-mix(in srgb,var(--primary) 11%,var(--panel))}
.mobile-week-list{display:grid;gap:11px}
.mobile-week-list.week-left{animation:mobileWeekLeft .28s ease}
.mobile-week-list.week-right{animation:mobileWeekRight .28s ease}
@keyframes mobileWeekLeft{from{opacity:0;transform:translateX(22px)}to{opacity:1;transform:none}}
@keyframes mobileWeekRight{from{opacity:0;transform:translateX(-22px)}to{opacity:1;transform:none}}
.mobile-day-card{display:grid;grid-template-columns:72px 1fr;min-height:112px;border:1px solid color-mix(in srgb,var(--line) 92%,transparent);border-radius:22px;background:var(--panel);overflow:hidden;box-shadow:0 9px 24px rgba(24, 34, 49, .07)}
.mobile-day-card.is-today{border-color:color-mix(in srgb,var(--primary) 50%,var(--line));box-shadow:0 12px 30px color-mix(in srgb,var(--primary) 12%,transparent)}
.mobile-day-date{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;border-right:1px solid var(--line);color:var(--muted)}
.mobile-day-card.is-today .mobile-day-date{background:color-mix(in srgb,var(--primary) 15%,var(--panel));color:var(--primary)}
.mobile-day-date span{font-size:15px;font-weight:850}
.mobile-day-date strong{font-size:26px;line-height:1}
.mobile-day-date em{margin-top:6px;padding:3px 7px;border-radius:999px;background:var(--primary);color:white;font-size:12px;font-style:normal;font-weight:900}
.mobile-day-events{display:grid;align-content:center;gap:8px;padding:11px}
.mobile-event-item{position:relative;display:grid;grid-template-columns:6px minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:64px;padding:9px 11px 9px 8px;border:0;border-radius:15px;text-align:left;background:color-mix(in srgb,var(--event) 19%,var(--panel));color:var(--text)}
.mobile-event-item.is-mine{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--event) 46%,transparent)}
.mobile-event-accent{align-self:stretch;border-radius:999px;background:var(--event)}
.mobile-event-copy{min-width:0;display:grid;gap:4px}
.mobile-event-copy b{font-size:16px;line-height:1.35}
.mobile-event-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:13px}
.mobile-event-item time{padding:6px 9px;border-radius:999px;background:color-mix(in srgb,var(--panel) 84%,transparent);color:var(--text);font-size:13px;font-weight:850;white-space:nowrap}
.mobile-interest-icon{min-width:28px;text-align:center;font-size:19px;line-height:1;filter:drop-shadow(0 2px 4px rgba(77,66,24,.12))}
.mobile-empty-day{padding:18px;color:var(--muted);font-size:14px;text-align:center}
.mobile-info-tabs{display:none!important}
.side-stack{display:block!important;margin:0!important}
.mobile-tab-panel{display:none!important}
.mobile-tab-panel.mobile-tab-active{display:block!important;margin:18px 14px 100px!important}}
.event-star,.brief-star,.day-summary-star{font-size:18px;letter-spacing:0}
@media(max-width:760px){.mobile-day-date{
    appearance:none;width:100%;border:0;border-right:1px solid var(--line);
    border-radius:0;background:transparent;cursor:pointer;
  }
.mobile-day-card.is-today .mobile-day-date{
    background:color-mix(in srgb,var(--primary) 15%,var(--panel));
  }
.mobile-day-add{
    display:none;width:100%;min-height:38px;
    border:1px dashed color-mix(in srgb,var(--primary) 36%,var(--line));
    border-radius:12px;background:color-mix(in srgb,var(--primary) 6%,var(--panel));
    color:var(--primary);font-size:14px;font-weight:900;
  }
body.admin-mode .mobile-day-add{display:block}
.modal-layer{z-index:1700}}
.calendar-stage{
  width:100%;
  min-width:0;
}
.calendar-stage .calendar-grid{
  width:100%;
}
@media(max-width:760px){.calendar-stage{
    overflow:visible;
  }}
.cloud-status{
  display:inline-flex;align-items:center;min-height:32px;padding:0 10px;
  border:1px solid var(--line);border-radius:999px;background:var(--panel);
  color:var(--muted);font-size:13px;font-weight:900;white-space:nowrap;
}
.cloud-status[data-mode="cloud"]{color:#3f7f52;background:#edf6ef;border-color:#bcd9c4}
.cloud-status[data-mode="sync"]{color:#96731b;background:#fff8df;border-color:#ead99b}
.cloud-status[data-mode="error"]{color:#a94750;background:#fbedef;border-color:#e5b7bd}
@media(max-width:760px){.cloud-status{display:none}}
.schedule-layout{
  grid-template-columns:minmax(230px,280px) minmax(0,1fr) minmax(280px,340px);
  align-items:start;
}
.memo-stack{position:sticky;top:92px}
.memo-panel{
  position:relative;overflow:hidden;min-height:320px;padding:22px;
  background:#fff8d9;border-color:#eadb94;
}
.memo-panel::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(transparent 31px,rgba(143,122,52,.08) 32px);
  background-size:100% 32px;
}
.memo-panel[data-tone="green"]{background:#edf8e8;border-color:#bfd9b5}
.memo-panel[data-tone="blue"]{background:#eaf4fb;border-color:#b8d3e5}
.memo-panel[data-tone="pink"]{background:#fbeef3;border-color:#e5bdcb}
.memo-panel[data-tone="neutral"]{background:var(--panel);border-color:var(--line)}
.memo-panel-head,.memo-content,.memo-empty{position:relative;z-index:1}
.memo-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}
.memo-panel-head h2{margin:4px 0 0;font-size:21px;letter-spacing:-.04em}
.memo-content{display:grid;gap:10px}
.memo-content p,.memo-content h3{margin:0}
.memo-content h3{margin-top:6px;font-size:17px}
.memo-bullet,.memo-check{display:grid;grid-template-columns:18px 1fr;gap:8px;align-items:start}
.memo-bullet span,.memo-check span{font-weight:950;color:var(--primary)}
.memo-check.done{opacity:.58}
.memo-link{
  display:block;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.58);
  color:var(--primary);font-weight:850;text-decoration:none;border:1px solid rgba(51, 65, 84, .12);
}
.memo-empty{color:var(--muted);font-size:15px}
@media(max-width:1180px){.schedule-layout{grid-template-columns:minmax(220px,260px) minmax(0,1fr)}
.side-stack{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.memo-stack{display:none}}
.live-toast{
  top:max(12px,env(safe-area-inset-top));
  left:14px;
  width:min(560px,calc(100vw - 28px));
  max-width:none;
  overflow:visible;
  background:transparent;
  box-shadow:none;
  border-radius:20px;
}
.live-primary{
  display:flex;
  align-items:stretch;
  min-height:54px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.15);
  border-radius:17px;
  background:
    linear-gradient(110deg,rgba(170,17,61,.98),rgba(112,9,43,.98));
  box-shadow:0 13px 34px rgba(103,10,40,.30);
}
.live-primary>a{
  flex:1;
  min-width:0;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:11px;
  padding:9px 12px;
  color:#fff;
  text-decoration:none;
}
.soop-live-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:5px 8px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
}
.soop-live-badge .live-dot{
  width:7px;
  height:7px;
}
.live-copy{
  min-width:0;
  display:grid;
  gap:2px;
}
.live-copy strong{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:14px;
  line-height:1.35;
}
.live-copy small{
  color:rgba(255,255,255,.72);
  font-size:12px;
  font-weight:700;
}
.live-cta{
  display:inline-flex;
  align-items:center;
  gap:5px;
  white-space:nowrap;
  font-size:13px;
  font-weight:900;
}
.live-primary>button{
  width:42px;
  height:auto;
  margin:0;
  border-radius:0;
  background:rgba(0,0,0,.10);
  font-size:19px;
}
.live-primary>button:hover{
  background:rgba(0,0,0,.20);
}
.live-today{
  margin:7px 0 0 8px;
  padding:7px 12px;
  background:color-mix(in srgb,var(--panel) 96%,transparent);
}
body.is-live .topbar{
  padding-top:2px;
}
.live-start-alert{
  border:1px solid rgba(255,255,255,.12);
}
@media(max-width:760px){html,body{
    min-height:100%;
    overscroll-behavior-y:none;
  }
body{
    padding-bottom:env(safe-area-inset-bottom);
  }
.topbar{
    width:100%;
    margin:0;
    padding:10px 12px;
    border-radius:0 0 18px 18px;
  }
.brand{
    min-width:0;
  }
.brand img{
    width:38px;
    height:38px;
  }
.brand strong{
    font-size:17px;
  }
.top-actions{
    gap:5px;
  }
.top-actions>a,.top-actions>button{
    min-height:36px;
    padding:0 9px;
    font-size:13px;
  }
.nav-tab{
    min-height:36px;
    padding:0 12px;
    white-space:nowrap;
    font-size:14px;
  }
.mobile-schedule-app{
    padding:14px 10px calc(104px + env(safe-area-inset-bottom));
  }
.mobile-week-head{
    grid-template-columns:42px minmax(0,1fr) 42px;
    margin-top:2px;
  }
.mobile-week-arrow{
    width:40px;
    height:40px;
  }
.mobile-week-head h1{
    font-size:21px;
  }
.mobile-week-actions{
    margin-bottom:14px;
  }
.mobile-week-actions button{
    min-height:40px;
    padding-inline:14px;
  }
.mobile-day-card{
    grid-template-columns:62px minmax(0,1fr);
    min-height:100px;
    border-radius:18px;
  }
.mobile-day-date strong{
    font-size:24px;
  }
.mobile-day-events{
    gap:7px;
    padding:9px;
  }
.mobile-event-item{
    grid-template-columns:5px minmax(0,1fr) auto;
    gap:8px;
    min-height:60px;
    padding:8px 9px 8px 7px;
  }
.mobile-event-copy b{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size:15px;
  }
.mobile-event-copy small{
    font-size:12px;
  }
.mobile-event-item time{
    grid-column:2;
    justify-self:start;
    padding:5px 8px;
  }
.mobile-interest-icon{
    grid-column:3;
    grid-row:1 / span 2;
    align-self:center;
    min-width:24px;
    font-size:19px;
  }
.modal-layer>.modal:not(.game-modal),.modal-layer>.panel:not(.game-panel){
    max-height:92dvh;
    overflow:auto;
  }
.entry-notice-layer>.entry-notice-card{
    max-height:84dvh!important;
  }
.schedule-detail-modal{
    padding:20px 16px 16px!important;
  }
.detail-heading h2{
    font-size:24px!important;
  }
.schedule-detail-modal .participant{
    width:68px;
  }
.schedule-detail-modal .participant img{
    width:58px;
    height:58px;
  }
.live-toast{
    top:max(7px,env(safe-area-inset-top));
    left:7px;
    width:calc(100vw - 14px);
  }
.live-primary{
    min-height:50px;
    border-radius:15px;
  }
.live-primary>a{
    grid-template-columns:auto minmax(0,1fr);
    gap:8px;
    padding:7px 8px;
  }
.soop-live-badge{
    padding:5px 7px;
  }
.live-copy strong{
    font-size:14px;
  }
.live-copy small{
    display:none;
  }
.live-cta{
    display:none;
  }
.live-primary>button{
    width:38px;
  }
.live-today{
    margin:5px 0 0 5px;
    padding:6px 10px;
    font-size:12px;
  }
.live-start-alert{
    top:calc(65px + env(safe-area-inset-top));
    width:calc(100vw - 20px);
    padding:12px 14px;
  }}
@media(max-width:380px){.top-actions .cafe,.top-actions>a:first-of-type{
    display:none;
  }
.mobile-day-card{
    grid-template-columns:56px minmax(0,1fr);
  }
.mobile-week-head h1{
    font-size:20px;
  }}
@media(pointer:coarse){button,a{
    -webkit-tap-highlight-color:transparent;
  }
.event-pill,.mobile-event-item,.mobile-week-arrow,.mobile-info-tab{
    touch-action:manipulation;
  }}
#soopFetchStatus{display:block;margin-top:7px;line-height:1.45;color:var(--muted)}
#soopFetchStatus[data-state="loading"]{color:#947019}
#soopFetchStatus[data-state="success"]{color:#3c8150}
#soopFetchStatus[data-state="error"]{color:#b44f59}
#fetchSoopProfile:disabled{opacity:.58;cursor:wait}
.member-avatar-preview img{background:var(--panel2);object-fit:cover}
.vod-editor{
  padding:16px;
  border:1px solid color-mix(in srgb,var(--primary) 24%,var(--line));
  border-radius:16px;
  background:color-mix(in srgb,var(--primary) 5%,var(--panel));
}
.vod-editor-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.vod-editor-head h3{margin:3px 0 0;font-size:18px}
.vod-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}
.vod-detail-link{background:#173f68;color:#fff;border-color:#173f68}
.stats-portal-expanded{width:min(1180px,calc(100vw - 40px));max-height:92vh;overflow:auto}
.stats-portal-expanded .stats-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
.stats-highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0}
.stats-highlight{display:grid;gap:5px;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--panel2)}
.stats-highlight span{font-size:13px;font-weight:900;color:var(--muted);letter-spacing:.06em}
.stats-highlight strong{font-size:22px}
.stats-highlight small{color:var(--muted)}
.duration-rank{width:100%;grid-template-columns:32px minmax(0,1fr) auto;text-align:left;border:0;background:transparent}
.duration-rank span{display:grid;gap:2px}
.duration-rank span strong{font-size:15px}
.duration-rank span small{color:var(--muted);font-size:12px}
.duration-rank em{font-style:normal;font-weight:900;color:var(--primary);white-space:nowrap}
.stats-chart-panel,.heatmap-panel{margin-top:14px}
.stats-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:18px}
.stats-section-head h2{margin:4px 0 0}
.monthly-hours-chart{display:grid;grid-template-columns:repeat(12,minmax(38px,1fr));align-items:end;gap:8px;height:230px}
.month-bar-item{height:100%;display:grid;grid-template-rows:1fr auto auto;gap:5px;text-align:center}
.month-bar-track{position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:150px;border-radius:10px;background:var(--panel2);overflow:hidden}
.month-bar-track i{display:block;width:68%;min-height:0;border-radius:8px 8px 0 0;background:linear-gradient(180deg,color-mix(in srgb,var(--primary) 68%,#fff),var(--primary))}
.month-bar-item b{font-size:13px}
.month-bar-item span{font-size:12px;color:var(--muted)}
.broadcast-heatmap-wrap{overflow-x:auto;padding-bottom:5px}
.broadcast-heatmap{display:grid;grid-template-rows:repeat(7,12px);grid-auto-flow:column;grid-auto-columns:12px;gap:4px;width:max-content}
.heat-cell,.heat-empty{width:12px;height:12px;border:0;border-radius:3px;padding:0}
.heat-empty{visibility:hidden}
.heat-cell.level-0{background:var(--panel2)}
.heat-cell.level-1{background:#cfe6d4}
.heat-cell.level-2{background:#91c49d}
.heat-cell.level-3{background:#579d68}
.heat-cell.level-4{background:#27663b}
.heat-cell:hover{outline:2px solid var(--primary);outline-offset:1px}
.heatmap-legend{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:12px}
.heatmap-legend i{width:11px;height:11px;border-radius:3px}
.heatmap-legend i:nth-of-type(1){background:#cfe6d4}
.heatmap-legend i:nth-of-type(2){background:#91c49d}
.heatmap-legend i:nth-of-type(3){background:#579d68}
.heatmap-legend i:nth-of-type(4){background:#27663b}
@media(max-width:900px){.stats-portal-expanded .stats-grid{grid-template-columns:repeat(3,1fr)}
.monthly-hours-chart{min-width:720px}}
@media(max-width:760px){.vod-editor-grid{grid-template-columns:1fr 1fr}
.vod-editor-head{align-items:flex-start;flex-direction:column}
.stats-portal-expanded{width:100%;max-height:92dvh}
.stats-portal-expanded .stats-grid{grid-template-columns:repeat(2,1fr)}
.stats-highlight-grid{grid-template-columns:1fr}
.stats-columns{grid-template-columns:1fr!important}
.broadcast-heatmap{grid-template-rows:repeat(7,11px);grid-auto-columns:11px}
.heat-cell,.heat-empty{width:11px;height:11px}}
.vod-results{display:grid;gap:7px;margin:10px 0}
.vod-result{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto 30px;
  align-items:center;
  gap:9px;
  padding:9px 10px;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--panel);
}
.vod-result>b{color:var(--primary);font-size:13px}
.vod-result>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800}
.vod-result>small{color:var(--muted);font-size:12px;white-space:nowrap}
.vod-result>button{width:28px;height:28px;border:0;border-radius:50%;background:var(--panel2);color:var(--muted)}
.vod-result.is-error{border-color:#e4b2b7;background:#fff4f5}
.vod-result.is-error>b{color:#b34c57}
.mobile-event-item.is-dimmed{
  opacity:.28;
  filter:grayscale(.75) saturate(.45);
  transform:scale(.985);
}
.mobile-event-item.is-mine{
  opacity:1;
  filter:none;
  box-shadow:
    inset 0 0 0 2px color-mix(in srgb,var(--event) 58%,transparent),
    0 7px 18px color-mix(in srgb,var(--event) 14%,transparent);
}
#mobileInterestFocus.active{
  background:color-mix(in srgb,var(--primary) 16%,var(--panel));
  border-color:color-mix(in srgb,var(--primary) 45%,var(--line));
  color:var(--primary);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 8%,transparent);
}
@media(max-width:760px){.vod-result{grid-template-columns:auto minmax(0,1fr) 28px}
.vod-result>small{grid-column:2}
.vod-result>button{grid-column:3;grid-row:1/span 2}}
.daily-broadcast-card{display:grid;gap:10px;padding:15px;margin:12px 0;border:1px solid color-mix(in srgb,var(--primary) 28%,var(--line));border-radius:16px;background:color-mix(in srgb,var(--primary) 5%,var(--panel))}
.daily-broadcast-card h3{margin:3px 0 4px}
.daily-broadcast-card p{margin:0;color:var(--muted)}
.daily-vod-links{display:flex;flex-wrap:wrap;gap:7px}
#categoryFilters{display:grid;gap:14px}
.filter-group{display:flex;flex-wrap:wrap;gap:7px}
.filter-group>strong{width:100%;font-size:14px;color:var(--muted)}
.sub-filter-group{padding-top:12px;border-top:1px solid var(--line)}
.event-pill{position:relative;padding-right:54px}
.event-sub-badge,.sub-category-badge{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:18px;padding:2px 7px;border-radius:999px;
  background:var(--sub,#888);color:#fff;font-size:12px;font-weight:900;white-space:nowrap
}
.event-sub-badge{position:absolute;right:6px;bottom:4px;max-width:48px;overflow:hidden;text-overflow:ellipsis}
.detail-heading{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.detail-heading h2{flex-basis:100%}
:root{
  --portal-bg:#f6f7f9;
  --portal-panel:rgba(255,255,255,.86);
  --portal-line:#dfe4ea;
  --portal-text:#182231;
  --portal-muted:#788291;
  --portal-green:#4f8f62;
  --portal-green-soft:#e7f3ea;
}
html[data-theme="light"] body{
  background:
    radial-gradient(circle at 12% 10%,rgba(198,231,210,.48),transparent 28%),
    radial-gradient(circle at 85% 8%,rgba(218,226,250,.48),transparent 26%),
    linear-gradient(180deg,#f9fbf8 0%,#f1f3f6 100%);
  color:var(--portal-text);
}
body:before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;
  background-image:radial-gradient(rgba(51, 65, 84, .08) 1px,transparent 1px);
  background-size:24px 24px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.35),transparent 65%);
}
.topbar{
  position:sticky;top:0;z-index:50;
  min-height:74px;padding:0 28px;
  border-bottom:1px solid rgba(207, 214, 223, .9);
  background:rgba(250,252,249,.82);
  backdrop-filter:blur(18px);
  box-shadow:0 8px 30px rgba(51, 65, 84, .05);
}
.brand img{width:42px;height:42px;filter:drop-shadow(0 6px 10px rgba(51, 65, 84, .14))}
.brand strong{font-size:18px}
.brand span{letter-spacing:.08em}
.nav-tab{border-radius:11px;padding:10px 16px;font-weight:800}
.nav-tab.active{background:#fff;color:#285d39;box-shadow:0 5px 14px rgba(42,82,51,.1)}
.shell{max-width:1760px;margin:0 auto;padding:24px 28px 56px}
.portal-hero{
  display:grid;grid-template-columns:minmax(0,1.4fr) minmax(360px,.8fr);
  gap:22px;padding:30px;margin-bottom:18px;border:1px solid rgba(223, 228, 234, .95);
  border-radius:28px;background:
    linear-gradient(125deg,rgba(255,255,255,.96),rgba(241,248,242,.92));
  box-shadow:0 22px 60px rgba(51, 65, 84, .09);
  overflow:hidden;position:relative;
}
.portal-hero:after{
  content:"";position:absolute;width:360px;height:360px;border-radius:50%;
  right:-140px;top:-180px;background:radial-gradient(circle,#ccebd5,transparent 66%);
  opacity:.75
}
.hero-copy{position:relative;z-index:1}
.hero-kicker,.calendar-kicker{
  display:block;font-size:13px;font-weight:900;letter-spacing:.16em;color:#4d8560;margin-bottom:10px
}
.hero-copy h1{margin:0;font-size:clamp(34px,3vw,54px);line-height:1.12;letter-spacing:-.045em}
.hero-copy p{margin:16px 0 22px;color:var(--portal-muted);font-size:16px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.hero-profile-card{
  position:relative;z-index:1;padding:22px;border:1px solid #dfe4ea;border-radius:22px;
  background:rgba(255,255,255,.82);box-shadow:0 14px 34px rgba(38, 50, 66, .08)
}
.hero-profile-top{display:flex;align-items:center;gap:14px}
.hero-profile-top img{width:68px;height:68px;border-radius:20px;background:#edf5ef;padding:6px}
.hero-profile-top div{display:grid;gap:2px}
.hero-profile-top span{font-size:12px;font-weight:900;color:#667284;letter-spacing:.12em}
.hero-profile-top strong{font-size:21px}
.hero-profile-top small{color:#4d8560;font-weight:800}
.hero-profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0}
.hero-profile-stats div{padding:13px 10px;border-radius:14px;background:#f6f7f9}
.hero-profile-stats span{display:block;font-size:12px;color:#788291;margin-bottom:5px}
.hero-profile-stats strong{font-size:16px}
.hero-soop-link{
  display:flex;justify-content:center;padding:12px;border-radius:13px;background:#e7f3ea;color:#2f6d43;font-weight:900
}
.dashboard-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}
.dashboard-card{
  padding:20px;border:1px solid #dfe4ea;border-radius:20px;background:rgba(255,255,255,.88);
  box-shadow:0 10px 30px rgba(51, 65, 84, .055);position:relative;overflow:hidden
}
.dashboard-card:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--accent)}
.dashboard-card span{display:block;font-size:14px;font-weight:900;color:#667284;margin-bottom:10px}
.dashboard-card strong{display:block;font-size:24px;letter-spacing:-.04em}
.dashboard-card small{display:block;margin-top:5px;color:#788291;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dashboard-card.mint{--accent:#62b67b}
.dashboard-card.lavender{--accent:#9581d8}
.dashboard-card.blue{--accent:#5a9fdd}
.dashboard-card.pink{--accent:#dc7da2}
.schedule-layout{
  display:grid!important;grid-template-columns:220px minmax(0,1fr) 290px!important;gap:18px!important;align-items:start
}
.panel{
  border:1px solid rgba(223, 228, 234, .95)!important;border-radius:22px!important;
  background:rgba(255,255,255,.88)!important;backdrop-filter:blur(10px);
  box-shadow:0 12px 36px rgba(51, 65, 84, .06)!important
}
.memo-panel{min-height:240px!important;background:linear-gradient(180deg,#fffdf3,#fff9d9)!important}
.calendar-card{padding:20px!important}
.calendar-head{padding:2px 2px 18px!important;border-bottom:0!important}
.month-control h1{font-size:24px!important;letter-spacing:-.04em}
.filters{
  padding:16px!important;border:1px solid #e9edf2;border-radius:18px;background:#f6f7f9;margin-bottom:16px!important
}
.filter-group>strong{color:#667284!important;letter-spacing:.04em}
.filter{
  border-radius:999px!important;background:#fff!important;border:1px solid color-mix(in srgb,var(--filter) 40%,#dfe4ea)!important;
  box-shadow:none!important
}
.filter.active{background:color-mix(in srgb,var(--filter) 16%,#fff)!important;box-shadow:inset 0 0 0 1px var(--filter)!important}
.weekday-row{margin-bottom:8px!important;color:#788291;font-weight:900}
.calendar-grid{gap:7px!important}
.day{
  min-height:130px!important;border:1px solid #e9edf2!important;border-radius:18px!important;
  background:rgba(255,255,255,.82)!important;box-shadow:0 3px 12px rgba(38, 50, 66, .035);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease
}
.day:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(51, 65, 84, .09);border-color:#cfd6df!important}
.day.today{border-color:#8d98a8!important;box-shadow:inset 0 0 0 1px #8d98a8,0 10px 24px rgba(68,117,78,.08)}
.event-pill{
  border-radius:11px!important;border:0!important;box-shadow:0 4px 12px color-mix(in srgb,var(--event) 16%,transparent)!important;
  background:linear-gradient(90deg,color-mix(in srgb,var(--event) 20%,white),color-mix(in srgb,var(--event) 8%,white))!important
}
.event-title{font-weight:900!important}
.portal-side-right{position:sticky;top:96px}
.daily-brief-panel,.application-panel,.compact-panel{padding:18px!important}
.quick-links a,.quick-links button{border-radius:12px!important}
.side-stack{gap:14px!important}
.section-title h2,.section-title h3{letter-spacing:-.03em}
.modal.panel{background:#fff!important}
@media(max-width:1200px){.schedule-layout{grid-template-columns:1fr!important}
.portal-side-right{position:static}
.side-stack{grid-template-columns:repeat(3,1fr);display:grid}}
@media(max-width:900px){.portal-hero{grid-template-columns:1fr;padding:22px}
.dashboard-strip{grid-template-columns:repeat(2,1fr)}
.side-stack{grid-template-columns:1fr}}
@media(max-width:760px){.topbar{min-height:64px;padding:0 14px}
.shell{padding:12px 12px 90px}
.portal-hero{display:none}
.dashboard-strip{grid-template-columns:repeat(2,1fr);gap:9px;margin-bottom:12px}
.dashboard-card{padding:14px;border-radius:16px}
.dashboard-card strong{font-size:19px}
.calendar-card{display:none!important}}
:root{
  --surface:#ffffff;
  --surface-soft:#f6f7f9;
  --surface-muted:#e9edf2;
  --line-strong:#cfd6df;
  --text-strong:#131b27;
  --text-body:#334154;
  --text-muted:#788291;
  --shadow-soft:0 18px 50px rgba(38, 50, 66, .08);
  --shadow-card:0 10px 28px rgba(38, 50, 66, .06);
}
html[data-theme="dark"]{
  --surface:#131b27;
  --surface-soft:#182231;
  --surface-muted:#182231;
  --line-strong:#263242;
  --text-strong:#f1f3f6;
  --text-body:#cfd6df;
  --text-muted:#8d98a8;
  --shadow-soft:0 24px 60px rgba(0,0,0,.34);
  --shadow-card:0 12px 30px rgba(0,0,0,.22);
}
html[data-theme="dark"] body{
  background:
    radial-gradient(circle at 16% 8%,rgba(102, 114, 132, .20),transparent 30%),
    radial-gradient(circle at 86% 4%,rgba(73,88,127,.16),transparent 26%),
    linear-gradient(180deg,#090d14 0%,#0f1520 100%) !important;
  color:var(--text-strong)!important;
}
html[data-theme="dark"] body:before{
  opacity:.45;
  background-image:radial-gradient(rgba(160, 168, 179, .09) 1px,transparent 1px)
}
html[data-theme="dark"] .topbar{
  background:rgba(15, 21, 32, .9)!important;
  border-bottom-color:#263242!important;
  box-shadow:0 10px 34px rgba(0,0,0,.24)!important
}
html[data-theme="dark"] .brand strong,html[data-theme="dark"] .hero-copy h1,html[data-theme="dark"] .month-control h1,html[data-theme="dark"] .section-title h2,html[data-theme="dark"] .section-title h3,html[data-theme="dark"] .dashboard-card strong,html[data-theme="dark"] .hero-profile-top strong,html[data-theme="dark"] .stat-card strong{
  color:var(--text-strong)!important
}
html[data-theme="dark"] .brand span,html[data-theme="dark"] .hero-copy p,html[data-theme="dark"] .month-control p,html[data-theme="dark"] .dashboard-card small,html[data-theme="dark"] .dashboard-card span,html[data-theme="dark"] .hero-profile-stats span,html[data-theme="dark"] .today-brief,html[data-theme="dark"] .brief-empty-text,html[data-theme="dark"] .memo-empty,html[data-theme="dark"] .application-panel p,html[data-theme="dark"] .calendar-footer-note{
  color:var(--text-muted)!important
}
html[data-theme="dark"] .nav-tab{color:#a0a8b3!important}
html[data-theme="dark"] .nav-tab.active{
  background:#263242!important;color:#f5faf6!important;
  box-shadow:inset 0 0 0 1px #334154,0 7px 18px rgba(0,0,0,.25)!important
}
html[data-theme="dark"] .btn,html[data-theme="dark"] .circle,html[data-theme="dark"] .text-btn{
  color:#e9edf2!important;border-color:#334154!important;background:#182231!important
}
html[data-theme="dark"] .btn.primary{
  background:#5f9f70!important;border-color:#5f9f70!important;color:#fff!important
}
html[data-theme="dark"] .panel,html[data-theme="dark"] .dashboard-card,html[data-theme="dark"] .hero-profile-card,html[data-theme="dark"] .portal-hero,html[data-theme="dark"] .spotlight-row{
  background:rgba(19, 27, 39, .94)!important;
  border-color:#263242!important;
  box-shadow:var(--shadow-soft)!important
}
html[data-theme="dark"] .portal-hero{
  background:
    linear-gradient(130deg,rgba(24, 34, 49, .98),rgba(19, 27, 39, .96))!important
}
html[data-theme="dark"] .portal-hero:after{
  background:radial-gradient(circle,rgba(73,140,91,.34),transparent 68%)!important
}
html[data-theme="dark"] .hero-profile-top img{
  background:#182231!important
}
html[data-theme="dark"] .hero-profile-stats div,html[data-theme="dark"] .filters,html[data-theme="dark"] .quick-links a,html[data-theme="dark"] .quick-links button,html[data-theme="dark"] .month-bar-track{
  background:#182231!important;
  border-color:#263242!important;
  color:#e9edf2!important
}
html[data-theme="dark"] .hero-soop-link{
  background:#284632!important;color:#a9e3b6!important
}
html[data-theme="dark"] .memo-panel{
  background:linear-gradient(180deg,#2a281f,#242219)!important;
  border-color:#4b4734!important
}
html[data-theme="dark"] .day{
  background:#182231!important;
  border-color:#263242!important;
  box-shadow:0 6px 16px rgba(0,0,0,.13)!important
}
html[data-theme="dark"] .day:hover{
  background:#182231!important;
  border-color:#334154!important;
  box-shadow:0 12px 26px rgba(0,0,0,.26)!important
}
html[data-theme="dark"] .day.outside{opacity:.42}
html[data-theme="dark"] .weekday-row{color:#a0a8b3!important}
html[data-theme="dark"] .date-num{color:#dfe4ea!important}
html[data-theme="dark"] .event-pill{
  color:#f6faf7!important;
  background:
    linear-gradient(90deg,color-mix(in srgb,var(--event) 38%,#131b27),color-mix(in srgb,var(--event) 18%,#131b27))!important;
  box-shadow:0 5px 16px rgba(0,0,0,.18)!important
}
html[data-theme="dark"] .event-pill time,html[data-theme="dark"] .event-title{color:#f6f7f9!important}
html[data-theme="dark"] .filter{
  color:#dfe4ea!important;
  background:#182231!important;
  border-color:color-mix(in srgb,var(--filter) 48%,#334154)!important
}
html[data-theme="dark"] .filter.active{
  background:color-mix(in srgb,var(--filter) 34%,#182231)!important;
  color:#fff!important;
  box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--filter) 78%,#fff)!important
}
html[data-theme="dark"] .modal.panel{
  background:#131b27!important;color:#f1f3f6!important;border-color:#263242!important
}
html[data-theme="dark"] input,html[data-theme="dark"] textarea,html[data-theme="dark"] select{
  /* 2026-08-24 구 초록 팔레트(#182231/#334154) 잔재를 v24 중립 토큰으로 교체.
     이 규칙은 다크모드의 모든 입력창에 !important 로 걸리므로,
     VOD 검색칸 안쪽이 초록으로 칠해지는 원인이었습니다. */
  background:var(--v23-surface-2,#17191f)!important;color:var(--v23-text,#f5f3f5)!important;border-color:var(--v23-line,#292b32)!important
}
html[data-theme="dark"] .cloud-status{
  background:#182231!important;color:#a0a8b3!important;border-color:#263242!important
}
.spotlight-row{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:16px 20px;margin-bottom:14px;
  border:1px solid var(--line-strong);border-radius:18px;
  background:linear-gradient(90deg,rgba(255,255,255,.88),rgba(240,247,242,.94));
  box-shadow:var(--shadow-card)
}
.spotlight-title{display:grid;gap:2px}
.spotlight-title span{font-size:12px;font-weight:900;letter-spacing:.16em;color:#667284}
.spotlight-title strong{font-size:18px;color:var(--text-strong)}
.spotlight-copy{color:var(--text-body);font-weight:800;text-align:right}
.modern-calendar{
  position:relative;overflow:hidden;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,251,248,.96))!important
}
.modern-calendar:before{
  content:"";position:absolute;inset:0 0 auto;height:4px;
  background:linear-gradient(90deg,#78b989,#8ca5dc,#d68aa8)
}
.calendar-head{align-items:flex-start!important}
.month-control{gap:14px!important}
.calendar-kicker{margin-bottom:4px!important}
.calendar-footer-note{
  display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;
  margin-top:14px;padding-top:14px;border-top:1px solid var(--line-strong);
  font-size:13px;color:var(--text-muted)
}
.dashboard-card{
  min-height:112px;display:flex;flex-direction:column;justify-content:center;
  transition:transform .18s ease,box-shadow .18s ease
}
.dashboard-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(44,74,53,.11)}
.portal-hero{min-height:270px}
.hero-profile-card{align-self:stretch;display:flex;flex-direction:column;justify-content:space-between}
.schedule-layout{align-items:stretch!important}
.portal-side-right{align-self:start}
.side-stack .panel,.memo-stack .panel{overflow:hidden}
.daily-brief-panel:before,.application-panel:before,.compact-panel:before,.memo-panel:before{
  content:"";display:block;height:4px;margin:-18px -18px 16px;
  background:linear-gradient(90deg,#7fb58c,#b4d3bc)
}
.application-panel:before{background:linear-gradient(90deg,#dc7f8a,#edb0b7)}
.compact-panel:before{background:linear-gradient(90deg,#78a8d2,#9bc3e5)}
.memo-panel:before{background:linear-gradient(90deg,#e6c764,#f2dc8a)}
@media(max-width:900px){.spotlight-row{align-items:flex-start;flex-direction:column}
.spotlight-copy{text-align:left}}
body{padding-left:260px}
.app-sidebar{
  position:fixed;inset:0 auto 0 0;width:260px;z-index:80;
  display:flex;flex-direction:column;padding:24px 20px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.98),rgba(246, 247, 249, .96));
  border-right:1px solid #dfe4ea;
  box-shadow:10px 0 40px rgba(38, 50, 66, .06)
}
.sidebar-brand{display:flex;align-items:center;gap:12px;padding:4px 4px 22px}
.sidebar-brand img{width:52px;height:52px;border-radius:18px;background:#edf5ef;padding:5px}
.sidebar-brand div{display:grid}
.sidebar-brand strong{font-size:19px}
.sidebar-brand span{font-size:12px;letter-spacing:.12em;color:#788291}
.sidebar-nav{display:grid;gap:7px}
.sidebar-tab{
  display:flex;align-items:center;gap:13px;width:100%;padding:13px 14px;
  border:0;border-radius:14px;background:transparent;color:#334154;text-align:left;
  font-size:15px;cursor:pointer;transition:.18s ease
}
.sidebar-tab span{width:25px;font-size:18px;text-align:center;color:#667284}
.sidebar-tab:hover{background:#f1f3f6;transform:translateX(2px)}
.sidebar-tab.active{background:linear-gradient(90deg,#e5f4e9,#edf7f0);color:#277041;box-shadow:inset 0 0 0 1px #cce6d3}
.sidebar-tab.active span{color:#309450}
.sidebar-tab b{font-weight:900}
.sidebar-profile{margin-top:auto;padding:16px;border:1px solid #dfe4ea;border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(51, 65, 84, .07)}
.sidebar-profile-head{display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:1px solid #e9edf2}
.sidebar-profile-head img{width:44px;height:44px;border-radius:14px;background:#edf5ef}
.sidebar-profile-head div{display:grid}
.sidebar-profile-head span{font-size:13px;color:#788291}
.sidebar-live-row{display:flex;align-items:center;gap:8px;margin:12px 0;font-size:13px;color:#667284}
.sidebar-live-row i{width:8px;height:8px;border-radius:50%;background:#4dbf6a;box-shadow:0 0 0 4px #e3f5e7}
.sidebar-profile>a{display:block;padding:9px 10px;margin-top:7px;border-radius:10px;background:#f6f7f9;color:#334154;font-size:14px;font-weight:800}
.app-topbar{
  left:260px!important;width:calc(100% - 260px)!important;
  justify-content:space-between!important;padding:0 28px!important
}
.page-heading{display:grid;gap:1px}
.page-heading span{font-size:12px;font-weight:900;letter-spacing:.16em;color:#667284}
.page-heading strong{font-size:18px}
.app-shell{padding-top:22px}
.app-page{display:none}
.app-page.active{display:block}
.home-date{text-align:right;display:grid}
.home-date strong{font-size:15px}
.home-date span{font-size:14px;color:#788291}
#page-calendar .portal-hero,#page-calendar .spotlight-row,#page-calendar .dashboard-strip{display:none!important}
#page-calendar .schedule-layout{grid-template-columns:220px minmax(0,1fr) 290px!important}
.page-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:18px}
.page-section-head span{font-size:12px;font-weight:900;letter-spacing:.15em;color:#788291}
.page-section-head h1{margin:5px 0 4px;font-size:30px;letter-spacing:-.04em}
.page-section-head p{margin:0;color:#788291}
.schedule-page-row{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:14px;width:100%;padding:14px 0;border:0;border-bottom:1px solid #e9edf2;background:transparent;text-align:left}
.schedule-page-row:last-child{border-bottom:0}
.schedule-page-time{font-size:17px;font-weight:900;color:#3f7d51}
.schedule-page-copy{display:grid;gap:3px}
.schedule-page-copy b{font-size:16px}
.schedule-page-copy small{color:#788291}
.schedule-page-date{font-size:13px;color:#788291}
.page-empty{color:#8d98a8;padding:18px 0}
.memo-page-card{padding:22px}
.memo-page-card{min-height:320px}
.memo-page-card p{padding:10px 0;border-bottom:1px solid #e9edf2;margin:0}
html[data-theme="dark"] .app-sidebar{background:linear-gradient(180deg,#131b27,#0f1520);border-color:#263242}
html[data-theme="dark"] .sidebar-brand strong,html[data-theme="dark"] .page-heading strong{color:#f1f3f6}
html[data-theme="dark"] .sidebar-tab{color:#a0a8b3}
html[data-theme="dark"] .sidebar-tab:hover{background:#182231}
html[data-theme="dark"] .sidebar-tab.active{background:linear-gradient(90deg,#294531,#263242);color:#b9edc3;box-shadow:inset 0 0 0 1px #334154}
html[data-theme="dark"] .sidebar-profile{background:#182231;border-color:#263242}
html[data-theme="dark"] .sidebar-profile>a{background:#182231;color:#cfd6df}
html[data-theme="dark"] .schedule-page-row,html[data-theme="dark"] .memo-page-card p{border-color:#263242;color:#e9edf2}
@media(max-width:1100px){body{padding-left:0}
.app-sidebar{transform:translateX(-100%);transition:.22s ease}
body.sidebar-open .app-sidebar{transform:translateX(0)}
.app-topbar{left:0!important;width:100%!important}}
@media(max-width:760px){.app-topbar{padding:0 12px!important}
.page-heading strong{font-size:17px}
.home-date{display:none}}
.live-toast{
  position:fixed!important;
  top:84px!important;
  right:22px!important;
  left:auto!important;
  width:min(430px,calc(100vw - 44px))!important;
  max-width:430px!important;
  z-index:120!important;
  border-radius:18px!important;
  overflow:hidden!important;
  transform:none!important;
  box-shadow:0 18px 45px rgba(63,11,31,.22)!important;
}
.live-primary{min-height:58px!important}
.live-primary>a{padding:12px 14px!important;gap:10px!important}
.live-copy strong{font-size:14px!important}
.live-copy small{font-size:12px!important}
.live-cta{font-size:13px!important}
.live-today{padding:9px 12px!important;font-size:13px!important}
@media(max-width:760px){.live-toast{top:72px!important;right:10px!important;width:calc(100vw - 20px)!important}
.live-copy small{display:none!important}}
#page-calendar .schedule-layout{
  grid-template-columns:minmax(0,1fr) 290px!important;
}
@media(max-width:1200px){#page-calendar .schedule-layout{grid-template-columns:1fr!important}}
.memo-drawer-backdrop{
  position:absolute;inset:0;background:rgba(15, 21, 32, .18);
  opacity:0;transition:opacity .18s ease
}
.memo-drawer-sheet{
  position:absolute;left:260px;top:74px;bottom:0;width:min(390px,calc(100vw - 260px));
  padding:24px;background:linear-gradient(180deg,#fffdf0,#fff8ce);
  border-right:1px solid #eadf9f;
  box-shadow:18px 0 50px rgba(51, 65, 84, .16);
  transform:translateX(-105%);transition:transform .2s ease;
  display:flex;flex-direction:column;gap:18px;pointer-events:auto
}
.memo-drawer-sheet header{display:flex;justify-content:space-between;align-items:flex-start}
.memo-drawer-sheet h2{margin:5px 0 0;font-size:24px;letter-spacing:-.04em}
.memo-drawer-sheet header button{
  width:38px;height:38px;border:0;border-radius:50%;
  background:rgba(255,255,255,.72);font-size:21px
}
.memo-drawer-paper{
  flex:1;overflow:auto;padding:9px 8px 30px;
  background:
    repeating-linear-gradient(180deg,transparent 0,transparent 38px,rgba(159,143,76,.17) 39px);
}
.memo-drawer-paper p{
  display:grid;grid-template-columns:30px 1fr;gap:8px;align-items:start;
  min-height:39px;margin:0;padding:7px 4px;color:#403d2d;font-weight:700;line-height:1.6
}
.memo-drawer-paper p span{color:#a49450;font-size:12px;padding-top:4px}
.memo-drawer-empty{padding:24px 8px;color:#968b5d}
body.memo-drawer-open .memo-drawer-backdrop{opacity:1}
body.memo-drawer-open .memo-drawer-sheet{transform:translateX(0)}
html[data-theme="dark"] .memo-drawer-sheet{
  background:linear-gradient(180deg,#2a281e,#242219);
  border-color:#514b32;color:#f3edc8
}
html[data-theme="dark"] .memo-drawer-paper p{color:#eee8c9}
@media(max-width:1100px){.memo-drawer-sheet{left:0;top:64px;width:min(390px,92vw)}}
#page-vod,#page-notice,#page-memo{display:none!important}
#page-stats .stats-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
#page-stats .stat-card{
  min-height:120px;
  padding:24px!important;
  border-radius:22px!important;
}
#page-stats .stats-highlight-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  margin:0!important;
}
#page-stats .stats-highlight{
  min-height:140px;
  padding:26px!important;
}
#page-stats .stats-columns{
  display:grid!important;
  grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr)!important;
  gap:22px!important;
}
#page-stats .stats-columns>.panel,#page-stats .stats-chart-panel,#page-stats .heatmap-panel{
  padding:28px!important;
  border-radius:24px!important;
}
#page-stats .stats-chart-panel{margin-top:0!important}
#page-stats .heatmap-panel{
  margin-top:0!important;
  overflow:visible!important;
}
#page-stats .broadcast-heatmap-wrap{
  overflow-x:auto!important;
  overflow-y:visible!important;
  padding:8px 4px 18px!important;
  min-height:155px;
}
#page-stats .broadcast-heatmap{
  min-width:max-content!important;
}
#page-stats .monthly-hours-chart{
  height:300px!important;
  padding-top:16px;
}
#page-stats .month-bar-track{min-height:220px!important}
#page-stats .duration-rank{padding:14px 0!important}
@media(max-width:1000px){#page-stats .stats-grid{grid-template-columns:repeat(2,1fr)!important}
#page-stats .stats-columns{grid-template-columns:1fr!important}}
@media(max-width:700px){#page-stats .stats-grid,#page-stats .stats-highlight-grid{grid-template-columns:1fr!important}}
.app-page{padding-bottom:70px}
.page-section-head{margin-bottom:28px!important}
.filters{
  padding:12px 14px!important;
  border-radius:16px!important;
}
.filter-group{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:6px!important;
}
.filter-group>strong{
  width:100%!important;
  margin-bottom:2px!important;
  font-size:12px!important;
  letter-spacing:.02em!important;
  color:#667284!important;
}
.sub-filter-group{
  margin-top:8px!important;
  padding-top:10px!important;
}
.filter{
  min-height:28px!important;
  padding:4px 9px!important;
  border-radius:999px!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
  color:color-mix(in srgb,var(--filter) 72%,#182231)!important;
  background:color-mix(in srgb,var(--filter) 18%,#fff)!important;
  border:1px solid color-mix(in srgb,var(--filter) 58%,#dfe4ea)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55)!important;
}
.filter:hover{
  transform:translateY(-1px)!important;
  background:color-mix(in srgb,var(--filter) 26%,#fff)!important;
}
.filter.active{
  color:#fff!important;
  background:var(--filter)!important;
  border-color:var(--filter)!important;
  box-shadow:
    0 4px 10px color-mix(in srgb,var(--filter) 26%,transparent),
    inset 0 1px 0 rgba(255,255,255,.2)!important;
}
.filter[data-main-filter="all"],.filter[data-sub-filter="all"]{
  --filter:#788291!important;
}
html[data-theme="dark"] .filter{
  color:color-mix(in srgb,var(--filter) 55%,#f1f3f6)!important;
  background:color-mix(in srgb,var(--filter) 18%,#182231)!important;
  border-color:color-mix(in srgb,var(--filter) 50%,#263242)!important;
}
html[data-theme="dark"] .filter.active{
  color:#fff!important;
  background:var(--filter)!important;
  border-color:color-mix(in srgb,var(--filter) 80%,#fff)!important;
}
@media(max-width:760px){.filters{padding:10px!important}
.filter-group{gap:5px!important}
.filter{
    min-height:26px!important;
    padding:4px 8px!important;
    font-size:12px!important;
  }}
.filter{
  color:color-mix(in srgb,var(--filter) 88%,#111)!important;
  background:color-mix(in srgb,var(--filter) 24%,#fff)!important;
  border-color:color-mix(in srgb,var(--filter) 74%,#cfd6df)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.72),
    0 2px 5px color-mix(in srgb,var(--filter) 13%,transparent)!important;
}
.filter:hover{
  background:color-mix(in srgb,var(--filter) 34%,#fff)!important;
  border-color:color-mix(in srgb,var(--filter) 88%,#cfd6df)!important;
}
.filter.active{
  color:#fff!important;
  background:var(--filter)!important;
  border-color:color-mix(in srgb,var(--filter) 88%,#111)!important;
  text-shadow:0 1px 1px rgba(0,0,0,.18);
  box-shadow:
    0 5px 12px color-mix(in srgb,var(--filter) 34%,transparent),
    inset 0 1px 0 rgba(255,255,255,.24)!important;
}
.event-pill{
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb,var(--event) 36%,#fff),
      color-mix(in srgb,var(--event) 22%,#fff)
    )!important;
  border-left:4px solid var(--event)!important;
  box-shadow:
    0 5px 13px color-mix(in srgb,var(--event) 24%,transparent)!important;
}
.event-pill:hover{
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb,var(--event) 45%,#fff),
      color-mix(in srgb,var(--event) 28%,#fff)
    )!important;
}
.event-sub-badge,.sub-category-badge{
  background:var(--sub)!important;
  color:#fff!important;
  border:1px solid color-mix(in srgb,var(--sub) 84%,#111)!important;
  text-shadow:0 1px 1px rgba(0,0,0,.22);
  box-shadow:0 3px 8px color-mix(in srgb,var(--sub) 28%,transparent);
}
.mobile-event-item{
  border-left:5px solid var(--event)!important;
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb,var(--event) 22%,#fff),
      #fff 60%
    )!important;
}
.day-summary-item{
  border-left:5px solid var(--event)!important;
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb,var(--event) 18%,#fff),
      #fff 58%
    )!important;
}
html[data-theme="dark"] .filter{
  color:color-mix(in srgb,var(--filter) 78%,#fff)!important;
  background:color-mix(in srgb,var(--filter) 26%,#182231)!important;
  border-color:color-mix(in srgb,var(--filter) 72%,#334154)!important;
}
html[data-theme="dark"] .filter.active{
  color:#fff!important;
  background:color-mix(in srgb,var(--filter) 88%,#111)!important;
  border-color:color-mix(in srgb,var(--filter) 92%,#fff)!important;
}
html[data-theme="dark"] .event-pill{
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb,var(--event) 52%,#0f1520),
      color-mix(in srgb,var(--event) 30%,#0f1520)
    )!important;
  border-left-color:color-mix(in srgb,var(--event) 90%,#fff)!important;
}
html[data-theme="dark"] .mobile-event-item,html[data-theme="dark"] .day-summary-item{
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb,var(--event) 38%,#131b27),
      #182231 64%
    )!important;
}
html,body,button,input,textarea,select{font-family:Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
#page-home{max-width:1380px;margin:0 auto}
.home-live-strip{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  margin:18px 0;padding:14px 18px;border-radius:16px;
  background:linear-gradient(90deg,#9f0f3c,#b8144c);color:#fff;
  box-shadow:0 14px 34px rgba(159,15,60,.22)
}
.home-live-left{display:flex;align-items:center;gap:12px}
.home-live-left div{display:grid;gap:2px}
.home-live-left small{opacity:.78}
.home-live-badge{padding:6px 8px;border-radius:999px;background:rgba(255,255,255,.17);font-size:12px;font-weight:900}
.home-live-strip>a{color:#fff;font-weight:900;white-space:nowrap}
.home-profile-mini{padding:22px!important}
.home-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.home-section-head h2{margin:4px 0 0;font-size:20px;letter-spacing:-.04em}
.home-timeline{display:grid}
.home-timeline-row{
  display:grid;grid-template-columns:70px 16px minmax(0,1fr) auto;gap:12px;align-items:center;
  width:100%;padding:15px 0;border:0;border-bottom:1px solid #e9edf2;background:transparent;text-align:left
}
.home-timeline-row:last-child{border-bottom:0}
.home-time{font-size:18px;font-weight:900;color:var(--event)}
.home-dot{width:10px;height:10px;border-radius:50%;background:var(--event);box-shadow:0 0 0 5px color-mix(in srgb,var(--event) 14%,transparent)}
.home-event-copy{display:grid;gap:4px}
.home-event-copy>b{font-size:17px}
.home-event-copy>small{color:var(--text-muted)}
.home-tags{display:flex;gap:5px}
.home-tags i{font-style:normal;padding:3px 7px;border-radius:999px;background:color-mix(in srgb,var(--tag) 17%,#fff);color:color-mix(in srgb,var(--tag) 84%,#131b27);font-size:12px;font-weight:900}
.home-end-time{font-size:14px;font-weight:800;color:var(--text-muted)}
.home-empty{display:grid;gap:4px;padding:40px 6px;color:var(--text-muted)}
.home-empty strong{color:var(--text-body)}
.home-empty.compact{padding:20px 0}
.home-side-column{display:grid;gap:18px}
.home-profile-head{display:flex;align-items:center;gap:12px}
.home-profile-head img{width:58px;height:58px;border-radius:18px;background:#edf5ef;padding:5px}
.home-profile-head div{display:grid;gap:2px}
.home-profile-head span{font-size:12px;font-weight:900;letter-spacing:.12em;color:#788291}
.home-profile-head strong{font-size:19px}
.home-profile-head small{color:#4b8b5e;font-weight:800}
.home-profile-mini>a{display:flex;justify-content:center;margin-top:18px;padding:11px;border-radius:12px;background:#e9f4eb;color:#326f43;font-weight:900}
.home-vod-row{display:grid;grid-template-columns:82px 1fr;gap:11px;align-items:center;padding:10px 0;border-bottom:1px solid #e9edf2}
.home-vod-row:last-child{border-bottom:0}
.home-vod-thumb{display:grid;place-items:center;height:50px;border-radius:10px;background:#e9edf2;overflow:hidden}
.home-vod-thumb img{width:100%;height:100%;object-fit:cover}
.home-vod-thumb b{font-size:12px;color:#788291}
.home-vod-row>span:last-child{display:grid;gap:3px}
.home-vod-row strong{font-size:14px}
.home-vod-row small{font-size:12px;color:var(--text-muted)}
html[data-theme="dark"] .home-timeline-row,html[data-theme="dark"] .home-vod-row{border-color:#263242}
html[data-theme="dark"] .home-tags i{background:color-mix(in srgb,var(--tag) 32%,#182231);color:#fff}
html[data-theme="dark"] .home-profile-mini>a{background:#294632;color:#b9e9c3}
@media(max-width:950px){.home-side-column{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.home-date{display:none}
.home-side-column{grid-template-columns:1fr}
.home-timeline-row{grid-template-columns:58px 12px minmax(0,1fr)}
.home-end-time{display:none}}
.app-topbar .top-actions{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}
.app-topbar .live-toast{
  position:static!important;
  inset:auto!important;
  width:auto!important;
  max-width:none!important;
  margin:0 0 0 4px!important;
  transform:none!important;
  border-radius:12px!important;
  overflow:hidden!important;
  box-shadow:none!important;
  background:transparent!important;
  flex:0 1 440px;
}
.app-topbar .live-primary{
  min-height:42px!important;
  border-radius:12px!important;
  overflow:hidden!important;
}
.app-topbar .live-primary>a{
  min-height:42px!important;
  padding:7px 10px!important;
  gap:8px!important;
}
.app-topbar .soop-live-badge{
  padding:4px 7px!important;
  font-size:12px!important;
}
.app-topbar .live-copy{
  min-width:0;
}
.app-topbar .live-copy strong{
  display:block;
  max-width:180px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:13px!important;
}
.app-topbar .live-copy small{
  font-size:12px!important;
}
.app-topbar .live-cta{
  font-size:12px!important;
  white-space:nowrap;
}
.app-topbar #closeLive{
  width:34px!important;
  min-width:34px!important;
  height:42px!important;
}
.app-topbar .live-today{
  display:none!important;
}
#page-calendar .schedule-layout{
  grid-template-columns:minmax(0,1fr) 290px!important;
  transition:grid-template-columns .18s ease;
}
.calendar-memo-panel{
  display:none;
  min-width:0;
}
body.memo-panel-open #page-calendar .schedule-layout{
  grid-template-columns:320px minmax(0,1fr) 290px!important;
}
body.memo-panel-open .calendar-memo-panel{
  display:block;
}
.memo-inline-sheet{
  position:sticky;
  top:96px;
  height:calc(100vh - 116px);
  display:flex;
  flex-direction:column;
  gap:16px;
  padding:20px;
  border:1px solid #eadf9f;
  border-radius:22px;
  background:linear-gradient(180deg,#fffdf0,#fff8ce);
  box-shadow:0 14px 36px rgba(77,75,48,.10);
}
.memo-inline-sheet header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.memo-inline-sheet h2{
  margin:5px 0 0;
  font-size:22px;
  letter-spacing:-.04em;
}
.memo-inline-sheet header button{
  width:34px;
  height:34px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.72);
  font-size:18px;
}
.memo-inline-sheet .memo-drawer-paper{
  flex:1;
  min-height:0;
  overflow:auto;
}
html[data-theme="dark"] .memo-inline-sheet{
  background:linear-gradient(180deg,#2a281e,#242219);
  border-color:#514b32;
  color:#f3edc8;
}
@media(max-width:1350px){.app-topbar .live-copy small{display:none!important}
.app-topbar .live-copy strong{max-width:130px}
.app-topbar .live-toast{flex-basis:330px}}
@media(max-width:1150px){.app-topbar .live-toast{
    order:5;
    flex-basis:100%;
    margin-top:6px!important;
  }
.app-topbar{
    min-height:106px!important;
    align-items:flex-start!important;
    padding-top:10px!important;
  }
#page-calendar .schedule-layout,body.memo-panel-open #page-calendar .schedule-layout{
    grid-template-columns:1fr!important;
  }
body.memo-panel-open .calendar-memo-panel{
    display:block;
    order:-1;
  }
.memo-inline-sheet{
    position:relative;
    top:auto;
    height:auto;
    max-height:420px;
  }}
@media(max-width:760px){.app-topbar .live-toast{display:none!important}
.memo-inline-sheet{max-height:360px}}
.schedule-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}
.schedule-summary-card{position:relative;overflow:hidden;min-height:132px;padding:22px;border:1px solid var(--line);border-radius:22px;background:var(--panel);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:6px}
.schedule-summary-card:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-38px;bottom:-50px;background:var(--summary-soft)}
.schedule-summary-card span{font-size:14px;font-weight:900;color:var(--muted)}
.schedule-summary-card strong{font-size:26px;line-height:1.1}
.schedule-summary-card small{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.schedule-summary-card.tone-1{--summary-soft:#dff4e5}
.schedule-summary-card.tone-2{--summary-soft:#e6e4fb}
.schedule-summary-card.tone-3{--summary-soft:#dff0fa}
.schedule-summary-card.tone-4{--summary-soft:#fae5ec}
.schedule-today-panel,.schedule-upcoming-panel{padding:24px!important;border-radius:24px!important;margin-bottom:18px}
.schedule-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}
.schedule-panel-head h2{margin:3px 0 0}
.schedule-today-date{padding:8px 12px;border-radius:999px;background:var(--panel2);font-size:14px;font-weight:900;color:var(--muted)}
.schedule-page-row{position:relative;display:grid;grid-template-columns:5px 88px minmax(0,1fr) 120px;align-items:center;gap:16px;width:100%;padding:16px 10px 16px 0;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--text);text-align:left;cursor:pointer;transition:.18s}
.schedule-page-row:hover{transform:translateX(4px);background:color-mix(in srgb,var(--event) 7%,transparent)}
.schedule-page-row:last-child{border-bottom:0}
.schedule-page-row.featured{min-height:112px;border:1px solid color-mix(in srgb,var(--event) 35%,var(--line));border-radius:18px;margin-bottom:10px;padding-right:16px;background:linear-gradient(90deg,color-mix(in srgb,var(--event) 10%,var(--panel)),var(--panel))}
.schedule-page-accent{align-self:stretch;border-radius:999px;background:var(--event)}
.schedule-page-time{display:grid;gap:2px}
.schedule-page-time b{font-size:18px}
.schedule-page-time small,.schedule-page-date small{font-size:12px;color:var(--muted)}
.schedule-page-copy{display:grid;gap:5px;min-width:0}
.schedule-page-copy>b{font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.schedule-page-copy>small{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.schedule-page-badges{display:flex;gap:6px}
.schedule-page-badges i{font-style:normal;font-size:12px;font-weight:900;padding:4px 8px;border-radius:999px;background:color-mix(in srgb,var(--badge) 20%,var(--panel));color:color-mix(in srgb,var(--badge) 75%,#131b27)}
.schedule-page-badges i.sub{background:var(--panel2);color:var(--muted)}
.schedule-page-date{display:grid;gap:3px;text-align:right}
.schedule-page-date b{font-size:14px}
.schedule-day-group{display:grid;grid-template-columns:90px minmax(0,1fr);gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}
.schedule-day-group:last-child{border-bottom:0}
.schedule-day-group>header{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.schedule-day-group>header div{display:grid}
.schedule-day-group>header strong{font-size:19px}
.schedule-day-group>header span,.schedule-day-group>header em{font-size:13px;color:var(--muted);font-style:normal}
.schedule-day-group>header em{padding:4px 7px;border-radius:999px;background:var(--panel2);font-weight:900}
.schedule-empty-state{min-height:130px;border:1px dashed var(--line);border-radius:18px;display:grid;place-content:center;text-align:center;gap:6px;color:var(--muted)}
.schedule-empty-state b{color:var(--text)}
.heatmap-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(260px,1.5fr);gap:12px;margin-bottom:20px}
.heatmap-summary article,.heatmap-summary p{margin:0;padding:16px;border-radius:16px;background:var(--panel2)}
.heatmap-summary article{display:grid;gap:4px}
.heatmap-summary article span,.heatmap-summary article small{font-size:12px;color:var(--muted)}
.heatmap-summary article strong{font-size:18px}
.heatmap-summary p{font-size:14px;line-height:1.65;color:var(--muted)}
.broadcast-heatmap{display:block!important;width:max-content}
.heatmap-months{display:grid;grid-template-columns:repeat(12,1fr);padding-left:34px;margin-bottom:8px;min-width:850px}
.heatmap-months span{font-size:12px;color:var(--muted)}
.heatmap-body{display:flex;gap:8px}
.heatmap-weekdays{width:26px;height:108px;display:flex;flex-direction:column;justify-content:space-around;padding:5px 0}
.heatmap-weekdays span{font-size:12px;color:var(--muted)}
.heatmap-cells{display:grid;grid-template-rows:repeat(7,14px);grid-auto-flow:column;grid-auto-columns:14px;gap:4px}
.heatmap-cells .heat-cell,.heatmap-cells .heat-empty{width:14px;height:14px;border-radius:4px}
.heatmap-cells .heat-cell{transition:.15s}
.heatmap-cells .heat-cell:hover{transform:scale(1.35);z-index:2}
@media(max-width:1000px){.schedule-summary-grid{grid-template-columns:repeat(2,1fr)}
.heatmap-summary{grid-template-columns:repeat(3,1fr)}
.heatmap-summary p{grid-column:1/-1}}
@media(max-width:700px){.schedule-summary-grid{grid-template-columns:1fr 1fr;gap:10px}
.schedule-summary-card{min-height:112px;padding:16px}
.schedule-summary-card strong{font-size:21px}
.schedule-today-panel,.schedule-upcoming-panel{padding:18px!important}
.schedule-page-row,.schedule-page-row.featured{grid-template-columns:4px 58px minmax(0,1fr);padding:13px 4px 13px 0}
.schedule-page-date{display:none}
.schedule-page-time b{font-size:16px}
.schedule-page-copy>b{font-size:15px}
.schedule-day-group{grid-template-columns:58px minmax(0,1fr);gap:10px}
.schedule-day-group>header strong{font-size:17px}
.schedule-panel-head{align-items:flex-start}
.schedule-today-date{font-size:12px}
.heatmap-summary{grid-template-columns:1fr 1fr}
.heatmap-summary article:nth-child(3){grid-column:1/-1}
.heatmap-months{min-width:760px}
.heatmap-cells{grid-template-rows:repeat(7,12px);grid-auto-columns:12px}
.heatmap-cells .heat-cell,.heatmap-cells .heat-empty{width:12px;height:12px}}
.sidebar-profile{position:relative;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.sidebar-profile-edit{position:absolute;right:10px;top:10px;width:28px;height:28px;border:1px solid var(--line);border-radius:9px;background:var(--panel2);color:var(--muted);cursor:pointer;z-index:2}
.sidebar-live-row{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--muted);border-radius:10px;padding:7px 8px;margin:4px -8px 6px;transition:.2s ease}
.sidebar-live-row i{width:9px;height:9px;border-radius:50%;background:#60ca79;box-shadow:0 0 0 4px rgba(96,202,121,.13)}
.sidebar-live-row b{margin-left:auto;opacity:.55}
body.is-live .sidebar-profile{border-color:rgba(227,48,86,.45);box-shadow:0 14px 34px rgba(183,28,65,.15)}
body.is-live .sidebar-live-row{background:linear-gradient(135deg,#b91f46,#8f1236);color:#fff;box-shadow:0 8px 20px rgba(143,18,54,.24)}
body.is-live .sidebar-live-row i{background:#fff;animation:livePulse 1.7s infinite}
.streamer-profile-modal{width:min(620px,100%)}
.streamer-profile-preview{display:flex;align-items:center;gap:14px;padding:13px;border:1px solid var(--line);border-radius:16px;background:var(--panel2)}
.streamer-profile-preview img{width:76px;height:76px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 5px 14px rgba(0,0,0,.12)}
.streamer-profile-preview div{display:grid;gap:4px}
.streamer-profile-preview small{color:var(--muted)}
.sidebar-nav{position:relative;z-index:5;flex-shrink:0}
.sidebar-profile{position:relative;z-index:1;flex-shrink:0;overflow:visible}
.sidebar-tab{position:relative;z-index:6;pointer-events:auto}
.sidebar-live-row{display:flex!important}
.sidebar-nav,.sidebar-tab,#sidebarMemoButton{pointer-events:auto!important}
.app-sidebar{isolation:isolate}
.sidebar-nav{z-index:20!important}
.sidebar-profile{z-index:1!important;max-height:320px}
.calendar-memo-panel[hidden]{display:none!important}
body.memo-panel-open .calendar-memo-panel:not([hidden]){display:block!important}
:root,[data-theme="dark"]{
  --bg:#070507;--panel:#100c10;--panel2:#151016;--text:#f2dfe4;--muted:#a99299;
  --line:#47202e;--primary:#e32e5c;--primary2:#ff6e91;--danger:#ee315d;
  --shadow:0 22px 60px rgba(0,0,0,.48);
}
html,body{background:#070507;color:var(--text)}
body{background-image:radial-gradient(circle at 12% 18%,rgba(133,12,48,.16),transparent 28%),radial-gradient(circle at 82% 8%,rgba(94,8,34,.13),transparent 24%),linear-gradient(135deg,#080608,#030303 62%,#090409);background-attachment:fixed}
body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.18;background-image:repeating-linear-gradient(118deg,transparent 0 24px,rgba(255,255,255,.014) 25px 26px),radial-gradient(circle at 20% 70%,rgba(183,21,63,.22) 0 1px,transparent 2px);background-size:auto,38px 38px;mix-blend-mode:screen}
.app-sidebar{background:linear-gradient(180deg,rgba(12,8,12,.98),rgba(8,6,9,.99));border-right:1px solid #3b1825;box-shadow:18px 0 50px rgba(0,0,0,.28)}
.sidebar-brand{min-height:132px;align-items:center;border-bottom:1px solid #3a1a26}
.sidebar-brand img{width:58px;height:58px;border:1px solid #763044;box-shadow:0 0 0 5px rgba(230,42,90,.06)}
.sidebar-brand>div{gap:5px}
.sidebar-brand span{color:#866e75;letter-spacing:.16em;font-size:12px}
.sidebar-nav{padding:18px 13px}
.sidebar-tab{border-radius:10px;color:#b9a5ab}
.sidebar-tab:hover{background:rgba(227,46,92,.08);color:#f5dfe5}
.sidebar-tab.active{background:linear-gradient(90deg,rgba(188,25,68,.27),rgba(72,11,30,.12));color:#ff9bb3;border:1px solid rgba(226,46,92,.33);box-shadow:inset 3px 0 #e32e5c}
.sidebar-tab span{color:#dc778e}
.sidebar-profile{margin:14px;border:1px solid #47202e;background:linear-gradient(160deg,rgba(24,15,21,.96),rgba(12,9,12,.96));box-shadow:var(--shadow)}
.sidebar-profile-head img{border-color:#713044}
.sidebar-live-row{background:rgba(224,37,84,.08)!important;border-color:#5d2435!important}
.sidebar-live-row i{background:#ef315e;box-shadow:0 0 12px #ef315e}
.sidebar-profile>a{background:#151014;border-color:#35202a;color:#c8b7bc}
.app-topbar{background:rgba(7,5,7,.82);border-bottom:1px solid #351722;backdrop-filter:blur(18px)}
.page-heading span{color:#a23a56}
.page-heading strong{color:#f2dfe4}
.btn{background:#171117;border-color:#45202d;color:#d7c5ca}
.btn.primary{background:linear-gradient(135deg,#d72a55,#9d163b);border-color:#e34267;color:white}
.app-shell{background:transparent}
.panel{background:linear-gradient(145deg,rgba(20,15,20,.96),rgba(11,9,12,.97));border:1px solid #43202c;box-shadow:var(--shadow)}
.gothic-home{max-width:1600px;margin:0 auto;padding:0 8px 54px}
.home-section-head{border-bottom:1px solid #3b1d27;padding-bottom:14px;margin-bottom:12px}
.home-section-head h2{color:#ead9de;font-size:18px}
.home-section-head .eyebrow{color:#d52b56}
.text-btn{color:#a98f97}
.text-btn:hover{color:#ff6e91}
.gothic-profile-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.home-timeline .empty{background:rgba(255,255,255,.02);border-color:#3c202a;color:#8f777f}
.gothic-live-strip{margin:0 18px 12px;border-color:#8f2646;background:linear-gradient(90deg,rgba(141,18,55,.55),rgba(41,8,19,.88))}
@media(max-width:760px){.gothic-home{padding:0 0 32px}
.gothic-live-strip{margin:0 10px 10px}}
:root{--g-bg:#08090c;--g-panel:#0e1015;--g-panel2:#111319;--g-line:#2b2028;--g-red:#e52958;--g-pink:#ff577b}
html[data-theme="light"] body,html[data-theme="dark"] body{background:#08090c!important;color:#f6edf0!important}
html[data-theme="light"]{--bg:#08090c;--panel:#0e1015;--panel2:#111319;--text:#f6edf0;--muted:#a99da2;--line:#2b2028;--primary:#e52958}
.app-sidebar{background:linear-gradient(180deg,#090a0e,#07080b)!important;border-right:1px solid #32202a!important;padding:18px 12px 16px!important}
.sidebar-profile-main{order:0;margin:0 0 14px!important;padding:18px 12px 12px!important;background:linear-gradient(180deg,rgba(229,41,88,.055),rgba(255,255,255,.01))!important;border:1px solid #5b2136!important;border-radius:14px!important}
.sidebar-profile-head{justify-content:center!important;text-align:center!important;flex-direction:column!important;gap:8px!important}
.sidebar-profile-head img{width:78px!important;height:78px!important}
.sidebar-profile-head strong{font-size:19px!important}
.sidebar-profile-head span{font-size:13px!important;color:#968b90!important}
.sidebar-live-row{margin-top:12px!important;border-top:1px solid #2c2529!important;border-bottom:1px solid #2c2529!important;border-radius:0!important;padding:11px 4px!important;background:transparent!important;color:#eee2e6!important}
.sidebar-live-row i{background:#48c770!important;box-shadow:0 0 12px #48c770}
.is-live .sidebar-live-row i{background:#ff315e!important;box-shadow:0 0 14px #ff315e}
.sidebar-profile>a:not(.sidebar-live-row){background:#101116!important;border:1px solid #29242a!important;color:#eee4e8!important;padding:9px 12px!important;margin-top:7px!important;border-radius:8px!important}
.sidebar-nav{order:1;gap:4px!important;margin-top:0!important}
.sidebar-tab{min-height:50px!important;border-radius:9px!important;color:#bdb1b6!important;padding:0 14px!important}
.sidebar-tab.active{background:linear-gradient(90deg,rgba(229,41,88,.22),rgba(229,41,88,.06))!important;border:1px solid #7e2541!important;color:#fff!important;box-shadow:inset 3px 0 #e52958!important}
.sidebar-tab span{color:#ef426b!important;font-size:19px!important}
.sidebar-brand-footer{margin-top:auto;padding:15px 7px 2px;border-top:1px solid #272228;display:grid;gap:3px}
.sidebar-brand-footer strong{font-size:13px;color:#d7cbd0}
.sidebar-brand-footer span{font-size:12px;letter-spacing:.2em;color:#655b60}
.app-topbar{height:68px!important;background:#0b0c10!important;border-bottom:1px solid #272129!important;box-shadow:none!important}
.page-heading span{color:#e52958!important}
.top-actions .btn{background:#101116!important;border-color:#302631!important;color:#ddd1d5!important}
.top-actions .btn.primary{background:#d91e4f!important;color:#fff!important}
.app-shell{background:radial-gradient(circle at 42% 5%,rgba(103,16,39,.11),transparent 30%),#08090c!important;padding:0 26px 40px!important}
.gothic-home{max-width:1260px!important;padding:0 0 34px!important}
.legacy-live-strip{display:none!important}
.home-section-head{margin-bottom:12px!important}
.home-section-head h2{font-size:18px!important}
.home-timeline-row{padding:10px 7px!important;min-height:52px!important}
.home-empty{padding:24px 10px!important}
html[data-theme="light"] .panel{background:linear-gradient(145deg,#101116,#0c0d11)!important;color:#f6edf0!important;border-color:#30242c!important}
html[data-theme="light"] .home-section-head h2,html[data-theme="light"] .home-timeline-row{color:#f6edf0!important}
html[data-theme="light"] .home-empty,html[data-theme="light"] .home-section-head .text-btn{color:#a99da2!important}
@media(max-width:760px){.app-shell{padding:0 0 30px!important}}
:root{
  --light-bg:#f5f2f3;--light-surface:#fffafb;--light-surface-2:#f8f3f5;--light-line:#e5d7dd;
  --light-text:#2b2226;--light-muted:#786a70;--dark-bg:#0a0b0f;--dark-surface:#111217;
  --dark-surface-2:#15161c;--dark-line:#34252d;--dark-text:#f6edf0;--dark-muted:#a99da2;
}
html[data-theme="dark"] body{background:var(--dark-bg)!important;color:var(--dark-text)!important}
html[data-theme="light"] body{background:var(--light-bg)!important;color:var(--light-text)!important}
html[data-theme="dark"] .app-shell{background:linear-gradient(180deg,#0a0b0f 0%,#0d0e13 100%)!important}
html[data-theme="light"] .app-shell{background:linear-gradient(180deg,#f7f3f5 0%,#f1edef 100%)!important}
.home-section-head{padding-bottom:10px!important;margin-bottom:9px!important}
.home-section-head h2{font-size:17px!important}
.home-empty{padding:17px 8px!important}
html[data-theme="dark"] .panel{background:var(--dark-surface)!important;border-color:var(--dark-line)!important;color:var(--dark-text)!important}
html[data-theme="dark"] .home-section-head h2{color:var(--dark-text)!important}
html[data-theme="dark"] .home-empty,html[data-theme="dark"] .text-btn{color:var(--dark-muted)!important}
html[data-theme="light"]{--bg:var(--light-bg);--panel:var(--light-surface);--panel2:var(--light-surface-2);--text:var(--light-text);--muted:var(--light-muted);--line:var(--light-line);--primary:#d52c57}
html[data-theme="light"] .app-sidebar{background:#fffafb!important;border-right-color:#e4d5dc!important}
html[data-theme="light"] .app-topbar{background:rgba(255,250,251,.94)!important;border-bottom-color:#e6d9de!important}
html[data-theme="light"] .sidebar-profile-main{background:#fff7f9!important;border-color:#dfb8c6!important}
html[data-theme="light"] .sidebar-profile-head strong,html[data-theme="light"] .sidebar-brand-footer strong{color:#33252b!important}
html[data-theme="light"] .sidebar-profile-head span,html[data-theme="light"] .sidebar-brand-footer span{color:#8b747d!important}
html[data-theme="light"] .sidebar-profile>a:not(.sidebar-live-row),html[data-theme="light"] .top-actions .btn{background:#fff!important;border-color:#e6d8de!important;color:#4a3840!important}
html[data-theme="light"] .sidebar-live-row{color:#4a3840!important;border-color:#eadde2!important}
html[data-theme="light"] .sidebar-tab{color:#67565e!important}
html[data-theme="light"] .sidebar-tab.active{background:linear-gradient(90deg,#fbe7ed,#fff6f8)!important;border-color:#d96a88!important;color:#8f1f40!important;box-shadow:inset 3px 0 #d92c58!important}
html[data-theme="light"] .panel{background:var(--light-surface)!important;border-color:var(--light-line)!important;color:var(--light-text)!important;box-shadow:0 6px 18px rgba(70,40,51,.045)!important}
html[data-theme="light"] .home-section-head{border-bottom-color:#eadde2!important}
html[data-theme="light"] .home-section-head h2{color:#30242a!important}
html[data-theme="light"] .home-empty,html[data-theme="light"] .home-section-head .text-btn{color:#806e76!important}
body.news-panel-open #page-calendar .schedule-layout{grid-template-columns:320px minmax(0,1fr) 290px!important}
@media(max-width:1150px){body.news-panel-open #page-calendar .schedule-layout{grid-template-columns:1fr!important}}
.sidebar-tab .sidebar-icon{width:23px;height:23px;display:grid;place-items:center;flex:0 0 23px;color:currentColor}
.sidebar-tab .sidebar-icon svg{width:22px;height:22px;display:block;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.sidebar-tab:hover .sidebar-icon,.sidebar-tab.active .sidebar-icon{filter:drop-shadow(0 0 5px color-mix(in srgb,var(--primary) 52%,transparent))}
.sidebar-tab{gap:14px}
#page-calendar .schedule-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 290px!important;
  grid-template-areas:"calendar side"!important;
  align-items:start!important;
}
#page-calendar .calendar-card{
  grid-area:calendar!important;
  grid-column:auto!important;
  min-width:0!important;
}
#page-calendar .portal-side-right{
  grid-area:side!important;
  grid-column:auto!important;
  min-width:0!important;
}
#page-calendar .calendar-memo-panel{
  grid-column:auto!important;
  min-width:0!important;
}
#page-calendar .calendar-memo-panel[hidden]{
  display:none!important;
}
body.memo-panel-open #page-calendar .schedule-layout{
  grid-template-columns:320px minmax(0,1fr) 290px!important;
  grid-template-areas:"drawer calendar side"!important;
}
body.memo-panel-open #page-calendar .calendar-memo-panel{
  display:block!important;
  grid-area:drawer!important;
}
body.news-panel-open #page-calendar .schedule-layout{
  grid-template-columns:320px minmax(0,1fr) 290px!important;
  grid-template-areas:"drawer calendar side"!important;
}
body:not(.memo-panel-open) #page-calendar .calendar-memo-panel{
  grid-area:auto!important;
}
@media(max-width:1150px){#page-calendar .schedule-layout,body.memo-panel-open #page-calendar .schedule-layout,body.news-panel-open #page-calendar .schedule-layout{
    grid-template-columns:1fr!important;
    grid-template-areas:"drawer" "calendar" "side"!important;
  }
body:not(.memo-panel-open):not(.news-panel-open) #page-calendar .schedule-layout{
    grid-template-areas:"calendar" "side"!important;
  }}
.v5-drawer-backdrop{position:fixed;inset:0;z-index:78;border:0;background:rgba(5,6,8,.32);backdrop-filter:blur(2px);cursor:default}
.v5-drawer-backdrop[hidden]{display:none!important}
#page-calendar .schedule-layout,#page-calendar .schedule-layout[style]{grid-template-columns:minmax(0,1fr) 290px!important;grid-template-areas:none!important;align-items:start!important}
#calendarMemoDrawer,#calendarNewsDrawer{position:fixed!important;left:270px!important;top:76px!important;bottom:24px!important;width:min(380px,calc(100vw - 300px))!important;z-index:80!important;display:block!important;overflow:auto!important;margin:0!important;transform:translateX(-18px)!important;opacity:0!important;pointer-events:none!important;transition:transform .22s ease,opacity .22s ease!important}
#calendarMemoDrawer[hidden],#calendarNewsDrawer[hidden]{display:block!important;visibility:hidden!important}
body.v5-memo-open #calendarMemoDrawer,body.v5-news-open #calendarNewsDrawer{visibility:visible!important;transform:translateX(0)!important;opacity:1!important;pointer-events:auto!important}
#calendarMemoDrawer .memo-inline-sheet{position:relative!important;top:auto!important;height:100%!important;max-height:none!important;border-radius:20px!important;box-shadow:0 22px 70px rgba(0,0,0,.28)!important}
body.v5-drawer-open{overflow:hidden}
@media(max-width:900px){#calendarMemoDrawer,#calendarNewsDrawer{left:14px!important;right:14px!important;top:70px!important;bottom:14px!important;width:auto!important}
#page-calendar .schedule-layout,#page-calendar .schedule-layout[style]{grid-template-columns:1fr!important}}
.v5-drawer-backdrop{display:none!important;pointer-events:none!important;background:transparent!important;backdrop-filter:none!important}
body.v5-drawer-open{overflow:auto!important}
#calendarMemoDrawer,#calendarNewsDrawer{z-index:65!important;box-shadow:none!important}
#calendarMemoDrawer .memo-inline-sheet{box-shadow:0 18px 48px rgba(0,0,0,.18)!important}
body.v5-drawer-open #page-calendar{filter:none!important;pointer-events:auto!important}
.memo-inline-sheet{display:flex;flex-direction:column;gap:12px;padding:18px!important}
.memo-category-tabs{display:flex;gap:7px;overflow:auto;padding-bottom:4px}
.memo-category-tab{border:1px solid var(--line);background:var(--panel-soft);color:var(--muted);border-radius:999px;padding:7px 11px;font-weight:800;white-space:nowrap}
.memo-category-tab.active{background:var(--primary);border-color:var(--primary);color:#fff}
.memo-card-list{flex:1;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:10px}
.memo-item-card{border:1px solid var(--line);border-radius:15px;padding:13px 14px;background:var(--panel);box-shadow:0 7px 18px rgba(0,0,0,.05)}
.memo-item-card.tone-yellow{background:color-mix(in srgb,#fff2a8 48%,var(--panel))}
.memo-item-card.tone-green{background:color-mix(in srgb,#cfeab9 46%,var(--panel))}
.memo-item-card.tone-blue{background:color-mix(in srgb,#bfe6fa 45%,var(--panel))}
.memo-item-card.tone-pink{background:color-mix(in srgb,#efc8eb 45%,var(--panel))}
.memo-item-top,.memo-item-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}
.memo-item-top span{font-size:13px;font-weight:900;color:var(--primary)}
.memo-item-top time{font-size:13px;color:var(--muted)}
.memo-item-card h3{margin:9px 0 7px;font-size:17px}
.memo-item-card p{margin:0;color:var(--text);font-size:14px;line-height:1.65}
.memo-item-foot{margin-top:11px}
.memo-item-foot a{color:var(--primary);font-weight:800;font-size:14px}
.memo-edit-button{border:0;background:transparent;color:var(--muted);font-weight:800}
.memo-admin-actions{display:flex;gap:8px}
.memo-admin-actions .btn{flex:1}
.memo-empty-card{padding:30px 12px;text-align:center;color:var(--muted);border:1px dashed var(--line);border-radius:14px}
.memo-category-manager{display:flex;flex-direction:column;gap:8px;margin-top:14px}
.memo-category-manager>div{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:12px;padding:10px 12px}
.memo-category-manager button{border:0;background:transparent;color:#d94b68;font-weight:800}
@media(min-width:901px){body.v5-memo-open #page-calendar .schedule-layout,body.v5-news-open #page-calendar .schedule-layout{padding-left:400px;transition:padding-left .22s ease}
#calendarMemoDrawer,#calendarNewsDrawer{left:278px!important;width:370px!important}}
.profile-page{padding-bottom:48px}
.profile-editor-modal{width:min(760px,calc(100vw - 28px))}
.app-sidebar{
  overflow:hidden!important;
  min-height:100dvh!important;
  height:100dvh!important;
}
.sidebar-profile-main{flex:0 0 auto!important;order:0!important}
.sidebar-crew-member{
  width:100%;min-height:45px;display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;
  column-gap:9px;align-items:center;padding:7px 10px;border:1px solid transparent;border-radius:11px;
  background:transparent;color:var(--text);text-align:left;cursor:pointer;transition:.18s ease
}
.sidebar-crew-member>span{grid-row:1/3;width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:color-mix(in srgb,var(--primary) 10%,var(--panel));color:var(--primary);font-size:12px;font-weight:900}
.sidebar-crew-member b{align-self:end;font-size:14px;line-height:1.15}
.sidebar-crew-member small{align-self:start;color:var(--muted);font-size:12px;line-height:1.15}
.sidebar-crew-member:hover{background:color-mix(in srgb,var(--primary) 7%,transparent);transform:translateX(2px)}
.sidebar-crew-member.active{border-color:color-mix(in srgb,var(--primary) 48%,var(--line));background:color-mix(in srgb,var(--primary) 11%,var(--panel));box-shadow:inset 3px 0 var(--primary)}
.sidebar-brand-footer{order:2!important;flex:0 0 auto!important;margin-top:0!important;padding:12px 7px 9px!important}
.sidebar-nav{order:3!important;flex:0 0 auto!important;padding:0!important;gap:2px!important}
.sidebar-nav .sidebar-tab{min-height:46px!important}
html[data-theme="light"] .sidebar-crew-member.active{background:#fff0f4}
@media(max-height:850px) and (min-width:901px){.sidebar-profile-main{padding:12px 10px 9px!important;margin-bottom:7px!important}
.sidebar-profile-head img{width:60px!important;height:60px!important}
.sidebar-live-row{margin-top:7px!important;padding:8px 4px!important}
.sidebar-profile>a:not(.sidebar-live-row){padding:7px 10px!important;margin-top:5px!important}
.sidebar-crew-member{min-height:38px;padding:5px 8px}
.sidebar-brand-footer{padding:8px 7px 6px!important}
.sidebar-nav .sidebar-tab{min-height:42px!important}}
#page-profiles{position:relative;min-height:calc(100vh - 84px);overflow:hidden;background:#f5f7f7}
@keyframes jintaCardRise{from{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}
@keyframes jintaDrift{to{transform:translate3d(120px,-60px,0)}}
@keyframes characterReveal{from{opacity:0;transform:translate3d(80px,20px,0) scale(1.035);filter:blur(8px) drop-shadow(0 20px 25px rgba(0,0,0,.18))}to{opacity:1;transform:none}}
@keyframes panelReveal{from{opacity:0;transform:translateX(55px)}to{opacity:1;transform:none}}
@keyframes railReveal{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:none}}
@keyframes switchOutNext{to{opacity:0;transform:translateX(-70px) scale(.985);filter:blur(5px)}}
@keyframes switchOutPrev{to{opacity:0;transform:translateX(70px) scale(.985);filter:blur(5px)}}
@keyframes switchIn{from{opacity:0;transform:translateX(80px) scale(1.02);filter:blur(5px)}to{opacity:1;transform:none}}
#crewProfileModal{z-index:3000!important}
#crewProfileModal.is-open .modal{animation:modalPop .25s ease both}
@keyframes modalPop{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}
@keyframes characterReveal{from{opacity:0;transform:translate3d(calc(50% + 55px),18px,0) scale(1.02);filter:blur(5px) drop-shadow(0 20px 25px rgba(0,0,0,.18))}to{opacity:1;transform:translateX(50%)}}
@keyframes switchOutNext{to{opacity:0;transform:translateX(calc(50% - 55px)) scale(.985);filter:blur(4px)}}
@keyframes switchOutPrev{to{opacity:0;transform:translateX(calc(50% + 55px)) scale(.985);filter:blur(4px)}}
@keyframes switchIn{from{opacity:0;transform:translateX(calc(50% + 55px)) scale(1.015);filter:blur(4px)}to{opacity:1;transform:translateX(50%)}}
.archive-v2-member-card{position:relative;border:0;background:transparent;text-align:left;cursor:pointer;animation:archiveCardIn .5s cubic-bezier(.16,1,.3,1) both;animation-delay:var(--delay)}
@keyframes archiveCardIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
.archive-v2-member-card:hover img{transform:scale(1.04)}
.archive-v2-roster{display:flex;gap:7px;padding:9px;border:1px solid var(--line);background:var(--panel);overflow-x:auto;margin-bottom:16px;scrollbar-width:thin}
.archive-v2-roster-item{flex:0 0 72px;height:66px;position:relative;border:1px solid transparent;background:var(--soft);padding:0;overflow:hidden;cursor:pointer;filter:grayscale(1) brightness(.58);opacity:.58;transition:.25s}
.archive-v2-roster-item img{width:100%;height:100%;object-fit:cover;object-position:center top}
.archive-v2-roster-item span{position:absolute;left:0;right:0;bottom:0;padding:3px;background:rgba(0,0,0,.68);color:#fff;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.archive-v2-roster-item:hover,.archive-v2-roster-item.active{filter:none;opacity:1;border-color:var(--archive-member-color);transform:translateY(-2px)}
@keyframes archiveOutNext{to{opacity:0;transform:translateX(-45px) scale(.985);filter:blur(5px)}}
@keyframes archiveOutPrev{to{opacity:0;transform:translateX(45px) scale(.985);filter:blur(5px)}}
@keyframes archiveIn{from{opacity:0;transform:translateX(55px) scale(1.015);filter:blur(6px)}to{opacity:1;transform:none;filter:none}}
@keyframes archiveInfoIn{from{opacity:0;transform:translateX(28px)}to{opacity:1;transform:none}}
@media(max-width:620px){.archive-v2-roster-item{flex-basis:58px;height:54px}}
#jintaMemberCount{min-width:58px;text-align:right;color:var(--muted)!important;font-size:14px}
.archive-v2-member-card{min-width:0;color:var(--text)!important;border:0;background:transparent;text-align:left;cursor:pointer;animation:archiveCardIn .55s var(--archive-ease) both;animation-delay:var(--delay)}
.archive-v2-roster{display:flex;gap:9px;margin-bottom:16px;padding:10px;border:1px solid var(--line);border-radius:16px;background:color-mix(in srgb,var(--panel) 90%,transparent);overflow-x:auto;box-shadow:0 10px 28px rgba(0,0,0,.05)}
.archive-v2-roster-item{flex:0 0 76px;height:70px;position:relative;overflow:hidden;padding:0;border:1px solid transparent;border-radius:12px;background:var(--panel2);cursor:pointer;filter:grayscale(1) brightness(.62);opacity:.58;transition:.28s var(--archive-ease)}
.archive-v2-roster-item img{width:100%;height:100%;object-fit:cover;object-position:center top}
.archive-v2-roster-item span{position:absolute;left:0;right:0;bottom:0;padding:5px 3px;background:linear-gradient(transparent,rgba(0,0,0,.76));color:#fff!important;font-size:12px;font-weight:800;text-align:center}
.archive-v2-roster-item:hover,.archive-v2-roster-item.active{filter:none;opacity:1;border-color:var(--archive-member-color);transform:translateY(-3px);box-shadow:0 10px 22px color-mix(in srgb,var(--archive-member-color) 20%,transparent)}
#crewProfileModal .modal{border:1px solid var(--line);background:var(--panel);color:var(--text)}
#crewProfileModal .modal h2{color:var(--text)!important}
#crewProfileModal label{color:var(--text)!important}
#crewProfileModal input,#crewProfileModal textarea,#crewProfileModal select{background:var(--panel2)!important;color:var(--text)!important;border-color:var(--line)!important}
#crewProfileModal input::placeholder,#crewProfileModal textarea::placeholder{color:var(--muted)!important}
html[data-theme="dark"] #crewProfileModal h2,html[data-theme="dark"] #crewProfileModal label{color:#f1f3f6!important}
html[data-theme="dark"] #jintaMemberCount{color:#a0a8b3!important}
html[data-theme="dark"] .archive-v2-roster{background:rgba(24, 34, 49, .94)}
@media(max-width:680px){.archive-v2-roster-item{flex-basis:62px;height:58px}}
\n #page-profiles.archive-single-profile #jintaListView,#page-profiles.archive-single-profile #jintaToolbar,#page-profiles.archive-single-profile #jintaCardGrid,#page-profiles.archive-single-profile #jintaAddMember,#page-profiles.archive-single-profile #jintaRoster{
  display: none !important;
}
html[data-theme="light"] .app-topbar .page-heading span{
  color:#d92d5c!important;
  opacity:1!important;
  text-shadow:none!important;
}
html[data-theme="light"] .app-topbar .page-heading strong{
  color:#2f2529!important;
  opacity:1!important;
  text-shadow:none!important;
}
html[data-theme="dark"] .app-topbar .page-heading span{
  color:#ff5d83!important;
  opacity:1!important;
}
html[data-theme="dark"] .app-topbar .page-heading strong{
  color:#fff4f7!important;
  opacity:1!important;
}
body.live-status-unknown .sidebar-live-row i{background:#d39b36!important;box-shadow:0 0 0 4px rgba(211,155,54,.16)!important}
body.live-status-unknown .hero-status-dot{background:#d39b36!important;box-shadow:0 0 0 6px rgba(211,155,54,.12)!important}
body:not(.is-live):not(.live-status-unknown) .sidebar-live-row i{background:#8d98a8!important;box-shadow:0 0 0 4px rgba(141, 152, 168, .14)!important}
body:not(.is-live):not(.live-status-unknown) .hero-status-dot{background:#8d98a8!important;box-shadow:0 0 0 6px rgba(141, 152, 168, .12)!important}
@media (min-width:1200px){.calendar-page,.calendar-container,.schedule-layout{
  grid-template-columns: 320px minmax(980px,1fr) 250px !important;
}}
:root{
  --v8-radius-xl:28px;--v8-radius-lg:22px;--v8-radius-md:16px;
  --v8-border:rgba(92,54,65,.12);--v8-shadow:0 18px 55px rgba(67,36,45,.10);
  --v8-shadow-hover:0 24px 70px rgba(67,36,45,.16);--v8-speed:.28s;
}
html{scroll-behavior:smooth}
body{letter-spacing:-.015em}
button,a,input,select,textarea{transition:border-color var(--v8-speed) ease,background var(--v8-speed) ease,color var(--v8-speed) ease,box-shadow var(--v8-speed) ease,transform var(--v8-speed) ease,opacity var(--v8-speed) ease}
.app-shell{max-width:1740px;margin-inline:auto}
.app-topbar{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.app-page{animation:v8PageIn .36s cubic-bezier(.2,.8,.2,1)}
@keyframes v8PageIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.panel,.home-live-strip,.page-section-head{border-color:var(--v8-border)!important;box-shadow:var(--v8-shadow)}
.panel{border-radius:var(--v8-radius-lg)!important}
.panel:hover{box-shadow:var(--v8-shadow-hover)}
.btn,.text-btn,.sidebar-tab{font-weight:750}
.btn{border-radius:14px!important;min-height:42px}
.btn:hover,.text-btn:hover{transform:translateY(-1px)}
.sidebar-tab{border-radius:14px!important}
.sidebar-tab:hover{transform:translateX(3px)}
.sidebar-tab.active{box-shadow:0 10px 28px rgba(236,78,118,.12)}
input,select,textarea{border-radius:13px!important}
input:focus,select:focus,textarea:focus{box-shadow:0 0 0 4px rgba(235,76,116,.10)!important}
.home-section-head h2,.page-section-head h1{letter-spacing:-.04em}
.toast{border-radius:16px!important;box-shadow:0 18px 55px rgba(22,14,18,.22)!important}
.modal{border-radius:26px!important;box-shadow:0 35px 110px rgba(30,17,23,.25)!important}
.modal-layer{backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}
.crew-card{border-radius:20px!important;overflow:hidden;isolation:isolate;box-shadow:0 14px 35px rgba(58,32,41,.12)!important}
.crew-card::after{content:"";position:absolute;inset:-120% 45% auto -70%;height:220%;transform:rotate(24deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transition:transform .65s ease;pointer-events:none;z-index:3}
.crew-card:hover{transform:translateY(-8px) scale(1.015)!important;box-shadow:0 25px 55px rgba(58,32,41,.22)!important}
.crew-card:hover::after{transform:translateX(230%) rotate(24deg)}
.crew-card img{transition:transform .55s cubic-bezier(.2,.8,.2,1),filter .4s ease}
.crew-card:hover img{transform:scale(1.045);filter:saturate(1.05) contrast(1.02)}
@keyframes v8Float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.crew-profile-link{border-radius:14px!important}
.crew-profile-link:hover{transform:translateY(-3px)}
@media (max-width:1400px){.app-shell{max-width:none}}
@media (max-width:980px){.app-shell{padding-inline:14px!important}
.page-section-head{border-radius:20px!important}
.panel:hover,.crew-card:hover{transform:none!important}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
[data-theme="dark"]{--v8-border:rgba(255,255,255,.09);--v8-shadow:0 18px 55px rgba(0,0,0,.22);--v8-shadow-hover:0 24px 70px rgba(0,0,0,.34)}
[data-theme="dark"] .crew-card{box-shadow:0 14px 35px rgba(0,0,0,.28)!important}
[data-theme="dark"] .crew-card:hover{box-shadow:0 25px 55px rgba(0,0,0,.42)!important}
@media (min-width:1200px){.calendar-page,.calendar-container,.schedule-layout{
  grid-template-columns: 320px minmax(980px,1fr) 250px !important;
}}
:root{
  --v9-content-max:1520px;
  --v9-gap:20px;
  --v9-focus:0 0 0 4px rgba(235,76,116,.18);
  --v9-ease:cubic-bezier(.22,.8,.25,1);
}
*{box-sizing:border-box}
::selection{background:rgba(235,76,116,.2)}
body{min-width:320px}
.app-topbar{position:sticky;top:0;z-index:80;border-bottom:1px solid var(--v8-border);background:color-mix(in srgb,var(--surface,#fff) 86%,transparent)}
.app-shell{width:min(var(--v9-content-max),calc(100% - 44px));padding-bottom:56px}
.app-sidebar{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(235,76,116,.25) transparent}
.app-sidebar::-webkit-scrollbar{width:6px}
.app-sidebar::-webkit-scrollbar-thumb{background:rgba(235,76,116,.22);border-radius:99px}
:where(button,a,input,select,textarea,[tabindex]):focus-visible{outline:none!important;box-shadow:var(--v9-focus)!important}
button:disabled,.btn:disabled{cursor:not-allowed;opacity:.48;transform:none!important}
.v8-pressed{transform:translateY(1px) scale(.985)!important}
.sidebar-tab,.sidebar-crew-member,.btn,.text-btn{touch-action:manipulation}
.app-page{max-width:100%;min-height:calc(100vh - 110px)}
.page-section-head{margin-bottom:var(--v9-gap)}
.panel{transition:transform .32s var(--v9-ease),box-shadow .32s var(--v9-ease),border-color .32s ease}
.panel:hover{border-color:rgba(235,76,116,.18)!important}
.home-section-head{gap:18px}
.home-section-head .text-btn{white-space:nowrap}
.sidebar-profile-main{position:relative;overflow:hidden}
.sidebar-profile-main::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,transparent,#ec4e76,transparent);opacity:.65}
.sidebar-profile-head img{box-shadow:0 10px 28px rgba(40,22,29,.12)}
.sidebar-crew-member{position:relative;overflow:hidden}
.sidebar-crew-member::after{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#ec4e76;transform:scaleY(0);transition:transform .25s var(--v9-ease)}
.sidebar-crew-member.active::after{transform:scaleY(1)}
.sidebar-nav{padding-bottom:12px}
.crew-card{will-change:transform}
.profile-editor-modal{max-height:min(88vh,920px);overflow:auto;overscroll-behavior:contain}
.profile-editor-modal .form-grid{gap:16px}
.profile-editor-modal label{font-weight:700}
.profile-editor-modal .field-helper{display:block;margin-top:7px;line-height:1.55;opacity:.7}
.form-actions{position:sticky;bottom:-1px;padding:14px 0 4px;background:linear-gradient(transparent,var(--surface,#fff) 24%);z-index:4}
.toast{max-width:min(420px,calc(100vw - 32px))}
[data-theme="dark"] .app-topbar{background:rgba(18,13,16,.88)}
[data-theme="dark"] .form-actions{background:linear-gradient(transparent,#171014 24%)}
@media (max-width:1180px){.app-shell{width:calc(100% - 28px)}}
@media (max-width:820px){.app-shell{width:calc(100% - 20px);padding-bottom:32px}
.app-topbar{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.profile-editor-modal{max-height:92vh}}
@media (max-width:520px){.home-section-head{align-items:flex-start;flex-direction:column;gap:8px}}
@media (min-width:1200px){.calendar-page,.calendar-container,.schedule-layout{
  grid-template-columns: 320px minmax(980px,1fr) 250px !important;
}}
html,body{max-width:100%;overflow-x:hidden}
body{overflow-wrap:anywhere}
img,svg,video,canvas{max-width:100%}
.app-shell,.app-page,.page-section-head,.panel{min-width:0}
@media(max-width:1100px){body{padding-left:0!important}
.app-topbar{left:0!important;right:0!important;width:100%!important;max-width:100%!important}
.app-shell{margin-inline:auto!important;max-width:100%!important}}
@media(max-width:760px){:root{--mobile-pad:12px}
html{font-size:16px}
body{width:100%;min-width:320px!important;background:var(--bg)!important}
.app-shell{width:100%!important;margin:0!important;padding:12px var(--mobile-pad) 96px!important}
.app-page{width:100%!important;max-width:100%!important;padding-bottom:28px!important}
.app-topbar{min-height:62px!important;padding:8px 10px!important;gap:8px!important}
.page-heading{min-width:0;overflow:hidden}
.page-heading span{font-size:12px!important}
.page-heading strong{font-size:17px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.top-actions{gap:6px!important;min-width:0}
.top-actions .btn,.top-actions button{padding:9px 10px!important;font-size:14px!important;white-space:nowrap}
.cloud-status{display:none!important}
.page-section-head{display:block!important;width:100%!important;margin:0 0 14px!important;padding:18px 16px!important;border-radius:18px!important;overflow:hidden}
.page-section-head h1{font-size:26px!important;line-height:1.08!important;margin:5px 0 7px!important}
.page-section-head p{font-size:14px!important;line-height:1.5!important}
#page-stats .stats-grid,#page-stats .stats-highlight-grid,#page-stats .stats-columns{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important;gap:12px!important;margin:0 0 12px!important}
#page-stats .stat-card,#page-stats .stats-highlight,#page-stats .stats-columns>.panel,#page-stats .stats-chart-panel,#page-stats .heatmap-panel{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:18px!important;border-radius:18px!important;transform:none!important;overflow:hidden!important}
#page-stats .stat-card{min-height:106px!important}
#page-stats .stat-card strong{font-size:24px!important;line-height:1.15!important}
#page-stats .stat-card span{display:block;margin-top:8px;font-size:14px!important}
#page-stats .stats-highlight{min-height:118px!important}
#page-stats .stats-highlight strong{font-size:22px!important}
#page-stats .stats-columns>.panel h2{font-size:18px!important;margin-top:0!important}
#page-stats .rank-item{grid-template-columns:26px minmax(0,1fr) auto!important;width:100%!important;min-width:0!important}
#page-stats .rank-item span{min-width:0!important}
#page-stats .rank-item strong,#page-stats .rank-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#page-stats .breakdown-row{grid-template-columns:72px minmax(0,1fr) 28px!important;font-size:14px!important}
#page-stats .monthly-hours-chart{width:100%!important;height:240px!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:6px!important}
#page-stats .monthly-hours-chart>*{min-width:620px}
#page-stats .broadcast-heatmap-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}
#page-stats .broadcast-heatmap{min-width:760px!important}
#page-stats .stats-section-head{align-items:flex-start!important;gap:10px!important;flex-wrap:wrap!important}
#page-stats .heatmap-summary{grid-template-columns:1fr!important}
#page-stats .heatmap-summary article,#page-stats .heatmap-summary p{grid-column:1!important;width:100%!important}
.stats-columns,.network-layout{grid-template-columns:minmax(0,1fr)!important}
.panel{max-width:100%!important}
.modal-layer{padding:8px!important}
.modal{width:100%!important;max-width:100%!important;padding:18px 14px!important;border-radius:18px!important}
.modal form,.member-form{grid-template-columns:minmax(0,1fr)!important}
.form-actions{flex-wrap:wrap}
.form-actions .btn{flex:1 1 130px}}
@media(max-width:390px){:root{--mobile-pad:9px}
.app-topbar{padding-inline:7px!important}
.top-actions .btn,.top-actions button{padding:8px!important;font-size:13px!important}
.page-section-head{padding:16px 14px!important}
.page-section-head h1{font-size:23px!important}
#page-stats .stat-card,#page-stats .stats-highlight,#page-stats .stats-columns>.panel,#page-stats .stats-chart-panel,#page-stats .heatmap-panel{padding:16px!important}}
@media (min-width:1200px){.calendar-page,.calendar-container,.schedule-layout{
  grid-template-columns: 320px minmax(980px,1fr) 250px !important;
}}
*,*::before,*::after{box-sizing:border-box}
html,body{width:100%;max-width:100%;overflow-x:clip}
body{min-width:320px}
.app-shell,.app-main,.app-content,.page-stage,.app-page,.panel,.stats-grid,.stats-highlight-grid,.stats-columns{min-width:0;max-width:100%}
img,svg,video,canvas,iframe{max-width:100%;height:auto}
input,select,textarea,button{max-width:100%}
#page-profiles.archive-single-profile #jintaListView,#page-profiles.archive-single-profile #jintaAddMember,#page-profiles.archive-single-profile #jintaPrevMember,#page-profiles.archive-single-profile #jintaNextMember{display:none!important}
#page-profiles.archive-single-profile #jintaDetail{display:block!important}
.page-heading span{color:#e52e5f!important;font-weight:800;letter-spacing:.13em}
.page-heading strong{color:var(--text,#2d2528)!important;font-weight:850;text-shadow:none!important}
body.dark .page-heading strong,[data-theme="dark"] .page-heading strong{color:#fff7fa!important}
.app-main,.app-content,.page-stage,.app-page{scroll-behavior:auto!important;overflow-anchor:none}
@media(max-width:760px){html,body{overflow-x:hidden!important}
.app-shell{width:100%!important;max-width:100vw!important;margin:0!important;padding-left:10px!important;padding-right:10px!important}
.app-topbar{width:100%!important;max-width:100vw!important;left:0!important;right:0!important}
.page-stage,.app-content,.app-main,.app-page{width:100%!important;max-width:100%!important;margin-inline:0!important}
#page-stats{width:100%!important;max-width:100%!important;overflow:visible!important}
#page-stats .stats-grid,#page-stats .stats-highlight-grid,#page-stats .stats-columns,#page-stats .heatmap-summary{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important;gap:12px!important}
#page-stats .stat-card,#page-stats .stats-highlight,#page-stats .panel,#page-stats .stats-chart-panel,#page-stats .heatmap-panel{width:100%!important;max-width:100%!important;min-width:0!important;margin-inline:0!important;transform:none!important}
#page-stats .monthly-hours-chart,#page-stats .broadcast-heatmap-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
#calendarMemoDrawer,#calendarNewsDrawer{width:100%!important;max-width:100vw!important;left:0!important;right:0!important;overflow-x:hidden!important}
#calendarMemoDrawer>*,#calendarNewsDrawer>*{max-width:100%!important;min-width:0!important}}
@media (min-width:1200px){.calendar-page,.calendar-container,.schedule-layout{
  grid-template-columns: 320px minmax(980px,1fr) 250px !important;
}}
@media (min-width: 1401px){body:has(#page-calendar.active) .app-shell{
    width:calc(100vw - 284px)!important;
    max-width:none!important;
    margin-left:12px!important;
    margin-right:12px!important;
  }}
#page-calendar .schedule-layout,#page-calendar .schedule-layout[style]{
  display:grid!important;
  grid-template-columns:minmax(900px,1fr) minmax(220px,250px)!important;
  grid-template-areas:"calendar side"!important;
  gap:14px!important;
  align-items:start!important;
  width:100%!important;
  max-width:none!important;
  padding-left:0!important;
}
#page-calendar .calendar-card{
  grid-area:calendar!important;
  width:100%!important;
  min-width:900px!important;
}
#page-calendar .portal-side-right{
  grid-area:side!important;
  width:100%!important;
  min-width:0!important;
}
#calendarMemoDrawer,#calendarNewsDrawer{
  position:relative!important;
  inset:auto!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  min-width:0!important;
  margin:0!important;
  z-index:auto!important;
  overflow:visible!important;
  opacity:1!important;
  transform:none!important;
  box-shadow:none!important;
  pointer-events:auto!important;
}
#calendarMemoDrawer[hidden],#calendarNewsDrawer[hidden]{display:none!important;visibility:hidden!important}
#calendarMemoDrawer .memo-inline-sheet{
  position:sticky!important;
  top:92px!important;
  height:calc(100vh - 116px)!important;
  max-height:none!important;
  overflow:hidden!important;
  box-shadow:var(--shadow)!important;
}
body.memo-panel-open #page-calendar .schedule-layout,body.v5-memo-open #page-calendar .schedule-layout{
  grid-template-columns:minmax(280px,310px) minmax(900px,1fr) minmax(210px,240px)!important;
  grid-template-areas:"drawer calendar side"!important;
  padding-left:0!important;
}
body.news-panel-open #page-calendar .schedule-layout,body.v5-news-open #page-calendar .schedule-layout{
  grid-template-columns:minmax(280px,310px) minmax(900px,1fr) minmax(210px,240px)!important;
  grid-template-areas:"drawer calendar side"!important;
  padding-left:0!important;
}
body.memo-panel-open #calendarMemoDrawer,body.v5-memo-open #calendarMemoDrawer,body.news-panel-open #calendarNewsDrawer,body.v5-news-open #calendarNewsDrawer{
  display:block!important;
  visibility:visible!important;
  grid-area:drawer!important;
}
body.v5-drawer-open{overflow:auto!important}
#page-calendar .calendar-stage{
  overflow-x:auto!important;
  overscroll-behavior-x:contain;
}
#page-calendar .calendar-grid,#page-calendar .weekday-row{
  min-width:980px!important;
}
#page-calendar .day{
  min-width:0!important;
  padding:8px!important;
}
#page-calendar .events{
  min-width:0!important;
  overflow:visible!important;
}
#page-calendar .event-pill{
  min-width:0!important;
  height:auto!important;
  overflow:visible!important;
  white-space:normal!important;
  text-overflow:clip!important;
  word-break:keep-all!important;
  overflow-wrap:break-word!important;
  line-height:1.35!important;
  padding-right:30px!important;
}
#page-calendar .event-pill .event-title,#page-calendar .event-pill b,#page-calendar .event-pill > span:not(.event-star):not(.event-memo):not(.range-fill){
  display:block!important;
  overflow:visible!important;
  white-space:normal!important;
  text-overflow:clip!important;
  word-break:keep-all!important;
  overflow-wrap:break-word!important;
  max-width:none!important;
}
#page-calendar .event-pill time{white-space:nowrap!important}
#page-calendar .portal-side-right{gap:12px!important}
#page-calendar .portal-side-right>.panel{padding:14px!important}
@media (min-width: 981px) and (max-width: 1400px){body:has(#page-calendar.active) .app-shell{
    width:calc(100vw - 280px)!important;
    max-width:none!important;
    margin-left:10px!important;
    margin-right:10px!important;
  }
body.memo-panel-open #page-calendar .schedule-layout,body.v5-memo-open #page-calendar .schedule-layout,body.news-panel-open #page-calendar .schedule-layout,body.v5-news-open #page-calendar .schedule-layout{
    grid-template-columns:270px minmax(780px,1fr) 210px!important;
  }
#page-calendar .calendar-card{min-width:780px!important}
#page-calendar .calendar-grid,#page-calendar .weekday-row{min-width:900px!important}}
@media (max-width: 980px){#page-calendar .schedule-layout,#page-calendar .schedule-layout[style],body.memo-panel-open #page-calendar .schedule-layout,body.v5-memo-open #page-calendar .schedule-layout,body.news-panel-open #page-calendar .schedule-layout,body.v5-news-open #page-calendar .schedule-layout{
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-areas:"drawer" "calendar" "side"!important;
  }
body:not(.memo-panel-open):not(.news-panel-open):not(.v5-memo-open):not(.v5-news-open) #page-calendar .schedule-layout{
    grid-template-areas:"calendar" "side"!important;
  }
#page-calendar .calendar-card{min-width:0!important}
#calendarMemoDrawer .memo-inline-sheet{
    position:relative!important;
    top:auto!important;
    height:auto!important;
    max-height:520px!important;
  }}
@media (min-width:1200px){.calendar-page,.calendar-container,.schedule-layout{
  grid-template-columns: 320px minmax(980px,1fr) 250px !important;
}}
@media (max-width:1100px){
.app-sidebar{
    height:100dvh;
    max-height:100dvh;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
    padding-bottom:calc(36px + env(safe-area-inset-bottom));
    scrollbar-width:thin;
  }
body.sidebar-open{
    overflow:hidden;
    touch-action:none;
  }
body.sidebar-open .app-sidebar{
    touch-action:pan-y;
  }
.mobile-schedule-app{
    min-height:100%;
    overflow:visible!important;
    padding-bottom:calc(52px + env(safe-area-inset-bottom))!important;
  }
#page-calendar,#page-calendar.active,.app-shell,main{
    overflow:visible!important;
  }}
@media (max-width:760px){html,body{
    min-height:100%;
    height:auto!important;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
  }
.app-sidebar{
    width:min(86vw,390px);
    padding-top:calc(18px + env(safe-area-inset-top));
  }
.sidebar-profile-main,.sidebar-brand-footer,.sidebar-nav{
    flex:0 0 auto;
  }
.sidebar-nav{
    margin-bottom:24px;
  }
.mobile-week-list{
    padding-bottom:calc(36px + env(safe-area-inset-bottom));
  }}
@media (min-width:1200px){.calendar-page,.calendar-container,.schedule-layout{
  grid-template-columns: 320px minmax(980px,1fr) 250px !important;
}}
@media (min-width: 1181px){body:has(#page-calendar.active) .app-shell{
    width:calc(100vw - 250px)!important;
    max-width:1920px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }
#page-calendar .schedule-layout,#page-calendar .schedule-layout[style],body.memo-panel-open #page-calendar .schedule-layout,body.news-panel-open #page-calendar .schedule-layout,body.v5-memo-open #page-calendar .schedule-layout,body.v5-news-open #page-calendar .schedule-layout{
    display:grid!important;
    grid-template-columns:320px minmax(900px,1fr) 330px!important;
    grid-template-areas:"drawer calendar side"!important;
    gap:18px!important;
    align-items:start!important;
    padding-left:0!important;
    width:100%!important;
  }
#page-calendar .calendar-card{
    grid-area:calendar!important;
    min-width:900px!important;
    width:100%!important;
  }
#page-calendar .portal-side-right{
    grid-area:side!important;
    width:330px!important;
    min-width:330px!important;
  }
#calendarMemoDrawer,#calendarNewsDrawer{
    grid-area:drawer!important;
    position:static!important;
    inset:auto!important;
    width:320px!important;
    min-width:320px!important;
    max-width:320px!important;
    margin:0!important;
    transform:none!important;
    opacity:1!important;
    pointer-events:auto!important;
    overflow:visible!important;
    transition:none!important;
  }
#calendarMemoDrawer[hidden],#calendarNewsDrawer[hidden]{
    display:none!important;
    visibility:hidden!important;
  }
body.memo-panel-open #calendarMemoDrawer,body.v5-memo-open #calendarMemoDrawer,body.news-panel-open #calendarNewsDrawer,body.v5-news-open #calendarNewsDrawer{
    display:block!important;
    visibility:visible!important;
  }
#calendarMemoDrawer .memo-inline-sheet{
    position:sticky!important;
    top:92px!important;
    width:320px!important;
    height:calc(100vh - 116px)!important;
    max-height:none!important;
    overflow:auto!important;
    border-radius:20px!important;
    box-shadow:var(--shadow)!important;
  }
#page-calendar .portal-side-right > .panel{
    padding:18px!important;
  }
#page-calendar .portal-side-right h2,#page-calendar .portal-side-right h3,#page-calendar .portal-side-right strong,#page-calendar .portal-side-right a,#page-calendar .portal-side-right button,#page-calendar .portal-side-right p,#page-calendar .portal-side-right span{
    word-break:keep-all!important;
    overflow-wrap:normal!important;
  }
#page-calendar .section-title{
    gap:12px!important;
    align-items:flex-start!important;
  }
#page-calendar .section-title h2{
    min-width:0!important;
    white-space:normal!important;
    line-height:1.25!important;
  }
#page-calendar .quick-links a,#page-calendar .quick-links button{
    white-space:nowrap!important;
  }
#page-calendar .calendar-stage{
    overflow-x:visible!important;
  }
#page-calendar .calendar-grid,#page-calendar .weekday-row{
    min-width:0!important;
    width:100%!important;
  }}
@media (min-width: 981px) and (max-width: 1180px){#page-calendar{
    overflow-x:auto!important;
  }
#page-calendar .schedule-layout,#page-calendar .schedule-layout[style],body.memo-panel-open #page-calendar .schedule-layout,body.news-panel-open #page-calendar .schedule-layout,body.v5-memo-open #page-calendar .schedule-layout,body.v5-news-open #page-calendar .schedule-layout{
    grid-template-columns:280px 900px 300px!important;
    grid-template-areas:"drawer calendar side"!important;
    width:max-content!important;
    min-width:1516px!important;
    padding-left:0!important;
  }
#page-calendar .calendar-card{grid-area:calendar!important;min-width:900px!important}
#page-calendar .portal-side-right{grid-area:side!important;width:300px!important;min-width:300px!important}
#calendarMemoDrawer,#calendarNewsDrawer{grid-area:drawer!important;position:static!important;inset:auto!important;width:280px!important;min-width:280px!important;transform:none!important;opacity:1!important}
#calendarMemoDrawer[hidden],#calendarNewsDrawer[hidden]{display:none!important}
#calendarMemoDrawer .memo-inline-sheet{position:sticky!important;top:90px!important;width:280px!important;height:calc(100vh - 112px)!important;overflow:auto!important}}
@media (min-width:1200px){.calendar-page,.calendar-container,.schedule-layout{
  grid-template-columns: 320px minmax(980px,1fr) 250px !important;
}}
@media (min-width:1181px){body:has(#page-calendar.active) .app-shell{
    width:calc(100vw - 260px)!important;
    max-width:none!important;
    margin:0!important;
    padding-left:10px!important;
    padding-right:18px!important;
    box-sizing:border-box!important;
  }
#page-calendar .schedule-layout,#page-calendar .schedule-layout[style],body.memo-panel-open #page-calendar .schedule-layout,body.news-panel-open #page-calendar .schedule-layout,body.v5-memo-open #page-calendar .schedule-layout,body.v5-news-open #page-calendar .schedule-layout{
    grid-template-columns:280px minmax(0,1fr) 300px!important;
    grid-template-areas:"drawer calendar side"!important;
    gap:14px!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    align-items:start!important;
  }
#calendarMemoDrawer,#calendarNewsDrawer{
    width:280px!important;
    min-width:280px!important;
    max-width:280px!important;
  }
#calendarMemoDrawer .memo-inline-sheet{
    width:280px!important;
  }
#page-calendar .calendar-card{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
#page-calendar .portal-side-right{
    width:300px!important;
    min-width:300px!important;
    max-width:300px!important;
  }
#page-calendar .calendar-stage,#page-calendar .calendar-grid,#page-calendar .weekday-row{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }}
@media (min-width:1500px){body:has(#page-calendar.active) .app-shell{
    padding-left:4px!important;
  }
#page-calendar .schedule-layout,#page-calendar .schedule-layout[style],body.memo-panel-open #page-calendar .schedule-layout,body.news-panel-open #page-calendar .schedule-layout,body.v5-memo-open #page-calendar .schedule-layout,body.v5-news-open #page-calendar .schedule-layout{
    grid-template-columns:270px minmax(0,1fr) 292px!important;
    gap:12px!important;
  }
#calendarMemoDrawer,#calendarNewsDrawer,#calendarMemoDrawer .memo-inline-sheet{
    width:270px!important;min-width:270px!important;max-width:270px!important;
  }
#page-calendar .portal-side-right{
    width:292px!important;min-width:292px!important;max-width:292px!important;
  }}
@media (max-width:760px){html{
    min-height:100%!important;
    height:auto!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior-y:auto!important;
  }
body{
    position:static!important;
    min-height:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    touch-action:pan-y!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-y:auto!important;
  }
body:not(.sidebar-open){
    overflow-y:auto!important;
  }
.app-shell,.app-main,.app-content,.page-stage,#page-calendar,#page-calendar.active{
    position:relative!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
  }
.mobile-schedule-app{
    display:block!important;
    height:auto!important;
    min-height:calc(100svh - 72px)!important;
    max-height:none!important;
    overflow:visible!important;
    padding-bottom:calc(150px + env(safe-area-inset-bottom))!important;
  }
.mobile-week-list{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    padding-bottom:calc(40px + env(safe-area-inset-bottom))!important;
  }
.mobile-day-card,.mobile-day-events{
    overflow:visible!important;
  }}
:root{
  --text-primary:#1b1d1f;
  --text-secondary:#4b5258;
  --text-muted:#626b72;
  --text-faint:#7b848b;
}
html[data-theme="dark"]{
  --text-primary:#ffffff;
  --text-secondary:#d8dde2;
  --text-muted:#b8c0c7;
  --text-faint:#9ca6ae;
}
.home-event-copy>b,.home-vod-row strong,.home-section-head h2,.schedule-page-copy>b,.mobile-event-copy>b,.day-summary-item b,.event-title,.event-pill b,.memo-card h3,.portal-side-right h2,.portal-side-right h3{
  color:var(--text-primary)!important;
  opacity:1!important;
  text-shadow:none!important;
}
.home-event-copy>small,.home-end-time,.home-vod-row small,.home-date span,.home-empty,.schedule-page-copy small,.mobile-event-copy small,.day-summary-item small,.event-pill time,.detail-meta,.view-head p,.month-control p,.helper,.memo-card small,.portal-side-right p,.portal-side-right small{
  color:var(--text-muted)!important;
  opacity:1!important;
}
.home-empty strong,.home-date strong,.date-num,.weekday-row span{
  color:var(--text-secondary)!important;
  opacity:1!important;
}
html:not([data-theme="dark"]) .home-timeline-row .home-event-copy>b{
  color:#111315!important;
}
html[data-theme="dark"] .home-timeline-row .home-event-copy>b{
  color:#fff!important;
}
html:not([data-theme="dark"]) .home-timeline-row .home-event-copy>small,html:not([data-theme="dark"]) .home-timeline-row .home-end-time{
  color:#555f66!important;
}
html[data-theme="dark"] .home-timeline-row .home-event-copy>small,html[data-theme="dark"] .home-timeline-row .home-end-time{
  color:#c3cbd1!important;
}
.filter{
  background:color-mix(in srgb,var(--filter) 15%,var(--panel))!important;
  border-color:color-mix(in srgb,var(--filter) 72%,var(--line))!important;
  color:color-mix(in srgb,var(--filter) 72%,#111)!important;
  box-shadow:0 2px 8px color-mix(in srgb,var(--filter) 10%,transparent);
}
.filter.active{
  background:color-mix(in srgb,var(--filter) 24%,var(--panel))!important;
  color:color-mix(in srgb,var(--filter) 78%,#080808)!important;
  box-shadow:inset 0 0 0 2px var(--filter),0 3px 10px color-mix(in srgb,var(--filter) 18%,transparent)!important;
}
html[data-theme="dark"] .filter{
  background:color-mix(in srgb,var(--filter) 22%,#0f1520)!important;
  border-color:color-mix(in srgb,var(--filter) 82%,#667284)!important;
  color:color-mix(in srgb,var(--filter) 36%,#fff)!important;
}
html[data-theme="dark"] .filter.active{
  background:color-mix(in srgb,var(--filter) 34%,#0f1520)!important;
  color:#fff!important;
}
.event-pill,.mobile-event-item,.day-summary-item{
  color:var(--text-primary)!important;
}
.event-pill time,.mobile-event-item small,.day-summary-item small{
  color:var(--text-muted)!important;
}
.quick-links a,.quick-links button,.upcoming,.stat-card{
  color:var(--text-primary)!important;
}
.stat-card span,.metric span,.streamer-schedule{
  color:var(--text-muted)!important;
}
@media(max-width:760px){.home-event-copy>b,.mobile-event-copy>b,.schedule-page-copy>b{font-weight:900!important}
.home-event-copy>small,.mobile-event-copy small,.schedule-page-copy small{font-weight:650!important}}
#homeRecentMemoList{display:grid;gap:10px;min-height:76px}
.home-memo-row{position:relative;padding:10px 12px 11px;border:1px solid color-mix(in srgb,var(--accent,#e52e63) 16%,transparent);border-radius:12px;background:color-mix(in srgb,var(--card,#fff) 94%,var(--accent,#e52e63) 6%);overflow:hidden}
.home-memo-row::before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--accent,#e52e63)}
.home-memo-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px;font-size:13px;font-weight:800;letter-spacing:.02em;color:var(--text-secondary,#6f6268)}
.home-memo-row h3{margin:0;color:var(--text-primary,#211c1f);font-size:15px;line-height:1.35}
.home-memo-row p{margin:5px 0 0;color:var(--text-secondary,#675d62);font-size:14px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.home-memo-empty{padding:18px 4px;color:var(--text-secondary,#766970);font-size:14px}
html[data-theme="dark"] .home-memo-row{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.09)}
html[data-theme="dark"] .home-memo-row h3{color:#fff!important}
html[data-theme="dark"] .home-memo-row p,html[data-theme="dark"] .home-memo-meta,html[data-theme="dark"] .home-memo-empty{color:#c8c0c4!important}
html[data-theme="light"] .home-memo-row h3{color:#1f1b1d!important}
html[data-theme="light"] .home-memo-row p,html[data-theme="light"] .home-memo-meta,html[data-theme="light"] .home-memo-empty{color:#63585d!important}
.sidebar-live-separator{height:18px;margin:5px 12px 4px;border-top:1px solid color-mix(in srgb,var(--line) 78%,transparent)}
.sidebar-live-tab{position:relative;margin-top:0!important}
.sidebar-live-tab em{margin-left:auto;min-width:24px;height:24px;padding:0 7px;display:grid;place-items:center;border-radius:999px;background:#ec365f;color:#fff;font-size:12px;font-style:normal;font-weight:950;box-shadow:0 0 0 4px rgba(236,54,95,.1)}
.app-sidebar{overflow:hidden!important;scrollbar-width:none!important}
.app-sidebar::-webkit-scrollbar{display:none!important}
.sidebar-nav{min-height:0!important}
.live-hub-page{padding-bottom:48px}
.live-hub-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}
.live-hub-header h1{margin:4px 0 6px;font-size:clamp(36px,5vw,62px);letter-spacing:-.06em}
.live-hub-header p{margin:0;color:var(--muted);font-size:15px}
.live-refresh-btn{min-width:126px}
.live-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}
.live-overview article{min-height:88px;display:flex;align-items:center;gap:13px;padding:18px 20px;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--panel) 92%,transparent);box-shadow:0 12px 30px rgba(0,0,0,.05)}
.live-overview small{display:block;color:var(--muted);font-size:13px;font-weight:800;margin-bottom:4px}
.live-overview strong{font-size:21px}
.live-overview-dot{width:12px;height:12px;border-radius:50%;background:#ff315b;box-shadow:0 0 0 7px rgba(255,49,91,.12),0 0 22px rgba(255,49,91,.45);animation:livePulse 1.5s ease-in-out infinite}
@keyframes livePulse{50%{transform:scale(.78);opacity:.68}}
.live-group-tabs{display:flex;gap:7px;padding:6px;margin-bottom:20px;border:1px solid var(--line);border-radius:16px;background:color-mix(in srgb,var(--panel) 88%,transparent);width:max-content;max-width:100%;overflow:auto}
.live-group-tabs button{height:40px;padding:0 16px;border:0;border-radius:11px;background:transparent;color:var(--muted);font-weight:900;white-space:nowrap;cursor:pointer}
.live-group-tabs button span{display:inline-grid;place-items:center;min-width:21px;height:21px;margin-left:5px;border-radius:999px;background:color-mix(in srgb,var(--text) 8%,transparent);font-size:12px}
.live-group-tabs button.active{background:var(--text);color:var(--bg);box-shadow:0 8px 20px rgba(0,0,0,.12)}
.live-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.live-stream-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--panel);color:inherit;text-decoration:none;box-shadow:0 14px 34px rgba(0,0,0,.06);transition:.24s ease}
.live-stream-card:hover{transform:translateY(-5px);border-color:rgba(236,54,95,.38);box-shadow:0 22px 44px rgba(0,0,0,.12)}
.live-stream-card[hidden]{display:none!important}
.live-card-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,#28131a,#7c213d)}
.live-card-thumb:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 25%,rgba(255,255,255,.22),transparent 24%),linear-gradient(130deg,transparent 35%,rgba(255,255,255,.09) 35% 38%,transparent 38%)}
.live-card-thumb:after{content:"ON AIR";position:absolute;right:14px;bottom:10px;color:rgba(255,255,255,.18);font-weight:1000;font-size:clamp(28px,4vw,56px);letter-spacing:-.06em}
.is-offline .live-card-thumb{filter:saturate(.25);opacity:.78}
.is-offline .live-card-thumb:after{content:"OFF AIR"}
.live-badge,.offline-badge,.live-viewers{position:absolute;z-index:2;top:12px;border-radius:8px;font-size:12px;font-weight:1000;color:#fff}
.live-badge{left:12px;padding:7px 9px;background:#f12651;box-shadow:0 7px 16px rgba(241,38,81,.28)}
.offline-badge{left:12px;padding:7px 9px;background:rgba(20,20,24,.7)}
.live-viewers{right:12px;padding:7px 9px;background:rgba(10,8,11,.62);backdrop-filter:blur(8px)}
.live-card-body{display:grid;grid-template-columns:44px 1fr;gap:12px;padding:15px 16px 17px}
.live-avatar{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#fa6d8f,#a91d49);color:#fff;font-weight:1000;box-shadow:0 8px 18px rgba(196,35,79,.2)}
.live-card-body small{display:block;color:#ec365f;font-size:12px;font-weight:950;margin-bottom:3px}
.live-card-body strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px}
.live-card-body p{margin:5px 0 0;color:var(--muted);font-size:13px}
@media(max-width:1050px){.live-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.live-hub-header{align-items:flex-start;flex-direction:column}
.live-overview{grid-template-columns:1fr}
.live-card-grid{grid-template-columns:1fr}
.live-group-tabs{width:100%}
.live-group-tabs button{flex:1}
.sidebar-live-separator{height:10px;margin-top:2px}}
@media(max-height:850px) and (min-width:901px){.sidebar-live-separator{height:8px;margin:2px 10px}
.sidebar-nav .sidebar-tab{min-height:38px!important}
.sidebar-crew-member{min-height:34px!important}
.sidebar-profile-main{padding-top:8px!important;padding-bottom:6px!important}
.sidebar-profile-head img{width:50px!important;height:50px!important}}
.live-status-note{margin:0 0 18px;padding:12px 15px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.035);color:var(--muted);font-size:14px}
.live-stream-card.is-checking{opacity:.86}
.live-member-thumb{position:relative;display:flex;align-items:center;justify-content:center;min-height:145px;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.025))}
.live-member-thumb:after{content:attr(data-initial);font-size:36px;font-weight:900;letter-spacing:-.08em;color:rgba(255,255,255,.2)}
.live-open-mark{position:absolute;right:12px;bottom:10px;font-weight:900;color:rgba(255,255,255,.6)}
.live-stream-card:hover .live-open-mark{color:#fff;transform:translate(2px,-2px)}
.live-refresh-btn:disabled{opacity:.55;cursor:wait}
.live-member-thumb .live-thumb-image{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;
  z-index:0;background:#f3edef
}
.live-member-thumb:has(.live-thumb-image):before{background:linear-gradient(180deg,rgba(18,5,10,.04),rgba(18,5,10,.2))}
.live-member-thumb:has(.live-thumb-image):after{display:none}
.live-member-thumb .live-badge,.live-member-thumb .offline-badge,.live-member-thumb .live-open-mark{z-index:2}
.live-member-thumb .live-thumb-image[src=""]{display:none}
.live-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.live-stream-card{border-radius:18px;box-shadow:0 10px 26px rgba(0,0,0,.055)}
.live-stream-card:hover{transform:translateY(-4px) scale(1.01)}
.live-card-thumb{aspect-ratio:16/9;isolation:isolate;background:var(--panel2)}
.live-member-thumb{min-height:0}
.live-member-thumb:after{display:none!important}
.live-offline-bg{
  position:absolute;inset:-9%;z-index:0;width:118%;height:118%;
  object-fit:cover;object-position:center;
  filter:blur(22px) saturate(.78) brightness(.62);
  transform:scale(1.08);opacity:.72;transition:transform .35s ease;
}
.live-offline-main{
  position:absolute;inset:0;z-index:1;width:100%;height:100%;
  object-fit:contain;object-position:center;padding:8px;
  filter:drop-shadow(0 12px 18px rgba(0,0,0,.28));transition:transform .35s ease,opacity .25s ease;
}
.live-stream-card:hover .live-offline-bg{transform:scale(1.14)}
.live-stream-card:hover .live-offline-main{transform:scale(1.025)}
.live-broadcast-image{transition:opacity .28s ease,transform .35s ease}
.live-stream-card:hover .live-broadcast-image{transform:scale(1.025)}
.is-offline .live-card-thumb,.is-checking .live-card-thumb{filter:none;opacity:1}
.is-offline .live-offline-main{opacity:.9;filter:grayscale(.16) drop-shadow(0 12px 18px rgba(0,0,0,.3))}
.is-offline .live-card-thumb:before,.is-checking .live-card-thumb:before{
  content:"";position:absolute;inset:0;z-index:2;
  background:linear-gradient(180deg,rgba(10,8,10,.04),rgba(10,8,10,.22));pointer-events:none
}
.live-member-thumb .live-badge,.live-member-thumb .offline-badge,.live-member-thumb .live-open-mark{z-index:4}
.live-card-body{grid-template-columns:40px 1fr;gap:10px;padding:12px 13px 14px}
.live-avatar{width:40px;height:40px;border-radius:12px;font-size:14px}
.live-card-body strong{font-size:15px}
.live-card-body p{font-size:13px;margin-top:3px}
@media(max-width:1250px){.live-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.live-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.live-card-grid{grid-template-columns:1fr}}
.is-offline.live-stream-card:hover,.is-checking.live-stream-card:hover{
  transform:none;
}
.is-offline .live-offline-bg,.is-checking .live-offline-bg,.is-offline .live-offline-main,.is-checking .live-offline-main{
  transition:none;
}
.is-offline.live-stream-card:hover .live-offline-bg,.is-checking.live-stream-card:hover .live-offline-bg{
  transform:scale(1.08);
}
.is-offline.live-stream-card:hover .live-offline-main,.is-checking.live-stream-card:hover .live-offline-main{
  transform:none;
}
.app-loader{
  background:
    radial-gradient(circle at 50% 34%,rgba(226,42,91,.14),transparent 26%),
    linear-gradient(145deg,color-mix(in srgb,var(--bg) 96%,white),var(--bg));
}
.app-loader-mascot{
  width:92px;height:92px;display:block;object-fit:cover;border-radius:24px;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}
@keyframes loaderBar{
  0%{transform:translateX(-115%)}
  55%{transform:translateX(75%)}
  100%{transform:translateX(230%)}
}
.is-offline .live-offline-bg,.is-checking .live-offline-bg,.is-offline .live-offline-main,.is-checking .live-offline-main{
  animation:none!important;transition:none!important;
}
.history-month-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:18px}
.history-month-card{display:grid;gap:4px;padding:14px;border:1px solid var(--line);border-radius:16px;background:var(--panel2);opacity:.62}
.history-month-card.has-data{opacity:1;background:linear-gradient(145deg,var(--panel),color-mix(in srgb,var(--panel2) 78%,#f7dce4));box-shadow:0 8px 20px rgba(80,24,41,.05)}
.history-month-card span{font-size:12px;font-weight:900;color:var(--muted)}
.history-month-card strong{font-size:17px}
.history-month-card small{font-size:12px;color:var(--muted);line-height:1.4}
#page-schedule .page-section-head{margin-bottom:18px}
.schedule-summary-card{box-shadow:0 10px 26px rgba(80,24,41,.06)!important}
.schedule-day-group>header{position:sticky;top:86px;align-self:start}
@media(max-width:1000px){.history-month-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:700px){.history-month-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.schedule-day-group>header{position:static}}
.feed-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;margin-bottom:16px}
.activity-item{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:14px;padding:18px 8px;border-bottom:1px solid rgba(138,148,170,.14)}
.activity-item:last-child{border-bottom:0}
.activity-copy h3{font-size:17px;margin:8px 0 5px}
.activity-copy p{margin:0;color:var(--muted,#aab0bd);line-height:1.65;white-space:pre-line}
.activity-copy a{display:inline-block;margin-top:9px;font-size:14px;font-weight:800}
.activity-empty{display:grid;place-items:center;min-height:300px;text-align:center;gap:8px;color:var(--muted,#8d95a5)}
.activity-empty strong{color:inherit;font-size:18px}
@media(max-width:900px){.feed-toolbar{align-items:stretch;flex-direction:column}
.activity-item{grid-template-columns:42px minmax(0,1fr);gap:10px}}
@media(max-width:800px){.feed-toolbar{align-items:stretch;flex-direction:column}}
.soop-collector-box{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px 12px;align-items:center;margin-top:8px;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.04)}
.soop-collector-box>div{display:flex;flex-direction:column;gap:3px}
.soop-collector-box strong{font-size:15px}
.soop-collector-box small{color:var(--muted,#8f96a3);line-height:1.45}
.soop-collector-box>#soopCollectorStatus{grid-column:1/-1}
.soop-collector-toggle{display:flex!important;flex-direction:row!important;align-items:center;gap:7px;white-space:nowrap}
.soop-collector-toggle input{width:auto!important}
.soop-collector-box #soopCollectorStatus[data-state="ok"]{color:#62d89b}
.soop-collector-box #soopCollectorStatus[data-state="error"]{color:#ff8f9d}
@media(max-width:720px){.soop-collector-box{grid-template-columns:1fr}
.soop-collector-box>#soopCollectorStatus{grid-column:auto}}
.admin-empty{padding:18px;text-align:center;opacity:.6}
.activity-item.compact{display:grid;grid-template-columns:40px 48px 1fr auto auto;align-items:center;gap:14px;min-height:78px;padding:14px 18px}
.activity-avatar img{width:42px;height:42px;border-radius:50%;object-fit:cover}
.activity-time{text-align:right}
.home-vod-row,.home-vod-row:hover,.home-vod-row:focus,.home-vod-row strong,.home-vod-row small{text-decoration:none!important}
@media(max-width:760px){}
.live-card-copy{min-width:0;flex:1}
.live-card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:8px}
.live-card-meta span{display:inline-flex;align-items:center;min-height:26px;padding:4px 9px;border-radius:999px;background:#f7edf3;color:#6f5d68;font-size:14px;font-weight:800;line-height:1}
.live-stream-card.is-live .live-card-meta span{background:rgba(229,37,88,.10);color:#d2194c}
.live-card-meta span+span:before{content:'👁';font-size:13px;margin-right:4px}
.live-card-meta span:first-child:before{content:'◷';font-size:14px;margin-right:4px}
@media(max-width:760px){.live-card-meta{margin-top:7px;gap:5px}
.live-card-meta span{min-height:24px;padding:4px 8px;font-size:13px}}
@media(max-width:760px){#page-live .live-card-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
#page-live .live-stream-card{
    display:block!important;
    overflow:hidden!important;
    border-radius:16px!important;
    background:var(--panel)!important;
    border:1px solid color-mix(in srgb,var(--primary) 22%,var(--line))!important;
    box-shadow:0 10px 24px rgba(44,23,30,.08)!important;
  }
#page-live .live-card-thumb{
    position:relative!important;
    width:100%!important;
    aspect-ratio:16/9!important;
    min-height:0!important;
    overflow:hidden!important;
    background:#ece7e9!important;
  }
#page-live .live-card-thumb img,#page-live .live-thumb-image,#page-live .live-broadcast-image,#page-live .live-offline-main{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    padding:0!important;
    object-fit:cover!important;
    object-position:center!important;
    filter:none!important;
    transform:none!important;
  }
#page-live .live-offline-bg{display:none!important}
#page-live .live-card-thumb:before,#page-live .live-card-thumb:after{display:none!important}
#page-live .live-card-body{
    position:relative!important;
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr)!important;
    align-items:center!important;
    gap:11px!important;
    padding:13px 14px 15px!important;
    background:var(--panel)!important;
  }
#page-live .live-avatar{
    width:44px!important;
    height:44px!important;
    border-radius:12px!important;
  }
#page-live .live-card-copy{min-width:0!important}
#page-live .live-card-body small,#page-live .live-card-body strong,#page-live .live-card-body p{
    position:static!important;
    display:block!important;
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    transform:none!important;
  }
#page-live .live-card-body small{margin:0 0 2px!important;font-size:12px!important}
#page-live .live-card-body strong{font-size:17px!important;line-height:1.3!important}
#page-live .live-card-body p{margin:4px 0 0!important;font-size:14px!important;color:var(--muted)!important}
#page-live .live-badge,#page-live .offline-badge{
    top:12px!important;
    left:12px!important;
    right:auto!important;
    bottom:auto!important;
    z-index:5!important;
  }
#page-live .live-open-mark{
    right:12px!important;
    bottom:10px!important;
    z-index:5!important;
  }
#page-live .live-card-meta{margin-top:6px!important}}.mobile-nav{
  display: none !important;
}
@media (max-width: 768px){.mobile-nav{
    display: flex !important;
  }}
.live-card.is-offline .live-thumb,.live-card.offline .live-thumb,.live-card[data-live="false"] .live-thumb,.live-card[data-status="offline"] .live-thumb,.live-item.is-offline .live-thumb,.live-item.offline .live-thumb{
  position: relative !important;
  overflow: hidden !important;
  background:
    linear-gradient(135deg, rgba(244,248,240,.98), rgba(232,241,226,.98)) !important;
}
.live-card.is-offline .live-thumb::before,.live-card.is-offline .live-thumb::after,.live-card.offline .live-thumb::before,.live-card.offline .live-thumb::after,.live-card[data-live="false"] .live-thumb::before,.live-card[data-live="false"] .live-thumb::after,.live-card[data-status="offline"] .live-thumb::before,.live-card[data-status="offline"] .live-thumb::after,.live-item.is-offline .live-thumb::before,.live-item.is-offline .live-thumb::after,.live-item.offline .live-thumb::before,.live-item.offline .live-thumb::after{
  content: none !important;
  display: none !important;
  background-image: none !important;
}
.live-card.is-offline .live-thumb img,.live-card.offline .live-thumb img,.live-card[data-live="false"] .live-thumb img,.live-card[data-status="offline"] .live-thumb img,.live-item.is-offline .live-thumb img,.live-item.offline .live-thumb img{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  background: transparent !important;
}
.live-card.is-offline .live-thumb-bg,.live-card.offline .live-thumb-bg,.live-card[data-status="offline"] .live-thumb-bg,.live-item.is-offline .live-thumb-bg{
  display: none !important;
  background-image: none !important;
}
@media (min-width: 769px){body{
    padding-bottom: 0 !important;
  }.mobile-nav{
    visibility: hidden !important;
    pointer-events: none !important;
  }}
@media (max-width: 680px){#page-profiles .archive-v2-roster{
    margin-bottom: 8px !important;
  }}
@media (min-width: 769px){}
@media (max-width: 768px){#page-live{
    padding: 10px 10px 96px !important;
  }
#page-live .live-hub-header{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: end !important;
    gap: 10px !important;
    margin: 0 0 10px !important;
    padding: 4px 2px 0 !important;
  }
#page-live .live-hub-header .eyebrow{
    font-size: 8px !important;
  }
#page-live .live-hub-header h2{
    margin: 4px 0 0 !important;
    font-size: 25px !important;
    line-height: 1.05 !important;
  }
#page-live .live-hub-header p{
    display: none !important;
  }
#page-live .live-refresh-btn{
    min-height: 36px !important;
    padding: 8px 12px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
  }
#page-live .live-overview{
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin: 0 0 10px !important;
    padding: 8px 5px !important;
    border: 1px solid var(--line) !important;
    border-radius: 14px !important;
    background: var(--panel) !important;
    box-shadow: 0 8px 20px rgba(42, 24, 31, .06) !important;
  }
#page-live .live-overview article{
    min-width: 0 !important;
    min-height: 48px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 3px 7px !important;
    border: 0 !important;
    border-right: 1px solid var(--line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: center !important;
  }
#page-live .live-overview article:last-child{
    border-right: 0 !important;
  }
#page-live .live-overview article > div{
    min-width: 0 !important;
  }
#page-live .live-overview small{
    margin: 0 0 2px !important;
    font-size: 8px !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
  }
#page-live .live-overview strong{
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
  }
#page-live .live-overview-dot{
    flex: 0 0 auto !important;
    width: 7px !important;
    height: 7px !important;
    box-shadow: 0 0 0 3px rgba(255,49,91,.12) !important;
  }
#page-live .live-group-tabs{
    margin: 0 0 9px !important;
    padding: 4px !important;
    border-radius: 12px !important;
  }
#page-live .live-group-tabs button{
    min-height: 34px !important;
    padding: 7px 5px !important;
    border-radius: 9px !important;
    font-size: 11px !important;
  }
#page-live .live-status-note{
    margin: 0 0 10px !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
    font-size: 10px !important;
  }
#page-live .live-card-grid{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
#page-live .live-stream-card{
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 15px !important;
    background: var(--panel) !important;
    border: 1px solid color-mix(in srgb, var(--primary) 24%, var(--line)) !important;
    box-shadow: 0 8px 18px rgba(42, 24, 31, .07) !important;
  }
#page-live .live-card-thumb,#page-live .live-member-thumb{
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 16 / 9 !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    background: #eee8eb !important;
    filter: none !important;
    opacity: 1 !important;
  }
#page-live .live-card-thumb::before,#page-live .live-card-thumb::after,#page-live .live-member-thumb::before,#page-live .live-member-thumb::after{
    display: none !important;
    content: none !important;
  }
#page-live .live-card-thumb img,#page-live .live-member-thumb img,#page-live .live-thumb-image,#page-live .live-broadcast-image,#page-live .live-offline-main{
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
#page-live .live-stream-card.is-offline .live-card-thumb,#page-live .live-stream-card.is-checking .live-card-thumb{
    background: linear-gradient(135deg, #f4f7ef, #e5eee0) !important;
  }
#page-live .live-stream-card.is-offline .live-offline-main,#page-live .live-stream-card.is-checking .live-offline-main{
    object-fit: contain !important;
    object-position: center !important;
    padding: 8px !important;
  }
#page-live .live-offline-bg,#page-live .live-thumb-bg{
    display: none !important;
  }
#page-live .live-card-body{
    position: relative !important;
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 11px 12px 13px !important;
    background: var(--panel) !important;
  }
#page-live .live-avatar{
    width: 42px !important;
    height: 42px !important;
    border-radius: 11px !important;
  }
#page-live .live-card-body small{
    margin: 0 0 1px !important;
    font-size: 9px !important;
  }
#page-live .live-card-body strong{
    font-size: 15px !important;
  }
#page-live .live-card-body p{
    margin: 3px 0 0 !important;
    font-size: 11px !important;
  }
body{
    padding-bottom: 88px !important;
  }}
#page-home.home-v2{padding:20px 0 110px}
.home-v2-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 290px;min-height:270px;margin-bottom:18px;padding:34px 38px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,#fffafb 0%,#fff 55%,#fff0f5 100%);box-shadow:0 18px 44px rgba(56,32,42,.08);overflow:hidden}
.home-v2-hero-copy{position:relative;z-index:2;align-self:center}
.home-v2-hero h1{margin:9px 0 10px;font-family:"Nanum Brush Script","Noto Sans KR",sans-serif;font-size:50px;line-height:.93;color:#d32657;letter-spacing:-.04em}
.home-v2-hero h1 span{display:block}
.home-v2-hero-copy>p{margin:0;color:var(--muted);font-size:16px}
.home-v2-hero .home-date{display:flex;gap:7px;align-items:center;margin-top:22px;color:var(--muted);font-size:13px}
.home-v2-hero .home-date span{font-weight:900;letter-spacing:.16em;color:var(--primary)}
.home-v2-status{position:absolute;top:22px;right:24px;z-index:3;display:flex;align-items:center;gap:10px;min-width:275px;padding:12px 14px;border:1px solid rgba(215,55,91,.28);border-radius:14px;background:rgba(255,255,255,.9);color:var(--text);text-decoration:none;box-shadow:0 10px 24px rgba(50,25,36,.06)}
.home-v2-status>div{min-width:0;flex:1}
.home-v2-status strong,.home-v2-status small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-v2-status strong{font-size:14px}
.home-v2-status small{margin-top:3px;font-size:12px;color:var(--muted)}
.home-v2-status>span{font-size:12px;font-weight:900;letter-spacing:.12em;color:var(--primary)}
.home-v2-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:16px}
.home-v2-card{border-radius:22px!important;padding:20px!important;box-shadow:0 13px 30px rgba(47,27,35,.07)!important}
.home-v2-today{grid-column:1}
.home-v2-stats{grid-column:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:0!important;overflow:hidden}
.home-v2-stats article{position:relative;min-width:0;padding:24px 14px;text-align:center;border-right:1px solid var(--line)}
.home-v2-stats article:last-of-type{border-right:0}
.home-v2-stats i{display:grid;place-items:center;width:36px;height:36px;margin:0 auto 10px;border-radius:50%;background:#fff0f4;color:var(--primary);font-style:normal;font-weight:900}
.home-v2-stats span,.home-v2-stats strong,.home-v2-stats small{display:block}
.home-v2-stats span{font-size:12px;color:var(--muted)}
.home-v2-stats strong{margin:7px 0 5px;font-size:20px}
.home-v2-stats small{font-size:12px;color:#a6989e}
.home-v2-week{grid-column:1}
.home-v2-vod{grid-column:2}
.home-v2-dday{grid-column:2}
.home-v2-shortcuts{grid-column:1/-1}
.home-v2-upcoming{display:grid;gap:7px}
.home-v2-upcoming-row,.home-v2-next-event{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);border-radius:13px;background:var(--panel);text-align:left;color:var(--text)}
.home-v2-dday-badge{display:grid;place-items:center;min-width:52px;height:38px;border-radius:10px;background:#fff0f4;color:var(--primary);font-size:13px;font-weight:900}
.home-v2-upcoming-row span:nth-child(2) b,.home-v2-upcoming-row span:nth-child(2) small{display:block}
.home-v2-upcoming-row b{font-size:14px}
.home-v2-upcoming-row small{margin-top:4px;color:var(--muted);font-size:12px}
.home-v2-next-event{padding:17px}
.home-v2-next-event>strong{font-size:22px;color:var(--primary)}
.home-v2-next-event span b,.home-v2-next-event span small{display:block}
.home-v2-next-event span small{margin:4px 0;color:var(--muted);font-size:12px}
.home-v2-next-event em{display:inline-block;padding:3px 7px;border-radius:999px;background:#eff7ff;color:#5c7a92;font-size:12px;font-style:normal}
.home-v2-shortcut-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.home-v2-shortcut-grid>*{display:flex;align-items:center;gap:10px;min-width:0;padding:13px;border:1px solid var(--line);border-radius:14px;background:var(--panel);color:var(--text);text-decoration:none;text-align:left}
.home-v2-shortcut-grid i{display:grid;place-items:center;width:36px;height:36px;flex:0 0 36px;border-radius:10px;background:#fff0f4;color:var(--primary);font-style:normal}
.home-v2-shortcut-grid span{min-width:0}
.home-v2-shortcut-grid b,.home-v2-shortcut-grid small{display:block}
.home-v2-shortcut-grid b{font-size:13px}
.home-v2-shortcut-grid small{margin-top:3px;color:var(--muted);font-size:12px}
.home-v2 .home-section-head{margin-bottom:13px}
.home-v2 .home-section-head h2{font-size:17px}
.home-v2 .eyebrow{font-size:12px}
.home-v2 .home-vod-row{padding:9px 0}
.home-v2 .home-vod-thumb{width:76px;height:44px;border-radius:8px}
.home-v2 .home-memo-row{padding:10px 0}
@media(max-width:1100px){.home-v2-hero{grid-template-columns:1fr 220px}
.home-v2-status{position:static;grid-column:1/-1;margin-top:18px}
.home-v2-grid{grid-template-columns:1fr}
.home-v2-grid>*{grid-column:1!important}
.home-v2-shortcut-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:768px){#page-home.home-v2{padding:8px 10px 96px}
.home-v2-hero{display:block;min-height:0;margin-bottom:10px;padding:17px 16px;border-radius:18px}
.home-v2-hero h1{font-size:33px}
.home-v2-hero-copy>p{font-size:13px}
.home-v2-status{position:relative;top:auto;right:auto;min-width:0;margin-top:15px;padding:10px;border-radius:12px}
.home-v2-status small{display:none}
.home-v2-hero .home-date{margin-top:12px;font-size:12px}
.home-v2-grid{gap:10px}
.home-v2-card{padding:14px!important;border-radius:16px!important}
.home-v2-stats{grid-template-columns:repeat(4,minmax(0,1fr));padding:0!important}
.home-v2-stats article{padding:13px 4px}
.home-v2-stats i{width:27px;height:27px;margin-bottom:6px}
.home-v2-stats span{font-size:12px}
.home-v2-stats strong{font-size:15px}
.home-v2-stats small{display:none}
.home-v2-shortcut-grid{grid-template-columns:repeat(2,1fr)}
.home-v2-shortcut-grid>*{padding:10px}}
@media(max-width:420px){.home-v2-stats{grid-template-columns:repeat(2,1fr)}
.home-v2-stats article:nth-child(2){border-right:0}
.home-v2-stats article:nth-child(-n+2){border-bottom:1px solid var(--line)}}
.home-v2-hero{grid-template-columns:minmax(0,1fr) 300px}
.home-v2-live-media{display:none;min-width:0;overflow:hidden;border-radius:20px}
.home-v2-live-media img{width:100%;height:100%;display:block;object-fit:cover}
.home-v2-hero.is-live{min-height:330px;grid-template-columns:minmax(330px,.72fr) minmax(430px,1.28fr);align-items:stretch;padding:28px}
.home-v2-hero.is-live .home-v2-live-media{display:block!important;grid-column:2;grid-row:1/3;min-height:274px}
.home-v2-hero.is-live .home-v2-status{position:relative;top:auto;right:auto;grid-column:1;align-self:end;min-width:0;margin-top:20px;background:rgba(255,255,255,.94)}
.home-v2-hero:not(.is-live){grid-template-columns:1fr;padding-right:340px;background:
 radial-gradient(circle at 88% 46%,rgba(235,49,94,.10),transparent 20%),
 linear-gradient(135deg,#fffafb,#fff 65%,#fff3f7)}
.home-v2-hero:not(.is-live)::after{content:"OFF AIR";position:absolute;right:44px;bottom:32px;font-size:61px;font-weight:1000;letter-spacing:-.06em;color:rgba(213,38,87,.06)}
.home-v2-hero:not(.is-live) .home-v2-status{top:28px;right:28px}
.home-v2-hero-copy>p{display:none!important}
.home-v2-today{min-height:0}
.home-v2-today .home-timeline{max-height:126px;overflow:auto}
.home-v2-today .home-timeline-row{min-height:54px;padding:8px 10px}
.home-v2-stats{gap:10px;padding:10px!important;background:transparent!important;box-shadow:none!important;border:0!important;overflow:visible!important}
.home-v2-stats article{border:1px solid var(--line)!important;border-radius:16px!important;background:var(--panel)!important;box-shadow:0 10px 24px rgba(47,27,35,.055)}
.home-v2-stats strong{font-size:18px}
.home-v2-live-members{grid-column:2}
.home-v2-live-member-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.home-v2-live-member{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:10px;padding:9px;border:1px solid var(--line);border-radius:14px;background:var(--panel);color:var(--text);text-decoration:none}
.home-v2-live-member-thumb{position:relative;width:58px;height:58px;border-radius:11px;overflow:hidden;background:#f3e9ed}
.home-v2-live-member-thumb img{width:100%;height:100%;object-fit:cover}
.home-v2-live-member-thumb>b{display:grid;place-items:center;width:100%;height:100%;font-size:18px}
.home-v2-live-member-thumb em{position:absolute;left:4px;top:4px;padding:3px 5px;border-radius:5px;background:#ec315d;color:#fff;font-size:12px;font-style:normal;font-weight:950}
.home-v2-live-member span:last-child{min-width:0}
.home-v2-live-member strong,.home-v2-live-member small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.home-v2-live-member strong{font-size:14px}
.home-v2-live-member small{margin-top:4px;color:var(--muted);font-size:12px}
.home-v2-shortcut-grid i svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.home-v2-shortcut-grid>*{transition:.18s ease}
.home-v2-shortcut-grid>*:hover{transform:translateY(-2px);border-color:rgba(222,42,88,.30)}
.home-v2-shortcut-grid .is-disabled{opacity:.46;cursor:not-allowed}
@media(max-width:768px){#appSidebar,.app-sidebar{display:none!important;visibility:hidden!important;pointer-events:none!important}
body.sidebar-open{overflow:auto!important;position:static!important}
.app-main,.app-content,.shell,.app-shell{margin-left:0!important;padding-left:0!important;width:100%!important;max-width:100%!important}
#page-live .live-card-body{
    grid-template-columns:38px minmax(0,1fr)!important;
    gap:9px!important;
    padding:9px 10px 10px!important;
  }
#page-live .live-avatar{width:38px!important;height:38px!important;border-radius:10px!important;font-size:13px!important}
#page-live .live-card-copy{min-width:0!important}
#page-live .live-card-copy>small{font-size:12px!important;margin:0!important}
#page-live .live-card-copy>strong{font-size:15px!important;line-height:1.2!important}
#page-live .live-card-copy>p{display:inline!important;margin:0 7px 0 0!important;font-size:12px!important;line-height:1.2!important;color:var(--muted)!important}
#page-live .live-card-meta{display:inline-flex!important;margin:0!important;gap:4px!important;vertical-align:middle!important}
#page-live .live-card-meta span{min-height:20px!important;padding:3px 7px!important;font-size:12px!important;border-radius:999px!important}
#page-live .live-card-meta span:first-child:before{font-size:12px!important;margin-right:3px!important}
#page-live .live-card-body:after{content:"SOOP 바로가기 ↗";grid-column:2;display:inline-block;margin-top:4px;color:var(--primary);font-size:12px;font-weight:900}
#page-live .live-stream-card{min-height:0!important}
#page-live .live-card-thumb{aspect-ratio:16/9!important}
.home-v2-hero:not(.is-live),.home-v2-hero.is-live{display:block!important;min-height:0!important;padding:16px!important}
.home-v2-hero:not(.is-live){padding-right:16px!important}
.home-v2-hero:not(.is-live)::after{right:14px;bottom:14px;font-size:30px}
.home-v2-hero:not(.is-live) .home-v2-status,.home-v2-hero.is-live .home-v2-status{position:relative!important;top:auto!important;right:auto!important;margin-top:12px!important}
.home-v2-hero.is-live .home-v2-live-media{display:block!important;width:100%;height:180px;min-height:0!important;margin-top:12px;border-radius:14px}
.home-v2-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;padding:0!important}
.home-v2-stats article{padding:12px 7px!important;border:1px solid var(--line)!important}
.home-v2-today .home-timeline{max-height:92px}
.home-v2-live-member-grid{grid-template-columns:1fr 1fr}
.home-v2-live-member{grid-template-columns:44px minmax(0,1fr);padding:7px}
.home-v2-live-member-thumb{width:44px;height:44px}}
@media(max-width:420px){.home-v2-live-member-grid{grid-template-columns:1fr}}
.home-v2-grid{
  grid-template-columns:minmax(360px,.82fr) minmax(560px,1.18fr)!important;
}
.home-v2-today{
  min-height:190px!important;
}
.home-v2-today .home-timeline{
  max-height:94px!important;
}
.home-v2-today .home-section-head{
  margin-bottom:8px!important;
}
.home-v2-today .home-timeline-row{
  min-height:48px!important;
  padding:7px 9px!important;
}
.home-v2-stats{
  gap:12px!important;
  padding:0!important;
}
.home-v2-stats article{
  min-height:190px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  padding:20px 12px!important;
}
.home-v2-stats i{
  width:42px!important;
  height:42px!important;
}
.home-v2-stats strong{
  margin:10px 0 7px!important;
  font-size:21px!important;
  line-height:1.22!important;
}
.home-v2-live-members{grid-column:2!important}
.home-v2-live-member-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
}
.home-v2-live-member{
  display:block!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:15px!important;
  background:var(--panel)!important;
  text-align:left!important;
}
.home-v2-live-member-thumb{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/10!important;
  border-radius:0!important;
}
.home-v2-live-member>strong{
  display:block!important;
  padding:10px 11px 11px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:14px!important;
}
.home-v2-live-member-thumb em{
  left:7px!important;
  top:7px!important;
  padding:4px 7px!important;
  font-size:12px!important;
}
#homeRecentVodList{
  display:grid!important;
  grid-template-columns:minmax(0,1.25fr) minmax(210px,.75fr)!important;
  gap:9px 12px!important;
}
#homeRecentVodList .home-vod-row{
  position:relative!important;
  display:grid!important;
  grid-template-columns:96px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:10px!important;
  min-height:69px!important;
  padding:8px!important;
  border:1px solid var(--line)!important;
  border-radius:13px!important;
  background:var(--panel)!important;
}
#homeRecentVodList .home-vod-row.is-featured{
  grid-row:1 / span 2!important;
  display:block!important;
  min-height:0!important;
  padding:0 0 12px!important;
  overflow:hidden!important;
}
#homeRecentVodList .home-vod-row.is-featured .home-vod-thumb{
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/8.6!important;
  border-radius:0!important;
}
#homeRecentVodList .home-vod-row.is-featured .home-vod-copy{
  display:block!important;
  padding:11px 12px 0!important;
}
#homeRecentVodList .home-vod-row.is-featured>i{
  position:absolute!important;
  right:12px!important;
  bottom:12px!important;
}
#homeRecentVodList .home-vod-thumb{
  width:96px!important;
  height:54px!important;
  border-radius:9px!important;
}
#homeRecentVodList .home-vod-copy{
  min-width:0!important;
}
#homeRecentVodList .home-vod-copy em{
  display:block!important;
  margin-bottom:4px!important;
  color:var(--primary)!important;
  font-size:12px!important;
  font-style:normal!important;
  font-weight:950!important;
  letter-spacing:.11em!important;
}
#homeRecentVodList .home-vod-copy strong{
  font-size:13px!important;
  line-height:1.35!important;
}
#homeRecentVodList .home-vod-copy small{
  margin-top:4px!important;
  font-size:12px!important;
}
#homeRecentVodList .home-vod-row>i{
  color:var(--primary)!important;
  font-size:14px!important;
  font-style:normal!important;
}
#openHomeQuickLinks{
  padding:7px 11px!important;
  border:1px solid rgba(211,38,87,.22)!important;
  border-radius:10px!important;
  background:#fff4f7!important;
  color:var(--primary)!important;
  font-weight:900!important;
}
.streamer-profile-modal form{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
.streamer-profile-modal form .wide{
  grid-column:1/-1!important;
}
@media(max-width:1100px){.home-v2-grid{
    grid-template-columns:1fr!important;
  }
.home-v2-grid>*{
    grid-column:1!important;
  }
.home-v2-live-member-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }}
@media(max-width:768px){.home-v2-today,.home-v2-stats article{
    min-height:0!important;
  }
.home-v2-live-member-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
#homeRecentVodList{
    grid-template-columns:1fr!important;
  }
#homeRecentVodList .home-vod-row.is-featured{
    grid-row:auto!important;
  }
#homeRecentVodList .home-vod-row.is-featured .home-vod-thumb{
    aspect-ratio:16/9!important;
  }
.streamer-profile-modal form{
    grid-template-columns:1fr!important;
  }}
.home-v2-hero h1{
  font-family: "Nanum Pen Script", "Nanum Brush Script", "Noto Sans KR", sans-serif !important;
  font-size: clamp(54px, 5vw, 82px) !important;
  line-height: 1.08 !important;
  letter-spacing: .015em !important;
  font-weight: 400 !important;
}
.home-v2-hero h1 span{
  display: inline !important;
}
.home-v2-hero h1 span + span{
  margin-left: .22em !important;
}
.home-v2-stats{
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 16px !important;
}
.home-v2-stats article:has(#homeStatVod){
  display: none !important;
}
.home-v2-stats article{
  min-height: 174px !important;
  padding: 24px 18px !important;
}
.home-v2-stats strong{
  font-size: 24px !important;
  line-height: 1.28 !important;
}
.home-v2-grid{
  gap: 20px !important;
}
.home-v2-card{
  padding: 22px !important;
}
.home-v2 .home-section-head{
  margin-bottom: 16px !important;
}
.home-v2-upcoming{
  gap: 10px !important;
}
.home-v2-upcoming-row{
  padding: 14px !important;
}
.home-v2-live-member-grid{
  gap: 15px !important;
}
.home-v2-live-member > strong{
  padding: 12px 13px 14px !important;
}
.home-v2-shortcut-grid{
  gap: 13px !important;
}
.home-v2-shortcut-grid > *{
  padding: 15px !important;
}
#page-live .live-card-body::after,#page-live .live-card-body:after{
  content: none !important;
  display: none !important;
}
#page-live .live-card-actions,#page-live .live-card-action,#page-live .soop-link,#page-live a[href*="sooplive"].live-link,#page-live .live-card-meta a{
  display: none !important;
}
#page-live .live-card-meta{
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 7px !important;
  margin-top: 7px !important;
}
#page-live .live-card-meta span{
  display: inline-flex !important;
  align-items: center !important;
  min-height: 24px !important;
  padding: 4px 9px !important;
  border-radius: 999px !important;
  font-size: 9px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}
#page-live .live-card-meta .live-state-inline,#page-live .live-card-meta span:last-child{
  color: var(--primary) !important;
  background: rgba(239,49,95,.09) !important;
  font-weight: 900 !important;
}
#page-live .live-card-body{
  padding-bottom: 13px !important;
}
@media (min-width: 769px){#page-live .live-card-copy > p{
    min-height: 1.4em !important;
    margin-bottom: 0 !important;
  }}
@media (max-width: 768px){.home-v2-hero h1{
    font-size: 43px !important;
    line-height: 1.08 !important;
  }
.home-v2-hero h1 span{
    display: block !important;
    margin-left: 0 !important;
  }
.home-v2-stats{
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 9px !important;
  }
.home-v2-stats article{
    min-height: 116px !important;
    padding: 13px 8px !important;
  }
.home-v2-card{
    padding: 15px !important;
  }
#page-live .live-card-body{
    padding: 9px 10px 11px !important;
  }
#page-live .live-card-meta{
    gap: 5px !important;
    margin-top: 5px !important;
  }
#page-live .live-card-meta span{
    min-height: 21px !important;
    padding: 3px 7px !important;
    font-size: 8px !important;
  }}
#page-home.home-v2{
  padding-bottom: 72px !important;
}
.home-v2-shortcuts{
  margin-top: 0 !important;
}
.live-card-thumb,.live-member-thumb,.home-v2-live-member-thumb,.home-vod-thumb{
  contain: layout paint !important;
}
.live-card-thumb img,.live-member-thumb img,.home-v2-live-member-thumb img,.home-vod-thumb img{
  background: #f1e9ec;
}
@supports (content-visibility: auto){#page-live .live-stream-card,#page-home .home-v2-card{
    content-visibility: auto;
    contain-intrinsic-size: 300px;
  }
#page-live .live-stream-card{
    contain-intrinsic-size: 360px;
  }}
.sidebar-brand-footer.archive-brand{
  padding:18px 12px!important;
}
.sidebar-brand-footer.archive-brand img{
  display:block;
  width:100%;
  max-width:190px;
  height:auto;
  margin:0 auto;
  object-fit:contain;
}
.home-archive-logo{
  display:block;
  width:min(620px,72%);
  height:auto;
  max-height:150px;
  object-fit:contain;
  object-position:left center;
}
.home-archive-tagline{
  margin:10px 0 0!important;
  color:var(--muted);
  font-size:15px;
}
.home-v2-hero-copy>.eyebrow,.home-v2-hero h1{
  display:none!important;
}
.vod-library-page{
  padding:22px 0 100px;
}
.vod-page-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}
.vod-page-head h1{
  margin:5px 0 5px;
  font-size:30px;
  letter-spacing:-.04em;
}
.vod-page-head p{
  margin:0;
  color:var(--muted);
}
.vod-page-count{
  display:flex;
  align-items:baseline;
  gap:6px;
  white-space:nowrap;
  color:var(--muted);
}
.vod-page-count strong{
  color:var(--primary);
  font-size:22px;
}
.vod-page-count em{
  font-style:normal;
}
.vod-toolbar{
  display:grid;
  grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(150px,.55fr));
  gap:12px;
  padding:14px!important;
  border-radius:18px!important;
}
.vod-search{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
  padding:0 14px;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--panel);
}
.vod-search svg{
  width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;
  color:var(--muted);flex:0 0 auto;
}
.vod-search input,.vod-toolbar select{
  width:100%;
  min-height:46px;
  border:0;
  outline:0;
  background:transparent;
  color:var(--text);
  font:inherit;
}
.vod-toolbar select{
  padding:0 12px;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--panel);
}
.vod-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:13px 0 20px;
}
.vod-chip-row button{
  min-height:38px;
  padding:8px 14px;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--panel);
  color:var(--text);
  font-weight:800;
}
.vod-chip-row button.active{
  border-color:var(--primary);
  background:var(--primary);
  color:#fff;
}
.vod-library-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.vod-library-card{
  overflow:hidden;
  min-width:0;
  border:1px solid var(--line);
  border-radius:17px;
  background:var(--panel);
  color:var(--text);
  text-decoration:none;
  box-shadow:0 10px 25px rgba(47,27,35,.06);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.vod-library-card:hover{
  transform:translateY(-3px);
  border-color:rgba(225,37,87,.34);
  box-shadow:0 16px 34px rgba(47,27,35,.10);
}
.vod-library-thumb{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#f1e8ec;
}
.vod-library-thumb img{
  width:100%;height:100%;display:block;object-fit:cover;
}
.vod-library-thumb>b{
  display:grid;place-items:center;width:100%;height:100%;
  color:var(--muted);
}
.vod-library-thumb>em,.vod-library-thumb>i{
  position:absolute;
  top:9px;
  padding:5px 7px;
  border-radius:7px;
  color:#fff;
  font-size:12px;
  font-style:normal;
  font-weight:950;
  box-shadow:0 5px 12px rgba(0,0,0,.16);
}
.vod-library-thumb>em{left:9px;background:var(--primary)}
.vod-library-thumb>i{right:9px;background:rgba(20,20,24,.82)}
.vod-library-copy{
  display:block;
  padding:14px;
}
.vod-library-copy>strong{
  display:-webkit-box;
  min-height:2.8em;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  font-size:15px;
  line-height:1.4;
}
.vod-library-copy>small{
  display:block;
  margin-top:9px;
  color:var(--muted);
  font-size:12px;
}
.vod-library-copy>span{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:10px;
}
.vod-library-copy>span i{
  padding:4px 7px;
  border-radius:999px;
  background:#fff1f5;
  color:var(--primary);
  font-size:12px;
  font-style:normal;
  font-weight:850;
}
.vod-library-empty{
  grid-column:1/-1;
  display:grid;
  place-items:center;
  min-height:280px;
  border:1px dashed var(--line);
  border-radius:18px;
  color:var(--muted);
}
.vod-library-empty strong,.vod-library-empty span{display:block;text-align:center}
.vod-pagination{
  display:flex;
  justify-content:center;
  gap:7px;
  margin-top:26px;
}
.vod-pagination button{
  width:40px;height:40px;
  border:1px solid var(--line);
  border-radius:11px;
  background:var(--panel);
  color:var(--text);
  font-weight:850;
}
.vod-pagination button.active{
  border-color:var(--primary);
  background:var(--primary);
  color:#fff;
}
.vod-pagination button:disabled{opacity:.35}
@media(max-width:1100px){.vod-library-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.vod-toolbar{grid-template-columns:1fr 1fr}
.vod-search{grid-column:1/-1}}
@media(max-width:768px){.sidebar-brand-footer.archive-brand{display:none!important}
.home-archive-logo{width:82%;max-height:90px}
.home-archive-tagline{font-size:12px}
.vod-library-page{padding:10px 10px 96px}
.vod-page-head{display:block;margin-bottom:12px}
.vod-page-head h1{font-size:23px}
.vod-page-head p{font-size:12px}
.vod-page-count{margin-top:8px;font-size:12px}
.vod-page-count strong{font-size:18px}
.vod-toolbar{grid-template-columns:1fr 1fr;gap:8px;padding:10px!important}
.vod-search{grid-column:1/-1}
.vod-search input,.vod-toolbar select{min-height:40px;font-size:13px}
.vod-chip-row{flex-wrap:nowrap;overflow-x:auto;margin:9px 0 14px;padding-bottom:3px}
.vod-chip-row button{flex:0 0 auto;min-height:34px;padding:7px 12px;font-size:12px}
.vod-library-grid{grid-template-columns:1fr;gap:10px}
.vod-library-card{display:grid;grid-template-columns:128px minmax(0,1fr);border-radius:13px}
.vod-library-thumb{height:100%;min-height:92px;aspect-ratio:auto}
.vod-library-copy{padding:10px}
.vod-library-copy>strong{min-height:0;font-size:14px;-webkit-line-clamp:2}
.vod-library-copy>small{margin-top:5px;font-size:12px}
.vod-library-copy>span{margin-top:6px}
.vod-library-thumb>em,.vod-library-thumb>i{top:6px;padding:3px 5px;font-size:12px}
.vod-library-thumb>em{left:6px}
.vod-library-thumb>i{right:6px}}
@media(max-width:390px){.vod-library-card{grid-template-columns:112px minmax(0,1fr)}}
#page-vod.app-page{
  display: none !important;
}
#page-vod.app-page.active{
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#page-vod{
  width: 100% !important;
  min-height: calc(100vh - 110px) !important;
}
@media (max-width: 768px){}
.vod-library-empty{
  padding: 30px 18px !important;
}
.vod-library-empty span{
  margin-top: 8px !important;
}
.sidebar-onair-summary{
  margin:10px 10px 12px;
  padding:11px 10px 10px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.sidebar-onair-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:8px;
}
.sidebar-onair-head>div span,.sidebar-onair-head>div strong{
  display:block;
}
.sidebar-onair-head>div span{
  margin-bottom:2px;
  color:var(--primary);
  font-size:12px;
  font-weight:950;
  letter-spacing:.15em;
}
.sidebar-onair-head>div strong{
  font-size:13px;
}
.sidebar-onair-head>b{
  display:grid;
  place-items:center;
  min-width:24px;
  height:24px;
  padding:0 7px;
  border-radius:999px;
  background:#ec315d;
  color:#fff;
  font-size:12px;
}
.sidebar-onair-list{
  display:grid;
  gap:3px;
}
.sidebar-onair-list>p{
  margin:8px 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
  text-align:center;
}
.sidebar-onair-member{
  display:grid;
  grid-template-columns:31px minmax(0,1fr) auto;
  align-items:center;
  gap:8px;
  min-width:0;
  padding:5px 4px;
  border-radius:8px;
  color:var(--text);
  text-decoration:none;
  transition:background .16s ease;
}
.sidebar-onair-member:hover{
  background:color-mix(in srgb,var(--primary) 7%,transparent);
}
.sidebar-onair-avatar{
  position:relative;
  width:31px;
  height:31px;
  border-radius:8px;
  overflow:visible;
  background:#f4e9ee;
}
.sidebar-onair-avatar img,.sidebar-onair-avatar>b{
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  border-radius:8px;
  object-fit:cover;
  overflow:hidden;
  font-size:12px;
}
.sidebar-onair-avatar i{
  position:absolute;
  right:-3px;
  bottom:-2px;
  width:9px;
  height:9px;
  border:2px solid var(--panel);
  border-radius:50%;
  background:#ff315e;
  box-shadow:0 0 0 2px rgba(255,49,94,.10);
}
.sidebar-onair-copy{
  min-width:0;
}
.sidebar-onair-copy strong,.sidebar-onair-copy small{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.sidebar-onair-copy strong{
  font-size:12px;
}
.sidebar-onair-copy small{
  margin-top:2px;
  color:var(--muted);
  font-size:12px;
}
.sidebar-onair-member>em{
  color:#ec315d;
  font-size:12px;
  font-style:normal;
  font-weight:950;
}
.sidebar-onair-more{
  width:100%;
  min-height:31px;
  margin-top:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--panel);
  color:var(--text);
  font-size:12px;
  font-weight:850;
}
.sidebar-onair-more span{
  color:var(--primary);
  font-size:16px;
  line-height:1;
}
.app-sidebar{
  display:flex!important;
  flex-direction:column!important;
}
.sidebar-nav{
  flex:0 0 auto;
}
.top-live-cluster{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  min-width:0;
  order:3;
}
.top-live-cluster .live-toast{
  position:relative!important;
  inset:auto!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  width:min(470px,42vw)!important;
  margin:0!important;
  z-index:1!important;
}
.app-topbar .top-actions{
  align-items:center!important;
}
.app-topbar .cloud-status{
  order:1;
}
.app-topbar #themeToggle{
  order:2;
}
.app-topbar .top-live-cluster{
  order:3;
}
.app-topbar #toggleAdmin{
  display:none!important;
}
@media(max-height:900px) and (min-width:901px){.sidebar-onair-summary{
    margin-top:6px;
    margin-bottom:7px;
    padding-top:7px;
    padding-bottom:7px;
  }
.sidebar-onair-member{
    padding-top:3px;
    padding-bottom:3px;
  }
.sidebar-onair-avatar{
    width:27px;
    height:27px;
  }
.sidebar-onair-list{
    gap:1px;
  }
.sidebar-onair-member:nth-child(n+5){
    display:none;
  }}
@media(max-width:768px){.sidebar-onair-summary{
    display:none!important;
  }
.top-live-cluster{
    width:100%;
    order:4;
  }
.top-live-cluster .live-toast{
    flex:1 1 auto;
    width:auto!important;
    min-width:0!important;
  }}
.sidebar-tab[data-page="profiles"] .sidebar-icon svg{
  width:21px;
  height:21px;
}
.sidebar-onair-summary{
  padding:13px 11px 12px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.54),rgba(255,255,255,.18));
}
.sidebar-onair-head{
  margin-bottom:10px!important;
}
.sidebar-onair-head>div span{
  margin-bottom:3px!important;
  color:#df2352!important;
  font-size:12px!important;
  letter-spacing:.14em!important;
}
.sidebar-onair-head>div strong{
  color:var(--text)!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:950!important;
}
.sidebar-onair-head>b{
  min-width:27px!important;
  height:27px!important;
  font-size:12px!important;
}
.sidebar-onair-list{
  gap:4px!important;
}
.sidebar-onair-member{
  grid-template-columns:34px minmax(0,1fr) auto!important;
  min-height:42px!important;
  padding:5px 6px!important;
  background:transparent;
}
.sidebar-onair-member:hover{
  background:rgba(236,49,93,.07)!important;
}
.sidebar-onair-avatar{
  width:34px!important;
  height:34px!important;
}
.sidebar-onair-copy strong{
  color:var(--text)!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:900!important;
}
.sidebar-onair-copy small{
  margin-top:3px!important;
  color:color-mix(in srgb,var(--text) 62%,transparent)!important;
  font-size:12px!important;
  line-height:1.2!important;
}
.sidebar-onair-member>em{
  color:#ec315d!important;
  font-size:12px!important;
  letter-spacing:.03em!important;
}
.sidebar-onair-more{
  min-height:35px!important;
  margin-top:10px!important;
  color:var(--text)!important;
  font-size:12px!important;
  font-weight:950!important;
}
.app-topbar > .top-actions > #toggleAdmin{
  display:none!important;
}
.floating-admin-login{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:1600;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-width:142px;
  min-height:46px;
  padding:10px 17px;
  border:1px solid color-mix(in srgb,var(--primary) 35%,var(--line));
  border-radius:14px;
  background:rgba(255,250,252,.96);
  color:var(--text);
  box-shadow:0 14px 36px rgba(50,25,36,.18);
  backdrop-filter:blur(16px);
  font-size:14px;
  font-weight:950;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}
.floating-admin-login:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 42px rgba(50,25,36,.22);
}
.floating-admin-login svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.admin-mode .floating-admin-login{
  border-color:var(--primary);
  background:var(--primary);
  color:#fff;
}
.app-sidebar{
  padding-bottom:10px!important;
}
.sidebar-nav{
  margin-top:0!important;
}
@media(max-height:850px) and (min-width:901px){.sidebar-onair-summary{
    padding-top:9px!important;
    padding-bottom:9px!important;
  }
.sidebar-onair-member{
    min-height:36px!important;
  }
.sidebar-onair-avatar{
    width:29px!important;
    height:29px!important;
  }
.floating-admin-login{
    right:16px;
    bottom:16px;
    min-height:42px;
  }}
@media(max-width:768px){.floating-admin-login{
    display:none!important;
  }}
.sidebar-profile-home{display:block;width:100%;margin:0;padding:0;border:0;background:transparent;color:inherit;text-align:inherit;cursor:pointer}
.sidebar-profile-home .sidebar-profile-head{transition:transform .15s ease}
.sidebar-profile-home:hover .sidebar-profile-head{transform:translateY(-1px)}
.sidebar-profile-home:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 25%,transparent);outline-offset:4px;border-radius:14px}
.sidebar-profile-main>a:not(.sidebar-live-row){display:none!important}
.sidebar-profile-main{padding-bottom:12px!important}
.sidebar-profile-main .sidebar-live-row{margin-bottom:0!important}
.sidebar-onair-copy small{
  margin-top:3px!important;
  color:color-mix(in srgb,var(--text) 76%,transparent)!important;
  font-family:"Noto Sans KR","Pretendard","Apple SD Gothic Neo",sans-serif!important;
  font-size:12px!important;font-weight:700!important;line-height:1.35!important;
  letter-spacing:-.01em!important;text-rendering:optimizeLegibility!important;
  -webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important
}
.sidebar-onair-copy strong{
  font-family:"Noto Sans KR","Pretendard","Apple SD Gothic Neo",sans-serif!important;
  font-size:14px!important;font-weight:900!important;line-height:1.25!important;
  letter-spacing:-.02em!important;text-rendering:optimizeLegibility!important;
  -webkit-font-smoothing:antialiased!important
}
.sidebar-onair-member{grid-template-columns:36px minmax(0,1fr) auto!important;min-height:46px!important}
.sidebar-onair-avatar{width:36px!important;height:36px!important}
.sidebar-onair-member>em{font-size:12px!important;font-weight:950!important}
.app-topbar #toggleAdmin{display:none!important}
.floating-admin-login{display:flex!important;pointer-events:auto!important;cursor:pointer!important}
.app-topbar{position:relative!important}
.app-topbar .top-actions{width:100%!important;display:flex!important;align-items:center!important}
.app-topbar .top-live-cluster{flex:1 1 auto!important;display:flex!important;justify-content:flex-end!important}
.app-topbar .top-live-cluster .live-toast{margin-left:auto!important}
.sidebar-onair-avatar img,.sidebar-profile-head img{content-visibility:auto;contain:paint;background:#f2e8ed}
@media(max-width:768px){.sidebar-profile-home{pointer-events:none}
.floating-admin-login{display:none!important}}
.app-loader{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 43%,rgba(239,59,102,.11),transparent 30%),
    linear-gradient(180deg,#fffdfd 0%,#fff9fb 100%);
  transition:opacity .34s ease,visibility .34s ease;
}
.app-loader::before,.app-loader::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  filter:blur(80px);
  pointer-events:none;
}
.app-loader::before{
  left:12%;
  top:18%;
  background:rgba(255,167,194,.08);
}
.app-loader::after{
  right:10%;
  bottom:12%;
  background:rgba(255,219,229,.13);
}
.app-loader.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.archive-loader-shell{
  position:relative;
  z-index:1;
  display:grid;
  justify-items:center;
  width:min(520px,calc(100vw - 36px));
  padding:24px 20px;
  text-align:center;
}
.archive-loader-avatar-wrap{
  position:relative;
  width:142px;
  height:142px;
  display:grid;
  place-items:center;
  margin-bottom:17px;
}
.archive-loader-ring{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  transform:rotate(-90deg);
  filter:drop-shadow(0 8px 20px rgba(233,43,91,.12));
}
.archive-loader-ring-track,.archive-loader-ring-progress{
  fill:none;
  stroke-width:3.5;
}
.archive-loader-ring-track{stroke:rgba(236,49,93,.13)}
.archive-loader-ring-progress{
  stroke:var(--primary,#ec315d);
  stroke-linecap:round;
  transition:stroke-dashoffset .22s ease;
}
.archive-loader-avatar{
  width:118px;
  height:118px;
  border-radius:50%;
  object-fit:cover;
  background:#f6edf1;
  border:5px solid rgba(255,255,255,.96);
  box-shadow:0 16px 34px rgba(55,25,38,.16);
  transition:opacity .18s ease,transform .18s ease;
}
.archive-loader-kicker{
  color:var(--primary,#ec315d);
  font-size:12px;
  font-weight:950;
  letter-spacing:.28em;
}
.archive-loader-title{
  margin-top:8px;
  color:var(--text,#241f21);
  font-size:22px;
  line-height:1.15;
  letter-spacing:-.04em;
}
.archive-loader-status{
  margin-top:9px;
  color:var(--muted,#766c70);
  font-size:14px;
  font-weight:700;
}
.archive-loader-progress-row{
  width:min(390px,82vw);
  display:grid;
  grid-template-columns:minmax(0,1fr) 42px;
  align-items:center;
  gap:12px;
  margin-top:20px;
}
.archive-loader-bar{
  height:9px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(236,49,93,.10);
  box-shadow:inset 0 1px 2px rgba(75,31,47,.06);
}
.archive-loader-bar i{
  display:block;
  width:0;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#ec315d,#ff7599);
  box-shadow:0 5px 16px rgba(236,49,93,.22);
  transition:width .22s ease;
}
.archive-loader-progress-row>b{
  color:var(--primary,#ec315d);
  font-size:14px;
  font-variant-numeric:tabular-nums;
}
.archive-loader-thumbs{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  max-width:min(470px,90vw);
  margin-top:22px;
}
.archive-loader-thumbs button{
  width:44px;
  height:44px;
  flex:0 0 44px;
  padding:2px;
  border:2px solid transparent;
  border-radius:50%;
  background:rgba(255,255,255,.82);
  opacity:.48;
  transform:scale(.92);
  overflow:hidden;
  transition:opacity .18s ease,transform .18s ease,border-color .18s ease;
}
.archive-loader-thumbs button.is-active{
  opacity:1;
  transform:scale(1.08);
  border-color:var(--primary,#ec315d);
  box-shadow:0 7px 18px rgba(236,49,93,.16);
}
.archive-loader-thumbs img{
  width:100%;
  height:100%;
  border-radius:50%;
  object-fit:cover;
}
@media(max-width:620px){.archive-loader-avatar-wrap{width:126px;height:126px}
.archive-loader-avatar{width:104px;height:104px}
.archive-loader-title{font-size:20px}
.archive-loader-thumbs{gap:5px}
.archive-loader-thumbs button{width:36px;height:36px;flex-basis:36px}
.archive-loader-thumbs button:nth-child(n+7){display:none}}
@media(prefers-reduced-motion:reduce){.archive-loader-ring-progress,.archive-loader-bar i,.archive-loader-avatar,.archive-loader-thumbs button{transition:none!important}}
.app-topbar{
  position:sticky!important;
  padding-right:72px!important;
}
.app-topbar .top-actions{
  position:relative!important;
  min-width:0!important;
  padding-right:0!important;
}
.app-topbar .top-live-cluster{
  position:static!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:visible!important;
}
.app-topbar .top-live-cluster .live-toast{
  max-width:min(470px,calc(100vw - 410px))!important;
  margin-right:48px!important;
}
#eventModal #addMemberToEvent,#eventModal .event-member-select-button{
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
  position:relative!important;
  width:auto!important;
  min-width:112px!important;
  min-height:42px!important;
  margin-top:8px!important;
  padding:9px 14px!important;
  border-radius:12px!important;
  background:var(--text)!important;
  border-color:var(--text)!important;
  color:var(--panel)!important;
  font-weight:900!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  z-index:2!important;
}
#eventModal .member-picker{
  min-height:0!important;
  margin-bottom:2px!important;
}
#eventModal label.wide:has(#memberPicker){
  display:block!important;
  overflow:visible!important;
}
#memberSelectModal{
  z-index:95!important;
}
#memberSelectModal .modal{
  width:min(760px,calc(100vw - 34px))!important;
}
#memberSelectModal .member-select-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(112px,1fr))!important;
  gap:11px!important;
}
@media(max-width:900px){.app-topbar{
    padding-right:58px!important;
  }
.app-topbar .top-live-cluster .live-toast{
    margin-right:42px!important;
    max-width:calc(100vw - 92px)!important;
  }}
@media(max-width:768px){.app-topbar{
    padding-right:52px!important;
  }
#eventModal #addMemberToEvent,#eventModal .event-member-select-button{
    width:100%!important;
  }}
#membersModal{
  z-index:110!important;
}
#membersModal .wide-modal{
  width:min(980px,calc(100vw - 42px))!important;
  max-height:88vh!important;
  overflow:auto!important;
}
[data-theme="dark"] .sidebar-onair-summary{
  background:
    linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.01))!important;
  border-color:rgba(255,255,255,.08)!important;
}
[data-theme="dark"] .sidebar-onair-member{
  background:transparent!important;
  color:var(--text)!important;
}
[data-theme="dark"] .sidebar-onair-member:hover{
  background:rgba(255,255,255,.055)!important;
}
[data-theme="dark"] .sidebar-onair-copy strong{
  color:#f7f3f5!important;
}
[data-theme="dark"] .sidebar-onair-copy small{
  color:rgba(247,243,245,.68)!important;
}
[data-theme="dark"] .sidebar-onair-avatar{
  background:#23272b!important;
}
[data-theme="dark"] .sidebar-onair-avatar i{
  border-color:#111418!important;
}
[data-theme="dark"] .sidebar-onair-more{
  background:#171a1e!important;
  border-color:rgba(255,255,255,.10)!important;
  color:#f7f3f5!important;
}
[data-theme="dark"] .sidebar-onair-more:hover{
  background:#1f2429!important;
}
[data-theme="dark"] .sidebar-brand{
  background:transparent!important;
}
[data-theme="dark"] .sidebar-brand img{
  filter:
    brightness(0)
    invert(1)
    drop-shadow(0 2px 8px rgba(255,255,255,.06))!important;
  opacity:.96!important;
}
[data-theme="dark"] .sidebar-brand strong,[data-theme="dark"] .sidebar-brand b,[data-theme="dark"] .sidebar-brand span{
  color:#f7f3f5!important;
}
[data-theme="dark"] .sidebar-brand img[src*="logo"]{
  filter:
    brightness(1.45)
    contrast(1.08)
    saturate(1.15)
    drop-shadow(0 2px 9px rgba(236,49,93,.10))!important;
}
[data-theme="dark"] .home-hero{
  background:
    radial-gradient(circle at 84% 18%,rgba(236,49,93,.13),transparent 34%),
    linear-gradient(135deg,#171a1f 0%,#13161a 58%,#1b171d 100%)!important;
  border-color:rgba(255,255,255,.09)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.28)!important;
}
[data-theme="dark"] .home-hero::before{
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.025),transparent)!important;
}
[data-theme="dark"] .home-hero h1,[data-theme="dark"] .home-hero h2,[data-theme="dark"] .home-hero strong{
  color:#f9f6f8!important;
}
[data-theme="dark"] .home-hero p,[data-theme="dark"] .home-hero small{
  color:rgba(249,246,248,.70)!important;
}
[data-theme="dark"] .home-hero .live-toast{
  background:rgba(17,20,24,.78)!important;
  border-color:rgba(255,255,255,.10)!important;
  color:#f7f3f5!important;
  box-shadow:0 10px 24px rgba(0,0,0,.24)!important;
}
[data-theme="dark"] .home-hero img{
  filter:
    brightness(1.28)
    contrast(1.06)
    saturate(1.08)
    drop-shadow(0 4px 16px rgba(0,0,0,.18))!important;
}
[data-theme="dark"] .sidebar-onair-summary::before,[data-theme="dark"] .sidebar-onair-summary::after,[data-theme="dark"] .home-hero::after{
  opacity:.22!important;
}
.live-notification-copy{
  display:grid;
  min-width:0;
}
.live-notification-delete{
  position:absolute;
  top:10px;
  right:9px;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  border-radius:8px;
  background:transparent;
  color:var(--muted);
  font-size:18px;
  line-height:1;
  cursor:pointer;
  opacity:.45;
  transition:opacity .16s ease,background .16s ease,color .16s ease;
}.live-notification-delete:focus-visible{
  opacity:1;
}
.live-notification-delete:hover{
  background:rgba(218,45,76,.10);
  color:#d92d4f;
}
[data-theme="dark"] .live-notification-delete:hover{
  background:rgba(255,85,115,.13);
  color:#ff718d;
}
@media(max-width:620px){}
.live-card-body{
  align-items:center!important;
}
.live-card-body .live-avatar.live-profile-avatar{
  width:54px!important;
  height:54px!important;
  flex:0 0 54px!important;
  padding:2px!important;
  overflow:hidden!important;
  border-radius:17px!important;
  background:color-mix(in srgb,var(--primary) 10%,var(--panel))!important;
  border:1px solid color-mix(in srgb,var(--primary) 38%,var(--line))!important;
  box-shadow:0 7px 18px rgba(38,18,25,.10)!important;
}
.live-card-body .live-avatar.live-profile-avatar img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  border-radius:14px!important;
}
.live-card-body .live-avatar.live-profile-avatar b{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(145deg,var(--primary),color-mix(in srgb,var(--primary) 72%,#6c2dd4));
}
.live-card-copy{
  min-width:0!important;
}
.live-card-copy>p{
  margin:3px 0 8px!important;
  min-height:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.live-card-status-row{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:nowrap!important;
  margin-top:0!important;
}
.live-card-status-row span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:25px!important;
  padding:4px 9px!important;
  border-radius:999px!important;
  white-space:nowrap!important;
  font-size:13px!important;
  font-weight:850!important;
}
.live-card-status-row .live-duration{
  color:var(--primary)!important;
  background:color-mix(in srgb,var(--primary) 9%,transparent)!important;
}
.live-card-status-row .live-now-status{
  color:#ef315d!important;
  background:rgba(239,49,93,.10)!important;
}
.live-stream-card.is-live .live-card-copy::after{
  display:none!important;
}
[data-theme="dark"] .live-card-body .live-avatar.live-profile-avatar{
  background:#1d2227!important;
  border-color:rgba(255,255,255,.11)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.25)!important;
}
[data-theme="dark"] .live-card-status-row .live-duration{
  background:rgba(255,255,255,.06)!important;
  color:#f4c7d2!important;
}
[data-theme="dark"] .live-card-status-row .live-now-status{
  background:rgba(239,49,93,.15)!important;
  color:#ff7897!important;
}
@media(max-width:620px){.live-card-body .live-avatar.live-profile-avatar{
    width:48px!important;
    height:48px!important;
    flex-basis:48px!important;
    border-radius:15px!important;
  }
.live-card-body .live-avatar.live-profile-avatar img,.live-card-body .live-avatar.live-profile-avatar b{
    border-radius:12px!important;
  }
.live-card-status-row{
    gap:5px!important;
  }
.live-card-status-row span{
    padding:4px 7px!important;
    font-size:12px!important;
  }}
.live-stream-card .live-now-status,.live-stream-card [class*="soop-shortcut"],.live-stream-card [class*="live-shortcut"]{
  display:none!important;
}
.live-stream-card .live-card-body{
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  align-items:center!important;
  column-gap:14px!important;
  min-height:118px!important;
  padding:16px 18px!important;
  overflow:hidden!important;
}
.live-stream-card .live-profile-avatar{
  grid-column:1!important;
  position:relative!important;
  inset:auto!important;
  margin:0!important;
  align-self:center!important;
  justify-self:start!important;
  z-index:1!important;
}
.live-stream-card .live-card-copy{
  grid-column:2!important;
  min-width:0!important;
  width:100%!important;
  padding:0!important;
  margin:0!important;
}
.live-stream-card .live-card-copy>small,.live-stream-card .live-card-copy>strong,.live-stream-card .live-card-copy>p{
  display:block!important;
  max-width:100%!important;
}
.live-stream-card .live-card-copy>strong{
  margin-top:2px!important;
  line-height:1.22!important;
}
.live-stream-card .live-card-copy>p{
  margin:5px 0 8px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.live-stream-card .live-card-status-row{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:6px!important;
  margin:0!important;
}
.live-stream-card .live-card-status-row .live-duration{
  margin:0!important;
}
.live-stream-card .live-card-actions,.live-stream-card .live-card-footer,.live-stream-card .live-action-row{
  display:none!important;
}
.live-stream-card .live-profile-avatar,.live-stream-card .live-profile-avatar img,.live-stream-card .live-profile-avatar b{
  box-sizing:border-box!important;
}
.live-stream-card .live-profile-avatar img{
  position:static!important;
  inset:auto!important;
  max-width:100%!important;
  max-height:100%!important;
}
@media(min-width:900px){.live-card-grid{
    align-items:stretch!important;
  }
.live-stream-card .live-card-body{
    min-height:126px!important;
  }}
@media(max-width:620px){.live-stream-card .live-card-body{
    grid-template-columns:46px minmax(0,1fr)!important;
    column-gap:11px!important;
    min-height:104px!important;
    padding:13px 14px!important;
  }
.live-stream-card .live-card-copy>p{
    margin-bottom:6px!important;
  }}
.live-card-status-row .live-stale-status{
  display:inline-flex!important;
  align-items:center!important;
  min-height:25px!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  background:rgba(255,170,0,.12)!important;
  color:#b56e00!important;
  font-size:12px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.admin-mode .live-stream-card.is-checking[data-live-group]{
  border-style:dashed!important;
}
[data-theme="dark"] .live-card-status-row .live-stale-status{
  background:rgba(255,190,70,.13)!important;
  color:#ffd17a!important;
}
.live-hub-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.live-member-manager-modal{width:min(960px,calc(100vw - 40px))!important;max-height:88vh;overflow:auto}
.live-member-manager-form{display:grid;grid-template-columns:1fr 1fr .75fr 1.25fr;gap:10px;align-items:end;padding:16px;margin:16px 0;border:1px solid var(--line);border-radius:16px;background:var(--panel)}
.live-member-manager-form label{display:grid;gap:6px}
.live-member-manager-form label>span{color:var(--muted);font-size:13px;font-weight:900}
.live-member-manager-form-actions,.live-member-admin-actions{display:flex;gap:7px}
.live-member-manager-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:5px 0 10px}
.live-member-manager-list{display:grid;gap:8px}
.live-member-admin-row{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 12px;border:1px solid var(--line);border-radius:14px;background:var(--panel)}
.live-member-admin-avatar{width:46px;height:46px;display:grid;place-items:center;overflow:hidden;border-radius:14px;background:color-mix(in srgb,var(--primary) 10%,var(--panel));color:var(--primary);font-weight:950}
.live-member-admin-avatar img{width:100%;height:100%;object-fit:cover}
.live-member-admin-copy{display:grid;min-width:0;gap:2px}
.live-member-admin-copy small,.live-member-admin-copy span{overflow:hidden;color:var(--muted);font-size:13px;text-overflow:ellipsis;white-space:nowrap}
[data-theme="dark"] .live-member-manager-form,[data-theme="dark"] .live-member-admin-row{background:#15191d;border-color:rgba(255,255,255,.09)}
@media(max-width:900px){.live-member-manager-form{grid-template-columns:1fr 1fr}
.live-member-manager-form-actions{grid-column:1/-1;justify-content:flex-end}}
@media(max-width:620px){.live-hub-actions{width:100%;justify-content:flex-start}
.live-member-manager-form{grid-template-columns:1fr}
.live-member-manager-form-actions{grid-column:auto}
.live-member-admin-row{grid-template-columns:44px minmax(0,1fr)}
.live-member-admin-actions{grid-column:1/-1;justify-content:flex-end}}
body.modal-open{overflow:hidden}
#view-live,.live-hub-page,.live-hub-shell{
  min-height:0!important;
}
.live-hub-header{
  margin-bottom:10px!important;
  padding:12px 14px!important;
}
.live-hub-summary,.live-status-summary,.live-status-panel{
  min-height:0!important;
  margin:8px 0 12px!important;
  padding:12px 16px!important;
}
#liveCardGrid,.live-card-grid{
  align-items:start!important;
  align-content:start!important;
  grid-auto-rows:auto!important;
  gap:12px!important;
  margin-top:10px!important;
  padding-bottom:8px!important;
}
.live-stream-card{
  align-self:start!important;
  min-height:0!important;
  height:auto!important;
  padding:0!important;
  overflow:hidden!important;
}
.live-card-thumb{
  height:120px!important;
  min-height:120px!important;
  max-height:120px!important;
}
.live-card-body{
  min-height:0!important;
  padding:10px 12px 11px!important;
  gap:10px!important;
  align-items:center!important;
}
.live-profile-avatar,.live-avatar{
  width:46px!important;
  min-width:46px!important;
  height:46px!important;
}
.live-card-copy{
  min-width:0!important;
  gap:2px!important;
}
.live-card-copy small{
  margin:0!important;
  font-size:12px!important;
  line-height:1.2!important;
}
.live-card-copy strong{
  margin:0!important;
  font-size:16px!important;
  line-height:1.25!important;
}
.live-card-copy p{
  min-height:0!important;
  margin:2px 0 0!important;
  line-height:1.35!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.live-card-meta,.live-card-status-row{
  min-height:0!important;
  margin-top:6px!important;
  gap:5px!important;
}
.live-duration,.live-stale-status{
  min-height:22px!important;
  padding:3px 7px!important;
}
.live-member-manager-modal{
  display:block!important;
  width:min(980px,calc(100vw - 32px))!important;
  max-height:88vh!important;
  margin:auto!important;
  padding:22px!important;
  background:var(--panel)!important;
  border:1px solid var(--line)!important;
  box-shadow:0 26px 80px rgba(0,0,0,.28)!important;
}
#liveMemberManagerModal.is-open{
  display:grid!important;
}
@media(max-width:700px){.live-card-thumb{
    height:105px!important;
    min-height:105px!important;
    max-height:105px!important;
  }
.live-card-body{
    padding:9px 10px 10px!important;
  }}
#page-live .live-card-thumb,#view-live .live-card-thumb,.live-hub-page .live-card-thumb{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:16/9!important;
}
#page-live .live-card-thumb img,#view-live .live-card-thumb img,.live-hub-page .live-card-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
#page-live .live-stream-card .live-card-body,#view-live .live-stream-card .live-card-body,.live-hub-page .live-stream-card .live-card-body{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  column-gap:10px!important;
  align-items:center!important;
  min-height:76px!important;
  height:auto!important;
  padding:9px 11px 10px!important;
}
#page-live .live-stream-card .live-profile-avatar,#view-live .live-stream-card .live-profile-avatar,.live-hub-page .live-stream-card .live-profile-avatar{
  width:42px!important;
  min-width:42px!important;
  height:42px!important;
  flex-basis:42px!important;
  padding:2px!important;
  border-radius:13px!important;
}
#page-live .live-stream-card .live-profile-avatar img,#page-live .live-stream-card .live-profile-avatar b,#view-live .live-stream-card .live-profile-avatar img,#view-live .live-stream-card .live-profile-avatar b,.live-hub-page .live-stream-card .live-profile-avatar img,.live-hub-page .live-stream-card .live-profile-avatar b{
  border-radius:10px!important;
}
#page-live .live-stream-card .live-card-copy,#view-live .live-stream-card .live-card-copy,.live-hub-page .live-stream-card .live-card-copy{
  display:block!important;
  min-width:0!important;
}
#page-live .live-stream-card .live-card-copy>small,#view-live .live-stream-card .live-card-copy>small,.live-hub-page .live-stream-card .live-card-copy>small{
  margin:0 0 1px!important;
  font-size:12px!important;
  line-height:1.1!important;
  font-weight:850!important;
}
#page-live .live-stream-card .live-card-copy>strong,#view-live .live-stream-card .live-card-copy>strong,.live-hub-page .live-stream-card .live-card-copy>strong{
  margin:0!important;
  font-size:15px!important;
  line-height:1.15!important;
  font-weight:900!important;
}
#page-live .live-stream-card .live-card-copy>p,#view-live .live-stream-card .live-card-copy>p,.live-hub-page .live-stream-card .live-card-copy>p{
  margin:2px 0 4px!important;
  min-height:0!important;
  font-size:12px!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#page-live .live-stream-card .live-card-status-row,#view-live .live-stream-card .live-card-status-row,.live-hub-page .live-stream-card .live-card-status-row{
  display:flex!important;
  align-items:center!important;
  min-height:0!important;
  margin:0!important;
  gap:4px!important;
}
#page-live .live-stream-card .live-duration,#page-live .live-stream-card .live-stale-status,#view-live .live-stream-card .live-duration,#view-live .live-stream-card .live-stale-status,.live-hub-page .live-stream-card .live-duration,.live-hub-page .live-stream-card .live-stale-status{
  min-height:18px!important;
  padding:2px 6px!important;
  border-radius:999px!important;
  font-size:12px!important;
  line-height:1!important;
}
#page-live .live-stream-card .live-now-status,#page-live .live-stream-card .live-card-actions,#page-live .live-stream-card .live-card-footer,#page-live .live-stream-card .live-action-row,#view-live .live-stream-card .live-now-status,#view-live .live-stream-card .live-card-actions,#view-live .live-stream-card .live-card-footer,#view-live .live-stream-card .live-action-row,.live-hub-page .live-stream-card .live-now-status,.live-hub-page .live-stream-card .live-card-actions,.live-hub-page .live-stream-card .live-card-footer,.live-hub-page .live-stream-card .live-action-row{
  display:none!important;
}
@media(max-width:700px){#page-live .live-stream-card .live-card-body,#view-live .live-stream-card .live-card-body,.live-hub-page .live-stream-card .live-card-body{
    grid-template-columns:38px minmax(0,1fr)!important;
    min-height:68px!important;
    column-gap:8px!important;
    padding:8px 9px!important;
  }
#page-live .live-stream-card .live-profile-avatar,#view-live .live-stream-card .live-profile-avatar,.live-hub-page .live-stream-card .live-profile-avatar{
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
    flex-basis:38px!important;
  }
#page-live .live-stream-card .live-card-copy>strong,#view-live .live-stream-card .live-card-copy>strong,.live-hub-page .live-stream-card .live-card-copy>strong{
    font-size:14px!important;
  }}
#page-live #liveCardGrid,#view-live #liveCardGrid,.live-hub-page #liveCardGrid,#page-live .live-card-grid,#view-live .live-card-grid,.live-hub-page .live-card-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  align-items:start!important;
}
#page-live .live-stream-card,#view-live .live-stream-card,.live-hub-page .live-stream-card{
  min-width:0!important;
  height:auto!important;
  border:1px solid color-mix(in srgb,var(--line) 88%,transparent)!important;
  border-radius:5px!important;
  overflow:hidden!important;
  background:var(--panel)!important;
  box-shadow:none!important;
  transition:border-color .16s ease,transform .16s ease!important;
}
#page-live .live-stream-card:hover,#view-live .live-stream-card:hover,.live-hub-page .live-stream-card:hover{
  transform:translateY(-1px)!important;
  border-color:color-mix(in srgb,var(--primary) 60%,var(--line))!important;
}
#page-live .live-card-thumb,#view-live .live-card-thumb,.live-hub-page .live-card-thumb{
  width:100%!important;
  aspect-ratio:16/9!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  border-radius:0!important;
  background:#111827!important;
}
#page-live .live-card-thumb img,#view-live .live-card-thumb img,.live-hub-page .live-card-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
#page-live .live-stream-card .live-card-body,#view-live .live-stream-card .live-card-body,.live-hub-page .live-stream-card .live-card-body{
  display:grid!important;
  grid-template-columns:32px minmax(0,1fr)!important;
  align-items:center!important;
  column-gap:8px!important;
  min-height:52px!important;
  padding:7px 9px!important;
  background:var(--panel)!important;
}
#page-live .live-stream-card .live-profile-avatar,#view-live .live-stream-card .live-profile-avatar,.live-hub-page .live-stream-card .live-profile-avatar{
  width:32px!important;
  min-width:32px!important;
  height:32px!important;
  flex-basis:32px!important;
  padding:1px!important;
  border-radius:3px!important;
  border:1px solid var(--line)!important;
  box-shadow:none!important;
}
#page-live .live-profile-avatar img,#page-live .live-profile-avatar b,#view-live .live-profile-avatar img,#view-live .live-profile-avatar b,.live-hub-page .live-profile-avatar img,.live-hub-page .live-profile-avatar b{
  border-radius:2px!important;
}
#page-live .live-card-copy,#view-live .live-card-copy,.live-hub-page .live-card-copy{
  min-width:0!important;
  display:block!important;
}
#page-live .live-card-name-row,#view-live .live-card-name-row,.live-hub-page .live-card-name-row{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  gap:6px!important;
}
#page-live .live-card-name-row strong,#view-live .live-card-name-row strong,.live-hub-page .live-card-name-row strong{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  margin:0!important;
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:850!important;
  color:var(--text)!important;
}
#page-live .live-card-inline-time,#view-live .live-card-inline-time,.live-hub-page .live-card-inline-time{
  flex:0 0 auto!important;
  color:var(--muted)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:700!important;
  white-space:nowrap!important;
}
#page-live .live-card-copy p,#view-live .live-card-copy p,.live-hub-page .live-card-copy p{
  display:block!important;
  min-height:0!important;
  margin:3px 0 0!important;
  overflow:hidden!important;
  color:var(--muted)!important;
  font-size:12px!important;
  line-height:1.2!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
#page-live .live-card-thumb .live-badge,#view-live .live-card-thumb .live-badge,.live-hub-page .live-card-thumb .live-badge{
  top:7px!important;
  left:7px!important;
  min-height:21px!important;
  padding:3px 7px!important;
  border-radius:4px!important;
  font-size:12px!important;
  line-height:1!important;
  box-shadow:none!important;
}
#page-live .live-open-mark,#view-live .live-open-mark,.live-hub-page .live-open-mark{
  right:7px!important;
  bottom:7px!important;
  font-size:14px!important;
  opacity:.75!important;
}
#page-live .live-card-copy>small,#page-live .live-card-meta,#page-live .live-card-status-row,#page-live .live-duration,#page-live .live-stale-status,#view-live .live-card-copy>small,#view-live .live-card-meta,#view-live .live-card-status-row,#view-live .live-duration,#view-live .live-stale-status,.live-hub-page .live-card-copy>small,.live-hub-page .live-card-meta,.live-hub-page .live-card-status-row,.live-hub-page .live-duration,.live-hub-page .live-stale-status{
  display:none!important;
}
#page-live .live-stream-card.is-offline .live-card-thumb img,#view-live .live-stream-card.is-offline .live-card-thumb img,.live-hub-page .live-stream-card.is-offline .live-card-thumb img{
  filter:saturate(.35) brightness(.62)!important;
}
#page-live .live-stream-card.is-checking,#view-live .live-stream-card.is-checking,.live-hub-page .live-stream-card.is-checking{
  opacity:.78!important;
}
[data-theme="dark"] #page-live .live-stream-card,[data-theme="dark"] #view-live .live-stream-card,[data-theme="dark"] .live-hub-page .live-stream-card{
  background:#0f1421!important;
  border-color:#273148!important;
}
[data-theme="dark"] #page-live .live-stream-card .live-card-body,[data-theme="dark"] #view-live .live-stream-card .live-card-body,[data-theme="dark"] .live-hub-page .live-stream-card .live-card-body{
  background:#0f1421!important;
}
@media(max-width:1200px){#page-live #liveCardGrid,#view-live #liveCardGrid,.live-hub-page #liveCardGrid,#page-live .live-card-grid,#view-live .live-card-grid,.live-hub-page .live-card-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }}
@media(max-width:820px){#page-live #liveCardGrid,#view-live #liveCardGrid,.live-hub-page #liveCardGrid,#page-live .live-card-grid,#view-live .live-card-grid,.live-hub-page .live-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
  }}
@media(max-width:520px){#page-live #liveCardGrid,#view-live #liveCardGrid,.live-hub-page #liveCardGrid,#page-live .live-card-grid,#view-live .live-card-grid,.live-hub-page .live-card-grid{
    grid-template-columns:1fr!important;
  }}
.floating-member-db{
  right:22px!important;
  bottom:80px!important;
  z-index:1599!important;
  display:none!important;
}
body.admin-mode .floating-member-db{
  display:flex!important;
  border-color:var(--primary)!important;
  background:var(--primary)!important;
  color:#fff!important;
}
.floating-member-db svg{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
@media(max-height:850px) and (min-width:901px){.floating-member-db{
    right:16px!important;
    bottom:72px!important;
  }}
@media(max-width:900px){.floating-member-db{
    right:14px!important;
    bottom:calc(78px + env(safe-area-inset-bottom))!important;
    min-width:128px!important;
    min-height:42px!important;
    padding:9px 14px!important;
  }}
.poster-archive-page{
  max-width:1460px;
  margin:0 auto;
  padding:26px 28px 70px;
}
.poster-archive-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:20px;
}
.poster-archive-header h2{margin:5px 0 8px;font-size:26px}
.poster-archive-header p{margin:0;color:var(--muted);font-size:15px}
.poster-filter-tabs{
  display:flex;
  width:max-content;
  gap:5px;
  margin-bottom:18px;
  padding:5px;
  border:1px solid var(--line);
  border-radius:9px;
  background:var(--panel);
}
.poster-filter-tabs button{
  border:0;
  border-radius:6px;
  padding:9px 18px;
  background:transparent;
  color:var(--muted);
  font-weight:800;
  cursor:pointer;
}
.poster-filter-tabs button.active{
  background:var(--text);
  color:var(--panel);
}
.poster-archive-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  align-items:start;
}
.poster-archive-card{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--line);
  background:#111827;
}
.poster-archive-link{
  display:block;
  color:inherit;
  text-decoration:none;
}
.poster-image-stage{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:560px;
  overflow:hidden;
  background:#111827;
}
.poster-image-stage img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  transition:transform .22s ease;
}
.poster-archive-card:hover .poster-image-stage img{transform:scale(1.012)}
.poster-category-badge{
  position:absolute;
  top:12px;
  left:12px;
  padding:6px 9px;
  border-radius:4px;
  background:rgba(9,13,24,.82);
  color:#fff;
  font-size:12px;
  font-weight:900;
  backdrop-filter:blur(8px);
}
.poster-card-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:62px;
  padding:11px 13px;
  border-top:1px solid #283148;
  background:#0f1422;
  color:#f6f7fb;
}
.poster-card-footer div{min-width:0}
.poster-card-footer strong{
  display:block;
  overflow:hidden;
  font-size:14px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.poster-card-footer time{
  display:block;
  margin-top:5px;
  color:#8190aa;
  font-size:12px;
  font-weight:700;
}
.poster-card-footer>span{color:#7f8ba3;font-size:17px}
.poster-image-placeholder{
  color:#64748b;
  font-size:14px;
}
.poster-empty-state{
  padding:80px 20px;
  border:1px dashed var(--line);
  text-align:center;
  color:var(--muted);
}
.poster-empty-state strong,.poster-empty-state span{display:block}
.poster-empty-state strong{margin-bottom:7px;color:var(--text)}
.poster-manager-modal{
  max-height:min(90vh,900px);
  overflow:auto;
}
.poster-manager-copy{margin:-4px 0 18px;color:var(--muted)}
.poster-manager-form{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.poster-manager-form label{
  display:grid;
  gap:7px;
  font-size:14px;
  font-weight:850;
}
.poster-manager-form .wide{grid-column:1/-1}
.poster-manager-form input,.poster-manager-form select{
  min-height:43px;
  border:1px solid var(--line);
  border-radius:9px;
  padding:0 12px;
  background:var(--panel);
  color:var(--text);
}
.poster-upload-preview{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:230px;
  overflow:hidden;
  border:1px dashed var(--line);
  border-radius:10px;
  background:color-mix(in srgb,var(--panel) 88%,#111827);
}
.poster-upload-preview img{
  display:block;
  max-width:100%;
  max-height:420px;
  object-fit:contain;
}
.poster-upload-preview img[hidden]{display:none}
.poster-upload-preview span{color:var(--muted);font-size:14px}
.poster-form-actions{
  display:flex;
  justify-content:flex-end;
  gap:9px;
}
.poster-admin-section{
  margin-top:26px;
  padding-top:20px;
  border-top:1px solid var(--line);
}
.poster-admin-section h3{margin:0 0 12px}
.poster-admin-list{display:grid;gap:8px}
.poster-admin-row{
  display:grid;
  grid-template-columns:54px minmax(0,1fr) auto auto;
  align-items:center;
  gap:10px;
  padding:8px;
  border:1px solid var(--line);
  border-radius:9px;
}
.poster-admin-row img{
  width:54px;height:54px;object-fit:cover;border-radius:6px;background:#111827;
}
.poster-admin-row div{min-width:0}
.poster-admin-row strong,.poster-admin-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.poster-admin-row small{margin-top:4px;color:var(--muted)}
.poster-admin-empty{color:var(--muted)}
@media(max-width:1200px){.poster-image-stage{height:470px}}
@media(max-width:900px){.poster-archive-page{padding:20px 16px 90px}
.poster-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.poster-image-stage{height:440px}
.poster-archive-header{align-items:flex-start}}
@media(max-width:600px){.poster-archive-header{display:grid}
.poster-archive-grid{grid-template-columns:1fr}
.poster-image-stage{height:520px}
.poster-manager-form{grid-template-columns:1fr}
.poster-manager-form .wide{grid-column:auto}
.poster-admin-row{grid-template-columns:44px minmax(0,1fr) auto}
.poster-admin-row img{width:44px;height:44px}
.poster-admin-row [data-poster-delete]{grid-column:3}}
.poster-filter-tabs{
  flex-wrap:wrap;
  align-items:center;
}
.poster-filter-tabs .poster-filter-divider{
  width:1px;
  height:24px;
  margin:0 3px;
  background:var(--line);
}
.poster-filter-tabs button.sub{
  padding:7px 13px;
  font-size:13px;
}
.poster-filter-tabs button.sub.active{
  background:color-mix(in srgb,var(--primary) 14%,var(--panel));
  color:var(--primary);
  box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 35%,transparent);
}
.poster-admin-heading h3{margin:0}
.poster-admin-heading p{
  margin:5px 0 0;
  color:var(--muted);
  font-size:14px;
}
.poster-subcategory-form{
  display:grid;
  grid-template-columns:160px minmax(0,1fr) auto;
  gap:9px;
  margin:14px 0;
}
.poster-subcategory-form select,.poster-subcategory-form input{
  min-height:42px;
  border:1px solid var(--line);
  border-radius:8px;
  padding:0 11px;
  background:var(--panel);
  color:var(--text);
}
.poster-subcategory-groups{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px;
}
.poster-subcategory-group{
  min-width:0;
  padding:13px;
  border:1px solid var(--line);
  border-radius:10px;
  background:color-mix(in srgb,var(--panel) 94%,var(--primary));
}
.poster-subcategory-group h4{
  margin:0 0 10px;
  font-size:14px;
}
.poster-subcategory-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.poster-subcategory-tags>small{
  color:var(--muted);
  font-size:13px;
}
.poster-subcategory-tag{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:29px;
  padding:5px 6px 5px 9px;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--panel);
  font-size:13px;
  font-weight:800;
}
.poster-subcategory-tag button{
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  padding:0;
  border:0;
  border-radius:50%;
  background:color-mix(in srgb,var(--muted) 16%,transparent);
  color:var(--muted);
  cursor:pointer;
}
@media(max-width:700px){.poster-subcategory-form{grid-template-columns:1fr}
.poster-subcategory-groups{grid-template-columns:1fr}
.poster-filter-tabs .poster-filter-divider{display:none}}
#page-calendar,#view-calendar,.calendar-page,.calendar-shell,.calendar-container{
  overflow-anchor:none!important;
}
#page-calendar *:focus,#view-calendar *:focus,.calendar-page *:focus{
  scroll-margin:0!important;
}
.poster-admin-row{
  grid-template-columns:26px 54px minmax(0,1fr) auto auto!important;
}
.poster-drag-handle{
  cursor:grab;
  user-select:none;
  color:var(--muted);
  font-weight:900;
  text-align:center;
}
.poster-admin-row.dragging{
  opacity:.45;
  outline:2px dashed var(--primary);
}
\n#page-live .live-stream-card .live-card-body,\n#view-live .live-stream-card .live-card-body,\n.live-hub-page .live-stream-card .live-card-body{\n  grid-template-columns:56px minmax(0,1fr)!important;\n  column-gap:11px!important;\n  min-height:72px!important;\n  padding:8px 10px!important;\n}
\n#page-live .live-stream-card .live-profile-avatar,\n#view-live .live-stream-card .live-profile-avatar,\n.live-hub-page .live-stream-card .live-profile-avatar{\n  width:56px!important;min-width:56px!important;height:56px!important;flex-basis:56px!important;\n  padding:2px!important;border-radius:10px!important;overflow:hidden!important;\n}
\n#page-live .live-profile-avatar img,#page-live .live-profile-avatar b,\n#view-live .live-profile-avatar img,#view-live .live-profile-avatar b,\n.live-hub-page .live-profile-avatar img,.live-hub-page .live-profile-avatar b{\n  width:100%!important;height:100%!important;object-fit:cover!important;border-radius:7px!important;\n}
\n#page-live .live-card-name-row strong,#view-live .live-card-name-row strong,.live-hub-page .live-card-name-row strong{font-size:16px!important}
\n#posterManagerModal:not([hidden]){display:flex!important;z-index:10020!important}
\n#posterManagerModal .poster-manager-modal{position:relative;z-index:10021!important}
\n@media(max-width:680px){\n  #page-live .live-stream-card .live-card-body,#view-live .live-stream-card .live-card-body,.live-hub-page .live-stream-card .live-card-body{grid-template-columns:48px minmax(0,1fr)!important;min-height:64px!important}\n  #page-live .live-stream-card .live-profile-avatar,#view-live .live-stream-card .live-profile-avatar,.live-hub-page .live-stream-card .live-profile-avatar{width:48px!important;min-width:48px!important;height:48px!important;flex-basis:48px!important}\n}
\n #posterManagerModal:not([hidden]).is-open{
  display:grid!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
#posterManagerModal.is-open>.poster-manager-modal{
  opacity:1!important;
  transform:translateY(0) scale(1)!important;
  visibility:visible!important;
}
body.modal-open{overflow:hidden!important}
#page-posters .poster-archive-page{
  max-width:1320px!important;
}
#page-posters .poster-archive-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:start!important;
}
#page-posters .poster-archive-card{
  width:100%!important;
  max-width:none!important;
}
#page-posters .poster-image-stage{
  height:auto!important;
  aspect-ratio:4 / 5!important;
}
#page-posters .poster-image-stage img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}
@media(max-width:1100px){#page-posters .poster-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:680px){#page-posters .poster-archive-grid{grid-template-columns:1fr!important}}
#page-posters.poster-archive-page{
  max-width:1320px!important;
  padding:28px 30px 76px!important;
}
#page-posters .poster-archive-header{
  align-items:center!important;
  margin-bottom:16px!important;
  padding:22px 24px!important;
  border:1px solid color-mix(in srgb,var(--primary) 14%,var(--line))!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 7%,var(--panel)),var(--panel) 62%)!important;
  box-shadow:0 10px 28px rgba(34,25,31,.07)!important;
}
#page-posters .poster-archive-header .eyebrow{
  color:var(--primary)!important;
  letter-spacing:.08em!important;
}
#page-posters .poster-archive-header h2{
  color:var(--text)!important;
  margin:4px 0 7px!important;
}
#page-posters .poster-archive-header p{color:var(--muted)!important}
#page-posters #openPosterManager{
  border:1px solid var(--primary)!important;
  border-radius:12px!important;
  background:var(--primary)!important;
  color:#fff!important;
  box-shadow:0 8px 18px color-mix(in srgb,var(--primary) 24%,transparent)!important;
}
#page-posters .poster-filter-tabs{
  gap:6px!important;
  margin:0 0 18px!important;
  padding:6px!important;
  border:1px solid var(--line)!important;
  border-radius:14px!important;
  background:var(--panel)!important;
  box-shadow:0 6px 18px rgba(34,25,31,.045)!important;
}
#page-posters .poster-filter-tabs button{
  border-radius:10px!important;
  background:transparent!important;
  color:var(--muted)!important;
}
#page-posters .poster-filter-tabs button:hover{
  background:color-mix(in srgb,var(--primary) 7%,var(--panel))!important;
  color:var(--text)!important;
}
#page-posters .poster-filter-tabs button.active{
  background:color-mix(in srgb,var(--primary) 13%,var(--panel))!important;
  color:var(--primary)!important;
  box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 28%,transparent)!important;
}
#page-posters .poster-filter-tabs button.sub.active{
  background:color-mix(in srgb,var(--accent) 16%,var(--panel))!important;
  color:color-mix(in srgb,var(--accent) 76%,var(--text))!important;
  box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent) 35%,transparent)!important;
}
#page-posters .poster-archive-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
}
#page-posters .poster-archive-card{
  overflow:hidden!important;
  border:1px solid var(--line)!important;
  border-radius:16px!important;
  background:var(--panel)!important;
  box-shadow:0 9px 24px rgba(34,25,31,.07)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
#page-posters .poster-archive-card:hover{
  transform:translateY(-3px)!important;
  border-color:color-mix(in srgb,var(--primary) 28%,var(--line))!important;
  box-shadow:0 14px 32px rgba(34,25,31,.11)!important;
}
#page-posters .poster-image-stage{
  aspect-ratio:4 / 5!important;
  height:auto!important;
  background:color-mix(in srgb,var(--panel) 94%,var(--primary))!important;
}
#page-posters .poster-image-stage img{object-fit:contain!important}
#page-posters .poster-category-badge{
  top:12px!important;
  left:12px!important;
  border:1px solid color-mix(in srgb,var(--primary) 28%,transparent)!important;
  border-radius:999px!important;
  background:color-mix(in srgb,var(--panel) 88%,var(--primary))!important;
  color:var(--primary)!important;
  box-shadow:0 4px 12px rgba(34,25,31,.08)!important;
}
#page-posters .poster-card-footer{
  min-height:68px!important;
  padding:13px 14px!important;
  border-top:1px solid var(--line)!important;
  background:var(--panel)!important;
  color:var(--text)!important;
}
#page-posters .poster-card-footer strong{font-size:15px!important;color:var(--text)!important}
#page-posters .poster-card-footer time{color:var(--muted)!important}
#page-posters .poster-card-footer>span{
  display:grid!important;
  place-items:center!important;
  width:28px!important;
  height:28px!important;
  border-radius:50%!important;
  background:color-mix(in srgb,var(--primary) 9%,var(--panel))!important;
  color:var(--primary)!important;
}
html[data-theme="dark"] #page-posters .poster-archive-card,body.dark #page-posters .poster-archive-card{
  box-shadow:0 10px 28px rgba(0,0,0,.22)!important;
}
@media(max-width:1100px){#page-posters .poster-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:680px){#page-posters.poster-archive-page{padding:18px 14px 68px!important}
#page-posters .poster-archive-header{display:grid!important;padding:18px!important}
#page-posters .poster-archive-grid{grid-template-columns:1fr!important}}
.pwa-install-backdrop{position:fixed;inset:0;z-index:4998;background:rgba(34,25,31,.24);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);opacity:0;transition:opacity .25s ease}
.pwa-install-backdrop.is-open{opacity:1}
.pwa-install-sheet{position:fixed;z-index:4999;left:50%;bottom:max(14px,env(safe-area-inset-bottom));width:min(440px,calc(100% - 24px));transform:translate(-50%,calc(100% + 34px));opacity:0;padding:10px 18px 16px;border:1px solid color-mix(in srgb,var(--primary,#ef476f) 18%,var(--line,#eadde2));border-radius:28px;background:color-mix(in srgb,var(--panel,#fff) 94%,transparent);box-shadow:0 24px 70px rgba(72,37,51,.22);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);transition:transform .3s cubic-bezier(.2,.8,.2,1),opacity .25s ease;color:var(--text,#2a2024)}
.pwa-install-sheet.is-open{transform:translate(-50%,0);opacity:1}
.pwa-install-handle{display:block;width:42px;height:5px;margin:0 auto 15px;border-radius:99px;background:color-mix(in srgb,var(--muted,#8b7d83) 28%,transparent)}
.pwa-install-head{display:grid;grid-template-columns:58px minmax(0,1fr) 34px;gap:12px;align-items:center}
.pwa-install-icon{width:58px;height:58px;border-radius:17px;box-shadow:0 8px 24px rgba(239,71,111,.18)}
.pwa-install-head strong{display:block;font-size:18px;letter-spacing:-.04em}
.pwa-install-head small{display:block;margin-top:4px;color:var(--muted,#84767c);font-size:14px}
.pwa-install-close{width:34px;height:34px;border:0;border-radius:50%;background:var(--panel2,#f8f1f4);color:var(--muted,#84767c);font-size:20px;line-height:1;cursor:pointer}
.pwa-install-copy{margin:15px 2px 14px;color:var(--muted,#76686e);font-size:14px;line-height:1.65}
.pwa-ios-guide{margin:15px 0 14px;padding:13px;border:1px solid var(--line,#eadde2);border-radius:18px;background:var(--panel2,#fff8fa);transition:.25s ease}
.pwa-ios-guide.is-highlighted{box-shadow:0 0 0 4px color-mix(in srgb,var(--primary,#ef476f) 18%,transparent);transform:scale(1.015)}
.pwa-ios-guide b{display:block;margin-bottom:9px;font-size:14px}
.pwa-ios-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.pwa-ios-steps span{padding:9px 4px;border-radius:12px;background:var(--panel,#fff);text-align:center;font-size:13px;font-weight:800}
.pwa-ios-steps i{display:block;margin-bottom:4px;font-style:normal;font-size:18px}
.pwa-install-actions{display:grid;gap:8px}
.pwa-install-confirm{min-height:50px;border:0;border-radius:16px;background:linear-gradient(135deg,var(--primary,#ef476f),color-mix(in srgb,var(--primary,#ef476f) 72%,#ff8eab));color:#fff;font-size:16px;font-weight:900;box-shadow:0 10px 25px color-mix(in srgb,var(--primary,#ef476f) 25%,transparent);cursor:pointer}
.pwa-install-later{min-height:40px;border:0;background:transparent;color:var(--muted,#84767c);font-weight:800;cursor:pointer}
.pwa-install-open{overflow:hidden}
.mobile-pwa-install-button{display:none}
@media(max-width:768px){.mobile-pwa-install-button{display:flex;align-items:center;justify-content:center;gap:8px;width:calc(100% - 24px);margin:10px 12px 4px;padding:11px;border:1px solid color-mix(in srgb,var(--primary,#ef476f) 20%,var(--line,#eadde2));border-radius:14px;background:color-mix(in srgb,var(--primary,#ef476f) 7%,var(--panel,#fff));color:var(--primary,#ef476f);font-weight:900}
.pwa-install-sheet{bottom:max(10px,env(safe-area-inset-bottom));border-radius:26px}}
@media(min-width:769px){.pwa-install-sheet,.pwa-install-backdrop{display:none!important}}
#page-home #homeLiveStrip{
  display:none!important;
}
#page-home .home-v2-hero.is-live{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(300px,42%) minmax(460px,58%)!important;
  grid-template-rows:auto auto!important;
  align-items:center!important;
  width:min(100%,1120px)!important;
  min-height:330px!important;
  margin:0 auto 22px!important;
  padding:26px!important;
  column-gap:28px!important;
  row-gap:12px!important;
  overflow:hidden!important;
  border:1px solid var(--line)!important;
  border-radius:24px!important;
  background:var(--panel)!important;
  box-shadow:0 16px 42px rgba(44,30,37,.09)!important;
}
#page-home .home-v2-hero.is-live .home-v2-hero-copy{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  grid-column:1!important;
  grid-row:1 / span 2!important;
  align-self:stretch!important;
  min-width:0!important;
  padding:20px 16px 20px 8px!important;
  background:
    radial-gradient(circle at 8% 18%,color-mix(in srgb,var(--primary) 7%,transparent),transparent 42%)!important;
}
#page-home .home-v2-hero.is-live .home-archive-logo{
  display:block!important;
  width:min(100%,300px)!important;
  height:auto!important;
  object-fit:contain!important;
}
#page-home .home-v2-hero.is-live .home-date{
  margin-top:26px!important;
}
#page-home .home-v2-hero.is-live .home-v2-live-media{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  grid-column:2!important;
  grid-row:1!important;
  justify-self:stretch!important;
  align-self:end!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:16/9!important;
  margin:0!important;
  padding:12px 16px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  border:1px solid color-mix(in srgb,var(--primary) 18%,var(--line))!important;
  border-radius:18px!important;
  background:#171316!important;
  box-shadow:0 10px 28px rgba(45,27,35,.12)!important;
}
#page-home .home-v2-hero.is-live .home-v2-live-media::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  border-radius:inherit!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)!important;
}
#page-home .home-v2-hero.is-live .home-v2-live-media img{
  display:block!important;
  width:88%!important;
  height:auto!important;
  max-width:88%!important;
  max-height:86%!important;
  aspect-ratio:16/9!important;
  object-fit:contain!important;
  object-position:center center!important;
  border-radius:12px!important;
  background:#171316!important;
  box-shadow:0 8px 24px rgba(25,16,20,.18)!important;
}
#page-home .home-v2-hero.is-live .home-v2-status{
  position:relative!important;
  z-index:3!important;
  grid-column:2!important;
  grid-row:2!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:11px 13px!important;
  border:1px solid color-mix(in srgb,var(--primary) 24%,var(--line))!important;
  border-radius:14px!important;
  background:color-mix(in srgb,var(--panel) 95%,var(--primary) 5%)!important;
  color:var(--text)!important;
  box-shadow:0 7px 18px rgba(51,30,39,.05)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
#page-home .home-v2-hero.is-live .home-v2-status strong{
  color:var(--text)!important;
  font-size:14px!important;
}
#page-home .home-v2-hero.is-live .home-v2-status small{
  color:var(--muted)!important;
  font-size:12px!important;
}
#page-home .home-v2-hero.is-live .home-v2-status>span{
  flex:0 0 auto!important;
  padding:7px 10px!important;
  border:1px solid color-mix(in srgb,var(--primary) 25%,transparent)!important;
  border-radius:999px!important;
  background:color-mix(in srgb,var(--primary) 12%,var(--panel))!important;
  color:var(--primary)!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
}
#page-home .home-v2-hero.is-live .hero-status-dot{
  background:var(--primary)!important;
  box-shadow:0 0 0 5px color-mix(in srgb,var(--primary) 12%,transparent)!important;
}
#page-home .home-v2-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
}
#page-home .home-v2-grid>*{
  min-width:0!important;
}
@media(max-width:1050px){#page-home .home-v2-hero.is-live{
    grid-template-columns:minmax(260px,38%) minmax(420px,62%)!important;
    width:100%!important;
    padding:22px!important;
    column-gap:22px!important;
  }}
@media(max-width:820px){#page-home .home-v2-hero.is-live{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    width:100%!important;
    min-height:0!important;
    padding:18px!important;
    gap:12px!important;
    border-radius:20px!important;
  }
#page-home .home-v2-hero.is-live .home-v2-hero-copy{
    align-self:auto!important;
    min-height:0!important;
    padding:8px 4px 12px!important;
  }
#page-home .home-v2-hero.is-live .home-archive-logo{
    width:min(78vw,260px)!important;
  }
#page-home .home-v2-hero.is-live .home-date{
    margin-top:16px!important;
  }
#page-home .home-v2-hero.is-live .home-v2-live-media{
    width:100%!important;
    max-width:none!important;
    aspect-ratio:16/9!important;
    padding:10px 12px!important;
    border-radius:15px!important;
  }
#page-home .home-v2-hero.is-live .home-v2-live-media img{
    width:94%!important;
    max-width:94%!important;
    max-height:90%!important;
    border-radius:10px!important;
  }
#page-home .home-v2-hero.is-live .home-v2-status{
    width:100%!important;
    padding:10px 11px!important;
    border-radius:13px!important;
  }
#page-home .home-v2-grid{
    grid-template-columns:1fr!important;
  }}
#page-home .home-v2-week{
  grid-column:1!important;
}
#page-home .home-v2-vod{
  grid-column:2!important;
}
#page-home .home-v2-live-members{
  display:block!important;
  grid-column:1 / -1!important;
}
#page-home .home-v2-live-members{
  padding:18px!important;
}
#page-home .home-v2-live-members .home-section-head{
  margin-bottom:12px!important;
}
#page-home .home-v2-live-member-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:11px!important;
}
#page-home .home-v2-live-member{
  display:block!important;
  overflow:hidden!important;
  padding:0!important;
  border-radius:14px!important;
  background:var(--panel)!important;
}
#page-home .home-v2-live-member-thumb{
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/9!important;
  border-radius:0!important;
}
#page-home .home-v2-live-member>strong{
  display:block!important;
  padding:9px 10px 10px!important;
  font-size:14px!important;
}
#page-home .home-v2-vod{
  min-height:0!important;
  padding:18px!important;
}
#page-home .home-v2-vod .home-section-head{
  margin-bottom:12px!important;
}
#page-home .home-v2-vod .home-section-head h2{
  font-size:17px!important;
}
#page-home #homeRecentVodList{
  display:grid!important;
  grid-template-columns:minmax(0,1.45fr) minmax(205px,.55fr)!important;
  grid-template-rows:1fr 1fr!important;
  gap:10px!important;
  min-height:250px!important;
}
#page-home #homeRecentVodList .home-vod-row{
  position:relative!important;
  display:grid!important;
  grid-template-columns:88px minmax(0,1fr) 12px!important;
  align-items:center!important;
  gap:9px!important;
  min-height:0!important;
  padding:9px!important;
  overflow:hidden!important;
  border:1px solid var(--line)!important;
  border-radius:13px!important;
  background:var(--panel)!important;
  box-shadow:none!important;
}
#page-home #homeRecentVodList .home-vod-thumb{
  display:block!important;
  width:88px!important;
  height:50px!important;
  overflow:hidden!important;
  border-radius:9px!important;
  background:#eee8eb!important;
}
#page-home #homeRecentVodList .home-vod-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
#page-home #homeRecentVodList .home-vod-copy{
  min-width:0!important;
}
#page-home #homeRecentVodList .home-vod-copy em{
  display:block!important;
  margin:0 0 4px!important;
  color:var(--primary)!important;
  font-size:12px!important;
  font-style:normal!important;
  font-weight:950!important;
  letter-spacing:.1em!important;
}
#page-home #homeRecentVodList .home-vod-copy strong{
  display:-webkit-box!important;
  overflow:hidden!important;
  color:var(--text)!important;
  font-size:12px!important;
  line-height:1.45!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
}
#page-home #homeRecentVodList .home-vod-copy small{
  display:block!important;
  margin-top:4px!important;
  color:var(--muted)!important;
  font-size:12px!important;
  line-height:1.35!important;
}
#page-home #homeRecentVodList .home-vod-row.is-featured{
  grid-column:1!important;
  grid-row:1 / span 2!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  min-height:250px!important;
  padding:0!important;
}
#page-home #homeRecentVodList .home-vod-row.is-featured .home-vod-thumb{
  flex:0 0 auto!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/8.5!important;
  border-radius:0!important;
}
#page-home #homeRecentVodList .home-vod-row.is-featured .home-vod-copy{
  flex:1 1 auto!important;
  padding:10px 12px 12px!important;
}
#page-home #homeRecentVodList .home-vod-row.is-featured .home-vod-copy strong{
  font-size:13px!important;
  line-height:1.45!important;
  -webkit-line-clamp:2!important;
}
#page-home #homeRecentVodList .home-vod-row.is-featured .home-vod-copy small{
  font-size:12px!important;
}
#page-home #homeRecentVodList .home-vod-row.is-featured>i{
  position:absolute!important;
  right:11px!important;
  bottom:10px!important;
}
#page-home #homeRecentVodList .home-vod-row:not(.is-featured):nth-child(2){
  grid-column:2!important;
  grid-row:1!important;
}
#page-home #homeRecentVodList .home-vod-row:not(.is-featured):nth-child(3){
  grid-column:2!important;
  grid-row:2!important;
}
#page-home .home-v2-week{
  min-height:0!important;
  padding:18px!important;
}
#page-home .home-v2-week .home-section-head{
  margin-bottom:12px!important;
}
#page-home .home-v2-week .home-section-head h2{
  font-size:17px!important;
}
#page-home .home-v2-upcoming{
  gap:9px!important;
}
#page-home .home-v2-upcoming-row{
  min-height:67px!important;
  padding:11px 13px!important;
}
@media(max-width:1100px){#page-home .home-v2-week,#page-home .home-v2-vod,#page-home .home-v2-live-members{
    grid-column:1!important;
  }
#page-home .home-v2-live-member-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }}
@media(max-width:760px){#page-home #homeRecentVodList{
    grid-template-columns:1fr!important;
    grid-template-rows:auto!important;
  }
#page-home #homeRecentVodList .home-vod-row.is-featured,#page-home #homeRecentVodList .home-vod-row:not(.is-featured):nth-child(2),#page-home #homeRecentVodList .home-vod-row:not(.is-featured):nth-child(3){
    grid-column:1!important;
    grid-row:auto!important;
  }
#page-home .home-v2-live-member-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }}
@media(max-width:768px){}
.push-settings-backdrop{
  position:fixed;inset:0;z-index:2200;
  background:rgba(20,15,18,.34);
  opacity:0;transition:opacity .22s ease;
  backdrop-filter:blur(3px);
}
.push-settings-backdrop.is-open{opacity:1}
.push-settings-sheet{
  position:fixed;left:50%;bottom:0;z-index:2201;
  width:min(100%,520px);
  padding:10px 18px calc(18px + env(safe-area-inset-bottom));
  border:1px solid var(--line);border-bottom:0;
  border-radius:24px 24px 0 0;background:var(--panel);
  box-shadow:0 -18px 50px rgba(38,22,30,.18);
  transform:translate(-50%,105%);transition:transform .26s ease;
}
.push-settings-sheet.is-open{transform:translate(-50%,0)}
.push-settings-handle{display:block;width:42px;height:4px;margin:0 auto 14px;border-radius:99px;background:var(--line)}
.push-settings-head{display:flex;align-items:center;gap:11px}
.push-settings-head img{width:48px;height:48px;border-radius:13px}
.push-settings-head div{min-width:0;flex:1}
.push-settings-head strong{display:block;font-size:17px}
.push-settings-head small{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.45}
.push-settings-head>button{width:34px;height:34px;border:0;border-radius:10px;background:var(--soft);color:var(--muted);font-size:18px}
.push-settings-body{margin-top:16px}
.push-settings-row{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid var(--line);border-radius:15px;background:color-mix(in srgb,var(--panel) 96%,var(--primary) 4%)}
.push-settings-row>div{min-width:0;flex:1}
.push-settings-row b{display:block;font-size:14px}
.push-settings-row small{display:block;margin-top:5px;color:var(--muted);font-size:12px;line-height:1.5}
.push-switch{position:relative;flex:0 0 auto;width:48px;height:28px}
.push-switch input{position:absolute;opacity:0}
.push-switch span{position:absolute;inset:0;border-radius:99px;background:#d8d2d5;transition:.2s}
.push-switch span::after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.18);transition:.2s}
.push-switch input:checked+span{background:var(--primary)}
.push-switch input:checked+span::after{transform:translateX(20px)}
#pushSettingsStatus{margin:12px 2px 0;color:var(--muted);font-size:12px}
.push-settings-note{display:block;margin:9px 2px 0;color:var(--muted);font-size:12px;line-height:1.55}
.app-topbar{
  padding-right:84px!important;
}
.app-topbar .top-live-cluster{
  position:static!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:visible!important;
}
.app-topbar .top-live-cluster .live-toast{
  flex:0 1 auto!important;
  width:min(470px,42vw)!important;
  max-width:min(470px,calc(100vw - 470px))!important;
  margin:0 74px 0 0!important;
  position:relative!important;
  inset:auto!important;
  z-index:1!important;
}
.app-topbar .top-live-cluster .live-primary{
  overflow:hidden!important;
  border-radius:14px!important;
}
@media(max-width:1100px){.app-topbar{
    padding-right:76px!important;
  }
.app-topbar .top-live-cluster .live-toast{
    width:min(430px,48vw)!important;
    max-width:calc(100vw - 360px)!important;
    margin-right:68px!important;
  }}
@media(max-width:900px){.app-topbar{
    padding-right:70px!important;
  }
.app-topbar .top-live-cluster .live-toast{
    max-width:calc(100vw - 190px)!important;
    margin-right:64px!important;
  }}
@media(max-width:768px){.app-topbar{
    padding-right:64px!important;
  }
.app-topbar .top-live-cluster .live-toast{
    width:auto!important;
    max-width:calc(100vw - 118px)!important;
    margin-right:58px!important;
  }}
:root{
  --responsive-sidebar-width:clamp(210px,13.55vw,260px);
  --responsive-page-gutter:clamp(12px,1.35vw,24px);
}
html,body{
  max-width:100%!important;
  overflow-x:hidden!important;
}
*,*::before,*::after{box-sizing:border-box!important}
img,video,canvas,svg,iframe{max-width:100%!important}
@media (min-width:901px){body{
    padding-left:var(--responsive-sidebar-width)!important;
  }
.app-sidebar{
    width:var(--responsive-sidebar-width)!important;
    max-width:var(--responsive-sidebar-width)!important;
    min-width:0!important;
    padding-left:clamp(12px,1.05vw,20px)!important;
    padding-right:clamp(12px,1.05vw,20px)!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    scrollbar-width:thin!important;
  }
.app-topbar{
    left:var(--responsive-sidebar-width)!important;
    width:calc(100% - var(--responsive-sidebar-width))!important;
    max-width:calc(100% - var(--responsive-sidebar-width))!important;
    min-width:0!important;
    padding-left:var(--responsive-page-gutter)!important;
    padding-right:clamp(72px,5.5vw,96px)!important;
  }
.app-shell{
    width:min(var(--v9-content-max,1520px),calc(100% - (var(--responsive-page-gutter) * 2)))!important;
    max-width:calc(100% - (var(--responsive-page-gutter) * 2))!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
.app-page,.panel,.home-v2,.page-section-head{
    min-width:0!important;
    max-width:100%!important;
  }}
@media (min-width:901px) and (max-width:1600px){:root{
    --responsive-sidebar-width:clamp(205px,13.2vw,232px);
    --responsive-page-gutter:clamp(10px,1vw,18px);
  }
.sidebar-profile-main{
    padding:14px 10px 10px!important;
  }
.sidebar-profile-head img{
    width:68px!important;
    height:68px!important;
  }
.sidebar-onair-summary{
    padding-left:8px!important;
    padding-right:8px!important;
  }
.sidebar-nav .sidebar-tab{
    min-height:42px!important;
    padding-left:11px!important;
    padding-right:11px!important;
  }}
@media (min-width:901px) and (max-height:900px){.app-sidebar{
    padding-top:10px!important;
    padding-bottom:10px!important;
  }
.sidebar-profile-main{
    margin-bottom:8px!important;
    padding-top:10px!important;
    padding-bottom:8px!important;
  }
.sidebar-profile-head{
    gap:5px!important;
  }
.sidebar-profile-head img{
    width:58px!important;
    height:58px!important;
  }
.sidebar-profile-head strong{
    font-size:17px!important;
  }
.sidebar-live-row{
    margin-top:7px!important;
    padding-top:7px!important;
    padding-bottom:7px!important;
  }
.sidebar-onair-summary{
    padding-top:8px!important;
    padding-bottom:8px!important;
    margin-bottom:7px!important;
  }
.sidebar-onair-list{
    gap:4px!important;
  }
.sidebar-onair-member{
    min-height:31px!important;
  }
.sidebar-brand-footer.archive-brand{
    padding-top:7px!important;
    padding-bottom:5px!important;
  }
.sidebar-brand-footer.archive-brand img{
    max-height:46px!important;
    width:auto!important;
  }
.sidebar-nav{
    gap:0!important;
    padding-bottom:4px!important;
  }
.sidebar-nav .sidebar-tab{
    min-height:38px!important;
    padding-top:6px!important;
    padding-bottom:6px!important;
  }
.sidebar-live-separator{
    height:10px!important;
    margin-top:2px!important;
    margin-bottom:1px!important;
  }}
@media (min-width:901px) and (max-width:1450px){#page-calendar .schedule-layout,.calendar-page,.calendar-container{
    grid-template-columns:minmax(180px,230px) minmax(0,1fr) minmax(210px,260px)!important;
  }
.stats-columns,.stats-highlight-grid,.home-v2-grid{
    min-width:0!important;
  }}
@media (max-width:900px){body{
    padding-left:0!important;
  }
.app-topbar{
    left:0!important;
    width:100%!important;
    max-width:100%!important;
  }
.app-shell{
    width:calc(100% - 20px)!important;
    max-width:calc(100% - 20px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
.app-sidebar{
    overflow-y:auto!important;
  }}
@media (max-width:560px){.app-shell{
    width:calc(100% - 14px)!important;
    max-width:calc(100% - 14px)!important;
  }
table{
    display:block!important;
    max-width:100%!important;
    overflow-x:auto!important;
  }}
@media (max-width:1200px) and (hover:none) and (pointer:coarse){body{
    padding-left:0!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }
.app-sidebar{
    position:fixed!important;
    top:0!important;
    left:0!important;
    bottom:0!important;
    width:min(86vw,310px)!important;
    max-width:min(86vw,310px)!important;
    transform:translateX(-105%)!important;
    transition:transform .25s ease!important;
    z-index:3000!important;
    overflow-y:auto!important;
    box-shadow:18px 0 44px rgba(35,22,29,.18)!important;
  }
body.sidebar-open .app-sidebar,.app-sidebar.is-open{
    transform:translateX(0)!important;
  }
.app-topbar{
    left:0!important;
    right:0!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding-left:clamp(52px,11vw,66px)!important;
    padding-right:clamp(58px,13vw,74px)!important;
  }
.app-shell{
    width:calc(100% - 20px)!important;
    max-width:calc(100% - 20px)!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
.app-main,.main-content,.page-main{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:0!important;
    padding-left:0!important;
  }
.app-page,.page,.page-content,.page-inner{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }
#page-calendar .schedule-layout,.calendar-page,.calendar-container{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
.home-v2-grid,.stats-grid{
    grid-template-columns:1fr!important;
  }
.poster-grid,.live-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }.sidebar-toggle{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
  }}
@media (max-width:620px) and (hover:none) and (pointer:coarse){.app-shell{
    width:calc(100% - 12px)!important;
    max-width:calc(100% - 12px)!important;
  }
.poster-grid,.live-grid{
    grid-template-columns:1fr!important;
  }}
@media(min-width:901px){.app-topbar{
    left:0!important;
    right:auto!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
  }
.app-shell{
    margin-left:auto!important;
    margin-right:auto!important;
  }}
#page-calendar .schedule-layout{
  gap:18px!important;
  align-items:start!important;
}
#page-calendar .calendar-card{
  min-height:auto!important;
  padding:22px!important;
  border-radius:22px!important;
  border:1px solid rgba(51, 65, 84, .10)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(246, 247, 249, .98))!important;
  box-shadow:0 18px 42px rgba(38, 50, 66, .08)!important;
}
#page-calendar .calendar-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:0 0 18px!important;
  border-bottom:1px solid rgba(51, 65, 84, .09)!important;
}
#page-calendar .month-control{
  gap:12px!important;
}
#page-calendar .month-control>div{
  min-width:210px!important;
}
#page-calendar .calendar-kicker{
  display:block!important;
  margin-bottom:5px!important;
  color:#788291!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.17em!important;
}
#page-calendar #monthTitle{
  margin:0!important;
  color:#182231!important;
  font-size:26px!important;
  line-height:1.15!important;
  letter-spacing:-.045em!important;
}
#page-calendar .month-control p{
  margin:7px 0 0!important;
  color:#8d98a8!important;
  font-size:14px!important;
}
#page-calendar .circle{
  width:42px!important;
  height:42px!important;
  border-radius:13px!important;
  border:1px solid rgba(51, 65, 84, .11)!important;
  background:#fff!important;
  color:#334154!important;
  box-shadow:0 6px 14px rgba(38, 50, 66, .06)!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important;
}
#page-calendar .head-actions{
  gap:8px!important;
}
#page-calendar .head-actions .btn,#page-calendar .head-actions button{
  min-height:40px!important;
  border-radius:12px!important;
}
#page-calendar .filters{
  gap:8px!important;
  margin:16px 0!important;
  padding:0!important;
}
#page-calendar .filter{
  min-height:32px!important;
  padding:7px 11px!important;
  border-radius:999px!important;
  font-size:13px!important;
  font-weight:850!important;
  box-shadow:none!important;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease!important;
}
#page-calendar .filter.active{
  box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--filter) 76%,#fff),0 5px 12px color-mix(in srgb,var(--filter) 18%,transparent)!important;
}
#page-calendar .weekday-row{
  overflow:hidden!important;
  margin-top:2px!important;
  border:1px solid rgba(51, 65, 84, .10)!important;
  border-bottom:0!important;
  border-radius:15px 15px 0 0!important;
  background:#f6f7f9!important;
}
#page-calendar .weekday-row span{
  padding:10px 6px!important;
  color:#667284!important;
  font-size:13px!important;
  font-weight:900!important;
}
#page-calendar .weekday-row span:first-child{color:#dd6670!important}
#page-calendar .weekday-row span:last-child{color:#5684d6!important}
#page-calendar .calendar-stage{
  overflow:visible!important;
  border-radius:0 0 15px 15px!important;
}
#page-calendar .calendar-grid{
  min-height:0!important;
  gap:0!important;
  overflow:hidden!important;
  border:1px solid rgba(51, 65, 84, .10)!important;
  border-radius:0 0 15px 15px!important;
  background:rgba(51, 65, 84, .08)!important;
}
#page-calendar .day{
  min-height:132px!important;
  padding:9px!important;
  border:0!important;
  border-right:1px solid rgba(51, 65, 84, .09)!important;
  border-bottom:1px solid rgba(51, 65, 84, .09)!important;
  background:#fff!important;
  transition:background .16s ease,box-shadow .16s ease!important;
}
#page-calendar .day:nth-child(7n){border-right:0!important}
#page-calendar .day.outside{
  background:#f6f7f9!important;
  opacity:.56!important;
}
#page-calendar .day.today{
  position:relative!important;
  background:linear-gradient(180deg,#fbf8ff,#fff)!important;
  box-shadow:inset 0 0 0 2px #8e67d7!important;
  z-index:1!important;
}
#page-calendar .day.today .date-num{
  display:grid!important;
  place-items:center!important;
  width:29px!important;
  height:29px!important;
  margin:-2px 0 7px!important;
  border-radius:50%!important;
  background:#7d54cd!important;
  color:#fff!important;
  box-shadow:0 6px 13px rgba(125,84,205,.24)!important;
}
#page-calendar .date-num{
  margin:0 0 8px!important;
  color:#334154!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:900!important;
}
#page-calendar .events{
  gap:5px!important;
}
#page-calendar .event-pill{
  min-height:30px!important;
  padding:7px 32px 7px 9px!important;
  border:1px solid color-mix(in srgb,var(--event) 28%,rgba(51, 65, 84, .12))!important;
  border-left:3px solid var(--event)!important;
  border-radius:9px!important;
  background:color-mix(in srgb,var(--event) 10%,#fff)!important;
  color:#263242!important;
  font-size:13px!important;
  font-weight:850!important;
  line-height:1.35!important;
  box-shadow:0 3px 8px rgba(38, 50, 66, .035)!important;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease!important;
}
#page-calendar .event-pill time{
  margin-top:2px!important;
  color:#788291!important;
  font-size:12px!important;
  font-weight:750!important;
}
#page-calendar .event-star{
  right:7px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  padding:2px!important;
  color:#d1a624!important;
  font-size:15px!important;
}
#page-calendar .event-pill.focused{
  box-shadow:0 0 0 2px rgba(209,166,36,.24),0 6px 14px rgba(38, 50, 66, .06)!important;
}
#page-calendar .event-pill.dimmed{
  opacity:.26!important;
}
#page-calendar .calendar-footer-note{
  margin-top:14px!important;
  padding:13px 2px 0!important;
  border-top:1px solid rgba(51, 65, 84, .09)!important;
  color:#8d98a8!important;
  font-size:12px!important;
}
#page-calendar .side-stack>.panel,#page-calendar .calendar-memo-panel{
  border-radius:18px!important;
  border:1px solid rgba(51, 65, 84, .10)!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 14px 34px rgba(38, 50, 66, .065)!important;
}
#page-calendar .upcoming{
  padding:11px!important;
  border:1px solid rgba(51, 65, 84, .08)!important;
  background:#f6f7f9!important;
}
#page-calendar .upcoming:hover{
  background:#f1f3f6!important;
}
@media (hover:hover) and (pointer:fine){#page-calendar .circle:hover{
    transform:translateY(-2px)!important;
    background:#f6f7f9!important;
    box-shadow:0 10px 20px rgba(38, 50, 66, .09)!important;
  }
#page-calendar .filter:hover,#page-calendar .event-pill:hover{
    transform:translateY(-1px)!important;
  }
#page-calendar .event-pill:hover{
    box-shadow:0 7px 14px rgba(38, 50, 66, .075)!important;
  }
#page-calendar .day:not(.outside):hover{
    background:#fcfdfc!important;
  }}
html[data-theme="dark"] #page-calendar .calendar-card,html[data-theme="dark"] #page-calendar .side-stack>.panel,html[data-theme="dark"] #page-calendar .calendar-memo-panel{
  border-color:#263242!important;
  background:linear-gradient(180deg,#131b27,#131b27)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.20)!important;
}
html[data-theme="dark"] #page-calendar #monthTitle,html[data-theme="dark"] #page-calendar .date-num{color:#e9edf2!important}
html[data-theme="dark"] #page-calendar .month-control p,html[data-theme="dark"] #page-calendar .calendar-footer-note{color:#8d98a8!important}
html[data-theme="dark"] #page-calendar .circle{
  border-color:#334154!important;background:#182231!important;color:#e9edf2!important
}
html[data-theme="dark"] #page-calendar .weekday-row{border-color:#263242!important;background:#182231!important}
html[data-theme="dark"] #page-calendar .calendar-grid{border-color:#263242!important;background:#263242!important}
html[data-theme="dark"] #page-calendar .day{border-color:#263242!important;background:#131b27!important}
html[data-theme="dark"] #page-calendar .day.outside{background:#131b27!important}
html[data-theme="dark"] #page-calendar .day.today{background:linear-gradient(180deg,#2a2440,#131b27)!important}
html[data-theme="dark"] #page-calendar .event-pill{
  color:#e9edf2!important;
  border-color:color-mix(in srgb,var(--event) 42%,#263242)!important;
  background:color-mix(in srgb,var(--event) 20%,#182231)!important;
}
html[data-theme="dark"] #page-calendar .event-pill time{color:#a0a8b3!important}
html[data-theme="dark"] #page-calendar .upcoming{border-color:#263242!important;background:#182231!important}
@media(max-width:1260px){#page-calendar .schedule-layout{grid-template-columns:1fr!important}
#page-calendar .side-stack{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:760px){#page-calendar .calendar-card{padding:14px!important;border-radius:17px!important}
#page-calendar .calendar-head{align-items:flex-start!important;flex-direction:column!important}
#page-calendar .month-control>div{min-width:0!important}
#page-calendar #monthTitle{font-size:22px!important}
#page-calendar .day{min-height:112px!important;padding:6px!important}
#page-calendar .event-pill{padding:6px 24px 6px 7px!important;font-size:12px!important}
#page-calendar .side-stack{display:flex!important}}
#page-calendar .event-pill{
  border:1px solid color-mix(in srgb,var(--event) 58%,var(--line))!important;
  border-left-width:1px!important;
  background:color-mix(in srgb,var(--event) 17%,var(--panel))!important;
  box-shadow:none!important;
}
#page-calendar .event-pill:hover{
  background:color-mix(in srgb,var(--event) 23%,var(--panel))!important;
}
#page-calendar .event-pill.multi-day,#page-calendar .event-pill.multi-day.range-start,#page-calendar .event-pill.multi-day.range-week-start{
  border-left-width:1px!important;
}
html[data-theme="dark"] #page-calendar .event-pill{
  border-color:color-mix(in srgb,var(--event) 60%,var(--line))!important;
  border-left-width:1px!important;
  background:color-mix(in srgb,var(--event) 22%,var(--panel))!important;
}
.entry-notice-layer{
  padding:24px!important;
}
.entry-notice-layer>.entry-notice-card{
  width:min(1120px,calc(100vw - 48px))!important;
  max-width:1120px!important;
  max-height:min(92vh,920px)!important;
  overflow:auto!important;
}
.entry-notice-main{
  grid-template-columns:minmax(360px,1.08fr) minmax(320px,.92fr)!important;
  gap:36px!important;
  align-items:center!important;
  padding:30px!important;
}
.entry-notice-image-wrap{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  overflow:hidden!important;
  background:color-mix(in srgb,var(--bg) 72%,var(--panel))!important;
}
.entry-notice-image-wrap[hidden]{display:none!important}
.entry-notice-image-wrap img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  max-height:min(64vh,680px)!important;
  object-fit:contain!important;
  object-position:center!important;
}
.entry-notice-copy h2{
  font-size:clamp(30px,3.4vw,48px)!important;
}
@media(max-width:900px){.entry-notice-layer>.entry-notice-card{
    width:min(760px,calc(100vw - 36px))!important;
  }
.entry-notice-main{
    grid-template-columns:1fr!important;
    gap:22px!important;
    padding:22px!important;
  }
.entry-notice-image-wrap img{
    max-height:48vh!important;
  }
.entry-notice-copy h2{
    font-size:clamp(26px,5vw,38px)!important;
  }}
@media(max-width:560px){.entry-notice-layer{
    padding:10px!important;
  }
.entry-notice-layer>.entry-notice-card{
    width:calc(100vw - 20px)!important;
    max-height:94dvh!important;
    border-radius:18px!important;
  }
.entry-notice-header{
    padding:16px 17px 14px!important;
  }
.entry-notice-main{
    gap:16px!important;
    padding:16px!important;
  }
.entry-notice-image-wrap{
    border-radius:13px!important;
  }
.entry-notice-image-wrap img{
    max-height:42dvh!important;
  }
.entry-notice-copy h2{
    font-size:22px!important;
  }}
#page-calendar .portal-side-right,#page-calendar .mobile-info-tabs{
  display:none!important;
}
#page-calendar .schedule-layout,#page-calendar .schedule-layout[style],body.memo-panel-open #page-calendar .schedule-layout,body.news-panel-open #page-calendar .schedule-layout,body.v5-memo-open #page-calendar .schedule-layout,body.v5-news-open #page-calendar .schedule-layout{
  grid-template-columns:minmax(0,1fr)!important;
  grid-template-areas:none!important;
  width:100%!important;
  gap:0!important;
  padding-left:0!important;
  align-items:start!important;
}
#page-calendar .calendar-card{
  width:100%!important;
  max-width:none!important;
}
#page-calendar .calendar-table-scroll{
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-gutter:stable;
  border-radius:15px!important;
}
#page-calendar .calendar-table-inner{
  width:100%!important;
  min-width:0!important;
}
#page-calendar .calendar-stage{
  width:100%!important;
  overflow:visible!important;
}
#page-calendar .event-pill,#page-calendar .event-pill *{
  word-break:keep-all!important;
  overflow-wrap:normal!important;
}
#page-calendar .event-pill{
  white-space:normal!important;
}
#page-calendar .event-pill time{
  white-space:nowrap!important;
}
@media (min-width:769px) and (max-width:1180px){#page-calendar .calendar-table-inner{
    min-width:980px!important;
  }
#page-calendar .weekday-row,#page-calendar .calendar-grid{
    grid-template-columns:repeat(7,minmax(140px,1fr))!important;
  }
#page-calendar .day{
    min-width:140px!important;
  }}
.floating-member-db{
  display:none!important;
}
body.admin-mode #toggleAdmin{
  display:none!important;
}
.admin-control-hub{
  position:fixed!important;
  right:24px!important;
  bottom:24px!important;
  z-index:2140!important;
  display:none!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  gap:10px!important;
}
body.admin-mode .admin-control-hub.admin-only{
  display:flex!important;
}
.admin-control-launcher{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-width:132px!important;
  height:48px!important;
  padding:0 16px!important;
  border:1px solid color-mix(in srgb,var(--primary) 34%,var(--line))!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,var(--primary),color-mix(in srgb,var(--primary) 72%,#8b2745))!important;
  color:#fff!important;
  box-shadow:0 14px 34px color-mix(in srgb,var(--primary) 24%,transparent)!important;
  cursor:pointer!important;
  font-weight:900!important;
}
.admin-control-launcher svg{
  width:18px!important;
  height:18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.admin-control-menu{
  position:absolute!important;
  right:0!important;
  bottom:58px!important;
  width:250px!important;
  padding:12px!important;
  border:1px solid var(--line)!important;
  border-radius:18px!important;
  background:color-mix(in srgb,var(--panel) 96%,transparent)!important;
  color:var(--text)!important;
  box-shadow:0 22px 60px rgba(33,18,25,.18)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
.admin-control-menu[hidden]{display:none!important}
.admin-control-menu header{
  padding:4px 5px 10px!important;
  border-bottom:1px solid var(--line)!important;
}
.admin-control-menu header span,.admin-control-menu header strong{display:block!important}
.admin-control-menu header span{
  color:var(--primary)!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
}
.admin-control-menu header strong{
  margin-top:3px!important;
  font-size:16px!important;
}
.admin-control-menu>button{
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  min-height:40px!important;
  margin-top:7px!important;
  padding:9px 11px!important;
  border:1px solid var(--line)!important;
  border-radius:11px!important;
  background:var(--panel2)!important;
  color:var(--text)!important;
  cursor:pointer!important;
  text-align:left!important;
  font-size:14px!important;
  font-weight:850!important;
}
.admin-control-menu>button:hover{
  border-color:color-mix(in srgb,var(--primary) 34%,var(--line))!important;
  background:color-mix(in srgb,var(--primary) 7%,var(--panel2))!important;
}
.admin-control-menu>.admin-control-logout{
  color:#d94a63!important;
}
html[data-theme="dark"] .admin-control-menu{
  background:rgba(19, 27, 39, .96)!important;
  border-color:#334154!important;
  box-shadow:0 22px 60px rgba(0,0,0,.40)!important;
}
html[data-theme="dark"] .admin-control-menu>button{
  background:#182231!important;
  border-color:#334154!important;
  color:#f1f3f6!important;
}
html[data-theme="dark"] #page-home .sidebar-brand-footer.archive-brand,html[data-theme="dark"] .sidebar-brand-footer.archive-brand{
  background:transparent!important;
}
html[data-theme="dark"] .sidebar-brand-footer.archive-brand img,html[data-theme="dark"] #page-home .home-archive-logo{
  filter:brightness(0) invert(1) drop-shadow(0 3px 12px rgba(255,255,255,.07))!important;
  opacity:.96!important;
}
html[data-theme="dark"] #page-home .home-v2-hero{
  background:
    radial-gradient(circle at 84% 22%,rgba(236,49,93,.12),transparent 34%),
    linear-gradient(135deg,#0f1520 0%,#0f1520 58%,#1d171a 100%)!important;
  border-color:#263242!important;
  box-shadow:0 18px 48px rgba(0,0,0,.28)!important;
}
html[data-theme="dark"] #page-home .home-v2-hero:not(.is-live){
  background:
    radial-gradient(circle at 88% 46%,rgba(236,49,93,.11),transparent 22%),
    linear-gradient(135deg,#0f1520,#0f1520 65%,#1d171a)!important;
}
html[data-theme="dark"] #page-home .home-v2-hero:not(.is-live)::after{
  color:rgba(255,255,255,.035)!important;
}
html[data-theme="dark"] #page-home .home-v2-status,html[data-theme="dark"] #page-home .home-v2-hero.is-live .home-v2-status{
  background:rgba(19, 27, 39, .94)!important;
  border-color:#334154!important;
  color:#e9edf2!important;
  box-shadow:0 10px 28px rgba(0,0,0,.24)!important;
}
html[data-theme="dark"] #page-home .panel,html[data-theme="dark"] #page-home .home-v2-card{
  background:#131b27!important;
  border-color:#263242!important;
  color:#e9edf2!important;
  box-shadow:0 14px 36px rgba(0,0,0,.20)!important;
}
html[data-theme="dark"] #page-home .home-v2-stats{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
html[data-theme="dark"] #page-home .home-v2-stats article,html[data-theme="dark"] #page-home .home-v2-upcoming-row,html[data-theme="dark"] #page-home .home-v2-next-event,html[data-theme="dark"] #page-home .home-v2-live-member,html[data-theme="dark"] #page-home .home-v2-shortcut-grid>*{
  background:#182231!important;
  border-color:#334154!important;
  color:#e9edf2!important;
}
html[data-theme="dark"] #page-home .home-v2-stats i,html[data-theme="dark"] #page-home .home-v2-dday-badge,html[data-theme="dark"] #page-home .home-v2-shortcut-grid i{
  background:rgba(236,49,93,.12)!important;
  color:#ff7897!important;
}
html[data-theme="dark"] #page-home h1,html[data-theme="dark"] #page-home h2,html[data-theme="dark"] #page-home h3,html[data-theme="dark"] #page-home strong,html[data-theme="dark"] #page-home b{
  color:#f6f7f9!important;
}
html[data-theme="dark"] #page-home p,html[data-theme="dark"] #page-home small,html[data-theme="dark"] #page-home .home-date,html[data-theme="dark"] #page-home .home-v2-stats span{
  color:#a0a8b3!important;
}
@media(max-width:768px){.admin-control-hub{
    right:14px!important;
    bottom:86px!important;
  }
.admin-control-menu{
    width:min(250px,calc(100vw - 28px))!important;
  }}
@media (min-width:1601px){body:has(#page-calendar.active) .app-shell{
    width:calc(100vw - var(--responsive-sidebar-width,260px) - 32px)!important;
    max-width:none!important;
    min-width:0!important;
    margin-left:16px!important;
    margin-right:16px!important;
    padding-left:0!important;
    padding-right:0!important;
  }
#page-calendar,#page-calendar.active,#page-calendar .schedule-layout,#page-calendar .calendar-card{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
  }}
@media (min-width:1181px) and (max-width:1600px){body:has(#page-calendar.active) .app-shell{
    width:calc(100vw - var(--responsive-sidebar-width,232px) - 24px)!important;
    max-width:none!important;
    margin-left:12px!important;
    margin-right:12px!important;
    padding-left:0!important;
    padding-right:0!important;
  }}
html[data-theme="dark"] .sidebar-brand-footer.archive-brand img,html[data-theme="dark"] #page-home .home-archive-logo{
  content:url("assets/jinho-archive-logo-dark.webp")!important;
  filter:drop-shadow(0 3px 12px rgba(255,255,255,.06))!important;
  opacity:1!important;
}
html[data-theme="dark"] #page-home{
  color:#f1f3f6!important;
}
html[data-theme="dark"] #page-home.home-v2,html[data-theme="dark"] #page-home .home-v2-grid,html[data-theme="dark"] #page-home .home-v2-stats{
  background:transparent!important;
}
html[data-theme="dark"] #page-home .home-v2-hero,html[data-theme="dark"] #page-home .home-v2-hero:not(.is-live),html[data-theme="dark"] #page-home .home-v2-hero.is-live{
  background:
    radial-gradient(circle at 86% 24%,rgba(236,49,93,.13),transparent 31%),
    radial-gradient(circle at 18% 110%,rgba(102, 114, 132, .10),transparent 42%),
    linear-gradient(135deg,#131b27 0%,#0f1520 58%,#1c1519 100%)!important;
  border:1px solid #263242!important;
  color:#f6f7f9!important;
  box-shadow:0 20px 52px rgba(0,0,0,.30)!important;
}
html[data-theme="dark"] #page-home .home-v2-hero:not(.is-live)::after{
  color:rgba(255,255,255,.035)!important;
}
html[data-theme="dark"] #page-home .home-v2-hero-copy{
  background:transparent!important;
}
html[data-theme="dark"] #page-home .home-archive-tagline,html[data-theme="dark"] #page-home .home-date,html[data-theme="dark"] #page-home .home-date small{
  color:#a0a8b3!important;
}
html[data-theme="dark"] #page-home .home-date span{
  color:#a9d29f!important;
}
html[data-theme="dark"] #page-home .panel,html[data-theme="dark"] #page-home .home-v2-card,html[data-theme="dark"] #page-home .home-v2-today,html[data-theme="dark"] #page-home .home-v2-week,html[data-theme="dark"] #page-home .home-v2-vod,html[data-theme="dark"] #page-home .home-v2-live-members,html[data-theme="dark"] #page-home .home-v2-shortcuts{
  background:#131b27!important;
  border-color:#263242!important;
  color:#f1f3f6!important;
  box-shadow:0 14px 38px rgba(0,0,0,.22)!important;
}
html[data-theme="dark"] #page-home .home-v2-stats article,html[data-theme="dark"] #page-home .home-v2-upcoming-row,html[data-theme="dark"] #page-home .home-v2-next-event,html[data-theme="dark"] #page-home .home-v2-live-member,html[data-theme="dark"] #page-home .home-v2-shortcut-grid > *,html[data-theme="dark"] #page-home #homeRecentVodList .home-vod-row,html[data-theme="dark"] #page-home .home-timeline-row,html[data-theme="dark"] #page-home .home-memo-row{
  background:#182231!important;
  border-color:#334154!important;
  color:#f1f3f6!important;
  box-shadow:none!important;
}
html[data-theme="dark"] #page-home #homeRecentVodList .home-vod-row.is-featured{
  background:#182231!important;
}
html[data-theme="dark"] #page-home .home-vod-thumb,html[data-theme="dark"] #page-home .home-v2-live-member-thumb{
  background:#0f1520!important;
}
html[data-theme="dark"] #page-home .home-v2-stats i,html[data-theme="dark"] #page-home .home-v2-dday-badge,html[data-theme="dark"] #page-home .home-v2-shortcut-grid i{
  background:#2b2025!important;
  color:#ff7595!important;
}
html[data-theme="dark"] #page-home .home-v2-status,html[data-theme="dark"] #page-home .home-v2-hero.is-live .home-v2-status{
  background:#182231!important;
  border-color:#334154!important;
  color:#f1f3f6!important;
  box-shadow:0 10px 26px rgba(0,0,0,.24)!important;
}
html[data-theme="dark"] #page-home .home-v2-status strong,html[data-theme="dark"] #page-home .home-v2-status b,html[data-theme="dark"] #page-home .home-section-head h2,html[data-theme="dark"] #page-home .home-v2-card strong,html[data-theme="dark"] #page-home .home-v2-card b{
  color:#f1f3f6!important;
}
html[data-theme="dark"] #page-home .home-v2-status small,html[data-theme="dark"] #page-home .home-v2-card small,html[data-theme="dark"] #page-home .home-v2-card p,html[data-theme="dark"] #page-home .home-v2-stats span{
  color:#a0a8b3!important;
}
html[data-theme="dark"] #page-home .text-btn{
  color:#e45b7a!important;
}
html[data-theme="dark"] #page-home [style*="background: white"],html[data-theme="dark"] #page-home [style*="background:#fff"],html[data-theme="dark"] #page-home [style*="background: #fff"]{
  background:#182231!important;
  color:#f1f3f6!important;
}
html[data-theme="dark"] .sidebar-brand-footer.archive-brand{
  background:transparent!important;
}
@media (min-width:1601px){body:has(#page-calendar.active) .app-shell{
    width:calc(100% - 24px)!important;
    max-width:none!important;
    margin-left:12px!important;
    margin-right:12px!important;
    padding-left:0!important;
    padding-right:0!important;
  }
#page-calendar,#page-calendar.active,#page-calendar .schedule-layout,#page-calendar .calendar-card,#page-calendar .calendar-stage{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
  }
#page-calendar .schedule-layout,#page-calendar .schedule-layout[style]{
    grid-template-columns:minmax(0,1fr)!important;
  }}
@media (min-width:901px){body:has(#page-calendar.active) > main.shell.app-shell{
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    padding:0 var(--responsive-page-gutter,18px) 44px!important;
  }
#page-calendar,#page-calendar.active{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
  }
#page-calendar .schedule-layout,#page-calendar .schedule-layout[style],body.memo-panel-open #page-calendar .schedule-layout,body.news-panel-open #page-calendar .schedule-layout,body.v5-memo-open #page-calendar .schedule-layout,body.v5-news-open #page-calendar .schedule-layout{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
  }
#calendarMemoDrawer,#calendarNewsDrawer,#page-calendar .portal-side-right{
    display:none!important;
  }
#page-calendar .calendar-card,#page-calendar .modern-calendar{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    justify-self:stretch!important;
  }
#page-calendar .calendar-table-scroll,#page-calendar .calendar-table-inner,#page-calendar .weekday-row,#page-calendar .calendar-stage,#page-calendar .calendar-grid{
    width:100%!important;
    max-width:none!important;
  }
#page-calendar .calendar-grid{
    grid-template-columns:repeat(7,minmax(0,1fr))!important;
    grid-template-rows:repeat(6,minmax(148px,auto))!important;
    min-height:888px!important;
    align-content:stretch!important;
  }
#page-calendar .day{
    min-width:0!important;
    min-height:148px!important;
  }}
@media (min-width:901px) and (max-width:1180px){#page-calendar .calendar-table-scroll{
    overflow-x:auto!important;
    overflow-y:hidden!important;
  }
#page-calendar .calendar-table-inner{
    width:980px!important;
    min-width:980px!important;
  }
#page-calendar .weekday-row,#page-calendar .calendar-grid{
    width:980px!important;
    min-width:980px!important;
    grid-template-columns:repeat(7,minmax(140px,1fr))!important;
  }}
#page-calendar .event-pill.category-dimmed{
  opacity:.24!important;
  filter:grayscale(.55) saturate(.55)!important;
  transform:none!important;
}
#page-calendar .event-pill.category-focused{
  opacity:1!important;
  filter:none!important;
  box-shadow:0 0 0 2px color-mix(in srgb,var(--event) 72%,transparent),0 7px 18px color-mix(in srgb,var(--event) 16%,transparent)!important;
  position:relative!important;
  z-index:2!important;
}
#page-calendar .event-pill.dimmed:not(.category-focused){
  opacity:.24!important;
  filter:grayscale(.55) saturate(.55)!important;
}
.event-popover-layer{position:fixed;inset:0;z-index:1760;pointer-events:none}
.event-popover-layer[hidden]{display:none!important}
.event-popover{position:fixed;width:min(420px,calc(100vw - 28px));max-height:min(72vh,650px);overflow:auto;pointer-events:auto;border:1px solid color-mix(in srgb,var(--line) 86%,transparent);border-radius:22px;background:color-mix(in srgb,var(--panel) 97%,#fff 3%);color:var(--text);box-shadow:0 24px 70px rgba(15, 21, 32, .24);padding:20px 20px 0;opacity:0;transform:translateY(8px) scale(.985);transition:opacity .16s ease,transform .16s ease;scrollbar-width:thin;overscroll-behavior:contain}
.event-popover-layer.is-open .event-popover{opacity:1;transform:none}
.event-popover-grab{display:none}
.event-popover-close{position:absolute;right:14px;top:13px;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:var(--panel2);color:var(--text);font-size:21px;line-height:1;cursor:pointer;display:grid;place-items:center}
.event-popover-date{padding-right:46px;color:var(--muted);font-size:14px;font-weight:800;letter-spacing:-.01em}
.event-popover-tags{display:flex;gap:6px;flex-wrap:wrap;margin:14px 0 9px}
.event-popover-tags span{display:inline-flex;align-items:center;min-height:25px;padding:4px 9px;border-radius:999px;border:1px solid color-mix(in srgb,var(--tag) 60%,var(--line));background:color-mix(in srgb,var(--tag) 14%,var(--panel));color:var(--text);font-size:12px;font-weight:900}
.event-popover h2{margin:0 0 11px;font-size:22px;line-height:1.2;letter-spacing:-.045em;color:var(--text)}
.event-popover-memo{margin:0 0 14px;padding:12px 14px;border-radius:14px;background:var(--panel2);color:color-mix(in srgb,var(--text) 86%,var(--muted));font-size:14px;line-height:1.7;word-break:keep-all;overflow-wrap:anywhere}
.event-popover-participants{display:flex;gap:10px;overflow-x:auto;margin:2px -2px 14px;padding:3px 2px 5px;scrollbar-width:thin}
.event-popover-participants a{flex:0 0 52px;min-width:0;color:inherit;text-decoration:none;text-align:center}
.event-popover-participants img{display:block;width:44px;height:44px;margin:0 auto 4px;border-radius:50%;object-fit:cover;border:2px solid color-mix(in srgb,var(--primary) 45%,#fff);background:var(--panel2)}
.event-popover-participants span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;color:var(--muted)}
.event-popover-image{margin:0 0 14px;overflow:hidden;border-radius:14px;border:1px solid var(--line);background:var(--panel2)}
.event-popover-image img{display:block;width:100%;max-height:170px;object-fit:contain;background:transparent}
.event-popover-notice{display:grid;gap:5px;margin:0 0 14px;padding:13px 14px;border:1px solid color-mix(in srgb,var(--primary) 38%,var(--line));border-radius:14px;background:color-mix(in srgb,var(--primary) 7%,var(--panel2))}
.event-popover-notice small{color:var(--primary);font-size:12px;font-weight:950;letter-spacing:.13em}
.event-popover-notice strong{font-size:14px;color:var(--text)}
.event-popover-notice p{display:-webkit-box;margin:0;color:var(--muted);font-size:14px;line-height:1.6;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap}
.event-popover-notice a{justify-self:start;color:var(--primary);font-size:13px;font-weight:900;text-decoration:none}
.event-popover-actions{position:sticky;bottom:0;display:flex;gap:7px;align-items:center;margin:5px -20px 0;padding:12px 20px 16px;border-top:1px solid var(--line);background:color-mix(in srgb,var(--panel) 94%,transparent);backdrop-filter:blur(12px)}
.event-popover-actions .btn{min-height:36px;font-size:13px}
.event-popover-actions #eventPopoverEdit{margin-left:auto}
.event-pill.event-detail-anchor{z-index:8;box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 78%,#fff),0 7px 20px rgba(0,0,0,.14)!important;transform:translateY(-1px)}
.day.event-detail-day{position:relative;z-index:5;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 48%,transparent)}
[data-theme="dark"] .event-popover{background:#131b27;border-color:#334154;box-shadow:0 30px 80px rgba(0,0,0,.52)}
[data-theme="dark"] .event-popover-actions{background:rgba(19, 27, 39, .94)}
[data-theme="dark"] .event-popover-memo,[data-theme="dark"] .event-popover-close{background:#182231}
@media(max-width:760px){html.event-popover-open{overflow:hidden}
.event-popover-layer{display:flex;align-items:flex-end;pointer-events:auto;padding:0;background:rgba(9, 13, 20, .28);backdrop-filter:blur(2px)}
.event-popover{position:relative!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;width:100%;max-height:78dvh;border-radius:22px 22px 0 0;border-left:0;border-right:0;border-bottom:0;padding:12px 16px 0;transform:translateY(26px);box-shadow:0 -18px 54px rgba(0,0,0,.24)}
.event-popover-layer.is-open .event-popover{transform:translateY(0)}
.event-popover-grab{display:block;width:36px;height:4px;margin:0 auto 10px;border-radius:999px;background:color-mix(in srgb,var(--muted) 45%,transparent)}
.event-popover-close{top:13px;right:14px}
.event-popover-date{padding-top:3px}
.event-popover h2{font-size:21px}
.event-popover-image img{max-height:210px}
.event-popover-actions{margin-left:-16px;margin-right:-16px;padding:11px 16px calc(14px + env(safe-area-inset-bottom))}
.event-pill.event-detail-anchor{transform:none}}
#daySummaryModal.day-summary-layer{
  background:rgba(9, 13, 20, .28)!important;
  backdrop-filter:blur(3px)!important;
  -webkit-backdrop-filter:blur(3px)!important;
  padding:22px!important;
}
#daySummaryModal .day-summary-modal{
  width:min(570px,calc(100vw - 40px))!important;
  max-height:min(78vh,720px)!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:22px!important;
  display:flex!important;
  flex-direction:column!important;
  background:var(--panel)!important;
  border:1px solid var(--line)!important;
  box-shadow:0 24px 70px rgba(15, 21, 32, .22)!important;
}
#daySummaryModal .day-summary-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:17px 18px 12px!important;
  border:0!important;
  flex:0 0 auto!important;
}
#daySummaryModal .day-summary-heading{
  min-width:0!important;
  display:flex!important;
  align-items:baseline!important;
  gap:9px!important;
  flex-wrap:wrap!important;
}
#daySummaryModal .day-summary-heading h2{
  margin:0!important;
  font-size:19px!important;
  line-height:1.2!important;
  letter-spacing:-.035em!important;
  color:var(--text)!important;
}
#daySummaryModal #daySummaryMeta{
  padding:4px 8px!important;
  border-radius:999px!important;
  background:var(--panel2)!important;
  color:var(--muted)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:850!important;
  white-space:nowrap!important;
}
#daySummaryModal .day-summary-close{
  flex:0 0 34px!important;
  width:34px!important;height:34px!important;
  border:1px solid var(--line)!important;
  border-radius:50%!important;
  background:var(--panel2)!important;
  color:var(--text)!important;
  font-size:19px!important;
  line-height:1!important;
  cursor:pointer!important;
  display:grid!important;place-items:center!important;
}
#daySummaryModal .day-summary-nav{
  display:grid!important;
  grid-template-columns:36px auto 36px!important;
  justify-content:center!important;
  align-items:center!important;
  gap:7px!important;
  padding:0 18px 11px!important;
  border-bottom:1px solid var(--line)!important;
  flex:0 0 auto!important;
}
#daySummaryModal .day-summary-nav button{
  height:30px!important;
  border:1px solid var(--line)!important;
  border-radius:10px!important;
  background:var(--panel2)!important;
  color:var(--text)!important;
  font-weight:850!important;
  cursor:pointer!important;
}
#daySummaryModal .day-summary-nav button:nth-child(2){padding:0 15px!important;font-size:13px!important}
#daySummaryModal .daily-broadcast-card{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr) auto auto!important;
  align-items:center!important;
  gap:9px!important;
  margin:12px 18px 2px!important;
  padding:10px 11px!important;
  min-height:52px!important;
  border:1px solid color-mix(in srgb,var(--primary) 22%,var(--line))!important;
  border-radius:14px!important;
  background:color-mix(in srgb,var(--primary) 5%,var(--panel2))!important;
  flex:0 0 auto!important;
}
#daySummaryModal .daily-broadcast-card.is-empty{opacity:.72!important}
#daySummaryModal .daily-broadcast-icon{
  width:32px!important;height:32px!important;border-radius:10px!important;
  display:grid!important;place-items:center!important;
  background:color-mix(in srgb,var(--primary) 12%,var(--panel))!important;
  color:var(--primary)!important;font-size:14px!important;font-weight:900!important;
}
#daySummaryModal .daily-broadcast-copy{min-width:0!important}
#daySummaryModal .daily-broadcast-copy strong{display:block!important;color:var(--text)!important;font-size:13px!important;line-height:1.2!important}
#daySummaryModal .daily-broadcast-copy p{margin:3px 0 0!important;color:var(--muted)!important;font-size:13px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
#daySummaryModal .daily-vod-links{display:flex!important;gap:5px!important;align-items:center!important}
#daySummaryModal .daily-vod-links:empty{display:none!important}
#daySummaryModal .daily-vod-links .vod-detail-link{
  border:0!important;background:transparent!important;padding:5px 3px!important;
  color:var(--primary)!important;font-size:12px!important;font-weight:900!important;text-decoration:none!important;white-space:nowrap!important;
}
#daySummaryModal .daily-broadcast-manage{
  width:30px!important;height:30px!important;border:1px solid var(--line)!important;border-radius:9px!important;
  background:var(--panel)!important;color:var(--muted)!important;font-size:17px!important;line-height:1!important;cursor:pointer!important;
  align-items:center!important;justify-content:center!important;padding:0!important;
}
#daySummaryModal .day-summary-list{
  display:grid!important;
  gap:7px!important;
  margin:0!important;
  padding:12px 18px 8px!important;
  overflow:auto!important;
  min-height:0!important;
  flex:1 1 auto!important;
  scrollbar-width:thin!important;
}
#daySummaryModal .day-summary-item{
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr) 24px!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  min-height:58px!important;
  padding:9px 10px!important;
  border:1px solid color-mix(in srgb,var(--event) 38%,var(--line))!important;
  border-left:4px solid var(--event)!important;
  border-radius:13px!important;
  background:color-mix(in srgb,var(--event) 8%,var(--panel2))!important;
  color:var(--text)!important;
  text-align:left!important;
  cursor:pointer!important;
  transition:transform .14s ease,box-shadow .14s ease,background .14s ease!important;
}
#daySummaryModal .day-summary-item:hover{
  transform:translateY(-1px)!important;
  background:color-mix(in srgb,var(--event) 13%,var(--panel2))!important;
  box-shadow:0 7px 18px rgba(19, 27, 39, .08)!important;
}
#daySummaryModal .day-summary-time{
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:900!important;
  color:color-mix(in srgb,var(--event) 72%,var(--text))!important;
  white-space:nowrap!important;
}
#daySummaryModal .day-summary-copy{display:grid!important;gap:3px!important;min-width:0!important}
#daySummaryModal .day-summary-copy b{font-size:15px!important;line-height:1.25!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:var(--text)!important}
#daySummaryModal .day-summary-copy small{font-size:12px!important;line-height:1.3!important;color:var(--muted)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
#daySummaryModal .day-summary-star{justify-self:end!important;font-size:17px!important;color:#a98215!important}
#daySummaryModal .day-summary-empty{
  min-height:120px!important;display:grid!important;place-content:center!important;text-align:center!important;gap:5px!important;
  border:1px dashed var(--line)!important;border-radius:14px!important;color:var(--muted)!important;
}
#daySummaryModal .day-summary-empty b{font-size:14px!important;color:var(--text)!important}
#daySummaryModal .day-summary-empty span{font-size:13px!important}
#daySummaryModal .day-summary-add{
  flex:0 0 auto!important;
  width:calc(100% - 36px)!important;
  margin:3px 18px 16px!important;
  min-height:37px!important;
  border:1px dashed color-mix(in srgb,var(--primary) 40%,var(--line))!important;
  border-radius:12px!important;
  background:transparent!important;
  color:var(--primary)!important;
  font-size:13px!important;font-weight:900!important;cursor:pointer!important;
  align-items:center!important;justify-content:center!important;
}
html[data-theme="dark"] #daySummaryModal .day-summary-modal{background:#131b27!important;border-color:#263242!important;box-shadow:0 30px 90px rgba(0,0,0,.5)!important}
html[data-theme="dark"] #daySummaryModal .daily-broadcast-card{background:#182231!important;border-color:#334154!important}
html[data-theme="dark"] #daySummaryModal .day-summary-item{
  background:linear-gradient(90deg,color-mix(in srgb,var(--event) 26%,#182231),#182231 62%)!important;
  border-color:color-mix(in srgb,var(--event) 45%,#334154)!important;
  border-left-color:var(--event)!important;
}
html[data-theme="dark"] #daySummaryModal .day-summary-item:hover{background:linear-gradient(90deg,color-mix(in srgb,var(--event) 34%,#182231),#182231 64%)!important}
@media(max-width:700px){#daySummaryModal.day-summary-layer{align-items:end!important;padding:0!important;background:rgba(9, 13, 20, .3)!important;backdrop-filter:blur(2px)!important}
#daySummaryModal .day-summary-modal{
    width:100%!important;max-width:none!important;max-height:78dvh!important;
    border-radius:22px 22px 0 0!important;border-left:0!important;border-right:0!important;border-bottom:0!important;
  }
#daySummaryModal .day-summary-head{padding:16px 16px 10px!important}
#daySummaryModal .day-summary-heading h2{font-size:18px!important}
#daySummaryModal .day-summary-nav{padding:0 16px 10px!important}
#daySummaryModal .daily-broadcast-card{grid-template-columns:32px minmax(0,1fr) auto!important;margin:10px 14px 2px!important;padding:9px 10px!important}
#daySummaryModal .daily-broadcast-manage{display:none!important}
#daySummaryModal .day-summary-list{padding:10px 14px 7px!important}
#daySummaryModal .day-summary-item{grid-template-columns:57px minmax(0,1fr) 22px!important;min-height:56px!important;padding:8px 9px!important}
#daySummaryModal .day-summary-copy small{max-width:100%!important}
#daySummaryModal .day-summary-add{width:calc(100% - 28px)!important;margin:3px 14px calc(12px + env(safe-area-inset-bottom))!important}}
html[data-theme="dark"] #page-calendar .day:not(.outside):hover,html[data-theme="dark"] #page-calendar .day:not(.outside):focus-within,html[data-theme="dark"] #page-calendar .day.event-detail-day,html[data-theme="dark"] #page-calendar .day.today-jump{
  background:#182231!important;
  color:#e9edf2!important;
}
html[data-theme="dark"] #page-calendar .day.today:hover,html[data-theme="dark"] #page-calendar .day.today:focus-within,html[data-theme="dark"] #page-calendar .day.today.event-detail-day,html[data-theme="dark"] #page-calendar .day.today.today-jump{
  background:linear-gradient(180deg,#30284a,#182231)!important;
}
html[data-theme="dark"] #page-calendar .day.today-jump{
  animation:todayPulseDark 1.35s ease!important;
}
@keyframes todayPulseDark{
  0%,100%{box-shadow:inset 0 0 0 3px var(--primary)}
  35%{box-shadow:inset 0 0 0 4px var(--primary),0 0 0 10px color-mix(in srgb,var(--primary) 20%,transparent)}
}
html[data-theme="dark"] #page-calendar .event-pill.event-detail-anchor{
  box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 72%,#a0a8b3),0 7px 20px rgba(0,0,0,.28)!important;
}
#daySummaryModal .day-summary-item.has-members{
  min-height:78px!important;
}
#daySummaryModal .day-summary-members{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  min-width:0!important;
  margin-top:4px!important;
  overflow:hidden!important;
}
#daySummaryModal .day-summary-member{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  min-width:0!important;
  max-width:78px!important;
  color:var(--muted)!important;
}
#daySummaryModal .day-summary-member img{
  width:23px!important;
  height:23px!important;
  flex:0 0 23px!important;
  border-radius:50%!important;
  object-fit:cover!important;
  border:1.5px solid color-mix(in srgb,var(--event) 44%,var(--line))!important;
  background:var(--panel2)!important;
}
#daySummaryModal .day-summary-member em{
  display:block!important;
  min-width:0!important;
  max-width:48px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:12px!important;
  line-height:1!important;
  font-style:normal!important;
  font-weight:800!important;
}
#daySummaryModal .day-summary-member-more{
  display:grid!important;
  place-items:center!important;
  flex:0 0 25px!important;
  width:25px!important;
  height:25px!important;
  border:1px solid var(--line)!important;
  border-radius:50%!important;
  background:var(--panel2)!important;
  color:var(--muted)!important;
  font-size:12px!important;
  font-weight:900!important;
}
html[data-theme="dark"] #daySummaryModal .day-summary-member img{
  border-color:color-mix(in srgb,var(--event) 56%,#334154)!important;
  background:#182231!important;
}
html[data-theme="dark"] #daySummaryModal .day-summary-member-more{
  background:#182231!important;
  border-color:#334154!important;
  color:#cfd6df!important;
}
@media(max-width:700px){#daySummaryModal .day-summary-item.has-members{min-height:74px!important}
#daySummaryModal .day-summary-members{gap:5px!important}
#daySummaryModal .day-summary-member{max-width:64px!important}
#daySummaryModal .day-summary-member img{width:22px!important;height:22px!important;flex-basis:22px!important}
#daySummaryModal .day-summary-member em{max-width:36px!important;font-size:12px!important}}
#eventModal .event-category-field{align-self:start}
#eventModal .event-category-picker{
  display:flex;flex-wrap:wrap;gap:8px;margin-top:7px;padding:10px;
  border:1px solid var(--line);border-radius:14px;background:color-mix(in srgb,var(--panel2) 72%,transparent)
}
#eventModal .event-category-option{
  appearance:none;border:1px solid color-mix(in srgb,var(--pick) 58%,var(--line));
  background:color-mix(in srgb,var(--pick) 8%,var(--panel));color:var(--text);
  min-height:34px;padding:7px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;
  font:inherit;font-size:14px;font-weight:850;cursor:pointer;transition:.16s ease;box-shadow:none
}
#eventModal .event-category-option i{width:8px;height:8px;border-radius:50%;background:var(--pick);flex:0 0 auto}
#eventModal .event-category-option b{font-size:13px;color:inherit}
#eventModal .event-category-option:hover{transform:translateY(-1px);border-color:var(--pick)}
#eventModal .event-category-option.active{
  border-color:var(--pick);background:color-mix(in srgb,var(--pick) 18%,var(--panel));
  box-shadow:0 0 0 2px color-mix(in srgb,var(--pick) 16%,transparent)
}
html[data-theme="dark"] #eventModal .event-category-picker{background:#131b27;border-color:#334154}
html[data-theme="dark"] #eventModal .event-category-option{background:color-mix(in srgb,var(--pick) 13%,#131b27);border-color:color-mix(in srgb,var(--pick) 48%,#334154);color:#eef5ef}
html[data-theme="dark"] #eventModal .event-category-option.active{background:color-mix(in srgb,var(--pick) 28%,#131b27);border-color:color-mix(in srgb,var(--pick) 78%,#8d98a8)}
#eventPopoverTags{flex-wrap:wrap}
#eventPopoverTags .sub{opacity:.9}
@media(max-width:700px){#eventModal .event-category-picker{gap:6px;padding:8px}
#eventModal .event-category-option{min-height:32px;padding:6px 9px;font-size:13px}}
#page-stats{width:100%;max-width:none!important}
#page-stats .page-section-head{max-width:1600px;margin-left:auto;margin-right:auto}
#statsPageMount{width:100%;max-width:1600px;margin:0 auto;padding-bottom:80px}
.stats-dashboard-v2{display:grid;gap:18px;width:100%}
.stats-v2-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:4px 2px 8px}
.stats-v2-toolbar h2{font-size:26px;line-height:1.1;margin:5px 0 7px;letter-spacing:-.045em}
.stats-v2-toolbar p{margin:0;color:var(--muted);font-size:14px}
.stats-v2-month-nav{display:flex;align-items:center;gap:7px}
.stats-v2-month-nav button,.stats-v2-toggle button{border:1px solid var(--line);background:var(--panel);color:var(--text);font:inherit;font-weight:900;cursor:pointer;transition:.18s}
.stats-v2-month-nav button{min-width:42px;height:42px;border-radius:13px;padding:0 13px}
.stats-v2-month-nav button:nth-child(2){min-width:72px;font-size:13px}
.stats-v2-month-nav button:hover,.stats-v2-toggle button:hover{border-color:color-mix(in srgb,var(--accent) 55%,var(--line));transform:translateY(-1px)}
.stats-v2-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.stats-v2-kpi{position:relative;min-height:146px;padding:22px;border:1px solid var(--line);border-radius:22px;background:var(--panel);overflow:hidden;display:grid;align-content:start;gap:5px}
.stats-v2-kpi:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:var(--kpi,#8d98a8)}
.stats-v2-kpi.tone-1{--kpi:#8d98a8}
.stats-v2-kpi.tone-2{--kpi:#9a83d7}
.stats-v2-kpi.tone-3{--kpi:#5fa6b9}
.stats-v2-kpi.tone-4{--kpi:#d7a95c}
.stats-v2-kpi>span{font-size:13px;font-weight:900;color:var(--muted)}
.stats-v2-kpi>strong{font-size:24px;line-height:1.1;letter-spacing:-.04em;margin-top:5px}
.stats-v2-kpi>em{font-style:normal;font-size:12px;font-weight:900;color:var(--muted);margin-top:5px}
.stats-v2-kpi>em.up{color:#4f9d69}
.stats-v2-kpi>em.down{color:#d56c74}
.stats-v2-kpi>small{font-size:12px;color:var(--muted);margin-top:2px}
.stats-v2-main-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(330px,.8fr);gap:16px}
.stats-v2-main-grid.lower{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}
.stats-v2-panel{border:1px solid var(--line);border-radius:22px;background:var(--panel);padding:22px;min-width:0}
.stats-v2-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}
.stats-v2-panel-head span{display:block;font-size:12px;letter-spacing:.09em;font-weight:900;color:var(--muted)}
.stats-v2-panel-head h3{font-size:18px;margin:4px 0 0;letter-spacing:-.03em}
.stats-v2-panel-head>small{color:var(--muted);font-size:12px;margin-top:4px}
.stats-v2-toggle{display:flex;padding:3px;border-radius:12px;background:var(--panel2);border:1px solid var(--line)}
.stats-v2-toggle button{height:30px;padding:0 10px;border:0;background:transparent;border-radius:8px;font-size:12px}
.stats-v2-toggle button.active{background:var(--text);color:var(--panel);box-shadow:0 3px 10px rgba(0,0,0,.12)}
.stats-v2-flow-chart{height:255px;display:grid;grid-template-columns:repeat(6,minmax(52px,1fr));align-items:end;gap:13px;padding:20px 4px 0}
.stats-v2-flow-item{height:100%;display:grid;grid-template-rows:22px minmax(0,1fr) 22px;gap:7px;text-align:center;align-items:end}
.stats-v2-flow-value{font-size:12px;color:var(--muted);font-weight:800}
.stats-v2-flow-track{height:100%;min-height:160px;border-radius:11px 11px 7px 7px;background:var(--panel2);display:flex;align-items:flex-end;padding:4px;overflow:hidden}
.stats-v2-flow-track i{display:block;width:100%;min-height:0;border-radius:8px;background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 72%,#9f8bd4),color-mix(in srgb,var(--accent) 82%,#667284));transition:height .25s ease}
.stats-v2-flow-item>b{font-size:12px;color:var(--muted)}
.stats-v2-pattern-highlight{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:17px}
.stats-v2-pattern-highlight>div{padding:14px;border-radius:15px;background:var(--panel2);border:1px solid var(--line)}
.stats-v2-pattern-highlight small{display:block;color:var(--muted);font-size:12px}
.stats-v2-pattern-highlight strong{display:block;margin-top:6px;font-size:17px}
.stats-v2-weekdays{height:140px;display:grid;grid-template-columns:repeat(7,1fr);gap:7px;align-items:end}
.stats-v2-weekdays>div{height:100%;display:grid;grid-template-rows:16px 1fr 15px;gap:4px;text-align:center}
.stats-v2-weekdays span,.stats-v2-weekdays em{font-size:12px;color:var(--muted);font-style:normal}
.stats-v2-weekdays i{display:flex;align-items:flex-end;justify-content:center;background:var(--panel2);border-radius:7px;padding:3px}
.stats-v2-weekdays i b{display:block;width:100%;min-height:2px;border-radius:5px;background:#788291}
.stats-v2-note{display:block;margin-top:12px;color:var(--muted);font-size:12px;line-height:1.5}
.stats-v2-content-body{display:grid;grid-template-columns:190px minmax(0,1fr);gap:24px;align-items:center}
.stats-v2-donut{width:180px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;position:relative}
.stats-v2-donut:after{content:"";position:absolute;inset:30px;border-radius:50%;background:var(--panel)}
.stats-v2-donut>span{position:relative;z-index:1;display:grid;text-align:center}
.stats-v2-donut b{font-size:24px}
.stats-v2-donut small{font-size:12px;color:var(--muted)}
.stats-v2-content-rank{display:grid;gap:9px}
.stats-v2-content-rank>div{display:grid;grid-template-columns:9px minmax(0,1fr) auto 38px;align-items:center;gap:9px;padding:9px 0;border-bottom:1px solid color-mix(in srgb,var(--line) 70%,transparent)}
.stats-v2-content-rank>div:last-child{border-bottom:0}
.stats-v2-content-rank i{width:8px;height:8px;border-radius:50%;background:var(--cat)}
.stats-v2-content-rank span{font-size:13px;font-weight:800}
.stats-v2-content-rank b{font-size:13px}
.stats-v2-content-rank small{text-align:right;color:var(--muted);font-size:12px}
.stats-v2-ranking{display:grid;gap:7px}
.stats-v2-ranking button{width:100%;display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid var(--line);background:var(--panel2);color:var(--text);padding:11px;border-radius:13px;text-align:left;cursor:pointer}
.stats-v2-ranking button>b{width:25px;height:25px;border-radius:8px;background:var(--text);color:var(--panel);display:grid;place-items:center;font-size:12px}
.stats-v2-ranking span{display:grid;gap:2px}
.stats-v2-ranking span strong{font-size:13px}
.stats-v2-ranking span small{font-size:12px;color:var(--muted)}
.stats-v2-ranking em{font-style:normal;font-size:13px;font-weight:900}
.stats-v2-ranking button:hover{border-color:var(--accent);transform:translateY(-1px)}
.stats-v2-month-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}
.stats-v2-month-grid button{position:relative;min-height:100px;padding:14px;border-radius:15px;border:1px solid var(--line);background:var(--panel2);color:var(--text);display:grid;align-content:start;text-align:left;gap:5px;overflow:hidden;cursor:pointer}
.stats-v2-month-grid button>span{font-size:12px;color:var(--muted);font-weight:900}
.stats-v2-month-grid button>strong{font-size:16px}
.stats-v2-month-grid button>small{font-size:12px;color:var(--muted)}
.stats-v2-month-grid button>i{position:absolute;left:0;bottom:0;height:3px;width:var(--month-fill);background:var(--accent);opacity:.65}
.stats-v2-month-grid button.active{outline:2px solid color-mix(in srgb,var(--accent) 70%,transparent);background:color-mix(in srgb,var(--accent) 9%,var(--panel2))}
.stats-v2-month-grid button:hover{border-color:var(--accent)}
.stats-v2-record-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.stats-v2-record-grid article{padding:17px;border-radius:16px;background:var(--panel2);border:1px solid var(--line);display:grid;gap:5px}
.stats-v2-record-grid span{font-size:12px;color:var(--muted);font-weight:800}
.stats-v2-record-grid strong{font-size:18px}
.stats-v2-record-grid small{font-size:12px;color:var(--muted)}
.stats-v2-empty{min-height:140px;display:grid;place-items:center;text-align:center;color:var(--muted);font-size:13px;background:var(--panel2);border-radius:15px}
html[data-theme="dark"] .stats-v2-kpi,html[data-theme="dark"] .stats-v2-panel{background:#0f1520;border-color:#263242}
html[data-theme="dark"] .stats-v2-flow-track,html[data-theme="dark"] .stats-v2-pattern-highlight>div,html[data-theme="dark"] .stats-v2-weekdays i,html[data-theme="dark"] .stats-v2-ranking button,html[data-theme="dark"] .stats-v2-month-grid button,html[data-theme="dark"] .stats-v2-record-grid article,html[data-theme="dark"] .stats-v2-toggle{background:#182231;border-color:#334154}
html[data-theme="dark"] .stats-v2-donut:after{background:#0f1520}
@media(max-width:1180px){.stats-v2-kpis{grid-template-columns:repeat(2,1fr)}
.stats-v2-main-grid,.stats-v2-main-grid.lower{grid-template-columns:1fr}
.stats-v2-month-grid{grid-template-columns:repeat(4,1fr)}
.stats-v2-record-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){#statsPageMount{padding-bottom:100px}
.stats-v2-toolbar{align-items:flex-start;flex-direction:column}
.stats-v2-toolbar h2{font-size:22px}
.stats-v2-kpis{grid-template-columns:1fr 1fr;gap:9px}
.stats-v2-kpi{min-height:122px;padding:16px}
.stats-v2-kpi>strong{font-size:19px}
.stats-v2-panel{padding:16px;border-radius:18px}
.stats-v2-flow-chart{min-width:520px;height:225px}
.stats-v2-flow{overflow-x:auto}
.stats-v2-pattern-highlight{grid-template-columns:1fr 1fr}
.stats-v2-content-body{grid-template-columns:1fr}
.stats-v2-donut{width:150px;margin:0 auto}
.stats-v2-month-grid{grid-template-columns:repeat(2,1fr)}
.stats-v2-record-grid{grid-template-columns:1fr 1fr}
.stats-v2-panel-head{flex-wrap:wrap}
.stats-v2-panel-head>small{width:100%}}
@media(max-width:430px){.stats-v2-kpis{grid-template-columns:1fr}
.stats-v2-pattern-highlight,.stats-v2-record-grid{grid-template-columns:1fr}}
#page-home .home-final *{box-sizing:border-box}
#page-home .home-final button,#page-home .home-final a{font:inherit}
#page-home .home-final-live-thumb{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
#page-home .home-final-live-thumb[hidden]{display:none!important}
#page-home .home-final-live-thumb{z-index:1!important;background:#090d14!important}
/* v2214 · activity admin diagnostics + live duration/viewers */
.activity-status-row.admin-only{display:none!important}
body.admin-mode .activity-status-row.admin-only{display:flex!important}
#page-live .live-card-live-metrics,#view-live .live-card-live-metrics,.live-hub-page .live-card-live-metrics{display:flex!important;align-items:center!important;gap:6px!important;margin-top:5px!important;min-width:0!important;flex-wrap:wrap!important}
#page-live .live-card-live-metrics span,#view-live .live-card-live-metrics span,.live-hub-page .live-card-live-metrics span{display:inline-flex!important;align-items:center!important;min-height:20px!important;padding:3px 7px!important;border:1px solid color-mix(in srgb,var(--primary) 22%,var(--line))!important;border-radius:999px!important;background:color-mix(in srgb,var(--primary) 8%,var(--panel2))!important;color:var(--muted)!important;font-size:12px!important;line-height:1!important;font-weight:800!important;white-space:nowrap!important}
#page-live .live-card-live-metrics span[data-live-viewers],#view-live .live-card-live-metrics span[data-live-viewers],.live-hub-page .live-card-live-metrics span[data-live-viewers]{color:var(--text)!important}
@media(max-width:680px){#page-live .live-card-live-metrics,#view-live .live-card-live-metrics,.live-hub-page .live-card-live-metrics{gap:4px!important;margin-top:4px!important}
#page-live .live-card-live-metrics span,#view-live .live-card-live-metrics span,.live-hub-page .live-card-live-metrics span{font-size:12px!important;padding:3px 6px!important}}
/* v2215 · live card: Chuntaverse-style elapsed time only */
#page-live .live-card-live-metrics,#view-live .live-card-live-metrics,.live-hub-page .live-card-live-metrics{display:none!important}
#page-live .live-card-inline-time.is-duration,#view-live .live-card-inline-time.is-duration,.live-hub-page .live-card-inline-time.is-duration{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  color:var(--muted)!important;
  font-size:12px!important;
  font-weight:750!important;
}
#page-live .live-card-inline-time.is-duration::before,#view-live .live-card-inline-time.is-duration::before,.live-hub-page .live-card-inline-time.is-duration::before{
  content:"";
  width:11px;height:11px;
  flex:0 0 11px;
  border:1.6px solid currentColor;
  border-radius:50%;
  opacity:.82;
  background:linear-gradient(currentColor,currentColor) 50% 27%/1px 3px no-repeat,linear-gradient(currentColor,currentColor) 62% 58%/3px 1px no-repeat;
}
#page-live .live-card-copy>p,#view-live .live-card-copy>p,.live-hub-page .live-card-copy>p{margin-top:5px!important;margin-bottom:0!important}
/* v2216 live cleanup + custom offline image */
.live-offline-image-field small,.live-offline-image-file small{font-size:12px;font-weight:700;opacity:.72}
.live-offline-image-file input[type="file"]{max-width:100%;font-size:13px}
.live-offline-image-state{display:block;margin-top:3px;color:var(--muted);font-size:12px;font-style:normal}
.live-offline-image-field,.live-offline-image-file{grid-column:span 2}
.live-member-manager-form-actions{grid-column:1/-1;justify-content:flex-end}
@media(max-width:900px){.live-offline-image-field,.live-offline-image-file{grid-column:1/-1}}
/* v2228 · cloud/login recovery */
.admin-login-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:4px}
.admin-recovery-box{margin-top:12px;padding:12px;border:1px solid rgba(255,79,125,.24);border-radius:14px;background:rgba(255,79,125,.05)}
.admin-recovery-box p{margin:5px 0 9px;font-size:14px;color:var(--muted,#777)}
.admin-recovery-box>div{display:flex;gap:8px}
.admin-recovery-box input{min-width:0;flex:1}
#page-home .home-final-live-thumb[hidden]{display:none!important}
/* v2235 · 홈 LIVE 썸네일 실제 표시 크기 축소 */
#page-home .home-v2-hero.is-live .home-v2-live-media{
  background:color-mix(in srgb,var(--panel) 82%,#ebe7e9 18%)!important;
}
html[data-theme="dark"] #page-home .home-v2-hero.is-live .home-v2-live-media{
  background:#090d14!important;
}
/* === 2026-08-17 CALENDAR UI CONCEPT A : minimal dark, feature-preserving === */
@media (min-width: 901px){#page-calendar{--cal-pink:#ff4f83;--cal-bg:#0b0e13;--cal-panel:#10141b;--cal-panel2:#151a22;--cal-line:#272d37;--cal-muted:#8d96a5}
html:not([data-theme="dark"]) #page-calendar{--cal-bg:#f7f7fa;--cal-panel:#fff;--cal-panel2:#f5f6f9;--cal-line:#e2e5eb;--cal-muted:#7d8490}
#page-calendar .schedule-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 310px!important;gap:16px!important;align-items:start!important;max-width:1540px;margin:0 auto;padding:24px 24px 56px}
#page-calendar .calendar-card{min-height:0!important;border-radius:18px!important;padding:24px!important;background:var(--cal-panel)!important;border:1px solid var(--cal-line)!important;box-shadow:none!important;overflow:hidden}
#page-calendar .modern-calendar:before{display:none!important}
#page-calendar .calendar-head{display:flex!important;align-items:flex-end!important;border-bottom:1px solid var(--cal-line)!important;padding:0 0 18px!important;margin:0 0 14px!important}
#page-calendar .month-control{display:grid!important;grid-template-columns:auto minmax(260px,1fr) auto;align-items:center;gap:12px!important;flex:1}
#page-calendar .month-control>div{padding-left:4px}
#page-calendar .calendar-kicker{display:block!important;font-size:11px!important;letter-spacing:.16em!important;color:var(--cal-pink)!important;font-weight:900!important;margin:0 0 5px!important}
#page-calendar .month-control h1{font-size:34px!important;line-height:1!important;letter-spacing:-.03em;margin:0!important}
#page-calendar .month-control p{display:none!important}
#page-calendar .circle{width:38px!important;height:38px!important;border-radius:12px!important;background:var(--cal-panel2)!important;border-color:var(--cal-line)!important;font-size:20px!important}
#page-calendar .head-actions{margin-left:14px;align-items:center}
#page-calendar .head-actions .btn{border-radius:999px!important;background:var(--cal-panel2)!important;border-color:var(--cal-line)!important;padding:9px 13px!important}
#page-calendar #todayButton{background:var(--cal-pink)!important;border-color:var(--cal-pink)!important;color:#fff!important}
#page-calendar .filters{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto;scrollbar-width:none;gap:7px!important;margin:0 0 14px!important;padding:2px 0 8px!important}
#page-calendar .filters::-webkit-scrollbar{display:none}
#page-calendar .filter{flex:0 0 auto!important;border-radius:999px!important;padding:7px 11px!important;font-size:12px!important;background:var(--cal-panel2)!important;border:1px solid var(--cal-line)!important;box-shadow:none!important}
#page-calendar .filter.active{background:color-mix(in srgb,var(--filter) 24%,var(--cal-panel2))!important;border-color:color-mix(in srgb,var(--filter) 72%,var(--cal-line))!important;box-shadow:none!important}
#page-calendar .calendar-table-scroll{overflow:visible!important}
#page-calendar .calendar-table-inner{min-width:0!important}
#page-calendar .weekday-row{gap:6px!important;margin-bottom:6px}
#page-calendar .weekday-row span{padding:8px 4px!important;font-size:12px!important;color:var(--cal-muted)!important}
#page-calendar .weekday-row span:first-child{color:#ff668e!important}
.weekday-row span:last-child{color:#64b6ff!important}
#page-calendar .calendar-grid{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:6px!important;border:0!important;min-height:0!important;background:transparent!important}
#page-calendar .day{position:relative;min-height:128px!important;padding:9px!important;border:1px solid var(--cal-line)!important;border-radius:10px!important;background:var(--cal-bg)!important;overflow:hidden;transition:border-color .16s ease,transform .16s ease,background .16s ease}
#page-calendar .day:hover{border-color:#48515f!important;background:var(--cal-panel2)!important;transform:translateY(-1px)}
#page-calendar .day.outside{opacity:.28!important}
#page-calendar .day.today{box-shadow:inset 0 0 0 1px var(--cal-pink)!important;border-color:var(--cal-pink)!important}
#page-calendar .date-num{font-size:13px!important;margin:0 0 7px!important}
#page-calendar .events{gap:5px!important}
#page-calendar .event-pill{min-height:0!important;border-radius:7px!important;border-width:1px!important;border-left-width:3px!important;padding:6px 27px 6px 7px!important;font-size:12px!important;line-height:1.25!important;background:color-mix(in srgb,var(--event) 13%,var(--cal-panel2))!important}
#page-calendar .event-pill time{font-size:10px!important;margin-bottom:2px;color:color-mix(in srgb,var(--event) 80%,white)!important;font-weight:900}
#page-calendar .event-star{right:4px!important;top:4px!important;font-size:12px!important}
#page-calendar .calendar-footer-note{display:flex!important;justify-content:center;gap:28px!important;margin-top:13px!important;padding:10px 12px!important;border:1px solid var(--cal-line)!important;border-radius:10px!important;background:var(--cal-bg)!important;color:var(--cal-muted)!important;font-size:11px!important}
#page-calendar .portal-side-right{display:flex!important;gap:12px!important;position:sticky;top:90px}
#page-calendar .portal-side-right>.panel{border-radius:16px!important;padding:16px!important;background:var(--cal-panel)!important;border:1px solid var(--cal-line)!important;box-shadow:none!important}
#page-calendar .portal-side-right .eyebrow{color:var(--cal-pink)!important;font-size:10px!important}
#page-calendar .portal-side-right h2{font-size:18px!important}
#page-calendar .mobile-info-tabs{display:none!important}}
