/* Independent data layer keeps the reference shell limited to the requested modules. */
.admin-only, .management-access, .admin-exclusive, [data-page="hot"], #admin, #more, #hot { display: none !important; }
.settings-nav { display: flex !important; }
.simulation-badge { color: #b7791f; background: #fff7e5; border: 1px solid #f2d59a; border-radius: 4px; padding: 3px 7px; font-size: 11px; }
#settings .announcement-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
#settings .announcement-form button { margin-top: 10px; }
@media (max-width: 650px) { #settings .announcement-form { grid-template-columns: 1fr; } }
