.Card-module__k4oZ3G__card{border-radius:var(--kk-radius-lg);padding:var(--kk-space-8);border:1px solid var(--kk-color-border);transition:transform var(--kk-dur-fast) var(--kk-ease), box-shadow var(--kk-dur-base) var(--kk-ease)}.Card-module__k4oZ3G__light{background:var(--kk-color-bg);color:var(--kk-color-text)}.Card-module__k4oZ3G__white{background:var(--kk-color-surface);color:var(--kk-color-text)}.Card-module__k4oZ3G__outlined{color:var(--kk-color-text);border-color:var(--kk-color-border);background:0 0}.Card-module__k4oZ3G__inverse{background:var(--kk-color-surface-inverse);color:var(--kk-color-text-inverse);border-color:var(--kk-color-border-inverse)}.Card-module__k4oZ3G__hoverable:hover{box-shadow:var(--kk-shadow-md);transform:translateY(-4px)}
.Chip-module__guqGiq__chip{padding:var(--kk-space-2) var(--kk-space-4);font-family:var(--kk-font-body);font-size:var(--kk-text-sm);font-weight:var(--kk-weight-medium);border:1.5px solid var(--kk-color-border);border-radius:var(--kk-radius-pill);color:var(--kk-color-text);cursor:pointer;transition:transform var(--kk-dur-fast) var(--kk-ease), border-color var(--kk-dur-fast) var(--kk-ease), background var(--kk-dur-fast) var(--kk-ease), color var(--kk-dur-fast) var(--kk-ease);background:0 0;align-items:center;line-height:1;display:inline-flex}.Chip-module__guqGiq__chip:hover:not(:disabled){border-color:var(--kk-color-accent);color:var(--kk-color-accent);transform:translateY(-1px)}.Chip-module__guqGiq__chip:disabled{opacity:.5;cursor:not-allowed}.Chip-module__guqGiq__selected{background:var(--kk-color-accent);border-color:var(--kk-color-accent);color:#fff}.Chip-module__guqGiq__selected:hover:not(:disabled){background:var(--kk-color-accent);color:#fff;transform:translateY(-1px)}.Chip-module__guqGiq__inverse{background:var(--kk-color-surface-inverse-raised);border-color:var(--kk-color-border-inverse);color:var(--kk-color-text-inverse)}.Chip-module__guqGiq__inverse:hover:not(:disabled){border-color:var(--kk-color-border-inverse);color:var(--kk-color-text-inverse);background:#ffffff1a;transform:translateY(-1px)}.Chip-module__guqGiq__static{cursor:default}.Chip-module__guqGiq__static:hover:not(:disabled){border-color:var(--kk-color-border);color:var(--kk-color-text);transform:none}.Chip-module__guqGiq__inverse.Chip-module__guqGiq__static:hover:not(:disabled){border-color:var(--kk-color-border-inverse);color:var(--kk-color-text-inverse);background:#ffffff1a;transform:translateY(-1px)}
.FeatureList-module__ElHj-G__list{gap:var(--kk-space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.FeatureList-module__ElHj-G__item{align-items:flex-start;gap:var(--kk-space-3);font-family:var(--kk-font-body);font-size:var(--kk-text-base);color:var(--kk-color-text);line-height:var(--kk-leading-normal);display:flex}.FeatureList-module__ElHj-G__item:before{content:"";background-color:var(--kk-color-success);flex-shrink:0;width:1.1em;height:1.1em;margin-top:.15em;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.5 8.5l4 4 7-7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.5 8.5l4 4 7-7'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}
.Field-module__79OTdq__field{gap:var(--kk-space-2);flex-direction:column;display:flex}.Field-module__79OTdq__label{font-family:var(--kk-font-body);font-size:var(--kk-text-sm);font-weight:var(--kk-weight-medium);color:var(--kk-color-text)}.Field-module__79OTdq__optional{font-weight:var(--kk-weight-regular);color:var(--kk-color-text-muted)}.Field-module__79OTdq__hint{font-size:var(--kk-text-sm);line-height:var(--kk-leading-normal);color:var(--kk-color-text-muted);margin:0}.Field-module__79OTdq__error{font-size:var(--kk-text-sm);line-height:var(--kk-leading-normal);color:var(--kk-color-accent-cta);margin:0}
.Input-module__RVhGWa__input{width:100%;font-family:var(--kk-font-body);color:var(--kk-color-text);background:var(--kk-color-surface);border:1.5px solid var(--kk-color-border);border-radius:var(--kk-radius-md);transition:border-color var(--kk-dur-base) var(--kk-ease), box-shadow var(--kk-dur-base) var(--kk-ease)}.Input-module__RVhGWa__input::placeholder{color:var(--kk-color-text-faint)}.Input-module__RVhGWa__input:focus-visible{border-color:var(--kk-color-focus);box-shadow:0 0 0 3px var(--kk-color-accent-soft);outline:none}.Input-module__RVhGWa__input[aria-invalid=true]{border-color:var(--kk-color-accent-cta)}.Input-module__RVhGWa__input:disabled{opacity:.5;cursor:not-allowed;background:var(--kk-color-bg)}.Input-module__RVhGWa__md{font-size:var(--kk-text-base);padding:var(--kk-space-3) var(--kk-space-4)}.Input-module__RVhGWa__sm{font-size:var(--kk-text-sm);padding:var(--kk-space-2) var(--kk-space-3)}
.Button-module__4N3Y3W__base{justify-content:center;align-items:center;gap:var(--kk-space-2);font-family:var(--kk-font-head);font-weight:var(--kk-weight-semibold);border-radius:var(--kk-radius-md);cursor:pointer;transition:transform var(--kk-dur-fast) var(--kk-ease), background var(--kk-dur-base) var(--kk-ease), border-color var(--kk-dur-base) var(--kk-ease), color var(--kk-dur-base) var(--kk-ease);border:1.5px solid #0000;line-height:1;text-decoration:none;display:inline-flex}.Button-module__4N3Y3W__base:hover:not(:disabled){transform:translateY(-2px)}.Button-module__4N3Y3W__base:disabled{opacity:.5;cursor:not-allowed}.Button-module__4N3Y3W__primary{background:var(--kk-color-accent-cta);color:#fff}.Button-module__4N3Y3W__secondary{background:var(--kk-color-accent);color:#fff}.Button-module__4N3Y3W__ghost{background:var(--kk-color-surface);color:var(--kk-color-text);border-color:var(--kk-color-border)}.Button-module__4N3Y3W__ghost:hover:not(:disabled){border-color:var(--kk-color-accent);color:var(--kk-color-accent)}.Button-module__4N3Y3W__light{color:var(--kk-color-accent);background:#fff}.Button-module__4N3Y3W__outline{color:currentColor;border-color:color-mix(in srgb, currentColor 45%, transparent);background:0 0}.Button-module__4N3Y3W__sm{padding:var(--kk-space-2) var(--kk-space-4);font-size:var(--kk-text-sm)}.Button-module__4N3Y3W__md{padding:var(--kk-space-3) var(--kk-space-5);font-size:var(--kk-text-base)}.Button-module__4N3Y3W__lg{padding:var(--kk-space-4) var(--kk-space-8);font-size:var(--kk-text-md)}
.ContactDialog-module__e2KU6W__dialog{width:min(480px, calc(100vw - 2 * var(--kk-space-4)));max-height:calc(100dvh - 2 * var(--kk-space-8));color:var(--kk-color-text);font-family:var(--kk-font-body);background:0 0;border:none;margin:auto;padding:0;position:fixed;inset:0}.ContactDialog-module__e2KU6W__dialog::backdrop{background:#00000080}.ContactDialog-module__e2KU6W__panel{background:var(--kk-color-surface);border-radius:var(--kk-radius-lg);box-shadow:var(--kk-shadow-lg);padding:var(--kk-space-8);position:relative}.ContactDialog-module__e2KU6W__close{top:var(--kk-space-4);right:var(--kk-space-4);border-radius:var(--kk-radius-pill);width:32px;height:32px;color:var(--kk-color-text-muted);cursor:pointer;transition:background var(--kk-dur-base) var(--kk-ease), color var(--kk-dur-base) var(--kk-ease);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute}.ContactDialog-module__e2KU6W__close:hover{background:var(--kk-color-bg);color:var(--kk-color-text)}.ContactDialog-module__e2KU6W__form{gap:var(--kk-space-4);flex-direction:column;display:flex}.ContactDialog-module__e2KU6W__title{padding-right:var(--kk-space-8);font-family:var(--kk-font-head);font-size:var(--kk-text-xl);font-weight:var(--kk-weight-semibold);line-height:var(--kk-leading-tight);letter-spacing:var(--kk-tracking-tight);color:var(--kk-color-text);margin:0}.ContactDialog-module__e2KU6W__lead{font-size:var(--kk-text-sm);line-height:var(--kk-leading-normal);color:var(--kk-color-text-muted);margin:0}.ContactDialog-module__e2KU6W__field{gap:var(--kk-space-2);flex-direction:column;display:flex}.ContactDialog-module__e2KU6W__label{font-size:var(--kk-text-sm);font-weight:var(--kk-weight-medium);color:var(--kk-color-text)}.ContactDialog-module__e2KU6W__optional{font-weight:var(--kk-weight-regular);color:var(--kk-color-text-muted)}.ContactDialog-module__e2KU6W__input{width:100%;font:inherit;font-size:var(--kk-text-base);color:var(--kk-color-text);background:var(--kk-color-surface);border:1.5px solid var(--kk-color-border);border-radius:var(--kk-radius-md);padding:var(--kk-space-3) var(--kk-space-4);transition:border-color var(--kk-dur-base) var(--kk-ease), box-shadow var(--kk-dur-base) var(--kk-ease)}.ContactDialog-module__e2KU6W__input:focus-visible{border-color:var(--kk-color-focus);box-shadow:0 0 0 3px var(--kk-color-accent-soft);outline:none}.ContactDialog-module__e2KU6W__input[aria-invalid=true]{border-color:var(--kk-color-accent-cta)}.ContactDialog-module__e2KU6W__fieldError{font-size:var(--kk-text-sm);line-height:var(--kk-leading-normal);color:var(--kk-color-accent-cta);margin:0}.ContactDialog-module__e2KU6W__textarea{resize:vertical;min-height:96px;line-height:var(--kk-leading-normal)}.ContactDialog-module__e2KU6W__submit{margin-top:var(--kk-space-2);align-self:flex-start}.ContactDialog-module__e2KU6W__formError{font-size:var(--kk-text-sm);line-height:var(--kk-leading-normal);color:var(--kk-color-accent-cta);margin:0}.ContactDialog-module__e2KU6W__honeypot{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.ContactDialog-module__e2KU6W__success{align-items:flex-start;gap:var(--kk-space-4);flex-direction:column;display:flex}.ContactDialog-module__e2KU6W__successIcon{border-radius:var(--kk-radius-pill);background:var(--kk-color-accent-soft);width:48px;height:48px;color:var(--kk-color-accent);justify-content:center;align-items:center;display:inline-flex}
.CookieConsent-module__KdXDQW__card{inset-block-end:var(--kk-space-4);inset-inline:var(--kk-space-4);z-index:calc(var(--kk-z-nav) + 10);gap:var(--kk-space-3);padding:var(--kk-space-5);background-color:var(--kk-color-surface);border:1px solid var(--kk-color-border);border-radius:var(--kk-radius-md);box-shadow:var(--kk-shadow-lg);animation:CookieConsent-module__KdXDQW__kk-consent-in var(--kk-dur-base) var(--kk-ease);flex-direction:column;display:flex;position:fixed}@media (min-width:600px){.CookieConsent-module__KdXDQW__card{max-width:380px;inset-block-end:var(--kk-space-5);inset-inline-start:auto;inset-inline-end:var(--kk-space-5)}}.CookieConsent-module__KdXDQW__title{font-family:var(--kk-font-head);font-size:var(--kk-text-md);font-weight:var(--kk-weight-semibold);color:var(--kk-color-text);margin:0}.CookieConsent-module__KdXDQW__description{font-family:var(--kk-font-body);font-size:var(--kk-text-sm);line-height:var(--kk-leading-normal);color:var(--kk-color-text-muted);margin:0}.CookieConsent-module__KdXDQW__actions{gap:var(--kk-space-2);flex-wrap:wrap;display:flex}@keyframes CookieConsent-module__KdXDQW__kk-consent-in{0%{opacity:0;transform:translateY(var(--kk-space-3))}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.CookieConsent-module__KdXDQW__card{animation:none}}
.CrmShell-module__Dy2wFW__shell{min-height:100vh;font-family:var(--kk-font-body);grid-template-columns:280px minmax(0,1fr);display:grid}.CrmShell-module__Dy2wFW__sidebar{gap:var(--kk-space-8);height:100vh;padding:var(--kk-space-8) var(--kk-space-5);color:var(--kk-color-text-inverse);background:var(--kk-pattern-grid-inverse), var(--kk-color-surface-inverse);background-size:42px 42px;flex-direction:column;display:flex;position:sticky;top:0}.CrmShell-module__Dy2wFW__logo{align-items:center;gap:var(--kk-space-3);color:inherit;text-decoration:none;display:flex}.CrmShell-module__Dy2wFW__logoTile{border:1px solid var(--kk-color-border-inverse);border-radius:var(--kk-radius-md);background:var(--kk-color-surface-inverse-raised);place-items:center;width:46px;height:46px;display:grid}.CrmShell-module__Dy2wFW__logoText strong{font-family:var(--kk-font-head);font-size:var(--kk-text-base);letter-spacing:var(--kk-tracking-tight);display:block}.CrmShell-module__Dy2wFW__logoText small{margin-top:var(--kk-space-1);font-size:var(--kk-text-xs);color:var(--kk-color-text-inverse-muted);display:block}.CrmShell-module__Dy2wFW__nav{gap:var(--kk-space-2);display:grid}.CrmShell-module__Dy2wFW__navItem{align-items:center;gap:var(--kk-space-2);padding:var(--kk-space-3);color:var(--kk-color-text-inverse-muted);border-radius:var(--kk-radius-md);font-size:var(--kk-text-sm);font-weight:var(--kk-weight-medium);transition:background var(--kk-dur-fast) var(--kk-ease), color var(--kk-dur-fast) var(--kk-ease);border:1px solid #0000;grid-template-columns:26px 1fr auto;text-decoration:none;display:grid}.CrmShell-module__Dy2wFW__navItem:hover{color:var(--kk-color-text-inverse);background:var(--kk-color-accent-tint-strong);border-color:var(--kk-color-border-inverse)}.CrmShell-module__Dy2wFW__navItem:focus-visible{outline:2px solid var(--kk-color-accent-inverse);outline-offset:2px}.CrmShell-module__Dy2wFW__navItemActive{color:var(--kk-color-text-inverse);background:var(--kk-color-accent-tint-strong);border-color:var(--kk-color-border-inverse);box-shadow:inset 3px 0 0 var(--kk-color-accent-cta)}.CrmShell-module__Dy2wFW__navLabel{min-width:0}.CrmShell-module__Dy2wFW__count{min-width:24px;padding:var(--kk-space-1) var(--kk-space-2);border-radius:var(--kk-radius-pill);background:var(--kk-color-accent-cta);color:#fff;font-size:var(--kk-text-xs);font-style:normal;font-weight:var(--kk-weight-bold);text-align:center}.CrmShell-module__Dy2wFW__sidebarCard{padding:var(--kk-space-4);border:1px solid var(--kk-color-border-inverse);border-radius:var(--kk-radius-lg);background:var(--kk-color-surface-inverse-raised);margin-top:auto}.CrmShell-module__Dy2wFW__sidebarCardLabel{font-family:var(--kk-font-head);font-size:var(--kk-text-xs);font-weight:var(--kk-weight-semibold);letter-spacing:var(--kk-tracking-wide);text-transform:uppercase;color:var(--kk-color-accent-inverse);display:block}.CrmShell-module__Dy2wFW__sidebarCard strong{margin:var(--kk-space-2) 0;display:block}.CrmShell-module__Dy2wFW__sidebarCard p{font-size:var(--kk-text-sm);line-height:var(--kk-leading-normal);color:var(--kk-color-text-inverse-muted);margin:0}.CrmShell-module__Dy2wFW__workspace{background:var(--kk-gradient-workspace);min-width:0}.CrmShell-module__Dy2wFW__topbar{z-index:var(--kk-z-nav);justify-content:flex-end;align-items:center;gap:var(--kk-space-4);padding:var(--kk-space-4) var(--kk-space-8);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:var(--kk-color-bg-translucent);border-bottom:1px solid var(--kk-color-border-soft);display:flex;position:sticky;top:0}.CrmShell-module__Dy2wFW__userPill{align-items:center;gap:var(--kk-space-2);padding:var(--kk-space-1) var(--kk-space-3) var(--kk-space-1) var(--kk-space-1);border:1px solid var(--kk-color-border);border-radius:var(--kk-radius-pill);background:var(--kk-color-surface);font-size:var(--kk-text-sm);font-weight:var(--kk-weight-semibold);color:var(--kk-color-text);display:flex}.CrmShell-module__Dy2wFW__avatar{border-radius:var(--kk-radius-pill);background:var(--kk-color-surface-inverse);width:34px;height:34px;color:var(--kk-color-text-inverse);font-size:var(--kk-text-xs);font-weight:var(--kk-weight-bold);place-items:center;display:grid}.CrmShell-module__Dy2wFW__content{padding:var(--kk-space-8) var(--kk-space-8) var(--kk-space-16)}@media (max-width:1100px){.CrmShell-module__Dy2wFW__shell{grid-template-columns:1fr}.CrmShell-module__Dy2wFW__sidebar{height:auto;position:static}.CrmShell-module__Dy2wFW__nav{grid-template-columns:repeat(3,minmax(0,1fr))}.CrmShell-module__Dy2wFW__sidebarCard{display:none}}@media (max-width:720px){.CrmShell-module__Dy2wFW__topbar{padding:var(--kk-space-3) var(--kk-space-4)}.CrmShell-module__Dy2wFW__content{padding:var(--kk-space-5) var(--kk-space-4) var(--kk-space-10)}.CrmShell-module__Dy2wFW__nav{grid-template-columns:1fr 1fr}}
.CTASection-module__8jFGoa__inner{text-align:center;flex-direction:column;align-items:center;display:flex}.CTASection-module__8jFGoa__title{color:var(--kk-color-text);max-inline-size:32ch}.CTASection-module__8jFGoa__lead{margin-block:var(--kk-space-4) 0;max-inline-size:60ch;color:var(--kk-color-text-muted);font-family:var(--kk-font-body);font-size:var(--kk-text-md);line-height:var(--kk-leading-normal)}.CTASection-module__8jFGoa__actions{justify-content:center;gap:var(--kk-space-4);flex-wrap:wrap;margin-block-start:var(--kk-space-8);display:flex}
.EmptyState-module__b2jw0W__empty{align-items:center;gap:var(--kk-space-3);padding:var(--kk-space-12) var(--kk-space-6);text-align:center;font-family:var(--kk-font-body);flex-direction:column;display:flex}.EmptyState-module__b2jw0W__iconTile{border-radius:var(--kk-radius-md);width:44px;height:44px;color:var(--kk-color-text);background:var(--kk-color-surface-sand);place-items:center;display:grid}.EmptyState-module__b2jw0W__title{font-family:var(--kk-font-head);font-size:var(--kk-text-md);font-weight:var(--kk-weight-semibold);color:var(--kk-color-text)}.EmptyState-module__b2jw0W__description{max-width:420px;font-size:var(--kk-text-sm);line-height:var(--kk-leading-normal);color:var(--kk-color-text-muted);margin:0}.EmptyState-module__b2jw0W__action{margin-top:var(--kk-space-2)}
.IconCard-module__oAwEaG__card{gap:var(--kk-space-4);background:var(--kk-color-surface);border:1px solid var(--kk-color-border);border-radius:var(--kk-radius-md);padding:var(--kk-space-6);align-items:flex-start;display:flex}.IconCard-module__oAwEaG__icon{border-radius:var(--kk-radius-sm);background:var(--kk-color-accent-soft);width:38px;height:38px;color:var(--kk-color-accent);flex:none;place-items:center;display:grid}.IconCard-module__oAwEaG__body{min-width:0}.IconCard-module__oAwEaG__title{margin:0 0 var(--kk-space-2);font-family:var(--kk-font-head);font-size:var(--kk-text-base);font-weight:var(--kk-weight-semibold);color:var(--kk-color-text);line-height:var(--kk-leading-snug)}.IconCard-module__oAwEaG__text{font-size:var(--kk-text-sm);color:var(--kk-color-text-muted);line-height:var(--kk-leading-normal);margin:0}
.FileUpload-module__GwLU3W__root{gap:var(--kk-space-3);flex-direction:column;display:flex}.FileUpload-module__GwLU3W__dropzone{min-height:130px;padding:var(--kk-space-4);font-family:var(--kk-font-body);font-size:var(--kk-text-sm);font-weight:var(--kk-weight-semibold);color:var(--kk-color-text-muted);border:1.5px dashed var(--kk-color-accent-tint-strong);border-radius:var(--kk-radius-lg);background:var(--kk-color-accent-tint-faint);cursor:pointer;transition:border-color var(--kk-dur-fast) var(--kk-ease), background var(--kk-dur-fast) var(--kk-ease);place-items:center;display:grid}.FileUpload-module__GwLU3W__dropzone:hover:not(:disabled),.FileUpload-module__GwLU3W__dragOver{border-color:var(--kk-color-accent);background:var(--kk-color-accent-tint);color:var(--kk-color-text)}.FileUpload-module__GwLU3W__dropzone:focus-visible{outline:2px solid var(--kk-color-focus);outline-offset:2px}.FileUpload-module__GwLU3W__dropzone:disabled{opacity:.5;cursor:not-allowed}.FileUpload-module__GwLU3W__input{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.FileUpload-module__GwLU3W__fileList{gap:var(--kk-space-2);margin:0;padding:0;list-style:none;display:grid}.FileUpload-module__GwLU3W__fileItem{align-items:center;gap:var(--kk-space-3);padding:var(--kk-space-2) var(--kk-space-3);font-family:var(--kk-font-body);font-size:var(--kk-text-sm);border:1px solid var(--kk-color-border-soft);border-radius:var(--kk-radius-md);background:var(--kk-color-surface);display:flex}.FileUpload-module__GwLU3W__fileName{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--kk-color-text);flex:1;overflow:hidden}.FileUpload-module__GwLU3W__fileSize{color:var(--kk-color-text-muted);white-space:nowrap}.FileUpload-module__GwLU3W__remove{border-radius:var(--kk-radius-pill);width:24px;height:24px;color:var(--kk-color-text-muted);cursor:pointer;transition:background var(--kk-dur-fast) var(--kk-ease), color var(--kk-dur-fast) var(--kk-ease);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.FileUpload-module__GwLU3W__remove:hover{background:var(--kk-color-bg);color:var(--kk-color-text)}
.Footer-module__OpBfnq__footer{background:var(--kk-color-surface-inverse);color:var(--kk-color-text-inverse-muted);padding-block:var(--kk-space-16) var(--kk-space-8)}.Footer-module__OpBfnq__top{gap:var(--kk-space-10);border-block-end:1px solid var(--kk-color-border-inverse);grid-template-columns:1.6fr repeat(3,1fr);padding-block-end:var(--kk-space-10);display:grid}.Footer-module__OpBfnq__brand{gap:var(--kk-space-4);flex-direction:column;display:flex}.Footer-module__OpBfnq__lockup{align-items:center;gap:var(--kk-space-3);display:inline-flex}.Footer-module__OpBfnq__tile{padding:var(--kk-space-2);border-radius:var(--kk-radius-md);background:var(--kk-color-bg);justify-content:center;align-items:center;display:inline-flex}.Footer-module__OpBfnq__description{max-inline-size:34ch;font-family:var(--kk-font-body);font-size:var(--kk-text-sm);line-height:var(--kk-leading-normal);color:var(--kk-color-text-inverse-muted);margin:0}.Footer-module__OpBfnq__social{gap:var(--kk-space-3);margin:var(--kk-space-2) 0 0;padding:0;list-style:none;display:flex}.Footer-module__OpBfnq__socialLink{color:var(--kk-color-text-inverse-muted);transition:color var(--kk-dur-fast) var(--kk-ease);justify-content:center;align-items:center;display:inline-flex}.Footer-module__OpBfnq__socialLink:hover{color:var(--kk-color-text-inverse)}.Footer-module__OpBfnq__socialIcon{block-size:22px;inline-size:22px}.Footer-module__OpBfnq__column{flex-direction:column;display:flex}.Footer-module__OpBfnq__columnTitle{margin:0 0 var(--kk-space-4);font-family:var(--kk-font-head);font-weight:600;font-size:var(--kk-text-sm);color:var(--kk-color-text-inverse)}.Footer-module__OpBfnq__link{font-family:var(--kk-font-body);font-size:var(--kk-text-sm);color:var(--kk-color-text-inverse-muted);transition:color var(--kk-dur-fast) var(--kk-ease);margin-block-end:var(--kk-space-3);text-decoration:none}.Footer-module__OpBfnq__link:last-child{margin-block-end:0}.Footer-module__OpBfnq__link:hover{color:var(--kk-color-text-inverse)}.Footer-module__OpBfnq__bottom{justify-content:space-between;gap:var(--kk-space-3);font-family:var(--kk-font-body);font-size:var(--kk-text-xs);color:var(--kk-color-text-faint);flex-wrap:wrap;padding-block-start:var(--kk-space-6);display:flex}@media (max-width:768px){.Footer-module__OpBfnq__top{grid-template-columns:1fr 1fr}.Footer-module__OpBfnq__brand{grid-column:1/-1}}
.Hero-module__Dat0Fq__hero{position:relative;overflow:hidden}.Hero-module__Dat0Fq__hero:before{content:"";z-index:0;background-image:linear-gradient(var(--kk-color-border) 1px, transparent 1px), linear-gradient(90deg, var(--kk-color-border) 1px, transparent 1px);opacity:.5;pointer-events:none;background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(120% 100% at 30% 0,#000 35%,#0000 80%);mask-image:radial-gradient(120% 100% at 30% 0,#000 35%,#0000 80%)}.Hero-module__Dat0Fq__inner{z-index:1;gap:var(--kk-space-12);grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);align-items:center;display:grid;position:relative}.Hero-module__Dat0Fq__text{flex-direction:column;align-items:flex-start;display:flex}.Hero-module__Dat0Fq__kicker{align-items:center;gap:var(--kk-space-2);font-family:var(--kk-font-head);font-size:var(--kk-text-xs);font-weight:var(--kk-weight-semibold);letter-spacing:var(--kk-tracking-wide);text-transform:uppercase;color:var(--kk-color-accent);background:var(--kk-color-accent-soft);padding:var(--kk-space-2) var(--kk-space-4);border-radius:var(--kk-radius-pill);display:inline-flex}.Hero-module__Dat0Fq__title{margin-block-start:var(--kk-space-6)}.Hero-module__Dat0Fq__accent{color:var(--kk-color-accent)}.Hero-module__Dat0Fq__lead{max-inline-size:48ch;color:var(--kk-color-text-muted);font-family:var(--kk-font-body);font-size:var(--kk-text-md);line-height:var(--kk-leading-normal);margin-block-start:var(--kk-space-5)}.Hero-module__Dat0Fq__actions{gap:var(--kk-space-4);flex-wrap:wrap;margin-block-start:var(--kk-space-8);display:flex}.Hero-module__Dat0Fq__stats{gap:var(--kk-space-8);flex-wrap:wrap;margin-block-start:var(--kk-space-8);display:flex}.Hero-module__Dat0Fq__stat{gap:var(--kk-space-1);flex-direction:column;display:flex}.Hero-module__Dat0Fq__statLabel{font-family:var(--kk-font-head);font-size:var(--kk-text-lg);font-weight:var(--kk-weight-bold);color:var(--kk-color-text);line-height:var(--kk-leading-tight)}.Hero-module__Dat0Fq__statDescription{font-size:var(--kk-text-sm);color:var(--kk-color-text-muted);margin:0}.Hero-module__Dat0Fq__badges{gap:var(--kk-space-3);flex-wrap:wrap;margin-block-start:var(--kk-space-8);display:flex}.Hero-module__Dat0Fq__panel{background:var(--kk-color-surface);border:1px solid var(--kk-color-border);border-radius:var(--kk-radius-lg);box-shadow:var(--kk-shadow-lg);padding:var(--kk-space-6)}.Hero-module__Dat0Fq__panelHeader{justify-content:space-between;align-items:center;gap:var(--kk-space-4);margin-block-end:var(--kk-space-5);display:flex}.Hero-module__Dat0Fq__panelTitle{font-family:var(--kk-font-head);font-size:var(--kk-text-sm);font-weight:var(--kk-weight-semibold);color:var(--kk-color-text)}.Hero-module__Dat0Fq__panelMeta{font-size:var(--kk-text-xs);font-weight:var(--kk-weight-semibold);color:var(--kk-color-accent);white-space:nowrap}@media (min-width:981px){.Hero-module__Dat0Fq__accent{white-space:nowrap}}@media (max-width:980px){.Hero-module__Dat0Fq__inner{gap:var(--kk-space-10);grid-template-columns:minmax(0,1fr)}}@media (max-width:560px){.Hero-module__Dat0Fq__hero .Hero-module__Dat0Fq__title{font-size:clamp(1.9rem,8vw,2.6rem)}}
.Navbar-module__6gi_ja__header{z-index:var(--kk-z-nav);background:color-mix(in srgb, var(--kk-color-bg) 86%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--kk-color-border);position:sticky;top:0}.Navbar-module__6gi_ja__inner{justify-content:space-between;align-items:center;gap:var(--kk-space-8);height:72px;max-width:var(--kk-container);padding-inline:var(--kk-space-8);margin-inline:auto;display:flex}.Navbar-module__6gi_ja__brand{align-items:center;gap:var(--kk-space-3);flex-shrink:0;text-decoration:none;display:flex}.Navbar-module__6gi_ja__nav{align-items:center;gap:var(--kk-space-8);flex:1;justify-content:center;display:flex}.Navbar-module__6gi_ja__navLink{font-size:var(--kk-text-sm);font-weight:var(--kk-weight-medium);white-space:nowrap}.Navbar-module__6gi_ja__cta{font-family:var(--kk-font-head);font-weight:var(--kk-weight-semibold);font-size:var(--kk-text-base);padding:var(--kk-space-3) var(--kk-space-5);border-radius:var(--kk-radius-md);background:var(--kk-color-accent-cta);color:#fff;white-space:nowrap;transition:transform var(--kk-dur-fast) var(--kk-ease), background var(--kk-dur-base) var(--kk-ease);flex-shrink:0;justify-content:center;align-items:center;line-height:1;text-decoration:none;display:inline-flex}.Navbar-module__6gi_ja__cta:hover{transform:translateY(-2px)}.Navbar-module__6gi_ja__social{color:var(--kk-color-text-muted);transition:color var(--kk-dur-fast) var(--kk-ease);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Navbar-module__6gi_ja__social:hover{color:var(--kk-color-accent)}.Navbar-module__6gi_ja__social svg,.Navbar-module__6gi_ja__mobileSocial svg{block-size:20px;inline-size:20px}.Navbar-module__6gi_ja__toggle{width:40px;height:40px;padding:var(--kk-space-2);cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;display:none}.Navbar-module__6gi_ja__bar{background:var(--kk-color-text);transform-origin:50%;width:22px;height:2px;transition:transform var(--kk-dur-base) var(--kk-ease), opacity var(--kk-dur-fast) var(--kk-ease);border-radius:2px;display:block}.Navbar-module__6gi_ja__barTop{transform:translateY(7px)rotate(45deg)}.Navbar-module__6gi_ja__barMid{opacity:0;transform:scaleX(0)}.Navbar-module__6gi_ja__barBot{transform:translateY(-7px)rotate(-45deg)}.Navbar-module__6gi_ja__mobileMenu{gap:var(--kk-space-5);padding:var(--kk-space-6) var(--kk-space-8);border-top:1px solid var(--kk-color-border);border-bottom:1px solid var(--kk-color-border);background:color-mix(in srgb, var(--kk-color-bg) 96%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--kk-shadow-md);flex-direction:column;display:none;position:absolute;top:100%;left:0;right:0}.Navbar-module__6gi_ja__mobileMenuOpen{display:flex}.Navbar-module__6gi_ja__mobileLink{font-size:var(--kk-text-md);font-weight:var(--kk-weight-medium);color:var(--kk-color-text)}.Navbar-module__6gi_ja__mobileCta{margin-top:var(--kk-space-3);align-self:flex-start}.Navbar-module__6gi_ja__mobileSocial{align-items:center;gap:var(--kk-space-3);font-size:var(--kk-text-md);font-weight:var(--kk-weight-medium);color:var(--kk-color-text);text-decoration:none;display:inline-flex}@media (max-width:980px){.Navbar-module__6gi_ja__nav,.Navbar-module__6gi_ja__desktopCta,.Navbar-module__6gi_ja__desktopSocial{display:none}.Navbar-module__6gi_ja__toggle{display:flex}}
.PageHeader-module__okdRpa__header{justify-content:space-between;align-items:flex-end;gap:var(--kk-space-8);display:flex}.PageHeader-module__okdRpa__text{gap:var(--kk-space-2);flex-direction:column;display:flex}.PageHeader-module__okdRpa__title{max-width:880px;font-family:var(--kk-font-head);font-size:clamp(2rem, 1.6rem + 2vw, var(--kk-text-2xl));font-weight:var(--kk-weight-semibold);line-height:var(--kk-leading-tight);letter-spacing:var(--kk-tracking-tight);color:var(--kk-color-text);text-wrap:balance;margin:0}.PageHeader-module__okdRpa__lead{max-width:740px;font-family:var(--kk-font-body);font-size:var(--kk-text-md);line-height:var(--kk-leading-normal);color:var(--kk-color-text-muted);margin:0}.PageHeader-module__okdRpa__actions{gap:var(--kk-space-3);flex-shrink:0;display:flex}@media (max-width:720px){.PageHeader-module__okdRpa__header{flex-direction:column;align-items:stretch}}
.ProcessSteps-module__2RrzsW__grid{gap:var(--kk-space-5);grid-template-columns:1fr;margin:0;padding:0;list-style:none;display:grid}@media (min-width:640px){.ProcessSteps-module__2RrzsW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.ProcessSteps-module__2RrzsW__grid{grid-template-columns:repeat(4,1fr)}}.ProcessSteps-module__2RrzsW__card{background:var(--kk-color-surface);border:1px solid var(--kk-color-border);border-radius:var(--kk-radius-lg);padding:var(--kk-space-6);flex-direction:column;display:flex}.ProcessSteps-module__2RrzsW__number{margin:0 0 var(--kk-space-4);font-family:var(--kk-font-head);font-size:var(--kk-text-sm);font-weight:var(--kk-weight-semibold);letter-spacing:var(--kk-tracking-wide);color:var(--kk-color-accent)}.ProcessSteps-module__2RrzsW__title{margin:0 0 var(--kk-space-3);font-family:var(--kk-font-head);font-size:var(--kk-text-lg);font-weight:var(--kk-weight-bold);color:var(--kk-color-text);line-height:var(--kk-leading-snug)}.ProcessSteps-module__2RrzsW__text{font-size:var(--kk-text-sm);color:var(--kk-color-text-muted);line-height:var(--kk-leading-normal);margin:0}
.RecognitionChips-module__mgBcWa__root{position:relative}.RecognitionChips-module__mgBcWa__root:after{content:"";background:radial-gradient(circle, color-mix(in srgb, var(--kk-color-accent) 40%, transparent), transparent 65%);pointer-events:none;z-index:0;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-140px;right:-120px}.RecognitionChips-module__mgBcWa__header{z-index:1;max-inline-size:700px;position:relative}.RecognitionChips-module__mgBcWa__eyebrow{color:var(--kk-color-accent-inverse)}.RecognitionChips-module__mgBcWa__title{color:var(--kk-color-text-inverse)}.RecognitionChips-module__mgBcWa__headingGap{margin-block-start:var(--kk-space-2)}.RecognitionChips-module__mgBcWa__lead{color:var(--kk-color-text-inverse-muted);font-family:var(--kk-font-body);font-size:var(--kk-text-base);line-height:var(--kk-leading-normal);max-inline-size:62ch;margin-block-start:var(--kk-space-4);margin-block-end:0}.RecognitionChips-module__mgBcWa__chips{gap:var(--kk-space-3);z-index:1;flex-wrap:wrap;margin-block-start:var(--kk-space-10);display:flex;position:relative}
.RowList-module__6pH4la__list{gap:var(--kk-space-3);margin:0;padding:0;list-style:none;display:grid}.RowList-module__6pH4la__item{display:block}.RowList-module__6pH4la__row{align-items:center;gap:var(--kk-space-4);width:100%;padding:var(--kk-space-4);text-align:left;font-family:var(--kk-font-body);font-size:var(--kk-text-base);color:var(--kk-color-text);border:1px solid var(--kk-color-border-soft);border-radius:var(--kk-radius-lg);background:var(--kk-color-surface);transition:border-color var(--kk-dur-fast) var(--kk-ease), box-shadow var(--kk-dur-fast) var(--kk-ease);text-decoration:none;display:flex}.RowList-module__6pH4la__interactive{cursor:pointer}.RowList-module__6pH4la__interactive:hover{border-color:var(--kk-color-border-accent);box-shadow:var(--kk-shadow-sm)}.RowList-module__6pH4la__interactive:focus-visible{outline:2px solid var(--kk-color-focus);outline-offset:2px}.RowList-module__6pH4la__primary{flex:1;min-width:0}.RowList-module__6pH4la__title{font-weight:var(--kk-weight-semibold);color:var(--kk-color-text);display:block}.RowList-module__6pH4la__subtitle{margin-top:var(--kk-space-1);font-size:var(--kk-text-sm);color:var(--kk-color-text-muted);display:block}.RowList-module__6pH4la__cell{font-size:var(--kk-text-sm);color:var(--kk-color-text-muted);white-space:nowrap}@media (max-width:720px){.RowList-module__6pH4la__row{flex-wrap:wrap}.RowList-module__6pH4la__primary{flex-basis:100%}}
.SectionHeading-module__-9WX7a__root{display:grid}.SectionHeading-module__-9WX7a__alignLeft{text-align:left}.SectionHeading-module__-9WX7a__alignCenter{text-align:center}.SectionHeading-module__-9WX7a__headingGap{margin-block-start:var(--kk-space-2)}.SectionHeading-module__-9WX7a__lead{font-family:var(--kk-font-body);font-size:var(--kk-text-md);line-height:var(--kk-leading-normal);color:var(--kk-color-text-muted);max-inline-size:60ch;margin:0;margin-block-start:var(--kk-space-4)}.SectionHeading-module__-9WX7a__alignCenter .SectionHeading-module__-9WX7a__lead{margin-inline:auto}
.ServiceCard-module__IbEbOG__card{z-index:2;background:var(--kk-color-surface);border:1px solid var(--kk-color-border);border-radius:var(--kk-radius-lg);padding:var(--kk-space-8);overflow-wrap:break-word;transition:transform var(--kk-dur-base) var(--kk-ease), box-shadow var(--kk-dur-base) var(--kk-ease), border-color var(--kk-dur-base) var(--kk-ease);flex-direction:column;display:flex;position:relative;container-type:inline-size}.ServiceCard-module__IbEbOG__card:hover{box-shadow:var(--kk-shadow-lg);border-color:var(--card-accent);transform:translateY(-6px)}.ServiceCard-module__IbEbOG__badge{border-radius:var(--kk-radius-sm);background:var(--card-accent);color:#fff;width:54px;height:54px;font-family:var(--kk-font-head);font-weight:var(--kk-weight-bold);font-size:var(--kk-text-lg);margin-bottom:var(--kk-space-5);box-shadow:0 0 0 6px var(--kk-color-bg);flex-shrink:0;place-items:center;line-height:1;display:grid}.ServiceCard-module__IbEbOG__phase{margin:0 0 var(--kk-space-2);font-family:var(--kk-font-head);font-size:var(--kk-text-xs);font-weight:var(--kk-weight-semibold);letter-spacing:var(--kk-tracking-wide);text-transform:uppercase;color:var(--card-accent)}.ServiceCard-module__IbEbOG__title{margin:0 0 var(--kk-space-3);font-family:var(--kk-font-head);font-size:clamp(1rem,9cqi,1.65rem);font-weight:var(--kk-weight-bold);color:var(--kk-color-text);line-height:var(--kk-leading-snug);letter-spacing:var(--kk-tracking-tight)}.ServiceCard-module__IbEbOG__lead{margin:0 0 var(--kk-space-2);font-size:var(--kk-text-base);font-weight:var(--kk-weight-medium);color:var(--kk-color-text);line-height:var(--kk-leading-normal)}.ServiceCard-module__IbEbOG__description{margin:0 0 var(--kk-space-5);font-size:var(--kk-text-sm);color:var(--kk-color-text-muted);line-height:var(--kk-leading-normal);flex-grow:1}.ServiceCard-module__IbEbOG__deliverables{border-top:1px solid var(--kk-color-border);padding-top:var(--kk-space-4);margin-top:auto}.ServiceCard-module__IbEbOG__deliversLabel{margin:0 0 var(--kk-space-3);font-family:var(--kk-font-head);font-size:var(--kk-text-xs);font-weight:var(--kk-weight-semibold);letter-spacing:var(--kk-tracking-wide);text-transform:uppercase;color:var(--kk-color-text-muted)}
.ServiceJourney-module__rJN_iq__journey{gap:var(--kk-space-6);grid-template-columns:repeat(3,minmax(0,1fr));display:grid;position:relative}.ServiceJourney-module__rJN_iq__journey:before{content:"";top:calc(var(--kk-space-8) + 27px);background:repeating-linear-gradient(90deg, var(--kk-color-accent) 0 12px, transparent 12px 22px);z-index:0;pointer-events:none;height:2px;position:absolute;left:8%;right:8%}@media (max-width:768px){.ServiceJourney-module__rJN_iq__journey{grid-template-columns:minmax(0,1fr)}.ServiceJourney-module__rJN_iq__journey:before{display:none}}
.StepFlow-module__-YE55a__flow{--badge-size:44px;--arrow-w:28px;--arrow-h:56px;display:flex}.StepFlow-module__-YE55a__flow[data-orientation=vertical]{--badge-size:34px;--arrow-w:12px;--arrow-h:24px;flex-direction:column;align-items:stretch}.StepFlow-module__-YE55a__flow[data-orientation=vertical] .StepFlow-module__-YE55a__step{align-items:center;gap:var(--kk-space-3);padding:var(--kk-space-3) var(--kk-space-4);flex-direction:row}.StepFlow-module__-YE55a__flow[data-orientation=vertical] .StepFlow-module__-YE55a__content{gap:2px}.StepFlow-module__-YE55a__flow[data-orientation=vertical] .StepFlow-module__-YE55a__label{font-size:var(--kk-text-base)}.StepFlow-module__-YE55a__flow[data-orientation=vertical] .StepFlow-module__-YE55a__sublabel{font-size:var(--kk-text-xs)}.StepFlow-module__-YE55a__flow[data-orientation=horizontal]{flex-direction:row;align-items:stretch}.StepFlow-module__-YE55a__step{gap:var(--kk-space-4);background:var(--kk-color-surface);border:1px solid var(--kk-color-border);border-radius:var(--kk-radius-md);min-width:0;padding:var(--kk-space-6);flex-direction:column;flex:1;display:flex}.StepFlow-module__-YE55a__number{width:var(--badge-size);height:var(--badge-size);border-radius:var(--kk-radius-sm);background:var(--step-accent);color:#fff;font-family:var(--kk-font-head);font-weight:var(--kk-weight-bold);font-size:var(--kk-text-md);flex-shrink:0;place-items:center;line-height:1;display:grid}.StepFlow-module__-YE55a__content{gap:var(--kk-space-2);flex-direction:column;display:flex}.StepFlow-module__-YE55a__label{font-family:var(--kk-font-head);font-size:var(--kk-text-md);font-weight:var(--kk-weight-semibold);color:var(--kk-color-text);line-height:var(--kk-leading-snug)}.StepFlow-module__-YE55a__sublabel{font-size:var(--kk-text-sm);color:var(--kk-color-text-muted);line-height:var(--kk-leading-normal);margin:0}.StepFlow-module__-YE55a__connector{color:var(--kk-color-accent);flex-shrink:0;display:flex}.StepFlow-module__-YE55a__arrow{flex-shrink:0;display:block}.StepFlow-module__-YE55a__flow[data-orientation=vertical] .StepFlow-module__-YE55a__connector{padding:var(--kk-space-1) 0;margin-left:calc(var(--kk-space-4) + (var(--badge-size) - var(--arrow-w)) / 2);align-self:flex-start}.StepFlow-module__-YE55a__flow[data-orientation=vertical] .StepFlow-module__-YE55a__arrow{width:var(--arrow-w);height:var(--arrow-h)}.StepFlow-module__-YE55a__flow[data-orientation=horizontal] .StepFlow-module__-YE55a__connector{width:var(--arrow-h);padding:0 var(--kk-space-1);justify-content:center;align-self:center}.StepFlow-module__-YE55a__flow[data-orientation=horizontal] .StepFlow-module__-YE55a__arrow{transform:rotate(-90deg)}@media (max-width:640px){.StepFlow-module__-YE55a__flow[data-orientation=horizontal]{flex-direction:column;align-items:stretch}.StepFlow-module__-YE55a__flow[data-orientation=horizontal] .StepFlow-module__-YE55a__connector{width:auto;padding:var(--kk-space-1) 0;margin-left:calc(var(--kk-space-6) + (var(--badge-size) - var(--arrow-w)) / 2);justify-content:flex-start;align-self:flex-start}.StepFlow-module__-YE55a__flow[data-orientation=horizontal] .StepFlow-module__-YE55a__arrow{transform:none}}
.Tabs-module__H0hMMW__root{flex-direction:column;display:flex}.Tabs-module__H0hMMW__tablist{gap:var(--kk-space-2);padding-bottom:var(--kk-space-3);border-bottom:1px solid var(--kk-color-border-soft);flex-wrap:wrap;display:flex}.Tabs-module__H0hMMW__tab{padding:var(--kk-space-2) var(--kk-space-3);font-family:var(--kk-font-body);font-size:var(--kk-text-sm);font-weight:var(--kk-weight-semibold);color:var(--kk-color-text-muted);border-radius:var(--kk-radius-pill);cursor:pointer;transition:background var(--kk-dur-fast) var(--kk-ease), color var(--kk-dur-fast) var(--kk-ease), border-color var(--kk-dur-fast) var(--kk-ease);background:0 0;border:1px solid #0000}.Tabs-module__H0hMMW__tab:hover{color:var(--kk-color-text);background:var(--kk-color-accent-tint-faint)}.Tabs-module__H0hMMW__tab:focus-visible{outline:2px solid var(--kk-color-focus);outline-offset:2px}.Tabs-module__H0hMMW__active,.Tabs-module__H0hMMW__active:hover{color:var(--kk-color-text);background:var(--kk-color-accent-tint);border-color:var(--kk-color-border-accent)}.Tabs-module__H0hMMW__panel{padding-top:var(--kk-space-5)}
.page-module__E0kJGG__invHead{max-width:48rem}.page-module__E0kJGG__invEyebrow.page-module__E0kJGG__invEyebrow{color:var(--kk-color-accent-inverse)}.page-module__E0kJGG__invTitle.page-module__E0kJGG__invTitle{color:var(--kk-color-text-inverse);margin-block-start:var(--kk-space-3)}.page-module__E0kJGG__invLead{color:var(--kk-color-text-inverse-muted);font-family:var(--kk-font-body);font-size:var(--kk-text-md);line-height:var(--kk-leading-normal);margin-block-start:var(--kk-space-4)}.page-module__E0kJGG__aboutCopy{flex-direction:column;display:flex}.page-module__E0kJGG__aboutCopy p{color:var(--kk-color-text-inverse-muted);font-family:var(--kk-font-body);font-size:var(--kk-text-md);line-height:var(--kk-leading-normal);margin-block-start:var(--kk-space-4)}.page-module__E0kJGG__sectionNote{color:var(--kk-color-text-muted);font-size:var(--kk-text-md);line-height:var(--kk-leading-normal);margin-block-start:var(--kk-space-4)}.page-module__E0kJGG__offerLead{margin:0 0 var(--kk-space-5);color:var(--kk-color-text-muted);font-size:var(--kk-text-md);line-height:var(--kk-leading-normal)}.page-module__E0kJGG__offerActions{margin-block-start:var(--kk-space-6)}.page-module__E0kJGG__cardHeading{margin:0 0 var(--kk-space-5);font-family:var(--kk-font-head);font-size:var(--kk-text-lg);font-weight:var(--kk-weight-bold);color:var(--kk-color-text);line-height:var(--kk-leading-snug)}
.Badge-module__QYbaLq__badge{font-family:var(--kk-font-body);font-weight:var(--kk-weight-medium);border-radius:var(--kk-radius-pill);white-space:nowrap;align-items:center;line-height:1;display:inline-flex}.Badge-module__QYbaLq__neutral{background:var(--kk-color-border);color:var(--kk-color-text)}.Badge-module__QYbaLq__accent{background:var(--kk-color-accent);color:#fff}.Badge-module__QYbaLq__success{background:var(--kk-color-success);color:#fff}.Badge-module__QYbaLq__accentSoft{background:var(--kk-color-accent-tint);color:var(--kk-color-text)}.Badge-module__QYbaLq__successSoft{background:var(--kk-color-success-tint);color:var(--kk-color-text)}.Badge-module__QYbaLq__ctaSoft{background:var(--kk-color-cta-tint);color:var(--kk-color-text)}.Badge-module__QYbaLq__sand{background:var(--kk-color-surface-sand);color:var(--kk-color-text-on-sand)}.Badge-module__QYbaLq__sm{padding:var(--kk-space-1) var(--kk-space-3);font-size:var(--kk-text-xs)}.Badge-module__QYbaLq__md{padding:var(--kk-space-2) var(--kk-space-4);font-size:var(--kk-text-sm)}
.Spinner-module__0_fMLa__spinner{border-radius:var(--kk-radius-pill);border-style:solid;border-color:var(--kk-color-accent-soft);border-top-color:var(--kk-color-accent);animation:.8s linear infinite Spinner-module__0_fMLa__spin;display:inline-block}.Spinner-module__0_fMLa__sm{border-width:2px;width:16px;height:16px}.Spinner-module__0_fMLa__md{border-width:3px;width:24px;height:24px}@keyframes Spinner-module__0_fMLa__spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.Spinner-module__0_fMLa__spinner{animation-duration:1.6s}}
.ConfirmDialog-module__7tEwEa__dialog{width:min(420px, calc(100vw - 2 * var(--kk-space-4)));color:var(--kk-color-text);font-family:var(--kk-font-body);background:0 0;border:none;margin:auto;padding:0;position:fixed;inset:0}.ConfirmDialog-module__7tEwEa__dialog::backdrop{background:#00000080}.ConfirmDialog-module__7tEwEa__panel{background:var(--kk-color-surface);border-radius:var(--kk-radius-lg);box-shadow:var(--kk-shadow-lg);padding:var(--kk-space-8)}.ConfirmDialog-module__7tEwEa__title{font-family:var(--kk-font-head);font-size:var(--kk-text-lg);font-weight:var(--kk-weight-semibold);line-height:var(--kk-leading-tight);letter-spacing:var(--kk-tracking-tight);color:var(--kk-color-text);margin:0}.ConfirmDialog-module__7tEwEa__description{margin:var(--kk-space-3) 0 0;font-size:var(--kk-text-sm);line-height:var(--kk-leading-normal);color:var(--kk-color-text-muted)}.ConfirmDialog-module__7tEwEa__actions{justify-content:flex-end;gap:var(--kk-space-3);margin-top:var(--kk-space-6);display:flex}.ConfirmDialog-module__7tEwEa__spinner{margin-right:var(--kk-space-2)}
.Textarea-module__5jDuTa__textarea{resize:vertical;width:100%;min-height:96px;font-family:var(--kk-font-body);font-size:var(--kk-text-base);line-height:var(--kk-leading-normal);color:var(--kk-color-text);background:var(--kk-color-surface);border:1.5px solid var(--kk-color-border);border-radius:var(--kk-radius-md);padding:var(--kk-space-3) var(--kk-space-4);transition:border-color var(--kk-dur-base) var(--kk-ease), box-shadow var(--kk-dur-base) var(--kk-ease)}.Textarea-module__5jDuTa__textarea::placeholder{color:var(--kk-color-text-faint)}.Textarea-module__5jDuTa__textarea:focus-visible{border-color:var(--kk-color-focus);box-shadow:0 0 0 3px var(--kk-color-accent-soft);outline:none}.Textarea-module__5jDuTa__textarea[aria-invalid=true]{border-color:var(--kk-color-accent-cta)}.Textarea-module__5jDuTa__textarea:disabled{opacity:.5;cursor:not-allowed;background:var(--kk-color-bg)}
.summary-panel-module__78kmeW__panel{gap:var(--kk-space-5);font-family:var(--kk-font-body);flex-direction:column;display:flex}.summary-panel-module__78kmeW__form{gap:var(--kk-space-4);flex-direction:column;display:flex}.summary-panel-module__78kmeW__eyebrow{font-family:var(--kk-font-head);font-size:var(--kk-text-xs);font-weight:var(--kk-weight-semibold);letter-spacing:var(--kk-tracking-wide);text-transform:uppercase;color:var(--kk-color-accent)}.summary-panel-module__78kmeW__sources{gap:var(--kk-space-2);border:none;margin:0;padding:0;display:grid}.summary-panel-module__78kmeW__sourcesLegend{margin-bottom:var(--kk-space-2);font-size:var(--kk-text-sm);font-weight:var(--kk-weight-medium);color:var(--kk-color-text);padding:0}.summary-panel-module__78kmeW__checkbox{align-items:center;gap:var(--kk-space-2);font-size:var(--kk-text-sm);color:var(--kk-color-text);display:flex}.summary-panel-module__78kmeW__checkbox input{accent-color:var(--kk-color-accent)}.summary-panel-module__78kmeW__checkbox:has(input:disabled){color:var(--kk-color-text-faint)}.summary-panel-module__78kmeW__providerNote{font-size:var(--kk-text-xs);color:var(--kk-color-text-muted);margin:0}.summary-panel-module__78kmeW__submit{gap:var(--kk-space-2);align-self:flex-start;display:inline-flex}.summary-panel-module__78kmeW__error{font-size:var(--kk-text-sm);color:var(--kk-color-accent-cta);margin:0}.summary-panel-module__78kmeW__runs{gap:var(--kk-space-3);border-top:1px solid var(--kk-color-border-soft);padding-top:var(--kk-space-4);flex-direction:column;display:flex}.summary-panel-module__78kmeW__run{gap:var(--kk-space-2);padding:var(--kk-space-4);border:1px solid var(--kk-color-border-soft);border-radius:var(--kk-radius-lg);background:var(--kk-color-surface);flex-direction:column;display:flex}.summary-panel-module__78kmeW__runHeader{align-items:center;gap:var(--kk-space-2);display:flex}.summary-panel-module__78kmeW__runMeta{font-size:var(--kk-text-xs);color:var(--kk-color-text-muted);flex:1}.summary-panel-module__78kmeW__runPrompt summary{font-size:var(--kk-text-xs);color:var(--kk-color-text-muted);cursor:pointer}.summary-panel-module__78kmeW__runPrompt p{margin:var(--kk-space-2) 0 0;font-size:var(--kk-text-sm);color:var(--kk-color-text-muted);white-space:pre-wrap}.summary-panel-module__78kmeW__runResult{padding:var(--kk-space-3);border-radius:var(--kk-radius-md);background:var(--kk-color-success-tint);font-size:var(--kk-text-sm);line-height:var(--kk-leading-normal);color:var(--kk-color-text);white-space:pre-wrap;overflow-wrap:anywhere}
.meetings-table-module__s2ULdW__header{justify-content:space-between;align-items:center;gap:var(--kk-space-4);margin:var(--kk-space-6) 0 var(--kk-space-4);display:flex}.meetings-table-module__s2ULdW__heading{font-family:var(--kk-font-head);font-size:var(--kk-text-lg);font-weight:var(--kk-weight-semibold);letter-spacing:var(--kk-tracking-tight);color:var(--kk-color-text);margin:0}.meetings-table-module__s2ULdW__titleLink{font-weight:var(--kk-weight-semibold);color:var(--kk-color-text);text-decoration:none}.meetings-table-module__s2ULdW__titleLink:hover{color:var(--kk-color-accent);text-decoration:underline}.meetings-table-module__s2ULdW__rowActions{gap:var(--kk-space-2);white-space:nowrap;display:inline-flex}
.customers-module__k5TFWa__search{max-width:420px;margin-bottom:var(--kk-space-5)}.customers-module__k5TFWa__header{margin-bottom:var(--kk-space-6)}.customers-module__k5TFWa__panelStack{gap:var(--kk-space-4);flex-direction:column;display:flex}.customers-module__k5TFWa__contactMeta{font-size:var(--kk-text-sm);color:var(--kk-color-text-muted)}
.forms-module__-LH1MG__form{gap:var(--kk-space-6);flex-direction:column;display:flex}.forms-module__-LH1MG__section{gap:var(--kk-space-4);padding:var(--kk-space-6);background:var(--kk-color-surface-translucent);border:1px solid var(--kk-color-border-soft);border-radius:var(--kk-radius-xl);box-shadow:var(--kk-shadow-xl);flex-direction:column;display:flex}.forms-module__-LH1MG__sectionTitle{font-family:var(--kk-font-head);font-size:var(--kk-text-md);font-weight:var(--kk-weight-semibold);letter-spacing:var(--kk-tracking-tight);color:var(--kk-color-text);margin:0}.forms-module__-LH1MG__grid{gap:var(--kk-space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.forms-module__-LH1MG__wide{grid-column:1/-1}.forms-module__-LH1MG__actions{gap:var(--kk-space-3);display:flex}.forms-module__-LH1MG__formError{font-size:var(--kk-text-sm);color:var(--kk-color-accent-cta);margin:0}.forms-module__-LH1MG__success{font-size:var(--kk-text-sm);color:var(--kk-color-success);margin:0}.forms-module__-LH1MG__secureNotice{padding:var(--kk-space-3) var(--kk-space-4);border-left:4px solid var(--kk-color-accent);border-radius:var(--kk-radius-md);background:var(--kk-color-bg);font-size:var(--kk-text-sm);line-height:var(--kk-leading-normal);color:var(--kk-color-text-muted);margin:0}.forms-module__-LH1MG__inlineRow{align-items:center;gap:var(--kk-space-2);font-size:var(--kk-text-sm);color:var(--kk-color-text-muted);display:flex}@media (max-width:720px){.forms-module__-LH1MG__grid{grid-template-columns:1fr}}
.meeting-module__BDq00q__statusRow{gap:var(--kk-space-2);margin:var(--kk-space-4) 0 var(--kk-space-5);display:flex}.meeting-module__BDq00q__customerLink{text-decoration:none}.meeting-module__BDq00q__layout{gap:var(--kk-space-4);grid-template-columns:minmax(0,1fr) 380px;align-items:start;display:grid}.meeting-module__BDq00q__card{padding:var(--kk-space-6);border:1px solid var(--kk-color-border-soft);border-radius:var(--kk-radius-xl);background:var(--kk-color-surface-translucent);box-shadow:var(--kk-shadow-xl)}.meeting-module__BDq00q__longText{font-family:var(--kk-font-body);font-size:var(--kk-text-base);line-height:var(--kk-leading-normal);color:var(--kk-color-text);white-space:pre-wrap;overflow-wrap:anywhere}.meeting-module__BDq00q__aiPanel{padding:var(--kk-space-6);border:1px solid var(--kk-color-border-soft);border-radius:var(--kk-radius-xl);background:var(--kk-color-surface-translucent);box-shadow:var(--kk-shadow-xl);font-family:var(--kk-font-body);position:sticky;top:96px}.meeting-module__BDq00q__aiEyebrow{font-family:var(--kk-font-head);font-size:var(--kk-text-xs);font-weight:var(--kk-weight-semibold);letter-spacing:var(--kk-tracking-wide);text-transform:uppercase;color:var(--kk-color-accent);display:block}.meeting-module__BDq00q__aiTitle{margin:var(--kk-space-2) 0;font-family:var(--kk-font-head);font-size:var(--kk-text-md);font-weight:var(--kk-weight-semibold);letter-spacing:var(--kk-tracking-tight);color:var(--kk-color-text)}.meeting-module__BDq00q__aiText{font-size:var(--kk-text-sm);line-height:var(--kk-leading-normal);color:var(--kk-color-text-muted);margin:0}@media (max-width:1100px){.meeting-module__BDq00q__layout{grid-template-columns:1fr}.meeting-module__BDq00q__aiPanel{position:static}}
.settings-module__JJYbua__statusGrid{gap:var(--kk-space-3);max-width:760px;margin-bottom:var(--kk-space-5);display:grid}.settings-module__JJYbua__statusItem{justify-content:space-between;align-items:center;gap:var(--kk-space-5);padding:var(--kk-space-4);border:1px solid var(--kk-color-border-soft);border-radius:var(--kk-radius-lg);background:var(--kk-color-surface);font-family:var(--kk-font-body);font-size:var(--kk-text-sm);font-weight:var(--kk-weight-semibold);color:var(--kk-color-text);display:flex}.settings-module__JJYbua__avgCard{max-width:760px;padding:var(--kk-space-6);border:1px solid var(--kk-color-border-soft);border-radius:var(--kk-radius-xl);background:var(--kk-gradient-sand);box-shadow:var(--kk-shadow-xl);font-family:var(--kk-font-body)}.settings-module__JJYbua__avgEyebrow{font-family:var(--kk-font-head);font-size:var(--kk-text-xs);font-weight:var(--kk-weight-semibold);letter-spacing:var(--kk-tracking-wide);text-transform:uppercase;color:var(--kk-color-accent);display:block}.settings-module__JJYbua__avgTitle{margin:var(--kk-space-2) 0;font-family:var(--kk-font-head);font-size:var(--kk-text-lg);font-weight:var(--kk-weight-semibold);letter-spacing:var(--kk-tracking-tight);color:var(--kk-color-text)}.settings-module__JJYbua__avgText{font-size:var(--kk-text-sm);line-height:var(--kk-leading-normal);color:var(--kk-color-text-muted);margin:0}
.login-module__CYV4AG__page{min-height:100vh;padding:var(--kk-space-6);background:var(--kk-gradient-workspace);font-family:var(--kk-font-body);place-items:center;display:grid}.login-module__CYV4AG__card{width:min(420px,100%);padding:var(--kk-space-8);background:var(--kk-color-surface-translucent);border:1px solid var(--kk-color-border-soft);border-radius:var(--kk-radius-xl);box-shadow:var(--kk-shadow-xl)}.login-module__CYV4AG__brand{align-items:center;gap:var(--kk-space-3);margin-bottom:var(--kk-space-6);display:flex}.login-module__CYV4AG__brandName{font-family:var(--kk-font-head);font-size:var(--kk-text-base);letter-spacing:var(--kk-tracking-tight);color:var(--kk-color-text);display:block}.login-module__CYV4AG__brandSub{font-size:var(--kk-text-xs);color:var(--kk-color-text-muted);margin-top:2px;display:block}.login-module__CYV4AG__title{margin:0 0 var(--kk-space-2);font-family:var(--kk-font-head);font-size:var(--kk-text-xl);font-weight:var(--kk-weight-semibold);letter-spacing:var(--kk-tracking-tight);color:var(--kk-color-text)}.login-module__CYV4AG__lead{margin:0 0 var(--kk-space-6);font-size:var(--kk-text-sm);line-height:var(--kk-leading-normal);color:var(--kk-color-text-muted)}.login-module__CYV4AG__form{gap:var(--kk-space-4);flex-direction:column;display:flex}.login-module__CYV4AG__error{font-size:var(--kk-text-sm);color:var(--kk-color-accent-cta);margin:0}.login-module__CYV4AG__submit{gap:var(--kk-space-2);align-self:flex-start;display:inline-flex}
