:root{--ctk-bg: #0f1419;--ctk-surface: #1a2332;--ctk-surface-hover: #243044;--ctk-border: #2d3a4f;--ctk-text: #f0f4f8;--ctk-text-muted: #8b9cb3;--ctk-ok: #22c55e;--ctk-warning: #f59e0b;--ctk-critical: #ef4444;--ctk-stale: #64748b;--ctk-error: #dc2626;--ctk-hero-value: clamp(2.5rem, min(9vw, 14vh), 8rem);--ctk-compact-value: clamp(1.5rem, min(5vw, 10vh), 4rem);--ctk-label: clamp(.75rem, 1.5vw, 1rem);--ctk-radius: 4px;--ctk-gap: 12px}[data-theme=flat-light]{--ctk-bg: #f1f5f9;--ctk-surface: #ffffff;--ctk-surface-hover: #f8fafc;--ctk-border: #e2e8f0;--ctk-text: #0f172a;--ctk-text-muted: #64748b}[data-theme=high-contrast]{--ctk-bg: #000000;--ctk-surface: #111111;--ctk-border: #ffffff;--ctk-text: #ffffff;--ctk-text-muted: #cccccc}.ctk-wallboard{min-height:100vh;background:var(--ctk-bg);background-image:var(--ctk-bg-image, none);background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--ctk-text);font-family:Inter,system-ui,-apple-system,sans-serif}.ctk-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--ctk-gap);padding:var(--ctk-gap);min-height:100vh;box-sizing:border-box}.ctk-grid--compact{display:grid;font-size:.875rem}.ctk-grid--compact.ctk-grid--desktop{grid-template-columns:repeat(12,1fr);gap:var(--ctk-gap);padding:var(--ctk-gap);min-height:100vh}.ctk-grid--compact.ctk-grid--tablet{grid-template-columns:repeat(6,1fr);grid-auto-flow:row dense;gap:calc(var(--ctk-gap) / 2);padding:calc(var(--ctk-gap) / 2);min-height:100vh}.ctk-grid--compact.ctk-grid--mobile{grid-template-columns:1fr;gap:calc(var(--ctk-gap) / 2);padding:calc(var(--ctk-gap) / 2);min-height:100vh}.ctk-cell{min-height:0;display:flex;flex-direction:column}.ctk-cell>.ctk-tile{flex:1 1 auto;min-height:0}.ctk-banner{display:flex;align-items:center;justify-content:center;padding:12px 16px;background:var(--ctk-surface);border-bottom:1px solid var(--ctk-border);color:var(--ctk-warning);font-size:.875rem}.ctk-error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--ctk-bg);color:var(--ctk-text-muted);font-family:system-ui,sans-serif}.ctk-heatmap{display:flex;flex-direction:column;gap:4px;padding:clamp(4px,2cqb,10px);overflow:hidden}.ctk-heatmap__title{font-size:clamp(.65rem,2.6cqi,1.1rem);font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--ctk-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ctk-heatmap__empty{flex:1;display:grid;place-items:center;color:var(--ctk-text-muted);font-size:clamp(1rem,6cqi,2rem)}.ctk-heatmap__grid{flex:1;display:grid;grid-template-columns:auto repeat(var(--ctk-heatmap-cols),minmax(0,1fr));gap:1px;align-content:stretch;min-height:0}.ctk-heatmap__hour,.ctk-heatmap__day{font-size:clamp(.4rem,1.5cqi,.7rem);color:var(--ctk-text-muted);font-variant-numeric:tabular-nums;display:flex;align-items:center;justify-content:center}.ctk-heatmap__day{padding-right:4px;justify-content:flex-end}.ctk-heatmap__cell{background:var(--ctk-critical);border-radius:1px;min-height:3px}.ctk-heatmap__cell--empty{background:var(--ctk-surface-hover, rgba(127, 127, 127, .12))}.ctk-tile{position:relative;height:100%;background:var(--ctk-tile-bg, var(--ctk-tile-bg-custom, var(--ctk-surface)));border:1px solid var(--ctk-border);border-radius:var(--ctk-radius);display:flex;flex-direction:column;justify-content:center;gap:12px;padding:28px 24px;box-sizing:border-box;overflow:hidden}.ctk-tile--hero{gap:16px;padding:36px 28px}@supports (container-type: size){.ctk-cell{container-type:size}.ctk-tile{container-type:size;--ctk-hero-value: max(1.5rem, 90cqb);--ctk-compact-value: max(1.1rem, 65cqb);--ctk-label: clamp(.85rem, 11cqb, 2.2rem);padding:clamp(8px,7cqb,28px) clamp(12px,3cqi,24px);gap:clamp(6px,3cqb,12px)}.ctk-tile--hero{padding:clamp(10px,8cqb,36px) clamp(14px,3.5cqi,28px);gap:clamp(8px,4cqb,16px)}}.ctk-tile--h-center{align-items:center;text-align:center}.ctk-tile--h-right{align-items:flex-end;text-align:right}.ctk-tile--h-center .ctk-tile__label,.ctk-tile--h-right .ctk-tile__label{padding-right:0}.ctk-tile--v-top{justify-content:flex-start}.ctk-tile--v-bottom{justify-content:flex-end}.ctk-tile__label{font-size:calc(var(--ctk-label) * var(--ctk-font-scale, 1) * var(--ctk-label-fit-scale, 1));font-weight:600;color:var(--ctk-text-muted);text-transform:uppercase;letter-spacing:.06em;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctk-tile__value{font-weight:700;line-height:1;font-variant-numeric:tabular-nums;max-width:100%;white-space:nowrap;overflow:hidden}.ctk-tile__value--hero{font-size:calc(var(--ctk-hero-value) * var(--ctk-font-scale, 1) * var(--ctk-fit-scale, 1))}.ctk-tile__value--compact{font-size:calc(var(--ctk-compact-value) * var(--ctk-font-scale, 1) * var(--ctk-fit-scale, 1))}.ctk-tile.ctk-tile--kpi{position:relative;isolation:isolate}.ctk-tile__icon{position:absolute;color:var(--ctk-text-muted);pointer-events:none}.ctk-tile__icon .ctk-kpi-icon{display:block;width:100%;height:100%}.ctk-tile__icon--watermark{top:0;right:0;bottom:0;left:0;z-index:0;display:grid;place-items:center;opacity:.08}.ctk-tile__icon--watermark .ctk-kpi-icon{width:60%;height:60%}.ctk-tile__icon--top-left,.ctk-tile__icon--top-right,.ctk-tile__icon--bottom-left,.ctk-tile__icon--bottom-right{z-index:3;display:grid;place-items:center;opacity:.55}.ctk-tile__icon--top-left .ctk-kpi-icon,.ctk-tile__icon--top-right .ctk-kpi-icon,.ctk-tile__icon--bottom-left .ctk-kpi-icon,.ctk-tile__icon--bottom-right .ctk-kpi-icon{width:clamp(1rem,11cqb,2.2rem);height:clamp(1rem,11cqb,2.2rem)}.ctk-tile__icon--top-left,.ctk-tile__icon--bottom-left{left:12px}.ctk-tile__icon--top-right,.ctk-tile__icon--bottom-right{right:12px}.ctk-tile--kpi .ctk-tile__icon--top-left,.ctk-tile--kpi .ctk-tile__icon--top-right{top:0;height:clamp(1.5rem,17cqb,5rem)}.ctk-tile--kpi.ctk-tile--compact .ctk-tile__icon--top-left,.ctk-tile--kpi.ctk-tile--compact .ctk-tile__icon--top-right{height:clamp(1.4rem,24cqb,4.5rem)}.ctk-tile--kpi .ctk-tile__icon--bottom-left,.ctk-tile--kpi .ctk-tile__icon--bottom-right{bottom:0;height:clamp(1.3rem,15cqb,4rem)}.ctk-tile--graph{--ctk-graph-icon-size: clamp(1.4rem, 20cqb, 3rem)}.ctk-tile--graph .ctk-tile__icon--top-left,.ctk-tile--graph .ctk-tile__icon--top-right{top:28px;top:clamp(8px,7cqb,28px);height:var(--ctk-graph-icon-size);opacity:.85}.ctk-tile--graph .ctk-tile__icon--top-left .ctk-kpi-icon,.ctk-tile--graph .ctk-tile__icon--top-right .ctk-kpi-icon{width:var(--ctk-graph-icon-size);height:var(--ctk-graph-icon-size)}.ctk-tile--graph .ctk-tile__icon--top-left,.ctk-tile--graph .ctk-tile__icon--bottom-left{left:24px;left:clamp(12px,3cqi,24px)}.ctk-tile--graph .ctk-tile__icon--top-right,.ctk-tile--graph .ctk-tile__icon--bottom-right{right:24px;right:clamp(12px,3cqi,24px)}.ctk-tile--graph .ctk-tile__icon--bottom-left,.ctk-tile--graph .ctk-tile__icon--bottom-right{bottom:8px;height:clamp(1rem,11cqb,2.2rem)}.ctk-tile--gauge .ctk-tile__icon--top-left,.ctk-tile--gauge .ctk-tile__icon--top-right{top:8px;height:clamp(1rem,11cqb,2.2rem)}.ctk-tile--gauge .ctk-tile__icon--bottom-left,.ctk-tile--gauge .ctk-tile__icon--bottom-right{bottom:8px;height:clamp(1rem,11cqb,2.2rem)}.ctk-tile:has(.ctk-tile__icon--top-left) .ctk-tile__label{padding-left:clamp(1.6rem,14cqb,3.2rem)}.ctk-tile:has(.ctk-tile__icon--top-right) .ctk-tile__label{padding-right:clamp(1.6rem,14cqb,3.2rem)}.ctk-tile--graph:has(.ctk-tile__icon--top-left) .ctk-tile__label{padding-left:calc(var(--ctk-graph-icon-size) + 12px)}.ctk-tile--graph:has(.ctk-tile__icon--top-right) .ctk-tile__label{padding-right:calc(var(--ctk-graph-icon-size) + 12px)}.ctk-tile--graph:has(.ctk-tile__icon--top-right) .ctk-graph__value{padding-right:calc(var(--ctk-graph-icon-size) + 12px)}.ctk-tile.ctk-tile--kpi .ctk-tile__label{position:absolute;top:0;left:12px;right:12px;height:clamp(1.5rem,17cqb,5rem);z-index:2;display:flex;align-items:center;justify-content:center;text-align:center;padding-right:0;font-size:calc(var(--ctk-label) * var(--ctk-font-scale, 1) * .9 * var(--ctk-label-fit-scale, 1));overflow:hidden}.ctk-tile.ctk-tile--kpi.ctk-tile--compact .ctk-tile__label{height:clamp(1.4rem,24cqb,4.5rem)}.ctk-tile__label-text{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctk-tile__label--scrolling,.ctk-tile.ctk-tile--kpi .ctk-tile__label--scrolling{justify-content:flex-start;text-align:left}.ctk-tile__label--scrolling .ctk-tile__label-text{max-width:none;overflow:visible;text-overflow:clip;animation:ctk-label-marquee var(--ctk-label-scroll-duration, 8s) ease-in-out infinite alternate;will-change:transform}@keyframes ctk-label-marquee{0%,18%{transform:translate(0)}82%,to{transform:translate(calc(-1 * var(--ctk-label-scroll-distance, 0px)))}}.ctk-tile.ctk-tile--kpi .ctk-tile__value{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;width:100%;position:relative;z-index:1}.ctk-tile.ctk-tile--kpi .ctk-tile__trend{position:absolute;bottom:0;left:12px;right:12px;height:clamp(1.3rem,15cqb,4rem);z-index:2;display:flex;align-items:center;justify-content:center;flex:none}.ctk-tile.ctk-tile--kpi.ctk-tile--compact .ctk-tile__trend{height:clamp(1.2rem,20cqb,3.5rem)}.ctk-tile__delta{font-size:clamp(.8rem,7cqb,1.5rem);font-weight:600;white-space:nowrap;color:var(--ctk-text-muted)}.ctk-tile__delta--good{color:#22c55e}.ctk-tile__delta--bad{color:#ef4444}.ctk-tile__delta--neutral{color:var(--ctk-text-muted)}.ctk-tile__delta-label{font-size:.8em;font-weight:500;color:var(--ctk-text-muted)}.ctk-tile__value-separator{margin:0 .2em;color:var(--ctk-text-muted);font-weight:500}.ctk-tile__value-secondary{font-size:.6em;font-weight:500;color:var(--ctk-text-muted)}.ctk-tile__personal{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 10px;font-size:clamp(.6rem,2.4cqi,.85rem);color:var(--ctk-text-muted);padding:0 4px 2px;text-align:center}.ctk-tile__personal-item{white-space:nowrap}.ctk-tile--gauge .ctk-gauge{position:relative;flex:1 1 auto;min-height:0;width:100%;display:flex;align-items:center;justify-content:center}.ctk-gauge__value{font-weight:700;line-height:1;font-variant-numeric:tabular-nums;color:var(--ctk-text)}.ctk-gauge__value-secondary{font-weight:600;line-height:1;font-variant-numeric:tabular-nums;color:var(--ctk-text-muted)}.ctk-gauge--radial{container-type:size}.ctk-gauge--radial .ctk-gauge__dial{position:relative;flex:0 0 auto;height:100%;width:auto;max-width:100%;aspect-ratio:1 / 1}@supports (width: 1cqw){.ctk-gauge--radial .ctk-gauge__dial{width:min(100cqw,100cqh);height:auto;max-width:none;max-height:none}}.ctk-gauge--radial .ctk-gauge__svg{width:100%;height:100%}.ctk-gauge__track{fill:none;stroke:var(--ctk-border);opacity:.5}.ctk-gauge__progress{fill:none}.ctk-gauge--radial .ctk-gauge__values{position:absolute;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;top:56%;width:49%;height:49%;transform:translate(-50%,-50%)}.ctk-gauge--radial .ctk-gauge__values--single{top:50%;width:72%;height:72%}.ctk-gauge--radial .ctk-gauge__values--needle{top:82%;width:60%;height:26%;--ctk-gauge-value-size: clamp(.8rem, 14cqmin, 2.6rem)}.ctk-gauge__tick{stroke:var(--ctk-text-muted);stroke-width:1;opacity:.7}.ctk-gauge__needle{transition:transform .6s ease}.ctk-gauge__hub{fill:var(--ctk-text)}.ctk-gauge__marker{position:absolute;width:clamp(8px,2cqmin,12px);height:clamp(8px,2cqmin,12px);border-radius:50%;border:2px solid var(--ctk-bg);transform:translate(-50%,-50%);z-index:1}.ctk-gauge--radial .ctk-gauge__value,.ctk-gauge--radial .ctk-gauge__value-secondary{max-width:100%;white-space:nowrap;text-align:center}.ctk-gauge--radial .ctk-gauge__values{--ctk-gauge-value-size: clamp(1rem, 22cqmin, 4rem);--ctk-gauge-value-secondary-size: clamp(.7rem, 13cqmin, 2rem)}.ctk-gauge--radial .ctk-gauge__value{font-size:calc(var(--ctk-gauge-value-size) * var(--ctk-fit-scale, 1))}.ctk-gauge--radial .ctk-gauge__value-secondary{margin-top:.25em;font-size:calc(var(--ctk-gauge-value-secondary-size) * var(--ctk-fit-scale, 1))}.ctk-gauge--horizontal{flex-direction:column;align-items:center;justify-content:flex-start;gap:clamp(6px,4cqb,20px)}.ctk-gauge--vertical{flex-direction:row;align-items:stretch;gap:clamp(8px,4cqi,24px)}.ctk-tile--gauge .ctk-gauge--horizontal.ctk-gauge--duration-value .ctk-gauge__bar-group{width:calc(100% - var(--ctk-gauge-value-width, 0px))}.ctk-gauge__bar{position:relative;overflow:hidden;border-radius:999px;background:var(--ctk-border)}.ctk-gauge__bar-fill{position:absolute;border-radius:inherit;transition:width .6s ease,height .6s ease,background-size .6s ease}@keyframes ctk-gauge-drop{0%{filter:brightness(1.7)}to{filter:brightness(1)}}.ctk-gauge__bar-fill--dropping{animation:ctk-gauge-drop .7s ease-out}@media(prefers-reduced-motion:reduce){.ctk-gauge__bar-fill{transition:none}.ctk-gauge__bar-fill--dropping{animation:none}}.ctk-gauge--horizontal .ctk-gauge__bar-group{position:relative;flex:0 0 auto;height:25cqb;width:100%;display:flex}.ctk-gauge--horizontal .ctk-gauge__bar{flex:1 1 auto;width:100%;border-radius:0;border:1px solid var(--ctk-border);background:color-mix(in srgb,var(--ctk-text-muted) 40%,transparent)}.ctk-gauge--horizontal .ctk-gauge__bar-fill{top:0;bottom:0;left:0;border-radius:0}.ctk-gauge--horizontal .ctk-gauge__bar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:repeating-linear-gradient(to right,transparent 0,transparent calc(10% - 1px),var(--ctk-tile-bg, var(--ctk-tile-bg-custom, var(--ctk-surface))) calc(10% - 1px),var(--ctk-tile-bg, var(--ctk-tile-bg-custom, var(--ctk-surface))) 10%)}.ctk-gauge--horizontal .ctk-gauge__value,.ctk-gauge--horizontal .ctk-gauge__value-secondary{position:absolute;top:calc(100% + clamp(4px,2cqb,12px));left:clamp(0px,calc(var(--ctk-gauge-fill-px, 0px) - var(--ctk-gauge-value-half-width, 0px)),calc(100% - var(--ctk-gauge-value-width, 0px)));white-space:nowrap}.ctk-gauge--horizontal .ctk-gauge__value{font-size:clamp(.9rem,14cqmin,2.4rem)}.ctk-gauge--horizontal .ctk-gauge__value-secondary{font-size:clamp(.7rem,10cqmin,1.6rem)}.ctk-gauge--vertical .ctk-gauge__bar-group{position:relative;flex:0 0 auto;width:25cqi;height:100%;display:flex;flex-direction:column}.ctk-gauge--vertical .ctk-gauge__bar{flex:1 1 auto;min-height:0;width:100%;border-radius:0;border:1px solid var(--ctk-border);background:color-mix(in srgb,var(--ctk-text-muted) 40%,transparent)}.ctk-gauge--vertical .ctk-gauge__bar-fill{left:0;right:0;bottom:0;border-radius:0}.ctk-gauge--vertical .ctk-gauge__bar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:repeating-linear-gradient(to bottom,transparent 0,transparent calc(10% - 1px),var(--ctk-tile-bg, var(--ctk-tile-bg-custom, var(--ctk-surface))) calc(10% - 1px),var(--ctk-tile-bg, var(--ctk-tile-bg-custom, var(--ctk-surface))) 10%)}.ctk-gauge--vertical .ctk-gauge__value,.ctk-gauge--vertical .ctk-gauge__value-secondary{position:absolute;left:calc(100% + clamp(4px,2cqi,12px));bottom:clamp(0px,calc(var(--ctk-gauge-fill-px, 0px) - var(--ctk-gauge-value-half-height, 0px)),calc(100% - var(--ctk-gauge-value-height, 0px)));white-space:nowrap}.ctk-gauge--vertical .ctk-gauge__value{font-size:calc(clamp(.9rem,14cqmin,2.4rem) * var(--ctk-gauge-value-scale, 1))}.ctk-gauge--vertical .ctk-gauge__value-secondary{font-size:calc(clamp(.7rem,10cqmin,1.6rem) * var(--ctk-gauge-value-scale, 1))}.ctk-tile--gauge .ctk-tile__label{flex:none;text-align:center;margin-top:clamp(2px,2cqb,10px);font-size:calc(var(--ctk-label) * var(--ctk-font-scale, 1) * var(--ctk-label-fit-scale, 1))}.ctk-tile--graph{justify-content:flex-start;gap:clamp(4px,2cqb,10px)}.ctk-graph__header{display:flex;align-items:baseline;justify-content:space-between;gap:8px;width:100%;flex:none}.ctk-graph__label{min-width:0;text-align:left}.ctk-graph__value{font-weight:700;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:clamp(1.1rem,32cqb,3.4rem);color:var(--ctk-text, currentColor)}.ctk-graph__chart{position:relative;flex:1 1 auto;min-height:0;width:100%}.ctk-graph__svg{display:block;width:100%;height:100%}.ctk-graph__layer{position:absolute;top:0;right:0;bottom:0;left:0}.ctk-graph__time-axis{display:flex;align-items:baseline;justify-content:space-between;gap:8px;width:100%;flex:none;font-size:clamp(.5rem,7cqb,.8rem);font-variant-numeric:tabular-nums;line-height:1.1;opacity:.7;color:var(--ctk-text-muted, currentColor)}.ctk-graph__time-meta{opacity:.85;white-space:nowrap}.ctk-graph__legend{display:flex;flex-wrap:wrap;align-items:center;gap:4px 10px;width:100%;flex:none;font-size:clamp(.55rem,8cqb,.85rem);line-height:1.1;color:var(--ctk-text-muted, currentColor)}.ctk-graph__legend-item{display:inline-flex;align-items:center;gap:4px;min-width:0}.ctk-graph__legend-dot{width:.7em;height:.7em;border-radius:50%;flex:none}.ctk-graph__legend-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctk-graph__legend-value{font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--ctk-text, currentColor)}.ctk-graph__line{stroke-width:2.5;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 3px currentColor)}.ctk-graph__fill{stroke:none}.ctk-graph__bar{stroke-width:4;stroke-linecap:butt;opacity:.85;vector-effect:non-scaling-stroke}.ctk-graph__empty{stroke:var(--ctk-stale);stroke-width:2;stroke-dasharray:4 4;opacity:.4;vector-effect:non-scaling-stroke}.ctk-graph__grid{stroke:var(--ctk-text, currentColor);stroke-width:1;opacity:.12;vector-effect:non-scaling-stroke}.ctk-graph__dots{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.ctk-graph__dot{position:absolute;width:clamp(5px,1.6cqb,9px);height:clamp(5px,1.6cqb,9px);border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 2px var(--ctk-tile-bg, var(--ctk-surface, var(--ctk-bg)))}.ctk-graph__dot--latest{box-shadow:0 0 0 2px var(--ctk-tile-bg, var(--ctk-surface, var(--ctk-bg))),0 0 10px 3px currentColor}.ctk-graph__axis{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.ctk-graph__axis-tick{font-size:clamp(.5rem,7cqb,.85rem);font-variant-numeric:tabular-nums;line-height:1;opacity:.55;color:var(--ctk-text, currentColor)}.ctk-tile--alert-tint.ctk-tile--status-warning,.ctk-tile--alert-pulse.ctk-tile--status-warning{--ctk-tile-bg: color-mix(in srgb, var(--ctk-warning) 28%, var(--ctk-tile-bg-custom, var(--ctk-surface)))}.ctk-tile--alert-tint.ctk-tile--status-critical{--ctk-tile-bg: color-mix(in srgb, var(--ctk-critical) 40%, var(--ctk-tile-bg-custom, var(--ctk-surface)))}.ctk-tile--alert-pulse.ctk-tile--status-critical{animation:ctk-alert-pulse 1.6s ease-in-out infinite}@keyframes ctk-alert-pulse{0%,to{background:color-mix(in srgb,var(--ctk-critical) 18%,var(--ctk-tile-bg-custom, var(--ctk-surface)))}50%{background:color-mix(in srgb,var(--ctk-critical) 45%,var(--ctk-tile-bg-custom, var(--ctk-surface)))}}@media(prefers-reduced-motion:reduce){.ctk-tile--alert-pulse.ctk-tile--status-critical{animation:none;--ctk-tile-bg: color-mix(in srgb, var(--ctk-critical) 30%, var(--ctk-tile-bg-custom, var(--ctk-surface)))}}.ctk-tile--meteo{gap:clamp(6px,1vw,10px);justify-content:center}.ctk-tile__meteo-body{display:flex;flex:1;align-items:center;justify-content:space-between;gap:clamp(10px,2vw,20px);min-width:0;min-height:0}.ctk-tile__meteo-group{display:flex;min-width:0}.ctk-tile__meteo-group--info{flex:1 1 auto;flex-direction:column;justify-content:center;gap:clamp(4px,.8vw,8px)}.ctk-tile__meteo-group--weather{flex:0 0 auto;align-items:center;gap:clamp(8px,1.5vw,14px)}.ctk-tile__meteo-datetime{font-size:clamp(.95rem,2vw,1.35rem);font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctk-tile__meteo-location{font-size:clamp(.65rem,1.1vw,.8rem);color:var(--ctk-text-muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctk-tile__meteo-temp{font-size:clamp(1.4rem,3vw,2.25rem);line-height:1;white-space:nowrap}.ctk-weather-icon{color:var(--ctk-text-muted);width:clamp(28px,4vw,56px);height:auto;aspect-ratio:1;flex-shrink:0}.ctk-tile--meteo-stale .ctk-tile__meteo-body{opacity:.55}.ctk-tile__meteo-forecast{display:flex;justify-content:space-around;gap:clamp(4px,1cqi,12px);padding-top:clamp(2px,1cqb,8px);border-top:1px solid var(--ctk-border)}.ctk-tile__meteo-forecast-day{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:0}.ctk-tile__meteo-forecast-day .ctk-weather-icon{width:clamp(16px,8cqb,32px)}.ctk-tile__meteo-forecast-letter{font-size:clamp(.6rem,5cqb,.9rem);font-weight:600;color:var(--ctk-text-muted);text-transform:uppercase}.ctk-tile__meteo-forecast-temp{font-size:clamp(.6rem,5cqb,.95rem);font-weight:600;white-space:nowrap}@supports (container-type: size){.ctk-tile__meteo-datetime{font-size:clamp(.9rem,4.5cqi,1.6rem)}.ctk-tile__meteo-location{font-size:clamp(.6rem,2.75cqi,.9rem)}.ctk-tile__meteo-temp{font-size:clamp(1.3rem,7.5cqi,2.5rem)}.ctk-weather-icon{width:clamp(28px,14cqi,96px)}@container (max-width: 240px) and (min-height: 130px){.ctk-tile__meteo-body{flex-direction:column-reverse;align-items:center;justify-content:center;text-align:center;gap:clamp(6px,5cqb,18px)}.ctk-tile__meteo-group--info{flex:0 0 auto;align-items:center;text-align:center}.ctk-tile__meteo-group--weather{flex:0 0 auto;justify-content:center}.ctk-tile__meteo-temp{font-size:clamp(1.5rem,20cqi,3rem)}.ctk-weather-icon{width:clamp(40px,32cqi,96px)}.ctk-tile__meteo-clock{font-size:clamp(1.5rem,7cqi,3.5rem)}}}.ctk-tile__meteo-clock{font-size:clamp(1.6rem,5vw,3rem);font-weight:700;line-height:1;white-space:nowrap;font-variant-numeric:tabular-nums}.ctk-tile--meteo-vertical .ctk-tile__meteo-body{flex:0 0 auto}.ctk-tile--meteo-vertical .ctk-tile__meteo-clock{text-align:center;width:100%}.ctk-7seg-clock{display:flex;align-items:center;justify-content:center;gap:.09em;height:1.25em;width:100%;max-width:100%}.ctk-7seg-digit{height:100%;width:.75em;flex-shrink:0}.ctk-7seg-colon{height:100%;width:.19em;flex-shrink:0}.ctk-7seg-digit svg,.ctk-7seg-colon svg{height:100%;width:100%;display:block}.seg-on{fill:currentColor}.seg-off{fill:currentColor;opacity:.15}.ctk-analog-clock{display:block;width:2.6em;height:2.6em;margin:0 auto .05em}.ctk-tile--ticker{justify-content:center;gap:0;padding:0}.ctk-ticker__body{display:flex;align-items:stretch;width:100%;height:100%;flex:1;min-height:1.5em}.ctk-ticker__main{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:12px 20px 10px}.ctk-ticker__viewport{flex:1;width:100%;min-width:0;overflow:hidden;display:flex;align-items:center}.ctk-ticker__image{flex-shrink:0;align-self:stretch;height:100%;width:auto;object-fit:contain}.ctk-ticker__track{width:100%;min-width:0;will-change:transform}.ctk-ticker__track--static{display:flex;justify-content:center;text-align:center}.ctk-ticker__track--scroll{display:inline-block;width:max-content;transform:translate(var(--ticker-start-x, 100%));animation-name:ctk-ticker-scroll;animation-duration:var(--ticker-duration, 20s);animation-timing-function:linear;animation-fill-mode:forwards}.ctk-ticker__text{display:inline-block;white-space:nowrap;font-size:clamp(.95rem,2vw,1.35rem);font-weight:600;line-height:1.3}.ctk-ticker__pager{display:flex;align-items:center;justify-content:center;gap:6px;flex-shrink:0}.ctk-ticker__dot{display:inline-block;width:6px;height:6px;border-radius:999px;background:color-mix(in srgb,var(--ctk-text-muted) 45%,transparent);flex-shrink:0}.ctk-ticker__dot--active{position:relative;width:18px;height:6px;border-radius:999px;overflow:hidden;background:color-mix(in srgb,var(--ctk-text-muted) 28%,transparent)}.ctk-ticker__dot-fill{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:var(--ctk-text-muted);transform:scaleX(0);transform-origin:left center;animation:ctk-ticker-dot-fill var(--pager-duration, 8s) linear forwards}@keyframes ctk-ticker-dot-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes ctk-ticker-scroll{0%{transform:translate(var(--ticker-start-x, 100%))}to{transform:translate(var(--ticker-end-x, -100%))}}@supports (container-type: size){.ctk-ticker__text{font-size:clamp(.9rem,4.5cqi,1.5rem)}}.ctk-tile--text{gap:0;padding:0;justify-content:stretch}.ctk-text__viewport{position:relative;height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden;padding:var(--ctk-text-pad-y, clamp(8px, 4cqb, 28px)) var(--ctk-text-pad-x, clamp(12px, 4cqi, 28px));box-sizing:border-box}.ctk-text__content{display:flex;flex-direction:column;gap:clamp(2px,1.5cqb,10px);width:100%;font-size:calc(clamp(.9rem,9cqb,2rem) * var(--ctk-text-font-scale, 1))}.ctk-text__content--scroll{animation-name:ctk-text-scroll;animation-duration:var(--text-scroll-duration, 20s);animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes ctk-text-scroll{0%,15%{transform:translateY(0)}85%,to{transform:translateY(var(--text-scroll-distance, 0))}}.ctk-text__line{margin:0;line-height:1.25;overflow-wrap:anywhere;white-space:pre-wrap}.ctk-text__line--bullet{padding-left:1.4em;text-indent:-1.4em}.ctk-text__line--bullet:before{content:"•";padding-right:.6em}.ctk-text__line--numbered{padding-left:1.4em;text-indent:-1.4em}.ctk-text__line-number{padding-right:.4em}.ctk-text__line--hr{border-top:1px solid currentColor;opacity:.35;margin:.4em 0;height:0}.ctk-summary{display:flex;flex-direction:column;gap:6px;padding:14px 18px;overflow:hidden}.ctk-summary__title{font-size:.8em;font-weight:600;text-transform:uppercase;letter-spacing:.06em;opacity:.75}.ctk-summary__text{flex:1;min-height:0;overflow-y:auto;line-height:1.4;white-space:pre-wrap}.ctk-summary__time{font-size:.7em;opacity:.6;align-self:flex-end}.ctk-summary__empty{flex:1;display:flex;align-items:center;justify-content:center;opacity:.4;font-size:1.4em}.ctk-insight__all-normal{flex:1;display:flex;align-items:center;justify-content:center;color:#2e9e5b;font-weight:600}.ctk-tile--image{padding:0;gap:0}.ctk-image__img{display:block}.ctk-image__placeholder{font-size:clamp(1.5rem,30cqb,4rem);opacity:.4}.ctk-tile--iframe{padding:0;gap:0;overflow:hidden}.ctk-iframe__frame{width:100%;height:100%;border:0;display:block}.ctk-iframe__placeholder{font-size:clamp(1.5rem,30cqb,4rem);opacity:.4}.ctk-banner-widget{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 24px;padding:12px 20px}.ctk-banner-widget--hidden{background:transparent;border-color:transparent}.ctk-banner-widget--warning{--ctk-tile-bg: color-mix(in srgb, var(--ctk-warning) 22%, var(--ctk-surface))}.ctk-banner-widget--critical{animation:ctk-alert-pulse 1.6s ease-in-out infinite}.ctk-banner-widget__quiet{font-size:clamp(.75rem,1.2vw,1rem);font-weight:500;color:var(--ctk-text-muted);text-transform:uppercase;letter-spacing:.06em}.ctk-banner-widget__item{display:flex;align-items:baseline;gap:.5em;white-space:nowrap}.ctk-banner-widget__item-label{font-size:clamp(.7rem,1.1vw,.95rem);font-weight:500;color:var(--ctk-text-muted);text-transform:uppercase;letter-spacing:.06em}.ctk-banner-widget__item-value{font-size:clamp(1rem,1.8vw,1.6rem);font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.ctk-banner-widget__item--warning .ctk-banner-widget__item-value{color:var(--ctk-warning)}.ctk-banner-widget__item--critical .ctk-banner-widget__item-value{color:var(--ctk-critical)}@supports (container-type: size){.ctk-banner-widget__quiet{font-size:clamp(.75rem,2.2cqi,1.1rem)}.ctk-banner-widget__item-label{font-size:clamp(.7rem,1.8cqi,1rem)}.ctk-banner-widget__item-value{font-size:clamp(1rem,3.2cqi,1.8rem)}}@media(prefers-reduced-motion:reduce){.ctk-banner-widget--critical{animation:none;--ctk-tile-bg: color-mix(in srgb, var(--ctk-critical) 30%, var(--ctk-tile-bg-custom, var(--ctk-surface)))}}.ctk-barchart{display:grid;grid-template-columns:fit-content(45%) minmax(0,1fr);align-items:center;grid-auto-rows:1fr;row-gap:clamp(4px,2cqb,14px);column-gap:12px;padding:clamp(10px,5cqb,24px) clamp(12px,4cqi,24px);--ctk-row: calc(100cqb/max(var(--ctk-rows, 1), 1)) }.ctk-barchart__row{display:contents}.ctk-barchart__label{font-size:clamp(.7rem,calc(var(--ctk-row) * .32),1.4rem);line-height:1.2;font-weight:500;color:var(--ctk-text-muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctk-barchart__track{position:relative;flex:1 1 auto;display:flex;align-items:center;gap:8px;min-width:0}.ctk-barchart__bar{height:60%;min-height:8px;min-width:2px;border-radius:var(--ctk-radius);background:var(--ctk-stale);transition:width .6s ease}.ctk-barchart__bar--ok{background:var(--ctk-ok)}.ctk-barchart__bar--warning{background:var(--ctk-warning)}.ctk-barchart__bar--critical{background:var(--ctk-critical)}.ctk-barchart__bar--neutral{background:var(--ctk-stale)}.ctk-barchart__legend{grid-column:1 / -1;display:flex;justify-content:center;align-items:center;gap:clamp(10px,3cqi,24px)}.ctk-barchart__legend-item{display:inline-flex;align-items:center;gap:6px}.ctk-barchart__legend-dot{width:clamp(8px,calc(var(--ctk-row) * .25),14px);height:clamp(8px,calc(var(--ctk-row) * .25),14px);border-radius:50%;flex:none}.ctk-barchart__legend-label{font-size:clamp(.65rem,calc(var(--ctk-row) * .28),1.1rem);font-weight:500;color:var(--ctk-text-muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.ctk-barchart__value{font-size:clamp(.8rem,calc(var(--ctk-row) * .38),1.8rem);font-weight:700;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap}.ctk-tile--pie{justify-content:flex-start;gap:clamp(4px,2cqb,10px)}.ctk-pie__chart{position:relative;flex:1 1 auto;min-height:0;width:100%;display:flex;align-items:center;justify-content:center}.ctk-pie__svg{height:100%;width:auto;max-width:100%;aspect-ratio:1}.ctk-pie__legend-share{font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap;opacity:.85}.ctk-leaderboard{justify-content:flex-start;gap:clamp(6px,3cqb,14px);padding:clamp(10px,5cqb,24px) clamp(12px,4cqi,24px);--ctk-row: calc(100cqb/max(var(--ctk-rows, 1), 1)) }.ctk-leaderboard__title{font-size:clamp(.75rem,2.6cqi,1.2rem);font-weight:600;color:var(--ctk-text-muted);text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:6px}.ctk-leaderboard__title-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ctk-leaderboard__flip{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;padding:0;margin-left:auto;font:inherit;color:inherit;cursor:pointer;line-height:1}.ctk-leaderboard__flip:hover{color:var(--ctk-text)}.ctk-leaderboard__flip:focus-visible{outline:2px solid var(--ctk-text-muted);outline-offset:2px;border-radius:3px}.ctk-leaderboard__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;justify-content:stretch;gap:clamp(4px,2cqb,10px);min-height:0;flex:1 1 auto}.ctk-leaderboard__row{flex:1 1 0;display:flex;align-items:center;gap:clamp(6px,2cqi,14px)}.ctk-leaderboard__rank{flex:0 0 auto;min-width:1.4em;text-align:center;font-size:clamp(.85rem,calc(var(--ctk-row) * .42),2rem);font-weight:700;font-variant-numeric:tabular-nums;color:var(--ctk-text-muted)}.ctk-leaderboard__name{flex:1 1 auto;min-width:0;font-size:clamp(.8rem,calc(var(--ctk-row) * .4),1.9rem);line-height:1.2;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctk-leaderboard__value{flex:0 0 auto;font-size:clamp(.85rem,calc(var(--ctk-row) * .42),2rem);font-weight:700;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap}.ctk-challenge{justify-content:flex-start;gap:clamp(6px,3cqb,14px);padding:clamp(10px,5cqb,24px) clamp(12px,4cqi,24px);--ctk-row: calc(100cqb/max(var(--ctk-rows, 1), 1)) }.ctk-challenge__header{display:flex;align-items:baseline;justify-content:space-between;gap:clamp(6px,2cqi,14px)}.ctk-challenge__title{font-size:clamp(.75rem,2.6cqi,1.2rem);font-weight:600;color:var(--ctk-text-muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctk-challenge__countdown{flex:0 0 auto;font-size:clamp(.7rem,2.2cqi,1rem);font-weight:600;font-variant-numeric:tabular-nums;color:var(--ctk-text-muted);border:1px solid currentColor;border-radius:999px;padding:.1em .6em;opacity:.8}.ctk-challenge__empty{flex:1 1 auto;display:flex;align-items:center;justify-content:center;font-size:clamp(1rem,6cqi,3rem);color:var(--ctk-text-muted)}.ctk-challenge__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;justify-content:stretch;gap:clamp(4px,2cqb,10px);min-height:0;flex:1 1 auto}.ctk-challenge__row{flex:1 1 0;display:flex;align-items:center;gap:clamp(6px,2cqi,14px)}.ctk-challenge__row--unqualified{opacity:.45}.ctk-challenge__rank{flex:0 0 auto;min-width:1.4em;text-align:center;font-size:clamp(.85rem,calc(var(--ctk-row) * .42),2rem);font-weight:700;font-variant-numeric:tabular-nums;color:var(--ctk-text-muted)}.ctk-challenge__name{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:.4em;font-size:clamp(.8rem,calc(var(--ctk-row) * .4),1.9rem);line-height:1.2;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctk-challenge__team-dot{flex:0 0 auto;width:.6em;height:.6em;border-radius:50%}.ctk-challenge__goal{flex:0 0 auto;color:var(--ctk-ok, #22c55e);font-weight:700}.ctk-challenge__bar{flex:0 1 30%;min-width:0;height:clamp(4px,calc(var(--ctk-row) * .16),12px);border-radius:999px;background:color-mix(in srgb,var(--ctk-text-muted) 25%,transparent);overflow:hidden}.ctk-challenge__bar-fill{display:block;height:100%;border-radius:inherit;background:var(--ctk-accent, #3b82f6);transition:width .6s ease}.ctk-challenge__value{flex:0 0 auto;font-size:clamp(.85rem,calc(var(--ctk-row) * .42),2rem);font-weight:700;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap}.ctk-challenge__points{flex:0 0 auto;font-size:clamp(.7rem,calc(var(--ctk-row) * .28),1.3rem);font-weight:600;font-variant-numeric:tabular-nums;color:var(--ctk-text-muted);white-space:nowrap}.ctk-challenge__podium-wrap{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:clamp(6px,2cqb,14px)}.ctk-challenge__podium{flex:1 1 auto;min-height:0;display:flex;align-items:flex-end;justify-content:center;gap:clamp(6px,2cqi,20px)}.ctk-challenge__step{flex:1 1 0;max-width:32%;display:flex;flex-direction:column;align-items:center;gap:clamp(2px,1cqb,6px);min-width:0}.ctk-challenge__step-avatar{display:flex;align-items:center;justify-content:center;width:clamp(24px,7cqi,64px);height:clamp(24px,7cqi,64px);border-radius:50%;background:var(--ctk-accent, #3b82f6);color:#fff;font-size:clamp(.6rem,2.6cqi,1.5rem);font-weight:700}.ctk-challenge__step-name{max-width:100%;font-size:clamp(.6rem,2.2cqi,1.2rem);font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctk-challenge__step-block{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(1px,.6cqb,4px);border-radius:clamp(4px,1cqi,10px) clamp(4px,1cqi,10px) 0 0;background:color-mix(in srgb,var(--ctk-text-muted) 18%,transparent);padding:clamp(3px,1.5cqb,10px) clamp(3px,1cqi,8px)}.ctk-challenge__step--1 .ctk-challenge__step-block{height:100%;background:color-mix(in srgb,var(--ctk-accent, #3b82f6) 30%,transparent)}.ctk-challenge__step--2 .ctk-challenge__step-block{height:72%}.ctk-challenge__step--3 .ctk-challenge__step-block{height:52%}.ctk-challenge__step-medal{font-size:clamp(.8rem,3.4cqi,2rem);line-height:1}.ctk-challenge__step-value{font-size:clamp(.9rem,3.8cqi,2.4rem);font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.ctk-challenge__step-points{font-size:clamp(.55rem,1.8cqi,1rem);font-weight:600;color:var(--ctk-text-muted)}.ctk-challenge__runners,.ctk-challenge__chasers{flex:0 0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(4px,1.6cqi,14px);font-size:clamp(.55rem,1.9cqi,1rem);color:var(--ctk-text-muted);overflow:hidden}.ctk-challenge__runner,.ctk-challenge__chaser{white-space:nowrap}.ctk-challenge__race{position:relative;flex:1 1 auto;min-height:0;display:flex;flex-direction:column;justify-content:space-around;gap:clamp(3px,1.5cqb,10px);padding-right:clamp(18px,6cqi,48px)}.ctk-challenge__lane{flex:1 1 0;display:flex;align-items:center;gap:clamp(4px,1.6cqi,12px);min-height:0}.ctk-challenge__lane-name{flex:0 0 22%;min-width:0;font-size:clamp(.6rem,calc(var(--ctk-row) * .34),1.4rem);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctk-challenge__track{position:relative;flex:1 1 auto;height:clamp(6px,calc(var(--ctk-row) * .22),16px);border-radius:999px;background:color-mix(in srgb,var(--ctk-text-muted) 18%,transparent)}.ctk-challenge__trail{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:color-mix(in srgb,var(--ctk-accent, #3b82f6) 55%,transparent);transition:width .6s ease}.ctk-challenge__runner-dot{position:absolute;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:clamp(16px,4.4cqi,40px);height:clamp(16px,4.4cqi,40px);border-radius:50%;background:var(--ctk-accent, #3b82f6);color:#fff;font-size:clamp(.45rem,1.6cqi,.95rem);font-weight:700;transition:left .6s ease}.ctk-challenge__runner-dot--done{box-shadow:0 0 0 clamp(2px,.5cqi,4px) var(--ctk-ok, #22c55e)}.ctk-challenge__lane-value{flex:0 0 auto;font-size:clamp(.7rem,calc(var(--ctk-row) * .34),1.6rem);font-weight:700;font-variant-numeric:tabular-nums}.ctk-challenge__finish{position:absolute;top:0;bottom:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2em;padding-left:clamp(3px,1cqi,8px);border-left:2px dashed color-mix(in srgb,var(--ctk-text-muted) 45%,transparent);font-size:clamp(.6rem,2.2cqi,1.2rem);color:var(--ctk-text-muted);white-space:nowrap}.ctk-challenge__tug{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;justify-content:center;gap:clamp(4px,2cqb,14px)}.ctk-challenge__tug-sides,.ctk-challenge__tug-scores,.ctk-challenge__tug-points{display:flex;align-items:center;justify-content:space-between;gap:clamp(4px,2cqi,16px)}.ctk-challenge__tug-side{min-width:0;font-size:clamp(.7rem,3cqi,1.8rem);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctk-challenge__tug-side--right{text-align:right}.ctk-challenge__rope{position:relative;display:flex;height:clamp(10px,6cqb,34px);border-radius:999px;overflow:hidden;background:color-mix(in srgb,var(--ctk-text-muted) 18%,transparent)}.ctk-challenge__rope-fill{height:100%;background:var(--ctk-accent, #3b82f6);transition:width .6s ease}.ctk-challenge__rope-fill--right{background:color-mix(in srgb,var(--ctk-text-muted) 55%,transparent)}.ctk-challenge__knot{position:absolute;top:-15%;bottom:-15%;width:clamp(4px,1.2cqi,10px);transform:translate(-50%);border-radius:999px;background:var(--ctk-text, #fff);transition:left .6s ease}.ctk-challenge__tug-score{font-size:clamp(1rem,6cqi,3.6rem);font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.ctk-challenge__tug-gap{font-size:clamp(.7rem,2.6cqi,1.4rem);font-weight:600;color:var(--ctk-text-muted)}.ctk-challenge__tug-points{font-size:clamp(.55rem,1.9cqi,1rem);font-weight:600;color:var(--ctk-text-muted)}.ctk-challenge__grid{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(clamp(70px,22cqi,160px),1fr));align-content:center;gap:clamp(4px,2cqi,16px);overflow:hidden}.ctk-challenge__card{display:flex;flex-direction:column;align-items:center;gap:clamp(2px,1cqb,6px);min-width:0}.ctk-challenge__ring{position:relative;display:flex;align-items:center;justify-content:center;width:clamp(38px,11cqi,96px);height:clamp(38px,11cqi,96px);border-radius:50%}.ctk-challenge__ring-hole{display:flex;align-items:center;justify-content:center;width:76%;height:76%;border-radius:50%;background:var(--ctk-tile-bg-custom, var(--ctk-tile-bg, #111))}.ctk-challenge__card-value{font-size:clamp(.65rem,3cqi,1.6rem);font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.ctk-challenge__card-rank{position:absolute;top:-4%;right:-4%;display:flex;align-items:center;justify-content:center;min-width:1.6em;height:1.6em;padding:0 .25em;border-radius:999px;background:color-mix(in srgb,var(--ctk-text-muted) 30%,transparent);font-size:clamp(.5rem,1.8cqi,1rem);font-weight:700}.ctk-challenge__card-name{max-width:100%;font-size:clamp(.55rem,2cqi,1.1rem);font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctk-challenge__card-points{font-size:clamp(.5rem,1.6cqi,.9rem);color:var(--ctk-text-muted)}.ctk-challenge__hero{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(4px,2cqb,16px)}.ctk-challenge__clock{font-size:clamp(1.6rem,16cqi,9rem);font-weight:800;line-height:.95;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.ctk-challenge__clock--calm{color:var(--ctk-text, inherit)}.ctk-challenge__clock--amber{color:var(--ctk-warning, #f59e0b)}.ctk-challenge__clock--red{color:var(--ctk-critical, #ef4444);animation:ctk-challenge-pulse 2s ease-in-out infinite}.ctk-challenge__clock--over{color:var(--ctk-text-muted)}@keyframes ctk-challenge-pulse{50%{opacity:.55}}@media(prefers-reduced-motion:reduce){.ctk-challenge__clock--red{animation:none}}.ctk-challenge__leader{display:flex;align-items:center;gap:clamp(4px,1.6cqi,12px);max-width:100%;min-width:0}.ctk-challenge__leader-medal{font-size:clamp(.9rem,4cqi,2.2rem)}.ctk-challenge__leader-name{min-width:0;display:flex;align-items:center;gap:.35em;font-size:clamp(.8rem,3.6cqi,2rem);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctk-challenge__leader-value{font-size:clamp(.9rem,4.2cqi,2.4rem);font-weight:700;font-variant-numeric:tabular-nums}.ctk-challenge__leader-points{font-size:clamp(.55rem,1.9cqi,1rem);color:var(--ctk-text-muted)}.ctk-challenge__heatmap{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(clamp(52px,16cqi,130px),1fr));gap:clamp(3px,1.2cqi,10px);align-content:stretch;overflow:hidden}.ctk-challenge__square{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:.2em;min-width:0;padding:clamp(3px,1.2cqi,10px);border-radius:clamp(3px,1cqi,8px);transition:background .6s ease}.ctk-challenge__square-name{width:100%;font-size:clamp(.5rem,1.9cqi,1rem);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctk-challenge__square-value{font-size:clamp(.7rem,3cqi,1.6rem);font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.ctk-pictogram{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(4px,2cqb,12px);padding:clamp(10px,4cqb,20px) clamp(12px,4cqi,24px)}.ctk-pictogram__value{font-size:clamp(1rem,12cqb,3rem);font-weight:700;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap}.ctk-pictogram__total{font-size:.6em;font-weight:500;color:var(--ctk-text-muted)}.ctk-pictogram__grid{display:grid;flex:1 1 auto;min-height:0;width:100%;gap:clamp(2px,1cqb,8px);align-content:center;justify-items:center}.ctk-pictogram__icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-width:0;min-height:0}.ctk-pictogram__icon .ctk-kpi-icon{width:100%;height:100%}.ctk-pictogram__icon--dim{color:var(--ctk-border);opacity:.7}.ctk-spotlight{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(4px,2cqb,12px);padding:clamp(10px,5cqb,24px) clamp(12px,4cqi,24px);text-align:center}.ctk-spotlight__photo{width:min(55cqb,80cqi);aspect-ratio:1 / 1;border-radius:50%;object-fit:cover;border:3px solid var(--ctk-border)}.ctk-spotlight__initials{width:min(55cqb,80cqi);aspect-ratio:1 / 1;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--ctk-surface-hover);border:3px solid var(--ctk-border);color:var(--ctk-text-muted);font-size:clamp(1rem,20cqb,4rem);font-weight:700}.ctk-spotlight__name{font-size:clamp(.9rem,9cqb,2.2rem);font-weight:700;line-height:1.1}.ctk-spotlight__title{font-size:clamp(.7rem,5cqb,1.2rem);font-weight:500;color:var(--ctk-text-muted);text-transform:uppercase;letter-spacing:.06em}.ctk-spotlight__stats{display:flex;gap:clamp(12px,6cqi,40px);justify-content:center}.ctk-spotlight__stat{display:flex;flex-direction:column;align-items:center;gap:2px}.ctk-spotlight__stat-value{font-size:clamp(.9rem,8cqb,2rem);font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.ctk-spotlight__stat-label{font-size:clamp(.6rem,3.5cqb,1rem);font-weight:500;color:var(--ctk-text-muted);text-transform:uppercase;letter-spacing:.04em}.ctk-events{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:clamp(4px,2cqb,12px);padding:clamp(10px,4cqb,20px) clamp(12px,4cqi,24px);overflow:hidden;--ctk-row: calc(100cqb/max(var(--ctk-rows, 1), 1)) }.ctk-events__title{font-size:clamp(.75rem,calc(var(--ctk-row) * .28),1.3rem);font-weight:600;color:var(--ctk-text-muted);text-transform:uppercase;letter-spacing:.06em}.ctk-events__empty{color:var(--ctk-text-muted);text-align:center;margin:auto 0}.ctk-events__row{display:flex;align-items:center;gap:clamp(8px,3cqi,18px);flex:1 1 0;min-height:0}.ctk-events__day{flex:none;width:clamp(30px,calc(var(--ctk-row) * .8),64px);aspect-ratio:1 / 1;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;line-height:1}.ctk-events__day-number{font-size:clamp(.8rem,calc(var(--ctk-row) * .32),1.6rem);font-weight:700;font-variant-numeric:tabular-nums}.ctk-events__day-month{font-size:clamp(.5rem,calc(var(--ctk-row) * .15),.8rem);font-weight:500;text-transform:uppercase}.ctk-events__text{min-width:0;display:flex;flex-direction:column;gap:2px}.ctk-events__event-title{font-size:clamp(.75rem,calc(var(--ctk-row) * .28),1.4rem);font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ctk-events__event-location{font-size:clamp(.6rem,calc(var(--ctk-row) * .2),1rem);color:var(--ctk-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ctk-roster{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:clamp(2px,1.5cqb,10px);padding:clamp(10px,4cqb,20px) clamp(12px,4cqi,24px);overflow:hidden;--ctk-row: calc(100cqb/max(var(--ctk-rows, 1), 1)) }.ctk-roster--stale{opacity:.55}.ctk-roster__title{font-size:clamp(.75rem,calc(var(--ctk-row) * .3),1.3rem);font-weight:600;color:var(--ctk-text-muted);text-transform:uppercase;letter-spacing:.06em}.ctk-roster__empty{color:var(--ctk-text-muted);text-align:center;margin:auto 0}.ctk-roster__row{display:flex;align-items:center;gap:clamp(6px,2cqi,14px);flex:1 1 0;min-height:0}.ctk-roster__avatar{flex:none;width:clamp(20px,calc(var(--ctk-row) * .75),44px);aspect-ratio:1 / 1;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:clamp(.55rem,calc(var(--ctk-row) * .28),1rem);font-weight:700;color:#fff;background:var(--ctk-stale)}.ctk-roster__avatar--ok{background:var(--ctk-ok)}.ctk-roster__avatar--warning{background:var(--ctk-warning)}.ctk-roster__avatar--critical{background:var(--ctk-critical)}.ctk-roster__dot{flex:none;width:clamp(8px,calc(var(--ctk-row) * .3),14px);aspect-ratio:1 / 1;border-radius:50%;background:var(--ctk-stale)}.ctk-roster__dot--ok{background:var(--ctk-ok)}.ctk-roster__dot--warning{background:var(--ctk-warning)}.ctk-roster__dot--critical{background:var(--ctk-critical)}.ctk-roster__name{flex:1 1 auto;min-width:0;font-size:clamp(.75rem,calc(var(--ctk-row) * .32),1.4rem);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ctk-roster__presence{flex:none;font-size:clamp(.6rem,calc(var(--ctk-row) * .26),1.1rem);font-weight:500;color:var(--ctk-stale);white-space:nowrap}.ctk-roster__presence--ok{color:var(--ctk-ok)}.ctk-roster__presence--warning{color:var(--ctk-warning)}.ctk-roster__presence--critical{color:var(--ctk-critical)}.ctk-table{justify-content:flex-start;gap:clamp(6px,3cqb,14px);padding:clamp(10px,5cqb,24px) clamp(12px,4cqi,24px);--ctk-row: calc(100cqb/max(var(--ctk-rows, 1), 1)) }.ctk-table__title{flex:0 0 auto;font-size:clamp(.75rem,2.6cqi,1.2rem);font-weight:600;color:var(--ctk-text-muted);text-transform:uppercase;letter-spacing:.05em}.ctk-table__scroll{flex:1 1 auto;min-height:0;overflow:auto;width:100%}.ctk-table--fit .ctk-table__grid,.ctk-table--scroll .ctk-table__grid{height:100%}.ctk-table--fit .ctk-table__grid tr,.ctk-table--scroll .ctk-table__grid tr{height:1%}.ctk-table--fit .ctk-table__head,.ctk-table--fit .ctk-table__label,.ctk-table--fit .ctk-table__cell,.ctk-table--scroll .ctk-table__head,.ctk-table--scroll .ctk-table__label,.ctk-table--scroll .ctk-table__cell{vertical-align:middle}.ctk-table--scroll .ctk-table__scroll{overflow:hidden}.ctk-table__grid{width:100%;border-collapse:collapse;table-layout:fixed}.ctk-table__head{font-size:clamp(.65rem,calc(var(--ctk-row) * .28),1rem);font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--ctk-text-muted);text-align:right;padding:clamp(2px,1cqb,6px) clamp(4px,1.5cqi,10px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctk-table__head--label{text-align:left;width:38%}.ctk-table__head--icon{text-align:right;text-transform:none;letter-spacing:normal;overflow:visible}.ctk-table__head .ctk-presence-icon{width:clamp(1.1rem,calc(var(--ctk-row) * .48),2rem);height:clamp(1.1rem,calc(var(--ctk-row) * .48),2rem);display:inline-block;vertical-align:middle}.ctk-table__row{border-top:1px solid color-mix(in srgb,var(--ctk-text-muted) 20%,transparent)}.ctk-table__row--summary{border-top-width:2px;font-weight:600}.ctk-table__label{font-size:clamp(.75rem,calc(var(--ctk-row) * .34),1.4rem);font-weight:500;text-align:left;padding:clamp(3px,1.5cqb,8px) clamp(4px,1.5cqi,10px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctk-table__cell{font-size:clamp(.8rem,calc(var(--ctk-row) * .36),1.6rem);font-weight:700;font-variant-numeric:tabular-nums;text-align:right;padding:clamp(3px,1.5cqb,8px) clamp(4px,1.5cqi,10px);white-space:nowrap}.ctk-table__cell--warning{color:var(--ctk-warning, #f59e0b)}.ctk-table__cell--critical{color:var(--ctk-critical, #ef4444)}.ctk-table__empty{text-align:center;padding:clamp(8px,3cqb,16px);color:var(--ctk-text-muted)}.ctk-table__sort{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ctk-table__head--label .ctk-table__sort{justify-content:flex-start}.ctk-table__sort:hover{color:var(--ctk-text)}.ctk-table__sort:focus-visible{outline:2px solid var(--ctk-text-muted);outline-offset:2px;border-radius:3px}.ctk-table__sort-arrow{font-size:.9em;opacity:.8}.ctk-table__sort-glyph{opacity:.45;font-size:.9em}.ctk-table__sort:hover .ctk-table__sort-glyph{opacity:1}.ctk-burndown{--ctk-burndown-tone: var(--ctk-accent, #4b9fff);height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:8px;background:var(--ctk-surface);border-radius:var(--ctk-tile-radius, 12px);color:var(--ctk-text);text-align:center;overflow:hidden}.ctk-burndown--ok{--ctk-burndown-tone: var(--ctk-ok, #35c26b)}.ctk-burndown--warning{--ctk-burndown-tone: var(--ctk-warning, #eab308)}.ctk-burndown--critical{--ctk-burndown-tone: var(--ctk-critical, #ef4444)}.ctk-burndown--stale{--ctk-burndown-tone: var(--ctk-text-muted, #94a3b8);color:var(--ctk-text-muted)}.ctk-burndown__title{font-size:.9rem;font-weight:600;color:var(--ctk-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.ctk-burndown__ring-wrap{position:relative;width:min(60%,140px);aspect-ratio:1}.ctk-burndown__ring{width:100%;height:100%}.ctk-burndown__track{fill:none;stroke:color-mix(in srgb,var(--ctk-text-muted) 25%,transparent);stroke-width:10}.ctk-burndown__progress{fill:none;stroke:var(--ctk-burndown-tone);stroke-width:10;stroke-linecap:round;transition:stroke-dasharray .6s ease}.ctk-burndown__target{stroke:var(--ctk-text);stroke-width:3;opacity:.75}.ctk-burndown__center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.ctk-burndown__pct{font-size:clamp(1.4rem,4.5vw,2.4rem);font-weight:800;line-height:1;color:var(--ctk-burndown-tone)}.ctk-burndown__target-label{font-size:.7rem;color:var(--ctk-text-muted);margin-top:2px}.ctk-burndown__meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:center;font-size:.78rem}.ctk-burndown__pace{font-weight:700;padding:2px 8px;border-radius:999px;color:#fff}.ctk-burndown__pace.is-on{background:var(--ctk-ok, #35c26b)}.ctk-burndown__pace.is-off{background:var(--ctk-critical, #ef4444)}.ctk-burndown__interval{color:var(--ctk-text-muted)}.ctk-burndown__volume{font-size:.75rem;color:var(--ctk-text-muted)}.ctk-burndown__staffing{font-size:.78rem;font-weight:600;padding:3px 10px;border-radius:8px}.ctk-burndown__staffing.is-short{background:color-mix(in srgb,var(--ctk-warning) 22%,transparent);color:var(--ctk-warning)}.ctk-burndown__staffing.is-ok{background:color-mix(in srgb,var(--ctk-ok) 18%,transparent);color:var(--ctk-ok)}.ctk-burndown__staffing-detail{opacity:.8;font-weight:400}.ctk-dashgrid{display:grid;gap:var(--ctk-gap);padding:var(--ctk-gap);box-sizing:border-box}.ctk-dashgrid--desktop{grid-template-columns:repeat(12,1fr);min-height:100vh}.ctk-dashgrid--tablet{grid-template-columns:repeat(6,1fr);grid-auto-flow:row dense}.ctk-dashgrid--mobile{grid-template-columns:1fr;gap:calc(var(--ctk-gap) / 2);padding:calc(var(--ctk-gap) / 2)}.ctk-filterbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:8px 12px;background:var(--ctk-bg);color:var(--ctk-text)}.ctk-filterbar__select{position:relative}.ctk-filterbar__select>summary{border:1px solid var(--ctk-border);border-radius:var(--ctk-radius);background:var(--ctk-surface);color:var(--ctk-text);padding:6px 12px;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.ctk-filterbar__options{position:absolute;top:calc(100% + 4px);left:0;z-index:50;min-width:220px;max-height:280px;overflow-y:auto;border:1px solid var(--ctk-border);border-radius:var(--ctk-radius);background:var(--ctk-surface);padding:8px;display:flex;flex-direction:column;gap:4px}.ctk-filterbar__option{display:block;cursor:pointer}.ctk-filterbar__range,.ctk-filterbar__clear{border:1px solid var(--ctk-border);border-radius:var(--ctk-radius);background:var(--ctk-surface);color:var(--ctk-text);padding:6px 12px;cursor:pointer}.ctk-filterbar__hint{color:var(--ctk-text-muted);font-size:.8125rem}.ctk-filterbar__search{width:100%;box-sizing:border-box;border:1px solid var(--ctk-border);border-radius:var(--ctk-radius);background:var(--ctk-bg);color:var(--ctk-text);padding:4px 8px;font:inherit}.ctk-filter-presets{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.ctk-drilldown__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:100;display:flex;justify-content:flex-end}.ctk-drilldown{background:var(--ctk-surface);color:var(--ctk-text);border-left:1px solid var(--ctk-border);width:min(480px,100vw);height:100%;padding:16px;box-sizing:border-box;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.ctk-drilldown__header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.ctk-drilldown__title{margin:0;font-size:1.125rem}.ctk-drilldown__value{margin:4px 0 0;font-size:2rem;font-weight:700}.ctk-drilldown__close{border:none;background:none;color:var(--ctk-text-muted);font-size:1.75rem;line-height:1;cursor:pointer;padding:4px 8px}.ctk-drilldown__spans{display:flex;gap:4px}.ctk-drilldown__span{border:1px solid var(--ctk-border);border-radius:var(--ctk-radius);background:var(--ctk-surface);color:var(--ctk-text-muted);padding:6px 12px;cursor:pointer}.ctk-drilldown__span--active{color:var(--ctk-text);border-color:var(--ctk-ok);font-weight:600}.ctk-drilldown__chart{width:100%;height:220px;background:var(--ctk-bg);border:1px solid var(--ctk-border);border-radius:var(--ctk-radius)}.ctk-drilldown__legend{display:flex;justify-content:space-between;color:var(--ctk-text-muted);font-size:.8125rem}.ctk-drilldown__hint{color:var(--ctk-text-muted)}.ctk-drilldown__export{margin-top:12px;border:1px solid var(--ctk-border);border-radius:var(--ctk-radius);background:var(--ctk-bg);color:var(--ctk-text);padding:6px 12px;cursor:pointer}.ctk-cell--hidden{opacity:.35}.ctk-tile-actions{display:flex;gap:4px;justify-content:flex-end;margin-bottom:4px}.ctk-tile-actions__btn{border:1px solid var(--ctk-border);border-radius:var(--ctk-radius);background:var(--ctk-surface);color:var(--ctk-text);padding:2px 10px;font-size:.8125rem;cursor:pointer}.ctk-tile-actions__btn:hover{background:var(--ctk-surface-hover)}.ctk-cell--clickable{cursor:pointer}.ctk-cell--clickable:hover{filter:brightness(1.1)}.ctk-drilldown__tabs{display:flex;gap:4px;margin-bottom:10px}.ctk-drilldown__tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid transparent;border-radius:999px;padding:4px 12px;font:inherit;font-size:.85rem;color:var(--ctk-text-muted);cursor:pointer}.ctk-drilldown__tab:hover{color:var(--ctk-text)}.ctk-drilldown__tab--active{border-color:var(--ctk-border);color:var(--ctk-text);font-weight:600}.ctk-breakdown{list-style:none;margin:0;padding:0;display:grid;gap:6px}.ctk-breakdown__row{display:grid;grid-template-columns:minmax(0,10rem) 1fr auto;gap:10px;align-items:center;font-size:.9rem}.ctk-breakdown__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ctk-text-muted)}.ctk-breakdown__track{background:var(--ctk-surface-hover, rgba(127, 127, 127, .15));border-radius:3px;height:10px;overflow:hidden}.ctk-breakdown__bar{display:block;height:100%;background:var(--ctk-ok);border-radius:3px}.ctk-breakdown__bar--warning{background:var(--ctk-warning)}.ctk-breakdown__bar--critical{background:var(--ctk-critical)}.ctk-breakdown__bar--neutral{background:var(--ctk-text-muted)}.ctk-breakdown__value{font-variant-numeric:tabular-nums;font-weight:600}.ctk-dashcards{display:grid;--ctk-card-min: 200px;grid-template-columns:repeat(auto-fit,minmax(var(--ctk-card-min),1fr));grid-auto-flow:row dense;gap:var(--ctk-gap);padding:var(--ctk-gap);box-sizing:border-box}.ctk-dashcard{min-width:0}.ctk-dashcard--sm{grid-column:span 1;min-height:150px}.ctk-dashcard--md{grid-column:span 2;min-height:200px}.ctk-dashcard--lg{grid-column:span 3;min-height:260px}.ctk-dashcard--xl{grid-column:1 / -1;min-height:260px}@media(max-width:560px){.ctk-dashcard--sm,.ctk-dashcard--md,.ctk-dashcard--lg,.ctk-dashcard--xl{grid-column:1 / -1}.ctk-dashcard--sm{min-height:130px}.ctk-dashcard--md,.ctk-dashcard--lg,.ctk-dashcard--xl{min-height:200px}}.ctk-dashcards .ctk-tile{border-radius:8px;border:1px solid var(--ctk-border);box-shadow:none}.ctk-dashcards .ctk-cell--clickable{transition:transform .12s ease,box-shadow .12s ease}.ctk-dashcards .ctk-cell--clickable:hover{filter:none;transform:translateY(-2px)}.ctk-dashcards .ctk-cell--clickable:hover .ctk-tile{border-color:var(--ctk-text-muted)}.ctk-dashcards .ctk-cell--clickable:focus-visible{outline:none}.ctk-dashcards .ctk-cell--clickable:focus-visible .ctk-tile{outline:2px solid var(--ctk-ok);outline-offset:2px}@supports (container-type: size){.ctk-dashcards--compact .ctk-tile{--ctk-hero-value: clamp(1.25rem, 32cqb, 2.5rem);--ctk-compact-value: clamp(1.1rem, 26cqb, 2rem);--ctk-label: clamp(.65rem, 8cqb, .85rem);padding:clamp(8px,4cqb,14px) clamp(10px,2.5cqi,16px);gap:clamp(4px,2cqb,8px)}.ctk-dashcards--comfortable .ctk-tile{--ctk-hero-value: clamp(1.5rem, 42cqb, 3.5rem);--ctk-compact-value: clamp(1.25rem, 34cqb, 2.75rem);--ctk-label: clamp(.7rem, 9cqb, .95rem);padding:clamp(10px,5cqb,18px) clamp(12px,3cqi,20px);gap:clamp(6px,2.5cqb,10px)}.ctk-dashcards--roomy .ctk-tile{--ctk-hero-value: clamp(1.75rem, 55cqb, 4.5rem);--ctk-compact-value: clamp(1.4rem, 45cqb, 3.5rem);--ctk-label: clamp(.75rem, 10cqb, 1.05rem);padding:clamp(12px,6cqb,24px) clamp(14px,3.5cqi,24px);gap:clamp(8px,3cqb,14px)}}@supports (container-type: size){.ctk-dashcards .ctk-tile--kpi .ctk-tile__label{height:clamp(1.1rem,26cqb,2rem)}.ctk-dashcards .ctk-tile--kpi .ctk-tile__trend{height:clamp(1rem,24cqb,1.9rem)}.ctk-dashcards .ctk-tile__delta{font-size:clamp(.7rem,11cqb,.95rem)}}.ctk-dashboard{min-height:100vh;background:var(--ctk-bg);color:var(--ctk-text)}.ctk-dashhead{position:sticky;top:0;z-index:40;background:var(--ctk-bg);border-bottom:1px solid var(--ctk-border);box-shadow:0 1px 0 var(--ctk-border)}.ctk-dashhead__top{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;padding:10px 14px}.ctk-dashhead__back{border:1px solid var(--ctk-border);border-radius:999px;background:var(--ctk-surface);color:var(--ctk-text);width:30px;height:30px;font-size:1rem;line-height:1;cursor:pointer;flex:none}.ctk-dashhead__back:hover{background:var(--ctk-surface-hover)}.ctk-dashhead__title{margin:0;font-size:1.0625rem;font-weight:650;letter-spacing:-.01em;white-space:nowrap}.ctk-dashhead__tabs{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none}.ctk-dashhead__tabs::-webkit-scrollbar{display:none}.ctk-dashhead__right{display:flex;align-items:center;gap:10px;margin-left:auto}.ctk-pill{border:1px solid var(--ctk-border);border-radius:999px;background:var(--ctk-surface);color:var(--ctk-text-muted);font:inherit;font-size:.8125rem;font-weight:550;padding:5px 13px;cursor:pointer;white-space:nowrap;transition:background .12s ease,color .12s ease,border-color .12s ease}.ctk-pill:hover{background:var(--ctk-surface-hover);color:var(--ctk-text)}.ctk-pill:focus-visible{outline:2px solid var(--ctk-ok);outline-offset:2px}.ctk-pill--active{background:var(--ctk-text);border-color:var(--ctk-text);color:var(--ctk-bg);font-weight:650}.ctk-dashhead__status{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;color:var(--ctk-text-muted);white-space:nowrap}.ctk-dashhead__dot{width:7px;height:7px;border-radius:50%;background:var(--ctk-ok);flex:none}.ctk-dashhead__status--off .ctk-dashhead__dot{background:var(--ctk-warning);animation:ctk-dot-pulse 1.4s ease-in-out infinite}@keyframes ctk-dot-pulse{50%{opacity:.3}}@media(prefers-reduced-motion:reduce){.ctk-dashhead__status--off .ctk-dashhead__dot{animation:none}}.ctk-dashhead__ago{font-size:.75rem;color:var(--ctk-text-muted);font-variant-numeric:tabular-nums;white-space:nowrap}@media(max-width:560px){.ctk-dashhead__ago{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}}.ctk-dashhead__filters{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;padding:0 14px 10px}.ctk-dashhead__filters .ctk-filterbar{background:none;padding:0;gap:6px}.ctk-dashhead__filters .ctk-filterbar__select>summary,.ctk-dashhead__filters .ctk-filterbar__range,.ctk-dashhead__filters .ctk-filterbar__clear{border-radius:999px;font-size:.8125rem;padding:5px 13px}.ctk-dashhead__filters .ctk-filterbar__clear,.ctk-dashhead__filters .ctk-filterbar__hint{display:none}.ctk-chips{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.ctk-chip{display:inline-flex;align-items:center;gap:4px;border:1px solid var(--ctk-border);border-radius:999px;background:var(--ctk-surface-hover);color:var(--ctk-text);font-size:.75rem;font-weight:550;padding:3px 4px 3px 11px;white-space:nowrap;max-width:220px;overflow:hidden;text-overflow:ellipsis}.ctk-chip__remove{border:none;background:none;color:var(--ctk-text-muted);font-size:.9375rem;line-height:1;cursor:pointer;padding:0 5px;border-radius:999px}.ctk-chip__remove:hover{color:var(--ctk-text)}.ctk-chip__remove:focus-visible{outline:2px solid var(--ctk-ok);outline-offset:1px}.ctk-chips__clear{border:none;background:none;color:var(--ctk-text-muted);font:inherit;font-size:.75rem;text-decoration:underline;cursor:pointer;padding:3px 4px}.ctk-chips__clear:hover{color:var(--ctk-text)}.ctk-dashboard-sheet .ctk-drilldown{animation:ctk-sheet-in .18s ease-out}@keyframes ctk-sheet-in{0%{transform:translate(24px);opacity:0}}@media(prefers-reduced-motion:reduce){.ctk-dashboard-sheet .ctk-drilldown{animation:none}}.ctk-dash-home{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;text-align:center}.ctk-dash-home__inner{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:420px}.ctk-dash-home__list{display:flex;flex-direction:column;gap:12px;min-width:min(320px,80vw)}.ctk-dash-home__choice{padding:14px 20px;font-size:1.1rem;border:1px solid var(--ctk-border);border-radius:10px;background:var(--ctk-surface);color:var(--ctk-text);cursor:pointer}.ctk-dash-home__choice:hover{background:var(--ctk-surface-hover)}.ctk-dash-home p{margin:0;color:var(--ctk-text-muted)}@media print{.ctk-dashhead__right,.ctk-dashhead__back,.ctk-dashhead__filters .ctk-filterbar__select,.ctk-tile-actions,.ctk-drilldown__backdrop{display:none!important}.ctk-dashhead{position:static}.ctk-dashboard-surface,.ctk-dashcards,.ctk-tile{background:#fff!important;color:#000!important;box-shadow:none!important}.ctk-dashcards{display:block!important}.ctk-cell{break-inside:avoid;page-break-inside:avoid;margin-bottom:8mm}}.ctk-wallboard[data-exception=dim] .ctk-cell--exception-quiet,.ctk-dashcards[data-exception=dim] .ctk-cell--exception-quiet{opacity:.45;transform:scale(.96);transform-origin:center}.ctk-wallboard[data-exception=dim] .ctk-cell--exception-warm,.ctk-dashcards[data-exception=dim] .ctk-cell--exception-warm,.ctk-wallboard[data-exception=hide-ok] .ctk-cell--exception-warm,.ctk-dashcards[data-exception=hide-ok] .ctk-cell--exception-warm{z-index:1}.ctk-wallboard[data-exception=dim] .ctk-cell--exception-hot,.ctk-dashcards[data-exception=dim] .ctk-cell--exception-hot,.ctk-wallboard[data-exception=hide-ok] .ctk-cell--exception-hot,.ctk-dashcards[data-exception=hide-ok] .ctk-cell--exception-hot{z-index:2;outline:3px solid var(--ctk-critical, #ef4444);outline-offset:2px}.ctk-wallboard[data-distance="8m"] .ctk-tile__label,.ctk-wallboard[data-distance="8m"] .ctk-tile__trend,.ctk-wallboard[data-distance="15m"] .ctk-tile__label,.ctk-wallboard[data-distance="15m"] .ctk-tile__trend{display:none}.ctk-wallboard[data-distance="8m"] .ctk-tile__value,.ctk-wallboard[data-distance="15m"] .ctk-tile__value{font-size:calc(var(--ctk-hero-value, 4rem) * var(--ctk-distance-scale, 1))}.ctk-identify{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#000000b8;color:#fff;font-size:clamp(2.5rem,8vw,8rem);font-weight:800;letter-spacing:.04em;text-align:center;padding:2rem}.ctk-attention{display:flex;flex-direction:column;overflow:hidden;padding:8px 10px}.ctk-attention__title{font-size:clamp(11px,2.4cqh,16px);font-weight:600;margin-bottom:6px;opacity:.85}.ctk-attention__empty{margin:auto 0;opacity:.7;font-size:clamp(12px,3cqh,18px)}.ctk-attention__list{list-style:none;margin:0;padding:0;overflow:auto;flex:1}.ctk-attention__row{display:flex;justify-content:space-between;gap:8px;padding:4px 0;border-bottom:1px solid color-mix(in srgb,currentColor 12%,transparent);font-size:clamp(11px,2.6cqh,15px)}.ctk-attention__row--critical .ctk-attention__label{color:var(--ctk-critical, #ef4444)}.ctk-attention__row--warning .ctk-attention__label{color:var(--ctk-warning, #f59e0b)}.ctk-attention__detail{opacity:.8;text-align:right}.ctk-ops-combo{display:flex;flex-direction:column;padding:8px 10px}.ctk-ops-combo__title{font-size:clamp(11px,2.4cqh,16px);font-weight:600;margin-bottom:6px;opacity:.85}.ctk-ops-combo__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;flex:1;min-height:0}.ctk-ops-combo__stat{display:flex;flex-direction:column;justify-content:center;min-width:0}.ctk-ops-combo__figure{font-size:clamp(18px,6cqh,42px);font-weight:700;line-height:1}.ctk-ops-combo__stat--warn .ctk-ops-combo__figure{color:var(--ctk-warning, #f59e0b)}.ctk-ops-combo__label,.ctk-ops-combo__hint{font-size:clamp(10px,2cqh,13px);opacity:.75}.ctk-next-action{display:flex;flex-direction:column;padding:8px 10px}.ctk-next-action__title{font-size:clamp(11px,2.4cqh,16px);font-weight:600;margin-bottom:6px}.ctk-next-action__empty{margin:auto 0;opacity:.75}.ctk-next-action__list{list-style:none;margin:0;padding:0}.ctk-next-action__row{display:flex;gap:8px;align-items:baseline;padding:4px 0;font-size:clamp(12px,3cqh,18px)}.ctk-next-action__kind{font-weight:700;text-transform:uppercase;font-size:.75em;letter-spacing:.04em}.ctk-next-action__row--break .ctk-next-action__kind,.ctk-next-action__row--quality .ctk-next-action__kind{color:var(--ctk-critical, #ef4444)}.ctk-next-action__row--schedule .ctk-next-action__kind,.ctk-next-action__row--target .ctk-next-action__kind{color:var(--ctk-warning, #f59e0b)}.ctk-next-action__row--ok .ctk-next-action__kind{color:var(--ctk-ok, #22c55e)}.ctk-provenance{position:absolute;right:6px;bottom:4px;font-size:10px;opacity:.55;letter-spacing:.02em;pointer-events:none}.ctk-alert-takeover__playbook{margin-top:1.25rem;text-align:left;max-width:36rem}.ctk-alert-takeover__playbook ol{margin:.5rem 0 0;padding-left:1.25rem;font-size:clamp(1rem,2.4vw,1.75rem);line-height:1.35}.ctk-alert-takeover__ack{margin-top:.75rem;opacity:.85;font-size:.95em}.ctk-compare-line{fill:none;stroke:color-mix(in srgb,currentColor 45%,transparent);stroke-width:2;stroke-dasharray:6 4}.ctk-adherence-tile{display:flex;flex-direction:column;overflow:hidden}.ctk-adherence-tile__header{display:flex;align-items:baseline;gap:10px;margin-bottom:4px}.ctk-adherence-tile__pct{font-size:clamp(20px,6cqh,44px);font-weight:700;line-height:1}.ctk-adherence-tile__offplan{font-size:clamp(10px,2.4cqh,15px);color:var(--ctk-warning, #f59e0b)}.ctk-adherence-tile__rows{list-style:none;margin:0;padding:0;flex:1;display:grid;grid-template-rows:repeat(var(--ctk-rows, 1),minmax(0,1fr));min-height:0}.ctk-adherence-tile__row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;min-height:0;font-size:clamp(10px,2.6cqh,16px);border-bottom:1px solid rgba(255,255,255,.08)}.ctk-adherence-tile__row--off{color:var(--ctk-warning, #f59e0b)}.ctk-adherence-tile__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ctk-adherence-tile__state{opacity:.75;white-space:nowrap}.ctk-adherence-tile__score{font-variant-numeric:tabular-nums}.ctk-adherence-tile__empty,.ctk-adherence-tile__note{opacity:.6;font-size:clamp(10px,2.2cqh,14px)}.myschedule{padding:10px 12px;border-radius:8px;background:var(--ctk-surface, rgba(128, 128, 128, .08));color:var(--ctk-text, inherit);font-size:.9rem}.myschedule__toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.myschedule__title{font-weight:700}.myschedule__nav{display:inline-flex;gap:4px}.myschedule__nav button{border:1px solid var(--ctk-border, rgba(128, 128, 128, .35));background:transparent;color:inherit;border-radius:6px;padding:2px 8px;cursor:pointer}.myschedule__error{color:var(--ctk-critical, #ef4444)}.myschedule__muted,.myschedule-day__muted{color:var(--ctk-text-muted, #888)}.myschedule-day{display:flex;align-items:center;gap:10px;padding:5px 0;border-top:1px solid var(--ctk-border, rgba(128, 128, 128, .2))}.myschedule-day--today{background:#80808014;border-radius:6px}.myschedule-day__date{flex:none;width:92px;font-weight:600}.myschedule-day__blocks{display:flex;flex-wrap:wrap;gap:4px}.myschedule-block{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:5px;white-space:nowrap;font-size:.82em}.mytimeoff__form{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.mytimeoff__form select,.mytimeoff__form input,.mytimeoff__form button{font:inherit;color:var(--ctk-text, #fff);background:var(--ctk-panel-bg, rgba(255, 255, 255, .08));border:1px solid var(--ctk-border, rgba(255, 255, 255, .2));border-radius:6px;padding:4px 8px}.mytimeoff__form input[type=text]{flex:1 1 8rem;min-width:0}.mytimeoff__form button{cursor:pointer}.myschedule__tabs{display:flex;gap:6px}.myschedule__tabs button{font:inherit;color:var(--ctk-text, #fff);background:transparent;border:1px solid transparent;border-radius:6px;padding:2px 8px;cursor:pointer;opacity:.6}.myschedule__tabs button[aria-selected=true]{opacity:1;border-color:var(--ctk-border, rgba(255, 255, 255, .2))}.myschedule__updated{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 10px;padding:8px 10px;border-radius:8px;border:1px solid var(--ctk-accent, #38bdf8);background:color-mix(in srgb,var(--ctk-accent, #38bdf8) 12%,transparent);color:var(--ctk-text, #e2e8f0);font-size:.9rem}.myschedule__updated button{padding:4px 10px;border-radius:6px;border:1px solid var(--ctk-border, rgba(148, 163, 184, .4));background:transparent;color:inherit;cursor:pointer}.mytrade__state{color:var(--ctk-muted, #94a3b8);font-size:.85em}.my-adherence{padding:12px 16px;font-size:14px}.my-adherence--muted{opacity:.7}.my-adherence__figures{display:flex;gap:24px;flex-wrap:wrap}.my-adherence__figure{display:flex;flex-direction:column}.my-adherence__figure strong{font-size:24px;line-height:1.1}.my-adherence__figure span{font-size:12px;opacity:.7}.my-adherence__note{margin:8px 0 0;font-size:12px;opacity:.7}.my-adherence__gaps{margin:10px 0 0;padding-left:18px;font-size:13px}.my-adherence__gaps li{margin-bottom:2px}.live-call{padding:12px 16px;font-size:14px;display:flex;flex-direction:column;gap:10px}.live-call--muted{opacity:.7}.live-call__header{display:flex;align-items:center;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:.04em;opacity:.8}.live-call__dot{width:8px;height:8px;border-radius:50%;background:currentColor;opacity:.4}.live-call__dot--on{background:#ef4444;opacity:1;animation:live-call-pulse 1.6s ease-in-out infinite}@keyframes live-call-pulse{0%,to{opacity:1}50%{opacity:.35}}@media(prefers-reduced-motion:reduce){.live-call__dot--on{animation:none}}.live-call__clock{font-variant-numeric:tabular-nums}.live-call__mood{margin-left:auto;padding:2px 8px;border-radius:999px;font-size:11px}.live-call__mood--positive{background:#22c55e2e;color:#22c55e}.live-call__mood--neutral{background:#94a3b82e;color:#94a3b8}.live-call__mood--negative{background:#ef44442e;color:#ef4444}.live-call__suggestion{margin:0;padding:8px 10px;border-left:3px solid #3b82f6;background:#3b82f61a;border-radius:4px}.live-call__checklist,.live-call__flags{list-style:none;margin:0;padding:0;font-size:13px}.live-call__check{opacity:.75}.live-call__check--done{opacity:1;color:#22c55e}.live-call__flag--info{color:#94a3b8}.live-call__flag--warning{color:#f59e0b}.live-call__flag--critical{color:#ef4444}.live-call__transcript{max-height:220px;overflow-y:auto;border-top:1px solid rgba(148,163,184,.2);padding-top:8px}.live-call__line{margin:0 0 4px;line-height:1.35}.live-call__who{font-weight:600;margin-right:6px;opacity:.7}.live-call__line--agent .live-call__who{color:#60a5fa}.live-call__line--customer .live-call__who{color:#fb923c}.live-call__error{margin:0;font-size:12px;color:#f59e0b}.myeval{padding:10px 12px;border-radius:8px;background:var(--ctk-surface, rgba(128, 128, 128, .08));color:var(--ctk-text, inherit);font-size:.9rem}.myeval__tabs{display:flex;gap:6px;margin-bottom:10px}.myeval__tab{border:1px solid var(--ctk-border, rgba(128, 128, 128, .35));background:transparent;color:inherit;border-radius:6px;padding:3px 10px;cursor:pointer}.myeval__tab--active{background:var(--ctk-accent, #3b82f6);color:#fff;border-color:transparent}.myeval__toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.myeval__toolbar button{border:1px solid var(--ctk-border, rgba(128, 128, 128, .35));background:transparent;color:inherit;border-radius:6px;padding:2px 10px;cursor:pointer}.myeval__row{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px;padding:8px 6px;border:none;border-top:1px solid var(--ctk-border, rgba(128, 128, 128, .2));background:transparent;color:inherit;cursor:pointer;text-align:left}.myeval__row-main{display:flex;flex-direction:column}.myeval__row-form{font-weight:600}.myeval__row-date{color:var(--ctk-text-muted, #888);font-size:.8rem}.myeval__row-side{display:flex;align-items:center;gap:8px}.myeval__score{font-weight:700}.myeval__score--bad{color:var(--ctk-critical, #ef4444)}.myeval-chip{border-radius:999px;padding:1px 8px;font-size:.75rem;white-space:nowrap}.myeval-chip--new{background:var(--ctk-accent, #3b82f6);color:#fff}.myeval-chip--ok{background:#22c55e33;color:var(--ctk-text, inherit)}.myeval-chip--warn{background:#f59e0b40;color:var(--ctk-text, inherit)}.myeval__title{margin:4px 0}.myeval__meta{color:var(--ctk-text-muted, #888);margin:0 0 10px}.myeval__fatal{color:var(--ctk-critical, #ef4444)}.myeval__section{margin-bottom:12px}.myeval__section h4{margin:6px 0}.myeval__qa{display:flex;justify-content:space-between;gap:10px;padding:3px 0;border-top:1px solid var(--ctk-border, rgba(128, 128, 128, .15))}.myeval__a{font-weight:600;white-space:nowrap}.myeval__actions,.myeval__comments{margin-top:12px;padding-top:10px;border-top:1px solid var(--ctk-border, rgba(128, 128, 128, .25))}.myeval__actions button,.myeval__dispute button{border:1px solid var(--ctk-border, rgba(128, 128, 128, .35));background:transparent;color:inherit;border-radius:6px;padding:4px 12px;cursor:pointer;margin-top:6px}.myeval__dispute textarea{width:100%;box-sizing:border-box;border-radius:6px;border:1px solid var(--ctk-border, rgba(128, 128, 128, .35));background:transparent;color:inherit;padding:6px;margin-top:6px}.myeval__comment{display:flex;flex-direction:column;padding:4px 0;border-top:1px solid var(--ctk-border, rgba(128, 128, 128, .15))}.myeval__comment-author{font-size:.78rem;color:var(--ctk-text-muted, #888)}.myeval__coaching{padding:8px 0;border-top:1px solid var(--ctk-border, rgba(128, 128, 128, .2))}.myeval__coaching-items{margin:4px 0;padding-left:16px;list-style:none}.myeval__done{color:var(--ctk-text-muted, #888);text-decoration:line-through}.myeval__error{color:var(--ctk-critical, #ef4444)}.myeval__muted{color:var(--ctk-text-muted, #888)}.myeval__trend{padding:8px 10px;border-bottom:1px solid var(--ctk-border, rgba(127, 127, 127, .25))}.myeval__trend-head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;font-size:.8rem;color:var(--ctk-text-muted);margin-bottom:6px}.myeval__trend-avg{font-variant-numeric:tabular-nums}.myeval__trend-change--up{color:var(--ctk-ok)}.myeval__trend-change--down{color:var(--ctk-warning)}.myeval__trend-bars{display:flex;align-items:flex-end;gap:2px;height:40px}.myeval__trend-bar{flex:1 1 0;min-width:2px;background:var(--ctk-ok);border-radius:2px 2px 0 0;opacity:.75}.mychal{display:flex;flex-direction:column;gap:10px;padding:12px;color:var(--ctk-text, #e5e7eb);font-size:14px}.mychal--error{color:var(--ctk-critical, #ef4444)}.mychal__header{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.mychal__title{margin:0;font-size:15px;font-weight:600}.mychal__points{font-weight:700;font-variant-numeric:tabular-nums;color:var(--ctk-accent, #3b82f6)}.mychal__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.mychal-card{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border-radius:8px;background:color-mix(in srgb,currentColor 6%,transparent)}.mychal-card__header{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.mychal-card__name{font-weight:600}.mychal-card__countdown{flex:0 0 auto;font-size:12px;opacity:.7;font-variant-numeric:tabular-nums}.mychal-card__description{margin:0;font-size:12px;opacity:.75}.mychal-card__me{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.mychal-card__rank{font-weight:600}.mychal-card__value{font-size:18px;font-weight:700;font-variant-numeric:tabular-nums}.mychal-bar{height:6px;border-radius:999px;background:color-mix(in srgb,currentColor 18%,transparent);overflow:hidden}.mychal-bar__fill{height:100%;border-radius:inherit;background:var(--ctk-accent, #3b82f6);transition:width .6s ease}.mychal-card__target{font-size:12px;opacity:.7;font-variant-numeric:tabular-nums}.mychal-top{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:2px;font-size:12px;opacity:.85}.mychal-top li{display:flex;align-items:center;gap:6px}.mychal-top__medal{flex:0 0 auto;min-width:1.2em}.mychal-top__name{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mychal-top__value{flex:0 0 auto;font-variant-numeric:tabular-nums}.mychal-badges{display:flex;flex-wrap:wrap;gap:6px}.mychal-badges__badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:999px;font-size:12px;background:color-mix(in srgb,currentColor 10%,transparent)}.mychal-badges__icon{font-size:14px}.mychal-past{font-size:12px;opacity:.8}.mychal-past summary{cursor:pointer}.mychal-past__list{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:3px}.mychal-past__list li{display:flex;justify-content:space-between;gap:8px}.mychal-past__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.today-strip{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:8px 12px;width:100%}.today-strip__title{font-weight:700;font-size:.85rem;margin-right:4px}.today-strip__chip{border:1px solid var(--ctk-border, rgba(128, 128, 128, .35));background:var(--ctk-surface, rgba(128, 128, 128, .08));color:inherit;border-radius:999px;padding:4px 10px;font-size:.8rem;cursor:pointer}.today-strip__chip--kpi_critical,.today-strip__chip--off_adherence{border-color:var(--ctk-critical, #e11d48)}.agent-ask{padding:10px 12px;border-radius:8px;background:var(--ctk-surface, rgba(128, 128, 128, .08));color:var(--ctk-text, inherit);font-size:.9rem;margin:0 12px 8px}.agent-ask__title{font-weight:700;margin-bottom:4px}.agent-ask__help{margin:0 0 8px;opacity:.8;font-size:.8rem}.agent-ask__log{display:flex;flex-direction:column;gap:6px;max-height:220px;overflow-y:auto;margin-bottom:8px}.agent-ask__turn{margin:0}.agent-ask__turn--user{opacity:.85}.agent-ask__error{color:var(--ctk-critical, #e11d48);margin:0 0 8px}.agent-ask__row{display:flex;gap:8px}.agent-ask__row input{flex:1;border:1px solid var(--ctk-border, rgba(128, 128, 128, .35));background:transparent;color:inherit;border-radius:6px;padding:6px 8px}.agent-ask__row button{border:1px solid var(--ctk-border, rgba(128, 128, 128, .35));background:transparent;color:inherit;border-radius:6px;padding:6px 10px;cursor:pointer}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}.ctk-brand{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:8px;text-align:center}.ctk-brand__icon{height:96px;width:auto;max-width:320px;object-fit:contain}.ctk-brand__name{margin:0;font-size:2rem}.ctk-pairing{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.ctk-pairing__label{margin:0;font-size:1.25rem;opacity:.8}.ctk-pairing__code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:clamp(3rem,12vw,7rem);font-weight:700;letter-spacing:.15em;padding:8px 24px}.ctk-pairing__hint{margin:0;max-width:32ch;opacity:.7}.ctk-pairing__error{margin:0;color:#ff6b6b}.ctk-pairing__hint a{color:inherit}.ctk-home{display:flex;flex-direction:column;align-items:center;gap:16px}.ctk-home__list{display:flex;flex-direction:column;gap:12px;min-width:min(320px,80vw)}.ctk-home__choice{padding:14px 20px;font-size:1.1rem;border:1px solid currentColor;border-radius:10px;background:transparent;color:inherit;cursor:pointer}.ctk-home__choice:hover{background:#80808026}.ctk-home__choice:disabled{opacity:.6;cursor:default}.ctk-home__field{width:min(320px,80vw);padding:12px 14px;font-size:1rem;border:1px solid currentColor;border-radius:10px;background:transparent;color:inherit}.ctk-home__error{margin:0;color:#ff6b6b}.ctk-alert-takeover{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--ctk-critical) 88%,black);color:#fff;text-align:center;padding:24px;animation:ctk-alert-pulse 1.6s ease-in-out infinite}@keyframes ctk-alert-pulse{0%,to{opacity:1}50%{opacity:.86}}.ctk-alert-takeover__inner{max-width:900px}.ctk-alert-takeover__badge{display:inline-block;font-size:1.1rem;font-weight:700;letter-spacing:.18em;padding:6px 16px;border:2px solid white;border-radius:999px;margin-bottom:24px}.ctk-alert-takeover__label{font-size:clamp(2rem,6vw,4rem);margin:0 0 8px}.ctk-alert-takeover__value{font-size:clamp(2.5rem,10vw,6rem);font-weight:800;margin:0 0 12px}.ctk-alert-takeover__message{font-size:clamp(1.1rem,3vw,1.8rem);margin:0 0 8px;opacity:.95}.ctk-alert-takeover__more{font-size:1rem;opacity:.8;margin:0 0 24px}.ctk-alert-takeover__ack{margin-top:16px;padding:14px 40px;font-size:1.25rem;font-weight:700;color:var(--ctk-critical);background:#fff;border:none;border-radius:12px;cursor:pointer}.ctk-alert-takeover__ack:hover{background:#ffffffe6}.ctk-alert-strip{position:fixed;top:0;left:0;right:0;z-index:900;display:flex;flex-wrap:wrap;gap:1px}.ctk-alert-strip__item{flex:1 1 auto;display:flex;gap:12px;align-items:baseline;padding:8px 16px;color:#fff;font-size:.95rem}.ctk-alert-strip__item--warning{background:var(--ctk-warning)}.ctk-alert-strip__label{font-weight:700}.ctk-alert-strip__message{opacity:.95}.ctk-banner__icon{height:20px;width:auto;max-width:60px;object-fit:contain;margin-right:8px}
