.hero-box,
.feature-card,
.showcase-card,
.step-card,
.faq-card,
.final-card,
.section-card,
.track-card,
.status-card,
.result-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 24px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, .06);
}

.sales-banner {
    position: relative;
    min-height: 320px;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 32px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, .16), transparent 28%),
        radial-gradient(circle at bottom left, rgba(96, 165, 250, .18), transparent 30%),
        linear-gradient(135deg, #0f172a 0%, #1e293b 45%, #2563eb 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.sales-banner::before,
.sales-banner::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    filter: blur(2px);
}

.sales-banner::before {
    width: 160px;
    height: 160px;
    top: -40px;
    right: -40px;
}

.sales-banner::after {
    width: 120px;
    height: 120px;
    bottom: -30px;
    left: -30px;
}

.sales-banner-text {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.9;
    margin: 0;
    max-width: 420px;
}

@media (max-width: 768px) {
    .sales-banner {
        height: 220px;
        min-height: 220px;
        max-height: 220px;
        padding: 22px 18px;
        align-items: center;
    }

    .sales-banner-text {
        max-width: 100%;
        font-size: 1.35rem;
        line-height: 1.8;
    }
}

.track-section {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 24px;
    align-items: stretch;
    margin-top: 28px;
}

.track-info-panel,
.track-form-panel {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.track-info-panel {
    padding: 28px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, .14), transparent 28%),
        radial-gradient(circle at bottom left, rgba(59, 130, 246, .16), transparent 34%),
        linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #2563eb 100%);
    color: #fff;
}

.track-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: .88rem;
    font-weight: 800;
    color: #dbeafe;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .12);
    margin-bottom: 14px;
}

.track-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 900;
    line-height: 1.8;
    margin: 0 0 12px;
    color: #fff;
}

.track-text {
    margin: 0 0 22px;
    font-size: 1rem;
    line-height: 2;
    color: rgb(255, 255, 255);
    max-width: 640px;
}

.track-banner-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.track-banner {
    position: relative;
    min-height: 150px;
    border-radius: 22px;
    overflow: hidden;
    padding: 20px 18px;
    display: flex;
    align-items: flex-end;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.track-banner::before,
.track-banner::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
}

.track-banner::before {
    width: 120px;
    height: 120px;
    top: -35px;
    right: -30px;
}

.track-banner::after {
    width: 90px;
    height: 90px;
    bottom: -25px;
    left: -18px;
}

.track-banner-number {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    font-size: .9rem;
    font-weight: 800;
    z-index: 2;
}

.track-banner-text {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.9;
    max-width: 180px;
}

.track-banner-blue {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, .14), transparent 28%),
        linear-gradient(135deg, #1d4ed8 0%, #2563eb 60%, #60a5fa 100%);
}

.track-banner-emerald {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, .14), transparent 28%),
        linear-gradient(135deg, #0f766e 0%, #10b981 60%, #34d399 100%);
}

.track-banner-violet {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, .14), transparent 28%),
        linear-gradient(135deg, #6d28d9 0%, #7c3aed 60%, #a78bfa 100%);
}

.track-form-panel {
    background: #ffffff;
    padding: 28px;
}

.track-search-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.track-form-label {
    font-size: .95rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0;
}

.track-input {
    min-height: 56px;
    border-radius: 16px;
    border: 1px solid #dbe3f0;
    background: #f8fafc;
    padding: 0 16px;
    font-size: 1rem;
    box-shadow: none !important;
}

.track-input:focus {
    border-color: #2563eb;
    background: #fff;
}

.track-submit-btn {
    min-height: 54px;
    border-radius: 16px;
    font-size: 1rem;
    font-weight: 800;
}

.track-note-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.track-note {
    padding: 14px 16px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e5edf8;
    color: #334155;
    font-size: .94rem;
    line-height: 1.9;
}

@media (max-width: 1100px) {
    .track-section {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    .track-info-panel,
    .track-form-panel {
        padding: 20px;
    }

    .track-banner-grid {
        grid-template-columns: 1fr;
    }

    .track-banner {
        min-height: 120px;
    }

    .track-banner-text {
        max-width: 100%;
        font-size: 1rem;
    }

    .track-title {
        font-size: 1.45rem;
        line-height: 1.9;
    }

    .track-text {
        font-size: .95rem;
    }
}

.landing-page {
    display: grid;
    gap: 20px;
}

.hero-box {
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f6f8ff 55%, #eef4ff 100%);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 22px;
    align-items: center;
    /* قبلاً stretch بود */
}

.eyebrow,
.track-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.eyebrow {
    background: #eff6ff;
    color: #1d4ed8;
}

.track-badge {
    background: #f8f9fa;
    color: #495057;
}

.hero-title,
.track-title,
.final-card h2 {
    font-weight: 900;
    color: #ababab;
}

.hero-title {
    font-size: 2.15rem;
    line-height: 1.7;
    margin-bottom: 12px;
}

.track-title {
    font-size: 1.8rem;
    margin-bottom: 12px;
    line-height: 1.8;
}

.hero-text,
.track-text,
.section-subtitle,
.feature-card p,
.step-card p,
.faq-card p,
.track-mini .text,
.status-card .text,
.final-card p,
.result-help {
    color: #6b7280;
    line-height: 2;
}

.hero-text,
.track-text,
.feature-card p,
.step-card p,
.faq-card p,
.track-mini .text,
.status-card .text {
    font-size: .96rem;
    margin: 0;
}

.hero-points,
.track-list,
.feature-grid,
.steps-grid,
.faq-grid,
.status-grid,
.result-list,
.track-tip-list {
    display: grid;
    gap: 14px;
}

.hero-point,
.track-item,
.track-tip,
.result-item,
.track-mini {
    background: #f8fafc;
    border: 1px solid #eef2f7;
    border-radius: 16px;
    padding: 12px 14px;
}

.hero-point {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #1f2937;
}

.hero-check {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ecfdf3;
    color: #15803d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex-shrink: 0;
}

.hero-actions,
.cta-row,
.result-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.soft-note {
    margin-top: 12px;
    color: #6b7280;
    font-size: .92rem;
}

.showcase-card {
    padding: 18px;
    background: #0f172a;
    color: #fff;
}

.showcase-top {
    display: flex;
    gap: 6px;
    margin-bottom: 14px;
}

.showcase-top span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .55);
}

.showcase-grid {
    display: grid;
    gap: 12px;
}

.showcase-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mock-box,
.mock-wide {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    padding: 14px;
}

.mock-label {
    color: rgba(255, 255, 255, .68);
    font-size: .85rem;
    margin-bottom: 6px;
}

.mock-value {
    font-size: 1.2rem;
    font-weight: 800;
}

.mock-wide-title,
.section-title,
.feature-card h3,
.step-card h3,
.faq-card h3,
.status-card .title,
.track-mini .title {
    font-weight: 800;
    color: #111827;
}

.mock-wide-text {
    color: rgba(255, 255, 255, .72);
    font-size: .92rem;
    line-height: 1.9;
}

.section-wrap {
    margin-top: 4px;
}

.section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 18px;
}

.section-head h2,
.section-title {
    font-size: 1.8rem;
    margin-bottom: 8px;
}

.feature-grid,
.steps-grid,
.status-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card,
.step-card,
.faq-card,
.status-card,
.result-card,
.section-card {
    padding: 22px;
}

.feature-icon,
.step-badge {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 800;
    margin-bottom: 12px;
}



.track-form-box .form-label {
    font-weight: 700;
    color: #212529;
}

.track-form-box .form-control {
    height: 52px;
    border-radius: 14px;
}



.track-mini {
    background: #fff;
    margin-bottom: 12px;
}

.track-mini:last-child {
    margin-bottom: 0;
}

.result-card {
    margin-top: 16px;
}

.result-list {
    gap: 10px;
    margin-top: 14px;
}

.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.result-item .label {
    color: #6c757d;
    font-size: .95rem;
}

.result-item .value {
    font-weight: 700;
    color: #212529;
    word-break: break-word;
}

.status-badge {
    display: inline-flex;
    padding: .42rem .8rem;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 700;
}

.badge-pending {
    background: #fff3cd;
    color: #8a6d3b;
}

.badge-confirmed {
    background: #d1e7dd;
    color: #0f5132;
}

.badge-shipped {
    background: #cfe2ff;
    color: #084298;
}

.badge-completed {
    background: #e2e3e5;
    color: #41464b;
}

.badge-rejected {
    background: #f8d7da;
    color: #842029;
}

.soft-alert {
    border-radius: 16px;
    padding: 1rem 1.1rem;
    font-size: .95rem;
    line-height: 1.9;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}

.soft-alert-danger {
    background: #fff5f5;
    border-color: #f5c2c7;
    color: #842029;
}

.status-card {
    height: 100%;
}

.final-card {
    padding: 28px;
    text-align: center;
}

.final-card h2 {
    font-size: 1.9rem;
    margin-bottom: 10px;
}

.final-card p {
    max-width: 760px;
    margin: 0 auto 18px;
}

.anchor-offset {
    scroll-margin-top: 96px;
}

@media (max-width: 992px) {

    .hero-grid,
    .feature-grid,
    .steps-grid,
    .faq-grid,
    .showcase-row,
    .track-card,
    .status-grid {
        grid-template-columns: 1fr;
    }

    .hero-title,
    .track-title,
    .section-head h2,
    .section-title,
    .final-card h2 {
        font-size: 1.7rem;
    }
}

@media (max-width: 576px) {

    .hero-grid,
    .track-card,
    .feature-card,
    .step-card,
    .faq-card,
    .status-card,
    .final-card,
    .section-card,
    .result-card,
    .showcase-card {
        padding: 18px;
    }

    .hero-title,
    .track-title,
    .section-head h2,
    .section-title,
    .final-card h2 {
        font-size: 1.45rem;
        line-height: 1.8;
    }

    .hero-actions .btn,
    .cta-row .btn,
    .result-actions .btn {
        width: 100%;
    }

    .result-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.hero-box {
    margin-top: 24px;
}

.hero-shell {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #e7eef8;
    border-radius: 32px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    padding: 18px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 22px;
    align-items: stretch;
}

.hero-content-panel,
.hero-visual-panel {
    border-radius: 26px;
    overflow: hidden;
    min-height: unset;
    /* قبلاً 100% بود */
}

.hero-content-panel {
    background: #ffffff;
    border: 1px solid #edf2f9;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #1d4ed8;
    font-size: .88rem;
    font-weight: 800;
    margin-bottom: 16px;
}

.hero-title {
    margin: 0 0 14px;
    font-size: clamp(2rem, 3.4vw, 3.25rem);
    line-height: 1.55;
    font-weight: 950;
    color: #0f172a;
    letter-spacing: -0.02em;
    max-width: 760px;
}

.hero-text {
    margin: 0 0 24px;
    font-size: 1.04rem;
    line-height: 2;
    color: #475569;
    max-width: 700px;
}

.hero-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.hero-point-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 88px;
    padding: 16px 16px;
    background: #f8fafc;
    border: 1px solid #e5edf8;
    border-radius: 18px;
    color: #1e293b;
    font-size: .95rem;
    line-height: 1.9;
    font-weight: 700;
}

.hero-check {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    flex: 0 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: .95rem;
    font-weight: 900;
    margin-top: 1px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.hero-btn-primary,
.hero-btn-secondary {
    min-height: 52px;
    border-radius: 16px;
    padding: 0 22px;
    font-size: .96rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.soft-note {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 10px 14px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e5edf8;
    color: #475569;
    font-size: .88rem;
    font-weight: 700;
}

.hero-visual-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sales-banner {
    position: relative;
    width: 100%;
    height: 420px;
    min-height: 420px;
    max-height: 420px;
    border-radius: 26px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: right;
    padding: 34px 30px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, .14), transparent 24%),
        radial-gradient(circle at bottom left, rgba(96, 165, 250, .16), transparent 28%),
        linear-gradient(135deg, #0b1733 0%, #14284e 45%, #2f57b8 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    isolation: isolate;
}

.sales-banner::before,
.sales-banner::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    z-index: 0;
}

.sales-banner::before {
    width: 150px;
    height: 150px;
    top: 18px;
    right: 18px;
    background: rgba(255, 255, 255, .08);
    filter: blur(2px);
}

.sales-banner::after {
    width: 220px;
    height: 220px;
    bottom: -90px;
    left: -70px;
    background: rgba(255, 255, 255, .05);
}

.sales-banner-text {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.55rem, 2.2vw, 2.2rem);
    font-weight: 900;
    line-height: 1.9;
    max-width: 260px;
}

@media (max-width: 1100px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-points {
        grid-template-columns: 1fr;
    }

    .sales-banner {
        min-height: 260px;
    }
}

@media (max-width: 768px) {
    .hero-shell {
        padding: 12px;
        border-radius: 24px;
    }

    .hero-content-panel {
        padding: 28px;
    }

    .hero-visual-panel,
    .sales-banner {
        border-radius: 20px;
    }

    .hero-title {
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1.7;
        margin-bottom: 12px;
    }

    .hero-text {
        margin-bottom: 18px;
        font-size: 1rem;
    }

    .hero-points {
        gap: 10px;
        margin-bottom: 18px;
    }

    .hero-point-card {
        min-height: 74px;
        padding: 14px;
        font-size: .92rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        width: 100%;
    }

    .sales-banner {
        min-height: 220px;
        padding: 24px 18px;
    }

    .sales-banner-text {
        font-size: 1.45rem;
        line-height: 1.9;
    }
}

.feature-banner-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.feature-banner {
    position: relative;
    min-height: 240px;
    border-radius: 24px;
    overflow: hidden;
    padding: 28px 24px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
    isolation: isolate;
}

.feature-banner::before,
.feature-banner::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    z-index: 0;
}

.feature-banner::before {
    width: 180px;
    height: 180px;
    top: -55px;
    right: -45px;
}

.feature-banner::after {
    width: 120px;
    height: 120px;
    bottom: -35px;
    left: -25px;
}

.feature-banner-number {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    font-weight: 800;
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(6px);
}

.feature-banner-text {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #fff;
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1.9;
    max-width: 270px;
}

.feature-banner-blue {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, .16), transparent 28%),
        radial-gradient(circle at bottom left, rgba(96, 165, 250, .20), transparent 34%),
        linear-gradient(135deg, #0f172a 0%, #1d4ed8 55%, #60a5fa 100%);
}

.feature-banner-emerald {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, .14), transparent 28%),
        radial-gradient(circle at bottom left, rgba(16, 185, 129, .20), transparent 34%),
        linear-gradient(135deg, #052e2b 0%, #0f766e 50%, #34d399 100%);
}

.feature-banner-violet {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, .14), transparent 28%),
        radial-gradient(circle at bottom left, rgba(168, 85, 247, .18), transparent 34%),
        linear-gradient(135deg, #2e1065 0%, #6d28d9 50%, #a78bfa 100%);
}

@media (max-width: 992px) {
    .feature-banner-grid {
        grid-template-columns: 1fr;
    }

    .feature-banner {
        min-height: 190px;
    }

    .feature-banner-text {
        font-size: 1.3rem;
        max-width: 100%;
    }
}

.app-sidebar {
    width: 270px;
    min-width: 270px;
    background: #ffffff;
    border-left: 1px solid #e9ecef;
}

.app-sidebar-inner {
    min-height: 100vh;
    padding: 1rem;
}

.app-sidebar-brand {
    display: block;
    text-decoration: none;
    margin-bottom: 1rem;
}

.app-sidebar-brand-box {
    background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
    border: 1px solid #dbe8ff;
    border-radius: 18px;
    padding: 1rem;
}

.app-sidebar-brand-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: #0d6efd;
}

.app-sidebar-brand-subtitle {
    margin: 0.35rem 0 0;
    font-size: 0.82rem;
    color: #6c757d;
}

.app-sidebar-menu-title {
    font-size: 0.78rem;
    color: #6c757d;
    margin: 1rem 0 0.75rem;
    padding: 0 0.25rem;
}

.app-sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.app-sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
    color: #212529;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    transition: all 0.2s ease;
    background: transparent;
}

.app-sidebar-link:hover {
    background: #f5f7fb;
    color: #0d6efd;
}

.app-sidebar-link.is-active {
    background: #eef4ff;
    color: #0d6efd;
    box-shadow: inset 0 0 0 1px #dbe8ff;
}

.app-sidebar-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f1f3f5;
    color: currentColor;
    transition: all 0.2s ease;
}

.app-sidebar-link.is-active .app-sidebar-icon {
    background: #dbe8ff;
}

.app-sidebar-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.app-sidebar-text strong {
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.2;
}

.app-sidebar-text small {
    font-size: 0.78rem;
    color: #6c757d;
    margin-top: 0.15rem;
    line-height: 1.2;
}

.app-sidebar-link.is-active .app-sidebar-text small {
    color: #5c7caa;
}

.app-sidebar-badge {
    flex-shrink: 0;
}

.app-mobile-sidebar-bar {
    background: #ffffff;
    border-bottom: 1px solid #e9ecef;
    padding: 0.85rem 1rem;
}

.app-mobile-sidebar-brand {
    text-decoration: none;
}

.app-mobile-sidebar-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0d6efd;
}

.app-mobile-menu-btn {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.app-mobile-offcanvas .offcanvas-header {
    border-bottom: 1px solid #e9ecef;
}

.app-mobile-offcanvas .offcanvas-title {
    font-weight: 800;
    color: #0d6efd;
}

.app-mobile-offcanvas .app-sidebar-nav {
    gap: 0.6rem;
}

@media (max-width: 991.98px) {
    .app-sidebar {
        display: none !important;
    }
}

@media (min-width: 992px) {

    .app-mobile-sidebar-bar,
    .app-mobile-offcanvas {
        display: none !important;
    }
}

.public-brand {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.public-brand-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
}

.public-brand span {
    font-weight: 700;
    line-height: 1;
}

.public-action-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.public-action-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 16px;
    text-decoration: none;
    transition: 0.2s ease;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.public-action-card:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.public-action-title {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}

.public-action-desc {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.7;
}

.public-action-card-demo {
    background: #f8fafc;
}

.public-action-card-track {
    background: #f9fafb;
}

.public-action-card-login {
    background: #fcfcfd;
}

.public-action-card-register {
    background: #111827;
    border-color: #111827;
}

.public-action-card-register .public-action-title,
.public-action-card-register .public-action-desc {
    color: #ffffff;
}

@media (max-width: 576px) {
    .public-action-links {
        grid-template-columns: 1fr;
    }
}