
.drivePage[data-v-5d068c11] {
  position: relative;
  width: calc(100% - 14px);
  margin: 0 7px;
  padding: 24px 0 76px;
}
.driveToolbar[data-v-5d068c11] {
  min-height: 112px;
  padding: 24px 2px 18px;
  border-bottom: 1px solid var(--module_dock_border);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
}
.driveToolbar p[data-v-5d068c11],
.driveModal header p[data-v-5d068c11] {
  margin: 0;
  font-size: 9px;
  font-weight: 600;
  line-height: 13px;
  opacity: 0.5;
}
.driveToolbar h2[data-v-5d068c11] {
  margin: 5px 0 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
}
.driveCommands[data-v-5d068c11] {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 7px;
}
.driveCommands button[data-v-5d068c11],
.drivePrimaryButton[data-v-5d068c11],
.drivePreviewModal footer button[data-v-5d068c11] {
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid var(--module_dock_border);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: inherit;
  background: var(--item_bg_color);
  font-size: 10px;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.driveCommands button[data-v-5d068c11]:hover,
.drivePreviewModal footer button[data-v-5d068c11]:hover {
  border-color: var(--module_dock_active_border);
  background: var(--item_hover_color);
  transform: translateY(-1px);
}
.driveCommands button[data-v-5d068c11]:active,
.drivePreviewModal footer button[data-v-5d068c11]:active {
  transform: scale(0.97);
}
.driveCommands button[data-v-5d068c11]:disabled {
  opacity: 0.28;
  pointer-events: none;
}
.driveAuthButton.is-authenticated[data-v-5d068c11] {
  border-color: rgba(148, 224, 178, 0.34);
}
.driveFileInput[data-v-5d068c11] {
  position: fixed;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.driveBreadcrumb[data-v-5d068c11] {
  min-height: 54px;
  padding: 8px 1px;
  border-bottom: 1px solid var(--module_dock_border);
  display: flex;
  align-items: center;
  gap: 3px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.driveBreadcrumb button[data-v-5d068c11] {
  min-height: 30px;
  padding: 0 8px;
  border: 0;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
  color: inherit;
  background: transparent;
  font-size: 10px;
  opacity: 0.52;
  cursor: pointer;
}
.driveBreadcrumb button[data-v-5d068c11]:hover,
.driveBreadcrumb button.is-current[data-v-5d068c11] {
  background: var(--item_bg_color);
  opacity: 1;
}
.driveNotice[data-v-5d068c11] {
  min-height: 42px;
  margin-top: 10px;
  padding: 0 12px;
  border: 1px solid var(--module_dock_border);
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--item_bg_color);
  font-size: 10px;
}
.driveNotice.is-error[data-v-5d068c11] { color: #ffb4b4;
}
.driveTableWrap[data-v-5d068c11] {
  overflow-x: auto;
  border-bottom: 1px solid var(--module_dock_active_border);
}
.driveTable[data-v-5d068c11] {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.driveTable th[data-v-5d068c11] {
  height: 42px;
  padding: 0 12px;
  border-bottom: 1px solid var(--module_dock_border);
  font-size: 8px;
  font-weight: 600;
  text-align: left;
  opacity: 0.46;
}
.driveTable th[data-v-5d068c11]:first-child { width: auto;
}
.driveTable .is-size[data-v-5d068c11] { width: 96px;
}
.driveTable .is-date[data-v-5d068c11] { width: 164px;
}
.driveTable .is-actions[data-v-5d068c11] { width: 112px;
}
.driveTable tbody tr[data-v-5d068c11] {
  height: 62px;
  border-bottom: 1px solid color-mix(in srgb, var(--module_dock_border) 72%, transparent);
  animation: driveRowReveal-5d068c11 0.42s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--file-index) * 35ms);
  transition: background-color 0.2s ease;
}
.driveTable tbody tr[data-v-5d068c11]:hover { background: color-mix(in srgb, var(--item_hover_color) 68%, transparent);
}
.driveTable td[data-v-5d068c11] {
  padding: 0 12px;
  font-size: 10px;
  opacity: 0.62;
}
.driveFileName[data-v-5d068c11] {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
}
.driveFileName svg[data-v-5d068c11] { flex: 0 0 auto; opacity: 0.74;
}
.driveFileName span[data-v-5d068c11] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.driveFileName.is-folder[data-v-5d068c11] { cursor: pointer; opacity: 1;
}
.driveFileName.is-folder:hover span[data-v-5d068c11] { text-decoration: underline; text-underline-offset: 3px;
}
.driveRowActions[data-v-5d068c11] {
  display: flex;
  justify-content: flex-end;
  gap: 3px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.driveTable tr:hover .driveRowActions[data-v-5d068c11],
.driveRowActions[data-v-5d068c11]:focus-within { opacity: 1;
}
.driveRowActions button[data-v-5d068c11],
.driveModal header > button[data-v-5d068c11] {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  display: grid;
  place-items: center;
  color: inherit;
  background: transparent;
  cursor: pointer;
}
.driveRowActions button[data-v-5d068c11]:hover,
.driveModal header > button[data-v-5d068c11]:hover {
  border-color: var(--weather_dialog_line);
  background: var(--weather_dialog_control_hover);
}
.driveRowActions button.is-danger[data-v-5d068c11]:hover { color: #ff8e8e;
}
.driveSkeleton[data-v-5d068c11] {
  border-bottom: 1px solid var(--module_dock_border);
}
.driveSkeleton span[data-v-5d068c11] {
  height: 62px;
  border-bottom: 1px solid var(--module_dock_border);
  display: block;
  background: linear-gradient(100deg, transparent 20%, var(--item_bg_color) 45%, transparent 70%);
  background-size: 220% 100%;
  animation: driveShimmer-5d068c11 1.35s ease-in-out infinite;
}
.driveState[data-v-5d068c11] {
  min-height: 340px;
  border-bottom: 1px solid var(--module_dock_border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.driveState h3[data-v-5d068c11] { margin-top: 14px; font-size: 18px; line-height: 25px;
}
.driveState p[data-v-5d068c11] { margin: 6px 0 0; font-size: 10px; line-height: 17px; opacity: 0.54;
}
.driveState button[data-v-5d068c11] {
  min-height: 36px;
  margin-top: 18px;
  padding: 0 14px;
  border: 1px solid var(--module_dock_border);
  border-radius: 6px;
  color: inherit;
  background: var(--item_bg_color);
  font-size: 10px;
  cursor: pointer;
}
.driveDropOverlay[data-v-5d068c11] {
  position: absolute;
  inset: 18px 0 70px;
  z-index: 4;
  border: 1px dashed var(--module_dock_active_border);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: color-mix(in srgb, var(--item_bg_color) 86%, rgba(20, 21, 24, 0.7));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  font-size: 11px;
  pointer-events: none;
}
.driveModalBackdrop[data-v-5d068c11] {
  position: fixed;
  inset: 0;
  z-index: 99999;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--weather_dialog_backdrop);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.driveModal[data-v-5d068c11] {
  width: min(420px, 100%);
  padding: 20px;
  border: 1px solid var(--weather_dialog_border);
  border-radius: 8px;
  color: var(--weather_dialog_text);
  background: var(--weather_dialog_bg);
  box-shadow: 0 24px 70px -34px var(--weather_dialog_shadow), inset 0 1px 0 var(--weather_dialog_inset);
}
.driveModal header[data-v-5d068c11] {
  min-height: 56px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--weather_dialog_line);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.driveModal h3[data-v-5d068c11] {
  margin: 3px 0 0;
  font-size: 18px;
  line-height: 24px;
}
.driveModal label[data-v-5d068c11] {
  margin-bottom: 7px;
  display: block;
  color: var(--weather_dialog_muted);
  font-size: 9px;
  line-height: 13px;
}
.driveInputWrap[data-v-5d068c11] {
  height: 46px;
  border: 1px solid var(--weather_dialog_line_strong);
  border-radius: 6px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  background: var(--weather_dialog_control_bg);
}
.driveInputWrap svg[data-v-5d068c11] { justify-self: end; margin-right: 8px; color: var(--weather_dialog_subtle);
}
.driveInputWrap input[data-v-5d068c11] {
  width: 100%;
  height: 100%;
  padding-right: 12px;
  border: 0;
  outline: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-size: 12px;
  user-select: text;
}
.driveFormError[data-v-5d068c11] {
  margin: 8px 0 0;
  color: #b14646;
  font-size: 9px;
  line-height: 14px;
}
.drivePrimaryButton[data-v-5d068c11] {
  width: 100%;
  margin-top: 18px;
  border-color: var(--weather_dialog_active_bg);
  color: var(--weather_dialog_active_text);
  background: var(--weather_dialog_active_bg);
}
.drivePrimaryButton[data-v-5d068c11]:disabled { opacity: 0.5;
}
.drivePreviewModal[data-v-5d068c11] {
  width: min(920px, 100%);
  max-height: calc(100dvh - 36px);
  display: flex;
  flex-direction: column;
}
.drivePreviewModal header[data-v-5d068c11] { flex: 0 0 auto;
}
.drivePreviewModal h3[data-v-5d068c11] {
  max-width: min(70vw, 720px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.drivePreviewBody[data-v-5d068c11] {
  min-height: 260px;
  max-height: 68dvh;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drivePreviewBody img[data-v-5d068c11],
.drivePreviewBody video[data-v-5d068c11] {
  max-width: 100%;
  max-height: 64dvh;
  border-radius: 6px;
  display: block;
}
.drivePreviewBody audio[data-v-5d068c11] { width: min(520px, 100%);
}
.drivePreviewBody iframe[data-v-5d068c11] { width: 100%; height: 64dvh; border: 0; border-radius: 6px;
}
.drivePreviewBody pre[data-v-5d068c11] {
  width: 100%;
  min-height: 260px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--weather_dialog_line);
  border-radius: 6px;
  overflow: auto;
  background: var(--weather_dialog_control_bg);
  font: 11px/19px "Cascadia Code", Consolas, monospace;
  white-space: pre;
  user-select: text;
}
.drivePreviewLoading[data-v-5d068c11] { width: 100%; display: grid; gap: 9px;
}
.drivePreviewLoading span[data-v-5d068c11] {
  height: 260px;
  border-radius: 6px;
  background: linear-gradient(100deg, var(--weather_dialog_surface) 20%, var(--weather_dialog_control_hover) 45%, var(--weather_dialog_surface) 70%);
  background-size: 220% 100%;
  animation: driveShimmer-5d068c11 1.35s ease-in-out infinite;
}
.drivePreviewModal footer[data-v-5d068c11] {
  padding-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.drivePreviewModal footer button[data-v-5d068c11] {
  color: var(--weather_dialog_text);
  background: var(--weather_dialog_control_bg);
}
.drive-modal-enter-active[data-v-5d068c11],
.drive-modal-leave-active[data-v-5d068c11] { transition: opacity 0.22s ease;
}
.drive-modal-enter-active .driveModal[data-v-5d068c11],
.drive-modal-leave-active .driveModal[data-v-5d068c11] { transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.22s ease;
}
.drive-modal-enter-from[data-v-5d068c11],
.drive-modal-leave-to[data-v-5d068c11] { opacity: 0;
}
.drive-modal-enter-from .driveModal[data-v-5d068c11],
.drive-modal-leave-to .driveModal[data-v-5d068c11] { opacity: 0; transform: translateY(10px) scale(0.98);
}
.srOnly[data-v-5d068c11] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes driveRowReveal-5d068c11 {
from { opacity: 0; transform: translateY(6px);
}
to { opacity: 1; transform: translateY(0);
}
}
@keyframes driveShimmer-5d068c11 {
from { background-position: 120% 0;
}
to { background-position: -120% 0;
}
}
@media (max-width: 800px) {
.drivePage[data-v-5d068c11] { width: calc(100% - 18px); margin: 0 9px;
}
.driveRowActions[data-v-5d068c11] { opacity: 1;
}
}
@media (max-width: 640px) {
.driveToolbar[data-v-5d068c11] {
    align-items: flex-start;
    flex-direction: column;
}
.driveCommands[data-v-5d068c11] { width: 100%; justify-content: flex-start;
}
.driveCommands .driveAuthButton[data-v-5d068c11] { margin-left: auto;
}
.driveCommands button span[data-v-5d068c11] { display: none;
}
.driveCommands button[data-v-5d068c11] { width: 36px; padding: 0;
}
.driveTable .is-size[data-v-5d068c11],
  .driveTable .is-date[data-v-5d068c11] { display: none;
}
.driveTable .is-actions[data-v-5d068c11] { width: 104px;
}
.driveTable th[data-v-5d068c11],
  .driveTable td[data-v-5d068c11] { padding-right: 7px; padding-left: 7px;
}
.driveModalBackdrop[data-v-5d068c11] { padding: 10px;
}
.drivePreviewModal[data-v-5d068c11] { max-height: calc(100dvh - 20px);
}
.drivePreviewBody[data-v-5d068c11] { max-height: 72dvh;
}
}
@media (prefers-reduced-motion: reduce) {
.driveTable tbody tr[data-v-5d068c11],
  .driveSkeleton span[data-v-5d068c11],
  .drivePreviewLoading span[data-v-5d068c11] { animation: none;
}
.driveCommands button[data-v-5d068c11],
  .driveRowActions[data-v-5d068c11],
  .drive-modal-enter-active[data-v-5d068c11],
  .drive-modal-leave-active[data-v-5d068c11],
  .drive-modal-enter-active .driveModal[data-v-5d068c11],
  .drive-modal-leave-active .driveModal[data-v-5d068c11] { transition: none;
}
}
