@media (max-width: 768px) {
  #desktop {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px;
  }

  .icon {
    position: static !important;
    top: auto !important;
    left: auto !important;
  }

  .window {
    position: fixed;
    top: 28px !important;
    left: 0 !important;
    right: 0;
    width: 100%;
    min-width: 0;
    max-height: calc(100vh - 28px);
    overflow-y: auto;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
  }

  .window-titlebar {
    cursor: default;
  }

  .window-resize-handle {
    display: none;
  }

  .icon {
    width: 64px;
  }

  .icon svg {
    width: 32px;
    height: 32px;
  }

  .menu-bar {
    font-size: 11px;
  }

  .menu-bar .menu-item {
    padding: 2px 6px;
  }

  .terminal-window .window-body {
    max-height: calc(100vh - 120px);
  }
}
