.dashboard-module__Gx_nyq__layout{background:var(--paper);grid-template-columns:240px 1fr;min-height:100svh;display:grid}.dashboard-module__Gx_nyq__sidebar{border-right:1px solid var(--line);background:var(--card);flex-direction:column;height:100svh;padding:28px 20px;display:flex;position:sticky;top:0;overflow-y:auto}.dashboard-module__Gx_nyq__sidebarTop{border-bottom:1px solid var(--line);margin-bottom:24px;padding-bottom:32px}.dashboard-module__Gx_nyq__navList{flex-direction:column;flex:1;gap:4px;margin:0;padding:0;list-style:none;display:flex}.dashboard-module__Gx_nyq__navItem{color:var(--muted);border-radius:12px;align-items:center;gap:12px;padding:11px 14px;font-size:.85rem;font-weight:600;transition:background .14s,color .14s;display:flex}.dashboard-module__Gx_nyq__navItem:hover{background:var(--green-soft);color:var(--green)}.dashboard-module__Gx_nyq__navItemActive{background:var(--green-soft);color:var(--green);font-weight:700}.dashboard-module__Gx_nyq__navIcon{text-align:center;width:22px;font-size:1rem}.dashboard-module__Gx_nyq__sidebarBottom{border-top:1px solid var(--line);margin-top:24px;padding-top:20px}.dashboard-module__Gx_nyq__logoutBtn{width:100%;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;font-size:.82rem;font-weight:600;transition:background .14s;display:flex}.dashboard-module__Gx_nyq__logoutBtn:hover{color:var(--coral);background:#ef765e1a}.dashboard-module__Gx_nyq__main{max-width:860px;padding:36px clamp(24px,5vw,56px)}.dashboard-module__Gx_nyq__mainHeader{justify-content:space-between;align-items:flex-start;margin-bottom:32px;display:flex}.dashboard-module__Gx_nyq__mainHeaderEyebrow{color:var(--muted);margin:0;font-size:.72rem}.dashboard-module__Gx_nyq__mainHeaderTitle{margin:6px 0 0;font-size:1.45rem;font-weight:700}.dashboard-module__Gx_nyq__notifBtn{border:1px solid var(--line);background:var(--card);cursor:pointer;border-radius:12px;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:1rem;display:grid;position:relative}.dashboard-module__Gx_nyq__notifBadge{background:var(--coral);border:1.5px solid var(--card);border-radius:50%;width:7px;height:7px;position:absolute;top:9px;right:9px}.dashboard-module__Gx_nyq__tagCard{border:1px solid var(--line);background:var(--card);border-radius:20px;align-items:center;gap:18px;margin-bottom:20px;padding:20px 22px;display:flex;box-shadow:0 4px 20px #17211c12}.dashboard-module__Gx_nyq__tagCard__avatar{background:var(--green-soft);border-radius:16px;flex-shrink:0;place-items:center;width:56px;height:56px;font-size:1.8rem;display:grid}.dashboard-module__Gx_nyq__tagCard__info{flex:1}.dashboard-module__Gx_nyq__tagCard__name{letter-spacing:.08em;margin:0 0 6px;font-size:1rem;font-weight:700}.dashboard-module__Gx_nyq__statusPill{color:var(--green);background:#265f4914;border-radius:999px;align-items:center;gap:7px;padding:4px 10px;font-size:.7rem;font-weight:700;display:inline-flex}.dashboard-module__Gx_nyq__statusDot{background:#4caf7d;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #4caf7d2e}.dashboard-module__Gx_nyq__tagCard__preview{color:var(--green);white-space:nowrap;border:1px solid #265f4940;border-radius:999px;padding:8px 14px;font-size:.76rem;font-weight:700;transition:background .14s}.dashboard-module__Gx_nyq__tagCard__preview:hover{background:var(--green-soft)}.dashboard-module__Gx_nyq__quickGrid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:28px;display:grid}.dashboard-module__Gx_nyq__quickCard{border:1px solid var(--line);background:var(--card);border-radius:16px;align-items:center;gap:14px;padding:16px 18px;display:flex}.dashboard-module__Gx_nyq__quickCard__icon{border-radius:12px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.dashboard-module__Gx_nyq__quickCard__label{color:var(--muted);margin:0 0 3px;font-size:.66rem}.dashboard-module__Gx_nyq__quickCard__value{margin:0;font-size:.85rem;font-weight:700}.dashboard-module__Gx_nyq__toggleSwitch{cursor:pointer;background:#d8ddd9;border:0;border-radius:999px;flex-shrink:0;width:40px;height:22px;margin-left:auto;transition:background .15s;position:relative}.dashboard-module__Gx_nyq__toggleSwitch[aria-checked=true]{background:var(--green)}.dashboard-module__Gx_nyq__toggleSwitch span{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0003}.dashboard-module__Gx_nyq__toggleSwitch[aria-checked=true] span{transform:translate(18px)}.dashboard-module__Gx_nyq__recentSection{margin-bottom:28px}.dashboard-module__Gx_nyq__recentHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.dashboard-module__Gx_nyq__recentTitle{margin:0;font-size:1rem;font-weight:700}.dashboard-module__Gx_nyq__seeAll{color:var(--green);font-size:.76rem;font-weight:700}.dashboard-module__Gx_nyq__seeAll:hover{text-decoration:underline}.dashboard-module__Gx_nyq__emptyReports{text-align:center;border:1px dashed var(--line);color:var(--muted);border-radius:16px;padding:36px;font-size:.82rem}.dashboard-module__Gx_nyq__reportList{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.dashboard-module__Gx_nyq__reportItem{border-bottom:1px solid var(--line);cursor:pointer;align-items:center;gap:14px;padding:14px 0;display:flex}.dashboard-module__Gx_nyq__reportItem:last-child{border-bottom:0}.dashboard-module__Gx_nyq__reportItem__icon{background:var(--green-soft);width:36px;height:36px;color:var(--green);border-radius:50%;flex-shrink:0;place-items:center;font-size:.8rem;font-weight:900;display:grid}.dashboard-module__Gx_nyq__reportItem__body{flex:1}.dashboard-module__Gx_nyq__reportItem__date{color:var(--muted);margin:0 0 2px;font-size:.65rem}.dashboard-module__Gx_nyq__reportItem__category{margin:0 0 2px;font-size:.82rem;font-weight:600}.dashboard-module__Gx_nyq__reportItem__status{color:var(--green);margin:0;font-size:.7rem}.dashboard-module__Gx_nyq__reportItem__arrow{color:var(--muted);flex-shrink:0}.dashboard-module__Gx_nyq__actionGrid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.dashboard-module__Gx_nyq__actionCard{border:1px solid var(--line);background:var(--card);border-radius:16px;flex-direction:column;gap:6px;padding:20px 16px;transition:box-shadow .15s,transform .15s;display:flex}.dashboard-module__Gx_nyq__actionCard:hover{transform:translateY(-2px);box-shadow:0 8px 24px #17211c17}.dashboard-module__Gx_nyq__actionCard__icon{margin-bottom:6px;font-size:1.5rem}.dashboard-module__Gx_nyq__actionCard>p{margin:0;font-size:.82rem;font-weight:700}.dashboard-module__Gx_nyq__actionCard>small{color:var(--muted);font-size:.7rem}@media (max-width:768px){.dashboard-module__Gx_nyq__layout{grid-template-columns:1fr}.dashboard-module__Gx_nyq__sidebar{border-right:0;border-top:1px solid var(--line);z-index:100;flex-direction:row;align-items:center;gap:0;height:auto;padding:10px 16px;position:fixed;bottom:0;left:0;right:0;overflow:auto visible}.dashboard-module__Gx_nyq__sidebarTop{display:none}.dashboard-module__Gx_nyq__navList{flex-direction:row;flex:1;justify-content:space-around;gap:0}.dashboard-module__Gx_nyq__navItem{flex-direction:column;gap:3px;padding:8px 12px;font-size:.62rem}.dashboard-module__Gx_nyq__navIcon{width:auto}.dashboard-module__Gx_nyq__sidebarBottom{display:none}.dashboard-module__Gx_nyq__main{padding:24px 20px 100px}.dashboard-module__Gx_nyq__quickGrid,.dashboard-module__Gx_nyq__actionGrid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.dashboard-module__Gx_nyq__actionGrid,.dashboard-module__Gx_nyq__quickGrid{grid-template-columns:1fr}.dashboard-module__Gx_nyq__mainHeaderTitle{font-size:1.2rem}}
