:root {
    --fd-primary: #ff7a1a;
    --fd-primary-dark: #e85f00;
    --fd-pink: #ff5fa2;
    --fd-yellow: #ffd166;
    --fd-cream: #fff7ec;
    --fd-dark: #281407;
    --fd-muted: #7b6f66;
    --fd-border: rgba(40, 20, 7, 0.12);
}

html,
body {
    min-height: 100%;
}

    body.fd-body {
        margin: 0;
        background: radial-gradient(circle at top left, rgba(255, 209, 102, 0.28), transparent 34%), radial-gradient(circle at bottom right, rgba(255, 95, 162, 0.18), transparent 36%), #fffaf3;
        color: var(--fd-dark);
    }

.fd-header {
    position: sticky;
    top: 0;
    z-index: 100;
}

.fd-navbar {
    background: rgba(255, 250, 243, 0.92);
    border-bottom: 1px solid var(--fd-border);
    backdrop-filter: blur(12px);
}

.fd-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    color: var(--fd-dark) !important;
}

.fd-brand-icon {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--fd-yellow), var(--fd-pink));
}

.fd-nav-link {
    font-weight: 700;
    color: var(--fd-dark) !important;
    border-radius: 999px;
    padding: 8px 14px !important;
}

    .fd-nav-link:hover {
        background: rgba(255, 122, 26, 0.1);
    }

.fd-main {
    min-height: 100vh;
}

.fd-footer {
    padding: 18px 0;
    color: var(--fd-muted);
    border-top: 1px solid var(--fd-border);
    background: rgba(255, 250, 243, 0.72);
    font-size: 14px;
}

.fd-login-page {
    min-height: 100vh;
}

.fd-login-centered {
    display: flex;
    align-items: center;
}

.fd-login-card {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--fd-border);
    border-radius: 28px;
    padding: clamp(24px, 4vw, 38px);
    box-shadow: 0 24px 70px rgba(40, 20, 7, 0.14);
}

.fd-login-logo {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--fd-yellow), var(--fd-pink));
    font-size: 34px;
    box-shadow: 0 14px 34px rgba(255, 122, 26, 0.24);
}

.fd-login-title {
    font-size: 30px;
    font-weight: 950;
    letter-spacing: -0.04em;
    margin-bottom: 6px;
}

.fd-login-subtitle {
    color: var(--fd-muted);
    margin: 0;
    font-weight: 600;
}

.fd-input {
    border-radius: 16px;
    border: 1px solid var(--fd-border);
}

.form-floating > .fd-input {
    height: 58px;
}

.fd-input:focus {
    border-color: var(--fd-primary);
    box-shadow: 0 0 0 0.25rem rgba(255, 122, 26, 0.16);
}

.fd-remember {
    color: var(--fd-muted);
    font-weight: 600;
}

.fd-small-link {
    color: var(--fd-primary-dark);
    font-weight: 800;
    text-decoration: none;
}

    .fd-small-link:hover {
        text-decoration: underline;
    }

.fd-login-btn {
    min-height: 56px;
    border: 0;
    border-radius: 16px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--fd-primary), var(--fd-pink));
    box-shadow: 0 16px 34px rgba(255, 122, 26, 0.24);
}

    .fd-login-btn:hover {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 20px 42px rgba(255, 122, 26, 0.3);
    }

@media (max-width: 575.98px) {
    .fd-login-card {
        border-radius: 22px;
        padding: 22px;
    }

    .fd-login-title {
        font-size: 26px;
    }

    .fd-footer {
        text-align: center;
    }
}
:root {
    --fd-primary: #ff7a1a;
    --fd-primary-dark: #e85f00;
    --fd-pink: #ff5fa2;
    --fd-yellow: #ffd166;
    --fd-cream: #fff7ec;
    --fd-dark: #281407;
    --fd-muted: #7b6f66;
    --fd-border: rgba(40, 20, 7, 0.12);
}

html,
body {
    min-height: 100%;
}

    body.fd-body {
        margin: 0;
        background: radial-gradient(circle at top left, rgba(255, 209, 102, 0.28), transparent 34%), radial-gradient(circle at bottom right, rgba(255, 95, 162, 0.18), transparent 36%), #fffaf3;
        color: var(--fd-dark);
    }

.fd-header {
    position: sticky;
    top: 0;
    z-index: 100;
}

.fd-navbar {
    background: rgba(255, 250, 243, 0.94);
    border-bottom: 1px solid var(--fd-border);
    backdrop-filter: blur(12px);
}

.fd-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    color: var(--fd-dark) !important;
}

.fd-brand-icon {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--fd-yellow), var(--fd-pink));
}

.fd-nav-link {
    font-weight: 700;
    color: var(--fd-dark) !important;
    border-radius: 999px;
    padding: 8px 14px !important;
}

    .fd-nav-link:hover {
        background: rgba(255, 122, 26, 0.1);
    }

.fd-main {
    min-height: 100vh;
}

.fd-footer {
    padding: 18px 0;
    color: var(--fd-muted);
    border-top: 1px solid var(--fd-border);
    background: rgba(255, 250, 243, 0.72);
    font-size: 14px;
}

.fd-login-page {
    min-height: 100vh;
}

.fd-login-centered {
    display: flex;
    align-items: center;
}

.fd-login-card,
.fd-panel-card {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--fd-border);
    border-radius: 28px;
    padding: clamp(24px, 4vw, 38px);
    box-shadow: 0 24px 70px rgba(40, 20, 7, 0.14);
}

.fd-login-logo {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--fd-yellow), var(--fd-pink));
    font-size: 34px;
    box-shadow: 0 14px 34px rgba(255, 122, 26, 0.24);
}

.fd-login-title,
.fd-page-title {
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 950;
    letter-spacing: -0.04em;
    color: var(--fd-dark);
}

.fd-login-subtitle,
.fd-page-subtitle {
    color: var(--fd-muted);
    font-weight: 600;
}

.fd-input {
    border-radius: 16px;
    border: 1px solid var(--fd-border);
}

.form-floating > .fd-input {
    height: 58px;
}

.fd-input:focus {
    border-color: var(--fd-primary);
    box-shadow: 0 0 0 0.25rem rgba(255, 122, 26, 0.16);
}

.fd-remember {
    color: var(--fd-muted);
    font-weight: 600;
}

.fd-small-link {
    color: var(--fd-primary-dark);
    font-weight: 800;
    text-decoration: none;
}

    .fd-small-link:hover {
        text-decoration: underline;
    }

.fd-login-btn,
.fd-action-btn {
    min-height: 56px;
    border: 0;
    border-radius: 16px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--fd-primary), var(--fd-pink));
    box-shadow: 0 16px 34px rgba(255, 122, 26, 0.24);
}

    .fd-login-btn:hover,
    .fd-action-btn:hover {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 20px 42px rgba(255, 122, 26, 0.3);
    }

.fd-page-section {
    min-height: calc(100vh - 120px);
}

.fd-dashboard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.fd-user-badge {
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--fd-border);
    color: var(--fd-muted);
    font-weight: 700;
}

.fd-stat-card {
    height: 100%;
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--fd-border);
    box-shadow: 0 16px 44px rgba(40, 20, 7, 0.08);
}

    .fd-stat-card span {
        display: block;
        color: var(--fd-muted);
        font-weight: 700;
        margin-bottom: 8px;
    }

    .fd-stat-card strong {
        display: block;
        font-size: 30px;
        font-weight: 950;
        color: var(--fd-dark);
        margin-bottom: 6px;
    }

    .fd-stat-card small {
        color: var(--fd-muted);
        font-weight: 600;
    }

.fd-section-title {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 0;
}

@media (max-width: 575.98px) {
    .fd-login-card,
    .fd-panel-card {
        border-radius: 22px;
        padding: 22px;
    }

    .fd-footer {
        text-align: center;
    }

    .fd-dashboard-head {
        align-items: flex-start;
    }
}
.fd-light-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid var(--fd-border);
    background: #fff;
    color: var(--fd-dark);
    font-weight: 800;
    text-decoration: none;
    padding: 8px 14px;
}

    .fd-light-btn:hover {
        background: rgba(255, 122, 26, 0.08);
        color: var(--fd-dark);
    }

.fd-textarea {
    min-height: 120px !important;
    resize: vertical;
}
.fd-date-card {
    min-width: 190px;
    padding: 12px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--fd-border);
    box-shadow: 0 12px 32px rgba(40, 20, 7, 0.08);
    text-align: right;
}

    .fd-date-card strong {
        display: block;
        font-size: 15px;
        font-weight: 900;
        color: var(--fd-dark);
        text-transform: capitalize;
    }

    .fd-date-card span {
        display: block;
        margin-top: 2px;
        font-size: 22px;
        font-weight: 900;
        color: var(--fd-primary-dark);
        letter-spacing: -0.03em;
    }

.fd-empty-sales {
    min-height: 260px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 32px 18px;
}

.fd-empty-icon {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 26px;
    background: linear-gradient(135deg, var(--fd-yellow), var(--fd-pink));
    font-size: 38px;
    box-shadow: 0 14px 34px rgba(255, 122, 26, 0.2);
}

.fd-empty-sales h2 {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: var(--fd-dark);
    margin-bottom: 8px;
}

.fd-empty-sales p {
    max-width: 620px;
    color: var(--fd-muted);
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 575.98px) {
    .fd-date-card {
        width: 100%;
        text-align: left;
    }
}
.fd-sale-summary {
    display: grid;
    gap: 12px;
}

    .fd-sale-summary > div,
    .fd-sale-info > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 14px 16px;
        border-radius: 18px;
        background: rgba(255, 122, 26, 0.07);
        border: 1px solid rgba(40, 20, 7, 0.08);
    }

    .fd-sale-summary span,
    .fd-sale-info span {
        color: var(--fd-muted);
        font-weight: 700;
    }

    .fd-sale-summary strong,
    .fd-sale-info strong {
        color: var(--fd-dark);
        font-weight: 900;
        text-align: right;
    }

.fd-sale-total,
.fd-sale-info-total {
    background: linear-gradient(135deg, rgba(255, 122, 26, 0.16), rgba(255, 95, 162, 0.12)) !important;
}

    .fd-sale-total strong,
    .fd-sale-info-total strong {
        font-size: 24px;
        color: var(--fd-primary-dark);
    }

.fd-sale-info {
    display: grid;
    gap: 12px;
}
.fd-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 14px;
}

.fd-product-tile {
    min-height: 132px;
    padding: 18px;
    border: 2px solid rgba(40, 20, 7, 0.08);
    border-radius: 24px;
    background: #fff;
    text-align: left;
    box-shadow: 0 12px 32px rgba(40, 20, 7, 0.06);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    touch-action: manipulation;
}

    .fd-product-tile strong {
        display: block;
        font-size: 20px;
        font-weight: 900;
        color: var(--fd-dark);
        line-height: 1.1;
        margin-bottom: 10px;
    }

    .fd-product-tile span {
        display: block;
        color: var(--fd-muted);
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 4px;
    }

    .fd-product-tile small {
        color: var(--fd-primary-dark);
        font-weight: 800;
    }

    .fd-product-tile:hover,
    .fd-product-tile.active {
        border-color: var(--fd-primary);
        transform: translateY(-2px);
        box-shadow: 0 18px 42px rgba(255, 122, 26, 0.18);
        background: linear-gradient(135deg, #fff, #fff5e9);
    }

.fd-cone-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.fd-touch-price {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 122, 26, 0.1);
    color: var(--fd-muted);
    font-weight: 800;
}

    .fd-touch-price strong {
        color: var(--fd-primary-dark);
    }

.fd-touch-divider {
    height: 1px;
    background: var(--fd-border);
    margin: 26px 0;
}

.fd-scoop-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.fd-stepper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--fd-border);
    box-shadow: 0 12px 30px rgba(40, 20, 7, 0.06);
}

.fd-step-btn {
    width: 64px;
    height: 64px;
    border: 0;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--fd-primary), var(--fd-pink));
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    touch-action: manipulation;
}

.fd-step-value {
    min-width: 72px;
    text-align: center;
    font-size: 34px;
    font-weight: 950;
    color: var(--fd-dark);
}

.fd-quick-scoops {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

    .fd-quick-scoops button {
        min-height: 56px;
        border: 1px solid var(--fd-border);
        border-radius: 18px;
        background: #fff;
        color: var(--fd-dark);
        font-weight: 900;
        touch-action: manipulation;
    }

        .fd-quick-scoops button:hover {
            background: rgba(255, 122, 26, 0.1);
        }

.fd-sale-sticky {
    position: sticky;
    top: 96px;
}

.fd-sale-info {
    display: grid;
    gap: 12px;
}

    .fd-sale-info > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 16px;
        border-radius: 18px;
        background: rgba(255, 122, 26, 0.07);
        border: 1px solid rgba(40, 20, 7, 0.08);
    }

    .fd-sale-info span {
        color: var(--fd-muted);
        font-weight: 700;
    }

    .fd-sale-info strong {
        color: var(--fd-dark);
        font-weight: 900;
        text-align: right;
    }

.fd-sale-info-total {
    background: linear-gradient(135deg, rgba(255, 122, 26, 0.16), rgba(255, 95, 162, 0.12)) !important;
}

    .fd-sale-info-total strong {
        font-size: 30px;
        color: var(--fd-primary-dark);
    }

@media (max-width: 991.98px) {
    .fd-sale-sticky {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .fd-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .fd-product-tile {
        min-height: 116px;
        padding: 14px;
        border-radius: 20px;
    }

        .fd-product-tile strong {
            font-size: 17px;
        }

    .fd-step-btn {
        width: 56px;
        height: 56px;
        font-size: 30px;
    }

    .fd-step-value {
        min-width: 58px;
        font-size: 30px;
    }

    .fd-quick-scoops {
        grid-template-columns: repeat(2, 1fr);
    }
}
.fd-cart-items {
    display: grid;
    gap: 12px;
}

.fd-cart-empty {
    padding: 22px;
    border-radius: 18px;
    background: rgba(255, 122, 26, 0.07);
    color: var(--fd-muted);
    font-weight: 700;
    text-align: center;
}

.fd-cart-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--fd-border);
    box-shadow: 0 10px 26px rgba(40, 20, 7, 0.06);
}

    .fd-cart-row strong {
        display: block;
        font-size: 18px;
        font-weight: 900;
        color: var(--fd-dark);
    }

    .fd-cart-row span {
        display: block;
        color: var(--fd-muted);
        font-weight: 700;
        margin-top: 2px;
    }

.fd-cart-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .fd-cart-actions b {
        min-width: 34px;
        text-align: center;
        font-size: 22px;
        font-weight: 900;
    }

.fd-cart-minus,
.fd-cart-plus {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    touch-action: manipulation;
}

.fd-cart-minus {
    background: #dc3545;
}

.fd-cart-plus {
    background: linear-gradient(135deg, var(--fd-primary), var(--fd-pink));
}
.fd-stock-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 16px;
    padding: 10px 18px;
    color: #fff;
    font-weight: 950;
    text-decoration: none;
    background: linear-gradient(135deg, #198754, #20c997);
    box-shadow: 0 12px 28px rgba(25, 135, 84, 0.22);
}

    .fd-stock-btn:hover {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 16px 34px rgba(25, 135, 84, 0.28);
    }

.pagination .page-link {
    color: var(--fd-primary-dark);
    border-color: var(--fd-border);
    font-weight: 800;
}

.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, var(--fd-primary), var(--fd-pink));
    border-color: transparent;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    color: var(--fd-muted);
}
/* Stock movements buttons */

.fd-filter-card {
    background: linear-gradient(135deg, rgba(255, 122, 26, 0.08), rgba(255, 95, 162, 0.06)), rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(40, 20, 7, 0.12);
    box-shadow: 0 16px 42px rgba(40, 20, 7, 0.08);
}

.fd-stock-btn,
.fd-filter-btn,
.fd-back-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 16px;
    padding: 10px 18px;
    font-weight: 950;
    text-decoration: none;
    border: 0;
    white-space: nowrap;
}

.fd-stock-btn {
    color: #fff;
    background: linear-gradient(135deg, #198754, #20c997);
    box-shadow: 0 12px 28px rgba(25, 135, 84, 0.24);
}

    .fd-stock-btn:hover {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 16px 34px rgba(25, 135, 84, 0.30);
    }

.fd-filter-btn {
    color: #fff;
    background: linear-gradient(135deg, var(--fd-primary), var(--fd-pink));
    box-shadow: 0 12px 28px rgba(255, 122, 26, 0.24);
}

    .fd-filter-btn:hover {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 16px 34px rgba(255, 122, 26, 0.30);
    }

.fd-back-btn {
    color: var(--fd-dark);
    background: #fff;
    border: 1px solid var(--fd-border);
    box-shadow: 0 10px 24px rgba(40, 20, 7, 0.06);
}

    .fd-back-btn:hover {
        color: var(--fd-dark);
        background: rgba(255, 122, 26, 0.08);
        transform: translateY(-1px);
    }

.fd-filter-actions {
    padding-top: 4px;
}
.fd-add-product-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 16px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 950;
    text-decoration: none;
    background: linear-gradient(135deg, var(--fd-primary), var(--fd-pink));
    box-shadow: 0 12px 28px rgba(255, 122, 26, 0.24);
    white-space: nowrap;
}

    .fd-add-product-btn span {
        width: 26px;
        height: 26px;
        display: inline-grid;
        place-items: center;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.22);
        font-size: 22px;
        font-weight: 950;
        line-height: 1;
    }

    .fd-add-product-btn:hover {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 16px 34px rgba(255, 122, 26, 0.30);
    }

    .fd-add-product-btn:focus,
    .fd-add-product-btn:active {
        color: #fff;
        box-shadow: 0 0 0 0.25rem rgba(255, 122, 26, 0.18);
    }
.fd-create-submit-btn {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 18px;
    padding: 12px 22px;
    color: #fff;
    font-weight: 950;
    text-decoration: none;
    background: linear-gradient(135deg, #198754, #20c997);
    box-shadow: 0 14px 32px rgba(25, 135, 84, 0.24);
}

    .fd-create-submit-btn span {
        width: 28px;
        height: 28px;
        display: inline-grid;
        place-items: center;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.22);
        font-size: 18px;
        font-weight: 950;
        line-height: 1;
    }

    .fd-create-submit-btn:hover {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 18px 38px rgba(25, 135, 84, 0.30);
    }

    .fd-create-submit-btn:focus,
    .fd-create-submit-btn:active {
        color: #fff;
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.18);
    }

.fd-create-cancel-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid var(--fd-border);
    background: #fff;
    color: var(--fd-dark);
    font-weight: 900;
    text-decoration: none;
}

    .fd-create-cancel-btn:hover {
        background: rgba(255, 122, 26, 0.08);
        color: var(--fd-dark);
        transform: translateY(-1px);
    }
.fd-report-show-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 16px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 950;
    text-decoration: none;
    background: linear-gradient(135deg, #0d6efd, #20c997);
    box-shadow: 0 12px 28px rgba(13, 110, 253, 0.22);
    white-space: nowrap;
}

    .fd-report-show-btn span {
        width: 28px;
        height: 28px;
        display: inline-grid;
        place-items: center;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.22);
        font-size: 16px;
        line-height: 1;
    }

    .fd-report-show-btn:hover {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 16px 34px rgba(13, 110, 253, 0.30);
    }

    .fd-report-show-btn:focus,
    .fd-report-show-btn:active {
        color: #fff;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.18);
    }
.fd-price-add-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 16px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 950;
    text-decoration: none;
    background: linear-gradient(135deg, #6f42c1, #ff5fa2);
    box-shadow: 0 12px 28px rgba(111, 66, 193, 0.24);
    white-space: nowrap;
}

    .fd-price-add-btn span {
        width: 26px;
        height: 26px;
        display: inline-grid;
        place-items: center;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.22);
        font-size: 22px;
        font-weight: 950;
        line-height: 1;
    }

    .fd-price-add-btn:hover {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 16px 34px rgba(111, 66, 193, 0.30);
    }
.fd-stock-submit-btn {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 18px;
    padding: 12px 22px;
    color: #fff;
    font-weight: 950;
    text-decoration: none;
    background: linear-gradient(135deg, #198754, #20c997);
    box-shadow: 0 14px 32px rgba(25, 135, 84, 0.24);
}

    .fd-stock-submit-btn span {
        width: 28px;
        height: 28px;
        display: inline-grid;
        place-items: center;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.22);
        font-size: 22px;
        font-weight: 950;
        line-height: 1;
    }

    .fd-stock-submit-btn:hover {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 18px 38px rgba(25, 135, 84, 0.30);
    }

    .fd-stock-submit-btn:focus,
    .fd-stock-submit-btn:active {
        color: #fff;
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.18);
    }
.fd-stock-submit-btn {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 18px;
    padding: 12px 22px;
    color: #fff;
    font-weight: 950;
    text-decoration: none;
    background: linear-gradient(135deg, #198754, #20c997);
    box-shadow: 0 14px 32px rgba(25, 135, 84, 0.24);
}

    .fd-stock-submit-btn span {
        width: 28px;
        height: 28px;
        display: inline-grid;
        place-items: center;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.22);
        font-size: 22px;
        font-weight: 950;
        line-height: 1;
    }

    .fd-stock-submit-btn:hover {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 18px 38px rgba(25, 135, 84, 0.30);
    }

    .fd-stock-submit-btn:focus,
    .fd-stock-submit-btn:active {
        color: #fff;
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.18);
    }

.fd-create-cancel-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid var(--fd-border);
    background: #fff;
    color: var(--fd-dark);
    font-weight: 900;
    text-decoration: none;
}

    .fd-create-cancel-btn:hover {
        background: rgba(255, 122, 26, 0.08);
        color: var(--fd-dark);
        transform: translateY(-1px);
    }