@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;600;700;800&display=swap");:root{--background:#f0ece4;--foreground:#1a2430;--surface:#fffcf8;--border:#e2ddd4;--muted:#5c6570;--accent-gold:#9a7234;--accent-navy:#1a3348;--header-height:112px;--site-sticky-height:6.75rem}@media (prefers-color-scheme:dark){:root{--background:#f0ece4;--foreground:#1a2430;--surface:#fffcf8;--border:#e2ddd4;--muted:#5c6570}}html{text-size-adjust:100%;color-scheme:light}body,html{max-width:100vw;overflow-x:hidden;direction:rtl}body{color:var(--foreground);background:var(--background);font-family:Vazirmatn,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.page-container{max-width:1400px;margin:0 auto;padding:0}.page-content{flex:1 1;display:flex;flex-direction:column;gap:0;padding:0 0 1rem;width:100%;min-width:0}.weekly-poll{margin:0;padding:.65rem .7rem;width:100%;max-width:none;background:var(--surface);border:1px solid var(--border);border-radius:10px;display:block;direction:rtl}.weekly-poll-row{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;justify-content:flex-start;gap:.55rem;min-width:0;width:100%;max-width:100%;direction:rtl}.weekly-poll-question{margin:0;flex:0 0 auto;min-width:0;max-width:none;font-size:.8rem;font-weight:700;line-height:1.55;color:var(--foreground);text-align:right;white-space:normal;overflow:visible;text-overflow:unset}.weekly-poll-actions{display:flex;flex:0 0 auto;flex-direction:row;align-items:center;justify-content:stretch;gap:.35rem;direction:rtl;width:100%}.weekly-poll-btn{border:1px solid var(--border);border-radius:8px;background:#fff;padding:.4rem .45rem;font-family:inherit;font-size:.8rem;font-weight:700;cursor:pointer;min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;white-space:nowrap;flex:1 1;transition:background .15s ease,border-color .15s ease}.weekly-poll-btn:disabled{opacity:.7;cursor:default}.weekly-poll-btn--bearish{color:#dc3545}.weekly-poll-btn--bullish{color:#28a745}.weekly-poll-btn--neutral{color:#6b7280}.weekly-poll-btn.is-active,.weekly-poll-btn:hover:not(:disabled){border-color:currentColor;background:#f8fafc}.weekly-poll-btn-pct{font-size:.72rem;font-weight:600;opacity:.85}.weekly-poll-status{font-size:.78rem}.weekly-poll-status,.weekly-poll-total{margin:0;color:var(--muted);text-align:right}.weekly-poll-total{flex:0 0 auto;font-size:.75rem}.weekly-poll-error{margin:.35rem 0 0;text-align:right;font-size:.78rem;color:#dc3545}.weekly-poll-closed{margin:0;color:#6b7280;font-size:.75rem;font-weight:600;text-align:center}.weekly-poll-schedule-note{margin:.45rem 0 0;padding:0 .15rem;color:#8a9099;font-size:.64rem;line-height:1.5;text-align:center}@media (max-width:900px){.weekly-poll{width:100%}.weekly-poll-question{text-align:right}.weekly-poll-actions{justify-content:stretch}.weekly-poll-error,.weekly-poll-total{text-align:right}}@media (max-width:480px){.weekly-poll{padding:.55rem .6rem}.weekly-poll-question{font-size:.78rem}.weekly-poll-btn{font-size:.76rem;padding:.35rem}}.analysis-snapshot-link{display:flex;flex:1 1;width:100%;min-width:0;height:100%;text-decoration:none;color:inherit}.analysis-snapshot-link--static{pointer-events:none}.analysis-snapshot{display:flex;flex-direction:column;flex:1 1;min-height:0;background:#f8fafc;border:1px solid var(--border);border-radius:6px;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.analysis-snapshot-link:hover .analysis-snapshot{border-color:#93c5fd;box-shadow:0 2px 8px rgba(29,78,216,.12)}.analysis-snapshot-head{display:flex;align-items:center;justify-content:space-between;gap:.35rem;padding:.45rem .55rem;background:#eef2ff;border-bottom:1px solid #dbeafe}.analysis-snapshot-title{margin:0;font-size:.78rem;font-weight:800;color:#1d4ed8;white-space:nowrap}.analysis-snapshot-time{font-size:.65rem;color:var(--muted);white-space:nowrap}.analysis-snapshot-thumb{position:relative;width:100%;flex:0 0 88px;height:88px;max-height:88px;background:#f1f5f9;overflow:hidden}.analysis-snapshot-image{width:100%;height:100%;display:block;object-fit:fill;object-position:center center;background:#f1f5f9}.analysis-snapshot-body{flex:1 1;display:flex;flex-direction:column;gap:.25rem;padding:.45rem .55rem .5rem;min-height:0}.analysis-snapshot-tags{display:flex;flex-wrap:wrap;gap:.25rem}.analysis-snapshot-subtitle{margin:0;font-size:.72rem;font-weight:700;color:var(--foreground);line-height:1.35;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.analysis-snapshot-poll{margin-top:.55rem;padding-top:.5rem;border-top:1px dashed #e2e5ea;display:flex;flex-direction:column;gap:.2rem}.analysis-snapshot-poll-title{font-size:.62rem;font-weight:700;color:#6b7280}.analysis-snapshot-poll-question{font-size:.67rem;color:#374151;line-height:1.45;-webkit-line-clamp:1}.analysis-snapshot-excerpt,.analysis-snapshot-poll-question{margin:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.analysis-snapshot-excerpt{font-size:.68rem;line-height:1.5;color:#555;-webkit-line-clamp:3}.analysis-snapshot-foot{display:flex;align-items:center;justify-content:space-between;gap:.35rem;margin-top:auto;padding-top:.2rem;font-size:.62rem;color:var(--muted)}.analysis-snapshot-cta{display:block;margin-top:auto;padding-top:.35rem;text-align:center;color:#1d4ed8;font-weight:700;font-size:.72rem}.analysis-page{padding-bottom:2rem}.analysis-page-nav{padding:.75rem .85rem;background:var(--surface);border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center}.analysis-back-link{color:#1d4ed8;font-size:.88rem;font-weight:600;text-decoration:none}.analysis-back-link--secondary{color:var(--muted);font-weight:500}.analysis-back-link:hover{text-decoration:underline}.analysis-page .analysis-card{border:none;border-radius:0}.analysis-page .analysis-title{font-size:1.15rem;padding:.75rem .85rem 0}.analysis-page .analysis-comments-title{font-size:1rem}.page-header{background:#ffffff;border-bottom:1px solid var(--border)}.page-header-inner{max-width:1200px;margin:0 auto;padding:.85rem 1rem;display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem}.page-header-brand{display:inline-flex;align-items:center;gap:.45rem;text-decoration:none;font-weight:800;font-size:1.15rem;letter-spacing:-.02em;color:#111827}.page-header-brand-name{color:#b8860b}.page-header-brand-tld{color:#374151}.page-header-subtitle{margin:0;font-size:.9rem;font-weight:600;color:#6b7280}.gold-education-page{padding-bottom:2rem}.gold-education-loading{padding:2.5rem 1rem;text-align:center;color:#6b7280;font-size:.95rem}.gold-education-page-nav{padding:.75rem .85rem;background:var(--surface);border-bottom:1px solid var(--border)}.gold-education-back-link{color:#1d4ed8;font-size:.88rem;font-weight:600;text-decoration:none}.gold-education-back-link:hover{text-decoration:underline}.gold-education-article{max-width:980px;margin:0 auto;padding:1rem 1rem 2.2rem;font-family:Vazirmatn,Arial,sans-serif;direction:rtl}.gold-education-intro h1{margin:0 0 .65rem;font-size:1.5rem;font-weight:800;color:var(--accent-gold);line-height:1.45}.gold-education-intro>p{margin:0 0 1rem;color:#4b5563;font-size:.98rem;line-height:1.75}.gold-education-toc{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:.65rem .85rem;margin-bottom:1.25rem}.gold-education-toc-label{display:block;font-size:.84rem;font-weight:700;color:#6b7280;margin-bottom:.35rem}.gold-education-toc ul{margin:0;padding:0 1.1rem 0 0;list-style:disc}.gold-education-toc li{margin:.2rem 0;font-size:.9rem;line-height:1.55}.gold-education-toc a{color:#1d4ed8;text-decoration:none}.gold-education-toc a:hover{text-decoration:underline}.gold-education-section{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.2rem 1.25rem 1.3rem;margin-bottom:1rem;scroll-margin-top:72px}.gold-education-section h2{margin:0 0 .65rem;font-size:1.15rem;font-weight:800;color:#1f2937;line-height:1.45}.gold-education-section-body p{margin:0 0 .65rem;font-size:.96rem;line-height:1.8;color:#374151}.gold-education-section-body p:last-child{margin-bottom:0}.gold-education-section-body ol,.gold-education-section-body ul{margin:0 0 .65rem;padding-right:1.25rem;font-size:.96rem;line-height:1.8;color:#374151}.gold-education-section-body li{margin-bottom:.35rem}.gold-education-section-body a{color:#1d4ed8;font-weight:600;text-decoration:none}.gold-education-section-body a:hover{text-decoration:underline}.gold-education-section-body h3{margin:1rem 0 .45rem;font-size:1rem;font-weight:700;color:#166534}.gold-education-formula{display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline;justify-content:flex-start;gap:0;margin:.35rem 0;padding:.75rem .95rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;font-family:Vazirmatn,Arial,Helvetica,sans-serif;font-size:.95rem;font-weight:600;line-height:1.85;color:#1f2937;direction:ltr;text-align:left;overflow-x:auto;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gold-education-formula-fa{display:inline;direction:rtl;unicode-bidi:-webkit-isolate;unicode-bidi:isolate}.gold-education-formula-inline{display:inline-flex;flex-direction:row;flex-wrap:wrap;align-items:baseline;direction:ltr;font-family:Vazirmatn,Arial,Helvetica,sans-serif;font-weight:600}.gold-education-tip{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:.65rem .75rem!important;color:#92400e!important;font-size:.92rem!important}.gold-education-disclaimer{font-size:.88rem!important;color:#6b7280!important;border-top:1px dashed var(--border);padding-top:.65rem!important;margin-top:.35rem!important}@media (min-width:769px){.gold-education-article{max-width:1040px;padding:1.4rem 1.25rem 2.7rem}.gold-education-intro h1{font-size:1.75rem}.gold-education-intro>p{font-size:1.02rem}.gold-education-section h2{font-size:1.22rem}.gold-education-section-body ol,.gold-education-section-body p,.gold-education-section-body ul{font-size:1rem}}.charts-page{--charts-tabs-offset:0rem;display:flex;flex-direction:column;height:calc(100dvh - var(--site-sticky-height));max-height:calc(100dvh - var(--site-sticky-height));overflow:hidden;padding-bottom:0}.charts-page-nav{flex-shrink:0;padding:.45rem .85rem;background:var(--surface);border-bottom:1px solid var(--border)}.charts-back-link{color:#1d4ed8;font-size:.82rem;font-weight:600;text-decoration:none}.charts-back-link:hover{text-decoration:underline}.charts-workspace{direction:rtl;font-family:Vazirmatn,Arial,sans-serif;background:#fff}.charts-workspace,.charts-workspace-main{display:flex;flex:1 1;min-height:0;height:100%;overflow:hidden}.charts-workspace-main{min-width:0;flex-direction:column;position:relative}.charts-workspace-topbar{display:flex;flex-direction:column;gap:.55rem;padding:.65rem;border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0;z-index:4}.charts-topbar-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;min-width:0}.charts-view-toggle{display:inline-flex;align-items:center;border:1px solid #d1d5db;border-radius:8px;overflow:hidden;flex-shrink:0}.charts-view-toggle-btn{border:none;background:#fff;color:#374151;padding:.42rem .65rem;font-family:inherit;font-size:.78rem;font-weight:700;cursor:pointer}.charts-view-toggle-btn--active{background:#f0fdf4;color:#15803d}.charts-ratio-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem .75rem;direction:rtl}.charts-ratio-field{display:inline-flex;align-items:center;gap:.35rem;color:#374151;font-size:.78rem;font-weight:600}.charts-ratio-field select{min-width:140px;border:1px solid #d1d5db;border-radius:8px;padding:.38rem .55rem;font-family:inherit;font-size:.78rem;background:#f9fafb;color:#111827}.charts-ratio-field select:focus{outline:none;border-color:#22c55e;background:#fff}.charts-ratio-divider{color:#6b7280;font-size:.95rem;font-weight:700}.charts-ratio-caption{color:#6b7280;font-size:.74rem;font-weight:600}.charts-symbol-search-bar{position:relative;flex:1 1;min-width:0;max-width:420px}.charts-symbol-search{display:block;margin:0;padding:0}.charts-symbol-search input{width:100%;box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;padding:.48rem .65rem;font-family:inherit;font-size:.82rem;background:#f9fafb;color:#111827}.charts-symbol-search input:focus{outline:none;border-color:#22c55e;background:#ffffff;box-shadow:0 0 0 2px rgba(34,197,94,.15)}.charts-symbol-search-dropdown{position:absolute;top:calc(100% + .35rem);right:0;left:0;max-height:min(420px,55vh);overflow-y:auto;background:#ffffff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 30px rgba(17,24,39,.12);z-index:20}.charts-search-group-label{padding:.45rem .75rem .25rem;font-size:.72rem;font-weight:700;color:#6b7280;background:#f9fafb;border-bottom:1px solid #f3f4f6}.charts-search-option{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;border:none;border-bottom:1px solid #f3f4f6;background:#ffffff;padding:.55rem .75rem;cursor:pointer;text-align:right;font-family:inherit}.charts-search-option:hover{background:#f9fafb}.charts-search-option--active{background:#f0fdf4}.charts-search-option-title{font-size:.84rem;font-weight:600;color:#111827;direction:rtl}.charts-search-option-meta{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0}.charts-publish-btn{display:inline-flex;align-items:center;gap:.35rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827;padding:.4rem .7rem;font-family:Vazirmatn,Arial,sans-serif;font-size:.82rem;font-weight:700;cursor:pointer;box-shadow:0 1px 4px rgba(0,0,0,.08)}.charts-publish-btn:hover{border-color:#b8860b;color:#9a7209}.charts-workspace-chart{flex:1 1;min-height:0;height:100%;width:100%;position:relative;overflow:hidden}.charts-candlestick-host,.charts-tv-mount{position:absolute;inset:0;width:100%;height:100%}.charts-candlestick-host{min-height:0}.charts-workspace-error{position:absolute;top:.75rem;left:.75rem;right:.75rem;z-index:2;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:8px;padding:.65rem .85rem;font-size:.88rem}.charts-workspace-sidebar{width:320px;flex-shrink:0;height:100%;max-height:100%;border-left:1px solid #e5e7eb;background:#ffffff;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;color:#111827}.charts-sidebar-title-row{display:flex;align-items:center;gap:.35rem;padding:.65rem .85rem .35rem;background:#ffffff;flex-shrink:0}.charts-sidebar-title{font-size:.82rem;font-weight:800;color:#111827}.charts-watchlist-add{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border:1px solid #d1d5db;border-radius:6px;background:#ffffff;color:#374151;font-size:1rem;font-weight:700;line-height:1;cursor:pointer;padding:0}.charts-watchlist-add:hover{border-color:#22c55e;color:#16a34a;background:#f0fdf4}.charts-watch-row-wrap{display:flex;align-items:stretch;border-bottom:1px solid #f3f4f6}.charts-watch-row-wrap--active{background:#f0fdf4}.charts-watch-row-wrap .charts-watch-row{flex:1 1;min-width:0;border-bottom:none}.charts-watch-remove{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2rem;border:none;background:transparent;color:#9ca3af;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .15s ease,color .15s ease,background .15s ease}.charts-watch-row-wrap:focus-within .charts-watch-remove,.charts-watch-row-wrap:hover .charts-watch-remove{opacity:1;pointer-events:auto}.charts-watch-remove:hover{color:#dc2626;background:#fef2f2}.charts-watch-section{flex:0 0 auto;min-height:0;display:flex;flex-direction:column;overflow:visible}.charts-watch-section:last-child{padding-bottom:.5rem}.charts-watch-group-label{margin:0;padding:.45rem .85rem .25rem;letter-spacing:.02em;border-bottom:1px solid #f3f4f6}.charts-watch-group-label,.charts-watch-head{flex-shrink:0;font-size:.72rem;font-weight:700;color:#6b7280;background:#ffffff}.charts-watch-head{position:-webkit-sticky;position:sticky;top:0;z-index:2;display:grid;grid-template-columns:72px minmax(72px,1fr) minmax(96px,1.35fr);grid-gap:.35rem;gap:.35rem;align-items:center;padding:.45rem .85rem;border-bottom:1px solid #e5e7eb;direction:ltr;text-align:left}.charts-watch-head span:last-child{text-align:right}.charts-watch-list{flex:0 0 auto;overflow:visible}.charts-watch-row{display:grid;grid-template-columns:72px minmax(72px,1fr) minmax(96px,1.35fr);grid-gap:.35rem;gap:.35rem;align-items:center;width:100%;padding:.42rem .85rem;border:none;border-bottom:1px solid #f3f4f6;background:#ffffff;font-family:inherit;font-size:.78rem;direction:ltr;text-align:left;cursor:pointer;transition:background .12s}.charts-watch-row:hover{background:#f9fafb}.charts-watch-row--active{background:#f0fdf4;box-shadow:inset 0 -2px 0 #22c55e}.charts-watch-symbol{direction:rtl;text-align:right}.charts-watch-last,.charts-watch-symbol{font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.charts-watch-last{direction:ltr;text-align:left;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.charts-watch-last-main{color:#111827}.charts-watch-last-tick--pos{color:#16a34a}.charts-watch-last-tick--neg{color:#dc2626}.charts-watch-last-tick--flat{color:#111827}.charts-watch-change{direction:ltr;text-align:left;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#6b7280;white-space:nowrap}.charts-watch-change--pos{color:#16a34a}.charts-watch-change--neg{color:#dc2626}.charts-watch-change--flat{color:#6b7280}.charts-watch-loading{padding:.75rem .85rem;color:#6b7280;font-size:.85rem}.charts-watch-error{padding:.75rem .85rem;color:#b91c1c;font-size:.85rem;line-height:1.6}.charts-fallback-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;min-height:0;color:#6b7280;font-size:.9rem}.charts-tv-booting{z-index:3;pointer-events:none;background:rgba(255,255,255,.72)}@media (max-width:900px){.charts-page{height:calc(100dvh - var(--site-sticky-height));max-height:calc(100dvh - var(--site-sticky-height))}.charts-workspace{flex-direction:column}.charts-workspace-sidebar{width:100%;height:42%;max-height:280px;flex:0 0 auto;border-left:none;border-bottom:1px solid #e5e7eb;order:-1}.charts-workspace-main{flex:1 1;min-height:0}.charts-workspace-chart{min-height:0}}.history-page{padding-bottom:2rem}.history-page-nav{padding:.75rem .85rem;background:var(--surface);border-bottom:1px solid var(--border)}.history-card{background:var(--surface);font-family:Vazirmatn,Arial,sans-serif}.history-header{padding:1rem .85rem .5rem;border-bottom:1px solid var(--border)}.history-title{font-size:1.15rem;font-weight:800;color:var(--accent-gold)}.history-subtitle{margin-top:.35rem;font-size:.88rem;color:var(--muted);line-height:1.55}.history-error,.history-status{padding:1rem .85rem;font-size:.9rem}.history-error{color:#dc3545}.history-overview{padding:.85rem;border-bottom:1px solid var(--border);gap:.85rem}.history-overview,.history-stat{display:flex;flex-direction:column}.history-stat{gap:.25rem}.history-stat-label{font-size:.78rem;font-weight:600;color:var(--muted)}.history-stat-value{font-size:.88rem;color:#333;word-break:break-all}.history-stat-value--mono{font-family:Consolas,Courier New,monospace;direction:ltr;text-align:left}.history-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.65rem;gap:.65rem}.history-stat-card{display:flex;flex-direction:column;gap:.2rem;padding:.65rem .75rem;border:1px solid var(--border);border-radius:8px;background:#f8fafc}.history-stat-card strong{font-size:1.1rem;color:#1f2937}.history-stat-meta{font-size:.78rem;color:var(--muted)}.history-source-summary{display:flex;flex-direction:column;gap:.45rem}.history-source-chips{display:flex;flex-wrap:wrap;gap:.45rem}.history-source-chip{border:1px solid var(--border);background:#fff;border-radius:999px;padding:.35rem .75rem;font-size:.8rem;cursor:pointer;font-family:inherit}.history-source-chip--active{border-color:#1d4ed8;background:#eff6ff;color:#1d4ed8}.history-controls{padding:.85rem;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem}.history-tabs{display:flex;flex-wrap:wrap;gap:.45rem}.history-tab{border:1px solid var(--border);background:#f5f7fa;border-radius:8px;padding:.45rem .75rem;font-size:.85rem;font-weight:600;cursor:pointer;font-family:inherit}.history-tab--active{background:#fff7e6;border-color:var(--accent-gold);color:#8b6914}.history-filters{display:flex;flex-wrap:wrap;gap:.65rem;align-items:flex-end}.history-filter{display:flex;flex-direction:column;gap:.25rem;font-size:.78rem;font-weight:600;color:var(--muted)}.history-filter select{min-width:8rem;padding:.45rem .55rem}.history-filter select,.history-refresh-btn{border:1px solid var(--border);border-radius:6px;font-family:inherit;font-size:.85rem;background:#fff}.history-refresh-btn{padding:.5rem .85rem;font-weight:600;cursor:pointer;min-height:2.2rem}.history-table-wrap{padding:.5rem .85rem 1rem}.history-table-meta{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.65rem;font-size:.82rem;color:var(--muted)}.history-pagination{display:flex;gap:.45rem}.history-pagination button{border:1px solid var(--border);background:#fff;border-radius:6px;padding:.35rem .75rem;font-family:inherit;font-size:.82rem;cursor:pointer}.history-pagination button:disabled{opacity:.45;cursor:not-allowed}.history-data-table{min-width:56rem}@media (max-width:900px){.history-stat-grid{grid-template-columns:1fr}}@media (min-width:768px){.history-page-nav{border-radius:8px 8px 0 0;margin-top:1rem}.history-card{border-radius:0 0 8px 8px;box-shadow:0 1px 4px rgba(0,0,0,.06)}}.table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-scroll-hint{display:none}.data-table{width:100%;border-collapse:collapse;min-width:36rem;font-family:Vazirmatn,Arial,sans-serif;background:var(--surface)}.data-table td,.data-table th{white-space:nowrap;padding:.65rem .5rem;border:1px solid var(--border)}.data-table thead tr{background:#faf6ef;color:var(--accent-navy)}.funds-table-footnote{margin:.5rem 0 0;padding:0 .65rem .25rem;font-size:.85rem;color:#666;line-height:1.55;font-family:Vazirmatn,Arial,sans-serif}.funds-table-expand{display:flex;justify-content:center;padding:.65rem 0 .15rem}.funds-table-expand__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #d4af37;background:#fffdf5;color:#8a6d1b;border-radius:6px;padding:.4rem 1rem;font:inherit;font-size:.9rem;cursor:pointer}.funds-table-expand__btn:hover{background:#faf3d9}.product-symbol-cell{display:inline-flex;align-items:center;gap:.4rem}.habab-value-with-chart{gap:.28rem;direction:ltr;unicode-bidi:-webkit-isolate;unicode-bidi:isolate}.habab-value-with-chart,.product-chart-link{display:inline-flex;align-items:center;justify-content:center}.product-chart-link{color:#6b7280;line-height:1;flex-shrink:0;border-radius:4px;padding:.15rem;transition:color .15s ease,background-color .15s ease}.product-chart-link:focus-visible,.product-chart-link:hover{color:#b8860b;background:rgba(184,134,11,.08);outline:none}.habab-history-btn{color:#9a7234;padding:.08rem}.product-chart-link-icon{display:block}.habab-history-overlay{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(15,23,42,.45)}.habab-history-modal{position:relative;width:min(720px,100%);background:#fff;border-radius:14px;padding:1.15rem 1.15rem 1.25rem;font-family:Vazirmatn,Arial,sans-serif;direction:rtl;box-shadow:0 16px 48px rgba(15,23,42,.22)}.habab-history-close{position:absolute;top:.5rem;left:.6rem;border:none;background:transparent;font-size:1.5rem;line-height:1;color:#6b7280;cursor:pointer}.habab-history-modal h2{margin:0 0 .2rem;font-size:1.15rem;font-weight:800;color:#111827}.habab-history-subtitle{margin:0 0 .85rem;color:#6b7280;font-size:.86rem}.habab-history-current{margin:.15rem 0 .75rem;font-size:.95rem;font-weight:800;color:#64748b}.habab-history-current--pos{color:#15803d}.habab-history-current--neg{color:#dc2626}.habab-history-chart{height:300px;border:1px solid #e5e7eb;border-radius:10px;background:#fafafa;padding:.5rem .35rem .25rem}.habab-history-status{display:flex;align-items:center;justify-content:center;height:100%;margin:0;color:#6b7280;font-size:.92rem}.habab-history-status--error{color:#b91c1c}.collapsible-section{margin-bottom:0;background:var(--surface);border-radius:0;box-shadow:none;border-bottom:1px solid var(--border);overflow:hidden;font-family:Vazirmatn,Arial,sans-serif}.collapsible-header{display:flex;align-items:center;gap:.5rem;padding:.7rem .85rem;background:linear-gradient(270deg,#faf6ef,#f5f0e8);-webkit-border-start:3px solid var(--accent-gold);border-inline-start:3px solid var(--accent-gold)}.collapsible-header--open{border-bottom:1px solid var(--border)}.collapsible-toggle{flex:1 1;display:flex;align-items:center;gap:.5rem;padding:0;border:none;background:transparent;cursor:pointer;text-align:right;font-family:inherit;min-height:44px;min-width:0}.collapsible-header--with-actions,.collapsible-toggle--with-actions{align-items:flex-start}.collapsible-chevron{font-size:.75rem;color:#666;transition:transform .2s ease;display:inline-block;flex-shrink:0;line-height:1.4;margin-top:.2rem}.collapsible-title-block{flex:1 1;min-width:0}.collapsible-title{display:block;font-size:1.1rem;font-weight:700;line-height:1.4;color:var(--accent-navy)}.collapsible-subtitle{display:block;margin-top:.2rem;font-size:.85rem;font-weight:400;color:var(--muted);line-height:1.45;word-break:break-word}.collapsible-actions{display:flex;align-items:flex-start;gap:.5rem;flex-shrink:0}.fund-index-header-link{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.2rem;padding:0;border:none;background:none;text-decoration:none;font-size:1.1rem;font-weight:700;line-height:1.4;max-width:100%;text-align:right}.fund-index-header-link:hover{text-decoration:underline;text-underline-offset:.15em}.fund-index-header-main{display:inline-flex;align-items:baseline;gap:.35rem;white-space:nowrap}.fund-index-header-label,.fund-index-header-value{font-weight:inherit;color:inherit}.fund-index-header-change-row{display:inline-flex;align-items:baseline;gap:.35rem;font-size:.85rem;font-weight:400;line-height:1.45;white-space:nowrap}.fund-index-header-change-label{color:var(--muted,#666);font-weight:400}.fund-index-header-change{font-weight:400}.collapsible-body{padding:.5rem}.market-value-sum{text-align:left;white-space:nowrap;font-size:.8rem}.summary-divider{align-self:stretch;width:1px;background:var(--border)}.funds-summary-bar{display:flex;flex-wrap:nowrap;align-items:stretch;gap:1.25rem;padding:.75rem .85rem;margin-bottom:.6rem;background:var(--surface);border:1px solid var(--border);border-radius:8px}.funds-summary-bar>.market-value-sum{flex:1 1;min-width:0}.site-header{width:100%;margin-bottom:0;background:var(--surface);border-bottom:1px solid var(--border);font-family:Vazirmatn,Arial,sans-serif;position:relative;overflow-x:hidden;overflow-y:visible}.site-header-sticky{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--surface);overflow:visible;display:flex;flex-direction:column}.site-header-topbar{border-bottom:1px solid var(--border);background:var(--surface)}.site-header-topbar-inner{max-width:1400px;margin:0 auto;padding:.9rem 1.2rem .55rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;direction:ltr}.site-header-topbar-start{display:flex;align-items:center;gap:.65rem;min-width:0;flex:1 1}.site-header-account{flex-shrink:0}.site-header-account-link{display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .85rem;border:1px solid rgba(181,134,11,.45);border-radius:10px;color:#8f6617;font-size:.78rem;font-weight:600;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.site-header-account-link:hover{background:#faf5e9;border-color:rgba(181,134,11,.65)}.site-header-account-icon{width:1rem;height:1rem;flex-shrink:0}.site-header-account-link--loading{min-width:4.5rem;justify-content:center;cursor:default}.site-header-account-session{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .35rem .28rem .55rem;border:1px solid rgba(181,134,11,.45);border-radius:10px;background:#fff}.site-header-account-user{display:inline-flex;align-items:center;gap:.35rem;color:#8f6617;font-size:.78rem;font-weight:600;white-space:nowrap;max-width:10rem;overflow:hidden;text-overflow:ellipsis}.site-header-account-logout{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;padding:0;border:none;border-radius:8px;background:transparent;color:#8f6617;cursor:pointer;flex-shrink:0;transition:background .15s ease,color .15s ease}.site-header-account-logout svg{width:1rem;height:1rem}.site-header-account-logout:hover{background:#faf5e9;color:#6b4e11}.site-header-search{position:relative;flex:1 1;width:auto;max-width:360px;min-width:min(100%,200px)}.site-header-search-icon{position:absolute;right:.85rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#9aa7bc;pointer-events:none}.site-header-search input{width:100%;box-sizing:border-box;border:1px solid #dde3ea;border-radius:11px;padding:.62rem 2.35rem .62rem 1rem;font-family:inherit;font-size:.78rem;color:#1f2937;background:#f8fafc;direction:rtl}.site-header-search input::placeholder{color:#9aa7bc}.site-header-search input:focus{outline:none;border-color:rgba(181,134,11,.55);background:#fff}.site-header-brand-wrap{flex-shrink:0;text-align:right;position:relative;z-index:2}.site-header-brand-link{display:block;color:inherit}.site-header-brand-row{display:flex;align-items:center;gap:.55rem;direction:rtl}.site-header-brand-text{min-width:0}.site-logo{flex-shrink:0;display:block;border-radius:9px}.site-header-title{margin:0;font-size:clamp(1.15rem,2.4vw,1.65rem);font-weight:800;line-height:1.15;white-space:nowrap}.site-header-title-brand{color:var(--accent-gold);text-shadow:none}.site-header-title-domain{color:var(--accent-navy);font-weight:700}.site-header-brand-tagline{margin:.15rem 0 0;font-size:.72rem;color:#626f81;font-weight:500;direction:rtl}.site-header-hero{position:relative;overflow:hidden;min-height:auto;background:linear-gradient(120deg,#faf6ef,#f3ece2 42%,#e9eef3)}.site-header-hero-content{position:relative;z-index:1;max-width:1400px;margin:0 auto}.site-header-price-cards{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;margin-top:.85rem;padding:0 1.2rem .85rem;direction:rtl}.header-price-card{display:flex;flex-direction:column;gap:.28rem;min-height:0;padding:.55rem .72rem .52rem;border:1px solid var(--border);border-top:2px solid var(--accent-gold);border-radius:12px;box-shadow:0 1px 4px rgba(26,51,72,.04);background:var(--surface);text-decoration:none;color:inherit;min-width:0;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.header-price-card--dollar{background:linear-gradient(160deg,#ecfdf5,#d1fae5);border-color:#16a34a rgba(22,163,74,.28) rgba(22,163,74,.28)}.header-price-card--gold{background:linear-gradient(160deg,#fff8eb,#fde6b3);border-color:#c5902d rgba(197,144,45,.32) rgba(197,144,45,.32)}.header-price-card--silver{background:linear-gradient(160deg,#f8fafc,#94a3b8);border-color:#475569 rgba(71,85,105,.35) rgba(71,85,105,.35)}.header-price-card--tool{background:linear-gradient(145deg,#1c1c1c,#050505);border-color:#d4af37 rgba(255,255,255,.1) rgba(255,255,255,.1);color:#f5f5f5}.header-price-card--dollar .header-price-card-title{color:#14532d}.header-price-card--gold .header-price-card-title{color:#92400e}.header-price-card--silver .header-price-card-title{color:#1e293b}.header-price-card--tool .header-price-card-title{color:#ffffff}.header-price-card--tool .header-price-card-tool-desc{color:rgba(255,255,255,.68)}.header-price-card--tool .header-price-card-tool-link{color:#d4af37}.header-price-card--tool:hover{border-color:rgba(212,175,55,.45);box-shadow:0 4px 16px rgba(0,0,0,.35)}.header-price-card--dollar:hover{border-color:rgba(22,163,74,.45)}.header-price-card--gold:hover{border-color:rgba(197,144,45,.45)}.header-price-card--silver:hover{border-color:rgba(71,85,105,.5)}.header-price-card:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(26,51,72,.08);border-color:rgba(154,114,52,.25)}.header-price-card--loading{align-items:center;justify-content:center;min-height:4.6rem;background:#faf6ef}.header-price-card-loading{font-size:.72rem;color:#64748b}.header-price-card-top{display:flex;align-items:center;gap:.42rem;min-width:0}.header-price-card-icon{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:6px;color:#fff;flex-shrink:0;font-size:.72rem;font-weight:700}.header-price-card-icon svg{width:.8rem;height:.8rem}.header-price-card-title{font-size:.68rem;font-weight:700;color:var(--accent-navy);line-height:1.3;text-align:right;flex:1 1;min-width:0}.header-price-card-price{font-size:clamp(.84rem,1.15vw,1rem);font-weight:800;color:var(--foreground);line-height:1.1;text-align:right;word-break:break-word;letter-spacing:-.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.header-price-card-meta{display:flex;align-items:center;justify-content:space-between;gap:.35rem;margin-top:auto}.header-price-card-unit{font-size:.62rem;color:var(--muted);line-height:1.3;white-space:nowrap}.header-price-card-change{font-size:.68rem;font-weight:700;white-space:nowrap;flex-shrink:0}.header-price-card-change--pos{color:#16a34a}.header-price-card-change--neg{color:#dc2626}.header-price-card-change--flat{color:#64748b}.header-price-card-tool-desc{display:block;margin:0;font-size:.62rem;line-height:1.4;color:var(--muted);text-align:right}.header-price-card-tool-link{font-size:.62rem;font-weight:700;color:var(--accent-gold);text-align:right;line-height:1.2}.header-price-card-icon--calculator{background:linear-gradient(135deg,#d4af37,#9a7234);color:#fff}.header-price-card-icon--calculator svg{width:.88rem;height:.88rem}.calculator-page-wrap{padding-top:1.25rem;padding-bottom:2.5rem}.calculator-page{max-width:760px;margin:0 auto;direction:rtl}.calculator-page-header h1{margin:0 0 .65rem;font-size:clamp(1.35rem,2.5vw,1.75rem);color:#111827}.calculator-page-header p{margin:0 0 1.25rem;color:#4b5563;line-height:1.7;font-size:.92rem}.calculator-page-header a{color:#b8860b;text-decoration:none}.calculator-page-header a:hover{text-decoration:underline}.calculator-tabs{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1rem}.calculator-tab{border:1px solid #e5e7eb;background:#fff;color:#374151;border-radius:999px;padding:.45rem .9rem;font-size:.82rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s ease,border-color .15s ease,color .15s ease}.calculator-tab:hover{border-color:#d4af37;color:#92400e}.calculator-tab--active{background:linear-gradient(135deg,#d4af37,#b8860b);border-color:#b8860b;color:#fff}.calculator-status{margin:0 0 1rem;color:#64748b;font-size:.85rem}.calculator-panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.1rem 1.15rem 1.2rem;box-shadow:0 4px 14px rgba(15,23,42,.05)}.calculator-panel h2{margin:0 0 .45rem;font-size:1.05rem;color:#111827}.calculator-panel-desc{margin:0 0 .5rem;color:#6b7280;font-size:.86rem;line-height:1.65}.calculator-formula-block{margin-bottom:1.15rem}.calculator-formula-list{margin:0;padding-right:1.25rem;color:#4b5563;font-size:.84rem;line-height:1.75}.calculator-formula-footnote{margin:.1rem 0 0;padding-right:1.25rem;font-size:.72rem;color:#6b7280;line-height:1.45}.calculator-price-per-gram{margin:.65rem 0 .85rem;font-size:.9rem;color:#111827;font-weight:600}.calculator-price-per-gram strong{color:#92400e;font-weight:800}.calculator-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.calculator-field{display:flex;flex-direction:column;gap:.35rem;font-size:.82rem;color:#374151}.calculator-field--full{margin-bottom:1rem}.calculator-field input,.calculator-field select{border:1px solid #d1d5db;border-radius:8px;padding:.55rem .65rem;font-size:.9rem;font-family:inherit;background:#fff;color:#111827}.calculator-field input:focus,.calculator-field select:focus{outline:2px solid rgba(212,175,55,.35);border-color:#d4af37}.calculator-results{display:flex;flex-direction:column;gap:.55rem;border-top:1px solid #f1f5f9;padding-top:.85rem}.calculator-result-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.88rem;color:#4b5563}.calculator-result-row strong{color:#111827;font-size:.95rem}.calculator-result-row--highlight{padding-top:.35rem;border-top:1px dashed #e5e7eb;font-weight:600}.calculator-result-row--highlight span{color:#111827}.calculator-value--pos{color:#16a34a}.calculator-value--neg{color:#dc2626}.calculator-panel-note{margin:.85rem 0 0;font-size:.82rem;color:#6b7280;line-height:1.6}.calculator-compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem;margin-top:.5rem}.calculator-compare-col{border:1px solid #e5e7eb;border-radius:10px;padding:.75rem .8rem;background:#fafafa}.calculator-compare-col h3{margin:0 0 .55rem;font-size:.88rem;color:#374151}.calculator-results--spread{margin-top:.85rem}.calculator-habab-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.calculator-habab-card{border:1px solid #e8ecf1;border-radius:10px;padding:.85rem .9rem;background:#fcfcfd}.calculator-habab-card h3{margin:0 0 .55rem;font-size:.92rem;color:#8b6914}.calculator-habab-card .calculator-results{margin-top:0}@media (max-width:560px){.calculator-compare-grid,.calculator-form-grid,.calculator-habab-grid{grid-template-columns:1fr}}.site-header-bg{position:absolute;top:0;right:0;bottom:28%;left:48%;pointer-events:none;opacity:.42}.site-header-bg img{object-fit:contain!important;object-position:right top!important}.site-header-bg-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(250,246,239,.96) 0,rgba(250,246,239,.82) 40%,rgba(250,246,239,.2) 68%,transparent)}.site-header-inner{position:relative;z-index:1;max-width:none;margin:0;display:flex;justify-content:center;align-items:center;direction:ltr;min-height:auto;padding:1.15rem 1.2rem .65rem}.site-header-text{max-width:min(820px,92%);direction:rtl;text-align:center;margin:0 auto}.site-header-kicker{margin:0;color:var(--accent-navy);font-size:clamp(1.38rem,2.5vw,1.92rem);line-height:1.42;font-weight:400;text-align:center}.site-header-kicker strong{color:var(--accent-gold);font-weight:700}.site-header-hero-title{margin:.14rem 0 0;color:#3d4a5c;font-size:clamp(.95rem,1.7vw,1.42rem);font-weight:400;line-height:1.4;text-align:center}.site-header-feature-list{list-style:none;margin:.55rem auto 0;padding:0;display:flex;justify-content:center;flex-wrap:wrap;gap:.55rem 1.35rem;font-size:.78rem;color:#4f5b6d}.site-header-feature-list li{display:inline-flex;align-items:center;gap:.35rem}.site-header-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;color:var(--accent-gold);flex-shrink:0}.site-header-feature-icon svg{width:100%;height:100%}.site-header-accent{position:relative;z-index:1;height:3px;background:linear-gradient(90deg,var(--accent-navy),var(--accent-gold),var(--accent-navy))}.bakhshi-sponsor-banner{width:100%;max-width:1400px;margin:.45rem auto 0;padding:0 1.2rem;box-sizing:border-box;background:none;border:none}.bakhshi-sponsor-banner-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;margin:0;padding:.55rem 1rem;box-sizing:border-box;color:#f5f0e6;text-decoration:none;direction:rtl;min-height:3.4rem;border-radius:12px;background:linear-gradient(125deg,rgba(226,192,106,.16),transparent 42%),linear-gradient(90deg,#16130e,#241c14 50%,#1a1712);border:1px solid rgba(192,140,53,.38)}.bakhshi-sponsor-banner-link:hover .bakhshi-sponsor-cta{background:#e2c06a;color:#1a1712}.bakhshi-sponsor-brand{display:flex;align-items:center;gap:.65rem;min-width:0}.bakhshi-sponsor-logo{width:40px;height:40px;object-fit:contain;border-radius:50%;background:#fff8ea;flex-shrink:0}.bakhshi-sponsor-names{display:flex;flex-direction:column;gap:.08rem;min-width:0}.bakhshi-sponsor-names strong{font-size:.98rem;font-weight:800;color:#f3e6c4;white-space:nowrap}.bakhshi-sponsor-names span{font-size:.72rem;color:rgba(245,240,230,.72);white-space:nowrap}.bakhshi-sponsor-meta{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:rgba(245,240,230,.82);white-space:nowrap}.bakhshi-sponsor-dot{color:#c08c35}.bakhshi-sponsor-cta{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0;padding:.38rem .75rem;border-radius:999px;background:#c08c35;color:#1a1712;font-size:.82rem;font-weight:800;white-space:nowrap}.bakhshi-sponsor-cta svg{width:14px;height:14px}@media (max-width:900px){.bakhshi-sponsor-meta,.bakhshi-sponsor-names span{display:none}.bakhshi-sponsor-banner-link{padding:.48rem .9rem}}.partners-page{padding:1.1rem .85rem 2rem}.partner-detail h1,.partners-hub-header h1{margin:0 0 .4rem;color:var(--accent-gold);font-size:clamp(1.25rem,2.6vw,1.7rem);font-weight:800}.partners-hub-header p{margin:0 0 1.15rem;max-width:46rem;color:var(--muted);line-height:1.75}.partners-card-grid{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:.85rem;gap:.85rem;padding:0;margin:0}.partners-card{display:flex;gap:.85rem;align-items:flex-start;padding:1rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;text-decoration:none;color:inherit;box-shadow:0 2px 10px rgba(26,51,72,.04);min-height:100%}.partners-card:hover{border-color:rgba(154,114,52,.45);box-shadow:0 6px 18px rgba(26,51,72,.08)}.partner-detail-logo,.partners-card-logo{width:64px;height:64px;object-fit:contain;border-radius:12px;background:#fff8ea;flex-shrink:0}.partners-card-body{min-width:0}.partners-card-category{display:inline-block;margin-bottom:.25rem;font-size:.72rem;font-weight:700;color:var(--accent-gold)}.partners-card-body strong{display:block;font-size:1.05rem;font-weight:800}.partners-card-body p{margin:.3rem 0 0;color:var(--muted);font-size:.88rem;line-height:1.6}.coin-dealers-page{padding:1.1rem .85rem 2rem}.coin-dealers-header h1{margin:0 0 .45rem;color:var(--accent-gold);font-size:clamp(1.2rem,2.5vw,1.65rem);font-weight:800}.coin-dealers-header p{margin:0 0 .65rem;max-width:48rem;color:var(--muted);line-height:1.75}.coin-dealers-disclaimer{padding:.75rem .9rem;background:rgba(154,114,52,.08);border:1px solid rgba(154,114,52,.22);border-radius:12px;font-size:.88rem}.coin-compare-tabs{display:flex;flex-wrap:wrap;gap:.4rem;margin:0 0 .85rem}.coin-compare-tab{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;padding:.38rem .8rem;font-size:.82rem;cursor:pointer}.coin-compare-tab.is-active{border-color:rgba(154,114,52,.55);background:rgba(154,114,52,.12);font-weight:700;color:var(--accent-navy)}.coin-compare-toolbar{justify-content:space-between;gap:.65rem 1rem;margin-bottom:.85rem}.coin-compare-sort,.coin-compare-toolbar{display:flex;flex-wrap:wrap;align-items:center}.coin-compare-sort{gap:.4rem}.coin-compare-sort-label{color:var(--muted);font-size:.84rem}.coin-compare-sort-btn{border:1px solid var(--border);background:var(--surface);border-radius:10px;padding:.35rem .7rem;font-size:.8rem;cursor:pointer}.coin-compare-sort-btn.is-active{border-color:rgba(29,78,216,.45);background:rgba(59,130,246,.1);color:#1d4ed8;font-weight:700}.coin-compare-intrinsic{margin:0;font-size:.84rem;color:var(--muted)}.coin-compare-intrinsic strong{color:var(--accent-navy)}.coin-compare-status{margin:.5rem 0 1rem;color:var(--muted);font-size:.88rem}.coin-compare-status--error{color:#dc3545}.coin-compare-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:0 2px 10px rgba(26,51,72,.04)}.coin-compare-table{width:100%;min-width:760px;border-collapse:collapse;font-size:.86rem}.coin-compare-caption{caption-side:top;text-align:start;padding:.75rem .9rem .35rem;color:var(--muted);font-size:.82rem}.coin-compare-table td,.coin-compare-table th{padding:.65rem .75rem;border-bottom:1px solid var(--border);vertical-align:middle}.coin-compare-table th{background:rgba(154,114,52,.07);color:var(--accent-navy);font-weight:700;white-space:nowrap}.coin-compare-table tbody tr:last-child td{border-bottom:none}.coin-compare-table tbody tr:hover{background:rgba(26,51,72,.02)}.coin-compare-rank{font-weight:800;color:var(--accent-gold);width:2.5rem}.coin-compare-seller{display:flex;align-items:center;gap:.55rem;min-width:11rem}.coin-compare-seller-avatar,.coin-compare-seller-logo{width:40px;height:40px;border-radius:10px;flex-shrink:0}.coin-compare-seller-logo{object-fit:contain;background:#fff8ea}.coin-compare-seller-avatar{display:inline-flex;align-items:center;justify-content:center;background:rgba(154,114,52,.15);color:var(--accent-navy);font-weight:800;font-size:.82rem}.coin-compare-seller-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.coin-compare-seller-text strong{font-size:.9rem}.coin-compare-seller-area{color:var(--muted);font-size:.75rem}.coin-compare-habab,.coin-compare-price{font-weight:700;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.coin-compare-habab--pos{color:#28a745}.coin-compare-habab--neg{color:#dc3545}.coin-compare-habab--flat{color:var(--muted)}.coin-compare-updated{color:var(--muted);white-space:nowrap;font-size:.8rem}.coin-compare-cta{display:inline-block;padding:.32rem .65rem;border-radius:999px;background:rgba(154,114,52,.14);color:var(--accent-navy);text-decoration:none;font-size:.78rem;font-weight:700;white-space:nowrap}.coin-compare-cta:hover{background:rgba(154,114,52,.24)}.coin-compare-cta-internal{display:inline-block;-webkit-margin-start:.35rem;margin-inline-start:.35rem;font-size:.74rem;color:#1d4ed8;text-decoration:none}.coin-compare-footnote{margin:.75rem 0 0;color:var(--muted);font-size:.8rem;line-height:1.6}.coin-dealer-link{color:#1d4ed8;text-decoration:none}.coin-dealer-link:hover{text-decoration:underline}.coin-dealer-link--internal{color:var(--accent-gold)}.coin-dealers-footer-note{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border);color:var(--muted);font-size:.88rem;line-height:1.65}.tgju-dealers-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:.75rem 1rem;margin-bottom:.65rem}.tgju-dealers-search{display:flex;flex-direction:column;gap:.3rem;min-width:min(100%,18rem);flex:1 1;color:var(--muted);font-size:.82rem}.tgju-dealers-search input{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:10px;padding:.5rem .75rem;font-size:.92rem}.tgju-dealers-excel{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:.5rem .9rem;background:rgba(154,114,52,.14);border:1px solid rgba(154,114,52,.35);color:var(--accent-navy);font-weight:700;font-size:.88rem;text-decoration:none}.tgju-dealers-excel:hover{background:rgba(154,114,52,.22)}.tgju-dealers-count{margin:0 0 .75rem;color:var(--muted);font-size:.86rem}.tgju-dealers-table{min-width:920px}.tgju-dealers-table td{vertical-align:top;line-height:1.65}.tgju-dealers-nowrap{white-space:nowrap}.partners-back{margin-bottom:.85rem}.partners-back a{color:#1d4ed8;font-size:.88rem;font-weight:600;text-decoration:none}.partners-back a:hover{text-decoration:underline}.partner-detail{max-width:720px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.25rem 1.15rem 1.4rem;box-shadow:0 8px 24px rgba(15,23,42,.04)}.partner-detail-header{display:flex;gap:.95rem;align-items:center;margin-bottom:1rem}.partner-detail-logo{width:88px;height:88px}.partner-detail-slogan,.partner-detail-summary,.partner-detail-tagline{margin:.2rem 0 0;color:var(--muted);line-height:1.7}.partner-detail-slogan{font-weight:600;color:#4a4436}.partner-detail-disclosure{margin:1rem 0;padding:.75rem .85rem;border-radius:10px;background:#faf6ef;border:1px solid rgba(154,114,52,.22);color:#5c5346;font-size:.86rem;line-height:1.7}.partner-detail-section{margin:1.1rem 0 0}.partner-detail-section h2{margin:0 0 .4rem;font-size:1rem;color:var(--accent-navy)}.partner-detail-section ul{margin:0;padding:0;list-style:none}.partner-detail-section li{margin:.28rem 0;line-height:1.6}.partner-detail-cta{display:inline-flex;margin-top:1.2rem;padding:.55rem 1rem;border-radius:999px;background:#c08c35;color:#1a1712;font-weight:800;text-decoration:none}.partner-detail-cta:hover{background:#e2c06a}.partner-detail--bakhshi{max-width:820px}.partner-detail-english{margin:.15rem 0 0;color:#8a7d68;font-size:.82rem;letter-spacing:.02em}.partner-detail-neighborhood{margin:0 0 .55rem;color:var(--muted);font-size:.9rem}.partner-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:.4rem 1.4rem;gap:.4rem 1.4rem}.partner-detail-service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.75rem;gap:.75rem}.partner-detail-service-card{padding:.85rem .95rem;border:1px solid var(--border);border-radius:12px;background:#fffdf8}.partner-detail-service-card h3{margin:0 0 .45rem;font-size:.92rem;color:var(--accent-gold)}.partner-detail-service-card ul{margin:0;padding:0;list-style:none}.partner-detail-service-card li{margin:.22rem 0;line-height:1.6}.partner-detail-cta-row{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.2rem}.partner-detail-cta-row .partner-detail-cta{margin-top:0}.partner-detail-cta--secondary{background:transparent;color:var(--accent-navy);border:1px solid rgba(154,114,52,.45)}.partner-detail-cta--secondary:hover{background:#f7f0e4}.site-header--compact .site-header-accent,.site-header--compact .site-header-hero{display:none}.section-tabs{gap:0;padding:.45rem .85rem .35rem;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:none}.section-tabs,.section-tabs-scroll{display:flex;flex-wrap:wrap;justify-content:center;overflow:visible}.section-tabs-scroll{gap:.25rem;width:100%}.section-tabs-scroll--menu-open{overflow:visible}.section-tab{flex:0 0 auto;text-align:center;white-space:nowrap;padding:.48rem .9rem;border:none;border-radius:8px;background:transparent;color:#3d4a5c;font-size:.84rem;font-weight:600;cursor:pointer;transition:color .15s ease,background .15s ease}.section-tab:hover{color:var(--accent-gold);background:rgba(154,114,52,.07)}.section-tab--active{color:var(--accent-navy);background:rgba(26,51,72,.07);box-shadow:inset 0 -2px 0 var(--accent-gold)}.section-tab--dropdown{display:inline-flex;align-items:center;gap:.2rem;font-family:inherit}.section-tab-group{position:relative}.section-tab-group-chevron{font-size:.72rem;line-height:1;transition:transform .15s ease}.section-tab-group-chevron.is-open{transform:rotate(180deg)}.section-tab-group-items{position:absolute;top:calc(100% + 2px);inset-inline-end:0;min-width:210px;background:#fff;border:1px solid #e8edf5;box-shadow:0 8px 24px rgba(0,0,0,.08);border-radius:8px;padding:.35rem;z-index:80;display:flex;flex-direction:column;gap:.1rem}.section-tab-group-items--fixed{position:fixed;z-index:100}.section-tab-group-items .section-tab{width:100%;text-align:right;padding:.45rem .65rem;border-radius:6px;font-size:.8rem}.section-tab-group-items .section-tab:hover{background:#faf5e9}.collapsible-section{scroll-margin-top:120px}@media (max-width:900px){.site-header-topbar-inner{direction:rtl;padding:.75rem 1rem .55rem}.site-header-topbar-inner,.site-header-topbar-start{flex-direction:column;align-items:stretch;gap:.65rem}.site-header-account{width:100%}.site-header-account-link{width:100%;justify-content:center}.site-header-account-session{width:100%;justify-content:space-between}.site-header-account-user{flex:1 1}.site-header-account-user,.site-header-search{max-width:none;min-width:0}.site-header-brand-wrap{text-align:center}.site-header-hero{min-height:auto}.site-header-inner{padding:.85rem 1rem .55rem}.site-header-price-cards{grid-template-columns:repeat(2,minmax(0,1fr));overflow-x:auto;scroll-snap-type:x proximity;margin-top:.75rem;padding-bottom:.85rem}.header-price-card{scroll-snap-align:start}.site-header-inner{justify-content:center}.site-header-text{max-width:100%;text-align:center}.site-header-feature-list{justify-content:center;gap:.45rem .85rem;font-size:.72rem}.site-header-bg{left:0;opacity:.28}.site-header-kicker{font-size:clamp(1.1rem,4.5vw,1.45rem)}.site-header-hero-title{font-size:clamp(.85rem,3.4vw,1.1rem)}}@media (max-width:640px){:root{--header-height:96px;--site-sticky-height:7.5rem}.charts-page{height:calc(100dvh - var(--site-sticky-height));max-height:calc(100dvh - var(--site-sticky-height))}.section-tabs{padding:.34rem .5rem;overflow:visible}.section-tabs-scroll{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start}.section-tabs-scroll--menu-open{overflow:visible}.section-tab{flex:0 0 auto;font-size:.75rem;padding:.45rem .7rem}}.home-layout{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;gap:.75rem;width:100%;box-sizing:border-box;direction:rtl;margin:.75rem 0 0;padding:0 .75rem}.home-sidebar{flex:0 0 320px;width:320px;max-width:320px;display:flex;flex-direction:column;gap:.65rem;min-width:0;direction:rtl}.home-sidebar-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(26,51,72,.04)}.home-sidebar-card--analysis{flex:0 0 auto;display:flex;flex-direction:column}.home-sidebar-card--analysis .analysis-snapshot-link,.home-sidebar-card--analysis .analysis-snapshot-link--static{width:100%;min-height:0}.home-sidebar-card--analysis .analysis-snapshot{background:transparent;border:none;border-radius:0}.home-sidebar-card--analysis .analysis-snapshot-head{padding:.55rem .7rem}.home-sidebar-card--analysis .analysis-snapshot-title{font-size:.88rem}.home-sidebar-card--analysis .analysis-snapshot-time{font-size:.72rem}.home-sidebar-card--analysis .analysis-snapshot-thumb{flex:0 0 168px;height:168px;max-height:168px}.home-sidebar-card--analysis .analysis-snapshot-image{object-fit:contain;background:#fff}.home-sidebar-card--analysis .analysis-snapshot-body{padding:.55rem .7rem .65rem;gap:.35rem}.home-sidebar-card--analysis .analysis-snapshot-subtitle{font-size:.8rem;-webkit-line-clamp:2}.home-sidebar-card--analysis .analysis-snapshot-excerpt{font-size:.76rem;line-height:1.6;-webkit-line-clamp:5}.home-sidebar-card--analysis .analysis-snapshot-foot{font-size:.68rem}.home-sidebar-card--analysis .analysis-snapshot-cta{font-size:.76rem;padding-top:.45rem}.home-sidebar-card--analysis .analysis-snapshot-placeholder-body{min-height:120px;font-size:.8rem}.home-sidebar-card--poll{flex:0 0 auto;padding:0}.home-sidebar-card--poll .weekly-poll{margin:0;width:100%;max-width:none;border:none;border-radius:0;background:transparent;padding:.65rem .7rem}.home-sidebar-card--calendar,.home-sidebar-card--news,.home-sidebar-card--news-analysis,.home-sidebar-card--returns{flex:0 0 auto}.news-analysis-feed{font-family:Vazirmatn,Arial,sans-serif}.news-analysis-feed-header{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;padding:.65rem .7rem;border-bottom:1px solid var(--border);background:linear-gradient(270deg,#faf6ef,#f5f0e8);-webkit-border-start:3px solid var(--accent-gold);border-inline-start:3px solid var(--accent-gold)}.news-analysis-feed-header h2{margin:0;color:var(--accent-navy);font-size:.92rem;font-weight:800}.news-analysis-feed-block{border-bottom:1px solid #edf0f3}.news-analysis-feed-block:last-child{border-bottom:0}.news-analysis-feed-block-title{margin:0;padding:.55rem .7rem .35rem;color:#334155;font-size:.78rem;font-weight:800}.news-analysis-feed-block--analysis .news-analysis-feed-block-title{color:#92400e}.news-analysis-feed-status--compact{padding-top:.35rem;padding-bottom:.35rem}.news-analysis-feed-block--analysis .news-analysis-feed-footer{margin-top:0;border-top:1px solid #edf0f3}.news-analysis-feed-legend{display:flex;align-items:center;justify-content:flex-start;gap:.85rem;padding:.48rem .7rem;border-bottom:1px solid #edf0f3;background:#fcfcfd;color:#64748b;font-size:.72rem;font-weight:600}.news-analysis-feed-legend-item{display:inline-flex;align-items:center;gap:.28rem}.feed-item-bullet{display:inline-block;flex:0 0 auto;width:.62rem;height:.62rem;margin-top:.32rem;line-height:0;font-size:0}.feed-item-bullet--news{border-radius:50%;background:#2563eb;box-shadow:0 0 0 1px rgba(37,99,235,.18)}.feed-item-bullet--analysis{width:.56rem;height:.56rem;margin-top:.36rem;border-radius:1px;background:#b45309;transform:rotate(45deg);box-shadow:0 0 0 1px rgba(180,83,9,.18)}.news-analysis-feed-status{margin:0;padding:.85rem .75rem;color:var(--muted);font-size:.82rem;text-align:center}.news-analysis-feed-list{list-style:none;margin:0;padding:0}.news-analysis-feed-item{border-bottom:1px solid #edf0f3}.news-analysis-feed-item:last-child{border-bottom:0}.news-analysis-feed-analysis-link,.news-analysis-feed-item a{display:block;width:100%;padding:.58rem .7rem;border:none;background:transparent;text-align:inherit;font:inherit;cursor:pointer;transition:background .15s ease;color:inherit;text-decoration:none}.news-analysis-feed-analysis-link:hover,.news-analysis-feed-item a:hover{background:#fffaf0}.news-analysis-feed-row .feed-item-bullet{flex:0 0 auto}.news-analysis-feed-row{display:flex;align-items:flex-start;gap:.55rem;direction:rtl}.news-analysis-feed-content{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.22rem}.news-analysis-feed-title{color:#20252b;font-size:.78rem;font-weight:600;line-height:1.55}.news-analysis-feed-meta{display:flex;flex-direction:row;align-items:baseline;justify-content:space-between;gap:.75rem;color:var(--muted);font-size:.67rem;direction:rtl}.news-analysis-feed-kind,.news-analysis-feed-source{flex:1 1;min-width:0}.news-analysis-feed-cta{color:#1d4ed8;font-size:.68rem;font-weight:700}.news-analysis-feed-analysis-link:hover .news-analysis-feed-cta{text-decoration:underline}.news-analysis-feed-meta-label{color:#94a3b8}.news-analysis-feed-time{flex:0 0 auto;white-space:nowrap}.news-analysis-feed-footer{margin-top:.85rem;padding-top:.75rem;border-top:1px solid rgba(148,163,184,.25)}.news-analysis-feed-archive-link{color:#1d4ed8;font-size:.82rem;font-weight:600;text-decoration:none}.news-analysis-feed-archive-link:hover{text-decoration:underline}.feed-editorial-archive-page{min-height:50vh}.feed-editorial-archive-header{padding:1rem .85rem .5rem}.feed-editorial-archive-header h1{margin:0 0 .35rem;font-size:1.35rem}.feed-editorial-archive-header p{margin:0;color:var(--muted);font-size:.9rem}.feed-editorial-archive-status{padding:1.5rem .85rem;color:var(--muted)}.feed-editorial-archive-list{list-style:none;margin:0;padding:0 .85rem 1.5rem}.feed-editorial-archive-item{border-bottom:1px solid rgba(148,163,184,.2)}.feed-editorial-archive-item:last-child{border-bottom:none}.feed-editorial-archive-link{display:flex;align-items:flex-start;gap:.55rem;padding:.85rem 0;color:inherit;text-decoration:none}.feed-editorial-archive-link:hover .feed-editorial-archive-title{color:#1d4ed8}.feed-editorial-archive-content{display:flex;flex-direction:column;gap:.25rem;min-width:0}.feed-editorial-archive-title{font-size:.92rem;font-weight:600;line-height:1.55}.feed-editorial-archive-date{font-size:.78rem;color:var(--muted)}.news-and-analysis-page-sections{padding-bottom:1.5rem}.news-and-analysis-page-section{padding:0 .85rem 1.5rem}.news-and-analysis-page-section-title{margin:0 0 .35rem;font-size:1.05rem}.news-and-analysis-page-section-intro{margin:0 0 .75rem;color:var(--muted);font-size:.88rem}.news-and-analysis-page-status{padding:.5rem .85rem 1rem;color:var(--muted)}.news-and-analysis-page-analysis-list,.news-and-analysis-page-news-list{list-style:none;margin:0;padding:0}.news-and-analysis-page-news-item{border-bottom:1px solid rgba(148,163,184,.2)}.news-and-analysis-page-news-item:last-child{border-bottom:none}.news-and-analysis-page-news-item a{display:flex;align-items:flex-start;gap:.55rem;padding:.75rem 0;color:inherit;text-decoration:none}.news-and-analysis-page-news-item a:hover .news-and-analysis-page-news-title{color:#1d4ed8}.news-and-analysis-page-news-content{display:flex;flex-direction:column;gap:.25rem;min-width:0}.news-and-analysis-page-news-title{font-size:.92rem;font-weight:600;line-height:1.55}.news-and-analysis-page-news-source{font-size:.78rem;color:var(--muted)}.admin-news-feed-settings{margin-bottom:1.25rem}.admin-news-feed-settings-grid{display:grid;grid-gap:1rem;gap:1rem}.admin-news-feed-toggle{display:flex;align-items:center;gap:.55rem;font-size:.92rem}.admin-news-feed-limit{display:grid;grid-gap:.35rem;gap:.35rem;max-width:12rem;font-size:.92rem}.admin-news-feed-limit-input{max-width:8rem}.admin-telegram-schedule{display:grid;grid-gap:1.25rem;gap:1.25rem}.admin-telegram-master{margin-bottom:0}.admin-telegram-meta,.admin-telegram-note{margin:.5rem 0 0;font-size:.88rem;color:var(--muted);line-height:1.6}.admin-telegram-mode-card{padding:1rem 1.1rem;border:1px solid rgba(148,163,184,.35);border-radius:.75rem;background:rgba(248,250,252,.65)}.admin-telegram-mode-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.admin-telegram-mode-header .admin-analysis-settings-title{margin:0}.admin-telegram-mode-grid{display:grid;grid-gap:.85rem;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));margin-top:.75rem}.admin-telegram-field{display:grid;grid-gap:.35rem;gap:.35rem;font-size:.92rem}.admin-telegram-number-input,.admin-telegram-time-input{max-width:11rem}.admin-telegram-skip-toggle{align-self:end}.admin-telegram-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.admin-panel-status{margin:0;padding:.65rem .85rem;border-radius:.5rem;background:rgba(59,130,246,.08);color:#1d4ed8;font-size:.92rem;line-height:1.55}.news-analysis-feed-body{color:#475569;font-size:.72rem;line-height:1.65;white-space:pre-wrap}.feed-editorial-page{min-height:50vh;text-size-adjust:100%}.feed-editorial-empty{padding:2rem .85rem;text-align:center;color:var(--muted)}.feed-editorial-detail{padding:1rem .85rem 2rem}.feed-editorial-detail-head{margin-bottom:1rem}.feed-editorial-detail-badge{display:inline-block;margin-bottom:.55rem;padding:.18rem .55rem;border-radius:999px;background:#fff7ed;color:#b45309;font-size:.72rem;font-weight:700}.feed-editorial-detail-title{margin:0 0 .45rem;line-height:1.55}.feed-editorial-detail-date{margin:0;color:var(--muted);font-size:.82rem}.feed-editorial-detail-image-wrap{margin:0 0 1rem;border-radius:.65rem;overflow:hidden;border:1px solid var(--border)}.feed-editorial-detail-body{color:#1e293b;font-size:.98rem;line-height:1.7;word-break:break-word}.feed-editorial-protected,.feed-editorial-protected *{-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.feed-editorial-protected img{-webkit-user-drag:none;user-drag:none}.feed-editorial-detail-body strong{font-weight:700;color:#0f172a}.admin-news-feed-editor{display:flex;flex-direction:column;gap:.35rem}.admin-news-feed-toolbar{margin:0}.admin-news-feed-textarea{min-height:10rem}.feed-editorial-copy-notice{margin:1.25rem 0 0;padding-top:.85rem;border-top:1px solid var(--border);color:var(--muted);font-size:.75rem;text-align:center}.feed-editorial-vpn-hint{margin:.85rem auto 0;max-width:28rem;padding:.65rem .85rem;border-radius:.55rem;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:.86rem;line-height:1.65;font-weight:600}.feed-editorial-empty-actions{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:1rem}.feed-editorial-retry-btn{border:1px solid #fdba74;background:#fff;color:#9a3412;border-radius:999px;padding:.45rem 1rem;font-size:.84rem;font-weight:700;cursor:pointer}.feed-editorial-retry-btn:hover{background:#ffedd5}@media (max-width:640px){.feed-editorial-detail{padding:.85rem .75rem 1.75rem}.feed-editorial-detail-title{font-size:1.12rem;line-height:1.7}.feed-editorial-detail-body{font-size:1rem;line-height:1.75;color:#0f172a}.feed-editorial-detail-image{width:100%;height:auto;display:block}}.news-analysis-feed-image{display:block;width:100%;max-height:4.5rem;object-fit:cover;border-radius:.45rem;border:1px solid #edf0f3}.news-analysis-feed-image--expanded{max-height:12rem}.admin-news-feed-item-image{display:block;width:100%;max-width:320px;max-height:180px;object-fit:cover;border-radius:.55rem;border:1px solid var(--border);margin-bottom:.65rem}.admin-news-feed-upload-preview{display:flex;flex-direction:column;gap:.55rem;margin-top:.45rem}.admin-news-feed-upload-preview img{display:block;width:100%;max-width:320px;max-height:180px;object-fit:cover;border-radius:.55rem;border:1px solid var(--border)}.admin-news-feed-upload-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;color:var(--muted);font-size:.78rem}.admin-panel-intro{margin:0 0 1rem;color:var(--muted);font-size:.88rem;line-height:1.7}.admin-news-feed-form{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.admin-news-feed-preview-section{display:grid;grid-gap:.75rem;gap:.75rem;padding:.85rem;border:1px solid #e2e8f0;border-radius:.75rem;background:#f8fafc}.admin-news-feed-preview-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.admin-news-feed-preview-head h3{margin:0;font-size:.92rem}.admin-news-feed-preview-card{padding:1rem;border:1px dashed #cbd5e1;border-radius:.65rem;background:#fff}.admin-news-feed-preview-empty{margin:0;padding:.75rem .25rem;color:var(--muted);font-size:.84rem;text-align:center}.admin-news-feed-preview-empty--inline{padding:.25rem 0;text-align:start}.admin-news-feed-list-section h3{margin:0 0 .85rem;font-size:1rem}.admin-news-feed-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.admin-news-feed-item{border:1px solid var(--border);border-radius:.65rem;padding:.85rem 1rem;background:#fff}.admin-news-feed-item-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.45rem}.admin-news-feed-badge{flex:0 0 auto;padding:.15rem .45rem;border-radius:999px;font-size:.72rem;font-weight:700}.admin-news-feed-badge.is-live{color:#166534;background:#dcfce7}.admin-news-feed-badge.is-hidden{color:#64748b;background:#f1f5f9}.admin-news-feed-item-body{margin:0 0 .65rem;color:#334155;font-size:.86rem;line-height:1.7}.admin-news-feed-item-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;color:var(--muted);font-size:.78rem}.admin-news-feed-item-meta-info{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem}.admin-news-feed-view-count{color:#475569;font-weight:600}.admin-news-feed-item-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.45rem}.admin-news-feed-delete-btn{flex-shrink:0;border:1px solid #f1c2c7;border-radius:8px;background:#fff5f5;color:#dc3545;padding:.45rem .9rem;font-family:inherit;font-size:.85rem;font-weight:700;cursor:pointer}.admin-news-feed-delete-btn:disabled{opacity:.55;cursor:not-allowed}.admin-news-feed-delete-btn:hover:not(:disabled){background:#ffe3e3}.admin-news-feed-list-section--hidden{margin-top:1.25rem}.gold-calendar{font-family:Vazirmatn,Arial,sans-serif}.gold-calendar-header{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;padding:.65rem .7rem;border-bottom:1px solid var(--border);background:#f8fafc}.gold-calendar-header h2{margin:0;color:#8b6914;font-size:.92rem;font-weight:800}.gold-calendar-header span{color:var(--muted);font-size:.68rem;white-space:nowrap}.gold-calendar-status{margin:0;padding:.85rem .75rem;color:var(--muted);font-size:.82rem;text-align:center}.gold-calendar-groups{display:flex;flex-direction:column}.gold-calendar-day{border-bottom:1px solid #edf0f3}.gold-calendar-day:last-child{border-bottom:none}.gold-calendar-day.is-today .gold-calendar-day-label{color:#8b6914;background:#fffbeb}.gold-calendar-day-label{padding:.45rem .7rem .35rem;color:#64748b;font-size:.72rem;font-weight:800;background:#fcfcfd}.gold-calendar-list{margin:0;padding:0;list-style:none}.gold-calendar-item{padding:.55rem .7rem .6rem;border-top:1px solid #f1f5f9}.gold-calendar-item:first-child{border-top:none}.gold-calendar-item-head{display:flex;align-items:center;justify-content:space-between;gap:.35rem;margin-bottom:.25rem}.gold-calendar-impact{display:inline-flex;align-items:center;padding:.08rem .35rem;border-radius:999px;font-size:.62rem;font-weight:800;line-height:1.35}.gold-calendar-impact--high{color:#991b1b;background:#fee2e2}.gold-calendar-impact--medium{color:#92400e;background:#fef3c7}.gold-calendar-time{color:#64748b;font-size:.68rem;font-weight:700;white-space:nowrap}.gold-calendar-title{margin:0;color:#1f2937;font-size:.78rem;font-weight:700;line-height:1.55}.gold-calendar-description{margin:.35rem 0 0;color:#64748b;font-size:.72rem;font-weight:500;line-height:1.65;white-space:pre-line}.gold-calendar-result{margin-top:.45rem;padding:.45rem .5rem;border-radius:8px;background:#ecfdf5;border:1px solid #a7f3d0}.gold-calendar-result-label{display:block;color:#047857;font-size:.64rem;font-weight:800}.gold-calendar-result-values{margin:.2rem 0 0;color:#065f46;font-size:.7rem;font-weight:700;line-height:1.55}.gold-calendar-region{display:inline-block;margin-top:.18rem;color:#94a3b8;font-size:.64rem;font-weight:600}.home-sidebar-card--analysts{flex:0 0 auto;padding:.65rem .7rem .75rem}.home-sidebar-card--analysts .monthly-analysts--sidebar{margin:0;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none}.home-sidebar-card--analysts .monthly-analysts-title{font-size:.88rem}.home-sidebar-card--analysts .monthly-analysts-subtitle{font-size:.72rem}.home-sidebar-card--analysts .monthly-analysts-list{gap:.45rem}.home-sidebar-card--analysts .monthly-analysts-item{grid-template-columns:auto 1fr;gap:.45rem;padding:.5rem .55rem}.home-sidebar-card--analysts .monthly-analysts-rank{width:1.55rem;height:1.55rem;font-size:.72rem}.home-sidebar-card--analysts .monthly-analysts-name-row strong{font-size:.8rem}.home-sidebar-card--analysts .monthly-analysts-stats{gap:.25rem .45rem;font-size:.66rem}.returns-compare{font-family:Vazirmatn,Arial,sans-serif}.returns-compare-header{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;padding:.65rem .7rem;border-bottom:1px solid var(--border);background:#f8fafc}.returns-compare-header h2{margin:0;color:#8b6914;font-size:.92rem;font-weight:800}.returns-compare-header span{color:var(--muted);font-size:.68rem;white-space:nowrap}.returns-compare-status{margin:0;padding:.85rem .75rem;color:var(--muted);font-size:.82rem;text-align:center}.returns-compare-table-wrap{overflow-x:auto}.returns-compare-table{width:100%;border-collapse:collapse;font-size:.78rem}.returns-compare-table td,.returns-compare-table th{padding:.42rem .45rem;border-bottom:1px solid #edf0f3;text-align:center;white-space:nowrap}.returns-compare-table thead th{color:#64748b;font-weight:700;background:#fcfcfd;font-size:.72rem}.returns-compare-sort{display:inline-flex;align-items:center;justify-content:center;gap:.1rem;margin:0;padding:0;border:none;background:none;color:inherit;font:inherit;font-weight:700;cursor:pointer;white-space:nowrap}.returns-compare-sort.is-active,.returns-compare-sort:hover{color:#8b6914}.returns-compare-table tbody th{text-align:right;font-weight:700;color:#1f2937;max-width:7.5rem;white-space:normal;line-height:1.35}.returns-compare-table tbody tr:last-child td,.returns-compare-table tbody tr:last-child th{border-bottom:none}.returns-compare-pct--pos{color:#16a34a;font-weight:700}.returns-compare-pct--neg{color:#dc2626;font-weight:700}.returns-compare-pct--flat{color:#64748b;font-weight:600}.returns-compare-attribution{margin:0;padding:.45rem .7rem;border-top:1px solid var(--border);color:#8a9099;font-size:.64rem;line-height:1.45;text-align:center}.returns-heatmap-status{margin:0;padding:1rem .75rem;color:var(--muted);font-size:.82rem;text-align:center}.returns-heatmap-scroll{overflow-x:auto;padding:.35rem .15rem .5rem}.returns-heatmap-table{width:100%;min-width:640px;border-collapse:separate;border-spacing:0;font-family:Vazirmatn,Arial,sans-serif;font-size:.72rem}.returns-heatmap-table thead th{padding:.45rem .35rem;color:#64748b;font-weight:700;text-align:center;white-space:nowrap;background:#fcfcfd;border-bottom:1px solid #edf0f3}.returns-heatmap-sticky-col{position:-webkit-sticky;position:sticky;right:0;z-index:1;min-width:7.5rem;max-width:9rem;padding:.45rem .55rem;text-align:right;font-weight:700;color:#1f2937;background:#fff;box-shadow:-4px 0 8px rgba(15,23,42,.04)}.returns-heatmap-group-row td{padding:.35rem .55rem .15rem;color:#8b6914;font-size:.68rem;font-weight:800;background:#faf8f3;border-top:1px solid #f0e7d4}.returns-heatmap-group-row--first td{border-top:none}.returns-heatmap-cell{min-width:3.1rem;padding:.42rem .3rem;text-align:center;border-bottom:1px solid #f1f5f9;font-weight:700;white-space:nowrap}.returns-heatmap-cell--flat{color:#64748b;background:#f8fafc}.returns-heatmap-cell--pos{color:#15803d}.returns-heatmap-cell--neg{color:#b91c1c}.returns-heatmap-cell--pos-1{background:rgba(22,163,74,.1)}.returns-heatmap-cell--pos-2{background:rgba(22,163,74,.18)}.returns-heatmap-cell--pos-3{background:rgba(22,163,74,.28)}.returns-heatmap-cell--pos-4{background:rgba(22,163,74,.38)}.returns-heatmap-cell--neg-1{background:rgba(220,38,38,.1)}.returns-heatmap-cell--neg-2{background:rgba(220,38,38,.18)}.returns-heatmap-cell--neg-3{background:rgba(220,38,38,.28)}.returns-heatmap-cell--neg-4{background:rgba(220,38,38,.38)}.returns-heatmap-legend{display:flex;justify-content:center;gap:.45rem;padding:.55rem .75rem .75rem}.returns-heatmap-legend-item{display:inline-flex;align-items:center;justify-content:center;min-width:3.5rem;padding:.2rem .45rem;border-radius:999px;font-size:.66rem;font-weight:700}.fund-heatmap-status{margin:0;padding:1rem .75rem;color:var(--muted);font-size:.82rem;text-align:center}.fund-heatmap-controls{display:flex;align-items:center;gap:.65rem;padding:.55rem .75rem .25rem}.fund-heatmap-date-label{color:#64748b;font-size:.78rem;font-weight:700}.fund-heatmap-date-select{min-width:9rem;padding:.35rem .55rem;border:1px solid var(--border);border-radius:8px;background:#fff;color:#1f2937;font-family:Vazirmatn,Arial,sans-serif;font-size:.82rem}.fund-heatmap-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem;padding:.35rem .75rem .75rem}.fund-live-heat-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .75rem;padding:.65rem .75rem .15rem;color:#64748b;font-size:.78rem;font-weight:600}.fund-live-heat-badge{display:inline-flex;align-items:center;padding:.12rem .45rem;border-radius:999px;background:#e2e8f0;color:#475569;font-size:.68rem;font-weight:700}.fund-live-heat-badge--warn{background:rgba(245,158,11,.18);color:#b45309}.fund-live-heat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(7.4rem,1fr));grid-gap:.45rem;gap:.45rem}.fund-live-heat-cell{display:grid;grid-gap:.18rem;gap:.18rem;min-height:4.6rem;padding:.55rem .5rem;border:1px solid rgba(148,163,184,.28);border-radius:10px;text-align:center}.fund-live-heat-cell--treemap{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;min-width:0;padding:.35rem .28rem;border-radius:6px;overflow:hidden;box-sizing:border-box}.fund-live-heat-cell--compact{padding:.12rem .1rem}.fund-live-heat-label-stack{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.06rem;max-width:100%;line-height:1.05}.fund-live-heat-cell--treemap .fund-live-heat-change,.fund-live-heat-cell--treemap .fund-live-heat-symbol,.fund-live-heat-cell--treemap .fund-live-heat-value{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fund-live-heat-symbol{color:#0f172a;font-size:.82rem;font-weight:800;line-height:1.2}.fund-live-heat-change{font-size:.92rem;font-weight:800;line-height:1.2}.fund-live-heat-change--pos{color:#15803d}.fund-live-heat-change--neg{color:#dc2626}.fund-live-heat-change--flat{color:#64748b}.fund-live-heat-value{color:#64748b;font-size:.66rem;font-weight:600;line-height:1.25}.fund-live-heat-cell--flat{background:#f1f5f9}.fund-live-heat-cell--pos-1{background:rgba(22,163,74,.08)}.fund-live-heat-cell--pos-2{background:rgba(22,163,74,.16)}.fund-live-heat-cell--pos-3{background:rgba(22,163,74,.24)}.fund-live-heat-cell--pos-4{background:rgba(22,163,74,.34)}.fund-live-heat-cell--neg-1{background:rgba(220,38,38,.08)}.fund-live-heat-cell--neg-2{background:rgba(220,38,38,.14)}.fund-live-heat-cell--neg-3{background:rgba(220,38,38,.22)}.fund-live-heat-cell--neg-4{background:rgba(220,38,38,.32)}.fund-live-heat-footnote{margin:0;padding:0 .75rem .85rem;color:#94a3b8;font-size:.68rem;text-align:center}.fund-market-map-charts{display:grid;grid-gap:1.25rem;gap:1.25rem;padding:.35rem .75rem .85rem;border-top:1px solid #e8ecf1}.fund-market-map-charts-section{display:grid;grid-gap:.55rem;gap:.55rem}.fund-market-map-charts-heading{margin:0;color:#8b6914;font-size:.92rem;font-weight:800}.fund-market-map-charts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.fund-market-map-chart-panel{min-width:0;padding:.55rem .5rem .45rem;border:1px solid #edf0f3;border-radius:12px;background:#fafbfc}.fund-market-map-chart-panel-title{margin:0 0 .35rem;color:#64748b;font-size:.78rem;font-weight:700}.fund-market-map-chart-wrap{width:100%;min-height:260px;overflow:visible}.fund-market-map-chart-axis-label{margin:.15rem 0 0;color:#94a3b8;font-size:.66rem;text-align:center}.fund-market-map-chart-tooltip{display:grid;grid-gap:.15rem;gap:.15rem;padding:.35rem .5rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:0 4px 14px rgba(15,23,42,.08);font-size:.75rem}.fund-market-map-chart-tooltip__symbol{color:#0f172a;font-weight:700}@media (max-width:900px){.fund-market-map-charts-grid{grid-template-columns:1fr}}.fund-heatmap-panel{min-width:0}.fund-heatmap-panel-title{margin:0 0 .45rem;color:#8b6914;font-size:.88rem;font-weight:800}.fund-heatmap-treemap-wrap{position:relative;width:100%;min-height:320px;aspect-ratio:5/3;border:1px solid #edf0f3;border-radius:12px;overflow:hidden;background:#f8fafc}.fund-heatmap-legend{display:flex;justify-content:center;gap:.45rem;padding:0 .75rem .85rem}.fund-heatmap-legend-item{display:inline-flex;align-items:center;justify-content:center;min-width:4.5rem;padding:.22rem .55rem;border-radius:999px;font-size:.66rem;font-weight:700;color:#0f172a}.fund-heatmap-legend-item--pos{background:rgba(22,163,74,.22);color:#15803d}.fund-heatmap-legend-item--neg{background:rgba(220,38,38,.18);color:#b91c1c}.fund-heatmap-legend-item--flat{background:#e2e8f0;color:#64748b}@media (max-width:900px){.fund-heatmap-grid{grid-template-columns:1fr}}.heatmap-page .page-content{padding-top:.75rem;padding-bottom:1.5rem}.fund-heatmap-page{font-family:Vazirmatn,Arial,sans-serif}.fund-heatmap-page-header{margin-bottom:.85rem;padding:.35rem .75rem 0}.fund-heatmap-page-header h1{margin:0 0 .35rem;color:#8b6914;font-size:clamp(1.05rem,2.4vw,1.35rem);font-weight:800}.fund-heatmap-page-header p{margin:0;color:var(--muted);font-size:.82rem}.fund-heatmap-page-body{border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.04);overflow:hidden}.gold-news{font-family:Vazirmatn,Arial,sans-serif}.gold-news-header{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;padding:.65rem .7rem;border-bottom:1px solid var(--border);background:linear-gradient(270deg,#faf6ef,#f5f0e8);-webkit-border-start:3px solid var(--accent-gold);border-inline-start:3px solid var(--accent-gold)}.gold-news-header h2{margin:0;color:var(--accent-navy);font-size:.92rem;font-weight:800}.gold-news-header span{color:var(--muted);font-size:.68rem;white-space:nowrap}.gold-news-list{list-style:none;margin:0;padding:0}.gold-news-item{border-bottom:1px solid #edf0f3}.gold-news-item:last-child{border-bottom:0}.gold-news-item a{display:flex;flex-direction:column;gap:.25rem;padding:.58rem .7rem;transition:background .15s ease}.gold-news-item a:hover{background:#fffaf0}.gold-news-title{color:#20252b;font-size:.78rem;font-weight:600;line-height:1.55}.gold-news-meta{display:flex;flex-direction:row;align-items:baseline;justify-content:space-between;gap:.75rem;direction:rtl}.gold-news-meta,.gold-news-source{color:var(--muted);font-size:.67rem}.gold-news-source{flex:1 1;min-width:0;line-height:1.4;text-align:right}.gold-news-time{flex-shrink:0;text-align:left;direction:rtl;color:var(--muted);font-size:.67rem;white-space:nowrap}.gold-news-meta-label{color:#9aa1a9;font-weight:500}.gold-news-meta b{color:#946f10;font-weight:700}.gold-news-status{margin:0;padding:1rem .7rem;color:var(--muted);font-size:.78rem;text-align:center}.gold-news-attribution{margin:0;padding:.45rem .7rem;border-top:1px solid var(--border);color:#8a9099;font-size:.64rem;line-height:1.45}.home-main{flex:1 1 auto;min-width:0;direction:rtl;display:flex;flex-direction:column;gap:.75rem}.home-main>.collapsible-section{margin-bottom:0;flex:0 0 auto;border-radius:12px;border-bottom:1px solid var(--border);border:1px solid var(--border);box-shadow:0 2px 10px rgba(26,51,72,.05)}.chart-main{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.5rem;gap:.5rem;min-width:0;direction:rtl}.chart-area{display:contents}.chart-panel{display:flex;flex-direction:column;min-width:0;min-height:0}.chart-panel-label{margin-bottom:.5rem;font-size:.9rem;font-weight:600;font-family:Vazirmatn,Arial,sans-serif}.chart-panel-label--gold{color:#b8860b}.chart-panel-label--silver{color:#6c757d}.chart-box{position:relative;flex:1 1;min-height:240px;height:240px}.tradingview-widget-container,.tradingview-widget-container__widget{width:100%;height:100%;min-height:inherit}.tradingview-widget-container iframe{width:100%!important;height:100%!important;min-height:200px}.tradingview-chart-wrap{position:relative;width:100%;height:100%;min-height:100%}.tradingview-chart-status{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;pointer-events:none;background:rgba(248,249,250,.85);color:#666;font-size:.88rem;font-family:Vazirmatn,Arial,sans-serif}.tradingview-chart-status--overlay{border-radius:12px}.tradingview-chart-fallback{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:.45rem;padding:.85rem 1rem;background:#f8f9fa;border:1px solid var(--border,#dde3ea);border-radius:8px;font-family:Vazirmatn,Arial,sans-serif;overflow:auto}.tradingview-chart-fallback--overlay{border-radius:12px}.tradingview-chart-fallback strong{color:#b42318;font-size:.95rem}.tradingview-chart-fallback p{margin:0;color:#555;font-size:.82rem;line-height:1.55}.tradingview-chart-fallback ul{margin:.15rem 0 0;padding-right:1.1rem;color:#666;font-size:.78rem;line-height:1.55}.tradingview-chart-fallback-link{align-self:flex-start;margin-top:.35rem;background:#1976d2;color:#fff;padding:.45rem .85rem;border-radius:6px;text-decoration:none;font-size:.82rem;font-weight:600}.tradingview-chart-fallback-link:hover{text-decoration:underline}@media (max-width:900px){.desktop-only{display:none!important}.home-layout{flex-direction:column;padding:0 .5rem}.home-main{order:1}.home-sidebar{flex:0 0 auto;width:100%;max-width:none;order:2;position:static}.chart-main{grid-template-columns:1fr}.bakhshi-sponsor-banner,.site-header-feature-list,.site-header-hero-title,.site-header-price-cards{display:none!important}.site-header-bg{display:none}.site-header-hero{min-height:0}.site-header-inner{padding:.55rem 1rem .4rem}}.analysis-snapshot-placeholder-body{flex:1 1;display:flex;align-items:center;justify-content:center;padding:1rem;font-size:.75rem;color:var(--muted);text-align:center}.analysis-snapshot--placeholder{height:100%}.news-feed-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.news-feed-item{padding-bottom:.65rem;border-bottom:1px solid var(--border)}.news-feed-item:last-child{padding-bottom:0;border-bottom:none}.news-feed-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem;margin-bottom:.3rem}.news-feed-chip{font-size:.68rem;padding:.1rem .4rem;border-radius:999px;background:#eef2f7;color:#4a5568}.news-feed-chip--source{background:#e8f4fc;color:#2c5282;font-weight:600}.news-feed-chip--en{background:#fff7e6;color:#8a6d3b}.news-feed-time{font-size:.68rem;color:var(--muted);margin-right:auto}.news-feed-title{display:block;color:#1a202c;font-weight:600;font-size:.88rem;line-height:1.55}.news-feed-summary{margin:.3rem 0 0;font-size:.8rem;color:#555;line-height:1.6}.chart-page{direction:rtl;width:100%;height:100vh;margin:0;padding:0;position:fixed;inset:0;background:#fff;font-family:Vazirmatn,Arial,sans-serif}.chart-page-header{background:#fff;padding:.75rem 1rem;border-bottom:1px solid #eee;justify-content:space-between;gap:.75rem;z-index:10}.chart-page-header,.chart-page-links{display:flex;flex-wrap:wrap;align-items:center}.chart-page-links{gap:.5rem}.subpage-container{padding:1rem .85rem;max-width:1000px;margin:0 auto;font-family:Vazirmatn,Arial,sans-serif}.portfolio-chart{height:320px;width:100%}.portfolio-page-state{display:flex;justify-content:center;align-items:center;min-height:50vh;font-family:Vazirmatn,Arial,sans-serif;color:#666}.portfolio-page-state--error{color:#dc3545}.portfolio-page-title{font-size:2rem;font-weight:700;color:#b8860b;margin-bottom:1rem;text-align:center}.portfolio-symbol-bar{text-align:center;margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #dee2e6}.portfolio-symbol-bar__symbol{font-weight:700;color:#007bff}.portfolio-page-card{background:#fff;border-radius:12px;padding:1.5rem 1rem;box-shadow:0 2px 12px rgba(0,0,0,.1);margin-bottom:1.5rem}.portfolio-page-card__heading{font-size:1.35rem;font-weight:700;color:#495057;margin:0 0 1.25rem;text-align:center}.portfolio-meta{text-align:center;margin-bottom:1.25rem;padding:.85rem 1rem;background:#f8f9fa;border-radius:8px;border:1px solid #dee2e6;color:#495057}.portfolio-meta__hint,.portfolio-meta__updated{color:#666;font-size:.95rem}.portfolio-meta__hint{margin:.35rem 0 0}.portfolio-chart-tooltip{background:#fff;border:1px solid #ccc;border-radius:8px;padding:10px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.portfolio-chart-tooltip__title{margin:0 0 5px;font-weight:700}.portfolio-chart-tooltip__pct{margin:0 0 3px;color:#007bff}.portfolio-chart-tooltip__meta{margin:0;color:#666;font-size:.85rem}.portfolio-details{margin-top:2rem}.portfolio-details__title{font-size:1.35rem;font-weight:700;color:#495057;margin:0 0 1.25rem;text-align:center}.portfolio-details__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.portfolio-details__card{padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #dee2e6;text-align:center}.portfolio-details__swatch{width:20px;height:20px;border-radius:50%;margin:0 auto .5rem}.portfolio-details__name{font-size:1rem;font-weight:700;color:#495057;margin:0 0 .5rem;line-height:1.45;word-break:break-word}.portfolio-details__pct{font-size:1.2rem;font-weight:700;color:#007bff;margin:0 0 .3rem}.portfolio-details__meta{font-size:.9rem;color:#666;margin:0}.portfolio-empty{padding:2rem;text-align:center;background:#f8f9fa;border-radius:12px;border:1px solid #dee2e6;color:#666}.portfolio-empty__hint{margin:1rem 0 0;font-size:.95rem;color:#888}.portfolio-back-link{text-align:center;margin-top:1rem}.portfolio-back-link a{color:#007bff;text-decoration:none}@media (min-width:769px){.page-container{padding:0 1rem}.bakhshi-sponsor-banner{padding:0 1.2rem}.page-content{gap:1rem;padding:0 0 1.5rem}.analysis-snapshot-link{width:100%;max-width:none}.home-layout{gap:.85rem;padding:0}.home-sidebar{flex-basis:340px;width:340px;max-width:340px;position:-webkit-sticky;position:sticky;top:52px;align-self:flex-start}.chart-area,.chart-main{gap:.75rem}.analysis-page-nav{border-radius:8px 8px 0 0;margin-top:1rem}.analysis-page .analysis-card{border-radius:0 0 8px 8px;box-shadow:0 1px 4px rgba(0,0,0,.06)}.collapsible-section{margin-bottom:1rem;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.06);border-bottom:none}.collapsible-header{padding:.85rem 1rem}.collapsible-body{padding:.75rem}.site-header{margin-bottom:1.5rem}.site-header-hero{min-height:auto}.site-header-inner{padding:1.35rem 2rem .75rem}.site-header-price-cards{margin-top:1rem;padding:0 2rem .75rem;gap:.7rem}.site-header-tagline{font-size:.95rem}.chart-panel{min-width:0}.chart-box{min-height:350px;height:350px}.home-sidebar-card--analysis .analysis-snapshot,.home-sidebar-card--analysis .analysis-snapshot--placeholder{min-height:0}.home-sidebar-card--analysis .analysis-snapshot-thumb{flex:0 0 220px;height:220px;max-height:220px}.analysis-snapshot,.analysis-snapshot--placeholder{min-height:calc(350px + 1.65rem)}.analysis-snapshot-thumb{flex:0 0 128px;height:128px;max-height:128px}.portfolio-chart{height:500px}.subpage-container{padding:2rem}}@media (max-width:640px){:root{--header-height:88px}.table-scroll{overflow-x:visible}.data-table--cards{min-width:0!important;border:none;background:transparent;box-shadow:none!important}.data-table--cards thead{display:none}.data-table--cards tbody tr{display:block;margin-bottom:.55rem;border:1px solid var(--border);border-radius:10px;background:var(--surface);overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.04)}.data-table--cards tbody td{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.45rem .65rem!important;border:none!important;border-bottom:1px solid #f0f2f5!important;white-space:normal!important;text-align:left!important;font-size:.82rem!important}.data-table--cards tbody td:first-child{background:#f8fafc;font-weight:700;font-size:.88rem!important;padding-top:.55rem!important;padding-bottom:.55rem!important;justify-content:center}.data-table--cards tbody td:first-child:before{display:none}.data-table--cards tbody td:last-child{border-bottom:none!important}.data-table--cards tbody td:before{content:attr(data-label);flex:1 1;font-size:.75rem;font-weight:600;color:var(--muted);text-align:right;line-height:1.4}.data-table--funds tbody td[data-label="ارزش بازار"],.data-table--funds tbody td[data-label="تغییر"],.data-table--funds tbody td[data-label=NAV]{display:none}.collapsible-header{flex-wrap:wrap;padding:.6rem .7rem}.collapsible-actions{width:100%;justify-content:flex-start;padding-top:.15rem}.market-value-sum{white-space:normal;text-align:right;font-size:.75rem}.summary-divider{width:100%;height:1px;align-self:stretch}.funds-summary-bar{flex-direction:column;gap:.6rem;padding:.6rem .7rem}.funds-summary-bar>.market-value-sum{flex:0 0 auto}.collapsible-body{padding:.45rem}.home-layout{flex-direction:column;padding:0 .5rem}.home-main{order:1}.home-sidebar{flex:0 0 auto;width:100%;max-width:none;order:2;position:static}.chart-area,.chart-main{grid-template-columns:1fr}.analysis-snapshot-link{width:100%;max-width:none;min-width:0}.home-sidebar-card--analysis .analysis-snapshot{flex-direction:column;min-height:0}.home-sidebar-card--analysis .analysis-snapshot-head{display:flex}.home-sidebar-card--analysis .analysis-snapshot-thumb{flex:0 0 180px;width:100%;height:180px;max-height:180px;align-self:auto}.analysis-snapshot{flex-direction:row;min-height:96px}.analysis-snapshot-head{display:none}.analysis-snapshot-thumb{flex:0 0 112px;width:112px;height:112px;max-height:112px;align-self:stretch}.analysis-snapshot-body{padding:.5rem .65rem}.analysis-snapshot-excerpt{-webkit-line-clamp:2}.collapsible-subtitle{font-size:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.site-header-bg{opacity:.85}.site-header-inner{padding:.65rem .75rem}.site-header-tagline{font-size:.72rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chart-box{min-height:200px;height:200px}.news-feed-title{font-size:.85rem}}@media (max-width:380px){.site-header-title{font-size:1.2rem}}.analysis-empty,.analysis-error{text-align:center;padding:1.25rem;color:var(--muted);line-height:1.7}.analysis-admin-link{color:#1d4ed8;text-decoration:underline;margin-top:.5rem;display:inline-block}.analysis-archive-banner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.85rem;padding:.75rem .9rem;border:1px solid #dbe4ff;border-radius:10px;background:#eef4ff;flex-wrap:wrap}.analysis-archive-banner strong{display:block;color:#1d4ed8;margin-bottom:.15rem}.analysis-archive-banner span{font-size:.85rem;color:#495057}.analysis-archive-back-btn{border:1px solid #bfd3ff;border-radius:8px;background:#fff;color:#1d4ed8;padding:.45rem .8rem;font-family:inherit;cursor:pointer}.analysis-tag--archive{background:#f1f3f5;color:#6c757d}.analysis-archive-readonly{margin:.65rem 0 0;font-size:.85rem;color:#6c757d;text-align:center}.analysis-archive-section{margin-top:1.25rem;border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:.9rem}.analysis-archive-title{margin:0 0 .75rem;font-size:1rem;color:#495057}.analysis-archive-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.analysis-archive-item{width:100%;display:flex;align-items:center;gap:.75rem;border:1px solid var(--border);border-radius:10px;background:#fff;padding:.55rem;text-align:right;cursor:pointer;font-family:inherit}.analysis-archive-item:disabled{opacity:.7;cursor:wait}.analysis-archive-item-thumb{width:72px;height:48px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#f8f9fa}.analysis-archive-item-image{width:100%;height:100%;object-fit:cover}.analysis-archive-item-body{display:flex;flex-direction:column;gap:.2rem;align-items:flex-start;min-width:0}.analysis-archive-item-body strong{font-size:.9rem;color:#343a40}.analysis-archive-item-body span{font-size:.8rem;color:#6c757d}.analysis-card{border:1px solid var(--border);border-radius:12px;background:var(--surface);overflow:hidden}.analysis-card-top{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.65rem .85rem;border-bottom:1px solid var(--border);flex-wrap:wrap}.analysis-time{font-size:.78rem;color:var(--muted)}.analysis-tags{display:flex;gap:.35rem;flex-wrap:wrap}.analysis-tag{font-size:.72rem;font-weight:700;padding:.15rem .55rem;border-radius:999px}.analysis-tag--symbol{background:#fff7e6;color:#8a6d3b}.analysis-tag--bullish{background:#e8f8ee;color:#1e7e34}.analysis-tag--bearish{background:#fdecec;color:#dc3545}.analysis-tag--neutral{background:#eef2f7;color:#4a5568}.analysis-image-wrap{width:100%;background:#f8fafc}.analysis-image{width:100%;height:auto;display:block;object-fit:contain}.analysis-chart-watermark{position:relative;display:block;width:100%;height:100%;overflow:hidden}.analysis-chart-watermark img{display:block}.analysis-chart-watermark-badge{position:absolute;z-index:2;right:.55rem;bottom:.45rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;background:none;box-shadow:none;color:rgba(100,116,139,.5);font-size:.88rem;font-weight:600;letter-spacing:.01em;line-height:1.2;text-shadow:0 0 3px rgba(255,255,255,.55)}.analysis-chart-watermark--compact .analysis-chart-watermark-badge{right:.35rem;bottom:.28rem;font-size:.68rem;font-weight:600;color:rgba(100,116,139,.45)}.analyses-idea-media .analysis-chart-watermark,.analysis-snapshot-thumb .analysis-chart-watermark{height:100%}.analyses-idea-media .analysis-chart-watermark img,.analysis-snapshot-thumb .analysis-chart-watermark img{width:100%;height:100%}.analysis-image-wrap .analysis-chart-watermark{height:auto}.analysis-title{margin:0;padding:.75rem .85rem 0;font-size:1rem;font-weight:700}.analysis-body{margin:0;padding:.65rem .85rem .85rem;line-height:1.8;font-size:.9rem;color:#333}.analysis-poll{margin:0 .85rem .85rem;padding:.75rem;border:1px solid var(--border);border-radius:10px;background:#fafbfc}.analysis-poll-header{display:flex;justify-content:space-between;gap:.5rem;font-size:.85rem;font-weight:600;margin-bottom:.55rem}.analysis-poll-total{color:var(--muted);font-weight:500;font-size:.78rem}.analysis-poll-bar{display:flex;height:8px;border-radius:999px;overflow:hidden;background:#e5e7eb;margin-bottom:.65rem}.analysis-poll-bar-bearish{background:#dc3545;display:block;height:100%}.analysis-poll-bar-bullish{background:#28a745;display:block;height:100%}.analysis-poll-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem}.analysis-vote-btn{border:1px solid var(--border);border-radius:10px;background:#fff;padding:.55rem .5rem;font-family:inherit;font-size:.82rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.35rem;min-height:44px}.analysis-vote-btn--bearish{color:#dc3545}.analysis-vote-btn--bullish{color:#28a745}.analysis-vote-btn.is-active{box-shadow:inset 0 0 0 2px currentColor}.analysis-vote-icon{font-size:1rem;line-height:1}.analysis-comments{border-top:1px solid var(--border);padding:.75rem .85rem .85rem}.analysis-engagement{display:flex;align-items:center;gap:.85rem;padding:.55rem .85rem .75rem;border-top:1px solid var(--border)}.analysis-engagement-stat,.analysis-thumb-btn{display:inline-flex;align-items:center;gap:.35rem;color:#64748b;font-size:.88rem;font-weight:600;background:none;border:none;padding:.2rem .1rem;line-height:1}.analysis-thumb-btn{cursor:pointer;transition:color .15s ease}.analysis-thumb-btn.is-active,.analysis-thumb-btn:hover:not(:disabled){color:#2563eb}.analysis-thumb-btn:disabled{opacity:.65;cursor:wait}.analysis-comments-title{margin:0 0 .65rem;font-size:.92rem;display:flex;align-items:center;gap:.35rem}.analysis-comments-disabled{margin:0;padding:.65rem .75rem;border-radius:8px;background:#f8f9fa;color:#6c757d;font-size:.88rem;text-align:center}.analysis-comment-list{list-style:none;margin:0 0 .75rem;padding:0;display:flex;flex-direction:column;gap:.65rem}.analysis-comment-item{display:flex;gap:.55rem;align-items:flex-start}.analysis-avatar{width:34px;height:34px;border-radius:50%;background:#e8edf5;color:#334155;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;flex-shrink:0}.analysis-avatar--mod{background:#dbeafe;color:#1d4ed8}.analysis-comment-content{flex:1 1;min-width:0}.analysis-comment-head{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;margin-bottom:.15rem}.analysis-mod-badge{font-size:.68rem;background:#dbeafe;color:#1d4ed8;border-radius:999px;padding:.05rem .4rem;font-weight:700}.analysis-comment-time{font-size:.72rem;color:var(--muted);margin-right:auto}.analysis-comment-content p{margin:0;font-size:.85rem;line-height:1.65}.admin-analysis-form,.admin-secret-form,.analysis-comment-form{display:flex;flex-direction:column;gap:.55rem}.admin-analysis-page label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;font-weight:600}.analysis-input,.analysis-textarea{width:100%;border:1px solid var(--border);border-radius:8px;padding:.55rem .65rem;font-family:inherit;font-size:.9rem;background:#fff}.analysis-textarea{resize:vertical;min-height:80px}.analysis-submit-btn{border:none;border-radius:8px;background:#1d4ed8;color:#fff;padding:.6rem 1rem;font-family:inherit;font-weight:700;cursor:pointer;min-height:44px}.analysis-submit-btn:disabled{opacity:.6;cursor:not-allowed}.admin-analysis-form{margin-top:1.25rem;gap:.75rem}.admin-upload-field{display:flex;flex-direction:column;gap:.35rem}.admin-upload-label{font-size:.85rem;font-weight:600}.admin-upload-hint{margin:0;font-size:.8rem;color:#6c757d;line-height:1.5}.admin-upload-zone{position:relative;border:2px dashed #ced4da;border-radius:12px;background:#fff;min-height:160px;display:flex;align-items:center;justify-content:center;padding:1rem;transition:border-color .2s ease,background .2s ease}.admin-upload-zone--active{border-color:#1d4ed8;background:#eef4ff}.admin-upload-zone--has-file{border-style:solid}.admin-upload-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.admin-upload-zone--has-file .admin-upload-input{display:none}.admin-upload-placeholder{text-align:center;pointer-events:none}.admin-upload-placeholder p{margin:.25rem 0 0;color:#495057;font-size:.9rem}.admin-upload-formats{font-size:.78rem!important;color:#6c757d!important}.admin-upload-icon{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:#eef4ff;color:#1d4ed8;font-size:1.25rem;font-weight:700}.admin-upload-selected{width:100%;display:flex;flex-direction:column;align-items:center;gap:.65rem}.admin-upload-preview{max-width:100%;max-height:220px;border-radius:8px;object-fit:contain;border:1px solid var(--border,#dee2e6)}.admin-upload-meta{display:flex;flex-direction:column;align-items:center;gap:.15rem;font-size:.85rem;color:#495057}.admin-upload-change-btn,.admin-upload-remove-btn{border:1px solid var(--border,#dee2e6);border-radius:8px;background:#fff;padding:.45rem .85rem;font-family:inherit;font-size:.85rem;cursor:pointer}.admin-upload-change-btn{color:#1d4ed8;border-color:#bfd3ff}.admin-upload-remove-btn{color:#dc3545;border-color:#f1c2c7}.admin-analysis-settings{padding:1rem 1.1rem;border:1px solid var(--border,#dee2e6);border-radius:10px;background:#f8f9fa}.admin-analysis-mode-tabs{display:flex;flex-wrap:wrap;gap:.5rem}.admin-analysis-mode-tab{border:1px solid var(--border,#dee2e6);background:#fff;border-radius:8px;padding:.55rem .9rem;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;color:#495057}.admin-analysis-mode-tab--active{background:#fff7e6;border-color:var(--accent-gold,#b8860b);color:#8b6914}.admin-published-card{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem;border:1px solid var(--border,#dee2e6);border-radius:8px;background:#fff;margin-bottom:.85rem}.admin-published-card-main{display:flex;align-items:center;gap:.75rem;min-width:0}.admin-published-thumb{width:56px;height:56px;object-fit:cover;border-radius:6px;border:1px solid var(--border,#dee2e6);flex-shrink:0}.admin-published-card-main p{margin:.2rem 0 0;font-size:.8rem;color:#6c757d}.admin-archive-row-actions,.admin-published-actions{display:flex;flex-wrap:wrap;gap:.45rem}.admin-archive-list{display:flex;flex-direction:column;gap:.55rem;margin-top:.75rem}.admin-archive-section{border-color:#f1c2c7;background:#fff8f8}.admin-archive-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.6rem .7rem;border:1px solid var(--border,#dee2e6);border-radius:8px;background:#fff}.admin-archive-row-info{min-width:0}.admin-archive-row p{margin:.2rem 0 0;font-size:.8rem;color:#6c757d}.admin-archive-delete-btn{flex-shrink:0;border:1px solid #f1c2c7;border-radius:8px;background:#fff;color:#dc3545;padding:.45rem .9rem;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer}.admin-archive-delete-btn:disabled{opacity:.55;cursor:not-allowed}.admin-archive-delete-btn:hover:not(:disabled){background:#fff1f2}.admin-subscribers-search{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 1rem}.admin-subscribers-toolbar{margin:.75rem 0 .35rem}.admin-subscribers-create-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;margin:.75rem 0 1rem;padding:.9rem;border:1px solid var(--border,#dee2e6);border-radius:10px;background:#fafafa}.admin-subscribers-field{display:flex;flex-direction:column;gap:.35rem;font-size:.82rem;color:#495057}.admin-subscribers-field--full{grid-column:1/-1}.admin-subscribers-create-actions{grid-column:1/-1;display:flex;justify-content:flex-start}@media (max-width:720px){.admin-subscribers-create-form{grid-template-columns:1fr}}.admin-subscribers-field .admin-subscribers-search-input,.admin-subscribers-field-input{flex:none;width:100%;min-height:0;box-sizing:border-box;padding:.4rem .65rem;font-size:.85rem;line-height:1.35}.admin-subscribers-search-input{flex:1 1 220px;min-width:0;border:1px solid var(--border,#dee2e6);border-radius:8px;padding:.55rem .75rem;font-family:inherit;font-size:.9rem}.admin-subscribers-clear-btn,.admin-subscribers-search-btn,.admin-subscribers-unban-btn{border:1px solid var(--border,#dee2e6);border-radius:8px;background:#fff;padding:.55rem .9rem;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer}.admin-subscribers-search-btn{background:#fff7e6;border-color:var(--accent-gold,#b8860b);color:#8b6914}.admin-subscribers-clear-btn{color:#6c757d}.admin-subscribers-unban-btn{border-color:#b8dfc2;color:#198754}.admin-subscribers-unban-btn:hover:not(:disabled){background:#f0fff4}.admin-subscribers-filters{margin-bottom:.75rem}.admin-subscribers-count{margin:0 0 .75rem;font-size:.85rem;color:#6c757d}.admin-subscribers-status{margin:0 0 .75rem;padding:.55rem .75rem;border-radius:8px;background:#fff7e6;border:1px solid #f0dfaa;color:#8b6914;font-size:.85rem}.admin-subscribers-list{display:flex;flex-direction:column;gap:.55rem}.admin-subscriber-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem;border:1px solid var(--border,#dee2e6);border-radius:8px;background:#fff}.admin-subscriber-main{min-width:0}.admin-subscriber-main p{margin:.25rem 0 0;font-size:.8rem;color:#6c757d}.admin-subscriber-status{display:inline-block;margin-right:.45rem;padding:.1rem .45rem;border-radius:999px;font-size:.72rem;font-weight:700}.admin-subscriber-status--active{background:#e8f5e9;color:#2e7d32}.admin-subscriber-status--pending{background:#fff7e6;color:#8b6914}.admin-subscriber-status--banned{background:#fff1f2;color:#dc3545}.admin-analysis-settings-title{margin:0 0 .75rem;font-size:1rem;color:#495057}.admin-toggle-row{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.admin-toggle-input{position:absolute;opacity:0;width:0;height:0}.admin-toggle-switch{position:relative;width:44px;height:24px;border-radius:999px;background:#ced4da;transition:background .2s ease;flex-shrink:0}.admin-toggle-switch:after{content:"";position:absolute;top:3px;right:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s ease}.admin-toggle-input:checked+.admin-toggle-switch{background:#28a745}.admin-toggle-input:checked+.admin-toggle-switch:after{transform:translateX(-20px)}.admin-toggle-input:disabled+.admin-toggle-switch{opacity:.6}.admin-toggle-label{font-size:.95rem;color:#343a40}.admin-telegram-body-mode{border:none;margin:0;padding:0;display:grid;grid-gap:.65rem;gap:.65rem}.admin-telegram-body-mode-legend{font-size:.95rem;color:#343a40;margin-bottom:.35rem;padding:0}.admin-radio-row{display:flex;align-items:center;gap:.55rem;font-size:.95rem;color:#343a40;cursor:pointer}.admin-radio-row input{margin:0}.admin-status{margin-top:1rem;padding:.65rem .75rem;border-radius:8px;background:#eef6ff;color:#1d4ed8;font-size:.9rem}.admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.25rem;background:#f8f9fa;border-bottom:1px solid var(--border,#dee2e6)}.admin-toolbar-title{font-size:.95rem;font-weight:700;color:#495057}.admin-dashboard{max-width:1200px;margin:0 auto;padding:1.5rem 1.25rem 2.5rem}.admin-alert{border-radius:8px;padding:.85rem 1rem;margin-bottom:1rem}.admin-alert--warning{background:#fff3cd;border:1px solid #ffc107;color:#664d03}.admin-alert--warning strong{display:block;margin-bottom:.35rem}.admin-alert--warning p{margin:0;font-size:.92rem;line-height:1.5}.admin-dashboard-header{margin-bottom:1.25rem}.admin-dashboard-header h1{margin:0 0 1rem;font-size:1.5rem;color:#b8860b;text-align:center}.admin-tabs{display:flex;gap:.5rem;border-bottom:2px solid var(--border,#dee2e6)}.admin-tab{background:transparent;color:#495057;font-family:inherit;font-size:.95rem;font-weight:600;padding:.65rem 1rem;cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-2px}.admin-tab--active{color:#1d4ed8;border-bottom-color:#1d4ed8}.admin-panel{padding-top:1.25rem}.admin-panel-loading{padding:2rem;text-align:center}.admin-panel-actions{margin-bottom:1rem}.admin-panel-message{padding:1rem;margin-bottom:1rem;border-radius:8px;text-align:center}.admin-panel-message--success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.admin-panel-message--error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.admin-funds-section{margin-bottom:2rem}.admin-funds-section-title{margin:0 0 .75rem;font-size:1.05rem;font-weight:700;color:#1e293b}.admin-funds-table-wrap{overflow-x:auto}.admin-funds-table{width:100%;border-collapse:collapse;font-size:.9rem;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.admin-funds-table td,.admin-funds-table th{padding:.85rem;border:1px solid #dee2e6;vertical-align:middle}.admin-funds-table thead tr{background:#f8f9fa;color:#222;font-weight:700}.admin-funds-symbol{font-weight:700;color:#007bff;text-align:center}.admin-funds-name{font-size:.8rem;line-height:1.4}.admin-funds-meta{font-size:.78rem;color:#475569;white-space:nowrap;text-align:center}.admin-database-panel{display:flex;flex-direction:column;gap:1rem}.admin-database-toolbar{display:flex;flex-direction:column;gap:.75rem}.admin-database-db-tabs,.admin-database-table-tabs{display:flex;flex-wrap:wrap;gap:.5rem}.admin-database-db-tab,.admin-database-table-tab{border:1px solid #dee2e6;background:#fff;color:#495057;font-family:inherit;font-size:.85rem;font-weight:600;padding:.45rem .75rem;border-radius:8px;cursor:pointer}.admin-database-db-tab--active,.admin-database-table-tab--active{border-color:#1d4ed8;color:#1d4ed8;background:#eff6ff}.admin-database-table-count{margin-right:.35rem;font-size:.75rem;color:#64748b;font-weight:500}.admin-database-table-tab--active .admin-database-table-count{color:#1d4ed8}.admin-database-filters{display:flex;flex-wrap:wrap;gap:.75rem}.admin-database-filters label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;font-weight:600;color:#475569}.admin-database-filters input{min-width:160px;padding:.45rem .6rem;border:1px solid #dee2e6;border-radius:6px;font-family:inherit;font-size:.85rem}.admin-database-table-section{margin-top:.25rem}.admin-database-table-title{margin:0 0 .75rem;font-size:1.05rem;font-weight:700;color:#1e293b}.admin-database-table td{font-size:.82rem;white-space:nowrap;max-width:280px;overflow:hidden;text-overflow:ellipsis}.admin-database-pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.75rem;font-size:.85rem;color:#475569}.admin-database-pagination-actions{display:flex;gap:.5rem}.admin-database-pagination-actions button{border:1px solid #dee2e6;background:#fff;color:#334155;font-family:inherit;font-size:.85rem;padding:.4rem .85rem;border-radius:6px;cursor:pointer}.admin-database-pagination-actions button:disabled{opacity:.45;cursor:not-allowed}.admin-database-empty{margin:0;padding:1.5rem;text-align:center;color:#64748b;background:#f8fafc;border-radius:8px}.admin-funds-help{margin-top:2rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #dee2e6}.admin-funds-help h3{margin:0 0 .75rem;font-size:1.1rem;color:#495057}.admin-funds-help ul{list-style:none;padding:0;margin:0;line-height:1.6}.admin-funds-help li{margin-bottom:.35rem}.admin-analysis-note{margin-top:1.5rem;font-size:.85rem;color:#666}.admin-logout-btn{border:1px solid #ced4da;border-radius:8px;background:#fff;color:#495057;padding:.4rem .85rem;font-family:inherit;font-size:.85rem;cursor:pointer}.admin-login-page{max-width:420px;margin:2rem auto}.admin-login-form label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;font-weight:600}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.site-map{margin-top:1.5rem;border-top:1px solid var(--border);background:#f4f6f8;font-family:Vazirmatn,Arial,sans-serif;direction:rtl}.site-map-inner{max-width:1200px;margin:0 auto;padding:1.5rem 1rem 2rem;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,2fr);grid-gap:1.5rem 2rem;gap:1.5rem 2rem}.site-map-brand{display:flex;flex-direction:column;gap:.45rem}.site-map-logo{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent-gold);font-size:1.2rem;font-weight:800;text-decoration:none}.site-map-tagline{margin:0;color:#4b5563;font-size:.88rem;line-height:1.7}.site-map-email{color:#1d4ed8;font-size:.92rem;font-weight:700;text-decoration:none;direction:ltr;text-align:right;width:-moz-fit-content;width:fit-content}.site-map-email:hover{text-decoration:underline}.telegram-channel-link{display:inline-flex;align-items:center;gap:.4rem;color:#229ed9;text-decoration:none;transition:color .15s ease,background .15s ease,border-color .15s ease}.telegram-channel-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.telegram-channel-link--header{flex-shrink:0;padding:.38rem;border:1px solid rgba(34,158,217,.4);border-radius:10px;background:rgba(34,158,217,.06)}.telegram-channel-link--header .telegram-channel-icon{width:1.15rem;height:1.15rem}.telegram-channel-link--header:hover{color:#1a7fb0;background:rgba(34,158,217,.12);border-color:rgba(34,158,217,.65)}.telegram-channel-link--footer{margin-top:.15rem;font-size:.92rem;font-weight:700;direction:ltr;width:-moz-fit-content;width:fit-content}.telegram-channel-link--footer .telegram-channel-icon{width:1.35rem;height:1.35rem}.telegram-channel-link--footer:hover{color:#1a7fb0;text-decoration:underline}.site-map-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.site-map-column h2{margin:0 0 .55rem;font-size:.88rem;font-weight:800;color:#111827}.site-map-column ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.35rem}.site-map-column a{color:#374151;font-size:.84rem;text-decoration:none;line-height:1.6}.site-map-column a:hover{color:#1d4ed8;text-decoration:underline}@media (max-width:900px){.site-map-inner{grid-template-columns:1fr;gap:1.25rem}.site-map-columns{grid-template-columns:1fr 1fr}}@media (max-width:560px){.site-map-columns{grid-template-columns:1fr}}.subscribe-page{padding-bottom:2rem}.subscribe-page-nav{margin:.75rem 0 1rem}.subscribe-back-link{color:#1d4ed8;font-family:Vazirmatn,Arial,sans-serif;font-size:.9rem;font-weight:700;text-decoration:none}.subscribe-back-link:hover{text-decoration:underline}.subscribe-section{margin-top:0;border:1px solid #e8e0cc;border-radius:12px;background:linear-gradient(180deg,#fffdf7,#f8f5ec);font-family:Vazirmatn,Arial,sans-serif;direction:rtl}.subscribe-inner{max-width:420px;margin:0 auto;padding:1.5rem 1.15rem 1.6rem;display:flex;flex-direction:column;gap:1rem}.subscribe-title{margin:0;font-size:1.15rem;font-weight:800;color:#111827;text-align:center}.subscribe-mode-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:.35rem;gap:.35rem;background:#f3f4f6;border-radius:10px;padding:.3rem}.subscribe-mode-tab{border:none;border-radius:8px;background:transparent;padding:.55rem .5rem;font-family:inherit;font-size:.9rem;font-weight:700;color:#4b5563;cursor:pointer}.subscribe-mode-tab--active{background:#fff;color:#111827;box-shadow:0 1px 3px rgba(0,0,0,.08)}.subscribe-switch-hint{margin:.15rem 0 0;text-align:center;color:#6b7280;font-size:.85rem}.subscribe-hint{margin:0 0 .85rem;color:#4b5563;font-size:.88rem;line-height:1.7}.subscribe-otp-test-banner{margin:0 0 1rem;padding:.85rem 1rem;border:1px solid #f0dfaa;border-radius:10px;background:#fffbeb;text-align:center;color:#92400e}.subscribe-otp-test-banner strong{display:block;margin-bottom:.35rem;font-size:.95rem}.subscribe-otp-test-banner p{margin:0 0 .55rem;font-size:.85rem;line-height:1.6}.subscribe-otp-test-banner code{display:inline-block;padding:.35rem .85rem;border-radius:8px;background:#fff;border:1px dashed #d97706;font-size:1.35rem;font-weight:700;letter-spacing:.2em;color:#b45309}.subscribe-text-btn{border:none;background:none;color:#1d4ed8;font-family:inherit;font-size:inherit;font-weight:700;cursor:pointer;padding:0}.subscribe-text-btn:hover{text-decoration:underline}.subscribe-session-copy{margin:0;text-align:center;color:#4b5563;line-height:1.8;font-size:.92rem}.subscribe-session-actions{display:flex;flex-direction:column;gap:.55rem}.subscribe-submit--link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;text-align:center}.subscribe-secondary-btn{border:1px solid #d1d5db;border-radius:8px;padding:.65rem 1rem;background:#fff;color:#374151;font-family:inherit;font-size:.9rem;font-weight:700;cursor:pointer}.subscribe-copy h2{margin:0 0 .5rem;font-size:1.15rem;font-weight:800;color:#111827}.subscribe-copy p{margin:0;color:#4b5563;font-size:.92rem;line-height:1.8}.subscribe-form{display:grid;grid-gap:.75rem;gap:.75rem;background:#fff;border:1px solid #e8e0cc;border-radius:10px;padding:1rem 1.05rem 1.1rem}.subscribe-field{display:flex;flex-direction:column;gap:.3rem}.subscribe-field span{font-size:.82rem;font-weight:700;color:#374151}.subscribe-field .subscribe-required{color:#dc2626;-webkit-margin-start:.2rem;margin-inline-start:.2rem;font-weight:700}.subscribe-field .subscribe-field-note{font-size:.72rem;font-weight:500;color:#6b7280}.subscribe-field input{border:1px solid #d1d5db;border-radius:8px;padding:.65rem .75rem;font-family:inherit;font-size:.92rem;background:#fff;color:#111827}.subscribe-field input:focus{outline:2px solid rgba(184,134,11,.35);border-color:#b8860b}.password-input-wrap{position:relative;display:block;width:100%}.password-input-wrap>input{width:100%;box-sizing:border-box;padding-right:2.6rem;padding-left:.75rem}.password-input-toggle{position:absolute;right:.35rem;left:auto;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin:0;padding:0;border:none;border-radius:6px;background:transparent;color:#6b7280;cursor:pointer;line-height:0}.password-input-toggle:hover:not(:disabled){color:#8b6914;background:rgba(184,134,11,.08)}.password-input-toggle:disabled{opacity:.45;cursor:not-allowed}.subscribe-submit{margin-top:.15rem;border:none;border-radius:8px;padding:.7rem 1rem;background:#b8860b;color:#fff;font-family:inherit;font-size:.95rem;font-weight:800;cursor:pointer}.subscribe-submit:hover:not(:disabled){background:#9a7209}.subscribe-submit:disabled{opacity:.7;cursor:wait}.subscribe-message{margin:0;font-size:.86rem;line-height:1.7}.subscribe-message--success{color:#166534}.subscribe-message--error{color:#b91c1c}.subscribe-verify-page{max-width:640px;margin:0 auto;padding:2.5rem 1rem 3rem;font-family:Vazirmatn,Arial,sans-serif;direction:rtl}.subscribe-verify-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.5rem 1.25rem;text-align:center}.subscribe-verify-card--ok{border-color:#86efac;background:#f0fdf4}.subscribe-verify-card h1{margin:0 0 .75rem;font-size:1.25rem;color:#111827}.subscribe-verify-card p{margin:0 0 1.25rem;color:#4b5563;line-height:1.8}.subscribe-verify-home{display:inline-block;color:#1d4ed8;font-weight:700;text-decoration:none}.subscribe-verify-home:hover{text-decoration:underline}@media (max-width:800px){.subscribe-inner{max-width:none}}.subscribe-verify-actions{display:flex;flex-direction:column;gap:.55rem;align-items:center}.publish-idea-overlay{position:fixed;inset:0;z-index:80;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:1rem}.publish-idea-modal{position:relative;width:min(640px,100%);max-height:min(90vh,900px);overflow:auto;background:#fff;border-radius:12px;padding:1.25rem 1.25rem 1.35rem;font-family:Vazirmatn,Arial,sans-serif;direction:rtl;box-shadow:0 16px 48px rgba(0,0,0,.2)}.publish-idea-close{position:absolute;top:.55rem;left:.65rem;border:none;background:transparent;font-size:1.5rem;line-height:1;color:#6b7280;cursor:pointer}.publish-idea-modal h2{margin:0 0 .35rem;font-size:1.25rem;font-weight:800;color:#111827}.publish-idea-symbol{margin:0 0 1rem;color:#6b7280;font-size:.88rem}.publish-idea-hint{margin:0 0 .75rem;color:#4b5563;font-size:.88rem;line-height:1.7}.publish-idea-chart-preview{margin-bottom:.9rem;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#f9fafb}.publish-idea-chart-preview-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .75rem;border-bottom:1px solid #e5e7eb;font-size:.82rem;font-weight:700;color:#374151}.publish-idea-retry-capture{border:1px solid #d1d5db;background:#fff;border-radius:6px;padding:.25rem .55rem;font-family:inherit;font-size:.78rem;cursor:pointer;color:#1f2937}.publish-idea-retry-capture:disabled{opacity:.6;cursor:not-allowed}.publish-idea-chart-preview img{display:block;width:100%;max-height:260px;object-fit:contain;background:#fff}.publish-idea-chart-preview .publish-idea-hint{margin:0;padding:.85rem .75rem}.community-idea-image-wrap{margin:.55rem 0 .75rem}.analyses-siteadmin-banner{margin:0 0 .85rem;padding:.65rem .8rem;border-radius:8px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:.86rem;line-height:1.6}.analyses-siteadmin-banner a{color:#9a3412;font-weight:700}.analyses-admin-actions{display:inline-flex;gap:.35rem;-webkit-margin-start:auto;margin-inline-start:auto}.analyses-admin-actions--detail{display:flex;margin:.75rem 0 .5rem}.analyses-admin-btn{border:1px solid #d1d5db;background:#fff;border-radius:6px;padding:.2rem .55rem;font-family:inherit;font-size:.78rem;cursor:pointer;color:#1f2937;text-decoration:none}.analyses-admin-btn--danger{border-color:#fca5a5;color:#b91c1c}.analyses-admin-edit-form{display:flex;flex-direction:column;gap:.55rem;margin-top:.5rem}.admin-idea-row{flex-wrap:wrap}.admin-idea-edit-form{width:100%;margin-top:.75rem}.publish-idea-field{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.75rem}.publish-idea-field span:not(.visually-hidden){font-size:.82rem;font-weight:700}.publish-idea-field input,.publish-idea-title-input{width:100%;border:1px solid #93c5fd;border-radius:8px;padding:.7rem .8rem;font-family:inherit;font-size:.95rem;box-sizing:border-box}.publish-idea-editor{border:1px solid #d1d5db;border-radius:10px;overflow:hidden;margin-bottom:.85rem}.publish-idea-toolbar{display:flex;flex-wrap:wrap;gap:.15rem;padding:.35rem .4rem;border-bottom:1px solid #e5e7eb;background:#f9fafb;direction:ltr}.publish-idea-toolbar button{border:none;background:transparent;min-width:1.8rem;height:1.8rem;border-radius:4px;cursor:pointer;color:#374151}.publish-idea-toolbar button:hover{background:#e5e7eb}.publish-idea-body{min-height:180px;max-height:320px;overflow:auto;padding:.85rem .9rem;outline:none;font-size:.95rem;line-height:1.75;color:#111827;direction:rtl;text-align:right}.publish-idea-body:empty:before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none}.publish-idea-continue{width:100%;border:none;border-radius:8px;padding:.85rem 1rem;background:#1f2937;color:#fff;font-family:inherit;font-size:.98rem;font-weight:800;cursor:pointer}.publish-idea-continue:hover:not(:disabled){background:#111827}.publish-idea-continue:disabled{opacity:.7;cursor:wait}.publish-idea-message{margin:.75rem 0 0;font-size:.86rem;line-height:1.7}.publish-idea-message--ok{color:#166534}.publish-idea-message--error{color:#b91c1c}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.monthly-analysts{margin:0 0 1.35rem;padding:1rem 1.05rem;border:1px solid #e8edf5;border-radius:12px;background:linear-gradient(180deg,#fffdf8,#ffffff);box-shadow:0 4px 16px rgba(15,23,42,.05);direction:rtl}.monthly-analysts-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.35rem .75rem;margin-bottom:.35rem}.monthly-analysts-title{margin:0;font-size:1.08rem;font-weight:800;color:#111827}.monthly-analysts-subtitle{margin:0;font-size:.82rem;color:#64748b}.monthly-analysts-note{margin:0 0 .85rem;font-size:.76rem;line-height:1.65;color:#64748b}.monthly-analysts-loading{margin:0;font-size:.82rem;color:#64748b}.monthly-analysts-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.monthly-analysts-item{display:grid;grid-template-columns:auto auto 1fr;grid-gap:.65rem;gap:.65rem;align-items:start;padding:.7rem .75rem;border:1px solid #eef2f7;border-radius:10px;background:#fff}.monthly-analysts-rank{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;border-radius:999px;background:#f1f5f9;color:#334155;font-size:.82rem;font-weight:800;flex-shrink:0}.monthly-analysts-rank--gold{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.monthly-analysts-rank--silver{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#475569}.monthly-analysts-rank--bronze{background:linear-gradient(135deg,#ffedd5,#fdba74);color:#9a3412}.monthly-analysts-avatar{width:2.35rem;height:2.35rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff7ed;color:#b45309;font-size:.82rem;font-weight:800;flex-shrink:0}.monthly-analysts-body{min-width:0}.monthly-analysts-name-row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .55rem;margin-bottom:.2rem}.monthly-analysts-name-row strong{font-size:.92rem;color:#111827}.monthly-analysts-username{font-size:.74rem;color:#64748b}.monthly-analysts-top-idea{margin:0 0 .35rem;font-size:.76rem;line-height:1.55;color:#475569}.monthly-analysts-top-idea a{color:#b45309;text-decoration:none}.monthly-analysts-top-idea a:hover{text-decoration:underline}.monthly-analysts-stats{display:flex;flex-wrap:wrap;gap:.35rem .75rem;font-size:.72rem;color:#64748b}.monthly-analysts-stats strong{color:#111827}.monthly-analysts-score strong{color:#b45309}.monthly-analysts-more-link{display:inline-block;margin-top:.55rem;font-size:.74rem;font-weight:600;color:#b45309;text-decoration:none}.monthly-analysts-more-link:hover{text-decoration:underline}.monthly-analysts--sidebar .monthly-analysts-head{margin-bottom:.45rem}@media (max-width:640px){.monthly-analysts{padding:.85rem}.monthly-analysts-item{grid-template-columns:auto 1fr;grid-template-areas:"rank body" "avatar body"}.monthly-analysts-rank{grid-area:rank}.monthly-analysts-avatar{grid-area:avatar}.monthly-analysts-body{grid-area:body}}.analyses-feed-section{margin-bottom:1.25rem;font-family:Vazirmatn,Arial,sans-serif;direction:rtl}.analyses-feed-title{margin:0 0 .9rem;font-size:1.25rem;font-weight:800;color:#111827}.analyses-feed-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.analyses-feed-card{margin:0;min-width:0}.analyses-idea-card{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;text-align:right}.analyses-idea-card--btn{width:100%;padding:0;cursor:pointer;font-family:inherit;color:inherit}.analyses-idea-card--link,.analyses-idea-link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.analyses-idea-card--link:hover .analyses-idea-title,.analyses-idea-title a:hover{color:#b8860b}.analyses-idea-title a{color:inherit;text-decoration:none}.analyses-idea-card--btn:disabled{opacity:.7;cursor:wait}.analyses-idea-card--active{border-color:#b8860b;box-shadow:0 0 0 1px rgba(184,134,11,.25)}.analyses-idea-media{width:100%;aspect-ratio:16/9;background:#e5e7eb;overflow:hidden}.analyses-idea-media--empty{background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.analyses-idea-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.analyses-idea-content{display:flex;flex-direction:column;gap:.4rem;padding:.75rem .85rem .85rem;flex:1 1}.analyses-idea-title{margin:0;font-size:.98rem;font-weight:800;line-height:1.45;color:#111827}.analyses-idea-excerpt{margin:0;color:#4b5563;font-size:.84rem;line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;overflow:hidden}.analyses-idea-footer{margin-top:auto;padding-top:.35rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.4rem;color:#6b7280;font-size:.78rem}.analyses-engagement-counts{display:inline-flex;align-items:center;gap:.65rem;-webkit-margin-start:auto;margin-inline-start:auto}.analyses-engagement-stat{display:inline-flex;align-items:center;gap:.28rem;color:#6b7280;font-size:.78rem;font-weight:600}.analyses-feed-tags{display:flex;flex-wrap:wrap;gap:.35rem}.analyses-detail-card{margin-top:1.25rem}.analysis-detail-page-card{max-width:920px;margin:0 auto}.analysis-detail-nav{margin-bottom:.75rem}.analysis-detail-image-wrap{background:#f8fafc}.analysis-detail-image-wrap .analysis-image{width:100%;height:auto;max-height:none;object-fit:contain}@media (max-width:720px){.analyses-feed-list{grid-template-columns:1fr}}.analyses-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.35rem;margin:1.25rem 0 .25rem;font-family:Vazirmatn,Arial,sans-serif}.analyses-pagination-arrow,.analyses-pagination-page{min-width:2rem;height:2rem;padding:0 .45rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#111827;font:inherit;font-size:.9rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.analyses-pagination-page{border-color:transparent;background:transparent}.analyses-pagination-page--active{border-color:#e5e7eb;background:#f3f4f6;font-weight:700}.analyses-pagination-arrow:disabled{opacity:.4;cursor:not-allowed}.analyses-pagination-ellipsis{min-width:1.5rem;text-align:center;color:#6b7280;-webkit-user-select:none;-moz-user-select:none;user-select:none}.community-ideas-section{margin-top:1.5rem;font-family:Vazirmatn,Arial,sans-serif;direction:rtl}.community-ideas-title{margin:0 0 .85rem;font-size:1.1rem;font-weight:800;color:#111827}.community-ideas-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.community-idea-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:.95rem 1rem}.community-idea-meta{display:flex;flex-wrap:wrap;gap:.45rem .7rem;align-items:center;margin-bottom:.45rem;color:#6b7280;font-size:.82rem}.community-idea-title{margin:0 0 .45rem;font-size:1.05rem;font-weight:800;color:#111827}.community-idea-body{color:#374151;font-size:.92rem;line-height:1.8}.community-idea-body p{margin:0 0 .55rem}@media (max-width:640px){.charts-publish-btn span{display:none}.charts-publish-btn{padding:.45rem}}.vpn-hint-banner{position:-webkit-sticky;position:sticky;top:0;z-index:1200;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 1rem;background:#fff7ed;border-bottom:1px solid #fed7aa;color:#9a3412;box-shadow:0 1px 0 rgba(154,52,18,.06)}.vpn-hint-banner-text{margin:0;flex:1 1;font-size:.88rem;line-height:1.5;font-weight:600}.vpn-hint-banner-actions{display:flex;align-items:center;gap:.45rem;flex-shrink:0}.vpn-hint-banner-retry{border:1px solid #fdba74;background:#fff;color:#9a3412;border-radius:999px;padding:.28rem .75rem;font-size:.78rem;font-weight:700;cursor:pointer}.vpn-hint-banner-retry:hover:not(:disabled){background:#ffedd5}.vpn-hint-banner-retry:disabled{opacity:.65;cursor:default}.vpn-hint-banner-dismiss{border:none;background:transparent;color:#9a3412;font-size:1.35rem;line-height:1;width:1.75rem;height:1.75rem;border-radius:999px;cursor:pointer}.vpn-hint-banner-dismiss:hover{background:rgba(154,52,18,.08)}@media (max-width:640px){.vpn-hint-banner{flex-direction:column;align-items:stretch;text-align:center}.vpn-hint-banner-actions{justify-content:center}}