@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{font-size:14px}html,body,#root{min-width:320px;font-family:Poppins,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}:root{--header-height: 82px;--sidebar-width: 286px;--mobile-sidebar-width: min(82vw, 330px);--bg-panel: #ffffff;--bg-panel-soft: #fafafa;--ink: #111111;--ink-soft: #5b5b5b;--line: #e8e8e8;--brand-red: #ef3340;--brand-red-dark: #cf1f2f;--shadow-1: 0 10px 22px rgba(0, 0, 0, .07);--shadow-2: 0 5px 12px rgba(0, 0, 0, .05)}*{box-sizing:border-box;font-family:inherit}body{margin:0;min-height:100vh;font-family:Poppins,Segoe UI,sans-serif;color:var(--ink);font-size:1rem;font-weight:400;line-height:1.45;background:#fff}#root{min-height:100vh}.app-layout{min-height:100vh;background:#fff}.global-header{position:fixed;top:0;left:0;right:0;height:var(--header-height);z-index:80;border-bottom:1px solid var(--line);background:#fff;padding:0 18px;display:flex;align-items:center;justify-content:space-between}.header-left{display:inline-flex;align-items:center;gap:10px}.mobile-menu-btn{display:none;border:0;background:transparent;color:#4f4f57;width:42px;height:70px;border-radius:10px;align-items:center;justify-content:center;cursor:pointer}.mobile-menu-btn:hover{background:#f4f4f6;color:#202026}.header-logo{display:inline-flex;align-items:center}.header-logo img{height:70px;width:auto;display:block}.profile-menu-anchor{position:relative}.profile-icon-btn{border:0;padding:10px;background:transparent;color:#60606a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.profile-icon-btn:hover{color:#2e2e34}.profile-photo{width:30px;height:30px;border-radius:50%;object-fit:cover}.profile-default-icon{width:25px;height:25px;display:block;object-fit:contain}.mobile-backdrop{display:none}.app-shell{min-height:100vh;padding-top:var(--header-height);display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr)}.sidebar{position:sticky;top:var(--header-height);height:calc(100vh - var(--header-height));border-right:1px solid var(--line);background:#fafafa;padding:12px 8px;overflow-y:auto}.mobile-drawer-head{display:none}.nav-list{display:flex;flex-direction:column;gap:6px}.nav-item{border:1px solid transparent;border-radius:10px;padding:8px 9px;text-align:left;font:inherit;font-size:.88rem;font-weight:500;color:#252525;background:transparent;display:flex;align-items:center;gap:9px;cursor:pointer;transition:all .2s ease}.nav-item:hover{border-color:#e0e0e0;background:#fff}.nav-item.active{border-color:#dcdcdc;background:#fff;color:#171717;box-shadow:0 1px 5px #0000000a}.nav-icon{width:18px;height:18px;color:#676767;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.nav-item.active .nav-icon{color:var(--brand-red)}.content{position:relative;z-index:1;padding:16px 20px 28px}.topbar{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px;gap:14px}.welcome-block h1{margin:0;font-size:clamp(1.2rem,1.7vw,1.6rem);font-weight:600;line-height:1.25;color:#181818}.welcome-block p{margin:6px 0 0;color:#626262;font-size:.9rem;line-height:1.55}.mode-switch{display:inline-flex;align-items:center;gap:6px;border:1px solid #dedede;border-radius:999px;padding:5px;background:#fff}.mode-switch button{border:0;padding:8px 13px;border-radius:999px;background:transparent;font:inherit;font-size:.83rem;font-weight:600;color:#4a4a4a;cursor:pointer}.mode-switch button.active{background:#111;color:#fff}.hero-card{border:1px solid #e7e7e7;border-radius:16px;background:#fff;box-shadow:var(--shadow-1);padding:20px}.pill{margin:0;display:inline-flex;padding:5px 10px;border-radius:999px;font-size:.66rem;font-weight:600;letter-spacing:.05em;color:#5b5b5b;background:#f3f3f3;text-transform:uppercase}.hero-card h2{margin:12px 0 8px;font-size:clamp(1.28rem,1.9vw,1.55rem);font-weight:600;line-height:1.22;color:#1b1b1b}.hero-card p{margin:0;max-width:70ch;color:var(--ink-soft);font-size:.92rem;line-height:1.55}.kpi-grid{margin-top:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.kpi-card{border-radius:14px;border:1px solid #e7e7e7;background:var(--bg-panel);padding:12px;box-shadow:var(--shadow-2)}.kpi-card span{display:block;color:#606060;font-size:.73rem;font-weight:500}.kpi-card strong{display:block;font-size:1.45rem;font-weight:600;margin:5px 0;line-height:1;color:#1a1a1a}.kpi-card small{color:#7b7b7b;font-size:.73rem}.module-grid{margin-top:14px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.module-card{border-radius:14px;border:1px solid #e7e7e7;background:var(--bg-panel-soft);padding:14px;display:flex;flex-direction:column;gap:8px;min-height:188px;box-shadow:var(--shadow-2)}.tag{display:inline-flex;width:fit-content;border-radius:999px;padding:5px 9px;font-size:.66rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:var(--brand-red)}.module-card h3{margin:0;font-size:1.02rem;font-weight:600;color:#1d1d1d}.module-card p{margin:0;color:#5f5f5f;font-size:.88rem;line-height:1.5}.module-card button{margin-top:auto;border:0;border-radius:10px;padding:9px 12px;font:inherit;font-size:.82rem;font-weight:600;color:#fff;background:linear-gradient(120deg,var(--brand-red),var(--brand-red-dark));cursor:pointer}.module-card button:hover{filter:brightness(1.05)}.profile-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:min(90vw,350px);border:1px solid #dbdbdb;border-radius:16px;background:#fff;box-shadow:0 16px 36px #00000024;padding:12px;z-index:90}.profile-dropdown-head{display:flex;flex-direction:column;gap:3px;padding:2px 4px 8px}.profile-dropdown-head strong{font-size:.95rem;font-weight:600;color:#202026}.profile-dropdown-head span{font-size:.82rem;color:#666670}.profile-divider{height:1px;background:#e6e6ea;margin:6px 0}.profile-menu-item{width:100%;border:0;background:transparent;border-radius:10px;padding:8px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.profile-menu-item:hover{background:#f7f7f9}.item-left{display:inline-flex;align-items:center;gap:10px;font-size:.92rem;font-weight:500;color:#222229;position:relative}.item-left svg{width:17px;height:17px;color:#5e5e67;stroke-width:1.8}.item-alert{position:relative}.alert-dot{position:absolute;width:8px;height:8px;border-radius:50%;background:#f03545;top:-1px;left:12px;box-shadow:0 0 0 5px #f0354533}.item-alert.is-alert .alert-dot{animation:security-alert-blink .95s ease-in-out infinite}@keyframes security-alert-blink{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 0 5px #f035452e}50%{opacity:.2;transform:scale(.72);box-shadow:0 0 #f0354500}}.profile-menu-item-inline{align-items:center}.item-value{font-size:.92rem;color:#6b6b74;font-weight:500}.profile-menu-logout{margin-top:1px}@media(max-width:1220px){.kpi-grid,.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:920px){.global-header{padding:0 12px}.header-logo{display:none}.mobile-menu-btn{display:inline-flex}.mobile-menu-btn.is-open{visibility:hidden;pointer-events:none}.mobile-close-btn{position:fixed;top:13px;left:min(calc(var(--mobile-sidebar-width) + 12px),calc(100vw - 68px));width:56px;height:56px;padding:0;border:1px solid #ececf2;border-radius:999px;background:#fff;color:#7154f6;box-shadow:0 8px 20px #00000029;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:93}.mobile-close-btn:hover{background:#fff;color:#6246ec}.mobile-backdrop{display:block;position:fixed;inset:0;border:0;background:#15151a75;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:88}.mobile-backdrop.open{opacity:1;pointer-events:auto}.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;top:0;left:0;width:var(--mobile-sidebar-width);height:100vh;padding:0;border-right:1px solid var(--line);background:#fff;transform:translate(-100%);transition:transform .25s ease;overflow:hidden;z-index:89}.sidebar.mobile-open{transform:translate(0)}.mobile-drawer-head{height:72px;padding:0 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;background:#fff}.mobile-drawer-head img{height:70px;width:auto}.nav-list{gap:6px;height:calc(100% - 72px);overflow-y:auto;padding:10px}.content{padding:12px 12px 22px}.topbar{flex-direction:column;align-items:stretch}}@media(max-width:640px){.kpi-grid,.module-grid{grid-template-columns:1fr}.mode-switch{width:100%}.mode-switch button{flex:1}.profile-dropdown{right:-6px;width:min(94vw,340px);border-radius:14px;padding:10px}.hero-card{padding:16px}}
