
/* Premium cloud skin v1 */

:root {
  --be-premium-cyan: 54 198 255;
  --be-premium-violet: 83 102 255;
  --be-premium-emerald: 52 199 170;
  --be-premium-shadow: 10 16 32;
  --be-premium-shadow-strong: 4 10 24;
}

.be-admin-style-panel {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  width: min(390px, calc(100vw - 24px));
  border-radius: 24px;
  border: 1px solid rgb(15 23 42 / 0.08);
  background: rgb(248 250 255 / 0.94);
  color: rgb(15 23 42 / 0.94);
  box-shadow: 0 24px 60px -34px rgb(15 23 42 / 0.34);
  backdrop-filter: blur(24px);
  overflow: hidden;
}

.dark .be-admin-style-panel {
  border-color: rgb(255 255 255 / 0.08);
  background: rgb(8 13 24 / 0.92);
  color: rgb(238 246 255 / 0.94);
  box-shadow: 0 28px 70px -40px rgb(0 0 0 / 0.58);
}

.be-admin-style-panel.is-collapsed .be-admin-style-panel__body {
  display: none;
}

.be-admin-style-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 14px;
}

.be-admin-style-panel__eyebrow {
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(71 85 105 / 0.85);
}

.dark .be-admin-style-panel__eyebrow {
  color: rgb(191 219 254 / 0.72);
}

.be-admin-style-panel__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.be-admin-style-panel__description {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgb(71 85 105 / 0.92);
}

.dark .be-admin-style-panel__description {
  color: rgb(203 213 225 / 0.76);
}

.be-admin-style-panel__icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid rgb(15 23 42 / 0.08);
  background: rgb(255 255 255 / 0.74);
  color: inherit;
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease,
    border-color 0.18s ease;
}

.dark .be-admin-style-panel__icon-button {
  border-color: rgb(255 255 255 / 0.08);
  background: rgb(255 255 255 / 0.04);
}

.be-admin-style-panel__icon-button:hover {
  transform: translateY(-1px);
}

.be-admin-style-panel__body {
  padding: 0 18px 18px;
}

.be-admin-style-panel__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.be-admin-style-panel__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgb(83 102 255 / 0.08);
  color: rgb(67 56 202 / 0.92);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.dark .be-admin-style-panel__chip {
  background: rgb(143 176 255 / 0.12);
  color: rgb(219 234 254 / 0.9);
}

.be-admin-style-panel__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.be-admin-style-choice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-height: 128px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgb(15 23 42 / 0.08);
  background: rgb(255 255 255 / 0.72);
  color: inherit;
  cursor: pointer;
  text-align: left;
  transition: transform 0.18s ease, border-color 0.18s ease,
    box-shadow 0.18s ease, background-color 0.18s ease;
}

.dark .be-admin-style-choice {
  border-color: rgb(255 255 255 / 0.08);
  background: rgb(255 255 255 / 0.04);
}

.be-admin-style-choice:hover {
  transform: translateY(-1px);
  border-color: rgb(83 102 255 / 0.24);
  box-shadow: 0 18px 36px -28px rgb(83 102 255 / 0.34);
}

.be-admin-style-choice.is-active {
  border-color: rgb(83 102 255 / 0.4);
  background: linear-gradient(
    180deg,
    rgb(83 102 255 / 0.14),
    rgb(54 198 255 / 0.08)
  );
  box-shadow: 0 22px 42px -30px rgb(83 102 255 / 0.34);
}

.dark .be-admin-style-choice.is-active {
  background: linear-gradient(
    180deg,
    rgb(143 176 255 / 0.18),
    rgb(54 198 255 / 0.1)
  );
}

.be-admin-style-choice__badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgb(15 23 42 / 0.06);
  color: rgb(15 23 42 / 0.72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dark .be-admin-style-choice__badge {
  background: rgb(255 255 255 / 0.08);
  color: rgb(226 232 240 / 0.76);
}

.be-admin-style-choice__name {
  font-size: 15px;
  font-weight: 700;
}

.be-admin-style-choice__meta {
  font-size: 12px;
  line-height: 1.55;
  color: rgb(71 85 105 / 0.92);
}

.dark .be-admin-style-choice__meta {
  color: rgb(203 213 225 / 0.76);
}

.be-admin-style-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.be-admin-style-panel__action,
.be-admin-style-panel__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgb(15 23 42 / 0.08);
  background: rgb(255 255 255 / 0.72);
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease,
    background-color 0.18s ease;
}

.dark .be-admin-style-panel__action,
.dark .be-admin-style-panel__link {
  border-color: rgb(255 255 255 / 0.08);
  background: rgb(255 255 255 / 0.04);
}

.be-admin-style-panel__action:hover,
.be-admin-style-panel__link:hover {
  transform: translateY(-1px);
  border-color: rgb(83 102 255 / 0.22);
}

.be-admin-style-panel__action.is-primary {
  border-color: rgb(83 102 255 / 0.28);
  background: linear-gradient(
    180deg,
    rgb(83 102 255 / 0.16),
    rgb(54 198 255 / 0.08)
  );
}

.be-admin-style-panel__footer {
  margin-top: 12px;
  min-height: 18px;
  font-size: 12px;
  line-height: 1.5;
  color: rgb(71 85 105 / 0.88);
}

.dark .be-admin-style-panel__footer {
  color: rgb(203 213 225 / 0.74);
}

.be-admin-style-panel__footer.is-ok {
  color: rgb(5 150 105 / 0.92);
}

.dark .be-admin-style-panel__footer.is-ok {
  color: rgb(110 231 183 / 0.92);
}

.be-admin-style-panel__footer.is-error {
  color: rgb(220 38 38 / 0.92);
}

.dark .be-admin-style-panel__footer.is-error {
  color: rgb(252 165 165 / 0.92);
}

.be-admin-style-panel.is-busy {
  pointer-events: none;
}

.be-admin-style-panel.is-busy .be-admin-style-choice,
.be-admin-style-panel.is-busy .be-admin-style-panel__action,
.be-admin-style-panel.is-busy .be-admin-style-panel__link,
.be-admin-style-panel.is-busy .be-admin-style-panel__icon-button {
  opacity: 0.7;
}

html[data-ui-style-preset="premium"] {
  --be-button-radius: 1rem;
  --be-input-radius: 1rem;
  --be-panel-radius: 1.375rem;
}

html[data-ui-style-preset="premium"]:not(.dark) {
  color-scheme: light;
  --be-fg-base: 11 18 33;
  --be-primary-light: 201 227 255;
  --be-primary: 83 102 255;
  --be-primary-dark: 46 63 207;
  --be-on-primary: 255 255 255;
  --be-bg: 246 249 254;
  --be-bg-alt: 238 243 251;
  --be-bg-chip: 228 235 247;
  --be-bg-elevated: 255 255 255;
  --be-disabled-bg-opacity: 12%;
  --be-disabled-fg-opacity: 28%;
  --be-hover-opacity: 6%;
  --be-focus-opacity: 14%;
  --be-selected-opacity: 10%;
  --be-text-main-opacity: 94%;
  --be-text-muted-opacity: 62%;
  --be-divider-opacity: 9%;
  --be-premium-panel-highlight: 255 255 255;
}

html[data-ui-style-preset="premium"].dark {
  color-scheme: dark;
  --be-fg-base: 238 246 255;
  --be-primary-light: 185 214 255;
  --be-primary: 143 176 255;
  --be-primary-dark: 105 140 255;
  --be-on-primary: 8 13 24;
  --be-bg: 8 13 24;
  --be-bg-alt: 12 18 32;
  --be-bg-chip: 24 34 54;
  --be-bg-elevated: 16 24 40;
  --be-disabled-bg-opacity: 14%;
  --be-disabled-fg-opacity: 30%;
  --be-hover-opacity: 8%;
  --be-focus-opacity: 14%;
  --be-selected-opacity: 18%;
  --be-text-main-opacity: 100%;
  --be-text-muted-opacity: 74%;
  --be-divider-opacity: 10%;
  --be-premium-panel-highlight: 255 255 255;
}

html[data-ui-style-preset="premium"] body {
  background:
    radial-gradient(
      1300px 760px at 0% 0%,
      rgb(var(--be-primary) / 0.1),
      transparent 44%
    ),
    radial-gradient(
      1100px 620px at 100% 0%,
      rgb(var(--be-premium-cyan) / 0.08),
      transparent 36%
    ),
    linear-gradient(
      180deg,
      rgb(var(--be-bg-alt)) 0%,
      rgb(var(--be-bg)) 48%,
      rgb(var(--be-bg-alt)) 100%
    );
  color: rgb(var(--be-fg-base) / var(--be-text-main-opacity));
}

html[data-ui-style-preset="premium"] body::before,
html[data-ui-style-preset="premium"] body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: -1;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.18;
}

html[data-ui-style-preset="premium"] body::before {
  top: -10rem;
  left: -10rem;
  background: rgb(var(--be-primary));
}

html[data-ui-style-preset="premium"] body::after {
  right: -8rem;
  top: 8rem;
  background: rgb(var(--be-premium-cyan));
}

html[data-ui-style-preset="premium"] #root {
  position: relative;
  min-height: 100vh;
}

html[data-ui-style-preset="premium"] .dashboard-rounded-panel,
html[data-ui-style-preset="premium"] .rounded-panel {
  border-color: rgb(var(--be-fg-base) / 0.08);
  background-color: rgb(var(--be-bg-elevated) / 0.84);
  box-shadow:
    0 20px 56px -38px rgb(var(--be-premium-shadow) / 0.4),
    inset 0 1px 0 rgb(var(--be-premium-panel-highlight) / 0.48);
  backdrop-filter: blur(24px);
}

html[data-ui-style-preset="premium"].dark .dashboard-rounded-panel,
html[data-ui-style-preset="premium"].dark .rounded-panel {
  background-image: linear-gradient(
    180deg,
    rgb(255 255 255 / 0.025),
    rgb(255 255 255 / 0)
  );
  box-shadow:
    0 26px 70px -46px rgb(0 0 0 / 0.66),
    inset 0 1px 0 rgb(255 255 255 / 0.05);
}

html[data-ui-style-preset="premium"] .compact-scrollbar::-webkit-scrollbar-thumb {
  background: rgb(var(--be-primary) / 0.28);
}

html[data-ui-style-preset="premium"].dark .compact-scrollbar::-webkit-scrollbar-thumb {
  background: rgb(var(--be-primary) / 0.4);
}

html[data-ui-style-preset="premium"] .compact-scrollbar {
  scrollbar-color: rgb(var(--be-primary) / 0.28) transparent;
}

html[data-ui-style-preset="premium"] a {
  transition: color 0.18s ease, opacity 0.18s ease;
}

html[data-ui-style-preset="premium"] a:hover {
  opacity: 0.94;
}

html[data-ui-style-preset="premium"] :focus-visible {
  outline: none;
  box-shadow:
    0 0 0 1px rgb(var(--be-primary) / 0.22),
    0 0 0 6px rgb(var(--be-primary) / 0.14);
  border-radius: calc(var(--be-input-radius) + 2px);
}

html[data-ui-style-preset="premium"] input,
html[data-ui-style-preset="premium"] textarea,
html[data-ui-style-preset="premium"] select {
  border-color: rgb(var(--be-fg-base) / 0.08);
  background-color: rgb(var(--be-bg-elevated) / 0.76);
  box-shadow: inset 0 1px 0 rgb(var(--be-premium-panel-highlight) / 0.36);
}

html[data-ui-style-preset="premium"] button,
html[data-ui-style-preset="premium"] [role="button"] {
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease;
}

html[data-ui-style-preset="premium"] button:hover,
html[data-ui-style-preset="premium"] [role="button"]:hover {
  transform: translateY(-1px);
}

html[data-ui-style-preset="premium"] button:active,
html[data-ui-style-preset="premium"] [role="button"]:active {
  transform: translateY(0);
}

html[data-ui-style-preset="premium"] [role="grid"] {
  overflow: hidden;
  border: 1px solid rgb(var(--be-fg-base) / 0.07);
  border-radius: calc(var(--be-panel-radius) + 2px);
  background: rgb(var(--be-bg-elevated) / 0.44);
}

html[data-ui-style-preset="premium"] [role="grid"] > [role="row"]:first-child {
  background: rgb(var(--be-bg-alt) / 0.72);
  border-bottom: 1px solid rgb(var(--be-fg-base) / 0.07);
  backdrop-filter: blur(16px);
}

html[data-ui-style-preset="premium"] [role="row"][data-drive-entry-id] {
  border-bottom: 1px solid rgb(var(--be-fg-base) / 0.05);
  transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

html[data-ui-style-preset="premium"] [role="row"][data-drive-entry-id]:hover {
  background: rgb(var(--be-primary) / 0.06);
}

html[data-ui-style-preset="premium"] body.be-scope-drive .file-grid {
  gap: 14px;
}

html[data-ui-style-preset="premium"] body.be-scope-drive [data-drive-entry-item] {
  border-color: rgb(var(--be-fg-base) / 0.08);
  background:
    linear-gradient(
      180deg,
      rgb(var(--be-bg-elevated)) 0%,
      rgb(var(--be-bg-alt) / 0.86) 100%
    );
  box-shadow: 0 18px 42px -32px rgb(var(--be-premium-shadow) / 0.34);
}

html[data-ui-style-preset="premium"] body.be-scope-drive [data-drive-entry-item]:hover {
  transform: translateY(-2px);
  border-color: rgb(var(--be-primary) / 0.24);
  box-shadow: 0 24px 52px -34px rgb(var(--be-primary) / 0.28);
}

html[data-ui-style-preset="premium"] body.be-scope-drive .breadcrumb-root {
  gap: 4px;
}

html[data-ui-style-preset="premium"] body.be-scope-drive .breadcrumb-root a,
html[data-ui-style-preset="premium"] body.be-scope-drive .breadcrumb-root button,
html[data-ui-style-preset="premium"] body.be-scope-drive .breadcrumb-root [role="button"] {
  border-radius: 999px;
  padding: 6px 10px;
}

html[data-ui-style-preset="premium"] body.be-scope-drive .breadcrumb-root a:hover,
html[data-ui-style-preset="premium"] body.be-scope-drive .breadcrumb-root button:hover,
html[data-ui-style-preset="premium"] body.be-scope-drive .breadcrumb-root [role="button"]:hover {
  background: rgb(var(--be-primary) / 0.08);
}

html[data-ui-style-preset="premium"] body.be-scope-drive .tree-label {
  border-radius: 14px;
  transition: background-color 0.18s ease, color 0.18s ease,
    transform 0.18s ease;
}

html[data-ui-style-preset="premium"] body.be-scope-drive .tree-label:hover {
  background: rgb(var(--be-primary) / 0.08);
}

html[data-ui-style-preset="premium"] body.be-scope-drive .entry-action-list.rounded-panel {
  background: rgb(var(--be-primary) / 0.06);
  border-color: rgb(var(--be-primary) / 0.2);
  box-shadow: 0 18px 44px -34px rgb(var(--be-primary) / 0.34);
}

html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-content .dashboard-grid-header {
  position: relative;
  border-bottom-color: rgb(var(--be-fg-base) / 0.06);
  background:
    linear-gradient(
      180deg,
      rgb(var(--be-bg-elevated) / 0.92),
      rgb(var(--be-bg-elevated) / 0.68)
    );
  backdrop-filter: blur(22px);
}

html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-content .sticky.top-0 {
  background: rgb(var(--be-bg-elevated) / 0.82);
  border-bottom-color: rgb(var(--be-fg-base) / 0.08);
  backdrop-filter: blur(22px);
}

html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-sidenav-left .text-xs.font-semibold.uppercase,
html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-sidenav-left [class*="tracking-wide"] {
  letter-spacing: 0.12em;
  color: rgb(var(--be-fg-base) / 0.56);
}

html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-sidenav-left > div a,
html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-sidenav-left > div button,
html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-sidenav-right > div a,
html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-sidenav-right > div button {
  transition: background-color 0.18s ease, border-color 0.18s ease,
    transform 0.18s ease;
}

html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-sidenav-left > div a:hover,
html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-sidenav-left > div button:hover,
html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-sidenav-right > div a:hover,
html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-sidenav-right > div button:hover {
  background: rgb(var(--be-primary) / 0.08);
}

html[data-ui-style-preset="premium"] body.be-page-landing {
  background:
    radial-gradient(
      1300px 760px at 0% 0%,
      rgb(var(--be-primary) / 0.1),
      transparent 42%
    ),
    radial-gradient(
      1000px 620px at 100% 0%,
      rgb(var(--be-premium-cyan) / 0.09),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      rgb(var(--be-bg-alt)) 0%,
      rgb(var(--be-bg)) 46%,
      rgb(var(--be-bg-alt)) 100%
    );
}

html[data-ui-style-preset="premium"] body.be-page-landing .be-landing-band {
  position: relative;
  z-index: 0;
}

html[data-ui-style-preset="premium"] body.be-page-landing .be-landing-band::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  border-radius: calc(var(--be-panel-radius) + 18px);
  border: 1px solid rgb(var(--be-fg-base) / 0.08);
  background:
    linear-gradient(
      180deg,
      rgb(var(--be-bg-elevated) / 0.84),
      rgb(var(--be-bg-alt) / 0.58)
    );
  box-shadow: 0 32px 88px -52px rgb(var(--be-premium-shadow-strong) / 0.42);
  backdrop-filter: blur(26px);
}

html[data-ui-style-preset="premium"] body.be-page-landing .be-landing-band[data-be-landing-band="1"]::before {
  inset: -24px;
  background:
    linear-gradient(
      135deg,
      rgb(var(--be-primary) / 0.08) 0%,
      rgb(var(--be-bg-elevated) / 0.96) 28%,
      rgb(var(--be-bg-alt) / 0.8) 100%
    );
}

html[data-ui-style-preset="premium"] body.be-page-landing .be-landing-band img {
  border: 1px solid rgb(var(--be-fg-base) / 0.08);
  box-shadow: 0 30px 80px -44px rgb(var(--be-premium-shadow) / 0.38);
}

html[data-ui-style-preset="premium"] body.be-page-landing .be-landing-band .text-4xl,
html[data-ui-style-preset="premium"] body.be-page-landing .be-landing-band .text-5xl,
html[data-ui-style-preset="premium"] body.be-page-landing .be-landing-band .text-6xl,
html[data-ui-style-preset="premium"] body.be-page-landing .be-landing-band .text-7xl {
  letter-spacing: -0.04em;
}

html[data-ui-style-preset="premium"] body.be-page-landing .be-landing-band .rounded-2xl,
html[data-ui-style-preset="premium"] body.be-page-landing .be-landing-band .rounded-3xl,
html[data-ui-style-preset="premium"] body.be-page-landing .be-landing-band .rounded-panel {
  border-color: rgb(var(--be-fg-base) / 0.08);
  background:
    linear-gradient(
      180deg,
      rgb(var(--be-bg-elevated) / 0.82),
      rgb(var(--be-bg-alt) / 0.58)
    );
  box-shadow: 0 20px 46px -32px rgb(var(--be-premium-shadow) / 0.34);
}

html[data-ui-style-preset="premium"] body.be-page-landing .be-landing-band .rounded-full {
  border-color: rgb(var(--be-primary) / 0.16);
  background: rgb(var(--be-primary) / 0.08);
  backdrop-filter: blur(16px);
}

html[data-ui-style-preset="premium"] body.be-page-landing footer,
html[data-ui-style-preset="premium"] body.be-page-landing .dashboard-grid-footer {
  position: relative;
  z-index: 0;
}

html[data-ui-style-preset="premium"] body.be-page-landing footer::before,
html[data-ui-style-preset="premium"] body.be-page-landing .dashboard-grid-footer::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  border-radius: calc(var(--be-panel-radius) + 18px);
  border: 1px solid rgb(var(--be-fg-base) / 0.08);
  background: rgb(var(--be-bg-elevated) / 0.8);
  box-shadow: 0 24px 70px -50px rgb(var(--be-premium-shadow-strong) / 0.34);
}

html[data-ui-style-preset="premium"] body.be-page-admin .dashboard-grid-sidenav-left-2,
html[data-ui-style-preset="premium"] body.be-page-admin .dashboard-grid-content.dashboard-rounded-panel,
html[data-ui-style-preset="premium"] body.be-page-admin .dashboard-grid-sidenav-left > div,
html[data-ui-style-preset="premium"] body.be-page-account .dashboard-grid-content.dashboard-rounded-panel,
html[data-ui-style-preset="premium"] body.be-page-account .dashboard-grid-sidenav-left > div {
  border-color: rgb(var(--be-fg-base) / 0.08);
  box-shadow:
    0 20px 56px -38px rgb(var(--be-premium-shadow) / 0.36),
    inset 0 1px 0 rgb(var(--be-premium-panel-highlight) / 0.42);
}

@media (min-width: 1024px) {
  html[data-ui-style-preset="premium"] body.be-page-drive .dashboard-grid:not(.dashboard-mobile-mode) {
    grid-template-areas:
      "navbar navbar navbar"
      "sidenav-left content sidenav-right";
    grid-template-columns: minmax(248px, 276px) minmax(0, 1fr) minmax(300px, 332px);
    grid-template-rows: auto minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
  }

  html[data-ui-style-preset="premium"] body.be-page-share .dashboard-grid:not(.dashboard-mobile-mode) {
    grid-template-areas:
      "navbar"
      "header"
      "content";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto minmax(0, 1fr);
    gap: 16px;
    padding: 20px clamp(16px, 3vw, 40px) 24px;
  }

  html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-navbar > * {
    border-radius: calc(var(--be-panel-radius) + 8px);
    border: 1px solid rgb(var(--be-fg-base) / 0.08);
    background: rgb(var(--be-bg-elevated) / 0.76);
    box-shadow: 0 18px 45px -34px rgb(var(--be-premium-shadow) / 0.38);
    backdrop-filter: blur(28px);
  }

  html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-sidenav-left > div,
  html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-sidenav-right > div {
    border-radius: calc(var(--be-panel-radius) + 8px);
    border: 1px solid rgb(var(--be-fg-base) / 0.08);
    background:
      linear-gradient(
        180deg,
        rgb(var(--be-bg-elevated) / 0.88),
        rgb(var(--be-bg-alt) / 0.78)
      );
    box-shadow: 0 22px 56px -40px rgb(var(--be-premium-shadow) / 0.38);
    backdrop-filter: blur(28px);
  }

  html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-content.dashboard-rounded-panel {
    border-radius: calc(var(--be-panel-radius) + 10px);
    border-color: rgb(var(--be-fg-base) / 0.08);
    box-shadow: 0 24px 72px -44px rgb(var(--be-premium-shadow) / 0.36);
    overflow: hidden;
  }

  html[data-ui-style-preset="premium"] body.be-page-landing .be-landing-band[data-be-landing-band="1"] {
    margin-top: 18px;
  }
}

@media (max-width: 1023px) {
  html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-navbar > * {
    border-radius: 0 0 22px 22px;
    border: 1px solid rgb(var(--be-fg-base) / 0.08);
    border-top-width: 0;
    background: rgb(var(--be-bg-elevated) / 0.82);
    backdrop-filter: blur(22px);
  }

  html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-content.dashboard-rounded-panel,
  html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-sidenav-left > div,
  html[data-ui-style-preset="premium"] body.be-scope-drive .dashboard-grid-sidenav-right > div {
    border-radius: 24px 24px 0 0;
  }

  html[data-ui-style-preset="premium"] body.be-page-landing .be-landing-band::before,
  html[data-ui-style-preset="premium"] body.be-page-landing footer::before,
  html[data-ui-style-preset="premium"] body.be-page-landing .dashboard-grid-footer::before {
    inset: -12px;
    border-radius: calc(var(--be-panel-radius) + 12px);
  }
}

@media (max-width: 767px) {
  .be-admin-style-panel {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }

  .be-admin-style-panel__options {
    grid-template-columns: 1fr;
  }

  html[data-ui-style-preset="premium"] body.be-page-landing .be-landing-band {
    margin-inline: 0;
  }
}

/* v2 admin panel extensions for stock + premium + vault */

.be-admin-style-panel {
  width: min(440px, calc(100vw - 24px));
}

.be-admin-style-panel__options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.be-admin-style-choice[data-preset="vault"]:hover {
  border-color: rgb(14 165 233 / 0.24);
  box-shadow: 0 18px 36px -28px rgb(14 165 233 / 0.34);
}

.be-admin-style-choice[data-preset="vault"].is-active {
  border-color: rgb(14 165 233 / 0.38);
  background: linear-gradient(
    180deg,
    rgb(14 165 233 / 0.12),
    rgb(99 102 241 / 0.08)
  );
  box-shadow: 0 22px 42px -30px rgb(14 165 233 / 0.32);
}

.dark .be-admin-style-choice[data-preset="vault"].is-active {
  background: linear-gradient(
    180deg,
    rgb(56 189 248 / 0.16),
    rgb(129 140 248 / 0.1)
  );
}

.be-admin-style-panel__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.be-admin-style-panel__link,
.be-admin-style-panel__action {
  min-width: 0;
  text-align: center;
}

@media (max-width: 720px) {
  .be-admin-style-panel {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }

  .be-admin-style-panel__options,
  .be-admin-style-panel__actions {
    grid-template-columns: 1fr;
  }
}
