.NoticePopup-module__ZCC-tG__overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a8c;place-items:center;padding:20px;animation:.2s NoticePopup-module__ZCC-tG__fade;display:grid;position:fixed;inset:0}.NoticePopup-module__ZCC-tG__modal{border-radius:var(--radius-card);background:#fff;width:min(980px,100%);max-height:90dvh;animation:.24s cubic-bezier(.16,1,.3,1) NoticePopup-module__ZCC-tG__pop;overflow:auto;box-shadow:0 24px 60px #10375b2e}.NoticePopup-module__ZCC-tG__header{justify-content:space-between;align-items:center;padding:20px 22px 12px;display:flex}.NoticePopup-module__ZCC-tG__eyebrow{border-radius:var(--radius-pill);color:#0284c7;letter-spacing:.04em;background:#e0f2fe;padding:6px 14px;font-size:12px;font-weight:950;display:inline-flex}.NoticePopup-module__ZCC-tG__close{border-radius:var(--radius-pill);color:#475569;cursor:pointer;width:32px;height:32px;transition:transform .2s var(--ease-spring), box-shadow .2s var(--ease-spring), background-color .2s var(--ease-spring), color .2s var(--ease-spring);background:#f1f5f9;border:0;place-items:center;font-size:14px;display:grid}.NoticePopup-module__ZCC-tG__close:hover{color:#0f172a;box-shadow:var(--shadow-card);background:#e2e8f0;transform:translateY(-1px)}.NoticePopup-module__ZCC-tG__close:active{transform:scale(.97)}.NoticePopup-module__ZCC-tG__list{gap:8px;margin:0;padding:4px 14px 8px;list-style:none;display:grid}.NoticePopup-module__ZCC-tG__item{color:inherit;transition:transform .2s var(--ease-spring), box-shadow .2s var(--ease-spring), border-color .2s var(--ease-spring), background-color .2s var(--ease-spring);border:1px solid #e2e8f0;border-radius:8px;gap:6px;padding:16px;text-decoration:none;display:grid}.NoticePopup-module__ZCC-tG__item:hover{box-shadow:var(--shadow-card-hover);background:#f8fafc;border-color:#0ea5e9;transform:translateY(-2px)}.NoticePopup-module__ZCC-tG__item:active{transform:scale(.97)}.NoticePopup-module__ZCC-tG__itemCover{object-fit:contain;border:1px solid #e2e8f0;border-radius:8px;width:100%;height:auto;display:block}.NoticePopup-module__ZCC-tG__itemMeta{color:#94a3b8;align-items:center;gap:10px;font-size:12px;font-weight:750;display:flex}.NoticePopup-module__ZCC-tG__itemMeta em{color:#0284c7;letter-spacing:.04em;font-style:normal;font-weight:950}.NoticePopup-module__ZCC-tG__itemMeta time{font-variant-numeric:tabular-nums}.NoticePopup-module__ZCC-tG__item strong{color:#0f172a;word-break:keep-all;font-size:16px;font-weight:850;line-height:1.4}.NoticePopup-module__ZCC-tG__summary{color:#475569;word-break:keep-all;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:450;line-height:1.6;display:-webkit-box;overflow:hidden}.NoticePopup-module__ZCC-tG__footer{justify-content:space-between;align-items:center;gap:12px;padding:12px 22px 20px;display:flex}.NoticePopup-module__ZCC-tG__footerCheck{color:#64748b;cursor:pointer;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.NoticePopup-module__ZCC-tG__footerClose{border-radius:var(--radius-pill);color:#475569;cursor:pointer;transition:transform .2s var(--ease-spring), border-color .2s var(--ease-spring), color .2s var(--ease-spring), background .2s var(--ease-spring);background:#fff;border:1px solid #e2e8f0;padding:8px 20px;font-size:13px;font-weight:800}.NoticePopup-module__ZCC-tG__footerClose:hover{color:#0284c7;background:#f0f9ff;border-color:#0ea5e9;transform:translateY(-1px)}@keyframes NoticePopup-module__ZCC-tG__fade{0%{opacity:0}to{opacity:1}}@keyframes NoticePopup-module__ZCC-tG__pop{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:980px){.NoticePopup-module__ZCC-tG__overlay{padding:0}.NoticePopup-module__ZCC-tG__modal{border-radius:0;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh}.NoticePopup-module__ZCC-tG__header{z-index:1;background:#fff;position:sticky;top:0}.NoticePopup-module__ZCC-tG__close{width:44px;height:44px;font-size:16px}.NoticePopup-module__ZCC-tG__footerClose{min-height:44px}}@media (prefers-reduced-motion:reduce){.NoticePopup-module__ZCC-tG__overlay,.NoticePopup-module__ZCC-tG__modal{animation:none}}
.dashboard-module__LjnzkW__screen{--color-primary:#0ea5e9;--color-primary-dark:#0284c7;--color-accent:#8b5cf6;--color-accent-dark:#7c3aed;--color-success:#10b981;--color-warning:#f59e0b;--color-danger:#ef4444;--color-text:#0f172a;--color-text-light:#475569;--color-text-muted:#94a3b8;--color-border:#e2e8f0;--color-bg:#f8fafc;--color-bg-soft:#f1f5f9;--color-white:#fff;--shadow-sm:0 1px 2px #0f172a0a;--shadow-md:0 4px 12px #0f172a0f;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--gradient-primary:linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);--sky:var(--color-primary);--sky-dark:var(--color-primary-dark);--violet:var(--color-accent);--success:var(--color-success);--danger:var(--color-danger);--text:var(--color-text);--text-light:var(--color-text-light);--text-muted:var(--color-text-muted);--border:var(--color-border);--bg:var(--color-bg);--bg-soft:var(--color-bg-soft);--gradient:var(--gradient-primary);background:var(--color-bg);color:var(--color-text);letter-spacing:-.01em;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:15px;line-height:1.55}.dashboard-module__LjnzkW__screen *{box-sizing:border-box}.dashboard-module__LjnzkW__layout{grid-template-columns:240px 1fr;min-height:100vh;display:grid}.dashboard-module__LjnzkW__sidenav{background:var(--color-white);border-right:1px solid var(--color-border);flex-direction:column;gap:.5rem;height:100vh;padding:1.25rem 1rem;display:flex;position:sticky;top:0}.dashboard-module__LjnzkW__brand{border-bottom:1px solid var(--color-border);color:var(--color-text);align-items:center;gap:.625rem;margin-bottom:.5rem;padding:.5rem .75rem 1.25rem;font-size:1.05rem;font-weight:800;text-decoration:none;display:flex}.dashboard-module__LjnzkW__brand .dashboard-module__LjnzkW__dot{background:var(--gradient-primary);border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 4px #0ea5e91f}.dashboard-module__LjnzkW__brand img{object-fit:contain;width:26px;height:26px}.dashboard-module__LjnzkW__hamburger{z-index:60;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-white);width:42px;height:42px;box-shadow:var(--shadow-sm);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:none;position:fixed;top:14px;right:14px}.dashboard-module__LjnzkW__hamburger span{background:var(--color-text);border-radius:2px;width:18px;height:2px;display:block}.dashboard-module__LjnzkW__navBackdrop{z-index:45;background:#0f172a73;position:fixed;inset:0}.dashboard-module__LjnzkW__navi{border-radius:var(--radius-sm);color:var(--color-text-light);cursor:pointer;align-items:center;gap:.625rem;padding:.6rem .75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.dashboard-module__LjnzkW__navi:hover{background:var(--color-bg-soft);color:var(--color-text)}.dashboard-module__LjnzkW__navi.dashboard-module__LjnzkW__active{color:var(--color-primary-dark);background:#0ea5e91a;font-weight:800}.dashboard-module__LjnzkW__naviLocked{color:var(--color-text-muted);cursor:not-allowed}.dashboard-module__LjnzkW__naviLocked:hover{background:var(--color-bg-soft);color:var(--color-text-light)}.dashboard-module__LjnzkW__naviLock{width:14px;height:14px;color:var(--color-text-muted);flex-shrink:0;margin-left:auto}.dashboard-module__LjnzkW__navi .dashboard-module__LjnzkW__ico{width:18px;height:18px}.dashboard-module__LjnzkW__naviNotice{color:var(--color-accent-dark);font-weight:700}.dashboard-module__LjnzkW__naviNotice .dashboard-module__LjnzkW__ico{color:var(--color-accent)}.dashboard-module__LjnzkW__naviNotice.dashboard-module__LjnzkW__active{color:var(--color-accent-dark);background:#8b5cf61f}.dashboard-module__LjnzkW__naviNewBadge{letter-spacing:.04em;color:#fff;background:var(--color-accent);border-radius:999px;margin-left:auto;padding:.06rem .36rem;font-size:.58rem;font-weight:800;line-height:1.5}.dashboard-module__LjnzkW__navBusy{pointer-events:none}.dashboard-module__LjnzkW__spin{opacity:.7;border:2px solid;border-top-color:#0000;border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.6s linear infinite dashboard-module__LjnzkW__naviSpin}@keyframes dashboard-module__LjnzkW__naviSpin{to{transform:rotate(360deg)}}.dashboard-module__LjnzkW__naviDivider{text-transform:uppercase;color:var(--color-text-muted);letter-spacing:.08em;margin:.75rem .75rem .25rem;font-size:.68rem;font-weight:800}.dashboard-module__LjnzkW__navUser{border-radius:var(--radius-md);background:var(--color-bg-soft);color:inherit;border:1px solid #0000;align-items:center;gap:.625rem;margin-top:auto;padding:.875rem;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.dashboard-module__LjnzkW__navUser:hover{border-color:var(--color-border);background:var(--color-bg)}.dashboard-module__LjnzkW__navUserActive{border-color:var(--color-primary)}.dashboard-module__LjnzkW__infoList{flex-direction:column;display:flex}.dashboard-module__LjnzkW__infoRow{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 0;display:flex}.dashboard-module__LjnzkW__infoRow:last-child{border-bottom:none}.dashboard-module__LjnzkW__infoKey{color:var(--color-text-muted);font-size:.9rem}.dashboard-module__LjnzkW__infoVal{color:var(--color-text);text-align:right;font-weight:600}.dashboard-module__LjnzkW__accountActions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.25rem;display:flex}.dashboard-module__LjnzkW__navUser .dashboard-module__LjnzkW__av{background:var(--gradient-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;font-weight:800;display:flex}.dashboard-module__LjnzkW__navUserInfo{flex:1;min-width:0;line-height:1.25}.dashboard-module__LjnzkW__navUserName{color:var(--color-text);font-size:.85rem;font-weight:800}.dashboard-module__LjnzkW__navUserSub{color:var(--color-text-muted);font-size:.7rem}.dashboard-module__LjnzkW__main{width:100%;min-width:0;max-width:1280px;padding:1.5rem 2rem 2.5rem}.dashboard-module__LjnzkW__pageHead{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.dashboard-module__LjnzkW__pageTitle{letter-spacing:-.025em;color:var(--color-text);font-size:1.65rem;font-weight:800}.dashboard-module__LjnzkW__pageSub{color:var(--color-text-muted);margin-top:.2rem;font-size:.88rem}.dashboard-module__LjnzkW__headActions{gap:.5rem;display:flex}.dashboard-module__LjnzkW__btn{border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-white);font:inherit;cursor:pointer;color:var(--color-text);transition:transform .18s var(--ease-spring), box-shadow .18s var(--ease-spring), background-color .18s var(--ease-spring), border-color .18s var(--ease-spring);align-items:center;gap:.4rem;padding:.65rem 1.125rem;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.dashboard-module__LjnzkW__btn:hover{background:var(--color-bg-soft);border-color:#cbd5e1}.dashboard-module__LjnzkW__btn:active{transform:scale(.97)}.dashboard-module__LjnzkW__btn.dashboard-module__LjnzkW__primary{background:var(--gradient-primary);color:#fff;border-color:#0000;box-shadow:0 4px 12px #0ea5e940}.dashboard-module__LjnzkW__btn.dashboard-module__LjnzkW__primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0ea5e959}.dashboard-module__LjnzkW__kpis{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.dashboard-module__LjnzkW__kpi{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:.4rem;padding:1.125rem 1.25rem;display:flex;position:relative;overflow:hidden}.dashboard-module__LjnzkW__kpi:before{content:"";background:var(--gradient-primary);opacity:.05;border-radius:50%;width:80px;height:80px;position:absolute;top:0;right:0;transform:translate(30%,-30%)}.dashboard-module__LjnzkW__kpiLabel{color:var(--color-text-muted);font-size:.75rem;font-weight:700}.dashboard-module__LjnzkW__kpiValue{color:var(--color-text);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:1.9rem;font-weight:800;line-height:1}.dashboard-module__LjnzkW__kpiValue .dashboard-module__LjnzkW__unit{color:var(--color-text-muted);margin-left:2px;font-size:.95rem;font-weight:700}.dashboard-module__LjnzkW__kpiTrend{font-size:.75rem;font-weight:700}.dashboard-module__LjnzkW__kpiTrend.dashboard-module__LjnzkW__up{color:#047857}.dashboard-module__LjnzkW__kpiTrend.dashboard-module__LjnzkW__down{color:#b91c1c}.dashboard-module__LjnzkW__kpiIcon{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:1rem;right:1rem}.dashboard-module__LjnzkW__kpiIcon.dashboard-module__LjnzkW__p{background:var(--gradient-primary)}.dashboard-module__LjnzkW__kpiIcon.dashboard-module__LjnzkW__s{background:linear-gradient(135deg,#10b981,#0ea5e9)}.dashboard-module__LjnzkW__kpiIcon.dashboard-module__LjnzkW__w{background:linear-gradient(135deg,#f59e0b,#ef4444)}.dashboard-module__LjnzkW__kpiIcon.dashboard-module__LjnzkW__a{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.dashboard-module__LjnzkW__row{grid-template-columns:1.4fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.dashboard-module__LjnzkW__card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card);overflow:hidden}.dashboard-module__LjnzkW__cardSpaced{margin-bottom:1.5rem}.dashboard-module__LjnzkW__cardHead{border-bottom:1px solid var(--color-border);align-items:center;gap:.5rem;padding:1.125rem 1.5rem;display:flex}.dashboard-module__LjnzkW__cardHead h2{color:var(--color-text);letter-spacing:-.015em;font-size:1rem;font-weight:800}.dashboard-module__LjnzkW__cardHead .dashboard-module__LjnzkW__hint{color:var(--color-text-muted);margin-left:auto;font-size:.75rem;font-weight:600}.dashboard-module__LjnzkW__cardBody{padding:1.25rem 1.5rem 1.5rem}.dashboard-module__LjnzkW__heatMeta{color:var(--color-text-muted);justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.78rem;display:flex}.dashboard-module__LjnzkW__heatMeta strong{color:var(--color-text)}.dashboard-module__LjnzkW__heatGrid{grid-template-columns:repeat(26,1fr);gap:3px;display:grid}.dashboard-module__LjnzkW__heatCell{aspect-ratio:1;background:var(--color-bg-soft);border-radius:3px;transition:transform .1s}.dashboard-module__LjnzkW__heatCell:hover{z-index:5;cursor:pointer;transform:scale(1.5)}.dashboard-module__LjnzkW__heatCell.dashboard-module__LjnzkW__l1{background:#0ea5e92e}.dashboard-module__LjnzkW__heatCell.dashboard-module__LjnzkW__l2{background:#0ea5e966}.dashboard-module__LjnzkW__heatCell.dashboard-module__LjnzkW__l3{background:#0ea5e9a6}.dashboard-module__LjnzkW__heatCell.dashboard-module__LjnzkW__l4{background:#0ea5e9e6}.dashboard-module__LjnzkW__heatLegend{color:var(--color-text-muted);justify-content:flex-end;align-items:center;gap:.4rem;margin-top:.75rem;font-size:.72rem;display:flex}.dashboard-module__LjnzkW__heatLegendCell{background:var(--color-bg-soft);border-radius:3px;width:11px;height:11px}.dashboard-module__LjnzkW__weakList{flex-direction:column;gap:.5rem;display:flex}.dashboard-module__LjnzkW__weak{border-radius:var(--radius-md);background:var(--color-bg-soft);cursor:pointer;grid-template-columns:28px 1fr auto;align-items:center;gap:.75rem;padding:.75rem .875rem;transition:all .15s;display:grid}.dashboard-module__LjnzkW__weak:hover{background:#ef44440f;transform:translate(2px)}.dashboard-module__LjnzkW__weakRank{color:#fff;background:linear-gradient(135deg,#f59e0b,#ef4444);border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:800;display:flex}.dashboard-module__LjnzkW__weakName{color:var(--color-text);font-size:.88rem;font-weight:700}.dashboard-module__LjnzkW__weakSub{color:var(--color-text-muted);font-size:.72rem}.dashboard-module__LjnzkW__weakPct{text-align:right}.dashboard-module__LjnzkW__weakPctVal{color:var(--color-danger);font-size:1.05rem;font-weight:800}.dashboard-module__LjnzkW__weakPctLbl{color:var(--color-text-muted);font-size:.68rem;font-weight:600}.dashboard-module__LjnzkW__qaGrid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.dashboard-module__LjnzkW__qaCard{border-radius:var(--radius-md);background:var(--color-white);border:1.5px solid var(--color-border);cursor:pointer;color:inherit;padding:1rem;text-decoration:none;transition:all .15s}.dashboard-module__LjnzkW__qaCard:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 8px 24px #0ea5e91f}.dashboard-module__LjnzkW__qaEmoji{margin-bottom:.4rem;font-size:1.5rem}.dashboard-module__LjnzkW__qaTitle{color:var(--color-text);margin-bottom:.2rem;font-size:.9rem;font-weight:800}.dashboard-module__LjnzkW__qaSub{color:var(--color-text-muted);font-size:.74rem}.dashboard-module__LjnzkW__activityList{flex-direction:column;gap:.5rem;display:flex}.dashboard-module__LjnzkW__act{border-radius:var(--radius-sm);grid-template-columns:auto 1fr auto auto;align-items:center;gap:.875rem;padding:.625rem .75rem;display:grid}.dashboard-module__LjnzkW__act:hover{background:var(--color-bg-soft);cursor:pointer}.dashboard-module__LjnzkW__actIcon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dashboard-module__LjnzkW__actIcon.dashboard-module__LjnzkW__t1{color:var(--color-primary-dark);background:#0ea5e91f}.dashboard-module__LjnzkW__actIcon.dashboard-module__LjnzkW__t2{color:var(--color-accent-dark);background:#8b5cf61f}.dashboard-module__LjnzkW__actIcon.dashboard-module__LjnzkW__t3{color:#047857;background:#10b9811f}.dashboard-module__LjnzkW__actIcon.dashboard-module__LjnzkW__t4{color:#b45309;background:#f59e0b1f}.dashboard-module__LjnzkW__actText{font-size:.88rem;font-weight:600}.dashboard-module__LjnzkW__actSub{color:var(--color-text-muted);font-size:.72rem;font-weight:500}.dashboard-module__LjnzkW__actPct{border-radius:999px;padding:.2rem .5rem;font-size:.72rem;font-weight:800}.dashboard-module__LjnzkW__actPct.dashboard-module__LjnzkW__g{color:#047857;background:#10b9811a}.dashboard-module__LjnzkW__actPct.dashboard-module__LjnzkW__b{color:#b45309;background:#f59e0b1a}.dashboard-module__LjnzkW__actPct.dashboard-module__LjnzkW__r{color:#b91c1c;background:#ef44441a}.dashboard-module__LjnzkW__actWhen{color:var(--color-text-muted);font-size:.72rem;font-weight:600}.dashboard-module__LjnzkW__badges{grid-template-columns:repeat(4,1fr);gap:.625rem;display:grid}.dashboard-module__LjnzkW__badge{aspect-ratio:1;border-radius:var(--radius-md);background:var(--color-bg-soft);border:1.5px solid var(--color-border);text-align:center;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;padding:.4rem;transition:all .15s;display:flex}.dashboard-module__LjnzkW__badge.dashboard-module__LjnzkW__unlocked{background:linear-gradient(135deg,#0ea5e90f,#8b5cf60f);border-color:#0ea5e94d}.dashboard-module__LjnzkW__badge:hover{transform:translateY(-2px)}.dashboard-module__LjnzkW__badgeEmoji{margin-bottom:.3rem;font-size:1.6rem;line-height:1}.dashboard-module__LjnzkW__badge.dashboard-module__LjnzkW__locked .dashboard-module__LjnzkW__badgeEmoji{filter:grayscale();opacity:.35}.dashboard-module__LjnzkW__badgeName{color:var(--color-text);font-size:.7rem;font-weight:800;line-height:1.2}.dashboard-module__LjnzkW__badge.dashboard-module__LjnzkW__locked .dashboard-module__LjnzkW__badgeName{color:var(--color-text-muted)}.dashboard-module__LjnzkW__goalProgress{background:#e2e8f0;border-radius:999px;height:8px;margin-top:.75rem;overflow:hidden}.dashboard-module__LjnzkW__goalProgressFill{background:var(--gradient-primary);border-radius:999px;height:100%}.dashboard-module__LjnzkW__goalSub{color:var(--color-text-light);font-size:.78rem;font-weight:600}.dashboard-module__LjnzkW__quotaCta{color:inherit;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:block}.dashboard-module__LjnzkW__quotaCta:hover{border-color:var(--color-primary);transform:translateY(-1px);box-shadow:0 6px 20px #0ea5e91f}.dashboard-module__LjnzkW__quotaCtaRow{align-items:baseline;gap:.4rem;margin-bottom:.6rem;display:flex}.dashboard-module__LjnzkW__quotaRemain{color:var(--color-primary-dark);letter-spacing:-.03em;font-size:2rem;font-weight:800;line-height:1}.dashboard-module__LjnzkW__quotaRemainUnit{color:var(--color-text);font-size:.9rem;font-weight:700}.dashboard-module__LjnzkW__quotaCtaGo{color:var(--color-primary-dark);align-items:center;gap:.25rem;margin-left:auto;font-size:.82rem;font-weight:700;display:inline-flex}.dashboard-module__LjnzkW__ico{width:16px;height:16px}@media (max-width:1100px){.dashboard-module__LjnzkW__row{grid-template-columns:1fr}.dashboard-module__LjnzkW__kpis{grid-template-columns:repeat(2,1fr)}.dashboard-module__LjnzkW__qaGrid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.dashboard-module__LjnzkW__layout{grid-template-columns:1fr}.dashboard-module__LjnzkW__hamburger{display:flex}.dashboard-module__LjnzkW__sidenav{z-index:50;border-right:none;border-bottom:1px solid var(--color-border);width:100%;height:auto;max-height:100vh;transition:transform .25s;position:fixed;top:0;left:0;right:0;overflow-y:auto;transform:translateY(-100%);box-shadow:0 10px 28px #0f172a24}.dashboard-module__LjnzkW__sidenavOpen{transform:translateY(0)}.dashboard-module__LjnzkW__main{padding:68px 1rem 1rem;overflow-x:hidden}.dashboard-module__LjnzkW__kpis{grid-template-columns:1fr 1fr}.dashboard-module__LjnzkW__qaGrid{grid-template-columns:1fr}.dashboard-module__LjnzkW__badges{grid-template-columns:repeat(2,1fr)}.dashboard-module__LjnzkW__heatGrid{grid-template-columns:repeat(15,1fr)}.dashboard-module__LjnzkW__noticeThumb{display:none}.dashboard-module__LjnzkW__goal{grid-template-columns:1fr}.dashboard-module__LjnzkW__goalDay{border-top:1px solid #0ea5e92e;border-left:none;padding-top:.5rem;padding-left:0}}@media (max-width:480px){.dashboard-module__LjnzkW__main{padding:64px .75rem .75rem}.dashboard-module__LjnzkW__kpis{grid-template-columns:1fr}}.dashboard-module__LjnzkW__noticeList{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.dashboard-module__LjnzkW__noticeItem{border-bottom:1px solid var(--color-border)}.dashboard-module__LjnzkW__noticeItem:last-child{border-bottom:none}.dashboard-module__LjnzkW__noticeSummary{cursor:pointer;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem .25rem;list-style:none;display:flex}.dashboard-module__LjnzkW__noticeSummary::-webkit-details-marker{display:none}.dashboard-module__LjnzkW__noticeTitleRow{align-items:center;gap:.5rem;min-width:0;display:flex}.dashboard-module__LjnzkW__noticeThumb{border:1px solid var(--color-border);object-fit:cover;border-radius:8px;flex-shrink:0;width:44px;height:44px}.dashboard-module__LjnzkW__noticePin{flex-shrink:0}.dashboard-module__LjnzkW__noticeBadge{background:var(--color-surface-soft,#eef6fb);color:var(--color-text-muted);border-radius:999px;flex-shrink:0;padding:.1rem .5rem;font-size:.7rem;font-weight:700}.dashboard-module__LjnzkW__noticeTitle{text-overflow:ellipsis;white-space:nowrap;color:var(--color-text);font-size:.9rem;font-weight:700;overflow:hidden}.dashboard-module__LjnzkW__noticeDate{color:var(--color-text-muted);flex-shrink:0;font-size:.75rem;font-weight:600}.dashboard-module__LjnzkW__noticeBody{color:var(--color-text-muted);white-space:pre-line;padding:0 .25rem .85rem;font-size:.85rem;line-height:1.6}.dashboard-module__LjnzkW__noticeBodyImage{border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;max-width:520px;height:auto;margin:0 0 .85rem;display:block}