.desktop-overlay { position:absolute; z-index:900; opacity:0; pointer-events:none; transform:translateY(14px) scale(.98); transition:opacity var(--motion-duration),transform var(--motion-duration); border:1px solid rgba(255,255,255,.13); background:rgba(17,23,36,.86); backdrop-filter:blur(34px) saturate(1.25); box-shadow:0 30px 100px rgba(0,0,0,.55); }
.desktop-overlay.is-open { opacity:1; pointer-events:auto; transform:none; }
.launcher-overlay { left:50%; bottom:110px; width:var(--launcher-width); height:var(--launcher-height); transform:translate(-50%,14px) scale(.98); border-radius:26px; padding:24px; display:flex; flex-direction:column; }
.launcher-overlay.is-open { transform:translate(-50%,0); }
.launcher-search { height:48px;display:flex;align-items:center;gap:10px;padding:0 15px;border-radius:14px;background:rgba(0,0,0,.23);border:1px solid rgba(255,255,255,.08);color:#7f8da3;flex:0 0 auto}.launcher-search input{flex:1;border:0;outline:0;background:transparent;color:#edf3ff;font-size:13px}.launcher-search input::placeholder{color:#6f7d92}
.launcher-header { display:flex;align-items:center;justify-content:space-between;margin:20px 3px 11px}.launcher-header strong,.launcher-section-label{font-size:11px}.launcher-header button{border:0;background:transparent;color:#8fa5cc;font-size:10px}.launcher-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.launcher-app{border:0;background:transparent;color:#cdd7e6;border-radius:13px;padding:11px 6px;display:grid;justify-items:center;gap:7px;font-size:10px}.launcher-app:hover{background:rgba(255,255,255,.07)}.launcher-app .app-icon{width:40px;height:40px}
.launcher-section-label{margin:18px 3px 8px}.launcher-recents{display:grid;gap:5px}.launcher-recents button{height:54px;border:0;background:transparent;color:#cdd7e4;border-radius:11px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;text-align:left;padding:0 10px}.launcher-recents button:hover{background:rgba(255,255,255,.055)}.launcher-recents div{display:grid;gap:2px}.launcher-recents strong{font-size:10px}.launcher-recents small{font-size:9px;color:#74839a}.recent-mark{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:linear-gradient(145deg,var(--accent),#6878e2);font-weight:800}.recent-mark.document{background:#516583;font-size:8px}
.launcher-empty{margin:14px;color:#8492a8;font-size:11px;grid-column:1/-1;text-align:center}.launcher-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.07);padding-top:13px;display:flex;align-items:center;justify-content:space-between}.profile-chip{border:0;background:transparent;color:#dce5f2;display:flex;align-items:center;gap:9px;text-align:left}.profile-chip>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#8fa8dd,#6877aa);font-weight:750}.profile-chip div{display:grid}.profile-chip strong{font-size:10px}.profile-chip small{font-size:8px;color:#74849a}.launcher-footer>div{display:flex;gap:4px}.launcher-footer>div button{width:34px;height:34px;border:0;border-radius:10px;background:rgba(255,255,255,.05);color:#b8c4d7}
.quick-overlay { right:24px; bottom:110px; width:420px; border-radius:24px; padding:20px; }.quick-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.quick-header>div{display:grid;gap:2px}.quick-header strong{font-size:13px}.quick-header span{font-size:9px;color:#728198}.quick-header button{width:34px;height:34px;border:0;border-radius:10px;background:rgba(255,255,255,.06);color:#bcc7da}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.quick-tile{border:1px solid rgba(255,255,255,.07);border-radius:13px;background:rgba(255,255,255,.035);color:#bac6d8;min-height:64px;padding:10px;display:flex;align-items:center;gap:10px;text-align:left}.quick-tile>span{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.06)}.quick-tile div{display:grid;gap:2px}.quick-tile strong{font-size:10px}.quick-tile small{font-size:8px;color:#748399}.quick-tile.is-on{background:color-mix(in srgb,var(--accent) 16%,rgba(255,255,255,.03));border-color:color-mix(in srgb,var(--accent) 28%,rgba(255,255,255,.06))}.quick-tile.is-on>span{background:color-mix(in srgb,var(--accent) 35%,rgba(255,255,255,.04));color:white}.quick-slider{height:44px;display:grid;grid-template-columns:24px 1fr 35px;align-items:center;gap:9px;margin-top:10px;padding:0 9px;border-radius:12px;background:rgba(255,255,255,.03)}.quick-slider input{width:100%;accent-color:var(--accent)}.quick-slider output{font-size:8px;color:#7c8ba1;text-align:right}.media-card{margin-top:12px;border-top:1px solid rgba(255,255,255,.07);padding-top:13px;display:grid;grid-template-columns:48px 1fr 36px;align-items:center;gap:10px}.album-art{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,#67578f,#3b657d);font-size:20px}.media-card>div:nth-child(2){display:grid;gap:2px}.media-card small,.media-card span{font-size:8px;color:#74849a}.media-card strong{font-size:10px}.media-card button{width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.1);color:white}

.virtual-monitor[data-panel-position="top"] .launcher-overlay{top:110px;bottom:auto}.virtual-monitor[data-panel-position="top"] .quick-overlay{top:110px;bottom:auto}.virtual-monitor[data-panel-position="left"] .launcher-overlay{left:130px;bottom:40px;transform:translateY(14px) scale(.98)}.virtual-monitor[data-panel-position="left"] .launcher-overlay.is-open{transform:none}.virtual-monitor[data-panel-position="right"] .launcher-overlay{left:auto;right:130px;bottom:40px;transform:translateY(14px) scale(.98)}.virtual-monitor[data-panel-position="right"] .launcher-overlay.is-open{transform:none}
