:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:dark;--bg: #070b12;--surface: #0d131d;--surface-2: #111927;--surface-3: #151f2f;--border: #223047;--border-soft: rgba(130, 151, 184, .14);--text: #f7f9fc;--muted: #95a2b8;--muted-2: #68758a;--red: #ed1c24;--red-2: #ff3842;--blue: #86b4ff;--green: #45d69c;--amber: #f7bd61;--shadow: 0 26px 70px rgba(0, 0, 0, .28);--sidebar: 280px}:root[data-theme=light]{color-scheme:light;--bg: #f4f6f9;--surface: #ffffff;--surface-2: #f8fafc;--surface-3: #eef2f7;--border: #dfe5ee;--border-soft: rgba(25, 43, 70, .09);--text: #121820;--muted: #5d697c;--muted-2: #8a94a5;--shadow: 0 24px 70px rgba(44, 57, 78, .12)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);color:var(--text)}button,input{font:inherit}button{cursor:pointer}.brand{display:flex;flex-direction:column;gap:4px;min-width:0}.brand__logo-wrap{width:174px;height:52px;position:relative;overflow:hidden}.brand__logo{width:174px;height:52px;object-fit:contain;object-position:left center;position:absolute;top:0;right:0;bottom:0;left:0}.brand__logo--light{display:none}:root[data-theme=light] .brand__logo--dark{display:none}:root[data-theme=light] .brand__logo--light{display:block}.brand__subtitle{font-size:12px;color:var(--muted)}.brand--compact{width:100%;align-items:center;gap:0}.brand--compact .brand__logo-wrap{width:52px;height:44px;overflow:visible}.brand--compact .brand__logo{width:52px;height:44px;object-fit:contain;object-position:center}.auth-shell{min-height:100vh;background:radial-gradient(circle at 8% 45%,rgba(237,28,36,.16),transparent 34%),radial-gradient(circle at 90% 45%,rgba(64,111,190,.18),transparent 38%),var(--bg)}.auth-topbar{height:92px;max-width:1460px;margin:0 auto;padding:18px 34px;display:flex;align-items:center;justify-content:space-between}.auth-stage{min-height:calc(100vh - 92px);padding:24px 34px 56px;display:grid;place-items:center}.auth-card{width:min(1180px,100%);min-height:610px;display:grid;grid-template-columns:1.08fr .92fr;border:1px solid var(--border);border-radius:28px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow)}.auth-visual{position:relative;overflow:hidden;min-height:610px;background:linear-gradient(145deg,#12090c,#0b1018 52%,#132644)}:root[data-theme=light] .auth-visual{background:linear-gradient(145deg,#f8e8e9,#f6f8fb 55%,#e7eef8)}.auth-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,rgba(237,28,36,.28),transparent 45%),radial-gradient(circle at 88% 12%,rgba(255,255,255,.1),transparent 26%)}.auth-orbit{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.12)}.auth-orbit--1{width:360px;height:360px;right:-80px;top:-70px}.auth-orbit--2{width:230px;height:230px;right:40px;top:75px}.auth-orbit--3{width:460px;height:460px;left:-230px;bottom:-250px;border-color:#ed1c2438}.auth-visual__content{position:relative;z-index:2;height:100%;padding:68px 62px;display:flex;flex-direction:column;justify-content:flex-end;max-width:620px}.eyebrow,.section-kicker{color:var(--blue);text-transform:uppercase;letter-spacing:.13em;font-weight:800;font-size:12px;display:inline-flex;align-items:center;gap:8px}.auth-visual h1{margin:18px 0;max-width:570px;font-size:clamp(38px,4vw,58px);line-height:1.02;letter-spacing:-.04em}.auth-visual p{color:#b9c5d7;font-size:18px;line-height:1.65;max-width:560px}:root[data-theme=light] .auth-visual p{color:#59677a}.auth-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.auth-pills span{border:1px solid rgba(145,164,193,.24);border-radius:999px;padding:9px 12px;display:inline-flex;align-items:center;gap:7px;font-size:13px;color:#d5deeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}:root[data-theme=light] .auth-pills span{color:#39465a;background:#ffffff80}.auth-form-panel{padding:56px 54px;display:flex;flex-direction:column;justify-content:center}.auth-tabs{display:flex;gap:26px;border-bottom:1px solid var(--border);margin-bottom:38px}.auth-tabs button{border:0;background:transparent;color:var(--muted);font-weight:800;padding:14px 0;position:relative}.auth-tabs button.active{color:var(--text)}.auth-tabs button.active:after{content:"";height:3px;border-radius:3px;background:var(--red);position:absolute;left:0;right:0;bottom:-1px}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-form h2{font-size:32px;letter-spacing:-.03em;margin:7px 0 8px}.auth-form p{margin:0;color:var(--muted);line-height:1.5}.auth-form label{display:flex;flex-direction:column;gap:8px;font-weight:750;font-size:14px}.auth-form input{width:100%;border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:13px;padding:15px 16px;outline:none;transition:.18s ease}.auth-form input:focus{border-color:#ed1c24bf;box-shadow:0 0 0 4px #ed1c2417}.decoy-field{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;overflow:hidden!important}.primary-btn{border:0;border-radius:13px;background:linear-gradient(135deg,var(--red),var(--red-2));color:#fff;padding:15px 20px;font-weight:850;display:inline-flex;align-items:center;justify-content:center;gap:9px;box-shadow:0 12px 28px #ed1c242e}.primary-btn:hover{transform:translateY(-1px);filter:brightness(1.03)}.primary-btn--inline{width:auto;white-space:nowrap}.secondary-btn{border:1px solid var(--border);color:var(--text);background:var(--surface-2);padding:11px 15px;border-radius:11px;font-weight:750}.form-message{border-radius:11px;padding:11px 13px;background:#ed1c2414;border:1px solid rgba(237,28,36,.18);color:#ff8d93;font-size:13px}.form-message--info{color:var(--blue);border-color:#86b4ff38;background:#86b4ff14}.icon-btn{border:1px solid var(--border);background:var(--surface);color:var(--text);min-height:42px;padding:0 12px;border-radius:12px;display:inline-flex;align-items:center;gap:8px}.app-shell{min-height:100vh;display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr);transition:grid-template-columns .2s ease}.app-shell.sidebar-collapsed{--sidebar:82px}.sidebar{height:100vh;position:sticky;top:0;border-right:1px solid var(--border);background:var(--surface);display:flex;flex-direction:column;padding:22px 18px 18px;z-index:50}.sidebar-top{min-height:78px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.sidebar-collapsed .sidebar-top{min-height:96px;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px}.sidebar-collapsed .collapse-btn{width:46px;height:38px}.collapse-btn,.mobile-menu-btn{border:1px solid var(--border);background:var(--surface-2);color:var(--muted);width:38px;height:38px;border-radius:11px;display:grid;place-items:center}.sidebar-search{margin:22px 0 16px;display:flex;gap:9px;align-items:center;border:1px solid var(--border);background:var(--surface-2);border-radius:12px;padding:0 12px;color:var(--muted)}.sidebar-search input{height:42px;flex:1;border:0;outline:0;background:transparent;color:var(--text);min-width:0}.nav-list{display:flex;flex-direction:column;gap:6px}.nav-item{min-height:48px;width:100%;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--muted);display:flex;align-items:center;gap:12px;padding:0 13px;font-weight:730;text-align:left}.nav-item:hover{background:var(--surface-2);color:var(--text)}.nav-item.active{background:#ed1c2417;border-color:#ed1c243d;color:var(--text)}.sidebar-collapsed .nav-item{justify-content:center;padding:0}.sidebar-footer{margin-top:auto;border-top:1px solid var(--border);padding-top:18px}.env-status{display:flex;align-items:center;gap:10px}.env-status strong,.env-status span{display:block}.env-status strong{font-size:13px}.env-status span{color:var(--muted);font-size:12px;margin-top:3px}.dot{width:9px;height:9px;display:inline-block;border-radius:50%;background:var(--muted);box-shadow:0 0 0 5px #808c9f14}.dot--green{background:var(--green);box-shadow:0 0 0 5px #45d69c1a}.dot--amber{background:var(--amber);box-shadow:0 0 0 5px #f7bd611a}.dot--solo{margin:auto;display:block}.main-area{min-width:0}.topbar{min-height:96px;border-bottom:1px solid var(--border);background:#070b12b8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0;z-index:40;padding:18px 34px;display:flex;align-items:center;justify-content:space-between;gap:20px}:root[data-theme=light] .topbar{background:#f4f6f9d1}.topbar-title{display:flex;align-items:center;gap:12px;min-width:0}.topbar-title span,.topbar-title small{display:block;color:var(--muted);font-size:12px}.topbar-title h1{font-size:23px;margin:3px 0;letter-spacing:-.02em}.topbar-actions{display:flex;align-items:center;gap:10px}.user-chip{min-height:48px;border:1px solid var(--border);background:var(--surface);border-radius:13px;padding:7px 12px;display:flex;align-items:center;gap:9px}.user-chip strong,.user-chip span{display:block}.user-chip strong{font-size:13px}.user-chip span{font-size:11px;color:var(--muted);margin-top:2px}.content-area{padding:38px;max-width:1600px;margin:0 auto}.welcome-panel{border:1px solid var(--border);border-radius:24px;padding:32px 34px;background:linear-gradient(135deg,var(--surface-2),var(--surface));display:flex;align-items:center;justify-content:space-between;gap:26px}.welcome-panel h2{font-size:36px;margin:8px 0;letter-spacing:-.04em}.welcome-panel p{color:var(--muted);margin:0}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:20px}.metric-card{border:1px solid var(--border);border-radius:20px;background:var(--surface);padding:22px;min-height:188px;display:flex;flex-direction:column}.metric-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;margin-bottom:22px;background:#8793a717;color:var(--muted)}.metric-icon--blue{color:var(--blue);background:#86b4ff1f}.metric-icon--green{color:var(--green);background:#45d69c1f}.metric-icon--amber{color:var(--amber);background:#f7bd611f}.metric-icon--red{color:#ff6f78;background:#ed1c241f}.metric-label{font-size:13px;color:var(--muted);font-weight:750}.metric-card strong{font-size:38px;margin:10px 0 6px;letter-spacing:-.03em}.metric-helper{color:var(--muted-2);font-size:12px;margin-top:auto}.dashboard-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;margin-top:20px}.module-panel{border:1px solid var(--border);border-radius:20px;background:var(--surface);padding:26px}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.panel-heading h3{margin:7px 0 0;font-size:21px}.status-chip{border-radius:999px;font-size:11px;padding:7px 10px;font-weight:750}.status-chip--neutral{border:1px solid var(--border);color:var(--muted);background:var(--surface-2)}.empty-inline{min-height:145px;margin-top:18px;border:1px dashed var(--border);border-radius:15px;display:flex;align-items:center;justify-content:center;gap:13px;color:var(--muted);text-align:left;padding:20px}.empty-inline strong,.empty-inline span{display:block}.empty-inline strong{color:var(--text);margin-bottom:5px}.empty-inline span{font-size:13px}.service-list{margin-top:18px;display:flex;flex-direction:column}.service-list>div{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--border-soft);font-size:13px}.service-list>div:last-child{border-bottom:0}.service-list span{display:flex;align-items:center;gap:10px;color:var(--muted)}.service-list b{font-size:12px}.empty-module{min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 30px}.empty-module__icon{width:64px;height:64px;display:grid;place-items:center;border-radius:18px;background:#ed1c2417;color:#ff7279;margin-bottom:18px}.empty-module h3{margin:0;font-size:28px}.empty-module p{max-width:620px;color:var(--muted);line-height:1.65;margin:12px auto 22px}.admin-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.admin-wide{grid-column:1/-1}.admin-stat{margin-top:16px;border:1px solid var(--border);background:var(--surface-2);border-radius:14px;padding:16px;display:grid;grid-template-columns:1fr auto;gap:4px 16px;align-items:center}.admin-stat span{color:var(--muted);font-size:13px}.admin-stat strong{font-size:24px}.admin-stat small{color:var(--muted-2)}.mobile-only,.mobile-backdrop{display:none}@media(max-width:1100px){.auth-card{grid-template-columns:1fr;max-width:720px}.auth-visual{min-height:320px}.auth-visual__content{padding:42px;justify-content:center}.auth-visual h1{font-size:40px}.metrics-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.admin-grid{grid-template-columns:1fr}.admin-wide{grid-column:auto}}@media(max-width:820px){.desktop-only{display:none!important}.mobile-only{display:grid}.app-shell,.app-shell.sidebar-collapsed{display:block;--sidebar:280px}.sidebar{position:fixed;left:-310px;width:280px;transition:left .2s ease;box-shadow:var(--shadow)}.sidebar.sidebar--mobile-open{left:0}.mobile-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:#0000007a;z-index:45}.topbar{padding:14px 18px}.topbar-title small{display:none}.content-area{padding:20px}.user-chip div{display:none}.welcome-panel{align-items:flex-start;flex-direction:column}.auth-topbar{padding:14px 20px}.auth-stage{padding:18px 20px 36px}.auth-form-panel{padding:34px 28px}}@media(max-width:560px){.brand__logo{width:145px}.auth-visual{display:none}.auth-card{min-height:0;border-radius:22px}.auth-form-panel{padding:30px 22px}.metrics-grid{grid-template-columns:1fr}.welcome-panel h2{font-size:29px}.topbar-title span,.topbar-actions .icon-btn span{display:none}}.primary-btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important;filter:none!important;box-shadow:none}.primary-btn--small{padding:10px 13px;border-radius:11px;font-size:12px}.hidden-file{display:none}.process-panel{min-height:560px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:54px}.process-hero{max-width:760px;display:flex;flex-direction:column;align-items:center}.process-hero h3{font-size:30px;margin:10px 0 8px}.process-hero p{color:var(--muted);max-width:720px;line-height:1.6;margin:0 0 26px}.upload-zone{width:min(760px,100%);min-height:165px;border:1.5px dashed var(--border);border-radius:20px;background:var(--surface-2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:.18s ease;color:var(--muted)}.upload-zone:hover{border-color:#ed1c248c;background:#ed1c2409;transform:translateY(-1px)}.upload-zone strong{color:var(--text);font-size:17px}.upload-zone span{font-size:13px}.action-row{width:min(760px,100%);display:flex;justify-content:flex-end;gap:10px;margin-top:18px;flex-wrap:wrap}.action-row .secondary-btn{display:inline-flex;align-items:center;gap:8px}.validation-strip{width:min(760px,100%);margin-top:14px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;color:var(--muted);display:flex;align-items:center;gap:9px;text-align:left;background:var(--surface-2)}.validation-strip--ok{color:var(--green);border-color:#45d69c40;background:#45d69c0f}.ai-icon{background:linear-gradient(145deg,#ed1c241f,#86b4ff1c);color:#ff6e76}.account-wrap{position:relative}.user-chip{cursor:pointer;color:var(--text)}.user-chip--open{border-color:#ed1c2459;background:var(--surface-2)}.account-menu{position:absolute;right:0;top:calc(100% + 10px);width:285px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:8px;z-index:90;animation:menuIn .14s ease}@keyframes menuIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.account-menu__header{display:flex;align-items:center;gap:11px;padding:12px 10px 14px;border-bottom:1px solid var(--border-soft);margin-bottom:6px}.account-menu__header strong,.account-menu__header span{display:block}.account-menu__header span{color:var(--muted);font-size:11px;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:205px}.account-menu>button{width:100%;border:0;background:transparent;color:var(--text);display:flex;align-items:center;gap:10px;padding:11px 10px;border-radius:10px;text-align:left}.account-menu>button:hover{background:var(--surface-2)}.account-menu__danger{color:#ff6e76!important}.account-separator{height:1px;background:var(--border-soft);margin:5px 2px}.toast{position:fixed;right:24px;bottom:24px;z-index:200;width:min(390px,calc(100vw - 32px));border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:15px;padding:14px 14px 14px 16px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;animation:toastIn .18s ease}@keyframes toastIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.toast strong,.toast span{display:block}.toast strong{font-size:13px}.toast span{color:var(--muted);font-size:12px;line-height:1.45;margin-top:4px}.toast button{border:0;background:transparent;color:var(--muted);padding:2px}.toast--success{border-color:#45d69c4d}.toast--warning{border-color:#f7bd6159}.toast--info{border-color:#86b4ff47}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000009e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:180;display:grid;place-items:center;padding:20px}.modal-card{width:min(560px,100%);background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow);padding:24px}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:20px}.modal-header h3{margin:6px 0 0;font-size:24px}.modal-form{display:flex;flex-direction:column;gap:14px}.modal-form label>span{display:block;font-size:12px;font-weight:750;margin-bottom:7px}.modal-form input,.modal-form select{width:100%;border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:12px;padding:13px 14px;outline:none}.modal-form input:focus,.modal-form select:focus{border-color:#ed1c24a6;box-shadow:0 0 0 4px #ed1c2414}.check-row{display:flex!important;align-items:center;gap:9px}.check-row input{width:auto!important}.check-row span{margin:0!important;color:var(--muted);font-weight:600!important}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}@media(max-width:700px){.process-panel{padding:32px 20px;min-height:500px}.action-row{flex-direction:column}.action-row button{width:100%;justify-content:center}.account-menu{right:-42px}}.boot-screen{min-height:100vh;display:grid;place-items:center;align-content:center;gap:18px;background:var(--bg);color:var(--muted)}.modal-backdrop--locked{z-index:9999;cursor:default}.forced-card{text-align:left;max-width:520px}.forced-icon{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;background:#ed1c241a;color:#ff5e66;margin-bottom:16px}.modal-copy{color:var(--muted);line-height:1.55;margin:8px 0 20px}.password-rule{font-size:12px;color:var(--muted-2);padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2)}.auto-pass-note{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid var(--border);border-radius:13px;background:var(--surface-2);color:var(--muted)}.auto-pass-note svg{color:#ff6970}.auto-pass-note strong,.auto-pass-note span{display:block}.auto-pass-note strong{color:var(--text);font-size:13px}.auto-pass-note span{font-size:12px;margin-top:4px;line-height:1.45}.credentials-card textarea{width:100%;min-height:130px;resize:none;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--text);padding:13px;line-height:1.5;margin-top:14px}.credential-box{display:grid;grid-template-columns:1fr auto;gap:5px 12px;align-items:center;border:1px solid rgba(69,214,156,.25);background:#45d69c0d;border-radius:14px;padding:14px}.credential-box span{font-size:11px;color:var(--muted);grid-column:1}.credential-box strong{font-size:20px;letter-spacing:.04em}.credential-box button{grid-column:2;grid-row:1/3}.notification-wrap,.notification-btn{position:relative}.notification-btn b{position:absolute;right:-5px;top:-6px;min-width:19px;height:19px;padding:0 5px;border-radius:10px;background:#ed1c24;color:#fff;font-size:10px;display:grid;place-items:center;border:2px solid var(--bg)}.notification-menu{position:absolute;right:0;top:calc(100% + 10px);width:min(390px,calc(100vw - 28px));max-height:520px;overflow:auto;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);z-index:120;padding:8px}.notification-head{padding:11px 11px 13px;border-bottom:1px solid var(--border-soft)}.notification-head strong,.notification-head span{display:block}.notification-head span{font-size:11px;color:var(--muted);margin-top:3px}.notification-item{width:100%;display:grid;grid-template-columns:8px 1fr;gap:10px;border:0;border-bottom:1px solid var(--border-soft);background:transparent;color:var(--text);padding:12px 10px;text-align:left}.notification-item:hover{background:var(--surface-2)}.notification-item>i{width:7px;height:7px;border-radius:50%;background:transparent;margin-top:5px}.notification-item.unread>i{background:#ed1c24}.notification-item strong,.notification-item span,.notification-item small{display:block}.notification-item strong{font-size:12px}.notification-item span{font-size:11px;color:var(--muted);margin-top:3px;line-height:1.4}.notification-item small{font-size:10px;color:var(--muted-2);margin-top:6px}.notification-empty{padding:26px;text-align:center;color:var(--muted);font-size:12px}.admin-list{margin-top:16px;display:flex;flex-direction:column;gap:9px}.admin-row{display:flex;justify-content:space-between;gap:14px;align-items:center;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);padding:12px}.admin-row strong,.admin-row span{display:block}.admin-row strong{font-size:13px}.admin-row span{font-size:11px;color:var(--muted);margin-top:3px}.admin-row>div:last-child{display:flex;gap:7px}.compact-list{max-height:300px;overflow:auto}.online-pill{font-size:10px!important;padding:5px 8px;border-radius:999px;background:#f7bd6114;color:var(--amber)!important}.online-pill--on{background:#45d69c14;color:var(--green)!important}.sessions-table{display:flex;flex-direction:column;margin-top:16px}.session-row{display:grid;grid-template-columns:10px 1.2fr .5fr 1fr;gap:12px;align-items:center;padding:11px 3px;border-bottom:1px solid var(--border-soft)}.session-row strong,.session-row span{display:block}.session-row strong{font-size:12px}.session-row div span,.session-row small{font-size:10px;color:var(--muted)}.session-row>span{font-size:11px}.focus-panel{box-shadow:0 0 0 2px #ed1c2440,var(--shadow)}@media(max-width:700px){.notification-menu{right:-90px}.session-row{grid-template-columns:10px 1fr}.session-row>span,.session-row>small{grid-column:2}.credential-box{grid-template-columns:1fr}.credential-box button{grid-column:1;grid-row:auto}.admin-row{align-items:flex-start;flex-direction:column}.admin-row>div:last-child{width:100%}}.user-admin-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.secondary-btn--compact{padding:9px 12px;min-height:38px}.user-manage-card{max-width:620px}.user-management-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:4px}.user-management-summary>div{border:1px solid var(--border);border-radius:14px;padding:12px;background:var(--surface-soft);display:flex;flex-direction:column;gap:4px}.user-management-summary span{font-size:12px;color:var(--text-muted)}.user-management-summary strong{font-size:13px}.management-actions{display:flex;gap:10px;flex-wrap:wrap;padding-top:4px}.danger-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(255,79,91,.35);background:#ff4f5b1a;color:#ff6875;border-radius:12px;padding:10px 14px;font-weight:700;cursor:pointer}.danger-btn:hover{background:#ff4f5b2b}.danger-btn:disabled{opacity:.55;cursor:not-allowed}@media(max-width:720px){.user-management-summary{grid-template-columns:1fr}.user-admin-row{align-items:flex-start}.user-admin-actions{justify-content:flex-start}}.users-compact-list{margin-top:16px;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--surface-2)}.users-compact-head,.user-compact-row{display:grid;grid-template-columns:minmax(110px,.7fr) minmax(190px,1.5fr) minmax(130px,.75fr) 44px;gap:14px;align-items:center}.users-compact-head{padding:9px 14px;border-bottom:1px solid var(--border-soft);background:#ffffff05;color:var(--muted-2);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.user-compact-row{min-height:54px;padding:8px 10px 8px 14px;border-bottom:1px solid var(--border-soft);transition:background .15s ease}.user-compact-row:last-child{border-bottom:0}.user-compact-row:hover{background:#ffffff06}.user-compact-name{display:flex;align-items:center;gap:9px;min-width:0}.user-compact-name strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-status-dot{width:7px;height:7px;border-radius:50%;background:#687384;box-shadow:0 0 0 4px #68738414;flex:0 0 auto}.user-status-dot--active{background:var(--green);box-shadow:0 0 0 4px #45d69c17}.user-compact-email{min-width:0;color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-pill{justify-self:start;display:inline-flex;align-items:center;min-height:25px;padding:4px 9px;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-size:10px;font-weight:700;color:var(--muted)}.profile-pill--admin{color:#8eb9ff;border-color:#6fa2f733;background:#6fa2f712}.manage-icon-btn{width:36px;height:36px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.15s ease}.manage-icon-btn:hover{color:var(--text);border-color:var(--border);background:var(--surface)}@media(max-width:820px){.users-compact-head{display:none}.users-compact-list{border:0;background:transparent;display:flex;flex-direction:column;gap:8px}.user-compact-row{grid-template-columns:1fr auto;gap:4px 10px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);padding:10px 10px 10px 12px}.user-compact-email,.profile-pill{grid-column:1}.manage-icon-btn{grid-column:2;grid-row:1/4;align-self:center}}.compact-info{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.compact-info>div{display:flex;flex-direction:column;gap:5px}.compact-info strong{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.compact-info span{font-weight:700}.result-card{margin-top:18px;padding:14px 16px;border:1px solid rgba(46,204,113,.3);background:#2ecc7114;border-radius:16px;display:flex;gap:10px;align-items:center}.result-card div{display:flex;flex-direction:column;gap:3px}.result-card span{color:var(--muted);font-size:13px}.data-table-wrap{overflow:auto;border:1px solid var(--border);border-radius:16px}.data-table{width:100%;border-collapse:collapse;min-width:1100px}.data-table th,.data-table td{padding:11px 12px;border-bottom:1px solid var(--border);text-align:left;font-size:12px;max-width:320px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.data-table th{position:sticky;top:0;background:var(--panel);z-index:1;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:10px}.table-toolbar{display:flex;gap:10px;align-items:center;margin:16px 0}.table-search{margin:0;flex:1}.module-copy{color:var(--muted);line-height:1.6}.inline-field{display:flex;align-items:center;gap:8px}.inline-field span{font-size:12px;color:var(--muted)}.inline-field input{width:90px;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--input);color:var(--text)}.ia-results{display:grid;gap:12px;margin:18px 0}.ia-card{border:1px solid var(--border);border-radius:16px;padding:16px;display:grid;gap:9px;background:var(--panel-soft)}.ia-card--approved{border-color:#2ecc7173;box-shadow:0 0 0 1px #2ecc7114 inset}.ia-card>div{display:flex;flex-direction:column;gap:3px}.ia-card p{margin:0;color:var(--text);font-size:13px}.ia-card small{color:var(--muted);line-height:1.5}.ia-approve{display:flex!important;flex-direction:row!important;gap:8px!important;align-items:center}.ia-tags{display:flex!important;flex-direction:row!important;flex-wrap:wrap;gap:7px!important}.ia-tags span{padding:5px 8px;border-radius:999px;background:var(--chip);font-size:11px}.validation-list{display:grid;gap:8px;margin:16px 0}.validation-list>div{display:flex;gap:8px;padding:11px 13px;border:1px solid rgba(255,184,77,.28);background:#ffb84d12;border-radius:12px;color:var(--text)}.metrics-grid--mini{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:18px}.status-chip--ok{background:#2ecc711f;color:#49d17d;border-color:#2ecc7140}@media(max-width:900px){.compact-info,.metrics-grid--mini{grid-template-columns:1fr 1fr}.table-toolbar{align-items:stretch;flex-direction:column}}@media(max-width:560px){.compact-info,.metrics-grid--mini{grid-template-columns:1fr}}:root{--accent:#ff2738;--accent-soft:rgba(255,39,56,.12);--accent-border:rgba(255,39,56,.32);--chart-grid:rgba(148,163,184,.13)}.metric-card--clickable{cursor:pointer;position:relative;transition:.2s ease}.metric-card--clickable:hover{transform:translateY(-2px);border-color:var(--accent-border);box-shadow:0 12px 36px #00000029}.metric-arrow{position:absolute;right:18px;top:18px;opacity:.4}.period-card,.chart-card,.latest-load{border:1px solid var(--border);background:var(--panel);border-radius:22px}.period-card{padding:20px 22px;margin-top:22px}.period-head{display:flex;justify-content:space-between;gap:18px;align-items:center}.period-head>div:first-child{display:flex;gap:12px;align-items:center}.period-head strong,.period-head span{display:block}.period-head span{color:var(--muted);font-size:13px;margin-top:3px}.segmented{display:flex;padding:4px;border:1px solid var(--border);background:var(--bg);border-radius:12px}.segmented button{border:0;background:transparent;color:var(--muted);padding:9px 15px;border-radius:9px;font-weight:700;cursor:pointer}.segmented button.active{background:var(--accent-soft);color:var(--text)}.period-calendars{display:grid;grid-template-columns:repeat(2,minmax(260px,360px));gap:18px;margin-top:18px}.date-picker{border:1px solid var(--border);border-radius:16px;padding:14px;background:var(--bg)}.date-picker>span{font-size:12px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.calendar-head{display:flex;align-items:center;justify-content:space-between;margin:12px 0}.calendar-head button,.calendar-grid button{border:0;background:transparent;color:var(--text);cursor:pointer}.calendar-head button{padding:7px;border:1px solid var(--border);border-radius:8px}.calendar-head strong{text-transform:capitalize;font-size:14px}.calendar-week,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;text-align:center}.calendar-week b{font-size:10px;color:var(--muted);padding:4px}.calendar-grid button,.calendar-grid i{height:31px;border-radius:8px;font-size:12px}.calendar-grid button:not(:disabled):hover{background:var(--accent-soft)}.calendar-grid button.selected{background:var(--accent);color:#fff;font-weight:900}.calendar-grid button:disabled{opacity:.16;cursor:not-allowed}.report-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:18px 0}.report-strip>div{border:1px solid var(--border);background:var(--panel);border-radius:15px;padding:14px 16px}.report-strip strong,.report-strip span{display:block}.report-strip strong{font-size:23px}.report-strip span{font-size:12px;color:var(--muted);margin-top:3px}.recon-ok strong{color:#33d69f}.recon-bad strong{color:#ff5e6b}.charts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.chart-card{padding:19px}.chart-card--wide{grid-column:1/-1}.chart-title{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.chart-title strong,.chart-title span{display:block}.chart-title strong{font-size:16px}.chart-title span{color:var(--muted);font-size:12px;margin-top:3px}.bars{display:grid;gap:8px}.bar-row{display:grid;grid-template-columns:minmax(100px,160px) 1fr 52px;align-items:center;gap:10px;border:0;background:transparent;color:var(--text);cursor:pointer;padding:3px 0;text-align:left}.bar-row:hover .bar-track i{filter:brightness(1.12)}.bar-label{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar-track{height:15px;background:var(--chart-grid);border-radius:6px;overflow:hidden}.bar-track i{display:block;height:100%;background:linear-gradient(90deg,var(--accent),#ff5260);border-radius:6px;transition:.25s}.bar-row b{font-size:12px;text-align:right}.chart-empty{color:var(--muted);padding:40px 0;text-align:center}.trend-svg{width:100%;height:190px;overflow:visible}.trend-labels{display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.data-freshness{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:12px;margin:16px 4px 0}.latest-load{margin-bottom:18px;padding:20px}.load-info-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:12px}.load-info-grid>div{border:1px solid var(--border);border-radius:13px;padding:13px}.load-info-grid span,.load-info-grid strong{display:block}.load-info-grid span{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}.load-info-grid strong{font-size:13px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.tickets-workspace .panel-heading p,.ia-workspace .panel-heading p{color:var(--muted);font-size:13px;margin:6px 0 0}.ticket-tabs{display:flex;gap:7px;margin:18px 0}.ticket-tabs button{border:1px solid var(--border);background:var(--bg);color:var(--muted);padding:9px 14px;border-radius:10px;font-weight:700;cursor:pointer}.ticket-tabs button.active{background:var(--accent-soft);border-color:var(--accent-border);color:var(--text)}.filter-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:11px;padding:15px;background:var(--bg);border:1px solid var(--border);border-radius:16px}.filter-grid label>span{display:block;font-size:11px;color:var(--muted);font-weight:700;margin-bottom:6px}.filter-grid input,.filter-grid select,.modal-form select{width:100%;border:1px solid var(--border);background:var(--panel);color:var(--text);border-radius:9px;padding:10px}.filter-search>div{display:flex;align-items:center;gap:8px;border:1px solid var(--border);background:var(--panel);border-radius:9px;padding:0 10px}.filter-search input{border:0;background:transparent;padding-left:0}.ticket-summary{display:flex;gap:24px;align-items:center;padding:14px 2px}.ticket-summary>div strong,.ticket-summary>div span{display:block}.ticket-summary>div strong{font-size:19px}.ticket-summary>div span{font-size:11px;color:var(--muted)}.ticket-summary .secondary-btn{margin-left:auto}.selection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:12px 14px;border:1px solid var(--border);background:var(--panel-2,var(--panel));border-radius:13px;margin-bottom:10px}.selection-toolbar>div{display:flex;align-items:center;gap:8px}.selection-toolbar span{font-size:12px;color:var(--muted)}.selection-toolbar .primary-btn,.selection-toolbar .secondary-btn{white-space:nowrap}.ticket-table-wrap{max-height:520px}.ticket-table th{position:sticky;top:0;z-index:1}.ticket-table td{max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ticket-table .subject-cell{max-width:300px}.ticket-id{font-variant-numeric:tabular-nums;font-weight:700}.selected-row{background:var(--accent-soft)!important}.table-status{font-size:11px;border:1px solid var(--border);padding:5px 7px;border-radius:999px}.pagination{display:flex;justify-content:flex-end;align-items:center;gap:9px;margin-top:12px;color:var(--muted);font-size:12px}.pagination button{border:1px solid var(--border);background:var(--panel);color:var(--text);border-radius:8px;padding:7px;cursor:pointer}.pagination button:disabled{opacity:.35}.ticket-action-modal{max-width:720px}.action-choice{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0}.action-choice button{border:1px solid var(--border);background:var(--bg);color:var(--muted);border-radius:10px;padding:11px;font-weight:700;cursor:pointer}.action-choice button.active{border-color:var(--accent-border);background:var(--accent-soft);color:var(--text)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.confirm-note{display:flex;gap:10px;align-items:flex-start;background:#f59e0b14;border:1px solid rgba(245,158,11,.22);border-radius:12px;padding:12px;color:var(--muted);font-size:12px}.ia-job{margin:16px 0;border:1px solid var(--border);border-radius:14px;padding:14px 16px;display:flex;justify-content:space-between;align-items:center}.ia-job>div{display:flex;gap:10px;align-items:center}.ia-job strong,.ia-job span{display:block}.ia-job span{font-size:12px;color:var(--muted);margin-top:3px}.ia-job--concluido{border-color:#33d69f4d;background:#33d69f0d}.ia-job--erro{border-color:#ff5e6b4d;background:#ff5e6b0d}@media(max-width:1200px){.charts-grid{grid-template-columns:1fr}.chart-card--wide{grid-column:auto}.filter-grid,.load-info-grid{grid-template-columns:repeat(2,1fr)}.report-strip{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.period-head,.selection-toolbar{align-items:stretch;flex-direction:column}.period-calendars,.filter-grid,.form-grid,.charts-grid{grid-template-columns:1fr}.report-strip{grid-template-columns:repeat(2,1fr)}.load-info-grid{grid-template-columns:1fr}.bar-row{grid-template-columns:100px 1fr 42px}.action-choice{grid-template-columns:1fr}.ticket-summary{display:grid;grid-template-columns:repeat(2,1fr)}}select,.filter-grid select,.modal-form select{color-scheme:dark;background-color:var(--surface-2)!important;color:var(--text)!important;border-color:var(--border)!important}select option,select optgroup{background-color:#111927;color:#f7f9fc}select option:checked{background:#244a7a linear-gradient(0deg,#244a7a,#244a7a);color:#fff}:root[data-theme=light] select,:root[data-theme=light] .filter-grid select,:root[data-theme=light] .modal-form select{color-scheme:light;background-color:#fff!important;color:#121820!important;border-color:#dfe5ee!important}:root[data-theme=light] select option,:root[data-theme=light] select optgroup{background-color:#fff;color:#121820}:root[data-theme=light] select option:checked{background:#d9e9ff linear-gradient(0deg,#d9e9ff,#d9e9ff);color:#121820}.validation-list--warning>div{border-color:#f7bd6157;background:#f7bd6114;color:var(--text)}.publication-summary{margin-top:16px;border:1px solid rgba(69,214,156,.28);background:#45d69c12;border-radius:14px;padding:14px 16px;display:flex;align-items:flex-start;gap:11px;color:var(--green)}.publication-summary>div strong,.publication-summary>div span{display:block}.publication-summary>div strong{color:var(--text);font-size:14px}.publication-summary>div span{color:var(--muted);font-size:12px;margin-top:4px;line-height:1.45}.ia-workspace--results .panel-heading{margin-bottom:18px}.ia-result-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0 18px}.ia-summary-card{border:1px solid var(--border);background:var(--panel-soft);border-radius:15px;padding:15px 16px;display:flex;align-items:center;gap:12px;min-height:86px}.ia-summary-card>svg{color:var(--muted)}.ia-summary-card div{display:flex;flex-direction:column;gap:2px}.ia-summary-card strong{font-size:25px;line-height:1}.ia-summary-card span{font-size:11px;color:var(--muted)}.ia-summary-card--success{border-color:#33d69f47;background:#33d69f12}.ia-summary-card--success>svg{color:var(--green)}.ia-summary-card--manual{border-color:#f7bd6152;background:#f7bd6112}.ia-summary-card--manual>svg{color:var(--amber)}.ia-round-details{border:1px solid var(--border);border-radius:13px;background:var(--panel-soft);margin-bottom:16px;overflow:hidden}.ia-round-details summary{cursor:pointer;padding:12px 14px;font-weight:700;color:var(--muted);font-size:12px}.ia-round-details[open] summary{border-bottom:1px solid var(--border)}.ia-round-details .data-table-wrap{border:0;border-radius:0}.ia-results--review{gap:14px}.ia-result-card{border:1px solid var(--border);border-radius:18px;background:var(--panel-soft);overflow:hidden;transition:.18s ease}.ia-result-card--success{border-color:#33d69f61;box-shadow:0 0 0 1px #33d69f0d inset}.ia-result-card--manual{border-color:#f7bd6166;box-shadow:0 0 0 1px #f7bd610d inset}.ia-result-card__status{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid var(--border)}.ia-result-card--success .ia-result-card__status{background:#33d69f12}.ia-result-card--manual .ia-result-card__status{background:#f7bd6112}.ia-result-card__status>div{display:flex;flex-direction:column;gap:2px}.ia-result-card__status strong{font-size:15px}.ia-result-card__status span{font-size:11px;color:var(--muted)}.ia-status-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;flex:0 0 auto}.ia-status-icon--success{color:var(--green);background:#33d69f1f}.ia-status-icon--manual{color:var(--amber);background:#f7bd611f}.ia-result-card__body{padding:16px;display:grid;gap:12px}.ia-ticket-title{display:flex;flex-direction:column;gap:3px}.ia-ticket-title strong{font-size:15px}.ia-ticket-title span{font-size:12px;color:var(--muted)}.ia-result-card__body p{margin:0;font-size:13px;color:var(--text);line-height:1.45}.ia-classification-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ia-classification-grid>div{border:1px solid var(--border);background:var(--bg);border-radius:11px;padding:10px 11px;display:flex;flex-direction:column;gap:4px}.ia-classification-grid span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.07em}.ia-classification-grid strong{font-size:13px}.ia-justification{font-size:12px;color:var(--muted);line-height:1.55}.ia-manual-toggle{display:flex;align-items:center;gap:9px;padding:12px 16px;border-top:1px solid var(--border);cursor:pointer;color:var(--muted);font-weight:700;font-size:12px}.ia-manual-toggle:hover,.ia-manual-toggle.active{background:#f7bd610f;color:var(--text)}.ia-manual-toggle span{display:flex;align-items:center;gap:7px}.ia-finalize-bar{position:sticky;bottom:12px;z-index:5;margin-top:18px;border:1px solid var(--border);background:color-mix(in srgb,var(--panel) 92%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:16px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:var(--shadow)}.ia-finalize-bar>div:first-child{display:flex;flex-direction:column;gap:3px}.ia-finalize-bar strong{font-size:13px}.ia-finalize-bar span{font-size:11px;color:var(--muted)}.ia-finalize-bar>div:last-child{display:flex;gap:9px}@media(max-width:900px){.ia-result-summary{grid-template-columns:repeat(2,1fr)}.ia-finalize-bar{align-items:stretch;flex-direction:column}.ia-finalize-bar>div:last-child{display:grid;grid-template-columns:1fr 1fr}.ia-classification-grid{grid-template-columns:1fr}}.home-welcome,.home-metrics{margin-bottom:18px}.home-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.home-status-card{min-height:180px}.home-facts{display:grid;gap:12px}.home-facts>div{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px solid var(--border)}.home-facts>div:last-child{border-bottom:0}.home-facts span{font-size:11px;color:var(--muted)}.home-facts strong{font-size:12px;text-align:right}.home-online{display:flex;align-items:flex-end;gap:10px;padding-top:18px}.home-online strong{font-size:42px;line-height:.9}.home-online span{color:var(--muted);font-size:13px}.home-quick{grid-column:1/-1}.quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.quick-actions button{display:flex;gap:10px;align-items:center;text-align:left;border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:13px;padding:14px;cursor:pointer;transition:.15s ease}.quick-actions button:hover{border-color:var(--accent-border);background:var(--accent-soft);transform:translateY(-1px)}.quick-actions button>span{display:flex;flex-direction:column;gap:2px}.quick-actions small{color:var(--muted)}.analytics-shell{display:grid;gap:14px}.analytics-tabs{display:inline-flex;gap:6px;padding:5px;border:1px solid var(--border);background:var(--panel);border-radius:14px;width:max-content}.analytics-tabs button{display:flex;align-items:center;gap:7px;border:0;background:transparent;color:var(--muted);padding:9px 14px;border-radius:10px;font-weight:800;cursor:pointer}.analytics-tabs button.active{background:var(--accent-soft);color:var(--text);box-shadow:inset 0 0 0 1px var(--accent-border)}.analytics-filterbar{position:sticky;top:76px;z-index:7;display:grid;grid-template-columns:repeat(8,minmax(120px,1fr));gap:9px;padding:12px;border:1px solid var(--border);background:color-mix(in srgb,var(--panel) 94%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:16px;box-shadow:0 8px 24px #0000001f}.analytics-filterbar label>span{display:block;font-size:10px;color:var(--muted);font-weight:800;margin:0 0 5px}.analytics-filterbar select{width:100%;min-width:0;border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:10px;padding:10px 30px 10px 10px}.analytics-clear{align-self:end;height:39px;display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.analytics-chips{display:flex;gap:7px;flex-wrap:wrap}.analytics-chips button{display:flex;align-items:center;gap:6px;border:1px solid var(--accent-border);background:var(--accent-soft);color:var(--text);border-radius:999px;padding:6px 9px;font-size:11px;cursor:pointer}.analytics-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.analytics-kpis>div{border:1px solid var(--border);background:linear-gradient(145deg,var(--panel),var(--panel-soft));border-radius:15px;padding:15px 17px}.analytics-kpis span{display:block;color:var(--muted);font-size:11px;font-weight:700}.analytics-kpis strong{display:block;font-size:28px;margin-top:5px}.analytics-kpis--five{grid-template-columns:repeat(5,1fr)}.analytics-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.analytics-grid .chart-card{min-height:310px}.analytics-grid .chart-card--wide{grid-column:1/2}.subject-ranking{grid-column:2/3}.subject-rank-list{display:grid;max-height:250px;overflow:auto}.subject-rank-list button{display:grid;grid-template-columns:36px 1fr 70px 54px;gap:9px;align-items:center;border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--text);padding:9px 6px;cursor:pointer;text-align:left}.subject-rank-list button:hover{background:var(--accent-soft)}.subject-rank-list b{color:var(--muted);font-size:10px}.subject-rank-list span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subject-rank-list strong,.subject-rank-list small{text-align:right}.subject-rank-list small{color:var(--muted)}.analytics-audit-search{display:flex;align-items:center;gap:8px;border:1px solid var(--border);background:var(--panel);border-radius:11px;padding:0 12px}.analytics-audit-search input{width:100%;border:0;background:transparent;color:var(--text);padding:11px 0;outline:0}.analytics-audit-charts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.analytics-audit-charts .chart-card{min-height:260px}.analytics-table-panel{margin-top:2px}.analytics-audit-table{max-height:560px;overflow:auto}.analytics-audit-table th{position:sticky;top:0;z-index:2}.analytics-audit-table td{white-space:nowrap}.analytics-audit-table .subject-cell{max-width:420px;overflow:hidden;text-overflow:ellipsis}.analytics-audit-table .table-status{display:inline-flex}.data-freshness{margin-top:4px}@media(max-width:1450px){.analytics-filterbar{grid-template-columns:repeat(4,1fr)}.analytics-kpis--five{grid-template-columns:repeat(3,1fr)}.analytics-audit-charts{grid-template-columns:1fr 1fr}.analytics-audit-charts .chart-card:last-child{grid-column:1/-1}}@media(max-width:1000px){.home-grid,.analytics-grid,.analytics-audit-charts{grid-template-columns:1fr}.home-quick,.subject-ranking,.analytics-grid .chart-card--wide{grid-column:auto}.quick-actions{grid-template-columns:1fr}.analytics-filterbar{position:static;grid-template-columns:repeat(2,1fr)}.analytics-kpis,.analytics-kpis--five{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.analytics-filterbar,.analytics-kpis,.analytics-kpis--five{grid-template-columns:1fr}.analytics-tabs{width:100%;display:grid;grid-template-columns:1fr 1fr}.analytics-tabs button{justify-content:center}.subject-rank-list button{grid-template-columns:28px 1fr 55px}.subject-rank-list small{display:none}}.home-quick--top{margin-bottom:18px;grid-column:auto}.quick-actions--four{grid-template-columns:repeat(4,1fr)}.bar-row{opacity:1;transition:opacity .18s ease,transform .18s ease}.bar-row--dimmed{opacity:.22}.bar-row--active{opacity:1;transform:translate(2px)}.bar-row--active .bar-track{box-shadow:0 0 0 1px var(--accent-border),0 0 20px color-mix(in srgb,var(--accent) 28%,transparent)}.bar-row--active .bar-label,.bar-row--active b{color:var(--text);font-weight:900}.analytics-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;border:1px solid var(--border);background:var(--panel);border-radius:14px;padding:12px 14px}.analytics-toolbar>div strong,.analytics-toolbar>div span{display:block}.analytics-toolbar>div span{font-size:12px;color:var(--muted);margin-top:2px}.analytics-toolbar label{display:flex;align-items:center;gap:8px}.analytics-toolbar label span{font-size:11px;color:var(--muted);font-weight:800}.analytics-toolbar select{border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:10px;padding:8px 28px 8px 10px}.analytics-kpis--four{grid-template-columns:repeat(4,1fr)}.analytics-kpis small{display:block;color:var(--muted);font-size:10px;margin-top:4px}.analytics-kpis .kpi-attention{border-color:color-mix(in srgb,#f4b942 35%,var(--border));background:linear-gradient(145deg,color-mix(in srgb,#f4b942 8%,var(--panel)),var(--panel-soft))}.analytics-kpis .kpi-attention strong{color:#f4b942}.analytics-date-field{position:relative;min-width:0}.analytics-date-field>span{display:block;font-size:10px;color:var(--muted);font-weight:800;margin:0 0 5px}.analytics-date-button{width:100%;display:flex;align-items:center;gap:7px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:10px;padding:9px 10px;cursor:pointer}.analytics-date-button b{flex:1;text-align:left;font-size:12px}.analytics-calendar-popover{position:absolute;top:calc(100% + 8px);left:0;z-index:40;width:310px;box-shadow:0 20px 50px #00000059;border-radius:16px}.analytics-calendar-popover .date-picker{background:var(--panel);box-shadow:0 0 0 1px var(--border)}.subject-rank-list button.active{background:var(--accent-soft);box-shadow:inset 3px 0 0 var(--accent)}.sortable-th{cursor:pointer;-webkit-user-select:none;user-select:none}.sortable-th>span{display:inline-block}.sortable-th>b{display:inline-block;margin-left:7px;color:var(--muted);font-size:10px}.sortable-th:hover{color:var(--text);background:var(--accent-soft)}@media(max-width:1200px){.quick-actions--four,.analytics-kpis--four{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.quick-actions--four,.analytics-kpis--four{grid-template-columns:1fr}.analytics-toolbar{align-items:stretch;flex-direction:column}.analytics-toolbar label{justify-content:space-between}.analytics-calendar-popover{width:min(310px,calc(100vw - 48px))}}.analytics-sticky-stack{position:sticky;top:76px;z-index:12;display:grid;gap:10px;padding:10px;margin:-2px -10px 0;background:var(--bg);border-bottom:1px solid var(--border-soft);box-shadow:0 14px 30px #00000029}.analytics-sticky-stack .analytics-filterbar{position:static;top:auto;z-index:auto;background:var(--surface);-webkit-backdrop-filter:none;backdrop-filter:none}.analytics-sticky-stack .analytics-kpis{background:var(--bg)}.analytics-calendar-popover{background:var(--surface)!important;border:1px solid var(--border);overflow:hidden;opacity:1!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.analytics-calendar-popover .date-picker{background:var(--surface)!important;color:var(--text)!important;border:0;opacity:1!important;box-shadow:none!important}.analytics-calendar-popover .calendar-head,.analytics-calendar-popover .calendar-week,.analytics-calendar-popover .calendar-grid{background:var(--surface)!important}.analytics-calendar-popover .calendar-head button,.analytics-calendar-popover .calendar-grid button{color:var(--text)!important}.analytics-calendar-popover .calendar-grid button:not(:disabled){background:var(--surface-2)}.analytics-calendar-popover .calendar-grid button:not(:disabled):hover{background:var(--accent-soft)!important}.analytics-calendar-popover .calendar-grid button.selected{background:var(--red)!important;color:#fff!important}.analytics-calendar-popover .calendar-grid button:disabled{background:transparent!important;color:var(--muted-2)!important;opacity:.28}:root[data-theme=light] .analytics-calendar-popover{box-shadow:0 18px 45px #1623372e}@media(max-width:1000px){.analytics-sticky-stack{position:static;margin:0;padding:0;background:transparent;border-bottom:0;box-shadow:none}}.bar-row{position:relative}.bar-row:after{content:attr(data-tooltip);position:absolute;z-index:30;left:50%;bottom:calc(100% + 8px);transform:translate(-50%) translateY(4px);background:#080f1bf5;color:#f8fafc;border:1px solid var(--line);border-radius:10px;padding:8px 10px;font-size:12px;font-weight:650;white-space:nowrap;box-shadow:0 12px 30px #00000047;opacity:0;pointer-events:none;transition:.14s ease}.bar-row:hover:after{opacity:1;transform:translate(-50%) translateY(0)}.light .bar-row:after{background:#fffffffa;color:#111827;border-color:#d8dee9}.trend-point{cursor:help}.page-size-control{display:flex;align-items:center;gap:7px;margin-right:auto}.page-size-control>span{color:var(--muted);font-size:12px;white-space:nowrap}.page-size-control select{border:1px solid var(--border);background:var(--panel);color:var(--text);border-radius:8px;padding:6px 28px 6px 9px;font-size:12px;min-width:72px}.pagination{flex-wrap:wrap}.pagination>span{white-space:nowrap}.evolution-card{min-height:330px}.trend-svg--detailed{height:255px;overflow:visible}.trend-gridline{stroke:var(--chart-grid);stroke-width:1;opacity:.7}.trend-value{fill:var(--text);font-size:12px;font-weight:900;paint-order:stroke;stroke:var(--panel);stroke-width:4px;stroke-linejoin:round}.trend-month{fill:var(--muted);font-size:10.5px;font-weight:700}.trend-hit{fill:transparent;stroke:transparent;cursor:help}.trend-point:hover>circle:first-of-type{filter:drop-shadow(0 0 7px color-mix(in srgb,var(--accent) 65%,transparent));transform-origin:center;transform-box:fill-box;transform:scale(1.15)}.trend-point:hover .trend-value{fill:var(--accent)}@media(max-width:900px){.trend-svg--detailed{height:230px}.trend-value{font-size:11px}.trend-month{font-size:9px}}.status-indicator{position:relative;display:inline-block!important;width:8px!important;height:8px!important;min-width:8px!important;min-height:8px!important;max-width:8px!important;max-height:8px!important;flex:0 0 8px!important;flex-grow:0!important;flex-shrink:0!important;aspect-ratio:1 / 1!important;padding:0!important;margin:0!important;border:0;border-radius:50%!important;box-sizing:border-box!important;vertical-align:middle;line-height:0}.status-indicator:before{content:"";position:absolute;width:14px;height:14px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;box-sizing:border-box;pointer-events:none}.status-indicator--active{background:#3b82f6}.status-indicator--active:before{border:2px solid rgba(59,130,246,.34);background:#3b82f614}.status-indicator--suspended{background:#94a3b8}.status-indicator--suspended:before{border:2px solid rgba(148,163,184,.3);background:#94a3b80f}.status-indicator--blocked{background:#ef4444}.status-indicator--blocked:before{border:2px solid rgba(239,68,68,.38);background:#ef444414}.status-indicator--online{background:#22c55e}.status-indicator--online:before{border:2px solid rgba(34,197,94,.5);background:#22c55e1a;animation:central-online-halo 1.8s ease-in-out infinite}@keyframes central-online-halo{0%,to{opacity:.55;transform:translate(-50%,-50%) scale(.92)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.12)}}.status-indicator--offline{background:var(--central-offline-dot)}.status-indicator--offline:before{border:2px solid var(--central-offline-ring);background:var(--central-offline-fill)}html[data-theme=dark]{--central-offline-dot: #64748b;--central-offline-ring: rgba(148, 163, 184, .27);--central-offline-fill: rgba(148, 163, 184, .05)}html[data-theme=light]{--central-offline-dot: #94a3b8;--central-offline-ring: rgba(100, 116, 139, .26);--central-offline-fill: rgba(100, 116, 139, .04)}.status-indicator--environment{background:#22c55e}.status-indicator--environment:before{border:2px solid rgba(34,197,94,.5);background:#22c55e1a;animation:central-online-halo 1.8s ease-in-out infinite}.user-compact-row .status-indicator,.env-status .status-indicator{align-self:center}@media(prefers-reduced-motion:reduce){.status-indicator--online:before,.status-indicator--environment:before{animation:none}}.nav-section-label{margin:18px 12px 7px;padding:0 4px;font-size:10px;line-height:1;font-weight:700;letter-spacing:.13em;text-transform:uppercase;opacity:.52}.nav-section-label--admin{margin-top:22px}.portal-home{min-height:calc(100vh - 155px);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:36px}.portal-home__intro{width:min(760px,100%);text-align:center;margin-bottom:32px}.portal-home__intro h2{margin:7px 0 8px;font-size:clamp(28px,4vw,42px);letter-spacing:-.035em}.portal-home__intro p{margin:0 auto;max-width:620px;opacity:.67;line-height:1.6}.portal-modules{width:min(720px,100%);display:grid;grid-template-columns:1fr}.portal-module-card{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--surface);border-radius:18px;padding:22px;color:inherit;cursor:pointer;display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:17px;text-align:left;transition:transform .18s ease,border-color .18s ease,background .18s ease}.portal-module-card:hover{transform:translateY(-2px);border-color:#ef33408c}.portal-module-card__icon{width:52px;height:52px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:#ef33401a}.portal-module-card__content{display:flex;flex-direction:column;gap:3px}.portal-module-card__content strong{font-size:18px}.portal-module-card__content small{opacity:.62}.chamados-overview{max-width:1120px;margin:0 auto}.chamados-overview__intro{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:22px}.chamados-overview__intro h2{margin:5px 0;font-size:27px;letter-spacing:-.025em}.chamados-overview__intro p{margin:0;opacity:.65}.chamados-overview__main{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px}.chamados-main-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--surface);color:inherit;border-radius:16px;padding:20px;cursor:pointer;text-align:left;display:grid;grid-template-columns:40px 1fr auto;gap:14px;align-items:center;transition:transform .16s ease,border-color .16s ease}.chamados-main-card:hover{transform:translateY(-1px);border-color:#ef334073}.chamados-main-card>div{display:flex;flex-direction:column;gap:2px}.chamados-main-card strong{font-size:15px}.chamados-main-card small{opacity:.61}.chamados-overview__secondary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.chamados-overview__secondary button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--surface);color:inherit;border-radius:14px;padding:14px;cursor:pointer;text-align:left;display:flex;align-items:flex-start;gap:10px}.chamados-overview__secondary button span{display:flex;flex-direction:column;gap:2px}.chamados-overview__secondary strong{font-size:12px}.chamados-overview__secondary small{font-size:11px;opacity:.6;line-height:1.35}@media(max-width:900px){.chamados-overview__secondary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.portal-home{padding:20px 5px;justify-content:flex-start}.chamados-overview__intro{align-items:flex-start;flex-direction:column}.chamados-overview__main,.chamados-overview__secondary{grid-template-columns:1fr}}.auth-card--executive{box-shadow:0 30px 90px #00000057}.auth-form-brand{display:flex;flex-direction:column;gap:6px;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid var(--border-soft)}.auth-form-brand>strong{font-size:15px;letter-spacing:.01em}.auth-shell--executive .auth-form-panel{background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface) 88%,var(--surface-2)))}.auth-shell--executive .auth-visual:after{content:"";position:absolute;width:220px;height:220px;left:48px;top:54px;border-radius:50%;background:radial-gradient(circle,#ed1c2433,#ed1c2400 68%);filter:blur(6px)}.password-input{position:relative;display:flex;align-items:center}.password-input input{padding-right:50px!important}.password-input button{position:absolute;right:7px;width:38px;height:38px;border:0;background:transparent;color:var(--muted);border-radius:10px;display:grid;place-items:center}.password-input button:hover{background:var(--surface-3);color:var(--text)}.auth-submit{min-height:52px;margin-top:2px}.auth-security-note{display:flex;align-items:center;justify-content:center;gap:6px;color:var(--muted-2);font-size:11px;text-align:center}.module-context{display:inline-flex!important;align-items:center;padding:5px 9px;border:1px solid rgba(134,180,255,.24);background:#86b4ff12;color:var(--blue)!important;border-radius:999px;font-weight:800;letter-spacing:.035em;font-size:12px!important;margin-bottom:4px}.portal-module-card,.chamados-main-card,.chamados-overview__secondary button{box-shadow:0 8px 22px #0000000f;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.portal-module-card:hover,.chamados-main-card:hover,.chamados-overview__secondary button:hover{transform:translateY(-2px) scale(1.008);border-color:#ed1c247a;background:var(--surface-2);box-shadow:0 14px 30px #00000024}.chamados-overview__secondary button{min-height:92px}.chamados-overview__secondary button:hover svg,.chamados-main-card:hover svg,.portal-module-card:hover svg{transform:scale(1.08)}.chamados-overview__secondary button svg,.chamados-main-card svg,.portal-module-card svg{transition:transform .18s ease}.notification-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.notification-clear{border:1px solid var(--border);background:var(--surface-2);color:var(--muted);border-radius:8px;padding:6px 8px;font-size:10px;font-weight:800}.notification-clear:hover{color:var(--text);border-color:#ed1c2457}.audit-list{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:14px;overflow:hidden;margin-top:14px;max-height:430px;overflow-y:auto}.audit-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 14px;border-bottom:1px solid var(--border-soft);background:var(--surface-2)}.audit-row:last-child{border-bottom:0}.audit-row>div:first-child{min-width:0;display:flex;flex-direction:column;gap:3px}.audit-row strong{font-size:12px}.audit-row span{font-size:11px;color:var(--muted)}.audit-row>div:last-child{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:4px;white-space:nowrap}.audit-row small{font-size:10px;color:var(--muted-2)}.audit-type{font-size:9px!important;letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--border);border-radius:999px;padding:3px 6px}.session-timeout .modal-card{max-width:500px}.session-timeout strong{font-variant-numeric:tabular-nums}.sidebar-collapsed .nav-item[title],.sidebar-collapsed .collapse-btn[title]{position:relative}.user-management-summary strong{word-break:break-word}.modal-form small{display:block;color:var(--muted-2);font-size:11px;line-height:1.45;margin-top:6px}@media(max-width:760px){.audit-row{align-items:flex-start;flex-direction:column}.audit-row>div:last-child{text-align:left;align-items:flex-start}}.auth-topbar--minimal{justify-content:flex-end}.auth-hero-logo{position:absolute;z-index:4;top:48px;left:50%;transform:translate(-50%);width:min(330px,62%);min-height:145px;display:flex;align-items:center;justify-content:center;pointer-events:none}.auth-hero-logo__img{width:100%;max-width:285px;height:auto;object-fit:contain}.auth-hero-logo__img--light{display:none}:root[data-theme=light] .auth-hero-logo__img--dark{display:none}:root[data-theme=light] .auth-hero-logo__img--light{display:block}.auth-card--executive .auth-visual__content{padding-top:225px}.access-profile-field{display:flex;flex-direction:column;gap:9px}.access-profile-field__label{font-size:14px;font-weight:750;color:var(--text)}.access-profile-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.access-profile-option{position:relative;display:flex;align-items:flex-start;gap:11px;min-height:88px;padding:14px;border:1px solid var(--border);border-radius:13px;background:var(--surface-2);cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.access-profile-option:hover{border-color:#ed1c2461;transform:translateY(-1px)}.access-profile-option.selected{border-color:#ed1c24ad;background:#ed1c2411;box-shadow:0 0 0 3px #ed1c240f}.access-profile-option input{position:absolute;opacity:0;pointer-events:none}.access-profile-radio{width:18px;height:18px;flex:0 0 18px;margin-top:2px;border:2px solid var(--muted-2);border-radius:50%;display:grid;place-items:center;transition:.18s ease}.access-profile-radio:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--red);transform:scale(0);transition:.16s ease}.access-profile-option.selected .access-profile-radio{border-color:var(--red)}.access-profile-option.selected .access-profile-radio:after{transform:scale(1)}.access-profile-copy{display:flex;flex-direction:column;gap:4px}.access-profile-copy strong{color:var(--text);font-size:13px}.access-profile-copy small{color:var(--muted);line-height:1.38;font-size:11px}@media(max-width:900px){.auth-hero-logo{top:32px;width:260px}.auth-card--executive .auth-visual__content{padding-top:190px}}@media(max-width:640px){.access-profile-options{grid-template-columns:1fr}}.auth-stage{align-items:center}.auth-card--executive{width:min(1180px,calc(100% - 48px));min-height:760px;height:760px}.auth-card--executive .auth-visual,.auth-card--executive .auth-form-panel{min-height:760px;height:760px}.auth-card--executive .auth-form-panel{justify-content:center;overflow:hidden}.auth-card--executive .auth-hero-logo{top:88px;left:50%;transform:translate(-50%);width:320px;min-height:140px;display:flex;align-items:center;justify-content:center}.auth-card--executive .auth-hero-logo__img{width:auto;height:auto;max-width:285px;max-height:145px;object-fit:contain;image-rendering:auto;image-rendering:-webkit-optimize-contrast;filter:contrast(1.035) saturate(1.025);transform:translateZ(0);backface-visibility:hidden}.auth-card--executive .auth-visual__content{height:100%;padding:270px 62px 66px;justify-content:flex-end}.auth-card--executive .access-profile-options{grid-template-columns:1fr 1fr}@media(max-height:850px)and (min-width:901px){.auth-card--executive,.auth-card--executive .auth-visual,.auth-card--executive .auth-form-panel{min-height:700px;height:700px}.auth-card--executive .auth-hero-logo{top:64px}.auth-card--executive .auth-visual__content{padding-bottom:48px}}@media(max-width:900px){.auth-card--executive,.auth-card--executive .auth-visual,.auth-card--executive .auth-form-panel{height:auto;min-height:0}.auth-card--executive .auth-hero-logo{top:48px}.auth-card--executive .auth-visual__content{padding:220px 42px 42px}}@media(max-width:640px){.auth-card--executive{width:min(100% - 24px,720px)}}.auth-stage{min-height:calc(100vh - 70px);padding:34px 34px 46px;display:flex;align-items:flex-start;justify-content:center;overflow:visible}.auth-card--executive{width:min(1180px,100%);min-height:720px;height:auto!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;overflow:hidden}.auth-card--executive .auth-visual{min-height:720px;height:auto!important;display:grid;grid-template-rows:260px minmax(0,1fr);position:relative}.auth-card--executive .auth-hero-logo{position:relative!important;inset:auto!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;width:100%!important;min-height:0!important;height:260px;padding:48px 58px 20px;display:flex;align-items:center;justify-content:center;z-index:4;box-sizing:border-box}.auth-card--executive .auth-hero-logo__img{display:block;width:min(380px,82%)!important;max-width:380px!important;height:auto!important;max-height:185px!important;object-fit:contain;image-rendering:auto!important;filter:none!important;transform:none!important;backface-visibility:visible!important}.auth-hero-logo__img--dark{display:block!important}.auth-hero-logo__img--light{display:none!important}:root[data-theme=light] .auth-hero-logo__img--dark{display:none!important}:root[data-theme=light] .auth-hero-logo__img--light{display:block!important}.auth-card--executive .auth-visual__content{position:relative;height:auto!important;min-height:0;padding:34px 62px 58px!important;display:flex;flex-direction:column;justify-content:flex-end;box-sizing:border-box}.auth-card--executive .auth-form-panel{min-height:720px;height:auto!important;padding:44px 54px;justify-content:center;overflow:visible!important;box-sizing:border-box}.auth-card--executive .auth-form-brand,.auth-card--executive .auth-tabs,.auth-card--executive .auth-form{flex:0 0 auto}.auth-card--executive .access-profile-options{grid-template-columns:1fr 1fr;gap:10px}.auth-card--executive .access-profile-option{min-height:94px}@media(max-height:820px)and (min-width:901px){.auth-stage{padding-top:24px;padding-bottom:32px}.auth-card--executive,.auth-card--executive .auth-visual,.auth-card--executive .auth-form-panel{min-height:680px}.auth-card--executive .auth-visual{grid-template-rows:235px minmax(0,1fr)}.auth-card--executive .auth-hero-logo{height:235px;padding-top:38px}.auth-card--executive .auth-hero-logo__img{width:min(350px,80%)!important;max-width:350px!important}.auth-card--executive .auth-visual__content{padding:24px 54px 42px!important}.auth-card--executive .auth-form-panel{padding:34px 48px}}@media(max-width:900px){.auth-stage{padding:20px}.auth-card--executive{grid-template-columns:1fr;min-height:0}.auth-card--executive .auth-visual{min-height:470px;grid-template-rows:205px auto}.auth-card--executive .auth-hero-logo{height:205px;padding:34px 38px 12px}.auth-card--executive .auth-hero-logo__img{width:min(320px,72%)!important;max-width:320px!important}.auth-card--executive .auth-visual__content{padding:20px 42px 42px!important}.auth-card--executive .auth-form-panel{min-height:0;padding:38px 36px}}@media(max-width:640px){.auth-card--executive .access-profile-options{grid-template-columns:1fr}.auth-card--executive .auth-form-panel{padding:30px 22px}}.auth-card--executive .auth-visual{display:grid;grid-template-rows:230px minmax(0,1fr)}.auth-card--executive .auth-hero-logo{height:230px!important;padding:46px 56px 18px!important;display:flex!important;align-items:center!important;justify-content:center!important}.auth-card--executive .auth-hero-logo__img{width:100%!important;max-width:340px!important;max-height:120px!important;height:auto!important;object-fit:contain!important}.auth-card--executive .auth-visual__content{padding:28px 62px 58px!important;justify-content:flex-end!important}.auth-card--executive,.auth-card--executive .auth-visual,.auth-card--executive .auth-form-panel{min-height:720px!important}@media(max-height:820px)and (min-width:901px){.auth-card--executive .auth-visual{grid-template-rows:205px minmax(0,1fr)}.auth-card--executive .auth-hero-logo{height:205px!important;padding:34px 48px 12px!important}.auth-card--executive .auth-hero-logo__img{max-width:310px!important;max-height:105px!important}.auth-card--executive .auth-visual__content{padding:22px 54px 44px!important}}.auth-card--executive .auth-hero-logo{height:230px!important;padding:34px 44px 18px!important;display:flex!important;align-items:center!important;justify-content:center!important}.auth-card--executive .auth-hero-logo__img{width:auto!important;height:auto!important;max-width:320px!important;max-height:156px!important;object-fit:contain!important;image-rendering:auto!important;filter:none!important;transform:none!important}.auth-card--executive{height:720px!important;min-height:720px!important;max-height:720px!important;align-items:stretch!important;overflow:hidden!important}.auth-card--executive .auth-visual{height:720px!important;min-height:720px!important;max-height:720px!important;display:grid!important;grid-template-rows:300px 420px!important;overflow:hidden!important}.auth-card--executive .auth-hero-logo{position:relative!important;width:100%!important;height:300px!important;min-height:300px!important;padding:32px 50px 20px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;inset:auto!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important}.auth-card--executive .auth-hero-logo__img{width:auto!important;height:auto!important;max-width:325px!important;max-height:185px!important;object-fit:contain!important;filter:none!important;transform:none!important}.auth-card--executive .auth-visual__content{position:relative!important;height:420px!important;min-height:420px!important;padding:30px 62px 48px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;box-sizing:border-box!important}.auth-card--executive .auth-form-panel{height:720px!important;min-height:720px!important;max-height:720px!important;padding:42px 54px!important;overflow-x:hidden!important;overflow-y:auto!important;justify-content:flex-start!important;box-sizing:border-box!important;scrollbar-width:thin}.auth-card--executive .auth-form-brand,.auth-card--executive .auth-tabs{flex:0 0 auto!important}.auth-card--executive .auth-form-panel>.auth-tabs+.auth-form{margin-top:auto;margin-bottom:auto}.auth-card--executive .auth-form{flex-shrink:0!important}@media(max-height:850px)and (min-width:901px){.auth-card--executive{height:680px!important;min-height:680px!important;max-height:680px!important}.auth-card--executive .auth-visual{height:680px!important;min-height:680px!important;max-height:680px!important;grid-template-rows:275px 405px!important}.auth-card--executive .auth-hero-logo{height:275px!important;min-height:275px!important;padding:28px 48px 14px!important}.auth-card--executive .auth-hero-logo__img{max-width:305px!important;max-height:170px!important}.auth-card--executive .auth-visual__content{height:405px!important;min-height:405px!important;padding:24px 54px 38px!important}.auth-card--executive .auth-form-panel{height:680px!important;min-height:680px!important;max-height:680px!important;padding:34px 48px!important}}@media(max-width:900px){.auth-card--executive{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.auth-card--executive .auth-visual{height:auto!important;min-height:470px!important;max-height:none!important;grid-template-rows:210px auto!important}.auth-card--executive .auth-hero-logo{height:210px!important;min-height:210px!important}.auth-card--executive .auth-visual__content{height:auto!important;min-height:260px!important}.auth-card--executive .auth-form-panel{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}}.ticket-action-modal .modal-form label{width:100%}.ticket-action-modal .modal-form textarea{display:block;width:100%;min-height:100px;max-height:220px;resize:vertical;box-sizing:border-box;margin:0;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--text);font:inherit;font-size:13px;line-height:1.5;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.ticket-action-modal .modal-form textarea::placeholder{color:var(--muted);opacity:.72}.ticket-action-modal .modal-form textarea:hover{border-color:var(--border-strong,var(--border))}.ticket-action-modal .modal-form textarea:focus{border-color:#ed1c24ad;box-shadow:0 0 0 4px #ed1c2414}.ticket-action-modal .modal-form label>small{display:block;margin-top:7px;color:var(--muted);font-size:11px;line-height:1.45}.ticket-action-modal .modal-form label>span{display:block;margin-bottom:7px;color:var(--text);font-size:12px;font-weight:750}.trend-point--clickable{cursor:pointer;outline:none}.trend-point--clickable .trend-hit{fill:transparent;pointer-events:all}.trend-point--clickable:hover .trend-value,.trend-point--clickable:hover .trend-month{fill:var(--text);font-weight:750}.trend-point--clickable:hover circle[fill="var(--accent)"]{filter:drop-shadow(0 0 5px rgba(237,28,36,.45))}.trend-point--selected .trend-value,.trend-point--selected .trend-month{fill:var(--text);font-weight:800}.trend-selected-ring{fill:#ed1c241a;stroke:var(--accent);stroke-width:2;pointer-events:none}.trend-point--clickable:focus-visible .trend-selected-ring,.trend-point--clickable:focus-visible circle[fill="var(--accent)"]{stroke:var(--text);stroke-width:2}.evolution-card .trend-line--dimmed{opacity:.2}.evolution-card .trend-point{transition:opacity .18s ease,filter .18s ease}.evolution-card .trend-point--dimmed{opacity:.22}.evolution-card .trend-point--dimmed:hover{opacity:.78}.evolution-card .trend-point--selected{opacity:1}.evolution-card .trend-point--selected .trend-value,.evolution-card .trend-point--selected .trend-month{fill:var(--text);font-weight:800}.evolution-card .trend-selected-ring{fill:#ed1c241f;stroke:var(--accent);stroke-width:2;pointer-events:none}.evolution-card .trend-selected-glow{fill:#ed1c243b;filter:blur(3px);pointer-events:none}.evolution-card .trend-selected-band{pointer-events:none}.evolution-card .trend-point--selected .trend-main-point{filter:drop-shadow(0 0 6px rgba(237,28,36,.65))}.evolution-card .trend-month{font-size:13px;font-weight:650}.evolution-card .trend-value{font-size:14px;font-weight:750}.evolution-card .trend-point--selected .trend-month{font-size:14px;font-weight:800}.evolution-card .trend-point--selected .trend-value{font-size:15px;font-weight:850}.notification-menu-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.notification-menu-actions button{white-space:nowrap}@media(max-width:520px){.notification-menu-actions{justify-content:flex-start}}.operational-audit-launch{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px}.operational-audit-launch p{margin:6px 0 0;max-width:780px;opacity:.78}.operational-audit-modal{width:min(1220px,95vw);max-width:1220px;height:min(820px,90vh);display:flex;flex-direction:column;overflow:hidden}.operational-audit-search{display:flex;align-items:center;gap:10px;margin:0 0 16px}.operational-audit-search input{width:100%}.operational-audit-layout{min-height:0;flex:1;display:grid;grid-template-columns:300px minmax(0,1fr);gap:16px}.operational-audit-events{overflow:auto;min-height:0;display:flex;flex-direction:column;gap:8px;padding-right:4px}.operational-audit-event{width:100%;text-align:left;display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:10px;cursor:pointer}.operational-audit-event.active{outline:2px solid currentColor}.operational-audit-event span,.operational-audit-event small{opacity:.72}.operational-audit-detail{overflow:auto;min-height:0;padding:2px 6px 12px}.operational-audit-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}.operational-audit-detail-head h3{margin:3px 0}.operational-audit-detail-head p{margin:0;opacity:.72}.operational-audit-facts,.operational-audit-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0 18px}.operational-audit-facts>div,.operational-audit-summary>div{padding:12px;border-radius:10px;border:1px solid var(--border);display:flex;flex-direction:column;gap:4px}.operational-audit-facts span,.operational-audit-summary span{font-size:12px;opacity:.7}.operational-audit-summary strong{font-size:22px}.audit-ticket-block{margin:14px 0}.audit-ticket-tags{display:flex;flex-wrap:wrap;gap:7px}.audit-ticket-tags span{padding:6px 9px;border:1px solid var(--border);border-radius:8px;font-family:monospace}.audit-detail-table{margin-top:14px;max-height:430px}.audit-backup-reference{margin-top:16px;display:flex;flex-direction:column;gap:5px}.audit-backup-reference code{white-space:normal;word-break:break-all;font-size:11px;opacity:.72}@media(max-width:900px){.operational-audit-layout{grid-template-columns:1fr}.operational-audit-events{max-height:220px}.operational-audit-facts,.operational-audit-summary{grid-template-columns:1fr}.operational-audit-launch{align-items:flex-start;flex-direction:column}}.audit-v3{width:min(1450px,96vw);max-width:1450px;height:min(900px,94vh);overflow:hidden;display:flex;flex-direction:column}.audit-v3-toolbar{display:flex;flex-direction:column;gap:12px;margin-bottom:15px}.audit-v3-search{display:flex;align-items:center;gap:8px}.audit-v3-search input{width:100%}.audit-v3-dates{display:flex;gap:8px;overflow-x:auto;padding-bottom:3px}.audit-v3-dates button{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;white-space:nowrap;border:1px solid var(--border);background:transparent;cursor:pointer}.audit-v3-dates button.active{background:#e7213c24;border-color:#e7213ca6}.audit-v3-body{min-height:0;overflow:auto}.audit-v3-day{border:1px solid var(--border);border-radius:12px;overflow:hidden}.audit-v3-day-header{display:flex;justify-content:space-between;align-items:center;padding:13px 16px;border-bottom:1px solid var(--border)}.audit-v3-day-header>div{display:flex;flex-direction:column}.audit-v3-day-header span{font-size:11px;opacity:.66}.audit-v3-day-header strong{font-size:16px}.audit-v3-list{display:flex;flex-direction:column}.audit-v3-row{display:grid;grid-template-columns:75px 1.3fr 1.6fr 90px 1.3fr 105px;align-items:center;gap:14px;width:100%;padding:13px 16px;text-align:left;border:0;border-bottom:1px solid var(--border);background:transparent;cursor:pointer}.audit-v3-row:hover{background:#ffffff09}.audit-v3-row.active{background:#e7213c13;box-shadow:inset 3px 0 #e7213cd9}.audit-v3-row>div{min-width:0}.audit-v3-row span{display:block;font-size:10px;opacity:.58;margin-bottom:3px;text-transform:uppercase;letter-spacing:.04em}.audit-v3-row strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-v3-time strong{font-size:15px}.audit-v3-count{text-align:center}.audit-v3-count strong{font-size:18px}.audit-v3-open{display:flex;justify-content:flex-end;align-items:center;gap:5px;font-size:12px;font-weight:700}.audit-v3-detail{margin-top:16px;border:1px solid var(--border);border-radius:12px;padding:17px}.audit-v3-detail-title{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:14px}.audit-v3-detail-title h3{margin:3px 0 0}.audit-v3-summary{display:grid;grid-template-columns:1.35fr 1.1fr 1.5fr .65fr;gap:10px;margin-bottom:14px}.audit-v3-summary>div{border:1px solid var(--border);border-radius:10px;padding:11px 13px;display:flex;flex-direction:column;gap:4px}.audit-v3-summary span{font-size:10px;letter-spacing:.06em;opacity:.58}.audit-v3-summary strong{font-size:13px}.audit-v3-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.audit-v3-kpis>div{border:1px solid var(--border);border-radius:10px;padding:12px 14px;display:flex;flex-direction:column}.audit-v3-kpis strong{font-size:22px}.audit-v3-kpis span{font-size:11px;opacity:.68}.audit-v3-table{max-height:310px;border:1px solid var(--border);border-radius:10px}.audit-v3-table table{min-width:900px}.audit-v3-before{opacity:.65}.audit-v3-after{font-weight:700}.audit-decision{display:inline-flex;align-items:center;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.audit-decision--ok{background:#46c8781a;border:1px solid rgba(70,200,120,.38)}.audit-decision--manual{background:#f4b43c1a;border:1px solid rgba(244,180,60,.42)}@media(max-width:1050px){.audit-v3-row{grid-template-columns:70px 1fr 1fr 70px}.audit-v3-result,.audit-v3-open{grid-column:span 2}.audit-v3-summary{grid-template-columns:1fr 1fr}}.audit-hybrid{width:min(1400px,96vw);max-width:1400px;height:min(880px,94vh);display:flex;flex-direction:column;overflow:hidden}.audit-hybrid-search{display:flex;align-items:center;gap:8px;margin-bottom:10px}.audit-hybrid-search input{width:100%}.audit-hybrid-dates{display:flex;gap:7px;overflow-x:auto;padding-bottom:12px}.audit-hybrid-dates button{display:flex;align-items:center;gap:6px;padding:7px 11px;border:1px solid var(--border);border-radius:999px;background:transparent;white-space:nowrap;cursor:pointer}.audit-hybrid-dates button:hover{border-color:#e7213c73}.audit-hybrid-dates button.active{background:#e7213c1f;border-color:#e7213cbf}.audit-hybrid-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:14px;flex:1;min-height:0}.audit-hybrid-sidebar{border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;min-height:0;overflow:hidden}.audit-hybrid-side-header{padding:11px 13px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.audit-hybrid-side-header span{font-size:12px;opacity:.7}.audit-hybrid-side-header strong{font-size:13px}.audit-hybrid-side-list{overflow:auto;min-height:0}.audit-hybrid-event{display:block;width:100%;padding:12px 13px;border:0;border-bottom:1px solid var(--border);background:transparent;text-align:left;cursor:pointer;transition:.15s ease}.audit-hybrid-event:hover{background:#ffffff09}.audit-hybrid-event.active{background:#e7213c17;box-shadow:inset 3px 0 #e7213cf2}.audit-hybrid-event-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:5px}.audit-hybrid-event-top strong{font-size:13px}.audit-hybrid-event-top span{font-size:10px;opacity:.6}.audit-hybrid-event-user{font-size:12px;font-weight:700;margin-bottom:3px}.audit-hybrid-event-action{font-size:13px;margin-bottom:3px}.audit-hybrid-event small{font-size:10px;opacity:.58}.audit-hybrid-detail{border:1px solid var(--border);border-radius:12px;padding:16px;overflow:auto;min-height:0}.audit-hybrid-detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px}.audit-hybrid-detail-header h3{margin:3px 0}.audit-hybrid-detail-header p{margin:0;opacity:.65}.audit-hybrid-summary{display:grid;grid-template-columns:1.35fr .9fr 1.5fr .55fr;gap:9px;margin-bottom:14px}.audit-hybrid-summary>div{border:1px solid var(--border);border-radius:10px;padding:11px 12px;display:flex;flex-direction:column;gap:3px}.audit-hybrid-summary span{font-size:9px;letter-spacing:.07em;opacity:.55}.audit-hybrid-summary strong{font-size:13px}.audit-hybrid-summary small{font-size:10px;opacity:.55}.audit-hybrid-big-number{font-size:21px!important}.audit-hybrid-info{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--border);border-radius:10px;padding:11px 13px;margin-bottom:13px}.audit-hybrid-info>div{display:flex;flex-direction:column;gap:3px}.audit-hybrid-info span{font-size:11px;opacity:.68}.audit-hybrid-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:13px}.audit-hybrid-kpis>div{border:1px solid var(--border);border-radius:10px;padding:11px 13px;display:flex;flex-direction:column}.audit-hybrid-kpis strong{font-size:22px}.audit-hybrid-kpis span{font-size:11px;opacity:.65}.audit-hybrid-table{max-height:360px;border:1px solid var(--border);border-radius:10px}.audit-hybrid-table table{min-width:850px}.audit-hybrid-before{opacity:.62}.audit-hybrid-after{font-weight:700}.audit-hybrid-backup{display:flex;flex-direction:column;gap:3px;margin-top:12px;font-size:10px;opacity:.55}.audit-hybrid-backup code{white-space:normal;word-break:break-all}.ia-audit-access{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.ia-audit-access>div{display:flex;align-items:center;gap:9px}.ia-audit-access>div>div{display:flex;flex-direction:column}.ia-audit-access strong{font-size:12px}.ia-audit-access span{font-size:11px;opacity:.65}@media(max-width:950px){.audit-hybrid-layout{grid-template-columns:1fr}.audit-hybrid-sidebar{max-height:230px}.audit-hybrid-summary{grid-template-columns:1fr 1fr}.audit-hybrid-kpis{grid-template-columns:1fr}.ia-audit-access{align-items:flex-start;flex-direction:column}}.audit-v4-modal{width:min(1450px,97vw);max-width:1450px;height:min(900px,94vh);display:flex;flex-direction:column;overflow:hidden}.audit-v4-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:10px;margin-bottom:12px}.audit-v4-search,.audit-v4-date-filter{display:flex;align-items:center;gap:8px}.audit-v4-search input,.audit-v4-date-filter select{width:100%}.audit-v4-layout{display:grid;grid-template-columns:360px minmax(0,1fr);gap:14px;flex:1;min-height:0}.audit-v4-history,.audit-v4-detail{border:1px solid var(--border);border-radius:12px;overflow:hidden;min-height:0}.audit-v4-history{display:flex;flex-direction:column}.audit-v4-history-head{padding:11px 13px;border-bottom:1px solid var(--border)}.audit-v4-history-head>div{display:flex;flex-direction:column;gap:2px}.audit-v4-history-head span{font-size:10px;opacity:.58}.audit-v4-scroll{overflow:auto;min-height:0}.audit-v4-date-group{border-bottom:1px solid var(--border)}.audit-v4-date-heading{position:sticky;top:0;z-index:2;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:7px;padding:10px 12px;background:var(--panel);border-bottom:1px solid var(--border)}.audit-v4-date-heading strong{font-size:11px}.audit-v4-date-heading span{font-size:10px;opacity:.55}.audit-v4-event{width:100%;border:0;border-bottom:1px solid var(--border);background:transparent;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:11px 12px;text-align:left;cursor:pointer;transition:.15s ease}.audit-v4-event:hover{background:#ffffff09}.audit-v4-event.active{background:#e7213c17;box-shadow:inset 3px 0 #e7213cf2}.audit-v4-event-main{display:flex;gap:10px;min-width:0}.audit-v4-event-time{width:40px;flex:none;font-size:12px;font-weight:800}.audit-v4-event-content{min-width:0;display:flex;flex-direction:column;gap:2px}.audit-v4-event-content strong{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-v4-event-content span{font-size:11px;opacity:.72;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-v4-event-content small{font-size:10px;opacity:.52}.audit-v4-event-count{flex:none;text-align:right;display:flex;flex-direction:column}.audit-v4-event-count strong{font-size:16px}.audit-v4-event-count span{font-size:9px;opacity:.52}.audit-v4-detail{padding:16px;overflow:auto}.audit-v4-detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:14px}.audit-v4-detail-header h3{margin:3px 0}.audit-v4-detail-header p{margin:0;opacity:.62}.audit-v4-summary{display:grid;grid-template-columns:1.35fr .8fr 1.5fr .55fr;gap:9px;margin-bottom:13px}.audit-v4-summary>div{border:1px solid var(--border);border-radius:10px;padding:11px 12px;display:flex;flex-direction:column;gap:3px}.audit-v4-summary span{font-size:9px;letter-spacing:.07em;opacity:.55}.audit-v4-summary strong{font-size:13px}.audit-v4-summary small{font-size:10px;opacity:.55}.audit-v4-number{font-size:21px!important}.audit-v4-note{display:flex;gap:9px;align-items:flex-start;border:1px solid var(--border);border-radius:10px;padding:11px 13px;margin-bottom:13px}.audit-v4-note>div{display:flex;flex-direction:column;gap:3px}.audit-v4-note span{font-size:11px;opacity:.67}.audit-v4-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:13px}.audit-v4-kpis>div{border:1px solid var(--border);border-radius:10px;padding:11px 13px;display:flex;flex-direction:column}.audit-v4-kpis strong{font-size:22px}.audit-v4-kpis span{font-size:11px;opacity:.65}.audit-v4-table{max-height:370px;border:1px solid var(--border);border-radius:10px}.audit-v4-table table{min-width:850px}.audit-v4-before{opacity:.62}.audit-v4-after{font-weight:700}.audit-v4-decision{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:800;white-space:nowrap}.audit-v4-decision--ok{background:#46c8781a;border:1px solid rgba(70,200,120,.38)}.audit-v4-decision--manual{background:#f4b43c1a;border:1px solid rgba(244,180,60,.42)}.ia-audit-v4-access{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.ia-audit-v4-access>div{display:flex;align-items:center;gap:9px}.ia-audit-v4-access>div>div{display:flex;flex-direction:column}.ia-audit-v4-access strong{font-size:12px}.ia-audit-v4-access span{font-size:11px;opacity:.64}@media(max-width:950px){.audit-v4-layout{grid-template-columns:1fr}.audit-v4-history{max-height:330px}.audit-v4-summary{grid-template-columns:1fr 1fr}.audit-v4-toolbar{grid-template-columns:1fr}.ia-audit-v4-access{flex-direction:column;align-items:flex-start}}.audit-v5-modal{width:min(1450px,97vw);max-width:1450px;height:min(900px,94vh);display:flex;flex-direction:column;overflow:hidden}.audit-v5-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:10px;margin-bottom:12px}.audit-v5-search,.audit-v5-filter{display:flex;align-items:center;gap:8px}.audit-v5-search input,.audit-v5-filter select{width:100%}.audit-v5-layout{display:grid;grid-template-columns:370px minmax(0,1fr);gap:14px;flex:1;min-height:0}.audit-v5-left,.audit-v5-right{border:1px solid var(--border);border-radius:12px;min-height:0;overflow:hidden}.audit-v5-left{display:flex;flex-direction:column}.audit-v5-left-head{padding:11px 13px;border-bottom:1px solid var(--border)}.audit-v5-left-head>div{display:flex;flex-direction:column;gap:2px}.audit-v5-left-head span{font-size:10px;opacity:.58}.audit-v5-feed{overflow:auto;min-height:0}.audit-v5-day{border-bottom:1px solid var(--border)}.audit-v5-day-title{position:sticky;top:0;z-index:3;display:flex;align-items:center;gap:7px;padding:10px 12px;background:var(--panel);border-bottom:1px solid var(--border)}.audit-v5-day-title strong{font-size:11px;line-height:1.25}.audit-v5-event{width:100%;border:0;border-bottom:1px solid var(--border);background:transparent;text-align:left;padding:11px 12px;cursor:pointer;transition:.15s ease}.audit-v5-event:hover{background:#ffffff09}.audit-v5-event.active{background:#e7213c17;box-shadow:inset 3px 0 #e7213cf2}.audit-v5-event-line{display:flex;align-items:center;gap:8px;margin-bottom:4px}.audit-v5-hour{font-size:12px}.audit-v5-event-line span{font-size:11px;opacity:.67;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.audit-v5-event-action{font-size:12px;font-weight:750;margin-bottom:4px}.audit-v5-event-bottom{display:flex;justify-content:space-between;gap:9px;align-items:center}.audit-v5-event-bottom span{font-size:10px;opacity:.55}.audit-v5-event-bottom strong{font-size:10px;white-space:nowrap}.audit-v5-right{padding:16px;overflow:auto}.audit-v5-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:14px}.audit-v5-detail-head h3{margin:3px 0}.audit-v5-detail-head p{margin:0;opacity:.62}.audit-v5-facts{display:grid;grid-template-columns:1.35fr .8fr 1.5fr .55fr;gap:9px;margin-bottom:13px}.audit-v5-facts>div{border:1px solid var(--border);border-radius:10px;padding:11px 12px;display:flex;flex-direction:column;gap:3px}.audit-v5-facts span{font-size:9px;letter-spacing:.07em;opacity:.55}.audit-v5-facts strong{font-size:13px}.audit-v5-facts small{font-size:10px;opacity:.55}.audit-v5-number{font-size:21px!important}.audit-v5-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:13px}.audit-v5-kpis>div{border:1px solid var(--border);border-radius:10px;padding:11px 13px;display:flex;flex-direction:column}.audit-v5-kpis strong{font-size:22px}.audit-v5-kpis span{font-size:11px;opacity:.65}.audit-v5-observation{display:flex;gap:9px;align-items:flex-start;border:1px solid var(--border);border-radius:10px;padding:11px 13px;margin-bottom:13px}.audit-v5-observation>div{display:flex;flex-direction:column;gap:3px}.audit-v5-observation span{font-size:11px;opacity:.67}.audit-v5-table{max-height:390px;border:1px solid var(--border);border-radius:10px}.audit-v5-table table{min-width:850px}.audit-v5-before{opacity:.62}.audit-v5-after{font-weight:700}.audit-v5-status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:800;white-space:nowrap}.audit-v5-status--ok{background:#46c8781a;border:1px solid rgba(70,200,120,.38)}.audit-v5-status--manual{background:#f4b43c1a;border:1px solid rgba(244,180,60,.42)}.ia-audit-v5{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.ia-audit-v5>div{display:flex;align-items:center;gap:9px}.ia-audit-v5>div>div{display:flex;flex-direction:column}.ia-audit-v5 strong{font-size:12px}.ia-audit-v5 span{font-size:11px;opacity:.64}@media(max-width:950px){.audit-v5-layout{grid-template-columns:1fr}.audit-v5-left{max-height:350px}.audit-v5-facts{grid-template-columns:1fr 1fr}.audit-v5-toolbar{grid-template-columns:1fr}.ia-audit-v5{flex-direction:column;align-items:flex-start}}.modal-card.audit-feed-modal{width:min(1450px,96vw);max-width:1450px;height:min(900px,92vh);display:flex;flex-direction:column;overflow:hidden}.audit-feed-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:12px;margin:12px 0 14px}.audit-feed-search{display:flex;align-items:center;gap:8px;min-width:0}.audit-feed-search input,.audit-feed-toolbar select{width:100%;min-height:38px}.audit-feed-layout{display:grid;grid-template-columns:390px minmax(0,1fr);gap:14px;flex:1;min-height:0}.audit-feed-left{border:1px solid var(--border);border-radius:12px;overflow:hidden;min-height:0;background:#ffffff02}.audit-feed-scroll{height:100%;overflow:auto;scrollbar-gutter:stable}.audit-feed-day{border-bottom:1px solid var(--border)}.audit-feed-day:last-child{border-bottom:0}.audit-feed-day-heading{position:sticky;top:0;z-index:4;display:flex;align-items:center;gap:8px;padding:11px 13px;background:#0d1623;border-bottom:1px solid var(--border)}.audit-feed-day-heading svg{flex:none;opacity:.75}.audit-feed-day-heading strong{font-size:12px;font-weight:800;line-height:1.3}.audit-feed-event{display:block;width:100%;padding:12px 13px;border:0;border-bottom:1px solid rgba(255,255,255,.07);background:transparent;color:inherit;text-align:left;cursor:pointer;transition:background .15s ease,box-shadow .15s ease}.audit-feed-event:last-child{border-bottom:0}.audit-feed-event:hover{background:#ffffff09}.audit-feed-event.active{background:#e7213c1a;box-shadow:inset 3px 0 #e7213c}.audit-feed-event-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:5px}.audit-feed-event-top strong{font-size:12px;font-weight:800}.audit-feed-event-top span{font-size:10px;opacity:.58;white-space:nowrap}.audit-feed-event-user{margin-bottom:3px;font-size:11px;font-weight:650;color:#aebcd0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-feed-event-action{margin-bottom:4px;font-size:13px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-feed-event small{display:block;font-size:10px;line-height:1.35;opacity:.58}.audit-feed-right{min-width:0;min-height:0;padding:18px;border:1px solid var(--border);border-radius:12px;overflow:auto}.audit-feed-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:15px}.audit-feed-detail-head h3{margin:3px 0 2px;font-size:20px}.audit-feed-detail-head p{margin:0;opacity:.65}.audit-feed-facts{display:grid;grid-template-columns:1.35fr 1fr 1.45fr .55fr;gap:10px;margin-bottom:14px}.audit-feed-facts>div{min-width:0;padding:12px 13px;border:1px solid var(--border);border-radius:10px;display:flex;flex-direction:column;gap:4px}.audit-feed-facts span{font-size:9px;font-weight:800;letter-spacing:.08em;opacity:.52}.audit-feed-facts strong{font-size:13px;line-height:1.3;overflow:hidden;text-overflow:ellipsis}.audit-feed-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.audit-feed-kpis>div{padding:12px 14px;border:1px solid var(--border);border-radius:10px;display:flex;flex-direction:column;gap:3px}.audit-feed-kpis strong{font-size:24px;line-height:1}.audit-feed-kpis span{font-size:11px;opacity:.65}.audit-feed-table{max-height:420px;border:1px solid var(--border);border-radius:10px}.audit-feed-table table{min-width:820px}.audit-feed-table th{position:sticky;top:0;z-index:2}@media(max-width:1050px){.modal-card.audit-feed-modal{width:96vw}.audit-feed-layout{grid-template-columns:330px minmax(0,1fr)}.audit-feed-facts{grid-template-columns:1fr 1fr}}.audit-snitch-modal{width:min(1540px,97vw)!important;max-width:1540px!important}.audit-snitch-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 12px;margin-bottom:10px;border:1px solid var(--border);border-radius:10px}.audit-snitch-toolbar label{display:flex;align-items:center;gap:8px;font-size:11px;cursor:pointer}.audit-snitch-toolbar span{font-size:11px;opacity:.65}.audit-snitch-table{max-height:440px;border:1px solid var(--border);border-radius:10px}.audit-snitch-table table{min-width:1250px}.audit-snitch-table td{vertical-align:top}.audit-snitch-cell{display:flex;flex-direction:column;gap:4px;min-width:150px}.audit-snitch-cell strong{font-size:12px}.audit-snitch-cell span{font-size:10px;opacity:.65}.audit-snitch-cell small{max-width:290px;font-size:10px;line-height:1.35;opacity:.55;white-space:normal}.audit-snitch-good{color:#8ee6ad}.audit-snitch-manual{color:#ffd181}.audit-snitch-observation{max-width:280px;white-space:normal!important;line-height:1.4}.audit-snitch-note{display:flex;align-items:flex-start;gap:9px;padding:11px 13px;margin-bottom:12px;border:1px solid var(--border);border-radius:10px}.audit-snitch-note>div{display:flex;flex-direction:column;gap:3px}.audit-snitch-note span{font-size:11px;opacity:.75}.audit-reading-box{position:relative;min-width:190px;max-width:310px;padding:8px 34px 8px 9px;border:1px solid var(--border);border-radius:8px;background:#ffffff06}.audit-reading-box--observation{min-width:170px}.audit-reading-preview{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;font-size:10px;line-height:1.45;opacity:.73;white-space:normal;word-break:break-word}.audit-reading-expand{position:absolute;top:6px;right:6px;width:23px;height:23px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--border);border-radius:6px;background:#ffffff09;color:inherit;font-size:15px;font-weight:700;line-height:1;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.audit-reading-expand:hover{background:#e7213c1f;border-color:#e7213c8c;transform:translateY(-1px)}.audit-reader-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2500;display:flex;align-items:center;justify-content:center;padding:24px;background:#03080fc7;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.audit-reader-modal{width:min(780px,92vw);max-height:min(720px,86vh);display:flex;flex-direction:column;border:1px solid var(--border);border-radius:14px;background:var(--panel);box-shadow:0 28px 80px #0000006b;overflow:hidden}.audit-reader-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid var(--border)}.audit-reader-header h3{margin:4px 0 2px;font-size:19px}.audit-reader-header p{margin:0;font-size:12px;opacity:.62}.audit-reader-content{overflow:auto;padding:22px 24px;font-size:14px;line-height:1.72;white-space:pre-wrap;word-break:break-word}.audit-reader-footer{display:flex;justify-content:flex-end;padding:12px 18px;border-top:1px solid var(--border)}.audit-calendar-filter{display:flex;align-items:center;gap:7px}.audit-calendar-input{min-height:38px;display:flex;align-items:center;gap:8px;padding:0 9px;border:1px solid var(--border);border-radius:7px;background:var(--input-bg, rgba(255,255,255,.025))}.audit-calendar-input svg{flex:none;opacity:.72}.audit-calendar-input input[type=date]{width:150px;min-height:34px;padding:0;border:0!important;outline:0!important;background:transparent!important;color:inherit;font:inherit;font-size:11px;color-scheme:dark;cursor:pointer}.audit-calendar-clear{min-height:38px;display:flex;align-items:center;gap:5px;padding:0 10px;border:1px solid var(--border);border-radius:7px;background:transparent;color:inherit;font-size:10px;font-weight:700;cursor:pointer}.audit-calendar-clear:hover{border-color:#e7213c8c;background:#e7213c14}html[data-theme=light] .audit-calendar-input input[type=date]{color-scheme:light}@media(max-width:850px){.audit-calendar-filter{width:100%}.audit-calendar-input{flex:1}.audit-calendar-input input[type=date]{width:100%}}.audit-ticket-identification{min-width:155px;display:flex;flex-direction:column;gap:5px}.audit-ticket-identification>strong{font-size:10px;white-space:nowrap}.audit-ticket-analyst{display:flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:9px;line-height:1.35;white-space:normal}.audit-ticket-analyst>span{opacity:.55;font-weight:600}.audit-ticket-analyst>b{font-weight:700;opacity:.82}.audit-ticket-analyst>i{font-style:normal;opacity:.55;margin:0 1px}.audit-ticket-analyst .audit-ticket-analyst-current{opacity:1;font-weight:800}.ia-summary-card--analyst{border-color:#f5b23461!important;background:#f5b2340e!important}.ia-result-card--analyst{border-color:#f5b23461!important}.ia-status-icon--analyst{color:#f2b84b}.ia-analyst-review{margin-top:14px;padding:13px 14px;display:grid;grid-template-columns:minmax(210px,.9fr) minmax(260px,1.1fr);gap:12px;border:1px solid rgba(245,178,52,.32);border-radius:10px;background:#f5b2340b}.ia-analyst-review__warning{display:flex;align-items:center;gap:10px}.ia-analyst-review__warning>div{display:flex;flex-direction:column;gap:3px}.ia-analyst-review__warning strong{font-size:12px}.ia-analyst-review__warning span{font-size:11px;opacity:.72}.ia-analyst-review label{display:flex;flex-direction:column;gap:6px}.ia-analyst-review label>span{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;opacity:.58}.ia-analyst-review select{min-height:38px}.ia-pending-analyst-badge{grid-column:1/-1;width:max-content;max-width:100%;padding:6px 9px;border:1px solid rgba(245,178,52,.38);border-radius:999px;background:#f5b23414;font-size:10px;font-weight:800}.ia-analyst-change-preview{grid-column:1/-1;display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid rgba(70,200,120,.28);border-radius:8px;background:#46c8780b;font-size:11px}.ia-analyst-change-preview span{opacity:.72}.ia-analyst-change-preview b{opacity:.48}.ia-analyst-change-preview strong{font-weight:800}.audit-ticket-identification{min-width:185px!important;gap:6px!important}.audit-ticket-identification>strong{font-size:12px!important;line-height:1.25!important;font-weight:800!important}.audit-ticket-analyst{margin-top:2px!important;font-size:11px!important;line-height:1.4!important;gap:5px!important}.audit-ticket-analyst>span{font-size:10px!important;opacity:.65!important}.audit-ticket-analyst>b{font-size:11px!important;line-height:1.35!important}.audit-snitch-table .data-table th{padding:10px 12px!important;font-size:10px!important}.audit-snitch-table .data-table td{padding:14px 12px!important;font-size:11px!important;line-height:1.45!important;vertical-align:top!important}.audit-snitch-cell strong{font-size:12px!important;line-height:1.35!important}.audit-snitch-cell span{font-size:11px!important;line-height:1.4!important}.audit-reading-preview{font-size:11px!important;line-height:1.5!important}.audit-feed-item strong,.audit-feed-item b{font-size:11px!important;line-height:1.3!important}.audit-feed-item span,.audit-feed-item small{font-size:10px!important;line-height:1.35!important}@media(max-width:900px){.ia-analyst-review{grid-template-columns:1fr}}.operational-audit-modal,.operational-audit-modal--v2,.audit-snitch-modal{width:min(1480px,97vw)!important;max-width:1480px!important}.audit-feed-layout,.operational-audit-layout{grid-template-columns:310px minmax(0,1fr)!important;gap:14px!important}.audit-feed-item{padding:13px 12px!important;min-height:82px!important}.audit-feed-item strong,.audit-feed-item b{font-size:13px!important;line-height:1.35!important;font-weight:800!important}.audit-feed-item span{font-size:11px!important;line-height:1.4!important}.audit-feed-item small{font-size:10px!important;line-height:1.4!important}.audit-snitch-detail h3,.operational-audit-detail-head h3{font-size:19px!important;line-height:1.25!important}.audit-snitch-detail p,.operational-audit-detail-head p{font-size:12px!important;line-height:1.45!important}.audit-snitch-facts>div,.operational-audit-facts>div{min-height:60px!important;padding:11px 13px!important}.audit-snitch-facts span,.operational-audit-facts span{font-size:10px!important}.audit-snitch-facts strong,.operational-audit-facts strong{font-size:13px!important;line-height:1.35!important}.audit-snitch-table{font-size:12px!important}.audit-snitch-table .data-table{min-width:980px!important}.audit-snitch-table .data-table th{padding:12px 14px!important;font-size:11px!important;line-height:1.3!important;font-weight:800!important;letter-spacing:.02em!important}.audit-snitch-table .data-table td{padding:16px 14px!important;font-size:12px!important;line-height:1.55!important;vertical-align:top!important}.audit-ticket-identification{min-width:210px!important;display:flex!important;flex-direction:column!important;gap:7px!important}.audit-ticket-identification>strong{font-size:13px!important;line-height:1.3!important;font-weight:900!important;white-space:nowrap!important}.audit-ticket-analyst{margin-top:1px!important;display:flex!important;align-items:flex-start!important;flex-wrap:wrap!important;gap:5px!important;font-size:12px!important;line-height:1.45!important;white-space:normal!important}.audit-ticket-analyst>span{font-size:11px!important;font-weight:600!important;opacity:.7!important}.audit-ticket-analyst>b{font-size:12px!important;line-height:1.45!important;font-weight:800!important;opacity:.95!important}.audit-ticket-analyst>i{font-size:13px!important;line-height:1.3!important;padding:0 2px!important;opacity:.65!important}.audit-ticket-analyst-current{font-size:12px!important;font-weight:900!important}.audit-snitch-cell{min-width:165px!important;display:flex!important;flex-direction:column!important;gap:5px!important}.audit-snitch-cell strong{font-size:13px!important;line-height:1.4!important;font-weight:850!important}.audit-snitch-cell span{font-size:11px!important;line-height:1.45!important}.audit-reading-box{margin-top:7px!important;min-width:220px!important;padding:9px 38px 9px 11px!important;border-radius:8px!important}.audit-reading-preview{font-size:12px!important;line-height:1.55!important;-webkit-line-clamp:3!important;min-height:38px!important}.audit-reading-expand{width:30px!important;height:30px!important;font-size:15px!important}.audit-snitch-observation{min-width:190px!important}.audit-snitch-observation,.audit-snitch-observation *{font-size:12px!important;line-height:1.5!important}.audit-snitch-table input[type=checkbox]{width:17px!important;height:17px!important}.audit-snitch-selectbar{min-height:44px!important;padding:9px 12px!important}.audit-snitch-selectbar label,.audit-snitch-selectbar span{font-size:11px!important}.audit-reader-modal{width:min(800px,92vw)!important}.audit-reader-header h3{font-size:19px!important}.audit-reader-header p{font-size:12px!important}.audit-reader-content{padding:20px!important;font-size:14px!important;line-height:1.65!important}.ia-result-card__status strong{font-size:14px!important;line-height:1.35!important}.ia-result-card__status span{font-size:12px!important;line-height:1.5!important}.ia-ticket-title strong{font-size:14px!important}.ia-ticket-title span{font-size:12px!important;line-height:1.45!important}.ia-result-card__body>p{font-size:13px!important;line-height:1.55!important}.ia-classification-grid span{font-size:10px!important}.ia-classification-grid strong{font-size:13px!important}.ia-justification{font-size:12px!important;line-height:1.6!important;padding:12px!important}.ia-analyst-review strong{font-size:13px!important}.ia-analyst-review span{font-size:12px!important;line-height:1.45!important}.ia-analyst-review select{min-height:42px!important;font-size:13px!important}.ia-pending-analyst-badge{font-size:11px!important;padding:7px 10px!important}@media(max-width:1050px){.audit-feed-layout,.operational-audit-layout{grid-template-columns:265px minmax(0,1fr)!important}}.pending-analyst-status{min-width:145px;display:flex;flex-direction:column;align-items:flex-start;gap:5px}.pending-analyst-status__ia{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid rgba(69,198,126,.34);border-radius:999px;background:#45c67e14;font-size:11px;line-height:1.2;font-weight:800;white-space:nowrap}.pending-analyst-status__waiting{display:inline-flex;padding:4px 8px;border:1px solid rgba(242,184,75,.32);border-radius:999px;background:#f2b84b11;font-size:10px;line-height:1.2;font-weight:750;white-space:nowrap}.ticket-table td{padding-top:12px!important;padding-bottom:12px!important;font-size:11px!important;line-height:1.4!important}.ticket-table .ticket-id{font-size:11px!important;font-weight:800!important}.stale-dashboard{display:flex;flex-direction:column;gap:9px;width:100%}.stale-hero{display:grid;grid-template-columns:minmax(0,1fr) auto 34px;align-items:center;gap:14px;padding:12px 14px;border:1px solid var(--border);border-radius:11px;background:linear-gradient(90deg,rgba(215,71,71,.055),transparent 38%),var(--panel)}.stale-hero-copy{min-width:0}.stale-hero h2{margin:2px 0 1px;font-size:19px;line-height:1.15}.stale-hero p{margin:0;font-size:10px;opacity:.62}.stale-hero-summary{display:flex;align-items:baseline;flex-wrap:wrap;justify-content:flex-end;gap:4px 6px;text-align:right}.stale-hero-summary>strong{font-size:27px;line-height:1;font-weight:900;color:#e15b5b}.stale-hero-summary>span{font-size:11px;font-weight:800}.stale-hero-summary>small{width:100%;font-size:9px;opacity:.63}.stale-refresh{width:32px;height:32px}.stale-analyst-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:8px}.stale-analyst-card{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--panel)}.stale-analyst-card--attention{border-top:3px solid #d1a52d}.stale-analyst-card--late{border-top:3px solid #df842d}.stale-analyst-card--critical{border-top:3px solid #df4d4d}.stale-analyst-head{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 9px;border-bottom:1px solid var(--border)}.stale-analyst-name{min-width:0;display:flex;flex-direction:column;gap:1px}.stale-analyst-name span{font-size:7px;text-transform:uppercase;letter-spacing:.07em;opacity:.5}.stale-analyst-name strong{overflow:hidden;font-size:11px;line-height:1.2;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.stale-analyst-count{display:flex;align-items:baseline;gap:3px}.stale-analyst-count strong{font-size:18px;line-height:1;font-weight:900}.stale-analyst-count span{font-size:7px;text-transform:uppercase;opacity:.5}.stale-ticket-list{display:flex;flex-direction:column}.stale-ticket-row{display:grid;grid-template-columns:minmax(0,1fr) 57px 83px;align-items:center;gap:6px;min-height:45px;padding:5px 8px;border-bottom:1px solid var(--border)}.stale-ticket-row:last-child{border-bottom:0}.stale-ticket-row--attention{background:#d1a52d09}.stale-ticket-row--late{background:#df842d0e}.stale-ticket-row--critical{background:#df4d4d13}.stale-ticket-main{min-width:0;display:flex;flex-direction:column;gap:2px}.stale-ticket-main>strong{font-size:9px;line-height:1.15;font-weight:900;white-space:nowrap}.stale-ticket-main>span{overflow:hidden;font-size:7.5px;line-height:1.2;opacity:.58;text-overflow:ellipsis;white-space:nowrap}.stale-age{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.stale-age span{font-size:6.5px;line-height:1;text-transform:uppercase;letter-spacing:.02em;opacity:.5;white-space:nowrap}.stale-age strong{font-size:15px;line-height:1;font-weight:950}.stale-age--open strong{opacity:.76}.stale-age--attention strong{color:#cba12c}.stale-age--late strong{color:#df842d}.stale-age--critical strong{color:#e45252}.stale-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:5px 8px;font-size:8px;opacity:.58}.stale-density--compact .stale-analyst-grid{gap:6px}.stale-density--compact .stale-analyst-head{min-height:39px;padding:5px 7px}.stale-density--compact .stale-ticket-row{min-height:38px;padding:4px 6px;grid-template-columns:minmax(0,1fr) 50px 72px}.stale-density--compact .stale-age strong{font-size:12px}.stale-density--ultra .stale-analyst-grid{gap:5px}.stale-density--ultra .stale-analyst-head{min-height:35px;padding:4px 6px}.stale-density--ultra .stale-analyst-name strong{font-size:9px}.stale-density--ultra .stale-ticket-row{min-height:32px;padding:3px 5px;grid-template-columns:minmax(0,1fr) 45px 63px;gap:4px}.stale-density--ultra .stale-ticket-main>strong{font-size:7.5px}.stale-density--ultra .stale-ticket-main>span{display:none}.stale-density--ultra .stale-age span{font-size:5.5px}.stale-density--ultra .stale-age strong{font-size:10px}.stale-clear,.stale-loading{min-height:160px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid var(--border);border-radius:11px;background:var(--panel)}.stale-clear{border-color:#46be7847;background:#46be780b}.stale-clear>div{display:flex;flex-direction:column;gap:2px}.stale-clear strong,.stale-loading strong{font-size:13px}.stale-clear span{font-size:10px;opacity:.62}body.analytics-presenting .stale-dashboard{gap:6px}body.analytics-presenting .stale-hero{padding:8px 10px}body.analytics-presenting .stale-hero h2{font-size:17px!important}body.analytics-presenting .stale-hero p{font-size:9px!important}body.analytics-presenting .stale-analyst-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.analytics-presenting .stale-analyst-head{min-height:38px}body.analytics-presenting .stale-ticket-row{min-height:37px}body.analytics-presenting .stale-footer{padding:3px 6px}@media(max-width:1300px){.stale-analyst-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:850px){.stale-hero{grid-template-columns:1fr auto}.stale-hero-summary{justify-content:flex-start;text-align:left}.stale-refresh{grid-column:2;grid-row:1}.stale-analyst-grid{grid-template-columns:1fr}}.stale-analyst-grid{display:block!important;column-count:2!important;column-gap:12px!important}.stale-analyst-card{break-inside:avoid!important;margin:0 0 10px!important;border-radius:12px!important}.stale-analyst-head{min-height:48px!important;padding:8px 11px!important}.stale-analyst-name strong{font-size:14px!important;font-weight:900!important}.stale-analyst-count strong{font-size:20px!important}.stale-ticket-row,.stale-density--compact .stale-ticket-row,.stale-density--ultra .stale-ticket-row{display:grid!important;grid-template-columns:minmax(0,1fr) 72px 105px 112px!important;gap:9px!important;align-items:center!important;min-height:52px!important;padding:7px 9px!important}.stale-ticket-main>strong,.stale-density--compact .stale-ticket-main>strong,.stale-density--ultra .stale-ticket-main>strong{font-size:11px!important;font-weight:900!important}.stale-ticket-main>span,.stale-density--compact .stale-ticket-main>span,.stale-density--ultra .stale-ticket-main>span{display:block!important;font-size:8px!important;opacity:.58!important}.stale-age span,.stale-density--compact .stale-age>span,.stale-density--ultra .stale-age>span{font-size:7px!important;font-weight:750!important}.stale-age strong,.stale-density--compact .stale-age>strong,.stale-density--ultra .stale-age>strong{font-size:19px!important;font-weight:950!important}.stale-age--open strong,.stale-density--compact .stale-age--open>strong,.stale-density--ultra .stale-age--open>strong{font-size:16px!important}.stale-ticket-row:after{justify-self:end;min-width:104px;padding:7px;border-radius:8px;text-align:center;font-size:8px;line-height:1;font-weight:950;letter-spacing:.03em;white-space:nowrap}.stale-ticket-row--attention:after{content:"ATUALIZAR HOJE";color:#f0c957;background:#e0b12d1c;border:1px solid rgba(224,177,45,.4)}.stale-ticket-row--late:after{content:"PRIORIDADE";color:#ff9f43;background:#e680281f;border:1px solid rgba(230,128,40,.46)}.stale-ticket-row--critical:after{content:"AÇÃO IMEDIATA";color:#ff6262;background:#e2464624;border:1px solid rgba(226,70,70,.54)}.stale-age--attention strong{color:#e0b63f!important}.stale-age--late strong{color:#ef9340!important}.stale-age--critical strong{color:#ff5858!important}.stale-hero{padding:11px 14px!important}.stale-hero h2{font-size:20px!important}.stale-hero p{font-size:10px!important}.stale-hero-summary>strong{font-size:30px!important}body.analytics-presenting .stale-analyst-grid{display:block!important;column-count:2!important}body.analytics-presenting .stale-ticket-row{min-height:49px!important}.stale-analyst-grid{display:block!important;column-count:2!important;column-gap:16px!important}.stale-analyst-card{break-inside:avoid!important;margin:0 0 11px!important;border:1px solid var(--border)!important;border-radius:9px!important;background:var(--panel)!important}.stale-analyst-head{min-height:34px!important;padding:6px 9px!important;background:#ffffff06!important;border-bottom:1px solid var(--border)!important}.stale-analyst-name span{display:none!important}.stale-analyst-name strong{font-size:12px!important;line-height:1!important;font-weight:900!important;letter-spacing:.01em!important}.stale-analyst-count{gap:4px!important}.stale-analyst-count strong{font-size:15px!important;line-height:1!important;font-weight:950!important;color:#ff5b5b!important}.stale-analyst-count span{font-size:7px!important;font-weight:750!important;opacity:.58!important}.stale-ticket-row,.stale-density--compact .stale-ticket-row,.stale-density--ultra .stale-ticket-row{display:grid!important;grid-template-columns:minmax(0,1fr) 84px 138px!important;gap:8px!important;align-items:center!important;min-height:31px!important;padding:4px 8px!important;border-bottom:1px solid rgba(255,255,255,.055)!important}.stale-ticket-row:last-child{border-bottom:0!important}.stale-ticket-row:after{display:none!important;content:none!important}.stale-ticket-main{display:block!important;min-width:0!important}.stale-ticket-main>strong,.stale-density--compact .stale-ticket-main>strong,.stale-density--ultra .stale-ticket-main>strong{display:block!important;font-size:9.5px!important;line-height:1!important;font-weight:900!important;color:var(--text)!important;white-space:nowrap!important}.stale-ticket-main>span,.stale-density--compact .stale-ticket-main>span,.stale-density--ultra .stale-ticket-main>span{display:none!important}.stale-age{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important}.stale-age>span,.stale-density--compact .stale-age>span,.stale-density--ultra .stale-age>span{display:inline!important;font-size:6.5px!important;line-height:1!important;text-transform:uppercase!important;opacity:.48!important;white-space:nowrap!important}.stale-age>strong,.stale-density--compact .stale-age>strong,.stale-density--ultra .stale-age>strong{font-size:12px!important;line-height:1!important;font-weight:900!important;white-space:nowrap!important}.stale-age--attention,.stale-age--late,.stale-age--critical{justify-content:flex-end!important}.stale-age--attention>span,.stale-age--late>span,.stale-age--critical>span{opacity:.72!important;font-weight:800!important}.stale-age--attention>strong{color:#e2b944!important}.stale-age--late>strong{color:#f0933d!important}.stale-age--critical>strong{color:#ff5353!important}.stale-age--attention>strong,.stale-age--late>strong,.stale-age--critical>strong{font-size:16px!important;font-weight:950!important}.stale-ticket-row--attention{background:#e2b94406!important}.stale-ticket-row--late{background:#f0933d0a!important}.stale-ticket-row--critical{background:#ff53530e!important}.stale-hero{min-height:52px!important;padding:8px 12px!important;grid-template-columns:minmax(0,1fr) auto 30px!important}.stale-hero h2{font-size:16px!important;line-height:1!important;margin:2px 0!important}.stale-hero p{font-size:8px!important}.stale-hero-summary>strong{font-size:25px!important}.stale-hero-summary>span{font-size:9px!important}.stale-hero-summary>small{font-size:7px!important}.stale-footer{padding:2px 4px!important;font-size:7px!important}body.analytics-presenting .analytics-tabs button{min-height:32px!important;padding:0 12px!important;font-size:11px!important}body.analytics-presenting .presentation-btn{min-height:32px!important;font-size:10px!important}body.analytics-presenting .stale-dashboard{gap:5px!important}body.analytics-presenting .stale-analyst-grid{column-count:2!important;column-gap:14px!important}body.analytics-presenting .stale-analyst-card{margin-bottom:7px!important}body.analytics-presenting .stale-analyst-head{min-height:29px!important;padding:4px 7px!important}body.analytics-presenting .stale-ticket-row{min-height:27px!important;padding:3px 7px!important}body.analytics-presenting .stale-ticket-main>strong{font-size:8.5px!important}body.analytics-presenting .stale-age>strong{font-size:11px!important}body.analytics-presenting .stale-age--attention>strong,body.analytics-presenting .stale-age--late>strong,body.analytics-presenting .stale-age--critical>strong{font-size:14px!important}.stale-v5{display:flex;flex-direction:column;gap:8px;width:100%}.stale-v5-header{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 14px;border:1px solid var(--border);border-radius:11px;background:var(--panel)}.stale-v5-header>div:first-child>span{display:block;margin-bottom:2px;font-size:8px;font-weight:900;letter-spacing:.11em;color:#73a8ff}.stale-v5-header h2{margin:0 0 2px;font-size:18px;line-height:1.1}.stale-v5-header p{margin:0;font-size:10px;opacity:.66}.stale-v5-summary{display:flex;align-items:center;gap:9px}.stale-v5-summary>strong{font-size:31px;line-height:1;font-weight:950;color:#ff5757}.stale-v5-summary>div{display:flex;flex-direction:column}.stale-v5-summary b{font-size:11px}.stale-v5-summary span{font-size:9px;opacity:.62}.stale-v5-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.stale-v5-card{min-width:0;height:43px;display:grid;grid-template-columns:minmax(0,1fr) 72px 116px;align-items:center;gap:7px;padding:5px 8px;border:1px solid var(--border);border-left-width:3px;border-radius:8px;background:var(--panel)}.stale-v5-card--attention{border-left-color:#d9ad38}.stale-v5-card--late{border-left-color:#e58a36}.stale-v5-card--critical{border-left-color:#f05252;background:linear-gradient(90deg,rgba(240,82,82,.07),transparent 48%),var(--panel)}.stale-v5-ident{min-width:0;display:flex;flex-direction:column;gap:3px}.stale-v5-ident strong{overflow:hidden;font-size:11px;line-height:1.05;font-weight:900;white-space:nowrap;text-overflow:ellipsis}.stale-v5-ident span{font-size:8px;line-height:1;opacity:.64;white-space:nowrap}.stale-v5-open{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.stale-v5-open>span{font-size:6px;font-weight:800;text-transform:uppercase;opacity:.48}.stale-v5-open>strong{font-size:14px;line-height:1;font-weight:900}.stale-v5-open small{font-size:7px;font-weight:700;opacity:.58}.stale-v5-delay{display:flex;justify-content:flex-end;align-items:center;gap:5px}.stale-v5-delay>strong{font-size:25px;line-height:.9;font-weight:950}.stale-v5-delay>div{display:flex;flex-direction:column;gap:0}.stale-v5-delay b{font-size:8px;line-height:1;font-weight:950}.stale-v5-delay span{margin-top:2px;font-size:6px;line-height:1;font-weight:900;white-space:nowrap}.stale-v5-card--attention .stale-v5-delay{color:#ddb33d}.stale-v5-card--late .stale-v5-delay{color:#ed913c}.stale-v5-card--critical .stale-v5-delay{color:#ff5757}.stale-v5-footer{display:flex;justify-content:space-between;gap:12px;padding:3px 5px;font-size:7px;opacity:.6}.stale-v5-footer strong{font-weight:800}.stale-v5-empty{min-height:180px;display:flex;justify-content:center;align-items:center;gap:8px;border:1px solid var(--border);border-radius:10px}.stale-v5-empty--ok{color:#57c98a}body.analytics-presenting .content-area{padding:7px 10px!important}body.analytics-presenting .analytics-presentation-head{margin-bottom:6px!important}body.analytics-presenting .analytics-tabs button,body.analytics-presenting .presentation-btn{min-height:30px!important;height:30px!important;padding:0 11px!important;font-size:10px!important}body.analytics-presenting .stale-v5{gap:6px}body.analytics-presenting .stale-v5-header{min-height:54px;padding:7px 11px}body.analytics-presenting .stale-v5-header h2{font-size:16px!important}body.analytics-presenting .stale-v5-grid{gap:5px}body.analytics-presenting .stale-v5-card{height:39px;padding:4px 7px}body.analytics-presenting .stale-v5-ident strong{font-size:10px}body.analytics-presenting .stale-v5-delay>strong{font-size:22px}.team-stale{display:flex;flex-direction:column;gap:10px;width:100%}.team-stale-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 16px;border:1px solid var(--border);border-radius:12px;background:var(--panel)}.team-stale-title>span{display:block;margin-bottom:3px;font-size:9px;font-weight:900;letter-spacing:.1em;color:#6fa8ff}.team-stale-title h2{margin:0 0 3px;font-size:21px;line-height:1.1}.team-stale-title p{margin:0;font-size:11px;opacity:.68}.team-stale-summary{display:flex;gap:26px}.team-stale-summary>div{display:flex;flex-direction:column;align-items:flex-end}.team-stale-summary strong{font-size:28px;line-height:1;font-weight:950}.team-stale-summary span{margin-top:3px;font-size:9px;text-transform:uppercase;opacity:.52}.team-stale-guidance{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 13px;border:1px solid rgba(93,151,230,.28);border-radius:10px;background:#5d97e60e}.team-stale-guidance>div{display:flex;align-items:baseline;gap:7px}.team-stale-guidance strong{font-size:11px}.team-stale-guidance span{font-size:10px;opacity:.72}.team-stale-guidance small{font-size:9px;opacity:.58}.team-stale-columns{column-count:3;column-gap:10px}.team-stale-person{display:inline-block;width:100%;margin:0 0 9px;break-inside:avoid;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--panel)}.team-stale-person-head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:46px;padding:8px 10px;border-bottom:1px solid var(--border);background:#ffffff06}.team-stale-person-head>div{min-width:0;display:flex;flex-direction:column;gap:2px}.team-stale-person-head>div>strong{font-size:13px;line-height:1.1;font-weight:900}.team-stale-person-head>div>span{font-size:9px;opacity:.6}.team-stale-person-head>b{min-width:28px;font-size:21px;line-height:1;text-align:right;font-weight:950}.team-stale-table-head{display:grid;grid-template-columns:minmax(0,1fr) 67px 91px;gap:7px;padding:5px 9px;border-bottom:1px solid var(--border);background:#ffffff05}.team-stale-table-head span{font-size:7px;font-weight:850;text-transform:uppercase;letter-spacing:.035em;opacity:.46}.team-stale-table-head span:not(:first-child){text-align:right}.team-stale-row{display:grid;grid-template-columns:minmax(0,1fr) 67px 91px;align-items:center;gap:7px;min-height:34px;padding:5px 9px;border-bottom:1px solid rgba(255,255,255,.055)}.team-stale-row:last-child{border-bottom:0}.team-stale-ticket{font-size:10px;font-weight:850;white-space:nowrap}.team-stale-open,.team-stale-delay{display:flex;align-items:baseline;justify-content:flex-end;gap:2px}.team-stale-open strong{font-size:12px;font-weight:900}.team-stale-open span{font-size:7px;opacity:.55}.team-stale-delay{padding:4px 6px;border-radius:6px}.team-stale-delay strong{font-size:15px;line-height:1;font-weight:950}.team-stale-delay span{font-size:7px;font-weight:800}.team-stale-delay--attention{color:#e0b744;background:#e0b74413}.team-stale-delay--late{color:#ef923d;background:#ef923d16}.team-stale-delay--critical{color:#ff5a5a;background:#ff5a5a18}.team-stale-empty{min-height:180px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--border);border-radius:10px}.team-stale-empty--ok{color:#59c98c}.team-stale-empty--ok>div{display:flex;flex-direction:column}body.analytics-presenting .analytics-tabs button,body.analytics-presenting .presentation-btn{min-height:32px!important;height:32px!important;font-size:10px!important}body.analytics-presenting .team-stale{gap:7px}body.analytics-presenting .team-stale-head{padding:9px 13px}body.analytics-presenting .team-stale-title h2{font-size:18px!important}body.analytics-presenting .team-stale-guidance{padding:7px 11px}body.analytics-presenting .team-stale-person{margin-bottom:7px}body.analytics-presenting .team-stale-person-head{min-height:39px;padding:6px 9px}body.analytics-presenting .team-stale-row{min-height:30px;padding:4px 8px}body.analytics-presenting .team-stale-person-head>div>strong{font-size:12px}body.analytics-presenting .team-stale-ticket{font-size:9px}body.analytics-presenting .team-stale-delay strong{font-size:14px}.stale-team-v7{width:100%;display:flex;flex-direction:column;gap:10px}.stale-team-v7__hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:15px 18px;border:1px solid var(--border);border-radius:12px;background:var(--panel)}.stale-team-v7__hero>div:first-child>span{display:block;margin-bottom:4px;font-size:10px;font-weight:900;letter-spacing:.1em;color:#7af}.stale-team-v7__hero h2{margin:0 0 4px;font-size:25px;line-height:1;font-weight:900}.stale-team-v7__hero p{margin:0;font-size:13px;font-weight:600;opacity:.72}.stale-team-v7__numbers{display:flex;gap:32px}.stale-team-v7__numbers>div{min-width:70px;display:flex;flex-direction:column;align-items:center}.stale-team-v7__numbers strong{font-size:35px;line-height:1;font-weight:950}.stale-team-v7__numbers span{margin-top:4px;font-size:9px;font-weight:800;text-transform:uppercase;opacity:.55}.stale-team-v7__action{min-height:48px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:9px 14px;border:1px solid rgba(239,157,56,.45);border-radius:10px;background:#ef9d3813}.stale-team-v7__action svg{color:#f0a340}.stale-team-v7__action>div{display:flex;align-items:baseline;gap:10px}.stale-team-v7__action strong{font-size:13px;font-weight:950;color:#f0a340}.stale-team-v7__action span{font-size:12px;font-weight:700}.stale-team-v7__action small{font-size:10px;opacity:.65}.stale-team-v7__board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:10px}.stale-team-v7__column{display:flex;flex-direction:column;gap:9px}.stale-team-v7__person{overflow:hidden;border:1px solid var(--border);border-radius:11px;background:var(--panel)}.stale-team-v7__person-head{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 11px;border-bottom:1px solid var(--border);background:#ffffff06}.stale-team-v7__person-head>div{min-width:0;display:flex;flex-direction:column;gap:3px}.stale-team-v7__person-head>div>strong{overflow:hidden;font-size:15px;line-height:1.1;font-weight:950;white-space:nowrap;text-overflow:ellipsis}.stale-team-v7__person-head span{font-size:10px;font-weight:650;opacity:.66}.stale-team-v7__person-head>b{min-width:31px;font-size:25px;line-height:1;font-weight:950;text-align:right}.stale-team-v7__tickets{display:flex;flex-direction:column}.stale-team-v7__ticket{min-height:55px;display:grid;grid-template-columns:minmax(0,1fr) 68px 112px;align-items:center;gap:7px;padding:7px 9px;border-bottom:1px solid rgba(255,255,255,.065)}.stale-team-v7__ticket:last-child{border-bottom:0}.stale-team-v7__ticket--attention{background:#ddb73f06}.stale-team-v7__ticket--warning{background:#ef91350a}.stale-team-v7__ticket--critical{background:linear-gradient(90deg,rgba(242,76,76,.085),transparent 75%)}.stale-team-v7__ticket-id{min-width:0;display:flex;flex-direction:column;gap:3px}.stale-team-v7__ticket-id span,.stale-team-v7__open span{font-size:7px;line-height:1;font-weight:800;letter-spacing:.04em;opacity:.42}.stale-team-v7__ticket-id strong{font-size:11px;line-height:1.1;font-weight:900;white-space:nowrap}.stale-team-v7__open{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.stale-team-v7__open strong{font-size:12px;line-height:1;font-weight:900;white-space:nowrap}.stale-team-v7__delay{min-height:41px;display:flex;align-items:center;justify-content:center;gap:5px;padding:5px 6px;border-radius:8px}.stale-team-v7__delay>strong{font-size:25px;line-height:.9;font-weight:950}.stale-team-v7__delay>div{display:flex;flex-direction:column;gap:2px}.stale-team-v7__delay b{font-size:9px;line-height:1;font-weight:950}.stale-team-v7__delay span{font-size:6px;line-height:1;font-weight:900;white-space:nowrap}.stale-team-v7__delay--attention{color:#e2bb45;border:1px solid rgba(226,187,69,.28);background:#e2bb4517}.stale-team-v7__delay--warning{color:#f39a40;border:1px solid rgba(243,154,64,.35);background:#f39a401c}.stale-team-v7__delay--critical{color:#ff5b5b;border:1px solid rgba(255,91,91,.48);background:#ff5b5b24}body.analytics-presenting .content-area{padding:8px 12px!important}body.analytics-presenting .analytics-presentation-head{margin-bottom:7px!important}body.analytics-presenting .analytics-tabs button,body.analytics-presenting .presentation-btn{height:34px!important;min-height:34px!important;font-size:11px!important}body.analytics-presenting .stale-team-v7{gap:7px}body.analytics-presenting .stale-team-v7__hero{padding:10px 14px}body.analytics-presenting .stale-team-v7__hero h2{font-size:22px!important}body.analytics-presenting .stale-team-v7__hero p{font-size:11px!important}body.analytics-presenting .stale-team-v7__action{min-height:40px;padding:7px 12px}body.analytics-presenting .stale-team-v7__board{gap:8px}body.analytics-presenting .stale-team-v7__column{gap:7px}body.analytics-presenting .stale-team-v7__person-head{min-height:43px;padding:6px 9px}body.analytics-presenting .stale-team-v7__person-head>div>strong{font-size:14px}body.analytics-presenting .stale-team-v7__ticket{min-height:47px;padding:5px 7px}body.analytics-presenting .stale-team-v7__delay{min-height:37px}body.analytics-presenting .stale-team-v7__delay>strong{font-size:23px}.stale-team-v7__empty{min-height:200px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--border);border-radius:12px;font-size:14px;font-weight:800}.stale-team-v7__empty--ok{color:#58c88a}.stale-team-v7__hero{padding:18px 22px}.stale-team-v7__hero>div:first-child>span{font-size:12px}.stale-team-v7__hero h2{font-size:34px;line-height:1.02}.stale-team-v7__hero p{font-size:16px;font-weight:700}.stale-team-v7__numbers{gap:36px}.stale-team-v7__numbers strong{font-size:50px}.stale-team-v7__numbers span{font-size:11px;font-weight:900}.stale-team-v7__action{min-height:60px;padding:12px 16px;gap:14px}.stale-team-v7__action strong{font-size:18px}.stale-team-v7__action span{font-size:15px;font-weight:800}.stale-team-v7__action small{font-size:13px;font-weight:800;opacity:.82}.stale-team-v7__person-head{min-height:62px;padding:12px 14px}.stale-team-v7__person-head>div>strong{font-size:22px}.stale-team-v7__person-head span{font-size:13px;font-weight:800}.stale-team-v7__person-head>b{font-size:34px}.stale-team-v7__ticket{min-height:72px;grid-template-columns:minmax(0,1fr) 92px 148px;gap:10px;padding:10px 12px}.stale-team-v7__ticket-id span,.stale-team-v7__open span{font-size:9px;font-weight:900;opacity:.62}.stale-team-v7__ticket-id strong{font-size:16px;line-height:1.08;font-weight:950;letter-spacing:.01em}.stale-team-v7__open strong{font-size:18px;font-weight:950}.stale-team-v7__delay{min-height:54px;padding:7px 10px;gap:7px}.stale-team-v7__delay>strong{font-size:38px;line-height:.88}.stale-team-v7__delay b{font-size:12px}.stale-team-v7__delay span{font-size:8px;letter-spacing:.03em}body.analytics-presenting .stale-team-v7__hero{padding:14px 18px!important}body.analytics-presenting .stale-team-v7__hero>div:first-child>span{font-size:11px!important}body.analytics-presenting .stale-team-v7__hero h2{font-size:30px!important}body.analytics-presenting .stale-team-v7__hero p{font-size:14px!important}body.analytics-presenting .stale-team-v7__numbers strong{font-size:44px!important}body.analytics-presenting .stale-team-v7__numbers span{font-size:10px!important}body.analytics-presenting .stale-team-v7__action{min-height:54px!important;padding:10px 14px!important}body.analytics-presenting .stale-team-v7__action strong{font-size:16px!important}body.analytics-presenting .stale-team-v7__action span{font-size:14px!important}body.analytics-presenting .stale-team-v7__action small{font-size:12px!important}body.analytics-presenting .stale-team-v7__person-head{min-height:56px!important;padding:10px 12px!important}body.analytics-presenting .stale-team-v7__person-head>div>strong{font-size:19px!important}body.analytics-presenting .stale-team-v7__person-head span{font-size:12px!important}body.analytics-presenting .stale-team-v7__person-head>b{font-size:30px!important}body.analytics-presenting .stale-team-v7__ticket{min-height:64px!important;grid-template-columns:minmax(0,1fr) 84px 136px!important;padding:8px 10px!important}body.analytics-presenting .stale-team-v7__ticket-id strong{font-size:15px!important}body.analytics-presenting .stale-team-v7__open strong{font-size:16px!important}body.analytics-presenting .stale-team-v7__delay{min-height:48px!important}body.analytics-presenting .stale-team-v7__delay>strong{font-size:33px!important}body.analytics-presenting .stale-team-v7__delay b{font-size:11px!important}body.analytics-presenting .stale-team-v7__delay span{font-size:7px!important}.team-stale{display:flex;flex-direction:column;gap:8px}.team-stale-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:10px 16px;border-radius:16px}.team-stale-title{display:flex;flex-direction:column;gap:3px;min-width:0}.team-stale-title>span{font-size:11px;font-weight:800;letter-spacing:.08em;opacity:.92}.team-stale-title h2{margin:0;font-size:30px;line-height:1.02;font-weight:900}.team-stale-title p{margin:0;font-size:13px;font-weight:700;opacity:.88}.team-stale-summary{display:flex;align-items:center;gap:10px}.team-stale-summary>div{min-width:96px;padding:8px 10px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;text-align:center}.team-stale-summary strong{display:block;font-size:28px;line-height:1;font-weight:950;color:#ffd166}.team-stale-summary span{display:block;margin-top:3px;font-size:10px;font-weight:900;letter-spacing:.04em;opacity:.92}.team-stale-guidance{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:8px 14px;min-height:46px;border-radius:14px}.team-stale-guidance>div{display:flex;align-items:center;gap:10px;min-width:0}.team-stale-guidance strong{font-size:17px;font-weight:900}.team-stale-guidance span{font-size:13px;font-weight:750;line-height:1.2}.team-stale-guidance small{font-size:12px;font-weight:800;opacity:.86;white-space:nowrap}.team-stale-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;align-items:start}.team-stale-person{border-radius:14px;overflow:hidden}.team-stale-person-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:52px;padding:8px 12px}.team-stale-person-head>div{min-width:0}.team-stale-person-head>div>strong{display:block;font-size:15px;line-height:1.05;font-weight:900}.team-stale-person-head>div>span{display:block;margin-top:2px;font-size:11px;font-weight:700;opacity:.82}.team-stale-person-head>b{font-size:28px;line-height:1;font-weight:950;color:#ffd166}.team-stale-table-head{display:grid;grid-template-columns:minmax(0,1fr) 76px 110px;gap:8px;padding:5px 10px;font-size:9px;font-weight:900;letter-spacing:.04em;opacity:.72;text-transform:uppercase}.team-stale-list{display:flex;flex-direction:column}.team-stale-row{display:grid;grid-template-columns:minmax(0,1fr) 76px 110px;gap:8px;align-items:center;min-height:46px;padding:6px 10px;border-top:1px solid rgba(255,255,255,.06)}.team-stale-ticket{min-width:0}.team-stale-ticket strong{display:block;font-size:13px;line-height:1.08;font-weight:950;letter-spacing:.01em;word-break:break-word}.team-stale-ticket span{display:block;margin-top:2px;font-size:10px;font-weight:700;opacity:.74}.team-stale-open{text-align:right}.team-stale-open span{display:block;font-size:8px;font-weight:900;opacity:.65;text-transform:uppercase}.team-stale-open strong{display:block;font-size:15px;line-height:1.05;font-weight:950}.team-stale-delay{min-height:40px;padding:4px 8px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:6px;text-align:left}.team-stale-delay>strong{font-size:26px;line-height:1;font-weight:950}.team-stale-delay>div{display:flex;flex-direction:column;line-height:1}.team-stale-delay b{font-size:10px;font-weight:950;letter-spacing:.04em}.team-stale-delay span{margin-top:2px;font-size:7px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.analytics-shell .team-stale{margin-top:4px}body.analytics-presenting .content-area{padding:10px 12px!important}body.analytics-presenting .analytics-presentation-head{margin-bottom:6px!important;padding:0!important}body.analytics-presenting .analytics-tabs{margin-bottom:0!important}body.analytics-presenting .team-stale{gap:6px!important}body.analytics-presenting .team-stale-head{padding:8px 14px!important;gap:10px!important}body.analytics-presenting .team-stale-title>span{font-size:10px!important}body.analytics-presenting .team-stale-title h2{font-size:26px!important}body.analytics-presenting .team-stale-title p{font-size:12px!important}body.analytics-presenting .team-stale-summary{gap:8px!important}body.analytics-presenting .team-stale-summary>div{min-width:86px!important;padding:7px 8px!important}body.analytics-presenting .team-stale-summary strong{font-size:24px!important}body.analytics-presenting .team-stale-summary span{font-size:9px!important}body.analytics-presenting .team-stale-guidance{padding:7px 12px!important;min-height:40px!important}body.analytics-presenting .team-stale-guidance strong{font-size:15px!important}body.analytics-presenting .team-stale-guidance span{font-size:12px!important}body.analytics-presenting .team-stale-guidance small{font-size:11px!important}body.analytics-presenting .team-stale-columns{gap:7px!important}body.analytics-presenting .team-stale-person-head{min-height:46px!important;padding:7px 10px!important}body.analytics-presenting .team-stale-person-head>div>strong{font-size:14px!important}body.analytics-presenting .team-stale-person-head>div>span{font-size:10px!important}body.analytics-presenting .team-stale-person-head>b{font-size:24px!important}body.analytics-presenting .team-stale-table-head{grid-template-columns:minmax(0,1fr) 68px 98px!important;padding:4px 8px!important;font-size:8px!important}body.analytics-presenting .team-stale-row{grid-template-columns:minmax(0,1fr) 68px 98px!important;min-height:40px!important;padding:5px 8px!important;gap:7px!important}body.analytics-presenting .team-stale-ticket strong{font-size:12px!important}body.analytics-presenting .team-stale-ticket span{font-size:9px!important}body.analytics-presenting .team-stale-open strong{font-size:13px!important}body.analytics-presenting .team-stale-open span{font-size:7px!important}body.analytics-presenting .team-stale-delay{min-height:36px!important;padding:3px 6px!important}body.analytics-presenting .team-stale-delay>strong{font-size:22px!important}body.analytics-presenting .team-stale-delay b{font-size:9px!important}body.analytics-presenting .team-stale-delay span{font-size:6px!important}.stale-v10{width:100%;display:flex;flex-direction:column;gap:10px;min-width:0}.stale-v10__hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:17px 20px;background:var(--panel);border:1px solid var(--border);border-radius:14px;min-width:0}.stale-v10__hero-copy{min-width:0}.stale-v10__hero-copy .section-kicker{font-size:11px;letter-spacing:.11em;font-weight:900}.stale-v10__hero h2{margin:3px 0 2px;font-size:29px;line-height:1.05}.stale-v10__hero p{margin:0;font-size:13px;font-weight:650;opacity:.72}.stale-v10__kpis{display:grid;grid-template-columns:repeat(4,minmax(74px,1fr));gap:8px;flex:0 0 auto}.stale-v10__kpis>div{min-width:80px;padding:7px 11px;border-left:1px solid var(--border);text-align:center}.stale-v10__kpis strong{display:block;font-size:30px;line-height:.95;font-weight:950}.stale-v10__kpis span{display:block;margin-top:5px;font-size:8px;line-height:1;text-transform:uppercase;letter-spacing:.06em;font-weight:900;opacity:.63;white-space:nowrap}.stale-v10__kpi-alert strong{color:#ffad43}.stale-v10__kpi-danger strong{color:#ff5a67}.stale-v10__notice{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 14px;border:1px solid rgba(255,166,34,.48);border-radius:11px;background:#ff960011}.stale-v10__notice>div{display:flex;align-items:center;gap:9px;min-width:0}.stale-v10__notice svg,.stale-v10__notice strong{color:#ffab36;flex:none}.stale-v10__notice strong{font-size:13px}.stale-v10__notice span{font-size:12px;font-weight:700;opacity:.9}.stale-v10__notice small{flex:none;font-size:11px;font-weight:750;opacity:.7}.stale-v10__grid{column-count:3;column-gap:10px;width:100%}.stale-v10__analyst{display:inline-block;width:100%;margin:0 0 10px;vertical-align:top;break-inside:avoid;page-break-inside:avoid;overflow:hidden;border:1px solid var(--border);border-radius:11px;background:var(--panel)}.stale-v10__analyst-head{min-height:49px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 11px;border-bottom:1px solid var(--border)}.stale-v10__analyst-head>div{min-width:0}.stale-v10__analyst-head strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px;line-height:1.05;font-weight:900}.stale-v10__analyst-head span{display:block;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:700;opacity:.62}.stale-v10__analyst-head>b{flex:none;font-size:27px;line-height:1}.stale-v10__table-head{display:grid;grid-template-columns:minmax(0,1fr) 58px 94px;gap:7px;align-items:center;padding:5px 9px;border-bottom:1px solid var(--border);font-size:7px;line-height:1;text-transform:uppercase;letter-spacing:.055em;font-weight:900;opacity:.52}.stale-v10__table-head span:nth-child(2),.stale-v10__table-head span:nth-child(3){text-align:center}.stale-v10__ticket{min-height:43px;display:grid;grid-template-columns:minmax(0,1fr) 58px 94px;gap:7px;align-items:center;padding:5px 9px;border-bottom:1px solid rgba(255,255,255,.055)}.stale-v10__ticket:last-child{border-bottom:0}.stale-v10__ticket-id{min-width:0}.stale-v10__ticket-id strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.05;font-weight:900;letter-spacing:.005em}.stale-v10__open{display:flex;align-items:baseline;justify-content:center;gap:2px;white-space:nowrap}.stale-v10__open strong{font-size:14px;line-height:1}.stale-v10__open span{font-size:9px;font-weight:800;opacity:.58}.stale-v10__delay{min-height:30px;display:flex;align-items:center;justify-content:center;gap:4px;padding:3px 6px;border:1px solid;border-radius:7px;white-space:nowrap}.stale-v10__delay strong{font-size:19px;line-height:1}.stale-v10__delay span{font-size:8px;text-transform:uppercase;font-weight:900}.stale-v10__delay--attention{color:#f0cf43;background:#e1be2314;border-color:#e1be2347}.stale-v10__delay--warning{color:#ff9f37;background:#ff911e17;border-color:#ff911e5c}.stale-v10__delay--critical{color:#ff5967;background:#ff3c501a;border-color:#ff465873}.stale-v10__ticket--critical{background:#ff324606}.stale-v10__empty{min-height:180px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--border);border-radius:12px;font-weight:800}.stale-v10__empty--ok{color:#43d995}body.analytics-presenting .stale-v10{gap:7px}body.analytics-presenting .stale-v10__hero{padding:9px 13px;border-radius:9px;gap:15px}body.analytics-presenting .stale-v10__hero-copy .section-kicker{font-size:8px}body.analytics-presenting .stale-v10__hero h2{font-size:22px;margin:2px 0}body.analytics-presenting .stale-v10__hero p{font-size:10px}body.analytics-presenting .stale-v10__kpis{gap:4px}body.analytics-presenting .stale-v10__kpis>div{min-width:66px;padding:4px 7px}body.analytics-presenting .stale-v10__kpis strong{font-size:24px}body.analytics-presenting .stale-v10__kpis span{margin-top:3px;font-size:6px}body.analytics-presenting .stale-v10__notice{min-height:34px;padding:5px 10px;border-radius:8px}body.analytics-presenting .stale-v10__notice strong{font-size:10px}body.analytics-presenting .stale-v10__notice span,body.analytics-presenting .stale-v10__notice small{font-size:8px}body.analytics-presenting .stale-v10__grid{column-count:5;column-gap:7px}body.analytics-presenting .stale-v10__analyst{margin-bottom:7px;border-radius:8px}body.analytics-presenting .stale-v10__analyst-head{min-height:39px;padding:5px 7px}body.analytics-presenting .stale-v10__analyst-head strong{font-size:13px}body.analytics-presenting .stale-v10__analyst-head span{margin-top:2px;font-size:7px}body.analytics-presenting .stale-v10__analyst-head>b{font-size:21px}body.analytics-presenting .stale-v10__table-head{grid-template-columns:minmax(0,1fr) 44px 68px;gap:4px;padding:3px 6px;font-size:5px}body.analytics-presenting .stale-v10__ticket{min-height:31px;grid-template-columns:minmax(0,1fr) 44px 68px;gap:4px;padding:3px 6px}body.analytics-presenting .stale-v10__ticket-id strong{font-size:9px}body.analytics-presenting .stale-v10__open strong{font-size:10px}body.analytics-presenting .stale-v10__open span{font-size:6px}body.analytics-presenting .stale-v10__delay{min-height:23px;gap:2px;padding:2px 3px;border-radius:5px}body.analytics-presenting .stale-v10__delay strong{font-size:14px}body.analytics-presenting .stale-v10__delay span{font-size:5px}@media(max-width:1450px){.stale-v10__grid{column-count:2}body.analytics-presenting .stale-v10__grid{column-count:4}}@media(max-width:1050px){.stale-v10__hero{align-items:flex-start;flex-direction:column}.stale-v10__grid,body.analytics-presenting .stale-v10__grid{column-count:2}}@media(max-width:700px){.stale-v10__grid,body.analytics-presenting .stale-v10__grid{column-count:1}.stale-v10__kpis{width:100%;grid-template-columns:repeat(2,1fr)}.stale-v10__notice{align-items:flex-start;flex-direction:column}}.stale-v10__grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-flow:row!important;align-items:stretch!important;gap:12px!important;column-count:auto!important;column-gap:0!important}.stale-v10__analyst{display:flex!important;flex-direction:column!important;width:auto!important;height:100%!important;margin:0!important;break-inside:auto!important;border-radius:12px!important}.stale-v10__tickets{flex:1;display:flex;flex-direction:column}.stale-v10__analyst-head{min-height:56px!important;padding:10px 13px!important;background:linear-gradient(180deg,#ffffff06,#fff0)}.stale-v10__analyst-head strong{font-size:18px!important}.stale-v10__analyst-head span{font-size:10px!important}.stale-v10__analyst-head>b{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:9px;font-size:21px!important;background:#ffffff06}.stale-v10__table-head{grid-template-columns:minmax(0,1fr) 70px 112px!important;padding:6px 10px!important;font-size:8px!important}.stale-v10__ticket{grid-template-columns:minmax(0,1fr) 70px 112px!important;min-height:46px!important;padding:6px 10px!important;gap:8px!important}.stale-v10__ticket-id strong{font-size:13px!important;overflow:visible!important;text-overflow:clip!important}.stale-v10__open strong{font-size:14px!important}.stale-v10__delay{min-height:31px!important}.stale-v10__delay strong{font-size:19px!important}.stale-v10__kpis{gap:8px!important}.stale-v10__kpis>div{min-width:88px!important;padding:8px 11px!important;border:1px solid var(--border)!important;border-left:1px solid var(--border)!important;border-radius:10px;background:#ffffff05}.stale-v10__kpis strong{font-size:28px!important}.stale-v10__kpis span{font-size:7px!important}body.analytics-presenting .stale-v10{gap:8px!important}body.analytics-presenting .stale-v10__hero{padding:10px 14px!important;min-height:74px}body.analytics-presenting .stale-v10__hero h2{font-size:24px!important;line-height:1!important}body.analytics-presenting .stale-v10__hero p{font-size:10px!important;margin-top:4px!important}body.analytics-presenting .stale-v10__kpis{display:grid!important;grid-template-columns:repeat(4,82px)!important;gap:6px!important}body.analytics-presenting .stale-v10__kpis>div{min-width:0!important;width:82px!important;padding:5px!important;border:1px solid var(--border)!important;border-radius:8px!important}body.analytics-presenting .stale-v10__kpis strong{font-size:23px!important}body.analytics-presenting .stale-v10__kpis span{font-size:5.8px!important;line-height:1.1!important}body.analytics-presenting .stale-v10__notice{min-height:36px!important;padding:6px 11px!important}body.analytics-presenting .stale-v10__notice>div{gap:7px!important}body.analytics-presenting .stale-v10__notice strong{font-size:10px!important}body.analytics-presenting .stale-v10__notice span{font-size:8px!important}body.analytics-presenting .stale-v10__notice small{font-size:7px!important}body.analytics-presenting .stale-v10__grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-flow:row!important;align-items:stretch!important;column-count:auto!important;column-gap:0!important;gap:9px!important}body.analytics-presenting .stale-v10__analyst{display:flex!important;flex-direction:column!important;width:auto!important;height:100%!important;margin:0!important;border-radius:9px!important}body.analytics-presenting .stale-v10__analyst-head{min-height:44px!important;padding:6px 8px!important}body.analytics-presenting .stale-v10__analyst-head strong{font-size:14px!important;line-height:1!important}body.analytics-presenting .stale-v10__analyst-head span{margin-top:3px!important;font-size:7px!important}body.analytics-presenting .stale-v10__analyst-head>b{width:29px!important;height:29px!important;border-radius:7px!important;font-size:18px!important}body.analytics-presenting .stale-v10__table-head{grid-template-columns:minmax(0,1fr) 52px 82px!important;min-height:18px;padding:3px 7px!important;gap:5px!important;font-size:5.5px!important}body.analytics-presenting .stale-v10__tickets{flex:1}body.analytics-presenting .stale-v10__ticket{grid-template-columns:minmax(0,1fr) 52px 82px!important;min-height:34px!important;padding:4px 7px!important;gap:5px!important}body.analytics-presenting .stale-v10__ticket-id strong{font-size:9.5px!important;line-height:1!important;overflow:visible!important;text-overflow:clip!important}body.analytics-presenting .stale-v10__open span{font-size:6px!important}body.analytics-presenting .stale-v10__delay{min-height:25px!important;border-radius:6px!important;padding:2px 4px!important}body.analytics-presenting .stale-v10__delay strong{font-size:14px!important}body.analytics-presenting .stale-v10__delay span{font-size:5.5px!important}body.analytics-presenting .stale-v10__ticket--critical{background:linear-gradient(90deg,rgba(255,55,75,.065),transparent 55%)!important}body.analytics-presenting .stale-v10__delay--critical{box-shadow:inset 3px 0 #ff465abf}body.analytics-presenting .stale-v10__delay--warning{box-shadow:inset 3px 0 #ff9b28ad}body.analytics-presenting .stale-v10__delay--attention{box-shadow:inset 3px 0 #e6c8288c}@media(max-width:1350px){.stale-v10__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.analytics-presenting .stale-v10__grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:900px){.stale-v10__grid,body.analytics-presenting .stale-v10__grid{grid-template-columns:1fr!important}}body.analytics-presenting .stale-v10{gap:12px!important}body.analytics-presenting .stale-v10__hero{padding:14px 18px!important;min-height:96px!important}body.analytics-presenting .stale-v10__hero h2{font-size:34px!important;line-height:1.02!important;margin-bottom:6px!important}body.analytics-presenting .stale-v10__hero p{font-size:15px!important;line-height:1.25!important;opacity:.92!important}body.analytics-presenting .stale-v10__kpis{display:grid!important;grid-template-columns:repeat(4,minmax(96px,1fr))!important;gap:8px!important}body.analytics-presenting .stale-v10__kpis>div{min-width:96px!important;padding:10px!important;border-radius:12px!important}body.analytics-presenting .stale-v10__kpis strong{font-size:34px!important;line-height:1!important}body.analytics-presenting .stale-v10__kpis span{font-size:9px!important;line-height:1.15!important}body.analytics-presenting .stale-v10__notice{min-height:48px!important;padding:10px 14px!important;border-radius:12px!important}body.analytics-presenting .stale-v10__notice strong{font-size:16px!important}body.analytics-presenting .stale-v10__notice span{font-size:13px!important}body.analytics-presenting .stale-v10__notice small{font-size:12px!important}body.analytics-presenting .stale-v10__grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-flow:row!important;align-items:stretch!important;gap:14px!important;column-count:auto!important;column-gap:0!important}body.analytics-presenting .stale-v10__analyst{display:flex!important;flex-direction:column!important;width:auto!important;height:100%!important;margin:0!important;border-radius:14px!important;overflow:hidden!important}body.analytics-presenting .stale-v10__analyst-head{min-height:60px!important;padding:10px 12px!important}body.analytics-presenting .stale-v10__analyst-head strong{font-size:24px!important;line-height:1.02!important}body.analytics-presenting .stale-v10__analyst-head span{display:block!important;margin-top:5px!important;font-size:12px!important;line-height:1.2!important;opacity:.88!important}body.analytics-presenting .stale-v10__analyst-head>b{width:38px!important;height:38px!important;border-radius:10px!important;font-size:24px!important}body.analytics-presenting .stale-v10__table-head{grid-template-columns:minmax(0,1fr) 86px 128px!important;min-height:26px!important;padding:6px 10px!important;gap:8px!important;font-size:9px!important}body.analytics-presenting .stale-v10__ticket{grid-template-columns:minmax(0,1fr) 86px 128px!important;min-height:52px!important;padding:8px 10px!important;gap:8px!important}body.analytics-presenting .stale-v10__ticket-id strong{font-size:18px!important;line-height:1.05!important;letter-spacing:.2px!important;overflow:visible!important;text-overflow:clip!important}body.analytics-presenting .stale-v10__open strong{font-size:18px!important;line-height:1!important}body.analytics-presenting .stale-v10__open span{font-size:10px!important;line-height:1.1!important}body.analytics-presenting .stale-v10__delay{min-height:36px!important;padding:4px 8px!important;border-radius:9px!important}body.analytics-presenting .stale-v10__delay strong{font-size:24px!important;line-height:1!important}body.analytics-presenting .stale-v10__delay span{font-size:9px!important;line-height:1.1!important}body.analytics-presenting .stale-v10__ticket--critical{background:linear-gradient(90deg,rgba(255,60,80,.07),transparent 58%)!important}body.analytics-presenting .stale-v10__delay--critical{box-shadow:inset 4px 0 #ff465ac7}body.analytics-presenting .stale-v10__delay--warning{box-shadow:inset 4px 0 #ffa028bd}body.analytics-presenting .stale-v10__delay--attention{box-shadow:inset 4px 0 #e0c42a9e}@media(max-width:1600px){body.analytics-presenting .stale-v10__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:1100px){body.analytics-presenting .stale-v10__grid{grid-template-columns:1fr!important}}body.analytics-presenting .stale-v10{gap:6px!important}body.analytics-presenting .stale-v10__hero{min-height:66px!important;padding:8px 12px!important;gap:12px!important}body.analytics-presenting .stale-v10__hero-copy .section-kicker{font-size:7px!important}body.analytics-presenting .stale-v10__hero h2{font-size:22px!important;line-height:1!important;margin:2px 0 3px!important}body.analytics-presenting .stale-v10__hero p{font-size:9px!important;line-height:1.15!important;margin:0!important}body.analytics-presenting .stale-v10__kpis{display:grid!important;grid-template-columns:repeat(4,74px)!important;gap:5px!important}body.analytics-presenting .stale-v10__kpis>div{width:74px!important;min-width:74px!important;padding:4px!important;border-radius:7px!important}body.analytics-presenting .stale-v10__kpis strong{font-size:23px!important;line-height:.95!important}body.analytics-presenting .stale-v10__kpis span{font-size:5px!important;line-height:1.05!important;margin-top:2px!important}body.analytics-presenting .stale-v10__notice{min-height:30px!important;padding:4px 9px!important;border-radius:7px!important}body.analytics-presenting .stale-v10__notice>div{gap:5px!important}body.analytics-presenting .stale-v10__notice svg{width:13px!important;height:13px!important}body.analytics-presenting .stale-v10__notice strong{font-size:9px!important}body.analytics-presenting .stale-v10__notice span{font-size:7px!important}body.analytics-presenting .stale-v10__notice small{font-size:6px!important}body.analytics-presenting .stale-v10__grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-flow:row!important;align-items:stretch!important;column-count:auto!important;column-gap:0!important;gap:7px!important}body.analytics-presenting .stale-v10__analyst{display:flex!important;flex-direction:column!important;width:auto!important;height:100%!important;margin:0!important;border-radius:8px!important}body.analytics-presenting .stale-v10__analyst-head{min-height:38px!important;padding:5px 7px!important;gap:5px!important}body.analytics-presenting .stale-v10__analyst-head strong{font-size:15px!important;line-height:1!important}body.analytics-presenting .stale-v10__analyst-head span{font-size:6px!important;line-height:1!important;margin-top:2px!important}body.analytics-presenting .stale-v10__analyst-head>b{width:25px!important;height:25px!important;min-width:25px!important;font-size:17px!important;border-radius:6px!important}body.analytics-presenting .stale-v10__table-head{grid-template-columns:minmax(0,1fr) 46px 72px!important;min-height:14px!important;padding:2px 6px!important;gap:4px!important;font-size:4.8px!important}body.analytics-presenting .stale-v10__ticket{grid-template-columns:minmax(0,1fr) 46px 72px!important;min-height:30px!important;padding:3px 6px!important;gap:4px!important}body.analytics-presenting .stale-v10__ticket-id strong{font-size:10.8px!important;line-height:1!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}body.analytics-presenting .stale-v10__open{justify-content:center!important}body.analytics-presenting .stale-v10__open strong{font-size:10px!important}body.analytics-presenting .stale-v10__open span{font-size:5.5px!important}body.analytics-presenting .stale-v10__delay{min-height:23px!important;padding:2px 3px!important;gap:2px!important;border-radius:5px!important}body.analytics-presenting .stale-v10__delay strong{font-size:15px!important;line-height:1!important}body.analytics-presenting .stale-v10__delay span{font-size:5px!important;line-height:1!important}body.analytics-presenting .stale-v10__delay--critical{box-shadow:inset 3px 0 #ff465ad9!important}body.analytics-presenting .stale-v10__delay--warning{box-shadow:inset 3px 0 #ff9b28c7!important}body.analytics-presenting .stale-v10__delay--attention{box-shadow:inset 3px 0 #e6c8289e!important}@media(max-width:1200px){body.analytics-presenting .stale-v10__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}body.analytics-presenting .stale-v10{gap:8px!important;padding-bottom:0!important;font-variant-numeric:tabular-nums}body.analytics-presenting .stale-v10__hero{min-height:56px!important;padding:8px 12px!important;gap:10px!important;align-items:center!important}body.analytics-presenting .stale-v10__hero-copy .section-kicker{display:none!important}body.analytics-presenting .stale-v10__hero h2{font-size:19px!important;line-height:1!important;margin:0 0 4px!important}body.analytics-presenting .stale-v10__hero p{font-size:10px!important;line-height:1.15!important;margin:0!important;opacity:.9!important;max-width:760px!important}body.analytics-presenting .stale-v10__kpis{grid-template-columns:repeat(4,68px)!important;gap:6px!important}body.analytics-presenting .stale-v10__kpis>div{width:68px!important;min-width:68px!important;padding:6px 5px!important;border-radius:8px!important}body.analytics-presenting .stale-v10__kpis strong{font-size:19px!important;line-height:1!important}body.analytics-presenting .stale-v10__kpis span{font-size:6px!important;margin-top:2px!important;line-height:1.05!important}body.analytics-presenting .stale-v10__notice{min-height:26px!important;padding:4px 10px!important;border-radius:7px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}body.analytics-presenting .stale-v10__notice svg{width:14px!important;height:14px!important}body.analytics-presenting .stale-v10__notice strong{font-size:12px!important;line-height:1!important}body.analytics-presenting .stale-v10__notice span{font-size:9px!important;line-height:1.1!important;opacity:.96!important}body.analytics-presenting .stale-v10__notice small{font-size:9px!important;line-height:1!important;white-space:nowrap!important}body.analytics-presenting .stale-v10__grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;align-items:start!important}body.analytics-presenting .stale-v10__analyst{border-radius:9px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}body.analytics-presenting .stale-v10__analyst-head{min-height:34px!important;padding:5px 9px!important;gap:4px!important}body.analytics-presenting .stale-v10__analyst-head strong{font-size:16px!important;line-height:1!important}body.analytics-presenting .stale-v10__analyst-head span{font-size:8px!important;line-height:1.1!important;opacity:.82!important}body.analytics-presenting .stale-v10__analyst-head>b{width:28px!important;min-width:28px!important;height:28px!important;border-radius:8px!important;font-size:18px!important;line-height:1!important}body.analytics-presenting .stale-v10__table-head{display:grid!important;grid-template-columns:minmax(0,1fr) 64px 88px!important;gap:6px!important;padding:4px 9px!important;font-size:9px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.04em!important;opacity:.95!important;color:#ffffffd1!important;background:#ffffff08!important;border-top:1px solid rgba(255,255,255,.06)!important;border-bottom:1px solid rgba(255,255,255,.06)!important}body.analytics-presenting .stale-v10__table-head>*:nth-child(2),body.analytics-presenting .stale-v10__table-head>*:nth-child(3){text-align:center!important}body.analytics-presenting .stale-v10__ticket{display:grid!important;grid-template-columns:minmax(0,1fr) 64px 88px!important;gap:6px!important;align-items:center!important;min-height:38px!important;padding:4px 9px!important}body.analytics-presenting .stale-v10__ticket+.stale-v10__ticket{border-top:1px solid rgba(255,255,255,.04)!important}body.analytics-presenting .stale-v10__ticket-id strong{font-size:13px!important;line-height:1!important;font-weight:900!important;white-space:nowrap!important}body.analytics-presenting .stale-v10__open{display:flex!important;align-items:center!important;justify-content:center!important;gap:2px!important;text-align:center!important}body.analytics-presenting .stale-v10__open strong{font-size:14px!important;line-height:1!important;font-weight:900!important}body.analytics-presenting .stale-v10__open span{font-size:9px!important;line-height:1!important;opacity:.95!important}body.analytics-presenting .stale-v10__delay{min-height:28px!important;padding:3px 6px!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:row!important;gap:4px!important}body.analytics-presenting .stale-v10__delay strong{font-size:18px!important;line-height:1!important;font-weight:950!important}body.analytics-presenting .stale-v10__delay span{font-size:8px!important;line-height:1!important;font-weight:900!important;letter-spacing:.02em!important;opacity:1!important}body.analytics-presenting .stale-v10__delay--critical{box-shadow:inset 3px 0 #ff465af5!important}body.analytics-presenting .stale-v10__delay--warning{box-shadow:inset 3px 0 #ff9b28f0!important}body.analytics-presenting .stale-v10__delay--attention{box-shadow:inset 3px 0 #e1cd32eb!important}body.analytics-presenting .stale-v10__ticket--critical{background:linear-gradient(90deg,rgba(255,55,75,.07),transparent 70%)!important}@media(max-width:1280px){body.analytics-presenting .stale-v10__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}.sidebar{overflow:hidden}.nav-list{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:4px;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.nav-list::-webkit-scrollbar{width:6px}.nav-list::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.sidebar-footer{flex-shrink:0}.user-manage-card--permissions{width:min(920px,94vw);max-width:920px;max-height:90vh;overflow-y:auto}.permissions-user-grid{display:grid;grid-template-columns:1fr 1fr 220px;gap:14px}.permissions-editor{margin-top:8px;padding:18px;border:1px solid var(--border);border-radius:16px;background:var(--surface-2)}.permissions-editor__head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:16px}.permissions-editor__head strong,.permissions-editor__head small{display:block}.permissions-editor__head small{margin-top:5px;color:var(--muted)}.permissions-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.permissions-group{border:1px solid var(--border);border-radius:13px;background:var(--surface);padding:14px}.permissions-group>strong{display:block;margin-bottom:10px;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.permissions-list{display:flex;flex-direction:column;gap:6px}.permission-item{display:flex;align-items:flex-start;gap:10px;padding:9px 10px;border-radius:10px;cursor:pointer}.permission-item:hover{background:var(--surface-2)}.permission-item input{margin-top:3px}.permission-item span{min-width:0}.permission-item b,.permission-item small{display:block}.permission-item b{font-size:12px}.permission-item small{margin-top:3px;color:var(--muted);font-size:10px}.permission-item--disabled{opacity:.38;cursor:not-allowed}.permissions-loading{padding:20px;text-align:center;color:var(--muted)}@media(max-width:820px){.permissions-user-grid,.permissions-groups{grid-template-columns:1fr}}.permissions-editor-v2{display:block!important;height:auto!important;min-height:180px!important;max-height:none!important;overflow:visible!important}.permissions-toolbar{display:flex!important;min-height:86px!important;height:auto!important;visibility:visible!important;opacity:1!important}.permissions-groups-v2{display:grid!important;visibility:visible!important;opacity:1!important;height:auto!important;max-height:none!important;overflow:visible!important}.permission-group-card{display:block!important;height:auto!important;min-height:0!important}.permission-rows{display:flex!important;flex-direction:column!important;height:auto!important;max-height:none!important;overflow:visible!important}.permission-row{display:grid!important;visibility:visible!important;opacity:1!important}.permissions-modal-form{overflow-y:auto!important}.user-manage-card--v2{max-height:92vh!important}.user-manage-card--v2{width:min(1050px,96vw)!important;max-width:1050px!important;max-height:94vh!important}.permissions-user-grid{display:grid!important;grid-template-columns:minmax(220px,1fr) minmax(260px,1.15fr) 220px!important;gap:12px!important}.compact-summary{display:grid!important;grid-template-columns:repeat(4,minmax(140px,1fr))!important;gap:10px!important}.permissions-editor-v2{margin-top:16px!important;overflow:hidden!important}.permissions-toolbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;padding:16px 18px!important;min-height:0!important}.permissions-toolbar>div:first-child{min-width:260px}.permissions-toolbar h4{margin:3px 0!important;font-size:16px!important}.permissions-toolbar p{max-width:480px;line-height:1.4!important}.permissions-presets{display:flex!important;flex-wrap:wrap!important;gap:6px!important;justify-content:flex-end!important;max-width:440px!important}.permission-preset-btn{min-height:30px!important;height:30px!important;padding:0 10px!important;border-radius:8px!important;font-size:10px!important;white-space:nowrap!important}.permissions-groups-v2{display:flex!important;flex-direction:column!important;gap:10px!important;padding:12px!important}.permission-group-card{width:100%!important;border-radius:12px!important;overflow:hidden!important}.permission-group-head{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;min-height:46px!important;padding:10px 14px!important;gap:16px!important}.permission-group-head>div:first-child{display:flex!important;flex-direction:row!important;align-items:center!important;gap:10px!important}.permission-group-head strong{font-size:12px!important;white-space:nowrap!important}.permission-group-head span{font-size:10px!important;white-space:nowrap!important}.permission-group-actions{display:flex!important;align-items:center!important;gap:5px!important}.permission-group-actions button{min-height:26px!important;padding:0 8px!important;font-size:9px!important;border:1px solid var(--border)!important;background:var(--surface)!important}.permission-row{display:grid!important;grid-template-columns:28px minmax(0,1fr) 76px!important;align-items:center!important;gap:10px!important;min-height:54px!important;padding:8px 14px!important}.permission-row-check{display:flex!important;align-items:center!important;justify-content:flex-start!important}.permission-row-check input{width:17px!important;height:17px!important}.permission-row-main{display:flex!important;flex-direction:column!important;gap:2px!important;min-width:0!important}.permission-row-main strong{font-size:12px!important;line-height:1.25!important}.permission-row-main span{font-size:10px!important;line-height:1.3!important}.permission-row-type{justify-self:end!important}.permission-type{min-width:62px!important;text-align:center!important;font-size:8px!important;padding:4px 6px!important}.permissions-management-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:14px!important}.permissions-modal-footer{margin-top:16px!important;padding:12px 22px!important}.permissions-modal-form{overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:thin}@media(max-width:1050px){.permissions-user-grid{grid-template-columns:1fr 1fr!important}.permissions-user-grid label:last-child{grid-column:1/-1}.compact-summary{grid-template-columns:1fr 1fr!important}.permissions-toolbar{align-items:flex-start!important;flex-direction:column!important}.permissions-presets{justify-content:flex-start!important;max-width:none!important}}@media(max-width:720px){.user-manage-card--v2{width:98vw!important;max-height:96vh!important}.permissions-modal-header{padding:16px!important}.permissions-modal-form{padding:14px 16px 0!important}.permissions-user-grid,.compact-summary{grid-template-columns:1fr!important}.permissions-user-grid label:last-child{grid-column:auto}.permission-row{grid-template-columns:26px minmax(0,1fr)!important}.permission-row-type{grid-column:2;justify-self:start!important;margin-top:3px}.permissions-modal-footer{margin-left:-16px!important;margin-right:-16px!important;padding:12px 16px!important}}.user-manage-card--v2{width:min(1000px,96vw)!important;max-width:1000px!important;height:min(880px,94vh)!important;max-height:94vh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.permissions-modal-header{flex:0 0 auto!important}.permissions-modal-form{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding-bottom:0!important}.permissions-user-grid{grid-template-columns:1fr 1.1fr .55fr!important}.compact-summary{grid-template-columns:repeat(4,minmax(0,1fr))!important}.permissions-editor-v2{margin-top:18px!important;border:0!important;background:transparent!important;overflow:visible!important}.permissions-toolbar{border:1px solid var(--border)!important;border-radius:14px!important;background:var(--surface-2)!important;padding:14px 16px!important;margin-bottom:10px!important}.permissions-toolbar h4{font-size:16px!important}.permissions-toolbar p{font-size:11px!important}.permissions-presets{gap:6px!important}.permission-preset-btn{height:30px!important;min-height:30px!important;padding:0 9px!important;font-size:10px!important}.permissions-accordion{display:flex!important;flex-direction:column!important;gap:8px!important;padding:0!important}.permission-accordion-group{width:100%!important;border:1px solid var(--border)!important;border-radius:12px!important;background:var(--surface)!important;overflow:hidden!important}.permission-accordion-summary{list-style:none!important;min-height:54px!important;padding:10px 13px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;cursor:pointer!important;background:var(--surface-2)!important;-webkit-user-select:none!important;user-select:none!important}.permission-accordion-summary::-webkit-details-marker{display:none!important}.permission-accordion-title{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important}.permission-accordion-title>div{display:flex!important;flex-direction:column!important;gap:2px!important}.permission-accordion-title strong{font-size:12px!important;line-height:1.2!important}.permission-accordion-title span:not(.permission-accordion-chevron){font-size:10px!important;color:var(--muted)!important}.permission-accordion-chevron{width:22px!important;height:22px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--muted)!important;font-size:20px!important;font-weight:700!important;transform:rotate(0);transition:transform .15s ease}.permission-accordion-group[open] .permission-accordion-chevron{transform:rotate(90deg)}.permission-group-actions{display:flex!important;align-items:center!important;gap:5px!important;flex-shrink:0!important}.permission-group-actions button{min-height:27px!important;height:27px!important;padding:0 8px!important;border:1px solid var(--border)!important;border-radius:7px!important;background:var(--surface)!important;color:var(--muted)!important;font-size:9px!important;font-weight:750!important}.permission-group-actions button:hover{color:var(--text)!important;border-color:var(--muted)!important}.permission-accordion-content{display:flex!important;flex-direction:column!important}.permission-row-v5{display:grid!important;grid-template-columns:24px minmax(0,1fr) 70px!important;align-items:center!important;min-height:58px!important;padding:8px 14px!important;gap:10px!important;border-top:1px solid var(--border-soft)!important;cursor:pointer!important;transition:background .15s ease!important}.permission-row-v5:hover{background:var(--surface-2)!important}.permission-row-v5 input{width:16px!important;height:16px!important;margin:0!important;accent-color:var(--red)!important}.permission-row-v5-text{display:flex!important;flex-direction:column!important;gap:3px!important;min-width:0!important}.permission-row-v5-text strong{font-size:12px!important;line-height:1.25!important}.permission-row-v5-text span{color:var(--muted)!important;font-size:10px!important;line-height:1.3!important}.permission-row-v5 .permission-type{justify-self:end!important;min-width:58px!important;text-align:center!important}.permission-row-v5--disabled{opacity:.34!important;cursor:not-allowed!important}.permission-row-v5--disabled:hover{background:transparent!important}.permissions-modal-footer{position:sticky!important;bottom:0!important;z-index:10!important;background:var(--surface)!important;border-top:1px solid var(--border)!important;margin-top:14px!important}@media(max-width:1000px){.permissions-user-grid{grid-template-columns:1fr 1fr!important}.permissions-user-grid label:last-child{grid-column:1/-1!important}.compact-summary{grid-template-columns:1fr 1fr!important}.permissions-toolbar{flex-direction:column!important;align-items:flex-start!important}.permissions-presets{justify-content:flex-start!important}}@media(max-width:650px){.permissions-user-grid,.compact-summary{grid-template-columns:1fr!important}.permissions-user-grid label:last-child{grid-column:auto!important}.permission-accordion-summary{align-items:flex-start!important}.permission-group-actions{flex-direction:column!important}.permission-row-v5{grid-template-columns:22px minmax(0,1fr)!important}.permission-row-v5 .permission-type{grid-column:2!important;justify-self:start!important}}.permissions-modal-form{position:relative!important;overflow-y:auto!important;overflow-x:hidden!important;scroll-behavior:smooth;padding-bottom:22px!important}.permissions-management-actions,.management-actions.permissions-management-actions{position:static!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;z-index:auto!important;width:100%!important;margin:18px 0 0!important;padding:16px 0 0!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;border-top:1px solid var(--border)!important;background:transparent!important;box-shadow:none!important;transform:none!important}.permissions-modal-footer{position:static!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;z-index:auto!important;width:auto!important;margin:16px -26px -22px!important;padding:15px 26px!important;background:var(--surface)!important;border-top:1px solid var(--border)!important;box-shadow:none!important;transform:none!important}.permissions-accordion{margin-bottom:8px!important}.permissions-editor-v2{overflow:visible!important}.permissions-editor-v2,.permissions-toolbar,.permissions-accordion,.permission-accordion-group,.permission-accordion-summary,.permissions-management-actions{position:static!important}.permission-accordion-summary{position:relative!important}@media(max-width:900px){.permissions-management-actions{align-items:stretch!important}.permissions-management-actions button{flex:1 1 190px!important}.permissions-modal-footer{flex-direction:column!important;align-items:stretch!important}.permissions-modal-footer>div:last-child{display:flex!important;width:100%!important}.permissions-modal-footer>div:last-child button{flex:1 1 0!important}}.user-manage-v7{width:min(1040px,95vw)!important;max-width:1040px!important;max-height:92vh!important;padding:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;background:var(--surface)!important}.user-manage-v7 *{box-sizing:border-box}.v7-header{flex:0 0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 24px 17px;border-bottom:1px solid var(--border)}.v7-header h3{margin:5px 0 3px;font-size:23px}.v7-header p{margin:0;font-size:12px;color:var(--muted)}.v7-body{flex:1 1 auto;min-height:0;overflow-y:auto!important;overflow-x:hidden!important;padding:18px 24px 22px;display:flex;flex-direction:column;gap:16px;position:static!important}.v7-user-fields{display:grid;grid-template-columns:1fr 1.15fr 210px;gap:12px}.v7-user-fields label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:750;min-width:0}.v7-user-fields input,.v7-user-fields select{width:100%;min-width:0;height:44px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:11px;padding:0 13px;outline:none}.v7-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.v7-summary>div{border:1px solid var(--border);border-radius:12px;padding:11px 13px;background:var(--surface-2);display:flex;flex-direction:column;gap:3px;min-width:0}.v7-summary span{color:var(--muted);font-size:10px}.v7-summary strong{font-size:12px}.v7-permissions{border:1px solid var(--border);border-radius:14px;overflow:hidden;position:static!important}.v7-permissions-top{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 15px;border-bottom:1px solid var(--border);background:var(--surface-2)}.v7-permissions-top h4{margin:4px 0 0;font-size:15px}.v7-presets{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.v7-presets button,.v7-permission-panel-head button{min-height:30px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--muted);padding:0 9px;font-size:9px;font-weight:800}.v7-presets button:hover,.v7-permission-panel-head button:hover{color:var(--text)}.v7-permission-workspace{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:290px}.v7-categories{padding:8px;border-right:1px solid var(--border);background:var(--surface-2);display:flex;flex-direction:column;gap:5px}.v7-categories button{width:100%;min-height:46px;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--muted);padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left}.v7-categories button span{font-size:11px;font-weight:800}.v7-categories button b{min-width:34px;text-align:center;border:1px solid var(--border);border-radius:999px;padding:3px 6px;font-size:9px}.v7-categories button:hover{background:var(--surface);color:var(--text)}.v7-categories button.active{background:#ed1c2414;border-color:#ed1c2438;color:var(--text)}.v7-permission-panel{min-width:0;background:var(--surface);position:static!important}.v7-permission-panel-head{min-height:54px;padding:10px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border-soft);background:var(--surface-2);position:static!important}.v7-permission-panel-head>div:first-child{display:flex;flex-direction:column;gap:2px}.v7-permission-panel-head strong{font-size:12px}.v7-permission-panel-head span{color:var(--muted);font-size:9px}.v7-permission-panel-head>div:last-child{display:flex;gap:5px}.v7-permission-list{display:flex;flex-direction:column;position:static!important}.v7-permission-row{min-height:58px;display:grid;grid-template-columns:24px minmax(0,1fr) 68px;align-items:center;gap:10px;padding:9px 13px;border-bottom:1px solid var(--border-soft);cursor:pointer;position:static!important}.v7-permission-row:last-child{border-bottom:0}.v7-permission-row:hover{background:var(--surface-2)}.v7-permission-row input{width:16px;height:16px;margin:0;accent-color:var(--red)}.v7-permission-row>div{min-width:0;display:flex;flex-direction:column;gap:2px}.v7-permission-row strong{font-size:11px}.v7-permission-row span{color:var(--muted);font-size:9px;line-height:1.35}.v7-permission-row.disabled{opacity:.34;cursor:not-allowed}.v7-permission-row.disabled:hover{background:transparent}.v7-type{justify-self:end;min-width:56px;border:1px solid var(--border);border-radius:999px;padding:4px 5px;text-align:center;font-size:8px;font-weight:850}.v7-type-leitura{color:var(--blue)}.v7-type-acao{color:var(--amber)}.v7-type-admin{color:#ff8d93}.v7-loading,.v7-admin-access{margin:14px;padding:16px;border:1px solid var(--border);border-radius:11px;background:var(--surface-2);color:var(--muted);font-size:11px}.v7-admin-access strong,.v7-admin-access span{display:block}.v7-admin-access strong{color:var(--text);margin-bottom:4px}.v7-account-actions{position:static!important;display:flex;flex-wrap:wrap;gap:8px;margin:0!important;padding:14px 0 0!important;border-top:1px solid var(--border);background:transparent!important;box-shadow:none!important;transform:none!important}.v7-footer{position:static!important;display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0!important;padding:14px 0 0!important;border-top:1px solid var(--border);background:transparent!important;box-shadow:none!important;transform:none!important}.v7-footer>div:first-child{display:flex;flex-direction:column;gap:2px}.v7-footer>div:first-child strong{font-size:11px}.v7-footer>div:first-child span{font-size:9px;color:var(--muted)}.v7-footer>div:last-child{display:flex;gap:7px}@media(max-width:850px){.v7-user-fields{grid-template-columns:1fr 1fr}.v7-user-fields label:last-child{grid-column:1/-1}.v7-summary{grid-template-columns:1fr 1fr}.v7-permissions-top{align-items:flex-start;flex-direction:column}.v7-presets{justify-content:flex-start}.v7-permission-workspace{grid-template-columns:1fr}.v7-categories{border-right:0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.user-manage-v7{width:98vw!important;max-height:95vh!important}.v7-header,.v7-body{padding-left:14px;padding-right:14px}.v7-user-fields,.v7-summary,.v7-categories{grid-template-columns:1fr}.v7-user-fields label:last-child{grid-column:auto}.v7-permission-row{grid-template-columns:22px minmax(0,1fr)}.v7-type{grid-column:2;justify-self:start}.v7-footer{flex-direction:column;align-items:stretch}.v7-footer>div:last-child{width:100%}.v7-footer>div:last-child button{flex:1}}.v7-body>*{flex-shrink:0!important}.v7-user-fields,.v7-summary{flex:0 0 auto!important}.v7-permissions{flex:0 0 auto!important;height:auto!important;min-height:0!important;max-height:none!important}.v7-permission-workspace{flex:0 0 auto!important;height:auto!important;min-height:290px!important;max-height:none!important;overflow:visible!important}.v7-categories{height:auto!important;min-height:290px!important;align-self:stretch!important}.v7-permission-panel{height:auto!important;min-height:290px!important;max-height:none!important;overflow:visible!important}.v7-permission-list{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.v7-permission-row{flex-shrink:0!important}.v7-account-actions,.v7-footer{flex:0 0 auto!important}.v7-body{overflow-y:auto!important;overflow-x:hidden!important;height:auto!important;min-height:0!important}.user-manage-v7{height:auto!important;max-height:92vh!important}.v7-permissions{margin-bottom:2px!important}.v7-permission-row{min-height:60px!important}.v7-permission-row strong{font-size:12px!important}.v7-permission-row span{font-size:10px!important}.v7-categories button.active{background:#ed1c241c!important;border-color:#ed1c2457!important}.v7-body{scrollbar-width:thin;scrollbar-color:var(--border) transparent}.v7-body::-webkit-scrollbar{width:7px}.v7-body::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.user-manage-v10{width:min(1080px,96vw)!important;max-width:1080px!important;max-height:94vh!important;padding:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;background:var(--surface)!important}.user-manage-v10 *{box-sizing:border-box}.um10-header{flex:0 0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 24px 17px;border-bottom:1px solid var(--border)}.um10-header h3{margin:5px 0 4px;font-size:23px}.um10-header p{margin:0;color:var(--muted);font-size:11px}.um10-scroll{flex:1 1 auto;min-height:0;overflow-y:auto!important;overflow-x:hidden!important;padding:18px 24px 22px;display:flex;flex-direction:column;gap:15px}.um10-scroll>*{flex-shrink:0}.um10-user{display:grid;grid-template-columns:1fr 1.15fr 220px;gap:12px}.um10-user label{min-width:0;display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:800}.um10-user input,.um10-user select{width:100%;min-width:0;height:44px;padding:0 13px;border:1px solid var(--border);border-radius:11px;background:var(--surface-2);color:var(--text)}.um10-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.um10-summary>div{padding:10px 12px;border:1px solid var(--border);border-radius:11px;background:var(--surface-2);display:flex;flex-direction:column;gap:3px}.um10-summary span{color:var(--muted);font-size:9px}.um10-summary strong{font-size:12px}.um10-access{border:1px solid var(--border);border-radius:14px;overflow:hidden}.um10-access-header{padding:13px 15px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--surface-2);border-bottom:1px solid var(--border)}.um10-access-header h4{margin:4px 0 2px;font-size:15px}.um10-access-header p{margin:0;color:var(--muted);font-size:10px}.um10-presets{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}.um10-presets button,.um10-panel-head button{height:29px;min-height:29px;padding:0 9px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--muted);font-size:9px;font-weight:800}.um10-presets button:hover,.um10-panel-head button:hover{color:var(--text)}.um10-modules{padding:9px;display:flex;flex-wrap:wrap;gap:7px;border-bottom:1px solid var(--border);background:var(--surface)}.um10-modules button{min-width:125px;height:42px;padding:0 11px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);color:var(--muted)}.um10-modules button span{font-size:11px;font-weight:850}.um10-modules button small{min-width:34px;padding:3px 6px;border:1px solid var(--border);border-radius:999px;text-align:center;font-size:8px}.um10-modules button.active{color:var(--text);border-color:#ed1c246b;background:#ed1c241a}.um10-workspace{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:310px}.um10-sections{padding:9px;display:flex;flex-direction:column;gap:5px;border-right:1px solid var(--border);background:var(--surface-2)}.um10-module-title{padding:7px 9px 10px;display:flex;flex-direction:column;gap:2px}.um10-module-title span{color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.08em}.um10-module-title strong{font-size:12px}.um10-sections button{min-height:42px;padding:7px 9px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--muted);display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left}.um10-sections button span{font-size:10px;font-weight:800}.um10-sections button small{font-size:8px}.um10-sections button.active{color:var(--text);background:var(--surface);border-color:var(--border)}.um10-permissions{min-width:0;background:var(--surface)}.um10-panel-head{min-height:54px;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border);background:var(--surface-2)}.um10-panel-head>div:first-child{display:flex;flex-direction:column;gap:2px}.um10-panel-head span{color:var(--muted);font-size:8px}.um10-panel-head strong{font-size:12px}.um10-panel-head>div:last-child{display:flex;gap:5px}.um10-list{display:flex;flex-direction:column}.um10-permission{min-height:58px;padding:8px 12px;display:grid;grid-template-columns:24px minmax(0,1fr) 62px;align-items:center;gap:10px;border-bottom:1px solid var(--border-soft);cursor:pointer}.um10-permission:last-child{border-bottom:0}.um10-permission:hover{background:var(--surface-2)}.um10-permission input{width:16px;height:16px;margin:0;accent-color:var(--red)}.um10-permission>div{min-width:0;display:flex;flex-direction:column;gap:2px}.um10-permission strong{font-size:11px}.um10-permission span{color:var(--muted);font-size:9px;line-height:1.35}.um10-permission.disabled{opacity:.34;cursor:not-allowed}.um10-badge{justify-self:end;min-width:55px;padding:4px 5px;border:1px solid var(--border);border-radius:999px;text-align:center;font-size:7px;font-weight:900}.um10-badge.leitura{color:var(--blue)}.um10-badge.acao{color:var(--amber)}.um10-badge.admin{color:#ff8d93}.um10-empty,.um10-message{margin:13px;padding:15px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);color:var(--muted);font-size:10px}.um10-message strong,.um10-message span{display:block}.um10-message strong{color:var(--text);margin-bottom:3px}.um10-account-actions{padding-top:14px;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:7px}.um10-footer{padding-top:14px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:15px}.um10-footer>div:first-child{display:flex;flex-direction:column;gap:2px}.um10-footer strong{font-size:10px}.um10-footer span{color:var(--muted);font-size:8px}.um10-footer>div:last-child{display:flex;gap:7px}@media(max-width:850px){.um10-user{grid-template-columns:1fr 1fr}.um10-user label:last-child{grid-column:1/-1}.um10-summary{grid-template-columns:1fr 1fr}.um10-access-header{flex-direction:column;align-items:flex-start}.um10-presets{justify-content:flex-start}.um10-workspace{grid-template-columns:1fr}.um10-sections{border-right:0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.um10-module-title{grid-column:1/-1}}@media(max-width:560px){.user-manage-v10{width:98vw!important}.um10-header,.um10-scroll{padding-left:13px;padding-right:13px}.um10-user,.um10-summary,.um10-sections{grid-template-columns:1fr}.um10-user label:last-child,.um10-module-title{grid-column:auto}.um10-permission{grid-template-columns:22px minmax(0,1fr)}.um10-badge{grid-column:2;justify-self:start}.um10-footer{flex-direction:column;align-items:stretch}.um10-footer>div:last-child{width:100%}.um10-footer>div:last-child button{flex:1}}.stale-v10__ticket-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:inherit;padding:0;margin:0;display:inline-flex;align-items:center;gap:6px;cursor:pointer;font:inherit;text-align:left}.stale-v10__ticket-link:hover strong{text-decoration:underline;text-underline-offset:3px}.stale-weekend-pin{width:10px;height:10px;min-width:10px;display:inline-block;margin-left:4px;border-radius:2px;background:#5798f2;border:1px solid rgba(255,255,255,.72);transform:rotate(45deg);box-shadow:0 0 0 2px #5798f229,0 0 7px #5798f273;vertical-align:middle;flex:none}body.analytics-presenting .stale-weekend-pin{width:11px;height:11px;min-width:11px;box-shadow:0 0 0 2px #5798f233,0 0 9px #5798f28c}.stale-history-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:#00000094;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:24px}.stale-history-modal{width:min(920px,96vw);max-height:min(820px,92vh);overflow:hidden;display:flex;flex-direction:column;background:var(--panel);border:1px solid var(--border);border-radius:16px;box-shadow:0 24px 80px #0000005c}.stale-history-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 22px 16px;border-bottom:1px solid var(--border)}.stale-history-header h3{margin:4px 0 2px;font-size:23px}.stale-history-header p{margin:0;color:var(--muted);font-size:12px}.stale-history-close{width:34px;height:34px;border:1px solid var(--border);border-radius:9px;background:var(--surface-2);color:var(--text);font-size:24px;line-height:1;cursor:pointer}.stale-history-content{overflow:auto;padding:18px 22px 22px}.stale-history-loading,.stale-history-error{min-height:220px;display:flex;align-items:center;justify-content:center;gap:10px;padding:24px}.stale-history-error{color:#e36b6b}.stale-history-current{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.stale-history-current>div{min-width:0;padding:11px 12px;border:1px solid var(--border);background:var(--surface-2);border-radius:10px}.stale-history-current span,.stale-history-current strong{display:block}.stale-history-current span{margin-bottom:4px;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.stale-history-current strong{font-size:12px;overflow:hidden;text-overflow:ellipsis}.stale-history-current--accent strong{font-size:17px}.stale-history-signal{margin-top:12px;padding:10px 12px;display:flex;gap:10px;align-items:flex-start;border:1px solid rgba(92,143,214,.24);background:#5c8fd611;border-radius:10px}.stale-history-signal .stale-weekend-pin{margin-top:5px}.stale-history-signal strong,.stale-history-signal span{display:block}.stale-history-signal strong{font-size:11px}.stale-history-signal span{margin-top:2px;color:var(--muted);font-size:10px}.stale-history-events{margin-top:16px}.stale-history-events>header{margin-bottom:10px}.stale-history-events>header strong,.stale-history-events>header span{display:block}.stale-history-events>header strong{font-size:13px}.stale-history-events>header span{margin-top:2px;color:var(--muted);font-size:10px}.stale-history-event{position:relative;display:grid;grid-template-columns:12px minmax(0,1fr);gap:10px;padding:0 0 13px}.stale-history-event:not(:last-child):before{content:"";position:absolute;left:5px;top:11px;bottom:-1px;width:1px;background:var(--border)}.stale-history-event-dot{position:relative;z-index:1;width:9px;height:9px;margin-top:5px;border-radius:999px;background:var(--muted);box-shadow:0 0 0 3px var(--panel)}.stale-history-event-body{min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2)}.stale-history-event-top{display:flex;justify-content:space-between;gap:16px}.stale-history-event-top strong{font-size:11px}.stale-history-event-top span{color:var(--muted);font-size:9px;white-space:nowrap}.stale-history-change{margin-top:7px;display:grid;grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr);align-items:center;gap:5px}.stale-history-change span,.stale-history-change strong{padding:6px 8px;border-radius:7px;background:var(--panel);font-size:10px;word-break:break-word}.stale-history-change span{color:var(--muted)}.stale-history-change b{text-align:center;opacity:.45}.stale-history-meta{margin-top:7px;display:flex;gap:5px;flex-wrap:wrap}.stale-history-meta span{padding:3px 6px;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:8px;font-weight:700}.stale-history-empty{padding:20px;text-align:center;border:1px dashed var(--border);border-radius:10px;color:var(--muted);font-size:11px}@media(max-width:800px){.stale-history-current{grid-template-columns:repeat(2,minmax(0,1fr))}.stale-history-modal{max-height:94vh}}
