/* moedaku-ilm.css v1.2.0 */

#moedaku-ilm-wrap {
    position: fixed;
    z-index: 99999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
}

#moedaku-ilm-card {
    width: 215px;
    border-radius: 14px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 20px rgba(0,0,0,0.13);
    overflow: hidden;
}

#moedaku-topbar {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 4px;
}

#moedaku-location {
    flex: 1;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#moedaku-drag-handle {
    background: none;
    border: none;
    cursor: grab;
    font-size: 18px;
    line-height: 1;
    padding: 0 2px;
    opacity: 0.7;
    transition: opacity 0.15s;
}
#moedaku-drag-handle:hover { opacity: 1; }
#moedaku-drag-handle:active { cursor: grabbing; }

#moedaku-hide {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: background 0.15s, opacity 0.15s;
}
#moedaku-hide:hover { opacity: 1; background: rgba(255,255,255,0.18); }

#moedaku-main { padding: 12px 14px 10px; }

#moedaku-row1 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

#moedaku-emoji { font-size: 34px; line-height: 1; }
#moedaku-temp  { font-size: 26px; font-weight: 600; line-height: 1; }
#moedaku-feels { font-size: 11px; margin-top: 3px; }
#moedaku-desc  { font-size: 12px; font-weight: 600; margin-bottom: 9px; text-transform: capitalize; }

.moedaku-stat {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    padding: 4px 0;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.moedaku-stat:last-child { border-bottom: none; }
.moedaku-lbl { }
.moedaku-val { font-weight: 600; }

#moedaku-foot { padding: 6px 14px 10px; font-size: 10px; text-align: right; }

/* Pill */
#moedaku-pill {
    display: none;
    border-radius: 999px;
    padding: 8px 16px;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    border: none;
    box-shadow: 0 3px 14px rgba(0,0,0,0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
#moedaku-pill:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.3); }
#moedaku-pill-icon  { font-size: 16px; line-height: 1; }
#moedaku-pill-temp  { font-size: 15px; font-weight: 600; color: #E1F5EE; }
#moedaku-pill-label { font-size: 10px; }
