:root{--xp-blue-dark: #002e9c;--xp-blue-medium: #245dd7;--xp-blue-light: #5b8df4;--xp-blue-gradient-start: #0058e6;--xp-blue-gradient-end: #3a95ff;--xp-start-green-start: #389e38;--xp-start-green-end: #55c555;--xp-start-green-hover: #48b748;--xp-window-bg: #ece9d8;--xp-window-border: #0054e3;--xp-text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);--xp-start-right-bg: #d3e5fa;--xp-start-left-bg: #ffffff}*{box-sizing:border-box;outline:none}html,body{margin:0;padding:0;width:100vw;height:100vh;height:100dvh;overflow:hidden;font-family:Tahoma,Trebuchet MS,Geneva,sans-serif;background-color:#0054e3}::-webkit-scrollbar{width:16px;height:16px;background-color:#f1f0e8}::-webkit-scrollbar-thumb{background:linear-gradient(to right,#ece9d8,#d8d2bd);border:1px solid #c8c0a8;box-shadow:inset 1px 1px #fff}::-webkit-scrollbar-thumb:hover{background:linear-gradient(to right,#e2ded0,#ccc4ab)}::-webkit-scrollbar-button{display:block;height:16px;width:16px;background-color:#ece9d8;border:1px solid #9c9a8e;box-shadow:inset 1px 1px #fff}#desktop{width:100vw;height:100vh;height:100dvh;background-image:url(/bliss.jpg);background-size:cover;background-position:center;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none}.desktop-shortcuts{position:absolute;top:15px;left:15px;right:15px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;gap:15px;z-index:10}.shortcut{width:80px;height:85px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;border:1px solid transparent;border-radius:3px;padding:5px;transition:background .1s,border-color .1s}.shortcut:hover{background-color:#ffffff26;border-color:#ffffff59}.shortcut.selected{background-color:#0a50e673;border-color:#0a50e6b3}.shortcut-icon{width:32px;height:32px;margin-bottom:6px;background-size:contain;background-repeat:no-repeat;background-position:center;filter:drop-shadow(1px 2px 2px rgba(0,0,0,.3))}.shortcut-text{color:#fff;font-size:11px;line-height:1.2;text-shadow:var(--xp-text-shadow);word-break:break-word;max-height:30px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}#taskbar{position:fixed;bottom:0;left:0;width:100%;height:30px;background:linear-gradient(to bottom,#245dd7,#0e37a6 8%,#1243be 12%,#1a51df 25%,#245dd7 50%,#0e3092 88%,#04143f);border-top:1px solid #1a51df;display:flex;align-items:center;z-index:1000}#start-button{height:100%;border:none;background:linear-gradient(to bottom,#40b040,#359835,#308f30 20%,#2f8e2f 40%,#3ab03a 70%,#2a7e2a 90%,#1e591e);border-top-right-radius:6px;border-bottom-right-radius:6px;box-shadow:2px 0 5px #0006,inset 1px 1px 1px #fff6;padding:0 15px 0 10px;display:flex;align-items:center;cursor:pointer;margin-right:10px;transition:filter .1s}#start-button:hover{filter:brightness(1.1)}#start-button:active{background:linear-gradient(to bottom,#1d521d,#2c7c2c 30%,#359535 70%,#46c446)}#start-button span{color:#fff;font-family:Trebuchet MS,sans-serif;font-size:16px;font-weight:700;font-style:italic;text-shadow:1px 1px 2px rgba(0,0,0,.7);margin-left:5px}.start-flag{filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5))}#tasks{flex:1;display:flex;align-items:center;gap:5px;height:100%;overflow-x:auto;padding-right:10px}#tasks::-webkit-scrollbar{display:none}.task-button{width:150px;height:22px;background:linear-gradient(to bottom,#3c7be6,#2059d0 12%,#184ac3 20%,#245dd7 45%,#225ad5 60%,#123bb5 90%,#0d2ca1);border:1px solid #082470;border-radius:3px;color:#fff;font-size:11px;display:flex;align-items:center;padding:0 8px;gap:6px;cursor:pointer;text-align:left;-webkit-user-select:none;user-select:none;box-shadow:inset 1px 1px 1px #ffffff4d}.task-button:hover{background:linear-gradient(to bottom,#548ee8,#326bd6 12%,#2259cd 20%,#3870e0 45%,#3066d9 60%,#1748cb 90%,#1034ab)}.task-button.active{background:linear-gradient(to bottom,#163690,#1b45ab 12%,#2052c2 30%,#1e4eb8 50%,#153c9e 75%,#0e2772 90%,#0a1f5c);box-shadow:inset 1px 1px 2px #000c;border-color:#041030}.task-button-icon{width:14px;height:14px;background-size:contain;background-repeat:no-repeat;background-position:center}.task-button-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#tray{width:auto;height:100%;background:linear-gradient(to bottom,#0f3dd0,#0e3092,#0c287a);border-left:1px solid #082470;box-shadow:inset 1px 0 1px #fff3;display:flex;align-items:center;padding:0 10px;gap:8px}.tray-icon{width:16px;height:16px;background-size:contain;background-repeat:no-repeat;background-position:center;cursor:pointer}#clock{color:#fff;font-size:11px;font-weight:400;text-shadow:1px 1px 0px rgba(0,0,0,.4);margin-left:5px}.start-menu{position:absolute;bottom:30px;left:0;width:380px;height:480px;border-top-left-radius:5px;border-top-right-radius:5px;box-shadow:2px -2px 15px #0006;display:flex;flex-direction:column;z-index:1100;border:1px solid #002e9c;overflow:hidden}.start-header{height:55px;background:linear-gradient(to bottom,#0058e6,#245dd7 40%,#0c33a9 85%,#002594);border-bottom:2px solid #ff7b00;display:flex;align-items:center;padding:10px;gap:10px}.user-avatar{width:40px;height:40px}.user-name{color:#fff;font-weight:700;font-size:14px;text-shadow:1px 1px 3px rgba(0,0,0,.8)}.start-body{flex:1;display:flex;background-color:#7faaff}.start-left{width:195px;background-color:var(--xp-start-left-bg);display:flex;flex-direction:column;padding:6px 0}.start-right{width:183px;background-color:var(--xp-start-right-bg);border-left:1px solid #7faaff;display:flex;flex-direction:column;padding:6px 0}.start-item{display:flex;align-items:center;padding:6px 8px;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.start-item:hover{background-color:#2f71f6;color:#fff}.start-item:hover .desc{color:#fffc}.start-item-icon{width:32px;height:32px;background-size:contain;background-repeat:no-repeat;background-position:center}.start-item-text{display:flex;flex-direction:column;font-size:11px}.start-item-text .bold{font-weight:700}.start-item-text .desc{font-size:9px;color:#888;margin-top:1px}.start-item-separator{height:1px;background:linear-gradient(to right,#0000001a,#00000005);margin:4px 10px}.start-all-programs{margin-top:auto;border-top:1px solid #d3d3d3;padding:10px 15px;font-size:12px;font-weight:700;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.start-all-programs:hover{background-color:#2f71f6;color:#fff}.start-all-programs .arrow{color:#388e3c;font-size:10px}.start-all-programs:hover .arrow{color:#fff}.start-right-item{display:flex;align-items:center;padding:5px 10px;gap:8px;cursor:pointer;font-size:11px;color:#002e9c}.start-right-item:hover{background-color:#2f71f6;color:#fff}.start-right-item .bold{font-weight:700}.start-right-icon{width:22px;height:22px;background-size:contain;background-repeat:no-repeat;background-position:center}.start-right-separator{height:1px;background:linear-gradient(to right,#7faaff66,#7faaff0d);margin:4px 10px}.start-footer{height:40px;background:linear-gradient(to bottom,#002e9c,#245dd7 30%,#002e9c);display:flex;justify-content:flex-end;align-items:center;padding:0 10px;gap:10px}.start-footer-btn{background:none;border:none;color:#fff;font-size:11px;display:flex;align-items:center;gap:6px;cursor:pointer;padding:4px 8px;border-radius:3px}.start-footer-btn:hover{background-color:#ffffff26}.logoff-icon{width:16px;height:16px;background-color:#f7941d;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.09 15.59L11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59zM19 3H5c-1.11 0-2 .9-2 2v4h2V5h14v14H5v-4H3v4c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.09 15.59L11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59zM19 3H5c-1.11 0-2 .9-2 2v4h2V5h14v14H5v-4H3v4c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E") no-repeat center}.shutdown-icon{width:16px;height:16px;background-color:#d11a2a;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 3h-2v10h2V3zm4.83 2.17l-1.42 1.42C17.99 7.86 19 9.81 19 12c0 3.87-3.13 7-7 7s-7-3.13-7-7c0-2.19 1.01-4.14 2.58-5.42L6.17 5.17C4.23 6.82 3 9.26 3 12c0 4.97 4.03 9 9 9s9-4.03 9-9c0-2.74-1.23-5.18-3.17-6.83z'/%3E%3C/svg%3E") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 3h-2v10h2V3zm4.83 2.17l-1.42 1.42C17.99 7.86 19 9.81 19 12c0 3.87-3.13 7-7 7s-7-3.13-7-7c0-2.19 1.01-4.14 2.58-5.42L6.17 5.17C4.23 6.82 3 9.26 3 12c0 4.97 4.03 9 9 9s9-4.03 9-9c0-2.74-1.23-5.18-3.17-6.83z'/%3E%3C/svg%3E") no-repeat center}.window{position:absolute;background-color:var(--xp-window-bg);border:3px solid var(--xp-window-border);border-top:none;border-radius:5px 5px 0 0;box-shadow:2px 5px 12px #0000004d;display:flex;flex-direction:column;z-index:100}.window.active{z-index:500}.window.maximized{top:0!important;left:0!important;width:100vw!important;height:calc(100vh - 30px)!important;height:calc(100dvh - 30px)!important;border-radius:0;border:1px solid var(--xp-window-border)}.title-bar{height:25px;background:linear-gradient(to right,#0058e6,#2565ec,#3d86f7,#2565ec,#0054e3);padding:0 6px 0 10px;display:flex;align-items:center;justify-content:space-between;border-top-left-radius:4px;border-top-right-radius:4px;color:#fff;font-weight:700;font-size:12px;text-shadow:var(--xp-text-shadow);cursor:default}.window:not(.active) .title-bar{background:linear-gradient(to right,#7697e7,#8ca9eb,#a6bef5,#8ca9eb,#7697e7);border-color:#7697e7}.window:not(.active){border-color:#7697e7}.title-bar-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:5px}.title-bar-icon{width:16px;height:16px;background-size:contain;background-repeat:no-repeat;background-position:center}.title-bar-controls{display:flex;gap:2px;align-items:center}.title-bar-btn{width:21px;height:21px;border-radius:2px;border:1px solid #fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:11px;color:#fff;cursor:pointer;box-shadow:inset 1px 1px 1px #fff6,1px 1px 1px #00000026}.title-bar-btn.min{background:linear-gradient(to bottom,#3b74e6,#1e45c4 40%,#1534b8 60%,#1c4bc2)}.title-bar-btn.min:before{content:"";width:8px;height:2px;background-color:#fff;margin-top:8px}.title-bar-btn.max{background:linear-gradient(to bottom,#3b74e6,#1e45c4 40%,#1534b8 60%,#1c4bc2)}.title-bar-btn.max:before{content:"";width:8px;height:7px;border:1px solid white;border-top-width:2px}.window.maximized .title-bar-btn.max:before{content:"";width:8px;height:7px;border:none;background:linear-gradient(to right,transparent,transparent);box-shadow:none;position:relative}.window.maximized .title-bar-btn.max:after{content:"❐";font-size:10px}.title-bar-btn.close{background:linear-gradient(to bottom,#f37d65,#e04343 30%,#cd1f1f,#b91313);border-color:#ae1d1d;font-family:Arial,sans-serif}.title-bar-btn.close:before{content:"×";font-size:16px;line-height:18px}.title-bar-btn:hover{filter:brightness(1.2)}.title-bar-btn:active{box-shadow:inset 1px 1px 2px #0009;padding:1px 0 0 1px}.window-menu{display:flex;background-color:var(--xp-window-bg);border-bottom:1px solid #d0d0c0;padding:2px 6px;font-size:11px;gap:8px}.window-menu-item{padding:2px 6px;cursor:default}.window-menu-item:hover{background-color:#316ac5;color:#fff}.window-body{flex:1;background-color:#fff;border:2px inset #fff;margin:2px;overflow:auto;position:relative}.window-status-bar{height:20px;background-color:var(--xp-window-bg);border-top:1px solid #d0d0c0;display:flex;align-items:center;padding:0 8px;font-size:11px;color:#444}.notepad-textarea{width:100%;height:100%;border:none;resize:none;font-family:Courier New,Courier,monospace;font-size:12px;padding:5px;white-space:pre-wrap}.paint-layout{display:flex;flex-direction:column;width:100%;height:100%;background-color:#7f7f7f}.paint-toolbar-container{display:flex;flex:1;overflow:hidden}.paint-sidebar{width:50px;background-color:var(--xp-window-bg);border-right:1px solid #a0a0a0;padding:5px;display:grid;grid-template-columns:1fr 1fr;gap:3px;align-content:start}.paint-tool{width:18px;height:18px;background-color:var(--xp-window-bg);border:1px solid #f0f0f0;border-right-color:gray;border-bottom-color:gray;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:10px}.paint-tool.active{border:1px solid #808080;border-right-color:#f0f0f0;border-bottom-color:#f0f0f0;background-color:#d0d0d0;box-shadow:inset 1px 1px 1px #0003}.paint-canvas-area{flex:1;overflow:auto;padding:10px;display:flex;align-items:flex-start;justify-content:flex-start}.paint-canvas{background-color:#fff;box-shadow:2px 2px 5px #00000080;cursor:crosshair}.paint-colors-bar{height:45px;background-color:var(--xp-window-bg);border-top:1px solid #a0a0a0;display:flex;align-items:center;padding:5px 15px;gap:15px}.paint-active-color{width:28px;height:28px;border:2px inset #fff;background-color:#000;box-shadow:1px 1px 1px #0006}.paint-colors-palette{display:grid;grid-template-columns:repeat(14,15px);grid-template-rows:15px 15px;gap:2px}.paint-color-box{width:15px;height:15px;border:1px inset #fff;cursor:pointer}.minesweeper-layout{display:flex;flex-direction:column;align-items:center;background-color:silver;padding:10px;border:3px outset #fff;-webkit-user-select:none;user-select:none;width:fit-content;margin:0 auto}.minesweeper-header{width:100%;height:45px;background-color:silver;border:2px inset #fff;display:flex;align-items:center;justify-content:space-between;padding:0 10px;margin-bottom:10px}.minesweeper-lcd{background-color:#000;color:red;font-family:monospace;font-size:22px;font-weight:700;padding:2px 6px;border:1px inset #808080;letter-spacing:2px;min-width:50px;text-align:right}.minesweeper-face{width:26px;height:26px;border:2px outset #fff;background-color:silver;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px}.minesweeper-face:active{border:2px inset #fff}.minesweeper-grid{display:grid;grid-template-columns:repeat(9,20px);grid-template-rows:repeat(9,20px);border:3px inset #fff;background-color:gray}.minesweeper-cell{width:20px;height:20px;border:2px outset #fff;background-color:silver;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:default}.minesweeper-cell.revealed{border:1px solid #7f7f7f;background-color:silver}.minesweeper-cell.mine{background-color:red;color:#000}.minesweeper-cell.flagged:before{content:"🚩";font-size:10px}.minesweeper-cell.n-1{color:#00f}.minesweeper-cell.n-2{color:green}.minesweeper-cell.n-3{color:red}.minesweeper-cell.n-4{color:#00008b}.minesweeper-cell.n-5{color:#8b0000}.minesweeper-cell.n-6{color:teal}.minesweeper-cell.n-7{color:#000}.minesweeper-cell.n-8{color:gray}.explorer-layout{display:flex;height:100%;width:100%}.explorer-sidebar{width:170px;background:linear-gradient(to bottom,#7496e6,#6886e3);border-right:1px solid #4866b8;padding:10px;display:flex;flex-direction:column;gap:15px;color:#fff}.explorer-card{background:linear-gradient(to bottom,#f0f4ff,#cbd6f6);border-radius:4px;border:1px solid #ffffff;box-shadow:1px 1px 3px #00000026;overflow:hidden;color:#2150a4}.explorer-card-header{background:linear-gradient(to right,#245dd7,#5b8df4);height:22px;color:#fff;font-weight:700;font-size:10px;display:flex;align-items:center;padding:0 8px;justify-content:space-between}.explorer-card-body{padding:8px;font-size:10px;display:flex;flex-direction:column;gap:6px}.explorer-card-body a{color:#2150a4;text-decoration:none;font-weight:700;display:flex;align-items:center;gap:4px}.explorer-card-body a:hover{text-decoration:underline}.explorer-main{flex:1;background-color:#fff;padding:15px;display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));grid-auto-rows:90px;gap:15px;align-content:start}.explorer-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;padding:6px;border:1px solid transparent;border-radius:3px}.explorer-item:hover{background-color:#e5efff;border-color:#b8d6ff}.explorer-item-icon{width:32px;height:32px;background-size:contain;background-repeat:no-repeat;background-position:center;margin-bottom:5px}.explorer-item-text{font-size:11px;color:#000;word-break:break-all}.ie-layout{display:flex;flex-direction:column;width:100%;height:100%}.ie-toolbar{background-color:var(--xp-window-bg);border-bottom:1px solid #d0d0c0;padding:4px 10px;display:flex;align-items:center;gap:6px}.ie-btn{border:1px solid transparent;background:none;padding:2px 6px;font-size:10px;cursor:pointer;display:flex;flex-direction:column;align-items:center;border-radius:3px}.ie-btn:hover{background-color:#fff9;border:1px solid #a0a0a0}.ie-btn-icon{width:18px;height:18px;background-size:contain;background-repeat:no-repeat;background-position:center}.ie-btn-icon.back{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%235b8df4' d='M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z'/%3E%3C/svg%3E")}.ie-btn-icon.forward{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%235b8df4' d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E")}.ie-btn-icon.stop{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23d11a2a' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E")}.ie-btn-icon.refresh{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23388e3c' d='M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z'/%3E%3C/svg%3E")}.ie-btn-icon.home{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23e67e22' d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E")}.ie-address-bar{background-color:var(--xp-window-bg);border-bottom:1px solid #a0a0a0;padding:4px 10px;display:flex;align-items:center;gap:8px;font-size:11px}.ie-address-input{flex:1;height:20px;border:1px inset #808080;padding:0 5px;font-size:11px}.ie-address-go{padding:1px 8px;height:20px;font-size:10px;display:flex;align-items:center;cursor:pointer;background-color:var(--xp-window-bg);border:1px outset #fff}.ie-content{flex:1;background-color:#fff;border:2px inset #808080;overflow:auto}.ie-webpage{padding:20px;font-family:Arial,sans-serif;color:#333}.ie-webpage h1{font-family:Times New Roman,Times,serif;border-bottom:2px solid #0054e3;color:#002e9c;margin-top:0;display:flex;align-items:center;gap:8px}.ie-link{color:#00f;text-decoration:underline;cursor:pointer}.ie-link:hover{color:red}.player-layout{display:flex;flex-direction:column;width:100%;height:100%;background:linear-gradient(to bottom,#14223d,#030814);padding:10px;color:#0f0;font-family:monospace}.player-display{background-color:#000;border:2px inset #3a95ff;border-radius:4px;padding:8px;height:80px;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:10px;box-shadow:inset 0 0 10px #0f03}.player-track-info{font-size:11px;color:#5b8df4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-time-info{display:flex;justify-content:space-between;align-items:center}.player-timer{font-size:20px;color:#0f0;text-shadow:0 0 5px rgba(0,255,0,.5)}.player-visuals{flex:1;background-color:#000;border:2px inset #3a95ff;border-radius:4px;margin-bottom:10px;position:relative;overflow:hidden}.player-visuals-canvas{width:100%;height:100%}.player-controls{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:5px}.player-btn{width:32px;height:24px;background:linear-gradient(to bottom,#304e7c,#152541);border:1px solid #3a95ff;border-radius:3px;color:#fff;cursor:pointer;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:inset 1px 1px 1px #fff3}.player-btn:hover{background:linear-gradient(to bottom,#4269a2,#20355a)}.player-btn:active{box-shadow:inset 1px 1px 3px #000c}.control-panel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:15px;padding:15px}.cp-card{border:1px solid #c0c0c0;background-color:#fff;border-radius:4px;padding:10px;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;box-shadow:1px 1px 3px #0000001a;transition:transform .1s,box-shadow .1s}.cp-card:hover{transform:translateY(-2px);box-shadow:2px 4px 6px #00000026;border-color:#5b8df4}.cp-card-icon{width:32px;height:32px;margin-bottom:8px;background-size:contain;background-repeat:no-repeat;background-position:center}.cp-card-title{font-size:11px;font-weight:700;color:#2150a4;margin-bottom:4px}.cp-card-desc{font-size:9px;color:#666}.sys-properties{padding:15px;font-size:11px;display:flex;flex-direction:column;gap:15px}.sys-tab-container{display:flex;border-bottom:1px solid #aca899;padding-left:10px;gap:2px}.sys-tab{padding:4px 10px;background-color:#ece9d8;border:1px solid #aca899;border-bottom:none;border-radius:4px 4px 0 0;cursor:default;margin-bottom:-1px;position:relative;z-index:1}.sys-tab.active{background-color:#ece9d8;border-bottom:1px solid #ece9d8;font-weight:700;padding-top:5px;z-index:2}.sys-tab-content{border:1px solid #aca899;border-top:none;padding:15px;background-color:#ece9d8;display:flex;flex-direction:column;gap:10px;min-height:250px}.sys-groupbox{border:1px solid #d0d0c0;border-radius:4px;padding:10px;position:relative;margin-top:8px}.sys-groupbox-title{position:absolute;top:-8px;left:10px;background-color:#ece9d8;padding:0 4px;font-weight:700;color:#333}.sys-progress-row{display:flex;align-items:center;margin-bottom:8px;gap:10px}.sys-progress-label{width:90px;font-weight:700;text-align:right}.sys-progress-bar{flex:1;height:14px;border:1px inset #fff;background-color:#fff;border-radius:2px;overflow:hidden}.sys-progress-fill{height:100%;background:linear-gradient(to right,#389e38,#55c555)}.sys-progress-val{width:30px;text-align:left}.xp-btn{padding:4px 15px;font-family:Tahoma,sans-serif;font-size:11px;background-color:#ece9d8;border:1px solid #9c9a8e;border-radius:3px;box-shadow:inset 1px 1px #fff;cursor:pointer}.xp-btn:hover{background-color:#f5f3e9;border-color:#8c8a7e}.xp-btn:active{box-shadow:inset 1px 1px 2px #0003;background-color:#dfdbcb;padding:5px 14px 3px 16px}#shutdown-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background-color:#000000a6;backdrop-filter:grayscale(100%) brightness(.6);-webkit-backdrop-filter:grayscale(100%) brightness(.6);z-index:10000;display:flex;align-items:center;justify-content:center}.shutdown-dialog{width:300px;background-color:#002e9c;border:1px solid #ffffff;border-radius:4px;box-shadow:0 10px 25px #00000080;display:flex;flex-direction:column}.shutdown-header{height:35px;background:linear-gradient(to right,#002e9c,#245dd7);display:flex;align-items:center;justify-content:space-between;color:#fff;font-weight:700;font-size:13px;padding:0 10px}.shutdown-body{height:110px;background-color:#ece9d8;display:flex;justify-content:space-around;align-items:center;padding:10px;border-top:2px solid #ff7b00}.shutdown-option{display:flex;flex-direction:column;align-items:center;cursor:pointer;width:70px}.shutdown-option span{font-size:10px;font-weight:700;color:#333;margin-top:6px;text-align:center}.shutdown-icon-circle{width:38px;height:38px;border-radius:50%;border:1px solid white;display:flex;align-items:center;justify-content:center;box-shadow:1px 1px 3px #0006}.shutdown-icon-circle.standby{background-color:#f7941d;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15.5h-2V15h2v2.5zm0-4.5h-2V7h2v6z'/%3E%3C/svg%3E");background-size:20px;background-repeat:no-repeat;background-position:center}.shutdown-icon-circle.turnoff{background-color:#d11a2a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M13 3h-2v10h2V3zm4.83 2.17l-1.42 1.42C17.99 7.86 19 9.81 19 12c0 3.87-3.13 7-7 7s-7-3.13-7-7c0-2.19 1.01-4.14 2.58-5.42L6.17 5.17C4.23 6.82 3 9.26 3 12c0 4.97 4.03 9 9 9s9-4.03 9-9c0-2.74-1.23-5.18-3.17-6.83z'/%3E%3C/svg%3E");background-size:20px;background-repeat:no-repeat;background-position:center}.shutdown-icon-circle.restart{background-color:#389e38;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z'/%3E%3C/svg%3E");background-size:20px;background-repeat:no-repeat;background-position:center}.shutdown-option:hover .shutdown-icon-circle{filter:brightness(1.2)}.shutdown-footer{height:35px;background-color:#002e9c;display:flex;align-items:center;justify-content:flex-end;padding:0 10px}.ie-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cellipse cx='24' cy='24' rx='20' ry='6' fill='none' stroke='%23f1a80a' stroke-width='5' transform='rotate(-30 24 24)' stroke-linecap='round'/%3E%3Cellipse cx='24' cy='24' rx='20' ry='6' fill='none' stroke='%23fae2a5' stroke-width='2' transform='rotate(-30 24 24)' stroke-linecap='round'/%3E%3Cpath d='M34 18.5C32.5 13.5 28 10 22 10c-7.5 0-13 6-13 13.5S14.5 37 22 37c6.5 0 11.5-4 13-9.5H16.5c-1 1-2 1.5-3.5 1.5-2.5 0-4-2-4.5-5H37c0-2-.5-4-1.5-5.5H22v-3h12.5c.2-.7.5-1.4.5-2z' fill='url(%23ieBlue)' stroke='%230b4fa0' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='ieBlue' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%231f8eed'/%3E%3Cstop offset='50%25' stop-color='%230b59b3'/%3E%3Cstop offset='100%25' stop-color='%23052c65'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.notepad-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Crect x='6' y='4' width='36' height='40' rx='3' fill='%23fcf9e8' stroke='%23cca352' stroke-width='2'/%3E%3Cpath d='M6 7v-3c0-1 1-2 2-2h32c1 0 2 1 2 2v3z' fill='%23b0581a' stroke='%23803808' stroke-width='1'/%3E%3Cline x1='12' y1='12' x2='36' y2='12' stroke='%234ba3e3' stroke-width='1.5'/%3E%3Cline x1='12' y1='18' x2='36' y2='18' stroke='%239bcceb' stroke-width='1'/%3E%3Cline x1='12' y1='24' x2='36' y2='24' stroke='%239bcceb' stroke-width='1'/%3E%3Cline x1='12' y1='30' x2='36' y2='30' stroke='%239bcceb' stroke-width='1'/%3E%3Cline x1='12' y1='36' x2='36' y2='36' stroke='%239bcceb' stroke-width='1'/%3E%3C/svg%3E")}.paint-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M6 24C6 12 12 6 24 6s18 4 18 18-8 18-18 18S6 36 6 24z' fill='%23e8d8c0' stroke='%23b09c80' stroke-width='1.5'/%3E%3Cellipse cx='14' cy='30' rx='3' ry='4' fill='%235a7edc' stroke='%23b09c80' stroke-width='1'/%3E%3Ccircle cx='15' cy='14' r='4.5' fill='%23df3e3e'/%3E%3Ccircle cx='25' cy='11' r='5' fill='%233b7ae6'/%3E%3Ccircle cx='34' cy='16' r='4.5' fill='%23ffd000'/%3E%3Ccircle cx='35' cy='27' r='5' fill='%232eb85c'/%3E%3Ccircle cx='26' cy='34' r='4' fill='%23a349a4'/%3E%3Cpath d='M8 40l28-28 4 4-28 28z' fill='%23b87333' stroke='%23804000' stroke-width='1'/%3E%3Cpath d='M36 12l2-2 2 2-2 2z' fill='%23d0d0d0' stroke='%23999' stroke-width='0.5'/%3E%3Cpath d='M38 10l5-5-1-1-5 5z' fill='%23333'/%3E%3C/svg%3E")}.minesweeper-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' fill='%23c0c0c0' rx='4'/%3E%3Ccircle cx='16' cy='16' r='10' fill='black'/%3E%3Cpath d='M16 2v28M2 16h28M6 6l20 20M6 26L26 6' stroke='black' stroke-width='2'/%3E%3Ccircle cx='14' cy='14' r='2' fill='white'/%3E%3Ccircle cx='16' cy='16' r='10' fill='none' stroke='red' stroke-width='2'/%3E%3C/svg%3E")}.media-player-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='24' r='22' fill='url(%23wmpDark)' stroke='%23222c3c' stroke-width='1.5'/%3E%3Ccircle cx='24' cy='24' r='18' fill='none' stroke='%237e8c9c' stroke-width='2.5' opacity='0.8'/%3E%3Ccircle cx='24' cy='24' r='11' fill='url(%23wmpOrange)' stroke='%23bf4000' stroke-width='1'/%3E%3Cpath d='M21 18l8 6-8 6z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='wmpDark' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%233c4c60'/%3E%3Cstop offset='100%25' stop-color='%23141c24'/%3E%3C/linearGradient%3E%3ClinearGradient id='wmpOrange' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23ff7f27'/%3E%3Cstop offset='100%25' stop-color='%23c83c00'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.folder-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M4 10v28c0 2 1.5 3 3 3h34c2 0 3-1.5 3-3V16c0-2-1-3-3-3H22l-4-4H7c-2 0-3 1-3 3z' fill='url(%23backGrad)' stroke='%23c48a14' stroke-width='1.5' stroke-linejoin='round'/%3E%3Crect x='8' y='11' width='30' height='20' rx='1.5' fill='%23fff' stroke='%23999' stroke-width='1'/%3E%3Cline x1='12' y1='15' x2='28' y2='15' stroke='%23ccc' stroke-width='1'/%3E%3Cline x1='12' y1='19' x2='32' y2='19' stroke='%23ccc' stroke-width='1'/%3E%3Cline x1='12' y1='23' x2='24' y2='23' stroke='%23ccc' stroke-width='1'/%3E%3Cpath d='M3 18l1 20c0 2 1.5 3 3.5 3h33c2 0 3.5-1 3.5-3l-1-20c0-1.5-1.5-2.5-3-2.5H6c-1.5 0-3 1-3 2.5z' fill='url(%23frontGrad)' stroke='%23d99b1c' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='backGrad' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23f7cb6d'/%3E%3Cstop offset='100%25' stop-color='%23df9a28'/%3E%3C/linearGradient%3E%3ClinearGradient id='frontGrad' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23fae2a5'/%3E%3Cstop offset='60%25' stop-color='%23f8c967'/%3E%3Cstop offset='100%25' stop-color='%23df9724'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.doc-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M4 12v26c0 2 1.5 3 3 3h34c2 0 3-1.5 3-3V18c0-2-1-3-3-3H22l-4-4H7c-2 0-3 1-3 3z' fill='url(%23backGrad)' stroke='%23c48a14' stroke-width='1.5'/%3E%3Cpath d='M12 8h16l6 6v14H12z' fill='%23fff' stroke='%23999' stroke-width='1'/%3E%3Cpath d='M3 20l1 18c0 2 1.5 3 3.5 3h33c2 0 3.5-1 3.5-3l-1-18c0-1.5-1.5-2.5-3-2.5H6c-1.5 0-3 1-3 2.5z' fill='url(%23frontGrad)' stroke='%23d99b1c' stroke-width='1.5'/%3E%3Cdefs%3E%3ClinearGradient id='backGrad' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23f7cb6d'/%3E%3Cstop offset='100%25' stop-color='%23df9a28'/%3E%3C/linearGradient%3E%3ClinearGradient id='frontGrad' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23fae2a5'/%3E%3Cstop offset='100%25' stop-color='%23df9724'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.control-panel-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Crect x='4' y='4' width='40' height='40' rx='3' fill='%23f0ecd8' stroke='%230054e3' stroke-width='2'/%3E%3Crect x='4' y='4' width='40' height='8' fill='%230054e3'/%3E%3Ccircle cx='8' cy='8' r='2' fill='%23fff'/%3E%3Crect x='10' y='16' width='10' height='10' fill='%233b7ae6' stroke='%23103a8a' stroke-width='1'/%3E%3Ccircle cx='32' cy='21' r='5' fill='%23df3e3e' stroke='%238c1212' stroke-width='1'/%3E%3Cpolygon points='15,36 25,36 20,28' fill='%23ffd000' stroke='%23b08c00' stroke-width='1'/%3E%3C/svg%3E")}.contact-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='26' height='30' x='3' y='1' fill='%23ffffff' stroke='%2334495e' stroke-width='2' rx='3'/%3E%3Crect width='26' height='6' x='3' y='1' fill='%233498db'/%3E%3Ccircle cx='16' cy='13' r='5' fill='%232c3e50'/%3E%3Cpath d='M7,24 C7,19 12,18 16,18 C20,18 25,19 25,24 L25,28 L7,28 Z' fill='%232c3e50'/%3E%3C/svg%3E")}.search-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='13' cy='13' r='8' fill='none' stroke='%23e67e22' stroke-width='3'/%3E%3Cpath d='M19 19l8 8' stroke='%23e67e22' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E")}.help-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='14' fill='%232ecc71'/%3E%3Ctext x='16' y='22' font-family='Arial, sans-serif' font-weight='bold' font-size='20' fill='white' text-anchor='middle'%3E?%3C/text%3E%3C/svg%3E")}.run-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='13' fill='none' stroke='%239b59b6' stroke-width='3'/%3E%3Cpath d='M16 6v10l6 4' stroke='%239b59b6' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")}.my-computer-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M9 8h28c2 0 4 1.5 4 3.5v20c0 2-2 3.5-4 3.5H9c-2 0-4-1.5-4-3.5v-20C5 9.5 7 8 9 8z' fill='url(%23monitorCase)' stroke='%237e858c' stroke-width='1'/%3E%3Cpath d='M8 9h30c1 0 2 1 2 2v18c0 1-1 2-2 2H8c-1 0-2-1-2-2V11c0-1 1-2 2-2z' fill='%23ccd2d9' stroke='%2390969d' stroke-width='1'/%3E%3Crect x='10' y='12' width='26' height='15' rx='1' fill='url(%23screenGrad)' stroke='%231a3d7c' stroke-width='1'/%3E%3Cpath d='M11 13h24v5L11 16z' fill='rgba(255,255,255,0.15)'/%3E%3Cpath d='M18 31h12l2 4H16z' fill='%239ea5ad' stroke='%237e858c' stroke-width='1'/%3E%3Cellipse cx='24' cy='36' rx='10' ry='2' fill='%237e858c'/%3E%3Cellipse cx='24' cy='35' rx='10' ry='2' fill='%23ccd2d9' stroke='%2390969d' stroke-width='1'/%3E%3Cpath d='M33 22h8v15h-8z' fill='url(%23towerGrad)' stroke='%237e858c' stroke-width='1'/%3E%3Crect x='35' y='24' width='4' height='2' fill='%2360666d'/%3E%3Ccircle cx='37' cy='33' r='1' fill='%232ecc71'/%3E%3Cdefs%3E%3ClinearGradient id='monitorCase' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23e1e6eb'/%3E%3Cstop offset='100%25' stop-color='%23b0b5ba'/%3E%3C/linearGradient%3E%3ClinearGradient id='screenGrad' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%233b7ae6'/%3E%3Cstop offset='100%25' stop-color='%23153675'/%3E%3C/linearGradient%3E%3ClinearGradient id='towerGrad' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23e1e6eb'/%3E%3Cstop offset='100%25' stop-color='%239ea5ad'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.recycle-empty-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M10 8h28l-4 32H14z' fill='url(%23metalGrad)' stroke='%23707680' stroke-width='2'/%3E%3Cellipse cx='24' cy='8' rx='15' ry='3' fill='%23b0b7c2' stroke='%23707680' stroke-width='1.5'/%3E%3Cpath d='M21 28l6-6-6-6M27 22H15' fill='none' stroke='%232572e3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='metalGrad' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%2399a0aa'/%3E%3Cstop offset='50%25' stop-color='%23e2e6ec'/%3E%3Cstop offset='100%25' stop-color='%237e858e'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.sound-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z'/%3E%3C/svg%3E")}.network-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M2 9h20v2H2zm0 4h20v2H2zm0-8h20v2H2zm0 12h20v2H2z' style='opacity:0.2'/%3E%3Cpath d='M4 6h6v12H4zm10 0h6v12h-6z' fill='none' stroke='white' stroke-width='2'/%3E%3Cpath d='M7 9v6M17 9v6' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}@media (max-width: 600px){.start-menu{width:100vw;height:calc(100vh - 30px);height:calc(100dvh - 30px);bottom:30px;left:0;border-radius:0}.start-left{flex:1.1}.start-right{flex:.9}.window{width:100%!important;height:calc(100vh - 30px)!important;height:calc(100dvh - 30px)!important;top:0!important;left:0!important;border-radius:0}.desktop-welcome{display:block!important;font-size:28px!important;top:45%!important;right:6%!important}}.desktop-welcome{position:absolute;top:15%;right:8%;color:#fff;font-family:Trebuchet MS,Tahoma,sans-serif;font-size:54px;font-weight:900;line-height:1.05;text-align:right;text-shadow:2px 2px 4px rgba(0,0,0,.6),-1px -1px 2px rgba(0,0,0,.4);letter-spacing:-1px;pointer-events:none;z-index:5}.start-avatar{width:22px;height:22px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:6px;border:1px solid white;overflow:hidden}#quick-launch{display:flex;align-items:center;gap:5px;margin-left:5px;margin-right:8px;height:100%}.ql-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:2px;cursor:pointer;transition:background-color .1s}.ql-icon:hover{background-color:#fff3}.ql-icon svg{width:15px;height:15px;fill:#fff}.arca-icon{background-image:url(https://res.cloudinary.com/dc6xaw0um/image/upload/f_auto,q_auto/arca/projects/logo.webp);background-size:contain;background-repeat:no-repeat;background-position:center;border-radius:4px}.whatsapp-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='14' fill='%2325d366'/%3E%3Cpath d='M16 6a10 10 0 00-8.62 15.08L6 26l5.06-1.32A10 10 0 1016 6zm0 18.25a8.21 8.21 0 01-4.22-1.16l-.3-.18-3.13.82.83-3.05-.2-.31a8.23 8.23 0 1115.35-4.4c.01 4.54-3.67 8.23-8.23 8.23zm4.52-6.19c-.25-.13-1.47-.73-1.7-.81-.22-.08-.39-.12-.55.12-.17.25-.64.81-.79.98-.14.17-.29.19-.54.06-1.07-.53-1.83-.93-2.55-1.57-.61-.54-.99-1.2-1.12-1.42-.13-.25-.01-.39.11-.51.11-.11.25-.29.38-.43.12-.14.17-.25.25-.41.08-.17.04-.31-.02-.43-.06-.12-.55-1.33-.75-1.82-.2-.48-.4-.41-.55-.42-.14 0-.31-.01-.48-.01s-.44.06-.67.31c-.23.25-.87.85-.87 2.07s.89 2.4 1.01 2.57c.12.17 1.75 2.68 4.25 3.76.59.26 1.06.41 1.42.53.6.19 1.14.16 1.57.1.48-.07 1.47-.6 1.67-1.18.2-.58.2-1.08.14-1.18-.06-.1-.23-.16-.48-.29z' fill='white'/%3E%3C/svg%3E")}.gmail-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect x='3' y='6' width='26' height='20' rx='3' fill='%23ece9d8' stroke='%230054e3' stroke-width='2'/%3E%3Cpath d='M3 8l13 9L29 8' stroke='%23d11a2a' stroke-width='3' stroke-linecap='round' fill='none'/%3E%3Cpath d='M3 24V9l13 9 13-9v15H3z' fill='none'/%3E%3C/svg%3E")}.photo-viewer-layout{display:flex;flex-direction:column;height:100%;width:100%;background-color:#5a595a}.photo-viewer-toolbar{height:35px;background-color:var(--xp-window-bg);border-bottom:1px solid #999;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:inset 0 1px #fff}.photo-viewer-btn{background:none;border:1px solid transparent;padding:3px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:2px}.photo-viewer-btn:hover{background-color:#00000014;border-color:#a0a0a0}.photo-viewer-display{flex:1;display:flex;align-items:center;justify-content:center;padding:10px;overflow:auto}.photo-viewer-img{max-width:95%;max-height:95%;object-fit:contain;box-shadow:0 4px 10px #00000080;border:4px solid white}
