:root{--blue: #1f6feb;--blue-dark: #1a5fd0;--blue-light: #eaf2ff;--blue-lighter: #f5f9ff;--border: #d9e2ec;--text: #1a2733;--muted: #64748b;--bg: #ffffff;--bg-soft: #f7fafc;--red: #e5484d;--green: #2fa84f;--amber: #d99a00;--shadow: 0 1px 3px rgba(20, 40, 80, .08), 0 1px 2px rgba(20, 40, 80, .06)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Yu Gothic,sans-serif;color:var(--text);background:var(--bg-soft);font-size:15px;line-height:1.5}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:15px}.login-wrap{min-height:100%;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(160deg,var(--blue-light),#ffffff 60%)}.login-card{background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:32px 26px;width:100%;max-width:360px}.login-card h1{font-size:22px;margin:0 0 4px;color:var(--blue);text-align:center}.login-card .sub{text-align:center;color:var(--muted);font-size:13px;margin-bottom:24px}.app{min-height:100%;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:30;height:54px;background:var(--blue);color:#fff;display:flex;align-items:center;gap:12px;padding:0 14px;box-shadow:var(--shadow)}.topbar .title{font-weight:700;font-size:16px}.topbar .spacer{flex:1}.topbar .role-badge{font-size:11px;background:#fff3;padding:3px 8px;border-radius:999px}.hamburger{background:transparent;border:none;color:#fff;width:34px;height:34px;display:grid;place-items:center;border-radius:8px}.hamburger:active{background:#ffffff26}.hamburger span{display:block;width:20px;height:2px;background:#fff;position:relative}.hamburger span:before,.hamburger span:after{content:"";position:absolute;left:0;width:20px;height:2px;background:#fff}.hamburger span:before{top:-6px}.hamburger span:after{top:6px}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f1e3766;z-index:40}.drawer{position:fixed;top:0;left:0;bottom:0;width:240px;background:#fff;z-index:50;box-shadow:2px 0 12px #14285026;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .22s ease}.drawer.open{transform:translate(0)}.drawer-head{padding:18px 18px 14px;border-bottom:1px solid var(--border)}.drawer-head .brand{color:var(--blue);font-weight:700;font-size:17px}.drawer-head .brand small{display:block;color:var(--muted);font-weight:400;font-size:11px;margin-top:2px}.nav{padding:8px;flex:1;overflow-y:auto}.nav button{width:100%;text-align:left;background:transparent;border:none;padding:12px 14px;border-radius:10px;font-size:15px;color:var(--text);display:flex;align-items:center;gap:10px}.nav button.active{background:var(--blue-light);color:var(--blue);font-weight:600}.nav .ico{width:20px;text-align:center}.drawer-foot{padding:12px;border-top:1px solid var(--border)}.content{flex:1;padding:16px 14px 40px;max-width:1200px;width:100%;margin:0 auto}.body-row{display:flex;flex:1;min-height:0}.page-head{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:14px}.page-head h2{font-size:19px;margin:0}.card{background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:16px;margin-bottom:14px}.btn{background:var(--blue);color:#fff;border:none;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:600}.btn:active{background:var(--blue-dark)}.btn.ghost{background:#fff;color:var(--blue);border:1px solid var(--blue)}.btn.gray{background:#eef2f7;color:var(--text)}.btn.danger{background:var(--red)}.btn.sm{padding:6px 12px;font-size:13px;border-radius:8px}.btn:disabled{opacity:.5}.field{margin-bottom:12px}.field label{display:block;font-size:12px;color:var(--muted);margin-bottom:4px;font-weight:600}.field input,.field select,.field textarea{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--text)}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-light)}.row{display:flex;gap:10px;flex-wrap:wrap}.row>*{flex:1;min-width:0}.checks{display:flex;gap:16px;flex-wrap:wrap}.check{display:flex;align-items:center;gap:6px;font-size:14px}.check input{width:18px;height:18px}.toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:12px}.toolbar select,.toolbar input{padding:8px 10px;border:1px solid var(--border);border-radius:9px;background:#fff}.pill{display:inline-flex;align-items:center;gap:4px;font-size:11px;padding:2px 8px;border-radius:999px;background:var(--blue-light);color:var(--blue);font-weight:600}.pill.green{background:#e6f6ec;color:var(--green)}.pill.amber{background:#fdf3d8;color:var(--amber)}.pill.gray{background:#eef2f7;color:var(--muted)}.muted{color:var(--muted)}.empty{text-align:center;color:var(--muted);padding:40px 10px}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:12px;background:#fff}table.grid{border-collapse:collapse;width:100%;font-size:13px;white-space:nowrap}table.grid th,table.grid td{border-bottom:1px solid var(--border);padding:8px 10px;text-align:left}table.grid th{background:var(--blue-lighter);color:var(--muted);font-weight:600;position:sticky;top:0}table.grid tr:last-child td{border-bottom:none}table.grid td.num,table.grid th.num{text-align:right;font-variant-numeric:tabular-nums}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.stat{background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px;box-shadow:var(--shadow)}.stat .label{font-size:12px;color:var(--muted)}.stat .value{font-size:26px;font-weight:700;color:var(--blue);font-variant-numeric:tabular-nums}.stat .value.dark{color:var(--text)}.tb-scroll{width:100%;max-width:100%;box-sizing:border-box;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:12px;background:#fff}.tb{position:relative}.tb-hours{display:flex;border-bottom:2px solid var(--border);position:sticky;top:0;background:var(--blue-lighter);z-index:2}.tb-hour{flex:0 0 auto;text-align:center;font-size:12px;font-weight:600;color:var(--muted);border-left:1px solid var(--border);padding:6px 0}.tb-bedcol{flex:0 0 auto;width:66px;border-left:none;position:sticky;left:0;z-index:4;background:var(--blue-lighter);z-index:3}.tb-row{display:flex;border-bottom:1px solid var(--border);position:relative;height:52px}.tb-bed{flex:0 0 auto;width:66px;position:sticky;left:0;background:#fff;z-index:3;border-right:2px solid var(--border);display:flex;flex-direction:column;justify-content:center;padding:0 8px;font-size:12px}.tb-bed .b-store{font-size:10px;color:var(--muted)}.tb-bed .b-name{font-weight:700;display:flex;align-items:center;gap:4px}.b-name-dot{display:inline-block;width:9px;height:9px;border-radius:50%;flex:0 0 auto}.tb-lane{position:relative;flex:1}.tb-gridline{position:absolute;top:0;bottom:0;width:1px;background:var(--border);z-index:1}.tb-gridline-minor{position:absolute;top:0;bottom:0;width:1px;background:#eef2f7;z-index:1}.tb-offduty{position:absolute;top:0;bottom:0;background:#64748b24;z-index:0;pointer-events:none}.tb-note{flex:0 0 auto;padding:0 12px;display:flex;align-items:center;font-size:13px;color:var(--muted);border-left:1px solid var(--border)}.tb-block{position:absolute;top:4px;bottom:4px;z-index:2;border-radius:8px;touch-action:none;cursor:grab;padding:4px 6px;color:#fff;font-size:11px;overflow:visible;box-shadow:0 1px 2px #00000026;cursor:pointer}.tb-block .bl-course{font-weight:700;white-space:nowrap}.tb-block .bl-name{opacity:.9;overflow:hidden;text-overflow:ellipsis}.tb-block.travel{background:repeating-linear-gradient(45deg,#9aa7b8,#9aa7b8 5px,#b6c0cd 5px,#b6c0cd 10px);color:#33404f;font-size:10px;font-weight:700;opacity:.9;display:flex;align-items:center;justify-content:center;text-align:center}.tb-block.break{background:repeating-linear-gradient(45deg,#d99a00,#d99a00 5px,#f0b93a 5px,#f0b93a 10px);color:#4a3300;font-size:10px;font-weight:700;cursor:pointer}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f1e3773;z-index:60;display:flex;align-items:flex-end;justify-content:center}.modal{background:#fff;width:100%;max-width:480px;border-radius:16px 16px 0 0;max-height:92vh;overflow-y:auto;padding:20px 18px 28px}.modal h3{margin:0 0 16px;font-size:18px}.modal-actions{display:flex;gap:10px;margin-top:8px}.modal-actions .btn{flex:1}.shift-cal-head{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;font-size:11px;color:var(--muted);padding:4px 0;border-bottom:1px solid var(--border);border-top:1px solid var(--border);margin-top:4px}.shift-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);border-left:1px solid var(--border)}.shift-cal-cell{min-height:62px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:3px 3px 2px;font-size:10px;overflow:hidden}.shift-cal-cell.out{background:var(--bg-soft);color:var(--muted)}.shift-cal-cell.today{background:var(--blue-light)}.shift-cal-cell .cal-date{font-size:11px;font-weight:700;margin-bottom:2px}.shift-cal-cell .cal-shift{font-size:9.5px;font-weight:700;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shift-cal-cell .cal-more{font-size:9px;color:var(--muted)}@media (min-width: 720px){.stat-grid{grid-template-columns:repeat(4,1fr)}.modal-overlay{align-items:center}.modal{border-radius:16px}}.desktop-only{display:none}@media (min-width: 900px){.hamburger,.drawer-overlay{display:none}.drawer{position:sticky;top:54px;left:auto;bottom:auto;transform:none;height:calc(100vh - 54px);flex:0 0 240px;box-shadow:none;border-right:1px solid var(--border)}.content{flex:1;max-width:none}.desktop-only{display:inline-flex}}.board-page{height:100vh;width:100vw;background:#fff;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden}.board-frame{flex:1;min-height:0;width:100%;background:#fff;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.board-head{flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border);background:var(--blue-lighter)}.board-body{flex:1;min-width:0;overflow-x:hidden;overflow-y:auto;padding:8px 10px;box-sizing:border-box}.tb-bed.not-checked-in{background:#e2e6ea;color:#7a8590}.tb-bed.not-checked-in .b-name{color:#7a8590}.tb-bed{cursor:pointer}.board-body .tb-block .bl-course{font-size:13px}.board-body .tb-block.travel{font-size:12px;font-weight:700}.board-body .tb-block.break{font-size:12px}.shift-page .tb-hours{z-index:7}.shift-page .tb-bedcol{z-index:8;border-right:2px solid var(--border)}.shift-page .tb-bed{z-index:6;box-shadow:2px 0 4px #14285014}.shift-page .tb-block .bl-course{position:sticky;left:92px;display:inline-block;max-width:100%}.shift-page .cal-toolbar{justify-content:center;gap:14px}.shift-page .cal-toolbar strong{font-size:17px;letter-spacing:.5px}.shift-page .shift-cal-head{font-size:12px;font-weight:600;padding:6px 0}.shift-page .shift-cal-head div:first-child{color:var(--red)}.shift-page .shift-cal-head div:last-child{color:var(--blue)}.shift-page .shift-cal-cell{min-height:76px;padding:4px 4px 3px}.shift-page .shift-cal-cell .cal-date{font-size:12px;margin-bottom:3px}.shift-page .shift-cal-cell:nth-child(7n+1) .cal-date{color:var(--red)}.shift-page .shift-cal-cell:nth-child(7n) .cal-date{color:var(--blue)}.shift-page .shift-cal-cell.out .cal-date{color:var(--muted);font-weight:400}.shift-page .shift-cal-cell .cal-shift{font-size:10.5px;line-height:1.5}.shift-page .shift-cal-cell .cal-more{font-size:10px;font-weight:600;margin-top:1px}.shift-page .shift-cal-cell.today{box-shadow:inset 0 0 0 2px var(--blue);border-radius:2px}.shift-page .shift-cal-cell.today .cal-date{color:var(--blue)}.reception-modal{padding:0 18px}.reception-modal .modal-head{position:sticky;top:0;z-index:5;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:16px 0 10px;border-bottom:1px solid var(--border);margin-bottom:14px}.reception-modal .modal-head h3{margin:0;font-size:17px}.reception-modal .modal-close{background:#eef2f7;border:none;border-radius:999px;width:30px;height:30px;font-size:14px;color:var(--muted);display:grid;place-items:center;flex:0 0 auto}.reception-modal .modal-actions{position:sticky;bottom:0;z-index:5;background:#fff;border-top:1px solid var(--border);padding:12px 0 max(16px,env(safe-area-inset-bottom));margin-top:10px}.reception-modal .field input,.reception-modal .field select,.reception-modal .field textarea{min-height:46px;font-size:16px}.reception-modal input::-webkit-date-and-time-value{text-align:left}.reception-modal .checks{gap:10px}.reception-modal .check{gap:8px;font-size:15px;font-weight:600;background:var(--bg-soft);border:1px solid var(--border);border-radius:10px;padding:10px 16px;cursor:pointer;-webkit-user-select:none;user-select:none}.reception-modal .check input{width:20px;height:20px;accent-color:var(--blue);margin:0}.reception-modal .check:has(input:checked){background:var(--blue-light);border-color:var(--blue);color:var(--blue)}.sheet-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;background:#fff;border:1px solid var(--border);border-radius:10px;padding:10px 10px 12px;box-shadow:var(--shadow)}.sheet{min-width:1080px;color:#1c1c1c;font-size:12px}.sheet-head{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 22px;padding:2px 2px 8px;font-size:12.5px;font-weight:600}.sheet-title{font-size:15px;font-weight:800;letter-spacing:.5px}.ink-red{color:#c22b2b;font-weight:700}.fill-blank{display:inline-block;width:26px;border-bottom:1px solid #999;margin:0 3px}.fill-blank.w{width:58px}.sheet-table{border-collapse:collapse;width:100%;border:1.5px solid #333;white-space:nowrap}.sheet-table th{border:1px solid #555;font-size:10px;font-weight:600;padding:3px 5px;text-align:center;line-height:1.25;background:#fff}.sheet-table td{border-left:1px solid #888;border-right:1px solid #888;border-bottom:1px dashed #b5b5b5;padding:3px 6px;height:31px;cursor:pointer}.sheet-table tr:last-child td{border-bottom:none}.sheet-table .c-center{text-align:center}.sheet-table .c-no{font-weight:700}.sheet-table .c-name{min-width:120px}.sheet-table .c-name .cell{display:flex;align-items:center;justify-content:space-between;gap:6px}.sheet-table .c-name .nm{font-weight:600}.sheet-table .c-course{min-width:150px}.sheet-table .c-amount{text-align:right;min-width:70px;font-variant-numeric:tabular-nums}.sheet-table .printed{color:#555;font-size:10.5px}.sheet-table .circled{display:inline-block;border:1.5px solid #1c1c1c;border-radius:999px;padding:0 3px;color:#1c1c1c;font-weight:700}.sheet-table .clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.sheet-table .clickable:hover{background:var(--blue-light);border-radius:4px}.sheet-table .pay-cell{white-space:nowrap}.cell-input,.cell-select{border:none;background:transparent;font:inherit;color:#1c1c1c;width:100%;padding:1px 2px;border-radius:3px}.cell-input:focus,.cell-select:focus{outline:none;background:var(--blue-light)}.cell-input.c-narrow{width:56px}.cell-select{min-width:64px}.course-free{display:block;font-size:10px;color:#555;margin-top:2px}.amount-input{text-align:right;width:64px}.meta-input{width:44px;border:none;border-bottom:1px solid #999;background:transparent;font:inherit;text-align:center;color:#1c1c1c}.meta-input-wide{width:60px}.sheet-table input[type=time]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.meta-input:focus{outline:none;border-bottom-color:var(--blue)}.sheet-table .pay-extra{margin-left:3px}.sheet-foot{display:flex;border:1.5px solid #333;border-top:none;font-size:11px;line-height:1.4}.sheet-foot>div{padding:5px 8px}.sf-left{flex:1.5;display:flex;flex-direction:column;justify-content:space-between;gap:3px}.sf-sign{flex:0 0 72px;border-left:1px solid #555;border-right:1px solid #555;display:grid;place-items:center;font-weight:600;cursor:pointer;overflow:hidden}.sf-sign-img{width:100%;height:100%;object-fit:contain}.signature-canvas{width:100%;max-width:600px;height:260px;border:1px solid var(--border);border-radius:8px;touch-action:none;background:#fff}.sf-check{flex:1;border-right:1px solid #555;display:flex;flex-direction:column;gap:3px}.sf-check-head{font-weight:700;border-bottom:1px solid #999;padding-bottom:2px}.sf-check div:not(.sf-check-head){border-bottom:1px dashed #bbb;color:#555}.sf-total{flex:1.3;display:flex;flex-direction:column;justify-content:space-between;gap:3px}.sf-total>div{display:grid;grid-template-columns:52px 44px 1fr;gap:8px;border-bottom:1px dashed #bbb;padding-bottom:2px}.sf-total>div>span:nth-child(2),.sf-total>div>span:nth-child(3){text-align:right;font-variant-numeric:tabular-nums}.sf-total>div:last-child{border-bottom:none;font-weight:700}.payroll-table .rate-input{width:44px;padding:2px 4px;border:1px solid var(--border);border-radius:6px;text-align:right;font-size:12px}.print-only{display:none}.payroll-table tfoot td{border-top:2px solid #333;font-weight:700;background:var(--bg-soft)}@media print{@page{size:A4 portrait;margin:12mm}.topbar,.drawer,.drawer-overlay,.toolbar,.page-head{display:none!important}.body-row,.content{display:block!important;padding:0!important;margin:0!important;max-width:none!important}.payroll-sheet{border:none!important;box-shadow:none!important;padding:0!important;overflow:visible!important}.payroll-sheet,.payroll-table{page-break-inside:avoid}.payroll-sheet .sheet{min-width:0!important;width:100%!important;font-size:7.5pt!important}.payroll-table th,.payroll-table td{padding:.6mm 1mm!important;font-size:6.5pt!important;line-height:1.3!important}.payroll-table .rate-input{width:20px;padding:0;font-size:6.5pt!important}.no-print{display:none!important}.print-only{display:inline!important}.sheet-head{font-size:7.5pt!important}.sheet-title{font-size:9pt!important}}@media (min-width: 900px){.reception-sheet .sheet{min-width:0;width:100%;font-size:10.5px}.reception-sheet .sheet-table th,.reception-sheet .sheet-table td{padding:2px 3px}.reception-sheet .cell-input,.reception-sheet .cell-select{font-size:10.5px}.reception-sheet .cell-input.c-narrow{width:44px}}@media print{.reception-sheet{border:none!important;box-shadow:none!important;padding:0!important;overflow:visible!important}.reception-sheet .sheet{min-width:0!important;width:100%!important;font-size:7pt!important;padding-bottom:30mm!important;box-sizing:border-box}.reception-sheet .sheet-head{font-size:7.5pt!important}.reception-sheet .sheet-table th,.reception-sheet .sheet-table td{padding:.6mm 1mm!important;font-size:6.5pt!important}.reception-sheet .cell-input,.reception-sheet .cell-select{font-size:6.5pt!important}.reception-sheet .sheet-foot{position:fixed;left:0;right:0;bottom:0;background:#fff;font-size:6.5pt!important}}.daily-report-card .dr-table td,.daily-report-card .dr-table th{white-space:nowrap}.dr-denom-table th,.dr-denom-table td{text-align:center;padding:6px 4px}.denom-input{width:100%;min-width:52px;border:1px solid var(--border);border-radius:6px;padding:4px;text-align:right;font-size:13px}.quick-report-card .qr-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px dashed var(--border);font-size:14px}.quick-report-card .qr-value{font-weight:700;color:var(--blue);font-variant-numeric:tabular-nums}.qr-booking-list{margin:0;padding-left:18px;font-size:13px;line-height:1.7}.row-del-btn{background:var(--red);color:#fff;border:none;border-radius:6px;width:22px;height:22px;line-height:1;font-size:12px;cursor:pointer}.field input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:40px!important;min-height:0!important;box-sizing:border-box!important;padding:10px 12px!important;font-size:15px!important;line-height:1.2!important}.time10{display:inline-flex;align-items:center;gap:2px}.time10 select{height:40px;box-sizing:border-box;border:1px solid var(--border);border-radius:6px;padding:6px 4px;font-size:14px;background:#fff;color:var(--text)}.cell-input.time10-cell select{border:none;background:transparent;padding:1px;font-size:inherit;width:auto}.color-swatch-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;max-width:320px}.color-swatch{width:36px;height:36px;border-radius:50%;border:1px solid rgba(0,0,0,.1);cursor:pointer;padding:0}.debug-thread-messages{max-height:360px;overflow-y:auto;border:1px solid var(--border);border-radius:10px;padding:10px;margin:10px 0;background:#f7f8fa}.debug-message{background:#fff;border-radius:8px;padding:8px 10px;margin-bottom:8px;border:1px solid var(--border)}.debug-message.admin{background:#eaf2ff;border-color:#cfe0ff}.debug-message-head{display:flex;align-items:center;gap:8px;font-size:12px;margin-bottom:4px}.debug-message-head .btn{margin-left:auto;padding:2px 8px;font-size:11px}.debug-message-body{font-size:14px;white-space:pre-wrap;word-break:break-word}.debug-message-image{max-width:100%;max-height:240px;border-radius:6px;margin-top:6px;display:block}.debug-message-file{display:inline-block;margin-top:6px;font-size:13px;color:var(--blue)}.week-count-row{display:flex;gap:8px;overflow-x:auto;margin:10px 0;padding-bottom:4px}.week-count-badge{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 12px;border:1px solid var(--border);border-radius:10px;background:#fff;font-size:12px;cursor:pointer;color:var(--text)}.week-count-badge.active{border-color:var(--blue);background:var(--blue-light)}.week-count-badge strong{font-size:14px}.signage-congestion{width:100vw;height:100vh;background:#f7f5f0;color:#2b2b2b;display:flex;flex-direction:column;padding:2vh 2vw;box-sizing:border-box;font-family:inherit;overflow:hidden}.signage-layout{flex:1;min-height:0;display:flex;gap:2.4vw}.signage-left{flex:0 0 58%;display:flex;flex-direction:column;min-height:0}.signage-right{flex:1;min-width:0;display:flex}.signage-head{text-align:center;margin-bottom:1.5vh;flex:0 0 auto}.signage-time{font-size:2.2vh;color:#6b6458;margin-bottom:.4vh}.signage-title{font-size:3.6vh;font-weight:800;color:#2b2b2b}.signage-table-wrap{flex:1;min-height:0;display:grid;border-radius:1.2vh;background:#fff;box-shadow:0 4px 18px #0000000f;overflow:hidden}.signage-row{display:grid;border-bottom:1px solid #eee6d8}.signage-row:last-child{border-bottom:none}.signage-cell{display:flex;align-items:center;justify-content:center;border-right:1px solid #eee6d8;overflow:hidden}.signage-td-cell{container-type:size}.signage-cell:last-child{border-right:none}.signage-row-head .signage-cell{font-size:2.4vh;font-weight:700}.signage-th-time{background:#f1ede3}.signage-th-today{background:#dbeafe;color:#1e3a5f}.signage-th-tomorrow{background:#fbe1ec;color:#6b1d3f}.signage-td-time{background:#f8f6f0;font-size:2.1vh;font-weight:600;color:#5b5648}.signage-td-cell{font-size:2.2vh}.signage-symbol{display:inline-flex;align-items:center;justify-content:center;height:68cqh;aspect-ratio:1 / 1;width:auto;max-width:90cqw;border-radius:50%;font-weight:800}.signage-symbol.sym-double{background:#ffe1e8;color:#d6336c;font-size:36cqh}.signage-symbol.sym-single{background:#fdeef2;color:#e05a86;font-size:32cqh}.signage-symbol.sym-triangle{background:#fff6da;color:#b8860b;font-size:26cqh}.signage-dash{color:#b3ada0;font-size:34cqh}.signage-closed{display:inline-block;color:#9a9488;font-size:24cqh;background:#ece7db;border-radius:.8vh;padding:.4vh .8vh}.signage-legend{display:flex;gap:2.2vw;justify-content:center;margin-top:1.4vh;font-size:1.8vh;color:#6b6458;flex-wrap:wrap;flex:0 0 auto}.signage-menu-panel{width:100%;height:100%;box-sizing:border-box;container-type:size;padding:4vh 2.6vw;border-radius:1.4vh;background:radial-gradient(ellipse at top,#3d2a6b,#1b1330 55%,#100b1e);color:#f3ecff;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000001f}.signage-menu-deco-line{width:5vh;height:2px;background:linear-gradient(90deg,transparent,#d8b86a,transparent);margin-bottom:1.4vh}.signage-menu-deco-line.bottom{margin-top:auto;margin-bottom:0}.signage-menu-eyebrow{font-size:min(1.5vh,3.2cqw);letter-spacing:.4em;color:#d8b86a;font-weight:700}.signage-menu-heading{font-size:min(3.2vh,7.5cqw);font-weight:800;margin-top:.8vh;color:#fff}.signage-menu-sub{font-size:min(1.6vh,3.6cqw);color:#c9bce8;margin-top:.6vh;margin-bottom:3vh}.signage-menu-list{width:100%;max-width:84cqw;flex:1;min-height:0;gap:0;overflow:hidden}.signage-menu-empty{color:#c9bce8;font-size:min(2vh,4.4cqw);margin-top:2vh}.signage-menu-item{text-align:left;display:flex;flex-direction:column;justify-content:center;min-height:0;overflow:hidden}.signage-menu-item-main{display:flex;align-items:baseline;gap:.6vw}.signage-menu-item-name{font-size:min(2.1vh,4.6cqw,3.6cqh);font-weight:700;color:#fff;white-space:nowrap}.signage-menu-item-dots{flex:1;border-bottom:2px dotted rgba(216,184,106,.45);transform:translateY(-.4vh)}.signage-menu-item-price{font-size:min(2.1vh,4.6cqw,3.6cqh);font-weight:800;color:#ffd76b;white-space:nowrap}.signage-menu-item-time{font-size:min(1.4vh,3.1cqw,2.4cqh);color:#b6a6de;margin-top:.2vh}.signage-promo{width:100vw;height:100vh;background:#000;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.signage-promo.empty{color:#fff;font-size:20px;padding:40px;text-align:center}.signage-promo-image{width:100%;height:100%;object-fit:contain}.signage-promo-caption{position:absolute;bottom:0;left:0;right:0;background:#0009;color:#fff;font-size:22px;padding:16px 24px;text-align:center}.rate-table{width:100%;border-collapse:collapse;margin-top:10px}.rate-table th,.rate-table td{padding:8px 10px;border-bottom:1px solid var(--border);font-size:13px;text-align:center}.rate-table th{color:var(--ink-soft, #777);font-weight:500;font-size:12px}.rate-table .rate-input{width:52px;padding:4px 6px;border:1px solid var(--border);border-radius:6px;text-align:right;font-size:13px}.tb-notime-banner{background:#fff4e0;border:1px solid #f0c56b;border-radius:10px;padding:10px 14px;margin:0 0 12px;font-size:13px}.tb-notime-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.tb-notime-chip{border:1px solid #e0a83f;background:#fff;color:#6b4c14;border-radius:16px;padding:5px 12px;font-size:12.5px;cursor:pointer}.tb-notime-chip:active{background:#fef0d8}.bl-special-badge{display:inline-block;margin-left:5px;background:#e63946;color:#fff;font-size:10px;font-weight:700;line-height:1;padding:2px 5px;border-radius:4px;vertical-align:middle;position:relative;z-index:3;box-shadow:0 1px 3px #00000059}.tb-now-line{position:absolute;top:0;bottom:0;width:2px;background:#111;z-index:6;pointer-events:none}.notif-bell{background:none;border:none;font-size:20px;padding:4px 8px;cursor:pointer;line-height:1}.notif-bell:disabled{opacity:.5}.history-list{max-height:60vh;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.history-row{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;font-size:13px;flex-wrap:wrap}.history-badge{font-size:11px;font-weight:700;padding:2px 8px;border-radius:10px;color:#fff;flex-shrink:0}.history-badge.history-new{background:#2f9e44}.history-badge.history-edit{background:#1f6feb}.history-badge.history-delete{background:#e03131}.history-time{color:var(--ink-soft, #777);font-size:12px;flex-shrink:0}.history-body{flex:1;min-width:200px}.tb-row-bookingreq{background:#d9822b0f}.tb-block-bookingreq{cursor:pointer;border:2px dashed rgba(255,255,255,.6)}.tb-block-bookingreq:active{filter:brightness(.92)}
