@import url("base.css");.taskbar{align-items:center;background:var(--window-bg-gradient);background-color:var(--window-bg-color);bottom:0;display:flex;min-width:100vw;position:fixed;width:100%;z-index:42}.taskbar.hidden{bottom:100%}.taskbar__tray{display:flex;gap:.5rem;margin-right:auto;overflow-x:auto;width:100%}.taskbar__tray-item{align-items:center;background-color:var(--window-bg-gradient);border-radius:6px;border-right:1px solid #252525;box-shadow:inset 0 1px 0 #7a7a7a,inset 1px 0 0 #7a7a7a;display:grid;gap:.2rem;grid-template-columns:auto 1fr auto;padding:.1rem;transition:text-shadow .3s ease-in-out,background .2s ease}.taskbar__tray-item:hover{background-color:gray}.taskbar__tray-item:hover .taskbar__tray-item-icon{filter:brightness(170%);transition:filter .2s ease}.taskbar__tray-item-icon{aspect-ratio:1/1;height:1.5rem;-o-object-fit:cover;object-fit:cover}.taskbar__tray-item-text{cursor:default;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:5rem}.taskbar__tray-item-btn{background:transparent;border:none;cursor:pointer;display:inline-block;font-weight:700;margin:none;width:2rem}.taskbar__clock,.taskbar__tray-item-btn{align-items:center;color:#fff;height:100%;justify-content:center;text-align:center}.taskbar__clock{background-color:hsla(0,0%,100%,.1);border-radius:4px;display:inline-flex;display:inline-block;font-family:Segoe UI,Ubuntu,sans-serif;font-size:.9rem;margin-left:auto;padding:4px 15px;transition:bottom background-color .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}