











































[data-ded-tool][hidden],
[data-ded-nolang][hidden],
[data-ded-result][hidden],
[data-ded-crisis][hidden],
[data-kc-ded][hidden],
.ded [hidden] { display: none !important; }

.ded {
  max-width: 62ch;
  margin: 0 auto;
  padding: 8px 0 72px;
  font-family: var(--wt-font-body);
  color: var(--wt-ink);
}

 

.ded__intro { padding: 24px 0 8px; }

.ded__eyebrow {
  margin: 0 0 10px;
  font-family: var(--wt-font-ui);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wt-ink-quiet);           
}

.ded__h1 {
  margin: 0 0 16px;
  font-family: var(--wt-font-display);
  font-size: clamp(1.9rem, 5.5vw, 2.7rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--wt-ink);                 
}

.ded__lede {
  margin: 0 0 22px;
  font-size: 1.08rem;
  line-height: 1.6;
  color: var(--wt-ink);
}




.ded__free {
  margin: 0 0 8px;
  font-size: 1.02rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--wt-ink);
}

.ded__freewhy {
  margin: 0 0 18px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--wt-ink-soft);            
}

.ded__giveline { margin: 14px 0 0; }

.ded__give {
  font-family: var(--wt-font-ui);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--wt-link);                
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ded__give:hover { color: var(--wt-link-hover); }
.ded__give--strong { font-size: 1.02rem; }

 

.ded__panel {
  margin: 26px 0 0;
  padding: 22px 22px 24px;
  border: 1px solid var(--wt-field-border);    
  border-radius: 14px;
  background: var(--wt-surface);
}




.ded__panel--quiet {
  padding: 4px 0 4px 18px;
  border: 0;
  border-left: 3px solid var(--wt-rule-strong);   
  border-radius: 0;
  background: none;
}

.ded__h2 {
  margin: 0 0 10px;
  font-family: var(--wt-font-display);
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--wt-ink);
}

.ded__body {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--wt-ink);                 
}
.ded__panel .ded__body { color: var(--wt-ink); }    

.ded__nolang { margin: 26px 0 0; padding: 4px 0 4px 18px; border-left: 3px solid var(--wt-rule-strong); }

 

.ded__form { margin: 0; }
.ded__field { margin: 0 0 22px; }

.ded__label {
  display: block;
  margin: 0 0 4px;
  font-family: var(--wt-font-ui);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--wt-ink);
}

.ded__hint {
  margin: 0 0 10px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--wt-ink-soft);            
}

.ded__input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  font: inherit;
  font-size: 1.05rem;
  color: var(--wt-ink);
  





  background: var(--wt-page-bg);
  border: 1px solid var(--wt-field-border);
  border-radius: 10px;
}
.ded__input:focus-visible {
  outline: 2px solid var(--wt-link);
  outline-offset: 2px;
}



.ded__btn {
  display: inline-block;
  padding: 12px 22px;
  font-family: var(--wt-font-ui);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--wt-btn-ink);             
  background: var(--wt-btn-bg);
  border: 1px solid var(--wt-btn-bg);
  border-radius: 999px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.ded__btn:hover { background: var(--wt-btn-bg-hover); border-color: var(--wt-btn-bg-hover); }
.ded__btn:focus-visible { outline: 2px solid var(--wt-link); outline-offset: 3px; }
.ded__btn[disabled] { opacity: 0.55; cursor: default; }

.ded__btn--ghost {
  color: var(--wt-link);                
  background: none;
  border-color: var(--wt-field-border);
}
.ded__btn--ghost:hover { background: none; color: var(--wt-link-hover); border-color: var(--wt-link); }

.ded__status {
  margin: 16px 0 0;
  min-height: 1.5em;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--wt-ink);
}
.ded__status:empty { margin: 0; min-height: 0; }

 

.ded__crisis {
  margin: 26px 0 0;
  padding: 20px 22px;
  background: var(--wt-surface);
  border: 1px solid var(--wt-field-border);
  border-left: 4px solid var(--wt-warm);    
  border-radius: 14px;
}
.ded__crisis:focus-visible { outline: 2px solid var(--wt-link); outline-offset: 3px; }

.ded__sr {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

 

.ded__result { margin: 30px 0 0; }
.ded__result:focus-visible { outline: 2px solid var(--wt-link); outline-offset: 3px; }

.ded__card {
  margin: 0;
  padding: 22px;
  background: var(--wt-surface);
  border: 1px solid var(--wt-field-border);
  border-radius: 14px;
}

.ded__poster {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  margin: 0 0 20px;
}

.ded__line {
  margin: 0;
  font-family: var(--wt-font-display);
  font-size: clamp(1.45rem, 5vw, 2rem);
  line-height: 1.25;
  font-weight: 700;
  color: var(--wt-ink);                 
  overflow-wrap: anywhere;
}

.ded__mark {
  margin: 14px 0 0;
  font-family: var(--wt-font-ui);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--wt-ink-quiet);           
}

.ded__acts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}

@media (prefers-reduced-motion: reduce) {
  .ded * { transition: none !important; animation: none !important; }
}







@media print {
  .kc-crisis-ribbon,
  .wt-mini,
  .wt-masthead,
  .kc-footer,
  .wt-skip-link,
  .ded__intro,
  .ded__panel,
  .ded__nolang,
  .ded__crisis,
  .ded__acts { display: none !important; }

  .ded { max-width: none; padding: 0; }
  .ded__result { margin: 0; }
  .ded__card {
    border: 0;
    padding: 0;
    background: #ffffff;
    color: #000000;
  }
  .ded__line { color: #000000; }         
  .ded__mark { color: #3a3a3a; }         
  .ded__result h2 { display: none; }
}
