body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    background: #f7f7f2;
    color: #333;
}

header {
    background: #4a6b3f;
    color: white;
    padding: 20px;
    text-align: center;
}

nav {
    background: #6f8f5f;
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

nav a:hover {
    text-decoration: underline;
}

main {
    max-width: 900px;
    margin: 30px auto;
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

h2 {
    color: #4a6b3f;
}

.heat-advisory-section {
    background: #ffdfd7;
    border: 2px solid #c62828;
    border-radius: 8px;
    padding: 16px 18px;
    margin-bottom: 24px;
}

.heat-advisory-section h2 {
    margin: 0 0 8px;
    color: #8b1e1e;
}

.heat-advisory-section p {
    margin: 0;
    color: #4f1a1a;
    font-weight: 600;
    line-height: 1.5;
}

.hoa-elections-section {
    border: 1px solid #d8e2d3;
    border-radius: 8px;
    background: #f9fcf7;
    padding: 18px;
    margin-bottom: 26px;
}

.hoa-elections-section h2 {
    margin-top: 0;
    margin-bottom: 8px;
}

.hoa-elections-intro {
    margin: 0 0 10px;
    color: #4a5944;
}

.hoa-proxy-download {
    border: 1px solid #cbdac4;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 0 16px;
    padding: 12px 14px;
    color: #3f5139;
    line-height: 1.5;
}

.hoa-proxy-download a {
    font-weight: 700;
}

.hoa-candidate-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}

.hoa-candidate-tile {
    border: 1px solid #cbdac4;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
}

.hoa-candidate-photo {
    width: 100%;
    max-height: 280px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 12px;
}

.hoa-candidate-photo-top {
    object-position: top;
}

.hoa-candidate-tile h3 {
    margin: 0 0 12px;
    color: #355e2e;
}

.hoa-candidate-tile p {
    margin: 0 0 12px;
    line-height: 1.6;
}

.hoa-candidate-tile p:last-child {
    margin-bottom: 0;
}

.board-members-section {
    border: 1px solid #d8e2d3;
    border-radius: 8px;
    background: #f9fcf7;
    padding: 18px;
    margin-bottom: 26px;
}

.board-members-section h3 {
    margin-top: 0;
    margin-bottom: 6px;
    color: #355e2e;
}

.board-members-intro {
    margin: 0 0 16px;
    color: #4a5944;
}

.board-member-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    margin-bottom: 16px;
}

.board-member-card {
    border: 1px solid #cbdac4;
    border-radius: 8px;
    background: #fff;
    padding: 14px;
    text-align: center;
}

.board-member-photo {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 12px;
    display: block;
    border: 3px solid #d8e2d3;
}

.board-member-photo-top {
    object-position: top;
}

.board-member-card h4 {
    margin: 0 0 6px;
    color: #355e2e;
}

.board-member-role {
    margin: 0;
    color: #4a6b3f;
    font-weight: 600;
    font-size: 0.95rem;
}

.board-members-email {
    margin: 0;
    font-weight: 600;
    color: #355e2e;
}

.board-members-email a {
    color: #355e2e;
}

.management-company-section {
    border: 1px solid #d0dcc5;
    border-radius: 8px;
    background: #fcfdfb;
    padding: 18px;
}

.management-company-section h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #355e2e;
}

.management-company-section p {
    margin: 0 0 10px;
    line-height: 1.6;
}

.management-company-section p:last-child {
    margin-bottom: 0;
}

.management-company-section a {
    color: #2d5a28;
}

.meeting-card-section {
    border: 1px solid #d4dfcf;
    border-radius: 8px;
    background: #f8fbf6;
    padding: 18px;
    margin-bottom: 24px;
}

.meeting-card-section h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.meeting-info-card {
    border: 1px solid #c7d8bf;
    border-left: 6px solid #4a6b3f;
    border-radius: 8px;
    background: #ffffff;
    padding: 16px;
}

.meeting-info-card p {
    margin: 0 0 10px;
    line-height: 1.6;
}

.meeting-info-card p:last-child {
    margin-bottom: 0;
}

.meeting-info-highlight {
    font-weight: 700;
    color: #2f5228;
}

.meeting-info-footer a {
    font-weight: 600;
}

.usa-250-banner {
    border: 2px solid #c13a35;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 18px;
    background: linear-gradient(180deg, #fffdf7 0%, #fff6ef 100%);
}

.usa-250-graphic {
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    width: min(100%, 520px);
    aspect-ratio: 1.9 / 1;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}

.usa-250-text {
    margin: 10px 0 0;
    text-align: center;
    font-weight: 700;
    color: #8d2725;
    letter-spacing: 0.2px;
}

footer {
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    color: #666;
}

.weather-note {
    margin-bottom: 14px;
}

.weather-config {
    border: 1px solid #d8e2d3;
    border-radius: 8px;
    padding: 16px;
    background: #f9fcf7;
    margin-bottom: 20px;
}

.weather-config h3 {
    margin-top: 0;
    color: #4a6b3f;
}

.weather-config label {
    display: block;
    margin: 10px 0 6px;
    font-weight: 600;
}

.weather-config input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #b8c8b0;
    border-radius: 6px;
    font-size: 1rem;
}

.weather-actions {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.weather-actions button {
    border: 0;
    border-radius: 6px;
    background: #4a6b3f;
    color: #fff;
    font-weight: 600;
    padding: 10px 14px;
    cursor: pointer;
}

.weather-actions button:hover {
    background: #3d5934;
}

#weather-status {
    margin: 12px 0 0;
    font-weight: 600;
}

.status-ok {
    color: #2d5d2f;
}

.status-error {
    color: #8a1f1f;
}

.weather-data {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.weather-card {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
}

.weather-card h4 {
    margin: 0 0 8px;
    color: #4a6b3f;
}

.weather-card p {
    margin: 0;
    font-size: 1.1rem;
}

.weather-card.full {
    grid-column: 1 / -1;
}

.announcement-note {
    margin-bottom: 16px;
}

.announcement-date-group {
    border: 1px solid #d8e2d3;
    border-radius: 8px;
    background: #f9fcf7;
    padding: 14px;
    margin-bottom: 16px;
}

.announcement-date-group h3 {
    margin: 0 0 10px;
    color: #355e2e;
}

.announcement-item {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    margin-bottom: 10px;
}

.announcement-item:last-child {
    margin-bottom: 0;
}

.announcement-item h4 {
    margin: 0 0 6px;
    color: #2f5a2a;
}

.announcement-item p {
    margin: 0;
    line-height: 1.6;
}

.missing-pet-section {
    border: 2px solid #d6b14d;
    border-radius: 10px;
    background: linear-gradient(180deg, #fff9e7 0%, #fffdf5 100%);
    padding: 16px 18px;
    margin: 18px 0 26px;
}

.missing-pet-section h2 {
    margin-top: 0;
    color: #8a5a00;
}

.missing-pet-intro,
.missing-pet-footer {
    margin: 0 0 14px;
    line-height: 1.6;
}

.missing-pet-media {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.missing-pet-figure {
    margin: 0;
    border: 1px solid #e1c878;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.missing-pet-figure img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 640px) {
    .usa-250-graphic {
        width: min(100%, 420px);
    }

    .usa-250-text {
        font-size: 0.95rem;
    }
}

.amenities-note {
    margin-bottom: 16px;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
}

.amenity-card {
    border: 1px solid #dfe7da;
    border-radius: 8px;
    padding: 14px;
    background: #fcfdfb;
}

.amenity-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #355e2e;
}

.amenity-card ul {
    margin: 0;
    padding-left: 18px;
}

.amenity-card li {
    margin-bottom: 8px;
}

.amenity-card li:last-child {
    margin-bottom: 0;
}

.amenities-footer-note {
    margin-top: 18px;
    color: #4a5944;
}

.vendors-note {
    margin-bottom: 16px;
}

.vendors-footer-note {
    margin-top: 18px;
    color: #4a5944;
}

.school-section {
    margin-top: 26px;
    border: 1px solid #d0dcc5;
    border-radius: 10px;
    padding: 18px;
    background: #f7faf4;
}

.school-section h3 {
    margin-top: 0;
    margin-bottom: 6px;
    color: #2d5a28;
}

.school-type {
    margin: 0 0 14px;
    font-size: 0.95rem;
    color: #5a7a52;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.school-announcements {
    margin-bottom: 16px;
    padding: 12px;
    background: white;
    border: 1px solid #e5ede0;
    border-radius: 6px;
}

.school-announcements h4 {
    margin: 0 0 10px;
    color: #2d5a28;
    font-size: 0.95rem;
}

.school-info {
    margin-top: 14px;
}

.school-info h4 {
    margin: 0 0 10px;
    color: #2d5a28;
    font-size: 0.95rem;
}

.school-info ul {
    margin: 0;
    padding-left: 18px;
}

.school-info li {
    margin-bottom: 8px;
}

.school-info li:last-child {
    margin-bottom: 0;
}

.placeholder-text {
    margin: 0;
    color: #7a8f75;
    font-style: italic;
}

.emergency-contact-section {
    background: #fff3cd;
    border: 2px solid #f0a700;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 24px;
}

.emergency-contact-section h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #8b5a00;
}

.emergency-intro {
    margin: 0 0 14px;
    color: #5a4200;
}

.emergency-contact-box {
    background: white;
    border: 1px solid #e0c200;
    border-radius: 6px;
    padding: 14px 16px;
    text-align: center;
}

.emergency-label {
    margin: 0 0 8px;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.emergency-number {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #8b5a00;
}

.emergency-number a {
    color: #8b5a00;
    text-decoration: none;
}

.emergency-number a:hover {
    text-decoration: underline;
}

.security-notice-section {
    background: #ffe4db;
    border: 2px solid #d44b00;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 24px;
}

.security-notice-section h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #a12d00;
}

.security-notice-intro {
    margin: 0 0 12px;
    color: #6b2200;
    font-weight: 600;
}

.security-notice-list {
    margin: 0;
    padding-left: 20px;
}

.security-notice-list li {
    margin-bottom: 8px;
    color: #402100;
}

.security-notice-list li:last-child {
    margin-bottom: 0;
}

.security-notice-footer {
    margin: 14px 0 0;
    padding-top: 12px;
    border-top: 1px solid #e6b09a;
    color: #4d2000;
    font-weight: 600;
}

.security-notice-footer a {
    color: #7a2800;
}

.firework-safety-section {
    background: #ffe4db;
    border: 2px solid #d44b00;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 24px;
}

.firework-safety-section h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #a12d00;
}

.firework-safety-intro {
    margin: 0 0 12px;
    color: #6b2200;
    font-weight: 600;
}

.firework-safety-list {
    margin: 0;
    padding-left: 20px;
}

.firework-safety-list li {
    margin-bottom: 8px;
    color: #402100;
}

.firework-safety-list li:last-child {
    margin-bottom: 0;
}

.firework-safety-footer {
    margin: 14px 0 0;
    padding-top: 12px;
    border-top: 1px solid #e6b09a;
    color: #4d2000;
    font-weight: 600;
}

.firework-safety-footer a {
    color: #7a2800;
}

.yard-tip-section {
    background: #e6f7e8;
    border: 2px solid #2e7d32;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 24px;
}

.yard-tip-section h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #1d5e22;
}

.yard-tip-intro {
    margin: 0 0 12px;
    color: #264d2b;
    font-weight: 600;
}

.yard-tip-box {
    background: #ffffff;
    border: 1px solid #9ed4a2;
    border-radius: 6px;
    padding: 12px 14px;
}

.yard-tip-focus {
    margin: 0 0 8px;
    color: #1f6b2a;
    font-weight: 700;
}

.yard-tip-text {
    margin: 0;
    color: #2f3c31;
    line-height: 1.55;
}

.rules-menu-links {
    margin: 0 0 18px;
    font-weight: 700;
    color: #355e2e;
}

.rules-menu-links a {
    color: #2d5a28;
    text-decoration: none;
}

.rules-menu-links a:hover {
    text-decoration: underline;
}

.rules-info-box {
    border: 2px solid;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 18px;
}

.rules-info-box h3 {
    margin-top: 0;
}

.rules-info-box p {
    margin: 0 0 12px;
    line-height: 1.55;
}

.rules-info-box p:last-of-type {
    margin-bottom: 10px;
}

.rules-info-box ul {
    margin: 0;
    padding-left: 20px;
}

.rules-info-box li {
    margin-bottom: 8px;
}

.rules-info-box li:last-child {
    margin-bottom: 0;
}

.general-rules-box {
    background: #eef6eb;
    border-color: #8cb382;
}

.general-rules-box h3 {
    color: #2a5723;
}

.arc-box {
    background: #e9f4ff;
    border-color: #7aaed8;
}

.arc-box h3 {
    color: #1f4f73;
}

.violations-box {
    background: #fff0f0;
    border-color: #d88c8c;
}

.violations-box h3 {
    color: #7a2d2d;
}
