:root{--bg-page:#120d14;--bg-container:#231925;--bg-card:#904497;--bg-card-hover:#8f719b;--border-color:#50345e;--text-primary:#f3f4f6;--text-muted:#f18bfa}body{background-color:var(--bg-page);color:var(--text-primary)}.table-wrapper{background-color:var(--bg-container);border-color:var(--border-color)}.location-table tbody td{background-color:var(--bg-card);border-color:var(--border-color)}.clickable-row:hover td{background-color:var(--bg-card-hover)}.header-container p{color:var(--text-muted)}:root{--font-sans:"Google Sans Flex", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-serif:"Playfair Display", Georgia, Cambria, "Times New Roman", serif}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}h1,h2,h3,.header-container h1{font-family:var(--font-serif);letter-spacing:.02em}p,.header-container p,.location-table,.anchored-home-btn,.location-title{font-family:var(--font-sans)}.anchored-home-btn{z-index:100;background:var(--bg-card);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-primary);border-radius:9999px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:600;text-decoration:none;transition:transform .2s,background-color .2s;display:inline-flex;position:fixed;top:1.5rem;left:1.5rem;box-shadow:0 4px 20px #00000080}.anchored-home-btn:hover{background:var(--bg-card-hover);transform:translateY(-2px)}.vertical-gallery{flex-direction:column;gap:2rem;max-width:1100px;padding:0 1rem;display:flex}.gallery-card img{border-radius:12px;width:100%;height:auto;display:block;box-shadow:0 10px 30px #00000026}.table-wrapper{box-sizing:border-box;border:1px solid #ffffff1a;border-radius:12px;width:90%;max-width:1200px;padding:0 12px}.location-table{table-layout:fixed;border-collapse:separate;border-spacing:0 12px;text-align:center;width:100%;font-size:clamp(.01rem,2vw,1.5rem);font-weight:600}.location-table th:first-child,.location-table td:first-child{width:15%}.location-table th:nth-child(2),.location-table td:nth-child(2){width:70%}.location-table th:nth-child(3),.location-table td:nth-child(3){width:15%}.location-table tbody td{border-left:1px solid #ffffff1a;border-right:1px solid #ffffff1a;padding:0}.location-table tbody tr td:first-child{border-left:1px solid #ffffff1a;border-top-left-radius:10px;border-bottom-left-radius:10px}.location-table tbody tr td:last-child{border-right:1px solid #ffffff1a;border-top-right-radius:10px;border-bottom-right-radius:10px}.table-thumb{aspect-ratio:16/4;object-fit:cover;width:100%;margin:0 auto;display:block}.location-table th,.location-table td{vertical-align:middle;padding:1rem}.page-container{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;min-height:100vh;display:flex}.location-title{padding:.75rem clamp(.5rem,1.5vw,1.25rem)!important}.header-container{text-align:center;max-width:800px;margin:0 1rem}.header-container h1{margin-bottom:.75rem;font-size:clamp(.1rem,5vw,2.5em)}.header-container p{font-size:clamp(.1rem,3vw,1.5em);line-height:1.6}.clickable-row{cursor:pointer}
