
.hsp-app{
  --navy:#4e342e;
  --navy-dark:#3b2723;
  --line:#ddd6d0;
  --bg:#fbf8f6;
  --soft:#f4efeb;
  --weekend:#f7f0dc;
  --beige:#cbb8a6;
  --gold:#9a7b4f;
  --brown:#6d4c41;
  --terracotta:#b86b4b;
  --olive:#7a7b4d;
  --teal:#4f8a8b;
  --navy2:#2f4858;
  --blue:#9a7b4f;
  --orange:#b86b4b;
  --green:#6e8b5d;
  --purple:#7a658f;
  --text:#34251f;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text)
}
.hsp-app *{box-sizing:border-box}
.hsp-guidebar{
  border:1px solid var(--line);
  border-radius:14px;
  padding:14px 16px;
  background:#fffdfb;
  display:flex;
  gap:18px;
  align-items:center;
  flex-wrap:wrap;
  margin:12px 0 18px;
  box-shadow:0 1px 0 rgba(0,0,0,.02)
}
.hsp-guidebar strong{font-weight:800;color:var(--navy-dark)}
.hsp-guidebar span{font-size:14px;color:#4f4038;display:flex;align-items:center;gap:8px}
.hsp-dot{width:14px;height:14px;border-radius:4px;display:inline-block}
.hsp-dot.open{background:var(--blue)}
.hsp-dot.pending{background:var(--orange)}
.hsp-dot.completed{background:var(--green)}
.hsp-dot.completed-noemp{background:var(--purple)}
.hsp-layout{display:grid;grid-template-columns:224px 1fr;gap:14px}
.hsp-sidebar{background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px;min-height:680px}
.hsp-sidebar h3{margin:0 0 8px;font-size:16px;color:var(--navy-dark)}
.hsp-sidebar-note{font-size:12px;color:#7a6b64;margin:0 0 12px}
.hsp-sidebar-mini{display:flex;flex-direction:column;gap:7px}
.hsp-mini-item{border:1px dashed #cabfb6;background:#fff;border-radius:8px;padding:8px 10px;font-size:13px;display:flex;justify-content:space-between;gap:8px;align-items:center}
.hsp-mini-item b{font-weight:500}.hsp-mini-badge{min-width:20px;height:20px;border-radius:999px;background:#b86b4b;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;padding:0 6px}
.hsp-sidebar-actions{display:flex;flex-direction:column;gap:12px;margin-top:18px}.hsp-sidebar .button{justify-content:center;display:inline-flex}
.hsp-main{background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px;overflow:hidden}
.hsp-toolbar{display:grid;grid-template-columns:190px 1fr 220px;align-items:center;gap:12px;padding:8px 0 14px}
.hsp-nav-left{display:flex;gap:10px;align-items:center}
.hsp-navbtn,.hsp-todaybtn,.hsp-views button{border:none;background:var(--navy);color:#fff;border-radius:6px;padding:0 16px;height:40px;font-size:18px;cursor:pointer}
.hsp-navbtn:hover,.hsp-todaybtn:hover,.hsp-views button:hover{background:var(--navy-dark)}
.hsp-todaybtn{background:#8a7d75;font-size:16px}
.hsp-title{text-align:center;font-size:28px;line-height:1.2;font-weight:800;color:var(--navy-dark)}
.hsp-views{justify-self:end;display:flex}
.hsp-views button{border-radius:0;padding:0 14px;font-size:16px;background:var(--navy)}
.hsp-views button:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}
.hsp-views button:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}
.hsp-views button.active{background:#2e1d18}
.hsp-calendar{border:1px solid var(--line);min-height:560px;background:#fff;overflow-x:auto;overflow-y:hidden}
.hsp-week-grid{display:grid;grid-template-columns:78px repeat(7,minmax(160px,1fr));position:relative;min-width:1198px}
.hsp-month-grid{display:grid;grid-template-columns:repeat(7,minmax(160px,1fr));min-width:1120px}
.hsp-head,.hsp-time,.hsp-cell,.hsp-month-head,.hsp-month-cell{border-right:1px solid var(--line);border-bottom:1px solid var(--line);position:relative;background:#fff}
.hsp-head,.hsp-month-head{height:40px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;color:var(--navy-dark)}
.hsp-head.weekend,.hsp-cell.weekend,.hsp-month-cell.weekend{background:var(--weekend)}
.hsp-time{height:40px;padding:6px 10px 6px 12px;font-size:15px;color:var(--navy-dark);white-space:nowrap;text-align:left;display:flex;align-items:center;justify-content:flex-start;overflow:visible}
.hsp-cell{height:40px;cursor:pointer}
.hsp-cell:hover,.hsp-month-cell:hover{background:#fcfaf8}
.hsp-cell:after{content:'';position:absolute;left:0;right:0;top:50%;border-top:1px dotted #ebe3dc}
.hsp-week-program{position:absolute;left:6px;right:6px;border-radius:8px;padding:6px 8px;color:#fff;font-size:12px;overflow:hidden;cursor:grab;z-index:5;box-shadow:0 4px 12px rgba(51,34,26,.16)}
.hsp-week-program strong{display:block;font-size:12px;line-height:1.2;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hsp-week-program span{display:block;font-size:11px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.95}
.hsp-color-beige{background:var(--beige)}.hsp-color-gold{background:var(--gold)}.hsp-color-brown{background:var(--brown)}.hsp-color-terracotta{background:var(--terracotta)}.hsp-color-olive{background:var(--olive)}.hsp-color-green{background:var(--green)}.hsp-color-teal{background:var(--teal)}.hsp-color-blue{background:var(--blue)}.hsp-color-navy{background:var(--navy2)}.hsp-color-purple{background:var(--purple)}.hsp-color-open{background:var(--blue)}.hsp-color-pending{background:var(--terracotta)}.hsp-color-completed{background:var(--green)}.hsp-color-completed-noemp{background:var(--purple)}
.hsp-month-cell{min-height:118px;padding:8px;cursor:pointer}.hsp-month-daynum{text-align:right;font-size:28px;color:var(--navy-dark);line-height:1}.hsp-month-program{margin-top:6px;border-radius:6px;padding:4px 6px;font-size:12px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}
.hsp-day-wrap{display:grid;grid-template-columns:88px minmax(900px,1fr);min-width:988px}.hsp-day-wrap .hsp-time,.hsp-day-wrap .hsp-cell{height:46px}
.hsp-list-wrap{padding:14px}.hsp-list-group{margin-bottom:18px}.hsp-list-group h4{margin:0 0 10px;font-size:18px;color:var(--navy-dark)}.hsp-list-card{background:#fff;border:1px solid var(--line);border-left:5px solid var(--gold);border-radius:10px;padding:12px 14px;margin-bottom:10px}.hsp-list-card.beige{border-left-color:var(--beige)}.hsp-list-card.gold{border-left-color:var(--gold)}.hsp-list-card.brown{border-left-color:var(--brown)}.hsp-list-card.terracotta{border-left-color:var(--terracotta)}.hsp-list-card.olive{border-left-color:var(--olive)}.hsp-list-card.green{border-left-color:var(--green)}.hsp-list-card.teal{border-left-color:var(--teal)}.hsp-list-card.blue{border-left-color:var(--blue)}.hsp-list-card.navy{border-left-color:var(--navy2)}.hsp-list-card.purple{border-left-color:var(--purple)}.hsp-list-card.pending{border-left-color:var(--terracotta)}.hsp-list-card.completed{border-left-color:var(--green)}.hsp-list-card.completed-noemp{border-left-color:var(--purple)}.hsp-list-card strong{display:block;font-size:16px;margin-bottom:4px}.hsp-list-card .meta{color:#74645b;font-size:13px}
.hsp-editor-overlay{position:fixed;inset:0;background:rgba(44,30,24,.18);z-index:9999;display:flex;justify-content:flex-end}.hsp-editor-overlay.is-hidden{display:none}.hsp-editor-panel{width:min(410px,92vw);height:100%;background:#fff;padding:22px 24px;overflow:auto;box-shadow:-10px 0 28px rgba(0,0,0,.18)}.hsp-editor-panel h2{margin:0 0 16px;font-size:22px;color:var(--navy-dark)}.hsp-editor-panel label{display:block;font-weight:700;margin-bottom:14px}.hsp-editor-panel input,.hsp-editor-panel textarea,.hsp-editor-panel select{display:block;width:100%;margin-top:6px;border:1px solid #d7ccc5;border-radius:12px;padding:12px 14px;font:inherit;background:#fff}.hsp-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hsp-editor-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.hsp-toast{position:fixed;right:18px;bottom:18px;background:var(--navy);color:#fff;border-radius:8px;padding:10px 14px;opacity:0;transform:translateY(10px);transition:.2s;z-index:10001}.hsp-toast.show{opacity:1;transform:none}
.hsp-private-note{padding:16px;background:#fff;border:1px solid var(--line);border-radius:8px}
@media print{.hsp-sidebar,.hsp-guidebar,.hsp-editor-overlay,.hsp-toolbar .hsp-nav-left,.hsp-toolbar .hsp-views{display:none!important}.hsp-layout{grid-template-columns:1fr}.hsp-main{border:none;padding:0}.hsp-calendar{border:none;overflow:visible}.hsp-week-grid,.hsp-month-grid,.hsp-day-wrap{min-width:0!important}}
@media (max-width: 1100px){.hsp-layout{grid-template-columns:1fr}.hsp-sidebar{min-height:auto}.hsp-toolbar{grid-template-columns:1fr;justify-items:center}.hsp-views{justify-self:center}.hsp-title{font-size:24px}.hsp-calendar{overflow:auto}.hsp-week-grid{min-width:1198px}.hsp-month-grid{min-width:1120px}.hsp-day-wrap{min-width:988px}}

/* public church-style cleanup */
.hsp-app.is-public .hsp-layout{display:block}
.hsp-app.is-public .hsp-main{width:100%;border:none;background:transparent;padding:0;overflow:visible}
.hsp-app.is-public .hsp-sidebar,.hsp-app.is-public [data-editor-wrap]{display:none!important}
.hsp-app.is-public .hsp-guidebar{background:#fbf8f6;border-color:#d8cfc9}
.hsp-app.is-public .hsp-guidebar strong{margin-right:12px}
.hsp-app.is-public .hsp-toolbar{padding:16px 14px 14px;border:1px solid #d8cfc9;border-radius:14px 14px 0 0;border-bottom:none;background:#fffdfb}
.hsp-app.is-public .hsp-calendar{border:1px solid #d8cfc9;border-top:none;background:#fffdfb;border-radius:0 0 14px 14px}
.hsp-app.is-public .hsp-title{font-size:26px;color:var(--navy-dark)}
.hsp-app.is-public .hsp-head,.hsp-app.is-public .hsp-month-head{background:#fffaf5}
.hsp-app.is-public .hsp-print{display:inline-flex;align-items:center;background:var(--navy);color:#fff;border-color:var(--navy)}
.hsp-app.is-public .hsp-time{background:#fffaf5}
.hsp-app.is-public .hsp-week-grid{grid-template-columns:88px repeat(7,minmax(160px,1fr))}
.hsp-app.is-public .hsp-week-grid,.hsp-app.is-public .hsp-month-grid,.hsp-app.is-public .hsp-day-wrap{background:#fffdfb}

@media (max-width: 900px){
  .hsp-app.is-public .hsp-toolbar{gap:12px;display:grid;grid-template-columns:1fr;justify-items:start}
  .hsp-app.is-public .hsp-views{justify-self:start}
}

.hsp-program-modal{position:fixed;inset:0;z-index:10020;display:flex;align-items:center;justify-content:center;padding:24px}
.hsp-program-modal.is-hidden{display:none}
.hsp-program-modal-backdrop{position:absolute;inset:0;background:rgba(38,26,22,.42)}
.hsp-program-modal-card{position:relative;z-index:1;width:min(520px,92vw);background:#fffdfb;border:1px solid #d8cfc9;border-radius:18px;box-shadow:0 18px 60px rgba(44,30,24,.24);overflow:hidden}
.hsp-program-modal-badge{height:8px;background:var(--blue)}
.hsp-program-modal-badge.hsp-color-open{background:var(--blue)}
.hsp-program-modal-badge.hsp-color-pending{background:var(--orange)}
.hsp-program-modal-badge.hsp-color-completed{background:var(--green)}
.hsp-program-modal-badge.hsp-color-completed-noemp{background:var(--purple)}
.hsp-program-modal-body{padding:24px}
.hsp-program-modal-close{position:absolute;top:14px;right:14px;border:none;background:#f1e9e4;color:var(--navy-dark);width:36px;height:36px;border-radius:999px;font-size:24px;line-height:1;cursor:pointer}
.hsp-program-modal-close:hover{background:#e6dbd3}
.hsp-program-modal-body h3{margin:0 40px 8px 0;font-size:28px;line-height:1.15;color:var(--navy-dark)}
.hsp-program-modal-time{font-size:16px;font-weight:700;color:#6b564e;margin-bottom:16px}
.hsp-program-modal-meta{display:grid;gap:10px;margin-bottom:16px;color:#4e4039}
.hsp-program-modal-meta strong{color:var(--navy-dark)}
.hsp-program-modal-description{font-size:15px;line-height:1.6;color:#56463f;background:#fbf6f2;border:1px solid #ece1da;border-radius:12px;padding:14px 16px}

/* 1.3.0 editor modal + service types */
.hsp-layout.is-editor-layout{display:block}
.hsp-editor-top-actions{display:flex;gap:12px;justify-content:flex-end;padding:0 0 12px}
.hsp-types-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 18px;margin:0 0 14px;box-shadow:0 1px 0 rgba(0,0,0,.02)}
.hsp-types-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:14px}
.hsp-types-head h3{margin:0 0 4px;color:var(--navy-dark);font-size:18px}
.hsp-types-head p{margin:0;color:#7a6b64;font-size:13px;max-width:720px}
.hsp-types-actions{display:flex;gap:10px;flex-wrap:wrap}
.hsp-types-list{display:grid;gap:10px}
.hsp-type-row{display:grid;grid-template-columns:minmax(260px,1fr) 180px auto;gap:12px;align-items:end;padding:12px;border:1px solid #e6ddd7;border-radius:12px;background:#fcfaf8}
.hsp-type-row label{display:block;font-weight:700;color:var(--navy-dark)}
.hsp-type-row input,.hsp-type-row select{display:block;width:100%;margin-top:6px;border:1px solid #d7ccc5;border-radius:12px;padding:10px 12px;font:inherit;background:#fff}
.hsp-editor-modal{position:fixed;inset:0;z-index:10030;display:flex;align-items:center;justify-content:center;padding:24px}
.hsp-editor-modal.is-hidden{display:none}
.hsp-editor-modal-backdrop{position:absolute;inset:0;background:rgba(44,30,24,.28)}
.hsp-editor-panel{position:relative;z-index:1;width:min(620px,94vw);max-height:88vh;height:auto;background:#fff;padding:22px 24px;overflow:auto;box-shadow:0 18px 60px rgba(0,0,0,.22);border-radius:18px}
.hsp-editor-close{position:absolute;top:14px;right:14px;border:none;background:#f1e9e4;color:var(--navy-dark);width:36px;height:36px;border-radius:999px;font-size:24px;line-height:1;cursor:pointer}
.hsp-editor-close:hover{background:#e6dbd3}
.hsp-app.is-editor .hsp-main{padding:14px}
.hsp-app.is-editor .hsp-toolbar{padding-bottom:10px}
.hsp-app.is-editor .hsp-calendar{border-radius:12px}
.hsp-app.is-editor .hsp-week-grid{grid-template-columns:88px repeat(7,minmax(150px,1fr))}
.hsp-app.is-editor .hsp-program-modal{display:none}
.hsp-app.is-editor .hsp-sidebar{display:none!important}
@media (max-width: 900px){
  .hsp-types-head{flex-direction:column}
  .hsp-type-row{grid-template-columns:1fr}
  .hsp-editor-top-actions{justify-content:flex-start;flex-wrap:wrap}
}

.hsp-types-modal{position:fixed;inset:0;z-index:10025;display:flex;align-items:center;justify-content:center;padding:24px}.hsp-types-modal.is-hidden{display:none}.hsp-types-modal-backdrop{position:absolute;inset:0;background:rgba(44,30,24,.22)}.hsp-types-modal .hsp-types-card{position:relative;z-index:1;width:min(940px,96vw);max-height:86vh;overflow:auto;margin:0;border-radius:18px;box-shadow:0 18px 60px rgba(0,0,0,.2)}

.hsp-types-card > .hsp-editor-close{top:12px;right:12px}

.hsp-refresh-setting{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--navy-dark)}
.hsp-refresh-setting select{margin-left:8px;border:1px solid #d7ccc5;border-radius:10px;padding:8px 10px;background:#fff;min-width:160px}

.kush-multiselect{min-height:180px;width:100%}
.kush-entity-row{grid-template-columns:160px minmax(220px,1.2fr) minmax(180px,.9fr) 120px;align-items:end}
[data-host-row].kush-entity-row{grid-template-columns:160px minmax(220px,1fr) minmax(220px,1fr) 160px}
.hsp-week-program.hsp-color-gold,.hsp-month-program.hsp-color-gold,.hsp-list-card.gold{background:#8a6d3b;color:#fff}
@media (max-width: 900px){
  .kush-entity-row,[data-host-row].kush-entity-row{grid-template-columns:1fr}
}

/* v2 enhancements */
.kush-editor-v2{width:min(860px,96vw)}
.kush-editor-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.kush-editor-v2 textarea{min-height:92px;resize:vertical}
.kush-media-grid{grid-template-columns:1fr 1fr}
.kush-media-picker{display:flex;gap:8px;align-items:center}
.kush-media-picker input{flex:1}
.kush-modal-v2{display:grid;grid-template-columns:220px 1fr;gap:22px;align-items:start}
.kush-modal-art{border-radius:16px;overflow:hidden;background:#f5efe9;border:1px solid #eadfd7;min-height:280px;display:flex;align-items:center;justify-content:center}
.kush-modal-art img{display:block;width:100%;height:100%;object-fit:cover}
.kush-modal-noart,.kush-flyer-placeholder{font-size:28px;font-weight:900;letter-spacing:.08em;color:#6e4c3f;text-transform:uppercase;text-align:center;padding:18px}
.kush-eyebrow{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#7a5d50;margin-bottom:10px}
.kush-modal-extra{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 16px;color:#4e4039}
.kush-modal-actions{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap}
.kush-flyer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.kush-flyer-card{background:#120d1b;border-radius:22px;overflow:hidden;box-shadow:0 20px 45px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.08);color:#fff}
.kush-flyer-media{position:relative;min-height:320px;background:linear-gradient(135deg,#1d1230,#4a1734 45%,#0b0d24);background-size:cover;background-position:center}
.kush-flyer-media::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.66))}
.kush-flyer-date{position:absolute;left:18px;top:18px;z-index:1;background:rgba(15,14,23,.74);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:10px 12px;display:grid;gap:2px;min-width:76px;text-align:center}
.kush-flyer-date span,.kush-flyer-date small{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ffd27d}
.kush-flyer-date strong{font-size:30px;line-height:1;color:#fff}
.kush-flyer-body{padding:22px;background:linear-gradient(180deg,#161223,#0f0d18)}
.kush-flyer-kicker{font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#f6b34d;margin-bottom:8px}
.kush-flyer-card h3{margin:0 0 8px;font-size:30px;line-height:1.02;color:#fff}
.kush-flyer-subtitle{margin:0 0 14px;color:#f3d6ec;font-size:16px;font-style:italic}
.kush-flyer-meta,.kush-flyer-address,.kush-flyer-prices,.kush-flyer-notes,.kush-flyer-lineup{margin:0 0 10px;color:#ddd4e9;line-height:1.5}
.kush-flyer-prices{color:#ffd27d;font-weight:800}
.kush-flyer-lineup{padding-top:10px;border-top:1px solid rgba(255,255,255,.1);font-size:14px}
.kush-flyer-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.kush-flyer-card .button.button-primary{background:#ff8a00;border-color:#ff8a00;color:#fff}
.kush-flyer-card .button{border-radius:999px;padding:8px 16px}
@media (max-width: 900px){
  .kush-editor-grid,.kush-media-grid,.kush-modal-v2,.kush-modal-extra{grid-template-columns:1fr}
  .kush-media-picker{flex-direction:column;align-items:stretch}
}

/* v3 program page */
.kush-calendar-url-setting input{margin-left:8px;border:1px solid #d7ccc5;border-radius:10px;padding:8px 10px;background:#fff;min-width:260px}
.kush-program-page{position:relative;color:#fff;margin:0 0 32px}
.kush-program-hero{position:relative;min-height:100vh;background:#140f1f;background-size:cover;background-position:center center;overflow:hidden}
.kush-program-hero::before{content:'';position:absolute;inset:-30px;background:inherit;background-size:cover;background-position:center;filter:blur(12px) brightness(.34);transform:scale(1.06)}
.kush-program-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,11,27,.88),rgba(20,11,27,.68) 48%,rgba(10,8,18,.82))}
.kush-program-shell{position:relative;z-index:1;max-width:1460px;margin:0 auto;padding:22px 22px 44px}
.kush-program-subheader{margin:0 0 22px}
.kush-back-link{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;text-decoration:none;font-weight:700;backdrop-filter:blur(10px)}
.kush-back-link:hover{background:rgba(255,255,255,.14);color:#fff}
.kush-program-grid{display:grid;grid-template-columns:minmax(0,1.7fr) 320px;gap:28px;align-items:start}
.kush-program-main{padding:10px 0 20px}
.kush-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);padding:8px 14px;border-radius:999px;font-size:13px;font-weight:700;margin-bottom:18px;backdrop-filter:blur(8px)}
.kush-program-main h1{margin:0;font-size:78px;line-height:.95;letter-spacing:-.02em;font-weight:900;text-transform:uppercase;color:#fff;text-shadow:0 10px 30px rgba(0,0,0,.28)}
.kush-program-year{font-size:46px;line-height:1;font-weight:900;color:#fff;margin:8px 0 22px;letter-spacing:.03em}
.kush-program-lead{max-width:760px;font-size:26px;line-height:1.15;font-weight:700;color:#efe7ff;margin:0 0 18px}
.kush-program-copy{max-width:760px;font-size:18px;line-height:1.7;color:#f4ebff;margin:0 0 28px}
.kush-program-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:940px;margin:0 0 30px}
.kush-program-facts div{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:16px 18px;backdrop-filter:blur(12px)}
.kush-program-facts strong{display:block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#ffc66e;margin-bottom:8px}
.kush-program-facts span{display:block;font-size:18px;line-height:1.45;color:#fff}
.kush-price-card{max-width:420px;background:linear-gradient(135deg,rgba(8,30,43,.92),rgba(7,14,25,.9));border:1px solid rgba(76,198,255,.16);border-radius:22px;padding:24px;box-shadow:0 20px 40px rgba(0,0,0,.18)}
.kush-price-label{font-size:15px;font-weight:700;color:#dce6ee;margin-bottom:10px}
.kush-price-value{font-size:44px;font-weight:900;line-height:1.05;margin-bottom:16px;color:#fff}
.kush-price-card .button,.kush-ticket-box .button{background:#e1007c;border-color:#e1007c;color:#fff;border-radius:999px;padding:12px 20px;font-weight:800}
.kush-ticket-box{background:rgba(7,7,12,.92);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:24px;text-align:center;box-shadow:0 16px 50px rgba(0,0,0,.24)}
.kush-ticket-box h3{margin:0 0 18px;color:#fff;font-size:18px}
.kush-qr-wrap{background:#fff;border-radius:18px;padding:16px;margin:0 auto 18px;max-width:240px}
.kush-qr-wrap img{display:block;width:100%;height:auto}
.kush-wide-btn{display:block;width:100%}
.kush-side-media{margin-top:18px;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.09);box-shadow:0 16px 50px rgba(0,0,0,.22)}
.kush-side-media img{display:block;width:100%;height:auto}
.kush-side-small{margin-top:16px;text-align:center;color:#f2d7ff;font-size:14px}
@media (max-width:1100px){
  .kush-program-grid{grid-template-columns:1fr}
  .kush-program-main h1{font-size:58px}
  .kush-program-year{font-size:34px}
}
@media (max-width:700px){
  .kush-program-shell{padding:18px 14px 30px}
  .kush-program-main h1{font-size:42px}
  .kush-program-year{font-size:28px}
  .kush-program-lead{font-size:20px}
  .kush-program-copy{font-size:16px}
  .kush-program-facts{grid-template-columns:1fr}
  .kush-calendar-url-setting input{min-width:180px;width:100%;margin-left:0;margin-top:6px}
}


/* v3.1 custom public layout */
.kush-app.is-public,
.kush-program-page {
  width: 90%;
  max-width: 1720px;
  margin: 100px auto 40px;
  position: relative;
  z-index: 2;
}

.kush-app.is-public .hsp-shell {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(18,0,0,.88), rgba(58,6,6,.80)), none;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
}
.kush-app.is-public .hsp-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(30,0,0,.82) 0%, rgba(92,8,8,.58) 40%, rgba(17,17,17,.68) 100%);
  pointer-programs: none;
}
.kush-app.is-public .hsp-topbar,
.kush-app.is-public .hsp-calendar,
.kush-app.is-public .hsp-guidebar { position: relative; z-index: 1; }
.kush-app.is-public .hsp-guidebar {
  background: rgba(255,255,255,.06);
  color: #fff;
  border-bottom-color: rgba(255,255,255,.14);
}
.kush-app.is-public .hsp-topbar {
  background: rgba(24,5,5,.45);
  backdrop-filter: blur(14px);
}
.kush-app.is-public .hsp-title,
.kush-app.is-public .hsp-day-head,
.kush-app.is-public .hsp-time,
.kush-app.is-public .hsp-head-title { color: #fff; }
.kush-app.is-public .hsp-btn,
.kush-app.is-public .hsp-viewbtn {
  background: rgba(255,255,255,.08);
  color: #fff;
  border-color: rgba(255,255,255,.14);
}
.kush-app.is-public .hsp-btn:hover,
.kush-app.is-public .hsp-viewbtn:hover,
.kush-app.is-public .hsp-viewbtn.is-active {
  background: rgba(181,28,28,.75);
  color: #fff;
  border-color: rgba(255,255,255,.18);
}
.kush-app.is-public .hsp-grid,
.kush-app.is-public .hsp-day-head,
.kush-app.is-public .hsp-time,
.kush-app.is-public .hsp-cell { border-color: rgba(255,255,255,.10); }
.kush-app.is-public .hsp-time,
.kush-app.is-public .hsp-cell,
.kush-app.is-public .hsp-day-head { background: rgba(14,7,7,.38); }
.kush-app.is-public .hsp-cell.is-today,
.kush-app.is-public .hsp-day-head.is-today { background: rgba(145,24,24,.26); }

.kush-program-page .kush-program-hero {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0,0,0,.38);
}
.kush-program-page .kush-program-overlay {
  background: linear-gradient(120deg, rgba(19,2,5,.88) 0%, rgba(72,8,14,.68) 36%, rgba(0,0,0,.52) 100%);
}
.kush-program-page .kush-program-subheader {
  padding-top: 6px;
  margin-bottom: 24px;
}
.kush-program-page .kush-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
}
.kush-program-page .kush-back-link:hover { background: rgba(170,24,24,.70); }

@media (max-width: 900px) {
  .kush-app.is-public,
  .kush-program-page { width: 94%; margin-top: 100px; }
}


/* v3.2 program page sections */
.kush-section{margin-top:28px}
.kush-section-head{margin:0 0 14px}
.kush-section-head span{display:inline-block;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#ffca73;margin-bottom:10px}
.kush-section-head h2{margin:0;font-size:28px;line-height:1.1;color:#fff}
.kush-fact-wide{grid-column:1/-1}
.kush-video-embed{position:relative;padding-top:56.25%;border-radius:24px;overflow:hidden;background:rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 50px rgba(0,0,0,.24)}
.kush-video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.kush-artist-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.kush-artist-card{display:flex;gap:14px;align-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:16px;backdrop-filter:blur(10px);box-shadow:0 14px 30px rgba(0,0,0,.18)}
.kush-artist-photo{width:86px;height:86px;min-width:86px;border-radius:999px;overflow:hidden;background:linear-gradient(135deg,#b81f34,#40101a);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900;color:#fff;border:3px solid rgba(255,255,255,.12)}
.kush-artist-photo img{display:block;width:100%;height:100%;object-fit:cover}
.kush-artist-body h3{margin:0 0 4px;font-size:22px;line-height:1.05;color:#fff}
.kush-artist-real{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffca73;margin-bottom:6px}
.kush-artist-body p{margin:0;font-size:14px;line-height:1.45;color:#efe2ef}
.kush-program-side{position:sticky;top:120px}
.kush-host-row{grid-template-columns:repeat(4,minmax(0,1fr)) 1.1fr auto !important}
@media (max-width:1100px){.kush-program-side{position:static}}
@media (max-width:900px){.kush-host-row{grid-template-columns:1fr !important}.kush-section-head h2{font-size:24px}}


/* v3.3 public guidebar + month list */
.hsp-guidebar-left{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.hsp-guidebar-actions{margin-left:auto;display:flex;align-items:center;gap:12px}
.hsp-month-list-link{display:inline-flex;align-items:center;justify-content:center;padding:11px 18px;border-radius:999px;background:linear-gradient(135deg,#b30000,#7a0000);color:#fff;text-decoration:none;font-weight:800;letter-spacing:.02em;border:1px solid rgba(255,255,255,.16);box-shadow:0 12px 30px rgba(0,0,0,.18)}
.hsp-month-list-link:hover{background:linear-gradient(135deg,#cf1111,#8c0606);color:#fff}
.kush-app.is-public .hsp-guidebar{background:linear-gradient(135deg,rgba(18,4,4,.92),rgba(72,10,10,.80));border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(16px);box-shadow:0 10px 30px rgba(0,0,0,.22)}
.kush-app.is-public .hsp-guidebar strong,.kush-app.is-public .hsp-guidebar span{color:#fff}
.kush-app.is-public .hsp-guidebar .hsp-dot{background:#c40000;box-shadow:0 0 0 4px rgba(255,255,255,.08)}
.kush-app.is-public .hsp-main{background:rgba(255,255,255,.95);border-radius:22px;padding:14px;box-shadow:0 25px 60px rgba(0,0,0,.22)}
.kush-app.is-public .hsp-toolbar{background:#fff;border:1px solid rgba(120,20,20,.12);border-radius:18px 18px 0 0}
.kush-app.is-public .hsp-calendar{background:#fff;border:1px solid rgba(120,20,20,.12);border-top:none}
.kush-app.is-public .hsp-list-wrap{padding:20px;background:#fff}
.kush-app.is-public .hsp-list-group h4{font-size:20px;color:#551313}
.kush-app.is-public .hsp-list-card{background:#fff8f8;border-color:#ecd7d7;border-left-color:#b10000;box-shadow:0 10px 22px rgba(70,10,10,.08)}
@media (max-width:900px){.hsp-guidebar-actions{margin-left:0;width:100%}.hsp-month-list-link{width:100%}}


/* v3.4 public polish */
.kush-app.is-public .hsp-shell::before{background:linear-gradient(135deg,rgba(56,8,8,.38) 0%, rgba(112,24,24,.22) 40%, rgba(15,15,15,.22) 100%)}
.kush-app.is-public .hsp-guidebar{padding:16px 18px;background:linear-gradient(135deg,rgba(30,6,6,.88),rgba(90,18,18,.74));}
.kush-app.is-public .hsp-toolbar{background:rgba(255,255,255,.98)}
.kush-app.is-public .hsp-calendar,.kush-app.is-public .hsp-list-wrap{background:rgba(255,255,255,.97)}
.kush-app.is-public .hsp-head,.kush-app.is-public .hsp-month-head{background:#fcf8f4;color:#4c1c14}
.kush-app.is-public .hsp-month-cell,.kush-app.is-public .hsp-cell,.kush-app.is-public .hsp-time{background:rgba(255,255,255,.92);color:#4c1c14}
.kush-app.is-public .hsp-head.weekend,.kush-app.is-public .hsp-cell.weekend,.kush-app.is-public .hsp-month-cell.weekend{background:#f8f1de}
.kush-app.is-public .hsp-title{color:#6a1717;text-shadow:none}
.hsp-lang-switch{display:inline-flex;align-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:4px;gap:4px}
.hsp-lang-btn{border:none;background:transparent;color:#fff;min-width:42px;height:36px;border-radius:999px;font-weight:800;cursor:pointer}
.hsp-lang-btn.is-active{background:#fff;color:#7e0909;box-shadow:0 8px 18px rgba(0,0,0,.16)}
.hsp-program-modal-card{width:min(920px,96vw);border-radius:28px;overflow:hidden;border:1px solid rgba(120,20,20,.16);box-shadow:0 30px 80px rgba(0,0,0,.3)}
.hsp-program-modal-badge{display:none}
.kush-modal-v2{grid-template-columns:310px 1fr;gap:24px;padding:20px;background:linear-gradient(180deg,#fff,#fff8f5)}
.kush-modal-art{min-height:420px;border-radius:24px;box-shadow:0 20px 40px rgba(70,10,10,.12)}
.kush-modal-content h3{font-size:42px;line-height:.95;margin:0 0 12px;color:#4b1414;text-transform:uppercase}
.hsp-program-modal-time{font-size:28px;font-weight:900;color:#5d2a16;margin:0 0 18px}
.hsp-program-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 16px}
.hsp-program-modal-grid > div{background:linear-gradient(180deg,#fff,#fff7f2);border:1px solid #ecd9ce;border-radius:18px;padding:14px 16px;color:#4a2f25}
.hsp-program-modal-grid strong{display:block;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#a25b21;margin-bottom:6px}
.kush-modal-actions .button{border-radius:999px;padding:12px 18px;font-weight:800}
.kush-modal-actions .button:not(.button-primary){background:#fff;border:1px solid #d9beb6;color:#7a1a1a}
.kush-modal-actions .button.button-primary{background:#d10000;border-color:#d10000}
.kush-program-page{width:100vw;max-width:none;left:50%;transform:translateX(-50%);margin:100px 0 0;position:relative;padding:0 0 48px}
.kush-program-page-bg{position:absolute;inset:0;background:center/cover no-repeat;z-index:0}
.kush-program-page::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,7,11,.72),rgba(11,6,10,.84));z-index:0}
.kush-program-hero{max-width:1720px;width:90%;margin:0 auto;position:relative;z-index:1;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.kush-program-shell{padding:30px 24px 50px}
.kush-program-page .kush-program-overlay{background:linear-gradient(110deg,rgba(40,6,9,.74) 0%, rgba(95,10,18,.54) 34%, rgba(7,7,10,.34) 100%)}
.kush-program-main h1{font-size:clamp(52px,5.6vw,92px);max-width:900px}
.kush-program-lead{color:#fff;max-width:760px;text-shadow:0 4px 18px rgba(0,0,0,.24)}
.kush-program-copy{color:#fff;max-width:760px;background:rgba(0,0,0,.24);display:inline-block;padding:8px 12px;border-radius:14px}
.kush-program-facts div,.kush-artist-card{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.18)}
.kush-program-facts span,.kush-artist-body h3{color:#fff}
.kush-artist-body p,.kush-side-small{color:#fff}
.kush-section-head h2{color:#fff;text-shadow:0 4px 18px rgba(0,0,0,.18)}
@media (max-width:900px){.kush-modal-v2{grid-template-columns:1fr}.kush-modal-art{min-height:280px}.kush-modal-content h3{font-size:32px}.hsp-program-modal-grid{grid-template-columns:1fr}.kush-program-hero{width:94%}}


/* recreated v3.6 patches */
.hsp-lang-btn{min-width:96px;padding:0 18px;font-size:14px}
.kush-program-page .kush-back-link{font-size:16px;font-weight:800}

.kush-artist-photo.is-chido-logo{background:rgba(255,255,255,.06);padding:10px}
.kush-artist-photo.is-chido-logo img{object-fit:contain;background:transparent}


/* public compact header + improved list readability */
.hsp-app.is-public .hsp-toolbar{
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  padding:18px 14px 16px;
  background:#f8f4f1;
}
.hsp-app.is-public .hsp-nav-left{gap:8px}
.hsp-app.is-public .hsp-navbtn,
.hsp-app.is-public .hsp-todaybtn{
  height:38px;
  min-width:38px;
  padding:0 14px;
  border-radius:6px;
  font-size:14px;
  font-weight:700;
  background:var(--navy);
  text-transform:lowercase;
}
.hsp-app.is-public .hsp-navbtn{
  width:38px;
  padding:0;
  font-size:20px;
  line-height:1;
}
.hsp-app.is-public .hsp-todaybtn{
  background:#9a8d84;
  min-width:72px;
}
.hsp-app.is-public .hsp-title{
  font-size:26px;
  line-height:1.1;
  letter-spacing:.01em;
}
.hsp-app.is-public .hsp-views{
  display:inline-flex;
  justify-self:end;
  background:var(--navy);
  border-radius:6px;
  overflow:hidden;
}
.hsp-app.is-public .hsp-views button{
  height:38px;
  min-width:68px;
  padding:0 12px;
  border-radius:0;
  font-size:14px;
  font-weight:700;
  text-transform:lowercase;
  background:transparent;
}
.hsp-app.is-public .hsp-views button + button{
  box-shadow:inset 1px 0 0 rgba(255,255,255,.12);
}
.hsp-app.is-public .hsp-views button.active{
  background:#2e1d18;
}
.hsp-app.is-public .hsp-list-wrap{
  padding:18px 20px 22px;
}
.hsp-app.is-public .hsp-list-group{
  margin-bottom:26px;
}
.hsp-app.is-public .hsp-list-group h4{
  margin:0 0 14px;
  padding-bottom:8px;
  border-bottom:1px solid #ded4cd;
  font-size:20px;
  font-weight:800;
  color:var(--navy-dark);
}
.hsp-app.is-public .hsp-list-card{
  border-left-width:4px;
  border-radius:10px;
  padding:16px 18px;
  margin-bottom:12px;
  background:#fff;
  box-shadow:0 1px 0 rgba(0,0,0,.02);
}
.hsp-app.is-public .hsp-list-card strong{
  font-size:24px;
  line-height:1.2;
  margin-bottom:8px;
  color:#1f1613;
}
.hsp-app.is-public .hsp-list-card .meta{
  font-size:15px;
  line-height:1.45;
  color:#68574f;
  margin-bottom:6px;
}
.hsp-app.is-public .hsp-list-card > div:last-child{
  font-size:16px;
  line-height:1.55;
  color:#34251f;
}

@media (max-width: 900px){
  .hsp-app.is-public .hsp-toolbar{
    grid-template-columns:1fr;
    justify-items:center;
  }
  .hsp-app.is-public .hsp-nav-left,
  .hsp-app.is-public .hsp-views{
    justify-self:center;
  }
  .hsp-app.is-public .hsp-title{
    font-size:22px;
    text-align:center;
  }
  .hsp-app.is-public .hsp-views button{
    min-width:58px;
    font-size:13px;
  }
  .hsp-app.is-public .hsp-list-wrap{
    padding:14px;
  }
  .hsp-app.is-public .hsp-list-card strong{
    font-size:20px;
  }
  .hsp-app.is-public .hsp-list-card .meta,
  .hsp-app.is-public .hsp-list-card > div:last-child{
    font-size:15px;
  }
}

/* v3.8 status badges */
.kush-status-grid{grid-template-columns:1fr 1.4fr}
.kush-status-row{margin:0 0 10px}
.kush-status-pill,
.kush-status-badge{display:inline-flex;align-items:center;justify-content:center;font-weight:800;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:7px 12px;font-size:12px;line-height:1.1}
.kush-status-pill.is-hidden{display:none}
.kush-status-badge{position:absolute;top:12px;right:12px;z-index:3;box-shadow:0 8px 18px rgba(0,0,0,.12)}
.hsp-list-card{position:relative;overflow:hidden}
.kush-status-overlay{position:absolute;inset:0;pointer-programs:none;z-index:1;display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(-25deg,rgba(177,0,0,.06) 0 18px,rgba(177,0,0,.12) 18px 36px)}
.kush-status-overlay span{font-size:clamp(22px,4vw,42px);font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:rgba(120,0,0,.18);transform:rotate(-16deg);white-space:nowrap}
.kush-status-overlay.has-image{background-position:center;background-repeat:no-repeat;background-size:contain;opacity:.14}
.hsp-list-card > *{position:relative;z-index:2}
.hsp-list-card.kush-has-status{padding-top:52px}
.status-soldout{border-left-color:#8f5a00!important}
.status-cancelled{border-left-color:#b10000!important}
.status-postponed{border-left-color:#9b2fd3!important}
.status-moved{border-left-color:#005bbb!important}
.status-ended{border-left-color:#505050!important}
.kush-status-pill.status-soldout,.kush-status-badge.status-soldout{background:#fff3d6;color:#8f5a00;border:1px solid rgba(143,90,0,.22)}
.kush-status-pill.status-cancelled,.kush-status-badge.status-cancelled{background:#ffe2e2;color:#b10000;border:1px solid rgba(177,0,0,.18)}
.kush-status-pill.status-postponed,.kush-status-badge.status-postponed{background:#f1e3ff;color:#7a27a8;border:1px solid rgba(122,39,168,.18)}
.kush-status-pill.status-moved,.kush-status-badge.status-moved{background:#ddeeff;color:#005bbb;border:1px solid rgba(0,91,187,.18)}
.kush-status-pill.status-ended,.kush-status-badge.status-ended{background:#ececec;color:#555;border:1px solid rgba(85,85,85,.18)}
.hsp-list-card.status-cancelled,.hsp-list-card.status-ended{background:#fffdfd}
.hsp-list-card.status-cancelled strong,.hsp-list-card.status-ended strong{opacity:.92}
@media (max-width:900px){
  .kush-status-grid{grid-template-columns:1fr}
  .kush-status-badge{top:10px;right:10px;font-size:11px;padding:6px 10px}
  .hsp-list-card.kush-has-status{padding-top:48px}
}

/* v3.9 public polish + status legend */
.hsp-app.is-public .hsp-guidebar-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}
.hsp-app.is-public .hsp-lang-switch{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.hsp-app.is-public .hsp-toolbar{
  grid-template-columns:max-content 1fr max-content;
  align-items:center;
}
.hsp-app.is-public .hsp-nav-left,
.hsp-app.is-public .hsp-views{
  align-self:center;
}
.hsp-app.is-public .hsp-views{
  padding:4px;
  background:#5a3a30;
  border-radius:12px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);
}
.hsp-app.is-public .hsp-views button{
  position:relative;
  min-width:74px;
  border-radius:8px;
  color:#fff;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.hsp-app.is-public .hsp-views button:hover{
  background:#7a4b3a;
  color:#fff;
}
.hsp-app.is-public .hsp-views button.active{
  background:#ffffff;
  color:#b10000;
  box-shadow:none;
}
.hsp-app.is-public .hsp-navbtn,
.hsp-app.is-public .hsp-todaybtn{
  transition:background .18s ease, transform .18s ease;
}
.hsp-app.is-public .hsp-navbtn:hover,
.hsp-app.is-public .hsp-todaybtn:hover{
  transform:translateY(-1px);
}
.hsp-app.is-public .hsp-navbtn:hover{background:#73463a}
.hsp-app.is-public .hsp-todaybtn:hover{background:#85756b}
.kush-status-legend{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  padding:12px 14px 16px;
  background:#fffdfb;
  border:1px solid #e2d7d0;
  border-top:none;
  margin-bottom:12px;
  border-radius:0 0 14px 14px;
}
.kush-legend-item{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  background:color-mix(in srgb, var(--kush-status-color, #8d6e63) 16%, #fff);
  color:var(--kush-status-color, #5a3a30);
  border:1px solid color-mix(in srgb, var(--kush-status-color, #8d6e63) 34%, #fff);
  font-size:12px;
  font-weight:800;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.kush-legend-item i{
  width:12px;
  height:12px;
  border-radius:999px;
  background:var(--kush-status-color, #8d6e63);
  display:block;
}
.kush-legend-item.is-active{
  background:#fff;
  color:#5a3a30;
  border-color:#d8cfc9;
}
.kush-legend-item.is-active i{
  background:#ffffff;
  border:2px solid #b8aaa1;
  box-sizing:border-box;
}
.kush-chip-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:5px;
  padding:4px 8px;
  border-radius:999px;
  background:var(--kush-status-color,#5a3a30);
  color:var(--kush-status-text,#fff);
  font-size:10px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.hsp-week-program.status-soldout,
.hsp-week-program.status-cancelled,
.hsp-week-program.status-postponed,
.hsp-week-program.status-moved,
.hsp-week-program.status-ended,
.hsp-month-program.status-soldout,
.hsp-month-program.status-cancelled,
.hsp-month-program.status-postponed,
.hsp-month-program.status-moved,
.hsp-month-program.status-ended{
  background:var(--kush-status-color)!important;
  color:var(--kush-status-text,#fff)!important;
}
.hsp-month-program.status-soldout,
.hsp-month-program.status-cancelled,
.hsp-month-program.status-postponed,
.hsp-month-program.status-moved,
.hsp-month-program.status-ended{
  font-weight:800;
  box-shadow:0 4px 10px rgba(0,0,0,.12);
}
.kush-status-pill,
.kush-status-badge{
  background:var(--kush-status-color,#5a3a30)!important;
  color:var(--kush-status-text,#fff)!important;
  border:1px solid color-mix(in srgb, var(--kush-status-color,#5a3a30) 70%, #000 12%)!important;
}
.kush-status-pill{
  padding:12px 20px;
  font-size:15px;
  letter-spacing:.08em;
}
.kush-status-badge{
  top:14px;
  right:14px;
  padding:10px 16px;
  font-size:14px;
  letter-spacing:.08em;
}
.kush-status-overlay{
  background:repeating-linear-gradient(-25deg,color-mix(in srgb, var(--kush-status-color,#b10000) 10%, transparent) 0 18px,color-mix(in srgb, var(--kush-status-color,#b10000) 18%, transparent) 18px 36px);
}
.kush-status-overlay span{
  color:color-mix(in srgb, var(--kush-status-color,#b10000) 22%, transparent);
}
.kush-status-color-settings{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  padding:6px 0;
}
.kush-status-color-settings-title{
  font-weight:700;
}
.kush-status-color-item{
  display:flex;
  align-items:center;
  gap:6px;
}
.kush-status-grid-3{grid-template-columns:1fr 1.4fr .8fr}
@media (max-width:900px){
  .hsp-app.is-public .hsp-guidebar-actions,
  .hsp-app.is-public .hsp-toolbar{
    justify-items:center;
  }
  .hsp-app.is-public .hsp-views{
    width:auto;
  }
  .kush-status-legend{
    padding:12px;
    gap:8px;
  }
  .kush-status-badge{
    font-size:12px;
    padding:8px 12px;
  }
  .kush-status-pill{
    font-size:13px;
    padding:10px 16px;
  }
  .kush-status-grid-3{grid-template-columns:1fr}
}


/* v3.9.1 editor top controls + refresh fixes */
.hsp-app.is-editor .hsp-guidebar{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.hsp-guidebar-actions-editor{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px 12px;
  flex-wrap:wrap;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .button,
.hsp-app.is-editor .hsp-guidebar-actions-editor select,
.hsp-app.is-editor .hsp-guidebar-actions-editor input[type="url"]{
  height:40px;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .button{
  border-radius:10px;
  padding:0 14px;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .hsp-refresh-setting{
  gap:6px;
  flex-wrap:nowrap;
  white-space:nowrap;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .hsp-refresh-setting select,
.hsp-app.is-editor .hsp-guidebar-actions-editor .kush-calendar-url-setting input{
  margin-left:0;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .kush-calendar-url-setting{
  display:flex;
  align-items:center;
  gap:8px;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .kush-calendar-url-setting input{
  min-width:280px;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .kush-status-color-settings{
  gap:8px;
  padding:0;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .kush-status-color-item{
  gap:4px;
  font-size:12px;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .kush-status-color-item input[type="color"]{
  width:38px;
  height:32px;
  padding:2px;
}
.hsp-app.is-editor .hsp-toolbar{margin-top:10px}
@media (max-width: 1200px){
  .hsp-app.is-editor .hsp-guidebar-actions-editor{
    width:100%;
    justify-content:flex-start;
  }
}


/* v3.9.2 editor header cleanup */
.hsp-app.is-editor .hsp-guidebar{
  align-items:flex-start;
}
.hsp-app.is-editor .hsp-guidebar-left{
  padding-top:10px;
}
.hsp-guidebar-actions-editor{
  flex:1 1 900px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:12px;
}
.kush-editor-toolbar-main,
.kush-editor-toolbar-secondary{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px 14px;
  flex-wrap:wrap;
}
.kush-editor-toolbar-main{
  padding:4px 0;
}
.kush-editor-toolbar-secondary{
  padding:10px 14px;
  border:1px solid #e2d8d1;
  border-radius:14px;
  background:#fffdfb;
}
.kush-editor-toolbar-buttons{
  display:flex;
  align-items:center;
  gap:10px;
  margin-right:auto;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .hsp-refresh-setting{
  display:flex;
  align-items:center;
  gap:8px;
  padding:0;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .hsp-refresh-setting > span{
  font-weight:700;
  color:#4f3830;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .hsp-refresh-setting select,
.hsp-app.is-editor .hsp-guidebar-actions-editor .kush-calendar-url-setting input{
  min-width:170px;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .kush-calendar-url-setting{
  display:flex;
  align-items:center;
  gap:8px;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .kush-calendar-url-setting input{
  min-width:300px;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .kush-status-color-settings{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  padding:0;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .kush-status-color-settings-title{
  font-weight:800;
  color:#4f3830;
  margin-right:2px;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .kush-status-color-item{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  font-weight:600;
  color:#4f3830;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .kush-status-color-item span{
  display:inline-block;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .kush-status-color-item input[type="color"]{
  width:42px;
  height:34px;
  padding:2px;
  border-radius:8px;
  cursor:pointer;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .hsp-print{
  margin-left:auto;
}
@media (max-width: 1280px){
  .kush-editor-toolbar-main,
  .kush-editor-toolbar-secondary{
    justify-content:flex-start;
  }
  .kush-editor-toolbar-buttons{
    margin-right:0;
  }
  .hsp-app.is-editor .hsp-guidebar-actions-editor .hsp-print{
    margin-left:0;
  }
}

/* v3.9.3 drag move + tighter program height */
.hsp-cell,
.hsp-time{height:34px}
.hsp-day-wrap .hsp-time,
.hsp-day-wrap .hsp-cell{height:34px}
.hsp-week-program{min-height:22px;padding:4px 7px;font-size:11px}
.hsp-week-program strong{font-size:11px;margin-bottom:1px}
.hsp-week-program span{font-size:10px}
.hsp-app.is-editor .hsp-week-program,
.hsp-app.is-editor .hsp-month-program{cursor:grab}
.hsp-app.is-editor .hsp-week-program.is-dragging,
.hsp-app.is-editor .hsp-month-program.is-dragging{opacity:.45}
.hsp-app.is-editor .hsp-cell.is-drop-target,
.hsp-app.is-editor .hsp-month-cell.is-drop-target{outline:2px dashed #b86b4b;outline-offset:-3px;background:#fff7ef}
.hsp-month-program{min-height:22px}


/* v3.9.4 program page status */
.kush-program-topmeta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:18px}
.kush-page-status{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;background:var(--kush-status-color,#b51c1c);color:#fff;font-size:14px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 10px 24px rgba(0,0,0,.18)}
.kush-page-status-side{margin:0 auto 16px}
.kush-price-card,.kush-ticket-box{overflow:hidden}
@media (max-width:700px){
  .kush-page-status{font-size:13px;padding:9px 16px}
}


.kush-entity-card{padding:14px 14px 12px;background:#fcfaf8;border:1px solid #e8ddd5;border-radius:16px;gap:12px 14px}
.kush-span-2{grid-column:span 2}
.kush-availability-toggle{display:flex!important;align-items:center;gap:10px;font-weight:800;color:var(--navy-dark);background:#f5eee8;border:1px solid #e2d5cc;border-radius:12px;padding:12px 14px;min-height:48px}
.kush-availability-toggle input{width:18px!important;height:18px;margin:0!important;accent-color:#1d7f49}
.kush-availability-toggle span{margin:0!important}
.kush-entity-actions{display:flex;align-items:center;gap:10px;justify-content:flex-end;min-height:48px}
.kush-entity-actions .button-link-delete{color:#c62828;text-decoration:none}
.kush-entity-card label{font-size:13px}
.kush-entity-card input{margin-top:6px}
@media (max-width: 900px){
  .kush-entity-row,[data-host-row].kush-entity-row{grid-template-columns:1fr}
  .kush-span-2{grid-column:auto}
  .kush-entity-actions{justify-content:flex-start}
}


.kush-hidden-select{display:none!important}
.kush-lineup-checklist{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:8px;padding:14px;border:1px solid #d7ccc5;border-radius:14px;background:#fff;max-height:240px;overflow:auto}
.kush-check-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #eadfd7;border-radius:12px;background:#faf7f4;font-weight:600;margin:0}
.kush-check-item input{margin:0!important;width:18px!important;height:18px;accent-color:#1d7f49}
.kush-check-item em{font-style:normal;color:#8a7d75;font-weight:500}
.hsp-types-list{display:grid;gap:14px}
.kush-entity-row{grid-template-columns:160px minmax(220px,1.2fr) minmax(180px,.9fr) minmax(220px,1fr);align-items:start}
[data-host-row].kush-entity-row{grid-template-columns:160px minmax(220px,1fr) minmax(220px,1fr) minmax(220px,1fr)}
.kush-entity-actions{display:flex;gap:10px;align-items:center;justify-content:flex-start;padding-top:4px}
@media (max-width: 900px){.kush-lineup-checklist{grid-template-columns:1fr 1fr}}
@media (max-width: 640px){.kush-lineup-checklist{grid-template-columns:1fr}}


/* v3.9.10 editor isolation + readable modal UI */
.hsp-app.is-editor,
.hsp-app.is-editor *{
  box-sizing:border-box;
}

.hsp-app.is-editor .hsp-types-card,
.hsp-app.is-editor .hsp-editor-panel,
.hsp-app.is-editor .hsp-types-card *,
.hsp-app.is-editor .hsp-editor-panel *{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}

.hsp-app.is-editor .hsp-types-card,
.hsp-app.is-editor .hsp-editor-panel{
  color:#241814 !important;
}

.hsp-app.is-editor .hsp-types-card h3,
.hsp-app.is-editor .hsp-types-card p,
.hsp-app.is-editor .hsp-types-card label,
.hsp-app.is-editor .hsp-editor-panel h2,
.hsp-app.is-editor .hsp-editor-panel h3,
.hsp-app.is-editor .hsp-editor-panel p,
.hsp-app.is-editor .hsp-editor-panel label,
.hsp-app.is-editor .hsp-editor-panel strong,
.hsp-app.is-editor .hsp-editor-panel span,
.hsp-app.is-editor .hsp-types-card strong,
.hsp-app.is-editor .hsp-types-card span{
  color:#241814 !important;
  text-shadow:none !important;
}

.hsp-app.is-editor .hsp-types-card{
  background:#fffaf7 !important;
  border:1px solid #e7d8cf !important;
}

.hsp-app.is-editor .kush-entity-card{
  background:#fff !important;
  border:1px solid #e6d7ce !important;
  border-radius:18px !important;
  box-shadow:0 1px 0 rgba(0,0,0,.02) !important;
}

.hsp-app.is-editor .hsp-types-head h3,
.hsp-app.is-editor .hsp-editor-panel h2{
  color:#311a16 !important;
}

.hsp-app.is-editor .hsp-types-head p{
  color:#6c5750 !important;
  font-size:14px !important;
}

.hsp-app.is-editor input[type="text"],
.hsp-app.is-editor input[type="url"],
.hsp-app.is-editor input[type="number"],
.hsp-app.is-editor input[type="date"],
.hsp-app.is-editor input[type="time"],
.hsp-app.is-editor input[type="datetime-local"],
.hsp-app.is-editor input[type="email"],
.hsp-app.is-editor textarea,
.hsp-app.is-editor select{
  appearance:none;
  -webkit-appearance:none;
  width:100% !important;
  min-height:48px;
  padding:12px 14px !important;
  border:1px solid #cfb8ac !important;
  border-radius:14px !important;
  background:#fff !important;
  color:#241814 !important;
  box-shadow:none !important;
  opacity:1 !important;
  text-shadow:none !important;
  font-size:16px !important;
  line-height:1.35 !important;
}

.hsp-app.is-editor textarea{
  min-height:92px;
}

.hsp-app.is-editor input::placeholder,
.hsp-app.is-editor textarea::placeholder{
  color:#8f7b73 !important;
  opacity:1 !important;
}

.hsp-app.is-editor input:focus,
.hsp-app.is-editor textarea:focus,
.hsp-app.is-editor select:focus{
  outline:none !important;
  border-color:#c81d25 !important;
  box-shadow:0 0 0 3px rgba(200,29,37,.14) !important;
}

.hsp-app.is-editor .kush-availability-toggle{
  background:#fff7f1 !important;
  border:1px solid #e3cfc2 !important;
  color:#311a16 !important;
}

.hsp-app.is-editor .kush-availability-toggle input[type="checkbox"],
.hsp-app.is-editor .kush-check-item input[type="checkbox"]{
  appearance:auto;
  -webkit-appearance:checkbox;
  width:18px !important;
  height:18px !important;
  min-height:18px;
  padding:0 !important;
  margin:0 !important;
  border:none !important;
  border-radius:0 !important;
  background:transparent !important;
  accent-color:#1f8b4c;
  box-shadow:none !important;
}

.hsp-app.is-editor .button,
.hsp-app.is-editor button,
.hsp-app.is-editor input[type="button"],
.hsp-app.is-editor input[type="submit"]{
  appearance:none;
  -webkit-appearance:none;
  border:1px solid #b41b1b !important;
  border-radius:12px !important;
  background:#d11414 !important;
  color:#fff !important;
  padding:12px 18px !important;
  min-height:46px;
  font-size:15px !important;
  font-weight:800 !important;
  letter-spacing:.01em;
  line-height:1.2 !important;
  text-decoration:none !important;
  cursor:pointer;
  box-shadow:none !important;
  text-shadow:none !important;
}

.hsp-app.is-editor .button:hover,
.hsp-app.is-editor button:hover,
.hsp-app.is-editor input[type="button"]:hover,
.hsp-app.is-editor input[type="submit"]:hover{
  background:#b51010 !important;
  border-color:#9c0f0f !important;
  color:#fff !important;
}

.hsp-app.is-editor .button.button-primary,
.hsp-app.is-editor button.button-primary,
.hsp-app.is-editor .hsp-types-actions .button.button-primary,
.hsp-app.is-editor .hsp-editor-actions .button.button-primary{
  background:#0d63b8 !important;
  border-color:#0d63b8 !important;
  color:#fff !important;
}

.hsp-app.is-editor .button.button-primary:hover,
.hsp-app.is-editor button.button-primary:hover{
  background:#0a549d !important;
  border-color:#0a549d !important;
}

.hsp-app.is-editor .button-link-delete,
.hsp-app.is-editor .kush-entity-actions .button-link-delete{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:9px 14px;
  border:1px solid #cf4b4b;
  border-radius:10px;
  background:#fff4f4;
  color:#b11c1c !important;
  font-weight:700;
  text-decoration:none !important;
}

.hsp-app.is-editor .button-link-delete:hover,
.hsp-app.is-editor .kush-entity-actions .button-link-delete:hover{
  background:#fde9e9;
  border-color:#b11c1c;
  color:#8f1515 !important;
}

.hsp-app.is-editor .hsp-editor-close{
  background:#f3e7df !important;
  border:1px solid #ddc9be !important;
  color:#5d332e !important;
  padding:0 !important;
  min-height:36px;
  width:36px;
  height:36px;
}

.hsp-app.is-editor .hsp-editor-close:hover{
  background:#ead9cf !important;
  color:#3b221d !important;
}


/* v3.9.13 lineup checklist + status color fixes + cleaner public controls */
.kush-lineup-empty{padding:12px 14px;border:1px dashed #d7ccc5;border-radius:12px;background:#fcfaf8;color:#6b5b53;font-weight:600}
.kush-check-item{justify-content:flex-start;align-items:center;flex-wrap:wrap}
.kush-check-item span{display:inline-block;min-width:0}
.kush-check-item em{display:block;width:100%;padding-left:26px}

.hsp-month-program.status-pending,
.hsp-month-program.status-soldout,
.hsp-month-program.status-cancelled,
.hsp-month-program.status-postponed,
.hsp-month-program.status-moved,
.hsp-month-program.status-ended{
  background:var(--kush-status-color,#5a3a30)!important;
  color:var(--kush-status-text,#fff)!important;
  border:1px solid color-mix(in srgb, var(--kush-status-color,#5a3a30) 72%, #000 12%)!important;
}
.hsp-list-card.pending,
.hsp-list-card.soldout,
.hsp-list-card.cancelled,
.hsp-list-card.postponed,
.hsp-list-card.moved,
.hsp-list-card.ended{
  border-left-color:var(--kush-status-color,#5a3a30)!important;
}

.hsp-app.is-public .hsp-toolbar{
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  padding:18px 18px 16px;
  background:linear-gradient(180deg,#fff,#fbf8f5);
  border-bottom:1px solid #e7ddd6;
}
.hsp-app.is-public .hsp-nav-left{gap:10px}
.hsp-app.is-public .hsp-navbtn,
.hsp-app.is-public .hsp-todaybtn,
.hsp-app.is-public .hsp-views button{
  height:40px;
  min-width:44px;
  padding:0 16px;
  border-radius:10px;
  border:1px solid #d9cdc4;
  background:linear-gradient(180deg,#ffffff,#f3ece6);
  color:#4d2a21;
  font-size:14px;
  font-weight:800;
  text-transform:none;
  box-shadow:0 1px 2px rgba(31,24,20,.06);
}
.hsp-app.is-public .hsp-navbtn:hover,
.hsp-app.is-public .hsp-todaybtn:hover,
.hsp-app.is-public .hsp-views button:hover{
  background:linear-gradient(180deg,#fff,#efe6de);
  color:#3f2018;
}
.hsp-app.is-public .hsp-navbtn{padding:0;font-size:18px;line-height:1}
.hsp-app.is-public .hsp-todaybtn{min-width:74px}
.hsp-app.is-public .hsp-title{
  font-size:22px;
  line-height:1.1;
  letter-spacing:0;
  color:#5c1c1c;
  font-weight:900;
}
.hsp-app.is-public .hsp-views{
  display:inline-flex;
  justify-self:end;
  gap:8px;
  background:transparent;
  border-radius:0;
  overflow:visible;
}
.hsp-app.is-public .hsp-views button + button{box-shadow:none}
.hsp-app.is-public .hsp-views button.active{
  background:linear-gradient(180deg,#d91b1b,#b20c0c);
  color:#fff;
  border-color:#a70d0d;
  box-shadow:0 10px 22px rgba(177,0,0,.18);
}


/* v3.9.14 restore public calendar look + hide internal pending from public legend */
.hsp-app.is-public .hsp-shell,
.kush-app.is-public .hsp-shell{
  background:none !important;
  box-shadow:none !important;
}
.hsp-app.is-public .hsp-shell::before,
.kush-app.is-public .hsp-shell::before,
.kush-app.is-public .hsp-shell::after{
  display:none !important;
}
.hsp-app.is-public,
.kush-app.is-public{
  width:100%;
  max-width:none;
  margin:0 auto 32px;
}
.hsp-app.is-public .hsp-guidebar,
.kush-app.is-public .hsp-guidebar{
  padding:16px 18px !important;
  background:#fffdfb !important;
  border:1px solid #d8cfc9 !important;
  border-radius:14px 14px 0 0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
}
.hsp-app.is-public .hsp-guidebar strong,
.hsp-app.is-public .hsp-guidebar span,
.kush-app.is-public .hsp-guidebar strong,
.kush-app.is-public .hsp-guidebar span{
  color:#4d2f26 !important;
}
.hsp-app.is-public .hsp-guidebar .hsp-dot,
.kush-app.is-public .hsp-guidebar .hsp-dot{
  background:#c40000 !important;
  box-shadow:none !important;
}
.hsp-app.is-public .hsp-lang-switch,
.kush-app.is-public .hsp-lang-switch{
  background:#f4efea !important;
  border:1px solid #d8cfc9 !important;
  box-shadow:none !important;
}
.hsp-app.is-public .hsp-lang-btn,
.kush-app.is-public .hsp-lang-btn{
  background:transparent !important;
  color:#6d4b3e !important;
  border:none !important;
}
.hsp-app.is-public .hsp-lang-btn.is-active,
.kush-app.is-public .hsp-lang-btn.is-active{
  background:#6b4638 !important;
  color:#fff !important;
}
.hsp-app.is-public .hsp-month-list-link,
.kush-app.is-public .hsp-month-list-link{
  background:#6b4638 !important;
  color:#fff !important;
  border:1px solid #6b4638 !important;
  box-shadow:none !important;
}
.hsp-app.is-public .hsp-toolbar,
.kush-app.is-public .hsp-toolbar{
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  padding:16px 18px 14px !important;
  border:1px solid #d8cfc9 !important;
  border-top:none !important;
  border-bottom:none !important;
  background:#fffdfb !important;
}
.hsp-app.is-public .hsp-calendar,
.kush-app.is-public .hsp-calendar{
  border:1px solid #d8cfc9 !important;
  border-top:none !important;
  background:#fffdfb !important;
  border-radius:0 0 14px 14px !important;
}
.hsp-app.is-public .kush-status-legend,
.kush-app.is-public .kush-status-legend{
  padding:12px 14px !important;
  border-left:1px solid #d8cfc9 !important;
  border-right:1px solid #d8cfc9 !important;
  border-top:1px solid #ebe2dc !important;
  background:#fffdfb !important;
}
.hsp-app.is-public .hsp-title,
.kush-app.is-public .hsp-title{
  color:#4b2d25 !important;
  font-size:26px !important;
}
.hsp-app.is-public .hsp-navbtn,
.hsp-app.is-public .hsp-todaybtn,
.hsp-app.is-public .hsp-views button,
.kush-app.is-public .hsp-navbtn,
.kush-app.is-public .hsp-todaybtn,
.kush-app.is-public .hsp-views button{
  height:40px !important;
  min-width:0 !important;
  padding:0 18px !important;
  border-radius:8px !important;
  border:1px solid #6b4638 !important;
  background:#6b4638 !important;
  color:#fff !important;
  box-shadow:none !important;
  font-size:14px !important;
  font-weight:700 !important;
}
.hsp-app.is-public .hsp-todaybtn,
.kush-app.is-public .hsp-todaybtn{
  background:#8a7367 !important;
  border-color:#8a7367 !important;
}
.hsp-app.is-public .hsp-views,
.kush-app.is-public .hsp-views{
  gap:0 !important;
  background:#6b4638 !important;
  border:1px solid #6b4638 !important;
  border-radius:10px !important;
  overflow:hidden;
}
.hsp-app.is-public .hsp-views button,
.kush-app.is-public .hsp-views button{
  border:none !important;
  border-right:1px solid rgba(255,255,255,.16) !important;
  border-radius:0 !important;
}
.hsp-app.is-public .hsp-views button:last-child,
.kush-app.is-public .hsp-views button:last-child{
  border-right:none !important;
}
.hsp-app.is-public .hsp-views button.active,
.kush-app.is-public .hsp-views button.active,
.hsp-app.is-public .hsp-views button:hover,
.kush-app.is-public .hsp-views button:hover{
  background:#2d1a14 !important;
  color:#fff !important;
}
.hsp-app.is-public .hsp-head,
.hsp-app.is-public .hsp-month-head,
.kush-app.is-public .hsp-head,
.kush-app.is-public .hsp-month-head{
  background:#fffaf5 !important;
  color:#4d2f26 !important;
}
.hsp-app.is-public .hsp-time,
.hsp-app.is-public .hsp-cell,
.hsp-app.is-public .hsp-day-head,
.kush-app.is-public .hsp-time,
.kush-app.is-public .hsp-cell,
.kush-app.is-public .hsp-day-head{
  background:#fffdfb !important;
  color:#4d2f26 !important;
  border-color:#e7ddd6 !important;
}
.hsp-app.is-public .hsp-month-cell,
.kush-app.is-public .hsp-month-cell{
  background:#fffdfb !important;
  border-color:#e7ddd6 !important;
}
.hsp-app.is-public .hsp-cell.is-today,
.hsp-app.is-public .hsp-day-head.is-today,
.kush-app.is-public .hsp-cell.is-today,
.kush-app.is-public .hsp-day-head.is-today{
  background:#f6efe4 !important;
}
.hsp-app.is-public .hsp-list-card,
.kush-app.is-public .hsp-list-card{
  background:#fff !important;
  border:1px solid #ddd1ca !important;
  box-shadow:none !important;
}
@media (max-width:900px){
  .hsp-app.is-public .hsp-toolbar,
  .kush-app.is-public .hsp-toolbar{
    grid-template-columns:1fr;
    justify-items:start;
  }
  .hsp-app.is-public .hsp-guidebar-actions,
  .kush-app.is-public .hsp-guidebar-actions{
    margin-left:0;
    width:100%;
  }
}


/* v3.9.15 mobile public calendar agenda */
@media (max-width:700px){
  .hsp-app.is-public .hsp-calendar{overflow:visible}
  .hsp-app.is-public .hsp-month-grid{min-width:0;grid-template-columns:repeat(7,minmax(0,1fr));border-radius:14px;overflow:hidden}
  .hsp-app.is-public .hsp-month-head{font-size:11px;padding:8px 2px;text-align:center}
  .hsp-app.is-public .hsp-month-cell{min-height:52px;padding:6px 4px}
  .hsp-app.is-public .kush-mobile-month-cell .hsp-month-daynum{font-size:14px;line-height:1;margin-bottom:8px}
  .hsp-app.is-public .hsp-month-cell .hsp-month-program{display:none}
  .hsp-app.is-public .kush-mobile-dots{display:flex;gap:4px;align-items:center;flex-wrap:wrap}
  .hsp-app.is-public .kush-mobile-dot{width:7px;height:7px;border-radius:999px;background:var(--kush-status-color,#8a6d3b);display:inline-block}
  .hsp-app.is-public .kush-mobile-agenda{margin-top:16px;border:1px solid #eadfd7;border-radius:16px;background:#fff;padding:14px}
  .hsp-app.is-public .kush-mobile-agenda h3{margin:0 0 12px;font-size:20px;color:#3b261d}
  .hsp-app.is-public .kush-mobile-agenda-group + .kush-mobile-agenda-group{margin-top:14px;padding-top:14px;border-top:1px solid #eee2da}
  .hsp-app.is-public .kush-mobile-agenda-date{font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#6a4a3d;margin-bottom:8px}
  .hsp-app.is-public .kush-mobile-agenda-card{display:grid;gap:2px;padding:12px 12px 12px 14px;border:1px solid #eadfd7;border-left:4px solid var(--kush-status-color,#8a6d3b);border-radius:12px;background:#fff;box-shadow:0 8px 20px rgba(41,28,23,.06);margin-bottom:8px}
  .hsp-app.is-public .kush-mobile-agenda-card strong{font-size:16px;line-height:1.2;color:#231815}
  .hsp-app.is-public .kush-mobile-agenda-card span{font-size:13px;color:#6b5a53}
  .hsp-app.is-public .hsp-toolbar{grid-template-columns:1fr;gap:12px}
  .hsp-app.is-public .hsp-nav-left,.hsp-app.is-public .hsp-views{width:100%;justify-content:space-between}
  .hsp-app.is-public .hsp-views button{flex:1}
}


/* v3.9.16 desktop upcoming list matches mobile cards */
.hsp-app.is-public .kush-month-list-wrap,
.kush-app.is-public .kush-month-list-wrap{
  padding:18px 18px 20px !important;
  background:#fffdfb !important;
}
.hsp-app.is-public .kush-month-list-wrap .hsp-list-group,
.kush-app.is-public .kush-month-list-wrap .hsp-list-group{
  margin-bottom:18px !important;
}
.hsp-app.is-public .kush-month-list-wrap .hsp-list-group h4,
.kush-app.is-public .kush-month-list-wrap .hsp-list-group h4{
  margin:0 0 12px !important;
  padding-bottom:12px !important;
  border-bottom:1px solid #e9ddd5 !important;
  font-size:17px !important;
  font-weight:900 !important;
  color:#3f2a21 !important;
}
.hsp-app.is-public .kush-month-list-wrap .hsp-list-card,
.kush-app.is-public .kush-month-list-wrap .hsp-list-card{
  display:grid !important;
  gap:4px !important;
  padding:16px 16px 16px 18px !important;
  border:1px solid #eadfd7 !important;
  border-left:4px solid var(--kush-status-color,#8a6d3b) !important;
  border-radius:14px !important;
  background:#fff !important;
  box-shadow:0 8px 20px rgba(41,28,23,.06) !important;
  margin-bottom:10px !important;
  position:relative;
}
.hsp-app.is-public .kush-month-list-wrap .hsp-list-card strong,
.kush-app.is-public .kush-month-list-wrap .hsp-list-card strong{
  font-size:18px !important;
  line-height:1.2 !important;
  color:#231815 !important;
  margin:0 !important;
}
.hsp-app.is-public .kush-month-list-wrap .hsp-list-card .meta,
.kush-app.is-public .kush-month-list-wrap .hsp-list-card .meta{
  font-size:14px !important;
  color:#6b5a53 !important;
}
.hsp-app.is-public .kush-month-list-wrap .hsp-list-card > div:last-child,
.kush-app.is-public .kush-month-list-wrap .hsp-list-card > div:last-child{
  font-size:14px !important;
  color:#6b5a53 !important;
}
.hsp-app.is-public .kush-month-list-wrap .kush-status-badge,
.kush-app.is-public .kush-month-list-wrap .kush-status-badge{
  top:14px !important;
  right:14px !important;
}
@media (max-width:700px){
  .hsp-app.is-public .kush-month-list-wrap,
  .kush-app.is-public .kush-month-list-wrap{padding:14px !important}
  .hsp-app.is-public .kush-month-list-wrap .hsp-list-card,
  .kush-app.is-public .kush-month-list-wrap .hsp-list-card{padding:12px 12px 12px 14px !important;border-radius:12px !important}
  .hsp-app.is-public .kush-month-list-wrap .hsp-list-card strong,
  .kush-app.is-public .kush-month-list-wrap .hsp-list-card strong{font-size:16px !important}
}


.hsp-app.is-public .hsp-month-program,
.hsp-app.is-public .hsp-list-card,
.hsp-app.is-public .kush-mobile-agenda-card,
.kush-app.is-public .hsp-month-program,
.kush-app.is-public .hsp-list-card,
.kush-app.is-public .kush-mobile-agenda-card{cursor:pointer}


/* v3.9.18 editor calendar styled like public calendar */
.hsp-app.is-editor .hsp-guidebar,
.kush-app.is-editor .hsp-guidebar{
  padding:16px 18px !important;
  background:#fffdfb !important;
  border:1px solid #d8cfc9 !important;
  border-radius:14px 14px 0 0 !important;
  box-shadow:none !important;
}
.hsp-app.is-editor .kush-editor-toolbar-main,
.hsp-app.is-editor .kush-editor-toolbar-secondary{
  background:transparent !important;
  border:none !important;
  padding:0 !important;
}
.hsp-app.is-editor .kush-editor-toolbar-secondary{
  margin-top:10px;
  padding-top:12px !important;
  border-top:1px solid #e6ddd7 !important;
}
.hsp-app.is-editor .kush-editor-toolbar-buttons .button,
.hsp-app.is-editor .kush-editor-toolbar-secondary .button,
.hsp-app.is-editor .hsp-print,
.hsp-app.is-editor .hsp-types-actions .button,
.hsp-app.is-editor .hsp-editor-actions .button,
.hsp-app.is-editor .kush-media-picker .button{
  height:40px;
  min-width:44px;
  padding:0 16px;
  border-radius:10px !important;
  border:1px solid #d9cdc4 !important;
  background:linear-gradient(180deg,#ffffff,#f3ece6) !important;
  color:#4d2a21 !important;
  font-size:14px;
  font-weight:800;
  text-transform:none;
  box-shadow:0 1px 2px rgba(31,24,20,.06) !important;
}
.hsp-app.is-editor .kush-editor-toolbar-buttons .button:hover,
.hsp-app.is-editor .kush-editor-toolbar-secondary .button:hover,
.hsp-app.is-editor .hsp-types-actions .button:hover,
.hsp-app.is-editor .hsp-editor-actions .button:hover,
.hsp-app.is-editor .kush-media-picker .button:hover{
  background:linear-gradient(180deg,#fff,#efe6de) !important;
  color:#3f2018 !important;
}
.hsp-app.is-editor .hsp-editor-actions .button.button-primary,
.hsp-app.is-editor .hsp-types-actions .button.button-primary{
  background:#6b4638 !important;
  border-color:#6b4638 !important;
  color:#fff !important;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .hsp-refresh-setting > span,
.hsp-app.is-editor .hsp-guidebar-actions-editor .kush-status-color-settings-title,
.hsp-app.is-editor .hsp-guidebar strong,
.hsp-app.is-editor .hsp-guidebar span{
  color:#4d2f26 !important;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor select,
.hsp-app.is-editor .hsp-guidebar-actions-editor input[type="url"]{
  min-height:40px;
  border:1px solid #d9cdc4 !important;
  border-radius:10px !important;
  background:#fff !important;
  color:#4d2a21 !important;
  box-shadow:none !important;
}
.hsp-app.is-editor .hsp-guidebar-actions-editor .kush-status-color-item input[type="color"]{
  width:38px;
  height:32px;
  padding:2px;
  border-radius:8px;
  border:1px solid #d9cdc4;
  background:#fff;
}
.hsp-app.is-editor .hsp-main{padding:0 !important}
.hsp-app.is-editor .hsp-toolbar,
.kush-app.is-editor .hsp-toolbar{
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  padding:16px 18px 14px !important;
  border:1px solid #d8cfc9 !important;
  border-top:none !important;
  border-bottom:none !important;
  background:#fffdfb !important;
}
.hsp-app.is-editor .hsp-calendar,
.kush-app.is-editor .hsp-calendar{
  border:1px solid #d8cfc9 !important;
  border-top:none !important;
  background:#fffdfb !important;
  border-radius:0 0 14px 14px !important;
}
.hsp-app.is-editor .hsp-nav-left{gap:10px}
.hsp-app.is-editor .hsp-navbtn,
.hsp-app.is-editor .hsp-todaybtn,
.hsp-app.is-editor .hsp-views button{
  height:40px;
  min-width:44px;
  padding:0 16px;
  border-radius:10px;
  border:1px solid #d9cdc4;
  background:linear-gradient(180deg,#ffffff,#f3ece6);
  color:#4d2a21;
  font-size:14px;
  font-weight:800;
  text-transform:none;
  box-shadow:0 1px 2px rgba(31,24,20,.06);
}
.hsp-app.is-editor .hsp-navbtn{padding:0;font-size:18px;line-height:1}
.hsp-app.is-editor .hsp-todaybtn{min-width:74px}
.hsp-app.is-editor .hsp-navbtn:hover,
.hsp-app.is-editor .hsp-todaybtn:hover,
.hsp-app.is-editor .hsp-views button:hover{
  background:linear-gradient(180deg,#fff,#efe6de);
  color:#3f2018;
}
.hsp-app.is-editor .hsp-title{
  font-size:22px;
  line-height:1.1;
  color:#5c1c1c;
  font-weight:900;
}
.hsp-app.is-editor .hsp-views{
  display:inline-flex;
  justify-self:end;
  gap:8px;
  background:transparent;
  border-radius:0;
  overflow:visible;
}
.hsp-app.is-editor .hsp-views button.active{
  background:#6b4638;
  color:#fff;
  border-color:#6b4638;
  box-shadow:none;
}
.hsp-app.is-editor .hsp-head,
.hsp-app.is-editor .hsp-month-head{
  background:#fcf8f4;
  color:#4c1c14;
}
.hsp-app.is-editor .hsp-month-cell,
.hsp-app.is-editor .hsp-cell,
.hsp-app.is-editor .hsp-time{
  background:rgba(255,255,255,.92);
  color:#4c1c14;
}
.hsp-app.is-editor .hsp-head.weekend,
.hsp-app.is-editor .hsp-cell.weekend,
.hsp-app.is-editor .hsp-month-cell.weekend{
  background:#f8f1de;
}
@media (max-width:1100px){
  .hsp-app.is-editor .hsp-toolbar{grid-template-columns:1fr;justify-items:center}
  .hsp-app.is-editor .hsp-nav-left,.hsp-app.is-editor .hsp-views{justify-self:center}
  .hsp-app.is-editor .hsp-title{text-align:center}
}


/* v3.9.19 better station/hosts editor readability + condensed font + Google-style buttons */
.hsp-app.is-editor .hsp-types-card,
.hsp-app.is-editor .hsp-types-card *,
.hsp-app.is-editor .hsp-editor-panel,
.hsp-app.is-editor .hsp-editor-panel *{
  font-family:"Roboto Condensed",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
}

.hsp-app.is-editor .hsp-types-card{
  background:#fffefd !important;
  border:1px solid #ddd7d1 !important;
  border-radius:22px !important;
  box-shadow:0 8px 24px rgba(60,64,67,.08) !important;
}

.hsp-app.is-editor .hsp-types-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:start;
  margin-bottom:18px;
}
.hsp-app.is-editor .hsp-types-head h3{
  font-size:34px !important;
  line-height:1 !important;
  letter-spacing:.01em;
  margin:0 0 6px !important;
  color:#2f241f !important;
}
.hsp-app.is-editor .hsp-types-head p{
  max-width:780px;
  font-size:20px !important;
  line-height:1.35 !important;
  color:#6c625b !important;
  margin:0 !important;
}
.hsp-app.is-editor .hsp-types-actions{
  display:flex;
  flex-direction:column;
  gap:12px;
  align-items:flex-end;
}

.hsp-app.is-editor .hsp-types-actions .button,
.hsp-app.is-editor .hsp-editor-actions .button,
.hsp-app.is-editor .kush-media-picker .button,
.hsp-app.is-editor [data-add-station],
.hsp-app.is-editor [data-add-host]{
  min-height:48px !important;
  padding:0 22px !important;
  border-radius:24px !important;
  border:1px solid #dadce0 !important;
  background:linear-gradient(180deg,#ffffff,#f8f9fa) !important;
  color:#3c4043 !important;
  font-size:18px !important;
  font-weight:700 !important;
  letter-spacing:.01em !important;
  box-shadow:0 1px 2px rgba(60,64,67,.15),0 1px 3px 1px rgba(60,64,67,.1) !important;
}
.hsp-app.is-editor .hsp-types-actions .button:hover,
.hsp-app.is-editor .hsp-editor-actions .button:hover,
.hsp-app.is-editor .kush-media-picker .button:hover{
  background:linear-gradient(180deg,#ffffff,#f1f3f4) !important;
  color:#202124 !important;
  box-shadow:0 2px 4px rgba(60,64,67,.18),0 3px 8px rgba(60,64,67,.14) !important;
}
.hsp-app.is-editor .hsp-types-actions .button.button-primary,
.hsp-app.is-editor .hsp-editor-actions .button.button-primary{
  border-color:#1a73e8 !important;
  background:#1a73e8 !important;
  color:#fff !important;
  box-shadow:0 2px 6px rgba(26,115,232,.28) !important;
}
.hsp-app.is-editor .hsp-types-actions .button.button-primary:hover,
.hsp-app.is-editor .hsp-editor-actions .button.button-primary:hover{
  border-color:#1765cc !important;
  background:#1765cc !important;
  color:#fff !important;
}

.hsp-app.is-editor .kush-entity-card{
  padding:18px 18px 16px !important;
  border-radius:20px !important;
  background:#fff !important;
  border:1px solid #e3dbd4 !important;
  box-shadow:0 1px 3px rgba(60,64,67,.12) !important;
  gap:14px 14px !important;
}
.hsp-app.is-editor .kush-entity-card label{
  display:block;
  font-size:18px !important;
  font-weight:700 !important;
  line-height:1.1 !important;
  color:#3c4043 !important;
}
.hsp-app.is-editor .kush-entity-card input,
.hsp-app.is-editor .kush-entity-card textarea,
.hsp-app.is-editor .kush-entity-card select{
  margin-top:8px !important;
  min-height:50px !important;
  border:1px solid #dadce0 !important;
  border-radius:14px !important;
  background:#fff !important;
  color:#202124 !important;
  font-size:18px !important;
  font-weight:500 !important;
  padding:12px 14px !important;
}
.hsp-app.is-editor .kush-entity-card textarea{
  min-height:96px !important;
}
.hsp-app.is-editor .kush-entity-card input:focus,
.hsp-app.is-editor .kush-entity-card textarea:focus,
.hsp-app.is-editor .kush-entity-card select:focus{
  border-color:#1a73e8 !important;
  box-shadow:0 0 0 3px rgba(26,115,232,.18) !important;
}

.hsp-app.is-editor .kush-availability-toggle{
  min-height:50px !important;
  border-radius:14px !important;
  background:#f8f9fa !important;
  border:1px solid #dadce0 !important;
  font-size:18px !important;
  font-weight:700 !important;
  color:#202124 !important;
}
.hsp-app.is-editor .kush-availability-toggle input[type="checkbox"]{
  accent-color:#1a73e8 !important;
}

.hsp-app.is-editor .kush-entity-actions{
  display:flex;
  align-items:center;
  gap:10px;
  justify-content:flex-start;
  padding-top:4px;
  flex-wrap:wrap;
}
.hsp-app.is-editor .kush-entity-actions .button-link-delete{
  min-height:42px !important;
  padding:0 18px !important;
  border-radius:22px !important;
  border:1px solid #f28b82 !important;
  background:#fce8e6 !important;
  color:#c5221f !important;
  font-size:17px !important;
  font-weight:700 !important;
}
.hsp-app.is-editor .kush-entity-actions .button-link-delete:hover{
  background:#fad2cf !important;
  border-color:#ea4335 !important;
  color:#a50e0e !important;
}

.hsp-app.is-editor .kush-media-picker{
  display:flex;
  gap:10px;
  align-items:flex-end;
  flex-wrap:wrap;
}
.hsp-app.is-editor .kush-media-picker .button{
  min-width:128px !important;
}

.hsp-app.is-editor .hsp-editor-close{
  width:40px !important;
  height:40px !important;
  border-radius:50% !important;
  border:1px solid #dadce0 !important;
  background:#fff !important;
  color:#5f6368 !important;
  box-shadow:0 1px 2px rgba(60,64,67,.15) !important;
}
.hsp-app.is-editor .hsp-editor-close:hover{
  background:#f8f9fa !important;
  color:#202124 !important;
}

.hsp-app.is-editor .kush-entity-row{
  grid-template-columns:180px minmax(240px,1.25fr) minmax(180px,.9fr) minmax(260px,1fr) auto !important;
}
.hsp-app.is-editor [data-host-row].kush-entity-row{
  grid-template-columns:180px minmax(190px,.95fr) minmax(190px,.95fr) minmax(260px,1.2fr) minmax(240px,1.1fr) auto !important;
}
@media (max-width:1240px){
  .hsp-app.is-editor .hsp-types-head{grid-template-columns:1fr}
  .hsp-app.is-editor .hsp-types-actions{align-items:flex-start;flex-direction:row;flex-wrap:wrap}
  .hsp-app.is-editor .kush-entity-row,
  .hsp-app.is-editor [data-host-row].kush-entity-row{grid-template-columns:1fr 1fr !important}
}
@media (max-width:820px){
  .hsp-app.is-editor .hsp-types-head h3{font-size:28px !important}
  .hsp-app.is-editor .hsp-types-head p{font-size:18px !important}
  .hsp-app.is-editor .kush-entity-row,
  .hsp-app.is-editor [data-host-row].kush-entity-row{grid-template-columns:1fr !important}
  .hsp-app.is-editor .hsp-types-actions{width:100%}
}


/* v3.9.20 cleaner editor + station/hosts modal like sample */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700&display=swap");

.hsp-editor-modal .hsp-editor-panel,
.hsp-types-modal .hsp-types-card,
.hsp-editor-modal .hsp-editor-panel *,
.hsp-types-modal .hsp-types-card *{
  font-family:"Roboto Condensed", Arial, sans-serif !important;
}

.hsp-editor-modal .hsp-editor-panel,
.hsp-types-modal .hsp-types-card{
  background:#fff !important;
  border:1px solid #dadce0 !important;
  border-radius:20px !important;
  box-shadow:0 12px 36px rgba(60,64,67,.22) !important;
}

.hsp-editor-modal .hsp-editor-panel{
  width:min(980px,96vw) !important;
  max-height:90vh;
  overflow:auto;
  padding:24px 24px 26px !important;
}

.hsp-editor-modal .hsp-editor-close,
.hsp-types-modal .hsp-editor-close{
  width:36px !important;
  height:36px !important;
  border-radius:50% !important;
  border:1px solid #dadce0 !important;
  background:#fff !important;
  color:#5f6368 !important;
  box-shadow:none !important;
}
.hsp-editor-modal .hsp-editor-close:hover,
.hsp-types-modal .hsp-editor-close:hover{background:#f1f3f4 !important;color:#202124 !important}

.kush-editor-clean .kush-editor-header{margin:0 0 18px;padding-right:48px}
.kush-editor-clean .kush-editor-header h2{margin:0 0 6px !important;font-size:22px !important;line-height:1.2;color:#202124 !important;font-weight:500 !important}
.kush-editor-clean .kush-editor-header p{margin:0 !important;color:#5f6368 !important;font-size:14px !important;line-height:1.45 !important}
.kush-editor-clean .kush-editor-section{border:1px solid #e8eaed;border-radius:14px;padding:18px 18px 16px;margin:0 0 16px;background:#fff}
.kush-editor-clean .kush-section-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#5f6368;margin:0 0 14px}
.kush-editor-clean .kush-editor-stack{display:grid;gap:14px;margin-bottom:14px}
.kush-editor-clean .kush-editor-grid{gap:14px !important}
.kush-editor-clean .kush-editor-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.kush-editor-clean .kush-editor-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.kush-editor-clean .kush-editor-grid-2-1{grid-template-columns:minmax(190px,.8fr) minmax(0,1.2fr)}
.kush-editor-clean label{display:block;font-size:13px !important;line-height:1.35 !important;font-weight:600 !important;color:#3c4043 !important;margin:0}
.kush-editor-clean input,
.kush-editor-clean textarea,
.kush-editor-clean select{margin-top:6px !important;min-height:40px !important;border:1px solid #dadce0 !important;border-radius:8px !important;background:#fff !important;color:#202124 !important;padding:9px 12px !important;font-size:14px !important;font-weight:400 !important;box-shadow:none !important}
.kush-editor-clean textarea{min-height:92px !important;resize:vertical}
.kush-editor-clean input:focus,
.kush-editor-clean textarea:focus,
.kush-editor-clean select:focus,
.hsp-types-modal .kush-entity-card input:focus,
.hsp-types-modal .kush-entity-card textarea:focus{border-color:#1a73e8 !important;box-shadow:0 0 0 2px rgba(26,115,232,.18) !important;outline:none !important}
.kush-editor-clean .kush-media-picker{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}
.kush-editor-clean .kush-lineup-checklist{margin-top:8px;border:1px solid #dadce0;border-radius:10px;background:#fff;padding:12px;min-height:54px}
.kush-editor-clean .hsp-editor-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:6px}

.hsp-editor-modal .button,
.hsp-types-modal .button{
  min-height:40px !important;
  padding:0 16px !important;
  border-radius:20px !important;
  border:1px solid #dadce0 !important;
  background:#fff !important;
  color:#1a73e8 !important;
  font-size:14px !important;
  font-weight:600 !important;
  letter-spacing:0 !important;
  box-shadow:none !important;
  text-transform:none !important;
}
.hsp-editor-modal .button:hover,
.hsp-types-modal .button:hover{background:#f8fbff !important;border-color:#c6dafc !important;color:#185abc !important}
.hsp-editor-modal .button.button-primary,
.hsp-types-modal .button.button-primary{background:#1a73e8 !important;border-color:#1a73e8 !important;color:#fff !important}
.hsp-editor-modal .button.button-primary:hover,
.hsp-types-modal .button.button-primary:hover{background:#185abc !important;border-color:#185abc !important;color:#fff !important}
.hsp-types-modal .button-link-delete,
.hsp-editor-modal [data-action="delete"]{background:#fff !important;border-color:#dadce0 !important;color:#c5221f !important}
.hsp-types-modal .button-link-delete:hover,
.hsp-editor-modal [data-action="delete"]:hover{background:#fce8e6 !important;border-color:#f28b82 !important;color:#c5221f !important}

.hsp-types-modal .hsp-types-card{width:min(1040px,96vw) !important;padding:18px 18px 22px !important;max-height:90vh !important}
.hsp-types-modal .hsp-types-head{display:flex !important;justify-content:space-between;align-items:flex-start;gap:18px;margin:0 0 18px !important;padding-right:48px}
.hsp-types-modal .hsp-types-head h3{margin:0 0 4px !important;font-size:18px !important;color:#202124 !important;font-weight:600 !important;line-height:1.2 !important}
.hsp-types-modal .hsp-types-head p{margin:0 !important;max-width:620px !important;font-size:14px !important;color:#5f6368 !important;line-height:1.45 !important}
.hsp-types-modal .hsp-types-actions{display:flex !important;gap:10px;align-items:center;flex-direction:row !important}
.hsp-types-modal .hsp-types-list{display:grid;gap:14px}
.hsp-types-modal .kush-entity-card{background:#fff !important;border:1px solid #e8eaed !important;border-radius:16px !important;padding:16px !important;box-shadow:none !important}
.hsp-types-modal .kush-entity-row{display:grid;grid-template-columns:170px minmax(0,1fr) 210px;gap:14px 14px;align-items:start !important}
.hsp-types-modal [data-host-row].kush-entity-row{grid-template-columns:170px minmax(180px,1fr) minmax(180px,1fr) minmax(220px,1.2fr) minmax(220px,1.2fr)}
.hsp-types-modal .kush-entity-card label{display:block;font-size:12px !important;line-height:1.3 !important;font-weight:600 !important;color:#3c4043 !important;margin:0}
.hsp-types-modal .kush-entity-card input,
.hsp-types-modal .kush-entity-card textarea,
.hsp-types-modal .kush-entity-card select{margin-top:6px !important;min-height:40px !important;border:1px solid #dadce0 !important;border-radius:8px !important;background:#fff !important;color:#202124 !important;padding:9px 12px !important;font-size:14px !important;font-weight:400 !important}
.hsp-types-modal .kush-entity-card textarea{min-height:76px !important}
.hsp-types-modal .kush-availability-toggle{display:flex !important;align-items:center;gap:10px;min-height:40px !important;padding:0 12px !important;border:1px solid #dadce0 !important;border-radius:10px !important;background:#fff !important;color:#202124 !important;font-size:14px !important;font-weight:600 !important}
.hsp-types-modal .kush-availability-toggle input[type="checkbox"]{accent-color:#1a73e8 !important;width:16px;height:16px}
.hsp-types-modal .kush-entity-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding-top:2px}
.hsp-types-modal .kush-entity-actions .button{min-width:auto !important}

@media (max-width:900px){
  .kush-editor-clean .kush-editor-grid-4,
  .kush-editor-clean .kush-editor-grid-2,
  .kush-editor-clean .kush-editor-grid-2-1,
  .hsp-types-modal .kush-entity-row,
  .hsp-types-modal [data-host-row].kush-entity-row{grid-template-columns:1fr !important}
  .hsp-types-modal .hsp-types-head{flex-direction:column !important;align-items:stretch !important}
  .hsp-types-modal .hsp-types-actions{justify-content:flex-start !important;flex-wrap:wrap}
}

.kush-button-disabled,
.kush-button-disabled.button,
.kush-wide-btn.kush-button-disabled{
  opacity:.68;
  cursor:not-allowed;
  pointer-programs:none;
  background:#666 !important;
  border-color:#666 !important;
  color:#fff !important;
  text-decoration:none;
}

.kush-field-hint{display:block;margin-top:6px;font-size:12px;color:#6a635c;line-height:1.45;}


.kush-list-poster-thumb{display:none;flex:0 0 66px;width:66px;height:66px;border-radius:12px;overflow:hidden;background:#f3f0ed;border:1px solid rgba(120,84,63,.18)}
.kush-list-poster-thumb img,.kush-mobile-agenda-thumb img,.kush-poster-preview img{width:100%;height:100%;object-fit:cover;display:block}
.kush-list-card-copy{min-width:0;flex:1}
.kush-poster-preview{position:absolute;z-index:70;width:220px;background:#fff;border:1px solid rgba(91,56,40,.16);border-radius:16px;box-shadow:0 18px 45px rgba(0,0,0,.22);padding:10px;pointer-programs:none}
.kush-poster-preview.is-hidden{display:none}
.kush-poster-preview-inner{display:flex;flex-direction:column;gap:8px}
.kush-poster-preview img{width:100%;height:290px;border-radius:12px;background:#eee}
.kush-poster-preview-title{font-size:13px;font-weight:700;color:#41261c;line-height:1.3}
.hsp-main{position:relative}
@media (max-width:820px){
  .hsp-list-card{display:flex;align-items:flex-start;gap:12px}
  .kush-list-poster-thumb{display:block}
  .kush-mobile-agenda-card{display:flex;align-items:flex-start;gap:12px}
  .kush-mobile-agenda-thumb{flex:0 0 56px;width:56px;height:56px;border-radius:12px;overflow:hidden;background:#f3f0ed;border:1px solid rgba(120,84,63,.18)}
  .kush-mobile-agenda-copy{min-width:0;flex:1}
  .kush-poster-preview{position:fixed;left:12px !important;right:12px;bottom:12px;top:auto !important;width:auto;pointer-programs:auto;padding:12px}
  .kush-poster-preview.is-sheet .kush-poster-preview-inner{display:grid;grid-template-columns:86px 1fr;gap:12px;align-items:center}
  .kush-poster-preview.is-sheet img{height:120px}
}


.kush-editor-toolbar-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.kush-open-past.is-active{background:#5b3828 !important;border-color:#5b3828 !important;color:#fff !important}
.kush-past-list-wrap{padding:10px 0 4px}
.kush-past-list-head{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin:0 0 14px}
.kush-past-list-head h3{margin:0;font-size:24px;line-height:1.15;color:#41261c}
.kush-past-list-head p{margin:4px 0 0;color:#6b5a50;font-size:14px}
.kush-past-list{display:grid;gap:14px}
.kush-past-card{display:grid;grid-template-columns:90px minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid rgba(120,84,63,.18);border-left:4px solid var(--kush-status-color, #8b6a18);background:#fff;border-radius:16px;box-shadow:0 8px 20px rgba(0,0,0,.04)}
.kush-past-thumb{width:90px;height:120px;border-radius:12px;overflow:hidden;background:#f3f0ed;border:1px solid rgba(120,84,63,.18);display:flex;align-items:center;justify-content:center;color:#7d6d63;font-size:12px;text-align:center;padding:8px}
.kush-past-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.kush-past-copy{min-width:0}
.kush-past-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:6px}
.kush-past-top strong{font-size:20px;line-height:1.2;color:#2c1810}
.kush-past-meta,.kush-past-lineup,.kush-past-notes{font-size:14px;line-height:1.45;color:#5a4940}
.kush-past-lineup span{font-weight:700;color:#3a241a}
.kush-past-notes{margin-top:6px}
.kush-past-actions{display:flex;align-items:center;justify-content:flex-end}
.kush-past-empty{padding:16px 0;color:#6b5a50}
@media (max-width:900px){
  .kush-editor-toolbar-actions{justify-content:flex-start}
  .kush-past-card{grid-template-columns:72px minmax(0,1fr);align-items:start}
  .kush-past-thumb{width:72px;height:96px}
  .kush-past-actions{grid-column:1 / -1;justify-content:flex-start}
  .kush-past-top strong{font-size:18px}
}


/* v3.10.7 past shows editor cleanup */
.hsp-app.is-editor.kush-past-mode .hsp-views,
.kush-app.is-editor.kush-past-mode .hsp-views{
  display:none !important;
}
.hsp-app.is-editor.kush-past-mode .hsp-toolbar,
.kush-app.is-editor.kush-past-mode .hsp-toolbar{
  grid-template-columns:190px 1fr !important;
}
.hsp-app.is-editor.kush-past-mode .kush-editor-toolbar-secondary,
.kush-app.is-editor.kush-past-mode .kush-editor-toolbar-secondary{
  justify-content:flex-start !important;
}
.hsp-app.is-editor.kush-past-mode .kush-status-color-settings,
.kush-app.is-editor.kush-past-mode .kush-status-color-settings{
  margin-right:0 !important;
}
.hsp-app.is-editor.kush-past-mode .kush-editor-toolbar-actions,
.kush-app.is-editor.kush-past-mode .kush-editor-toolbar-actions{
  margin-left:auto;
}
.hsp-app.is-editor.kush-past-mode .kush-poster-preview,
.kush-app.is-editor.kush-past-mode .kush-poster-preview{
  display:none !important;
}
.hsp-app.is-editor.kush-past-mode .kush-past-card .kush-status-badge,
.hsp-app.is-editor.kush-past-mode .kush-past-card .kush-status-pill,
.kush-app.is-editor.kush-past-mode .kush-past-card .kush-status-badge,
.kush-app.is-editor.kush-past-mode .kush-past-card .kush-status-pill{
  position:static !important;
  inset:auto !important;
  top:auto !important;
  right:auto !important;
  transform:none !important;
  box-shadow:none !important;
}
.hsp-app.is-editor.kush-past-mode .kush-past-card .kush-status-badge-inline,
.kush-app.is-editor.kush-past-mode .kush-past-card .kush-status-badge-inline{
  display:inline-flex;
  align-items:center;
  margin-left:2px;
}
.hsp-app.is-editor.kush-past-mode .kush-past-top,
.kush-app.is-editor.kush-past-mode .kush-past-top{
  align-items:center;
}
@media (max-width:900px){
  .hsp-app.is-editor.kush-past-mode .kush-editor-toolbar-actions,
  .kush-app.is-editor.kush-past-mode .kush-editor-toolbar-actions{
    margin-left:0;
  }
}


/* v3.12.2 station/hosts editor polished to match show editor */
.hsp-app.is-editor .hsp-types-card{padding:18px 18px 20px !important;background:#fbfaf8 !important;border:1px solid #ddd7d1 !important;border-radius:24px !important;box-shadow:0 10px 28px rgba(60,64,67,.10) !important}
.hsp-app.is-editor .hsp-types-head{padding:8px 8px 18px !important;border-bottom:1px solid #e9e1da !important;margin-bottom:18px !important}
.hsp-app.is-editor .hsp-types-head h3{font-size:40px !important;font-weight:800 !important;letter-spacing:.01em !important;color:#2f241f !important}
.hsp-app.is-editor .hsp-types-head p{font-size:17px !important;line-height:1.45 !important;max-width:680px !important;color:#6f655d !important}
.hsp-app.is-editor .hsp-types-actions{flex-direction:row !important;align-items:center !important;justify-content:flex-end !important;flex-wrap:wrap !important;gap:12px !important}
.hsp-app.is-editor .hsp-types-actions .button,.hsp-app.is-editor [data-add-station],.hsp-app.is-editor [data-add-host]{min-width:124px !important}
.hsp-app.is-editor .kush-entity-card{padding:18px 18px 18px !important;border-radius:20px !important;background:#fff !important;border:1px solid #e5ddd6 !important;box-shadow:0 2px 10px rgba(60,64,67,.08) !important}
.hsp-app.is-editor .kush-entity-card label{font-size:15px !important;font-weight:800 !important;letter-spacing:.01em !important;text-transform:none !important;color:#4a433e !important;margin:0 !important}
.hsp-app.is-editor .kush-entity-card input,.hsp-app.is-editor .kush-entity-card textarea,.hsp-app.is-editor .kush-entity-card select{min-height:50px !important;border:1px solid #d7c9be !important;border-radius:16px !important;background:#fff !important;color:#2c241f !important;font-size:17px !important;font-weight:600 !important;padding:12px 14px !important;box-shadow:none !important}
.hsp-app.is-editor .kush-entity-card textarea{min-height:84px !important}
.hsp-app.is-editor .kush-entity-card input::placeholder,.hsp-app.is-editor .kush-entity-card textarea::placeholder{color:#9b8e84 !important}
.hsp-app.is-editor .kush-entity-card input:focus,.hsp-app.is-editor .kush-entity-card textarea:focus,.hsp-app.is-editor .kush-entity-card select:focus{border-color:#b28b72 !important;box-shadow:0 0 0 3px rgba(178,139,114,.15) !important;outline:none !important}
.hsp-app.is-editor .kush-availability-toggle{min-height:50px !important;border-radius:16px !important;background:#f6f3ef !important;border:1px solid #d9d0c8 !important;font-size:16px !important;font-weight:800 !important;color:#2f241f !important;padding:0 16px !important}
.hsp-app.is-editor .kush-entity-actions{padding-top:2px !important;align-items:flex-start !important}
.hsp-app.is-editor .kush-media-picker{align-items:center !important}
.hsp-app.is-editor .kush-media-picker .button{min-height:48px !important;padding:0 22px !important}
.hsp-app.is-editor .kush-entity-actions .button-link-delete{min-height:44px !important;padding:0 18px !important;border-radius:22px !important;background:#fff5f4 !important;border:1px solid #ef8f86 !important;color:#d93025 !important;font-size:15px !important;font-weight:800 !important;box-shadow:none !important}
.hsp-app.is-editor .kush-entity-actions .button-link-delete:hover{background:#fde7e5 !important;border-color:#ea4335 !important;color:#b3261e !important}
.hsp-app.is-editor [data-stations-list],.hsp-app.is-editor [data-hosts-list]{display:grid !important;gap:16px !important}
.hsp-app.is-editor [data-stations-list] .kush-entity-row,.hsp-app.is-editor [data-hosts-list] .kush-entity-row{margin:0 !important}
@media (max-width: 900px){.hsp-app.is-editor .hsp-types-head{grid-template-columns:1fr !important}.hsp-app.is-editor .hsp-types-actions{justify-content:flex-start !important}.hsp-app.is-editor .hsp-types-head h3{font-size:34px !important}}


/* v3.12.3 entity editor search + compact labels */
.hsp-types-modal .kush-types-search-wrap{margin:0 0 16px}
.hsp-types-modal .kush-types-search{width:100%;max-width:380px;min-height:44px;border:1px solid #d7c9be;border-radius:14px;background:#fff;color:#2c241f;padding:10px 14px;font:600 16px/1.2 "Roboto Condensed", Arial, sans-serif;box-sizing:border-box}
.hsp-types-modal .kush-types-search:focus{border-color:#b28b72;box-shadow:0 0 0 3px rgba(178,139,114,.15);outline:none}
.hsp-types-modal .kush-entity-card label{font-size:12px !important;font-weight:700 !important;letter-spacing:.08em !important;text-transform:uppercase !important;color:#6b625b !important}
.hsp-types-modal .kush-availability-toggle{display:inline-flex !important;align-items:center;gap:10px;min-height:auto !important;padding:0 !important;border:0 !important;background:transparent !important;border-radius:0 !important;box-shadow:none !important;color:#2f241f !important;font-size:14px !important;font-weight:700 !important;width:auto !important}
.hsp-types-modal .kush-availability-toggle span{display:inline !important;margin:0 !important}
.hsp-types-modal .kush-availability-toggle input[type="checkbox"]{width:16px !important;height:16px !important;margin:0 !important;flex:0 0 auto}
.hsp-types-modal [data-station-row].is-search-hidden,.hsp-types-modal [data-host-row].is-search-hidden{display:none !important}

/* v3.12.4 final overrides: compact condensed editor + working entity search */
.hsp-app.is-editor .hsp-editor-panel,
.hsp-app.is-editor .hsp-types-card,
.hsp-app.is-editor .hsp-editor-panel *,
.hsp-app.is-editor .hsp-types-card *{font-family:"Roboto Condensed",Arial,sans-serif !important;}
.hsp-app.is-editor .kush-editor-clean label{font-size:12px !important;line-height:1.25 !important;font-weight:600 !important;letter-spacing:.04em !important;text-transform:uppercase !important;color:#6b625b !important;}
.hsp-app.is-editor .kush-editor-clean input,
.hsp-app.is-editor .kush-editor-clean textarea,
.hsp-app.is-editor .kush-editor-clean select{min-height:38px !important;padding:8px 11px !important;font-size:13px !important;border-radius:8px !important;}
.hsp-app.is-editor .kush-editor-clean .kush-section-title{font-size:12px !important;letter-spacing:.12em !important;}
.hsp-types-modal .kush-entity-card label{display:block !important;font-size:12px !important;line-height:1.2 !important;font-weight:600 !important;letter-spacing:.04em !important;text-transform:uppercase !important;color:#6b625b !important;margin:0 !important;}
.hsp-types-modal .kush-entity-card input,
.hsp-types-modal .kush-entity-card textarea,
.hsp-types-modal .kush-entity-card select{min-height:38px !important;padding:8px 11px !important;font-size:13px !important;border-radius:8px !important;font-family:"Roboto Condensed",Arial,sans-serif !important;}
.hsp-types-modal .kush-types-search{max-width:340px !important;min-height:40px !important;padding:8px 12px !important;font-size:14px !important;border-radius:10px !important;}
.hsp-types-modal .kush-availability-toggle{display:flex !important;align-items:center !important;gap:8px !important;width:auto !important;min-width:0 !important;min-height:0 !important;padding:0 !important;margin:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;}
.hsp-types-modal .kush-availability-toggle::before,.hsp-types-modal .kush-availability-toggle::after{display:none !important;content:none !important;}
.hsp-types-modal .kush-availability-toggle input[type="checkbox"]{width:16px !important;height:16px !important;margin:0 !important;flex:0 0 auto !important;accent-color:#1a73e8 !important;}
.hsp-types-modal .kush-availability-toggle span{display:inline !important;margin:0 !important;padding:0 !important;font-size:13px !important;font-weight:700 !important;letter-spacing:0 !important;text-transform:none !important;color:#2c241f !important;}
.hsp-types-modal [data-station-row].is-search-hidden,
.hsp-types-modal [data-host-row].is-search-hidden{display:none !important;}

/* v3.12.5 tighter entity editor to match program editor */
.hsp-app.is-editor .hsp-types-modal .kush-entity-card label{display:block !important;font-size:11px !important;line-height:1.2 !important;font-weight:700 !important;letter-spacing:.08em !important;text-transform:uppercase !important;color:#6b625b !important;margin:0 !important;}
.hsp-app.is-editor .hsp-types-modal .kush-entity-card input,.hsp-app.is-editor .hsp-types-modal .kush-entity-card textarea,.hsp-app.is-editor .hsp-types-modal .kush-entity-card select{min-height:38px !important;padding:8px 11px !important;font-size:13px !important;font-weight:500 !important;border-radius:10px !important;font-family:"Roboto Condensed",Arial,sans-serif !important;}
.hsp-app.is-editor .hsp-types-modal .kush-entity-card textarea{min-height:72px !important;}
.hsp-app.is-editor .hsp-types-modal .kush-availability-toggle{display:inline-flex !important;align-items:center !important;justify-content:flex-start !important;gap:8px !important;width:auto !important;max-width:none !important;min-width:0 !important;min-height:0 !important;padding:0 !important;margin:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;outline:none !important;}
.hsp-app.is-editor .hsp-types-modal .kush-availability-toggle::before,.hsp-app.is-editor .hsp-types-modal .kush-availability-toggle::after{display:none !important;content:none !important;}
.hsp-app.is-editor .hsp-types-modal .kush-availability-toggle input[type="checkbox"]{width:16px !important;height:16px !important;margin:0 !important;flex:0 0 auto !important;accent-color:#1a73e8 !important;}
.hsp-app.is-editor .hsp-types-modal .kush-availability-toggle span{display:inline !important;margin:0 !important;padding:0 !important;font-size:13px !important;font-weight:700 !important;letter-spacing:0 !important;text-transform:none !important;color:#2c241f !important;line-height:1.2 !important;}
.hsp-app.is-editor .hsp-types-modal .kush-types-search{max-width:360px !important;min-height:40px !important;padding:8px 12px !important;font-size:14px !important;border-radius:10px !important;font-family:"Roboto Condensed",Arial,sans-serif !important;}


/* v3.12.6 compact edit-section buttons */
.hsp-editor-modal .button,
.hsp-types-modal .button{
  min-height:34px !important;
  height:34px !important;
  padding:0 12px !important;
  border-radius:17px !important;
  font-size:12px !important;
  font-weight:700 !important;
  line-height:34px !important;
  box-shadow:none !important;
}
.hsp-editor-modal .hsp-editor-actions .button,
.hsp-types-modal .hsp-types-actions .button{
  min-width:auto !important;
  padding:0 14px !important;
}
.hsp-editor-modal .kush-media-picker .button,
.hsp-types-modal .kush-media-picker .button{
  min-height:34px !important;
  height:34px !important;
  padding:0 12px !important;
  border-radius:17px !important;
  font-size:12px !important;
}
.hsp-types-modal .kush-entity-actions .button-link-delete,
.hsp-editor-modal [data-action="delete"]{
  min-height:32px !important;
  height:32px !important;
  padding:0 12px !important;
  border-radius:16px !important;
  font-size:12px !important;
}
.hsp-types-modal .hsp-types-actions{
  gap:8px !important;
  align-items:center !important;
}
.hsp-editor-modal .hsp-editor-actions{
  gap:8px !important;
  align-items:center !important;
}
.hsp-editor-modal .hsp-editor-close,
.hsp-types-modal .hsp-editor-close{
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  border-radius:17px !important;
  font-size:20px !important;
  line-height:32px !important;
}


/* v3.12.7 force compact buttons in all editor modals */
.hsp-app.is-editor .hsp-editor-modal .button,
.hsp-app.is-editor .hsp-editor-modal button,
.hsp-app.is-editor .hsp-types-modal .button,
.hsp-app.is-editor .hsp-types-modal button,
.hsp-app.is-editor .hsp-editor-modal input[type="button"],
.hsp-app.is-editor .hsp-types-modal input[type="button"]{
  min-height:32px !important;
  height:32px !important;
  padding:0 11px !important;
  border-radius:16px !important;
  font-size:12px !important;
  font-weight:700 !important;
  line-height:32px !important;
  box-shadow:none !important;
}
.hsp-app.is-editor .hsp-editor-modal .hsp-editor-actions .button,
.hsp-app.is-editor .hsp-editor-modal .hsp-editor-actions button,
.hsp-app.is-editor .hsp-types-modal .hsp-types-actions .button,
.hsp-app.is-editor .hsp-types-modal .hsp-types-actions button,
.hsp-app.is-editor .hsp-types-modal [data-add-station],
.hsp-app.is-editor .hsp-types-modal [data-add-host]{
  min-width:110px !important;
  min-height:34px !important;
  height:34px !important;
  padding:0 14px !important;
  border-radius:17px !important;
  font-size:12px !important;
  line-height:34px !important;
}
.hsp-app.is-editor .hsp-editor-modal .kush-media-picker .button,
.hsp-app.is-editor .hsp-editor-modal .kush-media-picker button,
.hsp-app.is-editor .hsp-types-modal .kush-media-picker .button,
.hsp-app.is-editor .hsp-types-modal .kush-media-picker button{
  min-height:32px !important;
  height:32px !important;
  padding:0 12px !important;
  border-radius:16px !important;
  font-size:12px !important;
  line-height:32px !important;
}
.hsp-app.is-editor .hsp-editor-modal [data-action="delete"],
.hsp-app.is-editor .hsp-types-modal .kush-entity-actions .button-link-delete,
.hsp-app.is-editor .hsp-types-modal .button-link-delete{
  min-height:30px !important;
  height:30px !important;
  padding:0 12px !important;
  border-radius:15px !important;
  font-size:12px !important;
  line-height:30px !important;
  min-width:auto !important;
}
.hsp-app.is-editor .hsp-editor-modal .hsp-editor-close,
.hsp-app.is-editor .hsp-types-modal .hsp-editor-close{
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  border-radius:15px !important;
  line-height:28px !important;
  font-size:18px !important;
}
.hsp-app.is-editor .hsp-types-modal .hsp-types-actions,
.hsp-app.is-editor .hsp-editor-modal .hsp-editor-actions{
  gap:8px !important;
  align-items:center !important;
}

.kush-editor-inline-picker{display:flex;gap:8px;align-items:center}.kush-editor-inline-picker select{flex:1 1 auto}.kush-inline-add-btn{white-space:nowrap;padding:6px 10px!important;font-size:12px!important;line-height:1.2!important;border-radius:10px!important;min-height:auto!important}.kush-lineup-tools .kush-inline-add-btn{flex:0 0 auto}
.kush-modal-hero{font-size:28px;line-height:1.02;font-weight:900;color:#7a2c12;text-transform:uppercase;margin:0 0 12px}
.kush-modal-hero.is-hidden{display:none}
.kush-program-hero-text{max-width:760px;font-size:38px;line-height:1.0;font-weight:900;color:#f6d9a8;text-transform:uppercase;margin:0 0 12px;text-shadow:0 4px 18px rgba(0,0,0,.24)}
@media (max-width:900px){.kush-program-hero-text{font-size:28px}}


/* v3.13.3 popup title visibility fix */
.kush-modal-content h3[data-modal-title]{display:block !important;visibility:visible !important;opacity:1 !important;position:relative !important;z-index:2 !important;max-width:100% !important;font-size:26px !important;line-height:1.06 !important;letter-spacing:.01em !important;margin:6px 0 8px !important;color:#4b1414 !important;text-transform:uppercase !important;word-break:normal !important;overflow-wrap:anywhere !important}
.kush-modal-content h3[data-modal-title].is-hidden{display:none !important}
.kush-modal-hero{display:block !important;font-size:20px !important;line-height:1.06 !important;font-weight:800 !important;color:#7a2c12 !important;text-transform:uppercase !important;margin:0 0 12px !important;position:relative !important;z-index:2 !important}
.kush-eyebrow[data-modal-presented]{margin-bottom:8px !important}


.kush-share-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.kush-share-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(99,54,33,.18);border-radius:999px;background:#fff;color:#5b3322;text-decoration:none;font-weight:700;font-size:13px;line-height:1;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.kush-share-btn:hover{transform:translateY(-1px)}
.kush-share-box{margin-top:18px;padding-top:8px}
.kush-share-box h3{margin:0 0 10px;font-size:18px;line-height:1.2}
.kush-share-links-page .kush-share-btn{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);color:#fff}
.kush-share-facebook{color:#1877f2}
.kush-share-whatsapp{color:#1f9d57}
.kush-share-email{color:#8a4b2d}
.kush-share-calendar{color:#7c5cff}


/* v3.13.8 share visibility + stable popup text */
.kush-share-btn span{display:inline !important;visibility:visible !important;opacity:1 !important;color:inherit !important;font-size:inherit !important;line-height:1.2 !important;white-space:nowrap !important}
.kush-share-icon{display:inline-flex !important;align-items:center;justify-content:center;min-width:16px;font-weight:800}
.kush-share-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.kush-share-btn{min-height:40px;padding:10px 14px;border-radius:999px;background:#fff !important;color:#5b3322 !important;border:1px solid rgba(99,54,33,.18) !important;text-decoration:none !important}
.kush-share-links-page{margin-bottom:18px}
.kush-share-links-page .kush-share-btn{background:rgba(255,255,255,.1) !important;border-color:rgba(255,255,255,.18) !important;color:#fff !important}
.kush-share-links-page .kush-share-btn span{color:#fff !important}
.hsp-program-modal-meta [data-modal-lineup]{display:inline !important;white-space:normal !important;overflow:visible !important;text-overflow:unset !important;word-break:break-word;overflow-wrap:anywhere}
.hsp-program-modal-meta div{overflow:visible !important}
@media (max-width: 900px){
  .kush-share-btn{font-size:12px !important;padding:8px 12px !important}
}


/* 3.13.8.4 list view poster + hero emphasis */
.hsp-app.is-public .kush-month-list-wrap .hsp-list-card,
.kush-app.is-public .kush-month-list-wrap .hsp-list-card{display:flex;align-items:flex-start;gap:12px}
.hsp-app.is-public .kush-month-list-wrap .kush-list-poster-thumb,
.kush-app.is-public .kush-month-list-wrap .kush-list-poster-thumb{display:block;flex:0 0 54px;width:54px;height:76px;border-radius:10px;overflow:hidden;background:#f3f0ed;border:1px solid rgba(120,84,63,.18)}
.hsp-app.is-public .kush-month-list-wrap .kush-list-card-copy,
.kush-app.is-public .kush-month-list-wrap .kush-list-card-copy{min-width:0;flex:1}
.hsp-app.is-public .kush-month-list-wrap .kush-list-hero,
.kush-app.is-public .kush-month-list-wrap .kush-list-hero{font-size:15px;font-weight:800;line-height:1.2;color:#4e2e22;margin:2px 0 4px}
.hsp-app.is-public .kush-month-list-wrap .kush-list-card-copy > div:last-child,
.kush-app.is-public .kush-month-list-wrap .kush-list-card-copy > div:last-child{margin-top:6px}
@media (max-width:820px){
  .hsp-app.is-public .kush-month-list-wrap .kush-list-poster-thumb,
  .kush-app.is-public .kush-month-list-wrap .kush-list-poster-thumb{flex:0 0 46px;width:46px;height:64px}
  .hsp-app.is-public .kush-month-list-wrap .kush-list-hero,
  .kush-app.is-public .kush-month-list-wrap .kush-list-hero{font-size:14px}
}


.kush-list-card-side{display:none;flex:0 0 34%;min-width:220px;max-width:420px;padding-left:12px;margin-left:auto;align-self:stretch}
.kush-list-side-label{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#8a6b5a;margin:4px 0 6px}
.kush-list-side-lineup{font-size:13px;line-height:1.45;color:#5b4336;font-weight:600;word-break:break-word}
@media (min-width: 1024px){
  .hsp-app.is-public .kush-month-list-wrap .hsp-list-card,
  .kush-app.is-public .kush-month-list-wrap .hsp-list-card{display:flex;align-items:flex-start;gap:12px}
  .hsp-app.is-public .kush-month-list-wrap .kush-list-card-side,
  .kush-app.is-public .kush-month-list-wrap .kush-list-card-side{display:block}
}
@media (max-width: 1023px){
  .kush-list-card-side{display:block;flex:1 1 100%;min-width:0;max-width:none;padding-left:0;margin-top:8px}
  .hsp-app.is-public .kush-month-list-wrap .hsp-list-card,
  .kush-app.is-public .kush-month-list-wrap .hsp-list-card{flex-wrap:wrap}
  .hsp-app.is-public .kush-month-list-wrap .kush-list-card-copy,
  .kush-app.is-public .kush-month-list-wrap .kush-list-card-copy{flex:1 1 calc(100% - 66px)}
}


/* 3.13.8.6 list card lineup layout fix */
@media (min-width: 1024px){
  .hsp-app.is-public .kush-month-list-wrap .hsp-list-card,
  .kush-app.is-public .kush-month-list-wrap .hsp-list-card{
    display:grid !important;
    grid-template-columns:54px minmax(300px, 460px) minmax(240px, 1fr) !important;
    align-items:start !important;
    gap:14px !important;
  }
  .hsp-app.is-public .kush-month-list-wrap .kush-list-poster-thumb,
  .kush-app.is-public .kush-month-list-wrap .kush-list-poster-thumb{grid-column:1;grid-row:1 / span 3}
  .hsp-app.is-public .kush-month-list-wrap .kush-list-card-copy,
  .kush-app.is-public .kush-month-list-wrap .kush-list-card-copy{grid-column:2;grid-row:1;max-width:460px}
  .hsp-app.is-public .kush-month-list-wrap .kush-list-card-side,
  .kush-app.is-public .kush-month-list-wrap .kush-list-card-side{
    display:block !important;
    grid-column:3;
    grid-row:1;
    min-width:240px !important;
    max-width:none !important;
    width:100%;
    padding-left:8px !important;
    margin:0 !important;
    align-self:start !important;
  }
  .hsp-app.is-public .kush-month-list-wrap .kush-list-side-label,
  .kush-app.is-public .kush-month-list-wrap .kush-list-side-label{margin:8px 0 6px !important}
  .hsp-app.is-public .kush-month-list-wrap .kush-list-side-lineup,
  .kush-app.is-public .kush-month-list-wrap .kush-list-side-lineup{font-size:14px !important;line-height:1.5 !important}
}
@media (max-width: 1023px){
  .hsp-app.is-public .kush-month-list-wrap .kush-list-card-side,
  .kush-app.is-public .kush-month-list-wrap .kush-list-card-side{display:block !important; margin-top:8px !important; padding-left:0 !important}
}

/* 3.13.8.7 list card planned layout */
.hsp-app.is-public .kush-month-list-wrap .hsp-list-card,
.kush-app.is-public .kush-month-list-wrap .hsp-list-card{display:flex !important;align-items:flex-start !important;gap:18px !important;min-height:0 !important;padding:14px 16px !important;}
.hsp-app.is-public .kush-month-list-wrap .hsp-list-card .thumb,
.kush-app.is-public .kush-month-list-wrap .hsp-list-card .thumb{flex:0 0 88px !important;width:88px !important;height:120px !important;border-radius:14px !important;overflow:hidden !important;align-self:flex-start !important;margin:0 !important;}
.hsp-app.is-public .kush-month-list-wrap .hsp-list-card .thumb img,
.kush-app.is-public .kush-month-list-wrap .hsp-list-card .thumb img{width:100% !important;height:100% !important;object-fit:cover !important;display:block !important;}
.hsp-app.is-public .kush-month-list-wrap .kush-list-card-copy,
.kush-app.is-public .kush-month-list-wrap .kush-list-card-copy{flex:1 1 auto !important;min-width:0 !important;display:flex !important;flex-direction:column !important;align-items:flex-start !important;justify-content:flex-start !important;gap:4px !important;padding:4px 0 !important;}
.hsp-app.is-public .kush-month-list-wrap .kush-list-card-copy strong,
.kush-app.is-public .kush-month-list-wrap .kush-list-card-copy strong{font-size:18px !important;line-height:1.2 !important;font-weight:800 !important;color:#1d140f !important;margin:0 !important;display:block !important;}
.hsp-app.is-public .kush-month-list-wrap .kush-list-hero-line,
.kush-app.is-public .kush-month-list-wrap .kush-list-hero-line{font-size:15px !important;line-height:1.2 !important;font-weight:800 !important;color:#3f281e !important;margin:0 0 2px !important;display:block !important;}
.hsp-app.is-public .kush-month-list-wrap .kush-list-inline-lineup,
.kush-app.is-public .kush-month-list-wrap .kush-list-inline-lineup{display:block !important;margin:2px 0 4px !important;max-width:100% !important;}
.hsp-app.is-public .kush-month-list-wrap .kush-list-side-label,
.kush-app.is-public .kush-month-list-wrap .kush-list-side-label{font-size:12px !important;line-height:1.2 !important;font-weight:800 !important;text-transform:uppercase !important;letter-spacing:.08em !important;color:#9a6a49 !important;margin:0 0 6px !important;display:block !important;}
.hsp-app.is-public .kush-month-list-wrap .kush-list-side-lineup,
.kush-app.is-public .kush-month-list-wrap .kush-list-side-lineup{font-size:14px !important;line-height:1.45 !important;font-weight:500 !important;color:#5b4336 !important;display:block !important;word-break:break-word !important;overflow-wrap:anywhere !important;max-width:100% !important;}
.hsp-app.is-public .kush-month-list-wrap .kush-list-card-copy .meta,
.kush-app.is-public .kush-month-list-wrap .kush-list-card-copy .meta{font-size:14px !important;line-height:1.45 !important;color:#6a4f40 !important;margin:0 !important;}
.hsp-app.is-public .kush-month-list-wrap .kush-list-card-copy > div:last-child,
.kush-app.is-public .kush-month-list-wrap .kush-list-card-copy > div:last-child{font-size:14px !important;line-height:1.45 !important;color:#7a5c4b !important;margin-top:2px !important;}
.hsp-app.is-public .kush-month-list-wrap .kush-list-card-side,
.kush-app.is-public .kush-month-list-wrap .kush-list-card-side{display:none !important;}
@media (max-width: 900px){
  .hsp-app.is-public .kush-month-list-wrap .hsp-list-card,
  .kush-app.is-public .kush-month-list-wrap .hsp-list-card{gap:14px !important;padding:12px 14px !important;}
  .hsp-app.is-public .kush-month-list-wrap .hsp-list-card .thumb,
  .kush-app.is-public .kush-month-list-wrap .hsp-list-card .thumb{width:72px !important;height:98px !important;flex-basis:72px !important;}
  .hsp-app.is-public .kush-month-list-wrap .kush-list-card-copy strong,
  .kush-app.is-public .kush-month-list-wrap .kush-list-card-copy strong{font-size:17px !important;}
}

/* v3.13.8.8 bigger poster fix */
.hsp-app.is-public .kush-month-list-wrap .hsp-list-card,
.kush-app.is-public .kush-month-list-wrap .hsp-list-card{display:flex !important;align-items:flex-start !important;gap:20px !important;min-height:0 !important;padding:14px 16px !important;}
.hsp-app.is-public .kush-month-list-wrap .kush-list-poster-thumb,
.kush-app.is-public .kush-month-list-wrap .kush-list-poster-thumb{display:block !important;flex:0 0 96px !important;width:96px !important;height:136px !important;border-radius:14px !important;overflow:hidden !important;align-self:flex-start !important;margin:0 !important;background:#f3f0ed !important;border:1px solid rgba(120,84,63,.18) !important;}
.hsp-app.is-public .kush-month-list-wrap .kush-list-poster-thumb img,
.kush-app.is-public .kush-month-list-wrap .kush-list-poster-thumb img{width:100% !important;height:100% !important;object-fit:cover !important;display:block !important;}
.hsp-app.is-public .kush-month-list-wrap .kush-list-card-copy,
.kush-app.is-public .kush-month-list-wrap .kush-list-card-copy{flex:1 1 auto !important;min-width:0 !important;display:flex !important;flex-direction:column !important;align-items:flex-start !important;justify-content:flex-start !important;gap:4px !important;padding:4px 0 !important;}
@media (max-width:900px){
  .hsp-app.is-public .kush-month-list-wrap .kush-list-poster-thumb,
  .kush-app.is-public .kush-month-list-wrap .kush-list-poster-thumb{flex:0 0 78px !important;width:78px !important;height:110px !important;}
}


/* v3.13.8.9 host editor logo preview compact rows */
.hsp-types-modal .kush-host-row,
.hsp-app.is-editor .hsp-types-modal .kush-host-row{
  grid-template-columns:auto 130px minmax(170px,1.1fr) minmax(170px,1fr) minmax(220px,1.35fr) !important;
  align-items:center !important;
  gap:10px 14px !important;
  padding:12px 14px !important;
}
.hsp-types-modal .kush-host-row .kush-availability-toggle,
.hsp-app.is-editor .hsp-types-modal .kush-host-row .kush-availability-toggle{
  align-self:center !important;
}
.hsp-types-modal .kush-host-logo-cell,
.hsp-app.is-editor .hsp-types-modal .kush-host-logo-cell{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  gap:8px !important;
  min-width:120px !important;
}
.hsp-types-modal .kush-host-logo-frame,
.hsp-app.is-editor .hsp-types-modal .kush-host-logo-frame{
  width:106px !important;
  height:106px !important;
  border-radius:16px !important;
  border:1px solid #e0d6cf !important;
  background:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  box-shadow:0 1px 4px rgba(60,64,67,.08) !important;
}
.hsp-types-modal .kush-host-logo-frame img,
.hsp-app.is-editor .hsp-types-modal .kush-host-logo-frame img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  display:block !important;
}
.hsp-types-modal .kush-host-logo-placeholder,
.hsp-app.is-editor .hsp-types-modal .kush-host-logo-placeholder{
  font-size:12px !important;
  color:#8a7f77 !important;
  font-weight:700 !important;
}
.hsp-types-modal .kush-host-logo-actions,
.hsp-app.is-editor .hsp-types-modal .kush-host-logo-actions{
  display:flex !important;
  flex-direction:column !important;
  gap:6px !important;
  width:100% !important;
  align-items:stretch !important;
}
.hsp-types-modal .kush-host-logo-actions .button,
.hsp-app.is-editor .hsp-types-modal .kush-host-logo-actions .button{
  min-height:34px !important;
  padding:0 10px !important;
  font-size:12px !important;
}
.hsp-types-modal .kush-host-logo-actions .button-link-delete,
.hsp-app.is-editor .hsp-types-modal .kush-host-logo-actions .button-link-delete{
  align-self:center !important;
  margin:0 !important;
}
.hsp-types-modal .kush-host-row label,
.hsp-app.is-editor .hsp-types-modal .kush-host-row label{
  align-self:start !important;
}
.hsp-types-modal .kush-hosts-search,
.hsp-app.is-editor .hsp-types-modal .kush-hosts-search{margin-bottom:12px !important;}
@media (max-width: 980px){
  .hsp-types-modal .kush-host-row,
  .hsp-app.is-editor .hsp-types-modal .kush-host-row{
    grid-template-columns:1fr !important;
  }
  .hsp-types-modal .kush-host-logo-cell,
  .hsp-app.is-editor .hsp-types-modal .kush-host-logo-cell{
    align-items:flex-start !important;
  }
}

/* v3.13.9.0 host editor exact compact sample layout */
.hsp-types-modal .kush-host-row,
.hsp-app.is-editor .hsp-types-modal .kush-host-row{
  grid-template-columns: 56px 126px minmax(180px,1.1fr) minmax(180px,1fr) minmax(240px,1.35fr) 92px !important;
  align-items:center !important;
  gap:8px 14px !important;
  padding:10px 16px !important;
}
.hsp-types-modal .kush-host-row .kush-availability-toggle,
.hsp-app.is-editor .hsp-types-modal .kush-host-row .kush-availability-toggle{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  gap:6px !important;
  min-width:48px !important;
  padding:0 !important;
  border:none !important;
  background:transparent !important;
  box-shadow:none !important;
}
.hsp-types-modal .kush-host-row .kush-availability-toggle input,
.hsp-app.is-editor .hsp-types-modal .kush-host-row .kush-availability-toggle input{margin:0 !important;}
.hsp-types-modal .kush-host-row .kush-availability-toggle span,
.hsp-app.is-editor .hsp-types-modal .kush-host-row .kush-availability-toggle span{font-size:12px !important;font-weight:700 !important;line-height:1.2 !important;color:#3a2d26 !important;}
.hsp-types-modal .kush-host-logo-cell,
.hsp-app.is-editor .hsp-types-modal .kush-host-logo-cell{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  gap:8px !important;
  min-width:126px !important;
}
.hsp-types-modal .kush-host-logo-frame,
.hsp-app.is-editor .hsp-types-modal .kush-host-logo-frame{
  width:108px !important;
  height:96px !important;
  border-radius:18px !important;
}
.hsp-types-modal .kush-host-logo-actions,
.hsp-app.is-editor .hsp-types-modal .kush-host-logo-actions{display:block !important;width:auto !important;}
.hsp-types-modal .kush-host-logo-actions .button,
.hsp-app.is-editor .hsp-types-modal .kush-host-logo-actions .button{min-height:32px !important;padding:0 14px !important;border-radius:999px !important;font-size:12px !important;}
.hsp-types-modal .kush-host-row label,
.hsp-app.is-editor .hsp-types-modal .kush-host-row label{align-self:center !important;margin:0 !important;}
.hsp-types-modal .kush-host-row label > input,
.hsp-app.is-editor .hsp-types-modal .kush-host-row label > input{margin-top:6px !important;min-height:40px !important;}
.hsp-types-modal .kush-host-row .kush-entity-actions,
.hsp-app.is-editor .hsp-types-modal .kush-host-row .kush-entity-actions{display:flex !important;align-items:center !important;justify-content:flex-end !important;}
.hsp-types-modal .kush-host-row .kush-entity-actions .button-link-delete,
.hsp-app.is-editor .hsp-types-modal .kush-host-row .kush-entity-actions .button-link-delete{
  display:inline-flex !important;align-items:center !important;justify-content:center !important;
  min-height:30px !important;padding:0 14px !important;border:1px solid #ff7c73 !important;border-radius:999px !important;
  color:#ef3d2f !important;background:#fff !important;text-decoration:none !important;font-size:12px !important;font-weight:700 !important;
}
.hsp-types-modal .kush-hosts-search,
.hsp-app.is-editor .hsp-types-modal .kush-hosts-search{margin-bottom:14px !important;max-width:360px !important;}
@media (max-width: 1100px){
  .hsp-types-modal .kush-host-row,
  .hsp-app.is-editor .hsp-types-modal .kush-host-row{grid-template-columns:56px 118px minmax(150px,1fr) minmax(150px,1fr) minmax(190px,1.2fr) 88px !important;}
}
@media (max-width: 900px){
  .hsp-types-modal .kush-host-row,
  .hsp-app.is-editor .hsp-types-modal .kush-host-row{grid-template-columns:1fr !important;}
  .hsp-types-modal .kush-host-logo-cell,
  .hsp-app.is-editor .hsp-types-modal .kush-host-logo-cell{align-items:flex-start !important;}
  .hsp-types-modal .kush-host-row .kush-entity-actions,
  .hsp-app.is-editor .hsp-types-modal .kush-host-row .kush-entity-actions{justify-content:flex-start !important;}
}

/* v3.14.0 mobile program page top gap reduction */
@media (max-width: 900px){
  .kush-program-page{width:100% !important;margin-top:0 !important;padding-top:0 !important;}
  .kush-program-hero{width:100% !important;min-height:auto !important;border-radius:0 !important;}
  .kush-program-shell{padding:10px 12px 26px !important;}
  .kush-program-subheader{margin-top:0 !important;padding-top:0 !important;}
}

/* v3.14.1 popup preview full program info */
.kush-poster-preview{width:340px !important;padding:12px !important;border-radius:18px !important;box-shadow:0 20px 48px rgba(0,0,0,.22) !important}
.kush-poster-preview-inner{display:flex !important;flex-direction:column !important;gap:10px !important}
.kush-poster-preview img{width:100% !important;height:200px !important;border-radius:12px !important;background:#eee !important}
.kush-poster-preview-copy{display:flex;flex-direction:column;gap:6px}
.kush-poster-preview-title{font-size:18px !important;line-height:1.2 !important;font-weight:800 !important;color:#1967d2 !important}
.kush-poster-preview-meta{font-size:14px !important;line-height:1.4 !important;color:#4d4d4d !important;white-space:pre-line !important}
.kush-poster-preview-status,.kush-poster-preview-hosts{font-size:14px !important;line-height:1.4 !important;color:#444 !important}
.kush-poster-preview-status{font-weight:700 !important;color:#5a3322 !important}
.kush-poster-preview-hosts{font-weight:600 !important}
.kush-poster-preview-desc{font-size:14px !important;line-height:1.45 !important;color:#444 !important}
@media (max-width:820px){
  .kush-poster-preview.is-sheet .kush-poster-preview-inner{display:grid;grid-template-columns:100px 1fr;gap:12px;align-items:start}
  .kush-poster-preview.is-sheet img{height:140px !important}
  .kush-poster-preview-title{font-size:16px !important}
  .kush-poster-preview-meta,.kush-poster-preview-status,.kush-poster-preview-hosts,.kush-poster-preview-desc{font-size:13px !important}
}

/* v3.14.2 popup date two-line format */
.hsp-program-modal-time .kush-modal-date-line{display:block;font-weight:800;}
.hsp-program-modal-time .kush-modal-show-line{display:block;font-weight:800;}

/* v3.14.3 program page station map */
.kush-map-box{margin-top:18px;padding:16px;border-radius:24px;background:rgba(9,6,20,.72);border:1px solid rgba(255,255,255,.09);box-shadow:0 16px 50px rgba(0,0,0,.22)}
.kush-map-box h3{margin:0 0 10px;font-size:18px;line-height:1.2;color:#fff}
.kush-map-embed{border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:#111;aspect-ratio:1 / 1}
.kush-map-embed iframe{display:block;width:100%;height:100%;border:0}
.kush-directions-btn{margin-top:12px;display:flex;justify-content:center}

/* v3.14.4 maps UX polish */
.kush-map-box{margin-top:22px}
.kush-map-embed{margin-bottom:18px}
.kush-map-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center;padding-top:4px}
.kush-directions-btn{min-height:46px !important;padding:0 22px !important;border-radius:999px !important;background:linear-gradient(135deg,#ff3b30,#d92d20) !important;border-color:transparent !important;color:#fff !important;box-shadow:0 12px 24px rgba(0,0,0,.24) !important;margin-top:0 !important}
.kush-directions-btn:hover{transform:translateY(-1px)}
.kush-map-secondary-btn{min-height:42px !important;padding:0 16px !important;border-radius:999px !important;background:rgba(255,255,255,.08) !important;border:1px solid rgba(255,255,255,.18) !important;color:#fff !important;box-shadow:none !important}
.kush-map-secondary-btn:hover{background:rgba(255,255,255,.12) !important}
.kush-apple-maps-btn{display:none !important}
html.kush-apple-device .kush-apple-maps-btn{display:inline-flex !important}
@media (max-width: 900px){
  .kush-map-actions{justify-content:stretch}
  .kush-map-actions .button{width:100%;justify-content:center}
}

/* v3.14.5 mobile calendar day click agenda */
.kush-mobile-month-cell.is-selected{box-shadow: inset 0 0 0 2px rgba(123,82,57,.55); background: rgba(123,82,57,.06);}
.kush-mobile-selected-day{margin-top:14px;}
.kush-mobile-selected-day h3{margin-bottom:10px;}
.kush-mobile-selected-day .kush-mobile-agenda-group{margin-bottom:14px;}

/* v3.14.6 mobile calendar day tap fix */
@media (max-width: 820px){
  .kush-mobile-month-cell{cursor:pointer;-webkit-tap-highlight-color: rgba(123,82,57,.15);touch-action: manipulation;}
  .kush-mobile-month-cell .hsp-month-daynum, .kush-mobile-dots{pointer-programs:none;}
}

/* v3.14.7 mobile day tap reliability */
@media (max-width: 820px){
  .kush-mobile-month-cell, .hsp-month-cell[data-date]{cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;}
  .kush-mobile-month-cell .hsp-month-daynum, .hsp-month-cell[data-date] .hsp-month-daynum{position:relative;z-index:2;}
  .kush-mobile-month-cell .kush-mobile-dots{position:relative;z-index:2;}
  .kush-mobile-month-cell.is-selected, .hsp-month-cell.is-selected{outline:2px solid rgba(158,108,74,.55); outline-offset:-2px; background:rgba(158,108,74,.06);}
}

/* v3.14.8 stronger mobile calendar day tap */
@media (max-width: 900px){
  .hsp-month-grid .hsp-month-cell,
  .hsp-month-grid .kush-mobile-month-cell{cursor:pointer !important; touch-action:manipulation !important; -webkit-tap-highlight-color: rgba(0,0,0,0.08) !important;}
  .hsp-month-grid .hsp-month-cell.is-selected,
  .hsp-month-grid .kush-mobile-month-cell.is-selected{outline:2px solid rgba(140,96,72,.45) !important; outline-offset:-2px !important;}
}

.kush-price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-top:18px}
.kush-price-card-square{max-width:none;min-height:150px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.kush-pricing-cta{margin-top:16px}
.kush-pricing-section .kush-price-label{text-transform:uppercase;letter-spacing:.08em;font-size:12px;opacity:.8}
.kush-pricing-section .kush-price-value{font-size:30px;font-weight:800;line-height:1.1}


/* v3.17.9 clean list cards + status badge placement */
.hsp-app.is-editor .kush-month-list-wrap .hsp-list-card,
.kush-app.is-editor .kush-month-list-wrap .hsp-list-card{
  display:flex !important;
  align-items:flex-start !important;
  gap:18px !important;
  min-height:0 !important;
  padding:16px 18px !important;
  border-radius:16px !important;
  border:1px solid #ddcfc5 !important;
  border-left-width:5px !important;
  background:linear-gradient(180deg,#fffdfb,#fbf7f3) !important;
  box-shadow:0 8px 20px rgba(49,33,23,.05) !important;
}
.hsp-app.is-editor .kush-month-list-wrap .hsp-list-card.kush-has-status,
.kush-app.is-editor .kush-month-list-wrap .hsp-list-card.kush-has-status,
.hsp-app.is-public .kush-month-list-wrap .hsp-list-card.kush-has-status,
.kush-app.is-public .kush-month-list-wrap .hsp-list-card.kush-has-status{
  padding-top:16px !important;
  padding-right:160px !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-status-badge,
.kush-app.is-editor .kush-month-list-wrap .kush-status-badge,
.hsp-app.is-public .kush-month-list-wrap .kush-status-badge,
.kush-app.is-public .kush-month-list-wrap .kush-status-badge{
  top:16px !important;
  right:16px !important;
  left:auto !important;
  transform:none !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-list-poster-thumb,
.kush-app.is-editor .kush-month-list-wrap .kush-list-poster-thumb,
.hsp-app.is-public .kush-month-list-wrap .kush-list-poster-thumb,
.kush-app.is-public .kush-month-list-wrap .kush-list-poster-thumb{
  display:block !important;
  flex:0 0 96px !important;
  width:96px !important;
  height:136px !important;
  border-radius:14px !important;
  overflow:hidden !important;
  align-self:flex-start !important;
  margin:0 !important;
  background:#f3f0ed !important;
  border:1px solid rgba(120,84,63,.18) !important;
  box-shadow:0 4px 12px rgba(0,0,0,.08) !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-list-poster-thumb img,
.kush-app.is-editor .kush-month-list-wrap .kush-list-poster-thumb img,
.hsp-app.is-public .kush-month-list-wrap .kush-list-poster-thumb img,
.kush-app.is-public .kush-month-list-wrap .kush-list-poster-thumb img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-list-card-copy,
.kush-app.is-editor .kush-month-list-wrap .kush-list-card-copy,
.hsp-app.is-public .kush-month-list-wrap .kush-list-card-copy,
.kush-app.is-public .kush-month-list-wrap .kush-list-card-copy{
  flex:1 1 auto !important;
  min-width:0 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:4px !important;
  padding:2px 0 !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-list-card-copy strong,
.kush-app.is-editor .kush-month-list-wrap .kush-list-card-copy strong,
.hsp-app.is-public .kush-month-list-wrap .kush-list-card-copy strong,
.kush-app.is-public .kush-month-list-wrap .kush-list-card-copy strong{
  font-size:20px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
  color:#1d140f !important;
  margin:0 !important;
  display:block !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-list-hero,
.kush-app.is-editor .kush-month-list-wrap .kush-list-hero,
.hsp-app.is-public .kush-month-list-wrap .kush-list-hero,
.kush-app.is-public .kush-month-list-wrap .kush-list-hero{
  font-size:15px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
  color:#3f281e !important;
  margin:0 0 4px !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-list-inline-lineup,
.kush-app.is-editor .kush-month-list-wrap .kush-list-inline-lineup,
.hsp-app.is-public .kush-month-list-wrap .kush-list-inline-lineup,
.kush-app.is-public .kush-month-list-wrap .kush-list-inline-lineup{
  display:block !important;
  margin:2px 0 6px !important;
  max-width:100% !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-list-side-label,
.kush-app.is-editor .kush-month-list-wrap .kush-list-side-label,
.hsp-app.is-public .kush-month-list-wrap .kush-list-side-label,
.kush-app.is-public .kush-month-list-wrap .kush-list-side-label{
  font-size:12px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  color:#9a6a49 !important;
  margin:0 0 6px !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-list-side-lineup,
.kush-app.is-editor .kush-month-list-wrap .kush-list-side-lineup,
.hsp-app.is-public .kush-month-list-wrap .kush-list-side-lineup,
.kush-app.is-public .kush-month-list-wrap .kush-list-side-lineup{
  font-size:14px !important;
  line-height:1.5 !important;
  font-weight:500 !important;
  color:#5b4336 !important;
  word-break:break-word !important;
  overflow-wrap:anywhere !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-list-card-copy .meta,
.kush-app.is-editor .kush-month-list-wrap .kush-list-card-copy .meta,
.hsp-app.is-public .kush-month-list-wrap .kush-list-card-copy .meta,
.kush-app.is-public .kush-month-list-wrap .kush-list-card-copy .meta{
  font-size:14px !important;
  line-height:1.5 !important;
  color:#6a4f40 !important;
  margin:0 !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-list-card-copy > div:last-child,
.kush-app.is-editor .kush-month-list-wrap .kush-list-card-copy > div:last-child,
.hsp-app.is-public .kush-month-list-wrap .kush-list-card-copy > div:last-child,
.kush-app.is-public .kush-month-list-wrap .kush-list-card-copy > div:last-child{
  font-size:14px !important;
  line-height:1.5 !important;
  color:#7a5c4b !important;
  margin-top:2px !important;
}
.hsp-app.is-editor .kush-month-list-wrap .hsp-list-group h4,
.kush-app.is-editor .kush-month-list-wrap .hsp-list-group h4{
  font-size:18px !important;
  font-weight:900 !important;
  color:#3f241d !important;
  margin:0 0 12px !important;
}
.hsp-app.is-editor .kush-month-list-wrap .hsp-list-group,
.kush-app.is-editor .kush-month-list-wrap .hsp-list-group{
  margin-bottom:18px !important;
}
.hsp-app.is-editor .kush-month-list-wrap .hsp-list-card.status-cancelled,
.kush-app.is-editor .kush-month-list-wrap .hsp-list-card.status-cancelled,
.hsp-app.is-editor .kush-month-list-wrap .hsp-list-card.status-ended,
.kush-app.is-editor .kush-month-list-wrap .hsp-list-card.status-ended{
  background:linear-gradient(180deg,#fffdfd,#faf6f6) !important;
}
@media (max-width: 900px){
  .hsp-app.is-editor .kush-month-list-wrap .hsp-list-card,
  .kush-app.is-editor .kush-month-list-wrap .hsp-list-card,
  .hsp-app.is-public .kush-month-list-wrap .hsp-list-card,
  .kush-app.is-public .kush-month-list-wrap .hsp-list-card{
    gap:14px !important;
    padding:14px !important;
  }
  .hsp-app.is-editor .kush-month-list-wrap .hsp-list-card.kush-has-status,
  .kush-app.is-editor .kush-month-list-wrap .hsp-list-card.kush-has-status,
  .hsp-app.is-public .kush-month-list-wrap .hsp-list-card.kush-has-status,
  .kush-app.is-public .kush-month-list-wrap .hsp-list-card.kush-has-status{
    padding-top:58px !important;
    padding-right:14px !important;
  }
  .hsp-app.is-editor .kush-month-list-wrap .kush-list-poster-thumb,
  .kush-app.is-editor .kush-month-list-wrap .kush-list-poster-thumb,
  .hsp-app.is-public .kush-month-list-wrap .kush-list-poster-thumb,
  .kush-app.is-public .kush-month-list-wrap .kush-list-poster-thumb{
    flex:0 0 78px !important;
    width:78px !important;
    height:110px !important;
  }
  .hsp-app.is-editor .kush-month-list-wrap .kush-list-card-copy strong,
  .kush-app.is-editor .kush-month-list-wrap .kush-list-card-copy strong,
  .hsp-app.is-public .kush-month-list-wrap .kush-list-card-copy strong,
  .kush-app.is-public .kush-month-list-wrap .kush-list-card-copy strong{
    font-size:17px !important;
  }
  .hsp-app.is-editor .kush-month-list-wrap .kush-status-badge,
  .kush-app.is-editor .kush-month-list-wrap .kush-status-badge,
  .hsp-app.is-public .kush-month-list-wrap .kush-status-badge,
  .kush-app.is-public .kush-month-list-wrap .kush-status-badge{
    top:12px !important;
    right:12px !important;
    font-size:12px !important;
    padding:8px 12px !important;
  }
}


/* 3.17.10 cleaner list status right-aligned */
.hsp-app.is-editor .kush-month-list-wrap .hsp-list-card,
.kush-app.is-editor .kush-month-list-wrap .hsp-list-card,
.hsp-app.is-public .kush-month-list-wrap .hsp-list-card,
.kush-app.is-public .kush-month-list-wrap .hsp-list-card{
  position:relative !important;
  display:flex !important;
  align-items:flex-start !important;
  gap:18px !important;
  padding:18px 18px 18px 18px !important;
  padding-right:170px !important;
}
.hsp-app.is-editor .kush-month-list-wrap .hsp-list-card.kush-has-status,
.kush-app.is-editor .kush-month-list-wrap .hsp-list-card.kush-has-status,
.hsp-app.is-public .kush-month-list-wrap .hsp-list-card.kush-has-status,
.kush-app.is-public .kush-month-list-wrap .hsp-list-card.kush-has-status{
  padding-top:18px !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-status-overlay,
.kush-app.is-editor .kush-month-list-wrap .kush-status-overlay,
.hsp-app.is-public .kush-month-list-wrap .kush-status-overlay,
.kush-app.is-public .kush-month-list-wrap .kush-status-overlay{
  display:none !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-status-badge,
.kush-app.is-editor .kush-month-list-wrap .kush-status-badge,
.hsp-app.is-public .kush-month-list-wrap .kush-status-badge,
.kush-app.is-public .kush-month-list-wrap .kush-status-badge{
  position:absolute !important;
  top:16px !important;
  right:16px !important;
  left:auto !important;
  bottom:auto !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:120px !important;
  max-width:150px !important;
  text-align:center !important;
  white-space:nowrap !important;
  z-index:5 !important;
  box-shadow:0 10px 22px rgba(0,0,0,.12) !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-list-poster-thumb,
.kush-app.is-editor .kush-month-list-wrap .kush-list-poster-thumb,
.hsp-app.is-public .kush-month-list-wrap .kush-list-poster-thumb,
.kush-app.is-public .kush-month-list-wrap .kush-list-poster-thumb{
  display:block !important;
  flex:0 0 96px !important;
  width:96px !important;
  height:136px !important;
  margin:0 !important;
  align-self:flex-start !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-list-card-copy,
.kush-app.is-editor .kush-month-list-wrap .kush-list-card-copy,
.hsp-app.is-public .kush-month-list-wrap .kush-list-card-copy,
.kush-app.is-public .kush-month-list-wrap .kush-list-card-copy{
  flex:1 1 auto !important;
  min-width:0 !important;
  max-width:none !important;
  padding:2px 0 !important;
}
@media (max-width: 900px){
  .hsp-app.is-editor .kush-month-list-wrap .hsp-list-card,
  .kush-app.is-editor .kush-month-list-wrap .hsp-list-card,
  .hsp-app.is-public .kush-month-list-wrap .hsp-list-card,
  .kush-app.is-public .kush-month-list-wrap .hsp-list-card{
    gap:14px !important;
    padding:14px 14px 14px 14px !important;
    padding-right:14px !important;
  }
  .hsp-app.is-editor .kush-month-list-wrap .kush-status-badge,
  .kush-app.is-editor .kush-month-list-wrap .kush-status-badge,
  .hsp-app.is-public .kush-month-list-wrap .kush-status-badge,
  .kush-app.is-public .kush-month-list-wrap .kush-status-badge{
    position:static !important;
    min-width:0 !important;
    max-width:none !important;
    margin:0 0 10px auto !important;
    order:3 !important;
  }
  .hsp-app.is-editor .kush-month-list-wrap .hsp-list-card,
  .kush-app.is-editor .kush-month-list-wrap .hsp-list-card,
  .hsp-app.is-public .kush-month-list-wrap .hsp-list-card,
  .kush-app.is-public .kush-month-list-wrap .hsp-list-card{
    flex-wrap:wrap !important;
  }
  .hsp-app.is-editor .kush-month-list-wrap .kush-list-card-copy,
  .kush-app.is-editor .kush-month-list-wrap .kush-list-card-copy,
  .hsp-app.is-public .kush-month-list-wrap .kush-list-card-copy,
  .kush-app.is-public .kush-month-list-wrap .kush-list-card-copy{
    flex:1 1 calc(100% - 110px) !important;
  }
}


/* v3.17.11 right-side status panel with watermark */
.hsp-app.is-editor .kush-month-list-wrap .hsp-list-card,
.kush-app.is-editor .kush-month-list-wrap .hsp-list-card,
.hsp-app.is-public .kush-month-list-wrap .hsp-list-card,
.kush-app.is-public .kush-month-list-wrap .hsp-list-card{
  padding-right:190px !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-list-status-side,
.kush-app.is-editor .kush-month-list-wrap .kush-list-status-side,
.hsp-app.is-public .kush-month-list-wrap .kush-list-status-side,
.kush-app.is-public .kush-month-list-wrap .kush-list-status-side{
  position:absolute !important;
  top:12px !important;
  right:12px !important;
  bottom:12px !important;
  width:150px !important;
  border-radius:14px !important;
  overflow:hidden !important;
  pointer-programs:none !important;
  display:flex !important;
  align-items:flex-start !important;
  justify-content:flex-end !important;
  padding:12px !important;
  border:1px solid color-mix(in srgb, var(--kush-status-color, #999) 24%, white) !important;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--kush-status-color, #999) 11%, white) 0%, rgba(255,255,255,.86) 100%),
    repeating-linear-gradient(-28deg, color-mix(in srgb, var(--kush-status-color, #999) 14%, transparent) 0 16px, color-mix(in srgb, var(--kush-status-color, #999) 26%, transparent) 16px 32px) !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-list-status-watermark,
.kush-app.is-editor .kush-month-list-wrap .kush-list-status-watermark,
.hsp-app.is-public .kush-month-list-wrap .kush-list-status-watermark,
.kush-app.is-public .kush-month-list-wrap .kush-list-status-watermark{
  position:absolute !important;
  inset:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:10px !important;
  font-size:clamp(18px, 2vw, 28px) !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  color:color-mix(in srgb, var(--kush-status-color, #999) 30%, white) !important;
  opacity:.95 !important;
  transform:rotate(-18deg) !important;
  text-align:center !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-status-badge-side,
.kush-app.is-editor .kush-month-list-wrap .kush-status-badge-side,
.hsp-app.is-public .kush-month-list-wrap .kush-status-badge-side,
.kush-app.is-public .kush-month-list-wrap .kush-status-badge-side{
  position:relative !important;
  top:auto !important;
  right:auto !important;
  left:auto !important;
  bottom:auto !important;
  margin:0 !important;
  min-width:118px !important;
  max-width:126px !important;
  padding:10px 14px !important;
  border-radius:999px !important;
  box-shadow:0 10px 24px rgba(0,0,0,.16) !important;
  backdrop-filter:blur(1px) !important;
  z-index:2 !important;
}
.hsp-app.is-editor .kush-month-list-wrap .kush-status-badge:not(.kush-status-badge-side),
.kush-app.is-editor .kush-month-list-wrap .kush-status-badge:not(.kush-status-badge-side),
.hsp-app.is-public .kush-month-list-wrap .kush-status-badge:not(.kush-status-badge-side),
.kush-app.is-public .kush-month-list-wrap .kush-status-badge:not(.kush-status-badge-side){
  display:none !important;
}
@supports not (color: color-mix(in srgb, white, black)) {
  .hsp-app.is-editor .kush-month-list-wrap .kush-list-status-side,
  .kush-app.is-editor .kush-month-list-wrap .kush-list-status-side,
  .hsp-app.is-public .kush-month-list-wrap .kush-list-status-side,
  .kush-app.is-public .kush-month-list-wrap .kush-list-status-side{
    background:repeating-linear-gradient(-28deg, rgba(120,120,120,.08) 0 16px, rgba(120,120,120,.16) 16px 32px), linear-gradient(180deg, rgba(255,255,255,.92), rgba(250,247,243,.95)) !important;
  }
  .hsp-app.is-editor .kush-month-list-wrap .kush-list-status-watermark,
  .kush-app.is-editor .kush-month-list-wrap .kush-list-status-watermark,
  .hsp-app.is-public .kush-month-list-wrap .kush-list-status-watermark,
  .kush-app.is-public .kush-month-list-wrap .kush-list-status-watermark{
    color:rgba(120,120,120,.28) !important;
  }
}
@media (max-width: 900px){
  .hsp-app.is-editor .kush-month-list-wrap .hsp-list-card,
  .kush-app.is-editor .kush-month-list-wrap .hsp-list-card,
  .hsp-app.is-public .kush-month-list-wrap .hsp-list-card,
  .kush-app.is-public .kush-month-list-wrap .hsp-list-card{
    padding-right:14px !important;
  }
  .hsp-app.is-editor .kush-month-list-wrap .kush-list-status-side,
  .kush-app.is-editor .kush-month-list-wrap .kush-list-status-side,
  .hsp-app.is-public .kush-month-list-wrap .kush-list-status-side,
  .kush-app.is-public .kush-month-list-wrap .kush-list-status-side{
    position:static !important;
    width:100% !important;
    min-height:64px !important;
    margin-top:10px !important;
    order:3 !important;
    justify-content:flex-end !important;
  }
  .hsp-app.is-editor .kush-month-list-wrap .kush-list-status-watermark,
  .kush-app.is-editor .kush-month-list-wrap .kush-list-status-watermark,
  .hsp-app.is-public .kush-month-list-wrap .kush-list-status-watermark,
  .kush-app.is-public .kush-month-list-wrap .kush-list-status-watermark{
    font-size:20px !important;
  }
}


/* KUHS Communications dark/red finish */
.kush-app,.hsp-app{font-family:'Roboto Condensed',Arial,sans-serif;color:#f5f5f5;background:#050505;}
.kush-app .hsp-guidebar,.hsp-app .hsp-guidebar{background:#101010;border:1px solid rgba(239,29,37,.35);border-top:2px solid #ef1d25;color:#fff;box-shadow:0 18px 45px rgba(0,0,0,.35)}
.kush-app .hsp-main,.hsp-app .hsp-main{background:#0b0b0b;border:1px solid rgba(255,255,255,.08)}
.kush-app .hsp-toolbar,.hsp-app .hsp-toolbar{background:#111;border-bottom:1px solid rgba(255,255,255,.08)}
.kush-app .hsp-title,.hsp-app .hsp-title{color:#fff;letter-spacing:.04em;text-transform:uppercase}
.kush-app .hsp-navbtn,.kush-app .hsp-todaybtn,.kush-app .hsp-views button,.hsp-app .hsp-navbtn,.hsp-app .hsp-todaybtn,.hsp-app .hsp-views button{background:#ef1d25;color:#fff;border-color:#ef1d25;border-radius:8px;text-transform:uppercase;font-weight:800;letter-spacing:.06em}
.kush-app .hsp-views button.active,.hsp-app .hsp-views button.active{background:#fff;color:#111;border-color:#fff}
.kush-app .hsp-calendar,.hsp-app .hsp-calendar{background:#080808;color:#eee}
.kush-app .hsp-dayhead,.hsp-app .hsp-dayhead{background:#151515;color:#fff;border-color:rgba(255,255,255,.1);text-transform:uppercase;letter-spacing:.06em}
.kush-app .hsp-cell,.hsp-app .hsp-cell{background:#0d0d0d;border-color:rgba(255,255,255,.08);color:#fff}
.kush-app .hsp-cell.is-today,.hsp-app .hsp-cell.is-today{box-shadow:inset 0 0 0 2px #ef1d25;background:#160608}
.kush-app .hsp-date,.hsp-app .hsp-date{color:#fff}
.kush-app .hsp-event,.hsp-app .hsp-event{background:#1b1b1b;border-left:4px solid #ef1d25;color:#fff;box-shadow:none}
.kush-app .hsp-event-title,.hsp-app .hsp-event-title{color:#fff;text-transform:uppercase;letter-spacing:.03em}
.kush-app .hsp-event-time,.hsp-app .hsp-event-time,.kush-app .hsp-event-meta,.hsp-app .hsp-event-meta{color:#bdbdbd}
.kush-app .hsp-modal,.hsp-app .hsp-modal,.kush-app .kush-modal,.hsp-app .kush-modal{background:rgba(0,0,0,.84)}
.kush-app .hsp-modal-card,.hsp-app .hsp-modal-card,.kush-app .kush-modal-card,.hsp-app .kush-modal-card{background:#111;color:#fff;border:1px solid rgba(239,29,37,.35)}
.kush-app input,.kush-app select,.kush-app textarea,.hsp-app input,.hsp-app select,.hsp-app textarea{background:#1b1b1b!important;color:#fff!important;border-color:#333!important}
.kush-app .button,.hsp-app .button{border-radius:8px;font-weight:800;letter-spacing:.04em}

/* v3.17.14 KUHS Communications black / red theme override */
.hsp-app,
.kush-app{
  --navy:#e91b23;
  --navy-dark:#ffffff;
  --line:#2b2b2b;
  --bg:#050505;
  --soft:#121212;
  --weekend:#171717;
  --beige:#2a2a2a;
  --gold:#e91b23;
  --brown:#111111;
  --terracotta:#ff2b32;
  --olive:#7c7c7c;
  --teal:#d4d4d4;
  --navy2:#0b0b0b;
  --blue:#e91b23;
  --orange:#ff2b32;
  --green:#00a651;
  --purple:#7a3cff;
  --text:#f5f5f5;
}

.hsp-app .hsp-guidebar,
.hsp-app .hsp-main,
.hsp-app .hsp-sidebar,
.hsp-app .hsp-calendar,
.hsp-app .hsp-editor-panel,
.hsp-app .hsp-list-wrap,
.hsp-app .kush-status-legend{
  background:#111 !important;
  border-color:#2b2b2b !important;
  color:#f5f5f5 !important;
}
.hsp-app .hsp-guidebar strong,
.hsp-app .hsp-guidebar span,
.hsp-app .hsp-title,
.hsp-app .hsp-head,
.hsp-app .hsp-month-head,
.hsp-app .hsp-time,
.hsp-app .hsp-sidebar h3,
.hsp-app .hsp-types-head h3,
.hsp-app .hsp-type-row label,
.hsp-app .hsp-refresh-setting,
.hsp-app .hsp-editor-panel h2,
.hsp-app .hsp-list-group h4{
  color:#fff !important;
}
.hsp-app .hsp-sidebar-note,
.hsp-app .hsp-list-card .meta,
.hsp-app .hsp-types-head p{
  color:#b8b8b8 !important;
}
.hsp-app .hsp-head,
.hsp-app .hsp-month-head,
.hsp-app .hsp-time,
.hsp-app .hsp-cell,
.hsp-app .hsp-month-cell{
  background:#0b0b0b !important;
  border-color:#2b2b2b !important;
}
.hsp-app .hsp-head.weekend,
.hsp-app .hsp-cell.weekend,
.hsp-app .hsp-month-cell.weekend{
  background:#151515 !important;
}
.hsp-app .hsp-cell:hover,
.hsp-app .hsp-month-cell:hover{
  background:#1a1a1a !important;
}
.hsp-app .hsp-cell:after{border-top-color:#242424 !important}
.hsp-app .hsp-navbtn,
.hsp-app .hsp-todaybtn,
.hsp-app .hsp-views button,
.hsp-app .hsp-print,
.hsp-month-list-link,
.kush-modal-actions .button.button-primary{
  background:#e91b23 !important;
  border-color:#e91b23 !important;
  color:#fff !important;
}
.hsp-app .hsp-navbtn:hover,
.hsp-app .hsp-todaybtn:hover,
.hsp-app .hsp-views button:hover,
.hsp-month-list-link:hover,
.kush-modal-actions .button.button-primary:hover{
  background:#ff2b32 !important;
  border-color:#ff2b32 !important;
  color:#fff !important;
}
.hsp-app .hsp-views{
  background:#050505 !important;
  border:1px solid #2b2b2b !important;
}
.hsp-app .hsp-views button.active,
.hsp-app .hsp-lang-btn.is-active{
  background:#fff !important;
  color:#e91b23 !important;
}
.hsp-app .hsp-month-daynum{color:#8f8f8f !important}
.hsp-app .hsp-mini-item,
.hsp-app .hsp-list-card,
.hsp-app .hsp-types-card,
.hsp-app .hsp-program-modal-grid > div,
.hsp-app .hsp-private-note{
  background:#181818 !important;
  border-color:#333 !important;
  color:#f5f5f5 !important;
}
.hsp-app .hsp-list-card{border-left-color:#e91b23 !important;box-shadow:0 10px 24px rgba(0,0,0,.25) !important}
.hsp-app .hsp-mini-badge,
.hsp-app .hsp-dot.open{background:#e91b23 !important}
.hsp-app .hsp-editor-panel input,
.hsp-app .hsp-editor-panel textarea,
.hsp-app .hsp-editor-panel select{
  background:#090909 !important;
  border-color:#333 !important;
  color:#fff !important;
}
.hsp-app .hsp-editor-panel input::placeholder,
.hsp-app .hsp-editor-panel textarea::placeholder{color:#8f8f8f !important}
.hsp-app .hsp-editor-close,
.hsp-app .hsp-program-modal-close{
  background:#e91b23 !important;
  color:#fff !important;
}
.hsp-program-modal-card{background:#111 !important;border-color:#333 !important}
.kush-modal-v2{background:linear-gradient(180deg,#151515,#080808) !important;color:#fff !important}
.kush-modal-content h3,
.hsp-program-modal-time,
.hsp-program-modal-meta strong{color:#fff !important}
.kush-modal-actions .button:not(.button-primary){background:#111 !important;border-color:#444 !important;color:#fff !important}

.kush-app.is-public .hsp-shell,
.hsp-app.is-public .hsp-shell{
  background:#050505 !important;
}
.kush-app.is-public .hsp-shell::before,
.hsp-app.is-public .hsp-shell::before{
  background:linear-gradient(135deg,rgba(233,27,35,.24),rgba(0,0,0,.78)) !important;
}
.kush-app.is-public .hsp-guidebar,
.hsp-app.is-public .hsp-guidebar{
  background:#111 !important;
  border:1px solid #2b2b2b !important;
  box-shadow:0 18px 46px rgba(0,0,0,.45) !important;
}
.kush-app.is-public .hsp-main,
.hsp-app.is-public .hsp-main{
  background:#090909 !important;
  border:1px solid #252525 !important;
  box-shadow:0 25px 70px rgba(0,0,0,.55) !important;
}
.kush-app.is-public .hsp-toolbar,
.hsp-app.is-public .hsp-toolbar,
.kush-app.is-public .hsp-calendar,
.hsp-app.is-public .hsp-calendar,
.kush-app.is-public .hsp-list-wrap,
.hsp-app.is-public .hsp-list-wrap{
  background:#0b0b0b !important;
  border-color:#2b2b2b !important;
}
.kush-app.is-public .hsp-head,
.kush-app.is-public .hsp-month-head,
.kush-app.is-public .hsp-month-cell,
.kush-app.is-public .hsp-cell,
.kush-app.is-public .hsp-time,
.hsp-app.is-public .hsp-head,
.hsp-app.is-public .hsp-month-head,
.hsp-app.is-public .hsp-month-cell,
.hsp-app.is-public .hsp-cell,
.hsp-app.is-public .hsp-time{
  background:#101010 !important;
  color:#fff !important;
  border-color:#2b2b2b !important;
}
.kush-app.is-public .hsp-head.weekend,
.kush-app.is-public .hsp-cell.weekend,
.kush-app.is-public .hsp-month-cell.weekend,
.hsp-app.is-public .hsp-head.weekend,
.hsp-app.is-public .hsp-cell.weekend,
.hsp-app.is-public .hsp-month-cell.weekend{
  background:#181818 !important;
}
.kush-app.is-public .hsp-title,
.hsp-app.is-public .hsp-title{
  color:#fff !important;
  letter-spacing:.02em;
}
.kush-app.is-public .hsp-title::after,
.hsp-app.is-public .hsp-title::after{
  content:'';
  display:block;
  width:54px;
  height:3px;
  margin:8px auto 0;
  background:#e91b23;
  border-radius:999px;
}
.kush-status-legend{background:#111 !important;border-color:#2b2b2b !important}
.kush-legend-item{background:#181818 !important;border-color:#333 !important;color:#fff !important}
.kush-legend-item.is-active{background:#e91b23 !important;border-color:#e91b23 !important;color:#fff !important}


/* v3.17.15 KUHS red event blocks + hover/tap show-info popup */
.hsp-app .hsp-month-program,
.hsp-app .hsp-week-program,
.hsp-app .hsp-mini-item,
.kush-app .hsp-month-program,
.kush-app .hsp-week-program,
.kush-app .hsp-mini-item{
  background:linear-gradient(135deg,#e91b23 0%,#b60000 100%) !important;
  border-color:#ff2b32 !important;
  border-left-color:#ff2b32 !important;
  color:#fff !important;
  box-shadow:0 6px 14px rgba(233,27,35,.25) !important;
}
.hsp-app .hsp-month-program:hover,
.hsp-app .hsp-week-program:hover,
.kush-app .hsp-month-program:hover,
.kush-app .hsp-week-program:hover{
  background:linear-gradient(135deg,#ff2b32 0%,#d40000 100%) !important;
  transform:translateY(-1px);
}
.hsp-app .hsp-lang-btn,
.hsp-app .hsp-month-list-link,
.hsp-app [data-open-past],
.kush-app .hsp-lang-btn,
.kush-app .hsp-month-list-link,
.kush-app [data-open-past]{
  background:#e91b23 !important;
  border-color:#e91b23 !important;
  color:#fff !important;
}
.hsp-app .hsp-lang-btn.is-active,
.kush-app .hsp-lang-btn.is-active{
  background:#fff !important;
  color:#e91b23 !important;
}
.kush-poster-preview{
  background:#111 !important;
  border:1px solid rgba(233,27,35,.55) !important;
  color:#fff !important;
  box-shadow:0 22px 60px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.05) inset !important;
  pointer-events:none !important;
}
.kush-poster-preview::before{
  content:'PROGRAM INFO';
  display:block;
  color:#ff2b32;
  font-size:11px;
  font-weight:900;
  letter-spacing:.18em;
  margin:0 0 8px;
  text-transform:uppercase;
}
.kush-poster-preview-title{color:#fff !important;text-transform:uppercase;letter-spacing:.04em}
.kush-poster-preview-meta{color:#d8d8d8 !important;white-space:pre-line !important}
.kush-poster-preview-status{color:#ff2b32 !important}
.kush-poster-preview-hosts,.kush-poster-preview-desc{color:#cfcfcf !important}
.kush-poster-preview img{background:#050505 !important;border:1px solid #2b2b2b !important}
.kush-poster-preview.no-poster .kush-poster-preview-inner{display:block !important}
.kush-poster-preview.no-poster .kush-poster-preview-copy{gap:8px !important}
@media (max-width:820px){
  .kush-poster-preview.is-sheet{
    position:fixed !important;
    left:12px !important;
    right:12px !important;
    bottom:12px !important;
    top:auto !important;
    width:auto !important;
    max-height:72vh !important;
    overflow:auto !important;
    pointer-events:auto !important;
    border-radius:18px 18px 12px 12px !important;
    z-index:99999 !important;
  }
  .kush-poster-preview.is-sheet.no-poster .kush-poster-preview-inner{display:block !important}
  .kush-mobile-agenda-card,
  .hsp-month-program,
  .hsp-week-program{cursor:pointer}
}

/* KUHS 3.17.16: program vs promoted event layouts */
.kush-type-toggle{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.kush-type-toggle label{display:block;border:1px solid rgba(255,30,30,.28);border-radius:16px;background:#111;padding:14px 16px;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.18)}
.kush-type-toggle input{margin-right:8px;accent-color:#ff1e1e}
.kush-type-toggle span{display:inline-block;color:#fff;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.kush-type-toggle small{display:block;margin-top:6px;color:#aaa;line-height:1.35}
.kush-editor-panel.is-program-editor [data-event-only-section]{opacity:.45}
.kush-editor-panel.is-program-editor [data-event-only-section] .kush-section-title:after{content:' optional for regular programming';color:#ff1e1e;margin-left:8px;font-size:11px}
.kush-type-event-label,.kush-type-program-label,.kush-mobile-type,.kush-modal-type-line{display:inline-flex;width:max-content;align-items:center;gap:5px;border-radius:999px;padding:2px 8px;margin:0 0 3px;font-size:10px;font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.07em;line-height:1.2}
.kush-type-program-label,.kush-mobile-type{background:#ff1e1e;color:#fff}
.kush-type-event-label,.is-promoted-event .kush-mobile-type,.is-promoted-event .kush-modal-type-line{background:#fff;color:#ff1e1e;border:1px solid #ff1e1e}
.hsp-month-program.is-radio-program{background:#ff1e1e!important;color:#fff!important;border-left:3px solid #fff!important}
.hsp-month-program.is-promoted-event{background:#b00000!important;color:#fff!important;border:1px solid #ff7777!important;box-shadow:0 0 0 1px rgba(255,30,30,.25),0 8px 20px rgba(255,30,30,.18)}
.hsp-week-program.is-promoted-event,.kush-mobile-agenda-card.is-promoted-event{border-color:#ff1e1e!important;box-shadow:0 0 0 1px rgba(255,30,30,.35),0 12px 28px rgba(255,30,30,.16)}
.hsp-program-modal.is-promoted-event .hsp-program-modal-card{border-color:#ff1e1e;box-shadow:0 30px 80px rgba(255,30,30,.22)}
.hsp-program-modal.is-promoted-event .kush-modal-art{border:2px solid #ff1e1e;background:#080808}
.hsp-program-modal.is-radio-program .kush-modal-art{border:1px solid rgba(255,255,255,.12)}
.hsp-program-modal.is-promoted-event [data-modal-ticket]{background:#ff1e1e!important;color:#fff!important;border-color:#ff1e1e!important}
.hsp-program-modal.is-radio-program [data-modal-ticket]{background:#ff1e1e!important;color:#fff!important;border-color:#ff1e1e!important}
.kush-poster-preview .kush-poster-preview-title:before{content:'Radio / Podcast Program';display:block;width:max-content;background:#ff1e1e;color:#fff;border-radius:999px;padding:2px 8px;margin:0 0 6px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
@media (max-width:700px){.kush-type-toggle{grid-template-columns:1fr}.kush-editor-panel.is-program-editor [data-event-only-section]{opacity:1}.kush-mobile-agenda-card.is-promoted-event{background:linear-gradient(135deg,#170000,#101010)!important}.kush-mobile-agenda-card.is-radio-program{background:#111!important}.hsp-program-modal-card{max-height:92vh;overflow:auto}.hsp-program-modal.is-promoted-event .kush-modal-art{order:-1}}

/* KUHS 3.17.17: easier editor + glass dark calendar theme */
.hsp-app.is-editor .hsp-editor-panel.kush-editor-clean{
  background:linear-gradient(180deg,#111 0%,#070707 100%) !important;
  border:1px solid rgba(255,30,30,.28) !important;
  box-shadow:0 32px 90px rgba(0,0,0,.72),0 0 0 1px rgba(255,255,255,.04) inset !important;
}
.hsp-app.is-editor .kush-editor-clean .kush-editor-header{
  padding:0 54px 16px 0 !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
}
.hsp-app.is-editor .kush-editor-clean .kush-editor-header h2{color:#fff !important;font-weight:900 !important;letter-spacing:.03em !important;text-transform:uppercase !important}
.hsp-app.is-editor .kush-editor-clean .kush-editor-header p{color:#c9c9c9 !important}
.hsp-app.is-editor .kush-editor-clean .kush-editor-section{
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(245,245,245,.90)) !important;
  border:1px solid rgba(255,255,255,.72) !important;
  box-shadow:0 18px 38px rgba(0,0,0,.20) !important;
}
.hsp-app.is-editor .kush-editor-clean .kush-section-title{color:#e91b23 !important;font-weight:900 !important}
.hsp-app.is-editor .kush-entry-type-section{background:linear-gradient(135deg,#fff,#f6f6f6) !important}
.hsp-app.is-editor .kush-type-toggle label{
  position:relative;
  background:linear-gradient(145deg,#151515,#050505) !important;
  border:1px solid rgba(233,27,35,.55) !important;
  min-height:82px;
  padding:16px 18px 16px 48px !important;
}
.hsp-app.is-editor .kush-type-toggle input{position:absolute;left:18px;top:22px;width:18px;height:18px}
.hsp-app.is-editor .kush-type-toggle label:has(input:checked){box-shadow:0 0 0 2px #e91b23,0 18px 34px rgba(233,27,35,.22) !important;background:linear-gradient(135deg,#220000,#080808) !important}
.hsp-app.is-editor .kush-type-toggle span{font-size:15px !important;color:#fff !important}
.hsp-app.is-editor .kush-type-toggle small{color:#ddd !important;font-size:12px !important}
.kush-entry-helper{
  margin-top:12px;
  border-radius:12px;
  background:rgba(233,27,35,.09);
  border:1px solid rgba(233,27,35,.20);
  color:#3c1010;
  padding:10px 12px;
  font-weight:700;
  line-height:1.4;
}
.hsp-app.is-editor .kush-editor-clean .kush-main-title-field input{font-size:18px !important;font-weight:800 !important;min-height:48px !important}
.kush-field-help{display:block;margin-top:5px;color:#777;font-size:11px;line-height:1.3;text-transform:none!important;letter-spacing:0!important;font-weight:600!important}
.hsp-app.is-editor .kush-editor-clean .hsp-editor-actions{
  position:sticky;
  bottom:0;
  z-index:3;
  padding:14px 0 0;
  background:linear-gradient(180deg,rgba(7,7,7,0),#070707 42%) !important;
}
.hsp-app.is-editor .kush-editor-clean .hsp-editor-actions .button-primary{background:#e91b23 !important;border-color:#e91b23 !important;color:#fff !important;border-radius:999px !important;padding:10px 22px !important;font-weight:900 !important}
.hsp-app.is-editor .kush-editor-clean .hsp-editor-actions .button:not(.button-primary){border-radius:999px !important}

/* Glass calendar squares */
.kush-app.is-public .hsp-month-grid,
.hsp-app.is-public .hsp-month-grid{background:#050505 !important;gap:1px !important}
.kush-app.is-public .hsp-month-head,
.hsp-app.is-public .hsp-month-head{
  background:linear-gradient(180deg,#171717,#0b0b0b) !important;
  color:#f5f5f5 !important;
  border-color:rgba(255,255,255,.07) !important;
}
.kush-app.is-public .hsp-month-cell,
.hsp-app.is-public .hsp-month-cell,
.kush-app.is-public .hsp-cell,
.hsp-app.is-public .hsp-cell{
  background:
    radial-gradient(circle at 20% 8%,rgba(255,255,255,.10),transparent 28%),
    linear-gradient(145deg,rgba(28,28,28,.96),rgba(8,8,8,.98) 65%,rgba(20,0,0,.90)) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),inset 0 -1px 0 rgba(0,0,0,.65) !important;
}
.kush-app.is-public .hsp-month-cell.weekend,
.hsp-app.is-public .hsp-month-cell.weekend,
.kush-app.is-public .hsp-cell.weekend,
.hsp-app.is-public .hsp-cell.weekend{
  background:
    radial-gradient(circle at 22% 8%,rgba(255,255,255,.12),transparent 28%),
    linear-gradient(145deg,rgba(34,34,34,.96),rgba(10,10,10,.98) 62%,rgba(46,0,0,.95)) !important;
}
.kush-app.is-public .hsp-month-cell:hover,
.hsp-app.is-public .hsp-month-cell:hover,
.kush-app.is-public .hsp-cell:hover,
.hsp-app.is-public .hsp-cell:hover{
  background:
    radial-gradient(circle at 20% 8%,rgba(255,255,255,.16),transparent 30%),
    linear-gradient(145deg,rgba(38,38,38,.98),rgba(12,12,12,.98) 60%,rgba(90,0,0,.60)) !important;
  outline:1px solid rgba(233,27,35,.40);
}
.kush-app.is-public .hsp-month-daynum,
.hsp-app.is-public .hsp-month-daynum{color:#bfc3c7 !important;text-shadow:0 2px 10px rgba(0,0,0,.7)}
.hsp-month-program.is-radio-program,
.hsp-app .hsp-month-program.is-radio-program{
  background:linear-gradient(135deg,#ff2525 0%,#d50000 48%,#8f0000 100%) !important;
  border:1px solid rgba(255,80,80,.75) !important;
  box-shadow:0 8px 18px rgba(233,27,35,.26),inset 0 1px 0 rgba(255,255,255,.22) !important;
}
.hsp-month-program.is-promoted-event,
.hsp-app .hsp-month-program.is-promoted-event{
  background:linear-gradient(135deg,#111 0%,#2a0000 45%,#e91b23 100%) !important;
  border:1px solid #ff4a4a !important;
  box-shadow:0 10px 24px rgba(233,27,35,.34),inset 0 1px 0 rgba(255,255,255,.14) !important;
}
.hsp-app .hsp-navbtn,.hsp-app .hsp-todaybtn,.hsp-app .hsp-views button,.hsp-app [data-open-past]{background:linear-gradient(135deg,#e91b23,#a80000) !important;border-color:#ff3939 !important;color:#fff !important}
.hsp-app .hsp-views button.active,.hsp-app .hsp-lang-btn.is-active{background:#fff !important;color:#e91b23 !important}
@media (max-width:700px){
  .hsp-app.is-editor .kush-editor-clean .kush-editor-section{padding:14px !important;margin-bottom:12px !important}
  .hsp-app.is-editor .kush-type-toggle label{min-height:auto;padding:14px 14px 14px 44px !important}
  .kush-app.is-public .hsp-month-cell,.hsp-app.is-public .hsp-month-cell{min-height:56px !important;border-radius:12px !important;margin:2px !important}
}

/* v3.17.17 KUHS Hi-Tech Balanced Glass Theme */
:root{
  --kush-red:#f01822;
  --kush-red-2:#ff3942;
  --kush-red-dark:#8c070d;
  --kush-ink:#08090d;
  --kush-panel:#15171d;
  --kush-panel-2:#1d2028;
  --kush-line:rgba(255,255,255,.16);
  --kush-soft:#f4f6fb;
  --kush-muted:#aeb6c5;
}

.kush-app.is-public{
  color:#f7f9ff;
}

.kush-app.is-public .hsp-shell{
  background:
    radial-gradient(circle at 15% 0%, rgba(240,24,34,.28), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.11), transparent 30%),
    linear-gradient(135deg, #11141b 0%, #181b24 42%, #0b0c10 100%) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 30px 90px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.08) !important;
}
.kush-app.is-public .hsp-shell::before{
  background:
    linear-gradient(115deg, rgba(255,255,255,.08), transparent 28%, rgba(240,24,34,.10) 58%, transparent 78%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.018) 0 1px, transparent 1px 72px) !important;
  opacity:1;
}

.kush-app.is-public .hsp-guidebar{
  background:linear-gradient(135deg, rgba(28,31,40,.92), rgba(18,20,27,.88)) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  color:#fff !important;
  box-shadow:0 16px 36px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.08) !important;
}
.kush-app.is-public .hsp-guidebar .hsp-dot{background:var(--kush-red)!important;box-shadow:0 0 0 5px rgba(240,24,34,.14),0 0 20px rgba(240,24,34,.38)!important}
.kush-app.is-public .hsp-month-list-link,
.kush-app.is-public .hsp-lang-btn.is-active{
  background:linear-gradient(135deg,var(--kush-red),#b90812)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 10px 26px rgba(240,24,34,.28)!important;
}
.kush-app.is-public .hsp-lang-switch{
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.20)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
}

.kush-app.is-public .hsp-main{
  background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.045)) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:26px !important;
  box-shadow:0 26px 70px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.10) !important;
  backdrop-filter:blur(14px);
}
.kush-app.is-public .hsp-toolbar{
  background:linear-gradient(135deg, rgba(31,35,45,.92), rgba(19,21,28,.88)) !important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-bottom:none!important;
  border-radius:20px 20px 0 0!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.kush-app.is-public .hsp-title{
  color:#fff!important;
  text-shadow:0 0 22px rgba(240,24,34,.20)!important;
}
.kush-app.is-public .hsp-title::after{
  content:'';
  display:block;
  width:72px;
  height:3px;
  margin:10px auto 0;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,var(--kush-red),transparent);
  box-shadow:0 0 18px rgba(240,24,34,.55);
}
.kush-app.is-public .hsp-navbtn,
.kush-app.is-public .hsp-todaybtn,
.kush-app.is-public .hsp-views{
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 10px 24px rgba(0,0,0,.18)!important;
}
.kush-app.is-public .hsp-navbtn:hover,
.kush-app.is-public .hsp-todaybtn:hover,
.kush-app.is-public .hsp-views button:hover,
.kush-app.is-public .hsp-views button.active{
  background:linear-gradient(135deg,var(--kush-red),#b70811)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.20)!important;
}
.kush-app.is-public .hsp-views button.active{box-shadow:0 0 0 1px rgba(255,255,255,.12),0 10px 24px rgba(240,24,34,.24)!important}

.kush-app.is-public .hsp-calendar{
  background:linear-gradient(180deg, rgba(18,21,28,.92), rgba(13,15,20,.94))!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-top:none!important;
  border-radius:0 0 20px 20px!important;
}
.kush-app.is-public .hsp-week-grid,
.kush-app.is-public .hsp-month-grid,
.kush-app.is-public .hsp-day-wrap{
  background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02))!important;
}
.kush-app.is-public .hsp-head,
.kush-app.is-public .hsp-month-head,
.kush-app.is-public .hsp-day-head,
.kush-app.is-public .hsp-time{
  background:linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.055))!important;
  color:#f8fbff!important;
  border-color:rgba(255,255,255,.13)!important;
}
.kush-app.is-public .hsp-cell,
.kush-app.is-public .hsp-month-cell{
  background:
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025) 52%, rgba(240,24,34,.045)),
    rgba(22,25,33,.76) !important;
  color:#d8dfeb!important;
  border-color:rgba(255,255,255,.12)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.kush-app.is-public .hsp-head.weekend,
.kush-app.is-public .hsp-cell.weekend,
.kush-app.is-public .hsp-month-cell.weekend{
  background:
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.03) 58%, rgba(240,24,34,.07)),
    rgba(29,32,41,.82) !important;
}
.kush-app.is-public .hsp-cell:hover,
.kush-app.is-public .hsp-month-cell:hover{
  background:linear-gradient(145deg, rgba(255,255,255,.12), rgba(240,24,34,.075))!important;
  box-shadow:inset 0 0 0 1px rgba(240,24,34,.30),0 0 28px rgba(240,24,34,.08)!important;
}
.kush-app.is-public .hsp-cell.is-today,
.kush-app.is-public .hsp-month-cell.is-today,
.kush-app.is-public .hsp-day-head.is-today{
  background:linear-gradient(145deg, rgba(240,24,34,.18), rgba(255,255,255,.06))!important;
  box-shadow:inset 0 0 0 1px rgba(240,24,34,.38)!important;
}
.kush-app.is-public .hsp-month-cell .daynum,
.kush-app.is-public .hsp-daynum,
.kush-app.is-public .hsp-month-daynum{
  color:#c8d1df!important;
  opacity:.92!important;
  text-shadow:0 1px 10px rgba(0,0,0,.28)!important;
}

.kush-app.is-public .hsp-week-program,
.kush-app.is-public .hsp-month-program{
  background:linear-gradient(135deg,#ff2b34,#b60812)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 8px 18px rgba(240,24,34,.26), inset 0 1px 0 rgba(255,255,255,.22)!important;
}
.kush-app.is-public .hsp-week-program:hover,
.kush-app.is-public .hsp-month-program:hover{
  background:linear-gradient(135deg,#ff4750,#d20f1a)!important;
  transform:translateY(-1px);
}
.kush-app.is-public .kush-status-legend{
  background:linear-gradient(180deg, rgba(255,255,255,.95), rgba(245,247,252,.92))!important;
  border-color:rgba(255,255,255,.20)!important;
  box-shadow:0 14px 28px rgba(0,0,0,.14)!important;
}
.kush-app.is-public .kush-legend-item.is-active{background:#fff!important;color:#f01822!important;border-color:rgba(240,24,34,.24)!important}

/* Admin/editor calendar also gets the lighter high-tech balance without hurting form readability */
.hsp-app.is-editor .hsp-main{
  background:linear-gradient(180deg,#ffffff,#f7f9fc)!important;
  border:1px solid #dfe5ee!important;
  box-shadow:0 18px 48px rgba(19,28,44,.10)!important;
}
.hsp-app.is-editor .hsp-toolbar{
  background:linear-gradient(135deg,#202531,#11141b)!important;
  color:#fff!important;
  border-radius:16px 16px 0 0!important;
}
.hsp-app.is-editor .hsp-title{color:#fff!important}
.hsp-app.is-editor .hsp-calendar{
  background:#f6f8fb!important;
  border-color:#dfe5ee!important;
}
.hsp-app.is-editor .hsp-month-cell,
.hsp-app.is-editor .hsp-cell{
  background:linear-gradient(145deg,#ffffff,#f0f3f8)!important;
  border-color:#dfe5ee!important;
}
.hsp-app.is-editor .hsp-head,
.hsp-app.is-editor .hsp-month-head,
.hsp-app.is-editor .hsp-time{
  background:#eef2f7!important;
  color:#1a202c!important;
  border-color:#dfe5ee!important;
}
.hsp-app.is-editor .hsp-week-program,
.hsp-app.is-editor .hsp-month-program{
  background:linear-gradient(135deg,#f01822,#b50811)!important;
  color:#fff!important;
  box-shadow:0 7px 16px rgba(240,24,34,.22)!important;
}

@media (max-width:900px){
  .kush-app.is-public .hsp-main{border-radius:20px!important;padding:10px!important}
  .kush-app.is-public .hsp-toolbar{gap:12px!important;padding:14px 10px!important}
  .kush-app.is-public .hsp-calendar{border-radius:0 0 18px 18px!important}
  .kush-app.is-public .hsp-month-cell,
  .kush-app.is-public .hsp-cell{background:linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.035))!important}
}
