@import"https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;450;500;550;600;650;700;750;800&display=swap";:root{font-family:Golos Text,Arial,sans-serif;color:#efefeb;background:#171918;font-synthesis:none;--bg:#171918;--surface:#202321;--raised:#2b2e2b;--ink:#efefeb;--muted:#a6aca5;--line:#3a3e3a;--accent:#f46650;--accent-ink:#1c1917;--radius:14px;--ease:cubic-bezier(.16,1,.3,1);color-scheme:dark}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button{background:none;border:0}button:disabled{cursor:not-allowed}a{color:inherit;text-underline-offset:4px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:4px}::selection{background:var(--accent);color:var(--accent-ink)}input,textarea{caret-color:var(--accent)}*{scrollbar-width:thin;scrollbar-color:#626a62 transparent}h1,h2,h3,p{margin:0}h1,h2,h3{text-wrap:balance}p{line-height:1.6}svg{flex-shrink:0}h1{font-size:36px;letter-spacing:-.035em;font-weight:550;line-height:1.18}h2{font-size:19px;font-weight:550;letter-spacing:-.025em}h3{font-size:17px;font-weight:550}strong{font-weight:600}.muted{color:var(--muted)}.app{max-width:1440px;margin:auto}.demo-bar{font-size:11px;color:#b6bcb5;min-height:32px;display:flex;align-items:center;justify-content:center;gap:7px;background:#202320}.demo-dot{width:5px;height:5px;background:#b6bcb5;border-radius:50%}.app-header{margin:0 64px;height:100px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:30px}.brand-button{padding:0}.brand{display:inline-flex;align-items:flex-end;gap:10px;line-height:1}.brand-word{font-size:37px;font-weight:750;letter-spacing:-.04em}.brand-dot{color:var(--accent)}.brand-sub{font-size:9px;letter-spacing:.18em;margin-bottom:6px}.brand.compact .brand-word{font-size:24px}.brand.compact .brand-sub{font-size:7px;margin-bottom:4px}.desktop-nav{display:flex;gap:8px}.desktop-nav button{padding:14px 18px;color:var(--muted);font-size:14px;border-radius:8px;transition:background .18s,color .18s}.desktop-nav button.active{color:var(--ink);background:var(--raised)}.desktop-nav button:hover{color:var(--ink)}.bot-link{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);padding:12px 0}.bot-link:hover,.bot-link.active{color:var(--accent)}main{margin:44px 64px 0;outline:none;min-height:66vh}.page-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:36px;gap:20px}.page-heading p{color:var(--muted);font-size:14px;margin-top:12px}.location{font-size:13px;display:flex;gap:7px;color:var(--muted)}.booking-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:58px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px}.section-head>span,.section-head>svg{color:var(--muted);font-size:12px}.room-tabs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;margin-bottom:14px}.room-tabs button{height:50px;border:1px solid var(--line);border-radius:9px;font-size:16px;font-variant-numeric:tabular-nums;position:relative;transition:background .18s,border-color .18s}.room-tabs button span{font-size:9px;margin-left:4px;color:var(--muted)}.room-tabs button.selected{border-color:var(--ink);background:var(--ink);color:var(--bg)}.room-tabs button.selected span{color:#525950}.room-tabs button:hover:not(.selected){background:var(--raised)}.room-stage{background:var(--surface);border-radius:var(--radius);padding:25px 26px 22px;min-height:320px;display:flex;flex-direction:column}.stage-top{display:flex;justify-content:space-between;font-size:15px}.stage-top>span:last-child{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:12px}.cinema-screen{height:35px;border-top:2px solid #959b91;border-radius:50% 50% 0 0/35% 35% 0 0;margin:36px 30px 13px;text-align:center;padding:12px;color:#a6aca5;font-size:8px;letter-spacing:.18em}.seats{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;color:#5e675e;max-width:300px;margin:0 auto 12px;min-height:52px;align-content:center}.seats-8{max-width:205px;gap:8px 14px}.seats svg{transition:color .18s var(--ease),transform .18s var(--ease)}.seats .occupied{color:var(--accent)}.stage-caption{text-align:center;color:var(--muted);font-size:10px;margin-bottom:26px}.stage-bottom{display:flex;justify-content:space-between;align-items:baseline;border-top:1px solid var(--line);padding-top:20px;margin-top:auto}.room-price{font-size:27px;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.stage-bottom>span{color:var(--muted);font-size:12px}.stage-bottom .muted{font-size:13px}.room-note{display:flex;align-items:flex-start;gap:12px;margin-top:25px}.room-note>svg{margin-top:4px;color:var(--muted)}.room-note p{font-size:13px}.room-note p span{color:var(--muted);font-size:12px}.venue-info{border-top:1px solid var(--line);padding-top:19px;display:flex;gap:24px;margin-top:25px;font-size:11px;color:var(--muted)}.venue-info span{display:flex;gap:6px;align-items:center}.reservation{background:var(--surface);border-radius:var(--radius);padding:26px;align-self:start}.reservation .section-head{margin-bottom:25px}.field-caption{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px;gap:12px;font-size:12px}.field-caption>span{color:var(--muted);font-size:10px}.date-list{display:flex;gap:7px;overflow-x:auto;padding:2px 2px 9px;scroll-snap-type:x proximity}.date-list button{flex:0 0 58px;min-height:69px;border:1px solid var(--line);border-radius:9px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:9px;scroll-snap-align:start}.date-list span{font-size:9px;color:var(--muted)}.date-list strong{font-size:18px;font-weight:500}.date-list button.selected{background:var(--ink);color:var(--bg);border-color:var(--ink)}.date-list button.selected span{color:#525950}.duration-guests{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;padding:18px 0 23px;margin-bottom:19px;border-bottom:1px solid var(--line)}.stepper-block{display:flex;flex-direction:column;gap:10px;font-size:12px}.stepper{height:40px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:8px}.stepper button{width:37px;height:38px;display:grid;place-items:center}.stepper button:disabled{color:#646a64}.stepper output{font-size:14px;font-variant-numeric:tabular-nums}.time-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.time-grid button{border:1px solid var(--line);border-radius:7px;min-height:37px;font-size:12px;font-variant-numeric:tabular-nums;transition:background .18s,border-color .18s}.time-grid button:disabled{color:#777f75;background:#222622;text-decoration:line-through;border-color:#303630}.time-grid button.selected{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.time-grid button:hover:not(:disabled):not(.selected),.date-list button:hover:not(.selected){background:var(--raised)}.booking-total{border-top:1px solid var(--line);padding-top:20px;margin-top:22px;margin-bottom:18px}.booking-total>div{display:flex;justify-content:space-between;align-items:center;font-size:13px}.booking-total strong{font-size:23px;font-variant-numeric:tabular-nums}.booking-total>span{display:block;color:var(--muted);font-size:11px;margin-top:7px}.primary,.secondary{display:inline-flex;justify-content:center;align-items:center;gap:12px;border-radius:9px;min-height:47px;padding:12px 18px;font-weight:550;font-size:13px;transition:background .18s var(--ease),transform .18s var(--ease)}.primary{background:var(--accent);color:var(--accent-ink)}.primary:hover:not(:disabled){background:#ff816c}.primary:active:not(:disabled){transform:translateY(1px)}.primary:disabled{background:#3b413a;color:#afb6ac}.secondary{border:1px solid var(--line);background:transparent}.secondary:hover{background:var(--raised)}.full{width:100%}.full svg{margin-left:auto}.full{justify-content:flex-start}.under-button{font-size:10px;line-height:1.7;text-align:center;color:var(--muted);margin-top:11px}.text-button{display:inline-flex;align-items:center;gap:8px;font-size:12px;min-height:40px;padding:4px 0}.text-button:hover{color:var(--accent)}.bottom-invite{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:36px;padding:25px 0;display:flex;align-items:center;justify-content:space-between;gap:15px}.bottom-invite>div{display:flex;gap:16px;align-items:center;font-size:14px}.bottom-invite>div>svg{color:var(--accent)}.bottom-invite small{display:block;font-size:11px;color:var(--muted);margin-top:6px}footer{margin:36px 64px 0;padding-bottom:30px;display:flex;align-items:center;gap:24px;font-size:10px;color:var(--muted)}footer>a{margin-left:auto;display:flex;gap:5px;align-items:center;text-decoration:none}.mobile-nav{display:none}.notice{padding:15px 16px;background:#2b302b;border-radius:8px;color:#c3cac0;font-size:12px;line-height:1.7}.menu-demo{display:flex;gap:10px;align-items:center;margin-bottom:28px}.menu-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,1fr);gap:48px}.filter-tabs{display:flex;gap:8px;margin-bottom:12px}.filter-tabs button{padding:10px 18px;font-size:13px;border-radius:8px;color:var(--muted)}.filter-tabs .selected{background:var(--ink);color:var(--bg)}.menu-item{display:flex;align-items:center;gap:17px;border-bottom:1px solid var(--line);padding:24px 0}.food-symbol{background:var(--surface);width:72px;height:80px;border-radius:12px;display:grid;place-items:center;color:#bbc2b5;flex-shrink:0}.food-copy{flex:1;min-width:0}.food-copy h2{font-size:15px;margin-bottom:6px}.food-copy p{font-size:11px;color:var(--muted);margin-bottom:11px}.food-copy strong{font-size:13px;font-variant-numeric:tabular-nums}.quantity{display:flex;align-items:center;background:var(--raised);border-radius:8px;font-size:13px;flex-shrink:0}.quantity button{width:36px;height:40px;display:grid;place-items:center;color:var(--accent)}.quantity button:disabled{color:var(--muted)}.quantity span{min-width:15px;text-align:center}.order-panel{padding:25px;background:var(--surface);border-radius:var(--radius);align-self:start;position:sticky;top:22px}.order-panel h2 span{color:var(--muted)}.cart-empty{padding:45px 0 28px;color:var(--muted);text-align:center;font-size:13px}.cart-empty svg{margin-bottom:16px}.cart-empty p span{font-size:12px}.cart-lines{padding:20px 0;border-bottom:1px solid var(--line);display:grid;gap:15px}.cart-lines>div{display:flex;justify-content:space-between;gap:14px;font-size:12px}.cart-lines strong{white-space:nowrap}.input-label{display:block;font-size:12px;margin:20px 0 9px}input,textarea,select{width:100%;border:1px solid #50564e;border-radius:8px;background:#1c201c;color:var(--ink);padding:12px;font-size:13px;line-height:1.5}textarea{resize:vertical;min-height:80px}input::placeholder,textarea::placeholder{color:#9ca597}select{min-height:46px}.order-total{display:flex;justify-content:space-between;align-items:center;padding:23px 0;font-size:13px}.order-total strong{font-size:21px}.field-help{font-size:11px;line-height:1.6;color:var(--muted);margin:12px 0}.error{font-size:12px;color:#ff9f90;margin:14px 0;line-height:1.6}.inline-success{display:flex;align-items:center;gap:10px;font-size:12px;color:#b5d6ae;padding:16px 0;line-height:1.6}.profile-row{display:flex;align-items:center;gap:18px;padding:24px;background:var(--surface);border-radius:var(--radius);margin-bottom:34px}.avatar{width:57px;height:57px;display:grid;place-items:center;background:#363d34;border-radius:50%;font-size:24px;color:#d3dbcc;flex-shrink:0}.profile-row h2{font-size:18px}.profile-row p{font-size:12px;color:var(--muted);margin-top:6px}.profile-row .secondary{margin-left:auto}.profile-form{max-width:600px;display:grid;gap:17px;margin:-10px 0 35px}.profile-form label{font-size:12px}.profile-form input{margin-top:8px}.profile-form .primary{justify-self:start}.profile-form .field-help{margin:0}.account-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:48px}.empty{padding:50px 18px;text-align:center;background:var(--surface);border-radius:var(--radius);color:var(--muted)}.empty>svg{margin-bottom:18px}.empty h2{font-size:18px;color:var(--ink);margin-bottom:10px}.empty p{font-size:12px;max-width:40ch;margin:auto}.empty .primary{margin-top:24px}.quiet-empty{padding:30px 0;color:var(--muted);font-size:13px}.quiet-empty>svg{margin-bottom:15px}.quiet-empty p span{font-size:12px}.quiet-empty .text-button{margin-top:15px;color:var(--ink)}.booking-list{display:grid;gap:18px}.booking-ticket{padding:24px;background:var(--surface);border-radius:var(--radius)}.ticket-head{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:25px}.status{display:inline-flex;align-items:center;gap:6px;font-size:10px;color:var(--muted)}.status>span{width:5px;height:5px;background:currentColor;border-radius:50%}.status.pending{color:#e4c699}.status.confirmed{color:#b5d6ae}.ticket-date{font-size:22px;letter-spacing:-.025em}.ticket-date>span{display:block;font-size:15px;color:var(--muted);margin-top:7px}.ticket-details{display:flex;justify-content:space-between;font-size:12px;margin-top:20px}.ticket-actions{display:flex;justify-content:space-between;gap:15px;border-top:1px dashed #52584f;margin-top:18px;padding-top:10px}.cancelled .ticket-date{color:var(--muted)}.order-history article{border-bottom:1px solid var(--line);padding:8px 0 25px;margin-bottom:20px}.order-history h3{font-size:14px}.order-history strong{font-size:13px;white-space:nowrap}.order-history article>p{font-size:12px;color:var(--muted);margin:7px 0}.order-history .status{margin-top:14px}.order-history .order-comment{color:var(--ink);overflow-wrap:anywhere}.reviews-layout{display:grid;grid-template-columns:1fr 1fr;gap:58px}.review-editor{background:var(--surface);border-radius:var(--radius);padding:28px;align-self:start}.rating{border:0;padding:0;margin:24px 0 0;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.rating legend{font-size:12px;margin-bottom:12px}.rating label{position:relative;display:grid;place-items:center;width:40px;height:44px;cursor:pointer;color:#9ca498}.rating input{position:absolute;inset:0;width:100%;height:100%;opacity:0;margin:0;cursor:pointer}.rating label:has(input:focus-visible){outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.rated svg{fill:currentColor}.rating>span{font-size:11px;color:var(--muted);margin-left:5px}.text-counter{font-size:10px;color:var(--muted);text-align:right;margin:7px 0 18px}.reviews-layout>section>h2{margin-bottom:20px}.review-list article{border-bottom:1px solid var(--line);padding:20px 0}.review-list p{font-size:13px;overflow-wrap:anywhere;white-space:pre-wrap}.review-list article>.muted{font-size:10px;display:block;margin-top:17px}.review-stars{display:flex;gap:3px;color:var(--accent)!important}.booking-success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;padding:18px 0}.booking-success>svg{color:#bed3ac}.booking-success>p{font-size:14px;line-height:1.8}.booking-success .notice{text-align:left}.confirm{width:min(440px,calc(100% - 32px));color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:28px;box-shadow:0 18px 60px #0006}.confirm::backdrop{background:#0009}.confirm h2{margin-bottom:15px}.confirm p{font-size:13px;color:var(--muted)}.button-row{display:flex;justify-content:flex-end;gap:12px;margin-top:25px}.bot-layout{display:grid;grid-template-columns:380px minmax(0,1fr);gap:64px;max-width:900px;margin:0 auto}.bot-preview{background:#121614;border:1px solid #424940;border-radius:22px;overflow:hidden}.bot-header{display:flex;align-items:center;gap:12px;background:#272d26;padding:15px;font-size:14px}.bot-header small{display:block;font-size:10px;color:var(--muted);margin-top:5px}.bot-avatar{width:40px;height:40px;background:#e8ece3;display:grid;place-items:center;border-radius:50%;overflow:hidden;color:#20261e}.bot-avatar .brand-word{font-size:10px!important}.bot-avatar .brand-sub{display:none}.bot-chat{padding:15px}.bot-date{text-align:center;color:var(--muted);font-size:10px;margin-bottom:18px}.bot-message{background:#282e27;border-radius:12px;overflow:hidden}.bot-cover{background:#ed6651;color:#191d18;padding:24px}.bot-cover .brand-dot{color:#191d18}.bot-cover .brand-word{font-size:26px}.bot-cover>p{font-size:31px;line-height:1.1;letter-spacing:-.035em;font-weight:600;margin-top:30px}.bot-copy{padding:18px}.bot-copy h2{font-size:14px;letter-spacing:0}.bot-copy p{font-size:12px;margin-top:12px}.bot-copy small{font-size:10px;line-height:1.6;display:block;margin-top:14px;color:var(--muted)}.bot-action{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:43px;border-radius:7px;background:#3a4737;color:#d8e8d2;font-size:12px;margin-top:5px}.bot-buttons{display:flex;gap:5px;margin-top:5px}.bot-buttons button{flex:1;border-radius:7px;background:#2b3529;min-height:44px;font-size:11px;color:#d8e8d2}.secondary-bot{background:#2b3529}.bot-compose{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;background:#272d26;font-size:12px;color:var(--muted)}.bot-compose>span:first-child{color:#d3e5ce}.bot-compose>span:nth-child(2){margin-right:auto}.bot-explanation{padding-top:55px}.bot-explanation>p{font-size:13px;color:var(--muted);margin-top:20px;max-width:50ch}.bot-explanation .text-button{margin-top:20px}.storage-warning{margin:20px 64px;padding:16px;border:1px solid #e4c699;font-size:12px;color:#e4c699;line-height:1.6}.skip-link{position:fixed;top:-100px;left:20px;background:var(--ink);color:var(--bg);padding:14px;z-index:100}.skip-link:focus{top:15px}@media(min-width:1300px){.time-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.room-stage{min-height:363px}.cinema-screen{margin-top:50px}.seats{margin-top:8px}.booking-layout{gap:70px}}@media(max-width:1000px){.app-header{margin:0 32px;gap:15px}.desktop-nav{gap:0}.desktop-nav button{padding:12px}.booking-layout{gap:28px}main{margin:32px 32px 0}footer{margin:32px 32px 0}.room-stage{padding:22px 18px}.room-tabs button span{display:none}.reservation{padding:23px}.venue-info{gap:13px;flex-wrap:wrap}.menu-layout,.account-layout,.reviews-layout{gap:28px}.bot-layout{gap:35px}.bot-link>svg:last-child{display:none}.storage-warning{margin:20px 32px}.page-heading h1{font-size:31px}}@media(max-width:720px){.app{padding-bottom:calc(72px + env(safe-area-inset-bottom))}.demo-bar{font-size:9px;min-height:27px;padding:4px 10px;gap:5px}.demo-detail{font-size:8px}.app-header{margin:0 20px;height:74px}.brand-word{font-size:31px}.brand-sub{font-size:8px}.desktop-nav{display:none}.bot-link{font-size:11px;gap:6px}.bot-link>svg{width:15px}main{margin:28px 20px 0}.page-heading{margin-bottom:27px;gap:12px}.page-heading h1{font-size:28px;max-width:17ch}.page-heading p{font-size:12px;margin-top:10px;max-width:32ch}.location{display:none}.booking-layout{grid-template-columns:1fr;gap:29px}.section-head{margin-bottom:16px}h2{font-size:18px}.room-tabs{gap:7px;margin-bottom:12px}.room-tabs button{height:44px;font-size:14px}.room-tabs button span{display:inline;font-size:8px}.room-stage{min-height:245px;padding:18px 20px}.stage-top{font-size:14px}.stage-top>span:last-child{font-size:11px}.cinema-screen{margin:23px 30px 0;height:27px;padding:9px;font-size:7px}.seats{gap:12px;min-height:45px;margin:0 auto 5px}.seats svg{width:33px;height:33px}.seats-8{max-width:180px;gap:4px 12px}.stage-caption{font-size:8px;margin-bottom:17px}.stage-bottom{padding-top:14px}.room-price{font-size:25px}.stage-bottom>span{font-size:10px}.room-note{margin-top:18px;gap:9px}.room-note p{font-size:12px}.room-note p span{font-size:10px}.venue-info{margin-top:18px;padding-top:16px;justify-content:space-between;font-size:10px}.reservation{padding:22px 20px}.reservation .section-head{margin-bottom:23px}.date-list{gap:7px}.date-list button{flex-basis:51px;min-height:65px}.duration-guests{gap:22px;padding-top:15px}.time-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.time-grid button{min-height:40px}.primary,.secondary{min-height:48px}.under-button{font-size:10px}.bottom-invite{margin-top:28px;padding:22px 0;align-items:flex-start;flex-direction:column;gap:10px}.bottom-invite>div{font-size:12px;gap:12px}.bottom-invite small{font-size:10px}.bottom-invite>.text-button{margin-left:34px;min-height:32px}footer{margin:26px 20px 0;padding-bottom:12px;gap:15px;flex-wrap:wrap;font-size:9px}footer .brand{display:none}footer>a{margin-left:auto}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:10;min-height:69px;padding:7px 12px calc(7px + env(safe-area-inset-bottom));justify-content:space-around;background:#202420;border-top:1px solid #41473f}.mobile-nav button{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:51px;flex:1;color:var(--muted);font-size:9px}.mobile-nav button.active{color:var(--accent)}.mobile-nav i{position:absolute;top:3px;left:calc(50% + 10px);width:5px;height:5px;border-radius:50%;background:var(--accent)}.menu-layout,.account-layout,.reviews-layout,.bot-layout{grid-template-columns:1fr;gap:30px}.menu-demo{font-size:10px;align-items:flex-start;padding:12px}.menu-demo svg{width:14px;margin-top:2px}.menu-item{padding:20px 0;gap:12px}.food-symbol{width:57px;height:72px}.food-symbol svg{width:25px}.food-copy h2{font-size:13px}.food-copy p{font-size:10px}.quantity button{width:32px;min-height:44px}.order-panel{position:static;padding:22px}.profile-row{padding:18px;gap:12px;flex-wrap:wrap;margin-bottom:28px}.profile-row h2{font-size:16px}.profile-row p{font-size:10px}.avatar{width:44px;height:44px;font-size:20px}.profile-row .secondary{font-size:11px;min-height:40px;margin-left:56px;padding:8px 12px}.ticket-head{gap:10px}.ticket-head h3{font-size:15px}.status{font-size:9px}.booking-ticket{padding:20px}.review-editor{padding:22px}.rating{gap:2px}.rating>span{font-size:10px}.rating label{width:39px}.reviews-layout .empty{padding:32px 16px}.bot-layout{max-width:380px;gap:15px}.bot-explanation{padding-top:15px}.bot-cover>p{font-size:30px}.storage-warning{margin:16px 20px}.button-row{gap:9px}.button-row>button{font-size:11px;padding:10px 12px}.confirm{padding:24px}.empty .primary{font-size:12px}}@media(max-width:360px){main{margin-left:15px;margin-right:15px}.app-header{margin:0 15px}.demo-detail{font-size:7px}.room-tabs button span{display:none}.reservation{padding:20px 16px}.rating label{width:35px}.rating svg{width:26px}.rating>span{display:block;width:100%;margin-top:6px}.quantity button{width:29px}.food-symbol{width:45px}.profile-row .secondary{margin-left:0}.bot-link span{font-size:10px}}.booking-layout>*,.menu-layout>*,.account-layout>*,.reviews-layout>*,.bot-layout>*{min-width:0}.jump-booking{display:none}@media(max-width:720px){.jump-booking{display:flex;text-decoration:none;justify-content:space-between;margin-top:14px}.room-note{display:none}.venue-info{margin-top:14px}.room-stage{min-height:220px}.stage-caption{margin-bottom:12px}}.reset-demo{font-size:10px;color:var(--muted);min-height:32px;padding:0}.reset-demo:hover{color:var(--accent)}@media(max-width:720px){.booking-layout,.menu-layout,.account-layout,.reviews-layout,.bot-layout{grid-template-columns:minmax(0,1fr)}.time-grid button{font-size:13px;min-height:44px}.stepper{height:44px}.stepper button{height:42px}.field-caption,.stepper-block{font-size:13px}.field-caption>span{font-size:11px}.date-list span,.mobile-nav button{font-size:10px}.page-heading p{font-size:13px}.food-copy p{font-size:12px}.food-copy h2{font-size:15px}.under-button{font-size:11px}.stage-caption{font-size:9px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.staff-root{max-width:1180px;margin:42px auto 70px;padding:0 32px;color:var(--ink,#f2f0eb);font-variant-numeric:tabular-nums}.staff-root *{box-sizing:border-box}.staff-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:30px}.staff-head h1{font-size:38px;letter-spacing:-.04em}.staff-head p{max-width:48ch;margin-top:9px;color:var(--muted,#b1b6c7);font-size:13px}.staff-back,.staff-refresh,.staff-export,.staff-action{min-height:44px;padding:10px 15px;border:1px solid var(--line,#39415b);border-radius:8px;background:transparent;color:var(--ink,#f2f0eb);font-size:12px;line-height:1.2;transition:background .18s ease,border-color .18s ease,color .18s ease}.staff-back:hover,.staff-refresh:hover:not(:disabled),.staff-export:hover:not(:disabled),.staff-action:hover:not(:disabled){background:var(--raised,#272e43)}.staff-root button:focus-visible,.staff-root input:focus-visible{outline:2px solid var(--accent,#e9b76b);outline-offset:3px}.staff-root button:disabled{opacity:.52;cursor:not-allowed}.staff-tabs{display:flex;gap:2px;border-bottom:1px solid var(--line,#39415b);overflow-x:auto;margin-bottom:27px}.staff-tabs button{flex:0 0 auto;min-height:44px;padding:11px 15px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted,#b1b6c7);font-size:13px}.staff-tabs button.active{color:var(--accent,#e9b76b);border-bottom-color:var(--accent,#e9b76b)}.staff-toolbar{display:flex;align-items:end;gap:12px;margin-bottom:25px}.staff-toolbar label{display:grid;gap:7px;color:var(--muted,#b1b6c7);font-size:11px}.staff-toolbar input{min-height:44px;border:1px solid var(--line,#39415b);border-radius:8px;background:var(--surface,#1b2133);color:var(--ink,#f2f0eb);padding:9px 11px}.staff-export{border-color:#7774a8;color:#d6d3ff}.staff-error{padding:13px 15px;margin:0 0 22px;border:1px solid #9f6671;border-radius:8px;background:#392936;color:#ffd9dc;font-size:12px}.staff-section{border-top:1px solid var(--line,#39415b);padding-top:21px}.staff-section-title{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:20px}.staff-section-title h2{font-size:19px;letter-spacing:-.025em}.staff-section-title>span{color:var(--muted,#b1b6c7);font-size:11px}.staff-summary{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line,#39415b);margin-bottom:30px}.staff-summary>div{padding:21px;border-right:1px solid var(--line,#39415b)}.staff-summary>div:last-child{border-right:0}.staff-summary strong{display:block;font-size:29px;font-weight:550;letter-spacing:-.04em}.staff-summary span{display:block;margin-top:6px;color:var(--muted,#b1b6c7);font-size:11px}.staff-summary.report{grid-template-columns:repeat(4,1fr)}.staff-summary.report strong{font-size:22px}.staff-table{border-top:1px solid var(--line,#39415b)}.staff-row{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(135px,.8fr) auto;gap:20px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line,#39415b)}.staff-main{display:grid;gap:5px;min-width:0}.staff-main strong{font-size:13px;font-weight:600;overflow-wrap:anywhere}.staff-main span,.staff-main em,.staff-row small{color:var(--muted,#b1b6c7);font-size:11px;font-style:normal;line-height:1.5;overflow-wrap:anywhere}.staff-row>div:nth-child(2){display:grid;justify-items:start;gap:7px}.staff-status{font-size:10px;color:#d9d7ff}.staff-status.pending,.staff-status.new{color:#f0c981}.staff-status.confirmed,.staff-status.completed,.staff-status.delivered,.staff-status.approved{color:#a7d9b0}.staff-status.cancelled,.staff-status.rejected,.staff-status.hidden{color:#f0a5a9}.staff-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.staff-action{min-height:38px;padding:8px 10px;font-size:11px}.staff-action.danger{color:#f4b3b7}.staff-confirm{grid-column:1/-1;display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding-top:13px;border-top:1px dashed var(--line,#39415b);font-size:12px;color:var(--ink,#f2f0eb)}.staff-confirm span{margin-right:auto}.staff-empty{padding:32px 0;color:var(--muted,#b1b6c7);font-size:13px}.staff-subhead{margin:30px 0 10px;font-size:14px}.staff-report-table{border-top:1px solid var(--line,#39415b)}.staff-report-table>div{display:grid;grid-template-columns:1fr 1fr auto;gap:18px;padding:13px 0;border-bottom:1px solid var(--line,#39415b);font-size:12px}.staff-report-table span{color:var(--muted,#b1b6c7)}.staff-report-table b{font-weight:550}.staff-timeline{list-style:none;margin:0;padding:0;border-top:1px solid var(--line,#39415b)}.staff-timeline li{display:grid;grid-template-columns:160px 1fr;gap:22px;padding:16px 0;border-bottom:1px solid var(--line,#39415b)}.staff-timeline time,.staff-timeline span,.staff-timeline small{color:var(--muted,#b1b6c7);font-size:11px}.staff-timeline div{display:grid;gap:4px}.staff-timeline strong{font-size:12px;font-weight:600}.staff-forbidden{max-width:560px;margin:76px auto;padding:34px 0;border-top:1px solid var(--line,#39415b);border-bottom:1px solid var(--line,#39415b)}.staff-forbidden h1{font-size:30px}.staff-forbidden p{color:var(--muted,#b1b6c7);margin:10px 0 24px;font-size:13px}@media(max-width:720px){.staff-root{margin:27px auto 92px;padding:0 20px}.staff-head h1{font-size:29px}.staff-head{margin-bottom:22px;gap:12px}.staff-back{padding:9px 10px;font-size:11px}.staff-toolbar{align-items:stretch;flex-wrap:wrap}.staff-toolbar label{flex:1 1 130px}.staff-toolbar button{flex:1 1 auto}.staff-summary,.staff-summary.report{grid-template-columns:repeat(2,1fr)}.staff-summary>div:nth-child(2){border-right:0}.staff-summary>div:nth-child(n+3){border-top:1px solid var(--line,#39415b)}.staff-row{grid-template-columns:1fr;gap:12px;padding:17px 0}.staff-row>div:nth-child(2){grid-template-columns:auto 1fr;align-items:center;gap:9px}.staff-actions{justify-content:flex-start}.staff-confirm{align-items:flex-start}.staff-confirm span{width:100%;margin-right:0}.staff-report-table>div{grid-template-columns:1fr auto;gap:6px 15px}.staff-report-table span{grid-column:1}.staff-report-table b{grid-column:2;grid-row:1/3;align-self:center}.staff-timeline li{grid-template-columns:1fr;gap:6px}.staff-section-title{align-items:flex-start}.staff-tabs{margin-left:-20px;margin-right:-20px;padding:0 20px}.staff-forbidden{margin:50px 0}}@media(prefers-reduced-motion:reduce){.staff-root *{transition:none!important}}:root{--bg:#111522;--surface:#1b2133;--raised:#272e43;--ink:#f2f0eb;--muted:#b1b6c7;--line:#39415b;--accent:#e9b76b;--accent-ink:#20182b;background:var(--bg);color:var(--ink)}.app-header{height:91px}.page-heading h1{font-size:44px;font-weight:550;line-height:1.08;letter-spacing:-.035em}.page-heading p{font-size:15px}.mobile-break{display:none}.venue-mark{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:13px}.venue-mark small{display:block;font-size:11px;margin-top:6px}.booking-progress{display:none}.booking-fields{border:0;padding:0;margin:0;min-width:0}.room-tabs small{font-size:9px;margin-left:5px}.room-tabs .selected,.date-list .selected,.filter-tabs .selected{background:var(--ink);color:var(--bg)}.room-tabs button,.date-list button,.time-grid button{transition:background .18s,border-color .18s,color .18s}.primary:hover:not(:disabled){background:#f2c988}.primary:disabled{background:#363e54;color:#bbc0cf}.time-grid button:disabled{background:#20273a;color:#7e879f;border-color:#303951}.time-grid button.selected{background:var(--accent);color:var(--accent-ink)}.primary,.secondary{min-height:48px}.primary.full{justify-content:space-between}.mobile-next,.mobile-back{display:none}.room-facts{display:flex;justify-content:space-between;gap:16px;margin-top:21px;color:var(--muted);font-size:13px}.room-facts span{display:flex;align-items:center;gap:8px}.room-footnote{font-size:12px;color:var(--muted);margin-top:24px}.room-scene{border-radius:16px;background:#191f30;overflow:hidden;border:1px solid #343b53;padding:23px 25px 15px;isolation:isolate}.scene-caption{display:flex;justify-content:space-between;align-items:center;font-size:16px}.scene-caption>span:last-child{display:flex;gap:7px;align-items:center;color:var(--muted);font-size:12px}.scene-chamber{height:260px;position:relative;display:flex;align-items:center;flex-direction:column;perspective:600px;animation:chamber-arrive .45s cubic-bezier(.16,1,.3,1)}.scene-screen{position:absolute;top:28px;left:12%;right:12%;height:88px;border:1px solid #777b97;background:#30344e;transform:rotateX(-7deg);border-radius:50% 50% 7px 7px/8% 8% 7px 7px;display:grid;place-items:center;overflow:hidden}.scene-screen>span{font-size:17px;font-weight:500;letter-spacing:.25em;color:#c4c3d8}.scene-screen>i{position:absolute;inset:0;background:linear-gradient(110deg,transparent 20%,#e9b76b22 50%,transparent 80%);transform:translate(110%);animation:projector-on .85s ease-out}.scene-floor{position:absolute;top:133px;left:0;right:0;transform:rotateX(24deg);transform-origin:center top}.scene-seats{display:flex;justify-content:center;flex-wrap:wrap;gap:9px;max-width:320px;margin:auto}.scene-seats.capacity-8{max-width:220px;gap:7px 13px}.scene-seat{width:48px;height:50px;display:grid;place-items:center;color:#737f9d;transform:translateY(0);transition:color .22s,transform .22s;animation:seat-arrive .5s cubic-bezier(.16,1,.3,1);animation-delay:calc(var(--seat-index) * 24ms)}.scene-seat.is-guest{color:var(--room-tone);transform:translateY(-3px)}.scene-light{position:absolute;top:112px;width:68%;height:1px;background:#e9b76b50;pointer-events:none}.scene-price{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid var(--line)}.scene-price strong{font-size:30px;letter-spacing:-.025em;font-weight:500}.scene-price span{font-size:12px;color:var(--muted)}.scene-price>svg{color:var(--muted)}.scene-note{font-size:10px;text-align:center;color:var(--muted);margin-top:18px}.reservation{background:var(--surface)}input,select,textarea{background:#151b2b;border-color:#4b5774}.notice{background:#252c42;color:#c9ccda;margin-bottom:24px}.signin{padding:22px 0;border-top:1px solid var(--line);text-align:left}.signin>svg{color:var(--accent);margin-bottom:13px}.signin h2{font-size:18px}.signin p{font-size:12px;color:var(--muted);margin:11px 0 18px;max-width:44ch}.signin .primary{width:100%;justify-content:space-between}.community{display:flex;justify-content:space-between;align-items:center;gap:28px;padding:26px 0;margin:20px 0 35px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.community>div{display:grid;grid-template-columns:30px 1fr;column-gap:15px;align-items:center}.community h2{font-size:20px}.community>div>svg{color:var(--accent)}.community p{grid-column:2;font-size:13px;max-width:52ch;color:var(--muted);margin-top:9px}.community .secondary{flex-shrink:0}.community .secondary:disabled{color:var(--muted);opacity:.7}.food-symbol{background:#242d44;color:#e6bf88}.quantity{background:#29324a}.avatar{background:#343044;color:#e5c59e}.profile-name{min-width:0;flex:1}.profile-name h2{overflow-wrap:anywhere}.icon-button{width:44px;height:44px;border:1px solid var(--line);border-radius:8px;display:grid;place-items:center}.order-history{margin-top:20px}.inline-confirm{border-top:1px solid var(--line);padding-top:16px;margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}.inline-confirm p{width:100%;font-size:13px;color:var(--muted)}.connection-error{border:1px solid #bd816d;padding:18px 20px;border-radius:12px;margin-bottom:30px;color:#f0c6af;font-size:13px}.connection-error .text-button{color:var(--ink)}.status.pending,.status.new{color:#e9c788}.status.confirmed,.status.delivered,.status.approved{color:#a4cbb7}.status.preparing{color:#bba4de}.status.rejected,.status.cancelled{color:#c1b6b8}.error{color:#ffb8a4}.inline-success{color:#b4d5bf}.mobile-nav{background:#191f30;border-color:#39415b}.my-review-status{margin-top:24px;border-top:1px solid var(--line);padding-top:18px}.my-review-status h3{font-size:13px}.my-review-status p{font-size:12px;color:var(--muted);margin-top:9px}.app-loading{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding-top:40px}.app-loading>div{height:350px;background:var(--surface);border-radius:14px}.app-loading p{font-size:14px;color:var(--muted)}.loading-slots{opacity:.65}footer .text-button{font-size:11px;margin-left:auto}footer>a{margin-left:0}.empty{background:var(--surface)}.bot-link:disabled{opacity:.6;cursor:default}.room-tabs button span{color:var(--muted)}.booking-ticket,.review-editor,.profile-row,.order-panel{background:var(--surface)}.reviews-layout>section{min-width:0}.rating label{color:#929db4}.rating label.rated{color:var(--accent)}.cart-lines,.order-comment{overflow-wrap:anywhere}.date-list button.selected span{color:#4a5265}@keyframes chamber-arrive{0%{transform:translateY(5px) scale(.98);opacity:.8}to{transform:translateY(0) scale(1);opacity:1}}@keyframes projector-on{0%{transform:translate(-110%)}to{transform:translate(110%)}}@keyframes seat-arrive{0%{opacity:.55;translate:0 6px}to{opacity:1;translate:0 0}}@media(max-width:1000px){.page-heading h1{font-size:36px}.scene-chamber{height:240px}.scene-seats{gap:3px}.scene-seat{width:42px}.scene-seats.capacity-8{max-width:190px;gap:3px 5px}.scene-screen{left:8%;right:8%}.room-scene{padding:21px 18px 15px}}@media(max-width:720px){.app-header{height:76px}.page-heading{margin-bottom:23px}.page-heading h1{font-size:35px;max-width:15ch}.mobile-break{display:block}.page-heading p{font-size:13px;margin-top:12px}.venue-mark{font-size:11px;align-self:flex-start;padding-top:6px}.venue-mark small{font-size:9px;max-width:11ch;line-height:1.5}.booking-progress{display:flex;align-items:center;gap:10px;margin:0 0 25px}.booking-progress button{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px;min-height:40px;padding:0}.booking-progress button span{width:22px;height:22px;border:1px solid var(--line);display:grid;place-items:center;border-radius:50%;font-size:10px}.booking-progress button.current{color:var(--ink)}.booking-progress .current span{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.booking-progress i{height:1px;flex:1;background:var(--line)}.booking-step-1 .reservation,.booking-step-2 .room-section{display:none}.mobile-next{display:flex;margin-top:24px}.mobile-back{display:flex;margin:-12px 0 15px;color:var(--muted)}.room-scene{padding:19px 18px 15px}.scene-chamber{height:226px}.scene-screen{top:24px;height:70px;left:8%;right:8%}.scene-screen>span{font-size:13px}.scene-floor{top:113px}.scene-light{top:98px}.scene-seat{width:43px;height:45px}.scene-seat svg{width:38px}.scene-seats{gap:5px}.scene-seats.capacity-8{max-width:195px;gap:5px}.scene-price{padding-top:15px}.scene-price strong{font-size:27px}.scene-price span{font-size:11px}.scene-note{font-size:9px;margin-top:14px}.room-footnote{font-size:11px;line-height:1.8;margin-top:20px}.room-facts{font-size:12px;margin-top:19px}.bottom-invite{margin-top:27px}.community{display:block;padding:24px 0;margin:25px 0}.community p{font-size:12px}.community .secondary{margin:20px 0 0 45px;font-size:12px}.app-loading{grid-template-columns:1fr}.app-loading>div:nth-child(2){display:none}.notice{font-size:12px;line-height:1.7}.menu-item{gap:11px}.food-copy h2{font-size:14px}.food-copy p{font-size:11px}.food-symbol{width:54px}.quantity button{width:33px}.reservation{padding:22px 18px}.page-heading:has(+.community) h1{font-size:32px}.profile-row .secondary{margin-left:0}.signin{padding:20px 0}.signin p{font-size:13px}.room-tabs button{min-height:44px}.room-tabs small{font-size:8px;margin-left:2px}footer{gap:12px}footer .text-button{font-size:10px;margin-left:0}footer>a{margin-left:auto}}@media(max-width:360px){.page-heading h1{font-size:30px}.venue-mark{font-size:10px}.scene-seat{width:38px}.scene-seat svg{width:34px}.scene-seats{gap:4px}.scene-price span,.booking-progress button{font-size:10px}.room-facts{font-size:11px}.room-tabs small{display:none}}@media(prefers-reduced-motion:reduce){.scene-chamber,.scene-seat,.scene-screen>i{animation:none!important}.scene-seat{transform:none!important;transition:color .1s!important}.scene-screen>i{display:none}}
