

    .card {
	max-width: 1200px;
	width: 100%;
	overflow: hidden;
	transition: all 0.2s;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-top: 15px;
	padding-top: 24px;
	padding-right: 10px;
	padding-bottom: 24px;
	padding-left: 10px;
	   border-radius: 20px;
    }

    h1 {
      font-size: 28px;
      font-weight: 600;
      letter-spacing: -0.02em;
      color: #0b1c33;
      margin-bottom: 4px;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .subh {
      font-size: 15px;
      color: #5e6f8d;
      border-left: 3px solid #2b7e6b;
      padding-left: 14px;
      margin-top: 4px;
      margin-bottom: 24px;
      line-height: 1.4;
      background: #f0f6fa;
      padding: 12px 16px;
      border-radius: 20px;
      color: #14433b;
      font-weight: 450;
    }

    .label-sm {
      font-size: 14px;
      font-weight: 600;
      color: #2c3f5c;
      margin-bottom: 6px;
      margin-top: 18px;
      letter-spacing: 0.3px;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .select-wrapper {
      background-color: #f1f4f9;
      border-radius: 20px;
      padding: 4px;
    }

    select {
      width: 100%;
      padding: 16px 18px;
      font-size: 16px;
      border: 1px solid #d9e0eb;
      border-radius: 20px;
      background: white url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%23344e6c" stroke-width="2"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat right 18px center;
      background-size: 18px;
      appearance: none;
      color: #0f1e38;
      font-weight: 450;
      box-shadow: 0 2px 6px rgba(0,0,0,0.02);
    }

    .double-row {
      display: flex;
      gap: 12px;
      margin-top: 8px;
    }

    .double-row .field {
      flex: 1;
    }

    .rate-badge {
      background: linear-gradient(145deg, #162b47, #1b3759);
      color: white;
      padding: 20px 20px;
      border-radius: 26px;
      margin: 22px 0 18px;
      text-align: center;
      box-shadow: 0 12px 18px -8px rgba(20, 60, 100, 0.3);
    }

    .rate-big {
      font-size: 58px;
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: -1.5px;
      margin-bottom: 4px;
    }

    .rate-label {
      font-size: 16px;
      opacity: 0.85;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }

    .meta-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 16px 0 22px;
    }

    .meta-item {
      background: #eef3f9;
      flex: 1 0 calc(50% - 10px);
      min-width: 140px;
      border-radius: 22px;
      padding: 16px 14px;
      box-shadow: inset 0 1px 3px rgba(255,255,255,0.9), 0 3px 6px rgba(0,0,0,0.02);
    }

    .meta-label {
      font-size: 13px;
      color: #4b5f7b;
      margin-bottom: 4px;
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .meta-value {
      font-size: 22px;
      font-weight: 700;
      color: #03223f;
    }

    .meta-footnote {
      font-size: 12px;
      color: #6a7d9e;
      margin-top: 6px;
      border-top: 1px dashed #cbd5e3;
      padding-top: 6px;
    }

    .total-estimate {
      background: #f1f7f5;
      border-radius: 22px;
      padding: 18px 16px;
      margin: 18px 0 20px;
      border-left: 5px solid #2b7e6b;
    }

    .est-header {
      font-weight: 600;
      color: #125743;
      margin-bottom: 10px;
      font-size: 16px;
    }

    .est-row {
      display: flex;
      justify-content: space-between;
      font-size: 16px;
      padding: 8px 0;
      border-bottom: 1px solid #cde0db;
    }

    .est-row:last-child {
      border-bottom: none;
    }

    .est-range {
      font-weight: 700;
      color: #1b4e48;
    }

    .footnote {
      font-size: 13px;
      color: #617188;
      margin-top: 20px;
      padding-top: 14px;
      border-top: 1px solid #dbe2ed;
      text-align: center;
    }

    .pill {
      background-color: #d5e6ff;
      color: #10345e;
      border-radius: 40px;
      padding: 4px 14px;
      font-size: 13px;
      font-weight: 500;
      display: inline-block;
      margin-right: 6px;
    }

    .kpi-tag {
      font-size: 13px;
      background: #dee9f5;
      border-radius: 30px;
      padding: 6px 14px;
      margin-top: 12px;
      color: #212d42;
    }

    /* adjustments */
    .note-fl {
      font-size: 14px;
      background: #fcf2df;
      padding: 8px 14px;
      border-radius: 28px;
      margin: 8px 0;
    }

    #refreshInsights {
      width: 100%;
      background: none;
      border: 2px solid #ccdbee;
      padding: 16px;
      font-size: 16px;
      border-radius: 40px;
      font-weight: 600;
      color: #1e3b63;
      margin-top: 18px;
      transition: 0.15s;
    }

   #refreshInsights:active {
      background: #e2ebf6;
      border-color: #7994c0;
    }
