<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  overflow-y: auto;
}

.button {
  border-radius: 0px !important;
}

[v-cloak] {
  display: none;
}

body {
  width: 100vw;
  min-height: 100vh;
  position: relative;
  padding: 1.25rem 2.5rem 2.5rem 1.5rem;
  background-color: #f5f5f5;
  overflow-y: auto;
}

.button.is-primary {
  background-color: var(--primary-color) !important;
}

.button.is-primary.is-outlined {
  background-color: transparent !important;
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

.button.is-text {
  padding: 0 !important;
  height: auto !important;
  text-decoration: none !important;
  box-shadow: none !important;
  background-color: unset !important;
  user-select: text !important;
  color: var(--primary-color) !important;
  font-weight: 500;
}

.button.is-text:focus {
  font-weight: bold;
}

.name-column-icon {
  display: block;
  text-align: left;
  flex-grow: 0;
  flex-shrink: 0;
}

.name-column-install-button {
  height: 0;
  padding: 0.6rem;
  margin-top: 0.4rem;
  font-size: 0.8rem;
}

.name-column-details {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
  min-width: 5rem;
  font-size: 0.85rem;
  line-height: 1.5rem;
  flex-direction: column;
}

.footer-bucket-url {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0.5rem;
  font-size: small;
  text-align: center;
  color: darkgray;
}

.footer-bucket-url a {
  color: inherit;
}

@media screen and (max-width: 768px) {
  .name-column::before {
    display: none !important;
  }

  .size-column,
  .modified-column {
    display: none !important;
  }
}

.logo {
  max-width: 260px;
}

/* Base styles */
html {
  overflow-y: auto;
}

/* Table styles */
.name-column-content {
  display: flex;
  align-items: center;
}

.name-column-text {
  text-align: left;
}

.file-name-button {
  text-align: left;
  white-space: pre-wrap;
}

/* Breadcrumb styles */
.breadcrumb-button {
  white-space: pre;
}

/* Pagination styles */
.pagination-container {
  margin-top: 1rem;
}

/* Footer styles */
.footer-text {
  font-size: 0.7rem;
}

/* Logo styles */
.logo {
  max-width: 260px;
}

.footer-text {
  font-size: 0.7rem;
}
</pre></body></html>