:root{--eon-red:#c91532;--eon-red-dark:#9e1027;--eon-red-soft:#fff1f3;--eon-dark:#111827;--eon-gray:#64748b;--eon-line:#e5e7eb;--eon-bg:#f8fafc;--eon-white:#fff;--sidebar-width:284px;--sidebar-collapsed-width:82px;--radius-xl:26px;--shadow-soft:0 18px 45px #0f172a14}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--eon-dark);background:radial-gradient(circle at top left, #c915321a, transparent 34%), linear-gradient(180deg, #fff, var(--eon-bg));margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at 18% 20%,#c915321a,#0000 22%),radial-gradient(circle at 82% 10%,#c9153212,#0000 18%),radial-gradient(circle at 50% 88%,#0f172a0d,#0000 20%);animation:14s ease-in-out infinite alternate ambientGlow;position:fixed;inset:-20%}body:after{content:"";z-index:-2;pointer-events:none;background-image:linear-gradient(#c9153209 1px,#0000 1px),linear-gradient(90deg,#c9153209 1px,#0000 1px);background-size:42px 42px;animation:18s linear infinite gridDrift;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000000a6,#0000 75%);mask-image:linear-gradient(#000000a6,#0000 75%)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{grid-template-columns:var(--sidebar-width) 1fr;min-height:100vh;transition:grid-template-columns .22s;display:grid}.app-shell.sidebar-collapsed{grid-template-columns:var(--sidebar-collapsed-width) 1fr}.sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:20;background:#ffffffd6;border-right:1px solid #e2e8f0f2;flex-direction:column;gap:20px;height:100vh;padding:20px;display:flex;position:sticky;top:0;overflow:hidden}.sidebar-brand{border-bottom:1px solid var(--eon-line);align-items:center;gap:12px;min-height:62px;padding-bottom:16px;display:flex;position:relative}.brand-mark{background:linear-gradient(135deg, var(--eon-red), var(--eon-red-dark));color:#fff;letter-spacing:-.04em;border-radius:16px;flex:0 0 46px;place-items:center;width:46px;height:46px;font-weight:900;animation:4.2s ease-in-out infinite brandBreath;display:grid;position:relative;overflow:hidden;box-shadow:0 16px 26px #c9153238}.brand-mark:after{content:"";background:linear-gradient(120deg,#0000,#ffffff5c,#0000);animation:5s ease-in-out infinite brandSweep;position:absolute;inset:-40%;transform:translate(-120%)rotate(12deg)}.brand-text{flex-direction:column;min-width:0;line-height:1.25;transition:opacity .18s,transform .18s;display:flex}.brand-text strong{font-size:15px}.brand-text span{color:var(--eon-gray);font-size:12px}.sidebar-toggle{color:#334155;cursor:pointer;background:#f8fafc;border:0;border-radius:14px;place-items:center;width:38px;height:38px;margin-left:auto;transition:transform .18s,background .18s,color .18s,box-shadow .18s;display:grid;position:relative;box-shadow:inset 0 0 0 1px #e2e8f0f2}.sidebar-toggle:hover{background:var(--eon-red);color:#fff;transform:translateY(-1px);box-shadow:0 12px 24px #c915322e}.sidebar-toggle:active{transform:scale(.96)}.sidebar-toggle-icon{width:20px;height:20px;transition:opacity .18s,transform .18s;position:absolute}.sidebar-toggle-open{opacity:1;transform:rotate(0)scale(1)}.sidebar-toggle-close{opacity:0;transform:rotate(-12deg)scale(.82)}.sidebar-collapsed .sidebar-toggle-open{opacity:0;transform:rotate(12deg)scale(.82)}.sidebar-collapsed .sidebar-toggle-close{opacity:1;transform:rotate(0)scale(1)}.sidebar-nav{flex:1;padding-right:2px;overflow:hidden auto}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.nav-section{margin-top:20px;animation:.38s cubic-bezier(.2,.9,.2,1) both sidebarSectionIn}.nav-section:first-of-type{animation-delay:40ms}.nav-section:nth-of-type(2){animation-delay:80ms}.nav-section-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px 12px;font-size:11px;font-weight:800;transition:opacity .18s;display:block}.nav-item{color:#475569;border-radius:16px;align-items:center;gap:12px;min-height:46px;margin:4px 0;padding:0 14px;font-weight:700;transition:background .18s,color .18s,transform .18s,box-shadow .18s;animation:.34s cubic-bezier(.2,.9,.2,1) both sidebarItemIn;display:flex;position:relative;overflow:visible}.nav-section .nav-item:nth-child(2){animation-delay:30ms}.nav-section .nav-item:nth-child(3){animation-delay:60ms}.nav-section .nav-item:nth-child(4){animation-delay:90ms}.nav-section .nav-item:nth-child(5){animation-delay:.12s}.nav-section .nav-item:nth-child(6){animation-delay:.15s}.nav-section .nav-item:nth-child(7){animation-delay:.18s}.nav-section .nav-item:nth-child(8){animation-delay:.21s}.nav-item:hover{background:linear-gradient(135deg,#fff1f3bf,#fffffff2);transform:translate(4px);box-shadow:0 10px 24px #0f172a0e}.nav-item.active{color:var(--eon-red);background:linear-gradient(135deg,#fff1f3fa,#fffffff5);position:relative;box-shadow:inset 0 0 0 1px #c915321f,0 12px 28px #c9153214}.nav-item.active:before{content:"";background:var(--eon-red);border-radius:999px;width:4px;height:30px;animation:2.4s ease-in-out infinite activeRailPulse;position:absolute;left:-8px;box-shadow:0 0 18px #c915326b}.nav-item.active-parent{color:#334155;background:#f8fafce6;box-shadow:inset 0 0 0 1px #e2e8f0e6}.nav-icon{color:#334155;background:#f1f5f9;border-radius:10px;flex:0 0 24px;place-items:center;width:24px;height:24px;font-size:13px;transition:all .18s;display:grid}.nav-item:hover .nav-icon{color:var(--eon-red);background:#fff;transform:scale(1.08)rotate(-3deg);box-shadow:inset 0 0 0 1px #c915322e}.nav-item.active .nav-icon{background:var(--eon-red);color:#fff;animation:2.8s ease-in-out infinite activeIconFloat}.nav-item.active-parent .nav-icon{color:var(--eon-red);background:#fff;box-shadow:inset 0 0 0 1px #c9153229}.nav-label{white-space:nowrap;text-overflow:ellipsis;transition:opacity .18s,transform .18s;overflow:hidden}.nav-item.active .nav-label:after{content:"";background:var(--eon-red);vertical-align:middle;border-radius:999px;width:6px;height:6px;margin-left:8px;display:inline-block;box-shadow:0 0 0 4px #c915321a}.nav-sub{font-size:14px}.sidebar-user{border:1px solid var(--eon-line);background:#f8fafc;border-radius:20px;align-items:center;gap:12px;padding:14px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.sidebar-user:hover{border-color:#c9153229;transform:translateY(-2px);box-shadow:0 14px 28px #0f172a12}.user-avatar{background:var(--eon-dark);color:#fff;border-radius:14px;flex:0 0 38px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.user-meta{flex-direction:column;min-width:0;line-height:1.25;transition:opacity .18s;display:flex}.user-meta strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.user-meta span{color:var(--eon-gray);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.sidebar-collapsed .sidebar{width:var(--sidebar-collapsed-width);align-items:center;padding:16px 10px}.sidebar-collapsed .sidebar-brand{justify-content:center;align-items:flex-start;width:100%;min-height:96px;padding-bottom:16px;position:relative}.sidebar-collapsed .brand-mark{border-radius:16px;flex:0 0 46px;width:46px;height:46px;margin-top:0;font-size:13px}.sidebar-collapsed .brand-text{display:none!important}.sidebar-collapsed .sidebar-toggle{width:36px;height:36px;color:var(--eon-red);background:#fff;border-radius:14px;margin:0;position:absolute;top:54px;right:50%;transform:translate(50%);box-shadow:0 10px 24px #0f172a14,inset 0 0 0 1px #c9153224}.sidebar-collapsed .sidebar-toggle:hover{background:var(--eon-red);color:#fff;transform:translate(50%)translateY(-1px)}.sidebar-collapsed .sidebar-nav{width:100%;margin-top:8px;padding:0;overflow-x:visible}.sidebar-collapsed .nav-section{width:100%;margin-top:14px}.sidebar-collapsed .nav-section-title{display:none}.sidebar-collapsed .nav-item{border-radius:18px;justify-content:center;width:52px;height:52px;min-height:52px;margin:8px auto;padding:0}.sidebar-collapsed .nav-item:hover{transform:translateY(-1px)}.sidebar-collapsed .nav-label{display:none}.sidebar-collapsed .nav-icon{border-radius:11px;flex:0 0 26px;width:26px;height:26px;font-size:13px}.sidebar-collapsed .nav-item.active{background:#fff5f6;border:1px solid #c915322e;box-shadow:0 12px 26px #c915321f}.sidebar-collapsed .nav-item.active:before{height:32px;left:-10px}.sidebar-collapsed .nav-item.active-parent{background:#f8fafc;border:1px solid #e2e8f0e6}.sidebar-collapsed .nav-item:after{content:attr(data-title);opacity:0;pointer-events:none;white-space:nowrap;color:#fff;z-index:120;background:#111827;border-radius:12px;padding:8px 11px;font-size:12px;font-weight:800;transition:all .16s;position:absolute;top:50%;left:66px;transform:translateY(-50%)translate(-6px);box-shadow:0 12px 26px #0f172a2e}.sidebar-collapsed .nav-item:hover:after{opacity:1;animation:.18s both tooltipPop;transform:translateY(-50%)translate(0)}.sidebar-collapsed .sidebar-user{border-radius:20px;justify-content:center;width:56px;height:56px;margin-top:auto;padding:8px}.sidebar-collapsed .user-avatar{border-radius:14px;flex:0 0 40px;width:40px;height:40px}.sidebar-collapsed .user-meta{display:none}.main-panel{min-width:0;padding:20px 20px 28px}.topbar{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc7;border:1px solid #e2e8f0f2;border-radius:24px;justify-content:space-between;align-items:center;gap:16px;min-height:68px;margin-bottom:18px;padding:12px 18px;transition:transform .18s,box-shadow .18s;animation:.42s cubic-bezier(.2,.9,.2,1) both topbarFloatIn;display:flex;position:sticky;top:0;box-shadow:0 10px 26px #0f172a0d}.topbar:hover{transform:translateY(-1px);box-shadow:0 16px 36px #0f172a14}.topbar-kicker{color:var(--eon-red);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900;display:block}.topbar h2{letter-spacing:-.04em;margin:2px 0 0;font-size:20px}.topbar-actions{align-items:center;gap:10px;display:flex}.topbar-actions>*{animation:.38s both topbarActionIn}.topbar-actions>:nth-child(2){animation-delay:60ms}.user-chip{background:var(--eon-red-soft);color:var(--eon-red);border-radius:999px;padding:9px 12px;font-size:12px;font-weight:900;position:relative;overflow:hidden}.content-stage{animation:.46s cubic-bezier(.2,.9,.2,1) both pageEnter}.page-header{background:linear-gradient(135deg, var(--eon-red), #9f1d2e);color:#fff;border-radius:28px;margin-bottom:18px;padding:26px 30px;position:relative;overflow:hidden;box-shadow:0 22px 50px #c915322e}.page-header:before{content:"";pointer-events:none;background:linear-gradient(120deg,#0000 0%,#ffffff2e 18%,#0000 36%);animation:5.5s ease-in-out infinite headerShine;position:absolute;inset:0;transform:translate(-120%)}.page-header:after{content:"";background:#ffffff26;border-radius:999px;width:280px;height:280px;animation:8s ease-in-out infinite alternate orbFloat;position:absolute;top:-170px;right:-80px}.page-header h1{z-index:1;letter-spacing:-.07em;margin:0 0 8px;font-size:clamp(28px,4vw,46px);line-height:1;position:relative}.page-header p{z-index:1;color:#ffffffdb;max-width:760px;margin:0;line-height:1.7;position:relative}.form-card,.table-card,.report-card{box-shadow:var(--shadow-soft);background:#ffffffeb;border:1px solid #e2e8f0f2;border-radius:24px;transition:transform .22s cubic-bezier(.2,.9,.2,1),box-shadow .22s,border-color .22s}.form-card:hover,.table-card:hover,.report-card:hover{border-color:#c9153229;transform:translateY(-5px)scale(1.006);box-shadow:0 24px 58px #0f172a1f}.form-card{padding:24px;animation:.42s cubic-bezier(.2,.9,.2,1) both softFloatIn}.form-grid{gap:18px;display:grid}.form-row{gap:8px;display:grid}.form-row label{color:#334155;font-weight:900}.input,.select,.textarea{border:1px solid var(--eon-line);background:#fff;border-radius:16px;outline:none;width:100%;padding:13px 15px;transition:border .18s,box-shadow .18s,transform .18s}.input:hover,.select:hover,.textarea:hover{border-color:#c9153238}.input:focus,.select:focus,.textarea:focus{border-color:#c9153273;transform:translateY(-1px);box-shadow:0 0 0 4px #c9153214}.btn{background:var(--eon-red);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-weight:900;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex;position:relative;overflow:hidden}.btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px #c9153233}.btn:active{box-shadow:none;transform:translateY(1px)scale(.985)}.btn:after{content:"";background:linear-gradient(120deg,#0000,#ffffff47,#0000);transition:transform .42s;position:absolute;inset:0;transform:translate(-120%)}.btn:hover:after{transform:translate(120%)}.btn-muted{color:#334155;background:#f1f5f9}.btn-danger{background:#b91c1c}.btn-compact{padding:9px 13px;font-size:12px}.badge{background:var(--eon-red-soft);color:var(--eon-red);border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:12px;font-weight:900;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 18px #c9153214}.badge:before,.user-chip:before{content:"";pointer-events:none;background:linear-gradient(120deg,#0000,#ffffffa6,#0000);animation:4.8s ease-in-out infinite badgeSweep;position:absolute;inset:0;transform:translate(-130%)}.alert-success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:18px;margin-bottom:16px;padding:14px 16px;font-weight:800}.report-grid,.category-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px;display:grid}.report-card{flex-direction:column;align-items:flex-start;gap:12px;min-height:210px;padding:22px;animation:.38s both cardIn;display:flex;position:relative;overflow:hidden}.report-card:before{content:"";background:linear-gradient(90deg, var(--eon-red), #c9153226, transparent);width:100%;height:4px;transition:transform .32s;position:absolute;inset:0 auto auto 0;transform:translate(-100%)}.report-card:hover:before{transform:translate(0)}.report-card h3{letter-spacing:-.04em;margin:0;font-size:20px}.report-card p{color:var(--eon-gray);flex:1;margin:0;line-height:1.65}.table-card{padding:10px;overflow:hidden}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;border-bottom:1px solid var(--eon-line);vertical-align:middle;padding:16px}.table th{color:#475569;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.table tr:last-child td{border-bottom:0}.table tbody tr{transition:background .16s,transform .16s}.table tbody tr:hover{background:#fff7f8}.table tbody tr:hover td:first-child{color:var(--eon-red)}.viewer-page-header{border-radius:22px;margin-bottom:10px;padding:16px 22px}.viewer-page-header h1{font-size:clamp(22px,3vw,34px)}.viewer-page-header p{font-size:14px}.report-protection-bar{background:linear-gradient(135deg,#fff1f3eb,#fffffff5);border:1px solid #e2e8f0f2;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px;padding:11px 14px;animation:.32s both fadeUp;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 26px #0f172a0e}.report-protection-bar:before{content:"";pointer-events:none;background:radial-gradient(circle at 0%,#c915321f,#0000 26%),linear-gradient(120deg,#0000,#ffffff8c,#0000);animation:6.5s ease-in-out infinite protectionSweep;position:absolute;inset:0;transform:translate(-115%)}.report-protection-left,.report-protection-badge{z-index:1;position:relative}.report-protection-left{align-items:center;gap:11px;min-width:0;display:flex}.report-protection-icon{background:var(--eon-red);color:#fff;border-radius:13px;flex:0 0 36px;place-items:center;width:36px;height:36px;font-size:15px;transition:transform .18s;animation:3.2s ease-in-out infinite shieldBreath;display:grid;box-shadow:0 10px 20px #c9153238}.report-protection-bar:hover .report-protection-icon{transform:scale(1.08)rotate(-3deg)}.report-protection-text{flex-direction:column;gap:2px;min-width:0;display:flex}.report-protection-text strong{color:var(--eon-dark);font-size:14px;font-weight:900;line-height:1.2}.report-protection-text span{color:var(--eon-gray);font-size:12px;line-height:1.45}.report-protection-badge{color:var(--eon-red);text-transform:uppercase;letter-spacing:.05em;background:#fff;border:1px solid #c9153229;border-radius:999px;flex:none;padding:7px 11px;font-size:11px;font-weight:900;overflow:hidden;box-shadow:0 8px 18px #c9153214}.report-protection-badge:before{content:"";pointer-events:none;background:linear-gradient(120deg,#0000,#ffffffa6,#0000);animation:4.8s ease-in-out infinite badgeSweep;position:absolute;inset:0;transform:translate(-130%)}.report-fullscreen-stage{transform-origin:top;background:#fff;border:1px solid #e2e8f0f2;border-radius:22px;width:100%;height:calc(100vh - 158px);min-height:720px;transition:box-shadow .18s,border-color .18s;animation:.36s cubic-bezier(.2,.9,.2,1) both viewerCardReveal;position:relative;overflow:hidden;box-shadow:0 18px 46px #0f172a1a}.report-fullscreen-stage:hover{border-color:#c9153229;box-shadow:0 24px 62px #0f172a24}.report-fullscreen-stage:before{content:"";z-index:2;pointer-events:none;border-radius:inherit;border:1px solid #ffffff9e;position:absolute;inset:0}.publish-embed-crop{pointer-events:auto;position:absolute;inset:0 0 -90px;overflow:hidden}.publish-embed-iframe{pointer-events:auto;border:0;width:100%;height:100%;position:absolute;inset:0}.publish-embed-footer-mask,.publish-embed-corner-mask,.publish-embed-guard,.publish-embed-guard-message,.report-viewer-card,.report-viewer-card-header,.report-viewer-frame{pointer-events:none!important;display:none!important}.report-loading{z-index:40;color:var(--eon-dark);background:linear-gradient(135deg,#fff,#fff5f6);flex-direction:column;justify-content:center;align-items:center;gap:10px;animation:.28s both loadingFadeIn;display:flex;position:absolute;inset:0}.report-loading span{color:var(--eon-gray)}.report-loader{border:4px solid #c4123029;border-top-color:var(--eon-red);border-radius:999px;width:42px;height:42px;animation:.8s linear infinite reportSpin;position:relative}.report-loader:after{content:"";border-radius:inherit;border:1px solid #c915321f;animation:1.4s ease-out infinite loaderPulse;position:absolute;inset:-8px}.traffic-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.traffic-summary-card{background:#fffffff0;border:1px solid #e2e8f0f2;border-radius:22px;justify-content:space-between;align-items:center;padding:18px;animation:.34s both cardIn;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 36px #0f172a12}.traffic-summary-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#c915321f,#0000 34%);position:absolute;inset:0}.traffic-summary-card span{z-index:1;color:var(--eon-gray);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:800;display:block;position:relative}.traffic-summary-card strong{z-index:1;letter-spacing:-.05em;margin-top:6px;font-size:30px;display:block;position:relative}.traffic-summary-icon{z-index:1;background:var(--eon-red-soft);width:44px;height:44px;color:var(--eon-red);border-radius:16px;place-items:center;font-weight:900;display:grid;position:relative;box-shadow:inset 0 0 0 1px #c915321f}.traffic-summary-icon.danger{color:#b91c1c;background:#fef2f2}.traffic-toolbar{background:#ffffffe6;border:1px solid #e2e8f0f2;border-radius:22px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;padding:14px;display:flex;box-shadow:0 12px 28px #0f172a0d}.traffic-filter-form{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.traffic-search{background:#f8fafc;border:1px solid #e2e8f0f2;border-radius:999px;flex:1;align-items:center;gap:8px;min-width:260px;height:42px;padding:0 13px;display:flex}.traffic-search span{color:var(--eon-red);font-weight:900}.traffic-search input{width:100%;color:var(--eon-dark);background:0 0;border:0;outline:0}.traffic-select{color:#334155;background:#fff;border:1px solid #e2e8f0f2;border-radius:999px;outline:none;height:42px;padding:0 13px;font-weight:700}.traffic-table-card{background:#fffffff5;border:1px solid #e2e8f0f2;border-radius:24px;animation:.34s both fadeUp;overflow:hidden;box-shadow:0 18px 46px #0f172a17}.traffic-table-header{background:linear-gradient(135deg,#fff1f3db,#fffffff5);border-bottom:1px solid #e2e8f0f2;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.traffic-table-header strong{font-size:16px;font-weight:900;display:block}.traffic-table-header span{color:var(--eon-gray);margin-top:2px;font-size:12px;display:block}.traffic-table-wrap{overflow-x:auto}.traffic-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1050px}.traffic-table thead th{z-index:2;color:#64748b;text-align:left;text-transform:uppercase;letter-spacing:.08em;background:#fff;border-bottom:1px solid #e2e8f0f2;padding:14px 16px;font-size:11px;font-weight:900;position:sticky;top:0}.traffic-table tbody td{vertical-align:middle;border-bottom:1px solid #e2e8f0bf;padding:15px 16px}.traffic-table tbody tr{transition:background .16s,transform .16s}.traffic-table tbody tr:hover{background:#fff7f8}.traffic-table tbody tr:last-child td{border-bottom:0}.traffic-user{align-items:center;gap:11px;min-width:220px;display:flex}.traffic-avatar{background:linear-gradient(135deg, var(--eon-red), var(--eon-red-dark));color:#fff;border-radius:14px;flex:0 0 38px;place-items:center;width:38px;height:38px;font-weight:900;display:grid;box-shadow:0 10px 22px #c915322e}.traffic-user strong,.traffic-main-text strong{color:var(--eon-dark);font-size:13px;font-weight:900;display:block}.traffic-user span,.traffic-main-text span{color:var(--eon-gray);margin-top:2px;font-size:12px;display:block}.traffic-main-text{min-width:220px}.traffic-category{color:#334155;background:#f8fafc;border:1px solid #e2e8f0f2;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800;display:inline-flex}.traffic-pill{border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:12px;font-weight:900;display:inline-flex}.traffic-pill:before{content:"";background:currentColor;border-radius:999px;width:7px;height:7px}.traffic-pill.success{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.traffic-pill.danger{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.traffic-pill.muted{color:#64748b;background:#f8fafc;border-color:#e2e8f0}.traffic-ip{color:#fff;background:#0f172a;border-radius:10px;padding:7px 9px;font-size:12px;display:inline-flex}.traffic-date strong{color:var(--eon-dark);font-size:12px;display:block}.traffic-date span{color:var(--eon-gray);margin-top:2px;font-size:12px;display:block}.traffic-empty{text-align:center;padding:42px}.traffic-empty strong{margin-bottom:5px;font-size:16px;display:block}.traffic-empty span{color:var(--eon-gray)}.traffic-pagination{background:#fff;border-top:1px solid #e2e8f0f2;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;display:flex}.traffic-pagination-info{color:var(--eon-gray);font-size:12px;font-weight:700}.traffic-pagination-info strong{color:var(--eon-dark);font-weight:900}.traffic-pagination-links{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.traffic-page-btn,.traffic-page-number,.traffic-page-dots{color:#334155;background:#fff;border:1px solid #e2e8f0f2;border-radius:999px;justify-content:center;align-items:center;min-width:34px;height:34px;padding:0 11px;font-size:12px;font-weight:900;line-height:1;transition:transform .16s,box-shadow .16s,background .16s,color .16s,border-color .16s;display:inline-flex}.traffic-page-btn:hover,.traffic-page-number:hover{background:var(--eon-red-soft);color:var(--eon-red);border-color:#c9153233;transform:translateY(-1px);box-shadow:0 8px 18px #c9153214}.traffic-page-number.active{background:var(--eon-red);color:#fff;border-color:var(--eon-red);box-shadow:0 10px 22px #c915322e}.traffic-page-btn.disabled{opacity:.42;cursor:not-allowed;color:#94a3b8;background:#f8fafc}.traffic-page-dots{color:#94a3b8;background:0 0;border-color:#0000;padding:0 4px}.traffic-pagination svg{width:14px!important;max-width:14px!important;height:14px!important;max-height:14px!important}@keyframes ambientGlow{0%{opacity:.82;transform:translate(-1%,-1%)scale(1)}to{opacity:1;transform:translate(1.5%,1%)scale(1.04)}}@keyframes gridDrift{0%{background-position:0 0}to{background-position:42px 42px}}@keyframes brandSweep{0%,68%{transform:translate(-120%)rotate(12deg)}to{transform:translate(120%)rotate(12deg)}}@keyframes brandBreath{0%,to{transform:scale(1);box-shadow:0 16px 26px #c9153238}50%{transform:scale(1.035);box-shadow:0 20px 34px #c915324d}}@keyframes activeRailPulse{0%,to{opacity:.82;transform:scaleY(.86)}50%{opacity:1;transform:scaleY(1)}}@keyframes activeIconFloat{0%,to{transform:translateY(0)scale(1);box-shadow:0 0 #c9153200}50%{transform:translateY(-1px)scale(1.06);box-shadow:0 0 0 7px #c915321a}}@keyframes sidebarSectionIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes sidebarItemIn{0%{opacity:0;transform:translate(-10px)scale(.98)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes tooltipPop{0%{opacity:0;transform:translateY(-50%)translate(-8px)scale(.96)}to{opacity:1;transform:translateY(-50%)translate(0)scale(1)}}@keyframes headerShine{0%,55%{transform:translate(-120%)}to{transform:translate(120%)}}@keyframes orbFloat{0%{transform:translate(0,0)scale(1)}to{transform:translate(-24px,18px)scale(1.08)}}@keyframes topbarFloatIn{0%{opacity:0;transform:translateY(-10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes topbarActionIn{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}@keyframes pageEnter{0%{opacity:0;filter:blur(4px);transform:translateY(18px)scale(.992)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes cardIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes softFloatIn{0%{opacity:0;transform:translateY(12px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes viewerCardReveal{0%{opacity:0;filter:blur(3px);transform:translateY(14px)scale(.992)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes shieldBreath{0%,to{transform:scale(1);box-shadow:0 10px 22px #c9153238}50%{transform:scale(1.045);box-shadow:0 14px 30px #c915324d}}@keyframes badgeSweep{0%,70%{transform:translate(-130%)}to{transform:translate(130%)}}@keyframes protectionSweep{0%,62%{transform:translate(-115%)}to{transform:translate(115%)}}@keyframes loadingFadeIn{0%{opacity:0}to{opacity:1}}@keyframes reportSpin{to{transform:rotate(360deg)}}@keyframes loaderPulse{0%{opacity:.9;transform:scale(.8)}to{opacity:0;transform:scale(1.45)}}@media (width<=1180px){.traffic-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.traffic-toolbar{flex-direction:column;align-items:stretch}.traffic-filter-form{flex-wrap:wrap}.traffic-search{min-width:100%}}@media (width<=980px){.app-shell,.app-shell.sidebar-collapsed{grid-template-columns:1fr}.sidebar{width:var(--sidebar-width);transition:transform .2s;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.app-shell:not(.sidebar-collapsed) .sidebar{transform:translate(0)}.main-panel{padding:14px}.topbar{border-radius:20px}.report-protection-bar{flex-direction:column;align-items:flex-start}.report-protection-badge{align-self:flex-start}.report-fullscreen-stage{border-radius:18px;height:calc(100vh - 190px);min-height:560px}.publish-embed-crop{bottom:-72px}}@media (width<=760px){.traffic-pagination{flex-direction:column;align-items:flex-start}.traffic-pagination-links{width:100%}}@media (width<=640px){.traffic-summary-grid{grid-template-columns:1fr}.traffic-filter-form{flex-direction:column;align-items:stretch}.traffic-select,.traffic-filter-form .btn{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.auth-page{background:radial-gradient(circle at 18% 18%,#c9153229,#0000 26%),radial-gradient(circle at 82% 78%,#0f172a14,#0000 24%),linear-gradient(135deg,#fff,#f8fafc);grid-template-columns:1.12fr .88fr;min-height:100vh;display:grid;overflow:hidden}.auth-hero{isolation:isolate;flex-direction:column;justify-content:center;padding:56px 64px;display:flex;position:relative}.auth-hero:before{content:"";filter:blur(4px);z-index:-1;background:#c915321a;border-radius:999px;width:520px;height:520px;animation:9s ease-in-out infinite alternate authOrbFloat;position:absolute;top:-140px;left:-160px}.auth-hero:after{content:"";z-index:-1;background:#c9153213;border-radius:999px;width:360px;height:360px;animation:10s ease-in-out infinite alternate-reverse authOrbFloat;position:absolute;bottom:-120px;right:80px}.auth-kicker{width:fit-content;color:var(--eon-red);letter-spacing:.08em;text-transform:uppercase;background:#fff;border:1px solid #c9153224;border-radius:999px;margin-bottom:18px;padding:8px 12px;font-size:12px;font-weight:900;display:inline-flex;box-shadow:0 12px 26px #0f172a0f}.auth-hero h1{max-width:780px;color:var(--eon-dark);letter-spacing:-.075em;margin:0;font-size:clamp(38px,5vw,68px);line-height:.98}.auth-hero p{color:#475569;max-width:780px;margin:22px 0 0;font-size:17px;line-height:1.8}.auth-feature-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:760px;margin-top:32px;display:grid}.auth-feature{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd1;border:1px solid #e2e8f0f2;border-radius:20px;padding:16px;animation:.38s both fadeUp;box-shadow:0 16px 38px #0f172a0f}.auth-feature:nth-child(2){animation-delay:80ms}.auth-feature:nth-child(3){animation-delay:.16s}.auth-feature strong{color:var(--eon-dark);font-size:14px;font-weight:900;display:block}.auth-feature span{color:var(--eon-gray);margin-top:4px;font-size:12px;line-height:1.5;display:block}.auth-panel-wrap{place-items:center;padding:38px;display:grid;position:relative}.auth-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffeb;border:1px solid #e2e8f0f2;border-radius:32px;width:min(100%,440px);padding:34px;animation:.44s cubic-bezier(.2,.9,.2,1) both authPanelIn;box-shadow:0 28px 80px #0f172a1f}.auth-logo-row{align-items:center;gap:12px;margin-bottom:28px;display:flex}.auth-logo{color:#fff;letter-spacing:-.04em;background:linear-gradient(135deg, var(--eon-red), var(--eon-red-dark));border-radius:18px;place-items:center;width:52px;height:52px;font-weight:900;display:grid;box-shadow:0 16px 32px #c915323d}.auth-logo-text strong{color:var(--eon-dark);font-size:17px;font-weight:900;display:block}.auth-logo-text span{color:var(--eon-gray);margin-top:2px;font-size:12px;display:block}.auth-panel h2{color:var(--eon-dark);letter-spacing:-.055em;margin:0;font-size:30px}.auth-panel p{color:var(--eon-gray);margin:12px 0 24px;line-height:1.7}.auth-ms-button{background:var(--eon-red);color:#fff;cursor:pointer;border:0;border-radius:18px;justify-content:center;align-items:center;gap:11px;width:100%;min-height:52px;font-weight:900;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex;box-shadow:0 16px 34px #c9153238}.auth-ms-button:hover{background:var(--eon-red-dark);transform:translateY(-2px);box-shadow:0 22px 42px #c9153247}.auth-ms-button:active{transform:translateY(0)scale(.99)}.auth-ms-icon{background-color:#0000;background-image:linear-gradient(90deg,#f25022 0 50%,#7fba00 50% 100%),linear-gradient(90deg,#00a4ef 0 50%,#ffb900 50% 100%);background-position:top,bottom;background-repeat:no-repeat;background-size:100% 50%,100% 50%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:6px;width:22px;height:22px;box-shadow:inset 0 0 0 1px #ffffff59}.auth-note{color:var(--eon-gray);background:#f8fafc;border:1px solid #e2e8f0f2;border-radius:18px;margin-top:18px;padding:14px;font-size:12px;line-height:1.6}.auth-footer{color:#94a3b8;text-align:center;margin-top:24px;font-size:12px}@keyframes authPanelIn{0%{opacity:0;filter:blur(4px);transform:translateY(18px)scale(.985)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes authOrbFloat{0%{transform:translate(0,0)scale(1)}to{transform:translate(22px,18px)scale(1.06)}}@media (width<=980px){.auth-page{grid-template-columns:1fr}.auth-hero{padding:34px 22px 18px}.auth-hero h1{font-size:clamp(34px,9vw,52px)}.auth-feature-list{grid-template-columns:1fr}.auth-panel-wrap{padding:18px 22px 34px}.auth-panel{border-radius:26px;padding:26px}}.eon-login-body{color:#0f172a;background:#eef3f8;width:100%;height:100vh;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}.eon-login-shell{width:100%;height:100vh;position:relative;overflow:hidden}.eon-login-backdrop{background-position:50%;background-size:cover;animation:18s ease-in-out infinite alternate eonBgBreath;position:absolute;inset:0;transform:scale(1.01)}.eon-login-overlay{pointer-events:none;background:linear-gradient(90deg,#f8fafcf0 0%,#f8fafcc7 28%,#f8fafc1f 48%,#0f172a0a 100%);position:absolute;inset:0}.eon-login-card-area{z-index:20;align-items:center;width:clamp(360px,34vw,500px);height:100vh;padding-left:clamp(22px,3.4vw,60px);display:flex;position:relative}.eon-login-card{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffffe0;border:1px solid #ffffffeb;border-radius:30px;width:100%;max-width:430px;max-height:calc(100vh - 42px);padding:clamp(20px,2.2vw,34px);animation:.55s both cardEnter;overflow:hidden;box-shadow:0 28px 74px #0f172a29,inset 0 1px #fffffff5}.eon-brand{gap:2px;display:grid}.eon-logo-text{color:#d71934;letter-spacing:-.09em;font-size:clamp(30px,2.7vw,38px);font-weight:950;line-height:1}.eon-brand span{color:#d71934;font-size:12px;font-weight:850}.eon-heading{margin-top:clamp(18px,3vh,32px)}.eon-kicker{color:#94a3b8;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:850;display:inline-flex}.eon-heading h1{color:#050505;letter-spacing:-.075em;margin:10px 0 0;font-size:clamp(36px,4vw,52px);font-weight:950;line-height:.94}.eon-heading h1 span{color:#d71934}.eon-heading h2{color:#6b7280;letter-spacing:-.02em;margin:10px 0 0;font-size:clamp(15px,1.35vw,18px);font-weight:750;line-height:1.35}.eon-red-line{background:#d71934;border-radius:999px;width:54px;height:4px;margin-top:16px}.eon-heading p{color:#334155;margin:16px 0 0;font-size:clamp(12px,.95vw,14px);line-height:1.6}.eon-feature-list{gap:9px;margin-top:clamp(16px,2.4vh,24px);display:grid}.eon-feature{background:#ffffffc2;border:1px solid #e2e8f0db;border-radius:16px;align-items:center;gap:11px;min-height:54px;padding:10px 12px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;box-shadow:0 10px 22px #0f172a0d}.eon-feature:hover{border-color:#d719342e;transform:translateY(-2px);box-shadow:0 14px 28px #0f172a14}.eon-feature-icon{color:#d71934;background:#fff5f6;border:1px solid #d719341f;border-radius:13px;flex:0 0 36px;place-items:center;width:36px;height:36px;display:grid}.eon-feature-icon svg{width:20px;height:20px}.eon-feature strong{color:#111827;font-size:13px;font-weight:850;line-height:1.25;display:block}.eon-feature span{color:#6b7280;margin-top:2px;font-size:11px;display:block}.eon-mini-info{grid-template-columns:repeat(2,1fr);gap:9px;margin-top:12px;display:grid}.eon-mini-info div{text-align:center;background:linear-gradient(#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:14px;padding:10px 12px}.eon-mini-info small{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:800;display:block}.eon-mini-info strong{color:#0f172a;margin-top:5px;font-size:12px;font-weight:850;display:block}.eon-login-button{color:#fff;background:linear-gradient(135deg,#e0001b,#c4001a);border-radius:17px;justify-content:center;align-items:center;gap:13px;width:100%;min-height:clamp(48px,6vh,56px);margin-top:clamp(14px,2.4vh,22px);font-size:15px;font-weight:900;text-decoration:none;transition:transform .18s,box-shadow .18s,filter .18s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 18px 34px #d7193442}.eon-login-button:hover{color:#fff;filter:saturate(1.06);transform:translateY(-2px);box-shadow:0 24px 42px #d7193459}.eon-login-button:after{content:"";background:linear-gradient(120deg,#0000,#ffffff3d,#0000);transition:transform .45s;position:absolute;inset:0;transform:translate(-120%)}.eon-login-button:hover:after{transform:translate(120%)}.eon-ms-icon{grid-template-columns:repeat(2,1fr);gap:2px;width:22px;height:22px;display:grid}.eon-ms-icon i:first-child{background:#f25022}.eon-ms-icon i:nth-child(2){background:#7fba00}.eon-ms-icon i:nth-child(3){background:#00a4ef}.eon-ms-icon i:nth-child(4){background:#ffb900}.eon-secure-note{color:#6b7280;align-items:flex-start;gap:8px;margin-top:13px;font-size:11px;line-height:1.5;display:flex}.eon-secure-note svg{flex:0 0 17px;width:17px;height:17px;margin-top:1px}.eon-footer{color:#94a3b8;margin-top:13px;font-size:11px}.eon-cockpit-dashboard{z-index:8;pointer-events:none;flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:clamp(24px,5vh,54px) clamp(22px,3vw,60px) clamp(24px,5vh,48px) clamp(500px,39vw,650px)}.cockpit-hud-row{color:#ffffffe0;text-shadow:0 0 12px #fff6;grid-template-columns:1fr auto 1fr;align-items:start;gap:16px;display:grid}.hud-status{align-items:center;gap:9px;display:flex}.hud-status.right{text-align:right;justify-self:end}.hud-status small{text-transform:uppercase;letter-spacing:.12em;opacity:.78;font-size:9px;display:block}.hud-status strong{margin-top:2px;font-size:clamp(12px,1vw,16px);font-weight:850;display:block}.hud-dot{border-radius:999px;flex:0 0 9px;width:9px;height:9px;animation:1.8s infinite pulseHud}.hud-dot.red{color:#ef4444;background:#ef4444}.hud-dot.green{color:#22c55e;background:#22c55e}.hud-center{flex-direction:column;align-items:center;gap:8px;display:flex}.hud-center b{font-size:clamp(22px,2vw,34px);font-weight:300;line-height:1}.hud-center span{background:linear-gradient(90deg,#0000,#ffffffe0,#0000);border-radius:999px;width:120px;height:2px}.cockpit-summary-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffc7;border:1px solid #ffffffeb;border-radius:24px;align-self:flex-end;width:clamp(280px,25vw,360px);margin-top:clamp(10px,3vh,44px);padding:clamp(13px,1.3vw,18px);animation:5.5s ease-in-out infinite widgetFloat;box-shadow:0 18px 44px #0f172a24}.widget-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.widget-head strong{font-size:clamp(12px,1vw,16px);font-weight:850;line-height:1.2}.widget-head span{white-space:nowrap;background:#94a3b829;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800}.summary-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.summary-grid div{background:#ffffff9e;border:1px solid #e2e8f0b3;border-radius:14px;min-width:0;padding:10px}.summary-grid small{color:#64748b;font-size:9px;font-weight:750;display:block}.summary-grid strong{color:#111827;margin-top:5px;font-size:clamp(16px,1.4vw,23px);font-weight:850;line-height:1;display:block}.cockpit-widget-row{grid-template-columns:1.25fr .95fr .82fr;align-items:stretch;gap:clamp(10px,1.3vw,18px);margin-top:auto;display:grid}.cockpit-widget{color:#f8fafc;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#071229c7;border:1px solid #94a3b829;border-radius:23px;min-width:0;padding:clamp(13px,1.3vw,18px);animation:6s ease-in-out infinite widgetFloat;box-shadow:0 22px 50px #0f172a42}.widget-chart{animation-delay:.1s}.widget-permission{animation-delay:.22s}.widget-status{animation-delay:.34s}.activity-chart{position:relative}.activity-chart svg{width:100%;height:clamp(105px,17vh,150px);display:block}.grid-line{stroke:#94a3b838;stroke-width:1px}.activity-line{fill:none;stroke:#ef4444;stroke-width:4px;stroke-linecap:round;stroke-dasharray:520;stroke-dashoffset:520px;filter:drop-shadow(0 0 8px #ef444459);animation:3.2s ease-in-out infinite chartDraw}.activity-dot{fill:#ef4444;animation:1.8s ease-in-out infinite pulseDot}.access-count{text-align:right;background:#ef444440;border:1px solid #ef44442e;border-radius:15px;padding:9px 12px;position:absolute;top:12px;right:12px}.access-count strong{font-size:clamp(18px,1.8vw,28px);line-height:1;display:block}.access-count span{color:#e2e8f0;margin-top:5px;font-size:10px;display:block}.permission-content{grid-template-columns:clamp(78px,8vw,110px) 1fr;align-items:center;gap:14px;display:grid}.permission-donut{background:conic-gradient(#ef4444 0 30%, #38bdf8 30% 62%, #22c55e 62% 90%, #475569 90% 100%);border-radius:50%;place-items:center;width:clamp(76px,8vw,108px);height:clamp(76px,8vw,108px);animation:6s ease-in-out infinite donutMove;display:grid;position:relative}.permission-donut:after{content:"";background:#0a152df5;border-radius:50%;position:absolute;inset:22%}.permission-donut div{z-index:2;text-align:center;position:relative}.permission-donut strong{font-size:clamp(16px,1.5vw,24px);line-height:1;display:block}.permission-donut span{color:#cbd5e1;margin-top:4px;font-size:10px;display:block}.permission-bars{gap:10px;display:grid}.permission-bars label{color:#cbd5e1;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.permission-bars b{width:var(--bar);background:linear-gradient(90deg,#ef4444,#38bdf8);border-radius:999px;height:8px;animation:3s ease-in-out infinite barPulse;display:block}.system-list{gap:12px;display:grid}.system-list div{color:#e2e8f0;align-items:center;gap:9px;font-size:12px;font-weight:800;display:flex}.system-list i{background:#22c55e;border-radius:999px;width:9px;height:9px;animation:1.8s infinite pulseGreen;box-shadow:0 0 #22c55e8c}@keyframes eonBgBreath{0%{transform:scale(1.01)}to{transform:scale(1.04)}}@keyframes cardEnter{0%{opacity:0;filter:blur(5px);transform:translate(-18px)scale(.985)}to{opacity:1;filter:blur();transform:translate(0)scale(1)}}@keyframes widgetFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes chartDraw{0%{stroke-dashoffset:520px}45%,72%{stroke-dashoffset:0}to{stroke-dashoffset:-520px}}@keyframes pulseDot{0%,to{r:5;opacity:1}50%{r:8;opacity:.65}}@keyframes donutMove{0%,to{transform:rotate(0)scale(1)}50%{transform:rotate(9deg)scale(1.03)}}@keyframes pulseGreen{0%{box-shadow:0 0 #22c55e8c}70%{box-shadow:0 0 0 10px #22c55e00}to{box-shadow:0 0 #22c55e00}}@keyframes pulseHud{0%{box-shadow:0 0}70%{box-shadow:0 0 0 10px #fff0}to{box-shadow:0 0 #fff0}}@keyframes barPulse{0%,to{filter:brightness()}50%{filter:brightness(1.15)}}@media (width<=1360px){.eon-login-card-area{width:430px;padding-left:34px}.eon-cockpit-dashboard{left:470px;right:24px}.cockpit-widget-row{grid-template-columns:1.3fr 1fr}.widget-status{display:none}}@media (width<=1180px){.eon-login-overlay{background:#f8fafcc2}.eon-login-backdrop{filter:blur(2px);transform:scale(1.08)}.eon-login-card-area{justify-content:center;width:100%;padding:18px}.eon-login-card{max-width:680px}.eon-cockpit-dashboard{display:none}}@media (height<=820px){.eon-login-card{border-radius:26px;padding:22px 24px}.eon-heading{margin-top:16px}.eon-heading h1{font-size:38px}.eon-heading h2{font-size:15px}.eon-heading p{margin-top:12px;font-size:12px;line-height:1.45}.eon-feature-list{gap:7px;margin-top:12px}.eon-feature{min-height:48px;padding:8px 10px}.eon-feature-icon{flex-basis:32px;width:32px;height:32px}.eon-feature span,.eon-mini-info{display:none}.eon-login-button{min-height:46px;margin-top:12px}.eon-secure-note,.eon-footer{margin-top:10px}}@media (width<=640px){.eon-login-card-area{padding:12px}.eon-login-card{border-radius:24px;max-height:calc(100vh - 24px);padding:20px}.eon-heading h1{font-size:34px}.eon-heading h2{font-size:14px}.eon-heading p{font-size:12px}.eon-mini-info{display:none}}@media (prefers-reduced-motion:reduce){.eon-login-shell *,.eon-login-shell :before,.eon-login-shell :after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.error-page-body{background:radial-gradient(circle at 0 0,#d719341f,#0000 30%),linear-gradient(135deg,#fff,#f8fafc);min-height:100vh;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.error-page{place-items:center;min-height:100vh;padding:24px;display:grid}.error-card{text-align:center;background:#ffffffeb;border:1px solid #e2e8f0;border-radius:28px;width:min(100%,440px);padding:36px;box-shadow:0 30px 80px #0f172a1f}.error-logo{color:#fff;letter-spacing:-.06em;background:linear-gradient(135deg,#e0001b,#c4001a);border-radius:22px;place-items:center;width:70px;height:70px;margin:0 auto 18px;font-size:22px;font-weight:950;display:grid}.error-card h1{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:32px}.error-card p{color:#64748b;margin:14px 0 0;line-height:1.7}.error-button{color:#fff;background:#d71934;border-radius:999px;justify-content:center;align-items:center;min-height:48px;margin-top:24px;padding:0 22px;font-weight:800;text-decoration:none;display:inline-flex}.error-button:hover{color:#fff;background:#bd1230}.user-management-hero{color:#fff;background:radial-gradient(circle at 88% 0,#ffffff3d,#0000 28%),linear-gradient(135deg,#d71934,#a9112a);border-radius:30px;justify-content:space-between;align-items:center;gap:12px;min-height:50px;padding:23px 25px;display:flex;box-shadow:0 24px 60px #d719342e}.hero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ffffffc7;margin-bottom:8px;font-size:11px;font-weight:950;display:block}.user-management-hero h1{letter-spacing:-.055em;margin:0;font-size:38px;font-weight:950;line-height:1}.user-management-hero p{color:#ffffffdb;max-width:760px;margin:12px 0 0;line-height:1.55}.sync-ms-button{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff2e;border:0;border-radius:999px;align-items:center;gap:9px;min-height:48px;padding:0 18px;font-weight:950;transition:transform .18s,background .18s;display:inline-flex;box-shadow:0 12px 28px #0f172a1f}.sync-ms-button:hover{background:#ffffff42;transform:translateY(-2px)}.sync-icon{font-size:18px}.modern-alert{border:1px solid #0000;border-radius:20px;gap:4px;margin-top:18px;padding:15px 18px;font-size:13px;display:grid}.modern-alert strong{font-size:13px;font-weight:950}.modern-alert span{line-height:1.55}.modern-alert.success{color:#047857;background:#ecfdf5;border-color:#bbf7d0}.modern-alert.danger{color:#be123c;background:#fff1f2;border-color:#fecdd3}.user-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.user-stat-card{background:#ffffffeb;border:1px solid #e2e8f0;border-radius:22px;padding:18px;box-shadow:0 14px 32px #0f172a0e}.user-stat-card span{color:#94a3b8;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:950;display:block}.user-stat-card strong{color:#0f172a;margin-top:8px;font-size:28px;font-weight:950;line-height:1;display:block}.user-toolbar-card{background:#ffffffd6;border:1px solid #e2e8f0;border-radius:24px;margin-top:16px;padding:14px;box-shadow:0 14px 32px #0f172a0d}.user-filter-form{align-items:center;gap:10px;display:flex}.user-search-box{background:#fff;border:1px solid #e2e8f0;border-radius:999px;flex:1;align-items:center;gap:10px;min-height:48px;padding:0 15px;display:flex}.user-search-box span{color:#d71934;font-weight:950}.user-search-box input{color:#0f172a;background:0 0;border:0;outline:0;width:100%;font-size:14px}.user-filter-button{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-size:13px;font-weight:950;text-decoration:none;display:inline-flex}.user-filter-button.primary{color:#fff;background:#d71934;box-shadow:0 12px 24px #d7193438}.user-filter-button.secondary{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.user-data-card{background:#fffffff2;border:1px solid #e2e8f0;border-radius:28px;margin-top:16px;overflow:hidden;box-shadow:0 24px 70px #0f172a14}.user-data-header{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px;display:flex}.user-data-header h2{color:#0f172a;letter-spacing:-.035em;margin:0;font-size:20px}.user-data-header p{color:#64748b;margin:5px 0 0;font-size:13px}.user-data-header>span{color:#64748b;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.user-table-responsive{width:100%;overflow-x:auto}.user-management-table{border-collapse:collapse;width:100%;min-width:960px}.user-management-table thead{background:linear-gradient(#f8fafc,#f1f5f9)}.user-management-table th{color:#475569;text-align:left;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #e2e8f0;padding:15px 18px;font-size:11px;font-weight:950}.user-management-table td{vertical-align:middle;border-bottom:1px solid #edf2f7;padding:15px 18px}.user-management-table tbody tr{transition:background .18s}.user-management-table tbody tr:hover{background:#fff7f8}.user-profile-cell{align-items:center;gap:12px;display:flex}.user-profile-avatar{color:#fff;background:linear-gradient(135deg,#e0001b,#c4001a);border-radius:15px;place-items:center;width:40px;height:40px;font-weight:950;display:grid;box-shadow:0 10px 22px #d719342e}.user-profile-cell strong{color:#0f172a;font-size:14px;font-weight:950;display:block}.user-profile-cell span{color:#64748b;margin-top:3px;font-size:12px;display:block}.table-muted{color:#64748b;font-size:13px}.user-role-badge,.user-status-badge{border-radius:999px;align-items:center;gap:7px;min-height:28px;padding:0 11px;font-size:12px;font-weight:950;display:inline-flex}.user-role-badge.admin{color:#be123c;background:#fff1f2}.user-role-badge.user{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.user-status-badge.active{color:#047857;background:#ecfdf5;border:1px solid #bbf7d0}.user-status-badge.inactive{color:#be123c;background:#fff1f2;border:1px solid #fecdd3}.user-status-badge i{background:currentColor;border-radius:999px;width:7px;height:7px}.permission-mini-list{color:#64748b;flex-direction:column;gap:5px;font-size:12px;display:flex}.permission-mini-list strong{color:#0f172a}.text-right{text-align:right}.table-edit-button{color:#fff;background:#d71934;border-radius:999px;justify-content:center;align-items:center;min-height:36px;padding:0 16px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex;box-shadow:0 12px 24px #d7193433}.table-edit-button:hover{color:#fff;background:#be123c}.user-empty-state{text-align:center;gap:6px;padding:34px;display:grid}.user-empty-state strong{color:#0f172a;font-size:18px}.user-empty-state span{color:#64748b}.user-pagination-wrap{background:#fff;border-top:1px solid #edf2f7;padding:16px 20px}@media (width<=1100px){.user-stat-grid{grid-template-columns:repeat(2,1fr)}.user-management-hero{flex-direction:column;align-items:flex-start}.sync-ms-button{justify-content:center;width:100%}}@media (width<=700px){.user-stat-grid{grid-template-columns:1fr}.user-filter-form{flex-direction:column;align-items:stretch}.user-filter-button{width:100%}.user-data-header{flex-direction:column}}.eon-pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;display:flex}.eon-pagination-info{color:#64748b;font-size:13px}.eon-pagination-info strong{color:#0f172a;font-weight:900}.eon-pagination-links{align-items:center;gap:7px;display:flex}.eon-page-button{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:999px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:0 11px;font-size:13px;font-weight:900;text-decoration:none;transition:transform .18s,background .18s,border-color .18s,color .18s;display:inline-flex}.eon-page-button:hover{color:#be123c;background:#fff1f2;border-color:#fecdd3;transform:translateY(-1px)}.eon-page-button.active{color:#fff;background:#d71934;border-color:#d71934;box-shadow:0 10px 20px #d7193438}.eon-page-button.disabled{color:#cbd5e1;pointer-events:none;background:#f8fafc}@media (width<=640px){.eon-pagination{text-align:center;justify-content:center}.eon-pagination-info{width:100%}.eon-pagination-links{flex-wrap:wrap;justify-content:center}}.user-edit-hero{color:#fff;background:radial-gradient(circle at 88% 0,#ffffff3d,#0000 28%),linear-gradient(135deg,#d71934,#a9112a);border-radius:30px;justify-content:space-between;align-items:center;gap:24px;min-height:130px;padding:26px 30px;display:flex;box-shadow:0 24px 60px #d719342e}.user-edit-hero h1{letter-spacing:-.055em;margin:0;font-size:38px;font-weight:950;line-height:1}.user-edit-hero p{color:#ffffffdb;margin:10px 0 0}.user-edit-back-button{color:#fff;white-space:nowrap;background:#ffffff2e;border-radius:999px;align-items:center;min-height:44px;padding:0 17px;font-weight:950;text-decoration:none;transition:transform .18s,background .18s;display:inline-flex}.user-edit-back-button:hover{color:#fff;background:#ffffff42;transform:translateY(-2px)}.form-error-list{margin:8px 0 0;padding-left:18px}.form-error-list li{margin-top:4px}.user-edit-layout{grid-template-columns:minmax(280px,360px) 1fr;align-items:start;gap:18px;margin-top:18px;display:grid}.user-profile-panel,.user-edit-card{background:#fffffff0;border:1px solid #e2e8f0;border-radius:28px;overflow:hidden;box-shadow:0 24px 70px #0f172a14}.user-profile-panel{position:sticky;top:24px}.user-profile-cover{background:radial-gradient(circle at 80% 0,#ffffff4d,#0000 34%),linear-gradient(135deg,#d71934,#a9112a);height:94px}.user-profile-avatar-large{color:#fff;background:linear-gradient(135deg,#e0001b,#c4001a);border:5px solid #fff;border-radius:26px;place-items:center;width:82px;height:82px;margin:-42px auto 0;font-size:30px;font-weight:950;display:grid;box-shadow:0 18px 34px #d719343d}.user-profile-main{text-align:center;padding:14px 22px 18px}.user-profile-main h2{color:#0f172a;letter-spacing:-.035em;margin:0;font-size:20px;font-weight:950}.user-profile-main p{color:#64748b;word-break:break-word;margin:5px 0 0;font-size:13px}.user-profile-meta{gap:10px;padding:0 22px 18px;display:grid}.user-profile-meta div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:13px 14px}.user-profile-meta small{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:950;display:block}.user-profile-meta strong{color:#0f172a;margin-top:5px;font-size:13px;font-weight:850;display:block}.text-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-current-state{border-top:1px solid #edf2f7;flex-wrap:wrap;justify-content:center;gap:8px;padding:18px 22px 22px;display:flex}.user-edit-card{padding:24px}.user-edit-card-header{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:18px;padding-bottom:20px;display:flex}.user-edit-card-header h2{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:24px;font-weight:950}.user-edit-card-header p{color:#64748b;margin:6px 0 0;font-size:13px}.config-icon{color:#d71934;background:#fff1f2;border:1px solid #fecdd3;border-radius:18px;place-items:center;width:54px;height:54px;display:grid}.config-icon svg{width:27px;height:27px}.user-edit-form{margin-top:22px}.form-section-title{align-items:flex-start;gap:12px;margin:22px 0 12px;display:flex}.form-section-title:first-child{margin-top:0}.form-section-title>span{color:#d71934;background:#fff1f2;border-radius:13px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:950;display:grid}.form-section-title strong{color:#0f172a;font-size:15px;font-weight:950;display:block}.form-section-title small{color:#64748b;margin-top:3px;font-size:12px;display:block}.role-option-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.role-option-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:22px;align-items:flex-start;gap:13px;min-height:116px;padding:16px;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;display:flex;position:relative}.role-option-card:hover{border-color:#d7193433;transform:translateY(-2px);box-shadow:0 16px 34px #0f172a14}.role-option-card input{opacity:0;pointer-events:none;position:absolute}.role-option-card:has(input:checked){background:#fff7f8;border-color:#d719345c;box-shadow:0 18px 36px #d719341f}.role-option-icon{color:#d71934;background:#fff1f2;border:1px solid #fecdd3;border-radius:15px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.role-option-icon svg{width:23px;height:23px}.role-option-card strong{color:#0f172a;font-size:15px;font-weight:950;display:block}.role-option-card small{color:#64748b;margin-top:5px;font-size:12px;line-height:1.5;display:block}.active-toggle-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:22px;align-items:center;gap:14px;padding:16px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;position:relative}.active-toggle-card:hover{border-color:#10b98147;transform:translateY(-2px);box-shadow:0 16px 34px #0f172a14}.active-toggle-card input{opacity:0;pointer-events:none;position:absolute}.toggle-visual{background:#e2e8f0;border-radius:999px;flex:0 0 56px;width:56px;height:32px;padding:4px;transition:background .2s}.toggle-visual i{background:#fff;border-radius:999px;width:24px;height:24px;transition:transform .2s;display:block;box-shadow:0 5px 12px #0f172a29}.active-toggle-card input:checked+.toggle-visual{background:#10b981}.active-toggle-card input:checked+.toggle-visual i{transform:translate(24px)}.active-toggle-card strong{color:#0f172a;font-size:15px;font-weight:950;display:block}.active-toggle-card small{color:#64748b;margin-top:4px;font-size:12px;line-height:1.5;display:block}.user-edit-warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:22px;margin-top:18px;padding:16px}.user-edit-warning strong{font-size:14px;font-weight:950;display:block}.user-edit-warning p{color:#92400e;margin:5px 0 0;font-size:13px;line-height:1.55}.user-edit-actions{border-top:1px solid #edf2f7;justify-content:flex-end;gap:10px;margin-top:22px;padding-top:20px;display:flex}.user-action-secondary,.user-action-primary{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 20px;font-size:13px;font-weight:950;text-decoration:none;display:inline-flex}.user-action-secondary{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.user-action-primary{color:#fff;background:#d71934;box-shadow:0 14px 28px #d7193438}.user-action-primary:hover{background:#be123c}.user-action-secondary:hover{color:#0f172a;background:#fff}@media (width<=1100px){.user-edit-layout{grid-template-columns:1fr}.user-profile-panel{position:relative;top:auto}}@media (width<=720px){.user-edit-hero{flex-direction:column;align-items:flex-start}.role-option-grid{grid-template-columns:1fr}.user-edit-actions{flex-direction:column}.user-action-secondary,.user-action-primary{width:100%}}.sidebar-report-item{color:#64748b;border-radius:13px;align-items:center;gap:8px;min-height:34px;padding:8px 10px 8px 12px;font-size:12px;font-weight:800;text-decoration:none;transition:background .18s,color .18s,transform .18s,box-shadow .18s;display:flex;position:relative}body.sidebar-collapsed .sidebar-report-list,.sidebar-collapsed .sidebar-report-list,.app-shell.sidebar-collapsed .sidebar-report-list,.layout-shell.sidebar-collapsed .sidebar-report-list,body.sidebar-collapsed .category-chevron,.sidebar-collapsed .category-chevron,.app-shell.sidebar-collapsed .category-chevron,.layout-shell.sidebar-collapsed .category-chevron{display:none}body.sidebar-collapsed .sidebar-category-group,.sidebar-collapsed .sidebar-category-group,.app-shell.sidebar-collapsed .sidebar-category-group,.layout-shell.sidebar-collapsed .sidebar-category-group{margin-bottom:10px}.permission-hero{color:#fff;background:radial-gradient(circle at 88% 0,#ffffff3d,#0000 28%),linear-gradient(135deg,#d71934,#a9112a);border-radius:30px;justify-content:space-between;align-items:center;gap:24px;min-height:130px;padding:26px 30px;display:flex;box-shadow:0 24px 60px #d719342e}.permission-hero h1{letter-spacing:-.055em;margin:0;font-size:38px;font-weight:950;line-height:1}.permission-hero p{color:#ffffffe0;margin:10px 0 0}.permission-back-button{color:#fff;white-space:nowrap;background:#ffffff2e;border-radius:999px;align-items:center;min-height:44px;padding:0 17px;font-weight:950;text-decoration:none;transition:transform .18s,background .18s;display:inline-flex}.permission-back-button:hover{color:#fff;background:#ffffff42;transform:translateY(-2px)}.permission-layout{grid-template-columns:minmax(280px,360px) 1fr;align-items:start;gap:18px;margin-top:18px;display:grid}.permission-summary-card,.permission-main-card{background:#fffffff0;border:1px solid #e2e8f0;border-radius:28px;overflow:hidden;box-shadow:0 24px 70px #0f172a14}.permission-summary-card{padding:24px;position:sticky;top:24px}.permission-summary-icon{color:#d71934;background:#fff1f2;border:1px solid #fecdd3;border-radius:22px;place-items:center;width:62px;height:62px;display:grid}.permission-summary-icon svg{width:30px;height:30px}.permission-summary-card h2{color:#0f172a;letter-spacing:-.04em;margin:18px 0 0;font-size:24px;font-weight:950}.permission-summary-card>p{color:#64748b;margin:8px 0 0;font-size:13px;line-height:1.6}.permission-stat-list{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px;display:grid}.permission-stat-list div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:13px}.permission-stat-list small{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:950;display:block}.permission-stat-list strong{color:#0f172a;margin-top:6px;font-size:18px;font-weight:950;display:block}.assigned-user-list{border-top:1px solid #edf2f7;gap:9px;margin-top:20px;padding-top:18px;display:grid}.assigned-user-list>strong{color:#0f172a;font-size:14px;font-weight:950}.assigned-user-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:15px;align-items:center;gap:10px;padding:9px;display:flex}.assigned-user-item>span{color:#fff;background:linear-gradient(135deg,#e0001b,#c4001a);border-radius:12px;place-items:center;width:32px;height:32px;font-size:12px;font-weight:950;display:grid}.assigned-user-item b{color:#0f172a;font-size:12px;font-weight:950;display:block}.assigned-user-item small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;max-width:230px;margin-top:2px;font-size:11px;display:block;overflow:hidden}.permission-empty-text,.permission-more-text{color:#94a3b8;margin:0;font-size:12px}.permission-main-card{padding:0}.permission-card-header{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px;display:flex}.permission-card-header h2{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:24px;font-weight:950}.permission-card-header p{color:#64748b;margin:6px 0 0;font-size:13px}.permission-card-header>span{color:#64748b;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:850}.permission-search-form{border-bottom:1px solid #edf2f7;align-items:center;gap:10px;padding:18px 24px;display:flex}.permission-search-box{background:#fff;border:1px solid #e2e8f0;border-radius:999px;flex:1;align-items:center;gap:10px;min-height:48px;padding:0 15px;display:flex;box-shadow:0 10px 24px #0f172a0b}.permission-search-box span{color:#d71934;font-weight:950}.permission-search-box input{color:#0f172a;background:0 0;border:0;outline:0;width:100%;font-size:14px}.permission-search-button,.permission-reset-button{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 19px;font-size:13px;font-weight:950;text-decoration:none;display:inline-flex}.permission-search-button{color:#fff;background:#d71934;box-shadow:0 12px 24px #d7193438}.permission-reset-button{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.permission-user-list{gap:10px;padding:18px 24px;display:grid}.permission-user-row{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:20px;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;min-height:72px;padding:13px 16px;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;display:grid;position:relative}.permission-user-row:hover{border-color:#d7193433;transform:translateY(-2px);box-shadow:0 16px 34px #0f172a13}.permission-user-row.selected{background:#fff7f8;border-color:#d7193457;box-shadow:0 16px 34px #d7193417}.permission-user-row input{opacity:0;pointer-events:none;position:absolute}.permission-user-avatar{color:#fff;background:linear-gradient(135deg,#e0001b,#c4001a);border-radius:15px;place-items:center;width:42px;height:42px;font-weight:950;display:grid;box-shadow:0 10px 22px #d719342e}.permission-user-info strong{color:#0f172a;font-size:14px;font-weight:950;display:block}.permission-user-info small{color:#64748b;margin-top:3px;font-size:12px;display:block}.permission-user-info em{color:#94a3b8;margin-top:4px;font-size:11px;font-style:normal;display:block}.permission-checkmark{color:#cbd5e1;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;place-items:center;width:30px;height:30px;transition:background .18s,color .18s,border-color .18s;display:grid}.permission-checkmark svg{width:17px;height:17px}.permission-user-row.selected .permission-checkmark{color:#fff;background:#d71934;border-color:#d71934}.permission-empty-state{text-align:center;color:#64748b;gap:6px;padding:36px;display:grid}.permission-empty-state strong{color:#0f172a;font-size:18px}.permission-footer{border-top:1px solid #edf2f7;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;padding:18px 24px;display:flex}.permission-actions{align-items:center;gap:10px;display:flex}.permission-action-secondary,.permission-action-primary{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-size:13px;font-weight:950;text-decoration:none;display:inline-flex}.permission-action-secondary{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.permission-action-primary{color:#fff;background:#d71934;box-shadow:0 14px 28px #d7193438}.permission-action-primary:hover{background:#be123c}.permission-action-secondary:hover{color:#0f172a;background:#fff}@media (width<=1100px){.permission-layout{grid-template-columns:1fr}.permission-summary-card{position:relative;top:auto}}@media (width<=720px){.permission-hero,.permission-card-header,.permission-footer{flex-direction:column;align-items:flex-start}.permission-search-form{flex-direction:column;align-items:stretch}.permission-search-button,.permission-reset-button,.permission-action-secondary,.permission-action-primary{width:100%}.permission-actions{flex-direction:column;width:100%}.permission-user-row{grid-template-columns:auto 1fr}.permission-checkmark{grid-column:1/-1;justify-self:flex-end}}.permission-report-info{gap:10px;margin-top:12px;display:grid}.permission-report-info div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:13px}.permission-report-info small{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:950;display:block}.permission-report-info strong{color:#0f172a;margin-top:6px;font-size:13px;font-weight:950;display:block}.report-viewer-header{color:#fff;background:radial-gradient(circle at 90% 0,#ffffff3d,#0000 28%),linear-gradient(135deg,#d71934,#a9112a);border-radius:30px;justify-content:space-between;align-items:center;gap:24px;min-height:116px;margin-bottom:16px;padding:24px 28px;display:flex;box-shadow:0 24px 60px #d719342e}.report-viewer-header h1{letter-spacing:-.055em;margin:0;font-size:clamp(28px,3vw,42px);font-weight:950;line-height:1}.report-viewer-header p{color:#ffffffdb;margin:10px 0 0;font-size:14px}.viewer-status-pill{color:#fff;white-space:nowrap;background:#ffffff2e;border-radius:999px;align-items:center;gap:8px;min-height:42px;padding:0 15px;font-size:12px;font-weight:950;display:inline-flex}.viewer-status-pill i{background:#22c55e;border-radius:999px;width:8px;height:8px;animation:1.8s infinite pulseGreen;box-shadow:0 0 #22c55e8c}.report-protection-card{background:#fffffff0;border:1px solid #e2e8f0;border-radius:24px;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;margin-bottom:16px;padding:18px 20px;display:grid;box-shadow:0 18px 45px #0f172a12}.report-protection-icon{color:#d71934;background:#fff1f2;border:1px solid #fecdd3;border-radius:16px;place-items:center;width:46px;height:46px;display:grid}.report-protection-icon svg{width:24px;height:24px}.report-protection-card strong{color:#0f172a;font-size:15px;font-weight:950;display:block}.report-protection-card span{color:#64748b;margin-top:4px;font-size:13px;line-height:1.55;display:block}.report-protection-badge{text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;background:#fff1f2;border:1px solid #fecdd3;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 13px;font-weight:950;color:#be123c!important;margin-top:0!important;font-size:11px!important;display:inline-flex!important}.powerbi-viewer-card{background:#fff;border:1px solid #e2e8f0;border-radius:26px;width:100%;height:calc(100vh - 310px);min-height:calc(100vh - 310px);position:relative;overflow:hidden;box-shadow:0 24px 70px #0f172a17}.powerbi-iframe-wrap{background:#fff;position:absolute;inset:0;overflow:hidden}.powerbi-report-iframe{background:#fff;border:0;width:100%;height:100%;display:block}.report-load-error{gap:8px;display:grid}.publish-embed-footer-mask{z-index:12;pointer-events:none;background:#fff;height:34px;position:absolute;bottom:0;left:0;right:0}@media (width<=900px){.report-viewer-header,.report-protection-card{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.report-protection-card{display:flex}.powerbi-viewer-card{height:70vh;min-height:70vh}}.report-secure-info{border-left:5px solid var(--eon-red,#d71934);margin-bottom:18px}.publish-embed-footer-mask{z-index:12;pointer-events:none;background:#fff;border-top:1px solid #e2e8f0e6;height:54px;position:absolute;bottom:0;left:0;right:0}.publish-embed-corner-mask{z-index:13;pointer-events:none;background:#fff;width:280px;height:64px;position:absolute;bottom:0;right:0}.publish-embed-shell:after{content:"";z-index:13;pointer-events:none;background:#fff;width:280px;height:64px;position:absolute;bottom:0;left:0}@media (width<=900px){.powerbi-frame.publish-embed-shell{height:72vh;min-height:520px}.publish-embed-iframe{height:calc(100% + 80px)}.publish-embed-footer-mask{height:58px}.publish-embed-corner-mask,.publish-embed-shell:after{width:220px;height:68px}}.report-secure-info{border-left:5px solid var(--eon-red,#d71934);border-radius:22px;margin-bottom:18px}.report-secure-info strong{color:#0f172a;font-size:15px;font-weight:950;display:block}.report-secure-info p{color:var(--eon-gray,#64748b);margin:8px 0 0;font-size:14px;line-height:1.7}.powerbi-frame.publish-embed-shell{background:#fff;border:1px solid #e2e8f0;border-radius:26px;width:100%;height:calc(100vh - 240px);min-height:620px;position:relative;overflow:hidden;box-shadow:0 24px 70px #0f172a17}.publish-embed-crop{background:#fff;position:absolute;inset:0;overflow:hidden}.publish-embed-iframe{background:#fff;border:0;width:100%;height:calc(100% + 72px);display:block;position:absolute;top:0;left:0}.publish-embed-footer-mask,.publish-embed-corner-mask,.powerbi-bottom-mask,.powerbi-left-brand-mask,.powerbi-right-action-mask,.publish-embed-shell:after{display:none!important}.report-loading{z-index:30;color:#0f172a;text-align:center;background:radial-gradient(circle at 50% 40%,#d7193414,#0000 32%),#fffffff5;align-content:center;place-items:center;gap:10px;transition:opacity .2s,visibility .2s;display:grid;position:absolute;inset:0}.report-loading.hidden{opacity:0;visibility:hidden;pointer-events:none}.report-loader{border:4px solid #fee2e2;border-top-color:var(--eon-red,#d71934);border-radius:999px;width:46px;height:46px;animation:.8s linear infinite reportSpin}.report-loading strong{font-size:16px;font-weight:950;display:block}.report-loading span{color:#64748b;font-size:13px;display:block}@media (width<=900px){.powerbi-frame.publish-embed-shell{border-radius:22px;height:72vh;min-height:520px}.publish-embed-iframe{height:calc(100% + 80px)}}.sidebar-section-icon svg{width:14px;height:14px}.app-shell.sidebar-collapsed .sidebar-section-heading{justify-content:center;width:42px;height:42px;margin:16px auto 10px;padding:0}.app-shell.sidebar-collapsed .sidebar-section-text{display:none}.app-shell.sidebar-collapsed .sidebar-section-icon{border-radius:12px;width:32px;height:32px}.app-shell.sidebar-collapsed .sidebar-section-icon svg{width:16px;height:16px}.sidebar-category-group{margin-bottom:6px}.category-parent{position:relative}.category-parent .nav-icon svg{width:16px;height:16px}.category-chevron{color:#94a3b8;place-items:center;width:18px;height:18px;margin-left:auto;transition:transform .22s,color .22s;display:inline-grid}.category-chevron svg{width:15px;height:15px}.sidebar-category-group.open .category-chevron,.sidebar-category-group:hover .category-chevron{color:#d71934;transform:rotate(180deg)}.sidebar-report-list{opacity:0;border-left:1px dashed #94a3b861;gap:5px;max-height:0;margin-top:6px;margin-left:23px;padding-left:13px;transition:max-height .28s,opacity .22s,transform .22s;display:grid;overflow:hidden;transform:translateY(-4px)}.sidebar-category-group.open .sidebar-report-list,.sidebar-category-group:hover .sidebar-report-list{opacity:1;max-height:520px;transform:translateY(0)}.sidebar-report-item{color:#64748b;border-radius:13px;align-items:center;gap:8px;min-height:34px;padding:8px 10px 8px 12px;font-size:12px;font-weight:800;text-decoration:none;transition:background .18s,color .18s,transform .18s,box-shadow .18s;display:flex}.sidebar-report-item:hover{color:#d71934;background:#fff1f2;transform:translate(2px)}.sidebar-report-item.active{color:#d71934;background:#fff1f2;box-shadow:inset 3px 0 #d71934,0 8px 18px #d7193414}.report-dot{background:#cbd5e1;border-radius:999px;flex:0 0 7px;width:7px;height:7px;transition:background .18s,box-shadow .18s,transform .18s}.sidebar-report-item:hover .report-dot,.sidebar-report-item.active .report-dot{background:#d71934;transform:scale(1.08);box-shadow:0 0 0 4px #d719341f}.report-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-empty-state{color:#94a3b8;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;margin:8px 10px;padding:12px;font-size:12px;font-weight:800}.app-shell.sidebar-collapsed .sidebar-report-list,.app-shell.sidebar-collapsed .category-chevron{display:none}.app-shell.sidebar-collapsed .sidebar-category-group{margin-bottom:10px}.app-shell.sidebar-collapsed .category-parent{justify-content:center}.user-assignment-summary{border-top:1px solid #edf2f7;padding:18px 22px 22px}.assignment-summary-title{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.assignment-summary-title strong{color:#0f172a;font-size:14px;font-weight:950;display:block}.assignment-summary-title span{color:#94a3b8;font-size:11px;font-weight:800}.assignment-stat-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:14px;display:grid}.assignment-stat-grid div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:12px}.assignment-stat-grid small{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:950;display:block}.assignment-stat-grid strong{color:#0f172a;margin-top:6px;font-size:20px;font-weight:950;line-height:1;display:block}.assignment-list-block{gap:8px;margin-top:14px;display:grid}.assignment-list-header{justify-content:space-between;align-items:center;display:flex}.assignment-list-header strong{color:#0f172a;font-size:13px;font-weight:950}.assignment-item{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:flex-start;gap:10px;padding:10px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.assignment-item:hover{border-color:#d719342e;transform:translateY(-1px);box-shadow:0 12px 24px #0f172a0f}.assignment-icon{border-radius:13px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.assignment-icon svg{width:18px;height:18px}.assignment-icon.category{color:#d71934;background:#fff1f2;border:1px solid #fecdd3}.assignment-icon.report{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.assignment-item strong{color:#0f172a;font-size:12px;font-weight:950;line-height:1.35;display:block}.assignment-item small{color:#64748b;margin-top:3px;font-size:11px;line-height:1.4;display:block}.assignment-empty{color:#94a3b8;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:15px;padding:12px;font-size:12px;font-weight:800}.assigned-report-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:15px;align-items:center;gap:10px;padding:9px;display:flex}.assigned-report-item>span{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;flex:0 0 32px;place-items:center;width:32px;height:32px;display:grid}.assigned-report-item svg{width:17px;height:17px}.assigned-report-item b{color:#0f172a;font-size:12px;font-weight:950;display:block}.assigned-report-item small{color:#64748b;margin-top:2px;font-size:11px;display:block}.report-avatar{color:#2563eb!important;background:#eff6ff!important;border:1px solid #bfdbfe!important}.report-avatar svg{width:21px;height:21px}.content-stage:has(.eon-report-page){flex-direction:column;height:calc(100vh - 96px);min-height:0;display:flex;overflow:hidden;padding-bottom:0!important}.eon-report-page{flex-direction:column;gap:10px;height:100%;min-height:0;display:flex;overflow:hidden}.eon-report-hero{border-radius:22px;flex:none;min-height:78px;padding:14px 20px;position:relative;overflow:hidden;box-shadow:0 16px 38px #d7193424;color:#fff!important;background:radial-gradient(circle at 92% 0,#fff3,#0000 30%),linear-gradient(135deg,#d71934,#a9112a)!important}.eon-report-hero:after{content:"";pointer-events:none;background:#ffffff21;border-radius:999px;width:210px;height:210px;position:absolute;top:-95px;right:-55px}.eon-report-hero-main{z-index:2;min-width:0;position:relative}.eon-report-title-row{justify-content:space-between;align-items:center;gap:14px;margin-bottom:7px;display:flex}.eon-report-eyebrow{letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:950;display:block;color:#ffffffd1!important}.eon-report-hero h1{letter-spacing:-.05em;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:clamp(22px,2vw,30px);font-weight:950;line-height:1;overflow:hidden;color:#fff!important}.eon-report-hero p{white-space:nowrap;text-overflow:ellipsis;max-width:860px;margin:6px 0 0;font-size:12px;line-height:1.25;overflow:hidden;color:#ffffffdb!important}.eon-report-status{z-index:2;white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff2e;border-radius:999px;align-items:center;gap:7px;min-height:28px;padding:0 11px;font-size:10px;font-weight:950;display:inline-flex;position:relative;color:#fff!important}.eon-report-status i,.eon-report-status span{background:#22c55e;border-radius:999px;animation:1.8s infinite eonPulseGreen;box-shadow:0 0 #22c55e8c;width:7px!important;height:7px!important}.eon-report-frame-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;flex:auto;width:100%;min-height:0;position:relative;overflow:hidden;box-shadow:0 18px 50px #0f172a13}.eon-report-iframe{background:#fff;display:block;position:absolute;top:0;left:0;border:0!important;width:100%!important;height:calc(100% + 76px)!important}.eon-report-loading{z-index:30;color:#0f172a;text-align:center;background:radial-gradient(circle at 50% 40%,#d7193414,#0000 32%),#fffffff5;align-content:center;place-items:center;gap:10px;transition:opacity .2s,visibility .2s;display:grid;position:absolute;inset:0}.eon-report-loading strong{font-size:15px;font-weight:950;display:block}.eon-report-loading span{color:#64748b;font-size:12px;display:block}.report-protection-card,.report-secure-info,.report-viewer-hero,.powerbi-viewer-card,.hero-protection-note,.hero-protection-icon,.viewer-status-pill,.publish-embed-footer-mask,.publish-embed-corner-mask,.powerbi-bottom-mask,.powerbi-left-brand-mask,.powerbi-right-action-mask,.publish-embed-shell:after{display:none!important}@keyframes eonReportSpin{to{transform:rotate(360deg)}}@keyframes eonPulseGreen{0%{box-shadow:0 0 #22c55e8c}70%{box-shadow:0 0 0 10px #22c55e00}to{box-shadow:0 0 #22c55e00}}.main-panel:has(.eon-report-page) .content-stage{padding-top:14px}@media (width<=900px){.content-stage:has(.eon-report-page){height:auto;overflow:visible}.eon-report-page{height:auto;overflow:visible}.eon-report-hero{border-radius:20px;min-height:auto;padding:16px}.eon-report-title-row{align-items:flex-start}.eon-report-hero h1,.eon-report-hero p{white-space:normal}.eon-report-frame-card{border-radius:20px;flex:none;height:74vh;min-height:520px}.eon-report-iframe{height:calc(100% + 90px)!important}}.dashboard-hero{color:#fff;background:radial-gradient(circle at 88% 0,#ffffff3d,#0000 30%),linear-gradient(135deg,#d71934,#a9112a);border-radius:30px;grid-template-columns:1fr 220px;align-items:center;gap:24px;min-height:190px;padding:30px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 60px #d719342e}.dashboard-hero:after{content:"";background:#ffffff21;border-radius:999px;width:270px;height:270px;position:absolute;top:-90px;right:-70px}.dashboard-hero-content{z-index:2;position:relative}.dashboard-hero h1{letter-spacing:-.06em;margin:0;font-size:clamp(34px,4vw,52px);font-weight:950;line-height:1}.dashboard-hero p{color:#ffffffe6;max-width:760px;margin:14px 0 0;font-size:15px;line-height:1.7}.dashboard-hero-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.dashboard-hero-button{border-radius:999px;align-items:center;min-height:42px;padding:0 16px;font-size:13px;font-weight:950;text-decoration:none;transition:transform .18s,background .18s;display:inline-flex}.dashboard-hero-button:hover{transform:translateY(-2px)}.dashboard-hero-button.primary{color:#be123c;background:#fff}.dashboard-hero-button.secondary{color:#fff;background:#ffffff2b;border:1px solid #ffffff38}.dashboard-hero-visual{z-index:2;place-items:center;display:grid;position:relative}.dashboard-radar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #fff3;border-radius:999px;place-items:center;width:150px;height:150px;display:grid;position:relative}.dashboard-radar span{border:1px solid #ffffff38;border-radius:999px;animation:2.8s infinite dashboardRadar;position:absolute;inset:18px}.dashboard-radar span:nth-child(2){animation-delay:.35s;inset:34px}.dashboard-radar span:nth-child(3){animation-delay:.7s;inset:50px}.dashboard-radar strong{color:#fff;font-size:34px;font-weight:950;line-height:1}.dashboard-radar small{color:#ffffffc2;margin-top:44px;font-size:11px;font-weight:850;position:absolute}.dashboard-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.dashboard-stat-card{background:#fffffff0;border:1px solid #e2e8f0;border-radius:24px;align-items:center;gap:14px;padding:18px;transition:transform .18s,box-shadow .18s;display:flex;box-shadow:0 18px 45px #0f172a0f}.dashboard-stat-card:hover{transform:translateY(-3px);box-shadow:0 22px 55px #0f172a17}.stat-icon{border-radius:18px;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.stat-icon svg{width:24px;height:24px}.stat-icon.red{color:#d71934;background:#fff1f2;border:1px solid #fecdd3}.stat-icon.blue{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.stat-icon.green{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.stat-icon.dark{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0}.dashboard-stat-card small{color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:900;display:block}.dashboard-stat-card strong{color:#0f172a;margin-top:5px;font-size:28px;font-weight:950;line-height:1;display:block}.dashboard-section{margin-top:22px}.dashboard-section-header{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:14px;display:flex}.section-kicker{color:#d71934;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:950;display:block}.dashboard-section-header h2{color:#0f172a;letter-spacing:-.04em;margin:5px 0 0;font-size:24px;font-weight:950}.dashboard-section-header p{color:#64748b;margin:6px 0 0;font-size:13px}.section-count{color:#64748b;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:900}.dashboard-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.dashboard-category-card{background:#fffffff0;border:1px solid #e2e8f0;border-radius:28px;flex-direction:column;min-height:230px;padding:22px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;box-shadow:0 22px 55px #0f172a12}.dashboard-category-card:hover{border-color:#d7193433;transform:translateY(-4px);box-shadow:0 28px 70px #0f172a1a}.category-card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.category-card-icon{color:#d71934;background:#fff1f2;border:1px solid #fecdd3;border-radius:18px;place-items:center;width:48px;height:48px;display:grid}.category-card-icon svg{width:24px;height:24px}.category-report-count{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900}.dashboard-category-card h3{color:#0f172a;letter-spacing:-.035em;margin:20px 0 0;font-size:20px;font-weight:950}.dashboard-category-card p{color:#64748b;flex:1;margin:10px 0 0;font-size:14px;line-height:1.7}.category-card-footer{justify-content:space-between;align-items:center;gap:10px;margin-top:18px;display:flex}.category-open-button{color:#fff;background:#d71934;border-radius:999px;align-items:center;min-height:42px;padding:0 16px;font-size:13px;font-weight:950;text-decoration:none;display:inline-flex;box-shadow:0 14px 28px #d7193433}.category-open-button:hover{color:#fff;background:#be123c}.category-status{color:#059669;align-items:center;gap:6px;font-size:11px;font-weight:900;display:inline-flex}.category-status i{background:#10b981;border-radius:999px;width:7px;height:7px}.quick-report-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.quick-report-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:15px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;box-shadow:0 14px 34px #0f172a0e}.quick-report-card:hover{border-color:#d7193438;transform:translateY(-2px);box-shadow:0 18px 42px #0f172a14}.quick-report-icon{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:15px;place-items:center;width:42px;height:42px;display:grid}.quick-report-icon svg{width:21px;height:21px}.quick-report-card strong{color:#0f172a;font-size:14px;font-weight:950;display:block}.quick-report-card span{color:#64748b;margin-top:3px;font-size:12px;display:block}.quick-report-card small{color:#d71934;font-size:12px;font-weight:950}.dashboard-empty-state{text-align:center;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:28px;place-items:center;min-height:220px;padding:30px;display:grid}.dashboard-empty-state.compact{min-height:120px}.empty-icon{color:#d71934;background:#fff1f2;border:1px solid #fecdd3;border-radius:22px;place-items:center;width:62px;height:62px;display:grid}.empty-icon svg{width:30px;height:30px}.dashboard-empty-state strong{color:#0f172a;margin-top:12px;font-size:18px;font-weight:950;display:block}.dashboard-empty-state span{margin-top:5px;font-size:13px;display:block}@keyframes dashboardRadar{0%{opacity:.85;transform:scale(.86)}70%{opacity:.25;transform:scale(1.12)}to{opacity:.85;transform:scale(.86)}}@media (width<=1180px){.dashboard-stat-grid,.dashboard-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-hero{grid-template-columns:1fr}.dashboard-hero-visual{display:none}}@media (width<=720px){.dashboard-hero{border-radius:24px;padding:22px}.dashboard-stat-grid,.dashboard-category-grid,.quick-report-grid{grid-template-columns:1fr}.dashboard-section-header,.category-card-footer{flex-direction:column;align-items:flex-start}.category-open-button{justify-content:center;width:100%}}.eon-home-page{gap:18px;display:grid}.eon-home-hero{color:#fff;background:radial-gradient(circle at 88% 0,#ffffff3d,#0000 30%),linear-gradient(135deg,#d71934,#a9112a);border-radius:30px;grid-template-columns:1fr 190px;align-items:center;gap:24px;min-height:210px;padding:30px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 60px #d719342e}.eon-home-hero:after{content:"";background:#ffffff21;border-radius:999px;width:280px;height:280px;position:absolute;top:-95px;right:-60px}.eon-home-hero-content{z-index:2;position:relative}.eon-home-eyebrow,.eon-home-section-kicker{color:#d71934;text-transform:uppercase;letter-spacing:.11em;font-size:11px;font-weight:950;display:block}.eon-home-hero .eon-home-eyebrow{color:#ffffffd1;margin-bottom:10px}.eon-home-hero h1{color:#fff;letter-spacing:-.06em;margin:0;font-size:clamp(36px,4vw,56px);font-weight:950;line-height:1}.eon-home-hero p{color:#ffffffe6;max-width:760px;margin:14px 0 0;font-size:15px;line-height:1.7}.eon-home-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.eon-home-btn{border-radius:999px;align-items:center;min-height:42px;padding:0 17px;font-size:13px;font-weight:950;text-decoration:none;transition:transform .18s,background .18s;display:inline-flex}.eon-home-btn:hover{transform:translateY(-2px)}.eon-home-btn.primary{color:#be123c;background:#fff}.eon-home-btn.secondary{color:#fff;background:#ffffff2b;border:1px solid #ffffff38}.eon-home-radar{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #fff3;border-radius:999px;justify-self:center;place-items:center;width:150px;height:150px;display:grid;position:relative}.eon-home-radar span{border:1px solid #ffffff38;border-radius:999px;animation:2.8s infinite eonDashboardRadar;position:absolute;inset:18px}.eon-home-radar span:nth-child(2){animation-delay:.35s;inset:34px}.eon-home-radar span:nth-child(3){animation-delay:.7s;inset:50px}.eon-home-radar strong{color:#fff;font-size:34px;font-weight:950;line-height:1}.eon-home-radar small{color:#ffffffc2;margin-top:48px;font-size:11px;font-weight:850;position:absolute}.eon-home-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.eon-home-stat-card{background:#fffffff0;border:1px solid #e2e8f0;border-radius:24px;align-items:center;gap:14px;padding:18px;transition:transform .18s,box-shadow .18s;display:flex;box-shadow:0 18px 45px #0f172a0f}.eon-home-stat-card:hover{transform:translateY(-3px);box-shadow:0 22px 55px #0f172a17}.eon-home-stat-icon{border-radius:18px;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.eon-home-stat-icon svg{width:24px;height:24px}.eon-home-stat-icon.red{color:#d71934;background:#fff1f2;border:1px solid #fecdd3}.eon-home-stat-icon.blue{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.eon-home-stat-icon.green{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.eon-home-stat-icon.dark{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0}.eon-home-stat-card small{color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:900;display:block}.eon-home-stat-card strong{color:#0f172a;margin-top:5px;font-size:28px;font-weight:950;line-height:1;display:block}.eon-home-main-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:18px;display:grid}.eon-home-main-left{gap:22px;min-width:0;display:grid}.eon-home-main-right{min-width:0;position:sticky;top:18px}.eon-home-panel,.eon-home-activity-card{background:#fffffff0;border:1px solid #e2e8f0;border-radius:28px;padding:22px;box-shadow:0 20px 55px #0f172a12}.eon-home-panel-header h2,.eon-home-section-header h2{color:#0f172a;letter-spacing:-.04em;margin:5px 0 0;font-size:24px;font-weight:950}.eon-home-panel-header p,.eon-home-section-header p{color:#64748b;margin:7px 0 0;font-size:13px;line-height:1.6}.eon-home-panel-header p strong{color:#d71934}.eon-home-continue-card{color:#fff;background:radial-gradient(circle at 92% 0,#fff3,#0000 30%),linear-gradient(135deg,#0f172a,#1e293b);border-radius:22px;margin-top:16px;padding:18px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:block}.eon-home-continue-card:hover{color:#fff;transform:translateY(-3px);box-shadow:0 24px 56px #0f172a3d}.eon-home-continue-card small{color:#ffffffad;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:950}.eon-home-continue-card strong{color:#fff;margin-top:8px;font-size:18px;font-weight:950;display:block}.eon-home-continue-card span{color:#ffffffb8;margin-top:6px;font-size:12px;display:block}.eon-home-continue-card.empty{color:#0f172a;box-shadow:none;background:#f8fafc;border:1px dashed #cbd5e1}.eon-home-continue-card.empty small,.eon-home-continue-card.empty span{color:#64748b}.eon-home-continue-card.empty strong{color:#0f172a}.eon-home-section{gap:14px;display:grid}.eon-home-section-header{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.eon-home-section-header.compact{align-items:flex-start}.eon-home-count{color:#64748b;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:900}.eon-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.eon-home-category-card{background:#fffffff0;border:1px solid #e2e8f0;border-radius:28px;flex-direction:column;min-height:230px;padding:22px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;box-shadow:0 22px 55px #0f172a12}.eon-home-category-card:hover{border-color:#d7193433;transform:translateY(-4px);box-shadow:0 28px 70px #0f172a1a}.eon-home-category-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.eon-home-category-icon{color:#d71934;background:#fff1f2;border:1px solid #fecdd3;border-radius:18px;place-items:center;width:48px;height:48px;display:grid}.eon-home-category-icon svg{width:24px;height:24px}.eon-home-category-top span{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900}.eon-home-category-card h3{color:#0f172a;letter-spacing:-.035em;margin:20px 0 0;font-size:20px;font-weight:950}.eon-home-category-card p{color:#64748b;flex:1;margin:10px 0 0;font-size:14px;line-height:1.7}.eon-home-category-footer{justify-content:space-between;align-items:center;gap:10px;margin-top:18px;display:flex}.eon-home-category-footer a{color:#fff;background:#d71934;border-radius:999px;align-items:center;min-height:42px;padding:0 16px;font-size:13px;font-weight:950;text-decoration:none;display:inline-flex;box-shadow:0 14px 28px #d7193433}.eon-home-category-footer a:hover{color:#fff;background:#be123c}.eon-home-category-footer small{color:#059669;align-items:center;gap:6px;font-size:11px;font-weight:900;display:inline-flex}.eon-home-category-footer small i{background:#10b981;border-radius:999px;width:7px;height:7px}.eon-home-report-grid{gap:12px;display:grid}.eon-home-report-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:15px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;box-shadow:0 14px 34px #0f172a0e}.eon-home-report-card:hover{border-color:#d7193438;transform:translateY(-2px);box-shadow:0 18px 42px #0f172a14}.eon-home-report-icon{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:15px;place-items:center;width:42px;height:42px;display:grid}.eon-home-report-icon svg{width:21px;height:21px}.eon-home-report-card strong{color:#0f172a;font-size:14px;font-weight:950;display:block}.eon-home-report-card span{color:#64748b;margin-top:3px;font-size:12px;display:block}.eon-home-report-card small{color:#d71934;font-size:12px;font-weight:950}.eon-home-activity-list{gap:10px;margin-top:14px;display:grid}.eon-home-activity-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;grid-template-columns:auto 1fr;align-items:flex-start;gap:10px;padding:12px;display:grid}.eon-home-activity-dot{background:#22c55e;border-radius:999px;width:10px;height:10px;margin-top:5px;box-shadow:0 0 0 4px #22c55e1f}.eon-home-activity-item strong{color:#0f172a;font-size:13px;font-weight:950;display:block}.eon-home-activity-item small{color:#64748b;margin-top:3px;font-size:12px;line-height:1.4;display:block}.eon-home-empty{text-align:center;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:24px;gap:5px;padding:28px;display:grid}.eon-home-empty.compact{padding:18px}.eon-home-empty strong{color:#0f172a;font-size:15px;font-weight:950}.eon-home-empty span{font-size:12px}@keyframes eonDashboardRadar{0%{opacity:.85;transform:scale(.86)}70%{opacity:.25;transform:scale(1.12)}to{opacity:.85;transform:scale(.86)}}@media (width<=1280px){.eon-home-main-grid{grid-template-columns:1fr}.eon-home-main-right{position:static}}@media (width<=1100px){.eon-home-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.eon-home-hero{grid-template-columns:1fr}.eon-home-radar{display:none}}@media (width<=720px){.eon-home-hero{border-radius:24px;padding:22px}.eon-home-stats,.eon-home-category-grid{grid-template-columns:1fr}.eon-home-section-header,.eon-home-category-footer{flex-direction:column;align-items:flex-start}.eon-home-category-footer a{justify-content:center;width:100%}}.eon-dashboard-page.night .eon-dashboard-hero-card{background:radial-gradient(circle at 88% 0,#ffffff26,#0000 30%),linear-gradient(135deg,#111827,#881337)}.eon-dashboard-count{color:#64748b;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:900}.eon-dashboard-category-top span{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900}.eon-dashboard-activity-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;grid-template-columns:auto 1fr;align-items:flex-start;gap:10px;padding:12px;display:grid}.eon-dashboard-empty{text-align:center;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:24px;gap:5px;padding:28px;display:grid}@media (width<=1280px){.eon-dashboard-content-grid{grid-template-columns:1fr}.eon-dashboard-right{position:static}}@media (width<=1100px){.eon-dashboard-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eon-dashboard-hero-card{grid-template-columns:1fr}.eon-dashboard-hero-metric{display:none}.eon-dashboard-panel.personal{grid-template-columns:1fr}}@media (width<=720px){.eon-dashboard-hero-card{border-radius:24px;padding:22px}.eon-dashboard-stat-grid,.eon-dashboard-category-grid{grid-template-columns:1fr}.eon-dashboard-section-header,.eon-dashboard-category-footer{flex-direction:column;align-items:flex-start}.eon-dashboard-category-footer a{justify-content:center;width:100%}}body.eon-theme-light{--eon-page-bg:#f8fafc;--eon-panel-bg:#fffffff5;--eon-card-bg:#fff;--eon-panel-border:#e2e8f0;--eon-text-main:#0f172a;--eon-text-muted:#64748b;--eon-text-soft:#94a3b8;--eon-shadow-soft:0 18px 45px #0f172a0f}body.eon-theme-dark{--eon-page-bg:#0f172a;--eon-panel-bg:#0f172aeb;--eon-card-bg:#111827;--eon-panel-border:#94a3b82e;--eon-text-main:#f8fafc;--eon-text-muted:#cbd5e1;--eon-text-soft:#94a3b8;--eon-shadow-soft:0 22px 60px #00000047;color:var(--eon-text-main);background:radial-gradient(circle at 20% 0,#d7193424,#0000 30%),linear-gradient(135deg,#0f172a,#111827)}body.eon-theme-dark .topbar h2,body.eon-theme-dark .brand-text strong,body.eon-theme-dark .nav-label,body.eon-theme-dark .user-meta strong{color:var(--eon-text-main)!important}body.eon-theme-dark .brand-text span,body.eon-theme-dark .user-meta span{color:var(--eon-text-muted)!important}body.eon-theme-dark .nav-item{color:#cbd5e1}body.eon-theme-dark .sidebar-user{background:#0f172aeb;border-color:#94a3b833}.eon-dashboard-page{gap:18px;display:grid}.eon-dashboard-hero-card{color:#fff;border-radius:30px;grid-template-columns:1fr 180px;align-items:center;gap:24px;min-height:190px;padding:28px 30px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 60px #0f172a14}.eon-dashboard-page.morning .eon-dashboard-hero-card{background:radial-gradient(circle at 88% 0,#ffffff47,#0000 30%),linear-gradient(135deg,#ef4444,#d71934)!important}.eon-dashboard-page.day .eon-dashboard-hero-card{background:radial-gradient(circle at 88% 0,#ffffff3d,#0000 30%),linear-gradient(135deg,#d71934,#a9112a)!important}.eon-dashboard-page.evening .eon-dashboard-hero-card{background:radial-gradient(circle at 88% 0,#ffffff3d,#0000 30%),linear-gradient(135deg,#f97316,#be123c)!important}.eon-dashboard-page.night .eon-dashboard-hero-card,body.eon-theme-dark .eon-dashboard-hero-card{background:radial-gradient(circle at 88% 0,#ffffff24,#0000 30%),linear-gradient(135deg,#111827,#881337)!important}.eon-dashboard-hero-card:after{content:"";background:#ffffff21;border-radius:999px;width:280px;height:280px;position:absolute;top:-90px;right:-70px}.eon-dashboard-hero-content{z-index:2;position:relative}.eon-dashboard-hero-top{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.eon-dashboard-eyebrow,.eon-dashboard-section-kicker{color:#d71934;text-transform:uppercase;letter-spacing:.11em;font-size:11px;font-weight:950;display:block}.eon-dashboard-hero-card .eon-dashboard-eyebrow{color:#ffffffd1}.eon-dashboard-time-pill{color:#ffffffe6;background:#ffffff2b;border:1px solid #ffffff38;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.eon-dashboard-hero-card h1{color:#fff;letter-spacing:-.055em;margin:0;font-size:clamp(30px,3.2vw,46px);font-weight:950;line-height:1.05}.eon-dashboard-hero-card p{color:#ffffffe6;max-width:760px;margin:13px 0 0;font-size:15px;line-height:1.65}.eon-dashboard-hero-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.eon-dashboard-btn{border-radius:999px;align-items:center;min-height:40px;padding:0 16px;font-size:13px;font-weight:950;text-decoration:none;transition:transform .18s,background .18s;display:inline-flex}.eon-dashboard-btn:hover{transform:translateY(-2px)}.eon-dashboard-btn.primary{color:#be123c;background:#fff}.eon-dashboard-btn.secondary{color:#fff;background:#ffffff2b;border:1px solid #ffffff38}.eon-dashboard-hero-metric{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #fff3;border-radius:999px;justify-self:center;place-items:center;width:145px;height:145px;display:grid;position:relative}.eon-dashboard-hero-metric span{border:1px solid #ffffff38;border-radius:999px;animation:2.8s infinite eonDashboardRadar;position:absolute;inset:18px}.eon-dashboard-hero-metric span:nth-child(2){animation-delay:.35s;inset:34px}.eon-dashboard-hero-metric span:nth-child(3){animation-delay:.7s;inset:50px}.eon-dashboard-hero-metric strong{color:#fff;font-size:34px;font-weight:950;line-height:1}.eon-dashboard-hero-metric small{color:#ffffffc2;margin-top:50px;font-size:11px;font-weight:850;position:absolute}.eon-dashboard-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.eon-dashboard-stat-card,.eon-dashboard-content-card,.eon-dashboard-panel,.eon-dashboard-activity-card{background:var(--eon-panel-bg,#fffffff5);border:1px solid var(--eon-panel-border,#e2e8f0);box-shadow:var(--eon-shadow-soft,0 18px 45px #0f172a0f)}.eon-dashboard-stat-card{border-radius:24px;align-items:center;gap:14px;padding:17px;transition:transform .18s,box-shadow .18s;display:flex}.eon-dashboard-stat-card:hover{transform:translateY(-3px);box-shadow:0 22px 55px #0f172a17}.eon-dashboard-stat-icon{border-radius:18px;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.eon-dashboard-stat-icon svg{width:24px;height:24px}.eon-dashboard-stat-icon.red{color:#d71934;background:#fff1f2;border:1px solid #fecdd3}.eon-dashboard-stat-icon.blue{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.eon-dashboard-stat-icon.green{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.eon-dashboard-stat-icon.dark{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0}.eon-dashboard-stat-card small{color:var(--eon-text-muted,#64748b);text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:950;display:block}.eon-dashboard-stat-card strong{color:var(--eon-text-main,#0f172a);margin-top:4px;font-size:27px;font-weight:950;line-height:1;display:block}.eon-dashboard-stat-card span{color:var(--eon-text-soft,#94a3b8);margin-top:4px;font-size:11px;font-weight:800;display:block}.eon-dashboard-content-card{border-radius:30px;padding:20px}.eon-dashboard-content-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:20px;display:grid}.eon-dashboard-left{gap:22px;min-width:0;display:grid}.eon-dashboard-right{min-width:0;position:sticky;top:18px}.eon-dashboard-panel,.eon-dashboard-activity-card{border-radius:26px;padding:22px}.eon-dashboard-panel.personal{grid-template-columns:1fr minmax(250px,340px);align-items:center;gap:18px;display:grid}.eon-dashboard-panel h2,.eon-dashboard-section-header h2{color:var(--eon-text-main,#0f172a);letter-spacing:-.04em;margin:5px 0 0;font-size:23px;font-weight:950}.eon-dashboard-panel p,.eon-dashboard-section-header p{color:var(--eon-text-muted,#64748b);margin:7px 0 0;font-size:13px;line-height:1.6}.eon-dashboard-panel p strong{color:#d71934}.eon-dashboard-continue{color:#fff;background:radial-gradient(circle at 92% 0,#fff3,#0000 30%),linear-gradient(135deg,#0f172a,#1e293b);border-radius:22px;padding:18px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:block}.eon-dashboard-continue:hover{color:#fff;transform:translateY(-3px);box-shadow:0 24px 56px #0f172a3d}.eon-dashboard-continue small{color:#ffffffad;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:950}.eon-dashboard-continue strong{color:#fff;margin-top:8px;font-size:18px;font-weight:950;display:block}.eon-dashboard-continue span{color:#ffffffb8;margin-top:6px;font-size:12px;display:block}.eon-dashboard-continue.empty{color:#0f172a;box-shadow:none;background:#f8fafc;border:1px dashed #cbd5e1}.eon-dashboard-continue.empty small,.eon-dashboard-continue.empty span{color:#64748b}.eon-dashboard-continue.empty strong{color:#0f172a}.eon-dashboard-section{gap:14px;display:grid}.eon-dashboard-section-header{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.eon-dashboard-section-header.compact{align-items:flex-start}.eon-dashboard-count{background:var(--eon-card-bg,#fff);border:1px solid var(--eon-panel-border,#e2e8f0);color:var(--eon-text-muted,#64748b);white-space:nowrap;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:900}.eon-dashboard-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.eon-dashboard-category-card{background:var(--eon-card-bg,#fff);border:1px solid var(--eon-panel-border,#e2e8f0);border-radius:26px;flex-direction:column;min-height:230px;padding:22px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;box-shadow:0 16px 38px #0f172a0e}.eon-dashboard-category-card:hover{border-color:#d7193433;transform:translateY(-4px);box-shadow:0 26px 60px #0f172a18}.eon-dashboard-category-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.eon-dashboard-category-icon{color:#d71934;background:#fff1f2;border:1px solid #fecdd3;border-radius:18px;place-items:center;width:48px;height:48px;display:grid}.eon-dashboard-category-icon svg{width:24px;height:24px}.eon-dashboard-category-top span{border:1px solid var(--eon-panel-border,#e2e8f0);color:var(--eon-text-muted,#64748b);background:#f8fafcbf;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900}.eon-dashboard-category-card h3{color:var(--eon-text-main,#0f172a);letter-spacing:-.035em;margin:20px 0 0;font-size:20px;font-weight:950}.eon-dashboard-category-card p{color:var(--eon-text-muted,#64748b);flex:1;margin:10px 0 0;font-size:14px;line-height:1.7}.eon-dashboard-category-footer{justify-content:space-between;align-items:center;gap:10px;margin-top:18px;display:flex}.eon-dashboard-category-footer a{color:#fff;background:#d71934;border-radius:999px;align-items:center;min-height:42px;padding:0 16px;font-size:13px;font-weight:950;text-decoration:none;display:inline-flex;box-shadow:0 14px 28px #d7193433}.eon-dashboard-category-footer a:hover{color:#fff;background:#be123c}.eon-dashboard-category-footer small{color:#059669;align-items:center;gap:6px;font-size:11px;font-weight:900;display:inline-flex}.eon-dashboard-category-footer small i{background:#10b981;border-radius:999px;width:7px;height:7px}.eon-dashboard-report-grid{gap:12px;display:grid}.eon-dashboard-report-card{background:var(--eon-card-bg,#fff);border:1px solid var(--eon-panel-border,#e2e8f0);border-radius:22px;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:15px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;box-shadow:0 14px 34px #0f172a0e}.eon-dashboard-report-card:hover{border-color:#d7193438;transform:translateY(-2px);box-shadow:0 18px 42px #0f172a14}.eon-dashboard-report-icon{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:15px;place-items:center;width:42px;height:42px;display:grid}.eon-dashboard-report-icon svg{width:21px;height:21px}.eon-dashboard-report-card strong{color:var(--eon-text-main,#0f172a);font-size:14px;font-weight:950;display:block}.eon-dashboard-report-card span{color:var(--eon-text-muted,#64748b);margin-top:3px;font-size:12px;display:block}.eon-dashboard-report-card small{color:#d71934;font-size:12px;font-weight:950}.eon-dashboard-activity-list{gap:10px;margin-top:14px;display:grid}.eon-dashboard-activity-item{border:1px solid var(--eon-panel-border,#e2e8f0);background:#f8fafcbf;border-radius:18px;grid-template-columns:auto 1fr;align-items:flex-start;gap:10px;padding:12px;display:grid}body.eon-theme-dark .eon-dashboard-activity-item{background:#1e293bc7}.eon-dashboard-activity-dot{background:#22c55e;border-radius:999px;width:10px;height:10px;margin-top:5px;box-shadow:0 0 0 4px #22c55e1f}.eon-dashboard-activity-item strong{color:var(--eon-text-main,#0f172a);font-size:13px;font-weight:950;display:block}.eon-dashboard-activity-item small{color:var(--eon-text-muted,#64748b);margin-top:3px;font-size:12px;line-height:1.4;display:block}.eon-dashboard-empty{background:var(--eon-card-bg,#fff);border:1px dashed var(--eon-panel-border,#cbd5e1);text-align:center;color:var(--eon-text-muted,#64748b);border-radius:24px;gap:5px;padding:28px;display:grid}.eon-dashboard-empty.compact{padding:18px}.eon-dashboard-empty strong{color:var(--eon-text-main,#0f172a);font-size:15px;font-weight:950}.eon-dashboard-empty span{font-size:12px}@media (width<=1280px){.eon-dashboard-content-grid{grid-template-columns:1fr}.eon-dashboard-right{position:static}}@media (width<=1100px){.eon-dashboard-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eon-dashboard-hero-card{grid-template-columns:1fr}.eon-dashboard-hero-metric{display:none}.eon-dashboard-panel.personal{grid-template-columns:1fr}}@media (width<=720px){.eon-dashboard-hero-card{border-radius:24px;padding:22px}.eon-dashboard-stat-grid,.eon-dashboard-category-grid{grid-template-columns:1fr}.eon-dashboard-section-header,.eon-dashboard-category-footer{flex-direction:column;align-items:flex-start}.eon-dashboard-category-footer a{justify-content:center;width:100%}}.theme-switcher,.theme-menu,.theme-toggle-button{display:none!important}.theme-segment{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:3px;height:38px;padding:4px;display:inline-flex;box-shadow:inset 0 1px 2px #0f172a0a}.theme-segment-btn{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;min-width:54px;height:28px;padding:0 12px;font-size:11px;font-weight:950;transition:background .18s,color .18s,box-shadow .18s,transform .18s;display:inline-flex}.theme-segment-btn:hover{color:#d71934}.theme-segment-btn.active{color:#d71934;background:#fff;box-shadow:0 8px 18px #0f172a14}body.eon-theme-dark .theme-segment{background:#0f172ac7;border-color:#94a3b833;box-shadow:inset 0 1px 2px #00000040}body.eon-theme-dark .theme-segment-btn{color:#94a3b8}body.eon-theme-dark .theme-segment-btn:hover{color:#fff}body.eon-theme-dark .theme-segment-btn.active{color:#fff;background:#d7193433;box-shadow:0 10px 22px #0000003d}@media (width<=760px){.theme-segment{order:10;justify-content:space-between;width:100%}.theme-segment-btn{flex:1}}.app-shell.sidebar-collapsed .sidebar,.app-shell.sidebar-collapsed .sidebar-nav,.app-shell.sidebar-collapsed .nav-section{overflow:visible!important}.app-shell.sidebar-collapsed .sidebar-category-group{position:relative!important}.app-shell.sidebar-collapsed .sidebar-category-group .sidebar-report-list{left:var(--flyout-left,92px)!important;top:var(--flyout-top,120px)!important;width:var(--flyout-width,292px)!important;z-index:9999!important;background:#fffffffa!important;border:1px solid #e2e8f0!important;border-radius:22px!important;max-height:min(420px,100vh - 32px)!important;padding:10px!important;display:none!important;position:fixed!important;overflow-y:auto!important;box-shadow:0 28px 80px #0f172a33!important}.app-shell.sidebar-collapsed .sidebar-category-group.flyout-open .sidebar-report-list{gap:6px!important;display:grid!important}.app-shell.sidebar-collapsed .sidebar-category-group .sidebar-report-list:before{content:"";left:calc(var(--flyout-left,92px) - 7px);top:calc(var(--flyout-top,120px) + 22px);z-index:-1;background:#fffffffa;border-bottom:1px solid #e2e8f0;border-left:1px solid #e2e8f0;width:14px;height:14px;position:fixed;transform:rotate(45deg)}.app-shell.sidebar-collapsed .sidebar-flyout-title{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:10px;margin-bottom:4px;padding:9px 10px 11px;display:flex}.app-shell.sidebar-collapsed .sidebar-flyout-title strong{color:#0f172a;font-size:13px;font-weight:950;line-height:1.25;display:block}.app-shell.sidebar-collapsed .sidebar-flyout-title span{color:#64748b;margin-top:3px;font-size:11px;font-weight:800;display:block}.sidebar-flyout-category-link{background:#fff1f2;border-radius:999px;flex:none;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:950;text-decoration:none;display:inline-flex;color:#d71934!important}.sidebar-flyout-category-link:hover{background:#d71934;color:#fff!important}.app-shell.sidebar-collapsed .sidebar-report-item{border-radius:14px;align-items:center;gap:9px;min-height:40px;font-size:12px;font-weight:850;text-decoration:none;transition:background .16s,color .16s,transform .16s;color:#475569!important;padding:9px 11px!important;display:flex!important}.app-shell.sidebar-collapsed .sidebar-report-item:hover{transform:translate(2px);color:#d71934!important;background:#fff1f2!important}.app-shell.sidebar-collapsed .sidebar-report-item.active{color:#fff!important;background:#d71934!important}.app-shell.sidebar-collapsed .sidebar-report-item .report-dot{opacity:.65;background:currentColor;border-radius:999px;flex:0 0 8px;width:8px!important;height:8px!important}.app-shell.sidebar-collapsed .sidebar-report-item .report-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block!important}.app-shell.sidebar-collapsed .sidebar-category-group .category-parent:after{content:attr(data-title);color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:9000;background:#0f172a;border-radius:12px;padding:8px 10px;font-size:11px;font-weight:900;position:absolute;top:50%;left:calc(100% + 12px);transform:translateY(-50%);box-shadow:0 14px 30px #0f172a2e}.app-shell.sidebar-collapsed .sidebar-category-group:not(.flyout-open):hover .category-parent:after{opacity:1;visibility:visible}.app-shell.sidebar-collapsed .sidebar-category-group.flyout-open .category-parent:after{display:none!important}body.eon-theme-dark .app-shell.sidebar-collapsed .sidebar-category-group .sidebar-report-list{background:#0f172afa!important;border-color:#94a3b838!important;box-shadow:0 30px 90px #00000073!important}body.eon-theme-dark .app-shell.sidebar-collapsed .sidebar-category-group .sidebar-report-list:before{background:#0f172afa!important;border-color:#94a3b838!important}body.eon-theme-dark .app-shell.sidebar-collapsed .sidebar-flyout-title{border-color:#94a3b833!important}body.eon-theme-dark .app-shell.sidebar-collapsed .sidebar-flyout-title strong{color:#f8fafc!important}body.eon-theme-dark .app-shell.sidebar-collapsed .sidebar-flyout-title span{color:#94a3b8!important}body.eon-theme-dark .sidebar-flyout-category-link{background:#d7193429;color:#fff!important}body.eon-theme-dark .sidebar-flyout-category-link:hover{background:#d71934}body.eon-theme-dark .app-shell.sidebar-collapsed .sidebar-report-item{color:#cbd5e1!important}body.eon-theme-dark .app-shell.sidebar-collapsed .sidebar-report-item:hover{color:#fff!important;background:#d7193429!important}body.eon-theme-dark .app-shell.sidebar-collapsed .sidebar-report-item.active{color:#fff!important;background:#d71934!important}@media (width<=760px){.app-shell.sidebar-collapsed .sidebar-category-group .sidebar-report-list{width:auto!important;max-height:none!important;box-shadow:none!important;background:0 0!important;border:0!important;padding:6px 0 0 34px!important;position:static!important}.app-shell.sidebar-collapsed .sidebar-category-group .sidebar-report-list:before{display:none!important}}.sidebar-global-flyout{z-index:99999;background:#fffffffa;border:1px solid #e2e8f0;border-radius:22px;width:300px;max-height:min(440px,100vh - 32px);padding:10px;display:none;position:fixed;top:120px;left:92px;overflow:hidden;box-shadow:0 30px 90px #0f172a38}.sidebar-global-flyout.show{display:block}.sidebar-global-flyout:before{content:"";background:#fffffffa;border-bottom:1px solid #e2e8f0;border-left:1px solid #e2e8f0;width:14px;height:14px;position:absolute;top:24px;left:-7px;transform:rotate(45deg)}.sidebar-global-flyout-header{z-index:2;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;padding:9px 10px 11px;display:flex;position:relative}.sidebar-global-flyout-header strong{color:#0f172a;font-size:13px;font-weight:950;line-height:1.25;display:block}.sidebar-global-flyout-header span{color:#64748b;margin-top:3px;font-size:11px;font-weight:800;display:block}.sidebar-global-flyout-header a{background:#fff1f2;border-radius:999px;flex:none;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:950;text-decoration:none;display:inline-flex;color:#d71934!important}.sidebar-global-flyout-header a:hover{background:#d71934;color:#fff!important}.sidebar-global-flyout-body{z-index:2;gap:6px;max-height:350px;padding-right:2px;display:grid;position:relative;overflow-y:auto}.sidebar-global-flyout .sidebar-report-item,.sidebar-global-flyout .global-flyout-report-item{border-radius:14px;align-items:center;gap:9px;min-height:40px;font-size:12px;font-weight:850;text-decoration:none;transition:background .16s,color .16s,transform .16s;color:#475569!important;padding:9px 11px!important;display:flex!important}.sidebar-global-flyout .sidebar-report-item:hover,.sidebar-global-flyout .global-flyout-report-item:hover{transform:translate(2px);color:#d71934!important;background:#fff1f2!important}.sidebar-global-flyout .sidebar-report-item.active,.sidebar-global-flyout .global-flyout-report-item.active{color:#fff!important;background:#d71934!important}.sidebar-global-flyout .report-dot{opacity:.65;background:currentColor;border-radius:999px;flex:0 0 8px;width:8px!important;height:8px!important}.sidebar-global-flyout .report-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block!important}.app-shell.sidebar-collapsed .sidebar-category-group .nav-label,.app-shell.sidebar-collapsed .sidebar-category-group .category-chevron{display:none!important}.app-shell.sidebar-collapsed .sidebar-category-group.flyout-open .category-parent{color:#fff!important;background:#d71934!important}.app-shell.sidebar-collapsed .sidebar-category-group [data-sidebar-report-source]{display:none!important}body.eon-theme-dark .sidebar-global-flyout-header a{background:#d7193429;color:#fff!important}body.eon-theme-dark .sidebar-global-flyout-header a:hover{background:#d71934}body.eon-theme-dark .sidebar-global-flyout .sidebar-report-item,body.eon-theme-dark .sidebar-global-flyout .global-flyout-report-item{color:#cbd5e1!important}body.eon-theme-dark .sidebar-global-flyout .sidebar-report-item:hover,body.eon-theme-dark .sidebar-global-flyout .global-flyout-report-item:hover{color:#fff!important;background:#d7193429!important}body.eon-theme-dark .sidebar-global-flyout .sidebar-report-item.active,body.eon-theme-dark .sidebar-global-flyout .global-flyout-report-item.active{color:#fff!important;background:#d71934!important}@media (width<=760px){.sidebar-global-flyout{display:none!important}.app-shell.sidebar-collapsed .sidebar-category-group [data-sidebar-report-source]{display:block!important}}.report-security-notice{z-index:999999;color:#fff;opacity:0;pointer-events:none;background:#0f172a;border-radius:999px;padding:12px 16px;font-size:12px;font-weight:900;transition:opacity .18s,transform .18s;position:fixed;bottom:24px;right:24px;transform:translateY(10px);box-shadow:0 18px 45px #0f172a3d}.report-security-notice.show{opacity:1;transform:translateY(0)}body.eon-theme-dark .report-security-notice{background:#d71934;box-shadow:0 18px 45px #d7193442}@media (width<=720px){.report-security-notice{text-align:center;border-radius:18px;bottom:18px;left:18px;right:18px}}.topbar-user-menu{position:relative}.topbar-user-button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:9px;height:42px;padding:4px 8px 4px 4px;transition:transform .18s,border-color .18s,box-shadow .18s;display:inline-flex;box-shadow:0 10px 26px #0f172a0f}.topbar-user-button:hover{border-color:#d7193440;transform:translateY(-1px);box-shadow:0 14px 34px #0f172a17}.topbar-user-avatar{color:#fff;background:radial-gradient(circle at 30% 20%,#ffffff57,#0000 30%),linear-gradient(135deg,#d71934,#a9112a);border-radius:999px;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:13px;font-weight:950;display:grid;box-shadow:0 10px 22px #d7193433}.topbar-user-avatar.large{flex-basis:46px;width:46px;height:46px;font-size:16px}.topbar-user-info{text-align:left;min-width:0;display:grid}.topbar-user-info strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:12px;font-weight:950;line-height:1.1;overflow:hidden}.topbar-user-info small{color:#64748b;margin-top:2px;font-size:10px;font-weight:850}.topbar-user-chevron{color:#94a3b8;place-items:center;width:18px;height:18px;transition:transform .18s;display:grid}.topbar-user-chevron svg{width:16px;height:16px}.topbar-user-menu.open .topbar-user-chevron{transform:rotate(180deg)}.topbar-user-dropdown{opacity:0;visibility:hidden;transform-origin:100% 0;z-index:100000;background:#fffffffa;border:1px solid #e2e8f0;border-radius:24px;width:310px;padding:12px;transition:opacity .18s,visibility .18s,transform .18s;position:absolute;top:calc(100% + 10px);right:0;transform:translateY(8px)scale(.98);box-shadow:0 28px 80px #0f172a2e}.topbar-user-menu.open .topbar-user-dropdown{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.topbar-user-dropdown:before{content:"";background:#fffffffa;border-top:1px solid #e2e8f0;border-left:1px solid #e2e8f0;width:14px;height:14px;position:absolute;top:-7px;right:22px;transform:rotate(45deg)}.topbar-user-dropdown-header{z-index:2;align-items:center;gap:12px;padding:8px;display:flex;position:relative}.topbar-user-dropdown-header strong{color:#0f172a;font-size:14px;font-weight:950;line-height:1.25;display:block}.topbar-user-dropdown-header span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;max-width:210px;margin-top:4px;font-size:12px;font-weight:750;display:block;overflow:hidden}.topbar-user-dropdown-meta{grid-template-columns:1fr 1fr;gap:8px;margin-top:8px;display:grid}.topbar-user-dropdown-meta div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:11px}.topbar-user-dropdown-meta small{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:950;display:block}.topbar-user-dropdown-meta strong{color:#0f172a;margin-top:4px;font-size:12px;font-weight:950;display:block}.topbar-logout-form{margin-top:10px}.topbar-logout-button{color:#fff;cursor:pointer;background:#d71934;border:0;border-radius:16px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:42px;font-size:13px;font-weight:950;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex;box-shadow:0 14px 30px #d7193438}.topbar-logout-button:hover{background:#be123c;transform:translateY(-1px);box-shadow:0 18px 38px #d7193447}.topbar-logout-button span{place-items:center;width:18px;height:18px;display:grid}.topbar-logout-button svg{width:18px;height:18px}body.eon-theme-dark .topbar-user-info strong,body.eon-theme-dark .topbar-user-dropdown-header strong,body.eon-theme-dark .topbar-user-dropdown-meta strong{color:#f8fafc}body.eon-theme-dark .topbar-user-info small,body.eon-theme-dark .topbar-user-dropdown-header span{color:#94a3b8}body.eon-theme-dark .topbar-user-dropdown-meta div{background:#1e293bb8;border-color:#94a3b82e}body.eon-theme-dark .topbar-user-dropdown-meta small{color:#94a3b8}@media (width<=860px){.topbar-user-info,.topbar-user-chevron{display:none}.topbar-user-button{width:42px;padding:4px}.topbar-user-dropdown{width:min(310px,100vw - 32px);right:0}}.topbar-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.eon-login-backdrop,.eon-login-overlay{pointer-events:none!important}.eon-login-shell{position:relative}.eon-login-card-area,.eon-login-card,.eon-login-button{z-index:20;position:relative}.eon-login-button{pointer-events:auto!important;cursor:pointer!important;text-decoration:none!important}.eon-cockpit-dashboard{z-index:5;position:relative}body.eon-theme-dark{--eon-page-bg:#0f172a;--eon-panel-bg:#0f172af0;--eon-card-bg:#111827f5;--eon-card-bg-soft:#1e293bd1;--eon-panel-border:#94a3b833;--eon-text-main:#f8fafc;--eon-text-muted:#cbd5e1;--eon-text-soft:#94a3b8;--eon-dark-shadow:0 22px 60px #00000057;color:var(--eon-text-main)!important;background:radial-gradient(circle at 20% 0,#d7193424,#0000 30%),linear-gradient(135deg,#0f172a,#111827)!important}body.eon-theme-dark:before,body.eon-theme-dark:after{opacity:.35}body.eon-theme-dark .main-panel{background:radial-gradient(circle at 50% 0,#d719341a,#0000 32%),linear-gradient(135deg,#0f172a,#111827)!important}body.eon-theme-dark .content-stage{color:var(--eon-text-main)!important}body.eon-theme-dark .form-card,body.eon-theme-dark .table-card,body.eon-theme-dark .report-card,body.eon-theme-dark .dashboard-card,body.eon-theme-dark .page-header,body.eon-theme-dark .user-toolbar-card,body.eon-theme-dark .user-data-card,body.eon-theme-dark .user-profile-panel,body.eon-theme-dark .user-edit-card,body.eon-theme-dark .permission-summary-card,body.eon-theme-dark .permission-main-card,body.eon-theme-dark .traffic-summary-card,body.eon-theme-dark .traffic-toolbar,body.eon-theme-dark .traffic-table-card,body.eon-theme-dark .error-card,body.eon-theme-dark .report-protection-card,body.eon-theme-dark .report-secure-info,body.eon-theme-dark .powerbi-viewer-card,body.eon-theme-dark .powerbi-frame.publish-embed-shell,body.eon-theme-dark .eon-home-panel,body.eon-theme-dark .eon-home-activity-card,body.eon-theme-dark .eon-home-category-card,body.eon-theme-dark .eon-home-report-card,body.eon-theme-dark .eon-dashboard-stat-card,body.eon-theme-dark .eon-dashboard-content-card,body.eon-theme-dark .eon-dashboard-panel,body.eon-theme-dark .eon-dashboard-activity-card,body.eon-theme-dark .eon-dashboard-category-card,body.eon-theme-dark .eon-dashboard-report-card,body.eon-theme-dark .eon-dashboard-continue.empty,body.eon-theme-dark .eon-home-continue-card.empty,body.eon-theme-dark .dashboard-empty-state,body.eon-theme-dark .eon-home-empty{background:var(--eon-card-bg)!important;border-color:var(--eon-panel-border)!important;box-shadow:var(--eon-dark-shadow)!important;color:var(--eon-text-main)!important}body.eon-theme-dark .user-stat-card,body.eon-theme-dark .dashboard-stat-card,body.eon-theme-dark .eon-home-stat-card,body.eon-theme-dark .assignment-item,body.eon-theme-dark .assigned-user-item,body.eon-theme-dark .assigned-report-item,body.eon-theme-dark .permission-user-row,body.eon-theme-dark .role-option-card,body.eon-theme-dark .active-toggle-card,body.eon-theme-dark .user-profile-meta div,body.eon-theme-dark .permission-stat-list div,body.eon-theme-dark .permission-report-info div,body.eon-theme-dark .assignment-stat-grid div,body.eon-theme-dark .topbar-user-dropdown-meta div,body.eon-theme-dark .eon-home-activity-item,body.eon-theme-dark .eon-dashboard-activity-item{background:var(--eon-card-bg-soft)!important;border-color:var(--eon-panel-border)!important;color:var(--eon-text-main)!important}body.eon-theme-dark h1,body.eon-theme-dark h2,body.eon-theme-dark h3,body.eon-theme-dark h4,body.eon-theme-dark h5,body.eon-theme-dark h6,body.eon-theme-dark strong,body.eon-theme-dark b,body.eon-theme-dark label,body.eon-theme-dark .form-row label,body.eon-theme-dark .table td,body.eon-theme-dark .table td strong,body.eon-theme-dark .user-data-header h2,body.eon-theme-dark .user-profile-main h2,body.eon-theme-dark .user-profile-meta strong,body.eon-theme-dark .user-profile-cell strong,body.eon-theme-dark .permission-card-header h2,body.eon-theme-dark .permission-summary-card h2,body.eon-theme-dark .permission-summary-card strong,body.eon-theme-dark .permission-user-info strong,body.eon-theme-dark .assigned-user-item b,body.eon-theme-dark .assigned-report-item b,body.eon-theme-dark .assignment-item strong,body.eon-theme-dark .assignment-list-header strong,body.eon-theme-dark .assignment-summary-title strong,body.eon-theme-dark .dashboard-section-header h2,body.eon-theme-dark .dashboard-category-card h3,body.eon-theme-dark .dashboard-stat-card strong,body.eon-theme-dark .quick-report-card strong,body.eon-theme-dark .dashboard-empty-state strong,body.eon-theme-dark .eon-home-panel-header h2,body.eon-theme-dark .eon-home-section-header h2,body.eon-theme-dark .eon-home-category-card h3,body.eon-theme-dark .eon-home-report-card strong,body.eon-theme-dark .eon-home-stat-card strong,body.eon-theme-dark .eon-home-empty strong,body.eon-theme-dark .eon-dashboard-panel h2,body.eon-theme-dark .eon-dashboard-section-header h2,body.eon-theme-dark .eon-dashboard-category-card h3,body.eon-theme-dark .eon-dashboard-report-card strong,body.eon-theme-dark .eon-dashboard-stat-card strong,body.eon-theme-dark .eon-dashboard-empty strong{color:var(--eon-text-main)!important}body.eon-theme-dark p,body.eon-theme-dark span,body.eon-theme-dark small,body.eon-theme-dark em,body.eon-theme-dark .text-muted,body.eon-theme-dark .table-muted,body.eon-theme-dark .table td small,body.eon-theme-dark .user-data-header p,body.eon-theme-dark .user-profile-main p,body.eon-theme-dark .user-profile-cell span,body.eon-theme-dark .permission-card-header p,body.eon-theme-dark .permission-summary-card>p,body.eon-theme-dark .permission-user-info small,body.eon-theme-dark .permission-user-info em,body.eon-theme-dark .assigned-user-item small,body.eon-theme-dark .assigned-report-item small,body.eon-theme-dark .assignment-item small,body.eon-theme-dark .dashboard-section-header p,body.eon-theme-dark .dashboard-category-card p,body.eon-theme-dark .dashboard-stat-card small,body.eon-theme-dark .quick-report-card span,body.eon-theme-dark .dashboard-empty-state span,body.eon-theme-dark .eon-home-panel-header p,body.eon-theme-dark .eon-home-section-header p,body.eon-theme-dark .eon-home-category-card p,body.eon-theme-dark .eon-home-report-card span,body.eon-theme-dark .eon-home-stat-card small,body.eon-theme-dark .eon-home-stat-card span,body.eon-theme-dark .eon-home-empty span,body.eon-theme-dark .eon-dashboard-panel p,body.eon-theme-dark .eon-dashboard-section-header p,body.eon-theme-dark .eon-dashboard-category-card p,body.eon-theme-dark .eon-dashboard-report-card span,body.eon-theme-dark .eon-dashboard-stat-card small,body.eon-theme-dark .eon-dashboard-stat-card span{color:var(--eon-text-muted)!important}body.eon-theme-dark .topbar,body.eon-theme-dark .sidebar{background:var(--eon-panel-bg)!important;border-color:var(--eon-panel-border)!important;box-shadow:var(--eon-dark-shadow)!important}body.eon-theme-dark .topbar h2{color:#f8fafc!important}body.eon-theme-dark .sidebar-brand,body.eon-theme-dark .user-data-header,body.eon-theme-dark .user-edit-card-header,body.eon-theme-dark .permission-card-header,body.eon-theme-dark .permission-search-form,body.eon-theme-dark .permission-footer,body.eon-theme-dark .user-edit-actions,body.eon-theme-dark .user-current-state,body.eon-theme-dark .user-assignment-summary,body.eon-theme-dark .traffic-table-header,body.eon-theme-dark .traffic-pagination,body.eon-theme-dark .user-pagination-wrap{border-color:#94a3b82e!important}body.eon-theme-dark .sidebar-toggle,body.eon-theme-dark .sidebar-collapsed .sidebar-toggle{color:#f8fafc!important;background:#1e293be6!important;box-shadow:inset 0 0 0 1px #94a3b833!important}body.eon-theme-dark .nav-icon{color:#cbd5e1!important;background:#1e293be6!important}body.eon-theme-dark .nav-item:hover,body.eon-theme-dark .nav-item.active,body.eon-theme-dark .nav-item.active-parent{color:#fff!important;background:#d719342e!important}body.eon-theme-dark .table th,body.eon-theme-dark .user-management-table thead,body.eon-theme-dark .user-management-table th,body.eon-theme-dark .traffic-table thead th{color:#cbd5e1!important;background:#1e293bf0!important;border-color:#94a3b82e!important}body.eon-theme-dark .table td,body.eon-theme-dark .user-management-table td,body.eon-theme-dark .traffic-table tbody td{border-color:#94a3b824!important}body.eon-theme-dark .table tbody tr:hover,body.eon-theme-dark .user-management-table tbody tr:hover,body.eon-theme-dark .traffic-table tbody tr:hover{background:#d719341a!important}body.eon-theme-dark input,body.eon-theme-dark select,body.eon-theme-dark textarea,body.eon-theme-dark .input,body.eon-theme-dark .select,body.eon-theme-dark .textarea,body.eon-theme-dark .form-control,body.eon-theme-dark .traffic-search,body.eon-theme-dark .traffic-select,body.eon-theme-dark .user-search-box,body.eon-theme-dark .permission-search-box{color:#f8fafc!important;background:#0f172aeb!important;border-color:#94a3b838!important}body.eon-theme-dark input::placeholder,body.eon-theme-dark textarea::placeholder{color:#64748b!important}body.eon-theme-dark input:focus,body.eon-theme-dark select:focus,body.eon-theme-dark textarea:focus,body.eon-theme-dark .input:focus,body.eon-theme-dark .select:focus,body.eon-theme-dark .textarea:focus{border-color:#d7193480!important;box-shadow:0 0 0 4px #d7193424!important}body.eon-theme-dark .eon-dashboard-content-card,body.eon-theme-dark .eon-dashboard-panel,body.eon-theme-dark .eon-dashboard-activity-card,body.eon-theme-dark .eon-dashboard-category-card,body.eon-theme-dark .eon-dashboard-report-card,body.eon-theme-dark .eon-dashboard-stat-card{background:#111827f5!important;border-color:#94a3b82e!important}body.eon-theme-dark .eon-dashboard-category-card:hover,body.eon-theme-dark .eon-dashboard-report-card:hover,body.eon-theme-dark .eon-dashboard-stat-card:hover,body.eon-theme-dark .eon-home-category-card:hover,body.eon-theme-dark .eon-home-report-card:hover,body.eon-theme-dark .eon-home-stat-card:hover{border-color:#d719345c!important;box-shadow:0 28px 70px #0000005c!important}body.eon-theme-dark .eon-dashboard-count,body.eon-theme-dark .eon-home-count,body.eon-theme-dark .section-count,body.eon-theme-dark .category-report-count,body.eon-theme-dark .eon-home-category-top span,body.eon-theme-dark .eon-dashboard-category-top span{color:#cbd5e1!important;background:#1e293beb!important;border-color:#94a3b833!important}body.eon-theme-dark .stat-icon.dark,body.eon-theme-dark .eon-home-stat-icon.dark,body.eon-theme-dark .eon-dashboard-stat-icon.dark{color:#f8fafc!important;background:#1e293beb!important;border-color:#94a3b838!important}body.eon-theme-dark .stat-icon.red,body.eon-theme-dark .eon-home-stat-icon.red,body.eon-theme-dark .eon-dashboard-stat-icon.red,body.eon-theme-dark .category-card-icon,body.eon-theme-dark .eon-home-category-icon,body.eon-theme-dark .eon-dashboard-category-icon,body.eon-theme-dark .empty-icon,body.eon-theme-dark .config-icon,body.eon-theme-dark .form-section-title>span,body.eon-theme-dark .permission-summary-icon{color:#fb7185!important;background:#d7193429!important;border-color:#f8717147!important}body.eon-theme-dark .stat-icon.blue,body.eon-theme-dark .quick-report-icon,body.eon-theme-dark .eon-home-report-icon,body.eon-theme-dark .eon-dashboard-report-icon,body.eon-theme-dark .assignment-icon.report,body.eon-theme-dark .report-avatar{color:#93c5fd!important;background:#2563eb29!important;border-color:#93c5fd40!important}body.eon-theme-dark .stat-icon.green,body.eon-theme-dark .eon-home-stat-icon.green,body.eon-theme-dark .eon-dashboard-stat-icon.green{color:#86efac!important;background:#10b98124!important;border-color:#86efac3d!important}body.eon-theme-dark .user-role-badge.user,body.eon-theme-dark .traffic-category,body.eon-theme-dark .traffic-pill.muted,body.eon-theme-dark .permission-checkmark,body.eon-theme-dark .user-action-secondary,body.eon-theme-dark .permission-action-secondary,body.eon-theme-dark .permission-reset-button,body.eon-theme-dark .user-filter-button.secondary,body.eon-theme-dark .btn-muted{color:#cbd5e1!important;background:#1e293beb!important;border-color:#94a3b833!important}body.eon-theme-dark .permission-user-row.selected{background:#d7193429!important;border-color:#d7193470!important}body.eon-theme-dark .role-option-card:has(input:checked){background:#d7193429!important;border-color:#d7193470!important}body.eon-theme-dark .toggle-visual{background:#475569e6!important}body.eon-theme-dark .toggle-visual i{background:#f8fafc!important}body.eon-theme-dark .dashboard-empty-state,body.eon-theme-dark .eon-home-empty,body.eon-theme-dark .assignment-empty,body.eon-theme-dark .sidebar-empty-state,body.eon-theme-dark .permission-empty-state{color:#cbd5e1!important;background:#0f172ac7!important;border-color:#94a3b842!important}body.eon-theme-dark .user-edit-warning{color:#fde68a!important;background:#92400e33!important;border-color:#fde68a40!important}body.eon-theme-dark .user-edit-warning p{color:#fde68a!important}body.eon-theme-dark .modern-alert.success,body.eon-theme-dark .alert-success{color:#bbf7d0!important;background:#10b98124!important;border-color:#a7f3d038!important}body.eon-theme-dark .modern-alert.danger,body.eon-theme-dark .alert-danger{color:#fecdd3!important;background:#d7193429!important;border-color:#f8717147!important}body.eon-theme-dark .powerbi-frame.publish-embed-shell,body.eon-theme-dark .powerbi-viewer-card,body.eon-theme-dark .eon-report-frame-card{background:#020617!important;border-color:#94a3b82e!important}body.eon-theme-dark .publish-embed-crop,body.eon-theme-dark .powerbi-iframe-wrap,body.eon-theme-dark .eon-report-iframe-crop{background:#020617!important}body.eon-theme-dark .report-loading,body.eon-theme-dark .eon-report-loading{color:#f8fafc!important;background:radial-gradient(circle at 50% 40%,#d7193429,#0000 32%),#0f172af5!important}body.eon-theme-dark .report-loading span,body.eon-theme-dark .eon-report-loading span{color:#cbd5e1!important}body.eon-theme-dark .topbar-user-button,body.eon-theme-dark .topbar-user-dropdown{background:#0f172afa!important;border-color:#94a3b838!important;box-shadow:0 28px 80px #0000005c!important}body.eon-theme-dark .topbar-user-dropdown:before{background:#0f172afa!important;border-color:#94a3b838!important}body.eon-theme-dark .topbar-switch-account-button{color:#f8fafc!important;background:#1e293beb!important;border-color:#94a3b833!important}body.eon-theme-dark .sidebar-global-flyout{background:#0f172afa!important;border-color:#94a3b838!important;box-shadow:0 30px 90px #00000073!important}body.eon-theme-dark .sidebar-global-flyout:before{background:#0f172afa!important;border-color:#94a3b838!important}body.eon-theme-dark .sidebar-global-flyout-header{border-color:#94a3b833!important}body.eon-theme-dark .sidebar-global-flyout-header strong{color:#f8fafc!important}body.eon-theme-dark .sidebar-global-flyout-header span{color:#94a3b8!important}body.eon-theme-dark .eon-pagination,body.eon-theme-dark .traffic-pagination{background:var(--eon-card-bg)!important;border-color:#94a3b82e!important}body.eon-theme-dark .eon-pagination-info,body.eon-theme-dark .traffic-pagination-info{color:#cbd5e1!important}body.eon-theme-dark .eon-page-button,body.eon-theme-dark .traffic-page-btn,body.eon-theme-dark .traffic-page-number{color:#cbd5e1!important;background:#1e293beb!important;border-color:#94a3b838!important}body.eon-theme-dark .eon-page-button:hover,body.eon-theme-dark .traffic-page-btn:hover,body.eon-theme-dark .traffic-page-number:hover{color:#fff!important;background:#d719342e!important;border-color:#d7193457!important}body.eon-theme-dark .eon-page-button.active,body.eon-theme-dark .traffic-page-number.active{color:#fff!important;background:#d71934!important;border-color:#d71934!important}body.eon-theme-dark .eon-pagination-info,body.eon-theme-dark .eon-pagination-info span,body.eon-theme-dark .user-pagination-wrap,body.eon-theme-dark .user-pagination-wrap span,body.eon-theme-dark .traffic-pagination-info,body.eon-theme-dark .traffic-pagination-info span{color:#cbd5e1!important}body.eon-theme-dark .eon-pagination-info strong,body.eon-theme-dark .traffic-pagination-info strong{color:#f8fafc!important}body.eon-theme-dark .badge{color:#f8fafc!important;box-shadow:none!important;background:#1e293beb!important;border:1px solid #94a3b847!important}body.eon-theme-dark .badge:has(+*){color:#f8fafc!important}body.eon-theme-dark .user-status-badge{box-shadow:none!important;border:1px solid #94a3b838!important}body.eon-theme-dark .user-status-badge.active{color:#bbf7d0!important;background:#10b98129!important;border-color:#86efac4d!important}body.eon-theme-dark .user-status-badge.inactive{color:#fecaca!important;background:#ef444429!important;border-color:#fca5a54d!important}body.eon-theme-dark .user-status-badge.active i{background:#22c55e!important;box-shadow:0 0 0 4px #22c55e29!important}body.eon-theme-dark .user-status-badge.inactive i{background:#ef4444!important;box-shadow:0 0 0 4px #ef444429!important}body.eon-theme-dark .traffic-pill{box-shadow:none!important}body.eon-theme-dark .traffic-pill.success{color:#bbf7d0!important;background:#10b98129!important;border-color:#86efac4d!important}body.eon-theme-dark .traffic-pill.danger{color:#fecaca!important;background:#ef444429!important;border-color:#fca5a54d!important}body.eon-theme-dark .traffic-pill.muted{color:#cbd5e1!important;background:#334155e0!important;border-color:#94a3b847!important}body.eon-theme-dark .traffic-pill.success:before{background:#22c55e!important}body.eon-theme-dark .traffic-pill.danger:before{background:#ef4444!important}body.eon-theme-dark .traffic-pill.muted:before{background:#94a3b8!important}body.eon-theme-dark .user-role-badge.admin{color:#fecdd3!important;background:#d719342e!important;border:1px solid #f871714d!important}body.eon-theme-dark .user-role-badge.user{color:#cbd5e1!important;background:#1e293beb!important;border:1px solid #94a3b847!important}body.eon-theme-dark .category-status{color:#86efac!important}body.eon-theme-dark .category-status i{background:#22c55e!important;box-shadow:0 0 0 4px #22c55e29!important}body.eon-theme-dark .user-data-header>span,body.eon-theme-dark .permission-card-header>span,body.eon-theme-dark .section-count,body.eon-theme-dark .category-report-count{color:#cbd5e1!important;background:#1e293beb!important;border:1px solid #94a3b847!important}body.eon-theme-dark .eon-pagination span,body.eon-theme-dark .traffic-pagination span{color:#cbd5e1!important}body.eon-theme-dark .badge-active{color:#bbf7d0!important;background:#10b98129!important;border-color:#86efac4d!important}body.eon-theme-dark .badge-inactive{color:#fecaca!important;background:#ef444429!important;border-color:#fca5a54d!important}body.eon-theme-dark .traffic-table-card{color:#f8fafc!important;background:#111827f5!important;border:1px solid #94a3b833!important;box-shadow:0 22px 60px #00000057!important}body.eon-theme-dark .traffic-table-header{color:#f8fafc!important;background:#0f172aeb!important;border-bottom:1px solid #94a3b82e!important}body.eon-theme-dark .traffic-table-header div,body.eon-theme-dark .traffic-table-header div *{color:inherit}body.eon-theme-dark .traffic-table-header strong{color:#f8fafc!important}body.eon-theme-dark .traffic-table-header span{color:#cbd5e1!important}.traffic-table-header{justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;display:flex}.traffic-table-header strong{letter-spacing:-.02em;font-size:15px;font-weight:950;display:block}.traffic-table-header span{margin-top:4px;font-size:12px;font-weight:750;line-height:1.45;display:block}body.eon-theme-dark .sidebar-category-group.active>.nav-item,body.eon-theme-dark .sidebar-category-group.open>.nav-item.active-parent{color:#fff!important;box-shadow:none!important;background:#d7193433!important;border:1px solid #f871713d!important}body.eon-theme-dark .sidebar-category-group.active>.nav-item .nav-label,body.eon-theme-dark .sidebar-category-group.open>.nav-item.active-parent .nav-label{color:#fff!important}body.eon-theme-dark .sidebar-category-group.active>.nav-item .nav-icon,body.eon-theme-dark .sidebar-category-group.open>.nav-item.active-parent .nav-icon{color:#fecdd3!important;background:#7f1d1d57!important;border-color:#f8717133!important}body.eon-theme-dark .sidebar-category-group.active>.nav-item .category-chevron,body.eon-theme-dark .sidebar-category-group.open>.nav-item.active-parent .category-chevron{color:#fecdd3!important}body.eon-theme-dark .sidebar-report-list{border-left-color:#94a3b82e!important}body.eon-theme-dark .sidebar-report-item{color:#cbd5e1!important;background:0 0!important}body.eon-theme-dark .sidebar-report-item:hover{color:#fff!important;background:#94a3b81a!important}body.eon-theme-dark .sidebar-report-item.active{color:#fff!important;box-shadow:none!important;background:#d719342e!important;border:1px solid #f871713d!important}body.eon-theme-dark .sidebar-report-item.active .report-name{color:#fff!important}body.eon-theme-dark .sidebar-report-item.active .report-dot{background:#fb7185!important;box-shadow:0 0 0 4px #fb718529!important}body.eon-theme-dark .sidebar-report-item .report-dot{background:#cbd5e166!important}body.eon-theme-dark .role-option-card{color:#f8fafc!important;background:#111827f5!important;border-color:#94a3b838!important}body.eon-theme-dark .role-option-card:hover{background:#1e293beb!important;border-color:#d719345c!important}body.eon-theme-dark .role-option-card.selected{background:#d719342e!important;border-color:#f871716b!important;box-shadow:0 18px 45px #0000004d!important}body.eon-theme-dark .role-option-card:has(input:checked){background:#d719342e!important;border-color:#f871716b!important;box-shadow:0 18px 45px #0000004d!important}body.eon-theme-dark .role-option-icon{color:#cbd5e1!important;box-shadow:none!important;background:#1e293bf2!important;border:1px solid #94a3b847!important}body.eon-theme-dark .role-option-icon svg,body.eon-theme-dark .role-option-icon svg path{color:#cbd5e1!important;stroke:#cbd5e1!important}body.eon-theme-dark .role-option-card.selected .role-option-icon{color:#fecdd3!important;background:#d7193438!important;border-color:#f871715c!important}body.eon-theme-dark .role-option-card:has(input:checked) .role-option-icon{color:#fecdd3!important;background:#d7193438!important;border-color:#f871715c!important}body.eon-theme-dark .role-option-card.selected .role-option-icon svg,body.eon-theme-dark .role-option-card.selected .role-option-icon svg path{color:#fecdd3!important;stroke:#fecdd3!important}body.eon-theme-dark .role-option-card:has(input:checked) .role-option-icon svg{color:#fecdd3!important;stroke:#fecdd3!important}body.eon-theme-dark .role-option-card:has(input:checked) .role-option-icon svg path{color:#fecdd3!important;stroke:#fecdd3!important}body.eon-theme-dark .role-option-card strong,body.eon-theme-dark .role-option-card b{color:#f8fafc!important}body.eon-theme-dark .role-option-card span,body.eon-theme-dark .role-option-card small,body.eon-theme-dark .role-option-card p{color:#cbd5e1!important}.publish-protected-note{border-left:5px solid var(--eon-red);background:#fff7f8;border-top:1px solid #fecdd3;border-bottom:1px solid #fecdd3;border-right:1px solid #fecdd3;border-radius:14px;margin-bottom:16px;padding:16px}.publish-protected-note strong{color:#991b1b;margin-bottom:6px;font-size:14px;font-weight:950;display:block}.publish-protected-note p{color:var(--eon-gray);margin:0;font-size:13px;font-weight:750;line-height:1.7}body.eon-theme-dark .publish-protected-note{background:#7f1d1d47!important;border-color:#f8717147 #f8717147 #f8717147 #f43f5e!important;box-shadow:0 18px 45px #0000003d!important}body.eon-theme-dark .publish-protected-note strong{color:#fecdd3!important}body.eon-theme-dark .publish-protected-note p{color:#fda4af!important}.topbar-switch-account-button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:16px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:42px;margin-bottom:8px;font-size:13px;font-weight:950;transition:transform .18s,background .18s,border-color .18s,color .18s;display:inline-flex;box-shadow:0 10px 24px #0f172a0f}.topbar-switch-account-button:hover{color:#d71934;background:#fff1f2;border-color:#fecdd3;transform:translateY(-1px)}body.eon-theme-dark .topbar-switch-account-button{color:#f8fafc!important;box-shadow:none!important;background:#1e293beb!important;border-color:#94a3b833!important}body.eon-theme-dark .topbar-switch-account-button:hover{color:#fff!important;background:#d719342e!important;border-color:#d7193457!important}.impersonation-banner{background:radial-gradient(circle at 0 0,#d719341a,#0000 34%),#fff1f2;border:1px solid #fecdd3;border-radius:20px;justify-content:space-between;align-items:center;gap:14px;margin:0 0 18px;padding:13px 14px;display:flex;box-shadow:0 16px 36px #d7193414}.impersonation-info{align-items:center;gap:11px;min-width:0;display:flex}.impersonation-dot{background:#d71934;border-radius:999px;flex:none;width:12px;height:12px;box-shadow:0 0 0 6px #d719341f}.impersonation-info strong{color:#991b1b;letter-spacing:-.01em;font-size:13px;font-weight:950;display:block}.impersonation-info p{color:#9f1239;margin:3px 0 0;font-size:12px;font-weight:750;line-height:1.45}.impersonation-info b{font-weight:950}.impersonation-info span{color:#be123c}body.eon-theme-dark .impersonation-banner{background:radial-gradient(circle at 0 0,#d7193433,#0000 34%),#7f1d1d57;border-color:#f8717147;box-shadow:0 18px 44px #0000003d}body.eon-theme-dark .impersonation-info strong{color:#fecdd3}body.eon-theme-dark .impersonation-info p,body.eon-theme-dark .impersonation-info span{color:#fda4af}@media (width<=720px){.impersonation-banner{flex-direction:column;align-items:stretch}.impersonation-banner form,.impersonation-banner button{width:100%}}.eon-report-page{flex-direction:column;height:calc(100vh - 118px);min-height:620px;display:flex}.eon-report-frame-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;flex:1;min-height:0;position:relative;overflow:hidden;box-shadow:0 18px 48px #0f172a14}.eon-report-iframe-crop{background:#fff;position:absolute;inset:0;overflow:hidden}.eon-report-iframe{background:#fff;border:0;width:100%;height:100%;display:block}.eon-report-loading{z-index:5;text-align:center;color:#0f172a;background:radial-gradient(circle at 50% 42%,#d719341a,#0000 32%),#fffffff5;place-items:center;gap:14px;transition:opacity .22s,visibility .22s;display:grid;position:absolute;inset:0}.eon-report-loading.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.eon-report-loading-text{gap:6px;display:grid}.eon-report-loading-text strong,.eon-report-loading strong{color:#0f172a;font-size:15px;font-weight:950}.eon-report-loading-text span,.eon-report-loading span{color:#64748b;font-size:13px;font-weight:750}.eon-report-loader{border:4px solid #fecdd3;border-top-color:#d71934;border-radius:999px;width:42px;height:42px;animation:.8s linear infinite eonReportSpin}.topbar-report-title{gap:5px;min-width:0;display:grid}.topbar-report-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.topbar-report-title h2{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:20px;font-weight:950;line-height:1.15}.topbar-report-title p{color:#64748b;max-width:760px;margin:0;font-size:12px;font-weight:750;line-height:1.45}.topbar-report-badge{color:#780510;text-transform:uppercase;letter-spacing:.06em;background:#fae8ea;border:1px solid #eba0a7;border-radius:999px;align-items:center;gap:7px;min-height:24px;padding:0 9px;font-size:10px;font-weight:950;display:inline-flex}.topbar-report-badge i{background:#a62834;border-radius:999px;width:7px;height:7px;box-shadow:0 0 0 4px #c21f2f24}body.eon-theme-dark .eon-report-frame-card{background:#020617!important;border-color:#94a3b833!important;box-shadow:0 22px 60px #0000005c!important}body.eon-theme-dark .eon-report-iframe-crop,body.eon-theme-dark .eon-report-iframe{background:#020617!important}body.eon-theme-dark .eon-report-loading{color:#f8fafc!important;background:radial-gradient(circle at 50% 42%,#d7193429,#0000 32%),#0f172af5!important}body.eon-theme-dark .eon-report-loading-text strong,body.eon-theme-dark .eon-report-loading strong{color:#f8fafc!important}body.eon-theme-dark .eon-report-loading-text span,body.eon-theme-dark .eon-report-loading span{color:#cbd5e1!important}body.eon-theme-dark .topbar-report-title h2{color:#f8fafc!important}body.eon-theme-dark .topbar-report-title p{color:#cbd5e1!important}body.eon-theme-dark .topbar-report-badge{color:#f5bac0!important;background:#b80f2029!important;border-color:#ed858f47!important}@media (width<=960px){.eon-report-page{height:calc(100vh - 180px);min-height:540px}.topbar-report-title h2{font-size:18px}.topbar-report-title p{max-width:100%}}@media (width<=640px){.eon-report-page{height:calc(100vh - 210px);min-height:500px}.eon-report-frame-card{border-radius:18px}}body.eon-report-mode,body.eon-report-mode .app-shell{height:100vh!important;min-height:100vh!important;overflow:hidden!important}body.eon-report-mode .main-panel{flex-direction:column!important;height:100vh!important;min-height:0!important;padding:14px 16px!important;display:flex!important;overflow:hidden!important}body.eon-report-mode .topbar,body.eon-report-mode .topbar-report-mode{border-radius:22px!important;flex:none!important;gap:12px!important;min-height:70px!important;margin-bottom:8px!important;padding:10px 16px!important;position:relative!important;top:auto!important;transform:none!important}body.eon-report-mode .topbar:hover,body.eon-report-mode .topbar-report-mode:hover{transform:none!important}body.eon-report-mode .topbar-report-title{gap:4px!important;min-width:0!important;display:grid!important}body.eon-report-mode .topbar-report-meta{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;display:flex!important}body.eon-report-mode .topbar-kicker{font-size:10px!important;line-height:1!important}body.eon-report-mode .topbar-report-title h2{letter-spacing:-.035em!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:760px!important;margin:0!important;font-size:18px!important;line-height:1.1!important;overflow:hidden!important}body.eon-report-mode .topbar-report-title p{color:#64748b!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:760px!important;margin:0!important;font-size:11.5px!important;font-weight:750!important;line-height:1.3!important;overflow:hidden!important}body.eon-report-mode .topbar-report-badge{border-radius:999px!important;min-height:22px!important;padding:0 9px!important;font-size:9.5px!important;line-height:1!important}body.eon-report-mode .topbar-actions{flex:none!important;gap:8px!important}body.eon-report-mode .theme-segment{border-radius:18px!important;padding:3px!important}body.eon-report-mode .theme-segment-btn{min-height:30px!important;padding:0 10px!important;font-size:10.5px!important}body.eon-report-mode .topbar-user-button{height:40px!important;min-height:40px!important;padding:5px 9px!important}body.eon-report-mode .topbar-user-avatar{flex-basis:30px!important;width:30px!important;height:30px!important;font-size:12px!important}body.eon-report-mode .topbar-user-info strong{max-width:150px!important;font-size:12px!important;line-height:1.1!important}body.eon-report-mode .topbar-user-info small{font-size:10px!important;line-height:1.1!important}body.eon-report-mode .content-stage,body.eon-report-mode .content-stage-report{flex-direction:column!important;flex:auto!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;animation:none!important;display:flex!important;overflow:hidden!important}body.eon-report-mode .eon-report-page{flex-direction:column!important;flex:auto!important;width:100%!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important;overflow:hidden!important}body.eon-report-mode .eon-report-frame-card{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:22px!important;flex:auto!important;width:100%!important;height:100%!important;min-height:0!important;margin:0!important;position:relative!important;overflow:hidden!important;box-shadow:0 16px 44px #0f172a13!important}body.eon-report-mode .eon-report-loading{z-index:30!important;color:#0f172a!important;text-align:center!important;background:radial-gradient(circle at 50% 40%,#d7193414,#0000 32%),#fffffff5!important;align-content:center!important;place-items:center!important;gap:10px!important;transition:opacity .2s,visibility .2s!important;display:grid!important;position:absolute!important;inset:0!important}body.eon-report-mode .eon-report-loading.is-hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important}body.eon-report-mode .eon-report-loader{border:4px solid #fee2e2!important;border-top-color:#d71934!important;border-radius:999px!important;width:40px!important;height:40px!important;animation:.8s linear infinite eonReportSpin!important}body.eon-report-mode .eon-report-loading-text{gap:5px!important;display:grid!important}body.eon-report-mode .eon-report-loading strong{font-size:15px!important;font-weight:950!important;display:block!important}body.eon-report-mode .eon-report-loading span{color:#64748b!important;font-size:12px!important;display:block!important}body.eon-report-mode .report-protection-card,body.eon-report-mode .report-secure-info,body.eon-report-mode .report-viewer-header,body.eon-report-mode .powerbi-viewer-card,body.eon-report-mode .powerbi-frame.publish-embed-shell,body.eon-report-mode .report-fullscreen-stage,body.eon-report-mode .viewer-page-header,body.eon-report-mode .report-protection-bar,body.eon-report-mode .publish-embed-footer-mask,body.eon-report-mode .publish-embed-corner-mask,body.eon-report-mode .powerbi-bottom-mask,body.eon-report-mode .powerbi-left-brand-mask,body.eon-report-mode .powerbi-right-action-mask,body.eon-report-mode .publish-embed-shell:after{display:none!important}body.eon-report-mode.eon-theme-dark .eon-report-frame-card{background:#020617!important;border-color:#94a3b838!important;box-shadow:0 20px 56px #00000057!important}body.eon-report-mode.eon-theme-dark .eon-report-iframe-crop,body.eon-report-mode.eon-theme-dark .eon-report-iframe{background:#020617!important}body.eon-report-mode.eon-theme-dark .topbar-report-title h2{color:#f8fafc!important}body.eon-report-mode.eon-theme-dark .topbar-report-title p{color:#cbd5e1!important}body.eon-report-mode.eon-theme-dark .eon-report-loading{color:#f8fafc!important;background:radial-gradient(circle at 50% 40%,#d7193429,#0000 32%),#0f172af5!important}body.eon-report-mode.eon-theme-dark .eon-report-loading strong{color:#f8fafc!important}body.eon-report-mode.eon-theme-dark .eon-report-loading span{color:#cbd5e1!important}@media (width<=980px){body.eon-report-mode{overflow:auto!important}body.eon-report-mode .app-shell{height:auto!important;min-height:100vh!important;overflow:visible!important}body.eon-report-mode .main-panel{height:auto!important;min-height:100vh!important;padding:12px!important;overflow:visible!important}body.eon-report-mode .topbar{margin-bottom:8px!important}body.eon-report-mode .content-stage,body.eon-report-mode .content-stage-report{height:auto!important;overflow:visible!important}body.eon-report-mode .eon-report-page{height:auto!important;min-height:0!important;overflow:visible!important}body.eon-report-mode .eon-report-frame-card{border-radius:18px!important;flex:none!important;height:74vh!important;min-height:520px!important}body.eon-report-mode .topbar-report-title h2,body.eon-report-mode .topbar-report-title p{white-space:normal!important}}body.eon-report-mode.eon-theme-dark .eon-report-iframe-crop:after{background:#020617}body.eon-report-mode.eon-theme-dark .eon-report-iframe{background:#020617!important}@media (width<=980px){body.eon-report-mode .eon-report-iframe{height:calc(100% + 82px)!important;min-height:calc(100% + 82px)!important}body.eon-report-mode .eon-report-iframe-crop:after{height:44px}}body.eon-report-mode .eon-report-iframe{background:#fff!important;border:0!important;width:100%!important;height:100%!important;min-height:100%!important;display:block!important;position:absolute!important;inset:0!important}body.eon-report-mode .eon-report-iframe-crop:after{content:"";z-index:20;pointer-events:auto;background:#fff;height:46px;position:absolute;bottom:0;left:0;right:0}body.eon-report-mode .eon-report-iframe-crop:before{content:"";z-index:21;pointer-events:auto;background:#fff;width:280px;height:70px;position:absolute;bottom:0;right:0}@media (width<=980px){body.eon-report-mode .eon-report-iframe-crop:after{height:54px}body.eon-report-mode .eon-report-iframe-crop:before{width:230px;height:78px}}body.eon-report-mode .eon-report-iframe{background:#fff!important;border:0!important;width:100%!important;height:calc(100% + 58px)!important;min-height:calc(100% + 58px)!important;display:block!important;position:absolute!important;top:0!important;left:0!important}body.eon-report-mode .eon-report-iframe-crop{background:#fff!important;position:absolute!important;inset:0!important;overflow:hidden!important}body.eon-report-mode .eon-report-iframe-crop:after{content:"";z-index:20;pointer-events:auto;height:26px;position:absolute;bottom:0;left:0;right:0;background:0 0!important}body.eon-report-mode .eon-report-iframe-crop:before{content:"";z-index:21;pointer-events:auto;width:260px;height:48px;position:absolute;bottom:0;right:0;background:0 0!important}body.eon-report-mode.eon-theme-dark .eon-report-iframe,body.eon-report-mode.eon-theme-dark .eon-report-iframe-crop{background:#020617!important}body.eon-report-mode.eon-theme-dark .eon-report-iframe-crop:after,body.eon-report-mode.eon-theme-dark .eon-report-iframe-crop:before{background:0 0!important}@media (width<=980px){body.eon-report-mode .eon-report-iframe{height:calc(100% + 72px)!important;min-height:calc(100% + 72px)!important}body.eon-report-mode .eon-report-iframe-crop:after{height:30px}body.eon-report-mode .eon-report-iframe-crop:before{width:230px;height:56px}}
