:root{--stormhunter-surface:var(--card);--stormhunter-surface-soft:color-mix(in srgb, var(--card) 90%, var(--brand-soft,#e0f2fe) 10%);--stormhunter-border:var(--border);--stormhunter-shadow:var(--shadow-1);--stormhunter-text-main:inherit;--stormhunter-text-soft:var(--muted);--stormhunter-accent:#0ea5e9}#storm-hunter .module{margin-bottom:24px}.stormhunter-block{background:var(--stormhunter-surface-soft);box-shadow:var(--stormhunter-shadow);border:1px solid var(--stormhunter-border);color:var(--stormhunter-text-main);border-radius:22px;padding:18px 18px 16px}.stormhunter-block h3{margin:0 0 8px;font-size:1.05rem}.stormhunter-block p{color:var(--stormhunter-text-soft);margin:0 0 6px;font-size:.92rem;line-height:1.5}.stormhunter-grid{flex-wrap:wrap;justify-content:center;gap:14px;margin:16px 0 20px;display:flex}.stormhunter-card{background:var(--stormhunter-surface);width:230px;box-shadow:var(--stormhunter-shadow);border:1px solid var(--stormhunter-border);cursor:pointer;border-radius:20px;flex-direction:column;transition:transform .14s,box-shadow .14s,border-color .14s;display:flex;position:relative;overflow:hidden}.stormhunter-card:hover{border-color:#38bdf899;transform:translateY(-2px);box-shadow:0 22px 45px #0f172a40}.stormhunter-card img{object-fit:cover;aspect-ratio:4/3;width:100%;display:block}.stormhunter-card-body{padding:8px 10px 9px}.stormhunter-meta{color:var(--stormhunter-text-soft);margin-bottom:3px;font-size:.78rem}.stormhunter-caption{color:var(--stormhunter-text-main);font-size:.9rem;line-height:1.35}.stormhunter-empty{text-align:center;padding:18px 10px;font-size:.95rem}@media (max-width:640px){#storm-hunter{padding-top:10px!important}.stormhunter-block{border-radius:18px;padding:14px 14px 12px}.stormhunter-card{border-radius:18px;width:calc(50% - 10px);max-width:none}}@media (max-width:480px){.stormhunter-card{max-width:260px}}.stormhunter-lightbox{z-index:70;justify-content:center;align-items:center;padding:16px;display:none;position:fixed;top:0;bottom:0;left:0;right:0}.stormhunter-lightbox.is-visible{display:flex}.stormhunter-lightbox-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ac7;position:absolute;top:0;bottom:0;left:0;right:0}.stormhunter-lightbox-dialog{z-index:1;background:var(--stormhunter-surface);border:1px solid var(--stormhunter-border);border-radius:24px;flex-direction:column;width:100%;max-width:980px;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #000000bf}.stormhunter-lightbox-imgwrap{background:#000}.stormhunter-lightbox-imgwrap img{object-fit:contain;width:100%;max-height:70vh;display:block}.stormhunter-lightbox-body{padding:10px 14px 12px}.stormhunter-lightbox-meta{color:var(--stormhunter-text-soft);margin-bottom:4px;font-size:.8rem}.stormhunter-lightbox-caption{color:var(--stormhunter-text-main);font-size:.96rem;line-height:1.45}.stormhunter-lightbox-close{color:#e5e7eb;cursor:pointer;background:#0f172ac7;border:none;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;line-height:1;display:inline-flex;position:absolute;top:10px;right:10px;box-shadow:0 10px 25px #00000080}.stormhunter-lightbox-close:hover{background:#0f172af2}