:root{--mst-gap:14px;--mst-radius:18px;--mst-shadow:0 10px 30px #00000038;--mst-border:#ffffff14;--mst-card-bg:#ffffff0a}html[data-theme=light],body[data-theme=light],.theme-light{--mst-border:#00000014;--mst-card-bg:#00000008;--mst-shadow:0 10px 30px #0000001a}#models-storms{margin-top:var(--mst-gap)}#models-storms .mst-head{margin-bottom:var(--mst-gap);justify-content:space-between;align-items:center;gap:10px;display:flex}#models-storms .mst-head h3{margin:0}#models-storms .mst-grid{gap:var(--mst-gap);grid-template-columns:repeat(2,1fr);display:grid}#models-storms .mst-card{border:1px solid var(--mst-border);border-radius:var(--mst-radius);background:var(--mst-card-bg);box-shadow:var(--mst-shadow);flex-direction:column;min-height:320px;display:flex;overflow:hidden}#models-storms .mst-card header{border-bottom:1px solid var(--mst-border);justify-content:space-between;align-items:center;padding:10px 12px;display:flex}#models-storms .mst-card .title{opacity:.95;font-weight:600}#models-storms .mst-card .mst-embed{flex:1;min-height:260px;position:relative}#models-storms .mst-card iframe{border:0;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}@media (max-width:980px){#models-storms .mst-grid{grid-template-columns:1fr}}