body{background:radial-gradient(circle at top center,#fffffff2 0,#eef1f7 60%),#e8ebf3;color:#222;font-family:Inter,Arial,sans-serif;margin:0;padding:0}.dashboard{margin:auto;max-width:1200px;padding:40px;text-align:center}.dashboard h1{color:#1f2937;font-size:32px;font-weight:700;margin-bottom:35px}.top-bar{align-items:center;display:flex;justify-content:center;position:relative}.rounded-select{display:inline-block;position:absolute;right:0;text-align:left}.rounded-select-button{align-items:center;background:#2d2dff;border:1px solid #d1d5db;border-radius:25px;box-shadow:0 4px 12px #0000000f;color:#fff;cursor:pointer;display:flex;font-size:15px;gap:8px;justify-content:space-between;min-width:165px;padding:12px 18px;transition:.2s}.rounded-select-button:hover{box-shadow:0 6px 18px #0000001f;transform:translateY(-2px)}.arrow{font-size:12px;opacity:.6}.rounded-select-menu{animation:fadeIn .15s ease-out;background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 12px 30px #00000026;padding:10px;position:absolute;top:50px;width:180px;z-index:999}.rounded-select-item{border-radius:14px;cursor:pointer;font-size:15px;padding:12px 14px;transition:.15s}.rounded-select-item:hover{background:#f3f4f6}.rounded-select-item.active{background:#e8eaf0;font-weight:600}.date-picker-container{display:inline-block;margin-top:20px;position:relative}.calendar-popup{animation:fadeIn .15s ease-out;background:#fff;border-radius:20px;box-shadow:0 12px 30px #00000026;padding:15px;position:absolute;top:55px;width:260px;z-index:9999}.calendar-header{margin-bottom:10px;text-align:center}.calendar-grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(7,1fr)}.calendar-day-label{color:#666;font-size:12px;text-align:center}.calendar-day{border-radius:10px;cursor:pointer;font-size:14px;padding:8px;text-align:center;transition:.2s}.calendar-day.enabled{background:#f4f5f7}.calendar-day.enabled:hover{background:#e5e7eb}.calendar-day.disabled{color:silver;cursor:default}.calendar-day.selected{background:#2d2dff!important;box-shadow:0 0 10px #2d2dff4d;color:#fff;font-weight:700}.cards{display:flex;gap:30px;justify-content:center;margin-top:30px}.card{animation:fadeIn .6s ease;background:linear-gradient(135deg,#fff,#f6f7fa);border:1px solid #e5e7eb;border-radius:22px;box-shadow:0 12px 32px #00000014,inset 0 0 0 1px #ffffffb3;padding:30px 40px;transition:transform .2s ease,box-shadow .3s ease}.card:hover{box-shadow:0 16px 40px #0000001f,inset 0 0 0 1px #ffffffe6;transform:translateY(-6px)}.card-title{color:#4b5563;font-size:16px;font-weight:500;margin-bottom:8px}.card-value{color:#1f2937;font-size:34px;font-weight:800}.loading-bar-container{background:#e5e7eb;border-radius:4px;height:6px;margin:20px 0;overflow:hidden;width:100%}.loading-bar{animation:loadingAnimation .2s ease forwards;background:linear-gradient(90deg,#4f46e5,#6366f1,#818cf8);border-radius:4px;height:100%;width:0}@keyframes loadingAnimation{0%{width:0}to{width:100%}}table{animation:fadeIn .6s ease;background:#fff;border-collapse:collapse;border-radius:14px;box-shadow:0 10px 30px #00000014,inset 0 0 0 1px #ffffffb3;margin-top:40px;overflow:hidden;width:100%}.forecast-table td,.forecast-table th{font-size:14px;padding:8px 12px}thead{background:#f0f1f5;border-bottom:2px solid #e2e4ea}th{color:#374151;font-size:16px;font-weight:700;padding:18px 20px;text-align:left}td{border-bottom:1px solid #ebecef;font-size:14px;padding:14px 16px}tbody tr:hover td{background:#f9fafc}.expand-btn{background:#4f46e5;border:none;border-radius:25px;box-shadow:0 4px 12px #0000001a;color:#fff;cursor:pointer;font-size:15px;margin-top:20px;padding:12px 18px;transition:.2s}.expand-btn:hover{box-shadow:0 6px 18px #0003;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.dashboard{padding:20px;text-align:center}.dashboard h1{font-size:22px;margin-bottom:20px}.top-bar{flex-direction:column;gap:15px}.rounded-select{position:relative;right:auto}.rounded-select-button{font-size:14px;justify-content:center}.date-picker-container{display:flex;justify-content:center;width:100%}.cards{flex-direction:column;gap:20px}.card{padding:20px}.card-value{font-size:28px}table{border-radius:10px;font-size:12px;margin-top:25px}th{font-size:14px;padding:12px}td{font-size:12px;padding:10px}.calendar-popup{right:50%;transform:translateX(50%);width:240px}}.table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:hidden;width:100%}.calendar-header{color:#333;font-weight:600;justify-content:space-between;margin-bottom:12px;padding:0 10px}.calendar-header,.month-nav{align-items:center;display:flex}.month-nav{background:#f3f4f6;border:none;border-radius:8px;box-shadow:0 2px 6px #0000000d;color:#374151;cursor:pointer;font-size:16px;height:32px;justify-content:center;transition:.15s;width:32px}.month-nav:hover{background:#e5e7eb}