/* Shared secure replacements for former inline styles. */
.admin-icon-fill {
  font-variation-settings: "FILL" 1;
}

.admin-desktop-nav-item,
.admin-mobile-nav-item {
  position: relative;
  isolation: isolate;
}

.admin-desktop-nav-item {
  overflow: hidden;
  min-height: 62px;
  letter-spacing: 0;
}

.admin-desktop-nav-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 180ms ease;
  z-index: -1;
}

.admin-desktop-nav-item:hover::before,
.admin-desktop-nav-item-active::before {
  opacity: 1;
}

.admin-desktop-nav-item-active {
  outline: 1px solid rgba(255, 255, 255, 0.18);
}

.admin-nav-caption {
  color: rgba(255, 255, 255, 0.54);
  white-space: nowrap;
}

.admin-desktop-nav-item-active .admin-nav-caption {
  color: rgba(255, 255, 255, 0.72);
}

.admin-nav-image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: transform 180ms ease, opacity 180ms ease, filter 180ms ease;
}

.admin-nav-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 5px 9px rgba(15, 30, 51, 0.18));
}

.admin-nav-image-desktop {
  width: 42px;
  height: 42px;
  border-radius: 0;
}

.admin-nav-image-mobile {
  width: 35px;
  height: 35px;
  border-radius: 0;
  opacity: 0.96;
}

.admin-nav-image-active {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: translateY(-2px);
}

.admin-nav-image-mobile.admin-nav-image-active img {
  filter: drop-shadow(0 7px 11px rgba(15, 30, 51, 0.24));
}

.admin-mobile-nav-item-active {
  box-shadow: inset 0 0 0 1px rgba(36, 88, 166, 0.08);
}

.admin-visual {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 22px rgba(15, 30, 51, 0.16);
}

.admin-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-visual-store {
  width: 44px;
  height: 44px;
  border-radius: 15px;
}

.admin-visual-topbar {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  border-color: rgba(36, 88, 166, 0.16);
  box-shadow: 0 8px 18px rgba(15, 30, 51, 0.14);
}

.admin-visual-card {
  width: 58px;
  height: 58px;
  border-radius: 18px;
}

.admin-action-card:not(.admin-action-card-dark) .admin-visual-card {
  border-color: rgba(36, 88, 166, 0.12);
}

.admin-visual-section {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border-color: rgba(36, 88, 166, 0.12);
}

@media (max-width: 640px) {
  .admin-visual-card {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .admin-visual-section {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
}

.admin-message-success {
  background: #EDF8EF;
  color: #234D30;
}

.admin-message-error {
  background: #FFF0EE;
  color: #7B271F;
}

/* index.html #1 */
body {
            background-color: #f9faf5;
        }

/* login/index.html #1 */
.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
            user-select: none;
        }
        .main-panel-shadow {
            box-shadow: 0 12px 28px rgba(23, 32, 51, 0.08);
        }
        body {
            font-family: 'Noto Sans KR', sans-serif;
            -webkit-font-smoothing: antialiased;
        }
        input:focus {
            outline: none;
            box-shadow: 0 0 0 2px rgba(0, 64, 137, 0.2);
        }

/* mobile/index.html #1 */
body {
      min-height: max(884px, 100dvh);
    }

/* mobile/login/index.html #1 */
body {
            font-family: 'Noto Sans KR', sans-serif;
            background-color: #fafaf5;
        }
        .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
            vertical-align: middle;
        }
        .login-panel-shadow {
            box-shadow: 0 12px 28px rgba(23, 32, 51, 0.08);
        }
        input:focus {
            outline: none;
            border-color: #004089;
            box-shadow: 0 0 0 2px rgba(0, 64, 137, 0.1);
        }
        .collapsible-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
        }
        .collapsible-content.expanded {
            max-height: 200px;
        }

/* mobile/login/index.html #2 */
body {
      min-height: max(884px, 100dvh);
    }

/* mobile/menu/index.html #1 */
body { font-family: 'Noto Sans KR', sans-serif; background-color: #F6F5F0; }
        .hide-scrollbar::-webkit-scrollbar { display: none; }
        .hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
        /* Remove tap highlight on mobile */
        * { -webkit-tap-highlight-color: transparent; }

/* mobile/menu/index.html #2 */
body {
      min-height: max(884px, 100dvh);
    }

/* mobile/menu/index.html #3 */
@media (max-width: 767px) {
            nav.md\:hidden {
                display: flex !important;
            }
        }

/* mobile/orders/index.html #1 */
body { background-color: #F7F7F2; }
        .hide-scrollbar::-webkit-scrollbar { display: none; }
        .hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* mobile/orders/index.html #2 */
body {
      min-height: max(884px, 100dvh);
    }

/* orders/index.html #1 */
body { font-family: 'Noto Sans KR', sans-serif; }
        .material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
        .fill-icon { font-variation-settings: 'FILL' 1; }
        
        /* Custom scrollbar for columns */
        .order-col::-webkit-scrollbar { width: 6px; }
        .order-col::-webkit-scrollbar-track { background: transparent; }
        .order-col::-webkit-scrollbar-thumb { background: #D8DED1; border-radius: 4px; }
        .order-col:hover::-webkit-scrollbar-thumb { background: #c3c6d3; }
