.vt-spa-wrapper {
    background-color: transparent !important; /* حذف خاکستری و اعمال رنگ قالب شما */
    padding: 10px 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ساختار شبکه ۳ باکسی هدر بالایی */
.vt-app-header-grid {
    display: grid;
    grid-template-columns: 280px 1fr 300px;
    gap: 15px;
    margin-bottom: 15px;
}

/* ساختار شبکه ۳ باکسی بدنه اصلی */
.vt-app-grid {
    display: grid;
    grid-template-columns: 280px 1fr 300px;
    gap: 15px;
    align-items: start;
}

/* مهندسی ۶ باکس تفکیک شده کاملاً سفید رنگ و مستقل */
.vt-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); /* سایه نرم و جذاب */
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.vt-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #edf0f5;
}

.vt-history-btn {
    background: #f1f3f7; border: none; padding: 6px 12px;
    border-radius: 4px; font-size: 12px; font-weight: 600; color: #555;
    cursor: pointer; display: flex; align-items: center; gap: 5px; transition: 0.2s;
}
.vt-history-btn:hover, .vt-history-btn.active { background: #1e1e2d; color: #ffba00; }

.vt-search-box { padding: 12px 20px; position: relative; border-bottom: 1px solid #edf0f5; }
.vt-search-box input { width: 100%; padding: 10px 10px 10px 35px; border: 1px solid #dfe3e8; border-radius: 6px; font-size: 13px; }
.vt-search-icon { position: absolute; left: 30px; top: 50%; transform: translateY(-50%); color: #a0aabf; font-size: 16px; }

/* تب‌های متای پایینی */
.vt-meta-tab-btn {
    background: none; border: none; padding: 10px 20px; font-size: 14px;
    font-weight: 700; color: #7e8299; cursor: pointer; transition: 0.2s;
}
.vt-meta-tab-btn.active { color: #1e1e2d; border-bottom: 2px solid #d49a2a; }

/* ستاره‌های امتیازدهی ستاره‌ای */
.vt-stars-row span { font-size: 18px; color: #cbd4e1; cursor: pointer; transition: 0.2s; }
.vt-stars-row span.filled { color: #ffba00; }

.vt-accordion-header { display: flex; justify-content: space-between; padding: 14px 20px; cursor: pointer; font-weight: 600; font-size: 14px; border-bottom: 1px solid #f9f9f9; }
.vt-accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; background: #fcfcfc; }
.vt-doc-list { list-style: none; margin: 0; padding: 0; }
.vt-doc-item { padding: 12px 20px 12px 45px; border-bottom: 1px solid #f4f4f4; cursor: pointer; font-size: 13px; display: flex; align-items: center; gap: 12px; }
.vt-doc-item:hover, .vt-doc-item.active { background: #fffbef; color: #d49a2a; border-right: 3px solid #d49a2a; }
.vt-flag { width: 24px; height: 18px; object-fit: cover; box-shadow: 0 1px 3px rgba(0,0,0,0.1); border-radius: 2px; }

#vt-form-workspace { padding: 30px; min-height: 380px; display: flex; flex-direction: column; }
.vt-empty-state { text-align: center; color: #a0aabf; margin: auto; display: flex; flex-direction: column; align-items: center; gap: 12px; }

.vt-preview-canvas { background: #f8f9fa; border: 1px dashed #cbd4e1; border-radius: 8px; min-height: 350px; display: flex; align-items: center; justify-content: center; overflow: hidden; cursor: zoom-in; }
.vt-preview-canvas img { max-width: 100%; height: auto; }

/* سیستم پاپ‌آپ‌ها مودال */
.vt-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.45); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; z-index: 99999; }
.vt-modal-card { background: #ffffff; padding: 35px; border-radius: 12px; width: 100%; max-width: 400px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.vt-modal-tabs { display: flex; border-bottom: 2px solid #edf0f5; margin-bottom: 25px; }
.vt-modal-tab-btn { flex: 1; background: none; border: none; padding: 12px; font-size: 15px; font-weight: 600; color: #999; cursor: pointer; }
.vt-modal-tab-btn.active { color: #1e1e2d; border-bottom: 2px solid #d49a2a; margin-bottom: -2px; }
.vt-modal-card input { width: 100%; padding: 12px; margin-bottom: 15px; border: 1px solid #dfe3e8; border-radius: 6px; }
.vt-modal-submit-btn { width: 100%; background: #1e1e2d; color: #ffba00; padding: 14px; border: none; border-radius: 6px; font-weight: bold; cursor: pointer; margin-bottom: 10px; }
.vt-modal-cancel-btn { width: 100%; background: none; border: none; color: #7e8299; font-size: 13px; cursor: pointer; }

/* واکنش‌گرایی و هندل ریسپانسیو موبایل */
@media (max-width: 1024px) {
    .vt-app-header-grid, .vt-app-grid { grid-template-columns: 1fr !important; gap: 15px; }
    .vt-box-logo, .vt-box-title-node, .vt-box-wallet { text-align: center; justify-content: center !important; }
}