/* Круглый чекбокс только в блоке rec1727007701 */
#rec1727007701 .t-checkbox__indicator{
  width:18px !important;
  height:18px !important;
  border:2px solid #ff8c2b !important;
  border-radius:50% !important;
  background:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
  position:relative !important;
  box-sizing:border-box !important;
}

/* Убиваем штатную "галку" Тильды */
#rec1727007701 .t-checkbox__indicator:before,
#rec1727007701 .t-checkbox__indicator:after{
  content:"" !important;
  background:none !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Рисуем точку внутри (как radio) */
#rec1727007701 .t-checkbox__indicator:after{
  position:absolute !important;
  width:10px !important;
  height:10px !important;
  border-radius:50% !important;
  background:#ff8c2b !important;
  top:50% !important;
  left:50% !important;
  transform:translate(-50%,-50%) scale(0) !important;
  transition:transform .2s ease !important;
}

/* Активное состояние */
#rec1727007701 .t-checkbox:checked + .t-checkbox__indicator:after{
  transform:translate(-50%,-50%) scale(1) !important;
  
  
.case-line-chart {
  position: relative;
  height: 350px;
  padding: 26px 26px 30px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbeafe;
  overflow: hidden;
}

.growth-svg {
  width: 100%;
  height: 240px;
  display: block;
}

.grid-line {
  stroke: #e5eefb;
  stroke-width: 1;
}

.axis-line {
  stroke: #cfe0f8;
  stroke-width: 1.4;
}

.area-fill {
  fill: rgba(37, 99, 235, 0.10);
}

.growth-line {
  fill: none;
  stroke: #2563eb;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 8px 14px rgba(37, 99, 235, 0.22));
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: drawLine 1.6s ease forwards;
}

.point {
  fill: #ffffff;
  stroke: #2563eb;
  stroke-width: 5;
  filter: drop-shadow(0 6px 12px rgba(37, 99, 235, 0.25));
}

.chart-labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 6px;
}

.chart-labels div {
  text-align: center;
}

.chart-labels strong {
  display: block;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  color: #0f172a;
}

.chart-labels span {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 800;
  color: #64748b;
}

.chart-labels p {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #dbeafe;
  font-size: 13px;
  font-weight: 800;
  color: #64748b;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}  

#rec2202819311 .tn-elem[data-elem-id="1777123300137000002"] .tn-atom {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    color: #1e293b;
    border: 1px solid rgba(30, 64, 175, 0.25);
    border-radius: 16px;

    padding: 18px 30px;
    font-weight: 500;
    letter-spacing: 0.2px;

    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);

    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* мягкое свечение внутри */
#rec2202819311 .tn-elem[data-elem-id="1777123300137000002"] .tn-atom::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: radial-gradient(
        circle at 30% 20%,
        rgba(59, 130, 246, 0.15),
        transparent 60%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* hover */
#rec2202819311 .tn-elem[data-elem-id="1777123300137000002"] .tn-atom:hover {
    transform: translateY(-2px);

    border-color: rgba(37, 99, 235, 0.45);
    color: #0f172a;

    box-shadow:
        0 10px 30px rgba(37, 99, 235, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* появляется мягкое свечение */
#rec2202819311 .tn-elem[data-elem-id="1777123300137000002"] .tn-atom:hover::after {
    opacity: 1;
}

/* нажатие */
#rec2202819311 .tn-elem[data-elem-id="1777123300137000002"] .tn-atom:active {
    transform: translateY(0px) scale(0.97);

    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.08),
        inset 0 2px 4px rgba(0, 0, 0, 0.08);
}
 

