/* ============================================================
   SHELL.CSS — Topbar, desktop, dock container
============================================================ */

#topbar {
    height: 24px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    backdrop-filter: blur(10px);
}

#desktop {
    flex: 1;
    position: relative;
}

#dock {
    height: 80px;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: flex-end;
    gap: 22px;
    padding: 0 20px 10px 20px;
    justify-content: center;
    border-top: 1px solid rgba(255,255,255,0.1);
}
