body,html{background-color:#f8fafc;padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box}main{padding:5rem 0;flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center}code{background:#e2e8f0;border-radius:5px;padding:.75rem;font-family:Menlo,Monaco,Lucida Console,Courier New,monospace}.container{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}:root{--maxw:960px;--link:#0a66c2;--muted:#eee}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#111}.container{max-width:var(--maxw);margin:0 auto;padding:2rem 1rem}.site-footer,.site-header{border-bottom:1px solid var(--muted);padding:1rem}.site-footer{border-top:1px solid var(--muted);border-bottom:none;text-align:center}.nav{display:flex;gap:1rem;max-width:var(--maxw);margin:0 auto}.nav a{text-decoration:none;color:inherit;padding:.25rem .5rem;border-radius:6px}.nav a:hover{background:#f6f6f6}.nav a.active{color:white;background:#111}.tour-list{list-style:none;padding:0;margin:0}.tour-item{padding:.75rem 0;border-bottom:1px solid var(--muted)}