@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@600;700&display=swap";.ls__overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background-color:#0f0f0f;display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.ls__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.ls__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(246,211,17,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(246,211,17,.04) 1px,transparent 1px);background-size:44px 44px}.ls__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(560px,90vw);height:min(560px,90vw);background:radial-gradient(circle,rgba(246,211,17,.09) 0%,transparent 68%);border-radius:50%}.ls__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.4rem}.ls__ring-wrapper{position:relative;width:148px;height:148px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ls__ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%}.ls__ring--outer{border:3px solid rgba(246,211,17,.12);border-top:3px solid #f6d311;animation:ls-spin-cw 1.25s linear infinite;box-shadow:0 0 18px #f6d31147}.ls__ring--inner{top:14px;right:14px;bottom:14px;left:14px;border:2px solid rgba(246,211,17,.06);border-bottom:2px solid rgba(246,211,17,.55);animation:ls-spin-ccw 1.9s linear infinite}.ls__logo{width:68px;height:68px;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;image-rendering:-webkit-optimize-contrast}.ls__brand{color:#ffffff73;font-size:.78rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;font-family:Segoe UI,sans-serif;margin:0;margin-top:-.3rem}.ls__bar-track{width:210px;height:3px;background-color:#f6d3111f;border-radius:2px;overflow:hidden}.ls__bar-fill{height:100%;background:linear-gradient(90deg,#f6d311,#e0c200);border-radius:2px;box-shadow:0 0 10px #f6d3118c}.ls__dots{display:flex;align-items:center;gap:6px;height:12px}.ls__dot{display:block;width:6px;height:6px;border-radius:50%;background-color:#f6d311;opacity:.2}@keyframes ls-spin-cw{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ls-spin-ccw{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@media (max-width: 1024px){.ls__ring-wrapper{width:128px;height:128px}.ls__ring--inner{top:12px;right:12px;bottom:12px;left:12px}.ls__logo{width:58px;height:58px}.ls__bar-track{width:185px}}@media (max-width: 768px){.ls__ring-wrapper{width:112px;height:112px}.ls__ring--outer{border-width:2.5px}.ls__ring--inner{top:11px;right:11px;bottom:11px;left:11px;border-width:2px}.ls__logo{width:52px;height:52px}.ls__bar-track{width:165px}.ls__brand{font-size:.72rem;letter-spacing:.18em}.ls__grid{background-size:32px 32px}}@media (max-width: 480px){.ls__ring-wrapper{width:96px;height:96px}.ls__ring--inner{top:10px;right:10px;bottom:10px;left:10px}.ls__logo{width:44px;height:44px}.ls__bar-track{width:145px}.ls__brand{font-size:.68rem;letter-spacing:.16em}.ls__content{gap:1.1rem}}.scroll-progress-bar{position:fixed;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f6d311,#e0c200);transform-origin:0%;z-index:9998;box-shadow:0 0 8px #f6d31180;pointer-events:none}.auth-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9000;padding:1rem}.auth-modal__content{position:relative;background-color:#1a1a1a;border:1px solid #333;border-radius:16px;padding:2.5rem 2rem;width:100%;max-width:400px;text-align:center;box-shadow:0 24px 60px #0009}.auth-modal__close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#aaa;font-size:1.6rem;line-height:1;cursor:pointer;padding:.2rem .5rem;border-radius:4px;transition:color .2s ease,background-color .2s ease}.auth-modal__close:hover{color:#fff;background-color:#ffffff1a}.auth-modal__icon{font-size:2.8rem;margin-bottom:1rem;display:block}.auth-modal__title{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 .75rem}.auth-modal__subtitle{color:#aaa;font-size:.95rem;line-height:1.5;margin:0 0 2rem}.auth-modal__actions{display:flex;flex-direction:column;gap:.75rem}.auth-modal__btn{width:100%;padding:.85rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.auth-modal__btn--primary{background-color:#f6d311;color:#000;border-color:#f6d311}.auth-modal__btn--primary:hover{background-color:#e0c200;border-color:#e0c200;box-shadow:0 4px 14px #f6d31159}.auth-modal__btn--primary:active{transform:scale(.98)}.auth-modal__btn--secondary{background-color:transparent;color:#f6d311;border-color:#f6d311}.auth-modal__btn--secondary:hover{background-color:#f6d3111a}.auth-modal__btn--secondary:active{transform:scale(.98)}@media (max-width: 480px){.auth-modal__content{padding:2rem 1.25rem;border-radius:12px}.auth-modal__title{font-size:1.3rem}.auth-modal__subtitle{font-size:.9rem}.auth-modal__btn{padding:.75rem 1rem;font-size:.95rem}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#262626;color:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000004d}.navbar__logo{z-index:1001}.navbar__logo a{display:flex;align-items:center;gap:.5rem;color:#f6d311;font-size:1.5rem;font-weight:700;text-decoration:none;transition:opacity .3s ease}.navbar__logo a:hover{opacity:.9}.navbar-logo-img{width:40px;height:40px}.navbar__menu{list-style:none;display:flex;gap:3rem;margin:0;padding:0}.navbar__menu li a{font-size:1.1rem;color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.navbar__menu li a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#f6d311;transition:width .3s ease}.navbar__menu li a:hover{color:#f6d311}.navbar__menu li a:hover:after{width:100%}.navbar__auth{display:flex;gap:.8rem}.navbar__auth-mobile{display:none}.btn-login{color:#000;background-color:#edecec;padding:.6rem 1.2rem;border:none;cursor:pointer;border-radius:6px;font-weight:700;font-size:.95rem;transition:all .3s ease}.btn-login:hover{background-color:#d4d4d4;transform:translateY(-1px)}.btn-login:active{transform:translateY(0) scale(.96)}.btn-register{color:#fff;text-shadow:-1px -1px 0 #000000,-1px 1px 0 #000000,1px 1px 0 #000000,1px -1px 0 #000000;background-color:#f6d311;padding:.6rem 1.2rem;border:none;cursor:pointer;border-radius:6px;font-weight:700;font-size:.95rem;transition:all .3s ease}.btn-register:hover{background-color:#e0c200;transform:translateY(-1px)}.btn-register:active{transform:translateY(0) scale(.96)}.navbar__profile-desktop{display:flex;align-items:center}.navbar__profile-img{width:50px;height:50px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:all .3s ease;object-fit:cover}.navbar__profile-img:hover{border-color:#f6d311;transform:scale(1.05)}.navbar__profile-mobile{display:none}.navbar__profile-link{display:flex;align-items:center;gap:.75rem;padding:1.2rem 1.5rem;color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;transition:background-color .2s ease,color .2s ease}.navbar__profile-link:hover{background-color:#333;color:#f6d311}.navbar__profile-img-mobile{width:32px;height:32px;border-radius:50%;object-fit:cover}.navbar__menu-btn{background:none;border:none;padding:0;cursor:pointer;font-size:1.1rem;color:#fff;font-weight:500;font-family:inherit;transition:color .3s ease;position:relative}.navbar__menu-btn:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#f6d311;transition:width .3s ease}.navbar__menu-btn:hover{color:#f6d311}.navbar__menu-btn:hover:after{width:100%}.navbar__toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;gap:5px}.hamburger-line{display:block;width:25px;height:3px;background-color:#f6d311;border-radius:3px;transition:all .3s ease}.navbar__toggle.active .hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.navbar__toggle.active .hamburger-line:nth-child(2){opacity:0;transform:translate(-10px)}.navbar__toggle.active .hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.navbar__overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:998;opacity:0;transition:opacity .3s ease}.navbar__overlay.active{display:block;opacity:1}@media (max-width: 1024px){.navbar{padding:1rem 1.5rem}.navbar__menu{gap:2rem}.navbar__menu li a{font-size:1rem}.btn-login,.btn-register{padding:.5rem 1rem;font-size:.9rem}}@media (max-width: 768px){.navbar{padding:1rem}.navbar__logo a{font-size:1.3rem}.navbar-logo-img{width:35px;height:35px}.navbar__toggle{display:flex}.navbar__auth-desktop{display:none}.navbar__menu{position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100vh;background-color:#1a1a1a;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:80px 0 2rem;gap:0;z-index:999;transition:right .3s ease;box-shadow:-5px 0 20px #00000080;overflow-y:auto}.navbar__menu.active{right:0}.navbar__menu li{width:100%;border-bottom:1px solid #333}.navbar__menu li a{display:block;padding:1.2rem 1.5rem;font-size:1.1rem;color:#fff}.navbar__menu li a:after{display:none}.navbar__menu li a:hover{background-color:#333;color:#f6d311}.navbar__auth-mobile{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;margin-top:auto;border-top:1px solid #333;border-bottom:none}.navbar__auth-mobile a{width:100%}.navbar__auth-mobile .btn-login,.navbar__auth-mobile .btn-register{width:100%;padding:.8rem 1rem;font-size:1rem;text-align:center}.navbar__profile-mobile{display:block;border-bottom:none!important;padding:0!important}.navbar__profile-mobile a{padding:0}.navbar__menu-btn{display:block;width:100%;text-align:left;padding:1.2rem 1.5rem;font-size:1.1rem;border-radius:0}.navbar__menu-btn:after{display:none}.navbar__menu-btn:hover{background-color:#333}.navbar__overlay.active{display:block}}@media (max-width: 480px){.navbar{padding:.8rem}.navbar__logo a{font-size:1.1rem}.navbar-logo-img{width:30px;height:30px}.navbar__toggle{width:35px;height:35px}.hamburger-line{width:22px;height:2.5px}.navbar__menu{width:85%;max-width:280px}.navbar__menu li a{padding:1rem 1.2rem;font-size:1rem}}.footer{background-color:#121212;color:#ccc;padding:2rem;font-size:1rem;margin-top:2rem}.footer-separator{border:none;height:1px;background-color:#9a9a9a;margin-bottom:1.5rem}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem}.footer-left,.footer-middle,.footer-right{flex:1;min-width:200px}.footer-logo{width:60px;margin-bottom:1rem}.footer-description{color:#fff;font-weight:600;max-width:400px}.footer-middle h4,.footer-right h4{color:#999;margin-bottom:1rem}.footer-middle a{color:#fff;text-decoration:none;font-weight:600}.footer-middle a:hover{text-decoration:underline}.footer-social-icons{display:flex;gap:1rem;margin-top:.5rem}.footer-social-icons img{width:28px;height:28px;transition:transform .2s ease}.footer-social-icons img:hover{transform:scale(1.1)}.footer-copy{text-align:center;margin-top:2rem;color:#888;font-size:.85rem}.footer-brand{align-items:center;gap:.5rem}.footer-title{color:#f6d311;font-size:1.5rem;font-weight:700}.overview-box{background-color:#f8f8f8;padding:1.5rem;border-radius:8px;box-shadow:0 0 5px #0000001a;margin-left:2rem}.overview-box h3{text-align:center;color:#3c3c3c;margin-bottom:1rem;font-size:1.2rem}.overview-table{display:flex;flex-direction:column;gap:.5rem}.overview-header,.overview-row{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;text-align:center}.overview-header{font-weight:700;border-bottom:1px solid #edecec;padding-bottom:.5rem;color:#575757}.overview-row{color:#000;font-size:16px;font-weight:700;padding:.5rem 0;border-bottom:1px solid #edecec}.no-data{text-align:center;color:#666;font-style:italic;padding:1rem}.overview-cambio{font-weight:700}.overview-cambio-positivo{color:#1ffb02}.overview-cambio-negativo{color:#fb0202}@media (max-width: 1024px){.overview-box{margin-left:1.5rem;padding:1.2rem}.overview-box h3{font-size:1.1rem}.overview-row{font-size:14px}}@media (max-width: 768px){.overview-box{margin-left:0;margin-top:1rem;padding:1rem}.overview-box h3{font-size:1rem}.overview-header,.overview-row{grid-template-columns:1.5fr 1fr 1fr;font-size:.85rem}.overview-row{font-size:13px}}@media (max-width: 480px){.overview-box{padding:.8rem}.overview-box h3{font-size:.95rem}.overview-header,.overview-row{font-size:.8rem}.overview-row{font-size:12px}}.chart-box{background-color:#121212;padding:1.5rem;border-radius:8px;color:#fff;box-shadow:0 0 10px #0006;width:100%;box-sizing:border-box}.chart-box h2{margin-bottom:.5rem;color:#f6d311}.chart-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem;color:#ccc}.last-update{font-size:.8rem;color:#888}@media (max-width: 1024px){.chart-box{margin-top:1.5rem;padding:1.2rem}.chart-container{height:280px}.chart-box h2{font-size:1.3rem}}@media (max-width: 768px){.chart-box{margin-top:1rem;padding:1rem}.chart-box h2{font-size:1.2rem}.chart-container{height:250px}.chart-info{flex-direction:column;align-items:flex-start;gap:.5rem;font-size:.85rem}.last-update{font-size:.75rem}}@media (max-width: 480px){.chart-box{margin-top:.8rem;padding:.8rem}.chart-box h2{font-size:1.1rem}.chart-container{height:200px}.chart-info{font-size:.8rem}.last-update{font-size:.7rem}}.mini-search-bar{display:flex;align-items:center;background-color:#d9d9d9;padding:.4rem 1rem;border-radius:30px;width:200px;cursor:pointer;margin-left:auto;transition:width .3s ease}.mini-search-bar input{flex:1;border:none;background:transparent;font-size:.9rem;outline:none;cursor:pointer;min-width:0}.search-icon{margin-left:.5rem;font-size:1.2rem;flex-shrink:0}@media (max-width: 1024px){.mini-search-bar{width:180px}}@media (max-width: 768px){.mini-search-bar{width:100%;padding:.5rem 1rem}.mini-search-bar input{font-size:1rem}}@media (max-width: 480px){.mini-search-bar{padding:.45rem .8rem}.mini-search-bar input{font-size:.9rem}}.search-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f0f0fd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1001;display:flex;justify-content:center;align-items:flex-start;padding-top:4rem}.overlay-content{background:#0f0f0f;padding:2rem;border-radius:10px;width:90%;max-width:800px;color:#fff;max-height:80vh;display:flex;flex-direction:column}.expanded-search-bar{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.expanded-search-bar input{flex:1;width:100%;box-sizing:border-box;padding:.8rem 1rem;border-radius:30px;border:none;font-size:1.1rem;outline:none;background:#1e1e1e;color:#fff;min-width:0}.expanded-search-bar input::placeholder{color:#888}.close-btn{background:transparent;border:none;font-size:1.5rem;color:#fff;cursor:pointer;flex-shrink:0;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.close-btn:hover{color:#ccc;background-color:#ffffff1a}.search-filters{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.filter-button{padding:.4rem 1rem;border:none;border-radius:20px;background-color:#2a2a2a;color:#ccc;font-weight:700;cursor:pointer;transition:background-color .2s,color .2s}.filter-button:hover{background-color:#3a3a3a;color:#fff}.filter-button.active{background-color:#fff;color:#000;box-shadow:0 0 5px #ffffff4d}.search-results{display:flex;flex-direction:column;gap:0;overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}.search-loading,.search-empty{padding:2rem 0;text-align:center;color:#888;font-size:.95rem}.search-result-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem .5rem;border-bottom:1px solid #1e1e1e;cursor:pointer;transition:background-color .15s;border-radius:6px}.search-result-item:hover{background-color:#1a1a1a}.result-left{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.result-name{font-weight:600;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-code{color:#888;font-size:.85rem;flex-shrink:0}.result-type-badge{font-size:.7rem;padding:.15rem .5rem;border-radius:10px;font-weight:600;flex-shrink:0}.result-type-badge.type-1{background-color:#f7931a33;color:#f7931a}.result-type-badge.type-2{background-color:#4caf5033;color:#4caf50}.result-type-badge.type-3{background-color:#2196f333;color:#2196f3}.result-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.result-price{font-weight:600;font-size:.95rem}.result-change{font-size:.85rem;font-weight:500;min-width:65px;text-align:right}.result-change.positive{color:#1ffb02}.result-change.negative{color:#fb0202}@media (max-width: 1024px){.search-overlay{padding-top:3rem}.overlay-content{width:92%;padding:1.5rem}.expanded-search-bar input{font-size:1.05rem}}@media (max-width: 768px){.search-overlay{padding-top:1rem}.overlay-content{width:95%;padding:1.25rem;max-height:90vh;border-radius:8px}.expanded-search-bar{gap:.6rem}.expanded-search-bar input{font-size:1rem;padding:.6rem .8rem}.close-btn{min-width:40px;min-height:40px;font-size:1.3rem}.search-filters{gap:.4rem}.filter-button{padding:.35rem .8rem;font-size:.9rem}.search-result-item{flex-direction:column;align-items:flex-start;gap:.4rem;padding:.7rem .5rem}.result-right{width:100%;justify-content:space-between}.search-loading,.search-empty{padding:1.5rem 0;font-size:.9rem}}@media (max-width: 480px){.search-overlay{padding-top:0}.overlay-content{width:100%;max-height:100vh;border-radius:0;padding:1rem;height:100%}.expanded-search-bar{gap:.5rem}.expanded-search-bar input{font-size:1rem;padding:.55rem .7rem}.filter-button{padding:.3rem .7rem;font-size:.85rem}.result-name{font-size:.9rem}.result-code{font-size:.8rem}.result-type-badge{font-size:.65rem;padding:.1rem .4rem}.result-price{font-size:.9rem}.result-change{font-size:.8rem;min-width:55px}.search-loading,.search-empty{padding:1rem 0;font-size:.85rem}}.wallet-box{background-color:#f8f8f8;padding:1rem;border:2px solid #A68522;border-radius:8px;box-shadow:0 0 5px #0000001a}.wallet-box h3{text-align:center;color:#3c3c3c;margin-bottom:1rem;font-size:1.2rem}.wallet-table{display:flex;flex-direction:column;gap:.5rem}.wallet-header,.wallet-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;align-items:center;text-align:center}.wallet-header{color:#575757;font-size:15.5px;font-weight:700;border-bottom:1px solid #EDECEC;padding-bottom:.5rem}.wallet-row{color:#000;font-size:20px;font-weight:700;padding:.5rem 0;border-bottom:1px solid #EDECEC}.wallet-empty{text-align:center;padding:1rem;font-size:16px;color:#000;display:flex;flex-direction:column;align-items:center;gap:.8rem}.wallet-empty img{width:24px;height:24px;cursor:pointer}.cambio-positivo{color:#1ffb02;background-color:#f8f8f8}.cambio-negativo{color:#fb0202;background-color:#f8f8f8}.action-icons{display:flex;justify-content:center;align-items:center;gap:8px}.action-icons img{width:24px;height:24px;cursor:pointer;transition:transform .2s}.action-icons img:hover{transform:scale(1.1)}.wallet-header__sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.wallet-header__sortable:hover{color:#a68522}.sort-icon{font-size:12px;margin-left:2px}.sort-icon--inactive{opacity:.35}.wallet-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;padding-top:.75rem}.wallet-pagination__btn{background:none;border:1px solid #A68522;color:#a68522;border-radius:4px;width:28px;height:28px;font-size:18px;cursor:pointer;line-height:1}.wallet-pagination__btn:disabled{opacity:.3;cursor:default}.wallet-pagination__info{font-size:14px;color:#575757}@media (max-width: 1024px){.wallet-header{font-size:13px}.wallet-row{font-size:15px}}@media (max-width: 768px){.wallet-box{padding:.6rem;overflow-x:auto}.wallet-table{min-width:580px}.wallet-header{font-size:12px}.wallet-row{font-size:13px}.action-icons img{width:20px;height:20px}}.home__main{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;max-width:1400px;margin:0 auto}.home__intro{flex:1 1 400px;min-width:300px}.home__search-container{width:100%}.home__two-columns{display:flex;gap:3rem;align-items:center;justify-content:space-between;width:100%}.home__hero{flex:1;max-width:50%;text-align:left}.home__charts{display:flex;gap:2rem;width:100%;margin-top:2rem}.home__charts>*{flex:1;min-width:0}.home__title{color:#fff;font-size:2.5rem;margin-bottom:1rem;font-weight:700}.home__subtitle{color:#fff;font-size:1.8rem;margin-bottom:2rem;line-height:1.4;font-weight:400}.home__section-title{color:#fff;font-size:1.5rem;margin:0 0 1rem;font-weight:600}.home__intro h1{color:#fff;font-size:2rem;margin-bottom:1rem}.home__intro h2{color:#fff;font-size:1rem;margin-bottom:1rem}.home__intro p{font-size:1.1rem;margin-bottom:1.5rem}.home__aside{flex:1;max-width:45%;min-width:300px;display:flex;flex-direction:column;gap:1.5rem}.home__aside .home__section-title{margin-left:2rem}.home__aside h2{color:#fff;font-size:1rem;margin-bottom:1rem}.btn-start{color:#fff;text-shadow:-1px -1px 0 #000000,-1px 1px 0 #000000,1px 1px 0 #000000,1px -1px 0 #000000;background-color:#f6d311;padding:.8rem 2rem;border:none;cursor:pointer;border-radius:6px;font-weight:700;font-size:1.1rem;transition:all .3s ease;display:inline-block;max-width:200px}.btn-start:hover{background-color:#e0c200;box-shadow:0 4px 12px #f6d31166}.btn-start:active{box-shadow:0 2px 6px #f6d3114d}@media (max-width: 1024px){.home__main{padding:1.5rem;gap:1.5rem}.home__two-columns{gap:2rem}.home__hero{max-width:55%}.home__aside{max-width:42%}.home__aside .home__section-title{margin-left:1.5rem}.home__title{font-size:2rem}.home__subtitle{font-size:1.4rem}.home__section-title{font-size:1.3rem}.home__intro h1{font-size:1.8rem}.home__intro p{font-size:1rem}.update-controls{padding:.8rem}.btn-start{padding:.7rem 1.8rem;font-size:1rem}.home__charts{gap:1.5rem}.home__charts>*{flex:1;min-width:45%}}@media (max-width: 768px){.home__main{padding:1rem;gap:1rem}.home__two-columns{flex-direction:column;gap:2rem}.home__hero{max-width:100%;text-align:center;order:1}.home__aside{max-width:100%;order:2}.home__aside .home__section-title{margin-left:0}.home__charts{flex-direction:column;gap:1.5rem}.home__charts>*{flex:none;width:100%;min-width:100%}.home__intro,.home__aside{min-width:100%}.home__title{font-size:1.8rem;margin-bottom:.8rem}.home__subtitle{font-size:1.3rem;margin-bottom:1.5rem;line-height:1.3}.home__section-title{font-size:1.2rem;text-align:center}.home__intro h1{font-size:1.5rem}.home__intro h2,.home__intro p{font-size:.95rem}.btn-start{width:100%;max-width:100%;padding:.8rem 1rem;font-size:1rem}.update-controls{padding:.8rem}.update-info{flex-direction:column;align-items:flex-start;gap:.8rem}.update-actions{width:100%;flex-direction:column;gap:.8rem}.refresh-btn{width:100%;padding:.8rem}.auto-refresh-toggle{width:100%;justify-content:space-between}}@media (max-width: 480px){.home__main{padding:.5rem}.home__title{font-size:1.5rem}.home__subtitle{font-size:1.1rem}.home__section-title{font-size:1rem}.home__intro h1{font-size:1.3rem}.btn-start{font-size:.95rem;padding:.7rem 1rem}.update-controls{padding:.6rem}.last-update,.auto-refresh-toggle{font-size:.85rem}}.home__wallet-section{width:100%;margin-top:2rem}.loading,.error{text-align:center;padding:2rem;color:#fff;font-size:1.2rem}.error{color:#ff6b6b;background-color:#ff6b6b1a;border:1px solid #ff6b6b;border-radius:8px;margin:1rem 0}.loading{color:#f6d311;display:flex;flex-direction:column;align-items:center;gap:1rem}.spinner{width:40px;height:40px;border:4px solid #333;border-top:4px solid #f6d311;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.retry-btn{background-color:#f6d311;color:#000;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-top:1rem;font-weight:700}.retry-btn:hover{background-color:#e0c200}.update-controls{background-color:#0000004d;border-radius:8px;padding:1rem;margin-bottom:1.5rem;border:1px solid #333}.update-info{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.last-update{color:#f6d311;font-weight:700;font-size:.9rem}.update-actions{display:flex;gap:1rem;align-items:center}.refresh-btn{background-color:#f6d311;color:#000;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:700;font-size:.9rem;transition:all .3s ease}.refresh-btn:hover{background-color:#e0c200;transform:scale(1.05)}.refresh-btn:active{transform:scale(.95)}.auto-refresh-toggle{display:flex;align-items:center;gap:.5rem;color:#ccc;font-size:.9rem;cursor:pointer}.auto-refresh-toggle input{display:none}.toggle-slider{position:relative;width:40px;height:20px;background-color:#555;border-radius:20px;transition:background-color .3s}.toggle-slider:before{content:"";position:absolute;width:16px;height:16px;left:2px;top:2px;background-color:#fff;border-radius:50%;transition:transform .3s}.auto-refresh-toggle input:checked+.toggle-slider{background-color:#4caf50}.auto-refresh-toggle input:checked+.toggle-slider:before{transform:translate(20px)}.update-error{color:#ff6b6b;font-size:.9rem;margin-top:.5rem;text-align:center}.login-page{min-height:100vh;display:flex;justify-content:center;align-items:center;background-image:linear-gradient(to right,#000000e0,#00000073,#000000e0),url(/assets/cripto-DkwQjskz.png);background-size:cover;background-position:center;overflow-y:auto;font-family:Inter,sans-serif}.login-container{background:#080808c7;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border:1px solid rgba(246,211,17,.3);box-shadow:0 8px 40px #0009,inset 0 1px #f6d31114;padding:2.5rem;border-radius:20px;width:390px;color:#fff;display:flex;flex-direction:column;gap:1.5rem}.login-container h2{text-align:center;font-family:Space Grotesk,sans-serif;font-size:1.85rem;font-weight:700;letter-spacing:-.03em;color:#fff;margin:0;padding-bottom:1rem;border-bottom:1px solid rgba(246,211,17,.2)}.login-form{display:flex;flex-direction:column}.login-form label{margin-bottom:.45rem;font-size:.78rem;font-weight:600;color:#9a9a9a;text-transform:uppercase;letter-spacing:.08em}.login-form input{padding:.75rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:10px;background-color:#ffffff0d;color:#fff;margin-bottom:1.25rem;font-size:.95rem;font-family:Inter,sans-serif;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;outline:none}.login-form input:focus{border-color:#f6d311;background-color:#f6d3110a;box-shadow:0 0 0 3px #f6d3111f}.login-form input::placeholder{color:#ffffff40}.login-button{background:linear-gradient(135deg,#f6d311,#d9b800);border:none;padding:.85rem;border-radius:10px;color:#000;font-weight:700;font-size:.95rem;font-family:Inter,sans-serif;letter-spacing:.02em;cursor:pointer;width:100%;margin-top:.5rem;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 16px #f6d31159;text-shadow:none}.login-button-container{display:flex;justify-content:center}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #f6d31173}.login-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #f6d3114d}.login-button:disabled{opacity:.55;cursor:not-allowed}.login-link{color:#f6d311;text-decoration:none;font-weight:500;transition:opacity .2s}.login-link:hover{opacity:.75;text-decoration:underline}.login-options{display:flex;text-align:left;margin-bottom:.1rem}.login-options .login-link{font-size:.85rem}.login-register{margin-top:.75rem;font-size:.88rem;text-align:center;color:#ffffff80}@keyframes login-shake{0%,to{transform:translate(0)}15%{transform:translate(-9px)}30%{transform:translate(9px)}45%{transform:translate(-6px)}60%{transform:translate(6px)}75%{transform:translate(-3px)}90%{transform:translate(3px)}}@keyframes error-slide-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.login-container--shake{animation:login-shake .5s ease}.login-error{background-color:#ff50501a;color:#ff8080;padding:.75rem 1rem;border-radius:8px;border-left:3px solid #ff5050;border-top:1px solid rgba(255,80,80,.25);border-right:1px solid rgba(255,80,80,.25);border-bottom:1px solid rgba(255,80,80,.25);font-size:.875rem;margin:.25rem 0;display:flex;align-items:center;gap:.6rem;animation:error-slide-in .25s ease}.login-error:before{content:"✕";font-size:.75rem;background-color:#ff505033;color:#ff6060;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700}.login-password-wrapper{display:flex;align-items:center;padding:0 .75rem 0 1rem;border:1px solid rgba(255,255,255,.1);border-radius:10px;background-color:#ffffff0d;margin-bottom:1.25rem;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.login-password-wrapper:focus-within{border-color:#f6d311;background-color:#f6d3110a;box-shadow:0 0 0 3px #f6d3111f}.login-form .login-password-wrapper input{flex:1;padding:.75rem 0;border:none;border-radius:0;background:none;box-shadow:none;color:#fff;font-size:.95rem;font-family:Inter,sans-serif;outline:none;margin-bottom:0}.login-form .login-password-wrapper input:focus{border-color:transparent;background-color:transparent;box-shadow:none}.login-toggle-btn{background:none;border:none;cursor:pointer;color:#ffffff59;display:flex;align-items:center;justify-content:center;padding:4px;transition:color .2s ease;flex-shrink:0}.login-toggle-btn:hover{color:#f6d311}@media (max-width: 1024px){.login-container{width:400px;padding:2.25rem}}@media (max-width: 768px){.login-page{padding:1rem}.login-container{width:100%;max-width:430px;padding:1.75rem;border-width:1px;border-radius:16px}.login-container h2{font-size:1.65rem}.login-form input{padding:.7rem .9rem;font-size:16px}.login-password-wrapper{padding-left:.9rem}.login-form .login-password-wrapper input{padding:.7rem 0;font-size:16px;margin-bottom:0}.login-button{padding:.85rem;font-size:1rem}.login-error{font-size:.85rem}}@media (max-width: 480px){.login-page{padding:.75rem}.login-container{width:calc(100% - 1rem);padding:1.5rem;border-radius:14px;gap:1.1rem}.login-container h2{font-size:1.45rem}.login-form label{font-size:.75rem}.login-form input{font-size:16px;margin-bottom:1rem}.login-password-wrapper{margin-bottom:1rem}.login-form .login-password-wrapper input{font-size:16px;margin-bottom:0}.login-button{padding:.8rem;font-size:.95rem}.login-options,.login-register{font-size:.82rem}.login-error{font-size:.8rem;padding:.65rem .75rem}}.register-page{min-height:100vh;display:flex;justify-content:space-between;align-items:stretch;background-image:url(/assets/cripto-DkwQjskz.png);background-size:cover;background-position:center;color:#fff;font-family:Inter,sans-serif;padding:0;margin:0;overflow-y:auto}.register-left{flex:1;display:flex;justify-content:center;align-items:center}.register-form{background:#080808c7;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border:1px solid rgba(246,211,17,.3);box-shadow:0 8px 40px #0009,inset 0 1px #f6d31114;border-radius:20px;padding:2.5rem;width:390px;display:flex;flex-direction:column;gap:0}.register-form h2{text-align:center;font-family:Space Grotesk,sans-serif;font-size:1.85rem;font-weight:700;letter-spacing:-.03em;color:#fff;margin:0 0 1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(246,211,17,.2)}.register-form label{margin-bottom:.45rem;font-size:.78rem;font-weight:600;color:#9a9a9a;text-transform:uppercase;letter-spacing:.08em}.register-form input{padding:.75rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:10px;background-color:#ffffff0d;color:#fff;margin-bottom:1.1rem;font-size:.95rem;font-family:Inter,sans-serif;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;outline:none}.register-form input:focus{border-color:#f6d311;background-color:#f6d3110a;box-shadow:0 0 0 3px #f6d3111f}.register-form input::placeholder{color:#ffffff40}.register-button{background:linear-gradient(135deg,#f6d311,#d9b800);border:none;padding:.85rem;border-radius:10px;color:#000;font-weight:700;font-size:.95rem;font-family:Inter,sans-serif;letter-spacing:.02em;cursor:pointer;margin-top:.75rem;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 16px #f6d31159;text-shadow:none}.register-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f6d31173}.register-button:active{transform:translateY(0);box-shadow:0 2px 8px #f6d3114d}.register-login{text-align:center;font-size:.88rem;margin-top:1.25rem;color:#ffffff80}@keyframes register-shake{0%,to{transform:translate(0)}15%{transform:translate(-9px)}30%{transform:translate(9px)}45%{transform:translate(-6px)}60%{transform:translate(6px)}75%{transform:translate(-3px)}90%{transform:translate(3px)}}@keyframes register-error-slide-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.register-form--shake{animation:register-shake .5s ease}.register-error{background-color:#ff50501a;color:#ff8080;padding:.75rem 1rem;border-radius:8px;border-left:3px solid #ff5050;border-top:1px solid rgba(255,80,80,.25);border-right:1px solid rgba(255,80,80,.25);border-bottom:1px solid rgba(255,80,80,.25);font-size:.875rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.6rem;animation:register-error-slide-in .25s ease}.register-error:before{content:"✕";font-size:.75rem;background-color:#ff505033;color:#ff6060;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700}.register-login a{color:#f6d311;text-decoration:none;font-weight:500;transition:opacity .2s}.register-login a:hover{opacity:.75;text-decoration:underline}.register-password-wrapper{display:flex;align-items:center;padding:0 .75rem 0 1rem;border:1px solid rgba(255,255,255,.1);border-radius:10px;background-color:#ffffff0d;margin-bottom:1.1rem;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.register-password-wrapper:focus-within{border-color:#f6d311;background-color:#f6d3110a;box-shadow:0 0 0 3px #f6d3111f}.register-form .register-password-wrapper input{flex:1;padding:.75rem 0;border:none;border-radius:0;background:none;box-shadow:none;color:#fff;font-size:.95rem;font-family:Inter,sans-serif;outline:none;margin-bottom:0}.register-form .register-password-wrapper input:focus{border-color:transparent;background-color:transparent;box-shadow:none}.register-toggle-btn{background:none;border:none;cursor:pointer;color:#ffffff59;display:flex;align-items:center;justify-content:center;padding:4px;transition:color .2s ease;flex-shrink:0}.register-toggle-btn:hover{color:#f6d311}.register-right{flex:1;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(to left,rgba(0,0,0,.88) 30%,rgba(0,0,0,.55) 70%,transparent 100%);pointer-events:none;z-index:1;padding:3.5rem 3rem;gap:1.5rem}.register-right__eyebrow{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:#f6d311;margin:0;display:flex;align-items:center;gap:.5rem;text-shadow:0 1px 10px rgba(0,0,0,.9)}.register-right__eyebrow:before{content:"";display:inline-block;width:24px;height:2px;background-color:#f6d311;border-radius:2px}.register-right h1{font-family:Space Grotesk,sans-serif;font-size:2.6rem;font-weight:700;letter-spacing:-.04em;color:#fff;line-height:1.1;margin:0;text-shadow:0 2px 20px rgba(0,0,0,.8)}.register-right h1 span{color:#f6d311}.register-right h2{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:400;color:#ffffffd9;line-height:1.65;max-width:400px;margin:0;border-left:2px solid rgba(246,211,17,.4);padding-left:1rem;text-shadow:0 1px 12px rgba(0,0,0,.9)}.register-right ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.register-right li{font-size:.92rem;color:#ffffffe6;display:flex;align-items:center;gap:.65rem;text-shadow:0 1px 10px rgba(0,0,0,.9)}.register-right li:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#f6d31126;border:1px solid rgba(246,211,17,.4);border-radius:50%;color:#f6d311;font-weight:700;font-size:.7rem;flex-shrink:0}@media (max-width: 1024px){.register-page{flex-direction:column;height:auto;min-height:100vh}.register-left,.register-right{flex:none;width:100%}.register-right{padding:2.5rem;text-align:center;background:#000c;align-items:center}.register-right__eyebrow{justify-content:center}.register-right h1{font-size:2rem}.register-right h2{font-size:1rem;border-left:none;border-top:2px solid rgba(246,211,17,.4);padding-left:0;padding-top:.75rem;text-align:center}.register-right li{justify-content:center}}@media (max-width: 768px){.register-page{padding:1rem;justify-content:center;align-items:center}.register-left{padding:1rem 0;width:100%;display:flex;justify-content:center}.register-form{width:100%;max-width:430px;padding:1.75rem;border-radius:16px;border-width:1px}.register-form h2{font-size:1.65rem}.register-form label{font-size:.75rem}.register-form input{padding:.7rem .9rem;font-size:16px;margin-bottom:.9rem}.register-password-wrapper{padding-left:.9rem;margin-bottom:.9rem}.register-form .register-password-wrapper input{padding:.7rem 0;font-size:16px;margin-bottom:0}.register-button{width:100%;padding:.85rem;font-size:1rem}.register-right{display:none}}@media (max-width: 480px){.register-page{padding:.75rem}.register-form{width:calc(100% - 1rem);padding:1.5rem;border-radius:14px}.register-form h2{font-size:1.45rem}.register-form label{font-size:.75rem;margin-bottom:.35rem}.register-form input{font-size:16px;margin-bottom:.8rem}.register-password-wrapper{margin-bottom:.8rem}.register-form .register-password-wrapper input{font-size:16px;margin-bottom:0}.register-button{padding:.8rem;font-size:.95rem}.register-login{font-size:.82rem}}.pw-rules{list-style:none;padding:.6rem .85rem;margin:-.6rem 0 .9rem;display:flex;flex-direction:column;gap:.32rem;background:#00000038;border-radius:8px;border:1px solid rgba(255,255,255,.07)}.pw-rules__item{display:flex;align-items:center;gap:.45rem;font-size:.76rem;font-family:Inter,sans-serif;line-height:1.4;transition:color .2s ease}.pw-rules__item--pass{color:#4ade80}.pw-rules__item--fail{color:#ff8080}.pw-rules__icon{width:14px;height:14px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.58rem;font-weight:700;flex-shrink:0;transition:background-color .2s ease,color .2s ease}.pw-rules__item--pass .pw-rules__icon{background-color:#4ade802e;color:#4ade80}.pw-rules__item--fail .pw-rules__icon{background-color:#ff50502e;color:#ff8080}.forgot-page{min-height:100vh;display:flex;justify-content:center;align-items:center;background-image:linear-gradient(to right,#000000e0,#00000073,#000000e0),url(/assets/cripto-DkwQjskz.png);background-size:cover;background-position:center;overflow-y:auto;font-family:Inter,sans-serif}.forgot-container{background:#080808c7;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border:1px solid rgba(246,211,17,.3);box-shadow:0 8px 40px #0009,inset 0 1px #f6d31114;padding:2.5rem;border-radius:20px;width:390px;color:#fff;display:flex;flex-direction:column;gap:1.5rem}.forgot-container h2{text-align:center;font-family:Space Grotesk,sans-serif;font-size:1.85rem;font-weight:700;letter-spacing:-.03em;color:#fff;margin:0;padding-bottom:1rem;border-bottom:1px solid rgba(246,211,17,.2)}.forgot-subtitle{font-size:.88rem;color:#ffffff80;text-align:center;margin:-.75rem 0 0;line-height:1.5}.forgot-form{display:flex;flex-direction:column}.forgot-form label{margin-bottom:.45rem;font-size:.78rem;font-weight:600;color:#9a9a9a;text-transform:uppercase;letter-spacing:.08em}.forgot-form input{padding:.75rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:10px;background-color:#ffffff0d;color:#fff;margin-bottom:1.25rem;font-size:.95rem;font-family:Inter,sans-serif;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;outline:none}.forgot-form input:focus{border-color:#f6d311;background-color:#f6d3110a;box-shadow:0 0 0 3px #f6d3111f}.forgot-form input::placeholder{color:#ffffff40}.forgot-button{background:linear-gradient(135deg,#f6d311,#d9b800);border:none;padding:.85rem;border-radius:10px;color:#000;font-weight:700;font-size:.95rem;font-family:Inter,sans-serif;letter-spacing:.02em;cursor:pointer;width:100%;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 16px #f6d31159;text-shadow:none}.forgot-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #f6d31173}.forgot-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #f6d3114d}.forgot-button:disabled{opacity:.55;cursor:not-allowed}.forgot-back{text-align:center;font-size:.88rem;color:#ffffff80;margin:0}.forgot-link{color:#f6d311;text-decoration:none;font-weight:500;transition:opacity .2s}.forgot-link:hover{opacity:.75;text-decoration:underline}@keyframes forgot-error-slide-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.forgot-error{background-color:#ff50501a;color:#ff8080;padding:.75rem 1rem;border-radius:8px;border-left:3px solid #ff5050;border-top:1px solid rgba(255,80,80,.25);border-right:1px solid rgba(255,80,80,.25);border-bottom:1px solid rgba(255,80,80,.25);font-size:.875rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.6rem;animation:forgot-error-slide-in .25s ease}.forgot-error:before{content:"✕";font-size:.75rem;background-color:#ff505033;color:#ff6060;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700}.forgot-success{background-color:#27ae601a;color:#6fcf97;padding:.9rem 1rem;border-radius:8px;border-left:3px solid #27ae60;border-top:1px solid rgba(39,174,96,.25);border-right:1px solid rgba(39,174,96,.25);border-bottom:1px solid rgba(39,174,96,.25);font-size:.875rem;display:flex;align-items:flex-start;gap:.75rem;line-height:1.5;animation:forgot-error-slide-in .25s ease}.forgot-success__icon{font-size:.75rem;background-color:#27ae6033;color:#27ae60;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700;margin-top:1px}@media (max-width: 1024px){.forgot-container{width:400px;padding:2.25rem}}@media (max-width: 768px){.forgot-page{padding:1rem}.forgot-container{width:100%;max-width:430px;padding:1.75rem;border-radius:16px}.forgot-container h2{font-size:1.65rem}.forgot-form input{padding:.7rem .9rem;font-size:16px}.forgot-button{padding:.85rem;font-size:1rem}}@media (max-width: 480px){.forgot-page{padding:.75rem}.forgot-container{width:calc(100% - 1rem);padding:1.5rem;border-radius:14px;gap:1.1rem}.forgot-container h2{font-size:1.45rem}.forgot-form label{font-size:.75rem}.forgot-form input{font-size:16px;margin-bottom:1rem}.forgot-button{padding:.8rem;font-size:.95rem}}.reset-page{min-height:100vh;display:flex;justify-content:center;align-items:center;background-image:linear-gradient(to right,#000000e0,#00000073,#000000e0),url(/assets/cripto-DkwQjskz.png);background-size:cover;background-position:center;overflow-y:auto;font-family:Inter,sans-serif}.reset-container{background:#080808c7;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border:1px solid rgba(246,211,17,.3);box-shadow:0 8px 40px #0009,inset 0 1px #f6d31114;padding:2.5rem;border-radius:20px;width:390px;color:#fff;display:flex;flex-direction:column;gap:1.5rem}.reset-container h2{text-align:center;font-family:Space Grotesk,sans-serif;font-size:1.85rem;font-weight:700;letter-spacing:-.03em;color:#fff;margin:0;padding-bottom:1rem;border-bottom:1px solid rgba(246,211,17,.2)}.reset-subtitle{font-size:.88rem;color:#ffffff80;text-align:center;margin:-.75rem 0 0;line-height:1.5}.reset-form{display:flex;flex-direction:column}.reset-form label{margin-bottom:.45rem;font-size:.78rem;font-weight:600;color:#9a9a9a;text-transform:uppercase;letter-spacing:.08em}.reset-password-wrapper{display:flex;align-items:center;padding:0 .75rem 0 1rem;border:1px solid rgba(255,255,255,.1);border-radius:10px;background-color:#ffffff0d;margin-bottom:1.25rem;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.reset-password-wrapper:focus-within{border-color:#f6d311;background-color:#f6d3110a;box-shadow:0 0 0 3px #f6d3111f}.reset-form .reset-password-wrapper input{flex:1;padding:.75rem 0;border:none;border-radius:0;background:none;box-shadow:none;color:#fff;font-size:.95rem;font-family:Inter,sans-serif;outline:none;margin-bottom:0;width:auto}.reset-form .reset-password-wrapper input:focus{border-color:transparent;background-color:transparent;box-shadow:none}.reset-form .reset-password-wrapper input::placeholder{color:#ffffff40}.reset-toggle-btn{background:none;border:none;cursor:pointer;color:#ffffff59;display:flex;align-items:center;justify-content:center;padding:4px;transition:color .2s ease;flex-shrink:0}.reset-toggle-btn:hover{color:#f6d311}.reset-button{background:linear-gradient(135deg,#f6d311,#d9b800);border:none;padding:.85rem;border-radius:10px;color:#000;font-weight:700;font-size:.95rem;font-family:Inter,sans-serif;letter-spacing:.02em;cursor:pointer;width:100%;margin-top:.25rem;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 16px #f6d31159;text-shadow:none}.reset-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #f6d31173}.reset-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #f6d3114d}.reset-button:disabled{opacity:.55;cursor:not-allowed}.reset-back{text-align:center;font-size:.88rem;color:#ffffff80;margin:0}.reset-link{color:#f6d311;text-decoration:none;font-weight:500;transition:opacity .2s}.reset-link:hover{opacity:.75;text-decoration:underline}@keyframes reset-slide-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.reset-error{background-color:#ff50501a;color:#ff8080;padding:.75rem 1rem;border-radius:8px;border-left:3px solid #ff5050;border-top:1px solid rgba(255,80,80,.25);border-right:1px solid rgba(255,80,80,.25);border-bottom:1px solid rgba(255,80,80,.25);font-size:.875rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.6rem;animation:reset-slide-in .25s ease}.reset-error:before{content:"✕";font-size:.75rem;background-color:#ff505033;color:#ff6060;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700}.reset-success{background-color:#27ae601a;color:#6fcf97;padding:.9rem 1rem;border-radius:8px;border-left:3px solid #27ae60;border-top:1px solid rgba(39,174,96,.25);border-right:1px solid rgba(39,174,96,.25);border-bottom:1px solid rgba(39,174,96,.25);font-size:.875rem;display:flex;align-items:flex-start;gap:.75rem;line-height:1.5;animation:reset-slide-in .25s ease}.reset-success__icon{font-size:.75rem;background-color:#27ae6033;color:#27ae60;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700;margin-top:1px}@media (max-width: 1024px){.reset-container{width:400px;padding:2.25rem}}@media (max-width: 768px){.reset-page{padding:1rem}.reset-container{width:100%;max-width:430px;padding:1.75rem;border-radius:16px}.reset-container h2{font-size:1.65rem}.reset-password-wrapper{padding-left:.9rem}.reset-form .reset-password-wrapper input{padding:.7rem 0;font-size:16px;margin-bottom:0}.reset-button{padding:.85rem;font-size:1rem}}@media (max-width: 480px){.reset-page{padding:.75rem}.reset-container{width:calc(100% - 1rem);padding:1.5rem;border-radius:14px;gap:1.1rem}.reset-container h2{font-size:1.45rem}.reset-form label{font-size:.75rem}.reset-form .reset-password-wrapper input{font-size:16px;margin-bottom:0}.reset-button{padding:.8rem;font-size:.95rem}}.navbar-user{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#262626;color:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000004d}.navbar-user__logo{z-index:1001}.navbar-user__logo a{display:flex;align-items:center;gap:.5rem;color:#f6d311;font-size:1.5rem;font-weight:700;text-decoration:none;transition:opacity .3s ease}.navbar-user__logo a:hover{opacity:.9}.navbar-user-logo-img{width:40px;height:40px}.navbar-user__menu{list-style:none;display:flex;gap:3rem;margin:0;padding:0;align-items:center}.navbar-user__menu li a{font-size:1.1rem;color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.navbar-user__menu li a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#f6d311;transition:width .3s ease}.navbar-user__menu li a:hover{color:#f6d311}.navbar-user__menu li a:hover:after{width:100%}.navbar-user__menu-btn{background:none;border:none;padding:0;cursor:pointer;font-size:1.1rem;color:#fff;font-weight:500;font-family:inherit;transition:color .3s ease;position:relative}.navbar-user__menu-btn:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#f6d311;transition:width .3s ease}.navbar-user__menu-btn:hover{color:#f6d311}.navbar-user__menu-btn:hover:after{width:100%}.navbar-user__profile{display:flex;align-items:center}.navbar-user__profile-mobile{display:none}.profile-img{width:50px;height:50px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:all .3s ease;object-fit:cover}.profile-img:hover{border-color:#f6d311;transform:scale(1.05)}.profile-img-mobile{width:45px;height:45px;border-radius:50%;object-fit:cover;border:2px solid #F6D311}.profile-link{display:flex;align-items:center;gap:1rem;color:#fff}.profile-link span{font-size:1.1rem;font-weight:500}.navbar-user__toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;gap:5px}.navbar-user__toggle .hamburger-line{display:block;width:25px;height:3px;background-color:#f6d311;border-radius:3px;transition:all .3s ease}.navbar-user__toggle.active .hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.navbar-user__toggle.active .hamburger-line:nth-child(2){opacity:0;transform:translate(-10px)}.navbar-user__toggle.active .hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.navbar-user__overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:998;opacity:0;transition:opacity .3s ease}.navbar-user__overlay.active{display:block;opacity:1}@media (max-width: 1024px){.navbar-user{padding:1rem 1.5rem}.navbar-user__menu{gap:2rem}.navbar-user__menu li a{font-size:1rem}.profile-img{width:45px;height:45px}}@media (max-width: 768px){.navbar-user{padding:1rem}.navbar-user__logo a{font-size:1.3rem}.navbar-user-logo-img{width:35px;height:35px}.navbar-user__toggle{display:flex}.navbar-user__profile-desktop{display:none}.navbar-user__menu{position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100vh;background-color:#1a1a1a;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:80px 0 2rem;gap:0;z-index:999;transition:right .3s ease;box-shadow:-5px 0 20px #00000080;overflow-y:auto}.navbar-user__menu.active{right:0}.navbar-user__menu li{width:100%;border-bottom:1px solid #333}.navbar-user__menu li a{display:block;padding:1.2rem 1.5rem;font-size:1.1rem;color:#fff}.navbar-user__menu li a:after{display:none}.navbar-user__menu li a:hover{background-color:#333;color:#f6d311}.navbar-user__profile-mobile{display:block;margin-top:auto;border-top:1px solid #333;border-bottom:none}.navbar-user__profile-mobile a{display:block;padding:1.2rem 1.5rem;text-decoration:none}.navbar-user__profile-mobile .profile-link{display:flex;align-items:center;gap:1rem;color:#fff}.navbar-user__profile-mobile .profile-link:hover{color:#f6d311}.navbar-user__profile-mobile .profile-link span{font-size:1.1rem;font-weight:500}.navbar-user__overlay.active{display:block}}@media (max-width: 480px){.navbar-user{padding:.8rem}.navbar-user__logo a{font-size:1.1rem}.navbar-user-logo-img{width:30px;height:30px}.navbar-user__toggle{width:35px;height:35px}.navbar-user__toggle .hamburger-line{width:22px;height:2.5px}.navbar-user__menu{width:85%;max-width:280px}.navbar-user__menu li a{padding:1rem 1.2rem;font-size:1rem}.profile-img-mobile{width:40px;height:40px}.navbar-user__profile-mobile .profile-link span{font-size:1rem}}.asset-card{background-color:#f8f8f8;border:3px solid #A68522;border-radius:10px;padding:1rem;width:100%;display:flex;flex-direction:column;gap:.6rem;font-family:Inter,sans-serif}.card-header{display:flex;justify-content:space-between;align-items:center}.text-label{font-size:14px;color:#666;font-weight:700}.asset-name{font-size:16px;font-weight:600;color:#000}.price-info,.change-info{border-top:1px solid #ccc;padding-top:.5rem}.price-value{font-size:16px;font-weight:700}.add-icon{width:20px;height:20px;cursor:pointer}.add-btn{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;transition:background-color .2s ease;flex-shrink:0}.add-btn:disabled{cursor:default}.add-btn:not(:disabled):hover{background-color:#a685221f}.add-btn--added{background-color:#1ffb021a!important}.add-btn__img{width:20px;height:20px;display:block}.add-btn__check{font-size:16px;font-weight:700;color:#1ffb02;line-height:1;display:block}.change-positive{color:#1ffb02;font-weight:700}.change-negative{color:#fb0202;font-weight:700}.wallet-page{min-height:100vh;background-color:#121212}.page-container{max-width:1400px;margin:0 auto;padding:1rem}.wallet__content{padding:1rem 0}.wallet__header{margin-bottom:2rem}.wallet__header h1{color:#fff;font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.wallet__header h2{color:#787878;font-size:1.2rem;font-weight:400}.wallet__discover{margin-top:3rem}.discover__header{margin-bottom:1.5rem}.discover__header h1{color:#fff;font-size:2rem;margin-bottom:.5rem;font-weight:700}.discover__header h2{color:#787878;font-size:1.1rem;font-weight:400}.asset-card__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}@media (max-width: 1024px){.page-container{padding:.8rem}.wallet__header h1{font-size:2.2rem}.wallet__header h2{font-size:1.1rem}.discover__header h1{font-size:1.8rem}.discover__header h2{font-size:1rem}.asset-card__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.2rem}}@media (max-width: 768px){.page-container{padding:.5rem}.wallet__content{padding:.5rem 0}.wallet__header{margin-bottom:1.5rem;text-align:center}.wallet__header h1{font-size:1.8rem}.wallet__header h2{font-size:1rem}.wallet__discover{margin-top:2rem}.discover__header{text-align:center;margin-bottom:1rem}.discover__header h1{font-size:1.6rem}.discover__header h2{font-size:.95rem}.asset-card__grid{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.page-container{padding:.3rem}.wallet__header h1{font-size:1.5rem}.wallet__header h2{font-size:.9rem}.discover__header h1{font-size:1.4rem}.discover__header h2{font-size:.85rem}.asset-card__grid{gap:.8rem}}.profile__main{display:flex;padding:2rem;gap:2rem;background-color:#111;color:#fff;flex-direction:column}.profile__intro{flex:1;width:100%}.profile__header{display:flex;justify-content:space-between;align-items:center}.profile__header h1{color:#fff;font-size:2rem;margin-bottom:1rem}.profile__header h2{color:#787878;font-size:1rem;margin-bottom:1rem}.logout-btn{background-color:#d9d9d9;border:none;border-radius:20px;padding:.5rem 1.5rem;font-weight:700;cursor:pointer;transition:all .3s ease}.logout-btn:hover{background-color:silver;transform:scale(1.03)}.logout-btn:active{transform:scale(.96)}.separator{border:none;height:1px;background-color:#9a9a9a;margin:2rem 0}.profile__info h1{font-size:1.8rem;margin-bottom:1.5rem}.profile__user{display:flex;align-items:flex-start;gap:2rem}.user-icon{width:120px;height:120px;object-fit:contain;filter:invert(100%)}.user-details{display:flex;flex-direction:column;gap:1.5rem;width:100%}.user-details-row{display:flex;gap:4rem;flex-wrap:wrap}.field-group{min-width:200px}.field-group h2{color:#787878;font-size:1rem;margin-bottom:.25rem}.field-group p{color:#fff;font-size:1rem;margin:0}.field-header{display:flex;align-items:center;gap:1rem}.edit-btn{background-color:#2c2c2c;color:#fff;border:1px solid #787878;border-radius:10px;padding:.1rem .9rem;font-size:.8rem;cursor:pointer}.edit-btn:hover{background-color:#3c3c3c;border-color:#999}@media (max-width: 1024px){.profile__main{padding:1.5rem}.profile__header h1{font-size:1.8rem}.profile__info h1{font-size:1.6rem}.user-icon{width:100px;height:100px}.user-details-row{gap:3rem}}@media (max-width: 768px){.profile__main{padding:1rem}.profile__header{flex-direction:column;align-items:flex-start;gap:1rem}.profile__header h1{font-size:1.6rem}.profile__header h2{font-size:.95rem}.logout-btn{width:100%;max-width:250px;padding:.6rem 1.5rem}.separator{margin:1.5rem 0}.profile__info h1{font-size:1.5rem;margin-bottom:1.2rem;text-align:center}.profile__user{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.user-icon{width:90px;height:90px}.user-details{width:100%}.user-details-row{flex-direction:column;gap:1.5rem;width:100%}.field-group{width:100%;min-width:100%;text-align:center}.field-group h2,.field-group p{font-size:.95rem}}@media (max-width: 480px){.profile__main{padding:.5rem}.profile__header h1{font-size:1.4rem}.profile__header h2{font-size:.85rem}.logout-btn{width:100%;max-width:100%;font-size:.9rem}.separator{margin:1rem 0}.profile__info h1{font-size:1.3rem}.user-icon{width:75px;height:75px}.field-group h2,.field-group p{font-size:.9rem}.edit-btn{padding:.15rem .8rem;font-size:.75rem}}.asset-detail-chart{background-color:#121212;padding:1rem;border-radius:8px;color:#fff;box-shadow:0 0 10px #0006;margin-top:2rem;width:100%;overflow:hidden}.chart-container{width:100%;height:300px}.chart-no-data{text-align:center;padding:3rem 1rem;color:#888;font-size:.95rem}@media (max-width: 1024px){.asset-detail-chart{padding:.8rem}}@media (max-width: 768px){.asset-detail-chart{padding:.5rem;margin-top:1rem;border-radius:6px}.chart-container{height:250px}}@media (max-width: 480px){.asset-detail-chart{padding:.3rem;border-radius:4px}.chart-container{height:200px}.chart-no-data{padding:2rem .5rem;font-size:.85rem}}.asset-page__main{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;max-width:1400px;margin:0 auto}.asset-page__search-container{width:100%}.asset-container{display:flex;gap:2rem;align-items:flex-start;width:100%}.asset-left{flex:1;min-width:0}.asset-left h2{color:#fff;font-size:1.8rem;margin-bottom:.5rem}.asset-left p{color:#fff;font-size:1.2rem;margin-bottom:1.5rem}.asset-info-right{flex:0 0 320px;max-width:350px;padding:1rem}.asset-info-right h3{color:#fff;font-size:1.3rem;margin-bottom:1rem;padding-bottom:.5rem}.asset-info-right p{color:#cdcbcb;font-size:1rem;margin-bottom:1.5rem}.asset-detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.positive{color:#1ffb02;font-weight:700}.negative{color:#fb0202;font-weight:700}.follow-btn{background-color:#cdcbcb;color:#222;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;border:none;padding:.5rem 1.5rem;margin-bottom:5rem;cursor:pointer;border-radius:20px;transition:all .3s ease}.follow-btn:hover{background-color:#555;color:#fff;transform:scale(1.03)}.follow-btn:active{transform:scale(.96)}.asset-loading,.asset-error{text-align:center;padding:4rem 2rem;font-size:1.2rem;color:#ccc}.asset-error{color:#f44336}.asset-price-table{margin-top:2rem}.asset-price-table h3{color:#fff;font-size:1.2rem;margin-bottom:1rem}.asset-price-table table{width:100%;border-collapse:collapse}.asset-price-table th,.asset-price-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #2a2a2a}.asset-price-table th{color:#888;font-size:.9rem;font-weight:600}.asset-price-table td{color:#fff;font-size:1rem}.asset-description{color:#ccc;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #2a2a2a}.asset-info-details{display:flex;flex-direction:column;gap:0}.info-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #2a2a2a}.info-label{color:#888;font-size:.95rem}.info-value{color:#fff;font-weight:600;font-size:.95rem}@media (max-width: 1024px){.asset-page__main{padding:1.5rem;gap:1.5rem}.asset-container{gap:1.5rem}.asset-left h2{font-size:1.6rem}.asset-left p{font-size:1.1rem}.asset-info-right{flex:0 0 280px;max-width:300px}}@media (max-width: 768px){.asset-page__main{padding:1rem;gap:1rem}.asset-container{flex-direction:column;gap:1.5rem}.asset-left{width:100%}.asset-info-right{flex:none;width:100%;max-width:100%;padding:.8rem;order:-1}.asset-left h2{font-size:1.5rem;text-align:center}.asset-left p{font-size:1rem;text-align:center}.asset-detail-header{flex-direction:column;text-align:center}.follow-btn{width:100%;max-width:100%;margin-bottom:2rem}.asset-info-right h3{font-size:1.2rem;text-align:center}.asset-info-right p{text-align:justify}.asset-price-table th,.asset-price-table td{padding:.6rem .5rem;font-size:.9rem}}@media (max-width: 480px){.asset-page__main{padding:.5rem;gap:.8rem}.asset-container{gap:1rem}.asset-left h2{font-size:1.3rem}.asset-left p{font-size:.9rem}.asset-info-right{padding:.5rem}.asset-info-right h3{font-size:1.1rem}.asset-info-right p{font-size:.9rem}.follow-btn{padding:.6rem 1.2rem;font-size:.9rem}.positive,.negative{font-size:.9rem}.asset-loading,.asset-error{padding:2rem 1rem;font-size:1rem}.info-label,.info-value{font-size:.85rem}.asset-price-table th,.asset-price-table td{padding:.5rem .3rem;font-size:.85rem}}@keyframes sk-shimmer-anim{0%{background-position:-700px 0}to{background-position:700px 0}}.sk-shimmer{background:linear-gradient(90deg,#0000000f 25%,#0000001f,#0000000f 75%);background-size:1400px 100%;animation:sk-shimmer-anim 1.6s infinite linear;border-radius:4px}.sk-header-row{align-items:center}.sk-header-cell{height:14px}@keyframes sk-row-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.sk-data-row{animation:sk-row-in .3s both;align-items:center}.sk-data-cell{height:18px}.ap__wrapper{display:inline-flex;overflow:hidden;vertical-align:middle;height:1.45em;align-items:center}.ap__value{display:inline-block;white-space:nowrap}.cambio{padding:4px 8px;border-radius:4px;font-weight:700}.cambio-positivo{color:#1ffb02}.cambio-negativo{color:#fb0202}.action-icons{display:flex;justify-content:center;gap:8px}.action-icons img{width:24px;height:24px;cursor:pointer}.sort-arrow{display:inline-block;font-size:.7rem;margin-left:3px;vertical-align:middle;line-height:1}.row-detail{background-color:#fafafa;border-bottom:1px solid #e0e0e0;padding:0 .5rem}.row-detail__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem 1rem;padding:.75rem .5rem}.row-detail__item{display:flex;flex-direction:column;gap:.2rem;text-align:center}.row-detail__label{font-size:.75rem;color:#888;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.row-detail__value{font-size:.9rem;font-weight:700;color:#222}@keyframes flash-green{0%{background-color:#4caf5040}to{background-color:transparent}}@keyframes flash-red{0%{background-color:#f4433640}to{background-color:transparent}}.row-flash-up{animation:flash-green .8s ease-out}.row-flash-down{animation:flash-red .8s ease-out}@media (max-width: 768px){.row-detail__grid{grid-template-columns:repeat(2,1fr)}.action-icons{justify-content:flex-end;gap:12px}.action-icons img{width:28px;height:28px}}@media (max-width: 480px){.action-icons img{width:24px;height:24px}}.asset-table-container{background-color:#f8f8f8;padding:1rem;border:2px solid #a68522;border-radius:8px;box-shadow:0 0 5px #0000001a;margin:2rem auto;max-width:1200px;overflow-x:auto;max-height:60vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.asset-table{display:flex;flex-direction:column;gap:.5rem;min-width:600px}.asset-header,.asset-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;align-items:center;text-align:center}.asset-header{color:#575757;font-size:15.5px;font-weight:700;border-bottom:1px solid #edecec;padding-bottom:.5rem}.asset-header .sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s ease}.asset-header .sortable-header:hover{color:#a68522}.asset-row{color:#000;font-size:16px;font-weight:700;padding:.5rem 0;border-bottom:1px solid #edecec;transition:background-color .2s ease}.asset-row:hover{background-color:#f0f0f0}.asset-row-wrapper{display:flex;flex-direction:column}.asset-row.row--expanded{background-color:#f5f5f5}@media (max-width: 1024px){.asset-table-container{margin:1.5rem auto;padding:.8rem}.asset-table{min-width:550px}.asset-header,.asset-row{font-size:14px}.asset-header{font-size:14.5px}}@media (max-width: 768px){.asset-table-container{padding:.5rem;margin:1rem auto}.asset-table{min-width:560px}.asset-header,.asset-row{font-size:13px}}@media (max-width: 480px){.asset-table-container{padding:.3rem;margin:.5rem auto}.asset-table{min-width:520px}.asset-header,.asset-row{font-size:12px}}.crypto-summary-header,.crypto-summary-item{display:grid;grid-template-columns:1.2fr 1fr .8fr;align-items:center;padding:.5rem .4rem}.share-table-container{background-color:#f8f8f8;padding:1rem;border:2px solid #a68522;border-radius:8px;box-shadow:0 0 5px #0000001a;margin:2rem auto;max-width:1200px;overflow-x:auto;max-height:60vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.share-table{display:flex;flex-direction:column;gap:.5rem;min-width:600px}.share-header,.share-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.5fr 1fr;align-items:center;text-align:center}.share-header{color:#575757;font-size:15.5px;font-weight:700;border-bottom:1px solid #edecec;padding-bottom:.5rem}.share-header .sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s ease}.share-header .sortable-header:hover{color:#a68522}.share-row{color:#000;font-size:16px;font-weight:700;padding:.5rem 0;border-bottom:1px solid #edecec;transition:background-color .2s ease}.share-row:hover{background-color:#f0f0f0}.share-row-wrapper{display:flex;flex-direction:column}.share-row.row--expanded{background-color:#f5f5f5}@media (max-width: 1024px){.share-table-container{margin:1.5rem auto;padding:.8rem}.share-table{min-width:550px}.share-header,.share-row{font-size:14px}.share-header{font-size:14.5px}}@media (max-width: 768px){.share-table-container{padding:.5rem;margin:1rem auto}.share-table{min-width:620px}.share-header,.share-row{font-size:13px}}@media (max-width: 480px){.share-table-container{padding:.3rem;margin:.5rem auto}.share-table{min-width:580px}.share-header,.share-row{font-size:12px}}.pagination-controls{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.3rem;padding:1.5rem 1rem 2rem}.pagination-page,.pagination-nav{background-color:transparent;border:none;color:#ccc;min-width:2.1rem;height:2.1rem;padding:0 .4rem;border-radius:50%;font-size:.92rem;cursor:pointer;transition:background-color .15s,color .15s}.pagination-page:hover:not(:disabled),.pagination-nav:hover:not(:disabled){background-color:#1e1e1e;color:#f6d311}.pagination-page.active{background-color:#f6d311;color:#111;font-weight:700;cursor:default}.pagination-nav{font-size:1.4rem;font-weight:300;color:#f6d311}.pagination-nav:disabled{color:#444;cursor:not-allowed}.pagination-ellipsis{color:#666;font-size:.9rem;padding:0 .2rem;line-height:2.1rem;-webkit-user-select:none;user-select:none}@media (max-width: 480px){.pagination-page,.pagination-nav{min-width:1.8rem;height:1.8rem;font-size:.82rem}.pagination-nav{font-size:1.2rem}}.crypto-summary-box{background-color:#f8f8f8;border:2px solid #a68522;border-radius:10px;padding:1rem;width:100%;max-width:320px;margin-bottom:2rem}.crypto-summary-box h3{color:#3c3c3c;margin-bottom:1rem;font-size:1.2rem;text-align:center}.crypto-summary-header,.crypto-summary-item{display:grid;grid-template-columns:1fr 1.4fr .8fr;align-items:center;padding:.5rem .4rem}.crypto-summary-header{font-weight:700;color:#575757;font-size:.9rem;border-bottom:1px solid #ccc;margin-bottom:.3rem}.crypto-summary-header .col-name{text-align:left}.crypto-summary-header .col-price,.crypto-summary-header .col-change{text-align:right}.crypto-summary-list{display:flex;flex-direction:column}.crypto-summary-item{font-weight:700;color:#000;font-size:.95rem;border-bottom:1px solid #e0e0e0}.crypto-name{text-align:left}.crypto-price,.crypto-change{text-align:right}.change-positive{color:#1ffb02}.change-negative{color:#fb0202}.crypto-summary-container{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem}@media (max-width: 1024px){.crypto-summary-container{gap:2rem;padding:1.5rem 1rem}.crypto-summary-box{max-width:280px;padding:.9rem}.crypto-summary-box h3{font-size:1.1rem}.crypto-summary-header{font-size:.85rem}.crypto-summary-item{font-size:.9rem}}@media (max-width: 768px){.crypto-summary-container{flex-direction:column;align-items:center;gap:1.5rem;padding:1rem .5rem}.crypto-summary-box{max-width:100%;width:100%;margin-bottom:0;padding:1rem}.crypto-summary-box h3{font-size:1.1rem;margin-bottom:.8rem}.crypto-summary-header{font-size:.85rem}.crypto-summary-item{font-size:.9rem;padding:.5rem 0}}@media (max-width: 480px){.crypto-summary-container{gap:1rem;padding:.5rem .3rem}.crypto-summary-box{padding:.8rem;border-width:1px}.crypto-summary-box h3{font-size:1rem}.crypto-summary-header{font-size:.8rem}.crypto-summary-item{font-size:.85rem}}.currency-table-container{background-color:#f8f8f8;padding:1rem;border:2px solid #a68522;border-radius:8px;box-shadow:0 0 5px #0000001a;margin:2rem auto;max-width:1200px;overflow-x:auto;max-height:60vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.currency-table{display:flex;flex-direction:column;gap:.5rem;min-width:600px}.currency-header,.currency-row{display:grid;grid-template-columns:1.8fr 1.2fr 1fr .8fr;align-items:center;text-align:center}.currency-header{color:#575757;font-size:15.5px;font-weight:700;border-bottom:1px solid #edecec;padding-bottom:.5rem}.currency-header .sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s ease}.currency-header .sortable-header:hover{color:#a68522}.currency-row{color:#000;font-size:16px;font-weight:700;padding:.5rem 0;border-bottom:1px solid #edecec;transition:background-color .2s ease}.currency-row:hover{background-color:#f0f0f0}.valor-mxn{color:#2e7d32;font-weight:700}.currency-row-wrapper{display:flex;flex-direction:column}.currency-row.row--expanded{background-color:#f5f5f5}@media (max-width: 1024px){.currency-table-container{margin:1.5rem auto;padding:.8rem}.currency-table{min-width:550px}.currency-header,.currency-row{font-size:14px}.currency-header{font-size:14.5px}}@media (max-width: 768px){.currency-table-container{padding:.5rem;margin:1rem auto}.currency-table{min-width:420px}.currency-header,.currency-row{font-size:13px}}@media (max-width: 480px){.currency-table-container{padding:.3rem;margin:.5rem auto}.currency-table{min-width:380px}.currency-header,.currency-row{font-size:12px}}.page-container{max-width:1400px;margin:0 auto;padding:1rem;min-height:calc(100vh - 200px)}h1,h2,h3{color:#fff}p{color:#ccc}.page-header{text-align:center;padding:2rem 1rem 1.5rem;margin-bottom:1rem}.page-header h1{margin-bottom:.8rem;font-size:2.2rem;font-weight:600}.page-header p{font-size:1.1rem;color:#ccc;line-height:1.5}.page-timestamp{display:block;color:#f6d311;font-size:.85rem;font-weight:600;margin-top:.5rem}.loading-text{color:#f6d311;font-weight:500}.error-text{color:#ff6b6b;font-weight:500}.crypto-summary-container{padding:1.5rem 1rem}@media (max-width: 1024px){.page-container{padding:.8rem}.page-header{padding:1.5rem 1rem 1rem}.page-header h1{font-size:1.9rem}.page-header p{font-size:1rem}.crypto-summary-container{padding:1.2rem .8rem}}@media (max-width: 768px){.page-container{padding:.5rem}.page-header{padding:1rem .5rem .8rem}.page-header h1{font-size:1.6rem;line-height:1.3}.page-header p{font-size:.95rem}.crypto-summary-container{padding:1rem .5rem}}@media (max-width: 480px){.page-container{padding:.3rem}.page-header{padding:.8rem .3rem .5rem}.page-header h1{font-size:1.4rem;line-height:1.2}.page-header p{font-size:.9rem}.crypto-summary-container{padding:.8rem .3rem}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:100%;scroll-behavior:smooth}body{font-family:Segoe UI,sans-serif;background-color:#121212;color:#333;line-height:1.6;overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:1rem}.text-center{text-align:center}.shadow{box-shadow:0 0 5px #0000001a}hr{border:none;border-top:1px solid #FFFFFF;margin:1rem 0}.mobile-only{display:none}.desktop-only{display:block}@media (min-width: 1441px){html{font-size:105%}.container{max-width:1400px}}@media (max-width: 1440px){html{font-size:100%}}@media (max-width: 1024px){html{font-size:95%}.container{padding:.8rem;max-width:100%}}@media (max-width: 768px){html{font-size:90%}.container{padding:.5rem}.mobile-only{display:block}.desktop-only{display:none}h1{font-size:1.5rem!important}h2{font-size:1.2rem!important}h3{font-size:1rem!important}}@media (max-width: 480px){html{font-size:85%}.container{padding:.3rem}h1{font-size:1.3rem!important}h2{font-size:1.1rem!important}h3{font-size:.95rem!important}}
