.elementor-1089 .elementor-element.elementor-element-58416e7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1089 .elementor-element.elementor-element-683fed7{margin:70px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1089 .elementor-element.elementor-element-7b901a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1089 .elementor-element.elementor-element-bfa2a1c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1089 .elementor-element.elementor-element-3419953{--display:flex;}.elementor-1089 .elementor-element.elementor-element-05de00c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1089 .elementor-element.elementor-element-d4408f9{--display:flex;}.elementor-1089 .elementor-element.elementor-element-f871437{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-683fed7 */.brb-complete-dashboard {
        direction: rtl; font-family: 'Vazirmatn', sans-serif;
        max-width: 950px; margin: 40px auto; padding: 0 15px;
        display: flex; flex-direction: column; gap: 30px;
    }

    /* Header */
    .brb-header-board {
        background: #fff; border: 1px solid #e2e8f0; border-radius: 20px;
        padding: 30px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        position: relative; margin-bottom: 20px;
    }
    .brb-main-title { font-size: 1.4rem; font-weight: 900; color: #1e293b; margin: 0 0 12px 0; }
    .brb-update-tag { 
        display: inline-flex; align-items: center; gap: 8px; background: #f1f5f9;
        padding: 6px 15px; border-radius: 50px; font-size: 0.85rem; color: #64748b;
    }
    .brb-connector-lines::before, .brb-connector-lines::after {
        content: ''; position: absolute; width: 2px; height: 35px; background: #cbd5e1; bottom: -35px;
    }
    .brb-connector-lines::before { left: 20%; } .brb-connector-lines::after { right: 20%; }

    /* Focal Cards (Buy/Sell) */
    .brb-focal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .brb-focal-card {
        background: linear-gradient(24deg, #0c1221, #042b66); border-radius: 24px; padding: 25px; position: relative;
        overflow: hidden; min-height: 160px; display: flex; box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    }
    .brb-bg-flag { position: absolute; bottom: -10px; left: -10px; width: 130px; opacity: 0.8; pointer-events: none;border-radius:20px !important; }
    .brb-focal-content { position: relative; z-index: 2; width: 100%; display: flex; flex-direction: column; justify-content: space-between; }
    .brb-focal-top { display: flex; justify-content: space-between; align-items: flex-start; }
    .brb-focal-label { color: #f8fafc; font-size: 1.3rem; font-weight: 600; }
    .brb-badge { padding: 4px 10px; border-radius: 8px; font-size: 0.85rem; font-weight: bold; }
    .brb-green-bg { background: #f0f0f0; color: #4ade80; }
    .brb-red-bg { background: rgba(239, 68, 68, 0.15); color: #f87171; }
    .brb-focal-bottom { display: flex; align-items: baseline; justify-content: center; gap: 8px; }
    .brb-focal-price { font-size: 2.1rem; font-weight: 900; color: #fff; letter-spacing: -1px; }
    .brb-focal-unit { color: #6ba9ff; font-size: 1rem; }

    /* Grid Layouts */
    .brb-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; display: grid; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
    .brb-grid-3 { grid-template-columns: repeat(3, 1fr); }
    .brb-grid-4 { grid-template-columns: repeat(2, 1fr); }
    
    .brb-stat-cell { padding: 25px 15px; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
    
    /* Separators */
    .brb-grid-3 .brb-stat-cell:not(:last-child) { border-left: 1px solid #f1f5f9; }
    .brb-grid-4 .brb-stat-cell:nth-child(odd) { border-left: 1px solid #f1f5f9; }
    .brb-grid-4 .brb-stat-cell:nth-child(-n+2) { border-bottom: 1px solid #f1f5f9; }

    .brb-label-top { font-size: 0.85rem; color: #64748b; display: flex; align-items: center; gap: 6px; font-weight: 500; }
    .brb-value-bottom { font-size: 1.25rem; font-weight: 800; color: #1e293b; }
    .brb-unit-sm { font-size: 0.7rem; color: #94a3b8; font-weight: 400; margin-right: 4px; }

    /* Info Note */
    .brb-info-note { background: #f0f7ff; border-right: 4px solid #3b82f6; border-radius: 10px; padding: 20px; display: flex; gap: 15px; }
    .brb-info-title { margin: 0 0 5px 0; font-size: 1.1rem; font-weight: 700; color: #1e40af; }
    .brb-info-text { margin: 0; font-size: 0.95rem; line-height: 1.8; color: #334155; }
    .brb-thistory {font-size: 1.29rem;display: block;text-align: center;font-weight: 600;}

    .brb-text-red { color: #ef4444 !important; }
    .brb-text-green { color: #10b981 !important; }

    /* Mobile Responsive */
    @media (max-width: 768px) {
        .brb-focal-grid, .brb-grid-3, .brb-grid-4 { grid-template-columns: 1fr; }
        .brb-connector-lines { display: none; }
        .brb-stat-cell { border-left: none !important; border-bottom: 1px solid #f1f5f9 !important; }
        .brb-stat-cell:last-child { border-bottom: none !important; }
        .brb-focal-price { font-size: 1.8rem; }
        .brb-main-title { font-size: 1.15rem; }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc6b329 */.cr-chart-container {
        background: #ffffff;
        border-radius: 20px;
        padding: 30px;
        margin-bottom: 40px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
        direction: rtl;
        border: 1px solid #f1f5f9;
    }

    .cr-chart-header {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }

    .cr-title-wrapper {
        display: flex;
        align-items: center;
        gap: 12px;
        border-right: 4px solid #3b82f6; /* حاشیه کناری آبی */
        padding-right: 12px;
    }

    .cr-chart-icon {
        color: #3b82f6;
    }

    .cr-h2-title-chart {
        font-size: 1.3rem;
        font-weight: 800;
        color: #1e293b;
        margin: 0;
    }

    /* باکس نمودار */
    .cr-chart-box {
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        height: 350px; /* ارتفاع مناسب برای نمودار */
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
    }

    .cr-loading-placeholder {
        text-align: center;
        color: #94a3b8;
        font-size: 0.95rem;
    }

    /* توضیحات پایین */
    .cr-chart-footer {
        padding: 15px;
        background: #fdfdfd;
        border-radius: 12px;
        border: 1px solid #f1f5f9;
    }

    .cr-chart-description {
        font-size: 0.95rem;
        color: #64748b;
        line-height: 1.8;
        text-align: justify;
        margin: 0;
    }

    /* واکنش‌گرا برای موبایل */
    @media (max-width: 600px) {
        .cr-chart-container {
            padding: 20px;
        }
        .cr-h2-title-chart {
            font-size: 1.1rem;
        }
        .cr-chart-box {
            height: 250px;
        }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-80b98e8 */.cr-specs-section {
        margin: 4rem 0;
        direction: rtl;
        font-family: 'Tahoma', sans-serif;
    }

    .cr-section-header {
        margin-bottom: 2rem;
        position: relative;
    }

    .cr-header-line {
        width: 60px;
        height: 4px;
        background: #3b82f6;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .cr-h2-main-title {
        font-size: 1.6rem;
        font-weight: 900;
        color: #1e293b;
    }

    .cr-specs-grid {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: 2rem;
    }

    /* استایل لیست مشخصات */
    .cr-specs-list-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 20px;
        padding: 10px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    }

    .cr-spec-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        border-bottom: 1px solid #f1f5f9;
    }

    .cr-spec-item.no-border { border-bottom: none; }

    .cr-spec-right {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .cr-spec-icon {
        width: 32px;
        height: 32px;
        background: #eff6ff;
        color: #3b82f6;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cr-spec-label {
        font-size: 0.9rem;
        color: #64748b;
        font-weight: 600;
    }

    .cr-spec-value {
        font-weight: 800;
        color: #1e293b;
        font-size: 0.95rem;
    }

    .text-blue { color: #2563eb; font-size: 1.2rem; }
    .text-amber { color: #d97706; }
    .cr-link-spec { color: #2563eb; text-decoration: none; border-bottom: 1px dashed; }

    /* استایل محتوای سمت چپ */
    .cr-about-box {
        background: #f8fafc;
        border-radius: 20px;
        padding: 25px;
        border: 1px solid #eef2f6;
        margin-bottom: 1.5rem;
    }

    .cr-h3-title {
        color: #0f172a;
        font-size: 1.2rem;
        margin-bottom: 15px;
        font-weight: 800;
    }

    .cr-p-text {
        font-size: 0.95rem;
        color: #475569;
        line-height: 1.9;
        text-align: justify;
        margin-bottom: 12px;
    }

    /* گالری اسکناس */
    .cr-bill-gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        gap: 10px;
    }

    .cr-bill-item {
        text-align: center;
        cursor: pointer;
        transition: transform 0.3s;
    }

    .cr-bill-item img {
        width: 100%;
        border-radius: 6px;
        border: 2px solid #e2e8f0;
        margin-bottom: 5px;
    }

    .cr-bill-item span {
        font-size: 0.75rem;
        font-weight: bold;
        color: #64748b;
    }

    .cr-bill-item:hover {
        transform: translateY(-5px);
    }

    .cr-bill-item:hover img {
        border-color: #3b82f6;
    }

    /* واکنش‌گرا */
    @media (max-width: 992px) {
        .cr-specs-grid { grid-template-columns: 1fr; }
        .cr-specs-list-card { order: 2; }
        .cr-info-content { order: 1; }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-615dc17 */.cr-security-tips-section {
        background: #ffffff;
        border: 1px solid #f1f5f9;
        border-radius: 24px;
        padding: 40px;
        margin-bottom: 50px;
        direction: rtl;
        box-shadow: 0 10px 40px rgba(0,0,0,0.03);
    }

    .cr-tips-header {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 40px;
    }

    .cr-tips-icon-main {
        width: 60px;
        height: 60px;
        background: #fff7ed;
        color: #f59e0b;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .cr-h2-tips-title {
        font-size: 1.5rem;
        font-weight: 900;
        color: #1e293b;
        margin: 0 0 5px 0;
    }

    .cr-tips-subtitle {
        color: #64748b;
        font-size: 1rem;
        margin: 0;
    }

    /* گرید کارت‌ها */
    .cr-tips-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .cr-tip-card {
        display: flex;
        gap: 15px;
        padding: 20px;
        background: #fcfcfd;
        border-radius: 16px;
        border: 1px solid #f1f5f9;
        transition: all 0.3s ease;
    }

    .cr-tip-card:hover {
        background: #ffffff;
        border-color: #fbbf24;
        box-shadow: 0 5px 20px rgba(251, 191, 36, 0.1);
        transform: translateY(-3px);
    }

    .cr-tip-icon-wrapper {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    /* رنگ‌بندی آیکون‌ها برای جذابیت بصری */
    .amber { background: #fef3c7; color: #d97706; }
    .blue { background: #e0f2fe; color: #0284c7; }
    .green { background: #dcfce7; color: #16a34a; }
    .purple { background: #f3e8ff; color: #9333ea; }
    .red { background: #fee2e2; color: #dc2626; }
    .orange { background: #ffedd5; color: #ea580c; }

    .cr-tip-h4 {
        font-size: 1.05rem;
        font-weight: 800;
        color: #1e293b;
        margin: 0 0 8px 0;
    }

    .cr-tip-content p {
        font-size: 0.9rem;
        color: #475569;
        line-height: 1.7;
        margin: 0;
        text-align: justify;
    }

    /* پاورقی */
    .cr-tips-footer {
        margin-top: 35px;
        padding-top: 25px;
        border-top: 1px solid #f1f5f9;
        font-size: 0.95rem;
        color: #64748b;
        line-height: 1.8;
    }

    /* ریسپانسیو موبایل */
    @media (max-width: 768px) {
        .cr-tips-grid { grid-template-columns: 1fr; }
        .cr-security-tips-section { padding: 25px; }
        .cr-tips-header { flex-direction: column; text-align: center; }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b900e5 */.cr-parity-section {
        margin: 4rem 0;
        direction: rtl;
    }

    .cr-section-header-parity {
        margin-bottom: 2rem;
        text-align: right;
    }

    .cr-header-line-blue {
        width: 50px;
        height: 5px;
        background: #3b82f6;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .cr-title-with-icon {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 10px;
    }

    .cr-header-icon {
        color: #3b82f6;
    }

    .cr-h2-parity-title {
        font-size: 1.6rem;
        font-weight: 900;
        color: #1e293b;
        margin: 0;
    }

    .cr-parity-intro {
        font-size: 0.95rem;
        color: #64748b;
        max-width: 800px;
        line-height: 1.7;
    }

    /* گرید کارت‌ها */
    .cr-parity-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* ۳ ستونه در دسکتاپ */
        gap: 15px;
    }

    .cr-parity-card {
        background: #ffffff;
        border: 1px solid #eef2f6;
        padding: 14px 18px;
        border-radius: 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.3s ease;
        box-shadow: 0 2px 5px rgba(0,0,0,0.01);
    }

    .cr-parity-card:hover {
        border-color: #3b82f6;
        box-shadow: 0 5px 15px rgba(59, 130, 246, 0.08);
        transform: translateY(-2px);
    }

    .cr-parity-info {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .cr-flag-small {
        width: 28px;
        height: 18px;
        border-radius: 3px;
        object-fit: cover;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

    .cr-currency-name {
        font-size: 0.85rem;
        font-weight: 700;
        color: #475569;
    }

    .cr-parity-value {
        font-size: 1rem;
        font-weight: 900;
        color: #2563eb; /* رنگ آبی شاخص برای اعداد */
    }

    /* واکنش‌گرا (Responsive) */
    @media (max-width: 1024px) {
        .cr-parity-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 600px) {
        .cr-parity-grid { grid-template-columns: 1fr; }
        .cr-h2-parity-title { font-size: 1.3rem; }
        .cr-parity-card { padding: 12px 15px; }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f963911 */.cr-faq-section {
        margin: 4rem 0;
        direction: rtl;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .cr-section-header-faq {
        margin-bottom: 2.5rem;
        text-align: center;
    }

    .cr-h2-faq-title {
        font-size: 1.7rem;
        font-weight: 900;
        color: #1e293b;
        margin: 0;
    }

    .cr-faq-intro {
        font-size: 1rem;
        color: #64748b;
        margin-top: 10px;
    }

    .cr-faq-grid {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    /* استایل هر آیتم سوال */
    .cr-faq-item {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .cr-faq-item[open] {
        border-color: #3b82f6;
        box-shadow: 0 4px 20px rgba(59, 130, 246, 0.05);
    }

    /* استایل تیتر سوال */
    .cr-faq-question {
        padding: 18px 24px;
        font-weight: 800;
        color: #334155;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style: none; /* حذف مثلث پیش‌فرض مرورگر */
        font-size: 1rem;
        user-select: none;
    }

    /* حذف آیکون پیش‌فرض در کروم و سافاری */
    .cr-faq-question::-webkit-details-marker {
        display: none;
    }

    .cr-arrow {
        transition: transform 0.3s ease;
        color: #94a3b8;
    }

    .cr-faq-item[open] .cr-arrow {
        transform: rotate(180deg);
        color: #3b82f6;
    }

    /* استایل پاسخ */
    .cr-faq-answer {
        padding: 0 24px 20px 24px;
        color: #475569;
        font-size: 0.95rem;
        line-height: 1.8;
        text-align: justify;
    }

    .cr-faq-item:hover {
        background: #f8fafc;
    }

    /* ریسپانسیو */
    @media (max-width: 600px) {
        .cr-h2-faq-title { font-size: 1.4rem; }
        .cr-faq-question { padding: 15px 18px; font-size: 0.9rem; }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e100a5 */.cr-comments-section {
        margin: 4rem 0;
        direction: rtl;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .cr-section-header-comments {
        margin-bottom: 2rem;
    }

    .cr-h2-comments-title {
        font-size: 1.5rem;
        font-weight: 900;
        color: #1e293b;
        margin: 0;
    }

    /* استایل فرم */
    .cr-comment-form-card {
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 20px;
        padding: 25px;
        margin-bottom: 40px;
    }

    .cr-form-title {
        font-size: 1rem;
        font-weight: 800;
        color: #334155;
        margin-bottom: 20px;
    }

    .cr-form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-bottom: 15px;
    }

    .cr-input, .cr-textarea {
        width: 100%;
        padding: 12px 16px;
        border: 1px solid #cbd5e1;
        border-radius: 12px;
        font-family: inherit;
        font-size: 0.9rem;
        background: #ffffff;
        outline: none;
        transition: border-color 0.2s;
    }

    .cr-input:focus, .cr-textarea:focus {
        border-color: #3b82f6;
    }

    .cr-textarea {
        height: 120px;
        resize: vertical;
        margin-bottom: 15px;
    }

    .cr-submit-btn {
        background: #3b82f6;
        color: #ffffff;
        border: none;
        padding: 12px 30px;
        border-radius: 12px;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.2s;
    }

    .cr-submit-btn:hover {
        background: #2563eb;
    }

    /* لیست نظرات */
    .cr-comments-list {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .cr-comment-item {
        display: flex;
        gap: 15px;
    }

    .cr-user-avatar {
        width: 45px;
        height: 45px;
        background: #e0f2fe;
        color: #0369a1;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        flex-shrink: 0;
    }

    .cr-user-avatar.purple { background: #f3e8ff; color: #7e22ce; }
    .cr-user-avatar.green { background: #dcfce7; color: #15803d; }

    .cr-comment-body {
        flex: 1;
        border-bottom: 1px solid #f1f5f9;
        padding-bottom: 15px;
    }

    .cr-comment-meta {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
    }

    .cr-user-name {
        font-weight: 800;
        color: #1e293b;
        font-size: 0.95rem;
    }

    .cr-comment-date {
        font-size: 0.8rem;
        color: #94a3b8;
    }

    .cr-comment-text {
        font-size: 0.95rem;
        color: #475569;
        line-height: 1.7;
        margin: 0;
        text-align: justify;
    }

    /* ریسپانسیو */
    @media (max-width: 600px) {
        .cr-form-row { grid-template-columns: 1fr; }
        .cr-comment-meta { flex-direction: column; gap: 4px; }
    }/* End custom CSS */
/* Start custom CSS *//* تنظیمات فونت و کانتینر اصلی */
.cr-main-wrapper {color: #334155; padding: 2.5rem 1rem; }
.cr-container { max-width: 1152px; margin: 0 auto; }

/* چیدمان‌های فلکس و گرید */
.cr-flex { display: flex; }
.cr-flex-center { display: flex; align-items: center; justify-content: center; }
.cr-flex-between { display: flex; justify-content: space-between; align-items: flex-start; }
.cr-flex-column { display: flex; flex-direction: column; }
.cr-gap-1 { gap: 0.25rem; }
.cr-gap-2 { gap: 0.5rem; }
.cr-gap-3 { gap: 0.75rem; }
.cr-gap-4 { gap: 1rem; }

.cr-grid { display: grid; gap: 1.5rem; }
.cr-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.cr-grid-12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 2rem; }

/* کارت‌ها */
.cr-card { background: white; border-radius: 16px; border: 1px solid #e2e8f0; padding: 1.5rem; }
.cr-card-stat { padding: 1rem; text-align: center; }
.cr-card-dashed { border: 2px dashed #bfdbfe; padding: 1.5rem; }
.cr-card-amber { background-color: #fffbeb; border: 1px solid #fde68a; padding: 2rem; border-radius: 16px; }
.cr-card-dark { background-color: #1e293b; color: white; padding: 2.5rem; border-radius: 16px; text-align: center; }

/* تایپوگرافی */
.cr-title-main { font-size: 2.25rem; font-weight: 700; color: #1e293b; margin-bottom: 0; }
.cr-text-lg { font-size: 1.125rem; }
.cr-text-sm { font-size: 0.875rem; }
.cr-text-xs { font-size: 0.75rem; }
.cr-text-slate-500 { color: #64748b; }
.cr-text-slate-400 { color: #94a3b8; }
.cr-text-slate-800 { color: #1e293b; }
.cr-text-red { color: #dc2626; }
.cr-text-green { color: #16a34a; }
.cr-text-blue { color: #2563eb; }
.cr-font-black { font-weight: 900; }
.cr-font-bold { font-weight: 700; }
.cr-price-value { font-size: 3rem; font-weight: 900; color: #1e293b; letter-spacing: -0.025em; }

/* نشان‌ها و بج‌ها */
.cr-badge-red { background: #fef2f2; color: #dc2626; padding: 0.25rem 0.75rem; border-radius: 8px; font-weight: bold; }
.cr-badge-green { background: #f0fdf4; color: #16a34a; padding: 0.25rem 0.75rem; border-radius: 8px; font-weight: bold; }
.cr-alert-icon { background: #f59e0b; color: white; width: 1.5rem; height: 1.5rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; }

/* تصاویر و پرچم‌ها */
.cr-flag-lg { width: 3rem; height: 2rem; border-radius: 0.25rem; box-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.cr-flag-md { width: 2.5rem; height: 1.75rem; border-radius: 0.25rem; }
.cr-flag-sm { width: 2rem; height: 1.25rem; border-radius: 0.25rem; }
.cr-flag-list { width: 32px; height: 22px; border-radius: 3px; object-fit: cover; }
.cr-banknote-img { width: 100%; border: 1px solid #e2e8f0; border-radius: 4px; cursor: pointer; }

/* بخش‌های خاص */
.cr-calc-wrapper { max-width: 576px; margin: 0 auto 4rem auto; }
.cr-placeholder-box { height: 8rem; background: #f8fafc; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #94a3b8; font-style: italic; }
.cr-chart-box { height: 20rem; background: #f1f5f9; border-radius: 12px; display: flex; align-items: center; justify-content: center; border: 1px solid #e2e8f0; margin-bottom: 1rem; }
.cr-section-header { border-bottom: 1px solid #e2e8f0; padding-bottom: 1rem; margin-bottom: 2rem; }
.cr-info-row { display: flex; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #e2e8f0; }
.cr-info-row-alt { background-color: #f8fafc; }
.cr-info-box-blue { background: #eff6ff; padding: 1.5rem; border-radius: 16px; margin-bottom: 1.5rem; line-height: 2; text-align: justify; }

/* لیست‌ها */
.cr-list { padding-right: 1.25rem; list-style-type: disc; line-height: 2; }
.cr-list li { margin-bottom: 0.75rem; }

/* مودال */
.cr-modal { display: none; position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); align-items: center; justify-content: center; padding: 1rem; }
.cr-modal-img { max-width: 100%; max-height: 100%; border-radius: 0.5rem; }

/* ریسپانسیو */
@media (max-width: 768px) {
    .cr-grid-3 { grid-template-columns: 1fr; }
    .cr-grid-12 { grid-template-columns: 1fr; }
    .cr-col-span-5, .cr-col-span-7 { grid-column: span 1 / span 1; }
    .cr-title-main { font-size: 1.5rem; }
}

@media (min-width: 769px) {
    .cr-grid-2 { grid-template-columns: repeat(2, 1fr); }
    .cr-grid-3-rates { grid-template-columns: repeat(3, 1fr); display: grid; gap: 1rem; }
    .cr-col-span-5 { grid-column: span 5 / span 5; }
    .cr-col-span-7 { grid-column: span 7 / span 7; }
    .cr-grid-banknotes { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.75rem; }
}/* End custom CSS */