.silver-chart-container{direction:rtl;font-family:inherit;background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px rgb(0 0 0 / .08);max-width:1200px;margin:0 auto}.chart-tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:2px solid #f0f0f0;padding-bottom:10px}.tab-btn{background:#fff0;border:none;padding:10px 20px;font-family:inherit;font-size:14px;color:#666;cursor:pointer;transition:all 0.3s ease;border-radius:6px}.tab-btn:hover{background:#f5f5f5;color:#333}.tab-btn.active{background:#4a90e2;color:#fff;font-weight:700}.chart-wrapper{position:relative;height:400px;margin-bottom:20px;background:#fafafa;padding:15px;border-radius:8px}.chart-loader{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgb(255 255 255 / .95);border-radius:8px;z-index:10}.loader-spinner{width:50px;height:50px;border:4px solid #f0f0f0;border-top:4px solid #4a90e2;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.chart-loader p{margin-top:15px;color:#666;font-size:14px;font-family:inherit}#silverPriceChart{width:100%!important;height:100%!important;transition:opacity 0.3s ease}.price-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;margin-top:20px}.price-item{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:15px 20px;border-radius:8px;display:flex;justify-content:space-between;align-items:center;border-right:4px solid #4a90e2}.price-label{font-size:13px;color:#666;font-weight:400}.price-value{font-size:16px;color:#333;font-weight:700;font-family:inherit}@media (max-width:768px){.silver-chart-container{padding:15px}.chart-wrapper{height:300px}.chart-tabs{flex-wrap:wrap}.tab-btn{flex:1;min-width:100px;font-size:12px;padding:8px 12px}.price-info{grid-template-columns:1fr;gap:10px}.price-item{padding:12px 15px}.price-label{font-size:12px}.price-value{font-size:14px}.loader-spinner{width:40px;height:40px;border-width:3px}}