.ChainStatus-module__Udmg6a__grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.ChainStatus-module__Udmg6a__item{background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:4px;padding:16px;display:flex}.ChainStatus-module__Udmg6a__top{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.ChainStatus-module__Udmg6a__chain{letter-spacing:1px;font-size:12px;font-weight:700}.ChainStatus-module__Udmg6a__dot{border-radius:50%;width:8px;height:8px}.ChainStatus-module__Udmg6a__dot.ChainStatus-module__Udmg6a__ok{background:var(--green)}.ChainStatus-module__Udmg6a__dot.ChainStatus-module__Udmg6a__lag{background:var(--orange)}.ChainStatus-module__Udmg6a__dot.ChainStatus-module__Udmg6a__down{background:var(--red)}.ChainStatus-module__Udmg6a__dot.ChainStatus-module__Udmg6a__unknown{background:var(--text-3)}.ChainStatus-module__Udmg6a__unavailable{background:var(--bg-1);border:1px solid var(--border);border-left:3px solid var(--orange);border-radius:var(--radius-md);color:var(--text-2);padding:16px;font-size:12.5px}.ChainStatus-module__Udmg6a__block{color:var(--text);font-size:16px;font-weight:700}.ChainStatus-module__Udmg6a__updated{color:var(--text-3);font-size:11px}.ChainStatus-module__Udmg6a__blue .ChainStatus-module__Udmg6a__chain{color:var(--blue)}.ChainStatus-module__Udmg6a__green .ChainStatus-module__Udmg6a__chain{color:var(--green)}.ChainStatus-module__Udmg6a__orange .ChainStatus-module__Udmg6a__chain{color:var(--orange)}.ChainStatus-module__Udmg6a__purple .ChainStatus-module__Udmg6a__chain{color:var(--purple)}
.StatCard-module__xlR8tq__card{background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:8px;padding:20px 22px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;position:relative;overflow:hidden}.StatCard-module__xlR8tq__card:hover{box-shadow:var(--shadow-md);border-color:var(--border-hover);transform:translateY(-2px)}.StatCard-module__xlR8tq__card:after{content:"";opacity:.5;filter:blur(8px);pointer-events:none;border-radius:50%;width:110px;height:110px;position:absolute;top:-40px;right:-40px}.StatCard-module__xlR8tq__head{align-items:center;gap:9px;display:flex}.StatCard-module__xlR8tq__dot{border-radius:3px;flex-shrink:0;width:9px;height:9px}.StatCard-module__xlR8tq__label{letter-spacing:1px;text-transform:uppercase;color:var(--text-3);font-size:11px;font-weight:700}.StatCard-module__xlR8tq__value{color:var(--text);letter-spacing:-.8px;font-size:30px;font-weight:700;line-height:1}.StatCard-module__xlR8tq__sub{color:var(--text-2);font-size:12.5px}.StatCard-module__xlR8tq__blue .StatCard-module__xlR8tq__dot{background:var(--blue)}.StatCard-module__xlR8tq__green .StatCard-module__xlR8tq__dot{background:var(--green)}.StatCard-module__xlR8tq__purple .StatCard-module__xlR8tq__dot{background:var(--purple)}.StatCard-module__xlR8tq__orange .StatCard-module__xlR8tq__dot{background:var(--orange)}.StatCard-module__xlR8tq__blue:after{background:var(--blue)}.StatCard-module__xlR8tq__green:after{background:var(--green)}.StatCard-module__xlR8tq__purple:after{background:var(--purple)}.StatCard-module__xlR8tq__orange:after{background:var(--orange)}
.Badge-module__g-cF8q__badge{letter-spacing:.4px;text-transform:uppercase;border-radius:var(--radius-sm);white-space:nowrap;border:1px solid #0000;align-items:center;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.Badge-module__g-cF8q__blue{background:var(--blue-bg);border-color:var(--blue-dim);color:var(--blue)}.Badge-module__g-cF8q__green{background:var(--green-bg);border-color:var(--green-dim);color:var(--green)}.Badge-module__g-cF8q__purple{background:var(--purple-bg);border-color:var(--purple-dim);color:var(--purple)}.Badge-module__g-cF8q__red{background:var(--red-bg);border-color:var(--red-dim);color:var(--red)}.Badge-module__g-cF8q__orange{background:var(--orange-bg);border-color:var(--orange-dim);color:var(--orange)}.Badge-module__g-cF8q__neutral{background:var(--bg-2);border-color:var(--border);color:var(--text-2)}
.Card-module__si82nG__card{background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.Card-module__si82nG__sm{padding:16px 18px}.Card-module__si82nG__md{padding:22px 26px}.Card-module__si82nG__lg{padding:30px 34px}
.ToastProvider-module__TnFo5a__viewport{z-index:200;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:24px;right:24px}.ToastProvider-module__TnFo5a__toast{pointer-events:auto;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-1);min-width:220px;max-width:360px;color:var(--text);box-shadow:var(--shadow-lg);padding:11px 16px;font-size:13px;font-weight:600;animation:.18s ToastProvider-module__TnFo5a__toastIn}.ToastProvider-module__TnFo5a__success{border-color:var(--green-dim);background:var(--green-bg);color:var(--green)}.ToastProvider-module__TnFo5a__error{border-color:var(--red-dim);background:var(--red-bg);color:var(--red)}.ToastProvider-module__TnFo5a__info{border-color:var(--blue-dim);background:var(--blue-bg);color:var(--blue)}@keyframes ToastProvider-module__TnFo5a__toastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.CopyButton-module__qg4vza__btn{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-2);align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.CopyButton-module__qg4vza__btn:hover{background:var(--bg-3);color:var(--text);border-color:var(--border-hover)}.CopyButton-module__qg4vza__icon{font-size:13px;line-height:1}
.Button-module__xDwtkW__btn{border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;font-weight:600;transition:transform .12s,box-shadow .15s,background .15s,border-color .15s,color .15s,opacity .15s;display:inline-flex}.Button-module__xDwtkW__btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.Button-module__xDwtkW__btn:active:not(:disabled){transform:translateY(1px)}.Button-module__xDwtkW__primary{background:var(--grad);color:#fff;box-shadow:var(--shadow-glow)}.Button-module__xDwtkW__primary:hover:not(:disabled){background:var(--grad-bright);transform:translateY(-1px);box-shadow:0 10px 26px #5a69f073}.Button-module__xDwtkW__secondary{background:var(--bg-1);border-color:var(--border);color:var(--text);box-shadow:var(--shadow-xs)}.Button-module__xDwtkW__secondary:hover:not(:disabled){background:var(--bg-2);border-color:var(--border-hover)}.Button-module__xDwtkW__danger{background:var(--red-bg);border-color:var(--red-dim);color:var(--red)}.Button-module__xDwtkW__danger:hover:not(:disabled){background:var(--red);border-color:var(--red);color:#fff}.Button-module__xDwtkW__ghost{color:var(--text-2);background:0 0;border-color:#0000}.Button-module__xDwtkW__ghost:hover:not(:disabled){background:var(--bg-2);color:var(--text)}.Button-module__xDwtkW__sm{padding:6px 13px;font-size:12px}.Button-module__xDwtkW__md{padding:9px 17px;font-size:13px}.Button-module__xDwtkW__lg{padding:12px 24px;font-size:14px}.Button-module__xDwtkW__spinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:13px;height:13px;animation:.7s linear infinite Button-module__xDwtkW__spin}@keyframes Button-module__xDwtkW__spin{to{transform:rotate(360deg)}}
.EmptyState-module__eCAa3G__wrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:48px 24px;display:flex}.EmptyState-module__eCAa3G__icon{color:var(--text-3);margin-bottom:4px;font-size:32px}.EmptyState-module__eCAa3G__title{color:var(--text);font-size:15px;font-weight:700}.EmptyState-module__eCAa3G__description{color:var(--text-3);max-width:360px;font-size:13px}.EmptyState-module__eCAa3G__action{margin-top:8px}
.Input-module__Tl1jgW__wrapper{flex-direction:column;gap:7px;width:100%;display:flex}.Input-module__Tl1jgW__label{color:var(--text-2);letter-spacing:.2px;font-size:12px;font-weight:600}.Input-module__Tl1jgW__input{background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);outline:none;width:100%;padding:10px 13px;font-size:13.5px;transition:border-color .15s,box-shadow .15s,background .15s}.Input-module__Tl1jgW__input::placeholder{color:var(--text-3)}.Input-module__Tl1jgW__input:hover{border-color:var(--border-hover)}.Input-module__Tl1jgW__input:focus{border-color:var(--blue);box-shadow:var(--ring)}.Input-module__Tl1jgW__input.Input-module__Tl1jgW__hasError{border-color:var(--red)}.Input-module__Tl1jgW__input.Input-module__Tl1jgW__hasError:focus{box-shadow:0 0 0 3px #df3d472e}.Input-module__Tl1jgW__hint{color:var(--text-3);font-size:11.5px}.Input-module__Tl1jgW__error{color:var(--red);font-size:11.5px;font-weight:500}
.Modal-module__rxdtia__overlay{z-index:100;background:var(--overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:flex-start;padding:80px 20px 40px;animation:.15s Modal-module__rxdtia__overlayIn;display:flex;position:fixed;inset:0;overflow-y:auto}.Modal-module__rxdtia__dialog{background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);flex-direction:column;width:100%;animation:.18s Modal-module__rxdtia__dialogIn;display:flex}.Modal-module__rxdtia__sm{max-width:380px}.Modal-module__rxdtia__md{max-width:540px}.Modal-module__rxdtia__lg{max-width:760px}.Modal-module__rxdtia__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;display:flex}.Modal-module__rxdtia__title{color:var(--text);letter-spacing:.2px;font-size:16px;font-weight:700}.Modal-module__rxdtia__close{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-3);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;font-size:20px;line-height:1;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.Modal-module__rxdtia__close:hover{background:var(--bg-2);border-color:var(--border);color:var(--text)}.Modal-module__rxdtia__body{color:var(--text-2);padding:24px;font-size:13px;line-height:1.6}.Modal-module__rxdtia__footer{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:10px;padding:16px 24px;display:flex}@keyframes Modal-module__rxdtia__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__rxdtia__dialogIn{0%{opacity:0;transform:translateY(-8px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}
.TransactionDetailModal-module__lGH6sG__head{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:18px;display:flex}.TransactionDetailModal-module__lGH6sG__headline{flex-direction:column;gap:2px;display:flex}.TransactionDetailModal-module__lGH6sG__amount{color:var(--text);letter-spacing:-.4px;font-size:24px;font-weight:700}.TransactionDetailModal-module__lGH6sG__native{color:var(--text-3);font-size:13px}.TransactionDetailModal-module__lGH6sG__badges{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.TransactionDetailModal-module__lGH6sG__section{padding-top:18px}.TransactionDetailModal-module__lGH6sG__section+.TransactionDetailModal-module__lGH6sG__section{border-top:1px solid var(--border);margin-top:18px}.TransactionDetailModal-module__lGH6sG__sectionTitle{letter-spacing:.8px;text-transform:uppercase;color:var(--text-3);margin-bottom:12px;font-size:11px;font-weight:700}.TransactionDetailModal-module__lGH6sG__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px 24px;display:grid}.TransactionDetailModal-module__lGH6sG__field{min-width:0}.TransactionDetailModal-module__lGH6sG__label{letter-spacing:.4px;text-transform:uppercase;color:var(--text-3);margin-bottom:3px;font-size:11px;font-weight:600}.TransactionDetailModal-module__lGH6sG__value{color:var(--text);align-items:center;gap:6px;min-width:0;font-size:13px;display:flex}.TransactionDetailModal-module__lGH6sG__mono{font-family:var(--font-mono);font-size:12px}.TransactionDetailModal-module__lGH6sG__wrap{overflow-wrap:anywhere;min-width:0}.TransactionDetailModal-module__lGH6sG__empty{color:var(--text-3)}.TransactionDetailModal-module__lGH6sG__note{color:var(--text-3);font-size:12px}
.Select-module__BWx2JW__wrapper{flex-direction:column;gap:6px;display:flex}.Select-module__BWx2JW__label{color:var(--text-2);letter-spacing:.3px;font-size:12px;font-weight:600}.Select-module__BWx2JW__field{align-items:center;display:flex;position:relative}.Select-module__BWx2JW__select{appearance:none;background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);cursor:pointer;outline:none;width:100%;padding:10px 34px 10px 13px;font-size:13.5px;transition:border-color .15s,box-shadow .15s}.Select-module__BWx2JW__select:hover{border-color:var(--border-hover)}.Select-module__BWx2JW__select:focus{border-color:var(--blue);box-shadow:var(--ring)}.Select-module__BWx2JW__select:disabled{opacity:.5;cursor:not-allowed}.Select-module__BWx2JW__select.Select-module__BWx2JW__hasError{border-color:var(--red-dim)}.Select-module__BWx2JW__chevron{color:var(--text-3);pointer-events:none;font-size:10px;position:absolute;right:12px}.Select-module__BWx2JW__hint{color:var(--text-3);font-size:11px}.Select-module__BWx2JW__error{color:var(--red);font-size:11px}
.WithdrawButton-module__4TBsUq__form{flex-direction:column;gap:14px;display:flex}.WithdrawButton-module__4TBsUq__info,.WithdrawButton-module__4TBsUq__warn,.WithdrawButton-module__4TBsUq__ok,.WithdrawButton-module__4TBsUq__summary{background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:10px 12px;font-size:12.5px;line-height:1.7}.WithdrawButton-module__4TBsUq__info{color:var(--text-2)}.WithdrawButton-module__4TBsUq__warn{color:var(--orange);border-left:3px solid var(--orange)}.WithdrawButton-module__4TBsUq__ok{color:var(--green)}.WithdrawButton-module__4TBsUq__summary{color:var(--text-2)}.WithdrawButton-module__4TBsUq__muted{color:var(--text-3)}.WithdrawButton-module__4TBsUq__net{color:var(--green)}.WithdrawButton-module__4TBsUq__code{word-break:break-all;font-size:12px}
.PspSimulator-module__bPaJvq__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.PspSimulator-module__bPaJvq__amountLabel{letter-spacing:1px;text-transform:uppercase;color:var(--text-3);margin-bottom:4px;font-size:11px;font-weight:700;display:block}.PspSimulator-module__bPaJvq__amount{color:var(--text);letter-spacing:-.5px;font-size:24px;font-weight:700}.PspSimulator-module__bPaJvq__actions{gap:8px;display:flex}.PspSimulator-module__bPaJvq__flow{flex-direction:column;display:flex}.PspSimulator-module__bPaJvq__step{gap:14px;display:flex;position:relative}.PspSimulator-module__bPaJvq__linked:before{content:"";background:var(--border);width:2px;position:absolute;top:32px;bottom:-6px;left:15px}.PspSimulator-module__bPaJvq__node{background:var(--bg-2);border:1px solid var(--border);width:32px;height:32px;color:var(--text-2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;transition:background .2s,border-color .2s,color .2s;display:flex}.PspSimulator-module__bPaJvq__node.PspSimulator-module__bPaJvq__attempting{background:var(--orange-bg);border-color:var(--orange-dim);color:var(--orange)}.PspSimulator-module__bPaJvq__node.PspSimulator-module__bPaJvq__declined{background:var(--red-bg);border-color:var(--red-dim);color:var(--red)}.PspSimulator-module__bPaJvq__node.PspSimulator-module__bPaJvq__succeeded{background:var(--green-bg);border-color:var(--green-dim);color:var(--green)}.PspSimulator-module__bPaJvq__node.PspSimulator-module__bPaJvq__skipped{opacity:.5}.PspSimulator-module__bPaJvq__stepBody{flex:1;min-width:0;padding-bottom:18px}.PspSimulator-module__bPaJvq__stepTop{justify-content:space-between;align-items:center;gap:12px;min-height:32px;display:flex}.PspSimulator-module__bPaJvq__pspName{color:var(--text);font-size:14px;font-weight:600}.PspSimulator-module__bPaJvq__detail{color:var(--text-3);margin-top:4px;font-size:12px;display:block}.PspSimulator-module__bPaJvq__detail code{font-family:var(--font-mono);color:var(--red)}.PspSimulator-module__bPaJvq__banner{border-radius:var(--radius-md);margin-top:8px;padding:12px 16px;font-size:13px;font-weight:600}.PspSimulator-module__bPaJvq__banner code{font-family:var(--font-mono);font-weight:700}.PspSimulator-module__bPaJvq__bannerOk{background:var(--green-bg);border:1px solid var(--green-dim);color:var(--green)}.PspSimulator-module__bPaJvq__bannerFail{background:var(--red-bg);border:1px solid var(--red-dim);color:var(--red)}
.PspManager-module__XqMs1q__pspList{flex-direction:column;gap:10px;display:flex}.PspManager-module__XqMs1q__pspRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.PspManager-module__XqMs1q__pspLeft{flex-direction:column;gap:2px;display:flex}.PspManager-module__XqMs1q__pspName{color:var(--text);font-size:14px;font-weight:600}.PspManager-module__XqMs1q__pspPriority{color:var(--text-3);font-size:11px}.PspManager-module__XqMs1q__pspRight{align-items:center;gap:8px;display:flex}
.TransactionExplorer-module__0mffoG__page{flex-direction:column;gap:20px;display:flex}.TransactionExplorer-module__0mffoG__filters{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.TransactionExplorer-module__0mffoG__search{flex:1;min-width:220px;max-width:360px}.TransactionExplorer-module__0mffoG__filter{width:160px}.TransactionExplorer-module__0mffoG__count{color:var(--text-3);white-space:nowrap;margin-left:auto;font-size:12px}.TransactionExplorer-module__0mffoG__hash{font-family:var(--font-mono);color:var(--text-3);font-size:12px}.TransactionExplorer-module__0mffoG__debit{color:var(--text-3);font-variant-numeric:tabular-nums}.TransactionExplorer-module__0mffoG__category{letter-spacing:.3px;text-transform:uppercase;color:var(--text-3);font-size:11px;font-weight:600}.TransactionExplorer-module__0mffoG__hexId{font-family:var(--font-mono);color:var(--text);font-size:12px;font-weight:600}
.page-module__FTgfiW__page{flex-direction:column;gap:20px;display:flex}.page-module__FTgfiW__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.page-module__FTgfiW__sub{color:var(--text-3);max-width:560px;font-size:13px}.page-module__FTgfiW__addr{font-family:var(--font-mono);color:var(--text-3);font-size:12px}.page-module__FTgfiW__na{color:var(--text-3)}
.page-module__ioPaRa__page{flex-direction:column;gap:20px;display:flex}.page-module__ioPaRa__sub{color:var(--text-3);max-width:640px;font-size:13px}.page-module__ioPaRa__muted{color:var(--text-3)}.page-module__ioPaRa__code{font-family:var(--font-mono);color:var(--text-3);font-size:12px}.page-module__ioPaRa__feeEditor{align-items:center;gap:6px;display:inline-flex}.page-module__ioPaRa__feeInput{width:64px;color:var(--text);background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-sm,6px);padding:5px 8px;font-size:13px}.page-module__ioPaRa__feePct{color:var(--text-3);font-size:13px}
.Table-module__DwkGzW__wrapper{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-1);overflow-x:auto}.Table-module__DwkGzW__table{border-collapse:collapse;width:100%;font-size:13px}.Table-module__DwkGzW__th{text-align:left;background:var(--bg-2);color:var(--text-3);letter-spacing:.8px;text-transform:uppercase;white-space:nowrap;border-bottom:1px solid var(--border);padding:12px 18px;font-size:11px;font-weight:700}.Table-module__DwkGzW__tr{border-bottom:1px solid var(--border);transition:background .12s}.Table-module__DwkGzW__tr:last-child{border-bottom:none}.Table-module__DwkGzW__tr:hover{background:var(--blue-bg)}.Table-module__DwkGzW__clickable{cursor:pointer}.Table-module__DwkGzW__clickable:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}.Table-module__DwkGzW__td{color:var(--text-2);vertical-align:middle;padding:13px 18px}.Table-module__DwkGzW__empty{text-align:center;color:var(--text-3);padding:48px 16px;font-size:13px}
.auth-module__Iay1tq__card{width:100%;max-width:408px}.auth-module__Iay1tq__head{margin-bottom:26px}.auth-module__Iay1tq__title{letter-spacing:-.6px;color:var(--text);font-size:27px;font-weight:800}.auth-module__Iay1tq__subtitle{color:var(--text-2);margin-top:8px;font-size:14.5px;line-height:1.5}.auth-module__Iay1tq__roleToggle{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-md);grid-template-columns:1fr 1fr;gap:4px;margin-bottom:22px;padding:4px;display:grid}.auth-module__Iay1tq__roleBtn{border-radius:var(--radius-sm);color:var(--text-2);background:0 0;border:none;flex-direction:column;align-items:center;gap:1px;padding:9px 10px;font-size:13.5px;font-weight:600;transition:background .15s,color .15s,box-shadow .15s;display:flex}.auth-module__Iay1tq__roleBtn:hover{color:var(--text)}.auth-module__Iay1tq__roleActive{background:var(--bg-1);color:var(--blue-strong);box-shadow:var(--shadow-xs)}.auth-module__Iay1tq__roleHint{color:var(--text-3);font-size:10.5px;font-weight:500}.auth-module__Iay1tq__roleActive .auth-module__Iay1tq__roleHint{color:var(--blue)}.auth-module__Iay1tq__form{flex-direction:column;gap:16px;display:flex}.auth-module__Iay1tq__formError{color:var(--red-strong,#f7a0a0);border-radius:var(--radius-md);background:#f7a0a01f;border:1px solid #f7a0a052;margin:-4px 0 0;padding:10px 12px;font-size:13px;line-height:1.4}.auth-module__Iay1tq__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.auth-module__Iay1tq__remember{color:var(--text-2);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:13px;display:inline-flex}.auth-module__Iay1tq__checkbox{width:16px;height:16px;accent-color:var(--blue);cursor:pointer}.auth-module__Iay1tq__forgot{color:var(--blue);font-size:13px;font-weight:600}.auth-module__Iay1tq__forgot:hover{color:var(--blue-strong);text-decoration:underline}.auth-module__Iay1tq__submit{width:100%;margin-top:4px;padding-top:12px;padding-bottom:12px;font-size:14.5px}.auth-module__Iay1tq__demoNote{color:var(--text-3);text-align:center;margin-top:14px;font-size:12px;line-height:1.5}.auth-module__Iay1tq__demoNote strong{color:var(--text-2);font-weight:600}.auth-module__Iay1tq__divider{color:var(--text-3);letter-spacing:.5px;align-items:center;gap:12px;margin:24px 0 18px;font-size:12px;font-weight:600;display:flex}.auth-module__Iay1tq__divider:before,.auth-module__Iay1tq__divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-module__Iay1tq__switch{text-align:center;color:var(--text-2);margin-top:20px;font-size:14px}.auth-module__Iay1tq__switchLink{color:var(--blue);font-weight:700}.auth-module__Iay1tq__switchLink:hover{color:var(--blue-strong);text-decoration:underline}.auth-module__Iay1tq__sso{grid-template-columns:1fr 1fr;gap:10px;display:grid}.auth-module__Iay1tq__ssoBtn{color:var(--text);background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);justify-content:center;align-items:center;gap:8px;padding:10px 12px;font-size:13.5px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.auth-module__Iay1tq__ssoBtn:hover{background:var(--bg-2);border-color:var(--border-hover)}
.page-module__sZegna__page{flex-direction:column;gap:36px;display:flex}.page-module__sZegna__stats{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.page-module__sZegna__section{flex-direction:column;gap:14px;display:flex}.page-module__sZegna__sectionHead{justify-content:space-between;align-items:baseline;display:flex}.page-module__sZegna__sectionTitle{color:var(--text);letter-spacing:-.2px;font-size:14px;font-weight:700}.page-module__sZegna__sectionLink{color:var(--text-3);font-size:12px}.page-module__sZegna__hash{font-family:var(--font-mono);color:var(--text-3);font-size:12px}@media (max-width:1000px){.page-module__sZegna__stats{grid-template-columns:repeat(2,1fr)}}
.page-module__MdTUeW__page{flex-direction:column;gap:24px;display:flex}.page-module__MdTUeW__intro{color:var(--text-3);max-width:720px;font-size:13px;line-height:1.6}.page-module__MdTUeW__grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:16px;display:grid}.page-module__MdTUeW__asideTitle{color:var(--text);margin-bottom:12px;font-size:14px;font-weight:700}.page-module__MdTUeW__steps{color:var(--text-2);flex-direction:column;gap:10px;padding-left:18px;font-size:13px;line-height:1.5;display:flex}.page-module__MdTUeW__steps code{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--blue);padding:1px 5px;font-size:11px}@media (max-width:900px){.page-module__MdTUeW__grid{grid-template-columns:1fr}}
.page-module__uRyvRa__page{flex-direction:column;gap:36px;max-width:720px;display:flex}.page-module__uRyvRa__section{flex-direction:column;gap:14px;display:flex}.page-module__uRyvRa__sectionTitle{color:var(--text);font-size:15px;font-weight:700}.page-module__uRyvRa__apiRow{align-items:flex-end;gap:12px;display:flex}.page-module__uRyvRa__grow{flex:1}.page-module__uRyvRa__fieldGroup{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.page-module__uRyvRa__hint{color:var(--text-3);font-size:12px;line-height:1.6}.page-module__uRyvRa__hint code{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--blue);padding:1px 5px;font-size:11px}.page-module__uRyvRa__pspNote{color:var(--text-3);font-size:13px}
.page-module__LTvZnW__page{flex-direction:column;gap:20px;display:flex}.page-module__LTvZnW__top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.page-module__LTvZnW__sub{color:var(--text-2);max-width:720px;margin:0;font-size:13.5px;line-height:1.55}.page-module__LTvZnW__userList{flex-direction:column;gap:14px;display:flex}.page-module__LTvZnW__userHead{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding-bottom:12px;display:flex}.page-module__LTvZnW__userIdent{align-items:baseline;gap:10px;display:flex}.page-module__LTvZnW__userName{color:var(--text);font-size:16px;font-weight:700}.page-module__LTvZnW__userIndex{color:var(--text-3);font-family:SF Mono,Fira Code,Consolas,monospace;font-size:12px}.page-module__LTvZnW__userBalance{color:var(--green);font-size:16px;font-weight:700}.page-module__LTvZnW__walletGrid{flex-direction:column;gap:8px;display:flex}.page-module__LTvZnW__walletRow{grid-template-columns:52px 1fr auto auto;align-items:center;gap:12px;display:grid}.page-module__LTvZnW__addr{color:var(--text-2);text-overflow:ellipsis;white-space:nowrap;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:12px;overflow:hidden}.page-module__LTvZnW__walletBal{color:var(--text);text-align:right;min-width:72px;font-size:13px;font-weight:600}.page-module__LTvZnW__walletActions{align-items:center;gap:8px;display:inline-flex}@media (max-width:640px){.page-module__LTvZnW__walletRow{grid-template-columns:44px 1fr auto}.page-module__LTvZnW__walletBal{display:none}}
.page-module___17rSq__page{flex-direction:column;gap:24px;display:flex}.page-module___17rSq__note{color:var(--text-3);max-width:620px;font-size:13px;line-height:1.6}.page-module___17rSq__section{flex-direction:column;gap:14px;display:flex}.page-module___17rSq__sectionHead{justify-content:space-between;align-items:center;gap:12px;display:flex}.page-module___17rSq__sectionTitle{color:var(--text);font-size:15px;font-weight:700}.page-module___17rSq__expiry{color:var(--text-3);margin-bottom:8px;font-size:11px}.page-module___17rSq__expiryExpired{color:var(--accent-red,#f7a0a0);margin-bottom:8px;font-size:11px}.page-module___17rSq__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;display:grid}.page-module___17rSq__cardTop{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.page-module___17rSq__balance{color:var(--text);font-size:18px;font-weight:700}.page-module___17rSq__path{font-family:var(--font-mono);color:var(--text-3);margin-bottom:8px;font-size:11px}.page-module___17rSq__address{font-family:var(--font-mono);color:var(--text-2);word-break:break-all;margin-bottom:14px;font-size:12px;display:block}.page-module___17rSq__actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.page-module___17rSq__explorer{color:var(--text-3);font-size:12px;transition:color .15s}.page-module___17rSq__explorer:hover{color:var(--blue)}
.page-module__ORT7iq__page{flex-direction:column;gap:32px;display:flex}.page-module__ORT7iq__section{flex-direction:column;gap:14px;display:flex}.page-module__ORT7iq__sectionTitle{color:var(--text);font-size:14px;font-weight:700}.page-module__ORT7iq__noteTitle{color:var(--text);margin-bottom:10px;font-size:14px;font-weight:700}.page-module__ORT7iq__note{color:var(--text-2);font-size:13px;line-height:1.7}.page-module__ORT7iq__note code{font-family:var(--font-mono);background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--blue);padding:1px 5px;font-size:11px}
.page-module__EtU3_q__page{flex-direction:column;gap:20px;max-width:760px;display:flex}.page-module__EtU3_q__top{justify-content:space-between;align-items:center;gap:16px;display:flex}.page-module__EtU3_q__uptime{flex-direction:column;gap:2px;display:flex}.page-module__EtU3_q__uptimeLabel{letter-spacing:1px;text-transform:uppercase;color:var(--text-3);font-size:11px;font-weight:700}.page-module__EtU3_q__uptimeValue{color:var(--text);font-size:22px;font-weight:700}.page-module__EtU3_q__list{flex-direction:column;gap:10px;display:flex}.page-module__EtU3_q__row{justify-content:space-between;align-items:center;gap:16px;display:flex}.page-module__EtU3_q__left{align-items:center;gap:10px;min-width:0;display:flex}.page-module__EtU3_q__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.page-module__EtU3_q__dot.page-module__EtU3_q__ok{background:var(--green)}.page-module__EtU3_q__dot.page-module__EtU3_q__degraded{background:var(--orange)}.page-module__EtU3_q__dot.page-module__EtU3_q__down{background:var(--red)}.page-module__EtU3_q__dot.page-module__EtU3_q__unknown{background:var(--text-3)}.page-module__EtU3_q__name{color:var(--text);font-size:14px;font-weight:600}.page-module__EtU3_q__right{align-items:center;gap:14px;display:flex}.page-module__EtU3_q__detail{color:var(--text-3);text-align:right;font-size:12px}
.page-module__OmXfwq__page{flex-direction:column;gap:36px;display:flex}.page-module__OmXfwq__stats{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.page-module__OmXfwq__section{flex-direction:column;gap:14px;display:flex}.page-module__OmXfwq__sectionTitle{color:var(--text);letter-spacing:-.2px;font-size:14px;font-weight:700}@media (max-width:1000px){.page-module__OmXfwq__stats{grid-template-columns:repeat(2,1fr)}}
.page-module__Bnw0hW__shell{flex-direction:column;min-height:100vh;display:flex}.page-module__Bnw0hW__topbar{justify-content:space-between;align-items:center;width:100%;max-width:720px;margin:0 auto;padding:22px 32px;display:flex}.page-module__Bnw0hW__brand{color:var(--text);letter-spacing:-.3px;align-items:center;gap:11px;font-size:18px;font-weight:800;display:flex}.page-module__Bnw0hW__brandMark{border-radius:var(--radius-md);background:var(--grad);color:#fff;width:36px;height:36px;box-shadow:var(--shadow-glow);justify-content:center;align-items:center;font-size:19px;display:inline-flex}.page-module__Bnw0hW__exit{color:var(--text-2);border-radius:var(--radius-md);padding:7px 12px;font-size:13.5px;font-weight:600;transition:background .15s,color .15s}.page-module__Bnw0hW__exit:hover{background:var(--bg-2);color:var(--text)}.page-module__Bnw0hW__wizard{flex:1;width:100%;max-width:620px;margin:0 auto;padding:8px 24px 64px}.page-module__Bnw0hW__stepper{align-items:center;margin:8px 0 28px;list-style:none;display:flex}.page-module__Bnw0hW__step{flex:1;align-items:center;gap:10px;display:flex}.page-module__Bnw0hW__step:last-child{flex:none}.page-module__Bnw0hW__stepDot{background:var(--bg-3);width:28px;height:28px;color:var(--text-3);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;transition:background .2s,color .2s,box-shadow .2s;display:inline-flex}.page-module__Bnw0hW__stepLabel{color:var(--text-3);white-space:nowrap;font-size:13px;font-weight:600}.page-module__Bnw0hW__stepLine{border-radius:var(--radius-full);background:var(--border);flex:1;min-width:16px;height:2px;margin:0 12px}.page-module__Bnw0hW__stepActive .page-module__Bnw0hW__stepDot{background:var(--grad);color:#fff;box-shadow:var(--shadow-glow)}.page-module__Bnw0hW__stepActive .page-module__Bnw0hW__stepLabel{color:var(--text)}.page-module__Bnw0hW__stepDone .page-module__Bnw0hW__stepDot{background:var(--grad);color:#fff}.page-module__Bnw0hW__stepDone .page-module__Bnw0hW__stepLabel{color:var(--text-2)}.page-module__Bnw0hW__stepDone .page-module__Bnw0hW__stepLine{background:var(--grad)}.page-module__Bnw0hW__panel{background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:32px}.page-module__Bnw0hW__kicker{letter-spacing:1.3px;text-transform:uppercase;color:var(--blue);font-size:11.5px;font-weight:700}.page-module__Bnw0hW__title{letter-spacing:-.6px;color:var(--text);margin-top:10px;font-size:26px;font-weight:800}.page-module__Bnw0hW__lead{color:var(--text-2);margin-top:12px;font-size:14.5px;line-height:1.6}.page-module__Bnw0hW__lead strong{color:var(--text);font-weight:700}.page-module__Bnw0hW__points{flex-direction:column;gap:14px;margin:24px 0;list-style:none;display:flex}.page-module__Bnw0hW__point{color:var(--text-2);align-items:flex-start;gap:13px;font-size:14px;line-height:1.5;display:flex}.page-module__Bnw0hW__point strong{color:var(--text);font-weight:700}.page-module__Bnw0hW__pointIcon{border-radius:var(--radius-md);background:var(--grad-soft);border:1px solid var(--blue-dim);flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:17px;display:inline-flex}.page-module__Bnw0hW__banner{border-radius:var(--radius-md);align-items:flex-start;gap:11px;margin:20px 0;padding:13px 15px;font-size:13px;line-height:1.5;display:flex}.page-module__Bnw0hW__bannerInfo{background:var(--blue-bg);border:1px solid var(--blue-dim);color:var(--blue-strong)}.page-module__Bnw0hW__bannerWarn{background:var(--red-bg);border:1px solid var(--red-dim);color:var(--red);font-weight:500}.page-module__Bnw0hW__bannerSuccess{background:var(--green-bg);border:1px solid var(--green-dim);color:var(--green)}.page-module__Bnw0hW__phraseWrap{margin:4px 0 18px;position:relative}.page-module__Bnw0hW__phraseGrid{border-radius:var(--radius-md);background:var(--bg-2);border:1px dashed var(--border-hover);grid-template-columns:repeat(3,1fr);gap:10px;padding:18px;list-style:none;transition:filter .2s;display:grid}.page-module__Bnw0hW__blurred{filter:blur(8px);-webkit-user-select:none;user-select:none;pointer-events:none}.page-module__Bnw0hW__word{background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:9px 12px;font-size:14px;display:flex}.page-module__Bnw0hW__wordNum{color:var(--text-3);text-align:right;min-width:16px;font-size:11px;font-weight:700}.page-module__Bnw0hW__wordText{color:var(--text);font-weight:600;font-family:var(--font-mono)}.page-module__Bnw0hW__revealOverlay{border-radius:var(--radius-md);color:var(--blue-strong);background:#ffffff59;border:none;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex;position:absolute;inset:0}.page-module__Bnw0hW__phraseActions{gap:10px;margin-bottom:18px;display:flex}.page-module__Bnw0hW__secondaryBtn{color:var(--text-2);background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:6px;padding:6px 13px;font-size:12px;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.page-module__Bnw0hW__secondaryBtn:hover{background:var(--bg-3);color:var(--text);border-color:var(--border-hover)}.page-module__Bnw0hW__confirm{color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-md);align-items:center;gap:10px;margin-bottom:18px;padding:14px;font-size:13.5px;display:flex}.page-module__Bnw0hW__checkbox{width:17px;height:17px;accent-color:var(--blue);cursor:pointer;flex-shrink:0}.page-module__Bnw0hW__fullBtn{width:100%;padding-top:13px;padding-bottom:13px;font-size:14.5px}.page-module__Bnw0hW__keyList{flex-direction:column;gap:14px;margin:22px 0;display:flex}.page-module__Bnw0hW__keyRow{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 16px}.page-module__Bnw0hW__keyHead{align-items:center;gap:10px;margin-bottom:9px;display:flex}.page-module__Bnw0hW__keyLabel{color:var(--text);font-size:13px;font-weight:700}.page-module__Bnw0hW__keyBadge{letter-spacing:.6px;text-transform:uppercase;border-radius:var(--radius-full);border:1px solid #0000;padding:2px 8px;font-size:10px;font-weight:700}.page-module__Bnw0hW__keyBadge.page-module__Bnw0hW__live{background:var(--blue-bg);border-color:var(--blue-dim);color:var(--blue-strong)}.page-module__Bnw0hW__keyBadge.page-module__Bnw0hW__test{background:var(--orange-bg);border-color:var(--orange-dim);color:var(--orange)}.page-module__Bnw0hW__keyBadge.page-module__Bnw0hW__hook{background:var(--purple-bg);border-color:var(--purple-dim);color:var(--purple)}.page-module__Bnw0hW__keyValueRow{align-items:center;gap:10px;display:flex}.page-module__Bnw0hW__keyCode{min-width:0;font-family:var(--font-mono);color:var(--text);background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-sm);white-space:nowrap;flex:1;padding:9px 12px;font-size:12.5px;overflow-x:auto}.page-module__Bnw0hW__derivation{margin:4px 0 8px}.page-module__Bnw0hW__derivTitle{letter-spacing:1px;text-transform:uppercase;color:var(--text-3);margin-bottom:10px;font-size:11px;font-weight:700;display:block}.page-module__Bnw0hW__derivRows{flex-direction:column;gap:6px;display:flex}.page-module__Bnw0hW__derivRow{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:8px 4px;display:flex}.page-module__Bnw0hW__derivRow:last-child{border-bottom:none}.page-module__Bnw0hW__chainTag{letter-spacing:.4px;border-radius:var(--radius-sm);text-align:center;border:1px solid #0000;min-width:44px;padding:3px 8px;font-size:10.5px;font-weight:700}.page-module__Bnw0hW__chainTag.page-module__Bnw0hW__blue{background:var(--blue-bg);border-color:var(--blue-dim);color:var(--blue-strong)}.page-module__Bnw0hW__chainTag.page-module__Bnw0hW__green{background:var(--green-bg);border-color:var(--green-dim);color:var(--green)}.page-module__Bnw0hW__chainTag.page-module__Bnw0hW__purple{background:var(--purple-bg);border-color:var(--purple-dim);color:var(--purple)}.page-module__Bnw0hW__chainTag.page-module__Bnw0hW__orange{background:var(--orange-bg);border-color:var(--orange-dim);color:var(--orange)}.page-module__Bnw0hW__derivLabel{color:var(--text-2);flex:1;font-size:13px;font-weight:600}.page-module__Bnw0hW__derivPath{font-family:var(--font-mono);color:var(--text-3);font-size:12px}@media (max-width:560px){.page-module__Bnw0hW__panel{padding:22px 18px}.page-module__Bnw0hW__phraseGrid{grid-template-columns:repeat(2,1fr)}.page-module__Bnw0hW__stepLabel,.page-module__Bnw0hW__derivPath{display:none}}
