#taskbar{position:fixed;bottom:0;left:0;width:100%;height:30px;background:linear-gradient(180deg,#1f3f7a 0%,#2456a8 10%,#2050a0 50%,#1a3d80 100%);border-top:1px solid #6699cc;display:flex;align-items:center;z-index:800;padding:0 2px}
#start-btn{display:flex;align-items:center;gap:4px;padding:2px 10px;height:24px;background:linear-gradient(180deg,#3c8e3c 0%,#2d6e2d 50%,#1d5c1d 100%);border:1px outset #5cb85c;border-radius:0 8px 8px 0;color:#fff;font-family:Tahoma,sans-serif;font-size:12px;font-weight:bold;font-style:italic;cursor:pointer;flex-shrink:0}
#start-btn:hover{background:linear-gradient(180deg,#4ca64c 0%,#3d8e3d 50%,#2d7e2d 100%)}
#start-btn:active{border-style:inset}
#start-icon{font-size:12px;display:none}
#start-label{letter-spacing:0px}
#taskbar-apps{flex:1;display:flex;align-items:center;gap:1px;padding:0 4px;overflow:hidden}
.taskbar-app-btn{padding:2px 8px;height:22px;background:linear-gradient(180deg,#3568b2 0%,#2850a0 100%);border:1px outset #5588cc;color:#fff;font-family:Tahoma,sans-serif;font-size:11px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}
.taskbar-app-btn.active{background:linear-gradient(180deg,#1a3a70 0%,#1a3060 100%);border-style:inset}
.taskbar-app-btn:hover{background:linear-gradient(180deg,#4078c2 0%,#3060b0 100%)}
#taskbar-tray{display:flex;align-items:center;gap:6px;padding:0 8px;flex-shrink:0;background:linear-gradient(180deg,#1a3a70 0%,#15305a 100%);height:100%;border-left:1px solid #0a2040}
#tray-clock{font-family:Tahoma,sans-serif;font-size:11px;color:#fff}
#start-menu{position:fixed;bottom:30px;left:0;width:280px;background:#fff;border:2px outset #d4d0c8;z-index:850;display:flex;flex-direction:column;box-shadow:4px 4px 8px rgba(0,0,0,0.3)}
#start-menu-header{padding:10px 12px;background:linear-gradient(180deg,#2456a8 0%,#1a3d80 100%);border-bottom:1px solid #ccc}
#start-menu-user{font-family:Tahoma,sans-serif;font-size:13px;color:#fff;font-weight:bold}
#start-menu-apps{display:flex;flex-direction:column;padding:2px 0;max-height:400px;overflow-y:auto;background:#fff}
.start-menu-item{display:flex;align-items:center;gap:8px;padding:4px 12px;cursor:pointer;border:none;background:none;width:100%;text-align:left}
.start-menu-item:hover{background:#2456a8;color:#fff}
.start-menu-item:hover .start-menu-item-label{color:#fff}
.start-menu-item-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#333}
.start-menu-item-icon svg{width:16px;height:16px}
.start-menu-item-label{font-family:Tahoma,sans-serif;font-size:12px;color:#000}
#start-menu-footer{padding:6px 12px;border-top:2px solid #d4d0c8;display:flex;justify-content:flex-end;background:#d4d0c8}
#start-shutdown{padding:3px 12px;background:#ece9d8;border:2px outset #fff;color:#000;font-family:Tahoma,sans-serif;font-size:11px;cursor:pointer}
#start-shutdown:hover{background:#d4d0c8}
#start-shutdown:active{border-style:inset}
#start-menu-apps::-webkit-scrollbar{width:14px}
#start-menu-apps::-webkit-scrollbar-track{background:#f0f0f0}
#start-menu-apps::-webkit-scrollbar-thumb{background:#c0c0c0;border:1px solid #808080}
