@font-face{font-family:"Archivo PATACON";src:url("/brand/patacon/fonts/archivo-variable.woff2") format("woff2");font-weight:100 900;font-display:swap}@font-face{font-family:"Work Sans PATACON";src:url("/brand/patacon/fonts/work-sans-variable.woff2") format("woff2");font-weight:100 900;font-display:swap}
:root{color-scheme:dark;--background:#0c0c0c;--foreground:#fff;--card:#151515;--card-foreground:#fff;--primary:#ff5400;--primary-foreground:#000;--muted:#252525;--muted-foreground:#b9b9b9;--orange:#ff5400;--border:#454545;--ring:#ff5400;font-family:"Work Sans PATACON","Work Sans",sans-serif;font-size:16px}
*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;background:var(--background);color:var(--foreground)}button{font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}
button:focus-visible{outline:3px solid var(--ring);outline-offset:2px}
.btn{min-width:44px;min-height:44px;padding:8px 12px;border:1px solid var(--border);border-radius:3px;background:var(--card);color:var(--card-foreground);font-size:.875rem;font-weight:650;white-space:nowrap}
.btn:hover{border-color:var(--primary)}.btn:active{background:var(--muted)}.btn-primary,.btn[aria-pressed=true]{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}
.viz-controls,.viz-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px}
.viz-badge{display:inline-block;border-radius:2px;padding:2px 8px;background:var(--card);color:var(--card-foreground);font-size:.8125rem}.text-small{font-size:.8125rem}.text-muted{color:var(--muted-foreground)}
#tirol-presentation-shell{position:relative;width:100%;height:100%;overflow:hidden;background:var(--background)}#tirol-home-tour{position:relative;width:100%;max-width:1500px;margin:0 auto;height:100%;min-height:320px;display:grid;grid-template-rows:auto minmax(150px,1fr) auto auto;gap:7px;padding:max(8px,env(safe-area-inset-top)) max(8px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left))}.tour-brand{position:absolute;z-index:4;top:10px;right:10px;width:104px;padding:7px 9px;background:rgba(0,0,0,.76);border-left:3px solid var(--primary);pointer-events:none}.tour-brand img{display:block;width:100%;height:auto}.stage-brand{position:absolute;z-index:2;top:10px;left:10px;width:44px;height:34px;padding:7px;background:rgba(0,0,0,.72);border:1px solid rgba(255,255,255,.18);pointer-events:none}.stage-brand img{display:block;width:100%;height:100%;object-fit:contain}
#tirol-home-tour>.tour-toolbar{display:grid;grid-template-columns:minmax(390px,1.8fr) repeat(3,minmax(110px,1fr));align-items:end;gap:8px}#tirol-home-tour>.tour-toolbar .btn{min-width:0;width:100%;white-space:normal;line-height:1.15}#tirol-choose-room{justify-self:stretch}.decoration-control{display:grid;gap:5px;min-width:0}.decoration-control>span{font-family:"Archivo PATACON",sans-serif;font-size:.72rem;font-weight:750;text-transform:uppercase;color:var(--primary)}.decoration-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.decoration-option{min-height:48px}.decoration-option[aria-pressed=true]{box-shadow:inset 0 -3px 0 var(--foreground)}
#tirol-home-tour #tirol-stage{position:relative;width:100%;height:100%;min-height:0;touch-action:none;overflow:hidden;border-radius:3px;background:var(--background);border:1px solid var(--border)}
#tirol-home-tour canvas{display:block;width:100%;height:100%;touch-action:none}#tirol-home-tour #tirol-loading{position:absolute;inset:40% 12px auto;text-align:center}
#tirol-home-tour .tour-start{position:absolute;z-index:3;left:50%;bottom:max(22px,env(safe-area-inset-bottom));transform:translateX(-50%);pointer-events:none}#tirol-home-tour .tour-start-button{pointer-events:auto;min-width:260px;min-height:52px;padding:11px 18px;font-size:1rem;box-shadow:0 5px 22px color-mix(in srgb,var(--primary) 38%,transparent)}.tour-start-button span{font-size:1.25rem;margin-right:6px}
#tirol-home-tour #tirol-joystick{position:absolute;left:8px;bottom:6px;z-index:2;width:128px;user-select:none;-webkit-user-select:none;touch-action:none}
#tirol-home-tour .tirol-pad-label{text-align:center}#tirol-home-tour .tirol-pad-wrap{position:relative;width:128px;height:128px}
#tirol-home-tour .tirol-pad-wrap .pad-arrow{position:absolute;pointer-events:none;color:var(--card-foreground);font-size:16px;line-height:16px}
#tirol-home-tour .tirol-pad-up{top:9px;left:50%;transform:translateX(-50%)}#tirol-home-tour .tirol-pad-down{bottom:9px;left:50%;transform:translateX(-50%)}#tirol-home-tour .tirol-pad-left{left:9px;top:50%;transform:translateY(-50%)}#tirol-home-tour .tirol-pad-right{right:9px;top:50%;transform:translateY(-50%)}
#tirol-home-tour .tour-help{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:3px 12px}#tirol-status{font-weight:500}#tirol-home-tour [hidden]{display:none!important}
.mobile-help{display:none}#tirol-room-dialog,#tirol-presentation-dialog{box-sizing:border-box;width:min(92vw,560px);max-width:calc(100vw - 16px);max-height:min(86dvh,680px);overflow:auto;padding:0;border:1px solid var(--border);border-radius:3px;background:var(--card);color:var(--card-foreground);box-shadow:0 18px 50px rgba(0,0,0,.6);border-top:5px solid var(--primary)}#tirol-room-dialog::backdrop,#tirol-presentation-dialog::backdrop{background:rgba(0,0,0,.7)}.room-dialog-content,.presentation-dialog-content{padding:18px}.room-dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.room-dialog-heading h2,.presentation-dialog-content h2{margin:0;font-family:"Archivo PATACON",sans-serif;font-size:1.35rem;font-weight:750;text-transform:uppercase}.presentation-dialog-content p{margin:10px 0 18px;line-height:1.45}.dialog-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.dialog-close{font-size:1.5rem;line-height:1}.room-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.room-grid .btn{white-space:normal}.dialog-cancel{display:block;margin:14px 0 0 auto}.presentation-note{position:absolute;z-index:6;right:max(8px,env(safe-area-inset-right));bottom:max(8px,env(safe-area-inset-bottom));display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;max-width:min(430px,calc(100% - 16px));padding:8px 8px 8px 12px;border:1px solid var(--border);border-radius:3px;background:var(--card);color:var(--card-foreground);box-shadow:0 4px 16px rgba(0,0,0,.48);border-left:3px solid var(--primary)}.presentation-note[hidden]{display:none}.note-close{font-size:1.25rem;line-height:1}
html.simulated-landscape #tirol-presentation-shell{position:fixed;top:0;left:100vw;width:100dvh;height:100vw;transform:rotate(90deg);transform-origin:top left;max-width:none}html.simulated-landscape #tirol-home-tour{gap:4px;grid-template-rows:auto minmax(150px,1fr) auto auto;padding:max(8px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left)) max(8px,env(safe-area-inset-top))}html.simulated-landscape #tirol-home-tour>.tour-toolbar{grid-template-columns:minmax(280px,1.65fr) repeat(3,minmax(0,1fr));gap:4px}html.simulated-landscape .decoration-control{grid-column:auto}html.simulated-landscape .decoration-control>span{display:none}html.simulated-landscape .decoration-option{min-height:44px;padding:5px;font-size:.72rem}html.simulated-landscape .tirol-pad-label{display:none}html.simulated-landscape #tirol-room-dialog,html.simulated-landscape #tirol-presentation-dialog{box-sizing:border-box;width:min(calc(100dvh - 16px),560px);max-width:calc(100dvh - 16px);max-height:calc(100vw - 16px);overflow:auto;transform:rotate(90deg)}html.simulated-landscape .room-grid{grid-template-columns:repeat(2,minmax(0,1fr))}html.simulated-landscape .room-dialog-content,html.simulated-landscape .presentation-dialog-content{padding:12px}html.simulated-landscape .room-dialog-heading{margin-bottom:8px}html.simulated-landscape .dialog-cancel{margin-top:8px}
@media(pointer:coarse){.desktop-help{display:none}.mobile-help{display:inline}}
@media(max-width:760px){#tirol-home-tour>.tour-toolbar{grid-template-columns:repeat(3,minmax(0,1fr))}.decoration-control{grid-column:1/-1}.decoration-option{font-size:.78rem;padding:7px 5px}}
@media(max-width:540px){.button-label{display:none}.btn{padding:8px;min-width:44px}#tirol-home-tour>.tour-toolbar{grid-template-columns:repeat(3,minmax(0,1fr))}.decoration-control{grid-column:1/-1}.decoration-option{font-size:.75rem;padding:6px 4px}#tirol-home-tour .tour-help{font-size:.75rem}.text-small{font-size:.75rem}.room-grid{grid-template-columns:1fr}#tirol-room-dialog,#tirol-presentation-dialog{max-height:90dvh}.room-dialog-content,.presentation-dialog-content{padding:14px}.tour-brand{width:88px}.stage-brand{width:38px;height:30px;padding:6px}#tirol-home-tour .tour-start-button{min-width:min(260px,calc(100vw - 48px))}}
@media(max-height:440px) and (orientation:landscape){#tirol-home-tour{gap:4px;padding-top:max(4px,env(safe-area-inset-top));padding-right:max(8px,env(safe-area-inset-right));padding-bottom:max(4px,env(safe-area-inset-bottom));padding-left:max(8px,env(safe-area-inset-left));grid-template-rows:auto minmax(150px,1fr) auto auto}#tirol-home-tour>.tour-toolbar{grid-template-columns:minmax(260px,1.65fr) repeat(3,minmax(0,1fr));gap:4px}.decoration-control{grid-column:auto}.decoration-control>span{display:none}.decoration-option{min-height:44px;font-size:.72rem;padding:5px}.tour-help .text-muted{font-size:.75rem}.tirol-pad-label{display:none}#tirol-room-dialog,#tirol-presentation-dialog{max-width:calc(100vw - 16px);max-height:calc(100dvh - 16px);overflow:auto}.room-dialog-content,.presentation-dialog-content{padding:12px}.room-dialog-heading{margin-bottom:8px}.room-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.dialog-cancel{margin-top:8px}}
html.simulated-landscape #tirol-home-tour>.tour-toolbar{grid-template-columns:minmax(280px,1.65fr) repeat(3,minmax(0,1fr));gap:4px}html.simulated-landscape .decoration-control{grid-column:auto}html.simulated-landscape .decoration-control>span{display:none}html.simulated-landscape .decoration-option{min-height:44px;padding:5px;font-size:.72rem}html.simulated-landscape #tirol-home-tour .tour-help{font-size:.75rem}html.simulated-landscape .tirol-pad-label{display:none}
