.tpSubModalOverlay{position:fixed;inset:0;z-index:10020;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(10,17,40,.56);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tpSubModalCard{width:100%;max-width:520px;max-height:calc(100vh - 40px);overflow:auto;border-radius:24px;border:1px solid rgba(16,21,133,.14);background:#ffffff;box-shadow:0 24px 64px rgba(15,23,42,.22);padding:18px;display:flex;flex-direction:column;gap:14px}.tpSubModalHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.tpSubModalKicker{margin:0;color:var(--secondary-color);font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:800}.tpSubModalHeader h2{margin:4px 0 0;color:var(--primary-color);font-size:28px;line-height:1.1;font-weight:700}.tpSubModalSub{margin:7px 0 0;color:#5b6684;font-size:13px;line-height:1.4}.tpSubModalClose{width:34px;height:34px;border:0;border-radius:999px;background:#ecf3ff;color:var(--primary-color);font-size:24px;line-height:1;cursor:pointer}.tpSubModalClose:disabled{cursor:not-allowed;opacity:.6}.tpSubIntervalTabs{display:flex;align-items:center;gap:6px;padding:4px;border-radius:12px;background:#edf3fb;border:1px solid #dbe5f2}.tpSubIntervalTabs button{flex:1 1;min-height:36px;border:0;border-radius:9px;background:transparent;color:#657190;font-size:14px;font-weight:700;cursor:pointer}.tpSubIntervalTabs button.isActive{background:#ffffff;color:var(--primary-color);box-shadow:0 4px 14px rgba(16,21,133,.12)}.tpSubPlanList{display:flex;flex-direction:column;gap:10px}.tpSubStatus{border-radius:12px;border:1px solid #dce5f2;background:#f8fbff;color:#59647f;font-size:14px;text-align:center;padding:16px}.tpSubPlanCard{border-radius:14px;border:1px solid rgba(16,21,133,.14);background:#ffffff;padding:14px 14px 10px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.tpSubPlanCard:hover{border-color:rgba(16,21,133,.3)}.tpSubPlanCard.isSelected{border-width:2px;border-color:var(--primary-color);box-shadow:0 10px 24px rgba(16,21,133,.08)}.tpSubPlanTop{justify-content:space-between;gap:12px}.tpSubPlanMeta,.tpSubPlanTop{display:flex;align-items:flex-start}.tpSubPlanMeta{gap:10px}.tpSubPlanRadio{width:20px;height:20px;border-radius:999px;border:2px solid #c8d3e6;margin-top:3px;display:inline-flex;align-items:center;justify-content:center}.tpSubPlanRadio.isSelected{border-color:var(--primary-color)}.tpSubPlanRadio.isSelected span{width:10px;height:10px;border-radius:999px;background:var(--primary-color)}.tpSubPlanMeta h3{margin:0;color:var(--primary-color);font-size:18px;font-weight:700;line-height:1.15}.tpSubPlanMeta p{margin:4px 0 0;color:#6f7994;font-size:12px}.tpSubPlanPrice{text-align:right;display:flex;flex-direction:column;gap:2px}.tpSubPlanPrice strong{color:#112178;font-size:22px;font-weight:800;line-height:1}.tpSubPlanPrice span{color:#7180a2;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.tpSubPlanExpand{max-height:0;overflow:hidden;opacity:0;transition:max-height .32s ease,opacity .22s ease}.tpSubPlanExpand.isOpen{max-height:240px;opacity:1}.tpSubPlanFeatures{border-top:1px solid #e4ebf5;margin-top:12px;padding-top:12px;display:flex;flex-direction:column;gap:8px}.tpSubPlanFeatures div{display:flex;align-items:flex-start;gap:8px}.tpSubPlanFeatures svg{color:var(--primary-color);margin-top:2px}.tpSubPlanFeatures span{color:#2f3a57;font-size:13px;line-height:1.35}.tpSubPlanCta{margin-top:12px;width:100%;min-height:40px;border:0;border-radius:10px;background:var(--secondary-color);color:#ffffff;font-size:14px;font-weight:700;cursor:pointer}.tpSubPlanCta:disabled{opacity:.74;cursor:not-allowed}.tpSubFooterHint{display:flex;justify-content:center;margin-top:2px}.tpSubLoginHint{border:1px solid rgba(16,21,133,.22);border-radius:999px;padding:7px 12px;background:#f5f9ff;color:var(--primary-color);font-size:12px;font-weight:700}.tpSubInlineMessage{border-radius:10px;background:#fff1f3;color:#ab1130;font-size:12px;font-weight:700;padding:10px 12px}.tpSubSelectedPlanSummary{border-radius:12px;border:1px solid #e4ebf6;background:#f8fbff;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.tpSubSelectedPlanSummary span{color:#6f7994;font-size:12px;font-weight:700}.tpSubSelectedPlanSummary strong{color:var(--primary-color);font-size:14px;font-weight:800}.tpSubAuthBackRow{display:flex;justify-content:flex-start}.tpSubBackBtn{border:0;background:transparent;color:var(--primary-color);font-size:13px;font-weight:700;padding:0;cursor:pointer}@media (max-width:640px){.tpSubModalOverlay{align-items:flex-end;padding:8px}.tpSubModalCard{max-height:calc(100dvh - 16px);border-radius:16px;padding:14px}.tpSubModalHeader h2{font-size:24px}}