/* VARS */
@font-face {
  font-display: swap;
  font-family: 'Cantarell';
  font-weight: 400;
  src: local('Cantarell'), url(fonts/Cantarell-VF.otf) format('opentype');
}
:root {
  --gtk-application-header-height: 47px;
  --gtk-button-border-radius: 4px;
  --gtk-input-border-radius: 4px;
  --gtk-font: 'Cantarell';
  --switch-size: 26px;
}
html[data-theme='light'] {
  --gtk-scrollbar: #d2d2d2;
  --gtk-scrollbar-hover: #777777;
  --gtk-application-background: #fafafa;
  --gtk-application-header-background: #ebebeb;
  --gtk-application-border: #ececec;
  --gtk-border-color: #dadada;
  --gtk-text-color: #2b2b2b;
  --gtk-button-default-color: #2b2b2b;
  --gtk-button-default-background: #d9d9d9;
  --gtk-button-default-background-hover: #cecece;
  --gtk-button-default-background-active: #b3b3b3;
  --gtk-button-primary-color: #f9fbfe;
  --gtk-button-primary-background: #3584e4;
  --gtk-button-primary-background-hover: #4990e7;
  --gtk-button-primary-background-active: #2a6ab6;
  --gtk-button-soft-background: #ececec;
  --gtk-button-soft-background-active: #dadada;
  --gtk-sidebar-menu-item-background: #e6e6e6;
  --gtk-sidebar-menu-item-background-active: #dadada;
  --gtk-sidebar-separator: #cfcfcf;
  --gtk-input-background: #ffffff;
  --gtk-input-background-modal: #ebebeb;
  --gtk-input-border: #cdc7c2;
  --gtk-input-border-focus: #9ac1f1;
  --gtk-input-border-inner-focus: #81a5d3;
  --gtk-input-text: #343434;
  --gtk-input-placeholder: #929595;
  --gtk-select-border: #d8d8d8;
  --gtk-select-svg: #2f2f2f;
  --gtk-list-border: #e8e8e8;
  --gtk-list-background: #ffffff;
  --gtk-list-background-hover: #f9f9f9;
  --gtk-list-background-active: #efefef;
  --gtk-list-text-muted: #8f8f8f;
  --gtk-progressbar-background: #e0e0e0;
  --gtk-progressbar-bar: #3584e4;
  --gtk-switch-background-off: #e0e0e0;
  --gtk-switch-background-on: #3584e4;
  --gtk-switch-button: #ffffff;
  --gtk-alert-background: #bfd7f3;
  --gtk-alert-border: #b2c8e2;
  --gtk-alert-color: #262b31;
  --gtk-alert-button-background: #b0c6e0;
  --gtk-alert-button-background-hover: #a8bdd5;
  --gtk-alert-button-background-active: #91a4b9;
  --gtk-popover-background: #ffffff;
  --gtk-popover-border: #dbdbdb;
  --gtk-breadcrumbs-background-hover: #cfcfcf;
  --gtk-breadcrumbs-background-active: #b3b3b3;
}
html[data-theme='dark'] {
  --gtk-scrollbar: #d2d2d2;
  --gtk-scrollbar-hover: #777777;
  --gtk-application-background: #242424;
  --gtk-application-header-background: #303030;
  --gtk-application-border: #3e3e3e;
  --gtk-border-color: #1f1f1f;
  --gtk-text-color: #ffffff;
  --gtk-button-default-color: #ffffff;
  --gtk-button-default-background: #444444;
  --gtk-button-default-background-hover: #4f4f4f;
  --gtk-button-default-background-active: #6f6f6f;
  --gtk-button-primary-color: #f9fbfe;
  --gtk-button-primary-background: #3584e4;
  --gtk-button-primary-background-hover: #4990e7;
  --gtk-button-primary-background-active: #2a6ab6;
  --gtk-button-soft-background: #333333;
  --gtk-button-soft-background-active: #474747;
  --gtk-sidebar-menu-item-background: #333333;
  --gtk-sidebar-menu-item-background-active: #393939;
  --gtk-sidebar-separator: #4f4f4f;
  --gtk-input-background: #494949;
  --gtk-input-background-modal: #343434;
  --gtk-input-border: #494949;
  --gtk-input-border-focus: #607b9a;
  --gtk-input-border-inner-focus: #607b9a;
  --gtk-input-text: #ffffff;
  --gtk-input-placeholder: #676767;
  --gtk-select-border: #484848;
  --gtk-select-svg: #ffffff;
  --gtk-list-border: #222222;
  --gtk-list-background: #353535;
  --gtk-list-background-hover: #3b3b3b;
  --gtk-list-background-active: #454545;
  --gtk-list-text-muted: #a2a2a2;
  --gtk-progressbar-background: #535353;
  --gtk-progressbar-bar: #3584e4;
  --gtk-switch-background-off: #535353;
  --gtk-switch-background-on: #3584e4;
  --gtk-switch-button-off: #d2d2d2;
  --gtk-alert-background: #29415e;
  --gtk-alert-border: #1a2a3c;
  --gtk-alert-color: #ffffff;
  --gtk-alert-button-background: #3e546e;
  --gtk-alert-button-background-hover: #495d76;
  --gtk-alert-button-background-active: #6a7a8f;
  --gtk-popover-background: #383838;
  --gtk-popover-border: #292929;
  --gtk-breadcrumbs-background-hover: #525252;
  --gtk-breadcrumbs-background-active: #717171;
}
.moveWindowHandler {
  -webkit-app-region: drag;
}
/* BASE */
*::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
*::-webkit-scrollbar-track {
  background-clip: content-box;
}
*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: var(--gtk-scrollbar);
}
*::-webkit-scrollbar-thumb:hover {
  background-color: var(--gtk-scrollbar-hover);
}
*::-webkit-scrollbar-corner,
*::-webkit-scrollbar-track {
  background-color: transparent;
}
* {
          box-sizing: border-box;
  outline: none;
  -webkit-box-sizing: border-box;
}
body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  font: 12px var(--gtk-font);
  color: var(--gtk-text-color);
}
svg {
  fill: var(--gtk-text-color);
}
/* GRID */
.text-unselectable {
  -webkit-user-select: none;
          user-select: none;
}
.text-start {
  text-align: left !important;
}
.text-center {
  justify-content: center !important;
  text-align: center !important;
}
.text-end {
  text-align: right !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.flex-column {
  flex-direction: column !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.gap-1 {
  gap: 0.5rem !important;
}
.gap-2 {
  gap: 1rem !important;
}
.gap-3 {
  gap: 1.5rem !important;
}
.gap-4 {
  gap: 2rem !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* LAYOUT */
.gtk-application {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-height: 100vh;
  height: 100vh;
  border: 1px solid var(--gtk-application-border);
  background: var(--gtk-application-background);
}
.gtk-modal-overlay {
  position: fixed;
  border-radius: 10px;
  background: rgba(0,0,0,0.35);
  inset: 1px;
}
.gtk-modal {
  position: fixed;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.08);
  margin: auto;
  min-height: 100px;
  inset: 0;
}
/* HEADER */
.gtk-application-header {
  display: flex;
  align-items: center;
  padding: 0 6px;
  height: var(--gtk-application-header-height);
  border-bottom: 1px solid var(--gtk-border-color);
  background: var(--gtk-application-header-background);
  gap: 6px;
}
.gtk-application-header--dark {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin: -6px;
  padding-right: 6px;
  padding-left: 6px;
  height: 47px;
  background: var(--gtk-application-background);
  gap: 6px;
}
.gtk-application-title {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 100%;
  font: 600 14px var(--gtk-font);
}
.gtk-application-header-block {
  display: flex;
  gap: 6px;
}
.gtk-application-header-sidebar {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-right: 6px;
  height: 100%;
  width: 298px;
  border-right: 1px solid var(--gtk-border-color);
  gap: 6px;
}
/* BODY */
.gtk-application-body {
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  padding: 0 0 0 6px;
}
.gtk-application-body-sidebar {
  flex-shrink: 0;
  padding: 6px 6px 0 0;
  width: 298px;
  border-right: 1px solid var(--gtk-border-color);
}
.gtk-application-body-content {
  overflow-x: hidden;
  overflow-y: auto;
  flex-grow: 1;
  max-height: calc(100vh - 49px);
}
.gtk-application-body-sidebar--menu {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gtk-application-body-sidebar--menuitem {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 42px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  color: var(--gtk-button-default-color);
          transition: background 0.2s;
  gap: 10px;
  -webkit-transition: background 0.2s;
}
.gtk-application-body-sidebar--menuitem .icon {
  height: 16px;
  width: 16px;
  background: var(--bg-url) no-repeat center / cover;
}
.gtk-application-body-sidebar--menuitem:hover,
.gtk-application-body-sidebar--menuitem.active {
  background: var(--gtk-sidebar-menu-item-background);
}
.gtk-application-body-sidebar--menuitem:active {
  background: var(--gtk-sidebar-menu-item-background-active);
}
.gtk-application-body-sidebar--menuseparator {
  margin-top: 5px;
  margin-bottom: 4px;
  height: 1px;
  background: var(--gtk-sidebar-separator);
}

/* CONTENT LAYOUT */
.gtk-page-container {
  margin: 24px auto;
  padding: 0 11px 0 11px;
  max-width: 569px; /* 547 + 11 + 11 */
}

/* CONTROLS */
.gtk-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  min-width: 89px;
  height: 34px;
  border: 0;
  border-radius: var(--gtk-button-border-radius);
  background: var(--gtk-button-default-background);
  text-decoration: none;
  font: 600 14px var(--gtk-font);
  color: var(--gtk-button-default-color);
          transition: background 0.15s;
  -webkit-transition: background 0.15s;
}
.gtk-button:hover {
  background: var(--gtk-button-default-background-hover);
}
.gtk-button:active {
  background: var(--gtk-button-default-background-active);
}
.gtk-button[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
.gtk-button svg {
  width: 16px;
  fill: var(--gtk-button-default-color);
}
.gtk-button.gtk-button--primary {
  background: var(--gtk-button-primary-background);
  color: var(--gtk-button-primary-color);
}
.gtk-button.gtk-button--primary:hover {
  background: var(--gtk-button-primary-background-hover);
}
.gtk-button.gtk-button--primary:active {
  background: var(--gtk-button-primary-background-active);
}
.gtk-button.gtk-button--primary svg {
  fill: var(--gtk-button-primary-color);
}
.gtk-button.gtk-button--soft {
  background: color-mix(in srgb, var(--gtk-button-soft-background) 0%, transparent);
}
.gtk-button.gtk-button--soft:hover {
  background: var(--gtk-button-soft-background);
}
.gtk-button.gtk-button--soft:active {
  background: var(--gtk-button-soft-background-active);
}
.gtk-button.gtk-button--icon {
  padding: 0;
  min-width: 34px;
  height: 34px;
  width: 34px;
}
.gtk-button.gtk-button--fab {
  margin: 5px;
  padding: 0;
  min-width: 24px;
  height: 24px;
  width: 24px;
  border-radius: 12px;
}

/* Switch */
.gtk-switch {
  overflow: hidden;
  height: 26px;
}
.gtk-switch input + label {
  position: relative;
  overflow: visible;
  outline: none;
}
.gtk-switch input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  border: 0;
}
.gtk-switch label {
  position: relative;
  display: inline-block;
  height: calc(1* var(--switch-size));
  width: calc(2* var(--switch-size));
  border: 1px solid var(--gtk-switch-background-off);
  border-radius: 26px;
  background-color: var(--gtk-switch-background-off);
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  color: rgba(46, 52, 54, 0.2);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gtk-switch input + label::before {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  display: inline-block;
  height: calc(100% - 0px);
  width: calc(100% - 0px);
  border: 2px solid transparent;
  border-radius: inherit;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
  content: '';
}
.gtk-switch label::after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  box-shadow: inset 0 1px white, 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.07);
  margin: -1px -1px;
  height: calc(var(--switch-size) - 2px);
  width: calc(var(--switch-size) - 2px);
  outline-color: rgba(53, 132, 228, 0.5);
  border: 1px solid;
  border-color: #cdc7c2;
  border-color: #cdc7c2;
  border-bottom-color: #bfb8b1;
  border-radius: 50%;
  background-color: #f6f5f4;
  color: #2e3436;
  transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  content: '';
}
.gtk-switch input:checked + label {
  border-color: var(--gtk-switch-background-on);
  background-color: var(--gtk-switch-background-on);
  text-shadow: 0 1px rgba(53, 132, 228, 0.5), 0 0 2px rgba(255, 255, 255, 0.6);
  color: #ffffff;
}
.gtk-switch input:checked + label::after {
  border: 1px solid var(--gtk-switch-background-on);
  transform: translateX(100%);
}

/* Labels */
.gtk-label {
  font-weight: 600;
  font-size: 14px;
}
.gtk-label--modal {
  flex-shrink: 0;
  padding-right: 6px;
  width: 156px;
  text-align: right;
}

/* Text inputs */
.gtk-input-group {
  display: flex;
  align-items: center;
}
.gtk-input {
  display: flex;
  align-items: center;
  padding: 0 6px;
  height: 34px;
  border: 1px solid var(--gtk-input-border);
  border-radius: var(--gtk-input-border-radius);
  background: var(--gtk-input-background);
}
.gtk-input input[type='text'],
.gtk-input input[type='password'],
.gtk-input input[type='number'],
.gtk-input input[type='email'] {
  flex-grow: 1;
  height: 100%;
  border: 0;
  background: none;
  color: var(--gtk-input-text);
}
.gtk-input.gtk-input--modal {
  margin-right: 50px;
  border: 0;
  background: var(--gtk-input-background-modal);
}
.gtk-input input[type='text']::placeholder {
  color: var(--gtk-input-placeholder);
}
.gtk-input input[type='password']::placeholder {
  color: var(--gtk-input-placeholder);
}
.gtk-input input[type='number']::placeholder {
  color: var(--gtk-input-placeholder);
}
.gtk-input input[type='email']::placeholder {
  color: var(--gtk-input-placeholder);
} 
.gtk-input:focus-within {
  box-shadow: 0 0 2px var(--gtk-input-border-focus) inset;
  border-color: var(--gtk-input-border-inner-focus);
}
.gtk-input-icon svg path {
  fill: var(--gtk-input-text);
}
.gtk-selectbox {
  display: flex;
  align-items: center;
  padding: 0;
  padding-left: 3px;
  height: 34px;
  border: 1px solid var(--gtk-input-border);
  border-radius: var(--gtk-input-border-radius);
  background: var(--gtk-input-background);
}
.gtk-selectbox.gtk-input--modal {
  margin-right: 50px;
  border: 0;
  background: var(--gtk-input-background-modal);
}
.gtk-selectbox button {
  display: flex;
  align-items: center;
  height: 100%;
  border: 0;
  background: transparent;
}
.gtk-selectbox button:nth-child(1) {
  flex-grow: 1;
  color: var(--gtk-input-text);
}
.gtk-selectbox button:nth-child(2) {
  justify-content: center;
  padding: 0;
  max-width: 35px;
  width: 35px;
  border-left: 1px solid var(--gtk-select-border);
}
.gtk-selectbox button svg {
  fill: var(--gtk-select-svg);
}
.gtk-selectbox--list {
  position: absolute;
  display: none;
  flex-direction: column;
  padding: 6px;
  border-radius: 9px;
}
.gtk-selectbox.opened + .gtk-selectbox--list {
  display: flex;
}
.gtk-selectbox--list > div {
  height: 32px;
  border-radius: 4px;
}

/* Lists */
.gtk-list {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  box-shadow: 0px 1px 4px var(--gtk-list-border);
  border: 1px solid var(--gtk-list-border);
  border-radius: 10px;
}
.gtk-list-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 14px;
  height: 54px;
  border-bottom: 1px solid var(--gtk-list-border);
  background: var(--gtk-list-background);
  font-weight: 500;
  font-size: 14px;
          transition: background 0.15s;
  -webkit-transition: background 0.15s;
  gap: 6px;
}
.gtk-list-item.loading:before {
  position: absolute;
  right: 2px;
  bottom: 2px;
  left: 2px;
  height: 4px;
  border-radius: 4px;
  background: var(--gtk-progressbar-background);
  content: '';
}
.gtk-list-item.loading:after {
  position: absolute;
  bottom: 2px;
  left: 2px;
  height: 4px;
  width: calc(var(--w,0%) - 4px);
  border-radius: 4px;
  background: var(--gtk-progressbar-bar);
  content: '';
}
.gtk-list-item:hover {
  background: var(--gtk-list-background-hover);
}
.gtk-list-item:active {
  background: var(--gtk-list-background-active);
}
.gtk-list-item:last-child {
  border-bottom: 0;
}
.gtk-list-item.unselectable {
  background: var(--gtk-list-background);
}
.gtk-list-item-text-muted {
  color: var(--gtk-list-text-muted);
}
/* Gtk alerts */
.gtk-alert-block {
  display: flex;
  align-items: center;
  padding: 0 15px 0 20px;
  height: 70px;
  border-bottom: 1px solid var(--gtk-alert-border);
  background: var(--gtk-alert-background);
  color: var(--gtk-alert-color);
}
.gtk-alert-block svg {
  fill: var(--gtk-alert-color);
}
.gtk-alert-block .gtk-button {
  background: var(--gtk-alert-button-background);
}
.gtk-alert-block .gtk-button:hover {
  background: var(--gtk-alert-button-background-hover);
}
.gtk-alert-block .gtk-button:active {
  background: var(--gtk-alert-button-background-active);
}
/* Tabs */
.gtk-tabs {
  display: flex;
  box-shadow: 0 1px 0 var(--gtk-border-color);
  padding: 0 8px;
  height: 37px;
}
.gtk-tabs .gtk-tab {
  position: relative;
  padding: 0 12px;
  height: 100%;
  border: 0;
  background: none;
  color: var(--gtk-text-color);
}
.gtk-tabs .gtk-tab:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0px;
  background: #3584e4;
  transition: height 0.1s;
  content: '';
}
.gtk-tabs .gtk-tab.active:before {
  height: 4px;
}
/* POPOVERS */
.gtk-popover {
  position: relative;
}
.gtk-popover-inner {
  position: absolute;
  bottom: -50px;
  z-index: 9;
  display: none;
  padding: 10px;
  width: var(--width, 250px);
  border: 1px solid var(--gtk-popover-border);
  border-radius: 9px;
  background: var(--gtk-popover-background);
  transform: translateX(calc(-50% - -17px));
}
.gtk-popover-inner:before {
  position: absolute;
  top: -13px;
  right: 0;
  left: 0;
  z-index: -1;
  margin: auto;
  height: 0px;
  width: 0px;
  border-width: 0 12.5px 13px 12.5px;
  border-style: solid;
  border-color: transparent transparent var(--gtk-popover-background) transparent;
  transform: rotate(0deg);
  content: '';
  filter: drop-shadow(0 -1px 1px var(--gtk-popover-border));
}
.gtk-popover.active .gtk-popover-inner {
  display: block;
}

.gtk-files {
  display: grid;
  grid-template-columns: repeat(var(--cols), minmax(0,1fr));
  padding: 10px;
  --cols: 10;
  gap: 10px;
}

.gtk-files--item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100px;
  text-decoration: none;
  gap: 10px;
}
.gtk-files--item-icon {
  height: 48px;
  width: 48px;
  background: var(--bg-url) no-repeat center / 48px;
}
.gtk-files--item-caption {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--gtk-text-color);
}

.gtk-breadcrumbs {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  height: 35px;
  border-radius: 6px;
  background: var(--gtk-input-background-modal);
}
.gtk-breadcrumbs--splitter {
  width: 11px;
}
.gtk-breadcrumbs--item {
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: 0 10px;
  height: 28px;
  border-radius: 6px;
  text-overflow: hidden;
  white-space: nowrap;
  font-weight: 500;
  font-size: 12px;
  transition: background 0.2s;
}
.gtk-breadcrumbs--item:hover {
  background: var(--gtk-breadcrumbs-background-hover);
}
.gtk-breadcrumbs--item:active {
  background: var(--gtk-breadcrumbs-background-active);
}
.gtk-breadcrumbs--item:first-child {
  min-width: 14px;
}

.gtk-audio-container {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 6px;
  height: 47px;
  border-top: 1px solid var(--gtk-border-color);
  gap: 6px;
}
.gtk-audio-container[data-state='stop'] [data-action='pause'],
.gtk-audio-container[data-state='paused'] [data-action='pause'] {
  display: none;
}
.gtk-audio-container[data-state='playing'] [data-action='play'] {
  display: none;
}
.gtk-audio-caption {
  overflow: hidden;
  min-width: 120px;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gtk-audio-caption > div {
  overflow: hidden;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gtk-audio-caption > div:nth-child(2) {
  opacity: 0.5;
}
.gtk-audio-progressbar {
  flex-grow: 1;
  height: 4px;
  border-radius: 4px;
  background: var(--gtk-progressbar-background);
}
.gtk-audio-progressbar > div {
  height: 4px;
  border-radius: 4px;
  background: var(--gtk-progressbar-bar);
}
@media(max-width:1080px) {
  .gtk-files {
  	--cols: 9;
  }
}
@media(max-width:1010px) {
  .gtk-files {
  	--cols: 8;
  }
}
@media(max-width:920px) {
  .gtk-files {
  	--cols: 7;
  }
}
@media(max-width:850px) {
  .gtk-files {
  	--cols: 6;
  }
}
@media(max-width:420px) {
  .gtk-files {
  	--cols: 5;
  }
}
@media(max-width:350px) {
  .gtk-files {
  	--cols: 4;
  }
}
@media(max-width:280px) {
  .gtk-files {
  	--cols: 3;
  }
}
@media(max-width:230px) {
  .gtk-files {
  	--cols: 2;
  }
}
@media(max-width:640px) {
  .gtk-application-header-sidebar,
  .gtk-application-body-sidebar {
  	display: none;
  }
}