.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 16px;background:var(--bg)}.auth-card{width:100%;max-width:440px;padding:40px}.auth-logo{display:flex;justify-content:center;margin-bottom:28px;text-decoration:none}.auth-title{font-size:26px;font-weight:800;text-align:center;margin-bottom:6px}.auth-sub{text-align:center;color:var(--text-muted);font-size:15px;margin-bottom:28px}.auth-methods{display:flex;gap:8px;margin-bottom:24px;background:var(--surface-2);padding:4px;border-radius:var(--radius-sm)}.method-btn{flex:1;padding:8px;border-radius:6px;font-size:13px;font-weight:600;background:transparent;color:var(--text-muted);transition:all var(--transition)}.method-btn.active{background:var(--surface-3);color:var(--text)}.method-btn:hover:not(.active){color:var(--text)}.google-btn{width:100%;justify-content:center;gap:10px;margin-bottom:8px}.auth-submit{width:100%;justify-content:center;margin-top:8px}.auth-hint{font-size:14px;color:var(--text-muted);margin-bottom:16px;text-align:center}.otp-input{text-align:center;font-size:24px;letter-spacing:.3em;font-weight:700}.auth-footer{text-align:center;font-size:14px;color:var(--text-muted);margin-top:24px}.auth-footer a,.auth-terms a{color:var(--yellow);font-weight:600}.auth-terms{text-align:center;font-size:12px;color:var(--text-faint);margin-top:10px}.input-password-wrap{position:relative;display:flex;align-items:center}.input-password-wrap .input{width:100%;padding-right:44px}.input-password-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;font-size:18px;padding:0;line-height:1;color:var(--text-muted);z-index:1}.input-password-toggle:hover{color:var(--text)}.auth-divider{display:flex;align-items:center;gap:12px;margin:24px 0}.auth-divider-line{flex:1;height:1px;background:var(--border)}.auth-divider-text{font-size:13px;color:var(--text-faint);white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.input-error{border-color:var(--error)!important}select.input{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%239CA3AF' d='M1 1l5 5 5-5' stroke='%239CA3AF' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px;padding-right:36px;cursor:pointer}select.input:hover{border-color:var(--border-hover)}.input-phone-wrap{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--surface-2);transition:border-color var(--transition)}.input-phone-wrap:focus-within{border-color:var(--yellow)}.input-phone-prefix{padding:0 12px;font-size:14px;font-weight:600;color:var(--text-muted);background:var(--surface-3);border-right:1px solid var(--border);height:44px;display:flex;align-items:center;-webkit-user-select:none;user-select:none;flex-shrink:0}.input-phone{border:none!important;border-radius:0!important;background:transparent!important;flex:1}.dash-layout{display:flex;min-height:100vh;background:var(--bg)}.dash-sidebar{width:260px;flex-shrink:0;background:var(--surface);border-right:1px solid var(--border)}.dash-sidebar-inner{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;overflow-y:auto}.dash-sidebar-top{flex:1;padding:20px 12px}.dash-sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.dash-logo{display:flex;align-items:center;gap:10px}.dash-logo .logo-text{font-size:15px}.dash-close{display:none;background:none;color:var(--text-muted);font-size:16px;padding:4px 8px}.dash-nav{display:flex;flex-direction:column;gap:2px}.dash-nav-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;color:var(--text-muted);transition:all var(--transition);white-space:nowrap}.dash-nav-item:hover{background:var(--surface-2);color:var(--text)}.dash-nav-item.active{background:var(--yellow-soft);color:var(--yellow);font-weight:600;border-left:2px solid var(--yellow)}.dash-nav-item.locked{opacity:.45;pointer-events:none}.dash-nav-lock-icon{display:inline-flex;align-items:center;color:var(--text-faint);flex-shrink:0}.dash-sidebar-bottom{padding:12px;display:flex;flex-direction:column;gap:8px;border-top:1px solid var(--border);margin-top:auto}.dash-nav-group{display:flex;flex-direction:column}.dash-nav-group-btn{width:100%;background:none;border:none;display:flex;align-items:center;gap:10px;padding:10px 14px;color:var(--text);font-size:14px;font-weight:500;border-radius:var(--radius-sm);transition:background var(--transition)}.dash-nav-group-btn:hover{background:var(--surface-2)}.dash-nav-group-btn.active{background:var(--surface-2);color:var(--yellow)}.dash-nav-group-arrow{font-size:12px;color:var(--text-faint);transition:transform var(--transition);margin-left:auto}.dash-nav-group-arrow.up{transform:rotate(180deg)}.dash-nav-subs{display:flex;flex-direction:column;margin-left:12px;border-left:1px solid var(--border);padding:2px 0}.dash-nav-sub{width:100%;background:none;border:none;display:flex;flex-direction:column;padding:8px 14px;text-align:left;cursor:pointer;color:var(--text);font-size:13px;border-radius:0 var(--radius-sm) var(--radius-sm) 0;transition:background var(--transition)}.dash-nav-sub:hover{background:var(--surface-2)}.dash-nav-sub.active{border-left:2px solid var(--yellow);padding-left:10px}.dash-nav-sub.active .dash-nav-sub-name{color:var(--yellow);font-weight:600}.dash-nav-sub-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-nav-sub-type{font-size:11px;color:var(--text-faint);text-transform:capitalize}.dash-nav-sub-sub{display:flex;align-items:center;gap:8px;font-size:12px;padding:4px 14px 4px 28px;color:var(--text-faint);text-decoration:none;transition:color var(--transition)}.dash-nav-sub-sub:hover,.dash-nav-sub-sub.active{color:var(--yellow)}.dash-nav-add{width:100%;background:none;border:none;padding:7px 12px;text-align:left;color:var(--yellow);font-size:12px;font-weight:600;cursor:pointer;border-radius:0 var(--radius-sm) var(--radius-sm) 0;transition:background var(--transition)}.dash-nav-add:hover{background:var(--surface-2)}.dash-nav-add-form{padding:6px 12px}.dash-nav-add-input{font-size:12px!important;padding:6px 10px!important}.dash-nav-add-actions{display:flex;gap:4px;margin-top:4px}.dash-business-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-back-link{font-size:13px;color:var(--text-muted);transition:color var(--transition)}.dash-back-link:hover{color:var(--text)}.dash-signout{background:none;color:var(--text-faint);font-size:13px;text-align:left;padding:0;transition:color var(--transition)}.dash-signout:hover{color:var(--error)}.dash-body{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.dash-body--full{width:100%;max-width:100%}.dash-topbar{position:sticky;top:0;z-index:50;height:56px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px;padding:0 24px}.dash-burger{display:none;flex-direction:column;gap:4px;background:none;padding:4px}.dash-burger span{display:block;width:20px;height:2px;background:var(--text);border-radius:2px}.dash-topbar-title{font-size:15px;font-weight:700;flex:1}.dash-topbar-right{margin-left:auto}.dash-main{flex:1;overflow-y:auto}.dash-banner{margin:20px 28px 0}.dash-loading{display:flex;justify-content:center;align-items:center;height:200px}.dash-page{padding:28px}.dash-page-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:28px}.dash-page-header h1{font-size:22px;font-weight:800}.dash-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:28px}.dash-stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.dash-stat-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:8px}.dash-stat-value{font-size:26px;font-weight:800;color:var(--yellow)}.dash-stat-sub{font-size:12px;color:var(--text-faint);margin-top:4px}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.dash-live-btn{display:inline-flex;align-items:center;gap:7px;padding:6px 14px;border-radius:var(--radius-full);font-size:13px;font-weight:700;border:1.5px solid var(--border);background:var(--surface-2);color:var(--text-muted);cursor:pointer;transition:all .2s;white-space:nowrap}.dash-live-btn:hover:not(:disabled){border-color:var(--yellow);color:var(--yellow)}.dash-live-btn.live{background:#16a34a1f;border-color:#16a34a66;color:#16a34a}.dash-live-btn.live:hover:not(:disabled){background:#ef44441f;border-color:#ef444480;color:#ef4444}.dash-live-btn:disabled{opacity:.6;cursor:not-allowed}.dash-live-dot{width:8px;height:8px;border-radius:50%;background:#16a34a;flex-shrink:0;animation:livePulse 1.8s ease-in-out infinite}@keyframes livePulse{0%,to{box-shadow:0 0 #16a34a80}50%{box-shadow:0 0 0 5px #16a34a00}}.live-toast{position:fixed;top:68px;right:20px;z-index:1000;width:300px;background:var(--surface);border:1px solid rgba(22,163,74,.35);border-radius:var(--radius);box-shadow:0 8px 32px #0006;overflow:hidden;animation:toastSlide .3s ease}@keyframes toastSlide{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.live-toast-inner{display:flex;align-items:flex-start;gap:12px;padding:14px 16px}.live-toast-dot{width:10px;height:10px;border-radius:50%;background:#16a34a;flex-shrink:0;margin-top:3px;animation:livePulse 1.8s ease-in-out infinite}.live-toast-body{flex:1;min-width:0}.live-toast-title{font-size:14px;font-weight:700;color:#16a34a;margin-bottom:3px}.live-toast-addr{font-size:12px;color:var(--text-muted);line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.live-toast-close{background:none;border:none;color:var(--text-faint);font-size:16px;cursor:pointer;padding:0;flex-shrink:0;line-height:1;transition:color .15s}.live-toast-close:hover{color:var(--text)}.live-toast-bar{height:3px;background:#16a34a;animation:toastProgress 6s linear forwards;transform-origin:left}@keyframes toastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}input[type=time]{color-scheme:dark}input[type=time]::-webkit-calendar-picker-indicator{filter:invert(.6);cursor:pointer;opacity:.5;padding:0;margin-left:4px}input[type=time]::-webkit-datetime-edit-hour-field:focus,input[type=time]::-webkit-datetime-edit-minute-field:focus,input[type=time]::-webkit-datetime-edit-ampm-field:focus{background:var(--yellow);color:#000;border-radius:2px;outline:none}.slot-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:6px}.slot-row .slot-time{flex:0 0 auto;width:96px;padding:6px 8px;font-size:13px}.slot-row .slot-label{flex:1 1 80px;min-width:70px;padding:6px 8px;font-size:12px}.slot-row .slot-sep{color:var(--text-muted);font-size:13px;flex-shrink:0}.slot-row .slot-remove{flex-shrink:0;font-size:16px;line-height:1;color:#ef4444;background:none;border:none;cursor:pointer;padding:0 2px}.biz-selector-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg);z-index:300;display:flex;align-items:center;justify-content:center;padding:24px}.biz-selector-card{max-width:480px;width:100%}.biz-selector-card h1{font-size:24px;font-weight:700;margin-bottom:8px}.biz-selector-card p{color:var(--text-muted);margin-bottom:24px;font-size:14px}.biz-selector-list{display:flex;flex-direction:column;gap:8px}.biz-selector-item{display:flex;align-items:center;gap:16px;padding:16px 20px;background:var(--surface);border:1px solid var(--border);border-radius:10px;cursor:pointer;transition:border-color .2s,background .2s;text-align:left;width:100%;font-size:15px;color:var(--text)}.biz-selector-item:hover{border-color:var(--yellow);background:#f5c5180a}.biz-selector-item-logo{width:44px;height:44px;border-radius:8px;object-fit:cover;background:var(--border);flex-shrink:0}.biz-selector-item-info{flex:1}.biz-selector-item-name{font-weight:600;margin-bottom:2px}.biz-selector-item-detail{font-size:13px;color:var(--text-muted)}.dash-biz-switcher{padding:12px 12px 8px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.dash-biz-switcher-item{display:flex;align-items:center;gap:10px;padding:10px 12px;margin:0 8px 4px;border-radius:8px;cursor:pointer;transition:background .15s;border:none;background:none;width:calc(100% - 16px);text-align:left;font-size:13px;color:var(--text)}.dash-biz-switcher-item:hover{background:#ffffff0a}.dash-biz-switcher-item.active{background:#f5c51814;border-left:2px solid var(--yellow)}.dash-biz-switcher-item-name{font-weight:500;flex:1}.dash-biz-switcher-item-venues{font-size:11px;color:var(--text-muted)}@media (max-width: 768px){.dash-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:200;transform:translate(-100%);transition:transform .25s ease;width:240px}.dash-sidebar.open{transform:translate(0);box-shadow:4px 0 24px #0006}.dash-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:199}.dash-close{display:block}.dash-burger{display:flex}.dash-page{padding:20px 16px}.profile-grid{grid-template-columns:1fr}.dash-topbar{padding:0 16px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.tooltip-trigger{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:var(--text-faint, #9ca3af);color:#fff;font-size:10px;font-weight:700;margin-left:5px;cursor:help;line-height:1;position:relative;transition:background .2s}.tooltip-trigger:hover{background:var(--yellow, #eab308)}.tooltip-trigger:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1f2937;color:#fff;font-size:12px;font-weight:400;padding:6px 10px;border-radius:6px;white-space:nowrap;max-width:260px;white-space:normal;pointer-events:none;opacity:0;transition:opacity .15s;z-index:100;text-align:center;line-height:1.4;box-shadow:0 4px 12px #0003}.tooltip-trigger:hover:after{opacity:1}.field-optional{font-size:12px;color:var(--text-faint, #9ca3af);font-weight:400;margin-left:4px}.input-error,.input-error-wrap{border-color:var(--error)!important}.input-hint-error{font-size:12px;color:var(--error);margin-top:4px;display:block}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.confirm-dialog{background:var(--surface-3);border-radius:var(--radius);padding:28px 32px;max-width:400px;width:90%}.confirm-dialog h4{font-size:20px;font-weight:700;margin-bottom:8px}.confirm-dialog p{color:var(--text-muted);font-size:14px}.completion-accordion{padding:0;margin-bottom:24px;overflow:hidden}.completion-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:none;border:none;cursor:pointer;font-weight:700;font-size:15px;color:#111827}.completion-trigger:hover{background:#00000005}.completion-trigger-left{display:flex;align-items:center;gap:10px}.completion-badge{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:#fff;flex-shrink:0}.completion-badge.green{background:#22c55e}.completion-badge.yellow{background:#f59e0b}.completion-badge.red{background:#ef4444}.completion-chevron{transition:transform .2s;font-size:12px;color:#9ca3af}.completion-chevron.open{transform:rotate(180deg)}.completion-body{padding:0 24px 24px}.completion-body-inner{display:grid;grid-template-columns:1fr 1fr;gap:4px 24px}.completion-item{display:flex;align-items:center;gap:8px;padding:3px 0;font-size:13px}.completion-item-icon{font-size:16px;flex-shrink:0}.completion-item-icon.filled{color:#22c55e}.completion-item-icon.empty{color:#d1d5db}.completion-item-label{color:#111827}.completion-item-label.empty{color:#9ca3af}.completion-item-weight{margin-left:auto;color:#9ca3af;font-size:11px}.completion-missing{margin-top:12px;font-size:13px;color:#6b7280}.profile-completion-trigger{display:flex;align-items:center;gap:12px}.completion-badge{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 10px;border-radius:8px;font-weight:700;font-size:13px;color:#fff!important;min-width:32px;width:auto}.completion-badge.success{background-color:#47bc72}.completion-badge.warning{background-color:#d28b10}.completion-badge.danger{background-color:#bf2b2b}.completion-title{color:#fff;font-weight:600}.venue-accordion{border:1px solid var(--border)}.venue-accordion-header{width:100%;background:none;border:none;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;color:var(--text);transition:background var(--transition)}.venue-accordion-header:hover{background:var(--bg)}.venue-accordion-info{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.venue-accordion-name{font-weight:700;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.venue-accordion-type{font-size:12px;color:var(--text-faint);text-transform:capitalize}.venue-accordion-arrow{font-size:10px;transition:transform var(--transition);color:var(--text-faint);flex-shrink:0}.venue-accordion-arrow.up{transform:rotate(180deg)}.venue-accordion-body{border-top:1px solid var(--border);padding:0 24px 24px}.venue-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.venue-card{display:flex;flex-direction:column;padding:0;overflow:hidden;cursor:pointer;transition:border-color var(--transition),transform var(--transition);text-decoration:none;color:var(--text)}.venue-card:hover{border-color:var(--yellow);transform:translateY(-2px)}.venue-card-photo{width:100%;height:140px;overflow:hidden;background:var(--bg);display:flex;align-items:center;justify-content:center}.venue-card-photo img{width:100%;height:100%;object-fit:cover}.venue-card-placeholder{width:56px;height:56px;border-radius:50%;background:var(--yellow);color:#000;font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center}.venue-card-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:4px}.venue-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.venue-card-name{font-weight:700;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.venue-card-type{font-size:12px;color:var(--text-faint);text-transform:capitalize}.venue-card-address{font-size:12px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.switch{position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.switch-slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:var(--text-faint, #9ca3af);border-radius:26px;transition:background .2s}.switch-slider:before{content:"";position:absolute;height:20px;width:20px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .2s}.switch input:checked+.switch-slider{background:var(--yellow, #F5C518)}.switch input:checked+.switch-slider:before{transform:translate(22px)}.roster-page{display:flex;gap:0;padding:0;height:100%;overflow:hidden}.roster-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.roster-header{padding:24px 28px 16px;border-bottom:1px solid var(--border)}.roster-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.roster-header-left{display:flex;align-items:center;gap:16px}.roster-header-left h2{font-weight:800;margin:0;font-size:20px}.roster-venue-select{width:auto;font-size:13px;padding:4px 8px}.roster-header-actions{display:flex;gap:6px;align-items:center}.roster-week-label{font-size:14px;color:var(--text-muted);margin:0 4px}.roster-panel-toggle{font-size:16px;padding:4px 8px}.roster-day-headers{display:grid;grid-template-columns:110px repeat(7,1fr);gap:6}.roster-groups-label{font-size:10px;font-weight:700;text-transform:uppercase;color:var(--text-faint);padding:6px 8px}.roster-day-header{text-align:center;padding:6px 4px;border-radius:8px;background:transparent;color:var(--text)}.roster-day-header.today{background:var(--yellow);color:#000}.roster-day-label{font-size:12px;font-weight:600;text-transform:uppercase;opacity:.7}.roster-day-number{font-size:18px;font-weight:700}.roster-readonly-banner{padding:8px 28px;background:#6464641a;border-bottom:1px solid var(--border);font-size:13px;font-weight:600;color:var(--text-muted);text-align:center}.roster-save-bar{padding:8px 28px;background:#f5c51814;border-bottom:1px solid rgba(245,197,24,.2);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.roster-save-bar-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.roster-save-bar-text{font-size:13px;font-weight:600;color:#f5c518}.roster-notify-label{font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:4px;cursor:pointer;-webkit-user-select:none;user-select:none}.roster-notify-label input[type=checkbox]{accent-color:#f5c518}.roster-calendar-wrap{flex:1;overflow:auto;padding:12px 16px}.roster-calendar{display:grid;grid-template-columns:110px repeat(7,1fr);gap:6px}.roster-group-label{display:flex;align-items:center;gap:6px;padding:6px 8px;font-size:12px;font-weight:700;color:var(--text-muted);border-top:1px solid var(--border)}.roster-group-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.roster-day-cell{border-radius:8px;padding:5px;min-height:100px;display:flex;flex-direction:column;gap:4px;transition:background .15s}.roster-day-cell.drag-over{background:var(--yellow);border:2px dashed var(--yellow)}.roster-day-cell.normal,.roster-day-cell.normal.has-group-color{border:1px solid var(--border)}.roster-day-cell-empty{font-size:12px;color:var(--text-faint);padding:4px;text-align:center}.roster-shift-card{display:flex;flex-direction:column;gap:2px;padding:5px 7px;border-radius:5px;cursor:pointer;font-size:14px;position:relative;transition:transform .1s,opacity .1s}.roster-shift-card.inline-editing{outline:2px solid var(--yellow)}.roster-shift-card.selected{outline:2px solid var(--yellow);opacity:.9}.roster-shift-card.cross-group{background:#3a2a00;border-left:3px solid #f5c518}.roster-shift-card.normal-group{border-left:3px solid var(--border)}.roster-shift-card-top{font-weight:600;display:flex;justify-content:space-between;align-items:center}.roster-shift-name{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex-shrink:1}.roster-shift-actions{display:flex;gap:3px;align-items:center;flex-shrink:0}.roster-shift-badge{font-size:8px;font-weight:700}.roster-shift-badge.cross,.roster-shift-badge.new{color:#f5c518}.roster-shift-delete{padding:0;font-size:12px;color:#ef4444;opacity:.6;background:none;border:none;cursor:pointer}.roster-shift-delete:hover{opacity:1}.roster-inline-edit{display:flex;gap:3px;align-items:center}.roster-inline-input{width:55px;font-size:12px;padding:2px 4px;background:var(--bg);border:1px solid var(--border);border-radius:3px;color:var(--text)}.roster-inline-sep{font-size:10px;color:var(--text-muted)}.roster-inline-save{padding:0 3px;font-size:12px;color:#4ade80;background:none;border:none;cursor:pointer}.roster-shift-time{font-size:12px;color:var(--text-muted)}.roster-shift-rate{margin-left:3px;font-size:10px;font-weight:600;color:var(--yellow);cursor:help}.roster-shift-cross-note{margin-left:4px;font-size:8px;color:#f5c518}.roster-panel{width:260px;flex-shrink:0;border-left:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.roster-panel-header{padding:16px 14px 12px;border-bottom:1px solid var(--border)}.roster-panel-title{font-size:14px;font-weight:700;margin:0 0 6px;display:flex;justify-content:space-between;align-items:center}.roster-panel-count{font-size:11px;color:var(--text-muted);font-weight:400}.roster-panel-venue-note{font-size:10px;color:var(--text-faint);margin-bottom:8px}.roster-panel-search{font-size:12px;padding:6px 8px}.roster-panel-list{flex:1;overflow:auto;padding:8px}.roster-panel-empty{font-size:12px;color:var(--text-faint);text-align:center;padding:20px}.roster-panel-group{margin-bottom:8px}.roster-panel-group-header{display:flex;align-items:center;gap:6px;padding:4px 6px;margin-bottom:4px;font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.roster-panel-group-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.roster-panel-group-name{text-transform:uppercase}.roster-panel-group-count{font-weight:400;color:var(--text-faint)}.roster-panel-employee{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;cursor:grab;font-size:13px;background:var(--surface);margin-bottom:3px;border:1px solid var(--border);transition:transform .1s}.roster-panel-employee:hover{transform:translate(2px)}.roster-panel-emp-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.roster-panel-emp-info{flex:1;min-width:0}.roster-panel-emp-name{font-weight:600;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.roster-panel-emp-drag{font-size:10px;color:var(--text-faint)}.roster-panel-employee.no-drag{opacity:.6;cursor:default}.roster-success-toast{position:fixed;bottom:32px;left:50%;transform:translate(-50%);background:#1a3a1a;color:#8bc34a;padding:12px 24px;border-radius:10px;border:1px solid #2a5a2a;z-index:9999;font-size:13px;font-weight:600;box-shadow:0 4px 20px #0006;max-width:90vw}.roster-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.roster-modal-overlay.z-top{z-index:1001}.roster-modal{width:100%;max-width:440px;padding:28px}.roster-modal.wide{max-width:480px}.roster-modal h3{font-weight:700;text-align:center}.roster-modal-sub{font-size:12px;color:var(--text-muted);text-align:center;margin-bottom:20px}.roster-modal-text{font-size:13px;color:var(--text-muted);text-align:center;margin-bottom:16px}.roster-form-group{margin-bottom:14px}.roster-form-group label.label{display:block;margin-bottom:4px;font-size:12px;font-weight:600;color:var(--text-muted)}.roster-day-picker{display:flex;gap:6px;flex-wrap:wrap}.roster-day-btn{padding:6px 12px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;border:2px solid var(--border);background:transparent;color:var(--text-muted)}.roster-day-btn.selected{border-color:var(--yellow);background:var(--yellow);color:#000}.roster-time-row{display:flex;gap:10px}.roster-time-row .roster-form-group{flex:1}.roster-form-actions{display:flex;gap:10px;margin-top:20px;border-top:1px solid var(--border);padding-top:20px}.roster-form-actions .btn-primary{flex:1;justify-content:center}.roster-csv-export{background:none;border:1px solid var(--border);color:var(--text-muted);padding:4px 10px;border-radius:6px;font-size:12px;cursor:pointer}.roster-csv-export:hover{border-color:var(--yellow);color:var(--yellow)}.roster-cross-warning-list{margin-bottom:20px;max-height:240px;overflow:auto}.roster-cross-warning-item{display:flex;align-items:center;gap:8px;padding:8px 10px;background:var(--surface);border-radius:6px;margin-bottom:4px;border:1px solid var(--border);font-size:12px}.roster-cross-warning-info{flex:1}.roster-cross-warning-detail{font-size:11px;color:var(--text-muted)}.roster-cross-warning-actions{display:flex;gap:10px;justify-content:center}.roster-copied-hint{font-size:10px;color:var(--text-faint);padding:4px;text-align:center}@media (max-width: 1024px){.roster-panel{width:220px}.roster-calendar{grid-template-columns:90px repeat(7,1fr)}.roster-day-headers,.roster-day-header{font-size:10px}.roster-day-number{font-size:15px}.roster-header{padding:16px 16px 12px}.roster-header-top{flex-wrap:wrap;gap:8px}.roster-group-label{font-size:10px;padding:4px 6px}.roster-shift-name{font-size:10px}.roster-inline-input{width:40px;font-size:10px}}@media (max-width: 768px){.roster-page{flex-direction:column}.roster-main{order:2}.roster-panel{width:100%;max-height:240px;border-left:none;border-bottom:1px solid var(--border);order:1}.roster-panel-list{max-height:160px}.roster-calendar{grid-template-columns:70px repeat(7,1fr);gap:4px}.roster-day-cell{min-height:36px;padding:2px}.roster-header-actions{flex-wrap:wrap;gap:4px}.roster-header-actions .btn-sm{font-size:12px;padding:4px 6px}.roster-week-label{font-size:10px}.roster-day-header{padding:4px 2px}.roster-day-number{font-size:13px}.roster-day-label{font-size:10px}.roster-group-label{font-size:10px;padding:3px 4px}.roster-shift-card{padding:3px 5px;font-size:10px}.roster-shift-card-top{flex-direction:column;align-items:flex-start;gap:1px}.roster-shift-name,.roster-shift-time{font-size:10px}.roster-shift-actions{gap:2px}.roster-shift-delete{font-size:10px}.roster-shift-cross-note{display:none}.roster-inline-input{width:38px;font-size:10px;padding:1px}.roster-inline-sep{font-size:10px}.roster-save-bar{padding:6px 12px;flex-direction:column;gap:6px}.roster-save-bar-text{font-size:12px}.roster-day-cell-empty{font-size:10px;padding:2px}.roster-venue-select{max-width:140px;font-size:14px}.roster-csv-export{font-size:10px;padding:3px 6px}}.pay-dashboard{padding:28px;max-width:1400px}.pay-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:24px}.pay-header h2{margin:0;font-size:22px;font-weight:700}.pay-header-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pay-venue-select{width:auto;min-width:180px}.pay-range-select{width:auto;min-width:140px}.pay-period-nav{display:flex;align-items:center;gap:8px}.pay-period-label{font-size:13px;font-weight:600;color:var(--text-muted);white-space:nowrap}.pay-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px}.pay-summary-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px 24px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;color:var(--text-faint)}.pay-summary-card svg{color:var(--yellow);margin-bottom:8px}.pay-summary-value{font-size:28px;font-weight:700;color:var(--text)}.pay-summary-label{font-size:13px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.pay-table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow-x:auto}.pay-table{width:100%;border-collapse:collapse;font-size:13px}.pay-table thead th{text-align:left;padding:12px 14px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap;position:sticky;top:0;background:var(--surface)}.pay-th-employee{min-width:200px}.pay-th-week{min-width:100px;text-align:center!important}.pay-th-total{min-width:100px;text-align:right!important}.pay-tr-emp{cursor:pointer;transition:background .15s;border-bottom:1px solid var(--border)}.pay-tr-emp:last-child{border-bottom:none}.pay-tr-emp:hover{background:#ffffff04}.pay-tr-emp.expanded{background:#f5c51808}.pay-td-employee{padding:10px 14px}.pay-emp-info{display:flex;align-items:center;gap:10px}.pay-emp-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0}.pay-emp-name{font-size:14px;font-weight:600;color:var(--text)}.pay-emp-email{font-size:11px;color:var(--text-faint)}.pay-group-badge{display:inline-block;padding:2px 10px;border-radius:6px;font-size:11px;font-weight:600;border:1px solid}.pay-td-week{padding:10px 8px;text-align:center}.pay-week-cell{display:flex;flex-direction:column;gap:1px}.pay-week-hours{font-size:13px;font-weight:600;color:var(--text)}.pay-week-pay{font-size:11px;color:var(--text-muted)}.pay-week-empty{color:var(--text-faint);font-size:12px}.pay-td-total{padding:10px 14px;text-align:right}.pay-total-hours{font-size:14px;font-weight:600;color:var(--text)}.pay-total-pay{font-size:15px;font-weight:700;color:var(--yellow)}.pay-charts{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.pay-chart-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px}.pay-chart-header{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--text-muted);margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.pay-empty{display:flex;align-items:center;justify-content:center;padding:60px 20px;color:var(--text-muted);font-size:15px;background:var(--surface);border:1px solid var(--border);border-radius:12px}.pay-detail{margin-top:20px;background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.pay-detail-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border)}.pay-detail-header h3{margin:0;font-size:16px;font-weight:700;display:flex;align-items:center;gap:10px}.pay-detail-avatar{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff}.pay-detail-table{width:100%;border-collapse:collapse;font-size:13px}.pay-detail-table thead th{text-align:left;padding:10px 14px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);border-bottom:1px solid var(--border);background:var(--surface-2)}.pay-detail-table tbody td{padding:8px 14px;border-bottom:1px solid var(--border)}.pay-detail-table tbody tr:last-child td{border-bottom:none}.pay-detail-row:hover{background:#ffffff04}.pay-detail-hours{font-weight:600}.pay-detail-pay{font-weight:700;color:var(--yellow)}.pay-detail-note{color:var(--text-faint);font-size:12px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pay-rate-badge{display:inline-block;padding:1px 8px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;cursor:help}.pay-table{min-width:700px}.pay-rate-badge.default{background:#22c55e1f;color:#22c55e}.pay-rate-badge.evening{background:#3b82f61f;color:#3b82f6}.pay-rate-badge.holiday{background:#f5c5181f;color:#f5c518}.pay-rate-badge.overtime{background:#ef44441f;color:#ef4444}.pay-rate-badge.custom{background:#a855f71f;color:#a855f7}@media (max-width: 768px){.pay-dashboard{padding:16px}.pay-summary{grid-template-columns:repeat(2,1fr)}.pay-summary-value{font-size:22px}.pay-header{flex-direction:column;align-items:flex-start}.pay-period-label{font-size:11px}}.menu-tabs{display:flex;gap:4px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:4px}.menu-tab-btn{background:none;border:none;padding:7px 16px;border-radius:calc(var(--radius-sm) - 2px);font-size:13px;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all var(--transition);white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.menu-tab-btn:hover{color:var(--text);background:var(--surface)}.menu-tab-btn.active{background:var(--surface);color:var(--yellow);font-weight:600;box-shadow:0 1px 4px #0000001f}.menu-layout{display:grid;grid-template-columns:210px 1fr;gap:20px;align-items:start}.menu-cats{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px;position:sticky;top:76px}.menu-cats-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.menu-cats-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-faint)}.menu-cats-empty{font-size:13px;color:var(--text-faint);text-align:center;padding:16px 0}.menu-cat-item{display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:var(--radius-sm);cursor:pointer;font-size:14px;color:var(--text-muted);transition:all var(--transition)}.menu-cat-item:hover{background:var(--surface-2);color:var(--text)}.menu-cat-item.active{background:var(--yellow-soft);color:var(--yellow);font-weight:600;border-left:2px solid var(--yellow)}.menu-cat-sub{padding-left:28px;font-size:13px}.menu-cat-color{width:10px;height:10px;border-radius:3px;flex-shrink:0}.menu-cat-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-cat-count{font-size:11px;background:var(--surface-2);border-radius:99px;padding:1px 7px;color:var(--text-faint);flex-shrink:0}.menu-cat-edit,.menu-cat-del{background:none;border:none;padding:0 2px;cursor:pointer;font-size:12px;color:var(--text-faint);display:none;transition:color var(--transition);flex-shrink:0}.menu-cat-item:hover .menu-cat-edit{display:block}.menu-cat-item:hover .menu-cat-edit:hover{color:var(--text)}.menu-cat-item:hover .menu-cat-del{display:block}.menu-cat-item:hover .menu-cat-del:hover{color:var(--error)}.menu-items-panel{display:flex;flex-direction:column;gap:10px;min-width:0}.menu-empty{text-align:center;padding:56px 24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted)}.menu-item-row{position:relative;display:flex;align-items:center;gap:14px;padding:14px 18px;transition:opacity var(--transition),border-color var(--transition)}.menu-item-row.unavailable{opacity:.45}.menu-item-row.selected{border-color:var(--yellow);background:var(--yellow-soft)}.menu-item-row.has-select{padding-left:52px}.menu-item-row .menu-item-select{position:absolute;left:0;top:0;bottom:0;width:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:var(--radius) 0 0 var(--radius);transition:background var(--transition)}.menu-item-row .menu-item-select:hover{background:var(--surface-2)}.menu-item-row .menu-select-input{width:20px;height:20px;accent-color:var(--yellow);cursor:pointer}.menu-item-img{width:64px;height:52px;object-fit:cover;border-radius:8px;flex-shrink:0}.menu-item-info{flex:1;min-width:0;overflow:hidden}.menu-item-name{font-weight:600;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-item-desc{font-size:13px;color:var(--text-muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-item-sub{font-size:12px;color:var(--text-faint);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-item-meta{display:flex;gap:6px;margin-top:6px;flex-wrap:wrap;min-width:0}.menu-item-price{font-weight:700;font-size:15px;color:var(--yellow);flex-shrink:0}.menu-item-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.lib-panel{display:flex;flex-direction:column;gap:10px}.lib-list{display:flex;flex-direction:column;gap:8px}.lib-row{display:flex;align-items:center;gap:14px;padding:12px 16px}.lib-name{font-weight:600;font-size:14px;flex:1}.lib-mod-info{flex:1;min-width:0}.lib-mod-opts{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.lib-mod-opt-tag{font-size:12px;color:var(--text-muted);background:var(--surface-2);border-radius:99px;padding:2px 8px}.lib-picker{display:flex;flex-direction:column;gap:4px;max-height:200px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px}.lib-pick-item{display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:calc(var(--radius-sm) - 2px);cursor:pointer;font-size:13px;color:var(--text-muted);transition:background var(--transition)}.lib-pick-item:hover{background:var(--surface-2);color:var(--text)}.lib-pick-item.selected{background:var(--yellow-soft);color:var(--text)}.lib-pick-mod{align-items:flex-start}.lib-pick-mod input{margin-top:3px}.cat-item-picker{max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:4px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px}.cat-item-option{display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:calc(var(--radius-sm) - 2px);cursor:pointer;font-size:13px;color:var(--text-muted);transition:background var(--transition)}.cat-item-option:hover{background:var(--surface-2);color:var(--text)}.cat-item-option.selected{background:var(--yellow-soft);color:var(--text)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.modal-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px;width:100%;max-width:440px}.modal-box-md{max-width:520px;max-height:88vh;overflow-y:auto}.modal-box-lg{max-width:680px;max-height:88vh;display:flex;flex-direction:column;padding:0}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid var(--border);flex-shrink:0}.modal-body{flex:1;overflow-y:auto;padding:16px 20px;display:grid;grid-template-columns:220px 1fr 1fr;gap:20px}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:12px 20px;border-top:1px solid var(--border);flex-shrink:0}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.menu-search-box{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px}.search-results{display:flex;flex-direction:column;gap:4px;margin-top:10px;max-height:240px;overflow-y:auto}.search-result-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--radius-sm);background:none;border:none;cursor:pointer;text-align:left;color:var(--text);font-size:14px;transition:background var(--transition);width:100%}.search-result-item:hover{background:var(--surface-2)}.search-result-item img{width:44px;height:36px;object-fit:cover;border-radius:6px;flex-shrink:0}.mod-options{display:flex;flex-direction:column;gap:4px}.mod-option{display:flex;align-items:center;gap:8px;font-size:13px;padding:6px 8px;border-radius:4px;background:var(--surface-2)}.menu-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid var(--border);border-radius:4px;background:var(--surface);cursor:pointer;flex-shrink:0;position:relative;transition:all var(--transition)}.menu-checkbox:checked{background:var(--yellow);border-color:var(--yellow)}.menu-checkbox:checked:after{content:"";position:absolute;left:4px;top:1px;width:6px;height:10px;border:2px solid #000;border-top:none;border-left:none;transform:rotate(45deg)}.menu-checkbox:hover:not(:checked){border-color:var(--yellow)}.menu-checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:13px;color:var(--text-muted);-webkit-user-select:none;user-select:none}.menu-checkbox-label:hover{color:var(--text)}.input-sm{padding:6px 10px;font-size:13px}.btn-danger{background:#ef44441a!important;color:var(--error)!important;border:1px solid rgba(239,68,68,.2)!important}.btn-danger:hover{background:#ef444433!important}.badge-blue{background:#3b82f61f;color:#3b82f6;padding:2px 8px;border-radius:99px;font-size:11px;font-weight:500}.review-breakdown{display:flex;gap:28px;align-items:center;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:20px 24px}.review-avg-big{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.review-avg-num{font-size:40px;font-weight:800;color:var(--yellow);line-height:1}.review-bars{flex:1;display:flex;flex-direction:column;gap:6px}.review-bar-row{display:flex;align-items:center;gap:10px;font-size:13px}.review-bar-label{width:22px;text-align:right;color:var(--text-muted);flex-shrink:0}.review-bar-track{flex:1;height:8px;background:var(--border);border-radius:99px;overflow:hidden}.review-bar-fill{height:100%;background:var(--yellow);border-radius:99px;transition:width .4s ease}.review-bar-count{width:20px;text-align:right;font-size:12px;color:var(--text-faint);flex-shrink:0}.review-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px 16px}.review-card-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.review-stars{font-size:16px;letter-spacing:1px}.review-stars-sm{font-size:14px;letter-spacing:.5px}.review-card-name{font-weight:600;font-size:14px;color:var(--text)}.review-comment{font-size:14px;color:var(--text-muted);line-height:1.6;margin:0 0 10px}.review-photos{display:flex;gap:8px;flex-wrap:wrap}.review-photo-thumb{width:72px;height:72px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid var(--border);transition:border-color var(--transition),transform var(--transition)}.review-photo-thumb:hover{border-color:var(--yellow);transform:scale(1.04)}.review-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;cursor:zoom-out}.review-lightbox-img{max-width:100%;max-height:90vh;border-radius:var(--radius);box-shadow:0 20px 60px #0009}@media (max-width: 1200px){.menu-layout{grid-template-columns:170px 1fr;gap:14px}.menu-item-row{flex-wrap:wrap;gap:8px;padding:12px 14px}.menu-item-row.has-select{padding:12px 14px 12px 48px}.menu-item-img{width:48px;height:40px}.menu-item-info{flex:1 1 calc(100% - 60px);min-width:0}.menu-item-price{font-size:14px;margin-left:56px}.menu-item-actions{width:100%;justify-content:flex-start;gap:4px;padding-left:56px}.menu-item-actions .btn-sm{font-size:12px;padding:6px 12px}.menu-item-meta{gap:4px}.menu-item-meta .badge{font-size:10px!important;padding:1px 5px}.menu-item-name{font-size:14px}.menu-item-desc,.menu-item-sub{font-size:12px;white-space:normal}}@media (max-width: 800px){.menu-layout{grid-template-columns:1fr}.menu-cats{position:static}.modal-grid{grid-template-columns:1fr}.menu-tabs{overflow-x:auto}.dash-page-header{flex-wrap:wrap;gap:10px}}@media (max-width: 480px){.menu-item-row{flex-direction:column;align-items:flex-start}.menu-item-row.has-select{padding:12px 14px}.menu-item-row .menu-item-select{position:static;width:auto;height:auto;padding:4px 0;border-radius:0;align-self:flex-start}.menu-item-img{width:100%;height:120px}.menu-item-info{flex:1 1 100%}.menu-item-price{margin-left:0}.menu-item-actions{padding-left:0}}.menu-items-toolbar{display:flex;align-items:center;gap:8px;margin-bottom:12px}.menu-search-wrap{position:relative;flex:1}.menu-search-wrap .input-sm{width:100%;padding-right:28px}.menu-search-clear{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-faint);cursor:pointer;font-size:14px;padding:2px 4px}.menu-manager input[type=checkbox]{accent-color:var(--yellow)}:root,[data-theme=dark]{--yellow: #F5C518;--yellow-hover: #E0B000;--yellow-soft: rgba(245, 197, 24, .12);--yellow-border: rgba(245, 197, 24, .3);--bg: #0A0A0A;--surface: #141414;--surface-2: #1E1E1E;--surface-3: #272727;--text: #FFFFFF;--text-muted: #9CA3AF;--text-faint: #6B7280;--border: #2A2A2A;--border-hover: #3A3A3A;--success: #22C55E;--error: #EF4444;--warning: #F59E0B;--info: #3B82F6;--radius: 12px;--radius-sm: 8px;--radius-lg: 20px;--radius-full: 9999px;--transition: .2s ease;--navbar-bg: rgba(10,10,10,.85);--shadow: 0 4px 24px rgba(0,0,0,.4);--shadow-yellow: 0 4px 24px rgba(245, 197, 24, .2)}[data-theme=light]{--bg: #F8F9FA;--surface: #FFFFFF;--surface-2: #F0F1F3;--surface-3: #E5E7EB;--text: #111827;--text-muted: #6B7280;--text-faint: #9CA3AF;--border: #D1D5DB;--border-hover: #9CA3AF;--shadow: 0 4px 24px rgba(0,0,0,.08);--shadow-yellow: 0 4px 24px rgba(245, 197, 24, .3)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit;border:none;outline:none}input,textarea{font-family:inherit;outline:none}.container{max-width:1140px;margin:0 auto;padding:0 24px}.section{padding:36px 0}.section-sm{padding:24px 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius-full);font-size:15px;font-weight:600;transition:all var(--transition);white-space:nowrap}.btn-primary{background:var(--yellow);color:#0a0a0a}.btn-primary:hover{background:var(--yellow-hover);transform:translateY(-1px);box-shadow:var(--shadow-yellow)}.btn-outline{background:transparent;color:var(--yellow);border:1.5px solid var(--yellow-border)}.btn-outline:hover{background:var(--yellow-soft);border-color:var(--yellow)}.btn-ghost{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{background:var(--surface-3);border-color:var(--border-hover)}.btn-lg{padding:16px 32px;font-size:16px}.btn-sm{padding:8px 16px;font-size:13px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.card:hover{border-color:var(--border-hover)}.input{width:100%;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:12px 16px;font-size:15px;transition:border-color var(--transition);font-family:inherit;outline:none}.input:focus{border-color:var(--yellow)}.input::placeholder{color:var(--text-faint)}select.input{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px;padding-right:44px;cursor:pointer}.label{display:block;font-size:13px;font-weight:600;color:var(--text-muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.form-group{margin-bottom:20px}.section-tag{display:inline-flex;align-items:center;gap:6px;background:var(--yellow-soft);color:var(--yellow);border:1px solid var(--yellow-border);border-radius:var(--radius-full);padding:6px 14px;font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:16px}.section-title{font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.15;margin-bottom:16px}.section-title span{color:var(--yellow)}.section-desc{font-size:17px;color:var(--text-muted);max-width:560px;line-height:1.7}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:var(--radius-full);font-size:12px;font-weight:600}.badge-yellow{background:var(--yellow-soft);color:var(--yellow)}.badge-green{background:#22c55e1f;color:var(--success)}.badge-red{background:#ef44441f;color:var(--error)}.badge-gray{background:var(--surface-3);color:var(--text-muted)}.divider{border:none;border-top:1px solid var(--border);margin:24px 0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--yellow);border-radius:50%;animation:spin .6s linear infinite}.page-header{padding:80px 0 48px;border-bottom:1px solid var(--border);margin-bottom:64px}.page-header h1{font-size:clamp(32px,5vw,52px);font-weight:800;margin-bottom:12px}.alert{padding:12px 16px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;margin-bottom:16px}.alert-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.alert-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#86efac}.alert-info{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);color:#93c5fd}@media (max-width: 768px){.section{padding:20px 0}.hide-mobile{display:none!important}}.sub-gate{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:40px 20px}.sub-gate-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:48px 40px;max-width:480px;width:100%;text-align:center}.sub-gate-icon{font-size:48px;margin-bottom:16px}.sub-gate-title{font-size:22px;font-weight:800;color:#fff;margin:0 0 12px}.sub-gate-desc{font-size:15px;color:#999;line-height:1.6;margin:0 0 28px}.sub-gate-desc strong{color:var(--yellow)}.sub-gate-note{font-size:12px;color:#555;margin:16px 0 0}.dash-nav-item.locked,.dash-nav-sub-sub.locked{opacity:.35;cursor:not-allowed;pointer-events:none}.logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.logo-box{width:var(--logo-size, 32px);height:var(--logo-size, 32px);min-width:var(--logo-size, 32px);border-radius:calc(var(--logo-size, 32px) * .22);background:var(--yellow);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.logo-text{font-size:calc(var(--logo-size, 32px) * .48);font-weight:800;letter-spacing:-.02em;white-space:nowrap;line-height:1.3}
