/* /Pages/Error.cshtml.rz.scp.css */
/* ---- Layout ---- */
.error-container[b-k30l6c8vf0] {
    max-width: 640px;
    margin: auto;
    padding: 3rem 1.5rem;
    text-align: center;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* ---- Typography ---- */
.error-title[b-k30l6c8vf0] {
    font-size: 3.5rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    background: var(--error-gradient, linear-gradient(135deg, #e74c3c 0%, #c0392b 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.error-subtitle[b-k30l6c8vf0] {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0 0 2rem;
    color: var(--text-secondary, #6c757d);
}

/* ---- Details Card ---- */
.error-details[b-k30l6c8vf0] {
    background: var(--bg-card, #f8f9fa);
    border: 1px solid var(--border-color, #e9ecef);
    border-radius: 0.75rem;
    padding: 1.25rem 1.5rem;
    margin: 0 auto 2rem;
    max-width: 480px;
    text-align: left;
}

.error-details p[b-k30l6c8vf0] {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    color: var(--text-tertiary, #495057);
}

.error-details code[b-k30l6c8vf0] {
    font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', Menlo, Consolas, monospace;
    background: #fff;
    border: 1px solid #dee2e6;
    padding: 0.15rem 0.4rem;
    border-radius: 0.3rem;
    font-size: 0.85rem;
    color: #c7254e;
    word-break: break-all;
}

/* ---- Buttons ---- */
.error-actions[b-k30l6c8vf0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

/* ---- Responsive ---- */
@media (max-width: 576px) {
    .error-container[b-k30l6c8vf0] {
        padding: 2rem 1rem;
    }

    .error-title[b-k30l6c8vf0] {
        font-size: 2.5rem;
    }

    .error-subtitle[b-k30l6c8vf0] {
        font-size: 1.1rem;
    }

    .error-actions[b-k30l6c8vf0] {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
    }

    .btn[b-k30l6c8vf0] {
        justify-content: center;
        width: 100%;
    }
}

/* ---- Dark Mode ---- */
@media (prefers-color-scheme: dark) {
    .error-details[b-k30l6c8vf0] {
        background: #1e2124;
        border-color: #343a40;
    }

    .error-details code[b-k30l6c8vf0] {
        background: #2d3748;
        border-color: #4a5568;
        color: #fc8181;
    }

    .btn-outline:hover[b-k30l6c8vf0] {
        background: #2d3748;
        border-color: #4a5568;
        color: #e2e8f0;
    }
}
/* /Pages/Login.cshtml.rz.scp.css */
/* Spinner */
.spinner[b-3oj6rnnfo7] {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #e9ecef;
  border-top-color: #0d6efd;
  border-right-color: #0d6efd;
  border-radius: 50%;
  animation: spin-b-3oj6rnnfo7 0.9s linear infinite;
  vertical-align: middle;
}

/* Animation */
@keyframes spin-b-3oj6rnnfo7 {
  to {
    transform: rotate(360deg);
  }
}
/* /Pages/Modals/BottleModal/_BottleEdit.cshtml.rz.scp.css */
.data-label[b-8en4w2qyjm] {
  font-size: 0.78rem;
  color: #6c757d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.25 !important;
  flex-shrink: 0;
}
