@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root #swarthmore-gpa-tool{
  --swarthmore-garnet: #7a1f2b;
  --academic-ink: #18212f;
  --paper: #fffaf0;
  --grid-line: rgba(122, 31, 43, 0.12);
  --success: #25724d;
  --warning: #9b6414;
  --danger: #b3261e;
  --muted: #667085;
  --border: rgba(24, 33, 47, 0.14);
  --soft-garnet: rgba(122, 31, 43, 0.1);
  --shadow: 0 18px 44px rgba(24, 33, 47, 0.13);
  position: relative;
  border-radius: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  padding: 32px 14px;
  color: var(--academic-ink);
  font-family: Arial, Helvetica, sans-serif;
  background:
    linear-gradient(rgba(255, 250, 240, 0.86) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 240, 0.86) 1px, transparent 1px),
    repeating-linear-gradient(0deg, transparent 0 38px, var(--grid-line) 39px 40px),
    linear-gradient(135deg, #f8efe2 0%, #fffaf0 44%, #eef5f4 100%);
  background-size: 22px 22px, 22px 22px, 100% 40px, 100% 100%;
}.tc-wp-tool-root #swarthmore-gpa-tool *, .tc-wp-tool-root #swarthmore-gpa-tool *::before, .tc-wp-tool-root #swarthmore-gpa-tool *::after{
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-header{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 920px;
  margin: 0 auto 22px;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-kicker{
  margin: 0;
  color: var(--swarthmore-garnet);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.tc-wp-tool-root #swarthmore-gpa-tool h1{
  margin: 0;
  color: #111827;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-subtitle{
  margin: 0;
  color: #334155;
  font-size: 1.05rem;
  line-height: 1.55;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-card{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: min(1180px, 100%);
  margin: 0 auto;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-panel, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-shortcuts{
  border: 1px solid var(--border);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,250,240,0.95)),
    repeating-linear-gradient(0deg, transparent 0 33px, rgba(122,31,43,0.06) 34px 35px);
  box-shadow: var(--shadow);
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-panel{
  padding: 16px;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-output-panel{
  overflow-y: auto;
  scrollbar-color: rgba(122, 31, 43, 0.55) rgba(122, 31, 43, 0.09);
  scrollbar-width: thin;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-output-panel::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-output-panel::-webkit-scrollbar-track{
  background: rgba(122, 31, 43, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-output-panel::-webkit-scrollbar-thumb{
  background: rgba(122, 31, 43, 0.55);
  border-radius: 999px;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-form-grid, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-course-row, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-preview-grid, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-actions, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-shortcuts{
  display: grid;
  gap: 12px;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-form-grid{
  grid-template-columns: 1fr;
  margin-bottom: 14px;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-course-list{
  display: grid;
  gap: 12px;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-course-row{
  grid-template-columns: 1fr;
  padding: 12px;
  border: 1px solid rgba(122, 31, 43, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(122,31,43,0.08), transparent 8px),
    rgba(255,255,255,0.76);
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-field{
  display: grid;
  gap: 6px;
  color: #263245;
  font-size: 0.85rem;
  font-weight: 800;
}.tc-wp-tool-root #swarthmore-gpa-tool input, .tc-wp-tool-root #swarthmore-gpa-tool select{
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(24, 33, 47, 0.18);
  border-radius: 12px;
  padding: 10px 12px;
  color: var(--academic-ink);
  background: #ffffff;
  font: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-credit-field input{
  border-left: 5px solid var(--swarthmore-garnet);
}.tc-wp-tool-root #swarthmore-gpa-tool input:focus, .tc-wp-tool-root #swarthmore-gpa-tool select:focus, .tc-wp-tool-root #swarthmore-gpa-tool button:focus-visible{
  border-color: var(--swarthmore-garnet);
  box-shadow: 0 0 0 4px rgba(122, 31, 43, 0.16);
}.tc-wp-tool-root #swarthmore-gpa-tool button{
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  padding: 10px 14px;
  color: #ffffff;
  background: var(--swarthmore-garnet);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root #swarthmore-gpa-tool button:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(122, 31, 43, 0.2);
  background: #651924;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-remove, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-clear, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-shortcut[data-action="empty"]{
  color: var(--swarthmore-garnet);
  background: #fff3f0;
  border: 1px solid rgba(122, 31, 43, 0.22);
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-add-course{
  margin-top: 12px;
  background: #25364d;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-preview-grid{
  grid-template-columns: 1fr;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-result-card{
  display: grid;
  gap: 8px;
  min-height: 108px;
  padding: 15px;
  border: 1px solid rgba(24, 33, 47, 0.13);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.95), rgba(248,250,252,0.92));
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-result-card span{
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-result-card strong{
  color: var(--academic-ink);
  font-size: 1.35rem;
  line-height: 1.2;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-primary-result{
  border-color: rgba(122, 31, 43, 0.26);
  background: linear-gradient(135deg, #fff8ec, #ffffff);
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-primary-result strong{
  color: var(--swarthmore-garnet);
  font-size: 2.4rem;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-standing-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 8px 12px;
  color: #ffffff !important;
  background: var(--muted);
  font-size: 0.95rem !important;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-standing-badge.is-excellent{
  background: var(--success);
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-standing-badge.is-strong{
  background: #2f6fa3;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-standing-badge.is-satisfactory{
  background: var(--warning);
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-standing-badge.is-risk{
  background: var(--danger);
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-message-card{
  grid-column: 1 / -1;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-message-card strong{
  color: #334155;
  font-size: 0.98rem;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-actions{
  grid-template-columns: 1fr;
  margin-top: 14px;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-shortcuts{
  grid-template-columns: 1fr;
  width: min(1180px, 100%);
  margin: 16px auto 0;
  padding: 14px;
}.tc-wp-tool-root #swarthmore-gpa-tool .sgt-shortcut{
  background: #ffffff;
  color: var(--academic-ink);
  border: 1px solid rgba(24, 33, 47, 0.16);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root #swarthmore-gpa-tool{
    padding: 24px 10px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-card, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-form-grid, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-course-row, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-preview-grid, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-actions, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-shortcuts{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-panel, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-shortcuts{
    grid-column: 1 / -1;
    width: 100%;
    padding: 12px;
  }.tc-wp-tool-root #swarthmore-gpa-tool h1{
    font-size: 1.75rem;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-subtitle, .tc-wp-tool-root #swarthmore-gpa-tool input, .tc-wp-tool-root #swarthmore-gpa-tool select, .tc-wp-tool-root #swarthmore-gpa-tool button{
    font-size: 0.9rem;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-result-card{
    padding: 12px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-result-card strong{
    font-size: 1.16rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root #swarthmore-gpa-tool{
    padding: 28px 12px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-card, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-form-grid, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-course-row, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-preview-grid, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-actions, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-shortcuts{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-panel, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-shortcuts{
    grid-column: 1 / -1;
    width: 100%;
  }.tc-wp-tool-root #swarthmore-gpa-tool h1{
    font-size: 2rem;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-subtitle{
    font-size: 0.98rem;
  }.tc-wp-tool-root #swarthmore-gpa-tool input, .tc-wp-tool-root #swarthmore-gpa-tool select, .tc-wp-tool-root #swarthmore-gpa-tool button{
    font-size: 0.94rem;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-result-card{
    padding: 14px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root #swarthmore-gpa-tool{
    padding: 34px 14px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-card, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-form-grid, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-course-row, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-preview-grid, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-actions{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-panel{
    grid-column: 1 / -1;
    width: 100%;
  }.tc-wp-tool-root #swarthmore-gpa-tool h1{
    font-size: 2.25rem;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-subtitle, .tc-wp-tool-root #swarthmore-gpa-tool input, .tc-wp-tool-root #swarthmore-gpa-tool select, .tc-wp-tool-root #swarthmore-gpa-tool button{
    font-size: 0.98rem;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-shortcuts{
    grid-template-columns: 1fr !important;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root #swarthmore-gpa-tool{
    padding: 42px 20px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-card{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-form-grid{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-course-row{
    grid-template-columns: 1.5fr 0.8fr 0.8fr auto;
    align-items: end;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-remove{
    width: auto;
    min-width: 96px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-preview-grid{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-actions, .tc-wp-tool-root #swarthmore-gpa-tool .sgt-shortcuts{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root #swarthmore-gpa-tool h1{
    font-size: 2.75rem;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-result-card{
    padding: 16px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-result-card strong{
    font-size: 1.35rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root #swarthmore-gpa-tool{
    padding: 48px 24px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-card{
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr);
    gap: 20px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-form-grid{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-course-row{
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.65fr) minmax(0, 0.7fr) auto;
    align-items: end;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-remove{
    width: auto;
    min-width: 92px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-preview-grid{
    grid-template-columns: repeat(3, 1fr);
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-actions{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-shortcuts{
    grid-template-columns: repeat(4, 1fr);
  }.tc-wp-tool-root #swarthmore-gpa-tool h1{
    font-size: 3.15rem;
  }.tc-wp-tool-root #swarthmore-gpa-tool input, .tc-wp-tool-root #swarthmore-gpa-tool select, .tc-wp-tool-root #swarthmore-gpa-tool button{
    font-size: 0.95rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root #swarthmore-gpa-tool{
    padding: 56px 28px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-card{
    grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.92fr);
    gap: 22px;
    max-width: 1180px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-panel{
    padding: 20px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-form-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-course-row{
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.68fr) minmax(0, 0.72fr) auto;
    align-items: end;
    gap: 14px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-remove{
    width: auto;
    min-width: 98px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-preview-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-result-card{
    padding: 18px;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-result-card strong{
    font-size: 1.45rem;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-primary-result strong{
    font-size: 2.65rem;
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-actions{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root #swarthmore-gpa-tool .sgt-shortcuts{
    grid-template-columns: repeat(4, 1fr);
    padding: 16px;
  }}.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}

.tc-wp-tool-root .sgt-attempted-credits {}
.tc-wp-tool-root .sgt-copy {}
.tc-wp-tool-root .sgt-course-name {}
.tc-wp-tool-root .sgt-credit-hours {}
.tc-wp-tool-root .sgt-current-credits {}
.tc-wp-tool-root .sgt-custom-scale {}
.tc-wp-tool-root .sgt-custom-scale-wrap {}
.tc-wp-tool-root .sgt-decimals {}
.tc-wp-tool-root .sgt-gpa {}
.tc-wp-tool-root .sgt-grade {}
.tc-wp-tool-root .sgt-grade-points {}
.tc-wp-tool-root .sgt-input-panel {}
.tc-wp-tool-root .sgt-prev-cgpa {}
.tc-wp-tool-root .sgt-prev-credits {}
.tc-wp-tool-root .sgt-scale {}
.tc-wp-tool-root .sgt-semester {}
.tc-wp-tool-root .sgt-standing-card {}
.tc-wp-tool-root .sgt-validation {}
.tc-wp-tool-root .swarthmore-gpa-tool {}