/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
h1[b-772qazkirw] {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  background: linear-gradient(135deg, #059669 0%, #10b981 50%, #34d399 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  animation: fadeInDown-b-772qazkirw 0.5s ease;
}

h2[b-772qazkirw] {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
}
h2[b-772qazkirw]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
  border-radius: 2px;
}

h3[b-772qazkirw] {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 600;
  color: #059669;
  margin-bottom: 1.25rem;
}

h4[b-772qazkirw] {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #374151;
}

[b-772qazkirw] .nav-pills .nav-link {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #4b5563;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
[b-772qazkirw] .nav-pills .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
  transition: width 0.3s ease;
  border-radius: 0.5rem 0 0 0.5rem;
}
[b-772qazkirw] .nav-pills .nav-link:hover {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(52, 211, 153, 0.05) 100%);
  color: #059669;
  transform: translateX(5px);
}
[b-772qazkirw] .nav-pills .nav-link:hover::before {
  width: 4px;
}
[b-772qazkirw] .nav-pills .nav-link.active {
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  color: white;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}
[b-772qazkirw] .nav-pills .nav-link.active::before {
  width: 0;
}
[b-772qazkirw] .form-floating {
  margin-bottom: 1.25rem;
}
[b-772qazkirw] .form-floating > label {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #6b7280;
}
[b-772qazkirw] .form-floating > .form-control {
  font-family: "Noto Sans KR", sans-serif;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
[b-772qazkirw] .form-floating > .form-control:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.1);
}
[b-772qazkirw] .form-floating > .form-control:valid:not(:placeholder-shown) {
  border-color: #34d399;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2310b981' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.5rem) center;
  background-size: calc(0.75em + 1rem) calc(0.75em + 1rem);
  padding-right: calc(1.5em + 1.75rem);
}
[b-772qazkirw] .form-control:not(.form-floating > .form-control) {
  font-family: "Noto Sans KR", sans-serif;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
}
[b-772qazkirw] .form-control:not(.form-floating > .form-control):focus {
  border-color: #10b981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.1);
}
[b-772qazkirw] .btn-primary {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 600;
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
  transition: all 0.3s ease;
}
[b-772qazkirw] .btn-primary:hover {
  background: linear-gradient(135deg, rgb(4.1774193548, 125.3225806452, 87.7258064516) 0%, rgb(13.9701492537, 161.5298507463, 112.6343283582) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(16, 185, 129, 0.4);
}
[b-772qazkirw] .btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}
[b-772qazkirw] .btn-danger {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 600;
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
  border: none;
  border-radius: 0.5rem;
  color: white;
}
[b-772qazkirw] .btn-danger:hover {
  background: linear-gradient(135deg, rgb(200.2083333333, 32.2916666667, 32.2916666667) 0%, rgb(236.9901477833, 44.5098522167, 44.5098522167) 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4);
  color: white;
}
[b-772qazkirw] .btn-danger:active, [b-772qazkirw] .btn-danger:focus {
  color: white;
}
[b-772qazkirw] .btn-danger:visited {
  color: white;
}
[b-772qazkirw] .btn-secondary,
[b-772qazkirw] .btn-outline-light {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
}
[b-772qazkirw] .btn-link {
  font-family: "Noto Sans KR", sans-serif;
  color: #10b981;
  font-weight: 500;
}
[b-772qazkirw] .btn-link:hover {
  color: #059669;
}
[b-772qazkirw] .alert {
  font-family: "Noto Sans KR", sans-serif;
  border: none;
  border-radius: 0.75rem;
  border-left: 4px solid;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
[b-772qazkirw] .alert-success {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(52, 211, 153, 0.05) 100%);
  border-left-color: #10b981;
  color: #064e3b;
}
[b-772qazkirw] .alert-danger {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(220, 38, 38, 0.05) 100%);
  border-left-color: #dc2626;
  color: #7f1d1d;
}
[b-772qazkirw] .alert-warning {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(217, 119, 6, 0.05) 100%);
  border-left-color: #d97706;
  color: #78350f;
}
[b-772qazkirw] .alert-info {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(37, 99, 235, 0.05) 100%);
  border-left-color: #2563eb;
  color: #1e3a8a;
}
[b-772qazkirw] .table {
  font-family: "Noto Sans KR", sans-serif;
}
[b-772qazkirw] .table thead {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(52, 211, 153, 0.05) 100%);
}
[b-772qazkirw] .table thead th {
  font-weight: 600;
  color: #059669;
  border-bottom: 2px solid #34d399;
}
[b-772qazkirw] .table tbody tr {
  transition: all 0.2s ease;
}
[b-772qazkirw] .table tbody tr:hover {
  background: rgba(16, 185, 129, 0.03);
  transform: scale(1.01);
}
[b-772qazkirw] .badge {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  padding: 0.35em 0.75em;
  border-radius: 0.5rem;
}
[b-772qazkirw] .badge.bg-primary {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%) !important;
}
[b-772qazkirw] .text-danger,
[b-772qazkirw] .validation-message {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #dc2626;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
[b-772qazkirw] .card {
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
[b-772qazkirw] .card .card-header {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08) 0%, rgba(52, 211, 153, 0.04) 100%);
  border-bottom: 2px solid rgba(16, 185, 129, 0.15);
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 600;
  color: #059669;
}
[b-772qazkirw] .card .card-body {
  font-family: "Noto Sans KR", sans-serif;
}
[b-772qazkirw] .input-group .input-group-text {
  font-family: "Noto Sans KR", sans-serif;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.05) 0%, rgba(52, 211, 153, 0.02) 100%);
  border: 2px solid #e5e7eb;
  border-right: none;
  color: #059669;
  font-weight: 500;
}
[b-772qazkirw] .input-group .form-control {
  border-left: none;
}
[b-772qazkirw] .input-group:focus-within .input-group-text {
  border-color: #10b981;
}

@keyframes fadeInDown-b-772qazkirw {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft-b-772qazkirw {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.row[b-772qazkirw] {
  animation: slideInLeft-b-772qazkirw 0.6s ease;
}

@media (max-width: 991.98px) {
  h1[b-772qazkirw] {
    font-size: 1.75rem;
  }
  h2[b-772qazkirw] {
    font-size: 1.5rem;
  }
  [b-772qazkirw] .nav-pills {
    margin-bottom: 1.5rem;
  }
  [b-772qazkirw] .nav-pills .nav-link {
    padding: 0.875rem 1rem;
  }
}

/*# sourceMappingURL=ManageLayout.razor.css.map */
/* /Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
@charset "UTF-8";
[b-lcvghpxfk0] .nav-pills {
  background: white;
  border-radius: 0.75rem;
  padding: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 70px;
}
[b-lcvghpxfk0] .nav-pills .nav-item {
  position: relative;
}
[b-lcvghpxfk0] .nav-pills .nav-item .nav-link {
  font-family: "Noto Sans KR", sans-serif;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
[b-lcvghpxfk0] .nav-pills .nav-item .nav-link::before {
  content: "•"; /* bullet point */
  font-size: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #10b981;
}
[b-lcvghpxfk0] .nav-pills .nav-item .nav-link:hover::before {
  opacity: 1;
}
[b-lcvghpxfk0] .nav-pills .nav-item .nav-link.active::before {
  content: "▶"; /* right arrow */
  opacity: 1;
  animation: bounce-b-lcvghpxfk0 0.5s ease;
}

@keyframes bounce-b-lcvghpxfk0 {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
@keyframes glow-b-lcvghpxfk0 {
  0%, 100% {
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
  }
  50% {
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.5);
  }
}
[b-lcvghpxfk0] .nav-pills .nav-item .nav-link.active {
  animation: glow-b-lcvghpxfk0 2s ease-in-out infinite;
}

/*# sourceMappingURL=ManageNavMenu.razor.css.map */
/* /Components/Layout/BlazorErrorUI.razor.rz.scp.css */
#blazor-error-ui[b-po6staz6tf] {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
  backdrop-filter: blur(8px);
  padding: 1rem 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
  animation: slideUpBounce-b-po6staz6tf 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@keyframes slideUpBounce-b-po6staz6tf {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  60% {
    transform: translateY(-10px);
    opacity: 1;
  }
  80% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#blazor-error-ui .alert[b-po6staz6tf] {
  margin-bottom: 0;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  border: none;
  border-left: 4px solid #dc2626;
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  animation: pulseAlert-b-po6staz6tf 2s ease-in-out infinite;
}
@keyframes pulseAlert-b-po6staz6tf {
  0%, 100% {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0 8px 32px rgba(220, 38, 38, 0.3);
  }
}
#blazor-error-ui .alert-heading[b-po6staz6tf] {
  font-weight: 700;
  color: #991b1b;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}
#blazor-error-ui .bi-exclamation-circle-fill[b-po6staz6tf] {
  color: #dc2626;
  filter: drop-shadow(0 2px 4px rgba(220, 38, 38, 0.3));
  animation: wiggle-b-po6staz6tf 0.5s ease-in-out;
}
@keyframes wiggle-b-po6staz6tf {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
}
#blazor-error-ui .btn-primary[b-po6staz6tf] {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border: none;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
  transition: all 0.3s ease;
}
#blazor-error-ui .btn-primary:hover[b-po6staz6tf] {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(16, 185, 129, 0.4);
}
#blazor-error-ui .btn-primary:active[b-po6staz6tf] {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}
#blazor-error-ui .dismiss[b-po6staz6tf] {
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  border: 1.5px solid #6b7280;
  color: #374151;
  font-weight: 500;
}
#blazor-error-ui .dismiss:hover[b-po6staz6tf] {
  background: #f3f4f6;
  border-color: #4b5563;
  color: #1f2937;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#blazor-error-ui .dismiss:active[b-po6staz6tf] {
  transform: translateY(0);
}
#blazor-error-ui .bi[b-po6staz6tf] {
  line-height: 1;
  vertical-align: -0.125em;
}
@media (max-width: 767.98px) {
  #blazor-error-ui .alert[b-po6staz6tf] {
    border-radius: 0.5rem;
  }
  #blazor-error-ui .btn[b-po6staz6tf] {
    width: 100%;
    margin-top: 0.5rem;
  }
  #blazor-error-ui .btn:first-child[b-po6staz6tf] {
    margin-top: 0;
  }
}

/*# sourceMappingURL=BlazorErrorUI.razor.css.map */
/* /Components/Layout/HeaderBar.razor.rz.scp.css */
[b-7m7nyoycn8] a {
  color: rgba(255, 255, 255, 0.95);
}
[b-7m7nyoycn8] a:hover, [b-7m7nyoycn8] a:focus {
  color: #fff;
}
[b-7m7nyoycn8] a:visited {
  color: rgba(255, 255, 255, 0.9);
}
[b-7m7nyoycn8] a::after {
  display: none;
}
[b-7m7nyoycn8] .navbar {
  background: linear-gradient(90deg, #059669 0%, #10b981 50%, #34d399 100%) !important;
  box-shadow: 0 2px 12px rgba(5, 150, 105, 0.3);
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}
[b-7m7nyoycn8] .navbar .navbar-brand {
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
[b-7m7nyoycn8] .navbar .navbar-brand:hover {
  color: #fff;
  opacity: 0.9;
  transform: scale(1.05);
}
[b-7m7nyoycn8] .navbar .navbar-brand img {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s ease;
}
[b-7m7nyoycn8] .navbar .navbar-brand img:hover {
  transform: rotate(5deg);
}
[b-7m7nyoycn8] .navbar .navbar-toggler {
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease;
}
[b-7m7nyoycn8] .navbar .navbar-toggler:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}
[b-7m7nyoycn8] .navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.3);
}
[b-7m7nyoycn8] .navbar .nav-link {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
[b-7m7nyoycn8] .navbar .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
[b-7m7nyoycn8] .navbar .nav-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
[b-7m7nyoycn8] .navbar .nav-link:hover::before {
  left: 100%;
}
[b-7m7nyoycn8] .navbar .nav-link:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
[b-7m7nyoycn8] .navbar .nav-link.active {
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
[b-7m7nyoycn8] .navbar .nav-link i {
  font-size: 1rem;
  vertical-align: -0.125em;
  margin-right: 0.25rem;
}
[b-7m7nyoycn8] .navbar .btn-outline-light {
  border-width: 1.5px;
  font-weight: 500;
  transition: all 0.3s ease;
  background: transparent;
}
[b-7m7nyoycn8] .navbar .btn-outline-light:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
[b-7m7nyoycn8] .navbar .btn-outline-light:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
[b-7m7nyoycn8] .navbar .btn-outline-light i {
  font-size: 0.9rem;
}
@media (max-width: 991.98px) {
  [b-7m7nyoycn8] .navbar .navbar-collapse {
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0.5rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, transparent 100%);
    border-radius: 0.5rem;
  }
  [b-7m7nyoycn8] .navbar .navbar-collapse .nav-link {
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
  }
  [b-7m7nyoycn8] .navbar .navbar-collapse .btn-outline-light {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  [b-7m7nyoycn8] .navbar .navbar-nav {
    align-items: center;
  }
  [b-7m7nyoycn8] .navbar .nav-item {
    margin-right: 0.25rem;
  }
}
[b-7m7nyoycn8] .navbar-collapse.collapsing {
  transition: height 0.3s ease;
}
[b-7m7nyoycn8] .navbar-collapse.show {
  animation: slideDown-b-7m7nyoycn8 0.3s ease;
}
@keyframes slideDown-b-7m7nyoycn8 {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shimmer-b-7m7nyoycn8 {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

/*# sourceMappingURL=HeaderBar.razor.css.map */
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.main-layout[b-o01q5o0ub1] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
}
.main-layout .main-header[b-o01q5o0ub1] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  width: 100%;
}
.main-layout .main-content[b-o01q5o0ub1] {
  flex: 1;
  margin-top: 56px;
  width: 100%;
  min-height: calc(100vh - 56px - 120px);
  position: relative;
}
.main-layout .main-content[b-o01q5o0ub1]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(16, 185, 129, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(16, 185, 129, 0.03) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 992px) {
  .main-layout .main-content[b-o01q5o0ub1] {
    margin-top: 56px;
  }
}
.main-layout .main-content .container-fluid[b-o01q5o0ub1] {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .main-layout .main-content .container-fluid[b-o01q5o0ub1] {
    max-width: 1400px;
    margin: 0 auto;
  }
}
.main-layout .main-footer[b-o01q5o0ub1] {
  background-color: #1a1a2e;
  color: #a0a0b0;
  padding: 24px 0;
  width: 100%;
  font-size: 0.875rem;
}
.main-layout .main-footer .footer-content[b-o01q5o0ub1] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.main-layout .main-footer .footer-links[b-o01q5o0ub1] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.main-layout .main-footer .footer-links a[b-o01q5o0ub1] {
  color: #d0d0e0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.main-layout .main-footer .footer-links a:hover[b-o01q5o0ub1] {
  color: #10b981;
}
.main-layout .main-footer .footer-copyright[b-o01q5o0ub1] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.main-layout .main-footer .footer-copyright a[b-o01q5o0ub1] {
  color: #d0d0e0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.main-layout .main-footer .footer-copyright a:hover[b-o01q5o0ub1] {
  color: #10b981;
}
.main-layout .main-footer .footer-logo[b-o01q5o0ub1] {
  opacity: 0.8;
}
.main-layout .main-footer .footer-divider[b-o01q5o0ub1] {
  color: #555;
}

html[b-o01q5o0ub1] {
  scroll-behavior: smooth;
}

html[b-o01q5o0ub1] {
  overflow-y: scroll;
}

.main-content[b-o01q5o0ub1] {
  animation: fadeInUp-b-o01q5o0ub1 0.4s ease-out;
}

@keyframes fadeInUp-b-o01q5o0ub1 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.card[b-o01q5o0ub1], .alert[b-o01q5o0ub1], .modal-content[b-o01q5o0ub1] {
  animation: floatIn-b-o01q5o0ub1 0.5s ease-out;
}

@keyframes floatIn-b-o01q5o0ub1 {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes subtlePulse-b-o01q5o0ub1 {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
  }
}
[b-o01q5o0ub1]::-webkit-scrollbar {
  width: 10px;
}

[b-o01q5o0ub1]::-webkit-scrollbar-track {
  background: #f1f1f1;
}

[b-o01q5o0ub1]::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #34d399 0%, #10b981 100%);
  border-radius: 5px;
}
[b-o01q5o0ub1]::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #10b981 0%, #059669 100%);
}

/*# sourceMappingURL=MainLayout.razor.css.map */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5jvqc6u5b3],
.components-reconnect-repeated-attempt-visible[b-5jvqc6u5b3],
.components-reconnect-failed-visible[b-5jvqc6u5b3],
.components-pause-visible[b-5jvqc6u5b3],
.components-resume-failed-visible[b-5jvqc6u5b3],
.components-rejoining-animation[b-5jvqc6u5b3] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-5jvqc6u5b3],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-5jvqc6u5b3],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-5jvqc6u5b3],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-5jvqc6u5b3],
#components-reconnect-modal.components-reconnect-retrying[b-5jvqc6u5b3],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-5jvqc6u5b3],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-5jvqc6u5b3],
#components-reconnect-modal.components-reconnect-failed[b-5jvqc6u5b3],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-5jvqc6u5b3] {
    display: block;
}


#components-reconnect-modal[b-5jvqc6u5b3] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-5jvqc6u5b3 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-5jvqc6u5b3 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-5jvqc6u5b3 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-5jvqc6u5b3]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-5jvqc6u5b3 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-5jvqc6u5b3 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-5jvqc6u5b3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-5jvqc6u5b3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-5jvqc6u5b3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-5jvqc6u5b3] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-5jvqc6u5b3] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-5jvqc6u5b3] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-5jvqc6u5b3] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-5jvqc6u5b3] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-5jvqc6u5b3] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-5jvqc6u5b3 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-5jvqc6u5b3] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-5jvqc6u5b3 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/NaverOriginProductList.razor.rz.scp.css */
[b-yvi4r6nyp9] .product-thumbnail {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 0.375rem;
  border: 1px solid rgba(16, 185, 129, 0.2);
}
[b-yvi4r6nyp9] .product-thumbnail-placeholder {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(52, 211, 153, 0.05) 100%);
  border-radius: 0.375rem;
  color: #9ca3af;
  font-size: 1.5rem;
}
[b-yvi4r6nyp9] .product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
[b-yvi4r6nyp9] .card {
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  overflow: hidden;
}
[b-yvi4r6nyp9] .card .card-header {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(52, 211, 153, 0.05) 100%);
  border-bottom: 2px solid rgba(16, 185, 129, 0.15);
  font-weight: 600;
  color: #059669;
}
[b-yvi4r6nyp9] .card .card-footer {
  background-color: #f9fafb;
  border-top: 1px solid rgba(16, 185, 129, 0.1);
}
[b-yvi4r6nyp9] .table th {
  font-weight: 600;
  color: #374151;
  border-bottom: 2px solid rgba(16, 185, 129, 0.2);
  white-space: nowrap;
}
[b-yvi4r6nyp9] .table tbody tr {
  transition: background-color 0.2s ease;
}
[b-yvi4r6nyp9] .table tbody tr:hover {
  background-color: rgba(16, 185, 129, 0.05);
}
[b-yvi4r6nyp9] .table code {
  background-color: rgba(16, 185, 129, 0.1);
  color: #059669;
  padding: 0.2em 0.4em;
  border-radius: 0.25rem;
  font-size: 0.875em;
}
[b-yvi4r6nyp9] .btn-group-sm .btn {
  padding: 0.25rem 0.5rem;
}
[b-yvi4r6nyp9] .modal .modal-header {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  color: white;
  border-bottom: none;
}
[b-yvi4r6nyp9] .modal .modal-header .btn-close {
  filter: brightness(0) invert(1);
}
[b-yvi4r6nyp9] .modal .modal-header.bg-danger {
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%) !important;
}
[b-yvi4r6nyp9] .modal .modal-content {
  border: none;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
[b-yvi4r6nyp9] .modal .modal-footer {
  border-top: 1px solid rgba(16, 185, 129, 0.1);
}
[b-yvi4r6nyp9] .pagination .page-link {
  color: #10b981;
  border-color: rgba(16, 185, 129, 0.3);
  padding: 0.375rem 0.75rem;
}
[b-yvi4r6nyp9] .pagination .page-link:hover {
  color: white;
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  border-color: #10b981;
}
[b-yvi4r6nyp9] .pagination .page-item.active .page-link {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  border-color: #10b981;
}
[b-yvi4r6nyp9] .pagination .page-item.disabled .page-link {
  color: #9ca3af;
  background-color: white;
  border-color: #e5e7eb;
}
[b-yvi4r6nyp9] .badge {
  font-weight: 500;
  padding: 0.35em 0.65em;
}
[b-yvi4r6nyp9] .form-control:focus,
[b-yvi4r6nyp9] .form-select:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 0.25rem rgba(16, 185, 129, 0.25);
}

/*# sourceMappingURL=NaverOriginProductList.razor.css.map */
/* /Components/Pages/PayedProductList.razor.rz.scp.css */
[b-q003w5ag4g] .product-thumbnail {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 0.375rem;
  border: 1px solid rgba(16, 185, 129, 0.2);
}
[b-q003w5ag4g] .product-thumbnail-placeholder {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(52, 211, 153, 0.05) 100%);
  border-radius: 0.375rem;
  color: #9ca3af;
  font-size: 1.5rem;
}
[b-q003w5ag4g] .product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
[b-q003w5ag4g] .card {
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  overflow: hidden;
}
[b-q003w5ag4g] .card .card-header {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(52, 211, 153, 0.05) 100%);
  border-bottom: 2px solid rgba(16, 185, 129, 0.15);
  font-weight: 600;
  color: #059669;
}
[b-q003w5ag4g] .card .card-body {
  padding: 1.5rem;
}
[b-q003w5ag4g] .card .card-footer {
  background-color: #f9fafb;
  border-top: 1px solid rgba(16, 185, 129, 0.1);
}
[b-q003w5ag4g] .table thead th {
  color: #059669;
  font-weight: 600;
  border-bottom: 2px solid rgba(16, 185, 129, 0.2);
}
[b-q003w5ag4g] .table tbody tr:hover {
  background-color: rgba(16, 185, 129, 0.03);
}
[b-q003w5ag4g] .table code {
  font-size: 0.85rem;
  color: #059669;
  background-color: rgba(16, 185, 129, 0.08);
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
}
[b-q003w5ag4g] .badge {
  font-weight: 500;
}
[b-q003w5ag4g] .btn-primary {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border: none;
  box-shadow: 0 2px 4px rgba(16, 185, 129, 0.2);
  transition: all 0.3s ease;
}
[b-q003w5ag4g] .btn-primary:hover:not(:disabled) {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  box-shadow: 0 4px 8px rgba(16, 185, 129, 0.3);
  transform: translateY(-1px);
}
[b-q003w5ag4g] .btn-primary:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(16, 185, 129, 0.2);
}
[b-q003w5ag4g] .alert {
  border-radius: 0.5rem;
  border: none;
}
[b-q003w5ag4g] .alert.alert-info {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.05) 0%, rgba(52, 211, 153, 0.03) 100%);
  color: #059669;
  border-left: 4px solid #10b981;
}
[b-q003w5ag4g] .alert.alert-success {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(52, 211, 153, 0.05) 100%);
  color: #059669;
  border-left: 4px solid #10b981;
}
[b-q003w5ag4g] .alert.alert-danger {
  border-left: 4px solid #dc3545;
}

/*# sourceMappingURL=PayedProductList.razor.css.map */
/* /Components/Pages/UserManagement.razor.rz.scp.css */
[b-sfcfcjbrxn] .card {
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  overflow: hidden;
}
[b-sfcfcjbrxn] .card .card-header {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(52, 211, 153, 0.05) 100%);
  border-bottom: 2px solid rgba(16, 185, 129, 0.15);
  font-weight: 600;
  color: #059669;
}
[b-sfcfcjbrxn] .table th {
  font-weight: 600;
  color: #374151;
  border-bottom: 2px solid rgba(16, 185, 129, 0.2);
}
[b-sfcfcjbrxn] .table tbody tr {
  transition: background-color 0.2s ease;
}
[b-sfcfcjbrxn] .table tbody tr:hover {
  background-color: rgba(16, 185, 129, 0.05);
}
[b-sfcfcjbrxn] .badge {
  font-weight: 500;
  padding: 0.4em 0.8em;
}
[b-sfcfcjbrxn] .modal .modal-header {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  color: white;
  border-bottom: none;
}
[b-sfcfcjbrxn] .modal .modal-header .btn-close {
  filter: brightness(0) invert(1);
}
[b-sfcfcjbrxn] .modal .modal-content {
  border: none;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
[b-sfcfcjbrxn] .modal .modal-footer {
  border-top: 1px solid rgba(16, 185, 129, 0.1);
}
[b-sfcfcjbrxn] .form-check-input:checked {
  background-color: #10b981;
  border-color: #10b981;
}
[b-sfcfcjbrxn] .alert-warning {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.1) 0%, rgba(245, 158, 11, 0.1) 100%);
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-left: 4px solid #f59e0b;
  color: #92400e;
}

/*# sourceMappingURL=UserManagement.razor.css.map */
