:root {
	--shp2-bg: #fff;
	--shp2-surface: #f7f7f7;
	--shp2-surface-2: #efefef;
	--shp2-text: #111;
	--shp2-muted: #686868;
	--shp2-line: #dedede;
	--shp2-accent: #f26b21;
	--shp2-success: #127a3e;
	--shp2-radius: 14px;
	--shp2-shadow: 0 12px 32px rgba(0,0,0,.07);
}
body.dark-mode,
body.stagehill-dark-mode,
body.sh-dark-mode,
html.dark body,
html[data-theme="dark"] body,
body[data-theme="dark"] {
	--shp2-bg: #151515;
	--shp2-surface: #1e1e1e;
	--shp2-surface-2: #282828;
	--shp2-text: #f4f4f4;
	--shp2-muted: #b7b7b7;
	--shp2-line: #3a3a3a;
	--shp2-shadow: 0 12px 32px rgba(0,0,0,.28);
}
.shp2-directory,.shp2-dashboard,.shp2-growth,.shp2-single-profile,.shp2-event-layer,.shp2-admin-wrap{color:var(--shp2-text);font-family:inherit;box-sizing:border-box}.shp2-directory *,.shp2-dashboard *,.shp2-growth *,.shp2-single-profile *,.shp2-event-layer *,.shp2-admin-wrap *{box-sizing:border-box}.shp2-hero,.shp2-dashboard-head{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:28px;margin:0 0 24px;border:1px solid var(--shp2-line);border-radius:var(--shp2-radius);background:var(--shp2-bg);box-shadow:var(--shp2-shadow)}.shp2-hero h2,.shp2-dashboard-head h2{margin:4px 0 8px;font-size:clamp(26px,4vw,42px);line-height:1.08;color:var(--shp2-text)}.shp2-hero p,.shp2-dashboard-head p{max-width:720px;margin:0;color:var(--shp2-muted);font-size:16px;line-height:1.6}.shp2-eyebrow{display:inline-block;color:var(--shp2-accent);font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.shp2-button{appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:1px solid #111;border-radius:9px;background:#111;color:#fff!important;text-decoration:none!important;font-weight:750;line-height:1.2;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.shp2-button:hover,.shp2-button:focus{background:var(--shp2-accent);border-color:var(--shp2-accent);color:#fff!important;transform:translateY(-1px)}.shp2-button--secondary{background:transparent;color:var(--shp2-text)!important;border-color:var(--shp2-line)}.shp2-button--secondary:hover,.shp2-button--secondary:focus{background:var(--shp2-text);border-color:var(--shp2-text);color:var(--shp2-bg)!important}.shp2-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:end;gap:12px;margin:0 0 22px;padding:18px;border:1px solid var(--shp2-line);border-radius:var(--shp2-radius);background:var(--shp2-surface)}.shp2-filters label,.shp2-field{display:flex;flex-direction:column;gap:7px;margin:0}.shp2-filters label>span,.shp2-field>span,.shp2-field>label>span{font-size:13px;font-weight:700;color:var(--shp2-text)}.shp2-filters input,.shp2-filters select,.shp2-form input[type="text"],.shp2-form input[type="email"],.shp2-form input[type="url"],.shp2-form input[type="number"],.shp2-form input[type="date"],.shp2-form input[type="search"],.shp2-form select,.shp2-form textarea{width:100%;min-height:45px;margin:0;padding:10px 12px;border:1px solid var(--shp2-line)!important;border-radius:8px!important;background:var(--shp2-bg)!important;color:var(--shp2-text)!important;box-shadow:none!important;font:inherit}.shp2-form textarea{min-height:110px;resize:vertical}.shp2-filters input:focus,.shp2-filters select:focus,.shp2-form input:focus,.shp2-form select:focus,.shp2-form textarea:focus{outline:2px solid color-mix(in srgb,var(--shp2-accent) 35%,transparent);outline-offset:1px;border-color:var(--shp2-accent)!important}.shp2-result-heading,.shp2-list-heading{margin:22px 0 14px}.shp2-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.shp2-card{display:flex;min-width:0;overflow:hidden;border:1px solid var(--shp2-line);border-radius:var(--shp2-radius);background:var(--shp2-bg);box-shadow:0 7px 22px rgba(0,0,0,.045);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.shp2-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--shp2-accent) 45%,var(--shp2-line));box-shadow:var(--shp2-shadow)}.shp2-card.is-pro,.shp2-card.is-featured{border-color:color-mix(in srgb,var(--shp2-accent) 55%,var(--shp2-line))}.shp2-card-media{display:block;width:36%;min-width:120px;background:var(--shp2-surface)}.shp2-card-media img{display:block;width:100%;height:100%;min-height:220px;object-fit:cover}.shp2-card-body{display:flex;flex:1;min-width:0;flex-direction:column;padding:20px}.shp2-card-body h3{margin:10px 0 8px;font-size:21px;line-height:1.22}.shp2-card-body h3 a{color:var(--shp2-text)!important;text-decoration:none!important}.shp2-card-body p{margin:0 0 10px;color:var(--shp2-muted);line-height:1.55}.shp2-card-location{color:var(--shp2-text)!important;font-weight:650}.shp2-card-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:14px;border-top:1px solid var(--shp2-line);font-size:13px}.shp2-card-footer a{font-weight:800;color:var(--shp2-text)!important;text-decoration:none!important}.shp2-card-footer a:hover{color:var(--shp2-accent)!important}.shp2-card-badges{display:flex;flex-wrap:wrap;gap:7px}.shp2-badge{display:inline-flex;align-items:center;min-height:25px;padding:4px 9px;border:1px solid var(--shp2-line);border-radius:999px;background:var(--shp2-surface);color:var(--shp2-text);font-size:11px;line-height:1.1;font-weight:800;letter-spacing:.02em}.shp2-badge--pro,.shp2-badge--featured,.shp2-badge--boost{border-color:color-mix(in srgb,var(--shp2-accent) 55%,var(--shp2-line));background:color-mix(in srgb,var(--shp2-accent) 13%,var(--shp2-bg));color:var(--shp2-text)}.shp2-badge--success{border-color:color-mix(in srgb,var(--shp2-success) 45%,var(--shp2-line));background:color-mix(in srgb,var(--shp2-success) 12%,var(--shp2-bg));color:var(--shp2-success)}.shp2-empty,.shp2-login-card{grid-column:1/-1;padding:28px;border:1px dashed var(--shp2-line);border-radius:var(--shp2-radius);background:var(--shp2-surface);color:var(--shp2-muted);text-align:center}.shp2-login-card p{margin:0 0 16px}.shp2-dashboard-head{margin-bottom:0;border-radius:var(--shp2-radius) var(--shp2-radius) 0 0}.shp2-live-metric{display:flex;flex-direction:column;min-width:160px;padding:18px;border-radius:12px;background:#111;color:#fff;text-align:center}.shp2-live-metric strong{font-size:38px;line-height:1}.shp2-live-metric span{margin-top:7px;font-size:12px;line-height:1.25}.shp2-tabs{display:flex;gap:0;overflow-x:auto;margin:0 0 22px;border:1px solid var(--shp2-line);border-top:0;border-radius:0 0 var(--shp2-radius) var(--shp2-radius);background:var(--shp2-bg)}.shp2-tabs a{flex:0 0 auto;padding:15px 17px;border-right:1px solid var(--shp2-line);color:var(--shp2-muted)!important;text-decoration:none!important;font-size:13px;font-weight:750}.shp2-tabs a.is-active{background:var(--shp2-text);color:var(--shp2-bg)!important}.shp2-tab-panel{min-height:200px}.shp2-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 22px}.shp2-metric{display:flex;flex-direction:column;min-height:150px;padding:22px;border:1px solid var(--shp2-line);border-radius:var(--shp2-radius);background:var(--shp2-bg)}.shp2-metric strong{font-size:38px;line-height:1;color:var(--shp2-text)}.shp2-metric span{margin-top:13px;font-weight:800}.shp2-metric small{margin-top:5px;color:var(--shp2-muted);line-height:1.4}.shp2-callout-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.shp2-callout{padding:22px;border:1px solid var(--shp2-line);border-radius:var(--shp2-radius);background:var(--shp2-surface)}.shp2-callout h3,.shp2-callout h4{margin:0 0 8px;color:var(--shp2-text)}.shp2-callout p{margin:0 0 15px;color:var(--shp2-muted);line-height:1.55}.shp2-callout a{color:var(--shp2-text)!important;font-weight:800;text-decoration:none!important}.shp2-callout a:hover{color:var(--shp2-accent)!important}.shp2-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin:0 0 18px}.shp2-section-head h3{margin:0 0 6px}.shp2-section-head p{margin:0;color:var(--shp2-muted)}.shp2-stack{display:flex;flex-direction:column;gap:12px}.shp2-manage-card{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px;border:1px solid var(--shp2-line);border-radius:var(--shp2-radius);background:var(--shp2-bg)}.shp2-manage-card--vertical{display:block}.shp2-manage-card h3,.shp2-manage-card h4{margin:8px 0 5px;color:var(--shp2-text)}.shp2-manage-card h3 a,.shp2-manage-card h4 a{color:var(--shp2-text)!important;text-decoration:none!important}.shp2-manage-card p{margin:0;color:var(--shp2-muted)}.shp2-card-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.shp2-inline-form{display:inline-flex;margin:0}.shp2-text-button{padding:8px;border:0;background:transparent;color:var(--shp2-muted);text-decoration:underline;cursor:pointer}.shp2-text-button:hover{color:var(--shp2-accent)}.shp2-mini-metrics{display:flex;flex-wrap:wrap;gap:14px;margin-top:10px;color:var(--shp2-muted);font-size:12px}.shp2-mini-metrics strong{color:var(--shp2-text)}.shp2-message-box{margin:14px 0;padding:15px;border-radius:10px;background:var(--shp2-surface);color:var(--shp2-text)}.shp2-message-box p:last-child{margin-bottom:0}.shp2-form{padding:22px;border:1px solid var(--shp2-line);border-radius:var(--shp2-radius);background:var(--shp2-surface)}.shp2-form--compact{padding:0;border:0;background:transparent}.shp2-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-bottom:18px}.shp2-field--wide{grid-column:1/-1}.shp2-inline-check{flex-direction:row!important;align-items:center}.shp2-inline-check input{width:auto!important;min-height:0!important}.shp2-checks{display:flex;flex-wrap:wrap;gap:9px 16px}.shp2-checks label{display:inline-flex;align-items:center;gap:6px;color:var(--shp2-text)}.shp2-checks input{width:auto!important;min-height:0!important}.shp2-notice{margin:0 0 18px;padding:13px 15px;border:1px solid var(--shp2-line);border-left-width:4px;border-radius:8px;background:var(--shp2-bg)}.shp2-notice--success{border-left-color:var(--shp2-success)}.shp2-notice--error{border-left-color:#c93434}.shp2-single-profile,.shp2-event-layer{margin-top:26px}.shp2-profile-summary,.shp2-linked-venue,.shp2-contact-card{padding:22px;border:1px solid var(--shp2-line);border-radius:var(--shp2-radius);background:var(--shp2-bg)}.shp2-profile-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.shp2-profile-facts>div{display:flex;flex-direction:column;padding:13px;border-radius:10px;background:var(--shp2-surface)}.shp2-profile-facts span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--shp2-muted)}.shp2-profile-facts strong{margin-top:4px;color:var(--shp2-text)}.shp2-profile-facts a{color:var(--shp2-text)!important}.shp2-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:14px 0}.shp2-detail-card{padding:20px;border:1px solid var(--shp2-line);border-radius:var(--shp2-radius);background:var(--shp2-surface)}.shp2-detail-card h3{margin:0 0 10px}.shp2-detail-card--pro{border-color:color-mix(in srgb,var(--shp2-accent) 55%,var(--shp2-line))}.shp2-chip-list{display:flex;flex-wrap:wrap;gap:7px}.shp2-chip-list span{padding:5px 9px;border-radius:999px;background:var(--shp2-bg);font-size:12px}.shp2-related{margin:24px 0}.shp2-related h3{margin:0 0 12px}.shp2-related-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.shp2-related-list a{display:flex;flex-direction:column;padding:14px;border:1px solid var(--shp2-line);border-radius:10px;background:var(--shp2-bg);color:var(--shp2-text)!important;text-decoration:none!important}.shp2-related-list span{margin-top:5px;color:var(--shp2-muted);font-size:12px}.shp2-contact-card h3{margin:0 0 14px}.shp2-linked-venue{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:14px 0}.shp2-linked-venue span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--shp2-muted)}.shp2-linked-venue h3{margin:3px 0}.shp2-linked-venue h3 a{color:var(--shp2-text)!important;text-decoration:none!important}.shp2-linked-venue p{margin:0;color:var(--shp2-muted)}.shp2-chart{display:flex;align-items:flex-end;gap:9px;height:260px;padding:22px;border:1px solid var(--shp2-line);border-radius:var(--shp2-radius);background:var(--shp2-bg);overflow-x:auto}.shp2-chart-col{display:flex;flex:1 0 48px;height:100%;min-width:48px;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px}.shp2-chart-bar{display:block;width:min(34px,75%);min-height:4px;border-radius:5px 5px 0 0;background:var(--shp2-text)}.shp2-chart-value{font-size:12px;font-weight:800}.shp2-chart-label{font-size:10px;color:var(--shp2-muted);white-space:nowrap;transform:rotate(-35deg);transform-origin:center}.shp2-promotion-targets{display:flex;flex-direction:column;gap:9px}.shp2-promotion-targets>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:9px;border-top:1px solid var(--shp2-line)}.shp2-subtle{color:var(--shp2-muted)!important}.shp2-admin-wrap{max-width:1280px}.shp2-admin-lead{max-width:850px;font-size:16px}.shp2-admin-panel{margin:20px 0;padding:22px;border:1px solid #dcdcde;border-radius:12px;background:#fff}.shp2-admin-links{display:flex;flex-wrap:wrap;gap:10px}.shp2-admin-links a{padding:10px 13px;border:1px solid #dcdcde;border-radius:8px;text-decoration:none;background:#f6f7f7}.shp2-event-is-boosted{position:relative}.shp2-event-is-boosted:after{content:"Boosted";position:absolute;top:9px;right:9px;z-index:3;padding:4px 8px;border-radius:999px;background:#111;color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
@media (max-width:1050px){.shp2-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shp2-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.shp2-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shp2-callout-grid{grid-template-columns:1fr}.shp2-profile-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:700px){.shp2-hero,.shp2-dashboard-head,.shp2-linked-venue,.shp2-section-head,.shp2-manage-card{align-items:stretch;flex-direction:column}.shp2-live-metric{width:100%}.shp2-filters,.shp2-card-grid,.shp2-form-grid,.shp2-metric-grid,.shp2-profile-facts,.shp2-detail-grid,.shp2-related-list{grid-template-columns:1fr}.shp2-card{flex-direction:column}.shp2-card-media{width:100%;height:210px}.shp2-card-media img{min-height:210px}.shp2-tabs a{padding:13px}.shp2-field--wide{grid-column:auto}.shp2-card-actions{width:100%}.shp2-card-actions .shp2-inline-form,.shp2-card-actions form,.shp2-card-actions .shp2-button{width:100%}.shp2-promotion-targets>div{align-items:stretch;flex-direction:column}.shp2-chart{height:225px}}
