
:root {
  --ag-deep: #0573df;
  --ag-blue: #159ff2;
  --ag-blue-2: #36b7f4;
  --ag-blue-soft: #dff2ff;
  --ag-blue-bubble: #d9effc;
  --ag-gray-bubble: #eef1f3;
  --ag-yellow: #ffc93c;
  --ag-yellow-2: #ffd85c;
  --ag-white: #ffffff;
  --ag-ink: #10233f;
  --ag-muted: #526987;
  --ag-border: rgba(255,255,255,.52);
}

html {
  min-height: 100%;
}

body.askgreg-full-page-template {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at 12% 30%, rgba(255,255,255,.17) 0 8%, transparent 8.2%),
    radial-gradient(circle at 89% 18%, rgba(255,255,255,.12) 0 9%, transparent 9.2%),
    radial-gradient(circle at 7% 82%, rgba(255,255,255,.13) 0 11%, transparent 11.2%),
    radial-gradient(circle at 91% 84%, rgba(255,255,255,.11) 0 13%, transparent 13.2%),
    linear-gradient(145deg, #087bea 0%, #16a8f2 47%, #128be9 100%);
  color: var(--ag-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.askgreg-full-page-template .askgreg-page-shell {
  min-height: 100%;
}

.askgreg-site,
.askgreg-site * {
  box-sizing: border-box;
}

.askgreg-site {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  padding: 24px 28px 48px;
}

.askgreg-site::before,
.askgreg-site::after {
  content: "";
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  pointer-events: none;
}

.askgreg-site::before {
  width: 360px;
  height: 360px;
  left: -170px;
  top: 95px;
  background: rgba(255,255,255,.11);
  box-shadow:
    136px 220px 0 -85px rgba(255,255,255,.12),
    92px 605px 0 -42px rgba(255,255,255,.10);
}

.askgreg-site::after {
  width: 420px;
  height: 420px;
  right: -210px;
  top: 80px;
  background: rgba(255,255,255,.10);
  box-shadow:
    -90px 420px 0 -110px rgba(255,255,255,.13),
    -38px 740px 0 -60px rgba(255,255,255,.09);
}

.askgreg-topbar {
  position: relative;
  z-index: 4;
  width: min(1120px, 100%);
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.askgreg-wordmark {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.025em;
  text-shadow: 0 1px 4px rgba(2,53,106,.15);
}

.askgreg-sun-dot {
  color: var(--ag-yellow);
}

.askgreg-toplinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  flex-wrap: wrap;
}

.askgreg-toplinks a,
.askgreg-toplinks button {
  appearance: none;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: rgba(255,255,255,.95);
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  padding: 9px 0;
  cursor: pointer;
  text-decoration: none;
}

.askgreg-toplinks a:hover,
.askgreg-toplinks button:hover,
.askgreg-toplinks a:focus-visible,
.askgreg-toplinks button:focus-visible {
  color: #fff;
  border-bottom-color: var(--ag-yellow);
  outline: none;
}


.askgreg-toplinks .askgreg-story-link {
  position: relative;
}

.askgreg-toplinks .askgreg-story-link::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 6px;
  border-radius: 50%;
  background: var(--ag-yellow);
  vertical-align: 2px;
  box-shadow: 0 0 0 2px rgba(255,216,92,.12);
}

.askgreg-hero {
  position: relative;
  z-index: 3;
  width: min(820px, 100%);
  margin: 0 auto;
  text-align: center;
}

.askgreg-title-wrap {
  position: relative;
  display: inline-block;
  margin: 2px auto 18px;
}

.askgreg-title-wrap h1 {
  position: relative;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 8vw, 78px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.045em;
  text-shadow: 0 5px 18px rgba(0,73,154,.22);
}

.askgreg-title-wrap p {
  margin: 22px 0 0;
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500;
  text-shadow: 0 2px 8px rgba(0,73,154,.18);
}

.askgreg-smile {
  position: absolute;
  width: 116px;
  height: 45px;
  right: 8px;
  bottom: 24px;
  border-bottom: 6px solid var(--ag-yellow);
  border-radius: 0 0 70% 70%;
  transform: rotate(-3deg);
}

.askgreg-smile::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 9px solid var(--ag-yellow);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: rotate(-10deg);
}

.askgreg-rays {
  position: absolute;
  right: -34px;
  top: -10px;
  width: 38px;
  height: 38px;
}

.askgreg-rays i {
  position: absolute;
  display: block;
  width: 5px;
  height: 20px;
  border-radius: 999px;
  background: var(--ag-yellow);
}

.askgreg-rays i:nth-child(1) { left: 5px; top: 9px; transform: rotate(15deg); }
.askgreg-rays i:nth-child(2) { left: 19px; top: 1px; transform: rotate(42deg); }
.askgreg-rays i:nth-child(3) { left: 29px; top: 15px; transform: rotate(78deg); }

.askgreg-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.askgreg-card {
  position: relative;
  border: 5px solid rgba(255,255,255,.28);
  border-radius: 28px;
  padding: 22px;
  background: rgba(255,255,255,.98);
  box-shadow:
    0 24px 54px rgba(0,70,143,.23),
    0 3px 0 rgba(255,255,255,.34);
  text-align: left;
}

.askgreg-messages {
  min-height: 180px;
  max-height: 520px;
  overflow-y: auto;
  padding: 2px 1px 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(17,100,178,.28) transparent;
}

.askgreg-message {
  margin: 14px 0;
}

.askgreg-label {
  margin: 0 0 6px 6px;
  color: #0a6edc;
  font-size: 12px;
  font-weight: 800;
}

.askgreg-user {
  margin-left: 18%;
}

.askgreg-user .askgreg-label {
  text-align: right;
  margin-right: 6px;
  color: #0a6edc;
}

.askgreg-bubble {
  border-radius: 18px;
  padding: 15px 17px;
  color: #25364d;
  font-size: 15px;
  line-height: 1.52;
}

.askgreg-greg .askgreg-bubble {
  background: var(--ag-gray-bubble);
}

.askgreg-user .askgreg-bubble {
  background: var(--ag-blue-bubble);
}

.askgreg-form {
  margin-top: 18px;
  border: 1.5px solid #c9d7e6;
  border-radius: 18px;
  padding: 13px 14px 12px;
  background: #fff;
}

.askgreg-form textarea {
  display: block;
  width: 100%;
  min-height: 70px;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 2px 0 10px;
  resize: vertical;
  color: var(--ag-ink);
  font: inherit;
  font-size: 16px;
  line-height: 1.45;
}

.askgreg-form textarea::placeholder {
  color: #8396ad;
}

.askgreg-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 5px;
}

.askgreg-actions button {
  min-height: 44px;
  border-radius: 999px;
  padding: 10px 18px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.askgreg-encouragement-row {
  width: 100%;
  margin: 14px 0 0;
  text-align: left;
}

.askgreg-encouragement-status {
  margin: 8px 0 0 3px;
  color: rgba(255,255,255,.88);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  text-shadow: 0 1px 5px rgba(0,68,139,.18);
}

.askgreg-encouragement-status span {
  color: var(--ag-yellow);
  margin-right: 4px;
}

.askgreg-encouragement {
  appearance: none;
  border: 1.5px solid rgba(255,220,82,.98);
  background: rgba(255,255,255,.22);
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 15px;
  font: inherit;
  font-size: 13.5px;
  line-height: 1.2;
  font-weight: 850;
  cursor: pointer;
  text-shadow: 0 1px 5px rgba(0,68,139,.24);
  box-shadow: 0 3px 12px rgba(0,72,150,.10);
  transition: transform .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.askgreg-encouragement:hover,
.askgreg-encouragement:focus-visible {
  transform: translateY(-1px);
  background: rgba(255,216,92,.24);
  border-color: #ffe36f;
  color: #fff;
  box-shadow: 0 5px 16px rgba(0,72,150,.15);
  outline: none;
}

.askgreg-sparkles {
  display: inline-block;
  margin-right: 7px;
  color: #ffdf59;
  font-size: 17px;
  text-shadow: 0 1px 4px rgba(88,60,0,.12);
}

.askgreg-primary {
  border: 0;
  background: linear-gradient(180deg, #168ff0, #0877df);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,96,190,.18);
}

.askgreg-primary:disabled,
.askgreg-encouragement:disabled {
  opacity: .58;
  cursor: wait;
  transform: none;
}

.askgreg-secondary {
  border: 1px solid #c9d7e6;
  background: #fff;
  color: #35506f;
}

.askgreg-disclosure {
  position: relative;
  max-width: 800px;
  margin: 42px auto 0;
  padding-top: 20px;
  color: #fff;
  line-height: 1.42;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0,68,139,.18);
}

.askgreg-disclosure::before {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,.4), rgba(255,216,92,.96), rgba(255,255,255,.4));
  box-shadow: 0 2px 10px rgba(255,216,92,.16);
}

.askgreg-disclosure strong {
  display: block;
  font-size: 14.5px;
  line-height: 1.35;
  font-weight: 800;
}

.askgreg-disclosure span {
  display: block;
  margin-top: 7px;
  font-size: 12.5px;
  line-height: 1.45;
  color: rgba(255,255,255,.95);
}

.askgreg-sources {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(22,75,128,.12);
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.askgreg-sources-label {
  width: 100%;
  color: #5d7187;
  font-size: .75rem;
  font-weight: 800;
}

.askgreg-sources a {
  color: #276baf;
  font-size: .78rem;
  line-height: 1.3;
  text-decoration: underline;
}

.askgreg-bg-icons {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.ag-icon {
  position: absolute;
  width: 54px;
  height: 54px;
  fill: none;
  stroke: rgba(255,255,255,.42);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ag-icon circle {
  fill: none;
}

.ag-icon-heart {
  stroke: rgba(255,216,92,.88);
}

.ag-icon-link {
  stroke: rgba(255,255,255,.50);
}

.ag-icon-spark {
  stroke: rgba(255,216,92,.75);
}

.ag-pos-1 { left: 4%; top: 12%; width: 46px; }
.ag-pos-2 { left: 10%; top: 38%; width: 62px; transform: rotate(-7deg); }
.ag-pos-3 { left: 7%; top: 68%; width: 55px; }
.ag-pos-4 { right: 4%; top: 36%; width: 60px; }
.ag-pos-5 { right: 11%; top: 58%; width: 52px; }
.ag-pos-6 { left: 7%; top: 59%; width: 40px; }
.ag-pos-7 { right: 5%; top: 79%; width: 56px; }
.ag-pos-8 { right: 10%; top: 47%; width: 54px; opacity: .55; }
.ag-pos-9 { left: 4%; top: 49%; width: 58px; opacity: .52; }
.ag-pos-10 { left: 13%; top: 82%; width: 38px; }

.askgreg-modal-veil {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0,42,92,.45);
  backdrop-filter: blur(4px);
}

.askgreg-principles-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  width: min(720px, calc(100% - 32px));
  max-height: calc(100% - 42px);
  overflow: auto;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 26px 90px rgba(0,49,104,.30);
  padding: 30px;
  text-align: left;
}

.askgreg-modal-kicker {
  margin: 0 0 5px;
  color: #4b739c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.askgreg-principles-modal h2 {
  margin: 0 44px 20px 0;
  color: var(--ag-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.03em;
}

.askgreg-principles-modal ol {
  margin: 0;
  padding-left: 24px;
  display: grid;
  gap: 13px;
}

.askgreg-principles-modal li {
  padding-left: 4px;
  color: #334a63;
  line-height: 1.4;
}

.askgreg-principles-modal li strong {
  display: block;
  color: var(--ag-ink);
  font-size: 14px;
}

.askgreg-principles-modal li span {
  display: block;
  margin-top: 2px;
  color: #657a8f;
  font-size: 12.5px;
}

.askgreg-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #e5f4ff;
  color: var(--ag-ink);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

@media (max-width: 800px) {
  .askgreg-site {
    padding: 20px 14px 38px;
  }

  .askgreg-topbar {
    margin-bottom: 24px;
  }

  .askgreg-title-wrap h1 {
    font-size: clamp(50px, 14vw, 66px);
  }

  .askgreg-smile {
    width: 92px;
    right: 0;
  }

  .askgreg-rays {
    right: -20px;
  }

  .askgreg-card {
    padding: 15px;
    border-width: 4px;
    border-radius: 22px;
  }

  .askgreg-user {
    margin-left: 8%;
  }

  .askgreg-actions {
    justify-content: flex-end;
  }

  .askgreg-encouragement-row {
    margin-top: 13px;
  }

  .ag-icon {
    opacity: .45;
    transform: scale(.82);
  }

  .askgreg-disclosure {
    margin-top: 28px;
  }
}

@media (max-width: 520px) {
  .askgreg-topbar {
    align-items: flex-start;
  }

  .askgreg-toplinks {
    gap: 12px;
  }

  .askgreg-toplinks a,
  .askgreg-toplinks button {
    font-size: 11.5px;
  }

  .askgreg-title-wrap p {
    font-size: 18px;
  }

  .askgreg-user {
    margin-left: 4%;
  }

  .askgreg-actions {
    width: 100%;
  }

  .askgreg-actions button {
    flex: 1;
  }

  .askgreg-encouragement {
    width: auto;
    max-width: 100%;
  }

  .ag-pos-2, .ag-pos-4, .ag-pos-8, .ag-pos-9 {
    display: none;
  }

  .askgreg-disclosure {
    margin-top: 30px;
    padding-top: 16px;
  }

  .askgreg-disclosure::before {
    width: 46px;
    margin-bottom: 14px;
  }

  .askgreg-disclosure strong {
    font-size: 13.5px;
  }

  .askgreg-disclosure span {
    font-size: 11.5px;
  }
}


/* AskGregAi branded editorial/content pages */
.askgreg-content-site {
  min-height: 100vh;
  padding-bottom: 70px;
}

.askgreg-content-shell {
  position: relative;
  z-index: 3;
  width: min(860px, 100%);
  margin: 28px auto 0;
}

.askgreg-reading-card {
  background: rgba(255,255,255,.985);
  border: 4px solid rgba(255,255,255,.27);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0,70,143,.22), 0 3px 0 rgba(255,255,255,.28);
  padding: clamp(34px, 6vw, 64px);
}

.askgreg-reading-header {
  text-align: center;
  margin-bottom: 34px;
}

.askgreg-reading-header h1 {
  margin: 0;
  color: var(--ag-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 64px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -.045em;
}

.askgreg-reading-accent {
  width: 52px;
  height: 5px;
  margin: 20px auto 0;
  border-radius: 999px;
  background: var(--ag-yellow);
}

.askgreg-reading-content {
  color: #283b52;
  font-size: 17px;
  line-height: 1.72;
}

.askgreg-reading-content > *:first-child { margin-top: 0; }
.askgreg-reading-content > *:last-child { margin-bottom: 0; }

.askgreg-reading-content h2 {
  margin: 42px 0 14px;
  color: var(--ag-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.askgreg-reading-content h3 {
  margin: 30px 0 10px;
  color: var(--ag-ink);
  font-size: 20px;
  line-height: 1.25;
}

.askgreg-reading-content p { margin: 0 0 20px; }
.askgreg-reading-content strong { color: var(--ag-ink); }

.askgreg-reading-content a {
  color: #0877df;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.askgreg-reading-content blockquote {
  margin: 30px 0;
  padding: 20px 24px;
  border-left: 5px solid var(--ag-yellow);
  border-radius: 0 16px 16px 0;
  background: #eef8ff;
  color: #2d4d69;
}

.askgreg-content-icons .ag-icon { opacity: .34; }

@media (max-width: 640px) {
  .askgreg-content-shell { margin-top: 18px; }
  .askgreg-reading-card { padding: 30px 22px; border-radius: 22px; }
  .askgreg-reading-header { margin-bottom: 26px; }
  .askgreg-reading-content { font-size: 16px; line-height: 1.66; }
  .askgreg-reading-content h2 { margin-top: 34px; font-size: 27px; }
}


.askgreg-principles-intro {
  margin: 0 0 14px;
  max-width: 620px;
  color: #5b7086;
  font-size: 14px;
  line-height: 1.55;
}

.askgreg-principles-intro strong {
  color: var(--ag-ink);
}

.askgreg-principles-accent {
  width: 48px;
  height: 4px;
  margin: 0 0 22px;
  border-radius: 999px;
  background: var(--ag-yellow);
}

.askgreg-principles-modal ol {
  counter-reset: greg-principle;
  list-style: none;
  padding-left: 0;
}

.askgreg-principles-modal li {
  position: relative;
  counter-increment: greg-principle;
  padding-left: 38px;
}

.askgreg-principles-modal li::before {
  content: counter(greg-principle);
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff5c7;
  color: #9b6b00;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  box-shadow: inset 0 0 0 1px rgba(244,201,93,.55);
}


/* Principles readability/contrast polish v0.7.3 - copy unchanged */
.askgreg-modal-kicker {
  color: #0a78df;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .075em;
}

.askgreg-principles-modal h2 {
  color: #10233f;
}

.askgreg-principles-intro {
  color: #405a73;
  font-size: 15px;
  line-height: 1.62;
}

.askgreg-principles-intro strong {
  color: #10233f;
  font-weight: 800;
}

.askgreg-principles-accent {
  background: #ffc93c;
}

.askgreg-principles-modal ol {
  gap: 16px;
}

.askgreg-principles-modal li {
  padding-left: 44px;
  color: #20364f;
  line-height: 1.48;
}

.askgreg-principles-modal li::before {
  width: 30px;
  height: 30px;
  background: #0a7fe8;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  box-shadow:
    0 2px 8px rgba(10,127,232,.18),
    inset 0 0 0 1px rgba(255,255,255,.18);
}

.askgreg-principles-modal li strong {
  color: #12263f;
  font-size: 15.5px;
  line-height: 1.32;
  font-weight: 800;
}

.askgreg-principles-modal li span {
  margin-top: 4px;
  color: #4e647b;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .askgreg-principles-modal {
    padding: 26px 21px;
  }

  .askgreg-principles-intro {
    font-size: 14.5px;
  }

  .askgreg-principles-modal li {
    padding-left: 40px;
  }

  .askgreg-principles-modal li::before {
    width: 28px;
    height: 28px;
    font-size: 12.5px;
  }

  .askgreg-principles-modal li strong {
    font-size: 15px;
  }

  .askgreg-principles-modal li span {
    font-size: 13.5px;
  }
}


/* Global text contrast polish v0.7.5 - no layout or copy changes */
.askgreg-bubble {
  color: #1d2d42;
}

.askgreg-greg .askgreg-bubble {
  color: #1d2d42;
}

.askgreg-user .askgreg-bubble {
  color: #17324d;
}

.askgreg-label {
  color: #075fae;
}

.askgreg-form textarea {
  color: #17283d;
}

.askgreg-form textarea::placeholder {
  color: #687d93;
}

.askgreg-sources-label {
  color: #435a70;
}

.askgreg-sources a {
  color: #155f9f;
}

.askgreg-principles-intro {
  color: #324a63;
}

.askgreg-principles-modal li {
  color: #1f344a;
}

.askgreg-principles-modal li span {
  color: #3e566e;
}

.askgreg-reading-content {
  color: #1f344a;
}

.askgreg-reading-content blockquote {
  color: #29465f;
}

.askgreg-modal-kicker {
  color: #056dcc;
}


/* Final typography contrast polish v0.7.6 */
.askgreg-bubble,
.askgreg-greg .askgreg-bubble,
.askgreg-user .askgreg-bubble {
  color: #242424;
  font-weight: 500;
}

.askgreg-form textarea {
  color: #242424;
  font-weight: 500;
}

.askgreg-form textarea::placeholder {
  color: #5f6770;
  font-weight: 400;
}

.askgreg-principles-intro,
.askgreg-principles-modal li,
.askgreg-principles-modal li span,
.askgreg-reading-content,
.askgreg-reading-content p,
.askgreg-reading-content li {
  color: #2a2a2a;
}

.askgreg-principles-intro,
.askgreg-principles-modal li span,
.askgreg-reading-content p,
.askgreg-reading-content li {
  font-weight: 450;
}

.askgreg-principles-modal li strong {
  color: #1f1f1f;
  font-weight: 800;
}

.askgreg-reading-content strong {
  color: #1f1f1f;
}

.askgreg-reading-content blockquote {
  color: #303030;
}

.askgreg-sources-label {
  color: #3d4650;
}
