body {
  margin: 0;
  padding: 60px 20px 80px 20px;
  font-family: Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #111111;
  width: 100%;
}

.xdebug-error.xe-warning {
  margin-top: 2145px;
}

.green {
  background-color: #359235;
  color: #b9b6b6;
}

.underline {
  text-decoration: underline;
}

.overline {
  border-top: 3px #000 solid;
}

table {
  float: left;
}

td {
  height: 30px;
}

form {
  padding: 20px 10px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #b0b0b0;
  color: #fff;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  z-index: 1000;
}
.header #menu-toggle {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
  display: none;
  padding: 5px 10px;
}
.header ul.buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header ul.buttons li.section {
  list-style: none;
  margin-bottom: 0;
  position: relative;
}
.header ul.buttons li.section .section-title {
  cursor: pointer;
  font-weight: 500;
  padding: 4px 8px;
  display: block;
  background: #444;
  border-radius: 3px;
  font-size: 13px;
}
.header ul.buttons li.section .section-title .expand-arrow {
  font-size: 0.7em;
  margin-left: 3px;
}
.header ul.buttons li.section:hover .section-title {
  background-color: #555;
}
.header ul.buttons li.section .sub-links {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 2px;
  white-space: nowrap;
  background: #555;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  min-width: 120px;
}
.header ul.buttons a {
  float: none;
  width: auto;
  margin-top: 0;
  display: block;
  margin-bottom: 3px;
}
.header ul.buttons button {
  width: 100%;
  height: auto;
  font-size: 12px;
  padding: 4px 8px;
  color: #fff;
  background-color: #555;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.header ul.buttons button:hover {
  background-color: #666;
}
.header ul.icon-menu {
  display: none;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
.header ul.icon-menu li.icon-item {
  list-style: none;
}
.header ul.icon-menu li.icon-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #444;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s;
}
.header ul.icon-menu li.icon-item a:hover {
  background-color: #555;
}
.header ul.icon-menu li.icon-item a .menu-icon {
  font-size: 20px;
}
.header .balls-balance-chip {
  width: auto;
  flex: 0 0 auto;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #3f3f3f;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.2s ease;
}
.header .balls-balance-chip:hover {
  background: #4b4b4b;
}
.header .balls-balance-chip .balls-balance-total {
  color: inherit;
  letter-spacing: 0.01em;
}
.header .balls-balance-chip .balls-balance-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 13px;
  line-height: 1;
}
@media (max-width: 900px) {
  .header #menu-toggle {
    display: block;
  }
  .header ul.buttons:not(.icon-menu) {
    display: none;
    position: absolute;
    top: 50px;
    right: 10px;
    background: #333;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1100;
    flex-direction: column;
    align-items: stretch;
    width: calc(100vw - 20px);
    max-width: 320px;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }
  .header ul.buttons:not(.icon-menu) li.section {
    width: 100%;
  }
  .header ul.buttons:not(.icon-menu) li.section .sub-links {
    position: static;
    left: auto;
    top: auto;
    margin: 6px 0 0 0;
    width: 100%;
    min-width: 0;
    white-space: normal !important;
    box-shadow: none;
  }
  .header ul.buttons:not(.icon-menu) li.section .sub-links a {
    display: block !important;
    margin-right: 0;
  }
  .header ul.buttons:not(.icon-menu) li.section .sub-links button {
    display: block !important;
    width: 100%;
  }
  .header ul.icon-menu {
    display: flex;
  }
}

.info {
  margin-top: 260px;
  margin-left: 20px;
}

.buttons {
  width: 100%;
  gap: 10px;
}
.buttons a {
  float: left;
  width: 100%;
  margin-top: 22px;
}
.buttons button {
  background-color: #792f2f; /* Green */
  border: none;
  width: 100%;
  height: 90px;
  color: #000000;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 44px;
  margin: 0;
  cursor: pointer;
  border-radius: 8px;
}
.buttons button a {
  text-decoration: none;
  width: 50%;
}

.content {
  margin-top: 80px;
  padding-bottom: 100px;
}

.content > img {
  max-width: 100%;
  display: block;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer .public-page-counter {
  padding-left: 2px;
  color: #d9dde3;
  font-size: 13px;
}

.footer .footer-quick-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.footer .footer-link-button {
  width: auto;
  margin-top: 0;
  float: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #cad4e2;
  background: #edf2fa;
  color: #223346;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.footer .footer-link-button:hover {
  background: #e1e9f6;
  border-color: #b5c3d7;
  color: #152538;
}

.footer .footer-link-button:focus-visible {
  outline: 2px solid #91afde;
  outline-offset: 2px;
}

.footer .footer-link-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.footer .buttons {
  width: auto;
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.footer .buttons a {
  width: auto;
  float: none;
  margin-top: 0;
}

.footer .buttons button {
  background-color: #dfe7db;
  color: #151414;
  width: auto;
  min-width: 130px;
  height: 40px;
  font-size: 15px;
  padding: 8px 12px;
}

@media (max-width: 760px) {
  .footer {
    padding: 6px;
  }
  .footer .public-page-counter {
    width: 100%;
    padding-left: 0;
  }
  .footer .footer-quick-links,
  .footer .buttons {
    width: 100%;
    margin-left: 0;
  }
  .footer .footer-link-button,
  .footer .buttons a {
    flex: 1 1 calc(33.333% - 6px);
  }
  .footer .buttons button {
    width: 100%;
    min-width: 0;
    height: 38px;
    font-size: 14px;
  }
}
.thirty {
  width: 20%;
  float: left;
  margin: 20px 50px;
}

#logo {
  display: flex;
  align-items: center;
}
#logo img {
  height: 40px;
}

.vote-cell {
  position: relative;
  font-size: 32px;
  border: #804000 2px solid;
  border-radius: 3px;
  width: 14%;
  padding: 10px 5px;
}
.vote-cell .upvote, .vote-cell .downvote {
  position: absolute;
  height: 50%;
  margin-left: 4%;
  width: 58%;
}
.vote-cell .upvote {
  top: 0;
}
.vote-cell .downvote {
  bottom: 0;
}

.score-cell {
  height: 30px;
  text-align: center;
}

button#save {
  width: 298px;
  height: 40px;
  font-size: 30px;
}

.input-container {
  margin-bottom: 15px;
}
.input-container label {
  width: 120px;
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  text-align: right;
  vertical-align: top;
  font-size: 16px;
}
.input-container input,
.input-container select {
  width: 300px;
  height: 30px;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

label {
  margin-left: 20px;
}

img.profile {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.profile-form {
  max-width: 1080px;
  margin: 24px auto 40px;
  padding: 20px;
}

.profile-section-title {
  width: 100%;
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  color: #222;
  font-weight: 600;
  text-transform: lowercase;
}

.profile-container {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.profile-picture-section {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px;
  border: 1px solid #d7dbe6;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.profile-picture-section .profile-avatar-wrapper {
  position: relative;
  width: 170px;
  margin: 4px 0 8px;
}
.profile-picture-section .profile-avatar-wrapper .profile {
  width: 170px;
  height: 170px;
  margin-bottom: 0;
  border: 3px solid #ececec;
  background: #f4f4f4;
}
.profile-picture-section .profile-access-badge {
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #5f6368;
  white-space: nowrap;
}
.profile-picture-section .profile-access-badge-admin {
  background: #b3261e;
}
.profile-picture-section .profile-access-badge-insider {
  background: #6b4a03;
}
.profile-picture-section .profile-access-badge-authenticated {
  background: #2d6a4f;
}
.profile-picture-section #profile-upload-help,
.profile-picture-section #profile-position-help,
.profile-picture-section #profile-search-help {
  width: 100%;
  margin: 0;
  color: #5f6368;
  font-size: 14px;
  line-height: 1.35;
}
.profile-picture-section .profile-picture-position-controls {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 10px;
  margin-top: 2px;
  padding: 12px;
  border: 1px solid #dce3f0;
  border-radius: 8px;
  background: #f7f9ff;
}
.profile-picture-section .profile-picture-position-controls.is-visible {
  display: flex;
}
.profile-picture-section .profile-picture-position-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.profile-picture-section .profile-picture-position-row label {
  margin-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #2f3136;
}
.profile-picture-section .profile-picture-position-row input[type=range] {
  width: 100%;
  margin: 0;
}
.profile-picture-section .profile-picture-position-reset {
  align-self: flex-start;
  border: 1px solid #c8cedd;
  background: #fff;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 13px;
  cursor: pointer;
}
.profile-picture-section .profile-picture-search {
  width: 100%;
  margin-top: 6px;
}
.profile-picture-section .profile-picture-search label {
  margin-left: 0;
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #2f3136;
  text-align: left;
  font-size: 18px;
}
.profile-picture-section .profile-picture-search-controls {
  display: flex;
  gap: 8px;
  align-items: center;
}
.profile-picture-section .profile-picture-search-controls input {
  flex: 1;
  min-width: 0;
  height: 36px;
  padding: 6px 10px;
  border: 1px solid #cfd5e2;
  border-radius: 6px;
  font-size: 14px;
}
.profile-picture-section .profile-picture-search-controls button {
  height: 36px;
  border: 1px solid #3759b6;
  background: #3759b6;
  color: #fff;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}
.profile-picture-section .profile-picture-search-results {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-height: 280px;
  overflow-y: auto;
}
.profile-picture-section .profile-picture-search-result {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid #ccd3e1;
  background: #fff;
  border-radius: 8px;
  padding: 6px;
  cursor: pointer;
  text-align: left;
}
.profile-picture-section .profile-picture-search-result img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 6px;
}
.profile-picture-section .profile-picture-search-result span {
  font-size: 12px;
  line-height: 1.3;
  color: #3a3f4b;
  overflow-wrap: anywhere;
}
.profile-picture-section .profile-picture-search-result.is-selected {
  border-color: #1d5ed8;
  box-shadow: 0 0 0 2px rgba(29, 94, 216, 0.16);
}
.profile-picture-section .profile-picture-btn {
  width: 100%;
  height: 38px;
  font-size: 15px;
  font-weight: 600;
  background-color: #792f2f;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.profile-picture-section .profile-picture-btn:hover {
  background-color: #5a2323;
}

.profile-fields-section {
  flex: 1;
  min-width: 360px;
  padding: 20px 24px;
  border: 1px solid #d7dbe6;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.profile-fields-section .input-container {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.profile-fields-section .input-container label {
  width: 110px;
  min-width: 110px;
  margin-left: 0;
  margin-right: 0;
  text-align: right;
  font-weight: 600;
  color: #2f3136;
}
.profile-fields-section .input-container input,
.profile-fields-section .input-container select {
  flex: 1;
  min-width: 0;
  max-width: 430px;
  height: 40px;
  padding: 8px 10px;
  border: 1px solid #cfd5e2;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
}
.profile-fields-section #visibility {
  max-width: 150px;
}

.form-actions {
  margin-top: 18px;
  text-align: left;
  margin-left: 122px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.profile-form #save {
  width: 340px;
  max-width: 100%;
  height: 44px;
  font-size: 24px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  background: #0078ff;
  color: #fff;
}

.profile-form #save:hover {
  background: #0065d6;
}

.profile-form #import-to-production {
  height: 34px;
  padding: 0 12px;
  border: 1px solid #b8b8b8;
  border-radius: 6px;
  background: #f5f5f5;
  font-size: 14px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .profile-container {
    flex-direction: column;
    align-items: stretch;
  }
  .profile-picture-section,
  .profile-fields-section {
    width: 100%;
    min-width: 0;
  }
  .profile-fields-section .input-container {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }
  .profile-fields-section .input-container label {
    width: 100%;
    min-width: 0;
    text-align: left;
  }
  .profile-fields-section .input-container input,
  .profile-fields-section .input-container select {
    max-width: 100%;
  }
  .form-actions {
    margin-left: 0;
    width: 100%;
  }
  .profile-form #save {
    width: 100%;
  }
  .profile-picture-section .profile-picture-search-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.link {
  float: left;
  width: 85%;
  margin-top: 1%;
}
.link .title {
  font-size: 22px;
  margin-left: 4%;
}
.link .subtitle {
  font-size: 16px;
}

.project-form {
  max-width: 600px;
  margin: 20px 0;
}
.project-form label {
  display: block;
  margin-bottom: 5px;
  margin-left: 0;
  font-weight: bold;
  font-size: 14px;
}
.project-form input[type=text],
.project-form input[type=date],
.project-form textarea {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}
.project-form textarea {
  min-height: 80px;
  resize: vertical;
}
.project-form button[type=submit] {
  background-color: #792f2f;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}
.project-form button[type=submit]:hover {
  background-color: #5a2323;
}

.alert {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
  max-width: 600px;
}

.weather-widget {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 800px;
}
.weather-widget .weather-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}
.weather-widget .weather-header h2 {
  margin: 0;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
.weather-widget .weather-header .weather-source {
  color: #0066cc;
  text-decoration: none;
  font-size: 14px;
}
.weather-widget .weather-header .weather-source:hover {
  text-decoration: underline;
}
.weather-widget .weather-current {
  margin-bottom: 25px;
}
.weather-widget .weather-current .weather-temp-main {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.weather-widget .weather-current .weather-temp-main .weather-temp-large {
  font-size: 64px;
  font-weight: 300;
  color: #333;
  line-height: 1;
}
.weather-widget .weather-current .weather-temp-main .weather-condition-text {
  font-size: 20px;
  color: #666;
}
.weather-widget .weather-additional-conditions {
  margin-bottom: 25px;
}
.weather-widget .weather-additional-conditions h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.weather-widget .weather-additional-conditions .weather-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
}
.weather-widget .weather-additional-conditions .weather-details-grid .weather-detail-item {
  display: flex;
  flex-direction: column;
}
.weather-widget .weather-additional-conditions .weather-details-grid .weather-detail-item .weather-detail-label {
  font-size: 13px;
  color: #666;
  margin-bottom: 5px;
}
.weather-widget .weather-additional-conditions .weather-details-grid .weather-detail-item .weather-detail-value {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.weather-widget .weather-astronomy {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}
.weather-widget .weather-astronomy h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.weather-widget .weather-astronomy .weather-sun-data {
  display: flex;
  gap: 40px;
}
.weather-widget .weather-astronomy .weather-sun-data .weather-sun-item {
  display: flex;
  flex-direction: column;
}
.weather-widget .weather-astronomy .weather-sun-data .weather-sun-item .weather-sun-label {
  font-size: 13px;
  color: #666;
  margin-bottom: 5px;
}
.weather-widget .weather-astronomy .weather-sun-data .weather-sun-item .weather-sun-value {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.weather-widget .weather-footer {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: flex-end;
}
.weather-widget .weather-footer .weather-updated {
  font-size: 12px;
  color: #999;
}

@media (max-width: 768px) {
  .weather-widget .weather-current .weather-temp-main {
    flex-direction: column;
    gap: 10px;
  }
  .weather-widget .weather-current .weather-temp-main .weather-temp-large {
    font-size: 48px;
  }
  .weather-widget .weather-details-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .weather-widget .weather-astronomy .weather-sun-data {
    flex-direction: column;
    gap: 15px;
  }
}
.login-container {
  max-width: 450px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.login-title {
  text-align: center;
  color: #333;
  margin-bottom: 25px;
  font-size: 24px;
}

.error-message {
  background-color: #fee;
  border: 1px solid #fcc;
  border-radius: 4px;
  padding: 12px 15px;
  margin-bottom: 20px;
  color: #c33;
  font-weight: 500;
}

.success-message {
  background-color: #efe;
  border: 1px solid #cfc;
  border-radius: 4px;
  padding: 12px 15px;
  margin-bottom: 20px;
  color: #3c3;
  font-weight: 500;
}

.text-input,
.date-picker,
.paragraph-input {
  margin-bottom: 20px;
}
.text-input label,
.date-picker label,
.paragraph-input label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.text-input input[type=text],
.text-input input[type=password],
.text-input input[type=date],
.text-input textarea,
.date-picker input[type=text],
.date-picker input[type=password],
.date-picker input[type=date],
.date-picker textarea,
.paragraph-input input[type=text],
.paragraph-input input[type=password],
.paragraph-input input[type=date],
.paragraph-input textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.text-input input[type=text]:focus,
.text-input input[type=password]:focus,
.text-input input[type=date]:focus,
.text-input textarea:focus,
.date-picker input[type=text]:focus,
.date-picker input[type=password]:focus,
.date-picker input[type=date]:focus,
.date-picker textarea:focus,
.paragraph-input input[type=text]:focus,
.paragraph-input input[type=password]:focus,
.paragraph-input input[type=date]:focus,
.paragraph-input textarea:focus {
  outline: none;
  border-color: #4CAF50;
  box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.1);
}
.text-input textarea,
.date-picker textarea,
.paragraph-input textarea {
  min-height: 100px;
  resize: vertical;
  font-family: Arial, sans-serif;
}

.button-input {
  margin-top: 25px;
}
.button-input button {
  width: 100%;
  padding: 14px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}
.button-input button:hover {
  background-color: #45a049;
}
.button-input button:active {
  transform: translateY(1px);
}

.matches-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.matches-title {
  font-size: 32px;
  color: #333;
  margin-bottom: 30px;
  font-weight: 600;
  border-bottom: 3px solid #4CAF50;
  padding-bottom: 10px;
}

.matches-table-wrapper {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.matches-table {
  width: 100%;
  border-collapse: collapse;
  float: none;
}
.matches-table thead {
  background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
}
.matches-table thead tr th {
  padding: 18px 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
}
.matches-table tbody tr {
  transition: all 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}
.matches-table tbody tr:hover {
  background-color: #f8f9fa;
  transform: scale(1.01);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.matches-table tbody tr:last-child {
  border-bottom: none;
}
.matches-table tbody tr td {
  padding: 16px 20px;
  font-size: 15px;
  color: #555;
  border: none;
  height: auto;
}
.matches-table tbody tr .opponent-cell {
  font-weight: 600;
  color: #333;
  font-size: 16px;
}
.matches-table tbody tr .location-cell {
  color: #666;
}
.matches-table tbody tr .date-cell {
  color: #4CAF50;
  font-weight: 500;
  white-space: nowrap;
}

.no-matches {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.no-matches p {
  font-size: 18px;
  color: #666;
  margin-bottom: 25px;
}
.no-matches .schedule-button {
  display: inline-block;
  padding: 14px 30px;
  background-color: #4CAF50;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.no-matches .schedule-button:hover {
  background-color: #45a049;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

@media (max-width: 768px) {
  .matches-table {
    font-size: 14px;
  }
  .matches-table thead tr th,
  .matches-table tbody tr td {
    padding: 12px 10px;
    font-size: 14px;
  }
  .matches-table .opponent-cell {
    font-size: 14px;
  }
  .matches-title {
    font-size: 26px;
  }
}
/* MLB predictions page refresh */
.content.predictions-page {
  margin-top: 16px;
  padding-bottom: 120px;
}

.predictions-page .predictions-toolbar {
  background: linear-gradient(135deg, #f6f8fc 0%, #eef3fb 100%);
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 16px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.predictions-page .predictions-intro {
  margin-bottom: 14px;
}

.predictions-page .predictions-intro h1 {
  margin: 0;
  color: #0f172a;
  font-size: 28px;
  letter-spacing: -0.01em;
}

.predictions-page .predictions-intro p {
  margin: 8px 0 0 0;
  color: #475569;
  font-size: 14px;
}

.predictions-page .prediction-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
}

.predictions-page .prediction-filters .filter-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 190px;
  flex: 1 1 190px;
}

.predictions-page .prediction-filters label {
  margin-left: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #334155;
  text-transform: uppercase;
}

.predictions-page .prediction-filters input[type=date],
.predictions-page .prediction-filters input[type=number] {
  height: 42px;
  border: 1px solid #cad5e5;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 12px;
  font-size: 15px;
  color: #0f172a;
  box-sizing: border-box;
}

.predictions-page .prediction-filters input[type=date]:focus,
.predictions-page .prediction-filters input[type=number]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}

.predictions-page .filters-submit {
  height: 42px;
  border: none;
  border-radius: 10px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #fff;
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.predictions-page .filters-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.28);
}

.predictions-page .prediction-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.predictions-page .prediction-kpi {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.predictions-page .prediction-kpi-label {
  color: #64748b;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.predictions-page .prediction-kpi-value {
  color: #0f172a;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.predictions-page .bets-debug {
  margin-top: 12px;
  border: 1px dashed #bfdbfe;
  border-radius: 10px;
  background: #f8fbff;
  padding: 8px 10px;
}

.predictions-page .bets-debug summary {
  cursor: pointer;
  color: #1e3a8a;
  font-size: 13px;
  font-weight: 600;
}

.predictions-page .bets-debug pre {
  margin: 10px 0 0 0;
  padding: 10px;
  border-radius: 8px;
  background: #0f172a;
  color: #e2e8f0;
  font-size: 12px;
  line-height: 1.5;
  max-height: 220px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

.predictions-page .predictions-table-card {
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.predictions-page .predictions-table-scroll {
  overflow: auto;
  max-height: calc(100vh - 250px);
}

.predictions-page .predictions-table {
  width: 100%;
  min-width: 1580px;
  border-collapse: separate;
  border-spacing: 0;
  float: none;
}

.predictions-page .predictions-table th,
.predictions-page .predictions-table td {
  padding: 11px 10px;
  text-align: center;
  border-bottom: 1px solid #ebeff5;
  height: auto;
  font-size: 13px;
  white-space: nowrap;
  vertical-align: middle;
}

.predictions-page .predictions-table th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #111827;
  color: #f8fafc;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.predictions-page .predictions-table tbody tr:nth-child(even) {
  background: #f8fbff;
}

.predictions-page .predictions-table tbody tr:hover {
  background: #edf4ff;
}

.predictions-page .predictions-table .team-cell {
  font-weight: 700;
  color: #0f172a;
}

.predictions-page .predictions-table .starter-cell {
  text-align: left;
  min-width: 140px;
  max-width: 190px;
  white-space: normal;
  font-weight: 600;
  color: #1e293b;
}

.predictions-page .predictions-table .starter-cell a {
  color: #1d4ed8;
}

.predictions-page .predictions-table .score-cell {
  font-weight: 700;
  font-size: 15px;
  color: #111827;
}

.predictions-page .predictions-table .score-edge {
  background: #d8f5e2;
  color: #1e7a43;
}

.predictions-page .predictions-table .separator-column,
.predictions-page .predictions-table .separator-cell {
  width: 20px;
  color: #94a3b8;
  font-weight: 700;
}

.predictions-page .predictions-table .total-cell {
  font-weight: 700;
}

.predictions-page .predictions-table .total-under {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  color: #1d4ed8;
}

.predictions-page .predictions-table .total-over {
  border-top: 3px solid #0f172a;
}

.predictions-page .predictions-empty {
  padding: 40px 20px;
  text-align: center;
  font-size: 16px;
  color: #475569;
}

@media (max-width: 900px) {
  .content.predictions-page {
    margin-top: 8px;
    padding-bottom: 105px;
  }
  .predictions-page .predictions-intro h1 {
    font-size: 24px;
  }
  .predictions-page .prediction-filters {
    flex-direction: column;
    align-items: stretch;
  }
  .predictions-page .prediction-filters .filter-field {
    width: 100%;
    min-width: 0;
  }
  .predictions-page .filters-submit {
    width: 100%;
  }
  .predictions-page .predictions-table-scroll {
    max-height: none;
  }
}
@media (max-width: 620px) {
  .predictions-page .prediction-kpis {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=everything.css.map */
