:root{font-size:18px}body{line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.app-update-notice{position:fixed;z-index:100;right:1rem;bottom:1rem;margin:0}.app-update-notice button{padding:.55rem .8rem;border:0;border-radius:8px;color:#fff;background:linear-gradient(135deg,#1677b8,#0e8a81);box-shadow:0 8px 24px rgba(14,83,113,.24);font-size:.7rem;font-weight:700;cursor:pointer}@media (max-width:700px){:root{font-size:17px}}.login-page{--login-primary:#6247d9;--login-primary-dark:#4a33bb;display:grid;grid-template-columns:minmax(420px,1.05fr) minmax(480px,.95fr);min-height:100vh;color:#202636;background:#f7f7fb}.login-showcase{position:relative;display:flex;overflow:hidden;flex-direction:column;justify-content:space-between;min-height:100vh;padding:3rem clamp(3rem,6vw,6.5rem);color:#fff;background:linear-gradient(145deg,rgba(26,20,63,.98),rgba(73,48,158,.96)),radial-gradient(circle at 20% 20%,#7963e8,transparent 55%)}.login-showcase:before{position:absolute;right:-100px;bottom:-170px;width:430px;height:430px;border:72px solid hsla(0,0%,100%,.045);border-radius:50%;content:""}.login-showcase__glow{position:absolute;border-radius:50%;-webkit-filter:blur(2px);filter:blur(2px);pointer-events:none}.login-showcase__glow--one{top:18%;right:8%;width:220px;height:220px;background:rgba(129,104,238,.18)}.login-showcase__glow--two{bottom:20%;left:-80px;width:260px;height:260px;background:rgba(57,174,220,.09)}.login-brand,.login-form-mobile-brand{position:relative;z-index:1;display:flex;align-items:center}.login-brand__mark{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-right:.75rem;border-radius:12px;color:#fff;background:linear-gradient(135deg,#836ded,#5c43d3);box-shadow:0 8px 22px rgba(38,23,96,.28)}.login-brand__mark img{display:block;width:100%;height:100%;border-radius:inherit}.login-brand span,.login-brand strong{display:block}.login-brand strong{font-size:.94rem;font-weight:750}.login-brand div>span{margin-top:.12rem;color:hsla(0,0%,100%,.58);font-size:.66rem;letter-spacing:.04em}.login-showcase__content{position:relative;z-index:1;max-width:620px;margin:4rem 0}.login-showcase__eyebrow{display:block;margin-bottom:1.1rem;color:#c7bcff;font-size:.67rem;font-weight:800;letter-spacing:.13em}.login-showcase__eyebrow i{margin-right:.45rem}.login-showcase__content h1{max-width:580px;margin:0;font-size:clamp(2.35rem,4.2vw,4rem);font-weight:750;letter-spacing:-.05em;line-height:1.08}.login-showcase__content>p{max-width:540px;margin:1.35rem 0 0;color:hsla(0,0%,100%,.66);font-size:.93rem;line-height:1.75}.login-showcase__features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.85rem;gap:.85rem;margin-top:2.25rem}.login-showcase__features>div{min-width:0;padding:1rem;border:1px solid hsla(0,0%,100%,.1);border-radius:13px;background:hsla(0,0%,100%,.055);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.login-showcase__features>div>span{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-bottom:.75rem;border-radius:9px;color:#d1c7ff;background:rgba(190,176,255,.12)}.login-showcase__features small,.login-showcase__features strong{display:block}.login-showcase__features strong{overflow:hidden;font-size:.72rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.login-showcase__features small{margin-top:.25rem;color:hsla(0,0%,100%,.5);font-size:.61rem;line-height:1.45}.login-showcase__footer{position:relative;z-index:1;margin:0;color:hsla(0,0%,100%,.38);font-size:.68rem}.login-form-section{display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:100vh;padding:3rem clamp(2rem,5vw,6rem)}.login-form-mobile-brand{display:none}.login-card{width:100%;max-width:430px;padding:2.5rem;border:1px solid #e7e8ee;border-radius:20px;background:#fff;box-shadow:0 18px 50px rgba(32,38,64,.08)}.login-card__header{margin-bottom:1.75rem;text-align:center}.login-card__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:1rem;border-radius:14px;color:var(--login-primary);background:#eeeafe}.login-card__header h2{margin:0;font-size:1.45rem;font-weight:750;letter-spacing:-.025em}.login-card__header p{margin:.5rem 0 0;color:#7b8292;font-size:.78rem}.login-alert{display:flex;align-items:flex-start;margin-bottom:1.25rem;padding:.8rem .9rem;border:1px solid #f5cfd5;border-radius:10px;color:#b63c50;background:#fff2f4;font-size:.72rem;line-height:1.5}.login-alert i{margin:.17rem .55rem 0 0}.login-field{display:block;margin:0 0 1.15rem}.login-field>span{display:block;margin-bottom:.48rem;color:#535b6d;font-size:.72rem;font-weight:700}.login-field__control{position:relative}.login-field__control>i{position:absolute;top:50%;left:.95rem;color:#a0a6b5;font-size:.78rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.login-field__control input{width:100%;height:48px;padding:0 2.9rem 0 2.55rem;border:1px solid #dfe2e9;border-radius:10px;outline:none;color:#242b3a;background:#fff;font-size:.8rem;transition:border-color .2s ease,box-shadow .2s ease}.login-field__control input::-webkit-input-placeholder{color:#abb0bd}.login-field__control input::-ms-input-placeholder{color:#abb0bd}.login-field__control input::placeholder{color:#abb0bd}.login-field__control input:focus{border-color:#9d8deb;box-shadow:0 0 0 3px rgba(98,71,217,.1)}.login-field__control input:disabled{background:#f7f7f9}.login-field__toggle{position:absolute;top:50%;right:.45rem;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;color:#9198a8;background:transparent;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.login-card__security-note{display:flex;align-items:center;margin:.2rem 0 1.25rem;color:#878e9d;font-size:.66rem}.login-card__security-note i{margin-right:.45rem;color:#45a981}.login-submit{display:flex;align-items:center;justify-content:center;width:100%;height:48px;border:0;border-radius:10px;color:#fff;background:linear-gradient(135deg,#6d52df,#543ac6);box-shadow:0 9px 22px rgba(86,61,199,.22);font-size:.78rem;font-weight:750;cursor:pointer;transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease}.login-submit:hover:not(:disabled){box-shadow:0 12px 26px rgba(86,61,199,.3);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.login-submit:disabled{cursor:wait;opacity:.75}.login-submit i{margin-left:.65rem;font-size:.7rem}.login-submit__spinner{width:16px;height:16px;margin-right:.6rem;border:2px solid hsla(0,0%,100%,.4);border-top-color:#fff;border-radius:50%;-webkit-animation:login-spin .75s linear infinite;animation:login-spin .75s linear infinite}.login-card__help{margin:1.35rem 0 0;color:#9a9fad;font-size:.66rem;text-align:center}.login-form-section__copyright{margin:1.5rem 0 0;color:#a0a5b1;font-size:.65rem}@-webkit-keyframes login-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes login-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media (max-width:1050px){.login-page{grid-template-columns:minmax(360px,.9fr) minmax(440px,1.1fr)}.login-showcase{padding:2.5rem 3rem}.login-showcase__content h1{font-size:2.6rem}.login-showcase__features{grid-template-columns:1fr}.login-showcase__features>div{display:flex;align-items:center}.login-showcase__features>div>span{flex:0 0 32px;margin:0 .7rem 0 0}}@media (max-width:800px){.login-page{display:block}.login-showcase{display:none}.login-form-section{position:relative;padding:2rem 1.25rem;background:linear-gradient(180deg,#f0edff,#f8f8fb 44%)}.login-form-mobile-brand{display:flex;margin-bottom:1.5rem}.login-form-mobile-brand .login-brand__mark{width:38px;height:38px}.login-form-mobile-brand strong{font-size:.88rem}}@media (max-width:480px){.login-card{padding:1.65rem 1.35rem;border-radius:16px}.login-card__header h2{font-size:1.25rem}.login-form-section__copyright{margin-top:1.2rem}}.login-page *,.login-page :after,.login-page :before{box-sizing:border-box}.login-page{--login-primary:#1677b8;--login-primary-dark:#0e5c91;background:#f3f6f9}.login-showcase{background:radial-gradient(circle at 78% 16%,rgba(47,166,189,.22),transparent 30%),radial-gradient(circle at 12% 84%,rgba(27,128,152,.14),transparent 34%),linear-gradient(145deg,#0b1d33,#103759 58%,#0d4d61)}.login-showcase:before{border-color:rgba(91,205,197,.055)}.login-showcase__glow--one{background:rgba(73,178,204,.16)}.login-showcase__glow--two{background:rgba(48,199,173,.1)}.login-brand__mark{background:linear-gradient(135deg,#1c78ad,#0e8b81);box-shadow:0 8px 24px rgba(5,57,79,.35)}.login-brand strong{font-size:.98rem}.login-brand div>span{color:rgba(196,225,237,.62)}.login-showcase__eyebrow{color:#80d7d0}.login-showcase__content h1{max-width:640px}.login-showcase__content>p{color:rgba(222,237,245,.7)}.login-showcase__features>div{border-color:rgba(142,203,224,.13);background:hsla(0,0%,100%,.045)}.login-showcase__features>div>span{color:#7bd4ce;background:rgba(65,190,180,.12)}.login-showcase__features small{color:rgba(209,229,239,.54)}.login-platforms{position:relative;z-index:1;margin-top:1.2rem;padding:.9rem 1rem;border:1px solid rgba(139,202,220,.12);border-radius:13px;background:rgba(6,29,47,.2)}.login-platforms>span{display:block;color:#719db2;font-size:.5rem;font-weight:800;letter-spacing:.13em}.login-platforms>div{display:flex;flex-wrap:wrap;grid-gap:.55rem;gap:.55rem;margin-top:.65rem}.login-platforms strong{padding:.4rem .65rem;border-radius:8px;color:#d7e8ef;background:hsla(0,0%,100%,.065);font-size:.61rem;font-weight:650}.login-platforms strong i{margin-right:.4rem;color:#66c8c0}.login-form-section{background:linear-gradient(160deg,#f8fafc,#eef4f7)}.login-card{border-color:#dde6ec;border-radius:22px;box-shadow:0 24px 60px rgba(19,48,72,.09)}.login-card__icon{color:#1677b8;background:#e9f4fb}.login-card__header h2{color:#18334d}.login-field__control input:focus{border-color:#63a9d2;box-shadow:0 0 0 3px rgba(22,119,184,.1)}.login-submit{background:linear-gradient(135deg,#177bb9,#0e8a81);box-shadow:0 10px 24px rgba(14,105,139,.24)}.login-submit:hover:not(:disabled){box-shadow:0 14px 30px rgba(14,105,139,.31)}.login-card__security-note i{color:#1ba17d}.login-form-section__copyright{color:#8a9aa7}@media (max-width:800px){.login-form-section{background:linear-gradient(180deg,#e8f3f7,#f5f8fa 44%)}}body{background-color:#eee}.App{text-align:center}.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite;height:40vmin}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}.mdb-skin-custom .side-nav .collapsible li .collapsible-header{color:#424242;transition:all .3s linear}.mdb-skin-custom .side-nav .collapsible li .collapsible-body a{color:#424242;font-size:.78rem;height:28px;line-height:28px;background-color:rgba(95,93,93,.15)}.mdb-skin-custom .side-nav .search-form .md-form input{color:#424242!important;border-bottom:1px solid hsla(0,0%,60%,.3)}.mdb-skin-custom .side-nav .search-form{border-top:1px solid hsla(0,0%,60%,.3)}.classic-admin-card .card-body{color:#fff;margin-bottom:0;padding:.9rem}.classic-admin-card .card-body p{font-size:13px;opacity:.7;margin-bottom:0}.classic-admin-card .card-body h4{margin-top:10px}footer.page-footer .footer-copyright{overflow:hidden;background-color:rgba(0,0,0,.2);color:hsla(0,0%,100%,.6)}.white-skin .page-footer{background-color:#6f7178}.cascading-admin-card .admin-up .fa,.cascading-admin-card .admin-up .far{padding:1.7rem;font-size:2rem;color:#fff;text-align:left;border-radius:3px}.cascading-admin-card .admin-up .fa,.z-depth-2{box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.cascading-admin-card .admin-up .data{float:right;margin-top:2rem;text-align:right}.cascading-admin-card .admin-up{margin-left:4%;margin-right:4%;margin-top:-20px}#v6 a.btn.btn-floating i.fa{font-size:1.625rem!important;line-height:61.1px}svg{touch-action:none}.jvectormap-container{width:100%;height:100%;position:relative;overflow:hidden;touch-action:none}.jvectormap-tip{position:absolute;display:none;border:1px solid #cdcdcd;border-radius:3px;background:#292929;color:#fff;font-family:sans-serif,Verdana;font-size:smaller;padding:3px}.jvectormap-goback,.jvectormap-zoomin,.jvectormap-zoomout{position:absolute;left:10px;border-radius:3px;background:#292929;padding:3px;color:#fff;cursor:pointer;line-height:10px;text-align:center;box-sizing:initial}.jvectormap-zoomin,.jvectormap-zoomout{width:10px;height:10px}.jvectormap-zoomin{top:10px}.jvectormap-zoomout{top:30px}.jvectormap-goback{bottom:10px;z-index:1000;padding:6px}.jvectormap-spinner{position:absolute;left:0;top:0;right:0;bottom:0;background:50% no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==)}.jvectormap-legend-title{font-weight:700;font-size:14px;text-align:center}.jvectormap-legend-cnt{position:absolute}.jvectormap-legend-cnt-h{bottom:0;right:0}.jvectormap-legend-cnt-v{top:0;right:0}.jvectormap-legend{background:#000;color:#fff;border-radius:3px}.jvectormap-legend-cnt-h .jvectormap-legend{float:left;margin:0 10px 10px 0;padding:3px 3px 1px}.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick{float:left}.jvectormap-legend-cnt-v .jvectormap-legend{margin:10px 10px 0 0;padding:3px}.jvectormap-legend-cnt-h .jvectormap-legend-tick{width:40px}.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample{height:15px}.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample{height:20px;width:20px;display:inline-block;vertical-align:middle}.jvectormap-legend-tick-text{font-size:12px}.jvectormap-legend-cnt-h .jvectormap-legend-tick-text{text-align:center}.jvectormap-legend-cnt-v .jvectormap-legend-tick-text{display:inline-block;vertical-align:middle;line-height:20px;padding-left:3px}#sections .list-panel .list-group-item{border:0;border-bottom:1px solid #e6e6e6;margin-bottom:1px}#sections .dark-link{color:inherit;text-decoration:none}.admin-shell{--nav-primary:#6247d9;--nav-sidebar-width:252px;display:flex;min-height:100vh;color:#202636;background:#f5f6fa}.admin-sidebar{position:fixed;z-index:20;top:0;bottom:0;left:0;display:flex;overflow:hidden;flex-direction:column;width:var(--nav-sidebar-width);color:#dce0ee;background:linear-gradient(180deg,#1c2130,#171b28);box-shadow:8px 0 30px rgba(21,25,38,.08);transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease}.admin-sidebar__brand{display:flex;align-items:center;min-height:76px;padding:0 1.25rem;border-bottom:1px solid hsla(0,0%,100%,.07)}.admin-sidebar__brand>span{display:flex;align-items:center;justify-content:center;flex:0 0 38px;width:38px;height:38px;margin-right:.7rem;border-radius:11px;color:#fff;background:linear-gradient(135deg,#8068e8,#5d43d2);box-shadow:0 7px 18px rgba(83,59,191,.32)}.admin-sidebar__brand>span img{display:block;width:100%;height:100%;border-radius:inherit}.admin-sidebar__brand small,.admin-sidebar__brand strong,.admin-sidebar__footer small,.admin-sidebar__footer strong,.admin-sidebar__workspace small,.admin-sidebar__workspace strong{display:block}.admin-sidebar__brand strong{font-size:.82rem;font-weight:750}.admin-sidebar__brand small{margin-top:.12rem;color:#777f94;font-size:.58rem;letter-spacing:.04em}.admin-sidebar__brand>button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-left:auto;border:0;border-radius:8px;color:#9097a9;background:hsla(0,0%,100%,.05);cursor:pointer}.admin-sidebar__workspace{display:flex;align-items:center;margin:1rem .9rem 0;padding:.8rem;border:1px solid hsla(0,0%,100%,.065);border-radius:11px;background:hsla(0,0%,100%,.035)}.admin-sidebar__workspace-icon{display:flex;align-items:center;justify-content:center;flex:0 0 31px;width:31px;height:31px;margin-right:.65rem;border-radius:9px;color:#b9adf5;background:rgba(125,100,230,.14)}.admin-sidebar__workspace small{color:#676f83;font-size:.5rem;font-weight:800;letter-spacing:.12em}.admin-sidebar__workspace strong{margin-top:.16rem;color:#cbd0dc;font-size:.66rem;font-weight:650}.admin-sidebar__nav{overflow-y:auto;flex:1 1;padding:1.35rem .8rem;scrollbar-width:thin;scrollbar-color:#343a4b transparent}.admin-sidebar__label{display:block;padding:0 .75rem .65rem;color:#5e6679;font-size:.52rem;font-weight:800;letter-spacing:.13em}.admin-sidebar__link{position:relative;display:flex;align-items:center;min-height:44px;margin-bottom:.25rem;padding:0 .72rem;border-radius:10px;color:#9299aa!important;text-decoration:none!important;transition:color .18s ease,background .18s ease}.admin-sidebar__link>span{display:flex;align-items:center;justify-content:center;flex:0 0 30px;width:30px;height:30px;margin-right:.55rem;border-radius:8px;color:#788094;font-size:.76rem}.admin-sidebar__link strong{overflow:hidden;flex:1 1;font-size:.69rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.admin-sidebar__link>i{color:#50586c;font-size:.5rem}.admin-sidebar__link:hover{color:#e0e3ec!important;background:hsla(0,0%,100%,.045)}.admin-sidebar__link--active{color:#fff!important;background:linear-gradient(100deg,rgba(104,76,220,.95),rgba(91,65,200,.8));box-shadow:0 6px 18px rgba(49,34,113,.25)}.admin-sidebar__link--active>span{color:#fff;background:hsla(0,0%,100%,.1)}.admin-sidebar__link--active>i{color:hsla(0,0%,100%,.68)}.admin-sidebar__group{margin-bottom:.25rem;border-radius:10px}.admin-sidebar__group--active,.admin-sidebar__group--open{background:hsla(0,0%,100%,.025)}.admin-sidebar__group-trigger{display:flex;align-items:center;width:100%;min-height:44px;padding:0 .72rem;border:0;border-radius:10px;color:#9299aa;background:transparent;cursor:pointer}.admin-sidebar__group-trigger>span{display:flex;align-items:center;justify-content:center;flex:0 0 30px;width:30px;height:30px;margin-right:.55rem;border-radius:8px;color:#788094;font-size:.76rem}.admin-sidebar__group-trigger strong{overflow:hidden;flex:1 1;font-size:.69rem;font-weight:650;text-align:left;text-overflow:ellipsis;white-space:nowrap}.admin-sidebar__group-trigger>i{margin-left:.45rem;color:#50586c;font-size:.5rem}.admin-sidebar__group--active>.admin-sidebar__group-trigger,.admin-sidebar__group--open>.admin-sidebar__group-trigger,.admin-sidebar__group-trigger:hover{color:#e0e3ec;background:hsla(0,0%,100%,.045)}.admin-sidebar__group--active>.admin-sidebar__group-trigger>span{color:#b8acf1;background:rgba(104,76,220,.14)}.admin-sidebar__group-badge{padding:.18rem .35rem;border-radius:999px;color:#9e93d7;background:rgba(125,100,230,.12);font-size:.42rem;font-weight:800;letter-spacing:.06em}.admin-sidebar__submenu{padding:.1rem .35rem .4rem 2.7rem}.admin-sidebar__submenu a{position:relative;display:flex;align-items:center;min-height:34px;padding:0 .55rem;border-radius:8px;color:#7f8799!important;font-size:.61rem;font-weight:650;text-decoration:none!important}.admin-sidebar__submenu a:before{position:absolute;left:-.65rem;width:5px;height:5px;border-radius:50%;background:#484f61;content:""}.admin-sidebar__submenu a>i{width:18px;margin-right:.35rem;color:#666e82;font-size:.58rem}.admin-sidebar__submenu a:hover{color:#dce0ea!important;background:hsla(0,0%,100%,.04)}.admin-sidebar__submenu .admin-sidebar__sublink--active{color:#fff!important;background:rgba(104,76,220,.28)}.admin-sidebar__submenu .admin-sidebar__sublink--active:before{background:#8c78e9;box-shadow:0 0 0 3px rgba(140,120,233,.15)}.admin-sidebar__submenu .admin-sidebar__sublink--active>i{color:#b8acf1}.admin-sidebar__placeholder{display:flex;align-items:flex-start;margin:.25rem 0 .35rem;padding:.65rem;border:1px dashed rgba(140,120,233,.22);border-radius:8px;color:#71798c;background:rgba(104,76,220,.055)}.admin-sidebar__placeholder>i{margin:.08rem .55rem 0 0;color:#8c78e9;font-size:.65rem}.admin-sidebar__placeholder small,.admin-sidebar__placeholder strong{display:block}.admin-sidebar__placeholder strong{color:#a7adbb;font-size:.58rem;font-weight:700}.admin-sidebar__placeholder small{margin-top:.18rem;color:#676f82;font-size:.5rem;line-height:1.45}.admin-sidebar__label--section{margin-top:1.1rem;padding-top:.85rem;border-top:1px solid hsla(0,0%,100%,.06)}.admin-sidebar__empty{display:flex;align-items:center;flex-direction:column;padding:2rem .5rem;color:#60687a;font-size:.65rem;text-align:center}.admin-sidebar__empty i{margin-bottom:.6rem;font-size:1.1rem}.admin-sidebar__footer{display:flex;align-items:center;margin:0 .9rem 1rem;padding:.8rem;border-top:1px solid hsla(0,0%,100%,.07)}.admin-sidebar__footer>span{display:flex;align-items:center;justify-content:center;width:28px;height:28px;margin-right:.6rem;border-radius:50%;color:#66c69d;background:rgba(63,169,124,.1);font-size:.63rem}.admin-sidebar__footer strong{color:#aeb4c2;font-size:.62rem;font-weight:650}.admin-sidebar__footer small{margin-top:.1rem;color:#626a7d;font-size:.53rem}.admin-sidebar-overlay{position:fixed;z-index:18;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(18,22,34,.54);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.admin-sidebar--mobile{-webkit-transform:translateX(-105%);transform:translateX(-105%)}.admin-sidebar--mobile.admin-sidebar--open{-webkit-transform:translateX(0);transform:translateX(0)}.admin-shell__content{display:flex;flex:1 1;flex-direction:column;min-width:0;min-height:100vh;margin-left:var(--nav-sidebar-width)}.admin-topbar{position:-webkit-sticky;position:sticky;z-index:10;top:0;justify-content:space-between;min-height:76px;padding:0 2rem;border-bottom:1px solid #e7e9ef;background:hsla(0,0%,100%,.94);box-shadow:0 4px 18px rgba(35,42,66,.035);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.admin-profile__dropdown-header,.admin-profile__trigger,.admin-topbar,.admin-topbar__actions,.admin-topbar__left{display:flex;align-items:center}.admin-topbar__menu{display:none;align-items:center;justify-content:center;width:38px;height:38px;margin-right:.75rem;border:1px solid #e2e4eb;border-radius:10px;color:#5f6778;background:#fff;cursor:pointer}.admin-topbar__title>span{display:block;margin-bottom:.17rem;color:var(--nav-primary);font-size:.51rem;font-weight:800;letter-spacing:.13em}.admin-topbar__title h1{margin:0;font-size:1.05rem;font-weight:750;letter-spacing:-.015em}.admin-topbar__title p{margin:.12rem 0 0;color:#9298a6;font-size:.62rem}.admin-topbar__secure{display:inline-flex;align-items:center;margin-right:1rem;padding:.4rem .65rem;border-radius:999px;color:#3d8768;background:#edf8f3;font-size:.6rem;font-weight:700}.admin-topbar__secure i{margin-right:.38rem}.admin-profile{position:relative}.admin-profile__trigger{padding:.38rem .45rem;border:0;border-radius:11px;color:#303746;background:transparent;cursor:pointer}.admin-profile__trigger:hover{background:#f5f5f9}.admin-profile__avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 34px;width:34px;height:34px;margin-right:.65rem;border-radius:10px;color:#fff;background:linear-gradient(135deg,#745ce0,#553bc4);font-size:.64rem;font-weight:800}.admin-profile__identity{min-width:125px;text-align:left}.admin-profile__dropdown-header small,.admin-profile__dropdown-header strong,.admin-profile__identity small,.admin-profile__identity strong{display:block}.admin-profile__identity strong{font-size:.67rem;font-weight:750}.admin-profile__identity small{margin-top:.1rem;color:#9298a6;font-size:.53rem}.admin-profile__trigger>i{margin-left:.35rem;color:#9ba1af;font-size:.5rem}.admin-profile__dropdown{position:absolute;top:calc(100% + .6rem);right:0;width:225px;padding:.65rem;border:1px solid #e6e8ed;border-radius:13px;background:#fff;box-shadow:0 16px 40px rgba(30,35,53,.14)}.admin-profile__dropdown-header{padding:.45rem}.admin-profile__dropdown-header .admin-profile__avatar{width:32px;height:32px}.admin-profile__dropdown-header strong{font-size:.68rem}.admin-profile__dropdown-header small{margin-top:.12rem;color:#999fac;font-size:.55rem}.admin-profile__divider{height:1px;margin:.5rem 0;background:#eceef2}.admin-profile__logout{width:100%;padding:.65rem .7rem;border:0;border-radius:8px;color:#bd4558;background:transparent;font-size:.66rem;font-weight:650;text-align:left;cursor:pointer}.admin-profile__logout:hover{background:#fff0f2}.admin-profile__logout i{width:20px;margin-right:.35rem}.admin-main{flex:1 1;width:100%;padding:2rem clamp(1.25rem,4vw,3.5rem) 3rem}.admin-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem clamp(1.25rem,4vw,3.5rem);border-top:1px solid #e5e7ed;color:#989eaa;background:#fff;font-size:.6rem}.admin-footer i{margin-right:.3rem;color:#58aa87}@media (max-width:999px){.admin-shell__content{margin-left:0}.admin-topbar__menu{display:flex}.admin-topbar{padding:0 1.25rem}}@media (max-width:640px){.admin-topbar{min-height:68px;padding:0 1rem}.admin-profile__identity,.admin-profile__trigger>i,.admin-topbar__secure,.admin-topbar__title>span,.admin-topbar__title p{display:none}.admin-topbar__title h1{max-width:150px;overflow:hidden;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.admin-profile__avatar{margin:0}.admin-main{padding:1.4rem 1rem 2rem}.admin-footer{align-items:flex-start;flex-direction:column;grid-gap:.4rem;gap:.4rem}}.admin-shell{--nav-primary:#1677b8;--nav-sidebar-width:268px;background:#f3f6f9}.admin-sidebar{background:linear-gradient(180deg,#0d223b,#091a2d);box-shadow:10px 0 34px rgba(8,24,42,.12)}.admin-sidebar__brand{min-height:84px}.admin-sidebar__brand>span{background:linear-gradient(135deg,#1d679f,#0e817b);box-shadow:0 7px 20px rgba(7,87,119,.34)}.admin-sidebar__brand strong{font-weight:760;letter-spacing:-.01em}.admin-sidebar__brand small{color:#7390a9;font-size:.56rem}.admin-sidebar__workspace{border-color:rgba(115,177,211,.13);background:rgba(33,104,146,.1)}.admin-sidebar__workspace-icon{color:#72d4cb;background:rgba(51,190,180,.12)}.admin-sidebar__workspace small{color:#65839c}.admin-sidebar__workspace strong{color:#d2e0eb}.admin-sidebar__label{color:#58738b}.admin-sidebar__label--platform{margin-top:1.1rem;padding-top:.9rem;border-top:1px solid hsla(0,0%,100%,.06)}.admin-sidebar__link--active{background:linear-gradient(100deg,rgba(25,119,178,.96),rgba(13,134,128,.82));box-shadow:0 7px 20px rgba(3,49,77,.28)}.admin-sidebar__group--active>.admin-sidebar__group-trigger>span{color:#70cbc5;background:rgba(32,151,155,.14)}.admin-sidebar__submenu .admin-sidebar__sublink--active{background:rgba(25,119,178,.25)}.admin-sidebar__submenu .admin-sidebar__sublink--active:before{background:#43c2ba;box-shadow:0 0 0 3px rgba(67,194,186,.15)}.admin-sidebar__submenu .admin-sidebar__sublink--active>i{color:#72d4cb}.admin-sidebar__footer>span{color:#66d1b0;background:rgba(50,183,142,.11)}.admin-topbar{min-height:84px;padding:0 2.25rem;border-bottom-color:#e2e8ee;background:hsla(0,0%,100%,.92);box-shadow:0 7px 24px rgba(24,51,75,.04);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.admin-topbar__title>span{font-size:.49rem;text-transform:uppercase}.admin-topbar__title h1{color:#17324d;font-weight:760}.admin-topbar__system{display:inline-flex;align-items:center;margin-right:1rem;padding:.42rem .7rem;border:1px solid #d8eee8;border-radius:999px;color:#287761;background:#f1faf7;font-size:.58rem;font-weight:700}.admin-topbar__system i{width:auto;height:auto;margin-right:.42rem;color:#2b9274;background:none;box-shadow:none}.admin-profile__avatar{background:linear-gradient(135deg,#1b79b5,#11847d)}.admin-main{padding:2rem clamp(1.25rem,3.5vw,3.25rem) 3rem}.admin-footer i{color:#24977d}@media (max-width:999px){.admin-topbar{padding:0 1.25rem}}@media (max-width:640px){.admin-topbar{min-height:70px;padding:0 1rem}.admin-topbar__system{display:none}}.dashboard-page{--dash-primary:#6247d9;--dash-text:#202636;--dash-muted:#737b8d;--dash-border:#e7e9ef;max-width:1380px;margin:0 auto;color:var(--dash-text)}.dashboard-hero,.dashboard-hero__actions,.dashboard-kpi__top,.dashboard-merchant,.dashboard-panel__header,.dashboard-status-item>div:first-child{display:flex;align-items:center;justify-content:space-between}.dashboard-hero{margin-bottom:1.3rem}.dashboard-hero__eyebrow,.dashboard-panel__header>div>span{display:block;margin-bottom:.32rem;color:var(--dash-primary);font-size:.56rem;font-weight:800;letter-spacing:.14em}.dashboard-hero h1{margin:0;font-size:1.55rem;font-weight:750;letter-spacing:-.035em}.dashboard-hero p,.dashboard-panel__header p{margin:.38rem 0 0;color:var(--dash-muted);font-size:.73rem}.dashboard-hero__actions{grid-gap:.55rem;gap:.55rem}.dashboard-hero__actions label{position:relative;display:flex;align-items:center;margin:0}.dashboard-hero__actions label i{position:absolute;left:.8rem;color:#8b92a2;font-size:.7rem;pointer-events:none}.dashboard-hero__actions select{height:40px;padding:0 2rem 0 2.15rem;border:1px solid var(--dash-border);border-radius:9px;outline:none;color:#525a6c;background:#fff;font-size:.7rem;font-weight:650}.dashboard-hero__actions button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #ddd8f8;border-radius:9px;color:var(--dash-primary);background:#fff;cursor:pointer}.dashboard-inline-alert{margin-bottom:1rem;padding:.7rem .85rem;border:1px solid #f5d6a4;border-radius:9px;color:#90651d;background:#fff8e9;font-size:.7rem}.dashboard-kpis{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1rem}.dashboard-kpi,.dashboard-panel{border:1px solid var(--dash-border);border-radius:15px;background:#fff;box-shadow:0 5px 18px rgba(34,42,72,.04)}.dashboard-kpi{min-width:0;padding:1.15rem}.dashboard-kpi__icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:11px}.dashboard-kpi__icon--purple{color:#6247d9;background:#eeeafe}.dashboard-kpi__icon--blue{color:#2878d0;background:#e8f3ff}.dashboard-kpi__icon--red{color:#c64a5e;background:#fdecef}.dashboard-kpi>span{display:block;margin-top:1rem;color:var(--dash-muted);font-size:.66rem}.dashboard-kpi>strong{margin-top:.25rem;font-size:1.35rem;font-weight:760;letter-spacing:-.035em}.dashboard-kpi>small,.dashboard-kpi>strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-kpi>small{margin-top:.35rem;color:#a0a6b3;font-size:.58rem}.dashboard-change,.dashboard-kpi__rate{padding:.3rem .48rem;border-radius:999px;font-size:.58rem;font-weight:750}.dashboard-change i{margin-right:.25rem;font-size:.48rem}.dashboard-change--positive,.dashboard-kpi__rate{color:#21805e;background:#e9f7f1}.dashboard-change--negative{color:#be4d5e;background:#fdecef}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);grid-gap:1rem;gap:1rem;margin-bottom:1rem}.dashboard-secondary-grid{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.7fr);grid-gap:1rem;gap:1rem}.dashboard-panel{min-width:0;overflow:hidden}.dashboard-panel__header{min-height:76px;padding:1rem 1.15rem;border-bottom:1px solid var(--dash-border)}.dashboard-panel__header h2{margin:0;font-size:.9rem;font-weight:750}.dashboard-panel__legend{color:#858c9d;font-size:.6rem}.dashboard-panel__legend i{display:inline-block;width:7px;height:7px;margin-right:.35rem;border-radius:2px;background:var(--dash-primary)}.dashboard-panel__header button{padding:.45rem .65rem;border:1px solid #ddd8f8;border-radius:8px;color:var(--dash-primary);background:#fff;font-size:.61rem;font-weight:700;cursor:pointer}.dashboard-panel__header button i{margin-left:.35rem;font-size:.52rem}.dashboard-panel__empty{margin:0;padding:2rem;color:#9298a6;font-size:.7rem;text-align:center}.dashboard-chart{display:flex;align-items:flex-end;height:265px;padding:1.4rem 1rem .9rem}.dashboard-chart__column{position:relative;display:flex;align-items:center;flex:1 1;flex-direction:column;justify-content:flex-end;height:100%;min-width:12px}.dashboard-chart__track{position:relative;display:flex;align-items:flex-end;width:min(55%,28px);height:calc(100% - 22px);border-radius:6px 6px 3px 3px;background:#f1f0f8}.dashboard-chart__track span{width:100%;border-radius:6px 6px 3px 3px;background:linear-gradient(180deg,#7b63e3,#5b42ce);transition:height .25s ease}.dashboard-chart__column>small{height:15px;margin-top:.45rem;color:#9ba1ae;font-size:.48rem;white-space:nowrap}.dashboard-chart__tooltip{position:absolute;z-index:2;bottom:calc(100% - 15px);display:none;width:115px;padding:.5rem;border-radius:8px;color:#fff;background:#272d3c;text-align:center;box-shadow:0 7px 18px rgba(24,29,42,.2)}.dashboard-chart__tooltip small,.dashboard-chart__tooltip strong{display:block;font-size:.55rem}.dashboard-chart__tooltip small{margin-top:.15rem;color:#adb3c1}.dashboard-chart__column:hover .dashboard-chart__tooltip{display:block}.dashboard-chart__empty{width:100%;align-self:center;color:#949aa8;font-size:.7rem;text-align:center}.dashboard-status-list{padding:.65rem 1.15rem 1rem}.dashboard-status-item{padding:.68rem 0}.dashboard-status-item>div:first-child{justify-content:flex-start}.dashboard-status-item__dot{width:7px;height:7px;margin-right:.45rem;border-radius:50%}.dashboard-status-item strong{overflow:hidden;max-width:150px;font-size:.65rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.dashboard-status-item small{margin-left:auto;color:#9ba1af;font-size:.55rem}.dashboard-status-item>span{float:right;margin-top:-14px;color:#626a7b;font-size:.58rem;font-weight:700}.dashboard-status-item__bar{height:5px;margin-top:.55rem;overflow:hidden;border-radius:99px;background:#f0f1f5}.dashboard-status-item__bar i{display:block;height:100%;border-radius:inherit}.dashboard-status-item__bar--success,.dashboard-status-item__dot--success{background:#39a979}.dashboard-status-item__bar--danger,.dashboard-status-item__dot--danger{background:#dc6072}.dashboard-status-item__bar--warning,.dashboard-status-item__dot--warning{background:#e2a53a}.dashboard-status-item__bar--info,.dashboard-status-item__dot--info{background:#5c91d6}.dashboard-merchant-list{padding:.45rem 1.15rem .75rem}.dashboard-merchant{justify-content:flex-start;padding:.65rem 0;border-bottom:1px solid #eff0f4}.dashboard-merchant:last-child{border-bottom:0}.dashboard-merchant__rank{width:20px;color:#a2a8b5;font-size:.58rem;font-weight:750}.dashboard-merchant__avatar{display:flex;align-items:center;justify-content:center;width:31px;height:31px;margin-right:.55rem;border-radius:9px;color:#6247d9;background:#eeeafe;font-size:.65rem;font-weight:800}.dashboard-merchant>div{min-width:0;flex:1 1}.dashboard-merchant>div small,.dashboard-merchant>div strong{display:block}.dashboard-merchant>div strong{overflow:hidden;font-size:.64rem;text-overflow:ellipsis;white-space:nowrap}.dashboard-merchant>div small{margin-top:.16rem;color:#9ba1af;font-size:.53rem}.dashboard-merchant>strong{margin-left:.5rem;color:#444c5d;font-size:.62rem;white-space:nowrap}.dashboard-table-wrap{overflow-x:auto}.dashboard-table{width:100%;border-collapse:collapse}.dashboard-table th{padding:.7rem .8rem;color:#9298a7;background:#fafbfc;font-size:.52rem;font-weight:800;letter-spacing:.06em;text-align:left;text-transform:uppercase}.dashboard-table td{max-width:175px;padding:.78rem .8rem;border-top:1px solid #eff0f4;color:#626a7a;font-size:.59rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-table tbody tr{cursor:pointer;transition:background .18s}.dashboard-table tbody tr:hover{background:#fbfaff}.dashboard-table td strong{color:#333a49;font-weight:700}.dashboard-table td:first-child small,.dashboard-table td:first-child strong{display:block}.dashboard-table td:first-child strong{color:var(--dash-primary)}.dashboard-table td:first-child small{margin-top:.18rem;color:#a0a6b3;font-size:.5rem}.dashboard-table__status{display:inline-flex;align-items:center;max-width:155px;overflow:hidden;padding:.3rem .48rem;border-radius:999px;font-size:.52rem;font-weight:700;text-overflow:ellipsis}.dashboard-table__status i{flex:0 0 5px;width:5px;height:5px;margin-right:.3rem;border-radius:50%;background:currentColor}.dashboard-table__status--success{color:#247b5e;background:#e8f7f0}.dashboard-table__status--danger{color:#bd4c5e;background:#fdecef}.dashboard-table__status--warning{color:#936516;background:#fff3db}.dashboard-table__status--info{color:#3470b7;background:#e9f3ff}.dashboard-state{display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:480px;text-align:center}.dashboard-state__loader{width:38px;height:38px;margin-bottom:1rem;border:3px solid #e6e1fc;border-top-color:#6247d9;border-radius:50%;-webkit-animation:dashboard-spin .8s linear infinite;animation:dashboard-spin .8s linear infinite}.dashboard-state h2{margin:0;font-size:1rem}.dashboard-state p{margin:.45rem 0 0;color:#858c9b;font-size:.72rem}.dashboard-state>span:not(.dashboard-state__loader){display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:1rem;border-radius:50%;color:#bd4c5e;background:#fdecef}.dashboard-state button{margin-top:1rem;padding:.55rem .8rem;border:0;border-radius:8px;color:#fff;background:#6247d9;font-size:.68rem;font-weight:700;cursor:pointer}@-webkit-keyframes dashboard-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dashboard-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media(max-width:1100px){.dashboard-kpis{grid-template-columns:repeat(2,1fr)}.dashboard-main-grid,.dashboard-secondary-grid{grid-template-columns:1fr}.dashboard-secondary-grid .dashboard-panel--recent{order:-1}}@media(max-width:700px){.dashboard-hero{align-items:flex-start}.dashboard-hero h1{font-size:1.3rem}.dashboard-hero p{display:none}.dashboard-kpis{grid-template-columns:1fr 1fr;grid-gap:.7rem;gap:.7rem}.dashboard-kpi{padding:1rem}.dashboard-kpi>strong{font-size:1.15rem}.dashboard-secondary-grid{display:block}.dashboard-secondary-grid>.dashboard-panel{margin-bottom:1rem}.dashboard-panel__legend{display:none}.dashboard-chart{height:230px;padding-left:.5rem;padding-right:.5rem}.dashboard-table{min-width:680px}}@media(max-width:480px){.dashboard-hero{flex-direction:column;grid-gap:1rem;gap:1rem}.dashboard-kpis{grid-template-columns:1fr}.dashboard-kpi>span{margin-top:.65rem}.dashboard-panel__header{padding:.9rem}.dashboard-panel__header p{display:none}.dashboard-hero__actions{width:100%}.dashboard-hero__actions label{flex:1 1}.dashboard-hero__actions select{width:100%}}.dashboard-page{--dash-primary:#1677b8;--dash-text:#18324b;--dash-muted:#6f8090;--dash-border:#e1e8ed;max-width:1460px}.dashboard-hero{position:relative;overflow:hidden;align-items:stretch;min-height:210px;margin-bottom:1.15rem;padding:1.8rem 2rem;border-radius:20px;color:#fff;background:linear-gradient(125deg,#0e2947,#124e72 62%,#0d716f);box-shadow:0 18px 42px rgba(12,51,77,.16)}.dashboard-hero:before{position:absolute;top:-120px;right:21%;width:290px;height:290px;border:55px solid hsla(0,0%,100%,.04);border-radius:50%;content:""}.dashboard-hero:after{position:absolute;right:-90px;bottom:-180px;width:330px;height:330px;border-radius:50%;background:rgba(53,205,187,.08);content:""}.dashboard-hero__content,.dashboard-hero__control{position:relative;z-index:1}.dashboard-hero__content{align-self:center;max-width:720px}.dashboard-hero__eyebrow{color:#72d4ca}.dashboard-hero__eyebrow i{margin-right:.45rem}.dashboard-hero h1{color:#fff;font-size:clamp(1.45rem,2.4vw,2.15rem)}.dashboard-hero p{color:rgba(219,235,242,.7);font-size:.78rem}.dashboard-hero__platforms{display:flex;flex-wrap:wrap;grid-gap:.48rem;gap:.48rem;margin-top:1.15rem}.dashboard-hero__platforms span{padding:.4rem .65rem;border:1px solid rgba(170,217,230,.13);border-radius:8px;color:#d9eaf0;background:hsla(0,0%,100%,.065);font-size:.58rem;font-weight:650}.dashboard-hero__platforms i{margin-right:.38rem;color:#72d4ca}.dashboard-hero__control{display:flex;align-items:flex-end;flex-direction:column;justify-content:space-between;min-width:235px}.dashboard-hero__control>small{color:rgba(218,234,241,.62);font-size:.58rem;text-transform:capitalize}.dashboard-hero__actions label i{color:#9ab0bf}.dashboard-hero__actions select{border-color:hsla(0,0%,100%,.15);color:#e5f0f4;background:rgba(6,29,47,.42)}.dashboard-hero__actions button{border-color:hsla(0,0%,100%,.16);color:#75d3ca;background:rgba(6,29,47,.42)}.dashboard-inline-alert{border-color:#f0d6a8;border-radius:11px}.dashboard-kpis{grid-gap:.85rem;gap:.85rem;margin-bottom:.85rem}.dashboard-kpi,.dashboard-panel{border-color:var(--dash-border);border-radius:16px;box-shadow:0 8px 24px rgba(24,57,82,.045)}.dashboard-kpi{position:relative;overflow:hidden;padding:1.2rem}.dashboard-kpi:before{position:absolute;top:0;right:0;left:0;height:3px;content:""}.dashboard-kpi--transactions:before{background:#3d8fc4}.dashboard-kpi--amount:before{background:#37a8bc}.dashboard-kpi--success:before{background:#2fa27b}.dashboard-kpi--refund:before{background:#d66b78}.dashboard-kpi__icon{width:40px;height:40px;border-radius:12px}.dashboard-kpi__icon--purple{color:#1677b8;background:#eaf4fa}.dashboard-kpi__icon--blue{color:#168da5;background:#e8f6f8}.dashboard-kpi__icon--green{color:#16825c;background:#e7f7ef}.dashboard-kpi>strong{color:#18324b;font-size:1.42rem}.dashboard-change--positive,.dashboard-kpi__rate{color:#21785c;background:#eaf7f2}.dashboard-main-grid,.dashboard-secondary-grid{grid-gap:.85rem;gap:.85rem;margin-bottom:.85rem}.dashboard-panel__header{min-height:80px;padding:1rem 1.2rem;background:linear-gradient(180deg,#fff,#fcfdfe)}.dashboard-panel__header>div>span{color:#1677b8}.dashboard-panel__header h2{color:#18324b}.dashboard-panel__legend i{background:#168da5}.dashboard-chart{background:linear-gradient(180deg,#fff,#fbfdfe)}.dashboard-chart__track{background:#edf3f6}.dashboard-chart__track span{background:linear-gradient(180deg,#39a7bd,#1677b8)}.dashboard-status-item__bar--info,.dashboard-status-item__dot--info{background:#438fc2}.dashboard-merchant__avatar{color:#1677b8;background:#eaf4fa}.dashboard-table th{background:#f7fafb}.dashboard-table tbody tr:hover{background:#f5fafc}.dashboard-table td:first-child strong{color:#1677b8}.dashboard-state__loader{border-color:#1677b8 #dcebf3 #dcebf3}.dashboard-state button{background:#1677b8}.dashboard-applications{margin-bottom:.85rem}.dashboard-applications__header{min-height:88px}.dashboard-applications__count{flex:0 0 auto;padding:.48rem .7rem;border:1px solid #d9e7ee;border-radius:999px;color:#4e6f82;background:#f6fafc;font-size:.58rem;font-weight:750}.dashboard-applications__count i{margin-right:.34rem;color:#168da5}.dashboard-applications__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.8rem;gap:.8rem;padding:1rem 1.15rem 1.15rem;background:#fbfdfe}.dashboard-application{--application-color:#1677b8;--application-soft:#eaf4fa;position:relative;min-width:0;padding:1rem;overflow:hidden;border:1px solid #e2e9ee;border-radius:14px;background:#fff;box-shadow:0 5px 16px rgba(24,57,82,.035)}.dashboard-application:before{position:absolute;top:0;right:0;left:0;height:3px;background:var(--application-color);content:""}.dashboard-application--teal{--application-color:#218d83;--application-soft:#e8f6f4}.dashboard-application--orange{--application-color:#cf7b29;--application-soft:#fff3e5}.dashboard-application--slate{--application-color:#647687;--application-soft:#eef2f5}.dashboard-application__top{display:flex;align-items:center;justify-content:space-between}.dashboard-application__icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:11px;color:var(--application-color);background:var(--application-soft);font-size:.76rem}.dashboard-application__status{display:inline-flex;align-items:center;color:#73808c;font-size:.52rem;font-weight:700}.dashboard-application__status i{width:6px;height:6px;margin-right:.32rem;border-radius:50%;background:currentColor}.dashboard-application__status--online{color:#258064}.dashboard-application__status--offline{color:#b65b67}.dashboard-application__title{margin-top:.8rem}.dashboard-application__title>div{display:flex;align-items:center;grid-gap:.42rem;gap:.42rem}.dashboard-application__title h3{margin:0;color:#19354d;font-size:.8rem;font-weight:760}.dashboard-application__title>div>span{padding:.22rem .38rem;border-radius:999px;color:var(--application-color);background:var(--application-soft);font-size:.46rem;font-weight:750}.dashboard-application__title p{height:1.7em;margin:.24rem 0 0;overflow:hidden;color:#8a97a2;font-size:.56rem;text-overflow:ellipsis;white-space:nowrap}.dashboard-application__amount{display:block;margin-top:.75rem;overflow:hidden;color:#18324b;font-size:1.18rem;letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap}.dashboard-application__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:.8rem;padding-top:.75rem;border-top:1px solid #edf1f4}.dashboard-application__metrics div{min-width:0;padding:0 .55rem;border-right:1px solid #edf1f4}.dashboard-application__metrics div:first-child{padding-left:0}.dashboard-application__metrics div:last-child{padding-right:0;border-right:0}.dashboard-application__metrics span,.dashboard-application__metrics strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-application__metrics span{color:#98a2ab;font-size:.49rem}.dashboard-application__metrics strong{margin-top:.2rem;color:#425567;font-size:.63rem}.dashboard-application__cache-note{display:block;margin-top:.62rem;color:#8b99a4;font-size:.48rem}.dashboard-application__cache-note i{margin-right:.28rem;color:#cf8a29}.dashboard-application--unavailable{background:#fcfcfd}.dashboard-application--unavailable:before{background:#aab4bc}.dashboard-application__notice{display:flex;align-items:center;min-height:63px;margin-top:.8rem;padding:.65rem;border-radius:9px;color:#9a6269;background:#fff1f2;font-size:.56rem;line-height:1.45}.dashboard-application__notice i{margin-right:.45rem}.dashboard-applications__empty{display:flex;align-items:center;grid-column:1/-1;justify-content:center;min-height:120px;color:#8997a2}.dashboard-applications__empty>i{margin-right:.7rem;color:#9aabb7;font-size:1.2rem}.dashboard-applications__empty span,.dashboard-applications__empty strong{display:block}.dashboard-applications__empty strong{color:#526879;font-size:.68rem}.dashboard-applications__empty span{margin-top:.2rem;font-size:.56rem}@media(max-width:700px){.dashboard-hero{flex-direction:column;min-height:0;padding:1.4rem}.dashboard-hero p{display:block}.dashboard-hero__control{align-items:stretch;min-width:0;margin-top:1.2rem}.dashboard-hero__control>small{margin-bottom:.65rem}.dashboard-applications__grid{grid-template-columns:1fr}}@media(max-width:480px){.dashboard-hero{grid-gap:0;gap:0;border-radius:16px}.dashboard-hero__platforms span{flex:1 1;min-width:calc(50% - .3rem);text-align:center}.dashboard-applications__header{align-items:flex-start;flex-direction:column;grid-gap:.7rem;gap:.7rem}.dashboard-applications__count{align-self:flex-start}}.ops-page{--ops-primary:#6247d9;--ops-text:#202636;--ops-muted:#747c8e;--ops-border:#e7e9ef;max-width:1380px;margin:0 auto;color:var(--ops-text)}.ops-account,.ops-actions,.ops-card__head,.ops-header,.ops-modal__actions,.ops-pagination,.ops-toolbar,.ops-toolbar__actions{display:flex;align-items:center;justify-content:space-between}.ops-header{margin-bottom:1.15rem}.ops-eyebrow{display:block;margin-bottom:.28rem;color:var(--ops-primary);font-size:.56rem;font-weight:800;letter-spacing:.14em}.ops-header h1{margin:0;font-size:1.55rem;font-weight:750;letter-spacing:-.035em}.ops-header p{margin:.38rem 0 0;color:var(--ops-muted);font-size:.72rem}.ops-danger,.ops-primary,.ops-refresh,.ops-secondary{height:38px;padding:0 .85rem;border-radius:9px;font-size:.62rem;font-weight:750;cursor:pointer}.ops-refresh,.ops-secondary{border:1px solid #dfe2e9;color:#667083;background:#fff}.ops-primary{border:1px solid var(--ops-primary);color:#fff;background:var(--ops-primary)}.ops-danger{border:1px solid #f0ccd2;color:#b74054;background:#fff4f5}.ops-primary i,.ops-refresh i{margin-right:.38rem}.ops-primary:disabled,.ops-refresh:disabled{cursor:not-allowed;opacity:.6}.ops-report-context{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:.85rem;gap:.85rem;margin-bottom:1rem;padding:1rem 1.1rem;border:1px solid #ddd8fa;border-radius:15px;background:linear-gradient(115deg,#faf8ff,#fff 58%,#f2f8ff);box-shadow:0 6px 22px rgba(69,52,154,.06)}.ops-report-context__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;color:#fff;background:linear-gradient(135deg,#6247d9,#3d79cb);box-shadow:0 7px 16px rgba(98,71,217,.2)}.ops-report-context__copy span,.ops-report-context__copy strong,.ops-report-context__status small,.ops-report-context__status span{display:block}.ops-report-context__copy span{color:#6247d9;font-size:.51rem;font-weight:800;letter-spacing:.12em}.ops-report-context__copy strong{margin-top:.18rem;font-size:.76rem}.ops-report-context__copy p{margin:.22rem 0 0;color:#7e8697;font-size:.58rem}.ops-report-context__status{text-align:right}.ops-report-context__status span{color:#27795d;font-size:.58rem;font-weight:750}.ops-report-context__status span i{display:inline-block;width:7px;height:7px;margin-right:.3rem;border-radius:50%;background:#2aac7d;box-shadow:0 0 0 4px rgba(42,172,125,.11)}.ops-report-context__status small{margin-top:.3rem;color:#9299a8;font-size:.52rem}.ops-report-context__status--error span{color:#b74054}.ops-report-context__status--error span i{background:#cf5668;box-shadow:0 0 0 4px rgba(207,86,104,.11)}.ops-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.85rem;gap:.85rem;margin-bottom:1rem}.ops-summary--payment{grid-template-columns:repeat(5,minmax(0,1fr))}.ops-summary article{display:flex;align-items:flex-start;min-width:0;padding:1rem 1.05rem;border:1px solid var(--ops-border);border-radius:13px;background:#fff;box-shadow:0 5px 18px rgba(34,42,72,.04)}.ops-summary article>i{display:flex;align-items:center;justify-content:center;flex:0 0 32px;width:32px;height:32px;margin-right:.65rem;border-radius:9px;color:#6247d9;background:#eeeafe;font-size:.72rem}.ops-summary article>div{min-width:0}.ops-summary small,.ops-summary span,.ops-summary strong{display:block}.ops-summary span{color:#858c9b;font-size:.55rem}.ops-summary span,.ops-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ops-summary strong{margin-top:.25rem;color:#303747;font-size:.82rem;font-weight:750}.ops-summary small{margin-top:.22rem;color:#a0a6b2;font-size:.49rem}.ops-summary article:first-child{border-top:3px solid #6247d9}.ops-summary article:nth-child(2){border-top:3px solid #2d82d8}.ops-summary article:nth-child(3){border-top:3px solid #22a16f}.ops-summary article:nth-child(4){border-top:3px solid #e39a3b}.ops-summary article:nth-child(5){border-top:3px solid #a158c7}.ops-card{overflow:hidden;border:1px solid var(--ops-border);border-radius:15px;background:#fff;box-shadow:0 5px 18px rgba(34,42,72,.04)}.ops-toolbar{grid-gap:.65rem;gap:.65rem;padding:1rem 1.1rem;border-bottom:1px solid var(--ops-border);background:#fafbfc}.ops-filters{display:flex;align-items:flex-end;flex-wrap:wrap;grid-gap:.6rem;gap:.6rem}.ops-field{display:flex;flex-direction:column;grid-gap:.3rem;gap:.3rem}.ops-field label{margin:0;color:#747c8d;font-size:.55rem;font-weight:700}.ops-field input,.ops-field select{height:38px;min-width:150px;padding:0 .65rem;border:1px solid #dfe2e9;border-radius:8px;outline:none;color:#454d5f;background:#fff;font-size:.63rem}.ops-field input:focus,.ops-field select:focus{border-color:#9d8eeb;box-shadow:0 0 0 3px rgba(98,71,217,.08)}.ops-field--search{min-width:240px}.ops-search-input{position:relative}.ops-search-input>i{position:absolute;top:50%;left:.7rem;color:#9991bd;font-size:.62rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.ops-search-input input{width:100%;padding-left:1.8rem}.ops-toolbar__actions{justify-content:flex-end;grid-gap:.45rem;gap:.45rem}.ops-ghost{height:38px;padding:0 .7rem;border:0;color:#7b8291;background:transparent;font-size:.6rem;font-weight:700;cursor:pointer}.ops-ghost:hover{color:#5139bd;background:#f1edff}.ops-ghost:disabled{cursor:not-allowed;opacity:.5}.ops-card__head{padding:.9rem 1.1rem}.ops-card__eyebrow{display:block;margin-bottom:.2rem;color:#6247d9;font-size:.48rem;font-weight:800;letter-spacing:.1em}.ops-card__head h2{margin:0;font-size:.82rem;font-weight:750}.ops-card__head p{margin:.25rem 0 0;color:#9096a4;font-size:.57rem}.ops-selected{padding:.34rem .55rem;border-radius:7px;color:#6247d9;background:#eeeafe;font-size:.57rem;font-weight:750}.ops-table-wrap{overflow-x:auto}.ops-table{width:100%;min-width:760px;border-collapse:collapse}.ops-table--payment{min-width:1260px}.ops-table th{padding:.7rem .85rem;border-top:1px solid var(--ops-border);border-bottom:1px solid var(--ops-border);color:#8d94a3;background:#fafbfc;font-size:.52rem;font-weight:800;letter-spacing:.05em;text-align:left;text-transform:uppercase}.ops-table td{padding:.83rem .85rem;border-bottom:1px solid #eff0f4;color:#626a7b;font-size:.61rem;vertical-align:middle}.ops-table tbody tr:hover{background:#fbfaff}.ops-table tbody tr.ops-row--selected{background:#f4f1ff}.ops-table td:first-child,.ops-table th:first-child{padding-left:1.1rem}.ops-table button.ops-link{padding:0;border:0;color:#5f45d2;background:none;font-size:.62rem;font-weight:750;text-align:left;cursor:pointer}.ops-invoice-link small,.ops-invoice-link span{display:block}.ops-invoice-link small{margin-top:.2rem;color:#9a92c4;font-size:.48rem;font-weight:650}.ops-invoice-link small i{margin-left:.18rem}.ops-money{color:#353c4b;font-size:.66rem;font-weight:700;white-space:nowrap}.ops-money--total{color:#217a59}.ops-fee{color:#788092;font-size:.59rem;white-space:nowrap}.ops-date{color:#656d7d;white-space:nowrap}.ops-channel,.ops-student{display:flex;align-items:center;min-width:145px}.ops-channel>i,.ops-student__avatar{display:flex;align-items:center;justify-content:center;flex:0 0 30px;width:30px;height:30px;margin-right:.5rem;border-radius:8px}.ops-channel>i{color:#3973ad;background:#eaf3fc}.ops-student__avatar{color:#6548c7;background:#eeeafe}.ops-channel small,.ops-channel strong,.ops-student small,.ops-student strong{display:block}.ops-channel strong,.ops-student strong{max-width:165px;overflow:hidden;color:#3e4656;font-size:.59rem;text-overflow:ellipsis;white-space:nowrap}.ops-channel small,.ops-student small{margin-top:.14rem;color:#9ba1ad;font-size:.49rem;white-space:nowrap}.ops-badge{display:inline-flex;align-items:center;padding:.31rem .5rem;border-radius:999px;font-size:.53rem;font-weight:750}.ops-badge:before{width:5px;height:5px;margin-right:.32rem;border-radius:50%;background:currentColor;content:""}.ops-badge--success{color:#217a59;background:#e8f7f0}.ops-badge--warning{color:#a96c19;background:#fff4df}.ops-badge--danger{color:#b94a5b;background:#fdecef}.ops-badge--info{color:#3973ad;background:#eaf3fc}.ops-badge--purple{color:#6548c7;background:#eeeafe}.ops-account{justify-content:flex-start;min-width:210px}.ops-account i{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-right:.55rem;border-radius:8px;color:#6247d9;background:#eeeafe}.ops-account small,.ops-account strong{display:block}.ops-account strong{color:#3b4251;font-size:.6rem}.ops-account small{margin-top:.15rem;color:#9299a7;font-size:.52rem}.ops-actions{justify-content:flex-start;grid-gap:.35rem;gap:.35rem}.ops-actions button{height:30px;padding:0 .52rem;border-radius:7px;font-size:.53rem;font-weight:700;cursor:pointer}.ops-check{width:15px;height:15px;accent-color:#6247d9}.ops-state{flex-direction:column;min-height:260px;border-top:1px solid var(--ops-border);text-align:center}.ops-state,.ops-state i{display:flex;align-items:center;justify-content:center}.ops-state i{width:44px;height:44px;margin-bottom:.7rem;border-radius:50%;color:#6247d9;background:#eeeafe}.ops-state h3{margin:0;font-size:.78rem}.ops-state p{margin:.35rem 0 .8rem;color:#8b92a1;font-size:.62rem}.ops-loader{width:34px;height:34px;margin-bottom:.8rem;border:3px solid #e6e1fc;border-top-color:#6247d9;border-radius:50%;-webkit-animation:ops-spin .8s linear infinite;animation:ops-spin .8s linear infinite}.ops-alert{display:flex;align-items:center;grid-gap:.65rem;gap:.65rem;margin-bottom:.9rem;padding:.72rem .85rem;border:1px solid #f1cdd3;border-radius:9px;color:#af4053;background:#fff1f3;font-size:.62rem}.ops-alert>i{font-size:.9rem}.ops-alert>div{flex:1 1}.ops-alert span,.ops-alert strong{display:block}.ops-alert span{margin-top:.12rem;color:#bd6675;font-size:.55rem}.ops-alert button{height:30px;padding:0 .65rem;border:1px solid #e9bbc3;border-radius:7px;color:#a83b4e;background:#fff;font-size:.54rem;font-weight:750;cursor:pointer}.ops-alert--success{border-color:#c9eadc;color:#25795b;background:#edf9f3}.ops-pagination{padding:.85rem 1.1rem;background:#fbfbfd}.ops-pagination p{margin:0;color:#858c9b;font-size:.58rem}.ops-pagination div{display:flex;align-items:center;grid-gap:.55rem;gap:.55rem}.ops-pagination select{color:#61697a;font-size:.57rem}.ops-pagination button,.ops-pagination select{height:30px;border:1px solid #dfe2e9;border-radius:7px;background:#fff}.ops-pagination button{display:flex;align-items:center;justify-content:center;width:30px;color:#626a7b;cursor:pointer}.ops-pagination button:disabled{opacity:.45}.ops-pagination span{font-size:.58rem;font-weight:650}.ops-modal{position:fixed;z-index:60;inset:0;display:flex;align-items:center;justify-content:center;padding:1rem}.ops-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(20,24,37,.55);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ops-modal__panel{position:relative;width:min(460px,100%);padding:1.25rem;border-radius:15px;background:#fff;box-shadow:0 24px 70px rgba(15,18,29,.25)}.ops-modal__icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:.8rem;border-radius:11px;color:#6247d9;background:#eeeafe}.ops-modal h3{margin:0;font-size:.88rem}.ops-modal p{margin:.45rem 0 1rem;color:#777f8f;font-size:.64rem;line-height:1.55}.ops-modal__actions{justify-content:flex-end;grid-gap:.5rem;gap:.5rem}.ops-calendar{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:1rem;gap:1rem}.ops-calendar__aside,.ops-calendar__hero{padding:1.4rem;border:1px solid var(--ops-border);border-radius:15px;background:#fff;box-shadow:0 5px 18px rgba(34,42,72,.04)}.ops-calendar__hero>i{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;color:#6247d9;background:#eeeafe;font-size:1.15rem}.ops-calendar h2{margin:1rem 0 .45rem;font-size:1rem}.ops-calendar p{margin:0;color:#7c8494;font-size:.68rem;line-height:1.65}.ops-calendar__aside h3{margin:0 0 .9rem;font-size:.78rem}.ops-calendar__aside div{display:flex;align-items:flex-start;margin-top:.85rem}.ops-calendar__aside i{width:27px;color:#6247d9}.ops-calendar__aside small,.ops-calendar__aside strong{display:block}.ops-calendar__aside strong{font-size:.63rem}.ops-calendar__aside small{margin-top:.2rem;color:#9198a6;font-size:.56rem}.ops-icon-button{display:inline-flex;align-items:center;justify-content:center;width:30px;padding:0!important;border:1px solid #ded9f8;border-radius:7px;color:#6247d9;background:#fff}.ops-actions .ops-secondary i{margin-right:.3rem}.ops-invoice-modal__panel{width:min(760px,100%);max-height:calc(100vh - 2rem);overflow:auto;padding:0}.ops-invoice-modal__footer,.ops-invoice-modal__header,.ops-invoice-preview__brand,.ops-invoice-preview__status,.ops-invoice-preview__top{display:flex;align-items:center}.ops-invoice-modal__header{justify-content:space-between;padding:1rem 1.15rem;border-bottom:1px solid var(--ops-border)}.ops-invoice-modal__header span{display:block;margin-bottom:.2rem;color:#6247d9;font-size:.51rem;font-weight:800;letter-spacing:.12em}.ops-invoice-modal__header h3{font-size:.82rem}.ops-invoice-modal__header>button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e2e4ea;border-radius:8px;color:#747c8d;background:#fff;cursor:pointer}.ops-invoice-preview{margin:1rem;padding:1.1rem;border:1px solid #e4e6ed;border-radius:12px;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:290px;box-shadow:0 5px 18px rgba(34,42,72,.04)}.ops-invoice-preview__top{justify-content:space-between;padding-bottom:.9rem;border-bottom:1px dashed #dfe2e9}.ops-invoice-preview__brand i{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-right:.55rem;border-radius:10px;color:#fff;background:#6247d9}.ops-invoice-preview__brand small,.ops-invoice-preview__brand strong{display:block}.ops-invoice-preview__brand strong{color:#303747;font-size:.68rem}.ops-invoice-preview__brand small{margin-top:.12rem;color:#9299a7;font-size:.51rem}.ops-invoice-preview__number{padding:1.15rem 0}.ops-invoice-preview__number small,.ops-invoice-preview__number span,.ops-invoice-preview__number strong{display:block}.ops-invoice-preview__details span,.ops-invoice-preview__number span,.ops-invoice-preview__status span{color:#9299a7;font-size:.51rem}.ops-invoice-preview__number strong{margin:.28rem 0;color:#4f37bd;font-size:1rem}.ops-invoice-preview__number small{color:#7e8696;font-size:.55rem}.ops-invoice-preview__details{display:grid;grid-template-columns:1fr 1fr;grid-gap:.8rem;gap:.8rem;padding:1rem;border-radius:10px;background:rgba(248,249,252,.92)}.ops-invoice-preview__details span,.ops-invoice-preview__details strong{display:block}.ops-invoice-preview__details strong{margin-top:.2rem;color:#3b4251;font-size:.6rem}.ops-invoice-preview__status{margin-top:1rem;padding:.78rem .9rem;border-radius:10px}.ops-invoice-preview__status>i{margin-right:.6rem;font-size:1.05rem}.ops-invoice-preview__status span,.ops-invoice-preview__status strong{display:block}.ops-invoice-preview__status strong{margin-top:.15rem;font-size:.65rem}.ops-invoice-preview__status--success{color:#217a59;background:rgba(232,247,240,.94)}.ops-invoice-preview__status--danger{color:#b94a5b;background:rgba(253,236,239,.94)}.ops-invoice-preview__status--warning{color:#99681c;background:rgba(255,244,223,.94)}.ops-invoice-modal__footer{justify-content:flex-end;grid-gap:.5rem;gap:.5rem;padding:.85rem 1.15rem;border-top:1px solid var(--ops-border);background:#fafbfc}@-webkit-keyframes ops-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes ops-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media(max-width:1180px){.ops-summary--payment{grid-template-columns:repeat(3,1fr)}}@media(max-width:1000px){.ops-summary{grid-template-columns:repeat(2,1fr)}.ops-toolbar{align-items:flex-start;flex-direction:column}.ops-toolbar__actions{width:100%}.ops-calendar{grid-template-columns:1fr}}@media(max-width:650px){.ops-header{align-items:flex-start}.ops-header p{display:none}.ops-header .ops-refresh{font-size:0}.ops-header .ops-refresh i{margin:0;font-size:.65rem}.ops-report-context{grid-template-columns:auto 1fr}.ops-report-context__status{grid-column:1/-1;padding-top:.6rem;border-top:1px solid #e8e4fa;text-align:left}.ops-summary{grid-template-columns:1fr 1fr;grid-gap:.6rem;gap:.6rem}.ops-summary article{padding:.8rem}.ops-summary article>i{display:none}.ops-field,.ops-field input,.ops-field select,.ops-filters{width:100%}.ops-toolbar__actions{display:grid;grid-template-columns:auto 1fr 1fr}.ops-toolbar__actions button{width:100%;padding:0 .45rem}.ops-pagination{align-items:flex-start;flex-direction:column;grid-gap:.7rem;gap:.7rem}.ops-alert{align-items:flex-start;flex-wrap:wrap}.ops-alert button{margin-left:1.5rem}.ops-invoice-preview__details{grid-template-columns:1fr}.ops-invoice-modal__footer{align-items:stretch;flex-direction:column-reverse}.ops-invoice-modal__footer button{width:100%}}@media(max-width:420px){.ops-summary{grid-template-columns:1fr}.ops-card__head{align-items:flex-start;flex-direction:column;grid-gap:.55rem;gap:.55rem}}.transaction-page{--transaction-primary:#5b46d6;--transaction-primary-dark:#4936bc;--transaction-text:#1d2433;--transaction-muted:#70788b;--transaction-border:#e7e9f0;--transaction-surface:#fff;max-width:1320px;margin:0 auto;color:var(--transaction-text)}.transaction-page button,.transaction-page input,.transaction-page select{font:inherit}.transaction-filter__title,.transaction-page__header,.transaction-pagination,.transaction-table-card__heading{display:flex;align-items:center;justify-content:space-between}.transaction-page__header{margin-bottom:1.35rem}.transaction-page__eyebrow{display:block;margin-bottom:.35rem;color:var(--transaction-primary);font-size:.68rem;font-weight:800;letter-spacing:.15em}.transaction-page__header h1{margin:0;font-size:1.8rem;font-weight:750;letter-spacing:-.035em}.transaction-filter__title p,.transaction-page__header p,.transaction-table-card__heading p{margin:.35rem 0 0;color:var(--transaction-muted);font-size:.84rem}.transaction-page__refresh{display:inline-flex;align-items:center;padding:.72rem 1rem;border:1px solid #ded9fa;border-radius:10px;color:var(--transaction-primary);background:#fff;font-size:.82rem;font-weight:700;cursor:pointer;transition:background .2s ease,border-color .2s ease}.transaction-page__refresh:hover{background:#f7f5ff;border-color:#cfc7f7}.transaction-page__refresh:disabled{cursor:wait;opacity:.65}.transaction-page__refresh i{margin-right:.55rem}.transaction-summary{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1rem}.transaction-summary__card{display:flex;align-items:center;min-width:0;padding:1.15rem 1.25rem;border:1px solid var(--transaction-border);border-radius:14px;background:var(--transaction-surface);box-shadow:0 5px 18px rgba(34,42,72,.045)}.transaction-summary__icon{display:flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;margin-right:.9rem;border-radius:12px}.transaction-summary__icon--purple{color:#6345d5;background:#eeeafe}.transaction-summary__icon--blue{color:#2878d0;background:#e9f3ff}.transaction-summary__icon--green{color:#17865e;background:#e8f8f1}.transaction-summary__card div{min-width:0}.transaction-summary__card div span{display:block;margin-bottom:.15rem;color:var(--transaction-muted);font-size:.72rem}.transaction-summary__card strong{display:block;overflow:hidden;font-size:1.05rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.transaction-filter,.transaction-table-card{border:1px solid var(--transaction-border);border-radius:16px;background:var(--transaction-surface);box-shadow:0 5px 18px rgba(34,42,72,.045)}.transaction-filter{margin-bottom:1rem;padding:1.25rem 1.35rem}.transaction-filter__icon,.transaction-filter__title>div{display:flex;align-items:center}.transaction-filter__icon{justify-content:center;width:38px;height:38px;margin-right:.75rem;border-radius:10px;color:var(--transaction-primary);background:#eeeafe}.transaction-filter__title h2,.transaction-table-card__heading h2{margin:0;font-size:1rem;font-weight:750}.transaction-filter__count{padding:.35rem .65rem;border-radius:999px;color:var(--transaction-primary);background:#f0edff;font-size:.7rem;font-weight:700}.transaction-filter__fields{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(180px,1fr) minmax(180px,1fr) auto;grid-gap:.85rem;gap:.85rem;align-items:end;margin-top:1.15rem}.transaction-filter__fields label{margin:0}.transaction-filter__fields label>span{display:block;margin-bottom:.45rem;color:#596174;font-size:.72rem;font-weight:700}.transaction-filter__control{position:relative}.transaction-filter__control>i{position:absolute;z-index:1;top:50%;left:.9rem;color:#a0a6b7;font-size:.75rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.transaction-filter__control input,.transaction-filter__control select{width:100%;height:42px;padding:0 .85rem 0 2.35rem;border:1px solid #dfe2e9;border-radius:9px;outline:none;color:var(--transaction-text);background:#fff;font-size:.79rem;transition:border-color .2s ease,box-shadow .2s ease}.transaction-filter__control input::-webkit-input-placeholder{color:#a7adbb}.transaction-filter__control input::-ms-input-placeholder{color:#a7adbb}.transaction-filter__control input::placeholder{color:#a7adbb}.transaction-filter__control input:focus,.transaction-filter__control select:focus{border-color:#9d8eeb;box-shadow:0 0 0 3px rgba(91,70,214,.1)}.transaction-filter__control--select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:2rem}.transaction-filter__control--select:after{position:absolute;top:50%;right:.85rem;color:#858da0;content:"\25BE";font-size:.7rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.transaction-filter__actions{display:flex;grid-gap:.5rem;gap:.5rem}.transaction-filter__actions button{height:42px;padding:0 .95rem;border-radius:9px;font-size:.76rem;font-weight:750;cursor:pointer}.transaction-filter__reset{border:1px solid #dfe2e9;color:#626a7b;background:#fff}.transaction-filter__submit{border:1px solid var(--transaction-primary);color:#fff;background:var(--transaction-primary)}.transaction-filter__submit:hover{background:var(--transaction-primary-dark)}.transaction-filter__submit i{margin-right:.45rem}.transaction-table-card{overflow:hidden}.transaction-table-card__heading{padding:1.25rem 1.35rem}.transaction-table-card__page-size{display:flex;align-items:center;margin:0;color:var(--transaction-muted);font-size:.72rem}.transaction-table-card__page-size select{height:34px;margin:0 .5rem;padding:0 1.65rem 0 .65rem;border:1px solid var(--transaction-border);border-radius:8px;color:var(--transaction-text);background:#fff}.transaction-table-wrap{overflow-x:auto}.transaction-table{width:100%;border-collapse:collapse}.transaction-table th{padding:.8rem 1rem;border-top:1px solid var(--transaction-border);border-bottom:1px solid var(--transaction-border);color:#858c9c;background:#fafbfc;font-size:.66rem;font-weight:800;letter-spacing:.045em;text-align:left;text-transform:uppercase;white-space:nowrap}.transaction-table td{padding:1rem;border-bottom:1px solid #eef0f4;color:#3c4353;font-size:.76rem;vertical-align:middle}.transaction-table tbody tr{transition:background .18s ease}.transaction-table tbody tr:hover{background:#fbfaff}.transaction-table__invoice{display:block;max-width:220px;overflow:hidden;padding:0;border:0;color:var(--transaction-primary);background:transparent;font-weight:750;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.transaction-table td small{display:block;margin-top:.25rem;color:#959cac;font-size:.66rem}.transaction-table__merchant{display:flex;align-items:center;min-width:150px}.transaction-table__merchant>span{display:flex;align-items:center;justify-content:center;flex:0 0 34px;width:34px;height:34px;margin-right:.65rem;border-radius:10px;color:#5b46d6;background:#eeeafe;font-size:.66rem;font-weight:800}.transaction-table__merchant strong{display:block;max-width:170px;overflow:hidden;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.transaction-table__merchant small{margin-top:.15rem!important}.transaction-status{display:inline-flex;align-items:center;max-width:190px;padding:.38rem .6rem;border-radius:999px;font-size:.65rem;font-weight:750;line-height:1.3}.transaction-status i{flex:0 0 6px;width:6px;height:6px;margin-right:.4rem;border-radius:50%;background:currentColor}.transaction-status--success{color:#167657;background:#e8f7f0}.transaction-status--danger{color:#c5495b;background:#fdecef}.transaction-status--warning{color:#9a6815;background:#fff4db}.transaction-status--info{color:#326eb7;background:#eaf3ff}.transaction-table__amount{color:#252c3a!important;font-weight:750;white-space:nowrap}.transaction-table__date{max-width:150px;color:#697184!important}.transaction-table__action{text-align:right}.transaction-table__action button{padding:.48rem .7rem;border:1px solid #ddd8f8;border-radius:8px;color:var(--transaction-primary);background:#fff;font-size:.68rem;font-weight:750;cursor:pointer}.transaction-table__action button:hover{background:#f5f2ff}.transaction-table__action i{margin-left:.5rem;font-size:.6rem}.transaction-state{display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:310px;padding:2rem;border-top:1px solid var(--transaction-border);text-align:center}.transaction-state>span:not(.transaction-state__loader){display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:.9rem;border-radius:50%;color:var(--transaction-primary);background:#eeeafe}.transaction-state h3{margin:0;font-size:.95rem;font-weight:750}.transaction-state p{max-width:380px;margin:.4rem 0 0;color:var(--transaction-muted);font-size:.78rem}.transaction-state button{margin-top:1rem;padding:.55rem .85rem;border:0;border-radius:8px;color:#fff;background:var(--transaction-primary);font-size:.72rem;font-weight:700;cursor:pointer}.transaction-state--error>span{color:#c5495b!important;background:#fdecef!important}.transaction-state__loader{width:34px;height:34px;margin-bottom:1rem;border:3px solid #e6e1fd;border-top:3px solid var(--transaction-primary);border-radius:50%;-webkit-animation:transaction-spin .8s linear infinite;animation:transaction-spin .8s linear infinite}.transaction-pagination{padding:1rem 1.35rem;background:#fbfbfd}.transaction-pagination p{margin:0;color:var(--transaction-muted);font-size:.7rem}.transaction-pagination p strong{color:#394052}.transaction-pagination>div{display:flex;align-items:center}.transaction-pagination span{margin:0 .75rem;color:#596174;font-size:.7rem;font-weight:650}.transaction-pagination button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #dfe2e9;border-radius:8px;color:#5e6678;background:#fff;cursor:pointer}.transaction-pagination button:disabled{color:#c2c6d0;background:#f5f6f8;cursor:not-allowed}@-webkit-keyframes transaction-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes transaction-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media (max-width:1050px){.transaction-filter__fields{grid-template-columns:repeat(2,1fr)}.transaction-filter__actions{justify-content:flex-end}}@media (max-width:760px){.transaction-page__header{align-items:flex-start}.transaction-page__header h1{font-size:1.5rem}.transaction-page__header p{max-width:430px}.transaction-page__refresh{padding:.65rem}.transaction-page__refresh i{margin:0}.transaction-page__refresh{font-size:0}.transaction-page__refresh i{font-size:.85rem}.transaction-filter__fields,.transaction-summary{grid-template-columns:1fr}.transaction-filter__actions{justify-content:stretch}.transaction-filter__actions button{flex:1 1}.transaction-table-card__heading{align-items:flex-start}.transaction-table-card__page-size{margin-left:.75rem}.transaction-table thead{display:none}.transaction-table,.transaction-table tbody,.transaction-table td,.transaction-table tr{display:block;width:100%}.transaction-table tbody{padding:.4rem .9rem}.transaction-table tr{margin:.65rem 0;padding:.35rem .85rem;border:1px solid var(--transaction-border);border-radius:12px}.transaction-table td{display:flex;align-items:center;justify-content:space-between;padding:.65rem 0;border:0;text-align:right}.transaction-table td:before{margin-right:1rem;color:#9299a8;content:attr(data-label);font-size:.65rem;font-weight:750;text-align:left;text-transform:uppercase}.transaction-table td:first-child{align-items:flex-start;flex-direction:column}.transaction-table td:first-child:before{margin-bottom:.45rem}.transaction-table__merchant{justify-content:flex-end}.transaction-table__merchant div{text-align:left}.transaction-table__action button{width:auto}.transaction-pagination{align-items:flex-start;flex-direction:column;grid-gap:.8rem;gap:.8rem}}@media (max-width:480px){.transaction-page__header p{display:none}.transaction-filter,.transaction-summary__card,.transaction-table-card__heading{padding:1rem}.transaction-filter__count,.transaction-filter__title p{display:none}.transaction-table-card__heading{flex-direction:column}.transaction-table-card__page-size{margin:.75rem 0 0}}.invoice-detail-page{--invoice-primary:#6345d5;--invoice-primary-dark:#4c31b4;--invoice-text:#202436;--invoice-muted:#70778d;--invoice-border:#e8eaf1;--invoice-surface:#fff;--invoice-background:#f6f7fb;max-width:1240px!important;padding-top:1rem;padding-bottom:3rem;color:var(--invoice-text)}.invoice-detail__hero,.invoice-detail__panel-header,.invoice-detail__products-header,.invoice-detail__topbar,.invoice-detail__totals-wrap{display:flex;align-items:center;justify-content:space-between}.invoice-detail__topbar{margin-bottom:1rem}.invoice-detail__back{border:0;background:transparent;color:var(--invoice-primary);font-weight:600;padding:.5rem 0;cursor:pointer}.invoice-detail__back i{margin-right:.55rem}.invoice-detail__breadcrumb{color:var(--invoice-muted);font-size:.82rem}.invoice-detail__breadcrumb i{margin:0 .5rem;font-size:.65rem}.invoice-detail__hero{position:relative;overflow:hidden;padding:2rem 2.25rem;border-radius:18px;color:#fff;background:linear-gradient(130deg,#34216f,#6345d5 58%,#8068eb);box-shadow:0 14px 34px rgba(68,44,148,.2)}.invoice-detail__hero:after{position:absolute;right:-80px;top:-110px;width:300px;height:300px;border:55px solid hsla(0,0%,100%,.07);border-radius:50%;content:""}.invoice-detail__eyebrow,.invoice-detail__section-kicker{font-size:.68rem;font-weight:800;letter-spacing:.14em}.invoice-detail__eyebrow{margin-bottom:.35rem;color:hsla(0,0%,100%,.7)}.invoice-detail__hero h1{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.invoice-detail__order{margin-top:.65rem;color:hsla(0,0%,100%,.7);font-size:.85rem}.invoice-detail__order strong{margin-left:.4rem;color:#fff;font-weight:600}.invoice-detail__status{z-index:1;display:inline-flex;align-items:center;max-width:320px;padding:.65rem 1rem;border:1px solid hsla(0,0%,100%,.25);border-radius:999px;background:hsla(0,0%,100%,.14);font-size:.8rem;font-weight:600;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.invoice-detail__status-dot{width:8px;height:8px;margin-right:.55rem;border-radius:50%;background:#ffd166;box-shadow:0 0 0 4px rgba(255,209,102,.18)}.invoice-detail__status--success .invoice-detail__status-dot{background:#4ade80}.invoice-detail__status--danger .invoice-detail__status-dot{background:#fb7185}.invoice-detail__status--info .invoice-detail__status-dot{background:#60a5fa}.invoice-detail__hero-actions{z-index:1;display:flex;align-items:flex-end;flex-direction:column;grid-gap:.75rem;gap:.75rem}.invoice-detail__hero-action-row{display:flex;align-items:center;justify-content:flex-end;grid-gap:.55rem;gap:.55rem}.invoice-detail__next-button,.invoice-detail__reject-button{display:inline-flex;align-items:center;padding:.7rem 1rem;border:1px solid hsla(0,0%,100%,.24);border-radius:10px;color:#4d35b7;background:#fff;min-height:40px;box-shadow:0 8px 20px rgba(32,19,86,.16);font-size:.76rem;font-weight:700;cursor:pointer;transition:box-shadow .18s ease,-webkit-transform .18s ease;transition:transform .18s ease,box-shadow .18s ease;transition:transform .18s ease,box-shadow .18s ease,-webkit-transform .18s ease}.invoice-detail__next-button:hover,.invoice-detail__reject-button:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px);box-shadow:0 10px 24px rgba(32,19,86,.28)}.invoice-detail__next-button i{margin-left:.55rem}.invoice-detail__reject-button i{margin-right:.45rem}.invoice-detail__reject-button{border-color:hsla(0,0%,100%,.34);color:hsla(0,0%,100%,.94);background:hsla(0,0%,100%,.1);box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.invoice-detail__reject-button:hover{border-color:rgba(255,210,218,.7);background:rgba(141,35,58,.42)}.invoice-detail__alert{display:flex;align-items:center;margin-top:1rem;padding:.8rem 1rem;border:1px solid;border-radius:12px;font-size:.8rem;font-weight:600}.invoice-detail__alert--success{border-color:#bde9d5;color:#176b4b;background:#effbf5}.invoice-detail__alert--info{border-color:#bfd9f6;color:#285f9e;background:#f0f7ff}.invoice-detail__alert>i{margin-right:.6rem}.invoice-detail__alert>span{flex:1 1}.invoice-detail__alert>button{border:0;color:inherit;background:transparent;cursor:pointer}.invoice-detail__summary-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin:1.25rem 0}.invoice-detail__summary-card{display:flex;align-items:center;min-width:0;padding:1.2rem;border:1px solid var(--invoice-border);border-radius:14px;background:var(--invoice-surface);box-shadow:0 5px 18px rgba(38,45,75,.05)}.invoice-detail__summary-icon{display:flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;margin-right:.85rem;border-radius:12px;font-size:1rem}.invoice-detail__summary-icon--purple{color:#6345d5;background:#eeeafe}.invoice-detail__summary-icon--blue{color:#2878d0;background:#e9f3ff}.invoice-detail__summary-icon--green{color:#17865e;background:#e8f8f1}.invoice-detail__party-title span,.invoice-detail__summary-card span{display:block;margin-bottom:.2rem;color:var(--invoice-muted);font-size:.75rem}.invoice-detail__summary-card strong{display:block;overflow:hidden;font-size:1rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.invoice-detail__content-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);grid-gap:1.25rem;gap:1.25rem;margin-bottom:1.25rem}.invoice-detail__panel{border:1px solid var(--invoice-border);border-radius:16px;background:var(--invoice-surface);box-shadow:0 5px 18px rgba(38,45,75,.045)}.invoice-detail__panel-header{padding:1.35rem 1.5rem 1.1rem;border-bottom:1px solid var(--invoice-border)}.invoice-detail__section-kicker{color:var(--invoice-primary)}.invoice-detail__panel-header h2{margin:.2rem 0 0;font-size:1.05rem;font-weight:700}.invoice-detail__party-grid{display:grid;grid-template-columns:1fr 1fr}.invoice-detail__party{min-width:0;padding:1.4rem 1.5rem}.invoice-detail__party+.invoice-detail__party{border-left:1px solid var(--invoice-border)}.invoice-detail__party-title{display:flex;align-items:center;margin-bottom:1.25rem}.invoice-detail__party-title strong{display:block;font-size:.95rem}.invoice-detail__avatar{display:flex!important;align-items:center;justify-content:center;width:42px;height:42px;margin:0 .75rem 0 0!important;border-radius:50%}.invoice-detail__avatar--seller{color:#6345d5!important;background:#eeeafe}.invoice-detail__avatar--customer{color:#2878d0!important;background:#e9f3ff}.invoice-detail__info-item{display:flex;align-items:flex-start;margin-top:1rem}.invoice-detail__info-icon{flex:0 0 26px;width:26px;padding-top:.1rem;color:#a0a6b8;font-size:.78rem}.invoice-detail__info-label{color:var(--invoice-muted);font-size:.7rem;font-weight:600;text-transform:uppercase}.invoice-detail__info-value{margin-top:.15rem;color:var(--invoice-text);font-size:.82rem;line-height:1.55}.invoice-detail__shipping-panel{padding-bottom:1.3rem}.invoice-detail__shipping-panel .invoice-detail__info-item{padding:0 1.5rem}.invoice-detail__products-panel{overflow:hidden}.invoice-detail__modal{position:fixed;z-index:1000;inset:0;display:flex;align-items:center;justify-content:center;padding:1rem}.invoice-detail__modal-backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(20,24,38,.58);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.invoice-detail__modal-panel{position:relative;width:min(100%,440px);padding:1.6rem;border-radius:16px;background:#fff;box-shadow:0 24px 70px rgba(22,25,40,.25)}.invoice-detail__modal-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:1rem;border-radius:12px;color:var(--invoice-primary);background:#eeeafe}.invoice-detail__modal-icon--danger{color:#b72f49;background:#fdecef}.invoice-detail__modal-panel--reject{width:min(100%,520px);overflow:hidden;padding:0;border:1px solid #ebecef}.invoice-detail__modal-panel--advance{width:min(100%,520px);overflow:hidden;padding:0;border:1px solid #e7e6f0}.invoice-detail__advance-modal-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:.85rem;gap:.85rem;padding:1.25rem 1.4rem;border-bottom:1px solid #eceaf5;background:linear-gradient(135deg,#fff,#f8f6ff)}.invoice-detail__advance-modal-header .invoice-detail__modal-icon{margin:0}.invoice-detail__advance-modal-header h3{margin:.2rem 0 0}.invoice-detail__advance-modal-header .invoice-detail__section-kicker{color:var(--invoice-primary)}.invoice-detail__advance-modal-header .invoice-detail__modal-close:hover{color:var(--invoice-primary);background:#f4f1ff}.invoice-detail__advance-modal-body{padding:1.35rem 1.4rem}.invoice-detail__status-transition{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:.7rem;gap:.7rem;margin-top:1rem}.invoice-detail__status-transition>div{min-width:0;min-height:78px;padding:.8rem .9rem;border:1px solid #e5e7ed;border-radius:11px;background:#fafbfc}.invoice-detail__status-transition>i{color:#a2a7b3;font-size:.75rem}.invoice-detail__status-transition span,.invoice-detail__status-transition strong{display:block}.invoice-detail__status-transition span{color:#8a91a0;font-size:.66rem}.invoice-detail__status-transition strong{margin-top:.3rem;color:#3a4050;font-size:.77rem;line-height:1.35}.invoice-detail__status-transition .invoice-detail__status-transition-next{border-color:#d9d2fa;background:#f6f3ff}.invoice-detail__status-transition-next span{color:#7564c2}.invoice-detail__status-transition-next strong{color:#4f38b8}.invoice-detail__advance-note{display:flex;align-items:flex-start;margin-top:1rem;padding:.75rem .85rem;border:1px solid #d8e6f7;border-radius:10px;color:#416b99;background:#f3f8fe;font-size:.7rem;line-height:1.5}.invoice-detail__advance-note i{margin:.18rem .55rem 0 0}.invoice-detail__advance-modal-footer{display:flex;justify-content:flex-end;grid-gap:.65rem;gap:.65rem;padding:1rem 1.4rem;border-top:1px solid #eceef3;background:#fafbfc}.invoice-detail__advance-modal-footer .invoice-detail__button{margin:0}.invoice-detail__reject-modal-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:.85rem;gap:.85rem;padding:1.25rem 1.4rem;border-bottom:1px solid #eceef3;background:linear-gradient(135deg,#fff,#fff8f9)}.invoice-detail__reject-modal-header .invoice-detail__modal-icon{margin:0}.invoice-detail__reject-modal-header h3{margin:.2rem 0 0}.invoice-detail__reject-modal-header .invoice-detail__section-kicker{color:#b23b51}.invoice-detail__modal-close{display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid #e2e4e9;border-radius:9px;color:#7b8190;background:#fff;cursor:pointer}.invoice-detail__modal-close:hover{color:#b23b51;background:#fff4f6}.invoice-detail__modal-close:disabled{opacity:.55;cursor:not-allowed}.invoice-detail__reject-modal-body{padding:1.35rem 1.4rem}.invoice-detail__reject-summary{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem;margin-top:1rem}.invoice-detail__reject-summary>div{min-width:0;padding:.8rem .9rem;border:1px solid #e7e9ef;border-radius:10px;background:#fafbfc}.invoice-detail__reject-summary span,.invoice-detail__reject-summary strong{display:block}.invoice-detail__reject-summary span{color:#8a91a0;font-size:.66rem}.invoice-detail__reject-summary strong{margin-top:.25rem;overflow-wrap:anywhere;color:#333948;font-size:.78rem}.invoice-detail__reject-impact{margin-top:1rem;padding:.95rem 1rem;border-radius:11px;background:#f7f8fa}.invoice-detail__reject-impact>strong{color:#343a48;font-size:.74rem}.invoice-detail__reject-impact ul{margin:.65rem 0 0;padding:0;list-style:none}.invoice-detail__reject-impact li{display:flex;align-items:flex-start;color:#656d7d;font-size:.72rem;line-height:1.5}.invoice-detail__reject-impact li+li{margin-top:.4rem}.invoice-detail__reject-impact li i{margin:.2rem .55rem 0 0;color:#4c9a78;font-size:.6rem}.invoice-detail__reject-warning{display:flex;align-items:center;margin-top:1rem;padding:.75rem .85rem;border:1px solid #f2d5da;border-radius:10px;color:#96384b;background:#fff5f6;font-size:.7rem;font-weight:600}.invoice-detail__reject-warning i{margin-right:.55rem}.invoice-detail__reject-modal-footer{display:flex;justify-content:flex-end;grid-gap:.65rem;gap:.65rem;padding:1rem 1.4rem;border-top:1px solid #eceef3;background:#fafbfc}.invoice-detail__reject-modal-footer .invoice-detail__button{margin:0}.invoice-detail__modal-panel h3{margin:.3rem 0 .65rem;font-size:1.1rem}.invoice-detail__modal-panel p{margin:0;color:var(--invoice-muted);font-size:.82rem;line-height:1.65}.invoice-detail__modal-panel p strong{color:var(--invoice-text)}.invoice-detail__modal-error{margin-top:1rem;padding:.75rem;border-radius:9px;color:#a6374a;background:#fff0f2;font-size:.75rem;line-height:1.5}.invoice-detail__modal-actions{display:flex;justify-content:flex-end;grid-gap:.65rem;gap:.65rem;margin-top:1.35rem}.invoice-detail__modal-actions .invoice-detail__button{margin-top:0}.invoice-detail__button:disabled{opacity:.6;cursor:not-allowed}.invoice-detail__button i{margin:0 .35rem}.invoice-detail__products-header>span{padding:.35rem .7rem;border-radius:999px;color:var(--invoice-primary);background:#f0edff;font-size:.72rem;font-weight:700}.invoice-detail__table-wrap{overflow-x:auto}.invoice-detail__table{width:100%;margin:0;border-collapse:collapse}.invoice-detail__table th{padding:.8rem 1.5rem;color:var(--invoice-muted);background:#fafaff;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-align:left;text-transform:uppercase}.invoice-detail__table td:nth-child(n+2),.invoice-detail__table th:nth-child(n+2){text-align:right}.invoice-detail__table td{padding:1rem 1.5rem;border-top:1px solid var(--invoice-border);color:#3d4357;font-size:.82rem;vertical-align:middle}.invoice-detail__product{display:flex;align-items:center;text-align:left}.invoice-detail__product-icon{display:flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;margin-right:.8rem;border-radius:10px;color:var(--invoice-primary);background:#f2f0fc}.invoice-detail__product small,.invoice-detail__product span,.invoice-detail__product strong{display:block}.invoice-detail__product strong{color:var(--invoice-text);font-size:.85rem}.invoice-detail__product small,.invoice-detail__product span{margin-top:.2rem;color:var(--invoice-muted);font-size:.7rem}.invoice-detail__subtotal{color:var(--invoice-text)!important;font-weight:700}.invoice-detail__empty-row{padding:2.5rem!important;color:var(--invoice-muted)!important;text-align:center!important}.invoice-detail__totals-wrap{align-items:flex-start;grid-gap:2rem;gap:2rem;padding:1.5rem;border-top:1px solid var(--invoice-border);background:#fcfcfe}.invoice-detail__payment-note{display:flex;max-width:390px;padding:1rem;border-radius:12px;color:#4b5977;background:#f0f5ff}.invoice-detail__payment-note>i{margin:.2rem .75rem 0 0;color:#487cd4}.invoice-detail__payment-note span,.invoice-detail__payment-note strong{display:block}.invoice-detail__payment-note strong{font-size:.8rem}.invoice-detail__payment-note span{margin-top:.25rem;font-size:.72rem;line-height:1.5}.invoice-detail__totals{width:100%;max-width:390px}.invoice-detail__totals>div{display:flex;justify-content:space-between;grid-gap:1rem;gap:1rem;padding:.45rem 0;color:var(--invoice-muted);font-size:.8rem}.invoice-detail__totals strong{color:var(--invoice-text);font-weight:600}.invoice-detail__discount strong{color:#e04f67}.invoice-detail__totals .invoice-detail__grand-total{align-items:center;margin-top:.65rem;padding-top:1rem;border-top:1px dashed #ccd0dc;color:var(--invoice-text);font-weight:700}.invoice-detail__grand-total strong{color:var(--invoice-primary);font-size:1.3rem;font-weight:800}.invoice-detail__state-card{max-width:520px;margin:6rem auto;padding:3rem;border:1px solid var(--invoice-border);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(38,45,75,.08);text-align:center}.invoice-detail__state-card h5{margin:1rem 0 .4rem;font-weight:700}.invoice-detail__state-card p{margin:0;color:var(--invoice-muted);font-size:.85rem}.invoice-detail__spinner{width:42px;height:42px;margin:auto;border:4px solid #e9e5fb;border-top:4px solid var(--invoice-primary);border-radius:50%;-webkit-animation:invoice-detail-spin .8s linear infinite;animation:invoice-detail-spin .8s linear infinite}.invoice-detail__state-icon{color:#e04f67;font-size:2.5rem}.invoice-detail__button{margin-top:1.25rem;padding:.7rem 1.2rem;border:0;border-radius:9px;cursor:pointer;font-size:.82rem;font-weight:600}.invoice-detail__button--primary{color:#fff;background:var(--invoice-primary)}.invoice-detail__button--primary:hover{background:var(--invoice-primary-dark)}.invoice-detail__button--secondary{border:1px solid #dfe2e8;color:#525a69;background:#fff}.invoice-detail__button--secondary:hover{background:#f4f5f7}.invoice-detail__button--danger{color:#fff;background:#c23d55}.invoice-detail__button--danger:hover{background:#a92f46}@-webkit-keyframes invoice-detail-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes invoice-detail-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media (max-width:991px){.invoice-detail__content-grid{grid-template-columns:1fr}.invoice-detail__summary-grid{grid-template-columns:repeat(2,1fr)}.invoice-detail__summary-card:first-child{grid-column:1/-1}}@media (max-width:767px){.invoice-detail-page{padding-left:.75rem!important;padding-right:.75rem!important}.invoice-detail__breadcrumb{display:none}.invoice-detail__hero{align-items:flex-start;flex-direction:column;padding:1.5rem}.invoice-detail__hero h1{font-size:1.25rem;word-break:break-word}.invoice-detail__hero-actions{align-items:stretch;width:100%;margin-top:1.25rem}.invoice-detail__status{justify-content:center;max-width:none}.invoice-detail__hero-action-row{align-items:stretch;flex-direction:column-reverse;width:100%}.invoice-detail__next-button,.invoice-detail__reject-button{justify-content:center;width:100%}.invoice-detail__reject-summary,.invoice-detail__status-transition{grid-template-columns:1fr}.invoice-detail__status-transition>i{justify-self:center;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.invoice-detail__advance-modal-footer,.invoice-detail__reject-modal-footer{flex-direction:column-reverse}.invoice-detail__advance-modal-footer .invoice-detail__button,.invoice-detail__reject-modal-footer .invoice-detail__button{width:100%}.invoice-detail__summary-grid{grid-template-columns:1fr}.invoice-detail__summary-card:first-child{grid-column:auto}.invoice-detail__party-grid{grid-template-columns:1fr}.invoice-detail__party+.invoice-detail__party{border-top:1px solid var(--invoice-border);border-left:0}.invoice-detail__totals-wrap{flex-direction:column}.invoice-detail__payment-note,.invoice-detail__totals{max-width:none}.invoice-detail__table thead{display:none}.invoice-detail__table,.invoice-detail__table tbody,.invoice-detail__table td,.invoice-detail__table tr{display:block;width:100%}.invoice-detail__table tr{padding:1rem 1.25rem;border-top:1px solid var(--invoice-border)}.invoice-detail__table td{display:flex;justify-content:space-between;padding:.35rem 0;border:0;text-align:right!important}.invoice-detail__table td:first-child{display:block;margin-bottom:.65rem}.invoice-detail__table td[data-label]:before{content:attr(data-label);color:var(--invoice-muted);font-weight:500}.invoice-detail__empty-row{display:block!important}}.merchant-page{--merchant-primary:#6247d9;--merchant-text:#202636;--merchant-muted:#747c8e;--merchant-border:#e7e9ef;max-width:1380px;margin:0 auto;color:var(--merchant-text)}.merchant-card__heading,.merchant-editor__section-title,.merchant-editor footer,.merchant-editor header,.merchant-editor header>div,.merchant-header,.merchant-pagination,.merchant-summary article{display:flex;align-items:center;justify-content:space-between}.merchant-header{margin-bottom:1.25rem}.merchant-header>div>span{display:block;margin-bottom:.3rem;color:var(--merchant-primary);font-size:.56rem;font-weight:800;letter-spacing:.14em}.merchant-header h1{margin:0;font-size:1.55rem;font-weight:750;letter-spacing:-.035em}.merchant-card__heading p,.merchant-header p{margin:.38rem 0 0;color:var(--merchant-muted);font-size:.73rem}.merchant-header>button{padding:.65rem .85rem;border:1px solid #ded9f8;border-radius:9px;color:var(--merchant-primary);background:#fff;font-size:.67rem;font-weight:700;cursor:pointer}.merchant-header>button i{margin-right:.4rem}.merchant-alert{display:flex;align-items:flex-start;margin-bottom:1rem;padding:.75rem .9rem;border-radius:9px;font-size:.68rem;line-height:1.5}.merchant-alert i{margin:.16rem .5rem 0 0}.merchant-alert--success{border:1px solid #c8ebdc;color:#247b5d;background:#ecf9f3}.merchant-alert--error{border:1px solid #f2ccd3;color:#b94457;background:#fff0f2}.merchant-summary{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1rem}.merchant-summary article{justify-content:flex-start;min-width:0;padding:1.05rem 1.15rem;border:1px solid var(--merchant-border);border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(34,42,72,.04)}.merchant-summary__icon{display:flex;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;margin-right:.8rem;border-radius:11px}.merchant-summary__icon--purple{color:#6247d9;background:#eeeafe}.merchant-summary__icon--green{color:#17815d;background:#e8f7f0}.merchant-summary__icon--red{color:#c24a5d;background:#fdecef}.merchant-summary__icon--blue{color:#2878d0;background:#e9f3ff}.merchant-summary small,.merchant-summary strong{display:block}.merchant-summary small{color:var(--merchant-muted);font-size:.62rem}.merchant-summary strong{margin-top:.18rem;font-size:1.05rem;font-weight:750}.merchant-card{overflow:hidden;border:1px solid var(--merchant-border);border-radius:15px;background:#fff;box-shadow:0 5px 18px rgba(34,42,72,.04)}.merchant-filter{display:grid;grid-template-columns:minmax(220px,1fr) 180px auto auto;grid-gap:.6rem;gap:.6rem;padding:1rem 1.15rem;border-bottom:1px solid var(--merchant-border);background:#fafbfc}.merchant-filter>div{position:relative}.merchant-filter>div>span{position:absolute;top:50%;left:.8rem;color:#9da3b0;font-size:.68rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.merchant-filter input,.merchant-filter select{width:100%;height:40px;border:1px solid #dfe2e9;border-radius:9px;outline:none;color:#454d5f;background:#fff;font-size:.69rem}.merchant-filter input{padding:0 .8rem 0 2.2rem}.merchant-filter select{padding:0 .7rem}.merchant-filter input:focus,.merchant-filter select:focus{border-color:#9d8eeb;box-shadow:0 0 0 3px rgba(98,71,217,.09)}.merchant-filter>button{height:40px;padding:0 .85rem;border-radius:9px;font-size:.65rem;font-weight:700;cursor:pointer}.merchant-filter__reset{border:1px solid #dfe2e9;color:#667083;background:#fff}.merchant-filter__submit{border:1px solid var(--merchant-primary);color:#fff;background:var(--merchant-primary)}.merchant-card__heading{padding:1rem 1.15rem}.merchant-card__heading h2{margin:0;font-size:.88rem;font-weight:750}.merchant-card__heading label{margin:0;color:#8b92a1;font-size:.6rem}.merchant-card__heading select{height:31px;margin:0 .35rem;padding:0 .5rem;border:1px solid var(--merchant-border);border-radius:7px;color:#525a6c;background:#fff;font-size:.61rem}.merchant-table-wrap{overflow-x:auto}.merchant-table{width:100%;border-collapse:collapse}.merchant-table th{padding:.7rem .9rem;border-top:1px solid var(--merchant-border);border-bottom:1px solid var(--merchant-border);color:#8d94a3;background:#fafbfc;font-size:.53rem;font-weight:800;letter-spacing:.055em;text-align:left;text-transform:uppercase}.merchant-table td{padding:.85rem .9rem;border-bottom:1px solid #eff0f4;color:#626a7b;font-size:.62rem;vertical-align:middle}.merchant-table tbody tr:hover{background:#fbfaff}.merchant-identity{display:flex;align-items:center;min-width:180px}.merchant-identity>span{display:flex;align-items:center;justify-content:center;flex:0 0 35px;width:35px;height:35px;margin-right:.6rem;border-radius:10px;color:#6247d9;background:#eeeafe;font-size:.62rem;font-weight:800}.merchant-identity small,.merchant-identity strong,.merchant-table td>small{display:block}.merchant-identity strong{max-width:185px;overflow:hidden;color:#333a49;font-size:.65rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.merchant-identity small,.merchant-table td>small{margin-top:.2rem;color:#9ba1af;font-size:.52rem}.merchant-domain{color:#424a5a;font-weight:650}.merchant-status{display:inline-flex;align-items:center;padding:.32rem .5rem;border-radius:999px;font-size:.54rem;font-weight:700}.merchant-status i{width:5px;height:5px;margin-right:.32rem;border-radius:50%;background:currentColor}.merchant-status--open{color:#217a59;background:#e8f7f0}.merchant-status--closed{color:#b94a5b;background:#fdecef}.merchant-fee{color:#343b4b;font-size:.72rem}.merchant-fee-by{padding:.3rem .48rem;border-radius:7px;color:#5f6677;background:#f1f2f6;font-size:.55rem;font-weight:650}.merchant-edit{padding:.42rem .62rem;border:1px solid #ddd8f8;border-radius:8px;color:#6247d9;background:#fff;font-size:.56rem;font-weight:700;cursor:pointer}.merchant-edit:hover{background:#f5f2ff}.merchant-edit i{margin-right:.3rem}.merchant-pagination{padding:.9rem 1.15rem;background:#fbfbfd}.merchant-pagination p{margin:0;color:#858c9b;font-size:.6rem}.merchant-pagination p strong{color:#444c5c}.merchant-pagination>div{display:flex;align-items:center}.merchant-pagination span{margin:0 .65rem;color:#626a7a;font-size:.59rem;font-weight:650}.merchant-pagination button{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #dfe2e9;border-radius:7px;color:#626a7b;background:#fff;cursor:pointer}.merchant-pagination button:disabled{color:#c2c6d0;background:#f4f5f7;cursor:not-allowed}.merchant-state{display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:300px;border-top:1px solid var(--merchant-border);text-align:center}.merchant-state>span:not(.merchant-state__loader){display:flex;align-items:center;justify-content:center;width:46px;height:46px;margin-bottom:.8rem;border-radius:50%;color:#6247d9;background:#eeeafe}.merchant-state h3{margin:0;font-size:.82rem}.merchant-state p{margin:.38rem 0 0;color:#8c93a2;font-size:.65rem}.merchant-state>button{margin-top:.8rem;padding:.5rem .75rem;border:0;border-radius:8px;color:#fff;background:#6247d9;font-size:.61rem;font-weight:700;cursor:pointer}.merchant-state--error>span{color:#bd4b5d!important;background:#fdecef!important}.merchant-state__loader{width:34px;height:34px;margin-bottom:.9rem;border:3px solid #e6e1fc;border-top-color:#6247d9;border-radius:50%;-webkit-animation:merchant-spin .8s linear infinite;animation:merchant-spin .8s linear infinite}.merchant-modal{position:fixed;z-index:50;inset:0;display:flex;align-items:stretch;justify-content:flex-end}.merchant-modal__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(20,24,37,.53);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.merchant-editor{position:relative;z-index:1;display:flex;flex-direction:column;width:min(610px,100%);height:100%;background:#f7f8fb;box-shadow:-18px 0 50px rgba(19,23,36,.18);-webkit-animation:merchant-slide .25s ease-out;animation:merchant-slide .25s ease-out}.merchant-editor header{flex:0 0 auto;padding:1.15rem 1.25rem;border-bottom:1px solid #e3e5eb;background:#fff}.merchant-editor header>div{justify-content:flex-start}.merchant-editor__avatar{display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-right:.7rem;border-radius:11px;color:#fff;background:linear-gradient(135deg,#745ce0,#563cc5);font-size:.67rem;font-weight:800}.merchant-editor header small{display:block;color:#6247d9;font-size:.5rem;font-weight:800;letter-spacing:.12em}.merchant-editor header h2{max-width:350px;overflow:hidden;margin:.15rem 0 0;font-size:.9rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.merchant-editor header p{margin:.15rem 0 0;color:#979daa;font-size:.55rem}.merchant-editor header>button{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #e1e3e9;border-radius:8px;color:#737b8c;background:#fff;cursor:pointer}.merchant-editor__body{overflow-y:auto;flex:1 1;padding:1rem}.merchant-editor__body section{margin-bottom:1rem;padding:1.15rem;border:1px solid #e4e6ec;border-radius:13px;background:#fff}.merchant-editor__section-title{justify-content:flex-start;margin-bottom:1rem}.merchant-editor__section-title>span{display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin-right:.65rem;border-radius:9px;color:#6247d9;background:#eeeafe}.merchant-editor__section-title h3{margin:0;font-size:.74rem;font-weight:750}.merchant-editor__section-title p{margin:.2rem 0 0;color:#949aa8;font-size:.56rem}.merchant-editor label{display:block;margin:0 0 .85rem}.merchant-editor label>span{display:block;margin-bottom:.38rem;color:#596174;font-size:.59rem;font-weight:700}.merchant-editor input,.merchant-editor select,.merchant-editor textarea{width:100%;border:1px solid #dde0e7;border-radius:8px;outline:none;color:#3d4555;background:#fff;font-size:.66rem}.merchant-editor input,.merchant-editor select{height:40px;padding:0 .7rem}.merchant-editor textarea{padding:.65rem .7rem;resize:vertical}.merchant-editor input:focus,.merchant-editor select:focus,.merchant-editor textarea:focus{border-color:#9989e8;box-shadow:0 0 0 3px rgba(98,71,217,.08)}.merchant-editor__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.7rem;gap:.7rem}.merchant-editor__fee-input{position:relative}.merchant-editor__fee-input input{padding-right:2rem}.merchant-editor__fee-input i{position:absolute;top:50%;right:.75rem;color:#777f90;font-style:normal;font-size:.68rem;font-weight:700;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.merchant-editor__warning{display:flex;align-items:flex-start;padding:.7rem .8rem;border:1px solid #d8e6f7;border-radius:8px;color:#52759c;background:#f0f6fd;font-size:.57rem;line-height:1.5}.merchant-editor__warning i{margin:.15rem .45rem 0 0}.merchant-editor footer{flex:0 0 auto;justify-content:flex-end;grid-gap:.55rem;gap:.55rem;padding:.9rem 1.1rem;border-top:1px solid #e1e3e9;background:#fff}.merchant-editor footer button{height:38px;padding:0 .85rem;border-radius:8px;font-size:.61rem;font-weight:700;cursor:pointer}.merchant-editor footer button:first-child{border:1px solid #dfe2e8;color:#677082;background:#fff}.merchant-editor footer button:last-child{border:1px solid #6247d9;color:#fff;background:#6247d9}.merchant-editor footer button:disabled{cursor:wait;opacity:.7}.merchant-editor footer i{margin-right:.35rem}.merchant-button-spinner{display:inline-block;width:13px;height:13px;margin-right:.4rem;border:2px solid hsla(0,0%,100%,.4);border-top-color:#fff;border-radius:50%;vertical-align:-2px;-webkit-animation:merchant-spin .8s linear infinite;animation:merchant-spin .8s linear infinite}@-webkit-keyframes merchant-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes merchant-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes merchant-slide{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes merchant-slide{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@media(max-width:1050px){.merchant-summary{grid-template-columns:repeat(2,1fr)}.merchant-filter{grid-template-columns:1fr 180px}.merchant-filter>button{width:100%}}@media(max-width:700px){.merchant-header{align-items:flex-start}.merchant-header p{display:none}.merchant-header>button{padding:.65rem;font-size:0}.merchant-header>button i{margin:0;font-size:.7rem}.merchant-summary{grid-gap:.7rem;gap:.7rem}.merchant-table{min-width:760px}.merchant-card__heading{align-items:flex-start}.merchant-editor__grid,.merchant-filter{grid-template-columns:1fr}.merchant-pagination{align-items:flex-start;flex-direction:column;grid-gap:.7rem;gap:.7rem}}@media(max-width:480px){.merchant-summary{grid-template-columns:1fr}.merchant-summary article{padding:.9rem}.merchant-card__heading{flex-direction:column;grid-gap:.65rem;gap:.65rem}.merchant-editor header h2{max-width:220px}.merchant-editor__body{padding:.7rem}.merchant-editor__body section{padding:.9rem}}.merchant-performance-page{--mp-primary:#6247d9;--mp-text:#202636;--mp-muted:#747c8e;--mp-border:#e7e9ef;max-width:1380px;margin:0 auto;color:var(--mp-text)}.merchant-performance-card>header,.merchant-performance-header,.merchant-performance-header>div:last-child,.merchant-performance-kpis article>div,.merchant-performance-list>footer,.merchant-performance-list>footer>div,.mp-merchant{display:flex;align-items:center;justify-content:space-between}.merchant-performance-header{margin-bottom:1.2rem}.merchant-performance-card>header span,.merchant-performance-header>div:first-child>span{display:block;margin-bottom:.3rem;color:var(--mp-primary);font-size:.55rem;font-weight:800;letter-spacing:.14em}.merchant-performance-header h1{margin:0;font-size:1.55rem;font-weight:750;letter-spacing:-.035em}.merchant-performance-card>header p,.merchant-performance-header p{margin:.38rem 0 0;color:var(--mp-muted);font-size:.7rem}.merchant-performance-header>div:last-child{grid-gap:.5rem;gap:.5rem}.merchant-performance-header button,.merchant-performance-header select{height:40px;border:1px solid var(--mp-border);border-radius:9px;color:#596174;background:#fff;font-size:.65rem}.merchant-performance-header select{padding:0 .75rem}.merchant-performance-header button{width:40px;color:var(--mp-primary);cursor:pointer}.merchant-performance-alert{margin-bottom:1rem;padding:.7rem .85rem;border:1px solid #f0cbd2;border-radius:9px;color:#b34255;background:#fff1f3;font-size:.63rem}.merchant-performance-alert i{margin-right:.45rem}.merchant-performance-kpis{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1rem}.merchant-performance-kpis article{min-width:0;padding:1.05rem;border:1px solid var(--mp-border);border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(34,42,72,.04)}.merchant-performance-kpis article>div{justify-content:flex-start}.merchant-performance-kpis small{color:#737b8d;font-size:.61rem}.merchant-performance-kpis article>strong{display:block;overflow:hidden;margin-top:.8rem;font-size:1.2rem;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.merchant-performance-kpis article>p{margin:.3rem 0 0;color:#9aa0ad;font-size:.55rem}.mp-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin-right:.55rem;border-radius:9px}.mp-icon--purple{color:#6247d9;background:#eeeafe}.mp-icon--blue{color:#2878d0;background:#e8f3ff}.mp-icon--green{color:#16825c;background:#e7f7ef}.mp-icon--red{color:#c64a5e;background:#fdecef}.merchant-performance-change{margin-left:auto;padding:.28rem .42rem;border-radius:99px;font-size:.51rem;font-weight:750}.merchant-performance-change i{margin-right:.2rem}.merchant-performance-change--up{color:#21805e;background:#e9f7f1}.merchant-performance-change--down{color:#be4d5e;background:#fdecef}.merchant-performance-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.65fr);grid-gap:1rem;gap:1rem;margin-bottom:1rem}.merchant-performance-card{overflow:hidden;border:1px solid var(--mp-border);border-radius:15px;background:#fff;box-shadow:0 5px 18px rgba(34,42,72,.04)}.merchant-performance-card>header{min-height:75px;padding:1rem 1.15rem;border-bottom:1px solid var(--mp-border)}.merchant-performance-card h2{margin:0;font-size:.86rem;font-weight:750}.mp-chart{display:flex;align-items:flex-end;height:255px;padding:1.2rem .85rem .8rem}.mp-chart__column{position:relative;display:flex;align-items:center;flex:1 1;flex-direction:column;justify-content:flex-end;height:100%;min-width:9px}.mp-chart__track{display:flex;align-items:flex-end;width:min(50%,23px);height:calc(100% - 18px);border-radius:5px 5px 2px 2px;background:#f1f0f8}.mp-chart__track i{width:100%;border-radius:inherit;background:linear-gradient(180deg,#816ae8,#5b42ce)}.mp-chart__column>small{height:12px;margin-top:.35rem;color:#a0a6b3;font-size:.45rem}.mp-chart__tooltip{position:absolute;z-index:2;bottom:calc(100% - 10px);display:none;width:112px;padding:.45rem;border-radius:8px;color:#fff;background:#272d3c;text-align:center}.mp-chart__tooltip small,.mp-chart__tooltip strong{display:block;font-size:.52rem}.mp-chart__tooltip small{margin-top:.12rem;color:#b8bdc8}.mp-chart__column:hover .mp-chart__tooltip{display:block}.mp-chart__empty{align-self:center;width:100%;color:#959caa;font-size:.65rem;text-align:center}.merchant-performance-insight>div{display:flex;align-items:center;margin:0 1rem;padding:.85rem .1rem;border-bottom:1px solid #eff0f4}.merchant-performance-insight>div:last-child{border:0}.merchant-performance-insight>div>span{display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin-right:.6rem;border-radius:9px;color:#6247d9;background:#eeeafe}.merchant-performance-insight small,.merchant-performance-insight strong{display:block}.merchant-performance-insight small{color:#9299a7;font-size:.54rem}.merchant-performance-insight strong{margin-top:.2rem;font-size:.64rem}.merchant-performance-list>form{display:flex;grid-gap:.5rem;gap:.5rem;padding:1rem 1.15rem;border-bottom:1px solid var(--mp-border);background:#fafbfc}.merchant-performance-list>form>div{position:relative;flex:1 1}.merchant-performance-list>form i{position:absolute;top:50%;left:.75rem;color:#999fac;font-size:.62rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.merchant-performance-list input{width:100%;height:38px;padding:0 .7rem 0 2rem;border:1px solid #dfe2e9;border-radius:8px;outline:none;font-size:.62rem}.merchant-performance-list form button{padding:0 .85rem;border:0;border-radius:8px;color:#fff;background:#6247d9;font-size:.59rem;font-weight:700;cursor:pointer}.mp-table-wrap{overflow-x:auto}.mp-table-wrap table{width:100%;min-width:1050px;border-collapse:collapse}.mp-table-wrap th{padding:.7rem .75rem;color:#8f96a5;background:#fafbfc;font-size:.5rem;font-weight:800;letter-spacing:.05em;text-align:left;text-transform:uppercase}.mp-table-wrap td{padding:.8rem .75rem;border-top:1px solid #eff0f4;color:#626a7b;font-size:.58rem}.mp-table-wrap tbody tr:hover{background:#fbfaff}.mp-table-wrap td>strong{color:#353c4b;font-size:.61rem}.mp-rank{display:flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:8px;color:#727a8b;background:#f0f1f5;font-weight:750}.mp-rank--top{color:#6247d9;background:#eeeafe}.mp-merchant{justify-content:flex-start;min-width:170px}.mp-merchant>span{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-right:.52rem;border-radius:9px;color:#6247d9;background:#eeeafe;font-size:.55rem;font-weight:800}.mp-merchant small,.mp-merchant strong{display:block}.mp-merchant strong{max-width:165px;overflow:hidden;color:#373e4d;font-size:.6rem;text-overflow:ellipsis;white-space:nowrap}.mp-merchant small{margin-top:.15rem;color:#9ca2af;font-size:.49rem}.mp-rate{padding:.29rem .45rem;border-radius:99px;font-size:.52rem;font-weight:750}.mp-rate--good{color:#217a59;background:#e8f7f0}.mp-rate--attention{color:#a16a1b;background:#fff4df}.mp-rate--bad{color:#b94a5b;background:#fdecef}.mp-rate--neutral{color:#3973ad;background:#eaf3fc}.merchant-performance-list>footer{padding:.85rem 1.1rem;background:#fbfbfd}.merchant-performance-list>footer p{margin:0;color:#888f9e;font-size:.56rem}.merchant-performance-list>footer>div{grid-gap:.5rem;gap:.5rem}.merchant-performance-list>footer button,.merchant-performance-list>footer select{height:30px;border:1px solid #dfe2e9;border-radius:7px;color:#61697a;background:#fff;font-size:.55rem}.merchant-performance-list>footer button{width:30px;cursor:pointer}.merchant-performance-list>footer button:disabled{opacity:.45}.merchant-performance-list>footer span{font-size:.56rem;font-weight:650}.mp-state{display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:260px;text-align:center}.mp-state>span{width:34px;height:34px;margin-bottom:.8rem;border:3px solid #e6e1fc;border-top-color:#6247d9;border-radius:50%;-webkit-animation:mp-spin .8s linear infinite;animation:mp-spin .8s linear infinite}.mp-state>i{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:.7rem;border-radius:50%;color:#6247d9;background:#eeeafe}.mp-state h3{margin:0;font-size:.74rem}.mp-state p{margin:.35rem 0 0;color:#9298a6;font-size:.59rem}@-webkit-keyframes mp-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes mp-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media(max-width:1100px){.merchant-performance-kpis{grid-template-columns:repeat(2,1fr)}.merchant-performance-grid{grid-template-columns:1fr}}@media(max-width:650px){.merchant-performance-header{align-items:flex-start;flex-direction:column;grid-gap:.8rem;gap:.8rem}.merchant-performance-header p{display:none}.merchant-performance-header>div:last-child,.merchant-performance-header select{width:100%}.merchant-performance-kpis{grid-gap:.65rem;gap:.65rem}.merchant-performance-list>form{flex-direction:column}.merchant-performance-list form button{height:38px}.merchant-performance-list>footer{align-items:flex-start;flex-direction:column;grid-gap:.65rem;gap:.65rem}}@media(max-width:430px){.merchant-performance-kpis{grid-template-columns:1fr}.merchant-performance-kpis article>strong{margin-top:.5rem}}.audit-toolbar__actions{display:flex;grid-gap:.45rem;gap:.45rem}.audit-search>div{position:relative}.audit-search i{position:absolute;top:50%;left:.7rem;color:#9aa1af;font-size:.6rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.audit-search input{min-width:240px;padding-left:1.9rem}.audit-table{min-width:1050px}.audit-date{color:#424957;font-size:.57rem;white-space:nowrap}.audit-user{min-width:180px}.audit-user,.audit-user>span{display:flex;align-items:center}.audit-user>span{justify-content:center;width:32px;height:32px;margin-right:.5rem;border-radius:9px;color:#6247d9;background:#eeeafe;font-size:.58rem;font-weight:800}.audit-user small,.audit-user strong{display:block}.audit-user strong{max-width:160px;overflow:hidden;color:#3e4555;font-size:.58rem;text-overflow:ellipsis;white-space:nowrap}.audit-entity-id,.audit-user small{margin-top:.15rem;color:#9aa1ae;font-size:.49rem}.audit-action{display:inline-flex;align-items:center;padding:.32rem .5rem;border-radius:8px;font-size:.52rem;font-weight:700;white-space:nowrap}.audit-action i{margin-right:.34rem}.audit-action--merchant{color:#6247d9;background:#eeeafe}.audit-action--checked{color:#3973ad;background:#eaf3fc}.audit-action--approved{color:#217a59;background:#e8f7f0}.audit-action--rejected{color:#b94a5b;background:#fdecef}.audit-action--default{color:#626a7b;background:#f0f1f5}.audit-entity-id{display:block}.audit-description{display:block;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-table code{padding:.24rem .35rem;border-radius:5px;color:#626a7a;background:#f1f2f5;font-size:.5rem}.audit-detail{height:30px;padding:0 .5rem;border:1px solid #ded9f8;border-radius:7px;color:#6247d9;background:#fff;font-size:.52rem;font-weight:700;cursor:pointer}.audit-detail i{margin-right:.28rem}.audit-drawer{position:fixed;z-index:60;inset:0;display:flex;justify-content:flex-end}.audit-drawer__backdrop{position:absolute;inset:0;border:0;background:rgba(20,24,37,.53);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.audit-drawer>aside{position:relative;display:flex;flex-direction:column;width:min(600px,100%);height:100%;background:#f7f8fb;box-shadow:-18px 0 50px rgba(19,23,36,.18);-webkit-animation:audit-slide .25s ease-out;animation:audit-slide .25s ease-out}.audit-drawer>aside>header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.2rem;border-bottom:1px solid #e3e5eb;background:#fff}.audit-drawer header span{color:#6247d9;font-size:.5rem;font-weight:800;letter-spacing:.13em}.audit-drawer header h2{margin:.18rem 0 0;font-size:.88rem}.audit-drawer header p{margin:.22rem 0 0;color:#949ba8;font-size:.54rem}.audit-drawer header>button{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #e1e3e9;border-radius:8px;color:#737b8c;background:#fff;cursor:pointer}.audit-drawer__body{overflow-y:auto;padding:1rem}.audit-drawer__body section{margin-bottom:1rem;padding:1.05rem;border:1px solid #e4e6ec;border-radius:13px;background:#fff}.audit-drawer__body h3{margin:0 0 .8rem;color:#343b4a;font-size:.66rem}.audit-drawer__body h3 i{width:22px;color:#6247d9}.audit-info,.audit-values{margin:0}.audit-info>div,.audit-values>div{display:grid;grid-template-columns:135px 1fr;grid-gap:.6rem;gap:.6rem;padding:.55rem 0;border-bottom:1px solid #eff0f4}.audit-info>div:last-child,.audit-values>div:last-child{border:0}.audit-info dt,.audit-values dt{color:#8c93a2;font-size:.54rem;font-weight:650;text-transform:capitalize}.audit-info dd,.audit-values dd{overflow-wrap:anywhere;margin:0;color:#4e5667;font-size:.57rem;line-height:1.5}.audit-empty-value{margin:0;color:#9299a7;font-size:.57rem}@-webkit-keyframes audit-slide{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes audit-slide{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@media(max-width:700px){.audit-toolbar__actions{width:100%}.audit-toolbar__actions button{flex:1 1}.audit-search input{min-width:0}.audit-info>div,.audit-values>div{grid-template-columns:1fr;grid-gap:.2rem;gap:.2rem}}.cg-company-page{--cg-primary:#1677b8;--cg-teal:#16887f;--cg-text:#19354d;--cg-muted:#7a8996;--cg-border:#e1e8ed;max-width:1460px;margin:0 auto;color:var(--cg-text)}.cg-company-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.85rem;gap:.85rem;margin-bottom:.85rem}.cg-company-summary article{display:flex;align-items:center;min-width:0;padding:1.05rem 1.15rem;border:1px solid var(--cg-border);border-radius:15px;background:#fff;box-shadow:0 7px 22px rgba(24,57,82,.045)}.cg-company-summary__icon{display:flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;margin-right:.8rem;border-radius:12px}.cg-company-summary__icon--blue{color:#1677b8;background:#e9f4fa}.cg-company-summary__icon--green{color:#238164;background:#e9f7f1}.cg-company-summary__icon--red{color:#bd5967;background:#fdecef}.cg-company-summary article div{min-width:0}.cg-company-summary p,.cg-company-summary small,.cg-company-summary strong{display:block;overflow:hidden;margin:0;text-overflow:ellipsis;white-space:nowrap}.cg-company-summary small{color:var(--cg-muted);font-size:.57rem}.cg-company-summary strong{margin-top:.16rem;font-size:1.22rem;letter-spacing:-.035em}.cg-company-summary p{margin-top:.16rem;color:#a1aab2;font-size:.5rem}.cg-company-card{overflow:hidden;border:1px solid var(--cg-border);border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(24,57,82,.045)}.cg-company-card__heading,.cg-company-card__intro,.cg-company-pagination,.cg-company-pagination>div{display:flex;align-items:center;justify-content:space-between}.cg-company-card__intro{padding:1.15rem 1.25rem;border-bottom:1px solid var(--cg-border);background:linear-gradient(180deg,#fff,#fbfdfe)}.cg-company-card__intro>div>span{display:block;margin-bottom:.28rem;color:var(--cg-primary);font-size:.5rem;font-weight:800;letter-spacing:.13em}.cg-company-card__intro h2{margin:0;font-size:.92rem;font-weight:760}.cg-company-card__intro p{margin:.28rem 0 0;color:var(--cg-muted);font-size:.6rem}.cg-company-card__intro>button{height:38px;padding:0 .75rem;border:1px solid #d7e4eb;border-radius:9px;color:#42697e;background:#fff;font-size:.57rem;font-weight:700;cursor:pointer}.cg-company-card__intro>button i{margin-right:.35rem;color:var(--cg-teal)}.cg-company-card__intro>button:disabled{cursor:wait;opacity:.65}.cg-company-filter{display:grid;grid-template-columns:minmax(260px,1fr) 180px auto auto;grid-gap:.6rem;gap:.6rem;padding:.85rem 1.15rem;border-bottom:1px solid var(--cg-border);background:#f8fafb}.cg-company-filter__search{position:relative}.cg-company-filter__search>i{position:absolute;top:50%;left:.75rem;color:#93a0aa;font-size:.62rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.cg-company-filter input,.cg-company-filter select{width:100%;height:39px;border:1px solid #dce4e9;border-radius:8px;outline:none;color:#405466;background:#fff;font-size:.61rem}.cg-company-filter input{padding:0 .75rem 0 2rem}.cg-company-filter select{padding:0 .65rem}.cg-company-filter input:focus,.cg-company-filter select:focus{border-color:#74aeca;box-shadow:0 0 0 3px rgba(22,119,184,.08)}.cg-company-filter button{height:39px;padding:0 .75rem;border-radius:8px;font-size:.57rem;font-weight:700;cursor:pointer}.cg-company-filter__reset{border:1px solid #dae2e7;color:#74818c;background:#fff}.cg-company-filter__submit{border:1px solid var(--cg-primary);color:#fff;background:linear-gradient(135deg,#1677b8,#16887f)}.cg-company-filter__submit i{margin-right:.32rem}.cg-company-card__heading{min-height:62px;padding:0 1.15rem;border-bottom:1px solid var(--cg-border)}.cg-company-card__heading span,.cg-company-card__heading strong{display:block}.cg-company-card__heading strong{font-size:.68rem}.cg-company-card__heading span{margin-top:.17rem;color:#929da6;font-size:.52rem}.cg-company-card__heading label{color:#7b8894;font-size:.54rem}.cg-company-card__heading select{height:31px;margin:0 .3rem;padding:0 .35rem;border:1px solid #dce3e8;border-radius:7px;color:#4c5e6e;background:#fff;font-size:.56rem}.cg-company-table-wrap{overflow-x:auto}.cg-company-table{width:100%;min-width:1050px;border-collapse:collapse}.cg-company-table th{padding:.72rem .85rem;color:#83919d;background:#f7fafb;font-size:.5rem;font-weight:800;letter-spacing:.07em;text-align:left;text-transform:uppercase}.cg-company-table td{max-width:245px;padding:.78rem .85rem;border-top:1px solid #edf1f3;color:#536676;font-size:.56rem;vertical-align:middle}.cg-company-table tbody tr:hover{background:#f8fcfd}.cg-company-table td>small,.cg-company-table td>strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cg-company-table td>strong{color:#344b5d;font-size:.59rem}.cg-company-table td>small{max-width:220px;margin-top:.2rem;color:#909ca6;font-size:.5rem}.cg-company-identity,.cg-company-identity>span{display:flex;align-items:center}.cg-company-identity>span{justify-content:center;flex:0 0 34px;width:34px;height:34px;margin-right:.58rem;border-radius:10px;color:#1677b8;background:#e9f4fa;font-size:.56rem;font-weight:800}.cg-company-identity>div{min-width:0}.cg-company-identity small,.cg-company-identity strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cg-company-identity strong{color:#263f53;font-size:.61rem}.cg-company-identity small{max-width:190px;margin-top:.2rem;color:#94a0a9;font-size:.49rem}.cg-company-status,.cg-company-tax{display:inline-flex;align-items:center;padding:.3rem .48rem;border-radius:999px;font-size:.5rem;font-weight:700;white-space:nowrap}.cg-company-tax{color:#7a8791;background:#f0f3f5}.cg-company-tax--active{color:#276f99;background:#e8f3fa}.cg-company-status i{width:5px;height:5px;margin-right:.3rem;border-radius:50%;background:currentColor}.cg-company-status--active{color:#247c5e;background:#e8f7f0}.cg-company-status--inactive{color:#b85060;background:#fdecef}.cg-company-state{display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:280px;padding:2rem;text-align:center}.cg-company-state>span:not(.cg-company-loader){display:flex;align-items:center;justify-content:center;width:46px;height:46px;margin-bottom:.8rem;border-radius:50%;color:#66879b;background:#edf5f8}.cg-company-state h3{margin:0;font-size:.72rem}.cg-company-state p{max-width:420px;margin:.35rem 0 0;color:#8c99a3;font-size:.57rem;line-height:1.55}.cg-company-state button{margin-top:.8rem;padding:.48rem .7rem;border:0;border-radius:8px;color:#fff;background:var(--cg-primary);font-size:.56rem;font-weight:700;cursor:pointer}.cg-company-state--error>span{color:#b85261!important;background:#fdecef!important}.cg-company-loader{width:32px;height:32px;margin-bottom:.8rem;border:3px solid #dbeaf1;border-top:3px solid var(--cg-primary);border-radius:50%;-webkit-animation:cg-company-spin .8s linear infinite;animation:cg-company-spin .8s linear infinite}.cg-company-pagination{min-height:64px;padding:0 1.15rem;border-top:1px solid var(--cg-border);color:#87949e;font-size:.53rem}.cg-company-pagination>div{grid-gap:.55rem;gap:.55rem}.cg-company-pagination button{height:32px;padding:0 .58rem;border:1px solid #dce4e9;border-radius:7px;color:#5f7180;background:#fff;font-size:.52rem;font-weight:650;cursor:pointer}.cg-company-pagination button i{margin:0 .25rem;font-size:.43rem}.cg-company-pagination button:disabled{cursor:not-allowed;opacity:.45}.cg-company-pagination strong{color:#536778;font-size:.52rem}@-webkit-keyframes cg-company-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes cg-company-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media(max-width:900px){.cg-company-filter{grid-template-columns:1fr 180px}.cg-company-filter button{width:100%}}@media(max-width:700px){.cg-company-summary{grid-template-columns:1fr}.cg-company-card__intro{align-items:flex-start}.cg-company-card__intro p{display:none}.cg-company-filter{grid-template-columns:1fr}.cg-company-pagination{align-items:flex-start;flex-direction:column;justify-content:center;grid-gap:.6rem;gap:.6rem}.cg-company-pagination>div{width:100%;justify-content:space-between}}@media(max-width:480px){.cg-company-card__intro{flex-direction:column;grid-gap:.7rem;gap:.7rem}.cg-company-card__intro>button{width:100%}.cg-company-card__heading{align-items:flex-start;flex-direction:column;justify-content:center;grid-gap:.5rem;gap:.5rem;padding:.75rem 1rem}.cg-company-summary article{padding:.9rem}}.admin-sidebar__brand,.admin-topbar{min-height:68px}.admin-main{padding:1rem clamp(1rem,1.8vw,1.75rem) 2rem}.dashboard-page,.merchant-page,.merchant-performance-page,.ops-page,.transaction-page{width:100%;max-width:none}.dashboard-hero>div:first-child,.merchant-header>div:first-child,.merchant-performance-header>div:first-child,.ops-header>div:first-child,.transaction-page__header>div:first-child{display:none}.dashboard-hero,.merchant-header,.merchant-performance-header,.ops-header,.transaction-page__header{min-height:0;justify-content:flex-end;margin-bottom:.55rem}.merchant-header,.merchant-performance-header,.ops-header,.transaction-page__header{margin-bottom:.75rem}.transaction-page__header h1{font-size:1.45rem}.merchant-header h1,.merchant-performance-header h1,.ops-header h1{font-size:1.38rem}.merchant-header p,.merchant-performance-header p,.ops-header p,.transaction-page__header p{margin-top:.22rem;line-height:1.4}.merchant-header>button,.ops-refresh,.transaction-page__refresh{min-height:36px;padding:.5rem .72rem}.transaction-summary{grid-gap:.65rem;gap:.65rem;margin-bottom:.7rem}.transaction-summary__card{padding:.68rem .82rem;border-radius:12px}.transaction-summary__icon{flex-basis:36px;width:36px;height:36px;margin-right:.65rem;border-radius:9px}.transaction-summary__card div span{font-size:.66rem}.transaction-summary__card strong{font-size:.9rem}.transaction-filter{margin-bottom:.7rem;padding:.72rem .88rem;border-radius:13px}.transaction-filter__icon{width:32px;height:32px;margin-right:.58rem;border-radius:8px}.transaction-filter__title h2,.transaction-table-card__heading h2{font-size:.86rem}.transaction-filter__title p,.transaction-table-card__heading p{margin-top:.15rem;font-size:.68rem}.transaction-filter__count{padding:.27rem .48rem}.transaction-filter__fields{grid-gap:.62rem;gap:.62rem;margin-top:.68rem}.transaction-filter__fields label>span{margin-bottom:.27rem;font-size:.65rem}.transaction-filter__actions button,.transaction-filter__control input,.transaction-filter__control select{height:37px}.transaction-filter__control input,.transaction-filter__control select{font-size:.7rem}.transaction-filter__actions button{padding:0 .7rem;font-size:.68rem}.transaction-table-card{border-radius:13px}.transaction-table-card__heading{padding:.68rem .88rem}.transaction-table-card__page-size select{height:30px}.transaction-table th{position:static;padding:.58rem .72rem;font-size:.6rem}.transaction-table td{padding:.68rem .72rem;font-size:.7rem}.transaction-table td small{margin-top:.12rem;font-size:.59rem}.transaction-table__merchant>span{flex-basis:30px;width:30px;height:30px;margin-right:.5rem;border-radius:8px}.transaction-status{padding:.3rem .48rem;font-size:.59rem}.transaction-table__action button{padding:.38rem .55rem}.transaction-pagination{padding:.62rem .88rem}.transaction-pagination button{width:29px;height:29px}.dashboard-panel__tools,.merchant-card__actions,.merchant-performance-controls,.ops-toolbar__actions,.transaction-table-card__actions{display:flex;align-items:center;justify-content:flex-end;grid-gap:.5rem;gap:.5rem}.transaction-table-card__actions .transaction-page__refresh{min-height:30px;padding:.38rem .55rem;font-size:.66rem}.merchant-summary{grid-gap:.65rem;gap:.65rem;margin-bottom:.7rem}.merchant-summary article{padding:.68rem .82rem;border-radius:12px}.merchant-summary__icon{flex-basis:34px;width:34px;height:34px;margin-right:.62rem;border-radius:9px}.merchant-summary strong{font-size:.9rem}.merchant-card{border-radius:13px}.merchant-filter{grid-template-columns:minmax(220px,1fr) 170px auto auto;padding:.68rem .85rem}.merchant-filter>button,.merchant-filter input,.merchant-filter select{height:37px}.merchant-card__heading{padding:.68rem .85rem}.merchant-table th{position:static;padding:.56rem .7rem}.merchant-table td{padding:.64rem .7rem}.merchant-identity>span{flex-basis:31px;width:31px;height:31px;margin-right:.5rem;border-radius:8px}.merchant-edit{padding:.34rem .5rem}.merchant-pagination{padding:.62rem .85rem}.merchant-card__refresh{height:30px;padding:0 .58rem;border:1px solid #ded9f8;border-radius:7px;color:#6247d9;background:#fff;font-size:.61rem;font-weight:700;cursor:pointer}.merchant-card__refresh i{margin-right:.3rem}.merchant-card__refresh:disabled{opacity:.55}.ops-summary{grid-gap:.65rem;gap:.65rem;margin-bottom:.7rem}.ops-summary article{padding:.68rem .78rem;border-radius:11px}.ops-summary strong{margin-top:.18rem;font-size:.8rem}.ops-card{border-radius:13px}.ops-toolbar{padding:.68rem .82rem}.ops-field input,.ops-field select{height:36px}.ops-card__head{padding:.62rem .82rem}.ops-table th{position:static;padding:.54rem .66rem}.ops-table td{padding:.62rem .66rem}.ops-table td:first-child,.ops-table th:first-child{padding-left:.82rem}.ops-account i{width:29px;height:29px}.ops-actions button{height:28px}.ops-pagination{padding:.58rem .82rem}.ops-toolbar__actions .ops-secondary i{margin-right:.32rem}.merchant-performance-kpis{grid-gap:.65rem;gap:.65rem;margin-bottom:.7rem}.merchant-performance-kpis article{padding:.7rem .78rem;border-radius:12px}.merchant-performance-kpis article>strong{margin-top:.45rem;font-size:1rem}.merchant-performance-grid{grid-gap:.7rem;gap:.7rem;margin-bottom:.7rem}.merchant-performance-card{border-radius:13px}.merchant-performance-card>header{min-height:62px;padding:.68rem .82rem}.mp-chart{height:215px;padding:.8rem .7rem .6rem}.merchant-performance-insight>div{margin:0 .75rem;padding:.62rem .05rem}.merchant-performance-list>form{padding:.65rem .82rem}.merchant-performance-list input{height:36px}.merchant-performance-list>header{min-height:60px}.mp-table-wrap th{position:static;padding:.54rem .62rem}.mp-table-wrap td{padding:.6rem .62rem}.mp-rank{width:25px;height:25px}.mp-merchant>span{width:29px;height:29px}.merchant-performance-list>footer{padding:.58rem .82rem}.merchant-performance-controls button,.merchant-performance-controls select{height:32px;border:1px solid #dedfe8;border-radius:7px;color:#596174;background:#fff;font-size:.59rem}.merchant-performance-controls select{padding:0 .55rem}.merchant-performance-controls button{padding:0 .58rem;color:#6247d9;font-weight:700;cursor:pointer}.merchant-performance-controls button i{margin-right:.3rem}.dashboard-panel__tools{grid-gap:.8rem;gap:.8rem}.dashboard-panel__tools .dashboard-hero__actions select{height:34px}.dashboard-panel__tools .dashboard-hero__actions button{width:34px;height:34px}.invoice-detail-page{padding-top:.3rem;padding-bottom:2rem}.invoice-detail__topbar{margin-bottom:.65rem}.invoice-detail__hero{padding:1.3rem 1.55rem;border-radius:15px}.invoice-detail__hero h1{font-size:1.45rem}.invoice-detail__summary-grid{grid-gap:.7rem;gap:.7rem;margin:.75rem 0}.invoice-detail__summary-card{padding:.75rem;border-radius:12px}.invoice-detail__summary-icon{flex-basis:36px;width:36px;height:36px;margin-right:.65rem}.invoice-detail__content-grid{grid-gap:.8rem;gap:.8rem;margin-bottom:.8rem}.invoice-detail__panel-header{padding:.85rem 1rem .72rem}.invoice-detail__party{padding:.9rem 1rem}.invoice-detail__party-title{margin-bottom:.75rem}.invoice-detail__info-item{margin-top:.65rem}.invoice-detail__shipping-panel .invoice-detail__info-item{padding:0 1rem}.invoice-detail__table th{padding:.62rem 1rem}.invoice-detail__table td{padding:.72rem 1rem}@media(max-width:1000px){.admin-main{padding:1rem 1rem 1.6rem}}@media(max-width:700px){.admin-sidebar__brand,.admin-topbar{min-height:64px}.merchant-header,.merchant-performance-header,.ops-header,.transaction-page__header{margin-bottom:.7rem}.merchant-summary,.ops-summary,.transaction-summary{grid-gap:.5rem;gap:.5rem}.transaction-filter{padding:.7rem}.transaction-filter__fields{margin-top:.7rem}.invoice-detail__hero{padding:1.05rem}.merchant-card__heading,.merchant-performance-card>header,.transaction-table-card__heading{align-items:flex-start;flex-direction:column;grid-gap:.55rem;gap:.55rem}.merchant-card__actions,.merchant-performance-controls,.transaction-table-card__actions{width:100%;justify-content:space-between}.ops-toolbar__actions{width:100%}.dashboard-panel__legend{display:none}.dashboard-panel__tools{margin-left:auto}.merchant-performance-controls select{flex:1 1}}
/*# sourceMappingURL=main.425aa198.chunk.css.map */