.veldemo-bg{min-height:100vh;background:linear-gradient(135deg,#fef9c3,#fff 60%,#fde68a);align-items:center;padding:40px 8px}.veldemo-bg,.veldemo-dashboard{display:flex;flex-direction:column}.veldemo-dashboard{max-width:900px;width:100%;border-radius:24px;box-shadow:0 8px 32px 0 rgba(0,0,0,.1);background:rgba(255,255,255,.8);padding:32px;gap:32px;color:#1e293b}.veldemo-header-row{display:flex;flex-direction:column;gap:24px}@media (min-width:768px){.veldemo-header-row{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px}}.veldemo-title{font-size:2.5rem;font-weight:800;color:#b45309;margin-bottom:8px}.veldemo-subtitle{color:#64748b;font-size:1rem}.veldemo-filters{display:flex;flex-wrap:wrap;gap:12px}.veldemo-select{border-radius:10px;background:#fef9c3;border:1px solid #fef08a;padding:8px 16px;font-weight:600;color:#b45309;outline:none}.veldemo-btn{background:#facc15;color:#854d0e;font-weight:700;border:none;border-radius:10px;padding:10px 20px;box-shadow:0 1px 3px rgba(0,0,0,.07);cursor:pointer;transition:background .2s}.veldemo-btn:hover{background:#fde047}.veldemo-kpi-row{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:768px){.veldemo-kpi-row{grid-template-columns:repeat(3,1fr)}}.veldemo-kpi-box{background:#fef9c3;border-radius:18px;padding:28px 0;text-align:center;box-shadow:0 1px 2px rgba(0,0,0,.06);border:1px solid #fef08a;display:flex;flex-direction:column;gap:8px}.veldemo-kpi-label{font-size:.9rem;color:#b45309cc;margin-bottom:6px;font-weight:500}.veldemo-kpi-value{font-size:2.2rem;font-weight:800;color:#eab308}.veldemo-chart-section{width:100%;height:320px;background:#fef9c3;border-radius:18px;padding:24px;display:flex;flex-direction:column;justify-content:center}.veldemo-table-wrap{overflow-x:auto}.veldemo-table{width:100%;background:#fff;border-radius:12px;border-collapse:collapse;box-shadow:inset 0 1px 3px rgba(0,0,0,.05);color:#a16207}.veldemo-table td,.veldemo-table th{padding:12px 16px;text-align:left}.veldemo-table th{background:#fef08a;font-weight:600}.veldemo-table tr{border-top:1px solid #fef08a}.veldemo-footer{text-align:center;color:#a1620790;font-size:.95rem;padding-top:18px}