:root{--blog-bg:#f7f8fa;--blog-card:#ffffff;--blog-muted:#6b6f76;--blog-accent:#0d6efd;--blog-border:#e6e9ef;--blog-success:#16a34a;--blog-danger:#ef4444;--blog-warning:#ffba08;--blog-radius:10px}#html-blog-content{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Vazirmatn,Tahoma,Arial,sans-serif;color:#111;line-height:1.6;-webkit-font-smoothing:antialiased;direction:rtl}#html-blog-content p{margin:0 0 16px;font-size:15px;line-height:1.7;color:#111}#html-blog-content .lead,#html-blog-content>p:first-of-type{font-size:18px;line-height:1.9;margin:12px 0 16px}#html-blog-content h2{font-size:20px;font-weight:700;margin:32px 0 16px;color:#111;line-height:1.3}@media (min-width:768px){#html-blog-content h2{font-size:22px}}#html-blog-content h3{font-size:18px;font-weight:600;margin:20px 0 10px;display:flex;align-items:center;gap:8px;color:#111}#html-blog-content ul{padding-right:18px;margin:6px 0 12px;list-style:none}#html-blog-content ul li{margin-bottom:8px;font-size:15px;line-height:1.6;color:#111}#html-blog-content ul li:before{content:"•";color:var(--blog-accent);font-weight:700;display:inline-block;width:1em;margin-right:-1em}#html-blog-content ol{padding-right:18px;margin:6px 0 12px}#html-blog-content ol li{margin-bottom:8px;font-size:15px;line-height:1.6;color:#111}#html-blog-content strong{font-weight:600;color:#111}#html-blog-content a{color:var(--blog-accent);text-decoration:none;transition:all .2s ease}#html-blog-content a:hover{text-decoration:underline}#html-blog-content blockquote{background:#fff7f0;border-right:4px solid var(--blog-warning);padding:12px 14px;color:#6b3e00;border-radius:8px;margin:16px 0;font-size:15px}#html-blog-content blockquote p{margin:0;color:#6b3e00}#html-blog-content hr{border:none;border-top:1px solid var(--blog-border);margin:24px 0}#html-blog-content .std,#html-blog-content table{width:100%;border-collapse:collapse;margin-top:12px;font-size:14px;background:var(--blog-card)}#html-blog-content table td,#html-blog-content table th{text-align:right;padding:10px;border-bottom:1px solid var(--blog-border)}#html-blog-content table th{color:var(--blog-muted);font-weight:600;font-size:13px;background:#fafbfc}#html-blog-content table tr:last-child td{border-bottom:none}#html-blog-content ._tableContainer_1rjym_1,#html-blog-content .table-container{overflow-x:auto;margin:12px 0;-webkit-overflow-scrolling:touch}#html-blog-content ._tableContainer_1rjym_1::-webkit-scrollbar,#html-blog-content .table-container::-webkit-scrollbar{height:8px}#html-blog-content ._tableContainer_1rjym_1::-webkit-scrollbar-track,#html-blog-content .table-container::-webkit-scrollbar-track{background:#f3f4f6}#html-blog-content ._tableContainer_1rjym_1::-webkit-scrollbar-thumb,#html-blog-content .table-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}#html-blog-content img{max-width:100%;height:auto;border-radius:var(--blog-radius);display:block;margin:16px 0}#html-blog-content .carousel-wrap{margin-top:14px;position:relative}#html-blog-content .carousel{display:flex;gap:14px;overflow-x:auto;padding:12px 6px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}#html-blog-content .carousel::-webkit-scrollbar{height:10px}#html-blog-content .carousel::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:8px}#html-blog-content .carousel::-webkit-scrollbar-track{background:#f3f4f6}#html-blog-content .product{min-width:180px;max-width:220px;background:var(--blog-card);border-radius:12px;border:1px solid var(--blog-border);box-shadow:0 6px 16px rgba(16,24,40,.04);display:flex;flex-direction:column;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;position:relative}#html-blog-content .product:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(16,24,40,.08)}#html-blog-content .product .img{height:150px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fafafa,#f3f4f6);padding:10px}#html-blog-content .product img{max-height:130px;max-width:100%;object-fit:contain;margin:0}#html-blog-content .product .body{padding:10px 12px;flex:1;display:flex;flex-direction:column;gap:8px}#html-blog-content .product h4{font-size:13px;line-height:1.35;margin:0;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#111;font-weight:500}#html-blog-content .product .price-row{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:6px}#html-blog-content .product .price{font-weight:700;font-size:15px;color:#111}#html-blog-content .card-actions{position:absolute;left:10px;top:8px;display:flex;flex-direction:column;gap:6px;z-index:1}#html-blog-content .small-btn{width:36px;height:36px;border-radius:8px;background:rgba(0,0,0,.04);display:flex;align-items:center;justify-content:center;border:0;cursor:pointer;font-size:16px;transition:background .2s ease}#html-blog-content .small-btn:hover{background:rgba(0,0,0,.08)}#html-blog-content .carousel-arrow{position:absolute;top:44%;transform:translateY(-50%);background:var(--blog-card);border:1px solid var(--blog-border);width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;color:#111;transition:all .2s ease;z-index:2}#html-blog-content .carousel-arrow:hover{background:#f9fafb;box-shadow:0 4px 12px rgba(16,24,40,.1)}#html-blog-content .carousel-arrow.left{right:100%;margin-right:10px}#html-blog-content .carousel-arrow.right{left:100%;margin-left:10px}@media (max-width:900px){#html-blog-content .carousel-arrow{display:none}}@media (max-width:640px){#html-blog-content,#html-blog-content p{font-size:14px}#html-blog-content .lead,#html-blog-content>p:first-of-type{font-size:16px}#html-blog-content h2{font-size:18px;margin:24px 0 12px}#html-blog-content h3{font-size:16px;margin:16px 0 8px}#html-blog-content blockquote{padding:10px 12px;font-size:14px}#html-blog-content table td,#html-blog-content table th{padding:8px;font-size:13px}#html-blog-content .product{min-width:160px;max-width:200px}#html-blog-content .product .img{height:130px}#html-blog-content .product img{max-height:110px}#html-blog-content .product h4{font-size:12px}#html-blog-content .product .price{font-size:14px}}#html-blog-content :focus-visible{outline:2px solid var(--blog-accent);outline-offset:2px}@media print{#html-blog-content .card-actions,#html-blog-content .carousel-arrow,#html-blog-content .small-btn{display:none!important}#html-blog-content .carousel{overflow:visible;flex-wrap:wrap}}