/* Plain, recognizable equipment icons. Selection/focus belongs to the control. */
.fleet-icon,.fleet-icons .fleet-icon,html[data-display=dark] .fleet-icon{width:48px;height:48px;padding:0;background:none;border:0;border-radius:0;box-shadow:none;flex-shrink:0;color:var(--blue,#1d5fd3)}
.fleet-icon svg{width:46px;height:46px;stroke-width:1.9}
.fleet-icons label{border:0;border-radius:8px;background:none;gap:8px;padding:12px 4px}
.fleet-icons label:has(:checked){border:0;background:none;box-shadow:inset 0 -3px var(--blue,#1d5fd3)}
html[data-display=dark] .fleet-icons label:has(:checked){background:none}
.fleet-icons label:has(:checked) small{font-weight:750}
.op-stockitem>div:first-child{display:flex;align-items:center;gap:18px}
.inventory-title h3{margin:4px 0}
.icon-creator{margin:14px 0 24px;padding:18px;border:1px solid var(--border,#dce5ef);border-radius:12px}
.icon-creator textarea{width:100%;min-height:76px;margin:10px 0}
.icon-creator .icon-preview svg{width:72px;height:72px}
.voice-panel textarea{width:100%;min-height:180px;line-height:1.6;margin:16px 0}
.voice-tools{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:8px 0 18px}
.voice-tools svg{width:20px;height:20px}
.voice-panel audio{width:100%;margin:12px 0}
.voice-recording{display:flex;align-items:center;gap:9px;font-weight:650;color:#b72536}
.voice-recording:before{content:'';width:10px;height:10px;border-radius:50%;background:currentColor}
.contact-details{padding:24px 0;margin-top:24px;border-top:1px solid var(--border,#dce5ef)}
.contact-details address{font-style:normal;line-height:1.7;margin-top:12px}
.beta-install-link{display:inline-flex;align-items:center;gap:10px;min-height:44px}
.shared-photo-controls{margin:16px 0;padding-top:16px;border-top:1px solid var(--border,#dce5ef)}
.shared-photo-controls input{width:100%;min-height:44px}
@media(display-mode:standalone){body{padding-top:env(safe-area-inset-top)}#mobile-bottom{padding-bottom:max(12px,env(safe-area-inset-bottom))}}
