/* WhatDew World — Phase 3B: privacy-safe live state badges. */
.world-live-badge{display:block;width:max-content;max-width:170px;margin:4px auto -1px;padding:3px 7px;border:1px solid rgba(37,89,64,.14);border-radius:999px;background:rgba(238,248,239,.9);color:#37624f;font-size:.59rem;font-weight:900;line-height:1.2;white-space:normal}.world-live-badge[data-tone="growth"]{background:#eaf8de;color:#347044}.world-live-badge[data-tone="ready"]{background:#fff1cf;color:#8a5a17}.world-live-badge[data-tone="leader"]{border-color:rgba(180,126,20,.26);background:#fff2b9;color:#77510d;box-shadow:0 0 12px rgba(255,218,103,.28)}.world-live-badge[data-tone="alert"]{border-color:rgba(190,61,75,.22);background:#fff0f1;color:#a33243;animation:world-live-alert-pulse 2.2s ease-in-out infinite}.world-live-badge[data-tone="muted"]{background:rgba(244,247,245,.9);color:#75847c}.world-live-alert .world-place-label{border-color:rgba(190,61,75,.3);box-shadow:0 10px 25px rgba(166,54,70,.16)}.world-live-leader .world-place-label{border-color:rgba(188,139,29,.3);box-shadow:0 10px 25px rgba(187,139,28,.14)}.world-live-ready .world-place-label{border-color:rgba(192,133,28,.25)}
.world-location-sheet-live{width:max-content;max-width:100%;margin:-5px 0 0;padding:6px 10px;border:1px solid rgba(43,97,69,.16);border-radius:999px;background:#edf8ed;color:#37634f;font-size:.7rem;font-weight:900}.world-location-sheet-live[data-tone="alert"]{border-color:rgba(190,61,75,.2);background:#fff0f1;color:#a33243}.world-location-sheet-live[data-tone="leader"]{background:#fff2b9;color:#77510d}.world-location-sheet-live[data-tone="ready"]{background:#fff1cf;color:#8a5a17}
@keyframes world-live-alert-pulse{0%,100%{box-shadow:0 0 0 0 rgba(196,65,78,0)}50%{box-shadow:0 0 0 5px rgba(196,65,78,.1)}}
@media(max-width:720px){.world-live-badge{max-width:132px;padding:3px 6px;font-size:.54rem}.world-location-sheet-live{font-size:.67rem}}
@media(max-width:480px){.world-live-badge{max-width:116px;font-size:.51rem}.world-place-label:has(.world-live-badge){padding-bottom:7px}}
@media(prefers-reduced-motion:reduce){.world-live-badge[data-tone="alert"]{animation:none!important}}
