
.ath-mood-map-shell,
.ath-mood-map-shell *{
    box-sizing:border-box;
}

.ath-mood-map-shell{
    max-width:1280px;
    margin:20px auto;
    color:#fff;
    padding:20px;
    border-radius:34px;
    background:
        radial-gradient(circle at top right,rgba(255,138,0,.16),transparent 34%),
        radial-gradient(circle at bottom left,rgba(0,196,255,.12),transparent 32%),
        rgba(6,10,20,.97);
    border:1px solid rgba(255,255,255,.10);
    box-shadow:0 30px 90px rgba(0,0,0,.36);
}

.ath-mood-map-hero{
    display:flex;
    flex-direction:column;
    gap:8px;
    margin-bottom:14px;
}

.ath-mood-map-hero span,
.ath-map-panel-head span{
    color:#ff8a00;
    font-size:11px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.14em;
}

.ath-mood-map-hero h2{
    margin:0;
    color:#fff;
    font-size:clamp(36px,5vw,74px);
    line-height:.84;
    text-transform:uppercase;
    letter-spacing:-.075em;
}

.ath-mood-map-hero h2 em{
    color:#ff8a00;
    font-style:normal;
}

.ath-mood-map-hero p{
    margin:0;
    max-width:760px;
    color:rgba(255,255,255,.68);
    line-height:1.6;
}

.ath-mood-map-controls{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:16px 0;
}

.ath-mood-map-controls button{
    min-height:36px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:999px;
    padding:8px 12px;
    background:rgba(255,255,255,.055);
    color:#fff;
    font-size:11px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.06em;
    cursor:pointer;
}

.ath-mood-map-controls button.active,
.ath-mood-map-controls button:hover{
    background:linear-gradient(135deg,#ffb21a,#ff6a00);
    color:#05070d;
    border-color:rgba(255,138,0,.70);
}

.ath-mood-map-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 340px;
    gap:14px;
    align-items:stretch;
}

.ath-mood-map{
    min-height:var(--ath-map-height,720px);
    border-radius:28px;
    overflow:hidden;
    background:#05070d;
    border:1px solid rgba(255,255,255,.10);
    position:relative;
}

.ath-map-missing-key{
    position:absolute;
    inset:0;
    display:grid;
    place-content:center;
    text-align:center;
    padding:24px;
    background:
        radial-gradient(circle at center,rgba(255,138,0,.14),transparent 36%),
        #05070d;
}

.ath-map-missing-key h3{
    margin:0 0 8px;
    font-size:28px;
    text-transform:uppercase;
}

.ath-map-missing-key p{
    margin:0 0 12px;
    color:rgba(255,255,255,.68);
}

.ath-map-missing-key code{
    display:inline-block;
    max-width:100%;
    padding:10px 12px;
    border-radius:14px;
    color:#ffb21a;
    background:rgba(255,255,255,.08);
    white-space:normal;
}

.ath-mood-map-panel{
    min-height:var(--ath-map-height,720px);
    border-radius:28px;
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.10);
    overflow:hidden;
    display:flex;
    flex-direction:column;
}

.ath-map-panel-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    padding:14px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.ath-map-panel-head strong{
    min-width:34px;
    height:34px;
    border-radius:999px;
    display:grid;
    place-items:center;
    color:#05070d;
    background:linear-gradient(135deg,#ffb21a,#ff6a00);
    font-size:13px;
}

.ath-map-spot-list{
    overflow:auto;
    padding:10px;
    display:grid;
    gap:10px;
}

.ath-map-spot-card{
    padding:12px;
    border-radius:20px;
    background:rgba(0,0,0,.24);
    border:1px solid rgba(255,255,255,.08);
    cursor:pointer;
}

.ath-map-spot-card:hover,
.ath-map-spot-card.active{
    border-color:rgba(255,138,0,.55);
    box-shadow:0 0 0 1px rgba(255,138,0,.20), 0 0 30px rgba(255,138,0,.10);
}

.ath-map-spot-top{
    display:flex;
    align-items:center;
    gap:10px;
}

.ath-map-spot-top img{
    width:42px;
    height:42px;
    border-radius:14px;
    object-fit:cover;
}

.ath-map-spot-top h3{
    margin:0;
    color:#fff;
    font-size:16px;
    line-height:1.05;
}

.ath-map-spot-top span{
    display:block;
    margin-top:3px;
    color:#00c4ff;
    font-size:10px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.ath-map-spot-card p{
    margin:8px 0 0;
    color:rgba(255,255,255,.65);
    font-size:12px;
    line-height:1.45;
}

.ath-map-badges{
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    margin-top:9px;
}

.ath-map-badges span{
    min-height:25px;
    display:inline-flex;
    align-items:center;
    padding:5px 8px;
    border-radius:999px;
    background:rgba(0,196,255,.10);
    border:1px solid rgba(0,196,255,.20);
    color:#00c4ff;
    font-size:9px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.ath-map-marker{
    width:34px;
    height:34px;
    border-radius:999px;
    display:grid;
    place-items:center;
    color:#05070d;
    font-size:15px;
    font-weight:950;
    background:linear-gradient(135deg,#00c4ff,#5be7ff);
    border:2px solid rgba(255,255,255,.88);
    box-shadow:0 0 0 6px rgba(0,196,255,.20),0 0 32px rgba(0,196,255,.45);
}

.ath-map-marker[data-vibe="music"]{
    background:linear-gradient(135deg,#00c4ff,#5be7ff);
    box-shadow:0 0 0 6px rgba(0,196,255,.18),0 0 32px rgba(0,196,255,.42);
}

.ath-map-marker[data-vibe="food"]{
    background:linear-gradient(135deg,#56ff8c,#d7ff64);
    box-shadow:0 0 0 6px rgba(86,255,140,.18),0 0 32px rgba(86,255,140,.38);
}

.ath-map-marker[data-vibe="venue"]{
    background:linear-gradient(135deg,#c084fc,#ff8bd1);
    box-shadow:0 0 0 6px rgba(192,132,252,.18),0 0 32px rgba(192,132,252,.42);
}

.ath-map-info{
    max-width:290px;
    color:#05070d;
}

.ath-map-info h3{
    margin:0 0 5px;
    font-size:18px;
    line-height:1.05;
}

.ath-map-info p{
    margin:6px 0;
    color:#333;
    line-height:1.35;
}

.ath-map-info a{
    display:inline-flex;
    margin-top:8px;
    padding:8px 10px;
    border-radius:999px;
    background:#05070d;
    color:#fff!important;
    font-size:11px;
    font-weight:950;
    text-transform:uppercase;
    text-decoration:none!important;
}

@media(max-width:980px){
    .ath-mood-map-layout{
        grid-template-columns:1fr;
    }

    .ath-mood-map-panel{
        min-height:360px;
    }
}

@media(max-width:640px){
    .ath-mood-map-shell{
        padding:14px;
        border-radius:24px;
    }

    .ath-mood-map{
        min-height:560px;
        border-radius:22px;
    }

    .ath-mood-map-panel{
        border-radius:22px;
    }
}


/* We Outside mood glow rings */
.ath-map-marker[data-vibe="chill"]{
    background:linear-gradient(135deg,#00c4ff,#5be7ff);
    box-shadow:0 0 0 7px rgba(0,196,255,.18),0 0 42px rgba(0,196,255,.55);
}

.ath-map-marker[data-vibe="focus"]{
    background:linear-gradient(135deg,#56ff8c,#d7ff64);
    box-shadow:0 0 0 7px rgba(86,255,140,.18),0 0 42px rgba(86,255,140,.50);
}

.ath-map-marker[data-vibe="turn_up"]{
    background:linear-gradient(135deg,#ffb21a,#ff3d00);
    box-shadow:0 0 0 7px rgba(255,106,0,.20),0 0 46px rgba(255,106,0,.58);
}

.ath-map-marker[data-vibe="social"]{
    background:linear-gradient(135deg,#c084fc,#ff8bd1);
    box-shadow:0 0 0 7px rgba(192,132,252,.20),0 0 46px rgba(192,132,252,.58);
}

.ath-map-card-thumb{
    width:100%;
    height:120px;
    object-fit:cover;
    border-radius:16px;
    margin-bottom:9px;
    border:1px solid rgba(255,255,255,.10);
}

.ath-map-popup-media{
    width:100%;
    max-height:180px;
    object-fit:cover;
    border-radius:12px;
    margin-bottom:9px;
    display:block;
}

.ath-map-popup-video a{
    display:flex!important;
    margin:0 0 9px!important;
    justify-content:center;
    background:#00c4ff!important;
    color:#05070d!important;
}


/* We Outside mood filter cards — only for We Outside postings */
.ath-weoutside-mood-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin:0 0 16px;
    padding:14px;
    border-radius:30px;
    background:
        radial-gradient(circle at top left,rgba(0,196,255,.10),transparent 36%),
        radial-gradient(circle at bottom right,rgba(255,138,0,.08),transparent 34%),
        rgba(255,255,255,.035);
    border:1px solid rgba(255,255,255,.08);
}

.ath-weoutside-mood-card{
    position:relative;
    min-height:112px;
    display:grid;
    grid-template-columns:28px 1fr;
    grid-template-areas:
        "dot title"
        "dot text";
    align-content:center;
    gap:4px 12px;
    text-align:left;
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:18px;
    background:
        radial-gradient(circle at top left,rgba(255,255,255,.08),transparent 42%),
        rgba(9,14,27,.88);
    color:#fff;
    cursor:pointer;
    transition:.22s ease;
}

.ath-weoutside-mood-card:hover,
.ath-weoutside-mood-card.active{
    transform:translateY(-2px);
    border-color:rgba(255,255,255,.18);
}

.ath-weoutside-mood-card .ath-mood-dot{
    grid-area:dot;
    width:20px;
    height:20px;
    border-radius:999px;
    align-self:center;
    background:currentColor;
    box-shadow:0 0 14px currentColor,0 0 34px currentColor;
}

.ath-weoutside-mood-card strong{
    grid-area:title;
    color:#fff;
    font-size:18px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.07em;
    line-height:1;
}

.ath-weoutside-mood-card small{
    grid-area:text;
    color:rgba(255,255,255,.62);
    font-size:13px;
    font-weight:700;
    line-height:1.35;
}

.ath-weoutside-mood-card[data-mood="focus"]{
    color:#74ff8a;
    box-shadow:0 0 28px rgba(116,255,138,.10);
}

.ath-weoutside-mood-card[data-mood="chill"]{
    color:#6fc7ff;
    box-shadow:0 0 28px rgba(111,199,255,.11);
}

.ath-weoutside-mood-card[data-mood="social"]{
    color:#b974ff;
    box-shadow:0 0 28px rgba(185,116,255,.11);
}

.ath-weoutside-mood-card[data-mood="turn_up"]{
    color:#ffad52;
    box-shadow:0 0 28px rgba(255,173,82,.12);
}

/* Center pill label for We Outside mood zones only */
.ath-map-weoutside-pin{
    width:108px;
    height:108px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:10px;
    background:rgba(11,16,29,.84);
    border:2px solid currentColor;
    box-shadow:
        0 0 0 8px rgba(255,255,255,.03),
        0 0 24px currentColor,
        0 0 48px currentColor,
        inset 0 0 18px rgba(255,255,255,.05);
    position:relative;
    backdrop-filter:blur(3px);
}

.ath-map-weoutside-pin::before{
    content:'';
    position:absolute;
    inset:-12px;
    border-radius:999px;
    border:2px solid currentColor;
    opacity:.28;
    box-shadow:0 0 24px currentColor;
}

.ath-map-weoutside-pin::after{
    content:'';
    position:absolute;
    inset:-24px;
    border-radius:999px;
    border:1px solid currentColor;
    opacity:.12;
    box-shadow:0 0 34px currentColor;
}

.ath-map-weoutside-pin strong{
    color:#fff;
    font-size:16px;
    line-height:1.05;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.08em;
    text-shadow:0 1px 8px rgba(0,0,0,.5);
}

.ath-map-weoutside-pin[data-mood="focus"]{color:#74ff8a;}
.ath-map-weoutside-pin[data-mood="chill"]{color:#6fc7ff;}
.ath-map-weoutside-pin[data-mood="social"]{color:#b974ff;}
.ath-map-weoutside-pin[data-mood="turn_up"]{color:#ffad52;}

@media(max-width:720px){
    .ath-map-weoutside-pin{
        width:84px;
        height:84px;
    }
    .ath-map-weoutside-pin strong{
        font-size:12px;
    }
}

@media(max-width:720px){
    .ath-weoutside-mood-grid{
        grid-template-columns:1fr;
        padding:10px;
    }

    .ath-weoutside-mood-card{
        min-height:92px;
        padding:15px;
    }
}


/* Hard fallback/positioning for We Outside mood pin circles */
.ath-map-weoutside-pin{
    pointer-events:auto;
    transform:translate(-50%, -50%);
}

.gm-style .ath-map-weoutside-pin{
    transform:none;
}


/* ATH We Outside Map original colors restored.
   Removed the uploaded weout.php-inspired override and kept the prior ATH Mood Map styling. */


/* ATH We Outside map playable video cards */
.ath-map-spot-card .ath-map-card-video,
.ath-map-popup-media{
    width:100%;
    display:block;
    aspect-ratio:16/9;
    object-fit:cover;
    background:#05070d;
    border:0;
}

.ath-map-spot-card .ath-map-card-video{
    border-radius:18px 18px 0 0;
}

.ath-map-spot-card video::-webkit-media-controls-enclosure{
    overflow:hidden;
}

.ath-map-popup-media{
    max-height:280px;
    border-radius:16px;
    margin-bottom:10px;
}

.ath-map-popup-video a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:9px 13px;
    border-radius:999px;
    background:rgba(0,196,255,.12);
    border:1px solid rgba(0,196,255,.22);
    color:#fff!important;
    font-weight:900;
    text-transform:uppercase;
    font-size:11px;
    letter-spacing:.08em;
}


/* ATH We Outside full-size video + posted time */
.ath-map-spot-card{
    overflow:hidden;
}

.ath-map-spot-card .ath-map-card-video,
.ath-map-spot-card .ath-map-card-thumb{
    width:calc(100% + 0px)!important;
    max-width:none!important;
    display:block!important;
    aspect-ratio:9/16;
    min-height:360px;
    max-height:640px;
    object-fit:cover!important;
    background:#05070d;
    border-radius:22px 22px 0 0!important;
    margin:0 0 14px!important;
}

.ath-map-spot-card .ath-map-card-video{
    object-fit:contain!important;
    background:#000;
}

.ath-map-card-time{
    display:inline-flex;
    align-items:center;
    gap:6px;
    margin:0 16px 8px;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.10);
    color:rgba(255,255,255,.68);
    font-size:11px;
    font-weight:900;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.ath-map-card-time:before{
    content:"⏱";
    font-size:12px;
}

.ath-map-info-time{
    display:inline-flex;
    margin:3px 0 8px!important;
    color:rgba(255,255,255,.66)!important;
    font-size:12px!important;
    font-weight:850!important;
}

.ath-map-info .ath-map-popup-media{
    width:100%!important;
    max-height:none!important;
    aspect-ratio:9/16;
    object-fit:contain!important;
    background:#000;
}

@media(max-width:640px){
    .ath-map-spot-card .ath-map-card-video,
    .ath-map-spot-card .ath-map-card-thumb{
        min-height:300px;
        max-height:560px;
    }
}


/* ATH Mood Map hide empty tabs */
.ath-mood-map-shell [data-ath-map-filter][hidden],
.ath-mood-map-shell .ath-filter-empty{
    display:none!important;
}

.ath-mood-map-shell.ath-mood-map-has-no-tabs .ath-mood-map-controls,
.ath-mood-map-shell.ath-mood-map-has-no-tabs .ath-weoutside-mood-grid{
    display:none!important;
}


/* ATH Mood Map Happening Now */
.ath-mood-map-controls .ath-happening-now-tab{
    background:linear-gradient(135deg, rgba(255,138,0,.24), rgba(255,207,74,.14))!important;
    border-color:rgba(255,138,0,.42)!important;
    color:#fff!important;
}

.ath-map-happening-now-badge{
    position:absolute;
    z-index:4;
    top:12px;
    left:12px;
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:7px 11px;
    border-radius:999px;
    background:rgba(255,138,0,.92);
    color:#07101f;
    font-size:10px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.09em;
    box-shadow:0 12px 28px rgba(255,138,0,.24);
}

.ath-map-happening-now-badge:before{
    content:"●";
    color:#07101f;
    font-size:9px;
}

.ath-map-info-happening-now{
    display:inline-flex;
    margin:4px 0 8px!important;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(255,138,0,.14);
    border:1px solid rgba(255,138,0,.28);
    color:#ffcf4a!important;
    font-size:11px!important;
    font-weight:1000!important;
    text-transform:uppercase;
    letter-spacing:.08em;
}


/* ATH We Outside card video size fix */
.ath-map-spot-card .ath-map-card-video,
.ath-map-spot-card .ath-map-card-thumb{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:16/9!important;
    object-fit:cover!important;
    border-radius:22px 22px 0 0!important;
    margin:0 0 14px!important;
    background:#000;
}

.ath-map-spot-card .ath-map-card-video{
    object-fit:cover!important;
}

.ath-map-card-time{
    margin:0 16px 8px!important;
}

.ath-map-card-time:before{
    content:"⏱";
}

.ath-map-card-event-date,
.ath-map-info-event-date{
    display:inline-flex;
    margin:0 16px 8px;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(0,196,255,.08);
    border:1px solid rgba(0,196,255,.15);
    color:rgba(255,255,255,.74);
    font-size:11px;
    font-weight:900;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.ath-map-info-event-date{
    margin:4px 0 8px!important;
}

.ath-map-info .ath-map-popup-media{
    width:100%!important;
    aspect-ratio:16/9!important;
    max-height:360px!important;
    object-fit:cover!important;
    background:#000;
}


/* ATH Happening Now visibility fix */
.ath-mood-map-controls .ath-happening-now-tab{
    display:inline-flex!important;
}

.ath-map-empty-state{
    padding:18px;
    border-radius:22px;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.10);
    color:rgba(255,255,255,.72);
    font-size:14px;
    font-weight:850;
    line-height:1.4;
}

/* ATH We Outside top redesign v1.9.52 */
.ath-weoutside-redesign{
    max-width:1240px;
    padding:24px;
    border-radius:42px;
    background:
        linear-gradient(120deg,rgba(4,9,20,.98),rgba(10,10,16,.96) 54%,rgba(34,24,14,.94)),
        radial-gradient(circle at 100% 0%,rgba(255,132,0,.18),transparent 34%),
        radial-gradient(circle at 0% 100%,rgba(0,196,255,.16),transparent 34%);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 30px 95px rgba(0,0,0,.52), inset 0 0 0 1px rgba(255,138,0,.06);
}

.ath-weoutside-redesign .ath-weoutside-top-card{
    margin:0 0 18px;
    padding:22px clamp(18px,3.6vw,46px) 6px;
    border-radius:34px;
    background:
        radial-gradient(circle at top right,rgba(255,132,0,.10),transparent 38%),
        linear-gradient(135deg,rgba(9,14,29,.74),rgba(10,10,16,.20));
    border:1px solid rgba(255,255,255,.08);
    overflow:hidden;
}

.ath-weoutside-redesign .ath-weoutside-kicker{
    width:max-content;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:0 30px;
    border-radius:999px;
    color:#ffc081;
    background:rgba(255,132,0,.08);
    border:1px solid rgba(255,132,0,.36);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.04), 0 0 28px rgba(255,132,0,.08);
    font-size:17px;
    letter-spacing:.27em;
    font-weight:1000;
}

.ath-weoutside-redesign .ath-mood-map-hero h2{
    max-width:1060px;
    margin:30px 0 22px;
    font-size:clamp(44px,6.6vw,82px);
    line-height:.88;
    letter-spacing:-.08em;
    text-transform:uppercase;
}

.ath-weoutside-redesign .ath-mood-map-hero h2 em{
    color:#ff8917;
}

.ath-weoutside-redesign .ath-mood-map-hero p{
    max-width:1060px;
    color:rgba(255,255,255,.70);
    font-size:clamp(17px,2vw,27px);
    line-height:1.35;
    margin-bottom:32px;
}

.ath-weoutside-video-stage{
    position:relative;
    border-radius:30px;
    overflow:hidden;
    min-height:360px;
    border:1px solid rgba(255,255,255,.14);
    background:#05070d;
    box-shadow:0 18px 50px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,138,0,.09);
}

.ath-weoutside-feature-video{
    width:100%;
    height:100%;
    min-height:360px;
    display:block;
    object-fit:cover;
    background:#05070d;
}

.ath-weoutside-video-placeholder{
    position:relative;
    min-height:360px;
    display:grid;
    place-items:center;
    text-align:center;
    isolation:isolate;
    background:
        linear-gradient(120deg,rgba(255,138,0,.26),transparent 28%),
        linear-gradient(300deg,rgba(0,196,255,.18),transparent 30%),
        radial-gradient(circle at 12% 28%,rgba(255,176,41,.32),transparent 18%),
        radial-gradient(circle at 78% 22%,rgba(45,110,255,.33),transparent 18%),
        radial-gradient(circle at 26% 78%,rgba(184,59,255,.26),transparent 20%),
        linear-gradient(135deg,#101827,#06080e 52%,#1d160f);
}

.ath-weoutside-video-placeholder::before{
    content:'';
    position:absolute;
    inset:0;
    z-index:-1;
    background:
        linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),
        linear-gradient(0deg,rgba(255,255,255,.04) 1px,transparent 1px);
    background-size:80px 80px;
    opacity:.32;
}

.ath-weoutside-video-placeholder strong{
    position:relative;
    z-index:2;
    color:#fff;
    font-size:clamp(54px,9vw,118px);
    line-height:.74;
    font-weight:1000;
    letter-spacing:-.07em;
    font-style:italic;
    text-transform:lowercase;
    text-shadow:0 4px 24px rgba(0,0,0,.70);
}

.ath-weoutside-video-placeholder strong::first-line{
    color:#ffad22;
}

.ath-weoutside-play{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:1;
    width:96px;
    height:96px;
    border-radius:999px;
    display:grid;
    place-items:center;
    padding-left:8px;
    color:#05070d;
    background:rgba(255,173,34,.86);
    box-shadow:0 0 0 12px rgba(255,173,34,.12),0 0 46px rgba(255,138,0,.40);
    font-size:38px;
    opacity:.88;
}

.ath-weoutside-scene-label{
    position:absolute;
    left:18px;
    top:18px;
    z-index:4;
    padding:8px 12px;
    border-radius:999px;
    color:#ffc081;
    background:rgba(5,7,13,.72);
    border:1px solid rgba(255,138,0,.30);
    font-size:10px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.12em;
    backdrop-filter:blur(10px);
}

.ath-weoutside-category-rail{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:4;
    display:grid;
    grid-template-columns:repeat(7,1fr);
    gap:0;
    padding:12px 12px 14px;
    background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.18));
}

.ath-weoutside-category-rail span{
    min-height:62px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:end;
    gap:4px;
    text-align:center;
    color:#ffbd63;
    font-size:10px;
    line-height:1.05;
    font-weight:950;
    text-transform:uppercase;
    border-right:1px solid rgba(255,173,34,.28);
}

.ath-weoutside-category-rail span:last-child{border-right:0;}
.ath-weoutside-category-rail b{font-size:24px;line-height:1;color:#ffb340;font-weight:900;}

.ath-weoutside-redesign .ath-weoutside-mood-grid{
    grid-template-columns:1fr;
    gap:18px;
    margin:18px clamp(18px,3.6vw,46px) 18px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
}

.ath-weoutside-redesign .ath-weoutside-mood-card{
    min-height:116px;
    grid-template-columns:42px 1fr;
    gap:6px 20px;
    border-radius:30px;
    padding:22px 28px;
    background:linear-gradient(135deg,rgba(17,23,38,.94),rgba(14,18,30,.84));
    border:1px solid rgba(255,255,255,.10);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.03), 0 16px 34px rgba(0,0,0,.20);
}

.ath-weoutside-redesign .ath-weoutside-mood-card .ath-mood-dot{
    width:32px;
    height:32px;
}

.ath-weoutside-redesign .ath-weoutside-mood-card strong{
    font-size:24px;
    letter-spacing:.02em;
}

.ath-weoutside-redesign .ath-weoutside-mood-card small{
    font-size:18px;
    color:rgba(255,255,255,.60);
}

.ath-weoutside-redesign .ath-mood-map-controls{
    margin:16px clamp(18px,3.6vw,46px) 20px;
}

@media(max-width:760px){
    .ath-weoutside-redesign{padding:12px;border-radius:28px;}
    .ath-weoutside-redesign .ath-weoutside-top-card{padding:18px 14px 2px;border-radius:24px;}
    .ath-weoutside-redesign .ath-weoutside-kicker{min-height:42px;padding:0 20px;font-size:12px;letter-spacing:.24em;}
    .ath-weoutside-redesign .ath-mood-map-hero h2{font-size:clamp(38px,12vw,58px);margin:22px 0 14px;}
    .ath-weoutside-redesign .ath-mood-map-hero p{font-size:16px;margin-bottom:18px;}
    .ath-weoutside-video-stage,.ath-weoutside-feature-video,.ath-weoutside-video-placeholder{min-height:260px;border-radius:22px;}
    .ath-weoutside-category-rail{grid-template-columns:repeat(4,1fr);padding:10px 8px;}
    .ath-weoutside-category-rail span{min-height:48px;font-size:8px;}
    .ath-weoutside-category-rail b{font-size:18px;}
    .ath-weoutside-redesign .ath-weoutside-mood-grid{margin:14px 0;gap:12px;}
    .ath-weoutside-redesign .ath-weoutside-mood-card{min-height:92px;grid-template-columns:34px 1fr;padding:18px;border-radius:24px;}
    .ath-weoutside-redesign .ath-weoutside-mood-card .ath-mood-dot{width:24px;height:24px;}
    .ath-weoutside-redesign .ath-weoutside-mood-card strong{font-size:18px;}
    .ath-weoutside-redesign .ath-weoutside-mood-card small{font-size:14px;}
    .ath-weoutside-redesign .ath-mood-map-controls{margin:10px 0 16px;}
}


/* ATH Mood Map v1.9.121 stability fixes */
.ath-mood-map{min-height:var(--ath-map-height,720px)!important;}
.ath-map-missing-key{min-height:320px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:24px!important;}
.ath-map-card-video,.ath-map-popup-media{background:#030712!important;}
.ath-map-spot-card .ath-map-card-video{width:100%!important;aspect-ratio:16/9!important;object-fit:cover!important;display:block!important;border-radius:18px!important;}
.ath-map-popup-media{max-width:100%!important;width:100%!important;border-radius:16px!important;}

/* ATH Mood Map v1.9.122 featured video update */
.ath-weoutside-feature-video{background:#05070c!important;}
.ath-weoutside-video-stage video.ath-weoutside-feature-video{display:block!important;object-fit:cover!important;}


/* ATH Mood Map v1.9.130 - clean We Outside video area */
.ath-weoutside-video-stage .ath-weoutside-scene-label,
.ath-weoutside-video-stage .ath-weoutside-category-rail,
.ath-weoutside-video-stage .ath-weoutside-play{display:none!important}
.ath-weoutside-video-stage{padding:0!important;display:block!important}
.ath-weoutside-feature-video{width:100%!important;display:block!important;margin:0!important}


/* ATH Mood Map v1.9.130 - first visit load fallback */
.ath-mood-map{min-height:420px!important;background:#07101f!important}
.ath-mood-map-shell[data-ath-map-loading="1"] .ath-mood-map:before{content:"Loading map...";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.72);font-weight:900;letter-spacing:.04em;z-index:1;pointer-events:none}


/* ATH Mood Map v1.9.130 - Happening Now app view */
.ath-happening-now-section{margin:18px 0 20px!important;padding:16px!important;border-radius:28px!important;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035))!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 20px 50px rgba(0,0,0,.22)!important;overflow:hidden!important}
.ath-happening-now-section[hidden]{display:none!important}
.ath-happening-now-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:12px!important;margin-bottom:14px!important;color:#fff!important}
.ath-happening-now-head small{display:block!important;color:#ff8a00!important;font-size:11px!important;font-weight:950!important;letter-spacing:.14em!important}
.ath-happening-now-head h3{margin:2px 0 0!important;color:#fff!important;font-size:22px!important;line-height:1!important;font-weight:950!important}
.ath-happening-now-head span{font-size:12px!important;font-weight:900!important;color:rgba(255,255,255,.72)!important}
.ath-happening-now-head b{font-size:20px!important;color:#fff!important}
.ath-happening-now-track{display:flex!important;gap:14px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding:2px 2px 10px!important;-webkit-overflow-scrolling:touch!important}
.ath-happening-now-card{position:relative!important;flex:0 0 min(280px,78vw)!important;min-height:420px!important;border-radius:30px!important;overflow:hidden!important;background:#05070d!important;scroll-snap-align:start!important;cursor:pointer!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 18px 45px rgba(0,0,0,.34)!important}
.ath-happening-now-card-frame{position:absolute!important;inset:0!important;background:#000!important}
.ath-happening-now-card-media,.ath-happening-now-card-frame img,.ath-happening-now-card-frame video{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.ath-happening-now-card-media-empty{display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-weight:950!important;background:linear-gradient(135deg,#ff4d00,#07101f)!important}
.ath-happening-now-card-copy{position:absolute!important;left:0!important;right:0!important;bottom:0!important;padding:22px!important;color:#fff!important;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.72))!important}
.ath-happening-now-card-copy small{color:#ff9a1f!important;font-size:10px!important;font-weight:950!important;letter-spacing:.14em!important}
.ath-happening-now-card-copy h4{margin:6px 0 4px!important;color:#fff!important;font-size:22px!important;line-height:1.04!important;font-weight:950!important}
.ath-happening-now-card-copy p{margin:0!important;color:rgba(255,255,255,.82)!important;font-size:13px!important;font-weight:800!important}
.ath-happening-viewer-open{overflow:hidden!important}
.ath-happening-viewer[hidden]{display:none!important}
.ath-happening-viewer{position:fixed!important;inset:0!important;z-index:1000000!important;background:#000!important;color:#fff!important;display:grid!important;grid-template-rows:1fr auto!important}
.ath-happening-viewer-media{position:relative!important;min-height:0!important;background:#000!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
.ath-happening-viewer-video,.ath-happening-viewer-media img,.ath-happening-viewer-media video{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.ath-happening-viewer-info{padding:20px 22px 26px!important;color:#fff!important;background:transparent!important;max-width:760px!important;width:100%!important;margin:0 auto!important;text-shadow:0 2px 12px rgba(0,0,0,.5)!important}
.ath-happening-viewer-info small{color:#ff8a00!important;font-size:11px!important;font-weight:950!important;letter-spacing:.15em!important}
.ath-happening-viewer-info h3{margin:7px 0 8px!important;color:#fff!important;font-size:30px!important;line-height:1.02!important;font-weight:950!important}
.ath-happening-viewer-info p{margin:5px 0!important;color:rgba(255,255,255,.86)!important;font-size:14px!important;line-height:1.35!important;font-weight:750!important}
.ath-happening-viewer-actions{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;margin-top:14px!important}
.ath-happening-viewer-actions a,.ath-happening-viewer-actions button{border:1px solid rgba(255,255,255,.2)!important;border-radius:999px!important;padding:10px 15px!important;background:rgba(255,255,255,.08)!important;color:#fff!important;text-decoration:none!important;font-size:13px!important;font-weight:900!important;cursor:pointer!important}
.ath-happening-viewer-close{position:absolute!important;top:14px!important;right:14px!important;z-index:4!important;width:42px!important;height:42px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.22)!important;background:rgba(0,0,0,.54)!important;color:#fff!important;font-size:28px!important;line-height:1!important;cursor:pointer!important}
.ath-happening-viewer-nav{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:4!important;width:44px!important;height:54px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.18)!important;background:rgba(0,0,0,.42)!important;color:#fff!important;font-size:36px!important;line-height:1!important;cursor:pointer!important}
.ath-happening-viewer-nav.prev{left:12px!important}.ath-happening-viewer-nav.next{right:12px!important}
@media(max-width:720px){.ath-happening-now-card{flex-basis:82vw!important;min-height:72vh!important}.ath-happening-viewer{grid-template-rows:1fr auto!important}.ath-happening-viewer-info h3{font-size:26px!important}.ath-happening-viewer-nav{display:none!important}}


/* ATH Mood Map v1.9.130 - full-screen map card viewer */
.ath-happening-viewer[data-ath-viewer-mode="map"] .ath-happening-viewer-info small{color:#6fc7ff!important}
.ath-happening-viewer[data-ath-viewer-mode="map"] .ath-happening-viewer-actions a,
.ath-happening-viewer[data-ath-viewer-mode="map"] .ath-happening-viewer-actions button{background:rgba(0,196,255,.12)!important;border-color:rgba(0,196,255,.28)!important}
.ath-map-spot-card{cursor:pointer!important}
.ath-map-spot-card:after{content:"Full View";position:absolute;right:12px;top:12px;padding:6px 9px;border-radius:999px;background:rgba(0,0,0,.58);color:#fff;font-size:10px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;opacity:.9;pointer-events:none}
.ath-map-spot-card.active:after{background:rgba(0,196,255,.78)!important}


/* ATH Mood Map v1.9.130 - address and directions */
.ath-map-card-address,.ath-happening-now-card-address{font-weight:850!important;color:rgba(255,255,255,.86)!important}
.ath-map-card-directions,.ath-map-info-directions,.ath-happening-viewer-directions{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:max-content!important;max-width:100%!important;margin:8px 0!important;padding:9px 12px!important;border-radius:999px!important;background:rgba(255,138,0,.14)!important;border:1px solid rgba(255,138,0,.34)!important;color:#fff!important;text-decoration:none!important;font-size:12px!important;font-weight:950!important;letter-spacing:.03em!important}
.ath-map-card-directions:before,.ath-map-info-directions:before,.ath-happening-viewer-directions:before{content:"➜";color:#ff8a00!important;font-weight:950!important}
.ath-happening-viewer-actions .ath-happening-viewer-directions{margin:0!important}


/* ATH Mood Map v1.9.130 - Near Me and local time */
.ath-map-card-distance,.ath-happening-now-card-distance{display:inline-flex!important;width:max-content!important;margin:5px 0!important;padding:5px 9px!important;border-radius:999px!important;background:rgba(0,196,255,.14)!important;border:1px solid rgba(0,196,255,.26)!important;color:#fff!important;font-size:11px!important;font-weight:950!important;letter-spacing:.04em!important}
[data-ath-near-me].active{background:linear-gradient(135deg,#00c4ff,#147dff)!important;color:#fff!important;border-color:rgba(255,255,255,.34)!important}
.ath-happening-viewer-info p:first-of-type{font-weight:900!important;color:#fff!important}

/* ATH Mood Map v1.9.131 - We Outside full-screen Happening Now app redesign */
.ath-weoutside-app,
.ath-weoutside-app *{box-sizing:border-box!important}
.ath-weoutside-app{
    width:100%!important;
    max-width:min(1180px,100%)!important;
    margin:18px auto!important;
    padding:0!important;
    border-radius:38px!important;
    overflow:hidden!important;
    background:#030712!important;
    border:1px solid rgba(255,255,255,.12)!important;
    box-shadow:0 32px 96px rgba(0,0,0,.48)!important;
}
.ath-weoutside-app-frame{position:relative!important;width:100%!important;background:#030712!important}
.ath-weoutside-map-stage{
    position:relative!important;
    width:100%!important;
    min-height:clamp(760px,92vh,980px)!important;
    overflow:hidden!important;
    isolation:isolate!important;
    background:
        radial-gradient(circle at 78% 18%,rgba(255,138,0,.18),transparent 32%),
        radial-gradient(circle at 18% 34%,rgba(185,116,255,.16),transparent 34%),
        radial-gradient(circle at 18% 76%,rgba(0,196,255,.15),transparent 33%),
        radial-gradient(circle at 68% 72%,rgba(116,255,138,.12),transparent 36%),
        #05070d!important;
}
.ath-weoutside-app .ath-mood-map{
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    border:0!important;
    border-radius:0!important;
    background:#05070d!important;
}
.ath-weoutside-app .ath-mood-map:after{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    pointer-events:none!important;
    z-index:1!important;
    background:
        linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.10) 28%,rgba(0,0,0,.08) 52%,rgba(0,0,0,.64)),
        radial-gradient(circle at 84% 26%,rgba(255,138,0,.24),transparent 28%),
        radial-gradient(circle at 22% 36%,rgba(185,116,255,.18),transparent 30%),
        radial-gradient(circle at 20% 72%,rgba(0,196,255,.18),transparent 30%),
        radial-gradient(circle at 66% 72%,rgba(116,255,138,.14),transparent 33%)!important;
}
.ath-weoutside-app-header{
    position:absolute!important;
    z-index:8!important;
    top:18px!important;
    left:18px!important;
    right:18px!important;
    display:grid!important;
    gap:12px!important;
    pointer-events:none!important;
}
.ath-weoutside-app-header > *{pointer-events:auto!important}
.ath-weoutside-location-row{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    min-height:38px!important;
    color:#fff!important;
    font-size:20px!important;
    line-height:1!important;
    text-shadow:0 2px 14px rgba(0,0,0,.48)!important;
}
.ath-weoutside-location-row strong{font-size:clamp(18px,3.6vw,25px)!important;font-weight:900!important;letter-spacing:.02em!important;color:#fff!important}
.ath-weoutside-location-pin{color:#fff!important;font-size:22px!important;filter:drop-shadow(0 0 10px rgba(255,255,255,.34))!important}
.ath-weoutside-live-dot{width:7px!important;height:7px!important;border-radius:999px!important;background:#66ff65!important;box-shadow:0 0 14px rgba(102,255,101,.8)!important}
.ath-weoutside-close{
    position:absolute!important;
    right:0!important;
    top:-3px!important;
    width:46px!important;
    height:46px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:999px!important;
    border:1px solid rgba(255,255,255,.16)!important;
    background:rgba(5,9,17,.68)!important;
    color:#fff!important;
    font-size:30px!important;
    line-height:1!important;
    cursor:pointer!important;
    backdrop-filter:blur(18px)!important;
}
.ath-weoutside-search{
    min-height:64px!important;
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    padding:0 20px!important;
    border-radius:999px!important;
    background:rgba(7,11,20,.82)!important;
    border:1px solid rgba(255,255,255,.14)!important;
    box-shadow:0 18px 42px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.06)!important;
    backdrop-filter:blur(22px)!important;
}
.ath-weoutside-search span{font-size:28px!important;color:rgba(255,255,255,.66)!important;transform:translateY(-1px)!important}
.ath-weoutside-search input{
    appearance:none!important;
    width:100%!important;
    border:0!important;
    outline:0!important;
    background:transparent!important;
    color:#fff!important;
    font-size:clamp(16px,4vw,22px)!important;
    font-weight:750!important;
    letter-spacing:.01em!important;
}
.ath-weoutside-search input::placeholder{color:rgba(255,255,255,.58)!important}
.ath-weoutside-filter-row.ath-mood-map-controls{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:10px!important;
    margin:0!important;
    padding:0 2px 4px!important;
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
}
.ath-weoutside-filter-row::-webkit-scrollbar{display:none!important}
.ath-weoutside-filter-row .ath-weoutside-chip{
    min-height:48px!important;
    flex:0 0 auto!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    padding:0 16px!important;
    border-radius:17px!important;
    background:rgba(5,9,17,.62)!important;
    border:1px solid rgba(255,255,255,.13)!important;
    color:#fff!important;
    font-size:15px!important;
    font-weight:900!important;
    text-transform:none!important;
    letter-spacing:.01em!important;
    box-shadow:0 12px 28px rgba(0,0,0,.22)!important;
    backdrop-filter:blur(18px)!important;
}
.ath-weoutside-filter-row .ath-weoutside-chip span{font-size:20px!important;line-height:1!important}
.ath-weoutside-filter-row .ath-weoutside-chip[data-mood="focus"]{border-color:rgba(116,255,138,.34)!important;color:#baffc5!important}
.ath-weoutside-filter-row .ath-weoutside-chip[data-mood="chill"]{border-color:rgba(111,199,255,.34)!important;color:#c4eaff!important}
.ath-weoutside-filter-row .ath-weoutside-chip[data-mood="social"]{border-color:rgba(185,116,255,.38)!important;color:#e2c5ff!important}
.ath-weoutside-filter-row .ath-weoutside-chip[data-mood="turn_up"]{border-color:rgba(255,138,0,.38)!important;color:#ffd49c!important}
.ath-weoutside-filter-row .ath-weoutside-chip.active,
.ath-weoutside-filter-row .ath-happening-now-tab.active{
    position:relative!important;
    color:#fff!important;
    border-color:rgba(255,138,0,.82)!important;
    background:linear-gradient(135deg,rgba(255,138,0,.90),rgba(255,106,0,.38))!important;
    box-shadow:0 0 0 1px rgba(255,183,75,.20),0 0 22px rgba(255,138,0,.48),0 18px 38px rgba(255,106,0,.18)!important;
}
.ath-weoutside-filter-row .ath-happening-now-tab.active:after{
    content:"✓"!important;
    position:absolute!important;
    top:-9px!important;
    right:6px!important;
    width:23px!important;
    height:23px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:999px!important;
    background:#ff8a00!important;
    color:#fff!important;
    font-size:14px!important;
    font-weight:1000!important;
    box-shadow:0 0 14px rgba(255,138,0,.72)!important;
}
.ath-weoutside-map-actions{
    position:absolute!important;
    z-index:8!important;
    right:18px!important;
    bottom:calc(35% + 38px)!important;
    display:grid!important;
    gap:10px!important;
}
.ath-weoutside-map-actions button{
    width:58px!important;
    height:58px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:999px!important;
    border:1px solid rgba(255,255,255,.16)!important;
    background:rgba(7,11,20,.68)!important;
    color:#fff!important;
    font-size:26px!important;
    cursor:pointer!important;
    box-shadow:0 14px 34px rgba(0,0,0,.28)!important;
    backdrop-filter:blur(20px)!important;
}
.ath-weoutside-map-actions button.active{background:linear-gradient(135deg,#00c4ff,#147dff)!important;border-color:rgba(255,255,255,.38)!important}
.ath-weoutside-app .ath-mood-map-panel.ath-weoutside-feed-sheet{
    position:absolute!important;
    z-index:9!important;
    left:18px!important;
    right:18px!important;
    bottom:18px!important;
    height:42%!important;
    min-height:340px!important;
    max-height:560px!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
    border-radius:30px!important;
    background:linear-gradient(180deg,rgba(7,13,22,.88),rgba(5,9,16,.94))!important;
    border:1px solid rgba(255,255,255,.13)!important;
    box-shadow:0 -14px 52px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.08)!important;
    backdrop-filter:blur(24px)!important;
}
.ath-weoutside-feed-grabber{width:96px!important;height:6px!important;border-radius:999px!important;background:rgba(255,255,255,.16)!important;margin:9px auto 4px!important;flex:0 0 auto!important}
.ath-weoutside-app .ath-map-panel-head.ath-weoutside-feed-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    padding:8px 22px 8px!important;
    border:0!important;
    flex:0 0 auto!important;
}
.ath-weoutside-feed-head span{
    display:block!important;
    color:#fff!important;
    font-size:clamp(23px,4vw,30px)!important;
    line-height:1!important;
    font-weight:950!important;
    text-transform:none!important;
    letter-spacing:.02em!important;
}
.ath-weoutside-feed-head p{margin:5px 0 0!important;color:rgba(255,255,255,.56)!important;font-size:12px!important;font-weight:800!important}
.ath-weoutside-view-all{
    display:inline-flex!important;
    align-items:center!important;
    gap:8px!important;
    border:0!important;
    background:transparent!important;
    color:#ff8a00!important;
    font-size:14px!important;
    font-weight:950!important;
    cursor:pointer!important;
    white-space:nowrap!important;
}
.ath-weoutside-view-all b{font-size:24px!important;line-height:1!important}
.ath-weoutside-feed-filter{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    padding:0 22px 10px!important;
    flex:0 0 auto!important;
}
.ath-weoutside-feed-filter span{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    min-height:34px!important;
    padding:0 14px!important;
    border-radius:999px!important;
    background:rgba(255,138,0,.16)!important;
    color:#ffb355!important;
    border:1px solid rgba(255,138,0,.34)!important;
    font-size:13px!important;
    font-weight:950!important;
}
.ath-weoutside-feed-filter strong{
    min-width:34px!important;
    height:34px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.08)!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:950!important;
}
.ath-weoutside-app .ath-map-spot-list{
    flex:1 1 auto!important;
    min-height:0!important;
    overflow-y:auto!important;
    display:grid!important;
    gap:10px!important;
    padding:0 18px 18px!important;
    -webkit-overflow-scrolling:touch!important;
}
.ath-weoutside-app .ath-map-spot-card{
    overflow:visible!important;
    align-items:flex-start!important;
    min-height:124px!important;
}
.ath-map-feed-main{
    min-width:0!important;
    color:#fff!important;
    align-self:stretch!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
}
.ath-map-feed-title-row h3{
    white-space:normal!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
}
.ath-weoutside-app .ath-map-card-address{
    white-space:normal!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
}
.ath-weoutside-app .ath-map-spot-card{
    position:relative!important;
    display:grid!important;
    grid-template-columns:112px minmax(0,1fr) 20px!important;
    align-items:flex-start!important;
    gap:12px!important;
    min-height:124px!important;
    padding:10px 12px!important;
    border-radius:20px!important;
    background:rgba(0,0,0,.26)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    box-shadow:none!important;
    cursor:pointer!important;
    overflow:visible!important;
}
.ath-weoutside-app .ath-map-spot-card:after{display:none!important}
.ath-weoutside-app .ath-map-spot-card:hover,
.ath-weoutside-app .ath-map-spot-card.active{
    border-color:rgba(255,138,0,.58)!important;
    box-shadow:0 0 0 1px rgba(255,138,0,.15),0 0 28px rgba(255,138,0,.12)!important;
}
.ath-map-feed-thumb{
    position:relative!important;
    width:112px!important;
    height:80px!important;
    border-radius:16px!important;
    overflow:hidden!important;
    background:linear-gradient(135deg,rgba(255,138,0,.20),rgba(0,196,255,.16))!important;
    border:1px solid rgba(255,255,255,.12)!important;
}
.ath-map-feed-media{
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:cover!important;
    border:0!important;
    margin:0!important;
    border-radius:0!important;
}
.ath-map-feed-media-empty{display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-size:28px!important;font-weight:950!important}
.ath-map-feed-thumb span{
    position:absolute!important;
    left:8px!important;
    bottom:8px!important;
    padding:5px 8px!important;
    border-radius:7px!important;
    background:#ef2e22!important;
    color:#fff!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:1000!important;
    letter-spacing:.05em!important;
}
.ath-map-feed-main{min-width:0!important;color:#fff!important;align-self:stretch!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
.ath-map-feed-title-row{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important;min-width:0!important}
.ath-map-feed-title-row h3{
    margin:0!important;
    color:#fff!important;
    font-size:clamp(16px,3.6vw,22px)!important;
    line-height:1.04!important;
    font-weight:950!important;
    letter-spacing:.01em!important;
    white-space:normal!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    max-width:100%!important;
}
.ath-map-feed-title-row small{
    display:block!important;
    margin-top:4px!important;
    color:#ff8a00!important;
    font-size:13px!important;
    line-height:1.1!important;
    font-weight:900!important;
    letter-spacing:.02em!important;
    text-transform:none!important;
}
.ath-map-feed-live{display:inline-flex!important;align-items:center!important;gap:6px!important;flex:0 0 auto!important;color:#62ff69!important;font-size:12px!important;font-weight:950!important;white-space:nowrap!important}
.ath-map-feed-live b{display:inline-flex!important;align-items:center!important;padding:4px 6px!important;border-radius:6px!important;background:#ef2e22!important;color:#fff!important;font-size:10px!important;line-height:1!important;font-style:normal!important}
.ath-map-feed-live i{font-style:normal!important}
.ath-map-feed-live.is-open{color:#00c4ff!important}
.ath-map-feed-live.is-open b{background:#00a5ff!important}
.ath-weoutside-app .ath-map-card-address{margin:6px 0 0!important;color:rgba(255,255,255,.72)!important;font-size:12px!important;line-height:1.25!important;font-weight:750!important;white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important}
.ath-map-feed-meta{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin-top:7px!important;color:rgba(255,255,255,.62)!important;font-size:12px!important;font-weight:800!important}
.ath-map-feed-meta span{display:inline-flex!important;align-items:center!important;gap:4px!important}
.ath-weoutside-app .ath-map-badges{display:flex!important;gap:6px!important;flex-wrap:wrap!important;margin:7px 0 0!important}
.ath-weoutside-app .ath-map-badges span{padding:5px 8px!important;border-radius:999px!important;background:rgba(255,138,0,.10)!important;border:1px solid rgba(255,138,0,.24)!important;color:#ffb355!important;font-size:10px!important;font-weight:950!important;letter-spacing:.03em!important;text-transform:none!important}
.ath-weoutside-app .ath-map-card-directions{display:none!important}
.ath-map-feed-chevron{color:rgba(255,255,255,.76)!important;font-size:30px!important;line-height:1!important;font-weight:300!important}
.ath-weoutside-app .ath-map-empty-state{min-height:120px!important;display:grid!important;place-items:center!important;text-align:center!important;border:1px dashed rgba(255,255,255,.16)!important;border-radius:18px!important;color:rgba(255,255,255,.70)!important;font-size:14px!important;font-weight:850!important;padding:18px!important;background:rgba(255,255,255,.04)!important}
.ath-map-live-bubble{
    position:absolute!important;
    z-index:9999!important;
    min-width:178px!important;
    max-width:230px!important;
    transform:translate(16px,-88px)!important;
    padding:12px 14px!important;
    border:1px solid rgba(255,255,255,.14)!important;
    border-radius:16px!important;
    background:rgba(5,9,17,.90)!important;
    color:#fff!important;
    box-shadow:0 16px 42px rgba(0,0,0,.44),0 0 22px rgba(255,138,0,.16)!important;
    backdrop-filter:blur(18px)!important;
    text-align:left!important;
    cursor:pointer!important;
    pointer-events:auto!important;
}
.ath-map-live-bubble:after{content:""!important;position:absolute!important;left:22px!important;bottom:-8px!important;width:16px!important;height:16px!important;background:rgba(5,9,17,.90)!important;border-right:1px solid rgba(255,255,255,.14)!important;border-bottom:1px solid rgba(255,255,255,.14)!important;transform:rotate(45deg)!important}
.ath-map-live-bubble strong{display:block!important;color:#fff!important;font-size:14px!important;line-height:1.1!important;font-weight:950!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin-bottom:6px!important}
.ath-map-live-bubble span{display:flex!important;align-items:center!important;gap:7px!important;color:#66ff65!important;font-size:12px!important;font-weight:900!important;line-height:1!important}
.ath-map-live-bubble b{display:inline-flex!important;padding:4px 6px!important;border-radius:6px!important;background:#ef2e22!important;color:#fff!important;font-size:10px!important;line-height:1!important;font-weight:1000!important}
.ath-map-live-bubble i{font-style:normal!important;color:#ff9a1f!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.ath-map-live-bubble[data-mood="focus"]{box-shadow:0 16px 42px rgba(0,0,0,.44),0 0 20px rgba(116,255,138,.18)!important}
.ath-map-live-bubble[data-mood="chill"]{box-shadow:0 16px 42px rgba(0,0,0,.44),0 0 20px rgba(111,199,255,.20)!important}
.ath-map-live-bubble[data-mood="social"]{box-shadow:0 16px 42px rgba(0,0,0,.44),0 0 20px rgba(185,116,255,.22)!important}
.ath-map-live-bubble[data-mood="turn_up"]{box-shadow:0 16px 42px rgba(0,0,0,.44),0 0 20px rgba(255,138,0,.26)!important}
.ath-weoutside-app .ath-map-weoutside-pin{width:70px!important;height:70px!important;box-shadow:0 0 0 8px rgba(255,255,255,.03),0 0 24px currentColor,0 0 44px currentColor!important}
.ath-weoutside-app .ath-map-weoutside-pin strong{font-size:10px!important;letter-spacing:.06em!important}
.ath-weoutside-app .ath-map-weoutside-pin:before{inset:-10px!important}.ath-weoutside-app .ath-map-weoutside-pin:after{inset:-20px!important}
@media(max-width:720px){
    .ath-weoutside-app{margin:0!important;border-radius:0!important;border-left:0!important;border-right:0!important;min-height:100svh!important}
    .ath-weoutside-map-stage{min-height:100svh!important}
    .ath-weoutside-app-header{top:14px!important;left:12px!important;right:12px!important;gap:10px!important}
    .ath-weoutside-location-row{min-height:34px!important}
    .ath-weoutside-close{width:42px!important;height:42px!important;font-size:28px!important}
    .ath-weoutside-search{min-height:58px!important;padding:0 16px!important}
    .ath-weoutside-filter-row .ath-weoutside-chip{min-height:44px!important;padding:0 14px!important;font-size:14px!important;border-radius:15px!important}
    .ath-weoutside-app .ath-mood-map-panel.ath-weoutside-feed-sheet{left:10px!important;right:10px!important;bottom:10px!important;height:44%!important;min-height:320px!important;max-height:600px!important;border-radius:26px!important}
    .ath-weoutside-map-actions{right:14px!important;bottom:calc(38% + 26px)!important}
    .ath-weoutside-map-actions button{width:52px!important;height:52px!important;font-size:24px!important}
    .ath-weoutside-app .ath-map-panel-head.ath-weoutside-feed-head{padding:8px 16px 7px!important}
    .ath-weoutside-feed-filter{padding:0 16px 8px!important}
    .ath-weoutside-app .ath-map-spot-list{padding:0 12px 14px!important}
    .ath-weoutside-app .ath-map-spot-card{grid-template-columns:92px minmax(0,1fr) 16px!important;gap:10px!important;min-height:112px!important;padding:9px!important;border-radius:18px!important}
    .ath-map-feed-thumb{width:92px!important;height:72px!important;border-radius:14px!important}
    .ath-map-feed-title-row h3{font-size:17px!important}
    .ath-map-feed-live i{display:none!important}
    .ath-map-live-bubble{min-width:152px!important;max-width:178px!important;padding:10px 12px!important;transform:translate(12px,-80px)!important}
    .ath-map-live-bubble strong{font-size:13px!important}.ath-map-live-bubble span{font-size:11px!important}
}
@media(max-width:420px){
    .ath-weoutside-feed-head p{display:none!important}
    .ath-weoutside-app .ath-map-spot-card{grid-template-columns:82px minmax(0,1fr) 14px!important}
    .ath-map-feed-thumb{width:82px!important;height:68px!important}
    .ath-weoutside-app .ath-map-badges{display:none!important}
    .ath-map-feed-meta{font-size:11px!important}
}
.ath-weoutside-app .ath-weoutside-viewer-bind{display:none!important}

/* ATH Mood Map v1.9.132 - real location grabber */
.ath-weoutside-location-button{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    min-height:38px!important;
    max-width:100%!important;
    padding:0 13px!important;
    border-radius:999px!important;
    border:1px solid rgba(255,255,255,.13)!important;
    background:rgba(5,9,17,.44)!important;
    color:#fff!important;
    cursor:pointer!important;
    backdrop-filter:blur(16px)!important;
    box-shadow:0 10px 24px rgba(0,0,0,.22)!important;
}
.ath-weoutside-location-button strong{
    display:block!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
}
.ath-weoutside-location-button.active{
    border-color:rgba(0,196,255,.44)!important;
    box-shadow:0 0 0 1px rgba(0,196,255,.14),0 0 24px rgba(0,196,255,.20)!important;
}
.ath-weoutside-location-button.is-loading .ath-weoutside-location-pin,
.ath-weoutside-map-actions button.is-loading{animation:athLocationPulse .9s ease-in-out infinite alternate!important}
@keyframes athLocationPulse{from{opacity:.55;transform:scale(.96)}to{opacity:1;transform:scale(1.05)}}
.ath-weoutside-map-actions button.is-loading{font-size:0!important}
.ath-weoutside-map-actions button.is-loading:before{content:"…"!important;font-size:30px!important;line-height:1!important;color:#fff!important}
@media(max-width:720px){.ath-weoutside-location-button{max-width:100%!important;padding:0 10px!important}.ath-weoutside-location-button strong{font-size:18px!important}}

/* ATH Mood Map v1.9.135 - We Outside Type filter replaces search */
.ath-weoutside-type-filter{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    min-height:62px!important;
    padding:10px 12px 10px 18px!important;
    border-radius:24px!important;
    background:rgba(7,11,20,.82)!important;
    border:1px solid rgba(255,255,255,.14)!important;
    box-shadow:0 18px 42px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.06)!important;
    backdrop-filter:blur(22px)!important;
}
.ath-weoutside-type-filter > span{
    flex:0 0 auto!important;
    color:rgba(255,255,255,.78)!important;
    font-size:13px!important;
    line-height:1!important;
    font-weight:950!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
}
.ath-weoutside-type-options{
    flex:1 1 auto!important;
    display:flex!important;
    justify-content:flex-end!important;
    gap:8px!important;
    min-width:0!important;
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
}
.ath-weoutside-type-options::-webkit-scrollbar{display:none!important}
.ath-weoutside-type-options button{
    flex:0 0 auto!important;
    min-height:38px!important;
    border-radius:999px!important;
    border:1px solid rgba(255,138,0,.28)!important;
    background:rgba(255,138,0,.10)!important;
    color:#fff!important;
    padding:0 13px!important;
    font-size:13px!important;
    font-weight:950!important;
    cursor:pointer!important;
    white-space:nowrap!important;
    box-shadow:none!important;
}
.ath-weoutside-type-options button.active,
.ath-weoutside-type-options button:hover{
    background:linear-gradient(135deg,#ffb21a,#ff6a00)!important;
    border-color:rgba(255,184,82,.76)!important;
    color:#05070d!important;
    box-shadow:0 0 20px rgba(255,138,0,.28)!important;
}
@media(max-width:720px){
    .ath-weoutside-type-filter{min-height:58px!important;padding:9px 10px 9px 14px!important;align-items:flex-start!important;flex-direction:column!important;gap:8px!important;border-radius:22px!important}
    .ath-weoutside-type-filter > span{font-size:11px!important}
    .ath-weoutside-type-options{width:100%!important;justify-content:flex-start!important}
    .ath-weoutside-type-options button{min-height:34px!important;font-size:12px!important;padding:0 11px!important}
}

/* ATH Mood Map v1.9.136 - keep map popup/detail from being covered by the drawer */
.ath-weoutside-app .gm-style-iw-c{
    max-width:min(380px,76vw)!important;
    max-height:calc(100vh - 390px)!important;
    border-radius:24px!important;
    background:rgba(7,11,20,.94)!important;
    color:#fff!important;
    box-shadow:0 18px 50px rgba(0,0,0,.46),0 0 0 1px rgba(255,255,255,.10)!important;
    backdrop-filter:blur(20px)!important;
}
.ath-weoutside-app .gm-style-iw-d{
    max-height:calc(100vh - 420px)!important;
    overflow:auto!important;
}
.ath-weoutside-app .gm-style-iw-tc:after{background:rgba(7,11,20,.94)!important}
.ath-weoutside-app .gm-ui-hover-effect{filter:invert(1)!important;opacity:.78!important}
.ath-weoutside-app .ath-map-info{max-width:340px!important;color:#fff!important;padding:2px!important}
.ath-weoutside-app .ath-map-info h3{color:#fff!important;font-weight:950!important;font-size:20px!important;line-height:1.05!important}
.ath-weoutside-app .ath-map-info p{color:rgba(255,255,255,.76)!important;font-weight:800!important}
.ath-weoutside-app .ath-map-info a{background:rgba(255,138,0,.16)!important;border:1px solid rgba(255,138,0,.34)!important;color:#fff!important;text-decoration:none!important}
.ath-weoutside-app .ath-map-info .ath-map-popup-media{border-radius:18px!important;margin-bottom:10px!important}
@media(max-width:720px){
    .ath-weoutside-app .gm-style-iw-c{max-width:calc(100vw - 44px)!important;max-height:calc(100vh - 390px)!important}
    .ath-weoutside-app .gm-style-iw-d{max-height:calc(100vh - 420px)!important}
}


/* ATH Mood Map v1.9.137 - clean We Outside card tags and default all view */
.ath-weoutside-app .ath-map-badges{display:none!important}
.ath-weoutside-app .ath-map-spot-card{min-height:108px!important}
.ath-weoutside-app .ath-map-feed-main{justify-content:center!important}

/* ATH Mood Map v1.9.139 - grouped We Outside attendees */
.ath-map-feed-attendees{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
    margin-top:8px!important;
    color:rgba(255,255,255,.82)!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:950!important;
}
.ath-attendee-avatar-stack{
    display:flex!important;
    align-items:center!important;
    flex:0 0 auto!important;
}
.ath-attendee-avatar-stack img,
.ath-attendee-avatar-stack b{
    width:26px!important;
    height:26px!important;
    border-radius:999px!important;
    border:2px solid rgba(7,11,20,.96)!important;
    margin-left:-8px!important;
    object-fit:cover!important;
    background:linear-gradient(135deg,rgba(255,138,0,.52),rgba(0,196,255,.38))!important;
    color:#fff!important;
    display:grid!important;
    place-items:center!important;
    font-size:10px!important;
    font-weight:950!important;
    box-shadow:0 8px 18px rgba(0,0,0,.25)!important;
}
.ath-attendee-avatar-stack img:first-child,
.ath-attendee-avatar-stack b:first-child{margin-left:0!important}
.ath-map-feed-attendees span{
    white-space:nowrap!important;
    color:rgba(255,255,255,.82)!important;
}
.ath-attendee-list{
    margin:12px 0!important;
    padding:12px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.07)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.ath-attendee-list h4{
    margin:0 0 10px!important;
    color:#fff!important;
    font-size:15px!important;
    line-height:1.1!important;
    font-weight:950!important;
}
.ath-attendee-list > div{
    display:grid!important;
    gap:8px!important;
    max-height:230px!important;
    overflow:auto!important;
    padding-right:2px!important;
    -webkit-overflow-scrolling:touch!important;
}
.ath-attendee-row{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
    padding:8px 10px!important;
    border-radius:14px!important;
    background:rgba(0,0,0,.20)!important;
    border:1px solid rgba(255,255,255,.08)!important;
    color:#fff!important;
    text-decoration:none!important;
}
.ath-attendee-row:hover{
    border-color:rgba(255,138,0,.42)!important;
    background:rgba(255,138,0,.10)!important;
}
.ath-attendee-row img{
    width:34px!important;
    height:34px!important;
    border-radius:999px!important;
    object-fit:cover!important;
    flex:0 0 auto!important;
}
.ath-attendee-row span{
    color:#fff!important;
    font-size:13px!important;
    line-height:1.1!important;
    font-weight:900!important;
}
@media(max-width:420px){
    .ath-map-feed-attendees{font-size:11px!important;gap:7px!important}
    .ath-attendee-avatar-stack img,
    .ath-attendee-avatar-stack b{width:23px!important;height:23px!important;margin-left:-7px!important;font-size:9px!important}
}
.ath-weoutside-app .ath-map-spot-card{min-height:132px!important}
@media(max-width:720px){.ath-weoutside-app .ath-map-spot-card{min-height:120px!important}}

/* ATH Mood Map v1.9.140 - first load body stylesheet fallback enabled in shortcode. */


/* ATH Mood Map v1.9.141 - pull-down We Outside results drawer */
.ath-weoutside-feed-grabber{
    appearance:none!important;
    border:0!important;
    padding:0!important;
    cursor:grab!important;
    touch-action:none!important;
}
.ath-weoutside-feed-grabber:after{
    content:"Pull down to see map"!important;
    position:absolute!important;
    left:50%!important;
    top:12px!important;
    transform:translateX(-50%) translateY(-100%)!important;
    padding:5px 10px!important;
    border-radius:999px!important;
    background:rgba(0,0,0,.52)!important;
    color:rgba(255,255,255,.72)!important;
    font-size:10px!important;
    font-weight:850!important;
    letter-spacing:.02em!important;
    opacity:0!important;
    pointer-events:none!important;
    white-space:nowrap!important;
    transition:opacity .18s ease!important;
}
.ath-weoutside-feed-grabber:hover:after,
.ath-weoutside-feed-grabber:focus-visible:after{opacity:1!important}
.ath-weoutside-app .ath-mood-map-panel.ath-weoutside-feed-sheet{
    transition:transform .28s cubic-bezier(.2,.8,.2,1), height .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease!important;
    will-change:transform!important;
}
.ath-weoutside-app .ath-mood-map-panel.ath-weoutside-feed-sheet.is-dragging{transition:none!important}
.ath-weoutside-app .ath-mood-map-panel.ath-weoutside-feed-sheet.is-collapsed{
    transform:translateY(calc(100% - 108px))!important;
    box-shadow:0 -10px 30px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.ath-weoutside-app .ath-mood-map-panel.ath-weoutside-feed-sheet.is-collapsed .ath-weoutside-feed-filter,
.ath-weoutside-app .ath-mood-map-panel.ath-weoutside-feed-sheet.is-collapsed .ath-map-spot-list{
    opacity:0!important;
    pointer-events:none!important;
}
.ath-weoutside-app .ath-mood-map-panel.ath-weoutside-feed-sheet.is-collapsed .ath-weoutside-feed-head{
    padding-bottom:16px!important;
}
.ath-weoutside-app .ath-mood-map-panel.ath-weoutside-feed-sheet.is-collapsed .ath-weoutside-feed-grabber:after{
    content:"Pull up for results"!important;
}
.ath-weoutside-drawer-collapsed .ath-weoutside-map-actions{bottom:130px!important}
@media(max-width:720px){
    .ath-weoutside-app .ath-mood-map-panel.ath-weoutside-feed-sheet.is-collapsed{transform:translateY(calc(100% - 104px))!important}
    .ath-weoutside-drawer-collapsed .ath-weoutside-map-actions{bottom:124px!important}
}
.ath-weoutside-feed-grabber{position:relative!important;overflow:visible!important;background:rgba(255,255,255,.16)!important}


/* ATH Mood Map v1.9.142 - stronger pull-down drawer hit area */
.ath-weoutside-feed-grabber{
    width:164px!important;
    height:34px!important;
    margin:0 auto -6px!important;
    background:transparent!important;
    display:grid!important;
    place-items:center!important;
    position:relative!important;
    z-index:4!important;
    cursor:grab!important;
    touch-action:none!important;
}
.ath-weoutside-feed-grabber:before{
    content:""!important;
    width:104px!important;
    height:7px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.22)!important;
    box-shadow:0 1px 0 rgba(255,255,255,.12) inset!important;
}
.ath-weoutside-app .ath-map-panel-head.ath-weoutside-feed-head{
    cursor:grab!important;
    touch-action:none!important;
}
.ath-weoutside-app .ath-mood-map-panel.ath-weoutside-feed-sheet.is-dragging,
.ath-weoutside-app .ath-mood-map-panel.ath-weoutside-feed-sheet.is-dragging .ath-weoutside-feed-head,
.ath-weoutside-app .ath-mood-map-panel.ath-weoutside-feed-sheet.is-dragging .ath-weoutside-feed-grabber{
    cursor:grabbing!important;
}
.ath-weoutside-app .ath-mood-map-panel.ath-weoutside-feed-sheet.is-collapsed{
    transform:translateY(calc(100% - 112px))!important;
}
.ath-weoutside-drawer-collapsed .ath-weoutside-map-actions{bottom:126px!important}
@media(max-width:720px){
    .ath-weoutside-feed-grabber{height:36px!important;margin:0 auto -8px!important}
    .ath-weoutside-app .ath-mood-map-panel.ath-weoutside-feed-sheet.is-collapsed{transform:translateY(calc(100% - 110px))!important}
    .ath-weoutside-drawer-collapsed .ath-weoutside-map-actions{bottom:120px!important}
}


/* ATH Mood Map v1.9.169 - page-only full-height map, dock-connected drawer, clearer mood rings */
.ath-weoutside-app{
    --ath-weoutside-dock-offset:calc(var(--ath-app-dock-height, 72px) + env(safe-area-inset-bottom));
}
.ath-weoutside-app .ath-weoutside-view-all.active{
    color:#fff!important;
    background:rgba(255,138,0,.16)!important;
    border-color:rgba(255,138,0,.42)!important;
    box-shadow:0 0 20px rgba(255,138,0,.18)!important;
}
.ath-weoutside-app .ath-weoutside-map-actions{display:none!important}

/* Larger, cleaner mood labels at useful map zoom levels. */
.ath-weoutside-app .ath-map-weoutside-pin{
    width:88px!important;
    height:88px!important;
    border-width:3px!important;
}
.ath-weoutside-app .ath-map-weoutside-pin strong{
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif!important;
    font-size:13px!important;
    line-height:1!important;
    font-weight:900!important;
    letter-spacing:.09em!important;
    text-shadow:0 2px 10px rgba(0,0,0,.74)!important;
}
.ath-weoutside-app .ath-map-weoutside-pin:before{inset:-14px!important}
.ath-weoutside-app .ath-map-weoutside-pin:after{inset:-29px!important}

@media(max-width:720px){
    .ath-weoutside-app{
        width:100vw!important;
        max-width:100vw!important;
        min-height:100svh!important;
        margin:0!important;
        border:0!important;
        border-radius:0!important;
    }
    .ath-weoutside-app-frame,
    .ath-weoutside-map-stage{
        min-height:100svh!important;
        height:100svh!important;
    }
    .ath-weoutside-app .ath-mood-map-panel.ath-weoutside-feed-sheet{
        left:0!important;
        right:0!important;
        bottom:var(--ath-weoutside-dock-offset)!important;
        width:100%!important;
        height:46svh!important;
        max-height:620px!important;
        border-radius:30px 30px 0 0!important;
        border-left:0!important;
        border-right:0!important;
        border-bottom:0!important;
    }
    .ath-weoutside-app .ath-mood-map-panel.ath-weoutside-feed-sheet.is-collapsed{
        transform:translateY(calc(100% - 112px))!important;
    }
    .ath-weoutside-app .ath-map-weoutside-pin{width:82px!important;height:82px!important}
    .ath-weoutside-app .ath-map-weoutside-pin strong{font-size:12px!important}
}
