*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;color:#fafafa}.colorBG{background-color:#000!important}body{font-family:Inter,Segoe UI,Helvetica Neue,sans-serif;width:100vw;position:fixed;overflow:hidden;color:#fafafa;background-color:#181a20!important}*::-webkit-scrollbar{width:2px}*::-webkit-scrollbar-track{background:#181a20}*::-webkit-scrollbar-thumb{background-color:#fafafa;border-radius:20px}h1{line-height:4rem}.icon{cursor:pointer}button{padding:15px 30px;background-color:#6b70d6;color:#fafafa;border:none;font-weight:550;font-size:16px;border-radius:10px;cursor:pointer;transition:transform .3s ease-in-out;outline:none;transition:background-color .3s ease-in-out}button:hover{background-color:#51218f;transform:scale(1.05);color:#fafafa}.color-fade{color:#d1d1d1}.up{color:#2ebd85}.down{color:#f6465d}.websitePage-header{position:fixed;z-index:999;height:10vh;display:flex;align-items:center;background-color:#98fb98;padding:0 20px}.websitePage-header-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.websitePage-header-wrap .header-block1{display:flex;align-items:center;gap:20px}.websitePage-header-wrap .header-block1 img{width:180px}.websitePage-header-wrap .header-options{display:flex;align-items:center;gap:30px;height:100%;cursor:pointer}.pageContentWrapper{padding:0 100px 50px}.main-screen{position:absolute;top:10vh;flex-grow:1;width:100%;height:90vh;overflow-y:auto}.app-container{position:relative}.overview-header{margin-bottom:1.5rem;display:flex;align-items:flex-end;justify-content:space-between}.overview-view-more{font-size:14px;color:#fafafa;cursor:pointer;transition:color .3s ease}.view-market-container{display:flex;flex-direction:column;gap:.5rem}.overview-header-right{text-align:right}.overview-view-more{background-color:transparent}.overview-view-more:hover{color:#6b70d6}.market-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.market-card{border:1px solid rgba(209,209,209,.4);border-radius:12px;box-shadow:0 1px 5px #ffffff1a;width:100%;padding:16px;transition:.3s ease}.market-header{display:flex;justify-content:space-between;font-weight:500;margin-bottom:16px;font-size:14px}.market-card ul{list-style:none;padding:0;margin:0}.market-card li{display:flex;align-items:center;margin:12px 0;font-size:14px;cursor:pointer}.coin-icon{font-size:18px;width:25px;text-align:center}.coin-name{flex:1;font-weight:500}.coin-image{width:24px;height:24px;margin-right:10px}.detail-coin-image{margin-right:-6px;border-radius:50%}.currency-image{width:30px;height:30px}.coin-price{width:80px;text-align:right}.coin-change{width:70px;text-align:right;font-weight:600}.coin-change.up{color:#2ebd85}.coin-change.down{color:#f6465d}.coin-list-wrapper{overflow:hidden;transition:max-height .5s ease,opacity .5s ease}.coin-list-wrapper.collapsed{max-height:180px;opacity:1}.coin-list-wrapper.expanded{max-height:600px;opacity:1}.cryptos-wrapper{width:100%;margin:50px 0}.dropdown{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}.dropdown select{color:#fafafa;padding:8px 12px;font-size:14px;border:1px solid rgb(209,209,209,.4);border-radius:6px;cursor:pointer;min-width:140px;transition:border .3s ease-in-out;background-color:transparent}.dropdown select:focus{outline:none}.dropdown select option{background-color:#181a20;color:#fafafa;border:none}.crypto-table-subhead p{font-size:14px;margin-top:10px}.table-toggle-tabs{display:flex;gap:20px;font-size:18px;font-weight:550;margin:20px 0;padding-bottom:8px;width:fit-content}.table-dropdown-wrapper{margin-bottom:3rem}.table-dropdown-wrapper h2{font-size:1.5rem;font-weight:500}.table-dropdown-wrapper h4{font-size:1.3rem}.tab-option{position:relative;color:#fafafa;cursor:pointer;padding:6px 12px;transition:color .3s ease}.tab-option:hover{color:#6b70d6}.tab-option.active-tab{color:#6b70d6;font-weight:650}.tab-option.active-tab:after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:3px;background-color:#6b70d6;border-radius:4px}.overview-header-left h1{font-size:1.5rem;font-weight:600}.overview-header-left p{font-size:1.2rem}.crypto-table{width:100%;border-collapse:collapse}.table-container::-webkit-scrollbar{height:2px}.crypto-table thead{position:sticky;top:0;font-size:12px}.crypto-table th{color:#d1d1d1}.crypto-table thead tr th,.crypto-table tbody tr td{padding:16px 12px;text-align:left;vertical-align:top}.crypto-table tbody{display:block;max-height:600px;overflow-y:auto;font-size:14px}.crypto-table thead tr,.crypto-table tbody tr{display:table;width:100%;table-layout:fixed}.crypto-table tbody tr{height:60px}.crypto-table tbody tr:hover{background-color:#1e2026;cursor:pointer}.coin-symbol{display:flex;align-items:center;gap:8px}.coin-symbol img{width:20px;height:20px;border-radius:50%;scale:1}.coin-symbol:hover{color:#6b70d6}.coin-symbol:hover img{scale:1.1;transition:transform .3s ease-in-out}.up{color:#2ebd85;font-weight:500}.down{color:#f6465d;font-weight:500}.how-to-buy-container{padding:30px 0}.how-to-buy-heading{font-weight:700;color:#fafafa}.steps-wrapper{margin:25px 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center}.step-card{background:transparent;border-radius:16px;padding:30px 24px;transition:transform .4s ease,box-shadow .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:auto;position:relative;overflow:hidden}.step-card:hover{transform:translateY(-6px)}.step-icon{margin-bottom:25px;position:relative;z-index:2}.step-icon img{height:60px;width:60px;object-fit:contain}.step-card h3{font-size:20px;font-weight:600;margin-bottom:20px;color:#6b70d6;position:relative;z-index:2}.step-card p{font-size:14px;color:#ccc;line-height:1.6;position:relative;z-index:2}@media (max-width: 768px){.steps-wrapper{flex-direction:column;align-items:center}.step-card{width:90%}}.footer-container{width:100vw}.krypttos-footer{color:#333;padding:40px 5% 20px;border-top:1px solid #e5e7eb;font-family:Inter,sans-serif}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px}.logo{font-size:24px;font-weight:700;color:#6d28d9;margin-bottom:10px}.tagline{color:#cccc;margin-bottom:20px}.social-links{display:flex;gap:10px}.social-links a{color:#cccc;font-size:20px;transition:color .2s}.social-links a img{width:24px;height:24px}.footer-links{display:flex;gap:30px;flex-wrap:wrap}.link-group{min-width:150px}.link-group h4{font-size:16px;margin-bottom:15px;color:#fafafa}.link-group a{display:block;color:#cccc;margin-bottom:10px;text-decoration:none;transition:color .2s}.link-group a:hover{color:#d7d6d6}.footer-bottom{border-top:1px solid #e5e7eb;padding-top:20px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.legal-links{display:flex;gap:20px;flex-wrap:wrap}.legal-links a{color:#cccc;text-decoration:none;font-size:14px}.legal-links a:hover{text-decoration:underline}.copyright{color:#999;font-size:14px}.footer-brand:after{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,#8a38f5,#51218f);margin-bottom:15px;border-radius:2px}.dashboard-top{position:relative}.coin-landing{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:2rem;gap:2rem}.coin-detail-page-container,.breadcrum-overview-container{margin-top:5rem}.coin-detail-container{position:absolute;top:80px}.coin-landing-section{width:45%}.coin-landing-graph-container{display:flex;flex-direction:column;gap:2rem}.left{display:flex;flex:2;flex-direction:column;max-width:70%}.right{display:flex;flex:1;flex-direction:column;min-width:30%}.header,.body{width:100%}.coin-landing-section .header{display:flex;align-items:center;justify-content:space-between;width:100%;height:60px}.header .section{display:flex;gap:10px}.coin-content-header-img{display:flex}.coin-content-h2{font-size:1.2rem;font-weight:500}.header img{height:30px;width:30px}.header-logo{height:3.5rem}.section-right{align-items:flex-end}.body{display:flex;flex-direction:column;gap:20px;padding:20px;height:65vh;overflow-y:auto;border:1px solid rgba(209,209,209,.4);border-radius:15px;box-shadow:0 1px 5px #ffffff1a}.market-grid-container{display:grid;grid-template-columns:repeat(2,1fr);gap:0px 10px;width:100%}.market-grid-item{display:flex;flex-direction:column;padding:16px;gap:10px}.market-grid-item span{display:flex;align-items:center;gap:10px}.coin-summary{font-size:14px;color:#d1d1d1;line-height:24px;text-align:justify;padding:0 5px}.right-header{display:flex;align-items:center;height:60px}.right-body{width:100%;display:flex;flex-direction:column;gap:20px;padding:10px;height:62vh}.home-card{width:100%}.faq-container{display:flex;flex-direction:column;gap:1rem;background-color:transparent;border-radius:16px;width:100%;margin:2rem auto;max-width:80%}.faq-title{font-size:1.5rem;font-weight:700}.faq-card{background:#1b1b2c;border-radius:12px;padding:20px;height:fit-content;margin-bottom:15px;box-shadow:0 1px 4px #0000000d;transition:all .3s ease-in-out}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question h4{margin:0;font-size:18px}.faq-icon{font-size:20px;font-weight:700;transition:transform .2s ease}.faq-card.active .faq-icon{transform:rotate(180deg)}.faq-answer p{color:#ccc;margin-top:15px;font-size:13px;line-height:1.5;text-align:justify}.active{color:#8f94fb;font-size:x-large}.coin-graph-conversions{width:100%;display:flex;align-items:center;gap:2rem}.coin-graph-conversion-header{display:flex;align-items:center;height:60px}.coin-conversion-container{display:flex;flex-direction:column;width:30%;height:100%}.coin-conversion-heading{margin-bottom:.5rem}.coin-conversion-subheading{font-size:14px;color:#ccc;margin-bottom:2rem}.coin-conversion-header{width:100%;display:flex;align-items:center;justify-content:space-between}.coin-conversion-grid{display:flex;flex-direction:column;width:100%;border:1px solid rgba(209,209,209,.4);border-radius:12px;box-shadow:0 1px 5px #ffffff1a;padding:10px 0}.coin-conversion-card{padding:10px 1.5rem;display:flex;align-items:center;justify-content:space-evenly;gap:20px;transition:transform .2s ease;cursor:pointer;scale:1;transition:transform .3s ease-in-out}.coin-conversion-card:hover{transform:scale(1.02)}.coin-conversion-card:hover .coin-conversion-content p{color:#6b70d6}.coin-conversion-content{width:70%}.coin-conversion-icons{display:flex;gap:5px;align-items:center}.title{font-weight:600;margin-bottom:.5rem}.value{font-size:.9rem;color:#d1d1d1}.coin-conversion-icons img{height:30px;width:30px}.coin-graph-container{width:100%;height:100%}.coin-graph-chart{height:60vh;width:100%;margin-top:40px}.coin-graph-header-container{width:100%;display:flex;align-items:end;justify-content:space-between}.coin-graph-header{display:flex;flex-direction:column;justify-content:space-between;gap:15px}.coin-graph-header-tabs{display:flex;align-items:center;gap:20px}.coin-graph-header p,.coin-graph-header h3{color:#d1d1d1;cursor:pointer}.coin-graph-header-time{padding-left:15px}.banner-container{position:absolute;left:0;top:0;width:100%;height:80px}.detailed-graph-container{position:absolute;left:0;top:80px;width:100vw;height:550px;background:#000;overflow-x:hidden;overflow-y:hidden;padding:5px;display:flex;gap:5px}.common-container{background-color:#181a20;border-radius:10px}.horizontal-flex{display:flex;align-items:center;justify-content:space-between}.vertical-flex{display:flex;flex-direction:column}.small-text{color:#d1d1d1;font-size:12px}.left-container{width:80%;height:100%;display:flex;flex-direction:column;gap:5px}.body-container{width:100%;height:89%;display:flex;align-items:center;justify-content:space-between;gap:5px}.header-container{width:100%;height:10%;display:flex;align-items:center;gap:30px;padding:7px 25px}.left-body-container{width:75%;height:100%}.right-body-container{width:25%;height:100%}.right-container{width:20%;height:100%;padding:10px}.right-container-header{padding:7px 15px;border-bottom:1px solid rgb(209,209,209,.5)}.right-container-body{padding:15px;height:350px}.clickable-row{cursor:pointer}.data-input{width:96%;background-color:transparent;margin:10px;border:1px solid rgb(209,209,209,.5);border-radius:10px;display:flex;align-items:center;gap:10px;padding:0 10px;transition:border-color .3s ease-in-out}.data-input:focus-within{border:1px solid #d1d1d1!important}.data-input input{width:100%;height:100%;background-color:transparent;border:none;outline:none;padding:10px 0;border-radius:10px}.data-input input:focus{border:none;outline:none}.data-table{width:100%;border-collapse:collapse}.data-table thead{position:sticky;top:0;font-size:12px}.data-table th{color:#d1d1d1;padding:10px 0}.data-table th{padding:5px 7px;text-align:right}.data-table td{padding:5px 0;text-align:right}.data-table th:first-child,.data-table td:first-child{text-align:left}.data-table tbody{display:block;height:300px;overflow-y:auto;font-size:14px;padding:7px}.data-table thead tr,.data-table tbody tr{display:table;width:100%;table-layout:fixed}.right-container-footer{width:100%;padding:30px 10px;height:100px;border-top:1px solid rgb(209,209,209,.5);display:grid;grid-template-columns:repeat(2,1fr);text-align:center}.coin-td{display:flex;align-items:center;gap:7px}.coin-td img{height:16px;width:16px}.coin-table-tbody{height:425px!important}.portfolio-container{max-width:900px;margin:2rem auto;background:#181a20;border-radius:16px;box-shadow:0 2px 16px #0000001a;padding:32px;animation:fade-in .5s ease}.portfolio-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.portfolio-value{font-size:32px;font-weight:700;letter-spacing:-1px}.portfolio-asset-count{color:#888;font-size:16px}.add-transaction-btn{background:#6b70d6;color:#fff;border-radius:24px;font-weight:600;font-size:16px;padding:10px 28px;border:none;cursor:pointer;transition:background .2s}.asset-distribution-container{margin:32px 0 16px}.asset-distribution-bar{display:flex;height:12px;border-radius:6px;overflow:hidden;background:#eee}.asset-distribution-segment{transition:width .5s}.asset-distribution-labels{display:flex;justify-content:space-between;margin-top:12px;flex-wrap:wrap}.asset-distribution-label{min-width:120px;margin-bottom:8px}.asset-symbol{font-weight:600}.asset-percent{color:#888;margin-left:6px}.tab-toggle{display:flex;gap:16px;margin:32px 0 16px}.tab-button{padding:10px 32px;border-radius:12px;border:none;font-weight:700;font-size:16px;background:#f5f5f5;color:#333;cursor:pointer;transition:background .2s}.tab-button.active{background:#07c;color:#fff;box-shadow:0 2px 8px #0363}.section-title{font-weight:700;font-size:20px;margin-bottom:12px}.table-container{overflow-x:auto}.holdings-table,.transactions-table{width:100%;border-collapse:collapse;background:#191b1e;border-radius:12px}.table-header{color:#888;font-weight:600;font-size:14px;background:#302a2a}.table-heading{padding:10px 8px;text-align:left}.table-heading.amount,.table-heading.price,.table-heading.value,.table-heading.total{text-align:right}.table-heading.action,.table-heading.status{text-align:center}.table-row{border-bottom:1px solid #eee}.table-row:hover{background-color:#ffffff0d}.table-cell{padding:14px 8px;text-align:right}.date{text-align:left}.table-cell.asset{display:flex;align-items:center;gap:8px}.asset-name{font-weight:600}.asset-symbol{color:#888;font-size:13px}.sell-btn{background:#ff5f5f;color:#fff;border-radius:8px;padding:6px 18px;font-weight:600;border:none;cursor:pointer;box-shadow:0 2px 8px #d9534f33;transition:background .2s}.sell-btn:hover{background:#c9302c}.status-badge{background:#26a17b;color:#fafafa;border-radius:12px;padding:2px 12px;font-weight:600;font-size:13px}.status-badge.sell{background:#fff0f0;color:#d9534f}.empty-message{text-align:center;color:#aaa;padding:24px}.sell-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000040;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s}.sell-modal-content{background:#1a202c;border-radius:16px;box-shadow:0 4px 32px #0003;padding:32px;min-width:320px;position:relative;animation:popIn .3s}.sell-modal-header{font-weight:700;font-size:20px;margin-bottom:16px}.sell-modal-input-container{margin-bottom:16px}.sell-modal-input{width:100%;padding:12px;font-size:16px;background-color:transparent;border-radius:8px;border:1px solid #fafafa}.sell-error{color:#d9534f;margin-bottom:12px}.sell-modal-buttons{display:flex;justify-content:flex-end;gap:12px}.sell-modal-cancel{background:#eee;color:#333;border-radius:8px;padding:8px 20px;font-weight:600;border:none;cursor:pointer}.sell-modal-cancel:hover{background:#eee;color:#333}.sell-modal-confirm{background:#d9534f;color:#fff;border-radius:8px;padding:8px 20px;font-weight:600;border:none;cursor:pointer;box-shadow:0 2px 8px #d9534f33;transition:background .2s}.sell-modal-confirm:hover{background:#c9302c}.logout-div{width:90%;padding:4px;margin:auto;text-align:center;color:#fff;background-color:#fa2424;border-radius:8px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.profile-wrapper{position:relative}.profile-dropdown{position:absolute;top:5rem;right:1rem;z-index:1000;background:#fff;border:1px solid #04061d;box-shadow:0 8px 30px #0000001a;animation:fadeIn .2s ease-in-out;width:350px}.portfolio-summary-card{margin:10px auto;padding:20px;background:#1e1e1e;display:flex;width:95%;justify-content:space-between;align-items:center;box-shadow:0 0 12px #0000004d}.summary-label{color:#aaa;font-size:.9rem}.portfolio-balance{font-size:1.6rem;font-weight:600;color:#fff}.portfolio-change{font-size:1.3rem;font-weight:700}.green{color:#10b981}.red{color:#ef4444}.portfolio-list{background-color:#121212;border-radius:16px;padding:16px;margin:20px auto;width:95%;max-width:500px;box-shadow:0 0 12px #0006}.portfolio-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #2a2a2a;margin-bottom:16px}.portfolio-heading{font-size:1.2rem;font-weight:600;color:#fff}.portfolio-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #1f1f1f;cursor:pointer;transition:background .2s ease}.portfolio-row:last-child{border-bottom:none}.portfolio-row:hover{background-color:#1f1f1f;border-radius:8px;padding-left:8px}.view-more-button{background-color:transparent;color:#fff;border:none;font-size:14px;cursor:pointer}.view-more-button:hover{color:#6b70d6;background-color:transparent}.coin-left{display:flex;align-items:center;gap:12px}.coin-left img{width:36px;height:36px;border-radius:50%;background-color:#2c2c2c;object-fit:cover}.symbol{font-weight:600;font-size:1rem;color:#fff}.amount{font-size:.9rem;color:#888}.coin-right{text-align:right}.price{font-size:1rem;color:#fff;font-weight:500}.change{font-size:.9rem;font-weight:500}.change.green{color:#10b981}.change.red{color:#ef4444}@media (max-width: 480px){.portfolio-list{padding:12px}.portfolio-row{flex-direction:column;align-items:flex-start;gap:4px}.coin-right{text-align:left}}.portfolio-close-btn{position:absolute;padding:6px;top:10px;right:12px;background:#fff0;color:#fff;border:none;font-size:20px;cursor:pointer;z-index:10;height:34px;width:34px}.portfolio-close-btn:hover{color:#f61010}.portfolio-profile-header{background-color:#fff;overflow:hidden;max-width:450px;margin:auto;font-family:Inter,sans-serif}.portfolio-banner{background-image:url(/path-to-banner.png);background-size:cover;background-position:center;height:80px}.portfolio-user-profile-wrapper{display:flex;justify-content:center;margin-top:-40px}.portfolio-user-profile{width:80px;height:80px;border-radius:50%;border:4px solid white;background-color:#eee;object-fit:cover}.portfolio-user-details{padding:1rem;text-align:center}.portfolio-user-details-username{color:#888;font-size:14px}.portfolio-user-details-name{margin:4px 0;color:#888;font-size:20px;font-weight:600}.portfolio-user-details-meta{font-size:13px;color:#777;margin-bottom:10px}.portfolio-actions{display:flex;justify-content:center;gap:10px;margin-bottom:12px;flex-wrap:wrap}.action-btn{background-color:#a8a9ad;border:none;border-radius:8px;padding:6px 14px;font-size:14px;cursor:pointer}.portfolio-user-details-description{font-size:14px;color:#444}.portfolio-mobile{padding:0 0 12px;width:100%;max-height:80vh;background-color:#fff;overflow:auto;box-shadow:0 6px 18px #0000001a}.breadcrumb-container{padding:10px 0;color:#ccc;font-family:Segoe UI,sans-serif}.breadcrumb-list{display:flex;align-items:center;list-style:none;padding:0;margin:0}.breadcrumb-item{display:flex;align-items:center}.breadcrumb-link{text-decoration:none;color:#8f94fb;font-weight:500;font-size:14px;transition:color .2s ease}.breadcrumb-link:hover{color:#c6cbff}.breadcrumb-separator{margin:0 8px;color:#555}.breadcrumb-current{color:#fff;font-weight:600;font-size:18px}.trade-detail-header-strip{display:flex;flex-wrap:wrap;color:#fff;padding:12px 20px;gap:2.5rem;align-items:center}.strip-container{background-color:#13131f;border-bottom:1px solid #2a2a2a;border-radius:8px;display:flex;justify-content:space-between;align-items:flex-end}.logo{height:30px;opacity:.4;padding-right:10px}.logo img{height:100%}.header-coin-strip{display:flex;align-items:center;gap:10px}.header-coin-image img{height:36px;width:36px}.header-coin{font-size:1.3rem;font-weight:600}.header-coin span,.header-coin-price span,.header-coin-24h-volume span,.header-coin-24h-change span,.header-coin-market-cap span{display:block;font-size:.75rem;color:#aaa}.header-coin-price,.header-coin-24h-volume,.header-coin-24h-change,.header-coin-market-cap{font-size:.95rem}.ticker-container{position:absolute;left:0;width:100%;overflow:hidden;padding:10px 0}.ticker-strip{display:flex;width:max-content;animation:scrollTicker 600s linear infinite}@keyframes scrollTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-item{display:flex;flex-direction:column;background-color:#13131f;border-radius:10px;padding:8px 16px;margin-right:16px;min-width:220px;height:60px;color:#fff}.coin-name-div{display:flex;align-items:center}.name-img{min-width:200px;display:flex;align-items:center}.coin-icon{width:24px;height:24px;margin-right:10px}.coin-name{display:flex;align-items:flex-start;justify-content:space-between;font-weight:600;font-size:14px;vertical-align:middle}.coin-name img{width:16px;height:16px;border-radius:50%}.price-percent-container{display:flex;flex-direction:column;gap:4px;align-items:flex-end}.coin-price{font-size:15px;font-weight:500}.coin-change{font-size:13px;font-weight:500}.positive{color:#00d57e}.negative{color:#ff5f5f}.portal-footer{background:#000;color:#fff;width:100%;display:flex;align-items:center;justify-content:center;padding:20px 0}.websitePage-footer p,a{color:#7a7a7a}.websitePage-footer-wrap{width:90%;height:80%}.footer-top{display:flex;justify-content:space-between;flex-wrap:wrap;border-bottom:1px solid #222;padding-bottom:40px}.footer-left{width:30%}.footer-left div{margin-bottom:20px}.footer-logo{width:280px;margin-bottom:20px}.footer-section{margin-top:20px}.footer-section strong{display:block;font-weight:600;margin-bottom:5px;color:#ccc}.footer-right{display:flex;width:60%;justify-content:space-between;margin-top:20px}.footer-column{display:flex;flex-direction:column;gap:12px}.footer-column span{color:#fcfcfc;font-weight:500;margin-bottom:4px}.footer-column a{color:#fff;text-decoration:none;font-weight:600}.footer-column a:hover{text-decoration:underline}.footer-middle{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:40px;padding:40px 0;color:#fcfcfc;font-size:14px}.footer-middle strong{color:#fff;margin-right:4px}.footer-bottom{border-top:1px solid #222;padding-top:20px;font-size:13px;display:flex;justify-content:center;flex-wrap:wrap;gap:15px;color:#fcfcfc}.footer-bottom a{color:#fcfcfc;text-decoration:underline;margin-left:20px}.footer-jurisdiction p{text-align:justify}@media (max-width: 1024px){.pageContentWrapper{padding:25px 40px}.coin-graph-chart{height:25rem}.crypto-table{min-width:1024px}.home-card{width:100%}.coin-conversion-container{width:40%}}@media (max-width: 900px){.coin-landing{flex-direction:column}.coin-graph-chart{width:100%}.trade-detail-header-strip{gap:.5rem}.header-coin{font-size:1rem}.coin-graph-conversions{flex-direction:column}.coin-landing-section{width:100%}.left{max-width:100%}.coin-conversion-container{width:100%}}@media (max-width: 768px){.pageContentWrapper{padding:25px 40px}.header-coin span,.header-coin-price span,.header-coin-24h-volume span,.header-coin-24h-change span,.header-coin-market-cap span,.header-coin,.header-coin-price,.header-coin-24h-volume,.header-coin-24h-change,.header-coin-market-cap{font-size:.7rem}.logo{display:none}.trade-detail-header-strip{gap:1rem}}@media (max-width: 600px){.header-coin-24h-volume,.header-coin-market-cap{display:none}}@media (max-width: 480px){.cryptos-wrapper{margin:15px 0}.pageContentWrapper{padding:25px}.footer-right{font-size:10px}.footer-left{font-size:12px}.footer-top{padding:10px}.name-img{min-width:150px}.coin-detail-page-container{margin-top:8rem}.banner-container{top:-8vh}.banner-coin-detail{position:relative}}.detailed-graph-footer{position:absolute;top:100%;left:0}._homeCard_vfzmq_1{border-radius:16px;height:100%;width:100%;box-shadow:#0000001a 0 10px 50px;display:flex;flex-direction:column;border:1px solid rgb(209,209,209,.5)}._homeCardWrap_vfzmq_23{display:flex;flex-direction:column;justify-content:space-between;height:100%}._homeCardHeader_vfzmq_37{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #d1d1d1}._tabGroup_vfzmq_53{display:flex;gap:10px}._block_vfzmq_63{padding:6px 14px;background-color:#d1d1d180;border:1px solid rgb(209,209,209,.5);border-radius:8px;cursor:pointer;transition:background-color .3s ease,border .3s ease;display:flex;align-items:center}._block_vfzmq_63:hover,._active_vfzmq_101{background-color:#6b70d680;border:1px solid #51218f}._closeIcon_vfzmq_111{cursor:pointer}._closeIcon_vfzmq_111:hover{transform:scale(1.3)}._buyCard_vfzmq_129{height:fit-content;width:100%;padding:20px;display:flex;align-items:center;justify-content:center}._buyCardWrap_vfzmq_147{height:100%;width:100%;display:flex;flex-direction:column;justify-content:space-between}._buyCardSection_vfzmq_163{display:flex;flex-direction:column;gap:10px}._buyCardPay_vfzmq_175,._buyCardReceive_vfzmq_177{padding:10px;border-radius:8px;border:1px solid #d1d1d1;display:flex;align-items:center;height:70px;width:100%;justify-content:space-between;gap:20px}._inputRow_vfzmq_203{display:flex;flex-direction:column;min-width:100px;width:100%;height:100%}._inputRow_vfzmq_203>input{border:none;outline:none;padding:0;font-size:24px;color:#d1d1d1;font-weight:500;height:30px;background-color:transparent;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif}._buyCardDivider_vfzmq_255{display:flex;align-items:center;justify-content:center;position:relative;margin:20px 0}._buyCardDividerIcon_vfzmq_271{position:absolute;background:#6b70d6;padding:6px;border-radius:8px;z-index:1}._buyCardDividerLine_vfzmq_287{width:100%;height:1px;background-color:#d1d1d1}._buyCardReceive_vfzmq_177{height:fit-content;display:flex;flex-direction:column}._buyCardReceive_vfzmq_177>div{width:100%;display:flex;align-items:center;justify-content:space-between}._buyCardCardExInfo_vfzmq_403{font-size:10px;margin-top:5px;padding:0 10px;display:flex;align-items:center;justify-content:space-between}._buyCardCardExInfo_vfzmq_403 div{display:flex;gap:5px;align-items:center}._buyCardCardExInfo_vfzmq_403 p{color:#aaa}._buyCard_step2_vfzmq_443{display:flex;flex-direction:column}._buyCard_step2_header_vfzmq_453{display:flex;align-items:center;gap:10px}._buyCard_step2_header_vfzmq_453>div{padding:8px;background-color:#e9f1ff;border-radius:8px}._buyCard_step2_header_vfzmq_453>p{font-size:24px;font-weight:500}._buyCard_step2_table_vfzmq_487{margin-top:20px;display:flex;justify-content:center;flex-direction:column}._buyCard_step2_table_li_vfzmq_501{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f3f3f3;height:50px}._buyCard_step2_table_li_vfzmq_501 p{display:flex;align-items:center;gap:10px}._buyCard_step2_table_li_lable_vfzmq_531{color:#ccc}._buyCard_step2_table_li_value_vfzmq_539{font-size:12px}._buyCard_ste2_slectCyrpto_vfzmq_547{height:40px!important;border-radius:8px;overflow:hidden}._buyCard_step2_table_li_vfzmq_501 img{padding:3px 4px;background-color:#e9f1ff;border-radius:4px}._buyCard_step3_container_vfzmq_679>div{display:flex;align-items:center;flex-direction:column}._buyCard_step3_statusIcon_vfzmq_691{background:#e9f1ff;border-radius:50%;padding:10px;display:flex;align-items:center;justify-content:center}._buyCard_step3_clockIcon_vfzmq_709{width:28px;height:28px}._buyCard_step3_title_vfzmq_719{font-size:20px;font-weight:600;margin:8px 0}._buyCard_step3_subtitle_vfzmq_731{font-size:14px;color:#888;margin-bottom:20px}._buyCard_step3_paySection_vfzmq_743,._buyCard_step3_receiveSection_vfzmq_745{padding:20px 15px;width:100%;border-radius:12px;color:#fff;border:1px solid #f3f3f3}._buyCard_step3_row_vfzmq_771{display:flex;align-items:center;color:#fff}._buyCard_step3_row_vfzmq_771:nth-of-type(1){margin-bottom:10px}._buyCard_step3_label_vfzmq_791{font-size:13px;color:#888;width:30%}._buyCard_step3_amount_vfzmq_803,._buyCard_step3_cardInfo_vfzmq_805{display:flex;align-items:center;font-size:16px;color:#fff;gap:10px;font-weight:400}._buyCard_step3_cardInfo_vfzmq_805 ._paywithSection_card_details_vfzmq_823{display:flex;align-items:center;gap:10px}._buyCard_step3_icon_box_vfzmq_861{background-color:#fff;border:1px solid #f3f3f3;padding:3px;border-radius:5px}._buyCard_step3_receiveSection_vfzmq_745 ._buyCard_step3_icon_box_vfzmq_861{background-color:#f3f3f3;border:1px solid #f3f3f3}._buyCard_step3_icon_vfzmq_861{width:24px;height:24px}._buyCard_step3_arrow_vfzmq_895{text-align:center;background-color:#fff;border:1px solid #f3f3f3;padding:3px;border-radius:5px;margin:-10px 0;z-index:999;box-shadow:#63636333 0 2px 8px}._buyCard_step3_container_vfzmq_679 ._buyCardCardExInfo_vfzmq_403{flex-direction:row;margin-top:5px}._buyCard_step3_statusIcon_vfzmq_691{width:50px;height:50px}._buyCard_step3_clockIcon_vfzmq_709{font-size:48px;color:#30b57b;transition:all .4s ease;opacity:1}._buyCard_step3_checkIcon_vfzmq_961{font-size:0;color:#30b57b;animation:_checkGrow_vfzmq_1 .4s forwards ease-out}._buyCardBottomBtn_vfzmq_999{margin-top:30px;text-align:center}._swapCard_vfzmq_1013{height:fit-content;padding:20px;display:flex;align-items:center;justify-content:center}._swapCardWrap_vfzmq_1031{height:100%;width:100%;display:flex;flex-direction:column;justify-content:space-between}._swapCardSection_vfzmq_1049{display:flex;flex-direction:column;gap:0px}._swapCardReceive_vfzmq_1061{padding:10px;border-radius:8px;border:1px solid #ccc;display:flex;align-items:center;height:70px;width:100%;gap:20px}._swapCardReceive_vfzmq_1061 span{display:flex}._swapCardReceive_vfzmq_1061 ._inputRow_vfzmq_203{display:flex;flex-direction:column;width:100%;height:100%}._sectionLabel_vfzmq_221{font-size:12px}._swapCardDivider_vfzmq_1115{display:flex;align-items:center;justify-content:center;position:relative;margin:20px 0}._swapCardDividerIcon_vfzmq_1131{position:absolute;background:#f3f3f3;padding:6px;border-radius:8px;z-index:1}._swapCardDividerLine_vfzmq_1147{width:100%;height:1px;background-color:#d1d1d1}._swapCardReceive_vfzmq_1061{height:fit-content;display:flex;flex-direction:column}._swapCardReceive_vfzmq_1061>div{display:flex;align-items:center}._walletSection_vfzmq_327{width:100%;display:flex;align-items:center;justify-content:space-between}._walletSection_vfzmq_327>p{text-wrap:wrap;width:30%}._connectBtn_vfzmq_351,._changeBtn_vfzmq_353{background-color:#2563eb;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer}._changeBtn_vfzmq_353{background-color:#374151;margin-left:12px}._connectedWallet_vfzmq_381{display:flex;align-items:center;justify-content:end;gap:8px}._connectedWallet_vfzmq_381>input{width:60%}._swapCardCardExInfo_vfzmq_1259{font-size:10px;border-radius:8px;padding:0 10px;margin-top:5px;display:flex;align-items:center;justify-content:space-between}._swapCardCardExInfo_vfzmq_1259 div{display:flex;gap:5px;align-items:center}._swapCardCardExInfo_vfzmq_1259 p{color:#aaa}._swapCardCardExInfo_vfzmq_1259 button{padding:2px 3px;font-size:14px;height:20px}._swapCard_step2_vfzmq_1313{display:flex;flex-direction:column}._swapCard_step2_header_vfzmq_1323{display:flex;align-items:center;gap:10px}._swapCard_step2_header_vfzmq_1323>div{padding:8px;background-color:#e9f1ff;border-radius:8px}._swapCard_step2_header_vfzmq_1323>p{font-size:24px;font-weight:500}._swapCard_step2_table_vfzmq_1357{margin-top:20px;display:flex;justify-content:center;flex-direction:column}._swapCard_step2_table_li_vfzmq_1371{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f3f3f3;height:50px}._swapCard_step2_table_li_vfzmq_1371 p{display:flex;align-items:center;gap:10px;width:100%}._swapCard_step2_table_li_lable_vfzmq_1401{color:#ccc}._swapCard_step2_table_li_value_vfzmq_1409{font-size:12px}._swapCard_ste2_slectCyrpto_vfzmq_1417{width:200px!important;height:40px!important;border-radius:8px;overflow:hidden}._swapCard_step2_table_li_vfzmq_1371 img{padding:3px 4px;background-color:#e9f1ff;border-radius:4px}._paywithSection_vfzmq_573{display:flex;margin-top:10px;flex-direction:column}._paywithSection_vfzmq_573>p{font-size:12px;color:#888}._paywithSection_card_vfzmq_595{display:flex;align-items:center;gap:10px;padding:10px;border-radius:8px;border:1px solid #ccc}._paywithSection_card_vfzmq_595 p{font-size:17px;color:#000;font-weight:400}._paywithSection_card_vfzmq_595 p:nth-of-type(2){font-size:14px;color:#888}._paywithSection_card_detaultTag_vfzmq_635{background-color:#e6f7f0;font-size:12px!important;padding:1px 10px;border-radius:5px;font-weight:400!important;color:#18b26f!important}._paywithSection_card_vfzmq_595 div{display:flex;align-items:center;gap:10px}._paywithSection_card_logo_vfzmq_665{background-color:#e9f1ff;padding:2px;border-radius:4px}._swapCard_step3_container_vfzmq_1549>div{display:flex;align-items:center;flex-direction:column}._swapCard_step3_statusIcon_vfzmq_1561{background:#e9f1ff;border-radius:50%;padding:10px;display:flex;align-items:center;justify-content:center}._swapCard_step3_clockIcon_vfzmq_1579{width:28px;height:28px}._swapCard_step3_title_vfzmq_1589{font-size:20px;font-weight:600;margin:8px 0}._swapCard_step3_subtitle_vfzmq_1601{font-size:14px;color:#888;margin-bottom:20px}._swapCard_step3_paySection_vfzmq_1613,._swapCard_step3_receiveSection_vfzmq_1615{padding:20px 15px;width:100%;border-radius:12px;background-color:#f3f3f3;border:1px solid #f3f3f3}._swapCard_step3_receiveSection_vfzmq_1615{background-color:#fff}._swapCard_step3_row_vfzmq_1639{display:flex;align-items:center}._swapCard_step3_row_vfzmq_1639:nth-of-type(1){margin-bottom:10px}._swapCard_step3_label_vfzmq_1657{font-size:13px;color:#888;width:30%}._swapCard_step3_amount_vfzmq_1669,._swapCard_step3_cardInfo_vfzmq_1671{display:flex;align-items:center;font-size:16px;color:#000;gap:10px;font-weight:400}._swapCard_step3_cardInfo_vfzmq_1671 ._paywithSection_card_details_vfzmq_823{display:flex;align-items:center;gap:10px}._paywithSection_card_details_vfzmq_823 p{font-size:16px;color:#000;font-weight:400}._paywithSection_card_details_vfzmq_823 p:nth-of-type(2){font-size:13px;color:#888;letter-spacing:0!important;word-spacing:0}._swapCard_step3_icon_box_vfzmq_1727{background-color:#fff;border:1px solid #f3f3f3;padding:3px;border-radius:5px}._swapCard_step3_receiveSection_vfzmq_1615 ._swapCard_step3_icon_box_vfzmq_1727{background-color:#f3f3f3;border:1px solid #f3f3f3}._swapCard_step3_icon_vfzmq_1727{width:24px;height:24px}._swapCard_step3_arrow_vfzmq_1761{text-align:center;background-color:#fff;border:1px solid #f3f3f3;padding:3px;border-radius:5px;margin:-10px 0;z-index:999;box-shadow:#63636333 0 2px 8px}._swapCard_step3_container_vfzmq_1549 ._swapCardCardExInfo_vfzmq_1259{flex-direction:row;margin-top:5px}._swapCard_step3_statusIcon_vfzmq_1561{width:50px;height:50px}._swapCard_step3_clockIcon_vfzmq_1579{font-size:48px;color:#30b57b;transition:all .4s ease;opacity:1}._clockExit_vfzmq_951{transform:scale(0);opacity:0}._swapCard_step3_checkIcon_vfzmq_1827{font-size:0;color:#30b57b;animation:_checkGrow_vfzmq_1 .4s forwards ease-out}@keyframes _checkGrow_vfzmq_1{0%{font-size:0;opacity:0}to{font-size:48px;opacity:1}}._swapCardBottomBtn_vfzmq_1865{margin-top:20px;text-align:center}._modal_vfzmq_1879{border-radius:14px;padding:10px;box-shadow:0 10px 20px #0000001a;background:#fff}input{font-size:14px}button{font-weight:600}._chakra-modal__content_vfzmq_1911{transition:transform .2s ease,opacity .2s ease}._chakra-modal__body_vfzmq_1921{padding-top:0}._formControl_vfzmq_1929{margin-bottom:1.5rem}._label_vfzmq_1937{color:#4a5568;font-weight:600;margin-bottom:.5rem}._fileInput_vfzmq_1949{background-color:#f7fafc;border:2px dashed #cbd5e0;padding-top:5px;display:flex;align-items:center;border-radius:8px;cursor:pointer;transition:border-color .3s ease}._fileInput_vfzmq_1949:hover{border-color:#805ad5;background-color:#faf5ff}._modalFixed_vfzmq_1981{height:80vh;display:flex;flex-direction:column;overflow-y:auto}._modalBody_vfzmq_1995{flex:1;overflow-y:auto;padding:1rem}._modalFooter_vfzmq_2007{padding:1rem;border-top:1px solid #eee}@media (max-width: 768px){._homeCard_vfzmq_1{height:fit-content;min-width:270px}}._portalHeader_wrapper_1irnj_1{width:100%;height:10vh;background-color:#1c1c1c;position:fixed;top:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:20px;z-index:1000}._portalHeader_1irnj_1{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 20px}._header_links_1irnj_49{display:flex;gap:4rem}._headerLink_1irnj_57{color:#fafafa;cursor:pointer}._headerLink_1irnj_57:hover{color:#6b70d6}._dropdownMenu_1irnj_73{position:absolute;top:5rem;width:400px;background:#13131f;border-radius:10px;box-shadow:0 4px 20px #00000080;padding:6px 16px;z-index:999;display:grid;grid-template-columns:repeat(2,1fr);gap:6px}._dropdownItem_1irnj_103{display:flex;align-items:center;padding:8px 10px;cursor:pointer;border-radius:8px;transition:background .2s ease;background-color:transparent}._dropdownItem_1irnj_103:hover{background-color:#2a2a2a}._viewMore_1irnj_131{font-size:12px;color:#6b70d6}._viewMore_1irnj_131:hover{color:#444ceb;background-color:transparent}._coinIcon_1irnj_153{width:22px;height:22px;margin-right:10px;border-radius:50%}._portalHeader_1irnj_1 ._headerSearch_1irnj_169{display:flex;align-items:center;position:relative}._portalHeader_1irnj_1 ._headerSearch_1irnj_169 ._headerSearch_ic_1irnj_181{position:absolute;left:10px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;pointer-events:none}._portalHeader_1irnj_1 ._headerSearch_1irnj_169>input{width:100%;border:1px solid #ccc;outline:0;padding:10px 15px 10px 40px;border-radius:25px;font-size:14px}._headerFunctions_1irnj_221{display:flex;align-items:center}._headerNotify_1irnj_231{background-color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}._headerNotify_1irnj_231:hover{cursor:pointer}._headerLogout_1irnj_259{background-color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:10px;transition:background-color .2s ease-in-out;margin-right:10px}._headerLogout_1irnj_259:hover{cursor:pointer;background-color:#dc354675}._userProfile_1irnj_295{display:flex;padding:5px 20px;cursor:pointer}._userProfile_ic_1irnj_307{background:linear-gradient(135deg,#667eea,#764ba2);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:10px}._userProfile_details_1irnj_329{display:flex;flex-direction:column;justify-content:center}._userProfile_details_1irnj_329 h3{font-size:.9rem;font-weight:500}._userProfile_details_1irnj_329 p{font-size:.7rem}._menuIcon_1irnj_359{display:none;color:#fff;cursor:pointer;z-index:1001}@media screen and (max-width: 768px){._menuIcon_1irnj_359{display:block}._header_links_1irnj_49{position:fixed;top:0;right:-100%;height:100vh;width:250px;background:#1c1c1c;flex-direction:column;gap:2rem;padding:60px 20px;align-items:flex-start;justify-content:flex-start;transition:right .3s ease;z-index:1000}._dropdownMenu_1irnj_73,._showMobileMenu_1irnj_419{right:0}._headerLinkWithDropdown_1irnj_427,._headerLink_1irnj_57{width:100%}}@media screen and (max-width: 768px){._portalHeader_1irnj_1{padding:0}}
