    *{margin:0;padding:0;box-sizing:border-box}
    body{font-family:'Barlow',Arial,sans-serif;background:#f5f5f5;color:#333;overflow-x:hidden;line-height:1.55}

    /* SHARED TOPBAR — same across wikishopline.com, news.wikishopline.com, fax.wikishopline.com */
    .topbar{background:#1e3c72;color:#fff;font-size:11px;padding:4px 0;text-align:center}
    .topbar a{color:#fff;text-decoration:none;margin:0 6px}
    .topbar a:hover{text-decoration:underline}
    .topbar-sep{color:rgba(255,255,255,.5);margin:0 4px}.topbar-soon{color:rgba(255,255,255,.4);margin:0 6px;cursor:default}.topbar-soon em{opacity:.7;font-style:normal;font-size:.85em}
    .topbar-current{color:#fcd34d;font-weight:600;margin:0 6px;cursor:default}
    .topbar-current:hover{text-decoration:none}

    /* HEADER — canonical Wikishopline header (matches main domain). Tightened May 2026. */
    .main-header,.header-main{background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);padding:8px 15px 6px;box-shadow:0 2px 16px rgba(0,0,0,.3);position:sticky;top:0;z-index:1000}
    .header-inner{max-width:1450px;margin:0 auto;padding:0 8px}
    .header-stores{display:inline-flex;gap:6px;margin-left:8px;vertical-align:middle}
    .store-badge{display:inline-flex;align-items:center;padding:4px 11px;border-radius:999px;font-size:11px;font-weight:800;text-decoration:none;color:#fff;letter-spacing:.02em}
    .store-badge.store-amazon{background:#ff9900;color:#0a1628}
    .store-badge.store-ebay{background:#e53238}
    .header-hero{display:block;margin:6px 0 0;text-align:center;color:#fff}
    .header-hero h1{font-family:'Barlow Condensed',sans-serif;font-size:clamp(14px,1.6vw,18px);font-weight:900;line-height:1.1;letter-spacing:-.01em;margin:0;white-space:nowrap}
    .header-hero h1 em{color:#0d9488;font-style:normal}
    .search-row{display:flex;align-items:center;gap:12px;width:100%;margin-top:6px;margin-bottom:4px}
    .search-container{display:flex;flex:1;gap:0;max-width:700px}
    .search-input{flex:1;padding:8px 12px;border:none;font-size:14px;font-family:'Barlow',sans-serif;outline:none;border-radius:4px 0 0 4px;min-width:0}
    .search-btn{background:#f59e0b;border:none;padding:8px 16px;border-radius:0 4px 4px 0;cursor:pointer;font-size:16px;flex-shrink:0}
    .donate-pill{display:inline-flex;align-items:center;gap:6px;background:#fbbf24;color:#1f2937;padding:4px 11px;border-radius:6px;font-size:12px;font-weight:700;text-decoration:none;font-family:'Barlow',Arial,sans-serif;white-space:nowrap;flex-shrink:0}
    /* Dark on the white header (wsl-mobile.js paints this header white). */
    .header-privacy-line{display:block!important;text-align:center!important;font-family:'Barlow',sans-serif;font-size:12px;font-weight:600;color:#0a1628!important;letter-spacing:.02em;margin:6px 0 0!important;line-height:1.4;width:100%!important;flex:1 1 100%!important;order:99}
    .header-privacy-line strong{color:#0d9488!important;font-weight:900;margin-left:4px;letter-spacing:.04em}
    /* Force slogan onto its own full-width row UNDER the brand+stores row.
       wsl-mobile.js has a body.on-news-subdomain rule with flex:0 0 auto +
       text-align:left that overrides our intent; these higher-specificity
       !important rules take priority. */
    html body .header-hero,body.on-news-subdomain .header-hero,header.header-main .header-hero{display:block!important;width:100%!important;flex:1 1 100%!important;text-align:left!important;margin:4px 0 6px!important;padding:0!important;background:transparent!important;min-width:0;border-radius:0!important;order:5!important}
    /* Force the brand row + stores to come first, slogan second, search third */
    .logo{order:1!important}
    .header-stores{order:2!important}
    .search-row{order:10!important;flex:1 1 100%!important;width:100%!important}
    /* Slogan styled exactly like the homepage byline (.slogan on mobile.html): condensed uppercase, teal, letter-spaced */
    html body .header-hero h1,body.on-news-subdomain .header-hero h1,header.header-main .header-hero h1{white-space:normal!important;font-family:'Barlow Condensed',sans-serif!important;font-size:clamp(11.5px,1.5vw,13.5px)!important;font-weight:800!important;letter-spacing:.16em!important;text-transform:uppercase!important;color:#0d9488!important;margin:0!important;line-height:1.3!important;text-align:left!important}
    html body .header-hero h1 em,body.on-news-subdomain .header-hero h1 em{color:inherit!important;font-style:normal}
    html body .header-hero p,body.on-news-subdomain .header-hero p{display:none!important}
    /* Header-inner needs to allow children to wrap onto their own rows so the slogan and privacy line each get a full row */
    .header-inner{display:flex!important;flex-wrap:wrap!important;align-items:center;row-gap:4px}
    /* Suppress wsl-mobile.js's injected tagline + duplicate privacy line on news — we have our own */
    .header-search-tagline,.wsl-privacy-line{display:none!important}
    /* Hide the top topbar on mobile — the bottom tabbar already covers the same nav */
    @media(max-width:768px){
      .topbar{display:none!important}
      .main-header,.header-main{padding:6px 12px 5px}
      .header-hero h1{font-size:15px!important}
      .header-stores{margin-left:0;margin-top:4px}
      .donate-pill{display:none}
      .header-privacy-line{font-size:11px}
    }
    .header-content{display:flex;align-items:center;justify-content:space-between;gap:12px}
    .menu-toggle{background:#f2a900;border:none;border-radius:8px;width:44px;height:44px;cursor:pointer;display:flex!important;align-items:center;justify-content:center;font-size:24px;transition:background .3s;flex-shrink:0;color:#1f2937}
    .menu-toggle:hover{background:#ffbe2e}
    @media(min-width:769px){.menu-toggle{display:none!important}}
    /* Shared canonical wordmark (matches wikishopline.com + fax.wikishopline.com) */
    .logo{flex:0 0 auto;text-align:left;text-decoration:none;display:inline-flex;align-items:center;font-family:'Barlow Condensed',sans-serif;font-size:26px;font-weight:900;color:white;letter-spacing:-0.3px;line-height:1}
    .logo img{height:28px;width:28px;object-fit:contain;margin-right:7px;flex-shrink:0}
    .logo span{color:#f2a900}
    .logo-suffix{color:#ffcb4d;margin-left:5px}

    /* MOBILE DRAWER */
    /* nav-drawer is now the SHELL — its inner panels handle scroll. 200px = wide enough for "Weather & Environment" without wrapping. */
    /* SHELL — uses top:0 + bottom:0 (NOT height:100vh) so the inner scroll
       container has a defined box on iOS Safari (which collapses 100vh under
       dynamic toolbars). Simple block layout; flyout is a positioned child. */
    .nav-drawer{position:fixed;top:0;bottom:0;left:0;width:200px;max-width:78vw;background:#fff;box-shadow:2px 0 10px rgba(0,0,0,.2);z-index:1000;transform:translateX(-100%);transition:transform .25s cubic-bezier(.2,.7,.2,1);box-sizing:border-box;overflow:visible}
    /* Main panel — fills the drawer, scrolls internally. position:absolute
       inset:0 gives it a fixed-size scroll box that works on iOS. */
    .nd-main{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;background:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-bottom:80px}
    /* Flyout panel — slides in to the right of the drawer */
    .nd-flyout{position:absolute;top:0;bottom:0;left:100%;width:230px;max-width:78vw;background:#f8fafc;border-left:1px solid #e2e8f0;box-shadow:4px 0 12px rgba(0,0,0,.06);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-bottom:80px;box-sizing:border-box;transform:translateX(-100%);transition:transform .22s ease;visibility:hidden;z-index:-1}
    .nav-drawer.flyout-open .nd-flyout{transform:translateX(0);visibility:visible;z-index:2}
    .nd-head{padding:12px 12px;background:#0a1628;color:#fff;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}
    .nd-head h3{margin:0;font-family:'Barlow Condensed',sans-serif;font-size:17px;font-weight:900;letter-spacing:-.3px}
    .nd-head .nd-title-stack{display:flex;align-items:center;gap:8px;line-height:1}
    .nd-head .nd-emoji{font-size:22px;line-height:1}
    .nd-head .nd-stack{display:flex;flex-direction:column;line-height:.95}
    .nd-head .nd-stack span{display:block;font-size:15px;font-weight:900;letter-spacing:-.2px}
    .nd-close{background:transparent;border:0;color:#fff;font-size:22px;cursor:pointer;padding:2px 6px;line-height:1}
    .nd-cat{display:flex;align-items:center;gap:7px;width:100%;padding:10px 10px;border:0;background:transparent;border-bottom:1px solid #f1f5f9;text-align:left;font-family:inherit;font-size:12.5px;font-weight:600;color:#1e293b;cursor:pointer;white-space:nowrap}
    .nd-cat:hover,.nd-cat.active{background:#eff6ff;color:#1e40af}
    .nd-cat .ndi{font-size:15px;flex-shrink:0}
    .nd-cat .narr{margin-left:auto;color:#94a3b8;font-weight:700}
    .nd-flyout-head{padding:12px 12px;background:#0a1628;color:#fff;font-family:'Barlow Condensed',sans-serif;font-size:14px;font-weight:800;display:flex;align-items:center;gap:8px;flex-shrink:0}
    .nd-flyout-back{background:transparent;border:0;color:#fff;font-size:20px;cursor:pointer;line-height:1}
    .nd-sub-head{padding:8px 14px 4px;font-family:'Barlow Condensed',sans-serif;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#64748b;background:#f1f5f9;border-bottom:1px solid #e2e8f0}
    .nd-leaf{display:block;padding:8px 16px;font-size:12.5px;color:#1e293b;text-decoration:none;border-bottom:1px solid #e2e8f0;line-height:1.3}
    .nd-leaf:hover{background:#fff;color:#1e40af}
    .nav-drawer.open{transform:translateX(0)}
    /* Dim overlay removed — push content to the right instead (no dark backdrop) */
    .nav-overlay{display:none!important}
    body{transition:padding-left .25s cubic-bezier(.2,.7,.2,1)}
    /* Lock the underlying page when the drawer is open. Use overflow:hidden +
       height:100% on html AND body so iOS prevents document-level scroll while
       the drawer's own overflow:auto continues to receive touch events. */
    html.nav-locked,body.nav-locked{overflow:hidden;height:100%;position:relative;touch-action:none}
    @media(min-width:901px){body.nav-locked{padding-left:200px}}
    .nav-header{background:#0f172a;color:#fff;padding:15px;display:flex;align-items:center;justify-content:space-between}
    .nav-header h2{font-size:18px;display:flex;align-items:center;gap:8px}
    .nav-close{background:none;border:none;color:#fff;font-size:28px;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:5px}
    .nav-close:hover{background:rgba(255,255,255,.1)}

    /* LEVEL 1 ACCORDION (top-level categories) */
    .menu-category{border-bottom:1px solid #e5e7eb;margin-bottom:3px;border-radius:6px;overflow:hidden}
    /* No emojis on topic items — each row gets a light pastel
       background, dark text, full-width clickable. */
    .menu-category-header{padding:11px 14px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-weight:800;color:#0a1628;font-family:'Barlow Condensed',sans-serif;font-size:14px;letter-spacing:.02em;transition:filter .15s;border:1px solid rgba(0,0,0,.04)}
    .menu-category-header:hover{filter:brightness(.96)}
    .menu-category-header.active{outline:2px solid #1e40af;outline-offset:-2px}
    .menu-category-header{background:#f8fafc}
    .category-title{display:flex;align-items:center;font-size:14px}
    .category-icon{display:none}  /* emojis off on the topic menu rows */
    .dropdown-arrow{font-size:10px;transition:transform .3s;color:#0a1628}
    .menu-category-header.active .dropdown-arrow{transform:rotate(180deg)}
    .submenu{max-height:0;overflow:hidden;transition:max-height .3s ease-out;background:#f8fafc}
    .submenu.show{max-height:9999px;transition:max-height .6s ease-in}

    /* LEVEL 1 items (direct links inside a top category) */
    .submenu-item{padding:11px 15px 11px 48px;display:flex;align-items:center;gap:10px;color:#475569;text-decoration:none;font-size:14px;transition:all .2s;border-left:3px solid transparent}
    .submenu-item:hover{background:#e0f2fe;color:#0369a1;border-left-color:#0ea5e9}
    .submenu-icon{font-size:16px}

    /* LEVEL 2 — sub-group headers inside a submenu */
    .sub-group{border-top:1px solid #e2e8f0}
    .sub-group-header{padding:10px 15px 10px 48px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-weight:600;color:#334155;font-size:13px;background:#f1f5f9;transition:background .2s;text-decoration:none}
    .sub-group-header:hover{background:#e2e8f0}
    .sub-group-header.active{background:#dbeafe;color:#1e40af}
    .sub-group-arrow{font-size:9px;transition:transform .3s;color:#94a3b8;flex-shrink:0}
    .sub-group-header.active .sub-group-arrow{transform:rotate(180deg)}
    .sub-submenu{max-height:0;overflow:hidden;transition:max-height .3s ease-out;background:#f8fafc}
    .sub-submenu.show{max-height:9999px;transition:max-height .5s ease-in}

    /* LEVEL 3 — deepest links (teams, countries, etc.) */
    .sub-submenu-item{padding:9px 15px 9px 64px;display:flex;align-items:center;gap:8px;color:#64748b;text-decoration:none;font-size:13px;transition:all .2s;border-left:3px solid transparent}
    .sub-submenu-item:hover{background:#e0f2fe;color:#0369a1;border-left-color:#38bdf8}

    /* LEVEL 4 — division grouping header inside level 3 context */
    .div-group{border-top:1px solid #e9edf2}
    .div-group-header{padding:8px 15px 8px 64px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-weight:600;color:#475569;font-size:12px;background:#eef2f7;transition:background .2s;text-decoration:none}
    .div-group-header:hover{background:#dde3ed}
    .div-group-header.active{background:#bfdbfe;color:#1e40af}
    .div-group-arrow{font-size:8px;transition:transform .3s;color:#94a3b8;flex-shrink:0}
    .div-group-header.active .div-group-arrow{transform:rotate(180deg)}
    .div-submenu{max-height:0;overflow:hidden;transition:max-height .3s ease-out}
    .div-submenu.show{max-height:9999px;transition:max-height .5s ease-in}

    /* LEVEL 4 items — teams */
    .team-item{padding:8px 15px 8px 80px;display:flex;align-items:center;gap:8px;color:#64748b;text-decoration:none;font-size:12px;transition:all .2s;border-left:3px solid transparent}
    .team-item:hover{background:#e0f2fe;color:#0369a1;border-left-color:#7dd3fc}

    /* SEARCH — sits inside main-header below the logo row, left-aligned */
    .search-container{padding:8px 0 0}
    .search-box{display:flex;max-width:360px}
    .search-box input{flex:1;padding:8px 12px;border:none;border-radius:5px 0 0 5px;font-size:13px;outline:none}
    .search-box button{padding:8px 14px;background:#f2a900;border:none;border-radius:0 5px 5px 0;cursor:pointer;font-size:14px;color:#1f2937}
    .search-box button:hover{background:#ffbe2e}

    /* LAYOUT */
    .page-wrap{max-width:1200px;margin:0 auto;padding:2px 14px 6px;display:block}
    @media(min-width:768px){.page-wrap{display:flex;gap:24px;align-items:flex-start;padding:4px 14px}}

    /* DESKTOP SIDEBAR */
    .sidebar-desktop{display:none}
    @media(min-width:768px){
      .sidebar-desktop{
        display:block;width:140px;min-width:140px;flex-shrink:0;
        background:#fff;border-radius:10px;
        box-shadow:0 2px 10px rgba(0,0,0,.08);
        position:relative;  /* anchor for the flyout panels */
      }
      .sidebar-desktop .menu-category-header{padding:10px 12px}
      .sidebar-desktop .category-title{gap:8px;font-size:14px}
      .sidebar-desktop .category-icon{font-size:16px}
      .sidebar-desktop .submenu-item{padding-left:20px}
      .sidebar-desktop .sub-group-header{padding-left:20px}
      .sidebar-desktop .sub-submenu-item{padding-left:36px}
      .sidebar-desktop .div-group-header{padding-left:36px}
      .sidebar-desktop .team-item{padding-left:52px}

      /* ─── FLYOUT MODE ────────────────────────────────────────────────
         On desktop, top-level categories become buttons. Hovering /
         clicking one slides a side panel out to the right showing the
         subcategory list (Amazon-style). */
      .sidebar-desktop .menu-category{position:relative}
      .sidebar-desktop .menu-category-header{
        font-family:'Barlow Condensed',sans-serif;font-weight:800;
        font-size:13.5px;letter-spacing:.02em;
      }
      .sidebar-desktop .menu-category-header .dropdown-arrow{display:none}
      .sidebar-desktop .menu-category-header::after{
        content:'›'; font-size:18px; color:#0a1628; margin-left:auto;
        font-weight:900; line-height:1;
      }
      /* Replace the accordion behaviour with an absolutely-positioned
         flyout that sits to the RIGHT of the sidebar. !important is
         needed because the base `.submenu` rule uses max-height:0 for
         the mobile accordion and we want to force display here. */
      .sidebar-desktop .menu-category > .submenu{
        display:none !important;
        position:absolute; left:100%; top:0;
        width:300px; max-height:80vh !important; overflow-y:auto;
        background:#ffffff; border:1px solid #e2e8f0;
        border-radius:0 8px 8px 8px; box-shadow:0 8px 28px rgba(0,0,0,.18);
        padding:4px 0;
        z-index:40;
      }
      /* Flyout is click-to-open (no hover-to-open). The JS toggleCategory()
         on the header click adds/removes the .open class. Click outside
         closes any open flyout — wired at the end of the script. */
      .sidebar-desktop .menu-category.open > .submenu,
      .sidebar-desktop .menu-category:focus-within > .submenu{
        display:block !important;
      }
      .sidebar-desktop .menu-category.open > .menu-category-header{
        background:#e2e8f0;
      }
      /* Inside the flyout the inner sub-submenus get displayed too */
      .sidebar-desktop .menu-category > .submenu .sub-submenu,
      .sidebar-desktop .menu-category > .submenu .div-submenu{
        max-height:none !important; overflow:visible !important;
        display:block !important;
      }
      .sidebar-desktop .menu-category > .submenu .submenu-item{padding-left:18px}
      .sidebar-desktop .menu-category > .submenu .sub-group-header{padding-left:18px;background:#f8fafc}
      .sidebar-desktop .menu-category > .submenu .sub-submenu-item{padding-left:32px}
    }
    .sidebar-title{background:#0f172a;color:#fff;padding:12px 15px;font-size:14px;font-weight:700;border-radius:10px 10px 0 0;display:flex;align-items:center;gap:8px}

    /* MAIN FEED */
    .main-feed{flex:1;min-width:0}
    .breadcrumb{color:#94a3b8;font-size:13px;margin-bottom:10px}
    .breadcrumb a{color:#3b82f6;text-decoration:none}
    .page-title{font-size:26px;font-weight:700;color:#0f172a;margin-bottom:6px}
    .page-subtitle{color:#64748b;font-size:15px;margin-bottom:15px}
    .weather-bar{background:#fff;padding:10px 15px;border-radius:8px;margin-bottom:15px;box-shadow:0 2px 5px rgba(0,0,0,.05);font-size:14px;color:#64748b;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
    .news-feed{display:flex;flex-direction:column;gap:15px}
    /* AI Analysis panel — auto-generated articles from trends pipeline */
    .ai-articles-panel{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:18px 20px;margin:20px 0;box-shadow:0 2px 8px rgba(0,0,0,.06)}
    .ai-articles-header{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:14px}
    .ai-articles-header h2{font-family:'Barlow Condensed',sans-serif;font-size:20px;font-weight:800;color:#0a1628;margin:0}
    .ai-articles-sub{font-size:11px;color:#64748b;font-weight:500}
    .ai-articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}
    .ai-article-card{display:flex;flex-direction:column;gap:5px;padding:14px;border:1px solid #e2e8f0;border-radius:8px;text-decoration:none;color:inherit;background:linear-gradient(180deg,#fefefe 0%,#f8fafc 100%);transition:all .15s}
    .ai-article-card:hover{border-color:#93c5fd;background:#eff6ff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,.1)}
    .ai-article-cat{font-size:10px;font-weight:700;color:#475569;letter-spacing:.06em;text-transform:uppercase}
    .ai-article-title{font-family:'Barlow Condensed',sans-serif;font-weight:800;font-size:15px;line-height:1.3;color:#0a1628}
    .ai-article-summary{font-size:12px;color:#64748b;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
    .ai-article-trend{font-size:10px;color:#92400e;background:#fef3c7;padding:2px 6px;border-radius:3px;align-self:flex-start;margin-top:4px;font-weight:600}
    .news-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .2s;display:flex;flex-direction:column}
    @media(min-width:768px){.news-card{flex-direction:row}}
    .news-card:hover{transform:translateY(-1px)}
    .news-image{display:none}
    .news-card.has-image .news-image{display:flex;width:100%;height:160px;background-size:cover;background-position:center;align-items:flex-start;justify-content:flex-end;color:#fff;position:relative;flex-shrink:0}
    @media(min-width:768px){.news-card.has-image .news-image{width:180px;height:auto;min-height:140px}}
    .news-content{padding:14px;flex:1}
    .news-category{display:inline-block;background:#dbeafe;color:#1e40af;padding:3px 10px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;margin-bottom:7px}
    .news-source{display:flex;align-items:center;gap:8px;color:#64748b;font-size:13px;margin-bottom:7px}
    .source-icon{width:22px;height:22px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}
    .news-title{font-size:17px;font-weight:600;color:#0f172a;margin-bottom:6px;line-height:1.35}
    .news-excerpt{font-size:13px;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
    .ad-placeholder{background:#f1f5f9;border:2px dashed #cbd5e1;padding:12px;text-align:center;color:#94a3b8;border-radius:8px;font-size:13px}
    .load-more{width:100%;padding:14px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s;margin-top:10px}
    .load-more:hover{background:#2563eb}
    .loading{text-align:center;padding:40px;color:#64748b;font-size:16px}
    /* Skeleton story cards: painted instantly so the feed never reads
       as a blank "Loading…" message. Matches the .news-card layout. */
    @keyframes skelShimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}
    .skel-shimmer{background:linear-gradient(90deg,#f1f5f9 0%,#e2e8f0 50%,#f1f5f9 100%);background-size:200% 100%;animation:skelShimmer 1.4s ease-in-out infinite;border-radius:4px}
    .skel-news-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);display:flex;flex-direction:column;margin-bottom:14px}
    @media(min-width:768px){.skel-news-card{flex-direction:row}}
    .skel-news-img{width:100%;height:160px;background:linear-gradient(90deg,#f1f5f9 0%,#e2e8f0 50%,#f1f5f9 100%);background-size:200% 100%;animation:skelShimmer 1.4s ease-in-out infinite;flex-shrink:0}
    @media(min-width:768px){.skel-news-img{width:180px;height:auto;min-height:140px}}
    .skel-news-body{padding:14px 16px;flex:1;display:flex;flex-direction:column;gap:8px}
    .skel-news-line{height:11px}
    .skel-news-meta{height:9px;width:30%;margin-top:4px}
    .dark-theme .skel-news-card{background:#1e293b}
    .dark-theme .skel-shimmer,.dark-theme .skel-news-img{background:linear-gradient(90deg,#1e293b 0%,#334155 50%,#1e293b 100%);background-size:200% 100%}

    /* DARK THEME */
    .dark-theme body,.dark-theme{background:#0f172a;color:#e2e8f0}
    .dark-theme .news-card{background:#1e293b}
    .dark-theme .news-title{color:#f1f5f9}
    .dark-theme .weather-bar{background:#1e293b}

    /* FOOTER */
    .footer{background:#0f172a;color:#fff;padding:30px 15px 20px;margin-top:40px}
    .footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px}
    @media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}
    .footer-section h3{color:#fbbf24;margin-bottom:12px;font-size:15px}
    .footer-section ul{list-style:none}
    .footer-section li{margin-bottom:8px}
    .footer-section a{color:#cbd5e1;text-decoration:none;font-size:14px}
    .footer-section a:hover{color:#fff}
    .footer-bottom{text-align:center;padding-top:20px;border-top:1px solid #334155;color:#94a3b8;font-size:13px}
    .donate-pill{display:inline-flex;align-items:center;gap:6px;background:#fbbf24;color:#1f2937;padding:5px 12px;border-radius:6px;font-size:12px;font-weight:700;text-decoration:none;font-family:'Barlow',Arial,sans-serif;white-space:nowrap;transition:background .15s}
    .donate-pill:hover{background:#f59e0b}
    /* Footer donate covers mobile; header pill drops to its own row otherwise */
    @media(max-width:768px){.donate-pill{display:none}}
    /* Footer donate card — same across all wikishopline sites */
    .donate-card{display:block;background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border:1.5px solid #fbbf24;border-radius:10px;padding:9px 12px 7px;text-align:center;box-shadow:0 2px 8px rgba(245,158,11,.18);margin:0}
    .donate-card .donate-prompt{font-family:'Barlow Condensed',sans-serif;font-size:12px;font-weight:700;color:#92400e;margin-bottom:5px;letter-spacing:.04em;line-height:1.3}
    .donate-card form{margin:0;line-height:0}
    .donate-card input[type=image]{vertical-align:middle}
    .donate-card a, .donate-card img{display:inline}
