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