      /* ===== Bloco Pessoa (PF / PJ) no resultado ===== */
      #sc-root .pessoa-bloco {
        width: 100%;
        margin: 8px 0 12px;
        padding: 8px 14px;
        border: 1px solid var(--hr);
        border-radius: 14px;
        background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(0, 0, 0, .02));
        font-weight: 900;
        font-size: 14px;
        color: var(--mu);
        display: flex;
        align-items: center;
        justify-content: center;
      }

      /* ===== Compactar altura do PNG no mobile ===== */
      @media (max-width:560px) {
        #sc-root .pessoa-bloco {
          margin: 4px 0 6px;
          padding: 4px 10px;
          font-size: 13px;
        }

        #sc-root #resumo {
          margin: 4px 0 4px !important;
          font-size: 12px;
        }

        /* ===== FIX MOBILE: botões do resultado sempre lado a lado ===== */
        #sc-root #toolbar-top>div:first-child {
          display: flex !important;
          flex-wrap: nowrap !important;
          gap: 8px;
        }

        #sc-root #toolbar-top .btn {
          width: auto !important;
          flex: 1 1 auto;
          white-space: nowrap;
        }
      }


      /* ===== Range + Régua alinhados ===== */
      #sc-root .range-wrap {
        width: 100%;
        padding: 0 11px;
      }

      #sc-root #embut {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 24px;
        margin: 0;
        padding: 0;
        background: transparent;
      }

      #sc-root #embut::-webkit-slider-runnable-track {
        height: 6px;
        border-radius: 999px;
        background: linear-gradient(90deg, #2b6cff 0%, #69d2ff var(--embut-pct, 0%), #ffffff var(--embut-pct, 0%), #ffffff 100%);
      }

      #sc-root #embut::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 24px;
        height: 24px;
        margin-top: -10px;
        background: #2f7fdc;
        border: 2px solid #0b1466;
        border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
        transform: rotate(45deg);
        box-shadow: inset 0 2px 3px rgba(255, 255, 255, .55), 0 0 0 4px rgba(105, 210, 255, .12), 0 6px 14px rgba(0, 0, 0, .35);
      }

      #sc-root #embut::-moz-range-track {
        height: 6px;
        border-radius: 999px;
        background: linear-gradient(90deg, #2b6cff 0%, #69d2ff var(--embut-pct, 0%), #ffffff var(--embut-pct, 0%), #ffffff 100%);
      }

      #sc-root #embut::-moz-range-thumb {
        width: 24px;
        height: 24px;
        background: #2f7fdc;
        border: 2px solid #0b1466;
        border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
        transform: rotate(45deg);
        box-shadow: inset 0 2px 3px rgba(255, 255, 255, .55), 0 0 0 4px rgba(105, 210, 255, .12), 0 6px 14px rgba(0, 0, 0, .35);
      }

      #sc-root #embut::-webkit-slider-thumb:hover,
      #sc-root #embut::-webkit-slider-thumb:active {
        box-shadow: inset 0 2px 3px rgba(255, 255, 255, .7), 0 0 0 6px rgba(105, 210, 255, .18), 0 8px 18px rgba(0, 0, 0, .45);
      }

      #sc-root #embut::-moz-range-thumb:hover,
      #sc-root #embut::-moz-range-thumb:active {
        box-shadow: inset 0 2px 3px rgba(255, 255, 255, .7), 0 0 0 6px rgba(105, 210, 255, .18), 0 8px 18px rgba(0, 0, 0, .45);
      }

      #sc-root .ruler-abs {
        position: relative;
        height: 18px;
        margin-top: 10px;
      }

      #sc-root .ruler-abs span {
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        font-size: 11px;
        color: var(--mu);
        white-space: nowrap;
      }

      #sc-root .ruler-abs span[data-v="0"] {
        left: 11px;
      }

      #sc-root .ruler-abs span[data-v="5"] {
        left: calc(11px + (5/30) * (100% - 22px));
      }

      #sc-root .ruler-abs span[data-v="10"] {
        left: calc(11px + (10/30) * (100% - 22px));
      }

      #sc-root .ruler-abs span[data-v="15"] {
        left: calc(11px + (15/30) * (100% - 22px));
      }

      #sc-root .ruler-abs span[data-v="20"] {
        left: calc(11px + (20/30) * (100% - 22px));
      }

      #sc-root .ruler-abs span[data-v="25"] {
        left: calc(11px + (25/30) * (100% - 22px));
      }

      #sc-root .ruler-abs span[data-v="30"] {
        left: calc(11px + (30/30) * (100% - 22px));
      }

      #sc-root #embutEscolhaBox #embutEvidenciaTxt {
        white-space: nowrap;
      }

      /* ========= Design tokens / tema ========= */
      #sc-root, #sc-pro-modal-overlay {
        --bg: #050a30;
        --panel: #0a113d;
        --card: #0d1456;
        --hr: rgba(255, 255, 255, .08);
        --tx: #eef2ff;
        --mu: #a9baff;
        --ac: #69d2ff;
        --ok: #49d383;
        --ring: rgba(105, 210, 255, .22);
        --sh: 0 14px 36px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .04);
        --radius: 18px;
        --sp-1: 8px;
        --sp-2: 12px;
        --sp-3: 16px;
        --sp-4: 20px;
        --sp-5: 28px;
        --fs-1: 12px;
        --fs-2: 14px;
        --fs-3: 16px;
        --fs-4: 18px;
        --fs-5: 22px;
        --fs-6: 26px;
      }

      #sc-root * {
        box-sizing: border-box;
      }

      #sc-root .wrap {
        max-width: 980px;
        margin: 0 auto;
        padding: clamp(16px, 3.6vw, 32px);
        font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
        color: var(--tx);
        background: var(--bg);
      }

      #sc-root .card {
        border: 1px solid var(--hr);
        border-radius: var(--radius);
        padding: var(--sp-3);
        background: radial-gradient(140% 120% at 0 0, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02) 55%),
          linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(0, 0, 0, .02));
        box-shadow: var(--sh);
      }

      #sc-root .btn,
      #sc-root .btn.ghost {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        height: 46px;
        padding: 0 var(--sp-3);
        border: 1px solid var(--hr);
        border-radius: 14px;
        font-weight: 800;
        text-decoration: none;
        cursor: pointer;
        background: linear-gradient(180deg, var(--ac), #3cc2ff);
        box-shadow: 0 8px 22px rgba(60, 194, 255, .22);
        color: #050a30 !important;
        -webkit-text-fill-color: #050a30 !important;
        text-shadow: none !important;
        transition: transform .08s ease, box-shadow .12s ease, filter .12s ease;
      }

      #sc-root .btn * {
        color: #050a30 !important;
        -webkit-text-fill-color: #050a30 !important;
        fill: currentColor;
      }

      #sc-root .btn:hover {
        filter: brightness(1.03);
      }

      #sc-root .btn:active {
        transform: translateY(1px);
      }

      #sc-root .btn[disabled] {
        opacity: .7;
        cursor: not-allowed
      }

      #sc-root .topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: var(--sp-2);
        margin-bottom: var(--sp-3)
      }

      #sc-root h1 {
        margin: 0;
        font-size: clamp(20px, 4.2vw, 28px);
        font-weight: 800;
        letter-spacing: .2px
      }

      /* ====== etapa 1 (hero) ====== */
      #sc-root .hero {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: var(--sp-3);
        align-items: center;
        padding: var(--sp-4)
      }

      #sc-root .hero h2 {
        margin: 0;
        font-weight: 800;
        font-size: clamp(18px, 4vw, 24px);
        line-height: 1.15
      }

      #sc-root .hero p {
        margin: 6px 0 0;
        color: var(--mu);
        font-size: var(--fs-2)
      }

      /* ====== inputs ====== */
      #sc-root .legend {
        font-weight: 900;
        padding: 0 6px;
        margin-bottom: var(--sp-2);
        letter-spacing: .2px
      }

      #sc-root .fieldset {
        border: 1px solid var(--hr);
        border-radius: 16px;
        padding: var(--sp-2);
        background: rgba(255, 255, 255, .03);
        position: relative;
      }

      #sc-root .row {
        display: grid;
        grid-template-columns: 230px 1fr 220px;
        align-items: center;
        gap: var(--sp-2);
        padding: 10px 12px
      }

      #sc-root .row+.row {
        border-top: 1px solid var(--hr)
      }

      #sc-root label {
        font-weight: 700;
        opacity: .98
      }

      #sc-root input[type=text],
      #sc-root input[type=number],
      #sc-root select {
        width: 100%;
        height: 46px;
        padding: 0 12px;
        border: 1px solid var(--hr);
        border-radius: 12px;
        background: #0b1466;
        color: var(--tx);
        outline: none;
        transition: border .15s, box-shadow .15s, background .18s;
      }

      #sc-root input:focus,
      #sc-root select:focus {
        border-color: var(--ac);
        box-shadow: 0 0 0 4px var(--ring);
        background: #0c1670
      }

      #sc-root input[disabled],
      #sc-root select[disabled] {
        opacity: .7;
        cursor: not-allowed
      }

      #sc-root .help {
        font-size: var(--fs-1);
        color: var(--mu);
        text-align: right
      }

      /* ===== Toggle premium estilo app financeiro ===== */
      #sc-root .toggle {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        user-select: none;
      }

      #sc-root .toggle input {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
      }

      #sc-root .toggle .slider {
        width: 46px;
        height: 26px;
        background: #0d145c;
        border: 1px solid #23306b;
        border-radius: 999px;
        position: relative;
        transition: background .2s ease, border-color .2s ease;
      }

      #sc-root .toggle .slider::after {
        content: "";
        width: 20px;
        height: 20px;
        background: #7dd3fc;
        border-radius: 50%;
        position: absolute;
        top: 2px;
        left: 2px;
        transition: transform .2s ease;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .35);
      }

      #sc-root .toggle input:checked+.slider:active::after {
        box-shadow: 0 0 0 4px rgba(125, 211, 252, .45), 0 2px 6px rgba(0, 0, 0, .55);
      }

      #sc-root .toggle input:checked+.slider {
        background: #3b82f6;
        border-color: #60a5fa;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25), 0 0 12px rgba(59, 130, 246, .45);
      }

      #sc-root .toggle input:checked+.slider::after {
        transform: translateX(20px);
        box-shadow: 0 0 0 3px rgba(125, 211, 252, .35), 0 4px 10px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .45);
      }

      #sc-root .toggle .slider:active::after {
        transform: scale(.92) translateX(var(--knob-x, 0));
      }

      /* ===== Fim do toggle premium ===== */


      /* ====== PF/PJ chips no canto superior direito ====== */
      #sc-root .pfpj {
        position: absolute;
        top: 10px;
        right: 12px;
        display: flex;
        gap: 8px;
        z-index: 2
      }

      #sc-root .chip {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 6px 10px;
        border: 1px solid var(--hr);
        border-radius: 999px;
        background: #0b1466;
        font-weight: 800;
        cursor: pointer;
        user-select: none
      }

      #sc-root .chip input {
        width: 16px;
        height: 16px;
        accent-color: #3cc2ff
      }

      /* ====== resultados ====== */
      #sc-root .res-toolbar {
        display: flex;
        gap: 10px;
        justify-content: flex-end;
        margin: 8px 0 var(--sp-2)
      }

      #sc-root .res-head {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: var(--sp-2);
        align-items: center
      }

      #sc-root .res-title {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 14px;
        row-gap: 2px;
        align-items: center
      }

      #sc-root .res-title .twrap {
        display: flex;
        flex-direction: column;
        line-height: 1
      }

      #sc-root .res-title .t1,
      #sc-root .res-title .t2 {
        font-weight: 900;
        font-size: clamp(18px, 3.4vw, 22px)
      }

      #sc-root img.logo {
        height: 84px !important;
        max-width: 360px !important;
        width: auto !important;
        object-fit: contain;
        display: block;
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0))
      }

      #sc-root .brand {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 1px
      }

      #sc-root .pessoa-badge {
        font-weight: 900;
        font-size: calc(var(--fs-1) * 0.7);
        color: var(--mu);
        padding: calc(4px * 0.7) calc(8px * 0.7);
        border: 1px solid var(--hr);
        border-radius: calc(10px * 0.7);
        background: rgba(255, 255, 255, .04);
      }


      #sc-root .muted {
        color: var(--mu);
        font-size: var(--fs-1)
      }

      #sc-root .ribbon {
        margin-top: 8px;
        border: 1px solid var(--hr);
        border-radius: 16px;
        overflow: hidden;
        background: rgba(0, 0, 0, .06)
      }

      #sc-root .r-row {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 10px;
        align-items: center;
        padding: 12px 16px;
        background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(0, 0, 0, .02))
      }

      #sc-root .r-row+.r-row {
        border-top: 1px solid var(--hr)
      }

      #sc-root .r-row .lbl {
        color: var(--mu);
        font-size: var(--fs-2)
      }

      #sc-root .r-row .val {
        min-width: 0;
        white-space: nowrap;
        font-size: clamp(20px, 4.8vw, 26px);
        font-weight: 900;
        letter-spacing: .2px;
        font-variant-numeric: tabular-nums;
        text-align: right
      }

      #sc-root .r-row.emph {
        background: radial-gradient(140% 120% at 0 0, rgba(105, 210, 255, .10), rgba(255, 255, 255, .03)), linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(0, 0, 0, .02));
        border-left: 2px solid #2b5f85
      }

      #sc-root .r-row.ok {
        background: radial-gradient(140% 120% at 0 0, rgba(73, 211, 131, .10), rgba(255, 255, 255, .03)), linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(0, 0, 0, .02));
        border-left: 2px solid #2a6d54
      }

      #sc-root .duo {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        border-top: 1px solid var(--hr);
        padding: 12px
      }

      #sc-root .duo .mini {
        border: 1px solid var(--hr);
        border-radius: 14px;
        padding: 12px 14px;
        background: linear-gradient(180deg, rgba(255, 255, 255, .025), rgba(0, 0, 0, .02));
        text-align: center
      }

      #sc-root .mini .lbl {
        color: var(--mu);
        font-size: var(--fs-1);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
      }

      #sc-root .mini .val {
        font-weight: 900;
        font-size: clamp(16px, 4.4vw, 19px);
        white-space: nowrap
      }

      #sc-root .hidden {
        display: none !important
      }

      /* ====== responsivo ====== */
      @media (max-width: 920px) {
        #sc-root .row {
          grid-template-columns: 1fr;
          gap: 8px;
          padding: 10px
        }

        #sc-root .help {
          text-align: left
        }

        #sc-root .res-toolbar .btn {
          height: 44px
        }
      }

      @media (max-width:560px) {
        #sc-root .wrap {
          padding: 18px 12px
        }

        #sc-root .btn {
          width: 100%
        }

        #sc-root .hero {
          grid-template-columns: 1fr;
          padding: var(--sp-3)
        }

        #sc-root .res-head {
          grid-template-columns: 1fr
        }

        #sc-root img.logo {
          height: 72px !important
        }

        #sc-root .pfpj {
          position: static;
          justify-content: flex-end;
          margin: 6px 0 4px
        }
      }

      /* ===== FIX DEFINITIVO MOBILE: range sem foco / sem teclado ===== */
      #sc-root #embut {
        outline: none;
        caret-color: transparent;
        -webkit-user-select: none;
        user-select: none;
        touch-action: pan-x;
        /* impede keyboard em Android */
      }

      /* iOS Safari – bloqueia foco real */
      #sc-root #embut:focus {
        outline: none;
      }

      #sc-root .action-bar {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 4px;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 14px;
      }

      #sc-root .action-bar-separator {
        width: 1px;
        height: 24px;
        background: rgba(255, 255, 255, 0.12);
        margin: 0 4px;
      }

      #sc-root .icon-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        height: 42px;
        padding: 0 16px;
        background: transparent;
        border: 1px solid transparent;
        border-radius: 10px;
        color: var(--tx);
        cursor: pointer;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
      }

      #sc-root .icon-btn svg {
        width: 18px;
        height: 18px;
        stroke: currentColor;
        stroke-width: 2.2;
        fill: none;
        transition: transform 0.2s ease;
      }

      #sc-root .icon-btn span {
        font-size: 11px;
        font-weight: 700;
        opacity: 0.9;
        letter-spacing: 0.2px;
      }

      #sc-root .icon-btn:hover {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.1);
        color: var(--ac);
      }

      #sc-root .icon-btn:active {
        transform: scale(0.97);
        background: rgba(255, 255, 255, 0.12);
      }

      /* Estilo secundário para botões de exportação */
      #sc-root .icon-btn.export-btn {
        background: rgba(105, 210, 255, 0.04);
        border-color: rgba(105, 210, 255, 0.08);
      }

      #sc-root .icon-btn.export-btn:hover {
        background: rgba(105, 210, 255, 0.1);
        border-color: rgba(105, 210, 255, 0.2);
      }

      /* Responsividade para ACtion Bar em Celular */
      @media (max-width: 600px) {
        #sc-root .action-bar {
          flex-wrap: wrap;
          justify-content: center;
          gap: 4px;
          padding: 6px;
          border-radius: 12px;
        }

        #sc-root .icon-btn {
          height: 38px;
          padding: 0 10px;
          gap: 6px;
          flex: 1 1 auto;
          min-width: 80px;
          border-radius: 8px;
        }

        #sc-root .icon-btn span {
          font-size: 10px;
        }

        #sc-root .action-bar-separator {
          display: none;
        }
      }

      /* ====== Modal de Exportação (Apple/Glass Style) ====== */
      #sc-pro-modal-overlay {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: rgba(0, 0, 0, 0.6) !important;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 9999999 !important;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      }

      #sc-pro-modal-overlay.open {
        opacity: 1 !important;
        visibility: visible !important;
      }

      #sc-pro-modal-content {
        background: #0a113d !important;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 24px;
        width: 90% !important;
        max-width: 440px !important;
        padding: 32px;
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
        transform: scale(0.9) translateY(20px);
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        color: #fff !important;
        max-height: 90vh;
        overflow-y: auto;
      }

      #sc-pro-modal-overlay.open #sc-pro-modal-content {
        transform: scale(1) translateY(0);
      }

      #sc-pro-modal-content h3 {
        margin: 0 0 24px;
        font-size: 24px;
        font-weight: 800;
        text-align: center;
        color: #fff !important;
      }

      .modal-choices {
        display: flex;
        flex-direction: column;
        gap: 16px;
      }

      .modal-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px;
        background: rgba(255, 255, 255, 0.08);
        /* Mais visível no fundo escuro */
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 16px;
        cursor: pointer;
        transition: all 0.2s ease;
        color: #fff !important;
        font-size: 14px;
        font-weight: 600;
      }

      .modal-btn:hover {
        background: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.3);
        transform: translateY(-1px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      }

      .modal-btn.primary {
        background: var(--ac) !important;
        color: #050a30 !important;
        font-weight: 800;
        border: none !important;
        box-shadow: 0 8px 24px rgba(105, 210, 255, 0.3);
      }

      .modal-btn svg {
        width: 22px;
        height: 22px;
        opacity: 0.9;
        stroke: currentColor;
      }

      .modal-btn.primary svg {
        opacity: 1;
        stroke: #050a30;
      }

      .modal-btn.primary span {
        color: #050a30 !important;
      }

      .custom-fields-wrap {
        margin-top: 12px;
        display: none;
        flex-direction: column;
        gap: 12px;
        padding: 20px;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 18px;
        border: 1px solid rgba(255, 255, 255, 0.1);
      }

      .custom-field {
        display: flex;
        flex-direction: column;
        gap: 6px;
      }

      .custom-field label {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5) !important;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding-left: 4px;
        font-weight: 700;
      }

      .field-row {
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .field-row input {
        flex: 1;
        height: 40px !important;
        font-size: 14px !important;
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        color: #fff !important;
      }

      .custom-field input,
      .custom-field select {
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-radius: 12px !important;
        color: #fff !important;
        height: 44px !important;
        padding: 0 12px !important;
        outline: none !important;
      }

      #cust-grupo {
        text-transform: uppercase;
      }

      .mini-toggle {
        width: 38px;
        height: 22px;
        flex-shrink: 0;
      }

      .mini-toggle .slider {
        width: 38px;
        height: 22px;
        border: none;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
      }

      .mini-toggle .slider::after {
        width: 16px;
        height: 16px;
        top: 3px;
        left: 3px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
      }

      .mini-toggle input:checked+.slider::after {
        transform: translateX(16px);
      }

      #sc-pro-modal-content .status-msg {
        font-size: 12px;
        color: var(--ac);
        text-align: center;
        margin-top: 12px;
        min-height: 18px;
        font-weight: 600;
      }

      /* ====== Fim do Modal ====== */
