.media-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;background:#000}.media-slide__media{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.media-slide__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0009,#0000 26%,#0000 62%,#0009)}.media-slide__logo{position:absolute;left:50%;top:3vh;transform:translate(-50%);width:clamp(120px,15vw,240px);height:auto;filter:drop-shadow(0 2px 10px rgba(0,0,0,.5))}.media-slide__top{position:absolute;left:0;right:0;top:13vh;padding:0 6vw;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1vh;color:#fff}.media-slide__bottom{position:absolute;left:0;right:0;top:58%;transform:translateY(-50%);padding:0 6vw;display:flex;justify-content:center}.media-slide__title{font-size:clamp(2.4rem,6vw,4.4rem);font-weight:700;text-transform:uppercase;letter-spacing:.02em;margin:0;text-shadow:0 4px 18px rgba(0,0,0,.6)}.media-slide__caption{font-size:clamp(1rem,2vw,1.4rem);font-weight:500;margin:0;color:#cfe8e2;text-shadow:0 2px 10px rgba(0,0,0,.5)}.media-slide__cta{display:inline-flex;align-items:center;font-size:clamp(1.1rem,2.3vw,1.7rem);font-weight:700;letter-spacing:.03em;color:#fff;background:#0a3d4526;border:2px solid rgba(207,232,226,.7);padding:1em 2em;border-radius:999px;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);animation:totem-pulse 2.4s ease-in-out infinite}@keyframes totem-pulse{0%,to{transform:scale(1);box-shadow:0 0 #fff0}50%{transform:scale(1.045);box-shadow:0 0 24px #ffffff59}}.attraction-screen{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background:#000;overflow:hidden;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.attraction-screen__layer{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .9s ease}.attraction-screen__layer.is-visible{opacity:1;z-index:1}.attraction-screen__empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;color:#cfd8dc;background:radial-gradient(circle at center,#10312c,#041a17);text-align:center;padding:2rem;font-size:1.1rem}.admin-layout{min-height:100vh;background:#f4f6f5;color:#1a2521}.admin-layout__header{display:flex;align-items:center;justify-content:space-between;padding:1.6rem 2.4rem;background:#0a2e29;color:#fff}.admin-layout__brand{display:flex;align-items:center;gap:1rem}.admin-layout__header h1{margin:0;font-size:1.3rem}.admin-layout__header p{margin:.2rem 0 0;opacity:.75;font-size:.95rem}.admin-layout__link{color:#ffe08a;text-decoration:none;font-weight:600;border:1px solid rgba(255,255,255,.3);padding:.6em 1.1em;border-radius:999px}.admin-layout__main{padding:2rem 2.4rem 4rem;max-width:1200px;margin:0 auto}.admin-layout__logout{border:none;background:none;color:#666;font-size:.85rem;text-decoration:underline;cursor:pointer;padding:0 0 1rem;display:block}.admin-layout__gate{max-width:380px;margin:10vh auto 0;background:#fff;border:1px solid #e2e6e4;border-radius:16px;padding:2.4rem;display:flex;flex-direction:column;gap:1rem;text-align:center}.admin-layout__gate h2{margin:0}.admin-layout__gate p{margin:0;opacity:.7;font-size:.9rem}.admin-layout__gate input{padding:.8em 1em;border-radius:10px;border:1px solid #ccc;font-size:1rem;text-align:center}.totem-content__toolbar{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.6rem;gap:1rem;flex-wrap:wrap}.totem-content__toolbar h2{margin:0 0 .2rem}.totem-content__toolbar p{margin:0;opacity:.7}.btn{border:none;border-radius:10px;padding:.8em 1.4em;font-size:1rem;cursor:pointer;background:#e2e8e6}.btn--primary{background:#0a2e29;color:#fff;font-weight:600}.btn--danger{background:#fdeaea;color:#b3261e}.totem-content__error{color:#b3261e}.totem-content__empty{opacity:.7;padding:2rem;text-align:center;border:1px dashed #ccc;border-radius:12px}.totem-content__list{display:flex;flex-direction:column;gap:.8rem}.totem-item{display:grid;grid-template-columns:60px 90px 1fr 160px 100px auto;align-items:center;gap:1rem;background:#fff;border:1px solid #e2e6e4;border-radius:14px;padding:.8rem 1rem}.totem-item--inactive{opacity:.55}.totem-item__order{display:flex;flex-direction:column;align-items:center;gap:.2rem;font-size:.75rem}.totem-item__order button{border:none;background:#f0f2f1;border-radius:6px;cursor:pointer;width:24px;height:20px}.totem-item__order button:disabled{opacity:.3;cursor:not-allowed}.totem-item__thumb{position:relative;width:90px;height:60px;border-radius:10px;overflow:hidden;cursor:pointer;background:#000}.totem-item__thumb img,.totem-item__thumb video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.totem-item__badge{position:absolute;bottom:4px;left:4px;font-size:.65rem;padding:.1em .5em;border-radius:999px;background:#0009;color:#fff}.totem-item__info{display:flex;flex-direction:column;gap:.15rem;overflow:hidden}.totem-item__info span{font-size:.85rem;opacity:.65;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.totem-item__duration select{padding:.4em .6em;border-radius:8px;border:1px solid #ccc}.totem-item__duration-note{font-size:.85rem;opacity:.6}.totem-item__toggle{display:flex;align-items:center;gap:.4rem;font-size:.9rem}.totem-item__actions{display:flex;gap:.5rem}.totem-item__actions button{border:none;border-radius:8px;padding:.5em .9em;cursor:pointer;background:#f0f2f1;font-size:.85rem}.totem-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;padding:2rem}.totem-modal__panel{background:#fff;border-radius:16px;padding:2rem;width:min(480px,100%);max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.totem-modal__panel h3{margin:0}.totem-modal__panel label{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem}.totem-modal__panel input,.totem-modal__panel select{padding:.7em .9em;border-radius:8px;border:1px solid #ccc;font-size:1rem}.totem-modal__file{display:flex;align-items:center;justify-content:center;height:160px;border:2px dashed #ccc;border-radius:12px;cursor:pointer;overflow:hidden;color:#888;text-align:center;padding:1rem}.totem-modal__file img,.totem-modal__file video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.totem-modal__hint{font-size:.85rem;opacity:.65;margin:0}.totem-modal__error{color:#b3261e;margin:0}.totem-modal__actions{display:flex;justify-content:flex-end;gap:.8rem}.totem-modal__actions button[type=button]{background:#f0f2f1;border:none;border-radius:8px;padding:.7em 1.2em;cursor:pointer}.totem-preview-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:60}.totem-preview-modal__screen{position:relative;width:min(90vw,960px);aspect-ratio:16 / 9;background:#000;border-radius:16px;overflow:hidden}.totem-preview-modal__close{position:absolute;top:12px;right:12px;z-index:2;background:#ffffffe6;border:none;border-radius:999px;padding:.5em 1em;cursor:pointer}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.fixed{position:fixed}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.z-20{z-index:20}.z-50{z-index:50}.my-\[2vh\]{margin-top:2vh;margin-bottom:2vh}.mb-1{margin-bottom:.25rem}.mb-3{margin-bottom:.75rem}.mb-\[0\.2em\]{margin-bottom:.2em}.mb-\[0\.3em\]{margin-bottom:.3em}.mb-\[0\.4em\]{margin-bottom:.4em}.mb-\[0\.6em\]{margin-bottom:.6em}.mb-\[0\.6vh\]{margin-bottom:.6vh}.mb-\[0\.8vh\]{margin-bottom:.8vh}.mb-\[1\.4vh\]{margin-bottom:1.4vh}.mb-\[1\.5vh\]{margin-bottom:1.5vh}.mb-\[1\.6vh\]{margin-bottom:1.6vh}.mb-\[1vh\]{margin-bottom:1vh}.mb-\[2vh\]{margin-bottom:2vh}.mb-\[3vh\]{margin-bottom:3vh}.mb-\[4vh\]{margin-bottom:4vh}.mt-\[0\.2em\]{margin-top:.2em}.mt-\[0\.3em\]{margin-top:.3em}.mt-\[0\.5em\]{margin-top:.5em}.mt-\[1\.6vh\]{margin-top:1.6vh}.mt-\[2vh\]{margin-top:2vh}.mt-\[3vh\]{margin-top:3vh}.mt-\[4vh\]{margin-top:4vh}.mt-\[8vh\]{margin-top:8vh}.block{display:block}.inline{display:inline}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-px{height:1px}.min-h-screen{min-height:100vh}.w-full{width:100%}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-\[1\.4vh\]{gap:1.4vh}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.bg-cover{background-size:cover}.bg-center{background-position:center}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[3vw\]{padding-left:3vw;padding-right:3vw}.px-\[4vw\]{padding-left:4vw;padding-right:4vw}.pb-\[1vh\]{padding-bottom:1vh}.pb-\[3vh\]{padding-bottom:3vh}.pb-\[6vh\]{padding-bottom:6vh}.pt-6{padding-top:1.5rem}.pt-\[1vh\]{padding-top:1vh}.pt-\[2vh\]{padding-top:2vh}.pt-\[3vh\]{padding-top:3vh}.text-left{text-align:left}.text-center{text-align:center}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;background:#fbf6ec}button,input,select,textarea{font-family:inherit}*{-webkit-tap-highlight-color:transparent}.totem-scroll::-webkit-scrollbar{display:none}.totem-scroll{scrollbar-width:none;-ms-overflow-style:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.fade-up{animation:fadeUp .35s ease both}.pop-in{animation:popIn .4s cubic-bezier(.2,.8,.3,1.2) both}.press:active{transform:scale(.97)}
