html,
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: var(--sl-font-sans);
  background-color: #f2f2f2;
}

table {
  border-collapse: collapse;
  width: 50%;
}

th, td {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
}
.report-section {
  max-width: 900px;
  margin: 0 auto;
  color: #222;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.7;
}

.report-section h2,
.report-section h3 {
  font-weight: 600;
  color: #111;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.report-section h2 {
  font-size: 1.6rem;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.35rem;
}

.report-section h3 {
  font-size: 1.15rem;
}

.report-section p {
  margin: 0.9rem 0;
  text-align: justify;
}

.report-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2rem 0 1.5rem 0;
  font-size: 0.98rem;
}

.report-table th,
.report-table td {
  border: 1px solid #bfbfbf;
  padding: 0.7rem 0.85rem;
  vertical-align: top;
}

.report-table th {
  background: #f5f5f5;
  font-weight: 600;
  text-align: left;
}

.equation-block {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 1rem;
  margin: 1rem 0;
}

.equation {
  text-align: center;
  overflow-x: auto;
  padding-left: 2.5rem;
}

.equation-number {
  min-width: 3rem;
  text-align: right;
  white-space: nowrap;
}

.final-equation {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border: 1px solid #bfbfbf;
  background: #fafafa;
  text-align: center;
  overflow-x: auto;
}

.my-table {
  width: 100%;
  border-collapse: collapse;
}

.my-table th,
.my-table td {
  border: 1px solid white;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.my-table th {
  background-color: #0b5d6b;
  color: white;
}

.my-table td {
  background-color: #222;
  color: white;
}

.requirements-table {
  width: 100%;
  border-collapse: collapse;
}

.requirements-table th,
.requirements-table td {
  border: 1px solid white;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.requirements-table th {
  background-color: #f07f2f;
  color: white;
  font-weight: bold;
  text-align: center;
}

.requirements-table td {
  background-color: #ead6d1;
  color: black;
  font-weight: bold;
}

.api-table {
  width: 100%;
  border-collapse: collapse;
}

.api-table th,
.api-table td {
  border: 1px solid white;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.api-table th {
  background-color: #0f6482;
  color: white;
  font-weight: bold;
  text-align: center;
}

.api-table td {
  background-color: #d3d7dc;
  color: black;
}

.api-table td:nth-child(2) {
  text-align: center;
  font-weight: bold;
}

.summary-table {
  width: 100%;
  border-collapse: collapse;
}

.summary-table th,
.summary-table td {
  border: 1px solid white;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.summary-table th {
  background-color: #0f5c73;
  color: white;
  font-weight: bold;
  text-align: center;
}

.summary-table td {
  background-color: #222;
  color: white;
}
.team-table {
  width: 100%;
  border-collapse: collapse;
}

.team-table th,
.team-table td {
  border: 1px solid white;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}

.team-table th {
  background-color: #f07f2f;
  color: white;
  font-weight: bold;
  text-align: center;
}

.team-table td {
  background-color: #e4c8c1;
  color: black;
}

.team-table ul {
  margin: 4px 0 10px 20px;
  padding: 0;
}

.team-table li {
  margin: 2px 0;
}
.content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 40px;
}

.design-spec-table-met {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.design-spec-table-met th,
.design-spec-table-met td {
  border: 2px solid #222;
  padding: 8px 10px;
  font-size: 16px;
}

.design-spec-table-met th {
  background-color: #fff200;
  color: black;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.design-spec-table-met td {
  background-color: #efefef;
  color: black;
}

.design-spec-table-met .section {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.4;
}

.design-spec-table-met .overall {
  background-color: #d9e6f2;
}

.design-spec-table-met .grippers {
  background-color: #cfe8f3;
}

.design-spec-table-met .tool-changer {
  background-color: #f1dfd3;
}

.design-spec-table-met .center-text {
  text-align: center;
}

.design-spec-table-met .requirement-header {
  background-color: #4f81bd;
  color: white;
  font-weight: bold;
}

.design-spec-table-met .requirement-cell {
  background-color: #dbe5f1;
  text-align: center;
  font-weight: bold;
}

.side-collage {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 220px;
  z-index: 0;
  overflow: hidden;
}

.side-collage-left {
  left: 0;
}

.side-collage-right {
  right: 0;
}

.side-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.parameter-table {
  width: 100%;
  border-collapse: collapse;
}

.parameter-table th,
.parameter-table td {
  border: 1px solid white;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.parameter-table th {
  background-color: #1f7a2e;
  color: white;
  font-weight: bold;
}

.parameter-table td {
  background-color: #d7ddd7;
  color: black;
}

.design-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.design-spec-table th,
.design-spec-table td {
  border: 2px solid #222;
  padding: 8px 10px;
  font-size: 16px;
}

.design-spec-table th {
  background-color: #fff200;
  color: black;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.design-spec-table td {
  background-color: #efefef;
  color: black;
}

.design-spec-table .section {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.4;
}

.design-spec-table .overall {
  background-color: #d9e6f2;
}

.design-spec-table .grippers {
  background-color: #cfe8f3;
}

.design-spec-table .tool-changer {
  background-color: #f1dfd3;
}

.design-spec-table .center-text {
  text-align: center;
}

.concepts-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.concepts-table th,
.concepts-table td {
  border: 1.5px solid #111;
  padding: 6px 10px;
  text-align: center;
  vertical-align: middle;
}

.concepts-table .top-header {
  background-color: #fff200;
  font-weight: bold;
  font-size: 18px;
}

.concepts-table .criteria-header,
.concepts-table .weight-header,
.concepts-table .criteria-col {
  background-color: #e7c7ea;
}

.concepts-table .pneumatic-header,
.concepts-table .pneumatic-cell {
  background-color: #ead5c9;
}

.concepts-table .hydraulic-header,
.concepts-table .hydraulic-cell {
  background-color: #b9ddb8;
}

.concepts-table .electric-header,
.concepts-table .electric-cell {
  background-color: #c7e0ec;
}

.concepts-table .criteria-header,
.concepts-table .weight-header,
.concepts-table .pneumatic-header,
.concepts-table .hydraulic-header,
.concepts-table .electric-header {
  font-weight: bold;
}

.concepts-table .summary-label,
.concepts-table .summary-cell,
.concepts-table .continue-label {
  background-color: #d9d9d9;
}

.concepts-table .continue-yes {
  background-color: #92d050;
  font-weight: bold;
}

p {
  text-align: justify;
  font-size: 1.1rem;
}

@media (max-width: 1400px) {
  .side-collage {
    display: none;
  }

  .content {
    margin: 0 auto;
    padding: 10%;
  }
}