.my-computer-window { left:12%; top:8%; width:min(70vw,980px); min-width:610px; height:min(68vh,650px); min-height:430px; }
.my-computer-content { min-height:0; }
.my-computer-menu { padding-right:0; }
.my-computer-brand { display:grid; width:42px; height:100%; margin-left:auto; place-items:center; background:#fff; }
.my-computer-brand img { display:block; width:22px; height:22px; object-fit:contain; }
.my-computer-sidebar { width:210px; flex-basis:210px; overflow-y:auto; padding:9px 8px; }
.my-computer-sidebar .folder-task-group { margin-bottom:14px; }
.my-computer-sidebar .folder-task-group button { display:flex; width:100%; min-height:22px; align-items:center; gap:7px; border:0; padding:2px 7px; color:#0645ad; background:transparent; font:11px/1.2 Tahoma,sans-serif; text-align:left; cursor:default; }
.my-computer-sidebar .folder-task-group button:hover { color:#fff; background:#316ac5; }
.my-computer-sidebar .folder-task-group button img { width:18px; height:18px; object-fit:contain; }
.my-computer-details { padding-bottom:12px; }
.my-computer-details strong,.my-computer-details span { display:block; padding-left:8px; font:11px/1.25 Tahoma,sans-serif; }
.my-computer-details strong { margin-top:5px; font-weight:700; }
.my-computer-items { min-width:0; flex:1 1 auto; overflow:auto; padding:5px 12px 24px; background:#fff; color:#111; font-family:Tahoma,sans-serif; }
.computer-group { margin:0 0 17px; }
.computer-group h2 { margin:0; font-size:11px; line-height:1.45; font-weight:700; }
.computer-group-line { display:block; width:100%; min-height:1px; margin:0 0 10px; border:0; background:linear-gradient(90deg,#8eaddd 0%,#bdd0ed 58%,rgba(220,230,246,.72) 82%,rgba(255,255,255,0) 100%); }
.computer-items-row { display:grid; grid-template-columns:repeat(2,205px); column-gap:14px; row-gap:8px; justify-content:start; }
.computer-item { display:grid; grid-template-columns:50px minmax(0,1fr); min-height:58px; align-items:center; gap:7px; border:1px solid transparent; padding:2px 5px; color:#111; background:transparent; font:11px/1.25 Tahoma,sans-serif; text-align:left; cursor:default; }
.computer-item img { display:block; width:50px; height:50px; object-fit:contain; pointer-events:none; }
.computer-item span { padding:1px 2px; pointer-events:none; }
.computer-item.is-selected { border-color:rgba(49,106,197,.65); background:rgba(49,106,197,.14); }
.computer-item.is-selected span { color:#fff; background:#316ac5; }
@media (max-width:760px){.my-computer-window{left:2%;top:3%;width:96vw;min-width:0}.my-computer-sidebar{width:165px;flex-basis:165px}.computer-items-row{grid-template-columns:1fr}.computer-item{grid-template-columns:44px 1fr}.computer-item img{width:44px;height:44px}}