@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";.wallet-adapter-button{background-color:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;border-radius:4px}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:#fff}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-start-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{position:relative;display:inline-block}.wallet-adapter-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px #0009;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:6px;font-size:14px;font-weight:600;height:37px;color:#fff}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{align-self:center;fill:#999}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform ease-in .15s}.wallet-adapter-modal{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity linear .15s;background:#00000080;z-index:1040;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%}.wallet-adapter-modal-button-close:focus-visible{outline-color:#fff}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:#00000080;position:fixed;top:0;left:0;bottom:0;right:0}.wallet-adapter-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media (max-width: 480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:10px;background:#10141f;box-shadow:0 8px 20px #0009;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center;color:#fff}@media (max-width: 374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{font-weight:400;border-radius:0;font-size:18px}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{margin-left:auto;font-size:14px;opacity:.6}.wallet-adapter-modal-list-more{cursor:pointer;border:none;padding:12px 24px 24px 12px;align-self:flex-end;display:flex;align-items:center;background-color:transparent;color:#fff}.wallet-adapter-modal-list-more svg{transition:all .1s ease;fill:#fff;margin-left:.5rem}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 24px 24px;box-sizing:border-box}.wallet-adapter-modal-middle-button{display:block;cursor:pointer;margin-top:48px;width:100%;background-color:#512da8;padding:12px;font-size:18px;border:none;border-radius:8px;color:#fff}.adapter-react-button{display:inline-flex;color:#fff;cursor:pointer;height:48px;background-color:#0f111a;border:none;border-radius:4px;align-items:center;padding:0 24px;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;line-height:48px;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;white-space:pre}.adapter-react-button:focus{outline:none}.adapter-react-button:focus-visible{outline:2px solid white}.adapter-react-button:not([disabled]):hover{background-color:#373c47}.adapter-react-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.adapter-react-button .button-icon{margin-right:12px}.adapter-react-button .button-icon,.adapter-react-button .button-icon img{display:block;width:28px;height:28px}.adapter-modal{position:fixed;box-sizing:border-box;width:100vw;height:100vh;top:0;right:0;bottom:0;left:0;background-color:#0009;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .2s ease-in-out;overflow:hidden;z-index:999;padding:40px 20px 20px;opacity:0;pointer-events:none}.adapter-modal-fade-in{opacity:1;pointer-events:auto;transform:scale(1)}.adapter-modal-wrapper{width:100%;max-width:400px;background-color:#282c34;border-radius:10px;color:#fff;display:flex;flex-direction:column;font-size:2rem;box-shadow:0 8px 20px #0009;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.adapter-modal-wrapper .adapter-list{padding-bottom:48px}.adapter-modal-header{position:relative;padding:64px 48px 48px}.adapter-modal-header .adapter-modal-title{font-size:24px;font-weight:500;line-height:34px;text-align:center}@media (max-width: 374px){.adapter-modal-header .adapter-modal-title{font-size:18px}}.adapter-modal-header .close-button{width:40px;height:40px;position:absolute;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%;justify-content:center;align-items:center;padding:12px;display:flex;top:18px;right:18px;-webkit-tap-highlight-color:transparent}.adapter-modal-header .close-button:focus{outline:none}.adapter-modal-header .close-button:focus-visible{outline:2px solid white}.adapter-modal-header .close-button:before,.adapter-modal-header .close-button:after{content:"";display:block;width:19px;height:2px;background-color:#777;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.adapter-modal-header .close-button:before{transform:rotate(45deg)}.adapter-modal-header .close-button:after{transform:rotate(-45deg)}.adapter-modal-header .close-button:hover:before,.adapter-modal-header .close-button:hover:after{background-color:#faebd7}.adapter-wallet-item .adapter-react-button{width:100%;background-color:transparent}.adapter-wallet-item .status-text{opacity:.6;margin-left:auto;font-size:14px;font-weight:400}.adapter-dropdown{position:relative;z-index:99;display:inline-block}.adapter-dropdown-collapse{position:absolute;margin:auto;top:100%;right:0;left:0;display:inline-flex}.adapter-dropdown-list{margin:0 auto;width:150px;list-style-type:none;border-radius:10px;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex-direction:column;position:relative;top:5px;padding:5px;overflow:hidden;height:min-content;background:#2c2d30}.adapter-dropdown-list li{display:block;margin:auto;color:#fff;cursor:pointer;white-space:nowrap;box-sizing:border-box;width:100%;height:37px;border:none;border-radius:6px;outline:none;flex-direction:row;justify-content:center;align-items:center;padding:0 20px;font-size:14px;font-weight:600;display:flex}.adapter-dropdown-list li:not([disabled]):hover{background-color:#373c47}.image--root .image--figure{margin:0}.image--root .image--figure .image--image-wrapper{position:relative}.image--root .image--figure .image--image-wrapper .image--image{display:block;object-fit:scale-down;border:1px solid var(--image-placeholder-background)}.image--root .image--figure .image--image-wrapper .image--placeholder{position:absolute;display:flex;align-items:center;justify-content:center;top:0;right:0;bottom:0;left:0;background-color:var(--image-placeholder-background);border-radius:0;color:var(--image-placeholder-color)}.image--root .image--caption{margin-top:10px;font-size:14px;line-height:1.55;text-decoration:none;text-align:center;color:var(--caption-color)}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{top:0;right:0;bottom:0;left:0;position:absolute}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.upload-image--cropper--upload-state{--upload-state-background: rgba(0, 0, 0, .4);--upload-state-color: rgba(256, 256, 256, .9);--upload-progress-background: rgba(6, 74, 6, .9);--upload-progress-color: rgba(256, 256, 256, .4);position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:90001;display:flex;align-items:center;justify-content:center;background:var(--upload-state-background)}.upload-image--cropper--upload-state .upload-image--cropper--progress{display:flex;align-items:flex-end;justify-content:flex-end;position:absolute;top:0;left:0;bottom:0;padding-right:10px;padding-bottom:10px;background:var(--upload-progress-background);font-size:40px;color:var(--upload-progress-color)}.upload-image--cropper--upload-state .upload-image--cropper--uploading{position:relative;font-size:35px;color:var(--upload-state-color)}.upload-image{--background: transparent;--background--active: rgba(0, 0, 0, .15);--border-color: gray;--border-color-active: #0bd50b;--broder-radius: 10px;--drop-background-overlay: rgba(0, 0, 0, .85);--caption-color: #909296;--image-placeholder-color: #909296;--image-placeholder-background: #141517;display:flex;min-height:250px}.upload-image *{outline:none}.upload-image .mantine-Dropzone-root{display:flex;align-items:center;position:relative;width:100%;padding:15px 30px;background:var(--background);border:2px dashed var(--border-color);border-radius:var(--broder-radius);cursor:pointer;overflow:hidden;transition:all .2s}.upload-image .mantine-Dropzone-root .mantine-Dropzone-inner{width:100%}.upload-image .mantine-Dropzone-root:hover{background:var(--background--active);border-color:var(--border-color-active)}.upload-image .upload-image--wrapper{pointer-events:none}.upload-image .upload-image--wrapper .upload-image--previews{display:flex;align-items:flex-start;justify-content:center;margin-bottom:15px}.upload-image .upload-image--wrapper .upload-image--placeholder{margin-bottom:15px}.upload-image .upload-image--wrapper .upload-image--label{text-align:center}.upload-image .upload-image--drop-active,.upload-image .upload-image--drop-invalid{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--drop-background-overlay)}.upload-image .upload-image--drop-active .upload-image--label,.upload-image .upload-image--drop-invalid .upload-image--label{font-size:20px;font-weight:700;text-align:center}.upload-image--crop-modal .mantine-Modal-inner,.upload-image--crop-modal .mantine-Modal-overlay{z-index:90000!important}.upload-file{--background: transparent;--background--active: rgba(0, 0, 0, .15);--border-color: gray;--border-color-active: #0bd50b;--broder-radius: 10px;--drop-background-overlay: rgba(0, 0, 0, .85);--caption-color: #909296;--placeholder-color: #909296;--placeholder-background: #141517;display:flex;position:relative;min-height:35px}.upload-file *{outline:none}.upload-file .mantine-Dropzone-root{display:flex;align-items:center;position:relative;width:100%;padding:0 15px;background:var(--background);border:2px dashed var(--border-color);border-radius:var(--broder-radius);cursor:pointer;overflow:hidden;transition:all .2s}.upload-file .mantine-Dropzone-root .mantine-Dropzone-inner{width:100%}.upload-file .mantine-Dropzone-root:hover{background:var(--background--active);border-color:var(--border-color-active)}.upload-file .upload-file--wrapper{pointer-events:none}/*! Bundled license information:

cropperjs/dist/cropper.css:
  (*!
   * Cropper.js v1.6.2
   * https://fengyuanchen.github.io/cropperjs
   *
   * Copyright 2015-present Chen Fengyuan
   * Released under the MIT license
   *
   * Date: 2024-04-21T07:43:02.731Z
   *)
*/.introjs-overlay{position:absolute;box-sizing:content-box;z-index:999999;opacity:0;transition:all .3s ease-out}.introjs-showElement{z-index:9999999!important}tr.introjs-showElement>td{z-index:9999999!important;position:relative}tr.introjs-showElement>th{z-index:9999999!important;position:relative}.introjs-disableInteraction{z-index:99999999!important;position:absolute;background-color:#fff;opacity:0}.introjs-relativePosition{position:relative}.introjs-helperLayer{box-sizing:content-box;position:absolute;z-index:9999998;border-radius:4px;transition:all .3s ease-out}.introjs-helperLayer *{box-sizing:content-box}.introjs-helperLayer :before{box-sizing:content-box}.introjs-helperLayer :after{box-sizing:content-box}.introjs-tooltipReferenceLayer{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif;box-sizing:content-box;position:absolute;visibility:hidden;z-index:100000000;background-color:transparent;transition:all .3s ease-out}.introjs-tooltipReferenceLayer *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.introjs-helperNumberLayer{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif;color:#9e9e9e;text-align:center;padding-top:10px;padding-bottom:10px}.introjs-arrow{border:5px solid transparent;content:"";position:absolute}.introjs-arrow.top{top:-10px;left:10px;border-bottom-color:#fff}.introjs-arrow.top-right{top:-10px;right:10px;border-bottom-color:#fff}.introjs-arrow.top-middle{top:-10px;left:50%;margin-left:-5px;border-bottom-color:#fff}.introjs-arrow.right{right:-10px;top:10px;border-left-color:#fff}.introjs-arrow.right-bottom{bottom:10px;right:-10px;border-left-color:#fff}.introjs-arrow.bottom{bottom:-10px;left:10px;border-top-color:#fff}.introjs-arrow.bottom-right{bottom:-10px;right:10px;border-top-color:#fff}.introjs-arrow.bottom-middle{bottom:-10px;left:50%;margin-left:-5px;border-top-color:#fff}.introjs-arrow.left{left:-10px;top:10px;border-right-color:#fff}.introjs-arrow.left-bottom{left:-10px;bottom:10px;border-right-color:#fff}.introjs-tooltip{box-sizing:content-box;position:absolute;visibility:visible;background-color:#fff;min-width:250px;max-width:300px;border-radius:5px;box-shadow:0 3px 30px #2121214d;transition:opacity .1s ease-out}.introjs-tooltiptext{padding:20px}.introjs-dontShowAgain{padding-left:20px;padding-right:20px}.introjs-dontShowAgain input{padding:0;margin:0 0 2px;display:inline;width:10px;height:10px}.introjs-dontShowAgain label{font-size:14px;display:inline-block;font-weight:400;margin:0 0 0 5px;padding:0;background-color:#fff;color:#616161;-webkit-user-select:none;user-select:none}.introjs-tooltip-title{font-size:18px;width:90%;min-height:1.5em;margin:0;padding:0;font-weight:700;line-height:1.5}.introjs-tooltip-header{position:relative;padding-left:20px;padding-right:20px;padding-top:10px;min-height:1.5em}.introjs-tooltipbuttons{border-top:1px solid #e0e0e0;padding:10px;text-align:right;white-space:nowrap}.introjs-tooltipbuttons:after{content:"";visibility:hidden;display:block;height:0;clear:both}.introjs-button{box-sizing:content-box;position:relative;overflow:visible;padding:.5rem 1rem;border:1px solid #bdbdbd;text-decoration:none;text-shadow:1px 1px 0 #fff;font-size:14px;color:#424242;white-space:nowrap;cursor:pointer;outline:0;background-color:#f4f4f4;border-radius:.2em;zoom:1;display:inline}.introjs-button:hover{outline:0;text-decoration:none;border-color:#9e9e9e;background-color:#e0e0e0;color:#212121}.introjs-button:focus{outline:0;text-decoration:none;background-color:#eee;box-shadow:0 0 0 .2rem #9e9e9e80;border:1px solid #616161;color:#212121}.introjs-button:active{outline:0;text-decoration:none;background-color:#e0e0e0;border-color:#9e9e9e;color:#212121}.introjs-button::-moz-focus-inner{padding:0;border:0}.introjs-skipbutton{position:absolute;top:0;right:0;display:inline-block;width:45px;height:45px;line-height:45px;color:#616161;font-size:22px;cursor:pointer;font-weight:700;text-align:center;text-decoration:none}.introjs-skipbutton:focus,.introjs-skipbutton:hover{color:#212121;outline:0;text-decoration:none}.introjs-prevbutton{float:left}.introjs-nextbutton{float:right}.introjs-disabled{color:#9e9e9e;border-color:#bdbdbd;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-disabled:focus,.introjs-disabled:hover{color:#9e9e9e;border-color:#bdbdbd;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-hidden{display:none}.introjs-bullets{text-align:center;padding-top:10px;padding-bottom:10px}.introjs-bullets ul{box-sizing:content-box;clear:both;margin:0 auto;padding:0;display:inline-block}.introjs-bullets ul li{box-sizing:content-box;list-style:none;float:left;margin:0 2px}.introjs-bullets ul li a{transition:width .1s ease-in;box-sizing:content-box;display:block;width:6px;height:6px;background:#ccc;border-radius:10px;text-decoration:none;cursor:pointer}.introjs-bullets ul li a:focus,.introjs-bullets ul li a:hover{width:15px;background:#999;text-decoration:none;outline:0}.introjs-bullets ul li a.active{width:15px;background:#999}.introjs-progress{box-sizing:content-box;overflow:hidden;height:10px;margin:10px;border-radius:4px;background-color:#e0e0e0}.introjs-progressbar{box-sizing:content-box;float:left;width:0%;height:100%;font-size:10px;line-height:10px;text-align:center;background-color:#08c}.introjsFloatingElement{position:absolute;height:0;width:0;left:50%;top:50%}.introjs-fixedTooltip{position:fixed}.introjs-hint{box-sizing:content-box;position:absolute;background:0 0;width:20px;height:15px;cursor:pointer}.introjs-hint:focus{border:0;outline:0}.introjs-hint:hover>.introjs-hint-pulse{background-color:#3c3c3c91}.introjs-hidehint{display:none}.introjs-fixedhint{position:fixed}@keyframes introjspulse{0%{transform:scale(.95);box-shadow:0 0 #000000b3}70%{transform:scale(1);box-shadow:0 0 0 10px transparent}to{transform:scale(.95);box-shadow:0 0 0 0 transparent}}.introjs-hint-pulse{box-sizing:content-box;width:15px;height:15px;border-radius:30px;background-color:#8888883d;z-index:10;position:absolute;transition:all .2s ease-out;animation:introjspulse 2s infinite}.introjs-hint-no-anim .introjs-hint-pulse{animation:none}.introjs-hint-dot{box-sizing:content-box;background:0 0;border-radius:60px;height:50px;width:50px;position:absolute;top:-18px;left:-18px;z-index:1;opacity:0}.button{display:inline-flex;align-items:center;justify-content:center;position:relative;min-width:7.5rem;height:2.8125rem;padding:0 .9375rem;background:#26272b;border:2px solid #34393F;border-radius:.5rem;font-size:1.125rem;font-weight:700;color:#d8d8d8;cursor:pointer;transition:all .2s}.button svg.button--icon--left{margin-right:.1875rem}.button svg.button--icon--right{margin-left:.1875rem}.button img{height:1.25em}.button img.button--icon--left{margin-right:.125rem}.button img.button--icon--right{margin-left:.125rem}.button.button--has-info{padding-bottom:.8125rem!important}.button.button--has-info .button--info{position:absolute;bottom:.0625rem;font-size:.75rem}.button.button--has-info svg{position:absolute;top:50%;margin:0;transform:translateY(-50%)}.button[disabled],.button.button--disabled{pointer-events:none;color:#d8d8d8;opacity:.6}.button:hover:not([disabled]):not(.button--disabled){background:#323339}.button.button--color--teal{background:#28b599;border-color:#28f8c8;color:#fff}.button.button--color--teal:hover:not([disabled]):not(.button--disabled){background:#34d2b3}.button.button--variant--rounded{min-width:auto;height:auto;padding:0 .3125rem;border-radius:5px}.button.button--variant--rounded svg,.button.button--variant--rounded img{height:1.5rem}.button.button--variant--rounded-full{min-width:auto;width:2.75rem;height:2.75rem;padding:0;border-radius:50%}.button.button--variant--rounded-full img{height:1.5rem}.button.button--variant--small{min-width:auto;height:2.1875rem;padding:0 .9375rem;border-radius:.7rem/.325rem;font-size:.875rem}.maintenance{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:30px}.maintenance .notification-center{display:flex;flex-direction:column;gap:30px;text-align:center;color:#fff}.maintenance .notification-center h1{margin:0;font-size:28px;opacity:.8}.maintenance .notification-center p{margin:0;font-size:14px;opacity:.6}.maintenance .notification-center img{height:40px}.transition-container{position:relative;background:#26272b;transition:opacity .3s,transform .3s}.transition-container.state--loading{opacity:0}.transition-container.state--idle{opacity:1}.transition-wrapper{position:relative}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dev-domain-warning{position:fixed;left:50%;bottom:.9375rem;width:75rem;max-width:calc(100% - 1.25rem);padding:.625rem .9375rem 1.25rem 6.25rem;background:#404e4a;box-shadow:4px 3px 19px #0d0e0f80,-5px -5px 20px #404e4a33;border-radius:.625rem;transform:translate(-50%);text-align:center;font-size:1.125rem;color:#fff;z-index:999999}.dev-domain-warning .overlay{position:absolute;top:50%;left:.9375rem;text-align:center;transform:translateY(-50%)}.dev-domain-warning .overlay svg{height:3.75rem;margin-right:.625rem;fill:#fff}.dev-domain-warning .overlay span{display:block;font-size:1.875rem;letter-spacing:.6em}@media (max-width: 420px){.dev-domain-warning{padding-top:7.8125rem;padding-left:.9375rem}.dev-domain-warning .overlay{top:.625rem;left:50%;transform:translate(-50%)}}.alpha-web-warning{position:fixed;left:50%;bottom:.9375rem;width:75rem;max-width:calc(100% - 1.25rem);padding:.625rem .9375rem 1.25rem 10rem;background:#707070;box-shadow:4px 3px 19px #0d0e0f80,-5px -5px 20px #70707033;border-radius:.625rem;transform:translate(-50%);text-align:center;font-size:1.125rem;color:#fff;z-index:999999}.alpha-web-warning .overlay{position:absolute;top:50%;left:.9375rem;text-align:center;transform:translateY(-50%)}.alpha-web-warning .overlay svg{height:3.75rem;fill:#fff}.alpha-web-warning .overlay span{display:block;font-size:1.875rem;letter-spacing:.3em}@media (max-width: 420px){.alpha-web-warning{padding-top:7.8125rem;padding-left:.9375rem}.alpha-web-warning .overlay{top:.625rem;left:50%;transform:translate(-50%)}}.local-storage-validator-warning{position:fixed;left:50%;bottom:.9375rem;width:75rem;max-width:calc(100% - 1.25rem);padding:.625rem .9375rem 1.25rem 10.3125rem;background:#981e38;box-shadow:4px 3px 19px #0d0e0f80,-5px -5px 20px #981e3833;border-radius:.625rem;transform:translate(-50%);text-align:center;font-size:1.125rem;color:#fff;z-index:999999}.local-storage-validator-warning .overlay{position:absolute;top:50%;left:.9375rem;text-align:center;transform:translateY(-50%)}.local-storage-validator-warning .overlay svg{height:3.75rem;fill:#fff}.local-storage-validator-warning .overlay span{display:block;font-size:1.875rem;letter-spacing:.1em}@media (max-width: 420px){.local-storage-validator-warning{padding-top:7.8125rem;padding-left:.9375rem}.local-storage-validator-warning .overlay{top:.625rem;left:50%;transform:translate(-50%)}}.web-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;background:#26272b;z-index:9999999;transition:all .2s}.web-loading .loading-image{position:relative;width:15.625rem}@media (max-width: 768px){.web-loading .loading-image{width:10.9375rem}}.web-loading .loading-image img{height:15.625rem;animation:loading-head-pulse 3s linear infinite}@media (max-width: 768px){.web-loading .loading-image img{height:10.9375rem}}.web-loading .loading-image .image-mask{position:absolute;top:0;left:0;right:0;height:18.75rem;background:linear-gradient(to bottom,#26272b,#26272b 15rem,#26272bf2 15.625rem,#26272bb3 16.875rem,#26272b80 17.5rem,#26272b00);transform:translateY(0);transition:all .05s}@media (max-width: 768px){.web-loading .loading-image .image-mask{height:13.125rem}}.web-loading .loading-image svg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.web-loading .loading-image svg polygon{fill:none;stroke:#28f8c8;stroke-width:.9375rem;stroke-dasharray:1390;stroke-dashoffset:1390;transition:all .05s}.web-loading .loading-image .loading-stats{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2.125rem;font-weight:700;color:#fff;text-shadow:0 0 2px #26272b,0 0 3px #26272b,0 0 5px #26272b}@media (max-width: 768px){.web-loading .loading-image .loading-stats{font-size:1.6875rem}}.web-loading .loading-title{margin-top:1.25rem;font-size:1.875rem}@media (max-width: 768px){.web-loading .loading-title{font-size:1.25rem}}.web-loading.web-loading--complete{opacity:0;transform:translateY(-30%);pointer-events:none;visibility:hidden}@keyframes loading-head-pulse{50%{opacity:.4}}@media (min-width: 577px){.profile--panel .profile--row{display:flex;margin:0 -.9375rem}.profile--panel .profile--row .profile--col{flex:0 0 50%;max-width:50%;padding:0 .9375rem}}.profile--panel .profile--row .profile--col--social{margin-top:.4375rem}.profile--panel .profile--row .profile--col--social:first-of-type{margin-top:0}.profile--panel .profile--description{margin-top:.625rem;margin-bottom:1.5rem;font-size:.875rem}.action-button{display:inline-flex;align-items:center;justify-content:center;flex-direction:column;position:relative;min-width:4.4375rem;height:3.9375rem;background-image:linear-gradient(to bottom right,#26272b,#34393f);box-shadow:4px 3px 6px #0d0e0f80,-2px -2px 3px #0d0e0f4d;border:0;border-radius:.75rem;font-size:.5625rem;font-weight:700;color:#d8d8d8;cursor:pointer;transition:all .2s}.action-button img{width:2.375rem;height:2.375rem}.action-button img+span{margin-top:-.125rem}.action-button[disabled]{cursor:not-allowed;opacity:.45}.action-button.action-button--variant--small{min-width:3.9375rem;height:3.375rem;padding-bottom:.5rem}.action-button.action-button--variant--small.pb-0{padding-bottom:0}.action-button:hover:not([disabled]),.action-button.action-button--active:not([disabled]){box-shadow:4px 3px 6px #0d0e0f00,-2px -2px 3px #0d0e0f00,inset 3px 3px 10px #0d0e0f99,inset -3px -3px 10px #40464e4d}.profile-modal h2{margin-bottom:.9375rem;font-size:1.875rem;font-weight:700;color:#fff}.profile-modal .profile-modal--controls{display:flex;gap:1.125rem;margin-top:.625rem;margin-bottom:1.125rem}@media (max-width: 576px){.profile-modal .profile-modal--controls{margin-top:1.875rem}}.cookie-consent--wrapper{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;padding:15px;background:#26272be6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999999}.cookie-consent--wrapper .cookie-consent--panel{position:relative;max-width:540px;padding:15px 20px;background:#2a2c31;border-radius:10px;color:#fff}.cookie-consent--wrapper .cookie-consent--panel svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:150px;opacity:.07}.cookie-consent--wrapper .cookie-consent--panel .cookie-consent--header{position:relative}.cookie-consent--wrapper .cookie-consent--panel .cookie-consent--description{position:relative;margin-top:15px}.cookie-consent--wrapper .cookie-consent--panel .cookie-consent--description .highlight{color:#14bca6}.cookie-consent--wrapper .cookie-consent--panel .cookie-consent--actions{position:relative;display:flex;align-items:center;justify-content:center;gap:45px;margin-top:30px}.cookie-consent--wrapper .cookie-consent--panel .cookie-consent--actions .mantine-Anchor-root{text-decoration:underline;color:#fff;transition:all .2s}.cookie-consent--wrapper .cookie-consent--panel .cookie-consent--actions .mantine-Anchor-root:hover{color:#28f8c8}.website-logo{display:flex;align-items:center;gap:.9375rem;position:relative;font-size:1.25rem;font-weight:700;color:#fff;filter:drop-shadow(0 0 4px rgba(255,255,255,.65));transition:all .2s}@media (max-width: 768px),(max-height: 509px){.website-logo{font-size:.75rem}}.website-logo img{height:2.1875rem}@media (max-width: 768px),(max-height: 509px){.website-logo img{height:1.3125rem}}.website-logo .is-dev{position:absolute;top:0;left:0;font-size:.8em;font-weight:700;color:#e71b44;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:rgba(38,39,43,.8);filter:drop-shadow(0 0 2px rgba(255,255,255,.4));transform:rotate(15deg) translate(30%) translateY(-30%)}.website-logo:hover{filter:drop-shadow(0 0 6px rgba(255,255,255,.85))}.profile .mantine-Tooltip-tooltip{pointer-events:all}.profile.profile--not-created .mantine-Tooltip-tooltip{background:#28b599!important;box-shadow:-5px -5px 5px #40464e66}.spotlight.spotlight--slise{max-width:100%;margin:0 auto}.spotlight.spotlight--slise .slise-wrapper{position:relative}.spotlight.spotlight--slise .slise-wrapper .adsbyslise,.spotlight.spotlight--slise .slise-wrapper .adsbyslise>div,.spotlight.spotlight--slise .slise-wrapper iframe{display:block;position:absolute;top:0;left:0;right:0;bottom:0;width:100%!important;height:100%!important}.network-logo{display:inline-flex;align-items:center;justify-content:center}.network-logo svg{height:100%}.network-logo.network-logo--rounded{background:#000;border-radius:50%}.network-logo.network-logo--rounded svg{height:65%}.token-logo{display:inline-block;position:relative;width:1em;height:1em}.token-logo .token-logo--has-logo{display:block;height:auto!important;border-radius:50%;overflow:hidden}.token-logo .token-logo--has-logo .token-logo--image{display:block;width:100%;padding-top:100%;background-size:cover;background-position:center center}.token-logo .token-logo--no-logo{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border:1px dashed rgba(255,255,255,.4);border-radius:50%}.token-logo .token-logo--no-logo .token-logo--missing{display:block;font-size:.35em;font-weight:700;color:#fff9}.token-logo:not(.token-logo--inline-network) .network-logo{position:absolute;top:-4px;right:-6px;width:.8em;height:.8em}.token-logo.token-logo--inline-network{display:inline-flex;flex-direction:row-reverse;justify-content:space-between;width:calc(2em + .3125rem)!important}.token-logo.token-logo--inline-network .token-logo--has-logo,.token-logo.token-logo--inline-network .token-logo--no-logo,.token-logo.token-logo--inline-network .network-logo{width:calc(50% - .15625rem)!important}.token-logo.token-logo--inline-network .network-logo svg{height:75%}@media (max-width: 768px){.search-bar--modal .mantine-Modal-inner{padding:0}.search-bar--modal .mantine-Modal-inner .mantine-Modal-modal{width:100%;min-height:100vh;border-radius:0}}.search-bar--modal .search-bar--input{display:flex;align-items:center;gap:15px}.search-bar--modal .search-bar--input .mantine-InputWrapper-root{flex:1 1 auto;margin:0}.search-bar--modal .search-bar--input .mantine-Input-icon svg{max-height:20px}.search-bar--modal .search-bar--input input{padding-left:36px!important;padding-right:75px!important}.search-bar--modal .search-bar--input .clear{display:inline-flex;align-items:center;justify-content:center;width:60px;gap:5px;padding:3px 0;background:none;border:0;border-radius:3px;font-size:14px;color:#fff;cursor:pointer;transition:all .2s}.search-bar--modal .search-bar--input .clear:hover{background:#ffffff26}.search-bar--modal .search-bar--input .closer{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;background:none;border:0;border-radius:3px;font-size:14px;color:#fff;cursor:pointer;transition:all .2s}.search-bar--modal .search-bar--input .closer svg{width:14px;height:14px}.search-bar--modal .search-bar--input .closer:hover{background:#ffffff26}.search-bar--modal .search-bar--error{margin-top:5px;padding:5px 7px;background:#b6334e;border-radius:3px;font-size:14px;color:#fff}.search-bar--modal .search-bar--token-result{display:flex;gap:.9375rem;margin-top:10px;padding:.5rem .75rem;background:none;border:1px solid #44464B;border-radius:4px;font-size:1rem;color:#fff;transition:all .2s}.search-bar--modal .search-bar--token-result .search-bar--token-result--left{flex:0 0 auto;align-self:center;margin:auto 0;font-size:2rem}.search-bar--modal .search-bar--token-result .search-bar--token-result--right{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;flex:1 0 auto;line-height:1.3}.search-bar--modal .search-bar--token-result .search-bar--token-result--center{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;flex:1 1 auto;max-width:calc(100% - 10rem)}.search-bar--modal .search-bar--token-result .token-logo{width:2.5em}.search-bar--modal .search-bar--token-result .search-bar--token-result--content{flex:1 1 auto;max-width:calc(100% - 3.4375rem);display:flex;flex-direction:column;justify-content:space-between;text-align:left}.search-bar--modal .search-bar--token-result .search-bar--token-result--symbol,.search-bar--modal .search-bar--token-result .search-bar--token-result--name,.search-bar--modal .search-bar--token-result .search-bar--token-result--address{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-bar--modal .search-bar--token-result .search-bar--token-result--symbol{font-weight:700}.search-bar--modal .search-bar--token-result .search-bar--token-result--name,.search-bar--modal .search-bar--token-result .search-bar--token-result--address{font-size:.875rem;opacity:.7}.search-bar--modal .search-bar--token-result .search-bar--token-result--info{font-size:.875rem;font-weight:700;text-align:right;opacity:.7}.search-bar--modal .search-bar--token-result .search-bar--token-result--tags{display:flex;justify-content:flex-end;gap:.375rem;margin-top:.1875rem}.search-bar--modal .search-bar--token-result .search-bar--token-result--tags .threat-tag{padding:.125rem .3125rem;border-radius:3px/5px;font-size:.75rem}.search-bar--modal .search-bar--token-result:hover{background:#44464b99;cursor:pointer}.search-bar--modal .search-bar--results .search-bar--results--next-page{display:flex;justify-content:center;margin-top:15px}.search-bar--modal .search-bar--no-results{display:flex;flex-direction:column;align-items:center;gap:15px;margin-top:20px}.search-bar--modal .search-bar--no-results svg{font-size:70px}.search-bar--modal .search-bar--recommended .search-bar--label{display:flex;align-items:center;gap:5px;margin-top:15px;font-size:16px;font-weight:700;color:#fff}.search-bar--modal .search-bar--recommended .search-bar--label img{height:25px}.search-bar--modal .search-bar--recommended .search-bar--items{display:flex;flex-wrap:wrap;gap:10px;margin-top:5px}.search-bar--modal .search-bar--recommended .search-bar--items .search-bar--token-result{flex:0 0 calc(33% - 5px);max-width:calc(33% - 5px);margin:0}@media (max-width: 576px){.search-bar--modal .search-bar--recommended .search-bar--items .search-bar--token-result{flex:0 0 calc(50% - 5px);max-width:calc(50% - 5px)}}.search-bar--modal .search-bar--recommended .search-bar--items .search-bar--token-result .search-bar--token-result--center{max-width:calc(100% - 5.625rem)}@media (max-width: 420px){.search-bar--modal .search-bar--recommended .search-bar--items .search-bar--token-result{flex-direction:column;gap:5px;padding:5px}.search-bar--modal .search-bar--recommended .search-bar--items .search-bar--token-result .search-bar--token-result--left{display:flex;justify-content:center;width:100%}.search-bar--modal .search-bar--recommended .search-bar--items .search-bar--token-result .search-bar--token-result--center{max-width:100%;text-align:center}.search-bar--modal .search-bar--recommended .search-bar--items .search-bar--token-result .search-bar--token-result--center>div{width:100%}}.search-bar--modal .search-bar--recommended .spotlight{margin-top:15px}@media (max-width: 768px),(max-height: 509px){.search-bar--modal{top:var(--header-height)}.search-bar--modal .mantine-Modal-overlay{display:none}.search-bar--modal .mantine-Modal-modal{padding:1.25rem .625rem}}.search-bar--desktop{display:flex;align-items:center;gap:.9375rem;width:31.25rem;height:2.9375rem;margin:0 auto;padding:0 .625rem;background:#2a2c31;box-shadow:inset 4px 3px 19px #0d0e0fb3,inset 2px 2px 6px #0d0e0f4d,inset -5px -5px 20px #40464e99,inset -2px -2px 3px #99a4b566;border:0;border-radius:.625rem;font-weight:700;color:#939395;cursor:pointer;transition:all .2s}@media (max-width: 1200px){.search-bar--desktop{width:26.25rem}}@media (max-width: 992px){.search-bar--desktop{width:15.625rem;height:2.625rem}}.search-bar--desktop .label{opacity:.7}.search-bar--desktop .mantine-Kbd-root{margin-left:auto;padding:3px 8px}.search-bar--desktop:hover{background:#313339}.search-bar--mobile{display:inline-flex;align-items:center;justify-content:space-between;flex-direction:column;position:relative;width:2.5rem;height:3.75rem;padding:2.375rem 0 .6875rem;background:transparent;border:0;border-radius:.3125rem;color:#fff;cursor:pointer;z-index:90}.search-bar--mobile img{position:absolute;top:1.375rem;left:50%;width:1.25rem;height:1.25rem;transform:translate(-50%,-50%)}.search-bar--mobile .label{font-size:8px;font-weight:700;line-height:1;transition:all .2s}.search-bar--mobile .line{position:absolute;left:50%;width:20px;height:2px;background:#28f8c8;border-radius:2px;transform:translate(-50%);transition:all .2s}.search-bar--mobile .line:nth-of-type(1){top:16px;transform:translate(-50%) rotate(45deg)}.search-bar--mobile .line:nth-of-type(2){opacity:0}.search-bar--mobile .line:nth-of-type(3){top:16px;transform:translate(-50%) rotate(-45deg)}.report-token--modal .report-panel{margin-top:15px;padding:8px 10px;border:1px solid rgba(40,248,200,.5);border-radius:8px}.report-token--modal .report-panel .label{font-size:18px;font-weight:700;color:#fff}.report-token--modal .report-panel .description{margin:15px 0}.balance--popup .balance--wallet{display:flex;flex-direction:column;width:100%;padding-top:10px}.balance--popup .balance--wallet .balance--wallet--button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:none;border:0;border-radius:5px;color:#fff;cursor:pointer;transition:all .2s}.balance--popup .balance--wallet .balance--wallet--button:hover{background:#ffffff26}.balance--popup .balance--wallet .balance--wallet--account{display:flex;align-items:center;justify-content:space-between}.balance--popup .balance--wallet .balance--wallet--account .balance--wallet--portfolio{display:flex;align-items:center;flex-wrap:wrap;gap:0 5px}.balance--popup .balance--wallet .balance--wallet--account .balance--wallet--portfolio .balance--wallet--portfolio--label{width:100%;font-size:14px;opacity:.7}.balance--popup .balance--wallet .balance--wallet--account .balance--wallet--portfolio .balance--wallet--portfolio--value{font-size:18px;font-weight:700;color:#28a745}.balance--popup .balance--wallet .balance--wallet--search{position:relative;margin:10px 0 13px}.balance--popup .balance--wallet .balance--wallet--search ::-webkit-input-placeholder{font-weight:400;color:#fff9}.balance--popup .balance--wallet .balance--wallet--search ::-moz-placeholder{font-weight:400;color:#fff9}.balance--popup .balance--wallet .balance--wallet--search :-ms-input-placeholder{font-weight:400;color:#fff9}.balance--popup .balance--wallet .balance--wallet--search :-moz-placeholder{font-weight:400;color:#fff9}.balance--popup .balance--wallet .balance--wallet--search input{width:100%;padding:5px 28px 5px 8px;background:transparent;box-shadow:4px 3px 11px #0d0e0f1a,-5px -5px 8px #40464e33,inset 4px 3px 10px #0d0e0f33,inset 2px 2px 4px #0d0e0f33,inset -5px -5px 15px #40464e1a,inset -2px -2px 2px #99a4b50d;border:0;border-radius:5px;outline:none;font-size:14px;font-weight:700;line-height:20px;color:#fff}.balance--popup .balance--wallet .balance--wallet--search input:focus{outline:2px solid #28F8C8}.balance--popup .balance--wallet .balance--wallet--search .balance--wallet--clear{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;width:28px;color:#fff;transition:all .2s}.balance--popup .balance--wallet .balance--wallet--search .balance--wallet--clear:hover{color:#28f8c8}.balance--popup .balance--wallet .balance--wallet--search .balance--wallet--clear svg{height:14px}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row{display:flex;align-items:center;gap:10px;height:52px;padding:7px 5px;border-bottom:1px solid rgba(255,255,255,.1);color:#fff;transition:all .2s}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row .balance--wallet--table--col{display:flex}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row .balance--wallet--table--col .balance--wallet--table--no-checkbox{width:16px}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row .balance--wallet--table--col:last-of-type{flex:1 1 auto}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row .token-logo{font-size:30px}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row .network-logo{width:30px}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row .balance--wallet--token{display:flex;flex-wrap:wrap;row-gap:3px;width:100%}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row .balance--wallet--token .symbol{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row .balance--wallet--token .balance--wallet--symbol{display:flex;align-items:center;gap:5px;width:50%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px;font-weight:700}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row .balance--wallet--token .balance--wallet--symbol .symbol{flex:0 1 auto;max-width:calc(100% - 25px)}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row .balance--wallet--token .balance--wallet--symbol .balance--wallet--report{display:flex;align-items:center;justify-content:center;width:20px;padding:0;background:none;border:0;font-size:14px;color:#e73737;cursor:pointer;opacity:0;transition:all .2s}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row .balance--wallet--token .balance--wallet--value{width:50%;margin-left:auto;text-align:right;font-size:16px;font-weight:700}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row .balance--wallet--token .balance--wallet--change{width:50%;margin-top:auto;font-size:12px}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row .balance--wallet--token .balance--wallet--change.plus{color:#28a745}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row .balance--wallet--token .balance--wallet--change.minus{color:#e73737}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row .balance--wallet--token .balance--wallet--balance{display:flex;align-items:center;justify-content:flex-end;gap:5px;width:50%;margin-top:auto;margin-left:auto;font-size:14px;opacity:.6}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row .balance--wallet--token .balance--wallet--balance .symbol{max-width:90px}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row .balance--wallet--table--col--token{max-width:calc(100% - 40px)}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row.balance--wallet--table--row--shrink .balance--wallet--table--col--token{max-width:calc(100% - 66px)}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row:hover{background:#44464b;border-color:#44464b}.balance--popup .balance--wallet .balance--wallet--table .balance--wallet--table--row:hover .balance--wallet--token .balance--wallet--symbol .balance--wallet--report{opacity:1}.balance--popup .balance--wallet .balance--wallet--table-contents{position:relative;min-height:100px}.balance--popup .balance--wallet .balance--wallet--table-contents .balance--wallet--scrollable{flex:0 0 auto;width:100%;height:358px;max-height:calc(100vh - 358px);overflow-y:auto}@media (max-width: 768px),(max-height: 509px){.balance--popup .balance--wallet .balance--wallet--table-contents .balance--wallet--scrollable{height:auto;max-height:calc(100vh - 255px)}}.balance--popup .balance--wallet .balance--wallet--table-contents .balance--wallet--scrollable .test{position:absolute;bottom:0;background:red}.balance--popup .balance--wallet .balance--wallet--table-contents .balance--wallet--scrollable .balance--wallet--manage{display:flex;align-items:center;justify-content:space-between;gap:10px;position:absolute;left:0;right:0;bottom:0;padding:8px 5px;background:#161718;border-radius:3px}.balance--popup .balance--wallet .balance--wallet--table-contents .balance--wallet--scrollable .balance--wallet--manage .mantine-Anchor-root{margin-left:auto;font-size:14px;font-weight:400}.balance--popup .balance--wallet .balance--wallet--table-contents .balance--wallet--scrollable .balance--wallet--manage button{padding:0;background:none;border:0;font-size:14px;color:#e73737;opacity:.6;transition:all .2s}.balance--popup .balance--wallet .balance--wallet--table-contents .balance--wallet--scrollable .balance--wallet--manage button[disabled]{color:#b6334e}.balance--popup .balance--wallet .balance--wallet--table-contents .balance--wallet--scrollable .balance--wallet--manage button:not([disabled]){cursor:pointer;opacity:.8}.balance--popup .balance--wallet .balance--wallet--table-contents .balance--wallet--scrollable .balance--wallet--manage button:not([disabled]):hover{text-decoration:underline;opacity:1}.balance--popup .balance--wallet .balance--wallet--table-contents .balance--wallet--scrollable.show-manage-tokens{padding-bottom:36px}.balance--popup .balance--wallet .balance--wallet--table-contents .balance--wallet--scrollable.show-manage-tokens .balance--wallet--table .balance--wallet--table--row .balance--wallet--token .balance--wallet--symbol{width:100%}.balance--popup .balance--wallet .balance--wallet--table-contents .balance--wallet--scrollable.show-manage-tokens .balance--wallet--table .balance--wallet--table--row .balance--wallet--token .balance--wallet--symbol .symbol{width:calc(100% - 66px)}.balance--popup .balance--wallet .balance--wallet--table-contents .balance--wallet--scrollable.show-manage-tokens .balance--wallet--table .balance--wallet--table--row .balance--wallet--token .balance--wallet--symbol .balance--wallet--report{width:61px;gap:4px;opacity:1}.balance--popup .balance--wallet .balance--wallet--table-contents .balance--wallet--scrollable.show-manage-tokens .balance--wallet--table .balance--wallet--table--row .balance--wallet--token .balance--wallet--symbol .balance--wallet--report:after{content:"Report"}.balance--popup .balance--wallet .balance--wallet--table-contents .balance--wallet--scrollable.show-manage-tokens .balance--wallet--table .balance--wallet--table--row .balance--wallet--token .balance--wallet--value{display:none}.balance--popup .balance--wallet .balance--wallet--table-contents .balance--wallet--scrollable.show-manage-tokens .balance--wallet--table .balance--wallet--table--row .balance--wallet--token .balance--wallet--change,.balance--popup .balance--wallet .balance--wallet--table-contents .balance--wallet--scrollable.show-manage-tokens .balance--wallet--table .balance--wallet--table--row .balance--wallet--token .balance--wallet--balance{opacity:0}.address{display:inline-block;position:relative;white-space:nowrap;color:inherit;cursor:pointer;overflow:hidden;transition:all .2s}.address .address--wrapper{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);transition:all .2s}.address .address--copier{display:inline-flex;align-items:center;position:absolute;top:0;right:0;bottom:0;opacity:0;transform:translate(100%);transition:all .2s}.address .address--copier svg{height:85%}.address .address--copier svg path{fill:currentColor}.address.address--with-copier:hover{color:#28f8c8}.address.address--with-copier:hover .address--wrapper{clip-path:polygon(0 0,calc(100% - 1.3em) 0,calc(100% - 1.3em) 100%,0% 100%)}.address.address--with-copier:hover .address--copier{transform:translate(0);opacity:1}.tabs--wrapper{position:relative;max-width:calc(100vw - 1.875rem)}.tabs--wrapper .tabs--items{display:inline-flex;justify-content:flex-start;gap:10px;border-radius:5px;box-shadow:inset 4px 3px 19px #0d0e0fb3,inset 2px 2px 6px #0d0e0f4d,inset -5px -5px 20px #40464e99,inset -2px -2px 3px #99a4b566}.tabs--wrapper .tabs--items .tabs--item{display:inline-flex;align-items:center;padding:8px 13px;border-radius:5px;font-size:16px;white-space:nowrap;color:#fff9;cursor:pointer;transition:all .2s}.tabs--wrapper .tabs--items .tabs--item.tabs--item--active,.tabs--wrapper .tabs--items .tabs--item:not(.tabs--item--disabled):hover{background:#28b599;color:#fff}.tabs--wrapper .tabs--items .tabs--item.tabs--item--disabled{padding-right:35px}.tabs--wrapper .tabs--items .tabs--item.tabs--item--disabled .icon--lock{position:absolute;top:50%;right:10px;height:22px;transform:translateY(-50%)}.tabs--wrapper .tabs{display:inline-flex;position:relative;max-width:100%;overflow:hidden;z-index:4}.tabs--wrapper .tabs:not(.tabs--without-wrapper){padding:13px 18px;background:#2a2c31;box-shadow:-5px -5px 5px #40464e66;border-radius:8px 8px 0 0}.tabs--wrapper .tabs.tabs--disabled .tabs--item,.tabs--wrapper .tabs .tabs--item.tabs--item--disabled{position:relative;cursor:not-allowed;opacity:.6}.tabs--wrapper.tabs--should-expand .tabs{width:100%}.tabs--wrapper.tabs--should-expand .tabs .tabs--items{justify-content:space-between;width:100%}.tabs--wrapper .tabs--select{position:relative;width:250px;margin-bottom:0!important}.tabs--wrapper .tabs--select .mantine-Select-wrapper{padding:8px 18px;background:#2a2c31;box-shadow:-5px -5px 5px #40464e66;border-radius:8px 8px 0 0;z-index:5}.tabs--wrapper .tabs--select .mantine-Select-wrapper .mantine-Select-input{height:auto;margin-top:0;padding:2px 30px 2px 12px;background:transparent;box-shadow:inset 4px 3px 19px #0d0e0fb3,inset 2px 2px 6px #0d0e0f4d,inset -5px -5px 20px #40464e99,inset -2px -2px 3px #99a4b566;border:0;border-radius:8px;font-size:16px}.tabs--wrapper .tabs--select .mantine-Select-wrapper .mantine-Select-rightSection{right:15px;pointer-events:none}.tabs--wrapper .tabs--select .mantine-Select-wrapper .mantine-Select-rightSection svg{color:#28f8c8!important;transition:all .2s}.tabs--wrapper .tabs--select .mantine-Select-dropdown{margin-top:-8px;z-index:6;box-shadow:inset 4px 3px 19px #0d0e0f66,inset 2px 2px 6px #0d0e0f26,inset -5px -5px 20px #40464e4d,inset -2px -2px 3px #99a4b526,0 5px 15px #0d0e0f66}.tabs--wrapper .tabs--select .mantine-Select-dropdown img{height:1.125rem}.tabs--wrapper .tabs--select [aria-expanded=true] .mantine-Select-rightSection svg{transform:rotate(180deg)}.tabs--wrapper+.panel{border-top-left-radius:0}.tabs--wrapper.tabs--should-expand+.panel{border-top-right-radius:0}.balance--popup{display:none;position:fixed;top:3.875rem;right:1.875rem;padding-top:.9375rem;z-index:101;transition:all .2s}.balance--popup.balance--popup--opened{display:block}.balance--popup .mantine-Tabs-tabsList{flex-wrap:nowrap}.balance--popup .balance--popup--inner{display:flex;flex-direction:column;justify-content:space-between;position:relative;width:28.8125rem;height:40.625rem;min-height:18.75rem;max-height:calc(100vh - 10.4375rem);padding:1rem 1.125rem;background-image:linear-gradient(to bottom left,#2a2c31,#2e3136);box-shadow:4px 3px 14px #0d0e0fcc,-5px -5px 15px #40464ee6;border:0;border-radius:.625rem}@media (max-width: 768px){.balance--popup .balance--popup--inner{width:338px}}@media (max-width: 420px){.balance--popup .balance--popup--inner{width:100%;overflow-y:auto}.balance--popup .balance--popup--inner .mantine-Tabs-root .mantine-Tabs-tabsList .mantine-Tabs-tab{font-size:1rem}}.balance--popup .balance--popup--inner:after{content:"";position:absolute;right:1.125rem;bottom:100%;height:0;width:0;border:.9375rem solid transparent;border-bottom-color:#2a2c31;pointer-events:none}.balance--popup .balance--popup--inner .mantine-Anchor-root{font-weight:700;color:#fff;transition:all .2s}.balance--popup .balance--popup--inner .mantine-Anchor-root:hover{color:#28f8c8}.balance--popup .balance--popup--inner .balance--popup--top{flex:0 0 auto;width:100%}.balance--popup .balance--popup--inner .balance--popup--top .mantine-Tabs-root .mantine-Tabs-panel{padding-top:0}.balance--popup .balance--popup--inner .balance--popup--top .tabs{width:100%}.balance--popup .balance--popup--inner .balance--popup--top .tabs .tabs--items{width:100%;justify-content:space-between}.balance--popup .balance--popup--inner .balance--popup--bottom{justify-self:center;width:100%;margin-top:auto;margin-bottom:auto;text-align:center}.balance--popup .balance--popup--inner .balance--popup--bottom.logged{display:flex;align-items:center;justify-content:space-between}.balance--popup .balance--popup--inner .balance--popup--bottom.logged .connection{display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;color:#adb5bd}.balance--popup .balance--popup--inner .balance--popup--bottom.logged .connection .address{margin-left:.4375rem}.balance--popup .balance--popup--inner .balance--popup--bottom.logged button{display:inline-flex;align-items:center;gap:.3125rem;padding:.25rem .5rem;background:none;border:1px solid rgba(255,255,255,.2);border-radius:.3125rem;color:#fff;cursor:pointer;transition:all .2s}.balance--popup .balance--popup--inner .balance--popup--bottom.logged button:hover{border-color:#fff9}.balance--popup .balance--popup--inner .balance--popup--network-switch{margin-bottom:.9375rem}.balance--popup.connected .balance--popup--inner .balance--popup--bottom{justify-self:flex-end;margin-top:auto;margin-bottom:0}@media (min-width: 769px) and (min-height: 510px){.balance--popup .balance--popup--inner .balance--popup--top{flex:1 1 auto;display:flex;flex-direction:column}.balance--popup .balance--popup--inner .balance--popup--top .tabs{width:100%}.balance--popup .balance--popup--inner .balance--popup--top .balance--popup--content{flex:1 1 auto;display:flex;flex-direction:column;width:100%}}@media (max-width: 768px),(max-height: 509px){.balance--popup{align-items:stretch;top:var(--header-height);left:0;right:0;bottom:0;padding:0;z-index:98;background:#2a2c31}.balance--popup.balance--popup--opened{display:flex}.balance--popup .balance--popup--inner{position:relative;width:100%;min-height:auto;max-height:none;height:auto;padding:.9375rem;background:none;box-shadow:none;border-radius:0;overflow-y:auto}.balance--popup .balance--popup--inner:after{display:none}.balance--popup .balance--popup--inner .mantine-Tabs-root .mantine-Tabs-tabsList .mantine-Tabs-tab{font-size:1rem}.balance--popup .balance--popup--inner .balance--popup--top{max-height:calc(100% - 3.25rem);overflow-y:auto}}.balance--desktop-button{display:flex;align-items:center;justify-content:space-between;width:21.5625rem;height:2.9375rem;padding:0 1.4375rem;background:#2a2c31;box-shadow:-5px -5px 5px #40464e66;border:0;border-radius:.625rem;cursor:pointer}@media (max-width: 992px){.balance--desktop-button{width:16.25rem;height:2.625rem}}.balance--desktop-button label{margin:0;font-size:1.125rem;font-weight:700;cursor:pointer}.balance--desktop-button .value{font-size:1.125rem;font-weight:700}.balance--desktop-button svg.loader{height:1.25rem;margin-left:auto;margin-right:0}.balance--desktop-button .toggler{margin-left:1.0625rem;transition:all .2s}.balance--desktop-button.balance--opened .toggler{transform:rotate(180deg)}.balance--mobile-button{display:flex;align-items:stretch;justify-content:space-between;position:relative}.balance--mobile-button .icon-wrapper{display:inline-flex;align-items:center;justify-content:space-between;flex-direction:column;position:relative;width:2.5rem;height:3.75rem;padding-top:.75rem;padding-bottom:.6875rem}.balance--mobile-button .icon-wrapper img{width:1.25rem;height:1.25rem}.balance--mobile-button .icon-wrapper .label{font-size:8px;font-weight:700;line-height:1}.balance--mobile-button .value-wrapper{display:inline-flex;align-items:center;justify-content:space-between;flex-direction:column;min-width:3.125rem;padding:1rem 0 .5625rem .125rem}.balance--mobile-button .value-wrapper svg{height:1.25rem}.balance--mobile-button .value-wrapper .label{font-size:12px;font-weight:600;line-height:1}.balance--mobile-button .value-wrapper .value{margin:0 auto;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;color:#28f4c5}.balance--mobile-button .value-wrapper .toggler{height:.75rem;transition:all .2s}.balance--mobile-button.balance--opened .toggler{transform:rotate(180deg)}.menu--link--disabled{position:relative;pointer-events:none}.menu--link--disabled .menu--link--icon--wrapper{opacity:.15}.menu--link--disabled .menu--link--label{opacity:.3}.menu--link--icon--wrapper{position:relative;height:1.5625rem}.menu--link--icon--wrapper img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2.1875rem}.menu--link .route-link--name--home img{height:1.3125rem}.mobile-menu--opener{display:inline-flex;align-items:flex-end;justify-content:center;position:relative;width:2.5rem;height:3.75rem;padding-bottom:.6875rem;background:transparent;border:0;border-radius:.3125rem;color:#fff;cursor:pointer;z-index:90;transition:all .2s}.mobile-menu--opener .line{position:absolute;left:50%;width:20px;height:2px;background:#fff;border-radius:2px;transform:translate(-50%);transition:all .2s}.mobile-menu--opener .line:nth-of-type(1){top:10px}.mobile-menu--opener .line:nth-of-type(2){top:17px;background:#28f4c5}.mobile-menu--opener .line:nth-of-type(3){top:24px}.mobile-menu--opener .label{font-size:8px;font-weight:700;line-height:1;transition:all .2s}.mobile-menu--opener.mobile-menu--opener--is-open .line{background:#28f4c5}.mobile-menu--opener.mobile-menu--opener--is-open .line:nth-of-type(1){top:16px;transform:translate(-50%) rotate(45deg)}.mobile-menu--opener.mobile-menu--opener--is-open .line:nth-of-type(2){opacity:0}.mobile-menu--opener.mobile-menu--opener--is-open .line:nth-of-type(3){top:16px;transform:translate(-50%) rotate(-45deg)}.mobile-menu--opener.mobile-menu--opener--is-open .label{color:#28f4c5}.mobile-menu--fixed{background:#2a2c31;position:fixed;top:var(--header-height);left:0;right:0;bottom:0;padding:1.5625rem 1.875rem;overflow-y:auto;z-index:98;transition:all .2s}@media (max-width: 420px){.mobile-menu--fixed{padding:1.25rem .625rem}}.mobile-menu--fixed .mobile-menu--content{display:flex;flex-direction:column;align-items:center;row-gap:1.5625rem}.mobile-menu--fixed .mobile-menu--content>*{flex:0 0 auto;max-width:100%}.mobile-menu--fixed .mobile-menu--content .mobile-menu--links{display:grid;grid-template-columns:repeat(auto-fill,minmax(65px,1fr));width:100%;gap:.3125rem;height:auto}.mobile-menu--fixed .mobile-menu--content .mobile-menu--links hr{width:100%;grid-column:1/-1;height:1px;margin:.625rem 0 0;background:#fff3;border:0}.mobile-menu--fixed .mobile-menu--content .mobile-menu--links .menu-label{width:100%;grid-column:1/-1;margin:.625rem 0;font-size:1.125rem;font-weight:700}.mobile-menu--fixed .mobile-menu--content .mobile-menu--links .menu--link .menu--link--anchor{height:100%;color:#fff}.mobile-menu--fixed .mobile-menu--content .mobile-menu--links .menu--link .menu--link--icon{display:flex;flex-direction:column;min-height:100%;padding:.5rem 0;border-radius:.625rem;color:#fff}.mobile-menu--fixed .mobile-menu--content .mobile-menu--links .menu--link .menu--link--icon--wrapper{height:30px}.mobile-menu--fixed .mobile-menu--content .mobile-menu--links .menu--link .menu--link--icon--wrapper img{width:25px}.mobile-menu--fixed .mobile-menu--content .mobile-menu--links .menu--link .menu--link--label{margin:auto 0;padding:0 0 4px;font-size:1rem;font-weight:700;text-align:center}.mobile-menu--fixed .mobile-menu--content .mobile-menu--links .menu--link .menu--link--anchor.menu--link--active>.menu--link--icon{background-image:linear-gradient(to bottom left,#2c2f34,#34393f);box-shadow:inset 4px 3px 16px #0d0e0f80,inset 2px 2px 6px #0d0e0f4d,inset -5px -5px 17px #40464e66,inset -2px -2px 3px #99a4b540}.mobile-menu--fixed .mobile-menu--content .mobile-menu--links .menu--link--disabled:after{left:.4375rem}.mobile-menu--fixed .header-button--mobile .menu--link--icon--wrapper{display:flex;align-items:center;justify-content:center}.mobile-menu--fixed .header-button--mobile .network-logo{height:1.5rem}.mobile-menu--fixed .header-button--mobile .menu--link--icon{cursor:pointer}header.header{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;gap:.75rem;height:var(--header-height);padding:0 var(--layout-spacing);z-index:90}header.header.is-scrolled{background:#26272b;box-shadow:4px 3px 14px #0d0e0f66,-5px -5px 12px #40464e99,-5px -5px 20px #40464e,-2px -2px 8px #99a4b599}header.header .desktop-options{display:flex;align-items:center;gap:.75rem;flex:1 0 auto}@media (max-width: 992px){header.header .desktop-options{gap:.625rem}}@media (max-width: 768px),(max-height: 509px){header.header .desktop-options{display:none}}header.header .mobile-options{display:flex;align-items:stretch;justify-content:flex-end;flex:1 1 auto;max-width:18.75rem;gap:1.875rem;margin-left:auto;margin-right:0;padding-right:1.875rem}@media (max-width: 576px){header.header .mobile-options{gap:1.25rem;padding-right:0}}@media (max-width: 420px){header.header .mobile-options{gap:.625rem}}@media (max-width: 340px){header.header .mobile-options{gap:.3125rem}}@media (min-width: 769px) and (min-height: 510px){header.header .mobile-options{display:none}}header.header .mobile-options .delimiter{width:1px;background:#373a40}header.header .mobile-options .balance{flex:1 1 auto;max-width:7.5rem}header.header .header-button--desktop{display:inline-flex;align-items:center;justify-content:center;width:2.9375rem;height:2.9375rem;background-image:linear-gradient(to right,#26272b 50%,#34393f 90%);background-size:200% 100%;background-position:99% 0;box-shadow:-5px -5px 5px #40464e66;border:0;border-radius:.9375rem;color:#d8d8d8;cursor:pointer;transition:all .2s}header.header .header-button--desktop .network-logo{height:1.5625rem}header.header .header-button--desktop .icon--whitelist{height:2.1875rem}header.header .header-button--desktop svg{max-width:1.375rem;max-height:1.5rem}@media (max-width: 992px){header.header .header-button--desktop{height:2.625rem}header.header .header-button--desktop svg{max-width:1.25rem;max-height:1.375rem}}header.header .header-button--desktop:hover{background-position:0 0}:root{--duration: undefined}.marquee{display:flex;position:relative;width:100%;overflow:hidden}.marquee .marquee--items{display:flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:100%;animation:marquee-scroll var(--duration) linear 0s infinite;animation-play-state:paused;animation-delay:0s;animation-direction:normal;z-index:1}.marquee.marquee--autoplay .marquee--items{animation-play-state:running}.marquee:hover .marquee--items{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}section.trending{width:100%}section.trending .trending--panel{display:flex;align-items:stretch;height:2.5rem;padding:0 1.125rem;background:#2a2c31;box-shadow:-5px -5px 5px #40464e66;border-radius:1.25rem}section.trending .trending--panel .trending--title{display:flex;align-items:center;flex:0 0 5.3125rem;font-size:1rem;font-weight:700;text-transform:uppercase}section.trending .trending--panel .trending--list{display:flex;align-items:stretch;flex:1 1 calc(100% - 6.875rem);max-width:calc(100% - 6.875rem);margin-left:1.5625rem}@media (max-width: 420px){section.trending .trending--panel .trending--list{flex:1 1 calc(100% - 6.25rem);max-width:calc(100% - 6.25rem);margin-left:.9375rem}}section.trending .marquee:before,section.trending .marquee:after{content:"";position:absolute;top:0;bottom:0;width:1rem;z-index:2}@media (max-width: 420px){section.trending .marquee:before,section.trending .marquee:after{width:.625rem}}section.trending .marquee:before{left:0;background:linear-gradient(to right,#2a2c31 30%,#2a2c3100)}section.trending .marquee:after{right:0;background:linear-gradient(to left,#2a2c31 30%,#2a2c3100)}section.trending .marquee .marquee--items{justify-content:space-around;gap:1rem;padding:0 1rem}@media (max-width: 420px){section.trending .marquee .marquee--items{gap:.625rem;padding:0 .625rem}}section.trending .marquee .marquee--items>a,section.trending .marquee .marquee--items>div{display:flex;font-size:1rem;white-space:nowrap;color:#fff;transition:all .2s}section.trending .marquee .marquee--items>a .position,section.trending .marquee .marquee--items>div .position{margin-right:.4375rem;color:#818ea3;transition:all .2s}section.trending .marquee .marquee--items>a .token,section.trending .marquee .marquee--items>div .token{display:inline-flex;align-items:center}section.trending .marquee .marquee--items>a .token .token-logo,section.trending .marquee .marquee--items>div .token .token-logo{width:1.25rem;height:1.25rem;margin-right:.625rem}section.trending .marquee .marquee--items>div{opacity:.6}section.trending .marquee .marquee--items a:hover{color:#28f8c8}section.trending .marquee .marquee--items a:hover .position{color:#28f8c8}.float-menu{position:fixed;left:0;right:0;bottom:0;z-index:90;box-shadow:-4px -3px 8px #40464ecc}@media (min-width: 769px) and (min-height: 510px){.float-menu{display:none}}@media (max-width: 768px),(max-height: 509px){.float-menu .float-menu--customs,.float-menu .float-menu--wrapper .menu--link .menu--link--submenu{position:absolute;left:0;right:0;bottom:0;transform:translateY(calc(100% - 3.75rem));padding-bottom:3.75rem;background-image:linear-gradient(to top right,#34393f,#161718);box-shadow:inset 4px 3px 19px #0d0e0f99,inset 2px 2px 6px #0d0e0f80;border-top-left-radius:.3125rem;border-top-right-radius:.3125rem;opacity:1;transition:transform .4s,opacity 0s ease .4s}.float-menu .float-menu--customs .menu--link--submenu--items,.float-menu .float-menu--wrapper .menu--link .menu--link--submenu .menu--link--submenu--items{display:flex;align-items:center;flex-wrap:wrap;transition:all .2s}.float-menu .float-menu--customs .menu--link--submenu--items .menu--link .menu--link--icon,.float-menu .float-menu--wrapper .menu--link .menu--link--submenu .menu--link--submenu--items .menu--link .menu--link--icon{background:transparent}.float-menu .float-menu--customs .menu--link--submenu--items .menu--link .menu--link--anchor.menu--link--active .menu--link--icon,.float-menu .float-menu--wrapper .menu--link .menu--link--submenu .menu--link--submenu--items .menu--link .menu--link--anchor.menu--link--active .menu--link--icon{background:#34393f4d}.float-menu .float-menu--customs:not(.force-hide){transform:translateY(0);opacity:1;z-index:2;transition:transform .4s,opacity 0s ease 0s}.float-menu .float-menu--wrapper{display:flex;align-items:stretch}.float-menu .float-menu--wrapper .menu--link{flex:1 1 20%;max-width:20%;height:3.75rem}.float-menu .float-menu--wrapper .menu--link .menu--link--anchor{color:#fff}.float-menu .float-menu--wrapper .menu--link .menu--link--icon{display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;min-height:100%;padding:.4375rem 0 .3125rem;background:#2c2f34;color:#fff;z-index:3;transition:all .2s}.float-menu .float-menu--wrapper .menu--link .menu--link--icon .menu--link--icon--wrapper{display:flex;align-items:center;justify-content:center;height:1.875rem}.float-menu .float-menu--wrapper .menu--link .menu--link--label{margin-top:.1875rem;font-size:.75rem}.float-menu .float-menu--wrapper .menu--link:hover.menu--link--has-submenu>.menu--link--icon{background:transparent}.float-menu .float-menu--wrapper .menu--link:hover:not(.menu--link--has-submenu)>.menu--link--icon{background:#2e3136}.float-menu .float-menu--wrapper .menu--link.menu--link--force-open .menu--link--icon{background:transparent}.float-menu .float-menu--wrapper .menu--link.menu--link--force-open .menu--link--submenu{transform:translateY(0);opacity:1;z-index:2;transition:transform .4s,opacity 0s ease 0s}.float-menu .float-menu--wrapper .menu--link.menu--link--disabled:after{width:3.125rem;left:50%;transform:translate(-50%,-50%)}.float-menu .float-menu--token-cta{display:flex;justify-content:space-between;padding:.4375rem .8125rem;gap:.9375rem}.float-menu .float-menu--token-cta .button{flex:0 0 calc(33.333% - .9375rem);min-width:auto;max-width:calc(33.333% - .9375rem);height:auto;min-height:35px;padding:.3125rem .625rem;border-width:1px;border-radius:.5rem;font-size:1rem}.float-menu .float-menu--token-cta .button>svg{height:.75rem}}footer.footer{display:flex;align-items:center;justify-content:space-between;min-height:var(--footer-height);margin-top:1.875rem;padding:0 var(--layout-spacing);background:#2b3035;font-size:.75rem;text-align:right;color:#818ea3}footer.footer .footer--socials--icons{display:flex;align-items:center;gap:10px}footer.footer .footer--socials--icons a{display:inline-flex;margin-left:.4375rem;font-size:1.25rem;color:#939395;transition:all .2s}footer.footer .footer--socials--icons a div{display:flex}footer.footer .footer--socials--icons a:hover{color:#fff}footer.footer .footer--socials--icons a:first-of-type{margin-left:0}footer.footer .footer--links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem}@media (max-width: 768px){footer.footer{flex-direction:column;text-align:center;padding:7px var(--layout-spacing)}footer.footer .footer--socials--icons{margin-bottom:.75rem}}@media (max-width: 768px),(max-height: 509px){.menu--desktop{display:none}}@media (min-width: 769px) and (min-height: 510px){.menu--desktop{position:relative;width:7.9375rem;z-index:99}.menu--desktop .menu--desktop--items{position:fixed;top:50%;width:4.375rem;margin-left:1.875rem;padding:.625rem .3125rem;transform:translateY(-50%);background:#2c2f34;box-shadow:-5px -5px 5px #40464e66;border-radius:.5rem}}@media (min-width: 769px) and (min-height: 510px) and (max-height: 580px){.menu--desktop .menu--desktop--items{margin-top:2.1875rem}}@media (min-width: 769px) and (min-height: 510px){.menu--desktop .menu--link{position:relative;margin-bottom:.1875rem}.menu--desktop .menu--link:last-of-type{margin-bottom:0}.menu--desktop .menu--link,.menu--desktop .menu--link div,.menu--desktop .menu--link a{display:flex;align-items:center;justify-content:center}.menu--desktop .menu--link .menu--link--anchor{color:#fff}.menu--desktop .menu--link .menu--link--icon{position:relative;flex-direction:column;width:3.75rem;height:3.75rem;padding-top:.1875rem;border-radius:1.0625rem;color:#fff;z-index:2;transition:all .2s}.menu--desktop .menu--link .menu--link--label{margin-top:.1875rem;font-size:.75rem;font-weight:700}.menu--desktop .menu--link .menu--link--submenu{position:absolute;top:50%;left:100%;transform:translateY(-50%) translate(-20px);opacity:0;visibility:hidden;pointer-events:none;transition:all .2s}.menu--desktop .menu--link .menu--link--submenu .menu--link--submenu--shadow{position:absolute;top:-.9375rem;left:0;right:-.9375rem;bottom:-.9375rem;margin-left:.3125rem;overflow:hidden}.menu--desktop .menu--link .menu--link--submenu .menu--link--submenu--shadow:after{content:"";position:absolute;top:.9375rem;left:0;right:.9375rem;bottom:.9375rem;box-shadow:5px 5px 5px #0d0e0f66}.menu--desktop .menu--link .menu--link--submenu .menu--link--submenu--shadow:after,.menu--desktop .menu--link .menu--link--submenu .menu--link--submenu--items{border-radius:.9375rem/1.5625rem;border-top-left-radius:0;border-bottom-left-radius:0}.menu--desktop .menu--link .menu--link--submenu .menu--link--submenu--items{position:relative;margin-left:.3125rem;gap:.625rem;padding:.3125rem .5rem;white-space:nowrap;background:#2c2f34}.menu--desktop .menu--link .menu--link--submenu .menu--link--submenu--items .menu--link{margin-bottom:0}.menu--desktop .menu--link .menu--link--anchor:hover:not(.menu--link--disabled) .menu--link--submenu{transform:translateY(-50%);opacity:1;visibility:visible;pointer-events:all}.menu--desktop .menu--link .menu--link--anchor:hover:not(.menu--link--disabled)>.menu--link--icon,.menu--desktop .menu--link .menu--link--anchor.menu--link--active>.menu--link--icon{background-image:linear-gradient(to bottom left,#2c2f34,#34393f);box-shadow:inset 4px 3px 16px #0d0e0fb3,inset 2px 2px 6px #0d0e0f80,inset -5px -5px 17px #40464e99,inset -2px -2px 3px #99a4b566}}html.active-route--home .mantine-Modal-modal,html.active-route--new-born .mantine-Modal-modal,html.active-route--listed .mantine-Modal-modal,html.active-route--trending .mantine-Modal-modal,html.active-route--token\.detail .mantine-Modal-modal,html.active-route--nnnews .mantine-Modal-modal,html.active-route--article\.detail .mantine-Modal-modal,html.active-route--author\.detail .mantine-Modal-modal{max-width:100%;background:linear-gradient(to bottom right,#2a2c31,#2e3136);color:#babbbe}html.active-route--home .mantine-Modal-modal .mantine-Modal-header,html.active-route--new-born .mantine-Modal-modal .mantine-Modal-header,html.active-route--listed .mantine-Modal-modal .mantine-Modal-header,html.active-route--trending .mantine-Modal-modal .mantine-Modal-header,html.active-route--token\.detail .mantine-Modal-modal .mantine-Modal-header,html.active-route--nnnews .mantine-Modal-modal .mantine-Modal-header,html.active-route--article\.detail .mantine-Modal-modal .mantine-Modal-header,html.active-route--author\.detail .mantine-Modal-modal .mantine-Modal-header{background:none}html.active-route--home .mantine-Modal-modal .mantine-Accordion-item,html.active-route--new-born .mantine-Modal-modal .mantine-Accordion-item,html.active-route--listed .mantine-Modal-modal .mantine-Accordion-item,html.active-route--trending .mantine-Modal-modal .mantine-Accordion-item,html.active-route--token\.detail .mantine-Modal-modal .mantine-Accordion-item,html.active-route--nnnews .mantine-Modal-modal .mantine-Accordion-item,html.active-route--article\.detail .mantine-Modal-modal .mantine-Accordion-item,html.active-route--author\.detail .mantine-Modal-modal .mantine-Accordion-item{border:1px solid transparent}html.active-route--home .mantine-Modal-modal .mantine-Accordion-item:not([data-active]),html.active-route--new-born .mantine-Modal-modal .mantine-Accordion-item:not([data-active]),html.active-route--listed .mantine-Modal-modal .mantine-Accordion-item:not([data-active]),html.active-route--trending .mantine-Modal-modal .mantine-Accordion-item:not([data-active]),html.active-route--token\.detail .mantine-Modal-modal .mantine-Accordion-item:not([data-active]),html.active-route--nnnews .mantine-Modal-modal .mantine-Accordion-item:not([data-active]),html.active-route--article\.detail .mantine-Modal-modal .mantine-Accordion-item:not([data-active]),html.active-route--author\.detail .mantine-Modal-modal .mantine-Accordion-item:not([data-active]){background:#2e3136}html.active-route--home .mantine-Modal-modal .mantine-Accordion-item[data-active],html.active-route--new-born .mantine-Modal-modal .mantine-Accordion-item[data-active],html.active-route--listed .mantine-Modal-modal .mantine-Accordion-item[data-active],html.active-route--trending .mantine-Modal-modal .mantine-Accordion-item[data-active],html.active-route--token\.detail .mantine-Modal-modal .mantine-Accordion-item[data-active],html.active-route--nnnews .mantine-Modal-modal .mantine-Accordion-item[data-active],html.active-route--article\.detail .mantine-Modal-modal .mantine-Accordion-item[data-active],html.active-route--author\.detail .mantine-Modal-modal .mantine-Accordion-item[data-active]{border-color:#28f8c8}html.active-route--home .mantine-Modal-root.modal--no-title .mantine-Modal-header,html.active-route--new-born .mantine-Modal-root.modal--no-title .mantine-Modal-header,html.active-route--listed .mantine-Modal-root.modal--no-title .mantine-Modal-header,html.active-route--trending .mantine-Modal-root.modal--no-title .mantine-Modal-header,html.active-route--token\.detail .mantine-Modal-root.modal--no-title .mantine-Modal-header,html.active-route--nnnews .mantine-Modal-root.modal--no-title .mantine-Modal-header,html.active-route--article\.detail .mantine-Modal-root.modal--no-title .mantine-Modal-header,html.active-route--author\.detail .mantine-Modal-root.modal--no-title .mantine-Modal-header{position:absolute;top:13px;right:20px}html.active-route--home .pagination .mantine-Group-root,html.active-route--new-born .pagination .mantine-Group-root,html.active-route--listed .pagination .mantine-Group-root,html.active-route--trending .pagination .mantine-Group-root,html.active-route--token\.detail .pagination .mantine-Group-root,html.active-route--nnnews .pagination .mantine-Group-root,html.active-route--article\.detail .pagination .mantine-Group-root,html.active-route--author\.detail .pagination .mantine-Group-root{display:inline-flex}html.active-route--home .mantine-Group-root[role=navigation],html.active-route--new-born .mantine-Group-root[role=navigation],html.active-route--listed .mantine-Group-root[role=navigation],html.active-route--trending .mantine-Group-root[role=navigation],html.active-route--token\.detail .mantine-Group-root[role=navigation],html.active-route--nnnews .mantine-Group-root[role=navigation],html.active-route--article\.detail .mantine-Group-root[role=navigation],html.active-route--author\.detail .mantine-Group-root[role=navigation]{gap:.25rem;padding:.1875rem .5rem;border-radius:1.375rem;background:#2a2c31;box-shadow:inset 4px 3px 19px #0d0e0fb3,inset 2px 2px 6px #0d0e0f4d,inset -5px -5px 20px #40464e99,inset -2px -2px 3px #99a4b566}html.active-route--home .mantine-Group-root[role=navigation] .mantine-Pagination-item,html.active-route--new-born .mantine-Group-root[role=navigation] .mantine-Pagination-item,html.active-route--listed .mantine-Group-root[role=navigation] .mantine-Pagination-item,html.active-route--trending .mantine-Group-root[role=navigation] .mantine-Pagination-item,html.active-route--token\.detail .mantine-Group-root[role=navigation] .mantine-Pagination-item,html.active-route--nnnews .mantine-Group-root[role=navigation] .mantine-Pagination-item,html.active-route--article\.detail .mantine-Group-root[role=navigation] .mantine-Pagination-item,html.active-route--author\.detail .mantine-Group-root[role=navigation] .mantine-Pagination-item{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;height:1.75rem;padding:0 .1875rem;background:none;border:0;border-radius:.5rem;font-size:1.125rem;font-weight:700;line-height:1;transition:all .2s}html.active-route--home .mantine-Group-root[role=navigation] .mantine-Pagination-item[data-active],html.active-route--home .mantine-Group-root[role=navigation] .mantine-Pagination-item:hover:not([aria-disabled]):not([data-dots]),html.active-route--new-born .mantine-Group-root[role=navigation] .mantine-Pagination-item[data-active],html.active-route--new-born .mantine-Group-root[role=navigation] .mantine-Pagination-item:hover:not([aria-disabled]):not([data-dots]),html.active-route--listed .mantine-Group-root[role=navigation] .mantine-Pagination-item[data-active],html.active-route--listed .mantine-Group-root[role=navigation] .mantine-Pagination-item:hover:not([aria-disabled]):not([data-dots]),html.active-route--trending .mantine-Group-root[role=navigation] .mantine-Pagination-item[data-active],html.active-route--trending .mantine-Group-root[role=navigation] .mantine-Pagination-item:hover:not([aria-disabled]):not([data-dots]),html.active-route--token\.detail .mantine-Group-root[role=navigation] .mantine-Pagination-item[data-active],html.active-route--token\.detail .mantine-Group-root[role=navigation] .mantine-Pagination-item:hover:not([aria-disabled]):not([data-dots]),html.active-route--nnnews .mantine-Group-root[role=navigation] .mantine-Pagination-item[data-active],html.active-route--nnnews .mantine-Group-root[role=navigation] .mantine-Pagination-item:hover:not([aria-disabled]):not([data-dots]),html.active-route--article\.detail .mantine-Group-root[role=navigation] .mantine-Pagination-item[data-active],html.active-route--article\.detail .mantine-Group-root[role=navigation] .mantine-Pagination-item:hover:not([aria-disabled]):not([data-dots]),html.active-route--author\.detail .mantine-Group-root[role=navigation] .mantine-Pagination-item[data-active],html.active-route--author\.detail .mantine-Group-root[role=navigation] .mantine-Pagination-item:hover:not([aria-disabled]):not([data-dots]){background-image:linear-gradient(to bottom left,#26272bbf,#34393fbf);box-shadow:inset 4px 3px 8px #0d0e0fb3,inset 2px 2px 4px #0d0e0f99,inset -5px -5px 12px #40464e66,inset -2px -2px 2px #99a4b54d}html.active-route--home .mantine-Group-root[role=navigation] .mantine-Pagination-item[data-dots],html.active-route--new-born .mantine-Group-root[role=navigation] .mantine-Pagination-item[data-dots],html.active-route--listed .mantine-Group-root[role=navigation] .mantine-Pagination-item[data-dots],html.active-route--trending .mantine-Group-root[role=navigation] .mantine-Pagination-item[data-dots],html.active-route--token\.detail .mantine-Group-root[role=navigation] .mantine-Pagination-item[data-dots],html.active-route--nnnews .mantine-Group-root[role=navigation] .mantine-Pagination-item[data-dots],html.active-route--article\.detail .mantine-Group-root[role=navigation] .mantine-Pagination-item[data-dots],html.active-route--author\.detail .mantine-Group-root[role=navigation] .mantine-Pagination-item[data-dots]{padding-top:.625rem}html.active-route--home .mantine-Slider-root,html.active-route--new-born .mantine-Slider-root,html.active-route--listed .mantine-Slider-root,html.active-route--trending .mantine-Slider-root,html.active-route--token\.detail .mantine-Slider-root,html.active-route--nnnews .mantine-Slider-root,html.active-route--article\.detail .mantine-Slider-root,html.active-route--author\.detail .mantine-Slider-root{height:.75rem}html.active-route--home .mantine-Slider-root .mantine-Slider-track,html.active-route--new-born .mantine-Slider-root .mantine-Slider-track,html.active-route--listed .mantine-Slider-root .mantine-Slider-track,html.active-route--trending .mantine-Slider-root .mantine-Slider-track,html.active-route--token\.detail .mantine-Slider-root .mantine-Slider-track,html.active-route--nnnews .mantine-Slider-root .mantine-Slider-track,html.active-route--article\.detail .mantine-Slider-root .mantine-Slider-track,html.active-route--author\.detail .mantine-Slider-root .mantine-Slider-track{height:2.5rem}html.active-route--home .mantine-Slider-root .mantine-Slider-track:before,html.active-route--new-born .mantine-Slider-root .mantine-Slider-track:before,html.active-route--listed .mantine-Slider-root .mantine-Slider-track:before,html.active-route--trending .mantine-Slider-root .mantine-Slider-track:before,html.active-route--token\.detail .mantine-Slider-root .mantine-Slider-track:before,html.active-route--nnnews .mantine-Slider-root .mantine-Slider-track:before,html.active-route--article\.detail .mantine-Slider-root .mantine-Slider-track:before,html.active-route--author\.detail .mantine-Slider-root .mantine-Slider-track:before{top:50%;transform:translateY(-50%);height:.75rem;background-image:linear-gradient(to bottom right,#26272b,#34393f);box-shadow:inset 2px 2px 6px #0d0e0f,inset -2px -2px 3px #40464e}html.active-route--home .mantine-Slider-root .mantine-Slider-track .mantine-Slider-bar,html.active-route--new-born .mantine-Slider-root .mantine-Slider-track .mantine-Slider-bar,html.active-route--listed .mantine-Slider-root .mantine-Slider-track .mantine-Slider-bar,html.active-route--trending .mantine-Slider-root .mantine-Slider-track .mantine-Slider-bar,html.active-route--token\.detail .mantine-Slider-root .mantine-Slider-track .mantine-Slider-bar,html.active-route--nnnews .mantine-Slider-root .mantine-Slider-track .mantine-Slider-bar,html.active-route--article\.detail .mantine-Slider-root .mantine-Slider-track .mantine-Slider-bar,html.active-route--author\.detail .mantine-Slider-root .mantine-Slider-track .mantine-Slider-bar{top:50%;transform:translateY(-50%);height:.75rem;background-image:linear-gradient(to bottom right,#29b69a,#28fac9);box-shadow:inset 1px 1px 2px #1b9882,inset 4px 4px 19px #0d0f0f33;border:1px solid #28F8C8}html.active-route--home .mantine-Slider-root .mantine-Slider-track .mantine-Slider-thumb,html.active-route--new-born .mantine-Slider-root .mantine-Slider-track .mantine-Slider-thumb,html.active-route--listed .mantine-Slider-root .mantine-Slider-track .mantine-Slider-thumb,html.active-route--trending .mantine-Slider-root .mantine-Slider-track .mantine-Slider-thumb,html.active-route--token\.detail .mantine-Slider-root .mantine-Slider-track .mantine-Slider-thumb,html.active-route--nnnews .mantine-Slider-root .mantine-Slider-track .mantine-Slider-thumb,html.active-route--article\.detail .mantine-Slider-root .mantine-Slider-track .mantine-Slider-thumb,html.active-route--author\.detail .mantine-Slider-root .mantine-Slider-track .mantine-Slider-thumb{width:auto;min-width:3.75rem;height:2.5rem;padding:0 .625rem;background:#2a2c31;box-shadow:4px 3px 6px #0d0e0f99,-5px -5px 12px #40464e80;border:0;pointer-events:none}html.active-route--home .mantine-Slider-root .mantine-Slider-track .mantine-Slider-thumb .mantine-Slider-label,html.active-route--new-born .mantine-Slider-root .mantine-Slider-track .mantine-Slider-thumb .mantine-Slider-label,html.active-route--listed .mantine-Slider-root .mantine-Slider-track .mantine-Slider-thumb .mantine-Slider-label,html.active-route--trending .mantine-Slider-root .mantine-Slider-track .mantine-Slider-thumb .mantine-Slider-label,html.active-route--token\.detail .mantine-Slider-root .mantine-Slider-track .mantine-Slider-thumb .mantine-Slider-label,html.active-route--nnnews .mantine-Slider-root .mantine-Slider-track .mantine-Slider-thumb .mantine-Slider-label,html.active-route--article\.detail .mantine-Slider-root .mantine-Slider-track .mantine-Slider-thumb .mantine-Slider-label,html.active-route--author\.detail .mantine-Slider-root .mantine-Slider-track .mantine-Slider-thumb .mantine-Slider-label{position:relative;top:auto;left:auto;padding:0;background:none;font-size:1.125rem;font-weight:700;color:#d8d8d8}html.active-route--home .mantine-Slider-root.slider--disabled,html.active-route--new-born .mantine-Slider-root.slider--disabled,html.active-route--listed .mantine-Slider-root.slider--disabled,html.active-route--trending .mantine-Slider-root.slider--disabled,html.active-route--token\.detail .mantine-Slider-root.slider--disabled,html.active-route--nnnews .mantine-Slider-root.slider--disabled,html.active-route--article\.detail .mantine-Slider-root.slider--disabled,html.active-route--author\.detail .mantine-Slider-root.slider--disabled{position:relative}html.active-route--home .mantine-Slider-root.slider--disabled,html.active-route--home .mantine-Slider-root.slider--disabled *,html.active-route--new-born .mantine-Slider-root.slider--disabled,html.active-route--new-born .mantine-Slider-root.slider--disabled *,html.active-route--listed .mantine-Slider-root.slider--disabled,html.active-route--listed .mantine-Slider-root.slider--disabled *,html.active-route--trending .mantine-Slider-root.slider--disabled,html.active-route--trending .mantine-Slider-root.slider--disabled *,html.active-route--token\.detail .mantine-Slider-root.slider--disabled,html.active-route--token\.detail .mantine-Slider-root.slider--disabled *,html.active-route--nnnews .mantine-Slider-root.slider--disabled,html.active-route--nnnews .mantine-Slider-root.slider--disabled *,html.active-route--article\.detail .mantine-Slider-root.slider--disabled,html.active-route--article\.detail .mantine-Slider-root.slider--disabled *,html.active-route--author\.detail .mantine-Slider-root.slider--disabled,html.active-route--author\.detail .mantine-Slider-root.slider--disabled *{pointer-events:none!important}html.active-route--home .mantine-Slider-root.slider--disabled:after,html.active-route--new-born .mantine-Slider-root.slider--disabled:after,html.active-route--listed .mantine-Slider-root.slider--disabled:after,html.active-route--trending .mantine-Slider-root.slider--disabled:after,html.active-route--token\.detail .mantine-Slider-root.slider--disabled:after,html.active-route--nnnews .mantine-Slider-root.slider--disabled:after,html.active-route--article\.detail .mantine-Slider-root.slider--disabled:after,html.active-route--author\.detail .mantine-Slider-root.slider--disabled:after{content:"";position:absolute;top:50%;left:0;right:0;height:3.125rem;margin-top:.3125rem;transform:translateY(-50%);cursor:not-allowed;pointer-events:all!important;z-index:9}html.active-route--home .mantine-TextInput-root,html.active-route--home .mantine-Textarea-root,html.active-route--home .mantine-InputWrapper-root,html.active-route--new-born .mantine-TextInput-root,html.active-route--new-born .mantine-Textarea-root,html.active-route--new-born .mantine-InputWrapper-root,html.active-route--listed .mantine-TextInput-root,html.active-route--listed .mantine-Textarea-root,html.active-route--listed .mantine-InputWrapper-root,html.active-route--trending .mantine-TextInput-root,html.active-route--trending .mantine-Textarea-root,html.active-route--trending .mantine-InputWrapper-root,html.active-route--token\.detail .mantine-TextInput-root,html.active-route--token\.detail .mantine-Textarea-root,html.active-route--token\.detail .mantine-InputWrapper-root,html.active-route--nnnews .mantine-TextInput-root,html.active-route--nnnews .mantine-Textarea-root,html.active-route--nnnews .mantine-InputWrapper-root,html.active-route--article\.detail .mantine-TextInput-root,html.active-route--article\.detail .mantine-Textarea-root,html.active-route--article\.detail .mantine-InputWrapper-root,html.active-route--author\.detail .mantine-TextInput-root,html.active-route--author\.detail .mantine-Textarea-root,html.active-route--author\.detail .mantine-InputWrapper-root{margin-bottom:.9375rem}html.active-route--home .mantine-TextInput-root .mantine-InputWrapper-label,html.active-route--home .mantine-TextInput-root .mantine-Textarea-label,html.active-route--home .mantine-Textarea-root .mantine-InputWrapper-label,html.active-route--home .mantine-Textarea-root .mantine-Textarea-label,html.active-route--home .mantine-InputWrapper-root .mantine-InputWrapper-label,html.active-route--home .mantine-InputWrapper-root .mantine-Textarea-label,html.active-route--new-born .mantine-TextInput-root .mantine-InputWrapper-label,html.active-route--new-born .mantine-TextInput-root .mantine-Textarea-label,html.active-route--new-born .mantine-Textarea-root .mantine-InputWrapper-label,html.active-route--new-born .mantine-Textarea-root .mantine-Textarea-label,html.active-route--new-born .mantine-InputWrapper-root .mantine-InputWrapper-label,html.active-route--new-born .mantine-InputWrapper-root .mantine-Textarea-label,html.active-route--listed .mantine-TextInput-root .mantine-InputWrapper-label,html.active-route--listed .mantine-TextInput-root .mantine-Textarea-label,html.active-route--listed .mantine-Textarea-root .mantine-InputWrapper-label,html.active-route--listed .mantine-Textarea-root .mantine-Textarea-label,html.active-route--listed .mantine-InputWrapper-root .mantine-InputWrapper-label,html.active-route--listed .mantine-InputWrapper-root .mantine-Textarea-label,html.active-route--trending .mantine-TextInput-root .mantine-InputWrapper-label,html.active-route--trending .mantine-TextInput-root .mantine-Textarea-label,html.active-route--trending .mantine-Textarea-root .mantine-InputWrapper-label,html.active-route--trending .mantine-Textarea-root .mantine-Textarea-label,html.active-route--trending .mantine-InputWrapper-root .mantine-InputWrapper-label,html.active-route--trending .mantine-InputWrapper-root .mantine-Textarea-label,html.active-route--token\.detail .mantine-TextInput-root .mantine-InputWrapper-label,html.active-route--token\.detail .mantine-TextInput-root .mantine-Textarea-label,html.active-route--token\.detail .mantine-Textarea-root .mantine-InputWrapper-label,html.active-route--token\.detail .mantine-Textarea-root .mantine-Textarea-label,html.active-route--token\.detail .mantine-InputWrapper-root .mantine-InputWrapper-label,html.active-route--token\.detail .mantine-InputWrapper-root .mantine-Textarea-label,html.active-route--nnnews .mantine-TextInput-root .mantine-InputWrapper-label,html.active-route--nnnews .mantine-TextInput-root .mantine-Textarea-label,html.active-route--nnnews .mantine-Textarea-root .mantine-InputWrapper-label,html.active-route--nnnews .mantine-Textarea-root .mantine-Textarea-label,html.active-route--nnnews .mantine-InputWrapper-root .mantine-InputWrapper-label,html.active-route--nnnews .mantine-InputWrapper-root .mantine-Textarea-label,html.active-route--article\.detail .mantine-TextInput-root .mantine-InputWrapper-label,html.active-route--article\.detail .mantine-TextInput-root .mantine-Textarea-label,html.active-route--article\.detail .mantine-Textarea-root .mantine-InputWrapper-label,html.active-route--article\.detail .mantine-Textarea-root .mantine-Textarea-label,html.active-route--article\.detail .mantine-InputWrapper-root .mantine-InputWrapper-label,html.active-route--article\.detail .mantine-InputWrapper-root .mantine-Textarea-label,html.active-route--author\.detail .mantine-TextInput-root .mantine-InputWrapper-label,html.active-route--author\.detail .mantine-TextInput-root .mantine-Textarea-label,html.active-route--author\.detail .mantine-Textarea-root .mantine-InputWrapper-label,html.active-route--author\.detail .mantine-Textarea-root .mantine-Textarea-label,html.active-route--author\.detail .mantine-InputWrapper-root .mantine-InputWrapper-label,html.active-route--author\.detail .mantine-InputWrapper-root .mantine-Textarea-label{margin-bottom:.25rem;font-size:1.125rem;color:#fff}html.active-route--home .mantine-TextInput-root .mantine-InputWrapper-description,html.active-route--home .mantine-TextInput-root .mantine-Textarea-description,html.active-route--home .mantine-Textarea-root .mantine-InputWrapper-description,html.active-route--home .mantine-Textarea-root .mantine-Textarea-description,html.active-route--home .mantine-InputWrapper-root .mantine-InputWrapper-description,html.active-route--home .mantine-InputWrapper-root .mantine-Textarea-description,html.active-route--new-born .mantine-TextInput-root .mantine-InputWrapper-description,html.active-route--new-born .mantine-TextInput-root .mantine-Textarea-description,html.active-route--new-born .mantine-Textarea-root .mantine-InputWrapper-description,html.active-route--new-born .mantine-Textarea-root .mantine-Textarea-description,html.active-route--new-born .mantine-InputWrapper-root .mantine-InputWrapper-description,html.active-route--new-born .mantine-InputWrapper-root .mantine-Textarea-description,html.active-route--listed .mantine-TextInput-root .mantine-InputWrapper-description,html.active-route--listed .mantine-TextInput-root .mantine-Textarea-description,html.active-route--listed .mantine-Textarea-root .mantine-InputWrapper-description,html.active-route--listed .mantine-Textarea-root .mantine-Textarea-description,html.active-route--listed .mantine-InputWrapper-root .mantine-InputWrapper-description,html.active-route--listed .mantine-InputWrapper-root .mantine-Textarea-description,html.active-route--trending .mantine-TextInput-root .mantine-InputWrapper-description,html.active-route--trending .mantine-TextInput-root .mantine-Textarea-description,html.active-route--trending .mantine-Textarea-root .mantine-InputWrapper-description,html.active-route--trending .mantine-Textarea-root .mantine-Textarea-description,html.active-route--trending .mantine-InputWrapper-root .mantine-InputWrapper-description,html.active-route--trending .mantine-InputWrapper-root .mantine-Textarea-description,html.active-route--token\.detail .mantine-TextInput-root .mantine-InputWrapper-description,html.active-route--token\.detail .mantine-TextInput-root .mantine-Textarea-description,html.active-route--token\.detail .mantine-Textarea-root .mantine-InputWrapper-description,html.active-route--token\.detail .mantine-Textarea-root .mantine-Textarea-description,html.active-route--token\.detail .mantine-InputWrapper-root .mantine-InputWrapper-description,html.active-route--token\.detail .mantine-InputWrapper-root .mantine-Textarea-description,html.active-route--nnnews .mantine-TextInput-root .mantine-InputWrapper-description,html.active-route--nnnews .mantine-TextInput-root .mantine-Textarea-description,html.active-route--nnnews .mantine-Textarea-root .mantine-InputWrapper-description,html.active-route--nnnews .mantine-Textarea-root .mantine-Textarea-description,html.active-route--nnnews .mantine-InputWrapper-root .mantine-InputWrapper-description,html.active-route--nnnews .mantine-InputWrapper-root .mantine-Textarea-description,html.active-route--article\.detail .mantine-TextInput-root .mantine-InputWrapper-description,html.active-route--article\.detail .mantine-TextInput-root .mantine-Textarea-description,html.active-route--article\.detail .mantine-Textarea-root .mantine-InputWrapper-description,html.active-route--article\.detail .mantine-Textarea-root .mantine-Textarea-description,html.active-route--article\.detail .mantine-InputWrapper-root .mantine-InputWrapper-description,html.active-route--article\.detail .mantine-InputWrapper-root .mantine-Textarea-description,html.active-route--author\.detail .mantine-TextInput-root .mantine-InputWrapper-description,html.active-route--author\.detail .mantine-TextInput-root .mantine-Textarea-description,html.active-route--author\.detail .mantine-Textarea-root .mantine-InputWrapper-description,html.active-route--author\.detail .mantine-Textarea-root .mantine-Textarea-description,html.active-route--author\.detail .mantine-InputWrapper-root .mantine-InputWrapper-description,html.active-route--author\.detail .mantine-InputWrapper-root .mantine-Textarea-description{margin-bottom:.25rem;font-size:1rem;color:#fff;opacity:.6}html.active-route--home .mantine-TextInput-root .mantine-InputWrapper-error,html.active-route--home .mantine-TextInput-root .mantine-Textarea-error,html.active-route--home .mantine-Textarea-root .mantine-InputWrapper-error,html.active-route--home .mantine-Textarea-root .mantine-Textarea-error,html.active-route--home .mantine-InputWrapper-root .mantine-InputWrapper-error,html.active-route--home .mantine-InputWrapper-root .mantine-Textarea-error,html.active-route--new-born .mantine-TextInput-root .mantine-InputWrapper-error,html.active-route--new-born .mantine-TextInput-root .mantine-Textarea-error,html.active-route--new-born .mantine-Textarea-root .mantine-InputWrapper-error,html.active-route--new-born .mantine-Textarea-root .mantine-Textarea-error,html.active-route--new-born .mantine-InputWrapper-root .mantine-InputWrapper-error,html.active-route--new-born .mantine-InputWrapper-root .mantine-Textarea-error,html.active-route--listed .mantine-TextInput-root .mantine-InputWrapper-error,html.active-route--listed .mantine-TextInput-root .mantine-Textarea-error,html.active-route--listed .mantine-Textarea-root .mantine-InputWrapper-error,html.active-route--listed .mantine-Textarea-root .mantine-Textarea-error,html.active-route--listed .mantine-InputWrapper-root .mantine-InputWrapper-error,html.active-route--listed .mantine-InputWrapper-root .mantine-Textarea-error,html.active-route--trending .mantine-TextInput-root .mantine-InputWrapper-error,html.active-route--trending .mantine-TextInput-root .mantine-Textarea-error,html.active-route--trending .mantine-Textarea-root .mantine-InputWrapper-error,html.active-route--trending .mantine-Textarea-root .mantine-Textarea-error,html.active-route--trending .mantine-InputWrapper-root .mantine-InputWrapper-error,html.active-route--trending .mantine-InputWrapper-root .mantine-Textarea-error,html.active-route--token\.detail .mantine-TextInput-root .mantine-InputWrapper-error,html.active-route--token\.detail .mantine-TextInput-root .mantine-Textarea-error,html.active-route--token\.detail .mantine-Textarea-root .mantine-InputWrapper-error,html.active-route--token\.detail .mantine-Textarea-root .mantine-Textarea-error,html.active-route--token\.detail .mantine-InputWrapper-root .mantine-InputWrapper-error,html.active-route--token\.detail .mantine-InputWrapper-root .mantine-Textarea-error,html.active-route--nnnews .mantine-TextInput-root .mantine-InputWrapper-error,html.active-route--nnnews .mantine-TextInput-root .mantine-Textarea-error,html.active-route--nnnews .mantine-Textarea-root .mantine-InputWrapper-error,html.active-route--nnnews .mantine-Textarea-root .mantine-Textarea-error,html.active-route--nnnews .mantine-InputWrapper-root .mantine-InputWrapper-error,html.active-route--nnnews .mantine-InputWrapper-root .mantine-Textarea-error,html.active-route--article\.detail .mantine-TextInput-root .mantine-InputWrapper-error,html.active-route--article\.detail .mantine-TextInput-root .mantine-Textarea-error,html.active-route--article\.detail .mantine-Textarea-root .mantine-InputWrapper-error,html.active-route--article\.detail .mantine-Textarea-root .mantine-Textarea-error,html.active-route--article\.detail .mantine-InputWrapper-root .mantine-InputWrapper-error,html.active-route--article\.detail .mantine-InputWrapper-root .mantine-Textarea-error,html.active-route--author\.detail .mantine-TextInput-root .mantine-InputWrapper-error,html.active-route--author\.detail .mantine-TextInput-root .mantine-Textarea-error,html.active-route--author\.detail .mantine-Textarea-root .mantine-InputWrapper-error,html.active-route--author\.detail .mantine-Textarea-root .mantine-Textarea-error,html.active-route--author\.detail .mantine-InputWrapper-root .mantine-InputWrapper-error,html.active-route--author\.detail .mantine-InputWrapper-root .mantine-Textarea-error{margin-top:.1875rem}html.active-route--home .mantine-TextInput-root.links-input,html.active-route--home .mantine-Textarea-root.links-input,html.active-route--home .mantine-InputWrapper-root.links-input,html.active-route--new-born .mantine-TextInput-root.links-input,html.active-route--new-born .mantine-Textarea-root.links-input,html.active-route--new-born .mantine-InputWrapper-root.links-input,html.active-route--listed .mantine-TextInput-root.links-input,html.active-route--listed .mantine-Textarea-root.links-input,html.active-route--listed .mantine-InputWrapper-root.links-input,html.active-route--trending .mantine-TextInput-root.links-input,html.active-route--trending .mantine-Textarea-root.links-input,html.active-route--trending .mantine-InputWrapper-root.links-input,html.active-route--token\.detail .mantine-TextInput-root.links-input,html.active-route--token\.detail .mantine-Textarea-root.links-input,html.active-route--token\.detail .mantine-InputWrapper-root.links-input,html.active-route--nnnews .mantine-TextInput-root.links-input,html.active-route--nnnews .mantine-Textarea-root.links-input,html.active-route--nnnews .mantine-InputWrapper-root.links-input,html.active-route--article\.detail .mantine-TextInput-root.links-input,html.active-route--article\.detail .mantine-Textarea-root.links-input,html.active-route--article\.detail .mantine-InputWrapper-root.links-input,html.active-route--author\.detail .mantine-TextInput-root.links-input,html.active-route--author\.detail .mantine-Textarea-root.links-input,html.active-route--author\.detail .mantine-InputWrapper-root.links-input{margin-bottom:.6875rem}html.active-route--home .mantine-TextInput-wrapper,html.active-route--home .mantine-Textarea-wrapper,html.active-route--new-born .mantine-TextInput-wrapper,html.active-route--new-born .mantine-Textarea-wrapper,html.active-route--listed .mantine-TextInput-wrapper,html.active-route--listed .mantine-Textarea-wrapper,html.active-route--trending .mantine-TextInput-wrapper,html.active-route--trending .mantine-Textarea-wrapper,html.active-route--token\.detail .mantine-TextInput-wrapper,html.active-route--token\.detail .mantine-Textarea-wrapper,html.active-route--nnnews .mantine-TextInput-wrapper,html.active-route--nnnews .mantine-Textarea-wrapper,html.active-route--article\.detail .mantine-TextInput-wrapper,html.active-route--article\.detail .mantine-Textarea-wrapper,html.active-route--author\.detail .mantine-TextInput-wrapper,html.active-route--author\.detail .mantine-Textarea-wrapper{margin-bottom:0}html.active-route--home .mantine-TextInput-wrapper ::-webkit-input-placeholder,html.active-route--home .mantine-Textarea-wrapper ::-webkit-input-placeholder,html.active-route--new-born .mantine-TextInput-wrapper ::-webkit-input-placeholder,html.active-route--new-born .mantine-Textarea-wrapper ::-webkit-input-placeholder,html.active-route--listed .mantine-TextInput-wrapper ::-webkit-input-placeholder,html.active-route--listed .mantine-Textarea-wrapper ::-webkit-input-placeholder,html.active-route--trending .mantine-TextInput-wrapper ::-webkit-input-placeholder,html.active-route--trending .mantine-Textarea-wrapper ::-webkit-input-placeholder,html.active-route--token\.detail .mantine-TextInput-wrapper ::-webkit-input-placeholder,html.active-route--token\.detail .mantine-Textarea-wrapper ::-webkit-input-placeholder,html.active-route--nnnews .mantine-TextInput-wrapper ::-webkit-input-placeholder,html.active-route--nnnews .mantine-Textarea-wrapper ::-webkit-input-placeholder,html.active-route--article\.detail .mantine-TextInput-wrapper ::-webkit-input-placeholder,html.active-route--article\.detail .mantine-Textarea-wrapper ::-webkit-input-placeholder,html.active-route--author\.detail .mantine-TextInput-wrapper ::-webkit-input-placeholder,html.active-route--author\.detail .mantine-Textarea-wrapper ::-webkit-input-placeholder{color:#717480}html.active-route--home .mantine-TextInput-wrapper ::-moz-placeholder,html.active-route--home .mantine-Textarea-wrapper ::-moz-placeholder,html.active-route--new-born .mantine-TextInput-wrapper ::-moz-placeholder,html.active-route--new-born .mantine-Textarea-wrapper ::-moz-placeholder,html.active-route--listed .mantine-TextInput-wrapper ::-moz-placeholder,html.active-route--listed .mantine-Textarea-wrapper ::-moz-placeholder,html.active-route--trending .mantine-TextInput-wrapper ::-moz-placeholder,html.active-route--trending .mantine-Textarea-wrapper ::-moz-placeholder,html.active-route--token\.detail .mantine-TextInput-wrapper ::-moz-placeholder,html.active-route--token\.detail .mantine-Textarea-wrapper ::-moz-placeholder,html.active-route--nnnews .mantine-TextInput-wrapper ::-moz-placeholder,html.active-route--nnnews .mantine-Textarea-wrapper ::-moz-placeholder,html.active-route--article\.detail .mantine-TextInput-wrapper ::-moz-placeholder,html.active-route--article\.detail .mantine-Textarea-wrapper ::-moz-placeholder,html.active-route--author\.detail .mantine-TextInput-wrapper ::-moz-placeholder,html.active-route--author\.detail .mantine-Textarea-wrapper ::-moz-placeholder{color:#717480}html.active-route--home .mantine-TextInput-wrapper :-ms-input-placeholder,html.active-route--home .mantine-Textarea-wrapper :-ms-input-placeholder,html.active-route--new-born .mantine-TextInput-wrapper :-ms-input-placeholder,html.active-route--new-born .mantine-Textarea-wrapper :-ms-input-placeholder,html.active-route--listed .mantine-TextInput-wrapper :-ms-input-placeholder,html.active-route--listed .mantine-Textarea-wrapper :-ms-input-placeholder,html.active-route--trending .mantine-TextInput-wrapper :-ms-input-placeholder,html.active-route--trending .mantine-Textarea-wrapper :-ms-input-placeholder,html.active-route--token\.detail .mantine-TextInput-wrapper :-ms-input-placeholder,html.active-route--token\.detail .mantine-Textarea-wrapper :-ms-input-placeholder,html.active-route--nnnews .mantine-TextInput-wrapper :-ms-input-placeholder,html.active-route--nnnews .mantine-Textarea-wrapper :-ms-input-placeholder,html.active-route--article\.detail .mantine-TextInput-wrapper :-ms-input-placeholder,html.active-route--article\.detail .mantine-Textarea-wrapper :-ms-input-placeholder,html.active-route--author\.detail .mantine-TextInput-wrapper :-ms-input-placeholder,html.active-route--author\.detail .mantine-Textarea-wrapper :-ms-input-placeholder{color:#717480}html.active-route--home .mantine-TextInput-wrapper :-moz-placeholder,html.active-route--home .mantine-Textarea-wrapper :-moz-placeholder,html.active-route--new-born .mantine-TextInput-wrapper :-moz-placeholder,html.active-route--new-born .mantine-Textarea-wrapper :-moz-placeholder,html.active-route--listed .mantine-TextInput-wrapper :-moz-placeholder,html.active-route--listed .mantine-Textarea-wrapper :-moz-placeholder,html.active-route--trending .mantine-TextInput-wrapper :-moz-placeholder,html.active-route--trending .mantine-Textarea-wrapper :-moz-placeholder,html.active-route--token\.detail .mantine-TextInput-wrapper :-moz-placeholder,html.active-route--token\.detail .mantine-Textarea-wrapper :-moz-placeholder,html.active-route--nnnews .mantine-TextInput-wrapper :-moz-placeholder,html.active-route--nnnews .mantine-Textarea-wrapper :-moz-placeholder,html.active-route--article\.detail .mantine-TextInput-wrapper :-moz-placeholder,html.active-route--article\.detail .mantine-Textarea-wrapper :-moz-placeholder,html.active-route--author\.detail .mantine-TextInput-wrapper :-moz-placeholder,html.active-route--author\.detail .mantine-Textarea-wrapper :-moz-placeholder{color:#717480}html.active-route--home .mantine-TextInput-wrapper .mantine-TextInput-input,html.active-route--home .mantine-TextInput-wrapper .mantine-Textarea-input,html.active-route--home .mantine-Textarea-wrapper .mantine-TextInput-input,html.active-route--home .mantine-Textarea-wrapper .mantine-Textarea-input,html.active-route--new-born .mantine-TextInput-wrapper .mantine-TextInput-input,html.active-route--new-born .mantine-TextInput-wrapper .mantine-Textarea-input,html.active-route--new-born .mantine-Textarea-wrapper .mantine-TextInput-input,html.active-route--new-born .mantine-Textarea-wrapper .mantine-Textarea-input,html.active-route--listed .mantine-TextInput-wrapper .mantine-TextInput-input,html.active-route--listed .mantine-TextInput-wrapper .mantine-Textarea-input,html.active-route--listed .mantine-Textarea-wrapper .mantine-TextInput-input,html.active-route--listed .mantine-Textarea-wrapper .mantine-Textarea-input,html.active-route--trending .mantine-TextInput-wrapper .mantine-TextInput-input,html.active-route--trending .mantine-TextInput-wrapper .mantine-Textarea-input,html.active-route--trending .mantine-Textarea-wrapper .mantine-TextInput-input,html.active-route--trending .mantine-Textarea-wrapper .mantine-Textarea-input,html.active-route--token\.detail .mantine-TextInput-wrapper .mantine-TextInput-input,html.active-route--token\.detail .mantine-TextInput-wrapper .mantine-Textarea-input,html.active-route--token\.detail .mantine-Textarea-wrapper .mantine-TextInput-input,html.active-route--token\.detail .mantine-Textarea-wrapper .mantine-Textarea-input,html.active-route--nnnews .mantine-TextInput-wrapper .mantine-TextInput-input,html.active-route--nnnews .mantine-TextInput-wrapper .mantine-Textarea-input,html.active-route--nnnews .mantine-Textarea-wrapper .mantine-TextInput-input,html.active-route--nnnews .mantine-Textarea-wrapper .mantine-Textarea-input,html.active-route--article\.detail .mantine-TextInput-wrapper .mantine-TextInput-input,html.active-route--article\.detail .mantine-TextInput-wrapper .mantine-Textarea-input,html.active-route--article\.detail .mantine-Textarea-wrapper .mantine-TextInput-input,html.active-route--article\.detail .mantine-Textarea-wrapper .mantine-Textarea-input,html.active-route--author\.detail .mantine-TextInput-wrapper .mantine-TextInput-input,html.active-route--author\.detail .mantine-TextInput-wrapper .mantine-Textarea-input,html.active-route--author\.detail .mantine-Textarea-wrapper .mantine-TextInput-input,html.active-route--author\.detail .mantine-Textarea-wrapper .mantine-Textarea-input{padding:.3125rem .625rem;background:#26272b;border:1px solid #BABBBE;border-radius:.375rem;outline:none;font-size:1rem;color:#fff;transition:all .2s}html.active-route--home .mantine-TextInput-wrapper .mantine-TextInput-input[disabled],html.active-route--home .mantine-TextInput-wrapper .mantine-Textarea-input[disabled],html.active-route--home .mantine-Textarea-wrapper .mantine-TextInput-input[disabled],html.active-route--home .mantine-Textarea-wrapper .mantine-Textarea-input[disabled],html.active-route--new-born .mantine-TextInput-wrapper .mantine-TextInput-input[disabled],html.active-route--new-born .mantine-TextInput-wrapper .mantine-Textarea-input[disabled],html.active-route--new-born .mantine-Textarea-wrapper .mantine-TextInput-input[disabled],html.active-route--new-born .mantine-Textarea-wrapper .mantine-Textarea-input[disabled],html.active-route--listed .mantine-TextInput-wrapper .mantine-TextInput-input[disabled],html.active-route--listed .mantine-TextInput-wrapper .mantine-Textarea-input[disabled],html.active-route--listed .mantine-Textarea-wrapper .mantine-TextInput-input[disabled],html.active-route--listed .mantine-Textarea-wrapper .mantine-Textarea-input[disabled],html.active-route--trending .mantine-TextInput-wrapper .mantine-TextInput-input[disabled],html.active-route--trending .mantine-TextInput-wrapper .mantine-Textarea-input[disabled],html.active-route--trending .mantine-Textarea-wrapper .mantine-TextInput-input[disabled],html.active-route--trending .mantine-Textarea-wrapper .mantine-Textarea-input[disabled],html.active-route--token\.detail .mantine-TextInput-wrapper .mantine-TextInput-input[disabled],html.active-route--token\.detail .mantine-TextInput-wrapper .mantine-Textarea-input[disabled],html.active-route--token\.detail .mantine-Textarea-wrapper .mantine-TextInput-input[disabled],html.active-route--token\.detail .mantine-Textarea-wrapper .mantine-Textarea-input[disabled],html.active-route--nnnews .mantine-TextInput-wrapper .mantine-TextInput-input[disabled],html.active-route--nnnews .mantine-TextInput-wrapper .mantine-Textarea-input[disabled],html.active-route--nnnews .mantine-Textarea-wrapper .mantine-TextInput-input[disabled],html.active-route--nnnews .mantine-Textarea-wrapper .mantine-Textarea-input[disabled],html.active-route--article\.detail .mantine-TextInput-wrapper .mantine-TextInput-input[disabled],html.active-route--article\.detail .mantine-TextInput-wrapper .mantine-Textarea-input[disabled],html.active-route--article\.detail .mantine-Textarea-wrapper .mantine-TextInput-input[disabled],html.active-route--article\.detail .mantine-Textarea-wrapper .mantine-Textarea-input[disabled],html.active-route--author\.detail .mantine-TextInput-wrapper .mantine-TextInput-input[disabled],html.active-route--author\.detail .mantine-TextInput-wrapper .mantine-Textarea-input[disabled],html.active-route--author\.detail .mantine-Textarea-wrapper .mantine-TextInput-input[disabled],html.active-route--author\.detail .mantine-Textarea-wrapper .mantine-Textarea-input[disabled]{color:#ffffffa6}html.active-route--home .mantine-TextInput-wrapper .mantine-TextInput-input:first-child:not(:last-child),html.active-route--home .mantine-TextInput-wrapper .mantine-Textarea-input:first-child:not(:last-child),html.active-route--home .mantine-Textarea-wrapper .mantine-TextInput-input:first-child:not(:last-child),html.active-route--home .mantine-Textarea-wrapper .mantine-Textarea-input:first-child:not(:last-child),html.active-route--new-born .mantine-TextInput-wrapper .mantine-TextInput-input:first-child:not(:last-child),html.active-route--new-born .mantine-TextInput-wrapper .mantine-Textarea-input:first-child:not(:last-child),html.active-route--new-born .mantine-Textarea-wrapper .mantine-TextInput-input:first-child:not(:last-child),html.active-route--new-born .mantine-Textarea-wrapper .mantine-Textarea-input:first-child:not(:last-child),html.active-route--listed .mantine-TextInput-wrapper .mantine-TextInput-input:first-child:not(:last-child),html.active-route--listed .mantine-TextInput-wrapper .mantine-Textarea-input:first-child:not(:last-child),html.active-route--listed .mantine-Textarea-wrapper .mantine-TextInput-input:first-child:not(:last-child),html.active-route--listed .mantine-Textarea-wrapper .mantine-Textarea-input:first-child:not(:last-child),html.active-route--trending .mantine-TextInput-wrapper .mantine-TextInput-input:first-child:not(:last-child),html.active-route--trending .mantine-TextInput-wrapper .mantine-Textarea-input:first-child:not(:last-child),html.active-route--trending .mantine-Textarea-wrapper .mantine-TextInput-input:first-child:not(:last-child),html.active-route--trending .mantine-Textarea-wrapper .mantine-Textarea-input:first-child:not(:last-child),html.active-route--token\.detail .mantine-TextInput-wrapper .mantine-TextInput-input:first-child:not(:last-child),html.active-route--token\.detail .mantine-TextInput-wrapper .mantine-Textarea-input:first-child:not(:last-child),html.active-route--token\.detail .mantine-Textarea-wrapper .mantine-TextInput-input:first-child:not(:last-child),html.active-route--token\.detail .mantine-Textarea-wrapper .mantine-Textarea-input:first-child:not(:last-child),html.active-route--nnnews .mantine-TextInput-wrapper .mantine-TextInput-input:first-child:not(:last-child),html.active-route--nnnews .mantine-TextInput-wrapper .mantine-Textarea-input:first-child:not(:last-child),html.active-route--nnnews .mantine-Textarea-wrapper .mantine-TextInput-input:first-child:not(:last-child),html.active-route--nnnews .mantine-Textarea-wrapper .mantine-Textarea-input:first-child:not(:last-child),html.active-route--article\.detail .mantine-TextInput-wrapper .mantine-TextInput-input:first-child:not(:last-child),html.active-route--article\.detail .mantine-TextInput-wrapper .mantine-Textarea-input:first-child:not(:last-child),html.active-route--article\.detail .mantine-Textarea-wrapper .mantine-TextInput-input:first-child:not(:last-child),html.active-route--article\.detail .mantine-Textarea-wrapper .mantine-Textarea-input:first-child:not(:last-child),html.active-route--author\.detail .mantine-TextInput-wrapper .mantine-TextInput-input:first-child:not(:last-child),html.active-route--author\.detail .mantine-TextInput-wrapper .mantine-Textarea-input:first-child:not(:last-child),html.active-route--author\.detail .mantine-Textarea-wrapper .mantine-TextInput-input:first-child:not(:last-child),html.active-route--author\.detail .mantine-Textarea-wrapper .mantine-Textarea-input:first-child:not(:last-child){padding-right:2.1875rem}html.active-route--home .mantine-TextInput-wrapper .mantine-TextInput-input:last-child:not(:first-child),html.active-route--home .mantine-TextInput-wrapper .mantine-Textarea-input:last-child:not(:first-child),html.active-route--home .mantine-Textarea-wrapper .mantine-TextInput-input:last-child:not(:first-child),html.active-route--home .mantine-Textarea-wrapper .mantine-Textarea-input:last-child:not(:first-child),html.active-route--new-born .mantine-TextInput-wrapper .mantine-TextInput-input:last-child:not(:first-child),html.active-route--new-born .mantine-TextInput-wrapper .mantine-Textarea-input:last-child:not(:first-child),html.active-route--new-born .mantine-Textarea-wrapper .mantine-TextInput-input:last-child:not(:first-child),html.active-route--new-born .mantine-Textarea-wrapper .mantine-Textarea-input:last-child:not(:first-child),html.active-route--listed .mantine-TextInput-wrapper .mantine-TextInput-input:last-child:not(:first-child),html.active-route--listed .mantine-TextInput-wrapper .mantine-Textarea-input:last-child:not(:first-child),html.active-route--listed .mantine-Textarea-wrapper .mantine-TextInput-input:last-child:not(:first-child),html.active-route--listed .mantine-Textarea-wrapper .mantine-Textarea-input:last-child:not(:first-child),html.active-route--trending .mantine-TextInput-wrapper .mantine-TextInput-input:last-child:not(:first-child),html.active-route--trending .mantine-TextInput-wrapper .mantine-Textarea-input:last-child:not(:first-child),html.active-route--trending .mantine-Textarea-wrapper .mantine-TextInput-input:last-child:not(:first-child),html.active-route--trending .mantine-Textarea-wrapper .mantine-Textarea-input:last-child:not(:first-child),html.active-route--token\.detail .mantine-TextInput-wrapper .mantine-TextInput-input:last-child:not(:first-child),html.active-route--token\.detail .mantine-TextInput-wrapper .mantine-Textarea-input:last-child:not(:first-child),html.active-route--token\.detail .mantine-Textarea-wrapper .mantine-TextInput-input:last-child:not(:first-child),html.active-route--token\.detail .mantine-Textarea-wrapper .mantine-Textarea-input:last-child:not(:first-child),html.active-route--nnnews .mantine-TextInput-wrapper .mantine-TextInput-input:last-child:not(:first-child),html.active-route--nnnews .mantine-TextInput-wrapper .mantine-Textarea-input:last-child:not(:first-child),html.active-route--nnnews .mantine-Textarea-wrapper .mantine-TextInput-input:last-child:not(:first-child),html.active-route--nnnews .mantine-Textarea-wrapper .mantine-Textarea-input:last-child:not(:first-child),html.active-route--article\.detail .mantine-TextInput-wrapper .mantine-TextInput-input:last-child:not(:first-child),html.active-route--article\.detail .mantine-TextInput-wrapper .mantine-Textarea-input:last-child:not(:first-child),html.active-route--article\.detail .mantine-Textarea-wrapper .mantine-TextInput-input:last-child:not(:first-child),html.active-route--article\.detail .mantine-Textarea-wrapper .mantine-Textarea-input:last-child:not(:first-child),html.active-route--author\.detail .mantine-TextInput-wrapper .mantine-TextInput-input:last-child:not(:first-child),html.active-route--author\.detail .mantine-TextInput-wrapper .mantine-Textarea-input:last-child:not(:first-child),html.active-route--author\.detail .mantine-Textarea-wrapper .mantine-TextInput-input:last-child:not(:first-child),html.active-route--author\.detail .mantine-Textarea-wrapper .mantine-Textarea-input:last-child:not(:first-child){padding-left:2.1875rem}html.active-route--home .mantine-TextInput-wrapper .mantine-TextInput-input:focus,html.active-route--home .mantine-TextInput-wrapper .mantine-Textarea-input:focus,html.active-route--home .mantine-Textarea-wrapper .mantine-TextInput-input:focus,html.active-route--home .mantine-Textarea-wrapper .mantine-Textarea-input:focus,html.active-route--new-born .mantine-TextInput-wrapper .mantine-TextInput-input:focus,html.active-route--new-born .mantine-TextInput-wrapper .mantine-Textarea-input:focus,html.active-route--new-born .mantine-Textarea-wrapper .mantine-TextInput-input:focus,html.active-route--new-born .mantine-Textarea-wrapper .mantine-Textarea-input:focus,html.active-route--listed .mantine-TextInput-wrapper .mantine-TextInput-input:focus,html.active-route--listed .mantine-TextInput-wrapper .mantine-Textarea-input:focus,html.active-route--listed .mantine-Textarea-wrapper .mantine-TextInput-input:focus,html.active-route--listed .mantine-Textarea-wrapper .mantine-Textarea-input:focus,html.active-route--trending .mantine-TextInput-wrapper .mantine-TextInput-input:focus,html.active-route--trending .mantine-TextInput-wrapper .mantine-Textarea-input:focus,html.active-route--trending .mantine-Textarea-wrapper .mantine-TextInput-input:focus,html.active-route--trending .mantine-Textarea-wrapper .mantine-Textarea-input:focus,html.active-route--token\.detail .mantine-TextInput-wrapper .mantine-TextInput-input:focus,html.active-route--token\.detail .mantine-TextInput-wrapper .mantine-Textarea-input:focus,html.active-route--token\.detail .mantine-Textarea-wrapper .mantine-TextInput-input:focus,html.active-route--token\.detail .mantine-Textarea-wrapper .mantine-Textarea-input:focus,html.active-route--nnnews .mantine-TextInput-wrapper .mantine-TextInput-input:focus,html.active-route--nnnews .mantine-TextInput-wrapper .mantine-Textarea-input:focus,html.active-route--nnnews .mantine-Textarea-wrapper .mantine-TextInput-input:focus,html.active-route--nnnews .mantine-Textarea-wrapper .mantine-Textarea-input:focus,html.active-route--article\.detail .mantine-TextInput-wrapper .mantine-TextInput-input:focus,html.active-route--article\.detail .mantine-TextInput-wrapper .mantine-Textarea-input:focus,html.active-route--article\.detail .mantine-Textarea-wrapper .mantine-TextInput-input:focus,html.active-route--article\.detail .mantine-Textarea-wrapper .mantine-Textarea-input:focus,html.active-route--author\.detail .mantine-TextInput-wrapper .mantine-TextInput-input:focus,html.active-route--author\.detail .mantine-TextInput-wrapper .mantine-Textarea-input:focus,html.active-route--author\.detail .mantine-Textarea-wrapper .mantine-TextInput-input:focus,html.active-route--author\.detail .mantine-Textarea-wrapper .mantine-Textarea-input:focus{border-color:#28b599}html.active-route--home .mantine-Calendar-calendar,html.active-route--new-born .mantine-Calendar-calendar,html.active-route--listed .mantine-Calendar-calendar,html.active-route--trending .mantine-Calendar-calendar,html.active-route--token\.detail .mantine-Calendar-calendar,html.active-route--nnnews .mantine-Calendar-calendar,html.active-route--article\.detail .mantine-Calendar-calendar,html.active-route--author\.detail .mantine-Calendar-calendar{max-width:16.1875rem}html.active-route--home .mantine-Calendar-calendar .mantine-WeekdaysRow-weekday,html.active-route--new-born .mantine-Calendar-calendar .mantine-WeekdaysRow-weekday,html.active-route--listed .mantine-Calendar-calendar .mantine-WeekdaysRow-weekday,html.active-route--trending .mantine-Calendar-calendar .mantine-WeekdaysRow-weekday,html.active-route--token\.detail .mantine-Calendar-calendar .mantine-WeekdaysRow-weekday,html.active-route--nnnews .mantine-Calendar-calendar .mantine-WeekdaysRow-weekday,html.active-route--article\.detail .mantine-Calendar-calendar .mantine-WeekdaysRow-weekday,html.active-route--author\.detail .mantine-Calendar-calendar .mantine-WeekdaysRow-weekday{text-align:center}html.active-route--home .mantine-RadioGroup-root .mantine-Group-root,html.active-route--new-born .mantine-RadioGroup-root .mantine-Group-root,html.active-route--listed .mantine-RadioGroup-root .mantine-Group-root,html.active-route--trending .mantine-RadioGroup-root .mantine-Group-root,html.active-route--token\.detail .mantine-RadioGroup-root .mantine-Group-root,html.active-route--nnnews .mantine-RadioGroup-root .mantine-Group-root,html.active-route--article\.detail .mantine-RadioGroup-root .mantine-Group-root,html.active-route--author\.detail .mantine-RadioGroup-root .mantine-Group-root{gap:.4375rem}html.active-route--home .mantine-RadioGroup-root .mantine-Radio-radio,html.active-route--new-born .mantine-RadioGroup-root .mantine-Radio-radio,html.active-route--listed .mantine-RadioGroup-root .mantine-Radio-radio,html.active-route--trending .mantine-RadioGroup-root .mantine-Radio-radio,html.active-route--token\.detail .mantine-RadioGroup-root .mantine-Radio-radio,html.active-route--nnnews .mantine-RadioGroup-root .mantine-Radio-radio,html.active-route--article\.detail .mantine-RadioGroup-root .mantine-Radio-radio,html.active-route--author\.detail .mantine-RadioGroup-root .mantine-Radio-radio{width:1.125rem;height:1.125rem}html.active-route--home .mantine-RadioGroup-root .mantine-Radio-radio .mantine-Radio-icon,html.active-route--new-born .mantine-RadioGroup-root .mantine-Radio-radio .mantine-Radio-icon,html.active-route--listed .mantine-RadioGroup-root .mantine-Radio-radio .mantine-Radio-icon,html.active-route--trending .mantine-RadioGroup-root .mantine-Radio-radio .mantine-Radio-icon,html.active-route--token\.detail .mantine-RadioGroup-root .mantine-Radio-radio .mantine-Radio-icon,html.active-route--nnnews .mantine-RadioGroup-root .mantine-Radio-radio .mantine-Radio-icon,html.active-route--article\.detail .mantine-RadioGroup-root .mantine-Radio-radio .mantine-Radio-icon,html.active-route--author\.detail .mantine-RadioGroup-root .mantine-Radio-radio .mantine-Radio-icon{width:.4375rem;height:.4375rem}html.active-route--home .mantine-RadioGroup-root .mantine-Radio-label,html.active-route--new-born .mantine-RadioGroup-root .mantine-Radio-label,html.active-route--listed .mantine-RadioGroup-root .mantine-Radio-label,html.active-route--trending .mantine-RadioGroup-root .mantine-Radio-label,html.active-route--token\.detail .mantine-RadioGroup-root .mantine-Radio-label,html.active-route--nnnews .mantine-RadioGroup-root .mantine-Radio-label,html.active-route--article\.detail .mantine-RadioGroup-root .mantine-Radio-label,html.active-route--author\.detail .mantine-RadioGroup-root .mantine-Radio-label{font-size:1rem}html.active-route--home .mantine-Select-wrapper ::-webkit-input-placeholder,html.active-route--new-born .mantine-Select-wrapper ::-webkit-input-placeholder,html.active-route--listed .mantine-Select-wrapper ::-webkit-input-placeholder,html.active-route--trending .mantine-Select-wrapper ::-webkit-input-placeholder,html.active-route--token\.detail .mantine-Select-wrapper ::-webkit-input-placeholder,html.active-route--nnnews .mantine-Select-wrapper ::-webkit-input-placeholder,html.active-route--article\.detail .mantine-Select-wrapper ::-webkit-input-placeholder,html.active-route--author\.detail .mantine-Select-wrapper ::-webkit-input-placeholder{color:#717480}html.active-route--home .mantine-Select-wrapper ::-moz-placeholder,html.active-route--new-born .mantine-Select-wrapper ::-moz-placeholder,html.active-route--listed .mantine-Select-wrapper ::-moz-placeholder,html.active-route--trending .mantine-Select-wrapper ::-moz-placeholder,html.active-route--token\.detail .mantine-Select-wrapper ::-moz-placeholder,html.active-route--nnnews .mantine-Select-wrapper ::-moz-placeholder,html.active-route--article\.detail .mantine-Select-wrapper ::-moz-placeholder,html.active-route--author\.detail .mantine-Select-wrapper ::-moz-placeholder{color:#717480}html.active-route--home .mantine-Select-wrapper :-ms-input-placeholder,html.active-route--new-born .mantine-Select-wrapper :-ms-input-placeholder,html.active-route--listed .mantine-Select-wrapper :-ms-input-placeholder,html.active-route--trending .mantine-Select-wrapper :-ms-input-placeholder,html.active-route--token\.detail .mantine-Select-wrapper :-ms-input-placeholder,html.active-route--nnnews .mantine-Select-wrapper :-ms-input-placeholder,html.active-route--article\.detail .mantine-Select-wrapper :-ms-input-placeholder,html.active-route--author\.detail .mantine-Select-wrapper :-ms-input-placeholder{color:#717480}html.active-route--home .mantine-Select-wrapper :-moz-placeholder,html.active-route--new-born .mantine-Select-wrapper :-moz-placeholder,html.active-route--listed .mantine-Select-wrapper :-moz-placeholder,html.active-route--trending .mantine-Select-wrapper :-moz-placeholder,html.active-route--token\.detail .mantine-Select-wrapper :-moz-placeholder,html.active-route--nnnews .mantine-Select-wrapper :-moz-placeholder,html.active-route--article\.detail .mantine-Select-wrapper :-moz-placeholder,html.active-route--author\.detail .mantine-Select-wrapper :-moz-placeholder{color:#717480}html.active-route--home .mantine-Select-wrapper .mantine-Select-input,html.active-route--new-born .mantine-Select-wrapper .mantine-Select-input,html.active-route--listed .mantine-Select-wrapper .mantine-Select-input,html.active-route--trending .mantine-Select-wrapper .mantine-Select-input,html.active-route--token\.detail .mantine-Select-wrapper .mantine-Select-input,html.active-route--nnnews .mantine-Select-wrapper .mantine-Select-input,html.active-route--article\.detail .mantine-Select-wrapper .mantine-Select-input,html.active-route--author\.detail .mantine-Select-wrapper .mantine-Select-input{padding:.3125rem .625rem;background:#26272b;border:1px solid #BABBBE;border-radius:.375rem;outline:none;font-size:1rem;color:#fff;transition:all .2s}html.active-route--home .mantine-Select-wrapper .mantine-Select-input[disabled],html.active-route--new-born .mantine-Select-wrapper .mantine-Select-input[disabled],html.active-route--listed .mantine-Select-wrapper .mantine-Select-input[disabled],html.active-route--trending .mantine-Select-wrapper .mantine-Select-input[disabled],html.active-route--token\.detail .mantine-Select-wrapper .mantine-Select-input[disabled],html.active-route--nnnews .mantine-Select-wrapper .mantine-Select-input[disabled],html.active-route--article\.detail .mantine-Select-wrapper .mantine-Select-input[disabled],html.active-route--author\.detail .mantine-Select-wrapper .mantine-Select-input[disabled]{color:#ffffffa6}html.active-route--home .mantine-Select-wrapper .mantine-Select-input:focus,html.active-route--new-born .mantine-Select-wrapper .mantine-Select-input:focus,html.active-route--listed .mantine-Select-wrapper .mantine-Select-input:focus,html.active-route--trending .mantine-Select-wrapper .mantine-Select-input:focus,html.active-route--token\.detail .mantine-Select-wrapper .mantine-Select-input:focus,html.active-route--nnnews .mantine-Select-wrapper .mantine-Select-input:focus,html.active-route--article\.detail .mantine-Select-wrapper .mantine-Select-input:focus,html.active-route--author\.detail .mantine-Select-wrapper .mantine-Select-input:focus{border-color:#28b599}html.active-route--home .mantine-Select-dropdown .mantine-Select-item[data-selected],html.active-route--new-born .mantine-Select-dropdown .mantine-Select-item[data-selected],html.active-route--listed .mantine-Select-dropdown .mantine-Select-item[data-selected],html.active-route--trending .mantine-Select-dropdown .mantine-Select-item[data-selected],html.active-route--token\.detail .mantine-Select-dropdown .mantine-Select-item[data-selected],html.active-route--nnnews .mantine-Select-dropdown .mantine-Select-item[data-selected],html.active-route--article\.detail .mantine-Select-dropdown .mantine-Select-item[data-selected],html.active-route--author\.detail .mantine-Select-dropdown .mantine-Select-item[data-selected]{background-color:#28b599}html.active-route--home .mantine-Tooltip-tooltip:not(.no-overwrite),html.active-route--new-born .mantine-Tooltip-tooltip:not(.no-overwrite),html.active-route--listed .mantine-Tooltip-tooltip:not(.no-overwrite),html.active-route--trending .mantine-Tooltip-tooltip:not(.no-overwrite),html.active-route--token\.detail .mantine-Tooltip-tooltip:not(.no-overwrite),html.active-route--nnnews .mantine-Tooltip-tooltip:not(.no-overwrite),html.active-route--article\.detail .mantine-Tooltip-tooltip:not(.no-overwrite),html.active-route--author\.detail .mantine-Tooltip-tooltip:not(.no-overwrite){box-shadow:-5px -5px 5px #40464e66}html.active-route--home .mantine-Image-root.maximized-image img,html.active-route--new-born .mantine-Image-root.maximized-image img,html.active-route--listed .mantine-Image-root.maximized-image img,html.active-route--trending .mantine-Image-root.maximized-image img,html.active-route--token\.detail .mantine-Image-root.maximized-image img,html.active-route--nnnews .mantine-Image-root.maximized-image img,html.active-route--article\.detail .mantine-Image-root.maximized-image img,html.active-route--author\.detail .mantine-Image-root.maximized-image img{display:block;max-width:100%;max-height:300px;margin:0 auto}html.active-route--home .mantine-Button-root,html.active-route--new-born .mantine-Button-root,html.active-route--listed .mantine-Button-root,html.active-route--trending .mantine-Button-root,html.active-route--token\.detail .mantine-Button-root,html.active-route--nnnews .mantine-Button-root,html.active-route--article\.detail .mantine-Button-root,html.active-route--author\.detail .mantine-Button-root{transition:all .2s}html.active-route--home .mantine-Dropzone-root.will-crop,html.active-route--new-born .mantine-Dropzone-root.will-crop,html.active-route--listed .mantine-Dropzone-root.will-crop,html.active-route--trending .mantine-Dropzone-root.will-crop,html.active-route--token\.detail .mantine-Dropzone-root.will-crop,html.active-route--nnnews .mantine-Dropzone-root.will-crop,html.active-route--article\.detail .mantine-Dropzone-root.will-crop,html.active-route--author\.detail .mantine-Dropzone-root.will-crop{background:#382503;border-color:#af680e}html.active-route--home .mantine-Dropzone-root.is-too-big,html.active-route--new-born .mantine-Dropzone-root.is-too-big,html.active-route--listed .mantine-Dropzone-root.is-too-big,html.active-route--trending .mantine-Dropzone-root.is-too-big,html.active-route--token\.detail .mantine-Dropzone-root.is-too-big,html.active-route--nnnews .mantine-Dropzone-root.is-too-big,html.active-route--article\.detail .mantine-Dropzone-root.is-too-big,html.active-route--author\.detail .mantine-Dropzone-root.is-too-big{background:#391a1a;border-color:#a30606}html.active-route--home table,html.active-route--new-born table,html.active-route--listed table,html.active-route--trending table,html.active-route--token\.detail table,html.active-route--nnnews table,html.active-route--article\.detail table,html.active-route--author\.detail table{width:100%}html.active-route--home table th,html.active-route--new-born table th,html.active-route--listed table th,html.active-route--trending table th,html.active-route--token\.detail table th,html.active-route--nnnews table th,html.active-route--article\.detail table th,html.active-route--author\.detail table th{font-size:1.125rem;font-weight:700;text-align:left;line-height:1}html.active-route--home table td,html.active-route--new-born table td,html.active-route--listed table td,html.active-route--trending table td,html.active-route--token\.detail table td,html.active-route--nnnews table td,html.active-route--article\.detail table td,html.active-route--author\.detail table td{padding-top:.625rem;padding-right:.625rem}html.active-route--home table td:last-of-type,html.active-route--new-born table td:last-of-type,html.active-route--listed table td:last-of-type,html.active-route--trending table td:last-of-type,html.active-route--token\.detail table td:last-of-type,html.active-route--nnnews table td:last-of-type,html.active-route--article\.detail table td:last-of-type,html.active-route--author\.detail table td:last-of-type{padding-right:0}html.active-route--home table td .mantine-Anchor-root,html.active-route--new-born table td .mantine-Anchor-root,html.active-route--listed table td .mantine-Anchor-root,html.active-route--trending table td .mantine-Anchor-root,html.active-route--token\.detail table td .mantine-Anchor-root,html.active-route--nnnews table td .mantine-Anchor-root,html.active-route--article\.detail table td .mantine-Anchor-root,html.active-route--author\.detail table td .mantine-Anchor-root{font-size:inherit;line-height:inherit}html.active-route--home table td .line,html.active-route--new-born table td .line,html.active-route--listed table td .line,html.active-route--trending table td .line,html.active-route--token\.detail table td .line,html.active-route--nnnews table td .line,html.active-route--article\.detail table td .line,html.active-route--author\.detail table td .line{display:flex;justify-content:flex-start;line-height:1.4375rem;font-size:1.0625rem}html.active-route--home table td .line .symbol,html.active-route--new-born table td .line .symbol,html.active-route--listed table td .line .symbol,html.active-route--trending table td .line .symbol,html.active-route--token\.detail table td .line .symbol,html.active-route--nnnews table td .line .symbol,html.active-route--article\.detail table td .line .symbol,html.active-route--author\.detail table td .line .symbol{margin-right:.5625rem}html.active-route--home table td .line .name,html.active-route--new-born table td .line .name,html.active-route--listed table td .line .name,html.active-route--trending table td .line .name,html.active-route--token\.detail table td .line .name,html.active-route--nnnews table td .line .name,html.active-route--article\.detail table td .line .name,html.active-route--author\.detail table td .line .name{font-size:1rem;color:#adb5bd}html.active-route--home table td .line .value,html.active-route--new-born table td .line .value,html.active-route--listed table td .line .value,html.active-route--trending table td .line .value,html.active-route--token\.detail table td .line .value,html.active-route--nnnews table td .line .value,html.active-route--article\.detail table td .line .value,html.active-route--author\.detail table td .line .value{margin-left:0}main.layout{min-height:100vh;padding-top:calc(var(--header-height));--layout-spacing: 1.875rem}@media (max-width: 768px),(max-height: 509px){main.layout{padding-bottom:45px;--layout-spacing: .9375rem}}main.layout .viewport{width:calc(100% - 6.0625rem);margin-left:auto;padding:0 var(--layout-spacing)}@media (max-width: 768px),(max-height: 509px){main.layout .viewport{width:100%}}@media (max-width: 768px),(max-height: 509px){html.with-expanded-float-menu main.layout{padding-bottom:90px}}.mantine-Modal-modal{max-width:100%;background:linear-gradient(to bottom right,#2a2c31,#2e3136);color:#babbbe}.mantine-Modal-modal .mantine-Modal-header{background:none}.mantine-Modal-modal .mantine-Accordion-item{border:1px solid transparent}.mantine-Modal-modal .mantine-Accordion-item:not([data-active]){background:#2e3136}.mantine-Modal-modal .mantine-Accordion-item[data-active]{border-color:#28f8c8}.mantine-Modal-root.modal--no-title .mantine-Modal-header{position:absolute;top:13px;right:20px}.manager-layout--user{position:relative;margin-left:auto;margin-right:0}@media (max-width: 992px){.manager-layout--user{display:none}}.manager-layout--user .user--data{display:flex;align-items:stretch;gap:.625rem;cursor:pointer}@media (max-width: 1200px){.manager-layout--user .user--data{align-items:center}}.manager-layout--user .user--photo img{width:2.5rem;height:2.5rem;border-radius:50%}@media (max-width: 1200px){.manager-layout--user .user--photo img{width:1.875rem;height:1.875rem}}.manager-layout--user .user--info{display:flex;flex-direction:column;justify-content:space-between;padding:.125rem 0;font-size:1rem;line-height:1;color:#acb4bc}@media (max-width: 1200px){.manager-layout--user .user--info{font-size:.875rem}}.manager-layout--user .user--info .user--name{max-width:10rem;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.manager-layout--user .user--toggle{display:flex;align-items:center;color:#acb4bc}.manager-layout--user .user--toggle svg{transition:all .2s}.manager-layout--user .user--popup{position:absolute;top:100%;right:0;min-width:100%;padding-top:.5rem;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10%);z-index:99;transition:all .2s}.manager-layout--user .user--popup .user--popup--content{position:relative;padding:.5rem 0;background:#2a2f32;border-radius:.3125rem;box-shadow:0 0 .375rem #1f2227}.manager-layout--user .user--popup .user--popup--content:after{content:"";position:absolute;left:50%;bottom:100%;height:0;width:0;margin-left:-.4375rem;border:solid transparent;border-bottom-color:#252a2c;border-width:.4375rem;filter:drop-shadow(0 0 .375rem #1F2227);pointer-events:none}.manager-layout--user .user--popup .user--popup--content .user--popup--link{display:flex;align-items:center;padding:.4375rem 0 .4375rem .3125rem;font-size:.875rem;color:#acb4bc;cursor:pointer;transition:all .2s}.manager-layout--user .user--popup .user--popup--content .user--popup--link span{display:flex;justify-content:center;width:2.5rem}.manager-layout--user .user--popup .user--popup--content .user--popup--link span svg.icon-user{width:.9375rem;height:1rem}.manager-layout--user .user--popup .user--popup--content .user--popup--link span svg.icon-logout{width:1.125rem;height:1.25rem}.manager-layout--user .user--popup .user--popup--content .user--popup--link.user--popup--link--red{color:#f36170}.manager-layout--user .user--popup .user--popup--content .user--popup--link:hover{background:#3e444b}.manager-layout--user.manager-layout--user--is-open .user--toggle svg{transform:rotate(180deg)}.manager-layout--user.manager-layout--user--is-open .user--popup{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)}.manager-layout--menu--link{transition:background .2s}.manager-layout--menu--link .route-link{display:flex;align-items:center;height:3.25rem;padding:0 .625rem;font-size:1rem;color:#acb4bc;transition:color .2s}.manager-layout--menu--link .route-link:hover,.manager-layout--menu--link .route-link.route-link--is-active{background:#33383d;color:#fff}.manager-layout--menu--link .route-link .icon{display:inline-flex;align-items:center;justify-content:center;width:3.25rem}.manager-layout--menu--link .route-link .icon svg{width:100%;height:100%;max-width:1.375rem;max-height:1.375rem}.manager-layout--menu--link .route-link .label{width:calc(100% - 3.25rem);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.manager-layout--menu--link .manager-layout--menu--link--children{padding-left:2rem;overflow:hidden;max-height:0;transition:max-height .2s}.manager-layout--menu--link .manager-layout--menu--link--children .route-link{height:1.9375rem;font-size:.875rem}.manager-layout--menu--link .manager-layout--menu--link--children .route-link:hover,.manager-layout--menu--link .manager-layout--menu--link--children .route-link.route-link--is-active{background:#33383d;color:#fff}.manager-layout--menu--link .manager-layout--menu--link--children .route-link .icon{display:inline-flex;align-items:center;justify-content:center;width:2.375rem}.manager-layout--menu--link .manager-layout--menu--link--children .route-link .icon svg{max-width:1rem;max-height:1rem}.manager-layout--menu--link .manager-layout--menu--link--children .route-link .label{width:calc(100% - 3rem)}.manager-layout--menu--link.manager-layout--menu--link--is-active .manager-layout--menu--link--children{max-height:37.5rem}.manager-layout--menu--link.manager-layout--menu--link--is-active .route-link:hover,.manager-layout--menu--link.manager-layout--menu--link--is-active .route-link.route-link--is-active{background:#afb6be1a}.manager-layout--menu--link:hover,.manager-layout--menu--link.manager-layout--menu--link--is-active{background:#33383d}.manager-layout--mobile-menu--opener{display:inline-flex;flex-direction:column;justify-content:space-between;width:1.875rem;height:1.5625rem;padding:.1875rem 0;cursor:pointer}@media (min-width: 993px){.manager-layout--mobile-menu--opener{display:none}}.manager-layout--mobile-menu--opener span{display:block;width:100%;height:1px;background:#fff;transition:all .2s}.manager-layout--mobile-menu--opener.manager-layout--mobile-menu--opener--is-open span:nth-of-type(1){transform:rotate(45deg) translate(.375rem,.375rem)}.manager-layout--mobile-menu--opener.manager-layout--mobile-menu--opener--is-open span:nth-of-type(2){opacity:0}.manager-layout--mobile-menu--opener.manager-layout--mobile-menu--opener--is-open span:nth-of-type(3){transform:rotate(-45deg) translate(.375rem,-.375rem)}.manager-layout--mobile-menu{position:fixed;top:3.125rem;left:0;right:0;bottom:0;background:#292f32;transform:translateY(-100px);opacity:0;visibility:hidden;pointer-events:none;z-index:89;transition:all .2s}@media (min-width: 993px){.manager-layout--mobile-menu{display:none}}.manager-layout--mobile-menu .manager-layout--mobile-menu--wrapper{width:20rem;max-width:100%;max-height:calc(100vh - 3.125rem);margin:0 auto;padding:.9375rem 0;overflow-y:auto}.manager-layout--mobile-menu .manager-layout--mobile-menu--wrapper hr{height:1px;background:#3b4348;border:0}.manager-layout--mobile-menu .manager-layout--user{display:none}.manager-layout--mobile-menu .manager-layout--user .user--data{align-items:center;padding-left:1.4375rem;gap:.9375rem;cursor:initial}.manager-layout--mobile-menu .manager-layout--user .user--data .user--toggle{display:none}.manager-layout--mobile-menu .manager-layout--user .user--data .user--photo img{width:1.5625rem;height:1.5625rem}.manager-layout--mobile-menu .manager-layout--user .user--data .user--info{font-size:1rem}.manager-layout--mobile-menu .manager-layout--user .user--data .user--info .user--name{max-width:16.0625rem}.manager-layout--mobile-menu .manager-layout--user .user--popup{position:static;top:auto;opacity:1;visibility:visible;pointer-events:all;transform:translateY(0);z-index:initial}.manager-layout--mobile-menu .manager-layout--user .user--popup .user--popup--content{padding:0;background:transparent;box-shadow:none}.manager-layout--mobile-menu .manager-layout--user .user--popup .user--popup--content:after{display:none}.manager-layout--mobile-menu .manager-layout--user .user--popup .user--popup--content .user--popup--link{padding:.4375rem 0 .4375rem .9375rem;font-size:1rem}.manager-layout--mobile-menu .manager-layout--user .user--popup .user--popup--content .user--popup--link span{margin-right:.5rem}.manager-layout--mobile-menu .manager-layout--user .user--popup .user--popup--content .user--popup--link:hover{background:#33383d;color:#fff}.manager-layout--mobile-menu .manager-layout--user .user--popup .user--popup--content .user--popup--link:hover.user--popup--link--red{color:#f36170}.manager-layout--mobile-menu.manager-layout--mobile-menu--is-open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:all}.manager-layout--mobile-menu.manager-layout--mobile-menu--is-open .manager-layout--user{display:block}.manager-layout--header{display:flex;align-items:center;justify-content:space-between;height:5rem;padding:0 1.875rem 0 1.5625rem}@media (max-width: 1200px){.manager-layout--header{height:3.125rem;padding:0 1.875rem}}@media (max-width: 768px){.manager-layout--header{padding:0 .9375rem}}.manager-layout--header .manager-layout--user-credits--wrapper{display:flex;align-items:center;gap:1.875rem;margin-left:auto;margin-right:0}@media (max-width: 992px){.manager-layout--header .manager-layout--user-credits--wrapper{margin-right:1.25rem}}.manager-layout--header .manager-layout--user-credits--wrapper .manager-layout--user-credits{text-align:right;color:#acb4bc;transition:all .2s}.manager-layout--header .manager-layout--user-credits--wrapper .manager-layout--user-credits div:nth-of-type(1){font-size:.875rem}.manager-layout--header .manager-layout--user-credits--wrapper .manager-layout--user-credits div:nth-of-type(2){font-size:.5rem}.manager-layout--header .manager-layout--user-credits--wrapper .manager-layout--user-credits:hover{color:#28b599}.manager-breadcrumbs{display:flex;gap:.5rem;margin-bottom:.9375rem}.manager-breadcrumbs .manager-breadcrumbs--item{display:flex;align-items:center;gap:.5rem;font-size:1rem}@media (max-width: 420px){.manager-breadcrumbs .manager-breadcrumbs--item{font-size:.875rem}}.manager-breadcrumbs .manager-breadcrumbs--item .manager-breadcrumbs--label{color:#acb4bc}.manager-breadcrumbs .manager-breadcrumbs--item a.manager-breadcrumbs--label{transition:all .2s}.manager-breadcrumbs .manager-breadcrumbs--item a.manager-breadcrumbs--label:hover{color:#fff}.manager-breadcrumbs .manager-breadcrumbs--item .manager-breadcrumbs--delimiter{color:#505458}.manager-breadcrumbs .manager-breadcrumbs--item:last-of-type .manager-breadcrumbs--label{font-weight:700;color:#fff}main.manager-layout .react-select__control{min-height:36px;margin-top:4px;background-color:#25262b;border:1px solid #373A40;border-radius:4px;box-shadow:none;font-size:14px}main.manager-layout .react-select__control:focus-within,main.manager-layout .react-select__control:hover{border-color:#1971c2}main.manager-layout .react-select__control .react-select__multi-value{background:#1971c233}main.manager-layout .react-select__control .react-select__multi-value__label{padding-top:0;padding-bottom:0;color:#fff}main.manager-layout .react-select__control .react-select__multi-value__remove{padding-left:1px;padding-right:1px;cursor:pointer;transition:all .2s}main.manager-layout .react-select__control .react-select__input-container{color:#fff;cursor:text}main.manager-layout .react-select__control .react-select__value-container{padding:0 .5rem}main.manager-layout .react-select__control .react-select__single-value{color:#fff;transition:all .2s}main.manager-layout .react-select__control:focus-within .react-select__single-value{opacity:.3}main.manager-layout .react-select__menu{background-color:#25262b;border:1px solid #373A40;border-radius:4px;font-size:14px;color:#fff}main.manager-layout .react-select__option{background-color:#25262b;color:#fff;cursor:pointer;transition:all .2s}main.manager-layout .react-select__option:hover{background-color:#333439}main.manager-layout .manager--pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-top:.9375rem;gap:.9375rem}@media (max-width: 768px){main.manager-layout .manager--pagination{flex-direction:column;align-items:flex-start}}main.manager-layout .manager--pagination .manager--pagination--label{font-size:.875rem;color:#acb4bc}main.manager-layout .manager--pagination .manager--pagination--label strong{color:#fff}main.manager-layout .manager--pagination .mantine-Group-root{gap:0}main.manager-layout .manager--pagination .mantine-Group-root .mantine-Pagination-item{display:inline-flex;align-items:center;justify-content:center;width:1.5625rem;min-width:auto;height:1.5625rem;padding:0;background:#373d43;border:1px solid #3A4448;border-radius:0;font-size:.875rem;color:#acb4bc}main.manager-layout .manager--pagination .mantine-Group-root .mantine-Pagination-item svg{width:1em;height:1em}main.manager-layout .manager--pagination .mantine-Group-root .mantine-Pagination-item[data-active]{background:linear-gradient(to bottom,#3c86d8,#5d6dc3);border-color:#5d6dc3;color:#fff}main.manager-layout .manager--pagination .mantine-Group-root .mantine-Pagination-item[data-dots]{align-items:flex-end}main.manager-layout .manager--pagination .mantine-Group-root .mantine-Pagination-item:disabled{opacity:.5}main.manager-layout{display:flex;min-height:100vh;padding-top:5rem;background:#1f2228;font-size:.875rem}@media (max-width: 1200px){main.manager-layout{padding-top:3.125rem}}main.manager-layout.no-sidebar{grid-template-columns:100%;grid-template-areas:"header" "content"}@media (min-width: 769px){main.manager-layout.no-sidebar .manager-layout--content{padding-left:1.5625rem}}main.manager-layout .manager-layout--header{position:fixed;top:0;width:100%;z-index:9000;background:#292f32;box-shadow:0 .375rem .3125rem #26272bcc}main.manager-layout .manager-layout--sidebar{position:fixed;top:5rem;left:0;bottom:0;width:15rem;z-index:9001;background:#292f32}@media (max-width: 1200px){main.manager-layout .manager-layout--sidebar{top:3.125rem}}@media (max-width: 992px){main.manager-layout .manager-layout--sidebar{display:none}}main.manager-layout .manager-layout--content{width:100%;padding:.9375rem 1.875rem 1.875rem 16.875rem}@media (max-width: 992px){main.manager-layout .manager-layout--content{padding-left:1.875rem}}@media (max-width: 768px){main.manager-layout .manager-layout--content{padding:.9375rem}}main.manager-layout .manager-badge{display:inline-flex;align-items:center;height:.9375rem;padding:0 .3125rem;background:#3dc396;border-radius:.1875rem;font-size:.625rem;font-weight:700;color:#fff}main.manager-layout .manager-badge.manager-badge--red{background:#f36170}main.manager-layout .manager-status.active{color:#3dc396}main.manager-layout .manager-status.inactive{color:#f36170}main.manager-layout hr{margin:1.25rem 0 .9375rem;border:0;border-bottom:1px solid #3B4348}main.manager-layout .mantine-Popover-dropdown{z-index:9900!important}main.manager-layout .delete-action{display:inline-block}.manager-layout,.admin-layout{font-size:16px}.manager-layout,.manager-layout body,.admin-layout,.admin-layout body{overflow-x:visible}.manager-layout .mantine-Modal-root,.admin-layout .mantine-Modal-root{z-index:99998}.manager-layout div:has(>div>.mantine-Notification-root),.admin-layout div:has(>div>.mantine-Notification-root){z-index:99999}.manager-layout .create-item-wrapper,.admin-layout .create-item-wrapper{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding-bottom:.9375rem;gap:.9375rem}.manager-layout .create-item-wrapper .manager-button:first-of-type,.admin-layout .create-item-wrapper .manager-button:first-of-type{margin-left:auto}.manager-layout .manager-panel,.admin-layout .manager-panel{padding:.9375rem;background:#292f32;border-radius:.3125rem}@media (max-width: 420px){.manager-layout .manager-panel,.admin-layout .manager-panel{font-size:.75rem}}.manager-layout .manager-panel h2,.admin-layout .manager-panel h2{margin-bottom:.9375rem;font-size:.875rem;text-transform:uppercase}.manager-layout .manager-panel .manager-panel,.admin-layout .manager-panel .manager-panel{border:1px solid #161718}.manager-layout .absolute-mask,.admin-layout .absolute-mask{position:absolute;top:10px;left:-16px;right:-16px;bottom:-10px;background:#2b303533;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.manager-layout .website-logo,.admin-layout .website-logo{filter:drop-shadow(0 0 0 rgba(255,255,255,0))}@media (max-width: 1200px){.manager-layout .website-logo,.admin-layout .website-logo{font-size:.875rem}}@media (max-width: 420px){.manager-layout .website-logo,.admin-layout .website-logo{font-size:.75rem}}.manager-layout .website-logo img,.admin-layout .website-logo img{height:1.75rem}@media (max-width: 1200px){.manager-layout .website-logo img,.admin-layout .website-logo img{height:1.25rem}}@media (max-width: 420px){.manager-layout .website-logo img,.admin-layout .website-logo img{height:1rem}}.manager-layout .website-logo:hover,.admin-layout .website-logo:hover{filter:drop-shadow(0 0 4px rgba(255,255,255,.5))}.manager-layout .highlight-box,.admin-layout .highlight-box{margin-top:15px;border:1px solid transparent;border-radius:4px;transition:all .2s}.manager-layout .highlight-box.active,.admin-layout .highlight-box.active{border-color:#28a745}.manager-layout .highlight-box.inactive:not(:hover):not(:focus-within),.admin-layout .highlight-box.inactive:not(:hover):not(:focus-within){opacity:.45}.manager-token-loading{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.9375rem;padding:2.8125rem 0}.manager-token-loading .label{font-weight:700;opacity:.3}section.manager-page--edit-token{position:relative}section.manager-page--edit-token .token-info{display:flex;flex-direction:column;gap:.625rem;grid-area:info;font-size:1rem}section.manager-page--edit-token .token-info .network-logo,section.manager-page--edit-token .token-info .token-logo{width:1.25rem;height:1.25rem;font-size:.5625rem}section.manager-page--edit-token .token-info .line{display:flex;align-items:center;flex-wrap:wrap;gap:.4375rem}section.manager-page--edit-token .token-info .line .col{display:inline-flex;align-items:center;gap:.4375rem}section.manager-page--edit-token .token-info .line .col:first-of-type{color:#909296}section.manager-page--edit-token .token-info .line .col.green{color:#3dc396}section.manager-page--edit-token .token-info .address .address--wrapper{overflow:hidden}section.manager-page--edit-token .latest-articles{grid-area:articles}section.manager-page--edit-token .latest-articles h2{margin-bottom:1.25rem;font-size:1.25rem}section.manager-page--edit-token .latest-articles .articles-loading{display:flex;justify-content:center}section.manager-page--edit-token .latest-articles .articles-list{display:flex;flex-wrap:wrap;gap:.9375rem}section.manager-page--edit-token .latest-articles .latest-article{width:15.625rem;background:#292f32;border-radius:.3125rem}section.manager-page--edit-token .latest-articles .latest-article .article-lists{margin-top:.3125rem;padding:0 .625rem}section.manager-page--edit-token .latest-articles .latest-article .article-image{height:8.625rem;background-size:cover;background-position:center center;border-top-left-radius:.3125rem;border-top-right-radius:.3125rem}section.manager-page--edit-token .latest-articles .latest-article .article-title{margin-top:.625rem;padding:0 .625rem;font-size:1.25rem;font-weight:700;line-height:1.5625rem}section.manager-page--edit-token .latest-articles .latest-article .article-stats{margin-top:.1875rem;padding:0 .625rem;font-size:.75rem;color:#909296}section.manager-page--edit-token .latest-articles .latest-article .article-perex{height:3.5rem;margin-top:.625rem;padding:0 .625rem;font-size:.75rem;line-height:.875rem;color:#909296}section.manager-page--edit-token .latest-articles .latest-article .manager-button{margin:.625rem}section.manager-page--edit-token .article-lists{display:inline-flex;gap:.4375rem}section.manager-page--edit-token .edit-token-info{display:flex;align-items:flex-start;gap:.9375rem}@media (max-width: 992px){section.manager-page--edit-token .edit-token-info{gap:0;padding-top:3.1875rem}}section.manager-page--edit-token .edit-token-info .edit-token-info--controls{flex:0 0 6.875rem;position:sticky;top:5.9375rem;z-index:4}@media (max-width: 1200px){section.manager-page--edit-token .edit-token-info .edit-token-info--controls{top:4.0625rem}}@media (max-width: 992px){section.manager-page--edit-token .edit-token-info .edit-token-info--controls{flex:0 0 .0625rem;top:6.3125rem}}section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--controls--wrapper{display:flex;flex-direction:column}@media (max-width: 992px){section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--controls--wrapper{flex-direction:row;align-items:center;position:absolute;top:-3.1875rem;left:-1.875rem;padding:0 1.875rem;width:100vw;height:2.25rem;background:#1f2227;box-shadow:0 6px 6px #0006;overflow-x:auto}}@media (max-width: 768px){section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--controls--wrapper{left:-.9375rem;padding:0 .9375rem}}section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--action{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:.9375rem;font-size:.875rem;white-space:nowrap;color:#acb4bc;cursor:pointer;transition:all .2s}@media (max-width: 992px){section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--action{margin-bottom:0}section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--action:not(:last-of-type){margin-right:.9375rem;padding-right:.9375rem;border-right:1px solid #33383D}}section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--action:last-of-type{margin-bottom:0}section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--action:hover{color:#fff}section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--delimiter{margin-bottom:.4375rem;padding-bottom:.3125rem;border-bottom:1px solid #3B4348;font-size:.75rem;opacity:.6}@media (max-width: 992px){section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--delimiter{display:none}}section.manager-page--edit-token .edit-token-info .edit-token-info--content{flex:1 1 calc(100% - 7.8125rem);max-width:calc(100% - 7.8125rem)}@media (max-width: 992px){section.manager-page--edit-token .edit-token-info .edit-token-info--content{flex:1 1 calc(100% - .0625rem);max-width:calc(100% - .0625rem)}}section.manager-page--edit-token .edit-token-info .edit-token-info--content [class*=icon--]{width:20px}section.manager-page--edit-token .edit-token-info .edit-token-info--content .image-wrapper{width:auto!important;max-width:100%!important;height:auto!important}section.manager-page--edit-token .edit-token-info .edit-token-info--content .edit-token-info--form--row{display:grid;gap:.9375rem 1.25rem;margin-top:.9375rem;margin-bottom:1.25rem}@media (min-width: 769px){section.manager-page--edit-token .edit-token-info .edit-token-info--content .edit-token-info--form--row{grid-template-columns:repeat(3,1fr)}section.manager-page--edit-token .edit-token-info .edit-token-info--content .edit-token-info--form--row.two-columns{grid-template-columns:repeat(2,1fr)}}section.manager-page--edit-token .edit-token-info .edit-token-info--content .edit-token-info--form--row .edit-token-info--form--column.not-important{opacity:.3;transition:all .2s}section.manager-page--edit-token .edit-token-info .edit-token-info--content .edit-token-info--form--row .edit-token-info--form--column.not-important:hover,section.manager-page--edit-token .edit-token-info .edit-token-info--content .edit-token-info--form--row .edit-token-info--form--column.not-important:focus-within{opacity:1}section.manager-page--edit-token .edit-token-info hr{margin-top:0}section.manager-page--edit-token .manager-stats{grid-area:stats}section.manager-page--edit-token.manager-page--edit-token--dashboard{display:grid;grid-template-columns:100%;grid-template-areas:"stats" "info" "articles";gap:1.25rem}@media (max-width: 768px){section.manager-page--edit-token.manager-page--edit-token--dashboard{grid-template-areas:"info" "stats" "articles"}}.edit-token-selector{display:flex;flex-wrap:wrap;gap:.625rem;margin-bottom:.9375rem;padding-bottom:.9375rem;border-bottom:1px solid #33383D}.edit-token-selector .label{width:100%;font-size:1rem;font-weight:700;color:#acb4bc}.edit-token-selector .token-logo{width:1.375rem;height:1.375rem}.edit-token-selector .token-logo span{font-size:.5em}.edit-token-selector .mantine-Select-root{width:16.25rem}@media (max-width: 576px){.edit-token-selector .mantine-Select-root{width:13.75rem}}.edit-token-selector .mantine-Button-root{padding:0 .625rem;color:#3dc396}.edit-token-selector .mantine-Button-root .mantine-Button-icon{margin:0}.edit-token-selector .mantine-Button-root:hover{background:#3dc39633}.panel{position:relative;padding:13px 18px;background:#2a2c31;box-shadow:-5px -5px 5px #40464e66;border-radius:.9375rem}@media (max-width: 420px){.panel{padding:.9375rem .625rem}}.panel .is-loading{display:flex;align-items:center;justify-content:center;min-height:15.125rem}.panel .panel--heading{display:flex;align-items:center;position:relative;margin-bottom:.625rem;z-index:5}.panel .panel--heading .panel--heading--icon{height:1.875rem;margin-right:1rem}.panel .panel--heading .panel--heading--label{margin-right:.625rem;font-size:1.25rem;font-weight:700}.panel .panel--heading .panel--heading--link{margin-top:.25rem;font-size:.9375rem;color:#28f4c5;transition:all .2s}.panel .panel--heading .panel--heading--link:hover{color:#fff}.panel .panel--heading .panel--heading--description{justify-self:flex-end;margin-left:auto;font-size:.875rem}.panel .panel--info{display:flex;justify-content:space-between;margin-bottom:1.5625rem;font-size:.875rem;font-weight:300}.panel .panel--info .panel--info--title{font-size:1.25rem;font-weight:700}.panel .panel--info .panel--info--description{font-size:1rem;font-weight:400}.panel .panel--text{margin-bottom:1.5625rem;font-size:.875rem}.panel .soon{padding:11.25rem 0;font-size:3.875rem;font-weight:700;text-align:center}@media (max-width: 992px){.panel .soon{font-size:2.8125rem}}.panel .panel--disabled{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;right:0;bottom:0;background:#2a2c31e0;border-radius:.9375rem;color:#44464b}.panel .panel--disabled svg{width:3.9375rem;height:5.0625rem}.panel .panel--disabled img{height:5.0625rem;opacity:.4}.panel.panel--has-description .panel--heading{display:flex}.panel.panel--coming-soon{overflow:hidden}.panel.panel--coming-soon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:7;background:#2b303599;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.panel.panel--coming-soon:after{content:"Coming Soon!";display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;right:0;bottom:0;z-index:7;font-size:3.875rem;font-weight:700}@media (max-width: 768px){.panel.panel--coming-soon:after{font-size:2.1875rem}}.panel.panel--no-padding{padding:0}.panel.panel--has-categories .panel--heading{flex-wrap:wrap}.panel.panel--has-categories .panel--heading>*{position:relative;order:1}.panel.panel--has-categories .panel--heading .categories--wrapper{position:absolute;left:50%;transform:translate(-50%)}.panel.panel--has-categories .panel--heading .panel--heading--link{margin-left:auto}@media (max-width: 576px){.panel.panel--has-categories.panel--categories-compact-xs .panel--heading .categories--wrapper{position:relative;width:100%;order:2;margin:.625rem 0 .3125rem}}@media (max-width: 768px){.panel.panel--has-categories.panel--categories-compact-sm .panel--heading .categories--wrapper{position:relative;width:100%;order:2;margin:.625rem 0 .3125rem}}@media (max-width: 992px){.panel.panel--has-categories.panel--categories-compact-md .panel--heading .categories--wrapper{position:relative;width:100%;order:2;margin:.625rem 0 .3125rem}}@media (max-width: 1200px){.panel.panel--has-categories.panel--categories-compact-lg .panel--heading .categories--wrapper{position:relative;width:100%;order:2;margin:.625rem 0 .3125rem}}@media (max-width: 1921px){.panel.panel--has-categories.panel--categories-compact-xl .panel--heading .categories--wrapper{position:relative;width:100%;order:2;margin:.625rem 0 .3125rem}}.news-panel-wrapper{display:grid;grid-template-columns:25rem auto;gap:1.875rem}.news-panel-wrapper .is-loading{width:100%;text-align:center}.news-panel-wrapper hr{width:100%;height:1px;margin:0;border:0;background:#ffffff1a}.news-panel-wrapper .news--highlight-articles{display:flex;flex-direction:column;gap:1.3125rem}.news-panel-wrapper .news--articles{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.news-panel-wrapper .news--articles .news-article{width:100%}@media (max-width: 900px){.news-panel-wrapper{grid-template-columns:100%;grid-auto-flow:row;gap:1.25rem}.news-panel-wrapper .news--highlight-articles{flex-direction:row;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.1)}.news-panel-wrapper .news--highlight-articles hr{display:none}.news-panel-wrapper .news--highlight-articles .news-article{width:50%}}svg.chart .path{fill:none;stroke:#17c671;stroke-miterlimit:10;stroke-dasharray:630;stroke-linecap:round}svg.chart .background{fill:none;stroke:#051c2c}div.chart{display:inline-block;--chart-dashoffset: 0;--chart-rotate: 0;position:relative;max-width:18.75rem}div.chart svg.chart{width:100%;transform:rotate(var(--chart-rotate))}div.chart svg.chart .background{stroke:#2b2e33;stroke-dasharray:630;stroke-dashoffset:var(--chart-dashoffset);stroke-linecap:round;filter:drop-shadow(-1px 1px 6px rgba(0,0,0,.65))}div.chart svg.chart .path{stroke:#28b599;filter:drop-shadow(2px 2px 4px rgba(40,181,153,.2))}div.chart svg.chart .path,div.chart svg.chart .background{stroke-width:1.25rem}div.chart .chart--content .chart--percentage{position:absolute;top:50%;left:50%;margin-top:-.625rem;transform:translate(-50%,-50%);font-size:6.1875rem;font-weight:700;line-height:1}@media (max-width: 1200px){div.chart .chart--content .chart--percentage{font-size:4.6875rem}}div.chart .chart--content .chart--labels{display:flex;justify-content:space-between;position:absolute;left:0;right:0;bottom:3.4375rem;font-size:1rem;font-weight:600}@media (max-width: 1200px){div.chart .chart--content .chart--labels{bottom:2.8125rem;font-size:.875rem}}.banner--moulin{min-height:8.9375rem;background-color:#3d4248;border-radius:.9375rem;font-size:1.625rem;font-weight:700;color:#fff;transition:all .2s;position:relative;background-image:url(/banners/moulin/background.jpg);background-size:cover;background-position:center center;overflow:hidden}@media (max-width: 576px){.banner--moulin{min-height:7.5rem;font-size:1.3125rem}}.banner--moulin:hover{box-shadow:4px 3px 14px #8d042633,-5px -5px 12px #8d04264d}.banner--moulin .banner--logos{position:absolute;top:50%;right:0;transform:translateY(-50%);height:230%}.banner--moulin .banner--title{position:absolute;top:50%;left:1.875rem;transform:translateY(-50%);height:67%}@media (max-width: 1790px){.banner--moulin .banner--title{height:57%}}@media (max-width: 1610px){.banner--moulin .banner--logos{height:200%}.banner--moulin .banner--title{height:47%}}@media (max-width: 1140px){.banner--moulin .banner--logos{height:160%}.banner--moulin .banner--title{height:42%}}@media (max-width: 992px){.banner--moulin .banner--logos{height:220%}.banner--moulin .banner--title{height:67%}}@media (max-width: 420px){.banner--moulin .banner--logos{height:190%}.banner--moulin .banner--title{height:52%}}.banner--nnn{display:flex;align-items:center;justify-content:center;min-height:8.9375rem;background-color:#090c43;border-radius:.9375rem;font-size:1.625rem;font-weight:700;color:#fff;transition:all .2s}@media (max-width: 576px){.banner--nnn{min-height:7.5rem;font-size:1.3125rem}}.banner--nnn img{height:5.9375rem;opacity:.7;transition:all .2s}@media (max-width: 1200px){.banner--nnn img{height:5rem}}@media (max-width: 992px){.banner--nnn img{height:5.9375rem}}@media (max-width: 420px){.banner--nnn img{height:5.3125rem}}.banner--nnn:hover{box-shadow:-5px -5px 5px #40464e66}.banner--nnn:hover img{opacity:1}.banner--karma{position:relative;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;min-height:8.9375rem;padding-left:1.875rem;background-color:#3d4248;background-image:url(/banners/karma.jpg);background-position:center center;background-size:100% auto;border-radius:.9375rem;font-size:1.625rem;font-weight:700;color:#fff;overflow:hidden;transition:all .2s}@media (max-width: 576px){.banner--karma{min-height:7.5rem;font-size:1.3125rem}}.banner--karma:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#26272b99}.banner--karma .banner--title{position:relative;width:auto;white-space:nowrap}@media (max-width: 1200px){.banner--karma .banner--title{font-size:1.4375rem}}.banner--karma .banner--title span{color:#28f4c5}.banner--karma .loader{width:.7em;height:.7em}.banner--karma:hover{box-shadow:-5px -5px 5px #40464e66;background-size:115% auto}.fear-and-greed-grid{display:grid;grid-auto-flow:column;grid-template-columns:2fr 1fr;gap:var(--layout-spacing)}.fear-and-greed-grid p.small{font-size:.875rem}.fear-and-greed-grid .charts-grid{display:grid;grid-auto-flow:column;grid-auto-columns:1fr}@media (max-width: 576px){.fear-and-greed-grid .charts-grid{grid-template-columns:100%;grid-auto-flow:row}}.fear-and-greed-grid .grid--left{display:grid;grid-auto-rows:1fr}.fear-and-greed-grid .grid--right{display:grid;grid-auto-rows:1fr;gap:1.0625rem}@media (max-width: 1260px){.fear-and-greed-grid div.chart{max-width:17.5rem}}@media (max-width: 1200px){.fear-and-greed-grid div.chart{max-width:13.75rem}.fear-and-greed-grid h2{font-size:1.125rem}}@media (max-width: 992px){.fear-and-greed-grid{grid-template-columns:100%;grid-auto-flow:row}}@media (max-width: 576px){.fear-and-greed-grid div.chart{max-width:18.75rem}}@media (min-width: 421px) and (max-width: 576px){.fear-and-greed-grid h2{font-size:1.5rem}}section.page-404 h1{margin:1.875rem 0;text-align:center}section.page-404 h1 span{display:block}section.page-404 h1 span:nth-of-type(1){font-size:8.75rem;line-height:1;color:#28f4c5;opacity:.4}section.page-404 h1 span:nth-of-type(2){opacity:.7}section.page-404 .search-wrapper{display:flex;justify-content:center}section.page-404 .button-wrapper{margin:2.8125rem 0;text-align:center}.manager-button{display:inline-flex;align-items:center;justify-content:center;position:relative;height:1.875rem;padding:0 .9375rem;background:#5d6dc3;border:1px solid transparent;border-radius:.1875rem;font-size:.875rem;font-weight:700;color:#fff;cursor:pointer;transition:all .2s}.manager-button[disabled],.manager-button.manager-button--disabled{pointer-events:none;opacity:.6}.manager-button:hover:not([disabled]):not(.manager-button--disabled){background:#4355b4}.manager-button.manager-button--outline{background:none;border:1px solid #5D6DC3;color:#5d6dc3}.manager-button.manager-button--outline:hover:not([disabled]):not(.manager-button--disabled){background:#5d6dc3;color:#fff}.manager-button.manager-button--compact{height:1.25rem;padding:0 .4375rem;font-size:.75rem}.manager-button.manager-button--color--green{background:#3dc396}.manager-button.manager-button--color--green:hover:not([disabled]):not(.manager-button--disabled){background:#33a47e}.manager-button.manager-button--color--green.manager-button--outline{background:none;border:1px solid #3DC396;color:#3dc396}.manager-button.manager-button--color--green.manager-button--outline:hover:not([disabled]):not(.manager-button--disabled){background:#3dc396;color:#fff}.manager-button.manager-button--color--red{background:#e0313133;color:#ffc9c9}.manager-button.manager-button--color--red:hover:not([disabled]):not(.manager-button--disabled){background:#e0313173}.manager-button.manager-button--color--red.manager-button--outline{background:none;border:1px solid rgba(224,49,49,.2);color:#e0313133}.manager-button.manager-button--color--red.manager-button--outline:hover:not([disabled]):not(.manager-button--disabled){background:#e0313133;color:#ffc9c9}/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width: 768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width: 992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width: 1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}@font-face{font-family:PT Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/jizaRExUiTo99u79D0-ExcOPIDUg-g.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:PT Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/jizaRExUiTo99u79D0aExcOPIDUg-g.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:PT Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/jizaRExUiTo99u79D0yExcOPIDUg-g.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:PT Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/jizaRExUiTo99u79D0KExcOPIDU.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:PT Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/jizfRExUiTo99u79B_mh0OOtLR8a8zILig.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:PT Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/jizfRExUiTo99u79B_mh0OqtLR8a8zILig.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:PT Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/jizfRExUiTo99u79B_mh0OCtLR8a8zILig.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:PT Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cuatra;src:url(/fonts/CuatraLight.woff2) format("woff2"),url(/fonts/CuatraLight.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Cuatra;src:url(/fonts/CuatraBold.woff2) format("woff2"),url(/fonts/CuatraBold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue-Bold.woff2) format("woff2"),url(/fonts/HelveticaNeue-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue-Roman.woff2) format("woff2"),url(/fonts/HelveticaNeue-Roman.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}.threat-tags{flex:1 1 auto;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.625rem}.threat-tag{display:inline-block;padding:.1875rem .5rem;background:#3d4248;border-radius:5px/7px;font-size:.875rem;line-height:1.145;white-space:nowrap;color:#d8d8d8}.threat-tag.threat-tag--red{background:#b6334e}.threat-tag.threat-tag--green{background:#1e7e34}.threat-tag.threat-tag--blue{background:#212642}.introjs-tooltip{max-width:400px;background:#3b4348}.introjs-tooltip .introjs-tooltip-header{display:none}.introjs-tooltip .introjs-tooltiptext{padding:10px;font-size:14px}.introjs-tooltip .introjs-tooltiptext strong{color:#28f8c8}.introjs-tooltip .introjs-arrow.top{border-bottom-color:#3b4348}.introjs-tooltip .introjs-tooltipbuttons{border-top:1px solid #30363A}.introjs-tooltip .introjs-tooltipbuttons .introjs-button{display:inline-flex;align-items:center;justify-content:center;position:relative;height:1.875rem;padding:0 .9375rem;background:#5d6dc3;border:1px solid transparent;border-radius:.1875rem;font-size:.875rem;font-weight:700;text-shadow:none;outline:none;box-shadow:none;color:#fff;cursor:pointer;transition:background .2s}.introjs-tooltip .introjs-tooltipbuttons .introjs-button[disabled],.introjs-tooltip .introjs-tooltipbuttons .introjs-button.introjs-disabled{pointer-events:none;opacity:0}.introjs-tooltip .introjs-tooltipbuttons .introjs-button:hover:not([disabled]):not(.introjs-disabled){background:#4355b4}.introjs-tooltip .introjs-tooltipbuttons .introjs-button.introjs-prevbutton{background:none;border:1px solid #5D6DC3;color:#5d6dc3}.introjs-tooltip .introjs-tooltipbuttons .introjs-button.introjs-prevbutton:hover:not([disabled]):not(.introjs-disabled){background:#5d6dc3;color:#fff}.d-none{display:none!important}.d-block{display:block!important}@media (min-width: 0px){.d-xxs-none{display:none!important}}@media (min-width: 0px){.d-xxs-block{display:block!important}}@media (min-width: 421px){.d-xs-none{display:none!important}}@media (min-width: 421px){.d-xs-block{display:block!important}}@media (min-width: 577px){.d-sm-none{display:none!important}}@media (min-width: 577px){.d-sm-block{display:block!important}}@media (min-width: 769px){.d-md-none{display:none!important}}@media (min-width: 769px){.d-md-block{display:block!important}}@media (min-width: 993px){.d-lg-none{display:none!important}}@media (min-width: 993px){.d-lg-block{display:block!important}}@media (min-width: 1201px){.d-xl-none{display:none!important}}@media (min-width: 1201px){.d-xl-block{display:block!important}}@media (min-width: 1922px){.d-xxl-none{display:none!important}}@media (min-width: 1922px){.d-xxl-block{display:block!important}}.cursor-pointer{cursor:pointer!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.relative{position:relative!important}.no-overflow{overflow:hidden!important}strong{font-weight:700!important}*{box-sizing:border-box}a,a :hover{text-decoration:none}.media-helper{display:flex;align-items:center;position:fixed;top:0;left:0;padding:6px 9px;background:#17c671;font-size:18px;font-weight:700;color:#fff;text-transform:uppercase;z-index:99999}.media-helper .media-helper--resolution{display:flex;align-items:center;margin-left:15px;font-size:14px;font-weight:400;text-transform:lowercase;color:#ffffff80}.media-helper .media-helper--resolution .vw,.media-helper .media-helper--resolution .vh{font-weight:700;color:#fff}:root{--header-height: 4.8125rem;--footer-height: 2.625rem}@media (max-width: 768px),(max-height: 509px){:root{--header-height: 4.0625rem}}@media (max-width: 768px){:root{--footer-height: 3.875rem}}.auth-modal{--w3m-accent: #28B599}html,body{max-width:100%;margin:0;padding:0;background:#26272b;color:#fff;touch-action:auto!important;overscroll-behavior:auto!important}html,body,input,select,*{font-family:PT Sans,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{font-size:14px}@media (max-width: 1700px){html{font-size:14px}}@media (max-width: 1600px){html{font-size:13px}}@media (max-width: 1500px){html{font-size:12px}}html.manager-layout{font-size:16px}body{width:100vw;font-size:1.125rem;overflow-x:hidden}.chart-filters{position:fixed;top:-1000vw;left:-1000vw;width:0;height:0;visibility:hidden;opacity:0}.anchor--disabled{opacity:.45;cursor:default;pointer-events:none}::-webkit-scrollbar{width:.75rem;height:.75rem}::-webkit-scrollbar-track{box-shadow:inset 0 0 3px #939395cc;border-radius:5px}::-webkit-scrollbar-thumb{background:#0d0e0f;border-radius:5px;transition:all .2s}::-webkit-scrollbar-thumb:hover{background:#28f8c8}@media (max-width: 768px){::-webkit-scrollbar-thumb{background:#28f8c8}}body #__ybug-launcher{right:-53px!important;transform:rotate(-90deg) scale(.75)!important}.inactivity-notification{display:flex;align-items:center;width:33.125rem;min-height:100vh;max-width:100%;margin:0 auto;padding:.9375rem;text-align:center}.mantine-Anchor-root{color:#28f8c8}.color-orange{color:#fba20b!important}.color-red{color:#ea3943!important}@media (min-width: 769px) and (min-height: 510px){.hide-on-desktop{display:none!important}}@media (max-width: 768px),(max-height: 509px){.hide-on-mobile{display:none!important}}@media (max-width: 768px),(max-height: 509px){html.balance-popup-is-open,html.balance-popup-is-open body,html.mobile-menu-is-open,html.mobile-menu-is-open body,html.search-panel-is-open,html.search-panel-is-open body{overflow:hidden!important}html.balance-popup-is-open #__ybug-launcher,html.mobile-menu-is-open #__ybug-launcher,html.search-panel-is-open #__ybug-launcher{top:auto!important;right:-20px!important;bottom:-5px;transform:rotate(0) scale(.75)!important}}.icon-stroke-white,.icon-stroke-white *{stroke:#fff}.absolute-mask{position:absolute;top:10px;left:-16px;right:-16px;bottom:-10px;background:#2b303533;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}h1{margin-bottom:1.18rem;font-size:3.75rem;font-weight:700;line-height:1.48;text-transform:uppercase}h2{font-size:1.25rem;margin:0}h2.xxl{font-size:1.875rem}p{margin-bottom:1.75rem;font-weight:300;line-height:1.44}p strong{font-weight:500}a,a:hover{text-decoration:none}a.link{color:#00b8d8;transition:all .2s}a.link:hover{color:#fff}.value{margin-left:auto;margin-right:0;color:#28a745}.ellipsis,.ellipsis--1{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}.ellipsis--2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.ellipsis--3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.ellipsis--4{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis}.ellipsis--5{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;text-overflow:ellipsis}.ellipsis--6{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden;text-overflow:ellipsis}.ellipsis--7{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;overflow:hidden;text-overflow:ellipsis}.ellipsis--8{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;overflow:hidden;text-overflow:ellipsis}.ellipsis--9{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:9;overflow:hidden;text-overflow:ellipsis}.ellipsis--10{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:10;overflow:hidden;text-overflow:ellipsis}.ellipsis--11{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:11;overflow:hidden;text-overflow:ellipsis}.ellipsis--12{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:12;overflow:hidden;text-overflow:ellipsis}.ellipsis--13{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:13;overflow:hidden;text-overflow:ellipsis}.ellipsis--14{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:14;overflow:hidden;text-overflow:ellipsis}.ellipsis--15{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:15;overflow:hidden;text-overflow:ellipsis}pre code{display:block;max-width:100%;word-break:break-word;white-space:normal}.balance-required--wrapper,.with-auth--wrapper{position:relative}.balance-required--wrapper .balance-required--mask,.balance-required--wrapper .with-auth--mask,.with-auth--wrapper .balance-required--mask,.with-auth--wrapper .with-auth--mask{position:absolute;top:0;left:0;right:0;bottom:0;z-index:99;cursor:pointer}.balance-required--modal--auth .balance-required--modal--button-wrapper,.balance-required--modal--auth .with-auth--modal--button-wrapper,.balance-required--modal--balance .balance-required--modal--button-wrapper,.balance-required--modal--balance .with-auth--modal--button-wrapper,.with-auth--modal .balance-required--modal--button-wrapper,.with-auth--modal .with-auth--modal--button-wrapper{padding-top:1.875rem;text-align:center}.balance-required--modal--auth table,.balance-required--modal--balance table,.with-auth--modal table{width:auto;margin-top:1.25rem}.balance-required--modal--auth table td,.balance-required--modal--auth table th,.balance-required--modal--balance table td,.balance-required--modal--balance table th,.with-auth--modal table td,.with-auth--modal table th{padding:.125rem .3125rem}.balance-required--modal--auth table td:first-of-type,.balance-required--modal--auth table th:first-of-type,.balance-required--modal--balance table td:first-of-type,.balance-required--modal--balance table th:first-of-type,.with-auth--modal table td:first-of-type,.with-auth--modal table th:first-of-type{padding-left:0}.balance-required--modal--auth table td:last-of-type,.balance-required--modal--auth table th:last-of-type,.balance-required--modal--balance table td:last-of-type,.balance-required--modal--balance table th:last-of-type,.with-auth--modal table td:last-of-type,.with-auth--modal table th:last-of-type{padding-right:0}.value-with-info{display:inline-flex;align-items:center;gap:.25rem;position:relative}.value-with-info .better-tooltip{display:flex;align-items:center;z-index:4}.value-with-info .mantine-Tooltip-tooltip,.value-with-info .mantine-Tooltip-tooltip *{white-space:normal!important;text-align:left!important}html.hide-ybug #__ybug-launcher{display:none!important}.upload-image{--border-color-active: #28B599}.upload-image .upload-image--label{font-size:12px}.upload-image--crop-modal .upload-image--cropper--controls{display:flex;justify-content:center;gap:16px;margin-top:20px}.upload-image--crop-modal .upload-image--cropper--controls .upload-image--cropper--button{display:inline-flex;align-items:center;justify-content:center;position:relative;min-width:7.5rem;height:2.8125rem;padding:0 .9375rem;background:#28b599;border:2px solid #28F8C8;border-radius:.5rem;font-size:1.125rem;font-weight:700;color:#fff;cursor:pointer;transition:all .2s}.upload-image--crop-modal .upload-image--cropper--controls .upload-image--cropper--button:hover{background:#34d2b3}.upload-image--crop-modal .upload-image--cropper--controls .upload-image--cropper--button.upload-image--cropper--button-cancel{background:#26272b;border-color:#34393f;color:#d8d8d8}.upload-image--crop-modal .upload-image--cropper--controls .upload-image--cropper--button.upload-image--cropper--button-cancel:hover{background:#323339}.triple-spotlights{display:flex;justify-content:center;gap:15px}.triple-spotlights .spotlight{margin:0}@media (max-width: 576px){.triple-spotlights{gap:10px}.triple-spotlights .spotlight:last-of-type{display:none}}iframe{border:0}
