/* v1.5 lock, map, forecast, mail and battery */
.phone-wrap.is-locked .home-screen,.phone-wrap.is-locked .app-screen,.phone-wrap.is-locked .quick-shade,.phone-wrap.is-locked .app-drawer,.phone-wrap.is-locked .edit-toolbar,.phone-wrap.is-locked .camera-overlay{opacity:0!important;pointer-events:none!important;visibility:hidden!important}
.phone-wrap.is-locked .lock-screen{background:#02080f!important;backdrop-filter:none!important;z-index:175!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
.phone-wrap.is-locked .statusbar{z-index:180!important}
.battery.warn{background:#ffbd3d!important}.battery.low{background:#ef4452!important;color:#fff!important}.battery.charging{background:#40d77c!important;color:#07150d!important;min-width:28px!important}

/* Preserve the square source image in both preview and fullscreen. Never stretch it to phone aspect ratio. */
.phone-map{overflow:hidden!important;background:#07121e!important}
.phone-map-stage{position:absolute!important;left:0;top:0;width:auto;height:auto;will-change:transform;transform-origin:0 0!important}
.phone-map-stage>img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important;image-rendering:auto!important}
.phone-map.is-fullscreen{background:#07121e!important}
.phone-map.is-fullscreen .phone-map-stage>img{object-fit:contain!important}
.phone-map-marker{width:6px!important;height:6px!important;margin:-3px 0 0 -3px!important;border:1px solid #fff!important;box-shadow:0 0 0 1px rgba(37,135,255,.28),0 1px 3px rgba(0,0,0,.75)!important}
.phone-map-marker:hover,.phone-map-marker.selected{width:8px!important;height:8px!important;margin:-4px 0 0 -4px!important}
.phone-map-marker.player{width:8px!important;height:8px!important;margin:-4px 0 0 -4px!important;background:#35d678!important}
.phone-map-marker.player::after{inset:-3px!important;border-width:1px!important}

.weather-hero-v150{display:flex!important;align-items:center!important;gap:18px!important}.weather-hero-v150 .weather-big{flex:0 0 88px!important}.weather-hero-v150 .weather-big img{width:82px!important;height:82px!important}.weather-hero-v150 .weather-time{font-size:2.15rem!important}.forecast-strip{display:grid;grid-template-columns:repeat(7,minmax(90px,1fr));gap:7px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.forecast-strip::-webkit-scrollbar{display:none}.forecast-day{min-width:90px;border:1px solid var(--border);border-radius:13px;background:rgba(12,25,42,.78);padding:10px 7px;display:grid;justify-items:center;gap:6px;text-align:center}.forecast-day>span{color:var(--muted);font-size:.88rem}.forecast-day img{width:42px;height:42px}.forecast-day strong{font-size:.92rem;line-height:1.2}

.mail-current-account{border:0;background:transparent;color:var(--text);display:flex;align-items:center;gap:7px;min-width:0;cursor:pointer;padding:4px 0}.mail-current-account span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mail-current-account b{color:var(--cr-blue-soft)}.mail-switch-list{display:grid;gap:8px;margin-bottom:12px}.mail-switch-row{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer}.mail-switch-row>div{display:grid;gap:3px}.mail-switch-row span{color:var(--muted)}.mail-switch-row.active{border-color:rgba(37,135,255,.65);background:rgba(37,135,255,.12)}.mail-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:12px}.mail-auth-tabs button{height:38px;border:1px solid var(--border);border-radius:10px;background:rgba(255,255,255,.035);color:var(--muted)}.mail-auth-tabs button.active{background:rgba(37,135,255,.18);color:#fff;border-color:rgba(37,135,255,.55)}

.battery-hero{display:flex;align-items:center;gap:18px;padding:18px!important}.battery-ring{width:86px;height:86px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--cr-blue) calc(var(--battery-level,100)*1%),rgba(255,255,255,.08) 0);position:relative}.battery-ring::after{content:"";position:absolute;inset:8px;border-radius:50%;background:#0b1726}.battery-ring strong{position:relative;z-index:1;font-size:1.35rem}.battery-hero h3{margin:0 0 4px}.battery-hero p{margin:0;color:var(--muted)}

/* v1.5 map: native aspect ratio is preserved at every size; drag is the primary fullscreen interaction. */
.phone-map,.phone-map.is-fullscreen{cursor:grab!important}
.phone-map:active,.phone-map.is-fullscreen:active{cursor:grabbing!important}
.phone-map-markers{z-index:9!important}
.phone-map-marker{transform:none!important;transition:width .08s ease,height .08s ease,margin .08s ease!important}
.phone-map-marker.selected{background:#73b6ff!important}
