@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{
  --berkeley-navy: #003262;
  --berkeley-gold: #fdb515;
  --berkeley-blue: #2d637f;
  --berkeley-ink: #172033;
  --berkeley-paper: #fbfcf7;
  --berkeley-line: #d9e2e8;
}.tc-wp-tool-root .berkeley-gpa-tool, .tc-wp-tool-root .berkeley-gpa-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .berkeley-gpa-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0;
  overflow-x: hidden;
  color: var(--berkeley-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(rgba(0, 50, 98, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 50, 98, .045) 1px, transparent 1px),
    radial-gradient(circle at 16% 10%, rgba(253, 181, 21, .22), transparent 30%),
    linear-gradient(135deg, #eef6fb 0%, #fbfcf7 46%, #f5efe0 100%);
  background-size: 24px 24px, 24px 24px, auto, auto;
}.tc-wp-tool-root .berkeley-gpa-tool input, .tc-wp-tool-root .berkeley-gpa-tool select, .tc-wp-tool-root .berkeley-gpa-tool textarea, .tc-wp-tool-root .berkeley-gpa-tool button{
  font: inherit;
  max-width: 100%;
}.tc-wp-tool-root .berkeley-gpa-tool input, .tc-wp-tool-root .berkeley-gpa-tool select, .tc-wp-tool-root .berkeley-gpa-tool textarea{
  width: 100%;
  border: 1px solid #b8c8d4;
  border-radius: 10px;
  background: #ffffff;
  color: #142036;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root .berkeley-gpa-tool input:focus, .tc-wp-tool-root .berkeley-gpa-tool select:focus, .tc-wp-tool-root .berkeley-gpa-tool textarea:focus, .tc-wp-tool-root .berkeley-gpa-tool button:focus-visible{
  border-color: var(--berkeley-blue);
  box-shadow: 0 0 0 4px rgba(45, 99, 127, .18);
}.tc-wp-tool-root .bgpa-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}.tc-wp-tool-root .bgpa-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 12px;
  border: 1px solid rgba(0, 50, 98, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--berkeley-navy);
  font-weight: 800;
  font-size: 13px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bgpa-header h1{
  margin: 0;
  color: var(--berkeley-navy);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bgpa-header p{
  max-width: 760px;
  margin: 14px auto 0;
  color: #25384f;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bgpa-card{
  display: grid;
  width: 100%;
  margin: 0 auto;
  min-width: 0;
}.tc-wp-tool-root .bgpa-input-panel, .tc-wp-tool-root .bgpa-output-panel, .tc-wp-tool-root .bgpa-shortcuts{
  min-width: 0;
  border: 1px solid rgba(0, 50, 98, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 48px rgba(0, 50, 98, .12);
  backdrop-filter: blur(8px);
}.tc-wp-tool-root .bgpa-output-panel{
  overflow-y: auto;
  scrollbar-color: var(--berkeley-blue) #e8eef2;
  scrollbar-width: thin;
}.tc-wp-tool-root .bgpa-output-panel::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .bgpa-output-panel::-webkit-scrollbar-track{
  background: #e8eef2;
  border-radius: 999px;
}.tc-wp-tool-root .bgpa-output-panel::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, var(--berkeley-navy), var(--berkeley-blue));
  border-radius: 999px;
}.tc-wp-tool-root .bgpa-settings-grid, .tc-wp-tool-root .bgpa-preview-grid{
  display: grid;
  min-width: 0;
}.tc-wp-tool-root .bgpa-field{
  min-width: 0;
}.tc-wp-tool-root .bgpa-field label{
  display: block;
  margin: 0 0 7px;
  color: #25384f;
  font-weight: 800;
  font-size: 13px;
}.tc-wp-tool-root .bgpa-course-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  margin-top: 18px;
}.tc-wp-tool-root .bgpa-course-header h2{
  margin: 0;
  color: var(--berkeley-navy);
  font-size: 18px;
  line-height: 1.2;
}.tc-wp-tool-root .bgpa-course-list{
  display: grid;
  gap: 12px;
  margin-top: 12px;
  min-width: 0;
}.tc-wp-tool-root .bgpa-course-row{
  display: grid;
  align-items: end;
  min-width: 0;
  border: 1px solid #d7e2ea;
  border-left: 5px solid var(--berkeley-gold);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #f9fbfd);
}.tc-wp-tool-root .bgpa-remove{
  width: 100%;
  white-space: normal;
}.tc-wp-tool-root .bgpa-btn, .tc-wp-tool-root .bgpa-shortcut{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bgpa-btn:hover, .tc-wp-tool-root .bgpa-shortcut:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .bgpa-btn-primary{
  background: linear-gradient(135deg, var(--berkeley-navy), var(--berkeley-blue));
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 50, 98, .22);
}.tc-wp-tool-root .bgpa-btn-secondary{
  background: #fff5d6;
  color: #4b3700;
  border: 1px solid rgba(253, 181, 21, .48);
}.tc-wp-tool-root .bgpa-btn-muted{
  background: #eaf0f5;
  color: #1b3148;
  border: 1px solid #d1dde6;
}.tc-wp-tool-root .bgpa-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}.tc-wp-tool-root .bgpa-result-box{
  position: relative;
  border-radius: 18px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(0, 50, 98, .96), rgba(45, 99, 127, .95)),
    linear-gradient(90deg, rgba(253, 181, 21, .22), transparent);
  color: #ffffff;
  overflow: hidden;
}.tc-wp-tool-root .bgpa-result-box::after{
  content: "";
  position: absolute;
  right: 18px;
  top: 16px;
  width: 70px;
  height: 42px;
  border: 2px solid rgba(253, 181, 21, .45);
  border-radius: 6px;
  transform: rotate(-4deg);
}.tc-wp-tool-root .bgpa-result-label, .tc-wp-tool-root .bgpa-standing, .tc-wp-tool-root .bgpa-preview-card span{
  display: block;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bgpa-result-label{
  color: #eaf4fb;
  font-weight: 800;
}.tc-wp-tool-root .bgpa-gpa-value{
  display: block;
  margin: 8px 0;
  color: var(--berkeley-gold);
  font-weight: 950;
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bgpa-standing{
  color: #f5f7fa;
  line-height: 1.45;
}.tc-wp-tool-root .bgpa-preview-grid{
  margin-top: 14px;
}.tc-wp-tool-root .bgpa-preview-card{
  min-width: 0;
  border: 1px solid #dbe6ed;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: inset 0 4px 0 rgba(253, 181, 21, .72);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bgpa-preview-card span{
  color: #52657a;
  font-weight: 750;
}.tc-wp-tool-root .bgpa-preview-card strong{
  display: block;
  margin-top: 7px;
  color: var(--berkeley-navy);
  font-weight: 950;
  line-height: 1.1;
}.tc-wp-tool-root .bgpa-status{
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f5f8fb;
  color: #263b52;
  border: 1px solid #d9e4ec;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bgpa-status.is-warning{
  background: #fff8e4;
  border-color: rgba(253, 181, 21, .65);
  color: #4c3a06;
}.tc-wp-tool-root .bgpa-copy-area{
  margin-top: 14px;
}.tc-wp-tool-root .bgpa-copy-text{
  min-height: 112px;
  resize: vertical;
  line-height: 1.45;
}.tc-wp-tool-root .bgpa-shortcuts{
  display: grid;
  margin: 0 auto;
  width: 100%;
}.tc-wp-tool-root .bgpa-shortcut{
  border: 1px solid rgba(0, 50, 98, .18);
  background: linear-gradient(180deg, #ffffff, #f5f8fb);
  color: var(--berkeley-navy);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .berkeley-gpa-tool{ padding: 22px 10px; }.tc-wp-tool-root .bgpa-header, .tc-wp-tool-root .bgpa-card, .tc-wp-tool-root .bgpa-shortcuts{ width: 100%; }.tc-wp-tool-root .bgpa-header h1{ font-size: 30px; }.tc-wp-tool-root .bgpa-header p{ font-size: 14px; }.tc-wp-tool-root .bgpa-card{ grid-template-columns: 1fr; gap: 14px; margin-top: 22px; }.tc-wp-tool-root .bgpa-input-panel, .tc-wp-tool-root .bgpa-output-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; padding: 14px; box-sizing: border-box; }.tc-wp-tool-root .bgpa-settings-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .bgpa-course-row{ grid-template-columns: 1fr; gap: 10px; padding: 12px; }.tc-wp-tool-root .berkeley-gpa-tool input, .tc-wp-tool-root .berkeley-gpa-tool select, .tc-wp-tool-root .berkeley-gpa-tool textarea{ padding: 10px 11px; font-size: 14px; }.tc-wp-tool-root .bgpa-btn, .tc-wp-tool-root .bgpa-shortcut{ padding: 10px 12px; font-size: 13px; }.tc-wp-tool-root .bgpa-preview-grid{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .bgpa-preview-card{ padding: 12px; }.tc-wp-tool-root .bgpa-preview-card span{ font-size: 12px; }.tc-wp-tool-root .bgpa-preview-card strong{ font-size: 20px; }.tc-wp-tool-root .bgpa-gpa-value{ font-size: 42px; }.tc-wp-tool-root .bgpa-shortcuts{ grid-template-columns: 1fr; gap: 10px; padding: 14px; margin-top: 14px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .berkeley-gpa-tool{ padding: 26px 14px; }.tc-wp-tool-root .bgpa-header, .tc-wp-tool-root .bgpa-card, .tc-wp-tool-root .bgpa-shortcuts{ width: 100%; }.tc-wp-tool-root .bgpa-header h1{ font-size: 34px; }.tc-wp-tool-root .bgpa-header p{ font-size: 15px; }.tc-wp-tool-root .bgpa-card{ grid-template-columns: 1fr; gap: 15px; margin-top: 24px; }.tc-wp-tool-root .bgpa-input-panel, .tc-wp-tool-root .bgpa-output-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; padding: 16px; box-sizing: border-box; }.tc-wp-tool-root .bgpa-settings-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .bgpa-course-row{ grid-template-columns: 1fr; gap: 10px; padding: 13px; }.tc-wp-tool-root .berkeley-gpa-tool input, .tc-wp-tool-root .berkeley-gpa-tool select, .tc-wp-tool-root .berkeley-gpa-tool textarea{ padding: 11px 12px; font-size: 15px; }.tc-wp-tool-root .bgpa-btn, .tc-wp-tool-root .bgpa-shortcut{ padding: 11px 13px; font-size: 14px; }.tc-wp-tool-root .bgpa-preview-grid{ grid-template-columns: 1fr !important; gap: 11px; }.tc-wp-tool-root .bgpa-preview-card{ padding: 13px; }.tc-wp-tool-root .bgpa-preview-card span{ font-size: 13px; }.tc-wp-tool-root .bgpa-preview-card strong{ font-size: 22px; }.tc-wp-tool-root .bgpa-gpa-value{ font-size: 48px; }.tc-wp-tool-root .bgpa-shortcuts{ grid-template-columns: 1fr; gap: 10px; padding: 16px; margin-top: 15px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .berkeley-gpa-tool{ padding: 30px 16px; }.tc-wp-tool-root .bgpa-header, .tc-wp-tool-root .bgpa-card, .tc-wp-tool-root .bgpa-shortcuts{ width: 100%; }.tc-wp-tool-root .bgpa-header h1{ font-size: 39px; }.tc-wp-tool-root .bgpa-header p{ font-size: 16px; }.tc-wp-tool-root .bgpa-card{ grid-template-columns: 1fr; gap: 16px; margin-top: 26px; }.tc-wp-tool-root .bgpa-input-panel, .tc-wp-tool-root .bgpa-output-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; padding: 18px; box-sizing: border-box; }.tc-wp-tool-root .bgpa-settings-grid{ grid-template-columns: 1fr; gap: 13px; }.tc-wp-tool-root .bgpa-course-row{ grid-template-columns: 1fr; gap: 11px; padding: 14px; }.tc-wp-tool-root .berkeley-gpa-tool input, .tc-wp-tool-root .berkeley-gpa-tool select, .tc-wp-tool-root .berkeley-gpa-tool textarea{ padding: 12px 13px; font-size: 15px; }.tc-wp-tool-root .bgpa-btn, .tc-wp-tool-root .bgpa-shortcut{ padding: 12px 14px; font-size: 14px; }.tc-wp-tool-root .bgpa-preview-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .bgpa-preview-card{ padding: 14px; }.tc-wp-tool-root .bgpa-preview-card span{ font-size: 13px; }.tc-wp-tool-root .bgpa-preview-card strong{ font-size: 23px; }.tc-wp-tool-root .bgpa-gpa-value{ font-size: 54px; }.tc-wp-tool-root .bgpa-shortcuts{ grid-template-columns: 1fr; gap: 11px; padding: 18px; margin-top: 16px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .berkeley-gpa-tool{ padding: 42px 22px; }.tc-wp-tool-root .bgpa-header, .tc-wp-tool-root .bgpa-card, .tc-wp-tool-root .bgpa-shortcuts{ width: min(100%, 900px); }.tc-wp-tool-root .bgpa-header h1{ font-size: 50px; }.tc-wp-tool-root .bgpa-header p{ font-size: 17px; }.tc-wp-tool-root .bgpa-card{ grid-template-columns: 1fr; gap: 18px; margin-top: 32px; }.tc-wp-tool-root .bgpa-input-panel, .tc-wp-tool-root .bgpa-output-panel{ grid-column: 1 / -1; max-width: 100%; min-width: 0; padding: 22px; box-sizing: border-box; }.tc-wp-tool-root .bgpa-settings-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .bgpa-course-row{ grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr) minmax(0, .8fr) minmax(0, .7fr); gap: 12px; padding: 14px; }.tc-wp-tool-root .berkeley-gpa-tool input, .tc-wp-tool-root .berkeley-gpa-tool select, .tc-wp-tool-root .berkeley-gpa-tool textarea{ padding: 12px 13px; font-size: 15px; }.tc-wp-tool-root .bgpa-btn, .tc-wp-tool-root .bgpa-shortcut{ padding: 12px 15px; font-size: 14px; }.tc-wp-tool-root .bgpa-preview-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }.tc-wp-tool-root .bgpa-preview-card{ padding: 15px; }.tc-wp-tool-root .bgpa-preview-card span{ font-size: 13px; }.tc-wp-tool-root .bgpa-preview-card strong{ font-size: 24px; }.tc-wp-tool-root .bgpa-gpa-value{ font-size: 60px; }.tc-wp-tool-root .bgpa-shortcuts{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 20px; margin-top: 18px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .berkeley-gpa-tool{ padding: 52px 26px; }.tc-wp-tool-root .bgpa-header, .tc-wp-tool-root .bgpa-card, .tc-wp-tool-root .bgpa-shortcuts{ width: min(100%, 1120px); }.tc-wp-tool-root .bgpa-header h1{ font-size: 56px; }.tc-wp-tool-root .bgpa-header p{ font-size: 18px; }.tc-wp-tool-root .bgpa-card{ grid-template-columns: minmax(0, 1.25fr) minmax(0, .85fr); gap: 20px; margin-top: 36px; }.tc-wp-tool-root .bgpa-input-panel, .tc-wp-tool-root .bgpa-output-panel{ padding: 24px; }.tc-wp-tool-root .bgpa-settings-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }.tc-wp-tool-root .bgpa-course-row{ grid-template-columns: minmax(0, 1.35fr) minmax(0, .7fr) minmax(0, .75fr) minmax(0, .65fr); gap: 12px; padding: 14px; }.tc-wp-tool-root .berkeley-gpa-tool input, .tc-wp-tool-root .berkeley-gpa-tool select, .tc-wp-tool-root .berkeley-gpa-tool textarea{ padding: 12px 13px; font-size: 15px; }.tc-wp-tool-root .bgpa-btn, .tc-wp-tool-root .bgpa-shortcut{ padding: 12px 16px; font-size: 14px; }.tc-wp-tool-root .bgpa-preview-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }.tc-wp-tool-root .bgpa-preview-card{ padding: 15px; }.tc-wp-tool-root .bgpa-preview-card span{ font-size: 13px; }.tc-wp-tool-root .bgpa-preview-card strong{ font-size: 22px; }.tc-wp-tool-root .bgpa-gpa-value{ font-size: 62px; }.tc-wp-tool-root .bgpa-shortcuts{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; padding: 20px; margin-top: 20px; }}@media (min-width: 1200px) {.tc-wp-tool-root .berkeley-gpa-tool{ padding: 64px 32px; }.tc-wp-tool-root .bgpa-header, .tc-wp-tool-root .bgpa-card, .tc-wp-tool-root .bgpa-shortcuts{ width: min(100%, 1240px); }.tc-wp-tool-root .bgpa-header h1{ font-size: 64px; }.tc-wp-tool-root .bgpa-header p{ font-size: 18px; }.tc-wp-tool-root .bgpa-card{ grid-template-columns: minmax(0, 1.35fr) minmax(0, .9fr); gap: 24px; margin-top: 40px; }.tc-wp-tool-root .bgpa-input-panel, .tc-wp-tool-root .bgpa-output-panel{ padding: 28px; }.tc-wp-tool-root .bgpa-settings-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .bgpa-course-row{ grid-template-columns: minmax(0, 1.45fr) minmax(0, .75fr) minmax(0, .8fr) minmax(0, .62fr); gap: 13px; padding: 15px; }.tc-wp-tool-root .berkeley-gpa-tool input, .tc-wp-tool-root .berkeley-gpa-tool select, .tc-wp-tool-root .berkeley-gpa-tool textarea{ padding: 13px 14px; font-size: 16px; }.tc-wp-tool-root .bgpa-btn, .tc-wp-tool-root .bgpa-shortcut{ padding: 13px 17px; font-size: 15px; }.tc-wp-tool-root .bgpa-preview-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .bgpa-preview-card{ padding: 16px; }.tc-wp-tool-root .bgpa-preview-card span{ font-size: 13px; }.tc-wp-tool-root .bgpa-preview-card strong{ font-size: 23px; }.tc-wp-tool-root .bgpa-gpa-value{ font-size: 70px; }.tc-wp-tool-root .bgpa-shortcuts{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; padding: 22px; margin-top: 22px; }}.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 .bgpa-custom-scale-field {}