:root{--bg:#f6f7f9;--panel:#fff;--text:#17191d;--muted:#7d8794;--line:#e9ebef;--line-strong:#dfe2e7;--blue:#2167f5;--blue-soft:#eef4ff;--green:#12a66a;--green-soft:#eaf9f2;--orange:#e48117;--orange-soft:#fff5e8;--red:#e5484d;--red-soft:#fff0f0;--gray-soft:#f2f4f7;--sidebar:#111318;--shadow:0 8px 30px rgba(17,24,39,.05);--radius:18px;--radius-sm:12px;--sidebar-w:250px;--topbar-h:84px;font-family:Inter,Pretendard,"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color-scheme:light}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text)}body{font-size:14px;line-height:1.55;letter-spacing:-.2px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}svg{width:20px;height:20px;display:block}.md-app{min-height:100vh}.md-sidebar{position:fixed;z-index:50;inset:0 auto 0 0;width:var(--sidebar-w);background:var(--sidebar);color:#fff;padding:18px 14px 16px;display:flex;flex-direction:column;overflow-y:auto}.md-brand{display:flex;align-items:center;justify-content:space-between;padding:2px 8px 18px}.md-brand__link{display:flex;align-items:center;gap:10px}.md-brand__mark{width:36px;height:36px;border-radius:11px;background:linear-gradient(145deg,#2d73ff,#75a0ff);display:grid;place-items:center;font-weight:900;font-size:18px;box-shadow:0 8px 24px rgba(45,115,255,.25)}.md-brand b{display:block;font-size:15px;line-height:1.2;letter-spacing:-.2px}.md-brand em{display:block;font-style:normal;font-size:11px;color:#8d96a5;margin-top:3px}.md-store-chip{border:1px solid rgba(255,255,255,.08);background:#191c22;border-radius:13px;padding:11px 12px;display:flex;align-items:center;gap:9px;margin:0 2px 15px}.md-store-chip__dot{width:8px;height:8px;border-radius:50%;background:#33d17a;box-shadow:0 0 0 4px rgba(51,209,122,.1)}.md-store-chip b{display:block;font-size:12px;max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.md-store-chip span{display:block;font-size:10px;color:#7e8795;margin-top:1px}.md-nav{display:flex;flex-direction:column;gap:2px}.md-nav__label{font-size:10px;color:#606978;font-weight:700;padding:17px 11px 7px;text-transform:uppercase;letter-spacing:.8px}.md-nav__item{min-height:42px;padding:0 11px;border-radius:10px;display:flex;align-items:center;gap:11px;color:#9da6b3;transition:.18s ease;font-size:13px;font-weight:560}.md-nav__item svg{width:18px;height:18px;opacity:.9}.md-nav__item:hover{background:rgba(255,255,255,.055);color:#fff}.md-nav__item.is-active{background:#232833;color:#fff}.md-nav__item.is-active svg{color:#79a5ff}.md-nav__item small{margin-left:auto;background:#e5484d;color:#fff;border-radius:999px;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;font-size:9px}.md-sidebar__bottom{margin-top:auto;padding-top:18px}.md-powered{color:#59616e;font-size:10px;padding:14px 11px 0}.md-powered b{color:#7e8795}.md-sidebar__close{display:none!important;color:#fff}.md-main{margin-left:var(--sidebar-w);min-height:100vh;display:flex;flex-direction:column}.md-topbar{height:var(--topbar-h);display:flex;align-items:center;justify-content:space-between;padding:0 34px;background:rgba(246,247,249,.92);backdrop-filter:blur(12px);position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(225,228,233,.82)}.md-topbar__left,.md-topbar__right{display:flex;align-items:center;gap:12px}.md-topbar h1{font-size:20px;line-height:1.25;margin:0;font-weight:800;letter-spacing:-.7px}.md-topbar p{margin:4px 0 0;color:var(--muted);font-size:12px}.md-content{width:100%;max-width:1540px;margin:0 auto;padding:28px 34px 50px;flex:1}.md-footer{padding:22px 34px 32px;color:#a0a8b3;font-size:11px;display:flex;justify-content:space-between}.md-icon-button{border:1px solid var(--line);background:#fff;width:40px;height:40px;border-radius:11px;display:grid;place-items:center;color:#5e6876;padding:0}.md-icon-button:hover{border-color:#ccd2db;color:#222}.md-mobile-menu{display:none}.md-bell{position:relative}.md-bell i{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--red);right:8px;top:7px;border:2px solid #fff}.md-button{border:1px solid var(--line-strong);background:#fff;color:#30343a;border-radius:11px;min-height:40px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:700;font-size:12px;transition:.16s}.md-button:hover{transform:translateY(-1px);box-shadow:0 5px 14px rgba(17,24,39,.06)}.md-button svg{width:16px;height:16px}.md-button--primary{background:#17191d;border-color:#17191d;color:#fff}.md-button--blue{background:var(--blue);border-color:var(--blue);color:#fff}.md-button--danger{background:#fff;border-color:#f0b6b8;color:#d63137}.md-button--ghost{background:transparent}.md-button--sm{min-height:34px;padding:0 11px;font-size:11px}.md-grid{display:grid;gap:16px}.md-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.md-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.md-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.md-grid--6{grid-template-columns:repeat(6,minmax(0,1fr))}.md-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 1px 1px rgba(16,24,40,.015)}.md-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:22px 22px 0}.md-card__head h2,.md-card__head h3{margin:0;font-size:15px;font-weight:800;letter-spacing:-.4px}.md-card__head p{margin:5px 0 0;color:var(--muted);font-size:11px}.md-card__body{padding:22px}.md-card__foot{padding:14px 22px;border-top:1px solid var(--line)}.md-hero{display:grid;grid-template-columns:minmax(320px,1.15fr) minmax(480px,2fr);gap:16px;margin-bottom:16px}.md-health-card{padding:28px;min-height:280px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;background:linear-gradient(145deg,#111318,#1c2029);color:#fff;border:none}.md-health-card:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(68,121,255,.25),transparent 65%);right:-60px;top:-80px}.md-health-card__label{color:#9da6b4;font-size:12px}.md-health-score{display:flex;align-items:flex-end;gap:6px;margin:6px 0 0}.md-health-score strong{font-size:72px;letter-spacing:-4px;line-height:1;font-weight:850}.md-health-score span{color:#808998;font-size:17px;margin-bottom:10px}.md-health-delta{display:inline-flex;align-items:center;gap:5px;margin-top:12px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:6px 10px;font-size:11px;color:#c9d0da;width:max-content}.md-health-delta.is-up{color:#69dda5}.md-health-delta.is-down{color:#ff8d91}.md-health-card__bottom{display:flex;align-items:end;justify-content:space-between;position:relative;z-index:2}.md-health-status b{font-size:13px;display:block}.md-health-status span{font-size:11px;color:#86909f}.md-health-ring{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#4b82ff var(--score),rgba(255,255,255,.08) 0);position:relative}.md-health-ring:before{content:"";position:absolute;inset:6px;border-radius:50%;background:#181b21}.md-health-ring svg{z-index:2;color:#7ca2ff}.md-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;height:100%}.md-category-card{border:1px solid var(--line);border-radius:15px;padding:17px;display:flex;flex-direction:column;min-height:130px;background:#fff;transition:.18s}.md-category-card:hover{border-color:#ccd4e0;box-shadow:0 8px 24px rgba(17,24,39,.04);transform:translateY(-1px)}.md-category-card__top{display:flex;justify-content:space-between;align-items:center}.md-category-icon{width:34px;height:34px;border-radius:10px;background:var(--gray-soft);display:grid;place-items:center;color:#596474}.md-category-icon svg{width:17px;height:17px}.md-category-score{font-size:20px;font-weight:850;letter-spacing:-1px}.md-category-card h3{font-size:12px;margin:13px 0 4px}.md-category-card p{font-size:10px;color:var(--muted);margin:0}.md-progress{height:5px;background:#eef0f3;border-radius:99px;overflow:hidden;margin-top:auto}.md-progress i{display:block;height:100%;border-radius:99px;background:#2d73ff}.md-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.md-kpi{padding:18px 20px}.md-kpi span{font-size:11px;color:var(--muted);display:block}.md-kpi strong{font-size:26px;display:block;margin-top:7px;letter-spacing:-1.2px}.md-kpi small{display:block;font-size:10px;margin-top:4px;color:#a0a8b3}.md-kpi--critical strong{color:var(--red)}.md-kpi--warning strong{color:var(--orange)}.md-kpi--good strong{color:var(--green)}.md-section-gap{margin-top:16px}.md-table-wrap{overflow:auto}.md-table{width:100%;border-collapse:collapse;min-width:720px}.md-table th{text-align:left;font-size:10px;color:#9199a5;font-weight:700;padding:12px 16px;background:#fafbfc;border-bottom:1px solid var(--line);white-space:nowrap}.md-table td{padding:15px 16px;border-bottom:1px solid #f0f1f3;font-size:12px;vertical-align:middle}.md-table tr:last-child td{border-bottom:0}.md-table tbody tr:hover{background:#fcfcfd}.md-table__title{font-weight:750;color:#202328;max-width:420px}.md-table__sub{font-size:10px;color:var(--muted);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:520px}.md-badge{display:inline-flex;align-items:center;gap:5px;height:24px;padding:0 8px;border-radius:999px;font-size:10px;font-weight:750;white-space:nowrap}.md-badge:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.md-badge--critical{background:var(--red-soft);color:#d8393e}.md-badge--warning{background:var(--orange-soft);color:#bd650d}.md-badge--improve{background:#f0f3f8;color:#667085}.md-badge--info{background:var(--blue-soft);color:#2d67d7}.md-badge--resolved{background:var(--green-soft);color:#168558}.md-badge--ignored{background:#f3f4f6;color:#8b95a1}.md-empty{text-align:center;padding:60px 20px}.md-empty__icon{width:54px;height:54px;border-radius:16px;background:var(--green-soft);color:var(--green);display:grid;place-items:center;margin:0 auto 14px}.md-empty__icon svg{width:24px;height:24px}.md-empty h3{margin:0;font-size:15px}.md-empty p{margin:7px auto 0;color:var(--muted);font-size:11px;max-width:360px}.md-chart-card{min-height:330px}.md-chart{height:205px;width:100%;display:block}.md-issue-list{display:flex;flex-direction:column}.md-issue-row{display:grid;grid-template-columns:8px minmax(0,1fr) auto;gap:14px;align-items:center;padding:15px 0;border-bottom:1px solid #f0f1f3}.md-issue-row:first-child{padding-top:0}.md-issue-row:last-child{border-bottom:0;padding-bottom:0}.md-issue-row__dot{width:8px;height:8px;border-radius:50%;background:#98a2b3}.md-issue-row__dot--critical{background:var(--red);box-shadow:0 0 0 5px var(--red-soft)}.md-issue-row__dot--warning{background:var(--orange);box-shadow:0 0 0 5px var(--orange-soft)}.md-issue-row__dot--improve{background:#8b95a1}.md-issue-row h4{margin:0;font-size:12px;font-weight:750}.md-issue-row p{margin:3px 0 0;color:var(--muted);font-size:10px}.md-issue-row__link{font-size:11px;color:#667085;display:flex;align-items:center;gap:4px}.md-issue-row__link svg{width:14px}.md-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.md-toolbar__group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.md-select,.md-input{height:40px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;padding:0 12px;color:#3b4149;font-size:12px;outline:none}.md-select:focus,.md-input:focus,.md-textarea:focus{border-color:#8fb1ff;box-shadow:0 0 0 3px rgba(33,103,245,.08)}.md-input--search{min-width:240px}.md-page-intro{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.md-page-intro h2{font-size:24px;line-height:1.25;margin:0;letter-spacing:-1px}.md-page-intro p{color:var(--muted);font-size:12px;margin:7px 0 0}.md-score-box{display:flex;align-items:center;gap:14px}.md-score-box strong{font-size:34px;line-height:1;font-weight:850;letter-spacing:-1.5px}.md-score-box span{font-size:11px;color:var(--muted)}.md-score-circle{width:48px;height:48px;border-radius:50%;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;font-weight:850}.md-detail{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.8fr);gap:16px}.md-detail-title{padding:28px}.md-detail-title__top{display:flex;gap:10px;align-items:center;margin-bottom:14px}.md-detail-title h2{font-size:24px;margin:0;letter-spacing:-.8px}.md-detail-title p{font-size:13px;color:#667085;margin:11px 0 0;line-height:1.75}.md-prescription{background:linear-gradient(145deg,#f6f9ff,#eef4ff);border:1px solid #dce8ff;border-radius:16px;padding:20px;margin-top:20px}.md-prescription__label{font-size:10px;font-weight:800;color:var(--blue);text-transform:uppercase;letter-spacing:.7px}.md-prescription h3{font-size:14px;margin:6px 0}.md-prescription p{font-size:12px;margin:0;color:#526172}.md-meta-list{display:flex;flex-direction:column}.md-meta-row{display:flex;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid var(--line);font-size:11px}.md-meta-row:last-child{border-bottom:0}.md-meta-row span{color:var(--muted)}.md-meta-row b{text-align:right}.md-form-section{padding:22px}.md-form-section+.md-form-section{border-top:1px solid var(--line)}.md-form-section h3{font-size:14px;margin:0 0 4px}.md-form-section>p{font-size:11px;color:var(--muted);margin:0 0 18px}.md-setting-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 0}.md-setting-row+.md-setting-row{border-top:1px solid #f1f2f4}.md-setting-row b{font-size:12px;display:block}.md-setting-row span{font-size:10px;color:var(--muted);display:block;margin-top:3px}.md-switch{position:relative;width:42px;height:24px;flex:0 0 auto}.md-switch input{position:absolute;opacity:0}.md-switch i{position:absolute;inset:0;border-radius:99px;background:#d8dce2;transition:.18s}.md-switch i:after{content:"";position:absolute;width:18px;height:18px;background:#fff;border-radius:50%;left:3px;top:3px;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:.18s}.md-switch input:checked+i{background:var(--blue)}.md-switch input:checked+i:after{transform:translateX(18px)}.md-form-label{display:block;font-size:11px;font-weight:700;margin:0 0 7px}.md-form-field{margin-bottom:16px}.md-form-field .md-input{width:100%}.md-textarea{width:100%;min-height:110px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;padding:12px;color:#3b4149;font-size:12px;outline:none;resize:vertical}.md-notification-list{display:flex;flex-direction:column}.md-notification{padding:17px 20px;display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:13px;align-items:start;border-bottom:1px solid #f0f1f3}.md-notification:last-child{border-bottom:0}.md-notification.is-unread{background:#fafcff}.md-notification__icon{width:36px;height:36px;border-radius:11px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center}.md-notification__icon svg{width:16px}.md-notification h4{font-size:12px;margin:1px 0 3px}.md-notification p{font-size:11px;color:#667085;margin:0}.md-notification time{font-size:10px;color:#a0a8b3;white-space:nowrap}.md-timeline{position:relative;padding-left:20px}.md-timeline:before{content:"";position:absolute;left:5px;top:10px;bottom:10px;width:1px;background:var(--line)}.md-timeline__item{position:relative;padding:0 0 22px 18px}.md-timeline__item:before{content:"";position:absolute;left:-19px;top:5px;width:9px;height:9px;border-radius:50%;background:#fff;border:2px solid #8dacff}.md-timeline__item h4{margin:0;font-size:12px}.md-timeline__item p{font-size:10px;color:var(--muted);margin:3px 0}.md-report-card{padding:22px;display:flex;justify-content:space-between;gap:20px;align-items:center}.md-report-card__date{font-size:11px;color:var(--muted)}.md-report-card h3{font-size:14px;margin:4px 0}.md-report-card p{font-size:10px;color:var(--muted);margin:0}.md-report-score{font-size:30px;font-weight:850}.md-help-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.md-help-card{padding:20px}.md-help-card b{font-size:13px}.md-help-card p{font-size:10px;color:var(--muted);margin:7px 0 0}.md-help-card:hover{border-color:#b9c8e8}.md-info-banner{border:1px solid #d9e6ff;background:#f4f8ff;border-radius:15px;padding:16px 18px;display:flex;align-items:flex-start;gap:12px;color:#31486d;margin-bottom:16px}.md-info-banner svg{width:20px;color:var(--blue);flex:0 0 auto}.md-info-banner b{display:block;font-size:12px}.md-info-banner p{margin:3px 0 0;font-size:10px;color:#657899}.md-toast-wrap{position:fixed;z-index:200;right:20px;bottom:20px;display:flex;flex-direction:column;gap:8px}.md-toast{min-width:280px;max-width:380px;background:#17191d;color:#fff;border-radius:12px;padding:13px 15px;box-shadow:0 12px 32px rgba(0,0,0,.18);font-size:12px;display:flex;align-items:center;gap:9px;animation:mdToastIn .2s ease}.md-toast.is-error{background:#b42328}.md-toast.is-success{background:#117a50}@keyframes mdToastIn{from{transform:translateY(8px);opacity:0}to{transform:none;opacity:1}}.md-loading{position:fixed;z-index:180;inset:0;background:rgba(14,17,22,.42);backdrop-filter:blur(4px);display:grid;place-items:center}.md-loading[hidden]{display:none}.md-loading__box{background:#fff;width:min(360px,calc(100vw - 40px));border-radius:20px;padding:32px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.18)}.md-spinner{width:34px;height:34px;border-radius:50%;border:3px solid #e8edf7;border-top-color:var(--blue);display:block;margin:0 auto 16px;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.md-loading b{font-size:15px}.md-loading p{font-size:11px;color:var(--muted);margin:6px 0 0}.md-backdrop{display:none}.md-login-page{min-height:100vh;background:#f4f6f9;display:grid;place-items:center;padding:30px}.md-login-card{width:min(430px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:0 20px 60px rgba(17,24,39,.07)}.md-login-brand{display:flex;gap:10px;align-items:center;margin-bottom:30px}.md-login-card h1{font-size:25px;letter-spacing:-1px;margin:0}.md-login-card>p{font-size:12px;color:var(--muted);margin:8px 0 25px}.md-login-card .md-button{width:100%;height:46px}.md-login-card .md-form-field{margin-bottom:14px}.md-login-help{text-align:center;font-size:10px;color:#98a2b3;margin-top:18px}.md-admin-badge{font-size:9px;color:#718096;background:#edf2f7;padding:3px 6px;border-radius:5px;margin-left:5px}.md-admin-table{font-size:11px}.md-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#f3f4f6;border-radius:6px;padding:2px 6px;font-size:10px}.md-status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#12a66a;margin-right:5px}.md-status-dot.is-off{background:#98a2b3}.md-pill-tabs{display:flex;gap:4px;background:#eef0f3;border-radius:11px;padding:4px;width:max-content}.md-pill-tabs a{padding:7px 10px;border-radius:8px;font-size:10px;font-weight:700;color:#667085}.md-pill-tabs a.is-active{background:#fff;color:#17191d;box-shadow:0 1px 4px rgba(16,24,40,.06)}
@media(max-width:1180px){.md-grid--6{grid-template-columns:repeat(3,1fr)}.md-hero{grid-template-columns:1fr}.md-category-grid{grid-template-columns:repeat(3,1fr)}.md-help-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){:root{--topbar-h:72px}.md-sidebar{transform:translateX(-101%);transition:.22s ease;box-shadow:20px 0 60px rgba(0,0,0,.18)}body.md-sidebar-open .md-sidebar{transform:none}.md-sidebar__close{display:grid!important;border-color:rgba(255,255,255,.1);background:#20242b}.md-backdrop{position:fixed;z-index:45;inset:0;background:rgba(13,15,19,.45);backdrop-filter:blur(2px)}body.md-sidebar-open .md-backdrop{display:block}.md-main{margin-left:0}.md-mobile-menu{display:grid}.md-topbar{padding:0 20px}.md-content{padding:22px 20px 42px}.md-footer{padding:20px}.md-topbar p{display:none}.md-kpis{grid-template-columns:repeat(2,1fr)}.md-grid--4{grid-template-columns:repeat(2,1fr)}.md-detail{grid-template-columns:1fr}}
@media(max-width:620px){.md-topbar{padding:0 14px}.md-content{padding:16px 14px 36px}.md-topbar h1{font-size:17px}.md-topbar__right .md-button span{display:none}.md-topbar__right .md-button{width:40px;padding:0}.md-hero{gap:12px}.md-health-card{padding:22px;min-height:245px}.md-health-score strong{font-size:62px}.md-category-grid{grid-template-columns:repeat(2,1fr)}.md-category-card{min-height:125px}.md-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.md-kpi{padding:15px}.md-kpi strong{font-size:22px}.md-grid--2,.md-grid--3,.md-grid--4,.md-grid--6{grid-template-columns:1fr}.md-card{border-radius:15px}.md-card__head{padding:18px 17px 0}.md-card__body{padding:17px}.md-page-intro{align-items:flex-start;flex-direction:column}.md-page-intro h2{font-size:20px}.md-toolbar{align-items:stretch;flex-direction:column}.md-toolbar__group{width:100%}.md-toolbar .md-select,.md-toolbar .md-input{flex:1;min-width:0}.md-input--search{width:100%}.md-detail-title{padding:20px}.md-detail-title h2{font-size:20px}.md-notification{grid-template-columns:34px minmax(0,1fr);padding:15px}.md-notification time{grid-column:2}.md-help-grid{grid-template-columns:1fr}.md-report-card{align-items:flex-start}.md-footer{flex-direction:column;gap:4px}.md-login-card{padding:25px}}
