@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");@import url("/static/css/main.f2c26d2c.css");:root{--pi-purple:#8f2c91;--pi-purple-2:#6f469b;--pi-blue:#31599b;--pi-orange:#f9a11b;--pi-orange-2:#ffb13d;--pi-card:#fff;--pi-text:#111;--pi-muted:#8b8595;--pi-muted-2:#aaa4b3;--pi-border:#e3e0e8;--pi-border-2:#d9d4df;--pi-success:#25a65a;--pi-danger:#d74444;--pi-shadow:0 14px 30px rgba(40,39,54,.08);--pi-radius:2px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}body,html{min-width:0}body{margin:0;font-family:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;color:var(--pi-text);line-height:1.55;overflow-x:hidden;background:var(--pi-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input{font:inherit}header{width:100%;padding:0 38px;display:flex;justify-content:space-between;gap:20px;position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:linear-gradient(105deg,var(--pi-purple) 0,var(--pi-purple-2) 46%,var(--pi-blue) 100%);box-shadow:0 3px 12px rgba(40,39,54,.12)}.brand,header{align-items:center}.brand{min-width:0;display:inline-flex;gap:9px;cursor:pointer;color:#fff;font-family:Montserrat,Mulish,sans-serif;font-size:20px;font-weight:800;letter-spacing:-.35px;white-space:nowrap}.brand span{width:27px;height:27px;display:inline-grid;place-items:center;flex:0 0 auto;border-radius:50%;border:2px solid var(--pi-orange);color:var(--pi-orange);font-family:Montserrat,sans-serif;font-size:18px;font-weight:900;line-height:1;background:hsla(0,0%,100%,.08)}.nav-container{gap:16px;min-width:0}.nav-container,nav{display:flex;align-items:center}nav{gap:30px;padding:0;background:transparent;border:0}.nav-link{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;color:#fff;padding:34px 0 33px;border-bottom:3px solid transparent;border-radius:0;font-family:Montserrat,Mulish,sans-serif;line-height:1;white-space:nowrap;letter-spacing:.05px;text-transform:uppercase;transition:border-color .18s ease,color .18s ease,opacity .18s ease}.nav-link.active{color:#fff;border-bottom-color:var(--pi-orange)}@media (hover:hover) and (pointer:fine){.nav-link:hover{border-bottom-color:hsla(0,0%,100%,.72);opacity:.95}.brand:hover{opacity:.95}}.network-actions{display:flex;align-items:center;flex:0 0 auto}.mobile-network-menu{display:none}.lang-btn,.network-btn,.network-pill{min-height:39px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1.5px solid var(--pi-orange);background:transparent;color:#fff;padding:0 18px;cursor:pointer;font-family:Montserrat,Mulish,sans-serif;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.network-btn.active,.network-pill{background:var(--pi-orange);box-shadow:0 10px 22px rgba(249,161,27,.24)}.lang-btn{padding:0;border-color:hsla(0,0%,100%,.62);border-radius:4px;font-size:18px}@media (hover:hover) and (pointer:fine){.lang-btn:hover,.network-btn:hover,.network-pill:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(249,161,27,.2)}}.hamburger{display:none;width:42px;height:42px;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;border:1px solid hsla(0,0%,100%,.5);border-radius:4px;background:hsla(0,0%,100%,.08)}.hamburger span{display:block;width:20px;height:2px;background:#fff;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.hamburger[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.notice-toast{position:fixed;right:18px;top:104px;z-index:2200;max-width:min(360px,calc(100% - 36px));padding:12px 14px;border-radius:8px;background:hsla(0,0%,7%,.92);color:#fff;font-size:13px;box-shadow:0 12px 24px rgba(0,0,0,.22);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease}.notice-toast.show{opacity:1;transform:translateY(0)}.search-section{width:min(var(--content-width),calc(100% - 40px));margin:26px auto 0;padding:0;background:transparent;border:0;box-shadow:none}.search-box{width:100%;margin:0 auto;display:flex;align-items:center;gap:16px}.search-input-shell{position:relative;flex:1 1 auto;min-width:0}.claim-input,.search-box input{width:100%;min-height:48px;padding:13px 54px 13px 16px;border-radius:999px;border:1px solid var(--pi-border-2);background:#fff;color:var(--pi-text);outline:none;font-size:15px;font-family:Mulish,sans-serif;box-shadow:none}.claim-input:focus,.search-box input:focus{border-color:var(--pi-orange);box-shadow:0 0 0 4px rgba(249,161,27,.14)}.claim-input{margin-bottom:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;border-radius:var(--pi-radius);padding-right:16px}.search-help-btn,.search-submit-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;background:#fff;color:#98a0b1;border:1px solid var(--pi-border-2);cursor:pointer;box-shadow:none;transition:border-color .18s ease,color .18s ease,transform .18s ease}.search-help-btn{position:absolute;right:15px;top:50%;width:27px;height:27px;transform:translateY(-50%);font-size:15px;font-weight:800}.search-submit-btn{font-size:18px}.search-help-btn:hover,.search-submit-btn:hover{border-color:var(--pi-orange);color:var(--pi-orange)}.container{margin:40px auto 56px;padding:0}.card{min-width:0;background:var(--pi-card);border:0;border-radius:0;padding:30px;box-shadow:none;animation:fadeIn .24s ease;overflow:hidden}.card-header{display:flex;justify-content:space-between;gap:18px;margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid var(--pi-border);flex-wrap:wrap}.card-header h3,.card-header h4{margin:0;color:#000;font-family:Montserrat,Mulish,sans-serif;line-height:1.2;text-transform:uppercase}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px;margin-bottom:34px}.stat-card{min-width:0;background:var(--pi-card);border:0;border-radius:0;padding:26px;box-shadow:none}.stat-label{color:var(--pi-muted);font-family:Montserrat,Mulish,sans-serif;font-size:12px;display:flex;justify-content:space-between;gap:8px;text-transform:none;letter-spacing:0}.stat-label,.stat-value{font-weight:800;margin-bottom:12px}.stat-value{font-size:clamp(20px,2vw,29px);line-height:1.25;color:#000;word-break:break-word}.stat-sub{font-size:12px;margin-top:14px;border-top:1px solid var(--pi-border);padding-top:12px;color:var(--pi-muted)}.stat-sub-item{display:flex;justify-content:space-between;gap:10px;margin-bottom:5px}.dashboard-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.9fr);grid-gap:30px;gap:30px;align-items:start}.chart-box{background:#fff;border-radius:0;border:0;min-height:460px;height:520px;position:relative;overflow:hidden}.account-chart-card{padding:0}.account-chart-heading{margin:0;padding:28px 30px 24px}.account-chart-box{height:420px;min-height:360px;border-top:1px solid var(--pi-border)}.table-wrapper{width:100%;border-radius:0;border:0;background:#fff}table{width:100%;border-collapse:collapse;min-width:760px}table,th{font-size:14px}th{text-align:left;padding:20px 0 14px;color:#9a94a7;letter-spacing:0;text-transform:none}td,th{border-bottom:1px solid var(--pi-border)}td{padding:13px 0;vertical-align:middle;min-width:0;word-break:break-word;color:#000}td:not(:last-child),th:not(:last-child){padding-right:22px}tr:last-child td{border-bottom:0}@media (hover:hover) and (pointer:fine){tbody tr:hover{background:#fafafa}}.detail-grid{min-width:0}.two-col-detail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px 58px;gap:20px 58px}.muted-inline{color:var(--pi-muted);font-size:12px;font-weight:700;font-family:Mulish,sans-serif}.section-note{margin:0 0 22px;color:#6d6677;font-size:13px;line-height:1.45}.error-box{margin-top:14px;padding:12px 14px;background:#fff6f6;border:1px solid rgba(215,68,68,.22);color:var(--pi-danger);font-size:13px;overflow-wrap:anywhere}.sub-section-title{margin:34px 0 14px;font-family:Montserrat,Mulish,sans-serif;font-size:14px;font-weight:800;color:#000;text-transform:uppercase}.status-yes{color:var(--pi-success);font-weight:800}.status-no{color:var(--pi-danger);font-weight:800}.detail-row{display:flex;padding:16px 0;border-bottom:1px solid var(--pi-border);font-size:14px;align-items:flex-start;gap:16px}.detail-label{width:150px;color:var(--pi-muted);flex-shrink:0;font-weight:700}.detail-value{flex:1 1;min-width:0;word-break:break-all;font-weight:600;flex-wrap:wrap;gap:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.detail-value,.sub-nav{display:flex;align-items:center}.sub-nav{gap:38px;margin:0 auto 40px;padding:0 30px;min-height:82px;white-space:nowrap;scrollbar-width:thin;background:#fff}.sub-link{padding:31px 0 28px;cursor:pointer;color:#8d8798;border-bottom:3px solid transparent;flex-shrink:0}.sub-link.active{color:var(--pi-orange);border-bottom-color:var(--pi-orange)}.badge{display:inline-flex;align-items:center;max-width:100%;background:#ab45b2;border-radius:999px;cursor:pointer;font-size:12px;font-weight:800;font-family:Mulish,sans-serif;border:0;line-height:1.2}.blue-link{color:var(--pi-link);cursor:pointer;font-weight:600;text-decoration:none;word-break:break-all}.blue-link:hover{text-decoration:underline}.btn-next,.json-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;cursor:pointer;font-size:12px;font-weight:600;white-space:nowrap;color:var(--pi-orange);border:1px solid var(--pi-orange);padding:6px 15px;box-shadow:none;text-transform:none;letter-spacing:0}.btn-next{background:#fff;color:var(--pi-orange)}.btn-next:hover,.json-btn:hover{background:rgba(249,161,27,.08)}.copy-btn{cursor:pointer;font-size:13px;opacity:.85;display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;background:#f6f2f8}.balance-card,.copy-btn{border:1px solid var(--pi-border)}.balance-card{background:#fff;border-radius:0;padding:22px;text-align:center;margin-top:15px}.available-pi{color:var(--pi-success)}.available-pi,.locked-pi{font-size:clamp(24px,7vw,34px);font-weight:800;word-break:break-word}.locked-pi{color:var(--pi-danger)}.claim-detail{font-size:12px;color:var(--pi-muted);margin-top:8px;text-align:left;background:#f8f8f9;padding:12px;border-radius:0;border:1px solid var(--pi-border);word-break:break-word}.hidden{display:none!important}.amt-in{color:var(--pi-success)!important;font-weight:800}.amt-out{color:var(--pi-danger)!important;font-weight:800}.muxed-note{margin-bottom:22px;padding:12px 14px;background:#fff7ea;border-left:4px solid var(--pi-orange);color:#000;font-size:13px;line-height:1.45;word-break:break-word}.muxed-note b{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.muxed-id{display:inline-flex;align-items:center;max-width:100%;margin-left:6px;padding:2px 8px;border-radius:999px;background:#f6f2f8;border:1px solid var(--pi-border);color:#8d8798;font-size:11px;font-weight:800;vertical-align:middle;word-break:break-word}.network-name{color:var(--pi-muted)}#modalJson{display:none;position:fixed;z-index:2000;inset:0;width:100%;height:100%;padding:18px;background:hsla(0,0%,7%,.58);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-body{margin:4vh auto;padding:18px;width:min(900px,100%);border-radius:0;border:0;overflow:auto;display:flex;flex-direction:column;box-shadow:var(--pi-shadow)}pre{background:#151227;color:#85efac;padding:15px;border-radius:4px;overflow:auto;font-size:13px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}@media (max-width:1120px){header{padding:0 22px;gap:14px}nav{gap:20px}.network-actions{gap:8px}.network-btn{padding:0 13px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-layout{grid-template-columns:1fr}}@media (max-width:940px){header{min-height:76px;padding:0 14px}.brand{font-size:18px}.brand span{width:25px;height:25px;font-size:17px}.hamburger{display:inline-flex}nav{position:absolute;top:76px;left:0;right:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;padding:12px 14px;background:linear-gradient(105deg,var(--pi-purple) 0,var(--pi-purple-2) 46%,var(--pi-blue) 100%);border-top:1px solid hsla(0,0%,100%,.18);box-shadow:0 12px 22px rgba(35,33,48,.18);transform:translateY(-6px);opacity:0;pointer-events:none;visibility:hidden;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}nav.active{transform:translateY(0);opacity:1;pointer-events:auto;visibility:visible}.nav-link{text-align:center;padding:13px 8px;border:1px solid hsla(0,0%,100%,.25);border-radius:999px;background:hsla(0,0%,100%,.08);font-size:11px}.nav-link.active{background:var(--pi-orange);border-color:var(--pi-orange)}.network-actions{margin-left:auto}.lang-btn,.network-btn:not(.active){display:none}.network-btn.active,.network-pill{min-height:35px;padding:0 13px;font-size:11px}.search-section{margin-top:18px}.container{margin-top:30px}}@media (max-width:720px){body{background:var(--pi-bg)}header{min-height:90px;padding:0 16px;align-items:center;gap:12px}.brand{font-size:22px;letter-spacing:-.45px}.brand span{width:25px;height:25px;font-size:16px}.hamburger{display:inline-flex;width:46px;height:46px}.network-actions{margin-left:auto;gap:12px}.network-actions .network-btn{display:none!important}.network-actions .lang-btn{display:inline-flex!important;width:46px;height:46px;min-height:46px;border-radius:5px;font-size:20px;color:#fff;border-color:hsla(0,0%,100%,.55);background:hsla(0,0%,100%,.08)}nav{position:absolute;top:90px;left:0;right:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:9px;gap:9px;padding:12px 14px 15px;background:linear-gradient(105deg,var(--pi-purple) 0,var(--pi-purple-2) 46%,var(--pi-blue) 100%);border-top:1px solid hsla(0,0%,100%,.18);box-shadow:0 12px 22px rgba(35,33,48,.18);transform:translateY(-6px);opacity:0;pointer-events:none;visibility:hidden;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}nav.active{transform:translateY(0);opacity:1;pointer-events:auto;visibility:visible}.nav-link{text-align:center;padding:13px 8px;border:1px solid hsla(0,0%,100%,.25);border-radius:999px;background:hsla(0,0%,100%,.08);font-size:11px}.nav-link.active{background:var(--pi-orange);border-color:var(--pi-orange)}.mobile-network-menu{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;grid-column:1/-1;padding-top:4px}.mobile-network-menu .network-btn{display:inline-flex!important;min-height:35px;padding:0 8px;font-size:10px}.mobile-network-menu .network-btn.active{background:var(--pi-orange);color:#fff}.search-section{width:100%;margin:24px auto 20px;padding:0 21px}.search-box{gap:14px}.search-box input{min-height:46px;padding:0 48px 0 20px;font-size:14px;border-radius:999px}.search-submit-btn{width:46px;height:46px}.search-help-btn{right:13px;width:26px;height:26px}.container{width:100%;margin:0 auto 48px;padding:0 21px}.card{padding:29px;margin:0 0 36px;border-radius:0;overflow:hidden}.card-header{align-items:center;margin-bottom:22px;padding-bottom:24px}.card-header h3,.card-header h4{font-size:18px}.stats-grid{grid-template-columns:1fr;gap:18px;margin-bottom:26px}.stat-card{padding:22px 20px}.chart-box{height:360px;min-height:340px}.account-card .card-header{margin-bottom:20px}.detail-grid{grid-template-columns:1fr!important;gap:0!important}.detail-row{display:grid;grid-template-columns:minmax(110px,42%) minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start;padding:12px 0;font-size:16px}.detail-label{width:auto;margin:0;color:#000;font-weight:500;line-height:1.35}.detail-value{min-width:0;display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:8px;text-align:left;color:#000;font-size:14px;line-height:1.35;word-break:break-word;overflow-wrap:anywhere}.detail-value .copy-btn{flex:0 0 28px}.sub-nav-card{padding:0}.sub-nav{min-height:132px;margin:0;padding:31px 25px;border:0;background:#fff;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:19px 25px;overflow:visible;white-space:normal}.sub-link{flex:0 0 auto;padding:0;border:0;color:#827d89;font-size:16px;line-height:1.2;font-weight:700}.sub-link.active{color:var(--pi-orange);border:0}.table-wrapper{overflow-x:hidden;border:0;background:#fff}table{min-width:0;width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:14px}thead{display:table-header-group}tbody{display:table-row-group}tr{display:table-row;background:transparent;border:0;padding:0;margin:0;box-shadow:none}th{padding:0 6px 13px 0;font-size:16px;line-height:1.2;color:#98a0b1;font-weight:700;word-break:normal}td,th{display:table-cell;border-bottom:1px solid var(--pi-border)}td{padding:13px 6px 13px 0;vertical-align:middle;font-size:14px;line-height:1.25;word-break:break-word;overflow-wrap:anywhere}td:before{content:none}td:not(:last-child),th:not(:last-child){padding-right:8px}.table-operations td:first-child,.table-operations th:first-child,.table-payments td:first-child,.table-payments th:first-child{width:32%}.table-operations td:nth-child(2),.table-operations th:nth-child(2),.table-payments td:nth-child(2),.table-payments th:nth-child(2){width:34%}.table-operations td:nth-child(3),.table-operations th:nth-child(3),.table-payments td:nth-child(3),.table-payments th:nth-child(3){width:18%}.table-operations td:nth-child(4),.table-operations th:nth-child(4),.table-payments td:nth-child(4),.table-payments th:nth-child(4){display:none}.table-operations td:nth-child(5),.table-operations th:nth-child(5),.table-payments td:nth-child(5),.table-payments th:nth-child(5){width:16%}.table-transactions td:first-child,.table-transactions td:nth-child(2),.table-transactions th:first-child,.table-transactions th:nth-child(2){width:27%}.table-transactions td:nth-child(3),.table-transactions th:nth-child(3){width:18%}.table-transactions td:nth-child(4),.table-transactions th:nth-child(4){width:12%}.table-transactions td:nth-child(5),.table-transactions th:nth-child(5){width:16%}.table-balances td,.table-balances th{width:33.333%}.table-nodes td:first-child,.table-nodes th:first-child{width:14%}.table-nodes td:nth-child(2),.table-nodes th:nth-child(2){width:28%}.table-nodes td:nth-child(3),.table-nodes th:nth-child(3){width:58%}.table-thresholds td,.table-thresholds th{width:33.333%}.table-signing td:first-child,.table-signing th:first-child{width:58%}.table-signing td:nth-child(2),.table-signing th:nth-child(2){width:17%}.table-signing td:nth-child(3),.table-signing th:nth-child(3){width:25%}.badge{padding:5px 11px;font-size:12px;max-width:100%}.muxed-id{display:block;margin:5px 0 0;width:-moz-fit-content;width:fit-content;font-size:10px}.blue-link{overflow-wrap:anywhere;word-break:break-word}.btn-next,.json-btn{min-height:31px;padding:6px 14px;font-size:12px}.available-pi,.locked-pi{font-size:28px}.modal-body{margin:2vh auto;max-height:92vh;padding:12px}pre{font-size:11px;padding:12px}}@media (max-width:420px){header{padding:0 16px}.brand{font-size:21px;gap:8px}.brand span{width:24px;height:24px;font-size:16px}.network-actions{gap:12px}.hamburger,.network-actions .lang-btn{width:44px;height:44px;min-height:44px}.search-section{padding:0 20px;margin-top:20px}.container{padding:0 20px}.card{padding:28px 26px;margin-bottom:35px}.detail-row{grid-template-columns:minmax(108px,43%) minmax(0,1fr);gap:10px}.detail-value{font-size:13px}.sub-nav{padding:30px 24px;gap:20px 24px}.sub-link{font-size:16px}th{font-size:15px}td{font-size:13px;padding-top:12px;padding-bottom:12px}.table-operations td:first-child,.table-operations th:first-child,.table-payments td:first-child,.table-payments th:first-child{width:33%}.table-operations td:nth-child(2),.table-operations th:nth-child(2),.table-payments td:nth-child(2),.table-payments th:nth-child(2){width:35%}.table-operations td:nth-child(3),.table-operations th:nth-child(3),.table-payments td:nth-child(3),.table-payments th:nth-child(3){width:17%}.table-operations td:nth-child(5),.table-operations th:nth-child(5),.table-payments td:nth-child(5),.table-payments th:nth-child(5){width:15%}.badge{padding:5px 10px;font-size:11px}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}:root{--content-width:1254px;--pi-purple:#963196;--pi-purple-2:#6b3e97;--pi-blue:#2d5698;--pi-orange:#f7a11a;--pi-bg:#eeeeef;--pi-border:#dedbe3;--pi-muted:#9691a5;--pi-link:#00e}body{background:#eeeeef;font-size:14px}header{min-height:92px;padding-left:36px;padding-right:36px}.brand{font-size:22px;letter-spacing:-.6px}.brand span{width:26px;height:26px;font-size:17px}.nav-container{gap:22px}nav{gap:32px}.nav-link{font-size:12px;font-weight:800;padding-top:38px;padding-bottom:34px}.network-actions{gap:10px}.network-btn{min-height:40px;padding-inline:19px;font-weight:700}.lang-btn{width:42px;height:42px;min-height:42px}.search-section{width:min(940px,calc(100% - 40px));margin-top:22px}.search-box{gap:27px}.search-box input{min-height:48px;padding-left:22px;color:#8f95a7}.search-submit-btn{width:48px;height:48px}.container{width:min(var(--content-width),calc(100% - 40px));margin-top:25px}.card{padding:32px 32px 34px;margin-bottom:40px;background:#fff}.card-header{min-height:58px;margin-bottom:22px;padding-bottom:26px;align-items:center}.card-header h3,.card-header h4{font-size:16px;font-weight:800}.network-name{color:#9b94a7;font-size:12px;margin-top:4px}.table-wrapper{overflow-x:auto}table{min-width:0;table-layout:auto}th{color:#9aa2b8;font-size:15px;font-weight:700;padding-top:20px;padding-bottom:14px}td{font-size:14px;padding-top:13px;padding-bottom:13px}.hash-link{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.table-transactions .hash-link{max-width:520px}.badge{background:#ad45b1;color:#fff;min-width:98px;justify-content:center;padding:5px 13px}.btn-next,.json-btn{border-color:#f7a11a;color:#f7a11a;background:#fff;min-height:31px;padding:6px 16px}.json-btn{min-width:68px}.json-small{min-width:64px;min-height:28px;padding:5px 13px}.copy-btn{color:#7f42a6;background:transparent;border:0;font-size:23px;width:30px;height:30px}.header-id{color:#8c8799;font-size:16px;font-weight:800;margin-left:14px;display:inline-block;max-width:min(740px,68vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.detail-row{min-height:42px;align-items:center;padding:10px 0}.detail-label{color:#000;font-weight:500;width:145px}.detail-value{color:#000;font-family:Mulish,sans-serif;font-weight:500;text-align:right}.account-main-rows .detail-value,.detail-value{justify-content:flex-end}.account-main-rows .detail-row:first-child .detail-value,.account-main-rows .detail-row:nth-child(2) .detail-value{font-family:Mulish,sans-serif}.sub-nav-card{padding:0}.sub-nav{min-height:98px;margin:0;padding:0 32px;justify-content:space-between;gap:18px;overflow-x:auto}.sub-link{padding:38px 0 34px;font-size:15px;font-weight:700}.sub-section-title{margin-top:36px}.table-nodes td:nth-child(3),.table-nodes th:nth-child(3){min-width:520px}.table-transaction-ops td:first-child,.table-transaction-ops th:first-child{width:16%}.table-transaction-ops td:nth-child(2),.table-transaction-ops th:nth-child(2){width:54%}.table-transaction-ops td:nth-child(3),.table-transaction-ops th:nth-child(3){width:16%}.table-transaction-ops td:nth-child(4),.table-transaction-ops th:nth-child(4){width:14%}#modalJson{padding:24px;background:rgba(0,0,0,.42);-webkit-backdrop-filter:none;backdrop-filter:none}.modal-body{position:relative;width:min(1500px,calc(100% - 120px));max-height:86vh;margin:10vh auto 0;padding:34px 34px 40px;border-radius:3px;box-shadow:0 10px 28px rgba(0,0,0,.22);background:#fff}.modal-close{position:absolute;right:28px;top:14px;border:0;background:transparent;font-size:34px;line-height:1;cursor:pointer;color:#111}.json-source{font-size:15px;font-weight:800;margin-bottom:14px;color:#111}.json-source a{color:#00e;word-break:break-all}.json-panel{position:relative;border-radius:4px;overflow:hidden;border:1px solid #222;background:#000}.json-panel pre{margin:0;height:min(590px,62vh);background:#000;color:#0a0;border-radius:0;font-size:15px;line-height:1.35;padding:10px 40px 14px 35px;white-space:pre;overflow:auto}.json-key{color:#ff3434}.json-value{color:#0a0}.json-copy-btn{position:absolute;right:16px;top:20px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#8844a6;cursor:pointer;font-size:36px;line-height:1}@media (max-width:940px){header{position:-webkit-sticky;position:sticky;min-height:90px;padding:0 17px}.brand{font-size:22px}.network-actions .network-btn{display:none!important}.hamburger,.network-actions .lang-btn{display:inline-flex!important;width:46px;height:46px;min-height:46px}.network-actions{margin-left:auto;gap:13px}nav{top:90px;grid-template-columns:repeat(2,minmax(0,1fr));padding:13px 15px 16px}.mobile-network-menu{display:grid}.search-section{width:100%;padding:0 21px;margin-top:24px}.search-box{gap:14px}.container{width:100%;padding:0 21px;margin-top:20px}.card{padding:29px;margin-bottom:36px}.card-header{min-height:58px;margin-bottom:22px;padding-bottom:23px}.detail-row{grid-template-columns:minmax(108px,42%) minmax(0,1fr);min-height:39px;padding:9px 0}.detail-label{color:#000;font-size:16px;font-weight:500}.detail-value{font-size:15px;justify-content:flex-end;text-align:left}.account-main-rows .detail-value{word-break:break-word;overflow-wrap:anywhere}.sub-nav{min-height:181px;justify-content:center;gap:20px 25px;padding:31px 25px}.sub-link{padding:0;font-size:16px}.sub-link,.sub-link.active{border-bottom:0}table{table-layout:fixed;width:100%}th{font-size:16px;padding:0 6px 13px 0}td{font-size:14px;padding:13px 6px 13px 0}.table-operations td:first-child,.table-operations th:first-child,.table-payments td:first-child,.table-payments th:first-child{width:32%}.table-operations td:nth-child(2),.table-operations th:nth-child(2),.table-payments td:nth-child(2),.table-payments th:nth-child(2){width:34%}.table-operations td:nth-child(3),.table-operations th:nth-child(3),.table-payments td:nth-child(3),.table-payments th:nth-child(3){width:18%}.table-operations td:nth-child(4),.table-operations th:nth-child(4),.table-payments td:nth-child(4),.table-payments th:nth-child(4){display:none}.table-operations td:nth-child(5),.table-operations th:nth-child(5),.table-payments td:nth-child(5),.table-payments th:nth-child(5){width:16%}.table-transactions td:first-child,.table-transactions th:first-child{width:32%}.table-transactions td:nth-child(2),.table-transactions th:nth-child(2){width:25%}.table-transactions td:nth-child(3),.table-transactions th:nth-child(3){width:18%}.table-transactions td:nth-child(4),.table-transactions th:nth-child(4){width:10%}.table-transactions td:nth-child(5),.table-transactions th:nth-child(5){width:15%}.hash-link{white-space:normal;max-width:100%}.badge{min-width:88px;padding:5px 10px}.header-id{display:block;max-width:100%;margin:7px 0 0;font-size:12px;white-space:normal;overflow-wrap:anywhere}.table-nodes td:first-child,.table-nodes th:first-child{width:14%}.table-nodes td:nth-child(2),.table-nodes th:nth-child(2){width:28%}.table-nodes td:nth-child(3),.table-nodes th:nth-child(3){width:58%;min-width:0}.table-transaction-ops td:first-child,.table-transaction-ops th:first-child{width:29%}.table-transaction-ops td:nth-child(2),.table-transaction-ops th:nth-child(2){width:39%}.table-transaction-ops td:nth-child(3),.table-transaction-ops th:nth-child(3){width:20%}.table-transaction-ops td:nth-child(4),.table-transaction-ops th:nth-child(4){width:12%}.json-small{min-width:0;padding:4px 8px;font-size:11px}.modal-body{width:min(100%,calc(100% - 28px));margin:8vh auto 0;max-height:84vh;padding:28px 14px 18px}.modal-close{right:15px;top:9px;font-size:28px}.json-source{font-size:13px;padding-right:32px}.json-panel pre{height:min(520px,64vh);padding:9px 32px 12px 15px;font-size:12px}.json-copy-btn{right:6px;top:14px;width:34px;height:34px;font-size:28px}}@media (max-width:420px){.brand{font-size:21px}.container,.search-section{padding:0 20px}.card{padding:28px 26px}th{font-size:15px}td{font-size:13px}}@media (max-width:760px){body,html{width:100%;max-width:100%;overflow-x:hidden}body{background:#f1f1f2;font-size:15px}body.menu-open{overflow:hidden}body.menu-open:before{content:"";position:fixed;inset:90px 0 0;background:rgba(0,0,0,.32);z-index:998;opacity:1;animation:mobileOverlayIn .18s ease both}@keyframes mobileOverlayIn{0%{opacity:0}to{opacity:1}}header{min-height:90px!important;height:90px;padding:0 16px!important;position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 5px 18px rgba(40,39,54,.14)}.brand{font-size:20px!important;letter-spacing:-.5px;min-width:0}.brand span{width:25px!important;height:25px!important;font-size:16px!important}.nav-container{gap:11px;margin-left:auto;min-width:0}.network-actions{margin-left:0!important;gap:10px!important}.network-actions .network-btn{display:none!important}.hamburger,.network-actions .lang-btn{display:inline-flex!important;width:44px!important;height:44px!important;min-height:44px!important;border-radius:6px!important;background:hsla(0,0%,100%,.1)!important;border:1px solid hsla(0,0%,100%,.58)!important}.hamburger{position:relative;z-index:1002}nav#topNav{position:fixed!important;top:90px!important;left:12px!important;right:12px!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:12px!important;gap:12px!important;padding:18px 14px 16px!important;border:1px solid hsla(0,0%,100%,.22);border-radius:0 0 18px 18px;background:linear-gradient(135deg,rgba(150,49,150,.98),rgba(106,62,151,.98) 47%,rgba(45,86,152,.98))!important;box-shadow:0 22px 40px rgba(18,22,35,.3);transform:translateY(-12px) scale(.985)!important;transform-origin:top center;opacity:0!important;pointer-events:none!important;visibility:hidden!important;transition:opacity .22s ease,transform .22s ease,visibility .22s ease!important;z-index:1001;max-height:calc(100vh - 108px);overflow-y:auto;-webkit-overflow-scrolling:touch}nav#topNav.active{opacity:1!important;transform:translateY(0) scale(1)!important;pointer-events:auto!important;visibility:visible!important}.nav-link{min-height:56px;display:inline-flex!important;align-items:center;justify-content:center;padding:10px 12px!important;border-radius:999px!important;border:1px solid hsla(0,0%,100%,.26)!important;background:hsla(0,0%,100%,.08)!important;color:#fff!important;font-size:12px!important;font-weight:800!important;line-height:1.15;text-align:center;letter-spacing:0;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08)}.nav-link.active{background:var(--pi-orange)!important;border-color:var(--pi-orange)!important;color:#fff!important;box-shadow:0 12px 22px rgba(249,161,27,.25)}.mobile-network-menu{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:9px!important;gap:9px!important;grid-column:1/-1;padding-top:4px}.mobile-network-menu .network-btn{display:inline-flex!important;min-height:38px!important;padding:0 8px!important;font-size:10px!important;border-radius:999px!important}.search-section{width:100%!important;margin:20px auto 18px!important;padding:0 16px!important}.search-box{gap:10px!important}.search-input-shell{min-width:0}.search-box input{min-height:46px!important;padding:0 44px 0 17px!important;border-radius:999px!important;font-size:14px!important;box-shadow:0 1px 0 rgba(0,0,0,.02)}.search-help-btn{right:11px!important;width:25px!important;height:25px!important}.search-submit-btn{width:46px!important;height:46px!important;flex:0 0 46px}.container{width:100%!important;max-width:100%!important;padding:0 14px!important;margin:0 auto 44px!important}.card{width:100%;padding:24px 22px!important;margin:0 0 22px!important;border-radius:0!important;background:#fff;overflow:hidden!important;animation:mobileCardIn .24s ease both}@keyframes mobileCardIn{0%{opacity:.72;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.card-header{min-height:auto!important;margin-bottom:17px!important;padding-bottom:18px!important;gap:10px!important}.card-header h3,.card-header h4{font-size:17px!important;line-height:1.25}.header-id{display:block!important;max-width:100%!important;margin:8px 0 0!important;white-space:normal!important;overflow:visible!important;overflow-wrap:anywhere;word-break:break-word;font-size:12px!important;line-height:1.35}.btn-next,.json-btn{min-height:34px!important;padding:7px 13px!important;font-size:12px!important;border-radius:999px!important;flex:0 0 auto}.stats-grid{grid-template-columns:1fr!important;gap:13px!important;margin-bottom:22px!important}.stat-card{padding:20px 18px!important;border-radius:0!important}.stat-value{font-size:24px!important}.dashboard-layout{grid-template-columns:1fr!important;gap:18px!important}.chart-box{height:320px!important;min-height:300px!important}.detail-grid,.detail-row,.two-col-detail{display:block!important}.detail-row{min-height:0!important;padding:12px 0!important;border-bottom:1px solid var(--pi-border)}.detail-label{width:auto!important;margin-bottom:5px;color:#8e879b!important;font-size:13px!important;font-weight:700!important}.detail-value{justify-content:flex-start!important;text-align:left!important;font-size:15px!important;line-height:1.38!important;overflow-wrap:anywhere;word-break:break-word;font-weight:600!important}.copy-btn{width:30px!important;height:30px!important;flex:0 0 30px;font-size:18px!important;margin-left:2px}.sub-nav-card{padding:0!important;margin-bottom:22px!important}.sub-nav{min-height:auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px 8px!important;gap:10px 8px!important;padding:18px 14px!important;margin:0!important;overflow:visible!important;white-space:normal!important;background:#fff!important}.sub-link{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:8px 6px!important;border-radius:999px!important;border:1px solid transparent!important;color:#7d7789!important;font-size:12px!important;line-height:1.12;text-align:center}.sub-link.active{color:var(--pi-orange)!important;border-color:rgba(249,161,27,.48)!important;background:rgba(249,161,27,.08)!important}.table-wrapper{overflow:visible!important;background:transparent!important}.data-table,.data-table tbody,.data-table td,.data-table th,.data-table thead,.data-table tr{display:block!important;width:100%!important;min-width:0!important}.data-table{border-collapse:separate!important;border-spacing:0!important;table-layout:auto!important}.data-table thead{display:none!important}.data-table tbody{display:grid!important;grid-gap:12px;gap:12px}.data-table tr{padding:13px 13px 12px!important;border:1px solid var(--pi-border)!important;border-radius:12px!important;background:#fff!important;box-shadow:0 8px 18px rgba(37,34,54,.045)!important}.data-table td{display:grid!important;grid-template-columns:95px minmax(0,1fr)!important;grid-gap:10px!important;gap:10px!important;align-items:start!important;padding:7px 0!important;border:0!important;font-size:13.5px!important;line-height:1.34!important;overflow-wrap:anywhere;word-break:break-word}.data-table td:before{content:attr(data-label);color:#9a94a7;font-weight:800;font-size:11px;line-height:1.35;text-transform:uppercase;letter-spacing:.02em}.data-table tr td:first-child{padding-top:0!important}.data-table tr td:last-child{padding-bottom:0!important}.data-table .badge{min-width:0!important;max-width:100%;width:-moz-fit-content;width:fit-content;padding:6px 10px!important;font-size:11px!important;justify-content:center}.blue-link,.hash-link{white-space:normal!important;overflow-wrap:anywhere;word-break:break-word;max-width:100%!important}.table-operations td:nth-child(4),.table-payments td:nth-child(4){display:none!important}.table-blocks td:nth-child(3),.table-ledgers td:nth-child(3),.table-operations td:nth-child(5),.table-payments td:nth-child(5),.table-transactions td:nth-child(5){color:var(--pi-link)!important;font-weight:700}.json-small{width:-moz-fit-content!important;width:fit-content!important;min-width:62px!important}.muxed-note{font-size:12px;padding:11px 12px}.muxed-id{margin:4px 0 0!important}#modalJson{padding:14px!important}.modal-body{width:100%!important;max-width:100%!important;margin:7vh auto 0!important;max-height:85vh!important;padding:28px 12px 14px!important;border-radius:8px!important}.modal-close{right:12px!important;top:8px!important;font-size:28px!important}.json-source{font-size:12px!important;padding-right:30px;line-height:1.4}.json-panel pre{height:min(500px,62vh)!important;padding:10px 34px 12px 12px!important;font-size:11px!important;line-height:1.42!important}.json-copy-btn{right:2px!important;top:12px!important;font-size:27px!important}}@media (max-width:380px){.brand{font-size:18px!important}.brand span{width:23px!important;height:23px!important;font-size:15px!important}.hamburger,.network-actions .lang-btn{width:40px!important;height:40px!important;min-height:40px!important}nav#topNav{left:9px!important;right:9px!important;gap:10px!important;padding:15px 12px!important}.nav-link{min-height:52px;font-size:11px!important}.mobile-network-menu .network-btn{font-size:9px!important}.search-section{padding:0 12px!important}.container{padding:0 10px!important}.card{padding:21px 16px!important}.data-table td{grid-template-columns:82px minmax(0,1fr)!important;font-size:12.5px!important}.sub-nav{grid-template-columns:repeat(2,minmax(0,1fr))}}.account-card .muxed-note{margin:0 0 24px;padding:0;background:transparent;border:0;color:#000;font-size:14px;line-height:1.28;font-weight:700;word-break:break-word}.account-card .muxed-note strong{font-weight:800}.account-card .muxed-note span{font-family:Mulish,sans-serif;font-weight:800;overflow-wrap:anywhere;word-break:break-word}.account-card .account-heading{flex-wrap:nowrap;align-items:center}.account-card .account-main-rows{width:100%}.account-card .detail-row{display:grid;grid-template-columns:190px minmax(0,1fr);align-items:center;grid-gap:20px;gap:20px}.account-card .detail-label{width:auto;color:#000;font-weight:500}.account-card .detail-value{justify-content:flex-end;text-align:right;font-family:Mulish,sans-serif;font-weight:500;word-break:break-word;overflow-wrap:anywhere}.account-card .copy-btn{color:var(--pi-purple-2);background:transparent;border:0;font-size:22px;width:26px;height:26px;padding:0}@media (max-width:760px){.account-card .muxed-note{margin-bottom:20px;font-size:12.5px;line-height:1.3}.account-card .account-heading{flex-wrap:nowrap!important}.account-card .detail-row{display:grid!important;grid-template-columns:108px minmax(0,1fr)!important;grid-gap:12px!important;gap:12px!important;align-items:start!important;padding:12px 0!important}.account-card .detail-label{margin:0!important;color:#000!important;font-size:15px!important;font-weight:500!important;line-height:1.35!important}.account-card .detail-value{justify-content:flex-end!important;text-align:right!important;font-size:13.5px!important;line-height:1.35!important;font-weight:500!important;word-break:break-word!important;overflow-wrap:anywhere!important}.account-card .copy-btn{width:26px!important;height:26px!important;flex:0 0 26px!important;font-size:20px!important;margin-left:4px!important}}@media (max-width:380px){.account-card .detail-row{grid-template-columns:96px minmax(0,1fr)!important}.account-card .detail-value{font-size:12.5px!important}}.card,.dashboard-layout>*,.stats-grid>*,.table-wrapper{min-width:0}#dash-op-list .hash-link,#dash-tx-list .hash-link{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chart-box iframe{max-width:100%!important;min-width:0!important}.chart-fallback{height:100%;display:grid;place-items:center;text-align:center;padding:22px;color:var(--pi-muted);background:#fff}.chart-fallback b{color:var(--pi-text);font-size:15px}.chart-fallback span{font-size:12px}.chart-pi{font-size:42px;margin-bottom:8px;color:var(--pi-orange);font-weight:900}.table-node-check td:first-child,.table-node-check th:first-child{width:34%}.table-node-check td:nth-child(2),.table-node-check th:nth-child(2){width:16%}.table-node-check td:nth-child(3),.table-node-check td:nth-child(4),.table-node-check th:nth-child(3),.table-node-check th:nth-child(4){width:15%}.table-node-check td:nth-child(5),.table-node-check th:nth-child(5){width:20%}@media (max-width:760px){.chart-box{height:150px!important;min-height:150px!important}.chart-fallback{padding:18px}.chart-pi{font-size:32px}#dash-op-list .card,#dash-tx-list .card{margin-bottom:0!important}.table-node-check td{grid-template-columns:92px minmax(0,1fr)!important}.account-card .detail-value{overflow-wrap:anywhere!important;word-break:break-word!important}body,html{width:100%;max-width:100%;overflow-x:hidden}body{background:#f2f2f3}body.menu-open{overflow-y:auto!important}body.menu-open:before{display:none!important}header{min-height:90px!important;height:90px!important;padding:0 16px!important;position:-webkit-sticky!important;position:sticky!important;top:0;z-index:1000;box-shadow:none!important}.brand{font-size:21px!important;gap:7px!important}.brand span{width:24px!important;height:24px!important;font-size:15px!important}.nav-container{margin-left:auto!important;gap:12px!important}.network-actions{margin-left:0!important;gap:12px!important}.network-actions .network-btn{display:none!important}.hamburger,.network-actions .lang-btn{display:inline-flex!important;width:42px!important;height:42px!important;min-height:42px!important;border-radius:4px!important;background:hsla(0,0%,100%,.07)!important;border:1px solid hsla(0,0%,100%,.56)!important;box-shadow:none!important}nav#topNav{position:fixed!important;top:90px!important;left:0!important;right:0!important;width:100%!important;min-height:0!important;max-height:none!important;padding:19px 20px 22px!important;display:block!important;border:0!important;border-top:1px solid hsla(0,0%,100%,.34)!important;border-radius:0!important;background:linear-gradient(105deg,var(--pi-purple) 0,var(--pi-purple-2) 46%,var(--pi-blue) 100%)!important;box-shadow:0 12px 20px rgba(30,31,48,.12)!important;overflow:visible!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-8px)!important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important}nav#topNav.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}nav#topNav .nav-link{width:calc(100% - 130px)!important;min-height:31px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;margin:0!important;padding:6px 0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#fff!important;text-align:left!important;font-size:12px!important;font-weight:800!important}nav#topNav .nav-link.active{color:var(--pi-orange)!important}nav#topNav .mobile-network-menu{position:absolute!important;right:20px!important;top:24px!important;width:108px!important;display:flex!important;flex-direction:column!important;gap:8px!important;padding:0!important}nav#topNav .mobile-network-menu .network-btn{width:100%!important;min-height:36px!important;padding:0 10px!important;border-radius:999px!important;font-size:10px!important;box-shadow:none!important}.search-section{width:100%!important;margin:20px auto!important;padding:0 20px!important}.search-box{gap:12px!important}.search-box input{min-height:46px!important;height:46px!important;padding:0 45px 0 20px!important;font-size:14px!important;border-radius:999px!important}.search-submit-btn{width:46px!important;height:46px!important;flex:0 0 46px!important}.search-help-btn{width:24px!important;height:24px!important;right:12px!important}.container{max-width:100%!important;margin:0 auto 42px!important;padding:0 20px!important}.card,.container{width:100%!important}.card{padding:28px 30px 30px!important;margin:0 0 38px!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important;animation:none!important}.card-header{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;min-height:auto!important;margin:0 0 28px!important;padding:0 0 26px!important;border-bottom:1px solid var(--pi-border)!important}.card-header h3,.card-header h4{font-size:17px!important;line-height:1.2!important}.card-header>.btn-next{margin-left:auto!important;align-self:flex-end!important}.json-btn{padding:5px 15px!important;background:#d8d5df!important;border-color:#d8d5df!important;color:#fff!important;font-weight:700!important}.btn-next,.json-btn{min-height:31px!important;box-shadow:none!important}.btn-next{padding:5px 14px!important;border:1px solid var(--pi-orange)!important;color:#d88400!important;font-size:12px!important}.btn-next,.table-wrapper{background:#fff!important}.table-wrapper{width:100%!important;overflow:hidden!important}.data-table{display:table!important;width:100%!important;min-width:0!important;table-layout:fixed!important;border-collapse:collapse!important}.data-table thead{display:table-header-group!important}.data-table tbody{display:table-row-group!important}.data-table tr{display:table-row!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.data-table td,.data-table th{display:table-cell!important;width:auto!important;min-width:0!important;vertical-align:middle!important;border:0!important;border-bottom:1px solid var(--pi-border)!important;word-break:break-word!important;overflow-wrap:anywhere!important}.data-table th{padding:12px 7px 13px 0!important;color:#99a0b1!important;font-size:15px!important;line-height:1.2!important;font-weight:700!important}.data-table td{padding:12px 7px 12px 0!important;color:#111!important;font-size:13.5px!important;line-height:1.3!important}.data-table td:before{display:none!important;content:none!important}.data-table tbody tr:last-child td{border-bottom:0!important}.data-table .badge{padding:5px 10px!important;font-size:11px!important;white-space:nowrap!important}.blue-link,.hash-link{word-break:break-word!important;overflow-wrap:anywhere!important}.table-operations td:first-child,.table-operations th:first-child{width:34%!important}.table-operations td:nth-child(2),.table-operations th:nth-child(2){width:45%!important}.table-operations td:nth-child(3),.table-operations td:nth-child(4),.table-operations th:nth-child(3),.table-operations th:nth-child(4){display:none!important}.table-operations td:nth-child(5),.table-operations th:nth-child(5){display:table-cell!important;width:21%!important;color:var(--pi-link)!important}.table-payments td:first-child,.table-payments th:first-child{width:31%!important}.table-payments td:nth-child(2),.table-payments th:nth-child(2){width:35%!important}.table-payments td:nth-child(3),.table-payments th:nth-child(3){display:table-cell!important;width:15%!important}.table-payments td:nth-child(4),.table-payments th:nth-child(4){display:none!important}.table-payments td:nth-child(5),.table-payments th:nth-child(5){display:table-cell!important;width:19%!important;color:var(--pi-link)!important}.table-transactions td:first-child,.table-transactions th:first-child{display:table-cell!important;width:63%!important}.table-transactions td:nth-child(2),.table-transactions td:nth-child(3),.table-transactions th:nth-child(2),.table-transactions th:nth-child(3){display:none!important}.table-transactions td:nth-child(4),.table-transactions th:nth-child(4){display:table-cell!important;width:12%!important;text-align:center!important}.table-transactions td:nth-child(5),.table-transactions th:nth-child(5){display:table-cell!important;width:25%!important;color:var(--pi-link)!important}.table-transactions .hash-link{display:block;font-size:13px!important;line-height:1.32!important}.table-blocks td:first-child,.table-blocks th:first-child,.table-ledgers td:first-child,.table-ledgers th:first-child{width:34%!important}.table-blocks td:nth-child(2),.table-blocks th:nth-child(2),.table-ledgers td:nth-child(2),.table-ledgers th:nth-child(2){width:35%!important}.table-blocks td:nth-child(3),.table-blocks th:nth-child(3),.table-ledgers td:nth-child(3),.table-ledgers th:nth-child(3){width:31%!important;color:var(--pi-link)!important}}@media (max-width:760px){.table-wrapper:has(.table-node-check){overflow-x:auto!important;-webkit-overflow-scrolling:touch}.table-node-check{min-width:640px!important;table-layout:auto!important}.table-node-check td,.table-node-check th{white-space:nowrap!important}.account-card .muxed-note{margin:0 0 22px!important;padding:0!important;font-size:12px!important;line-height:1.32!important}.account-card .account-heading{flex-wrap:nowrap!important}.account-card .detail-row{display:grid!important;grid-template-columns:48% minmax(0,1fr)!important;grid-gap:10px!important;gap:10px!important;align-items:start!important;padding:11px 4px!important}.account-card .detail-label{margin:0!important;color:#111!important;font-size:15px!important;font-weight:500!important}.account-card .detail-value{display:flex!important;justify-content:flex-end!important;align-items:flex-start!important;text-align:left!important;color:#111!important;font-family:Mulish,sans-serif!important;font-size:13px!important;font-weight:500!important;line-height:1.36!important;word-break:break-word!important;overflow-wrap:anywhere!important}.account-card .copy-btn{width:24px!important;height:24px!important;flex:0 0 24px!important;margin-left:3px!important;color:var(--pi-purple-2)!important;background:transparent!important;border:0!important;font-size:19px!important}.sub-nav-card{padding:0!important;margin-bottom:40px!important}.sub-nav{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:17px 22px!important;min-height:0!important;margin:0!important;padding:31px 22px 34px!important;overflow:visible!important;white-space:normal!important}.sub-link{min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;color:#807a87!important;font-size:15px!important;font-weight:700!important;line-height:1.25!important}.sub-link,.sub-link.active{background:transparent!important}.sub-link.active{color:var(--pi-orange)!important;border:0!important}.table-balances td,.table-balances th{display:table-cell!important;width:33.333%!important}.table-balances td:nth-child(2){word-break:break-all!important}.transaction-card .card-header{align-items:flex-start!important}.transaction-card .card-header>div{min-width:0!important;flex:1 1 auto!important}.transaction-card .header-id{display:block!important;margin-top:8px!important;max-width:calc(100% - 10px)!important;color:#817c89!important;font-size:16px!important;font-weight:700!important;line-height:1.28!important;word-break:break-all!important;white-space:normal!important}.transaction-card .network-name{display:none!important}.transaction-card .copy-btn{vertical-align:middle}.transaction-card .detail-row{display:grid!important;grid-template-columns:42% minmax(0,1fr)!important;grid-gap:10px!important;gap:10px!important;padding:10px 4px!important}.transaction-card .detail-label{margin:0!important;color:#111!important;font-size:15px!important;font-weight:500!important}.transaction-card .detail-value{justify-content:flex-end!important;text-align:right!important;color:#111!important;font-family:Mulish,sans-serif!important;font-size:14px!important;font-weight:500!important;word-break:break-word!important}.table-transaction-ops td:first-child,.table-transaction-ops th:first-child{display:table-cell!important;width:32%!important}.table-transaction-ops td:nth-child(2),.table-transaction-ops th:nth-child(2){display:table-cell!important;width:43%!important}.table-transaction-ops td:nth-child(3),.table-transaction-ops th:nth-child(3){display:none!important}.table-transaction-ops td:nth-child(4),.table-transaction-ops th:nth-child(4){display:table-cell!important;width:25%!important}.table-transaction-ops .json-small{min-width:0!important;padding:5px 13px!important}.stats-grid{gap:14px!important;margin-bottom:22px!important}.dashboard-layout,.stats-grid{grid-template-columns:1fr!important}.dashboard-layout{gap:22px!important}.chart-box{height:260px!important;min-height:240px!important}.account-chart-card{padding:0!important;margin-bottom:28px!important}.account-chart-heading{padding:20px 18px 18px!important}.account-chart-box{height:260px!important;min-height:240px!important}#dash-op-list .table-wrapper,#dash-tx-list .table-wrapper{overflow:hidden!important}#modalJson{padding:10px!important}.modal-body{width:100%!important;max-width:100%!important;margin:5vh auto 0!important;max-height:88vh!important;padding:30px 12px 14px!important;border-radius:0!important}.json-source{font-size:12px!important;line-height:1.4!important;padding-right:28px!important;word-break:break-all}.json-panel pre{height:min(520px,65vh)!important;font-size:11px!important;line-height:1.42!important}}@media (max-width:380px){.container,.search-section{padding:0 14px!important}.card{padding:25px 22px 27px!important}.data-table th{font-size:14px!important}.data-table td{font-size:12.5px!important}.account-card .detail-row{grid-template-columns:46% minmax(0,1fr)!important}.sub-nav{gap:15px 18px!important;padding-left:16px!important;padding-right:16px!important}.sub-link{font-size:14px!important}}@media (max-width:760px){.card-header:has(>.btn-next){flex-wrap:wrap!important;border-bottom:0!important;padding-bottom:0!important;row-gap:13px!important}.card-header:has(>.btn-next)>div:first-child,.card-header:has(>.btn-next)>h3{width:100%!important;padding-bottom:25px!important;border-bottom:1px solid var(--pi-border)!important}.card-header:has(>.btn-next)>.btn-next{margin-left:auto!important}}@media (max-width:760px){.block-card .card-header,.block-card .card-header>div{align-items:center!important;gap:12px!important}.block-card .card-header>div{min-width:0!important;display:flex!important;flex:1 1 auto!important}.block-card .card-header h3{display:inline-flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;max-width:100%!important}.block-card .muted-inline{font-size:16px!important;color:#8a8496!important;font-weight:800!important}.block-card .network-name{display:none!important}.block-card .two-col-detail{display:block!important}.block-card .detail-row{display:grid!important;grid-template-columns:minmax(118px,42%) minmax(0,1fr)!important;grid-gap:12px!important;gap:12px!important;align-items:start!important;min-height:41px!important;padding:9px 4px!important;border-bottom:1px solid var(--pi-border)!important}.block-card .detail-label{width:auto!important;margin:0!important;color:#111!important;font-size:15px!important;font-weight:500!important;line-height:1.35!important}.block-card .detail-value{min-width:0!important;display:block!important;text-align:right!important;color:#111!important;font-family:Mulish,sans-serif!important;font-size:14.5px!important;font-weight:500!important;line-height:1.34!important;word-break:normal!important;overflow-wrap:anywhere!important}.block-card .detail-value .muted-inline{display:block!important;margin-top:2px!important;font-size:11px!important;font-weight:600!important;color:#9a94a7!important}.block-card .detail-value .blue-link{display:inline-block!important;max-width:100%!important}.block-card .copy-btn{width:24px!important;height:24px!important;flex:0 0 24px!important;font-size:18px!important;color:var(--pi-purple-2)!important;background:transparent!important;border:0!important}.block-card+.card .card-header h3{white-space:nowrap!important}.block-card+.card .table-transactions td:first-child,.block-card+.card .table-transactions th:first-child{width:58%!important}.block-card+.card .table-transactions td:nth-child(3),.block-card+.card .table-transactions th:nth-child(3){display:table-cell!important;width:13%!important;text-align:center!important}.block-card+.card .table-transactions td:nth-child(4),.block-card+.card .table-transactions th:nth-child(4){display:table-cell!important;width:29%!important;color:var(--pi-link)!important}.block-card+.card .table-transactions td:nth-child(2),.block-card+.card .table-transactions th:nth-child(2){display:none!important}}@media (max-width:380px){.block-card .detail-row{grid-template-columns:minmax(108px,41%) minmax(0,1fr)!important;gap:9px!important}.block-card .detail-label{font-size:14.5px!important}.block-card .detail-value{font-size:13.5px!important}}@media (max-width:760px){.block-card+.card .table-transactions{display:table!important;width:100%!important;table-layout:fixed!important;border-collapse:collapse!important}.block-card+.card .table-transactions thead{display:table-header-group!important}.block-card+.card .table-transactions tbody{display:table-row-group!important}.block-card+.card .table-transactions tr{display:table-row!important}.block-card+.card .table-transactions td,.block-card+.card .table-transactions th{display:table-cell!important;vertical-align:middle!important;word-break:normal!important;overflow-wrap:normal!important}.block-card+.card .table-transactions td:first-child,.block-card+.card .table-transactions th:first-child{width:58%!important;padding-right:12px!important}.block-card+.card .table-transactions td:nth-child(2),.block-card+.card .table-transactions th:nth-child(2){display:none!important}.block-card+.card .table-transactions td:nth-child(3),.block-card+.card .table-transactions th:nth-child(3){display:table-cell!important;width:13%!important;min-width:36px!important;text-align:center!important;white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important}.block-card+.card .table-transactions td:nth-child(4),.block-card+.card .table-transactions th:nth-child(4){display:table-cell!important;width:29%!important;color:var(--pi-link)!important;white-space:normal!important;word-break:normal!important}.block-card+.card .table-transactions th:nth-child(3){color:#9aa2b8!important;font-size:15px!important;font-weight:800!important;line-height:1.15!important}.block-card+.card .table-transactions .hash-link,.block-card+.card .table-transactions td:first-child .blue-link{display:block!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:break-all!important;overflow-wrap:anywhere!important;line-height:1.32!important}#modalJson{padding:0!important;background:rgba(0,0,0,.42)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.modal-body{width:min(330px,calc(100vw - 44px))!important;max-width:min(330px,calc(100vw - 44px))!important;margin:50px auto 0!important;max-height:calc(100vh - 118px)!important;padding:34px 24px 22px!important;border-radius:5px!important;overflow:visible!important;box-shadow:0 10px 28px rgba(0,0,0,.26)!important}.modal-close{right:14px!important;top:10px!important;width:28px!important;height:28px!important;font-size:30px!important;line-height:26px!important}.json-source{display:block!important;width:100%!important;margin-bottom:12px!important;padding-right:0!important;color:#111!important;font-size:13px!important;font-weight:800!important;line-height:1.35!important}.json-source,.json-source a{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.json-source a{color:#00e!important;vertical-align:bottom!important;max-width:210px!important;display:inline-block!important}.json-panel{border-radius:4px!important;overflow:hidden!important;border:1px solid #222!important;position:relative!important}.json-panel,.json-panel pre{width:100%!important;max-width:100%!important;background:#000!important}.json-panel pre{box-sizing:border-box!important;height:min(500px,61vh)!important;margin:0!important;padding:12px 38px 13px 18px!important;overflow:auto!important;white-space:pre!important;word-break:normal!important;overflow-wrap:normal!important;color:#0a0!important;font-size:12px!important;line-height:1.42!important;-webkit-overflow-scrolling:touch!important}.json-copy-btn{right:10px!important;top:16px!important;width:32px!important;height:32px!important;color:#8844a6!important;font-size:30px!important;z-index:3!important}}@media (max-width:380px){.block-card+.card .table-transactions td:first-child,.block-card+.card .table-transactions th:first-child{width:57%!important}.block-card+.card .table-transactions td:nth-child(3),.block-card+.card .table-transactions th:nth-child(3){width:13%!important}.block-card+.card .table-transactions td:nth-child(4),.block-card+.card .table-transactions th:nth-child(4){width:30%!important}.modal-body{width:min(310px,calc(100vw - 34px))!important;max-width:min(310px,calc(100vw - 34px))!important;padding-left:18px!important;padding-right:18px!important}.json-source a{max-width:185px!important}.json-panel pre{font-size:11px!important;padding-left:14px!important;padding-right:34px!important}}body{font-weight:400}.brand,.brand span,.nav-link{font-weight:700!important}.lang-btn,.network-btn,.network-pill{font-weight:600!important}.available-pi,.card-header h3,.card-header h4,.chart-pi,.locked-pi,.stat-value,.sub-section-title{font-weight:700!important}th{font-weight:600!important}.blue-link,.detail-label,.detail-value,.sub-link,td{font-weight:400!important}.badge,.json-source,.status-no,.status-yes{font-weight:600!important}.nodes-card .network-name,.nodes-card .section-note{display:none!important}.node-code-mobile{display:none}@media (max-width:760px){body{font-weight:400!important}.brand{font-weight:700!important}.nav-link,nav#topNav .nav-link{font-weight:600!important}.card-header h3,.card-header h4{font-weight:700!important}.data-table th{font-weight:600!important}.data-table td{font-weight:400!important}.btn-next,.json-btn{font-weight:500!important}.badge{font-weight:600!important}.blue-link{font-weight:400!important}.nodes-card .table-wrapper,.nodes-card .table-wrapper:has(.table-node-check){overflow-x:hidden!important;width:100%!important}.table-node-check{width:100%!important;min-width:0!important;table-layout:fixed!important;border-collapse:collapse!important}.table-node-check td,.table-node-check th{display:table-cell!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;padding:12px 5px 12px 0!important;line-height:1.28!important;vertical-align:middle!important}.table-node-check td:first-child,.table-node-check th:first-child{width:39%!important}.table-node-check td:nth-child(2),.table-node-check th:nth-child(2){width:17%!important}.table-node-check td:nth-child(3),.table-node-check th:nth-child(3){width:19%!important}.table-node-check td:nth-child(4),.table-node-check th:nth-child(4){display:none!important}.table-node-check td:nth-child(5),.table-node-check th:nth-child(5){width:25%!important}.table-node-check th{font-size:13px!important;color:#99a0b1!important}.table-node-check td{font-size:11.5px!important;color:#111!important}.table-node-check td:nth-child(2){text-align:left!important}.table-node-check td:nth-child(3){color:#111!important}.table-node-check td:nth-child(5) .blue-link{display:inline-block!important;max-width:100%!important;color:var(--pi-link)!important;white-space:normal!important;word-break:break-all!important;overflow-wrap:anywhere!important}.node-code-mobile{display:block!important;margin-top:2px;font-size:10.5px;line-height:1.1;color:#9a94a7;font-weight:400!important}}@media (max-width:380px){.table-node-check td,.table-node-check th{padding-right:4px!important}.table-node-check th{font-size:12px!important}.table-node-check td{font-size:11px!important}.table-node-check td:first-child,.table-node-check th:first-child{width:38%!important}.table-node-check td:nth-child(2),.table-node-check th:nth-child(2){width:17%!important}.table-node-check td:nth-child(3),.table-node-check th:nth-child(3){width:19%!important}.table-node-check td:nth-child(5),.table-node-check th:nth-child(5){width:26%!important}}@media (max-width:760px){.block-card+.card .table-transactions th:nth-child(3){white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;text-align:center!important;min-width:34px!important}.block-card+.card .table-transactions th:nth-child(3):after{content:""!important}}.transaction-heading-lower{text-transform:none!important;letter-spacing:0!important}.transaction-heading-lower .header-id{text-transform:lowercase!important}.not-found-card{max-width:1180px;margin:0 auto;min-height:510px;padding:54px 30px 48px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.not-found-image{width:190px;max-width:42vw;height:auto;display:block;margin:0 auto 26px}.not-found-card h2{margin:0 0 18px;font-family:Mulish,Arial,sans-serif;font-size:28px;line-height:1.22;font-weight:600;color:#111}.not-found-subtitle{margin:0 0 30px;font-size:15px;font-weight:500;color:#111}.not-found-path{max-width:680px;margin:-12px auto 28px;padding:9px 14px;border:1px solid #e8e3ed;border-radius:999px;color:#8d849b;background:#fafafa;font-size:12px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.not-found-intro{margin:0 0 9px;font-size:15px;color:#111;font-weight:600}.not-found-card ul{margin:0;padding-left:22px;text-align:left;color:#111;font-size:14px;line-height:1.45}@media (max-width:760px){.not-found-card{width:calc(100vw - 42px)!important;max-width:390px!important;min-height:430px!important;margin:0 auto!important;padding:44px 26px 40px!important}.not-found-image{width:155px!important;max-width:58vw!important;margin-bottom:24px!important}.not-found-card h2{font-size:22px!important;font-weight:600!important;margin-bottom:15px!important}.not-found-intro,.not-found-subtitle{font-size:13px!important;line-height:1.45!important}.not-found-path{max-width:100%!important;font-size:11px!important;margin-bottom:22px!important}.not-found-card ul{font-size:12px!important;line-height:1.45!important}}@media (min-width:761px){header{justify-content:flex-start!important;gap:34px!important}.brand{flex:0 0 auto!important}.nav-container{flex:1 1 auto!important;width:auto!important;min-width:0!important;justify-content:space-between!important;gap:20px!important;margin-left:18px!important}.nav-container,nav#topNav{display:flex!important;align-items:center!important}nav#topNav{flex:0 1 auto!important;justify-content:flex-start!important;gap:30px!important;margin-right:auto!important}.network-actions{flex:0 0 auto!important;margin-left:auto!important}}@media (min-width:761px) and (max-width:1120px){header{padding-left:28px!important;padding-right:28px!important;gap:24px!important}.nav-container{margin-left:8px!important;gap:14px!important}nav#topNav{gap:20px!important}.nav-link{font-size:11px!important}.network-actions{gap:8px!important}.network-btn{padding-left:14px!important;padding-right:14px!important}}.pager-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-left:auto;flex-wrap:wrap}.pager-actions.hidden{display:none!important}.btn-prev{color:#8d8798!important;border-color:#cfc8d3!important}.btn-prev:hover{color:var(--pi-orange)!important;border-color:var(--pi-orange)!important}.acc-pager{padding-top:4px}@media (max-width:760px){.card-header:has(>.pager-actions){flex-wrap:wrap!important;border-bottom:0!important;padding-bottom:0!important;row-gap:13px!important}.card-header:has(>.pager-actions)>div:first-child,.card-header:has(>.pager-actions)>h3{width:100%!important;padding-bottom:25px!important;border-bottom:1px solid var(--pi-border)!important}.card-header>.pager-actions{width:100%!important;justify-content:flex-end!important;gap:8px!important;margin-left:0!important}.pager-actions .btn-next{min-height:31px!important;padding:6px 12px!important;font-size:12px!important}.acc-pager{justify-content:center!important;margin-top:18px!important}}.tx-detail-header .tx-header-main{min-width:0}.tx-title-only{margin:0;display:inline-block;vertical-align:middle}.tx-hash-line{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:min(720px,66vw);margin-left:14px;vertical-align:middle}.tx-hash-line .hash-title{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8c8799;font-size:16px;font-weight:400!important;text-transform:lowercase!important}.tx-hash-line .copy-btn{flex:0 0 auto}@media (max-width:760px){body.menu-scroll-locked,html.menu-scroll-locked{overflow:hidden!important;overscroll-behavior:none!important;touch-action:none!important}body.menu-open{overflow:hidden!important}header{z-index:2200!important}nav#topNav{z-index:2199!important;max-height:calc(100vh - 90px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important}.container,.search-section{position:relative;z-index:1}.transaction-card .tx-detail-header{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;grid-gap:12px!important;gap:12px!important;min-width:0!important}.transaction-card .tx-header-main{min-width:0!important;width:100%!important}.transaction-card .tx-title-only{display:block!important;margin:0!important;max-width:100%!important;color:#111!important;font-size:18px!important;line-height:1.2!important;font-weight:600!important;text-transform:lowercase!important}.transaction-card .tx-hash-line{display:grid!important;grid-template-columns:minmax(0,1fr) 24px!important;align-items:center!important;grid-gap:8px!important;gap:8px!important;width:100%!important;max-width:100%!important;margin:9px 0 0!important}.transaction-card .hash-title,.transaction-card .tx-hash-line .hash-title{display:block!important;min-width:0!important;max-width:100%!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;word-break:break-all!important;overflow-wrap:anywhere!important;color:#817c89!important;font-size:13.5px!important;line-height:1.28!important;font-weight:400!important;letter-spacing:0!important;text-transform:lowercase!important}.transaction-card .tx-hash-line .copy-btn{width:24px!important;height:24px!important;min-width:24px!important;margin:0!important;align-self:center!important;justify-self:end!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:var(--pi-purple-2)!important;background:transparent!important;border:0!important;font-size:20px!important;line-height:1!important}.transaction-card .tx-detail-header>.json-btn{align-self:start!important;justify-self:end!important;min-width:68px!important;margin-top:0!important}}#modalJson{background:rgba(0,0,0,.66)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.modal-body{background:#f7f7f7!important;box-shadow:0 12px 34px rgba(0,0,0,.36)!important}.json-panel{border:1px solid #161616!important}.json-panel,.json-panel pre{background:#020202!important}.json-panel pre{color:#0a0!important}.json-key{color:#ff2c2c!important}.json-string,.json-value{color:#0a0!important}.json-number{color:#ff9d00!important}.json-literal{color:#b678ff!important}.sub-address-note{color:#000;white-space:normal}.sub-address-note .blue-link{display:inline;word-break:normal;overflow-wrap:anywhere}.account-unavailable-note{margin:-6px 0 22px;color:#8b8595;font-size:13px;line-height:1.45}@media (max-width:760px){#modalJson{background:rgba(0,0,0,.68)!important}.table-transaction-ops .sub-address-note{display:inline;line-height:1.35}.account-unavailable-note{margin:-2px 0 18px;font-size:12px}}:root{--pi-wallet:#a34ea7;--pi-wallet-hover:#98499d}.account-badge-current,.badge{background:var(--pi-wallet)!important;color:#fff!important;border:0!important;border-radius:999px!important;box-shadow:none!important}.account-badge-current:hover,.badge:hover{background:var(--pi-wallet-hover)!important;color:#fff!important;text-decoration:none!important}.sub-nav .sub-link{text-transform:none!important}.table-operations tbody td:first-child .account-link-external,.table-payments tbody td:first-child .account-link-external,.table-transaction-ops tbody td:first-child .account-link-external,.table-transactions tbody td:nth-child(2) .account-link-external{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:98px!important;max-width:100%!important;background:var(--pi-wallet,#a34ea7)!important;color:#fff!important;padding:5px 13px!important;border-radius:999px!important;border:0!important;box-shadow:none!important;cursor:pointer!important;font-size:12px!important;font-weight:800!important;font-family:Mulish,sans-serif!important;line-height:1.2!important;text-decoration:none!important;word-break:normal!important}.table-operations tbody td:first-child .account-link-external:hover,.table-payments tbody td:first-child .account-link-external:hover,.table-transaction-ops tbody td:first-child .account-link-external:hover,.table-transactions tbody td:nth-child(2) .account-link-external:hover{background:var(--pi-wallet-hover,#98499d)!important;color:#fff!important;text-decoration:none!important}.account-sub-table.table-operations tbody td:first-child .account-link-external,.account-sub-table.table-payments tbody td:first-child .account-link-external,.account-sub-table.table-transactions tbody td:nth-child(2) .account-link-external{display:inline!important;align-items:normal!important;justify-content:normal!important;min-width:0!important;max-width:none!important;background:transparent!important;color:var(--pi-link)!important;padding:0!important;border-radius:0!important;border:0!important;box-shadow:none!important;cursor:pointer!important;font-size:inherit!important;font-weight:400!important;font-family:inherit!important;line-height:inherit!important;text-decoration:none!important;word-break:break-all!important}.account-sub-table.table-operations tbody td:first-child .account-link-external:hover,.account-sub-table.table-payments tbody td:first-child .account-link-external:hover,.account-sub-table.table-transactions tbody td:nth-child(2) .account-link-external:hover{background:transparent!important;color:var(--pi-link)!important;text-decoration:underline!important}.account-sub-content-card{padding-top:42px!important;padding-bottom:42px!important}.account-chart-card{display:none!important}.signing-card-header{margin-bottom:28px!important;padding-bottom:28px!important;border-bottom:1px solid var(--pi-border)!important}.table-signing,.table-thresholds{table-layout:fixed!important;width:100%!important}.table-signing td,.table-signing th,.table-thresholds td,.table-thresholds th{width:33.333%!important;vertical-align:top!important}.table-signing .signer-key-link{border:0!important;font-size:inherit!important;font-weight:400!important;font-family:inherit!important;line-height:inherit!important;text-decoration:none!important;overflow-wrap:normal!important}.table-signing .signer-key-link:hover{color:var(--pi-link)!important;text-decoration:underline!important;background:transparent!important}.table-signing .signer-type-cell{word-break:normal!important;overflow-wrap:anywhere!important}.thresholds-title{margin:42px 0 14px!important;font-family:Montserrat,Mulish,sans-serif!important;font-size:15px!important;font-weight:800!important;line-height:1.3!important;color:var(--pi-text)!important}@media (max-width:760px){.account-sub-content-card{padding:28px 26px 32px!important}.signing-card-header{margin-bottom:22px!important;padding-bottom:22px!important}.table-signing td,.table-signing th,.table-thresholds td,.table-thresholds th{display:table-cell!important;width:33.333%!important;padding:12px 0!important;font-size:14px!important;line-height:1.25!important}.table-signing td:not(:last-child),.table-signing th:not(:last-child),.table-thresholds td:not(:last-child),.table-thresholds th:not(:last-child){padding-right:12px!important}.table-signing .signer-key-link{font-size:14px!important;word-break:normal!important;overflow-wrap:normal!important}.table-signing .signer-type-cell{font-size:13px!important;overflow-wrap:anywhere!important}.thresholds-title{margin-top:36px!important;font-size:15px!important}}@media (max-width:420px){.account-sub-content-card{padding-left:26px!important;padding-right:26px!important}.table-signing .signer-key-link,.table-signing td,.table-signing th,.table-thresholds td,.table-thresholds th{font-size:13px!important}}.account-card~.account-chart-card,.account-card~.account-page-chart,.account-chart-card,.account-page-chart{display:none!important}.account-empty-state{min-height:210px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;padding:28px 12px 8px;color:#000;font-size:13px;font-weight:800;line-height:1.35}.empty-clipboard{width:88px;height:88px;display:grid;place-items:center}.empty-clipboard svg{width:82px;height:82px;display:block}.empty-text{max-width:520px}.account-sub-table.table-account-transactions td:first-child,.account-sub-table.table-account-transactions th:first-child{width:55%}.account-sub-table.table-account-transactions td:nth-child(2),.account-sub-table.table-account-transactions th:nth-child(2){width:16%}.account-sub-table.table-account-transactions td:nth-child(3),.account-sub-table.table-account-transactions th:nth-child(3){width:13%}.account-sub-table.table-account-transactions td:nth-child(4),.account-sub-table.table-account-transactions th:nth-child(4){width:16%}.account-sub-table.table-effects td:first-child,.account-sub-table.table-effects td:nth-child(2),.account-sub-table.table-effects th:first-child,.account-sub-table.table-effects th:nth-child(2){width:28%}.account-sub-table.table-effects td:nth-child(3),.account-sub-table.table-effects th:nth-child(3){width:18%}.account-sub-table.table-effects td:nth-child(4),.account-sub-table.table-effects th:nth-child(4){width:16%}.account-sub-table.table-effects td:nth-child(5),.account-sub-table.table-effects th:nth-child(5){width:10%}.account-sub-table.table-effects .json-small{min-width:64px!important;background:#d8d5df!important;border-color:#d8d5df!important;color:#fff!important;font-weight:800!important}.account-sub-table.table-flags td,.account-sub-table.table-flags th{width:50%}.account-sub-table.table-flags td{color:#111!important;font-weight:500}.account-sub-table.table-flags td:first-child{word-break:normal}.account-sub-table.table-data td:first-child,.account-sub-table.table-data th:first-child{width:34%}.account-sub-table.table-data td:nth-child(2),.account-sub-table.table-data th:nth-child(2){width:66%}.signing-table-wrapper,.thresholds-table-wrapper{overflow:visible!important}.table-signing td,.table-signing th,.table-thresholds td,.table-thresholds th{color:#111;border-bottom:1px solid var(--pi-border)!important}.table-signing th,.table-thresholds th{color:#9aa2b8!important;font-weight:700!important}.table-signing tbody tr:last-child td,.table-thresholds tbody tr:last-child td{border-bottom:0!important}.table-signing .signer-key-link{display:inline!important;min-width:0!important;background:transparent!important;color:var(--pi-link)!important;padding:0!important;border-radius:0!important;font-weight:500!important;word-break:normal!important}@media (max-width:760px){.account-empty-state{min-height:215px;padding:24px 6px 4px;font-size:12.5px}.empty-clipboard{width:78px;height:78px}.empty-clipboard svg{width:76px;height:76px}.account-sub-table.table-account-transactions{display:table!important;width:100%!important;table-layout:fixed!important}.account-sub-table.table-account-transactions thead{display:table-header-group!important}.account-sub-table.table-account-transactions tbody{display:table-row-group!important}.account-sub-table.table-account-transactions tr{display:table-row!important}.account-sub-table.table-account-transactions td,.account-sub-table.table-account-transactions th{display:table-cell!important;vertical-align:middle!important;border-bottom:1px solid var(--pi-border)!important;padding:12px 6px 12px 0!important;word-break:break-word!important;overflow-wrap:anywhere!important}.account-sub-table.table-account-transactions td:first-child,.account-sub-table.table-account-transactions th:first-child{width:58%!important}.account-sub-table.table-account-transactions td:nth-child(2),.account-sub-table.table-account-transactions th:nth-child(2){width:16%!important}.account-sub-table.table-account-transactions td:nth-child(3),.account-sub-table.table-account-transactions th:nth-child(3){width:11%!important;text-align:center!important}.account-sub-table.table-account-transactions td:nth-child(4),.account-sub-table.table-account-transactions th:nth-child(4){width:15%!important;color:var(--pi-link)!important}.account-sub-table.table-effects td:first-child,.account-sub-table.table-effects th:first-child{width:26%!important}.account-sub-table.table-effects td:nth-child(2),.account-sub-table.table-effects th:nth-child(2){width:30%!important}.account-sub-table.table-effects td:nth-child(3),.account-sub-table.table-effects th:nth-child(3){width:18%!important}.account-sub-table.table-effects td:nth-child(4),.account-sub-table.table-effects th:nth-child(4){width:16%!important}.account-sub-table.table-effects td:nth-child(5),.account-sub-table.table-effects th:nth-child(5){width:10%!important}.account-sub-table.table-effects .json-small{min-width:58px!important;padding:5px 10px!important}.account-sub-table.table-flags td,.account-sub-table.table-flags th{display:table-cell!important;width:50%!important}.account-sub-table.table-data td:first-child,.account-sub-table.table-data th:first-child{width:36%!important}.account-sub-table.table-data td:nth-child(2),.account-sub-table.table-data th:nth-child(2){width:64%!important}.table-data,.table-flags,.table-signing,.table-thresholds{display:table!important;width:100%!important;table-layout:fixed!important;border-collapse:collapse!important}.table-data thead,.table-flags thead,.table-signing thead,.table-thresholds thead{display:table-header-group!important}.table-data tbody,.table-flags tbody,.table-signing tbody,.table-thresholds tbody{display:table-row-group!important}.table-data tr,.table-flags tr,.table-signing tr,.table-thresholds tr{display:table-row!important}.table-data td,.table-data th,.table-flags td,.table-flags th,.table-signing td,.table-signing th,.table-thresholds td,.table-thresholds th{display:table-cell!important;border-bottom:1px solid var(--pi-border)!important;vertical-align:top!important;word-break:break-word!important;overflow-wrap:anywhere!important}.table-signing .signer-key-link{background:transparent!important;color:var(--pi-link)!important;padding:0!important;border-radius:0!important;min-width:0!important}}.desktop-label{display:inline}.mobile-label{display:none}.account-sub-table.table-balances,.table-balances{table-layout:fixed!important;width:100%!important;min-width:0!important}.account-sub-table.table-balances td,.account-sub-table.table-balances th,.table-balances td,.table-balances th{width:33.333%!important}.account-sub-table.table-balances td:nth-child(2),.account-sub-table.table-balances th:nth-child(2),.table-balances td:nth-child(2),.table-balances th:nth-child(2){text-align:center!important}.account-sub-table.table-balances td:nth-child(3),.account-sub-table.table-balances th:nth-child(3),.table-balances td:nth-child(3),.table-balances th:nth-child(3){text-align:right!important}@media (max-width:760px){.desktop-label{display:none!important}.mobile-label{display:inline!important}.account-sub-table.table-account-transactions td:first-child,.account-sub-table.table-account-transactions th:first-child{width:62%!important;display:table-cell!important;padding-right:10px!important}.account-sub-table.table-account-transactions td:nth-child(2),.account-sub-table.table-account-transactions th:nth-child(2){display:none!important}.account-sub-table.table-account-transactions td:nth-child(3),.account-sub-table.table-account-transactions th:nth-child(3){width:13%!important;display:table-cell!important;text-align:center!important;white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important}.account-sub-table.table-account-transactions td:nth-child(4),.account-sub-table.table-account-transactions th:nth-child(4){width:25%!important;display:table-cell!important;color:var(--pi-link)!important;white-space:normal!important}.account-sub-table.table-account-transactions th,.account-sub-table.table-payments th,.table-payments th,.table-transactions th{font-size:14px!important;line-height:1.15!important;white-space:nowrap!important}.account-sub-table.table-account-transactions .hash-link{display:block!important;word-break:break-all!important;overflow-wrap:anywhere!important;line-height:1.32!important}.account-sub-table.table-payments td:first-child,.account-sub-table.table-payments th:first-child,.table-payments td:first-child,.table-payments th:first-child{width:29%!important}.account-sub-table.table-payments td:nth-child(2),.account-sub-table.table-payments th:nth-child(2),.table-payments td:nth-child(2),.table-payments th:nth-child(2){width:36%!important}.account-sub-table.table-payments td:nth-child(3),.account-sub-table.table-payments th:nth-child(3),.table-payments td:nth-child(3),.table-payments th:nth-child(3){width:14%!important;display:table-cell!important;text-align:left!important;white-space:nowrap!important}.account-sub-table.table-payments td:nth-child(5),.account-sub-table.table-payments th:nth-child(5),.table-payments td:nth-child(5),.table-payments th:nth-child(5){width:21%!important}.account-sub-table.table-balances td:nth-child(2),.account-sub-table.table-balances th:nth-child(2),.table-balances td:nth-child(2),.table-balances th:nth-child(2){text-align:center!important;word-break:break-all!important}}@media (max-width:380px){.account-sub-table.table-account-transactions td:first-child,.account-sub-table.table-account-transactions th:first-child{width:60%!important}.account-sub-table.table-account-transactions td:nth-child(3),.account-sub-table.table-account-transactions th:nth-child(3){width:13%!important}.account-sub-table.table-account-transactions td:nth-child(4),.account-sub-table.table-account-transactions th:nth-child(4){width:27%!important}.account-sub-table.table-payments th,.table-payments th{font-size:13px!important}}:root{--pi-purple:#8c3590!important;--pi-purple-2:#703d92!important;--pi-blue:#2c4982!important;--pi-orange:orange!important;--pi-orange-2:#fbb44a!important;--pi-bg:#f3f3f3!important;--pi-card:#fff!important;--pi-text:#1f1f1f!important;--pi-muted:#88828b!important;--pi-muted-2:#96a2b4!important;--pi-border:#e8e7e9!important;--pi-border-2:#d6d0d9!important;--pi-link:#00f!important;--official-nav-gradient:linear-gradient(0.25turn,#8c3590,#2c4982);--content-width:1250px}body,html{background:var(--pi-bg)!important}body{font-family:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important}header{background:var(--official-nav-gradient)!important;min-height:86px!important;padding-left:36px!important;padding-right:36px!important;box-shadow:none!important}.brand{font-size:20px!important;font-weight:800!important;letter-spacing:-.025em!important}.brand span{color:var(--pi-orange-2)!important;border-color:var(--pi-orange-2)!important;background:transparent!important}.nav-link{padding-top:35px!important;padding-bottom:34px!important;font-size:12px!important;font-weight:900!important}.nav-link.active{color:var(--pi-orange)!important;border-bottom-color:var(--pi-orange)!important}.lang-btn,.network-btn,.network-pill{border-color:var(--pi-orange-2)!important;color:#fff!important;background:transparent!important;box-shadow:none!important;font-weight:800!important}.network-btn.active,.network-pill{background:var(--pi-orange)!important;border-color:var(--pi-orange)!important}.lang-btn{border-color:hsla(0,0%,100%,.75)!important;border-radius:4px!important}.search-section{width:min(940px,calc(100% - 40px))!important;margin-top:22px!important}.claim-input,.search-box input{border-color:var(--pi-border-2)!important;color:var(--pi-text)!important}.search-box input::placeholder{color:var(--pi-muted-2)!important;opacity:1!important}.search-help-btn,.search-submit-btn{border-color:var(--pi-border-2)!important;color:var(--pi-muted-2)!important;background:#fff!important}.search-help-btn:hover,.search-submit-btn:hover{border-color:var(--pi-orange)!important;color:var(--pi-orange)!important}.container{width:min(var(--content-width),calc(100% - 40px))!important;margin-top:36px!important}.card,.stat-card{background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important}.card{padding:30px!important;margin-bottom:40px!important}.card-header{border-bottom-color:var(--pi-border)!important;padding-bottom:25px!important;margin-bottom:27px!important}.card-header h3,.card-header h4{color:#000!important;font-weight:900!important;letter-spacing:0!important}th{color:var(--pi-muted-2)!important;font-weight:700!important}td,th{border-bottom-color:var(--pi-border)!important}td{color:#000!important}.blue-link,.hash-link{color:var(--pi-link)!important;font-weight:600!important}.account-badge-current,.badge,.signer-key-badge,.table-operations .badge,.table-payments .badge,.table-transactions .badge{background:#a34ea7!important;color:#fff!important;border-radius:999px!important;border:0!important;box-shadow:none!important;font-weight:800!important}.json-btn{background:#d6d0d9!important;border-color:#d6d0d9!important;color:#fff!important;font-weight:800!important;text-transform:none!important}.btn-next{background:#fff!important;color:var(--pi-orange)!important;border:1px solid var(--pi-orange)!important;box-shadow:none!important}.sub-nav-card{padding:0!important}.sub-nav{padding:0 30px!important;min-height:86px!important;margin:0!important;gap:39px!important;align-items:center!important;background:#fff!important}.sub-link{color:var(--pi-muted)!important;border-bottom:3px solid transparent!important;font-size:15px!important;font-weight:700!important;padding:31px 0 29px!important}.sub-link.active{color:var(--pi-orange)!important;border-bottom-color:var(--pi-orange)!important}.account-card .detail-label,.account-card .detail-value{color:#000!important;font-weight:500!important}.account-card .detail-value{font-family:Mulish,sans-serif!important}.account-card .copy-btn{color:var(--pi-purple-2)!important;background:transparent!important;border:0!important}.account-sub-content-card{padding-top:30px!important}.account-empty-state,.empty-text{color:#000!important}.empty-text{font-weight:700!important}.table-account-transactions,.table-balances,.table-data,.table-effects,.table-flags,.table-signing,.table-thresholds{table-layout:fixed!important;min-width:0!important}.table-signing td:first-child,.table-signing th:first-child{width:34%!important}.table-signing td:nth-child(2),.table-signing td:nth-child(3),.table-signing th:nth-child(2),.table-signing th:nth-child(3){width:33%!important}.table-thresholds td,.table-thresholds th{width:33.333%!important}.table-balances td:first-child,.table-balances th:first-child{width:33.333%!important;text-align:left!important}.table-balances td:nth-child(2),.table-balances th:nth-child(2){width:33.333%!important;text-align:center!important}.table-balances td:nth-child(3),.table-balances th:nth-child(3){width:33.333%!important;text-align:right!important}.sub-section-title,.thresholds-title{color:#000!important;font-weight:900!important;letter-spacing:0!important}@media (max-width:940px){header{min-height:90px!important;padding:0 20px!important;align-items:center!important}.brand{font-size:21px!important}.brand span{width:27px!important;height:27px!important;font-size:18px!important}.network-actions .network-btn{display:none!important}.hamburger,.lang-btn{display:inline-flex!important;width:41px!important;height:41px!important;border:1px solid hsla(0,0%,100%,.75)!important;background:hsla(0,0%,100%,.04)!important}nav#topNav{top:90px!important;background:var(--official-nav-gradient)!important}}@media (max-width:760px){.search-section{margin:20px 0!important}.container,.search-section{width:100%!important;padding:0 20px!important}.container{margin-top:0!important}.card{padding:30px!important;margin-bottom:40px!important}.card-header h3,.card-header h4{font-size:17px!important}.account-card{padding-top:30px!important}.account-card .detail-row{grid-template-columns:48% minmax(0,1fr)!important;padding:11px 4px!important}.account-card .detail-label{font-size:15px!important;line-height:1.35!important}.account-card .detail-value{justify-content:flex-end!important;text-align:left!important;font-size:13px!important;line-height:1.36!important}.sub-nav-card{padding:0!important;margin-bottom:40px!important}.sub-nav{min-height:0!important;padding:32px 26px 34px!important;gap:18px 22px!important;display:flex!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;white-space:normal!important;overflow:visible!important}.sub-link{flex:0 0 auto!important;padding:0!important;border-bottom:0!important;font-size:16px!important;font-weight:700!important;line-height:1.25!important;color:#807a87!important}.sub-link.active{color:var(--pi-orange)!important;border-bottom:0!important}.data-table{table-layout:fixed!important;width:100%!important;min-width:0!important}.data-table th{color:var(--pi-muted-2)!important;font-size:15px!important;line-height:1.18!important;padding:12px 7px 13px 0!important}.data-table td{font-size:13.5px!important;line-height:1.32!important;padding:12px 7px 12px 0!important}.data-table .badge{padding:5px 10px!important;font-size:11px!important}.account-sub-table.table-account-transactions td:first-child,.account-sub-table.table-account-transactions th:first-child{width:61%!important}.account-sub-table.table-account-transactions td:nth-child(2),.account-sub-table.table-account-transactions th:nth-child(2){display:none!important}.account-sub-table.table-account-transactions td:nth-child(3),.account-sub-table.table-account-transactions th:nth-child(3){width:14%!important;text-align:center!important}.account-sub-table.table-account-transactions td:nth-child(4),.account-sub-table.table-account-transactions th:nth-child(4){width:25%!important;color:var(--pi-link)!important}.account-sub-table.table-payments td:first-child,.account-sub-table.table-payments th:first-child,.table-payments td:first-child,.table-payments th:first-child{width:30%!important}.account-sub-table.table-payments td:nth-child(2),.account-sub-table.table-payments th:nth-child(2),.table-payments td:nth-child(2),.table-payments th:nth-child(2){width:36%!important}.account-sub-table.table-payments td:nth-child(3),.account-sub-table.table-payments th:nth-child(3),.table-payments td:nth-child(3),.table-payments th:nth-child(3){width:14%!important;display:table-cell!important}.account-sub-table.table-payments td:nth-child(4),.account-sub-table.table-payments th:nth-child(4),.table-payments td:nth-child(4),.table-payments th:nth-child(4){display:none!important}.account-sub-table.table-payments td:nth-child(5),.account-sub-table.table-payments th:nth-child(5),.table-payments td:nth-child(5),.table-payments th:nth-child(5){width:20%!important;color:var(--pi-link)!important}.table-operations td:nth-child(2),.table-operations th:nth-child(2){width:45%!important}.table-operations td:nth-child(3),.table-operations td:nth-child(4),.table-operations th:nth-child(3),.table-operations th:nth-child(4){display:none!important}.table-operations td:nth-child(5),.table-operations th:nth-child(5){width:21%!important;display:table-cell!important;color:var(--pi-link)!important}.table-signing td:first-child,.table-signing th:first-child{width:36%!important}.table-signing td:nth-child(2),.table-signing th:nth-child(2){width:26%!important;text-align:left!important}.table-signing td:nth-child(3),.table-signing th:nth-child(3){width:38%!important}.signer-type-cell{word-break:break-word!important;overflow-wrap:anywhere!important}}@media (max-width:380px){.container,.search-section{padding-left:14px!important;padding-right:14px!important}.card{padding:28px 24px!important}.sub-nav{gap:17px 19px!important;padding-left:18px!important;padding-right:18px!important}.sub-link{font-size:15.5px!important}.data-table th{font-size:14px!important}.data-table td{font-size:12.5px!important}.account-sub-table.table-payments td:first-child,.account-sub-table.table-payments th:first-child,.table-payments td:first-child,.table-payments th:first-child{width:29%!important}.account-sub-table.table-payments td:nth-child(2),.account-sub-table.table-payments th:nth-child(2),.table-payments td:nth-child(2),.table-payments th:nth-child(2){width:36%!important}.account-sub-table.table-payments td:nth-child(3),.account-sub-table.table-payments th:nth-child(3),.table-payments td:nth-child(3),.table-payments th:nth-child(3){width:14%!important}.account-sub-table.table-payments td:nth-child(5),.account-sub-table.table-payments th:nth-child(5),.table-payments td:nth-child(5),.table-payments th:nth-child(5){width:21%!important}}:root{--pi-fw-regular:400}body,button,html,input,select,textarea{font-family:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important}body,body .blue-link,body .detail-label,body .detail-value,body .empty-text,body .hash-link,body .json-source,body .muted-inline,body .section-note,body .sub-link,body .time-live,body a,body button,body div,body input,body label,body p,body span,body td,body th,button,html,input,select,textarea{font-weight:var(--pi-fw-light)!important}body .brand,body .brand span,body .card-header h3,body .card-header h4,body .hamburger,body .lang-btn,body .modal-title,body .nav-link,body .network-btn,body .network-pill,body .sub-section-title,body .thresholds-title,body b,body strong{font-weight:var(--pi-fw-title)!important}body .account-badge-current,body .available-pi,body .badge,body .btn-next,body .chart-pi,body .copy-btn,body .json-btn,body .locked-pi,body .signer-key-badge,body .stat-value,body .status-no,body .status-yes,body .table-operations .badge,body .table-payments .badge,body .table-transactions .badge{font-weight:var(--pi-fw-medium)!important}body .account-sub-table th,body .data-table th,body .table-balances th,body .table-effects th,body .table-flags th,body .table-signing th,body .table-thresholds th{font-weight:var(--pi-fw-medium)!important;letter-spacing:0!important}body .nav-link.active,body .sub-link.active{font-weight:var(--pi-fw-medium)!important}@media (max-width:760px){body,body .blue-link,body .detail-label,body .detail-value,body .hash-link,body .sub-link,body a,body div,body label,body p,body span,body td,body th{font-weight:var(--pi-fw-light)!important}body .account-badge-current,body .badge,body .brand,body .brand span,body .btn-next,body .card-header h3,body .card-header h4,body .json-btn,body .sub-section-title,body .thresholds-title{font-weight:var(--pi-fw-medium)!important}}:root{--pi-fw-light:400;--pi-fw-medium:500;--pi-fw-title:700}html body{font-weight:400!important;letter-spacing:0!important}html body,html body .blue-link,html body .card,html body .data-table td,html body .data-table th,html body .detail-label,html body .detail-row,html body .detail-value,html body .hash-link{font-family:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important}html body .card-header h3,html body .card-header h4,html body .sub-section-title,html body .thresholds-title{font-family:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important;font-weight:700!important}html body .data-table th{font-weight:600!important}html body .data-table td,html body .detail-label,html body .detail-value{font-weight:400!important}html body .blue-link,html body .hash-link{font-weight:500!important}html body .official-transaction-card{padding:30px 30px 34px!important}html body .official-transaction-card .official-transaction-header{display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;gap:18px!important;min-height:58px!important;margin-bottom:27px!important;padding-bottom:25px!important;border-bottom:1px solid var(--pi-border)!important}html body .official-transaction-header .tx-header-main{min-width:0!important;flex:1 1 auto!important;display:flex!important;align-items:center!important;gap:0!important;white-space:nowrap!important}html body .official-transaction-header .tx-title-inline,html body .official-transaction-header .tx-title-only{display:inline-block!important;margin:0 14px 0 0!important;color:#000!important;font-size:16px!important;line-height:1.2!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:0!important;flex:0 0 auto!important}html body .official-transaction-header .tx-header-hash{display:inline-block!important;min-width:0!important;max-width:min(760px,64vw)!important;color:#8c8799!important;font-size:16px!important;line-height:1.2!important;font-weight:600!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;vertical-align:middle!important}html body .official-transaction-header .copy-btn,html body .official-transaction-header .tx-copy-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;width:30px!important;height:30px!important;margin-left:8px!important;padding:0!important;color:#7f42a6!important;background:transparent!important;border:0!important;border-radius:0!important;font-size:23px!important;line-height:1!important;opacity:1!important}html body .official-transaction-header>.json-btn{flex:0 0 auto!important;min-width:68px!important;height:31px!important;min-height:31px!important;margin:0!important;align-self:center!important}html body .official-transaction-card .tx-info-row{display:flex!important;align-items:center!important;min-height:42px!important;padding:10px 0!important;border-bottom:1px solid var(--pi-border)!important;gap:16px!important}html body .official-transaction-card .tx-info-row:last-child{border-bottom:0!important}html body .official-transaction-card .detail-label{width:150px!important;flex:0 0 150px!important;color:#000!important;font-size:15px!important;line-height:1.35!important;text-align:left!important;word-break:normal!important}html body .official-transaction-card .detail-value{flex:1 1 auto!important;justify-content:flex-end!important;text-align:right!important;color:#000!important;font-size:15px!important;line-height:1.35!important;word-break:break-word!important;overflow-wrap:anywhere!important}html body .official-transaction-card .tx-memo-row .memo-value:empty:after{content:""}html body .official-operations-card{padding:30px 30px 34px!important}html body .official-operations-card .operations-detail-header{min-height:58px!important;margin-bottom:27px!important;padding-bottom:25px!important}html body .official-operations-card .operations-detail-header h3{color:#000!important;font-size:16px!important;line-height:1.2!important;font-weight:700!important;text-transform:uppercase!important;margin:0!important}html body .table-transaction-ops{table-layout:fixed!important;width:100%!important;min-width:0!important}html body .table-transaction-ops td,html body .table-transaction-ops th{display:table-cell!important;vertical-align:middle!important;padding-top:13px!important;padding-bottom:13px!important;font-size:14px!important;line-height:1.35!important}html body .table-transaction-ops th{color:#9aa2b8!important;font-size:15px!important;font-weight:600!important;padding-top:20px!important;padding-bottom:14px!important;text-align:left!important}html body .table-transaction-ops td:first-child,html body .table-transaction-ops th:first-child{width:16%!important}html body .table-transaction-ops td:nth-child(2),html body .table-transaction-ops th:nth-child(2){width:54%!important}html body .table-transaction-ops td:nth-child(3),html body .table-transaction-ops th:nth-child(3){width:18%!important}html body .table-transaction-ops td:nth-child(4),html body .table-transaction-ops th:nth-child(4){width:12%!important}html body .table-transaction-ops td:nth-child(3),html body .table-transaction-ops td:nth-child(3) .time-live{color:var(--pi-link)!important;font-weight:500!important}html body .json-btn,html body .json-small{background:#d6d0d9!important;border:1px solid #d6d0d9!important;color:#fff!important;border-radius:999px!important;font-size:12px!important;line-height:1!important;font-weight:700!important;letter-spacing:0!important;box-shadow:none!important;text-transform:uppercase!important}html body .json-small{min-width:64px!important;min-height:28px!important;padding:5px 13px!important}@media (max-width:760px){html body .official-operations-card,html body .official-transaction-card{padding:30px!important}html body .official-transaction-card .official-transaction-header{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;grid-gap:12px!important;gap:12px!important;min-height:58px!important;margin-bottom:22px!important;padding-bottom:23px!important}html body .official-transaction-header .tx-header-main{display:block!important;white-space:normal!important;min-width:0!important}html body .official-transaction-header .tx-title-inline,html body .official-transaction-header .tx-title-only{display:block!important;margin:0 0 8px!important;font-size:17px!important;line-height:1.2!important;font-weight:700!important;text-transform:uppercase!important}html body .official-transaction-header .tx-header-hash{display:inline!important;max-width:100%!important;color:#817c89!important;font-size:13.5px!important;line-height:1.28!important;font-weight:400!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:break-all!important;overflow-wrap:anywhere!important}html body .official-transaction-header .copy-btn,html body .official-transaction-header .tx-copy-btn{width:24px!important;height:24px!important;margin-left:5px!important;font-size:20px!important;vertical-align:middle!important}html body .official-transaction-header>.json-btn{align-self:start!important;justify-self:end!important;min-width:68px!important}html body .official-transaction-card .tx-info-row{display:grid!important;grid-template-columns:42% minmax(0,1fr)!important;min-height:39px!important;grid-gap:10px!important;gap:10px!important;padding:10px 4px!important}html body .official-transaction-card .detail-label{width:auto!important;flex:none!important;font-size:15px!important}html body .official-transaction-card .detail-value{justify-content:flex-end!important;text-align:right!important;font-size:14px!important}html body .table-transaction-ops td:first-child,html body .table-transaction-ops th:first-child{display:table-cell!important;width:31%!important}html body .table-transaction-ops td:nth-child(2),html body .table-transaction-ops th:nth-child(2){display:table-cell!important;width:42%!important}html body .table-transaction-ops td:nth-child(3),html body .table-transaction-ops th:nth-child(3){display:none!important}html body .table-transaction-ops td:nth-child(4),html body .table-transaction-ops th:nth-child(4){display:table-cell!important;width:27%!important}html body .table-transaction-ops td,html body .table-transaction-ops th{font-size:13.5px!important;line-height:1.32!important;padding:12px 7px 12px 0!important}html body .table-transaction-ops th{font-size:15px!important;padding-top:12px!important;padding-bottom:13px!important}}@media (max-width:380px){html body .official-operations-card,html body .official-transaction-card{padding:28px 24px!important}html body .table-transaction-ops td,html body .table-transaction-ops th{font-size:12.5px!important}html body .table-transaction-ops th{font-size:14px!important}}:root{--pi-purple-juicy:#a34ea7;--pi-fw-light:300;--pi-fw-regular:300;--pi-fw-medium:400;--pi-fw-title:600}html body,html body .blue-link,html body .detail-label,html body .detail-value,html body .empty-text,html body .hash-link,html body .muted-inline,html body .section-note,html body .sub-link,html body .time-live,html body a,html body button,html body div,html body input,html body label,html body p,html body span,html body td,html body th{font-weight:300!important}html body .brand,html body .brand span,html body .card-header h3,html body .card-header h4,html body .modal-title,html body .nav-link,html body .sub-section-title,html body .thresholds-title{font-weight:600!important}html body .account-badge-current,html body .badge,html body .btn-next,html body .copy-btn,html body .json-btn,html body .json-small,html body .signer-key-badge,html body .status-no,html body .status-yes{font-weight:500!important}html body .amt-in,html body .amt-out,html body .operation-amount,html body .payment-amount,html body .pi-amount{color:#000!important;font-weight:300!important}html body .blue-link,html body .time-live{color:var(--pi-link)!important}html body .badge{background:var(--pi-purple-juicy)!important;color:#fff!important}.official-loading-card{min-height:178px!important;display:flex!important;align-items:center!important;justify-content:center!important}.official-inline-loading,.official-loading-wrap{width:100%;min-height:116px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#8f889c;text-align:center}.official-inline-loading{min-height:92px;margin-top:15px}.official-inline-loading span,.official-loading-text{color:#8f889c;font-size:14px;line-height:1.35;font-weight:300!important}.official-spinner .sl-loader,.official-spinner .sl-loader-parent{width:100px;height:100px}.official-spinner.small .sl-loader,.official-spinner.small .sl-loader-parent{width:80px;height:80px}.official-spinner .sl-circle{border-width:9px!important}@media (max-width:760px){html body,html body .blue-link,html body .detail-label,html body .detail-value,html body .hash-link,html body .sub-link,html body a,html body div,html body label,html body p,html body span,html body td,html body th{font-weight:300!important}html body .brand,html body .card-header h3,html body .card-header h4,html body .sub-section-title,html body .thresholds-title{font-weight:600!important}html body .amt-in,html body .amt-out,html body .operation-amount,html body .payment-amount,html body .pi-amount{color:#000!important;font-weight:300!important}.official-loading-card{min-height:160px!important}.official-loading-wrap{min-height:108px}}html body .brand{font-family:Montserrat,Mulish,sans-serif!important;font-weight:700!important;letter-spacing:-.4px!important}html body .node-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin:4px 0 24px}html body .node-summary-card{background:#fff;border:1px solid var(--pi-border);border-radius:0;padding:16px 14px;min-width:0}html body .node-summary-label{color:#9a94a7;font-size:13px;line-height:1.25;margin-bottom:9px;font-weight:400!important}html body .node-summary-value{color:#000;font-size:15px;line-height:1.35;word-break:break-word;font-weight:400!important}html body .node-summary-value.endpoint-value{color:var(--pi-link);font-size:12.5px;line-height:1.35}html body .table-node-check td:nth-child(5),html body .table-node-check th:nth-child(5){min-width:135px}@media (max-width:900px){html body .node-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){html body .node-summary-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}html body .node-summary-card{padding:13px 12px}html body .node-summary-label{font-size:12px}html body .node-summary-value{font-size:13px}html body .node-summary-value.endpoint-value{font-size:11px}}