body {
  margin: 0;
  background: #141414;
  color: #4c4c4c;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 11pt;
  line-height: 1.75em;
}
h1, h2, h3, h4, h5, h6 { margin: 0; text-transform: uppercase; font-weight: 700; line-height: normal; }
a { color: #272727; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; border: 0; }
.container { width: min(1140px, 92vw); margin: 0 auto; }
.text-center { text-align: center; }
#header { position: relative; padding: 8em 0; background: #2a2f27 url('/static/images/pool2.jpg') center no-repeat; background-size: cover; }
#header::before { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.1); }
#header .container {
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#logo {
  margin-bottom: 2.25em;
  display: inline-block;
  max-width: 100%;
  padding: 0.15rem 0.75rem 0.35rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
}
#logo a {
  color: #ffffff;
  font-size: clamp(2rem, 6vw, 4rem);
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.85),
    0 8px 22px rgba(0, 0, 0, 0.75);
  -webkit-text-stroke: 0.4px rgba(0, 0, 0, 0.35);
}
#nav {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
#nav ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
#nav li a { display: block; padding: 0.5em 1em; text-transform: uppercase; color: #ffffff; border: 2px solid rgba(255, 255, 255, 0.92); border-radius: 32px; letter-spacing: 1px; font-size: 0.82rem; font-weight: 700; text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75); background: rgba(0, 0, 0, 0.25); }
#nav li a:hover { background: rgba(255, 255, 255, 0.22); text-decoration: none; }
.flash-wrap { background: #ffffff; border-bottom: 1px solid #ececec; }
.messages { margin: 0; padding: 12px 0; list-style: none; }
.message { border: 1px solid #b9d9aa; background: #dff0d8; color: #2f5b2e; padding: 10px 12px; }
#main { position: relative; background: #ffffff; padding: 4.5em 0 3em; color: #2a2a2a; }
#main h1 { color: #202020 !important; font-weight: 800; }
#main h2 { font-size: clamp(1.4rem, 2.8vw, 2.2rem); margin-bottom: 0.25em; color: #212121; }
#main h3 { font-size: 1.05rem; margin-bottom: 0.45em; color: #1f1f1f; }
#main hr { border: 0; border-top: 1px solid #ddd; margin: 1.2em 0; }
.public-news-index-header {
  width: min(820px, 100%);
  margin: 0 auto 2rem;
  text-align: center;
}
.public-news-index-header h1 {
  margin: 0.1rem 0 0.45rem;
  color: #1f2725 !important;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  text-transform: none;
}
.public-news-index-header p {
  margin: 0 auto;
  max-width: 660px;
  color: #596561;
  font-size: 1rem;
  line-height: 1.55;
}
.public-news-kicker {
  color: #d95f43 !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
ul.style { margin: 0; padding: 0; list-style: none; }
ul.style li {
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid #e2e7e3;
  border-radius: 8px;
  overflow: hidden;
  background: #fbfcfb;
}
ul.style li:first-child { padding-top: 1rem; border-top: 1px solid #e2e7e3; }
ul.style img { float: left; width: 96px; height: 72px; margin-right: 16px; border-radius: 6px; object-fit: cover; }
ul.style h3 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.35;
  text-transform: none;
}
ul.style h3 a {
  color: #1f2a28;
}
#main ul.style span a {
  color: #4e5854;
  line-height: 1.55;
}
.posted { display: inline-block; letter-spacing: 0.06em; text-transform: uppercase; font-size: 0.68rem; color: #77817d; }
#main p, #main li, #main span, #main a { color: #303030; }
.news-article-shell {
  width: min(900px, 100%);
  margin: 0 auto;
}
.news-article {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #28302e;
}
.news-article-header {
  position: relative;
  margin: 0 0 1.8rem;
  padding: 0 0 1.15rem 1rem;
  border-bottom: 1px solid #dde4df;
  border-left: 4px solid #d95f43;
  background: transparent !important;
}
.news-article-header h1 {
  margin: 0.25rem 0 0;
  color: #1f2725 !important;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.05;
  text-transform: none;
}
.news-back-link {
  display: inline-block;
  margin: 0 0 0.5rem;
  color: #1d635f !important;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}
.whsc-date {
  margin: 0;
  color: #68736f !important;
  font-size: 0.92rem;
  line-height: 1.35;
}
.news-body {
  width: min(760px, 100%);
  color: #303936;
  font-size: 1.03rem;
  line-height: 1.72;
}
.news-body p {
  margin: 0 0 1.15rem;
}
.news-body em,
.news-body i {
  color: inherit;
  font-style: normal;
}
.news-body a {
  color: #1d635f !important;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}
#tweet { position: relative; background: #f2f2f2; padding: 4.5em 0; margin-top: 2rem; }
#tweet section { text-align: center; }
#tweet blockquote { margin: 0; border: 0; padding: 0; font-size: clamp(1.35rem, 3.2vw, 1.9rem); color: #111; }
.tweet-content { margin: 1.2em auto 0; width: min(860px, 100%); color: #595959; }
.button { position: relative; display: inline-block; margin-top: 1.4em; padding: 0.85em 1.5em; background: #e95d3c; border-radius: 40px; color: #fff; text-transform: uppercase; border: 0; font-weight: 700; cursor: pointer; }
.button:hover { background: #de3d27; color: #fff; text-decoration: none; }
.narrow { width: min(760px, 92vw); }
.whsc-static h1 {
  margin-bottom: 0.5em;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
}
.public-form {
  margin-top: 1.2rem;
}
.public-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
}
.public-field-grid label {
  margin: 0;
  color: #3c4542;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}
.public-field-grid input,
.public-field-grid textarea {
  min-height: 2.45rem;
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding: 0.5rem 0.7rem;
  border-color: #d8ded9;
  border-radius: 6px;
  font-size: 0.96rem;
  box-shadow: none;
}
.public-field-grid textarea {
  min-height: 8rem;
  resize: vertical;
}
.public-span-2 {
  grid-column: span 2;
}
.public-actions {
  margin-top: 1rem;
}
.public-actions .button {
  margin-top: 0;
  padding: 0.72rem 1.2rem;
  font-size: 0.82rem;
}
.join-page {
  max-width: 980px;
  margin: 0 auto;
}
.join-page > p {
  margin-bottom: 1.35rem;
  font-size: 1rem;
  line-height: 1.55;
}
.whsc-flash {
  margin: 1rem 0 1.25rem;
  padding: 0.75rem 0.95rem;
  border-left: 4px solid #4b8f8c;
  background: #eef7f5;
  color: #1f4d4b;
}
.join-form {
  margin-top: 1.25rem;
}
.join-form-section {
  margin-top: 1rem;
  padding: 1rem 0 0;
  border-top: 1px solid #e6e6e6;
}
.join-form-section h3,
.join-contact-entry h4 {
  margin-bottom: 0.75rem;
  color: #283331;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
}
.join-field-grid,
.join-contact-grid {
  display: grid;
  gap: 0.7rem 0.9rem;
}
.join-field-grid {
  grid-template-columns: repeat(4, minmax(10rem, 1fr));
}
.join-contact-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
  gap: 0.9rem;
}
.join-contact-entry {
  padding: 1rem;
  border: 1px solid #e3e5e2;
  border-radius: 8px;
  background: #fbfcfb;
}
.join-contact-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.join-contact-header h4 {
  margin: 0;
}
.join-remove-contact,
.join-add-contact {
  width: auto;
  margin: 0;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 700;
}
.join-remove-contact {
  padding: 0.32rem 0.62rem;
  border: 1px solid #d8ded9;
  background: #fff;
  color: #9b3b2f;
}
.join-remove-contact:hover {
  background: #fff1ee;
  border-color: #e2b5ad;
}
.join-contact-toolbar {
  margin-top: 0.85rem;
}
.join-add-contact {
  padding: 0.55rem 0.9rem;
  background: #2f6f6c;
  border-color: #2f6f6c;
}
.join-contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.join-address-field,
.join-span-2 {
  grid-column: span 2;
}
.join-note-section {
  max-width: 680px;
}
.join-form label,
.join-prefill-readonly label {
  margin: 0;
  color: #3c4542;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
}
.join-form input,
.join-form select,
.join-form textarea,
.join-prefill-readonly input,
.join-prefill-readonly select {
  height: 2.05rem;
  min-height: 2.05rem;
  margin-top: 0.2rem;
  margin-bottom: 0;
  padding: 0.28rem 0.55rem;
  border-color: #d8ded9;
  border-radius: 6px;
  background-color: #fff;
  color: #202927;
  font-size: 0.9rem;
  line-height: 1.2;
  box-shadow: none;
  -webkit-text-fill-color: #202927;
}
.join-form input::placeholder,
.join-form textarea::placeholder {
  color: #7d8884;
  opacity: 1;
  -webkit-text-fill-color: #7d8884;
}
.join-form input:-webkit-autofill,
.join-form select:-webkit-autofill,
.join-form textarea:-webkit-autofill {
  -webkit-text-fill-color: #202927;
  box-shadow: 0 0 0 1000px #fff inset;
}
.join-form textarea {
  min-height: 5.2rem;
  height: auto;
  resize: vertical;
}
.join-agreement-section {
  max-width: 760px;
}
.join-agreement-list {
  display: grid;
  gap: 0.6rem;
}
.join-agreement-check {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.55rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid #e3e5e2;
  border-radius: 8px;
  background: #fbfcfb;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0;
}
.join-agreement-check a {
  color: #1d635f;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}
.join-form .join-agreement-check input[type="checkbox"] {
  width: 1.05rem;
  height: 1.05rem;
  min-height: 1.05rem;
  margin: 0.12rem 0 0;
  padding: 0;
}
.join-form .join-agreement-check input[type="checkbox"]:checked {
  border-color: #4b8f8c;
  background-color: #4b8f8c;
}
.join-agreement-modal article {
  max-width: min(820px, calc(100vw - 2rem));
}
.join-agreement-modal header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.join-agreement-modal header h3 {
  margin: 0;
}
.join-modal-close {
  order: 2;
  width: auto;
  margin: 0;
  padding: 0.28rem 0.55rem;
  border: 1px solid #d8ded9;
  border-radius: 6px;
  background: #fff;
  color: #202927;
}
.join-agreement-modal-body {
  max-height: 62vh;
  overflow: auto;
  padding-right: 0.25rem;
}
.join-date-field {
  display: block;
  margin-top: 0;
}
.join-date-field input {
  cursor: pointer;
}
.join-prefill-readonly input {
  background: #f5f6f4;
  color: #27312f;
  -webkit-text-fill-color: #27312f;
}
.join-prefill-readonly select {
  background-color: #f5f6f4;
  color: #27312f;
  opacity: 1;
  -webkit-text-fill-color: #27312f;
}
.join-form input:focus,
.join-form select:focus,
.join-form textarea:focus {
  border-color: #4b8f8c;
  box-shadow: 0 0 0 3px rgba(75, 143, 140, 0.16);
}
.join-actions {
  margin-top: 1rem;
}
.join-actions .button {
  margin-top: 0;
  padding: 0.7rem 1.2rem;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}
.join-existing-contacts {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.25rem;
}
.join-existing-contact {
  margin: 0;
  padding: 0.75rem 0.9rem;
  border: 1px solid #e3e5e2;
  border-radius: 8px;
  background: #fbfcfb;
}
.join-existing-contact summary {
  display: flex;
  align-items: center;
  min-height: 2rem;
  color: #26312f;
  cursor: pointer;
}
.join-existing-contact summary strong {
  display: block;
  font-size: 0.98rem;
}
.join-existing-contact summary small {
  display: block;
  margin-top: 0.1rem;
  color: #6d7773;
  font-size: 0.82rem;
  line-height: 1.35;
}
.join-existing-contact-form {
  margin-top: 0.9rem;
}
.join-contact-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.85rem;
}
.join-contact-actions .button {
  margin-top: 0;
  padding: 0.6rem 1rem;
  font-size: 0.78rem;
}
.join-contact-delete {
  margin: 0.65rem 0 0;
}
.join-contact-delete button {
  width: auto;
  margin: 0;
  padding: 0.35rem 0.65rem;
  border: 1px solid #d8ded9;
  border-radius: 6px;
  background: transparent;
  color: #9b3b2f;
  font-size: 0.78rem;
  font-weight: 700;
}
.join-contact-delete button:hover {
  background: #fff1ee;
  border-color: #e2b5ad;
}
.rule_content { margin: 0 30px; }
.rule_content > li { list-style: upper-roman; margin-bottom: 12px; }
.rule_content li ul { margin: 6px 0 0 24px; padding: 0; }
.rule_content li ul li { list-style: upper-latin; }
.rule_content li ul li ul li { list-style: decimal; }
.rule_titile { display: block; font-weight: 700; font-size: 18px; line-height: 30px; color: #000; }
#featured { position: relative; background: #f2f2f2; padding: 4em 0; }
.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  align-items: stretch;
}
.featured-grid > section {
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
}
#featured .image.full {
  display: block;
  width: 100%;
  flex: 1 1 220px;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
}
#featured .image.full img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.featured-grid section header {
  flex: 0 0 auto;
  margin: 0;
  padding: 0.9rem 0.75rem 1rem;
  background: #f0f0f0;
  border-top: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
}
.featured-grid section header h2 {
  text-align: center;
  font-size: 1.05rem;
  margin: 0;
  color: #2a2a2a;
  letter-spacing: 0.06em;
}
.image.full { display: block; width: 100%; margin-bottom: 0.9em; }
#footer { position: relative; background: #1d1d1d; color: rgba(255, 255, 255, 0.75); padding: 4em 0; }
#footer h2 { color: #fff; margin-bottom: 0.9em; font-size: 1.2rem; }
.footer-grid { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 1.25rem; }
ul.default { margin: 0; padding: 0; list-style: none; }
ul.default li { border-top: 1px solid rgba(255, 255, 255, 0.15); padding: 0.65em 0; }
ul.default li:first-child { border-top: none; padding-top: 0; }
ul.default a { color: rgba(255, 255, 255, 0.72); }
#copyright { position: relative; background: #141414; color: rgba(255, 255, 255, 1); text-align: center; letter-spacing: 1px; padding: 1em 0; font-size: 0.95rem; }
@media (max-width: 960px) {
  #header { padding: 6em 0; }
  .news-grid, .featured-grid, .footer-grid { grid-template-columns: 1fr; }
  .join-field-grid, .join-contact-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .join-contact-grid { grid-template-columns: 1fr; }
  ul.style img { width: 88px; }
}
@media (max-width: 640px) {
  body {
    overflow-x: hidden;
  }
  #header {
    padding: 4.5em 0;
  }
  #logo {
    padding: 0.12rem 0.45rem 0.28rem;
  }
  #logo a {
    display: block;
    max-width: 100%;
    font-size: 1.9rem;
    line-height: 1.15;
    white-space: normal;
  }
  #nav ul {
    gap: 8px;
  }
  #nav li a {
    padding: 0.42em 0.72em;
    font-size: 0.72rem;
  }
  .join-field-grid,
  .join-contact-list,
  .join-contact-grid {
    grid-template-columns: 1fr;
  }
  .join-span-2 {
    grid-column: auto;
  }
  .join-address-field {
    grid-column: auto;
  }
  .public-field-grid {
    grid-template-columns: 1fr;
  }
  .public-span-2 {
    grid-column: auto;
  }
  .join-contact-entry {
    padding: 0.8rem;
  }
}
