body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(180deg, #f6fff9 0%, #eefbf3 100%);
    color: #173d2a;
    padding-bottom: 88px;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1120px, calc(100% - 24px));
    margin: 0 auto;
}

.top-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(11, 122, 62, 0.12);
}

.header-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}

.brand {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0B7A3E;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0B7A3E, #18a35a);
    color: #fff;
    box-shadow: 0 8px 20px rgba(11, 122, 62, 0.25);
}

.search-shell {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f1f7f2;
    border: 1px solid #dcefe2;
    border-radius: 999px;
    padding: 10px 14px;
}

.search-shell input {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    font-size: 0.95rem;
}

.icon-button {
    border: 2px solid #0B7A3E;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #fff;
    color: #0B7A3E;
    box-shadow: 0 8px 20px rgba(11, 122, 62, 0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
}

.header-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.page-shell {
    padding: 16px 0 24px;
}

.hero-section {
    margin-bottom: 18px;
}

.hero-slider {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 12px 40px rgba(8, 64, 31, 0.12);
}

.hero-track {
    position: relative;
    min-height: 240px;
}

.hero-slide {
    display: none;
    position: relative;
    min-height: 240px;
}

.hero-slide.active {
    display: block;
    animation: fadeUp 0.5s ease;
}

.hero-slide img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    padding: 24px;
    background: linear-gradient(90deg, rgba(7, 38, 22, 0.85), rgba(7, 38, 22, 0.25));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
}

.eyebrow {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.72rem;
    opacity: 0.8;
}

.hero-overlay h1 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
}

.hero-overlay p {
    margin: 0;
    font-size: 0.95rem;
}

.btn-green {
    width: fit-content;
    background: #0B7A3E;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
}

.hero-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    border: none;
}

.hero-dot.active {
    background: #fff;
    transform: scale(1.1);
}

.section-block {
    margin: 20px 0 8px;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.section-heading h2 {
    margin: 0;
    font-size: 1.05rem;
}

.section-heading a {
    text-decoration: none;
    color: #0B7A3E;
    font-weight: 600;
}

.category-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(78px, 1fr));
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
}

.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 88px;
    padding: 10px 6px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f4fff8, #e7f7ee);
    color: #19653f;
    border: 1px solid rgba(11, 122, 62, 0.12);
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
}

.category-icon {
    font-size: 1.2rem;
}

.product-grid {
    display: grid;
    gap: 12px;
}

.product-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 46, 29, 0.08);
}

.product-image-wrap {
    position: relative;
}

.product-image-wrap img {
    width: 100%;
    height: 160px;
    object-fit: contain;
}

.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(11, 122, 62, 0.92);
    color: #fff;
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 0.72rem;
}

.product-body {
    padding: 12px;
}

.product-body h3 {
    margin: 0 0 8px;
    font-size: 0.98rem;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.price {
    font-weight: 700;
    color: #0B7A3E;
}

.discount {
    color: #d04b4b;
    font-size: 0.8rem;
    font-weight: 600;
}

.store-info {
    margin: 3px 0;
    color: #5f6f66;
    font-size: 0.84rem;
}

.product-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.btn-outline {
    border: 1px solid #0B7A3E;
    color: #0B7A3E;
    background: #fff;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 0.8rem;
}

.loader {
    text-align: center;
    padding: 14px;
    color: #517b61;
    font-weight: 600;
}

.bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0 10px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(11, 122, 62, 0.12);
    z-index: 30;
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: #587860;
    text-decoration: none;
    font-size: 0.8rem;
}

.bottom-nav-item.active {
    color: #0B7A3E;
    font-weight: 700;
}

@keyframes fadeUp {
    from {
        opacity: 0.2;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 390px) {
    .hero-slide img {
        height: 280px;
    }

    .category-row {
        grid-template-columns: repeat(5, minmax(82px, 1fr));
    }
}

.account-page {
    padding-top: 18px;
}

.account-hero {
    margin-bottom: 14px;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(11, 122, 62, 0.96), rgba(31, 162, 87, 0.9));
    color: #fff;
    box-shadow: 0 12px 30px rgba(11, 122, 62, 0.18);
}

.account-hero h1 {
    margin: 0 0 6px;
    font-size: 1.4rem;
}

.account-hero p {
    margin: 0;
    font-size: 0.95rem;
    opacity: 0.94;
}

.alert-box {
    margin-bottom: 12px;
    border-radius: 16px;
    padding: 12px 14px;
    font-size: 0.92rem;
}

.error-box {
    background: #fff4f4;
    color: #9b2c2c;
    border: 1px solid #f2b5b5;
}

.success-box {
    background: #effcf5;
    color: #166c41;
    border: 1px solid #b8e4c6;
}

.account-card {
    padding: 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 24px rgba(15, 46, 29, 0.08);
    margin-bottom: 14px;
}

.auth-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 255, 246, 0.96));
    border: 1px solid rgba(11, 122, 62, 0.16);
    box-shadow: 0 16px 40px rgba(11, 122, 62, 0.14);
    backdrop-filter: blur(10px);
}

.auth-card .form-control-lg,
.auth-card .btn-lg {
    min-height: 48px;
}

.auth-card .input-group .btn-outline-success {
    border-color: #dcefe2;
    color: #0B7A3E;
}

.auth-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.auth-submit-btn .spinner-border {
    display: none;
}

.auth-submit-btn.loading .spinner-border {
    display: inline-block;
}

.auth-submit-btn.loading .btn-text {
    display: none;
}

.nav-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 12px 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0B7A3E, #17a357);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(11, 122, 62, 0.18);
}

.account-card-header {
    margin-bottom: 12px;
}

.account-card-header h2 {
    margin: 0 0 4px;
    font-size: 1.05rem;
    color: #0B7A3E;
}

.account-card-header span {
    color: #67806f;
    font-size: 0.84rem;
}

.form-label {
    font-weight: 600;
    color: #3b5145;
}

.form-control {
    border-radius: 12px;
    border: 1px solid #dcefe2;
    padding: 10px 12px;
}

.form-control:focus {
    border-color: #0B7A3E;
    box-shadow: 0 0 0 0.2rem rgba(11, 122, 62, 0.2);
}

.forgot-link {
    display: inline-block;
    margin-top: 10px;
    color: #0B7A3E;
    font-weight: 600;
    text-decoration: none;
}

@media (min-width: 412px) {
    .hero-overlay h1 {
        font-size: 1.45rem;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .header-inner {
        padding: 14px 0;
    }

    .hero-slide img {
        height: 320px;
    }

    .category-row {
        grid-template-columns: repeat(7, minmax(110px, 1fr));
        overflow-x: visible;
    }

    .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .account-page .container {
        max-width: 720px;
    }
}

.brand-logo {
    width: 142px;
    height: 44px;
    max-width: 38vw;
    object-fit: contain;
    object-position: left center;
}

/* Customer account and order pages */
.customer-account-shell, .customer-orders-shell { max-width: 760px; }
.customer-account-intro { margin: 4px 0 16px; animation: customerFadeUp .42s ease both; }
.customer-account-kicker, .customer-orders-heading p { margin: 0 0 4px; color: #0b7a3e; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.customer-account-intro h1, .customer-orders-heading h1 { margin: 0; color: #173d2a; font-size: clamp(1.65rem, 6vw, 2.1rem); font-weight: 800; }
.customer-account-intro > p:last-child { margin: 6px 0 0; color: #638070; }
.customer-profile-glass, .customer-orders-hero, .customer-action-card, .customer-order-card, .customer-orders-empty { border: 1px solid rgba(255,255,255,.8); background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(225,249,234,.7)); box-shadow: 0 14px 34px rgba(18,80,43,.1); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.customer-profile-glass { position: relative; display: grid; grid-template-columns: 66px 1fr; gap: 12px; align-items: center; padding: 16px; border-radius: 24px; animation: customerFadeUp .5s .06s ease both; }
.customer-profile-avatar { width: 66px; height: 66px; border: 3px solid rgba(255,255,255,.88); border-radius: 50%; object-fit: cover; box-shadow: 0 8px 18px rgba(11,122,62,.18); }
.customer-profile-title { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }.customer-profile-title h2 { margin: 0; font-size: 1.05rem; font-weight: 800; }.customer-profile-details p { margin: 3px 0 0; color: #60806d; font-size: .78rem; }
.customer-status-pill, .customer-active-badge, .customer-order-status { border-radius: 999px; background: rgba(11,122,62,.12); color: #087239; padding: 4px 8px; font-size: .7rem; font-weight: 800; }
.customer-profile-edit { grid-column: 1 / -1; color: #087239; font-weight: 800; font-size: .82rem; text-decoration: none; }.customer-profile-edit:hover { text-decoration: underline; }
.customer-summary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 12px 0; }.customer-summary-grid div { padding: 13px; border-radius: 18px; background: rgba(255,255,255,.58); text-align: center; }.customer-summary-grid strong, .customer-summary-grid span { display: block; }.customer-summary-grid strong { color: #087239; font-size: 1.15rem; }.customer-summary-grid span { color: #698373; font-size: .75rem; }
.customer-orders-hero { position: relative; display: grid; grid-template-columns: 54px 1fr auto; gap: 12px; align-items: center; min-height: 118px; margin: 16px 0; padding: 18px; overflow: hidden; border-radius: 26px; color: #173d2a; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }.customer-orders-hero::after { position: absolute; content: ''; width: 130px; height: 130px; right: -55px; top: -55px; border-radius: 50%; background: rgba(30,171,91,.12); }.customer-orders-hero:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(18,80,43,.16); }.customer-orders-hero:active, .customer-action-card:active { transform: scale(.985); }.customer-orders-icon { font-size: 2.15rem; }.customer-orders-copy { display: grid; gap: 4px; }.customer-orders-copy strong { font-size: 1.25rem; }.customer-orders-copy small { color: #5e7b68; font-size: .8rem; }.customer-orders-arrow { color: #087239; font-size: 1.7rem; font-weight: 700; transition: transform .2s ease; }.customer-orders-hero:hover .customer-orders-arrow { transform: translateX(4px); }.customer-active-badge { position: absolute; top: 12px; right: 14px; z-index: 1; }
.customer-account-actions { display: grid; gap: 10px; }.customer-action-card { display: grid; grid-template-columns: 36px 1fr auto; gap: 10px; align-items: center; padding: 14px 15px; border-radius: 19px; color: #173d2a; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }.customer-action-card:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(18,80,43,.14); }.customer-action-card > span:first-child { font-size: 1.35rem; }.customer-action-card strong, .customer-action-card small { display: block; }.customer-action-card strong { font-size: .92rem; }.customer-action-card small { color: #6a8373; font-size: .76rem; margin-top: 2px; }.customer-action-card b { color: #0b7a3e; font-size: 1.45rem; font-weight: 400; }.customer-action-card em { display: inline-grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 50%; background: #0b7a3e; color: #fff; font-size: .68rem; font-style: normal; }.customer-logout-card strong, .customer-logout-card b { color: #b34343; }
.customer-orders-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 5px 0 18px; }.customer-orders-heading a, .customer-orders-empty > a { border-radius: 999px; background: rgba(11,122,62,.1); color: #087239; padding: 8px 12px; font-size: .8rem; font-weight: 800; text-decoration: none; }.customer-order-list { display: grid; gap: 13px; }.customer-order-card { padding: 17px; border-radius: 23px; }.customer-order-topline, .customer-order-footer, .customer-order-details { display: flex; justify-content: space-between; gap: 10px; align-items: center; }.customer-order-topline > span:first-child { color: #547363; font-size: .75rem; font-weight: 700; }.customer-order-status { text-align: right; }.customer-order-status.is-complete { background: rgba(74,98,85,.1); color: #52705e; }.customer-order-card h2 { margin: 15px 0 3px; font-size: 1.02rem; font-weight: 800; }.customer-order-date { margin: 0; color: #71877a; font-size: .76rem; }.customer-order-details { margin: 14px 0; padding: 10px 0; border-top: 1px solid rgba(11,122,62,.09); border-bottom: 1px solid rgba(11,122,62,.09); color: #587565; font-size: .8rem; }.customer-order-details span:last-child { text-align: right; }.customer-order-footer strong { color: #087239; font-size: 1.08rem; }.customer-order-footer a { border-radius: 999px; background: #0b7a3e; color: #fff; padding: 9px 13px; font-size: .78rem; font-weight: 800; text-decoration: none; }.customer-orders-empty { padding: 34px 22px; border-radius: 25px; text-align: center; }.customer-orders-empty > span { display: block; font-size: 3rem; }.customer-orders-empty h2 { margin: 10px 0 6px; font-size: 1.15rem; }.customer-orders-empty p { margin: 0 0 18px; color: #64806e; font-size: .88rem; }
@keyframes customerFadeUp { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 560px) { .customer-profile-glass { grid-template-columns: 76px 1fr auto; padding: 18px; }.customer-profile-avatar { width: 76px; height: 76px; }.customer-profile-edit { grid-column: auto; align-self: start; border-radius: 999px; background: rgba(11,122,62,.1); padding: 8px 11px; }.customer-account-actions { grid-template-columns: repeat(2, 1fr); } }
@media (prefers-reduced-motion: reduce) { .customer-account-intro, .customer-profile-glass { animation: none; }.customer-orders-hero, .customer-action-card, .customer-orders-arrow { transition: none; } }

/* Reference-led customer account dashboard */
.nb-account-page { min-height: calc(100vh - 78px); padding: 18px 0 108px; background: radial-gradient(circle at 68% 12%, rgba(132, 213, 163, .16), transparent 28rem), linear-gradient(135deg, #fbfdfc, #f1f8f4 58%, #fdfefe); }
.nb-account-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 28px; max-width: 1380px; }
.nb-account-sidebar { min-width: 0; }.nb-profile-card, .nb-sidebar-nav, .nb-stat-grid article, .nb-my-orders-banner, .nb-quick-grid a, .nb-recent-order, .nb-recent-empty { border: 1px solid rgba(255,255,255,.92); background: rgba(255,255,255,.72); box-shadow: 0 12px 30px rgba(23, 66, 43, .1); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); }
.nb-profile-card { overflow: hidden; border-radius: 19px; text-align: center; }.nb-profile-cover { height: 111px; background: radial-gradient(circle at 22% 20%, rgba(136,234,165,.85), transparent 35%), linear-gradient(135deg, #047339, #2f9960 65%, #a6dfba); }.nb-profile-avatar-wrap { position: relative; width: 126px; height: 126px; margin: -73px auto 0; }.nb-profile-avatar { width: 100%; height: 100%; border: 4px solid #fff; border-radius: 50%; object-fit: cover; background: #edf6f0; box-shadow: 0 8px 20px rgba(9,91,45,.18); }.nb-avatar-edit { position: absolute; right: -2px; bottom: 5px; display: grid; place-items: center; width: 33px; height: 33px; border: 3px solid #fff; border-radius: 50%; background: #ecfff3; color: #08743a; box-shadow: 0 4px 10px rgba(9,91,45,.12); font-size: 18px; font-weight: 900; text-decoration: none; }.nb-profile-info { padding: 15px 20px 19px; }.nb-profile-info h1 { margin: 0; color: #11291c; font-size: 1.22rem; font-weight: 800; }.nb-active-customer { display: inline-block; margin: 8px 0 13px; border-radius: 999px; padding: 4px 10px; background: #e1f8e9; color: #08723a; font-size: .76rem; font-weight: 800; }.nb-profile-info p { display: flex; gap: 9px; align-items: flex-start; margin: 9px 0; color: #3c5145; font-size: .82rem; text-align: left; }.nb-profile-info p strong { color: #08723a; }.nb-profile-info p > span { color: #143b27; font-size: 1rem; line-height: 1; }.nb-profile-address { line-height: 1.42; }.nb-edit-profile-button { display: inline-block; margin-top: 11px; border: 1px solid #acd7ba; border-radius: 11px; padding: 9px 13px; color: #08723a; font-size: .8rem; font-weight: 800; text-decoration: none; transition: background .18s, transform .18s; }.nb-edit-profile-button:hover { background: #ebfff1; transform: translateY(-1px); }
.nb-sidebar-nav { display: grid; gap: 2px; margin-top: 18px; padding: 7px 0; overflow: hidden; border-radius: 17px; }.nb-sidebar-nav a { display: flex; align-items: center; gap: 16px; min-height: 52px; padding: 10px 24px; color: #1b2a20; font-size: .87rem; font-weight: 700; text-decoration: none; transition: background .18s, color .18s; }.nb-sidebar-nav a > span { width: 18px; color: #253e30; font-size: 1.2rem; text-align: center; }.nb-sidebar-nav a b { display: grid; place-items: center; min-width: 20px; height: 20px; margin-left: auto; border-radius: 50%; background: #08783d; color: #fff; font-size: .68rem; }.nb-sidebar-nav a.is-active { border-left: 3px solid #08783d; background: linear-gradient(90deg, #effaf3, transparent); color: #08783d; }.nb-sidebar-nav a.is-active > span { color: #08783d; }.nb-sidebar-nav a:hover { background: #f1faf4; }.nb-sidebar-nav .nb-sidebar-logout { margin-top: 5px; border-top: 1px solid rgba(11,122,62,.08); color: #c43131; }.nb-sidebar-nav .nb-sidebar-logout > span { color: #c43131; }
.nb-account-main { min-width: 0; }.nb-welcome { margin: 5px 0 18px; }.nb-welcome h2 { margin: 0; color: #0e1912; font-size: clamp(1.45rem, 2.3vw, 2rem); font-weight: 800; letter-spacing: -.04em; }.nb-welcome p { margin: 5px 0 0; color: #53675c; font-size: .91rem; }.nb-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }.nb-stat-grid article { display: flex; align-items: center; gap: 13px; min-height: 113px; padding: 15px; border-radius: 18px; }.nb-stat-icon { display: grid; flex: 0 0 48px; place-items: center; width: 48px; height: 48px; border-radius: 50%; font-size: 1.35rem; font-weight: 800; }.nb-stat-icon.orders { background: #dff7e7; color: #08783d; }.nb-stat-icon.pending { background: #fff0d8; color: #f28618; }.nb-stat-icon.processing { background: #e2efff; color: #1264ca; }.nb-stat-icon.completed { background: #e0f7e8; color: #07813f; }.nb-stat-grid strong { display: block; color: #0c2013; font-size: 1.32rem; line-height: 1.05; }.nb-stat-grid h3 { margin: 4px 0 1px; color: #202c24; font-size: .78rem; font-weight: 700; white-space: nowrap; }.nb-stat-grid p { margin: 0; color: #52675a; font-size: .7rem; }
.nb-my-orders-banner { position: relative; display: grid; grid-template-columns: 84px minmax(0, 1fr) auto auto; align-items: center; gap: 25px; min-height: 163px; margin: 20px 0 29px; padding: 22px 34px; overflow: hidden; border-radius: 22px; color: #102217; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }.nb-my-orders-banner::before { position: absolute; inset: 0; content: ''; background: radial-gradient(ellipse at 13% 55%, rgba(89,187,118,.38), transparent 29%), radial-gradient(ellipse at 74% -80%, rgba(117,203,143,.26), transparent 52%); pointer-events: none; }.nb-my-orders-banner:hover { box-shadow: 0 18px 36px rgba(12,97,47,.16); transform: translateY(-2px); }.nb-order-package, .nb-orders-banner-copy, .nb-orders-active, .nb-round-arrow { position: relative; z-index: 1; }.nb-order-package { display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; background: linear-gradient(135deg, #3d9e65, #73c28c); color: #fff; font-size: 2.6rem; box-shadow: 0 10px 20px rgba(13,100,49,.16); }.nb-orders-banner-copy { display: grid; gap: 5px; }.nb-orders-banner-copy strong { font-size: clamp(1.45rem, 2.7vw, 2rem); line-height: 1.05; }.nb-orders-banner-copy small { max-width: 280px; color: #354a3e; font-size: 1rem; }.nb-orders-active { border-radius: 999px; padding: 7px 13px; background: #13a356; color: #fff; font-size: .78rem; font-weight: 800; white-space: nowrap; }.nb-round-arrow { display: grid; place-items: center; width: 65px; height: 65px; border-radius: 50%; background: rgba(255,255,255,.88); color: #08723a; font-size: 2.3rem; font-weight: 500; }.nb-section-title { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 0 0 14px; }.nb-section-title h2 { margin: 0; color: #121f16; font-size: 1.08rem; font-weight: 800; }.nb-section-title a { color: #08723a; font-size: .82rem; font-weight: 800; text-decoration: none; }.nb-quick-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }.nb-quick-grid a { display: grid; min-height: 113px; place-items: center; align-content: center; gap: 10px; border-radius: 18px; color: #24342a; text-align: center; text-decoration: none; transition: transform .18s, box-shadow .18s; }.nb-quick-grid a:hover { box-shadow: 0 17px 28px rgba(24,72,46,.14); transform: translateY(-3px); }.nb-quick-grid a > span { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: #e2f8e9; color: #08783d; font-size: 1.55rem; }.nb-quick-grid a.messages > span { background: #dcf9fa; color: #087a77; }.nb-quick-grid a.profile > span { background: #efe7ff; color: #6a32bc; }.nb-quick-grid a.settings > span { background: #e5f1ff; color: #1670cb; }.nb-quick-grid strong { font-size: .78rem; }.nb-quick-grid b { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #08783d; color: #fff; font-size: .65rem; }
.nb-recent-section { margin-top: 34px; }.nb-recent-list { display: grid; gap: 10px; }.nb-recent-order { display: grid; grid-template-columns: 76px minmax(125px, 1.5fr) minmax(115px, 1fr) minmax(100px, .75fr) auto; gap: 15px; align-items: center; min-height: 95px; padding: 10px 14px; border-radius: 18px; }.nb-recent-order > img { width: 76px; height: 72px; border-radius: 11px; object-fit: cover; background: #edf6f0; }.nb-recent-order-id { display: grid; gap: 4px; }.nb-recent-order-id strong { font-size: .84rem; }.nb-recent-order-id span { color: #4c6054; font-size: .78rem; }.nb-recent-order-id small { color: #098242; font-size: .74rem; font-weight: 700; }.nb-order-status { justify-self: start; border-radius: 11px; padding: 10px 12px; background: #eaf4ff; color: #1162c9; font-size: .75rem; font-weight: 800; text-align: center; }.nb-order-status.complete { background: #e7f8eb; color: #08783d; }.nb-order-total { display: grid; gap: 4px; }.nb-order-total strong { color: #08723a; font-size: .95rem; }.nb-order-total span { color: #485d50; font-size: .72rem; white-space: nowrap; }.nb-recent-order > a { justify-self: end; border: 1px solid #b9dbbf; border-radius: 12px; padding: 10px 13px; color: #08723a; font-size: .75rem; font-weight: 800; text-decoration: none; white-space: nowrap; }.nb-recent-order > a:hover { background: #effcf3; }.nb-recent-empty { display: grid; justify-items: center; gap: 7px; padding: 31px; border-radius: 20px; color: #52675a; }.nb-recent-empty > span { font-size: 2.3rem; }.nb-recent-empty strong { color: #182c20; }.nb-recent-empty p { margin: 0; font-size: .84rem; }.nb-recent-empty a { color: #08723a; font-size: .82rem; font-weight: 800; text-decoration: none; }
.nb-account-top-header { background: rgba(255,255,255,.87); box-shadow: 0 4px 18px rgba(22,61,38,.06); }.nb-account-header-inner { gap: 24px; max-width: 1360px; padding: 12px 0; }.nb-account-header-inner .brand { font-size: 1.2rem; }.nb-account-header-inner .brand-mark { width: 43px; height: 43px; border-radius: 10px; }.nb-account-search { max-width: 600px; margin-left: 17px; padding: 12px 17px; background: rgba(241,244,242,.92); }.nb-account-header-actions { display: flex; align-items: center; gap: 15px; margin-left: auto; }.nb-header-icon { display: grid; place-items: center; width: 34px; height: 34px; color: #132119; font-size: 1.45rem; text-decoration: none; }.nb-account-mini-avatar { width: 43px; height: 43px; min-width: 43px; border-color: #edf3ee; }
.nb-account-bottom-nav { display: none; }.nb-account-bottom-nav .bottom-nav-item > span:first-child { position: relative; font-size: 1.4rem; line-height: 1; }.nb-account-bottom-nav .bottom-nav-item b { position: absolute; top: -8px; right: -12px; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: #08783d; color: #fff; font-size: .58rem; }
@media (max-width: 900px) { .nb-account-layout { grid-template-columns: 250px minmax(0, 1fr); gap: 18px; }.nb-profile-info { padding-left: 14px; padding-right: 14px; }.nb-sidebar-nav a { padding-left: 17px; }.nb-stat-grid article { gap: 9px; padding: 11px; }.nb-stat-icon { flex-basis: 40px; width: 40px; height: 40px; }.nb-stat-grid h3 { font-size: .7rem; white-space: normal; }.nb-stat-grid p { font-size: .64rem; }.nb-my-orders-banner { gap: 16px; padding: 20px; }.nb-round-arrow { width: 53px; height: 53px; }.nb-recent-order { grid-template-columns: 58px minmax(100px, 1.4fr) minmax(95px, 1fr) auto; }.nb-recent-order > img { width: 58px; height: 58px; }.nb-order-total { display: none; } }
@media (max-width: 700px) { body:has(.nb-account-page) { padding-bottom: 91px; }.nb-account-top-header { position: sticky; }.nb-account-header-inner { gap: 9px; padding: 9px 0; }.nb-account-header-inner .brand-name { display: none; }.nb-account-header-inner .brand-mark { width: 38px; height: 38px; }.nb-account-search { margin-left: 0; padding: 9px 12px; }.nb-account-header-actions { gap: 2px; }.nb-header-icon { width: 27px; font-size: 1.25rem; }.nb-account-mini-avatar { width: 37px; height: 37px; min-width: 37px; }.nb-account-layout { display: flex; flex-direction: column; gap: 0; width: min(100% - 20px, 560px); }.nb-account-sidebar { display: contents; }.nb-profile-card { order: 0; }.nb-sidebar-nav { display: none; }.nb-account-main { display: contents; }.nb-welcome { order: 1; margin: 20px 2px 14px; }.nb-stat-grid { order: 2; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.nb-stat-grid article { min-height: 90px; padding: 11px; }.nb-stat-icon { flex-basis: 37px; width: 37px; height: 37px; font-size: 1.1rem; }.nb-stat-grid strong { font-size: 1.17rem; }.nb-stat-grid h3 { margin-top: 2px; font-size: .67rem; }.nb-my-orders-banner { order: 3; grid-template-columns: 60px minmax(0,1fr) auto; gap: 12px; min-height: 112px; margin: 17px 0 24px; padding: 16px; }.nb-order-package { width: 60px; height: 60px; font-size: 1.9rem; }.nb-orders-banner-copy strong { font-size: 1.28rem; }.nb-orders-banner-copy small { font-size: .78rem; }.nb-orders-active { position: absolute; top: 11px; right: 13px; padding: 5px 8px; font-size: .65rem; }.nb-round-arrow { width: 43px; height: 43px; margin-top: 21px; font-size: 1.6rem; }.nb-quick-section { order: 4; }.nb-quick-grid { gap: 9px; }.nb-quick-grid a { min-height: 93px; gap: 7px; border-radius: 15px; }.nb-quick-grid a > span { width: 39px; height: 39px; font-size: 1.2rem; }.nb-quick-grid strong { font-size: .67rem; }.nb-recent-section { order: 5; margin-top: 28px; }.nb-recent-order { grid-template-columns: 50px minmax(0, 1fr) auto; gap: 9px; padding: 10px; }.nb-recent-order > img { width: 50px; height: 50px; }.nb-order-status { grid-column: 2; grid-row: 2; padding: 5px 7px; font-size: .64rem; }.nb-recent-order > a { grid-column: 3; grid-row: 1 / span 2; padding: 8px 9px; font-size: .63rem; }.nb-recent-order-id strong { font-size: .72rem; }.nb-recent-order-id span, .nb-recent-order-id small { font-size: .65rem; }.nb-account-bottom-nav { display: flex; padding: 9px 2px 8px; }.nb-account-bottom-nav .bottom-nav-item { flex: 1; font-size: .66rem; }.nb-account-bottom-nav .bottom-nav-item.active { color: #08783d; }.nb-account-bottom-nav .bottom-nav-item.active > span:first-child { display: grid; place-items: center; width: 42px; height: 42px; margin-top: -26px; border-radius: 50%; background: #08783d; box-shadow: 0 8px 16px rgba(7,119,58,.28); color: #fff; } }

/* Shared marketplace product grid: compact on phones without cropping products. */
.product-grid,
.product-listing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    min-width: 0;
}

.product-card {
    min-width: 0;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(15, 46, 29, .08);
}

.product-card > a {
    display: block;
    min-width: 0;
    height: 100%;
}

.product-image-wrap,
.product-listing-card .product-image-wrap {
    display: grid;
    place-items: center;
    height: clamp(70px, 22vw, 96px);
    background: #f5fbf6;
}

.product-image-wrap img,
.product-listing-card .product-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 3px;
}

.product-badge { display: none; }

.product-body,
.product-listing-card .product-body {
    min-width: 0;
    padding: 6px;
}

.product-body h3,
.product-listing-card .product-body h3 {
    overflow: hidden;
    margin: 0 0 3px;
    color: #173d2a;
    font-size: .69rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-meta { margin-bottom: 2px; }
.price,
.product-listing-card .price { font-size: .72rem; }
.discount { display: none; }
.store-info,
.product-listing-card .store-info {
    overflow: hidden;
    margin: 0;
    font-size: .6rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-actions { display: none; }

@media (min-width: 600px) {
    .product-grid,
    .product-listing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
    .product-image-wrap,
    .product-listing-card .product-image-wrap { height: 130px; }
    .product-body,
    .product-listing-card .product-body { padding: 10px; }
    .product-body h3,
    .product-listing-card .product-body h3 { font-size: .84rem; }
    .price,
    .product-listing-card .price { font-size: .9rem; }
    .store-info,
    .product-listing-card .store-info { font-size: .72rem; }
}

@media (min-width: 768px) {
    .product-grid,
    .product-listing-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (min-width: 1100px) {
    .product-grid,
    .product-listing-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
    .product-image-wrap,
    .product-listing-card .product-image-wrap { height: 160px; }
    .product-card { border-radius: 16px; }
    .product-actions { display: flex; margin-top: 8px; font-size: .76rem; }
    .product-badge { display: block; }
    .discount { display: inline; }
}

/* Account landing page: reference-style marketplace account chooser. */
.account-landing-tools { display: flex; align-items: center; gap: 7px; margin-left: auto; }
.account-language, .account-offer { display: grid; place-items: center; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #f0f8f2; color: #08783d; font-size: .72rem; font-weight: 800; text-decoration: none; }
.account-offer { font-size: 1rem; }
.nb-account-landing { min-height: calc(100vh - 78px); padding: 14px 0 105px; background: linear-gradient(180deg, #fff 0, #f4fbf6 48%, #fff 100%); }
.nb-login-shell { display: grid; gap: 14px; max-width: 680px; }
.nb-login-welcome { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 104px; align-items: center; min-height: 144px; overflow: hidden; padding: 19px 18px; border: 1px solid rgba(133, 207, 153, .32); border-radius: 23px; background: radial-gradient(circle at 95% 18%, rgba(151,224,167,.55), transparent 37%), linear-gradient(135deg, #f9fffa, #e7f8eb); }
.nb-login-kicker { display: block; margin-bottom: 4px; color: #07813f; font-size: .86rem; font-weight: 800; }
.nb-login-welcome h1 { margin: 0; color: #173d2a; font-size: clamp(1.12rem, 4.5vw, 1.45rem); line-height: 1.28; font-weight: 800; }
.nb-login-welcome p { margin: 5px 0 0; color: #537363; font-size: .78rem; }
.nb-login-illustration { position: relative; display: grid; place-items: center; width: 92px; height: 92px; border-radius: 50% 50% 42% 42%; background: linear-gradient(145deg, #0b7a3e, #56b96d); box-shadow: 0 12px 22px rgba(11,122,62,.2); }
.nb-login-illustration span { font-size: 2.7rem; filter: drop-shadow(0 4px 3px rgba(0,0,0,.13)); }.nb-login-illustration i,.nb-login-illustration b { position: absolute; font-size: 1.2rem; font-style: normal; }.nb-login-illustration i { top: -7px; right: -3px; }.nb-login-illustration b { bottom: -5px; left: -8px; }
.nb-customer-access { padding: 17px; border: 1px solid rgba(255,255,255,.94); border-radius: 23px; background: rgba(255,255,255,.88); box-shadow: 0 12px 28px rgba(30,84,51,.1); backdrop-filter: blur(12px); }
.nb-access-heading h2,.nb-other-access h2 { margin: 0; color: #173d2a; font-size: 1.08rem; font-weight: 800; }.nb-access-heading p { margin: 3px 0 13px; color: #60786b; font-size: .76rem; }
.nb-customer-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.nb-customer-choice,.nb-other-choice { display: grid; align-items: center; color: #153a27; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }.nb-customer-choice:hover,.nb-other-choice:hover { color: #153a27; transform: translateY(-2px); }
.nb-customer-choice { grid-template-columns: 34px minmax(0,1fr) 12px; gap: 7px; min-height: 102px; padding: 11px 9px; border-radius: 17px; }.nb-customer-choice.login { background: linear-gradient(145deg, #e5faec, #fafffb); border: 1px solid #ccecd7; }.nb-customer-choice.register { background: linear-gradient(145deg, #0b7a3e, #168e4e); color: #fff; box-shadow: 0 9px 18px rgba(10,120,61,.2); }.nb-customer-choice.register:hover { color: #fff; }
.nb-choice-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 12px; background: #0b7a3e; color: #fff; font-size: 1.25rem; font-weight: 400; }.nb-customer-choice.register .nb-choice-icon { background: rgba(255,255,255,.2); }.nb-customer-choice strong,.nb-other-choice strong { display: block; overflow: hidden; font-size: .75rem; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }.nb-customer-choice small,.nb-other-choice small { display: block; margin-top: 3px; font-size: .62rem; line-height: 1.25; }.nb-customer-choice.login small { color: #5b7667; }.nb-customer-choice b,.nb-other-choice b { font-size: 1.35rem; font-weight: 400; }
.nb-other-access { display: grid; gap: 8px; }.nb-other-access h2 { margin: 5px 2px 3px; }.nb-other-choice { grid-template-columns: 39px minmax(0,1fr) 18px; gap: 11px; min-height: 62px; padding: 10px 13px; border: 1px solid rgba(203,231,212,.9); border-radius: 16px; background: rgba(255,255,255,.82); box-shadow: 0 5px 15px rgba(26,76,44,.06); }.nb-other-icon { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 13px; background: #e8f8ed; color: #08783d; font-size: 1.25rem; font-weight: 800; }.nb-other-choice small { color: #61796b; font-size: .68rem; }
.nb-trust-strip { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px 13px; padding: 6px 3px; color: #4d7060; font-size: .66rem; font-weight: 700; }.nb-trust-strip span::first-letter { color: #0b7a3e; }
@media (max-width: 699px) { .nb-customer-choice { display: block; position: relative; padding: 10px; }.nb-customer-choice > span:nth-child(2) { display: block; margin-top: 8px; }.nb-customer-choice b { position: absolute; top: 10px; right: 9px; }.nb-customer-choice strong { padding-right: 13px; font-size: .71rem; }.nb-customer-choice small { font-size: .61rem; } }
@media (min-width: 700px) { .nb-account-landing { padding-top: 30px; }.nb-login-welcome { grid-template-columns: minmax(0,1fr) 158px; min-height: 180px; padding: 28px; }.nb-login-illustration { width:126px; height:126px; }.nb-customer-access { padding: 23px; }.nb-customer-choice { grid-template-columns: 44px minmax(0,1fr) 16px; min-height: 126px; padding: 16px; }.nb-choice-icon { width:44px; height:44px; }.nb-customer-choice strong { font-size: .95rem; }.nb-customer-choice small { font-size: .76rem; }.nb-other-choice { min-height:72px; } }

/* Bootstrap-based search/category listings use the same compact card treatment. */
.product-listing-grid > [class*="col-"] { width: 100%; min-width: 0; padding: 0; }
.product-listing-grid .product-listing-card { position: relative; }
.product-listing-grid .card-img-top {
    display: block;
    width: 100%;
    height: clamp(70px, 22vw, 96px) !important;
    object-fit: contain !important;
    padding: 3px;
    background: #f5fbf6;
}
.product-listing-grid .card-body { min-width: 0; padding: 6px; }
.product-listing-grid .card-body h3 {
    overflow: hidden;
    margin: 0 0 3px;
    font-size: .69rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-listing-grid .card-body > .text-muted:not(.small),
.product-listing-grid .card-body .badge,
.product-listing-grid .btn-outline-success { display: none; }
.product-listing-grid .card-body .small {
    overflow: hidden;
    margin: 0 !important;
    font-size: .6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-listing-grid .card-body .fw-bold { color: #0b7a3e; font-size: .72rem; }

@media (min-width: 600px) {
    .product-listing-grid .card-img-top { height: 130px !important; }
    .product-listing-grid .card-body { padding: 10px; }
    .product-listing-grid .card-body h3 { font-size: .84rem; }
    .product-listing-grid .card-body .small { font-size: .72rem; }
    .product-listing-grid .card-body .fw-bold { font-size: .9rem; }
}

@media (min-width: 1100px) {
    .product-listing-grid .card-img-top { height: 160px !important; }
    .product-listing-grid .card-body > .text-muted:not(.small) { display: block; }
    .product-listing-grid .card-body .badge,
    .product-listing-grid .btn-outline-success { display: inline-block; }
}
@media (max-width: 380px) { .nb-account-header-actions { display: none; }.nb-stat-grid article { gap: 7px; }.nb-stat-grid p { display: none; }.nb-my-orders-banner { grid-template-columns: 52px minmax(0,1fr) 36px; padding: 14px; }.nb-order-package { width: 52px; height: 52px; }.nb-quick-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }.nb-quick-grid a { min-height: 78px; }.nb-recent-order > a { font-size: 0; }.nb-recent-order > a::after { content: '→'; font-size: 1rem; } }
/* Compact language selector shared across the storefront. */
.language-switcher select { border: 1px solid #d7e4da; border-radius: 8px; background: #fff; color: #155b32; font-size: .78rem; font-weight: 700; padding: .35rem .45rem; max-width: 76px; }
/* Customer messages: compact marketplace inbox */
.nb-messages-container{max-width:1120px}.nb-messages-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:4px 0 18px;padding:20px 22px;border-radius:22px;background:linear-gradient(135deg,#e9fff0,#f8fffa);border:1px solid #d8f1e0}.nb-messages-kicker{margin:0 0 4px;color:#087a3d;font-size:.82rem;font-weight:800}.nb-messages-hero h1{margin:0;color:#12341f;font-size:1.55rem;font-weight:800}.nb-messages-hero p:not(.nb-messages-kicker){margin:4px 0 0;color:#607166;font-size:.92rem}.nb-new-message-button{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;padding:10px 14px;border-radius:12px;background:#087a3d;color:#fff;font-weight:800;font-size:.87rem;text-decoration:none;box-shadow:0 8px 18px rgba(8,122,61,.16)}.nb-messenger-layout{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);gap:18px;align-items:start}.nb-conversation-panel,.nb-chat-panel{border:1px solid #e5eee7!important;box-shadow:0 9px 26px rgba(19,69,38,.07)!important}.nb-inbox-count{display:grid;place-items:center;min-width:26px;height:26px;padding:0 7px;border-radius:50%;background:#e7f7ec;color:#087a3d;font-size:.75rem;font-weight:800}.nb-message-tabs{display:flex;gap:7px;margin:14px 0}.nb-message-tabs button{border:0;border-radius:999px;padding:7px 11px;background:#f1f5f2;color:#52705d;font-size:.78rem;font-weight:800}.nb-message-tabs button.is-active{background:#087a3d;color:#fff}.nb-message-tabs button:disabled{cursor:not-allowed;opacity:.55}.nb-message-conversation{position:relative;margin:0!important;padding:11px!important;border:1px solid #e7efe9;border-radius:15px!important;background:#fff;transition:.18s ease}.nb-message-conversation:hover{border-color:#8bd0a1;box-shadow:0 8px 18px rgba(21,83,45,.08);transform:translateY(-1px)}.nb-message-conversation.bg-success-subtle{border-color:#77c995!important;background:#effbf3!important}.nb-message-conversation img{width:46px!important;height:46px!important}.nb-message-preview{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.nb-message-time{position:absolute;right:11px;bottom:8px;font-size:.7rem}.nb-message-privacy{display:flex;gap:10px;margin-top:15px;padding:12px;border-radius:13px;background:#f5fbf7;color:#53695a}.nb-message-privacy>span{font-size:1.15rem}.nb-message-privacy strong{display:block;color:#274533;font-size:.78rem}.nb-message-privacy p{margin:2px 0 0;font-size:.73rem;line-height:1.35}.nb-messages-empty,.nb-thread-empty{display:grid;justify-items:center;padding:34px 18px;text-align:center;color:#627167}.nb-messages-empty span,.nb-thread-empty span{display:grid;place-items:center;width:54px;height:54px;margin-bottom:11px;border-radius:50%;background:#e8f8ed;font-size:1.5rem}.nb-messages-empty strong,.nb-thread-empty strong{color:#1d3b29}.nb-messages-empty p,.nb-thread-empty p{margin:5px 0 12px;font-size:.84rem;line-height:1.45}.nb-messages-empty a{color:#087a3d;font-size:.84rem;font-weight:800;text-decoration:none}.nb-chat-panel #chatBox{background:#f7fbf8!important;border-color:#e3eee6!important}.nb-chat-panel #messageComposer input[type=file]{max-width:150px!important;font-size:.75rem}@media (max-width:767.98px){.nb-messages-container{padding-bottom:86px}.nb-messages-hero{align-items:flex-start;padding:17px;border-radius:18px}.nb-messages-hero h1{font-size:1.3rem}.nb-messages-hero p:not(.nb-messages-kicker){font-size:.82rem}.nb-new-message-button{padding:9px 11px}.nb-new-message-button span{display:none}.nb-messenger-layout{grid-template-columns:1fr;gap:13px}.nb-conversation-panel,.nb-chat-panel{padding:13px!important;border-radius:18px!important}.nb-chat-panel{min-height:350px!important}.nb-chat-panel #messageComposer{display:grid!important;grid-template-columns:1fr auto}.nb-chat-panel #messageComposer input[name=message]{grid-column:1/-1}.nb-chat-panel #messageComposer input[type=file]{max-width:100%!important;width:100%}.nb-chat-panel #messageComposer button{min-width:78px}.nb-message-preview{max-width:calc(100vw - 155px)}}
.nb-message-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;margin:14px 0}.nb-message-search-row input{min-width:0;border:1px solid #e2ece5;border-radius:13px;padding:10px 12px;background:#fbfefc;outline:0}.nb-message-search-row input:focus{border-color:#43a767;box-shadow:0 0 0 3px rgba(8,122,61,.1)}.nb-mini-control{border:1px solid #e2ece5;border-radius:12px;padding:8px 10px;background:#fff;color:#355240;font-weight:700;font-size:.78rem}.nb-message-tabs{overflow-x:auto;padding-bottom:2px}.nb-message-tabs button{white-space:nowrap}.nb-message-context{margin-top:4px;color:#087a3d;font-size:.7rem;font-weight:800}.nb-conversation-actions{position:absolute;right:9px;top:8px;display:flex;gap:3px}.nb-conversation-actions button{border:0;background:transparent;color:#6c7b70;padding:2px;font-size:1rem;line-height:1}.nb-conversation-pin{font-size:.72rem}.nb-chat-quick-actions{display:flex;flex-wrap:wrap;gap:7px;margin:-4px 0 12px}.nb-chat-quick-actions a{padding:6px 9px;border-radius:999px;background:#eff9f2;color:#087a3d;font-size:.74rem;font-weight:800;text-decoration:none}.nb-messages-page:after{content:'Stay connected, stay updated';display:block;max-width:1120px;margin:0 auto 90px;padding:15px 20px;border:1px solid #cfeede;border-radius:17px;background:#ecfbf2;color:#245939;font-weight:800}@media(max-width:767.98px){.nb-message-search-row{grid-template-columns:minmax(0,1fr) auto}.nb-message-search-row input{grid-column:1/-1}.nb-conversation-actions{top:auto;bottom:7px}.nb-message-time{right:56px}.nb-message-context{max-width:calc(100% - 85px)}}
