.History-module__ZttyUG__container{max-width:1200px;color:var(--color-text);margin:0 auto;padding:2rem 1.5rem 4rem}.History-module__ZttyUG__pageTitle{text-align:center;color:var(--color-text-strong);text-shadow:none;margin-bottom:2rem;font-size:2rem;font-weight:700}.History-module__ZttyUG__chartSection{margin-bottom:3rem}.History-module__ZttyUG__sectionTitle{color:var(--color-text-strong);margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.History-module__ZttyUG__chartContainer{min-height:400px}.History-module__ZttyUG__reportsSection{margin-bottom:3rem}.History-module__ZttyUG__tabs{border-bottom:2px solid var(--color-footer-border);flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.History-module__ZttyUG__tab{background:var(--color-surface-muted);color:var(--color-intro);border:1px solid var(--color-border-muted);border-radius:var(--ui-radius,6px)var(--ui-radius,6px)0 0;cursor:pointer;border-bottom:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.History-module__ZttyUG__tab:hover{background:var(--color-footer-border);color:var(--color-text-strong)}.History-module__ZttyUG__tabActive{background:var(--color-surface-muted);color:var(--color-text-strong);border-color:var(--color-border-muted);border-bottom:2px solid var(--color-surface-muted);margin-bottom:-2px;font-weight:600}.History-module__ZttyUG__tabEmpty{opacity:.6;background:var(--color-surface-subtle)}.History-module__ZttyUG__tabEmpty:hover{background:var(--color-surface-muted);color:var(--color-intro);cursor:pointer}.History-module__ZttyUG__reportContainer{background:var(--color-surface);color:var(--color-text-strong);border-radius:var(--ui-radius,6px);box-shadow:0 4px 6px var(--color-black-a10);min-height:400px;padding:2rem}.History-module__ZttyUG__loadingReport{height:400px;color:var(--color-text-secondary);justify-content:center;align-items:center;font-size:1rem;font-style:italic;display:flex}.History-module__ZttyUG__noDataState{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:400px;padding:2rem;display:flex}.History-module__ZttyUG__noDataState h3{color:var(--color-intro);margin:0 0 1rem;font-size:1.5rem;font-weight:600}.History-module__ZttyUG__noDataState p{color:var(--color-text-secondary);max-width:400px;font-size:1rem;line-height:1.6}@media (max-width:768px){.History-module__ZttyUG__container{padding:1rem 1rem 3rem}.History-module__ZttyUG__pageTitle{font-size:1.5rem}.History-module__ZttyUG__sectionTitle{font-size:1.25rem}.History-module__ZttyUG__chartContainer{padding:1rem}.History-module__ZttyUG__tabs{gap:.25rem}.History-module__ZttyUG__tab{padding:.5rem 1rem;font-size:.875rem}.History-module__ZttyUG__reportContainer{padding:1rem}}
.Modal-module__iX2sxG__overlay{background:var(--color-black-a40);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Modal-module__iX2sxG__modal{background:var(--color-modal-shell);border-radius:var(--ui-radius,6px);width:min(600px,92vw);min-height:360px;box-shadow:0 12px 28px var(--color-black-a28);box-sizing:border-box;flex-direction:column;padding:28px;display:flex}.Modal-module__iX2sxG__title{color:var(--color-kanban-card-text);margin:0 0 12px;font-size:1.5rem;font-weight:800}.Modal-module__iX2sxG__subtitle{color:var(--color-text);margin:0 0 12px;font-size:1.1rem}.Modal-module__iX2sxG__prompt{color:var(--color-text-soft);margin:0 0 18px;font-size:1rem}.Modal-module__iX2sxG__range{appearance:none;background:var(--color-surface);border-radius:999px;outline:none;width:100%;height:6px}.Modal-module__iX2sxG__range::-webkit-slider-thumb{-webkit-appearance:none;background:var(--color-ui-sky);width:22px;height:22px;box-shadow:0 1px 3px var(--color-black-a25);cursor:pointer;border-radius:50%}.Modal-module__iX2sxG__range::-moz-range-thumb{background:var(--color-ui-sky);cursor:pointer;border:0;border-radius:50%;width:22px;height:22px}.Modal-module__iX2sxG__rowTitle td{height:48px;padding:16px 24px 0}.Modal-module__iX2sxG__rowSubtitle td{height:56px;padding:4px 24px 0}.Modal-module__iX2sxG__rowPrompt td{height:64px;padding:4px 24px 0}.Modal-module__iX2sxG__rowSpacer td{height:auto;padding:0}.Modal-module__iX2sxG__rowSlider td{vertical-align:middle;height:80px;padding:0 24px}.Modal-module__iX2sxG__rowLegends td{height:40px;padding:0 24px 4px}.Modal-module__iX2sxG__rowCta td{height:72px;padding:0 24px 24px}.Modal-module__iX2sxG__scale{justify-content:space-between;margin-top:8px;font-weight:700;display:flex}.Modal-module__iX2sxG__scaleCaptions{color:var(--color-text);opacity:.85;justify-content:space-between;margin-top:2px;font-size:.9rem;font-style:italic;display:flex}.Modal-module__iX2sxG__baseTextarea{border:2px solid var(--color-black-a10);border-radius:var(--ui-radius,4px);resize:vertical;background:var(--color-white-a80);box-sizing:border-box;width:100%;min-height:120px;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .2s,background .2s}.Modal-module__iX2sxG__baseTextarea:focus{border-color:var(--color-good-green);background:var(--color-white-a95);outline:none}.Modal-module__iX2sxG__baseTextarea::placeholder{color:var(--color-text-faint);opacity:.7}.Modal-module__iX2sxG__ctaRow{justify-content:center;margin-top:18px;display:flex}.Modal-module__iX2sxG__cta{border-radius:var(--ui-radius,6px);border:.5px solid var(--color-cta-text);cursor:pointer;color:var(--color-cta-text);background:linear-gradient(90deg,var(--color-kanban-button-primary-start)0%,var(--color-kanban-button-primary-end)100%);min-width:200px;padding:1rem 4rem;font-size:1.25rem;font-weight:700;transition:filter .15s}.Modal-module__iX2sxG__cta:hover{filter:brightness(.95)}
.Box-module__IRv6ua__overlay{background:rgba(var(--rgb-black),var(--ui-modal-backdrop,.4));justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Box-module__IRv6ua__modal{background:var(--color-modal-shell);border-radius:var(--ui-radius,14px);width:min(600px,92vw);min-height:420px;box-shadow:0 12px 28px var(--color-black-a28);padding:0;overflow:hidden}.Box-module__IRv6ua__layout{border-collapse:separate;table-layout:fixed;width:100%;height:100%}.Box-module__IRv6ua__rowTitle td{height:48px;padding:16px 24px 0}.Box-module__IRv6ua__rowSubtitle td{height:56px;padding:4px 24px 0}.Box-module__IRv6ua__rowPrompt td{height:64px;padding:4px 24px 0}.Box-module__IRv6ua__rowSpacer td{height:auto;padding:0}.Box-module__IRv6ua__rowSlider td{vertical-align:middle;height:80px;padding:0 24px}.Box-module__IRv6ua__rowLegends td{height:40px;padding:0 24px 4px}.Box-module__IRv6ua__rowCta td{height:72px;padding:0 24px 24px}.Box-module__IRv6ua__title{color:var(--color-kanban-card-text);margin:0;font-size:1.6rem;font-weight:800}.Box-module__IRv6ua__subtitle{color:var(--color-text);margin:0;font-size:1.1rem}.Box-module__IRv6ua__prompt{color:var(--color-text-soft);margin:0;font-size:1rem}.Box-module__IRv6ua__range{appearance:none;background:var(--color-surface);border-radius:999px;outline:none;width:100%;height:6px}.Box-module__IRv6ua__range::-webkit-slider-thumb{-webkit-appearance:none;background:var(--color-ui-sky);width:22px;height:22px;box-shadow:0 1px 3px var(--color-black-a25);cursor:pointer;border-radius:50%}.Box-module__IRv6ua__range::-moz-range-thumb{background:var(--color-ui-sky);cursor:pointer;border:0;border-radius:50%;width:22px;height:22px}.Box-module__IRv6ua__scale{justify-content:space-between;margin-top:6px;font-weight:700;display:flex}.Box-module__IRv6ua__scaleCaptions{color:var(--color-text);opacity:.85;justify-content:space-between;font-size:.9rem;font-style:italic;display:flex}.Box-module__IRv6ua__ctaRow{justify-content:center;display:flex}.Box-module__IRv6ua__cta{border-radius:var(--ui-radius,6px);cursor:pointer;color:var(--color-cta-text);background:linear-gradient(90deg,var(--color-kanban-button-primary-start)0%,var(--color-kanban-button-primary-end)100%);border:none;padding:1rem 2.5rem;font-size:1.25rem;font-weight:700;transition:filter .15s}.Box-module__IRv6ua__cta:hover{filter:brightness(.95)}@media (max-width:640px){.Box-module__IRv6ua__modal{min-height:440px}.Box-module__IRv6ua__rowTitle td{height:52px}.Box-module__IRv6ua__rowSubtitle td{height:60px}.Box-module__IRv6ua__rowPrompt td{height:72px}.Box-module__IRv6ua__rowSlider td{height:90px}.Box-module__IRv6ua__rowCta td{height:76px}}.Box-module__IRv6ua__clickable{cursor:pointer}.Box-module__IRv6ua__clickable:focus{outline:2px solid var(--color-ui-outline);outline-offset:2px}.Box-module__IRv6ua__inner{text-align:center;flex-direction:column;align-items:stretch;width:100%;min-height:100%;display:flex}.Box-module__IRv6ua__miniWrap{box-sizing:border-box;width:100%}.Box-module__IRv6ua__driverBox>.Box-module__IRv6ua__miniWrap{margin-top:auto;padding:0 16px 12px}.Box-module__IRv6ua__assessmentArea .Box-module__IRv6ua__miniWrap{margin-top:0;padding:0}.Box-module__IRv6ua__miniFill{background:var(--slider-fill,var(--color-slider-fill-default));height:100%}.Box-module__IRv6ua__miniScore{text-align:center;font-variant-numeric:tabular-nums;margin-top:4px;font-weight:600}.Box-module__IRv6ua__miniScoreValue{margin-bottom:2px;font-weight:700;display:block}.Box-module__IRv6ua__miniSlider{background:var(--slider-track,var(--color-slider-track-default));background:color-mix(in srgb,var(--driver-bg,var(--color-footer-border))25%,var(--color-surface));border-radius:2px;width:100%;height:6px;overflow:hidden}.Box-module__IRv6ua__miniSliderFill{background:var(--slider-fill,var(--color-slider-fill-default));height:100%;width:var(--fillPct,0%)}.Box-module__IRv6ua__driverBox{background:var(--driver-bg,transparent);color:var(--driver-body,inherit);border:1px solid var(--driver-border,transparent);border-radius:var(--ui-radius,6px);flex-direction:column;padding:1rem;transition:transform .2s,background .2s;display:flex;position:relative;overflow:hidden}.Box-module__IRv6ua__driverBox:hover{filter:brightness(.97);transform:translateY(-2px)}.Box-module__IRv6ua__driverBox h3{text-transform:capitalize;color:var(--driver-heading,currentColor);text-align:center;margin-bottom:.5rem;font-size:1.3rem}.Box-module__IRv6ua__driverBox p{color:var(--driver-body,currentColor);text-align:center;margin:.25rem 0;font-size:1rem;font-style:italic}.Box-module__IRv6ua__assessmentArea{background:var(--color-white-a15);border-radius:calc(var(--ui-radius,6px) - 2px);flex-direction:column;gap:.5rem;margin-top:auto;padding:.75rem;display:flex}.Box-module__IRv6ua__driverBox p.Box-module__IRv6ua__driverQuestion,.Box-module__IRv6ua__driverBox p.Box-module__IRv6ua__driverQuestionReview{text-align:center;margin:0;font-size:.95rem;font-style:normal;font-weight:400}.Box-module__IRv6ua__driverBox--focus{--driver-bg:var(--color-focus-sand);--driver-heading:var(--on-sand-heading);--driver-body:var(--on-sand-body);--driver-border:var(--border-sand);--slider-fill:var(--color-slider-fill-sand)}.Box-module__IRv6ua__driverBox--good{--driver-bg:var(--color-good-green);--driver-heading:var(--on-green-heading);--driver-body:var(--on-green-body);--driver-border:var(--border-green);--slider-fill:var(--color-slider-fill-green)}.Box-module__IRv6ua__driverBox--acceptable{--driver-bg:var(--color-acceptable-light-blue);--driver-heading:var(--on-light-blue-heading);--driver-body:var(--on-light-blue-body);--driver-border:var(--border-light-blue);--slider-fill:var(--color-slider-fill-default)}.Box-module__IRv6ua__driverBox--undefined{--driver-bg:var(--color-undefined-dark-blue);--driver-heading:var(--on-dark-blue-heading);--driver-body:var(--on-dark-blue-body);--driver-border:var(--border-dark-blue);--slider-fill:var(--color-slider-fill-neutral)}.Box-module__IRv6ua__driverHeading{color:var(--driver-heading)}.Box-module__IRv6ua__driverSubtext{color:var(--driver-body)}.Box-module__IRv6ua__driverQuestion,.Box-module__IRv6ua__driverQuestionReview{color:var(--driver-body);margin:0;font-size:.95rem;font-style:normal;font-weight:400}.Box-module__IRv6ua__activityBox{cursor:pointer;-webkit-user-select:none;user-select:none;text-align:left;justify-content:flex-start;align-items:flex-start;gap:8px;display:flex}.Box-module__IRv6ua__activityBox span{text-align:left;line-height:1.4;display:inline-block}.Box-module__IRv6ua__activitiesBoxWrapper{container:activitybox/inline-size}.Box-module__IRv6ua__activitiesHeader{flex-direction:column;align-items:stretch;gap:4px;margin-bottom:16px;display:flex}.Box-module__IRv6ua__activitiesHeading{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;flex:none;width:100%;margin:0 0 6px;font-size:1.15rem;font-weight:700;line-height:1.2}.Box-module__IRv6ua__activitiesSliderWrap{flex:none;align-self:flex-start;width:100%;margin:0;padding:0}.Box-module__IRv6ua__activitiesSlider{background:color-mix(in srgb,var(--driver-bg,var(--color-footer-border))25%,var(--color-surface));border-radius:2px;width:100%;height:4px;overflow:hidden}.Box-module__IRv6ua__activitiesSliderFill{background:var(--slider-fill,var(--color-slider-fill-default));height:100%;width:var(--fillPct,0%)}.Box-module__IRv6ua__activitiesHeader .Box-module__IRv6ua__miniWrap{flex-shrink:0;width:100px!important;margin:0!important;padding:4px 0 0!important}.Box-module__IRv6ua__activitiesHeader .Box-module__IRv6ua__miniSlider{border-radius:2px;height:4px!important}@container activitybox (max-width:260px){.Box-module__IRv6ua__activitiesHeader{flex-direction:column;align-items:flex-start;gap:10px}.Box-module__IRv6ua__activitiesHeading{width:100%;font-size:1rem}.Box-module__IRv6ua__activitiesHeader .Box-module__IRv6ua__miniWrap{width:100%!important;max-width:none!important;padding-top:0!important}}@container activitybox (min-width:260px) and (max-width:320px){.Box-module__IRv6ua__activitiesHeading{font-size:1.05rem}}@container activitybox (min-width:320px) and (max-width:400px){.Box-module__IRv6ua__activitiesHeading{font-size:1.1rem}}@container activitybox (min-width:400px){.Box-module__IRv6ua__activitiesHeading{font-size:1.2rem}}@supports not (container-type:inline-size){@media (max-width:640px){.Box-module__IRv6ua__activitiesHeader{flex-direction:column;align-items:flex-start;gap:10px}.Box-module__IRv6ua__activitiesHeading{width:100%;font-size:1rem}.Box-module__IRv6ua__activitiesHeader .Box-module__IRv6ua__miniWrap{width:100%!important;max-width:none!important;padding-top:0!important}}}.Box-module__IRv6ua__completionDisplay{width:100%;margin-top:auto;padding:8px 0 0}.Box-module__IRv6ua__completionCount{grid-template-columns:1fr 1fr;align-items:center;gap:8px;width:100%;display:grid}.Box-module__IRv6ua__completionLabel{color:var(--driver-body,currentColor);text-transform:lowercase;text-align:center;font-size:.95rem;font-weight:600;display:block}.Box-module__IRv6ua__completionNumber{color:var(--driver-heading,currentColor);font-variant-numeric:tabular-nums;text-align:center;font-size:2.8rem;font-weight:600;line-height:1;display:block}.Box-module__IRv6ua__completionRatio{color:var(--driver-body,currentColor);opacity:.7;margin-top:8px;font-size:.9rem;font-weight:600}.Box-module__IRv6ua__cycleCompleteGrid{grid-template-rows:auto 1fr auto;height:100%;min-height:0;display:grid}.Box-module__IRv6ua__headingWithTooltip{display:inline-block;position:relative}.Box-module__IRv6ua__headingWithTooltip h3{margin-bottom:4px}.Box-module__IRv6ua__tooltipText{visibility:hidden;opacity:0;z-index:10;background-color:var(--color-black-a85);color:var(--color-surface);white-space:normal;pointer-events:none;border-radius:6px;max-width:280px;margin-top:4px;padding:8px 12px;font-size:.85rem;line-height:1.4;transition:opacity .2s;position:absolute;top:100%;left:0}.Box-module__IRv6ua__headingWithTooltip:hover .Box-module__IRv6ua__tooltipText{visibility:visible;opacity:1}.Box-module__IRv6ua__cycleCompleteContent{align-items:center;width:100%;display:flex}.Box-module__IRv6ua__cycleCompleteFooter{min-height:52px}.Box-module__IRv6ua__buttonGroup{gap:8px;margin-top:12px;transition:opacity .6s;display:flex}.Box-module__IRv6ua__buttonGroupVisible{opacity:1}.Box-module__IRv6ua__buttonGroupHidden{opacity:0;pointer-events:none}.Box-module__IRv6ua__keepScoreButton,.Box-module__IRv6ua__editScoreButton{background:var(--color-white-a35);color:inherit;cursor:pointer;border:none;border-radius:6px;flex:1;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .2s}.Box-module__IRv6ua__keepScoreButton:hover,.Box-module__IRv6ua__editScoreButton:hover{background:var(--color-white-a45);transform:translateY(-1px)}.Box-module__IRv6ua__keepScoreButton:active,.Box-module__IRv6ua__editScoreButton:active{transform:translateY(0)}.Box-module__IRv6ua__pulsatingSlider{animation:2s ease-in-out infinite Box-module__IRv6ua__pulsate}@keyframes Box-module__IRv6ua__pulsate{0%,to{box-shadow:0 0 0 0 var(--color-white-a40)}50%{box-shadow:0 0 8px 2px var(--color-white-a60)}}.Box-module__IRv6ua__reviewPrompt{background:var(--color-white-a92);box-shadow:0 2px 8px var(--color-black-a15);z-index:10;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;animation:.3s ease-out Box-module__IRv6ua__slideUp;display:flex;position:absolute;bottom:12px;left:16px;right:16px}.Box-module__IRv6ua__needsReview .Box-module__IRv6ua__assessmentArea{padding-bottom:50px}@keyframes Box-module__IRv6ua__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Box-module__IRv6ua__reviewPromptFadeOut{animation:.3s ease-out forwards Box-module__IRv6ua__fadeOut}@keyframes Box-module__IRv6ua__fadeOut{to{opacity:0;transform:translateY(10px)}}.Box-module__IRv6ua__reviewPromptText{color:var(--color-text);margin:0;font-size:.9rem;font-weight:600}.Box-module__IRv6ua__reviewToggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;display:flex}.Box-module__IRv6ua__reviewCheckbox{appearance:none;background:var(--color-border-very-light);cursor:pointer;border-radius:11px;width:40px;height:22px;transition:background .2s;position:relative}.Box-module__IRv6ua__reviewCheckbox:checked{background:linear-gradient(90deg,var(--color-kanban-button-primary-start)0%,var(--color-kanban-button-primary-end)100%)}.Box-module__IRv6ua__reviewCheckbox:before{content:"";background:var(--color-surface);width:18px;height:18px;box-shadow:0 1px 3px var(--color-black-a20);border-radius:50%;transition:transform .2s;position:absolute;top:2px;left:2px}.Box-module__IRv6ua__reviewCheckbox:checked:before{transform:translate(18px)}.Box-module__IRv6ua__reviewToggleLabel{color:var(--color-text-soft);font-size:.85rem;font-weight:600}.Box-module__IRv6ua__needsReview{position:relative}.Box-module__IRv6ua__reviewFadingOut .Box-module__IRv6ua__reviewPrompt{pointer-events:none}.Box-module__IRv6ua__emptyMessage{text-align:center;color:var(--color-white-a90);padding:2rem 40px;font-style:italic;position:relative}.Box-module__IRv6ua__emptyMessage:before{content:"";background:radial-gradient(ellipse at center,var(--color-black-a18)0%,var(--color-black-a15)calc(100% - 20px),transparent 100%);pointer-events:none;z-index:0;position:absolute;inset:20px}.Box-module__IRv6ua__emptyMessage span{z-index:1;position:relative}.Box-module__IRv6ua__infoIcon{cursor:pointer;width:28px;height:28px;color:var(--driver-heading,var(--color-ui-link));z-index:20;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:600;transition:all .2s;display:flex;position:absolute;top:8px;right:8px}.Box-module__IRv6ua__infoIcon:hover{transform:scale(1.15)}.Box-module__IRv6ua__infoIcon:active{transform:scale(.95)}
.DriverInfoModal-module__kPAJTW__backdrop{background:var(--color-black-a60);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.DriverInfoModal-module__kPAJTW__modal{background:var(--color-surface);width:90%;max-width:900px;height:85vh;max-height:800px;box-shadow:0 10px 40px var(--color-black-a30);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.DriverInfoModal-module__kPAJTW__header{border-bottom:1px solid var(--color-footer-border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.DriverInfoModal-module__kPAJTW__header h2{color:var(--color-text-strong);margin:0;font-size:1.5rem;font-weight:600}.DriverInfoModal-module__kPAJTW__closeButton{cursor:pointer;color:var(--color-text-secondary);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;line-height:1;transition:background .2s,color .2s;display:flex}.DriverInfoModal-module__kPAJTW__closeButton:hover{background:var(--color-surface-muted);color:var(--color-text-strong)}.DriverInfoModal-module__kPAJTW__iframeContainer{flex:1;position:relative;overflow:hidden}.DriverInfoModal-module__kPAJTW__iframe{border:none;width:100%;height:100%}.DriverInfoModal-module__kPAJTW__footer{border-top:1px solid var(--color-footer-border);justify-content:flex-end;padding:16px 24px;display:flex}.DriverInfoModal-module__kPAJTW__openButton{background:linear-gradient(90deg,var(--color-ui-link),var(--color-ui-link-strong));color:var(--color-cta-text);cursor:pointer;border:none;border-radius:6px;padding:.85rem 1.75rem;font-size:1.05rem;font-weight:600;transition:background .2s,transform .15s}.DriverInfoModal-module__kPAJTW__openButton:hover{background:linear-gradient(90deg,var(--color-ui-link-strong),var(--color-ui-link-hover));transform:translateY(-2px)}.DriverInfoModal-module__kPAJTW__openButton:active{transform:translateY(0)}
.CycleReportModal-module__mvjjRW__backdrop{background:var(--color-black-a60);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.CycleReportModal-module__mvjjRW__modal{background:var(--color-surface);border-radius:var(--ui-radius,6px);width:95%;max-width:1000px;max-height:90vh;box-shadow:0 10px 40px var(--color-black-a30);flex-direction:column;margin:auto;display:flex;position:relative}.CycleReportModal-module__mvjjRW__closeButton{background:var(--color-surface);cursor:pointer;color:var(--color-text-secondary);z-index:10;width:40px;height:40px;box-shadow:0 2px 8px var(--color-black-a10);border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:2.5rem;line-height:1;transition:background .2s,color .2s;display:flex;position:absolute;top:20px;right:20px}.CycleReportModal-module__mvjjRW__closeButton:hover{background:var(--color-surface-muted);color:var(--color-text-strong)}.CycleReportModal-module__mvjjRW__content{flex:1;padding:1rem;overflow-y:auto}.CycleReportModal-module__mvjjRW__footer{border-top:1px solid var(--color-footer-border);background:var(--color-surface-subtle);border-radius:0 0 var(--ui-radius,6px)var(--ui-radius,6px);justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;display:flex}.CycleReportModal-module__mvjjRW__downloadButton{background:linear-gradient(90deg,var(--color-ui-link),var(--color-ui-link-strong));color:var(--color-cta-text);border-radius:var(--ui-radius,6px);cursor:pointer;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s,transform .15s}.CycleReportModal-module__mvjjRW__downloadButton:hover{background:linear-gradient(90deg,var(--color-ui-link-strong),var(--color-ui-link-hover));transform:translateY(-2px)}.CycleReportModal-module__mvjjRW__downloadButton:active{transform:translateY(0)}.CycleReportModal-module__mvjjRW__closeButtonBottom{background:var(--color-footer-border);color:var(--color-intro);border-radius:var(--ui-radius,6px);cursor:pointer;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s}.CycleReportModal-module__mvjjRW__closeButtonBottom:hover{background:var(--color-border-muted)}@media print{.CycleReportModal-module__mvjjRW__backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;position:static}.CycleReportModal-module__mvjjRW__modal{box-shadow:none;width:100%;max-width:none;max-height:none}.CycleReportModal-module__mvjjRW__closeButton,.CycleReportModal-module__mvjjRW__footer{display:none!important}.CycleReportModal-module__mvjjRW__content{padding:0;overflow:visible}}@media (max-width:768px){.CycleReportModal-module__mvjjRW__modal{width:100%;max-height:95vh}.CycleReportModal-module__mvjjRW__footer{flex-direction:column-reverse;padding:1rem}.CycleReportModal-module__mvjjRW__downloadButton,.CycleReportModal-module__mvjjRW__closeButtonBottom{width:100%}}
:root{--rgb-black:0,0,0;--rgb-white:255,255,255;--color-heading:#000;--color-text:#333;--color-text-secondary:#6b7280;--color-text-muted:#666;--color-text-subtle:#858585;--color-text-faint:#999;--color-text-strong:#1f2937;--color-background:#fff;--color-surface:#fff;--color-kicker:#3b5b4a;--color-intro:#374151;--color-tagline:#4b5563;--color-cta-bg:#2563eb;--color-cta-bg-hover:#1e40af;--cta-start:#8bb4ad;--cta-end:#9ec7ea;--cta-start-dark:#6a9389;--cta-end-dark:#6d96b6;--color-cta-text:#fff;--color-footer-text:#374151;--color-footer-muted:#6b7280;--color-footer-border:#e5e7eb;--color-burndown-shading:#ececec;--color-surface-muted:#f3f4f6;--color-surface-subtle:#f9fafb;--color-border-muted:#d1d5db;--color-border-subtle:#e5e5e5;--color-border-light:#eee;--color-border-very-light:#ddd;--color-surface-disabled:#ccc;--color-surface-faint:#f5f5f5;--color-surface-faint-2:#f7f7f7;--color-surface-panel:#ffffff80;--color-black-a02:#00000005;--color-black-a03:#00000008;--color-black-a05:#0000000d;--color-black-a06:#0000000f;--color-black-a08:#00000014;--color-black-a10:#0000001a;--color-black-a12:#0000001f;--color-black-a15:#00000026;--color-black-a18:#0000002e;--color-black-a20:#0003;--color-black-a25:#00000040;--color-black-a28:#00000047;--color-black-a30:#0000004d;--color-black-a40:#0006;--color-black-a50:#00000080;--color-black-a60:#0009;--color-black-a70:#000000b3;--color-black-a75:#000000bf;--color-black-a85:#000000d9;--color-white-a10:#ffffff1a;--color-white-a15:#ffffff26;--color-white-a20:#fff3;--color-white-a30:#ffffff4d;--color-white-a35:#ffffff59;--color-white-a40:#fff6;--color-white-a45:#ffffff73;--color-white-a50:#ffffff80;--color-white-a60:#fff9;--color-white-a70:#ffffffb3;--color-white-a80:#fffc;--color-white-a85:#ffffffd9;--color-white-a90:#ffffffe6;--color-white-a92:#ffffffeb;--color-white-a95:#fffffff2;--color-focus-sand:#e9e7dd;--color-good-green:#8bb4ad;--color-acceptable-light-blue:#9ec7ea;--color-undefined-dark-blue:#30435e;--on-sand:#0a2239;--on-green:#0a2239;--on-light-blue:#0a2239;--on-dark-blue:#fff;--on-sand-heading:#0a2239;--on-sand-body:#0a2239;--on-green-heading:#0a2239;--on-green-body:#1b3c4f;--on-light-blue-heading:#0a2239;--on-light-blue-body:#183a52;--on-dark-blue-heading:#fff;--on-dark-blue-body:#e6eef6;--border-sand:#d9d7cd;--border-green:#7ca5a0;--border-light-blue:#8fbbe0;--border-dark-blue:#25364c;--color-acceleration:#7ca5a0;--color-acceleration-pale:#7ca5a026;--color-acceleration-critical:#d96459;--color-acceleration-warning:#e3dbc9;--color-text-disabled:#9ca3af;--color-graph-line:#1f2a44;--color-text-default:#000;--color-outline:#000;--color-report-critical:#f15856;--color-report-gague:#f68b66;--color-danger:#c00;--color-danger-strong:#ef4444;--color-danger-text:#d32f2f;--color-danger-bg:#ff00001a;--color-warning:#f60;--color-warning-bg:#ffa5001f;--color-warning-border:#ffa50059;--color-success-accent:#90ee90;--color-success-bg:#90ee901f;--color-success-text:#14532d;--color-kanban-critical:#f15856;--color-kanban-fragile:#f68b66;--color-kanban-healthy:#66c5af;--color-kanban-card-text:#1d2a3b;--color-kanban-card-text-a80:#1d2a3bcc;--color-kanban-text-secondary:#666;--color-kanban-modal-bg:#e6e2d5fa;--color-kanban-modal-close:#666;--color-kanban-textarea-border:#65c8f2;--color-kanban-button-primary-start:#7ecb9a;--color-kanban-button-primary-end:#6fb5c9;--color-kanban-note-accent:#6fb5c9;--color-modal-sand:#e9e7dde0;--color-modal-light-blue:#9ec7eae0;--color-modal-green:#8bb4ade0;--color-modal-dark-blue:#30435ef2;--color-tint-sand:#e9e7dd26;--color-tint-light-blue:#9ec7ea26;--color-tint-green:#8bb4ad26;--color-ui-sky:#86b5d1;--color-ui-steel:#5b7a9f;--color-text-soft:#555;--color-modal-shell:#e6e2d5f2;--color-modal-shell-soft:#e6e2d5eb;--color-modal-shell-ghost:#e6e2d5bf;--color-slider-fill-default:#3f466f;--color-slider-fill-sand:#6b583c;--color-slider-fill-green:#3f6553;--color-slider-fill-neutral:#d1d5db;--color-slider-track-default:#00000014;--color-ui-code-bg:#1e1e1e;--color-ui-code-fg:#d4d4d4;--color-ui-code-accent:#4ec9b0;--color-ui-code-subtle:#858585;--color-ui-link:#3b82f6;--color-ui-link-strong:#2563eb;--color-ui-link-hover:#1d4ed8;--color-ui-outline:#3b82f699;--color-scorecard-start:#667eea;--color-scorecard-end:#764ba2;--color-score-acceleration-start:#f0f7f6;--color-score-acceleration-end:#e8f4f2;--color-score-momentum-start:#fdf6f0;--color-score-momentum-end:#faf0e8;--brandcolorAccent:#e67e22;--brandColorAccent:#e67e22}
.FAQModal-module__tiAxTG__faqModal{background:var(--color-white-a95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:600px;max-height:80vh;box-shadow:0 8px 32px var(--color-black-a15);border:1px solid var(--color-white-a30);z-index:1000;border-radius:12px;flex-direction:column;display:flex;position:absolute;top:60px;right:80px;overflow:hidden}.FAQModal-module__tiAxTG__header{border-bottom:1px solid var(--color-black-a10);background:var(--color-white-a50);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.FAQModal-module__tiAxTG__header h2{color:var(--color-text);margin:0;font-size:18px;font-weight:600}.FAQModal-module__tiAxTG__closeButton{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:28px;line-height:1;transition:background-color .2s,color .2s;display:flex}.FAQModal-module__tiAxTG__closeButton:hover{background-color:var(--color-black-a05);color:var(--color-text)}.FAQModal-module__tiAxTG__content{flex:1;padding:24px;overflow-y:auto}.FAQModal-module__tiAxTG__loading,.FAQModal-module__tiAxTG__error,.FAQModal-module__tiAxTG__empty{text-align:center;color:var(--color-text-muted);padding:40px 20px}.FAQModal-module__tiAxTG__error{color:var(--color-danger-text)}.FAQModal-module__tiAxTG__faqTable{border-collapse:collapse;width:100%;font-size:14px}.FAQModal-module__tiAxTG__faqTable thead{background:var(--color-white-a95);z-index:1;position:sticky;top:0}.FAQModal-module__tiAxTG__faqTable th{text-align:left;color:var(--color-text-soft);border-bottom:2px solid var(--color-black-a10);text-transform:uppercase;letter-spacing:.5px;padding:12px 16px;font-size:13px;font-weight:600}.FAQModal-module__tiAxTG__faqTable td{vertical-align:top;border-bottom:1px solid var(--color-black-a05);padding:16px}.FAQModal-module__tiAxTG__faqTable tr:last-child td{border-bottom:none}.FAQModal-module__tiAxTG__faqTable tr:hover{background:var(--color-black-a02)}.FAQModal-module__tiAxTG__question{color:var(--color-text);width:40%;font-weight:600}.FAQModal-module__tiAxTG__answer{color:var(--color-text-soft);width:60%;line-height:1.6}.FAQModal-module__tiAxTG__content::-webkit-scrollbar{width:8px}.FAQModal-module__tiAxTG__content::-webkit-scrollbar-track{background:var(--color-black-a05);border-radius:4px}.FAQModal-module__tiAxTG__content::-webkit-scrollbar-thumb{background:var(--color-black-a20);border-radius:4px}.FAQModal-module__tiAxTG__content::-webkit-scrollbar-thumb:hover{background:var(--color-black-a30)}@media (max-width:768px){.FAQModal-module__tiAxTG__faqModal{width:auto;max-height:90vh;left:10px;right:10px}.FAQModal-module__tiAxTG__faqTable th,.FAQModal-module__tiAxTG__faqTable td{padding:12px}.FAQModal-module__tiAxTG__question{width:35%}.FAQModal-module__tiAxTG__answer{width:65%}}
.VideoWithBubbles-v2-module__JtcIcq__container{width:100%;max-width:100%;margin:0 auto;padding-top:80px;position:relative}.VideoWithBubbles-v2-module__JtcIcq__videoWrapper{justify-content:center;width:100%;display:flex;position:relative;overflow:visible}.VideoWithBubbles-v2-module__JtcIcq__video{object-fit:cover;width:50%;height:auto;margin-top:20%;display:block}.VideoWithBubbles-v2-module__JtcIcq__bubblesLayer{pointer-events:none;z-index:10;position:absolute;inset:0}.VideoWithBubbles-v2-module__JtcIcq__bubble{background:var(--bubble-color,#5b7a9f);background-color:color-mix(in srgb,var(--bubble-color,#5b7a9f)80%,transparent);color:#fff;z-index:10;max-width:270px;animation:VideoWithBubbles-v2-module__JtcIcq__floatComplex var(--bubble-duration,24s)ease-in-out infinite,VideoWithBubbles-v2-module__JtcIcq__fadeIn .6s ease-out forwards;animation-delay:var(--bubble-delay,0s);opacity:0;border-radius:14px;padding:.95rem 1.3rem;position:absolute;transform:translateY(10px);box-shadow:0 4px 12px #00000026,0 2px 4px #0000001a}.VideoWithBubbles-v2-module__JtcIcq__bubbleContent{z-index:2;align-items:flex-start;gap:.375rem;display:flex;position:relative}.VideoWithBubbles-v2-module__JtcIcq__checkmark{flex-shrink:0;margin-top:.05rem;font-size:1.5rem;font-weight:700;line-height:1.3}.VideoWithBubbles-v2-module__JtcIcq__bubbleText{letter-spacing:.01em;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:1.2rem;font-weight:500;line-height:1.3;display:-webkit-box;overflow:visible}.VideoWithBubbles-v2-module__JtcIcq__small{max-width:240px;padding:.95rem 1.3rem}.VideoWithBubbles-v2-module__JtcIcq__medium{max-width:270px;padding:.95rem 1.3rem}.VideoWithBubbles-v2-module__JtcIcq__large{max-width:450px;padding:.95rem 1.3rem}.VideoWithBubbles-v2-module__JtcIcq__tail{z-index:1;width:0;height:0;position:absolute}.VideoWithBubbles-v2-module__JtcIcq__bubble .VideoWithBubbles-v2-module__JtcIcq__tail{border-left:14px solid #0000;border-right:14px solid #0000;border-top:16px solid var(--bubble-color,#5b7a9f);filter:drop-shadow(0 2px 2px #0000001a);bottom:-16px;left:32px}.VideoWithBubbles-v2-module__JtcIcq__bubble[style*=right\:] .VideoWithBubbles-v2-module__JtcIcq__tail{left:auto;right:32px}.VideoWithBubbles-v2-module__JtcIcq__bubble[style*=bottom\:] .VideoWithBubbles-v2-module__JtcIcq__tail{border-top:none;border-bottom:16px solid var(--bubble-color,#5b7a9f);top:-16px;bottom:auto}@keyframes VideoWithBubbles-v2-module__JtcIcq__floatComplex{0%{transform:translate(0)rotate(0)}20%{transform:translate(80px,-35px)rotate(1deg)}40%{transform:translate(-70px,-20px)rotate(-.8deg)}60%{transform:translate(50px,-45px)rotate(.5deg)}80%{transform:translate(-60px,-30px)rotate(-1deg)}to{transform:translate(0)rotate(0)}}@keyframes VideoWithBubbles-v2-module__JtcIcq__fadeIn{0%{opacity:0;transform:translateY(15px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:768px){.VideoWithBubbles-v2-module__JtcIcq__bubble{max-width:270px;padding:.875rem 1rem}.VideoWithBubbles-v2-module__JtcIcq__large{max-width:400px}.VideoWithBubbles-v2-module__JtcIcq__bubbleText{font-size:1rem}.VideoWithBubbles-v2-module__JtcIcq__large .VideoWithBubbles-v2-module__JtcIcq__bubbleText{font-size:1.1rem}.VideoWithBubbles-v2-module__JtcIcq__checkmark{font-size:1.25rem}}@media (max-width:480px){.VideoWithBubbles-v2-module__JtcIcq__bubble{max-width:220px;padding:.75rem .875rem}.VideoWithBubbles-v2-module__JtcIcq__large{max-width:320px}.VideoWithBubbles-v2-module__JtcIcq__bubbleText{font-size:.9rem}.VideoWithBubbles-v2-module__JtcIcq__checkmark{font-size:1.1rem}}@media (prefers-reduced-motion:reduce){.VideoWithBubbles-v2-module__JtcIcq__bubble{animation:.3s ease-out forwards VideoWithBubbles-v2-module__JtcIcq__fadeIn;animation-delay:var(--bubble-delay,0s)}}
.CycleReport-module__8W1gDW__report{background:var(--color-surface);border-radius:var(--ui-radius,2px);max-width:900px;margin:0 auto;padding:2rem}.CycleReport-module__8W1gDW__header{border-bottom:2px solid var(--color-footer-border);margin-bottom:2rem;padding-bottom:1.5rem}.CycleReport-module__8W1gDW__title{color:var(--color-text-strong);margin:0 0 .75rem;font-size:2rem;font-weight:700}.CycleReport-module__8W1gDW__dateRange{align-items:center;gap:.5rem;font-size:1.1rem;display:flex}.CycleReport-module__8W1gDW__dateLabel{color:var(--color-text-secondary);font-weight:600}.CycleReport-module__8W1gDW__dates{color:var(--color-intro);font-weight:500}.CycleReport-module__8W1gDW__scoresSection{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.CycleReport-module__8W1gDW__scoreCard{background:linear-gradient(135deg,var(--color-scorecard-start)0%,var(--color-scorecard-end)100%);color:var(--color-surface);border-radius:var(--ui-radius,2px);box-shadow:0 4px 6px var(--color-black-a10);padding:1.5rem}.CycleReport-module__8W1gDW__accelerationCard{background:linear-gradient(135deg,var(--color-score-acceleration-start)0%,var(--color-score-acceleration-end)100%);color:var(--color-intro)}.CycleReport-module__8W1gDW__accelerationCard .CycleReport-module__8W1gDW__scoreLabel{color:var(--color-intro);opacity:1}.CycleReport-module__8W1gDW__momentumCard{background:linear-gradient(135deg,var(--color-score-momentum-start)0%,var(--color-score-momentum-end)100%);color:var(--color-intro);padding:1.5rem 1.5rem 0}.CycleReport-module__8W1gDW__momentumCard .CycleReport-module__8W1gDW__scoreLabel{color:var(--color-intro);opacity:1}.CycleReport-module__8W1gDW__scoreLabel{text-transform:uppercase;letter-spacing:.05em;opacity:.9;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.CycleReport-module__8W1gDW__scoreValue{font-size:2.5rem;font-weight:700;line-height:1}.CycleReport-module__8W1gDW__activitiesSection{margin-bottom:2rem}.CycleReport-module__8W1gDW__sectionTitle{color:var(--color-text-strong);margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}.CycleReport-module__8W1gDW__emptyMessage{color:var(--color-text-secondary);text-align:center;background:var(--color-surface-subtle);border-radius:var(--ui-radius,2px);padding:2rem;font-style:italic}.CycleReport-module__8W1gDW__driverGroup{margin-bottom:2rem}.CycleReport-module__8W1gDW__driverGroup:last-child{margin-bottom:0}.CycleReport-module__8W1gDW__driverName{color:var(--color-intro);border-left:4px solid var(--color-ui-link);margin:0 0 .75rem;padding-left:.5rem;font-size:1.25rem;font-weight:600}.CycleReport-module__8W1gDW__tableWrapper{border-radius:var(--ui-radius,2px);border:1px solid var(--color-footer-border);overflow-x:auto}.CycleReport-module__8W1gDW__activitiesTable{border-collapse:collapse;background:var(--color-surface);table-layout:fixed;width:100%}.CycleReport-module__8W1gDW__activitiesTable thead{background:var(--color-surface-subtle)}.CycleReport-module__8W1gDW__activitiesTable th{text-align:left;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--color-footer-border);padding:.75rem 1rem;font-size:.875rem;font-weight:600}.CycleReport-module__8W1gDW__tableHeaderLabel{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.CycleReport-module__8W1gDW__tableHeaderStrip{background:var(--color-surface-subtle);border:1px solid var(--color-footer-border);border-radius:var(--ui-radius,2px);padding:.75rem 1rem}.CycleReport-module__8W1gDW__activityNameHeader{width:40%;min-width:200px}.CycleReport-module__8W1gDW__dateHeader{text-align:center;width:20%;min-width:100px}.CycleReport-module__8W1gDW__activitiesTable tbody tr{border-bottom:1px solid var(--color-footer-border);transition:background-color .15s}.CycleReport-module__8W1gDW__activitiesTable tbody tr:hover{background:var(--color-surface-subtle)}.CycleReport-module__8W1gDW__activitiesTable tbody tr:last-child{border-bottom:none}.CycleReport-module__8W1gDW__activitiesTable td{color:var(--color-intro);padding:.875rem 1rem}.CycleReport-module__8W1gDW__activityName{font-weight:500}.CycleReport-module__8W1gDW__dateCell{text-align:center;color:var(--color-text-secondary);font-size:.875rem}.CycleReport-module__8W1gDW__footer{border-top:2px solid var(--color-footer-border);justify-content:space-around;gap:2rem;margin-top:2rem;padding-top:1.5rem;display:flex}.CycleReport-module__8W1gDW__summaryStats{align-items:center;gap:.75rem;display:flex}.CycleReport-module__8W1gDW__statLabel{color:var(--color-text-secondary);font-size:.95rem;font-weight:600}.CycleReport-module__8W1gDW__statValue{color:var(--color-ui-link);font-size:1.5rem;font-weight:700}@media (max-width:768px){.CycleReport-module__8W1gDW__report{padding:1.5rem}.CycleReport-module__8W1gDW__title{font-size:1.5rem}.CycleReport-module__8W1gDW__dateRange{flex-direction:column;align-items:flex-start}.CycleReport-module__8W1gDW__scoresSection{grid-template-columns:1fr}.CycleReport-module__8W1gDW__footer{flex-direction:column;gap:1rem}.CycleReport-module__8W1gDW__activitiesTable th,.CycleReport-module__8W1gDW__activitiesTable td{padding:.5rem;font-size:.8rem}.CycleReport-module__8W1gDW__activityNameHeader{min-width:150px}.CycleReport-module__8W1gDW__dateHeader{min-width:80px}}
.WeekCompleteModal-module__tOmdnG__overlay{background:var(--color-black-a60);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;position:fixed;inset:0}.WeekCompleteModal-module__tOmdnG__modal{background:var(--color-surface);border-radius:var(--ui-radius,4px);width:90%;max-width:700px;max-height:80vh;box-shadow:0 20px 60px var(--color-black-a30);z-index:1000;flex-direction:column;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.WeekCompleteModal-module__tOmdnG__closeButton{width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;border-radius:var(--ui-radius,4px);z-index:10;background:0 0;border:none;justify-content:center;align-items:center;font-size:24px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.WeekCompleteModal-module__tOmdnG__closeButton:hover{background:var(--color-black-a05);color:var(--color-text)}.WeekCompleteModal-module__tOmdnG__header{border-bottom:1px solid var(--color-black-a10);padding:32px 32px 24px}.WeekCompleteModal-module__tOmdnG__header h2{color:var(--color-heading);margin:0 0 8px;font-size:24px;font-weight:700}.WeekCompleteModal-module__tOmdnG__header p{color:var(--color-text);margin:0;font-size:15px}.WeekCompleteModal-module__tOmdnG__content{flex:1;padding:0;overflow-y:auto}.WeekCompleteModal-module__tOmdnG__noActivities{text-align:center;color:var(--color-text-faint);padding:60px 20px;font-size:16px}.WeekCompleteModal-module__tOmdnG__tableHeader{background:var(--color-black-a02);border-bottom:1px solid var(--color-black-a10);text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);grid-template-columns:1fr 100px 120px 100px 120px;gap:12px;padding:16px 32px;font-size:11px;font-weight:700;display:grid}.WeekCompleteModal-module__tOmdnG__headerActivity{text-align:left}.WeekCompleteModal-module__tOmdnG__headerStatus,.WeekCompleteModal-module__tOmdnG__headerKeep{text-align:center}.WeekCompleteModal-module__tOmdnG__activityList{flex-direction:column;display:flex}.WeekCompleteModal-module__tOmdnG__activityRow{border-bottom:1px solid var(--color-black-a08);grid-template-columns:1fr 100px 120px 100px 120px;align-items:center;gap:12px;padding:10px 32px;transition:background .15s;display:grid}.WeekCompleteModal-module__tOmdnG__activityRow:hover{background:var(--color-black-a02)}.WeekCompleteModal-module__tOmdnG__activityText{color:var(--color-text);font-size:15px;line-height:1.5}.WeekCompleteModal-module__tOmdnG__statusCell,.WeekCompleteModal-module__tOmdnG__keepCell{justify-content:center;align-items:center;display:flex}.WeekCompleteModal-module__tOmdnG__keepCheckbox{cursor:pointer;width:20px;height:20px;accent-color:var(--color-good-green)}.WeekCompleteModal-module__tOmdnG__keepCheckbox:disabled{cursor:not-allowed;opacity:.3}.WeekCompleteModal-module__tOmdnG__radioButton{border:2px solid var(--color-surface-disabled);background:var(--color-surface);cursor:pointer;border-radius:50%;width:24px;height:24px;padding:0;transition:all .2s;position:relative}.WeekCompleteModal-module__tOmdnG__radioButton:hover{border-color:var(--color-good-green);transform:scale(1.1)}.WeekCompleteModal-module__tOmdnG__radioButton.WeekCompleteModal-module__tOmdnG__selected{border-color:var(--color-good-green);background:var(--color-good-green)}.WeekCompleteModal-module__tOmdnG__radioButton.WeekCompleteModal-module__tOmdnG__selected:after{content:"";background:var(--color-surface);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.WeekCompleteModal-module__tOmdnG__footer{border-top:1px solid var(--color-black-a10);justify-content:center;padding:24px 32px;display:flex}.WeekCompleteModal-module__tOmdnG__continueButton{background:linear-gradient(90deg,var(--cta-start),var(--cta-end));color:var(--color-cta-text);border-radius:var(--ui-radius,4px);cursor:pointer;box-shadow:0 4px 12px var(--color-black-a15);border:none;padding:14px 48px;font-size:16px;font-weight:700;transition:transform .2s,box-shadow .2s}.WeekCompleteModal-module__tOmdnG__continueButton:hover{box-shadow:0 6px 20px var(--color-black-a20);transform:translateY(-2px)}.WeekCompleteModal-module__tOmdnG__content::-webkit-scrollbar{width:8px}.WeekCompleteModal-module__tOmdnG__content::-webkit-scrollbar-track{background:var(--color-black-a05)}.WeekCompleteModal-module__tOmdnG__content::-webkit-scrollbar-thumb{background:var(--color-black-a20);border-radius:4px}.WeekCompleteModal-module__tOmdnG__content::-webkit-scrollbar-thumb:hover{background:var(--color-black-a30)}@media (max-width:768px){.WeekCompleteModal-module__tOmdnG__modal{width:95%;max-height:90vh}.WeekCompleteModal-module__tOmdnG__header,.WeekCompleteModal-module__tOmdnG__tableHeader,.WeekCompleteModal-module__tOmdnG__activityRow,.WeekCompleteModal-module__tOmdnG__footer{padding-left:20px;padding-right:20px}.WeekCompleteModal-module__tOmdnG__tableHeader,.WeekCompleteModal-module__tOmdnG__activityRow{grid-template-columns:1fr 70px 90px 70px 90px;gap:6px}.WeekCompleteModal-module__tOmdnG__headerStatus{font-size:10px}.WeekCompleteModal-module__tOmdnG__activityText{font-size:14px}}
.CelebrationModal-module__xRRp-W__overlay{background:var(--color-black-a75);z-index:2000;justify-content:center;align-items:center;animation:.3s CelebrationModal-module__xRRp-W__fadeIn;display:flex;position:fixed;inset:0}@keyframes CelebrationModal-module__xRRp-W__fadeIn{0%{opacity:0}to{opacity:1}}.CelebrationModal-module__xRRp-W__modal{background:linear-gradient(135deg,var(--color-surface)0%,var(--color-surface-subtle)100%);border-radius:var(--ui-radius,16px);width:min(600px,90vw);max-width:600px;box-shadow:0 30px 90px var(--color-black-a40);text-align:center;opacity:0;padding:3rem 2rem;transition:all .5s cubic-bezier(.34,1.56,.64,1);position:relative;transform:scale(.5)}.CelebrationModal-module__xRRp-W__modal.CelebrationModal-module__xRRp-W__visible{opacity:1;transform:scale(1)}.CelebrationModal-module__xRRp-W__header{margin-bottom:2rem}.CelebrationModal-module__xRRp-W__badge{text-transform:uppercase;letter-spacing:1.5px;color:var(--brandColorAccent);margin:0 0 1rem;font-size:.875rem;font-weight:700}.CelebrationModal-module__xRRp-W__title{color:var(--color-text-strong);margin:0;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.2}.CelebrationModal-module__xRRp-W__body{border-top:2px solid var(--color-black-a10);border-bottom:2px solid var(--color-black-a10);margin:2rem 0;padding:2rem 0}.CelebrationModal-module__xRRp-W__message{color:var(--color-intro);margin:0;font-size:1.25rem;font-weight:500;line-height:1.8}.CelebrationModal-module__xRRp-W__footer{margin-top:2rem}.CelebrationModal-module__xRRp-W__tagline{color:var(--color-text-strong);justify-content:center;align-items:center;gap:.5rem;margin:0;font-size:1.125rem;font-weight:700;display:flex}.CelebrationModal-module__xRRp-W__icon{font-size:1.5rem;animation:2s ease-in-out infinite CelebrationModal-module__xRRp-W__pulse;display:inline-block}@keyframes CelebrationModal-module__xRRp-W__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.CelebrationModal-module__xRRp-W__closeButton{color:var(--color-black-a40);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.CelebrationModal-module__xRRp-W__closeButton:hover{background:var(--color-black-a10);color:var(--color-black-a70)}@media (max-width:640px){.CelebrationModal-module__xRRp-W__modal{padding:2rem 1.5rem}.CelebrationModal-module__xRRp-W__title{font-size:2rem}.CelebrationModal-module__xRRp-W__message{font-size:1.125rem}.CelebrationModal-module__xRRp-W__tagline{font-size:1rem}}
.LeftColumnParts-module__PreiPW__chip{text-align:left;border-radius:var(--ui-radius);border:1px solid var(--color-footer-border,#e5e7eb);cursor:pointer;width:100%;color:var(--color-text,#333);background:#f7f7f7;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .9rem;transition:background .2s,transform .2s;display:flex}.LeftColumnParts-module__PreiPW__chip:hover{background:#ececec}.LeftColumnParts-module__PreiPW__chipLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-secondary,#6b7280);font-size:.75rem}.LeftColumnParts-module__PreiPW__chipTitle{color:var(--color-text,#333);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.9rem;overflow:hidden}.LeftColumnParts-module__PreiPW__chipIcon{opacity:.6;color:var(--color-text-secondary,#6b7280);font-size:1rem}
.Kanban-module__I_PUUa__kanbanBoard{grid-template-columns:repeat(3,1fr);gap:0;padding:0;display:grid}@media (max-width:1024px){.Kanban-module__I_PUUa__kanbanBoard{grid-template-columns:1fr;gap:1rem}}.Kanban-module__I_PUUa__column{background:var(--color-white-a10);border-radius:var(--ui-radius,12px);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-white-a20);flex-direction:column;min-height:300px;padding:1rem;display:flex}.Kanban-module__I_PUUa__columnNotStarted{background:var(--color-tint-sand)}.Kanban-module__I_PUUa__columnInProgress{background:var(--color-tint-light-blue)}.Kanban-module__I_PUUa__columnCompleted{background:var(--color-tint-green)}.Kanban-module__I_PUUa__columnHeader{border-bottom:2px solid var(--color-black-a15);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.Kanban-module__I_PUUa__columnTitle{color:var(--color-heading);text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:1.25rem;font-weight:700}.Kanban-module__I_PUUa__columnCount{background:var(--color-black-a15);color:var(--color-heading);border-radius:var(--ui-radius,12px);padding:.25rem .75rem;font-size:.875rem;font-weight:600}.Kanban-module__I_PUUa__columnContent{flex-direction:column;flex:1;gap:.75rem;min-height:300px;padding:.5rem 0 8rem;display:flex;overflow-y:auto}.Kanban-module__I_PUUa__emptyState{color:var(--color-black-a40);text-align:center;justify-content:center;align-items:center;min-height:200px;padding:2rem;font-style:italic;display:flex}.Kanban-module__I_PUUa__activityCard{border-radius:var(--ui-radius,8px);cursor:grab;border:1px solid var(--driver-border,var(--color-border-very-light));box-shadow:0 2px 8px var(--color-black-a10);background:var(--driver-bg,var(--color-surface));color:var(--driver-body,var(--color-text));padding:1rem;transition:all .2s}.Kanban-module__I_PUUa__activityCard:hover{box-shadow:0 4px 12px var(--color-black-a15);filter:brightness(.97);transform:translateY(-2px)}.Kanban-module__I_PUUa__activityCard:active{cursor:grabbing}.Kanban-module__I_PUUa__activityCard.Kanban-module__I_PUUa__dragging{opacity:.5;cursor:grabbing}.Kanban-module__I_PUUa__cardCritical{--driver-bg:var(--color-focus-sand);--driver-heading:var(--on-sand-heading);--driver-body:var(--on-sand-body);--driver-border:var(--border-sand)}.Kanban-module__I_PUUa__cardFragile{--driver-bg:var(--color-acceptable-light-blue);--driver-heading:var(--on-light-blue-heading);--driver-body:var(--on-light-blue-body);--driver-border:var(--border-light-blue)}.Kanban-module__I_PUUa__cardHealthy{--driver-bg:var(--color-good-green);--driver-heading:var(--on-green-heading);--driver-body:var(--on-green-body);--driver-border:var(--border-green)}.Kanban-module__I_PUUa__cardHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.Kanban-module__I_PUUa__cardHeading{color:var(--driver-heading,var(--color-kanban-card-text));margin:0 0 .75rem;font-size:1.15rem;font-weight:700;line-height:1.3}.Kanban-module__I_PUUa__cardSeparator{background:var(--color-black-a15);height:1px;margin:.75rem 0}.Kanban-module__I_PUUa__cardDriver{color:var(--driver-body,var(--color-text-muted));text-align:right;flex:1;margin:0;font-size:.875rem;font-style:italic;font-weight:400}.Kanban-module__I_PUUa__cardDocIcon{opacity:.85;color:var(--driver-body,var(--color-text-muted));filter:brightness(.7);flex-shrink:0}.Kanban-module__I_PUUa__cardDocIconEmpty{opacity:.25;color:var(--driver-body,var(--color-text-muted));filter:brightness(.85);flex-shrink:0}.Kanban-module__I_PUUa__cardScore{background:var(--color-black-a10);color:var(--driver-heading,var(--color-kanban-card-text));border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.Kanban-module__I_PUUa__cardAction{color:var(--driver-body,var(--color-text));margin:0;font-size:.9rem;line-height:1.4}.Kanban-module__I_PUUa__cardFooter{justify-content:flex-start;align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.Kanban-module__I_PUUa__effortBadge{color:var(--driver-body,var(--color-text-muted));font-size:.75rem;font-weight:600}.Kanban-module__I_PUUa__modalOverlay{background:var(--color-black-a60);z-index:1000;justify-content:center;align-items:center;animation:.2s Kanban-module__I_PUUa__fadeIn;display:flex;position:fixed;inset:0}@keyframes Kanban-module__I_PUUa__fadeIn{0%{opacity:0}to{opacity:1}}.Kanban-module__I_PUUa__modal{background:var(--color-kanban-modal-bg);width:min(600px,90vw);max-height:80vh;box-shadow:0 20px 60px var(--color-black-a30);border-radius:16px;animation:.3s cubic-bezier(.34,1.56,.64,1) Kanban-module__I_PUUa__zoomIn;overflow:hidden}@keyframes Kanban-module__I_PUUa__zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.Kanban-module__I_PUUa__modalHeader{border-bottom:2px solid var(--color-black-a10);justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex}.Kanban-module__I_PUUa__modalTitle{color:var(--color-kanban-card-text);margin:0;font-size:1.5rem;font-weight:700}.Kanban-module__I_PUUa__modalClose{color:var(--color-kanban-modal-close);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;transition:background .2s;display:flex}.Kanban-module__I_PUUa__modalClose:hover{background:var(--color-black-a10)}.Kanban-module__I_PUUa__modalBody{max-height:60vh;padding:1.5rem;overflow-y:auto}.Kanban-module__I_PUUa__modalSection{margin-bottom:1.5rem}.Kanban-module__I_PUUa__modalSection:last-child{margin-bottom:0}.Kanban-module__I_PUUa__modalLabel{color:var(--color-kanban-text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.Kanban-module__I_PUUa__modalText{color:var(--color-text);margin:0;font-size:1rem;line-height:1.6}.Kanban-module__I_PUUa__modalTextarea{border:2px solid var(--color-black-a10);border-radius:var(--ui-radius,4px);resize:vertical;background:var(--color-white-a80);box-sizing:border-box;width:100%;min-height:120px;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.Kanban-module__I_PUUa__modalTextarea:focus{border-color:var(--color-kanban-textarea-border);background:var(--color-background);outline:none}.Kanban-module__I_PUUa__modalFooter{border-top:2px solid var(--color-black-a10);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.Kanban-module__I_PUUa__modalButton{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.Kanban-module__I_PUUa__modalButtonSecondary{background:var(--color-black-a10);color:var(--color-text)}.Kanban-module__I_PUUa__modalButtonSecondary:hover{background:var(--color-black-a15)}.Kanban-module__I_PUUa__modalButtonPrimary{background:linear-gradient(90deg,var(--color-kanban-button-primary-start)0%,var(--color-kanban-button-primary-end)100%);color:var(--color-cta-text)}.Kanban-module__I_PUUa__modalButtonPrimary:hover{filter:brightness(1.1);transform:translateY(-1px)}.Kanban-module__I_PUUa__modalButtonPrimary:disabled{opacity:.5;cursor:not-allowed}.Kanban-module__I_PUUa__notesList{margin:0;padding:0;list-style:none}.Kanban-module__I_PUUa__noteItem{background:var(--color-white-a60);border-left:3px solid var(--color-kanban-note-accent);border-radius:6px;margin-bottom:.5rem;padding:.75rem}.Kanban-module__I_PUUa__noteItem:last-child{margin-bottom:0}.Kanban-module__I_PUUa__noteItemHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.Kanban-module__I_PUUa__noteDeleteBtn{cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem .5rem;transition:all .2s;display:flex}.Kanban-module__I_PUUa__noteDeleteBtn svg{stroke:currentColor;width:16px;height:16px}.Kanban-module__I_PUUa__noteDeleteBtn:hover:not(:disabled){opacity:1;background:var(--color-danger-bg);color:var(--color-danger-text)}.Kanban-module__I_PUUa__noteDeleteBtn:disabled{cursor:wait;opacity:.3}.Kanban-module__I_PUUa__noteText{color:var(--color-text);margin:0;font-size:.9rem;line-height:1.4}.Kanban-module__I_PUUa__noteTimestamp{color:var(--color-kanban-text-secondary);font-size:.75rem;font-style:italic}
