/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Reasoning Section Styling */
.reasoning {
  background-color: #f8f9fa;
  border-left: 4px solid #4e73df;
  padding: 12px 15px;
  margin: 10px 0 15px 0;
  border-radius: 0 4px 4px 0;
}

.reasoning p {
  margin-bottom: 8px;
  line-height: 1.5;
}

.reasoning ul {
  padding-left: 20px;
  margin: 8px 0;
}

.reasoning li {
  margin-bottom: 5px;
  line-height: 1.4;
}

.reasoning strong {
  color: #2c3e50;
}

.reasoning em {
  color: #6c757d;
  font-style: italic;
}

body{font-family:'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;margin:0;background:linear-gradient(135deg,#f6f8fc 0%,#e9f0fa 100%);color:#23272f;min-height:100vh;}
header{background:#fff;color:#23272f;padding:2rem 1rem 1.5rem 1rem;text-align:center;box-shadow:0 2px 10px rgba(80,120,200,0.07);border-radius:0 0 16px 16px;}
main{padding:2rem 1rem;max-width:1122px;margin:auto;}
table{width:100%;border-collapse:separate;border-spacing:0;font-size:clamp(0.95rem,2vw,1.07rem);margin-bottom:2.5rem;overflow-x:auto;display:block;word-break:break-word;background:#fff;box-shadow:0 2px 16px rgba(80,120,200,0.10);border-radius:16px;}
@media (max-width: 600px){
  table, thead, tbody, th, td, tr{display:block;}
  thead{display:none;}
  tr{margin-bottom:1.2em; border-radius:14px; background:#fff;box-shadow:0 2px 8px rgba(80,120,200,0.07);}
  td{padding:1.1em 0.8em; border:none; border-bottom:1px solid #e5e8ef; font-size:1em;}
  td:before{content:attr(data-label);font-weight:600;display:block;margin-bottom:0.2em;color:#4e73df;}
}
@media (max-width: 600px){
  body, main, header, footer{padding-left:0.2em;padding-right:0.2em;}
  h1, h2{font-size:1.19em;}
  table{font-size:1em;}
}

.llm-link, a{color:#2c5aa8;text-decoration:none;font-weight:600;transition:all 0.17s;border-radius:5px;padding:0.18em 0.7em;background:linear-gradient(90deg,#e3eefe 0%,#f6f8fc 100%);box-shadow:0 1px 3px rgba(80,120,200,0.04);display:inline-block;}
.llm-link:hover, a:hover,.llm-link:focus, a:focus{color:#fff;background:linear-gradient(90deg,#4e73df 0%,#6dd5ed 100%);outline:none;text-decoration:none;box-shadow:0 2px 8px rgba(80,120,200,0.15);}

th,td{border:none;padding:1.1rem 0.9rem;vertical-align:top;}
th:first-child, td:first-child{min-width:3.2em;width:3.2em;text-align:center;}
td{border-bottom:1px solid #e5e8ef;}
th{background:#f8fafc;color:#23272f;font-weight:600;letter-spacing:0.03em;border-bottom:2px solid #e5e8ef;box-shadow:none;border-radius:0;}
/* Curve the top of the table header */
thead th:first-child{border-radius:16px 0 0 0;}
thead th:last-child{border-radius:0 16px 0 0;}
tbody tr:last-child td:first-child{border-radius:0 0 0 16px;}
tbody tr:last-child td:last-child{border-radius:0 0 16px 0;}
thead th{background:#f8fafc;text-align:left;box-shadow:none;border-radius:0;}
tbody tr:nth-child(odd){background:#f8fbff}
tbody tr:nth-child(even){background:#f1f6fa}
tbody tr:hover{background:#e3eefe;transition:background 0.15s;}
@media(min-width:768px){table{display:table}}
footer{font-size:0.97rem;text-align:center;color:#4e5b7c;background:#e3eefe;padding:1.3rem 0;margin-top:2.5rem;border-radius:14px 14px 0 0;box-shadow:0 -2px 10px rgba(80,120,200,0.05);}
