:root{--he-primary:#ff6b3d;--he-secondary:#ffd166;--he-accent:#1dd3b0;--he-bg:#f7f9fc;--he-text:#0f172a;--he-muted:#5b6473;--he-card-radius:8px;--he-border:#e2e8f0;--he-shadow:0 8px 24px rgba(15,23,42,.08);--he-glow:0 12px 30px rgba(255,107,61,.22);--he-panel:#ffffff;--he-panel-border:#e5e7eb;--he-font:"Titillium Web",sans-serif;}
.hello-events-wrapper{font-family:var(--he-font);background:linear-gradient(180deg,#ffffff 0,#f7f9fc 100%);border-radius:12px;padding:32px 20px 36px;margin:32px auto;max-width:1600px;box-shadow:0 16px 40px rgba(15,23,42,.08);}
.hello-events-wrapper h2{text-align:center;font-size:1.9rem;font-weight:800;margin:0 0 10px;color:var(--he-text);}
.hello-updated{text-align:center;color:var(--he-muted);margin-bottom:24px;font-style:italic;}
.hello-controls{display:grid;gap:14px;background:var(--he-panel);border:1px solid var(--he-panel-border);padding:16px;border-radius:8px;margin:0 auto 22px;max-width:1200px;box-shadow:0 10px 26px rgba(15,23,42,.06);}
.hello-search{display:flex;gap:10px;align-items:center;}
.hello-search-input{flex:1;min-width:0;border:1px solid var(--he-border);background:#fff;border-radius:6px;padding:10px 12px;font-size:.95rem;color:var(--he-text);box-shadow:0 4px 12px rgba(15,23,42,.06);}
.hello-search-input::placeholder{color:#94a3b8;}
.hello-filters{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;justify-content:space-evenly;}
.hello-filter{display:flex;flex-direction:column;gap:6px;font-size:.72rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.08em;}
.hello-filter select{min-width:180px;border:1px solid var(--he-border);background:#fff;border-radius:6px;padding:9px 10px;font-size:.9rem;color:var(--he-text);box-shadow:0 4px 12px rgba(15,23,42,.06);}
.hello-filter-clear{margin-left:auto;border:none;border-radius:6px;padding:9px 14px;background:linear-gradient(90deg,var(--he-primary),var(--he-secondary));color:#fff;font-weight:800;cursor:pointer;box-shadow:0 10px 18px rgba(255,107,61,.22);transition:transform .2s ease,box-shadow .2s ease;}
.hello-filter-clear:hover{transform:translateY(-1px);box-shadow:0 12px 22px rgba(255,209,102,.3);}
.hello-results{color:var(--he-muted);font-size:.86rem;text-align:center;min-height:1.2em;}
.hello-events{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:stretch;gap:26px;}
.hello-event{background:#fff;border-radius:var(--he-card-radius);box-shadow:var(--he-shadow);overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease;width:100%;max-width:360px;flex:1 1 300px;border:1px solid var(--he-border);}
.hello-event:hover{transform:translateY(-6px) scale(1.02);box-shadow:var(--he-glow);}
.hello-event--empty{background:#fff;border:1px dashed #cbd5e1;box-shadow:none;align-items:center;justify-content:center;text-align:center;padding:28px;min-height:220px;max-width:640px;flex:1 1 520px;}
.hello-event--empty:hover{transform:none;box-shadow:none;}
.hello-event--empty h3{margin-bottom:6px;}
.hello-event--empty p{color:var(--he-muted);margin:0 0 10px;}
.hello-empty-reset{display:inline-flex;align-items:center;gap:6px;border-radius:6px;padding:8px 14px;background:linear-gradient(90deg,var(--he-primary),var(--he-secondary));color:#fff;font-weight:800;text-decoration:none;box-shadow:0 8px 16px rgba(255,107,61,.22);}
.hello-event-header{background:linear-gradient(90deg,var(--he-primary),var(--he-secondary));color:#fff;padding:12px;text-align:center;font-weight:800;text-transform:uppercase;font-size:.95rem;letter-spacing:.12em;}
.hello-event-poster{position:relative;}
.hello-event-poster-button{appearance:none;border:0;padding:0;margin:0;background:none;display:block;width:100%;cursor:pointer;position:relative;}
.hello-event-poster-button img{width:100%;height:200px;object-fit:cover;transition:transform .35s ease;display:block;}
.hello-event:hover .hello-event-poster-button img{transform:scale(1.05);}
.hello-event-poster-button:focus-visible{outline:3px solid rgba(29,211,176,.55);outline-offset:2px;}
.hello-poster-icon{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:999px;background:rgba(15,23,42,.7) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/><line x1='11' y1='8' x2='11' y2='14'/><line x1='8' y1='11' x2='14' y2='11'/></svg>") center/16px 16px no-repeat;box-shadow:0 6px 14px rgba(0,0,0,.28);pointer-events:none;}
.hello-event-content{padding:14px 16px 18px;display:flex;flex-direction:column;flex-grow:1;}
.hello-event h3{font-size:1.05rem;font-weight:800;margin:0 0 4px;color:var(--he-text);}
.hello-event h4{font-size:.92rem;font-weight:700;margin:0 0 8px;color:#475569;}
.hello-hide-organiser .hello-event-organiser{display:none;}
.hello-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px;}
.hello-badge{background:#fff3d1;color:#9a3412;padding:3px 8px;border-radius:6px;font-size:.7rem;font-weight:700;letter-spacing:.02em;}
.hello-hide-category .hello-badge--category{display:none;}
.hello-event p{color:#334155;line-height:1.5;font-size:.88rem;margin:6px 0 0;}
.hello-event p strong{color:var(--he-primary);display:inline-block;min-width:84px;}
.hello-book-btn{align-self:flex-start;margin-top:auto;border-radius:6px;padding:10px 16px;background:linear-gradient(90deg,var(--he-primary),var(--he-secondary));color:#fff;text-decoration:none;font-weight:800;transition:all .2s ease;box-shadow:0 8px 18px rgba(255,107,61,.25);}
.hello-book-btn:hover{background:linear-gradient(90deg,var(--he-secondary),var(--he-primary));box-shadow:0 10px 22px rgba(255,209,102,.3);transform:translateY(-1px);}
.hello-powered{text-align:center;margin-top:40px;color:#6b7280;font-size:.9rem;}
.hello-powered img{width:140px;margin-left:6px;opacity:.95;transition:transform .25s ease;}
.hello-powered img:hover{transform:scale(1.06);}
.hello-infinite-sentinel{height:1px;width:100%;}
.hello-events-error{background:#fff;border:1px solid var(--he-border);border-radius:10px;padding:20px;text-align:center;box-shadow:var(--he-shadow);max-width:800px;margin:20px auto 0;color:var(--he-text);}
.hello-events-error .title{font-weight:900;font-size:1.15rem;margin-bottom:6px;background:linear-gradient(90deg,var(--he-primary),var(--he-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.hello-events-wrapper :is(input,select,button):focus-visible{box-shadow:0 0 0 3px rgba(29,211,176,.35);}
.hello-sr-only{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;}
@media(max-width:900px){.hello-controls{padding:16px}.hello-filters{flex-direction:column;align-items:stretch}.hello-filter select{width:100%}.hello-filter-clear{width:100%}}
@media(max-width:768px){.hello-event-poster-button img{height:170px}.hello-events{gap:20px}.hello-event{max-width:520px}.hello-event-content{padding:12px 14px 16px}.hello-book-btn{width:100%;text-align:center}}
.hello-modal{display:none;position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.9);z-index:9999;align-items:center;justify-content:center;flex-direction:column;padding:20px;}
.hello-modal.active{display:flex;}
.hello-modal img{max-width:90%;max-height:75vh;border-radius:10px;box-shadow:0 0 36px rgba(255,107,61,.35);margin-bottom:16px;}
.hello-modal h3{color:#fff;font-weight:900;margin:0 0 6px;text-align:center;font-size:1.5rem;}
.hello-modal p{color:#ddd;margin:0 0 14px;text-align:center;}
.hello-modal a{background:linear-gradient(90deg,var(--he-primary),var(--he-secondary));color:#fff;text-decoration:none;font-weight:900;border-radius:6px;padding:10px 20px;}
.hello-modal-close{position:absolute;top:18px;right:24px;color:#fff;font-size:2rem;font-weight:900;cursor:pointer;background:none;border:none;}
