:root {
    --smile-ink: #15313e;
    --smile-muted: #69808c;
    --smile-line: rgba(17, 58, 75, 0.08);
    --smile-shell: #f6f6f6;
    --smile-panel: rgba(255, 255, 255, 0.84);
    --smile-primary: #026298;
    --smile-primary-deep: #014b74;
    --smile-cyan: #1fd2c1;
    --smile-mint: #1fd2c1;
    --smile-amber: #d68b2c;
    --smile-danger: #da0101;
    --smile-indigo: #245f9d;
}

body.app-shell {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background:
        radial-gradient(circle at top right, rgba(31, 210, 193, 0.12), transparent 24rem),
        radial-gradient(circle at left center, rgba(2, 98, 152, 0.08), transparent 20rem),
        linear-gradient(180deg, #fbfbfb, var(--smile-shell));
    color: var(--smile-ink);
}

body.app-public {
    background: var(--smile-shell);
}

body.app-public .content-panel {
    padding: 0 !important;
}

.sidebar-panel {
    background: linear-gradient(200deg, var(--smile-primary), #013d5e 72%);
    color: #fff;
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.06);
}

.content-panel {
    background: transparent;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.page-content {
    flex: 1 1 auto;
    min-height: 0;
}

.brand-lockup,
.panel-header,
.topbar,
.page-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.brand-mark,
.profile-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-weight: 700;
}

.brand-mark {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
}

.profile-avatar {
    width: 4rem;
    height: 4rem;
    background: linear-gradient(135deg, var(--smile-primary), var(--smile-cyan));
    color: #fff;
    font-size: 1.1rem;
}

.text-sidebar-muted {
    color: rgba(255, 255, 255, 0.72);
}

.sidebar-divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
}

.nav-stack {
    position: relative;
}

.nav-pro {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: rgba(255, 255, 255, 0.86);
    transition: all 0.2s ease;
}

.nav-pro.active,
.nav-pro:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(2px);
}

.nav-icon {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.78);
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.nav-icon svg {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.nav-label {
    display: inline-flex;
    align-items: center;
}

.nav-pro.active .nav-icon,
.nav-pro:hover .nav-icon {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.topbar {
    margin-bottom: 1.5rem;
}

.page-greeting {
    font-size: clamp(1.2rem, 2vw, 1.85rem);
    font-weight: 650;
}

.page-greeting-chip {
    font-size: 1rem;
    font-weight: 600;
}

.topbar-user-chip {
    gap: 0.65rem;
}

.topbar-meta {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.meta-chip,
.status-pill,
.table-id {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
}

.meta-chip {
    padding: 0.5rem 0.85rem;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--smile-line);
    color: var(--smile-ink);
    font-size: 0.85rem;
}

.eyebrow {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.72rem;
    color: var(--smile-primary);
    font-weight: 700;
}

.hero-panel,
.panel-card {
    background: var(--smile-panel);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 1.5rem;
    box-shadow: 0 24px 60px rgba(14, 43, 57, 0.09);
}

.panel-grid > [class*="col-"] > .panel-card,
.panel-grid > [class*="col-"] > .hero-panel {
    height: 100%;
}

.hero-panel {
    padding: 2rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 250, 252, 0.88)),
        linear-gradient(135deg, rgba(13, 103, 127, 0.06), rgba(29, 182, 201, 0.06));
}

.hero-copy {
    color: var(--smile-muted);
    max-width: 52rem;
}

.hero-spotlight {
    border-radius: 1.35rem;
    padding: 1.4rem;
    color: #fff;
    background: linear-gradient(145deg, var(--smile-primary), var(--smile-primary-deep));
}

.spotlight-label,
.spotlight-note {
    opacity: 0.78;
    font-size: 0.85rem;
}

.spotlight-value {
    font-size: 1.9rem;
    font-weight: 700;
    margin: 0.35rem 0;
}

.metric-card {
    border-radius: 1.4rem;
    padding: 1.35rem;
    color: #fff;
    min-height: 11rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(14, 43, 57, 0.14);
}

.metric-card::after {
    content: "";
    position: absolute;
    inset: auto -2rem -2rem auto;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.metric-cyan { background: linear-gradient(145deg, var(--smile-primary), #0d79b9); }
.metric-mint { background: linear-gradient(145deg, #149f93, var(--smile-mint)); }
.metric-amber { background: linear-gradient(145deg, #b86b16, var(--smile-amber)); }
.metric-indigo { background: linear-gradient(145deg, #014b74, #2776b7); }

.metric-label {
    font-size: 0.84rem;
    opacity: 0.82;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.metric-value {
    font-size: clamp(1.5rem, 2vw, 2.15rem);
    font-weight: 700;
    margin: 0.45rem 0 0.35rem;
}

.metric-note {
    font-size: 0.88rem;
    opacity: 0.8;
}

.panel-header {
    padding: 1.3rem 1.5rem 0;
}

.panel-card {
    display: flex;
    flex-direction: column;
}

.panel-body {
    padding: 1.25rem 1.5rem 1.5rem;
    flex: 1 1 auto;
}

.dashboard-panel-body {
    overflow: visible;
}

.dashboard-panel-body-empty {
    min-height: 25rem;
}

.dashboard-empty-state {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.45rem;
    padding: 1.2rem 0;
    color: var(--smile-muted);
}

.dashboard-empty-state strong {
    color: var(--smile-ink);
    font-size: 1rem;
}

.dashboard-empty-state span {
    max-width: 28rem;
    line-height: 1.55;
}

.dashboard-empty-state-compact span {
    max-width: 22rem;
}

.panel-title {
    font-size: 1.1rem;
    font-weight: 650;
}

.mini-stat {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--smile-line);
    border-radius: 1.2rem;
    padding: 1rem 1.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 14px 32px rgba(14, 43, 57, 0.05);
}

.mini-stat span {
    color: var(--smile-muted);
    font-size: 0.9rem;
}

.mini-stat strong {
    font-size: 1.2rem;
}

.table-pro {
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--smile-line);
}

.table-pro thead th {
    color: var(--smile-muted);
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-bottom-width: 1px;
}

.table-pro tbody td {
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
    vertical-align: middle;
}

.table-id {
    padding: 0.35rem 0.7rem;
    background: rgba(2, 98, 152, 0.08);
    color: var(--smile-primary);
    font-size: 0.78rem;
    font-weight: 700;
}

.status-pill {
    padding: 0.38rem 0.72rem;
    font-size: 0.76rem;
    font-weight: 700;
}

.badge-soft-success { color: #0d6a62; background: rgba(31, 210, 193, 0.18); }
.badge-soft-warning { color: #9a6100; background: rgba(214, 139, 44, 0.18); }
.badge-soft-danger { color: #a10000; background: rgba(218, 1, 1, 0.12); }
.badge-soft-info { color: #0b5e8f; background: rgba(2, 98, 152, 0.12); }

.list-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--smile-line);
}

.list-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.divider {
    height: 1px;
    background: var(--smile-line);
}

.table-search-wrap {
    min-width: 16rem;
}

.table-search {
    border-radius: 999px;
    border-color: var(--smile-line);
    background: rgba(255, 255, 255, 0.86);
}

.profile-card {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.avatar-inline-image,
.avatar-table-image,
.profile-avatar-image {
    object-fit: cover;
    border-radius: 50%;
}

.avatar-inline-image {
    width: 1.85rem;
    height: 1.85rem;
}

.avatar-inline-fallback,
.avatar-table-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, var(--smile-primary), var(--smile-cyan));
    border-radius: 50%;
    flex-shrink: 0;
}

.avatar-inline-fallback {
    width: 1.85rem;
    height: 1.85rem;
    font-size: 0.72rem;
}

.avatar-table-image,
.avatar-table-fallback {
    width: 2.9rem;
    height: 2.9rem;
}

.avatar-table-fallback {
    font-size: 0.9rem;
}

.profile-avatar-image {
    width: 4rem;
    height: 4rem;
    box-shadow: 0 12px 28px rgba(14, 43, 57, 0.14);
}

.invoice-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.85rem;
}

.summary-block {
    background: rgba(2, 98, 152, 0.05);
    border: 1px solid rgba(2, 98, 152, 0.08);
    border-radius: 1rem;
    padding: 1rem;
}

.summary-block span {
    display: block;
    color: var(--smile-muted);
    font-size: 0.82rem;
    margin-bottom: 0.35rem;
}

.summary-block strong {
    font-size: 1rem;
}

.reports-group-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem;
    border-radius: 999px;
    background: rgba(2, 98, 152, 0.05);
    border: 1px solid rgba(2, 98, 152, 0.08);
    flex-wrap: wrap;
}

.reports-group-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.7rem;
    padding: 0.65rem 1.05rem;
    border-radius: 999px;
    text-decoration: none;
    color: var(--smile-primary);
    font-weight: 600;
    transition: all 0.2s ease;
}

.reports-group-pill:hover {
    background: rgba(2, 98, 152, 0.08);
    color: var(--smile-primary-deep);
}

.reports-group-pill.is-active {
    background: linear-gradient(135deg, var(--smile-primary), #0b7aba);
    color: #fff;
    box-shadow: 0 10px 24px rgba(2, 98, 152, 0.18);
}

.reports-type-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.9rem;
}

.reports-type-card {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-height: 7.5rem;
    padding: 1rem 1.1rem;
    border-radius: 1.2rem;
    text-decoration: none;
    color: var(--smile-ink);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(17, 58, 75, 0.08);
    box-shadow: 0 14px 32px rgba(14, 43, 57, 0.05);
    transition: all 0.2s ease;
}

.reports-type-card:hover {
    transform: translateY(-1px);
    border-color: rgba(2, 98, 152, 0.18);
    box-shadow: 0 18px 38px rgba(14, 43, 57, 0.08);
}

.reports-type-card.is-active {
    background: linear-gradient(145deg, rgba(2, 98, 152, 0.08), rgba(31, 210, 193, 0.08));
    border-color: rgba(2, 98, 152, 0.18);
    box-shadow: 0 18px 38px rgba(14, 43, 57, 0.08);
}

.reports-type-label {
    font-weight: 700;
    color: var(--smile-ink);
}

.reports-type-copy {
    color: var(--smile-muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.schedule-quick-picks {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.appointment-slot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.65rem;
}

.appointment-slot-btn {
    min-height: 2.7rem;
    border-radius: 0.9rem;
    border-color: rgba(2, 98, 152, 0.14);
    background: rgba(255, 255, 255, 0.86);
}

.appointment-slot-btn.is-selected,
.appointment-slot-btn:hover {
    background: rgba(2, 98, 152, 0.1);
    border-color: rgba(2, 98, 152, 0.34);
    color: var(--smile-primary);
}

.appointment-time-input {
    max-width: 14rem;
}

.print-sheet {
    max-width: 920px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid rgba(17, 58, 75, 0.08);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 18px 44px rgba(14, 43, 57, 0.08);
    position: relative;
    overflow: hidden;
}

.print-sheet-narrow {
    max-width: 640px;
}

.print-sheet-watermarked::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 98, 152, 0.02), rgba(31, 210, 193, 0.02));
    pointer-events: none;
}

.print-doc-header {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: flex-start;
    margin-bottom: 1.75rem;
}

.print-doc-title {
    font-size: 1.8rem;
    font-weight: 700;
}

.print-brand-logo {
    max-width: 150px;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.print-brand-logo-centered {
    margin-left: auto;
    margin-right: auto;
}

.print-watermark {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: min(52%, 420px);
    opacity: 0.05;
    pointer-events: none;
    z-index: 0;
    object-fit: contain;
}

.print-meta-card {
    background: rgba(2, 98, 152, 0.04);
    border: 1px solid rgba(17, 58, 75, 0.08);
    border-radius: 1rem;
    padding: 1rem 1.1rem;
    position: relative;
    z-index: 1;
}

.print-sheet .table,
.print-sheet .print-doc-header,
.print-sheet .text-center,
.print-sheet .row {
    position: relative;
    z-index: 1;
}

.btn-primary {
    background: linear-gradient(135deg, var(--smile-primary), #0b7aba);
    border: none;
    box-shadow: 0 10px 24px rgba(2, 98, 152, 0.24);
}

.btn-outline-primary {
    border-color: rgba(2, 98, 152, 0.24);
    color: var(--smile-primary);
}

.icon-btn {
    width: 2.35rem;
    height: 2.35rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-btn svg {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.action-group {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.action-form {
    display: inline-flex;
    margin: 0;
}

.brand-preview-card {
    min-height: 8rem;
    border: 1px dashed rgba(2, 98, 152, 0.2);
    border-radius: 1rem;
    background: rgba(2, 98, 152, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.brand-preview-image {
    max-width: 100%;
    max-height: 5.5rem;
    object-fit: contain;
}

.brand-preview-empty {
    color: #6c7a85;
    font-size: 0.95rem;
}

.attachment-card {
    border: 1px dashed rgba(2, 98, 152, 0.22);
    border-radius: 1.15rem;
    background: rgba(2, 98, 152, 0.03);
    padding: 1rem;
}

.attachment-history-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.attachment-history-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(17, 58, 75, 0.08);
    background: rgba(255, 255, 255, 0.76);
    text-decoration: none;
    color: inherit;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.attachment-history-item:hover {
    transform: translateY(-1px);
    border-color: rgba(2, 98, 152, 0.18);
    box-shadow: 0 14px 30px rgba(14, 43, 57, 0.08);
    color: inherit;
}

.app-footer {
    margin-top: auto;
    padding-top: 1rem;
    flex-shrink: 0;
    border-top: 1px solid rgba(17, 58, 75, 0.08);
    color: var(--smile-muted);
    font-size: 0.9rem;
    text-align: center;
    background: transparent;
}

.app-footer a {
    color: var(--smile-primary);
    font-weight: 600;
    text-decoration: none;
}

.app-footer a:hover {
    color: var(--smile-primary-deep);
}

.form-control,
.form-select {
    border-radius: 0.95rem;
    border-color: rgba(17, 58, 75, 0.12);
}

.auth-screen {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.auth-screen-row {
    width: 100%;
    margin: 0;
}

.auth-card {
    position: relative;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 253, 252, 0.92)),
        linear-gradient(145deg, rgba(2, 98, 152, 0.05), rgba(31, 210, 193, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 2rem;
    box-shadow: 0 28px 70px rgba(14, 43, 57, 0.12);
    backdrop-filter: blur(18px);
}

.auth-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    min-height: 32rem;
}

.auth-layout-register {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    min-height: 36rem;
}

.auth-brand-panel {
    padding: 2.5rem 2.5rem 2.25rem;
    background:
        linear-gradient(155deg, rgba(2, 98, 152, 0.93), rgba(31, 210, 193, 0.82)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
    color: #fff;
    border-radius: 2rem 0 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.auth-card-body {
    padding: 2.5rem 2.25rem;
    text-align: center;
}

.auth-card-body-register {
    width: 100%;
}

.auth-form-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-flash-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 0.6rem;
}

.auth-flash-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: min(100%, 34rem);
    padding: 0.7rem 1.1rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.92rem;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 10px 24px rgba(12, 39, 54, 0.08);
}

.auth-flash-success {
    color: #0d6a62;
    background: rgba(31, 210, 193, 0.12);
    border-color: rgba(31, 210, 193, 0.24);
}

.auth-flash-error {
    color: #9a2b2b;
    background: rgba(218, 1, 1, 0.08);
    border-color: rgba(218, 1, 1, 0.16);
}

.auth-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(2, 98, 152, 0.08);
    color: var(--smile-primary);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.auth-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.auth-subtitle {
    color: rgba(255, 255, 255, 0.86);
    margin-bottom: 1.5rem;
}

.auth-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1.75rem;
}

.auth-highlights-register {
    grid-template-columns: 1fr;
}

.auth-highlight {
    padding: 0.9rem 0.75rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.auth-highlight-value {
    display: block;
    font-weight: 700;
    color: #fff;
}

.auth-highlight-label {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.82rem;
}

.auth-contact {
    margin-top: 1.25rem;
    padding: 1rem 1.1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    text-align: center;
}

.auth-contact-item {
    min-width: 0;
}

.auth-contact-label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0.25rem;
}

.auth-contact-value {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

.auth-contact-separator {
    width: 1px;
    align-self: stretch;
    min-height: 2.4rem;
    background: rgba(255, 255, 255, 0.18);
}

@media (max-width: 575.98px) {
    .auth-contact {
        flex-direction: column;
    }

    .auth-contact-separator {
        width: 100%;
        min-height: 1px;
        height: 1px;
    }
}

.auth-form {
    max-width: 26rem;
    margin: 0 auto;
}

.auth-form-register {
    max-width: 34rem;
}

.auth-form-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.auth-form-copy {
    color: var(--smile-muted);
    margin-bottom: 1.5rem;
}

.auth-label {
    color: var(--smile-primary);
    font-weight: 600;
}

.auth-input {
    min-height: 3.25rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(2, 98, 152, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.auth-input:focus {
    border-color: rgba(31, 210, 193, 0.65);
    box-shadow: 0 0 0 0.25rem rgba(31, 210, 193, 0.12);
}

.auth-submit {
    min-height: 3.25rem;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.auth-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.auth-links a {
    color: var(--smile-primary);
    font-weight: 600;
    text-decoration: none;
}

.auth-links a:hover {
    color: var(--smile-primary-deep);
}

@media (max-width: 991.98px) {
    .sidebar-panel {
        border-radius: 0 0 1.5rem 1.5rem;
    }

    .topbar,
    .page-head,
    .panel-header {
        align-items: flex-start;
    }

    .table-search-wrap {
        width: 100%;
        min-width: 0;
    }

    .auth-layout {
        grid-template-columns: 1fr;
    }

    .auth-brand-panel {
        border-radius: 2rem 2rem 0 0;
    }

    .auth-highlights {
        grid-template-columns: 1fr;
    }

    .dashboard-panel-body {
        overflow: visible;
    }

    .dashboard-panel-body-empty {
        min-height: 0;
    }
}

@media print {
    body.app-shell {
        background: #fff !important;
    }

    .sidebar-panel,
    .topbar,
    .app-footer,
    .no-print {
        display: none !important;
    }

    .content-panel,
    .page-content,
    .print-sheet {
        padding: 0 !important;
        margin: 0 !important;
        box-shadow: none !important;
        border: 0 !important;
        background: #fff !important;
        max-width: none !important;
    }

    .container-fluid,
    .row,
    main {
        margin: 0 !important;
        padding: 0 !important;
    }

    .table-pro th,
    .table-pro td {
        color: #000 !important;
    }
}
