@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.error-boundary-content{background:#fff;border-radius:16px;padding:48px 32px;max-width:600px;width:100%;box-shadow:0 20px 60px #0000004d;text-align:center}.error-boundary-icon{font-size:64px;margin-bottom:16px;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.error-boundary-title{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 16px}.error-boundary-message{font-size:16px;color:#4a5568;line-height:1.6;margin:0 0 32px}.error-boundary-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.error-boundary-btn{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;outline:none}.error-boundary-btn:focus{outline:2px solid #4299e1;outline-offset:2px}.error-boundary-btn.primary{background:#4299e1;color:#fff}.error-boundary-btn.primary:hover{background:#3182ce;transform:translateY(-1px);box-shadow:0 4px 12px #4299e166}.error-boundary-btn.secondary{background:#e2e8f0;color:#2d3748}.error-boundary-btn.secondary:hover{background:#cbd5e0;transform:translateY(-1px)}.error-boundary-details{margin-top:32px;text-align:left;border-top:1px solid #e2e8f0;padding-top:24px}.error-boundary-details summary{cursor:pointer;font-weight:600;color:#4a5568;margin-bottom:12px;-webkit-user-select:none;user-select:none}.error-boundary-details summary:hover{color:#2d3748}.error-boundary-stack{background:#1a202c;color:#48bb78;padding:16px;border-radius:8px;overflow-x:auto;font-size:12px;line-height:1.5;font-family:Courier New,monospace}@media(max-width:640px){.error-boundary-content{padding:32px 20px}.error-boundary-title{font-size:24px}.error-boundary-message{font-size:14px}.error-boundary-actions{flex-direction:column}.error-boundary-btn{width:100%}}.loading-container{display:flex;justify-content:center;align-items:center;min-height:50vh;color:#64748b;gap:12px}.loading-text{font-size:14px;font-weight:500}.toast-container{position:fixed;top:24px;right:24px;z-index:10000;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast{display:flex;align-items:center;gap:12px;min-width:320px;max-width:480px;padding:16px 20px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026,0 2px 8px #0000001a;pointer-events:auto;cursor:pointer;animation:slideIn .3s ease-out;transition:transform .2s ease,opacity .2s ease}.toast:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0000002e,0 4px 12px #0000001f}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.toast-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:14px;font-weight:700}.toast-success .toast-icon{background:#10b981;color:#fff}.toast-error .toast-icon{background:#ef4444;color:#fff}.toast-warning .toast-icon{background:#f59e0b;color:#fff}.toast-info .toast-icon{background:#3b82f6;color:#fff}.toast-message{flex:1;font-size:14px;font-weight:500;color:#1f2937;line-height:1.5}.toast-close{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;cursor:pointer;font-size:20px;color:#6b7280;transition:background-color .2s ease,color .2s ease;padding:0;line-height:1}.toast-close:hover{background:#f3f4f6;color:#1f2937}.toast-success{border-left:4px solid #10b981}.toast-error{border-left:4px solid #ef4444}.toast-warning{border-left:4px solid #f59e0b}.toast-info{border-left:4px solid #3b82f6}@media(max-width:640px){.toast-container{inset:auto 16px 24px}.toast{min-width:unset;width:100%;max-width:none;padding:14px 16px;border-radius:14px;gap:10px}.toast-message{font-size:13px}.toast-icon{width:22px;height:22px;font-size:12px}.toast-close{width:28px;height:28px;min-width:28px;min-height:28px}}@supports (padding-bottom: env(safe-area-inset-bottom)){@media(max-width:640px){.toast-container{bottom:calc(24px + env(safe-area-inset-bottom))}}}:root{--guest-bg: #fffaf4;--guest-bg-alt: #fff1e3;--guest-surface: #ffffff;--guest-surface-elevated: #fffdf9;--guest-panel: #ffffff;--guest-border: rgba(96, 48, 30, .12);--guest-border-strong: rgba(96, 48, 30, .24);--guest-text: #3b2015;--guest-muted: #8a5c46;--guest-muted-alt: #b5794f;--guest-brand: #ff5c3f;--guest-brand-strong: #ff9a31;--guest-brand-soft: rgba(255, 92, 63, .15);--guest-accent: #ff9a31;--guest-accent-soft: rgba(255, 154, 49, .2);--guest-success: #4ade80;--guest-warning: #fbbf24;--guest-radius: 28px;--guest-radius-sm: 16px;--guest-shadow: 0 25px 55px rgba(255, 92, 63, .15);--guest-blur: blur(18px);--guest-font: "Montserrat", "Poppins", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif}body{background:radial-gradient(circle at 12% -10%,rgba(255,154,49,.15),transparent 55%),radial-gradient(circle at 85% 5%,rgba(255,92,63,.15),transparent 40%),linear-gradient(180deg,#fffaf4d9,#fff1e3d9);color:var(--guest-text);font-family:var(--guest-font);letter-spacing:-.01em}#root{background:transparent}.guest-shell{position:relative;min-height:100vh;overflow:visible;color:var(--guest-text)}.guest-shell__background{position:fixed;inset:0;z-index:-2;pointer-events:none;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;overflow:hidden}.guest-shell__background:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff4d,#fffaf44d 35%,#fff1e34d);z-index:1}.guest-shell__layer,.guest-shell__orb{position:absolute;pointer-events:none;z-index:2}.guest-shell__layer{inset:0;background-image:radial-gradient(circle at 20% 20%,rgba(255,154,49,.3),transparent 55%),radial-gradient(circle at 80% 0%,rgba(255,92,63,.25),transparent 45%),radial-gradient(circle at 50% 80%,rgba(255,218,193,.35),transparent 45%);filter:blur(80px)}.guest-shell__orb{width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#ff5c3f59,#ff5c3f00 70%)}.guest-shell__orb--one{top:-120px;right:10%}.guest-shell__orb--two{bottom:5%;left:-120px;background:radial-gradient(circle,#ff9a3159,#ff9a3100 70%)}.guest-shell__nav{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid var(--guest-border)}.guest-shell__nav-inner{max-width:1200px;margin:0 auto;padding:18px clamp(20px,4vw,40px);display:flex;align-items:center;gap:32px}.guest-shell__brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:var(--guest-text)}.guest-shell__brand img{width:44px;height:44px}.guest-shell__brand-text{display:flex;flex-direction:column;line-height:1.1}.guest-shell__brand-text span:first-child{font-size:14px;color:var(--guest-muted);text-transform:uppercase;letter-spacing:.2em}.guest-shell__brand-text:after{content:"San Miguel II Bypass Aguinaldo Highway\aSilang, Cavite 4118 Philippines\a(046) 414 4000";white-space:pre-line;margin-top:4px;font-size:11px;font-weight:700;color:var(--guest-text);letter-spacing:.01em;line-height:1.35;text-transform:none}.guest-shell__brand-text strong{font-size:18px;letter-spacing:.08em}.guest-shell__nav-links{margin-left:auto;display:flex;align-items:center;gap:18px}.guest-shell__link{color:var(--guest-muted);text-decoration:none;font-weight:500;padding:8px 0;position:relative;transition:color .2s ease}.guest-shell__link:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--guest-brand, #fb5c3f);transform:scaleX(0);transition:transform .2s ease}.guest-shell__link:hover{color:var(--guest-brand, #fb5c3f)}.guest-shell__link:hover:after{transform:scaleX(1)}.guest-shell__link--active{color:var(--guest-text)}.guest-shell__cta{display:inline-flex;align-items:center;gap:10px;padding:10px 20px;border-radius:999px;border:1px solid rgba(255,92,63,.3);background:linear-gradient(120deg,#ff9a3140,#ff5c3f40);color:var(--guest-text);text-decoration:none;font-weight:600;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.guest-shell__cta:hover{transform:translateY(-2px);border-color:#ff5c3f99;box-shadow:0 12px 30px #ff5c3f40}.guest-shell__hero{padding:clamp(40px,7vw,90px) clamp(20px,4vw,50px) clamp(100px,5vw,60px);max-width:1200px;margin:0 auto}.guest-hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(24px,4vw,40px);align-items:center}.guest-hero--compact{align-items:center}.guest-hero--centered .guest-hero__copy{text-align:center;align-items:center}.guest-hero__copy{display:flex;flex-direction:column;gap:18px}.guest-hero__eyebrow{font-size:0;margin:0;position:relative;height:4px;border-radius:2px}.guest-hero__eyebrow--top{font-size:14px;letter-spacing:.4em;text-transform:uppercase;color:var(--guest-muted);height:auto;width:auto;background:transparent;border-radius:0}.guest-hero__title{font-size:clamp(36px,6vw,72px);font-weight:600;line-height:1.05;margin:0}.guest-hero__title span{color:#ff5c3f}@supports (-webkit-background-clip: text) or (background-clip: text){.guest-hero__title span{background:linear-gradient(120deg,#ff9a31,#ff5c3f);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}}.guest-hero__subtitle{font-size:clamp(16px,2vw,20px);color:var(--guest-muted-alt);max-width:520px;margin:0}.guest-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.guest-hero__actions--centered{justify-content:center}.guest-btn{border:none;border-radius:999px;padding:14px 28px;font-weight:600;cursor:pointer;font-family:inherit;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.guest-btn.primary{background:linear-gradient(120deg,#ff9a31,#ff5c3f);color:#0f172a;box-shadow:0 12px 36px #ff5c3f4d}.guest-btn.primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.guest-btn.primary:not(:disabled):hover{background:linear-gradient(120deg,#e07548,#c95a38);color:#fff;transform:translateY(-2px);box-shadow:0 14px 40px #c95a3866}.guest-btn.ghost{background:transparent;color:var(--guest-text);border:1px solid var(--guest-border)}.guest-btn.ghost:hover{background:#ff5c3f1a;color:var(--guest-brand, #fb5c3f);border-color:var(--guest-brand, #fb5c3f);transform:translateY(-2px);box-shadow:0 8px 24px #ff5c3f26}.guest-chip-row{display:flex;flex-wrap:wrap;gap:10px}.guest-chip{padding:8px 16px;border-radius:999px;font-size:13px;color:var(--guest-muted);border:1px solid rgba(255,92,63,.25);background:linear-gradient(135deg,#ff9a311f,#ff5c3f14);box-shadow:0 6px 20px #ff5c3f1f}.guest-hero__panel{display:flex;flex-direction:column;gap:18px}.guest-panel{background:var(--guest-panel);border:1px solid var(--guest-border);border-radius:26px;padding:24px;box-shadow:var(--guest-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:relative}.guest-hero__panel>.guest-panel:first-child{z-index:2}.guest-panel--manage{z-index:1}.guest-panel__header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;width:100%}.guest-panel__header span:first-child{font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:12px;color:var(--guest-muted)}.guest-panel__header span:last-child{font-size:14px;color:var(--guest-muted-alt)}.guest-panel__actions{display:flex;gap:12px;margin-top:18px;width:100%}.guest-panel__actions button{flex:1;white-space:nowrap}.guest-panel__text{width:100%;margin:0 0 18px}.guest-panel__hint{margin-top:14px;padding-top:12px;border-top:1px dashed rgba(138,92,70,.28)}.guest-panel__hint-title{margin:0 0 6px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--guest-muted)}.guest-panel__hint-list{margin:0;padding-left:18px;font-size:13px;line-height:1.45;color:#6e4b39}.guest-panel__hint-list li+li{margin-top:3px}.guest-panel--micro{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;padding:20px}.guest-panel__stat{display:flex;flex-direction:column;gap:6px}.guest-panel__stat-label{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--guest-muted)}.guest-panel__stat-value{font-size:22px;font-weight:600}.guest-panel__stat-meta{font-size:13px;color:var(--guest-muted)}.guest-shell__content{max-width:1200px;margin:0 auto;padding:0 clamp(20px,4vw,50px) clamp(60px,6vw,100px);display:flex;flex-direction:column;gap:clamp(40px,6vw,80px)}.guest-section{background:#fff;border:1px solid var(--guest-border);border-radius:32px;padding:clamp(30px,4vw,50px);box-shadow:0 22px 60px #0f172a1f}.guest-section__header{display:flex;flex-direction:column;gap:10px;margin-bottom:clamp(20px,4vw,32px);align-items:center}.guest-section__eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.4em;color:var(--guest-muted);margin:0}.guest-section__title{font-size:clamp(28px,4vw,44px);margin:0}.guest-section__desc{font-size:16px;color:var(--guest-muted-alt);margin:0;max-width:620px}.guest-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(16px,3vw,28px)}.guest-metric-card{padding:22px;border-radius:24px;background:#fff;border:1px solid var(--guest-border);display:flex;flex-direction:column;gap:12px}.guest-metric-card__label{font-size:13px;text-transform:uppercase;letter-spacing:.2em;color:var(--guest-muted)}.guest-metric-card__value{font-size:34px;font-weight:600;line-height:1}.guest-metric-card__meta{font-size:14px;color:var(--guest-muted)}.guest-room-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(18px,3vw,28px)}.guest-room-card{border-radius:28px;overflow:hidden;position:relative;cursor:pointer;min-height:240px;box-shadow:0 35px 70px #0f172a2e;border:1px solid var(--guest-border);background:#fff}.guest-room-card__media{position:absolute;inset:0;z-index:0}.guest-room-card__media img{width:100%;height:100%;object-fit:cover;filter:saturate(1.05);transition:transform .5s ease}.guest-room-card__view-hint{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080;opacity:0;transition:opacity .3s ease;z-index:1}.guest-room-card__view-hint span{color:#fff;font-size:16px;font-weight:600;padding:10px 20px;background:#fff3;border:2px solid rgba(255,255,255,.5);border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.guest-room-card--clickable:hover .guest-room-card__view-hint{opacity:1}.guest-room-card:hover .guest-room-card__media img{transform:scale(1.08)}.guest-room-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000,#000000d9)}.guest-room-card__badge{position:absolute;top:20px;right:20px;background:#ffffffd9;border-radius:999px;padding:10px 18px;font-size:13px;font-weight:600;color:var(--guest-text);border:1px solid var(--guest-border)}.guest-room-card__content{position:absolute;left:24px;right:24px;bottom:24px;display:flex;flex-direction:column;gap:8px}.guest-room-card__title{font-size:24px;margin:0;color:#fff}.guest-room-card__count{font-size:14px;font-weight:500;color:#ffffffd9;background:#00000040;padding:4px 12px;border-radius:20px;width:fit-content;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.guest-room-card__meta{display:flex;justify-content:space-between;align-items:center;font-size:15px;color:#ffffffe6}.guest-room-card__cta{display:inline-flex;align-items:center;gap:10px;font-weight:600;color:#fff;opacity:.9}.guest-room-card:hover .guest-room-card__cta{opacity:1}.guest-events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.guest-event-card{border-radius:24px;overflow:hidden;position:relative;min-height:240px;text-decoration:none;color:inherit;border:1px solid var(--guest-border)}.guest-event-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.guest-event-card:hover img{transform:scale(1.05)}.guest-event-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000,#000000d9)}.guest-event-card__body{position:absolute;bottom:18px;left:18px;right:18px;display:flex;flex-direction:column;gap:6px}.guest-event-card__title{font-size:24px;margin:0;color:#fff}.guest-event-card__subtitle{margin:0;font-size:14px;color:#ffffffd9}.guest-narratives{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.guest-narrative-card{padding:20px;border-radius:20px;background:#fff;border:1px solid var(--guest-border);display:flex;flex-direction:column;gap:10px}.guest-narrative-card strong{font-size:18px}.guest-cta{text-align:center;padding:clamp(40px,6vw,70px);border-radius:34px;background:linear-gradient(135deg,#ff9a3126,#ff5c3f26);border:1px solid rgba(255,92,63,.25);display:flex;flex-direction:column;gap:16px}.guest-cta h3{margin:0;font-size:clamp(30px,4vw,42px)}.guest-footer{display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;align-items:center;margin:100px 0 0;color:var(--guest-muted);border-top:1px solid var(--guest-border)}.guest-footer-links{display:flex;flex-wrap:wrap;gap:18px}.guest-footer__inner{max-width:1200px;margin:0 auto;padding:80px clamp(20px,4vw,40px);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:32px;width:100%}.guest-footer-links a,.guest-footer-links button,.guest-footer-links .footer-link-placeholder{color:inherit;text-decoration:none;border:none;background:none;font:inherit;cursor:pointer}.guest-footer-links .footer-link-placeholder{cursor:default;opacity:.8}.guest-footer__copyright{display:inline-block}.image-viewer-overlay{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}@media(max-width:720px){.guest-shell__nav-inner{flex-wrap:wrap;gap:12px}.guest-shell__brand-text span{font-size:12px;letter-spacing:.15em}.guest-shell__brand-text:after{display:none}.guest-section{padding:24px;border-radius:24px}.guest-footer__inner{flex-direction:column;text-align:center;gap:16px}.guest-footer-links{justify-content:center}.guest-version-pill{font-size:.6rem;padding:3px 6px}.guest-version-modal{width:calc(100vw - 32px);max-width:500px}.guest-version-modal-body{padding:16px}.guest-version-commit-grid{grid-template-columns:1fr;gap:12px}.guest-version-commit-label{margin-bottom:-4px}}@media(max-width:480px){.guest-shell__nav-inner{padding:12px 16px}.guest-shell__brand img{width:36px;height:36px}.guest-shell__brand-text span{font-size:11px;letter-spacing:.12em}.guest-section{padding:20px 16px;border-radius:20px}.guest-section__title{font-size:clamp(22px,5vw,28px)}.guest-room-grid,.guest-events-grid{grid-template-columns:1fr;gap:16px}.guest-footer-links{flex-direction:column;gap:12px}.guest-footer__inner{padding:40px 20px}.guest-hero__title{font-size:clamp(28px,7vw,48px)}.guest-hero__copy{text-align:center;align-items:center}.guest-hero__subtitle{font-size:15px}.guest-hero__actions{flex-direction:column;width:100%}.guest-hero__actions .guest-btn{width:100%;justify-content:center}.guest-chip-row{justify-content:center}.guest-panel{padding:18px;border-radius:20px}.guest-panel--micro{grid-template-columns:1fr 1fr;padding:16px}.guest-room-card{min-height:200px;border-radius:20px}.guest-room-card__content{left:16px;right:16px;bottom:16px}.guest-room-card__title{font-size:20px}.guest-room-card__badge{top:12px;right:12px;padding:8px 14px;font-size:12px}.guest-version-pill{display:none}}@media(pointer:coarse){.guest-shell__link,.guest-shell__cta,button{min-height:44px;min-width:44px}.guest-btn{min-height:auto}}.guest-version-pill{margin-left:10px;font-size:.7rem;font-weight:600;letter-spacing:.03em;color:var(--guest-muted);white-space:nowrap;background:transparent;border:1px solid var(--guest-border);border-radius:8px;padding:4px 8px;cursor:pointer;transition:all .2s ease}.guest-version-pill:hover{color:var(--guest-brand);border-color:var(--guest-brand);background:var(--guest-brand-soft)}.guest-version-pill .guest-version-text{color:inherit}.guest-version-modal-overlay{position:fixed;inset:0;background:#0006;z-index:9999;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.guest-version-modal{width:min(92vw,500px);background:var(--guest-surface);border-radius:var(--guest-radius-sm);box-shadow:0 20px 48px #00000040;overflow:hidden}.guest-version-modal-titlebar{padding:16px 20px;border-bottom:1px solid var(--guest-border);display:flex;align-items:center;justify-content:space-between;background:var(--guest-bg-alt)}.guest-version-modal-title{font-weight:700;color:var(--guest-text);font-size:1.1rem}.guest-version-modal-close{border:none;background:transparent;font-size:24px;cursor:pointer;color:var(--guest-muted);line-height:1;padding:0 4px;transition:color .15s ease}.guest-version-modal-close:hover{color:var(--guest-brand)}.guest-version-modal-body{padding:20px}.guest-version-modal-loading{color:var(--guest-muted);text-align:center;padding:20px}.guest-version-modal-error{color:#dc2626;text-align:center;padding:20px}.guest-version-commit-title{margin-bottom:16px;font-weight:700;font-size:1rem;color:var(--guest-text);line-height:1.4}.guest-version-commit-grid{display:grid;grid-template-columns:80px 1fr;row-gap:10px;column-gap:12px;font-size:14px;color:var(--guest-text)}.guest-version-commit-label{color:var(--guest-muted);font-weight:500}.guest-version-monospace{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;color:var(--guest-brand)}.guest-version-commit-actions{margin-top:20px;display:flex;justify-content:flex-end}.guest-version-commit-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:var(--guest-brand);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:14px;text-decoration:none;cursor:pointer;transition:background .15s ease,transform .15s ease}.guest-version-commit-btn:hover{background:#e04a30;transform:translateY(-1px)}:root{--bp-xs: 480px;--bp-sm: 640px;--bp-md: 768px;--bp-lg: 1024px;--bp-xl: 1280px}.guest-burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:10px;background:#ff5c3f1a;border:none;border-radius:50%;cursor:pointer;z-index:100;margin-left:auto;transition:background .2s ease;-webkit-tap-highlight-color:transparent}.guest-burger:hover{background:#ff5c3f33}.guest-burger__line{display:block;width:18px;height:2px;background:#ff5c3f;border-radius:2px;will-change:transform,opacity;transform-origin:center;transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1)}.guest-burger--open .guest-burger__line:nth-child(1){transform:translateY(7px) rotate(45deg)}.guest-burger--open .guest-burger__line:nth-child(2){opacity:0;transform:scaleX(0)}.guest-burger--open .guest-burger__line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(prefers-reduced-motion:reduce){.guest-burger__line{transition:none}}.guest-mobile-overlay{display:none;position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;animation:fadeIn .3s ease}.guest-mobile-drawer{display:none;position:fixed;top:0;right:-100%;width:min(320px,85vw);height:100vh;height:100dvh;background:linear-gradient(180deg,#fffaf8,#fff);box-shadow:-10px 0 40px #00000026;z-index:999;flex-direction:column;transition:right .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;-webkit-overflow-scrolling:touch}.guest-mobile-drawer--open{right:0}.guest-mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 20px;border-bottom:1px solid rgba(255,92,63,.1);background:linear-gradient(180deg,rgba(255,154,49,.06) 0%,transparent 100%)}.guest-mobile-drawer__cta-top{padding:20px 16px 0}.guest-mobile-drawer__brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--guest-text)}.guest-mobile-drawer__brand img{width:36px;height:36px}.guest-mobile-drawer__brand span{font-weight:700;font-size:15px;letter-spacing:-.3px}.guest-mobile-drawer__close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ff5c3f14;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;color:#ff5c3f}.guest-mobile-drawer__close:hover{background:#ff5c3f26;transform:rotate(90deg)}.guest-mobile-drawer__close svg{width:20px;height:20px}.guest-mobile-drawer__links{display:flex;flex-direction:column;padding:24px 16px;gap:8px;flex:1}.guest-mobile-drawer__link{display:flex;align-items:center;gap:14px;padding:16px 20px;font-size:17px;font-weight:600;color:var(--guest-text);text-decoration:none;border-radius:16px;transition:all .2s ease;letter-spacing:-.2px}.guest-mobile-drawer__link:hover{background:#ff5c3f14;color:#ff5c3f;transform:translate(4px)}.guest-mobile-drawer__link--active{color:#ff5c3f;background:linear-gradient(135deg,#ff9a311f,#ff5c3f1f);font-weight:700}.guest-mobile-drawer__link-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ff5c3f14;border-radius:12px;flex-shrink:0}.guest-mobile-drawer__link--active .guest-mobile-drawer__link-icon{background:linear-gradient(135deg,#ff9a31,#ff5c3f)}.guest-mobile-drawer__link--active .guest-mobile-drawer__link-icon svg{color:#fff}.guest-mobile-drawer__link-icon svg{width:20px;height:20px;color:#ff5c3f}.guest-mobile-drawer__divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,92,63,.15),transparent);margin:16px 20px}.guest-mobile-drawer__footer{padding:20px 16px 24px;margin-top:auto;background:linear-gradient(180deg,transparent 0%,rgba(255,154,49,.04) 100%)}.guest-mobile-drawer__cta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 24px;background:linear-gradient(120deg,#ff9a31,#ff5c3f);color:#0f172a;text-decoration:none;font-weight:700;font-size:16px;border-radius:14px;transition:transform .2s ease,box-shadow .2s ease}.guest-mobile-drawer__cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff5c3f4d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:880px){.guest-burger{display:flex}.guest-shell__nav-links,.guest-shell__cta{display:none}.guest-mobile-overlay{display:block}.guest-mobile-drawer{display:flex}}.u-hide-mobile{display:block}.u-hide-desktop{display:none}.u-stack-mobile{display:flex;flex-direction:row}.u-full-width-mobile{width:auto}@media(max-width:768px){.u-hide-mobile{display:none}.u-hide-desktop{display:block}.u-stack-mobile{flex-direction:column}.u-full-width-mobile{width:100%}}.u-text-center-mobile{text-align:left}.u-gap-sm-mobile{gap:inherit}@media(max-width:640px){.u-text-center-mobile{text-align:center}.u-gap-sm-mobile{gap:12px}}@media(pointer:coarse){.guest-mobile-drawer__link,.guest-mobile-drawer__cta,.guest-burger{min-height:44px;min-width:44px}}.u-container{width:100%;max-width:1200px;margin:0 auto;padding-left:clamp(16px,4vw,40px);padding-right:clamp(16px,4vw,40px)}.u-section-padding{padding-top:clamp(40px,6vw,80px);padding-bottom:clamp(40px,6vw,80px)}.u-responsive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:clamp(16px,3vw,32px)}.u-responsive-flex{display:flex;flex-wrap:wrap;gap:clamp(12px,2vw,24px)}@media(max-width:480px){.u-responsive-flex{flex-direction:column}}.pwa-install-prompt{display:none;position:fixed;bottom:24px;left:24px;right:24px;max-width:400px;margin:0 auto;padding:20px;background:var(--guest-surface, #fff);border-radius:20px;box-shadow:0 20px 60px #0003;z-index:9999;animation:slideUp .4s cubic-bezier(.16,1,.3,1)}.pwa-install-prompt--visible{display:block}.pwa-install-prompt__header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.pwa-install-prompt__icon{width:48px;height:48px;border-radius:12px;object-fit:contain}.pwa-install-prompt__title{margin:0;font-size:18px;font-weight:700;color:var(--guest-text)}.pwa-install-prompt__subtitle{margin:4px 0 0;font-size:14px;color:var(--guest-muted)}.pwa-install-prompt__body{margin-bottom:20px;font-size:14px;color:var(--guest-muted);line-height:1.5}.pwa-install-prompt__actions{display:flex;gap:12px}.pwa-install-prompt__btn{flex:1;padding:14px 20px;border-radius:12px;font-weight:600;font-size:15px;cursor:pointer;transition:all .2s ease;border:none}.pwa-install-prompt__btn--primary{background:linear-gradient(120deg,#ff9a31,#ff5c3f);color:#0f172a}.pwa-install-prompt__btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff5c3f4d}.pwa-install-prompt__btn--secondary{background:var(--guest-bg-alt, #f5f5f5);color:var(--guest-text)}.pwa-install-prompt__btn--secondary:hover{background:var(--guest-border)}.pwa-install-prompt__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--guest-muted);transition:background .2s ease}.pwa-install-prompt__close:hover{background:var(--guest-bg-alt)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.pwa-install-prompt{left:12px;right:12px;bottom:12px}.pwa-install-prompt__actions{flex-direction:column}}@supports (padding-bottom: env(safe-area-inset-bottom)){.pwa-install-prompt,.guest-mobile-drawer__footer{padding-bottom:calc(20px + env(safe-area-inset-bottom))}}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}@supports (padding: env(safe-area-inset-bottom)){body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.guest-shell__content,.guest-footer{padding-bottom:env(safe-area-inset-bottom)}}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.hidden{display:none}.center{display:grid;place-items:center}button{font:inherit;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}:focus-visible{outline-color:var(--guest-brand)}:root{--color-bg: var(--guest-bg);--color-panel: var(--guest-panel);--color-line: var(--guest-border);--color-text: var(--guest-text);--color-muted: var(--guest-muted);--color-accent: var(--guest-brand);--brand-orange-1: var(--guest-brand);--brand-orange-2: var(--guest-brand-strong);--container: 1100px;--gap: 16px;--radius: 14px;--shadow: var(--guest-shadow);--shadow-hover: 0 12px 28px rgba(0, 0, 0, .08)}.public-home{overflow-x:hidden;background:var(--guest-bg)}.public-home img{width:100%;height:100%;object-fit:cover;object-position:center;max-width:100%;height:auto;background:none}.guest-header{position:sticky;top:0;z-index:40;border-bottom:none;background:transparent}.guest-header:before{content:none}.guest-header-inner{max-width:var(--container);margin:0 auto;padding:10px var(--gap);display:grid;grid-template-columns:auto 1fr;align-items:center;gap:var(--gap);position:relative;z-index:1}.guest-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.guest-logo{width:36px;height:36px;object-fit:contain}.guest-brand-text{font-weight:800;color:#0f172a;font-size:16px}.guest-nav{display:grid;grid-auto-flow:column;align-items:center;justify-content:end;gap:14px}.guest-burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:10px;background:#ff5c3f1f;border:none;border-radius:50%;cursor:pointer}.guest-burger__line{display:block;width:18px;height:2px;background:#ff5c3f;border-radius:2px}.guest-nav-list{list-style:none;display:inline-flex;gap:12px;margin:0;padding:0}.guest-nav-link{padding:8px 10px;border-radius:10px;text-decoration:none;color:#374151}.guest-nav-link:hover,.guest-nav-link.active{background:#f3f4f6;color:#0f172a}.guest-cta{margin-left:6px}@media(max-width:880px){.guest-nav-list,.guest-cta{display:none}.guest-burger{display:flex}}.lhc-header{position:relative;z-index:60;color:#fff;background:transparent;border:none;overflow:visible;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.lhc-header:after{content:none}.lhc-header-inner{max-width:1400px;margin:0 auto;padding:0 clamp(20px,8vw,120px);height:80px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.lhc-logo-link{display:inline-flex;align-items:center;text-decoration:none;transition:opacity .2s ease;height:100%;padding:4px 0}.lhc-logo-link:hover{opacity:.8}.lhc-logo{height:100%;max-height:92px;width:auto;object-fit:contain}.lhc-nav{display:flex;align-items:center;gap:40px}.lhc-nav-link{position:relative;text-decoration:none;color:#fff;font-size:16px;font-weight:600;padding:8px 0;transition:color .3s ease,opacity .3s ease}.lhc-nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#fb5c3f;transition:width .3s ease}.lhc-nav-link:hover{color:#fb5c3f;opacity:1}.lhc-nav-link:hover:after{width:100%}@media(max-width:768px){.lhc-header-inner{padding:0 20px;height:70px}.lhc-logo-link{padding:4px 0}.lhc-logo{max-height:62px}.lhc-nav{gap:20px}.lhc-nav-link{font-size:14px}}@media(max-width:580px){.lhc-header-inner{flex-direction:column;align-items:center;justify-content:center;padding:12px 16px 18px;height:auto;gap:6px}.lhc-logo-link{display:none}.lhc-nav{gap:16px;width:100%;justify-content:center;flex-wrap:wrap;margin-top:4px;background:#00000059;padding:8px 18px;border-radius:999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.lhc-nav-link{font-size:12px;padding:6px 0}.public-hero{margin-top:0;padding-top:200px;padding-bottom:60px}.public-hero-inner{padding:0 16px;gap:32px;text-align:center}.hero-content,.public-hero .date-filter-section,.manage-section-hero{width:100%;margin-top:8px}.hero-title{font-size:clamp(26px,7vw,36px)}.hero-manage-card,.date-filter-wrapper{max-width:100%}}.public-hero{background-size:cover;background-position:center;background-repeat:no-repeat;padding:150px 0 60px;margin-top:-80px;position:relative;overflow:visible;z-index:5}.public-hero:before{content:"";position:absolute;left:0;right:0;top:0;height:100%;background:#000000bf;pointer-events:none;z-index:0}.public-hero:after{content:none}.public-hero-inner{max-width:1400px;margin:0 auto;padding:0 40px;display:flex;flex-direction:column;align-items:center;gap:32px;position:relative;z-index:1}@media(max-width:768px){.public-hero{margin-top:0;padding-top:170px}}.hero-brand-text{display:none}.hero-content{text-align:center;color:#fff;max-width:800px;animation:fadeInUp .8s ease-out;text-shadow:0 6px 18px rgba(0,0,0,.35)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:clamp(25.6px,4vw,41.6px);font-weight:900;margin:0 0 12px;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.15);letter-spacing:-.5px}.hero-title-break{display:block;margin-top:4px}.hero-subtitle{font-size:clamp(16px,2vw,20px);font-weight:400;margin:0;opacity:.95;line-height:1.6;text-shadow:0 1px 4px rgba(0,0,0,.1)}.public-hero .date-filter-section{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:720px;position:relative;z-index:200}.public-hero .date-filter-cta{font-size:clamp(16px,2vw,20px);font-weight:700;color:#fff;margin:0;text-align:center;text-shadow:0 4px 18px rgba(0,0,0,.4);opacity:1;letter-spacing:-.3px;animation:fadeInUp .8s ease-out .2s backwards}.public-hero .date-filter-wrapper{position:relative;z-index:200}.manage-section-hero{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:720px}.manage-cta{font-size:clamp(16px,2vw,20px);font-weight:700;color:#fff;margin:0;text-align:center;text-shadow:0 4px 18px rgba(0,0,0,.4);opacity:1;letter-spacing:-.3px;animation:fadeInUp .8s ease-out .4s backwards}.hero-manage-card{display:flex;align-items:center;gap:14px;width:100%;max-width:400px;padding:14px 18px;background:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;box-shadow:0 4px 16px #0000001a;text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-manage-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.hero-manage-visual,.hero-manage-overlay{display:none}.hero-manage-content{flex:1;display:flex;align-items:center;gap:14px}.hero-manage-icon{width:40px;height:40px;border-radius:8px;background:#fb5c3f;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-manage-title{font-size:18px;font-weight:500;margin:0 0 2px;color:#1a202c}.hero-manage-subtitle{font-size:14px;color:#64748b;margin:0}.hero-manage-arrow{margin-left:auto;width:36px;height:36px;border-radius:50%;background:#f1f5f9;color:#fb5c3f;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.hero-manage-card:hover .hero-manage-arrow{background:#fb5c3f;color:#fff;transform:translate(4px)}.hero-features{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;max-width:900px;animation:fadeInUp .8s ease-out .2s backwards}.feature-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;color:#fff;font-weight:600;font-size:14px;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.feature-pill:hover{background:#ffffff59;transform:translateY(-2px);box-shadow:0 8px 16px #00000026}.feature-pill svg{flex-shrink:0}.date-filter-wrapper{display:flex;justify-content:center;width:100%;max-width:720px}.date-filter{display:flex;align-items:center;gap:10px;margin:0 auto;width:fit-content;max-width:100%;background:transparent;padding:0;border:0;box-shadow:none}.pf-field{position:relative;display:grid;grid-template-rows:auto auto;grid-template-columns:1fr;row-gap:4px;align-content:center;background:#fff;border-radius:10px;padding:8px 36px 10px 12px;min-height:56px;box-shadow:0 6px 14px #0000001f;cursor:pointer;overflow:hidden}.pf-field:after{content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%);width:18px;height:18px;opacity:.85;pointer-events:none;background:no-repeat center / 18px 18px url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='18' rx='2' ry='2'/><line x1='16' y1='2' x2='16' y2='6'/><line x1='8' y1='2' x2='8' y2='6'/><line x1='3' y1='10' x2='21' y2='10'/></svg>")}.pf-label{grid-row:1;grid-column:1;position:static;font-size:12px;font-weight:700;color:#222;line-height:1.1;pointer-events:none}.pf-value,.pf-placeholder{grid-row:2;grid-column:1;position:static;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.pf-value{color:#111}.pf-placeholder{color:#9aa0a6}.pf-input{position:absolute;inset:0;opacity:0;pointer-events:none;border:0;outline:none;background:transparent;font:inherit}.pf-input::selection{background:transparent}.pf-input::-webkit-datetime-edit,.pf-input::-webkit-datetime-edit-text,.pf-input::-webkit-datetime-edit-year-field,.pf-input::-webkit-datetime-edit-month-field,.pf-input::-webkit-datetime-edit-day-field{color:transparent;background:transparent}.pf-input[type=date]:valid{color:inherit;user-select:none;-webkit-user-select:none;-moz-user-select:none;caret-color:transparent;pointer-events:none}.pf-input[type=date]:valid::selection{background:transparent}.pf-input[type=date]:valid::-webkit-datetime-edit,.pf-input[type=date]:valid::-webkit-datetime-edit-text,.pf-input[type=date]:valid::-webkit-datetime-edit-year-field,.pf-input[type=date]:valid::-webkit-datetime-edit-month-field,.pf-input[type=date]:valid::-webkit-datetime-edit-day-field{color:inherit}.pf-search{width:56px;height:56px;border:0;border-radius:10px;background:#fb5c3f;color:#fff;display:grid;place-items:center;box-shadow:0 6px 14px #0000001f;cursor:pointer}@media(max-width:420px){.date-filter{gap:8px}.pf-field{flex-basis:150px;min-width:120px;padding:7px 9px}.pf-search{width:36px;height:36px}.public-hero{margin-top:0;padding:150px 0 40px}.public-hero-inner{padding:0 16px;gap:32px}.hero-manage-icon{width:36px;height:36px}.hero-manage-title{font-size:16px}.hero-manage-subtitle{font-size:13px}.hero-manage-arrow{width:32px;height:32px}.feature-pill{font-size:13px;padding:8px 16px}}.public-section{background:#fff;max-width:1400px;margin:0 auto;padding:60px 100px}@media(max-width:768px){.public-section{padding:40px 30px}}@media(max-width:580px){.public-section{padding:30px 20px}}.section-header{text-align:center;max-width:700px;margin:0 auto 48px}.section-title{font-size:clamp(22.4px,2.8vw,33.6px);font-weight:900;margin:0 0 12px;color:#1a202c;letter-spacing:-.5px}.section-description{font-size:clamp(16px,1.8vw,18px);color:#64748b;margin:0;line-height:1.6}.rooms-section{background:linear-gradient(to bottom,#fff,#f8fafc);position:relative;z-index:1;padding-bottom:0}.rooms-grid{gap:32px}.rooms-section .room-card{display:block;text-decoration:none;color:inherit;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;animation:fadeInScale .6s ease-out forwards;aspect-ratio:16 / 10}@keyframes fadeInScale{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.rooms-section .room-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.rooms-section .room-card-img{aspect-ratio:16 / 10;overflow:hidden;position:relative;background:#f1f5f9;width:100%;height:100%}.rooms-section .room-card-badge{position:absolute;top:16px;right:16px;padding:6px 14px;border-radius:999px;background:#00000080;color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.02em;z-index:3;text-transform:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.rooms-section .room-card-img img{width:100%;height:100%;min-height:100%;object-fit:cover;object-position:center;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}.rooms-section .room-card:hover .room-card-img img{transform:scale(1.08)}.rooms-section .room-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.4) 50%,transparent 100%);opacity:1;transition:opacity .4s ease}.rooms-section .room-card:hover .room-card-overlay{opacity:1;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.5) 50%,transparent 100%)}.rooms-section .room-card-content{position:absolute;bottom:0;left:0;right:0;padding:24px;z-index:2;text-align:center}.rooms-section .room-card-title{font-size:28px;font-weight:600;margin:0;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3)}.rooms-section .room-card-subtitle{font-size:14px;color:#64748b;margin:0 0 16px}.rooms-section .room-card-arrow{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#fb5c3f;color:#fff;transition:all .3s ease}.rooms-section .room-card:hover .room-card-arrow{background:#fb5c3f;transform:translate(4px)}.manage-section{background:#f8fafc}.events-section{background:#fff;padding-bottom:100px}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}.events-grid.single{grid-template-columns:minmax(0,1fr);justify-items:center}.events-grid.single .event-card-link-wrapper{width:100%;max-width:720px;margin:0 auto}.events-grid.single .event-card-modern{width:100%;aspect-ratio:21 / 9;min-height:120px}@media(max-width:768px){.events-grid.single .event-card-modern{aspect-ratio:16 / 10;min-height:80px}}.event-card-modern{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:16 / 10;background:#f1f5f9;box-shadow:0 4px 20px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1)}.event-card-modern:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001f}.event-card-img{position:relative;width:100%;height:100%;min-height:250px}.events-grid.single .event-card-img{min-height:125px}@media(max-width:768px){.events-grid.single .event-card-img{min-height:90px}}.event-card-img img{width:100%;height:100%;min-height:100%;object-fit:cover;object-position:center;display:block;transition:transform .6s ease}.event-card-modern:hover .event-card-img img{transform:scale(1.05)}.event-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 60%)}.event-card-badge{position:absolute;top:16px;right:16px;padding:8px 16px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;font-size:12px;font-weight:700;color:#fb5c3f;box-shadow:0 4px 12px #0000001a}.event-card-link-wrapper{display:block;text-decoration:none;color:inherit}.event-card-content{position:absolute;inset:auto 0 0;padding:24px;z-index:1;display:flex;flex-direction:column;gap:6px}.event-card-title{margin:0;font-size:20px;font-weight:700;color:#fff}.event-card-subtitle{margin:0;font-size:15px;font-weight:500;color:#ffffffeb}.cta-section{background:#fb5c3f;padding:clamp(30px,5vw,40px) clamp(20px,8vw,120px);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:-20%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%}.cta-content{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:1}.cta-title{font-size:clamp(32px,4vw,28px);font-weight:500;color:#fff;margin:0 0 16px;text-shadow:0 2px 8px rgba(0,0,0,.15)}.cta-subtitle{font-size:clamp(16px,2vw,20px);color:#fffffff2;margin:0 0 32px;line-height:1.6}.cta-button{display:inline-flex;align-items:center;gap:10px;padding:10px 32px;background:#fff;color:#fb5c3f;border:none;border-radius:50px;font-size:18px;font-weight:700;cursor:pointer;box-shadow:0 8px 24px #00000026;transition:all .3s cubic-bezier(.4,0,.2,1)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0003;background:#fefefe}.cta-button:active{transform:translateY(-1px)}.public-footer{padding:40px 20px 60px;text-align:center;color:#6b7280;font-size:.95rem}.public-footer-links{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:10px}.public-footer-link{color:inherit;text-decoration:none;font-weight:500}.public-footer-link:hover{color:#f97316}.public-footer-copy{margin:0}.public-h2{font-size:clamp(18px,2vw,22px);font-weight:800;margin:6px 0 12px}.public-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.type-card{display:block;text-decoration:none;color:inherit;border-radius:14px;overflow:hidden;box-shadow:0 5px 16px #0000001f;background:#fff;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;will-change:transform,box-shadow}.type-card:focus,.type-card:focus-visible{outline:3px solid rgba(234,122,82,.18);outline-offset:4px}.type-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 14px 34px #0000001f}.type-card:active{transform:translateY(-2px) scale(.995)}.type-card-img{aspect-ratio:16 / 9;min-height:150px;background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;transition:transform .22s ease,filter .22s ease}.type-card:hover .type-card-img{transform:scale(1.03)}.type-card-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:clamp(18px,2.6vw,24px);font-weight:700;color:#fff;text-shadow:0 4px 12px rgba(0,0,0,.6)}.events-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.event-card{aspect-ratio:16 / 9;min-height:140px;border-radius:14px;box-shadow:0 5px 16px #0000001f;overflow:hidden;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.event-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 14px 34px #0000001f}.event-card:active{transform:translateY(-2px) scale(.995)}.event-card:focus-visible{outline:3px solid rgba(0,0,0,.08);outline-offset:3px}@media(max-width:720px){.public-hero{padding:30px 0 40px}.public-hero-inner{padding:0 20px}.hero-title{font-size:32px}.hero-subtitle{font-size:16px}.hero-features{gap:8px}.feature-pill{padding:8px 14px;font-size:12px}.feature-pill svg{width:16px;height:16px}.pf-field{width:100%}.public-section{padding:40px 20px}.section-title{font-size:28px}.section-description{font-size:15px}.rooms-grid{gap:20px}.manage-title{font-size:24px}.events-grid{gap:20px}.cta-section{padding:60px 20px}.cta-title{font-size:28px}.cta-subtitle{font-size:16px}.cta-button{padding:14px 28px;font-size:16px}.hero-manage-card{padding:16px;gap:16px}.hero-manage-visual{width:70px;height:70px}.hero-manage-icon{width:44px;height:44px}.hero-manage-icon svg{width:24px;height:24px}.hero-manage-title{font-size:16px}.hero-manage-subtitle{font-size:13px}}@media(max-width:480px){.hero-features{max-width:100%}.feature-pill{flex:1 1 calc(50% - 8px);justify-content:center}.rooms-grid{grid-template-columns:1fr}.hero-manage-card,.hero-manage-content{flex-direction:column;text-align:center}.hero-manage-arrow{margin-left:0}.manage-icon{width:56px;height:56px}.manage-icon svg{width:28px;height:28px}.public-section{padding:24px 16px;border-radius:20px}.section-header{margin-bottom:32px}.section-title{font-size:clamp(20px,5vw,28px)}.events-grid{grid-template-columns:1fr}.event-card-content{padding:16px}.event-card-title{font-size:18px}.cta-content{padding:0 8px}.cta-title{font-size:clamp(22px,5vw,28px)}.cta-subtitle{font-size:14px}.cta-button{width:100%;justify-content:center}.public-footer{padding:30px 16px 40px}.public-footer-links{flex-direction:column;gap:12px}}.avail-dates{max-width:1400px;margin:12px auto 8px;padding:0 40px;display:flex;gap:10px;align-items:center;justify-content:center}.pf-field.pf-display{cursor:default}.pf-field.pf-display:after{display:none}.pf-field:hover{transform:translateY(-2px);box-shadow:0 10px 26px #0000001f}.pf-field:active{transform:translateY(0)}.pf-field:focus-visible{outline:3px solid rgba(234,122,82,.14);outline-offset:4px}.pf-search{transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.pf-search:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 10px 26px #00000024}.pf-search:active{transform:translateY(0) scale(.99)}.pf-search:focus-visible{outline:3px solid rgba(234,122,82,.14);outline-offset:4px}.tint-50{position:absolute;inset:0;background:#00000080}.btn-home{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:14px;background:#fb5c3f;color:#fff;text-decoration:none;font-weight:800;box-shadow:0 6px 18px #0000001f}.btn-home:hover{filter:brightness(1.03)}.btn-home:active{transform:translateY(1px)}.btn-home:focus-visible{outline:3px solid rgba(234,122,82,.24);outline-offset:3px}.btn-lookup{margin-left:8px;padding:10px 16px;box-shadow:none;border:0;transform:none;background:#fb5c3f}.btn-lookup[disabled]{opacity:.6;cursor:not-allowed;filter:grayscale(10%) brightness(.95)}.btn-lookup:hover{box-shadow:none;transform:none;filter:brightness(1.03)}.btn-lookup:active{transform:none}.manage-input{background:#f1f5f9;color:#fb5c3f;caret-color:#fb5c3f;font-weight:800}.booking-item-row{background:#fffbf5;padding:24px;border-radius:16px;border:2px solid #fb5c3f20;transition:all .3s;box-shadow:0 2px 8px #fb5c3f14}.booking-item-grid{display:grid;gap:16px;align-items:end}.booking-item-grid:not(.editing){grid-template-columns:1fr 2fr auto}.booking-item-grid.editing{grid-template-columns:1fr 1fr 1fr auto}@media(max-width:900px){.booking-item-grid:not(.editing){grid-template-columns:1fr;gap:20px}.booking-item-grid.editing{grid-template-columns:1fr;gap:16px}}@media(max-width:640px){.booking-item-row{padding:20px}}.manage-input::placeholder{color:#fb5c3f;opacity:.8}.manage-input:focus{outline:none;box-shadow:0 0 0 3px #ea6a5540;border-color:#fb5c3f}.public-footer-link.as-button{background:none;border:none;cursor:pointer;font:inherit}.credits-modal-backdrop{position:fixed;inset:0;background:#0f172a59;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:200;padding:1.5rem}.credits-modal{background:#fff;border-radius:20px;border:1px solid rgba(184,110,83,.15);box-shadow:0 25px 50px #00000014;max-width:540px;width:100%;animation:fadeInUp .25s ease-out;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Poppins,sans-serif}.credits-modal *{font-family:inherit}.credits-modal-header{padding:1.25rem 1.5rem .5rem;display:block;position:relative}.credits-modal-title{font-weight:700;font-size:1.1rem;color:#1f2937;line-height:1.3;padding-right:30px}.credits-modal-subtitle{font-size:.75rem;color:#94a3b8;margin-top:.25rem}.credits-modal-close{background:none;border:none;font-size:1.2rem;line-height:1;cursor:pointer;color:#94a3b8;position:absolute;top:12px;right:14px;padding:4px;transition:transform .2s ease,color .2s ease}.credits-modal-close:hover{color:#f6a545}.credits-modal-close:active{transform:scale(.9)}.credits-modal-body{padding:.75rem 1.5rem 1.5rem;font-size:.9rem;color:#475569;line-height:1.6}.credits-role{margin-bottom:.75rem}.credits-role:last-child{margin-bottom:0}.credits-role strong{color:#1f2937}.credits-modal-body a{color:#0f172a;text-decoration:none}.credits-modal-body a:hover{color:#f97316}.credits-modal-footer{padding:.5rem 1.25rem 1.25rem;display:flex;justify-content:flex-end}.credits-close-btn{border:none;border-radius:999px;padding:8px 20px;background:#b86e53;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.credits-close-btn:hover{background:linear-gradient(135deg,#f8b063,#ef854b);box-shadow:0 10px 20px #ef854b59;transform:translateY(-2px)}.credits-close-btn:active{transform:translateY(0);box-shadow:none}.credits-dash{display:inline;margin:0 2px}.credits-mail{text-decoration:none}.nowrap{white-space:nowrap}@media(max-width:540px){.credits-modal-backdrop{padding:60px 16px 16px;align-items:flex-start}.credits-modal{border-radius:16px;max-height:calc(100vh - 120px);overflow-y:auto}.credits-modal-header{padding:1rem 1rem .5rem}.credits-modal-title{font-size:1rem;padding-right:28px}.credits-modal-subtitle{font-size:.7rem}.credits-modal-close{top:10px;right:10px}.credits-modal-body{padding:.5rem 1rem 1rem;font-size:.85rem}.credits-modal-footer{padding:.5rem 1rem 1rem}.credits-close-btn{width:100%;padding:12px 20px}.nowrap{white-space:normal}}.offline-banner{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(100px);background:#1e293b;color:#fff;padding:12px 20px;border-radius:99px;box-shadow:0 10px 25px -5px #0000004d;display:flex;align-items:center;gap:12px;z-index:9999;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;opacity:0;transition:all .4s cubic-bezier(.16,1,.3,1);pointer-events:none}.offline-banner.is-offline{transform:translate(-50%) translateY(0);opacity:1;pointer-events:auto}.offline-icon{width:20px;height:20px;fill:#f87171}
