.win-taskbar-container-79621c16 {
    width: 100%;
    z-index: 99999;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    user-select: none;
}

/* Positions */
.win-taskbar-pos-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
}
.win-taskbar-pos-top {
    position: fixed;
    top: 0;
    left: 0;
}
body.admin-bar .win-taskbar-pos-top {
    top: var(--wp-admin--admin-bar--height, 32px);
}
@media screen and (max-width: 782px) {
    body.admin-bar .win-taskbar-pos-top {
        top: 46px;
    }
}
.win-taskbar-pos-static {
    position: relative;
}

.win-taskbar-inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 2px 6px;
    box-sizing: border-box;
}

/* Themes */
/* Classic Retro */
.win-taskbar-theme-retro-gray .win-taskbar-inner {
    background-color: #c0c0c0;
    border-top: 2px solid #ffffff;
    box-shadow: inset 0 -1px 0 #808080, inset 0 1px 0 #ffffff;
}
.win-taskbar-theme-retro-gray .win-start-btn-79621c16 {
    background-color: #c0c0c0;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #808080;
    border-right: 2px solid #808080;
    box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #808080;
    font-weight: bold;
    color: #000;
}
.win-taskbar-theme-retro-gray .win-start-btn-79621c16:active,
.win-taskbar-theme-retro-gray .win-start-btn-79621c16.is-active {
    border-top: 2px solid #808080;
    border-left: 2px solid #808080;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    box-shadow: inset 1px 1px 0 #000;
}

/* Active Apps Container */
.win-active-apps-container-79621c16 {
    display: flex;
    gap: 4px;
    flex-grow: 1;
    overflow-x: auto;
    margin: 0 10px;
    scrollbar-width: none;
}
.win-active-apps-container-79621c16::-webkit-scrollbar {
    display: none;
}

/* App Button Classic */
.win-taskbar-theme-retro-gray .win-app-btn-79621c16 {
    background-color: #c0c0c0;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #808080;
    border-right: 2px solid #808080;
    color: #000;
}
.win-taskbar-theme-retro-gray .win-app-btn-79621c16.is-active {
    background-color: #e0e0e0;
    border-top: 2px solid #808080;
    border-left: 2px solid #808080;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

/* Luna Blue XP Style */
.win-taskbar-theme-retro-blue .win-taskbar-inner {
    background: linear-gradient(to bottom, #245edb 0%, #3f8cf3 9%, #245edb 18%, #245edb 92%, #1941a5 100%);
    border-top: 1px solid #1941a5;
}
.win-taskbar-theme-retro-blue .win-start-btn-79621c16 {
    background: linear-gradient(to bottom, #388a07 0%, #61bc16 10%, #388a07 90%, #205003 100%);
    border: none;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    color: #fff;
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 1px 1px #000;
}
.win-taskbar-theme-retro-blue .win-app-btn-79621c16 {
    background: linear-gradient(to bottom, #3c82e3 0%, #62a3f9 10%, #3c82e3 90%, #1d52a2 100%);
    color: #fff;
    border: none;
    border-radius: 3px;
}
.win-taskbar-theme-retro-blue .win-app-btn-79621c16.is-active {
    background: linear-gradient(to bottom, #1e4ea2 0%, #296fd3 10%, #1e4ea2 90%, #0c2b66 100%);
}

/* Modern Dark & Light */
.win-taskbar-theme-modern-dark .win-taskbar-inner {
    background-color: rgba(26, 26, 26, 0.85);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.win-taskbar-theme-modern-dark .win-start-btn-79621c16,
.win-taskbar-theme-modern-dark .win-app-btn-79621c16 {
    background: transparent;
    color: #fff;
    border: none;
    border-radius: 4px;
}
.win-taskbar-theme-modern-dark .win-start-btn-79621c16:hover,
.win-taskbar-theme-modern-dark .win-app-btn-79621c16:hover {
    background: rgba(255, 255, 255, 0.1);
}
.win-taskbar-theme-modern-dark .win-app-btn-79621c16.is-active {
    background: rgba(255, 255, 255, 0.15);
    border-bottom: 2px solid #0078d7;
}

.win-taskbar-theme-modern-light .win-taskbar-inner {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.win-taskbar-theme-modern-light .win-start-btn-79621c16,
.win-taskbar-theme-modern-light .win-app-btn-79621c16 {
    background: transparent;
    color: #000;
    border: none;
    border-radius: 4px;
}
.win-taskbar-theme-modern-light .win-start-btn-79621c16:hover,
.win-taskbar-theme-modern-light .win-app-btn-79621c16:hover {
    background: rgba(0, 0, 0, 0.05);
}
.win-taskbar-theme-modern-light .win-app-btn-79621c16.is-active {
    background: rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #0078d7;
}

/* General Buttons */
.win-start-btn-79621c16, .win-app-btn-79621c16 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 80%;
    padding: 2px 10px;
    cursor: pointer;
    font-size: 13px;
    outline: none;
    white-space: nowrap;
    transition: all 0.1s ease;
}

.win-app-btn-79621c16 {
    max-width: 150px;
}

.win-app-icon i, .win-start-icon i {
    font-size: 14px;
}
.win-app-icon svg, .win-start-icon svg {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.win-taskbar-divider {
    width: 1px;
    height: 60%;
    background-color: rgba(0,0,0,0.15);
    margin: 0 4px;
}

/* System Tray */
.win-tray-79621c16 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 2px 8px;
    height: 80%;
    border-radius: 2px;
}
.win-taskbar-theme-retro-gray .win-tray-79621c16 {
    border-top: 2px solid #808080;
    border-left: 2px solid #808080;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    background-color: #c0c0c0;
}
.win-taskbar-theme-retro-blue .win-tray-79621c16 {
    background-color: #0f40a7;
    border: 1px solid #123382;
    color: #fff;
}
.win-taskbar-theme-modern-dark .win-tray-79621c16 {
    background: rgba(255,255,255,0.05);
    color: #fff;
}
.win-taskbar-theme-modern-light .win-tray-79621c16 {
    background: rgba(0,0,0,0.03);
    color: #000;
}

.win-tray-icons {
    display: flex;
    gap: 6px;
    font-size: 13px;
    opacity: 0.8;
}

.win-tray-clock-79621c16 {
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}
