/* One content-sized header across every game screen. Keep dropdowns outside its flow. */
.environment.v4.cloth-ui .topbar{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:4px 20px;height:auto;min-height:50px;padding:4px 16px;line-height:1.4;overflow:visible}
.environment.v4.cloth-ui .topbar .brand{display:flex;align-items:center;flex:0 1 auto;min-width:0;gap:9px;font-size:21px;line-height:1.4;white-space:nowrap}
.environment.v4.cloth-ui .topbar .brand-mark{display:grid;flex:none;width:30px;height:30px;font-size:21px}
.environment.v4.cloth-ui .topbar .brand-copy{display:flex;align-items:center;flex-wrap:wrap;gap:2px 12px;min-width:0}
.environment.v4.cloth-ui .topbar .brand-title{white-space:nowrap}
.environment.v4.cloth-ui .topbar .brand-meta{display:inline-flex;align-items:center;gap:8px;font-size:12px;line-height:1.5;letter-spacing:.02em;margin:0}
.environment.v4.cloth-ui .topbar .brand-meta b{display:inline;font-size:12px;line-height:1.5;margin:0;white-space:nowrap}
.environment.v4.cloth-ui .topbar .day-display{display:flex;flex:0 1 auto;order:0;align-items:center;gap:5px;padding:0;margin:0;border:0;min-width:0;font-size:14px;line-height:1.4}
.environment.v4.cloth-ui .topbar .day-number{flex:none;font-size:24px;line-height:1.25}
.environment.v4.cloth-ui .topbar .day-info{display:flex;align-items:center;flex-wrap:wrap;gap:3px 8px;line-height:1.4;font-size:14px;min-width:0}
.environment.v4.cloth-ui .topbar .day-label{white-space:nowrap}
.environment.v4.cloth-ui .topbar .phase-badge{display:inline-flex;flex:none;align-items:center;gap:4px;margin:0;padding:2px 6px;font-size:14px;line-height:20px;white-space:nowrap}
.environment.v4.cloth-ui .topbar .island-deadline{display:inline;font-size:12px;line-height:1.5;white-space:nowrap}
.environment.v4.cloth-ui .topbar .weather-summary{position:relative;flex:0 1 auto;min-width:0;margin:0;grid-area:auto}
.environment.v4.cloth-ui .topbar .weather-summary>summary{display:flex;align-items:center;justify-content:flex-start;gap:6px;min-height:40px;padding:3px 0;font-size:14px;line-height:1.5}
.environment.v4.cloth-ui .topbar .weather-symbol{flex:none;margin:0;font-size:23px;line-height:1}
.environment.v4.cloth-ui .topbar .weather-copy{display:flex;align-items:center;flex-wrap:wrap;gap:2px 10px;flex:0 1 auto;min-width:0}
.environment.v4.cloth-ui .topbar .weather-name{white-space:nowrap}
.environment.v4.cloth-ui .topbar .weather-copy small{display:inline;margin:0;font-size:12px;line-height:1.5}
.environment.v4.cloth-ui .topbar .weather-effects{left:0;right:auto;width:min(390px,calc(100vw - 32px));max-width:calc(100vw - 32px);top:100%;white-space:normal}
.environment.v4.cloth-ui .topbar .header-actions{display:flex;align-items:center;flex:0 0 auto;margin-left:auto;gap:6px}
.environment.v4.cloth-ui .topbar .header-actions .soft-button{min-height:36px;padding:5px 12px;font-size:13px}
@media(max-width:1100px){
 .environment.v4.cloth-ui .topbar{gap:4px 16px}
 .environment.v4.cloth-ui .topbar .brand-meta,.environment.v4.cloth-ui .topbar .island-deadline{display:none}
}
@media(max-width:900px){
 .environment.v4.cloth-ui .topbar .weather-copy small{display:none}
}
@media(max-width:700px){
 .environment.v4.cloth-ui .topbar{padding:3px 10px;gap:2px 10px;min-height:44px}
 .environment.v4.cloth-ui .topbar .brand{font-size:18px;gap:0}
 .environment.v4.cloth-ui .topbar .brand-mark,.environment.v4.cloth-ui .topbar .header-actions,.environment.v4.cloth-ui .topbar .weather-copy small{display:none}
 .environment.v4.cloth-ui .topbar .day-display{margin-left:auto;gap:3px}
 .environment.v4.cloth-ui .topbar .day-number{font-size:20px}
 .environment.v4.cloth-ui .topbar .day-info{font-size:12px;gap:3px;flex-wrap:nowrap}
 .environment.v4.cloth-ui .topbar .phase-badge{font-size:12px;padding:2px 4px;gap:3px;line-height:18px}
 .environment.v4.cloth-ui .topbar .phase-symbol{width:18px;height:18px}
 .environment.v4.cloth-ui .topbar .weather-summary{margin-left:auto}
 .environment.v4.cloth-ui .topbar .weather-summary>summary{gap:3px;font-size:12px;min-height:38px}
 .environment.v4.cloth-ui .topbar .weather-symbol{font-size:19px}
 .environment.v4.cloth-ui .topbar .weather-effects{left:auto;right:0}
}
