*, *::before, *::after { box-sizing: border-box; }
    body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; font-size: 17px; line-height: 1.7; color: #1a1a1a; background: #ffffff; margin: 0; padding: 0; }
    a { color: #1a73e8; text-decoration: none; } a:hover { text-decoration: underline; }
    h1 { font-size: 2.2rem; font-weight: 800; line-height: 1.2; margin: 0 0 0.5rem; color: #0d0d0d; }
    h2 { font-size: 1.5rem; font-weight: 700; margin: 2rem 0 0.75rem; color: #0d0d0d; }
    h3 { font-size: 1.2rem; font-weight: 600; margin: 1.5rem 0 0.5rem; color: #1a1a1a; }
    p { margin: 0 0 1rem; } img { max-width: 100%; height: auto; display: block; }
    header { background: #0d0d0d; padding: 0.75rem 1.5rem; position: sticky; top: 0; z-index: 1000; border-bottom: 3px solid #e53935; }
    .header-inner { max-width: 900px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; }
    .site-name { font-size: 1.15rem; font-weight: 700; color: #fff; display: flex; align-items: center; gap: 0.5rem; }
    .site-logo { height: 28px; width: auto; border-radius: 50%; }
    nav { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
    nav a { color: #ccc; font-size: 0.85rem; font-weight: 500; } nav a:hover { color: #fff; text-decoration: none; }
    .cta-btn { background: #e53935; color: #fff !important; padding: 0.4rem 0.9rem; border-radius: 4px; font-weight: 600; font-size: 0.85rem; } .cta-btn:hover { background: #b71c1c; text-decoration: none; }
    .lang-switch { border: 1px solid #555; padding: 0.2rem 0.5rem; border-radius: 3px; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; }
    .container { max-width: 800px; margin: 0 auto; padding: 2rem 1.5rem; }
    .breadcrumb { font-size: 0.85rem; color: #666; margin-bottom: 1.5rem; } .breadcrumb a { color: #1a73e8; }
    .meta-line { font-size: 0.9rem; color: #666; margin-bottom: 2rem; }
    .featured-img { margin: 0 0 1.5rem; border-radius: 8px; overflow: hidden; } .featured-img img { width: 100%; height: auto; } .featured-img figcaption { font-size: 0.8rem; color: #888; padding: 0.5rem 0; }
    .callout { background: #e8f5e9; border-left: 4px solid #43a047; padding: 1rem 1.25rem; margin: 1.5rem 0; border-radius: 0 6px 6px 0; } .callout p { margin: 0; font-size: 0.95rem; }
    .callout-warn { background: #fff3e0; border-left: 4px solid #ff9800; padding: 1rem 1.25rem; margin: 1.5rem 0; border-radius: 0 6px 6px 0; } .callout-warn p { margin: 0; font-size: 0.95rem; }
    #map { width: 100%; height: 350px; border-radius: 8px; border: 1px solid #ddd; margin: 1.5rem 0; }
    .news-feed { background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 8px; max-height: 280px; overflow-y: auto; margin: 1.5rem 0; }
    .news-item { padding: 0.75rem 1rem; border-bottom: 1px solid #e8e8e8; } .news-item:last-child { border-bottom: none; }
    .news-item .timestamp { color: #e53935; font-weight: 600; font-size: 0.85rem; } .news-item .location { font-weight: 600; color: #1a1a1a; }
    .news-item .source { background: #eee; color: #666; font-size: 0.75rem; padding: 2px 6px; border-radius: 3px; }
    .form-section { background: #f5f5f5; border: 1px solid #e0e0e0; border-radius: 8px; padding: 1.5rem; margin: 2rem 0; }
    .form-section .report-form { display: flex; flex-direction: column; gap: 0.75rem; }
    .report-form .form-row { display: flex; gap: 0.75rem; }
    .report-form .form-field { flex: 1; }
    .report-form .form-field label { display: block; font-weight: 600; font-size: 0.85rem; margin-bottom: 0.3rem; color: #1a1a1a; }
    .report-form .form-field input, .report-form .form-field select, .report-form .form-field textarea { width: 100%; padding: 0.55rem 0.7rem; border: 1px solid #ccc; border-radius: 4px; font-family: inherit; font-size: 0.95rem; background: #fff; color: #1a1a1a; }
    .report-form .form-field input:focus, .report-form .form-field select:focus, .report-form .form-field textarea:focus { outline: none; border-color: #e53935; }
    .report-form .form-field textarea { min-height: 90px; resize: vertical; }
    .report-form .form-field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.7rem center; padding-right: 2rem; }
    .report-form .submit-btn { display: inline-block; background: #e53935; color: #fff; border: none; padding: 0.6rem 1.5rem; border-radius: 4px; font-weight: 600; font-size: 0.95rem; cursor: pointer; }
    .report-form .submit-btn:hover { background: #b71c1c; }
    .report-form .submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }
    .report-form .form-status { padding: 0.65rem 0.9rem; border-radius: 4px; font-size: 0.9rem; display: none; }
    .report-form .form-status.success { display: block; background: #e8f5e9; border: 1px solid #4caf50; color: #2e7d32; }
    .report-form .form-status.error { display: block; background: #ffebee; border: 1px solid #e53935; color: #c62828; }
    .report-form .anon-note { font-size: 0.8rem; color: #888; margin: 0; }
    @media (max-width: 600px) { .report-form .form-row { flex-direction: column; } }
    footer { background: #f5f5f5; border-top: 1px solid #e0e0e0; padding: 1.5rem; text-align: center; color: #888; font-size: 0.85rem; } footer a { color: #1a73e8; }
    .related-posts { margin: 2rem 0; }
    .related-posts a { display: block; padding: 0.75rem; margin: 0.5rem 0; background: #f9f9f9; border: 1px solid #e8e8e8; border-radius: 6px; color: #1a1a1a; font-weight: 500; }
    .related-posts a:hover { background: #f0f0f0; text-decoration: none; }
    .share-bar { display: flex; align-items: center; gap: 0.75rem; margin: 2rem 0 1rem; padding: 1rem; background: #f0f4f8; border-radius: 8px; flex-wrap: wrap; }
    .share-bar span { font-weight: 600; font-size: 0.9rem; color: #333; }
    .share-btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.5rem 1rem; border-radius: 6px; font-size: 0.85rem; font-weight: 600; color: #fff; text-decoration: none; transition: opacity 0.2s; }
    .share-btn:hover { opacity: 0.85; text-decoration: none; color: #fff; }
    .share-btn svg { width: 18px; height: 18px; fill: currentColor; }
    .share-btn.whatsapp { background: #25D366; }
    .share-btn.twitter { background: #1DA1F2; }
    .share-btn.facebook { background: #1877F2; }
    ol li, ul li { margin-bottom: 0.5rem; }
    .step-box { background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 8px; padding: 1.25rem; margin: 1rem 0; }
    .step-box h3 { margin-top: 0; color: #1a73e8; }

.ice-spotted-ad-slot {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.25rem auto 0.75rem;
  width: 728px;
  max-width: 100%;
  height: 90px;
  overflow: hidden;
}

@media (max-width: 959px) {
  .ice-spotted-ad-slot {
    width: 300px;
    height: 250px;
  }
}
.ice-spotted-inline-ad {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.75rem auto;
  width: 300px;
  max-width: 100%;
  height: 250px;
  overflow: hidden;
}
