.gs-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5em 0 2em;
}
.gs-intro {
  font-size: 1.02rem;
  line-height: 1.6;
  color: #444;
  max-width: none;
  text-align: left;
}
.gs-app {
  margin: 1.4em 0 1em;
  border: 1px solid #c7c7c7;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
  font-size: 13px;
}
.gs-menubar {
  display: flex;
  align-items: center;
  padding: 2px 6px;
  background: #fff;
  border-bottom: 1px solid #dadce0;
  user-select: none;
  height: 28px;
  box-sizing: border-box;
}
.gs-menubar button {
  appearance: none;
  background: none;
  border: 0;
  font: inherit;
  font-size: 13px;
  color: #202124;
  padding: 3px 7px;
  border-radius: 2px;
  cursor: pointer;
  line-height: 1;
}
.gs-menubar button:hover {
  background: #f1f3f4;
}
.gs-menubar button[aria-expanded="true"] {
  background: #e8f0fe;
  color: #1a73e8;
}
.gs-menu {
  position: relative;
}
.gs-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 0.3em 0;
  z-index: 20;
  white-space: nowrap;
}
.gs-dropdown[hidden] {
  display: none !important;
}
.gs-dropdown button,
.gs-dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  width: 100%;
  text-align: left;
  font: inherit;
  font-size: 13px;
  color: #202124;
  background: none;
  border: 0;
  padding: 0.5em 1em;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
}
.gs-dropdown button:hover,
.gs-dropdown a:hover {
  background: #f1f3f4;
  text-decoration: none;
}
.gs-dropdown button span,
.gs-dropdown a span {
  color: #5f6368;
  font-size: 12px;
  margin-left: 1.5em;
}
.gs-dropdown hr {
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin: 0.3em 0;
}
.gs-tool.is-active {
  background: #e8f0fe;
  color: #1a73e8;
}
.gs-grid td.gs-fmt-bold .gs-cell-text {
  font-weight: 700;
}
.gs-grid td.gs-fmt-italic .gs-cell-text {
  font-style: italic;
}
.gs-grid td.gs-fmt-strike .gs-cell-text {
  text-decoration: line-through;
}
.gs-grid td.gs-fmt-borders {
  outline: 1px solid #1a73e8;
  outline-offset: -1px;
}
.gs-grid td.gs-align-left .gs-cell-text {
  text-align: left;
}
.gs-grid td.gs-align-center .gs-cell-text {
  text-align: center;
}
.gs-grid td.gs-fmt-wrap .gs-cell-text {
  white-space: normal;
  word-break: break-word;
  line-height: 1.3;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.gs-noscript {
  margin: 1em 0;
  padding: 1em 1.2em;
  background: #fef7e0;
  border: 1px solid #fdd663;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #202124;
}
.gs-noscript a {
  color: #1a73e8;
}
.gs-toolbar {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 2px 6px;
  background: #f8f9fa;
  border-bottom: 1px solid #dadce0;
  flex-wrap: wrap;
  min-height: 36px;
  box-sizing: border-box;
}
.gs-toolgroup {
  display: flex;
  align-items: center;
  gap: 0.2em;
  padding-right: 0.6em;
  border-right: 1px solid #e0e0e0;
  margin-right: 0;
}
.gs-toolgroup + .gs-toolgroup {
  padding-left: 0.6em;
  margin-left: 0;
}
.gs-toolgroup:last-child {
  border-right: 0;
}
.gs-tool {
  appearance: none;
  background: none;
  border: 0;
  border-radius: 2px;
  padding: 0.35em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #444;
}
.gs-tool:hover {
  background: #e8f0fe;
  color: #1a73e8;
}
.gs-tool .material-icons {
  font-size: 20px;
}
.gs-tool svg {
  display: block;
  fill: currentColor;
}
.gs-flookup-group {
  gap: 0.5em;
  align-items: center;
}
.gs-func-picker {
  display: flex;
  align-items: center;
  gap: 0.35em;
  color: #444;
}
.gs-func-picker .material-icons {
  font-size: 20px;
  color: #1a73e8;
}
.gs-func-picker select {
  font: inherit;
  font-size: 12px;
  border: 1px solid #c7c7c7;
  border-radius: 2px;
  background: #fff;
  padding: 0.3em 0.4em;
}
.gs-zoom-group {
  margin-left: auto;
}
.gs-zoom-val {
  font-size: 12px;
  color: #444;
  min-width: 3.2em;
  text-align: center;
}
.gs-formula-bar {
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #dadce0;
  height: 28px;
  box-sizing: border-box;
}
.gs-namebox {
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  color: #5f6368;
  border-right: 1px solid #dadce0;
  padding: 0 8px;
  min-width: 46px;
  width: auto;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #fff;
}
.gs-fx {
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #5f6368;
  padding: 0 8px;
  display: flex;
  align-items: center;
  border-right: 1px solid #dadce0;
  user-select: none;
}
.gs-formula-bar input {
  flex: 1;
  font: inherit;
  font-family: Arial, sans-serif;
  font-size: 13px;
  border: 0;
  outline: 0;
  padding: 0 8px;
  min-width: 0;
}
.gs-grid-wrap {
  overflow: auto;
  max-height: 440px;
  background: #fff;
}
.gs-grid {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 13px;
  min-width: 100%;
}
.gs-grid th,
.gs-grid td {
  border-right: 1px solid #dadce0;
  border-bottom: 1px solid #dadce0;
  padding: 0;
  height: 21px;
  box-sizing: border-box;
}
.gs-grid thead th,
.gs-grid tbody th.gs-rhead {
  background: #f8f9fa;
  color: #5f6368;
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  user-select: none;
  position: sticky;
  top: 0;
  z-index: 3;
}
.gs-grid thead th {
  z-index: 4;
}
col.gs-col-gutter {
  width: 46px;
}
.gs-grid thead th.gs-chead {
  cursor: pointer;
}
.gs-grid thead th.gs-chead:hover,
.gs-grid tbody th.gs-rhead:hover {
  background: #e8f0fe;
  color: #1a73e8;
}
.gs-grid thead th.gs-chead.gs-head-selected,
.gs-grid tbody th.gs-rhead.gs-head-selected {
  background: #d2e3fc;
  color: #1a73e8;
  font-weight: 700;
}
.gs-grid th.gs-corner {
  background: #f1f3f4;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 5;
  width: 46px;
  cursor: pointer;
}
.gs-grid th.gs-corner:hover {
  background: #e8f0fe;
}
.gs-grid th.gs-corner.gs-head-selected {
  background: #d2e3fc;
}
.gs-grid tbody th.gs-rhead {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 46px;
}
.gs-grid tbody td {
  background: #fff;
  color: #202124;
  overflow: hidden;
  white-space: nowrap;
}
.gs-grid tbody td.gs-cell-input {
  position: relative;
}
.gs-grid td .gs-cell-text {
  display: block;
  padding: 0 4px;
  line-height: 21px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: cell;
}
.gs-grid td.gs-selected {
  box-shadow: inset 0 0 0 2px #1a73e8;
}
.gs-grid td.gs-in-range {
  background: #e8f0fe;
}
.gs-grid-wrap {
  position: relative;
}
.gs-fill-handle {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #1a73e8;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 1px;
  cursor: crosshair;
  z-index: 6;
  pointer-events: auto;
  display: none;
}
.gs-grid td.gs-selected ~ .gs-fill-handle,
.gs-grid-wrap .gs-fill-handle {
  display: block;
}
.gs-grid thead th.gs-resize-target {
  cursor: col-resize;
}
.gs-grid thead th.gs-resizing {
  cursor: col-resize;
  background: #e8f0fe;
}
.gs-grid td.gs-formula-cell .gs-cell-text {
  color: #202124;
}
.gs-grid td.gs-error .gs-cell-text {
  color: #d93025;
}
.gs-grid td.gs-spill .gs-cell-text {
  color: #5f6368;
}
.gs-grid td.gs-empty .gs-cell-text {
  color: #bdc1c6;
}
.gs-grid td.gs-typing {
  padding: 0;
}
.gs-grid td.gs-typing input {
  width: 100%;
  height: 25px;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 13px;
  padding: 0 0.5em;
  box-shadow: inset 0 0 0 2px #1a73e8;
}
.gs-status {
  padding: 0.35em 0.8em 0.35em var(--gs-rowhead-w, 46px);
  background: #fff;
  border-top: 1px solid #e0e0e0;
  font-size: 12px;
  color: #5f6368;
  min-height: 18px;
  line-height: 1.4;
}
.gs-sheetbar {
  display: flex;
  align-items: center;
  padding: 0.15em 0.4em 0.15em var(--gs-rowhead-w, 46px);
  background: #f1f3f4;
  border-top: 1px solid #e0e0e0;
}
.gs-sheet-tabs {
  display: flex;
  align-items: center;
  gap: 0.2em;
  overflow-x: auto;
}
.gs-sheet {
  appearance: none;
  font: inherit;
  font-size: 13px;
  border: 1px solid #c7c7c7;
  border-radius: 2px 2px 0 0;
  background: #e8f0fe;
  padding: 0.4em 1.2em;
  cursor: pointer;
  color: #1a73e8;
  font-weight: 500;
  position: relative;
}
.gs-sheet.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #1a73e8;
}
.gs-sheet-add {
  appearance: none;
  font: inherit;
  font-size: 18px;
  border: 0;
  background: transparent;
  color: #5f6368;
  cursor: pointer;
  padding: 0.2em 0.5em;
}
.gs-sheet-add:hover {
  color: #1a73e8;
}
.gs-examples {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
  margin: 0.6em 0 0.2em;
  overflow-x: auto;
  max-width: 100%;
}
.gs-examples-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #444;
}
.gs-example-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid #d2e3fc;
  background: #e8f0fe;
}
.gs-example {
  appearance: none;
  font-family: "Roboto Mono", Consolas, monospace;
  font-size: 0.78rem;
  background: transparent;
  color: #1a73e8;
  border: 0;
  padding: 0.4em 0.8em;
  cursor: pointer;
  white-space: nowrap;
}
.gs-example:hover {
  background: #d2e3fc;
}
.gs-example-copy {
  appearance: none;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #1a73e8;
  color: #fff;
  border: 0;
  padding: 0.4em 0.6em;
  cursor: pointer;
}
.gs-example-copy:hover {
  background: #185abc;
}
.gs-cta-bar {
  margin: 1.1em 0 0.4em;
  padding: 1em 1.2em;
  background: #fff;
  border: 1px solid #d2e3fc;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8em;
}
.gs-cta-bar p {
  margin: 0;
  font-size: 0.9rem;
  color: #444;
  line-height: 1.5;
}
.gs-cta-button {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  background: #1a73e8;
  border-radius: 2px;
  padding: 0.65em 1.2em;
  text-decoration: none;
  white-space: nowrap;
}
.gs-cta-button:hover {
  background: #185abc;
  text-decoration: none;
}
.gs-cta-secondary {
  background: #fff;
  color: #1a73e8;
  border: 1px solid #1a73e8;
}
.gs-cta-secondary:hover {
  background: #e8f0fe;
}
@media (max-width: 640px) {
  .gs-cta-bar {
    flex-direction: column;
    align-items: stretch;
  }
  .gs-cta-button {
    text-align: center;
  }
}
.gs-footer-note {
  margin-top: 1.2em;
  font-size: 0.85rem;
  color: #777;
  line-height: 1.55;
}
.gs-footer-note a {
  color: #1a73e8;
}
@media (max-width: 640px) {
  .gs-grid thead th {
    width: 86px;
  }
  .gs-menubar {
    overflow-x: auto;
  }
  .gs-menubar button {
    padding: 0.4em 0.55em;
  }
}
@media print {
  @page {
    margin: 0.6in;
  }
  body {
    background: #fff !important;
  }
  header,
  .mobile-overlay,
  .breadcrumb,
  .gs-intro,
  .gs-menubar,
  .gs-toolbar,
  .gs-formula-bar,
  .gs-examples,
  .gs-cta-bar,
  .gs-footer-note,
  footer {
    display: none !important;
  }
  .gs-shell {
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .gs-shell h1 {
    display: block !important;
    font-size: 16pt;
    text-align: left;
    margin: 0 0 0.4em;
    color: #202124;
  }
  .gs-app {
    margin: 0;
    border: 1px solid #c7c7c7;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }
  .gs-grid-wrap {
    max-height: none !important;
    overflow: visible !important;
  }
  .gs-grid {
    min-width: 0 !important;
    width: 100% !important;
  }
  .gs-grid th,
  .gs-grid td {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .gs-fill-handle,
  .gs-dropdown {
    display: none !important;
  }
  .gs-status,
  .gs-sheetbar {
    border-top: 1px solid #dadce0;
  }
}
.gs-tour-shade {
  position: fixed;
  background: rgba(32, 33, 36, 0.55);
  z-index: 10;
  pointer-events: auto;
  display: none;
}
.gs-tour-ring {
  position: fixed;
  border: 2px solid #1a73e8;
  border-radius: 4px;
  box-shadow:
    0 0 0 4px rgba(26, 115, 232, 0.3),
    0 2px 10px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  z-index: 11;
  display: none;
  transition:
    top 0.25s ease,
    left 0.25s ease,
    width 0.25s ease,
    height 0.25s ease;
}
.gs-tour-ring.gs-pulse {
  animation: gs-tour-pulse 1.6s ease-in-out infinite;
}
@keyframes gs-tour-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 4px rgba(26, 115, 232, 0.3),
      0 2px 10px rgba(0, 0, 0, 0.25);
  }
  50% {
    box-shadow:
      0 0 0 9px rgba(26, 115, 232, 0.12),
      0 2px 10px rgba(0, 0, 0, 0.25);
  }
}
.gs-tour-card {
  position: fixed;
  z-index: 9999;
  width: min(340px, calc(100vw - 24px));
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  padding: 14px 16px 12px;
  font-size: 13px;
  color: #202124;
  display: none;
  box-sizing: border-box;
}
.gs-tour-card.gs-show {
  display: block;
}
.gs-tour-card.gs-picker {
  width: min(380px, calc(100vw - 24px));
}
.gs-tour-x {
  position: absolute;
  top: 6px;
  right: 6px;
  appearance: none;
  border: 0;
  background: none;
  cursor: pointer;
  color: #5f6368;
  padding: 4px;
  border-radius: 50%;
  line-height: 1;
}
.gs-tour-x:hover {
  background: #f1f3f4;
  color: #202124;
}
.gs-tour-x .material-icons {
  font-size: 18px;
}
.gs-tour-kicker {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1a73e8;
  margin: 0 24px 4px 0;
}
.gs-tour-title {
  font-size: 15px;
  margin: 0 0 6px;
  color: #202124;
}
.gs-tour-text {
  margin: 0 0 10px;
  line-height: 1.55;
  color: #3c4043;
}
.gs-tour-hint {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  color: #d93025;
}
.gs-tour-hint.gs-shake {
  animation: gs-tour-shake 0.4s ease;
}
@keyframes gs-tour-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(4px);
  }
}
.gs-tour-dots {
  display: flex;
  gap: 5px;
  margin: 0 0 10px;
}
.gs-tour-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dadce0;
}
.gs-tour-dot.gs-on {
  background: #1a73e8;
}
.gs-tour-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.gs-tour-btn {
  appearance: none;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  padding: 0.45em 1em;
  cursor: pointer;
  border: 0;
}
.gs-tour-btn.gs-primary {
  background: #1a73e8;
  color: #fff;
}
.gs-tour-btn.gs-primary:hover {
  background: #185abc;
}
.gs-tour-btn.gs-ghost {
  background: none;
  color: #1a73e8;
}
.gs-tour-btn.gs-ghost:hover {
  background: #e8f0fe;
}
.gs-tour-btn[disabled] {
  opacity: 0.45;
  cursor: default;
}
.gs-tour-chapters {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 4px 0 12px;
}
.gs-tour-chapters[hidden] {
  display: none;
}
.gs-tour-chapter {
  appearance: none;
  font: inherit;
  text-align: left;
  width: 100%;
  border: 1px solid #dadce0;
  background: #fff;
  border-radius: 6px;
  padding: 8px 10px;
  cursor: pointer;
  box-sizing: border-box;
}
.gs-tour-chapter:hover {
  border-color: #1a73e8;
  background: #f8fbff;
}
.gs-tour-chapter strong {
  display: block;
  font-size: 13px;
  color: #202124;
}
.gs-tour-chapter span {
  font-size: 12px;
  color: #5f6368;
}
@media print {
  .gs-tour-shade,
  .gs-tour-ring,
  .gs-tour-card {
    display: none !important;
  }
}
