@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";.cc-toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;right:24px}.cc-toast{border-radius:var(--radius-lg);background:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);font-size:var(--font-size-sm);color:var(--text-primary);pointer-events:auto;align-items:center;gap:10px;min-width:280px;max-width:420px;padding:12px 16px;font-weight:500;animation:.28s ease-out both toastSlideIn;display:flex}.cc-toast--exit{animation:.28s ease-in both toastSlideOut}.cc-toast--success{border-left:3px solid var(--success-500)}.cc-toast--success .cc-toast-icon{color:var(--success-500)}.cc-toast--error{border-left:3px solid var(--error-500)}.cc-toast--error .cc-toast-icon{color:var(--error-500)}.cc-toast--info{border-left:3px solid var(--info-500)}.cc-toast--info .cc-toast-icon{color:var(--info-500)}.cc-toast-icon{flex-shrink:0}.cc-toast-message{flex:1;line-height:1.4}.cc-toast-link{color:var(--accent);text-underline-offset:2px;white-space:nowrap;font-weight:600;text-decoration:underline}.cc-toast-close{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:2px;display:flex}.cc-toast-close:hover{color:var(--text-primary);background:var(--gray-100)}@keyframes toastSlideIn{0%{opacity:0;transform:translate(40px)scale(.96)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(40px)scale(.96)}}@media (width<=640px){.cc-toast-container{bottom:16px;left:16px;right:16px}.cc-toast{min-width:auto;max-width:100%}}html[data-control-center-shell=true],body[data-control-center-shell=true]{overscroll-behavior:none;height:100%;min-height:0;overflow:hidden}body[data-control-center-shell=true] #root{height:100%;min-height:0;overflow:hidden}.cc-app{grid-template-columns:var(--sidebar-w,230px) 1fr;background:var(--bg);height:100dvh;min-height:100dvh;color:var(--fg);transition:grid-template-columns .22s cubic-bezier(.4,0,.2,1);display:grid;overflow:hidden}.cc-app[data-sidebar=collapsed]{--sidebar-w:68px}.cc-app[data-sidebar=hidden]{--sidebar-w:0}.cc-sidebar{--cc-sidebar-link-fg:color-mix(in srgb, var(--fg) 88%, var(--fg-muted));background:var(--surface);border-right:1px solid var(--border);z-index:30;flex-direction:column;height:100dvh;transition:all .22s cubic-bezier(.4,0,.2,1);display:flex;position:sticky;top:0;overflow:hidden}.cc-app[data-sidebar=hidden] .cc-sidebar{display:none}.cc-app[data-sidebar=collapsed] .cc-sidebar{overflow:visible}.cc-sidebar-brand{border-bottom:1px solid var(--border);min-height:var(--topbar-h);align-items:center;gap:10px;padding:12px 16px;display:flex}.cc-brand-wordmark{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.cc-brand-wordmark svg{display:block}.cc-sidebar-brand .cc-brand-sub{color:var(--fg-subtle);letter-spacing:.01em;margin-left:1px;font-size:10px;font-weight:500;line-height:1}.cc-sidebar-collapse-btn{width:26px;height:26px;color:var(--fg-subtle);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;place-items:center;margin-left:auto;display:grid}.cc-sidebar-collapse-btn:hover{background:var(--bg-muted);color:var(--fg)}.cc-app[data-sidebar=collapsed] .cc-brand-sub,.cc-app[data-sidebar=collapsed] .cc-sidebar-section-label,.cc-app[data-sidebar=collapsed] .cc-sidebar-item-label,.cc-app[data-sidebar=collapsed] .cc-sidebar-item-badge,.cc-app[data-sidebar=collapsed] .cc-sidebar-footer .cc-user-info{display:none}.cc-app[data-sidebar=collapsed] .cc-sidebar-brand{flex-direction:column;gap:10px;min-height:auto;padding:14px 8px}.cc-app[data-sidebar=collapsed] .cc-brand-wordmark{flex:none;align-items:center}.cc-app[data-sidebar=collapsed] .cc-sidebar-collapse-btn{background:var(--bg-muted);width:34px;height:30px;color:var(--fg-muted);margin:0 auto}.cc-app[data-sidebar=collapsed] .cc-sidebar-collapse-btn:hover{background:var(--accent-soft);color:var(--accent)}.cc-kbd{color:var(--fg-subtle);border:1px solid var(--border);background:var(--surface);font-size:10px;font-family:var(--font-mono);white-space:nowrap;border-radius:4px;flex:none;padding:1px 5px}.cc-sidebar-nav{flex-direction:column;flex:1;gap:0;padding:4px 10px 8px;display:flex;overflow-y:auto}.cc-sidebar-section-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:var(--font-size-base);color:currentColor;letter-spacing:0;flex:1;padding:0;font-weight:500;overflow:hidden}.cc-sidebar-nav>.cc-sidebar-section-label{color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.06em;padding:14px 10px 5px;font-size:11px}.cc-sidebar-section-toggle{cursor:pointer;width:100%;font-family:inherit;font-size:var(--font-size-base);text-align:left;color:var(--cc-sidebar-link-fg,var(--fg-muted));background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:10px;font-weight:500;line-height:1.2;transition:background .12s,color .12s;display:flex}.cc-sidebar-section{margin-top:3px}.cc-sidebar-nav>.cc-sidebar-item:first-child{margin-top:14px}.cc-sidebar-section-title{align-items:center;gap:10px;min-width:0;display:flex}.cc-sidebar-section-icon{stroke-width:1.75px;color:currentColor;flex:none;width:16px;height:16px}.cc-sidebar-section-chevron{color:currentColor;flex:none;width:13px;height:13px;transition:color .14s,transform .18s cubic-bezier(.22,1,.36,1)}.cc-sidebar-section-toggle:hover{background:var(--bg-muted);color:var(--fg)}.cc-sidebar-section-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cc-sidebar-section.is-open .cc-sidebar-section-chevron{transform:rotate(90deg)translate(1px)}.cc-sidebar-section-items{opacity:1;visibility:visible;will-change:grid-template-rows, opacity, transform;grid-template-rows:1fr;transition:grid-template-rows .18s cubic-bezier(.22,1,.36,1),opacity .13s,transform .18s cubic-bezier(.22,1,.36,1);display:grid;transform:translateY(0)}.cc-sidebar-section.is-closed .cc-sidebar-section-items{opacity:0;pointer-events:none;visibility:hidden;grid-template-rows:0fr;transition:grid-template-rows .165s cubic-bezier(.55,0,.2,1),opacity .105s,transform .165s cubic-bezier(.55,0,.2,1),visibility 0s linear .165s;transform:translateY(-3px)}.cc-sidebar-section-items-inner{min-height:0;padding:0 0 0 22px;position:relative;overflow:hidden}.cc-sidebar-section.is-open .cc-sidebar-section-items-inner{padding-block:3px 0}.cc-sidebar-section.is-open .cc-sidebar-section-items-inner:before{content:"";background:color-mix(in srgb, var(--border-strong) 82%, transparent);width:1px;position:absolute;top:19px;bottom:19px;left:16px}.cc-sidebar-section-item-wrap{position:relative}.cc-sidebar-section-item-wrap+.cc-sidebar-section-item-wrap{margin-top:3px}.cc-sidebar-section.is-open .cc-sidebar-section-item-wrap:before{content:"";z-index:1;background:var(--border);border-radius:999px;width:5px;height:5px;position:absolute;top:50%;left:-8px;transform:translateY(-50%)}@media (prefers-reduced-motion:reduce){.cc-sidebar-section-toggle,.cc-sidebar-section-items,.cc-sidebar-section-chevron{transition:none}}.cc-app[data-sidebar=collapsed] .cc-sidebar-section-toggle{display:none}.cc-sidebar-item{color:var(--cc-sidebar-link-fg,var(--fg-muted));font-size:var(--font-size-base);cursor:pointer;white-space:nowrap;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 10px;font-family:inherit;font-weight:500;line-height:1.2;text-decoration:none;transition:background .12s,color .12s;display:flex;position:relative}.cc-sidebar-item:hover:not(.active){background:var(--bg-muted);color:var(--fg)}.cc-sidebar-item.active{color:var(--accent);background:color-mix(in srgb, var(--accent-soft) 72%, transparent);font-weight:500}.cc-sidebar-item svg{stroke-width:1.75px;flex:none;width:16px;height:16px}.cc-sidebar-item-label{text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.cc-sidebar-item-badge{color:color-mix(in srgb, var(--fg-muted) 82%, var(--fg));background:color-mix(in srgb, var(--bg-muted) 82%, var(--surface));border-radius:10px;padding:1px 6px;font-size:10.5px;font-weight:500}.cc-sidebar-item.active .cc-sidebar-item-badge{background:color-mix(in srgb, var(--accent-soft) 62%, var(--surface));color:inherit}body:not([data-theme=dark]) .cc-sidebar-item:not(.active),body:not([data-theme=dark]) .cc-sidebar-section-toggle{color:#312d25}body:not([data-theme=dark]) .cc-sidebar-nav>.cc-sidebar-section-label{color:#878073}body[data-theme=dark] .cc-sidebar-item.active .cc-sidebar-item-badge{background:#ffffff14}.cc-app[data-sidebar=collapsed] .cc-sidebar-nav{align-items:center;padding:10px 6px;overflow:visible}.cc-app[data-sidebar=collapsed] .cc-sidebar-section{display:contents}.cc-app[data-sidebar=collapsed] .cc-sidebar-section-items{opacity:1;visibility:visible;display:contents;transform:none}.cc-app[data-sidebar=collapsed] .cc-sidebar-section.is-closed .cc-sidebar-section-items{display:none}.cc-app[data-sidebar=collapsed] .cc-sidebar-section-items-inner{padding:0;display:contents;overflow:visible}.cc-app[data-sidebar=collapsed] .cc-sidebar-section-items-inner:before,.cc-app[data-sidebar=collapsed] .cc-sidebar-section-item-wrap:before{display:none}.cc-app[data-sidebar=collapsed] .cc-sidebar-section-item-wrap{display:contents}.cc-app[data-sidebar=collapsed] .cc-sidebar-item{justify-content:center;width:40px;height:40px;padding:0}.cc-app[data-sidebar=collapsed] .cc-sidebar-item:after{content:attr(data-label);border:1px solid var(--border);background:var(--surface);color:var(--fg);box-shadow:var(--shadow-sm);white-space:nowrap;opacity:0;pointer-events:none;z-index:60;border-radius:6px;padding:5px 8px;font-size:12px;font-weight:500;line-height:1.2;transition:opacity .1s,transform .1s;position:absolute;top:50%;left:calc(100% + 10px);transform:translateY(-50%)translate(-2px)}.cc-app[data-sidebar=collapsed] .cc-sidebar-item:hover:after,.cc-app[data-sidebar=collapsed] .cc-sidebar-item:focus-visible:after{opacity:1;transform:translateY(-50%)translate(0)}.cc-app[data-sidebar=collapsed] .cc-sidebar-section-label{display:none}.cc-sidebar-footer{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding:10px 12px 14px;display:flex;position:relative}.cc-user-chip{border-radius:var(--radius-sm);cursor:pointer;text-align:left;width:100%;color:var(--fg);background:0 0;border:0;align-items:center;gap:10px;padding:6px;font-family:inherit;display:flex}.cc-user-chip:hover{background:var(--bg-muted)}.cc-user-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cc-user-info .cc-user-name{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:500;line-height:1.2;overflow:hidden}.cc-user-info .cc-user-role{color:var(--fg-subtle);font-size:10.5px;line-height:1.2}.cc-app[data-sidebar=collapsed] .cc-user-chip{justify-content:center;padding:0}.cc-user-menu{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:50;flex-direction:column;gap:8px;padding:6px;display:flex;position:absolute;bottom:74px;left:12px;right:12px}.cc-app[data-sidebar=collapsed] .cc-user-menu{width:260px;bottom:12px;left:calc(100% + 10px);right:auto}.cc-user-menu button{color:var(--fg);border-radius:var(--radius-sm);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:8px;width:100%;padding:8px 10px;font-family:inherit;font-size:13px;display:flex}.cc-user-menu button:hover{background:var(--bg-muted)}.cc-user-menu button.cc-user-menu-danger{color:var(--danger)}.cc-user-menu-section{border-bottom:1px solid var(--border);padding:4px}.cc-user-menu-section-title{color:var(--fg-subtle);letter-spacing:0;align-items:center;gap:7px;margin:0 0 7px;font-size:11px;font-weight:600;display:flex}.cc-user-menu-segmented{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-sm);grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;padding:3px;display:grid}.cc-user-menu .cc-user-menu-segmented button{width:auto;min-width:0;color:var(--cc-tab-color);border-radius:calc(var(--radius-sm) - 2px);white-space:nowrap;justify-content:center;padding:6px 8px;font-size:12px}.cc-user-menu .cc-user-menu-segmented button:hover{color:var(--fg);background:0 0}.cc-user-menu .cc-user-menu-segmented button.is-active{background:var(--surface);color:var(--fg);box-shadow:0 1px 2px #0000000f}.cc-user-menu-danger{margin-top:2px;border-top:1px solid var(--border)!important}.cc-main{background:var(--bg);flex-direction:column;min-width:0;height:100dvh;min-height:0;display:flex;overflow:hidden}.cc-content-scroll{overscroll-behavior-y:none;background:var(--bg);flex:auto;min-height:0;overflow:clip auto}.cc-topbar{z-index:20;background:var(--bg);border-bottom:1px solid var(--border);min-height:var(--topbar-h);grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;padding:12px 28px;display:grid;position:sticky;top:0}.cc-topbar>.cc-topbar-left{justify-self:start;min-width:0}.cc-topbar>.cc-topbar-search{justify-self:center}.cc-topbar>.cc-topbar-right{justify-self:end;align-items:center;gap:6px;display:flex}.cc-topbar-search{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:min(320px,100vw - 420px);min-width:220px;color:var(--fg-subtle);cursor:pointer;align-items:center;gap:8px;padding:6px 10px;font-family:inherit;font-size:13px;transition:border-color .12s;display:flex}.cc-topbar-search:hover{border-color:var(--border-strong);color:var(--fg)}.cc-topbar-search svg{width:14px;height:14px}.cc-topbar-search .cc-topbar-search-label{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.cc-icon-btn{border-radius:var(--radius-sm);width:34px;height:34px;color:var(--fg-muted);cursor:pointer;background:0 0;border:0;flex:none;place-items:center;display:grid;position:relative}.cc-icon-btn:hover{background:var(--bg-muted);color:var(--fg)}.cc-icon-btn svg{width:16px;height:16px}.cc-icon-btn .cc-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;right:8px}.cc-lang-pill{letter-spacing:.02em;color:var(--fg-muted);font-size:10.5px;font-weight:500}.cc-icon-btn:hover .cc-lang-pill{color:var(--fg)}.cc-page{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:28px}.cc-page--wide{max-width:none}.cc-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;display:flex}.cc-page-title,.cc-page-header h1{font-family:var(--font-display);letter-spacing:0;color:var(--fg);margin:0;font-size:28px;font-weight:500;line-height:1.15}.cc-page-header h2{font-family:var(--font-display);letter-spacing:0;color:var(--fg);margin:0;font-size:22px;font-weight:500;line-height:1.15}.cc-page-subtitle,.cc-page-header p{color:var(--fg-muted);margin:6px 0 0;font-size:13.5px}.cc-card-header h2{font-family:var(--font-display);color:var(--fg);letter-spacing:0;margin:0;font-size:17px;font-weight:500}.cc-page-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.cc-page-actions>.cc-btn.cc-btn-sm{min-height:34px;padding:7px 12px;font-size:13px}.cc-page-actions>.cc-btn.cc-btn-sm svg{width:14px;height:14px}.cc-btn{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);min-height:34px;color:var(--fg);white-space:nowrap;cursor:pointer;align-items:center;gap:6px;padding:7px 12px;font-family:inherit;font-size:13px;font-weight:500;line-height:1.2;text-decoration:none;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.cc-btn:hover{background:var(--bg-muted);border-color:var(--border-strong)}.cc-btn:disabled{opacity:.55;cursor:not-allowed}.cc-btn svg{width:14px;height:14px}.cc-btn-primary{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.cc-btn-primary:hover{background:var(--accent);filter:brightness(1.06);border-color:var(--accent)}.cc-btn-ghost{color:var(--fg-muted);background:0 0;border-color:#0000}.cc-btn-ghost:hover{background:var(--bg-muted);color:var(--fg)}.cc-btn-danger{background:var(--danger);color:#fff;border-color:var(--danger)}.cc-btn-danger:hover{background:var(--danger);border-color:var(--danger);color:#fff;filter:brightness(1.06)}.cc-btn-danger-soft{background:var(--danger-soft);color:var(--danger);border-color:#0000}.cc-btn-sm{min-height:28px;padding:4px 8px;font-size:12px}.cc-btn-xs{min-height:24px;padding:3px 7px;font-size:11.5px}.cc-btn-lg{min-height:40px;padding:9px 16px;font-size:14px}.cc-seg{background:var(--bg-muted);border-radius:var(--radius-sm);gap:2px;padding:3px;display:inline-flex}.cc-seg button{color:var(--cc-tab-color);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:5px;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:500;transition:color .15s,background .15s;display:inline-flex}.cc-seg button:hover{color:var(--fg)}.cc-seg button.on{background:var(--surface);color:var(--fg);box-shadow:var(--shadow-sm)}.cc-seg.cc-seg-sm{padding:2px}.cc-seg.cc-seg-sm button{border-radius:calc(var(--radius-sm) - 2px);justify-content:center;min-width:28px;padding:5px 8px}.cc-input,.cc-textarea,.cc-select{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--fg);outline:none;padding:8px 12px;font-family:inherit;font-size:13.5px;transition:border-color .12s}.cc-select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-position:right 10px center;background-repeat:no-repeat;padding-right:30px}.cc-select--sm{padding-top:5px;padding-bottom:5px;font-size:12.5px}.cc-select-trigger{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;min-height:35px;color:var(--fg);text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px 8px 12px;font-family:inherit;font-size:13.5px;line-height:1.25;transition:border-color .12s,background .12s;display:inline-flex}.cc-select-trigger:hover:not(:disabled){border-color:color-mix(in srgb, var(--border) 55%, var(--fg-muted))}.cc-select-trigger:disabled{color:var(--fg-subtle);cursor:not-allowed;background:var(--surface-2)}.cc-select-trigger.is-placeholder{color:var(--fg-subtle)}.cc-select-trigger>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.cc-select-trigger>svg{color:var(--fg-muted);flex:none}.cc-select-menu{z-index:320;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);padding:4px;position:fixed;overflow-y:auto}.cc-select-option{border-radius:calc(var(--radius-sm) - 2px);width:100%;color:var(--fg);cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;padding:8px 9px;font-family:inherit;font-size:13.5px;line-height:1.25;display:flex}.cc-select-option.is-highlighted{background:var(--bg-muted)}.cc-select-option.is-selected{font-weight:600}.cc-select-option:disabled{color:var(--fg-subtle);cursor:not-allowed}.cc-select-option>span{overflow-wrap:anywhere;min-width:0}.cc-select-option>svg{color:var(--accent);flex:none}.cc-input:focus,.cc-textarea:focus,.cc-select:focus{border-color:var(--accent)}.cc-input::placeholder,.cc-textarea::placeholder{color:var(--fg-subtle)}.cc-textarea{resize:vertical;min-height:96px;line-height:1.5}.cc-input[type=number],.cc-input-suffix input[type=number]{appearance:textfield}.cc-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cc-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cc-input-suffix input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cc-input-suffix input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cc-billing-number-input{font-variant-numeric:tabular-nums}.cc-date-input{width:100%;position:relative}.cc-date-input__trigger{width:100%;min-height:38px;color:var(--fg);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;text-align:left;cursor:pointer;outline:none;justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;font-size:13.5px;line-height:1.35;transition:border-color .12s,box-shadow .12s,background .12s;display:flex}.cc-date-input__trigger:hover{border-color:var(--border-strong)}.cc-date-input__trigger:focus-visible,.cc-date-input.is-open .cc-date-input__trigger{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 12%, transparent)}.cc-date-input__trigger.is-empty .cc-date-input__value{color:var(--fg-subtle)}.cc-date-input__value{text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums;min-width:0;overflow:hidden}.cc-date-input__icon{color:var(--fg-muted);flex:none}.cc-date-input__popover{z-index:220;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:292px;box-shadow:var(--shadow-lg);padding:12px;animation:.14s cubic-bezier(.4,0,.2,1) cc-date-input-in;position:fixed}@keyframes cc-date-input-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.cc-date-input__header{grid-template-columns:30px minmax(0,1fr) 30px;align-items:center;gap:8px;margin-bottom:10px;display:grid}.cc-date-input__month{color:var(--fg);text-align:center;text-transform:capitalize;font-size:13px;font-weight:600}.cc-date-input__nav{width:30px;height:30px;color:var(--fg-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.cc-date-input__nav:hover{color:var(--fg);background:var(--bg-muted)}.cc-date-input__weekdays,.cc-date-input__days{grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.cc-date-input__weekdays{margin-bottom:4px}.cc-date-input__weekdays span{color:var(--fg-subtle);text-align:center;text-transform:capitalize;font-size:10.5px;font-weight:600;line-height:1}.cc-date-input__days{gap:2px}.cc-date-input__day{aspect-ratio:1;color:var(--fg);border-radius:var(--radius-sm);cursor:pointer;font:inherit;font-variant-numeric:tabular-nums;background:0 0;border:0;place-items:center;padding:0;font-size:12.5px;font-weight:500;display:grid}.cc-date-input__day:hover:not(:disabled){background:var(--bg-muted)}.cc-date-input__day.is-outside{color:var(--fg-subtle)}.cc-date-input__day.is-today{box-shadow:inset 0 0 0 1px var(--border-strong)}.cc-date-input__day.is-selected{color:var(--accent-fg);background:var(--accent);box-shadow:none}.cc-date-input__day:disabled{color:color-mix(in srgb, var(--fg-subtle) 58%, transparent);cursor:not-allowed}.cc-date-input__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;margin-top:10px;padding-top:10px;display:flex}.cc-date-input__footer button{color:var(--accent);border-radius:var(--radius-sm);cursor:pointer;font:inherit;background:0 0;border:0;padding:4px 7px;font-size:12px;font-weight:600}.cc-date-input__footer button:hover:not(:disabled){background:var(--accent-soft)}.cc-date-input__footer button:disabled{color:var(--fg-subtle);cursor:not-allowed}.cc-label{color:var(--fg-muted);letter-spacing:0;margin-bottom:6px;font-size:11.5px;font-weight:500;display:block}.cc-checkbox-row{color:var(--fg);align-items:center;gap:8px;font-size:14px;display:flex}.cc-checkbox-row input{width:16px;height:16px;accent-color:var(--accent)}.cc-switch{flex:none;width:36px;height:20px;display:inline-block;position:relative}.cc-switch input{display:none}.cc-switch-track{background:var(--border-strong);cursor:pointer;border-radius:999px;transition:background .15s;position:absolute;inset:0}.cc-switch-track:after{content:"";background:var(--surface);width:16px;height:16px;box-shadow:var(--shadow-sm);border-radius:50%;transition:transform .15s;position:absolute;top:2px;left:2px}.cc-switch input:checked+.cc-switch-track{background:var(--accent)}.cc-switch input:checked+.cc-switch-track:after{transform:translate(16px)}.cc-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.cc-card--flat{background:var(--surface-2)}.cc-card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.cc-card-header h3,.cc-card-header .cc-card-title{letter-spacing:0;color:var(--fg);font-size:13.5px;font-weight:500}.cc-card-body{padding:18px}.cc-card-body--flush{padding:0}.cc-card-body--dense{padding:12px}.cc-card-link{cursor:pointer;transition:border-color .12s,box-shadow .12s}.cc-card-link:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.cc-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:20px;display:grid}.cc-kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px;position:relative;overflow:hidden}.cc-kpi-label{color:var(--fg-muted);letter-spacing:0;margin-bottom:8px;font-size:11px;font-weight:500}.cc-kpi-value{font-family:var(--font-display);letter-spacing:0;color:var(--fg);font-variant-numeric:tabular-nums;font-size:22px;font-weight:500;line-height:1.1}.cc-kpi-band{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:16px;display:grid;overflow:hidden}.cc-kpi-band__cell{border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:14px 18px}.cc-kpi-band__cell:last-child{border-right:0}.cc-kpi-band__cell:nth-last-child(-n+5){border-bottom:0}@media (width<=960px){.cc-kpi-band__cell{border-right:0;border-bottom:1px solid var(--border)}.cc-kpi-band__cell:last-child{border-bottom:0}}.cc-kpi-band__label{color:var(--fg-muted);letter-spacing:0;margin-bottom:6px;font-size:11px;font-weight:500}.cc-kpi-band__row{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.cc-kpi-band__value{font-family:var(--font-display);letter-spacing:0;color:var(--fg);font-variant-numeric:tabular-nums;margin-bottom:2px;font-size:22px;font-weight:500;line-height:1.05}.cc-kpi-band__hint{color:var(--fg-subtle);margin-top:4px;font-size:11.5px}.cc-kpi-band__meta-spacer{height:21px;display:block}.cc-metric-chip{flex-direction:column;display:inline-flex}.cc-metric-chip .cc-metric-val{font-family:var(--font-display);color:var(--fg);font-variant-numeric:tabular-nums;font-size:20px;font-weight:500;line-height:1.05}.cc-metric-chip .cc-metric-lbl{color:var(--fg-muted);letter-spacing:0;font-size:11px;font-weight:500}.cc-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:500;line-height:1.5;display:inline-flex}.cc-badge-dot{background:currentColor;border-radius:50%;width:5px;height:5px;display:inline-block}.cc-badge-active{background:var(--success-soft);color:var(--success)}.cc-badge-trial,.cc-badge-inactive{background:var(--warn-soft);color:var(--warn)}.cc-badge-suspended{background:var(--danger-soft);color:var(--danger)}.cc-badge-free{background:var(--bg-muted);color:var(--fg-muted)}.cc-badge-pro{background:var(--info-soft);color:var(--info)}.cc-badge-pro-plus{background:linear-gradient(135deg, var(--accent-soft), var(--warn-soft));color:var(--accent)}.cc-badge-deal{background:linear-gradient(135deg, var(--info-soft), var(--accent-soft));color:var(--info);padding:2px 6px;font-size:10.5px}.cc-badge-neutral{background:var(--bg-muted);color:var(--fg-muted)}.cc-badge-info{background:var(--info-soft);color:var(--info)}.cc-badge-warn{background:var(--warn-soft);color:var(--warn)}.cc-badge-danger{background:var(--danger-soft);color:var(--danger)}.cc-badge-success{background:var(--success-soft);color:var(--success)}.cc-tag{background:var(--bg-muted);color:var(--fg-muted);border:1px solid var(--border);border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:11.5px;font-weight:500;display:inline-flex}.cc-tag--info{background:var(--info-soft);color:var(--info);border-color:#0000}.cc-tag--accent{background:var(--accent-soft);color:var(--accent);border-color:#0000}.cc-tag--warn{background:var(--warn-soft);color:var(--warn);border-color:#0000}.cc-tag--danger{background:var(--danger-soft);color:var(--danger);border-color:#0000}.cc-filter-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.cc-filter-chip{color:var(--fg-muted);border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:999px;padding:5px 10px;font-family:inherit;font-size:12.5px;font-weight:500;transition:border-color .12s,color .12s,background .12s}.cc-filter-chip:hover{border-color:var(--border-strong);color:var(--fg)}.cc-filter-chip.active{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.cc-filter-chip-count{opacity:.7;font-variant-numeric:tabular-nums;margin-left:4px}.cc-table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.cc-table-toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:10px;padding:10px 14px;display:flex}.cc-table-search-wrap{flex:1;align-items:center;min-width:220px;display:flex;position:relative}.cc-table-search-wrap svg{width:14px;height:14px;color:var(--fg-subtle);pointer-events:none;position:absolute;left:10px}.cc-table-search{background:var(--bg-muted);border-radius:var(--radius-sm);width:100%;color:var(--fg);border:1px solid #0000;outline:none;padding:6px 10px 6px 32px;font-family:inherit;font-size:13px}.cc-table-search:focus{border-color:var(--accent);background:var(--surface)}.cc-billing-filter-tabs{flex-wrap:wrap;align-items:center;gap:4px;display:inline-flex}.cc-billing-filter-tab{border:1px solid var(--border);background:var(--surface);height:32px;color:var(--cc-tab-color);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:6px;padding:0 10px;font-family:inherit;font-size:12.5px;font-weight:500;display:inline-flex}.cc-billing-filter-tab:hover{color:var(--fg);background:var(--bg-muted)}.cc-billing-filter-tab.active{color:var(--accent);border-color:var(--accent-soft);background:var(--accent-soft)}.cc-action-menu{display:inline-flex;position:relative}.cc-action-menu__trigger{justify-content:center;width:32px;padding:0}.cc-action-menu__panel{z-index:1000;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-width:220px;box-shadow:var(--shadow-md,0 8px 24px #0000001f);padding:4px;position:fixed}.cc-action-menu__item{width:100%;color:var(--fg);text-align:left;border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:0;padding:8px 10px;font-family:inherit;font-size:13px;font-weight:500;display:block}.cc-action-menu__item:hover:not(:disabled){background:var(--bg-muted)}.cc-action-menu__item:disabled{color:var(--fg-subtle);cursor:not-allowed}.cc-action-menu__item--danger{color:var(--danger)}.cc-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;font-size:13.5px}.cc-table thead th{color:var(--fg-muted);letter-spacing:0;text-align:left;background:var(--surface-2);border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 14px;font-size:11px;font-weight:500}.cc-table tbody td{border-bottom:1px solid var(--border);vertical-align:middle;color:var(--fg);padding:12px 14px}.cc-table[data-density=compact] tbody td{padding:7px 14px;font-size:13px}.cc-table[data-density=rich] tbody td{padding:16px 14px}.cc-table tbody tr{transition:background 80ms}.cc-table tbody tr:last-child td{border-bottom:0}.cc-table tbody tr.cc-table-row--clickable{cursor:pointer}.cc-table tbody tr.cc-table-row--clickable:hover{background:var(--bg-muted)}.cc-table .cc-cell-primary{color:var(--fg);font-weight:500}.cc-table .cc-cell-muted{color:var(--fg-muted)}.cc-table .cc-cell-align-right{text-align:right}.cc-table .cc-cell-align-center{text-align:center}.cc-businesses-page .cc-kpi-band{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.cc-businesses-page .cc-kpi-band__cell:nth-last-child(-n+6){border-bottom:0}@media (width<=960px){.cc-businesses-page .cc-kpi-band__cell{border-bottom:1px solid var(--border)}.cc-businesses-page .cc-kpi-band__cell:last-child{border-bottom:0}}.cc-businesses-table[data-density=compact] tbody td{padding-top:10px;padding-bottom:10px}.cc-businesses-table .cc-cell-primary{font-weight:inherit}.cc-table-empty{text-align:center;color:var(--fg-muted);padding:48px 24px;font-size:13.5px}.cc-lead-signals{grid-template-columns:repeat(5,8px);align-items:center;gap:5px;width:60px;line-height:1;display:inline-grid}.cc-lead-signal-dot{background:var(--border-strong);cursor:help;border-radius:999px;flex:none;width:8px;height:8px;display:inline-block}.cc-lead-signal-dot.is-active{background:var(--signal-color)}.cc-lead-signal-dot:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.cc-lead-signal-tooltip{z-index:320;pointer-events:none;background:var(--surface);width:min(280px,100vw - 32px);color:var(--fg);border:1px solid var(--border);box-shadow:var(--shadow-lg);border-radius:8px;padding:9px 10px;animation:90ms ease-out both cc-tooltip-pop;position:fixed;transform:translate(-50%)}.cc-lead-signal-tooltip:before{content:"";background:var(--surface);border-left:1px solid var(--border);border-top:1px solid var(--border);width:9px;height:9px;position:absolute;top:-5px;left:50%;transform:translate(-50%)rotate(45deg)}.cc-lead-signal-tooltip__title{align-items:center;gap:7px;margin-bottom:4px;font-size:12.5px;font-weight:500;display:flex}.cc-lead-signal-tooltip__title span{background:var(--border-strong);border-radius:999px;flex:none;width:8px;height:8px}.cc-lead-signal-tooltip__title span.is-active{background:var(--signal-color)}.cc-lead-signal-tooltip p{color:var(--fg-muted);margin:0;font-size:12px;line-height:1.45}@keyframes cc-tooltip-pop{0%{opacity:0;transform:translate(-50%)translateY(-2px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.cc-side-panel-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:250;background:#14100a6b;position:fixed;inset:0}.cc-side-panel{background:var(--surface);border-left:1px solid var(--border);width:min(460px,100vw);box-shadow:var(--shadow-lg);z-index:260;flex-direction:column;animation:.22s cubic-bezier(.4,0,.2,1) cc-slide-in;display:flex;position:fixed;top:0;bottom:0;right:0}.cc-side-panel__close{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);width:32px;height:32px;color:var(--fg-muted);cursor:pointer;z-index:2;place-items:center;display:grid;position:absolute;top:16px;right:16px}.cc-side-panel__close:hover{background:var(--bg-muted);color:var(--fg)}.cc-side-panel__content{flex-direction:column;flex:1;gap:16px;padding:22px 24px 18px;display:flex;overflow-y:auto}.cc-side-panel__header{padding-right:42px}.cc-side-panel__eyebrow{color:var(--fg-subtle);letter-spacing:0;margin-bottom:6px;font-size:11px;font-weight:500}.cc-side-panel__header h2{font-family:var(--font-display);letter-spacing:0;color:var(--fg);margin:0;font-size:22px;font-weight:500;line-height:1.18}.cc-side-panel__header p{color:var(--fg-muted);margin:6px 0 0;font-size:12.5px;line-height:1.5}.cc-side-panel__actions{flex-wrap:wrap;gap:8px;display:flex}.cc-side-panel__actions a{text-decoration:none}.cc-lead-detail-section{border:1px solid var(--border);background:var(--surface-2);border-radius:8px;padding:13px 14px}.cc-lead-detail-section h3{color:var(--fg-muted);letter-spacing:0;margin:0 0 10px;font-size:11px;font-weight:500}.cc-lead-signal-list{flex-direction:column;gap:10px;display:flex}.cc-lead-signal-item{grid-template-columns:10px 1fr;align-items:start;gap:10px;display:grid}.cc-lead-signal-item .cc-lead-signal-dot{margin-top:5px}.cc-lead-signal-item strong{color:var(--fg);margin-bottom:2px;font-size:13px;display:block}.cc-lead-signal-item p,.cc-lead-detail-note{color:var(--fg-muted);margin:0;font-size:12.5px;line-height:1.5}.cc-lead-detail-row{border-top:1px solid var(--border);grid-template-columns:120px 1fr;gap:12px;padding:7px 0;font-size:13px;display:grid}.cc-lead-detail-row:first-of-type{border-top:0;padding-top:0}.cc-lead-detail-row:last-child{padding-bottom:0}.cc-lead-detail-row span{color:var(--fg-muted)}.cc-lead-detail-row strong,.cc-lead-detail-row a{color:var(--fg);overflow-wrap:anywhere;font-weight:500;text-decoration:none}.cc-lead-detail-row a:hover{color:var(--accent)}.cc-pagination{border-top:1px solid var(--border);color:var(--fg-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;font-size:12.5px;display:flex}.cc-tabs{border-bottom:1px solid var(--border);scrollbar-width:none;gap:2px;display:flex;overflow-x:auto}.cc-tabs::-webkit-scrollbar{display:none}.cc-tab{color:var(--cc-tab-color);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-1px;padding:10px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:color .12s,border-color .12s;display:inline-flex}.cc-tab:hover{color:var(--fg)}.cc-tab.active{color:var(--fg);border-bottom-color:var(--accent)}.cc-tab-count{color:var(--fg-subtle);background:var(--bg-muted);border-radius:999px;padding:0 6px;font-size:11px;font-weight:500;line-height:1.7}.cc-tab.active .cc-tab-count{background:var(--accent-soft);color:var(--accent)}.cc-business-profile-nav{flex-direction:column;gap:10px;margin-bottom:16px;display:flex}.cc-business-profile-nav__primary,.cc-business-profile-nav__secondary{scrollbar-width:none;align-items:center;display:flex;overflow-x:auto}.cc-business-profile-nav__primary::-webkit-scrollbar{display:none}.cc-business-profile-nav__secondary::-webkit-scrollbar{display:none}.cc-business-profile-nav__primary{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);gap:4px;padding:4px}.cc-business-profile-nav__secondary{border-bottom:1px solid var(--border);gap:2px}.cc-business-profile-nav__section,.cc-business-profile-nav__tab{appearance:none;cursor:pointer;white-space:nowrap;color:var(--cc-tab-color);background:0 0;border:0;flex:none;align-items:center;gap:7px;font-family:inherit;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.cc-business-profile-nav__section{border-radius:var(--radius-sm);min-height:34px;padding:8px 13px;font-size:13px;font-weight:500}.cc-business-profile-nav__tab{border-bottom:2px solid #0000;min-height:36px;margin-bottom:-1px;padding:9px 12px;font-size:13px;font-weight:500}.cc-business-profile-nav__section svg{color:var(--fg-subtle);flex:none}.cc-business-profile-nav__section:hover,.cc-business-profile-nav__tab:hover{color:var(--fg);background:var(--bg-muted)}.cc-business-profile-nav__section.active{color:var(--accent);background:var(--accent-soft)}.cc-business-profile-nav__section.active svg{color:var(--accent)}.cc-business-profile-nav__tab.active{color:var(--fg);border-bottom-color:var(--accent);background:0 0}.cc-business-profile-nav__tab.active .cc-tab-count{background:var(--accent-soft);color:var(--accent)}.cc-business-profile-nav__section:focus-visible,.cc-business-profile-nav__tab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cc-tab-rail{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:2px;min-width:220px;padding:8px;display:flex}.cc-tab-rail__item{border-radius:var(--radius-sm);color:var(--cc-tab-color);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:10px;padding:9px 12px;font-family:inherit;font-size:13.5px;font-weight:500;display:flex}.cc-tab-rail__item:hover{background:var(--bg-muted);color:var(--fg)}.cc-tab-rail__item.active{background:var(--accent-soft);color:var(--accent);font-weight:500}.cc-tab-rail__item svg{flex:none;width:15px;height:15px}.cc-avatar{-webkit-user-select:none;user-select:none;border-radius:50%;flex:none;place-items:center;font-weight:500;display:grid}.cc-info-list{flex-direction:column;display:flex}.cc-info-list__row{border-top:1px dashed var(--border);grid-template-columns:140px 1fr;align-items:baseline;gap:10px;padding:10px 0;font-size:13px;display:grid}.cc-info-list__v{color:var(--fg);font-weight:500}.cc-progress{background:var(--bg-muted);border-radius:999px;width:100%;height:6px;overflow:hidden}.cc-progress>div{background:var(--accent);border-radius:999px;height:100%;transition:width .3s}.cc-progress--danger>div{background:var(--danger)}.cc-progress--info>div{background:var(--info)}.cc-health-bar{gap:2px;display:inline-flex}.cc-health-bar span{background:var(--border-strong);border-radius:2px;width:4px;height:16px}.cc-health-bar span.on{background:var(--accent)}.cc-health-bar--warn span.on{background:var(--warn)}.cc-health-bar--danger span.on{background:var(--danger)}.cc-feed{flex-direction:column;display:flex}.cc-feed__item{border-top:1px solid var(--border);gap:12px;padding:12px 0;display:flex}.cc-feed__item:first-child{border-top:0}.cc-feed__icon{background:var(--bg-muted);width:28px;height:28px;color:var(--fg-muted);border-radius:50%;flex:none;place-items:center;display:grid}.cc-feed__icon svg{width:14px;height:14px}.cc-feed__icon--accent{background:var(--accent-soft);color:var(--accent)}.cc-feed__icon--warn{background:var(--warn-soft);color:var(--warn)}.cc-feed__icon--danger{background:var(--danger-soft);color:var(--danger)}.cc-feed__icon--info{background:var(--info-soft);color:var(--info)}.cc-feed__body{flex:1;min-width:0;font-size:13px}.cc-feed__body .cc-feed__title{color:var(--fg)}.cc-feed__body .cc-feed__title b{font-weight:500}.cc-feed__body .cc-feed__meta{color:var(--fg-subtle);margin-top:2px;font-size:11.5px}.cc-palette-overlay{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#14100a73;justify-content:center;align-items:flex-start;padding-top:10vh;display:flex;position:fixed;inset:0}.cc-palette{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:min(560px,92vw);box-shadow:var(--shadow-lg);overflow:hidden}.cc-palette__search{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:14px 16px;display:flex}.cc-palette__search input{color:var(--fg);background:0 0;border:0;outline:0;flex:1;font-family:inherit;font-size:15px}.cc-palette__search input::placeholder{color:var(--fg-subtle)}.cc-palette__results{max-height:380px;padding:8px;overflow-y:auto}.cc-palette__group-label{color:var(--fg-subtle);letter-spacing:0;padding:10px 10px 4px;font-size:10.5px;font-weight:500}.cc-palette__result{border-radius:var(--radius-sm);cursor:pointer;color:var(--fg);text-align:left;background:0 0;border:0;align-items:center;gap:10px;width:100%;padding:8px 10px;font-family:inherit;display:flex}.cc-palette__result:hover,.cc-palette__result[data-active=true]{background:var(--bg-muted)}.cc-palette__result-main{flex:1;min-width:0}.cc-palette__result-label{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:500;overflow:hidden}.cc-palette__result-meta{color:var(--fg-subtle);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:11.5px;overflow:hidden}.cc-palette__empty{text-align:center;color:var(--fg-muted);padding:32px 24px;font-size:13px}.cc-reports-page{max-width:none}.cc-reports-shell{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:24px;display:grid}.cc-reports-rail{max-height:calc(100vh - var(--topbar-h) - 40px);max-height:calc(100dvh - var(--topbar-h) - 40px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px;position:sticky;top:20px;overflow-y:auto}.cc-reports-rail-back,.cc-reports-rail-item{border-radius:var(--radius-sm);min-height:34px;color:var(--cc-tab-color);align-items:center;gap:8px;font-size:13px;font-weight:500;text-decoration:none;display:flex}.cc-reports-rail-back{color:var(--fg);border-bottom:1px solid var(--border);border-radius:0;margin-bottom:10px;padding:7px 8px}.cc-reports-rail-group{flex-direction:column;gap:2px;padding:8px 0;display:flex}.cc-reports-rail-group-label{color:var(--accent);letter-spacing:0;padding:8px 8px 4px;font-size:11px;font-weight:500}.cc-reports-rail-item{padding:7px 8px}.cc-reports-rail-item span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.cc-reports-rail-item:hover:not(.cc-reports-rail-item--disabled){background:var(--bg-muted);color:var(--fg)}.cc-reports-rail-item.active{background:var(--accent-soft);color:var(--accent)}.cc-reports-rail-item--disabled{opacity:.58;cursor:not-allowed}.cc-reports-rail-item--disabled .cc-badge{flex:none;margin-left:auto}.cc-reports-content{min-width:0}.cc-reports-mobile-nav{margin-bottom:14px;display:none}.cc-reports-hub{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.cc-reports-hub-group{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.cc-reports-hub-group-head{border-bottom:1px solid var(--border);color:var(--accent);gap:10px;padding:16px 18px;display:flex}.cc-reports-hub-group-head h2{color:var(--fg);margin:0;font-size:15px;font-weight:500}.cc-reports-hub-group-head p{color:var(--fg-muted);margin:4px 0 0;font-size:12.5px}.cc-reports-hub-list{flex-direction:column;padding:8px;display:flex}.cc-reports-hub-item{border-radius:var(--radius-sm);color:var(--fg);align-items:center;gap:10px;padding:10px;text-decoration:none;display:flex}.cc-reports-hub-item:hover:not(.disabled){background:var(--bg-muted)}.cc-reports-hub-item.disabled{opacity:.56}.cc-reports-hub-item span{flex:1;min-width:0}.cc-reports-hub-item strong{font-size:13.5px;font-weight:500;display:block}.cc-reports-hub-item small{color:var(--fg-muted);margin-top:2px;font-size:12px;display:block}.cc-report-hero{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);justify-content:space-between;align-items:flex-end;gap:24px;padding:22px 24px;display:flex}.cc-report-hero-value{font-family:var(--font-display);letter-spacing:0;color:var(--fg);font-variant-numeric:tabular-nums;margin-top:4px;font-size:22px;font-weight:500;line-height:1.05}.cc-report-hero-sub{color:var(--fg-muted);margin-top:8px;font-size:13px}.cc-report-hero-metrics{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.cc-report-metric-pill{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);min-width:132px;padding:9px 11px}.cc-report-metric-pill span{color:var(--fg-muted);font-size:11px;font-weight:500;display:block}.cc-report-metric-pill strong{color:var(--fg);font-variant-numeric:tabular-nums;margin-top:3px;font-size:15px;font-weight:500;display:block}.cc-report-metric-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:12px 18px;display:flex}.cc-report-metric-row:first-child{border-top:0}.cc-report-metric-row span{color:var(--fg-muted);font-size:13px;font-weight:500}.cc-report-metric-row strong{color:var(--fg);font-variant-numeric:tabular-nums;text-align:right;font-size:13.5px;font-weight:500}.cc-report-note{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-muted);color:var(--fg-muted);align-items:center;gap:8px;max-width:max-content;padding:10px 12px;font-size:12.5px;display:inline-flex}.cc-report-empty{text-align:center;min-height:280px;color:var(--fg-muted);place-items:center;display:grid}.cc-report-empty h2{color:var(--fg);margin:10px 0 4px;font-size:18px;font-weight:500}.cc-report-empty p{margin:0;font-size:13px}@media (width<=980px){.cc-reports-shell{display:block}.cc-reports-rail{display:none}.cc-reports-mobile-nav{display:block}.cc-reports-hub{grid-template-columns:1fr}.cc-report-hero{flex-direction:column;align-items:stretch}.cc-report-hero-metrics{justify-content:flex-start}}.cc-divider{background:var(--border);border:0;height:1px;margin:16px 0}.cc-vdivider{background:var(--border);align-self:stretch;width:1px}.cc-grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.cc-grid-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.cc-grid-4{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.cc-grid-23{grid-template-columns:2fr 3fr;gap:16px;display:grid}.cc-grid-32{grid-template-columns:3fr 2fr;gap:16px;display:grid}@media (width<=960px){.cc-grid-2,.cc-grid-3,.cc-grid-4,.cc-grid-23,.cc-grid-32{grid-template-columns:1fr}}.cc-stack-sm{flex-direction:column;gap:8px;display:flex}.cc-stack-lg{flex-direction:column;gap:24px;display:flex}.cc-row{align-items:center;gap:8px;display:flex}.cc-row-between{justify-content:space-between;align-items:center;gap:8px;display:flex}.cc-row-wrap{flex-wrap:wrap}.cc-dashboard-mrr-section{margin-bottom:16px}.cc-dashboard-empty{color:var(--fg-muted);padding:18px;font-size:13px}.cc-dashboard-mrr-row{min-height:45px;color:inherit;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:12px;padding:0 18px;text-decoration:none;display:grid}.cc-dashboard-mrr-row+.cc-dashboard-mrr-row{border-top:1px solid var(--border)}.cc-dashboard-mrr-row:hover{background:var(--surface-2)}.cc-dashboard-mrr-rank{color:var(--fg-subtle);font-variant-numeric:tabular-nums;font-size:11px;font-weight:500}.cc-dashboard-mrr-name{min-width:0;color:var(--fg);text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:500;overflow:hidden}.cc-dashboard-mrr-value{color:var(--fg);font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;font-size:13.5px;font-weight:500}.cc-text-muted{color:var(--fg-muted)}.cc-text-subtle{color:var(--fg-subtle)}.cc-text-accent{color:var(--accent)}.cc-text-danger{color:var(--danger)}.cc-text-warn{color:var(--warn)}.cc-text-success{color:var(--accent)}.cc-text-sm{font-size:12px}.cc-text-xs{font-size:11px}.cc-font-mono{font-family:var(--font-mono)}.cc-font-display{font-family:var(--font-display)}.cc-fw-500{font-weight:500}.cc-numeric{font-variant-numeric:tabular-nums}.cc-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cc-hidden{display:none!important}.cc-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=button]:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.cc-mobile-hamburger{z-index:40;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);width:40px;height:40px;color:var(--fg);cursor:pointer;box-shadow:var(--shadow-sm);justify-content:center;align-items:center;display:none;position:fixed;top:12px;left:12px}.cc-mobile-backdrop{z-index:25;background:#14100a59;display:none;position:fixed;inset:0}@media (width<=900px){.cc-app{grid-template-columns:1fr}.cc-sidebar{z-index:50;width:240px;transition:transform .22s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;transform:translate(-100%)}.cc-sidebar--open{transform:translate(0)}.cc-mobile-hamburger{display:inline-flex}.cc-mobile-backdrop--open{display:block}.cc-topbar{padding-left:60px}.cc-topbar-search{width:180px}}.cc-search-input{background:var(--bg-muted);border-radius:var(--radius-sm);color:var(--fg-muted);border:1px solid #0000;align-items:center;gap:8px;width:100%;padding:7px 12px;font-family:inherit;transition:border-color .12s,background .12s;display:inline-flex}.cc-search-input svg{width:14px;height:14px;color:var(--fg-subtle);flex:none}.cc-search-input input{min-width:0;color:var(--fg);background:0 0;border:0;outline:0;flex:1;font-family:inherit;font-size:13px}.cc-search-input input::placeholder{color:var(--fg-subtle)}.cc-search-input:focus-within{border-color:var(--accent);background:var(--surface);color:var(--fg)}.cc-date-range{display:inline-block;position:relative}.cc-date-range__trigger{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--fg);cursor:pointer;white-space:nowrap;align-items:center;gap:6px;padding:7px 12px;font-family:inherit;font-size:13px;font-weight:500;transition:background .12s,border-color .12s;display:inline-flex}.cc-date-range__trigger:hover{background:var(--bg-muted);border-color:var(--border-strong)}.cc-date-range__trigger svg{flex:none}.cc-date-range__backdrop{z-index:40;background:0 0;position:fixed;inset:0}.cc-date-range__flyout{z-index:50;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-width:200px;box-shadow:var(--shadow-lg);flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);right:0}.cc-date-range__presets{flex-direction:column;gap:2px;display:flex}.cc-date-range__preset{border-radius:var(--radius-sm);color:var(--fg);cursor:pointer;text-align:left;background:0 0;border:0;padding:8px 10px;font-family:inherit;font-size:13px;font-weight:500}.cc-date-range__preset:hover{background:var(--bg-muted)}.cc-date-range__preset--active{background:var(--accent-soft);color:var(--accent);font-weight:500}.cc-date-range__separator{background:var(--border);height:1px;margin:6px 0}.cc-date-range__custom{flex-wrap:wrap;align-items:center;gap:6px;padding:6px 4px;display:flex}.cc-date-range__custom input[type=date]{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--fg);outline:none;padding:6px 8px;font-family:inherit;font-size:12.5px}.cc-date-range__custom input[type=date]:focus{border-color:var(--accent)}.cc-product-thumb{background:var(--bg-muted);width:36px;height:36px;color:var(--fg-muted);border-radius:8px;flex:none;place-items:center;display:grid;overflow:hidden}.cc-product-thumb img{object-fit:cover;width:100%;height:100%;display:block}.cc-category-badge{background:var(--accent-soft);color:var(--accent);white-space:nowrap;border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.cc-product-sidebar-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:150;background:#14100a73;position:fixed;inset:0}.cc-product-sidebar{background:var(--surface);border-left:1px solid var(--border);width:min(480px,100vw);box-shadow:var(--shadow-lg);z-index:160;flex-direction:column;animation:.22s cubic-bezier(.4,0,.2,1) cc-slide-in;display:flex;position:fixed;top:0;bottom:0;right:0}@keyframes cc-slide-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.cc-product-sidebar-close{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);width:32px;height:32px;color:var(--fg-muted);cursor:pointer;z-index:2;place-items:center;display:grid;position:absolute;top:16px;right:16px}.cc-product-sidebar-close:hover{background:var(--bg-muted);color:var(--fg)}.cc-product-sidebar-content{flex-direction:column;flex:1;gap:18px;padding:20px 24px 16px;display:flex;overflow-y:auto}.cc-product-sidebar-header h2{font-family:var(--font-display);letter-spacing:0;color:var(--fg);margin:0;font-size:22px;font-weight:500}.cc-product-sidebar-label{color:var(--fg-muted);letter-spacing:0;margin-bottom:6px;font-size:11.5px;font-weight:500;display:block}.cc-product-image-section{flex-direction:column;gap:6px;display:flex}.cc-product-image-upload{border-radius:var(--radius-md);width:100%;overflow:hidden}.cc-product-image-preview{aspect-ratio:4/3;background:var(--bg-muted);border-radius:var(--radius-md);place-items:center;width:100%;display:grid;position:relative;overflow:hidden}.cc-product-image-preview img{object-fit:contain;width:100%;height:100%;display:block}.cc-product-image-remove{border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);width:28px;height:28px;color:var(--danger);cursor:pointer;place-items:center;display:grid;position:absolute;top:8px;right:8px}.cc-product-image-remove:hover{background:var(--danger-soft)}.cc-product-image-dropzone{aspect-ratio:4/3;border:1px dashed var(--border-strong);border-radius:var(--radius-md);background:var(--bg-muted);width:100%;color:var(--fg-muted);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:13px;transition:border-color .12s,background .12s;display:flex}.cc-product-image-dropzone:hover{border-color:var(--accent);background:var(--surface);color:var(--accent)}.cc-product-image-hint{color:var(--fg-subtle);font-size:11px}.cc-product-sidebar-form{flex-direction:column;gap:12px;display:flex}.cc-product-sidebar-row{flex-wrap:wrap;gap:12px;display:flex}.cc-product-sidebar-info{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding-top:14px;display:flex}.cc-product-info-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.cc-product-info-label{color:var(--fg-muted);letter-spacing:0;font-size:11.5px;font-weight:500}.cc-product-info-value{color:var(--fg);font-size:13px;font-weight:500}.cc-product-toggle{cursor:pointer;color:var(--fg-muted);background:0 0;border:0;align-items:center;gap:8px;font-family:inherit;display:inline-flex}.cc-product-toggle.active{color:var(--accent)}.cc-product-sidebar-footer{border-top:1px solid var(--border);background:var(--surface-2);justify-content:flex-end;gap:8px;padding:14px 24px;display:flex}.cc-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px}.cc-stat-label{color:var(--fg-muted);letter-spacing:0;margin-bottom:8px;font-size:11px;font-weight:500}.cc-stat-value{font-family:var(--font-display);letter-spacing:0;color:var(--fg);font-variant-numeric:tabular-nums;font-size:22px;font-weight:500;line-height:1.1}.cc-modal-overlay{z-index:140;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#14100a73;justify-content:center;align-items:flex-start;padding:8vh 20px 20px;display:flex;position:fixed;inset:0;overflow-y:auto}.cc-modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:560px;box-shadow:var(--shadow-lg);flex-direction:column;animation:.18s cubic-bezier(.4,0,.2,1) cc-modal-in;display:flex}@keyframes cc-modal-in{0%{opacity:0;transform:translateY(4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.cc-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.cc-modal-header h2{font-family:var(--font-display);letter-spacing:0;color:var(--fg);margin:0;font-size:20px;font-weight:500}.cc-modal-header p{color:var(--fg-muted);margin:5px 0 0;font-size:13px;line-height:1.4}.cc-modal-body{max-height:70vh;padding:20px;overflow-y:auto}.cc-modal-footer{border-top:1px solid var(--border);background:var(--surface-2);justify-content:flex-end;gap:8px;padding:12px 20px;display:flex}.cc-interval-selector{background:var(--bg-muted);border-radius:var(--radius-sm);gap:2px;padding:3px;display:inline-flex}.cc-interval-btn{color:var(--fg-muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:5px;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:500;transition:color .15s,background .15s}.cc-interval-btn:hover{color:var(--fg)}.cc-interval-btn.active,.cc-interval-btn.on{background:var(--surface);color:var(--fg);box-shadow:var(--shadow-sm)}.cc-chart-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;display:flex;overflow:hidden}.cc-chart-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.cc-chart-header h3{letter-spacing:0;color:var(--fg);margin:0;font-size:13.5px;font-weight:500}.cc-chart-body{padding:14px 16px 16px}@keyframes cc-row-highlight{0%{background:var(--accent-soft)}to{background:0 0}}.cc-row-highlight{animation:2s ease-out both cc-row-highlight}.cc-content-scroll:has(.cc-support-page){overflow:hidden}.cc-support-page{flex-direction:column;height:100%;min-height:0;padding-top:20px;padding-bottom:24px;display:flex;overflow:hidden}.cc-support-kpis{flex:none;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:12px}.cc-support-kpis .cc-kpi-band__cell{padding:10px 16px}.cc-support-kpis .cc-kpi-band__label{margin-bottom:4px}.cc-support-kpis .cc-kpi-band__value{margin-bottom:0;font-size:18px}.cc-support-workspace,.cc-support-grid{flex:auto;grid-template-columns:minmax(300px,320px) minmax(0,1fr);gap:16px;min-height:0;display:grid}.cc-support-list-pane,.cc-support-detail-panel{min-width:0;min-height:0}.cc-support-list-pane{flex-direction:column;display:flex}.cc-support-filter-tabs{flex:none;width:100%;margin-bottom:10px;display:flex}.cc-support-filter-tabs button{flex:1 1 0;justify-content:center;min-width:0}.cc-support-ticket-list{flex:auto;min-height:0;padding:0;overflow:auto}.cc-support-ticket-list-loading{padding:20px}.cc-support-ticket-row{border:0;border-bottom:1px solid var(--border);cursor:pointer;text-align:left;width:100%;color:inherit;background:0 0;padding:13px 16px;font-family:inherit;display:block}.cc-support-ticket-row:last-child{border-bottom:0}.cc-support-ticket-row.is-selected{background:var(--bg-muted)}.cc-support-ticket-meta{flex-wrap:wrap;gap:8px;min-width:0}.cc-support-ticket-code{color:var(--fg-subtle);font-size:11px}.cc-support-detail-panel{flex-direction:column;align-self:stretch;padding:0;display:flex;overflow:hidden}.cc-support-empty-detail{padding:48px}.cc-support-detail-header{border-bottom:1px solid var(--border);flex:none;padding:14px 18px}.cc-support-detail-header-inner{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.cc-support-detail-title-block{min-width:0}.cc-support-detail-meta{flex-wrap:wrap;gap:8px}.cc-support-detail-title{color:var(--fg);font-family:var(--font-display);letter-spacing:0;margin:6px 0 0;font-size:19px;font-weight:550;line-height:1.2}.cc-support-detail-actions{flex:none;justify-content:flex-end;gap:8px}.cc-support-detail-body{flex:auto;grid-template-columns:minmax(0,1fr) minmax(260px,280px);gap:18px;min-height:0;padding:16px 18px;display:grid}.cc-support-thread-pane{flex-direction:column;min-width:0;min-height:0;display:flex}.cc-support-thread-scroll{flex:auto;min-height:0;padding-right:2px;overflow:auto}.cc-support-thread-item{padding:4px 0 14px}.cc-support-message-bubble{color:var(--fg);white-space:pre-wrap;border-radius:10px;margin-top:8px;padding:13px 14px;font-size:14px;line-height:1.55}.cc-support-message-bubble--tenant{background:var(--bg-muted)}.cc-support-message-bubble--admin,.cc-support-message-bubble--assistant{background:var(--surface);border:1px solid var(--border)}.cc-support-message-bubble--assistant{background:var(--surface-2)}.cc-support-message-bubble--system{background:var(--warn-soft)}.cc-support-message-bubble--handoff{background:var(--warn-soft);border:0}.cc-support-composer{border:1px solid var(--border);background:var(--surface);border-radius:12px;flex:none;padding:12px}.cc-support-composer-input{background:0 0;border:0;min-height:60px;padding:0}.cc-support-composer-footer{border-top:1px solid var(--border);margin-top:8px;padding-top:8px}.cc-support-details-pane{border-left:1px solid var(--border);min-width:0;min-height:0;padding-left:18px;overflow:auto}.cc-support-details-heading{margin-bottom:10px}.cc-support-ai-card{border:1px solid var(--border);background:var(--bg-muted);border-radius:10px;padding:10px}.cc-support-ai-card-title{gap:6px;margin-bottom:8px}.cc-support-attachments{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.cc-support-attachment-wrap{flex-direction:column;gap:5px;max-width:min(520px,100%);display:flex}.cc-support-attachment,.cc-support-pending__chip{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);max-width:100%;color:var(--fg);align-items:center;gap:6px;padding:5px 8px;font-size:12px;font-weight:500;text-decoration:none;display:inline-flex}.cc-support-attachment:hover{background:var(--bg-muted);border-color:var(--border-strong)}.cc-support-attachment__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.cc-support-attachment__size{color:var(--fg-subtle);font-family:var(--font-mono);flex:none;font-size:10.5px}.cc-support-attachment-summary{color:var(--fg-muted);border-left:2px solid var(--border-strong);background:var(--bg-muted);border-radius:var(--radius-sm);align-items:flex-start;gap:6px;padding:6px 8px;font-size:12px;line-height:1.45;display:flex}.cc-support-attachment-summary svg{flex:none;margin-top:2px}.cc-support-pending{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.cc-support-pending__chip>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.cc-support-pending__chip.is-uploading{opacity:.62}.cc-support-pending__chip button{color:var(--fg-subtle);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.cc-support-pending__chip button:hover{color:var(--danger)}@media (width<=1100px){.cc-support-workspace,.cc-support-grid{grid-template-columns:minmax(280px,300px) minmax(0,1fr)}.cc-support-detail-body{grid-template-columns:minmax(0,1fr) minmax(240px,260px)}.cc-support-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.cc-content-scroll:has(.cc-support-page){overflow-y:auto}.cc-support-page{height:auto;overflow:visible}.cc-support-workspace,.cc-support-grid,.cc-support-detail-body{grid-template-columns:1fr}.cc-support-details-pane{border-left:0;border-top:1px solid var(--border);padding-top:16px;padding-left:0}.cc-support-kpis{grid-template-columns:1fr}}@keyframes cc-spin{to{transform:rotate(360deg)}}.cc-spin{animation:.9s linear infinite cc-spin}.cc-placeholder-img{background:repeating-linear-gradient(45deg, var(--bg-muted), var(--bg-muted) 6px, var(--bg-sunken) 6px, var(--bg-sunken) 12px);font-family:var(--font-mono);color:var(--fg-subtle);border-radius:var(--radius-sm);place-items:center;font-size:10px;display:grid}.cc-business-header{border-bottom:1px solid var(--border);align-items:flex-start;gap:16px;margin-bottom:18px;padding-bottom:18px;display:flex}.cc-business-header__main{flex:1;min-width:0}.cc-business-header__title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cc-business-header__title{font-family:var(--font-display);letter-spacing:0;color:var(--fg);font-size:28px;font-weight:500;line-height:1.1}.cc-business-header__meta{color:var(--fg-muted);flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;font-size:12.5px;display:flex}.cc-business-header__meta-sep{color:var(--fg-subtle)}.cc-business-header__meta-item{align-items:center;gap:4px;display:inline-flex}.cc-business-header__meta-item svg{color:var(--fg-subtle);flex:none}.cc-business-header__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.cc-page.cc-business-profile-page{max-width:1540px;padding:24px 28px 26px}.cc-business-profile-content{margin-top:12px}.cc-business-profile-page .cc-business-header{gap:14px;margin-bottom:14px;padding-bottom:14px}.cc-business-profile-page .cc-business-header__title{letter-spacing:0;font-size:26px}.cc-business-profile-page .cc-business-header__title-row{gap:8px}.cc-business-profile-page .cc-business-header__meta{margin-top:6px;font-size:12px}.cc-business-profile-page .cc-business-profile-nav{gap:8px;margin-bottom:12px}.cc-business-profile-page .cc-business-profile-nav__primary{padding:3px}.cc-business-profile-page .cc-business-profile-nav__section{min-height:31px;padding:6px 11px;font-size:12.5px}.cc-business-profile-page .cc-business-profile-nav__tab{min-height:32px;padding:7px 10px;font-size:12.5px}.cc-business-profile-page .cc-overview-dashboard{gap:12px}.cc-business-profile-page .cc-overview-kpi{min-height:86px;padding:15px 18px}.cc-business-profile-page .cc-overview-kpi__value{margin-top:4px}.cc-business-profile-page .cc-overview-kpi__value span{letter-spacing:0;font-size:18px;font-weight:500}.cc-business-profile-page .cc-overview-kpi__value em,.cc-business-profile-page .cc-overview-kpi__detail{font-size:12.5px}.cc-business-profile-page .cc-overview-kpi__detail{margin-top:8px}.cc-business-profile-page .cc-overview-main-grid,.cc-business-profile-page .cc-overview-bottom-grid{gap:12px}.cc-business-profile-page .cc-overview-card__head{gap:14px;padding:18px 20px 8px}.cc-business-profile-page .cc-overview-card__head h2{letter-spacing:0;font-size:18px;font-weight:500}.cc-business-profile-page .cc-setup-card .cc-overview-card__head h2{font-size:16px;font-weight:400}.cc-business-profile-page .cc-overview-card__head p{margin-top:5px;font-size:12.5px}.cc-business-profile-page .cc-revenue-card,.cc-business-profile-page .cc-setup-card{min-height:404px}.cc-business-profile-page .cc-revenue-chart{padding:4px 20px 0 16px}.cc-business-profile-page .cc-revenue-chart__empty{height:236px}.cc-business-profile-page .cc-revenue-summary{gap:16px;margin:12px 20px 0;padding:14px 0 18px}.cc-business-profile-page .cc-revenue-summary b{letter-spacing:0;font-size:18px}.cc-business-profile-page .cc-setup-card__percent{margin-top:8px;font-size:13px}.cc-business-profile-page .cc-setup-card__progress{height:7px;margin:8px 20px 12px}.cc-business-profile-page .cc-setup-card__list{gap:7px;padding:0 20px 18px}.cc-business-profile-page .cc-setup-card__item{gap:8px;font-size:13px}.cc-business-profile-page .cc-setup-card__icon{width:18px;height:18px}.cc-business-profile-page .cc-setup-card__team{border:1px solid var(--border);background:var(--surface-2);border-radius:8px;margin:0 20px 12px;padding:10px 12px}.cc-business-profile-page .cc-setup-card__team-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.cc-business-profile-page .cc-setup-card__team-head span{color:var(--fg);font-size:13px;font-weight:600;display:block}.cc-business-profile-page .cc-setup-card__team-head small{color:var(--fg-muted);margin-top:2px;font-size:11.5px;display:block}.cc-business-profile-page .cc-setup-card__team-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.cc-business-profile-page .cc-setup-card__team-stats span{color:var(--fg-muted);font-size:11.5px;line-height:1.2}.cc-business-profile-page .cc-setup-card__team-stats b{color:var(--fg);font-size:13px}.cc-staff-invite-modal{flex-direction:column;gap:12px;max-height:min(68vh,640px);display:flex}.cc-staff-invite-toolbar{flex:none;justify-content:space-between;align-items:center;gap:12px;display:flex}.cc-staff-invite-resend{color:var(--fg);align-items:center;gap:8px;font-size:13px;display:inline-flex}.cc-staff-invite-modal input[type=checkbox]{appearance:none;border:1px solid var(--border-strong);background:var(--surface);width:16px;height:16px;color:var(--accent-fg);cursor:pointer;border-radius:4px;place-content:center;margin:0;transition:background .12s,border-color .12s,box-shadow .12s;display:inline-grid}.cc-staff-invite-modal input[type=checkbox]:after{content:"";border:2px solid;border-width:0 2px 2px 0;width:4px;height:8px;transition:transform .12s;transform:translateY(-1px)rotate(45deg)scale(0)}.cc-staff-invite-modal input[type=checkbox]:checked{border-color:var(--accent);background:var(--accent)}.cc-staff-invite-modal input[type=checkbox]:checked:after{transform:translateY(-1px)rotate(45deg)scale(1)}.cc-staff-invite-modal input[type=checkbox]:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent);outline:0}.cc-staff-invite-modal input[type=checkbox]:disabled{border-color:color-mix(in srgb, var(--border-strong) 70%, transparent);background:var(--bg-muted);cursor:not-allowed;opacity:.65}.cc-staff-invite-resend input[type=checkbox]{flex:none;width:17px;height:17px}.cc-staff-invite-table-wrap{border:1px solid var(--border);overscroll-behavior:contain;border-radius:8px;flex:auto;min-height:0;max-height:min(48vh,500px);overflow:auto}.cc-staff-invite-table{border-collapse:collapse;width:100%;min-width:660px;font-size:13px}.cc-staff-invite-table th,.cc-staff-invite-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:10px 12px}.cc-staff-invite-table th{z-index:1;color:var(--fg-muted);background:var(--surface-2);font-size:11.5px;font-weight:600;position:sticky;top:0}.cc-staff-invite-table th:first-child,.cc-staff-invite-table td:first-child{width:40px}.cc-staff-invite-table tr:last-child td{border-bottom:0}.cc-staff-invite-table tr.is-disabled{color:var(--fg-muted);background:color-mix(in srgb, var(--surface-2) 55%, transparent)}.cc-staff-invite-table td strong{color:var(--fg);font-weight:600;display:block}.cc-staff-invite-table td small{color:var(--fg-muted);margin-top:2px;font-size:11.5px;display:block}.cc-staff-invite-status{background:var(--bg-muted);min-height:22px;color:var(--fg-muted);border-radius:999px;align-items:center;padding:2px 7px;font-size:11.5px;font-weight:600;display:inline-flex}.cc-staff-invite-status.is-active{background:var(--success-soft);color:var(--success)}.cc-staff-invite-status.is-invited{background:var(--info-soft);color:var(--info)}.cc-staff-invite-status.is-missing_email,.cc-staff-invite-status.is-inactive{background:var(--warning-soft);color:var(--warning)}.cc-staff-invite-empty{color:var(--fg-muted);text-align:center}.cc-staff-invite-note,.cc-staff-invite-result{background:var(--surface-2);color:var(--fg-muted);border-radius:8px;flex:none;padding:10px 12px;font-size:13px}.cc-staff-invite-result strong{color:var(--fg);margin-bottom:8px;display:block}.cc-staff-invite-result div{flex-wrap:wrap;gap:8px 12px;display:flex}.cc-staff-invite-result span{white-space:nowrap}@media (width<=760px){.cc-staff-invite-modal{max-height:calc(100vh - 190px)}.cc-staff-invite-toolbar{flex-direction:column;align-items:flex-start}.cc-staff-invite-table-wrap{max-height:calc(100vh - 340px)}}.cc-business-profile-page .cc-activity-card__list{padding:6px 20px 20px}.cc-business-profile-page .cc-activity-card__item{grid-template-columns:32px minmax(0,1fr) max-content;gap:10px;padding:10px 0}.cc-business-profile-page .cc-activity-card__icon{border-radius:8px;width:32px;height:32px}.cc-business-profile-page .cc-activity-card__body b{font-size:14px}.cc-business-profile-page .cc-activity-card__body span,.cc-business-profile-page .cc-activity-card__time{font-size:12.5px}.cc-business-profile-page .cc-stamdata-grid{grid-template-columns:minmax(0,1fr);gap:22px;padding:0 20px 20px}.cc-business-profile-page .cc-stamdata-column-title{color:color-mix(in srgb, var(--fg-muted) 84%, var(--fg));margin-bottom:8px;font-size:12.5px}.cc-business-profile-page .cc-stamdata-section{min-width:0}.cc-business-profile-page .cc-stamdata-section+.cc-stamdata-section{border-top:1px solid var(--border);padding-top:22px}.cc-business-profile-page .cc-stamdata-row{grid-template-columns:minmax(140px,220px) minmax(0,1fr);gap:16px;padding:7px 0;font-size:13.5px}.cc-business-profile-page .cc-stamdata-row__label{color:color-mix(in srgb, var(--fg-muted) 82%, var(--fg));font-weight:500}.cc-business-profile-page .cc-stamdata-row__value{color:color-mix(in srgb, var(--fg) 78%, var(--fg-muted));font-weight:500}.cc-business-profile-page .cc-stamdata-row__value a{color:color-mix(in srgb, var(--accent) 86%, var(--fg))}.cc-business-profile-page .cc-stamdata-row__value.is-mono{font-size:12.5px}.cc-business-profile-page .cc-danger-zone{padding:12px 18px;font-size:13px}.cc-business-profile-page .cc-billing-page{gap:14px}.cc-business-profile-page .cc-billing-kpi{min-height:78px;padding:12px 16px}.cc-business-profile-page .cc-billing-kpi__value{letter-spacing:0;margin-top:5px;font-size:18px;font-weight:500;line-height:1.2}.cc-business-profile-page .cc-billing-kpi__value span{font-size:13px}.cc-business-profile-page .cc-billing-board{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:15px}.cc-business-profile-page .cc-billing-plan-panel,.cc-business-profile-page .cc-billing-lifecycle-panel{padding:18px 20px}.cc-business-profile-page .cc-billing-panel-head h2{letter-spacing:0;font-size:18px;font-weight:500;line-height:1.22}.cc-business-profile-page .cc-billing-panel-head p{margin-top:5px;font-size:12.5px}.cc-business-profile-page .cc-billing-mini-grid{gap:10px;margin-top:17px}.cc-business-profile-page .cc-billing-mini{padding:12px 13px}.cc-business-profile-page .cc-billing-mini__value{font-family:var(--font-sans);letter-spacing:0;margin-top:6px;font-size:14px;font-weight:500;line-height:1.35}.cc-business-profile-page .cc-billing-panel-actions{gap:8px;margin-top:14px;padding-top:14px}.cc-business-profile-page .cc-billing-timeline-list{margin-top:14px}.cc-business-profile-page .cc-billing-timeline-list:before{top:23px;bottom:23px;left:13px}.cc-business-profile-page .cc-billing-timeline-row{grid-template-columns:28px minmax(0,1fr) auto;gap:12px;min-height:62px}.cc-business-profile-page .cc-billing-timeline-row__icon{width:28px;height:28px}.cc-business-profile-page .cc-billing-timeline-row__title{font-size:13.5px}.cc-business-profile-page .cc-billing-timeline-row__detail,.cc-business-profile-page .cc-billing-timeline-row__date{font-size:12px}.cc-category-pill{background:var(--accent-soft);color:var(--accent);border:1px solid #0000;border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;font-weight:500;display:inline-flex}.cc-category-pill--secondary{background:var(--bg-muted);color:var(--fg-muted)}.cc-detail-section{margin-bottom:20px}.cc-detail-section:last-child{margin-bottom:0}.cc-detail-section-title{color:var(--fg-subtle);letter-spacing:0;margin-bottom:10px;font-size:11px;font-weight:500}.cc-detail-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.cc-detail-row{border-top:1px dashed var(--border);grid-template-columns:140px 1fr;align-items:baseline;gap:10px;padding:10px 0;font-size:13px;display:grid}.cc-detail-row:first-child{border-top:0}.cc-detail-row-label{color:var(--fg-muted);font-size:12px}.cc-detail-row-value{color:var(--fg);font-weight:500}.cc-detail-item{padding:10px 0}.cc-overview-grid{grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:16px;margin-top:16px;display:grid}.cc-overview-bottom{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;margin-top:16px;display:grid}@media (width<=960px){.cc-overview-grid,.cc-overview-bottom{grid-template-columns:1fr}}.cc-focus-hero{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:2fr 1fr;gap:24px;margin-bottom:16px;padding:28px;display:grid}.cc-focus-hero__main{min-width:0}.cc-focus-hero__eyebrow-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cc-focus-hero__trial-tag{background:var(--warn-soft);color:var(--warn);border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.cc-focus-hero__metric{font-family:var(--font-display);letter-spacing:0;color:var(--fg);margin-top:6px;font-size:28px;font-weight:500;line-height:1}.cc-focus-hero__unit{color:var(--fg-muted);font-size:14px;font-weight:400;font-family:var(--font-sans,inherit);margin-left:4px}.cc-focus-hero__sub{color:var(--fg-muted);flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;font-size:13px;display:flex}.cc-focus-hero__sub-sep{color:var(--fg-subtle)}.cc-focus-hero__chart{margin-top:16px;margin-left:-8px}.cc-focus-hero__revenue-chart{margin-top:6px;margin-left:-8px}.cc-focus-hero__side{border-left:1px solid var(--border);flex-direction:column;justify-content:center;gap:18px;padding-left:24px;display:flex}.cc-focus-hero__seats{align-items:baseline;gap:8px;margin-top:4px;display:flex}.cc-focus-hero__seats-value{letter-spacing:0;font-size:22px;font-weight:500}.cc-focus-hero__seats-total{color:var(--fg-muted);font-size:14px}.cc-focus-hero__mtd{flex-wrap:wrap;gap:18px;margin-top:6px;display:flex}.cc-focus-hero__mtd>div{flex-direction:column;display:flex}.cc-focus-hero__mtd b{letter-spacing:0;color:var(--fg);font-size:20px;font-weight:500}.cc-focus-hero__mtd span{color:var(--fg-subtle);font-size:11.5px}@media (width<=860px){.cc-focus-hero{grid-template-columns:1fr;gap:20px;padding:20px}.cc-focus-hero__side{border-left:0;border-top:1px solid var(--border);padding-top:20px;padding-left:0}}.cc-eyebrow{color:var(--fg-muted);letter-spacing:0;font-size:11px;font-weight:500}.cc-overview-dashboard{flex-direction:column;gap:14px;display:flex}.cc-overview-dashboard .cc-eyebrow{letter-spacing:0}.cc-overview-kpis{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);grid-template-columns:repeat(5,minmax(0,1fr));display:grid;overflow:hidden}.cc-overview-kpi{border-left:1px solid var(--border);flex-direction:column;justify-content:center;min-width:0;min-height:96px;padding:18px 22px;display:flex}.cc-overview-kpi:first-child{border-left:0}.cc-overview-kpi__value{min-width:0;color:var(--fg);align-items:baseline;gap:7px;margin-top:5px;display:flex}.cc-overview-kpi__value span{font-family:var(--font-display);white-space:nowrap;font-size:22px;font-weight:500;line-height:1.05}.cc-overview-kpi__value em{color:var(--fg-muted);white-space:nowrap;font-size:14px;font-style:normal}.cc-overview-kpi__detail{color:var(--fg-muted);align-items:center;gap:8px;min-width:0;margin-top:10px;font-size:13px;display:flex}.cc-overview-kpi__detail span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cc-overview-kpi__detail svg{color:var(--fg-muted);flex:none}.cc-overview-main-grid,.cc-overview-bottom-grid{gap:14px;display:grid}.cc-overview-main-grid{grid-template-columns:minmax(0,3fr) minmax(360px,2.05fr)}.cc-overview-bottom-grid{grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr)}.cc-overview-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);overflow:hidden}.cc-overview-card__head{justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px 10px;display:flex}.cc-overview-card__head h2{font-family:var(--font-display);color:var(--fg);margin:2px 0 0;font-size:20px;font-weight:500;line-height:1.1}.cc-overview-card__head p{color:var(--fg-muted);margin:6px 0 0;font-size:13px;line-height:1.45}.cc-overview-trend{background:var(--warn-soft);color:var(--warn);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:6px 11px;font-size:12.5px;font-weight:500;display:inline-flex}.cc-revenue-card{min-height:440px}.cc-revenue-chart{padding:4px 24px 0 18px;position:relative}.cc-revenue-chart__empty{border:1px dashed var(--border);border-radius:var(--radius-sm);height:244px;color:var(--fg-muted);background:linear-gradient(to bottom, transparent 0, transparent calc(100% - 1px), var(--border) calc(100% - 1px)), var(--surface-2);place-items:center;font-size:13px;font-weight:500;display:grid}.cc-revenue-summary{border-top:1px solid var(--border);grid-template-columns:repeat(4,minmax(118px,1fr));align-items:start;gap:18px;margin:14px 24px 0;padding:16px 0 22px;display:grid}.cc-revenue-summary>div{gap:4px;display:grid}.cc-revenue-summary span{color:var(--fg-muted);font-size:12px;font-weight:500}.cc-revenue-summary b{color:var(--fg);font-family:var(--font-display);white-space:nowrap;font-size:20px;font-weight:500;line-height:1.08}.cc-revenue-summary__forecast{justify-self:stretch;margin-left:0}.cc-setup-card{min-height:460px}.cc-setup-card__percent{color:var(--accent);margin-top:15px;font-size:14px;font-weight:500}.cc-setup-card__progress{background:var(--bg-sunken);border-radius:999px;height:14px;margin:14px 24px 20px;overflow:hidden}.cc-setup-card__progress>div{background:var(--accent);border-radius:inherit;height:100%}.cc-setup-card__list{flex-direction:column;gap:13px;padding:2px 24px 24px;display:flex}.cc-setup-card__item{color:var(--fg);align-items:center;gap:12px;font-size:14px;line-height:1.2;display:flex}.cc-setup-card__item.is-done{color:var(--fg-muted)}.cc-setup-card__item.is-pending{color:var(--fg)}.cc-setup-card__icon{flex:none;place-items:center;width:22px;height:22px;display:grid}.cc-setup-card__item.is-done .cc-setup-card__icon{color:var(--success)}.cc-setup-card__item.is-pending .cc-setup-card__icon{color:var(--border-strong)}.cc-overview-link-button{color:var(--fg-muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:6px 0;font-size:13px;font-weight:500;display:inline-flex}.cc-overview-link-button:hover{color:var(--fg)}.cc-activity-card__list{padding:8px 24px 24px}.cc-activity-card__item{border-top:1px solid var(--border);grid-template-columns:36px minmax(0,1fr) max-content;align-items:center;gap:12px;padding:12px 0;display:grid}.cc-activity-card__item:first-child{border-top:0}.cc-activity-card__icon{background:var(--bg-muted);width:36px;height:36px;color:var(--fg-muted);border-radius:9px;place-items:center;display:grid}.cc-activity-card__icon--created{background:var(--danger-soft);color:var(--danger)}.cc-activity-card__icon--login{background:var(--info-soft);color:var(--info)}.cc-activity-card__icon--edit{background:var(--bg-sunken);color:var(--fg-muted)}.cc-activity-card__icon--calendar{background:var(--success-soft);color:var(--success)}.cc-activity-card__icon--customer{background:var(--accent-soft);color:var(--accent)}.cc-activity-card__icon--warn{background:var(--warn-soft);color:var(--warn)}.cc-activity-card__body{gap:3px;min-width:0;display:grid}.cc-activity-card__body b{color:var(--fg);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.cc-activity-card__body span{color:var(--fg-muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.35;overflow:hidden}.cc-activity-card__time{color:var(--fg-subtle);white-space:nowrap;font-size:13px}.cc-stamdata-grid{grid-template-columns:minmax(0,1fr);gap:22px;padding:2px 24px 24px;display:grid}.cc-stamdata-section+.cc-stamdata-section{border-top:1px solid var(--border);padding-top:22px}.cc-stamdata-column-title{color:var(--fg-muted);margin-bottom:10px;font-size:13px;font-weight:500}.cc-stamdata-row{border-top:1px dashed var(--border);grid-template-columns:minmax(140px,220px) minmax(0,1fr);gap:16px;padding:8px 0;font-size:14px;line-height:1.35;display:grid}.cc-stamdata-column-title+.cc-stamdata-row{border-top:0}.cc-stamdata-row__label{color:var(--fg-muted);min-width:0}.cc-stamdata-row__value{color:var(--fg);overflow-wrap:anywhere;min-width:0;font-weight:500}.cc-stamdata-row__value a{color:var(--accent);text-decoration:none}.cc-stamdata-row__value a:hover{text-decoration:underline}.cc-stamdata-row__value.is-mono{font-family:var(--font-mono);font-size:13px}.cc-test-mode-panel,.cc-danger-zone{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--fg-muted);box-shadow:var(--shadow-xs);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;padding:14px 20px;font-size:14px;line-height:1.45;display:flex}.cc-test-mode-panel{border-color:color-mix(in srgb, var(--accent) 22%, var(--border));background:color-mix(in srgb, var(--accent) 4%, var(--surface));margin-bottom:12px}.cc-test-mode-panel__copy,.cc-danger-zone strong{color:var(--fg)}.cc-test-mode-panel__copy{flex:420px;align-items:center;gap:12px;min-width:0;display:flex}.cc-test-mode-panel__copy>div{min-width:0}.cc-test-mode-panel__copy p{color:var(--fg-muted);margin:2px 0 0}.cc-test-mode-panel__actions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:12px;display:flex}.cc-test-mode-panel__settings{color:var(--fg-muted);font-size:13px;position:relative}.cc-test-mode-panel__settings summary{cursor:pointer;white-space:nowrap;list-style:none}.cc-test-mode-panel__settings summary::-webkit-details-marker{display:none}.cc-test-mode-panel__settings[open]{min-width:180px}.cc-test-mode-panel__settings[open] summary{margin-bottom:8px}.cc-danger-zone__copy{flex-wrap:wrap;flex:360px;align-items:center;gap:10px;min-width:0;display:flex}.cc-danger-zone__actions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:10px;display:flex}.cc-danger-zone__advanced{color:var(--fg-muted);font-size:13px;position:relative}.cc-danger-zone__advanced summary{cursor:pointer;white-space:nowrap;list-style:none}.cc-danger-zone__advanced summary::-webkit-details-marker{display:none}.cc-danger-zone__advanced[open]{min-width:210px}.cc-danger-zone__advanced[open] summary{margin-bottom:8px}.cc-danger-zone__pause{color:var(--danger)}.cc-danger-zone__note{max-width:260px;color:var(--fg-muted);font-size:12px;line-height:1.35}.cc-go-live-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.cc-go-live-preview-group{border:1px solid var(--border);border-radius:8px;min-width:0;padding:12px}.cc-go-live-preview-group h3{color:var(--fg);margin:0 0 10px;font-size:13px;font-weight:650}.cc-go-live-preview-group p{color:var(--fg-muted);margin:0;font-size:13px}.cc-go-live-preview-list{flex-direction:column;gap:6px;display:flex}.cc-go-live-preview-list--blocked{margin-bottom:14px}.cc-go-live-preview-row{color:var(--fg-muted);justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.cc-go-live-preview-row span{overflow-wrap:anywhere;min-width:0}.cc-go-live-preview-row b{color:var(--fg);font-variant-numeric:tabular-nums}.cc-stamdata-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.cc-stamdata-modal-section{flex-direction:column;gap:14px;display:flex}.cc-stamdata-modal-section h3{font-family:var(--font-display);color:var(--fg);margin:0;font-size:20px;font-weight:500}.cc-stamdata-modal-section p{color:var(--fg-muted);margin:-8px 0 0;font-size:13px;line-height:1.45}@media (width<=1180px){.cc-overview-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-overview-kpi:nth-child(odd){border-left:0}.cc-overview-kpi:nth-child(n+3){border-top:1px solid var(--border)}.cc-overview-main-grid,.cc-overview-bottom-grid,.cc-stamdata-modal-grid,.cc-go-live-preview-grid{grid-template-columns:1fr}}@media (width<=700px){.cc-overview-kpis{grid-template-columns:1fr}.cc-overview-kpi{border-left:0;border-top:1px solid var(--border)}.cc-overview-kpi:first-child{border-top:0}.cc-overview-card__head,.cc-test-mode-panel,.cc-danger-zone{flex-direction:column;align-items:stretch}.cc-revenue-summary,.cc-stamdata-grid{grid-template-columns:1fr}.cc-revenue-summary__forecast{justify-self:start;margin-left:0}.cc-stamdata-row{grid-template-columns:1fr;gap:4px}.cc-activity-card__item{grid-template-columns:36px minmax(0,1fr)}.cc-activity-card__time{grid-column:2}.cc-danger-zone__actions{flex-wrap:wrap;justify-content:flex-start;min-width:0}.cc-test-mode-panel__actions{justify-content:flex-start}}.cc-grid-23{grid-template-columns:2fr 3fr;gap:16px;margin-bottom:16px;display:grid}@media (width<=960px){.cc-grid-23{grid-template-columns:1fr}}.cc-stack{flex-direction:column;gap:16px;display:flex}.cc-info-list{flex-direction:column;padding:4px 16px 12px;display:flex}.cc-info-list__row{border-top:1px dashed var(--border);grid-template-columns:130px 1fr;gap:12px;padding:10px 0;font-size:13px;display:grid}.cc-info-list__row:first-child{border-top:0}.cc-info-list__k{color:var(--fg-muted);font-size:12px}.cc-info-list__v{color:var(--fg);word-break:break-word;font-weight:500}.cc-info-list__v a{color:var(--accent);text-decoration:none}.cc-info-list__v a:hover{text-decoration:underline}.cc-progress{background:var(--bg-muted);border-radius:999px;height:6px;margin-top:6px;overflow:hidden}.cc-progress>div{background:var(--accent);height:100%;transition:width .2s}.cc-progress--warn>div{background:var(--warn)}.cc-text-warn{color:var(--warn);margin-top:4px;font-size:11.5px}.cc-admin-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;margin-top:16px;padding-top:16px;display:flex}.cc-btn-icon{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--fg-muted);cursor:pointer;background:0 0;border:0;place-items:center;display:inline-grid}.cc-btn-icon:hover{background:var(--bg-muted);color:var(--fg)}.cc-btn-secondary{background:var(--surface);border:1px solid var(--border);color:var(--fg)}.cc-btn-secondary:hover{background:var(--bg-muted);border-color:var(--border-strong)}.cc-btn-success{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.cc-btn-success:hover{filter:brightness(1.06)}.cc-input-group{margin-bottom:14px}.cc-input-group label{color:var(--fg-muted);margin-bottom:6px;font-size:12px;font-weight:500;display:block}.cc-setup-checklist{flex-direction:column;gap:8px;display:flex}.cc-setup-checklist__item{border-radius:var(--radius-sm);background:var(--bg-muted);color:var(--fg);align-items:center;gap:10px;padding:10px 12px;font-size:13px;display:flex}.cc-setup-checklist__item.done{background:var(--accent-soft);color:var(--accent)}.cc-setup-checklist__item svg{flex:none;width:15px;height:15px}.cc-checklist__summary{color:var(--fg-muted);justify-content:space-between;margin-bottom:8px;font-size:12.5px;display:flex}.cc-checklist__progress{background:var(--bg-muted);border-radius:999px;height:6px;margin-bottom:14px;overflow:hidden}.cc-checklist__progress-fill{background:var(--accent);border-radius:999px;height:100%;transition:width .3s}.cc-checklist{flex-direction:column;gap:6px;display:flex}.cc-checklist__item{border-radius:var(--radius-sm);background:var(--bg-muted);color:var(--fg);align-items:center;gap:10px;padding:8px 10px;font-size:13px;display:flex}.cc-checklist__item--done{background:var(--accent-soft);color:var(--accent)}.cc-checklist__item--pending{color:var(--fg-muted)}.cc-checklist__icon{background:var(--surface);color:currentColor;border:1px solid var(--border);border-radius:50%;flex:none;place-items:center;width:16px;height:16px;display:grid}.cc-checklist__item--done .cc-checklist__icon{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.cc-checklist__label{flex:1}.cc-timeline{flex-direction:column;display:flex}.cc-timeline__item{border-top:1px solid var(--border);gap:12px;padding:10px 0;display:flex}.cc-timeline__item:first-child{border-top:0}.cc-timeline__icon{background:var(--bg-muted);width:28px;height:28px;color:var(--fg-muted);border-radius:50%;flex:none;place-items:center;display:grid}.cc-timeline__icon.ok,.cc-timeline__icon--ok{background:var(--accent-soft);color:var(--accent)}.cc-timeline__icon.warn,.cc-timeline__icon--warn{background:var(--warn-soft);color:var(--warn)}.cc-timeline__body{flex:1;min-width:0;font-size:13px}.cc-timeline__label{color:var(--fg);font-weight:500}.cc-timeline__detail{color:var(--fg-muted);margin-top:2px;font-size:12px}.cc-timeline__time{color:var(--fg-subtle);flex:none;margin-left:auto;font-size:11.5px}.cc-subhealth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px}.cc-subhealth-card__section{border-top:1px solid var(--border);padding:12px 0}.cc-subhealth-card__section:first-of-type{border-top:0;padding-top:0}.cc-sub-health{flex-direction:column;gap:14px;display:flex}.cc-sub-health__hero{border-radius:var(--radius-md);background:var(--bg-muted);padding:14px 16px}.cc-sub-health__hero--active{background:var(--accent-soft);color:var(--accent)}.cc-sub-health__hero--trial{background:var(--warn-soft);color:var(--warn)}.cc-sub-health__hero--inactive{background:var(--bg-muted);color:var(--fg-muted)}.cc-sub-health__hero-label{letter-spacing:0;align-items:center;gap:6px;font-size:11px;font-weight:500;display:inline-flex}.cc-sub-health__hero-value{font-family:var(--font-display);letter-spacing:0;color:var(--fg);margin-top:6px;font-size:22px;font-weight:500}.cc-sub-health__hero--active .cc-sub-health__hero-value,.cc-sub-health__hero--trial .cc-sub-health__hero-value{color:inherit}.cc-sub-health__hero-detail{opacity:.85;margin-top:2px;font-size:12px}.cc-sub-health__stats{border-top:1px dashed var(--border);grid-template-columns:1fr 1fr;gap:14px;padding:8px 0;display:grid}.cc-sub-health__stat-label{color:var(--fg-muted);letter-spacing:0;margin-bottom:4px;font-size:11px;font-weight:500}.cc-sub-health__stat-value{font-family:var(--font-display);color:var(--fg);font-variant-numeric:tabular-nums;font-size:20px;font-weight:500}.cc-seat-bar{background:var(--bg-muted);border-radius:999px;height:5px;margin-top:6px;overflow:hidden}.cc-seat-bar__fill{background:var(--accent);border-radius:999px;height:100%;transition:width .3s}.cc-seat-bar__fill--over{background:var(--danger)}.cc-quick-actions{flex-direction:column;gap:6px;display:flex}.cc-quick-action-btn{border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);color:var(--fg);cursor:pointer;text-align:left;align-items:center;gap:8px;padding:9px 12px;font-family:inherit;font-size:13px;font-weight:500;display:inline-flex}.cc-quick-action-btn:hover{background:var(--bg-muted);border-color:var(--border-strong)}.cc-quick-action-btn.danger{color:var(--danger)}.cc-quick-action-btn.danger:hover{background:var(--danger-soft);border-color:var(--danger-soft)}.cc-quick-action-btn.success{color:var(--accent)}.cc-quick-action-btn.success:hover{background:var(--accent-soft);border-color:var(--accent-soft)}.cc-tab-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:14px;display:flex}.cc-tab-head__titles{min-width:0}.cc-tab-head__title{letter-spacing:0;color:var(--fg);margin:0;font-size:18px;font-weight:500;line-height:1.25}.cc-tab-head__sub{color:var(--fg-muted);margin-top:4px;font-size:13px}.cc-tab-head__action{flex:none}.cc-adyen-onboarding{gap:14px;display:grid}.cc-adyen-onboarding .cc-card-header{align-items:flex-start}.cc-adyen-onboarding .cc-card-header p{color:var(--fg-muted);max-width:720px;margin:4px 0 0;font-size:13px;line-height:1.45}.cc-adyen-onboarding__actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.cc-adyen-status-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px;display:grid}.cc-adyen-status-item{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);min-width:0;padding:12px}.cc-adyen-status-item__label{color:var(--fg-muted);margin-bottom:6px;font-size:11px;font-weight:500;display:block}.cc-adyen-status-item__value{min-width:0;color:var(--fg);overflow-wrap:anywhere;font-size:13px;display:block}.cc-adyen-status-item code,.cc-adyen-invite-summary code,.cc-callout code{font-family:var(--font-mono);color:var(--fg);font-size:12px}.cc-adyen-provider-action{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);grid-template-columns:minmax(0,1fr) minmax(140px,180px) minmax(260px,420px) auto;align-items:end;gap:12px;margin-top:12px;padding:12px;display:grid}.cc-adyen-provider-action h4{color:var(--fg);margin:0 0 4px;font-size:14px;font-weight:600}.cc-adyen-provider-action p{color:var(--fg-muted);margin:0;font-size:12.5px;line-height:1.45}.cc-adyen-provider-action__environment{gap:6px;min-width:0;display:grid}.cc-adyen-provider-action__environment>span{color:var(--fg-muted);font-size:11px;font-weight:500}.cc-adyen-environment-toggle{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);grid-template-columns:1fr 1fr;min-height:34px;padding:3px;display:grid}.cc-adyen-environment-toggle button{border-radius:calc(var(--radius-sm) - 2px);color:var(--fg-muted);font:inherit;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:600}.cc-adyen-environment-toggle button.is-active{background:var(--surface);color:var(--fg);box-shadow:var(--shadow-xs)}.cc-adyen-provider-action__note{gap:6px;min-width:0;display:grid}.cc-adyen-provider-action__note span{color:var(--fg-muted);font-size:11px;font-weight:500}.cc-adyen-provider-action__note textarea{resize:vertical;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);width:100%;min-height:42px;color:var(--fg);font:inherit;padding:8px 10px;font-size:13px;line-height:1.35}.cc-adyen-provider-action__note textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft);outline:none}.cc-adyen-provider-action__buttons{grid-column:-2/-1;justify-content:flex-end;display:flex}.cc-adyen-invite-summary{border:1px solid var(--border);border-radius:var(--radius-md);gap:0;display:grid;overflow:hidden}.cc-adyen-invite-summary>div{border-bottom:1px solid var(--border);background:var(--surface);grid-template-columns:minmax(130px,180px) minmax(0,1fr);align-items:center;gap:14px;min-width:0;padding:10px 12px;display:grid}.cc-adyen-invite-summary>div:last-child{border-bottom:0}.cc-adyen-invite-summary span{color:var(--fg-muted);font-size:12px;font-weight:500}.cc-adyen-invite-summary strong{min-width:0;color:var(--fg);overflow-wrap:anywhere;font-size:13px;font-weight:500}.cc-callout,.cc-alert{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-2);color:var(--fg-muted);align-items:flex-start;gap:8px;margin-top:12px;padding:10px 12px;font-size:13px;line-height:1.45;display:flex}.cc-callout svg,.cc-alert svg{flex:none;margin-top:1px}.cc-callout-info{background:var(--info-soft);color:var(--info);border-color:#0000}.cc-callout-warn{background:var(--warn-soft);color:var(--warn);border-color:#0000}.cc-alert-danger{background:var(--danger-soft);color:var(--danger);border-color:#0000}.cc-alert-warning{background:var(--warn-soft);color:var(--warn);border-color:#0000}.cc-alert-success{background:var(--success-soft);color:var(--success);border-color:#0000}@media (width<=720px){.cc-adyen-onboarding__actions{justify-content:flex-start;width:100%}.cc-adyen-provider-action{grid-template-columns:1fr;align-items:stretch}.cc-adyen-provider-action__buttons{grid-column:auto;justify-content:flex-start}.cc-adyen-invite-summary>div{grid-template-columns:1fr;gap:4px}}.cc-supply-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;font-size:13px}.cc-supply-table thead th{color:var(--fg-muted);letter-spacing:0;text-align:left;background:var(--surface-2,var(--bg-muted));border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 14px;font-size:11px;font-weight:500}.cc-supply-table tbody td{border-bottom:1px solid var(--border);vertical-align:middle;color:var(--fg);padding:11px 14px}.cc-supply-table tbody tr{transition:background 80ms}.cc-supply-table tbody tr:hover{background:var(--bg-muted)}.cc-supply-table tbody tr:last-child td{border-bottom:0}.cc-supply-table tbody tr.cc-supply-row--expanded{background:var(--bg-muted)}.cc-supply-table tbody tr.cc-supply-row--expanded+.cc-supply-detail-row td{border-bottom:0}.cc-supply-stock-badge{font-variant-numeric:tabular-nums;border-radius:999px;align-items:center;padding:2px 8px;font-size:11.5px;font-weight:500;display:inline-flex}.cc-supply-stock-badge.warning{background:var(--warn-soft);color:var(--warn)}.cc-supply-stock-badge.critical{background:var(--danger-soft);color:var(--danger)}.cc-supply-order-status{background:color-mix(in srgb, var(--status-clr,var(--fg-muted)) 14%, transparent);color:var(--status-clr,var(--fg-muted));border-radius:999px;align-items:center;padding:2px 8px;font-size:11.5px;font-weight:500;display:inline-flex}.cc-supply-detail-row td{background:var(--bg-muted);padding:0!important}.cc-supply-detail-content{border-top:1px dashed var(--border);padding:14px 18px 18px}.cc-supply-detail-table{border-collapse:collapse;font-variant-numeric:tabular-nums;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;font-size:12.5px;overflow:hidden}.cc-supply-detail-table thead th{color:var(--fg-muted);letter-spacing:0;text-align:left;background:var(--surface-2,var(--bg-muted));border-bottom:1px solid var(--border);padding:8px 12px;font-size:10.5px;font-weight:500}.cc-supply-detail-table tbody td{border-bottom:1px solid var(--border);padding:8px 12px}.cc-supply-detail-table tbody tr:last-child td{border-bottom:0}.cc-supply-detail-notes{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--fg-muted);margin-top:10px;padding:10px 12px;font-size:12.5px}.cc-supply-detail-notes strong{color:var(--fg);margin-right:4px}.cc-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.cc-empty h3{color:var(--fg);margin:0 0 4px;font-size:14px;font-weight:500}.cc-empty p{margin:0}.cc-kasse-period-bar{background:var(--bg-muted);border-radius:var(--radius-sm);color:var(--fg-muted);flex-wrap:wrap;justify-content:space-between;gap:12px;margin-bottom:16px;padding:10px 14px;font-size:12.5px;display:flex}.cc-kasse-terminal-status{align-items:center;gap:10px;padding:6px 0;display:flex}.cc-kasse-terminal-dot{width:10px;height:10px;box-shadow:0 0 0 3px color-mix(in srgb, currentColor 15%, transparent);border-radius:50%;flex-shrink:0}.cc-kasse-diff-badge{font-variant-numeric:tabular-nums;border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:11.5px;font-weight:500;display:inline-flex}.cc-kasse-diff-badge.ok{background:var(--accent-soft);color:var(--accent)}.cc-kasse-diff-badge.over{background:var(--warn-soft);color:var(--warn)}.cc-kasse-diff-badge.under{background:var(--danger-soft);color:var(--danger)}.cc-kasse-detail-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.cc-kasse-detail-section{flex-direction:column;gap:2px;display:flex}@media (width<=860px){.cc-kasse-detail-grid{grid-template-columns:1fr}}.cc-login{background:var(--bg);place-items:center;min-height:100vh;padding:24px;display:grid}.cc-login__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:380px;box-shadow:var(--shadow-md);padding:32px}.cc-login__brand{color:var(--fg);flex-direction:column;align-items:center;gap:12px;margin:0 0 28px;display:flex}.cc-login__brand-mark{max-width:100%;display:block}.cc-login__brand-mark svg{width:min(132px,52vw);height:auto}.cc-login__brand-subtitle{color:var(--fg-subtle);letter-spacing:0;text-align:center;font-size:11px;font-weight:500;line-height:1}.cc-login__intro{text-align:center;margin:-8px 0 18px}.cc-login__intro h1{letter-spacing:0;margin:0 0 6px;font-size:18px;line-height:1.2}.cc-login__intro p{color:var(--fg-muted);margin:0;font-size:13px;line-height:1.45}.cc-login__alert{border-radius:10px;flex-direction:column;gap:8px;margin-bottom:16px;padding:10px 12px;font-size:13px;line-height:1.4;display:flex}.cc-login__alert--error{background:var(--danger-soft);color:var(--danger)}.cc-login__alert--success{background:var(--success-soft);color:var(--success)}.cc-login__alert-action,.cc-login__link{color:var(--accent);font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;padding:0;font-weight:600}.cc-login__alert-action:hover,.cc-login__link:hover{color:var(--fg)}.cc-login__form-actions{justify-content:flex-end;margin-top:-4px;display:flex}.cc-login__link--center{text-align:center;align-self:center}.cc-login__done{flex-direction:column;display:flex}.cc-login__done-mark{background:var(--success-soft);width:42px;height:42px;color:var(--success);border-radius:50%;place-items:center;margin:-6px auto 18px;font-size:20px;font-weight:700;display:grid}@media (width<=480px){.cc-login__card{padding:28px 24px}.cc-login__brand{margin-bottom:24px}}.cc-import-sources{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}@media (width<=1100px){.cc-import-sources{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.cc-import-sources{grid-template-columns:1fr}}.cc-import-source{background:var(--surface);border:1px solid var(--border);cursor:pointer;text-align:left;color:var(--fg);border-radius:14px;flex-direction:column;gap:14px;padding:18px 18px 16px;font-family:inherit;transition:border-color .14s,transform .14s,box-shadow .14s;display:flex;position:relative}.cc-import-source:disabled{cursor:wait;opacity:.7}.cc-import-source:hover:not(:disabled){border-color:color-mix(in oklab, var(--fg) 24%, var(--border));transform:translateY(-1px);box-shadow:0 6px 20px -10px #0000001a}.cc-import-source__head{justify-content:space-between;align-items:flex-start;gap:10px;min-height:36px;display:flex}.cc-import-source__wordmark{font-family:var(--font-display);letter-spacing:0;color:var(--fg);font-size:22px;font-weight:500;line-height:1}.cc-import-source__wordmark--generic{font-family:var(--font-mono);background:var(--bg-muted);letter-spacing:0;border-radius:6px;padding:6px 10px;font-size:14px;font-weight:500}.cc-import-source__logo{object-fit:contain;object-position:left center;flex-shrink:0;width:auto;max-width:140px;height:22px;display:block}.cc-import-source__initial{color:#fff;width:32px;height:32px;font-size:15px;font-weight:500;font-family:var(--font-display);border-radius:8px;place-items:center;display:grid}.cc-import-source__badge{letter-spacing:0;text-transform:uppercase;border-radius:4px;flex-shrink:0;padding:3px 7px;font-size:10.5px;font-weight:500}.cc-import-source__badge--stable{background:color-mix(in oklab, var(--accent) 14%, var(--surface));color:var(--accent);border:1px solid color-mix(in oklab, var(--accent) 30%, var(--border))}.cc-import-source__badge--assisted{background:color-mix(in oklab, var(--info) 12%, var(--surface));color:var(--info);border:1px solid color-mix(in oklab, var(--info) 30%, var(--border))}.cc-import-source__badge--partial{background:color-mix(in oklab, var(--warn) 12%, var(--surface));color:var(--warn);border:1px solid color-mix(in oklab, var(--warn) 30%, var(--border))}.cc-import-source__entities{color:var(--fg-muted);font-size:12.5px;font-weight:500}.cc-import-source__entities strong{color:var(--fg);font-weight:500;font-family:var(--font-mono);font-variant-numeric:tabular-nums;margin-right:3px}.cc-import-source__how{color:var(--fg-muted);flex-direction:column;gap:4px;margin:0;padding:0;font-size:12px;line-height:1.55;list-style:none;display:flex}.cc-import-source__how li{padding-left:14px;position:relative}.cc-import-source__how li:before{content:"";background:var(--fg-subtle);border-radius:999px;width:4px;height:4px;position:absolute;top:8px;left:0}.cc-import-source__foot{border-top:1px dashed var(--border);color:var(--fg-subtle);align-items:center;gap:6px;margin-top:auto;padding-top:12px;font-size:11.5px;display:flex}.cc-page--compact{padding:20px}.cc-page--compact .cc-page-header{margin-bottom:16px}.cc-page--compact .cc-page-title{font-size:26px}.cc-page-header--compact{margin-bottom:14px}.cc-page-header--compact .cc-page-title{font-size:22px}.cc-page-header--compact .cc-page-subtitle{margin-top:2px;font-size:12.5px}.cc-tabs--compact{gap:0}.cc-tabs--compact .cc-tab{padding:8px 12px;font-size:12.5px}.bookee-pay-subview-nav{align-items:center;margin-top:12px;display:flex}.bookee-pay-subview-nav__select{max-width:280px;display:none}@media (width<=760px){.bookee-pay-subview-nav__buttons{display:none}.bookee-pay-subview-nav__select{display:block}}.cc-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:12px;padding:14px 16px}.cc-section--muted{background:var(--surface-2)}.cc-section--flush{padding:0}.cc-section__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.cc-section__heading{min-width:0}.cc-section__title{letter-spacing:0;color:var(--fg);margin:0;font-size:12.5px;font-weight:500}.cc-section__desc{color:var(--fg-muted);margin:3px 0 0;font-size:12.5px;line-height:1.45}.cc-section__action{flex:none}.cc-section__body{flex-direction:column;gap:10px;display:flex}.cc-section__footer{border-top:1px dashed var(--border);color:var(--fg-subtle);margin-top:12px;padding-top:10px;font-size:11.5px}.cc-field{flex-direction:column;gap:4px;min-width:0;display:flex}.cc-field__label{color:var(--fg-muted);font-size:11px;font-weight:500}.cc-field__hint{color:var(--fg-subtle);font-size:11px;line-height:1.4}.cc-field__error{color:var(--danger);font-size:11px;font-weight:500}.cc-input-suffix{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);transition:border-color .12s;display:flex;overflow:hidden}.cc-input-suffix:focus-within{border-color:var(--accent)}.cc-input-suffix>.cc-input,.cc-input-suffix>input{border:0;border-radius:0;flex:1;min-width:0}.cc-input-suffix>.cc-input:focus,.cc-input-suffix>input:focus{box-shadow:none}.cc-input-suffix__unit{color:var(--fg-muted);background:var(--surface-2);border-left:1px solid var(--border);white-space:nowrap;align-items:center;padding:0 10px;font-size:11px;font-weight:500;display:inline-flex}.cc-form-grid{gap:10px;display:grid}.cc-form-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-form-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.cc-form-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.cc-form-grid__full{grid-column:1/-1}@media (width<=720px){.cc-form-grid--2,.cc-form-grid--3,.cc-form-grid--4{grid-template-columns:1fr}}.cc-save-bar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);opacity:0;pointer-events:none;justify-content:space-between;align-items:center;gap:10px;margin-top:10px;padding:8px 12px;transition:opacity .16s,transform .16s;display:flex;position:sticky;bottom:0;transform:translateY(8px)}.cc-save-bar--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.cc-save-bar__status{color:var(--fg-muted);align-items:center;gap:6px;min-width:0;font-size:12px;display:flex}.cc-save-bar__status--ok{color:var(--success-600,#5e7e48)}.cc-save-bar__status--err{color:var(--danger)}.cc-save-bar__actions{flex:none;gap:6px;display:flex}.cc-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}@media (width<=720px){.cc-plan-grid{grid-template-columns:1fr}}.cc-plan-card{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-2);flex-direction:column;gap:4px;padding:12px 14px;display:flex}.cc-plan-card--accent{background:var(--surface);border-color:var(--accent);box-shadow:0 0 0 1px var(--accent) inset}.cc-plan-card__head{justify-content:space-between;align-items:center;display:flex}.cc-plan-card__name{color:var(--fg);font-size:13px;font-weight:500}.cc-plan-card__price{font-family:var(--font-display);letter-spacing:0;color:var(--fg);align-items:baseline;gap:6px;font-size:18px;font-weight:500;display:flex}.cc-plan-card__price-was{color:var(--fg-subtle);font-size:13px;font-family:var(--font-sans);font-weight:400;text-decoration:line-through}.cc-plan-card__unit{color:var(--fg-muted);font-size:12px;font-family:var(--font-sans);font-weight:400}.cc-plan-card__meta{color:var(--fg-muted);align-items:center;gap:6px;font-size:11.5px;display:flex}.cc-plan-card__save{background:var(--success-100,#dde6cf);color:var(--success-600,#5e7e48);border-radius:999px;padding:1px 7px;font-size:10px;font-weight:500}.cc-entitlement-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px;margin-top:10px;display:grid}.cc-entitlement-check{border:1px solid var(--border);background:var(--surface);min-height:30px;color:var(--fg-muted);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:6px 8px;font-size:12px;line-height:1.2;transition:border-color .15s,background .15s,color .15s;display:flex}.cc-entitlement-check:hover{border-color:color-mix(in srgb, var(--accent) 35%, var(--border));color:var(--fg)}.cc-entitlement-check:has(.cc-entitlement-check__input:checked){border-color:color-mix(in srgb, var(--accent) 45%, var(--border));background:color-mix(in srgb, var(--accent) 7%, var(--surface));color:var(--fg)}.cc-entitlement-check:has(.cc-entitlement-check__input:disabled){cursor:not-allowed;opacity:.58;background:var(--surface-2)}.cc-entitlement-check__input{opacity:0;pointer-events:none;position:absolute}.cc-entitlement-check__box{border:1px solid var(--border-strong,var(--border));background:var(--surface-2);border-radius:5px;flex:0 0 16px;place-items:center;width:16px;height:16px;display:grid}.cc-entitlement-check__box:after{content:"";opacity:0;border-bottom:2px solid #fff;border-left:2px solid #fff;width:7px;height:4px;transform:rotate(-45deg)scale(.75)}.cc-entitlement-check__input:checked+.cc-entitlement-check__box{border-color:var(--accent);background:var(--accent)}.cc-entitlement-check__input:checked+.cc-entitlement-check__box:after{opacity:1}.cc-entitlement-check__input:focus-visible+.cc-entitlement-check__box{outline:2px solid color-mix(in srgb, var(--accent) 35%, transparent);outline-offset:2px}.cc-entitlement-check__label{min-width:0}@media (width<=720px){.cc-entitlement-grid{grid-template-columns:1fr}}.cc-addon-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}@media (width<=720px){.cc-addon-grid{grid-template-columns:1fr}}.cc-addon-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);flex-direction:column;gap:10px;padding:12px 14px;display:flex}.cc-addon-card__head{flex-direction:column;gap:2px;display:flex}.cc-addon-card__title{color:var(--fg);font-size:13px;font-weight:500}.cc-addon-card__sub{color:var(--fg-muted);font-size:11.5px;line-height:1.4}.cc-addon-card__fields{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:8px;display:grid}.cc-import-progress-bar{background:var(--bg-tertiary,#f4f1eb);border:1px solid var(--border-color);border-radius:999px;height:6px;overflow:hidden}.cc-import-progress-bar span{border-radius:inherit;background:var(--primary-500,#c85f3d);width:42%;height:100%;animation:1.2s ease-in-out infinite cc-import-progress-slide;display:block}.cc-import-progress-bar span.is-determinate{transition:width .18s;animation:none;transform:none}@keyframes cc-import-progress-slide{0%{transform:translate(-110%)}to{transform:translate(260%)}}.cc-import-action-bar{z-index:15;border:1px solid var(--border-color,var(--border));background:color-mix(in srgb, var(--bg-surface,var(--surface)) 94%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex;position:sticky;bottom:12px;box-shadow:0 12px 28px -18px #00000057}.cc-import-action-bar__status{min-width:220px;color:var(--text-secondary,var(--fg-muted));flex-direction:column;flex:1;gap:3px;font-size:12px;display:flex}.cc-import-action-bar__status strong{color:var(--fg);font-size:13px;font-weight:500}.cc-import-action-bar__status>.cc-import-progress-bar,.cc-import-action-bar__status [role=status]{width:100%}.cc-import-action-bar__actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.cc-import-review-panel__head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.cc-import-review-panel__meta,.cc-import-review-panel__excerpt{color:var(--text-tertiary,var(--fg-subtle));margin-top:8px;font-size:12px}.cc-import-review-panel__excerpt{color:var(--warning-600,#a16207)}.cc-import-review-panel__actions{flex-wrap:wrap;flex:none;justify-content:flex-end;gap:8px;display:flex}.cc-import-review-row{border:1px solid var(--border-color,var(--border));border-radius:10px;gap:6px;padding:12px;display:grid}.cc-import-review-row__number{color:var(--text-tertiary,var(--fg-subtle));font-size:11px;font-family:var(--font-mono)}.cc-import-review-row__name{overflow-wrap:anywhere;font-weight:500}.cc-import-review-row__contact{color:var(--text-secondary,var(--fg-muted));overflow-wrap:anywhere;font-size:12px}.cc-import-review-row ul{color:var(--text-secondary,var(--fg-muted));margin:4px 0 0;padding-left:18px;font-size:12px;line-height:1.5}@media (width<=720px){.cc-import-action-bar,.cc-import-review-panel__head{flex-direction:column;align-items:stretch}.cc-import-action-bar__actions,.cc-import-review-panel__actions{justify-content:stretch}.cc-import-action-bar__actions .cc-btn,.cc-import-review-panel__actions .cc-btn{flex:auto;justify-content:center}}.cc-billing-page,.cc-billing-loading{gap:16px;display:grid}.cc-billing-eyebrow{color:var(--fg-subtle);letter-spacing:0;margin-bottom:5px;font-size:10.5px;font-weight:500}.cc-billing-notice{color:var(--success);background:var(--success-soft);border:1px solid color-mix(in srgb, var(--success) 22%, transparent);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:500;display:flex}.cc-billing-kpi-strip{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);grid-template-columns:repeat(5,minmax(0,1fr));display:grid;overflow:hidden}.cc-billing-kpi{border-left:1px solid var(--border);flex-direction:column;justify-content:center;min-width:0;min-height:84px;padding:12px 18px;display:flex}.cc-billing-kpi:first-child{border-left:0}.cc-billing-kpi--warn{background:color-mix(in srgb, var(--warn-soft) 68%, var(--surface))}.cc-billing-kpi__label,.cc-billing-mini__label{color:var(--fg-muted);letter-spacing:0;font-size:12px;font-weight:500;line-height:1.2}.cc-billing-kpi__value{color:var(--fg);font-family:var(--font-display);overflow-wrap:anywhere;margin-top:6px;font-size:18px;font-weight:500;line-height:1.2}.cc-billing-kpi__value span{color:var(--fg-muted);font-family:var(--font-sans);white-space:nowrap;margin-left:5px;font-size:14px;font-weight:500}.cc-billing-board{grid-template-columns:minmax(0,1.22fr) minmax(340px,.86fr);align-items:start;gap:18px;display:grid}.cc-billing-plan-panel,.cc-billing-lifecycle-panel{padding:22px 24px}.cc-billing-panel-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.cc-billing-panel-head h2{color:var(--fg);font-family:var(--font-display);margin:0;font-size:18px;font-weight:500;line-height:1.22}.cc-billing-panel-head p{color:var(--fg-muted);margin:7px 0 0;font-size:13px;line-height:1.45}.cc-billing-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px;display:grid}.cc-billing-mini{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);min-width:0;padding:15px 16px}.cc-billing-mini--warn{border-color:color-mix(in srgb, var(--warn) 28%, var(--border));background:color-mix(in srgb, var(--warn-soft) 50%, var(--surface))}.cc-billing-mini__value{color:var(--fg);font-family:var(--font-display);overflow-wrap:anywhere;margin-top:7px;font-size:18px;font-weight:500;line-height:1.2}.cc-billing-panel-actions{border-top:1px dashed var(--border);flex-wrap:wrap;align-items:center;gap:10px;margin-top:18px;padding-top:18px;display:flex}.cc-billing-timeline-list{margin-top:18px;display:grid;position:relative}.cc-billing-timeline-list:before{content:"";background:var(--border);width:2px;position:absolute;top:26px;bottom:26px;left:15px}.cc-billing-timeline-row{grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:72px;display:grid;position:relative}.cc-billing-timeline-row__icon{z-index:1;width:32px;height:32px;color:var(--fg-muted);border:2px solid var(--surface);border-radius:var(--radius-full);background:var(--bg-muted);place-items:center;display:grid;position:relative}.cc-billing-timeline-row__icon.is-done{color:var(--success);background:var(--success-soft)}.cc-billing-timeline-row__icon.is-next{color:var(--warn);background:var(--warn-soft)}.cc-billing-timeline-row__copy{min-width:0}.cc-billing-timeline-row__title{color:var(--fg);font-size:14px;font-weight:500;line-height:1.3}.cc-billing-timeline-row__detail{color:var(--fg-muted);margin-top:2px;font-size:13px;line-height:1.4}.cc-billing-timeline-row__date{min-width:86px;color:var(--fg-subtle);text-align:right;justify-content:flex-end;align-items:center;gap:8px;font-size:12.5px;display:flex}.cc-billing-overview{overflow:hidden}.cc-billing-overview__header{border-bottom:1px solid var(--border);background:linear-gradient(180deg, var(--surface), var(--surface-2));justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px 16px;display:flex}.cc-billing-overview__header h2{color:var(--fg);font-family:var(--font-display);margin:0;font-size:18px;font-weight:500;line-height:1.22}.cc-billing-overview__header p{color:var(--fg-muted);margin:7px 0 0;font-size:13px;line-height:1.45}.cc-billing-overview__grid,.cc-billing-free-summary,.cc-billing-free-preview{background:var(--surface);grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:0;display:grid}.cc-billing-overview__grid{border-bottom:0}.cc-billing-metric{background:var(--surface);border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-height:96px;padding:15px 16px}.cc-billing-metric--warn{background:var(--warn-soft)}.cc-billing-metric__label{color:var(--fg-muted);letter-spacing:0;margin-bottom:8px;font-size:11px;font-weight:500}.cc-billing-metric__value{color:var(--fg);overflow-wrap:anywhere;font-size:16px;font-weight:500;line-height:1.25}.cc-billing-metric__hint{color:var(--fg-subtle);margin-top:5px;font-size:12px;line-height:1.35}.cc-billing-actions{background:var(--surface);flex-wrap:wrap;align-items:center;gap:8px;padding:14px 16px;display:flex}.cc-billing-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.cc-billing-plan-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);flex-direction:column;gap:11px;min-height:0;padding:14px;transition:border-color .12s,box-shadow .12s,background .12s;display:flex}.cc-billing-plan-card.is-selected,.cc-billing-plan-card.is-current{border-color:color-mix(in srgb, var(--accent) 44%, var(--border));box-shadow:0 0 0 1px color-mix(in srgb, var(--accent) 26%, transparent)}.cc-billing-plan-card.is-disabled{opacity:.68}.cc-billing-plan-card__top,.cc-billing-plan-card__footer{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.cc-billing-plan-card__footer{align-items:center;margin-top:auto}.cc-billing-plan-card__footer .cc-btn{white-space:nowrap}.cc-billing-plan-card__name{color:var(--fg);font-size:15px;font-weight:500;line-height:1.2}.cc-billing-plan-card__price{color:var(--fg-muted);gap:2px;margin-top:2px;font-size:12px;font-weight:500;line-height:1.35;display:grid}.cc-billing-plan-card__price-row,.cc-billing-plan-card__agreed-price{flex-wrap:wrap;align-items:baseline;gap:5px;display:flex}.cc-billing-plan-card__price-row b,.cc-billing-plan-card__agreed-price b{color:var(--fg);font-weight:600}.cc-billing-plan-card__price-row s{color:color-mix(in srgb, var(--fg-muted) 82%, transparent)}.cc-billing-plan-card__agreed-price{color:var(--accent);margin-top:7px;font-size:12px;font-weight:600;line-height:1.35}.cc-billing-plan-card__features{color:var(--fg-muted);gap:5px;margin:0;padding-left:17px;font-size:12.5px;line-height:1.35;display:grid}.cc-billing-plan-card__fit{color:var(--success);font-size:12px;font-weight:500;line-height:1.35}.cc-billing-plan-card__fit.is-blocked{color:var(--danger)}.cc-billing-plan-change,.cc-billing-custom-grid{border-top:1px solid var(--border);gap:12px;margin-top:14px;padding-top:14px;display:grid}.cc-billing-form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.cc-billing-field{gap:7px;min-width:0;display:grid}.cc-billing-field--wide{grid-column:1/-1}.cc-billing-field>span,.cc-billing-field-label{color:var(--fg-muted);letter-spacing:0;font-size:11px;font-weight:500}.cc-billing-field-hint{color:var(--fg-subtle);font-size:12px;line-height:1.35}.cc-billing-effective{align-content:start;gap:8px;display:grid}.cc-billing-radio{border:1px solid var(--border);border-radius:var(--radius-sm);min-height:38px;color:var(--fg);cursor:pointer;background:var(--surface);align-items:center;gap:8px;padding:8px 10px;font-size:13px;font-weight:500;display:flex}.cc-billing-radio.is-selected{border-color:var(--accent);background:var(--accent-soft)}.cc-billing-radio.is-disabled{color:var(--fg-subtle);background:var(--surface-2)}.cc-billing-footer-note{color:var(--fg-muted);margin-right:auto;font-size:12.5px;line-height:1.35}.cc-billing-warning{color:var(--warn);background:var(--warn-soft);border:1px solid color-mix(in srgb, var(--warn) 24%, transparent);border-radius:var(--radius-sm);align-items:flex-start;gap:10px;padding:12px;font-size:13px;line-height:1.45;display:flex}.cc-billing-warning strong,.cc-billing-warning span{display:block}.cc-billing-warning span{color:var(--fg-muted);margin-top:2px}.cc-billing-free-summary,.cc-billing-free-preview{align-items:start}.cc-billing-button-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.cc-billing-segments{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);width:fit-content;max-width:100%;display:inline-flex;overflow:hidden}.cc-billing-segments button{border:0;border-right:1px solid var(--border);min-height:34px;color:var(--cc-tab-color);cursor:pointer;font:inherit;background:0 0;padding:7px 11px;font-size:12.5px;font-weight:500}.cc-billing-segments button:last-child{border-right:0}.cc-billing-segments button.is-active{color:var(--accent-fg);background:var(--accent)}.cc-billing-custom-grid{grid-template-columns:minmax(0,1fr) minmax(320px,360px);align-items:start}.cc-billing-custom-grid>*{min-width:0}.cc-modal.cc-billing-modal{max-width:560px;padding:0}.cc-modal.cc-billing-modal--wide{width:min(1100px,100vw - 48px);max-width:min(1100px,100vw - 48px);padding:0}.cc-modal.cc-billing-modal{max-height:calc(100vh - 48px)}.cc-billing-modal .cc-modal-header{padding:14px 22px}.cc-billing-modal .cc-modal-body{max-height:none;padding:18px 22px;overflow-y:auto}.cc-billing-modal .cc-modal-footer{align-items:center;padding:12px 22px}.cc-modal.cc-billing-modal--pricing{width:min(980px,100vw - 48px);max-width:min(980px,100vw - 48px)}.cc-billing-modal--pricing .cc-billing-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.cc-billing-modal--pricing .cc-textarea{min-height:86px}.cc-billing-modal--pricing .cc-billing-segments{margin-bottom:4px}.cc-modal.cc-billing-modal--free-access{max-width:640px}.cc-billing-modal--free-access .cc-modal-body{padding-top:16px;padding-bottom:16px}.cc-billing-free-modal{gap:12px;display:grid}.cc-billing-modal--free-access .cc-billing-free-preview{border:1px solid var(--border);border-radius:var(--radius-sm);grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}.cc-billing-modal--free-access .cc-billing-free-preview .cc-billing-metric{border-bottom:0;min-height:74px;padding:12px}.cc-billing-modal--free-access .cc-billing-free-preview .cc-billing-metric:last-child{border-right:0}.cc-billing-modal--free-access .cc-billing-metric__label{margin-bottom:6px}.cc-billing-modal--free-access .cc-billing-metric__value{font-size:14px;line-height:1.3}.cc-billing-modal--free-access .cc-textarea{min-height:72px}.cc-billing-preview{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);padding:14px}.cc-billing-preview h3{color:var(--fg);margin:0 0 10px;font-size:15px;font-weight:500}.cc-billing-preview dl{gap:8px;margin:0;display:grid}.cc-billing-preview dl>div{color:var(--fg-muted);justify-content:space-between;align-items:baseline;gap:16px;font-size:12.5px;line-height:1.35;display:flex}.cc-billing-preview dt,.cc-billing-preview dd{margin:0}.cc-billing-preview dd{color:var(--fg);text-align:right;font-weight:500}.cc-billing-preview .is-total{border-top:1px solid var(--border);margin-top:2px;padding-top:10px}.cc-billing-preview .is-total dt,.cc-billing-preview .is-total dd{color:var(--fg);font-size:14px}.cc-billing-collapsed,.cc-billing-empty{color:var(--fg-muted);background:var(--surface-2);border:1px dashed var(--border);border-radius:var(--radius-sm);padding:14px;font-size:13px;line-height:1.45}.cc-billing-timeline{gap:0;margin:0;padding:0;list-style:none;display:grid}.cc-billing-timeline__item{grid-template-columns:24px 1fr;gap:10px;padding:0 0 18px;display:grid;position:relative}.cc-billing-timeline__item:last-child{padding-bottom:0}.cc-billing-timeline__item:before{content:"";background:var(--border);width:1px;position:absolute;top:22px;bottom:-2px;left:10px}.cc-billing-timeline__item:last-child:before{display:none}.cc-billing-timeline__marker{border:1px solid var(--border-strong);border-radius:var(--radius-full);width:22px;height:22px;color:var(--fg-subtle);background:var(--surface);z-index:1;place-items:center;display:grid}.cc-billing-timeline__item.is-done .cc-billing-timeline__marker{color:var(--success);border-color:var(--success);background:var(--success-soft)}.cc-billing-timeline__item.is-next .cc-billing-timeline__marker{border-color:var(--accent);box-shadow:inset 0 0 0 5px var(--accent-soft)}.cc-billing-timeline__label{color:var(--fg);font-size:13.5px;font-weight:500;line-height:1.25}.cc-billing-timeline__meta{color:var(--fg-muted);margin-top:3px;font-size:12.5px;line-height:1.35}@media (width<=880px){.cc-billing-kpi-strip,.cc-billing-board,.cc-billing-mini-grid{grid-template-columns:1fr}.cc-billing-kpi,.cc-billing-kpi:first-child{border-left:0;border-top:1px solid var(--border)}.cc-billing-kpi:first-child{border-top:0}.cc-billing-plan-panel,.cc-billing-lifecycle-panel{padding:18px}.cc-billing-timeline-row{grid-template-columns:32px minmax(0,1fr)}.cc-billing-timeline-row__date{text-align:left;grid-column:2;justify-content:flex-start}.cc-billing-overview__header{display:grid}.cc-billing-plan-grid,.cc-billing-custom-grid,.cc-billing-modal--pricing .cc-billing-form-grid,.cc-billing-modal--free-access .cc-billing-free-preview{grid-template-columns:1fr}.cc-billing-modal--free-access .cc-billing-free-preview .cc-billing-metric{border-right:0;border-bottom:1px solid var(--border)}.cc-billing-modal--free-access .cc-billing-free-preview .cc-billing-metric:last-child{border-bottom:0}}@media (width>=881px) and (width<=1120px){.cc-billing-kpi-strip{background:0 0;border:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;overflow:visible}.cc-billing-kpi,.cc-billing-kpi:first-child{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.cc-billing-kpi--warn{background:color-mix(in srgb, var(--warn-soft) 68%, var(--surface))}.cc-billing-board{grid-template-columns:1fr}.cc-billing-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.bookee-loader{color:var(--fg,#2a2419);flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:24px;display:flex}.bookee-loader__mark{width:80px;height:auto;color:inherit}.bookee-loader__track{width:96px;height:8px;position:relative}.bookee-loader__track:before{content:"";background:#2a241914;border-radius:999px;height:2px;margin-top:-1px;position:absolute;top:50%;left:0;right:0}.bookee-loader__thumb{background:var(--accent,#d2542a);border-radius:50%;width:8px;height:8px;animation:.9s linear infinite alternate bookee-loader-slide;position:absolute;top:0;left:0}.bookee-loader__label{color:var(--fg-muted,#756c57);margin:0;font-size:.8125rem;font-weight:500}.bookee-loader--viewport{background:var(--bg,#fbf9f5);box-sizing:border-box;min-height:100dvh;padding:0}.bookee-loader--content{min-height:calc(100dvh - var(--topbar-h,0px));box-sizing:border-box;background:0 0;padding:0}@keyframes bookee-loader-slide{0%{left:0}to{left:calc(100% - 8px)}}@media (prefers-reduced-motion:reduce){.bookee-loader__thumb{animation:none;left:calc(50% - 4px)}}.bookee-skel{background:var(--bookee-skel-bg,#2a24190f);border-radius:6px;animation:1.6s ease-in-out infinite bookee-skel-pulse;display:inline-block;position:relative;overflow:hidden}.bookee-skel:after{content:"";background:linear-gradient(90deg, transparent 0%, var(--bookee-skel-shine,#ffffff73) 50%, transparent 100%);animation:1.6s linear infinite bookee-skel-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes bookee-skel-pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes bookee-skel-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.bookee-skel,.bookee-skel:after{animation:none}}.bookee-skel-text{flex-direction:column;gap:8px;display:flex}.bookee-skel-row{align-items:center;gap:12px;padding:12px 0;display:flex}.bookee-skel-row+.bookee-skel-row{border-top:1px solid var(--border,#2a24190f)}.bookee-skel-card{background:var(--surface,#fff);border:1px solid var(--border,#2a241914);border-radius:12px;flex-direction:column;gap:12px;padding:18px 20px;display:flex}.dpa-tab{flex-direction:column;gap:14px;display:flex}.dpa-section-label{color:var(--fg-muted);margin-bottom:6px;font-size:11px;font-weight:500;line-height:1.2}.dpa-status-card{padding:22px}.dpa-status-card__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;padding-bottom:14px;display:flex}.dpa-status-card__badges{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.dpa-version-pill{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--fg-muted);font-family:var(--font-mono);white-space:nowrap;align-items:center;padding:2px 10px;font-size:12px;font-weight:500;line-height:1.5;display:inline-flex}.dpa-stepper{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.dpa-step{min-width:0}.dpa-step__top{align-items:center;gap:10px;margin-bottom:11px;display:flex}.dpa-step__marker{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-full);color:var(--fg-muted);font-family:var(--font-display);flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;line-height:1;display:inline-flex}.dpa-step__line{background:var(--border);width:100%;min-width:24px;height:2px;display:block}.dpa-step:last-child .dpa-step__line{display:none}.dpa-step__eyebrow{color:var(--fg-muted);margin-bottom:4px;font-size:11px;font-weight:500;line-height:1.2}.dpa-step__title{color:var(--fg);font-family:var(--font-display);margin-bottom:5px;font-size:16px;font-weight:500;line-height:1.25}.dpa-step__text{color:var(--fg-muted);font-size:13px;line-height:1.45}.dpa-step--active .dpa-step__marker,.dpa-step--complete .dpa-step__marker{background:var(--warn-soft);border-color:var(--warn);color:var(--warn)}.dpa-step--complete .dpa-step__line{background:var(--warn)}.dpa-step--muted{opacity:.62}.dpa-workspace{grid-template-columns:minmax(0,1.35fr) minmax(360px,1fr);align-items:stretch;gap:14px;display:grid}.dpa-panel{min-width:0;display:flex}.dpa-panel__body{flex-direction:column;flex:1;padding:22px;display:flex}.dpa-panel h3{color:var(--fg);font-family:var(--font-display);margin:0;font-size:18px;font-weight:500;line-height:1.2}.dpa-panel__copy{color:var(--fg-muted);margin:18px 0 16px;font-size:13.5px;line-height:1.55}.dpa-recipient-card,.dpa-upload-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:12px;min-width:0;padding:13px;display:flex}.dpa-recipient-card--empty{border-color:var(--warn-soft)}.dpa-recipient-card__main,.dpa-upload-card__main{flex-direction:column;flex:1;min-width:0;line-height:1.35;display:flex}.dpa-recipient-card__main strong,.dpa-upload-card__main strong{color:var(--fg);overflow-wrap:anywhere;font-size:14px;font-weight:500}.dpa-recipient-card__main span,.dpa-upload-card__main span{color:var(--fg-muted);font-family:var(--font-mono);overflow-wrap:anywhere;font-size:12px}.dpa-recipient-card__meta{color:var(--fg-muted);flex:none;font-size:12px;font-weight:500}.dpa-send-row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:15px;display:flex}.dpa-send-row span{color:var(--fg-muted);font-size:13px;line-height:1.45}.dpa-link-summary{border-top:1px solid var(--border);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin-top:16px;padding-top:15px;display:grid}.dpa-meta-item__label{color:var(--fg-muted);margin-bottom:4px;font-size:11px;font-weight:500}.dpa-meta-item__value{color:var(--fg);flex-direction:column;gap:2px;min-width:0;font-size:13px;line-height:1.4;display:flex}.dpa-meta-item__value span{color:var(--fg-muted);overflow-wrap:anywhere}.dpa-action-divider{color:var(--fg-muted);align-items:center;gap:14px;margin:22px 0 15px;font-size:11px;font-weight:500;display:flex}.dpa-action-divider:before,.dpa-action-divider:after{background:var(--border);content:"";flex:1;height:1px}.dpa-upload-card--empty{cursor:pointer;text-align:left;border-style:dashed;width:100%}.dpa-upload-card--empty:hover{border-color:var(--border-strong)}.dpa-upload-card--empty:disabled{cursor:not-allowed;opacity:.6}.dpa-upload-card--empty .cc-btn{flex:none}.dpa-upload-card--complete{align-items:flex-start}.dpa-upload-card a,.dpa-evidence a{align-items:center;gap:4px;display:inline-flex}.dpa-upload-card__actions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex}.dpa-audit-heading{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:20px;display:flex}.dpa-manual-note{color:var(--fg-muted);flex:none;align-items:center;gap:6px;margin-top:2px;font-size:12px;line-height:1.4;display:inline-flex}.dpa-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.dpa-form-grid--single{grid-template-columns:1fr}.dpa-panel .cc-input-group{margin-bottom:12px}.dpa-panel textarea.cc-input{resize:vertical;min-height:86px}.dpa-audit-footer{justify-content:space-between;align-items:center;gap:14px;margin-top:10px;display:flex}.dpa-evidence-list{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.dpa-evidence{color:var(--success);align-items:flex-start;gap:10px;min-width:0;display:flex}.dpa-evidence--muted{color:var(--fg-muted)}.dpa-evidence div{flex-direction:column;gap:2px;min-width:0;display:flex}.dpa-evidence strong{color:var(--fg);font-size:13px;font-weight:500}.dpa-evidence span{color:var(--fg-muted);overflow-wrap:anywhere;font-size:12px;line-height:1.45}.dpa-save-row{flex:none;justify-content:flex-end;display:flex}@media (width<=1100px){.dpa-workspace{grid-template-columns:1fr}}@media (width<=720px){.dpa-status-card,.dpa-panel__body{padding:20px}.dpa-status-card__header,.dpa-audit-heading{flex-direction:column;align-items:flex-start}.dpa-stepper{grid-template-columns:1fr;gap:18px}.dpa-step__line{display:none}.dpa-form-grid{grid-template-columns:1fr}.dpa-recipient-card,.dpa-upload-card,.dpa-audit-footer{flex-direction:column;align-items:flex-start}.dpa-upload-card--empty .cc-btn,.dpa-upload-card__actions,.dpa-save-row{justify-content:flex-start}}.email-stats-grid{grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:8px;margin-bottom:14px;display:grid}.email-stat-card{background:var(--surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);align-items:center;gap:16px;padding:20px;display:flex}.email-stat-card--compact{flex-direction:column;justify-content:center;align-items:flex-start;gap:1px;min-height:58px;padding:10px 12px}.email-stat-icon{background:var(--bg-muted);width:40px;height:40px;color:var(--fg);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.email-stat-icon--success{background:var(--accent-soft);color:var(--accent)}.email-stat-icon--danger{background:var(--danger-soft);color:var(--danger)}.email-stat-icon--muted{background:var(--bg-muted);color:var(--fg-muted)}.email-stat-content{flex-direction:column;display:flex}.email-stat-value{color:var(--text-primary);font-size:20px;font-weight:500;line-height:1.1}.email-stat-label{color:var(--text-secondary);margin-top:0;font-size:11.5px;line-height:1.25}.email-badge{white-space:nowrap;border:1px solid #0000;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:12px;font-weight:500;display:inline-flex}.email-badge-sent{background:var(--success-soft);border-color:color-mix(in srgb, var(--success) 24%, transparent);color:var(--success)}.email-badge-accepted{color:#2f6659;background:#34705c1c;border-color:#34705c38}.email-badge-delivered{background:var(--success-soft);border-color:color-mix(in srgb, var(--success) 24%, transparent);color:var(--success)}.email-badge-opened,.email-badge-clicked{color:#315577;background:#405e801f;border-color:#405e8033}.email-badge-failed{background:var(--danger-soft);border-color:color-mix(in srgb, var(--danger) 24%, transparent);color:var(--danger)}.email-badge-pending{background:var(--warn-soft);color:var(--warn)}.email-badge-skipped{color:#8a6515;background:#9374291f}.email-badge-audit{color:#315577;background:#405e801f}.email-badge-suppressed{color:#9d3f21;background:#b2592b21;border-color:#b2592b3b}.email-badge-bounced{color:#a33c3c;background:#bc45451f;border-color:#bc454538}.email-badge-complained{color:#73427a;background:#884b911f;border-color:#884b9138}.email-type-badge{background:var(--bg-muted);color:var(--fg-muted);letter-spacing:0;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-block}.email-tabs-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.email-tabs{background:var(--surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);gap:4px;width:fit-content;padding:4px;display:flex}.email-tab{color:var(--cc-tab-color);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.email-tab:hover{color:var(--text-primary);background:var(--bg-muted)}.email-tab--active{background:var(--accent);color:var(--accent-fg)}.email-tab--active:hover{background:var(--accent);color:var(--accent-fg);filter:brightness(1.06)}.email-date-picker{align-items:center;gap:10px;display:flex}.email-date-presets{background:var(--surface);border:1px solid var(--border-color);border-radius:8px;gap:2px;padding:3px;display:flex}.email-date-preset{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:5px 10px;font-size:12px;font-weight:500;transition:all .15s}.email-date-preset:hover{color:var(--text-primary);background:var(--bg-muted)}.email-date-preset--active{background:var(--accent);color:var(--accent-fg)}.email-date-preset--active:hover{background:var(--accent);color:var(--accent-fg);filter:brightness(1.06)}.email-date-range{align-items:center;gap:6px;display:flex}.email-date-separator{color:var(--text-secondary);-webkit-user-select:none;user-select:none;font-size:12px}.cc-datepicker-wrap{display:inline-flex;position:relative}.cc-datepicker-trigger{color:var(--text-primary);background:var(--surface);border:1px solid var(--border-color);cursor:pointer;white-space:nowrap;border-radius:8px;outline:none;align-items:center;gap:6px;min-height:30px;padding:5px 12px;font-family:inherit;font-size:12px;font-weight:500;transition:all .15s;display:inline-flex}.cc-datepicker-trigger:hover{border-color:#999}.cc-datepicker-trigger--active{border-color:var(--fg);box-shadow:0 0 0 2px #11111114}.cc-datepicker-trigger-text{line-height:1.4}.cc-datepicker-dropdown{border:1px solid var(--border-color);z-index:1000;background:#fff;border-radius:14px;width:280px;padding:16px;animation:.15s ease-out ccDatepickerIn;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 16px 48px #00000024,0 6px 16px #00000014}@keyframes ccDatepickerIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.cc-datepicker-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.cc-datepicker-month{color:var(--text-primary);font-size:14px;font-weight:500}.cc-datepicker-nav{cursor:pointer;width:28px;height:28px;color:var(--text-secondary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.cc-datepicker-nav:hover{color:var(--text-primary);background:#f5f5f5}.cc-datepicker-weekdays{grid-template-columns:repeat(7,1fr);margin-bottom:4px;display:grid}.cc-datepicker-weekday{color:var(--text-secondary);text-align:center;padding:4px 0;font-size:11px;font-weight:500}.cc-datepicker-days{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.cc-datepicker-day{aspect-ratio:1;width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:flex}.cc-datepicker-day:hover{background:#f5f5f5}.cc-datepicker-day--outside{color:var(--text-secondary);opacity:.35}.cc-datepicker-day--today{background:#f0f0f0;font-weight:500;position:relative}.cc-datepicker-day--today:after{content:"";background:#111;border-radius:50%;width:4px;height:4px;position:absolute;bottom:3px;left:50%;transform:translate(-50%)}.cc-datepicker-day--selected{font-weight:500;color:#fff!important;background:#111!important}.cc-datepicker-day--selected:after{display:none}.cc-datepicker-footer{border-top:1px solid #e5e5e5;justify-content:center;margin-top:10px;padding-top:10px;display:flex}.cc-datepicker-today-link{color:var(--fg);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 12px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s}.cc-datepicker-today-link:hover{background:#f5f5f5}.email-template-table .cc-table-wrap{overflow-x:auto}.email-template-table .cc-table{min-width:980px}.email-template-table .cc-table-toolbar{align-items:center;gap:8px}.email-template-table .cc-table-search-wrap{flex:0 0 clamp(240px,24vw,340px);min-width:220px;max-width:340px}.email-template-table-filters{flex:auto;grid-template-columns:minmax(0,1fr) minmax(150px,220px);align-items:center;gap:8px;min-width:0;display:grid}.email-template-audience-chips{scrollbar-width:none;flex-wrap:nowrap;align-items:center;gap:6px;min-width:0;display:flex;overflow-x:auto}.email-template-audience-chips::-webkit-scrollbar{display:none}.email-template-filter-chip{border:1px solid var(--border-color);background:var(--surface);min-height:30px;color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:999px;flex:none;align-items:center;gap:6px;padding:5px 9px;font-size:12px;font-weight:500;line-height:1.2;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.email-template-filter-chip:hover{color:var(--text-primary);border-color:#d8cabb}.email-template-filter-chip--active{color:#9d3f21;background:#f5efe9;border-color:#d8cabb}.email-template-filter-chip span{min-width:20px;height:18px;color:inherit;font-variant-numeric:tabular-nums;background:#ffffffc7;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;display:inline-flex}.email-template-topic-select{justify-self:end;width:100%;min-width:150px;max-width:220px;height:30px;padding:5px 28px 5px 10px;font-size:12px}.email-template-row-main{flex-direction:column;gap:2px;min-width:0;display:flex}.email-template-row-title{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;line-height:1.25;overflow:hidden}.email-template-row-desc{max-width:420px;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.25;overflow:hidden}.email-template-badge{text-overflow:ellipsis;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;max-width:100%;min-height:22px;padding:3px 8px;font-size:11.5px;font-weight:500;line-height:1.2;display:inline-flex;overflow:hidden}.email-template-badge--tenant_branded{color:#8a4a27;background:#f5efe9;border-color:#e8d9ca}.email-template-badge--bookee_to_tenant{color:#2f6659;background:#eef4f2;border-color:#d8e5e0}.email-template-badge--internal{color:#565466;background:#f1f1f4;border-color:#e1e1e7}.email-template-badge--topic{color:#6f6658;background:#f8f5ef;border-color:#ece4d8}.email-template-recipient{color:var(--text-primary);font-size:12.5px;font-weight:500}.email-template-key{max-width:100%;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;background:0 0;padding:2px 0;font-size:12px;line-height:1.25;display:block;overflow:hidden}.email-template-preview-button{width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.email-template-preview-button:hover{color:#b94925;background:#f5efe9;border-color:#e8d9ca}.email-templates-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:8px;display:grid}.email-template-card{background:var(--surface);border:1px solid var(--border-color);cursor:pointer;text-align:left;border-radius:8px;align-items:flex-start;gap:10px;width:100%;min-height:74px;padding:10px 12px;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.email-template-card:hover{background:#fffdf9;border-color:#d8cabb;box-shadow:0 2px 8px #0000000f}.email-template-card:hover .email-template-eye{opacity:1;color:#b94925;background:#f5efe9}.email-template-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.email-template-name{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;line-height:1.25;overflow:hidden}.email-template-desc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}.email-template-eye{opacity:.42;width:24px;height:24px;color:var(--text-secondary);border-radius:6px;flex-shrink:0;padding:5px;transition:opacity .15s,color .15s,background .15s}.sms-template-icon-wrap{color:#d97706;background:#f59e0b1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.sms-template-card:hover .sms-template-icon-wrap{background:#f59e0b2e}.email-preview-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:32px;animation:.15s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.email-preview-modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:640px;max-height:85vh;animation:.2s slideUp;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000026}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.email-preview-modal-header{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.email-preview-close{cursor:pointer;color:#666;background:#fff;border:1px solid #e5e5e5;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.email-preview-close:hover{color:var(--fg);background:#f5f5f5}.email-preview-modal-body{background:#f5f5f5;flex:1;overflow:hidden}.email-template-preview-body{flex:0 auto;overflow:auto}.email-preview-iframe{border:none;width:100%;height:70vh;display:block}.log-snapshot-state{min-height:220px;color:var(--text-secondary);text-align:center;background:#f7f7f6;justify-content:center;align-items:center;gap:10px;padding:32px;font-size:13px;display:flex}.log-snapshot-state--error{color:#b91c1c;background:#fff7f7}.log-snapshot-state-icon{color:currentColor;flex-shrink:0}.log-snapshot-state-icon--spin{animation:1s linear infinite logSnapshotSpin}@keyframes logSnapshotSpin{to{transform:rotate(360deg)}}.log-snapshot-text{color:var(--fg);white-space:pre-wrap;word-break:break-word;background:#fff;border:1px solid #e5e5e5;border-radius:8px;margin:16px 24px 24px;padding:16px;font:13px/1.5 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.log-detail-meta{background:#fafafa;border-bottom:1px solid #e5e5e5;padding:14px 24px 12px}.log-detail-meta-grid{grid-template-columns:1fr 1fr;gap:10px 20px;display:grid}.log-detail-meta-grid--technical{row-gap:11px;padding-top:10px}.log-detail-meta-item{flex-direction:column;gap:2px;display:flex}.log-detail-meta-error{background:#ef44440d;border:1px solid #ef444426;border-radius:8px;grid-column:1/-1;padding:8px 12px}.log-detail-meta-label{color:#888;letter-spacing:0;font-size:11px;font-weight:500}.log-detail-meta-value{color:var(--fg);overflow-wrap:anywhere;font-size:13px;font-weight:500}.log-detail-meta-value--technical{color:#3f3f46;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;font-weight:500;line-height:1.45}.log-detail-technical{border-top:1px solid #ececec;margin-top:12px;padding-top:10px}.log-detail-technical-toggle{width:100%;min-height:30px;color:var(--text-secondary);font:inherit;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;font-size:12px;font-weight:500;display:flex}.log-detail-technical-toggle:hover{color:var(--fg)}.log-detail-technical-chevron{flex-shrink:0;transition:transform .16s}.log-detail-technical--open .log-detail-technical-chevron{transform:rotate(180deg)}.log-detail-technical-body{color:var(--fg)}.email-log-detail-modal{max-width:680px}.sms-preview-modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:480px;max-height:85vh;animation:.2s slideUp;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000026}.sms-preview-body{background:#f5f5f5;flex-direction:column;align-items:center;gap:24px;padding:32px 24px;display:flex}.sms-phone-frame{background:#fff;border:4px solid #1d1d1f;border-radius:32px;width:280px;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f}.sms-phone-notch{background:#1d1d1f;border-radius:0 0 16px 16px;width:100px;height:24px;margin:0 auto}.sms-phone-header{border-bottom:1px solid #f0f0f0;align-items:center;gap:10px;padding:12px 16px;display:flex}.sms-phone-avatar{color:#888;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.sms-phone-sender{color:var(--fg);font-size:14px;font-weight:500;line-height:1.2}.sms-phone-channel{color:#999;font-size:11px;line-height:1.2}.sms-phone-content{flex-direction:column;gap:8px;min-height:140px;padding:16px;display:flex}.sms-bubble{color:var(--fg);word-break:break-word;background:#e8e8e8;border-radius:16px 16px 16px 4px;max-width:90%;padding:10px 14px;font-size:14px;line-height:1.5}.sms-timestamp{color:#bbb;padding-left:4px;font-size:11px}.sms-phone-bottom-bar{background:#1d1d1f;border-radius:2px;width:100px;height:4px;margin:12px auto 8px}.sms-preview-meta{background:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;gap:8px;width:100%;max-width:280px;padding:16px;display:flex}.sms-preview-meta-row{justify-content:space-between;align-items:center;display:flex}.sms-preview-meta-label{color:#888;font-size:12px}.sms-preview-meta-value{color:var(--fg);font-family:SF Mono,Menlo,monospace;font-size:13px;font-weight:500}.broadcast-panel{grid-template-columns:minmax(320px,.9fr) minmax(360px,1.1fr);align-items:start;gap:18px;display:grid}.broadcast-form,.broadcast-preview{background:var(--surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:18px}.broadcast-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.broadcast-field{flex-direction:column;gap:6px;display:flex}.broadcast-field--wide,.broadcast-field--full,.broadcast-actions,.broadcast-override{grid-column:1/-1}.broadcast-field label{color:var(--text-secondary);font-size:12px;font-weight:500}.broadcast-message-input{min-height:190px}.broadcast-business-picker{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg);max-height:260px;overflow:auto}.broadcast-business-option{border-bottom:1px solid var(--border-color);min-height:38px;color:var(--text-primary);grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 10px;font-size:13px;display:grid}.broadcast-business-option:last-child{border-bottom:0}.broadcast-business-option small{color:var(--text-secondary);font-size:11px}.broadcast-empty{color:var(--text-secondary);padding:14px;font-size:13px}.broadcast-override{color:var(--text-primary);align-items:center;gap:8px;font-size:13px;display:inline-flex}.broadcast-actions{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.broadcast-preview{min-height:280px}.broadcast-preview-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px;display:grid}.broadcast-preview-summary>div{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-muted);padding:10px 12px}.broadcast-preview-summary strong{color:var(--text-primary);font-size:22px;line-height:1;display:block}.broadcast-preview-summary span{color:var(--text-secondary);margin-top:4px;font-size:12px;display:block}.broadcast-preview-grid{grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:14px;display:grid}.broadcast-preview-title{color:var(--text-secondary);letter-spacing:0;margin-bottom:8px;font-size:12px;font-weight:500}.broadcast-preview-list{border:1px solid var(--border-color);border-radius:var(--radius-md);max-height:420px;overflow:auto}.broadcast-preview-row{border-bottom:1px solid var(--border-color);grid-template-columns:minmax(0,1fr) auto;gap:6px 8px;padding:9px 10px;display:grid}.broadcast-preview-row:last-child{border-bottom:0}.broadcast-preview-row span,.broadcast-preview-row small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.broadcast-preview-row span{color:var(--text-primary);font-size:13px}.broadcast-preview-row small{color:var(--text-secondary);grid-column:1/-1;font-size:11px}.broadcast-preview-row em{color:#8a6515;background:#9374291f;border-radius:5px;align-self:start;padding:2px 6px;font-size:11px;font-style:normal}.broadcast-preview-row--muted span{color:var(--text-secondary)}.cc-table tbody tr[style*="cursor: pointer"]:hover{background:#11111108}@media (width<=1100px){.email-stats-grid{grid-template-columns:repeat(4,1fr)}.email-template-table .cc-table-search-wrap{flex-basis:100%;max-width:none}.email-template-table-filters{min-width:100%}.broadcast-panel{grid-template-columns:1fr}}@media (width<=900px){.email-stats-grid{grid-template-columns:repeat(2,1fr)}.email-templates-grid,.email-template-table-filters{grid-template-columns:1fr}.email-template-audience-chips{flex-wrap:wrap;overflow-x:visible}.email-template-topic-select{max-width:none}.email-tabs-row{flex-direction:column;align-items:flex-start}.email-tabs,.email-date-picker{flex-wrap:wrap}.log-detail-meta-grid,.broadcast-form,.broadcast-preview-grid,.broadcast-preview-summary{grid-template-columns:1fr}}@media (width<=500px){.email-stats-grid{grid-template-columns:1fr}.email-date-presets{display:none}}.cc-page-header .cc-page-sub{color:var(--fg-muted);max-width:720px;margin:4px 0 0;font-size:13px}.cc-page-header .cc-page-sub code{background:var(--bg-muted);border-radius:3px;padding:1px 5px;font-family:Geist Mono,ui-monospace,monospace;font-size:12px}.cc-page-actions{align-items:center;gap:8px;display:flex}.cc-help-toolbar{align-items:center;gap:8px;margin-bottom:16px;display:flex}.cc-input-with-icon{position:relative}.cc-input-with-icon>svg{color:var(--fg-subtle);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.cc-input-with-icon .cc-input{padding-left:32px}.cc-help-table{border-collapse:collapse;width:100%;font-size:13.5px}.cc-help-table th,.cc-help-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:12px 14px}.cc-help-table th{letter-spacing:0;color:var(--fg-muted);background:var(--surface-2,var(--bg-muted));font-size:12px;font-weight:500}.cc-help-table tbody tr:hover{background:var(--bg-muted)}.cc-help-title-link{color:var(--fg);font-weight:500;text-decoration:none}.cc-help-title-link:hover{color:var(--accent)}.cc-help-summary{color:var(--fg-muted);max-width:540px;margin-top:3px;font-size:12px;line-height:1.4}.cc-help-cat{color:var(--fg-muted);font-size:12.5px}.cc-help-meta{color:var(--fg-muted);white-space:nowrap;font-size:12.5px}.cc-help-actions{white-space:nowrap;justify-content:flex-end;gap:4px;display:flex}.cc-help-pill{letter-spacing:0;border-radius:100px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-block}.cc-help-pill-published{background:color-mix(in oklab, var(--success-500,#10b981) 15%, transparent);color:var(--success-700,#047857)}.cc-help-pill-draft{background:var(--bg-muted);color:var(--fg-muted)}.cc-help-pill-featured{background:color-mix(in oklab, var(--accent) 15%, transparent);color:var(--accent);margin-left:8px}.cc-help-empty{text-align:center;color:var(--fg-muted);padding:48px 24px;font-size:13.5px}.cc-help-editor-page{max-width:none}.cc-help-editor-top{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.cc-help-editor-top h1{margin:4px 0;font-size:22px}.cc-help-back{color:var(--fg-muted);align-items:center;gap:4px;margin-bottom:8px;font-size:12.5px;text-decoration:none;display:inline-flex}.cc-help-back:hover{color:var(--accent)}.cc-help-editor-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:16px;display:grid}.cc-help-editor-pane,.cc-help-preview-pane{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:18px}.cc-input-group{flex-direction:column;gap:5px;margin-bottom:14px;display:flex}.cc-input-label{letter-spacing:0;color:var(--fg-muted);font-size:12px;font-weight:500}.cc-input-row{gap:12px;margin-bottom:14px;display:flex}.cc-input-row>.cc-input-group{margin-bottom:0}.cc-input-lg{padding:10px 12px;font-size:18px;font-weight:500}.cc-input-hint{color:var(--fg-subtle);margin:6px 0 0;font-size:11.5px}.cc-input-hint-warn{color:var(--warning-700,#b45309)}.cc-help-hero-row{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:16px;display:flex}.cc-help-hero-preview{border:1px solid var(--border);border-radius:8px;width:220px;position:relative;overflow:hidden}.cc-help-hero-preview img{width:100%;display:block}.cc-help-hero-remove{color:#fff;cursor:pointer;background:#0000008c;border:0;border-radius:50%;place-items:center;width:26px;height:26px;display:grid;position:absolute;top:6px;right:6px}.cc-help-toggle{color:var(--fg);cursor:pointer;align-items:center;gap:6px;font-size:13px;display:inline-flex}.cc-help-body-editor{position:relative}.cc-help-textarea{resize:vertical;min-height:360px;font-family:Geist Mono,ui-monospace,monospace;font-size:13.5px;line-height:1.55}.cc-help-body-toolbar{position:absolute;top:8px;right:8px}.cc-help-preview-pane{position:sticky;top:16px}.cc-help-preview-head{letter-spacing:0;color:var(--fg-muted);border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;margin-bottom:12px;padding-bottom:10px;font-size:11.5px;font-weight:500;display:flex}.cc-help-preview-article h2{font-family:var(--font-display);letter-spacing:0;color:var(--fg);margin:0 0 6px;font-size:20px;font-weight:500}.cc-help-preview-summary{color:var(--fg-muted);margin:0 0 14px;font-size:14.5px;line-height:1.5}.cc-help-preview-hero img{border-radius:8px;width:100%;margin-bottom:14px;display:block}.cc-md-preview{color:var(--fg);font-size:14.5px;line-height:1.6}.cc-md-preview>*+*{margin-top:.9em}.cc-md-preview h2{font-family:var(--font-display);margin:1.4em 0 .4em;font-size:18px;font-weight:500}.cc-md-preview h3{margin:1.3em 0 .3em;font-size:15px;font-weight:500}.cc-md-preview p{margin:0}.cc-md-preview ul,.cc-md-preview ol{margin:0;padding-left:1.4em}.cc-md-preview li{margin:.25em 0}.cc-md-preview strong{font-weight:500}.cc-md-preview code{background:var(--bg-muted);border-radius:3px;padding:1px 5px;font-family:Geist Mono,ui-monospace,monospace;font-size:.88em}.cc-md-preview pre{background:var(--bg-muted);border:1px solid var(--border);border-radius:6px;padding:12px 14px;overflow-x:auto}.cc-md-preview pre code{background:0 0;padding:0}.cc-md-preview blockquote{border-left:3px solid var(--accent);background:color-mix(in oklab, var(--accent) 10%, transparent);border-radius:0 6px 6px 0;margin:0;padding:10px 14px}.cc-md-preview blockquote p{margin:0}.cc-md-preview a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.cc-md-preview img{border:1px solid var(--border);border-radius:6px;max-width:100%}.cc-md-preview table{border-collapse:collapse;width:100%;font-size:13px}.cc-md-preview th,.cc-md-preview td{text-align:left;border-bottom:1px solid var(--border);padding:8px 10px}.cc-md-preview th{background:var(--bg-muted);font-weight:500}.cc-modal-backdrop{z-index:1000;background:#00000073;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.cc-modal{background:var(--surface);border:1px solid var(--border);border-radius:12px;width:100%;max-width:480px;padding:22px;box-shadow:0 12px 40px #0000002e}.cc-modal h2{margin:0 0 16px;font-size:18px;font-weight:500}.cc-help-form{flex-direction:column;display:flex}.cc-modal-actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}@media (width<=1100px){.cc-help-editor-grid{grid-template-columns:1fr}.cc-help-preview-pane{position:static}}:root{--bg:#fbf9f5;--bg-elev:#fff;--bg-muted:#f5f2eb;--bg-sunken:#efebe1;--surface:#fff;--surface-2:#faf8f3;--border:#ece8de;--border-strong:#d8d3c4;--fg:#2a2419;--fg-muted:#756c57;--fg-subtle:#a39a83;--cc-tab-color:color-mix(in oklab, var(--fg) 22%, var(--fg-muted));--accent:#d2542a;--accent-soft:#fae8dd;--accent-fg:#fff;--topbar-h:60px;--warn:#c07f00;--warn-soft:#fcefcf;--danger:#b3362a;--danger-soft:#fae0dc;--info:#3a6b91;--info-soft:#e2ecf3;--success:#5e7e48;--success-soft:#eef2e8;--primary-50:#fae8dd;--primary-100:#f5d6c2;--primary-200:#edb79a;--primary-300:#e29370;--primary-400:#d9724a;--primary-500:#d2542a;--primary-600:#b9441f;--primary-700:#9a3619;--primary-800:#7b2b15;--primary-900:#5a1f10;--gray-50:#fbf9f5;--gray-100:#f5f2eb;--gray-200:#ece8de;--gray-300:#d8d3c4;--gray-400:#a39a83;--gray-500:#756c57;--gray-600:#5c5443;--gray-700:#433c2f;--gray-800:#2a2419;--gray-900:#1a1814;--gray-950:#0f0d0a;--success-50:#eef2e8;--success-100:#dde6cf;--success-500:#7a9f5f;--success-600:#5e7e48;--warning-50:#fcefcf;--warning-100:#f8e2a5;--warning-500:#c07f00;--warning-600:#9a6700;--error-50:#fae0dc;--error-100:#f3c9c2;--error-500:#b3362a;--error-600:#8c2a20;--info-50:#e2ecf3;--info-100:#c8dae9;--info-500:#3a6b91;--info-600:#2d5371;--bg-primary:#fff;--bg-secondary:#fbf9f5;--bg-tertiary:#f5f2eb;--bg-surface:#fff;--text-primary:#2a2419;--text-secondary:#756c57;--text-muted:#a39a83;--text-tertiary:#a39a83;--border-color:#ece8de;--border-focus:#d2542a;--primary:#d2542a;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--font-display:var(--font-sans);--font-family:var(--font-sans);--font-size-xs:.75rem;--font-size-sm:.8125rem;--font-size-base:.875rem;--font-size-lg:1rem;--font-size-xl:1.125rem;--font-size-2xl:1.375rem;--font-size-3xl:1.625rem;--font-size-4xl:2rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--radius-xs:6px;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--radius-full:9999px;--shadow-xs:0 1px 2px #2a24190a;--shadow-sm:0 1px 2px #2a24190d;--shadow-md:0 4px 12px #2a24190f;--shadow-lg:0 12px 32px -8px #2a241926;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--sidebar-width:240px;--sidebar-collapsed:68px}body[data-theme=dark]{--bg:#1a1814;--bg-elev:#221f1a;--bg-muted:#1f1c17;--bg-sunken:#13110e;--surface:#221f1a;--surface-2:#2a2620;--border:#332f28;--border-strong:#44403a;--fg:#f2ede3;--fg-muted:#a89f8a;--fg-subtle:#6e6654;--accent:#e8744d;--accent-soft:#2e1f17;--accent-fg:#1a1814;--warn:#dea344;--warn-soft:#2a2110;--danger:#dc7060;--danger-soft:#2e1814;--info:#6d9fc0;--info-soft:#14202a;--success:#8db477;--success-soft:#14241a;--primary-50:#2e1f17;--primary-100:#40271b;--primary-200:#5a3624;--primary-300:#80482f;--primary-400:#a6593a;--primary-500:#e8744d;--primary-600:#f08f6c;--primary-700:#f5a88a;--primary-800:#f9c2a8;--primary-900:#fcdcc7;--gray-50:#1a1814;--gray-100:#1f1c17;--gray-200:#332f28;--gray-300:#44403a;--gray-400:#6e6654;--gray-500:#8f8672;--gray-600:#a89f8a;--gray-700:#c4bba4;--gray-800:#ddd4bd;--gray-900:#f2ede3;--gray-950:#faf5eb;--success-50:#14241a;--success-500:#8db477;--warning-50:#2a2110;--warning-500:#dea344;--error-50:#2e1814;--error-500:#dc7060;--info-50:#14202a;--info-500:#6d9fc0;--bg-primary:#221f1a;--bg-secondary:#1a1814;--bg-tertiary:#1f1c17;--bg-surface:#221f1a;--text-primary:#f2ede3;--text-secondary:#a89f8a;--text-muted:#6e6654;--text-tertiary:#6e6654;--border-color:#332f28;--border-focus:#e8744d;--primary:#e8744d;--shadow-xs:0 1px 2px #0000004d;--shadow-sm:0 1px 2px #00000059;--shadow-md:0 4px 12px #0006;--shadow-lg:0 12px 32px -8px #0000008c}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-sans);color:var(--fg);background:var(--bg);min-height:100vh;line-height:1.5;font-size:var(--font-size-base);font-feature-settings:"ss01", "cv11";transition:background-color,color}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{filter:brightness(1.05)}button{font:inherit;color:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--fg-subtle)}@keyframes slideInRight{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fadeIn{animation:.3s ease-out both fadeIn}.animate-slideIn{animation:.3s ease-out both slideInRight}.skeleton{background:var(--bookee-skel-bg,#2a24190f);border-radius:6px;animation:1.6s ease-in-out infinite bookee-skel-pulse;display:inline-block;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg, transparent 0%, var(--bookee-skel-shine,#ffffff73) 50%, transparent 100%);animation:1.6s linear infinite bookee-skel-shimmer;position:absolute;inset:0;transform:translate(-100%)}@media (prefers-reduced-motion:reduce){.skeleton,.skeleton:after{animation:none}}
