*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#111827;background:#fff;flex-direction:column;min-height:100vh;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;display:flex}main{flex:1}a{color:inherit}img{max-width:100%;display:block}.container{width:min(1120px,92%);margin:0 auto}.narrowContainer{width:min(680px,92%)}.siteHeader{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd1;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.navContainer{justify-content:space-between;align-items:center;gap:1rem;min-height:72px;display:flex}.logo{letter-spacing:-.04em;font-size:1.25rem;font-weight:900;text-decoration:none}.navLinks{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.navLinks a,.linkButton{color:#374151;font-weight:700;text-decoration:none;transition:color .15s}.navLinks a:hover,.linkButton:hover{color:#111827}.linkButton{cursor:pointer;font:inherit;background:0 0;border:0;padding:0}.hero{background:radial-gradient(circle at 0 0,#dbeafe 0,#0000 40%),#f9fafb;padding:5rem 0}.heroGrid{grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);align-items:center;gap:2rem;display:grid}.eyebrow{color:#2563eb;letter-spacing:.1em;text-transform:uppercase;margin:0 0 .7rem;font-size:.8rem;font-weight:900}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.07em;max-width:820px;margin-bottom:1.25rem;font-size:clamp(2.4rem,6vw,5rem);line-height:.98}h2{letter-spacing:-.04em;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.1}.heroText,.pageIntro{color:#4b5563;max-width:720px;font-size:1.15rem}.buttonRow{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:.75rem 1.25rem;font-weight:800;text-decoration:none;transition:background .15s,transform .1s;display:inline-flex}.button:hover{background:#1f2937}.button:active{transform:scale(.97)}.secondaryButton{color:#111827;background:#e5e7eb}.secondaryButton:hover{background:#d1d5db}.smallButton{min-height:38px;padding:.5rem 1rem;font-size:.875rem}.dangerButton{background:#dc2626}.dangerButton:hover{background:#b91c1c}.heroPanel,.formCard,.emptyState,.contactStrip,.tourCard,.adminList{background:#fff;border:1px solid #e5e7eb;border-radius:1.25rem;box-shadow:0 4px 24px #1118270f}.heroPanel,.formCard,.emptyState,.contactStrip,.adminList{padding:1.5rem}.tourCard{transition:box-shadow .2s,transform .2s;overflow:hidden}.tourCard:hover{transform:translateY(-2px);box-shadow:0 8px 32px #1118271f}.tourCardThumb{color:#2563eb;letter-spacing:-.05em;background:radial-gradient(circle at 60% 40%,#dbeafe,#eff6ff);justify-content:center;align-items:center;height:140px;font-size:2rem;font-weight:900;display:flex}.tourCardBody{padding:1.25rem}.section{padding:4rem 0}.altSection{background:#f9fafb}.sectionHeader{justify-content:space-between;align-items:end;gap:1rem;display:flex}.tourGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:2rem;display:grid}.contactStrip{justify-content:space-between;align-items:center;gap:1rem;display:flex}.siteFooter{color:#fff;background:#111827;padding:3rem 0}.footerGrid{grid-template-columns:1.2fr 1fr 1fr;gap:2rem;display:grid}.formCard form{gap:1rem;display:grid}label{color:#374151;gap:.4rem;font-weight:700;display:grid}input{width:100%;font:inherit;border:1px solid #d1d5db;border-radius:.75rem;padding:.8rem;transition:border-color .15s}input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.fileInput{width:100%;font:inherit;color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:.75rem;padding:.75rem}.fileInput::file-selector-button{color:#fff;font:inherit;cursor:pointer;background:#111827;border:0;border-radius:999px;margin-right:1rem;padding:.5rem 1rem;font-weight:700;transition:background .15s}.fileInput::file-selector-button:hover{background:#374151}.errorBox,.successBox{border-radius:.75rem;margin-bottom:1.5rem;padding:1rem;font-weight:700}.errorBox{color:#991b1b;background:#fee2e2}.successBox{color:#065f46;background:#d1fae5}.adminGrid{grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);align-items:start;gap:1.5rem;display:grid}.tableLikeList{gap:.75rem;display:grid}.tourRow{border:1px solid #e5e7eb;border-radius:1rem;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:border-color .15s;display:flex}.tourRow:hover{border-color:#d1d5db}.tourRow h3{margin-bottom:.2rem;font-size:1rem}.tourRow p{color:#6b7280;word-break:break-all;margin-bottom:0;font-size:.875rem}.tourActions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.deleteTourForm{margin:0}.viewerPage{grid-template-rows:auto 1fr;height:calc(100vh - 72px);display:grid;overflow:hidden}.viewerTopBar{background:#fff;border-bottom:1px solid #e5e7eb;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:.75rem 1.25rem;display:grid}.viewerTopBar h1{text-align:center;letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.1rem;overflow:hidden}.viewerTopBar a:last-child{justify-self:end}.tourFrame{border:0;width:100%;height:100%;min-height:0;display:block}@media (max-width:850px){.heroGrid,.adminGrid,.footerGrid,.tourGrid{grid-template-columns:1fr}.contactStrip,.navContainer,.tourRow{flex-direction:column;align-items:flex-start}.tourActions{justify-content:flex-start}.viewerTopBar{grid-template-columns:auto 1fr}.viewerTopBar h1{text-align:left}.viewerTopBar span:last-child{display:none}}
