.Dashboard-module__8Mmpzq__layout{background-color:var(--bg-color);width:100vw;height:100vh;display:flex}.Dashboard-module__8Mmpzq__sidebar{background-color:var(--surface-color);border-right:1px solid var(--border-color);flex-direction:column;width:260px;padding:24px 16px;transition:width .3s;display:flex}.Dashboard-module__8Mmpzq__brand{color:var(--text-primary);align-items:center;gap:12px;margin-bottom:40px;padding:0 8px;font-size:1.5rem;font-weight:800;display:flex}.Dashboard-module__8Mmpzq__navGroup{flex-direction:column;flex:1;gap:4px;display:flex}.Dashboard-module__8Mmpzq__navLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;opacity:.6;padding:24px 16px 8px;font-size:.7rem;font-weight:800}.Dashboard-module__8Mmpzq__navLabel:first-child{padding-top:0}.Dashboard-module__8Mmpzq__navItem{border-radius:var(--radius-sm);color:var(--text-secondary);align-items:center;gap:12px;padding:12px 16px;font-weight:500;transition:all .2s;display:flex}.Dashboard-module__8Mmpzq__navItem:hover,.Dashboard-module__8Mmpzq__navItem[data-active=true]{background-color:var(--bg-color);color:var(--accent-primary)}.Dashboard-module__8Mmpzq__main{flex-direction:column;flex:1;display:flex;overflow:hidden}.Dashboard-module__8Mmpzq__header{border-bottom:1px solid var(--border-color);background-color:var(--bg-color);justify-content:space-between;align-items:center;height:72px;padding:0 32px;display:flex}.Dashboard-module__8Mmpzq__headerTitle{font-size:1.25rem;font-weight:600}.Dashboard-module__8Mmpzq__headerActions{align-items:center;gap:16px;display:flex}.Dashboard-module__8Mmpzq__signOutBtn{color:var(--text-secondary);font-size:.9rem;transition:color .2s}.Dashboard-module__8Mmpzq__signOutBtn:hover{color:#ef4444}.Dashboard-module__8Mmpzq__pageScroll{flex:1;padding:32px;overflow-y:auto}.Dashboard-module__8Mmpzq__grid{grid-template-columns:repeat(12,1fr);gap:24px;display:grid}.Dashboard-module__8Mmpzq__widget{flex-direction:column;gap:16px;padding:24px;display:flex}.Dashboard-module__8Mmpzq__widgetHeader{justify-content:space-between;align-items:center;display:flex}.Dashboard-module__8Mmpzq__widgetTitle{font-size:1.1rem;font-weight:600}.Dashboard-module__8Mmpzq__colSpan4{grid-column:span 4}.Dashboard-module__8Mmpzq__colSpan8{grid-column:span 8}.Dashboard-module__8Mmpzq__colSpan6{grid-column:span 6}.Dashboard-module__8Mmpzq__colSpan12{grid-column:span 12}.Dashboard-module__8Mmpzq__sitePreviewImage{background:var(--border-color);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:100%;height:200px;display:flex;position:relative;overflow:hidden}.Dashboard-module__8Mmpzq__sitePreviewImage img{object-fit:cover;width:100%;height:100%}.Dashboard-module__8Mmpzq__siteStatus{color:#10b981;background:#10b9811a;border-radius:99px;align-items:center;gap:6px;padding:4px 10px;font-size:.85rem;font-weight:600;display:inline-flex}.Dashboard-module__8Mmpzq__planName{margin-top:8px;font-size:1.5rem;font-weight:700}.Dashboard-module__8Mmpzq__planPrice{color:var(--text-primary);align-items:baseline;gap:4px;font-size:2rem;font-weight:800;display:flex}.Dashboard-module__8Mmpzq__planPrice span{color:var(--text-secondary);font-size:1rem;font-weight:500}.Dashboard-module__8Mmpzq__perkList{border-top:1px solid var(--border-color);flex-direction:column;gap:12px;margin-top:16px;padding-top:16px;display:flex}.Dashboard-module__8Mmpzq__perkItem{color:var(--text-secondary);align-items:center;gap:8px;font-size:.95rem;display:flex}.Dashboard-module__8Mmpzq__table{border-collapse:collapse;width:100%}.Dashboard-module__8Mmpzq__table th{text-align:left;color:var(--text-secondary);border-bottom:1px solid var(--border-color);padding:12px 16px;font-size:.85rem;font-weight:500}.Dashboard-module__8Mmpzq__table td{border-bottom:1px solid var(--border-color);padding:16px;font-size:.95rem}.Dashboard-module__8Mmpzq__table tr:last-child td{border-bottom:none}.Dashboard-module__8Mmpzq__statusPaid{color:#10b981;background:#10b9811a;border-radius:4px;padding:4px 8px;font-size:.8rem;font-weight:600}.Dashboard-module__8Mmpzq__statusPending{color:#f59e0b;background:#f59e0b1a;border-radius:4px;padding:4px 8px;font-size:.8rem;font-weight:600}.Dashboard-module__8Mmpzq__actionLink{color:var(--accent-primary);font-size:.9rem;font-weight:500;transition:color .2s}.Dashboard-module__8Mmpzq__actionLink:hover{text-decoration:underline}@media (max-width:1024px){.Dashboard-module__8Mmpzq__colSpan4,.Dashboard-module__8Mmpzq__colSpan8,.Dashboard-module__8Mmpzq__colSpan6{grid-column:span 12}}@media (max-width:768px){.Dashboard-module__8Mmpzq__layout{position:relative}.Dashboard-module__8Mmpzq__sidebar{z-index:1000;width:280px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:-280px;box-shadow:20px 0 50px #00000080}.Dashboard-module__8Mmpzq__sidebarOpen{transform:translate(280px)}.Dashboard-module__8Mmpzq__header{z-index:50;height:64px;padding:0 16px;position:sticky;top:0}.Dashboard-module__8Mmpzq__headerTitle{white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:1rem;overflow:hidden}.Dashboard-module__8Mmpzq__pageScroll{padding:20px 16px}.Dashboard-module__8Mmpzq__grid{gap:16px}.Dashboard-module__8Mmpzq__menuToggle{border:1px solid var(--border-color);cursor:pointer;width:40px;height:40px;color:var(--text-primary);background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;margin-right:12px;display:flex}.Dashboard-module__8Mmpzq__sidebarBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;pointer-events:none;background:#0009;transition:opacity .3s;position:fixed;inset:0}.Dashboard-module__8Mmpzq__sidebarBackdropVisible{opacity:1;pointer-events:auto}}.Dashboard-module__8Mmpzq__statusPulseGreen{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s infinite Dashboard-module__8Mmpzq__pulseGreen;box-shadow:0 0 #22c55eb3}.Dashboard-module__8Mmpzq__statusPulseRed{background:#ef4444;border-radius:50%;width:6px;height:6px;animation:2s infinite Dashboard-module__8Mmpzq__pulseRed;box-shadow:0 0 #ef4444b3}@keyframes Dashboard-module__8Mmpzq__pulseGreen{0%{transform:scale(.95);box-shadow:0 0 #22c55eb3}70%{transform:scale(1);box-shadow:0 0 0 6px #22c55e00}to{transform:scale(.95);box-shadow:0 0 #22c55e00}}@keyframes Dashboard-module__8Mmpzq__pulseRed{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 6px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.Dashboard-module__8Mmpzq__availabilityBadge{text-transform:uppercase;border-radius:4px;align-items:center;gap:4px;padding:2px 8px;font-size:.65rem;font-weight:800;display:flex}.Dashboard-module__8Mmpzq__availabilityOnline{color:#22c55e;background:#22c55f1a}.Dashboard-module__8Mmpzq__availabilityOffline{color:#ef4444;background:#ef44441a}
