#vc-counter-container{--primary-color:#f07002;--secondary-color:#838383;--bg-color:#ffffff;--text-color:#333333;--shadow:0 4px 6px rgba(0, 0, 0, 0.1);max-width:300px;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);background:var(--bg-color);border:1px solid rgb(0 0 0 / .05)}#vc-counter-container.vc-theme-blue{--primary-color:#2563eb;--secondary-color:#1d4ed8}#vc-counter-container.vc-theme-green{--primary-color:#059669;--secondary-color:#047857}#vc-counter-container.vc-theme-red{--primary-color:#9a2109;--secondary-color:#680e0e}#vc-counter-container .vc-header{padding:5px 2px;text-align:center}.vc-header-label{text-transform:uppercase;font-size:.75rem;letter-spacing:2px;opacity:.9;margin-bottom:5px;font-weight:700}#vc-counter-container .vc-header h1 .theme-blue{color:#2563eb}#vc-counter-container .vc-header h1 .theme-green{color:#059669}#vc-counter-container .vc-header h1 .theme-red{color:#9a2109}#vc-counter-container .vc-header h1{margin:0;font-size:3rem;font-weight:800;line-height:1;color:#9a2109;filter:drop-shadow(0 0 5px rgb(0 0 0 / .5))}#vc-counter-container .vc-body{padding:10px 5px}.vc-stat-item{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9;font-size:.95rem;color:var(--text-color)}.vc-stat-item:last-child{border-bottom:none}.vc-stat-left{display:flex;align-items:center;gap:12px}.vc-stat-icon{display:flex;align-items:center;justify-content:center;color:var(--primary-color);opacity:.8}.vc-svg-icon{display:block;width:18px;height:18px}.vc-stat-label{font-weight:500;color:#475569}.vc-stat-value{font-weight:700;color:#1e293b;font-size:1.05rem}#vc-counter-container .vc-footer{background:#f8fafc;padding:15px;text-align:center;font-size:.8rem;color:#64748b;border-top:1px solid #e2e8f0}#vc-ip-display,#vc-time-display{margin-bottom:5px}.vc-copyright{margin-top:10px;font-weight:600;opacity:.8}.vc-loading{text-align:center;padding:20px;color:#94a3b8;font-style:italic}@keyframes fadeIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.vc-stat-item{animation:fadeIn 0.3s ease forwards}