*{box-sizing:border-box}body{color:#172033;background:#f5f7fb;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{color:#fff;cursor:pointer;background:#172033;border:0;border-radius:12px;padding:12px 16px;font-weight:700}button:disabled{opacity:.45;cursor:not-allowed}button.secondary{color:#172033;background:#e9eef8}button.small{border-radius:10px;padding:8px 10px;font-size:14px}.app-shell{min-height:100vh;padding:18px}.center{justify-content:center;align-items:center;display:flex}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.topbar h1{margin:0;font-size:30px}.topbar span{color:#62708a}.mode-buttons{gap:8px;display:flex}.mode-buttons button,.tabs button{color:#172033;background:#e9eef8}.mode-buttons button.active,.tabs button.active{color:#fff;background:#172033}.order-layout{grid-template-columns:1.15fr .85fr;align-items:start;gap:16px;display:grid}.panel{background:#fff;border:1px solid #dfe6f2;border-radius:20px;padding:16px;box-shadow:0 6px 18px #1720330f}.panel h2{margin:0 0 12px}.panel-title-row{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}select,input,textarea{color:#172033;background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:100%;padding:12px}textarea{resize:vertical;min-height:72px}.menu-panel select{margin-bottom:18px;font-size:20px}.room-button-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.room-select-button{text-align:left;color:#172033;background:#eff6ff;border:1px solid #bfdbfe;min-height:82px;font-size:22px}.room-select-button:active{transform:scale(.99)}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px;display:grid}.menu-item{text-align:left;color:#172033;background:#fff7ed;border:1px solid #fed7aa;flex-direction:column;justify-content:space-between;gap:6px;min-height:112px;display:flex}.menu-item strong{font-size:18px}.menu-item span{color:#625a50;font-size:14px}.menu-item em{font-style:normal;font-weight:800}.selected-room{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;margin-bottom:12px;padding:12px;font-weight:800}.empty{color:#64748b;background:#f8fafc;border-radius:14px;padding:18px}.basket-list{flex-direction:column;gap:12px;margin-bottom:12px;display:flex}.basket-item{border:1px solid #e2e8f0;border-radius:14px;gap:8px;padding:12px;display:grid}.basket-main{justify-content:space-between;gap:8px;display:flex}.qty-row{align-items:center;gap:10px;display:flex}.qty-row button{width:42px;height:42px;padding:0;font-size:24px}.qty-row span{text-align:center;min-width:24px;font-size:20px;font-weight:800}.note-input{padding:10px}.total-row{justify-content:space-between;align-items:center;margin:14px 0;font-size:24px;display:flex}.confirm{background:#166534;width:100%;padding:16px;font-size:20px}.tabs{gap:8px;margin-bottom:14px;display:flex}.orders-list{gap:12px;display:grid}.prep-order{background:#eff6ff;border:1px solid #dbeafe;border-radius:16px;padding:14px}.prep-order.completed{background:#f0fdf4;border-color:#bbf7d0}.prep-order header{justify-content:space-between;gap:10px;display:flex}.prep-order header div{flex-direction:column;gap:3px;display:flex}.prep-order header span{color:#64748b}.prep-order ul{gap:6px;margin:12px 0;padding-left:0;list-style:none;display:grid}.prep-order li{flex-direction:column;display:flex}.prep-order li em{color:#92400e;margin-left:26px;font-style:normal}.order-note{background:#fffc;border-radius:10px;margin-bottom:10px;padding:10px}.prep-order footer{gap:8px;display:flex}.auth-card{background:#fff;border-radius:20px;gap:14px;width:min(420px,92vw);padding:24px;display:grid;box-shadow:0 8px 24px #00000014}.auth-card h1,.auth-card p{margin:0}.auth-card label{gap:6px;font-weight:700;display:grid}.error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:12px;padding:10px}.busy{color:#854d0e;background:#fef3c7;border:1px solid #fde68a;border-radius:12px;padding:10px}.banner{margin-bottom:12px}@media (width<=900px){.order-layout{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}}.order-action-row{grid-template-columns:1fr 140px;align-items:stretch;gap:10px;display:grid}.pay{background:#7c2d12}.payment-status{color:#164e63;background:#ecfeff;border:1px solid #a5f3fc;border-radius:12px;margin:10px 0;padding:10px;font-weight:700}@media (width<=700px){.order-action-row{grid-template-columns:1fr}}.payment-summary{gap:8px;margin:14px 0;display:grid}.payment-summary>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 12px;font-size:18px;display:flex}.payment-summary>div:first-child{font-size:22px}.payment-summary .outstanding{background:#fff7ed;border-color:#fed7aa}.payment-summary .settled{background:#f0fdf4;border-color:#bbf7d0}.order-money-summary{text-align:right;gap:2px;display:grid}.order-money-summary span{font-size:14px}.outstanding-text{font-weight:800;color:#9a3412!important}.settled-text{font-weight:800;color:#166534!important}button.danger{color:#fff;background:#991b1b}button.full-width{width:100%;margin-top:10px}.modal-backdrop{z-index:50;background:#0f172a8c;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border-radius:20px;gap:14px;width:min(460px,94vw);padding:20px;display:grid;box-shadow:0 18px 60px #00000040}.modal-card h2,.modal-card p{margin:0}.modal-card label{gap:6px;font-weight:800;display:grid}.modal-actions{justify-content:flex-end;gap:10px;display:flex}.payment-method-modal{width:min(440px,94vw)}.payment-choice-total,.cash-change,.cash-summary>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;padding:12px;display:flex}.payment-choice-total strong,.cash-change strong{font-size:24px}.payment-method-buttons{grid-template-columns:1fr 1fr;gap:12px;display:grid}.payment-method-buttons button{min-height:72px;font-size:22px}.cash-button{background:#166534}.cash-summary{gap:8px;display:grid}.cash-change{background:#f0fdf4;border-color:#bbf7d0}.breakfast-display-launch{background:#9a3412}.breakfast-display{z-index:1000;color:#fff;touch-action:manipulation;-webkit-user-select:none;user-select:none;background:#1c120b;width:100vw;height:100dvh;position:fixed;inset:0;overflow:hidden}.display-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#fde7c7;margin-bottom:10px;font-size:clamp(15px,2.2vw,22px);font-weight:800;display:block}.breakfast-carousel{cursor:pointer}.carousel-slide{opacity:0;pointer-events:none;transition:opacity 1.2s ease-in-out;position:absolute;inset:0}.carousel-slide.is-active{opacity:1}.carousel-image{object-fit:cover;object-position:center;width:100%;height:100%}.carousel-placeholder{background:radial-gradient(circle at 50% 30%,#b45309,#2b1609 72%)}.carousel-shade{background:linear-gradient(#0c070314 20%,#0c070359 48%,#0c0703f0 100%);position:absolute;inset:0}.carousel-content{text-shadow:0 3px 18px #000000b3;position:absolute;bottom:18vh;left:clamp(28px,6vw,68px);right:clamp(28px,6vw,68px)}.carousel-content h1{max-width:900px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(46px,8vw,86px);line-height:.98}.carousel-content p{max-width:720px;margin:18px 0 0;font-size:clamp(20px,3.2vw,32px);line-height:1.3}.carousel-price{color:#431407;text-shadow:none;background:#fffffff0;border-radius:999px;margin-top:22px;padding:10px 18px;font-size:clamp(27px,4vw,42px);display:inline-block}.carousel-touch-prompt{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#221208c7;border:1px solid #ffffff8c;border-radius:18px;width:min(86vw,620px);padding:15px 24px;animation:2.6s ease-in-out infinite touchPromptPulse;position:absolute;bottom:4.5vh;left:50%;transform:translate(-50%);box-shadow:0 10px 32px #00000047}.carousel-touch-prompt span,.carousel-touch-prompt strong{display:block}.carousel-touch-prompt span{font-size:clamp(16px,2.2vw,22px)}.carousel-touch-prompt strong{margin-top:3px;font-size:clamp(22px,3.4vw,34px)}.carousel-dots{z-index:3;gap:9px;display:flex;position:absolute;top:24px;left:50%;transform:translate(-50%)}.carousel-dots span{background:#ffffff6b;border-radius:50%;width:9px;height:9px}.carousel-dots span.is-active{background:#fff;transform:scale(1.25)}.breakfast-display-list{overscroll-behavior:none;color:#2b170c;touch-action:pan-y;-webkit-user-select:auto;user-select:auto;background:#fffaf3;overflow-y:auto}.display-list-header{z-index:4;color:#fff;background:#411c08f7;padding:28px 26px 22px;position:sticky;top:0;box-shadow:0 5px 18px #3e1d0c38}.display-list-header h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,7vw,68px);line-height:1}.display-list-header p{color:#fde7c7;margin:12px 0 0;font-size:clamp(18px,2.8vw,26px)}.display-menu-list{gap:18px;padding:22px;display:grid}.display-menu-card{background:#fff;border:1px solid #ead8c5;border-radius:22px;grid-template-columns:minmax(150px,34%) 1fr;min-height:190px;display:grid;overflow:hidden;box-shadow:0 8px 24px #4b27121a}.display-menu-image-wrap{background:#ead8c5;min-height:190px}.display-menu-image{object-fit:cover;width:100%;height:100%}.display-menu-image-placeholder{color:#8a5b3d;background:#f4e7d8;justify-content:center;align-items:center;width:100%;height:100%;font-weight:800;display:flex}.display-menu-copy{flex-direction:column;justify-content:center;padding:22px;display:flex}.display-menu-title-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.display-menu-title-row h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(25px,4vw,38px);line-height:1.08}.display-menu-title-row strong{color:#9a3412;white-space:nowrap;flex:none;font-size:clamp(22px,3.4vw,32px)}.display-menu-copy p{color:#69503f;margin:13px 0 0;font-size:clamp(17px,2.5vw,23px);line-height:1.35}.display-list-footer{color:#785f4e;text-align:center;padding:8px 24px 28px;font-size:15px}.breakfast-display-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.breakfast-display-empty h1{margin:0;font-size:64px}.breakfast-display-empty p{font-size:26px}@keyframes touchPromptPulse{0%,to{transform:translate(-50%)scale(1)}50%{transform:translate(-50%)scale(1.035)}}@media (width<=560px){.display-menu-card{grid-template-columns:130px 1fr;min-height:160px}.display-menu-image-wrap{min-height:160px}.display-menu-copy{padding:16px}.display-menu-title-row{flex-direction:column;gap:8px}}@media (prefers-reduced-motion:reduce){.carousel-slide{transition:none}.carousel-touch-prompt{animation:none}}
