:root{--xp-font:Tahoma, "Segoe UI", sans-serif;--xp-taskbar-height:30px;--xp-selection:#316ac5;--xp-border-dark:#00138c;--xp-border-mid:#245edc;--xp-border-light:#84b2ff;--xp-panel:#ece9d8;--xp-text:#000;--xp-cursor-default:url(/xp-assets/cursors/Normal_Select.cur), default;--xp-cursor-pointer:url(/xp-assets/cursors/Link_Select.cur), pointer;--xp-cursor-move:url(/xp-assets/cursors/Move.cur), move;--xp-cursor-ew:url(/xp-assets/cursors/Horizontal_Resize.cur), ew-resize;--xp-cursor-ns:url(/xp-assets/cursors/Vertical_Resize.cur), ns-resize;--xp-cursor-nwse:url(/xp-assets/cursors/Diagonal_Resize_1.cur), nwse-resize;--xp-cursor-nesw:url(/xp-assets/cursors/Diagonal_Resize_2.cur), nesw-resize}*{box-sizing:border-box}html,body,#root{width:100%;height:100%}body{color:var(--xp-text);font-family:var(--xp-font);cursor:var(--xp-cursor-default);-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale;background:#000;margin:0;font-size:11px;overflow:hidden}button,input,textarea,select{font:inherit}button,a,[role=button]{cursor:var(--xp-cursor-pointer)}textarea,input[type=text],input[type=email],input[type=search]{cursor:text}img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}::selection{color:#fff;background:var(--xp-selection)}button{appearance:none}input,textarea,select{background:#fff;border:1px solid #7f9db9;padding:2px 4px;box-shadow:inset 1px 1px 1px #00000014}input:focus,textarea:focus,select:focus{outline-offset:-2px;outline:1px dotted #000}.xp-button{color:#000;background:linear-gradient(#fefefe 0%,#ece9d8 48%,#ddd8c5 100%);border:1px solid #003c74;min-width:76px;padding:3px 14px;box-shadow:inset 1px 1px #fff,inset -1px -1px #00000014}.xp-button.primary{background:linear-gradient(#fff 0%,#f6faff 40%,#d5e8ff 100%);border-color:#245edc}.xp-button:active{padding-top:4px;padding-bottom:2px;box-shadow:inset 1px 1px 2px #00000024}::-webkit-scrollbar{background:#d6e5fb;width:17px;height:17px}::-webkit-scrollbar-track{background:linear-gradient(#d6e5fb 0%,#c6dafb 100%);border-left:1px solid #9eb6ce}::-webkit-scrollbar-thumb{background:linear-gradient(#ffffffa6 0%,#fff0 40%),linear-gradient(#bad3f7 0%,#89b2e8 48%,#6d9ed8 100%);border:1px solid #5f7ea4}::-webkit-scrollbar-corner{background:#d6e5fb}::-webkit-scrollbar-button{background-color:#0000;background-image:linear-gradient(#ffffffb3 0%,#fff0 38%),linear-gradient(#eff6ff 0%,#bdd6f6 100%);background-position:50%;background-repeat:no-repeat;background-size:auto,auto;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border:1px solid #5f7ea4}::-webkit-scrollbar-button:single-button:vertical:decrement{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3E%3Cpath d='M4 0 8 5H0z' fill='%23003366'/%3E%3C/svg%3E"),linear-gradient(#ffffffb3 0%,#fff0 38%),linear-gradient(#eff6ff 0%,#bdd6f6 100%)}::-webkit-scrollbar-button:single-button:vertical:increment{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3E%3Cpath d='M0 0h8L4 5z' fill='%23003366'/%3E%3C/svg%3E"),linear-gradient(#ffffffb3 0%,#fff0 38%),linear-gradient(#eff6ff 0%,#bdd6f6 100%)}::-webkit-scrollbar-button:single-button:horizontal:decrement{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8'%3E%3Cpath d='M5 0v8L0 4z' fill='%23003366'/%3E%3C/svg%3E"),linear-gradient(#ffffffb3 0%,#fff0 38%),linear-gradient(#eff6ff 0%,#bdd6f6 100%)}::-webkit-scrollbar-button:single-button:horizontal:increment{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8'%3E%3Cpath d='M0 0v8l5-4z' fill='%23003366'/%3E%3C/svg%3E"),linear-gradient(#ffffffb3 0%,#fff0 38%),linear-gradient(#eff6ff 0%,#bdd6f6 100%)}.boot-screen{z-index:10000;background:#000;flex-direction:column;justify-content:center;align-items:center;transition:opacity .5s ease-out;display:flex;position:fixed;inset:0}.boot-screen.fade-out{opacity:0;pointer-events:none}.boot-logo{flex-direction:column;align-items:center;gap:16px;margin-bottom:80px;display:flex}.boot-logo-img{object-fit:contain;width:140px;height:auto}.loading-track{background:#0d0d0d;border:1px solid #505050;border-radius:6px;align-items:center;width:180px;height:12px;margin-top:16px;display:flex;overflow:hidden}.loading-blocks{gap:4px;animation:1.5s ease-in-out infinite boot-loading;display:flex}.loading-blocks .block{background:#35f;border-radius:1px;width:8px;height:6px}@keyframes boot-loading{0%{transform:translate(-40px)}to{transform:translate(196px)}}.boot-footer{color:#fff;justify-content:space-between;padding:0 20px;font-family:Tahoma,Arial,sans-serif;font-size:11px;display:flex;position:absolute;bottom:16px;left:0;right:0}.copyright{opacity:.9}.microsoft-brand{font-style:italic;font-weight:700}.login-screen{z-index:10000;flex-direction:column;transition:opacity .6s ease-out;display:flex;position:fixed;inset:0}.login-screen.logging-in{opacity:0;pointer-events:none}.logging-in-overlay{z-index:1;pointer-events:none;background:#003399e6;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.logging-in-overlay p{color:#fff;margin:0;font-family:Tahoma,Arial,sans-serif;font-size:18px}.login-header{background:#039;flex-shrink:0;height:28px}.login-main{background:radial-gradient(at 20% 30%,#7eb8f7 0%,#5a9ee8 25%,#3d7ed4 50%,#2a5eb8 100%);flex:1;gap:54px;padding:38px 74px;display:flex}.login-left{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;display:flex}.login-logo{flex-direction:column;align-items:center;gap:18px;display:flex}.login-logo-lockup{align-items:flex-start;gap:6px;display:flex}.login-logo-flag{object-fit:contain;width:58px;height:58px;margin-top:2px}.login-logo-type{flex-direction:column;align-items:flex-start;margin-top:9px;display:flex}.login-microsoft-text{color:#dfe9ff;margin-left:2px;font-family:Tahoma,Arial,sans-serif;font-size:9px;line-height:1}.login-windows-row{align-items:baseline;gap:2px;margin-top:-1px;display:flex}.login-windows-text{color:#fff;letter-spacing:-1px;text-shadow:0 1px #0000002e;font-family:Trebuchet MS,Tahoma,Arial,sans-serif;font-size:38px;line-height:.92}.login-xp-text{color:#f28c28;text-transform:lowercase;align-self:flex-end;margin-bottom:4px;font-family:Tahoma,Arial,sans-serif;font-size:22px;font-weight:700;line-height:1}.login-instruction{color:#fff;margin:0;font-family:Tahoma,Arial,sans-serif;font-size:14px}.login-divider{background:#fff6;width:1px}.login-right{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.login-user{cursor:pointer;background:linear-gradient(#466ec4b3 0%,#3053a8b3 100%);border:1px solid #ffffff47;border-radius:2px;align-items:center;gap:10px;min-width:292px;padding:10px 12px;transition:transform .12s,background .12s;display:flex;box-shadow:inset 0 1px #ffffff38,0 0 0 1px #00000014}.login-user:hover:not(:disabled){background:linear-gradient(#527fdcd6 0%,#3a60bcd6 100%);transform:translateY(-1px)}.login-user:disabled{cursor:default}.login-user-frame{background:linear-gradient(#6aa1f4 0%,#2b66cc 100%);border:1px solid #fff;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;padding:3px;display:inline-flex;box-shadow:inset 0 1px #ffffff61}.user-avatar-img{object-fit:cover;width:48px;height:48px}.login-user-copy{flex-direction:column;flex:1;align-items:flex-start;min-width:0;display:flex}.user-name{color:#fff;text-align:left;text-shadow:0 1px #00000047;font-family:Tahoma,Arial,sans-serif;font-size:20px;font-weight:700;line-height:1.1}.login-user-hint{color:#f2f7ff;text-align:left;margin-top:2px;font-family:Tahoma,Arial,sans-serif;font-size:11px}.login-user-go{color:#fff;background:linear-gradient(#49d44c 0%,#239f24 100%);border:1px solid #fff;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:21px;height:21px;font-size:13px;line-height:1;display:inline-flex;box-shadow:inset 0 1px #ffffff73,inset -1px -1px #0000001f}.login-footer{background:#039;border-top:2px solid #e3a034;flex-shrink:0;justify-content:space-between;align-items:center;height:48px;padding:0 24px;display:flex}.turn-off-btn{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:4px 12px;font-family:Tahoma,Arial,sans-serif;font-size:13px;display:flex}.turn-off-btn:hover{background:#ffffff1a}.power-icon{background:#e74c3c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='4' fill='none' stroke='white' stroke-width='2'/%3E%3Cpath d='M8 4v4' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") 50%/12px no-repeat;border-radius:2px;width:22px;height:22px}.footer-help{color:#fff;max-width:400px;margin:0;font-family:Tahoma,Arial,sans-serif;font-size:11px}@media (width<=860px){.login-main{gap:24px;padding:24px 28px}.login-windows-text{font-size:31px}.login-xp-text{font-size:18px}.login-user{min-width:240px}.user-name{font-size:17px}}.desktop{inset:0 0 var(--xp-taskbar-height) 0;background-color:#4a86d9;background-position:50%;background-repeat:no-repeat;background-size:cover;position:fixed;overflow:hidden}.desktop-sheen{pointer-events:none;background:radial-gradient(circle at 12% 16%,#ffffff38 0%,#fff0 28%),linear-gradient(#ffffff1a 0%,#fff0 18%);position:absolute;inset:0}.desktop.refreshing{filter:saturate(1.04)brightness(1.02)}.desktop-icons{flex-flow:column wrap;align-content:flex-start;gap:12px 8px;width:calc(100% - 20px);height:calc(100% - 18px);display:flex;position:absolute;inset:10px auto 0 10px}.desktop-icon{color:#fff;text-align:center;background:0 0;border:1px solid #0000;flex-direction:column;align-items:center;gap:4px;width:84px;min-height:84px;padding:4px 2px;display:flex}.desktop-icon:hover{background:#316ac529;border-color:#ffffff40}.desktop-icon-image{object-fit:contain;filter:drop-shadow(1px 2px 1px #0006);width:32px;height:32px}.desktop-icon-label{text-shadow:0 1px #000,1px 0 #00000080,-1px 0 #00000080;max-width:76px;padding:1px 4px;line-height:1.2;display:inline-block}.desktop-icon.selected .desktop-icon-label{outline-offset:-1px;background:#316ac5ad;outline:1px dotted #cde5ff}.desktop-context-menu,.desktop-submenu{z-index:12000;background:#f0f4fa;border:1px solid #6d87b4;width:190px;padding:2px;position:fixed;box-shadow:inset 1px 1px #fff,2px 2px 6px #00000038}.desktop-context-item{color:#000;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;min-height:21px;padding:2px 22px 2px 26px;display:flex}.desktop-context-item:hover,.desktop-context-item.has-submenu:hover{color:#fff;background:linear-gradient(#316ac5 0%,#1b53b2 100%)}.desktop-context-item.has-submenu{padding-right:10px;position:relative}.desktop-context-separator{background:#b7bfd0;height:1px;margin:3px 2px}.desktop-submenu{top:-3px;left:calc(100% - 2px)}.submenu-arrow{font-size:10px}.window-rnd{position:absolute!important}.window-rnd .react-resizable-handle{position:absolute}.window-rnd .react-resizable-handle-e,.window-rnd .react-resizable-handle-w{cursor:var(--xp-cursor-ew)}.window-rnd .react-resizable-handle-n,.window-rnd .react-resizable-handle-s{cursor:var(--xp-cursor-ns)}.window-rnd .react-resizable-handle-se,.window-rnd .react-resizable-handle-nw{cursor:var(--xp-cursor-nwse)}.window-rnd .react-resizable-handle-ne,.window-rnd .react-resizable-handle-sw{cursor:var(--xp-cursor-nesw)}.window-shell{background:#ece9d8;border:1px solid #0a246a;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden;box-shadow:inset 1px 1px #83b3f9,inset -1px -1px #001a59,0 0 0 1px #6e9be7,3px 4px 10px #00000052}.window-shell.active .window-title-bar{background:linear-gradient(#ffffff57 0%,#fff0 38%),linear-gradient(90deg,#0a246a 0%,#3a6dcf 50%,#a6caf0 100%)}.window-shell.inactive .window-title-bar{background:linear-gradient(#ffffff38 0%,#fff0 38%),linear-gradient(90deg,#7a96df 0%,#91a7e0 56%,#a0b8e8 100%)}.window-title-bar{color:#fff;min-height:30px;cursor:var(--xp-cursor-move);-webkit-user-select:none;user-select:none;border-bottom:1px solid #245edc;align-items:center;gap:6px;padding:4px 6px 3px;display:flex}.window-title-ornament{background:linear-gradient(#fff6 0%,#0000 100%);border-radius:2px;width:3px;height:18px;margin-right:1px}.window-title-icon{object-fit:contain;width:16px;height:16px}.window-title-text{text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px #0000006b;flex:1;font-weight:700;overflow:hidden}.window-caption-buttons{gap:2px;display:flex}.window-caption-button{color:#fff;border:1px solid #0003;place-items:center;width:22px;height:22px;padding:0;font-size:13px;font-weight:700;line-height:1;display:grid;box-shadow:inset 1px 1px #ffffffbf,inset -1px -1px #00000029}.window-caption-button.minimize{background:radial-gradient(circle at 30% 24%,#ffffff8c 0%,#fff0 36%),linear-gradient(#f6d36f 0%,#d18c1c 100%)}.window-caption-button.maximize{background:radial-gradient(circle at 30% 24%,#ffffff8c 0%,#fff0 36%),linear-gradient(#85db74 0%,#3a972f 100%)}.window-caption-button.close{background:radial-gradient(circle at 30% 24%,#ffffff8c 0%,#fff0 36%),linear-gradient(#ff7b6f 0%,#c72d22 100%)}.window-caption-button:hover{filter:brightness(1.08)}.window-menu-bar{background:#ece9d8;border-top:1px solid #ffffffb3;border-bottom:1px solid #bdb7a4;align-items:center;gap:12px;min-height:23px;padding:0 8px;display:flex}.window-menu-item{color:#000;background:0 0;border:none;padding:0}.window-menu-item:hover{text-decoration:underline}.window-toolbar{background:linear-gradient(#f9f8f0 0%,#ded8c8 100%);border-top:1px solid #fff;border-bottom:1px solid #bdb7a4;align-items:center;gap:4px;min-height:33px;padding:4px 6px;display:flex}.window-tool-button{background:0 0;border:1px solid #0000;align-items:center;gap:4px;height:24px;padding:0 8px 0 5px;display:flex}.window-tool-button:hover{background:linear-gradient(#fff 0%,#e2ebfb 100%);border-color:#8ba9db}.window-tool-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;width:16px;height:16px}.window-tool-icon.back,.window-tool-icon.forward,.window-tool-icon.up{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23ffcc33' stroke='%23896b00' d='M7 3 2 8l5 5v-3h7V6H7z'/%3E%3C/svg%3E")}.window-tool-icon.forward{transform:scaleX(-1)}.window-tool-icon.up{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23ffcc33' stroke='%23896b00' d='M8 2 3 7h3v7h4V7h3z'/%3E%3C/svg%3E")}.window-tool-icon.search{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Ccircle cx='7' cy='7' r='4' fill='%23c9e0ff' stroke='%23336699'/%3E%3Cpath d='m10.5 10.5 3 3' stroke='%23336699' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.window-tool-icon.folders{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23ffd857' stroke='%23a57b00' d='M2 5h12v8H2z'/%3E%3Cpath fill='%23ffef99' d='M2 4h5l1 1h6v2H2z'/%3E%3C/svg%3E")}.window-tool-icon.views{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%2386b8ff' stroke='%23336699' d='M2 3h5v4H2zM9 3h5v4H9zM2 9h5v4H2zM9 9h5v4H9z'/%3E%3C/svg%3E")}.window-tool-icon.stop{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Crect x='3' y='3' width='10' height='10' fill='%23d33c2c' stroke='%23862218'/%3E%3C/svg%3E")}.window-tool-icon.refresh{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='none' stroke='%23336699' stroke-width='2' d='M4 5a4 4 0 1 1-1 4'/%3E%3Cpath fill='%23336699' d='M4 2v4H8z'/%3E%3C/svg%3E")}.window-tool-icon.home{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23ffd857' stroke='%23896b00' d='M3 8 8 3l5 5v5H9V9H7v4H3z'/%3E%3C/svg%3E")}.window-address-row{background:#f2f1ea;border-top:1px solid #fff;border-bottom:1px solid #bdb7a4;grid-template-columns:auto 1fr;align-items:center;gap:6px;min-height:31px;padding:4px 6px;display:grid}.window-address-label{padding-left:2px}.window-address-field{background:#fff;border:1px solid #7f9db9;align-items:center;gap:6px;min-height:22px;padding:0 6px;display:flex;box-shadow:inset 1px 1px #0000000f}.window-address-icon{object-fit:contain;width:16px;height:16px}.window-address-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.window-content{background:#fff;border:1px solid #bdb7a4;border-top:none;flex:1;min-height:0}.dialog-content{border-top:1px solid #fff}.window-status-bar{background:#ece9d8;border-top:1px solid #bdb7a4;gap:1px;min-height:20px;padding:1px;display:flex}.window-status-panel{background:#f8f7f2;border:1px solid #bdb7a4;flex:1;align-items:center;min-width:0;padding:0 6px;display:flex}.window-status-panel.right{flex:none}.window-rnd.maximized .window-shell{box-shadow:inset 1px 1px #83b3f9,inset -1px -1px #001a59}.window-ghost{pointer-events:none;z-index:20000;background:#6b9dec3d;border:1px solid #ffffffc7;transition:left .22s ease-in,top .22s ease-in,width .22s ease-in,height .22s ease-in,opacity .22s ease-in;position:fixed;box-shadow:inset 0 0 0 1px #104ab89e}.window-ghost.active{opacity:.35}.start-menu-overlay{z-index:10990;position:fixed;inset:0}.taskbar{height:var(--xp-taskbar-height);z-index:11000;background:linear-gradient(#ffffff3d 0%,#fff0 24%),linear-gradient(#245edc 0%,#1941a5 38%,#1a3da1 46%,#1941a5 55%,#245edc 100%);border-top:1px solid #5a8ae3;align-items:stretch;display:flex;position:fixed;inset:auto 0 0;box-shadow:inset 0 1px #ffffff59}.start-button{color:#fff;background:radial-gradient(circle at 20% 20%,#ffffff8f 0%,#fff0 38%),linear-gradient(#4ed443 0%,#2ca026 48%,#1b7f18 100%);border:none;border-radius:0 10px 10px 0;align-items:center;gap:5px;min-width:100px;padding:0 12px 0 10px;display:flex;box-shadow:inset 0 1px #ffffffb8,inset -1px -1px #0000002e,1px 0 #ffffff40}.start-button.open,.start-button:hover{background:radial-gradient(circle at 20% 20%,#fff9 0%,#fff0 38%),linear-gradient(#5ce44e 0%,#32ad29 48%,#208a1c 100%)}.start-button-logo{object-fit:contain;width:22px;height:22px}.start-button-text{text-shadow:1px 1px #00000073;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:19px;font-style:italic}.taskbar-divider{border-left:1px solid #ffffff3d;border-right:1px solid #00000024;width:2px;margin:3px 2px}.quick-launch{align-items:center;gap:2px;padding:0 2px;display:flex}.quick-launch-button{background:0 0;border:1px solid #0000;place-items:center;width:24px;height:24px;margin-top:2px;display:grid}.quick-launch-button:hover{background:#ffffff1f;border-color:#ffffff61}.quick-launch-icon{object-fit:contain;width:18px;height:18px}.show-desktop-glyph{background:linear-gradient(#b7d5fb 0%,#7ca8df 100%);border:1px solid #dbe8ff;width:15px;height:13px;position:relative}.show-desktop-glyph:before,.show-desktop-glyph:after{content:"";background:#fff;position:absolute}.show-desktop-glyph:before{width:4px;height:1px;inset:2px auto auto 2px}.show-desktop-glyph:after{width:6px;height:1px;inset:auto 2px 2px auto}.taskbar-window-strip{flex:1;gap:3px;min-width:0;padding:3px 4px 3px 2px;display:flex;overflow-x:auto}.taskbar-window-button{color:#fff;text-shadow:0 1px #0000008c;background:linear-gradient(#ffffff38 0%,#fff0 38%),linear-gradient(#3a7ff0 0%,#2c64cb 50%,#2450ac 100%);border:1px solid #00194b6b;border-radius:2px;align-items:center;gap:6px;min-width:160px;max-width:220px;padding:0 8px;display:flex;box-shadow:inset 0 1px #ffffff47}.taskbar-window-button.active{background:linear-gradient(#ffffff47 0%,#ffffff05 38%),linear-gradient(#5b9eff 0%,#3a7bdd 48%,#2c60c2 100%)}.taskbar-window-button.minimized{filter:saturate(.84)brightness(.92)}.taskbar-window-icon{object-fit:contain;flex-shrink:0;width:16px;height:16px}.taskbar-window-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.taskbar-tray{background:linear-gradient(#ffffff47 0%,#fff0 26%),linear-gradient(#2f7beb 0%,#1a64d1 55%,#1756bd 100%);border-left:1px solid #ffffff59;align-items:center;gap:4px;margin-left:4px;padding:0 10px;display:flex;box-shadow:inset 1px 0 #00000024}.tray-button{background:0 0;border:1px solid #0000;place-items:center;width:20px;height:20px;display:grid}.tray-button:hover{background:#ffffff1a;border-color:#ffffff4d}.sound-glyph,.tray-network{display:inline-block;position:relative}.sound-glyph{width:13px;height:12px}.sound-glyph:before,.sound-glyph:after{content:"";position:absolute}.sound-glyph:before{background:#fff;width:5px;height:6px;top:3px;left:0}.sound-glyph:after{border:2px solid #0000;border-right-color:#fff;border-radius:50%;width:7px;height:9px;top:1px;right:0}.sound-toggle.muted .sound-glyph{opacity:.55}.tray-network{background:radial-gradient(circle at 50% 100%,#fff 0 18%,#0000 19%),radial-gradient(circle at 50% 100%,#0000 0 42%,#fff 43% 49%,#0000 50%),radial-gradient(circle at 50% 100%,#0000 0 67%,#fff 68% 74%,#0000 75%);width:16px;height:12px}.tray-separator{background:#ffffff59;width:1px;height:18px}.tray-clock-block{align-items:center;height:100%;display:flex}.tray-clock{color:#fff;text-shadow:0 1px #0009}.start-menu{left:0;bottom:var(--xp-taskbar-height);z-index:11010;background:#fff;border:1px solid #2253b8;border-radius:8px 8px 0 0;width:382px;position:fixed;overflow:hidden;box-shadow:3px 3px 12px #00000059}.start-menu-header{color:#fff;background:linear-gradient(#ffffff42 0%,#fff0 42%),linear-gradient(#1b54bc 0%,#1f68dc 100%);border-bottom:2px solid #f9b44f;align-items:center;gap:10px;min-height:60px;padding:8px 12px;display:flex}.start-menu-avatar{object-fit:contain;background:#fff;border-radius:4px;width:44px;height:44px;padding:2px}.start-menu-user-block{flex-direction:column;gap:1px;display:flex}.start-menu-user-name{text-shadow:1px 1px #0006;font-size:17px;font-weight:700}.start-menu-user-role{opacity:.82}.start-menu-panels{grid-template-columns:1fr 164px;min-height:330px;display:grid}.start-menu-left-column{background:#fff;padding:10px 8px 10px 10px}.start-menu-right-column{background:linear-gradient(#dce9fb 0%,#bfd4f3 100%);border-left:1px solid #95b3dd;flex-direction:column;gap:2px;padding:10px 8px;display:flex}.start-menu-program,.start-menu-place{text-align:left;background:0 0;border:none;grid-template-columns:34px 1fr;align-items:center;gap:8px;width:100%;min-height:42px;padding:5px 8px;display:grid}.start-menu-program:hover,.start-menu-place:hover,.start-menu-all-programs:hover,.start-menu-footer-button:hover{color:#fff;background:linear-gradient(#316ac5 0%,#2457aa 100%)}.start-menu-program.emphasized{font-weight:700}.start-menu-program-icon,.start-menu-place-icon{object-fit:contain;width:24px;height:24px}.start-menu-program-text{flex-direction:column;display:flex}.start-menu-program-label{font-size:12px}.start-menu-program-description{color:#5b5b5b}.start-menu-program:hover .start-menu-program-description{color:#ffffffe6}.start-menu-program-separator{background:#dbdbdb;height:1px;margin:8px 6px}.start-menu-all-programs{background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;min-height:32px;padding:0 12px;font-weight:700;display:flex}.start-menu-place{grid-template-columns:24px 1fr;min-height:34px;padding:4px 8px;font-weight:700}.start-menu-footer{background:linear-gradient(#ffffff2e 0%,#fff0 32%),linear-gradient(#1f5fd0 0%,#0f4ab7 100%);justify-content:flex-end;gap:8px;padding:7px 10px;display:flex}.start-menu-footer-button{color:#fff;background:0 0;border:none;align-items:center;gap:6px;padding:4px 10px;display:flex}.footer-power-icon{color:#fff;background:linear-gradient(#ffbe6e 0%,#e57700 100%);border-radius:50%;place-items:center;width:20px;height:20px;font-weight:700;display:inline-grid}.footer-power-icon.shutdown{background:linear-gradient(#f06a5d 0%,#b92e19 100%)}.footer-power-icon:before{content:"⎋";font-size:12px;transform:translateY(-1px)}.message-box-overlay{z-index:21000;background:#00000014;place-items:center;display:grid;position:fixed;inset:0}.message-box-window{background:#ece9d8;border:1px solid #0a246a;width:360px;box-shadow:inset 1px 1px #83b3f9,inset -1px -1px #001a59,4px 5px 12px #00000052}.message-box-title-bar{color:#fff;background:linear-gradient(#ffffff57 0%,#fff0 38%),linear-gradient(90deg,#0a246a 0%,#3a6dcf 50%,#a6caf0 100%);justify-content:space-between;align-items:center;min-height:29px;padding:4px 6px;display:flex}.message-box-title{font-weight:700}.message-box-close{color:#fff;background:radial-gradient(circle at 30% 24%,#ffffff8c 0%,#fff0 36%),linear-gradient(#ff7b6f 0%,#c72d22 100%);border:1px solid #0003;place-items:center;width:20px;height:20px;display:grid}.message-box-body{grid-template-columns:44px 1fr;gap:14px;padding:18px 18px 10px;display:grid}.message-box-icon{border-radius:50%;place-items:center;width:32px;height:32px;font-size:22px;font-weight:700;display:grid}.message-box-icon.info{color:#fff;background:linear-gradient(#4c91f2 0%,#1e58b7 100%)}.message-box-icon.error{color:#fff;background:linear-gradient(#f47b72 0%,#c02d1e 100%)}.message-box-message{margin:4px 0 0;line-height:1.45}.message-box-footer{justify-content:center;padding:0 18px 16px;display:flex}.message-box-ok{background:linear-gradient(#fefefe 0%,#ece9d8 48%,#ddd8c5 100%);border:1px solid #003c74;min-width:80px;padding:3px 16px;box-shadow:inset 1px 1px #fff,inset -1px -1px #00000014}.xp-explorer-view{background:#fff;grid-template-columns:184px minmax(0,1fr);height:100%;min-height:0;display:grid}.xp-sidebar{background:linear-gradient(#d6e5fb 0%,#c3d8f8 100%);border-right:1px solid #96afd7;padding:8px;overflow:auto}.xp-sidebar-group{background:#f5f9ff;border:1px solid #7f9dbf;border-radius:7px 7px 4px 4px;margin-bottom:10px;overflow:hidden;box-shadow:inset 0 1px #fff}.xp-sidebar-title{color:#fff;background:linear-gradient(#0d66da 0%,#3d95ff 100%);margin:0;padding:6px 10px;font-size:11px;font-weight:700}.xp-sidebar-body{flex-direction:column;gap:6px;padding:8px 10px 10px;display:flex}.xp-sidebar-action{color:#003c9f;text-align:left;background:0 0;border:none;padding:0;font-size:11px}.xp-sidebar-action:hover{text-decoration:underline}.xp-main-pane{flex-direction:column;min-width:0;min-height:0;display:flex}.xp-main-header{background:linear-gradient(#fff 0%,#eef4fb 100%);border-bottom:1px solid #d1d2d5;padding:16px 18px 12px}.xp-main-header h2{color:#0b3d91;margin:0 0 3px;font-size:21px;font-weight:400}.xp-main-header p{color:#6b6b6b;margin:0}.xp-main-content{flex:1;min-height:0;padding:14px 16px;overflow:auto}.xp-tile-grid{grid-template-columns:repeat(auto-fit,minmax(148px,1fr));gap:12px;display:grid}.xp-file-tile{text-align:left;background:0 0;border:1px solid #0000;border-radius:4px;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:10px;min-height:64px;padding:10px 12px;display:grid}.xp-file-tile:hover{background:linear-gradient(#f4f9ff 0%,#dcecff 100%);border-color:#9fbef5}.xp-file-tile.selected{background:linear-gradient(#dbeaff 0%,#bad6ff 100%);border-color:#316ac5}.xp-file-tile img{object-fit:contain;width:32px;height:32px}.xp-file-name{color:#003c74;margin-bottom:2px;font-weight:700;display:block}.xp-file-meta{color:#5d6d7e;display:block}.xp-detail-card{background:linear-gradient(#fff 0%,#eef4fb 100%);border:1px solid #7f9db9;margin-top:18px;box-shadow:inset 0 1px #fff}.xp-detail-card-header{border-bottom:1px solid #d7d7d7;align-items:center;gap:12px;padding:14px 16px;display:flex}.xp-detail-card-header img{object-fit:contain;width:48px;height:48px}.xp-detail-card-header h3{color:#0b3d91;margin:0 0 4px;font-size:18px;font-weight:400}.xp-detail-card-header p{color:#656565;margin:0}.xp-detail-section{border-top:1px solid #fff;padding:14px 16px}.xp-detail-section:first-of-type{border-top:none}.xp-detail-section h4{color:#003c9f;text-transform:uppercase;margin:0 0 8px;font-size:11px}.xp-tag-row{flex-wrap:wrap;gap:6px;display:flex}.xp-tag{background:linear-gradient(#fff 0%,#dae8fb 100%);border:1px solid #7f9db9;padding:2px 8px}.xp-bullet-list{margin:0;padding-left:16px}.xp-bullet-list li+li{margin-top:5px}.xp-inline-link{color:#003c9f;text-decoration:underline}.xp-inline-link:hover{color:#0d66da}.project-file-list{gap:6px;display:grid}.project-file-row{align-items:center;gap:8px;display:flex}.project-file-row img{object-fit:contain;width:16px;height:16px}.about-document{background:linear-gradient(#fff 0%,#f4f8ff 100%)}.about-identity-card{background:linear-gradient(#fff 0%,#e7f1ff 100%);border:1px solid #97b6df;align-items:center;gap:16px;padding:14px 16px;display:flex}.about-avatar{object-fit:contain;background:#fff;border:1px solid #7f9db9;width:72px;height:72px;padding:6px}.about-identity-card h3{color:#0b3d91;margin:0 0 4px;font-size:18px;font-weight:400}.about-identity-card p{margin:0}.about-section{background:#fff;border:1px solid #d0d7e2;margin-top:16px;padding:14px 16px}.about-section h4{color:#003c9f;text-transform:uppercase;margin:0 0 10px;font-size:11px}.about-section p{margin:0}.about-timeline-entry+.about-timeline-entry{margin-top:10px}.about-timeline-entry strong,.about-timeline-entry span{display:block}.about-timeline-entry span{color:#666}.about-timeline-entry p{margin-top:4px}.skills-content{gap:16px;display:grid}.skill-group-card{background:linear-gradient(#fff 0%,#f4f8ff 100%);border:1px solid #97b6df;padding:14px 16px}.skill-group-card h3{color:#0b3d91;margin:0 0 12px;font-size:18px;font-weight:400}.skill-row{grid-template-columns:140px 1fr 42px;align-items:center;gap:10px;display:grid}.skill-row+.skill-row{margin-top:8px}.skill-meter{background:#fff;border:1px solid #7f9db9;height:16px;position:relative;box-shadow:inset 1px 1px 1px #00000014}.skill-meter-fill{background:linear-gradient(#ffffff59 0%,#fff0 42%),linear-gradient(#65a9ff 0%,#316ac5 100%);height:100%;display:block}.skill-value{text-align:right;color:#003c9f}.contact-browser{grid-template-columns:240px minmax(0,1fr);gap:18px;display:grid}.contact-summary{gap:10px;display:grid}.contact-card{background:linear-gradient(#fff 0%,#eef5ff 100%);border:1px solid #97b6df;grid-template-columns:34px 1fr;align-items:center;gap:10px;padding:10px 12px;display:grid}.contact-card img{object-fit:contain;width:28px;height:28px}.contact-card strong,.contact-card span{display:block}.contact-card span{color:#555}.contact-form{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #97b6df;gap:12px;padding:14px;display:grid}.contact-field{gap:4px;display:grid}.contact-field.message{min-height:0}.contact-field textarea{resize:none}.contact-actions{justify-content:flex-end;gap:8px;display:flex}.recycle-bin-view{background:#fff;place-items:center;height:100%;display:grid}.recycle-bin-empty-state{text-align:center;flex-direction:column;align-items:center;max-width:280px;display:flex}.recycle-bin-icon{object-fit:contain;width:48px;height:48px;margin-bottom:14px}.recycle-bin-empty-state h3{color:#0b3d91;margin:0 0 6px;font-size:18px;font-weight:400}.recycle-bin-empty-state p{color:#666;margin:0}.display-properties{background:#ece9d8;flex-direction:column;height:100%;display:flex}.display-tabs{gap:2px;padding:8px 8px 0;display:flex}.display-tab{background:linear-gradient(#f8f7ef 0%,#ddd8c8 100%);border:1px solid #7f9db9;border-bottom:none;padding:4px 10px}.display-tab.active{background:#fff;position:relative;top:1px}.display-panel{background:#fff;border:1px solid #7f9db9;flex:1;grid-template-columns:180px minmax(0,1fr);gap:12px;margin:0 8px;padding:12px;display:grid}.display-preview{place-items:center;display:grid}.display-monitor{background:linear-gradient(#d7e7fb 0%,#9dc2f5 100%);border:1px solid #7f9db9;width:140px;padding:10px 10px 14px}.display-preview-image{aspect-ratio:4/3;object-fit:cover;border:1px solid #102d6b;width:100%;display:block}.display-settings h3{color:#0b3d91;margin:0 0 10px;font-size:18px;font-weight:400}.display-settings p{margin:0 0 8px}.display-option-list{background:#fff;border:1px solid #7f9db9}.display-option{padding:4px 8px}.display-option.selected{color:#fff;background:#316ac5}.display-note{color:#666}.display-footer{justify-content:flex-end;gap:8px;padding:10px 12px;display:flex}
