:root {
    --dashboard-bg: #f5f7fa;
    --dashboard-header-start: #2dd4bf;
    --dashboard-header-end: #4ade80;
    --dashboard-tile-radius: 0.85rem;
    --dashboard-tile-shadow: 0 0.15rem 0.65rem rgba(15, 23, 42, 0.06);
    --dashboard-nav-h: 4.25rem;
    --front-content-max: 100%;
    --front-content-wide-max: 100%;
}

.dashboard-page {
    font-family: "IRANSans", system-ui, sans-serif;
    background: var(--dashboard-bg);
    padding-bottom: var(--dashboard-nav-h);
}

.dashboard-header-banner {
    border-radius: 0 0 1.25rem 1.25rem;
    margin: 0 0.75rem;
    background: #f9cf99;
}

.dashboard-logo-mark {
    width: 5rem;
    margin: 1px auto;
    display: block;
    color: #fff;
    opacity: 0.98;
}

.dashboard-main {
    padding: 0.75rem 0.65rem 1rem;
    margin-inline: auto;
    width: 100%;
}

.dashboard-main .container-fluid {
    max-width: var(--front-content-max);
    margin-inline: auto;
    padding-inline: 0.75rem;
}

.dashboard-main .container-fluid.front-page--wide {
    max-width: var(--front-content-wide-max);
}

.front-page-bg {
    background-image: url("/assets/images/index-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 10rem;
    max-width: 28rem;
    margin-inline: auto;
}

.front-form .invalid-feedback.text-center {
    text-align: center !important;
}

.dashboard-tiles .row {
    --bs-gutter-x: 0.65rem;
    --bs-gutter-y: 0.65rem;
}

.dashboard-tile {
    position: relative;
    display: block;
    background: #fff;
    border-radius: var(--dashboard-tile-radius);
    box-shadow: var(--dashboard-tile-shadow);
    color: #1e293b;
    transition: box-shadow 0.15s ease, transform 0.12s ease;
    min-height: 6.25rem;
}

.dashboard-tile:hover {
    box-shadow: 0 0.25rem 1rem rgba(15, 23, 42, 0.1);
    color: #0f172a;
}

.dashboard-tile:active {
    transform: scale(0.98);
}

.dashboard-tile--soon {
    pointer-events: none;
    opacity: 0.92;
}

.dashboard-tile__badge {
    position: absolute;
    top: 0.4rem;
    inset-inline-end: 0.4rem;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0.15rem 0.45rem;
    z-index: 1;
}

.dashboard-tile__icon {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
    display: block;
    margin-bottom: 0.4rem;
}

.dashboard-tile__label {
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.35;
    display: block;
}

.dashboard-bottom-nav {
    position: fixed;
    bottom: 0;
    inset-inline: 0;
    height: var(--dashboard-nav-h);
    background: #fff;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 -0.2rem 0.75rem rgba(15, 23, 42, 0.04);
    z-index: 1040;
    margin-inline: auto;
}

.dashboard-bottom-nav__inner {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    height: 100%;
    padding: 0 0.25rem;
}

.dashboard-bottom-nav__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    text-decoration: none;
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 500;
    border: none;
    background: transparent;
    padding: 0.35rem;
    cursor: pointer;
    font-family: inherit;
}

.dashboard-bottom-nav__item:hover {
    color: #334155;
}

.dashboard-bottom-nav__item.is-active {
    color: #0f172a;
    font-weight: 700;
}

.dashboard-bottom-nav__item i {
    font-size: 1.35rem;
}

.dashboard-bottom-nav__item.is-active i {
    color: #0f766e;
}

.dashboard-bottom-nav__icon-img {
    width: 1.35rem;
    height: 1.35rem;
    object-fit: contain;
    display: block;
    opacity: 0.72;
}

.dashboard-bottom-nav__item.is-active .dashboard-bottom-nav__icon-img {
    opacity: 1;
}

.front-shahid-search-spinner {
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    border: 2px solid #e2e8f0;
    border-top-color: #14b8a6;
    border-inline-end-color: #5eead4;
    animation: front-shahid-search-spin 0.75s cubic-bezier(0.55, 0.15, 0.45, 0.85) infinite;
    vertical-align: middle;
}

@keyframes front-shahid-search-spin {
    to {
        transform: rotate(360deg);
    }
}

.front-shahid-card {
    background: #fff;
    border-radius: var(--dashboard-tile-radius);
    box-shadow: var(--dashboard-tile-shadow);
    overflow: hidden;
    transition: box-shadow 0.15s ease, transform 0.12s ease;
}

.front-shahid-card:hover {
    box-shadow: 0 0.35rem 1rem rgba(15, 23, 42, 0.1);
}

.front-shahid-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.85rem 0.9rem 0.95rem;
    color: inherit;
}

.front-shahid-card__link:hover {
    color: inherit;
}

.front-shahid-card__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    margin-bottom: 0.75rem;
}

.front-shahid-card__avatar {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #e2e8f0;
    background: #f8fafc;
}

.front-shahid-card__avatar--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    color: #64748b;
}

.front-shahid-card__meta {
    min-width: 0;
    flex: 1;
}

.front-shahid-card__name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.15rem;
    line-height: 1.4;
}

.front-shahid-card__father {
    font-size: 0.72rem;
    color: #64748b;
    line-height: 1.35;
}

.front-shahid-card__details {
    flex: 1;
    display: grid;
    gap: 0.35rem;
    padding-top: 0.65rem;
    border-top: 1px solid #f1f5f9;
}

.front-shahid-card__details li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.72rem;
    line-height: 1.4;
}

.front-shahid-card__label {
    color: #94a3b8;
    flex-shrink: 0;
}

.front-shahid-card__value {
    color: #475569;
    text-align: end;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.front-shahid-card__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.85rem;
    padding: 0.4rem 0.75rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: #0f766e;
    background: #f0fdfa;
    border-radius: 999px;
    align-self: flex-start;
    transition: background 0.15s ease;
}

.front-shahid-card:hover .front-shahid-card__action {
    background: #ccfbf1;
}

.btn-teal {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0f766e;
    --bs-btn-border-color: #0f766e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d9488;
    --bs-btn-hover-border-color: #0d9488;
    --bs-btn-focus-shadow-rgb: 15, 118, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #115e59;
    --bs-btn-active-border-color: #115e59;
}

.front-golestan-index-hero {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1rem;
    padding: 1.1rem;
    overflow: hidden;
    color: #fff;
    border-radius: 1.1rem;
    background:
        radial-gradient(circle at 85% 15%, rgba(45, 212, 191, 0.28), transparent 30%),
        linear-gradient(135deg, #134e4a, #0f766e 65%, #14b8a6);
    box-shadow: 0 0.55rem 1.4rem rgba(15, 118, 110, 0.2);
}

.front-golestan-index-hero__pattern,
.front-golestan-hero__pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: radial-gradient(circle, #fff 0 1px, transparent 1.5px);
    background-size: 1.8rem 1.8rem;
}

.front-golestan-index-hero__icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 3.6rem;
    height: 3.6rem;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.14);
}

.front-golestan-index-hero__icon img {
    width: 2.35rem;
    height: 2.35rem;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.front-golestan-index-hero__content {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.front-golestan-index-hero__eyebrow {
    display: block;
    margin-bottom: 0.12rem;
    color: #99f6e4;
    font-size: 0.63rem;
    font-weight: 700;
}

.front-golestan-index-hero__title {
    margin: 0 0 0.18rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.5;
}

.front-golestan-index-hero__text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.68rem;
    line-height: 1.7;
}

.front-golestan-index-hero__mark {
    position: absolute;
    inset-inline-end: 1rem;
    top: 0.4rem;
    color: rgba(255, 255, 255, 0.18);
    font-size: 2rem;
}

.front-golestan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: 1rem;
    box-shadow: 0 0.2rem 0.8rem rgba(15, 23, 42, 0.055);
    overflow: hidden;
    transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.front-golestan-card:hover {
    transform: translateY(-2px);
    border-color: rgba(20, 184, 166, 0.28);
    box-shadow: 0 0.55rem 1.4rem rgba(15, 23, 42, 0.1);
}

.front-golestan-card__main-link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    color: inherit;
    text-decoration: none;
}

.front-golestan-card__main-link:hover {
    color: inherit;
}

.front-golestan-card__accent {
    height: 0.28rem;
    background: linear-gradient(90deg, #0f766e, #14b8a6, #2dd4bf);
}

.front-golestan-card__cover {
    position: relative;
    aspect-ratio: 2.4 / 1;
    
    background: #ecfdf5;
    overflow: hidden;
}

.front-golestan-card__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.front-golestan-card__cover-shade,
.front-golestan-hero__cover-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.58), transparent 60%);
}

.front-golestan-card__cover-count {
    position: absolute;
    inset-inline-end: 0.7rem;
    bottom: 0.55rem;
    padding: 0.22rem 0.55rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.38);
    backdrop-filter: blur(5px);
    font-size: 0.62rem;
    font-weight: 700;
}

.front-golestan-card--has-cover .front-golestan-card__head {
    margin-bottom: 0.55rem;
}

.front-golestan-card__description {
    margin: 0 0 0.65rem;
    font-size: 0.72rem;
    line-height: 1.55;
    color: #64748b;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.front-golestan-card__body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.9rem 0.95rem 1rem;
}

.front-golestan-card__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    margin-bottom: 0.75rem;
}

.front-golestan-card__icon {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: linear-gradient(145deg, #ecfdf5, #f0fdfa);
    border: 1px solid #ccfbf1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.front-golestan-card__icon img {
    width: 1.85rem;
    height: 1.85rem;
    object-fit: contain;
    display: block;
}

.front-golestan-card__title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.45;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.front-golestan-card__details {
    flex: 1;
    display: grid;
    gap: 0.35rem;
    padding-top: 0.65rem;
    border-top: 1px solid #f1f5f9;
}

.front-golestan-card__details li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.72rem;
    line-height: 1.4;
}

.front-golestan-card__label {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: #94a3b8;
    flex-shrink: 0;
}

.front-golestan-card__label svg {
    color: #14b8a6;
}

.front-golestan-card__value {
    color: #475569;
    text-align: end;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.front-golestan-card__value--count {
    color: #0f766e;
    font-weight: 800;
    font-size: 0.82rem;
}

.front-golestan-card__cta {
    margin-top: 0.85rem;
    padding-top: 0.75rem;
    border-top: 1px solid #f1f5f9;
}

.front-golestan-card__cta .front-golestan-card__btn {
    width: 100%;
}

.front-golestan-card__actions {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
    padding: 0 0.95rem 1rem;
}

.front-golestan-card__actions--with-share {
    grid-template-columns: 1fr 1fr;
}

.front-golestan-card__actions--share-only {
    grid-template-columns: 1fr;
}

.front-golestan-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.45rem 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    white-space: nowrap;
}

.front-golestan-card__btn--primary {
    color: #fff;
    background: #0f766e;
}

.front-golestan-card__btn--primary:hover {
    color: #fff;
    background: #0d9488;
}

.front-golestan-card__btn--nav {
    color: #475569;
    background: #fff;
    border-color: #e2e8f0;
}

.front-golestan-card__btn--nav:hover {
    color: #0f766e;
    background: #f0fdfa;
    border-color: #99f6e4;
}

.front-golestan-card__btn--disabled {
    color: #cbd5e1;
    background: #f8fafc;
    border-color: #f1f5f9;
    cursor: default;
}

.front-golestan-card__btn--share {
    color: #0f766e;
    background: #ecfdf5;
    border-color: #99f6e4;
    cursor: pointer;
}

.front-golestan-card__btn--share:hover {
    color: #115e59;
    background: #ccfbf1;
    border-color: #5eead4;
}

.front-golestan-card__btn--share.is-copied {
    color: #fff;
    background: #059669;
    border-color: #059669;
}

.front-golestan-card__empty {
    border-radius: 1rem;
    border: 1px dashed #cbd5e1;
    background: rgba(255, 255, 255, 0.76);
    padding: 2.5rem 1rem;
    text-align: center;
    font-size: 0.82rem;
    color: #64748b;
}

.front-golestan-card__empty-icon {
    display: grid;
    place-items: center;
    width: 2.9rem;
    height: 2.9rem;
    margin: 0 auto 0.7rem;
    color: #0f766e;
    border-radius: 50%;
    background: #ccfbf1;
}

.front-golestan-hero {
    position: relative;
    border-radius: 1.15rem;
    overflow: hidden;
    box-shadow: 0 0.6rem 1.5rem rgba(15, 118, 110, 0.2);
    background:
        radial-gradient(circle at 88% 12%, rgba(45, 212, 191, 0.3), transparent 33%),
        linear-gradient(135deg, #134e4a, #0f766e 65%, #14b8a6);
    color: #fff;
}

.front-golestan-hero__cover {
    position: relative;
    width: 100%;
    aspect-ratio: 21 / 9;
    max-height: 12rem;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.front-golestan-hero__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.front-golestan-hero--has-cover .front-golestan-hero__inner {
    padding-top: 0.95rem;
}

.front-golestan-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.1rem 1rem 1.15rem;
}

.front-golestan-hero__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    flex-shrink: 0;
}

.front-golestan-hero__content {
    min-width: 0;
    flex: 1;
}

.front-golestan-hero__eyebrow {
    font-size: 0.72rem;
    font-weight: 600;
    opacity: 0.88;
    letter-spacing: 0.02em;
}

.front-golestan-hero__title {
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.45;
    margin: 0;
    color: #fff;
}

.front-golestan-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.15rem;
}

.front-golestan-hero__stat {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.05rem;
    padding: 0.35rem 0.65rem;
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.16);
    font-size: 0.68rem;
    line-height: 1.3;
}

.front-golestan-hero__stat strong {
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
}

.front-golestan-hero__stat span {
    opacity: 0.88;
}

.front-golestan-hero__description {
    max-width: 38rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.7rem;
    line-height: 1.8;
}

.front-golestan-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.8rem;
}

.front-golestan-hero__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 2.1rem;
    padding: 0.35rem 0.65rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, 0.13);
    font-family: inherit;
    font-size: 0.67rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease;
}

.front-golestan-hero__action:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.22);
}

.front-golestan-hero__action.is-copied {
    background: #059669;
}

.front-golestan-hero__search {
    position: relative;
    z-index: 2;
    padding: 0 1rem 1.1rem;
}

.front-golestan-hero:has(.front-golestan-hero__search) .front-golestan-hero__inner {
    padding-bottom: 0.65rem;
}

.front-golestan-shahids-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0 0 0.8rem;
    padding: 0 0.2rem;
}

.front-golestan-shahids-heading span {
    color: #0f766e;
    font-size: 0.62rem;
    font-weight: 700;
}

.front-golestan-shahids-heading h2 {
    margin: 0.1rem 0 0;
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 800;
}

.front-golestan-shahids-heading strong {
    padding: 0.28rem 0.6rem;
    color: #64748b;
    border-radius: 999px;
    background: #e2e8f0;
    font-size: 0.65rem;
    font-weight: 700;
}

.user-grid-card {
    transition: box-shadow 0.15s ease;
}

.user-grid-card:hover {
    box-shadow: 0 0.35rem 1rem rgba(15, 23, 42, 0.1) !important;
}

.user-grid-card__avatar {
    width: 2.75rem;
    height: 2.75rem;
}

.user-grid-card__avatar-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.front-shahid-index-hero {
    position: relative;
    overflow: hidden;
    padding: 1.05rem;
    color: #fff;
    border-radius: 1.1rem;
    background: linear-gradient(135deg, #134e4a, #0f766e 58%, #14b8a6);
    box-shadow: 0 0.5rem 1.35rem rgba(15, 118, 110, 0.2);
}

.front-shahid-index-hero__pattern,
.front-shahid-profile__pattern {
    position: absolute;
    inset: 0;
    opacity: 0.14;
    background-image:
        radial-gradient(circle at 12% 20%, #fff 0 1px, transparent 2px),
        radial-gradient(circle at 82% 28%, #fff 0 1px, transparent 2px);
    background-size: 2rem 2rem, 2.7rem 2.7rem;
}

.front-shahid-index-hero__head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.front-shahid-index-hero__icon {
    display: grid;
    place-items: center;
    width: 3.15rem;
    height: 3.15rem;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.13);
}

.front-shahid-index-hero__title {
    margin: 0 0 0.12rem;
    font-size: 1rem;
    font-weight: 900;
}

.front-shahid-index-hero__subtitle {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.7rem;
}

.front-shahid-search {
    position: relative;
    z-index: 2;
}

.front-shahid-search__field {
    display: flex;
    align-items: center;
    min-height: 3rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 0.25rem 0.7rem rgba(15, 23, 42, 0.12);
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.front-shahid-search__field:focus-within {
    border-color: #5eead4;
    box-shadow: 0 0 0 0.2rem rgba(94, 234, 212, 0.2);
}

.front-shahid-search__icon {
    display: grid;
    place-items: center;
    padding-inline-start: 0.9rem;
    color: #0f766e;
}

.front-shahid-search__input {
    width: 100%;
    min-width: 0;
    padding: 0.78rem 0.65rem;
    color: #1e293b;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: inherit;
    font-size: 0.76rem;
}

.front-shahid-search__input::placeholder {
    color: #94a3b8;
}

.front-shahid-search__addon {
    display: flex;
    align-items: center;
    padding-inline-end: 0.8rem;
}

.front-shahid-search__clear {
    display: grid;
    place-items: center;
    width: 1.8rem;
    height: 1.8rem;
    padding: 0;
    color: #64748b;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
}

.front-shahid-search__hint {
    margin-top: 0.55rem;
    padding-inline: 0.2rem;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.68rem;
}

.front-shahid-card {
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: 1rem;
    box-shadow: 0 0.2rem 0.8rem rgba(15, 23, 42, 0.055);
}

.front-shahid-card:hover {
    transform: translateY(-2px);
    border-color: rgba(20, 184, 166, 0.28);
    box-shadow: 0 0.55rem 1.4rem rgba(15, 23, 42, 0.1);
}

.front-shahid-card__link {
    position: relative;
    padding: 1rem;
}

.front-shahid-card__accent {
    position: absolute;
    inset-block: 1rem;
    inset-inline-start: 0;
    width: 0.2rem;
    border-radius: 0 0.4rem 0.4rem 0;
    background: linear-gradient(#0f766e, #2dd4bf);
}

.front-shahid-card__avatar-wrap {
    position: relative;
    display: block;
    padding: 0.18rem;
    flex: 0 0 auto;
    border: 1px solid #99f6e4;
    border-radius: 50%;
    background: #f0fdfa;
}

.front-shahid-card__avatar {
    display: grid;
    width: 3.35rem;
    height: 3.35rem;
    border: 0;
}

.front-shahid-card__details {
    border-top-style: dashed;
}

.front-shahid-card__label {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.front-shahid-card__label svg {
    color: #14b8a6;
}

.front-shahid-card__action {
    gap: 0.3rem;
}

.front-shahid-card__action svg {
    transition: transform 0.18s ease;
}

.front-shahid-card:hover .front-shahid-card__action svg {
    transform: translateX(-3px);
}

.front-shahid-empty {
    padding: 2.5rem 1rem;
    color: #64748b;
    border: 1px dashed #cbd5e1;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.76);
    text-align: center;
    font-size: 0.76rem;
}

.front-shahid-empty__icon {
    display: grid;
    place-items: center;
    width: 2.8rem;
    height: 2.8rem;
    margin: 0 auto 0.65rem;
    color: #0f766e;
    border-radius: 50%;
    background: #ccfbf1;
    font-size: 1rem;
}

.front-shahid-profile {
    position: relative;
    overflow: hidden;
    color: #fff;
    border-radius: 1.15rem;
    background:
        radial-gradient(circle at 88% 12%, rgba(45, 212, 191, 0.3), transparent 33%),
        linear-gradient(135deg, #134e4a, #0f766e 68%, #14b8a6);
    box-shadow: 0 0.6rem 1.5rem rgba(15, 118, 110, 0.2);
}

.front-shahid-profile__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.1rem 1rem;
}

.front-shahid-profile__avatar-wrap {
    position: relative;
    flex: 0 0 auto;
    padding: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.front-shahid-profile__avatar {
    display: grid;
    place-items: center;
    width: 5.8rem;
    height: 5.8rem;
    object-fit: cover;
    color: #0f766e;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #ecfdf5;
    font-size: 1.8rem;
    font-weight: 800;
}

.front-shahid-profile__avatar-mark {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0.15rem;
    display: grid;
    place-items: center;
    width: 1.65rem;
    height: 1.65rem;
    color: #92400e;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fbbf24;
    font-size: 0.7rem;
}

.front-shahid-profile__info {
    min-width: 0;
}

.front-shahid-profile__eyebrow {
    display: block;
    margin-bottom: 0.25rem;
    color: #99f6e4;
    font-size: 0.67rem;
    font-weight: 700;
}

.front-shahid-profile__name {
    margin: 0 0 0.3rem;
    font-size: 1.22rem;
    font-weight: 900;
    line-height: 1.55;
}

.front-shahid-profile__father {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
}

.front-shahid-profile__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.65rem;
}

.front-shahid-profile__tags span {
    padding: 0.2rem 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.11);
    font-size: 0.62rem;
}

.front-shahid-profile__dates {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0.8rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.08);
}

.front-shahid-profile__dates > div {
    text-align: center;
}

.front-shahid-profile__dates span,
.front-shahid-profile__dates strong {
    display: block;
}

.front-shahid-profile__dates span {
    margin-bottom: 0.18rem;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.62rem;
}

.front-shahid-profile__dates strong {
    font-size: 0.76rem;
    font-weight: 700;
}

.front-shahid-profile__dates .front-shahid-profile__dates-separator {
    width: 1px;
    height: 1.8rem;
    margin: 0;
    background: rgba(255, 255, 255, 0.2);
}

.front-shahid-panel,
.front-shahid-memories,
.front-shahid-contribute {
    padding: 1rem;
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0.2rem 0.8rem rgba(15, 23, 42, 0.05);
}

.front-shahid-contribute {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background:
        radial-gradient(circle at 100% 0%, rgba(20, 184, 166, 0.12), transparent 42%),
        #fff;
}

.front-shahid-contribute__eyebrow {
    display: block;
    margin-bottom: 0.2rem;
    color: #0f766e;
    font-size: 0.62rem;
    font-weight: 700;
}

.front-shahid-contribute__title {
    margin: 0 0 0.35rem;
    color: #0f172a;
    font-size: 0.92rem;
    font-weight: 800;
}

.front-shahid-contribute__text {
    color: #64748b;
    font-size: 0.72rem;
    line-height: 1.7;
}

.front-shahid-contribute__actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
    gap: 0.55rem;
}

.front-shahid-contribute__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 2.65rem;
    padding: 0.55rem 0.75rem;
    border: 1px solid transparent;
    border-radius: 0.85rem;
    font-family: inherit;
    font-size: 0.78rem;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.front-shahid-contribute__btn--memory {
    color: #fff;
    background: #0f766e;
}

.front-shahid-contribute__btn--memory:hover {
    color: #fff;
    background: #0d9488;
}

.front-shahid-contribute__btn--comment {
    color: #0f766e;
    border-color: #99f6e4;
    background: #ecfdf5;
}

.front-shahid-contribute__btn--comment:hover {
    color: #115e59;
    background: #ccfbf1;
}

.front-shahid-contribute__btn--photo {
    color: #0369a1;
    border-color: #bae6fd;
    background: #f0f9ff;
}

.front-shahid-contribute__btn--photo:hover {
    color: #0c4a6e;
    background: #e0f2fe;
}

.front-shahid-contribute__btn--edit {
    color: #475569;
    border-color: #cbd5e1;
    background: #f8fafc;
}

.front-shahid-contribute__btn--edit:hover {
    color: #0f172a;
    background: #e2e8f0;
}

.front-shahid-photo-progress .progress {
    height: 0.65rem;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

.front-shahid-photo-progress .progress-bar {
    border-radius: 999px;
}

/* دکمه فارسی انتخاب فایل در مدال آپلود عکس */
.front-shahid-file {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.front-shahid-file__input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.front-shahid-file__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0.4rem 0.9rem;
    border: 1px solid #0f766e;
    border-radius: 0.5rem;
    background: #0f766e;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.front-shahid-file__btn:hover {
    background: #0d9488;
    border-color: #0d9488;
    color: #fff;
}

.front-shahid-file__input:focus + .front-shahid-file__btn {
    outline: 2px solid rgba(15, 118, 110, 0.35);
    outline-offset: 2px;
}

.front-shahid-file__input.is-invalid + .front-shahid-file__btn {
    border-color: #dc3545;
    background: #dc3545;
}

.front-shahid-file__input:disabled + .front-shahid-file__btn {
    opacity: 0.65;
    pointer-events: none;
}

.front-shahid-file__name {
    flex: 1 1 10rem;
    min-width: 0;
    font-size: 0.8125rem;
    color: #64748b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.front-shahid-file__name--selected {
    color: #0f172a;
    font-weight: 500;
}

.text-teal {
    color: #0f766e !important;
}

@media (max-width: 575.98px) {
    .front-shahid-contribute__actions {
        grid-template-columns: 1fr;
    }
}

.front-shahid-panel__title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 0.9rem;
    color: #0f172a;
    font-size: 0.84rem;
    font-weight: 800;
}

.front-shahid-panel__title-icon {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    color: #0f766e;
    border-radius: 0.55rem;
    background: #ccfbf1;
}

.front-shahid-panel__list {
    display: grid;
    gap: 0.05rem;
}

.front-shahid-panel__list li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.58rem 0;
    border-bottom: 1px dashed #e2e8f0;
    font-size: 0.72rem;
}

.front-shahid-panel__list li:last-child {
    border-bottom: 0;
}

.front-shahid-panel__list span {
    color: #94a3b8;
}

.front-shahid-panel__list strong {
    color: #475569;
    text-align: end;
    font-weight: 600;
}

.front-shahid-panel__list .front-shahid-location {
    align-items: center;
    margin-top: 0.35rem;
    padding: 0.7rem;
    border: 1px solid #d1fae5;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #f0fdf4, #f8fafc);
}

.front-shahid-location__label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #166534 !important;
    font-weight: 700;
}

.front-shahid-location__actions {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.4rem;
}

.front-shahid-map-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    min-width: 4.25rem;
    padding: 0.42rem 0.65rem;
    color: #0f766e;
    border: 1px solid #99f6e4;
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 6px rgba(15, 118, 110, 0.08);
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, color 160ms ease,
        border-color 160ms ease, background-color 160ms ease;
}

.front-shahid-map-link--balad {
    color: #475569;
    border-color: #cbd5e1;
}

.front-shahid-map-link:hover {
    color: #fff;
    border-color: #0f766e;
    background: #0f766e;
    box-shadow: 0 5px 12px rgba(15, 118, 110, 0.2);
    transform: translateY(-1px);
}

.front-shahid-map-link--balad:hover {
    color: #fff;
    border-color: #475569;
    background: #475569;
    box-shadow: 0 5px 12px rgba(71, 85, 105, 0.2);
}

@media (max-width: 420px) {
    .front-shahid-panel__list .front-shahid-location {
        align-items: stretch;
        flex-direction: column;
        gap: 0.65rem;
    }

    .front-shahid-location__actions {
        justify-content: stretch;
    }

    .front-shahid-map-link {
        flex: 1;
        justify-content: center;
    }
}

.front-shahid-panel--text {
    position: relative;
    overflow: hidden;
    padding: 1.15rem;
}

.front-shahid-panel--testament {
    border-color: #fde68a;
    background: linear-gradient(145deg, #fffbeb, #fff 55%);
}

.front-shahid-panel--testament .front-shahid-panel__title-icon {
    color: #92400e;
    background: #fef3c7;
    font-family: Georgia, serif;
    font-size: 1.35rem;
}

.front-shahid__richtext {
    color: #475569;
    font-size: 0.82rem;
    line-height: 2.1;
    text-align: justify;
    word-break: break-word;
}

.front-shahid__richtext p,
.front-shahid__richtext li,
.front-shahid__richtext div {
    line-height: inherit;
}

.front-shahid__richtext p {
    margin: 0 0 0.85em;
}

.front-shahid__richtext p:last-child {
    margin-bottom: 0;
}

.front-shahid__richtext ul,
.front-shahid__richtext ol {
    margin: 0 0 0.85em;
    padding-inline-start: 1.5rem;
}

.front-shahid__richtext li + li {
    margin-top: 0.35em;
}

.front-shahid__richtext h1,
.front-shahid__richtext h2,
.front-shahid__richtext h3,
.front-shahid__richtext h4 {
    margin: 1.15em 0 0.6em;
    color: #1e293b;
    font-weight: 800;
    line-height: 1.5;
}

.front-shahid__richtext blockquote {
    margin: 0.85em 0;
    padding: 0.7rem 0.9rem;
    color: #64748b;
    border-inline-start: 3px solid #14b8a6;
    border-radius: 0.35rem;
    background: #f8fafc;
}

.front-shahid__richtext img {
    max-width: 100%;
    height: auto;
    border-radius: 0.7rem;
}

.front-shahid-qr-panel .front-shahid-panel__title {
    margin-bottom: 0.55rem;
}

.front-shahid-qr-panel__hint {
    margin-bottom: 0.85rem !important;
    color: #64748b;
    font-size: 0.72rem;
    line-height: 1.7;
}

.front-shahid-qr-trigger {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    width: 100%;
    padding: 0.85rem 1rem;
    color: #334155;
    border: 1px solid #99f6e4;
    border-radius: 1rem;
    background: #f0fdfa;
    text-align: start;
    cursor: pointer;
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.front-shahid-qr-trigger:hover {
    color: #0f766e;
    border-color: #5eead4;
    background: #ccfbf1;
    transform: translateY(-1px);
}

.front-shahid-qr-trigger__icon {
    display: grid;
    place-items: center;
    width: 2.4rem;
    height: 2.4rem;
    flex: 0 0 auto;
    color: #0f766e;
    border-radius: 0.65rem;
    background: #fff;
}

.front-shahid-qr-trigger__text {
    min-width: 0;
    flex: 1;
}

.front-shahid-qr-trigger__text strong,
.front-shahid-qr-trigger__text small {
    display: block;
}

.front-shahid-qr-trigger__text strong {
    font-size: 0.78rem;
    font-weight: 800;
}

.front-shahid-qr-trigger__text small {
    margin-top: 0.15rem;
    color: #64748b;
    font-size: 0.62rem;
}

.front-shahid-qr-trigger__arrow {
    flex: 0 0 auto;
    color: #0f766e;
}

.front-shahid-qr-modal__hint {
    color: #64748b;
    font-size: 0.78rem;
    line-height: 1.7;
}

.front-shahid-qr-modal__code {
    display: inline-grid;
    place-items: center;
    margin-inline: auto;
    padding: 0.75rem;
    border: 1px solid #99f6e4;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 118, 110, 0.08);
}

.front-shahid-qr-modal__code img,
.front-shahid-qr-modal__code canvas {
    display: block;
    max-width: 100%;
    height: auto;
}

.front-shahid-qr-modal__url {
    color: #64748b;
    font-size: 0.62rem;
    line-height: 1.6;
    word-break: break-all;
}

.front-shahid-qr-box__copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.35rem 0.85rem;
    color: #0f766e;
    border: 1px solid #99f6e4;
    border-radius: 0.6rem;
    background: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.front-shahid-qr-box__copy:hover,
.front-shahid-qr-box__copy.is-copied {
    color: #fff;
    border-color: #0f766e;
    background: #0f766e;
}

.front-shahid-memories__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.front-shahid-memories__eyebrow {
    color: #0f766e;
    font-size: 0.62rem;
    font-weight: 700;
}

.front-shahid-memories__title {
    margin: 0.15rem 0 0;
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 800;
}

.front-shahid-memories__count {
    padding: 0.25rem 0.55rem;
    color: #64748b;
    border-radius: 999px;
    background: #f1f5f9;
    font-size: 0.62rem;
}

.front-shahid-memory {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    height: 100%;
    padding: 0.75rem;
    color: inherit;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #f8fafc;
    transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.front-shahid-memory:hover {
    transform: translateY(-1px);
    color: inherit;
    border-color: #99f6e4;
    background: #f0fdfa;
}

.front-shahid-memory__number {
    color: #14b8a6;
    font-family: Georgia, serif;
    font-size: 1rem;
}

.front-shahid-memory__body {
    min-width: 0;
    flex: 1;
}

.front-shahid-memory__body strong,
.front-shahid-memory__body small,
.front-shahid-memory__body span {
    display: block;
}

.front-shahid-memory__body strong {
    color: #1e293b;
    font-size: 0.73rem;
    line-height: 1.6;
}

.front-shahid-memory__body small {
    margin-top: 0.1rem;
    color: #0f766e;
    font-size: 0.6rem;
}

.front-shahid-memory__body span {
    display: -webkit-box;
    margin-top: 0.25rem;
    overflow: hidden;
    color: #64748b;
    font-size: 0.66rem;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.front-shahid-memory > svg {
    flex: 0 0 auto;
    color: #0f766e;
}

.front-shahid-comments .front-shahid-memories__eyebrow {
    color: #c2410c;
}

.front-shahid-comment {
    cursor: default;
    border-color: #fed7aa;
    background: #fffbeb;
}

.front-shahid-comment:hover {
    transform: none;
    border-color: #fdba74;
    background: #fff7ed;
}

.front-shahid-comment .front-shahid-memory__number {
    color: #ea580c;
}

.front-shahid-comment .front-shahid-memory__body small {
    color: #c2410c;
}

.front-shahid-memories__empty {
    padding: 1.3rem;
    color: #94a3b8;
    border: 1px dashed #cbd5e1;
    border-radius: 0.75rem;
    text-align: center;
    font-size: 0.72rem;
}

.front-memory-intro {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
    padding: 1rem 1.1rem;
    overflow: hidden;
    color: #fff;
    border-radius: 1rem;
    background:
        radial-gradient(circle at 8% 15%, rgba(255, 255, 255, 0.2), transparent 28%),
        linear-gradient(125deg, #115e59, #0f766e 56%, #14b8a6);
    box-shadow: 0 0.45rem 1.25rem rgba(15, 118, 110, 0.18);
}

.front-memory-intro::after {
    content: "”";
    position: absolute;
    inset-inline-end: 0.9rem;
    top: -1.8rem;
    color: rgba(255, 255, 255, 0.09);
    font-family: Georgia, serif;
    font-size: 8rem;
    line-height: 1;
}

.front-memory-intro__icon {
    display: grid;
    place-items: center;
    width: 3.25rem;
    height: 3.25rem;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(4px);
}

.front-memory-intro__title {
    position: relative;
    z-index: 1;
    margin: 0 0 0.2rem;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.6;
}

.front-memory-intro__text {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.72rem;
    line-height: 1.7;
}

.front-memory-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: 1rem;
    box-shadow: 0 0.2rem 0.8rem rgba(15, 23, 42, 0.055);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.front-memory-card:hover {
    transform: translateY(-2px);
    border-color: rgba(20, 184, 166, 0.28);
    box-shadow: 0 0.55rem 1.4rem rgba(15, 23, 42, 0.1);
}

.front-memory-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
}

.front-memory-card__link:hover {
    color: inherit;
}

.front-memory-card__accent {
    height: 0.27rem;
    flex: 0 0 auto;
    background: linear-gradient(90deg, #0f766e, #2dd4bf 62%, #fbbf24);
}

.front-memory-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1rem;
}

.front-memory-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
}

.front-memory-card__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.22rem 0.58rem;
    color: #0f766e;
    border-radius: 999px;
    background: #ccfbf1;
    font-size: 0.65rem;
    font-weight: 700;
}

.front-memory-card__martyr {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    min-width: 0;
    color: #64748b;
    font-size: 0.68rem;
}

.front-memory-card__martyr svg {
    flex: 0 0 auto;
    color: #f59e0b;
}

.front-memory-card__title {
    margin: 0 0 0.55rem;
    color: #0f172a;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.75;
}

.front-memory-card__speaker {
    color: #64748b;
    font-size: 0.7rem;
    line-height: 1.6;
}

.front-memory-card__speaker span {
    margin-inline-end: 0.25rem;
    color: #94a3b8;
}

.front-memory-card__excerpt {
    display: -webkit-box;
    margin-top: 0.7rem;
    overflow: hidden;
    color: #64748b;
    font-size: 0.74rem;
    line-height: 1.9;
    text-align: justify;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.front-memory-card__action {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 0.9rem;
    color: #0f766e;
    font-size: 0.72rem;
    font-weight: 700;
}

.front-memory-card__action svg {
    transition: transform 0.18s ease;
}

.front-memory-card:hover .front-memory-card__action svg {
    transform: translateX(-3px);
}

.front-memory-empty {
    padding: 2.25rem 1rem;
    color: #64748b;
    border: 1px dashed #cbd5e1;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
    text-align: center;
    font-size: 0.8rem;
}

.front-memory-empty__icon {
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    margin: 0 auto 0.65rem;
    color: #0f766e;
    border-radius: 50%;
    background: #ccfbf1;
    font-size: 1.1rem;
}

.front-memory-show {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 1.15rem;
    background: #fff;
    box-shadow: 0 0.4rem 1.4rem rgba(15, 23, 42, 0.07);
}

.front-memory-show__header {
    position: relative;
    overflow: hidden;
    padding: 1.25rem 1.15rem 1.35rem;
    background:
        radial-gradient(circle at 90% 10%, rgba(45, 212, 191, 0.15), transparent 36%),
        linear-gradient(145deg, #f0fdfa, #fff 68%);
    border-bottom: 1px solid #e2e8f0;
}

.front-memory-show__header::before {
    content: "";
    position: absolute;
    inset-block: 1rem;
    inset-inline-start: 0;
    width: 0.25rem;
    border-radius: 0 0.4rem 0.4rem 0;
    background: linear-gradient(#0f766e, #2dd4bf);
}

.front-memory-show__meta {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.8rem;
}

.front-memory-show__badge {
    padding: 0.28rem 0.68rem;
    color: #fff;
    border-radius: 999px;
    background: #0f766e;
    font-size: 0.68rem;
    font-weight: 700;
    box-shadow: 0 0.2rem 0.45rem rgba(15, 118, 110, 0.18);
}

.front-memory-show__martyr {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: #475569;
    font-size: 0.72rem;
    font-weight: 600;
}

.front-memory-show__martyr svg {
    color: #f59e0b;
}

.front-memory-show__title {
    position: relative;
    z-index: 1;
    max-width: 90%;
    margin: 0 0 0.75rem;
    color: #0f172a;
    font-size: 1.22rem;
    font-weight: 900;
    line-height: 1.75;
}

.front-memory-show__speaker {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #64748b;
    font-size: 0.74rem;
}

.front-memory-show__speaker strong {
    color: #334155;
    font-weight: 700;
}

.front-memory-show__speaker-icon {
    display: grid;
    place-items: center;
    width: 1.75rem;
    height: 1.75rem;
    color: #0f766e;
    border-radius: 50%;
    background: #ccfbf1;
}

.front-memory-show__quote-mark {
    position: absolute;
    inset-inline-end: 1rem;
    bottom: -2.2rem;
    color: rgba(15, 118, 110, 0.08);
    font-family: Georgia, serif;
    font-size: 8rem;
    line-height: 1;
}

.front-memory-show__photo {
    margin: 1rem 1rem 0;
    overflow: hidden;
    border-radius: 0.9rem;
    background: #f1f5f9;
    box-shadow: 0 0.25rem 0.8rem rgba(15, 23, 42, 0.08);
}

.front-memory-show__photo img {
    display: block;
    width: 100%;
    max-height: 30rem;
    object-fit: cover;
}

.front-memory-show__content {
    padding: 1.25rem 1.15rem 1.45rem;
}

.front-memory-show__richtext {
    color: #334155;
    font-size: 0.9rem;
    line-height: 2.15;
    text-align: justify;
    word-break: break-word;
}

.front-memory-show__richtext p {
    margin: 0 0 0.9em;
}

.front-memory-show__richtext p:last-child {
    margin-bottom: 0;
}

.front-memory-show__richtext mark,
.front-memory-show__richtext .nic-highlight,
.front-shahid__richtext mark,
.front-shahid__richtext .nic-highlight {
    padding: 0 0.15em;
    border-radius: 0.15em;
    background: #fde047;
    color: inherit;
}

.front-memory-show__comment-cta {
    display: flex;
    justify-content: center;
    padding: 0.85rem 1.15rem;
    border-top: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.front-memory-show__comment-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    max-width: 22rem;
    min-height: 2.55rem;
    padding: 0.55rem 1rem;
    color: #9a3412;
    border: 1px solid #fdba74;
    border-radius: 0.8rem;
    background: #fff7ed;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.front-memory-show__comment-link:hover {
    color: #7c2d12;
    border-color: #fb923c;
    background: #ffedd5;
    transform: translateY(-1px);
}

.front-memory-show__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 0.95rem 1.15rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.front-memory-show__footer-label,
.front-memory-show__footer-name {
    display: block;
}

.front-memory-show__footer-label {
    margin-bottom: 0.1rem;
    color: #94a3b8;
    font-size: 0.64rem;
}

.front-memory-show__footer-name {
    color: #334155;
    font-size: 0.76rem;
    font-weight: 700;
}

.front-memory-show__book {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.9rem 1.15rem;
    border-top: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #fffbeb 0%, #fff7ed 100%);
}

.front-memory-show__book-cover {
    flex: 0 0 auto;
    width: 3.1rem;
    height: 4.15rem;
    overflow: hidden;
    border-radius: 0.45rem;
    box-shadow: 0 0.25rem 0.7rem rgba(146, 64, 14, 0.14);
    background: #fed7aa;
}

.front-memory-show__book-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.front-memory-show__book-cover--placeholder {
    display: grid;
    place-items: center;
    color: #c2410c;
}

.front-memory-show__book-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
}

.front-memory-show__book-label {
    color: #b45309;
    font-size: 0.64rem;
    font-weight: 600;
}

.front-memory-show__book-title {
    color: #9a3412;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.45;
    word-break: break-word;
}

.front-memory-show__book-author {
    color: #a16207;
    font-size: 0.7rem;
}

.front-memory-show__book-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: 0.35rem;
    padding: 0.35rem 0.6rem;
    color: #9a3412;
    border: 1px solid #fdba74;
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.7);
    font-size: 0.66rem;
    font-weight: 700;
    transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.front-memory-show__book-link:hover {
    color: #7c2d12;
    border-color: #fb923c;
    background: #fff;
}

.front-memory-show__shahid-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.52rem 0.75rem;
    color: #0f766e;
    border: 1px solid #99f6e4;
    border-radius: 0.7rem;
    background: #f0fdfa;
    font-size: 0.7rem;
    font-weight: 700;
    transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.front-memory-show__shahid-link:hover {
    color: #115e59;
    border-color: #5eead4;
    background: #ccfbf1;
}

.front-memory-show__share {
    display: flex;
    justify-content: center;
    padding: 1rem 1.15rem 1.15rem;
    border-top: 1px dashed #e2e8f0;
}

.front-memory-show__share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 2.35rem;
    padding: 0.5rem 1.1rem;
    color: #0f766e;
    border: 1px solid #99f6e4;
    border-radius: 0.75rem;
    background: #f0fdfa;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.front-memory-show__share-btn:hover {
    color: #115e59;
    border-color: #5eead4;
    background: #ccfbf1;
    transform: translateY(-1px);
}

.front-memory-show__share-btn.is-copied {
    color: #fff;
    border-color: #059669;
    background: #059669;
}

.front-book-hero {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1rem;
    padding: 1.1rem;
    overflow: hidden;
    color: #fff;
    border-radius: 1.1rem;
    background:
        radial-gradient(circle at 88% 12%, rgba(251, 191, 36, 0.2), transparent 31%),
        linear-gradient(135deg, #1e3a5f, #164e63 58%, #0f766e);
    box-shadow: 0 0.55rem 1.4rem rgba(15, 78, 99, 0.2);
}

.front-book-hero__pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image:
        linear-gradient(30deg, transparent 48%, #fff 49%, #fff 51%, transparent 52%),
        linear-gradient(-30deg, transparent 48%, #fff 49%, #fff 51%, transparent 52%);
    background-size: 2rem 2rem;
}

.front-book-hero__icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 3.5rem;
    height: 3.5rem;
    flex: 0 0 auto;
    color: #fef3c7;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.12);
}

.front-book-hero__content {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.front-book-hero__eyebrow {
    display: block;
    margin-bottom: 0.12rem;
    color: #fde68a;
    font-size: 0.62rem;
    font-weight: 700;
}

.front-book-hero__title {
    margin: 0 0 0.18rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.55;
}

.front-book-hero__text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.68rem;
    line-height: 1.7;
}

.front-book-hero__quote {
    position: absolute;
    inset-inline-end: 0.8rem;
    bottom: -2.3rem;
    color: rgba(255, 255, 255, 0.08);
    font-family: Georgia, serif;
    font-size: 8rem;
    line-height: 1;
}

.front-book-card {
    position: relative;
    display: flex;
    gap: 0.9rem;
    padding: 0.85rem;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0.2rem 0.8rem rgba(15, 23, 42, 0.055);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.front-book-card:hover {
    transform: translateY(-2px);
    border-color: rgba(20, 184, 166, 0.28);
    box-shadow: 0 0.55rem 1.4rem rgba(15, 23, 42, 0.1);
}

.front-book-card__cover-wrap {
    position: relative;
    flex: 0 0 auto;
}

.front-book-card__cover {
    display: block;
    width: 5.5rem;
    height: 7.8rem;
    object-fit: cover;
    border: 1px solid #e2e8f0;
    border-radius: 0.65rem;
    background: #f1f5f9;
    box-shadow: 0.2rem 0.25rem 0.55rem rgba(15, 23, 42, 0.13);
}

.front-book-card__cover--placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    color: #94a3b8;
    border-style: dashed;
    background: linear-gradient(145deg, #f8fafc, #f1f5f9);
    text-align: center;
    font-size: 0.6rem;
}

.front-book-card__number {
    position: absolute;
    inset-inline-end: -0.35rem;
    bottom: -0.3rem;
    display: grid;
    place-items: center;
    width: 1.8rem;
    height: 1.8rem;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #0f766e;
    font-family: Georgia, serif;
    font-size: 0.65rem;
    box-shadow: 0 0.15rem 0.4rem rgba(15, 118, 110, 0.25);
}

.front-book-card__body {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    padding: 0.1rem 0 0;
}

.front-book-card__label {
    align-self: flex-start;
    margin-bottom: 0.35rem;
    padding: 0.18rem 0.5rem;
    color: #0f766e;
    border-radius: 999px;
    background: #ccfbf1;
    font-size: 0.58rem;
    font-weight: 700;
}

.front-book-card__title {
    display: -webkit-box;
    margin: 0 0 0.38rem;
    overflow: hidden;
    color: #0f172a;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.front-book-card__author {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    color: #64748b;
    font-size: 0.65rem;
    line-height: 1.5;
}

.front-book-card__author svg {
    flex: 0 0 auto;
    color: #14b8a6;
}

.front-book-card__summary {
    display: -webkit-box;
    margin-top: 0.55rem;
    overflow: hidden;
    color: #64748b;
    font-size: 0.67rem;
    line-height: 1.75;
    text-align: justify;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.front-book-card__publisher {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 0.55rem;
    color: #94a3b8;
    border-top: 1px dashed #e2e8f0;
    font-size: 0.6rem;
}

.front-book-card__publisher strong {
    min-width: 0;
    overflow: hidden;
    color: #475569;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.front-book-empty {
    padding: 2.5rem 1rem;
    color: #64748b;
    border: 1px dashed #cbd5e1;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.76);
    text-align: center;
    font-size: 0.76rem;
}

.front-book-empty__icon {
    display: grid;
    place-items: center;
    width: 2.8rem;
    height: 2.8rem;
    margin: 0 auto 0.65rem;
    color: #0f766e;
    border-radius: 50%;
    background: #ccfbf1;
    font-size: 1rem;
}

.front-fal-hero {
    position: relative;
    padding: 1.5rem 1.15rem 1.4rem;
    overflow: hidden;
    color: #fff;
    border-radius: 1.15rem 1.15rem 0 0;
    background:
        radial-gradient(circle at 85% 12%, rgba(251, 191, 36, 0.2), transparent 30%),
        linear-gradient(145deg, #134e4a, #0f766e 62%, #14b8a6);
    box-shadow: 0 0.55rem 1.4rem rgba(15, 118, 110, 0.18);
    text-align: center;
}

.front-fal-hero__pattern,
.front-fal-result__pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: radial-gradient(circle, #fff 0 1px, transparent 1.5px);
    background-size: 1.8rem 1.8rem;
}

.front-fal-hero__icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 4rem;
    height: 4rem;
    margin: 0 auto 0.75rem;
    color: #fef3c7;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: 0 0 0 0.4rem rgba(255, 255, 255, 0.05);
}

.front-fal-hero__eyebrow,
.front-fal-hero__title,
.front-fal-hero__text {
    position: relative;
    z-index: 1;
}

.front-fal-hero__eyebrow {
    display: block;
    margin-bottom: 0.18rem;
    color: #fde68a;
    font-size: 0.64rem;
    font-weight: 700;
}

.front-fal-hero__title {
    margin: 0 0 0.35rem;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 900;
}

.front-fal-hero__text {
    max-width: 24rem;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.72rem;
    line-height: 1.9;
}

.front-fal-hero__star {
    position: absolute;
    color: rgba(255, 255, 255, 0.22);
}

.front-fal-hero__star--one {
    top: 1.2rem;
    inset-inline-start: 1.5rem;
    font-size: 1.1rem;
}

.front-fal-hero__star--two {
    inset-inline-end: 2rem;
    bottom: 1.2rem;
    font-size: 0.7rem;
}

.front-fal-form-card {
    margin-bottom: 1rem;
    padding: 1.1rem;
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-top: 0;
    border-radius: 0 0 1.15rem 1.15rem;
    background: #fff;
    box-shadow: 0 0.35rem 1rem rgba(15, 23, 42, 0.065);
}

.front-fal-form-card__head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px dashed #e2e8f0;
}

.front-fal-form-card__step {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    color: #0f766e;
    border-radius: 50%;
    background: #ccfbf1;
    font-size: 0.75rem;
    font-weight: 800;
}

.front-fal-form-card__head h2 {
    margin: 0 0 0.15rem;
    color: #1e293b;
    font-size: 0.8rem;
    font-weight: 800;
}

.front-fal-form-card__head p {
    color: #94a3b8;
    font-size: 0.62rem;
    line-height: 1.6;
}

.front-fal-form {
    display: grid;
    gap: 0.9rem;
}

.front-fal-field__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.4rem;
    color: #475569;
    font-size: 0.7rem;
    font-weight: 600;
}

.front-fal-field__label span {
    color: #b45309;
    font-size: 0.58rem;
    font-weight: 500;
}

.front-fal-field__control {
    display: flex;
    align-items: center;
    min-height: 2.8rem;
    overflow: hidden;
    color: #94a3b8;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #f8fafc;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.front-fal-field__control:focus-within {
    color: #0f766e;
    border-color: #5eead4;
    background: #fff;
    box-shadow: 0 0 0 0.2rem rgba(45, 212, 191, 0.12);
}

.front-fal-field__control > svg {
    margin-inline-start: 0.8rem;
    flex: 0 0 auto;
}

.front-fal-field__input {
    width: 100%;
    min-width: 0;
    padding: 0.7rem;
    color: #334155;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: inherit;
    font-size: 0.74rem;
}

.front-fal-field__input::placeholder {
    color: #a8b3c2;
}

.front-fal-field__control:has(.is-invalid) {
    border-color: #dc3545;
}

.front-fal-field .invalid-feedback {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.62rem;
}

.front-fal-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    min-height: 2.9rem;
    padding: 0.65rem 0.9rem;
    color: #fff;
    border: 0;
    border-radius: 0.75rem;
    background: linear-gradient(90deg, #0f766e, #0d9488);
    box-shadow: 0 0.3rem 0.75rem rgba(15, 118, 110, 0.22);
    font-family: inherit;
    font-size: 0.76rem;
    font-weight: 800;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.front-fal-submit:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 0.5rem 1rem rgba(15, 118, 110, 0.28);
}

.front-fal-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.front-fal-submit__icon {
    color: #fde68a;
}

.front-fal-alert {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0.8rem 0;
    padding: 0.75rem 0.85rem;
    color: #92400e;
    border: 1px solid #fde68a;
    border-radius: 0.75rem;
    background: #fffbeb;
    font-size: 0.68rem;
    line-height: 1.7;
}

.front-fal-alert > span {
    display: grid;
    place-items: center;
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #fef3c7;
    font-weight: 800;
}

.front-fal-back {
    margin-bottom: 1rem;
    text-align: center;
}

.front-fal-back a {
    color: #94a3b8;
    font-size: 0.67rem;
}

.front-fal-back a:hover {
    color: #0f766e;
}

.front-fal-result {
    margin-bottom: 0.9rem;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: 1.15rem;
    background: #fff;
    box-shadow: 0 0.5rem 1.4rem rgba(15, 23, 42, 0.08);
}

.front-fal-result__header {
    position: relative;
    padding: 1.25rem 1rem;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 88% 12%, rgba(251, 191, 36, 0.2), transparent 30%),
        linear-gradient(145deg, #134e4a, #0f766e 62%, #14b8a6);
    text-align: center;
}

.front-fal-result__guest,
.front-fal-result__intro {
    position: relative;
    z-index: 1;
}

.front-fal-result__guest {
    margin: 0 0 0.25rem;
    color: #fde68a;
    font-size: 0.78rem;
    font-weight: 800;
}

.front-fal-result__intro {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.68rem;
}

.front-fal-result__star {
    position: absolute;
    inset-inline-start: 1.2rem;
    top: 1rem;
    color: rgba(255, 255, 255, 0.2);
}

.front-fal-result__shahid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 1rem 0.7rem;
    text-align: start;
}

.front-fal-result__avatar {
    display: grid;
    place-items: center;
    width: 4rem;
    height: 4rem;
    flex: 0 0 auto;
    padding: 0.18rem;
    color: #0f766e;
    border: 1px solid #99f6e4;
    border-radius: 50%;
    background: #ecfdf5;
    font-size: 1.2rem;
    font-weight: 800;
}

.front-fal-result__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 50%;
}

.front-fal-result__shahid-label {
    display: block;
    margin-bottom: 0.18rem;
    color: #b45309;
    font-size: 0.62rem;
    font-weight: 700;
}

.front-fal-result__shahid-name {
    margin: 0;
    color: #0f766e;
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.5;
}

.front-fal-result__quote {
    position: relative;
    padding: 1.25rem 1.15rem 1.5rem;
    text-align: center;
}

.front-fal-result__quote-mark {
    display: block;
    height: 1.7rem;
    color: #f59e0b;
    font-family: Georgia, serif;
    font-size: 3.2rem;
    line-height: 1;
}

.front-fal-result__content {
    max-width: 32rem;
    margin: 0 auto;
    color: #334155;
    font-size: 0.86rem;
    line-height: 2.15;
    overflow-wrap: break-word;
    text-align: justify;
    text-align-last: center;
}

.front-fal-result__content p {
    margin: 0 0 0.85rem;
}

.front-fal-result__content p:last-child,
.front-fal-result__content div:last-child {
    margin-bottom: 0;
}

.front-fal-result__content div {
    margin-bottom: 0.75rem;
    white-space: pre-line;
}

.front-fal-result__content ul,
.front-fal-result__content ol {
    margin-bottom: 0.75rem;
    padding-inline-start: 1.1rem;
    text-align: start;
    text-align-last: auto;
}

.front-fal-result__content table,
.front-fal-result__content table * {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

.front-fal-result__quote-line {
    display: block;
    width: 3rem;
    height: 0.18rem;
    margin: 1rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #fbbf24, #14b8a6);
}

.front-fal-result__actions {
    display: grid;
    gap: 0.55rem;
    margin-bottom: 0.9rem;
}

.front-fal-result__new,
.front-fal-result__shahid-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 2.8rem;
    padding: 0.6rem 0.9rem;
    border-radius: 0.75rem;
    font-size: 0.74rem;
    font-weight: 800;
}

.front-fal-result__new {
    color: #fff;
    background: linear-gradient(90deg, #0f766e, #0d9488);
    box-shadow: 0 0.3rem 0.75rem rgba(15, 118, 110, 0.2);
}

.front-fal-result__new:hover {
    color: #fff;
}

.front-fal-result__new span {
    color: #fde68a;
}

.front-fal-result__shahid-link {
    color: #0f766e;
    border: 1px solid #99f6e4;
    background: #f0fdfa;
}

.front-fal-result__shahid-link:hover {
    color: #115e59;
    background: #ccfbf1;
}

@media (min-width: 768px) {
    :root {
        --front-content-max: 40rem;
        --front-content-wide-max: 52rem;
    }

    .dashboard-page {
        padding-bottom: calc(var(--dashboard-nav-h) + 0.5rem);
    }

    .dashboard-header-banner {
        max-width: var(--front-content-max);
        margin-inline: auto;
        border-radius: 0 0 1.5rem 1.5rem;
    }

    .dashboard-logo-mark {
        width: 5.5rem;
        margin-block: 0.35rem;
    }

    .dashboard-main {
        padding: 1rem 1rem 1.5rem;
    }

    .dashboard-main .container-fluid {
        padding-inline: 1rem;
    }

    .front-page-bg {
        height: 12rem;
        max-width: 22rem;
    }

    .dashboard-tile {
        min-height: 7rem;
        padding: 0.85rem 0.5rem !important;
    }

    .dashboard-tile__icon {
        width: 2.75rem;
        height: 2.75rem;
    }

    .dashboard-tile__label {
        font-size: 0.8rem;
    }

    .dashboard-bottom-nav {
        max-width: var(--front-content-max);
        inset-inline: 0;
        margin-inline: auto;
        border-radius: 1rem 1rem 0 0;
        border-inline: 1px solid rgba(15, 23, 42, 0.08);
    }

    .dashboard-bottom-nav__item {
        font-size: 0.75rem;
    }

    .front-form .form-label {
        text-align: start !important;
    }

    .front-form .form-control.text-center {
        text-align: start;
    }

    .front-form .invalid-feedback.text-center {
        text-align: start !important;
    }

    .front-shahid-card__link {
        padding: 1rem 1.05rem 1.1rem;
    }

    .front-shahid-card__avatar {
        width: 3.5rem;
        height: 3.5rem;
    }

    .front-shahid-card__name {
        font-size: 0.95rem;
    }

    .front-shahid-card__details li {
        font-size: 0.75rem;
    }

    .front-shahid-index-hero {
        padding: 1.25rem 1.35rem;
    }

    .front-shahid-index-hero__head {
        margin-bottom: 1rem;
    }

    .front-shahid-profile__content {
        padding: 1.6rem 1.75rem 1.3rem;
    }

    .front-shahid-profile__avatar {
        width: 7rem;
        height: 7rem;
    }

    .front-shahid-profile__name {
        font-size: 1.55rem;
    }

    .front-shahid-profile__dates {
        padding: 0.95rem 1.5rem;
    }

    .front-shahid-panel,
    .front-shahid-memories,
    .front-shahid-contribute {
        padding: 1.2rem 1.3rem;
    }

    .front-shahid__richtext {
        font-size: 0.92rem;
    }

    .front-golestan-card__body {
        padding: 1rem 1.05rem 1.1rem;
    }

    .front-golestan-card__title {
        font-size: 0.95rem;
    }

    .front-golestan-card__details li {
        font-size: 0.75rem;
    }

    .front-golestan-index-hero {
        padding: 1.3rem 1.4rem;
    }

    .front-golestan-index-hero__title {
        font-size: 1.15rem;
    }

    .front-golestan-hero__inner {
        padding: 1.3rem 1.4rem 1.4rem;
    }

    .front-golestan-hero__search {
        padding-inline: 1.4rem;
        padding-bottom: 1.3rem;
    }

    .front-golestan-hero__title {
        font-size: 1.4rem;
    }

    .front-golestan-hero__description {
        font-size: 0.76rem;
    }

    .front-memory-intro {
        padding: 1.15rem 1.3rem;
    }

    .front-memory-card__body {
        padding: 1.1rem 1.15rem 1.2rem;
    }

    .front-memory-card__title {
        font-size: 1rem;
    }

    .front-memory-show__header {
        padding: 1.6rem 1.75rem 1.7rem;
    }

    .front-memory-show__title {
        font-size: 1.55rem;
    }

    .front-memory-show__photo {
        margin: 1.35rem 1.5rem 0;
    }

    .front-memory-show__content {
        padding: 1.6rem 1.75rem 1.9rem;
    }

    .front-memory-show__richtext {
        font-size: 0.98rem;
    }

    .front-memory-show__footer {
        padding: 1.1rem 1.75rem;
    }

    .front-book-hero {
        padding: 1.3rem 1.4rem;
    }

    .front-book-hero__title {
        font-size: 1.15rem;
    }

    .front-book-card {
        gap: 1rem;
        padding: 1rem;
    }

    .front-book-card__cover {
        width: 6rem;
        height: 8.6rem;
    }

    .front-book-card__title {
        font-size: 0.93rem;
    }

    .front-fal-hero {
        padding: 1.8rem 1.5rem 1.65rem;
    }

    .front-fal-form-card {
        padding: 1.35rem 1.5rem 1.5rem;
    }

    .front-fal-result__header {
        padding: 1.5rem;
    }

    .front-fal-result__quote {
        padding: 1.4rem 1.8rem 1.75rem;
    }

    .front-fal-result__content {
        font-size: 0.94rem;
    }

    .front-fal-result__actions {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    :root {
        --front-content-max: 42rem;
        --front-content-wide-max: 56rem;
    }

    .dashboard-tiles .row {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .front-page--wide {
        --front-content-wide-max: 60rem;
    }
}
