*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #3800a0;--accent: #f6de00;--surface: #5001d4;--surface-2: #6001ff;--border: #8a50ff;--text: #ffffff;--muted: rgba(255,255,255,.65);--font: "Montserrat", "Segoe UI", system-ui, sans-serif;--radius: 12px;--max-w: 520px}html{font-family:var(--font);color:var(--text)}body{min-height:100vh;padding-bottom:env(safe-area-inset-bottom);background:linear-gradient(180deg,var(--surface-2) 0%,var(--primary) 45%,#1a0060 100%) fixed;background-size:100% 100vh}.app{max-width:var(--max-w);margin:0 auto;min-height:100vh;display:flex;flex-direction:column}.tour-header{background:#00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.12);padding:.85rem 1.25rem;display:flex;align-items:center;gap:.75rem;position:sticky;top:0;z-index:5}.tour-header-logo{height:36px;width:auto;object-fit:contain}.tour-header-logo-text{font-weight:800;font-size:1.1rem;color:var(--accent)}.tour-header-title{flex:1;font-size:.85rem;color:var(--muted);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-bar{height:4px;background:#ffffff26}.progress-bar-fill{height:100%;background:var(--accent);transition:width .3s}.screen{flex:1;padding:1.5rem 1.25rem}.code-entry{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.code-entry h1{font-size:1.6rem;font-weight:800;margin-bottom:.5rem}.code-entry p{color:var(--muted);margin-bottom:2rem}.code-input{text-align:center;font-size:1.5rem;font-weight:700;letter-spacing:4px;text-transform:uppercase;width:100%;max-width:280px;padding:.75rem 1rem;border:2px solid var(--border);border-radius:var(--radius);background:#00000040;color:var(--text);outline:none;margin-bottom:1rem}.code-input::placeholder{color:var(--muted)}.code-input:focus{border-color:var(--accent)}.overview-hero{background:#0000004d;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}.overview-hero h1{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.overview-hero p{opacity:.85;font-size:.9rem;line-height:1.5}.overview-meta{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.overview-meta span{font-size:.8rem;opacity:.8}.stop-list{margin-bottom:1.5rem}.stop-list-item{display:flex;align-items:center;gap:.75rem;padding:.75rem .5rem;border-bottom:1px solid rgba(255,255,255,.1);border-radius:4px}.stop-list-item:nth-child(odd){background:linear-gradient(180deg,#ffffff1f,#0000001f)}.stop-list-item:nth-child(2n){background:linear-gradient(180deg,#0000001f,#ffffff1f)}.stop-num{width:28px;height:28px;border-radius:50%;background:#ffffff26;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.stop-name{font-weight:600;font-size:.9rem}.stop-title{font-size:1.25rem;font-weight:800;margin-bottom:.25rem}.stop-progress{font-size:.8rem;color:var(--muted);margin-bottom:1.5rem}.nav-hint{background:#f6de001f;border:1px solid rgba(246,222,0,.4);border-radius:var(--radius);padding:.85rem 1rem;margin-bottom:1.25rem;font-size:.88rem;line-height:1.5;display:flex;gap:.75rem;align-items:flex-start}.nav-hint-icon{font-size:1.2rem;flex-shrink:0}.card{margin-bottom:1.25rem}.card-text{line-height:1.65;font-size:.95rem;white-space:pre-wrap}.card-text strong{font-weight:700;color:var(--accent)}.card-text em{font-style:italic;color:#67e8f9}.card-img{border-radius:var(--radius);overflow:hidden}.card-img img{width:100%;display:block}.card-img-caption{font-size:.8rem;color:var(--muted);padding:.4rem .75rem;background:#0000004d;text-align:center}.card-map{background:#f6de001a;border:1px solid rgba(246,222,0,.3);border-radius:var(--radius);padding:.85rem 1rem;font-size:.9rem;line-height:1.5}.card-map a{color:var(--accent);text-decoration:underline;font-size:.82rem;display:block;margin-top:.5rem}.question-prompt{font-weight:700;margin-bottom:.75rem;font-size:.95rem}.question-options{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.q-option{border:2px solid var(--border);border-radius:var(--radius);padding:.65rem 1rem;text-align:left;background:#0003;color:var(--text);font-size:.9rem;cursor:pointer;font-family:var(--font);transition:border-color .15s,background .15s}.q-option:hover{border-color:var(--accent)}.q-option.correct{border-color:var(--accent);background:#f6de0026;color:var(--accent);font-weight:600}.q-option.wrong{border-color:#f87171;background:#f871711a;color:#fca5a5}.q-result{font-size:.85rem;margin-top:.5rem;font-weight:600}.q-result.pass{color:var(--accent)}.q-result.fail{color:#f87171}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;border-radius:var(--radius);font-family:var(--font);font-size:1rem;font-weight:700;cursor:pointer;border:none;transition:opacity .15s,transform .1s;width:100%;margin-bottom:.5rem}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--accent);color:#1a0060}.btn-primary:hover:not(:disabled){opacity:.9}.btn-outline{background:transparent;color:var(--accent);border:2px solid var(--accent)}.btn-outline:hover{background:#f6de001a}.stop-divider{height:1px;background:#ffffff1f;margin:2rem 0}.stop-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.complete{text-align:center;padding:3rem 1.25rem}.complete-icon{font-size:4rem;margin-bottom:1rem}.complete h1{font-size:1.8rem;font-weight:800;margin-bottom:.5rem}.complete p{color:var(--muted);font-size:.95rem}.error-text{color:#f87171;font-size:.85rem;margin-top:.5rem;text-align:center}.browse-intro{color:var(--muted);font-size:.88rem;margin-bottom:1rem}.stop-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}.stop-card{border:2px solid var(--border);border-radius:var(--radius);padding:1rem;cursor:pointer;transition:border-color .15s;display:flex;flex-direction:column;gap:.5rem}.stop-card:nth-child(odd){background:linear-gradient(180deg,#ffffff1f,#0000001f)}.stop-card:nth-child(2n){background:linear-gradient(180deg,#0000001f,#ffffff1f)}.stop-card:hover{border-color:var(--accent)}.stop-card:active{transform:scale(.97)}.stop-card.visited{border-color:var(--accent);background:#f6de0014}.stop-card.visited .stop-num{background:var(--accent);color:#1a0060}.stop-card-title{font-weight:700;font-size:.88rem;line-height:1.3}.back-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--muted);font-size:.85rem;cursor:pointer;margin-bottom:1.25rem}.back-link:hover{color:var(--accent)}.stop-list-item.done .stop-num{background:var(--accent);color:#1a0060}.landing{display:flex;flex-direction:column;min-height:100vh}.landing-hero{padding:3.5rem 1.5rem 3rem;display:flex;flex-direction:column;align-items:center;text-align:center}.landing-logo{width:100px;height:100px;border-radius:50%;border:3px solid rgba(246,222,0,.5);object-fit:cover;margin-bottom:1.5rem;background:#fff}.landing-logo-text{font-size:1.1rem;font-weight:800;color:var(--accent);margin-bottom:1rem}.landing-title{font-size:1.7rem;font-weight:800;color:#fff;margin:0 0 .5rem;line-height:1.2}.landing-location{font-size:.85rem;color:var(--muted);margin:0}.landing-body{flex:1;padding:2.5rem 1.5rem 2rem;display:flex;flex-direction:column;align-items:center;max-width:var(--max-w);width:100%;margin:0 auto}.landing-description{font-size:.95rem;line-height:1.7;color:#ffffffd9;text-align:center;margin-bottom:1.75rem}.landing-meta{width:100%;margin-bottom:2rem;display:flex;flex-direction:column;gap:.6rem}.landing-meta-item{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:var(--muted)}.landing-meta-icon{font-size:1rem;flex-shrink:0}.landing-cta{font-size:1.05rem;padding:.9rem 2rem}.preview-switcher{display:flex;gap:0;background:#0006;border-bottom:1px solid rgba(255,255,255,.1)}.preview-btn{flex:1;padding:.5rem .25rem;border:none;background:none;color:var(--muted);font-size:.75rem;font-family:var(--font);font-weight:600;cursor:pointer;border-right:1px solid rgba(255,255,255,.08);transition:background .15s,color .15s}.preview-btn:last-child{border-right:none}.preview-btn.active{background:#f6de0026;color:var(--accent)}.preview-btn:hover:not(.active){background:#ffffff0f;color:var(--text)}.tour-choice-label{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.75rem;width:100%}.tour-choice-list{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-bottom:.5rem}.tour-choice-card{display:flex;align-items:center;gap:1rem;background:#ffffff14;border:2px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:1rem 1.1rem;cursor:pointer;transition:border-color .15s,background .15s;text-align:left}.tour-choice-card:hover{border-color:var(--accent);background:#f6de0014}.tour-choice-card:active{transform:scale(.98)}.tour-choice-icon{font-size:1.8rem;flex-shrink:0}.tour-choice-body{flex:1;min-width:0}.tour-choice-title{font-size:1rem;font-weight:800;margin-bottom:.15rem}.tour-choice-badge{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--accent);margin-bottom:.35rem}.tour-choice-desc{font-size:.82rem;color:var(--muted);line-height:1.4}.tour-choice-arrow{font-size:1.1rem;color:var(--muted);flex-shrink:0}.landing-form-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1.5rem}.booking-form{width:100%;max-width:360px;text-align:left}.booking-form h2{font-size:1.4rem;font-weight:800;margin-bottom:.35rem}.booking-form-sub{color:var(--muted);font-size:.9rem;margin-bottom:1.5rem}.booking-label{display:flex;flex-direction:column;gap:.35rem;font-size:.88rem;font-weight:600;color:#ffffffe6;margin-bottom:1rem}.booking-required{color:var(--accent)}.booking-input{padding:.65rem .9rem;border:2px solid var(--border);border-radius:var(--radius);font-size:.95rem;font-family:var(--font);background:#00000040;color:var(--text);outline:none;width:100%}.booking-input::placeholder{color:var(--muted)}.booking-input:focus{border-color:var(--accent)}.booking-cancel{display:block;width:100%;background:none;border:none;color:var(--muted);font-size:.85rem;cursor:pointer;text-align:center;padding:.5rem;margin-top:.25rem}.booking-cancel:hover{color:var(--accent)}.booking-steps{display:flex;align-items:center;gap:0;margin-bottom:2rem;position:relative}.booking-steps:before{content:"";position:absolute;top:14px;left:14px;right:14px;height:2px;background:var(--border);z-index:0}.booking-step{display:flex;flex-direction:column;align-items:center;gap:.35rem;flex:1;position:relative;z-index:1}.booking-step-dot{width:28px;height:28px;border-radius:50%;background:var(--surface);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--muted);transition:background .2s,border-color .2s}.booking-step.active .booking-step-dot{background:var(--accent);border-color:var(--accent);color:#1a0060}.booking-step.done .booking-step-dot{background:#f6de0040;border-color:var(--accent);color:var(--accent)}.booking-step-label{font-size:.7rem;color:var(--muted);font-weight:600}.booking-step.active .booking-step-label{color:var(--accent)}.booking-summary{background:#00000040;border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;margin-bottom:.5rem}.booking-summary-row{display:flex;justify-content:space-between;gap:1rem;font-size:.88rem;padding:.35rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.booking-summary-row:last-child{border-bottom:none}.booking-summary-row span:first-child{color:var(--muted)}.booking-summary-total{font-weight:700}.booking-summary-total span:last-child{color:var(--accent)}.audio-toggle{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer;font-size:.88rem;color:#ffffffe6}.audio-toggle input[type=checkbox]{width:18px;height:18px;flex-shrink:0;cursor:pointer;accent-color:var(--accent);margin-top:1px}.card-text.directions{color:#f97316;border-left:3px solid #f97316;padding-left:.75rem;font-weight:600}.card-text.directions strong{color:#f97316}.card-audio{margin-bottom:1.25rem}.card-audio audio{width:100%;border-radius:var(--radius);accent-color:var(--accent)}.btn-secondary{background:#ffffff1a;color:var(--text);border:2px solid rgba(255,255,255,.2)}.btn-secondary:hover:not(:disabled){background:#ffffff2e}.muted{color:var(--muted)}.timed-feed{padding-bottom:2rem}.feed-bubble-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem;margin-top:1.25rem}.bot-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.2);flex-shrink:0}.bot-avatar-initials{width:32px;height:32px;border-radius:50%;background:var(--accent);color:#1a0060;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;flex-shrink:0}.bot-label{font-size:.82rem;font-weight:700;color:var(--muted)}.feed-bubble{margin-bottom:.5rem}.feed-bubble-new .card,.feed-bubble-new .card-text{animation:bubbleIn .35s ease}@keyframes bubbleIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.feed-typing{display:flex;gap:5px;padding:.6rem .8rem;background:#ffffff1a;border-radius:16px;width:fit-content;margin-bottom:.75rem}.feed-typing span{width:8px;height:8px;border-radius:50%;background:var(--muted);animation:typingDot 1.2s infinite ease-in-out}.feed-typing span:nth-child(2){animation-delay:.2s}.feed-typing span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,80%,to{transform:scale(.7);opacity:.5}40%{transform:scale(1);opacity:1}}
