*{margin:0;padding:0;box-sizing:border-box}body{font-family:Vazirmatn,Tahoma,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;direction:rtl}#root{min-height:100vh}.container{max-width:1400px;margin:0 auto;padding:20px}.header{background:#fff;border-radius:12px;padding:25px;margin-bottom:20px;box-shadow:0 4px 6px #0000001a}.header h1{color:#2d3748;font-size:28px;margin-bottom:10px}.header p{color:#718096;font-size:14px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:20px}.stat-card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .2s}.stat-card:hover{transform:translateY(-5px)}.stat-card .label{font-size:14px;color:#718096;margin-bottom:8px}.stat-card .value{font-size:32px;font-weight:700;color:#2d3748}.stat-card.bullish .value{color:#48bb78}.stat-card.bearish .value{color:#f56565}.filters{background:#fff;padding:20px;border-radius:12px;margin-bottom:20px;box-shadow:0 4px 6px #0000001a;display:flex;gap:15px;flex-wrap:wrap;align-items:center}.filter-group{display:flex;gap:8px;align-items:center;padding:5px 10px;background:#f7fafc;border-radius:8px}.filter-label{font-size:13px;color:#718096;font-weight:500;margin-left:5px}.filter-btn{padding:8px 16px;border:2px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s;font-size:13px;font-weight:500}.filter-btn:hover{background:#f7fafc}.filter-btn.active{background:#667eea;color:#fff;border-color:#667eea}.filter-btn.range-btn.active{background:#48bb78;border-color:#48bb78}.search-input{flex:1;min-width:250px;padding:10px 15px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px}.table-container{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 6px #0000001a;overflow-x:auto}table{width:100%;border-collapse:collapse}thead{background:#f7fafc}th{padding:12px;text-align:right;font-size:14px;font-weight:600;color:#4a5568;border-bottom:2px solid #e2e8f0}td{padding:12px;text-align:right;font-size:14px;color:#2d3748;border-bottom:1px solid #e2e8f0}tbody tr{cursor:pointer;transition:all .2s ease}tbody tr:hover{background:linear-gradient(90deg,#f0fff4,#f7fafc);transform:scale(1.005);box-shadow:0 2px 8px #00000014}tbody tr:hover td:first-child{border-right:3px solid #667eea}.badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.badge.bullish{background:#c6f6d5;color:#22543d}.badge.bearish{background:#fed7d7;color:#742a2a}.badge.risky{background:#feebc8;color:#7c2d12}.badge.neutral{background:#e2e8f0;color:#2d3748}.positive{color:#48bb78;font-weight:600}.negative{color:#f56565;font-weight:600}.score-high{color:#48bb78;font-weight:700}.score-low{color:#f56565;font-weight:700}.loading{text-align:center;padding:40px;color:#718096}.chart-section{background:#fff;border-radius:12px;padding:20px;margin-top:20px;box-shadow:0 4px 6px #0000001a}.chart-section h3{margin-bottom:20px;color:#2d3748}.chart-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.chart-modal{background:#fff;border-radius:16px;width:100%;max-width:1000px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chart-header{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px 16px 0 0}.chart-title h2{margin:0;color:#fff;font-size:24px}.chart-subtitle{color:#fffc;font-size:14px;margin-top:4px;display:block}.chart-close-btn{background:#fff3;border:none;color:#fff;width:40px;height:40px;border-radius:50%;font-size:20px;cursor:pointer;transition:all .2s}.chart-close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.chart-content{padding:25px;min-height:400px}.chart-section-title{font-size:14px;font-weight:600;color:#4a5568;margin-bottom:10px;padding:8px 12px;background:#f7fafc;border-radius:6px;border-right:3px solid #667eea}.chart-loading{display:flex;justify-content:center;align-items:center;height:400px;color:#718096;font-size:16px}.chart-tooltip{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;box-shadow:0 4px 12px #00000026}.chart-tooltip .tooltip-date{font-weight:600;color:#2d3748;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.chart-tooltip p{margin:4px 0;font-size:13px}.chart-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;padding:20px 25px;background:#f7fafc;border-top:1px solid #e2e8f0;border-radius:0 0 16px 16px}.summary-item{text-align:center}.summary-label{display:block;font-size:12px;color:#718096;margin-bottom:4px}.summary-value{font-size:16px;font-weight:600;color:#2d3748}.summary-value.positive{color:#48bb78}.summary-value.negative{color:#f56565}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr)}.filters{flex-direction:column}.search-input{width:100%}.chart-modal{margin:10px;max-height:95vh}.chart-type-selector{flex-wrap:wrap}.chart-summary{grid-template-columns:repeat(2,1fr)}}.number-formatted{font-family:Vazirmatn,monospace;direction:ltr;display:inline-block}
