:root{--okeep-bg: #f5f5f5;--okeep-surface: #ffffff;--okeep-surface-2: #f5f5f5;--okeep-sidebar: #ffffff;--okeep-text: #1a1a1a;--okeep-text-muted: #6b7280;--okeep-text-dim: #9ca3af;--okeep-border: #e5e7eb;--okeep-accent: #ff6712;--okeep-accent-hover: #e55a0a;--okeep-accent-bg: rgba(255, 103, 18, .08);--okeep-accent-border: rgba(255, 103, 18, .4);--okeep-status-progress: #2563eb;--okeep-status-progress-bg: rgba(59, 130, 246, .1);--okeep-status-paused: #b45309;--okeep-status-paused-bg: rgba(245, 158, 11, .13);--okeep-status-done: #15803d;--okeep-status-done-bg: rgba(34, 197, 94, .11);--okeep-danger: #dc2626;--okeep-danger-bg: #fdeceb;--okeep-success-fill: #16a34a;--okeep-shadow-card: 0 1px 3px rgba(20, 20, 20, .05);--okeep-shadow-pop: 0 8px 24px rgba(20, 20, 20, .12);--okeep-skel-shine: rgba(255, 255, 255, .35);--okeep-r-edge: 2px;--okeep-r-xs: 5px;--okeep-r-sm: 8px;--okeep-r-md: 10px;--okeep-r-lg: 14px;--okeep-r-pill: 999px;--okeep-s-1: 4px;--okeep-s-2: 8px;--okeep-s-3: 12px;--okeep-s-4: 16px;--okeep-s-5: 20px;--okeep-s-6: 32px;--okeep-s-7: 48px;--okeep-font-sans: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--okeep-font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;--okeep-font-display: "Barlow Condensed", "Arial Narrow", system-ui, sans-serif;--okeep-focus: 0 0 0 3px var(--okeep-accent-bg)}html[data-theme=dark]{--okeep-bg: #1a1a1a;--okeep-surface: #252525;--okeep-surface-2: #2a2a2a;--okeep-sidebar: #141414;--okeep-text: #ffffff;--okeep-text-muted: #a1a1a1;--okeep-text-dim: #6e6e6e;--okeep-border: #303030;--okeep-accent: #ff6712;--okeep-accent-hover: #e55a0a;--okeep-accent-bg: rgba(255, 103, 18, .1);--okeep-accent-border: rgba(255, 103, 18, .35);--okeep-status-progress: #8ab4ff;--okeep-status-progress-bg: rgba(59, 130, 246, .14);--okeep-status-paused: #ffc85c;--okeep-status-paused-bg: rgba(245, 158, 11, .13);--okeep-status-done: #6ee7a0;--okeep-status-done-bg: rgba(34, 197, 94, .13);--okeep-danger: #f87171;--okeep-danger-bg: rgba(220, 38, 38, .15);--okeep-success-fill: #16a34a;--okeep-shadow-card: none;--okeep-shadow-pop: 0 8px 24px rgba(0, 0, 0, .5);--okeep-skel-shine: rgba(255, 255, 255, .06)}.okui-btn{display:inline-flex;align-items:center;gap:8px;border:none;border-radius:var(--okeep-r-md);padding:10px 16px;font-size:14px;font-weight:600;transition:background .15s;outline:none;white-space:nowrap;text-decoration:none}.okui-btn:focus-visible{box-shadow:var(--okeep-focus)}.okui-btn--primary{background:var(--okeep-accent);color:#fff}.okui-btn--primary:hover{background:var(--okeep-accent-hover)}.okui-btn--secondary{background:var(--okeep-surface);color:var(--okeep-text);border:1px solid var(--okeep-border)}.okui-btn--secondary:hover{background:var(--okeep-surface-2)}.okui-btn--danger{background:transparent;color:var(--okeep-danger);border:1px solid var(--okeep-border)}.okui-btn--danger:hover{background:var(--okeep-danger-bg);border-color:var(--okeep-danger)}.okui-btn--ghost{background:transparent;color:var(--okeep-text-muted)}.okui-btn--ghost:hover{background:var(--okeep-surface-2);color:var(--okeep-text)}.okui-btn--sm{padding:6px 12px;font-size:13px;border-radius:var(--okeep-r-sm)}.okui-btn[disabled]{opacity:.45;cursor:not-allowed}.okui-btn-spin{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:sp 1s linear infinite}@keyframes sp{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.okui-btn-spin,.okui-skel:after{animation:none}}.okui-spin{border:2px solid var(--okeep-border);border-top-color:var(--okeep-accent);border-radius:50%;display:inline-block;animation:sp 1s linear infinite}.okui-field{display:flex;flex-direction:column;gap:6px;min-width:220px}.okui-field>label{font-size:13px;font-weight:600;letter-spacing:.4px;color:var(--okeep-text-muted)}.okui-input{background:var(--okeep-surface);color:var(--okeep-text);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);padding:10px 12px;font:inherit;font-size:14px;outline:none;width:100%;box-sizing:border-box}.okui-input:focus{border-color:var(--okeep-accent-border);box-shadow:var(--okeep-focus)}.okui-input-wrap{display:flex;align-items:center;background:var(--okeep-surface);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);width:100%}.okui-input-wrap:focus-within{border-color:var(--okeep-accent-border);box-shadow:var(--okeep-focus)}.okui-input-wrap>.okui-input{border:none;box-shadow:none;background:none;flex:1;min-width:0}.okui-input-wrap>.okui-input:focus{border:none;box-shadow:none}.okui-input-wrap>.fix{flex:none;color:var(--okeep-text-dim);font-size:13.5px;padding:0 4px}.okui-input-wrap>.fix.pre{padding-left:12px}.okui-input-wrap>.fix.suf{padding-right:12px}.okui-input-wrap>.clear{flex:none;background:none;border:none;color:var(--okeep-text-dim);font-size:17px;line-height:1;padding:0 10px;cursor:pointer}.okui-input-wrap>.clear:hover{color:var(--okeep-text)}.okui-input-wrap>.clear:focus-visible{box-shadow:var(--okeep-focus);outline:none;border-radius:var(--okeep-r-xs)}.okui-field .hint{font-size:12.5px;color:var(--okeep-text-dim)}.okui-field.is-error .okui-input{border-color:var(--okeep-danger)}.okui-field.is-error .hint{color:var(--okeep-danger)}.okui-check{display:flex;gap:10px;align-items:center;font-size:14px}.okui-check input{width:18px;height:18px;accent-color:var(--okeep-accent)}.okui-switchrow{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid var(--okeep-border)}.okui-switchrow>div>.t{font-weight:600;font-size:14px;color:var(--okeep-text);transition:color .15s}.okui-switchrow>div>.d{font-size:13px;color:var(--okeep-text-muted);transition:color .15s}.okui-switchrow[data-checked=false]>div>.t{color:var(--okeep-text-muted)}.okui-switchrow[data-checked=false]>div>.d{color:var(--okeep-text-dim)}.okui-switch{position:relative;width:40px;height:22px;flex:none;background:var(--okeep-border);border-radius:var(--okeep-r-pill);border:none;transition:background .15s}.okui-switch:focus-visible{box-shadow:var(--okeep-focus)}.okui-switch:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff;border-radius:50%;transition:left .15s;box-shadow:0 1px 2px #0003}.okui-switch.on{background:var(--okeep-success-fill)}.okui-switch.on:after{left:20px}.okui-togglerow{background:var(--okeep-surface);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);padding:0 var(--okeep-s-4);transition:border-color .15s}.okui-togglerow[data-checked=true]{border-color:var(--okeep-accent-border)}.okui-togglerow>.okui-switchrow{border-bottom:none;padding:14px 0}.okui-togglerow[data-expanded=true]>.okui-switchrow{border-bottom:1px solid var(--okeep-row-border)}.okui-subrows{padding:12px 0 14px}.okui-subrow{display:flex;justify-content:space-between;align-items:center;gap:16px}.okui-subrow>.t{font-size:13px;font-weight:500;color:var(--okeep-text-muted)}.ti{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}.ti-sm{width:13px;height:13px}.okui-select{position:relative;min-width:220px}.okui-select>button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:8px;background:var(--okeep-surface);color:var(--okeep-text);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);padding:10px 12px;font-size:14px}.okui-select>button:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-select>.list{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--okeep-surface);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);box-shadow:var(--okeep-shadow-pop);padding:4px;display:none;z-index:20}.okui-select.open>.list{display:block}.okui-select .opt--create{color:var(--okeep-accent);border-top:1px solid var(--okeep-border);border-radius:0;margin-top:4px;padding-top:10px}.okui-select .opt--create:hover{background:var(--okeep-accent-bg)}.okui-select .opt{width:100%;text-align:left;background:none;border:none;color:var(--okeep-text);font-family:inherit;cursor:pointer;padding:8px 10px;border-radius:var(--okeep-r-sm);font-size:14px;display:flex;justify-content:space-between;align-items:center}.okui-select .opt:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-select .opt:hover{background:var(--okeep-surface-2)}.okui-select .opt.sel{color:var(--okeep-accent);font-weight:600}.okui-select .oic{display:inline-flex;width:20px;height:20px;margin-right:8px;align-items:center}.okui-select .opt .lbl,.okui-select>button .lbl{display:inline-flex;align-items:center;min-width:0}.okui-select .grp-l{padding:6px 8px 2px;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--okeep-text-muted)}.okui-multi>button{min-height:41px;flex-wrap:wrap}.okui-multi .ph{color:var(--okeep-text-dim)}.okui-multi .chips{display:flex;flex-wrap:wrap;gap:4px;flex:1;text-align:left}.okui-multi .chip{display:inline-flex;align-items:center;gap:4px;background:var(--okeep-surface-2);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-xs);padding:2px 6px;font-size:13px}.okui-multi .chip .oic{margin-right:4px}.okui-multi .chip .x{display:inline-flex;align-items:center;color:var(--okeep-text-dim);cursor:pointer}.okui-multi .chip .x:hover{color:var(--okeep-danger)}.okui-multi .list .q{width:100%;box-sizing:border-box;margin-bottom:4px;background:var(--okeep-bg);color:var(--okeep-text);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-sm);padding:6px 8px;font-size:13px}.okui-multi .list .q:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-combobox{position:relative;min-width:220px}.okui-combobox>.okui-input{width:100%}.okui-combobox>.list{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--okeep-surface);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);box-shadow:var(--okeep-shadow-pop);padding:4px;max-height:240px;overflow-y:auto;z-index:20}.okui-combobox .opt{width:100%;text-align:left;background:none;border:none;color:var(--okeep-text);font-family:inherit;cursor:pointer;padding:8px 10px;border-radius:var(--okeep-r-sm);font-size:14px;display:block}.okui-combobox .opt:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-combobox .opt:hover{background:var(--okeep-surface-2)}.okui-combobox .opt.sel{color:var(--okeep-accent);font-weight:600}.okui-select--inline{min-width:150px}.okui-select--inline>button{padding:6px 10px;font-size:13px;border-radius:var(--okeep-r-sm)}.okui-phone{display:flex;gap:8px}.okui-phone .okui-select{min-width:108px;flex:none}.okui-phone .okui-select--inline>button{padding:10px 8px}.okui-phone .okui-select>.list{left:0;right:auto;min-width:max-content}.okui-phone .okui-input{font-family:var(--okeep-font-mono);letter-spacing:.04em}.okui-phone[data-invalid] .okui-input{border-color:var(--okeep-danger)}.okui-menu{position:relative;display:inline-block}.okui-menu>button:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-menu>.list{position:absolute;top:calc(100% + 4px);left:0;min-width:200px;background:var(--okeep-surface);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);box-shadow:var(--okeep-shadow-pop);padding:4px;display:none;z-index:20}.okui-menu.open>.list{display:block}.okui-menu .item{display:flex;gap:10px;align-items:center;width:100%;text-align:left;background:none;border:none;padding:8px 10px;border-radius:var(--okeep-r-sm);font-size:14px;color:var(--okeep-text)}.okui-menu .item:hover{background:var(--okeep-surface-2)}.okui-menu .item .ti{color:var(--okeep-text-muted)}.okui-menu .item.danger,.okui-menu .item.danger .ti{color:var(--okeep-danger)}.okui-menu .sep{height:1px;background:var(--okeep-border);margin:4px 0}.okui-rowact{transition:opacity .12s;border:none;background:none;color:var(--okeep-text-dim);padding:4px;border-radius:var(--okeep-r-xs);display:inline-flex}.okui-rowact:hover{background:var(--okeep-surface-2);color:var(--okeep-text)}.okui-row .okui-rowact{opacity:0}.okui-row:hover .okui-rowact,.okui-row:focus-within .okui-rowact,.okui-rowact:focus-visible{opacity:1}.okui-tabs-wrap{position:relative}.okui-tabs{display:flex;gap:2px;border-bottom:1px solid var(--okeep-border);flex-wrap:nowrap;overflow:hidden}.okui-tabs.is-ruler{position:absolute;top:0;left:0;right:0;visibility:hidden;pointer-events:none;border-bottom:none}.okui-tab{background:none;border:none;padding:9px 14px;font-size:14px;font-weight:600;color:var(--okeep-text-muted);border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap;flex:none}.okui-tab:hover{color:var(--okeep-text)}.okui-tab:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-tab.on{color:var(--okeep-text);border-bottom-color:var(--okeep-accent)}.okui-tabs--pills{border-bottom:none;gap:4px}.okui-tabs--pills .okui-tab{border:1px solid transparent;border-radius:var(--okeep-r-pill);padding:8px 16px;margin-bottom:0}.okui-tabs--pills .okui-tab.on{background:var(--okeep-accent-bg);border-color:var(--okeep-accent);color:var(--okeep-accent)}.okui-idbadges{display:inline-flex;align-items:center;gap:6px}.okui-idbadges>span{display:inline-flex}.okui-idbadges svg{width:14px;height:14px}.okui-idbadges>.on{color:var(--okeep-status-done)}.okui-idbadges>.off{color:var(--okeep-text-dim);opacity:.6}.okui-filedrop{display:flex;flex-direction:column;gap:var(--okeep-s-3)}.okui-filedrop-zone{display:flex;flex-direction:column;align-items:center;gap:6px;padding:22px 16px;border:1.5px dashed var(--okeep-border);border-radius:var(--okeep-r-md);background:var(--okeep-surface);color:var(--okeep-text);font:inherit;cursor:pointer;transition:border-color .15s,background .15s}.okui-filedrop-zone:hover:not(:disabled),.okui-filedrop-zone.is-over{border-color:var(--okeep-accent-border);background:var(--okeep-accent-bg)}.okui-filedrop-zone:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-filedrop-zone:disabled{opacity:.55;cursor:default}.okui-filedrop-zone>svg{width:20px;height:20px;color:var(--okeep-text-muted)}.okui-filedrop-zone>.tt{font-weight:600;font-size:14px}.okui-filedrop-zone>.hh{font-size:12.5px;color:var(--okeep-text-muted)}.okui-filedrop-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.okui-filedrop-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--okeep-border);border-radius:var(--okeep-r-sm);background:var(--okeep-surface)}.okui-filedrop-item.is-uploading{opacity:.75}.okui-filedrop-item.is-error{border-color:color-mix(in srgb,var(--okeep-danger) 45%,transparent)}.okui-filedrop-item>.pv{width:36px;height:36px;border-radius:var(--okeep-r-xs);object-fit:cover;flex:none}.okui-filedrop-item>.pv-icon{display:inline-flex;align-items:center;justify-content:center;background:var(--okeep-surface-2);color:var(--okeep-text-muted)}.okui-filedrop-item>.pv-icon svg{width:18px;height:18px}.okui-filedrop-item>.meta{display:flex;flex-direction:column;min-width:0;flex:1}.okui-filedrop-item>.meta>.nm{font-size:13.5px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.okui-filedrop-item>.meta>.sub{font-size:12px;color:var(--okeep-text-muted)}.okui-filedrop-item.is-error>.meta>.sub{color:var(--okeep-danger)}.okui-filedrop-item>.act{display:inline-flex;background:none;border:none;padding:4px;color:var(--okeep-text-muted);cursor:pointer;border-radius:var(--okeep-r-xs);flex:none}.okui-filedrop-item>.act:hover{color:var(--okeep-text);background:var(--okeep-surface-2)}.okui-filedrop-item>.act svg{width:15px;height:15px}dialog.okui-crop{width:min(520px,92vw)}.okui-crop-area{position:relative;height:320px;background:#000;border-radius:var(--okeep-r-sm);overflow:hidden}.okui-crop-zoom{width:100%;margin-top:var(--okeep-s-3);accent-color:var(--okeep-accent)}.okui-stepper{display:flex;flex-direction:column;gap:8px}.okui-stepper>.lbl{font-size:12px;font-weight:600;letter-spacing:.02em;color:var(--okeep-text-muted)}.okui-stepper>.track{height:4px;border-radius:var(--okeep-r-pill);background:var(--okeep-border);overflow:hidden}.okui-stepper>.track>.fill{height:100%;border-radius:var(--okeep-r-pill);background:var(--okeep-accent);transition:width .2s ease}.okui-stepper--steps{display:flex;flex-direction:row;align-items:center;gap:0}.okui-stepper--steps .item{display:contents}.okui-stepper--steps .st{display:inline-flex;align-items:center;gap:6px}.okui-stepper--steps .dot{width:24px;height:24px;border-radius:var(--okeep-r-pill);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;background:var(--okeep-surface-2);color:var(--okeep-text-dim)}.okui-stepper--steps .sl{font-size:12px;color:var(--okeep-text-dim)}.okui-stepper--steps .st.cur .dot{background:var(--okeep-accent);color:#fff}.okui-stepper--steps .st.cur .sl{color:var(--okeep-accent);font-weight:500}.okui-stepper--steps .st.done .dot{background:var(--okeep-success-fill);color:#fff}.okui-stepper--steps .st.done .sl{color:var(--okeep-success-fill)}.okui-stepper--steps .ln{flex:1;height:2px;margin:0 8px;background:var(--okeep-surface-2);min-width:12px}.okui-stepper--steps .ln.done{background:var(--okeep-success-fill)}.okui-badge{--sc:var(--okeep-text-dim);display:inline-flex;align-items:center;gap:6px;border-radius:var(--okeep-r-pill);padding:1px 10px;font-size:12.5px;font-weight:500;background:transparent;border:1px solid color-mix(in srgb,var(--sc) 45%,transparent);color:var(--okeep-text);white-space:nowrap}.okui-badge .dot{width:7px;height:7px;border-radius:50%;flex:none;background:var(--sc)}.okui-badge .tick{width:12px;height:12px;flex:none;color:var(--sc)}.okui-badge svg{width:12px;height:12px;flex:none}.okui-badge>svg,button.okui-badge>svg{color:var(--sc)}.okui-badge.sq{border-radius:var(--okeep-r-sm)}.okui-badge.has-act{padding:0;gap:0}.okui-badge.has-act>.main{display:inline-flex;align-items:center;gap:6px;padding:1px 10px;background:none;border:none;font:inherit;color:inherit;border-radius:var(--okeep-r-pill) 0 0 var(--okeep-r-pill)}.okui-badge.has-act>button.main{cursor:pointer}.okui-badge.has-act>button.main:hover{color:var(--sc)}.okui-badge.has-act>.act{display:inline-flex;align-items:center;padding:1px 8px;background:none;border:none;border-left:1px solid color-mix(in srgb,var(--sc) 45%,transparent);color:var(--okeep-text-muted);cursor:pointer;border-radius:0 var(--okeep-r-pill) var(--okeep-r-pill) 0}.okui-badge.has-act>.act:hover{color:var(--sc)}.okui-badge.has-act>.act svg,.okui-badge.has-act>.main svg{width:12px;height:12px;flex:none}.okui-badge.has-act>.main:focus-visible,.okui-badge.has-act>.act:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-badge.has-act>button[disabled]{opacity:.55;cursor:default}button.okui-badge{font:inherit;cursor:pointer}button.okui-badge:hover{border-color:var(--sc)}button.okui-badge:focus-visible{box-shadow:var(--okeep-focus);outline:none}button.okui-badge[disabled]{opacity:.55;cursor:default}.okui-badge.b-prog{--sc:var(--okeep-status-progress)}.okui-badge.b-pause{--sc:var(--okeep-status-paused)}.okui-badge.b-done{--sc:var(--okeep-status-done)}.okui-badge.b-danger{--sc:var(--okeep-danger)}.okui-badge.b-info{--sc:var(--okeep-status-progress)}.okui-chip{display:inline-flex;align-items:center;gap:6px;background:var(--okeep-surface-2);color:var(--okeep-text-muted);border-radius:var(--okeep-r-pill);padding:1px 10px;font-size:12.5px;white-space:nowrap}.okui-chip b{color:var(--okeep-text)}.okui-chip .x{border:none;background:none;color:var(--okeep-text-dim);padding:0;display:inline-flex}.okui-chip .x:focus-visible{box-shadow:var(--okeep-focus);outline:none;border-radius:var(--okeep-r-xs)}.okui-card{background:var(--okeep-surface);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-lg);padding:var(--okeep-s-4)}.okui-pagehead{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.okui-pagehead h1{font-size:22px;font-weight:700;letter-spacing:-.02em}.okui-pagehead .sub{color:var(--okeep-text-muted);font-size:14px;margin-top:2px}.okui-pagehead h1 .cnt{font-family:var(--okeep-font-mono);font-variant-numeric:tabular-nums;font-size:15px;font-weight:600;color:var(--okeep-text-dim);margin-left:10px}.okui-stat{display:block;background:var(--okeep-surface);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-lg);padding:16px;min-width:150px;color:inherit;text-decoration:none}.okui-stat>.l{display:flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;letter-spacing:.4px;color:var(--okeep-text-muted);text-transform:uppercase}.okui-stat>.l>.ic{display:inline-flex;flex:none;color:var(--okeep-text-dim)}.okui-stat>.l>.ic svg{width:15px;height:15px}.okui-stat>.v{font-family:var(--okeep-font-mono);font-variant-numeric:tabular-nums;font-size:26px;font-weight:600;margin-top:4px}.okui-stat>.n{font-size:12.5px;color:var(--okeep-text-dim);margin-top:2px}.okui-stat.t-warn>.l>.ic,.okui-stat.t-warn>.n{color:var(--okeep-status-paused)}.okui-stat.t-good>.l>.ic,.okui-stat.t-good>.n{color:var(--okeep-status-done)}.okui-stat.cur{box-shadow:inset 0 -3px 0 var(--okeep-accent)}.okui-stat.cur>.l,.okui-stat.cur>.l>.ic{color:var(--okeep-accent)}.okui-stat.link:hover{border-color:var(--okeep-accent)}.okui-stat.link:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-stat.cur.link:focus-visible{box-shadow:var(--okeep-focus),inset 0 -3px 0 var(--okeep-accent)}.okui-statrow{display:grid;gap:var(--okeep-s-3)}.okui-sectionhead{display:flex;align-items:baseline;justify-content:space-between;gap:var(--okeep-s-4);flex-wrap:wrap}.okui-sectionhead h2{font-size:19px;font-weight:700;line-height:1.2;margin:0}.okui-sectionhead .hint{color:var(--okeep-text-muted);font-size:12.5px;margin:4px 0 0;max-width:64ch}.okui-sectionhead .act{display:flex;gap:var(--okeep-s-2);flex:none}.okui-segments{display:inline-flex;max-width:100%;border:1px solid var(--okeep-border);border-radius:var(--okeep-r-sm);overflow-x:auto;overflow-y:hidden;background:var(--okeep-surface-2);scrollbar-width:thin}.okui-segments button{background:none;border:none;padding:6px 11px;font:inherit;font-size:13px;font-weight:600;color:var(--okeep-text-muted);white-space:nowrap;border-right:1px solid var(--okeep-border);cursor:pointer}.okui-segments button:last-child{border-right:0}.okui-segments button:hover{color:var(--okeep-text)}.okui-segments button:focus-visible{box-shadow:var(--okeep-focus);outline:none;position:relative;z-index:1}.okui-segments button.on{background:var(--okeep-surface);color:var(--okeep-text)}.okui-filterbar{display:flex;align-items:center;gap:var(--okeep-s-4);flex-wrap:wrap}.okui-filterbar>.sp{flex:1}.okui-filtergroup{display:inline-flex;align-items:center;gap:8px}.okui-filtergroup>.lbl{font-size:13px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--okeep-text-muted);white-space:nowrap}.okui-datatable{overflow-x:auto}.okui-datatable table{width:100%;border-collapse:collapse}.okui-datatable th{text-align:left;font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--okeep-text-muted);padding:8px 12px;border-bottom:1px solid var(--okeep-border);white-space:nowrap}.okui-datatable td{font-size:13.5px;padding:9px 12px;border-bottom:1px solid var(--okeep-border);vertical-align:top}.okui-datatable tbody tr:hover{background:var(--okeep-surface-2)}.okui-datatable td.num{font-family:var(--okeep-font-mono);font-variant-numeric:tabular-nums;white-space:nowrap}.okui-datatable .empty{padding:var(--okeep-s-5) var(--okeep-s-4)}@media print{.okui-datatable{overflow:visible}.okui-datatable tbody tr:hover{background:none}}.okui-empty{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;padding:32px 20px;color:var(--okeep-text-muted)}.okui-empty .ic{width:44px;height:44px;border-radius:50%;background:var(--okeep-surface-2);display:flex;align-items:center;justify-content:center;color:var(--okeep-text-dim)}.okui-empty .ic .ti{width:22px;height:22px}.okui-empty>.t{font-weight:600;color:var(--okeep-text)}.okui-empty .h{font-size:13.5px;max-width:34ch}.okui-empty .tpl{margin-top:var(--okeep-s-5)}.okui-empty .tpl-l{font-size:12px;color:var(--okeep-text-muted);margin-bottom:var(--okeep-s-2)}.okui-empty .tpl-row{display:flex;gap:var(--okeep-s-2);flex-wrap:wrap;justify-content:center}.okui-empty .tpl-row>button{background:var(--okeep-surface-2);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-sm);padding:6px 14px;font-size:12px;color:var(--okeep-text);cursor:pointer;display:inline-flex;align-items:center}.okui-empty .tpl-row>button:hover{border-color:var(--okeep-accent-border)}.okui-empty .tpl-row>button:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-empty .tpl-ic{margin-right:4px}.okui-skel{position:relative;overflow:hidden;background:var(--okeep-surface-2);border-radius:var(--okeep-r-sm)}.okui-skel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,var(--okeep-skel-shine),transparent);animation:shim 1.4s infinite}@keyframes shim{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){.okui-skel:after{animation:none}}.okui-expand{border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);background:var(--okeep-surface)}.okui-expand>button{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:8px;background:none;border:none;padding:12px 16px;font-weight:600;font-size:14px;color:var(--okeep-text)}.okui-expand>button:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-expand>button>.eic{display:inline-flex;color:var(--okeep-text-muted)}.okui-expand>button>.sum{margin-left:auto;font-size:12px;color:var(--okeep-text-muted);font-weight:400}.okui-expand>button>.chev{margin-left:auto}.okui-expand>button>.sum~.chev{margin-left:0}.okui-expand .chev{transition:transform .15s;color:var(--okeep-text-dim)}.okui-expand.open .chev{transform:rotate(180deg)}.okui-expand>.body{display:none;padding:0 16px 14px;color:var(--okeep-text-muted);font-size:14px}.okui-expand.open>.body{display:block}dialog.okui-sheet{border:1px solid var(--okeep-border);border-radius:var(--okeep-r-lg);background:var(--okeep-surface);color:var(--okeep-text);padding:0;width:min(440px,92vw);box-shadow:var(--okeep-shadow-pop);overflow:hidden;display:flex;flex-direction:column}dialog.okui-sheet:not([open]){display:none}dialog.okui-sheet::backdrop{background:#0006}dialog.okui-sheet--wide{width:min(920px,94vw)}dialog.okui-sheet--full{width:min(1200px,96vw)}dialog.okui-sheet>.head{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--okeep-border);font-weight:700;font-size:16px}dialog.okui-sheet>.head>.head-title{display:flex;align-items:center;gap:8px}dialog.okui-sheet>.body{padding:20px;overflow-y:auto;flex:1 1 auto}dialog.okui-sheet>.head,dialog.okui-sheet>.foot{flex:none}dialog.okui-sheet>.foot{display:flex;justify-content:flex-end;gap:10px;padding:14px 20px;border-top:1px solid var(--okeep-border)}@media(max-width:640px){dialog.okui-sheet{width:100vw;max-width:none;margin:auto 0 0;border-radius:var(--okeep-r-lg) var(--okeep-r-lg) 0 0}}.okui-toast-host{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:8px;z-index:100}.okui-toast{display:flex;align-items:center;gap:10px;background:var(--okeep-surface);color:var(--okeep-text);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);box-shadow:var(--okeep-shadow-pop);padding:10px 16px;font-size:14px;animation:toast-in .2s ease}.okui-toast .dot{width:8px;height:8px;border-radius:50%;background:var(--okeep-success-fill);flex:none}.okui-toast.err .dot{background:var(--okeep-danger)}.okui-toast--info .dot{background:var(--okeep-status-progress)}.okui-toast--warning .dot{background:var(--okeep-status-paused)}.okui-toast .body{display:flex;flex-direction:column;min-width:0}.okui-toast .t-title{font-weight:600;margin-bottom:2px}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.okui-shell{--okui-shell-tabs-height:64px;display:grid;grid-template-columns:230px 1fr;grid-template-rows:minmax(0,1fr);height:100dvh;background:var(--okeep-bg)}.okui-shell-side{background:var(--okeep-sidebar);border-right:1px solid var(--okeep-border);display:flex;box-sizing:border-box;flex-direction:column;padding:14px 10px;position:sticky;top:0;height:100vh;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--okeep-border) transparent}.okui-shell-logo{display:flex;align-items:center;gap:8px;padding:4px 10px 14px;font-family:var(--okeep-font-display);font-size:20px;font-weight:700;letter-spacing:.01em;flex:none}.okui-shell-sect{font-size:11px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:var(--okeep-text-dim);padding:10px 12px 4px}.okui-shell-nav{flex:1 1 auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--okeep-border) transparent}.okui-shell-side::-webkit-scrollbar,.okui-shell-nav::-webkit-scrollbar{width:8px;height:8px}.okui-shell-side::-webkit-scrollbar-thumb,.okui-shell-nav::-webkit-scrollbar-thumb{background:var(--okeep-border);border-radius:var(--okeep-r-pill)}.okui-shell-side::-webkit-scrollbar-thumb:hover,.okui-shell-nav::-webkit-scrollbar-thumb:hover{background:var(--okeep-text-dim)}.okui-shell-side::-webkit-scrollbar-track,.okui-shell-nav::-webkit-scrollbar-track{background:transparent}.okui-shell-nav .okui-shell-navitem{display:flex;align-items:center;gap:10px;width:calc(100% + 20px);margin:1px -10px;padding:8px 22px;border-radius:0;font:inherit;font-size:14px;text-align:left;text-decoration:none;cursor:pointer;color:var(--okeep-text-muted);white-space:nowrap;background:none;border:none}.okui-shell-nav .okui-shell-navitem:hover{background:var(--okeep-surface-2);color:var(--okeep-text)}.okui-shell-nav .okui-shell-navitem:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-shell-nav .okui-shell-navitem[aria-current]{background:var(--okeep-accent-bg);color:var(--okeep-accent);font-weight:600;box-shadow:inset 3px 0 0 var(--okeep-accent)}.okui-shell-nav .okui-shell-navitem svg{width:16px;height:16px;flex:none}.okui-shell-nav .okui-shell-navitem .cnt{margin-left:auto;font-family:var(--okeep-font-mono);font-size:11.5px;background:var(--okeep-surface-2);border-radius:var(--okeep-r-pill);padding:0 7px;color:var(--okeep-text-muted)}.okui-shell-user{margin-top:auto;flex:none;display:flex;align-items:center;gap:10px;padding:10px 12px;border-top:1px solid var(--okeep-border);font-size:13.5px}.okui-shell-burger{display:none}.okui-shell-drawer{display:contents}.okui-shell-dim{display:none}.okui-shell-main{padding:18px 22px;overflow:auto}.okui-shell-tabs{display:none}@media(max-width:640px){.okui-shell{grid-template-columns:1fr;grid-template-rows:auto 1fr}.okui-shell-side{flex-direction:row;align-items:center;justify-content:space-between;padding:8px 10px;border-right:none;border-bottom:1px solid var(--okeep-border);overflow:visible;min-height:auto;height:auto;position:sticky;top:0;z-index:40;background:var(--okeep-sidebar)}.okui-shell-logo{padding:4px 10px}.okui-shell-burger{display:flex;align-items:center;justify-content:center;position:relative;width:40px;height:40px;background:none;border:none;border-radius:var(--okeep-r-sm);color:var(--okeep-text);cursor:pointer;flex:none}.okui-shell-burger svg{width:22px;height:22px}.okui-shell-burger:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-shell-burger .dot{position:absolute;top:6px;right:6px;width:8px;height:8px;border-radius:50%;background:var(--okeep-accent)}.okui-shell-dim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#14141452;z-index:50}.okui-shell-drawer{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;width:min(300px,85vw);background:var(--okeep-sidebar);border-left:1px solid var(--okeep-border);box-shadow:var(--okeep-shadow-pop);padding:14px 10px;z-index:60;transform:translate(100%);transition:transform .18s ease;overflow-y:auto;overflow-x:hidden}.okui-shell-drawer.open{transform:none}.okui-shell-drawer .okui-shell-nav{flex:1 1 auto;min-height:0;overflow-y:auto}.okui-shell-drawer .okui-shell-user{margin-top:auto}.okui-shell-tabs{display:flex;position:fixed;inset-inline:0;bottom:0;border-top:1px solid var(--okeep-border);background:var(--okeep-surface);z-index:45}.okui-shell-tab{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 4px 8px;font:inherit;font-size:11px;text-align:center;text-decoration:none;color:var(--okeep-text-muted);background:none;border:none;cursor:pointer}.okui-shell-tab svg{width:20px;height:20px;flex:none}.okui-shell-tab:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-shell-tab[aria-current]{color:var(--okeep-accent)}.okui-shell-tab .dot{position:absolute;top:2px;right:calc(50% - 20px);width:8px;height:8px;border-radius:50%;background:var(--okeep-accent)}.okui-shell-has-tabs .okui-shell-main{padding-bottom:var(--okui-shell-tabs-height)}}@media(prefers-reduced-motion:reduce){.okui-shell-drawer{transition:none}}.okui-tenant{margin:0 4px 14px}.okui-tenant .okui-menu{display:block}.okui-tenant .okui-menu>button{display:flex;align-items:center;gap:10px;width:100%;background:var(--okeep-surface-2);color:var(--okeep-text);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);padding:8px 10px;font:inherit;font-size:13.5px;text-align:left;cursor:pointer}.okui-tenant .okui-menu>button:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-tenant .av{width:26px;height:26px;border-radius:var(--okeep-r-sm);background:var(--okeep-accent-bg);color:var(--okeep-accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;flex:none;overflow:hidden}.okui-tenant .av img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.okui-menu .item img.ti{object-fit:cover;border-radius:50%}.okui-tenant .okui-menu>button>span>.nm{font-weight:600;line-height:1.2;display:block}.okui-tenant .okui-menu>button>span>.rl{font-size:11.5px;color:var(--okeep-text-dim)}.okui-tenant .chev{margin-left:auto;color:var(--okeep-text-dim)}.okui-offline{display:flex;align-items:center;gap:10px;background:var(--okeep-status-paused-bg);color:var(--okeep-status-paused);border-radius:var(--okeep-r-md);padding:8px 14px;font-size:13.5px;font-weight:600;margin-bottom:14px}.okui-acc-head{display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--okeep-border);margin-bottom:4px}.okui-acc-head .av{width:40px;height:40px;border-radius:50%;background:var(--okeep-accent-bg);color:var(--okeep-accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px}.okui-acc-head>span>.nm{font-weight:700}.okui-acc-head .sub{font-size:12.5px;color:var(--okeep-text-muted)}.okui-acc-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--okeep-border)}.okui-acc-row:last-child{border:none}.okui-acc-row .ic{width:34px;height:34px;border-radius:var(--okeep-r-sm);background:var(--okeep-surface-2);display:flex;align-items:center;justify-content:center;color:var(--okeep-text-muted);flex:none}.okui-acc-row>span>.t{font-weight:600;font-size:14px}.okui-acc-row>span>.d{font-size:12.5px;color:var(--okeep-text-muted)}.okui-acc-row>span>.d.ok{color:var(--okeep-status-done)}.okui-acc-row .end{margin-left:auto;display:flex;align-items:center;gap:8px}.okui-avatar{width:28px;height:28px;border-radius:50%;background:var(--okeep-surface-2);display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;flex:none}.okui-shell-user .okui-avatar{color:var(--okeep-text-muted)}img.okui-avatar{object-fit:cover}.okui-icon{display:inline-block;vertical-align:-.125em;flex:none}.okui-timefield{position:relative;display:inline-block}.okui-timefield>button{display:inline-flex;align-items:center;gap:8px;background:var(--okeep-surface);color:var(--okeep-text);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);padding:10px 12px;font-size:14px;font-weight:500;cursor:pointer}.okui-timefield>button:disabled{opacity:.55;cursor:default}.okui-timefield>button:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-timefield>button .ph{color:var(--okeep-text-muted);font-weight:400}.okui-timefield>button .chev{color:var(--okeep-text-muted)}.okui-timefield--inline>button{padding:6px 10px;font-size:13px;border-radius:var(--okeep-r-sm)}.okui-timefield>.pop.pop--fixed{position:fixed}.okui-timefield>.pop{background:var(--okeep-surface);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);box-shadow:var(--okeep-shadow-pop);padding:10px;z-index:20;width:max-content}.okui-timefield-grid{display:flex;flex-direction:column;gap:6px;max-height:340px;overflow-y:auto}.okui-timefield-grid .row{display:flex;gap:6px;align-items:stretch}.okui-timefield-grid .hour{width:26px;display:flex;align-items:center;justify-content:flex-end;padding-right:2px;font-size:12px;font-weight:600;color:var(--okeep-text-muted)}.okui-timefield-hours{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;max-height:340px;overflow-y:auto}.okui-timefield-grid .chip,.okui-timefield-hours .chip{min-width:56px;text-align:center;padding:7px 10px;border:1px solid var(--okeep-border);border-radius:var(--okeep-r-sm);background:var(--okeep-surface);color:var(--okeep-text);font-family:inherit;font-size:13px;cursor:pointer}.okui-timefield-grid .chip:hover:not(:disabled),.okui-timefield-hours .chip:hover:not(:disabled){border-color:var(--okeep-accent);color:var(--okeep-accent-hover)}.okui-timefield-grid .chip:focus-visible,.okui-timefield-hours .chip:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-timefield-grid .chip.sel,.okui-timefield-hours .chip.sel{background:var(--okeep-accent);border-color:var(--okeep-accent);color:#fff;font-weight:600}.okui-timefield-grid .chip:disabled,.okui-timefield-hours .chip:disabled{color:var(--okeep-text-muted);border-style:dashed;cursor:default;opacity:.6}.okui-timerange{position:relative;display:inline-block}.okui-timerange>button{display:inline-flex;align-items:center;gap:8px;background:var(--okeep-surface);color:var(--okeep-text);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);padding:10px 12px;font-size:14px;font-weight:500;cursor:pointer}.okui-timerange>button:disabled{opacity:.55;cursor:default}.okui-timerange>button:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-timerange>button .ph{color:var(--okeep-text-muted);font-weight:400}.okui-timerange>button .chev{color:var(--okeep-text-muted)}.okui-timerange>button .night{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--okeep-text-muted);background:var(--okeep-surface-2);border-radius:999px;padding:2px 8px}.okui-timerange>.pop.pop--fixed{position:fixed}.okui-timerange>.pop{background:var(--okeep-surface);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);box-shadow:var(--okeep-shadow-pop);padding:12px;z-index:20;width:max-content}.okui-timerange .panes{display:flex;gap:14px}.okui-timerange .pane+.pane{border-left:1px solid var(--okeep-border);padding-left:14px}.okui-timerange .pane-title{display:block;background:none;border:none;font-family:inherit;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--okeep-text-muted);padding:2px 2px 8px;cursor:pointer}.okui-timerange .pane[data-active=true] .pane-title{color:var(--okeep-accent-hover)}.okui-timerange .pane-title:focus-visible{box-shadow:var(--okeep-focus);outline:none;border-radius:var(--okeep-r-sm)}.okui-timerange .stripwrap{margin-top:6px}.okui-timerange .strip{position:relative;height:6px;border-radius:999px;background:var(--okeep-surface-2);overflow:hidden}.okui-timerange .strip .seg{position:absolute;top:0;bottom:0;background:var(--okeep-accent);opacity:.85}.okui-timerange .strip-icons{position:relative;height:18px;margin-bottom:4px;color:var(--okeep-text-muted)}.okui-timerange .strip-icons .strip-icon{position:absolute;top:50%;transform:translate(-50%,-50%)}.okui-timerange .strip-icons .strip-icon:first-child{transform:translateY(-50%)}.okui-timerange .strip-icons .strip-icon:last-child{transform:translate(-100%,-50%)}.okui-timerange .strip-icons .strip-icon.sun{color:var(--okeep-status-paused)}.okui-timerange .ticks{position:relative;height:13px;margin-top:4px}.okui-timerange .ticks .tick{position:absolute;top:0;font-size:10px;color:var(--okeep-text-muted);white-space:nowrap;transform:translate(-50%)}.okui-timerange .ticks .tick:first-child{transform:none}.okui-timerange .ticks .tick:last-child{transform:translate(-100%)}@media(max-width:480px){.okui-timerange .panes{flex-direction:column;gap:10px}.okui-timerange .pane+.pane{border-left:none;padding-left:0;border-top:1px solid var(--okeep-border);padding-top:10px}}.okui-notify{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid var(--okeep-border);border-radius:var(--okeep-r-pill);background:var(--okeep-surface);color:var(--okeep-text-muted);font-size:12.5px;font-weight:600;cursor:pointer}.okui-notify:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-notify--on{color:var(--okeep-status-done)}.okui-notify--snoozed{color:var(--okeep-status-paused)}.okui-notify--error{color:var(--okeep-danger);border-color:var(--okeep-danger)}.okui-notify-wrap{display:inline-flex;align-items:center;gap:4px}.okui-snooze{position:relative;display:inline-block}.okui-snooze-trigger{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--okeep-border);border-radius:var(--okeep-r-pill);background:var(--okeep-surface);color:var(--okeep-text-muted);font-family:inherit;font-size:12.5px;font-weight:600;cursor:pointer}.okui-snooze-trigger:not(.labeled){width:28px;height:28px;justify-content:center;padding:0}.okui-snooze-trigger.labeled{padding:6px 10px}.okui-snooze-trigger:hover{border-color:var(--okeep-accent);color:var(--okeep-accent-hover)}.okui-snooze-trigger:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-snooze-trigger.active{color:var(--okeep-status-paused);border-color:var(--okeep-status-paused)}.okui-snooze>.pop.pop--fixed{position:fixed}.okui-snooze>.pop{display:flex;flex-direction:column;gap:2px;background:var(--okeep-surface);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);box-shadow:var(--okeep-shadow-pop);padding:6px;z-index:20;min-width:160px}.okui-snooze .item{display:block;width:100%;text-align:left;padding:7px 10px;border:none;border-radius:var(--okeep-r-sm);background:none;color:var(--okeep-text);font-family:inherit;font-size:13px;cursor:pointer}.okui-snooze .item:hover{background:var(--okeep-surface-2);color:var(--okeep-accent-hover)}.okui-snooze .item:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-snooze .item.custom{padding:2px}.okui-notify-sheet section+section{margin-top:4px}.okui-notify-sheet .sect-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--okeep-text-muted);margin:14px 0 8px}.okui-notify-sheet section:first-child .sect-title{margin-top:0}.okui-notify-sheet .chips{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.okui-notify-sheet .okui-notify-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border:1px solid var(--okeep-border);border-radius:var(--okeep-r-pill);background:var(--okeep-surface);color:var(--okeep-text);font-family:inherit;font-size:12.5px;cursor:pointer}.okui-notify-sheet .okui-notify-chip:hover:not(:disabled){border-color:var(--okeep-accent);color:var(--okeep-accent-hover)}.okui-notify-sheet .okui-notify-chip:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-notify-sheet .okui-notify-chip.on{background:var(--okeep-accent-bg);border-color:var(--okeep-accent-border);color:var(--okeep-accent-hover);font-weight:600}.okui-notify-sheet .okui-notify-chip.dis{border-style:dashed;color:var(--okeep-text-muted)}.okui-notify-sheet .okui-notify-chip:disabled{opacity:.55;cursor:default;border-style:dashed;color:var(--okeep-text-muted)}.okui-notify-sheet .channels{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.okui-notify-sheet .channels .okui-notify-chip{flex:0 0 auto}.okui-notify-sheet .channel-hint{margin-top:6px;font-size:12px;color:var(--okeep-text-muted)}.okui-notify-sheet .src{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--okeep-border)}.okui-notify-sheet .src:last-child{border-bottom:none}.okui-notify-sheet .src-name{font-size:13.5px;font-weight:600;color:var(--okeep-text)}.okui-notify-sheet .src-sub{font-size:11.5px;color:var(--okeep-text-muted);margin-top:1px}.okui-notify-sheet .zawsze{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:var(--okeep-text);padding-bottom:4px}.okui-notify-sheet .zawsze .hint{color:var(--okeep-text-muted);font-weight:400}.okui-notify-sheet .okui-notify-restr{border-left:2px solid var(--okeep-border);padding-left:12px;margin-top:10px;display:flex;flex-direction:column;gap:8px}.okui-notify-sheet .days{display:flex;gap:4px}.okui-notify-sheet .day{width:32px;text-align:center;padding:5px 0;border:1px solid var(--okeep-border);border-radius:var(--okeep-r-sm);background:var(--okeep-surface);color:var(--okeep-text);font-family:inherit;font-size:11.5px;cursor:pointer}.okui-notify-sheet .day:hover:not(:disabled){border-color:var(--okeep-accent);color:var(--okeep-accent-hover)}.okui-notify-sheet .day:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-notify-sheet .day.on{background:var(--okeep-accent-bg);border-color:var(--okeep-accent-border);color:var(--okeep-accent-hover);font-weight:600}dialog.okui-workbench{border:1px solid var(--okeep-border);border-radius:var(--okeep-r-lg);background:var(--okeep-surface);color:var(--okeep-text);padding:0;width:min(1600px,calc(100vw - 48px));height:calc(100dvh - 48px);max-width:none;max-height:none;margin:auto;box-shadow:var(--okeep-shadow-pop);overflow:hidden;display:flex;flex-direction:row}dialog.okui-workbench:not([open]){display:none}dialog.okui-workbench::backdrop{background:#0006}dialog.okui-workbench>.side{width:208px;flex:none;background:var(--okeep-sidebar);border-right:1px solid var(--okeep-border);padding:12px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}dialog.okui-workbench .search{display:flex;align-items:center;gap:6px;background:var(--okeep-surface-2);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-sm);padding:6px 10px;color:var(--okeep-text-muted);margin-bottom:8px}dialog.okui-workbench .search:focus-within{border-color:var(--okeep-accent-border)}dialog.okui-workbench .search input{border:0;background:transparent;outline:none;font:inherit;font-size:13px;color:var(--okeep-text);width:100%;min-width:0}dialog.okui-workbench .group-label{font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;font-weight:600;color:var(--okeep-text-dim);padding:10px 8px 4px}dialog.okui-workbench .side .item{display:flex;align-items:center;gap:8px;width:100%;padding:7px 8px;border:0;border-radius:var(--okeep-r-sm);background:none;color:var(--okeep-text-muted);font:inherit;font-size:13.5px;text-align:left;cursor:pointer}dialog.okui-workbench .side .item:hover{background:var(--okeep-surface-2);color:var(--okeep-text)}dialog.okui-workbench .side .item:focus-visible{box-shadow:var(--okeep-focus);outline:none}dialog.okui-workbench .side .item[aria-current=true]{background:var(--okeep-accent-bg);box-shadow:inset 0 0 0 1px var(--okeep-accent-border);color:var(--okeep-text);font-weight:500}dialog.okui-workbench .side .item .icon{display:inline-flex;color:inherit}dialog.okui-workbench .side .item[aria-current=true] .icon{color:var(--okeep-accent)}dialog.okui-workbench .side .item .dot{width:6px;height:6px;border-radius:50%;background:var(--okeep-status-paused,#b45309);margin-left:auto;flex:none}dialog.okui-workbench .side .row-hit{display:block;width:100%;padding:5px 8px 5px 30px;border:0;border-radius:var(--okeep-r-sm);background:none;color:var(--okeep-text-muted);font:inherit;font-size:12.5px;text-align:left;cursor:pointer}dialog.okui-workbench .side .row-hit:before{content:"↳ "}dialog.okui-workbench .side .row-hit:hover{background:var(--okeep-surface-2);color:var(--okeep-text)}dialog.okui-workbench .side .row-hit:focus-visible{box-shadow:var(--okeep-focus);outline:none}dialog.okui-workbench .side .empty{font-size:12.5px;color:var(--okeep-text-muted);padding:8px;margin:0}dialog.okui-workbench>.main{flex:1;display:flex;flex-direction:column;min-width:0}dialog.okui-workbench>.main>.head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px 12px;flex:none}dialog.okui-workbench>.main>.head h2{margin:0;font-size:16px;font-weight:700}dialog.okui-workbench>.main>.head .dlg-title{display:none}dialog.okui-workbench>.main>.tabs{display:none}dialog.okui-workbench>.main>.body{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;padding:4px 24px 20px}dialog.okui-workbench>.main>.body>.measure{width:100%}dialog.okui-workbench>.main>.body>.measure[data-layout=form]{max-width:760px}.okui-wb-anchor.is-hit,[data-okui-hit]{animation:okui-wb-hit 2.4s ease forwards;border-radius:var(--okeep-r-md)}@keyframes okui-wb-hit{0%,55%{background:var(--okeep-accent-bg);box-shadow:0 0 0 1px var(--okeep-accent-border)}to{background:transparent;box-shadow:none}}@media(prefers-reduced-motion:reduce){.okui-wb-anchor.is-hit,[data-okui-hit]{animation:none}}@media(max-width:640px){dialog.okui-workbench{width:100vw;height:100dvh;margin:0;border:0;border-radius:0;flex-direction:column}dialog.okui-workbench>.main{min-height:0}dialog.okui-workbench>.side{display:none}dialog.okui-workbench>.main>.head{padding:14px 16px 10px}dialog.okui-workbench>.main>.head .sect-title{display:none}dialog.okui-workbench>.main>.head .dlg-title{display:block}dialog.okui-workbench>.main>.tabs{display:flex;gap:6px;padding:0 16px 10px;overflow-x:auto;scrollbar-width:none;flex:none}dialog.okui-workbench>.main>.tabs::-webkit-scrollbar{display:none}dialog.okui-workbench .tab{padding:5px 11px;border:1px solid var(--okeep-border);border-radius:var(--okeep-r-pill);background:var(--okeep-surface);color:var(--okeep-text-muted);font:inherit;font-size:12.5px;white-space:nowrap;flex:none;cursor:pointer}dialog.okui-workbench .tab:focus-visible{box-shadow:var(--okeep-focus);outline:none}dialog.okui-workbench .tab[aria-current=true]{background:var(--okeep-accent-bg);border-color:var(--okeep-accent-border);color:var(--okeep-text);font-weight:500}dialog.okui-workbench>.main>.body{padding:4px 16px 16px}dialog.okui-workbench>.main>.body>.measure[data-layout=form]{max-width:none}}.okui-pixel-grid{display:grid;grid-auto-rows:6px;gap:1px;min-width:0;align-content:end}.okui-pixel{display:block;width:100%;height:6px;border-radius:1.5px;box-sizing:border-box}.okui-pixel-accent{background:var(--okeep-accent)}.okui-pixel-graphite{background:var(--okeep-text-muted)}.okui-pixel-ghost{background:var(--okeep-border)}.okui-pixel-empty{background:transparent}.okui-pixelbars{display:flex;flex-direction:column;gap:4px;min-width:0}.okui-pixelbars-field{position:relative;display:flex;align-items:flex-end;gap:5px}.okui-pixelbars-col{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;gap:4px;flex:1 1 0;min-width:0;border:0;background:none;padding:0;font:inherit}button.okui-pixelbars-col{cursor:pointer}button.okui-pixelbars-col:focus-visible{outline:2px solid var(--okeep-focus);outline-offset:2px}.okui-pixelbars-col-partial .okui-pixel-grid{opacity:.45}.okui-pixelbars-col-active .okui-pixel-grid{filter:brightness(.85)}.okui-pixelbars-zero{display:block;height:3px;border-radius:1.5px;background:var(--okeep-border)}.okui-pixelbars-label{font-size:10px;color:var(--okeep-text-muted);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.okui-pixelbars-threshold{position:absolute;left:0;right:0;border-top:1.5px dashed var(--okeep-text-muted);pointer-events:none}.okui-pixelbars-threshold span{position:absolute;right:0;top:-16px;font-size:10px;color:var(--okeep-text-muted);background:var(--okeep-surface);padding:0 3px}.okui-pixelbars-unit{font-size:10px;color:var(--okeep-text-dim, var(--okeep-text-muted));text-align:right}nav.okui-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;background:var(--okeep-surface);border-top:1px solid var(--okeep-border);padding-bottom:env(safe-area-inset-bottom,0)}nav.okui-tabbar .item,nav.okui-tabbar>a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:52px;padding:6px 4px;border:0;background:none;font:inherit;font-size:11px;font-weight:600;color:var(--okeep-text-muted);cursor:pointer;text-decoration:none;position:relative}nav.okui-tabbar .item:focus-visible,nav.okui-tabbar>a:focus-visible{box-shadow:var(--okeep-focus);outline:none;border-radius:var(--okeep-r-sm)}nav.okui-tabbar .item[aria-current=page],nav.okui-tabbar>a[aria-current=page]{color:var(--okeep-accent)}nav.okui-tabbar .icon{display:inline-flex}nav.okui-tabbar .icon svg{width:20px;height:20px}nav.okui-tabbar .count{position:absolute;top:4px;left:calc(50% + 6px);min-width:16px;height:16px;border-radius:var(--okeep-r-pill);background:var(--okeep-danger);color:#fff;font-size:10px;line-height:16px;padding:0 4px;text-align:center}nav.okui-tabbar .dot{position:absolute;top:6px;left:calc(50% + 8px);width:7px;height:7px;border-radius:50%;background:var(--okeep-accent)}.okui-banner{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;background:var(--okeep-accent-bg);border:1px solid var(--okeep-accent-border);border-radius:var(--okeep-r-md);padding:14px 16px;touch-action:pan-y;transition:transform .25s,opacity .25s}@media(prefers-reduced-motion:reduce){.okui-banner{transition:none}}.okui-banner--warning{background:var(--okeep-status-paused-bg);border-color:var(--okeep-status-paused)}.okui-banner-body{display:flex;flex-direction:column;gap:8px;min-width:0;font-size:14px;color:var(--okeep-text-muted)}.okui-banner-title{font-weight:700;font-size:15px;color:var(--okeep-text)}.okui-banner-x{border:none;background:none;color:var(--okeep-text-dim);cursor:pointer;padding:2px;flex:none;line-height:0}.okui-banner-x:hover{color:var(--okeep-text)}.okui-banner-x:focus-visible{box-shadow:var(--okeep-focus);outline:none;border-radius:var(--okeep-r-xs)}.okui-banner-x .ti{width:18px;height:18px}.okui-banner-stack{display:flex;flex-direction:column;gap:12px}.okui-banner-row{display:flex;align-items:center;gap:10px;background:var(--okeep-surface);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);padding:11px 16px;cursor:pointer;font:inherit;font-size:14px;font-weight:600;color:var(--okeep-text);text-align:left;width:100%}.okui-banner-row:hover{border-color:var(--okeep-accent-border)}.okui-banner-row:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-banner-dot{width:7px;height:7px;border-radius:50%;background:var(--okeep-accent);flex:none}.okui-banner-dot--warning{background:var(--okeep-status-paused)}.okui-banner-chev{margin-left:auto;color:var(--okeep-text-dim);width:16px;height:16px;flex:none}dialog.okui-takeover{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;max-height:none;border:none;background:transparent;padding:40px 16px;margin:0;overflow-y:auto;overscroll-behavior:contain;color:var(--okeep-text)}dialog.okui-takeover:not([open]){display:none}dialog.okui-takeover::backdrop{background:#14131273}@media(max-width:700px){dialog.okui-takeover{padding:20px 10px}}.okui-takeover-deck{position:relative;max-width:560px;margin:0 auto}.okui-takeover-card{position:relative;z-index:1;background:var(--okeep-surface);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-lg);padding:16px 20px 20px;display:flex;flex-direction:column;gap:10px;touch-action:pan-y;transition:transform .25s,opacity .25s}@media(prefers-reduced-motion:reduce){.okui-takeover-card{transition:none}}.okui-takeover-peek{position:absolute;left:14px;right:14px;bottom:-9px;height:24px;background:var(--okeep-surface-2);border:1px solid var(--okeep-border);border-radius:0 0 14px 14px}.okui-takeover-head{display:flex;align-items:center;justify-content:space-between}.okui-takeover-kicker{font-size:11.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--okeep-accent)}.okui-takeover-counter{margin-left:8px;color:var(--okeep-text-muted);font-weight:600;letter-spacing:0;text-transform:none}.okui-takeover-x{width:32px;height:32px;border:none;background:none;font-size:18px;line-height:1;color:var(--okeep-text-dim);cursor:pointer;flex:none}.okui-takeover-x:focus-visible{box-shadow:var(--okeep-focus);outline:none;border-radius:var(--okeep-r-xs)}.okui-takeover-title{font-size:20px;font-weight:700;line-height:1.25;margin:0;color:var(--okeep-text)}.okui-takeover-body{font-size:14.5px;color:var(--okeep-text-muted);margin:0;white-space:pre-line;line-height:1.6}.okui-takeover-opts{display:flex;flex-direction:column;gap:8px;margin-top:4px}.okui-takeover-opt{font:inherit;font-size:14.5px;font-weight:600;text-align:left;padding:13px 14px;border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);background:var(--okeep-surface);color:var(--okeep-text);cursor:pointer}.okui-takeover-opt:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-takeover-opt--selected{border-color:var(--okeep-accent);background:var(--okeep-accent-bg);color:var(--okeep-accent)}.okui-takeover-free{font:inherit;font-size:14px;border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);padding:11px 14px;resize:vertical;color:var(--okeep-text);background:var(--okeep-surface)}.okui-takeover-free:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-takeover-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin-top:6px}.okui-takeover-primary{font:inherit;font-size:15px;font-weight:700;padding:12px 20px;border:none;border-radius:var(--okeep-r-md);background:var(--okeep-accent);color:#fff;cursor:pointer}.okui-takeover-primary:hover{background:var(--okeep-accent-hover)}.okui-takeover-primary:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-takeover-primary:disabled{opacity:.55;cursor:default}.okui-takeover-later{font:inherit;font-size:14px;font-weight:600;border:none;background:none;color:var(--okeep-text-muted);cursor:pointer}.okui-takeover-later:focus-visible{box-shadow:var(--okeep-focus);outline:none;border-radius:var(--okeep-r-xs)}.okui-takeover-more{margin-top:4px;border-top:1px solid var(--okeep-border);padding-top:10px}.okui-takeover-more-summary{cursor:pointer;font-size:13px;font-weight:600;color:var(--okeep-text-muted);list-style:none}.okui-takeover-more-summary::-webkit-details-marker{display:none}.okui-takeover-more-summary:before{content:"▸";display:inline-block;margin-right:6px;transition:transform .15s ease}.okui-takeover-more[open] .okui-takeover-more-summary:before{transform:rotate(90deg)}@media(prefers-reduced-motion:reduce){.okui-takeover-more-summary:before{transition:none}}.okui-takeover-more-list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:2px}.okui-takeover-more-item{width:100%;text-align:left;background:none;border:none;padding:8px 6px;border-radius:var(--okeep-r-sm);font:inherit;font-size:13.5px;color:var(--okeep-text);cursor:pointer}.okui-takeover-more-item:hover{background:var(--okeep-surface-2)}.okui-takeover-more-item:focus-visible{box-shadow:var(--okeep-focus);outline:none}.okui-form-footer{display:flex;justify-content:space-between;align-items:center;gap:var(--okeep-s-2);padding-top:var(--okeep-s-4);border-top:1px solid var(--okeep-border)}.okui-form-footer-main{display:flex;gap:var(--okeep-s-2)}.okui-table-card{background:var(--okeep-surface);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-lg);overflow:hidden;box-shadow:var(--okeep-shadow-card)}.okui-table-top{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--okeep-border);flex-wrap:wrap}.okui-table-top .ttl{font-weight:700;font-size:15px}.okui-table-top .acts{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.okui-table{width:100%;border-collapse:collapse;font-size:14px}.okui-table th{font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--okeep-text-muted);text-align:left;padding:10px 16px;border-bottom:1px solid var(--okeep-border);white-space:nowrap}.okui-table th .sort{color:var(--okeep-accent)}.okui-table td{padding:11px 16px;border-bottom:1px solid var(--okeep-border);vertical-align:middle}.okui-table tr:hover td{background:var(--okeep-surface-2)}.okui-table .mono{font-family:var(--okeep-font-mono);font-variant-numeric:tabular-nums;font-weight:600;font-size:13.5px;white-space:nowrap}.okui-table .sel td{background:var(--okeep-accent-bg)}.okui-table tbody tr[draggable=true]{cursor:grab}.okui-table tbody tr.dragging{opacity:.4}.okui-table tbody tr.drop-target{box-shadow:inset 0 0 0 2px var(--okeep-accent-border);background:var(--okeep-accent-bg)}.okui-table input[type=checkbox]{accent-color:var(--okeep-accent);width:16px;height:16px}.okui-table .rowact{border:none;background:none;color:var(--okeep-text-dim);padding:4px;border-radius:var(--okeep-r-xs);display:inline-flex}.okui-table .rowact:hover{background:var(--okeep-surface-2);color:var(--okeep-text)}.okui-table-foot{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;font-size:13px;color:var(--okeep-text-muted);flex-wrap:wrap;gap:8px}.okui-pg{display:flex;gap:4px}.okui-pg>button{min-width:28px;height:28px;border:1px solid var(--okeep-border);background:var(--okeep-surface);border-radius:var(--okeep-r-sm);font-size:13px;color:var(--okeep-text-muted)}.okui-pg>button.on{background:var(--okeep-accent);border-color:var(--okeep-accent);color:#fff;font-weight:600}.okui-table .expander{border:none;background:none;color:var(--okeep-text-muted);padding:4px;border-radius:var(--okeep-r-xs);display:inline-flex;cursor:pointer}.okui-table .expander:hover{background:var(--okeep-surface-2);color:var(--okeep-text)}.okui-table .expander:focus-visible{outline:none;box-shadow:var(--okeep-focus)}.okui-table .expander>.chevron{transition:transform .15s}.okui-table .expander[aria-expanded=true]>.chevron{transform:rotate(90deg)}.okui-table th{position:relative}.okui-table th>button{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:0;margin:0;font:inherit;font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--okeep-text-muted);cursor:pointer}.okui-table th>button:hover{color:var(--okeep-text)}.okui-table th>button:focus-visible{outline:none;box-shadow:var(--okeep-focus);border-radius:var(--okeep-r-xs)}.okui-table th>button>.unsort{opacity:.35}.okui-table th>.resize-handle{position:absolute;right:0;top:0;height:100%;width:5px;cursor:col-resize;background:transparent}.okui-table th>.resize-handle:hover,.okui-table th>.resize-handle.is-resizing{background:var(--okeep-accent-border)}.okui-table>tbody>tr>td>.nodata{padding:32px 16px;text-align:center;color:var(--okeep-text-muted)}.okui-table-loading{padding:var(--okeep-s-4)}.okui-pg>button{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.okui-pg>button:focus-visible{outline:none;box-shadow:var(--okeep-focus)}.okui-pg>button[disabled]{opacity:.35;cursor:not-allowed}.okui-colset-head{display:flex;gap:8px;padding-bottom:var(--okeep-s-3);border-bottom:1px solid var(--okeep-border);margin-bottom:var(--okeep-s-2)}.okui-colset-list{display:flex;flex-direction:column;max-height:320px;overflow-y:auto}.okui-colset-item{display:flex;align-items:center;gap:8px;padding:8px 4px;border-radius:var(--okeep-r-sm);cursor:grab;-webkit-user-select:none;user-select:none}.okui-colset-item:active{cursor:grabbing}.okui-colset-item:hover{background:var(--okeep-surface-2)}.okui-colset-item.dragging{opacity:.5;background:var(--okeep-surface-2)}.okui-colset-item.drag-over{background:var(--okeep-accent-bg);box-shadow:inset 0 2px 0 var(--okeep-accent)}.okui-colset-item>.grip{color:var(--okeep-text-dim);flex-shrink:0}.okui-colset-item>.eye{border:none;background:none;color:var(--okeep-text-muted);padding:4px;border-radius:var(--okeep-r-xs);display:inline-flex;cursor:pointer;flex-shrink:0}.okui-colset-item>.eye:hover{background:var(--okeep-surface);color:var(--okeep-text)}.okui-colset-item>.eye:focus-visible{outline:none;box-shadow:var(--okeep-focus)}.okui-colset-item>.eye[disabled]{opacity:.35;cursor:not-allowed}.okui-colset-item>.lbl{font-size:13.5px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.okeep-team{display:flex;flex-direction:column;gap:var(--okeep-s-5)}.okeep-team-list{display:flex;flex-direction:column}.okeep-team-row{display:flex;align-items:center;justify-content:space-between;gap:var(--okeep-s-3);padding:10px 0;border-bottom:1px solid var(--okeep-border)}.okeep-team-row:last-child{border:none}.okeep-team-row>.main{display:flex;align-items:center;gap:var(--okeep-s-3);min-width:0}.okeep-team-row>.main>.txt{display:flex;flex-direction:column;min-width:0}.okeep-team-row>.main>.txt>.nm{font-weight:600;font-size:14px}.okeep-team-row>.main>.txt>.sub{font-size:12.5px;color:var(--okeep-text-muted)}.okeep-team-row.is-inactive>.main>.txt>.nm{color:var(--okeep-text-muted)}.okeep-team-row>.main>.txt>.nm>.okeep-team-muted{color:var(--okeep-text-muted);font-weight:400}.okeep-team-row>.end{display:flex;align-items:center;gap:var(--okeep-s-2);flex:none}.okeep-team-invite{display:flex;flex-direction:column;gap:var(--okeep-s-3);padding-bottom:var(--okeep-s-4);margin-bottom:var(--okeep-s-2);border-bottom:1px solid var(--okeep-border)}.okeep-team-invite>.okui-segments{align-self:flex-start}.okeep-team-invite-row{display:flex;align-items:flex-end;gap:var(--okeep-s-3);flex-wrap:wrap}.okeep-team-invite-row>.okui-field,.okeep-team-invite-row>.okui-phone{flex:1 1 220px}.okeep-team-invite-row>.okeep-team-invite-role{flex:0 1 auto}.okeep-team-invite-row>.okeep-team-invite-role .okui-field,.okeep-team-invite-row>.okeep-team-invite-role .okui-select{min-width:160px}.okeep-team-invite-row>.okui-btn{flex:none}.okeep-team-invite-channel-hint{margin:0;font-size:13px;color:var(--okeep-text-muted)}.okeep-team-invite-sent{margin:0;font-size:13px;color:var(--okeep-status-done)}.okeep-team-invite-result{display:flex;align-items:center;gap:var(--okeep-s-2);font-size:13px;color:var(--okeep-text-muted)}.okeep-team-invite-result>.okui-input{font-family:var(--okeep-font-mono);font-size:12.5px}.okeep-team-accept{max-width:420px}.okeep-team-accept>h2{font-size:18px;margin:0 0 var(--okeep-s-3)}:where(dialog.okui-sheet){margin:auto}:root{color-scheme:light}html[data-theme=dark]{color-scheme:dark}:root{--color-primary: var(--okeep-accent);--color-background: var(--okeep-bg);--color-background-light: var(--okeep-surface);--color-text: var(--okeep-text);--color-text-muted: var(--okeep-text-muted);--color-border-light: var(--okeep-border);--color-primary-hover: var(--okeep-accent-hover);--color-background-lighter: var(--okeep-surface-2);--color-border: var(--okeep-border);--color-success: var(--okeep-success-fill);--color-warning: var(--okeep-status-paused);--color-error: var(--okeep-danger);--color-info: var(--okeep-status-progress);--color-progress: var(--okeep-accent);--color-progress-track: var(--okeep-surface-2);--color-text-inverse: #121212;--entity-challenge: #2563EB;--entity-promo-group: #C2410C;--entity-battle-pass: #4D7C0F;--entity-promotion: #B45309;--entity-voucher: #BE185D;--entity-menu-item: #7C3AED;--entity-campaign: #92700A}[data-theme=light]{--color-text-inverse: #FFFFFF}html[data-theme=dark]{--entity-challenge: #60A5FA;--entity-promo-group: #FF6712;--entity-battle-pass: #537700;--entity-promotion: #F59E0B;--entity-voucher: #EC4899;--entity-menu-item: #8B5CF6;--entity-campaign: #B8860B}@layer base{*:focus:not(:focus-visible){outline:none;box-shadow:none}*:focus-visible{outline:none;box-shadow:var(--okeep-focus)}body{margin:0;font-family:var(--okeep-font-sans);background-color:var(--color-background);color:var(--color-text);transition:background-color .2s ease,color .2s ease}}.brand-logo{display:block;height:26px;width:auto}.brand-logo-dark,html[data-theme=dark] .brand-logo-light{display:none}html[data-theme=dark] .brand-logo-dark{display:block}.story-editor-font-picker .fontpicker{background-color:var(--color-background-lighter)!important;border:1px solid var(--color-border-light)!important;border-radius:8px!important;color:var(--color-text)!important}.story-editor-font-picker .fontpicker__preview{background-color:var(--color-background-lighter)!important;color:var(--color-text)!important;border-radius:6px!important;padding:8px 12px!important}.story-editor-font-picker .fontpicker__search{background-color:var(--color-background-light)!important;color:var(--color-text)!important;border:1px solid var(--color-border-light)!important;border-radius:6px!important}.story-editor-font-picker .fontpicker__search::placeholder{color:var(--color-text-muted)!important}.story-editor-font-picker .fontpicker__list{background-color:var(--color-background-light)!important;border:1px solid var(--color-border-light)!important;border-radius:8px!important;max-height:300px!important}.story-editor-font-picker .fontpicker__option{color:var(--color-text)!important;padding:8px 12px!important}.story-editor-font-picker .fontpicker__option:hover{background-color:var(--color-border-light)!important}.story-editor-font-picker .fontpicker__option--selected{background-color:var(--color-primary)!important;color:#fff!important}.story-editor-font-picker .fontpicker__caret{color:var(--color-text-muted)!important}.okeep-support-crm-theme{--okeep-support-font: "Inter", sans-serif;--okeep-support-radius: 8px;--okeep-support-widget-z: 40;--okeep-support-bg: var(--color-background-light);--okeep-support-border: var(--color-border-light);--okeep-support-text: var(--color-text);--okeep-support-text-muted: var(--color-text-muted);--okeep-support-bubble-mine-bg: var(--color-primary);--okeep-support-bubble-mine-text: #ffffff;--okeep-support-bubble-theirs-bg: var(--color-background-lighter);--okeep-support-bubble-theirs-text: var(--color-text);--okeep-support-bubble-pending-bg: var(--color-background-lighter);--okeep-support-bubble-pending-text: var(--color-text-muted);--okeep-support-accent: var(--color-primary);--okeep-support-accent-text: #ffffff;--okeep-support-error: var(--color-error);--okeep-support-error-bg: var(--color-background-lighter);--okeep-support-unread-bg: var(--color-error);--okeep-support-unread-text: #ffffff;--okeep-support-banner-bg: var(--color-background-lighter);--okeep-support-banner-text: var(--color-warning)}@media(max-width:640px){.okui-shell-has-tabs .okeep-support-crm-theme .okeep-support-widget{bottom:calc(var(--okeep-support-widget-offset) + var(--okui-shell-tabs-height, 64px))}.okui-shell-has-tabs .okeep-support-crm-theme .okeep-support-widget-panel{max-height:calc(100vh - var(--okeep-support-widget-offset) * 2 - var(--okeep-support-widget-launcher-height) - var(--okeep-support-widget-gap) - var(--okui-shell-tabs-height, 64px))}}.okeep-team--members-only [data-testid=team-invites]{display:none}.guided-bar{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;padding:11px 14px;border:1px solid var(--color-primary);border-radius:11px;background:var(--color-background-light)}.guided-bar-done{border-color:var(--okeep-success-fill, #15803d);position:relative;overflow:hidden}@media(max-width:640px){.guided-bar{position:fixed;top:auto;left:10px;right:10px;bottom:calc(64px + env(safe-area-inset-bottom,0px));z-index:44;margin-bottom:0;box-shadow:0 8px 24px #0000002e}}.guided-tick{color:#fff;background:var(--okeep-success-fill, #16a34a)}.guided-tick-animated{animation:guidedTickIn .5s ease-out both}@keyframes guidedTickIn{0%{transform:scale(.2);opacity:0}60%{transform:scale(1.2);opacity:1}to{transform:scale(1)}}.guided-step-flash{display:inline-block;margin-right:6px;vertical-align:-2px;color:var(--okeep-success-fill, #15803d);animation:guidedFlash 1.1s ease-out both}@keyframes guidedFlash{0%{opacity:0;transform:scale(.3)}25%{opacity:1;transform:scale(1.25)}45%{transform:scale(1)}80%{opacity:1}to{opacity:0}}.guided-confetti{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.guided-confetti i{position:absolute;top:-8px;width:7px;height:11px;border-radius:2px;opacity:0;animation:guidedConfetti 2.4s ease-in both}.guided-confetti i:nth-child(4n+1){background:var(--color-primary)}.guided-confetti i:nth-child(4n+2){background:#15803d}.guided-confetti i:nth-child(4n+3){background:#2563eb}.guided-confetti i:nth-child(4n+4){background:#eab308}.guided-confetti i:nth-child(1){left:4%;animation-delay:0s}.guided-confetti i:nth-child(2){left:11%;animation-delay:.25s}.guided-confetti i:nth-child(3){left:17%;animation-delay:.1s}.guided-confetti i:nth-child(4){left:23%;animation-delay:.4s}.guided-confetti i:nth-child(5){left:29%;animation-delay:.05s}.guided-confetti i:nth-child(6){left:36%;animation-delay:.35s}.guided-confetti i:nth-child(7){left:42%;animation-delay:.15s}.guided-confetti i:nth-child(8){left:48%;animation-delay:.45s}.guided-confetti i:nth-child(9){left:54%;animation-delay:.2s}.guided-confetti i:nth-child(10){left:60%;animation-delay:.5s}.guided-confetti i:nth-child(11){left:66%;animation-delay:.08s}.guided-confetti i:nth-child(12){left:72%;animation-delay:.3s}.guided-confetti i:nth-child(13){left:78%;animation-delay:.55s}.guided-confetti i:nth-child(14){left:84%;animation-delay:.18s}.guided-confetti i:nth-child(15){left:90%;animation-delay:.42s}.guided-confetti i:nth-child(16){left:95%;animation-delay:.12s}.guided-confetti i:nth-child(17){left:32%;animation-delay:.6s}.guided-confetti i:nth-child(18){left:63%;animation-delay:.65s}@keyframes guidedConfetti{0%{opacity:1;transform:translateY(-10px) rotate(0)}to{opacity:.2;transform:translateY(72px) rotate(340deg)}}@media(prefers-reduced-motion:reduce){.guided-step-flash{animation:none;opacity:1}.guided-tick-animated{animation:none}.guided-confetti{display:none}}:root{--okeep-support-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--okeep-support-radius: 12px;--okeep-support-spacing: 8px;--okeep-support-bg: #ffffff;--okeep-support-border: #e2e2e7;--okeep-support-text: #1a1a1f;--okeep-support-text-muted: #6b6b76;--okeep-support-bubble-mine-bg: #2563eb;--okeep-support-bubble-mine-text: #ffffff;--okeep-support-bubble-theirs-bg: #f1f1f4;--okeep-support-bubble-theirs-text: #1a1a1f;--okeep-support-bubble-pending-bg: #dbeafe;--okeep-support-bubble-pending-text: #1e3a8a;--okeep-support-accent: #2563eb;--okeep-support-accent-text: #ffffff;--okeep-support-error: #dc2626;--okeep-support-error-bg: #fef2f2;--okeep-support-banner-bg: #fef3c7;--okeep-support-banner-text: #92400e;--okeep-support-overlay-bg: rgba(0, 0, 0, .85);--okeep-support-unread-bg: #dc2626;--okeep-support-unread-text: #ffffff;--okeep-support-widget-offset: 20px;--okeep-support-widget-width: 360px;--okeep-support-widget-height: 520px;--okeep-support-widget-launcher-height: 42px;--okeep-support-widget-gap: calc(var(--okeep-support-spacing) * 1.5);--okeep-support-widget-z: 900}.okeep-support-chat{display:flex;flex-direction:column;gap:var(--okeep-support-spacing);font-family:var(--okeep-support-font);color:var(--okeep-support-text);background:var(--okeep-support-bg);border:1px solid var(--okeep-support-border);border-radius:var(--okeep-support-radius);padding:var(--okeep-support-spacing);box-sizing:border-box}.okeep-support-chat--fill{height:100%}.okeep-support-messages{display:flex;flex-direction:column;gap:calc(var(--okeep-support-spacing) * .75);overflow-y:auto;min-height:0}.okeep-support-messages--fill{flex:1 1 auto}.okeep-support-empty{margin:auto;color:var(--okeep-support-text-muted);font-size:.875rem;text-align:center}.okeep-support-day-sep{align-self:center;color:var(--okeep-support-text-muted);font-size:.75rem;margin:calc(var(--okeep-support-spacing) * .5) 0}.okeep-support-banner{background:var(--okeep-support-banner-bg);color:var(--okeep-support-banner-text);border-radius:calc(var(--okeep-support-radius) * .5);padding:calc(var(--okeep-support-spacing) * .75) var(--okeep-support-spacing);font-size:.8125rem;text-align:center}.okeep-support-load-older{align-self:center;background:none;border:1px solid var(--okeep-support-border);border-radius:calc(var(--okeep-support-radius) * .5);color:var(--okeep-support-accent);font-size:.8125rem;padding:calc(var(--okeep-support-spacing) * .5) var(--okeep-support-spacing);cursor:pointer}.okeep-support-load-older:disabled{opacity:.6;cursor:default}.okeep-support-msg{max-width:80%;display:flex;flex-direction:column;gap:2px;padding:calc(var(--okeep-support-spacing) * .75) var(--okeep-support-spacing);border-radius:var(--okeep-support-radius);font-size:.875rem;line-height:1.4;word-break:break-word}.okeep-support-msg--mine{align-self:flex-end;background:var(--okeep-support-bubble-mine-bg);color:var(--okeep-support-bubble-mine-text);border-bottom-right-radius:2px}.okeep-support-msg--theirs{align-self:flex-start;background:var(--okeep-support-bubble-theirs-bg);color:var(--okeep-support-bubble-theirs-text);border-bottom-left-radius:2px}.okeep-support-msg--pending{background:var(--okeep-support-bubble-pending-bg);color:var(--okeep-support-bubble-pending-text)}.okeep-support-msg--image{padding:4px}.okeep-support-body{white-space:pre-wrap}.okeep-support-time,.okeep-support-status{font-size:.6875rem;opacity:.75;align-self:flex-end}.okeep-support-image-button{display:block;padding:0;border:none;background:none;cursor:pointer;border-radius:calc(var(--okeep-support-radius) * .6);overflow:hidden}.okeep-support-image{display:block;max-width:100%;max-height:240px;border-radius:calc(var(--okeep-support-radius) * .6)}.okeep-support-error{margin:0;color:var(--okeep-support-error);background:var(--okeep-support-error-bg);border-radius:calc(var(--okeep-support-radius) * .5);padding:calc(var(--okeep-support-spacing) * .5) var(--okeep-support-spacing);font-size:.8125rem}.okeep-support-input-row{display:flex;align-items:flex-end;gap:calc(var(--okeep-support-spacing) * .5)}.okeep-support-attach{flex:0 0 auto;background:none;border:1px solid var(--okeep-support-border);border-radius:calc(var(--okeep-support-radius) * .6);width:36px;height:36px;font-size:1rem;cursor:pointer}.okeep-support-attach:disabled{opacity:.6;cursor:default}.okeep-support-input{flex:1 1 auto;resize:none;max-height:120px;font-family:inherit;font-size:.875rem;color:var(--okeep-support-text);background:var(--okeep-support-bg);border:1px solid var(--okeep-support-border);border-radius:calc(var(--okeep-support-radius) * .6);padding:calc(var(--okeep-support-spacing) * .6) var(--okeep-support-spacing);line-height:1.4}.okeep-support-input:focus{outline:2px solid var(--okeep-support-accent);outline-offset:1px}.okeep-support-send{flex:0 0 auto;background:var(--okeep-support-accent);color:var(--okeep-support-accent-text);border:none;border-radius:calc(var(--okeep-support-radius) * .6);padding:calc(var(--okeep-support-spacing) * .6) var(--okeep-support-spacing);font-size:.875rem;cursor:pointer}.okeep-support-send:disabled{opacity:.5;cursor:default}.okeep-support-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--okeep-support-overlay-bg);border:none;padding:var(--okeep-support-spacing);cursor:zoom-out;z-index:1000}.okeep-support-lightbox-image{max-width:100%;max-height:100%;border-radius:calc(var(--okeep-support-radius) * .5)}.okeep-support-widget{position:fixed;right:var(--okeep-support-widget-offset);bottom:var(--okeep-support-widget-offset);z-index:var(--okeep-support-widget-z);display:flex;flex-direction:column-reverse;align-items:flex-end;gap:var(--okeep-support-widget-gap);font-family:var(--okeep-support-font)}.okeep-support-widget-launcher{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;height:var(--okeep-support-widget-launcher-height);background:var(--okeep-support-accent);color:var(--okeep-support-accent-text);border:none;border-radius:999px;padding:calc(var(--okeep-support-spacing) * 1.25) calc(var(--okeep-support-spacing) * 2);font-size:.9375rem;font-weight:600;cursor:pointer;box-shadow:0 4px 16px #0003}.okeep-support-widget-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;margin-left:calc(var(--okeep-support-spacing) * .75);padding:0 calc(var(--okeep-support-spacing) * .5);border-radius:999px;background:var(--okeep-support-unread-bg);color:var(--okeep-support-unread-text);font-size:.8125rem;font-weight:700;line-height:1.25rem}.okeep-support-widget-badge-label{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.okeep-support-widget-panel{width:var(--okeep-support-widget-width);height:var(--okeep-support-widget-height);max-width:calc(100vw - var(--okeep-support-widget-offset) * 2);max-height:calc(100vh - var(--okeep-support-widget-offset) * 2 - var(--okeep-support-widget-launcher-height) - var(--okeep-support-widget-gap));min-height:0;display:flex;flex-direction:column;background:var(--okeep-support-bg);color:var(--okeep-support-text);border:1px solid var(--okeep-support-border);border-radius:var(--okeep-support-radius);box-shadow:0 8px 32px #0000003d;overflow:hidden;box-sizing:border-box}.okeep-support-widget-header{flex:0 0 auto;padding:var(--okeep-support-spacing) calc(var(--okeep-support-spacing) * 1.5);border-bottom:1px solid var(--okeep-support-border);font-size:.9375rem;font-weight:600}.okeep-support-widget-form{flex:1 1 auto;display:flex;flex-direction:column;gap:calc(var(--okeep-support-spacing) * .75);padding:calc(var(--okeep-support-spacing) * 1.5);overflow-y:auto;box-sizing:border-box}.okeep-support-widget-intro,.okeep-support-widget-wait-hint,.okeep-support-widget-hint{margin:0;color:var(--okeep-support-text-muted);font-size:.8125rem}.okeep-support-widget-link-expired{margin:0;background:var(--okeep-support-banner-bg);color:var(--okeep-support-banner-text);border-radius:calc(var(--okeep-support-radius) * .5);padding:calc(var(--okeep-support-spacing) * .75) var(--okeep-support-spacing);font-size:.8125rem}.okeep-support-widget-label{font-size:.8125rem;font-weight:600}.okeep-support-widget-input{font-family:inherit;font-size:.875rem;color:var(--okeep-support-text);background:var(--okeep-support-bg);border:1px solid var(--okeep-support-border);border-radius:calc(var(--okeep-support-radius) * .6);padding:calc(var(--okeep-support-spacing) * .6) var(--okeep-support-spacing);box-sizing:border-box}.okeep-support-widget-input:focus{outline:2px solid var(--okeep-support-accent);outline-offset:1px}.okeep-support-widget-honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.okeep-support-widget-error{margin:0;color:var(--okeep-support-error);background:var(--okeep-support-error-bg);border-radius:calc(var(--okeep-support-radius) * .5);padding:calc(var(--okeep-support-spacing) * .5) var(--okeep-support-spacing);font-size:.8125rem}.okeep-support-widget-start{background:var(--okeep-support-accent);color:var(--okeep-support-accent-text);border:none;border-radius:calc(var(--okeep-support-radius) * .6);padding:calc(var(--okeep-support-spacing) * .75) var(--okeep-support-spacing);font-size:.875rem;font-weight:600;cursor:pointer}.okeep-support-widget-conversation{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.okeep-support-widget-conversation .okeep-support-chat{border:none;border-radius:0}@media(prefers-color-scheme:dark){:root{--okeep-support-bg: #1a1a1f;--okeep-support-border: #33333d;--okeep-support-text: #f4f4f6;--okeep-support-text-muted: #a0a0ac;--okeep-support-bubble-theirs-bg: #2b2b33;--okeep-support-bubble-theirs-text: #f4f4f6;--okeep-support-bubble-pending-bg: #1e3a8a;--okeep-support-bubble-pending-text: #dbeafe;--okeep-support-error-bg: #3f1d1d;--okeep-support-banner-bg: #4a3a12;--okeep-support-banner-text: #fde68a}}.okeep-support-widget-skip{display:block;width:100%;margin-top:8px;padding:6px;background:none;border:none;color:inherit;opacity:.7;text-decoration:underline;cursor:pointer;font:inherit}.okeep-support-widget-skip:hover{opacity:1}.okeep-support-widget-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.okeep-support-widget-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.okeep-support-widget-bell{display:inline-flex;align-items:center;justify-content:center;flex:none;padding:4px;background:none;border:none;border-radius:6px;color:inherit;opacity:.85;cursor:pointer}.okeep-support-widget-bell-unset{opacity:.85}.okeep-support-widget-sheet{display:flex;flex-direction:column;height:100%;min-height:0}.okeep-support-widget-sheet .okeep-support-widget-start{margin-top:auto}.okeep-support-widget-bell:hover{opacity:1;background:#ffffff24}._badge_u8a4y_2{display:inline-flex;align-items:center;gap:.25rem;border-radius:9999px;padding:.125rem .5rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500;white-space:nowrap}._draft_u8a4y_14{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._pending_u8a4y_19{background:color-mix(in oklab,oklch(79.5% .184 86.047) 15%,transparent);color:#f7c900;color:oklch(85.2% .199 91.936)}._approved_u8a4y_24{background:color-mix(in oklab,oklch(72.3% .219 149.579) 15%,transparent);color:#05df72}._rejected_u8a4y_29{background:color-mix(in oklab,oklch(63.7% .237 25.331) 15%,transparent);color:#ff6568;color:oklch(70.4% .191 22.216)}._noticeRow_1am9h_2{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:calc(1.25 / .875)}._text_1am9h_11{color:var(--okeep-text)}._blockingNote_1am9h_16{color:var(--okeep-text);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:break-word}._action_1am9h_26{margin-left:auto;flex-shrink:0;display:inline-flex;align-items:center;gap:.25rem;color:var(--okeep-accent);font-weight:500;white-space:nowrap}._action_1am9h_26:hover{color:var(--okeep-accent-hover)}._bannerList_1am9h_41{display:flex;flex-direction:column;gap:.375rem}._footerActions_1dija_2{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}._introText_1dija_10{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._list_1dija_17{margin-top:1rem}._list_1dija_17>:not(:last-child){margin-block-end:.5rem}._doneRow_1dija_25{display:flex;align-items:center;gap:.75rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._tickBox_1dija_35{display:flex;height:1.25rem;width:1.25rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px}._tickBoxBorder_1dija_45{border-width:1px;border-style:solid;border-color:var(--okeep-border)}._lineThrough_1dija_52{text-decoration-line:line-through}._stepRow_1dija_57{display:flex;align-items:center;gap:.75rem;font-size:.875rem;line-height:calc(1.25 / .875)}._mutedText_1dija_65{color:var(--okeep-text-muted)}._text_1dija_69{color:var(--okeep-text)}._footerActions_o6ase_2{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}._footerActionsEnd_o6ase_10{display:flex;align-items:center;justify-content:flex-end}._doneChip_o6ase_17{display:inline-flex;align-items:center;gap:.375rem;border-radius:9999px;padding-inline:.5rem;padding-block:.125rem;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.025em}._chipHint_o6ase_31{margin-top:.75rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._doneBannerBody_o6ase_39{position:relative;overflow:hidden;padding-block:1.5rem;text-align:center}._barText_o6ase_47{display:flex;min-width:0;flex-direction:column}._barDoneTitle_o6ase_54{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:#00a447;color:oklch(62.7% .194 149.214)}._barDoneHint_o6ase_62{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._barLink_o6ase_69{display:flex;min-width:0;flex:1 1 0%;align-items:center;justify-content:space-between;gap:.625rem;text-decoration-line:none}._barStepNum_o6ase_80{white-space:nowrap;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.025em;color:var(--okeep-accent)}._barStepLabel_o6ase_90{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text)}._barStepHint_o6ase_98{font-size:.75rem;line-height:calc(1 / .75);font-weight:400;color:var(--okeep-text-muted)}._arrowIcon_o6ase_106{flex-shrink:0;color:var(--okeep-accent)}._skipBtn_o6ase_112{flex-shrink:0;border-radius:.375rem;padding:.375rem;color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._skipBtn_o6ase_112:hover{background-color:var(--okeep-surface-2);color:var(--okeep-text)}._doneCard_6h68s_2{position:relative;overflow:hidden;border-radius:.75rem;border-width:1px;border-style:solid;border-color:color-mix(in oklab,oklch(62.7% .194 149.214) 40%,transparent);background:var(--okeep-surface);padding:1.25rem}._doneTitle_6h68s_14{font-weight:600;color:#00a447;color:oklch(62.7% .194 149.214)}._doneHint_6h68s_20{margin-top:.25rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._card_6h68s_28{border-radius:.75rem;background:var(--okeep-surface);padding:1.25rem}._header_6h68s_35{margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem}._title_6h68s_43{flex:1 1 0%;font-weight:600;color:var(--okeep-text)}._progress_6h68s_50{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._skip_6h68s_57{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);text-underline-offset:2px;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._skip_6h68s_57:hover{color:var(--okeep-text);text-decoration-line:underline}._steps_6h68s_72>:not(:last-child){margin-block-end:.125rem}._stepLi_6h68s_77{display:flex;align-items:center;gap:.75rem;border-radius:.5rem;padding-inline:.75rem;padding-block:.5rem}._stepLiCurrent_6h68s_86{background:var(--okeep-surface-2)}._tickBox_6h68s_91{display:flex;height:1.25rem;width:1.25rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px}._tickBoxBorder_6h68s_101{border-width:1px;border-style:solid;border-color:var(--okeep-border)}._stepLink_6h68s_108{display:flex;min-width:0;flex:1 1 0%;flex-direction:column;text-decoration-line:none}._stepLinkLabel_6h68s_117{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-accent)}._stepLinkHint_6h68s_125{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._stepLabel_6h68s_132{flex:1 1 0%;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._lineThrough_6h68s_139{text-decoration-line:line-through}._panel_14hd1_2{background:var(--okeep-surface);border-radius:.75rem;padding:1.5rem;align-self:flex-start}._panelHead_14hd1_10{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1rem}._panelTitle_14hd1_20{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text)}._panelTitleMb_14hd1_28{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text);margin-bottom:1rem}._legend_14hd1_37{display:flex;align-items:center;gap:1rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._legendItem_14hd1_47{display:flex;align-items:center;gap:.375rem}._dualLegend_14hd1_54{display:flex;align-items:center;gap:.375rem;margin-bottom:.375rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._swatch_14hd1_65{display:inline-block;width:.625rem;height:.625rem;border-radius:.25rem}._caption_14hd1_73{display:flex;justify-content:space-between;font-size:10px;color:var(--okeep-text-muted);margin-top:.5rem}._stack_14hd1_82>:not(:last-child){margin-block-end:1rem}._page_14hd1_87{padding:1.5rem;background:var(--okeep-bg);min-height:100vh;color:var(--okeep-text)}._page_14hd1_87>:not(:last-child){margin-block-end:1.5rem}._header_14hd1_98{margin-bottom:1.5rem}._titleRow_14hd1_103{display:flex;align-items:center;gap:.75rem}._title_14hd1_103{font-size:1.875rem;line-height:1.2;font-weight:700;color:var(--okeep-text)}._subtitle_14hd1_118{color:var(--okeep-text-muted);margin-top:.25rem}._previewCard_14hd1_124{background:var(--okeep-surface);border-radius:.75rem;padding:1rem;display:flex;align-items:center;gap:1rem}._qrBox_14hd1_134{background:#fff;padding:.5rem;border-radius:.5rem;flex-shrink:0}._previewTitle_14hd1_142{font-weight:600;color:var(--okeep-text);display:flex;align-items:center;gap:.5rem}._iconPrimary_14hd1_151{color:var(--okeep-accent)}._previewText_14hd1_156{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-top:.25rem;max-width:28rem}._cardP4_14hd1_165{background:var(--okeep-surface);border-radius:.75rem;padding:1rem}._rangeRow_14hd1_172{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}._rangeLabel_14hd1_180{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text);margin-right:.75rem}._customLabel_14hd1_189{margin-inline:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._dateInput_14hd1_199{background:var(--okeep-surface);color:var(--okeep-text);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-md);padding:.375rem .625rem;font:inherit;font-size:.875rem;line-height:calc(1.25 / .875);outline:none}._dateInput_14hd1_199:focus{border-color:var(--okeep-accent-border);box-shadow:var(--okeep-focus)}._toLabel_14hd1_216{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._stack6_14hd1_223>:not(:last-child){margin-block-end:1.5rem}._grid2_14hd1_228{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:1024px){._grid2_14hd1_228{grid-template-columns:repeat(2,minmax(0,1fr))}}._errorBox_14hd1_240{background-color:color-mix(in oklab,oklch(39.6% .141 25.723) 20%,transparent);border-width:1px;border-style:solid;border-color:color-mix(in oklab,oklch(63.7% .237 25.331) 50%,transparent);border-radius:.75rem;padding:1rem}._errorText_14hd1_250{color:#ff6568;color:oklch(70.4% .191 22.216)}._emptyCard_14hd1_255{background:var(--okeep-surface);border-radius:.75rem;padding:2.5rem;text-align:center}._emptyText_14hd1_263{color:var(--okeep-text-muted);margin-top:.5rem;max-width:28rem;margin-inline:auto}._segHead_14hd1_271{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}._viewAll_14hd1_279{color:var(--okeep-accent);font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500}._viewAll_14hd1_279:hover{color:var(--okeep-accent-hover)}._segRow_14hd1_290{display:flex;flex-wrap:wrap;gap:.75rem}._segChip_14hd1_297{display:flex;align-items:center;gap:.5rem;padding-inline:.75rem;padding-block:.5rem;border-radius:.5rem;background:var(--okeep-surface-2);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._segChip_14hd1_297:hover{background:var(--okeep-bg)}._segLabel_14hd1_314{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._segCount_14hd1_321{color:var(--okeep-text);font-weight:500}._grid3_14hd1_327{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:1024px){._grid3_14hd1_327{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){._visitorSpan_14hd1_340{grid-column:span 2 / span 2}}._cardP6_14hd1_346{background:var(--okeep-surface);border-radius:.75rem;padding:1.5rem}._ordersHead_14hd1_353{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._viewAllT_14hd1_361{color:var(--okeep-accent);font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._viewAllT_14hd1_361:hover{color:var(--okeep-accent-hover)}._stack3_14hd1_375>:not(:last-child){margin-block-end:.75rem}._noOrders_14hd1_380{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._orderRow_14hd1_387{background:var(--okeep-surface-2);border-radius:.5rem;padding:.75rem}._orderTop_14hd1_394{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}._orderIdRow_14hd1_402{display:flex;align-items:center}._orderIdRow_14hd1_402>:not(:last-child){margin-inline-end:.5rem}._statusDot_14hd1_411{display:inline-block;width:.5rem;height:.5rem;border-radius:9999px}._dotYellow_14hd1_418{background-color:#f7c900;background-color:oklch(85.2% .199 91.936)}._dotBlue_14hd1_422{background-color:#56a2ff;background-color:oklch(70.7% .165 254.624)}._dotGreen_14hd1_426{background-color:#05df72}._dotRed_14hd1_430{background-color:#ff6568;background-color:oklch(70.4% .191 22.216)}._orderId_14hd1_402{color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500}._orderTime_14hd1_443{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75)}._orderState_14hd1_450{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75);text-transform:capitalize}._root_vsftu_2{position:relative;width:100%;height:100%;display:flex;flex-direction:column;gap:.5rem}._emptyActionWrap_vsftu_11{display:flex;justify-content:center;margin-top:-.5rem;padding-bottom:.5rem}._emptyActionBtn_vsftu_18{background:var(--okeep-accent);color:var(--color-text-inverse);border-radius:.5rem;padding:.625rem 1.5rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;cursor:pointer;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._emptyActionBtn_vsftu_18:hover{opacity:.9}._templatesWrap_vsftu_35{display:flex;flex-direction:column;align-items:center;padding-bottom:1.5rem;margin-top:-.5rem}._templatesLabel_vsftu_43{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.5rem}._templatesRow_vsftu_50{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}._templateBtn_vsftu_57{background:var(--okeep-surface-2);border:1px solid var(--okeep-border);border-radius:.5rem;padding:.375rem .875rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text);cursor:pointer;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._templateBtn_vsftu_57:hover{border-color:var(--okeep-accent)}._templateIcon_vsftu_74{margin-right:.25rem}._label_1yzd2_2{font-size:.875rem;line-height:1;font-weight:500;color:var(--okeep-text)}.peer:disabled~._label_1yzd2_2{cursor:not-allowed;opacity:.7}._container_1yzd2_19{display:flex;width:100%;flex-direction:column;margin-top:.5rem}._container_1yzd2_19>:not(:last-child){margin-block-end:.5rem}._error_1yzd2_30{color:#fb2c36;font-size:.875rem;line-height:calc(1.25 / .875)}._loading_h6gro_2{padding:1.5rem;display:flex;justify-content:center}._panel_h6gro_9{padding:1.5rem}._section_h6gro_14>:not(:last-child){margin-block-end:1rem}._sourceRow_h6gro_19{display:flex;gap:.5rem;margin-top:.5rem}._sourceBtn_h6gro_26{flex:1 1 0%;border-radius:.5rem;padding:.75rem;text-align:left;border-width:1px;border-style:solid;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._sourceBtnActive_h6gro_38{border-color:var(--okeep-border);background:var(--okeep-surface-2)}._sourceBtnInactive_h6gro_43{border-color:var(--okeep-border);background:color-mix(in oklab,var(--okeep-surface-2) 50%,transparent)}._sourceBtnInactive_h6gro_43:hover{background:var(--okeep-surface-2)}._sourceLabel_h6gro_52{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);font-weight:500}._sourceHint_h6gro_60{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._thresholds_h6gro_68{padding-top:1rem;border-top:1px solid var(--okeep-border)}._thresholds_h6gro_68>:not(:last-child){margin-block-end:1rem}._thresholdsTitle_h6gro_77{font-weight:500;color:#fff}._grid_h6gro_83{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._error_h6gro_90{color:#ff6568;color:oklch(70.4% .191 22.216);font-size:.875rem;line-height:calc(1.25 / .875)}._actions_h6gro_97{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.5rem}._dotPreparing_grda4_17{background:#eab300;background:oklch(79.5% .184 86.047)}._dotReady_grda4_22{background:#3280ff;background:oklch(62.3% .214 259.815)}._dotClosed_grda4_27{background:#00c65a;background:oklch(72.3% .219 149.579)}._dotCancelled_grda4_32{background:#fb2c36}._dotDefault_grda4_37{background:var(--okeep-text-muted)}._badgePreparing_grda4_44{background:color-mix(in oklab,oklch(79.5% .184 86.047) 20%,transparent);color:#f7c900;color:oklch(85.2% .199 91.936);border-color:color-mix(in oklab,oklch(79.5% .184 86.047) 30%,transparent)}._badgeReady_grda4_51{background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);color:#56a2ff;color:oklch(70.7% .165 254.624);border-color:color-mix(in oklab,oklch(62.3% .214 259.815) 30%,transparent)}._badgeClosed_grda4_58{background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent);color:#05df72;border-color:color-mix(in oklab,oklch(72.3% .219 149.579) 30%,transparent)}._badgeCancelled_grda4_65{background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);color:#ff6568;color:oklch(70.4% .191 22.216);border-color:color-mix(in oklab,oklch(63.7% .237 25.331) 30%,transparent)}._badgeDefault_grda4_72{background:color-mix(in oklab,var(--okeep-text-muted) 20%,transparent);color:var(--okeep-text-muted);border-color:color-mix(in oklab,var(--okeep-text-muted) 30%,transparent)}._body_13wrg_2>:not(:last-child){margin-block-end:1rem}._infoCard_13wrg_7{background:var(--okeep-surface);padding:.75rem;border-radius:.5rem}._muted_13wrg_13{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._name_13wrg_19{font-weight:500;color:var(--okeep-text)}._mutedMt_13wrg_24{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-top:.25rem}._balanceValue_13wrg_31{color:var(--okeep-accent);font-weight:500}._modeToggle_13wrg_36{display:flex;gap:.5rem}._modeBtn_13wrg_41{flex:1 1 0%;padding-block:.5rem;padding-inline:1rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._modeGiveActive_13wrg_55{background:#00a447;background:oklch(62.7% .194 149.214);color:var(--color-text-inverse)}._modeDeductActive_13wrg_60{background:#e40014;background:oklch(57.7% .245 27.325);color:var(--color-text-inverse)}._modeInactive_13wrg_65{background:var(--okeep-surface);color:var(--okeep-text-muted)}._modeInactive_13wrg_65:hover{background:color-mix(in oklab,var(--okeep-surface) 80%,transparent)}._icon4_13wrg_73{width:1rem;height:1rem}._fieldLabel_13wrg_78{display:block;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text);margin-bottom:.5rem}._input_13wrg_87{width:100%;padding-inline:1rem;padding-block:.5rem;background:var(--okeep-surface);border-width:1px;border-style:solid;border-color:var(--okeep-border);border-radius:.5rem;color:var(--okeep-text)}._input_13wrg_87:focus{outline-style:none;box-shadow:0 0 0 2px var(--okeep-accent)}._presets_13wrg_103{display:flex;flex-wrap:wrap;gap:.5rem}._presetBtn_13wrg_109{padding-inline:.75rem;padding-block:.25rem;border-radius:9999px;font-size:.875rem;line-height:calc(1.25 / .875);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._presetActive_13wrg_120{background:var(--okeep-accent);color:var(--color-text-inverse)}._presetInactive_13wrg_125{background:var(--okeep-surface);color:var(--okeep-text-muted)}._presetInactive_13wrg_125:hover{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent)}._notifyCard_13wrg_133{border-radius:.5rem;border-width:1px;border-style:solid;border-color:var(--okeep-border);background:var(--okeep-surface);padding:.75rem}._notifyLabel_13wrg_142{display:flex;align-items:center;gap:.5rem;cursor:pointer}._checkbox_13wrg_149{accent-color:var(--okeep-accent)}._iconPrimary_13wrg_153{width:1rem;height:1rem;color:var(--okeep-accent)}._notifyText_13wrg_159{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text)}._textarea_13wrg_168{margin-top:.75rem;resize:none}._previewValue_13wrg_173{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:700;color:var(--okeep-text)}._delta_13wrg_180{font-size:.875rem;line-height:calc(1.25 / .875)}._deltaNeg_13wrg_185{color:#ff6568;color:oklch(70.4% .191 22.216)}._deltaPos_13wrg_189{color:#05df72}._error_13wrg_193{font-size:.875rem;line-height:calc(1.25 / .875);color:#ff6568;color:oklch(70.4% .191 22.216)}._actions_13wrg_199{display:flex;gap:.75rem;width:100%}._cancelBtn_13wrg_205{flex:1 1 0%;padding-block:.5rem;padding-inline:1rem;background:var(--okeep-surface);color:var(--okeep-text);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._cancelBtn_13wrg_205:hover{background:color-mix(in oklab,var(--okeep-surface) 80%,transparent)}._submitBtn_13wrg_220{flex:1 1 0%;padding-block:.5rem;padding-inline:1rem;border-radius:.5rem;font-weight:500;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._submitBtn_13wrg_220:disabled{opacity:.5;cursor:not-allowed}._submitDeduct_13wrg_235{background:#e40014;background:oklch(57.7% .245 27.325);color:var(--color-text-inverse)}._submitDeduct_13wrg_235:hover{background:#bf000f;background:oklch(50.5% .213 27.518)}._submitGive_13wrg_243{background:#00a447;background:oklch(62.7% .194 149.214);color:var(--color-text-inverse)}._submitGive_13wrg_243:hover{background:#00813a;background:oklch(52.7% .154 150.069)}._typeIcon_1i9r4_2{padding:.5rem;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);border-radius:.5rem;color:var(--okeep-accent)}._icon5_1i9r4_11{width:1.25rem;height:1.25rem}._body_1i9r4_15>:not(:last-child){margin-block-end:1rem}._pointsCard_1i9r4_20{background:var(--okeep-surface);padding:1rem;border-radius:.5rem;text-align:center}._pointsLabel_1i9r4_27{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:.25rem}._editRow_1i9r4_34{display:flex;align-items:center;justify-content:center;gap:.5rem}._editSign_1i9r4_41{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700}._editInput_1i9r4_47{width:8rem;font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;text-align:center;background:var(--okeep-bg);border-width:1px;border-style:solid;border-color:var(--okeep-border);border-radius:.5rem;padding-inline:.5rem;padding-block:.25rem;color:var(--okeep-text)}._pointsValue_1i9r4_63{font-size:1.875rem;line-height:1.2;font-weight:700}._actionAdd_1i9r4_69{color:#05df72}._actionReduce_1i9r4_73{color:#ff6568;color:oklch(70.4% .191 22.216)}._actionMuted_1i9r4_77{color:var(--okeep-text-muted)}._grid2_1i9r4_81{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._card_1i9r4_87{background:var(--okeep-surface);padding:.75rem;border-radius:.5rem}._cardLabel_1i9r4_93{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.25rem}._cardValue_1i9r4_100{font-weight:500;color:var(--okeep-text)}._actionValue_1i9r4_105{font-weight:500}._mono_1i9r4_109{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);word-break:break-all}._confirmCard_1i9r4_117{background:color-mix(in oklab,oklch(63.7% .237 25.331) 10%,transparent);border-width:1px;border-style:solid;border-color:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);padding:.75rem;border-radius:.5rem}._confirmTitle_1i9r4_126{font-size:.875rem;line-height:calc(1.25 / .875);color:#ff6568;color:oklch(70.4% .191 22.216);font-weight:500;margin-bottom:.5rem}._confirmText_1i9r4_134{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._btnRow_1i9r4_142{display:flex;gap:.75rem;width:100%}._secBtn_1i9r4_148{flex:1 1 0%;padding-block:.5rem;padding-inline:1rem;background:var(--okeep-surface);color:var(--okeep-text);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._secBtn_1i9r4_148:hover{background:color-mix(in oklab,var(--okeep-surface) 80%,transparent)}._secBtnIcon_1i9r4_163{flex:1 1 0%;padding-block:.5rem;padding-inline:1rem;background:var(--okeep-surface);color:var(--okeep-text);border-radius:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._secBtnIcon_1i9r4_163:hover{background:color-mix(in oklab,var(--okeep-surface) 80%,transparent)}._saveBtn_1i9r4_182{flex:1 1 0%;padding-block:.5rem;padding-inline:1rem;background:var(--okeep-accent);color:var(--color-text-inverse);border-radius:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._saveBtn_1i9r4_182:hover{background:color-mix(in oklab,var(--okeep-accent) 90%,transparent)}._saveBtn_1i9r4_182:disabled{opacity:.5}._dangerBtn_1i9r4_204{flex:1 1 0%;padding-block:.5rem;padding-inline:1rem;background:#e40014;background:oklch(57.7% .245 27.325);color:var(--color-text-inverse);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._dangerBtn_1i9r4_204:hover{background:#bf000f;background:oklch(50.5% .213 27.518)}._dangerBtn_1i9r4_204:disabled{opacity:.5}._dangerGhostBtn_1i9r4_222{flex:1 1 0%;padding-block:.5rem;padding-inline:1rem;background:color-mix(in oklab,oklch(57.7% .245 27.325) 10%,transparent);color:#ff6568;color:oklch(70.4% .191 22.216);border-radius:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._dangerGhostBtn_1i9r4_222:hover{background:color-mix(in oklab,oklch(57.7% .245 27.325) 20%,transparent)}._icon4_1i9r4_241{width:1rem;height:1rem}._subtitle_19v6y_2{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._body_19v6y_9>:not(:last-child){margin-block-end:1rem}._loadingRow_19v6y_14{display:flex;align-items:center;justify-content:center;padding-block:2rem}._errorRow_19v6y_21{text-align:center;padding-block:2rem;color:#ff6568;color:oklch(70.4% .191 22.216)}._statusWrap_19v6y_27{display:flex;align-items:center;justify-content:center}._statusBadge_19v6y_33{padding-inline:1rem;padding-block:.5rem;border-radius:9999px;border-width:1px;border-style:solid;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500}._actions_19v6y_44{display:flex;gap:.5rem;justify-content:center}._actionBtn_19v6y_50{display:flex;align-items:center;gap:.5rem;padding-inline:1rem;padding-block:.5rem;border-radius:.5rem;color:var(--color-text-inverse);font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._actionBtn_19v6y_50:disabled{opacity:.5}._actionGreen_19v6y_69{background:#00c65a;background:oklch(72.3% .219 149.579)}._actionGreen_19v6y_69:hover{background:#00a447;background:oklch(62.7% .194 149.214)}._actionRed_19v6y_76{background:#fb2c36}._actionRed_19v6y_76:hover{background:#e40014;background:oklch(57.7% .245 27.325)}._actionPrimary_19v6y_83{background:var(--okeep-accent)}._actionPrimary_19v6y_83:hover{background:var(--okeep-accent-hover)}._icon4_19v6y_90{width:1rem;height:1rem}._icon3_19v6y_95{width:.75rem;height:.75rem}._grid2_19v6y_100{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}._card_19v6y_106{background:var(--okeep-surface);padding:.75rem;border-radius:.5rem}._cardHead_19v6y_112{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}._icon4Primary_19v6y_119{width:1rem;height:1rem;color:var(--okeep-accent)}._cardLabel_19v6y_125{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._cardValue_19v6y_131{font-weight:500;color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875)}._cardValueTruncate_19v6y_138{font-weight:500;color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._rowGap2_19v6y_148{display:flex;align-items:center;gap:.5rem}._paidOnline_19v6y_154{display:flex;align-items:center;gap:.25rem;color:#00c65a;color:oklch(72.3% .219 149.579);font-size:.75rem;line-height:calc(1 / .75)}._paymentStatus_19v6y_163{font-weight:500;font-size:.875rem;line-height:calc(1.25 / .875)}._statusPaid_19v6y_169{color:#05df72}._statusPending_19v6y_173{color:#f7c900;color:oklch(85.2% .199 91.936)}._statusPartial_19v6y_177{color:#ff8b1f;color:oklch(75% .183 55.934)}._statusCancelled_19v6y_181{color:#ff6568;color:oklch(70.4% .191 22.216)}._statusDefault_19v6y_185{color:var(--okeep-text-muted)}._voucherCard_19v6y_189{background:color-mix(in oklab,oklch(72.3% .219 149.579) 10%,transparent);border-width:1px;border-style:solid;border-color:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent);padding:.75rem;border-radius:.5rem}._icon4Green_19v6y_198{width:1rem;height:1rem;color:#05df72}._voucherName_19v6y_204{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:#05df72}._voucherSaved_19v6y_211{font-size:.75rem;line-height:calc(1 / .75);color:color-mix(in oklab,oklch(79.2% .209 151.711) 80%,transparent);margin-top:.25rem}._itemsHeader_19v6y_218{font-weight:500;color:var(--okeep-text);margin-bottom:.5rem}._itemsList_19v6y_224>:not(:last-child){margin-block-end:.5rem}._itemRow_19v6y_228{display:flex;justify-content:space-between;align-items:flex-start}._flex1_19v6y_234{flex:1 1 0%}._dealBadge_19v6y_238{font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent);padding-inline:.5rem;padding-block:.125rem;border-radius:.25rem;display:flex;align-items:center;gap:.25rem}._freeBadge_19v6y_251{font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent);color:#05df72;padding-inline:.5rem;padding-block:.125rem;border-radius:.25rem}._itemOptions_19v6y_261{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._textRight_19v6y_268{text-align:right}._strikePrice_19v6y_272{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);text-decoration-line:line-through}._priceBase_19v6y_279{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500}._priceGreen_19v6y_285{color:#05df72}._priceText_19v6y_289{color:var(--okeep-text)}._pricePrimary_19v6y_293{color:var(--okeep-accent)}._totals_19v6y_297{background:var(--okeep-surface);padding:1rem;border-radius:.5rem}._totals_19v6y_297>:not(:last-child){margin-block-end:.5rem}._totalRow_19v6y_306{display:flex;justify-content:space-between;font-size:.875rem;line-height:calc(1.25 / .875)}._muted_19v6y_313{color:var(--okeep-text-muted)}._textDefault_19v6y_317{color:var(--okeep-text)}._green_19v6y_321{color:#05df72}._grandTotal_19v6y_325{display:flex;justify-content:space-between;font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:700;border-top-width:1px;border-top-style:solid;border-top-color:var(--okeep-border);padding-top:.5rem}._primary_19v6y_337{color:var(--okeep-accent)}._root_77vtu_2{border-bottom:1px solid var(--okeep-border)}._toggle_77vtu_6{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._toggle_77vtu_6:hover{background:var(--okeep-surface)}._titleRow_77vtu_20{display:flex;align-items:center;gap:.5rem}._icon_77vtu_26{width:1rem;height:1rem;color:var(--okeep-accent)}._title_77vtu_20{font-weight:500;color:var(--okeep-text)}._count_77vtu_37{font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent);padding:.125rem .5rem;border-radius:9999px}._chevron_77vtu_46{width:1rem;height:1rem;color:var(--okeep-text-muted)}._content_77vtu_52{padding-left:.75rem;padding-right:.75rem;padding-bottom:.75rem}._loadingRow_77vtu_58{display:flex;align-items:center;justify-content:center;padding-top:1rem;padding-bottom:1rem}._empty_77vtu_66{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);padding:.5rem}._root_1cjy1_2{height:100%;display:flex;flex-direction:column;background:var(--okeep-bg)}._header_1cjy1_9{padding:.75rem;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--okeep-border);background:var(--okeep-surface)}._headerRow_1cjy1_17{display:flex;align-items:center;gap:.75rem}._avatar_1cjy1_23{width:2.5rem;height:2.5rem;border-radius:9999px;object-fit:cover}._headerMain_1cjy1_30{flex:1 1 0%;min-width:0}._balanceRow_1cjy1_35{display:flex;align-items:center;gap:.5rem}._iconCoins_1cjy1_41{width:1rem;height:1rem;color:var(--okeep-accent)}._balance_1cjy1_35{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:700;color:var(--okeep-text)}._xsMuted_1cjy1_54{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._headerActions_1cjy1_60{display:flex;align-items:center;gap:.25rem}._resetBtn_1cjy1_66{padding:.375rem;color:var(--okeep-text-muted);border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._resetBtn_1cjy1_66:hover{color:var(--okeep-text);background:var(--okeep-surface-2)}._resetBtn_1cjy1_66:disabled{opacity:.5}._icon35_1cjy1_82{width:.875rem;height:.875rem}._spin_1cjy1_87{animation:_spin_1cjy1_87 1s linear infinite}@keyframes _spin_1cjy1_87{to{transform:rotate(360deg)}}._refreshBtn_1cjy1_96{padding:.375rem;border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._refreshBtn_1cjy1_96:hover{background:var(--okeep-surface-2)}._icon35Muted_1cjy1_107{width:.875rem;height:.875rem;color:var(--okeep-text-muted)}._giveBtn_1cjy1_113{display:flex;align-items:center;gap:.25rem;padding-inline:.5rem;padding-block:.25rem;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent);border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._giveBtn_1cjy1_113:hover{background:color-mix(in oklab,var(--okeep-accent) 30%,transparent)}._content_1cjy1_133{flex:1 1 0%;overflow-y:auto}._loadMore_1cjy1_138{width:100%;margin-top:.5rem;padding-block:.375rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent);border-radius:.25rem;display:flex;align-items:center;justify-content:center;gap:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._loadMore_1cjy1_138:hover{background:color-mix(in oklab,var(--okeep-accent) 10%,transparent)}._loadMore_1cjy1_138:disabled{opacity:.5}._icon3_1cjy1_82{width:.75rem;height:.75rem}._list_1cjy1_166>:not(:last-child){margin-block-end:.5rem}._card_1cjy1_170{padding:.5rem;background:var(--okeep-surface);border-radius:.5rem}._cardTitleTruncate_1cjy1_176{font-weight:500;color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._rowBetweenMt_1cjy1_186{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem}._cardClickable_1cjy1_193{padding:.5rem;background:var(--okeep-surface);border-radius:.5rem;cursor:pointer;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._cardClickable_1cjy1_193:hover{background:color-mix(in oklab,var(--okeep-surface) 80%,transparent)}._rowBetweenStart_1cjy1_206{display:flex;justify-content:space-between;align-items:flex-start}._cardTitle_1cjy1_176{font-weight:500;color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875)}._statusBadge_1cjy1_219{font-size:.75rem;line-height:calc(1 / .75);padding-inline:.5rem;padding-block:.125rem;border-radius:9999px}._price_1cjy1_227{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-accent);margin-top:.25rem}._txCard_1cjy1_235{padding:.5rem;background:var(--okeep-surface);border-radius:.5rem;display:flex;justify-content:space-between;align-items:center;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._txClickable_1cjy1_247{cursor:pointer}._txClickable_1cjy1_247:hover{background:color-mix(in oklab,var(--okeep-surface) 80%,transparent)}._txAmount_1cjy1_254{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500}._txAdd_1cjy1_260{color:#05df72}._txRemove_1cjy1_264{color:#ff6568;color:oklch(70.4% .191 22.216)}._panel_q9h46_2{padding:1.5rem}._actions_q9h46_7{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.5rem}._rowBtn_1x9ap_2{display:flex;align-items:center;gap:.5rem;text-align:left;width:100%}._rowAvatar_1x9ap_11{width:2rem;height:2rem;border-radius:9999px;object-fit:cover}._rowAvatarFallback_1x9ap_19{width:2rem;height:2rem;border-radius:9999px;background:var(--okeep-surface-2);display:flex;align-items:center;justify-content:center;color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75)}._rowName_1x9ap_33{color:var(--okeep-text)}._vipIcon_1x9ap_38{color:#f7c900;color:oklch(85.2% .199 91.936)}._guestBadge_1x9ap_43{font-size:10px;padding-inline:.375rem;padding-block:.125rem;border-radius:.25rem;background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._segmentCell_1x9ap_53{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._textSm_1x9ap_60{font-size:.875rem;line-height:calc(1.25 / .875)}._errorPage_1x9ap_66{padding:1.5rem}._errorBox_1x9ap_71{background:color-mix(in oklab,oklch(39.6% .141 25.723) 20%,transparent);border:1px solid color-mix(in oklab,oklch(63.7% .237 25.331) 50%,transparent);border-radius:.75rem;padding:1rem}._errorText_1x9ap_79{color:#ff6568;color:oklch(70.4% .191 22.216)}._retryBtn_1x9ap_84{color:var(--okeep-accent);font-size:.875rem;line-height:calc(1.25 / .875);margin-top:.5rem}._page_1x9ap_92{padding:1.5rem;background:var(--okeep-bg);min-height:100vh;color:var(--okeep-text)}._page_1x9ap_92>:not(:last-child){margin-block-end:1.5rem}._header_1x9ap_103{display:flex;justify-content:space-between;align-items:center}._title_1x9ap_110{font-size:1.875rem;line-height:1.2;font-weight:700;color:var(--okeep-text)}._iconBtn_1x9ap_118{display:flex;align-items:center;gap:.5rem}._segmentGrid_1x9ap_125{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media(min-width:768px){._segmentGrid_1x9ap_125{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){._segmentGrid_1x9ap_125{grid-template-columns:repeat(6,minmax(0,1fr))}}._segmentCard_1x9ap_142{border-radius:.75rem;padding:1rem;text-align:left;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._segmentCardActive_1x9ap_151{background:var(--okeep-surface-2);border:1px solid var(--okeep-accent-border)}._segmentCardInactive_1x9ap_156{background:var(--okeep-surface)}._segmentCardInactive_1x9ap_156:hover{background:var(--okeep-surface-2)}._cardKicker_1x9ap_164{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);text-transform:uppercase;letter-spacing:.025em}._cardCount_1x9ap_173{font-size:1.25rem;line-height:calc(1.75 / 1.25);font-weight:700;color:var(--okeep-text);margin-top:.25rem}._cardMetaRow_1x9ap_182{display:flex;align-items:center;gap:.5rem;color:var(--okeep-text-muted)}._cardMetaLabel_1x9ap_190{font-size:.75rem;line-height:calc(1 / .75);text-transform:uppercase;letter-spacing:.025em}._cardDesc_1x9ap_198{font-size:11px;color:var(--okeep-text-muted);margin-top:.125rem}._searchRow_1x9ap_205{display:flex;gap:.5rem;align-items:center;max-width:28rem}._searchInput_1x9ap_213{flex:1 1 0%;min-width:0}._searchIcon_1x9ap_219{color:var(--okeep-text-muted);flex-shrink:0}._emptyIcon_1x9ap_225{color:var(--okeep-accent)}._badge_nojtu_2{display:inline-flex;align-items:center;border-radius:.25rem;font-weight:500}._text_nojtu_10{color:var(--color-text-inverse)}._sm_nojtu_15{padding:.125rem .375rem;font-size:.75rem;line-height:calc(1 / .75)}._md_nojtu_20{padding:.25rem .5rem;font-size:.75rem;line-height:calc(1 / .75)}._lg_nojtu_25{padding:.375rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875)}._owner_nojtu_32{background:#9810fa}._admin_nojtu_35{background:#155dfc}._manager_nojtu_38{background:#00a447;background:oklch(62.7% .194 149.214)}._kitchen_nojtu_41{background:#fc7100;background:oklch(70.5% .213 47.604)}._waiter_nojtu_44{background:var(--okeep-surface-2)}._support_nojtu_47{background:#0091b3;background:oklch(60.9% .126 221.723)}._overlay_11wjp_2{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--okeep-bg);display:flex;align-items:center;justify-content:center}._errorBox_11wjp_14{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:28rem;text-align:center;padding-inline:1.5rem}._errorTitle_11wjp_24{color:var(--okeep-text);font-weight:500}._errorMsg_11wjp_29{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._retryBtn_11wjp_35{padding-inline:1rem;padding-block:.5rem;border-radius:9999px;background:var(--okeep-accent);color:#fff;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500}._loaderBox_11wjp_46{display:flex;flex-direction:column;align-items:center;gap:1rem}._spinner_11wjp_53{width:2.5rem;height:2.5rem;border-width:2px;border-style:solid;border-color:var(--okeep-accent);border-top-color:transparent;border-radius:9999px;animation:_spin_11wjp_53 1s linear infinite}@keyframes _spin_11wjp_53{to{transform:rotate(360deg)}}._root_7xwcu_2{width:100%}._preview_7xwcu_6{width:4rem;height:4rem;object-fit:cover;border-radius:.375rem;margin-bottom:.5rem}._overlay_t6qpm_2{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:color-mix(in oklab,#000 30%,transparent)}._hoursGrid_1pmyz_3{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}._dayRow_1pmyz_9{display:flex;align-items:center;gap:.5rem}._dayLabel_1pmyz_17{width:4rem}._dayCheckbox_1pmyz_21{border-radius:.25rem;border-color:var(--okeep-border)}._dayName_1pmyz_26{color:var(--okeep-text);font-size:.75rem;line-height:calc(1 / .75)}._timeRow_1pmyz_32{display:flex;align-items:center;gap:.25rem}._timeInput_1pmyz_38{background:var(--okeep-bg);border:1px solid var(--okeep-border);color:var(--okeep-text);border-radius:.25rem;padding:.125rem .25rem;font-size:.75rem;line-height:calc(1 / .75);width:5rem}._timeDash_1pmyz_49{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75)}._icon8_1pmyz_57{width:2rem;height:2rem}._iconPair_1pmyz_62{display:flex;gap:.125rem}._icon6_1pmyz_67{width:1.5rem;height:1.5rem}._root_1pmyz_74{display:flex;flex-direction:column;height:100%;max-height:85vh}._tabsWrap_1pmyz_81{padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem;padding-bottom:0;flex-shrink:0}._tabsRow_1pmyz_89{display:flex;gap:.25rem;border-bottom:1px solid var(--okeep-border)}._tab_1pmyz_81{padding:.5rem 1rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-bottom-width:2px;border-bottom-style:solid;margin-bottom:-1px}._tabActive_1pmyz_108{border-color:var(--okeep-accent);color:var(--okeep-accent)}._tabIdle_1pmyz_113{border-color:transparent;color:var(--okeep-text-muted)}._tabIdle_1pmyz_113:hover{color:var(--okeep-text)}._formScroll_1pmyz_121{flex:1 1 0%;overflow-y:auto;padding:1.5rem}._stack4_1pmyz_132>:not(:last-child){margin-block-end:1rem}._stack6_1pmyz_136>:not(:last-child){margin-block-end:1.5rem}._stack3_1pmyz_140>:not(:last-child){margin-block-end:.75rem}._stack1_1pmyz_144>:not(:last-child){margin-block-end:.25rem}._heading_1pmyz_150{font-weight:500;color:#fff;margin-bottom:.25rem}._heading2_1pmyz_156{font-weight:500;color:#fff}._grid2_1pmyz_162{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}._grid1_1pmyz_168{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem}._optCard_1pmyz_176{padding:1rem;border-radius:.5rem;border-width:2px;border-style:solid;text-align:left;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._optCardSales_1pmyz_187{border-color:color-mix(in oklab,oklch(62.3% .214 259.815) 30%,transparent);background-image:linear-gradient(to bottom right,#1a1a2e,#16213e)}._optCardSelected_1pmyz_192{border-color:var(--okeep-accent);background:color-mix(in oklab,var(--okeep-accent) 10%,transparent)}._optCardIdle_1pmyz_197{border-color:var(--okeep-border);background:var(--okeep-bg)}._optCardIdle_1pmyz_197:hover{border-color:color-mix(in oklab,var(--okeep-accent) 50%,transparent)}._optIcon_1pmyz_205{margin-bottom:.5rem}._optIconSelected_1pmyz_209{color:var(--okeep-accent)}._optIconSales_1pmyz_213{color:#56a2ff;color:oklch(70.7% .165 254.624)}._optIconIdle_1pmyz_217{color:var(--okeep-text-muted)}._optName_1pmyz_221{color:var(--okeep-text);font-weight:500;font-size:.875rem;line-height:calc(1.25 / .875)}._optPrice_1pmyz_228{color:var(--okeep-accent);font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:700;margin-top:.25rem}._optDesc_1pmyz_236{font-size:.75rem;line-height:1.25;color:var(--okeep-text-muted);margin-top:.25rem}._optFeatures_1pmyz_243{margin-top:.5rem}._optFeatures_1pmyz_243>:not(:last-child){margin-block-end:.25rem}._optFeature_1pmyz_243{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75);display:flex;align-items:center;gap:.25rem}._checkGreen_1pmyz_259{color:#05df72}._salesBtn_1pmyz_263{margin-top:.75rem;display:flex;align-items:center;justify-content:center;gap:.25rem;width:100%;background:var(--okeep-accent);color:var(--okeep-text);padding-top:.5rem;padding-bottom:.5rem;border-radius:.5rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._salesBtn_1pmyz_263:hover{background:var(--okeep-accent-hover)}._labelText_1pmyz_288{color:var(--okeep-text)}._field_1pmyz_292{background:var(--okeep-bg);border-color:var(--okeep-border);color:var(--okeep-text)}._dashPreview_1pmyz_300{background:var(--okeep-surface-2);padding:1rem;border-radius:.5rem}._dashLabel_1pmyz_306{font-size:.75rem;line-height:calc(1 / .75);font-weight:500;color:var(--okeep-text-muted);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.025em}._dashChips_1pmyz_316{display:flex;flex-wrap:wrap;gap:.5rem}._dashChip_1pmyz_316{padding:.375rem .75rem;border-radius:.375rem;background:var(--okeep-bg);border:1px solid var(--okeep-border);font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text)}._dividedTop_1pmyz_333{padding-top:1rem;border-top:1px solid var(--okeep-border)}._sectionHead_1pmyz_338{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}._iconPrimary_1pmyz_345{color:var(--okeep-accent)}._optional_1pmyz_349{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._searchRow_1pmyz_355{display:flex;gap:.5rem;align-items:center}._searchInputWrap_1pmyz_361{flex:1 1 0%;min-width:0}._searchField_1pmyz_366{background:var(--okeep-bg);border-color:var(--okeep-border);color:var(--okeep-text);width:100%}._iconBtn_1pmyz_373{flex-shrink:0;width:2.5rem!important;height:2.5rem!important;padding:0!important;display:flex;align-items:center;justify-content:center}._mapWrap_1pmyz_383{border-radius:.5rem;overflow:hidden;border:1px solid var(--okeep-border)}._coords_1pmyz_389{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._footer_1pmyz_397{flex-shrink:0;padding:1rem 1.5rem;border-top:1px solid var(--okeep-border);display:flex;justify-content:space-between}._footerActions_1pmyz_408{display:flex;gap:.75rem}._btnRow_1pmyz_413{display:flex;align-items:center;gap:.25rem}._loadingWrap_1nxfh_2{width:100%;padding-inline:.25rem;padding-block:.25rem}._noMerchant_1nxfh_9{padding-inline:.75rem;padding-block:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._plusIcon_1nxfh_18{height:1rem;width:1rem}._loading_152r9_2{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;min-width:300px}._spinPrimary_152r9_11{animation:_spin_152r9_11 1s linear infinite;color:var(--okeep-accent)}@keyframes _spin_152r9_11{to{transform:rotate(360deg)}}._spin_152r9_11{animation:_spin_152r9_11 1s linear infinite}._loadingText_152r9_25{margin-top:1rem;color:var(--okeep-text-muted)}._root_152r9_30{display:flex;flex-direction:column;align-items:center;padding:1.5rem;min-width:320px}._linkedCol_152r9_38{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}._linkedCard_152r9_46{background:var(--okeep-surface);border-radius:.5rem;padding:1rem;width:100%}._linkedLabel_152r9_53{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:.5rem}._linkedUser_152r9_60{display:flex;align-items:center;gap:.75rem}._linkedAvatar_152r9_66{width:3rem;height:3rem;border-radius:9999px;object-fit:cover}._linkedName_152r9_73{font-weight:500;color:var(--okeep-text)}._linkedSub_152r9_78{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._actions_152r9_84{display:flex;flex-direction:column;gap:.5rem;width:100%}._relinkBtn_152r9_91{display:flex;align-items:center;gap:.5rem;padding-inline:1rem;padding-block:.5rem;background:var(--okeep-surface);color:var(--okeep-text);border-radius:.5rem;width:100%;justify-content:center;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._relinkBtn_152r9_91:hover{background:var(--okeep-surface-2)}._relinkBtn_152r9_91:disabled{opacity:.5}._unlinkBtn_152r9_113{display:flex;align-items:center;gap:.5rem;padding-inline:1rem;padding-block:.5rem;background:color-mix(in oklab,var(--okeep-danger) 10%,transparent);color:var(--okeep-danger);border-radius:.5rem;width:100%;justify-content:center;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._unlinkBtn_152r9_113:hover{background:color-mix(in oklab,var(--okeep-danger) 20%,transparent)}._unlinkBtn_152r9_113:disabled{opacity:.5}._qrCol_152r9_135{display:flex;flex-direction:column;align-items:center;gap:1rem}._qrHint_152r9_142{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);text-align:center;max-width:20rem}._qrBox_152r9_150{background:#fff;padding:1rem;border-radius:.5rem}._qrPlaceholder_152r9_156{width:200px;height:200px;display:flex;align-items:center;justify-content:center}._qrFailed_152r9_164{width:200px;height:200px;display:flex;align-items:center;justify-content:center;color:var(--okeep-text-muted)}._countdown_152r9_173{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._countdownValue_152r9_179{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;color:var(--okeep-accent)}._generateBtn_152r9_184{display:flex;align-items:center;gap:.5rem;padding-inline:1rem;padding-block:.5rem;background:var(--okeep-surface);color:var(--okeep-text);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._generateBtn_152r9_184:hover{background:var(--okeep-surface-2)}._generateBtn_152r9_184:disabled{opacity:.5}._loginBtn_d50vo_2{display:flex;width:100%;align-items:center;gap:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._loginBtn_d50vo_2:hover{color:var(--okeep-accent)}._loginIcon_d50vo_16{height:1.25rem;width:1.25rem;flex-shrink:0}._triggerInner_d50vo_23{display:flex;min-width:0;align-items:center;gap:.5rem}._trigger_d50vo_23{display:flex;width:100%;align-items:center}._truncate_d50vo_38{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._kindIcon_1rrbb_2{color:var(--okeep-text-muted)}._bellWrap_1rrbb_7{position:relative;display:inline-flex}._badge_1rrbb_14{pointer-events:none;position:absolute;right:-.25rem;top:-.25rem;border-radius:9999px;background:var(--okeep-surface-2);padding-inline:.375rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px;line-height:1rem;color:var(--okeep-text-muted)}._list_1rrbb_29{display:flex;flex-direction:column}._row_1rrbb_35{display:flex;align-items:flex-start;gap:.75rem;border-bottom:1px solid var(--okeep-border);padding-block:.75rem}._row_1rrbb_35:last-child{border-bottom-width:0}._rowIcon_1rrbb_47{margin-top:.125rem;flex-shrink:0}._rowBody_1rrbb_53{min-width:0;flex:1 1 0%}._rowTitle_1rrbb_59{display:block;font-size:.875rem;line-height:calc(1.25 / .875)}._rowTitleRead_1rrbb_65{color:var(--okeep-text-muted)}._rowTitleUnread_1rrbb_69{font-weight:500;color:var(--okeep-text)}._rowText_1rrbb_75{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._rowTime_1rrbb_86{display:block;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._dot_1rrbb_94{margin-top:.375rem;height:.5rem;width:.5rem;flex-shrink:0;border-radius:9999px;background:var(--okeep-accent)}._island_13huu_2{display:inline-flex;align-self:flex-start}._navIcon_je2ng_2{height:1.25rem;width:1.25rem;flex-shrink:0;color:var(--okeep-text-muted)}._navIconPrimary_je2ng_10{height:1.25rem;width:1.25rem;flex-shrink:0;color:var(--okeep-accent)}._footer_je2ng_18{display:flex;width:100%;flex-direction:column;gap:.5rem}._actionsRow_je2ng_26{display:flex;align-items:center;gap:.5rem}._full_1byb7_2{width:100%;height:100%}._padded_1byb7_8{padding:1rem;width:100%;height:100%}._bannerWrap_1byb7_15{margin-bottom:1rem}._text_1nmcq_2{font-size:1rem;line-height:1.5}._stack2_19rkj_3>:not(:last-child){margin-block-end:.5rem}._dayRow_19rkj_7{display:flex;align-items:center;gap:1rem}._dayLabel_19rkj_15{width:8rem}._dayCheckbox_19rkj_19{border-radius:.25rem;border-color:var(--okeep-border)}._dayName_19rkj_24{color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875)}._timeRow_19rkj_30{display:flex;align-items:center;gap:.5rem}._timeInput_19rkj_36{background:var(--okeep-bg);border:1px solid var(--okeep-border);color:var(--okeep-text);border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;line-height:calc(1.25 / .875)}._muted_19rkj_46{color:var(--okeep-text-muted)}._errorText_19rkj_52{color:#fb2c36}._mapLoading_19rkj_56{height:350px;display:flex;align-items:center;justify-content:center;background:var(--okeep-surface-2);border-radius:.5rem}._stack3_19rkj_65>:not(:last-child){margin-block-end:.75rem}._searchRow_19rkj_69{display:flex;gap:.5rem;align-items:center}._searchInputWrap_19rkj_75{flex:1 1 0%;min-width:0}._searchField_19rkj_80{background:var(--okeep-bg);border-color:var(--okeep-border);color:var(--okeep-text);width:100%}._iconBtn_19rkj_87{flex-shrink:0;width:2.5rem!important;height:2.5rem!important;padding:0!important;display:flex;align-items:center;justify-content:center}._resultsBox_19rkj_97{background:var(--okeep-surface-2);border:1px solid var(--okeep-border);border-radius:.5rem;overflow:hidden}._resultBtn_19rkj_104{width:100%;text-align:left;padding:.5rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-bottom:1px solid var(--okeep-border)}._resultBtn_19rkj_104:hover{background:var(--okeep-bg)}._resultBtn_19rkj_104:last-child{border-bottom-width:0}._mapWrap_19rkj_123{border-radius:.5rem;overflow:hidden;border:1px solid var(--okeep-border)}._header_19rkj_130{margin-bottom:1.5rem}._header_19rkj_130>:not(:last-child){margin-inline-end:.5rem}._iconPrimary_19rkj_137{color:var(--okeep-accent)}._title_19rkj_141{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text)}._configuredBadge_19rkj_148{display:flex;align-items:center;gap:.25rem;color:#00c65a;color:oklch(72.3% .219 149.579);font-size:.75rem;line-height:calc(1 / .75);margin-left:auto}._warningBox_19rkj_158{background:color-mix(in oklab,oklch(42.1% .095 57.708) 20%,transparent);border-width:1px;border-style:solid;border-color:color-mix(in oklab,oklch(68.1% .162 75.834) 50%,transparent);border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}._warningText_19rkj_168{color:#fff085;font-size:.875rem;line-height:calc(1.25 / .875)}._stack6_19rkj_174>:not(:last-child){margin-block-end:1.5rem}._stack4_19rkj_178>:not(:last-child){margin-block-end:1rem}._subheading_19rkj_182{font-weight:500;color:var(--okeep-text)}._grid2_19rkj_187{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._labelText_19rkj_193{color:var(--okeep-text)}._field_19rkj_197{background:var(--okeep-bg);border-color:var(--okeep-border);color:var(--okeep-text)}._stackDivided_19rkj_203{padding-top:1rem;border-top:1px solid var(--okeep-border)}._stackDivided_19rkj_203>:not(:last-child){margin-block-end:1rem}._sizeIndicator_193pk_2{text-align:center;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.5rem}._root_zd6xo_2{width:16rem;background:var(--okeep-surface);border-right-width:1px;border-right-style:solid;border-right-color:var(--okeep-border);display:flex;flex-direction:column;flex-shrink:0}._section_zd6xo_14{padding:1rem;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--okeep-border)}._h3_zd6xo_22{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:#fff;margin-bottom:.75rem}._toolsGrid_zd6xo_31{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}._toolBtn_zd6xo_38{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem;background:var(--okeep-surface-2);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._toolBtn_zd6xo_38:hover{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent)}._iconPrimary_zd6xo_55{color:var(--okeep-accent)}._toolLabel_zd6xo_60{font-size:.75rem;line-height:calc(1 / .75);color:#fff}._hintMuted_zd6xo_67{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.75rem}._list_zd6xo_75>:not(:last-child){margin-block-end:.5rem}._placeholderBtn_zd6xo_80{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._placeholderBtnDisabled_zd6xo_93{background:color-mix(in oklab,var(--okeep-surface-2) 50%,transparent);cursor:not-allowed;opacity:.5}._placeholderBtnEnabled_zd6xo_100{background:var(--okeep-surface-2)}._placeholderBtnEnabled_zd6xo_100:hover{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent)}._iconBox_zd6xo_108{padding:.5rem;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);border-radius:.5rem}._textLeft_zd6xo_115{text-align:left}._placeholderLabel_zd6xo_120{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:#fff}._descMuted_zd6xo_128{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._tipsSection_zd6xo_135{padding:1rem;flex:1 1 0%}._tipsList_zd6xo_141{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._tipsList_zd6xo_141>:not(:last-child){margin-block-end:.5rem}._tipItem_zd6xo_151{display:flex;align-items:flex-start;gap:.5rem}._root_1z0yl_2{width:18rem;background:var(--okeep-surface);border-left-width:1px;border-left-style:solid;border-left-color:var(--okeep-border);display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto}._section_1z0yl_15{padding:1rem;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--okeep-border)}._footerSection_1z0yl_23{padding:1rem}._h3_1z0yl_28{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:#fff}._labelMuted_1z0yl_36{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75);margin-bottom:.5rem;display:block}._labelXs_1z0yl_45{font-size:.75rem;line-height:calc(1 / .75)}._nativeSelect_1z0yl_51{width:100%;background:var(--okeep-surface-2);border:1px solid var(--okeep-border);border-radius:.5rem;padding:.5rem .75rem;color:#fff;font-size:.875rem;line-height:calc(1.25 / .875)}._textarea_1z0yl_65{resize:none}._stack3_1z0yl_70>:not(:last-child){margin-block-end:.75rem}._row2_1z0yl_75{display:flex;align-items:center;gap:.5rem}._radioLabel_1z0yl_82{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);color:#fff;cursor:pointer}._accentPrimary_1z0yl_93{accent-color:var(--okeep-accent)}._colorInput_1z0yl_98{width:2.5rem;height:2.5rem;border-radius:.25rem;border:1px solid var(--okeep-border);cursor:pointer}._flex1_1z0yl_107{flex:1 1 0%}._placeholderMsg_1z0yl_112{padding:1rem;text-align:center;color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._headerRow_1z0yl_121{display:flex;align-items:center;justify-content:space-between}._iconGroup_1z0yl_128{display:flex;align-items:center;gap:.25rem}._iconBtnSm_1z0yl_135{padding:.375rem;border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._iconBtnSm_1z0yl_135:hover{background:var(--okeep-surface-2)}._iconMuted_1z0yl_147{color:var(--okeep-text-muted)}._grid2_1z0yl_152{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}._grid2Mt_1z0yl_159{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:.5rem}._fullBtn_1z0yl_167{width:100%}._rowGap2_1z0yl_172{display:flex;gap:.5rem}._layerBtn_1z0yl_178{flex:1 1 0%;padding:.5rem;background:var(--okeep-surface-2);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._layerBtn_1z0yl_178:hover{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent)}._layerIcon_1z0yl_192{margin-inline:auto;color:#fff}._actionBtn_1z0yl_198{flex:1 1 0%;display:flex;align-items:center;justify-content:center;gap:.5rem}._card_z6a8w_3{--card-ring: 0 0 #0000;position:relative;background:var(--okeep-surface);border-radius:.5rem;border-width:1px;border-style:solid;overflow:hidden;cursor:pointer;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._card_z6a8w_3:hover{box-shadow:var(--card-ring),0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}._cardSelected_z6a8w_20{border-color:var(--okeep-accent);--card-ring: 0 0 0 2px color-mix(in oklab, var(--okeep-accent) 20%, transparent);box-shadow:var(--card-ring)}._cardIdle_z6a8w_26{border-color:var(--okeep-border)}._imageContainer_z6a8w_29{aspect-ratio:1 / 1;background:var(--okeep-surface-2);position:relative;overflow:hidden}._image_z6a8w_29{width:100%;height:100%;object-fit:cover}._placeholder_z6a8w_38{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._iconPhoto_z6a8w_40{width:3rem;height:3rem;color:var(--okeep-text-muted)}._checkbox_z6a8w_43{position:absolute;top:.5rem;left:.5rem;width:1.5rem;height:1.5rem;border-radius:.25rem;border-width:2px;border-style:solid;display:flex;align-items:center;justify-content:center;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._checkboxSelected_z6a8w_60{background:var(--okeep-accent);border-color:var(--okeep-accent)}._checkboxIdle_z6a8w_62{background:color-mix(in oklab,var(--okeep-surface) 80%,transparent);border-color:var(--okeep-border)}._card_z6a8w_3:hover ._checkboxIdle_z6a8w_62{border-color:var(--okeep-accent)}._iconText_z6a8w_68{width:1rem;height:1rem;color:var(--okeep-text)}._actionsOverlay_z6a8w_71{position:absolute;top:0;right:0;bottom:0;left:0;background:color-mix(in oklab,#000 0%,transparent);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;display:flex;align-items:center;justify-content:center;gap:.5rem;opacity:0}._card_z6a8w_3:hover ._actionsOverlay_z6a8w_71{background:color-mix(in oklab,#000 20%,transparent);opacity:1}._overlayBtn_z6a8w_89{padding:.5rem;background:var(--okeep-surface);border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._overlayBtnEdit_z6a8w_99:hover{background:var(--okeep-surface-2)}._overlayBtnDelete_z6a8w_101:hover{background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent)}._iconTrash_z6a8w_103{width:1rem;height:1rem;color:#fb2c36}._usageBadge_z6a8w_106{position:absolute;bottom:.5rem;right:.5rem;padding:.125rem .5rem;background:color-mix(in oklab,#000 60%,transparent);color:var(--okeep-text);font-size:.75rem;line-height:calc(1 / .75);border-radius:.25rem}._info_z6a8w_119{padding:.75rem}._filename_z6a8w_121{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._meta_z6a8w_131{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}._metaText_z6a8w_133{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._tags_z6a8w_135{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.5rem}._tag_z6a8w_135{padding:.125rem .375rem;background:var(--okeep-surface-2);font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);border-radius:.25rem}._root_1c64m_2{display:flex;flex-direction:column;gap:.75rem}._row_1c64m_4{display:flex;align-items:center;gap:.75rem}._searchWrap_1c64m_6{position:relative;flex:1 1 0%;max-width:28rem}._searchIcon_1c64m_8{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:var(--okeep-text-muted)}._searchInput_1c64m_18{width:100%;padding:.5rem 1rem .5rem 2.5rem;border:1px solid var(--okeep-border);border-radius:.5rem;background:var(--okeep-surface-2);font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._searchInput_1c64m_18:focus{outline:none;box-shadow:0 0 0 2px color-mix(in oklab,var(--okeep-accent) 60%,transparent);border-color:transparent}._clearBtn_1c64m_34{position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}._iconX4_1c64m_36{width:1rem;height:1rem;color:var(--okeep-text-muted)}._iconX4_1c64m_36:hover{color:var(--okeep-text)}._rel_1c64m_39{position:relative}._tagBtn_1c64m_41{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--okeep-border);border-radius:.5rem;background:var(--okeep-surface-2);font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._tagBtn_1c64m_41:hover{background:var(--okeep-bg)}._iconMuted4_1c64m_58{width:1rem;height:1rem;color:var(--okeep-text-muted)}._countBadge_1c64m_60{padding:.125rem .375rem;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent);font-size:.75rem;line-height:calc(1 / .75);border-radius:9999px}._dropdown_1c64m_69{position:absolute;top:100%;margin-top:.25rem;right:0;width:16rem;background:var(--okeep-surface);border:1px solid var(--okeep-border);border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;z-index:50}._dropdownSearchWrap_1c64m_82{padding:.5rem;border-bottom:1px solid var(--okeep-border)}._dropdownSearch_1c64m_82{width:100%;padding:.375rem .75rem;border:1px solid var(--okeep-border);border-radius:.25rem;background:var(--okeep-surface-2);font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._dropdownSearch_1c64m_82:focus{outline:none;box-shadow:0 0 0 1px color-mix(in oklab,var(--okeep-accent) 60%,transparent)}._tagList_1c64m_99{max-height:12rem;overflow-y:auto;padding:.5rem}._tagItem_1c64m_101{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.375rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875);border-radius:.25rem}._tagItem_1c64m_101:hover{background:var(--okeep-surface-2)}._tagItemSelected_1c64m_113{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._tagItemIdle_1c64m_115{color:var(--okeep-text)}._tagItemCount_1c64m_117{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._noTags_1c64m_119{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);text-align:center;padding-top:1rem;padding-bottom:1rem}._clearFilters_1c64m_128{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._clearFilters_1c64m_128:hover{color:var(--okeep-text)}._selectedTags_1c64m_131{display:flex;flex-wrap:wrap;gap:.5rem}._selectedTag_1c64m_131{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent);font-size:.875rem;line-height:calc(1.25 / .875);border-radius:.25rem}._removeTagBtn_1c64m_145:hover{color:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}._iconX3_1c64m_147{width:.75rem;height:.75rem}._root_1uo35_2{padding:1.5rem}._form_1uo35_4>:not(:last-child){margin-block-end:1.5rem}._label_1uo35_6{display:block;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text);margin-bottom:.5rem}._fileReady_1uo35_15{margin-top:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);color:#00a447;color:oklch(62.7% .194 149.214)}._textInput_1uo35_22{width:100%;padding:.5rem 1rem;border:1px solid var(--okeep-border);border-radius:.5rem;background:var(--okeep-surface-2);font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._textInput_1uo35_22:focus{outline:none;box-shadow:0 0 0 2px color-mix(in oklab,var(--okeep-accent) 60%,transparent);border-color:transparent}._tagRow_1uo35_38{display:flex;gap:.5rem;margin-bottom:.5rem}._tagInput_1uo35_40{flex:1 1 0%;padding:.5rem 1rem;border:1px solid var(--okeep-border);border-radius:.5rem;background:var(--okeep-surface-2);font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._tagInput_1uo35_40:focus{outline:none;box-shadow:0 0 0 2px color-mix(in oklab,var(--okeep-accent) 60%,transparent);border-color:transparent}._addTagBtn_1uo35_56{padding:.5rem 1rem;background:var(--okeep-surface-2);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._addTagBtn_1uo35_56:hover{background:var(--okeep-bg)}._icon4_1uo35_66{width:1rem;height:1rem}._tagsList_1uo35_68{display:flex;flex-wrap:wrap;gap:.5rem}._tagChip_1uo35_70{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent);font-size:.875rem;line-height:calc(1.25 / .875);border-radius:.25rem}._removeTagBtn_1uo35_82:hover{color:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}._iconX3_1uo35_84{width:.75rem;height:.75rem}._errorBox_1uo35_86{margin-top:1rem;padding:.75rem;background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);border:1px solid color-mix(in oklab,oklch(63.7% .237 25.331) 30%,transparent);border-radius:.5rem}._errorText_1uo35_94{font-size:.875rem;line-height:calc(1.25 / .875);color:#ff6568;color:oklch(70.4% .191 22.216)}._actions_1uo35_96{display:flex;justify-content:flex-end;gap:.75rem;margin-top:2rem}._spin_1uo35_98{animation:_spin_1uo35_98 1s linear infinite}@keyframes _spin_1uo35_98{to{transform:rotate(360deg)}}._root_239ky_2{padding:1.5rem;max-width:42rem}._form_239ky_4>:not(:last-child){margin-block-end:1.5rem}._label_239ky_6{display:block;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text-muted);margin-bottom:.5rem}._pendingList_239ky_15{max-height:10rem;overflow-y:auto;border:1px solid var(--okeep-border);border-radius:.5rem}._pendingList_239ky_15>:not(:last-child){border-top-width:0;border-bottom:1px solid var(--okeep-border)}._pendingRow_239ky_26{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem}._pendingRow_239ky_26:hover{background:var(--okeep-surface-2)}._pendingName_239ky_34{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1 0%;margin-right:.5rem}._removeFileBtn_239ky_45{padding:.25rem;border-radius:.25rem}._removeFileBtn_239ky_45:hover{background:var(--okeep-surface)}._iconMuted4_239ky_48{width:1rem;height:1rem;color:var(--okeep-text-muted)}._tagRow_239ky_50{display:flex;gap:.5rem;margin-bottom:.5rem}._tagInput_239ky_52{flex:1 1 0%;padding:.5rem 1rem;border:1px solid var(--okeep-border);border-radius:.5rem;background:var(--okeep-surface);font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._tagInput_239ky_52:focus{outline:none;box-shadow:0 0 0 2px var(--okeep-accent);border-color:transparent}._addTagBtn_239ky_68{padding:.5rem 1rem;background:var(--okeep-surface-2);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._addTagBtn_239ky_68:hover{background:var(--okeep-surface)}._icon4_239ky_78{width:1rem;height:1rem}._tagsList_239ky_80{display:flex;flex-wrap:wrap;gap:.5rem}._tagChip_239ky_82{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent);font-size:.875rem;line-height:calc(1.25 / .875);border-radius:.25rem}._removeTagBtn_239ky_94:hover{color:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}._iconX3_239ky_96{width:.75rem;height:.75rem}._resultBox_239ky_98{margin-top:1rem;padding:.75rem;border-radius:.5rem}._resultSuccess_239ky_100{background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent);border:1px solid color-mix(in oklab,oklch(72.3% .219 149.579) 30%,transparent)}._resultWarn_239ky_105{background:color-mix(in oklab,oklch(79.5% .184 86.047) 20%,transparent);border:1px solid color-mix(in oklab,oklch(79.5% .184 86.047) 30%,transparent)}._resultHeader_239ky_110{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._iconGreen5_239ky_112{width:1.25rem;height:1.25rem;color:#05df72}._iconYellow5_239ky_114{width:1.25rem;height:1.25rem;color:#f7c900;color:oklch(85.2% .199 91.936)}._resultText_239ky_116{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500}._colorGreen_239ky_118{color:#05df72}._colorYellow_239ky_120{color:#f7c900;color:oklch(85.2% .199 91.936)}._errorList_239ky_122{font-size:.875rem;line-height:calc(1.25 / .875);color:#f7c900;color:oklch(85.2% .199 91.936);list-style-type:disc;list-style-position:inside}._errorBox_239ky_130{margin-top:1rem;padding:.75rem;background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);border:1px solid color-mix(in oklab,oklch(63.7% .237 25.331) 30%,transparent);border-radius:.5rem}._errorText_239ky_138{font-size:.875rem;line-height:calc(1.25 / .875);color:#ff6568;color:oklch(70.4% .191 22.216)}._actions_239ky_140{display:flex;justify-content:flex-end;gap:.75rem;margin-top:2rem}._spin_239ky_142{animation:_spin_239ky_142 1s linear infinite}@keyframes _spin_239ky_142{to{transform:rotate(360deg)}}._root_1su5u_2{padding:1.5rem;max-width:42rem}._grid2_1su5u_4{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}._previewBox_1su5u_6{aspect-ratio:1 / 1;background:var(--okeep-surface-2);border-radius:.5rem;overflow:hidden}._imgContain_1su5u_8{width:100%;height:100%;object-fit:contain}._placeholderFull_1su5u_10{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._iconPhoto16_1su5u_12{width:4rem;height:4rem;color:var(--okeep-text-muted)}._urlBox_1su5u_14{margin-top:1rem;padding:.75rem;background:var(--okeep-surface-2);border-radius:.5rem}._urlHeader_1su5u_16{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}._mutedSm_1su5u_18{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._copyBtn_1su5u_20{color:#155dfc;font-size:.875rem;line-height:calc(1.25 / .875);display:flex;align-items:center;gap:.25rem}._copyBtn_1su5u_20:hover{color:#1447e6}._icon4_1su5u_30{width:1rem;height:1rem}._urlText_1su5u_32{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);word-break:break-all}._details_1su5u_34>:not(:last-child){margin-block-end:1rem}._sectionTitle_1su5u_36{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text);margin-bottom:.5rem}._infoBox_1su5u_44{background:var(--okeep-surface-2);border-radius:.5rem;padding:.75rem}._infoBox_1su5u_44>:not(:last-child){margin-block-end:.5rem}._usageBox_1su5u_47{background:var(--okeep-surface-2);border-radius:.5rem;padding:.75rem}._usageBox_1su5u_47>:not(:last-child){margin-block-end:.25rem}._infoRow_1su5u_50{display:flex;justify-content:space-between;font-size:.875rem;line-height:calc(1.25 / .875)}._muted_1su5u_18{color:var(--okeep-text-muted)}._textColor_1su5u_54{color:var(--okeep-text)}._label_1su5u_56{display:block;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text);margin-bottom:.5rem}._textInput_1su5u_65{width:100%;padding:.5rem 1rem;border:1px solid var(--okeep-border);border-radius:.5rem;background:var(--okeep-surface-2);font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._textInput_1su5u_65:focus{outline:none;box-shadow:0 0 0 2px color-mix(in oklab,var(--okeep-accent) 60%,transparent);border-color:transparent}._tagRow_1su5u_81{display:flex;gap:.5rem;margin-bottom:.5rem}._tagInput_1su5u_83{flex:1 1 0%;padding:.5rem 1rem;border:1px solid var(--okeep-border);border-radius:.5rem;background:var(--okeep-surface-2);font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._tagInput_1su5u_83:focus{outline:none;box-shadow:0 0 0 2px color-mix(in oklab,var(--okeep-accent) 60%,transparent);border-color:transparent}._addTagBtn_1su5u_99{padding:.5rem 1rem;background:var(--okeep-surface-2);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._addTagBtn_1su5u_99:hover{background:var(--okeep-bg)}._tagsList_1su5u_109{display:flex;flex-wrap:wrap;gap:.5rem}._tagChip_1su5u_111{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent);font-size:.875rem;line-height:calc(1.25 / .875);border-radius:.25rem}._removeTagBtn_1su5u_123:hover{color:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}._iconX3_1su5u_125{width:.75rem;height:.75rem}._deleteConfirm_1su5u_127{margin-top:1.5rem;padding:1rem;background:color-mix(in oklab,oklch(63.7% .237 25.331) 10%,transparent);border:1px solid color-mix(in oklab,oklch(63.7% .237 25.331) 30%,transparent);border-radius:.5rem}._deleteConfirmText_1su5u_135{font-size:.875rem;line-height:calc(1.25 / .875);color:#ff6568;color:oklch(70.4% .191 22.216);margin-bottom:.75rem}._confirmBtns_1su5u_137{display:flex;gap:.5rem}._confirmCancelBtn_1su5u_139{padding:.375rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._confirmCancelBtn_1su5u_139:hover{background:var(--okeep-surface-2)}._deleteAnywayBtn_1su5u_151{padding:.375rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875);background:#e40014;background:oklch(57.7% .245 27.325);color:var(--okeep-text);border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._deleteAnywayBtn_1su5u_151:hover{background:#bf000f;background:oklch(50.5% .213 27.518)}._deleteAnywayBtn_1su5u_151:disabled{opacity:.5}._actions_1su5u_165{display:flex;justify-content:space-between;margin-top:2rem}._deleteActionBtn_1su5u_167{padding:.5rem 1rem;color:#ff6568;color:oklch(70.4% .191 22.216);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;display:flex;align-items:center;gap:.5rem}._deleteActionBtn_1su5u_167:hover{background:color-mix(in oklab,oklch(63.7% .237 25.331) 10%,transparent)}._footerBtns_1su5u_180{display:flex;gap:.75rem}._root_7ha7k_2{padding:1.5rem;max-width:28rem}._subtitle_7ha7k_4{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:1rem}._empty_7ha7k_11{text-align:center;padding-top:2rem;padding-bottom:2rem;color:var(--okeep-text-muted)}._selectHeader_7ha7k_18{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}._selectCount_7ha7k_25{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._selectAllBtn_7ha7k_27{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-accent)}._selectAllBtn_7ha7k_27:hover{text-decoration-line:underline}._list_7ha7k_30{max-height:16rem;overflow-y:auto;border:1px solid var(--okeep-border);border-radius:.5rem}._tagRow_7ha7k_37{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;cursor:pointer;border-bottom:1px solid var(--okeep-border)}._tagRow_7ha7k_37:hover{background:var(--okeep-surface-2)}._tagRow_7ha7k_37:last-child{border-bottom-width:0}._checkbox_7ha7k_48{width:1rem;height:1rem;border-radius:.25rem;border-color:var(--okeep-border);background:var(--okeep-surface-2);color:var(--okeep-accent)}._tagName_7ha7k_57{flex:1 1 0%;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._tagCount_7ha7k_59{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._footer_7ha7k_61{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.5rem}._iconSpin_7ha7k_63{width:1rem;height:1rem;animation:_spin_7ha7k_1 1s linear infinite}@keyframes _spin_7ha7k_1{to{transform:rotate(360deg)}}._icon4_7ha7k_72{width:1rem;height:1rem}._root_klwcf_2{height:100%;display:flex;flex-direction:column}._header_klwcf_4{padding:1rem;border-bottom:1px solid var(--okeep-border)}._title_klwcf_9{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:var(--okeep-text)}._subtitle_klwcf_11{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-top:.25rem}._headerActions_klwcf_13{display:flex;align-items:center;gap:.75rem}._mutedSm_klwcf_15{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._outlineBtn_klwcf_17{padding:.375rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);border:1px solid var(--okeep-border);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._outlineBtn_klwcf_17:hover{background:var(--okeep-surface-2)}._bulkTagRow_klwcf_30{display:flex;align-items:center;gap:.5rem}._bulkTagInput_klwcf_32{width:8rem;padding:.375rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875);border:1px solid var(--okeep-border);border-radius:.5rem;background:var(--okeep-surface-2);color:var(--okeep-text)}._bulkTagInput_klwcf_32:focus{outline:none;box-shadow:0 0 0 2px color-mix(in oklab,var(--okeep-accent) 60%,transparent)}._confirmBtn_klwcf_47{padding:.375rem;color:#00a447;color:oklch(62.7% .194 149.214);border-radius:.25rem}._confirmBtn_klwcf_47:hover{background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent)}._confirmBtn_klwcf_47:disabled{opacity:.5}._iconBtn_klwcf_55{padding:.375rem;color:var(--okeep-text-muted);border-radius:.25rem}._iconBtn_klwcf_55:hover{background:var(--okeep-surface-2)}._icon4_klwcf_57{width:1rem;height:1rem}._outlineIconBtn_klwcf_59{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);border:1px solid var(--okeep-border);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._outlineIconBtn_klwcf_59:hover{background:var(--okeep-surface-2)}._outlineIconBtn_klwcf_59:disabled{opacity:.5}._deleteBtn_klwcf_76{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875);color:#ff6568;color:oklch(70.4% .191 22.216);border:1px solid color-mix(in oklab,oklch(63.7% .237 25.331) 30%,transparent);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._deleteBtn_klwcf_76:hover{background:color-mix(in oklab,oklch(63.7% .237 25.331) 10%,transparent)}._deleteBtn_klwcf_76:disabled{opacity:.5}._cancelBtn_klwcf_93{padding:.375rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._cancelBtn_klwcf_93:hover{background:var(--okeep-surface-2)}._filtersWrap_klwcf_105{padding:1rem;border-bottom:1px solid var(--okeep-border)}._content_klwcf_107{flex:1 1 0%;overflow:auto;padding:1rem}._loadingBox_klwcf_109{display:flex;align-items:center;justify-content:center;height:16rem}._iconSpin8_klwcf_111{width:2rem;height:2rem;color:var(--okeep-text-muted);animation:_spin_klwcf_1 1s linear infinite}@keyframes _spin_klwcf_1{to{transform:rotate(360deg)}}._emptyBox_klwcf_114{display:flex;flex-direction:column;align-items:center;justify-content:center;height:16rem;text-align:center}._emptyIcon_klwcf_123{width:4rem;height:4rem;color:var(--okeep-text-muted);margin-bottom:1rem}._emptyTitle_klwcf_125{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:500;color:var(--okeep-text);margin-bottom:.5rem}._emptyText_klwcf_133{color:var(--okeep-text-muted);margin-bottom:1rem}._grid_klwcf_135{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(min-width:640px){._grid_klwcf_135{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:768px){._grid_klwcf_135{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1024px){._grid_klwcf_135{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:1280px){._grid_klwcf_135{grid-template-columns:repeat(6,minmax(0,1fr))}}._loadMoreWrap_klwcf_145{display:flex;justify-content:center;margin-top:1.5rem}._loadMoreBtn_klwcf_147{padding:.5rem 1rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._loadMoreBtn_klwcf_147:hover{background:var(--okeep-surface-2)}._loadMoreBtn_klwcf_147:disabled{opacity:.5}._root_zgc5g_2{position:relative}._icon4_zgc5g_4{width:1rem;height:1rem}._iconText4_zgc5g_5{width:1rem;height:1rem;color:var(--okeep-text)}._iconRed4_zgc5g_6{width:1rem;height:1rem;color:#fb2c36}._iconMuted5_zgc5g_7{width:1.25rem;height:1.25rem;color:var(--okeep-text-muted)}._iconMuted6_zgc5g_8{width:1.5rem;height:1.5rem;color:var(--okeep-text-muted)}._iconPhoto12_zgc5g_9{width:3rem;height:3rem;color:var(--okeep-text-muted)}._imgFull_zgc5g_11{width:100%;height:100%;object-fit:cover}._placeholderFull_zgc5g_13{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._preview_zgc5g_16{position:relative}._previewImageBox_zgc5g_18{width:100%;aspect-ratio:1 / 1;background:var(--okeep-surface-2);border-radius:.5rem;overflow:hidden;border:1px solid var(--okeep-border)}._overlay_zgc5g_27{position:absolute;top:0;right:0;bottom:0;left:0;background:color-mix(in oklab,#000 0%,transparent);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-radius:.5rem;display:flex;align-items:center;justify-content:center;opacity:0}._preview_zgc5g_16:hover ._overlay_zgc5g_27{background:color-mix(in oklab,#000 40%,transparent);opacity:1}._overlayActions_zgc5g_45{display:flex;gap:.5rem}._overlayBtn_zgc5g_47{padding:.5rem;background:var(--okeep-surface);border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._overlayBtnChange_zgc5g_56:hover{background:var(--okeep-surface-2)}._overlayBtnRemove_zgc5g_57:hover{background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent)}._assetInfo_zgc5g_59{margin-top:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._empty_zgc5g_70{display:flex;flex-direction:column;gap:.5rem}._libraryBig_zgc5g_72{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;aspect-ratio:16 / 9;background:var(--okeep-surface-2);border-width:2px;border-style:dashed;border-color:var(--okeep-border);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._libraryBig_zgc5g_72:hover{border-color:#3280ff;border-color:oklch(62.3% .214 259.815);background:var(--okeep-bg)}._hintText_zgc5g_90{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._buttonRow_zgc5g_92{display:flex;gap:.5rem}._smallBtn_zgc5g_94{flex:1 1 0%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);border:1px solid var(--okeep-border);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._smallBtn_zgc5g_94:hover{background:var(--okeep-surface-2)}._modalRoot_zgc5g_114{padding:1.5rem}._tabBar_zgc5g_116{display:flex;gap:.25rem;margin-bottom:1rem;border-bottom:1px solid var(--okeep-border)}._tab_zgc5g_116{padding:.5rem 1rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;border-bottom-width:2px;border-bottom-style:solid;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;margin-bottom:-1px}._tabActive_zgc5g_131{border-color:var(--okeep-accent);color:var(--okeep-accent)}._tabIdle_zgc5g_133{border-color:transparent;color:var(--okeep-text-muted)}._tabIdle_zgc5g_133:hover{color:var(--okeep-text)}._searchUploadRow_zgc5g_136{display:flex;gap:.75rem;margin-bottom:1rem}._searchRel_zgc5g_138{position:relative;flex:1 1 0%}._searchIcon_zgc5g_140{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:var(--okeep-text-muted)}._searchInput_zgc5g_150{width:100%;padding:.5rem 1rem .5rem 2.5rem;border:1px solid var(--okeep-border);border-radius:.5rem;background:var(--okeep-surface-2);font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._searchInput_zgc5g_150:focus{outline:none;box-shadow:0 0 0 2px color-mix(in oklab,var(--okeep-accent) 60%,transparent);border-color:transparent}._gridScroll_zgc5g_166{max-height:24rem;overflow-y:auto}._loadingBox_zgc5g_168{display:flex;align-items:center;justify-content:center;height:12rem}._iconSpin8_zgc5g_170{width:2rem;height:2rem;color:var(--okeep-text-muted);animation:_spin_zgc5g_1 1s linear infinite}@keyframes _spin_zgc5g_1{to{transform:rotate(360deg)}}._emptyBox_zgc5g_178{display:flex;flex-direction:column;align-items:center;justify-content:center;height:12rem;text-align:center}._emptyIcon_zgc5g_187{width:3rem;height:3rem;color:var(--okeep-text-muted);margin-bottom:.5rem}._emptyText_zgc5g_189{color:var(--okeep-text-muted);margin-bottom:.75rem}._grid_zgc5g_166{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}@media(min-width:640px){._grid_zgc5g_166{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:768px){._grid_zgc5g_166{grid-template-columns:repeat(6,minmax(0,1fr))}}._assetBtn_zgc5g_199{position:relative;aspect-ratio:1 / 1;background:var(--okeep-surface-2);border-radius:.5rem;overflow:hidden;border-width:2px;border-style:solid;border-color:transparent;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._assetBtn_zgc5g_199:hover{border-color:#3280ff;border-color:oklch(62.3% .214 259.815)}._assetOverlay_zgc5g_214{position:absolute;top:0;right:0;bottom:0;left:0;background:color-mix(in oklab,var(--okeep-accent) 0%,transparent);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;display:flex;align-items:center;justify-content:center}._assetBtn_zgc5g_199:hover ._assetOverlay_zgc5g_214{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent)}._checkIcon_zgc5g_227{width:1.5rem;height:1.5rem;color:var(--okeep-text);opacity:0;filter:drop-shadow(0 4px 4px rgb(0 0 0 / .15))}._assetBtn_zgc5g_199:hover ._checkIcon_zgc5g_227{opacity:1}._modalActions_zgc5g_236{display:flex;justify-content:space-between;margin-top:1.5rem}._uploadNewBtn_zgc5g_238{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:var(--okeep-accent);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;font-size:.875rem;line-height:calc(1.25 / .875)}._uploadNewBtn_zgc5g_238:hover{background:color-mix(in oklab,var(--okeep-accent) 10%,transparent)}._cancelBtn_zgc5g_253{padding:.5rem 1rem;color:var(--okeep-text);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._cancelBtn_zgc5g_253:hover{background:var(--okeep-surface-2)}._presetScreen_1e1qt_4{height:100vh;background:var(--okeep-bg);display:flex;align-items:center;justify-content:center}._presetCard_1e1qt_13{background:var(--okeep-surface);border-radius:.5rem;padding:2rem;max-width:32rem;width:100%}._presetTitle_1e1qt_22{font-size:1.25rem;line-height:calc(1.75 / 1.25);font-weight:700;color:#fff;margin-bottom:1.5rem;text-align:center}._presetGrid_1e1qt_32{display:grid;gap:1rem}._presetBtn_1e1qt_39{background:var(--okeep-surface-2);border:1px solid var(--okeep-border);border-radius:.5rem;padding:1rem;text-align:left;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._presetBtn_1e1qt_39:hover{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);border-color:var(--okeep-accent)}._presetLabel_1e1qt_55{color:#fff;font-weight:500}._presetDims_1e1qt_61{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875);margin-top:.25rem}._presetCancel_1e1qt_69{margin-top:1.5rem;display:flex;justify-content:center}._root_1e1qt_78{height:100vh;background:var(--okeep-bg);display:flex;flex-direction:column}._header_1e1qt_86{height:3.5rem;background:var(--okeep-surface);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--okeep-border);display:flex;align-items:center;justify-content:space-between;padding-inline:1rem;flex-shrink:0}._headerLeft_1e1qt_100{display:flex;align-items:center;gap:1rem}._iconBtn_1e1qt_107{padding:.5rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._iconBtn_1e1qt_107:hover{background:var(--okeep-surface-2)}._historyBtn_1e1qt_119{padding:.5rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._historyBtn_1e1qt_119:hover{background:var(--okeep-surface-2)}._historyBtn_1e1qt_119:disabled{opacity:.5;cursor:not-allowed}._iconWhite_1e1qt_135{color:#fff}._h1_1e1qt_140{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:#fff}._headerRight_1e1qt_148{display:flex;align-items:center;gap:.5rem}._divider_1e1qt_155{width:1px;height:1.5rem;background:var(--okeep-border);margin-inline:.5rem}._saveBtn_1e1qt_163{display:flex;align-items:center;gap:.5rem}._spin_1e1qt_170{animation:_spin_1e1qt_170 1s linear infinite}@keyframes _spin_1e1qt_170{to{transform:rotate(360deg)}}._main_1e1qt_180{flex:1 1 0%;display:flex;overflow:hidden}._canvasArea_1e1qt_187{flex:1 1 0%;background:#0a0a0a;overflow:auto;display:flex;align-items:center;justify-content:center;padding:1rem}._loadingOverlay_b382y_2{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:color-mix(in oklab,var(--okeep-surface-2) 50%,transparent)}._spinner_b382y_15{animation:_spin_b382y_15 1s linear infinite;width:1.5rem;height:1.5rem;border-width:2px;border-style:solid;border-color:var(--okeep-accent);border-top-color:transparent;border-radius:9999px}@keyframes _spin_b382y_15{to{transform:rotate(360deg)}}@keyframes _spin_g0ngf_8{to{transform:rotate(360deg)}}._spin_g0ngf_8{animation:_spin_g0ngf_8 1s linear infinite}._hideBtn_g0ngf_13{flex-shrink:0;border-radius:.375rem;padding:.375rem;color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._hideBtn_g0ngf_13:hover{background-color:var(--okeep-surface-2);color:var(--okeep-text)}._hideBtn_g0ngf_13:disabled{opacity:.4}._dismissedPanel_g0ngf_31{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-radius:.75rem;background:var(--okeep-surface);padding-inline:1.25rem;padding-block:.75rem}._mutedSm_g0ngf_43{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._restoreBtn_g0ngf_50{flex-shrink:0;color:var(--okeep-accent);font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;text-underline-offset:2px}._restoreBtn_g0ngf_50:hover{text-decoration-line:underline}._restoreBtn_g0ngf_50:disabled{opacity:.4}._panel_g0ngf_66{background:var(--okeep-surface);border-radius:.75rem;padding:1.25rem}._row_g0ngf_73{display:flex;align-items:center;gap:.75rem}._spinner_g0ngf_80{width:2.25rem;height:2.25rem;border-radius:9999px;border-style:solid;border-width:3px;border-color:#3280ff;border-color:oklch(62.3% .214 259.815);border-top-color:transparent;animation:_spin_g0ngf_8 1s linear infinite}._flex1_g0ngf_92{flex:1 1 0%}._heading_g0ngf_97{color:var(--okeep-text);font-weight:600}._pendingText_g0ngf_103{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875);margin-top:.25rem}._appliedDate_g0ngf_111{color:#56a2ff;color:oklch(70.7% .165 254.624);font-size:.75rem;line-height:calc(1 / .75)}._rejectedHeader_g0ngf_118{margin-bottom:.75rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}._rejectNote_g0ngf_127{background-color:color-mix(in oklab,oklch(63.7% .237 25.331) 10%,transparent);border-width:1px;border-style:solid;border-color:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);border-radius:.5rem;padding:.75rem;margin-bottom:1rem}._rejectLabel_g0ngf_138{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75);text-transform:uppercase;margin-bottom:.25rem}._rejectText_g0ngf_147{color:#ff6568;color:oklch(70.4% .191 22.216);font-size:.875rem;line-height:calc(1.25 / .875)}._actionsEnd_g0ngf_154{display:flex;justify-content:flex-end}._reapplyBtn_g0ngf_160{background-color:var(--okeep-accent);color:#fff;padding-inline:1rem;padding-block:.5rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;display:flex;align-items:center;gap:.5rem}._reapplyBtn_g0ngf_160:hover{background-color:color-mix(in oklab,var(--okeep-accent) 90%,transparent)}._reapplyBtn_g0ngf_160:disabled{opacity:.4;cursor:not-allowed}._iconBox_g0ngf_185{background-color:color-mix(in oklab,var(--okeep-accent) 20%,transparent);padding:.5rem;border-radius:.5rem}._primaryIcon_g0ngf_192{color:var(--okeep-accent)}._draftText_g0ngf_197{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75);margin-top:.125rem}._applyBtn_g0ngf_205{background-color:var(--okeep-accent);color:#fff;padding-inline:1.25rem;padding-block:.625rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;display:flex;align-items:center;gap:.5rem}._applyBtn_g0ngf_205:hover{background-color:color-mix(in oklab,var(--okeep-accent) 90%,transparent)}._applyBtn_g0ngf_205:disabled{opacity:.4;cursor:not-allowed}._header_3154o_2{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}._icon_3154o_9{font-size:.875rem;line-height:calc(1.25 / .875)}._title_3154o_14{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text)}._iconPrimary_zd4bz_2{color:var(--okeep-accent)}._stack_zd4bz_6>:not(:last-child){margin-block-end:1rem}._row_zd4bz_10{display:flex;align-items:center;justify-content:space-between}._textColor_zd4bz_16{color:var(--okeep-text)}._delayInput_zd4bz_20{width:7rem;background:var(--okeep-bg);border-color:var(--okeep-border);color:var(--okeep-text)}._tab_6lmki_2>:not(:last-child){margin-block-end:1.5rem}._currentBanner_6lmki_7{background:var(--okeep-surface-2);border-radius:.5rem;padding:1rem;display:flex;align-items:center;justify-content:space-between}._bannerLabel_6lmki_17{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75);text-transform:uppercase}._bannerPlan_6lmki_25{color:var(--okeep-text);font-size:1.25rem;line-height:calc(1.75 / 1.25);font-weight:700;margin-top:.25rem}._statusPill_6lmki_34{padding-inline:.75rem;padding-block:.25rem;border-radius:9999px;font-size:.75rem;line-height:calc(1 / .75);font-weight:500}._statusActive_6lmki_43{color:#05df72;background-color:color-mix(in oklab,oklch(72.3% .219 149.579) 10%,transparent)}._statusGrace_6lmki_48{color:#f7c900;color:oklch(85.2% .199 91.936);background-color:color-mix(in oklab,oklch(79.5% .184 86.047) 10%,transparent)}._statusSuspended_6lmki_53{color:#ff6568;color:oklch(70.4% .191 22.216);background-color:color-mix(in oklab,oklch(63.7% .237 25.331) 10%,transparent)}._warnBoxYellow_6lmki_59{background-color:color-mix(in oklab,oklch(79.5% .184 86.047) 10%,transparent);border:1px solid color-mix(in oklab,oklch(79.5% .184 86.047) 20%,transparent);border-radius:.5rem;padding:1rem;display:flex;align-items:center;gap:.75rem}._warnBoxRed_6lmki_70{background-color:color-mix(in oklab,oklch(63.7% .237 25.331) 10%,transparent);border:1px solid color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);border-radius:.5rem;padding:1rem;display:flex;align-items:center;gap:.75rem}._warnIconYellow_6lmki_81{color:#f7c900;color:oklch(85.2% .199 91.936);font-size:1.125rem;line-height:calc(1.75 / 1.125)}._warnIconRed_6lmki_88{color:#ff6568;color:oklch(70.4% .191 22.216);font-size:1.125rem;line-height:calc(1.75 / 1.125)}._warnTitle_6lmki_95{color:var(--okeep-text);font-weight:500;font-size:.875rem;line-height:calc(1.25 / .875)}._warnDesc_6lmki_103{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75);margin-top:.25rem}._grid_6lmki_111{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}._card_6lmki_118{border-radius:.5rem;padding:1.25rem;position:relative}._cardCurrent_6lmki_124{background:var(--okeep-surface-2);border:2px solid var(--okeep-accent)}._cardChain_6lmki_129{background-image:linear-gradient(to bottom right,#1a1a2e,#16213e);border:1px solid color-mix(in oklab,oklch(62.3% .214 259.815) 30%,transparent)}._cardDefault_6lmki_134{background:var(--okeep-surface-2);border:1px solid var(--okeep-border)}._currentBadge_6lmki_140{position:absolute;top:-.5rem;right:.75rem;background:var(--okeep-accent);color:#fff;font-size:10px;padding-inline:.5rem;padding-block:.125rem;border-radius:.25rem;font-weight:600}._cardHead_6lmki_154{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._iconPrimary_6lmki_162{color:var(--okeep-accent)}._cardName_6lmki_167{color:var(--okeep-text);font-weight:700}._cardDesc_6lmki_173{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75);margin-bottom:.5rem}._cardPrice_6lmki_181{color:var(--okeep-text);font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;margin-bottom:.75rem}._priceUnit_6lmki_190{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75);font-weight:400}._features_6lmki_198{margin-bottom:1rem}._features_6lmki_198>:not(:last-child){margin-block-end:.375rem}._featureRow_6lmki_206{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75);display:flex;align-items:center;gap:.375rem}._checkIcon_6lmki_216{color:#05df72}._ctaSales_6lmki_222{display:block;width:100%;text-align:center;background:var(--okeep-accent);color:var(--okeep-text);padding-block:.5rem;border-radius:.5rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._ctaSales_6lmki_222:hover{background-color:var(--okeep-accent-hover)}._mailIcon_6lmki_242{display:inline;margin-right:.25rem}._ctaDisabled_6lmki_248{width:100%;text-align:center;border:1px solid var(--okeep-border);color:var(--okeep-text-muted);padding-block:.5rem;border-radius:.5rem;font-size:.75rem;line-height:calc(1 / .75);cursor:not-allowed}._ctaCurrent_6lmki_261{width:100%;text-align:center;border:1px solid color-mix(in oklab,var(--okeep-accent) 30%,transparent);color:var(--okeep-accent);padding-block:.5rem;border-radius:.5rem;font-size:.75rem;line-height:calc(1 / .75)}._textPrimary_fh1ry_3{color:var(--okeep-accent)}._textMuted_fh1ry_5{color:var(--okeep-text-muted)}._textActive_fh1ry_7{color:var(--okeep-text)}._medium_fh1ry_9{font-weight:500}._page_fh1ry_13{height:100%;display:flex;flex-direction:column}._headerBar_fh1ry_19{flex-shrink:0;padding:1.5rem;padding-bottom:0}._headerRow_fh1ry_25{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._pageTitle_fh1ry_32{font-size:1.25rem;line-height:calc(1.75 / 1.25);font-weight:700;color:var(--okeep-text)}._flexCenterGap2_fh1ry_39{display:flex;align-items:center;gap:.5rem}._validationBar_fh1ry_45{flex-shrink:0;padding-inline:1.5rem;padding-bottom:1rem}._main_fh1ry_51{flex:1 1 0%;display:flex;overflow:hidden;padding-inline:1.5rem;padding-bottom:1.5rem;gap:1.5rem}._tabRail_fh1ry_60{flex-shrink:0;width:12rem}._tabNav_fh1ry_65{display:flex;flex-direction:column;gap:.25rem;position:sticky;top:0}._tabContent_fh1ry_73{flex:1 1 0%;overflow-y:auto}._tab_fh1ry_60{display:flex;align-items:center;gap:.5rem;padding-inline:.75rem;padding-block:.625rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;text-align:left}._tabActive_fh1ry_96{background:color-mix(in oklab,var(--okeep-accent) 15%,transparent);color:var(--okeep-accent);border:1px solid color-mix(in oklab,var(--okeep-accent) 30%,transparent)}._tabInactive_fh1ry_102{color:var(--okeep-text-muted)}._tabInactive_fh1ry_102:hover{color:var(--okeep-text);background:var(--okeep-surface-2)}._stack6_fh1ry_112>:not(:last-child){margin-block-end:1.5rem}._stack4_fh1ry_114>:not(:last-child){margin-block-end:1rem}._stack3_fh1ry_116>:not(:last-child){margin-block-end:.75rem}._stack1_fh1ry_118>:not(:last-child){margin-block-end:.25rem}._cardStack_fh1ry_121{background:var(--okeep-surface);border-radius:.5rem;padding:1.5rem}._cardStack_fh1ry_121>:not(:last-child){margin-block-end:1.5rem}._sectionHeaderMb6_fh1ry_129{display:flex;align-items:center;margin-bottom:1.5rem}._sectionHeaderMb6_fh1ry_129>:not(:last-child){margin-inline-end:.5rem}._sectionHeader_fh1ry_129{display:flex;align-items:center}._sectionHeader_fh1ry_129>:not(:last-child){margin-inline-end:.5rem}._flexBetween_fh1ry_142{display:flex;align-items:center;justify-content:space-between}._h2Title_fh1ry_148{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text)}._labelText_fh1ry_157{color:var(--okeep-text)}._inputField_fh1ry_159{background:var(--okeep-bg);border-color:var(--okeep-border);color:var(--okeep-text)}._mutedSm_fh1ry_165{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._mutedXs_fh1ry_171{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._mutedXsMt1_fh1ry_177{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._mutedXsMt2_fh1ry_184{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.5rem}._mutedXsMb1_fh1ry_191{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.25rem}._mediumText_fh1ry_198{font-weight:500;color:var(--okeep-text)}._mediumMb2_fh1ry_203{font-weight:500;margin-bottom:.5rem;color:var(--okeep-text)}._mediumMb3_fh1ry_209{font-weight:500;margin-bottom:.75rem;color:var(--okeep-text)}._textSm_fh1ry_215{font-size:.875rem;line-height:calc(1.25 / .875)}._grid2Gap4_fh1ry_222{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._grid2Gap3_fh1ry_228{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}._grid3Gap3_fh1ry_234{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}._socialGrid_fh1ry_240{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media(min-width:768px){._socialGrid_fh1ry_240{grid-template-columns:repeat(2,minmax(0,1fr))}}._wFull_fh1ry_251{width:100%}._modeBtn_fh1ry_255{display:flex;align-items:center;padding:1rem;border-radius:.5rem;border-width:2px;border-style:solid;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._modeBtnActive_fh1ry_267{border-color:var(--okeep-accent);background:color-mix(in oklab,var(--okeep-accent) 10%,transparent)}._modeBtnInactive_fh1ry_272{border-color:var(--okeep-border);background:var(--okeep-surface-2)}._modeBtnInactive_fh1ry_272:hover{border-color:color-mix(in oklab,var(--okeep-border) 50%,transparent)}._modeBody_fh1ry_280{margin-left:.75rem;text-align:left}._nestedCard4_fh1ry_287{background:var(--okeep-surface-2);padding:1rem;border-radius:.5rem}._nestedCard4_fh1ry_287>:not(:last-child){margin-block-end:1rem}._nestedCard_fh1ry_287{background:var(--okeep-surface-2);padding:1rem;border-radius:.5rem}._spin_fh1ry_300{animation:_spin_fh1ry_300 1s linear infinite}@keyframes _spin_fh1ry_300{to{transform:rotate(360deg)}}._yellowSm_fh1ry_303{font-size:.875rem;line-height:calc(1.25 / .875);color:#f7c900;color:oklch(85.2% .199 91.936)}._stripeConnected_fh1ry_309{display:flex;align-items:center;gap:.5rem;color:#00c65a;color:oklch(72.3% .219 149.579)}._greenSm_fh1ry_316{font-size:.875rem;line-height:calc(1.25 / .875);color:#00c65a;color:oklch(72.3% .219 149.579)}._redSm_fh1ry_322{font-size:.875rem;line-height:calc(1.25 / .875);color:#ff6568;color:oklch(70.4% .191 22.216)}._stripeUrlBlock_fh1ry_328{padding-top:.5rem;border-top:1px solid color-mix(in oklab,var(--okeep-border) 50%,transparent)}._stripeLink_fh1ry_333{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent);word-break:break-all}._stripeLink_fh1ry_333:hover{text-decoration-line:underline}._dividerBlock4_fh1ry_343{padding-top:1rem;border-top:1px solid var(--okeep-border)}._dividerBlock4_fh1ry_343>:not(:last-child){margin-block-end:1rem}._toggleRow_fh1ry_351{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:var(--okeep-surface-2);border-radius:.5rem}._examplesList_fh1ry_360{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._examplesList_fh1ry_360>:not(:last-child){margin-block-end:.25rem}._flexWrapGap3_fh1ry_369{display:flex;flex-wrap:wrap;gap:.75rem}._awardChip_fh1ry_375{display:flex;align-items:center;gap:.5rem;background:var(--okeep-surface-2);padding:.5rem;border-radius:.5rem}._awardInput_fh1ry_384{width:6rem;background:var(--okeep-bg);border-color:var(--okeep-border);color:var(--okeep-text);text-align:center}._trashBtn_fh1ry_392{padding:.25rem;color:#ff6568;color:oklch(70.4% .191 22.216);border-radius:.25rem}._trashBtn_fh1ry_392:hover{color:#ffa3a3;color:oklch(80.8% .114 19.571);background:color-mix(in oklab,oklch(39.6% .141 25.723) 20%,transparent)}._addBtn_fh1ry_402{display:flex;align-items:center;gap:.25rem;padding-inline:.75rem;padding-block:.5rem;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._addBtn_fh1ry_402:hover{background:color-mix(in oklab,var(--okeep-accent) 30%,transparent)}._flexWrapGap2_fh1ry_419{display:flex;flex-wrap:wrap;gap:.5rem}._previewChip_fh1ry_425{padding-inline:1rem;padding-block:.5rem;border-radius:.5rem;font-weight:500}._previewChipLast_fh1ry_432{background:var(--okeep-accent);color:var(--okeep-text)}._previewChipRest_fh1ry_437{background:var(--okeep-surface-2);color:var(--okeep-text)}._socialLabel_fh1ry_444{color:var(--okeep-text);display:flex;align-items:center;gap:.5rem}._textPink_fh1ry_451{color:#f6339a}._textBlue_fh1ry_453{color:#3280ff;color:oklch(62.3% .214 259.815)}._textRed_fh1ry_455{color:#fb2c36}._textSky_fh1ry_457{color:#00a5ea;color:oklch(68.5% .169 237.323)}._textBlue400_fh1ry_459{color:#56a2ff;color:oklch(70.7% .165 254.624)}._flexCenterGap4_fh1ry_463{display:flex;align-items:center;gap:1rem}._qrConfigured_fh1ry_469{display:flex;align-items:center;gap:.75rem;color:#00c65a;color:oklch(72.3% .219 149.579)}._root_x4us2_2{display:flex;flex-direction:column;height:100%}._header_x4us2_8{padding:1.25rem;border-bottom:1px solid var(--okeep-border)}._title_x4us2_13{font-size:1rem;line-height:1.5;font-weight:600;color:var(--okeep-text)}._subtitle_x4us2_20{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-top:.25rem}._list_x4us2_27{flex:1 1 0%;display:flex;flex-direction:column;justify-content:center;padding:1.5rem;gap:.75rem}._option_x4us2_36{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:.75rem;border-width:2px;border-style:solid;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;cursor:pointer;text-align:left}._optionSelected_x4us2_51{border-color:var(--okeep-accent);background:var(--okeep-surface-2);box-shadow:0 0 20px #ff67121a}._optionIdle_x4us2_57{border-color:var(--okeep-border);background:var(--okeep-surface-2)}._optionIdle_x4us2_57:hover{border-color:color-mix(in oklab,var(--okeep-accent) 50%,transparent)}._iconBox_x4us2_65{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:calc(2 / 1.5);flex-shrink:0}._textCol_x4us2_77{flex:1 1 0%;min-width:0}._optTitle_x4us2_82{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text)}._optDesc_x4us2_89{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._arrow_x4us2_96{font-size:1.125rem;line-height:calc(1.75 / 1.125)}._arrowSelected_x4us2_100{color:var(--okeep-accent)}._arrowIdle_x4us2_103{color:color-mix(in oklab,var(--okeep-text-muted) 30%,transparent)}._footer_1ulrl_2{padding:1rem;border-top:1px solid var(--okeep-border);display:flex;justify-content:space-between;align-items:center}._cancel_1ulrl_10{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875);background:transparent;border:none;cursor:pointer;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._cancel_1ulrl_10:hover{color:var(--okeep-text)}._actions_1ulrl_25{display:flex;gap:.5rem}._sticky_1ck05_2{position:sticky;top:1.5rem}._title_1ck05_7{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}._frame_1ck05_17{margin-inline:auto;width:280px;border-radius:2rem;border:3px solid var(--okeep-border);background:var(--okeep-bg);overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}._notch_1ck05_27{display:flex;justify-content:center;padding-top:.5rem;padding-bottom:.25rem;background:var(--okeep-bg)}._notchBar_1ck05_35{width:5rem;height:.375rem;border-radius:9999px;background:var(--okeep-border)}._screen_1ck05_42{background:var(--okeep-surface);min-height:400px;max-height:500px;overflow-y:auto}._home_1ck05_49{display:flex;justify-content:center;padding-top:.5rem;padding-bottom:.5rem;background:var(--okeep-bg)}._homeBar_1ck05_57{width:6rem;height:.25rem;border-radius:9999px;background:var(--okeep-border)}._card_1ck05_64{background:var(--okeep-bg);border-radius:.75rem;margin:.5rem .75rem;overflow:hidden;border:1px solid var(--okeep-border)}._imgFloat_1ck05_75{float:left;margin:.75rem}._imgSm_1ck05_80{width:4rem;height:4rem}._imgMd_1ck05_84{width:6rem;height:6rem}._imgLg_1ck05_88{width:100%;height:8rem}._img_1ck05_75{object-fit:cover;border-radius:.5rem}._content_1ck05_98{padding:.75rem}._clear_1ck05_102{clear:both}._card_kko7p_2{background:var(--okeep-bg);border-radius:.75rem;margin-inline:.75rem;margin-block:.5rem;padding:1rem;border-width:1px;border-style:solid;border-color:var(--okeep-border)}._title_kko7p_14{color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;margin-bottom:.25rem}._progressWrap_kko7p_23{margin-bottom:.5rem}._progressTrack_kko7p_28{height:.5rem;background:var(--okeep-surface-2);border-radius:9999px;overflow:hidden}._progressFill_kko7p_36{height:100%;background:var(--okeep-accent);border-radius:9999px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._progressText_kko7p_46{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._rewardBadge_kko7p_54{display:flex;align-items:center;gap:.375rem;background:color-mix(in oklab,var(--okeep-accent) 15%,transparent);color:var(--okeep-accent);border-radius:9999px;padding:.25rem .625rem;width:fit-content}._rewardLabel_kko7p_66{font-size:.75rem;line-height:calc(1 / .75);font-weight:500}._repeatable_kko7p_73{font-size:10px;color:var(--okeep-text-muted);margin-top:.5rem}._root_1otyw_2{margin-top:.375rem}._toggleRow_1otyw_6{display:flex;align-items:center;gap:.375rem;margin-bottom:.375rem}._langBtn_1otyw_13{display:flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);border-width:1px;border-style:solid;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._langExpanded_1otyw_28{border-color:var(--okeep-accent);background:color-mix(in oklab,var(--okeep-accent) 10%,transparent);color:var(--okeep-accent)}._langHas_1otyw_34{border-color:color-mix(in oklab,oklch(62.7% .194 149.214) 50%,transparent);background:color-mix(in oklab,oklch(62.7% .194 149.214) 10%,transparent);color:#05df72}._langIdle_1otyw_40{border-color:var(--okeep-border);background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._langIdle_1otyw_40:hover{border-color:color-mix(in oklab,var(--okeep-accent) 50%,transparent)}._check_1otyw_49{color:#05df72}._inputWrap_1otyw_53{margin-bottom:.375rem}._textarea_1otyw_58{resize:none}._select_q21xs_2{font-size:.875rem;line-height:calc(1.25 / .875)}._optionRow_q21xs_7{display:flex;align-items:center;gap:.5rem}._optionImg_q21xs_13{width:1.5rem;height:1.5rem;border-radius:.25rem}._valueImg_q21xs_19{width:1.25rem;height:1.25rem;border-radius:.25rem}._panel_1rvll_3{border:1px solid var(--okeep-border);border-radius:.75rem;overflow:hidden}._panelBtn_1rvll_9{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem;background:var(--okeep-surface);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._panelBtn_1rvll_9:hover{background:var(--okeep-surface-2)}._panelBtnInner_1rvll_24{display:flex;align-items:center;gap:.75rem}._panelIcon_1rvll_30{color:var(--okeep-accent)}._panelTitle_1rvll_34{font-weight:500;color:var(--okeep-text)}._badge_1rvll_39{padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._chevron_1rvll_48{width:1.25rem;height:1.25rem;color:var(--okeep-text-muted)}._panelContent_1rvll_54{padding:1rem;background:var(--okeep-bg);border-top:1px solid var(--okeep-border)}._recBtn_1rvll_62{padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;display:flex;flex-direction:column;align-items:flex-start}._dayBtn_1rvll_75{padding:.375rem .75rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);text-transform:capitalize;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._btnSelected_1rvll_86{background:var(--okeep-accent);color:#fff}._btnIdle_1rvll_91{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._btnIdle_1rvll_91:hover{background:var(--okeep-surface)}._recTitle_1rvll_99{font-weight:500}._recDesc_1rvll_103{font-size:.75rem;line-height:calc(1 / .75)}._recDescSelected_1rvll_108{color:color-mix(in oklab,#fff 70%,transparent)}._recDescIdle_1rvll_112{color:var(--okeep-text-muted)}._stack4_1rvll_118>:not(:last-child){margin-block-end:1rem}._muted_1rvll_122{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._checkboxRow_1rvll_128{display:flex;align-items:center;gap:.75rem}._checkboxRowMb_1rvll_134{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}._checkboxLabel_1rvll_141{display:flex;align-items:center;gap:.5rem;cursor:pointer}._checkbox_1rvll_128{width:1rem;height:1rem;border-radius:.25rem;border-color:var(--okeep-border);background:var(--okeep-bg);color:var(--okeep-accent)}._dateGrid_1rvll_158{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media(min-width:768px){._dateGrid_1rvll_158{grid-template-columns:repeat(2,minmax(0,1fr))}}._hoursGrid_1rvll_169{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._labelBlockMb2_1rvll_175{margin-bottom:.5rem;display:block}._chips_1rvll_180{display:flex;flex-wrap:wrap;gap:.5rem}._hintMb3_1rvll_186{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.75rem}._errorText_1rvll_193{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-danger);margin-top:.25rem}._hintMt1_1rvll_200{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._icon5_1rvll_207{width:1.25rem;height:1.25rem}._sectionHeader_1rvll_212{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}._sectionIcon_1rvll_219{width:1.25rem;height:1.25rem;color:var(--okeep-accent)}._sectionTitle_1rvll_225{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text)}._mt2_1rvll_232{margin-top:.5rem}._root_1rvll_236>:not(:last-child){margin-block-end:1rem}._header_9rsme_2{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}._toggle_9rsme_9{display:flex;align-items:center;gap:.5rem;cursor:pointer}._toggleLabel_9rsme_16,._disabledDesc_9rsme_21{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._row_9rsme_27{display:flex;align-items:center;gap:1rem}._sliderCol_9rsme_33{flex:1 1 0%;position:relative}._track_9rsme_38{position:relative;height:.5rem;background:var(--okeep-border);border-radius:9999px}._fill_9rsme_45{position:absolute;height:100%;background:var(--okeep-accent);border-radius:9999px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._rangeInput_9rsme_55{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}._thumb_9rsme_64{position:absolute;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;background:#fff;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border:2px solid var(--okeep-accent);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;pointer-events:none}._ticks_9rsme_80{position:relative;margin-top:.5rem;height:1rem}._tick_9rsme_80{position:absolute;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);transform:translate(-50%)}._numberCol_9rsme_94{width:6rem;flex-shrink:0}._inputWrap_9rsme_99{position:relative}._textCenter_9rsme_103{text-align:center}._pr8_9rsme_107{padding-right:2rem}._unit_9rsme_111{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);pointer-events:none}._helper_9rsme_122{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.5rem}._btn_1g8e5_2{flex-shrink:0;white-space:nowrap;font-size:.75rem;line-height:calc(1 / .75);padding:.5rem .75rem!important}._iconGreen6_ocusx_3{width:1.5rem;height:1.5rem;color:#05df72}._iconBlue6_ocusx_9{width:1.5rem;height:1.5rem;color:#56a2ff;color:oklch(70.7% .165 254.624)}._iconBgGreen_ocusx_15{background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent)}._iconBgBlue_ocusx_19{background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent)}._pillActive_ocusx_25{background:var(--okeep-accent);color:#fff}._pillInactive_ocusx_30{background:var(--okeep-bg);color:var(--okeep-text-muted)}._pillInactive_ocusx_30:hover{background:var(--okeep-surface)}._previewCard_ocusx_40{background:var(--okeep-surface);border-radius:.75rem;padding:1rem;border:1px solid var(--okeep-border);position:sticky;top:1.5rem}._previewHeader_ocusx_50{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:var(--okeep-text-muted)}._icon4_ocusx_59{width:1rem;height:1rem}._previewHeaderText_ocusx_65{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500}._voucherCard_ocusx_72{background-image:linear-gradient(to bottom right in oklab,var(--okeep-accent) 0%,var(--okeep-border) 100%);border-radius:.75rem;padding:1rem;color:#fff}._voucherCardTop_ocusx_80{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.75rem}._voucherIconBox_ocusx_88{width:2.5rem;height:2.5rem;border-radius:.5rem;background:color-mix(in oklab,#fff 20%,transparent);display:flex;align-items:center;justify-content:center}._icon5_ocusx_99{width:1.25rem;height:1.25rem}._textRight_ocusx_105{text-align:right}._costLabel_ocusx_110{font-size:.75rem;line-height:calc(1 / .75);opacity:.7}._fontBold_ocusx_117{font-weight:700}._voucherName_ocusx_122{font-weight:700;font-size:1.125rem;line-height:calc(1.75 / 1.125);margin-bottom:.25rem}._voucherDesc_ocusx_130{font-size:.875rem;line-height:calc(1.25 / .875);opacity:.8;margin-bottom:.75rem}._voucherDetail_ocusx_138{background:color-mix(in oklab,#000 20%,transparent);border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875)}._schedulePreview_ocusx_147{margin-top:1rem;padding:.75rem;background:var(--okeep-bg);border-radius:.5rem}._scheduleLabel_ocusx_155{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.5rem}._scheduleTime_ocusx_163{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._dayRow_ocusx_170{display:flex;gap:.25rem;margin-top:.5rem}._dayCell_ocusx_177{width:1.5rem;height:1.5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);display:flex;align-items:center;justify-content:center}._dayCellActive_ocusx_188{background:var(--okeep-accent);color:#fff}._dayCellInactive_ocusx_193{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._reviewStack_ocusx_200>:not(:last-child){margin-block-end:1rem}._reviewCard_ocusx_205{background:var(--okeep-surface);border-radius:.75rem;padding:1.25rem}._reviewCardTop_ocusx_212{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._reviewCardTop3_ocusx_220{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}._reviewCardTitle_ocusx_228{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text)}._editBtn_ocusx_236{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent);background-color:transparent;border-style:none;cursor:pointer}._editBtn_ocusx_236:hover{text-decoration-line:underline}._voucherCardReview_ocusx_249{background-image:linear-gradient(to bottom right in oklab,var(--okeep-accent) 0%,var(--okeep-border) 100%);border-radius:.75rem;padding:1.25rem;color:#fff}._reviewCardHead_ocusx_257{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}._voucherIconBoxShrink_ocusx_265{width:2.5rem;height:2.5rem;border-radius:.5rem;background:color-mix(in oklab,#fff 20%,transparent);display:flex;align-items:center;justify-content:center;flex-shrink:0}._reviewType_ocusx_277{font-size:.75rem;line-height:calc(1 / .75);opacity:.7;text-transform:uppercase;letter-spacing:.025em}._reviewName_ocusx_286{font-weight:700;font-size:1.125rem;line-height:calc(1.75 / 1.125)}._reviewDesc_ocusx_293{font-size:.875rem;line-height:calc(1.25 / .875);opacity:.8;margin-top:.25rem}._reviewGrid_ocusx_301{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1rem}._reviewDetail_ocusx_309{background:color-mix(in oklab,#000 20%,transparent);border-radius:.5rem;padding:.5rem .75rem}._reviewDetailLabel_ocusx_316{font-size:.75rem;line-height:calc(1 / .75);opacity:.7}._fontSemibold_ocusx_323{font-weight:600}._reviewFooter_ocusx_328{display:flex;align-items:center;gap:1rem;margin-top:.75rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._scheduleChips_ocusx_339{display:flex;flex-wrap:wrap;gap:.5rem}._scheduleChip_ocusx_339{background:var(--okeep-surface-2);border-radius:.5rem;padding:.375rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._typeSelectorWrap_ocusx_357{width:100%;max-width:42rem;margin-inline:auto}._root_ocusx_364{padding:1.5rem;position:relative;width:100%;max-width:64rem;margin-inline:auto}._mb4_ocusx_373{margin-bottom:1rem}._backBtn_ocusx_378{color:var(--okeep-text-muted);background-color:transparent;border-style:none;cursor:pointer;display:flex;align-items:center;gap:.25rem;font-size:.875rem;line-height:calc(1.25 / .875);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._backBtn_ocusx_378:hover{color:var(--okeep-text)}._mb6_ocusx_397{margin-bottom:1.5rem}._formGrid_ocusx_402{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:1024px){._formGrid_ocusx_402{grid-template-columns:repeat(3,minmax(0,1fr))}}._mainCol_ocusx_414>:not(:last-child){margin-block-end:1.5rem}@media(min-width:1024px){._mainCol_ocusx_414{grid-column:span 2 / span 2}}._stack4_ocusx_424>:not(:last-child){margin-block-end:1rem}._stack3_ocusx_429>:not(:last-child){margin-block-end:.75rem}._iconPrimary4_ocusx_434{width:1rem;height:1rem;color:var(--okeep-accent)}._iconGreen4_ocusx_441{width:1rem;height:1rem;color:#05df72}._iconBlue4_ocusx_448{width:1rem;height:1rem;color:#56a2ff;color:oklch(70.7% .165 254.624)}._grid2Sm_ocusx_455{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media(min-width:640px){._grid2Sm_ocusx_455{grid-template-columns:repeat(2,minmax(0,1fr))}}._hintMuted_ocusx_467{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._toggleCard_ocusx_475{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:var(--okeep-bg);border-radius:.5rem}._toggleTitle_ocusx_485{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);font-weight:500}._toggleDesc_ocusx_493{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._mutedSm_ocusx_500{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._itemSelectorRow_ocusx_507{display:flex;gap:.5rem;align-items:flex-start}._itemSelectorWrap_ocusx_514{flex:1 1 0%;min-width:0}._scopeRow_ocusx_520{display:flex;flex-wrap:wrap;gap:.5rem}._scopeBtn_ocusx_527{padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;display:flex;flex-direction:column;align-items:flex-start}._fontMedium_ocusx_541{font-weight:500}._scopeDesc_ocusx_546{font-size:.75rem;line-height:calc(1 / .75)}._scopeDescActive_ocusx_551{color:color-mix(in oklab,#fff 70%,transparent)}._scopeDescInactive_ocusx_555{color:var(--okeep-text-muted)}._discountConfig_ocusx_560{border-top:1px solid var(--okeep-border);padding-top:1rem}._discountConfig_ocusx_560>:not(:last-child){margin-block-end:1rem}._toggleRow_ocusx_569{display:flex;gap:.5rem}._discBtn_ocusx_575{flex:1 1 0%;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._mb2Block_ocusx_588{margin-bottom:.5rem;display:block}._quickBtn_ocusx_594{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._previewSidebar_ocusx_606{display:none}@media(min-width:1024px){._previewSidebar_ocusx_606{display:block}}._row_1u8jx_2{display:flex;gap:.5rem;align-items:flex-start}._selectWrap_1u8jx_9{flex:1 1 0%;min-width:0}._newBtn_1u8jx_15{flex-shrink:0;margin-top:.25rem;color:var(--okeep-accent);display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500}._newBtn_1u8jx_15:hover{color:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}._header_1ow6e_2{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}._toggle_1ow6e_9{display:flex;align-items:center;gap:.5rem;cursor:pointer}._toggleLabel_1ow6e_16{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._inputWrap_1ow6e_22{position:relative}._pr12_1ow6e_26{padding-right:3rem}._unit_1ow6e_30{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._helper_1ow6e_40{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._disabledDesc_1ow6e_47{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._header_x98k1_2{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}._toggle_x98k1_9{display:flex;align-items:center;gap:.5rem;cursor:pointer}._toggleLabel_x98k1_16,._disabledDesc_x98k1_21{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._rangeDisplay_x98k1_27{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;line-height:calc(1.25 / .875)}._value_x98k1_36{color:var(--okeep-text);font-weight:500}._to_x98k1_9{color:var(--okeep-text-muted)}._track_x98k1_45{position:relative;height:.5rem;margin-top:1rem;margin-bottom:.5rem}._trackBg_x98k1_52{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--okeep-border);border-radius:9999px}._selected_x98k1_59{position:absolute;height:100%;background:var(--okeep-accent);border-radius:9999px}._rangeInput_x98k1_66{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}._thumb_x98k1_75{position:absolute;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;background:#fff;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border:2px solid var(--okeep-accent);pointer-events:none;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._thumb_x98k1_75:hover{transform:translateY(-50%) scale(1.1)}._ticks_x98k1_94{position:relative;height:1.25rem;margin-top:.25rem}._tick_x98k1_94{position:absolute;display:flex;flex-direction:column;align-items:center;transform:translate(-50%)}._tickMark_x98k1_108{width:1px;height:.25rem;background:var(--okeep-border)}._tickLabel_x98k1_114{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.125rem}._helper_x98k1_121{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.5rem}._iconAmber_135b1_3{color:#fabc00;color:oklch(82.8% .189 84.429)}._iconBlue_135b1_7{color:#56a2ff;color:oklch(70.7% .165 254.624)}._iconGreen_135b1_11{color:#05df72}._iconPurple_135b1_15{color:#bf7eff;color:oklch(71.4% .203 305.504)}._iconPink_135b1_19{color:#fb64b6}._iconBgAmber_135b1_23{background:color-mix(in oklab,oklch(76.9% .188 70.08) 20%,transparent)}._iconBgBlue_135b1_27{background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent)}._iconBgGreen_135b1_31{background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent)}._iconBgPurple_135b1_35{background:color-mix(in oklab,oklch(62.7% .265 303.9) 20%,transparent)}._iconBgPink_135b1_39{background:color-mix(in oklab,oklch(65.6% .241 354.308) 20%,transparent)}._pillActiveText_135b1_45{background:var(--okeep-accent);color:var(--okeep-text)}._pillInactiveLighter_135b1_50{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._pillInactiveLighter_135b1_50:hover{background:var(--okeep-surface)}._step_135b1_60{padding:1.5rem}._step_135b1_60>:not(:last-child){margin-block-end:1rem}._stepHeader_135b1_68{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._iconPrimary_135b1_76{color:var(--okeep-accent)}._stepTitle_135b1_81{font-size:1rem;line-height:1.5;font-weight:600;color:var(--okeep-text)}._stepDesc_135b1_89{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:1rem}._hintMuted_135b1_97{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._sectionDivider_135b1_105{border-top:1px solid var(--okeep-border);padding-top:1rem;margin-top:1rem}._rowBetween_135b1_112{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._labelStrong_135b1_120{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500}._mutedXs_135b1_127{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._repeatBox_135b1_134{padding-left:1rem;border-left:2px solid color-mix(in oklab,var(--okeep-accent) 30%,transparent)}._repeatBox_135b1_134>:not(:last-child){margin-block-end:1rem}._activeRow_135b1_143{display:flex;align-items:center;justify-content:space-between;padding-top:.5rem}._stack2_135b1_151>:not(:last-child){margin-block-end:.5rem}._rewardCard_135b1_156{width:100%;display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:.75rem;border-width:2px;border-style:solid;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;cursor:pointer;text-align:left}._rewardCardActive_135b1_172{border-color:var(--okeep-accent);background:var(--okeep-surface-2);box-shadow:0 0 20px #ff67121a}._rewardCardInactive_135b1_178{border-color:var(--okeep-border);background:var(--okeep-surface-2)}._rewardCardInactive_135b1_178:hover{border-color:color-mix(in oklab,var(--okeep-accent) 50%,transparent)}._rewardIconBox_135b1_187{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}._flex1_135b1_198{flex:1 1 0%;min-width:0}._rewardTitle_135b1_204{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text)}._rewardDesc_135b1_212{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.125rem}._rewardFieldSection_135b1_220{padding-top:1rem;border-top:1px solid var(--okeep-border)}._grid2_135b1_226{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._labelStrongBlock_135b1_233{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;margin-bottom:.5rem;display:block}._pillRow_135b1_242{display:flex;flex-wrap:wrap;gap:.5rem}._recBtn_135b1_249{padding:.5rem .75rem;border-radius:.375rem;font-size:.875rem;line-height:calc(1.25 / .875);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;display:flex;flex-direction:column;align-items:flex-start}._fontMedium_135b1_263{font-weight:500}._recDesc_135b1_268{font-size:.75rem;line-height:calc(1 / .75)}._recDescActive_135b1_273{color:color-mix(in oklab,var(--okeep-text) 70%,transparent)}._recDescInactive_135b1_277{color:var(--okeep-text-muted)}._hintMutedMb3_135b1_282{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.75rem}._dayBtn_135b1_290{padding:.375rem .75rem;border-radius:.375rem;font-size:.875rem;line-height:calc(1.25 / .875);text-transform:capitalize;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._errorXs_135b1_302{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-danger);margin-top:.25rem}._reviewTitle_135b1_310{font-size:1rem;line-height:1.5;font-weight:600;color:var(--okeep-text);margin-bottom:1rem}._overviewCard_135b1_319{background:var(--okeep-surface-2);border-radius:.75rem;padding:1rem}._overviewCard_135b1_319>:not(:last-child){margin-block-end:.75rem}._rowBetweenPlain_135b1_329{display:flex;align-items:center;justify-content:space-between}._cardTitle_135b1_336{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text)}._statusPill_135b1_344{font-size:.75rem;line-height:calc(1 / .75);padding:.125rem .5rem;border-radius:9999px}._statusActive_135b1_351{background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent);color:#05df72}._statusInactive_135b1_356{background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);color:#ff6568;color:oklch(70.4% .191 22.216)}._reviewCard_135b1_362{background:var(--okeep-surface-2);border-radius:.75rem;padding:1rem}._reviewCardHeader_135b1_369{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._reviewLabel_135b1_377{font-size:.75rem;line-height:calc(1 / .75);font-weight:600;color:var(--okeep-text-muted);text-transform:uppercase;letter-spacing:.025em}._editBtn_135b1_387{margin-left:auto;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent);background-color:transparent;border-style:none;cursor:pointer}._editBtn_135b1_387:hover{text-decoration-line:underline}._reviewText_135b1_401{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._boldPrimary_135b1_408{font-weight:700;color:var(--okeep-accent)}._root_135b1_415{position:relative}._stepperWrap_135b1_420{padding:1rem;border-bottom:1px solid var(--okeep-border)}._contentGrid_135b1_426{display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:1024px){._contentGrid_135b1_426{grid-template-columns:repeat(3,minmax(0,1fr))}}._mainCol_135b1_437{min-height:400px}@media(min-width:1024px){._mainCol_135b1_437{grid-column:span 2 / span 2}}._previewCol_135b1_447{display:none;padding:1rem;border-left:1px solid var(--okeep-border)}@media(min-width:1024px){._previewCol_135b1_447{display:block}}._badge_f67ih_2{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:.375rem}._badgeVoucher_f67ih_11{background:color-mix(in oklab,oklch(62.7% .265 303.9) 20%,transparent);color:#bf7eff;color:oklch(71.4% .203 305.504)}._badgePoints_f67ih_17{background:color-mix(in oklab,oklch(76.9% .188 70.08) 20%,transparent);color:#fabc00;color:oklch(82.8% .189 84.429)}._icon4_f67ih_23{width:1rem;height:1rem}._badgeText_f67ih_29{font-size:.75rem;line-height:calc(1 / .75);font-weight:500}._descCell_f67ih_36{color:var(--okeep-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px;display:block}._typeCell_f67ih_46{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._targetCell_f67ih_53{font-weight:500;color:var(--okeep-text)}._rewardRow_f67ih_59{display:flex;align-items:center;gap:.5rem}._rewardImg_f67ih_66{width:2rem;height:2rem;object-fit:cover;border-radius:.25rem}._rewardName_f67ih_74{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}._pointsReward_f67ih_85{display:flex;align-items:center;gap:.25rem;color:#fabc00;color:oklch(82.8% .189 84.429)}._fontMedium_f67ih_93{font-weight:500}._mutedText_f67ih_98{color:var(--okeep-text-muted)}._mutedSm_f67ih_103{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._iconPrimary_f67ih_110{color:var(--okeep-accent)}._iconBgOrange_1vef7_3{background:color-mix(in oklab,oklch(70.5% .213 47.604) 20%,transparent)}._iconBgPurple_1vef7_7{background:color-mix(in oklab,oklch(62.7% .265 303.9) 20%,transparent)}._iconBgAmber_1vef7_11{background:color-mix(in oklab,oklch(76.9% .188 70.08) 20%,transparent)}._iconBgCyan_1vef7_15{background:color-mix(in oklab,oklch(71.5% .143 215.221) 20%,transparent)}._toggleRow_1vef7_21{display:flex;gap:.5rem}._toggleBtn_1vef7_27{padding:.375rem .75rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._toggleBtnActive_1vef7_38{background:var(--okeep-accent);color:#fff}._toggleBtnInactive_1vef7_43{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._toggleBtnInactive_1vef7_43:hover{color:var(--okeep-text)}._quickPickRow_1vef7_53{display:flex;gap:.5rem;flex-wrap:wrap}._quickPickBtn_1vef7_60{padding:.375rem .75rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-width:1px;border-style:solid}._quickPickActive_1vef7_73{border-color:var(--okeep-accent);background:color-mix(in oklab,var(--okeep-accent) 10%,transparent);color:var(--okeep-accent)}._quickPickInactive_1vef7_79{border-color:var(--okeep-border);background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._quickPickInactive_1vef7_79:hover{border-color:color-mix(in oklab,var(--okeep-accent) 50%,transparent);color:var(--okeep-text)}._root_1vef7_91{display:flex;flex-direction:column;height:100%}._stepperWrap_1vef7_98{padding:1.5rem 1.5rem 1rem;flex-shrink:0;border-bottom:1px solid var(--okeep-border)}._contentOuter_1vef7_105{flex:1 1 0%;overflow:hidden}._contentOuterFlex_1vef7_110{display:flex}._scrollArea_1vef7_115{overflow-y:auto}._scrollAreaBundle_1vef7_119{flex:1 1 0%;min-width:0}._scrollAreaFull_1vef7_124{height:100%}._step_1vef7_98{padding:1.5rem}._step_1vef7_98>:not(:last-child){margin-block-end:1.5rem}._hintMuted_1vef7_137{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._grid2_1vef7_145{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._stack4_1vef7_152>:not(:last-child){margin-block-end:1rem}._stack3_1vef7_157>:not(:last-child){margin-block-end:.75rem}._discTypeBtn_1vef7_163{flex:1 1 0%;padding-block:.5rem;border-radius:.5rem;border-width:1px;border-style:solid;text-align:center;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500}._discTypeActive_1vef7_175{border-color:var(--okeep-accent);background:color-mix(in oklab,var(--okeep-accent) 10%,transparent);color:var(--okeep-accent)}._discTypeInactive_1vef7_181{border-color:var(--okeep-border);color:var(--okeep-text-muted)}._quickPickLabel_1vef7_187{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.5rem}._slotCard_1vef7_196{background:var(--okeep-surface-2);border-radius:.5rem;padding:1rem}._slotHeader_1vef7_203{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}._slotBadge_1vef7_211{padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:600;flex-shrink:0}._slotBadgeFixed_1vef7_220{background:var(--okeep-surface);color:var(--okeep-text-muted)}._slotBadgeChoice_1vef7_225{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._flex1_1vef7_231{flex:1 1 0%}._slotDeleteBtn_1vef7_236{color:var(--okeep-text-muted);padding:.25rem;flex-shrink:0}._slotDeleteBtn_1vef7_236:hover{color:var(--okeep-danger)}._slotTransWrap_1vef7_246{margin-bottom:.75rem;margin-top:-.25rem}._chipsRow_1vef7_252{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}._itemChip_1vef7_260{display:flex;align-items:center;gap:.5rem;background:var(--okeep-surface);border-radius:.5rem;padding:.5rem .75rem}._chipImg_1vef7_270{width:2rem;height:2rem;border-radius:.25rem;object-fit:cover}._textSm_1vef7_278{font-size:.875rem;line-height:calc(1.25 / .875)}._textXsMuted_1vef7_284{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._chipRemoveBtn_1vef7_291{color:var(--okeep-text-muted)}._chipRemoveBtn_1vef7_291:hover{color:var(--okeep-danger)}._slotError_1vef7_299{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-danger);margin-top:.5rem}._optToggleSection_1vef7_307{border-top:1px solid var(--okeep-border);padding-top:.75rem;margin-top:.5rem}._optToggleRow_1vef7_314{display:flex;flex-wrap:wrap;gap:.5rem}._optToggleLabel_1vef7_321{display:flex;align-items:center;gap:.375rem;padding:.375rem .625rem;border-radius:.375rem;border-width:1px;border-style:solid;cursor:pointer;font-size:.875rem;line-height:calc(1.25 / .875)}._accentPrimary_1vef7_335{accent-color:var(--okeep-accent)}._optToggleTextDisabled_1vef7_340{color:var(--okeep-text-muted);text-decoration-line:line-through}._addSlotBtn_1vef7_346{flex:1 1 0%;padding:.5rem .75rem;border:1px dashed var(--okeep-border);border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;display:flex;align-items:center;justify-content:center;gap:.5rem}._addSlotBtn_1vef7_346:hover{border-color:var(--okeep-accent);color:var(--okeep-accent)}._errorXs_1vef7_368{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-danger)}._savingsPreview_1vef7_375{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--okeep-border);font-size:.875rem;line-height:calc(1.25 / .875)}._savingsPreview_1vef7_375>:not(:last-child){margin-block-end:.5rem}._savingsRowMuted_1vef7_387{display:flex;justify-content:space-between;color:var(--okeep-text-muted)}._savingsRowText_1vef7_394{display:flex;justify-content:space-between;color:var(--okeep-text)}._fontMedium_1vef7_401{font-weight:500}._savingsRowBold_1vef7_406{display:flex;justify-content:space-between;font-weight:500}._colorError_1vef7_413{color:var(--okeep-danger)}._colorPrimary_1vef7_418{color:var(--okeep-accent)}._savingsPct_1vef7_423{color:var(--okeep-text-muted);font-weight:400;margin-left:.5rem}._savingsFootnote_1vef7_430{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);padding-top:.5rem;border-top:1px solid color-mix(in oklab,var(--okeep-border) 50%,transparent)}._maxAppsSection_1vef7_439{padding-top:1rem;border-top:1px solid var(--okeep-border)}._maxAppsSection_1vef7_439>:not(:last-child){margin-block-end:1rem}._previewSection_1vef7_448{padding-top:1rem;border-top:1px solid var(--okeep-border)}._previewHeader_1vef7_454{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._iconPrimary_1vef7_462{color:var(--okeep-accent)}._previewLabel_1vef7_467{font-size:.75rem;line-height:calc(1 / .75);font-weight:600;color:var(--okeep-text-muted);text-transform:uppercase;letter-spacing:.025em}._previewBox_1vef7_477{background:var(--okeep-surface-2);border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;line-height:calc(1.25 / .875)}._previewName_1vef7_486{font-weight:600;color:var(--okeep-text)}._previewDash_1vef7_492{color:var(--okeep-text-muted);margin-inline:.5rem}._textDefault_1vef7_498{color:var(--okeep-text)}._previewPlaceholder_1vef7_503{color:var(--okeep-text-muted);font-style:italic}._switchRow_1vef7_509{display:flex;align-items:center;gap:.75rem}._reviewHeader_1vef7_516{text-align:center;margin-bottom:.5rem}._reviewTitle_1vef7_522{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text);margin-bottom:.25rem}._reviewSubtitle_1vef7_531{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._reviewCard_1vef7_538{background:var(--okeep-surface-2);border-radius:.75rem;padding:1.25rem}._reviewCardHeader_1vef7_545{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}._reviewRule_1vef7_553{font-size:1rem;line-height:1.625;color:var(--okeep-text)}._reviewRuleName_1vef7_560{font-weight:700;font-size:1.125rem;line-height:calc(1.75 / 1.125)}._textMuted_1vef7_567{color:var(--okeep-text-muted)}._textSmText_1vef7_572{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._statusRow_1vef7_579{display:flex;align-items:center;gap:.5rem}._statusDot_1vef7_586{width:.625rem;height:.625rem;border-radius:9999px}._dotActive_1vef7_593{background-color:#05df72}._dotInactive_1vef7_598{background-color:#99a1af}._previewPanel_1vef7_604{width:18rem;flex-shrink:0;border-left:1px solid var(--okeep-border);overflow-y:auto;padding:1rem}._previewPanelTitle_1vef7_613{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text-muted);margin-bottom:.75rem}._previewPanelCard_1vef7_622{background:var(--okeep-bg);border-radius:.75rem;padding:1rem}._previewPanelCard_1vef7_622>:not(:last-child){margin-block-end:.75rem}._textCenter_1vef7_632{text-align:center}._previewPanelName_1vef7_637{font-weight:700;color:var(--okeep-text)}._previewPanelPrice_1vef7_643{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-accent);font-weight:600}._previewPanelEmpty_1vef7_651{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);text-align:center;font-style:italic}._previewSlot_1vef7_660{background:var(--okeep-surface);border-radius:.5rem;padding:.5rem}._previewSlotHeader_1vef7_667{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}._previewSlotDot_1vef7_675{width:.375rem;height:.375rem;border-radius:9999px}._dotMuted_1vef7_682{background-color:var(--okeep-text-muted)}._dotPrimary_1vef7_687{background-color:var(--okeep-accent)}._previewSlotLabel_1vef7_692{font-size:.75rem;line-height:calc(1 / .75);font-weight:500;color:var(--okeep-text-muted)}._previewSlotNoItems_1vef7_700{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);font-style:italic;margin-left:.875rem}._previewSlotItems_1vef7_709{display:flex;flex-wrap:wrap;gap:.25rem;margin-left:.875rem}._previewSlotChip_1vef7_717{font-size:.75rem;line-height:calc(1 / .75);background:var(--okeep-bg);padding:.125rem .5rem;border-radius:.25rem;color:var(--okeep-text)}._previewSlotPick_1vef7_727{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent);margin-left:.875rem;margin-top:.25rem}._previewSaving_1vef7_736{border-top:1px solid var(--okeep-border);padding-top:.5rem;text-align:center}._previewSavingText_1vef7_743{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent);font-weight:500}._typeOrange_n12jd_2{background:color-mix(in oklab,oklch(70.5% .213 47.604) 20%,transparent);color:#ff8b1f;color:oklch(75% .183 55.934)}._typePurple_n12jd_8{background:color-mix(in oklab,oklch(62.7% .265 303.9) 20%,transparent);color:#bf7eff;color:oklch(71.4% .203 305.504)}._typeAmber_n12jd_14{background:color-mix(in oklab,oklch(76.9% .188 70.08) 20%,transparent);color:#fabc00;color:oklch(82.8% .189 84.429)}._typeCyan_n12jd_20{background:color-mix(in oklab,oklch(71.5% .143 215.221) 20%,transparent);color:#00d1ec;color:oklch(78.9% .154 211.53)}._typeGray_n12jd_26{background:color-mix(in oklab,oklch(55.1% .027 264.364) 20%,transparent);color:#99a1af}._nameText_n12jd_32{font-weight:500;color:var(--okeep-text)}._nameSub_n12jd_38{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._typeBadge_n12jd_45{padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500}._textDefault_n12jd_54{color:var(--okeep-text)}._scheduleText_n12jd_59{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75)}._statusToggle_n12jd_66{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500}._cursorPointer_n12jd_78{cursor:pointer}._cursorDisabled_n12jd_83{cursor:not-allowed;opacity:.7}._statusActive_n12jd_89{background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent);color:#05df72}._dot_n12jd_95{width:.5rem;height:.5rem;border-radius:9999px}._dotActive_n12jd_102{background-color:#05df72}._dotInactive_n12jd_107{background-color:#99a1af}._searchBar_n12jd_112{display:flex;gap:.5rem;align-items:center;margin-bottom:1rem}._searchInputWrap_n12jd_120{flex:1 1 0%;min-width:0}._icon4_1mys6_2{width:1rem;height:1rem}._badge_1mys6_8{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;border-radius:.375rem}._badgeMuted_1mys6_17{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;border-radius:.375rem;background:color-mix(in oklab,var(--okeep-text-muted) 20%,transparent);color:var(--okeep-text-muted)}._badgeGreen_1mys6_28{background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent);color:#05df72}._badgeBlue_1mys6_34{background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);color:#56a2ff;color:oklch(70.7% .165 254.624)}._badgePurple_1mys6_40{background:color-mix(in oklab,oklch(62.7% .265 303.9) 20%,transparent);color:#bf7eff;color:oklch(71.4% .203 305.504)}._badgeOrange_1mys6_46{background:color-mix(in oklab,oklch(70.5% .213 47.604) 20%,transparent);color:#ff8b1f;color:oklch(75% .183 55.934)}._badgeText_1mys6_52{font-size:.75rem;line-height:calc(1 / .75);font-weight:500}._iconPrimary8_1mys6_59{width:2rem;height:2rem;color:var(--okeep-accent)}._thumbImg_1mys6_66{width:2.5rem;height:2.5rem;border-radius:.5rem;object-fit:cover}._thumbPlaceholder_1mys6_74{width:2.5rem;height:2.5rem;border-radius:.5rem;background:var(--okeep-surface-2);display:flex;align-items:center;justify-content:center}._iconMuted5_1mys6_85{width:1.25rem;height:1.25rem;color:var(--okeep-text-muted)}._discountFree_1mys6_92{color:#05df72;font-weight:500}._discountValue_1mys6_98{color:#56a2ff;color:oklch(70.7% .165 254.624);font-weight:500}._mutedSm_1mys6_104{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._timeRow_1mys6_111{display:flex;align-items:center;gap:.25rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._fontMedium_1mys6_121{font-weight:500}._row_1siel_2{display:flex;align-items:center;gap:.5rem}._box8_1siel_8{width:2rem;height:2rem}._box10_1siel_12{width:2.5rem;height:2.5rem}._box12_1siel_16{width:3rem;height:3rem}._icon4_1siel_21{width:1rem;height:1rem}._icon5_1siel_25{width:1.25rem;height:1.25rem}._icon6_1siel_29{width:1.5rem;height:1.5rem}._img_1siel_34{border-radius:.5rem;object-fit:cover}._placeholder_1siel_39{border-radius:.5rem;display:flex;align-items:center;justify-content:center}._fillGreen_1siel_46{background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent)}._fillPurple_1siel_49{background:color-mix(in oklab,oklch(62.7% .265 303.9) 20%,transparent)}._fillAmber_1siel_52{background:color-mix(in oklab,oklch(76.9% .188 70.08) 20%,transparent)}._fillPink_1siel_55{background:color-mix(in oklab,oklch(65.6% .241 354.308) 20%,transparent)}._fillSurface_1siel_59{background:var(--okeep-surface-2)}._textGreen_1siel_63{color:#05df72}._textPurple_1siel_66{color:#bf7eff;color:oklch(71.4% .203 305.504)}._textAmber_1siel_69{color:#fabc00;color:oklch(82.8% .189 84.429)}._textPink_1siel_72{color:#fb64b6}._textMuted_1siel_76{color:var(--okeep-text-muted)}._name_1siel_80{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}._nameBase_1siel_90{font-size:.875rem;line-height:calc(1.25 / .875);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}._pointsValue_1siel_99{font-size:.875rem;line-height:calc(1.25 / .875);color:#fabc00;color:oklch(82.8% .189 84.429);font-weight:500}._card_grpo7_2{background:var(--okeep-bg);border-radius:.75rem;margin-inline:.75rem;margin-block:.5rem;padding:1rem;border-width:1px;border-style:solid;border-color:var(--okeep-border)}._header_grpo7_14{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}._iconPrimary_grpo7_22{color:var(--okeep-accent)}._name_grpo7_27{color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600}._daysLeft_grpo7_35{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.75rem}._tierList_grpo7_43{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}._tierItem_grpo7_51{flex-shrink:0;width:5rem;text-align:center}._tierIconBox_grpo7_58{width:3.5rem;height:3.5rem;margin-inline:auto;border-radius:.5rem;background:var(--okeep-surface-2);display:flex;align-items:center;justify-content:center;border-width:1px;border-style:solid;border-color:var(--okeep-border)}._tierIcon_grpo7_58{color:var(--okeep-text-muted)}._tierLabel_grpo7_78{font-size:10px;color:var(--okeep-text);margin-top:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._tierXp_grpo7_88{font-size:9px;color:var(--okeep-text-muted)}._emptyTiers_grpo7_94{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._progressWrap_grpo7_101{margin-top:.75rem}._progressTrack_grpo7_106{height:.375rem;background:var(--okeep-surface-2);border-radius:9999px;overflow:hidden}._progressFill_grpo7_114{height:100%;background:var(--okeep-accent);border-radius:9999px;width:0}._progressText_grpo7_122{font-size:10px;color:var(--okeep-text-muted);margin-top:.25rem}._tierBg0_1vqls_3{background:color-mix(in oklab,oklch(76.9% .188 70.08) 20%,transparent)}._tierText0_1vqls_7{color:#fabc00;color:oklch(82.8% .189 84.429)}._tierBg1_1vqls_11{background:color-mix(in oklab,oklch(86.9% .022 252.894) 20%,transparent)}._tierText1_1vqls_15{color:#cad5e2}._tierBg2_1vqls_19{background:color-mix(in oklab,oklch(79.5% .184 86.047) 20%,transparent)}._tierText2_1vqls_23{color:#f7c900;color:oklch(85.2% .199 91.936)}._tierBg3_1vqls_27{background:color-mix(in oklab,oklch(78.9% .154 211.53) 20%,transparent)}._tierText3_1vqls_31{color:#53eafd}._tierBg4_1vqls_35{background:color-mix(in oklab,oklch(62.7% .265 303.9) 20%,transparent)}._tierText4_1vqls_39{color:#bf7eff;color:oklch(71.4% .203 305.504)}._stack4_1vqls_45>:not(:last-child){margin-block-end:1rem}._stack6_1vqls_50>:not(:last-child){margin-block-end:1.5rem}._tiersHeader_1vqls_55{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}._mutedSm_1vqls_63{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._shrink0_1vqls_70{flex-shrink:0}._mr1_1vqls_75{margin-right:.25rem}._emptyBox_1vqls_80{display:flex;flex-direction:column;align-items:center;padding-block:2.5rem;text-align:center}._emptyIconBox_1vqls_89{width:3.5rem;height:3.5rem;background:var(--okeep-surface-2);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}._mutedIcon_1vqls_101{color:var(--okeep-text-muted)}._emptyTitle_1vqls_106{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:.25rem}._emptyHint_1vqls_114{font-size:.75rem;line-height:calc(1 / .75);color:color-mix(in oklab,var(--okeep-text-muted) 60%,transparent)}._errorXs_1vqls_121{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-danger)}._basicsRow_1vqls_128{display:flex;align-items:center;gap:.75rem}._basicsIconBox_1vqls_135{width:2.5rem;height:2.5rem;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);border-radius:.5rem;display:flex;align-items:center;justify-content:center}._iconPrimary_1vqls_146{color:var(--okeep-accent)}._basicsName_1vqls_151{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text)}._mutedXs_1vqls_159{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._root_1vqls_166{position:relative}._contentGrid_1vqls_171{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:0}@media(min-width:1024px){._contentGrid_1vqls_171{grid-template-columns:repeat(3,minmax(0,1fr))}}._mainCol_1vqls_183{display:flex;flex-direction:column;min-height:500px}@media(min-width:1024px){._mainCol_1vqls_183{grid-column:span 2 / span 2}}._stepperWrap_1vqls_195{padding:1.25rem;border-bottom:1px solid var(--okeep-border)}._stepScroll_1vqls_201{flex:1 1 0%;padding:1.25rem;overflow-y:auto}._previewCol_1vqls_208{display:none;border-left:1px solid var(--okeep-border);padding:1.25rem;background:color-mix(in oklab,var(--okeep-surface) 30%,transparent)}@media(min-width:1024px){._previewCol_1vqls_208{display:block}}._tierCard_1vqls_222{background:var(--okeep-surface-2);border-radius:.75rem;border:1px solid var(--okeep-border);padding:1rem;position:relative}._tierHeader_1vqls_231{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}._tierHeaderLeft_1vqls_239{display:flex;align-items:center;gap:.5rem}._tierNumBadge_1vqls_246{width:1.75rem;height:1.75rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}._tierNum_1vqls_246{font-size:.75rem;line-height:calc(1 / .75);font-weight:700}._tierLabel_1vqls_263{font-size:.75rem;line-height:calc(1 / .75);font-weight:500;color:var(--okeep-text-muted);text-transform:uppercase;letter-spacing:.025em}._tierRemoveBtn_1vqls_273{color:var(--okeep-text-muted);background-color:transparent;border-style:none;cursor:pointer;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._tierRemoveBtn_1vqls_273:hover{color:#ff6568;color:oklch(70.4% .191 22.216)}._tierGrid_1vqls_287{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:.75rem}._mb3_1vqls_295{margin-bottom:.75rem}._labelSmBlock_1vqls_300{margin-bottom:.5rem;display:block;font-size:.75rem;line-height:calc(1 / .75)}._rewardTypeRow_1vqls_308{display:flex;gap:.5rem}._rewardTypeBtn_1vqls_314{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:.5rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._rewardTypeActive_1vqls_328{background:var(--okeep-accent);color:#fff}._rewardTypeInactive_1vqls_333{background:var(--okeep-bg);border:1px solid var(--okeep-border);color:var(--okeep-text-muted)}._rewardTypeInactive_1vqls_333:hover{border-color:color-mix(in oklab,var(--okeep-accent) 50%,transparent)}._reviewCard_1vqls_344{background:var(--okeep-surface-2);border-radius:.75rem;padding:1rem}._reviewHeader_1vqls_351{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}._reviewTitle_1vqls_359{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text)}._editBtn_1vqls_367{color:var(--okeep-accent);font-size:.75rem;line-height:calc(1 / .75);font-weight:500;display:flex;align-items:center;gap:.25rem;background-color:transparent;border-style:none;cursor:pointer}._editBtn_1vqls_367:hover{text-decoration-line:underline}._progressionRow_1vqls_385{display:flex;align-items:center;gap:0;overflow-x:auto;padding-bottom:.25rem}._progItem_1vqls_394{display:flex;align-items:center}._progCol_1vqls_400{display:flex;flex-direction:column;align-items:center;text-align:center;width:5rem}._progIconBox_1vqls_409{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}._progName_1vqls_419{font-size:.75rem;line-height:calc(1 / .75);font-weight:500;color:var(--okeep-text);margin-top:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}._progXp_1vqls_432{font-size:10px;color:var(--okeep-text-muted)}._progReward_1vqls_438{font-size:10px;color:color-mix(in oklab,var(--okeep-text-muted) 60%,transparent)}._progConnector_1vqls_444{width:1.5rem;height:.125rem;background:var(--okeep-border);margin-inline:.25rem;flex-shrink:0}._scheduleRow_1vqls_454{display:flex;flex-wrap:wrap;gap:.5rem}._scheduleChip_1vqls_461{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:.5rem;background:var(--okeep-bg);border:1px solid var(--okeep-border);font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._root_v78r3_2{padding:1.5rem;position:relative;min-width:400px}._form_v78r3_9>:not(:last-child){margin-block-end:1.5rem}._activeRow_v78r3_14{display:flex;align-items:center;gap:.75rem}._actions_v78r3_21{display:flex;gap:.75rem;padding-top:1rem}._flex1_v78r3_28{flex:1 1 0%}._xpBadge_1hd83_2{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;line-height:calc(1 / .75);font-weight:500;background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);color:#56a2ff;color:oklch(70.7% .165 254.624)}._icon35_1hd83_16{width:.875rem;height:.875rem}._bpBadge_1hd83_22{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._bpCount_1hd83_34{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:700}._xpIconBox_1hd83_41{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent)}._starIcon_1hd83_52{width:1.25rem;height:1.25rem;color:#56a2ff;color:oklch(70.7% .165 254.624)}._nameCol_1hd83_59{display:flex;flex-direction:column;gap:.125rem}._nameRow_1hd83_66{display:flex;align-items:center;gap:.5rem}._trophyIcon_1hd83_73{width:1rem;height:1rem;color:var(--okeep-accent)}._nameBp_1hd83_80{font-weight:600;color:var(--okeep-text)}._nameTier_1hd83_86{color:var(--okeep-text)}._nameDesc_1hd83_91{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}._tierCountBadge_1hd83_102{padding:.25rem .5rem;border-radius:.375rem;background:color-mix(in oklab,oklch(58.5% .233 277.117) 20%,transparent);color:#7d87ff;color:oklch(67.3% .182 276.935);font-size:.75rem;line-height:calc(1 / .75);font-weight:500}._mutedSm_1hd83_113{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._expiryBase_1hd83_120{font-size:.875rem;line-height:calc(1.25 / .875)}._expiryExpired_1hd83_126{color:#ff6568;color:oklch(70.4% .191 22.216)}._expiryNormal_1hd83_131{color:var(--okeep-text-muted)}._iconPrimary_1hd83_136{color:var(--okeep-accent)}._rowBp_1hd83_141{background:color-mix(in oklab,var(--okeep-surface) 30%,transparent)}._canvasWrapper_x32nm_6{position:relative;border-width:1px;border-style:solid;border-color:var(--okeep-border);border-radius:.5rem;overflow:hidden}._root_18o27_2{padding:1.25rem}._header_18o27_7{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._title_18o27_15{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:#fff;display:flex;align-items:center;gap:.5rem}._iconPrimary_18o27_26{color:var(--okeep-accent)}._closeBtn_18o27_31{color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._closeBtn_18o27_31:hover{color:#fff}._desc_18o27_42{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.75rem}._textarea_18o27_53{height:8rem;font-size:.75rem;line-height:calc(1 / .75);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;resize:none}._box_18o27_62{margin-top:.75rem;padding:.75rem;background:var(--okeep-surface-2);border-radius:.5rem}._previewHeader_18o27_70{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}._mutedXs_18o27_78{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._fillRow_18o27_85{display:flex;align-items:center;gap:.5rem}._colorInput_18o27_92{width:1.5rem;height:1.5rem;border-radius:.25rem;cursor:pointer;border:1px solid var(--okeep-border)}._svgBox_18o27_101{display:flex;align-items:center;justify-content:center;background:var(--okeep-bg);border-radius:.25rem;padding:1rem}._svg_18o27_101{width:100%;height:100%}._errorText_18o27_117{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-danger)}._actions_18o27_124{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}._addIcon_18o27_132{margin-right:.375rem}._root_nu9xj_2{padding:1.25rem}._header_nu9xj_7{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._title_nu9xj_15{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:#fff;display:flex;align-items:center;gap:.5rem}._iconPrimary_nu9xj_26{color:var(--okeep-accent)}._closeBtn_nu9xj_31{color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._closeBtn_nu9xj_31:hover{color:#fff}._previewBox_nu9xj_42{background:var(--okeep-bg);border-radius:.5rem;padding:.75rem;margin-bottom:1rem}._previewSvg_nu9xj_50{width:100%}._controls_nu9xj_55>:not(:last-child){margin-block-end:.75rem}._fieldLabel_nu9xj_60{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.25rem;display:block}._segRow_nu9xj_69{display:flex;gap:.25rem}._segBtn_nu9xj_75{flex:1 1 0%;padding:.375rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._segActive_nu9xj_87{background:var(--okeep-accent);color:#fff}._segInactive_nu9xj_93{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._segInactive_nu9xj_93:hover{background:var(--okeep-bg)}._sliderHeader_nu9xj_102{display:flex;justify-content:space-between;margin-bottom:.25rem}._labelXs_nu9xj_109{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._valueXs_nu9xj_116{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text)}._slider_nu9xj_102{width:100%;accent-color:var(--okeep-accent)}._valueRow_nu9xj_129{display:flex;align-items:center;gap:.5rem}._reshuffleBtn_nu9xj_136{color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._reshuffleBtn_nu9xj_136:hover{color:var(--okeep-accent)}._colorRow_nu9xj_147{display:flex;align-items:center;justify-content:space-between}._colorInput_nu9xj_154{width:2rem;height:2rem;border-radius:.25rem;cursor:pointer;border:1px solid var(--okeep-border)}._cycleSection_nu9xj_163{padding-top:.75rem;border-top-width:1px;border-top-style:solid;border-top-color:var(--okeep-border)}._cycleHeader_nu9xj_171{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}._toggle_nu9xj_179{width:2.25rem;height:1.25rem;border-radius:9999px;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;position:relative}._toggleOn_nu9xj_190{background:var(--okeep-accent)}._toggleOff_nu9xj_195{background:var(--okeep-surface-2)}._knob_nu9xj_200{position:absolute;top:.125rem;width:1rem;height:1rem;border-radius:9999px;background:#fff;transition-property:transform,translate,scale,rotate;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._knobOn_nu9xj_213{left:18px}._knobOff_nu9xj_218{left:.125rem}._actions_nu9xj_223{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.25rem}._addIcon_nu9xj_231{margin-right:.375rem}._root_3uz1q_2{width:18rem;background:var(--okeep-surface);border-right-width:1px;border-right-style:solid;border-right-color:var(--okeep-border);display:flex;flex-direction:column;height:100%}._sectionP3_3uz1q_14{padding:.75rem;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--okeep-border)}._sectionBorder_3uz1q_22{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--okeep-border)}._h3_3uz1q_29{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text);margin-bottom:.5rem}._h3Icon_3uz1q_38{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text);display:flex;align-items:center;gap:.5rem}._h3IconMb_3uz1q_49{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text);display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._iconPrimary_3uz1q_61{color:var(--okeep-accent)}._addGrid_3uz1q_66{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.25rem}._elementBtn_3uz1q_73{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;background:var(--okeep-surface-2);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._elementBtn_3uz1q_73:hover{background:var(--okeep-bg)}._p3pb2_3uz1q_90{padding:.75rem .75rem .5rem}._px2pb2_3uz1q_96{padding-inline:.5rem;padding-bottom:.5rem}._toolsRow_3uz1q_102{display:flex;gap:.25rem;margin-bottom:.5rem}._toolBtn_3uz1q_110{flex:1 1 0%;display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.375rem .5rem;border-radius:.25rem;background:var(--okeep-surface-2);color:var(--okeep-text-muted);font-size:10px;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._toolBtn_3uz1q_110:hover{background:var(--okeep-bg);color:var(--okeep-text)}._categoryRow_3uz1q_131{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.5rem}._categoryBtn_3uz1q_139{padding:.125rem .5rem;border-radius:.25rem;font-size:10px;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._categoryActive_3uz1q_149{background:var(--okeep-accent);color:#fff}._categoryInactive_3uz1q_155{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._categoryInactive_3uz1q_155:hover{background:var(--okeep-bg)}._shapeList_3uz1q_164{max-height:12rem;overflow-y:auto}._shapeList_3uz1q_164>:not(:last-child){margin-block-end:.25rem}._shapeRow_3uz1q_173{display:flex;align-items:center;gap:.5rem;padding:.375rem;background:var(--okeep-surface-2);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;cursor:pointer}._shapeRow_3uz1q_173:hover{background:var(--okeep-bg)}._miniSvgBox_3uz1q_190{width:2rem;height:1.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}._fullWH_3uz1q_200{width:100%;height:100%}._shapeName_3uz1q_206{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text);flex:1 1 0%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._shapeAddBadge_3uz1q_217{padding:.125rem;border-radius:.25rem;background:color-mix(in oklab,var(--okeep-accent) 10%,transparent);color:var(--okeep-accent);opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._shapeRow_3uz1q_173:hover ._shapeAddBadge_3uz1q_217{opacity:1}._layersHeader_3uz1q_232{padding:.75rem .75rem .5rem;display:flex;align-items:center;justify-content:space-between}._countMuted_3uz1q_241{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._groupBox_3uz1q_248{margin-inline:.5rem;margin-bottom:.5rem;padding:.5rem;background:color-mix(in oklab,var(--okeep-accent) 10%,transparent);border-radius:.5rem;border:1px solid color-mix(in oklab,var(--okeep-accent) 30%,transparent)}._selectedCount_3uz1q_258{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent);margin-bottom:.5rem}._rowGap1_3uz1q_266{display:flex;gap:.25rem}._groupNameInput_3uz1q_272{font-size:.75rem;line-height:calc(1 / .75);height:1.75rem;flex:1 1 0%}._createGroupBtn_3uz1q_280{padding:.375rem;background:var(--okeep-accent);color:var(--okeep-text);border-radius:.25rem}._createGroupBtn_3uz1q_280:hover{background:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}._createGroupLink_3uz1q_291{display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent)}._createGroupLink_3uz1q_291:hover{text-decoration-line:underline}._layersList_3uz1q_304{max-height:16rem;overflow-y:auto;padding-inline:.5rem;padding-bottom:.5rem}._emptyMsg_3uz1q_312{text-align:center;color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75);padding-block:1rem}._stack1_3uz1q_321>:not(:last-child){margin-block-end:.25rem}._multiHint_3uz1q_326{padding-inline:.5rem;padding-bottom:.5rem;font-size:10px;color:var(--okeep-text-muted)}._objectActions_3uz1q_334{padding-inline:.5rem;padding-bottom:.5rem;display:flex;gap:.25rem;justify-content:flex-end}._dupBtn_3uz1q_343{padding:.375rem;color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._dupBtn_3uz1q_343:hover{color:var(--okeep-text)}._deleteBtn_3uz1q_355{padding:.375rem;color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._deleteBtn_3uz1q_355:hover{color:#fb2c36}._previewSection_3uz1q_367{flex:1 1 0%;overflow:hidden;display:flex;flex-direction:column}._searchWrap_3uz1q_375{position:relative;margin-bottom:.5rem}._searchIcon_3uz1q_381{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);color:var(--okeep-text-muted)}._searchInput_3uz1q_390{padding-left:1.75rem;font-size:.75rem;line-height:calc(1 / .75);height:1.75rem}._accordion_3uz1q_398{flex:1 1 0%;overflow-y:auto;padding-inline:.5rem;padding-bottom:.5rem}._mb1_3uz1q_406{margin-bottom:.25rem}._sectionHeaderBtn_3uz1q_411{width:100%;display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;font-size:.75rem;line-height:calc(1 / .75)}._sectionHeaderActive_3uz1q_426{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._sectionHeaderInactive_3uz1q_432{background:var(--okeep-surface-2);color:var(--okeep-text)}._sectionHeaderInactive_3uz1q_432:hover{background:var(--okeep-bg)}._sectionLabel_3uz1q_441{flex:1 1 0%;text-align:left}._entityList_3uz1q_447{margin-top:.25rem;margin-left:.5rem}._entityList_3uz1q_447>:not(:last-child){margin-block-end:.25rem}._modalOverlay_3uz1q_456{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background:color-mix(in oklab,#000 60%,transparent)}._importModalBox_3uz1q_470{background:var(--okeep-surface);border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;width:480px;max-height:90vh;overflow-y:auto}._waveModalBox_3uz1q_480{background:var(--okeep-surface);border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;width:420px;max-height:90vh;overflow-y:auto}._loadingWrap_3uz1q_490{display:flex;justify-content:center;padding-block:1rem}._spinMuted_3uz1q_497{animation:_spin_3uz1q_497 1s linear infinite;color:var(--okeep-text-muted)}@keyframes _spin_3uz1q_497{to{transform:rotate(360deg)}}._entityCard_3uz1q_510{display:flex;align-items:center;gap:.5rem;padding:.375rem;background:var(--okeep-surface-2);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._entityCard_3uz1q_510:hover{background:var(--okeep-bg)}._cardThumb_3uz1q_526{width:2rem;height:2rem;border-radius:.25rem;background:var(--okeep-bg);flex-shrink:0;overflow:hidden}._cardImg_3uz1q_536{width:100%;height:100%;object-fit:cover}._cardPlaceholder_3uz1q_543{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--okeep-text-muted)}._cardInfo_3uz1q_553{flex:1 1 0%;min-width:0}._cardName_3uz1q_559{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._cardMeta_3uz1q_569{font-size:10px;color:var(--okeep-text-muted)}._cardAddBtn_3uz1q_575{padding:.25rem;border-radius:.25rem;background:color-mix(in oklab,var(--okeep-accent) 10%,transparent);color:var(--okeep-accent);opacity:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._cardAddBtn_3uz1q_575:hover{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent)}._entityCard_3uz1q_510:hover ._cardAddBtn_3uz1q_575{opacity:1}._layerRow_3uz1q_595{display:flex;align-items:center;gap:.5rem;padding:.375rem;border-radius:.5rem;cursor:pointer;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;font-size:.75rem;line-height:calc(1 / .75)}._indent_3uz1q_610{margin-left:1rem}._layerSelected_3uz1q_615{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);border:1px solid color-mix(in oklab,var(--okeep-accent) 50%,transparent)}._layerMulti_3uz1q_621{background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);border:1px solid color-mix(in oklab,oklch(62.3% .214 259.815) 50%,transparent)}._layerDefault_3uz1q_627{background:var(--okeep-surface-2)}._layerDefault_3uz1q_627:hover{background:var(--okeep-bg)}._iconMuted_3uz1q_635{color:var(--okeep-text-muted)}._layerName_3uz1q_640{flex:1 1 0%;color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._sparkle_3uz1q_649{color:var(--okeep-accent);animation:_pulse_3uz1q_1 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes _pulse_3uz1q_1{50%{opacity:.5}}._iconBtn_3uz1q_660{padding:.375rem;border-radius:.25rem}._iconBtn_3uz1q_660:hover{background:var(--okeep-bg)}._groupHeader_3uz1q_671{display:flex;align-items:center;gap:.5rem;padding:.375rem;background:var(--okeep-surface-2);border-radius:.5rem;cursor:pointer;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;font-size:.75rem;line-height:calc(1 / .75)}._groupHeader_3uz1q_671:hover{background:var(--okeep-bg)}._chevronBtn_3uz1q_690{padding:.375rem}._groupName_3uz1q_272{flex:1 1 0%;color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}._groupCount_3uz1q_705{color:var(--okeep-text-muted);font-size:10px}._ungroupBtn_3uz1q_711{padding:.375rem;border-radius:.25rem;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._ungroupBtn_3uz1q_711:hover{background:var(--okeep-bg)}._groupHeader_3uz1q_671:hover ._ungroupBtn_3uz1q_711{opacity:1}._ungroupIcon_3uz1q_727{color:var(--okeep-text-muted)}._ungroupIcon_3uz1q_727:hover{color:#fb2c36}._groupChildren_3uz1q_735{margin-top:.25rem}._groupChildren_3uz1q_735>:not(:last-child){margin-block-end:.25rem}._overlay_1ohde_2{position:fixed;top:0;right:0;bottom:0;left:0;background:color-mix(in oklab,#000 50%,transparent);display:flex;align-items:center;justify-content:center;z-index:50}._dialog_1ohde_16{background:var(--okeep-surface);border-radius:.5rem;padding:1.5rem;max-width:28rem;width:100%;margin-inline:1rem;max-height:80vh;overflow:auto}._header_1ohde_28{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._headerLeft_1ohde_36{display:flex;align-items:center;gap:.5rem}._iconPrimary_1ohde_43{color:var(--okeep-accent)}._title_1ohde_48{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text)}._closeBtn_1ohde_56{padding:.5rem;border-radius:.5rem}._closeBtn_1ohde_56:hover{background:var(--okeep-surface-2)}._iconMuted_1ohde_65{color:var(--okeep-text-muted)}._info_1ohde_70{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:1rem}._addBox_1ohde_78{background:var(--okeep-surface-2);border-radius:.5rem;padding:1rem;margin-bottom:1rem}._addLabel_1ohde_86{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.5rem}._rowGap2_1ohde_94{display:flex;gap:.5rem}._inputFlexSm_1ohde_100{flex:1 1 0%;font-size:.875rem;line-height:calc(1.25 / .875)}._colorInput10_1ohde_107{width:2.5rem;height:2.5rem;border-radius:.25rem;cursor:pointer;border:1px solid var(--okeep-border)}._addBtn_1ohde_116{padding:.5rem!important}._list_1ohde_121>:not(:last-child){margin-block-end:.5rem}._empty_1ohde_126{text-align:center;color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875);padding-block:2rem}._listItem_1ohde_135{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--okeep-surface-2);border-radius:.5rem}._colorInput8_1ohde_145{width:2rem;height:2rem;border-radius:.25rem;cursor:pointer;border:1px solid var(--okeep-border)}._saveEditBtn_1ohde_154{padding:.375rem;color:#00c65a;color:oklch(72.3% .219 149.579);border-radius:.25rem}._saveEditBtn_1ohde_154:hover{background:var(--okeep-bg)}._cancelEditBtn_1ohde_164{padding:.375rem;color:var(--okeep-text-muted);border-radius:.25rem}._cancelEditBtn_1ohde_164:hover{background:var(--okeep-bg)}._swatch8_1ohde_174{width:2rem;height:2rem;border-radius:.25rem;border:1px solid var(--okeep-border);flex-shrink:0}._itemInfo_1ohde_183{flex:1 1 0%;min-width:0}._itemName_1ohde_189{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._itemValue_1ohde_199{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._editBtn_1ohde_206{padding:.375rem;color:var(--okeep-text-muted);opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._editBtn_1ohde_206:hover{color:var(--okeep-text)}._listItem_1ohde_135:hover ._editBtn_1ohde_206{opacity:1}._deleteBtn_1ohde_222{padding:.375rem;color:var(--okeep-text-muted);opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._deleteBtn_1ohde_222:hover{color:#fb2c36}._listItem_1ohde_135:hover ._deleteBtn_1ohde_222{opacity:1}._doneRow_1ohde_238{display:flex;justify-content:flex-end;margin-top:1.5rem}._pickerLabel_1ohde_247{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.25rem}._pickerRow_1ohde_255{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._hexInput_1ohde_263{flex:1 1 0%;font-size:.75rem;line-height:calc(1 / .75);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}._savePaletteBtn_1ohde_271{padding:.375rem;color:var(--okeep-text-muted);border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._savePaletteBtn_1ohde_271:hover{color:var(--okeep-accent);background:color-mix(in oklab,var(--okeep-accent) 10%,transparent)}._savedBadge_1ohde_285{padding:.375rem;color:#00c65a;color:oklch(72.3% .219 149.579)}._saveInputRow_1ohde_291{display:flex;align-items:center;gap:.25rem;margin-bottom:.5rem;padding:.5rem;background:var(--okeep-surface-2);border-radius:.5rem}._swatch6_1ohde_302{width:1.5rem;height:1.5rem;border-radius:.25rem;border:1px solid var(--okeep-border);flex-shrink:0}._saveNameInput_1ohde_311{flex:1 1 0%;font-size:.75rem;line-height:calc(1 / .75);height:1.75rem}._saveColorBtn_1ohde_319{padding:.25rem;color:var(--okeep-accent);border-radius:.25rem}._saveColorBtn_1ohde_319:hover{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent)}._saveColorBtn_1ohde_319:disabled{opacity:.5}._cancelSaveBtn_1ohde_332{padding:.25rem;color:var(--okeep-text-muted);border-radius:.25rem}._cancelSaveBtn_1ohde_332:hover{color:var(--okeep-text)}._swatchRow_1ohde_342{display:flex;flex-wrap:wrap;gap:.25rem}._swatchBtn_1ohde_349{width:1.5rem;height:1.5rem;border-radius:.25rem;border-width:1px;border-style:solid;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._swatchBtnSelected_1ohde_361{border-color:var(--okeep-accent);box-shadow:0 0 0 2px color-mix(in oklab,var(--okeep-accent) 30%,transparent)}._swatchBtnUnselected_1ohde_367{border-color:var(--okeep-border)}._swatchBtnUnselected_1ohde_367:hover{border-color:color-mix(in oklab,var(--okeep-accent) 50%,transparent)}.fontpicker,.fontpicker *{box-sizing:border-box}.fontpicker{border:1px solid;display:block;position:relative;background:#333}.fontpicker__preview{-webkit-filter:invert(100%);filter:invert(100%)}.fontpicker__search{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;padding:0 10px;cursor:pointer;font-size:16px;background-color:#555;color:#fff;outline:none!important;box-shadow:none!important;border-radius:0!important}.fontpicker__search:focus{cursor:text;opacity:1}.fontpicker__popout{position:absolute;top:100%;left:0;width:100%;border:1px solid;max-height:calc(12em + 1px);overflow-y:auto;overflow-x:hidden;z-index:2;background:#555;opacity:0;transform:scaleY(.001)}.fontpicker__popout.fontpicker__active{opacity:1;transform:scale(1)}.fontpicker__option{-webkit-filter:invert(100%);filter:invert(100%)}.fontpicker__option.current{background:#bbb}.fontpicker__option.selected{background:#ccc}.fontpicker__nomatches{height:2em;line-height:2em;background:#555;text-align:center;color:#eee}.fontpicker__listbox{height:100%;background:#555;overflow-y:auto;overflow-x:hidden}@media(prefers-color-scheme:light){.fontpicker{background:#eee}.fontpicker__preview{-webkit-filter:none;filter:none}.fontpicker__search{background-color:#eee;color:#000}.fontpicker__popout{background:#eee}.fontpicker__option{-webkit-filter:none;filter:none}.fontpicker__option.current{background:#ccc}.fontpicker__option.selected{background:#aaa}.fontpicker__nomatches{background:#eee;color:#111}.fontpicker__listbox{background:#eee}}[class*=" font-preview-"],[class^=font-preview-]{background-size:30em auto;background-repeat:no-repeat;height:2em;image-rendering:optimizequality}.font-preview-abril_fatface,.font-preview-alegreya,.font-preview-alegreya_sans,.font-preview-archivo_narrow,.font-preview-azeret_mono,.font-preview-bad_script,.font-preview-biorhyme,.font-preview-bitter,.font-preview-cardo,.font-preview-chivo,.font-preview-comic_neue,.font-preview-cormorant,.font-preview-dancing_script,.font-preview-dm_sans,.font-preview-dm_serif_display,.font-preview-on-all{background-image:url(/assets/sprite.1-ZHNAAI36-DihsmJf-.svg)}.font-preview-dm_serif_text,.font-preview-eczar,.font-preview-familjen_grotesk,.font-preview-fira_sans,.font-preview-fraunces,.font-preview-ibm_plex_sans,.font-preview-inconsolata,.font-preview-inknut_antiqua,.font-preview-inter,.font-preview-josefin_sans,.font-preview-josefin_slab,.font-preview-karla,.font-preview-lato,.font-preview-libre_baskerville,.font-preview-libre_franklin,.font-preview-on-all{background-image:url(/assets/sprite.2-LBCIFILY-BbbBBH9h.svg)}.font-preview-literata,.font-preview-lora,.font-preview-manrope,.font-preview-merriweather,.font-preview-montserrat,.font-preview-mukta,.font-preview-neuton,.font-preview-new_rocker,.font-preview-newsreader,.font-preview-noto_sans_jp,.font-preview-nunito,.font-preview-nunito_sans,.font-preview-old_standard_tt,.font-preview-open_sans,.font-preview-oswald,.font-preview-on-all{background-image:url(/assets/sprite.3-KLBOSYYW-DB79GeBb.svg)}.font-preview-outfit,.font-preview-overpass,.font-preview-playfair_display,.font-preview-plus_jakarta_sans,.font-preview-poppins,.font-preview-proza_libre,.font-preview-pt_sans,.font-preview-pt_serif,.font-preview-rajdhani,.font-preview-raleway,.font-preview-roboto,.font-preview-roboto_condensed,.font-preview-roboto_mono,.font-preview-roboto_serif,.font-preview-roboto_slab,.font-preview-on-all{background-image:url(/assets/sprite.4-VGRLM3UQ-DyXtuYr6.svg)}.font-preview-rubik,.font-preview-sacramento,.font-preview-source_sans_3,.font-preview-source_serif_4,.font-preview-space_grotesk,.font-preview-space_mono,.font-preview-spectral,.font-preview-syne,.font-preview-tangerine,.font-preview-ubuntu,.font-preview-ultra,.font-preview-unifrakturmaguntia,.font-preview-varela_round,.font-preview-work_sans,.font-preview-zilla_slab,.font-preview-on-all{background-image:url(/assets/sprite.5-QPPMLONK-BROP9Zjm.svg)}.font-preview-abril_fatface{background-position:0px -0em}.font-preview-alegreya{background-position:0px -2em}.font-preview-alegreya_sans{background-position:0px -4em}.font-preview-archivo_narrow{background-position:0px -6em}.font-preview-azeret_mono{background-position:0px -8em}.font-preview-bad_script{background-position:0px -10em}.font-preview-biorhyme{background-position:0px -12em}.font-preview-bitter{background-position:0px -14em}.font-preview-cardo{background-position:0px -16em}.font-preview-chivo{background-position:0px -18em}.font-preview-comic_neue{background-position:0px -20em}.font-preview-cormorant{background-position:0px -22em}.font-preview-dancing_script{background-position:0px -24em}.font-preview-dm_sans{background-position:0px -26em}.font-preview-dm_serif_display{background-position:0px -28em}.font-preview-dm_serif_text{background-position:0px -0em}.font-preview-eczar{background-position:0px -2em}.font-preview-familjen_grotesk{background-position:0px -4em}.font-preview-fira_sans{background-position:0px -6em}.font-preview-fraunces{background-position:0px -8em}.font-preview-ibm_plex_sans{background-position:0px -10em}.font-preview-inconsolata{background-position:0px -12em}.font-preview-inknut_antiqua{background-position:0px -14em}.font-preview-inter{background-position:0px -16em}.font-preview-josefin_sans{background-position:0px -18em}.font-preview-josefin_slab{background-position:0px -20em}.font-preview-karla{background-position:0px -22em}.font-preview-lato{background-position:0px -24em}.font-preview-libre_baskerville{background-position:0px -26em}.font-preview-libre_franklin{background-position:0px -28em}.font-preview-literata{background-position:0px -0em}.font-preview-lora{background-position:0px -2em}.font-preview-manrope{background-position:0px -4em}.font-preview-merriweather{background-position:0px -6em}.font-preview-montserrat{background-position:0px -8em}.font-preview-mukta{background-position:0px -10em}.font-preview-neuton{background-position:0px -12em}.font-preview-new_rocker{background-position:0px -14em}.font-preview-newsreader{background-position:0px -16em}.font-preview-noto_sans_jp{background-position:0px -18em}.font-preview-nunito{background-position:0px -20em}.font-preview-nunito_sans{background-position:0px -22em}.font-preview-old_standard_tt{background-position:0px -24em}.font-preview-open_sans{background-position:0px -26em}.font-preview-oswald{background-position:0px -28em}.font-preview-outfit{background-position:0px -0em}.font-preview-overpass{background-position:0px -2em}.font-preview-playfair_display{background-position:0px -4em}.font-preview-plus_jakarta_sans{background-position:0px -6em}.font-preview-poppins{background-position:0px -8em}.font-preview-proza_libre{background-position:0px -10em}.font-preview-pt_sans{background-position:0px -12em}.font-preview-pt_serif{background-position:0px -14em}.font-preview-rajdhani{background-position:0px -16em}.font-preview-raleway{background-position:0px -18em}.font-preview-roboto{background-position:0px -20em}.font-preview-roboto_condensed{background-position:0px -22em}.font-preview-roboto_mono{background-position:0px -24em}.font-preview-roboto_serif{background-position:0px -26em}.font-preview-roboto_slab{background-position:0px -28em}.font-preview-rubik{background-position:0px -0em}.font-preview-sacramento{background-position:0px -2em}.font-preview-source_sans_3{background-position:0px -4em}.font-preview-source_serif_4{background-position:0px -6em}.font-preview-space_grotesk{background-position:0px -8em}.font-preview-space_mono{background-position:0px -10em}.font-preview-spectral{background-position:0px -12em}.font-preview-syne{background-position:0px -14em}.font-preview-tangerine{background-position:0px -16em}.font-preview-ubuntu{background-position:0px -18em}.font-preview-ultra{background-position:0px -20em}.font-preview-unifrakturmaguntia{background-position:0px -22em}.font-preview-varela_round{background-position:0px -24em}.font-preview-work_sans{background-position:0px -26em}.font-preview-zilla_slab{background-position:0px -28em}._root_drc5b_2{width:18rem;background:var(--okeep-surface);border-left-width:1px;border-left-style:solid;border-left-color:var(--okeep-border);display:flex;flex-direction:column;height:100%}._rootScroll_drc5b_14{width:18rem;background:var(--okeep-surface);border-left-width:1px;border-left-style:solid;border-left-color:var(--okeep-border);display:flex;flex-direction:column;height:100%;overflow-y:auto}._sectionHeader_drc5b_27{padding:1rem;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--okeep-border)}._h3_drc5b_35{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text)}._p4_drc5b_43,._body_drc5b_48{padding:1rem}._body_drc5b_48>:not(:last-child){margin-block-end:1.5rem}._emptyHint_drc5b_56{flex:1 1 0%;display:flex;align-items:center;justify-content:center;color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._subMuted_drc5b_67{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._stack2_drc5b_75>:not(:last-child){margin-block-end:.5rem}._stack3_drc5b_80>:not(:last-child){margin-block-end:.75rem}._stack1_drc5b_85>:not(:last-child){margin-block-end:.25rem}._sectionDivided_drc5b_90{padding-top:.75rem;border-top-width:1px;border-top-style:solid;border-top-color:var(--okeep-border)}._sectionDivided_drc5b_90>:not(:last-child){margin-block-end:.75rem}._labelXs_drc5b_101{font-size:.75rem;line-height:calc(1 / .75)}._labelXsMuted_drc5b_107{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._labelXsBold_drc5b_114{font-size:.75rem;line-height:calc(1 / .75);font-weight:500;color:var(--okeep-text)}._label10_drc5b_122{font-size:10px;color:var(--okeep-text-muted)}._grid4_drc5b_128{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.25rem}._grid2_drc5b_135{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}._grid3_drc5b_142{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}._grid3Sm_drc5b_149{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.25rem}._iconBtn_drc5b_156{padding:.5rem;background:var(--okeep-surface-2);border-radius:.25rem}._iconBtn_drc5b_156:hover{background:var(--okeep-bg)}._iconCenterMuted_drc5b_166{margin-inline:auto;color:var(--okeep-text-muted)}._mxAuto_drc5b_172{margin-inline:auto}._iconPrimary_drc5b_177{color:var(--okeep-accent)}._rowBetween_drc5b_182{display:flex;align-items:center;justify-content:space-between}._cardP3_drc5b_189{background:var(--okeep-surface-2);border-radius:.5rem;padding:.75rem}._cardP3_drc5b_189>:not(:last-child){margin-block-end:.5rem}._inputXsH7_drc5b_199{font-size:.75rem;line-height:calc(1 / .75);height:1.75rem}._inputXsH6_drc5b_206{font-size:.75rem;line-height:calc(1 / .75);height:1.5rem}._inputXsH6W14_drc5b_213{font-size:.75rem;line-height:calc(1 / .75);height:1.5rem;width:3.5rem}._inputFlexXs_drc5b_221{flex:1 1 0%;font-size:.75rem;line-height:calc(1 / .75)}._nativeInputBg_drc5b_228{width:100%;background:var(--okeep-bg);border:1px solid var(--okeep-border);border-radius:.25rem;padding:.375rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text)}._nativeSelect_drc5b_240{width:100%;background:var(--okeep-surface-2);border:1px solid var(--okeep-border);border-radius:.5rem;padding:.5rem;color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875)}._textarea_drc5b_254{resize:none;height:6rem}._rangeSlider_drc5b_260{width:100%;height:.5rem;background:var(--okeep-surface-2);border-radius:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;accent-color:var(--okeep-accent)}._rangeSliderBg_drc5b_271{width:100%;height:.5rem;background:var(--okeep-bg);border-radius:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;accent-color:var(--okeep-accent)}._sliderPlain_drc5b_282{width:100%;accent-color:var(--okeep-accent)}._rowGap1_drc5b_288{display:flex;gap:.25rem}._stack1Ml_drc5b_294{margin-left:.25rem}._stack1Ml_drc5b_294>:not(:last-child){margin-block-end:.25rem}._cardP2_drc5b_302{padding:.5rem;background:var(--okeep-surface-2);border-radius:.5rem}._entityLabel_drc5b_309{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent);font-weight:500}._entityName_drc5b_317{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._linkPrimary_drc5b_327{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent)}._cardP2Stack_drc5b_334{background:var(--okeep-surface-2);border-radius:.5rem;padding:.5rem;margin-top:.25rem}._cardP2Stack_drc5b_334>:not(:last-child){margin-block-end:.25rem}._colorSwatch6_drc5b_345{width:1.5rem;height:1.5rem;border-radius:.25rem;cursor:pointer;background-color:transparent;border-style:solid;border-width:0}._labelXsMutedRow_drc5b_356{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);display:flex;align-items:center;gap:.25rem}._labelXsPointer_drc5b_366{font-size:.75rem;line-height:calc(1 / .75);cursor:pointer}._deleteIconBtn_drc5b_373{color:var(--okeep-text-muted);padding:.375rem}._deleteIconBtn_drc5b_373:hover{color:#fb2c36}._stopDeleteBtn_drc5b_382{padding:.25rem;border-radius:.25rem;color:var(--okeep-text-muted)}._stopDeleteBtn_drc5b_382:hover{background:var(--okeep-bg);color:#fb2c36}._link10_drc5b_393{font-size:10px;color:var(--okeep-accent)}._link10_drc5b_393:hover{text-decoration-line:underline}._cardBgP2_drc5b_402{background:var(--okeep-bg);border-radius:.5rem;padding:.5rem}._cardBgP2_drc5b_402>:not(:last-child){margin-block-end:.5rem}._checkboxRounded_drc5b_412{border-radius:.25rem}._accordionHeader_drc5b_417{padding:.75rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500;color:var(--okeep-text);cursor:pointer;border-radius:.5rem}._accordionHeader_drc5b_417:hover{background:var(--okeep-bg)}._accordionBody_drc5b_431{padding:.75rem;padding-top:0}._accordionBody_drc5b_431>:not(:last-child){margin-block-end:.5rem}._ml5_drc5b_440{margin-left:1.25rem}._checkboxLabel_drc5b_445{display:flex;align-items:center;gap:.5rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text);cursor:pointer}._rowGap1Center_drc5b_456{display:flex;align-items:center;gap:.25rem}._sectionToggle_drc5b_463{display:flex;align-items:center;gap:.25rem;width:100%;text-align:left}._footerActions_drc5b_472{display:flex;gap:.5rem;padding-top:.75rem;border-top-width:1px;border-top-style:solid;border-top-color:var(--okeep-border)}._colSpan2_drc5b_482{grid-column:span 2 / span 2}._cardPlain_drc5b_487{background:var(--okeep-surface-2);border-radius:.5rem}._segBtn_drc5b_495{flex:1 1 0%;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75)}._segActiveWhite_drc5b_504{background:var(--okeep-accent);color:#fff}._segInactive_drc5b_510{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._segInactive_drc5b_510:hover{background:var(--okeep-bg)}._alignBtn_drc5b_519{flex:1 1 0%;padding:.5rem;border-radius:.25rem}._alignActive_drc5b_526{background:var(--okeep-accent);color:var(--color-text-inverse)}._toggle_drc5b_532{width:2rem;height:1rem;border-radius:9999px;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;position:relative}._toggleOn_drc5b_543{background:var(--okeep-accent)}._toggleOff_drc5b_548{background:var(--okeep-surface-2)}._knob_drc5b_553{position:absolute;top:.125rem;width:.75rem;height:.75rem;border-radius:9999px;background:#fff;transition-property:transform,translate,scale,rotate;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._knobOn_drc5b_566{left:1rem}._knobOff_drc5b_571{left:.125rem}._chevron_drc5b_576{color:var(--okeep-text-muted);transition-property:transform,translate,scale,rotate;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._chevronOpen_drc5b_584{rotate:90deg}._styleBtn_drc5b_589{padding:.375rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);text-align:center;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._styleActive_drc5b_601{background:var(--okeep-accent);color:#fff}._styleInactive_drc5b_607{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._styleInactive_drc5b_607:hover{color:var(--okeep-text);background:var(--okeep-border)}._overlay_1tr88_2{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}._controls_1tr88_13{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);z-index:20;display:flex;align-items:center;gap:.5rem;background:color-mix(in oklab,#000 80%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:9999px;padding:.5rem .75rem}._ctrlBtn_1tr88_30{padding:.5rem;color:#fff;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._ctrlBtn_1tr88_30:hover{color:var(--okeep-accent)}._divider_1tr88_42{width:1px;height:1.25rem;background:color-mix(in oklab,#fff 20%,transparent)}._labelWrap_1tr88_49{position:absolute;top:1rem;left:50%;transform:translate(-50%);z-index:20}._labelPill_1tr88_58{display:flex;align-items:center;gap:.5rem;background:color-mix(in oklab,var(--okeep-accent) 90%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:9999px;padding:.375rem 1rem}._iconInverse_1tr88_70{color:var(--color-text-inverse)}._labelText_1tr88_75{font-size:.75rem;line-height:calc(1 / .75);font-weight:500;color:var(--color-text-inverse)}._menu_1ybhr_2{position:fixed;z-index:100;background:var(--okeep-surface);border:1px solid var(--okeep-border);border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;padding-block:.25rem;min-width:180px}._divider_1ybhr_14{margin-block:.25rem;border-top-width:1px;border-top-style:solid;border-top-color:var(--okeep-border)}._item_1ybhr_22{width:100%;padding:.5rem .75rem;display:flex;align-items:center;gap:.75rem;font-size:.875rem;line-height:calc(1.25 / .875);text-align:left;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._itemDisabled_1ybhr_37{color:var(--okeep-text-muted);cursor:not-allowed;opacity:.5}._itemDanger_1ybhr_44{color:#ff6568;color:oklch(70.4% .191 22.216)}._itemDanger_1ybhr_44:hover{background:color-mix(in oklab,oklch(63.7% .237 25.331) 10%,transparent)}._itemNormal_1ybhr_52{color:var(--okeep-text)}._itemNormal_1ybhr_52:hover{background:var(--okeep-surface-2)}._itemIcon_1ybhr_60{width:1rem;height:1rem;display:flex;align-items:center;justify-content:center}._itemLabel_1ybhr_69{flex:1 1 0%}._itemShortcut_1ybhr_74{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._root_qqb2z_2{width:18rem;background:var(--okeep-surface);border-left-width:1px;border-left-style:solid;border-left-color:var(--okeep-border);display:flex;flex-direction:column;height:100%}._header_qqb2z_14{padding:1rem;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--okeep-border)}._headerRow_qqb2z_22{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}._title_qqb2z_30{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text);display:flex;align-items:center;gap:.5rem}._iconPrimary_qqb2z_41{color:var(--okeep-accent)}._closeBtn_qqb2z_46{padding:.25rem;border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._closeBtn_qqb2z_46:hover{background:var(--okeep-surface-2)}._iconMuted_qqb2z_58{color:var(--okeep-text-muted)}._relative_qqb2z_63{position:relative}._createBtn_qqb2z_68{width:100%;font-size:.875rem;line-height:calc(1.25 / .875)}._mr1_qqb2z_75{margin-right:.25rem}._selectHint_qqb2z_80{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem;text-align:center}._sectionSm_qqb2z_89{padding:.75rem;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--okeep-border)}._searchIcon_qqb2z_97{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--okeep-text-muted)}._searchInput_qqb2z_106{padding-left:2rem;height:2rem;font-size:.875rem;line-height:calc(1.25 / .875)}._tagsRow_qqb2z_114{display:flex;flex-wrap:wrap;gap:.25rem}._tabBtn_qqb2z_121{padding:.25rem .5rem;font-size:.75rem;line-height:calc(1 / .75);border-radius:9999px;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._tabActive_qqb2z_132{background:var(--okeep-accent);color:var(--color-text-inverse)}._tabInactive_qqb2z_138{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._tabInactive_qqb2z_138:hover{color:var(--okeep-text)}._listSection_qqb2z_147{flex:1 1 0%;overflow-y:auto;padding:.75rem}._empty_qqb2z_154{text-align:center;padding-block:2rem}._emptyIcon_qqb2z_160{margin-inline:auto;color:var(--okeep-text-muted);margin-bottom:.5rem}._emptyTitle_qqb2z_167{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._emptySub_qqb2z_174{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._list_qqb2z_147>:not(:last-child){margin-block-end:.5rem}._card_qqb2z_187{background:var(--okeep-surface-2);border-radius:.5rem;padding:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;cursor:pointer}._card_qqb2z_187:hover{background:var(--okeep-bg)}._cardRow_qqb2z_201{display:flex;gap:.5rem}._preview_qqb2z_207{width:3rem;height:4rem;background:var(--okeep-bg);border-radius:.25rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}._previewImg_qqb2z_220{width:100%;height:100%;object-fit:cover}._info_qqb2z_227{flex:1 1 0%;min-width:0}._renameInput_qqb2z_233{width:100%;background:var(--okeep-bg);font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);padding:.125rem .5rem;border-radius:.25rem;border:1px solid var(--okeep-accent)}._renameInput_qqb2z_233:focus{outline:none}._cardName_qqb2z_248{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._cardCount_qqb2z_259{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._cardTags_qqb2z_266{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.25rem}._tagChip_qqb2z_274{padding:.125rem .375rem;font-size:10px;background:var(--okeep-bg);color:var(--okeep-text-muted);border-radius:.25rem}._moreTags_qqb2z_283{font-size:10px;color:var(--okeep-text-muted)}._menuBtn_qqb2z_289{padding:.25rem;opacity:0;border-radius:.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._menuBtn_qqb2z_289:hover{background:var(--okeep-surface-2)}._card_qqb2z_187:hover ._menuBtn_qqb2z_289{opacity:1}._clipboardSection_qqb2z_305{padding:.75rem;border-top-width:1px;border-top-style:solid;border-top-color:var(--okeep-border)}._clipRow_qqb2z_313{display:flex;align-items:center;justify-content:space-between}._clipInfo_qqb2z_320{display:flex;align-items:center;gap:.5rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._pasteBtn_qqb2z_330{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._pasteBtn_qqb2z_330:hover{color:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}._clipNote_qqb2z_343{font-size:10px;color:var(--okeep-text-muted);margin-top:.25rem}._overlay_3qqk1_2{position:fixed;top:0;right:0;bottom:0;left:0;background:color-mix(in oklab,#000 50%,transparent);display:flex;align-items:center;justify-content:center;z-index:50}._dialog_3qqk1_16{background:var(--okeep-surface);border-radius:.5rem;padding:1.5rem;width:100%;max-width:28rem;margin-inline:1rem}._header_3qqk1_26{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._title_3qqk1_34{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text)}._closeBtn_3qqk1_42{padding:.5rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._closeBtn_3qqk1_42:hover{background:var(--okeep-surface-2)}._iconMuted_3qqk1_54{color:var(--okeep-text-muted)}._mb6_3qqk1_59{margin-bottom:1.5rem}._mb4_3qqk1_64{margin-bottom:1rem}._previewHeader_3qqk1_69{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}._mutedSm_3qqk1_77{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._toggleLabel_3qqk1_84{display:flex;align-items:center;gap:.5rem;cursor:pointer}._mutedXs_3qqk1_92{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._previewBox_3qqk1_99{background:var(--okeep-bg);border-radius:.5rem;padding:1rem;display:flex;align-items:center;justify-content:center;min-height:120px}._centerCol_3qqk1_110{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--okeep-text-muted)}._spin_3qqk1_119{animation:_spin_3qqk1_119 1s linear infinite}@keyframes _spin_3qqk1_119{to{transform:rotate(360deg)}}._textXs_3qqk1_129{font-size:.75rem;line-height:calc(1 / .75)}._previewImg_3qqk1_135{max-height:100px;border-radius:.25rem}._countText_3qqk1_141{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.5rem}._fieldLabel_3qqk1_149{display:block;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:.5rem}._tagIcon_3qqk1_158{display:inline;margin-right:.25rem}._hintXs_3qqk1_164{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._actions_3qqk1_172{display:flex;justify-content:flex-end;gap:.5rem}._spinMr_3qqk1_179{animation:_spin_3qqk1_119 1s linear infinite;margin-right:.5rem}._mr2_3qqk1_185{margin-right:.5rem}._errorState_1o64p_2{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--okeep-text)}._errorIcon_1o64p_12{color:#fb2c36;margin-bottom:1rem}._errorTitle_1o64p_18{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;margin-bottom:.5rem}._errorMsg_1o64p_26{color:var(--okeep-text-muted);margin-bottom:1rem}._root_1o64p_32{height:100vh;display:flex;flex-direction:column;background:var(--okeep-bg)}._header_1o64p_40{height:3.5rem;background:var(--okeep-surface);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--okeep-border);display:flex;align-items:center;justify-content:space-between;padding-inline:1rem}._headerLeft_1o64p_53{display:flex;align-items:center;gap:.75rem}._closeBtn_1o64p_60{padding:.5rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._closeBtn_1o64p_60:hover{background:var(--okeep-surface-2)}._iconMuted_1o64p_72{color:var(--okeep-text-muted)}._h1_1o64p_77{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text)}._subMuted_1o64p_85{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._headerRight_1o64p_92{display:flex;align-items:center;gap:.5rem}._historyBtn_1o64p_99{padding:.5rem;border-radius:.5rem}._historyBtn_1o64p_99:hover{background:var(--okeep-surface-2)}._historyBtn_1o64p_99:disabled{opacity:.5;cursor:not-allowed}._divider_1o64p_112{width:1px;height:1.5rem;background:var(--okeep-border);margin-inline:.5rem}._iconBtnLg_1o64p_120{padding:.5rem;border-radius:.5rem}._iconBtnLg_1o64p_120:hover{background:var(--okeep-surface-2)}._iconToggle_1o64p_129{padding:.5rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._toggleTemplateActive_1o64p_138{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._togglePreviewActive_1o64p_144{background:var(--okeep-accent);color:var(--color-text-inverse)}._toggleInactive_1o64p_150{color:var(--okeep-text-muted)}._toggleInactive_1o64p_150:hover{background:var(--okeep-surface-2)}._saveStatus_1o64p_158{display:flex;align-items:center;gap:.5rem;font-size:.75rem;line-height:calc(1 / .75);margin-right:1rem}._statusMuted_1o64p_168{display:flex;align-items:center;gap:.25rem;color:var(--okeep-text-muted)}._spin_1o64p_176{animation:_spin_1o64p_176 1s linear infinite}@keyframes _spin_1o64p_176{to{transform:rotate(360deg)}}._statusError_1o64p_186{display:flex;align-items:center;gap:.5rem;color:#ff6568;color:oklch(70.4% .191 22.216)}._retryBtn_1o64p_194{text-decoration-line:underline}._retryBtn_1o64p_194:hover{color:#ffa3a3;color:oklch(80.8% .114 19.571)}._unsavedDot_1o64p_202{width:.5rem;height:.5rem;border-radius:9999px;background:#eab300;background:oklch(79.5% .184 86.047)}._iconGreen_1o64p_210{color:#00c65a;color:oklch(72.3% .219 149.579)}._iconRed_1o64p_215{color:#fb2c36}._statusBadge_1o64p_220{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500}._statusPublished_1o64p_229{background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent);color:#05df72}._statusDraftEdited_1o64p_235{background:color-mix(in oklab,oklch(79.5% .184 86.047) 20%,transparent);color:#f7c900;color:oklch(85.2% .199 91.936)}._statusDraft_1o64p_235{background:color-mix(in oklab,var(--okeep-text-muted) 20%,transparent);color:var(--okeep-text-muted)}._publishBtn_1o64p_250{height:2.25rem!important}._main_1o64p_255{flex:1 1 0%;display:flex;overflow:hidden}._canvasArea_1o64p_262{flex:1 1 0%;display:flex;align-items:center;justify-content:center;background:var(--okeep-bg);padding:2rem;overflow:auto}._canvasWrap_1o64p_273{position:relative}._invisible_1o64p_278{visibility:hidden}._modalOverlay_1o64p_283{position:fixed;top:0;right:0;bottom:0;left:0;background:color-mix(in oklab,#000 50%,transparent);display:flex;align-items:center;justify-content:center;z-index:50}._assetDialog_1o64p_297{background:var(--okeep-surface);border-radius:.5rem;padding:1.5rem;max-width:42rem;width:100%;margin-inline:1rem;max-height:80vh;overflow:auto}._assetHeader_1o64p_309{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._modalTitle_1o64p_317{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text)}._dialogMd_1o64p_325{background:var(--okeep-surface);border-radius:.5rem;padding:1.5rem;max-width:28rem;width:100%;margin-inline:1rem}._dialogTitle_1o64p_335{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text);margin-bottom:.5rem}._dialogText_1o64p_344{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:1.5rem}._dialogActions_1o64p_352{display:flex;justify-content:space-between;gap:.5rem}._rowGap2_1o64p_359{display:flex;gap:.5rem}._resultHeader_1o64p_365{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}._mb4_1o64p_373{margin-bottom:1rem}._resultLabel_1o64p_378{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:.5rem}._resultLink_1o64p_386{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-accent);word-break:break-all}._resultLink_1o64p_386:hover{text-decoration-line:underline}._errorsLabel_1o64p_397{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:#fb2c36;margin-bottom:.5rem}._warningsLabel_1o64p_406{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:#eab300;color:oklch(79.5% .184 86.047);margin-bottom:.5rem}._modalList_1o64p_415{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._modalList_1o64p_415>:not(:last-child){margin-block-end:.25rem}._justifyEnd_1o64p_425{display:flex;justify-content:flex-end}._row_gyi10_2{flex-direction:column;background:var(--okeep-surface-2);border-color:var(--okeep-border);border-radius:.375rem;padding:.75rem;position:relative}._colSpan3_gyi10_12{grid-column:span 3 / span 3}._colSpan4_gyi10_17{grid-column:span 4 / span 4}._removeBtn_gyi10_22{position:absolute;right:.5rem;top:.25rem;color:#fb2c36}._root_166pt_2{padding:1.5rem;position:relative}._form_166pt_8{height:100%;display:flex;flex-direction:column;justify-content:space-between}._form_166pt_8>:not(:last-child){margin-block-end:1.5rem}._grid2_166pt_19{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._schedulingSection_166pt_26{border-top:1px solid var(--okeep-border);padding-top:1rem;margin-top:1rem}._mb4_166pt_33{margin-bottom:1rem}._labelBase_166pt_38{font-size:1rem;line-height:1.5;font-weight:500}._mutedSm_166pt_45{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._labelStrongBlock_166pt_52{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;margin-bottom:.5rem;display:block}._pillRow_166pt_61{display:flex;flex-wrap:wrap;gap:.5rem}._recBtn_166pt_68{padding:.5rem .75rem;border-radius:.375rem;font-size:.875rem;line-height:calc(1.25 / .875);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;display:flex;flex-direction:column;align-items:flex-start}._pillActiveText_166pt_82{background:var(--okeep-accent);color:var(--okeep-text)}._pillInactiveLighter_166pt_88{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._pillInactiveLighter_166pt_88:hover{background:var(--okeep-surface)}._fontMedium_166pt_97{font-weight:500}._recDesc_166pt_102{font-size:.75rem;line-height:calc(1 / .75)}._recDescActive_166pt_107{color:color-mix(in oklab,var(--okeep-text) 70%,transparent)}._recDescInactive_166pt_111{color:var(--okeep-text-muted)}._hintMutedMb3_166pt_116{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.75rem}._dayBtn_166pt_124{padding:.375rem .75rem;border-radius:.375rem;font-size:.875rem;line-height:calc(1.25 / .875);text-transform:capitalize;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._errorXs_166pt_136{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-danger);margin-top:.25rem}._promosList_166pt_144{max-height:calc(100vh - 30rem);overflow-y:scroll}._promosList_166pt_144>:not(:last-child){margin-block-end:1rem}._mutedText_166pt_153{color:var(--okeep-text-muted)}._wFull_166pt_158{width:100%}._root_48lxt_2>:not(:last-child){margin-block-end:.75rem}._dropzone_48lxt_7{border-width:2px;border-style:dashed;border-color:var(--okeep-border);border-radius:.5rem;padding:2rem;text-align:center;cursor:pointer;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._dropzone_48lxt_7:hover{border-color:var(--okeep-accent)}._centerCol_48lxt_24{display:flex;flex-direction:column;align-items:center;gap:.5rem}._mutedSm_48lxt_32{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._mutedIcon_48lxt_39{color:var(--okeep-text-muted)}._dropTitle_48lxt_44{color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500}._dropHint_48lxt_52{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75)}._previewWrap_48lxt_59{position:relative;border-radius:.5rem;overflow:hidden;background:#000}._video_48lxt_67{width:100%;max-height:400px;object-fit:contain}._removeBtn_48lxt_74{position:absolute;top:.5rem;right:.5rem;background:color-mix(in oklab,#000 50%,transparent);border-radius:9999px;padding:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._removeBtn_48lxt_74:hover{background:color-mix(in oklab,#000 80%,transparent)}._iconWhite_48lxt_90{color:#fff}._metaRow_48lxt_95{position:absolute;bottom:.5rem;left:.5rem;display:flex;align-items:center;gap:.5rem}._metaChip_48lxt_105{background:color-mix(in oklab,#000 60%,transparent);color:#fff;font-size:.75rem;line-height:calc(1 / .75);padding:.25rem .5rem;border-radius:.25rem;display:flex;align-items:center;gap:.25rem}._metaChipPlain_48lxt_118{background:color-mix(in oklab,#000 60%,transparent);color:#fff;font-size:.75rem;line-height:calc(1 / .75);padding:.25rem .5rem;border-radius:.25rem}._hidden_48lxt_128{display:none}._errorText_48lxt_133{color:var(--okeep-danger);font-size:.875rem;line-height:calc(1.25 / .875)}._root_magc7_2{padding:1.5rem;position:relative;min-width:400px}._form_magc7_9>:not(:last-child){margin-block-end:1rem}._statusRow_magc7_14{display:flex;align-items:center;justify-content:flex-end;margin-bottom:1rem}._statusBadge_magc7_22{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500}._statusPublished_magc7_30{background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent);color:#05df72}._statusDraft_magc7_35{background:color-mix(in oklab,var(--okeep-text-muted) 20%,transparent);color:var(--okeep-text-muted)}._toggleRow_magc7_41{display:flex;gap:.5rem}._typeBtn_magc7_47{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._typeBtnActive_magc7_61{background:var(--okeep-accent);color:#fff}._typeBtnInactive_magc7_66{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._typeBtnInactive_magc7_66:hover{color:var(--okeep-text)}._videoThumb_magc7_75{border-radius:.5rem;overflow:hidden;background:#000;position:relative}._thumbImg_magc7_83{width:100%;max-height:300px;object-fit:contain}._thumbChip_magc7_90{position:absolute;bottom:.5rem;left:.5rem;background:color-mix(in oklab,#000 60%,transparent);color:#fff;font-size:.75rem;line-height:calc(1 / .75);padding:.25rem .5rem;border-radius:.25rem;display:flex;align-items:center;gap:.25rem}._mutedSm_magc7_106{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._warnBox_magc7_113{padding:.75rem;background:color-mix(in oklab,oklch(76.9% .188 70.08) 10%,transparent);border:1px solid color-mix(in oklab,oklch(76.9% .188 70.08) 30%,transparent);border-radius:.5rem}._submitBtn_magc7_121{width:100%;margin-top:1.5rem}._recurrenceBadge_f51q4_2{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;line-height:calc(1 / .75);font-weight:500;background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);color:#56a2ff;color:oklch(70.7% .165 254.624)}._icon3_f51q4_16{width:.75rem;height:.75rem}._groupPreview_f51q4_22{display:flex;align-items:center;justify-content:center;width:2.25rem;height:4rem;border-radius:.5rem;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._groupCount_f51q4_34{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:700}._storyImg_f51q4_41{width:2.25rem;height:4rem;border-radius:.375rem;object-fit:cover}._storyPlaceholder_f51q4_49{display:flex;align-items:center;justify-content:center;width:2.25rem;height:4rem;border-radius:.375rem;background:var(--okeep-surface-2)}._iconMuted4_f51q4_60{width:1rem;height:1rem;color:var(--okeep-text-muted)}._nameCol_f51q4_67{display:flex;flex-direction:column;gap:.125rem}._nameGroup_f51q4_74{font-weight:600;color:var(--okeep-text)}._nameItem_f51q4_80{color:var(--okeep-text)}._nameDesc_f51q4_85{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}._groupBadge_f51q4_96{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;line-height:calc(1 / .75);font-weight:500;background:color-mix(in oklab,oklch(58.5% .233 277.117) 20%,transparent);color:#7d87ff;color:oklch(67.3% .182 276.935)}._icon35_f51q4_110{width:.875rem;height:.875rem}._mutedSm_f51q4_116{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._scheduleRow_f51q4_123{display:flex;align-items:center;gap:.25rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._icon4_f51q4_133{width:1rem;height:1rem}._rowGroup_f51q4_139{background:color-mix(in oklab,var(--okeep-surface) 30%,transparent)}._previewModal_f51q4_144{padding:1rem;display:flex;gap:1.5rem}._phoneWrap_f51q4_151{flex-shrink:0}._phone_f51q4_151{position:relative;width:180px;height:320px;background:var(--okeep-bg);border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border-width:4px;border-style:solid;border-color:var(--okeep-surface)}._phoneNotch_f51q4_170{position:absolute;top:0;left:50%;transform:translate(-50%);width:4rem;height:1.25rem;background:var(--okeep-surface);border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem;z-index:10}._phoneImg_f51q4_184{width:100%;height:100%;object-fit:cover}._phoneEmpty_f51q4_191{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._phoneEmptyText_f51q4_200{text-align:center;color:var(--okeep-text-muted)}._phoneEmptyIcon_f51q4_206{width:3rem;height:3rem;margin-inline:auto;margin-bottom:.5rem;opacity:.5}._textSm_f51q4_215{font-size:.875rem;line-height:calc(1.25 / .875)}._textXsMt_f51q4_221{font-size:.75rem;line-height:calc(1 / .75);margin-top:.25rem}._mobileLabel_f51q4_228{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);text-align:center;margin-top:.5rem}._infoPanel_f51q4_237{flex:1 1 0%;min-width:200px}._infoPanel_f51q4_237>:not(:last-child){margin-block-end:1rem}._infoLabel_f51q4_246{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75);text-transform:uppercase;letter-spacing:.05em}._infoValue_f51q4_255{color:var(--okeep-text);margin-top:.25rem}._infoGrid_f51q4_261{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding-top:.5rem}._mt1_f51q4_269{margin-top:.25rem}._infoValueSm_f51q4_274{color:var(--okeep-text);margin-top:.25rem;font-size:.875rem;line-height:calc(1.25 / .875)}._warnBox_f51q4_282{padding:.75rem;background:color-mix(in oklab,oklch(76.9% .188 70.08) 10%,transparent);border:1px solid color-mix(in oklab,oklch(76.9% .188 70.08) 30%,transparent);border-radius:.5rem}._warnText_f51q4_290{color:#fabc00;color:oklch(82.8% .189 84.429);font-size:.875rem;line-height:calc(1.25 / .875)}._modeBtn_3bmq8_2{flex:1 1 0%;padding-inline:1rem;padding-block:.75rem;border-radius:.5rem;border-width:2px;border-style:solid;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;cursor:pointer}._modeBtnSelected_3bmq8_18{border-color:var(--okeep-accent);background:color-mix(in oklab,var(--okeep-accent) 10%,transparent);color:var(--okeep-text)}._modeBtnUnselected_3bmq8_24{border-color:var(--okeep-border);background:var(--okeep-bg);color:var(--okeep-text-muted)}._modeBtnUnselected_3bmq8_24:hover{border-color:color-mix(in oklab,var(--okeep-accent) 50%,transparent)}._toggleRow_3bmq8_33{display:flex;align-items:center;justify-content:space-between;padding-block:.5rem}._toggleMain_3bmq8_40{flex:1 1 0%;min-width:0;margin-right:1rem}._toggleTitle_3bmq8_46{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text)}._toggleSubtitle_3bmq8_53{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.125rem}._root_3bmq8_60{padding:1.5rem;position:relative}._stack4_3bmq8_65>:not(:last-child){margin-block-end:1rem}._iconPrimary_3bmq8_69{color:var(--okeep-accent)}._labelBlock_3bmq8_73{margin-bottom:.5rem;display:block}._modeButtons_3bmq8_78{display:flex;gap:.5rem}._modeHint_3bmq8_83{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.5rem}._variantToggle_17a7l_2{display:flex;gap:.5rem;width:100%;max-width:20rem}._tab_17a7l_9{flex:1 1 0%;padding-inline:.75rem;padding-block:.5rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._tabActive_17a7l_22{background:var(--okeep-accent);color:#fff}._tabInactive_17a7l_27{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._tabInactive_17a7l_27:hover{color:var(--okeep-text)}._content_17a7l_35{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;height:100%;padding:1.5rem}._previewWrap_17a7l_45{position:relative}._captionSm_17a7l_49{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);text-align:center}._actionsRow_17a7l_56{display:flex;gap:.75rem}._colorRow_17a7l_61{display:flex;gap:1rem}._colorLabel_17a7l_66{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:calc(1.25 / .875)}._colorInput_17a7l_74{width:2rem;height:2rem;border-width:1px;border-style:solid;border-radius:.25rem}._captionXs_17a7l_82{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);text-align:center}._settingsLink_17a7l_89{color:var(--okeep-accent)}._settingsLink_17a7l_89:hover{text-decoration-line:underline}._empty_14rdm_2{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._badge_14rdm_8{padding-inline:.5rem;padding-block:.25rem;border-radius:.375rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500}._zoneBlue_14rdm_17{background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);color:#56a2ff;color:oklch(70.7% .165 254.624)}._zonePurple_14rdm_22{background:color-mix(in oklab,oklch(62.7% .265 303.9) 20%,transparent);color:#bf7eff;color:oklch(71.4% .203 305.504)}._zoneGreen_14rdm_27{background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent);color:#05df72}._zoneAmber_14rdm_32{background:color-mix(in oklab,oklch(76.9% .188 70.08) 20%,transparent);color:#fabc00;color:oklch(82.8% .189 84.429)}._zonePink_14rdm_37{background:color-mix(in oklab,oklch(65.6% .241 354.308) 20%,transparent);color:#fb64b6}._zoneCyan_14rdm_42{background:color-mix(in oklab,oklch(71.5% .143 215.221) 20%,transparent);color:#00d1ec;color:oklch(78.9% .154 211.53)}._root_1g0g8_2{padding:1.5rem;position:relative}._titleMb2_1g0g8_7{font-size:1.25rem;line-height:calc(1.75 / 1.25);font-weight:700;margin-bottom:.5rem}._titleMb6_1g0g8_14{font-size:1.25rem;line-height:calc(1.75 / 1.25);font-weight:700;margin-bottom:1.5rem}._title_1g0g8_7{font-size:1.25rem;line-height:calc(1.75 / 1.25);font-weight:700}._explainer_1g0g8_27{display:flex;align-items:center;gap:.75rem;background:var(--okeep-surface-2);border-radius:.5rem;padding:1rem;margin-bottom:1.5rem;flex-wrap:wrap}._explainerStep_1g0g8_38{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._iconPrimaryShrink_1g0g8_47{color:var(--okeep-accent);flex-shrink:0}._iconMutedShrink_1g0g8_52{color:var(--okeep-text-muted);flex-shrink:0}._prompt_1g0g8_57{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text);margin-bottom:.75rem}._typeGrid_1g0g8_65{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}._typeCard_1g0g8_71{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem;border-radius:.5rem;border-width:2px;border-style:solid;border-color:var(--okeep-border);background:var(--okeep-bg);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;cursor:pointer;text-align:left}._typeCard_1g0g8_71:hover{border-color:color-mix(in oklab,var(--okeep-accent) 50%,transparent)}._iconPrimary_1g0g8_47{color:var(--okeep-accent)}._cardTitle_1g0g8_96{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text)}._cardSubtitle_1g0g8_103{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._stack4_1g0g8_109>:not(:last-child){margin-block-end:1rem}._countRow_1g0g8_113{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}._countBtn_1g0g8_120{width:2.5rem;height:2.5rem;border-radius:.5rem;border-width:2px;border-style:solid;border-color:var(--okeep-border);color:var(--okeep-text);display:flex;align-items:center;justify-content:center;cursor:pointer}._countBtn_1g0g8_120:hover{border-color:color-mix(in oklab,var(--okeep-accent) 50%,transparent)}._countInput_1g0g8_137{width:5rem!important;text-align:center}._presetRow_1g0g8_142{display:flex;gap:.5rem;margin-left:.5rem}._presetBtn_1g0g8_148{padding-inline:.75rem;padding-block:.5rem;border-radius:.5rem;border-width:2px;border-style:solid;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;cursor:pointer}._presetSelected_1g0g8_163{border-color:var(--okeep-accent);background:color-mix(in oklab,var(--okeep-accent) 10%,transparent);color:var(--okeep-text)}._presetUnselected_1g0g8_169{border-color:var(--okeep-border);background:var(--okeep-bg);color:var(--okeep-text-muted)}._presetUnselected_1g0g8_169:hover{border-color:color-mix(in oklab,var(--okeep-accent) 50%,transparent)}._previewText_1g0g8_178{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._zoneHint_1g0g8_184{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._labelBlock_1g0g8_191{margin-bottom:.5rem;display:block}._deliveryButtons_1g0g8_196{display:flex;gap:.5rem}._footer_1g0g8_201{display:flex;justify-content:space-between;padding-top:1rem;border-top-width:1px;border-top-style:solid;border-top-color:var(--okeep-border)}._doneHeader_1g0g8_210{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}._iconGreen_1g0g8_217{color:#00c65a;color:oklch(72.3% .219 149.579)}._createdList_1g0g8_221{display:flex;flex-wrap:wrap;gap:.5rem;background:var(--okeep-surface-2);border-radius:.5rem;padding:1rem;margin-bottom:.5rem}._createdChip_1g0g8_231{padding-inline:.5rem;padding-block:.25rem;border-radius:.375rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500;background:color-mix(in oklab,var(--okeep-accent) 10%,transparent);color:var(--okeep-text)}._zoneRow_1g0g8_242{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._doneHint_1g0g8_252{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:1.5rem}._spin_1g0g8_259{animation:_spin_1g0g8_259 1s linear infinite}@keyframes _spin_1g0g8_259{to{transform:rotate(360deg)}}._badge_4ve67_2{padding-inline:.5rem;padding-block:.25rem;border-radius:.375rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500}._badgeGreen_4ve67_11{background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent);color:#05df72}._badgeMuted_4ve67_16{background:color-mix(in oklab,var(--okeep-text-muted) 20%,transparent);color:var(--okeep-text-muted)}._badgeAmber_4ve67_21{background:color-mix(in oklab,oklch(76.9% .188 70.08) 20%,transparent);color:#fabc00;color:oklch(82.8% .189 84.429)}._badgeBlue_4ve67_26{background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);color:#56a2ff;color:oklch(70.7% .165 254.624)}._badgePurple_4ve67_31{background:color-mix(in oklab,oklch(62.7% .265 303.9) 20%,transparent);color:#bf7eff;color:oklch(71.4% .203 305.504)}._checkbox_4ve67_37{width:1rem;height:1rem;border-radius:.25rem;border-color:var(--okeep-border);background:var(--okeep-surface-2);color:var(--okeep-accent);cursor:pointer}._createdCell_4ve67_47{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._iconPrimary_4ve67_53{color:var(--okeep-accent)}._spin_4ve67_57{animation:_spin_4ve67_57 1s linear infinite}@keyframes _spin_4ve67_57{to{transform:rotate(360deg)}}._screen_1hd0n_2{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--okeep-surface);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2.5rem}._title_1hd0n_14{font-size:2.25rem;line-height:calc(2.5 / 2.25);font-weight:700}._userBlock_1hd0n_21{display:flex;flex-direction:column;align-items:center;gap:.75rem}._userLine_1hd0n_29{color:var(--okeep-text-muted)}._userEmail_1hd0n_34{font-weight:700;color:var(--okeep-text)}._cardRow_1hd0n_40{display:flex;flex-direction:row;gap:1rem}._skeletonCell_1hd0n_47{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem}._card_1hd0n_40{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem;border-radius:.375rem;cursor:pointer}._card_1hd0n_40:hover{background:var(--okeep-surface-2)}._avatar_1hd0n_70{width:5rem;height:5rem;border-radius:9999px;object-fit:cover}._avatarFallback_1hd0n_78{width:5rem;height:5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;background:var(--okeep-surface-2);color:var(--okeep-text);font-size:2rem;font-weight:700;line-height:1;-webkit-user-select:none;user-select:none}._plusIcon_1hd0n_94{width:5rem;height:5rem}._cardName_1hd0n_100{font-size:1.125rem;line-height:calc(1.75 / 1.125)}._root_1q9k2_2{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--okeep-surface-2);border-radius:.5rem;margin-bottom:.5rem}._dragging_1q9k2_12{opacity:.5;box-shadow:0 0 0 2px var(--okeep-accent),0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}._dimmed_1q9k2_17{opacity:.5}._dragHandle_1q9k2_22{cursor:grab;color:var(--okeep-text-muted)}._dragHandle_1q9k2_22:hover{color:var(--okeep-text)}._icon4_1q9k2_31{width:1rem;height:1rem}._icon35_1q9k2_36{width:.875rem;height:.875rem}._image_1q9k2_42{width:2.5rem;height:2.5rem;border-radius:.5rem;object-fit:cover}._imagePlaceholder_1q9k2_49{width:2.5rem;height:2.5rem;border-radius:.5rem;background:var(--okeep-surface-2);display:flex;align-items:center;justify-content:center}._imageIcon_1q9k2_59{width:1.25rem;height:1.25rem;color:var(--okeep-text-muted)}._info_1q9k2_66{flex:1 1 0%;min-width:0}._name_1q9k2_71{font-weight:500;color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._price_1q9k2_79{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._badges_1q9k2_86{display:flex;align-items:center;gap:.375rem}._statusBadge_1q9k2_93{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:.375rem}._statusActive_1q9k2_101{background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent);color:#05df72}._statusInactive_1q9k2_106{background:color-mix(in oklab,var(--okeep-text-muted) 20%,transparent);color:var(--okeep-text-muted)}._toggleBtn_1q9k2_112{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._toggleRed_1q9k2_126{background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);color:#ff6568;color:oklch(70.4% .191 22.216)}._toggleRed_1q9k2_126:hover{background:color-mix(in oklab,oklch(63.7% .237 25.331) 30%,transparent)}._togglePurple_1q9k2_134{background:color-mix(in oklab,oklch(62.7% .265 303.9) 20%,transparent);color:#bf7eff;color:oklch(71.4% .203 305.504)}._togglePurple_1q9k2_134:hover{background:color-mix(in oklab,oklch(62.7% .265 303.9) 30%,transparent)}._toggleIdle_1q9k2_142{background:var(--okeep-surface);color:var(--okeep-text-muted)}._toggleIdle_1q9k2_142:hover{background:var(--okeep-surface-2);color:var(--okeep-text)}._tag_1q9k2_152{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500}._tagPurple_1q9k2_163{background:color-mix(in oklab,oklch(62.7% .265 303.9) 20%,transparent);color:#bf7eff;color:oklch(71.4% .203 305.504)}._tagBlue_1q9k2_168{background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);color:#56a2ff;color:oklch(70.7% .165 254.624)}._actionBtn_1q9k2_174{padding:.5rem;border-radius:.375rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._actionBtnIdle_1q9k2_182{color:var(--okeep-text-muted)}._actionBtnIdle_1q9k2_182:hover{background:var(--okeep-surface-2);color:var(--okeep-text)}._actionBtnDanger_1q9k2_190{color:var(--okeep-text-muted)}._actionBtnDanger_1q9k2_190:hover{background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);color:#ff6568;color:oklch(70.4% .191 22.216)}._root_ygtmi_2{margin-bottom:1rem}._dimmed_ygtmi_6{opacity:.5}._header_ygtmi_11{display:flex;align-items:center;gap:.5rem;padding:.75rem;border-radius:.5rem;cursor:pointer;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._headerOver_ygtmi_23{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);box-shadow:0 0 0 2px var(--okeep-accent)}._headerIdle_ygtmi_28{background:var(--okeep-surface)}._headerIdle_ygtmi_28:hover{background:var(--okeep-surface-2)}._dragHandle_ygtmi_36{cursor:grab;color:var(--okeep-text-muted)}._dragHandle_ygtmi_36:hover{color:var(--okeep-text)}._icon4_ygtmi_45{width:1rem;height:1rem}._chevron_ygtmi_50{width:1.25rem;height:1.25rem;color:var(--okeep-text-muted)}._icon3_ygtmi_56{width:.75rem;height:.75rem}._name_ygtmi_62{font-weight:500;color:var(--okeep-text);flex:1 1 0%}._hiddenBadge_ygtmi_69{font-size:.75rem;line-height:calc(1 / .75);font-weight:500;background:color-mix(in oklab,oklch(62.7% .265 303.9) 20%,transparent);color:#bf7eff;color:oklch(71.4% .203 305.504);padding:.125rem .5rem;border-radius:.25rem}._scheduleBadge_ygtmi_80{display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500;background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);color:#56a2ff;color:oklch(70.7% .165 254.624);padding:.125rem .5rem;border-radius:.25rem}._count_ygtmi_94{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);background:var(--okeep-surface-2);padding:.125rem .5rem;border-radius:.25rem}._actions_ygtmi_104{display:flex;gap:.25rem}._iconBtn_ygtmi_110{padding:.375rem;border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._iconBtnIdle_ygtmi_118{color:var(--okeep-text-muted)}._iconBtnIdle_ygtmi_118:hover{background:var(--okeep-surface-2);color:var(--okeep-text)}._iconBtnPurple_ygtmi_126{background:color-mix(in oklab,oklch(62.7% .265 303.9) 20%,transparent);color:#bf7eff;color:oklch(71.4% .203 305.504)}._iconBtnPurple_ygtmi_126:hover{background:color-mix(in oklab,oklch(62.7% .265 303.9) 30%,transparent)}._iconBtnBlue_ygtmi_134{background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);color:#56a2ff;color:oklch(70.7% .165 254.624)}._iconBtnBlue_ygtmi_134:hover{background:color-mix(in oklab,oklch(62.3% .214 259.815) 30%,transparent)}._iconBtnDanger_ygtmi_142{color:var(--okeep-text-muted)}._iconBtnDanger_ygtmi_142:hover{background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);color:#ff6568;color:oklch(70.4% .191 22.216)}._itemsList_ygtmi_151{margin-top:.5rem;padding-left:1.5rem;min-height:48px;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._itemsListOver_ygtmi_161{background:color-mix(in oklab,var(--okeep-accent) 10%,transparent)}._emptyItems_ygtmi_166{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875);padding-top:1rem;padding-bottom:1rem;text-align:center}._overlay_gbuuc_3{position:fixed;top:0;right:0;bottom:0;left:0;background:color-mix(in oklab,#000 50%,transparent);display:flex;align-items:center;justify-content:center;z-index:50}._modal_gbuuc_13{background:var(--okeep-surface);padding:1.5rem;border-radius:.75rem;max-width:32rem;width:100%;max-height:80vh;overflow-y:auto}._modalHeader_gbuuc_23{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._row_gbuuc_30{display:flex;align-items:center;gap:.5rem}._modalTitle_gbuuc_36{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text)}._globalBadge_gbuuc_43{display:flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);color:#56a2ff;color:oklch(70.7% .165 254.624)}._icon3_gbuuc_55{width:.75rem;height:.75rem}._closeBtn_gbuuc_57{color:var(--okeep-text-muted)}._closeBtn_gbuuc_57:hover{color:var(--okeep-text)}._icon5_gbuuc_60{width:1.25rem;height:1.25rem}._typeRow_gbuuc_62{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}._typeIcon_gbuuc_69{width:1rem;height:1rem;color:var(--okeep-accent)}._muted_gbuuc_71{color:var(--okeep-text-muted)}._optionsList_gbuuc_73{margin-bottom:1.5rem}._optionsList_gbuuc_73>:not(:last-child){margin-block-end:.5rem}._optionRow_gbuuc_80{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-radius:.25rem;background:var(--okeep-bg)}._optionName_gbuuc_89{color:var(--okeep-text)}._optionDetail_gbuuc_91{display:flex;align-items:center;gap:.75rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._delta_gbuuc_100{color:#05df72}._defaultBadge_gbuuc_102{padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._modalActions_gbuuc_111{display:flex;gap:.5rem}._flex1_gbuuc_113{flex:1 1 0%}._loading_gbuuc_117{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._error_gbuuc_123{color:#ff6568;color:oklch(70.4% .191 22.216);font-size:.875rem;line-height:calc(1.25 / .875)}._root_gbuuc_129>:not(:last-child){margin-block-end:.5rem}._selectorRow_gbuuc_133{display:flex;align-items:center;gap:.5rem}._selectFlex_gbuuc_139{flex:1 1 0%}._previewBtn_gbuuc_141{padding:.5rem;border-radius:.5rem;background:var(--okeep-surface-2);color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._previewBtn_gbuuc_141:hover{color:var(--okeep-text)}._icon4_gbuuc_152{width:1rem;height:1rem}._btnSm_gbuuc_154{font-size:.875rem;line-height:calc(1.25 / .875)}._root_ge9wk_2{padding:1.5rem}._subtitle_ge9wk_7{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:1rem}._searchWrap_ge9wk_15{position:relative;margin-bottom:.75rem}._searchIcon_ge9wk_21{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--okeep-text-muted)}._searchInput_ge9wk_30{padding-left:2.25rem}._templates_ge9wk_35{margin-bottom:1rem}._templatesLabel_ge9wk_40{margin-bottom:.5rem}._chipList_ge9wk_45{display:flex;flex-wrap:wrap;gap:.5rem;max-height:12rem;overflow-y:auto}._chip_ge9wk_45{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-width:1px;border-style:solid}._chipSelected_ge9wk_71{background:var(--okeep-accent);color:#fff;border-color:var(--okeep-accent)}._chipIdle_ge9wk_78{background:var(--okeep-surface-2);color:var(--okeep-text-muted);border-color:var(--okeep-border)}._chipIdle_ge9wk_78:hover{border-color:var(--okeep-accent);color:var(--okeep-text)}._divider_ge9wk_89{display:flex;align-items:center;gap:.75rem;color:var(--okeep-text-muted);margin-bottom:1rem}._dividerLine_ge9wk_98{flex:1 1 0%;border-top:1px solid var(--okeep-border)}._dividerLabel_ge9wk_104{font-size:.75rem;line-height:calc(1 / .75);text-transform:uppercase;letter-spacing:.05em}._translationGrid_ge9wk_112{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:.75rem}._actions_ge9wk_120{display:flex;gap:.5rem;padding-top:1.5rem}._btnIcon_ge9wk_127{display:flex;align-items:center;gap:.5rem}._typeCard_1kthm_3{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;border-radius:.75rem;border-width:2px;border-style:solid;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._typeCardSelected_1kthm_17{border-color:var(--okeep-accent);background:color-mix(in oklab,var(--okeep-accent) 10%,transparent)}._typeCardIdle_1kthm_22{border-color:var(--okeep-border);background:var(--okeep-bg)}._typeCardIdle_1kthm_22:hover{border-color:color-mix(in oklab,var(--okeep-accent) 50%,transparent)}._typeCardDisabled_1kthm_30{opacity:.5;cursor:not-allowed}._typeCardIcon_1kthm_35{width:2rem;height:2rem}._colorAccent_1kthm_36{color:var(--okeep-accent)}._colorMuted_1kthm_37{color:var(--okeep-text-muted)}._colorText_1kthm_38{color:var(--okeep-text)}._textCenter_1kthm_40{text-align:center}._typeCardLabel_1kthm_42{font-weight:600}._typeCardDesc_1kthm_44{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._root_1kthm_53{padding:1.5rem}._readonlyRow_1kthm_55{display:flex;align-items:center;justify-content:flex-end;margin-bottom:1.5rem}._readonlyBadge_1kthm_62{padding:.25rem .75rem;border-radius:.25rem;background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);color:#56a2ff;color:oklch(70.7% .165 254.624);font-size:.875rem;line-height:calc(1.25 / .875)}._form_1kthm_71>:not(:last-child){margin-block-end:1.5rem}._typeLabel_1kthm_73{margin-bottom:.75rem;display:block}._typeGrid_1kthm_75{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}._typeWarning_1kthm_81{font-size:.75rem;line-height:calc(1 / .75);color:#f7c900;color:oklch(85.2% .199 91.936);margin-top:.5rem}._footer_1kthm_88{display:flex;justify-content:flex-end;gap:.5rem;margin-top:2rem;padding-top:1rem;border-top:1px solid var(--okeep-border)}._btnIcon_1kthm_97{display:flex;align-items:center;gap:.5rem}._icon4_1kthm_99{width:1rem;height:1rem}._icon3_13k67_2{width:.75rem;height:.75rem}._icon4_13k67_3{width:1rem;height:1rem}._icon5_13k67_4{width:1.25rem;height:1.25rem}._icon5Primary_13k67_6{width:1.25rem;height:1.25rem;color:var(--okeep-accent)}._icon6Primary_13k67_8{width:1.5rem;height:1.5rem;color:var(--okeep-accent)}._flex1_13k67_9{flex:1 1 0%}._textColor_13k67_10{color:var(--okeep-text)}._muted_13k67_11{color:var(--okeep-text-muted)}._deltaPos_13k67_13{color:#05df72}._deltaNeg_13k67_14{color:#ff6568;color:oklch(70.4% .191 22.216)}._optList_13k67_16>:not(:last-child){margin-block-end:.5rem}._badgePrimary_13k67_18{padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._dragHandle_13k67_27{cursor:grab;color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._dragHandle_13k67_27:active{cursor:grabbing}._dragHandle_13k67_27:hover{color:var(--okeep-text)}._item_13k67_39{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;background:var(--okeep-bg)}._itemDragging_13k67_48{opacity:.5;box-shadow:0 0 0 2px var(--okeep-accent),0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}._image_13k67_53{width:2.5rem;height:2.5rem;border-radius:.5rem;object-fit:cover;flex-shrink:0}._imagePlaceholder_13k67_55{width:2.5rem;height:2.5rem;border-radius:.5rem;background:var(--okeep-surface-2);display:flex;align-items:center;justify-content:center;flex-shrink:0}._name_13k67_66{flex:1 1 0%;color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._delta_13k67_13{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500}._modCounts_13k67_76{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._actions_13k67_78{display:flex;gap:.25rem;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._item_13k67_39:hover ._actions_13k67_78{opacity:1}._actionBtn_13k67_88{padding:.375rem;border-radius:.25rem;color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._actionEdit_13k67_97:hover{background:var(--okeep-surface-2);color:var(--okeep-text)}._actionDelete_13k67_99:hover{background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);color:#ff6568;color:oklch(70.4% .191 22.216)}._section_13k67_103{background:var(--okeep-surface);border-radius:.75rem;overflow:hidden}._sectionDragging_13k67_104{opacity:.5;box-shadow:0 0 0 2px var(--okeep-accent),0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}._sectionHeader_13k67_109{display:flex;align-items:center;gap:.75rem;padding:1rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._sectionHeader_13k67_109:hover{background:var(--okeep-surface-2)}._toggleBtn_13k67_120{color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._toggleBtn_13k67_120:hover{color:var(--okeep-text)}._typeIcon_13k67_128{width:1.25rem;height:1.25rem;color:var(--okeep-accent);flex-shrink:0}._groupInfo_13k67_130{flex:1 1 0%;min-width:0;cursor:pointer}._groupTitleRow_13k67_132{display:flex;align-items:center;gap:.5rem}._groupTitle_13k67_132{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._singleBadge_13k67_144{padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,oklch(62.7% .265 303.9) 20%,transparent);color:#bf7eff;color:oklch(71.4% .203 305.504)}._groupMeta_13k67_153{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._headerActions_13k67_155{display:flex;gap:.25rem}._iconBtn_13k67_157{padding:.5rem;border-radius:.5rem;color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._iconBtnPreview_13k67_166:hover{background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);color:#56a2ff;color:oklch(70.7% .165 254.624)}._iconBtnPrimary_13k67_168:hover{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._iconBtnNeutral_13k67_170:hover{background:var(--okeep-surface-2);color:var(--okeep-text)}._iconBtnDanger_13k67_172:hover{background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);color:#ff6568;color:oklch(70.4% .191 22.216)}._optionsWrap_13k67_174{padding-left:1rem;padding-right:1rem;padding-bottom:1rem}._emptyOptions_13k67_176{padding-top:1.5rem;padding-bottom:1.5rem;text-align:center;color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._addOneBtn_13k67_185{margin-left:.5rem;color:var(--okeep-accent)}._addOneBtn_13k67_185:hover{color:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}._modalRoot_13k67_190{padding:1.5rem}._form_13k67_192>:not(:last-child){margin-block-end:1rem}._label_13k67_194{display:block;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:.25rem}._imageRow_13k67_202{display:flex;align-items:center;gap:.75rem}._imgWrap_13k67_204{position:relative}._imgPreview_13k67_206{width:4rem;height:4rem;border-radius:.5rem;object-fit:cover}._imgRemove_13k67_208{position:absolute;top:-.5rem;right:-.5rem;width:1.25rem;height:1.25rem;background:#fb2c36;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:var(--okeep-text)}._imgRemove_13k67_208:hover{background:#e40014;background:oklch(57.7% .245 27.325)}._translations_13k67_223{padding-top:.75rem;border-top:1px solid var(--okeep-border)}._translations_13k67_223>:not(:last-child){margin-block-end:.75rem}._translationsTitle_13k67_226{display:block;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:#fff}._grid2_13k67_234{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._grid3_13k67_236{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}._checkLabel_13k67_238{display:flex;align-items:center;gap:.5rem;cursor:pointer}._checkbox_13k67_240{width:1rem;height:1rem}._footer_13k67_242{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.5rem}._singleSubtitle_13k67_244{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875);margin-bottom:1rem}._typeRow_13k67_251{display:flex;gap:.5rem}._typeBtn_13k67_253{padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);text-transform:capitalize;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._typeBtnActive_13k67_264{background:var(--okeep-accent);color:var(--okeep-text)}._typeBtnIdle_13k67_266{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._typeBtnIdle_13k67_266:hover{color:var(--okeep-text)}._previewFrame_13k67_271{max-width:24rem;margin-inline:auto}._phone_13k67_273{background:var(--okeep-bg);border-radius:1.5rem;padding:1rem;border-width:4px;border-style:solid;border-color:var(--okeep-border);box-shadow:0 25px 50px -12px #00000040}._phoneHeader_13k67_283{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}._phoneTitle_13k67_285{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text)}._phoneDesc_13k67_287{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:1rem}._pRow_13k67_289{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-radius:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._pRowExcluded_13k67_300{background:color-mix(in oklab,var(--okeep-danger) 10%,transparent)}._pRowIdle_13k67_302{background:var(--okeep-surface)}._pRowClickable_13k67_304{cursor:pointer}._pRowDisabled_13k67_306{opacity:.7}._pRowLeft_13k67_308{display:flex;align-items:center;gap:.75rem}._pCheck_13k67_310{width:1.25rem;height:1.25rem;border-radius:.25rem;border-width:2px;border-style:solid;display:flex;align-items:center;justify-content:center;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._pCheckExcluded_13k67_324{background:#fb2c36;border-color:#fb2c36}._pCheckIdle_13k67_326{border-color:var(--okeep-text-muted)}._icon3Text_13k67_328{width:.75rem;height:.75rem;color:var(--okeep-text)}._pName_13k67_330{color:var(--okeep-text);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._pNameExcluded_13k67_337{text-decoration-line:line-through;color:var(--okeep-text-muted)}._pDelta_13k67_339{font-size:.875rem;line-height:calc(1.25 / .875)}._oRow_13k67_341{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-radius:.5rem;cursor:pointer;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._oRowSelected_13k67_353{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);box-shadow:0 0 0 1px var(--okeep-accent)}._oRowIdle_13k67_358{background:var(--okeep-surface)}._oRadio_13k67_360{width:1.25rem;height:1.25rem;border-radius:9999px;border-width:2px;border-style:solid;display:flex;align-items:center;justify-content:center;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._oRadioSelected_13k67_374{border-color:var(--okeep-accent)}._oRadioIdle_13k67_376{border-color:var(--okeep-text-muted)}._oDot_13k67_378{width:.625rem;height:.625rem;border-radius:9999px;background:var(--okeep-accent)}._defaultBadge10_13k67_380{padding:.125rem .375rem;border-radius:.25rem;font-size:10px;background:color-mix(in oklab,var(--okeep-accent) 30%,transparent);color:var(--okeep-accent)}._mRow_13k67_388{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-radius:.5rem;background:var(--okeep-surface)}._mDelta_13k67_397{margin-left:.5rem;font-size:.875rem;line-height:calc(1.25 / .875)}._counter_13k67_399{display:flex;align-items:center;gap:.5rem}._counterBtn_13k67_401{width:2rem;height:2rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._counterBtnActive_13k67_413{background:var(--okeep-accent);color:var(--okeep-text)}._counterBtnDisabled_13k67_415{background:var(--okeep-border);color:var(--okeep-text-muted)}._count_13k67_399{width:2rem;text-align:center;color:var(--okeep-text);font-weight:500}._phoneEmpty_13k67_419{padding-top:2rem;padding-bottom:2rem;text-align:center;color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._previewFooter_13k67_428{display:flex;justify-content:center;margin-top:1.5rem}._loading_13k67_432{background:var(--okeep-surface);border-radius:.5rem;padding:1rem}._root_13k67_434>:not(:last-child){margin-block-end:1.5rem}._header_13k67_155{margin-bottom:1.5rem}._headerLeft_13k67_438{display:flex;align-items:center;gap:.5rem}._pageTitle_13k67_440{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:var(--okeep-text)}._btnIcon_13k67_447{display:flex;align-items:center;gap:.5rem}._searchWrap_13k67_449{max-width:28rem}._searchRel_13k67_451{position:relative}._searchIcon_13k67_453{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:var(--okeep-text-muted)}._searchInput_13k67_463{padding-left:2.5rem}._emptyState_13k67_465{background:var(--okeep-surface);border-radius:.75rem;padding:2rem;text-align:center}._emptyHint_13k67_472{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-top:.25rem}._groupList_13k67_479>:not(:last-child){margin-block-end:.75rem}._footerCount_13k67_481{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._root_1wztq_2>:not(:last-child){margin-block-end:.25rem}._colHeaders_1wztq_5{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);text-transform:uppercase;letter-spacing:.05em}._w8_1wztq_16{width:2rem}._w16_1wztq_17{width:4rem}._w20_1wztq_18{width:5rem}._w24_1wztq_19{width:6rem}._flex1_1wztq_20{flex:1 1 0%}._icon4_1wztq_21{width:1rem;height:1rem}._row_1wztq_24{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._rowHidden_1wztq_35{background:color-mix(in oklab,var(--okeep-bg) 50%,transparent);opacity:.5}._rowVisible_1wztq_40{background:var(--okeep-bg)}._rowVisible_1wztq_40:hover{background:var(--okeep-surface-2)}._toggleBtn_1wztq_44{padding:.375rem;border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._toggleHidden_1wztq_52{color:var(--okeep-text-muted)}._toggleHidden_1wztq_52:hover{color:var(--okeep-text)}._toggleVisible_1wztq_55{color:#05df72}._toggleVisible_1wztq_55:hover{color:#7bf1a8}._nameCell_1wztq_59{flex:1 1 0%;display:flex;align-items:center;gap:.5rem;min-width:0}._name_1wztq_59{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._lineThrough_1wztq_73{text-decoration-line:line-through}._badgeYellow_1wztq_76{padding:.125rem .375rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,oklch(79.5% .184 86.047) 20%,transparent);color:#f7c900;color:oklch(85.2% .199 91.936)}._deltaCell_1wztq_86{display:flex;align-items:center;gap:.25rem;width:6rem}._plusSmall_1wztq_93{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75)}._inputSm_1wztq_99{width:5rem;height:1.75rem;font-size:.875rem;line-height:calc(1.25 / .875)}._inputMod_1wztq_106{width:4rem;height:1.75rem;font-size:.875rem;line-height:calc(1.25 / .875)}._radioCell_1wztq_114{width:5rem;display:flex;justify-content:center;align-items:center;gap:.25rem}._radio_1wztq_114{width:1rem;height:1rem;color:var(--okeep-accent)}._warnIcon_1wztq_124{width:1rem;height:1rem;color:#f7c900;color:oklch(85.2% .199 91.936)}._switchCell_1wztq_126{width:5rem;display:flex;justify-content:center}._customHeader_1wztq_129{padding-top:.5rem;padding-bottom:.5rem}._customLabel_1wztq_131{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);text-transform:uppercase;letter-spacing:.05em}._extraRow_1wztq_139{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:.5rem;background:var(--okeep-bg)}._extraRow_1wztq_139:hover{background:var(--okeep-surface-2)}._starIcon_1wztq_149{width:1rem;height:1rem;color:var(--okeep-accent)}._extraNameCell_1wztq_151{flex:1 1 0%;display:flex;align-items:center;gap:.5rem}._badgePrimary_1wztq_158{padding:.125rem .375rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._deltaDisplay_1wztq_167{width:6rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._modDisplay_1wztq_174{width:4rem;font-size:.875rem;line-height:calc(1.25 / .875);text-align:center;color:var(--okeep-text-muted)}._removeBtn_1wztq_182{padding:.375rem;border-radius:.25rem;color:var(--okeep-text-muted)}._removeBtn_1wztq_182:hover{background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);color:#ff6568;color:oklch(70.4% .191 22.216)}._warnText_1wztq_193{font-size:.875rem;line-height:calc(1.25 / .875);color:#f7c900;color:oklch(85.2% .199 91.936);margin-top:.5rem}._warnBox_1wztq_200{display:flex;align-items:flex-start;gap:.5rem;margin-top:.5rem;padding:.5rem;border-radius:.25rem;background:color-mix(in oklab,oklch(79.5% .184 86.047) 10%,transparent);border:1px solid color-mix(in oklab,oklch(79.5% .184 86.047) 30%,transparent)}._warnBoxIcon_1wztq_211{width:1rem;height:1rem;color:#f7c900;color:oklch(85.2% .199 91.936);flex-shrink:0;margin-top:.125rem}._warnBoxText_1wztq_219{font-size:.875rem;line-height:calc(1.25 / .875);color:#f7c900;color:oklch(85.2% .199 91.936)}._empty_1kzs4_2{text-align:center;padding-top:2rem;padding-bottom:2rem;color:var(--okeep-text-muted)}._textSm_1kzs4_9{font-size:.875rem;line-height:calc(1.25 / .875)}._root_1kzs4_14>:not(:last-child){margin-block-end:1rem}._summary_1kzs4_16{display:flex;align-items:center;justify-content:space-between}._summaryText_1kzs4_22{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._btnSm_1kzs4_28{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:calc(1.25 / .875)}._icon4_1kzs4_35{width:1rem;height:1rem}._table_1kzs4_37>:not(:last-child){margin-block-end:.25rem}._tableHeader_1kzs4_39{display:flex;align-items:center;gap:1rem;padding:.5rem .75rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);text-transform:uppercase;letter-spacing:.05em}._flex1_1kzs4_50{flex:1 1 0%}._w24_1kzs4_51{width:6rem}._w16_1kzs4_52{width:4rem}._row_1kzs4_54{display:flex;align-items:center;gap:1rem;padding:.5rem .75rem;border-radius:.5rem;background:var(--okeep-bg)}._nameCell_1kzs4_63{flex:1 1 0%;display:flex;align-items:center;gap:.5rem}._name_1kzs4_63{color:var(--okeep-text)}._badgeRed_1kzs4_72{padding:.125rem .375rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);color:#ff6568;color:oklch(70.4% .191 22.216)}._badgePrimary_1kzs4_81{padding:.125rem .375rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._badgeBlue_1kzs4_90{padding:.125rem .375rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);color:#56a2ff;color:oklch(70.7% .165 254.624)}._cellMuted_1kzs4_99{width:6rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._cellYellow_1kzs4_106{width:6rem;font-size:.875rem;line-height:calc(1.25 / .875);color:#f7c900;color:oklch(85.2% .199 91.936)}._resetBtn_1kzs4_113{padding:.375rem;border-radius:.25rem;color:var(--okeep-text-muted)}._resetBtn_1kzs4_113:hover{background:var(--okeep-surface-2);color:var(--okeep-text)}._showBtn_1kzs4_123{padding:.375rem;border-radius:.25rem;color:var(--okeep-text-muted)}._showBtn_1kzs4_123:hover{background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent);color:#05df72}._root_f4plk_2{max-width:24rem;margin-inline:auto}._frame_f4plk_4{background:var(--okeep-bg);border-radius:1rem;padding:1rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}._groupHeader_f4plk_11{margin-bottom:.75rem}._groupTitle_f4plk_13{color:var(--okeep-text);font-weight:600;font-size:1rem;line-height:1.5}._requiredStar_f4plk_20{color:#ff6568;color:oklch(70.4% .191 22.216);margin-left:.25rem}._groupHint_f4plk_22{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.125rem}._optionsList_f4plk_29>:not(:last-child){margin-block-end:.5rem}._empty_f4plk_31{text-align:center;padding-top:1rem;padding-bottom:1rem;color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._radioRow_f4plk_41{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.75rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._radioRowSelected_f4plk_53{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent)}._radioRowIdle_f4plk_55{background:var(--okeep-surface)}._radioRowIdle_f4plk_55:hover{background:var(--okeep-surface-2)}._radioCircle_f4plk_58{width:1.25rem;height:1.25rem;border-radius:9999px;border-width:2px;border-style:solid;display:flex;align-items:center;justify-content:center}._radioCircleSelected_f4plk_69{border-color:var(--okeep-accent);background:var(--okeep-accent)}._radioCircleIdle_f4plk_71{border-color:var(--okeep-border)}._radioDot_f4plk_73{width:.5rem;height:.5rem;border-radius:9999px;background:var(--color-text-inverse)}._radioLabel_f4plk_75{flex:1 1 0%;text-align:left;color:var(--okeep-text)}._deltaText_f4plk_77{color:var(--okeep-accent)}._newTag_f4plk_79{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent)}._checkRow_f4plk_83{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.75rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._checkRowExcluded_f4plk_95{background:color-mix(in oklab,var(--okeep-danger) 10%,transparent)}._checkRowIdle_f4plk_97{background:var(--okeep-surface)}._checkRowHover_f4plk_99:hover{background:var(--okeep-surface-2)}._checkRowDisabled_f4plk_101{opacity:.5;cursor:not-allowed}._checkbox_f4plk_103{width:1.25rem;height:1.25rem;border-radius:.375rem;border-width:2px;border-style:solid;display:flex;align-items:center;justify-content:center}._checkboxExcluded_f4plk_114{border-color:#ff6568;border-color:oklch(70.4% .191 22.216);background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent)}._checkboxIdle_f4plk_116{border-color:#00c65a;border-color:oklch(72.3% .219 149.579);background:#00c65a;background:oklch(72.3% .219 149.579)}._checkIcon_f4plk_118{width:.75rem;height:.75rem;color:var(--color-text-inverse)}._checkLabel_f4plk_120{flex:1 1 0%;text-align:left}._checkLabelExcluded_f4plk_122{color:var(--okeep-text-muted);text-decoration-line:line-through}._checkLabelIdle_f4plk_124{color:var(--okeep-text)}._excludedTag_f4plk_126{font-size:.75rem;line-height:calc(1 / .75);color:#ff6568;color:oklch(70.4% .191 22.216)}._modRow_f4plk_130{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.75rem;background:var(--okeep-surface)}._modName_f4plk_139{flex:1 1 0%;color:var(--okeep-text)}._modEach_f4plk_141{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._counter_f4plk_143{display:flex;align-items:center;gap:.5rem}._counterBtn_f4plk_145{width:2rem;height:2rem;border-radius:9999px;display:flex;align-items:center;justify-content:center}._counterBtnActive_f4plk_154{background:var(--okeep-surface-2);color:var(--okeep-text)}._counterBtnActive_f4plk_154:hover{background:var(--okeep-border)}._counterBtnPrimary_f4plk_157{background:var(--okeep-accent);color:var(--okeep-text)}._counterBtnPrimary_f4plk_157:hover{background:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}._counterBtnDisabled_f4plk_160{background:var(--okeep-surface);color:var(--okeep-text-muted);cursor:not-allowed}._icon4_f4plk_162{width:1rem;height:1rem}._count_f4plk_143{width:2rem;text-align:center;color:var(--okeep-text);font-weight:500}._root_1fldb_2{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;padding:.75rem 1rem;background:color-mix(in oklab,var(--okeep-surface-2) 50%,transparent)}._field_1fldb_12{display:flex;align-items:center;gap:.5rem}._label_1fldb_19{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._input_1fldb_26{width:12rem;height:2rem;font-size:.875rem;line-height:calc(1.25 / .875)}._root_h3n72_2{padding:1rem;background:var(--okeep-bg);border-radius:.5rem;border:1px solid var(--okeep-border)}._title_h3n72_9{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text);margin-bottom:1rem}._grid2_h3n72_17{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._labelXs_h3n72_23{font-size:.75rem;line-height:calc(1 / .75)}._inputH8_h3n72_28{height:2rem}._deltaRow_h3n72_30{display:flex;align-items:center;gap:.25rem}._plusSign_h3n72_32{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._switchRow_h3n72_38{display:flex;align-items:center;gap:.5rem;margin-top:1rem}._switchLabel_h3n72_45{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._grid3_h3n72_51{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem}._actions_h3n72_58{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}._btnSm_h3n72_65{height:2rem;font-size:.875rem;line-height:calc(1.25 / .875)}._iconMr_h3n72_71{width:1rem;height:1rem;margin-right:.25rem}._root_81gw0_2{background:var(--okeep-surface);border-radius:.75rem;overflow:hidden;border:1px solid var(--okeep-border)}._header_81gw0_9{display:flex;align-items:center;gap:.75rem;padding:1rem;cursor:pointer;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._header_81gw0_9:hover{background:var(--okeep-surface-2)}._icon5Muted_81gw0_21{width:1.25rem;height:1.25rem;color:var(--okeep-text-muted)}._flex1_81gw0_23{flex:1 1 0%;min-width:0}._titleRow_81gw0_25{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._title_81gw0_25{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._globalBadge_81gw0_37{display:flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);color:#56a2ff;color:oklch(70.7% .165 254.624)}._icon3_81gw0_49{width:.75rem;height:.75rem}._singleBadge_81gw0_51{padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,oklch(62.7% .265 303.9) 20%,transparent);color:#bf7eff;color:oklch(71.4% .203 305.504)}._overrideBadge_81gw0_60{padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._subtitle_81gw0_69{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-top:.125rem}._removeBtn_81gw0_76{padding:.5rem;border-radius:.5rem;color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._removeBtn_81gw0_76:hover{background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);color:#ff6568;color:oklch(70.4% .191 22.216)}._icon5_81gw0_21{width:1.25rem;height:1.25rem}._overflowHidden_81gw0_91{overflow:hidden}._contentBorder_81gw0_93{border-top:1px solid var(--okeep-border)}._icon4_81gw0_95{width:1rem;height:1rem}._tabContent_81gw0_97{padding:1rem}._addWrap_81gw0_99{padding-left:1rem;padding-right:1rem;padding-bottom:1rem}._addBtn_81gw0_101{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-accent);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._addBtn_81gw0_101:hover{color:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}._root_8fwmp_2{background:var(--okeep-surface);border-radius:.5rem;border-width:1px;border-style:solid}._rootError_8fwmp_9{border-color:color-mix(in oklab,oklch(63.7% .237 25.331) 50%,transparent)}._rootWarn_8fwmp_13{border-color:color-mix(in oklab,oklch(79.5% .184 86.047) 50%,transparent)}._header_8fwmp_18{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem}._headerError_8fwmp_25{background:color-mix(in oklab,oklch(63.7% .237 25.331) 10%,transparent)}._headerWarn_8fwmp_29{background:color-mix(in oklab,oklch(79.5% .184 86.047) 10%,transparent)}._icon5_8fwmp_34{width:1.25rem;height:1.25rem}._colorError_8fwmp_39{color:#ff6568;color:oklch(70.4% .191 22.216)}._colorWarn_8fwmp_43{color:#f7c900;color:oklch(85.2% .199 91.936)}._title_8fwmp_47{font-weight:500}._saveDisabled_8fwmp_51{font-size:.875rem;line-height:calc(1.25 / .875);color:#ffa3a3;color:oklch(80.8% .114 19.571);margin-left:.5rem}._list_8fwmp_59>:not(:last-child){border-top-width:0;border-bottom:1px solid var(--okeep-border)}._row_8fwmp_65{width:100%;display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;text-align:left;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._row_8fwmp_65:hover{background:var(--okeep-surface-2)}._rowError_8fwmp_80{color:#ffa3a3;color:oklch(80.8% .114 19.571)}._rowWarn_8fwmp_84{color:#ffe030;color:oklch(90.5% .182 98.111)}._emoji_8fwmp_88{font-size:1.125rem;line-height:calc(1.75 / 1.125)}._message_8fwmp_93{flex:1 1 0%;font-size:.875rem;line-height:calc(1.25 / .875)}._icon3_9qokl_2{width:.75rem;height:.75rem}._icon4_9qokl_3{width:1rem;height:1rem}._icon8_9qokl_4{width:2rem;height:2rem}._icon5Primary_9qokl_6{width:1.25rem;height:1.25rem;color:var(--okeep-accent)}._textXs_9qokl_8{font-size:.75rem;line-height:calc(1 / .75)}._textSmMuted_9qokl_9{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._fontMedium_9qokl_10{font-weight:500}._stepIndicator_9qokl_14{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}._stepBtn_9qokl_16{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;font-size:.875rem;line-height:calc(1.25 / .875)}._stepBtnActive_9qokl_29{background:var(--okeep-accent);color:#fff}._stepBtnCompleted_9qokl_31{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._stepBtnIdle_9qokl_33{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._stepBtnClickable_9qokl_35{cursor:pointer}._stepBtnClickable_9qokl_35:hover{opacity:.8}._stepBtnDisabled_9qokl_38{cursor:not-allowed}._stepNum_9qokl_40{width:1.25rem;height:1.25rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:.75rem;line-height:calc(1 / .75);font-weight:700}._stepNumCompleted_9qokl_52{background:var(--okeep-accent);color:#fff}._stepNumIncomplete_9qokl_54{background:var(--okeep-surface)}._stepNumActive_9qokl_56{background:#fff;color:var(--okeep-accent)}._stepLabel_9qokl_58{display:none;font-weight:500}@media(min-width:640px){._stepLabel_9qokl_58{display:inline}}._stepChevron_9qokl_61{width:1rem;height:1rem}._stepChevronDone_9qokl_62{color:var(--okeep-accent)}._stepChevronIdle_9qokl_63{color:var(--okeep-border)}._tabBtn_9qokl_71{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem;border-bottom-width:2px;border-bottom-style:solid;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;position:relative}._tabBtnActive_9qokl_86{background:var(--okeep-surface);border-color:var(--okeep-accent);color:var(--okeep-text)}._tabBtnIdle_9qokl_88{background:var(--okeep-bg);border-color:transparent;color:var(--okeep-text-muted)}._tabBtnIdle_9qokl_88:hover{color:var(--okeep-text);background:color-mix(in oklab,var(--okeep-surface) 50%,transparent)}._tabIconActive_9qokl_91{color:var(--okeep-accent)}._tabIconIdle_9qokl_92{color:var(--okeep-text-muted)}._tabCount_9qokl_94{padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;line-height:calc(1 / .75);font-weight:500}._tabCountActive_9qokl_101{background:var(--okeep-accent);color:#fff}._tabCountIdle_9qokl_102{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._tabWarn_9qokl_104{width:1rem;height:1rem;color:#eab300;color:oklch(79.5% .184 86.047);position:absolute;top:-.25rem;right:-.25rem}._emptyTab_9qokl_115{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:2rem;padding-bottom:2rem;text-align:center}._emptyTabIcon_9qokl_117{width:3rem;height:3rem;border-radius:9999px;background:var(--okeep-surface-2);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}._emptyTabPlus_9qokl_119{width:1.5rem;height:1.5rem;color:var(--okeep-text-muted)}._emptyTabTitle_9qokl_121{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875);margin-bottom:.25rem}._emptyTabHint_9qokl_123{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75)}._preview_9qokl_127{background:var(--okeep-surface);border-radius:.75rem;padding:1rem;border:1px solid var(--okeep-border);position:sticky;top:1.5rem}._previewHeader_9qokl_129{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:var(--okeep-text-muted)}._previewHeaderText_9qokl_131{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500}._badgeInactive_9qokl_133{margin-left:auto;font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,oklch(79.5% .184 86.047) 20%,transparent);color:#eab300;color:oklch(79.5% .184 86.047);padding:.125rem .5rem;border-radius:.25rem}._badgeHidden_9qokl_135{font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,oklch(62.7% .265 303.9) 20%,transparent);color:#bf7eff;color:oklch(71.4% .203 305.504);padding:.125rem .5rem;border-radius:.25rem}._badgeScheduled_9qokl_137{font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);color:#56a2ff;color:oklch(70.7% .165 254.624);padding:.125rem .5rem;border-radius:.25rem;display:flex;align-items:center;gap:.25rem}._badgeSoldOut_9qokl_139{font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);color:#fb2c36;padding:.125rem .5rem;border-radius:.25rem}._previewCard_9qokl_141{background:var(--okeep-bg);border-radius:.75rem;overflow:hidden;border:1px solid var(--okeep-border)}._previewImageArea_9qokl_143{position:relative;height:8rem;background:var(--okeep-surface-2);display:flex;align-items:center;justify-content:center}._previewImage_9qokl_143{width:100%;height:100%;object-fit:cover}._previewNoImage_9qokl_147{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--okeep-text-muted)}._previewContent_9qokl_149{padding:.75rem}._previewTitleRow_9qokl_151{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}._previewName_9qokl_153{font-weight:600;color:var(--okeep-text)}._previewPrice_9qokl_155{font-weight:700;color:var(--okeep-accent);white-space:nowrap}._previewDesc_9qokl_157{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.5rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}._previewIngredients_9qokl_159{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.5rem}._previewCounts_9qokl_161{display:flex;align-items:center;gap:.5rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._previewCountItem_9qokl_163{display:flex;align-items:center;gap:.25rem}._previewCustomizable_9qokl_165{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent);margin-top:.5rem}._collapse_9qokl_169{border:1px solid var(--okeep-border);border-radius:.75rem;overflow:hidden}._collapseHeader_9qokl_171{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem;background:var(--okeep-surface);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._collapseHeader_9qokl_171:hover{background:var(--okeep-surface-2)}._collapseHeaderLeft_9qokl_184{display:flex;align-items:center;gap:.75rem}._collapseTitle_9qokl_186{font-weight:500;color:var(--okeep-text)}._collapseBadge_9qokl_188{padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._collapseChevron_9qokl_190{width:1.25rem;height:1.25rem;color:var(--okeep-text-muted);transition-property:transform,translate,scale,rotate;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._rotated_9qokl_199{rotate:180deg}._collapseBody_9qokl_201{padding:1rem;background:var(--okeep-bg);border-top:1px solid var(--okeep-border)}._collapseBody_9qokl_201>:not(:last-child){margin-block-end:1rem}._collapseText_9qokl_204{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._labelBlock_9qokl_206{margin-bottom:.5rem;display:block}._dayList_9qokl_208{display:flex;flex-wrap:wrap;gap:.5rem}._day_9qokl_208{padding:.375rem .75rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);text-transform:capitalize;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._daySelected_9qokl_220{background:var(--okeep-accent);color:#fff}._dayIdle_9qokl_221{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._dayIdle_9qokl_221:hover{background:var(--okeep-surface)}._grid2_9qokl_224{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._clearBtn_9qokl_226{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._clearBtn_9qokl_226:hover{color:var(--okeep-text)}._grid1sm2_9qokl_236{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media(min-width:640px){._grid1sm2_9qokl_236{grid-template-columns:repeat(2,minmax(0,1fr))}}._translationCol_9qokl_239{background:var(--okeep-surface-2);padding:1rem;border-radius:.5rem}._translationCol_9qokl_239>:not(:last-child){margin-block-end:.75rem}._translationColTitle_9qokl_242{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text)}._root_9qokl_246{padding:1.5rem;position:relative;width:100%;max-width:64rem;margin-inline:auto}._switchRow_9qokl_248{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-bottom:1rem}._switchGroup_9qokl_250{display:flex;align-items:center;gap:1rem}._switchItem_9qokl_252{display:flex;align-items:center;gap:.5rem}._switchLabel_9qokl_254{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._mainGrid_9qokl_256{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:1024px){._mainGrid_9qokl_256{grid-template-columns:repeat(3,minmax(0,1fr))}}._mainCol_9qokl_259>:not(:last-child){margin-block-end:1.5rem}@media(min-width:1024px){._mainCol_9qokl_259{grid-column:span 2 / span 2}}._spaceY6_9qokl_262>:not(:last-child){margin-block-end:1.5rem}._card_9qokl_264>:not(:last-child){margin-block-end:1rem}._cardTitle_9qokl_266{font-weight:600;color:var(--okeep-text);margin-bottom:.5rem}._categoryRow_9qokl_268{display:flex;gap:.5rem;align-items:flex-start}._flex1_9qokl_270{flex:1 1 0%;min-width:0}._newCategoryBtn_9qokl_272{flex-shrink:0;padding:.5rem .75rem;border-radius:.375rem;background:var(--okeep-surface-2);color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875);white-space:nowrap}._newCategoryBtn_9qokl_272:hover{background:var(--okeep-bg)}._optionsCard_9qokl_284{background:var(--okeep-surface);border-radius:.75rem;overflow:hidden}._tabHeader_9qokl_286{display:flex;border-bottom:1px solid var(--okeep-border);background:var(--okeep-bg)}._tabContent_9qokl_288{padding:1.5rem}._tabDescRow_9qokl_290{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}._selectorWrap_9qokl_292{flex-shrink:0;width:16rem}._spaceY3_9qokl_294>:not(:last-child){margin-block-end:.75rem}._mt4_9qokl_296{margin-top:1rem}._navRow_9qokl_298{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--okeep-border)}._backBtn_9qokl_300{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._backBtnDisabled_9qokl_311{color:var(--okeep-border);cursor:not-allowed}._backBtnActive_9qokl_313{color:var(--okeep-text-muted)}._backBtnActive_9qokl_313:hover{color:var(--okeep-text);background:var(--okeep-surface)}._navBtns_9qokl_316{display:flex;gap:.5rem}._btnFlex_9qokl_318{display:flex;align-items:center}._iconSave_9qokl_320{width:1rem;height:1rem;margin-right:.25rem}._iconNext_9qokl_322{width:1rem;height:1rem;margin-left:.25rem}._previewSidebar_9qokl_324{display:none}@media(min-width:1024px){._previewSidebar_9qokl_324{display:block}}._root_vh3ll_2{padding:1.5rem}._form_vh3ll_7>:not(:last-child){margin-block-end:1rem}._translations_vh3ll_12{padding-top:1rem;border-top:1px solid var(--okeep-border)}._translations_vh3ll_12>:not(:last-child){margin-block-end:1rem}._sectionTitle_vh3ll_21{font-weight:500;color:#fff}._grid2_vh3ll_27{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._actions_vh3ll_34{display:flex;gap:.5rem;padding-top:1rem}._root_8ux6d_2{padding:1.5rem}._subtitle_8ux6d_7{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:1.5rem}._section_8ux6d_15{margin-bottom:1.5rem}._sectionLabel_8ux6d_20{margin-bottom:.5rem;display:block}._dayList_8ux6d_26{display:flex;flex-wrap:wrap;gap:.5rem}._day_8ux6d_26{padding:.375rem .75rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);text-transform:capitalize;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._daySelected_8ux6d_45{background:var(--okeep-accent);color:#fff}._dayIdle_8ux6d_51{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._dayIdle_8ux6d_51:hover{background:var(--okeep-surface)}._hoursGrid_8ux6d_60{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._actions_8ux6d_67{display:flex;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--okeep-border)}._clearBtn_8ux6d_75{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._clearBtn_8ux6d_75:hover{color:var(--okeep-text)}._actionBtns_8ux6d_88{display:flex;gap:.5rem}._screen_h4n21_2{display:flex;flex-direction:column;max-height:85vh}._body_h4n21_9{flex:1 1 0%;overflow-y:auto;padding-inline:1.5rem;padding-top:1.5rem}._body_h4n21_9>:not(:last-child){margin-block-end:1rem}._card_h4n21_20{background:var(--okeep-surface-2);padding:1rem;border-radius:.5rem}._merchantRow_h4n21_27{display:flex;align-items:flex-start;gap:1rem}._logo_h4n21_34{max-width:4rem;max-height:4rem;border-radius:.375rem;object-fit:cover;flex-shrink:0}._merchantInfo_h4n21_43{flex:1 1 0%;min-width:0}._merchantName_h4n21_49{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text)}._merchantDesc_h4n21_57{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._toggleRow_h4n21_65{margin-top:1rem;padding-top:1rem;border-top-width:1px;border-top-style:solid;border-top-color:var(--okeep-border)}._switchLabel_h4n21_73{display:flex;align-items:center;gap:.5rem}._address_h4n21_80{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._locMeta_h4n21_87{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._menuGroups_h4n21_95>:not(:last-child){margin-block-end:1rem}._categoryLabel_h4n21_100{font-size:.75rem;line-height:calc(1 / .75);font-weight:500;color:var(--okeep-text-muted);text-transform:uppercase;letter-spacing:.025em;margin-bottom:.5rem}._itemList_h4n21_111>:not(:last-child){margin-block-end:.5rem}._itemRow_h4n21_116{display:flex;align-items:center;gap:.75rem;background:var(--okeep-surface-2);padding:.75rem;border-radius:.5rem}._checkbox_h4n21_127{width:1rem;height:1rem;border-radius:.25rem;border-color:var(--okeep-border);background:var(--okeep-surface-2);color:var(--okeep-accent);cursor:pointer;flex-shrink:0}._inputInvalid_h4n21_139{border-color:#fb2c36}._priceInput_h4n21_144{width:6rem;flex-shrink:0}._alertIcon_h4n21_150{color:#eab300;color:oklch(79.5% .184 86.047);flex-shrink:0}._warningsBox_h4n21_156{background:var(--okeep-surface-2);border-radius:.5rem;padding:1rem}._warningsTitle_h4n21_163{font-size:.75rem;line-height:calc(1 / .75);font-weight:500;color:var(--okeep-text-muted);margin-bottom:.5rem}._warningsList_h4n21_172>:not(:last-child){margin-block-end:.25rem}._warningItem_h4n21_177{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._footer_h4n21_184{display:flex;justify-content:flex-end;gap:.5rem;padding-inline:1.5rem;padding-block:1rem;border-top-width:1px;border-top-style:solid;border-top-color:var(--okeep-border);flex-shrink:0}._applyBtn_h4n21_197{display:flex;align-items:center;gap:.5rem}._root_1doww_2{padding:1.5rem}._checking_1doww_7{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-block:2.5rem;gap:.75rem}._mutedSm_1doww_17{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._stack_1doww_24>:not(:last-child){margin-block-end:1rem}._hintXs_1doww_29{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._inputFooter_1doww_36{display:flex;justify-content:flex-end;padding-top:1rem;border-top-width:1px;border-top-style:solid;border-top-color:var(--okeep-border)}._actionFooter_1doww_46{display:flex;justify-content:flex-end;gap:.5rem;padding-top:1rem;border-top-width:1px;border-top-style:solid;border-top-color:var(--okeep-border)}._btnRow_1doww_57{display:flex;align-items:center;gap:.5rem}._steps_1doww_64>:not(:last-child){margin-block-end:.75rem}._stepRow_1doww_69{display:flex;align-items:center;gap:.75rem}._doneCircle_1doww_76{width:1.25rem;height:1.25rem;border-radius:9999px;background:#00c65a;background:oklch(72.3% .219 149.579);display:flex;align-items:center;justify-content:center;flex-shrink:0}._iconWhite_1doww_88{color:#fff}._shrink0_1doww_93{flex-shrink:0}._pendingCircle_1doww_98{width:1.25rem;height:1.25rem;border-radius:9999px;border:1px solid var(--okeep-border);flex-shrink:0}._stepLabel_1doww_107{font-size:.875rem;line-height:calc(1.25 / .875)}._stepLabelActive_1doww_113{color:var(--okeep-text)}._stepLabelInactive_1doww_118{color:var(--okeep-text-muted)}._card_1doww_123{background:var(--okeep-surface-2);border-radius:.5rem;padding:1rem}._cardText_1doww_130{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._infoCard_1doww_137{background:var(--okeep-surface-2);border-radius:.5rem;padding:1rem;display:flex;align-items:flex-start;gap:.75rem}._successCircle_1doww_147{width:2rem;height:2rem;border-radius:9999px;background:#00c65a;background:oklch(72.3% .219 149.579);display:flex;align-items:center;justify-content:center;flex-shrink:0}._warningsTitle_1doww_159{font-size:.75rem;line-height:calc(1 / .75);font-weight:500;color:var(--okeep-text-muted);margin-bottom:.5rem}._warningsList_1doww_168>:not(:last-child){margin-block-end:.25rem}._warningItem_1doww_173{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._alertIcon_1doww_180{color:#fb2c36;flex-shrink:0;margin-top:.125rem}._root_l8vdc_2{padding:1rem}._header_l8vdc_7{margin-bottom:1.5rem}._title_l8vdc_12{font-size:1.25rem;line-height:calc(1.75 / 1.25);font-weight:700;color:var(--okeep-text)}._headerActions_l8vdc_20{display:flex;gap:.5rem}._btnIcon_l8vdc_26{display:flex;align-items:center;gap:.5rem}._dragOverlay_l8vdc_33{opacity:.8}._empty_l8vdc_38{text-align:center;color:var(--okeep-text-muted);padding-top:3rem;padding-bottom:3rem}._emptyText_l8vdc_46{margin-bottom:1rem}._emptyActions_l8vdc_51{display:flex;align-items:center;justify-content:center;gap:.5rem}._page_12n6y_2{padding:1.5rem;background:var(--okeep-bg);min-height:100vh}._page_12n6y_2>:not(:last-child){margin-block-end:1.5rem}._title_12n6y_12{font-size:1.875rem;line-height:1.2;font-weight:700;color:var(--okeep-text)}._subtitle_12n6y_20{color:var(--okeep-text-muted);margin-top:.5rem}._container_hyfgs_2{padding:1rem}._container_hyfgs_2>:not(:last-child){margin-block-end:1rem}._title_hyfgs_9{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700}._section_hyfgs_15{background:var(--okeep-surface-2);padding:1rem;border-radius:.25rem}._sectionTitle_hyfgs_21{font-weight:600}._badge_1vq4e_3{display:inline-flex;align-items:center;gap:.5rem;border-radius:.375rem;font-weight:500}._sizeSm_1vq4e_11{padding:.25rem .5rem;font-size:.75rem;line-height:calc(1 / .75)}._sizeMd_1vq4e_16{padding:.25rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875)}._sizeLg_1vq4e_21{padding:.5rem 1rem;font-size:1rem;line-height:1.5}._free_1vq4e_27{background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent);color:#05df72}._discount_1vq4e_31{background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);color:#56a2ff;color:oklch(70.7% .165 254.624)}._iconSm_1vq4e_36{width:.75rem;height:.75rem}._iconMd_1vq4e_40{width:1rem;height:1rem}._iconLg_1vq4e_44{width:1.25rem;height:1.25rem}._iconFree_1vq4e_48{color:#05df72}._iconDiscount_1vq4e_51{color:#56a2ff;color:oklch(70.7% .165 254.624)}._truncate_1vq4e_55{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._discountRoot_1vq4e_63>:not(:last-child){margin-block-end:.25rem}._txtXs_1vq4e_66{font-size:.75rem;line-height:calc(1 / .75)}._txtSm_1vq4e_70{font-size:.875rem;line-height:calc(1.25 / .875)}._txtBase_1vq4e_74{font-size:1rem;line-height:1.5}._row_1vq4e_79{display:flex;justify-content:space-between;align-items:center}._totalRow_1vq4e_85{display:flex;justify-content:space-between;align-items:center;border-top:1px solid;padding-top:.25rem}._muted_1vq4e_92{color:var(--okeep-text-muted)}._mutedStrike_1vq4e_95{color:var(--okeep-text-muted);text-decoration-line:line-through}._green_1vq4e_100{color:#00a447;color:oklch(62.7% .194 149.214)}._greenMedium_1vq4e_103{color:#00a447;color:oklch(62.7% .194 149.214);font-weight:500}._semibold_1vq4e_107{font-weight:600}._greenBold_1vq4e_110{color:#00a447;color:oklch(62.7% .194 149.214);font-weight:700}._statusYellow_xhwam_3{background:#eab300;background:oklch(79.5% .184 86.047)}._statusBlue_xhwam_7{background:#3280ff;background:oklch(62.3% .214 259.815)}._statusGreen_xhwam_11{background:#00c65a;background:oklch(72.3% .219 149.579)}._statusRed_xhwam_15{background:#fb2c36}._statusMuted_xhwam_19{background:var(--okeep-text-muted)}._statusDot_xhwam_23{width:.75rem;height:.75rem;border-radius:9999px}._itemRow_xhwam_31{border-bottom:1px solid var(--okeep-border);padding-top:.75rem;padding-bottom:.75rem}._itemRow_xhwam_31:last-child{border-bottom-width:0}._itemTop_xhwam_40{display:flex;justify-content:space-between;align-items:flex-start}._flex1_xhwam_46{flex:1 1 0%}._flexCenterX2_xhwam_50{display:flex;align-items:center}._flexCenterX2_xhwam_50>:not(:last-child){margin-inline-end:.5rem}._flexCenterX1_xhwam_58{display:flex;align-items:center}._flexCenterX1_xhwam_58>:not(:last-child){margin-inline-end:.25rem}._icon4Primary_xhwam_66{width:1rem;height:1rem;color:var(--okeep-accent)}._itemName_xhwam_72{font-weight:500;color:var(--okeep-text)}._dealBadge_xhwam_77{font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent);padding:.25rem .5rem;border-radius:.25rem;display:flex;align-items:center;gap:.25rem}._freeBadge_xhwam_89{font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent);color:#05df72;padding:.25rem .5rem;border-radius:.25rem;display:flex;align-items:center;gap:.25rem}._paidBadge_xhwam_101{font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent);color:#05df72;padding:.25rem .5rem;border-radius:.25rem}._icon3_xhwam_110{width:.75rem;height:.75rem}._metaXsMt_xhwam_115{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._metaXs_xhwam_115{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._textRight_xhwam_128{text-align:right}._strike_xhwam_132{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);text-decoration-line:line-through}._priceSemibold_xhwam_139{font-weight:600}._textGreen_xhwam_143{color:#05df72}._textColor_xhwam_147{color:var(--okeep-text)}._textPrimary_xhwam_151{color:var(--okeep-accent)}._card_xhwam_157{background:var(--okeep-surface);border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;max-width:42rem;width:100%}._header_xhwam_165{background:var(--okeep-surface-2);padding:1rem 1.5rem;border-bottom:1px solid var(--okeep-border)}._metaRow_xhwam_171{display:flex;align-items:center;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._metaRow_xhwam_171>:not(:last-child){margin-inline-end:1rem}._content_xhwam_182{padding:1.5rem}._infoGrid_xhwam_186{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-bottom:1.5rem}._stack3_xhwam_193>:not(:last-child){margin-block-end:.75rem}._metaSm_xhwam_197{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._onlineBadge_xhwam_203{display:flex;align-items:center;gap:.25rem;color:#00c65a;color:oklch(72.3% .219 149.579);font-size:.75rem;line-height:calc(1 / .75);margin-left:.5rem}._totalValue_xhwam_213{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:var(--okeep-text)}._sectionMb_xhwam_220{margin-bottom:1.5rem}._sectionTitle_xhwam_224{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text);margin-bottom:1rem}._sectionTitleNoMb_xhwam_232{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text)}._itemsBox_xhwam_239{background:var(--okeep-surface-2);border-radius:.5rem;padding:1rem}._totalsBox_xhwam_245{background:var(--okeep-surface-2);border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}._totalsBox_xhwam_245>:not(:last-child){margin-block-end:.5rem}._totalLine_xhwam_255{display:flex;justify-content:space-between;font-size:.875rem;line-height:calc(1.25 / .875)}._muted_xhwam_262{color:var(--okeep-text-muted)}._totalFinal_xhwam_266{display:flex;justify-content:space-between;font-size:1rem;line-height:1.5;font-weight:700;border-top:1px solid var(--okeep-border);padding-top:.5rem}._stack4_xhwam_276>:not(:last-child){margin-block-end:1rem}._grid2_xhwam_280{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._fieldLabel_xhwam_286{display:block;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text);margin-bottom:.5rem}._wFull_xhwam_295{width:100%}._mt2_xhwam_299{margin-top:.5rem}._fieldLabelXs_xhwam_303{display:block;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.25rem}._confirmBox_xhwam_311{background:color-mix(in oklab,oklch(42.1% .095 57.708) 30%,transparent);border:1px solid oklch(79.5% .184 86.047);border-radius:.5rem;padding:.75rem}._confirmBox_xhwam_311>:not(:last-child){margin-block-end:.5rem}._confirmHead_xhwam_321{display:flex;align-items:center;gap:.5rem;color:#eab300;color:oklch(79.5% .184 86.047)}._fontMedium_xhwam_328{font-weight:500}._confirmActions_xhwam_332{display:flex;gap:.5rem}._actionRow_xhwam_337{display:flex}._actionRow_xhwam_337>:not(:last-child){margin-inline-end:.75rem}._cancelSection_xhwam_344{border-top:1px solid var(--okeep-border);padding-top:1rem}._wFullMb_xhwam_349{width:100%;margin-bottom:.75rem}._fontMedium_npzv5_2{font-weight:500}._cellRow_npzv5_6{display:flex;align-items:center}._cellRow_npzv5_6>:not(:last-child){margin-inline-end:.5rem}._statusDot_npzv5_14{width:.75rem;height:.75rem;border-radius:9999px}._dotYellow_npzv5_20{background:#eab300;background:oklch(79.5% .184 86.047)}._dotOrange_npzv5_24{background:#fc7100;background:oklch(70.5% .213 47.604)}._dotGreen_npzv5_28{background:#00c65a;background:oklch(72.3% .219 149.579)}._dotRed_npzv5_32{background:#fb2c36}._dotMuted_npzv5_36{background:var(--okeep-text-muted)}._muted_npzv5_40{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._iconGreen_npzv5_46{width:1rem;height:1rem;color:#00a447;color:oklch(62.7% .194 149.214)}._iconBlue_npzv5_52{width:1rem;height:1rem;color:#155dfc}._voucherRow_npzv5_58{display:flex;align-items:center;gap:.5rem}._voucherName_npzv5_64{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._timeCell_npzv5_73{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._root_npzv5_79{display:flex;flex-direction:column;gap:1rem;height:100%}._header_npzv5_86{display:block}._headerLeft_npzv5_90{display:flex;align-items:center}._headerLeft_npzv5_90>:not(:last-child){margin-inline-end:1rem}._title_npzv5_98{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700}._activeBadge_npzv5_104{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent);font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;padding:.25rem .75rem;border-radius:9999px}._headerRight_npzv5_114{display:flex;align-items:center}._headerRight_npzv5_114>:not(:last-child){margin-inline-end:.75rem}._iconBtn_npzv5_122{padding:.5rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}._iconBtnOn_npzv5_130{color:var(--okeep-accent);background:color-mix(in oklab,var(--okeep-accent) 20%,transparent)}._iconBtnOn_npzv5_130:hover{background:color-mix(in oklab,var(--okeep-accent) 30%,transparent)}._iconBtnOff_npzv5_138{color:var(--okeep-text-muted);background:var(--okeep-surface-2)}._iconBtnOff_npzv5_138:hover{background:var(--okeep-surface)}._btnRow_npzv5_146{display:flex;align-items:center}._btnRow_npzv5_146>:not(:last-child){margin-inline-end:.5rem}._selectWrap_npzv5_154{width:12rem}._tableWrap_npzv5_158{flex:1 1 0%;min-height:0}._voucherCell_1f8fw_2{display:flex;align-items:center;gap:.5rem}._voucherImg_1f8fw_9{width:2rem;height:2rem;border-radius:.25rem;object-fit:cover}._fontMedium_1f8fw_17{font-weight:500}._priorityCell_1f8fw_22{display:flex;align-items:center;gap:.25rem}._priorityDot_1f8fw_29{width:.5rem;height:.5rem;border-radius:9999px}._dotHigh_1f8fw_36{background-color:#fb2c36}._dotMid_1f8fw_41{background-color:#eab300;background-color:oklch(79.5% .184 86.047)}._dotLow_1f8fw_46{background-color:#00c65a;background-color:oklch(72.3% .219 149.579)}._statusBadge_1f8fw_51{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75)}._statusPaid_1f8fw_59{background-color:#0d542b;color:#7bf1a8}._statusFree_1f8fw_65{background-color:var(--okeep-surface-2);color:var(--okeep-text)}._padding6_1f8fw_71{padding:1.5rem}._pulse_1f8fw_76{animation:_pulse_1f8fw_76 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes _pulse_1f8fw_76{50%{opacity:.5}}._skeletonBar_1f8fw_87{height:1rem;background:var(--okeep-surface-2);border-radius:.25rem;width:25%;margin-bottom:1rem}._skeletonBlock_1f8fw_96{height:8rem;background:var(--okeep-surface-2);border-radius:.25rem}._emptyCard_1f8fw_103{background:var(--okeep-surface);border-radius:.75rem;padding:2rem;text-align:center}._emptyIcon_1f8fw_111{width:4rem;height:4rem;color:var(--okeep-text-muted);margin-inline:auto;margin-bottom:1rem}._emptyTitle_1f8fw_120{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text);margin-bottom:.5rem}._emptyDesc_1f8fw_129{color:var(--okeep-text-muted);margin-bottom:1rem}._emptyHint_1f8fw_135{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._root_1f8fw_142>:not(:last-child){margin-block-end:1.5rem}._cardHeader_1f8fw_147{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}._iconPrimary6_1f8fw_155{width:1.5rem;height:1.5rem;color:var(--okeep-accent)}._cardTitle_1f8fw_162{font-size:1.25rem;line-height:calc(1.75 / 1.25);font-weight:600;color:var(--okeep-text)}._statsGrid_1f8fw_170{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media(min-width:768px){._statsGrid_1f8fw_170{grid-template-columns:repeat(3,minmax(0,1fr))}}._statCard_1f8fw_182{background:var(--okeep-bg);border-radius:.5rem;padding:1rem}._statValue_1f8fw_189{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:var(--okeep-text)}._statValueGreen_1f8fw_197{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:#00c65a;color:oklch(72.3% .219 149.579)}._statValueBlue_1f8fw_205{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:#3280ff;color:oklch(62.3% .214 259.815)}._statLabel_1f8fw_213{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._sectionHeader_1f8fw_220{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._sectionTitle_1f8fw_228{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text)}._icon4_1f8fw_236{width:1rem;height:1rem}._formStack_1f8fw_242>:not(:last-child){margin-block-end:1rem}._formLabel_1f8fw_247{display:block;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text);margin-bottom:.5rem}._formControl_1f8fw_257{width:100%;background:var(--okeep-bg);border:1px solid var(--okeep-border);border-radius:.5rem;padding:.5rem .75rem;color:var(--okeep-text)}._checkRow_1f8fw_267{display:flex;align-items:center;gap:.5rem}._checkbox_1f8fw_274{border-radius:.25rem}._checkLabel_1f8fw_279{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._actions_1f8fw_286{display:flex;gap:.75rem;margin-top:1.5rem}._nameCell_cn3qx_2{display:flex;align-items:center;gap:.5rem}._iconPrimary5_cn3qx_9{width:1.25rem;height:1.25rem;color:var(--okeep-accent)}._fontMedium_cn3qx_16{font-weight:500}._statusBadge_cn3qx_21{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75)}._statusActive_cn3qx_29{background-color:#0d542b;color:#7bf1a8}._statusInactive_cn3qx_35{background-color:#82181a;color:#ffa3a3;color:oklch(80.8% .114 19.571)}._rewardsCell_cn3qx_41{display:flex;gap:.25rem}._icon3_cn3qx_47{width:.75rem;height:.75rem}._rewardChip_cn3qx_53{display:flex;align-items:center;gap:.25rem;background:var(--okeep-bg);padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75)}._root_cn3qx_65>:not(:last-child){margin-block-end:1.5rem}._cardTop_cn3qx_70{display:flex;align-items:center;justify-content:space-between}._cardTitleRow_cn3qx_77{display:flex;align-items:center;gap:.75rem}._iconPrimary6_cn3qx_84{width:1.5rem;height:1.5rem;color:var(--okeep-accent)}._cardTitle_cn3qx_77{font-size:1.25rem;line-height:calc(1.75 / 1.25);font-weight:600;color:var(--okeep-text)}._cardSubtitle_cn3qx_99{color:var(--okeep-text-muted)}._icon4_cn3qx_104{width:1rem;height:1rem}._statsGrid_cn3qx_110{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;margin-top:1.5rem}@media(min-width:768px){._statsGrid_cn3qx_110{grid-template-columns:repeat(3,minmax(0,1fr))}}._statCard_cn3qx_123{background:var(--okeep-bg);border-radius:.5rem;padding:1rem}._statValue_cn3qx_130{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:var(--okeep-text)}._statValueGreen_cn3qx_138{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:#00c65a;color:oklch(72.3% .219 149.579)}._statValueBlue_cn3qx_146{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:#3280ff;color:oklch(62.3% .214 259.815)}._statLabel_cn3qx_154{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._sectionTitle_cn3qx_161{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text);margin-bottom:1rem}._padding6_cn3qx_170{padding:1.5rem}._formStack_cn3qx_175>:not(:last-child){margin-block-end:1rem}._checkRow_cn3qx_180{display:flex;align-items:center;gap:.5rem}._checkLabel_cn3qx_187{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._infoBoxBlue_cn3qx_194{background:color-mix(in oklab,oklch(37.9% .146 265.522) 20%,transparent);border:1px solid oklch(48.8% .243 264.376);border-radius:.5rem;padding:1rem}._infoTitleBlue_cn3qx_202{font-weight:500;color:#56a2ff;color:oklch(70.7% .165 254.624);margin-bottom:.5rem}._infoList_cn3qx_209{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._infoList_cn3qx_209>:not(:last-child){margin-block-end:.25rem}._actions_cn3qx_219{display:flex;gap:.75rem;margin-top:1.5rem}._p6_1suyg_2{padding:1.5rem}._header_1suyg_7{margin-bottom:1.5rem}._h1_1suyg_12{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:var(--okeep-text);margin-bottom:.5rem}._muted_1suyg_21{color:var(--okeep-text-muted)}._readonlyNote_1suyg_26{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-top:.5rem}._overviewGrid_1suyg_34{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem;margin-bottom:2rem}@media(min-width:768px){._overviewGrid_1suyg_34{grid-template-columns:repeat(2,minmax(0,1fr))}}._cardHead_1suyg_47{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}._tilePrimary_1suyg_55{width:3rem;height:3rem;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);border-radius:.5rem;display:flex;align-items:center;justify-content:center}._iconPrimary_1suyg_66{width:1.5rem;height:1.5rem;color:var(--okeep-accent)}._cardTitle_1suyg_73{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text)}._cardSub_1suyg_81,._statList_1suyg_88{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._statList_1suyg_88>:not(:last-child){margin-block-end:.5rem}._statRow_1suyg_98{display:flex;justify-content:space-between}._statValue_1suyg_104{color:var(--okeep-text);font-weight:500}._statValueGreen_1suyg_110{color:#05df72;font-weight:500}._tileBlue_1suyg_116{width:3rem;height:3rem;background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);border-radius:.5rem;display:flex;align-items:center;justify-content:center}._iconBlue_1suyg_127{width:1.5rem;height:1.5rem;color:#56a2ff;color:oklch(70.7% .165 254.624)}._statValueBlue_1suyg_134{color:#56a2ff;color:oklch(70.7% .165 254.624);font-weight:500}._tabsCard_1suyg_140{background:var(--okeep-surface);border-radius:.75rem;overflow:hidden}._tabsHead_1suyg_147{border-bottom:1px solid var(--okeep-border)}._tabsRow_1suyg_152{display:flex}._tab_1suyg_140{display:flex;align-items:center;gap:.5rem;padding-inline:1.5rem;padding-block:1rem;font-weight:500;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._tabActive_1suyg_169{background:var(--okeep-accent);color:var(--okeep-text);border-bottom:2px solid var(--okeep-accent)}._tabInactive_1suyg_175{color:var(--okeep-text-muted)}._tabInactive_1suyg_175:hover{color:var(--okeep-text);background:var(--okeep-surface-2)}._tabIcon_1suyg_184{width:1rem;height:1rem}._loading_9ioix_2{padding:1.5rem;color:var(--okeep-text-muted)}._pageWrap_9ioix_8{padding:1.5rem;max-width:56rem;margin-inline:auto}._headerRow_9ioix_15{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._pageTitle_9ioix_23{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:var(--okeep-text)}._sectionCard_9ioix_31{background:var(--okeep-surface);border-radius:.5rem;margin-bottom:1.5rem}._sectionCardLast_9ioix_38{background:var(--okeep-surface);border-radius:.5rem}._sectionHeader_9ioix_44{padding:1rem;border-bottom:1px solid var(--okeep-border)}._sectionTitle_9ioix_50{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text)}._sectionBody_9ioix_58{padding:1rem}._emptyInvites_9ioix_63{padding:1rem;text-align:center;color:var(--okeep-text-muted)}._invitesList_9ioix_70>:not(:last-child){border-top-width:0;border-bottom:1px solid var(--okeep-border)}._inviteRow_9ioix_76{padding:1rem;display:flex;align-items:center;justify-content:space-between}._inviteLeft_9ioix_84{display:flex;align-items:center;gap:1rem}._inviteAvatar_9ioix_91{width:2.5rem;height:2.5rem;border-radius:9999px;background:var(--okeep-surface-2);display:flex;align-items:center;justify-content:center}._iconMuted_9ioix_102{color:var(--okeep-text-muted)}._inviteEmail_9ioix_107{font-weight:500;color:var(--okeep-text)}._inviteExpiry_9ioix_113{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._rowGap2_9ioix_120{display:flex;align-items:center;gap:.5rem}._iconBtnPrimary_9ioix_127{padding:.5rem;color:var(--okeep-accent);border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._iconBtnPrimary_9ioix_127:hover{background:var(--okeep-surface-2)}._iconSuccess_9ioix_140{color:var(--okeep-success-fill)}._iconBtnDanger_9ioix_145{padding:.5rem;color:var(--okeep-danger);border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._iconBtnDanger_9ioix_145:hover{background:var(--okeep-surface-2)}._modalOverlay_9ioix_161{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;display:flex;align-items:center;justify-content:center;z-index:50}._modalCard_9ioix_172{background:var(--okeep-surface);border-radius:.5rem;padding:1.5rem;max-width:28rem;width:100%;margin-inline:1rem}._modalHeader_9ioix_182{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._modalTitle_9ioix_190{font-size:1.25rem;line-height:calc(1.75 / 1.25);font-weight:600;color:var(--okeep-text)}._modalClose_9ioix_198{color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._modalClose_9ioix_198:hover{color:var(--okeep-text)}._modalBody_9ioix_209>:not(:last-child){margin-block-end:1.5rem}._qrCol_9ioix_214{display:flex;flex-direction:column;align-items:center;gap:1rem}._colorRow_9ioix_222{display:flex;gap:1rem}._colorLabel_9ioix_228{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._colorInput_9ioix_238{width:2rem;height:2rem;border:1px solid var(--okeep-border);border-radius:.25rem;cursor:pointer}._downloadBtn_9ioix_247{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding-inline:1rem;padding-block:.5rem;background:var(--okeep-accent);color:var(--okeep-text);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._downloadBtn_9ioix_247:hover{opacity:.9}._linkBox_9ioix_267{background:var(--okeep-bg);border-radius:.5rem;padding:1rem}._linkTitle_9ioix_274{font-weight:500;margin-bottom:.5rem;color:var(--okeep-text)}._linkInput_9ioix_281{flex:1 1 0%;padding-inline:.75rem;padding-block:.5rem;background:var(--okeep-surface-2);border:1px solid var(--okeep-border);border-radius:.25rem;color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}._copyBtn_9ioix_295{padding:.5rem;background:var(--okeep-accent);color:var(--okeep-text);border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._copyBtn_9ioix_295:hover{opacity:.9}._page_lbjca_2{min-height:100vh;background:var(--okeep-bg);display:flex;align-items:center;justify-content:center}._cardCentered_lbjca_11{background:var(--okeep-surface);border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:2rem;max-width:28rem;width:100%;margin-inline:1rem;text-align:center}._card_lbjca_11{background:var(--okeep-surface);border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:2rem;max-width:28rem;width:100%;margin-inline:1rem}._spinnerIcon_lbjca_34{width:3rem;height:3rem;animation:_spin_lbjca_34 1s linear infinite;color:#3280ff;color:oklch(62.3% .214 259.815);margin-inline:auto;margin-bottom:1rem}@keyframes _spin_lbjca_34{to{transform:rotate(360deg)}}._muted_lbjca_49{color:var(--okeep-text-muted)}._iconX_lbjca_54{width:4rem;height:4rem;color:#fb2c36;margin-inline:auto;margin-bottom:1rem}._title_lbjca_63{font-size:1.25rem;line-height:calc(1.75 / 1.25);font-weight:700;color:var(--okeep-text);margin-bottom:.5rem}._mutedMb6_lbjca_72{color:var(--okeep-text-muted);margin-bottom:1.5rem}._iconCheck_lbjca_78{width:4rem;height:4rem;color:#00c65a;color:oklch(72.3% .219 149.579);margin-inline:auto;margin-bottom:1rem}._mutedMb2_lbjca_87{color:var(--okeep-text-muted);margin-bottom:.5rem}._mutedSm_lbjca_93{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._iconWarn_lbjca_100{width:4rem;height:4rem;color:#f69e00;color:oklch(76.9% .188 70.08);margin-inline:auto;margin-bottom:1rem}._actionRow_lbjca_109{display:flex;align-items:center;justify-content:center;gap:.75rem}._merchantHeader_lbjca_117{text-align:center;margin-bottom:1.5rem}._merchantImg_lbjca_123{width:5rem;height:5rem;border-radius:9999px;margin-inline:auto;margin-bottom:1rem;object-fit:cover}._detailsBox_lbjca_133{background:var(--okeep-surface-2);border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}._detailRow_lbjca_141{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}._detailRowLast_lbjca_149{display:flex;justify-content:space-between;align-items:center}._detailLabel_lbjca_156{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._detailValue_lbjca_163{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text)}._claimingText_lbjca_171{text-align:center;color:var(--okeep-text-muted)}._footnote_lbjca_177{text-align:center;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-top:1rem}._chatItem_1g9wj_2{width:100%;padding:.75rem;display:flex;align-items:flex-start;gap:.75rem;text-align:left;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._chatItem_1g9wj_2:hover{background:var(--okeep-surface)}._chatItemSelected_1g9wj_17{background:color-mix(in oklab,var(--okeep-accent) 10%,transparent);border-left-width:4px;border-left-style:solid;border-left-color:var(--okeep-accent)}._avatarWrap_1g9wj_24{flex-shrink:0}._avatar_1g9wj_24{width:2.5rem;height:2.5rem;border-radius:9999px;object-fit:cover}._content_1g9wj_35{flex:1 1 0%;min-width:0}._rowTop_1g9wj_40{display:flex;justify-content:space-between;align-items:flex-start}._name_1g9wj_46{font-weight:500;color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._time_1g9wj_54{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);flex-shrink:0;margin-left:.5rem}._rowBottom_1g9wj_62{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem}._preview_1g9wj_69{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._unread_1g9wj_78{flex-shrink:0;margin-left:.5rem;background:var(--okeep-accent);color:var(--okeep-text);font-size:.75rem;line-height:calc(1 / .75);font-weight:500;padding-inline:.5rem;padding-block:.125rem;border-radius:9999px}._root_1g9wj_91{height:100%;display:flex;flex-direction:column;background:var(--okeep-bg)}._header_1g9wj_98{padding:1rem}._headerTitle_1g9wj_102{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text);display:flex;align-items:center;gap:.5rem}._icon5_1g9wj_112{width:1.25rem;height:1.25rem}._count_1g9wj_117{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:400;color:var(--okeep-text-muted)}._searchBar_1g9wj_124{padding:.75rem}._searchBar_1g9wj_124>:not(:last-child){margin-block-end:.5rem}._searchWrap_1g9wj_131{position:relative}._searchIcon_1g9wj_135{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:var(--okeep-text-muted)}._searchInput_1g9wj_145{width:100%;padding-left:2.25rem;padding-right:.75rem;padding-block:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);background:var(--okeep-surface);border-width:1px;border-style:solid;border-color:var(--okeep-border);border-radius:.5rem;color:var(--okeep-text)}._searchInput_1g9wj_145::placeholder{color:var(--okeep-text-muted)}._searchInput_1g9wj_145:focus{outline-style:none;box-shadow:0 0 0 2px var(--okeep-accent);border-color:transparent}._filterLabel_1g9wj_168{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);cursor:pointer}._checkbox_1g9wj_179{border-radius:.25rem;border-color:var(--okeep-border);color:var(--okeep-accent);background:var(--okeep-surface)}._list_1g9wj_186{flex:1 1 0%;overflow-y:auto}._card_1wodc_2{margin-inline:auto;margin-block:.5rem;max-width:24rem;border-radius:.75rem;padding-inline:1rem;padding-block:.75rem;border-width:1px;border-style:solid}._cardCancelled_1wodc_13{background:color-mix(in oklab,var(--okeep-danger) 5%,transparent);border-color:color-mix(in oklab,var(--okeep-danger) 20%,transparent)}._cardActive_1wodc_18{background:color-mix(in oklab,var(--okeep-accent) 5%,transparent);border-color:color-mix(in oklab,var(--okeep-accent) 20%,transparent)}._header_1wodc_23{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}._headerLeft_1wodc_30{display:flex;align-items:center;gap:.5rem}._iconError_1wodc_36{color:var(--okeep-danger)}._iconPrimary_1wodc_40{color:var(--okeep-accent)}._orderNo_1wodc_44{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:700;color:var(--okeep-text)}._time_1wodc_51{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._cancelledRow_1wodc_57{display:flex;align-items:center;justify-content:center;padding-block:.25rem}._cancelledText_1wodc_64{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-danger)}._steps_1wodc_71{display:flex;align-items:center;justify-content:space-between}._step_1wodc_71{flex:1 1 0%;display:flex;flex-direction:column;align-items:center}._stepTrack_1wodc_84{display:flex;align-items:center;width:100%;justify-content:center}._connector_1wodc_91{flex:1 1 0%;height:.125rem}._connectorFill_1wodc_96{background:var(--okeep-success-fill)}._connectorTrack_1wodc_100{background:color-mix(in oklab,var(--okeep-text-muted) 20%,transparent)}._dotReached_1wodc_104{width:.75rem;height:.75rem;border-radius:9999px;background:var(--okeep-success-fill)}._dot_1wodc_104{width:.75rem;height:.75rem;border-radius:9999px;border-width:2px;border-style:solid;border-color:color-mix(in oklab,var(--okeep-text-muted) 40%,transparent)}._stepLabel_1wodc_120{font-size:10px;margin-top:.25rem}._labelReached_1wodc_125{color:var(--okeep-success-fill)}._labelMuted_1wodc_129{color:var(--okeep-text-muted)}._points_1wodc_133{display:flex;align-items:center;gap:.25rem;margin-top:.5rem;background:color-mix(in oklab,var(--okeep-success-fill) 10%,transparent);border-width:1px;border-style:solid;border-color:color-mix(in oklab,var(--okeep-success-fill) 20%,transparent);border-radius:9999px;padding-inline:.75rem;padding-block:.25rem;width:fit-content}._iconSuccess_1wodc_148{color:var(--okeep-success-fill)}._pointsText_1wodc_152{font-size:.75rem;line-height:calc(1 / .75);font-weight:600;color:var(--okeep-success-fill)}._systemRow_1dic2_2{display:flex;justify-content:center;margin-block:.5rem}._systemMsg_1dic2_8{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);background:color-mix(in oklab,var(--okeep-surface-2) 50%,transparent);padding-inline:.75rem;padding-block:.25rem;border-radius:9999px}._msgRow_1dic2_18{display:flex;margin-bottom:.5rem}._msgRowFull_1dic2_23{display:flex;margin-bottom:.5rem;position:relative}._justifyEnd_1dic2_29{justify-content:flex-end}._justifyStart_1dic2_33{justify-content:flex-start}._deletedBubble_1dic2_37{max-width:70%;padding-inline:1rem;padding-block:.5rem;border-radius:.5rem;background:color-mix(in oklab,var(--okeep-surface-2) 50%,transparent);color:var(--okeep-text-muted);font-style:italic}._avatarWrap_1dic2_47{flex-shrink:0;margin-right:.5rem}._avatarSm_1dic2_52{width:2rem;height:2rem;border-radius:9999px;object-fit:cover}._bubbleWrap_1dic2_59{max-width:70%;position:relative}._actionsFloat_1dic2_64{position:absolute;top:0;padding-inline:.25rem;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._msgRowFull_1dic2_23:hover ._actionsFloat_1dic2_64{opacity:1}._actionsLeft_1dic2_77{left:0;transform:translate(-100%)}._actionsRight_1dic2_82{right:0;transform:translate(100%)}._actionsBtn_1dic2_87{padding:.25rem;border-radius:.25rem}._actionsBtn_1dic2_87:hover{background:var(--okeep-surface-2)}._iconMuted_1dic2_95{color:var(--okeep-text-muted)}._replyPreview_1dic2_99{font-size:.75rem;line-height:calc(1 / .75);background:color-mix(in oklab,var(--okeep-surface-2) 50%,transparent);padding-inline:.5rem;padding-block:.25rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem;border-left-width:2px;border-left-style:solid;border-color:var(--okeep-accent);margin-bottom:.25rem}._replySender_1dic2_113{font-weight:500;color:var(--okeep-text-muted)}._replyContent_1dic2_118{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--okeep-text-muted)}._bubble_1dic2_59{padding-inline:1rem;padding-block:.5rem;border-radius:.5rem}._bubbleMerchant_1dic2_131{background:var(--okeep-accent);color:var(--okeep-text);border-bottom-right-radius:.25rem}._bubbleUser_1dic2_137{background:var(--okeep-surface);color:var(--okeep-text);border-bottom-left-radius:.25rem}._orderRef_1dic2_144{font-size:.75rem;line-height:calc(1 / .75);margin-bottom:.25rem;padding-bottom:.25rem;border-bottom-width:1px;border-bottom-style:solid;border-color:currentColor}._msgText_1dic2_154{white-space:pre-wrap;overflow-wrap:break-word}._meta_1dic2_159{display:flex;align-items:center;justify-content:flex-end;gap:.25rem;margin-top:.25rem;font-size:.75rem;line-height:calc(1 / .75)}._metaMerchant_1dic2_169{color:color-mix(in oklab,var(--okeep-text) 70%,transparent)}._metaUser_1dic2_173{color:var(--okeep-text-muted)}._opacity60_1dic2_177{opacity:.6}._reactions_1dic2_181{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.25rem}._reactionBtn_1dic2_188{font-size:.75rem;line-height:calc(1 / .75);background:var(--okeep-surface-2);padding-inline:.5rem;padding-block:.125rem;border-radius:9999px;color:var(--okeep-text);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._reactionBtn_1dic2_188:hover{background:var(--okeep-surface)}._reactionAddBtn_1dic2_204{font-size:.75rem;line-height:calc(1 / .75);background:var(--okeep-surface-2);padding-inline:.5rem;padding-block:.125rem;border-radius:9999px;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._reactionAddBtn_1dic2_204:hover{background:var(--okeep-surface)}._iconInlineMuted_1dic2_219{display:inline;color:var(--okeep-text-muted)}._noChat_1dic2_224{height:100%;display:flex;align-items:center;justify-content:center;background:var(--okeep-bg)}._noChatText_1dic2_232{text-align:center;color:var(--okeep-text-muted)}._fontMedium_1dic2_237{font-weight:500}._smMt_1dic2_241{font-size:.875rem;line-height:calc(1.25 / .875);margin-top:.25rem}._root_1dic2_247{height:100%;display:flex;flex-direction:column;background:var(--okeep-bg);position:relative}._connBar_1dic2_255{padding-inline:1rem;padding-block:.25rem;font-size:.75rem;line-height:calc(1 / .75);text-align:center}._connConnecting_1dic2_263{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._connDisconnected_1dic2_268{background:color-mix(in oklab,var(--okeep-danger) 20%,transparent);color:var(--okeep-danger)}._header_1dic2_273{display:flex;align-items:center;gap:.75rem;padding-inline:1rem;padding-block:.75rem;background:var(--okeep-surface)}._backBtn_1dic2_282{padding:.25rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._backBtn_1dic2_282:hover{background:var(--okeep-surface-2)}@media(min-width:768px){._backBtn_1dic2_282{display:none}}._userInfo_1dic2_298{display:flex;align-items:center;gap:.75rem;flex:1 1 0%}._avatarMd_1dic2_305{width:2.5rem;height:2.5rem;border-radius:9999px;object-fit:cover}._userName_1dic2_312{font-weight:500;color:var(--okeep-text)}._userPhone_1dic2_317{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._menuWrap_1dic2_323{position:relative}._iconBtn_1dic2_327{padding:.5rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._iconBtn_1dic2_327:hover{background:var(--okeep-surface-2)}._dropdown_1dic2_338{position:absolute;right:0;top:100%;margin-top:.25rem;z-index:30;width:11rem;border-radius:.5rem;border-width:1px;border-style:solid;border-color:var(--okeep-border);background:var(--okeep-surface);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;padding-block:.25rem}._dropdownItem_1dic2_354{display:flex;align-items:center;gap:.5rem;width:100%;padding-inline:.75rem;padding-block:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._dropdownItem_1dic2_354:hover{background:var(--okeep-surface-2)}._typingBar_1dic2_369{padding-inline:1rem;padding-block:.25rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);background:var(--okeep-surface)}._messages_1dic2_378{flex:1 1 0%;overflow-y:auto;padding:1rem}._messages_1dic2_378>:not(:last-child){margin-block-end:.25rem}._loadMoreWrap_1dic2_387{text-align:center;margin-bottom:1rem}._loadMoreBtn_1dic2_392{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-accent)}._loadMoreBtn_1dic2_392:hover{color:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}._centerFull_1dic2_401{display:flex;align-items:center;justify-content:center;height:100%}._spinPrimary_1dic2_408{color:var(--okeep-accent);animation:_spin_1dic2_408 1s linear infinite}@keyframes _spin_1dic2_408{to{transform:rotate(360deg)}}._spin_1dic2_408{animation:_spin_1dic2_408 1s linear infinite}._emptyFull_1dic2_422{display:flex;align-items:center;justify-content:center;height:100%;color:var(--okeep-text-muted)}._replyBar_1dic2_430{padding-inline:1rem;padding-block:.5rem;background:var(--okeep-surface);display:flex;align-items:center;gap:.5rem}._replyBarMain_1dic2_439{flex:1 1 0%;border-left-width:2px;border-left-style:solid;border-color:var(--okeep-accent);padding-left:.5rem}._replyBarLabel_1dic2_447{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent);font-weight:500}._replyBarText_1dic2_454{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._replyCancelBtn_1dic2_463{padding:.25rem;border-radius:.25rem}._replyCancelBtn_1dic2_463:hover{background:var(--okeep-surface-2)}._inputArea_1dic2_471{padding:.75rem;background:var(--okeep-surface)}._inputRow_1dic2_476{display:flex;align-items:flex-end;gap:.5rem}._inputIconBtn_1dic2_482{padding:.5rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._inputIconBtn_1dic2_482:hover{background:var(--okeep-surface-2)}._textareaWrap_1dic2_493{flex:1 1 0%;position:relative}._textarea_1dic2_493{resize:none;max-height:8rem;min-height:2.5rem}._textarea_1dic2_493::placeholder{color:var(--okeep-text-muted)}._sendBtn_1dic2_508{padding:.5rem;background:var(--okeep-accent);color:var(--okeep-text);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._sendBtn_1dic2_508:hover{background:color-mix(in oklab,var(--okeep-accent) 90%,transparent)}._sendBtn_1dic2_508:disabled{opacity:.5;cursor:not-allowed}._sheetOverlay_1dic2_525{position:fixed;top:0;right:0;bottom:0;left:0;background:color-mix(in oklab,#000 50%,transparent);z-index:50;display:flex;align-items:flex-end;justify-content:center}._sheet_1dic2_525{background:var(--okeep-surface);width:100%;max-width:28rem;border-top-left-radius:1rem;border-top-right-radius:1rem;padding:1rem}._quickReactions_1dic2_547{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}._emojiBtn_1dic2_554{padding:.5rem;border-radius:.5rem;font-size:1.25rem;line-height:calc(1.75 / 1.25)}._emojiBtn_1dic2_554:hover{background:var(--okeep-surface-2)}._actionItem_1dic2_564{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;color:var(--okeep-text)}._actionItem_1dic2_564:hover{background:var(--okeep-surface-2)}._actionItemDanger_1dic2_577{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;color:var(--okeep-danger)}._actionItemDanger_1dic2_577:hover{background:var(--okeep-surface-2)}._pickerOverlay_1dic2_590{position:fixed;top:0;right:0;bottom:0;left:0;background:color-mix(in oklab,#000 50%,transparent);z-index:50;display:flex;align-items:center;justify-content:center}._pickerBox_1dic2_603{background:var(--okeep-surface);border-radius:1rem;padding:1rem}._pickerTitle_1dic2_609{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;text-align:center;margin-bottom:.75rem;color:var(--okeep-text)}._pickerRow_1dic2_618{display:flex;gap:.5rem}._emojiBtnLg_1dic2_623{padding:.5rem;border-radius:.5rem;font-size:1.5rem;line-height:calc(2 / 1.5)}._emojiBtnLg_1dic2_623:hover{background:var(--okeep-surface-2)}._page_c3299_2{height:calc(100vh - 120px);display:flex;background:var(--okeep-bg);border-radius:.5rem;overflow:hidden}._list_c3299_11{width:100%;flex-shrink:0}@media(min-width:768px){._list_c3299_11{width:20rem}}@media(min-width:1024px){._list_c3299_11{width:24rem}}._conversation_c3299_27{flex:1 1 0%;min-width:0}._hiddenMdBlock_c3299_33{display:none}@media(min-width:768px){._hiddenMdBlock_c3299_33{display:block}}._infoPanel_c3299_43{display:none;width:20rem;flex-shrink:0;border-left:1px solid var(--okeep-border)}@media(min-width:1280px){._infoPanel_c3299_43{display:block}}.sx__calendar-wrapper ul,.sx__date-picker-wrapper ul,.sx__date-picker-popup ul{list-style:none;padding:0}.sx__calendar-wrapper input,.sx__calendar-wrapper button,.sx__date-picker-wrapper input,.sx__date-picker-wrapper button,.sx__date-picker-popup input,.sx__date-picker-popup button{font-family:inherit;outline:none}.sx__button{background-color:inherit;outline:0;border:none;cursor:pointer}:root{--sx-color-primary: #6750a4;--sx-color-on-primary: #fff;--sx-color-primary-container: #eaddff;--sx-color-on-primary-container: #21005e;--sx-color-secondary: #625b71;--sx-color-on-secondary: #fff;--sx-color-secondary-container: #e8def8;--sx-color-on-secondary-container: #1e192b;--sx-color-tertiary: #7d5260;--sx-color-on-tertiary: #fff;--sx-color-tertiary-container: #ffd8e4;--sx-color-on-tertiary-container: #370b1e;--sx-color-surface: #fef7ff;--sx-color-surface-dim: #ded8e1;--sx-color-surface-bright: #fef7ff;--sx-color-on-surface: #1c1b1f;--sx-color-surface-container: #f3edf7;--sx-color-surface-container-low: #f7f2fa;--sx-color-surface-container-high: #ece6f0;--sx-color-background: #fff;--sx-color-on-background: #1c1b1f;--sx-color-outline: #79747e;--sx-color-outline-variant: #c4c7c5;--sx-color-shadow: #000;--sx-color-surface-tint: #6750a4;--sx-color-neutral: var(--sx-color-outline);--sx-color-neutral-variant: var(--sx-color-outline-variant);--sx-internal-color-gray-ripple-background: #e0e0e0;--sx-internal-color-light-gray: #fafafa;--sx-internal-color-text: #000}.is-dark{--sx-color-primary: #d0bcff;--sx-color-on-primary: #371e73;--sx-color-primary-container: #4f378b;--sx-color-on-primary-container: #eaddff;--sx-color-secondary: #ccc2dc;--sx-color-on-secondary: #332d41;--sx-color-secondary-container: #4a4458;--sx-color-on-secondary-container: #e8def8;--sx-color-tertiary: #efb8c8;--sx-color-on-tertiary: #492532;--sx-color-tertiary-container: #633b48;--sx-color-on-tertiary-container: #ffd8e4;--sx-color-surface: #141218;--sx-color-surface-dim: #141218;--sx-color-surface-bright: #3b383e;--sx-color-on-surface: #e6e1e5;--sx-color-surface-container: #211f26;--sx-color-surface-container-low: #1d1b20;--sx-color-surface-container-high: #2b2930;--sx-color-background: #141218;--sx-color-on-background: #e6e1e5;--sx-color-outline: #938f99;--sx-color-outline-variant: #444746;--sx-color-shadow: #000;--sx-color-surface-tint: #d0bcff;--sx-internal-color-text: #fff}:root{--sx-spacing-padding1: 4px;--sx-spacing-padding2: 8px;--sx-spacing-padding3: 12px;--sx-spacing-padding4: 16px;--sx-spacing-padding6: 24px;--sx-spacing-modal-padding: 16px}:root{--sx-box-shadow-level3: 0 3px 6px 0 rgb(0 0 0 / 16%), 0 3px 6px 0 rgb(0 0 0 / 23%);--sx-rounding-extra-small: 4px;--sx-rounding-small: 8px;--sx-rounding-extra-large: 28px;--sx-border: 1px solid var(--sx-color-outline-variant)}.is-dark{--sx-border: 1px solid var(--sx-color-outline-variant)}:root{--sx-font-small: .875rem;--sx-font-extra-small: .75rem;--sx-font-large: 1.125rem;--sx-font-extra-large: 1.25rem}@keyframes sx-ripple{0%{width:0;height:0;opacity:.16}40%{width:100px;height:100px;opacity:.08}to{width:150px;height:150px;opacity:0}}.sx__ripple{position:relative;overflow:hidden}.sx__ripple:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;transform:translate(-50%,-50%);border-radius:50%;background-color:currentcolor;opacity:.1;visibility:hidden;z-index:2}.sx__ripple:active:before{visibility:visible}.sx__ripple:not(:active):before{animation:sx-ripple .75s cubic-bezier(0,.1,.8,1);transition:visibility .75s step-end}@keyframes sx-ripple-wide{0%{width:0;height:0;opacity:.16}40%{width:300px;height:100px;opacity:.08}to{width:450px;height:150px;opacity:0}}.sx__ripple--wide{position:relative;overflow:hidden}.sx__ripple--wide:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;transform:translate(-50%,-50%);border-radius:50%;background-color:currentcolor;opacity:.1;visibility:hidden;z-index:2}.sx__ripple--wide:active:before{visibility:visible}.sx__ripple--wide:before{border-radius:var(--sx-rounding-small)}.sx__ripple--wide:not(:active):before{animation:sx-ripple-wide .75s cubic-bezier(0,.1,.8,1);transition:visibility .75s step-end}.sx__chevron-wrapper{position:relative;border-radius:50%;min-height:48px;min-width:48px;cursor:pointer;transition:background-color .2s ease-in-out;font-size:0}.sx__chevron-wrapper:active{background-color:var(--sx-internal-color-gray-ripple-background)}.sx__chevron-wrapper:disabled{cursor:not-allowed;opacity:.5}.sx__chevron-wrapper:hover,.sx__chevron-wrapper:focus{background-color:var(--sx-color-surface-dim)}.is-dark .sx__chevron-wrapper:hover,.is-dark .sx__chevron-wrapper:focus{background-color:var(--sx-color-surface-container-high)}.sx__chevron-wrapper .sx__chevron{position:absolute;top:50%;width:.6rem;height:.6rem;border-width:.2rem .2rem 0 0;border-style:solid;border-color:var(--sx-internal-color-text)}.sx__chevron--previous{left:calc(50% + .125rem);transform:translate(-50%,-50%) rotate(225deg)}[dir=rtl] .sx__chevron--previous,.sx__chevron--next{left:calc(50% - .125rem);transform:translate(-50%,-50%) rotate(45deg)}[dir=rtl] .sx__chevron--next{left:calc(50% + .125rem);transform:translate(-50%,-50%) rotate(225deg)}.sx__date-picker-wrapper{position:relative;color:var(--sx-color-on-background);width:fit-content}.sx__date-picker-wrapper.has-full-width{width:100%}.sx__date-picker-wrapper.is-disabled{opacity:.5;cursor:not-allowed}.sx__date-picker-wrapper *{color:var(--sx-color-on-background);box-sizing:border-box}.sx__date-input-wrapper{position:relative}.sx__date-input-chevron-wrapper{position:absolute;top:50%;right:1rem;transform:translateY(-50%);display:flex;align-items:center;padding:0;transition:transform .2s ease-in-out}.sx__date-input-chevron-wrapper:focus{border:2px solid var(--sx-color-primary)}.is-disabled .sx__date-input-chevron-wrapper{pointer-events:none;cursor:not-allowed}.sx__date-input--active .sx__date-input-chevron-wrapper{transform:translateY(-50%) rotate(180deg)}[dir=rtl] .sx__date-input-chevron-wrapper{left:1rem;right:auto}.sx__date-input-chevron{width:1rem;height:1rem;pointer-events:none;filter:brightness(.7)}.sx__date-input{font-size:1rem;padding:var(--sx-spacing-padding4);border:var(--sx-border);border-radius:var(--sx-rounding-extra-small);cursor:pointer;background-color:var(--sx-color-background);width:100%}.is-disabled .sx__date-input{pointer-events:none}.sx__date-input--active .sx__date-input{border-color:var(--sx-color-primary);outline:1px solid var(--sx-color-primary)}.sx__date-input-label{position:absolute;top:0;inset-inline-start:12px;padding:0 var(--sx-spacing-padding1);background-color:var(--sx-color-background);font-size:.75rem;color:var(--sx-color-neutral);line-height:1rem;transform:translateY(-50%);transition:transform .2s ease-in-out;pointer-events:none}.sx__date-input--active .sx__date-input-label{color:var(--sx-color-primary)}.is-dark .sx__date-input-label{display:none}.sx__date-picker-popup{position:absolute;height:fit-content;z-index:1;top:calc(100% + 1px);width:20.75rem;max-width:500px;max-height:400px;overflow:scroll;box-shadow:var(--sx-box-shadow-level3);padding:var(--sx-spacing-modal-padding);background-color:var(--sx-color-background);color:var(--sx-internal-color-text)}.sx__date-picker-popup.is-dark{background-color:var(--sx-color-surface-container-high)}.sx__date-picker-popup.bottom-end{left:auto;right:0;transform:translate(0)}.sx__date-picker-popup.bottom-end[dir=rtl]{right:auto;left:0;transform:translate(0)}.sx__date-picker-popup.bottom-start{left:0;right:auto;transform:translate(0)}.sx__date-picker-popup.bottom-start[dir=rtl]{left:auto;right:0;transform:translate(0)}.sx__date-picker-popup.top-start{inset:auto auto calc(100% + 1rem) 0;transform:translate(0)}.sx__date-picker-popup.top-end{inset:auto 0 calc(100% + 1rem) auto;transform:translate(0)}.sx__date-picker__years-view{margin:0}.sx__date-picker__years-accordion__expand-button{width:100%;border-radius:0;background-color:transparent;font-size:1rem;padding:1em;transition:background-color .2s ease-in-out;color:var(--sx-internal-color-text)}.sx__is-expanded .sx__date-picker__years-accordion__expand-button{background-color:var(--sx-color-surface-container)}.sx__date-picker__years-accordion__expand-button:hover{background-color:var(--sx-color-surface-dim)}.sx__date-picker__years-accordion__expand-button:active{background-color:var(--sx-internal-color-gray-ripple-background)}.sx__date-picker__years-view-accordion__panel{display:flex;flex-wrap:wrap}.sx__date-picker__years-view-accordion__month{flex:1 0 33.3333%;background-color:transparent;border:0;font-size:.9rem;padding:.5em 0;border-radius:25px;color:var(--sx-internal-color-text)}.sx__date-picker__years-view-accordion__month:hover{background-color:var(--sx-color-primary);color:var(--sx-color-on-primary)}.sx__date-picker__day-names{display:flex;width:100%;justify-content:space-evenly;margin-bottom:.5em}.sx__date-picker__day-names .sx__date-picker__day,.sx__date-picker__day-names .sx__date-picker__day-name{flex:1;text-align:center}.sx__date-picker__day-name{font-weight:700;color:var(--sx-color-neutral-variant)}.sx__date-picker__month-view-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1em}.sx__date-picker__month-view-header .sx__chevron-wrapper:hover{background-color:var(--sx-color-surface-dim)}.sx__date-picker__month-view-header__month-year{font-size:1.5rem;font-weight:300;color:var(--sx-internal-color-text)}.sx__date-picker__month-view-header__month-year:hover{color:var(--sx-color-primary);text-decoration:underline}.sx__date-picker__week{display:flex;width:100%;justify-content:space-evenly;margin-bottom:.5em}.sx__date-picker__week .sx__date-picker__day,.sx__date-picker__week .sx__date-picker__day-name{flex:1;text-align:center}.sx__date-picker__day{background-color:transparent;border-radius:50%;width:2.5rem;height:2.5rem;color:var(--sx-internal-color-text)}.sx__date-picker__day:hover{background-color:var(--sx-color-surface-dim)}.sx__date-picker__day:focus{outline-offset:-2px;outline:2px solid var(--sx-color-primary)}.sx__date-picker__day:disabled{color:var(--sx-color-neutral-variant);cursor:not-allowed}.sx__date-picker__day.is-leading-or-trailing{color:var(--sx-color-neutral-variant)}.sx__date-picker__day.sx__date-picker__day--selected{background-color:var(--sx-color-primary-container);color:var(--sx-color-on-primary-container)}.sx__date-picker__day.sx__date-picker__day--today{background-color:var(--sx-color-primary);color:var(--sx-color-on-primary)}:root{--sx-calendar-header-input-font-size: clamp(12px, .875rem, 28px);--sx-calendar-header-popup-z-index: 3;--sx-calendar-week-grid-padding-left: 75px}:root .sx__date-picker-popup.is-teleported{z-index:3}.sx__calendar-wrapper{height:100%;display:flex;color:var(--sx-internal-color-text)}.sx__calendar-wrapper *{box-sizing:border-box}.sx__calendar{position:relative;flex:1;height:100%;border:var(--sx-border);border-radius:var(--sx-rounding-small);display:flex;flex-flow:column;background-color:var(--sx-color-background);overflow:hidden}.sx__view-container{position:relative;flex:1;overflow-y:auto;scroll-behavior:smooth}.sx__slide-left{animation:sx-slide-left .3s ease-out}@keyframes sx-slide-left{0%{transform:translate(8%);filter:blur(.25rem);opacity:.1}to{transform:translate(0);filter:blur(0);opacity:1}}.sx__slide-right{animation:sx-slide-right .3s ease-out}@keyframes sx-slide-right{0%{transform:translate(-8%);filter:blur(.25rem);opacity:.1}to{transform:translate(0);filter:blur(0);opacity:1}}.sx__calendar-header{display:flex;justify-content:space-between;align-items:flex-start;padding:var(--sx-spacing-padding4);gap:var(--sx-spacing-padding4);flex-wrap:wrap}.sx__calendar-header .sx__date-input{padding:var(--sx-spacing-padding3) var(--sx-spacing-padding4);font-size:var(--sx-calendar-header-input-font-size)}.sx__calendar-header .sx__date-picker-popup{z-index:var(--sx-calendar-header-popup-z-index)}.sx__calendar-header-content{display:flex;align-items:center;gap:var(--sx-spacing-padding4);flex-wrap:wrap;min-width:0}.sx__forward-backward-navigation{height:45px}.sx__is-calendar-small .sx__forward-backward-navigation,.is-list-view .sx__forward-backward-navigation{display:none}.sx__calendar-header__week-number{border-radius:4px;background-color:#eceef1;color:var(--sx-color-on-surface);padding:var(--sx-spacing-padding1) var(--sx-spacing-padding2);font-size:.75rem;font-weight:500}.is-dark .sx__calendar-header__week-number{background-color:#4a4458}.sx__range-heading{font-size:clamp(16px,1.25rem,24px);max-width:12.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sx__is-calendar-small .sx__range-heading{font-size:16px}.is-list-view .sx__range-heading{display:none}.sx__today-button{padding:var(--sx-spacing-padding3) var(--sx-spacing-padding4);border-radius:var(--sx-rounding-extra-small);font-size:var(--sx-calendar-header-input-font-size);color:var(--sx-internal-color-text)}.sx__today-button:active{background-color:var(--sx-internal-color-gray-ripple-background)}.sx__is-calendar-small .sx__today-button{display:none}.sx__calendar-header .sx__today-button{border:var(--sx-border)}.sx__today-button:hover,.sx__today-button:focus{background-color:var(--sx-internal-color-light-gray)}.is-dark .sx__today-button:hover,.is-dark .sx__today-button:focus{background-color:var(--sx-color-surface-container-low)}.sx__view-selection{position:relative;font-size:var(--sx-calendar-header-input-font-size)}.sx__view-selection-label{position:absolute;top:0;inset-inline-start:12px;padding:0 var(--sx-spacing-padding1);background-color:var(--sx-color-background);font-size:.75rem;color:var(--sx-color-neutral);line-height:1rem;transform:translateY(-50%);transition:transform .2s ease-in-out;pointer-events:none;z-index:1}.is-dark .sx__view-selection-label{display:none}.sx__view-selection-selected-item{height:100%;width:fit-content;padding:var(--sx-spacing-padding3) var(--sx-spacing-padding4);cursor:pointer;border-radius:var(--sx-rounding-extra-small);border:var(--sx-border);display:flex;align-items:center;gap:var(--sx-spacing-padding2)}.sx__view-selection-selected-item:hover{background-color:var(--sx-internal-color-light-gray)}.is-dark .sx__view-selection-selected-item:hover{background-color:var(--sx-color-surface-container-low)}.sx__view-selection-chevron{width:1rem;height:1rem;pointer-events:none;filter:brightness(.7);transition:transform .2s ease-in-out}.sx__view-selection.is-open .sx__view-selection-chevron{transform:rotate(180deg)}.sx__view-selection-items{position:absolute;top:100%;box-shadow:var(--sx-box-shadow-level3);margin:0;background-color:var(--sx-color-background);z-index:var(--sx-calendar-header-popup-z-index)}.is-dark .sx__view-selection-items{background-color:var(--sx-color-surface-container-high)}.sx__view-selection-item{padding:var(--sx-spacing-padding4) var(--sx-spacing-padding6);cursor:pointer}.sx__view-selection-item:hover,.sx__view-selection-item:focus{background-color:var(--sx-color-primary);color:var(--sx-color-on-primary)}.sx__view-selection-item.is-selected{background-color:var(--sx-color-surface-dim)}.sx__view-selection-item.is-selected:hover,.sx__view-selection-item.is-selected:focus{background-color:var(--sx-color-primary);color:var(--sx-color-on-primary)}.sx__month-grid-wrapper{display:flex;flex-flow:column;height:100%}.sx__month-grid-week__week-number{display:flex;justify-content:center;padding-top:12px;background-color:#eceef1;color:var(--sx-color-on-surface);width:1.5rem;font-size:.75rem}.is-dark .sx__month-grid-week__week-number{background-color:#4a4458}.sx__month-grid-week{border-top:var(--sx-border);flex:1;display:flex}.sx__month-grid-week:first-child .sx__month-grid-week__week-number{padding-top:26px}.sx__month-grid-day{position:relative;padding:var(--sx-spacing-padding2) 0;flex:1}.sx__month-grid-day:not(:last-child){border-inline-end:var(--sx-border)}.sx__month-grid-day--dragover{background-color:var(--sx-color-surface-container)}.sx__month-grid-day__header{display:flex;flex-flow:column;align-items:center}.sx__month-grid-day__header-day-name{font-size:11px;text-transform:uppercase;color:var(--sx-color-neutral)}.sx__month-grid-day__header-date{font-size:var(--sx-font-extra-small);margin-bottom:var(--sx-spacing-padding1);border-radius:50%;height:24px;width:24px;display:flex;align-items:center;justify-content:center}.sx__month-grid-day__header-date.sx__is-today{background-color:var(--sx-color-primary);color:var(--sx-color-on-primary)}.sx__month-grid-day__events-more{width:calc(100% - 10px);font-size:var(--sx-font-extra-small);color:var(--sx-color-neutral);margin:var(--sx-spacing-padding1) 0;padding:var(--sx-spacing-padding1);border-radius:var(--sx-rounding-extra-small);cursor:pointer;transition:background-color .2s ease-in-out,color .2s ease-in-out}.sx__month-grid-day__events-more:hover{background-color:var(--sx-color-surface-container);color:var(--sx-color-on-surface)}.sx__month-grid-background-event{position:absolute;top:0;left:0;height:100%;width:100%}.sx__month-grid-day__events{display:grid;grid-gap:4px}.sx__month-grid-cell{height:clamp(20px,1.25rem,24px)}.sx__month-grid-event{position:relative;display:flex;align-items:center;padding:var(--sx-spacing-padding1);border-radius:var(--sx-rounding-extra-small);font-size:clamp(12px,var(--sx-font-extra-small),14px);overflow:hidden;white-space:nowrap;z-index:1}.sx__month-grid-event.is-event-new{animation:sx-grow-event .3s ease-in-out forwards}.sx__month-grid-event-time{margin-right:4px}.sx__month-grid-blocker{pointer-events:none}.sx__month-agenda-week{display:flex}.sx__month-agenda-week:not(:first-child){border-top:var(--sx-border)}.sx__month-agenda-week__week-number{text-align:center;background-color:#eceef1;color:var(--sx-color-on-surface);width:1.5rem;font-size:.75rem;padding-top:9px}.is-dark .sx__month-agenda-week__week-number{background-color:#4a4458}.sx__month-agenda-day{padding:var(--sx-spacing-padding2);flex:1;display:flex;flex-flow:column;align-items:center;height:3rem;border-radius:var(--sx-rounding-extra-small);color:var(--sx-internal-color-text)}.sx__month-agenda-day--active{box-shadow:inset 0 0 0 3px var(--sx-color-primary)}.sx__month-agenda-day__event-icons{margin-top:4px;display:flex;grid-gap:3px}.sx__month-agenda-day__event-icon{height:6px;width:6px;border-radius:50%;filter:brightness(1.6)}.is-dark .sx__month-agenda-day__event-icon{filter:initial}.sx__month-agenda-day-names{display:flex;padding:var(--sx-spacing-padding2) 0;font-size:var(--sx-font-extra-small);color:var(--sx-color-neutral)}.sx__month-agenda-day-names.sx__has-week-numbers{padding-inline-start:1.5rem}.sx__month-agenda-day-name{flex:1;display:flex;justify-content:center}.sx__month-agenda-events{padding:0 var(--sx-spacing-padding2)}.sx__month-agenda-event{padding:var(--sx-spacing-padding2);margin-bottom:var(--sx-spacing-padding2);border-radius:var(--sx-rounding-extra-small);font-size:var(--sx-font-small)}.sx__month-agenda-event.is-event-new{animation:sx-grow-event .3s ease-in-out forwards}.sx__month-agenda-event:first-child{margin-top:var(--sx-spacing-padding2)}.sx__month-agenda-event__title{font-weight:600}.sx__month-agenda-event__has-icon{display:flex;align-items:center}.sx__month-agenda-events__empty{margin-top:var(--sx-spacing-padding4);display:flex;justify-content:center}.sx__week-wrapper{position:relative}.sx__week-grid{position:relative;padding-left:var(--sx-calendar-week-grid-padding-left);display:flex;height:var(--sx-week-grid-height);overflow:hidden}.sx__week-header{position:sticky;top:0;z-index:2;background-color:var(--sx-color-background)}.sx__week-header-content{position:relative}.sx__week-header-border{position:absolute;width:100%;bottom:0;border-bottom:var(--sx-border);border-left:250px solid transparent}.sx__list-wrapper{padding:0;background-color:var(--sx-color-background);height:100%;overflow-y:auto;position:relative;scroll-behavior:smooth}.sx__list-day{padding:0;background-color:var(--sx-color-background);will-change:opacity;transform:translateZ(0)}.sx__list-day-header{padding:var(--sx-spacing-padding2) var(--sx-spacing-padding4);background-color:var(--sx-color-surface-container-low);position:sticky;top:0;z-index:1}.sx__list-day-date{font-size:var(--sx-font-extra-small);font-weight:600;color:var(--sx-color-neutral);text-transform:uppercase;letter-spacing:.5px}.sx__list-day-events{padding:0 16px;background:var(--sx-color-background)}.sx__list-event{padding:.75rem 0;display:flex;align-items:flex-start;gap:.75rem}.sx__list-event:not(:first-child){border-top:var(--sx-border)}.sx__list-event-color-line{width:3px;height:24px;border-radius:2px;flex-shrink:0}.sx__list-event-content{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.sx__list-event-title{font-size:1em;color:var(--sx-color-on-background);flex:1}.sx__list-event-times{display:flex;flex-direction:column;align-items:flex-end;min-width:80px;gap:2px}.sx__list-event-start-time{font-size:.85em;color:var(--sx-color-on-background)}.sx__list-event-end-time{font-size:.85em;color:var(--sx-color-neutral)}.sx__list-event-arrow{font-size:.85em;color:var(--sx-color-neutral);line-height:1}.sx__list-event-all-day{font-size:.85em;color:var(--sx-color-neutral)}.sx__list-day-margin{height:16px}.sx__list-no-events{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--sx-color-neutral);font-size:var(--sx-font-extra-small);text-align:center}.sx__week-grid__time-axis{display:flex;flex-flow:column;position:absolute;right:0;top:var(--sx-week-grid-offset-top);width:calc(100% - 60px)}.sx__week-grid__hour{position:relative;height:var(--sx-week-grid-hour-height);border-top:var(--sx-border);font-size:var(--sx-font-extra-small)}.sx__week-grid__hour:first-child{visibility:hidden}.sx__week-grid__hour-text{position:absolute;left:-43px;top:-.75em;color:var(--sx-color-neutral)}.sx__time-grid-day{position:relative;width:100%;height:100%;border-left:var(--sx-border)}.sx__week-grid__date-axis{padding-left:var(--sx-calendar-week-grid-padding-left);display:flex}.sx__week-grid__date{flex:1;display:flex;flex-flow:column;align-items:center;padding:var(--sx-spacing-padding3) 0;gap:var(--sx-spacing-padding1)}.sx__week-grid__day-name{text-transform:uppercase;font-size:var(--sx-font-extra-small);color:var(--sx-color-neutral);font-weight:500}.sx__week-grid__date--is-today .sx__week-grid__day-name{color:var(--sx-color-primary);font-weight:700}.sx__week-grid__date-number{display:flex;align-items:center;justify-content:center;font-size:var(--sx-font-extra-large);font-weight:500;color:var(--sx-color-neutral);height:2em;width:2em}.sx__week-grid__date--is-today .sx__week-grid__date-number{background-color:var(--sx-color-primary);color:var(--sx-color-on-primary);border-radius:50%}.sx__time-grid-event{width:calc(100% - 10px);padding:var(--sx-spacing-padding1);position:absolute;border-radius:var(--sx-rounding-extra-small);font-size:var(--sx-font-extra-small);overflow:hidden;-webkit-user-select:none;user-select:none}.sx__time-grid-event.is-event-copy{opacity:.5;box-shadow:var(--sx-box-shadow-level3);z-index:1;transition:transform .15s ease-in-out}.sx__time-grid-event.is-event-new{animation:sx-grow-event .3s ease-in-out forwards}[data-has-dnd=true] .sx__time-grid-event{touch-action:none}.sx__is-resizing .sx__time-grid-event:has(+.is-event-copy){opacity:0}.sx__is-resizing .is-event-copy{opacity:1}.sx__time-grid-event-inner{position:relative;height:100%}.sx__time-grid-event-resize-handle{display:block;position:absolute;width:100%;bottom:0;cursor:ns-resize;height:clamp(10px,20px,50%);touch-action:none}.sx__time-grid-event-title{font-weight:600}.sx__time-grid-event-time,.sx__time-grid-event-people,.sx__time-grid-event-location{display:flex;align-items:center;white-space:nowrap}.sx__title-and-time-compact{display:flex;align-items:center;gap:var(--sx-spacing-padding2)}.sx__title-and-time-compact .sx__time-grid-event-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sx__title-and-time-compact .sx__time-grid-event-time{flex-shrink:0}.sx__event-icon{min-width:15px;min-height:15px;max-width:15px;max-height:15px;margin-inline-end:var(--sx-spacing-padding2)}.sx__date-grid{display:flex;padding-left:var(--sx-calendar-week-grid-padding-left)}.sx__date-grid-day{position:relative;width:100%;display:grid;grid-gap:2px}.sx__date-grid-day .sx__spacer{display:var(--sx-draw-plugin-spacer-display, none);height:var(--sx-draw-plugin-spacer)}.sx__date-grid-event{z-index:1;position:relative;display:flex;align-items:center;padding:var(--sx-spacing-padding1);border-radius:var(--sx-rounding-extra-small);font-size:clamp(12px,var(--sx-font-extra-small),14px);font-weight:600;-webkit-user-select:none;user-select:none}.sx__date-grid-event:has(.sx__date-grid-event--left-overflow){margin-left:10px}.sx__date-grid-event:has(.sx__date-grid-event--right-overflow){margin-right:10px}.sx__date-grid-event.is-event-new{animation:sx-grow-event .3s ease-in-out forwards}@keyframes sx-grow-event{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.sx__date-grid-event .sx__date-grid-event--left-overflow{position:absolute;z-index:1;width:10px;height:100%;left:-10px;clip-path:polygon(100% 0,0 50%,100% 100%,100% 0)}.sx__date-grid-event .sx__date-grid-event--right-overflow{position:absolute;z-index:1;width:10px;height:100%;right:-10px;clip-path:polygon(0 0,100% 50%,0 100%,0 0)}.sx__date-grid-event.sx__date-grid-event--copy{z-index:2;box-shadow:var(--sx-box-shadow-level3);transition-property:transform,width;transition-duration:.15s;transition-timing-function:ease-in-out}.sx__date-grid-event-text{width:calc(100% - var(--sx-spacing-padding1) * 2);left:var(--sx-spacing-padding1);position:absolute;text-overflow:ellipsis;overflow-x:hidden;white-space:nowrap}.sx__date-grid-event-text .sx__date-grid-event-time{font-weight:initial}.sx__date-grid-cell{height:clamp(20px,1.25rem,24px)}.sx__date-grid-event-resize-handle{position:absolute;right:0;height:100%;width:clamp(10px,15px,50%);cursor:ew-resize;z-index:1;touch-action:none}[dir=rtl] .sx__date-grid-event-resize-handle{left:0;right:auto}.sx__date-grid-background-event{position:absolute;height:100%;width:100%;top:0;left:0;z-index:-1}:root{--sx-week-grid-height: 0;--sx-time-axis-height: 0;--sx-week-grid-hour-height: 0;--sx-week-grid-offset-top: 0}.sx__event-modal{visibility:hidden;position:fixed;top:var(--sx-event-modal-top);left:var(--sx-event-modal-left);width:400px;max-width:100%;height:fit-content;background-color:var(--sx-color-background);z-index:2}.sx__event-modal.is-open{animation:slide-sideways;animation-duration:.3s;visibility:initial}.is-dark .sx__event-modal{background-color:var(--sx-color-surface-container-high)}.sx__event-modal-default{padding:var(--sx-spacing-padding6);background-color:var(--sx-color-background);box-shadow:0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f,0 11px 15px -7px #0003;border-radius:var(--sx-rounding-small);max-height:250px;overflow-y:scroll}@keyframes slide-sideways{0%{opacity:0;transform:translate(var(--sx-event-modal-animation-start))}to{transform:translate(0);opacity:1}}.sx__event-modal .sx__event-icon{min-width:16px;min-height:16px;max-width:16px;max-height:16px;margin-inline-end:var(--sx-spacing-padding2)}.sx__event-modal__color-icon{display:inline-block;width:16px;height:16px;border-radius:25%;margin-inline-end:var(--sx-spacing-padding3)}.sx__has-icon{display:grid;align-items:flex-start;grid-template-columns:30px 1fr;margin-bottom:var(--sx-spacing-padding2)}.sx__has-icon .sx__event-icon{margin-top:2px}.sx__has-icon .sx__event-modal__color-icon{margin-top:4px}.sx__event-modal__title{font-size:var(--sx-font-large)}.sx__event-modal__time{font-size:var(--sx-font-small)}.sx__current-time-indicator{position:absolute;left:0;right:0;height:2px;background-color:red;z-index:0}.sx__current-time-indicator:before{content:"";position:absolute;left:-5px;top:-4px;width:10px;height:10px;border-radius:50%;background-color:red}.sx__current-time-indicator-full-week{width:calc(100% - var(--sx-calendar-week-grid-padding-left));position:absolute;inset:0 0 0 var(--sx-calendar-week-grid-padding-left);height:2px;background-color:#ff000061}._modalOverlay_114xe_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center}._backdrop_114xe_12{position:absolute;top:0;right:0;bottom:0;left:0;background-color:color-mix(in oklab,#000 60%,transparent)}._modal_114xe_2{position:relative;background:var(--okeep-surface);border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;width:100%;max-width:28rem;margin-inline:1rem;overflow:hidden;max-height:90vh;overflow-y:auto}._header_114xe_33{padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}._headerLeft_114xe_41{display:flex;align-items:center;gap:.75rem}._icon5_114xe_48{width:1.25rem;height:1.25rem}._title_114xe_54{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600}._subtitle_114xe_61{font-size:.875rem;line-height:calc(1.25 / .875);opacity:.8}._closeBtn_114xe_68{padding:.25rem;border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._closeBtn_114xe_68:hover{background-color:color-mix(in oklab,#000 10%,transparent)}._content_114xe_80{padding:1.5rem}._content_114xe_80>:not(:last-child){margin-block-end:1rem}._eventTitle_114xe_88{color:var(--okeep-text);font-weight:500;margin-bottom:.25rem}._statusPill_114xe_95{font-size:.75rem;line-height:calc(1 / .75);padding:.125rem .5rem;border-radius:9999px}._dateSection_114xe_103>:not(:last-child){margin-block-end:.75rem}._fieldLabel_114xe_108{display:block;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:.25rem}._fieldLabelMb2_114xe_117{display:block;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:.5rem}._input_114xe_126{width:100%;padding:.5rem .75rem;background:var(--okeep-bg);border:1px solid var(--okeep-border);border-radius:.375rem;color:var(--okeep-text)}._input_114xe_126:focus{border-color:var(--okeep-accent);box-shadow:0 0 0 1px var(--okeep-accent)}._inputTime_114xe_140{flex:1 1 0%;padding:.5rem .75rem;background:var(--okeep-bg);border:1px solid var(--okeep-border);border-radius:.375rem;color:var(--okeep-text)}._inputTime_114xe_140:focus{border-color:var(--okeep-accent);box-shadow:0 0 0 1px var(--okeep-accent)}._errorText_114xe_154{color:var(--okeep-danger);font-size:.875rem;line-height:calc(1.25 / .875)}._recurrenceSection_114xe_161{border-top:1px solid var(--okeep-border);padding-top:1rem}._recurrenceHeader_114xe_167{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}._icon4Muted_114xe_175{width:1rem;height:1rem;color:var(--okeep-text-muted)}._recurrenceTitle_114xe_182{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text)}._mb3_114xe_190{margin-bottom:.75rem}._dayGrid_114xe_195{display:flex;flex-wrap:wrap;gap:.25rem}._dayBtn_114xe_202{padding:.375rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875);border-radius:.375rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._dayBtnActive_114xe_213{background:var(--okeep-accent);color:var(--okeep-text)}._dayBtnInactive_114xe_219{background:var(--okeep-bg);color:var(--okeep-text-muted);border:1px solid var(--okeep-border)}._dayBtnInactive_114xe_219:hover{border-color:var(--okeep-accent)}._hint_114xe_229{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._hoursRow_114xe_237{display:flex;align-items:center;gap:.5rem}._toLabel_114xe_244{color:var(--okeep-text-muted)}._footer_114xe_249{padding:1rem 1.5rem;background:var(--okeep-bg);display:flex;justify-content:flex-end;gap:.75rem}._cancelBtn_114xe_258{padding:.5rem 1rem;color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._cancelBtn_114xe_258:hover{color:var(--okeep-text)}._saveBtn_114xe_270{padding:.5rem 1rem;background:var(--okeep-accent);color:var(--okeep-text);border-radius:.375rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._saveBtn_114xe_270:hover{background:color-mix(in oklab,var(--okeep-accent) 90%,transparent)}._saveBtn_114xe_270:disabled{opacity:.5;cursor:not-allowed}._loadingWrap_114xe_288{display:flex;align-items:center;justify-content:center;height:24rem}._spinner_114xe_296{animation:_spin_114xe_296 1s linear infinite;border-radius:9999px;height:2rem;width:2rem;border-color:var(--okeep-accent);border-bottom-width:2px;border-bottom-style:solid}@keyframes _spin_114xe_296{to{transform:rotate(360deg)}}._loadingText_114xe_313{margin-left:.5rem;color:var(--okeep-text-muted)}._root_114xe_319{padding:1.5rem;height:100%;display:flex;flex-direction:column}._topBar_114xe_327{margin-bottom:1.5rem}._pageTitle_114xe_332{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:var(--okeep-text)}._todayBtn_114xe_340{padding:.5rem 1rem;background:var(--okeep-surface-2);color:var(--okeep-text);border-radius:.375rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._todayBtn_114xe_340:hover{background:var(--okeep-surface)}._filters_114xe_354{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}._filterGroup_114xe_362{display:flex;align-items:center;gap:.5rem}._filterLabel_114xe_369{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._legendBtn_114xe_376{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;line-height:calc(1.25 / .875);display:flex;align-items:center;gap:.25rem;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._opacityFull_114xe_390{opacity:1}._opacityDim_114xe_395{opacity:.4}._dot_114xe_400{width:.5rem;height:.5rem;border-radius:9999px}._statusLabel_114xe_407{display:flex;align-items:center;gap:.25rem;font-size:.875rem;line-height:calc(1.25 / .875);cursor:pointer}._checkbox_114xe_417{border-radius:.25rem;accent-color:var(--okeep-accent)}._statusText_114xe_423{color:var(--okeep-text-muted);text-transform:capitalize}._calendarWrap_114xe_429{border-radius:.5rem;overflow:hidden;flex:1 1 0%}._emptyState_114xe_436{text-align:center;padding-block:2rem;color:var(--okeep-text-muted)}._emptyHint_114xe_443{font-size:.875rem;line-height:calc(1.25 / .875);margin-top:.5rem}._root_rtlis_2{display:flex;flex-direction:column;height:100%}._header_rtlis_8{padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem;padding-bottom:0;flex-shrink:0}._tabBar_rtlis_16{display:flex;gap:.25rem;border-bottom:1px solid var(--okeep-border)}._tab_rtlis_16{position:relative;padding:.5rem 1rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-bottom-width:2px;border-bottom-style:solid;margin-bottom:-1px}._tabActive_rtlis_36{border-bottom-color:var(--okeep-accent);color:var(--okeep-accent)}._tabIdle_rtlis_41{border-bottom-color:transparent;color:var(--okeep-text-muted)}._tabIdle_rtlis_41:hover{color:var(--okeep-text)}._errorDot_rtlis_49{position:absolute;top:.25rem;right:.25rem;width:.5rem;height:.5rem;border-radius:9999px;background:var(--okeep-danger)}._content_rtlis_59{flex:1 1 0%;overflow-y:auto;padding:1.5rem}._footer_rtlis_65{flex-shrink:0;padding:1rem 1.5rem;border-top:1px solid var(--okeep-border);display:flex;justify-content:flex-end;gap:.75rem}._section_1dv0f_2{background:var(--okeep-surface);border-radius:.5rem;overflow:hidden}._header_1dv0f_9{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem}._headerLeft_1dv0f_17{display:flex;align-items:center;gap:.5rem}._dot_1dv0f_24{width:.625rem;height:.625rem;border-radius:9999px}._label_1dv0f_31{font-weight:500;font-size:.875rem;line-height:calc(1.25 / .875)}._labelActive_1dv0f_38{color:var(--okeep-text)}._labelInactive_1dv0f_43{color:var(--okeep-text-muted)}._countXs_1dv0f_48{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._newBtn_1dv0f_55{color:var(--okeep-accent);font-size:.75rem;line-height:calc(1 / .75);font-weight:500;display:flex;align-items:center;gap:.25rem}._newBtn_1dv0f_55:hover{color:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}._body_1dv0f_69{padding-left:1rem;padding-right:1rem;padding-bottom:.75rem}._chipsRow_1dv0f_76{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem}._chip_1dv0f_76{display:flex;align-items:center;gap:.375rem;padding:.25rem .5rem;background:var(--okeep-bg);border:1px solid var(--okeep-border);border-radius:.375rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text)}._chipRemove_1dv0f_98{color:var(--okeep-text-muted)}._chipRemove_1dv0f_98:hover{color:var(--okeep-text)}._searchWrap_1dv0f_106{position:relative}._searchInput_1dv0f_111{background:var(--okeep-bg);border-color:var(--okeep-border);color:var(--okeep-text);font-size:.75rem;line-height:calc(1 / .75)}._dropdown_1dv0f_120{position:absolute;left:0;right:0;top:100%;margin-top:.25rem;background:var(--okeep-bg);border:1px solid var(--okeep-border);border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;z-index:10;max-height:12rem;overflow-y:auto}._dropdownEmpty_1dv0f_136{padding:.5rem .75rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._dropdownItem_1dv0f_144{width:100%;text-align:left;padding:.5rem .75rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._dropdownItem_1dv0f_144:hover{background:var(--okeep-surface-2)}._stack4_ak1ed_2>:not(:last-child){margin-block-end:1rem}._stack3_ak1ed_7>:not(:last-child){margin-block-end:.75rem}._labelText_ak1ed_12{color:var(--okeep-text)}._inputField_ak1ed_17{background:var(--okeep-bg);border-color:var(--okeep-border);color:var(--okeep-text)}._infoNote_ak1ed_24{background:var(--okeep-surface-2);padding:.75rem;border-radius:.5rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._searchWrap_1dq1h_2{position:relative;display:inline-flex;align-items:center;gap:.25rem;margin-left:.5rem}._searchInput_1dq1h_11{height:1.5rem!important;padding-block:0!important;padding-inline:.5rem!important;font-size:.75rem!important;line-height:calc(1 / .75)!important;width:10rem;background:var(--okeep-bg);border-color:var(--okeep-border)}._dropdown_1dq1h_23{position:absolute;left:0;top:100%;margin-top:.25rem;width:14rem;background:var(--okeep-bg);border:1px solid var(--okeep-border);border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;z-index:50;max-height:12rem;overflow-y:auto}._dropdownEmpty_1dq1h_39{padding:.5rem .75rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._dropdownItem_1dq1h_47{width:100%;text-align:left;padding:.375rem .75rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._dropdownItem_1dq1h_47:hover{background:var(--okeep-surface-2)}._campaignIconBox_1dq1h_63{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;background:color-mix(in oklab,oklch(76.9% .188 70.08) 20%,transparent)}._iconAmber_1dq1h_74{color:#f69e00;color:oklch(76.9% .188 70.08)}._groupIconBox_1dq1h_79{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:.25rem;margin-left:.25rem}._entitySpacer_1dq1h_90{width:1.75rem;height:1.75rem;margin-left:1rem}._nameCol_1dq1h_97{display:flex;flex-direction:column}._campaignName_1dq1h_103{font-weight:600;color:var(--okeep-text)}._campaignDesc_1dq1h_109{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:260px}._groupRow_1dq1h_120{display:flex;align-items:center}._groupLabel_1dq1h_126{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500}._groupCount_1dq1h_133{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-left:.375rem}._addBtn_1dq1h_141{margin-left:.5rem;display:flex;align-items:center;gap:.125rem;font-size:10px;font-weight:500;color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._addBtn_1dq1h_141:hover{color:var(--okeep-accent)}._entityName_1dq1h_158{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);margin-left:.5rem}._mutedSm_1dq1h_166{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._contentSm_1dq1h_173{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._mutedXs_1dq1h_180{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75)}._filterTabs_1dq1h_187{margin-bottom:1rem}._rowCampaign_1dq1h_192{background:color-mix(in oklab,var(--okeep-surface) 30%,transparent)}._rowGroup_1dq1h_197{background:color-mix(in oklab,var(--okeep-surface-2) 20%,transparent)}._padding6_zfiha_2{padding:1.5rem}._nameCell_zfiha_7{display:flex;align-items:center;gap:.5rem}._iconAmber_zfiha_14{color:#f69e00;color:oklch(76.9% .188 70.08);flex-shrink:0}._nameText_zfiha_20{color:var(--okeep-text);font-weight:500}._mutedSm_zfiha_26{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._contentRow_zfiha_33{display:flex;align-items:center;gap:.25rem}._dot_zfiha_40{width:.5rem;height:.5rem;border-radius:9999px}._contentTotal_zfiha_47{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75);margin-left:.25rem}._mutedXs_zfiha_55{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75)}._filterTabs_zfiha_62{margin-bottom:1rem}._card_1jh01_2{background:var(--okeep-bg);border-radius:.75rem;margin-inline:.75rem;margin-block:.5rem;padding:1rem;border-width:1px;border-style:solid;border-color:var(--okeep-border)}._row_1jh01_14{display:flex;gap:.75rem}._imageBox_1jh01_20{flex-shrink:0;width:5rem;height:5rem;border-radius:.5rem;background:var(--okeep-surface-2);display:flex;align-items:center;justify-content:center;overflow:hidden}._image_1jh01_20{width:100%;height:100%;object-fit:cover}._iconPrimary_1jh01_40{color:var(--okeep-accent)}._info_1jh01_45{flex:1 1 0%;min-width:0}._name_1jh01_51{color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600}._description_1jh01_59{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75);margin-top:.125rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}._metaRow_1jh01_71{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}._price_1jh01_79{font-size:.75rem;line-height:calc(1 / .75);font-weight:500;color:var(--okeep-accent)}._count_1jh01_87{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._itemCard_1kohb_3{background:var(--okeep-surface-2);border-radius:.75rem;padding:1rem;border:1px solid var(--okeep-border)}._itemHeader_1kohb_11{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.75rem}._itemHeaderLeft_1kohb_19{display:flex;align-items:center;gap:.5rem}._iconBoxYellow_1kohb_26{width:2rem;height:2rem;border-radius:.5rem;background:color-mix(in oklab,oklch(79.5% .184 86.047) 20%,transparent);display:flex;align-items:center;justify-content:center}._iconYellow_1kohb_37{color:#f7c900;color:oklch(85.2% .199 91.936)}._iconBoxPrimary_1kohb_42{width:2rem;height:2rem;border-radius:.5rem;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);display:flex;align-items:center;justify-content:center}._iconPrimary_1kohb_53{color:var(--okeep-accent)}._itemTitle_1kohb_58{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text)}._itemPercent_1kohb_66{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent);font-weight:500}._itemDeleteBtn_1kohb_74{padding:.375rem;color:#ff6568;color:oklch(70.4% .191 22.216);border-radius:.5rem;background-color:transparent;border-style:none;cursor:pointer;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._itemDeleteBtn_1kohb_74:hover{color:#ffa3a3;color:oklch(80.8% .114 19.571);background-color:color-mix(in oklab,oklch(63.7% .237 25.331) 10%,transparent)}._itemGrid_1kohb_91{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem}@media(min-width:768px){._itemGrid_1kohb_91{grid-template-columns:repeat(3,minmax(0,1fr))}}._labelXs_1kohb_103{font-size:.75rem;line-height:calc(1 / .75);margin-bottom:.25rem;display:block}._shownRow_1kohb_111{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid color-mix(in oklab,var(--okeep-border) 50%,transparent)}._shownBtn_1kohb_121{display:flex;align-items:center;gap:.375rem;font-size:.75rem;line-height:calc(1 / .75);padding:.25rem .5rem;border-radius:.375rem;cursor:pointer;border-style:none;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._shownBtnOn_1kohb_136{background:color-mix(in oklab,oklch(72.3% .219 149.579) 15%,transparent);color:#05df72}._shownBtnOff_1kohb_141{background:var(--okeep-surface);color:var(--okeep-text-muted)}._reviewCard_1kohb_148{background:var(--okeep-surface-2);border-radius:.75rem;padding:1rem}._reviewHeader_1kohb_155{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}._reviewHeaderLeft_1kohb_163{display:flex;align-items:center;gap:.5rem}._reviewTitle_1kohb_170{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text)}._editBtn_1kohb_178{display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent);background-color:transparent;border-style:none;cursor:pointer}._editBtn_1kohb_178:hover{color:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}._stack4_1kohb_195>:not(:last-child){margin-block-end:1rem}._stack3_1kohb_200>:not(:last-child){margin-block-end:.75rem}._stack2_1kohb_205>:not(:last-child){margin-block-end:.5rem}._grid2Md_1kohb_210{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media(min-width:768px){._grid2Md_1kohb_210{grid-template-columns:repeat(2,minmax(0,1fr))}}._toggleCard_1kohb_223{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:var(--okeep-surface-2);border-radius:.5rem}._toggleTitle_1kohb_233{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);font-weight:500}._mutedXs_1kohb_241{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._statusRow_1kohb_248{display:flex;align-items:center;gap:.5rem;height:2.5rem}._textDefault_1kohb_256{color:var(--okeep-text)}._itemsHeader_1kohb_261{display:flex;align-items:center;justify-content:space-between}._mutedSm_1kohb_268{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._itemsHeaderRight_1kohb_275{display:flex;align-items:center;gap:.75rem}._totalWeightValue_1kohb_282{font-weight:500;color:var(--okeep-text)}._btnInline_1kohb_288{display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:calc(1 / .75)}._emptyBox_1kohb_297{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-block:3rem;text-align:center}._emptyIconBox_1kohb_307{width:4rem;height:4rem;background:var(--okeep-surface-2);border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.875rem;line-height:1.2;margin-bottom:1rem}._emptyIcon_1kohb_307{color:color-mix(in oklab,var(--okeep-text-muted) 50%,transparent)}._emptyTitle_1kohb_326{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:.25rem}._emptyHint_1kohb_334{font-size:.75rem;line-height:calc(1 / .75);color:color-mix(in oklab,var(--okeep-text-muted) 70%,transparent);margin-bottom:1rem}._itemsList_1kohb_342>:not(:last-child){margin-block-end:.75rem}._labelStrongBlock_1kohb_347{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;margin-bottom:.5rem;display:block}._hintMutedMb3_1kohb_356{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.75rem}._dayRow_1kohb_364{display:flex;flex-wrap:wrap;gap:.5rem}._dayBtn_1kohb_371{padding:.375rem .75rem;border-radius:.375rem;font-size:.875rem;line-height:calc(1.25 / .875);text-transform:capitalize;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._dayBtnActive_1kohb_382{background:var(--okeep-accent);color:var(--color-text-inverse)}._dayBtnInactive_1kohb_387{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._dayBtnInactive_1kohb_387:hover{background:var(--okeep-surface)}._boxPreviewRow_1kohb_396{display:flex;gap:1rem}._boxPreviewImg_1kohb_402{width:4rem;height:4rem;border-radius:.5rem;object-fit:cover;flex-shrink:0}._boxPreviewIconBox_1kohb_411{width:4rem;height:4rem;border-radius:.5rem;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);display:flex;align-items:center;justify-content:center;flex-shrink:0}._boxPreviewName_1kohb_423{color:var(--okeep-text);font-weight:600}._boxPreviewDesc_1kohb_429{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.125rem}._boxPreviewMeta_1kohb_437{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}._metaPrimary_1kohb_445{font-size:.75rem;line-height:calc(1 / .75);font-weight:500;color:var(--okeep-accent)}._metaPurple_1kohb_453{font-size:.75rem;line-height:calc(1 / .75);color:#bf7eff;color:oklch(71.4% .203 305.504)}._metaMuted_1kohb_460{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._metaStatus_1kohb_467{font-size:.75rem;line-height:calc(1 / .75)}._statusActive_1kohb_472{color:#05df72}._statusInactive_1kohb_476{color:#ff6568;color:oklch(70.4% .191 22.216)}._reviewItemRow_1kohb_481{display:flex;align-items:center;gap:.75rem;padding-block:.5rem;border-bottom:1px solid color-mix(in oklab,var(--okeep-border) 30%,transparent)}._reviewItemRow_1kohb_481:last-child{border-width:0}._iconYellowShrink_1kohb_493{color:#f7c900;color:oklch(85.2% .199 91.936);flex-shrink:0}._iconPrimaryShrink_1kohb_499{color:var(--okeep-accent);flex-shrink:0}._reviewItemName_1kohb_505{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);flex:1 1 0%}._reviewItemPercent_1kohb_513{font-size:.75rem;line-height:calc(1 / .75);font-weight:500;color:var(--okeep-accent)}._reviewItemWeight_1kohb_521{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._iconGreen_1kohb_528{color:#05df72}._root_1kohb_534{position:relative;width:100%;margin-inline:auto}._stepperWrap_1kohb_541{padding:1.25rem;border-bottom:1px solid var(--okeep-border)}._contentGrid_1kohb_547{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem;padding:1.5rem}@media(min-width:1024px){._contentGrid_1kohb_547{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){._mainCol_1kohb_561{grid-column:span 2 / span 2}}._previewCol_1kohb_567{display:none}@media(min-width:1024px){._previewCol_1kohb_567{display:block}}._root_b6kjx_2{padding:1.5rem;position:relative;width:100%;max-width:28rem;margin-inline:auto}._form_b6kjx_11>:not(:last-child){margin-block-end:1.25rem}._rewardRow_b6kjx_16{display:flex;align-items:center;gap:.5rem}._iconYellow_b6kjx_23{width:1.25rem;height:1.25rem;color:#f7c900;color:oklch(85.2% .199 91.936);flex-shrink:0}._iconPrimary_b6kjx_31{width:1.25rem;height:1.25rem;color:var(--okeep-accent);flex-shrink:0}._hintMuted_b6kjx_39{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._checkLabel_b6kjx_47{display:flex;align-items:center;gap:.5rem;cursor:pointer}._checkbox_b6kjx_55{width:1.25rem;height:1.25rem;border-radius:.25rem;background:var(--okeep-surface-2);border-color:var(--okeep-border)}._textDefault_b6kjx_64{color:var(--okeep-text)}._actions_b6kjx_69{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem}._badgePoints_1l9e8_2{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;line-height:calc(1 / .75);font-weight:500;background:color-mix(in oklab,oklch(79.5% .184 86.047) 20%,transparent);color:#f7c900;color:oklch(85.2% .199 91.936)}._badgeVoucher_1l9e8_16{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;line-height:calc(1 / .75);font-weight:500;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._icon35_1l9e8_30{width:.875rem;height:.875rem}._mutedText_1l9e8_36{color:var(--okeep-text-muted)}._mutedSm_1l9e8_41{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._scheduleCol_1l9e8_48{display:flex;flex-direction:column;gap:.125rem}._mutedXs_1l9e8_55{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._boxImg_1l9e8_62{width:2.5rem;height:2.5rem;border-radius:.5rem;object-fit:cover}._boxIconBox_1l9e8_70{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._icon5_1l9e8_82{width:1.25rem;height:1.25rem}._itemIconWrap_1l9e8_88{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin-left:.5rem}._iconYellow5_1l9e8_98{width:1.25rem;height:1.25rem;color:#f7c900;color:oklch(85.2% .199 91.936)}._iconPrimary5_1l9e8_105{width:1.25rem;height:1.25rem;color:var(--okeep-accent)}._nameCol_1l9e8_112{display:flex;flex-direction:column}._boxName_1l9e8_118{font-weight:600;color:var(--okeep-text)}._nameDesc_1l9e8_124{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}._itemCountRow_1l9e8_135{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._icon4_1l9e8_145{width:1rem;height:1rem}._chanceWrap_1l9e8_151{font-size:.875rem;line-height:calc(1.25 / .875)}._chancePercent_1l9e8_157{font-weight:500;color:var(--okeep-accent)}._chanceWeight_1l9e8_163{color:var(--okeep-text-muted);margin-left:.25rem}._badgeRewardOnly_1l9e8_169{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;line-height:calc(1 / .75);font-weight:500;background:color-mix(in oklab,oklch(62.7% .265 303.9) 20%,transparent);color:#bf7eff;color:oklch(71.4% .203 305.504)}._priceBadge_1l9e8_183{font-weight:500;color:#56a2ff;color:oklch(70.7% .165 254.624)}._usageRow_1l9e8_189{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._shownBadge_1l9e8_199{font-size:.75rem;line-height:calc(1 / .75);color:#05df72}._dateRow_1l9e8_206{display:flex;align-items:center;gap:.25rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._iconPrimary_1l9e8_105{color:var(--okeep-accent)}._rowBox_1l9e8_221{background:color-mix(in oklab,var(--okeep-surface) 30%,transparent)}._page_s0ccz_2{padding:1.5rem}._header_s0ccz_7{margin-bottom:1.5rem}._title_s0ccz_12{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:var(--okeep-text);margin-bottom:.5rem}._subtitle_s0ccz_21{color:var(--okeep-text-muted)}._page_1dkya_2{padding:1.5rem}._page_1dkya_2>:not(:last-child){margin-block-end:1.5rem}._header_1dkya_10{display:flex;align-items:center;justify-content:space-between}._titleRow_1dkya_17{display:flex;align-items:center;gap:.75rem}._title_1dkya_17{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:var(--okeep-text)}._createBtn_1dkya_32{width:auto;display:flex;align-items:center;gap:.5rem}._emptyCard_1dkya_40{border-radius:.75rem;padding:3rem;text-align:center}._emptyIcon_1dkya_47{margin-inline:auto;margin-bottom:1rem}._emptyTitle_1dkya_53{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text);margin-bottom:.5rem}._emptyText_1dkya_62{font-size:.875rem;line-height:calc(1.25 / .875);margin-bottom:1.5rem}._emptyCreateBtn_1dkya_69{width:auto;display:inline-flex;align-items:center;gap:.5rem}._grid_1dkya_77{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media(min-width:768px){._grid_1dkya_77{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){._grid_1dkya_77{grid-template-columns:repeat(3,minmax(0,1fr))}}._card_1dkya_94{border-radius:.75rem;padding:1.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._card_1dkya_94:hover{box-shadow:0 0 0 1px color-mix(in oklab,var(--okeep-accent) 50%,transparent)}._cardHeader_1dkya_106{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}._iconBox_1dkya_114{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}._cardName_1dkya_124{font-weight:600;color:var(--okeep-text)}._cardDescText_1dkya_130{font-size:.75rem;line-height:calc(1 / .75);margin-top:.125rem}._metaText_1dkya_137{font-size:.75rem;line-height:calc(1 / .75)}._section_1dkya_143{margin-bottom:1rem}._sectionLabel_1dkya_148{font-size:.75rem;line-height:calc(1 / .75);font-weight:500;margin-bottom:.5rem;display:block}._badgeRow_1dkya_157{display:flex;flex-wrap:wrap;gap:.5rem}._actionPill_1dkya_164{padding-inline:.75rem;padding-block:.25rem;font-size:.875rem;line-height:calc(1.25 / .875);border-radius:9999px;font-weight:500}._badgeRowMb_1dkya_174{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}._summaryPill_1dkya_182{padding-inline:.5rem;padding-block:.25rem;font-size:.75rem;line-height:calc(1 / .75);border-radius:9999px}._actions_1dkya_191{display:flex;align-items:center;gap:.5rem;padding-top:1rem;border-top-width:1px;border-top-style:solid}._openBtn_1dkya_201{flex:1 1 0%;display:flex;align-items:center;justify-content:center;gap:.5rem}._iconBtn_1dkya_210{width:auto;padding:.5rem!important}._root_b74kv_2{max-width:42rem}._root_b74kv_2>:not(:last-child){margin-block-end:1.5rem}._rowBetween_b74kv_10{display:flex;align-items:center;justify-content:space-between}._headerLeft_b74kv_17{display:flex;align-items:center;gap:1rem}._backBtn_b74kv_25{padding:.5rem;border-radius:.5rem;color:var(--okeep-text-muted);background-color:transparent;border-style:none;cursor:pointer}._backBtn_b74kv_25:hover{background:var(--okeep-surface-2);color:var(--okeep-text)}._h1_b74kv_39{font-size:1.25rem;line-height:calc(1.75 / 1.25);font-weight:700;color:var(--okeep-text)}._mutedSm_b74kv_47{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._iconPrimary_b74kv_54{color:var(--okeep-accent)}._section_b74kv_59>:not(:last-child){margin-block-end:1rem}._textSm_b74kv_64{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._textXsMuted_b74kv_71{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._refreshWrap_b74kv_78{padding-left:1rem;border-left:2px solid var(--okeep-border)}._inlineRow_b74kv_84{display:flex;align-items:center;gap:.5rem}._intervalInput_b74kv_91{width:6rem}._infoList_b74kv_96{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-top:.5rem;margin-left:1rem;list-style-type:disc}._infoList_b74kv_96>:not(:last-child){margin-block-end:.25rem}._strongText_b74kv_109{color:var(--okeep-text)}._printersHint_b74kv_114{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:.75rem}._printerBadges_b74kv_122{display:flex;flex-wrap:wrap;gap:.5rem}._printerBadge_b74kv_122{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;line-height:calc(1.25 / .875);background:var(--okeep-bg);color:var(--okeep-text)}._iconBgTakeOrders_10lcw_5{background:#3a2510}._iconBgPrepare_10lcw_10{background:#3a3510}._iconBgHandOff_10lcw_15{background:#1a3a2a}._iconBgMonitor_10lcw_20{background:#2a1a3a}._iconBgCustomerDisplay_10lcw_25{background:#0f2f3a}._root_1la9a_5{background:var(--okeep-bg);border-radius:.375rem;padding:.375rem}._t6muted_1la9a_12{font-size:6px;color:var(--okeep-text-muted)}._takeGrid_1la9a_20{display:grid;grid-template-columns:1fr 48px;gap:.25rem;height:70px}._takeLeft_1la9a_28{display:flex;flex-direction:column;gap:.25rem}._cardSm_1la9a_35{background:var(--okeep-surface);border-radius:.25rem;padding:.25rem}._takeOrderTitle_1la9a_42{font-size:7px;font-weight:600;color:var(--okeep-text)}._takeNewOrder_1la9a_49{background:var(--okeep-accent);border-radius:.25rem;padding:.25rem;text-align:center;color:#fff;font-size:8px;font-weight:500}._takeTables_1la9a_60{background:#1f1f1f;border-radius:.25rem;padding:.25rem}._takeTableChip_1la9a_67{background:var(--okeep-surface);border-radius:2px;padding:2px;font-size:6px;color:var(--okeep-text);margin-top:2px}._prepTabs_1la9a_79{display:flex;gap:.25rem;font-size:6px;color:var(--okeep-text-muted);margin-bottom:3px}._prepTabActive_1la9a_88{color:var(--okeep-accent);font-weight:600}._prepGrid_1la9a_94{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px}._prepNum_1la9a_101{font-size:7px;font-weight:700;color:var(--okeep-text)}._timeAmber_1la9a_108{font-size:6px;color:#ffb800}._t6text_1la9a_114{font-size:6px;color:var(--okeep-text)}._timeGreen_1la9a_120{font-size:6px;color:#00c65a;color:oklch(72.3% .219 149.579)}._prepOverdueCard_1la9a_126{background:var(--okeep-surface);border-radius:.25rem;padding:.25rem;border:1px solid oklch(63.7% .237 25.331)}._prepOverdueNum_1la9a_134{font-size:7px;font-weight:700;color:#fb2c36}._t6red_1la9a_141{font-size:6px;color:#fb2c36}._handoffLabel_1la9a_149{font-size:6px;color:var(--okeep-text-muted);margin-bottom:3px}._handoffList_1la9a_156{display:flex;flex-direction:column;gap:3px}._handoffReadyRow_1la9a_163{background:#1a3a1a;border:1px solid oklch(72.3% .219 149.579);border-radius:.25rem;padding:.25rem;display:flex;justify-content:space-between}._handoffReadyName_1la9a_173{font-size:8px;font-weight:700;color:#00c65a;color:oklch(72.3% .219 149.579)}._handoffPrepRow_1la9a_180{background:var(--okeep-surface);border-radius:.25rem;padding:.25rem;display:flex;justify-content:space-between}._handoffPrepName_1la9a_189{font-size:8px;color:var(--okeep-text)}._monitorStatGrid_1la9a_197{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;margin-bottom:3px}._monitorStatCard_1la9a_205{background:var(--okeep-surface);border-radius:.25rem;padding:3px;text-align:center}._t5muted_1la9a_213{font-size:5px;color:var(--okeep-text-muted)}._monitorStatValue_1la9a_219{font-size:10px;font-weight:700;color:var(--okeep-text)}._monitorRow_1la9a_226{background:var(--okeep-surface);border-radius:.25rem;padding:3px;font-size:7px;color:var(--okeep-text);margin-bottom:2px}._monitorOverdue_1la9a_236{background:#3a2510;border:1px solid var(--okeep-accent);border-radius:.25rem;padding:3px;font-size:7px;color:var(--okeep-accent)}._cdRoot_1la9a_248{background:#020617;border-radius:.375rem;padding:.375rem}._cdGrid_1la9a_255{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;height:70px}._cdPrepCol_1la9a_263{border-radius:.25rem;border:1px solid #f59e0b55;background:#1f2937;padding:.25rem}._cdPrepLabel_1la9a_271{font-size:6px;text-transform:uppercase;letter-spacing:.025em;color:#f59e0b;margin-bottom:3px}._cdOrderNum_1la9a_280{font-size:9px;font-weight:700;color:#fff}._cdReadyCol_1la9a_287{border-radius:.25rem;border:1px solid #22c55e55;background:#1f2937;padding:.25rem}._cdReadyLabel_1la9a_295{font-size:6px;text-transform:uppercase;letter-spacing:.025em;color:#22c55e;margin-bottom:3px}._root_yrbat_2{display:flex;flex-direction:column;height:100%}._header_yrbat_9{padding:1.25rem;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--okeep-border)}._title_yrbat_17{font-size:1rem;line-height:1.5;font-weight:600;color:var(--okeep-text)}._subtitle_yrbat_25{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-top:.25rem}._body_yrbat_33{flex:1 1 0%;padding:1.25rem}._grid_yrbat_39{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem}@media(min-width:640px){._grid_yrbat_39{grid-template-columns:repeat(2,minmax(0,1fr))}}._card_yrbat_51{display:flex;flex-direction:column;padding:1rem;border-radius:.75rem;border-width:2px;border-style:solid;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;cursor:pointer;text-align:left}._cardSelected_yrbat_66{border-color:var(--okeep-accent);background:var(--okeep-surface-2);box-shadow:0 0 20px #ff67121a}._cardUnselected_yrbat_73{border-color:var(--okeep-border);background:var(--okeep-surface-2)}._cardUnselected_yrbat_73:hover{border-color:color-mix(in oklab,var(--okeep-accent) 50%,transparent)}._iconRow_yrbat_82{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}._iconBox_yrbat_90{width:2.25rem;height:2.25rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.125rem;line-height:calc(1.75 / 1.125);flex-shrink:0}._stageTitle_yrbat_103{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text)}._stageSubtitle_yrbat_111{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.125rem}._blankWrap_yrbat_119{text-align:center;margin-top:1rem}._blankBtn_yrbat_126{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);background-color:transparent;border-style:none;cursor:pointer;text-decoration-line:underline;text-underline-offset:2px;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._blankBtn_yrbat_126:hover{color:var(--okeep-accent)}._root_xxwle_2{background:var(--okeep-bg);border-radius:.75rem;padding:1rem;border-left:2px solid var(--okeep-accent)}._header_xxwle_10{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem}._title_xxwle_18{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text)}._hint_xxwle_26{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._stationCard_xxwle_33{background:var(--okeep-surface-2);border-radius:.5rem;padding:.625rem;margin-bottom:.375rem}._stationHeader_xxwle_41{display:flex;justify-content:space-between;align-items:center;margin-bottom:.375rem}._nameInput_xxwle_49{background:var(--okeep-bg);border:1px solid var(--okeep-border);color:var(--okeep-text);padding:.25rem .625rem;border-radius:.375rem;font-size:.75rem;line-height:calc(1 / .75);width:160px}._removeBtn_xxwle_61{font-size:.75rem;line-height:calc(1 / .75);background-color:transparent;border-style:none}._removeBtnDisabled_xxwle_69{color:color-mix(in oklab,var(--okeep-text-muted) 30%,transparent);cursor:not-allowed}._removeBtnEnabled_xxwle_75{color:#fb2c36;cursor:pointer}._removeBtnEnabled_xxwle_75:hover{color:#ff6568;color:oklch(70.4% .191 22.216)}._categoriesLabel_xxwle_84{font-size:10px;color:var(--okeep-text-muted);margin-bottom:.375rem}._chipsRow_xxwle_91{display:flex;flex-wrap:wrap;gap:.25rem}._categoryChip_xxwle_98{background:#3a2510;color:var(--okeep-accent);padding:.125rem .5rem;border-radius:9999px;font-size:10px;cursor:pointer}._categoryChip_xxwle_98:hover{background:#4a3020}._addCategoryBtn_xxwle_112{background-color:transparent;border:1px dashed var(--okeep-border);color:var(--okeep-text-muted);padding:.125rem .5rem;border-radius:9999px;font-size:10px;cursor:pointer}._addCategoryBtn_xxwle_112:hover{border-color:color-mix(in oklab,var(--okeep-accent) 50%,transparent)}._picker_xxwle_126{margin-top:.5rem;padding:.5rem;background:var(--okeep-bg);border-radius:.375rem;max-height:160px;overflow-y:auto}._pickerEmpty_xxwle_136{font-size:10px;color:var(--okeep-text-muted);text-align:center;padding-block:.5rem}._pickerItem_xxwle_144{display:block;width:100%;text-align:left;font-size:.75rem;line-height:calc(1 / .75);padding:.25rem .5rem;border-radius:.25rem;cursor:pointer}._pickerItemSelected_xxwle_156{background:#3a2510;color:var(--okeep-accent)}._pickerItemUnselected_xxwle_162{color:var(--okeep-text)}._pickerItemUnselected_xxwle_162:hover{background:var(--okeep-surface-2)}._addStationBtn_xxwle_172{background-color:transparent;border:1px dashed var(--okeep-border);color:var(--okeep-text-muted);width:100%;padding-block:.5rem;border-radius:.375rem;font-size:.75rem;line-height:calc(1 / .75);cursor:pointer;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;display:flex;align-items:center;justify-content:center;gap:.25rem}._addStationBtn_xxwle_172:hover{border-color:color-mix(in oklab,var(--okeep-accent) 50%,transparent);color:var(--okeep-text)}._footerNote_xxwle_196{font-size:10px;color:var(--okeep-text-muted);margin-top:.625rem;text-align:center;font-style:italic}._root_1g2aw_2{display:flex;flex-direction:column;height:100%}._backBar_1g2aw_9{padding:.625rem 1.25rem;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--okeep-border)}._backBtn_1g2aw_17{color:var(--okeep-accent);font-size:.75rem;line-height:calc(1 / .75);background-color:transparent;border-style:none;cursor:pointer}._backBtn_1g2aw_17:hover{color:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}._metaHeader_1g2aw_30{padding:1rem 1.25rem;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--okeep-border);display:flex;align-items:center;gap:.75rem}._iconBox_1g2aw_41{width:2.25rem;height:2.25rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.125rem;line-height:calc(1.75 / 1.125)}._metaTitle_1g2aw_53{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--okeep-text)}._metaSubtitle_1g2aw_61{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.125rem}._body_1g2aw_69{flex:1 1 0%;padding:1.25rem;overflow-y:auto}._body_1g2aw_69>:not(:last-child){margin-block-end:1rem}._hint10_1g2aw_79{font-size:10px;color:var(--okeep-text-muted);margin-top:.25rem}._modeGrid_1g2aw_86{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:.5rem}._modeCard_1g2aw_94{padding:.75rem;border-radius:.75rem;border-width:2px;border-style:solid;cursor:pointer;text-align:left;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._modeCardSelected_1g2aw_107{border-color:var(--okeep-accent);background:var(--okeep-surface-2);box-shadow:0 0 16px #ff67121a}._modeCardUnselected_1g2aw_114{border-color:var(--okeep-border);background:var(--okeep-surface-2)}._modeCardUnselected_1g2aw_114:hover{border-color:color-mix(in oklab,var(--okeep-accent) 50%,transparent)}._modeTitle_1g2aw_123{font-size:.75rem;line-height:calc(1 / .75);font-weight:600;color:var(--okeep-text)}._bgPrimary_115ov_15{background:var(--okeep-accent)}._bgSuccess_115ov_20{background:#00a447;background:oklch(62.7% .194 149.214)}._bgWarning_115ov_25{background:#eab300;background:oklch(79.5% .184 86.047)}._bgDanger_115ov_30{background:#e40014;background:oklch(57.7% .245 27.325)}._bgMuted_115ov_35{background:var(--okeep-text-muted)}._textInverse_115ov_40{color:var(--color-text-inverse)}._textBlack_115ov_45{color:#000}._editing_1uii7_2{padding:1.5rem}._wizardWrap_1uii7_7{padding:1.5rem;max-width:42rem;margin-inline:auto}._wizardWrap_1uii7_7>:not(:last-child){margin-block-end:1.5rem}._header_1uii7_17{display:flex;align-items:center;gap:1rem}._backBtn_1uii7_24{width:auto;padding:.5rem!important}._titleRow_1uii7_30{display:flex;align-items:center;gap:.75rem}._title_1uii7_30{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:var(--okeep-text)}._card_1uii7_45{border-radius:.75rem;padding:1.5rem}._padSm_1clxz_12{padding:.75rem}._padMd_1clxz_17{padding:1rem}._padLg_1clxz_22{padding:1.5rem}._textXs_1clxz_27{font-size:.75rem;line-height:calc(1 / .75)}._textSm_1clxz_33{font-size:.875rem;line-height:calc(1.25 / .875)}._textBase_1clxz_39{font-size:1rem;line-height:1.5}._textLg_1clxz_45{font-size:1.125rem;line-height:calc(1.75 / 1.125)}._textXl_1clxz_51{font-size:1.25rem;line-height:calc(1.75 / 1.25)}._overlay_1wkgc_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background:color-mix(in oklab,#000 50%,transparent)}._card_1wkgc_13{background:var(--okeep-surface);border-radius:.75rem;padding:1.5rem;width:100%;max-width:28rem;margin-inline:1rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}._header_1wkgc_24{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._headerLeft_1wkgc_32{display:flex;align-items:center;gap:.5rem}._warnIcon_1wkgc_39{color:#eab300;color:oklch(79.5% .184 86.047)}._title_1wkgc_44{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text)}._closeBtn_1wkgc_52{padding:.25rem;border-radius:.25rem;color:var(--okeep-text-muted)}._closeBtn_1wkgc_52:hover{background:var(--okeep-surface-2);color:var(--okeep-text)}._content_1wkgc_63>:not(:last-child){margin-block-end:1rem}._infoBox_1wkgc_68{background:var(--okeep-surface-2);border-radius:.5rem;padding:1rem}._infoLabel_1wkgc_75{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:.25rem}._infoValue_1wkgc_83{color:var(--okeep-text);font-weight:700}._actionRow_1wkgc_89{display:flex;align-items:center;gap:.5rem}._actionBadge_1wkgc_96{padding:.25rem .5rem;border-radius:.25rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500}._kindLabel_1wkgc_105{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._actions_1wkgc_112{display:flex;gap:.5rem;margin-top:1.5rem}._flex1_1wkgc_119{flex:1 1 0%}._unknownWidget_tkfp9_2{color:var(--okeep-text-muted);padding:1rem}._root_tkfp9_8{min-height:100vh;display:flex;flex-direction:column}._header_tkfp9_15{position:sticky;top:0;z-index:20}._headerRow_tkfp9_22{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem}._headerLeft_tkfp9_30{display:flex;align-items:center;gap:1rem}._backBtn_tkfp9_37{width:auto;padding:.5rem!important}._title_tkfp9_43{font-size:1.25rem;line-height:calc(1.75 / 1.25);font-weight:700;color:var(--okeep-text)}._headerRight_tkfp9_51{display:flex;align-items:center;gap:.5rem}._syncStatus_tkfp9_58{display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._spin_tkfp9_68{animation:_spin_tkfp9_68 1s linear infinite}._spinAccent_tkfp9_73{animation:_spin_tkfp9_68 1s linear infinite;color:var(--okeep-accent)}._smInline_tkfp9_79{display:none}@media(min-width:640px){._smInline_tkfp9_79{display:inline}}._errorText_tkfp9_89{color:#ff6568;color:oklch(70.4% .191 22.216);display:flex;align-items:center;gap:.25rem}._syncedText_tkfp9_97{color:#05df72;display:flex;align-items:center;gap:.25rem}._addWidgetBtn_tkfp9_105{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._addWidgetBtn_tkfp9_105:hover{background:color-mix(in oklab,var(--okeep-accent) 30%,transparent)}._addWidgetLabel_tkfp9_122{font-size:.875rem;line-height:calc(1.25 / .875);display:none}@media(min-width:640px){._addWidgetLabel_tkfp9_122{display:inline}}._lockBtn_tkfp9_134{padding:.5rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._lockBtnLocked_tkfp9_142{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._lockBtnLocked_tkfp9_142:hover{color:var(--okeep-text)}._lockBtnUnlocked_tkfp9_150{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent)}._viewOnly_tkfp9_156{padding:.5rem;border-radius:.5rem;background:var(--okeep-surface-2);color:var(--okeep-text-muted);cursor:not-allowed}._iconBtn_tkfp9_165{padding:.5rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._iconBtn_tkfp9_165:hover{background:var(--okeep-surface-2)}._muted_tkfp9_177{color:var(--okeep-text-muted)}._content_tkfp9_182{flex:1 1 0%;overflow:auto}._emptyState_tkfp9_188{display:flex;flex-direction:column;align-items:center;justify-content:center;height:16rem;color:var(--okeep-text-muted)}._emptyTitle_tkfp9_198{font-size:1.125rem;line-height:calc(1.75 / 1.125);margin-bottom:.5rem}._emptySubtitle_tkfp9_205{font-size:.875rem;line-height:calc(1.25 / .875);margin-bottom:1rem}._emptyAddBtn_tkfp9_212{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;background:var(--okeep-accent);color:var(--color-text-inverse);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._emptyAddBtn_tkfp9_212:hover{background:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}@keyframes _spin_tkfp9_68{to{transform:rotate(360deg)}}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px;opacity:0}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.okui-widget{background:var(--okeep-surface);border:1px solid var(--okeep-border);border-radius:var(--okeep-r-lg);display:flex;flex-direction:column;min-height:150px;height:100%;overflow:hidden}.okui-widget-head{display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid var(--okeep-border)}.okui-widget-head>.okui-widget-grip{color:var(--okeep-text-dim);cursor:grab;display:inline-flex}.okui-widget-head>.okui-widget-grip:active{cursor:grabbing}.okui-widget-head>.t{font-weight:600;font-size:13.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.okui-widget-head>.sp{margin-left:auto;display:flex;gap:2px}.okui-widget-head>.sp>.ic{border:none;background:none;color:var(--okeep-text-dim);width:24px;height:24px;border-radius:var(--okeep-r-xs);display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.okui-widget-head>.sp>.ic:hover{background:var(--okeep-surface-2);color:var(--okeep-text)}.okui-widget-head>.sp>.ic:focus-visible{outline:none;box-shadow:var(--okeep-focus)}.okui-widget-head>.sp>.ic>.ti{width:14px;height:14px}.okui-widget-body{padding:14px;flex:1;overflow:auto}.okui-kpi-line{display:flex;justify-content:space-between;align-items:center;padding:7px 0;border-bottom:1px solid var(--okeep-border);font-size:13.5px;gap:10px}.okui-kpi-line:last-child{border:none}.okui-kpi-line>.v{font-family:var(--okeep-font-mono);font-variant-numeric:tabular-nums;font-weight:600}.okui-mini-chart{display:flex;align-items:flex-end;gap:5px;height:74px;margin-top:10px}.okui-mini-chart>i{flex:1;background:var(--okeep-accent);border-radius:3px 3px 0 0;opacity:.85}.okui-mini-chart>i.mut{background:var(--okeep-border)}.okui-widget-fs-placeholder{height:100%;width:100%;background:var(--okeep-surface-2);border-radius:var(--okeep-r-lg);display:flex;align-items:center;justify-content:center;color:var(--okeep-text-muted);font-size:13px}.okui-widget-fs-portal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--okeep-bg);display:flex;flex-direction:column}.okui-widget-fs-portal .okui-widget{border-radius:0;border:none;height:100%}.okui-widget-grid-container{width:100%}.okui-widget-grid{position:relative}.react-grid-item.react-grid-placeholder{background:var(--okeep-accent-bg);border-radius:var(--okeep-r-lg);opacity:1}.okui-tabs .okui-tab{display:inline-flex;align-items:center;gap:6px}.okui-tab-rename{background:transparent;border:none;outline:none;font:inherit;color:inherit;width:80px;padding:0}.okui-tab-rename:focus-visible{box-shadow:var(--okeep-focus);border-radius:var(--okeep-r-xs)}.okui-tab-del{display:inline-flex;align-items:center;justify-content:center;border:none;background:none;color:var(--okeep-text-dim);padding:1px;border-radius:var(--okeep-r-xs);opacity:0;cursor:pointer}.okui-tab:hover .okui-tab-del,.okui-tab-del:focus-visible{opacity:1}.okui-tab-del:hover{color:var(--okeep-danger);background:var(--okeep-surface-2)}.okui-tab-del:focus-visible{outline:none;box-shadow:var(--okeep-focus)}.okui-tabs-add{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:none;color:var(--okeep-text-muted);border-radius:var(--okeep-r-sm);flex:none;cursor:pointer}.okui-tabs-add:hover{background:var(--okeep-surface-2);color:var(--okeep-text)}.okui-tabs-add:focus-visible{outline:none;box-shadow:var(--okeep-focus)}.okui-widget-catalog-list{display:flex;flex-direction:column;gap:8px}.okui-widget-catalog-item{display:flex;align-items:flex-start;gap:12px;width:100%;padding:12px;border-radius:var(--okeep-r-md);background:var(--okeep-surface-2);border:1px solid transparent;text-align:left;cursor:pointer;font:inherit;color:inherit}.okui-widget-catalog-item:hover{border-color:var(--okeep-accent-border)}.okui-widget-catalog-item:focus-visible{outline:none;box-shadow:var(--okeep-focus)}.okui-widget-catalog-item .ico{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:var(--okeep-r-md);background:var(--okeep-accent-bg);color:var(--okeep-accent);flex-shrink:0}.okui-widget-catalog-item .body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.okui-widget-catalog-item .lbl{font-weight:600;color:var(--okeep-text)}.okui-widget-catalog-item .desc{font-size:12.5px;color:var(--okeep-text-muted)}.okui-widget-catalog-item .size{font-size:12px;color:var(--okeep-text-dim)}._bar_1u78f_2{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;background:var(--okeep-bg);border-bottom:1px solid var(--okeep-border)}._relative_1u78f_12{position:relative}._printerBtn_1u78f_17{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:.5rem;background:var(--okeep-surface);border:1px solid var(--okeep-border);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._printerBtn_1u78f_17:hover{border-color:color-mix(in oklab,var(--okeep-accent) 50%,transparent)}._accent_1u78f_34{color:var(--okeep-accent)}._printerLabel_1u78f_39{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._muted_1u78f_46{color:var(--okeep-text-muted)}._dropdown_1u78f_51{position:absolute;top:100%;left:0;margin-top:.25rem;z-index:50;background:var(--okeep-surface);border:1px solid var(--okeep-border);border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;padding-top:.25rem;padding-bottom:.25rem;min-width:180px}._popover_1u78f_67{position:absolute;top:100%;left:0;margin-top:.25rem;z-index:50;background:var(--okeep-surface);border:1px solid var(--okeep-border);border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;padding-top:.5rem;padding-bottom:.5rem;min-width:180px}._menuItem_1u78f_83{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._menuItem_1u78f_83:hover{background:var(--okeep-surface-2)}._menuItemActive_1u78f_98{color:var(--okeep-accent)}._menuItemIdle_1u78f_101{color:var(--okeep-text)}._ml5_1u78f_106{margin-left:1.25rem}._divider_1u78f_111{border-top:1px solid var(--okeep-border);margin-top:.25rem;margin-bottom:.25rem}._chips_1u78f_118{display:flex;align-items:center;gap:.25rem}._chip_1u78f_118{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;line-height:calc(1.25 / .875);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._chipActive_1u78f_135{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent);border:1px solid color-mix(in oklab,var(--okeep-accent) 30%,transparent)}._chipIdle_1u78f_141{color:var(--okeep-text-muted);border:1px solid transparent}._chipIdle_1u78f_141:hover{color:var(--okeep-text);background:var(--okeep-surface)}._popoverHeader_1u78f_151{padding:.25rem .75rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);border-bottom:1px solid var(--okeep-border);margin-bottom:.25rem}._checkbox_1u78f_161{width:1rem;height:1rem;border-radius:.25rem;border-width:1px;border-style:solid;display:flex;align-items:center;justify-content:center}._checkboxChecked_1u78f_172{background:var(--okeep-accent);border-color:var(--okeep-accent)}._checkboxIdle_1u78f_177{border-color:var(--okeep-border)}._checkIcon_1u78f_182{color:var(--color-text-inverse)}._stateLabel_1u78f_187{color:var(--okeep-text)}._spacer_1u78f_192{flex:1 1 0%}._appliedCounter_1u78f_197{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._row_f9gsb_2{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}._chip_f9gsb_10{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;line-height:calc(1 / .75)}._chipOverride_f9gsb_21{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent);border:1px solid color-mix(in oklab,var(--okeep-accent) 30%,transparent)}._chipDefault_f9gsb_28{background:var(--okeep-surface-2);color:var(--okeep-text-muted);border:1px solid var(--okeep-border)}._chipInteractive_f9gsb_35{cursor:pointer;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._chipInteractive_f9gsb_35:hover{background:color-mix(in oklab,var(--okeep-surface-2) 80%,transparent)}._label_f9gsb_46{color:var(--okeep-text-muted)}._value_f9gsb_51{font-weight:500}._pin_f9gsb_56{color:var(--okeep-accent)}._wrap_21h79_2{display:flex;flex-wrap:wrap;gap:.25rem}._wrapCompact_21h79_8{margin-top:.125rem}._wrapNormal_21h79_12{margin-top:.25rem}._pill_21h79_17{display:inline-flex;align-items:center;gap:.25rem;border-radius:9999px;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._pillCompact_21h79_28{padding:.125rem .375rem;font-size:10px}._pillNormal_21h79_33{padding:.125rem .5rem;font-size:.75rem;line-height:calc(1 / .75)}._excluded_21h79_40{background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);color:#ff6568;color:oklch(70.4% .191 22.216);border:1px solid color-mix(in oklab,oklch(63.7% .237 25.331) 30%,transparent)}._modifier_21h79_47{background:color-mix(in oklab,oklch(62.3% .214 259.815) 20%,transparent);color:#56a2ff;color:oklch(70.7% .165 254.624);border:1px solid color-mix(in oklab,oklch(62.3% .214 259.815) 30%,transparent)}._priced_21h79_54{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent);border:1px solid color-mix(in oklab,var(--okeep-accent) 30%,transparent)}._regular_21h79_61{background:var(--okeep-surface-2);color:var(--okeep-text-muted);border:1px solid var(--okeep-border)}._icon_21h79_68{opacity:.7}._strike_21h79_73{text-decoration-line:line-through;opacity:.8}._modCount_21h79_79{background:color-mix(in oklab,oklch(62.3% .214 259.815) 30%,transparent);padding-left:.25rem;padding-right:.25rem;border-radius:.25rem;font-size:10px;font-weight:700}._modDelta_21h79_89{color:#91c5ff;color:oklch(80.9% .105 251.813);font-size:10px}._pricedDelta_21h79_95{background:color-mix(in oklab,var(--okeep-accent) 30%,transparent);padding-left:.25rem;padding-right:.25rem;border-radius:.25rem;font-size:10px;font-weight:700}._orderId_jayxz_2{font-weight:700;color:var(--okeep-text)}._customer_jayxz_8{display:flex;align-items:center;gap:.375rem;padding:.125rem .375rem;border-radius:9999px;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._customer_jayxz_8:hover{background:var(--okeep-surface-2)}._customer_jayxz_8:disabled:hover{background:transparent}._customerImg_jayxz_26{width:1.25rem;height:1.25rem;border-radius:9999px;object-fit:cover}._muted_jayxz_34{color:var(--okeep-text-muted)}._customerName_jayxz_39{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._otp_jayxz_50{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-weight:700;font-size:1rem;line-height:1.5;padding:.125rem .5rem;border-radius:.25rem}._queue_jayxz_60{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:9999px;font-size:.75rem;line-height:calc(1 / .75);font-weight:700;background:var(--okeep-surface-2);color:var(--okeep-text-muted);flex-shrink:0}._textSm_jayxz_76{font-size:.875rem;line-height:calc(1.25 / .875)}._agePastSla_jayxz_82{color:#fb2c36;font-weight:700}._printerName_jayxz_88{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-accent)}._badge_jayxz_96{padding:.125rem .5rem;font-size:.75rem;line-height:calc(1 / .75);border-radius:9999px}._badgeMedium_jayxz_104{padding:.125rem .5rem;font-size:.75rem;line-height:calc(1 / .75);border-radius:9999px;font-weight:500}._warnBtn_jayxz_113{padding:.25rem;border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._warnActive_jayxz_121{color:#eab300;color:oklch(79.5% .184 86.047)}._warnIdle_jayxz_125{color:var(--okeep-text-muted)}._warnIdle_jayxz_125:hover{color:#eab300;color:oklch(79.5% .184 86.047)}._total_jayxz_133{font-weight:700;color:var(--okeep-text)}._textSmMuted_jayxz_139{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._area_jayxz_146{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._card_jayxz_154{border-radius:.75rem;overflow:hidden;border:1px solid var(--okeep-border);transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._card_jayxz_154:hover{box-shadow:var(--card-ring, 0 0 #0000),0 10px 15px -3px #0003,0 4px 6px -4px #0003}._ringWarning_jayxz_166{--card-ring: 0 0 0 2px oklch(79.5% .184 86.047);box-shadow:var(--card-ring)}._ringDanger_jayxz_171{--card-ring: 0 0 0 2px oklch(63.7% .237 25.331);box-shadow:var(--card-ring)}._clickable_jayxz_176{cursor:pointer}._ageBar_jayxz_181{height:.25rem;width:100%;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}._testBadge_jayxz_190{display:block;margin-bottom:.5rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:600;color:var(--okeep-accent)}._headerRow_jayxz_200{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}._badgesRow_jayxz_209{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}._bodyRow_jayxz_217{margin-bottom:.75rem}._items_jayxz_222{margin-bottom:1rem}._items_jayxz_222>:not(:last-child){margin-block-end:.375rem}._itemRow_jayxz_230{display:flex;align-items:flex-start;gap:.5rem;padding:.25rem .5rem;margin-left:-.5rem;margin-right:-.5rem;border-radius:.375rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._itemRowReady_jayxz_243{background:color-mix(in oklab,oklch(72.3% .219 149.579) 5%,transparent)}._itemRowPending_jayxz_247:hover{background:var(--okeep-surface-2)}._itemCheckBtn_jayxz_252{margin-top:.125rem;width:1.25rem;height:1.25rem;border-radius:.25rem;border-width:2px;border-style:solid;border-color:color-mix(in oklab,var(--okeep-text-muted) 40%,transparent);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;display:flex;align-items:center;justify-content:center;flex-shrink:0}._itemCheckBtn_jayxz_252:hover{border-color:#00c65a;border-color:oklch(72.3% .219 149.579);background:color-mix(in oklab,oklch(72.3% .219 149.579) 10%,transparent)}._transparent_jayxz_274{color:transparent}._itemIndicator_jayxz_279{margin-top:.125rem;width:1.25rem;height:1.25rem;border-radius:.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}._itemIndicatorReady_jayxz_290{background:#00c65a;background:oklch(72.3% .219 149.579);color:#fff}._itemIndicatorIdle_jayxz_295{border-width:2px;border-style:solid;border-color:color-mix(in oklab,var(--okeep-text-muted) 30%,transparent)}._itemContent_jayxz_302{flex:1 1 0%;min-width:0}._itemDone_jayxz_308{color:var(--okeep-text-muted);text-decoration-line:line-through}._itemText_jayxz_307{color:var(--okeep-text)}._optionsText_jayxz_318{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._price_jayxz_325{font-size:.875rem;line-height:calc(1.25 / .875);flex-shrink:0}._priceDone_jayxz_330{color:var(--okeep-text-muted)}._priceNormal_jayxz_333{color:var(--okeep-text)}._soldOut_jayxz_338{margin-left:.25rem;padding:.25rem;border-radius:.25rem;opacity:0;color:var(--okeep-text-muted);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;flex-shrink:0}._itemRow_jayxz_230:hover ._soldOut_jayxz_338{opacity:1}._soldOut_jayxz_338:hover{opacity:1;background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);color:#ff6568;color:oklch(70.4% .191 22.216)}._bulkBtn_jayxz_359{width:100%;margin-top:.5rem;padding-top:.375rem;padding-bottom:.375rem;border-radius:.375rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;background:color-mix(in oklab,oklch(62.7% .194 149.214) 90%,transparent);color:#fff;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;display:flex;align-items:center;justify-content:center;gap:.375rem}._bulkBtn_jayxz_359:hover{background:#00c65a;background:oklch(72.3% .219 149.579)}._footer_jayxz_383{display:flex;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem;border-top:1px solid var(--okeep-border)}._actions_jayxz_393{display:flex;gap:.5rem;margin-top:1rem}._actionBtn_jayxz_400{flex:1 1 0%;padding:.5rem 1rem;border-radius:.5rem;font-weight:600;font-size:.875rem;line-height:calc(1.25 / .875);transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._actionBtn_jayxz_400:hover{opacity:.9}._group_libyh_2{margin-bottom:1.5rem}._title_libyh_7{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;text-transform:uppercase;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}._count_libyh_19{padding:.125rem .5rem;font-size:.75rem;line-height:calc(1 / .75);border-radius:9999px}._grid_libyh_27{display:grid;gap:1rem}._column_aiuej_2{border-radius:28px;border-width:1px;border-style:solid;padding:1.25rem}@media(min-width:768px){._column_aiuej_2{padding:1.75rem}}._columnHeader_aiuej_15{margin-bottom:1.25rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}._columnHeaderLeft_aiuej_24{display:flex;align-items:center;gap:.75rem}._dot_aiuej_31{height:.875rem;width:.875rem;border-radius:9999px}._columnTitle_aiuej_38{font-size:1.25rem;line-height:calc(1.75 / 1.25);font-weight:600;text-transform:uppercase;letter-spacing:.18em}._columnCount_aiuej_47{border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600}._columnEmpty_aiuej_56{display:flex;min-height:220px;align-items:center;justify-content:center;border-radius:22px;border-width:1px;border-style:dashed;text-align:center;font-size:1.125rem;line-height:calc(1.75 / 1.125)}._grid_aiuej_70{display:grid;gap:1rem}._ticket_aiuej_76{border-radius:24px;border-width:1px;border-style:solid;padding:1.25rem 1rem}@media(min-width:768px){._ticket_aiuej_76{padding:1.5rem 1.25rem}}._ticketNumber_aiuej_89{margin-bottom:.5rem;font-weight:900;letter-spacing:.08em}._numberNormal_aiuej_88{font-size:2rem}@media(min-width:768px){._numberNormal_aiuej_88{font-size:2.7rem}}._numberLarge_aiuej_88{font-size:2.6rem}@media(min-width:768px){._numberLarge_aiuej_88{font-size:3.6rem}}._badges_aiuej_116{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;line-height:calc(1.25 / .875)}._badge_aiuej_116{border-radius:9999px;padding:.25rem .625rem}._age_aiuej_132{margin-top:1rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500}._root_aiuej_140{height:100%;overflow:auto}._rootChrome_aiuej_145{padding:1rem}._rootBare_aiuej_149{padding:1.5rem}@media(min-width:768px){._rootBare_aiuej_149{padding:2rem}}._inner_aiuej_159{margin-inline:auto;display:flex;min-height:100%;width:100%;max-width:1800px;flex-direction:column}._boardHeader_aiuej_169{margin-bottom:2rem;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}._boardEyebrow_aiuej_178{font-size:.875rem;line-height:calc(1.25 / .875);text-transform:uppercase;letter-spacing:.35em}._boardTitle_aiuej_186{font-size:1.875rem;line-height:1.2;font-weight:900;letter-spacing:.08em;color:#fff}@media(min-width:768px){._boardTitle_aiuej_186{font-size:3rem;line-height:1}}._boardClock_aiuej_201{text-align:right;font-size:.875rem;line-height:calc(1.25 / .875)}._columns_aiuej_208{display:grid;flex:1 1 0%;gap:1.5rem}@media(min-width:1280px){._columnsSplit_aiuej_215{grid-template-columns:repeat(2,minmax(0,1fr))}}._bannerSettle_1xpoo_2{position:sticky;top:0;z-index:10;margin-bottom:.75rem;padding:.5rem .75rem;border-radius:.5rem;background:var(--okeep-surface-2);border:1px solid var(--okeep-border)}._bannerSettle_1xpoo_2>:not(:last-child){margin-block-end:.5rem}._rowBetween_1xpoo_17{display:flex;align-items:center;justify-content:space-between}._textSm_1xpoo_24{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._totalStrong_1xpoo_31{font-size:1rem;line-height:1.5;font-weight:600;color:var(--okeep-text)}._textXsMuted_1xpoo_39{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._btnRow_1xpoo_46{display:flex;gap:.5rem}._settleBtn_1xpoo_52{flex:1 1 0%;padding:.5rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875);border-radius:.5rem;background:var(--okeep-accent);color:#fff;display:flex;align-items:center;justify-content:center;gap:.5rem}._settleBtn_1xpoo_52:hover{opacity:.9}._settleBtn_1xpoo_52:disabled{opacity:.6}._spin_1xpoo_73{animation:_spin_1xpoo_73 1s linear infinite}._cancelBtn_1xpoo_78{padding:.5rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875);border-radius:.5rem;color:var(--okeep-text-muted)}._cancelBtn_1xpoo_78:hover{background:var(--okeep-bg)}._cancelBtn_1xpoo_78:disabled{opacity:.6}._bannerSummary_1xpoo_93{position:sticky;top:0;z-index:10;margin-bottom:.75rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;border-radius:.5rem;background:var(--okeep-surface-2);border:1px solid var(--okeep-border)}._minW0_1xpoo_109{min-width:0}._summaryTitle_1xpoo_114{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}._medium_1xpoo_125{font-weight:500}._summaryActions_1xpoo_130{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._settleBillBtn_1xpoo_138{padding:.375rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875);border-radius:.5rem;background:var(--okeep-accent);color:#fff}._settleBillBtn_1xpoo_138:hover{opacity:.9}._clearBtn_1xpoo_151{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);display:flex;align-items:center;gap:.25rem}._clearBtn_1xpoo_151:hover{color:var(--okeep-text)}._allDone_1xpoo_164{padding:1rem;height:100%;display:flex;align-items:center;justify-content:center}._allDoneInner_1xpoo_173{text-align:center;max-width:20rem}._doneIcon_1xpoo_179{color:#00c65a;color:oklch(72.3% .219 149.579);margin-inline:auto;margin-bottom:.75rem}._doneTitle_1xpoo_186{color:var(--okeep-text);font-weight:500;margin-bottom:.25rem}._doneSubtitle_1xpoo_193{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875);margin-bottom:1rem}._backBtn_1xpoo_201{padding:.5rem 1rem;font-size:.875rem;line-height:calc(1.25 / .875);border-radius:.5rem;background:var(--okeep-accent);color:#fff}._backBtn_1xpoo_201:hover{opacity:.9}._container_1xpoo_214{padding:1rem;overflow:auto;height:100%}._center_1xpoo_221{display:flex;align-items:center;justify-content:center;height:100%}._noMatch_1xpoo_229{text-align:center;padding:2rem 1rem}._noMatchTitle_1xpoo_235{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875);margin-bottom:.5rem}._noMatchDetails_1xpoo_243{font-size:.75rem;line-height:calc(1 / .75);color:color-mix(in oklab,var(--okeep-text-muted) 60%,transparent)}._noMatchDetails_1xpoo_243>:not(:last-child){margin-block-end:.25rem}@keyframes _spin_1xpoo_73{to{transform:rotate(360deg)}}._container_3wiwc_2{padding:.75rem;height:100%;overflow:auto}._chip_3wiwc_9{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._chipSelected_3wiwc_21{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent);border:1px solid color-mix(in oklab,var(--okeep-accent) 30%,transparent)}._chipIdle_3wiwc_28{background:var(--okeep-surface-2);color:var(--okeep-text-muted);border:1px solid transparent}._chipIdle_3wiwc_28:hover{color:var(--okeep-text);background:color-mix(in oklab,var(--okeep-surface-2) 80%,transparent)}._zoneRow_3wiwc_39{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}._name_3wiwc_47{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500}._activeUsers_3wiwc_54{display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:calc(1 / .75);color:#00c65a;color:oklch(72.3% .219 149.579)}._check_3wiwc_64{margin-left:.25rem}._count_3wiwc_69{font-size:.75rem;line-height:calc(1 / .75)}._groups_3wiwc_75{margin-top:.75rem}._groups_3wiwc_75>:not(:last-child){margin-block-end:.5rem}._groupLabel_3wiwc_83{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.25rem}._chipWrap_3wiwc_91{display:flex;flex-wrap:wrap;gap:.5rem}._empty_48kri_2{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--okeep-text-muted);padding:1rem}._emptyIcon_48kri_13{margin-bottom:.5rem;opacity:.5}._textSm_48kri_19{font-size:.875rem;line-height:calc(1.25 / .875)}._emptySubtitle_48kri_25{font-size:.75rem;line-height:calc(1 / .75);margin-top:.25rem;opacity:.6}._container_48kri_33{padding:1rem;height:100%;overflow:auto}._avatarRow_48kri_40{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}._avatarImg_48kri_48{width:3rem;height:3rem;border-radius:9999px;object-fit:cover}._avatarPlaceholder_48kri_56{width:3rem;height:3rem;border-radius:9999px;background:var(--okeep-surface-2);display:flex;align-items:center;justify-content:center}._muted_48kri_67{color:var(--okeep-text-muted)}._accent_48kri_72{color:var(--okeep-accent)}._warning_48kri_77{color:var(--okeep-status-paused)}._info_48kri_82{flex:1 1 0%;min-width:0}._name_48kri_88{color:var(--okeep-text);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._phone_48kri_97{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._userId_48kri_107{font-size:.75rem;line-height:calc(1 / .75);color:color-mix(in oklab,var(--okeep-text-muted) 60%,transparent);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}._stats_48kri_118>:not(:last-child){margin-block-end:.75rem}._statRow_48kri_123{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-radius:.5rem;background:var(--okeep-surface-2)}._statLabel_48kri_133{display:flex;align-items:center;gap:.5rem}._statLabelText_48kri_140{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._spinMuted_48kri_147{animation:_spin_48kri_147 1s linear infinite;color:var(--okeep-text-muted)}._statValue_48kri_153{color:var(--okeep-text);font-weight:500}._lastVisit_48kri_159{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);padding-left:.75rem;padding-right:.75rem}._actions_48kri_168{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--okeep-border)}._actionsTitle_48kri_175{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.5rem}._actionList_48kri_183>:not(:last-child){margin-block-end:.5rem}._actionBtn_48kri_188{width:100%;padding:.5rem .75rem;font-size:.875rem;line-height:calc(1.25 / .875);text-align:left;color:var(--okeep-text);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._actionBtn_48kri_188:hover{background:var(--okeep-surface-2)}@keyframes _spin_48kri_147{to{transform:rotate(360deg)}}._labelRow_l3ndn_2{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._iconLabel_l3ndn_9{width:1rem;height:1rem;color:var(--okeep-accent)}._label_l3ndn_2{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._connectedCard_l3ndn_21{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:.5rem}._avatar_l3ndn_29{width:2rem;height:2rem;border-radius:9999px}._connectedMain_l3ndn_35{flex:1 1 0%;min-width:0}._connectedName_l3ndn_40{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._connectedStatus_l3ndn_50{font-size:.75rem;line-height:calc(1 / .75);color:#05df72}._clearBtn_l3ndn_56{padding:.25rem;border-radius:.25rem}._clearBtn_l3ndn_56:hover{background:color-mix(in oklab,#fff 10%,transparent)}._iconClear_l3ndn_64{width:1rem;height:1rem;color:var(--okeep-text-muted)}._inputWrap_l3ndn_70{position:relative}._input_l3ndn_70{width:100%;padding-inline:.75rem;padding-block:.5rem;border-radius:.5rem;text-align:center;letter-spacing:.3em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1.125rem;line-height:calc(1.75 / 1.125)}._loaderWrap_l3ndn_86{position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}._iconSpin_l3ndn_93{width:1rem;height:1rem;animation:_spin_l3ndn_1 1s linear infinite;color:var(--okeep-accent)}@keyframes _spin_l3ndn_1{to{transform:rotate(360deg)}}._errorText_l3ndn_105{font-size:.75rem;line-height:calc(1 / .75);color:#ff6568;color:oklch(70.4% .191 22.216);margin-top:.25rem}._hint_l3ndn_112{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._container_8fp1a_2{height:100%;overflow:auto;padding:.75rem}._overlay_ssz2h_2{position:fixed;top:0;right:0;bottom:0;left:0;background:color-mix(in oklab,#000 70%,transparent);z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem}._modal_ssz2h_16{width:100%;max-width:28rem;border-radius:.75rem;overflow:hidden;max-height:90vh;display:flex;flex-direction:column}._header_ssz2h_26{padding:.75rem 1rem;border-bottom-width:1px;border-bottom-style:solid;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}._headerLeft_ssz2h_36{display:flex;align-items:center;gap:.75rem}._itemImg_ssz2h_42{width:2.5rem;height:2.5rem;border-radius:.25rem;object-fit:cover}._itemName_ssz2h_49{font-weight:500;color:var(--okeep-text)}._itemPrice_ssz2h_54{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-accent)}._closeBtn_ssz2h_60{padding:.25rem;border-radius:.25rem}._closeBtn_ssz2h_60:hover{background:color-mix(in oklab,#fff 10%,transparent)}._iconClose_ssz2h_68{width:1.25rem;height:1.25rem;color:var(--okeep-text-muted)}._content_ssz2h_74{flex:1 1 0%;overflow-y:auto;padding:1rem}._content_ssz2h_74>:not(:last-child){margin-block-end:1.5rem}._noOptions_ssz2h_83{color:var(--okeep-text-muted);text-align:center;padding-top:1rem;padding-bottom:1rem}._sectionTitle_ssz2h_90{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text-muted);margin-bottom:.5rem}._stack2_ssz2h_98>:not(:last-child){margin-block-end:.5rem}._stack4_ssz2h_102>:not(:last-child){margin-block-end:1rem}._rowBtn_ssz2h_106{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._cursorPointer_ssz2h_118{cursor:pointer}._cursorDisabled_ssz2h_122{cursor:not-allowed;opacity:.6}._optDisabled_ssz2h_127{opacity:.5;cursor:not-allowed}._ingName_ssz2h_132{font-size:.875rem;line-height:calc(1.25 / .875)}._ingExcluded_ssz2h_137{text-decoration-line:line-through;color:#ff6568;color:oklch(70.4% .191 22.216)}._ingIncluded_ssz2h_142{color:var(--okeep-text)}._deltaRed_ssz2h_146{font-size:.75rem;line-height:calc(1 / .75);color:#ff6568;color:oklch(70.4% .191 22.216)}._groupHeader_ssz2h_152{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}._groupTitle_ssz2h_159{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text-muted)}._selectOne_ssz2h_166{margin-left:.25rem;font-size:.75rem;line-height:calc(1 / .75)}._constraint_ssz2h_172{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._flexGap2_ssz2h_178{display:flex;align-items:center;gap:.5rem}._checkBox_ssz2h_184{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center}._roundedFull_ssz2h_192{border-radius:9999px}._roundedSm_ssz2h_196{border-radius:.25rem}._iconCheck3_ssz2h_200{width:.75rem;height:.75rem;color:var(--okeep-text)}._optName_ssz2h_206{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._deltaPrimary_ssz2h_212{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent)}._modRow_ssz2h_218{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-radius:.5rem}._deltaPrimaryMl_ssz2h_226{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent);margin-left:.5rem}._counterBtn_ssz2h_233{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem}._counterBtn_ssz2h_233:disabled{opacity:.3}._icon4Text_ssz2h_245{width:1rem;height:1rem;color:var(--okeep-text)}._count_ssz2h_233{width:1.5rem;text-align:center;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._footer_ssz2h_259{padding:.75rem 1rem;border-top-width:1px;border-top-style:solid;flex-shrink:0}._totalRow_ssz2h_266{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}._muted_ssz2h_273{color:var(--okeep-text-muted)}._totalValue_ssz2h_277{font-size:1.25rem;line-height:calc(1.75 / 1.25);font-weight:700;color:var(--okeep-accent)}._confirmBtn_ssz2h_284{width:100%;padding-top:.75rem;padding-bottom:.75rem;border-radius:.5rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem}._iconCheck5_ssz2h_296{width:1.25rem;height:1.25rem;color:var(--okeep-text)}._textColor_ssz2h_302{color:var(--okeep-text)}._panel_1t67r_2{height:100%;display:flex;flex-direction:column;overflow:hidden;position:relative}._sectionHeader_1t67r_10{padding:.75rem 1rem;border-bottom-width:1px;border-bottom-style:solid;flex-shrink:0}._rowBetween_1t67r_17{display:flex;align-items:center;justify-content:space-between}._h2_1t67r_23{font-size:1rem;line-height:1.5;font-weight:600;color:var(--okeep-text)}._metaXs_1t67r_30{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._metaXsMb_1t67r_36{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.5rem}._metaXsMt_1t67r_43{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._clearBtn_1t67r_50{font-size:.75rem;line-height:calc(1 / .75);color:#ff6568;color:oklch(70.4% .191 22.216)}._clearBtn_1t67r_50:hover{color:#ffa3a3;color:oklch(80.8% .114 19.571)}._mt3_1t67r_59{margin-top:.75rem}._py1_1t67r_63{padding-top:.25rem;padding-bottom:.25rem}@keyframes _spin_1t67r_74{to{transform:rotate(360deg)}}._spinner4_1t67r_74{width:1rem;height:1rem;animation:_spin_1t67r_74 1s linear infinite;color:var(--okeep-accent)}._spinner6_1t67r_81{width:1.5rem;height:1.5rem;animation:_spin_1t67r_74 1s linear infinite;color:var(--okeep-accent)}._spinner5Text_1t67r_88{width:1.25rem;height:1.25rem;animation:_spin_1t67r_74 1s linear infinite;color:var(--okeep-text)}._chipsWrap_1t67r_95{display:flex;flex-wrap:wrap;gap:.5rem}._voucherChip_1t67r_101{padding:.5rem .75rem;border-radius:9999px;font-size:.75rem;line-height:calc(1 / .75);border-width:1px;border-style:solid;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._menuScroll_1t67r_113{flex:1 1 0%;overflow-y:auto;padding:.75rem 1rem}._mb4_1t67r_119{margin-bottom:1rem}._iconRowMb_1t67r_123{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}._icon4Primary_1t67r_130{width:1rem;height:1rem;color:var(--okeep-accent)}._bundleGrid_1t67r_136{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.5rem;margin-bottom:1rem}@media(min-width:768px){._bundleGrid_1t67r_136{grid-template-columns:repeat(2,minmax(0,1fr))}}._bundleBtn_1t67r_148{text-align:left;padding:.75rem;border-radius:.5rem;border:1px solid var(--okeep-border)}._bundleName_1t67r_155{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text)}._pricePrimaryMt_1t67r_162{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent);margin-top:.5rem}._centerPy8_1t67r_169{display:flex;align-items:center;justify-content:center;padding-top:2rem;padding-bottom:2rem}._emptyMenu_1t67r_177{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);padding-top:1rem;padding-bottom:1rem;text-align:center}._stack2_1t67r_186>:not(:last-child){margin-block-end:.5rem}._menuItem_1t67r_190{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._menuItem_1t67r_190:hover{filter:brightness(110%)}._menuItem_1t67r_190:active{filter:brightness(90%)}._menuImg_1t67r_210{width:2.5rem;height:2.5rem;border-radius:.25rem;object-fit:cover;flex-shrink:0;pointer-events:none}._menuInfo_1t67r_219{flex:1 1 0%;min-width:0;pointer-events:none}._nameRow_1t67r_225{display:flex;align-items:center;gap:.25rem}._menuName_1t67r_231{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._pricePrimary_1t67r_162{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent)}._optionsBtn_1t67r_246{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;flex-shrink:0}._optionsBtn_1t67r_246:hover{background:var(--okeep-bg)}._icon4Muted_1t67r_262{width:1rem;height:1rem;color:var(--okeep-text-muted)}._countBadge_1t67r_268{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-accent);flex-shrink:0;pointer-events:none}._cartSection_1t67r_277{border-top-width:1px;border-top-style:solid;flex-shrink:0;padding:1rem}._cartSummary_1t67r_284{margin-bottom:.75rem;max-height:8rem;overflow-y:auto}._cartSummary_1t67r_284>:not(:last-child){margin-block-end:.5rem}._cartRowBundle_1t67r_293{display:flex;align-items:flex-start;gap:.5rem;font-size:.75rem;line-height:calc(1 / .75)}._flex1Min_1t67r_301{flex:1 1 0%;min-width:0}._cartBundleName_1t67r_306{color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;font-weight:500}._bundleItems_1t67r_315{font-size:10px;color:var(--okeep-text-muted);margin-top:.125rem}._bundleItems_1t67r_315>:not(:last-child){margin-block-end:.125rem}._truncate_1t67r_324{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._qtyControls_1t67r_330{display:flex;align-items:center;gap:.25rem;flex-shrink:0}._qtyBtn_1t67r_337{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem}._icon3Text_1t67r_346{width:.75rem;height:.75rem;color:var(--okeep-text)}._qtyCount_1t67r_352{width:1rem;text-align:center;color:var(--okeep-text)}._cartPriceRight_1t67r_358{text-align:right;margin-left:.25rem;width:3.5rem;flex-shrink:0}._cartStrike_1t67r_365{display:block;color:var(--okeep-text-muted);text-decoration-line:line-through}._cartFinal_1t67r_371{display:block}._textGreen_1t67r_375{color:#05df72}._textColor_1t67r_379{color:var(--okeep-text)}._cartRowItem_1t67r_383{display:flex;align-items:center;gap:.5rem;font-size:.75rem;line-height:calc(1 / .75)}._cartItemName_1t67r_391{color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}._iconInlineMuted_1t67r_399{width:.75rem;height:.75rem;color:var(--okeep-text-muted);display:inline;margin-left:.25rem}._optDelta10_1t67r_407{color:var(--okeep-text-muted);font-size:10px}._cartItemPrice_1t67r_412{color:var(--okeep-text);margin-left:.25rem;width:3.5rem;text-align:right}._payRow_1t67r_419{display:flex;gap:.5rem;margin-bottom:.75rem}._payBtn_1t67r_425{flex:1 1 0%;padding-top:.5rem;padding-bottom:.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:.75rem;line-height:calc(1 / .75);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._icon3_1t67r_346{width:.75rem;height:.75rem}._discountLine_1t67r_446{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;line-height:calc(1 / .75);margin-bottom:.5rem}._muted_1t67r_455{color:var(--okeep-text-muted)}._totalRow_1t67r_459{display:flex;align-items:center;gap:.75rem}._flex1_1t67r_301{flex:1 1 0%}._totalValue_1t67r_469{font-size:1.25rem;line-height:calc(1.75 / 1.25);font-weight:700;color:var(--okeep-accent)}._submitBtn_1t67r_476{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;display:flex;align-items:center;gap:.5rem}._submitBtn_1t67r_476:disabled{opacity:.5;cursor:not-allowed}._icon5Text_1t67r_489{width:1.25rem;height:1.25rem;color:var(--okeep-text)}._successOverlay_1t67r_495{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10}._textCenter_1t67r_508{text-align:center}._successIcon_1t67r_512{width:4rem;height:4rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-inline:auto;margin-bottom:1rem}._icon8Text_1t67r_523{width:2rem;height:2rem;color:var(--okeep-text)}._successLabel_1t67r_529{font-size:1.125rem;line-height:calc(1.75 / 1.125);color:var(--okeep-text-muted);margin-bottom:.5rem}._successNumber_1t67r_536{font-size:3rem;line-height:1;font-weight:700;margin-bottom:1rem}._successTotal_1t67r_543{font-size:1.125rem;line-height:calc(1.75 / 1.125);color:var(--okeep-text);margin-bottom:.25rem}._successTime_1t67r_550{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:1.5rem}._newOrderBtn_1t67r_557{padding:.5rem 1.5rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875)}._pickerOverlay_1t67r_566{position:fixed;top:0;right:0;bottom:0;left:0;background:color-mix(in oklab,#000 60%,transparent);z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem}._pickerModal_1t67r_580{width:100%;max-width:42rem;border-radius:.75rem;border:1px solid var(--okeep-border);overflow:hidden}._pickerHeader_1t67r_588{padding:.75rem 1rem;border-bottom:1px solid var(--okeep-border);display:flex;align-items:center;justify-content:space-between}._closeBtn2_1t67r_596{padding:.25rem}._pickerContent_1t67r_600{padding:1rem;max-height:70vh;overflow-y:auto}._pickerContent_1t67r_600>:not(:last-child){margin-block-end:1rem}._slotLabel_1t67r_609{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.5rem;text-transform:uppercase}._slotChip_1t67r_617{padding:.5rem .75rem;border-radius:9999px;font-size:.875rem;line-height:calc(1.25 / .875);border-width:1px;border-style:solid}._pickerFooter_1t67r_626{padding:.75rem 1rem;border-top:1px solid var(--okeep-border)}._addBundleBtn_1t67r_631{width:100%;padding:.75rem 1rem;border-radius:.5rem;font-weight:500}._addBundleBtn_1t67r_631:disabled{opacity:.5}._prompt_1lzcn_2{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--okeep-text-muted);padding:1rem}._promptIcon_1lzcn_13{margin-bottom:.5rem;opacity:.5}._promptTitle_1lzcn_19{font-size:.875rem;line-height:calc(1.25 / .875)}._promptSubtitle_1lzcn_25{font-size:.75rem;line-height:calc(1 / .75);margin-top:.25rem;opacity:.6}._container_aca9q_2{padding:.75rem;height:100%;overflow:auto}._cards_aca9q_9{display:flex;flex-wrap:wrap;gap:.75rem}._statCard_aca9q_16{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;background:var(--okeep-surface-2)}._label_aca9q_26{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._value_aca9q_33{color:var(--okeep-text);font-weight:500}._total_aca9q_39{color:var(--okeep-accent)}._active_aca9q_40{color:#f7c900;color:oklch(85.2% .199 91.936)}._preparing_aca9q_41{color:#eab300;color:oklch(79.5% .184 86.047)}._ready_aca9q_42{color:#00c65a;color:oklch(72.3% .219 149.579)}._closed_aca9q_43{color:var(--okeep-text-muted)}._cancelled_aca9q_44{color:#fb2c36}._paid_aca9q_45{color:#05df72}._unpaid_aca9q_46{color:#ff8b1f;color:oklch(75% .183 55.934)}._cash_aca9q_47{color:#00d294;color:oklch(76.5% .177 163.223)}._card_aca9q_9{color:#00bbfd;color:oklch(74.6% .16 232.661)}._table_aca9q_49{color:#bf7eff;color:oklch(71.4% .203 305.504)}._pickup_aca9q_50{color:#00d1ec;color:oklch(78.9% .154 211.53)}._container_1b2bm_2{padding:.75rem;height:100%;overflow:auto}._cards_1b2bm_9{display:flex;flex-wrap:wrap;gap:.75rem}._statCard_1b2bm_16{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;background:var(--okeep-surface-2)}._label_1b2bm_26{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._value_1b2bm_33{color:var(--okeep-text);font-weight:500}._footer_1b2bm_39{margin-top:.5rem;font-size:10px;color:color-mix(in oklab,var(--okeep-text-muted) 50%,transparent)}._loading_1b2bm_46{display:flex;align-items:center;justify-content:center;height:100%;color:var(--okeep-text-muted)}._spin_1b2bm_55{animation:_spin_1b2bm_55 1s linear infinite}._error_1b2bm_60{display:flex;align-items:center;justify-content:center;height:100%;color:#ff6568;color:oklch(70.4% .191 22.216);font-size:.875rem;line-height:calc(1.25 / .875)}._accent_1b2bm_71{color:var(--okeep-accent)}._blue400_1b2bm_72{color:#56a2ff;color:oklch(70.7% .165 254.624)}._green400_1b2bm_73{color:#05df72}._green500_1b2bm_74{color:#00c65a;color:oklch(72.3% .219 149.579)}._cyan400_1b2bm_75{color:#00d1ec;color:oklch(78.9% .154 211.53)}._yellow400_1b2bm_76{color:#f7c900;color:oklch(85.2% .199 91.936)}._yellow500_1b2bm_77{color:#eab300;color:oklch(79.5% .184 86.047)}._orange400_1b2bm_78{color:#ff8b1f;color:oklch(75% .183 55.934)}._purple400_1b2bm_79{color:#bf7eff;color:oklch(71.4% .203 305.504)}._purple500_1b2bm_80{color:#ab4eff;color:oklch(62.7% .265 303.9)}._amber400_1b2bm_81{color:#fabc00;color:oklch(82.8% .189 84.429)}._amber500_1b2bm_82{color:#f69e00;color:oklch(76.9% .188 70.08)}@keyframes _spin_1b2bm_55{to{transform:rotate(360deg)}}._root_1lsic_2{height:100%;display:flex;flex-direction:column}._header_1lsic_9{padding:.5rem .75rem;border-bottom:1px solid var(--okeep-border);flex-shrink:0}._headerRow_1lsic_16{display:flex;align-items:center;gap:.5rem}._accent_1lsic_23{color:var(--okeep-accent)}._muted_1lsic_28{color:var(--okeep-text-muted)}._printerName_1lsic_33{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text)}._count_1lsic_41{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._list_1lsic_48{flex:1 1 0%;overflow:auto;padding:.5rem}._empty_1lsic_55{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--okeep-text-muted)}._emptyIcon_1lsic_65{margin-bottom:.5rem;opacity:.5}._textSm_1lsic_71{font-size:.875rem;line-height:calc(1.25 / .875)}._items_1lsic_77>:not(:last-child){margin-block-end:.25rem}._item_1lsic_77{width:100%;display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;text-align:left}._itemSelected_1lsic_96{background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);border:1px solid color-mix(in oklab,var(--okeep-accent) 30%,transparent)}._itemIdle_1lsic_102{background:var(--okeep-surface-2);border:1px solid transparent}._itemIdle_1lsic_102:hover{background:color-mix(in oklab,var(--okeep-surface-2) 80%,transparent)}._avatarWrap_1lsic_111{position:relative;flex-shrink:0}._avatarImg_1lsic_117{width:2rem;height:2rem;border-radius:9999px;object-fit:cover}._avatarPlaceholder_1lsic_125{width:2rem;height:2rem;border-radius:9999px;background:var(--okeep-bg);display:flex;align-items:center;justify-content:center}._presenceDot_1lsic_136{position:absolute;bottom:-.125rem;right:-.125rem;width:.625rem;height:.625rem;background:#00c65a;background:oklch(72.3% .219 149.579);border-radius:9999px;border:2px solid var(--okeep-surface-2)}._offlineBadge_1lsic_148{position:absolute;bottom:-.25rem;right:-.25rem;width:1rem;height:1rem;border-radius:9999px;background:var(--okeep-bg);border:2px solid var(--okeep-surface-2);display:flex;align-items:center;justify-content:center}._info_1lsic_163{flex:1 1 0%;min-width:0}._nameRow_1lsic_169{display:flex;align-items:center;gap:.25rem}._name_1lsic_169{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._nameSelected_1lsic_184{color:var(--okeep-accent)}._nameIdle_1lsic_187{color:var(--okeep-text)}._guest_1lsic_192{font-size:10px;color:var(--okeep-text-muted);background:var(--okeep-bg);padding-left:.25rem;padding-right:.25rem;border-radius:.25rem}._selectedCheck_1lsic_202{color:var(--okeep-accent);flex-shrink:0}._joinTime_1lsic_208{display:flex;align-items:center;gap:.25rem;font-size:10px;color:var(--okeep-text-muted)}._otp_1lsic_217{flex-shrink:0;font-size:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;padding:.125rem .375rem;border-radius:.25rem}._otpSelected_1lsic_226{background:color-mix(in oklab,var(--okeep-accent) 30%,transparent);color:var(--okeep-accent)}._otpIdle_1lsic_232{background:var(--okeep-bg);color:var(--okeep-text-muted)}._empty_vr1o0_2{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--okeep-text-muted);padding:1rem;text-align:center}._emptyIcon_vr1o0_14{margin-bottom:.5rem;opacity:.5}._emptyTitle_vr1o0_20{font-size:.875rem;line-height:calc(1.25 / .875)}._emptySubtitle_vr1o0_26{font-size:.75rem;line-height:calc(1 / .75);margin-top:.25rem;opacity:.6}._loading_vr1o0_34{display:flex;align-items:center;justify-content:center;height:100%;color:var(--okeep-text-muted)}._spin_vr1o0_43{animation:_spin_vr1o0_43 1s linear infinite}._conversation_vr1o0_48{height:100%;overflow:hidden}@keyframes _spin_vr1o0_43{to{transform:rotate(360deg)}}._overlay_19irx_3{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background:color-mix(in oklab,#000 50%,transparent)}._cardBase_19irx_14{background:var(--okeep-surface);border-radius:.75rem;border:1px solid var(--okeep-border);box-shadow:0 25px 50px -12px #00000040;width:100%;margin-inline:1rem}._cardDefault_19irx_23{max-width:28rem;padding:1.5rem}._cardLg_19irx_28{max-width:56rem;max-height:85vh;display:flex;flex-direction:column}._cardMd_19irx_35{max-width:28rem;max-height:80vh;display:flex;flex-direction:column}._modalHeader_19irx_44{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--okeep-border);flex-shrink:0}._headerNoBorder_19irx_53{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._h2_19irx_60{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text)}._closeBtn_19irx_67{padding:.25rem;color:var(--okeep-text-muted);border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._closeBtn_19irx_67:hover{color:var(--okeep-text);background:var(--okeep-surface-2)}._footer_19irx_80{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--okeep-border);flex-shrink:0}._footerEnd_19irx_90{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--okeep-border);flex-shrink:0}._cancelBtn_19irx_99{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._cancelBtn_19irx_99:hover{color:var(--okeep-text);background:var(--okeep-surface-2)}._cancelBtnAlt_19irx_114{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);background:var(--okeep-surface-2);color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._cancelBtnAlt_19irx_114:hover{color:var(--okeep-text)}._saveBtn_19irx_129{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);background:var(--okeep-accent);color:var(--okeep-text);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;display:flex;align-items:center;gap:.5rem}._saveBtn_19irx_129:hover{background:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}._mutedText_19irx_149{color:var(--okeep-text-muted)}._closeFullBtn_19irx_153{margin-top:1rem;width:100%;padding-top:.5rem;padding-bottom:.5rem;border-radius:.5rem;background:var(--okeep-accent);color:var(--okeep-text);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._closeFullBtn_19irx_153:hover{background:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}._contentSplit_19irx_171{display:flex;flex:1 1 0%;overflow:hidden}._contentLeft_19irx_177{padding:1rem;overflow:auto;flex:1 1 0%;min-width:0}._contentLeft_19irx_177>:not(:last-child){margin-block-end:1.5rem}._content_19irx_171{padding:1rem;overflow:auto;flex:1 1 0%}._content_19irx_171>:not(:last-child){margin-block-end:1.5rem}._contentTight_19irx_196{padding:1rem;overflow:auto;flex:1 1 0%}._contentTight_19irx_196>:not(:last-child){margin-block-end:1rem}._h3_19irx_207{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text);margin-bottom:.5rem}._h3NoMb_19irx_215{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text)}._subtle_19irx_222{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._mutedPlain_19irx_228{color:var(--okeep-text-muted)}._grid2_19irx_232{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}._displayModeBtn_19irx_238{border-radius:.75rem;border-width:1px;border-style:solid;padding:.75rem;text-align:left;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._displayModeActive_19irx_249{border-color:var(--okeep-accent);background:color-mix(in oklab,var(--okeep-accent) 10%,transparent)}._displayModeIdle_19irx_254{border-color:var(--okeep-border);background:var(--okeep-surface-2)}._displayModeIdle_19irx_254:hover{border-color:color-mix(in oklab,var(--okeep-accent) 40%,transparent)}._displayModeLabel_19irx_262{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text)}._displayModeDesc_19irx_269{margin-top:.25rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._mb4_19irx_278{margin-bottom:1rem}._mb3_19irx_282{margin-bottom:.75rem}._label_19irx_286{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.25rem;display:block}._textInput_19irx_294{width:100%;padding:.5rem .75rem;border-radius:.5rem;background:var(--okeep-surface-2);border:1px solid var(--okeep-border);color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875)}._hint_19irx_305{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.25rem}._bgBtnRow_19irx_312{display:flex;gap:.5rem;margin-bottom:.5rem}._colorRow_19irx_318{display:flex;align-items:center;gap:.5rem}._colorInput_19irx_324{width:2.5rem;height:2.5rem;border-radius:.25rem;border:1px solid var(--okeep-border);cursor:pointer}._smText_19irx_332{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._colColorsRow_19irx_338{display:flex;flex-wrap:wrap;gap:1rem}._resetBtn_19irx_344{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._resetBtn_19irx_344:hover{color:var(--okeep-accent)}._cardSizeRow_19irx_356{display:flex;gap:.5rem;margin-bottom:.75rem}._rowGap2_19irx_362{display:flex;gap:.5rem}._spaceY2_19irx_367>:not(:last-child){margin-block-end:.5rem}._checkLabel_19irx_371{display:flex;align-items:center;gap:.5rem;cursor:pointer}._checkbox_19irx_378{accent-color:var(--okeep-accent);width:1rem;height:1rem}._accentInput_19irx_384{accent-color:var(--okeep-accent)}._pHint6_19irx_388{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-left:1.5rem;margin-top:-.25rem}._pHint6b_19irx_396{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-left:1.5rem;margin-top:-.5rem}._pHint6c_19irx_404{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-left:1.5rem}._inlinePin_19irx_413{display:inline;color:var(--okeep-accent)}._selectMt_19irx_418{width:100%;margin-top:.5rem;padding:.5rem .75rem;border-radius:.5rem;background:var(--okeep-surface-2);border:1px solid var(--okeep-border);color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875)}._chipsRowMt_19irx_430{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._pLabel_19irx_437{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.25rem}._pMuted2_19irx_444{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.5rem}._pMutedMt2_19irx_451{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-top:.5rem}._chipsRow_19irx_430{display:flex;flex-wrap:wrap;gap:.5rem}._chipPill_19irx_466{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;line-height:calc(1 / .75);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._chipLg_19irx_476{padding:.375rem .75rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._chipLgWide_19irx_486{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._chipSlot_19irx_496{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._chipFromState_19irx_506{padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._chipTime_19irx_516{padding:.5rem .75rem;border-radius:.25rem;font-size:.875rem;line-height:calc(1.25 / .875);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._capitalize_19irx_526{text-transform:capitalize}._selActive_19irx_532{background:var(--okeep-accent);color:var(--okeep-text)}._selActiveWhite_19irx_537{background:var(--okeep-accent);color:#fff}._selIdle_19irx_542{background:var(--okeep-surface-2);color:var(--okeep-text-muted)}._selIdle_19irx_542:hover{color:var(--okeep-text)}._selIdleBg_19irx_550{background:var(--okeep-bg);color:var(--okeep-text-muted)}._selIdleBg_19irx_550:hover{color:var(--okeep-text)}._selUsed_19irx_558{background:var(--okeep-bg);color:color-mix(in oklab,var(--okeep-text-muted) 50%,transparent);cursor:not-allowed}._areaBox_19irx_566{border:1px solid var(--okeep-border);border-radius:.5rem;background:var(--okeep-surface-2)}._areaHeaderBtn_19irx_572{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;text-align:left}._areaRight_19irx_581{display:flex;align-items:center;gap:.5rem}._areaBody_19irx_587{padding:.5rem .75rem;border-top:1px solid var(--okeep-border)}._slotsRow_19irx_592{display:flex;flex-wrap:wrap;gap:.25rem}._ageBarToggle_19irx_600{margin-top:.75rem}._resetLayoutBtn_19irx_604{margin-top:.5rem;display:block;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._resetLayoutBtn_19irx_604:hover{color:var(--okeep-accent)}._spaceY3_19irx_620>:not(:last-child){margin-block-end:.75rem}._slaInput_19irx_624{width:8rem;padding:.375rem .75rem;border-radius:.5rem;background:var(--okeep-surface-2);border:1px solid var(--okeep-border);color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875)}._spaceY4_19irx_637>:not(:last-child){margin-block-end:1rem}._nested6_19irx_641{margin-left:1.5rem}._nested6_19irx_641>:not(:last-child){margin-block-end:1rem}._catInputRow_19irx_648{display:flex;gap:.5rem;margin-bottom:.5rem}._catInput_19irx_648{flex:1 1 0%;padding:.375rem .75rem;border-radius:.25rem;background:var(--okeep-bg);border:1px solid var(--okeep-border);color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875)}._addBtn_19irx_665{padding:.375rem .75rem;border-radius:.25rem;background:var(--okeep-accent);color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875)}._addBtn_19irx_665:hover{background:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}._catChips_19irx_677{display:flex;flex-wrap:wrap;gap:.25rem}._catChip_19irx_677{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:.25rem;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent);font-size:.75rem;line-height:calc(1 / .75)}._hoverRed400_19irx_695:hover{color:#ff6568;color:oklch(70.4% .191 22.216)}._excludeChip_19irx_699{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:.25rem;background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);color:#ff6568;color:oklch(70.4% .191 22.216);font-size:.75rem;line-height:calc(1 / .75)}._hoverRed300_19irx_711:hover{color:#ffa3a3;color:oklch(80.8% .114 19.571)}._actionsHeader_19irx_717{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}._addActionBtn_19irx_724{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent);border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._addActionBtn_19irx_724:hover{background:color-mix(in oklab,var(--okeep-accent) 10%,transparent)}._emptyActions_19irx_741{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);padding-top:1rem;padding-bottom:1rem;text-align:center;border-width:1px;border-style:dashed;border-color:var(--okeep-border);border-radius:.5rem}._actionBox_19irx_754{border:1px solid var(--okeep-border);border-radius:.5rem;background:var(--okeep-surface-2)}._actionHeader_19irx_760{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem}._actionBadge_19irx_767{padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500}._flex1_19irx_775{flex:1 1 0%}._iconBtnSm_19irx_779{padding:.25rem;color:var(--okeep-text-muted);border-radius:.25rem}._iconBtnSm_19irx_779:hover{color:var(--okeep-text)}._deleteBtn_19irx_788{padding:.25rem;color:var(--okeep-text-muted);border-radius:.25rem}._deleteBtn_19irx_788:hover{color:#fb2c36}._actionDetails_19irx_797{padding:.75rem;border-top:1px solid var(--okeep-border)}._actionDetails_19irx_797>:not(:last-child){margin-block-end:.75rem}._detailInput_19irx_805{width:100%;padding:.375rem .75rem;border-radius:.25rem;background:var(--okeep-bg);border:1px solid var(--okeep-border);color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875)}._previewCol_19irx_818{display:none;width:20rem;flex-shrink:0;border-left:1px solid var(--okeep-border);background:var(--okeep-bg);overflow:auto;padding:1rem}@media(min-width:768px){._previewCol_19irx_818{display:flex;flex-direction:column}}._previewTitle_19irx_834{font-size:.75rem;line-height:calc(1 / .75);font-weight:500;color:var(--okeep-text-muted);margin-bottom:.75rem}._previewBox_19irx_842{border-radius:.5rem;overflow:hidden;border:1px solid var(--okeep-border);height:220px;flex-shrink:0}._previewNote_19irx_850{font-size:11px;color:color-mix(in oklab,var(--okeep-text-muted) 60%,transparent);margin-top:.75rem}._checkLabel6_19irx_860,._ml6_19irx_864{margin-left:1.5rem}._range_19irx_868{flex:1 1 0%;accent-color:var(--okeep-accent)}._rangeValue_19irx_873{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);width:2rem;text-align:center}._metricsGrid_19irx_883{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.5rem}@media(min-width:640px){._metricsGrid_19irx_883{grid-template-columns:repeat(2,minmax(0,1fr))}}._metricLabel_19irx_896{padding:.375rem .5rem;border-radius:.25rem}._metricLabel_19irx_896:hover{background:var(--okeep-surface-2)}._labelBlock_19irx_906{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text);margin-bottom:.5rem;display:block}._timeGrid_19irx_915{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}@media(min-width:640px){._timeGrid_19irx_915{grid-template-columns:repeat(4,minmax(0,1fr))}}._customDaysRow_19irx_926{margin-top:.75rem;display:flex;align-items:center;gap:.5rem}._smMuted_19irx_933{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._daysInput_19irx_939{width:6rem;padding:.5rem .75rem;border-radius:.25rem;background:var(--okeep-surface-2);border:1px solid var(--okeep-border);color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875)}._presetsGrid_19irx_950{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-bottom:.75rem}._presetBtn_19irx_957{padding:.5rem .75rem;border-radius:.25rem;font-size:.875rem;line-height:calc(1.25 / .875);background:var(--okeep-surface-2);color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._presetBtn_19irx_957:hover{color:var(--okeep-text)}._retMetricsList_19irx_972{max-height:16rem;overflow:auto}._retMetricsList_19irx_972>:not(:last-child){margin-block-end:.25rem}._retCheckbox_19irx_980{border-radius:.25rem;border-color:var(--okeep-border)}._notFound_po0kj_2{padding:1.5rem;text-align:center}._notFoundTitle_po0kj_8{font-size:1.25rem;line-height:calc(1.75 / 1.25);color:var(--okeep-text);margin-bottom:1rem}._backLink_po0kj_16{color:var(--okeep-accent)}._backLink_po0kj_16:hover{text-decoration-line:underline}._loading_868tr_2{display:flex;align-items:center;justify-content:center;height:100vh;background:var(--okeep-bg)}._spinner_868tr_10{width:2rem;height:2rem;color:var(--okeep-text-muted);animation:_spin_868tr_10 1s linear infinite}@keyframes _spin_868tr_10{to{transform:rotate(360deg)}}._iconShrink_8qj1t_2{flex-shrink:0}._root_8qj1t_6{display:flex;height:100vh;background:var(--okeep-bg)}._sidebar_8qj1t_12{width:16rem;border-right-width:1px;border-right-style:solid;border-right-color:var(--okeep-border);display:flex;flex-direction:column}._header_8qj1t_21{padding:1rem;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--okeep-border)}._brand_8qj1t_28{display:flex;align-items:center;gap:.5rem;color:var(--okeep-accent)}._brandText_8qj1t_35{font-weight:600;font-size:1.125rem;line-height:calc(1.75 / 1.125)}._nav_8qj1t_41{flex:1 1 0%;padding:.75rem}._nav_8qj1t_41>:not(:last-child){margin-block-end:.25rem}._navLink_8qj1t_49{display:flex;align-items:center;gap:.75rem;padding-inline:.75rem;padding-block:.5rem;border-radius:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._navLinkActive_8qj1t_63{background:color-mix(in oklab,var(--okeep-accent) 10%,transparent);color:var(--okeep-accent)}._navLinkInactive_8qj1t_68{color:var(--okeep-text-muted)}._navLinkInactive_8qj1t_68:hover{background:var(--okeep-surface-2);color:var(--okeep-text)}._footer_8qj1t_76{padding:.75rem;border-top-width:1px;border-top-style:solid;border-top-color:var(--okeep-border)}._backBtn_8qj1t_83{display:flex;align-items:center;gap:.5rem;padding-inline:.75rem;padding-block:.5rem;width:100%;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._backBtn_8qj1t_83:hover{color:var(--okeep-text);background:var(--okeep-surface-2)}._main_8qj1t_103{flex:1 1 0%;overflow:auto}._root_qaeey_2{padding:1.5rem}._stack6_qaeey_6>:not(:last-child){margin-block-end:1.5rem}._label_qaeey_10{display:block;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text);margin-bottom:.5rem}._fileReady_qaeey_19{margin-top:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);color:#00a447;color:oklch(62.7% .194 149.214)}._input_qaeey_26{width:100%;padding-inline:1rem;padding-block:.5rem;border-width:1px;border-style:solid;border-color:var(--okeep-border);border-radius:.5rem;background:var(--okeep-surface-2);font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._input_qaeey_26:focus{outline-style:none;box-shadow:0 0 0 2px color-mix(in oklab,var(--okeep-accent) 60%,transparent);border-color:transparent}._inputFlex_qaeey_45{flex:1 1 0%;padding-inline:1rem;padding-block:.5rem;border-width:1px;border-style:solid;border-color:var(--okeep-border);border-radius:.5rem;background:var(--okeep-surface-2);font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._inputFlex_qaeey_45:focus{outline-style:none;box-shadow:0 0 0 2px color-mix(in oklab,var(--okeep-accent) 60%,transparent);border-color:transparent}._tagRow_qaeey_64{display:flex;gap:.5rem;margin-bottom:.5rem}._addTagBtn_qaeey_70{padding-inline:1rem;padding-block:.5rem;background:var(--okeep-surface-2);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._addTagBtn_qaeey_70:hover{background:var(--okeep-bg)}._icon4_qaeey_83{width:1rem;height:1rem}._icon3_qaeey_88{width:.75rem;height:.75rem}._tagList_qaeey_93{display:flex;flex-wrap:wrap;gap:.5rem}._tagChip_qaeey_99{display:inline-flex;align-items:center;gap:.25rem;padding-inline:.5rem;padding-block:.25rem;background:color-mix(in oklab,var(--okeep-accent) 20%,transparent);color:var(--okeep-accent);font-size:.875rem;line-height:calc(1.25 / .875);border-radius:.25rem}._tagRemove_qaeey_112:hover{color:color-mix(in oklab,var(--okeep-accent) 80%,transparent)}._errorBox_qaeey_116{margin-top:1rem;padding:.75rem;background:color-mix(in oklab,oklch(63.7% .237 25.331) 20%,transparent);border-width:1px;border-style:solid;border-color:color-mix(in oklab,oklch(63.7% .237 25.331) 30%,transparent);border-radius:.5rem}._errorText_qaeey_126{font-size:.875rem;line-height:calc(1.25 / .875);color:#ff6568;color:oklch(70.4% .191 22.216)}._footer_qaeey_132{display:flex;justify-content:flex-end;gap:.75rem;margin-top:2rem}._spin_qaeey_139{animation:_spin_qaeey_139 1s linear infinite}@keyframes _spin_qaeey_139{to{transform:rotate(360deg)}}._root_1e12p_2{height:100%;display:flex;flex-direction:column}._header_1e12p_8{padding:1rem;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--okeep-border)}._title_1e12p_15{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:var(--okeep-text)}._subtitle_1e12p_22{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-top:.25rem}._actions_1e12p_29{display:flex;align-items:center;gap:.75rem}._selectedCount_1e12p_35{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._outlineBtn_1e12p_41{padding-inline:.75rem;padding-block:.375rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);border-width:1px;border-style:solid;border-color:var(--okeep-border);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._outlineBtn_1e12p_41:hover{background:var(--okeep-surface-2)}._tagInputRow_1e12p_59{display:flex;align-items:center;gap:.5rem}._tagInput_1e12p_59{width:8rem;padding-inline:.75rem;padding-block:.375rem;font-size:.875rem;line-height:calc(1.25 / .875);border-width:1px;border-style:solid;border-color:var(--okeep-border);border-radius:.5rem;background:var(--okeep-surface-2);color:var(--okeep-text)}._tagInput_1e12p_59:focus{outline-style:none;box-shadow:0 0 0 2px color-mix(in oklab,var(--okeep-accent) 60%,transparent)}._confirmBtn_1e12p_83{padding:.375rem;color:#00a447;color:oklch(62.7% .194 149.214);border-radius:.25rem}._confirmBtn_1e12p_83:hover{background:color-mix(in oklab,oklch(72.3% .219 149.579) 20%,transparent)}._confirmBtn_1e12p_83:disabled{opacity:.5}._icon4_1e12p_95{width:1rem;height:1rem}._iconGhostBtn_1e12p_100{padding:.375rem;color:var(--okeep-text-muted);border-radius:.25rem}._iconGhostBtn_1e12p_100:hover{background:var(--okeep-surface-2)}._outlineIconBtn_1e12p_109{display:flex;align-items:center;gap:.5rem;padding-inline:.75rem;padding-block:.375rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);border-width:1px;border-style:solid;border-color:var(--okeep-border);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._outlineIconBtn_1e12p_109:hover{background:var(--okeep-surface-2)}._outlineIconBtn_1e12p_109:disabled{opacity:.5}._dangerBtn_1e12p_133{display:flex;align-items:center;gap:.5rem;padding-inline:.75rem;padding-block:.375rem;font-size:.875rem;line-height:calc(1.25 / .875);color:#ff6568;color:oklch(70.4% .191 22.216);border-width:1px;border-style:solid;border-color:color-mix(in oklab,oklch(63.7% .237 25.331) 30%,transparent);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._dangerBtn_1e12p_133:hover{background:color-mix(in oklab,oklch(63.7% .237 25.331) 10%,transparent)}._dangerBtn_1e12p_133:disabled{opacity:.5}._cancelBtn_1e12p_157{padding-inline:.75rem;padding-block:.375rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._cancelBtn_1e12p_157:hover{background:var(--okeep-surface-2)}._filters_1e12p_172{padding:1rem;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--okeep-border)}._content_1e12p_179{flex:1 1 0%;overflow:auto;padding:1rem}._centerH64_1e12p_185{display:flex;align-items:center;justify-content:center;height:16rem}._spinner_1e12p_192{width:2rem;height:2rem;color:var(--okeep-text-muted);animation:_spin_1e12p_192 1s linear infinite}@keyframes _spin_1e12p_192{to{transform:rotate(360deg)}}._empty_1e12p_204{display:flex;flex-direction:column;align-items:center;justify-content:center;height:16rem;text-align:center}._emptyIcon_1e12p_213{width:4rem;height:4rem;color:var(--okeep-text-muted);margin-bottom:1rem}._emptyTitle_1e12p_220{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:500;color:var(--okeep-text);margin-bottom:.5rem}._emptyText_1e12p_228{color:var(--okeep-text-muted);margin-bottom:1rem}._grid_1e12p_233{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(min-width:640px){._grid_1e12p_233{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:768px){._grid_1e12p_233{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1024px){._grid_1e12p_233{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:1280px){._grid_1e12p_233{grid-template-columns:repeat(6,minmax(0,1fr))}}._loadMoreWrap_1e12p_259{display:flex;justify-content:center;margin-top:1.5rem}._loadMoreBtn_1e12p_265{padding-inline:1rem;padding-block:.5rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);border-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._loadMoreBtn_1e12p_265:hover{background:var(--okeep-surface-2)}._loadMoreBtn_1e12p_265:disabled{opacity:.5}._centerH64_15ogv_2{display:flex;align-items:center;justify-content:center;height:16rem}._spinner_15ogv_9{width:2rem;height:2rem;color:var(--okeep-text-muted);animation:_spin_15ogv_9 1s linear infinite}@keyframes _spin_15ogv_9{to{transform:rotate(360deg)}}._root_15ogv_21{height:100%;display:flex;flex-direction:column}._header_15ogv_27{padding:1rem;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--okeep-border)}._title_15ogv_34{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:var(--okeep-text)}._subtitle_15ogv_41{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-top:.25rem}._icon4_15ogv_48{width:1rem;height:1rem}._icon35_15ogv_53{width:.875rem;height:.875rem}._content_15ogv_58{flex:1 1 0%;overflow:auto;padding:1rem}._content_15ogv_58>:not(:last-child){margin-block-end:.75rem}._empty_15ogv_67{display:flex;flex-direction:column;align-items:center;justify-content:center;height:16rem;text-align:center}._emptyIcon_15ogv_76{width:4rem;height:4rem;color:var(--okeep-text-muted);margin-bottom:1rem}._emptyTitle_15ogv_83{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:500;color:var(--okeep-text);margin-bottom:.5rem}._emptyText_15ogv_91{color:var(--okeep-text-muted);margin-bottom:1rem}._groupCard_15ogv_96{border-width:1px;border-style:solid;border-color:var(--okeep-border);border-radius:.5rem;background:var(--okeep-surface)}._groupHeader_15ogv_104{display:flex;align-items:center;justify-content:space-between;padding:1rem;cursor:pointer;border-top-left-radius:.5rem;border-top-right-radius:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._groupHeader_15ogv_104:hover{background:var(--okeep-surface-2)}._groupHeaderLeft_15ogv_120{display:flex;align-items:center;gap:.75rem}._chevron_15ogv_126{width:1rem;height:1rem;color:var(--okeep-text-muted)}._groupName_15ogv_132{font-weight:500;color:var(--okeep-text)}._groupMeta_15ogv_137{margin-left:.5rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._groupActions_15ogv_144{display:flex;align-items:center;gap:.5rem}._actionBtn_15ogv_150{padding:.375rem;color:var(--okeep-text-muted);border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._actionBtn_15ogv_150:hover{color:var(--okeep-text);background:var(--okeep-surface-2)}._dangerBtn_15ogv_163{padding:.375rem;color:#ff6568;color:oklch(70.4% .191 22.216);border-radius:.25rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._dangerBtn_15ogv_163:hover{color:#ffa3a3;color:oklch(80.8% .114 19.571);background:color-mix(in oklab,oklch(63.7% .237 25.331) 10%,transparent)}._optionsWrap_15ogv_176{border-top-width:1px;border-top-style:solid;border-top-color:var(--okeep-border)}._noOptions_15ogv_182{padding:1rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);text-align:center}._linkBtn_15ogv_190{color:var(--okeep-accent)}._linkBtn_15ogv_190:hover{text-decoration-line:underline}._divideList_15ogv_197>:not(:last-child){border-top-width:0;border-bottom:1px solid var(--okeep-border)}._optionRow_15ogv_202{display:flex;align-items:center;justify-content:space-between;padding-inline:1rem;padding-block:.75rem;padding-left:3rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._optionRow_15ogv_202:hover{background:var(--okeep-surface-2)}._optionName_15ogv_217{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._optionData_15ogv_223{margin-left:.5rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._optionActions_15ogv_230{display:flex;align-items:center;gap:.25rem}._optionActionBtn_15ogv_236{padding:.25rem;color:var(--okeep-text-muted);border-radius:.25rem}._optionActionBtn_15ogv_236:hover{color:var(--okeep-text);background:var(--okeep-surface-2)}._optionDangerBtn_15ogv_246{padding:.25rem;color:#ff6568;color:oklch(70.4% .191 22.216);border-radius:.25rem}._optionDangerBtn_15ogv_246:hover{color:#ffa3a3;color:oklch(80.8% .114 19.571);background:color-mix(in oklab,oklch(63.7% .237 25.331) 10%,transparent)}._modal_15ogv_258{padding:1.5rem}._stack4_15ogv_262>:not(:last-child){margin-block-end:1rem}._label_15ogv_266{display:block;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text);margin-bottom:.25rem}._input_15ogv_275{width:100%;padding-inline:1rem;padding-block:.5rem;border-width:1px;border-style:solid;border-color:var(--okeep-border);border-radius:.5rem;background:var(--okeep-surface-2);font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._input_15ogv_275:focus{outline-style:none;box-shadow:0 0 0 2px color-mix(in oklab,var(--okeep-accent) 60%,transparent)}._translationsSection_15ogv_293{padding-top:.75rem;border-top-width:1px;border-top-style:solid;border-top-color:var(--okeep-border)}._translationsLabel_15ogv_300{display:block;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;color:var(--okeep-text-muted);margin-bottom:.75rem}._grid2_15ogv_309{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}._smallLabel_15ogv_315{display:block;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);margin-bottom:.25rem}._footer_15ogv_323{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}._root_jekcf_2{padding:1.5rem}._header_jekcf_6{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}._avatar_jekcf_13{width:3.5rem;height:3.5rem;border-radius:.75rem;object-fit:cover;background:var(--okeep-surface-2)}._flex1_jekcf_21{flex:1 1 0%}._appliedAt_jekcf_25{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75);margin-top:.25rem}._description_jekcf_32{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875);margin-bottom:1rem}._setupCard_jekcf_39{background:var(--okeep-surface-2);border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}._setupTitle_jekcf_46{color:var(--okeep-text);font-weight:500;font-size:.875rem;line-height:calc(1.25 / .875);margin-bottom:.75rem}._checks_jekcf_54>:not(:last-child){margin-block-end:.5rem}._mutedSm_jekcf_58{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._checkRow_jekcf_64{display:flex;align-items:center;gap:.75rem}._checkDot_jekcf_70{width:1.25rem;height:1.25rem;border-radius:9999px;display:flex;align-items:center;justify-content:center}._dotDone_jekcf_79{background:#00c65a;background:oklch(72.3% .219 149.579)}._dotMissing_jekcf_83{background:#fb2c36}._iconWhite_jekcf_87{color:#fff}._checkLabel_jekcf_91{color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875)}._rejectWrap_jekcf_97{margin-bottom:1rem}._rejectLabel_jekcf_101{color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;display:block;margin-bottom:.5rem}._rejectInput_jekcf_112{resize:none;height:6rem}._actions_jekcf_117{display:flex;justify-content:space-between}._actionsRight_jekcf_122{display:flex;gap:.5rem}._header_1fnkv_2{margin-bottom:1rem}._header_1fnkv_2>:not(:last-child){margin-inline-end:.5rem}._iconPrimary_1fnkv_10{color:var(--okeep-accent)}._title_1fnkv_15{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:#fff}._sourceCell_1fnkv_23{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:20rem;display:block}._statusBase_1fnkv_35{font-size:.75rem;line-height:calc(1 / .75);font-weight:500}._statusMuted_1fnkv_42{color:var(--okeep-text-muted)}._statusYellow_1fnkv_47{color:#eab300;color:oklch(79.5% .184 86.047)}._statusPrimary_1fnkv_52{color:var(--okeep-accent)}._statusGreen_1fnkv_57{color:#00c65a;color:oklch(72.3% .219 149.579)}._statusRed_1fnkv_62{color:#fb2c36}._startedCell_1fnkv_67{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._viewBtn_1fnkv_76{padding-inline:.75rem!important;padding-block:.25rem!important}._textGreen500_15u7a_2{color:#00c65a;color:oklch(72.3% .219 149.579)}._textYellow500_15u7a_6{color:#eab300;color:oklch(79.5% .184 86.047)}._textRed500_15u7a_10{color:#fb2c36}._textMuted_15u7a_14{color:var(--okeep-text-muted)}._merchantCell_15u7a_18{display:flex;align-items:center;gap:.75rem}._merchantImg_15u7a_24{width:2rem;height:2rem;border-radius:.5rem;object-fit:cover;background:var(--okeep-surface-2)}._logoFallback_15u7a_34{display:flex;align-items:center;justify-content:center;background:var(--okeep-surface-2);color:var(--okeep-text-muted);font-weight:600;font-size:.8rem;object-fit:unset;-webkit-user-select:none;user-select:none;overflow:hidden}._merchantName_15u7a_47{color:var(--okeep-text);font-weight:500}._planSelect_15u7a_52{background:var(--okeep-surface-2);border-width:1px;border-style:solid;border-color:var(--okeep-border);border-radius:.25rem;padding-inline:.5rem;padding-block:.25rem;color:var(--okeep-text);font-size:.75rem;line-height:calc(1 / .75)}._validationSelect_15u7a_65{background:var(--okeep-surface-2);border-width:1px;border-style:solid;border-color:var(--okeep-border);border-radius:.25rem;padding-inline:.5rem;padding-block:.25rem;font-size:.75rem;line-height:calc(1 / .75);font-weight:500}._testCell_15u7a_78{display:flex;align-items:center;gap:.5rem}._testBadge_15u7a_84{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-accent);font-weight:600}._resetBtn_15u7a_91{padding-inline:.5rem!important;padding-block:.25rem!important}._mutedSm_15u7a_96{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._manageBtn_15u7a_102{padding-inline:.75rem!important;padding-block:.25rem!important}._root_15u7a_107{padding:1.5rem}._root_15u7a_107>:not(:last-child){margin-block-end:1.5rem}._header_15u7a_114{display:flex;align-items:center;justify-content:space-between;gap:.5rem}._headerLeft_15u7a_121{display:flex;align-items:center;gap:.5rem}._iconPrimary_15u7a_127{color:var(--okeep-accent)}._title_15u7a_131{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:var(--okeep-text)}._tabBar_15u7a_138{display:flex;gap:.25rem;background:var(--okeep-surface);border-radius:.5rem;padding:.25rem;width:fit-content}._tab_15u7a_138{padding-inline:1rem;padding-block:.5rem;border-radius:.375rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._tabPending_15u7a_159{padding-inline:1rem;padding-block:.5rem;border-radius:.375rem;font-size:.875rem;line-height:calc(1.25 / .875);font-weight:500;display:flex;align-items:center;gap:.5rem;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._tabActive_15u7a_174{background:var(--okeep-accent);color:#fff}._tabInactive_15u7a_179{color:var(--okeep-text-muted)}._tabInactive_15u7a_179:hover{color:var(--okeep-text)}._countBadge_15u7a_186{font-size:.75rem;line-height:calc(1 / .75);padding-inline:.375rem;padding-block:.125rem;border-radius:9999px}._countActive_15u7a_194{background:color-mix(in oklab,#fff 20%,transparent);color:#fff}._countInactive_15u7a_199{background:color-mix(in oklab,oklch(79.5% .184 86.047) 20%,transparent);color:#eab300;color:oklch(79.5% .184 86.047)}._cardHeader_15u7a_204{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._cardTitle_15u7a_211{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text)}._cardTitleMb_15u7a_218{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text);margin-bottom:1rem}._hint_15u7a_226{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted);margin-bottom:1rem}._stack1_15u7a_233>:not(:last-child){margin-block-end:.25rem}._popularItem_15u7a_237{display:flex;align-items:center;gap:.75rem;padding-inline:.75rem;padding-block:.5rem;border-radius:.5rem;cursor:grab;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._popularItem_15u7a_237:active{cursor:grabbing}._popularItemDragging_15u7a_253{background:color-mix(in oklab,var(--okeep-accent) 10%,transparent);border-width:1px;border-style:solid;border-color:color-mix(in oklab,var(--okeep-accent) 30%,transparent)}._popularItemIdle_15u7a_260{background:var(--okeep-surface-2)}._popularItemIdle_15u7a_260:hover{background:color-mix(in oklab,var(--okeep-surface-2) 80%,transparent)}._popularIndex_15u7a_267{font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted);width:1.5rem}._popularImg_15u7a_274{width:1.5rem;height:1.5rem;border-radius:.25rem;object-fit:cover}._popularName_15u7a_281{color:var(--okeep-text);font-size:.875rem;line-height:calc(1.25 / .875)}._pendingHeader_15u7a_287{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}._mutedText_15u7a_294{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._emptyPending_15u7a_300{text-align:center;padding-block:3rem}._stack2_15u7a_305>:not(:last-child){margin-block-end:.5rem}._pendingItem_15u7a_309{width:100%;display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:.5rem;background:var(--okeep-surface-2);text-align:left;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._pendingItem_15u7a_309:hover{background:color-mix(in oklab,var(--okeep-surface-2) 80%,transparent)}._pendingImg_15u7a_326{width:2.5rem;height:2.5rem;border-radius:.5rem;object-fit:cover;background:var(--okeep-bg)}._flex1_15u7a_334{flex:1 1 0%}._pendingName_15u7a_338{color:var(--okeep-text);font-weight:500}._pendingMeta_15u7a_343{color:var(--okeep-text-muted);font-size:.75rem;line-height:calc(1 / .75);margin-top:.125rem}._reviewLabel_15u7a_350{font-size:.75rem;line-height:calc(1 / .75);color:#eab300;color:oklch(79.5% .184 86.047);font-weight:500}._filterGroup_1ptki_2{display:flex;gap:.25rem}._filterBtn_1ptki_8{padding-inline:.625rem;padding-block:.25rem;border-radius:9999px;font-size:.75rem;line-height:calc(1 / .75);border-width:1px;border-style:solid;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;cursor:pointer}._filterBtnActive_1ptki_22{background-color:color-mix(in oklab,var(--okeep-accent) 10%,transparent);border-color:var(--okeep-accent-border);color:var(--okeep-accent)}._filterBtnInactive_1ptki_28{background-color:transparent;border-color:var(--okeep-border);color:var(--okeep-text-muted)}._filterBtnInactive_1ptki_28:hover{color:var(--okeep-text);background:var(--okeep-surface-2)}._threadRow_1ptki_39{width:100%;text-align:left;padding-inline:1rem;padding-block:.75rem;border-bottom:1px solid var(--okeep-border);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;cursor:pointer}._threadRowSelected_1ptki_51,._threadRowHover_1ptki_55:hover{background:var(--okeep-surface-2)}._threadRowArchived_1ptki_59{opacity:.5}._rowTop_1ptki_64{display:flex;align-items:center;gap:.5rem}._productTag_1ptki_71{flex-shrink:0;padding-inline:.375rem;padding-block:.125rem;border-radius:.25rem;border:1px solid var(--okeep-border);font-size:11px;color:var(--okeep-text-muted)}._subject_1ptki_82{flex:1 1 0%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._unreadDot_1ptki_94{flex-shrink:0;width:.5rem;height:.5rem;border-radius:9999px;background:var(--okeep-accent)}._srOnly_1ptki_103{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border-width:0}._preview_1ptki_116{margin-top:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._metaRow_1ptki_127{margin-top:.25rem;display:flex;align-items:center;gap:.5rem;font-size:11px;color:var(--okeep-text-muted)}._truncate_1ptki_137{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._shrink0_1ptki_144{flex-shrink:0}._convWrap_1ptki_149{display:flex;flex-direction:column;height:100%;min-height:0}._convHeader_1ptki_157{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem;border-bottom:1px solid var(--okeep-border)}._minW0_1ptki_167{min-width:0}._convTitle_1ptki_172{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text)}._convMeta_1ptki_183{margin-top:.25rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._archivedBadge_1ptki_191{flex-shrink:0;padding-inline:.5rem;padding-block:.25rem;border-radius:9999px;border:1px solid var(--okeep-border);font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._chatArea_1ptki_203{flex:1 1 0%;min-height:0;padding:1rem}._inboxRoot_1ptki_210{display:flex;height:100%;background:var(--okeep-bg)}._aside_1ptki_217{width:24rem;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--okeep-border)}._asideHeader_1ptki_226{padding:1rem;border-bottom:1px solid var(--okeep-border)}._headRow_1ptki_232{display:flex;align-items:center;gap:.5rem}._headIcon_1ptki_239{color:var(--okeep-accent)}._headTitle_1ptki_244{flex:1 1 0%;font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600;color:var(--okeep-text)}._refreshBtn_1ptki_253{padding:.25rem;border-radius:.25rem;color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;cursor:pointer}._refreshBtn_1ptki_253:hover{color:var(--okeep-text);background:var(--okeep-surface-2)}._filtersStack_1ptki_268{margin-top:.75rem}._filtersStack_1ptki_268>:not(:last-child){margin-block-end:.5rem}._listScroll_1ptki_276{flex:1 1 0%;overflow-y:auto}._loadingWrap_1ptki_282{display:flex;justify-content:center;padding:1.5rem}._staleBox_1ptki_289{margin:.75rem;border-radius:.5rem;border:1px solid var(--okeep-border);background:var(--okeep-surface-2);padding:.75rem;text-align:center}._staleText_1ptki_299{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text)}._staleErr_1ptki_306{margin-top:.25rem;font-size:.75rem;line-height:calc(1 / .75);color:var(--okeep-text-muted)}._btnStaleRetry_1ptki_314{margin-top:.75rem;margin-inline:auto}._errBox_1ptki_320{padding:1.5rem;text-align:center}._errTitle_1ptki_326{color:var(--okeep-text);font-weight:500}._errMsg_1ptki_332{margin-top:.25rem;font-size:.875rem;line-height:calc(1.25 / .875);color:var(--okeep-text-muted)}._btnErrRetry_1ptki_340{margin-top:1rem;margin-inline:auto}._emptyIcon_1ptki_346{margin-inline:auto;color:var(--okeep-text-muted)}._emptyTitle_1ptki_352{margin-top:.75rem;color:var(--okeep-text);font-weight:500}._loadMoreWrap_1ptki_359{padding:1rem}._btnFull_1ptki_364{width:100%}._section_1ptki_369{flex:1 1 0%;min-width:0}._placeholder_1ptki_375{display:flex;height:100%;align-items:center;justify-content:center;padding:1.5rem}._placeholderText_1ptki_384{color:var(--okeep-text-muted);font-size:.875rem;line-height:calc(1.25 / .875)}._page_1gumw_2{padding:1.5rem}._card_1gumw_6{margin-inline:auto;max-width:36rem;text-align:center}._title_1gumw_12{margin-bottom:.75rem;font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:var(--okeep-text)}._body_1gumw_20{margin-bottom:1.5rem;color:var(--okeep-text-muted)}._actions_1gumw_25{display:flex;align-items:center;justify-content:center;gap:.75rem}._backLink_1gumw_32{display:inline-flex;border-radius:.5rem;border-width:1px;border-style:solid;border-color:var(--okeep-border);padding-inline:1rem;padding-block:.5rem;color:var(--okeep-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._backLink_1gumw_32:hover{color:var(--okeep-text)}._page_qfsz1_2{padding:1.5rem}._card_qfsz1_6{margin-inline:auto;max-width:36rem;text-align:center}._title_qfsz1_12{margin-bottom:.75rem;font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;color:var(--okeep-text)}._body_qfsz1_20{margin-bottom:1.5rem;color:var(--okeep-text-muted)}._backLink_qfsz1_25{display:inline-flex;border-radius:.5rem;background:var(--okeep-accent);padding-inline:1rem;padding-block:.5rem;color:var(--color-text-inverse);transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._backLink_qfsz1_25:hover{opacity:.9}._fallback_14xhl_2{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:var(--okeep-bg);color:var(--okeep-text)}._fallbackTitle_14xhl_12{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:700;margin-bottom:1rem}._fallbackText_14xhl_19{color:var(--okeep-text-muted);margin-bottom:1.5rem}._reloadBtn_14xhl_24{padding-inline:1.5rem;padding-block:.5rem;background:var(--okeep-accent);color:#fff;border-radius:.5rem;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._reloadBtn_14xhl_24:hover{opacity:.9}
