body {
  font-family: Georgia, 'Times New Roman', Times, serif;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
  background-color: #4d624a;
  background-image: linear-gradient(to bottom, #495d46, #4d624a, #52684e);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-top: 0;
}
p {
  margin-top: 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
header[sharp="header"] {
  background-color: #374834;
  color: #fff;
  text-align: center;
  padding: 1.2rem 0;
  box-shadow: 0 2px 15px rgba(0,0,0,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
header[sharp="header"].public-header {
  background-color: #374834;
  border-bottom: 2px solid rgba(255,255,255,0.1);
}
header[sharp="header"] .container {
  background-color: transparent;
  box-shadow: none;
}
header[sharp="header"] h1 {
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 0.5px;
  font-weight: bold;
}
header[sharp="header"] p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  font-style: italic;
}
nav[sharp="top"] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1rem;
  padding: 0.7rem 0;
  border-top: 1px solid rgba(255,255,255,0.15);
}
nav[sharp="top"] a {
  color: #fff;
  text-decoration: none;
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
  font-weight: normal;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
nav[sharp="top"] a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: rgba(255,255,255,0.6);
  transition: all 0.3s ease;
}
nav[sharp="top"] a:hover {
  color: rgba(255,255,255,0.9);
}
nav[sharp="top"] a:hover:after {
  width: 80%;
}
nav[sharp="top"] a.active {
  font-weight: bold;
}
nav[sharp="top"] a.active:after {
  width: 90%;
  background-color: #fff;
}
.hero {
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.hero h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.hero p {
  font-size: 1.5rem;
  max-width: 800px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.sharp__feature {
  flex: 0 0 30%;
  background: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.sharp__feature h3 {
  color: #4a6741;
}
.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}
.sharp__button {
  display: inline-block;
  background-color: #3a5233;
  color: #fff;
  padding: 0.8rem 1.8rem;
  margin-top: 1rem;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  position: relative;
  overflow: hidden;
  font-size: 0.9rem;
}
.sharp__button:hover {
  background-color: #374e30;
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.3);
}
.sharp__button:active {
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  background-color: #354b2f;
}
footer[sharp="footer"] {
  background-color: #3a5233;
  color: #fff;
  text-align: center;
  padding: 3rem 0 2rem;
  margin-top: 4rem;
  box-shadow: 0 -5px 15px rgba(0,0,0,0.1);
  border-top: 1px solid rgba(255,255,255,0.05);
  position: relative;
}
footer[sharp="footer"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #3a5233, #5c7d51, #3a5233);
  opacity: 0.5;
}
footer[sharp="footer"] .container {
  background-color: transparent;
  box-shadow: none;
}
footer[sharp="footer"] .footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
footer[sharp="footer"] .footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  position: relative;
  padding: 0.3rem 0;
}
footer[sharp="footer"] .footer-links a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
}
footer[sharp="footer"] .footer-links a:hover {
  color: rgba(255,255,255,0.9);
}
footer[sharp="footer"] .footer-links a:hover:after {
  width: 100%;
}
footer[sharp="footer"] .footer-contact {
  max-width: 500px;
  margin: 0 auto 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}
footer[sharp="footer"] .footer-contact h3 {
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}
footer[sharp="footer"] .footer-contact h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 60%;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.4);
}
footer[sharp="footer"] .footer-contact address {
  font-style: normal;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
}
footer[sharp="footer"] .footer-contact address p {
  margin: 0.5rem 0;
  font-size: 1rem;
}
footer[sharp="footer"] .footer-contact address a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  transition: all 0.2s ease;
  border-bottom: 1px dotted rgba(255,255,255,0.3);
}
footer[sharp="footer"] .footer-contact address a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
footer[sharp="footer"] .footer-copyright {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
  max-width: 800px;
  margin: 0 auto;
}
footer[sharp="footer"] .footer-copyright p {
  margin: 0.7rem 0;
}
footer[sharp="footer"] .footer-copyright a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  transition: all 0.3s ease;
}
footer[sharp="footer"] .footer-copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
div[sharp="login_container"] {
  max-width: 400px;
  margin: 2rem auto;
  background: #fff;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
div[sharp="login_container"] h1 {
  color: #4a6741;
  text-align: center;
}
div[sharp="login_container"] .form-group {
  margin-bottom: 1.5rem;
}
div[sharp="login_container"] .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
div[sharp="login_container"] .form-group input {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}
div[sharp="login_container"] button[sharp="submit_button"] {
  width: 100%;
}
div[sharp="login_container"] .help-text {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.9rem;
}
div[sharp="login_container"] .help-text a {
  color: #4a6741;
  text-decoration: none;
}
div[sharp="login_container"] .help-text a:hover {
  text-decoration: underline;
}
div[sharp="login_container"] div[sharp="error_message"] {
  color: #e74c3c;
  background-color: #fadbd8;
  border: 1px solid #e74c3c;
  padding: 0.5rem;
  border-radius: 4px;
  margin-bottom: 1rem;
  display: none;
}
.members-container {
  display: flex;
  min-height: 100vh;
}
div[sharp="sidebar"] {
  width: 250px;
  background-color: #4a6741;
  color: #fff;
  padding: 1rem 0;
  min-height: 100vh;
}
div[sharp="sidebar"] .sidebar-header {
  padding: 0 1rem 1rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  text-align: center;
}
div[sharp="sidebar"] .sidebar-header h2 {
  font-size: 1.2rem;
  margin: 0;
}
div[sharp="sidebar"] .nav-menu {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
div[sharp="sidebar"] .nav-item {
  padding: 0.75rem 1rem;
  border-left: 3px solid transparent;
}
div[sharp="sidebar"] .nav-item.active {
  background-color: rgba(255,255,255,0.1);
  border-left-color: #fff;
}
div[sharp="sidebar"] .nav-item a {
  color: #fff;
  text-decoration: none;
  display: block;
}
div[sharp="sidebar"] .nav-item:hover {
  background-color: rgba(255,255,255,0.1);
}
div[sharp="sidebar"] .nav-section {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.2);
}
div[sharp="sidebar"] .nav-section .nav-section-title {
  padding: 0 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: rgba(255,255,255,0.7);
}
div[sharp="content"] {
  flex: 1;
  padding: 2rem;
}
div[sharp="dashboard_header"] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
div[sharp="dashboard_header"] div[sharp="welcome_message"] h1 {
  margin: 0;
  color: #4a6741;
}
div[sharp="dashboard_grid"] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.sharp__dashboard_card {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  padding: 1.5rem;
}
.sharp__dashboard_card h2 {
  margin-top: 0;
  color: #4a6741;
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}
.sharp__dashboard_card.sharp__dashboard_card_large {
  grid-column: span 2;
}
.sharp__event_list {
  list-style: none;
  padding: 0;
}
.sharp__event_item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.sharp__event_item .event-date {
  font-weight: bold;
  color: #4a6741;
}
.sharp__event_item .event-title {
  margin: 0.25rem 0;
}
.sharp__event_item .event-location {
  font-size: 0.9rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  header[sharp="header"] {
    padding: 1.2rem 0 0.5rem;
  }
  header[sharp="header"] h1 {
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
    line-height: 1.2;
  }
  header[sharp="header"] p {
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
    opacity: 0.9;
  }
  nav[sharp="top"] {
    gap: 0.3rem;
    flex-direction: column;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
  }
  nav[sharp="top"] a {
    padding: 0.6rem 0.8rem;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 0.8rem;
    letter-spacing: 0.8px;
  }
  nav[sharp="top"] a:last-child {
    border-bottom: none;
  }
  nav[sharp="top"] a:after {
    bottom: -2px;
  }
  .container {
    padding: 1.2rem 0.8rem;
    overflow: hidden;
  }
  footer[sharp="footer"] {
    padding: 2rem 0 1.5rem;
    margin-top: 2rem;
  }
  footer[sharp="footer"] .footer-links {
    gap: 1.2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    flex-direction: column;
  }
  footer[sharp="footer"] .footer-links a {
    font-size: 0.95rem;
    padding: 0.5rem 0;
  }
  footer[sharp="footer"] .footer-contact {
    padding: 0 0.5rem;
    margin: 0 auto 1.5rem;
  }
  footer[sharp="footer"] .footer-contact h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  footer[sharp="footer"] .footer-contact address p {
    margin: 0.4rem 0;
    font-size: 0.9rem;
  }
  footer[sharp="footer"] .footer-copyright {
    font-size: 0.85rem;
  }
  footer[sharp="footer"] .footer-copyright p {
    margin: 0.5rem 0;
  }
  .hero {
    padding: 1.5rem 1rem;
    height: auto;
    min-height: 450px;
  }
  .hero h1 {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .hero h2 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .members-container {
    flex-direction: column;
  }
  div[sharp="sidebar"] {
    width: 100%;
    min-height: auto;
  }
  .sharp__dashboard_card_large {
    grid-column: span 1;
  }
  .sharp__feature {
    flex: 0 0 100%;
  }
  .sharp__button {
    padding: 0.8rem 1.2rem;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0.6rem 0;
    font-size: 0.9rem;
    border-radius: 4px;
  }
  .sharp__button.sharp__button_alt {
    margin-top: 0.8rem;
  }
  .cta-buttons,
  .button-group {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .cta-buttons .sharp__button,
  .button-group .sharp__button {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header[sharp="header"] h1 {
    font-size: 2.4rem;
  }
  .container {
    padding: 2rem 1.5rem;
  }
  .hero {
    padding: 2rem;
  }
  .hero h1 {
    font-size: 3.2rem;
  }
  .hero h2 {
    font-size: 2.6rem;
  }
  .sharp__button {
    padding: 0.8rem 1.6rem;
  }
}
