.DashboardClient-module__Tn-Vja__container{background:var(--bg-main);flex-direction:column;gap:0;min-height:100vh;padding:0;display:flex}.DashboardClient-module__Tn-Vja__statsRow{grid-template-columns:repeat(5,1fr);gap:18px;display:grid}.DashboardClient-module__Tn-Vja__statCardItem{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--premium-shadow);border-radius:20px;flex-direction:column;gap:10px;padding:22px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.DashboardClient-module__Tn-Vja__statCardItem:before{content:"";pointer-events:none;background:radial-gradient(circle at 10% 10%,#3b82f60a 0%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}.DashboardClient-module__Tn-Vja__statCardItem:hover{box-shadow:0 16px 36px -12px #0006, var(--glow-shadow);border-color:#3b82f659;transform:translateY(-4px)}[data-theme=light] .DashboardClient-module__Tn-Vja__statCardItem:hover{box-shadow:0 16px 36px -12px #0000000d, var(--glow-shadow)}.DashboardClient-module__Tn-Vja__statLabelTop{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700}.DashboardClient-module__Tn-Vja__statContent{justify-content:space-between;align-items:center;display:flex}.DashboardClient-module__Tn-Vja__statBigValue{color:var(--text-primary);letter-spacing:-.03em;font-size:34px;font-weight:800;font-family:var(--font-primary)}.DashboardClient-module__Tn-Vja__statIconWrapper{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 10px #0000000d}.DashboardClient-module__Tn-Vja__sectionCard{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--premium-shadow);border-radius:20px;padding:26px;transition:border-color .3s,box-shadow .3s}.DashboardClient-module__Tn-Vja__sectionCard:hover{border-color:#3b82f633}.DashboardClient-module__Tn-Vja__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.DashboardClient-module__Tn-Vja__sectionHeader h2{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:17px;font-weight:800}.DashboardClient-module__Tn-Vja__timelineGrid{border:1px solid var(--border-color);box-shadow:var(--premium-shadow);background:var(--bg-card);border-radius:16px;grid-template-columns:240px 1fr;display:grid;overflow:hidden}.DashboardClient-module__Tn-Vja__timelineSidebar{border-right:1px solid var(--border-color);background:#0a0d164d}.DashboardClient-module__Tn-Vja__sidebarHeader{text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-color);color:var(--text-primary);background:#ffffff05;padding:18px 20px;font-size:13px;font-weight:800}.DashboardClient-module__Tn-Vja__sidebarItem{border-bottom:1px solid var(--border-color);color:var(--text-primary);align-items:center;gap:10px;padding:16px 20px;font-size:13px;font-weight:600;transition:background .2s;display:flex}.DashboardClient-module__Tn-Vja__sidebarItem:hover{background:var(--bg-hover)}.DashboardClient-module__Tn-Vja__timelineContent{background:#0a0d161a;overflow-x:auto}.DashboardClient-module__Tn-Vja__timelineDaysHeader{border-bottom:1px solid var(--border-color);background:#ffffff03}.DashboardClient-module__Tn-Vja__monthHeader{color:var(--text-secondary);border-bottom:1px solid var(--border-color);letter-spacing:.02em;padding:10px 20px;font-size:12px;font-weight:700}.DashboardClient-module__Tn-Vja__daysRow{grid-template-columns:repeat(31,40px);display:grid}.DashboardClient-module__Tn-Vja__dayNum{width:40px;height:38px;color:var(--text-secondary);border-right:1px solid var(--border-color);justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex}.DashboardClient-module__Tn-Vja__timelineRows{flex-direction:column;display:flex}.DashboardClient-module__Tn-Vja__timelineRow{border-bottom:1px solid var(--border-color);background-image:linear-gradient(to right, var(--border-color) 1px, transparent 1px);background-size:40px 100%;height:52px;position:relative}.DashboardClient-module__Tn-Vja__timelineBar{cursor:pointer;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:8px;height:28px;padding:0 14px;transition:transform .2s,filter .2s;display:flex;position:absolute;top:12px;box-shadow:0 4px 15px #00000026}.DashboardClient-module__Tn-Vja__timelineBar:hover{filter:brightness(1.1);transform:scale(1.02)}.DashboardClient-module__Tn-Vja__barDot{border-radius:50%;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 8px}.DashboardClient-module__Tn-Vja__barLabel{white-space:nowrap;color:var(--text-primary);font-size:11px;font-weight:700}.DashboardClient-module__Tn-Vja__detailsTable{border-collapse:collapse;width:100%}.DashboardClient-module__Tn-Vja__detailsTable th{text-align:left;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-color);background:#ffffff04;padding:14px 20px;font-size:11.5px;font-weight:700}[data-theme=light] .DashboardClient-module__Tn-Vja__detailsTable th{background:#0f172a04}.DashboardClient-module__Tn-Vja__detailsTable tr{transition:background .2s cubic-bezier(.4,0,.2,1)}.DashboardClient-module__Tn-Vja__detailsTable tbody tr:hover{background:var(--bg-hover)}.DashboardClient-module__Tn-Vja__detailsTable td{color:var(--text-primary);border-bottom:1px solid var(--border-color);padding:18px 20px;font-size:13px}.DashboardClient-module__Tn-Vja__progressCell{align-items:center;gap:12px;min-width:150px;display:flex}.DashboardClient-module__Tn-Vja__miniProgressBg{background:#ffffff0d;border-radius:10px;flex:1;height:6px;overflow:hidden}[data-theme=light] .DashboardClient-module__Tn-Vja__miniProgressBg{background:#0f172a0d}.DashboardClient-module__Tn-Vja__miniProgressFill{border-radius:10px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}.DashboardClient-module__Tn-Vja__chartLegend{justify-content:center;gap:24px;margin-top:24px;display:flex}.DashboardClient-module__Tn-Vja__legendItem{color:var(--text-secondary);align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.DashboardClient-module__Tn-Vja__legendDot{border-radius:50%;width:10px;height:10px}.DashboardClient-module__Tn-Vja__filters{align-items:center;gap:16px;display:flex}.DashboardClient-module__Tn-Vja__dateFilter{color:var(--text-secondary);align-items:center;gap:8px;font-size:12px;display:flex}.DashboardClient-module__Tn-Vja__dateVal{border:1px solid var(--border-color);background:var(--bg-card);color:var(--text-primary);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-weight:700;display:flex}.DashboardClient-module__Tn-Vja__monthSelect{border:1px solid var(--border-color);background:var(--bg-card);color:var(--text-primary);border-radius:6px;outline:none;padding:6px 12px;font-size:12px;font-weight:700}@media (max-width:1200px){.DashboardClient-module__Tn-Vja__statsRow{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.DashboardClient-module__Tn-Vja__statsRow,.DashboardClient-module__Tn-Vja__timelineGrid{grid-template-columns:1fr}.DashboardClient-module__Tn-Vja__timelineSidebar{display:none}.DashboardClient-module__Tn-Vja__bottomGrid{grid-template-columns:1fr!important}}.DashboardClient-module__Tn-Vja__windowsSpinner{width:80px;height:80px;display:inline-block;position:relative}.DashboardClient-module__Tn-Vja__windowsSpinner div{transform-origin:40px 40px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite DashboardClient-module__Tn-Vja__lds-roller}.DashboardClient-module__Tn-Vja__windowsSpinner div:after{content:" ";background:var(--accent-primary);width:7px;height:7px;box-shadow:0 0 10px var(--accent-primary);border-radius:50%;margin:-4px 0 0 -4px;display:block;position:absolute}.DashboardClient-module__Tn-Vja__windowsSpinner div:first-child{animation-delay:-.036s}.DashboardClient-module__Tn-Vja__windowsSpinner div:first-child:after{top:63px;left:63px}.DashboardClient-module__Tn-Vja__windowsSpinner div:nth-child(2){animation-delay:-.072s}.DashboardClient-module__Tn-Vja__windowsSpinner div:nth-child(2):after{top:68px;left:56px}.DashboardClient-module__Tn-Vja__windowsSpinner div:nth-child(3){animation-delay:-.108s}.DashboardClient-module__Tn-Vja__windowsSpinner div:nth-child(3):after{top:71px;left:48px}.DashboardClient-module__Tn-Vja__windowsSpinner div:nth-child(4){animation-delay:-.144s}.DashboardClient-module__Tn-Vja__windowsSpinner div:nth-child(4):after{top:72px;left:40px}.DashboardClient-module__Tn-Vja__windowsSpinner div:nth-child(5){animation-delay:-.18s}.DashboardClient-module__Tn-Vja__windowsSpinner div:nth-child(5):after{top:71px;left:32px}.DashboardClient-module__Tn-Vja__windowsSpinner div:nth-child(6){animation-delay:-.216s}.DashboardClient-module__Tn-Vja__windowsSpinner div:nth-child(6):after{top:68px;left:24px}.DashboardClient-module__Tn-Vja__windowsSpinner div:nth-child(7){animation-delay:-.252s}.DashboardClient-module__Tn-Vja__windowsSpinner div:nth-child(7):after{top:63px;left:17px}.DashboardClient-module__Tn-Vja__windowsSpinner div:nth-child(8){animation-delay:-.288s}.DashboardClient-module__Tn-Vja__windowsSpinner div:nth-child(8):after{top:56px;left:12px}@keyframes DashboardClient-module__Tn-Vja__lds-roller{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
