
        .ft-card {
/*            max-width: 1300px;*/
            width: 100%;
            background: white;
            border-radius: 28px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.08);
            padding: 30px;
        }
        .nav-tabs {
            display: flex;
            gap: 8px;
            background: #f0f3f9;
            padding: 6px;
            border-radius: 60px;
            margin-bottom: 30px;
            width: fit-content;
        }
        .nav-tabs .tab-btn {
            border: none;
            background: transparent;
            padding: 10px 24px;
            border-radius: 40px;
            font-weight: 600;
            font-size: 0.95rem;
            color: #3c425d;
            cursor: pointer;
            transition: 0.2s;
            white-space: nowrap;
        }
        .nav-tabs .tab-btn.active {
            background: white;
            color: #0b1b3a;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        }
   /*     .row {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }*/
        .col-left {
            flex: 1 1 400px;
            min-width: 320px;    margin-right: 25px;
        }
        .col-right {
            flex: 2 1 550px;
        }
        .form-group {
            margin-bottom: 28px;
        }
        .form-label {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            font-weight: 600;
            color: #1e263a;
            margin-bottom: 10px;
               font-size: 1.5rem;

        }
        .selected-range {
            display: flex;
            align-items: center;
            border: 1px solid #d0dae8;
            border-radius: 30px;
            padding: 4px 12px;
            background: white;
        }
        .calc-input-prefix {
            font-size: 1.1rem;
            color: #2b3452;
            padding-right: 4px;
        }
        .calc-input {
            border: none;
            outline: none;
            font-size: 1.1rem;
            font-weight: 600;
            width: 100px;
            text-align: right;
            background: transparent;
            color: #121826;
        }
        .calc-input.text-start {
            text-align: left;
        }
        .invest-options {
            display: flex;
            gap: 20px;
            margin: 15px 0 10px;
            flex-wrap: wrap;
        }
        .form-check {
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .form-check-input {
            width: 16px;
            height: 16px;
            accent-color: #3769ff;
            cursor: pointer;
        }
        .range-slider {
            margin: 10px 0 6px;
        }
        input[type=range] {
            width: 100%;
            height: 6px;
            background: linear-gradient(90deg, #3769ff 0%, #e0e0e0 0%);
            border-radius: 20px;
            -webkit-appearance: none;
            appearance: none;
        }
        input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 20px;
            height: 20px;
            background: white;
            border-radius: 50%;
            box-shadow: 0 4px 10px rgba(0,40,100,0.3);
            border: 2px solid #3769ff;
            cursor: pointer;
            margin-top: -7px;
        }
        .d-flex.text-small {
            display: flex;
            justify-content: space-between;
           font-size: 1.3rem;
            color: #6a7390;
            font-weight: 500;
        }
        .graph-table-btns ul {
            display: flex;
            gap: 6px;
            background: #f0f3f9;
            padding: 4px;
            border-radius: 40px;
            list-style: none;
        }
        .graph-table-btns .btn {
            background: transparent;
            border: none;
            padding: 8px 22px;
            border-radius: 32px;
            font-weight: 600;
            color: #2f3956;
            cursor: pointer;
        }
        .graph-table-btns .btn.active {
            background: white;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        }
        .legend {
            display: flex;
            gap: 20px;
            font-weight: 600;
        }
        .circle {
            display: inline-block;
            width: 14px;
            height: 14px;
            border-radius: 14px;
            margin-right: 6px;
        }
        .graph-container {
            width: 100%;
            height: 260px;
            margin: 15px 0 10px;
            position: relative;
        }
        canvas {
            display: block;
            width: 100% !important;
            height: 260px !important;
        }
        .table-responsive {
            max-height: 260px;
            overflow-y: auto;
            border: 1px solid #eef2f7;
            border-radius: 18px;
            margin-top: 15px;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.9rem;
        }
        th {
            background: #f6f9ff;
            color: #1e293b;
            font-weight: 600;
            padding: 12px 8px;
            position: sticky;
            top: 0;    font-size: 1.3rem;
            background: #eaf0fd;
        }
        td {
            padding: 10px 8px;
            border-bottom: 1px solid #e6edf6;
            text-align: center;    font-size: 1.2rem;
        }
        .sign {
            font-weight: 600;
            margin-right: 2px;
        }
        .bg-light-blue {
            background: #160d3a17;
            border-radius: 20px;
            padding: 22px 20px;
            margin-top: 25px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }
        .numbers {
            display: flex;
            gap: 40px;
        }
        .numbers h3 {
            font-size: 1.8rem;
            font-weight: 700;
            color: #0e1c3a;
            line-height: 1.2;
        }
        .btn-primary.recommende-btn {
              background: #160d3a;
    border: none;
    padding: 14px 38px;
    border-radius: 40px;
    font-weight: 700;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    /* box-shadow: 0 10px 20px rgba(55, 105, 255, 0.3); */
    transition: 0.2s;
    font-size: 12px;

        }
        .login-dark2 {
            display: inline-block;
            margin-top: 12px;
            color: #3769ff;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.9rem;
        }
        .tab-pane {
            display: none;
        }
        .tab-pane.active {
            display: block;
        }