/* /Views/Account/AccessDenied.cshtml.rz.scp.css */
.access-denied-wrapper[b-0c9q4pf4gr] {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}

.denied-card[b-0c9q4pf4gr] {
    max-width: 500px;
    width: 100%;
    padding: 4rem 2rem;
}

.icon-container[b-0c9q4pf4gr] {
    width: 100px;
    height: 100px;
    background-color: var(--red-50);
    color: var(--red-600);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2.5rem;
    box-shadow: 0 0 0 10px rgba(220, 38, 38, 0.03);
}

.denied-title[b-0c9q4pf4gr] {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-main);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.denied-message[b-0c9q4pf4gr] {
    font-size: 1.125rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 3rem;
}

.actions-group[b-0c9q4pf4gr] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.btn-back[b-0c9q4pf4gr] {
    padding: 0.875rem 2rem;
    font-weight: 700;
    border-radius: 12px;
}
/* /Views/Account/Login.cshtml.rz.scp.css */
.auth-page-wrapper[b-m6613movbi] {
    min-height: 80vh; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    padding: 2rem 0;
}

.auth-header-section[b-m6613movbi] {
    text-align: center; 
    margin-bottom: 2.5rem;
}

.auth-logo-icon[b-m6613movbi] {
    margin: 0 auto; 
    width: 72px; 
    height: 72px; 
    background-color: var(--primary); 
    box-shadow: var(--shadow-xl); 
    border: 4px solid var(--white);
}

.auth-title[b-m6613movbi] {
    font-size: 2.25rem; 
    font-weight: 800; 
    letter-spacing: -0.02em; 
    color: var(--text-main); 
    margin-bottom: 0.5rem;
}

.auth-subtitle[b-m6613movbi] {
    color: var(--text-muted); 
    font-size: 0.9375rem; 
    font-weight: 500;
}

.auth-link[b-m6613movbi] {
    color: var(--primary); 
    font-weight: 800; 
    border-bottom: 2px solid rgba(99, 102, 241, 0.2); 
    transition: border-color 0.2s;
}

.auth-form-card[b-m6613movbi] {
    margin: 0 auto; 
    padding: 3.5rem; 
    max-width: 480px;
}

.auth-remember-me[b-m6613movbi] {
    display: flex; 
    align-items: center; 
    gap: 0.625rem; 
    font-size: 0.8125rem; 
    color: var(--gray-500); 
    cursor: pointer; 
    font-weight: 700;
}

.auth-remember-me input[b-m6613movbi] {
    width: 1.125rem; 
    height: 1.125rem; 
    accent-color: var(--primary);
}

.auth-action-btn[b-m6613movbi] {
    width: 100%; 
    padding: 1.125rem; 
    font-size: 1rem; 
    border-radius: 16px;
}
/* /Views/Account/Register.cshtml.rz.scp.css */
.register-page-wrapper[b-y2x8plny1q] {
    min-height: 85vh; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    padding: 3rem 0;
}

.register-card[b-y2x8plny1q] {
    margin: 0 auto; 
    width: 100%; 
    max-width: 520px; 
    padding: 4rem;
}

.register-logo-icon[b-y2x8plny1q] {
    margin: 0 auto; 
    width: 76px; 
    height: 76px; 
    background-color: var(--white); 
    box-shadow: var(--shadow-xl); 
    color: var(--primary); 
    border: 2px solid var(--gray-100);
}

.register-title[b-y2x8plny1q] {
    font-size: 2.5rem; 
    font-weight: 800; 
    letter-spacing: -0.025em; 
    color: var(--text-main); 
    margin-bottom: 0.5rem;
}

.register-subtitle[b-y2x8plny1q] {
    color: var(--text-muted); 
    font-size: 1rem; 
    font-weight: 500;
}

.agreement-label[b-y2x8plny1q] {
    display: flex; 
    align-items: flex-start; 
    gap: 0.75rem; 
    font-size: 0.8125rem; 
    color: var(--gray-500); 
    cursor: pointer; 
    line-height: 1.5;
    margin-bottom: 2.5rem;
    padding: 0 0.25rem;
}

.agreement-label input[b-y2x8plny1q] {
    width: 1.125rem; 
    height: 1.125rem; 
    margin-top: 0.125rem; 
    accent-color: var(--primary);
}

.register-action-btn[b-y2x8plny1q] {
    width: 100%; 
    padding: 1.125rem; 
    font-size: 1rem; 
    border-radius: 16px;
}

.register-footer[b-y2x8plny1q] {
    margin-top: 2.5rem; 
    padding-top: 2rem; 
    border-top: 1px solid var(--gray-100); 
    text-align: center;
}
/* /Views/Home/Index.cshtml.rz.scp.css */
.hero-inner[b-uu08rzsneg] {
    position: relative;
}

.decoration-circle[b-uu08rzsneg] {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 1;
    opacity: 0.4;
    pointer-events: none;
}

.feature-box[b-uu08rzsneg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.feature-icon-wrapper[b-uu08rzsneg] {
    width: 68px; 
    height: 68px; 
    background-color: rgba(99, 102, 241, 0.1); 
    color: var(--primary);
    margin: 0 auto 1rem;
}

.feature-title[b-uu08rzsneg] {
    margin-bottom: 0.75rem; 
    font-size: 1.5rem;
}

.feature-desc[b-uu08rzsneg] {
    color: var(--text-muted); 
    font-size: 0.9375rem; 
    line-height: 1.6;
}
/* /Views/Home/Privacy.cshtml.rz.scp.css */
.privacy-wrapper[b-v8vnkbxtdb] {
    max-width: 900px;
    margin: 4rem auto;
}

.privacy-header[b-v8vnkbxtdb] {
    text-align: center;
    margin-bottom: 4rem;
}

.privacy-card[b-v8vnkbxtdb] {
    background: var(--white);
    border-radius: 2rem;
    padding: 3.5rem;
    box-shadow: var(--shadow-xl);
}

.privacy-section[b-v8vnkbxtdb] {
    margin-bottom: 3rem;
    animation: fadeIn-b-v8vnkbxtdb 0.6s ease-out forwards;
}

.section-title[b-v8vnkbxtdb] {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.5rem;
    color: var(--text-main);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--gray-100);
}

.section-content[b-v8vnkbxtdb] {
    color: var(--text-muted);
    line-height: 1.8;
    font-size: 1rem;
}

.privacy-list[b-v8vnkbxtdb] {
    list-style: none;
    margin-top: 1rem;
}

.privacy-list li[b-v8vnkbxtdb] {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.privacy-list li[b-v8vnkbxtdb]::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 800;
}

.last-updated[b-v8vnkbxtdb] {
    font-size: 0.8125rem;
    color: var(--gray-400);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
}

@keyframes fadeIn-b-v8vnkbxtdb {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* /Views/Product/Create.cshtml.rz.scp.css */
.create-product-container[b-huhg9dy6uw] {
    max-width: 650px; 
    margin: 4rem auto;
}

.create-product-card[b-huhg9dy6uw] {
    margin: 0; 
    width: 100%; 
    max-width: 100%; 
    background: var(--white); 
    border-radius: 2rem; 
    padding: 3.5rem;
}

.create-header-icon[b-huhg9dy6uw] {
    width: 56px; 
    height: 56px; 
    background-color: rgba(99, 102, 241, 0.08); 
    color: var(--primary);
}

.create-title[b-huhg9dy6uw] {
    font-size: 2.25rem; 
    margin-bottom: 0.5rem; 
    letter-spacing: -0.03em;
}

.create-subtitle[b-huhg9dy6uw] {
    color: var(--text-muted); 
    font-size: 1rem; 
    line-height: 1.6;
}

.validation-summary-box[b-huhg9dy6uw] {
    background: var(--red-50); 
    padding: 1rem 1.25rem; 
    border-radius: 1rem; 
    margin-bottom: 2rem; 
    border-left: 4px solid var(--red-600);
}

.price-input-styled[b-huhg9dy6uw] {
    text-align: right; 
    font-weight: 800; 
    color: var(--primary); 
    font-size: 1.125rem;
}

.form-actions-row[b-huhg9dy6uw] {
    margin-top: 3rem; 
    padding-top: 2rem; 
    border-top: 1px solid var(--gray-100); 
    display: flex; 
    justify-content: flex-end; 
    gap: 1.25rem; 
    align-items: center;
}

.cancel-btn[b-huhg9dy6uw] {
    padding: 0.875rem 1.75rem; 
    border-radius: 14px; 
    font-weight: 600;
}

.save-btn[b-huhg9dy6uw] {
    padding: 0.875rem 2.5rem; 
    border-radius: 16px;
}
/* /Views/Product/Index.cshtml.rz.scp.css */
.product-header-section[b-37xt0l4pt3] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.product-title-main[b-37xt0l4pt3] {
    font-size: 2.75rem;
    color: var(--text-main);
    letter-spacing: -0.02em;
}

.stats-count-box[b-37xt0l4pt3] {
    padding: 0.625rem 1.25rem;
    background: var(--white);
    border-radius: 0.875rem;
    border: 1px solid var(--gray-200);
    font-size: 0.875rem;
    color: var(--text-muted);
    font-weight: 600;
    box-shadow: var(--shadow-sm);
}

.stats-count-box span[b-37xt0l4pt3] {
    color: var(--primary);
    font-weight: 800;
}

.empty-state-card[b-37xt0l4pt3] {
    padding: 5rem 2rem;
    text-align: center;
    border: 2px dashed var(--gray-200);
    background: var(--gray-50);
    box-shadow: none;
}

.empty-state-icon[b-37xt0l4pt3] {
    margin: 0 auto 1.5rem;
    width: 84px;
    height: 84px;
    background-color: var(--white);
    color: var(--gray-400);
    border: 2px solid var(--gray-100);
}

.empty-state-title[b-37xt0l4pt3] {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--text-main);
}

.empty-state-desc[b-37xt0l4pt3] {
    color: var(--text-muted);
    margin-bottom: 2.5rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.product-name-text[b-37xt0l4pt3] {
    font-size: 1.375rem; 
    color: var(--text-main);
    margin-bottom: 0.25rem;
}

.product-sku-id[b-37xt0l4pt3] {
    font-size: 0.7rem; 
    font-weight: 800; 
    color: var(--gray-400); 
    letter-spacing: 0.08em; 
    text-transform: uppercase;
}

.product-price-tag[b-37xt0l4pt3] {
    font-size: 1.25rem; 
    font-weight: 800; 
    color: var(--primary); 
    background: rgba(99, 102, 241, 0.08); 
    padding: 0.4rem 0.8rem; 
    border-radius: 0.75rem;
}

.product-description-text[b-37xt0l4pt3] {
    color: var(--text-muted); 
    font-size: 0.875rem; 
    margin-bottom: 2rem; 
    flex-grow: 1; 
    line-height: 1.6;
}

.product-footer-area[b-37xt0l4pt3] {
    padding-top: 1.5rem; 
    border-top: 1px solid var(--gray-100); 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    gap: 1rem;
}

.stock-indicator[b-37xt0l4pt3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stock-count-text[b-37xt0l4pt3] {
    font-size: 0.75rem; 
    font-weight: 700; 
    color: var(--gray-500);
}

.card-action-btn[b-37xt0l4pt3] {
    padding: 0.5rem; 
    width: 40px; 
    height: 40px; 
    border-radius: 10px;
}

.card-detail-link[b-37xt0l4pt3] {
    padding: 0.5rem 1.25rem; 
    font-size: 0.8125rem; 
    border-radius: 10px;
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-0sxjuuz4as] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-0sxjuuz4as] {
  color: #0077cc;
}

.btn-primary[b-0sxjuuz4as] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-0sxjuuz4as], .nav-pills .show > .nav-link[b-0sxjuuz4as] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-0sxjuuz4as] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-0sxjuuz4as] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-0sxjuuz4as] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-0sxjuuz4as] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-0sxjuuz4as] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
