@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";:root{--nav-bg:#1c2e4a;--nav-bg2:#17253d;--nav-text:#7fa3c8;--nav-active-bg:#1a6bff2e;--nav-active:#60a5fa;--nav-hover:#ffffff14;--nav-white:#fff;--nav-border:#ffffff0f;--tb-h:50px;--nav-w:192px;--rp-w:240px;--bg:#f4f7fb;--card:#fff;--sec-hdr:#edf1f8;--line:#e2e8f0;--text:#2d3748;--muted:#718096;--muted2:#94a3b8;--primary:#1a6bff;--primary-a:#1a6bff1a;--sh-xs:0 1px 2px #0000000d;--sh-sm:0 1px 4px #00000012;--sh:0 4px 14px #00000014;--sh-lg:0 12px 40px #00000024;--sh-nav:0 2px 12px #00000052;--r-xs:5px;--r-sm:7px;--r:10px;--r-lg:16px;--t-fast:.14s ease;--t-std:.22s ease;--t-nav:.26s cubic-bezier(.4,0,.2,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;font-family:Nunito,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5}#root{flex-direction:column;height:100%;display:flex}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input{font-family:inherit}img{display:block}.loginPage{background:var(--nav-bg);place-items:center;min-height:100vh;padding:20px;display:grid;position:relative;overflow:hidden}.loginBg{pointer-events:none;position:absolute;inset:0}.lbBlob{border-radius:50%;position:absolute}.lbBlob1{background:radial-gradient(circle,#1a6bff3d 0%,#0000 66%);width:560px;height:560px;top:-18%;left:-10%}.lbBlob2{background:radial-gradient(circle,#ff781e26 0%,#0000 66%);width:480px;height:480px;bottom:-15%;right:-8%}.lbGrid{background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.loginCard{z-index:1;-webkit-backdrop-filter:blur(28px);border-radius:var(--r-lg);background:#ffffff0e;border:1px solid #ffffff1c;width:min(420px,100%);padding:40px;position:relative;box-shadow:0 32px 80px #00000052}.lcMark{color:#fff;background:linear-gradient(135deg,#1a6bff,#38b2ff);border-radius:14px;place-items:center;width:56px;height:56px;margin-bottom:22px;display:grid;box-shadow:0 8px 28px #1a6bff70}.lcTitle{color:#fff;letter-spacing:-.5px;font-size:28px;font-weight:800}.lcSub{color:#ffffff6b;margin-top:5px;margin-bottom:30px;font-size:13px}.lcForm{gap:16px;display:grid}.lcField{gap:6px;display:grid}.lcLabel{text-transform:uppercase;letter-spacing:.6px;color:#ffffff80;font-size:11px;font-weight:700}.lcInput{border-radius:var(--r-sm);background:#ffffff12;border:1px solid #ffffff1f;align-items:center;gap:10px;padding:10px 14px;transition:border-color .2s,background .2s;display:flex}.lcInput:focus-within{border-color:var(--primary);background:#1a6bff1a}.lcInput svg{color:#ffffff59;flex-shrink:0}.lcInput input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:14px}.lcInput input::placeholder{color:#ffffff40}.lcError{color:#fc8181;border-radius:var(--r-sm);background:#ef444424;border:1px solid #ef444442;align-items:center;gap:8px;padding:9px 14px;font-size:13px;display:flex}.lcBtn{background:var(--primary);color:#fff;border-radius:var(--r-sm);margin-top:4px;padding:12px;font-size:14px;font-weight:700;transition:background .18s,opacity .18s;box-shadow:0 4px 16px #1a6bff61}.lcBtn:hover{background:#0052e0}.lcBtn:active{opacity:.84}.lcLoading{opacity:.65;cursor:default}.lcFooter{color:#ffffff42;justify-content:center;align-items:center;gap:6px;margin-top:22px;font-size:11px;display:flex}.checkBox{z-index:1;color:#ffffff80;align-items:center;gap:12px;font-size:15px;display:flex;position:relative}.shell{flex-direction:column;height:100vh;display:flex;overflow:hidden}.topBar{height:var(--tb-h);min-height:var(--tb-h);background:var(--nav-bg);z-index:300;box-shadow:var(--sh-nav);flex-shrink:0;align-items:center;display:flex;overflow:hidden}.tbLeft{width:var(--nav-w);min-width:var(--nav-w);flex-shrink:0;align-items:center;gap:8px;padding:0 12px 0 14px;display:flex}.tbBurger{color:#fff9;width:32px;height:32px;transition:background var(--t-fast), color var(--t-fast);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:none}.tbBurger:hover{color:#fff;background:#ffffff1a}.tbBurger:active{background:#ffffff26}.tbBrand{flex:1;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.tbBrandImg{object-fit:contain;flex-shrink:0;width:auto;max-width:130px;height:26px}.tbBrandFallback{color:#fff;letter-spacing:-.2px;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:800;overflow:hidden}.tbBrand:has(.tbBrandImg[src]) .tbBrandFallback{display:none}.tbSearch{border-radius:var(--r-sm);background:#ffffff14;border:1px solid #ffffff1a;flex:1;align-items:center;gap:8px;max-width:400px;height:34px;margin:0 auto;padding:0 12px;transition:border-color .2s,background .2s;display:flex}.tbSearch:focus-within{border-color:var(--primary);background:#1a6bff1f;box-shadow:0 0 0 3px #1a6bff26}.tbsIco{color:#ffffff61;flex-shrink:0}.tbsIn{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:13px}.tbsIn::placeholder{color:#ffffff4d}.tbsX{color:#ffffff6b;transition:color var(--t-fast), background var(--t-fast);border-radius:4px;place-items:center;padding:3px;display:grid}.tbsX:hover{color:#ffffffd9;background:#ffffff1a}.tbRight{flex-shrink:0;align-items:center;gap:4px;padding:0 14px 0 8px;display:flex}.tbIco{color:#ffffff85;width:34px;height:34px;transition:background var(--t-fast), color var(--t-fast);border-radius:7px;flex-shrink:0;place-items:center;display:grid}.tbIco:hover{color:#fff;background:#ffffff1a}.tbIco:active{background:#ffffff26}.tbIcoMobSearch,.tbIcoInfo{display:none}.tbThemeToggle{display:grid}.tbSep{background:#ffffff1a;flex-shrink:0;width:1px;height:22px;margin:0 4px}.tbUser{cursor:default;transition:background var(--t-fast);border:1px solid #ffffff1a;border-radius:8px;flex-shrink:0;align-items:center;gap:8px;padding:3px 8px 3px 4px;display:flex}.tbUser:hover{background:#ffffff0f}.tbAv{color:#fff;background:linear-gradient(135deg,#1a6bff,#38b2ff);border-radius:7px;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:grid}.tbUInfo{flex-direction:column;justify-content:center;display:flex}.tbUName{color:#fff;white-space:nowrap;font-size:12px;font-weight:700;line-height:1.25}.tbURole{color:#fff6;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-size:10px;overflow:hidden}.tbLogout{color:#ffffff70;width:28px;height:28px;transition:background var(--t-fast), color var(--t-fast);border-radius:5px;flex-shrink:0;place-items:center;display:grid}.tbLogout:hover{color:#fc8181;background:#ef444433}.body{flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.leftNav{width:var(--nav-w);min-width:var(--nav-w);background:var(--nav-bg2);border-right:1px solid var(--nav-border);z-index:200;transition:transform var(--t-nav), width var(--t-nav);flex-direction:column;flex-shrink:0;display:flex;overflow:hidden}.navLogo{color:#fff;letter-spacing:-.2px;border-bottom:1px solid var(--nav-border);white-space:nowrap;flex-shrink:0;align-items:center;gap:9px;padding:14px 14px 12px;font-size:14px;font-weight:800;display:flex;overflow:hidden}.navLogo svg{color:var(--primary);flex-shrink:0}.navLogo span{text-overflow:ellipsis;overflow:hidden}.navItem{width:100%;color:var(--nav-text);text-align:left;white-space:nowrap;transition:background var(--t-fast), color var(--t-fast);border-radius:7px;align-items:center;gap:9px;padding:8px 10px;font-size:12.5px;font-weight:600;display:flex;overflow:hidden}.navItem span{text-overflow:ellipsis;overflow:hidden}.navItem svg{flex-shrink:0}.navItem:hover{background:var(--nav-hover);color:var(--nav-white)}.navItem.navActive,.navItem[aria-current=page],.navItem[aria-current=true]{background:var(--nav-active-bg);color:var(--nav-active)}.navLogout{color:#ff6e6eb8}.navLogout:hover{color:#fc8181;background:#ef444429}.navFoot{border-top:1px solid var(--nav-border);flex-shrink:0;padding:8px 6px 12px}.navClock{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:7px;align-items:center;gap:9px;padding:8px 10px;display:flex;overflow:hidden}.navClockIcon{color:var(--nav-text);opacity:.7;flex-shrink:0;place-items:center;display:grid}.navClockText{flex-direction:column;gap:0;min-width:0;display:flex;overflow:hidden}.navClockTime{color:#fff;letter-spacing:.5px;white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:800}.navClockDay{color:var(--nav-text);text-transform:capitalize;white-space:nowrap;font-size:10px;font-weight:700}.navClockDate{color:#7fa3c8a6;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.navOverlay{z-index:199;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000075;animation:.18s fadeIn;display:none;position:fixed;inset:0}.mainArea{flex:1;min-width:0;min-height:0;padding:20px 22px 48px;overflow:hidden auto}.mainErr{color:#e53e3e;border-radius:var(--r-sm);background:#fff5f5;border:1px solid #fed7d7;align-items:center;gap:8px;margin-bottom:16px;padding:10px 14px;font-size:13px;display:flex}.mainHead{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px;display:flex}.mainH1{color:var(--text);letter-spacing:-.4px;font-size:22px;font-weight:800}.mainIp{color:var(--muted);background:var(--card);border:1px solid var(--line);box-shadow:var(--sh-xs);border-radius:999px;align-items:center;gap:5px;padding:3px 10px;font-family:JetBrains Mono,monospace;font-size:11.5px;display:inline-flex}.rpDesktop{width:var(--rp-w);min-width:var(--rp-w);border-left:1px solid var(--line);background:var(--bg);flex-shrink:0;overflow:hidden auto}.rpWrap{flex-direction:column;gap:10px;padding:12px 10px 32px;display:flex}.rpCard{background:var(--card);border:1px solid var(--line);border-radius:var(--r-sm);box-shadow:var(--sh-xs);overflow:hidden}.rpTitle{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;border-bottom:1px solid var(--line);background:var(--sec-hdr);padding:9px 12px;font-size:11px;font-weight:700}.rpRow{border-bottom:1px solid var(--line);flex-direction:column;gap:1px;padding:6px 12px;font-size:12px;display:flex}.rpRow:last-of-type{border-bottom:none}.rpRowLbl{color:var(--muted);font-size:11px;font-weight:600}.rpRowVal{color:var(--text);font-weight:700}.rpBlue{color:var(--primary)}.rpMono{color:#334155;font-family:JetBrains Mono,monospace;font-size:11px}.rpXs{font-size:10px}.rpDotInline{vertical-align:middle;border-radius:50%;width:7px;height:7px;margin-right:5px;display:inline-block}.rpLinks{border-top:1px solid var(--line);flex-wrap:wrap;gap:5px;padding:9px 12px;display:flex}.rpLink{color:var(--primary);background:var(--primary-a);transition:background var(--t-fast);border-radius:5px;align-items:center;gap:4px;padding:4px 9px;font-size:11.5px;font-weight:700;display:inline-flex}.rpLink:hover{background:#1a6bff2e}.rpAdmin{color:#f97316;background:#f973161a}.rpAdmin:hover{background:#f973162e}.rpStat{border-bottom:1px solid var(--line);padding:6px 12px}.rpStat:last-child{border-bottom:none}.rpStatRow{justify-content:space-between;align-items:center;gap:8px;margin-bottom:3px;display:flex}.rpStatLbl{color:var(--muted);font-size:11.5px;font-weight:600}.rpStatVal{color:var(--text);font-size:12px;font-weight:700}.rpNa{color:var(--muted2)}.rpBar{background:var(--line);border-radius:999px;height:4px;overflow:hidden}.rpBarF{border-radius:999px;height:100%;transition:width .6s}.rpOverlay{z-index:400;background:var(--card);flex-direction:column;animation:.22s slideInRight;display:flex;position:fixed;inset:0;overflow:hidden}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.rpOHead{border-bottom:1px solid var(--line);background:var(--sec-hdr);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 18px;font-size:15px;font-weight:700;display:flex}.rpOHead button{width:32px;height:32px;transition:background var(--t-fast);border-radius:7px;place-items:center;display:grid}.rpOHead button:hover{background:var(--line)}.rpOBody{flex:1;overflow-y:auto}.rpOBody .rpWrap{padding:12px 14px 48px}.kpiStrip{grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:18px;display:grid}.kpiCard{background:var(--card);border:1px solid var(--line);border-radius:var(--r-sm);box-shadow:var(--sh-sm);transition:box-shadow var(--t-fast), transform var(--t-fast);padding:12px}.kpiCard:hover{box-shadow:var(--sh);transform:translateY(-1px)}.kpiNa{opacity:.58}.kpiTop{justify-content:space-between;align-items:flex-start;gap:6px;margin-bottom:5px;display:flex}.kpiIco{background:color-mix(in srgb, var(--kc,#3b82f6) 14%, transparent);width:30px;height:30px;color:var(--kc,#3b82f6);border-radius:8px;flex-shrink:0;place-items:center;display:grid}.kpiVal{color:var(--text);font-size:17px;font-weight:800;line-height:1.1}.kpiLabel{color:var(--muted);margin-bottom:7px;font-size:10.5px;font-weight:600}.kpiBar{background:var(--line);border-radius:999px;height:3px;overflow:hidden}.kpiBarF{border-radius:999px;height:100%;transition:width .6s}.secBlock{background:var(--card);border:1px solid var(--line);border-radius:var(--r-sm);box-shadow:var(--sh-xs);margin-bottom:8px;overflow:hidden}.secHdr{background:var(--sec-hdr);cursor:pointer;width:100%;transition:background var(--t-fast);justify-content:space-between;align-items:center;padding:9px 14px;display:flex}.secHdr:hover{background:#e4eaf4}.secHdrL{align-items:center;gap:9px;display:flex}.secHIco{background:color-mix(in srgb, var(--sc) 14%, transparent);width:26px;height:26px;color:var(--sc);border-radius:6px;flex-shrink:0;place-items:center;display:grid}.secHLabel{color:var(--text);font-size:13px;font-weight:700}.secHCount{color:var(--muted);background:#00000012;border-radius:999px;padding:1px 7px;font-size:11px;font-weight:700}.secChev{color:var(--muted2);flex-shrink:0}.secBody{padding:6px}.modGrid{border-radius:var(--r-xs);background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.modItem{background:var(--card);color:var(--text);text-align:left;transition:background var(--t-fast);cursor:pointer;align-items:center;gap:9px;min-width:0;padding:9px 11px;font-size:12.5px;font-weight:600;display:flex}.modItem:hover{background:#eef3fb}.modFuture{cursor:default;opacity:.5}.modFuture:hover{background:var(--card)}.modIco{background:color-mix(in srgb, var(--mc,#3b82f6) 12%, transparent);width:28px;height:28px;color:var(--mc,#3b82f6);transition:background var(--t-fast);border-radius:7px;flex-shrink:0;place-items:center;display:grid}.modItem:hover .modIco{background:color-mix(in srgb, var(--mc,#3b82f6) 22%, transparent)}.modLabel{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.3;display:-webkit-box;overflow:hidden}.noRes{color:var(--muted);text-align:center;flex-direction:column;align-items:center;gap:10px;padding:52px 16px;display:flex}.dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dotG{background:#22c55e;box-shadow:0 0 0 2px #22c55e38}.dotR{background:#ef4444;box-shadow:0 0 0 2px #ef444438}.badge{border-radius:999px;padding:3px 9px;font-size:11px;font-weight:700}.badgeG{color:#065f46;background:#f0fdf4}.badgeA{color:#92400e;background:#fffbeb}.modalOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:500;background:#0a14288f;place-items:center;padding:16px;animation:.15s fadeIn;display:grid;position:fixed;inset:0}.modalCard{background:var(--card);border-radius:var(--r);width:min(480px,100%);box-shadow:var(--sh-lg);animation:.18s slideUp;overflow:hidden}.mHead{border-bottom:1px solid var(--line);background:var(--sec-hdr);justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.mTitle{align-items:center;gap:8px;font-size:15px;font-weight:800;display:flex}.mClose{width:30px;height:30px;color:var(--muted);transition:background var(--t-fast);border-radius:5px;place-items:center;display:grid}.mClose:hover{background:var(--line);color:var(--text)}.mBody{gap:6px;max-height:60vh;padding:12px;display:grid;overflow-y:auto}.mEmpty{text-align:center;color:var(--muted);padding:20px}.svcRow{border-radius:var(--r-sm);border:1px solid var(--line);background:var(--bg);align-items:center;gap:10px;padding:10px 12px;display:flex}.svcName{flex:1;font-size:13px;font-weight:600}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.spin{animation:.75s linear infinite spin}.mailModal{background:var(--card);border-radius:var(--r);width:min(980px,100vw - 24px);max-height:calc(100vh - 32px);box-shadow:var(--sh-lg);flex-direction:column;animation:.18s slideUp;display:flex;overflow:hidden}.mailTabs{border-bottom:1px solid var(--line);background:#f8fafc;align-items:center;gap:6px;padding:10px 12px;display:flex}.mailTab{color:var(--muted);transition:background var(--t-fast), color var(--t-fast);border-radius:7px;align-items:center;gap:7px;padding:8px 11px;font-size:12.5px;font-weight:800;display:inline-flex}.mailTab:hover,.mailTabOn{background:var(--primary-a);color:var(--primary)}.mailRefresh{margin-left:auto}.mailBody{padding:14px;overflow-y:auto}.mailError,.mailNotice{border-radius:var(--r-sm);align-items:center;gap:8px;margin-bottom:10px;padding:9px 12px;font-size:13px;font-weight:700;display:flex}.mailError{color:#e53e3e;background:#fff5f5;border:1px solid #fed7d7}.mailNotice{color:#047857;background:#f0fdf4;border:1px solid #bbf7d0}.mailScope{background:var(--sec-hdr);border:1px solid var(--line);border-radius:var(--r-sm);color:var(--muted);align-items:center;gap:8px;margin-bottom:12px;padding:9px 12px;font-size:12.5px;display:flex}.mailScope b{color:var(--text);font-weight:800}.mailGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.mailPanel{background:var(--card);border:1px solid var(--line);border-radius:var(--r-sm);box-shadow:var(--sh-xs);gap:10px;padding:13px;display:grid}.mailPanelWide{grid-column:1/-1}.mailPanel h3{color:var(--text);margin-bottom:2px;font-size:13.5px}.mailPanel input,.mailPanel select{border:1px solid var(--line);background:#fff;border-radius:7px;outline:none;width:100%;padding:9px 10px;font-size:13px}.mailPanel input:focus,.mailPanel select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-a)}.mailInline{grid-template-columns:1fr auto 1fr;align-items:center;gap:7px;display:grid}.mailInline span{color:var(--muted);font-weight:900}.mailPrimary,.mailDanger{transition:background var(--t-fast), opacity var(--t-fast);border-radius:7px;justify-content:center;align-items:center;gap:7px;padding:9px 12px;font-size:12.5px;font-weight:800;display:inline-flex}.mailPrimary{background:var(--primary);color:#fff}.mailPrimary:hover{background:#0052e0}.mailDanger{color:#dc2626;background:#fff5f5;border:1px solid #fecaca}.mailDanger:hover{background:#fee2e2}.mailPrimary:disabled,.mailDanger:disabled{opacity:.55;cursor:not-allowed}.mailEmpty{border:1px dashed var(--line);border-radius:var(--r-sm);text-align:center;color:var(--muted);padding:16px;font-size:13px}.mailTable{gap:7px;display:grid}.mailRow{border:1px solid var(--line);border-radius:var(--r-sm);background:#f8fafc;justify-content:space-between;align-items:center;gap:12px;padding:10px 11px;display:flex}.mailRow b{color:var(--text);font-size:13px;display:block}.mailRow small{color:var(--muted);margin-top:2px;display:block}.innerPage{background:var(--bg);width:100%;min-height:100%;padding:18px}.innerPageHeader{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.innerTitleBlock{align-items:center;gap:12px;display:flex}.backButton{background:var(--card);color:var(--text);border:1px solid var(--line);border-radius:var(--r-sm);box-shadow:var(--sh-xs);transition:background var(--t-fast);align-items:center;gap:7px;padding:9px 11px;font-weight:800;display:inline-flex}.backButton:hover{background:var(--sec-hdr)}.innerTitleIcon{background:var(--primary-a);width:44px;height:44px;color:var(--primary);border-radius:13px;place-items:center;display:grid}.innerTitleBlock h1{margin:0;font-size:22px;line-height:1.1}.innerTitleBlock p{color:var(--muted);margin:4px 0 0;font-size:13px}.pageAction{background:var(--primary);color:#fff;border-radius:var(--r-sm);align-items:center;gap:8px;padding:10px 13px;font-weight:800;display:inline-flex}.pageError,.pageNotice{border-radius:var(--r-sm);align-items:center;gap:8px;margin-bottom:12px;padding:10px 12px;font-size:13px;font-weight:800;display:flex}.pageError{color:#dc2626;background:#fff5f5;border:1px solid #fecaca}.emailStat{background:var(--card);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh-xs);padding:14px}.emailStat b{margin-top:5px;font-size:26px;display:block}.emailStat small{color:var(--text);word-break:break-word;margin-top:6px;font-weight:700;display:block}.emailPanel,.emailListPanel{background:var(--card);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh-xs);padding:14px}.emailPanel h2,.emailListPanel h2{margin:0 0 10px;font-size:15px}.emailPanel{gap:10px;display:grid}.emailPanel input,.emailPanel select,.emailTools input,.emailTools select{border:1px solid var(--line);background:#fff;border-radius:8px;outline:none;width:100%;padding:9px 10px;font-size:13px}.emailPanel input:focus,.emailPanel select:focus,.emailTools input:focus,.emailTools select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-a)}.emailPrimary{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:10px 12px;font-weight:800;display:inline-flex}.emailPrimary:disabled{opacity:.55;cursor:not-allowed}.emailListHeader p{color:var(--muted);margin:4px 0 0;font-size:13px}.emailTools{grid-template-columns:240px 190px;gap:8px;display:grid}.emailSearch{position:relative}.emailSearch svg{color:var(--muted);position:absolute;top:50%;left:10px;transform:translateY(-50%)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#00000024;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#0000003d}.leftNav::-webkit-scrollbar-thumb{background:#ffffff1a}.leftNav::-webkit-scrollbar-thumb:hover{background:#fff3}@media (width<=1280px){.rpDesktop{display:none}.tbIcoInfo{display:grid}.kpiStrip{grid-template-columns:repeat(3,1fr)}}@media (width<=1100px){:root{--nav-w:160px}.navItem{gap:7px;padding:7px 9px;font-size:12px}.secHLabel{font-size:12.5px}.tbBrandFallback{font-size:13px}}@media (width<=900px){.kpiStrip{grid-template-columns:repeat(3,1fr);gap:8px}.modGrid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.tbBurger{display:flex}.tbLeft{gap:6px;width:auto;min-width:0;padding:0 8px 0 12px}.tbBrandFallback{display:none}.tbBrandImg{max-width:100px;height:24px}.tbSearch{display:none}.tbIcoMobSearch{display:grid}.tbSearchOpen{top:var(--tb-h);z-index:301;background:#1a2e48;border:none;border-bottom:1px solid #ffffff1a;border-radius:0;max-width:100%;height:46px;margin:0;padding:0 14px;animation:.15s fadeIn;display:flex;position:fixed;left:0;right:0;box-shadow:0 4px 18px #00000047}.tbUInfo{display:none}.tbUser{background:0 0;border:none;padding:3px}.tbAv{border-radius:50%}.tbSep{display:none}.tbRight{gap:2px;padding:0 10px 0 4px}.leftNav{top:var(--tb-h);height:calc(100vh - var(--tb-h));z-index:250;width:220px;min-width:220px;box-shadow:var(--sh-lg);border-right:none;position:fixed;bottom:0;left:0;transform:translate(-100%)}.leftNavOpen{transform:translate(0)}.navOverlay{top:var(--tb-h);display:block}.mainArea{padding:14px 14px 36px}.mainH1{font-size:20px}.kpiStrip{grid-template-columns:repeat(2,1fr);gap:8px}.modGrid{grid-template-columns:repeat(2,1fr)}.mailGrid{grid-template-columns:1fr}.mailPanelWide{grid-column:auto}.mailTabs{flex-wrap:wrap}.mailRefresh{margin-left:0}.mailInline{grid-template-columns:1fr}.mailInline span{display:none}.mailRow{flex-direction:column;align-items:stretch}}@media (width<=480px){.kpiStrip{grid-template-columns:1fr 1fr;gap:7px}.kpiCard{padding:10px}.kpiVal{font-size:15px}.kpiLabel{font-size:10px}.mainArea{padding:12px 12px 32px}.emailSummaryGrid,.emailAdminGrid,.emailTools{grid-template-columns:1fr}}@media (width<=375px){.mainArea{padding:10px 10px 28px}.kpiStrip{grid-template-columns:1fr 1fr;gap:6px}.kpiCard{padding:9px}.modGrid{grid-template-columns:1fr}.modItem{padding:10px 12px}.secHLabel{font-size:12px}.mainH1{font-size:18px}}html[data-theme=dark]{--bg:#0d1b2e;--card:#12243a;--sec-hdr:#162540;--line:#1e3352;--text:#e8f0f9;--muted:#7fa3c8;--muted2:#4a6580}html[data-theme=dark] body{background:var(--bg);color:var(--text)}html[data-theme=dark] .shell,html[data-theme=dark] .mainArea,html[data-theme=dark] .rpDesktop,html[data-theme=dark] .rpOverlay,html[data-theme=dark] .rpOBody{background:var(--bg)}html[data-theme=dark] .kpiCard,html[data-theme=dark] .secBlock,html[data-theme=dark] .rpCard,html[data-theme=dark] .emailPanel,html[data-theme=dark] .emailListPanel,html[data-theme=dark] .modItem,html[data-theme=dark] .modalCard,html[data-theme=dark] .mailModal{background:var(--card);border-color:var(--line)}html[data-theme=dark] .secHdr,html[data-theme=dark] .rpTitle,html[data-theme=dark] .mHead,html[data-theme=dark] .rpOHead,html[data-theme=dark] .mailTabs{background:var(--sec-hdr);border-color:var(--line)}html[data-theme=dark] .secHdr:hover{background:#1e3352}html[data-theme=dark] .modItem:hover{background:#1a3050}html[data-theme=dark] .mainErr{color:#fc8181;background:#ef44441f;border-color:#ef444447}html[data-theme=dark] .backButton{background:var(--card);border-color:var(--line);color:var(--text)}html[data-theme=dark] .backButton:hover{background:var(--sec-hdr)}html[data-theme=dark] .mailPanel input,html[data-theme=dark] .mailPanel select,html[data-theme=dark] .emailPanel input,html[data-theme=dark] .emailPanel select,html[data-theme=dark] .emailTools input,html[data-theme=dark] .emailTools select{background:var(--sec-hdr);border-color:var(--line);color:var(--text)}html[data-theme=dark] .mailRow{background:var(--sec-hdr);border-color:var(--line)}html[data-theme=dark] .mailTabs{background:var(--sec-hdr)}html[data-theme=dark] .mailTab:hover,html[data-theme=dark] .mailTabOn{color:#60a5fa;background:#1a6bff33}html[data-theme=dark] .rpLink{color:#60a5fa;background:#1a6bff26}html[data-theme=dark] .rpLink:hover{background:#1a6bff40}html[data-theme=dark] .navClock{background:#ffffff08;border-color:#ffffff0d}.srOnly{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:root{--hp-topbar-h:46px;--hp-sidebar-w:148px;--hp-right-w:246px;--hp-gap:12px;--hp-page-pad-x:14px;--hp-page-pad-y:14px;--hp-radius-xs:6px;--hp-radius-sm:8px;--hp-radius-md:10px;--hp-radius-lg:14px;--hp-blue:#1a6bff;--hp-green:#22c55e;--hp-red:#ef4444;--hp-orange:#f59e0b}html[data-theme=light],body[data-theme=light],.theme-light{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--hp-bg:#f4f7fb;--hp-bg-2:#edf3fa;--hp-card:#fff;--hp-card-2:#f8fafc;--hp-card-3:#eef3f9;--hp-border:#dbe5f1;--hp-border-strong:#c6d4e6;--hp-text:#172033;--hp-text-2:#2d3b50;--hp-muted:#61748d;--hp-muted-2:#8798ad;--hp-topbar-bg:#fff;--hp-topbar-text:#172033;--hp-topbar-border:#dbe5f1;--hp-sidebar-bg:#fff;--hp-sidebar-border:#dbe5f1;--hp-sidebar-text:#213047;--hp-sidebar-muted:#61748d;--hp-sidebar-active:#eaf2ff;--hp-sidebar-hover:#f2f6fc;--hp-input-bg:#f8fafc;--hp-input-border:#cbd5e1;--hp-shadow-sm:0 1px 4px #0f172a14;--hp-shadow-md:0 8px 24px #0f172a1a;--hp-shadow-lg:0 22px 60px #0f172a2e}html[data-theme=dark],body[data-theme=dark],.theme-dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--hp-bg:#07111f;--hp-bg-2:#0b1626;--hp-card:#101c2e;--hp-card-2:#132238;--hp-card-3:#1b2b43;--hp-border:#263950;--hp-border-strong:#334861;--hp-text:#f4f7fb;--hp-text-2:#dbe7f6;--hp-muted:#9aabc1;--hp-muted-2:#73859d;--hp-topbar-bg:#07111f;--hp-topbar-text:#f4f7fb;--hp-topbar-border:#22344b;--hp-sidebar-bg:#07111f;--hp-sidebar-border:#22344b;--hp-sidebar-text:#f8fbff;--hp-sidebar-muted:#a6b6ca;--hp-sidebar-active:#102b55;--hp-sidebar-hover:#101c2e;--hp-input-bg:#101c2e;--hp-input-border:#2c4058;--hp-shadow-sm:0 1px 4px #00000047;--hp-shadow-md:0 10px 28px #00000052;--hp-shadow-lg:0 26px 70px #00000075}html,body,#root{background:var(--hp-bg)!important;width:100%!important;height:100%!important;min-height:100%!important;color:var(--hp-text)!important;overflow:hidden!important}body{-webkit-font-smoothing:antialiased;text-rendering:geometricprecision;margin:0!important}*,:before,:after{box-sizing:border-box}button,input,select,textarea{font:inherit}.hpMobileMenuButton,.hpMobileNavBackdrop,.panelSidebarClockSlot,.panelClockIcon,.panelClockText{visibility:hidden!important;pointer-events:none!important;display:none!important}.shell{grid-template-rows:var(--hp-topbar-h) minmax(0, 1fr)!important;background:var(--hp-bg)!important;width:100vw!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;color:var(--hp-text)!important;display:grid!important;overflow:hidden!important}.body{min-width:0!important;min-height:0!important;height:calc(100dvh - var(--hp-topbar-h))!important;background:var(--hp-bg)!important;display:flex!important;overflow:hidden!important}.topBar{height:var(--hp-topbar-h)!important;min-height:var(--hp-topbar-h)!important;max-height:var(--hp-topbar-h)!important;z-index:300!important;background:var(--hp-topbar-bg)!important;color:var(--hp-topbar-text)!important;border-bottom:1px solid var(--hp-topbar-border)!important;box-shadow:var(--hp-shadow-sm)!important;align-items:center!important;gap:10px!important;padding:0 10px!important;display:flex!important;overflow:visible!important}.tbLeft{flex:0 0 min(330px,30vw)!important;align-items:center!important;gap:10px!important;width:min(330px,30vw)!important;min-width:230px!important;height:100%!important;display:flex!important;overflow:hidden!important}.tbBurger{border:1px solid var(--hp-border)!important;background:var(--hp-card)!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;color:var(--hp-text)!important;box-shadow:none!important;border-radius:11px!important;place-items:center!important;padding:0!important;display:none!important}.tbBurger svg{width:19px!important;height:19px!important}.tbLogo,.tbLogoBrand,.tbBrand,.hpLogoOnlyBrand{min-width:0!important;height:100%!important;color:var(--hp-topbar-text)!important;align-items:center!important;gap:8px!important;display:flex!important;overflow:hidden!important}.tbLogoBrand{flex:0 260px!important;width:260px!important;max-width:260px!important}.tbBrandLogo,.hpSingleBrandLogo,.tbLogoBrand img,.tbBrand img,.tbLogo img{object-fit:contain!important;object-position:left center!important;width:auto!important;max-width:232px!important;height:auto!important;max-height:32px!important;display:block!important}.tbLogo span,.tbBrandFallback,.hpHiddenBrandDuplicate{width:0!important;max-width:0!important;display:none!important;overflow:hidden!important}.tbSearch{border:1px solid var(--hp-input-border)!important;background:var(--hp-input-bg)!important;min-width:220px!important;max-width:520px!important;height:34px!important;color:var(--hp-text)!important;border-radius:10px!important;flex:420px!important;align-items:center!important;gap:8px!important;padding:0 12px!important;display:flex!important}.tbSearch input{width:100%!important;min-width:0!important;height:100%!important;color:var(--hp-text)!important;background:0 0!important;border:0!important;outline:none!important}.tbSearch input::placeholder{color:var(--hp-muted)!important}.tbRight{flex:0 auto!important;justify-content:flex-end!important;align-items:center!important;gap:6px!important;min-width:0!important;height:100%!important;margin-left:auto!important;display:flex!important;overflow:visible!important}.tbIco,.tbIcoMobSearch,.tbIcoInfo,.tbThemeToggle,.tbUser,.tbLogout{border:1px solid var(--hp-border)!important;background:var(--hp-card)!important;height:34px!important;min-height:34px!important;color:var(--hp-text)!important;box-shadow:none!important;white-space:nowrap!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;gap:7px!important;line-height:1!important;display:inline-flex!important}.tbIco,.tbIcoMobSearch,.tbIcoInfo{width:34px!important;min-width:34px!important;padding:0!important}.tbThemeToggle{min-width:34px!important;padding:0 10px!important;font-size:12px!important;font-weight:800!important}.tbThemeText{display:inline-flex!important}.tbUser{padding:0 9px 0 5px!important}.tbAv{background:var(--hp-blue)!important;color:#fff!important;border-radius:999px!important;place-items:center!important;width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important;font-weight:900!important;display:grid!important}.tbUInfo{gap:1px!important;min-width:0!important;line-height:1.05!important;display:grid!important}.tbUName{color:var(--hp-text)!important;font-size:12px!important;font-weight:900!important}.tbURole{color:var(--hp-muted)!important;letter-spacing:.02em!important;font-size:9px!important;font-weight:700!important}.tbLogout{width:34px!important;min-width:34px!important;padding:0!important}.leftNav{width:var(--hp-sidebar-w)!important;min-width:var(--hp-sidebar-w)!important;max-width:var(--hp-sidebar-w)!important;flex:0 0 var(--hp-sidebar-w)!important;background:var(--hp-sidebar-bg)!important;height:100%!important;min-height:0!important;color:var(--hp-sidebar-text)!important;border-right:1px solid var(--hp-sidebar-border)!important;box-shadow:none!important;z-index:200!important;flex-direction:column!important;display:flex!important;overflow:hidden!important}.navLogo{height:48px!important;min-height:48px!important;max-height:48px!important;color:var(--hp-sidebar-text)!important;border-bottom:1px solid var(--hp-sidebar-border)!important;flex:0 0 48px!important;align-items:center!important;gap:8px!important;padding:0 12px!important;display:flex!important;overflow:hidden!important}.navLogo span,.navLogo strong{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;color:var(--hp-sidebar-text)!important;font-size:13px!important;font-weight:900!important;overflow:hidden!important}.navScroll{flex-direction:column!important;flex:auto!important;gap:4px!important;min-height:0!important;padding:10px 7px!important;display:flex!important;overflow:hidden auto!important}.navItem{width:100%!important;min-height:34px!important;color:var(--hp-sidebar-text)!important;text-align:left!important;background:0 0!important;border:0!important;border-radius:8px!important;align-items:center!important;gap:9px!important;padding:8px 9px!important;font-size:13px!important;font-weight:800!important;line-height:1.1!important;display:flex!important}.navItem svg{color:currentColor!important;width:16px!important;min-width:16px!important;height:16px!important}.navItem:hover{background:var(--hp-sidebar-hover)!important}.navItem.active,.navItem.navItemActive,.navItem[aria-current=page]{background:var(--hp-sidebar-active)!important;color:var(--hp-blue)!important}.navFoot{border-top:1px solid var(--hp-sidebar-border)!important;background:var(--hp-sidebar-bg)!important;flex:none!important;min-height:0!important;padding:9px 8px!important}.navClock,.navLiveClock{background:var(--hp-card-2)!important;border:1px solid var(--hp-border)!important;width:100%!important;min-width:0!important;min-height:48px!important;color:var(--hp-text)!important;border-radius:12px!important;align-items:center!important;gap:8px!important;padding:8px!important;display:flex!important;overflow:hidden!important}.navClockIcon,.navLiveClockIcon{width:27px!important;min-width:27px!important;height:27px!important;color:var(--hp-blue)!important;background:#1a6bff24!important;border-radius:999px!important;place-items:center!important;display:grid!important}.navClockText,.navLiveClockText{gap:1px!important;min-width:0!important;line-height:1.05!important;display:grid!important;overflow:hidden!important}.navClockTime,.navClockText b,.navLiveClockText strong{color:var(--hp-text)!important;white-space:nowrap!important;font-size:14px!important;font-weight:950!important;line-height:1.05!important;display:block!important}.navClockDay,.navClockDate,.navLiveClockText span,.navLiveClockText small{color:var(--hp-blue)!important;white-space:nowrap!important;font-size:10px!important;font-weight:800!important;line-height:1.05!important;display:block!important}.mainArea{min-width:0!important;height:100%!important;min-height:0!important;padding:var(--hp-page-pad-y) var(--hp-page-pad-x) 42px!important;background:var(--hp-bg)!important;color:var(--hp-text)!important;flex:auto!important;overflow:hidden auto!important}.rpDesktop{flex:0 0 var(--hp-right-w)!important;width:var(--hp-right-w)!important;min-width:var(--hp-right-w)!important;max-width:var(--hp-right-w)!important;background:var(--hp-bg)!important;border-left:1px solid var(--hp-border)!important;height:100%!important;min-height:0!important;padding:10px!important;overflow:hidden auto!important}.rpCard{background:var(--hp-card)!important;color:var(--hp-text)!important;border:1px solid var(--hp-border)!important;border-radius:var(--hp-radius-md)!important;box-shadow:none!important;overflow:hidden!important}.rpTitle{background:var(--hp-card-3)!important;color:var(--hp-muted)!important;border-bottom:1px solid var(--hp-border)!important}.kpiCard,.secBlock,.innerPage,.fileManagerPage,.emailAccountsPage,.databaseAdminPage,.domainsPage{background:var(--hp-card)!important;color:var(--hp-text)!important;border:1px solid var(--hp-border)!important;box-shadow:var(--hp-shadow-sm)!important}.secHdr{background:var(--hp-card-3)!important;color:var(--hp-text)!important;border-bottom:1px solid var(--hp-border)!important}.secBody{background:var(--hp-card)!important}.modItem{background:var(--hp-card)!important;min-height:48px!important;color:var(--hp-text)!important;border:0!important;border-radius:0!important}.modFuture{opacity:.48!important}.modLabel,.kpiLabel,.rpStatLbl{color:var(--hp-muted)!important}.mainH1,.innerPage h1,.fileManagerPage h1,.emailAccountsPage h1,.databaseAdminPage h1,.domainsPage h1{color:var(--hp-text)!important}@media (width<=1280px){:root{--hp-right-w:232px;--hp-sidebar-w:142px}.tbLeft{flex-basis:250px!important;min-width:210px!important}.tbLogoBrand{flex-basis:230px!important;width:230px!important;max-width:230px!important}.tbBrandLogo,.hpSingleBrandLogo{max-width:205px!important}}@media (width<=1080px){.rpDesktop,.tbUInfo{display:none!important}.tbUser{padding:0 3px!important}}@media (width<=768px){:root{--hp-topbar-h:44px;--hp-page-pad-x:10px;--hp-page-pad-y:12px}.shell{grid-template-rows:var(--hp-topbar-h) minmax(0, 1fr)!important}.topBar{height:var(--hp-topbar-h)!important;min-height:var(--hp-topbar-h)!important;max-height:var(--hp-topbar-h)!important;z-index:700!important;gap:6px!important;padding:0 7px!important;position:relative!important;overflow:visible!important}.tbLeft{flex:0 0 38px!important;gap:0!important;width:38px!important;min-width:38px!important;max-width:38px!important;overflow:visible!important}.tbBurger{display:grid!important}.tbLogo,.tbLogoBrand,.tbBrand,.hpLogoOnlyBrand,.tbBrandLogo,.hpSingleBrandLogo,.tbBrandFallback{opacity:0!important;pointer-events:none!important;width:0!important;min-width:0!important;max-width:0!important;display:none!important}.tbSearch{display:none!important}.tbSearch.tbSearchOpen{top:var(--hp-topbar-h)!important;z-index:690!important;border-left:0!important;border-right:0!important;border-radius:0!important;width:100vw!important;min-width:0!important;max-width:none!important;height:42px!important;display:flex!important;position:fixed!important;left:0!important;right:0!important}.tbRight{flex:auto!important;justify-content:flex-end!important;gap:4px!important;min-width:0!important;max-width:calc(100vw - 48px)!important}.tbIco,.tbIcoMobSearch,.tbIcoInfo,.tbThemeToggle,.tbUser,.tbLogout{border-radius:10px!important;width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;padding:0!important}.tbThemeText,.tbUInfo,.tbLogout{display:none!important}.tbAv{width:27px!important;min-width:27px!important;height:27px!important;min-height:27px!important}.body{height:calc(100dvh - var(--hp-topbar-h))!important;display:block!important;position:relative!important;overflow:hidden!important}.mainArea{width:100%!important;height:calc(100dvh - var(--hp-topbar-h))!important;padding:12px 10px 34px!important;overflow-y:auto!important}.navOverlay{top:var(--hp-topbar-h)!important;height:calc(100dvh - var(--hp-topbar-h))!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;z-index:520!important;background:#0208178f!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important}.leftNav{top:var(--hp-topbar-h)!important;width:min(236px,82vw)!important;min-width:0!important;max-width:82vw!important;height:calc(100dvh - var(--hp-topbar-h))!important;max-height:calc(100dvh - var(--hp-topbar-h))!important;pointer-events:none!important;box-shadow:none!important;z-index:600!important;flex:none!important;transition:transform .18s,box-shadow .18s!important;position:fixed!important;bottom:0!important;left:0!important;transform:translate(-105%)!important}.leftNav.leftNavOpen{pointer-events:auto!important;transform:translate(0)!important;box-shadow:18px 0 48px #02081752!important}.leftNav .navLogo,.navLogo{border:0!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.navScroll{flex:auto!important;gap:3px!important;min-height:0!important;padding:8px 7px 6px!important}.navItem{min-height:35px!important;padding:8px 10px!important;font-size:13px!important}.navFoot{padding:7px 8px calc(8px + env(safe-area-inset-bottom))!important}.navClock,.navLiveClock{border-radius:11px!important;gap:7px!important;height:40px!important;min-height:40px!important;padding:6px 8px!important}.navClockIcon,.navLiveClockIcon{width:24px!important;min-width:24px!important;height:24px!important}.navClockTime,.navClockText b,.navLiveClockText strong{font-size:12.5px!important}.navClockDay,.navClockDate,.navLiveClockText span,.navLiveClockText small{font-size:9.5px!important}.kpiStrip{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.modGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important}.modItem{min-height:50px!important;padding:10px!important}.secBlock{margin-bottom:10px!important}}@media (width<=420px){.topBar{gap:4px!important;padding:0 6px!important}.tbLeft{flex-basis:36px!important;width:36px!important;min-width:36px!important;max-width:36px!important}.tbBurger,.tbIco,.tbIcoMobSearch,.tbIcoInfo,.tbThemeToggle,.tbUser,.tbLogout{width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important}.tbRight{gap:3px!important;max-width:calc(100vw - 43px)!important}.leftNav{width:min(224px,84vw)!important;max-width:84vw!important}.navItem{min-height:34px!important;padding:7px 9px!important;font-size:12.5px!important}.navClock,.navLiveClock{height:38px!important;min-height:38px!important;padding:5px 7px!important}.navClockTime,.navClockText b,.navLiveClockText strong{font-size:12px!important}.navClockDay,.navClockDate,.navLiveClockText span,.navLiveClockText small{font-size:9px!important}}@media (width<=768px) and (height<=680px){.navScroll{padding-top:6px!important;padding-bottom:4px!important}.navItem{min-height:32px!important;padding-top:6px!important;padding-bottom:6px!important}.navFoot{padding-top:5px!important;padding-bottom:calc(6px + env(safe-area-inset-bottom))!important}.navClock,.navLiveClock{height:36px!important;min-height:36px!important}.navClockIcon,.navLiveClockIcon{width:22px!important;min-width:22px!important;height:22px!important}}.mainArea::-webkit-scrollbar{width:7px;height:7px}.navScroll::-webkit-scrollbar{width:7px;height:7px}.rpDesktop::-webkit-scrollbar{width:7px;height:7px}.mainArea::-webkit-scrollbar-thumb{background:#7f8fa46b;border-radius:999px}.navScroll::-webkit-scrollbar-thumb{background:#7f8fa46b;border-radius:999px}.rpDesktop::-webkit-scrollbar-thumb{background:#7f8fa46b;border-radius:999px}.mainArea::-webkit-scrollbar-track{background:0 0}.navScroll::-webkit-scrollbar-track{background:0 0}.rpDesktop::-webkit-scrollbar-track{background:0 0}:root{--hp-font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--hp-font-mono:"JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;--hp-fs-xs:11px;--hp-fs-sm:12px;--hp-fs-md:13px;--hp-fs-base:14px;--hp-fs-lg:16px;--hp-fs-xl:20px;--hp-space-1:4px;--hp-space-2:8px;--hp-space-3:12px;--hp-space-4:16px;--hp-space-5:20px;--hp-space-6:24px;--hp-control-h-sm:32px;--hp-control-h-md:36px;--hp-control-h-lg:42px;--hp-primary:#1a6bff;--hp-primary-hover:#155be0;--hp-success:#22c55e;--hp-warning:#f59e0b;--hp-danger:#ef4444;--hp-info:#0ea5e9;--hp-primary-soft:#1a6bff1f;--hp-success-soft:#22c55e21;--hp-warning-soft:#f59e0b26;--hp-danger-soft:#ef444421;--hp-info-soft:#0ea5e921;--hp-focus-ring:0 0 0 3px #1a6bff38}:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage){width:100%;min-width:0;color:var(--hp-text);font-family:var(--hp-font-sans);font-size:var(--hp-fs-md);line-height:1.45}:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage) *,:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage) :before,:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage) :after{box-sizing:border-box}:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage) :where(h1,.hpTitle){color:var(--hp-text);font-size:var(--hp-fs-xl);letter-spacing:-.025em;margin:0;font-weight:900;line-height:1.15}:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage) :where(h2,.hpSubtitle){color:var(--hp-text-2);font-size:var(--hp-fs-lg);margin:0;font-weight:850;line-height:1.2}:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage) :where(h3,.hpSectionTitle){color:var(--hp-text);font-size:var(--hp-fs-base);margin:0;font-weight:850;line-height:1.2}:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage) :where(p,.hpText){color:var(--hp-text-2);font-size:var(--hp-fs-md);margin:0;line-height:1.45}:where(.hpMuted,.hpHelp,.formHelp,.fieldHelp){color:var(--hp-muted);font-size:var(--hp-fs-xs)}.hpPageHeader,.pageHeader,.innerHeader,.fileManagerHeader,.databaseAdminHeader,.domainsHeader{justify-content:space-between;align-items:flex-start;gap:var(--hp-space-3);margin-bottom:var(--hp-space-4);display:flex}.hpPageHeaderMain,.pageHeaderMain{gap:4px;min-width:0;display:grid}.hpPageActions,.pageActions,.headerActions,.toolbarActions{justify-content:flex-end;align-items:center;gap:var(--hp-space-2);flex-wrap:wrap;display:flex}.hpStack{gap:var(--hp-space-3);display:grid}.hpStackLg{gap:var(--hp-space-4);display:grid}.hpRow{align-items:center;gap:var(--hp-space-2);display:flex}.hpRowBetween{justify-content:space-between;align-items:center;gap:var(--hp-space-3);display:flex}.hpGrid2{gap:var(--hp-space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hpGrid3{gap:var(--hp-space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.hpGrid4{gap:var(--hp-space-3);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage) :where(.hpCard,.hpPanel,.formCard,.tableCard,.listCard){background:var(--hp-card);color:var(--hp-text);border:1px solid var(--hp-border);border-radius:var(--hp-radius-lg);box-shadow:var(--hp-shadow-sm);padding:var(--hp-space-4)}.hpCardHeader,.hpPanelHeader,.cardHeader,.panelHeader{justify-content:space-between;align-items:center;gap:var(--hp-space-3);margin-bottom:var(--hp-space-3);display:flex}.hpCardTitle,.cardTitle,.panelTitle{color:var(--hp-text);font-size:var(--hp-fs-base);font-weight:900;line-height:1.2}.hpCardDescription,.cardDescription,.panelDescription{color:var(--hp-muted);font-size:var(--hp-fs-sm);line-height:1.45}:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage) :where(.hpBtn,.btn,.button,button:not(.topIconBtn):not(.menuToggle):not(.sidebarToggle):not(.themeToggle):not(.logoutBtn)){min-height:var(--hp-control-h-sm);border-radius:var(--hp-radius-sm);border:1px solid var(--hp-border);background:var(--hp-card);color:var(--hp-text);font-size:var(--hp-fs-sm);cursor:pointer;box-shadow:none;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-weight:850;line-height:1;text-decoration:none;transition:background-color .14s,border-color .14s,color .14s,transform .12s,box-shadow .14s;display:inline-flex}:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage) :where(.hpBtn,.btn,.button,button:not(.topIconBtn):not(.menuToggle):not(.sidebarToggle):not(.themeToggle):not(.logoutBtn)):hover{background:var(--hp-sidebar-hover);border-color:var(--hp-border-strong)}:where(.hpBtnPrimary,.btnPrimary,.buttonPrimary,button.primary,button[data-variant=primary]){background:var(--hp-primary)!important;border-color:var(--hp-primary)!important;color:#fff!important}:where(.hpBtnPrimary,.btnPrimary,.buttonPrimary,button.primary,button[data-variant=primary]):hover{background:var(--hp-primary-hover)!important;border-color:var(--hp-primary-hover)!important}.hpBtnIcon,.btnIcon,.iconButton{width:var(--hp-control-h-sm);min-width:var(--hp-control-h-sm);padding:0}:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage) :where(label,.hpLabel){color:var(--hp-text-2);font-size:var(--hp-fs-sm);font-weight:850}:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage) :where(input,select,textarea,.hpInput,.hpSelect,.hpTextarea){width:100%;min-height:var(--hp-control-h-md);border-radius:var(--hp-radius-sm);border:1px solid var(--hp-input-border);background:var(--hp-input-bg);color:var(--hp-text);font-size:var(--hp-fs-md);box-shadow:none;outline:none;padding:0 11px;font-weight:650}:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage) textarea{resize:vertical;min-height:96px;padding-top:10px;padding-bottom:10px;line-height:1.45}:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage) :where(input,select,textarea):focus{border-color:var(--hp-primary);box-shadow:var(--hp-focus-ring)}.hpField,.formField,.field{gap:6px;display:grid}.hpFormGrid,.formGrid{gap:var(--hp-space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hpTableWrap,.tableWrap{border:1px solid var(--hp-border);border-radius:var(--hp-radius-lg);background:var(--hp-card);width:100%;overflow:auto}:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage) table,.hpTable{border-collapse:separate;border-spacing:0;background:var(--hp-card);width:100%;color:var(--hp-text)}:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage) thead th,.hpTable th{text-align:left;vertical-align:middle;background:var(--hp-card-3);height:38px;color:var(--hp-muted);border-bottom:1px solid var(--hp-border);font-size:var(--hp-fs-xs);text-transform:uppercase;letter-spacing:.045em;white-space:nowrap;padding:0 12px;font-weight:900}:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage) tbody td,.hpTable td{border-bottom:1px solid var(--hp-border);min-height:42px;color:var(--hp-text-2);font-size:var(--hp-fs-md);vertical-align:middle;padding:10px 12px}.hpList,.list,.itemList{gap:var(--hp-space-2);margin:0;padding:0;list-style:none;display:grid}.hpListItem,.listItem,.fileRow,.dbRow,.domainRow,.emailRow{justify-content:space-between;align-items:center;gap:var(--hp-space-3);border:1px solid var(--hp-border);border-radius:var(--hp-radius-md);background:var(--hp-card);min-height:46px;color:var(--hp-text);padding:10px 12px;display:flex}.hpItemMain,.itemMain{gap:2px;min-width:0;display:grid}.hpItemTitle,.itemTitle{color:var(--hp-text);font-size:var(--hp-fs-md);text-overflow:ellipsis;white-space:nowrap;font-weight:850;overflow:hidden}.hpItemMeta,.itemMeta{color:var(--hp-muted);font-size:var(--hp-fs-xs)}.hpBadge,.badge,.pill,.statusPill,.tag{background:var(--hp-card-2);border:1px solid var(--hp-border);min-height:22px;color:var(--hp-muted);font-size:var(--hp-fs-xs);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:5px;padding:0 8px;font-weight:850;line-height:1;display:inline-flex}.hpBadgePrimary,.badgePrimary,.pillPrimary{background:var(--hp-primary-soft);color:var(--hp-primary);border-color:#1a6bff47}.hpBadgeSuccess,.badgeSuccess,.pillSuccess,.statusRunning,.statusActive{background:var(--hp-success-soft);color:var(--hp-success);border-color:#22c55e4d}.hpBadgeWarning,.badgeWarning,.pillWarning{background:var(--hp-warning-soft);color:var(--hp-warning);border-color:#f59e0b57}.hpBadgeDanger,.badgeDanger,.pillDanger,.statusError,.statusFailed{background:var(--hp-danger-soft);color:var(--hp-danger);border-color:#ef444452}.hpTabs,.tabs,.tabList{border:1px solid var(--hp-border);border-radius:var(--hp-radius-lg);background:var(--hp-card-2);align-items:center;gap:6px;padding:5px;display:flex;overflow-x:auto}.hpTab,.tab,.tabButton{border-radius:var(--hp-radius-sm);min-height:30px;color:var(--hp-muted);font-size:var(--hp-fs-sm);white-space:nowrap;background:0 0;border:1px solid #0000;padding:0 11px;font-weight:850}.hpTab.active,.tab.active,.tabButton.active,.hpTab[aria-selected=true],.tab[aria-selected=true],.tabButton[aria-selected=true]{background:var(--hp-card);border-color:var(--hp-border);color:var(--hp-text);box-shadow:var(--hp-shadow-sm)}.hpToolbar,.toolbar,.filterBar,.actionBar{justify-content:space-between;align-items:center;gap:var(--hp-space-2);padding:var(--hp-space-3);border:1px solid var(--hp-border);border-radius:var(--hp-radius-lg);background:var(--hp-card);flex-wrap:wrap;display:flex}.hpToolbarGroup,.toolbarGroup,.filterGroup{align-items:center;gap:var(--hp-space-2);flex-wrap:wrap;display:flex}.hpAlert,.alert,.notice,.message{align-items:flex-start;gap:var(--hp-space-2);padding:var(--hp-space-3);border-radius:var(--hp-radius-lg);border:1px solid var(--hp-border);background:var(--hp-card-2);color:var(--hp-text-2);display:flex}.hpAlertInfo,.alertInfo{background:var(--hp-info-soft);border-color:#0ea5e952}.hpAlertSuccess,.alertSuccess{background:var(--hp-success-soft);border-color:#22c55e52}.hpAlertWarning,.alertWarning{background:var(--hp-warning-soft);border-color:#f59e0b5c}.hpAlertDanger,.alertDanger,.alertError{background:var(--hp-danger-soft);border-color:#ef444457}.hpEmpty,.emptyState,.noData{place-items:center;gap:var(--hp-space-2);min-height:180px;padding:var(--hp-space-6);text-align:center;border:1px dashed var(--hp-border-strong);border-radius:var(--hp-radius-lg);background:var(--hp-card-2);color:var(--hp-muted);display:grid}.fileGrid,.hpFileGrid{gap:var(--hp-space-3);grid-template-columns:repeat(auto-fill,minmax(180px,1fr));display:grid}.fileTile,.hpFileTile{align-content:start;gap:var(--hp-space-2);min-height:108px;padding:var(--hp-space-3);border-radius:var(--hp-radius-lg);border:1px solid var(--hp-border);background:var(--hp-card);color:var(--hp-text);display:grid}.fileTile:hover,.hpFileTile:hover{border-color:var(--hp-border-strong);background:var(--hp-card-2)}.fileName,.hpFileName{color:var(--hp-text);overflow-wrap:anywhere;font-weight:850}.fileMeta,.hpFileMeta{color:var(--hp-muted);font-size:var(--hp-fs-xs)}.homePage .moduleTile,.homePage .sectionCard,.homePage .toolTile,.dashboardPage .moduleTile,.dashboardPage .sectionCard,.dashboardPage .toolTile{text-align:initial}@media (width<=900px){.hpGrid3,.hpGrid4{grid-template-columns:repeat(2,minmax(0,1fr))}.hpPageHeader,.pageHeader,.innerHeader,.fileManagerHeader,.databaseAdminHeader,.domainsHeader{flex-direction:column;align-items:stretch}.hpPageActions,.pageActions,.headerActions,.toolbarActions{justify-content:flex-start}}@media (width<=640px){:where(.hpPage,.innerPage,.fileManagerPage,.nativeFileManagerPage,.databaseAdminPage,.dbAdminPage,.emailAccountsPage,.domainsPage) :where(h1,.hpTitle){font-size:18px}.hpGrid2,.hpGrid3,.hpGrid4,.hpFormGrid{grid-template-columns:1fr}.hpToolbar,.toolbar,.filterBar,.actionBar{flex-direction:column;align-items:stretch}.hpToolbarGroup,.toolbarGroup,.filterGroup{align-items:stretch;width:100%}.hpListItem,.listItem,.fileRow,.dbRow,.domainRow,.emailRow{flex-direction:column;align-items:flex-start}.fileGrid,.hpFileGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=420px){.fileGrid,.hpFileGrid{grid-template-columns:1fr}.hpTabs,.tabs,.tabList{padding:4px}.hpTab,.tab,.tabButton{min-height:28px;padding:0 9px;font-size:11px}}:root,[data-theme=light]{--hp-bg:#f5f8fc;--hp-surface:#fff;--hp-surface-2:#f8fafc;--hp-surface-3:#eef4fb;--hp-border:#d9e3ef;--hp-border-strong:#bfcede;--hp-text:#0f172a;--hp-text-soft:#334155;--hp-muted:#64748b;--hp-muted-2:#8ca0b8;--hp-primary:#2563eb;--hp-primary-2:#1d4ed8;--hp-primary-soft:#eaf2ff;--hp-success:#16a34a;--hp-success-soft:#dcfce7;--hp-danger:#dc2626;--hp-danger-soft:#fee2e2;--hp-warning:#f59e0b;--hp-warning-soft:#fff7d6;--hp-shadow:0 10px 25px #0f172a14;--hp-shadow-soft:0 6px 18px #0f172a0f;--hp-radius-xl:18px;--hp-radius-lg:14px;--hp-radius-md:10px;--hp-radius-sm:8px;--hp-font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}[data-theme=dark]{--hp-bg:#07111f;--hp-surface:#0f1d31;--hp-surface-2:#13243b;--hp-surface-3:#1a2d48;--hp-border:#263b59;--hp-border-strong:#355071;--hp-text:#f8fafc;--hp-text-soft:#dbeafe;--hp-muted:#9fb2cc;--hp-muted-2:#70859f;--hp-primary:#3b82f6;--hp-primary-2:#60a5fa;--hp-primary-soft:#3b82f629;--hp-success:#22c55e;--hp-success-soft:#22c55e24;--hp-danger:#f87171;--hp-danger-soft:#f8717124;--hp-warning:#fbbf24;--hp-warning-soft:#fbbf2424;--hp-shadow:0 16px 35px #00000047;--hp-shadow-soft:0 10px 25px #0003}.hpPage,.innerPage,.emailAccountSettingsPage{color:var(--hp-text);font-family:var(--hp-font)}.mainArea .hpPage,.mainArea .innerPage,.mainArea .emailAccountSettingsPage{width:100%;min-width:0}.hpPage *,.innerPage *,.emailAccountSettingsPage *{box-sizing:border-box}.hpPage h1,.hpPage h2,.hpPage h3,.innerPage h1,.innerPage h2,.innerPage h3,.emailAccountSettingsPage h1,.emailAccountSettingsPage h2,.emailAccountSettingsPage h3{color:var(--hp-text);letter-spacing:-.025em;margin:0}.hpPage h1,.innerPage h1,.emailAccountSettingsPage h1{font-size:clamp(1.25rem,2vw,1.95rem);font-weight:850;line-height:1.1}.hpPage h2,.innerPage h2,.emailAccountSettingsPage h2{font-size:1rem;font-weight:800;line-height:1.2}.hpPage h3,.innerPage h3,.emailAccountSettingsPage h3{font-size:.9rem;font-weight:800;line-height:1.2}.hpPage p,.innerPage p,.emailAccountSettingsPage p{color:var(--hp-muted);margin:0}.hpPage small,.innerPage small,.emailAccountSettingsPage small{color:var(--hp-muted)}.hpPage input,.hpPage select,.hpPage textarea,.innerPage input,.innerPage select,.innerPage textarea,.emailAccountSettingsPage input,.emailAccountSettingsPage select,.emailAccountSettingsPage textarea{border:1px solid var(--hp-border);background:var(--hp-surface);width:100%;min-height:42px;color:var(--hp-text);border-radius:var(--hp-radius-md);font:inherit;outline:none;padding:0 13px;transition:border-color .16s,box-shadow .16s,background .16s}.hpPage input::placeholder,.hpPage textarea::placeholder,.innerPage input::placeholder,.innerPage textarea::placeholder,.emailAccountSettingsPage input::placeholder,.emailAccountSettingsPage textarea::placeholder{color:var(--hp-muted-2)}.hpPage input:focus,.hpPage select:focus,.hpPage textarea:focus,.innerPage input:focus,.innerPage select:focus,.innerPage textarea:focus,.emailAccountSettingsPage input:focus,.emailAccountSettingsPage select:focus,.emailAccountSettingsPage textarea:focus{border-color:var(--hp-primary);box-shadow:0 0 0 4px color-mix(in srgb, var(--hp-primary) 18%, transparent)}.hpPage button,.innerPage button,.emailAccountSettingsPage button{font:inherit}.hpPage button:disabled,.innerPage button:disabled,.emailAccountSettingsPage button:disabled,.hpPage input:disabled,.innerPage input:disabled,.emailAccountSettingsPage input:disabled,.hpPage select:disabled,.innerPage select:disabled,.emailAccountSettingsPage select:disabled{opacity:.58;cursor:not-allowed}.innerPageHeader,.settingsTop{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.innerTitleBlock,.settingsIdentity{align-items:center;gap:14px;min-width:0;display:flex}.innerTitleBlock>div:last-child,.settingsIdentity>div:last-child{min-width:0}.innerTitleBlock p,.settingsIdentity p{margin-top:4px;font-size:.9rem;line-height:1.35}.innerTitleIcon,.settingsAvatar{background:var(--hp-primary-soft);width:48px;height:48px;color:var(--hp-primary);border:1px solid color-mix(in srgb, var(--hp-primary) 24%, transparent);border-radius:16px;flex:none;place-items:center;display:grid}.backButton,.pageAction,.settingsWebmail,.emailPrimary,.settingsPrimary,.settingsDanger,.confirmSecondary,.confirmDanger,.devicePrimary,.deviceSecondary{border-radius:var(--hp-radius-md);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 15px;font-weight:800;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s,border-color .15s;display:inline-flex}.backButton{color:var(--hp-text);background:var(--hp-surface);border-color:var(--hp-border);box-shadow:var(--hp-shadow-soft)}.pageAction,.emailPrimary,.settingsPrimary,.devicePrimary{color:#fff;background:linear-gradient(135deg, var(--hp-primary), var(--hp-primary-2));box-shadow:0 10px 22px color-mix(in srgb, var(--hp-primary) 24%, transparent)}.settingsWebmail,.deviceSecondary,.confirmSecondary{color:var(--hp-primary);background:var(--hp-primary-soft);border-color:color-mix(in srgb, var(--hp-primary) 20%, transparent)}.settingsDanger,.confirmDanger,.emailActionButton.danger{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#dc262640}.backButton:hover,.pageAction:hover,.settingsWebmail:hover,.emailPrimary:hover,.settingsPrimary:hover,.settingsDanger:hover,.confirmSecondary:hover,.confirmDanger:hover,.devicePrimary:hover,.deviceSecondary:hover{transform:translateY(-1px)}.pageError,.pageNotice,.mainErr{border-radius:var(--hp-radius-lg);align-items:center;gap:9px;width:100%;margin-bottom:14px;padding:12px 14px;font-weight:750;display:flex}.pageError,.mainErr{color:var(--hp-danger);background:var(--hp-danger-soft);border:1px solid color-mix(in srgb, var(--hp-danger) 25%, transparent)}.pageNotice{color:var(--hp-success);background:var(--hp-success-soft);border:1px solid color-mix(in srgb, var(--hp-success) 25%, transparent)}.emailSummaryGrid{grid-template-columns:minmax(160px,.7fr) minmax(160px,.7fr) minmax(260px,2.2fr);gap:14px;margin-bottom:16px;display:grid}.emailStat{border:1px solid var(--hp-border);border-radius:var(--hp-radius-lg);background:var(--hp-surface);min-width:0;min-height:92px;box-shadow:var(--hp-shadow-soft);flex-direction:column;justify-content:center;gap:9px;padding:17px 18px;display:flex}.emailStat span{color:var(--hp-muted);align-items:center;gap:8px;font-size:.84rem;font-weight:800;display:flex}.emailStat span svg{color:var(--hp-primary)}.emailStat b{color:var(--hp-text);letter-spacing:-.04em;font-size:1.85rem;line-height:1}.emailStat small{color:var(--hp-text);word-break:break-word;font-weight:750;line-height:1.45}.emailAdminGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.emailPanel,.emailListPanel,.settingsMainCard,.settingsAside article{border:1px solid var(--hp-border);border-radius:var(--hp-radius-xl);background:var(--hp-surface);min-width:0;box-shadow:var(--hp-shadow-soft)}.emailPanel{align-content:start;gap:12px;padding:18px;display:grid}.emailPanel h2{margin-bottom:4px}.emailCreateRow{grid-template-columns:minmax(0,1fr) auto minmax(180px,.9fr);align-items:center;gap:9px;display:grid}.emailCreateRow span{color:var(--hp-muted);font-weight:900}.emailListPanel{margin-bottom:24px;padding:18px}.emailListHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.emailListHeader p{margin-top:8px;font-size:.88rem}.emailTools{align-items:center;gap:10px;min-width:min(430px,100%);display:flex}.emailSearch{flex:auto;min-width:230px;position:relative}.emailSearch svg{color:var(--hp-muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.emailSearch input{padding-left:38px}.emailTools select{width:auto;min-width:180px}.emailEmpty{min-height:120px;color:var(--hp-muted);background:var(--hp-surface-2);border:1px dashed var(--hp-border);border-radius:var(--hp-radius-lg);place-items:center;font-weight:800;display:grid}.emailTable{gap:8px;width:100%;display:grid}.emailTableHead,.emailTableRow{grid-template-columns:minmax(260px,1.55fr) minmax(170px,.85fr) minmax(110px,.55fr) minmax(430px,1.35fr);align-items:center;column-gap:14px;display:grid}.emailTableHead{border-radius:var(--hp-radius-md);background:var(--hp-surface-3);min-height:42px;color:var(--hp-muted);text-transform:uppercase;letter-spacing:.06em;padding:0 14px;font-size:.76rem;font-weight:900}.emailTableRow{border:1px solid var(--hp-border);border-radius:var(--hp-radius-lg);background:color-mix(in srgb, var(--hp-surface) 92%, var(--hp-surface-2));min-height:74px;padding:12px 14px;transition:border-color .16s,background .16s,transform .16s}.emailTableRow:hover{border-color:color-mix(in srgb, var(--hp-primary) 34%, var(--hp-border));background:color-mix(in srgb, var(--hp-primary-soft) 20%, var(--hp-surface));transform:translateY(-1px)}.emailTableRow>div:first-child{gap:4px;min-width:0;display:grid}.emailTableRow b{min-width:0;color:var(--hp-text);overflow-wrap:anywhere;font-size:.93rem;line-height:1.25}.emailTableRow small{overflow-wrap:anywhere;font-size:.78rem}.emailTableRow>span{min-width:0;color:var(--hp-text-soft);overflow-wrap:anywhere;font-size:.88rem;font-weight:700}.emailRowActions,.emailRowActionsExpanded{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.emailActionButton{border:1px solid var(--hp-border);background:var(--hp-surface);min-height:34px;color:var(--hp-text-soft);cursor:pointer;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:.78rem;font-weight:850;display:inline-flex}.emailActionButton:hover{color:var(--hp-primary);border-color:color-mix(in srgb, var(--hp-primary) 30%, var(--hp-border));background:var(--hp-primary-soft)}.emailActionButton.danger{color:#fff}.settingsLayout{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:18px;display:grid}.settingsMainCard{gap:18px;padding:20px;display:grid}.settingsSectionTitle{color:var(--hp-text);border-bottom:1px solid var(--hp-border);align-items:center;gap:9px;padding-bottom:8px;font-weight:900;display:flex}.settingsSectionTitle svg{color:var(--hp-primary)}.settingsAccountBox,.settingsAlmacenamientoBox,.emailSettingDisabled,.settingsDeleteZone{border:1px solid var(--hp-border);background:var(--hp-surface-2);border-radius:var(--hp-radius-lg);padding:14px}.settingsAccountBox{gap:6px;display:grid}.settingsAccountBox span,.settingsAlmacenamientoBox span{color:var(--hp-muted);font-size:.78rem;font-weight:800}.settingsAccountBox b{color:var(--hp-text);overflow-wrap:anywhere;font-size:1.08rem}.settingsFormBlock{gap:12px;display:grid}.settingsFormBlock label,.confirmInputLabel{color:var(--hp-text-soft);gap:7px;font-size:.86rem;font-weight:800;display:grid}.settingsAlmacenamientoBox{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.settingsAlmacenamientoBox div{gap:6px;min-width:0;display:grid}.settingsAlmacenamientoBox b{color:var(--hp-text);overflow-wrap:anywhere}.settingsDisabledGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.emailSettingDisabled{align-items:flex-start;gap:12px;display:flex}.emailSettingDisabled>div{background:var(--hp-primary-soft);width:36px;height:36px;color:var(--hp-primary);border-radius:12px;flex:none;place-items:center;display:grid}.emailSettingDisabled section{gap:5px;min-width:0;display:grid}.emailSettingDisabled b{color:var(--hp-text)}.emailSettingDisabled span{color:var(--hp-muted);line-height:1.38}.emailSettingDisabled small{color:var(--hp-warning);font-weight:800}.settingsDeleteZone{background:color-mix(in srgb, var(--hp-danger-soft) 38%, var(--hp-surface-2));border-color:color-mix(in srgb, var(--hp-danger) 22%, var(--hp-border));justify-content:space-between;align-items:center;gap:16px;display:flex}.settingsAside{gap:14px;display:grid}.settingsAside article{gap:10px;padding:15px;display:grid}.settingsAside button{border:1px solid var(--hp-border);background:var(--hp-surface-2);min-height:38px;color:var(--hp-text-soft);cursor:pointer;border-radius:10px;justify-content:flex-start;align-items:center;gap:8px;padding:0 11px;font-weight:800;display:flex}.toastStack{z-index:12000;gap:10px;width:min(390px,100vw - 28px);display:grid;position:fixed;bottom:22px;right:22px}.platformToast{background:var(--hp-surface);color:var(--hp-text);border:1px solid var(--hp-border);box-shadow:var(--hp-shadow);border-radius:14px;grid-template-columns:34px minmax(0,1fr) 28px;align-items:start;gap:10px;padding:12px;display:grid}.platformToast b,.platformToast span{display:block}.platformToast span{color:var(--hp-muted);margin-top:3px;font-size:.84rem}.platformToast button,.confirmClose,.deviceModalHead button{border:1px solid var(--hp-border);background:var(--hp-surface-2);width:30px;height:30px;color:var(--hp-text);cursor:pointer;border-radius:10px;place-items:center;display:grid}.toastIcon{background:var(--hp-success-soft);width:34px;height:34px;color:var(--hp-success);border-radius:12px;place-items:center;display:grid}.platformToast-error .toastIcon{background:var(--hp-danger-soft);color:var(--hp-danger)}.actionLoaderOverlay,.platformModalOverlay{z-index:11000;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0206179e;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.actionLoaderCard,.platformConfirmModal,.deviceModal{border:1px solid var(--hp-border);background:var(--hp-surface);width:min(620px,100%);color:var(--hp-text);box-shadow:var(--hp-shadow);border-radius:20px}.actionLoaderCard{align-items:center;gap:14px;width:min(430px,100%);padding:18px;display:flex}.actionLoaderSpinner{width:46px;height:46px;color:var(--hp-primary);background:var(--hp-primary-soft);border-radius:16px;place-items:center;display:grid}.actionLoaderSpinner svg,.spin{animation:.9s linear infinite hpSpin}@keyframes hpSpin{to{transform:rotate(360deg)}}.actionLoaderCard span{color:var(--hp-muted);margin-top:4px;line-height:1.35;display:block}.confirmHead,.deviceModalHead{border-bottom:1px solid var(--hp-border);align-items:flex-start;gap:13px;padding:18px;display:flex}.confirmHead>div:nth-child(2),.deviceModalHead>div:first-child{flex:1;min-width:0}.confirmIconDanger{width:44px;height:44px;color:var(--hp-danger);background:var(--hp-danger-soft);border-radius:15px;place-items:center;display:grid}.confirmBody,.deviceModalBody{gap:14px;padding:18px;display:grid}.confirmTarget{border:1px solid var(--hp-border);background:var(--hp-surface-2);border-radius:14px;gap:5px;padding:13px;display:grid}.confirmTarget span{color:var(--hp-muted);font-size:.78rem;font-weight:800}.confirmTarget b{overflow-wrap:anywhere}.confirmCheck{color:var(--hp-text-soft);align-items:flex-start;gap:10px;font-weight:750;display:flex}.confirmCheck input{width:18px;min-height:18px;margin-top:2px}.confirmActions,.deviceModalActions{border-top:1px solid var(--hp-border);justify-content:flex-end;gap:10px;padding:16px 18px;display:flex}.deviceEyebrow{color:var(--hp-primary);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:900}.deviceHelp{border:1px solid var(--hp-border);background:var(--hp-primary-soft);color:var(--hp-text-soft);border-radius:14px;align-items:flex-start;gap:10px;padding:12px;display:flex}.deviceGrid{gap:8px;display:grid}.deviceRow{border:1px solid var(--hp-border);background:var(--hp-surface-2);border-radius:12px;grid-template-columns:minmax(170px,.9fr) minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;display:grid}.deviceRow span{color:var(--hp-muted);font-size:.82rem;font-weight:800}.deviceRow b{color:var(--hp-text);overflow-wrap:anywhere}.deviceRow button{border:1px solid var(--hp-border);background:var(--hp-surface);min-height:32px;color:var(--hp-primary);border-radius:9px;align-items:center;gap:6px;padding:0 9px;font-weight:800;display:inline-flex}.deviceNotes{color:var(--hp-text-soft);background:var(--hp-surface-2);border:1px solid var(--hp-border);border-radius:14px;padding:13px}.deviceNotes ul{margin:8px 0 0;padding-left:18px}@media (width<=1280px){.emailTableHead,.emailTableRow{grid-template-columns:minmax(230px,1.3fr) minmax(150px,.75fr) minmax(100px,.45fr) minmax(330px,1fr)}.emailActionButton{padding:0 8px}.emailActionButton span{display:none}}@media (width<=1100px){.emailSummaryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.emailStatWide{grid-column:1/-1}.emailAdminGrid,.settingsLayout{grid-template-columns:1fr}.settingsAside{grid-template-columns:repeat(2,minmax(0,1fr))}.settingsAside article:last-child{grid-column:1/-1}}@media (width<=860px){.innerPageHeader,.settingsTop,.emailListHeader{flex-direction:column;align-items:stretch}.innerTitleBlock,.settingsIdentity{align-items:flex-start}.pageAction,.settingsWebmail{width:100%}.emailTools{flex-direction:column;align-items:stretch;width:100%}.emailSearch,.emailTools select{width:100%;min-width:0}.emailCreateRow{grid-template-columns:1fr}.emailCreateRow span,.emailTableHead{display:none}.emailTable{gap:12px}.emailTableRow{grid-template-columns:1fr;align-items:stretch;gap:10px;min-height:0;padding:14px}.emailTableRow>div:first-child{border-bottom:1px solid var(--hp-border);padding-bottom:10px}.emailTableRow>span{grid-template-columns:88px minmax(0,1fr);gap:10px;font-size:.85rem;display:grid}.emailTableRow>span:first-of-type:before{content:"Dominio";color:var(--hp-muted);font-weight:900}.emailTableRow>span:nth-of-type(2):before{content:"Uso";color:var(--hp-muted);font-weight:900}.emailRowActions{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;display:grid}.emailActionButton{width:100%;min-height:38px}.settingsDisabledGrid,.settingsAside{grid-template-columns:1fr}.settingsAside article:last-child{grid-column:auto}.settingsDeleteZone{flex-direction:column;align-items:stretch}.settingsDanger{width:100%}.toastStack{width:auto;bottom:14px;left:14px;right:14px}.deviceRow{grid-template-columns:1fr}.deviceRow button{justify-content:center;width:100%}}@media (width<=620px){.mainArea{padding-left:12px;padding-right:12px}.emailSummaryGrid{grid-template-columns:1fr}.emailPanel,.emailListPanel,.settingsMainCard,.settingsAside article{border-radius:16px;padding:14px}.innerTitleIcon,.settingsAvatar{border-radius:14px;width:42px;height:42px}.backButton{min-height:38px;padding:0 12px}.innerTitleBlock{grid-template-columns:auto 42px minmax(0,1fr);align-items:center;gap:10px;display:grid}.innerTitleBlock h1,.settingsIdentity h1{font-size:1.18rem}.innerTitleBlock p,.settingsIdentity p{font-size:.8rem}.emailRowActions{grid-template-columns:1fr}.confirmActions,.deviceModalActions{flex-direction:column-reverse}.confirmActions button,.deviceModalActions button{width:100%}}:root{--hp-ui-font-size-xs:11px;--hp-ui-font-size-sm:12px;--hp-ui-font-size-md:13px;--hp-ui-font-size-lg:15px;--hp-ui-font-size-xl:20px;--hp-ui-font-size-2xl:24px;--hp-ui-fw-regular:400;--hp-ui-fw-medium:500;--hp-ui-fw-semibold:600;--hp-ui-fw-bold:650;--hp-ui-radius-sm:8px;--hp-ui-radius-md:10px;--hp-ui-radius-lg:12px;--hp-ui-radius-xl:14px;--hp-ui-gap-xs:6px;--hp-ui-gap-sm:8px;--hp-ui-gap-md:10px;--hp-ui-gap-lg:14px;--hp-ui-gap-xl:18px;--hp-ui-control-h:36px;--hp-ui-control-h-sm:32px;--hp-ui-page-pad-x:18px;--hp-ui-page-pad-y:16px;--hp-ui-shadow-soft:0 10px 26px #0f172a12;--hp-ui-shadow-card:0 1px 2px #0f172a0a}.hpPage,.innerPage,.emailAccountsPage,.emailAccountSettingsPage{letter-spacing:-.005em;font-size:var(--hp-ui-font-size-md)!important;line-height:1.42!important;font-weight:var(--hp-ui-fw-regular)!important}.hpPage *,.innerPage *,.emailAccountsPage *,.emailAccountSettingsPage *{text-rendering:geometricprecision}.hpPage strong,.hpPage b,.innerPage strong,.innerPage b,.emailAccountsPage strong,.emailAccountsPage b,.emailAccountSettingsPage strong,.emailAccountSettingsPage b{font-weight:var(--hp-ui-fw-semibold)!important}.hpPage h1,.innerPage h1,.emailAccountsPage h1,.emailAccountSettingsPage h1{font-size:clamp(21px,1.25vw,26px)!important;line-height:1.12!important;font-weight:var(--hp-ui-fw-bold)!important;letter-spacing:-.035em!important;margin:0!important}.hpPage h2,.hpPage h3,.innerPage h2,.innerPage h3,.emailAccountsPage h2,.emailAccountsPage h3,.emailAccountSettingsPage h2,.emailAccountSettingsPage h3{font-size:var(--hp-ui-font-size-lg)!important;line-height:1.25!important;font-weight:var(--hp-ui-fw-semibold)!important;letter-spacing:-.02em!important;margin:0!important}.hpPage p,.innerPage p,.emailAccountsPage p,.emailAccountSettingsPage p{font-size:var(--hp-ui-font-size-md)!important;line-height:1.42!important;font-weight:var(--hp-ui-fw-regular)!important;margin-top:3px!important;margin-bottom:0!important}.hpPage .innerPageHeader,.innerPage .innerPageHeader,.emailAccountsPage .innerPageHeader,.emailAccountSettingsPage .innerPageHeader{justify-content:space-between!important;align-items:center!important;gap:var(--hp-ui-gap-lg)!important;min-height:unset!important;margin:0 0 14px!important;padding:0 0 14px!important;display:flex!important}.hpPage .innerPageHeader>*,.innerPage .innerPageHeader>*,.emailAccountsPage .innerPageHeader>*,.emailAccountSettingsPage .innerPageHeader>*{min-width:0!important}.hpPage :is(.card,.panel,.box,.section,.contentCard,.summaryCard,.statCard),.innerPage :is(.card,.panel,.box,.section,.contentCard,.summaryCard,.statCard),.emailAccountsPage :is(.card,.panel,.box,.section,.contentCard,.summaryCard,.statCard),.emailAccountSettingsPage :is(.card,.panel,.box,.section,.contentCard,.summaryCard,.statCard){border-radius:var(--hp-ui-radius-xl)!important;box-shadow:var(--hp-ui-shadow-card)!important;padding:14px!important}.hpPage [class*=Card],.hpPage [class*=Panel],.hpPage [class*=Box],.innerPage [class*=Card],.innerPage [class*=Panel],.innerPage [class*=Box],.emailAccountsPage [class*=Card],.emailAccountsPage [class*=Panel],.emailAccountsPage [class*=Box],.emailAccountSettingsPage [class*=Card],.emailAccountSettingsPage [class*=Panel],.emailAccountSettingsPage [class*=Box]{border-radius:var(--hp-ui-radius-xl)!important}.hpPage [class*=grid i],.innerPage [class*=grid i],.emailAccountsPage [class*=grid i],.emailAccountSettingsPage [class*=grid i]{gap:var(--hp-ui-gap-md)!important}.hpPage [class*=stat i],.innerPage [class*=stat i],.emailAccountsPage [class*=stat i],.emailAccountSettingsPage [class*=stat i]{min-height:unset!important}.hpPage [class*=stat i] strong,.innerPage [class*=stat i] strong,.emailAccountsPage [class*=stat i] strong,.emailAccountSettingsPage [class*=stat i] strong{font-size:22px!important;line-height:1.05!important;font-weight:var(--hp-ui-fw-bold)!important}.hpPage input,.hpPage select,.hpPage textarea,.innerPage input,.innerPage select,.innerPage textarea,.emailAccountsPage input,.emailAccountsPage select,.emailAccountsPage textarea,.emailAccountSettingsPage input,.emailAccountSettingsPage select,.emailAccountSettingsPage textarea{min-height:var(--hp-ui-control-h)!important;height:var(--hp-ui-control-h)!important;border-radius:var(--hp-ui-radius-md)!important;font-size:var(--hp-ui-font-size-md)!important;font-weight:var(--hp-ui-fw-regular)!important;padding:0 12px!important;line-height:1.2!important}.hpPage textarea,.innerPage textarea,.emailAccountsPage textarea,.emailAccountSettingsPage textarea{height:auto!important;min-height:82px!important;padding-top:10px!important;padding-bottom:10px!important}.hpPage label,.hpPage .label,.hpPage [class*=label i],.innerPage label,.innerPage .label,.innerPage [class*=label i],.emailAccountsPage label,.emailAccountsPage .label,.emailAccountsPage [class*=label i],.emailAccountSettingsPage label,.emailAccountSettingsPage .label,.emailAccountSettingsPage [class*=label i]{font-size:var(--hp-ui-font-size-sm)!important;font-weight:var(--hp-ui-fw-medium)!important;letter-spacing:0!important}.hpPage button,.hpPage .button,.hpPage [role=button],.innerPage button,.innerPage .button,.innerPage [role=button],.emailAccountsPage button,.emailAccountsPage .button,.emailAccountsPage [role=button],.emailAccountSettingsPage button,.emailAccountSettingsPage .button,.emailAccountSettingsPage [role=button]{min-height:var(--hp-ui-control-h)!important;border-radius:var(--hp-ui-radius-md)!important;height:auto!important;font-size:var(--hp-ui-font-size-md)!important;line-height:1!important;font-weight:var(--hp-ui-fw-semibold)!important;letter-spacing:-.01em!important;gap:7px!important;padding:0 13px!important}.hpPage table button,.hpPage [class*=table i] button,.hpPage [class*=list i] button,.innerPage table button,.innerPage [class*=table i] button,.innerPage [class*=list i] button,.emailAccountsPage table button,.emailAccountsPage [class*=table i] button,.emailAccountsPage [class*=list i] button,.emailAccountSettingsPage table button,.emailAccountSettingsPage [class*=table i] button,.emailAccountSettingsPage [class*=list i] button{min-height:30px!important;font-size:var(--hp-ui-font-size-sm)!important;border-radius:var(--hp-ui-radius-sm)!important;padding:0 10px!important}.hpPage table,.innerPage table,.emailAccountsPage table,.emailAccountSettingsPage table{border-collapse:separate!important;border-spacing:0 7px!important;width:100%!important;font-size:var(--hp-ui-font-size-md)!important}.hpPage th,.innerPage th,.emailAccountsPage th,.emailAccountSettingsPage th{font-size:11px!important;line-height:1.1!important;font-weight:var(--hp-ui-fw-semibold)!important;letter-spacing:.035em!important;text-transform:uppercase!important;padding:9px 12px!important}.hpPage td,.innerPage td,.emailAccountsPage td,.emailAccountSettingsPage td{font-size:var(--hp-ui-font-size-md)!important;line-height:1.25!important;font-weight:var(--hp-ui-fw-regular)!important;vertical-align:middle!important;padding:10px 12px!important}.hpPage tbody tr,.innerPage tbody tr,.emailAccountsPage tbody tr,.emailAccountSettingsPage tbody tr{box-shadow:var(--hp-ui-shadow-card)!important}.hpPage tbody td:first-child,.innerPage tbody td:first-child,.emailAccountsPage tbody td:first-child,.emailAccountSettingsPage tbody td:first-child{border-radius:var(--hp-ui-radius-lg) 0 0 var(--hp-ui-radius-lg)!important}.hpPage tbody td:last-child,.innerPage tbody td:last-child,.emailAccountsPage tbody td:last-child,.emailAccountSettingsPage tbody td:last-child{border-radius:0 var(--hp-ui-radius-lg) var(--hp-ui-radius-lg) 0!important}.hpPage [class*=action i],.innerPage [class*=action i],.emailAccountsPage [class*=action i],.emailAccountSettingsPage [class*=action i]{align-items:center!important;gap:7px!important}.emailAccountsPage{padding-top:14px!important}.emailAccountsPage .innerPageHeader{margin-bottom:12px!important}.emailAccountsPage form{gap:9px!important}.emailAccountsPage input[type=password],.emailAccountsPage input[type=text],.emailAccountsPage select,.emailAccountsPage button[type=submit],.emailAccountsPage form button{height:36px!important}.emailAccountsPage td strong,.emailAccountsPage [class*=account i] strong,.emailAccountsPage [class*=email i] strong{font-size:var(--hp-ui-font-size-md)!important;font-weight:var(--hp-ui-fw-semibold)!important;letter-spacing:-.015em!important}.hpPage small,.hpPage .muted,.hpPage [class*=muted i],.hpPage [class*=sub i],.innerPage small,.innerPage .muted,.innerPage [class*=muted i],.innerPage [class*=sub i],.emailAccountsPage small,.emailAccountsPage .muted,.emailAccountsPage [class*=muted i],.emailAccountsPage [class*=sub i],.emailAccountSettingsPage small,.emailAccountSettingsPage .muted,.emailAccountSettingsPage [class*=muted i],.emailAccountSettingsPage [class*=sub i]{font-size:var(--hp-ui-font-size-sm)!important;font-weight:var(--hp-ui-fw-regular)!important;line-height:1.35!important}:root:not(.dark) .hpPage,:root:not(.dark) .innerPage,:root:not(.dark) .emailAccountsPage,:root:not(.dark) .emailAccountSettingsPage,body:not(.dark) .hpPage,body:not(.dark) .innerPage,body:not(.dark) .emailAccountsPage,body:not(.dark) .emailAccountSettingsPage{color:#0f172a}:root:not(.dark) .hpPage th,:root:not(.dark) .innerPage th,:root:not(.dark) .emailAccountsPage th,:root:not(.dark) .emailAccountSettingsPage th,body:not(.dark) .hpPage th,body:not(.dark) .innerPage th,body:not(.dark) .emailAccountsPage th,body:not(.dark) .emailAccountSettingsPage th{color:#64748b!important;background:#eef4fb!important}:root:not(.dark) .hpPage td,:root:not(.dark) .innerPage td,:root:not(.dark) .emailAccountsPage td,:root:not(.dark) .emailAccountSettingsPage td,body:not(.dark) .hpPage td,body:not(.dark) .innerPage td,body:not(.dark) .emailAccountsPage td,body:not(.dark) .emailAccountSettingsPage td{background:#fff!important;border-top:1px solid #dbe5f1!important;border-bottom:1px solid #dbe5f1!important}:root:not(.dark) .hpPage td:first-child,:root:not(.dark) .innerPage td:first-child,:root:not(.dark) .emailAccountsPage td:first-child,:root:not(.dark) .emailAccountSettingsPage td:first-child,body:not(.dark) .hpPage td:first-child,body:not(.dark) .innerPage td:first-child,body:not(.dark) .emailAccountsPage td:first-child,body:not(.dark) .emailAccountSettingsPage td:first-child{border-left:1px solid #dbe5f1!important}:root:not(.dark) .hpPage td:last-child,:root:not(.dark) .innerPage td:last-child,:root:not(.dark) .emailAccountsPage td:last-child,:root:not(.dark) .emailAccountSettingsPage td:last-child,body:not(.dark) .hpPage td:last-child,body:not(.dark) .innerPage td:last-child,body:not(.dark) .emailAccountsPage td:last-child,body:not(.dark) .emailAccountSettingsPage td:last-child{border-right:1px solid #dbe5f1!important}.dark .hpPage th,.dark .innerPage th,.dark .emailAccountsPage th,.dark .emailAccountSettingsPage th,body.dark .hpPage th,body.dark .innerPage th,body.dark .emailAccountsPage th,body.dark .emailAccountSettingsPage th{color:#93a4bd!important;background:#1e293bc7!important}.dark .hpPage td,.dark .innerPage td,.dark .emailAccountsPage td,.dark .emailAccountSettingsPage td,body.dark .hpPage td,body.dark .innerPage td,body.dark .emailAccountsPage td,body.dark .emailAccountSettingsPage td{background:#0f172ac7!important;border-top:1px solid #64748b47!important;border-bottom:1px solid #64748b47!important}.dark .hpPage td:first-child,.dark .innerPage td:first-child,.dark .emailAccountsPage td:first-child,.dark .emailAccountSettingsPage td:first-child,body.dark .hpPage td:first-child,body.dark .innerPage td:first-child,body.dark .emailAccountsPage td:first-child,body.dark .emailAccountSettingsPage td:first-child{border-left:1px solid #64748b47!important}.dark .hpPage td:last-child,.dark .innerPage td:last-child,.dark .emailAccountsPage td:last-child,.dark .emailAccountSettingsPage td:last-child,body.dark .hpPage td:last-child,body.dark .innerPage td:last-child,body.dark .emailAccountsPage td:last-child,body.dark .emailAccountSettingsPage td:last-child{border-right:1px solid #64748b47!important}@media (width<=900px){:root{--hp-ui-page-pad-x:12px;--hp-ui-page-pad-y:12px}.hpPage,.innerPage,.emailAccountsPage,.emailAccountSettingsPage{padding:12px!important}.hpPage .innerPageHeader,.innerPage .innerPageHeader,.emailAccountsPage .innerPageHeader,.emailAccountSettingsPage .innerPageHeader{align-items:flex-start!important;gap:10px!important;margin-bottom:12px!important}.hpPage h1,.innerPage h1,.emailAccountsPage h1,.emailAccountSettingsPage h1{font-size:21px!important}.hpPage button,.innerPage button,.emailAccountsPage button,.emailAccountSettingsPage button{min-height:34px!important}}@media (width<=640px){.hpPage,.innerPage,.emailAccountsPage,.emailAccountSettingsPage{font-size:12px!important}.hpPage h1,.innerPage h1,.emailAccountsPage h1,.emailAccountSettingsPage h1{font-size:19px!important}.hpPage .innerPageHeader,.innerPage .innerPageHeader,.emailAccountsPage .innerPageHeader,.emailAccountSettingsPage .innerPageHeader{flex-wrap:wrap!important}.hpPage table,.innerPage table,.emailAccountsPage table,.emailAccountSettingsPage table{min-width:720px!important}}:root{--hp-mail-bg:#f6f8fb;--hp-mail-surface:#fff;--hp-mail-surface-2:#f8fafc;--hp-mail-border:#d9e4f2;--hp-mail-border-soft:#e6edf6;--hp-mail-text:#0f172a;--hp-mail-muted:#64748b;--hp-mail-muted-2:#8494aa;--hp-mail-primary:#2563eb;--hp-mail-primary-2:#3b82f6;--hp-mail-danger:#dc2626;--hp-mail-danger-2:#ef4444;--hp-mail-success:#16a34a;--hp-mail-radius:12px;--hp-mail-radius-sm:9px;--hp-mail-shadow:0 1px 2px #0f172a0d;--hp-mail-control-h:34px;--hp-mail-font:12.5px}html.dark,body.dark,.dark,[data-theme=dark]{--hp-mail-bg:#08111f;--hp-mail-surface:#0f1b2d;--hp-mail-surface-2:#15243a;--hp-mail-border:#29405f;--hp-mail-border-soft:#203652;--hp-mail-text:#eef6ff;--hp-mail-muted:#a8b7ca;--hp-mail-muted-2:#74849a;--hp-mail-primary:#3b82f6;--hp-mail-primary-2:#60a5fa;--hp-mail-danger:#ef4444;--hp-mail-danger-2:#f87171;--hp-mail-success:#22c55e;--hp-mail-shadow:none}.hpEmailPage{color:var(--hp-mail-text);font-size:var(--hp-mail-font);max-width:100%;padding:14px;font-weight:400;line-height:1.35}.hpEmailPage *,.hpEmailPage :before,.hpEmailPage :after{box-sizing:border-box}.hpEmailPage h1,.hpEmailPage h2,.hpEmailPage h3,.hpEmailPage p{margin:0}.hpEmailPage h1{letter-spacing:-.035em!important;font-size:clamp(19px,1.35vw,24px)!important;font-weight:650!important;line-height:1.1!important}.hpEmailPage h2{letter-spacing:-.015em!important;font-size:13.5px!important;font-weight:620!important;line-height:1.2!important}.hpEmailPage p{color:var(--hp-mail-muted);font-size:12px!important;font-weight:400!important}.hpEmailPage b,.hpEmailPage strong{font-weight:620!important}.hpCompactHeader{justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;padding:0;display:flex}.hpPageHeaderMain{align-items:center;gap:10px;min-width:0;display:flex}.hpPageTitle{min-width:0}.hpPageTitle p{white-space:nowrap;text-overflow:ellipsis;margin-top:3px;overflow:hidden}.hpPageIcon{width:34px;height:34px;color:var(--hp-mail-primary-2);border:1px solid var(--hp-mail-border);background:color-mix(in srgb, var(--hp-mail-primary) 12%, var(--hp-mail-surface));border-radius:10px;flex:none;place-items:center;display:grid}.hpHeaderActions{align-items:center;gap:8px;display:flex}.hpBtn{min-height:var(--hp-mail-control-h);height:var(--hp-mail-control-h);border:1px solid var(--hp-mail-border);color:var(--hp-mail-text);background:var(--hp-mail-surface);cursor:pointer;white-space:nowrap;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:560;line-height:1;text-decoration:none;transition:transform .12s,border-color .12s,background .12s,opacity .12s;display:inline-flex}.hpBtn:hover:not(:disabled){border-color:color-mix(in srgb, var(--hp-mail-primary) 45%, var(--hp-mail-border));transform:translateY(-1px)}.hpBtn:disabled{cursor:not-allowed;opacity:.58}.hpBtnPrimary{border-color:color-mix(in srgb, var(--hp-mail-primary) 78%, #000);background:linear-gradient(180deg, var(--hp-mail-primary-2), var(--hp-mail-primary));color:#fff!important}.hpBtnGhost{background:color-mix(in srgb, var(--hp-mail-surface) 88%, var(--hp-mail-surface-2))}.hpBtnDanger{border-color:var(--hp-mail-danger);background:linear-gradient(180deg, var(--hp-mail-danger-2), var(--hp-mail-danger));color:#fff!important}.hpBtnTiny{border-radius:8px;gap:5px;height:28px;min-height:28px;padding:0 9px;font-size:11.5px}.hpBtnFull{width:100%}.hpBackBtn{padding-inline:10px}.hpMetricGrid{grid-template-columns:minmax(140px,.8fr) minmax(140px,.8fr) minmax(280px,2.4fr);gap:10px;margin-bottom:10px;display:grid}.hpMetricGridFour{grid-template-columns:repeat(4,minmax(0,1fr))}.hpMetricCard{border:1px solid var(--hp-mail-border);border-radius:var(--hp-mail-radius);background:var(--hp-mail-surface);min-height:72px;box-shadow:var(--hp-mail-shadow);flex-direction:column;justify-content:center;gap:6px;min-width:0;padding:12px;display:flex}.hpMetricCard span{color:var(--hp-mail-muted);align-items:center;gap:7px;font-size:11.5px;font-weight:560;display:flex}.hpMetricCard b{color:var(--hp-mail-text);white-space:nowrap;text-overflow:ellipsis;font-size:21px;line-height:1;display:block;overflow:hidden;font-weight:650!important}.hpMetricCard small{color:var(--hp-mail-muted-2);font-size:11px;line-height:1.2}.hpMetricWide b{white-space:normal;font-size:12px;line-height:1.25}.hpPanel{border:1px solid var(--hp-mail-border);border-radius:var(--hp-mail-radius);background:var(--hp-mail-surface);box-shadow:var(--hp-mail-shadow);padding:12px}.hpPanelHeader{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.hpPanelHeaderTools{align-items:center}.hpPanelHeader p{margin-top:3px}.hpMailWorkGrid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;margin-bottom:10px;display:grid}.hpMailForm{gap:8px;display:grid}.hpEmailPage input,.hpEmailPage select,.hpEmailPage textarea{width:100%;min-height:var(--hp-mail-control-h);height:var(--hp-mail-control-h);border:1px solid var(--hp-mail-border);background:var(--hp-mail-surface-2);color:var(--hp-mail-text);border-radius:9px;outline:none;padding:0 11px;font-size:12px;font-weight:400}.hpEmailPage input:focus,.hpEmailPage select:focus,.hpEmailPage textarea:focus{border-color:color-mix(in srgb, var(--hp-mail-primary) 62%, var(--hp-mail-border));box-shadow:0 0 0 3px color-mix(in srgb, var(--hp-mail-primary) 14%, transparent)}.hpEmailPage input:-webkit-autofill{-webkit-text-fill-color:var(--hp-mail-text);transition:background-color 9999s ease-in-out;box-shadow:0 0 0 1000px var(--hp-mail-surface-2) inset!important}.hpEmailPage input:-webkit-autofill:hover{-webkit-text-fill-color:var(--hp-mail-text);transition:background-color 9999s ease-in-out;box-shadow:0 0 0 1000px var(--hp-mail-surface-2) inset!important}.hpEmailPage input:-webkit-autofill:focus{-webkit-text-fill-color:var(--hp-mail-text);transition:background-color 9999s ease-in-out;box-shadow:0 0 0 1000px var(--hp-mail-surface-2) inset!important}.hpEmailInline{grid-template-columns:minmax(120px,1fr) auto minmax(170px,1fr);align-items:center;gap:8px;display:grid}.hpEmailInline>span{color:var(--hp-mail-muted);font-weight:620}.hpEmailListPanel{padding:12px}.hpToolbar{align-items:center;gap:8px;min-width:min(100%,420px);display:flex}.hpSearchBox{min-width:220px;height:var(--hp-mail-control-h);border:1px solid var(--hp-mail-border);background:var(--hp-mail-surface-2);color:var(--hp-mail-muted);border-radius:9px;align-items:center;gap:8px;padding:0 10px;display:flex}.hpSearchBox input{height:auto!important;min-height:0!important;box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}.hpEmailTable{gap:6px;display:grid}.hpEmailTableHead,.hpEmailAccountRow{grid-template-columns:minmax(280px,1.5fr) minmax(170px,.9fr) minmax(70px,.45fr) minmax(380px,1.25fr);align-items:center;gap:10px;display:grid}.hpEmailTableHead{background:var(--hp-mail-surface-2);min-height:34px;color:var(--hp-mail-muted);letter-spacing:.055em;text-transform:uppercase;border-radius:9px;padding:0 12px;font-size:10.8px;font-weight:650}.hpEmailAccountRow{border:1px solid var(--hp-mail-border);background:color-mix(in srgb, var(--hp-mail-surface) 92%, var(--hp-mail-surface-2));border-radius:11px;min-height:50px;padding:8px 12px}.hpEmailAccountIdentity{gap:3px;min-width:0;display:grid}.hpEmailAccountIdentity b{text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;line-height:1.2;overflow:hidden}.hpEmailAccountIdentity small{color:var(--hp-mail-muted);font-size:11px}.hpMonoText{font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hpRowActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.hpEmptyState{text-align:center;color:var(--hp-mail-muted);border:1px dashed var(--hp-mail-border);border-radius:var(--hp-mail-radius);background:var(--hp-mail-surface-2);padding:22px}.hpInlineError,.hpInlineNotice{border-radius:10px;align-items:center;gap:8px;min-height:34px;margin-bottom:10px;padding:8px 10px;font-size:12px;font-weight:520;display:flex}.hpInlineError{color:#fecaca;background:#7f1d1d47;border:1px solid #ef444473}.hpInlineNotice{color:color-mix(in srgb, var(--hp-mail-success) 80%, var(--hp-mail-text));border:1px solid color-mix(in srgb, var(--hp-mail-success) 45%, var(--hp-mail-border));background:color-mix(in srgb, var(--hp-mail-success) 12%, var(--hp-mail-surface))}.hpActionLoader{z-index:70;pointer-events:none;position:fixed;top:58px;left:50%;transform:translate(-50%)}.hpActionLoader>div{border:1px solid var(--hp-mail-border);min-height:34px;color:var(--hp-mail-text);background:var(--hp-mail-surface);border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:560;display:flex;box-shadow:0 10px 30px #0000002e}.hpToastStack{z-index:90;gap:8px;width:min(360px,100vw - 28px);display:grid;position:fixed;bottom:18px;right:18px}.hpToast{border:1px solid var(--hp-mail-border);color:var(--hp-mail-text);background:var(--hp-mail-surface);border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:10px;display:grid;box-shadow:0 16px 36px #0003}.hpToast b{font-size:12px;display:block}.hpToast span{color:var(--hp-mail-muted);margin-top:2px;font-size:11px;display:block}.hpToast button,.hpIconButton{border:1px solid var(--hp-mail-border);width:28px;height:28px;min-height:28px;color:var(--hp-mail-text);background:var(--hp-mail-surface-2);cursor:pointer;border-radius:8px;place-items:center;display:grid}.hpSettingsGrid{grid-template-columns:minmax(280px,.8fr) minmax(280px,.8fr) minmax(420px,1.4fr);align-items:start;gap:10px;display:grid}.hpSettingsWide{grid-row:span 2}.hpQuickActions{gap:8px;display:grid}.hpDisabledGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.hpDisabledFeature{border:1px solid var(--hp-mail-border-soft);background:var(--hp-mail-surface-2);border-radius:10px;grid-template-columns:30px 1fr;align-items:start;gap:8px;min-height:58px;padding:10px;display:grid}.hpDisabledFeature>div{width:30px;height:30px;color:var(--hp-mail-primary-2);background:color-mix(in srgb, var(--hp-mail-primary) 12%, var(--hp-mail-surface));border-radius:9px;place-items:center;display:grid}.hpDisabledFeature section{gap:3px;display:grid}.hpDisabledFeature b{font-size:12px}.hpDisabledFeature span{color:var(--hp-mail-muted);font-size:11.5px}.hpDangerPanel{border-color:color-mix(in srgb, var(--hp-mail-danger) 38%, var(--hp-mail-border))}.hpDeviceHero{border:1px solid var(--hp-mail-border);border-radius:var(--hp-mail-radius);background:radial-gradient(circle at top right, color-mix(in srgb, var(--hp-mail-primary) 18%, transparent), transparent 42%), var(--hp-mail-surface);justify-content:space-between;align-items:center;gap:16px;margin-bottom:10px;padding:14px;display:flex}.hpDeviceHero h2{margin-top:3px!important;font-size:16px!important}.hpDeviceHero p{margin-top:5px!important}.hpEyebrow{color:var(--hp-mail-primary-2);letter-spacing:.07em;text-transform:uppercase;font-size:10.5px;font-weight:650}.hpDeviceHeroIcon{width:48px;height:48px;color:var(--hp-mail-primary-2);background:color-mix(in srgb, var(--hp-mail-primary) 14%, var(--hp-mail-surface));border-radius:14px;place-items:center;display:grid}.hpDevicePanel{margin-top:10px}.hpDeviceTable{gap:6px;display:grid}.hpDeviceTableHead,.hpDeviceRow{grid-template-columns:minmax(130px,.8fr) minmax(220px,1.1fr) minmax(220px,1.3fr) minmax(90px,auto);align-items:center;gap:10px;display:grid}.hpDeviceTableHead{min-height:34px;color:var(--hp-mail-muted);background:var(--hp-mail-surface-2);letter-spacing:.055em;text-transform:uppercase;border-radius:9px;padding:0 12px;font-size:10.8px;font-weight:650}.hpDeviceRow{border:1px solid var(--hp-mail-border);background:color-mix(in srgb, var(--hp-mail-surface) 92%, var(--hp-mail-surface-2));border-radius:10px;min-height:44px;padding:7px 12px}.hpDeviceRow>span{color:var(--hp-mail-muted)}.hpDeviceRow code{text-overflow:ellipsis;min-width:0;color:var(--hp-mail-text);background:var(--hp-mail-surface-2);border:1px solid var(--hp-mail-border-soft);border-radius:8px;padding:5px 7px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11.5px;overflow:hidden}.hpDeviceNotes{margin-top:10px}.hpDeviceNotes>div{align-items:center;gap:7px;margin-bottom:8px;display:flex}.hpDeviceNotes ul{color:var(--hp-mail-muted);margin:0;padding-left:18px;font-size:12px}.hpModalOverlay{z-index:85;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0206179e;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.hpConfirmModal{border:1px solid var(--hp-mail-border);width:min(520px,100%);color:var(--hp-mail-text);background:var(--hp-mail-surface);border-radius:16px;overflow:hidden;box-shadow:0 24px 80px #00000047}.hpConfirmModal header,.hpConfirmModal section,.hpConfirmModal footer{padding:14px}.hpConfirmModal header{border-bottom:1px solid var(--hp-mail-border);grid-template-columns:auto 1fr auto;align-items:center;gap:10px;display:grid}.hpConfirmModal header h2{font-size:15px!important}.hpDangerIcon{color:#fff;background:var(--hp-mail-danger);border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.hpConfirmModal section{gap:10px;display:grid}.hpConfirmTarget{background:var(--hp-mail-surface-2);border:1px solid var(--hp-mail-border-soft);border-radius:10px;gap:3px;padding:10px;display:grid}.hpConfirmTarget span,.hpField span{color:var(--hp-mail-muted);font-size:11px}.hpCheckLine{color:var(--hp-mail-muted);align-items:center;gap:8px;font-size:12px;display:flex}.hpCheckLine input{width:15px!important;min-width:15px!important;height:15px!important;min-height:15px!important}.hpField{gap:5px;display:grid}.hpConfirmModal footer{border-top:1px solid var(--hp-mail-border);justify-content:flex-end;gap:8px;display:flex}@media (width<=1280px){.hpEmailTableHead,.hpEmailAccountRow{grid-template-columns:minmax(260px,1.4fr) minmax(150px,.8fr) minmax(60px,.4fr) minmax(330px,1.2fr)}.hpSettingsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.hpSettingsWide{grid-area:auto/span 2}}@media (width<=980px){.hpMetricGrid,.hpMetricGridFour,.hpMailWorkGrid{grid-template-columns:1fr 1fr}.hpMetricWide{grid-column:span 2}.hpPanelHeaderTools,.hpCompactHeader{flex-direction:column;align-items:flex-start}.hpToolbar{width:100%}.hpSearchBox{flex:1;min-width:0}.hpEmailTable,.hpDeviceTable{padding-bottom:2px;overflow-x:auto}.hpEmailTableHead,.hpEmailAccountRow{min-width:860px}.hpDeviceTableHead,.hpDeviceRow{min-width:760px}}@media (width<=720px){.hpEmailPage{padding:10px}.hpCompactHeader{gap:10px}.hpPageHeaderMain{align-items:flex-start;width:100%}.hpPageIcon{display:none}.hpPageTitle h1{font-size:18px!important}.hpMetricGrid,.hpMetricGridFour,.hpMailWorkGrid,.hpSettingsGrid,.hpDisabledGrid{grid-template-columns:1fr}.hpMetricWide,.hpSettingsWide{grid-column:auto}.hpEmailInline{grid-template-columns:1fr}.hpEmailInline>span{display:none}.hpToolbar,.hpHeaderActions{flex-wrap:wrap;width:100%}.hpToolbar select,.hpHeaderActions .hpBtn{flex:1}.hpToastStack{bottom:10px;right:10px}}
