@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Montserrat:wght@400;700&display=swap";:root{--background:#000;--border:#1a1a1a;--white:white;--grey:#333;--lightgrey:#555;--darkgrey:#222;--yellow:var(--yellow);--yellow-hover:#ffd633;--yellow-transparent:#ffcc001a;--cta:white;--cta-strong:white;--cta-ink:#0f0f10;--font-body:"Montserrat", Arial, sans-serif;--font-display:"Playfair Display", serif;--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:25px;--radius-pill:999px;--radius-circle:50%;--shadow-sm:0 2px 8px #00000026;--shadow-md:0 5px 15px #0003;--shadow-lg:0 8px 25px #0000004d;--shadow-xl:0 14px 32px #00000080;--shadow-gold:0 6px 16px #00000059;--shadow-focus:0 0 0 3px #ffcc0026}*{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a;border-radius:10px}::-webkit-scrollbar-thumb{background-color:var(--yellow);border:2px solid var(--border);border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:var(--yellow-hover)}body{font-family:var(--font-body);background-color:var(--background);color:var(--grey);scrollbar-width:thin;scrollbar-color:#0e1113 var(--border);margin:0;padding:0;font-size:16px;line-height:1.6;overflow-x:hidden}header{color:#fff;z-index:1000;background:0 0;width:100%;padding:20px 0;transition:background-color .3s;position:fixed;top:0;left:0}.header__container{justify-content:space-between;align-items:center;padding:0 2%;display:flex}header.scrolled{background-color:#000000d9;box-shadow:0 2px 5px #00000080}.logo{align-items:center;display:flex}header a:visited,header a{color:var(--white);text-decoration:none}header a:hover{color:var(--yellow);text-decoration:none}.logo img{height:40px;margin-right:10px}.logo span{font-size:1.625rem;font-weight:700}nav{position:relative}nav ul{gap:20px;width:auto;margin:0;padding:0;list-style-type:none;display:flex}nav ul li{display:inline}nav ul li a{color:var(--white);padding:10px 15px;font-weight:700;text-decoration:none;transition:color .3s}nav ul li a:hover,nav ul li a.active{color:var(--yellow)}.hamburger{cursor:pointer;z-index:1100;flex-direction:column;justify-content:space-between;width:25px;height:20px;display:none;position:relative}.hamburger span{background-color:var(--white);width:100%;height:3px;transition:all .3s}@media (width<=768px){.menu{-webkit-backdrop-filter:blur(10px);opacity:0;visibility:hidden;pointer-events:none;z-index:1050;background:#000000f7;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:100%;transition:opacity .4s cubic-bezier(.4,0,.2,1),visibility .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0;overflow:hidden}.menu.active{opacity:1;visibility:visible;pointer-events:auto}.menu li{text-align:center;opacity:0;margin:0;transition:opacity .35s,transform .35s;transform:translateY(20px)}.menu.active li{opacity:1;transform:translateY(0)}.menu.active li:first-child{transition-delay:80ms}.menu.active li:nth-child(2){transition-delay:.14s}.menu.active li:nth-child(3){transition-delay:.2s}.menu.active li:nth-child(4){transition-delay:.26s}.menu.active li:nth-child(5){transition-delay:.32s}.menu.active li:nth-child(6){transition-delay:.38s}.menu li a{color:var(--white);letter-spacing:.08em;text-transform:uppercase;border-radius:6px;padding:1rem 2.5rem;font-size:1.6rem;font-weight:700;transition:color .25s,transform .2s;display:block}.menu li a:hover,.menu li a:focus{color:var(--yellow);transform:scale(1.06)}.hamburger{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:0;width:28px;height:28px;padding:0;display:flex;position:fixed;top:26px;right:4%}.hamburger span{background-color:var(--white);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .25s,width .25s;display:block;position:absolute}.hamburger span:first-child{top:5px}.hamburger span:nth-child(2){top:13px}.hamburger span:nth-child(3){top:21px}.hamburger.active span:first-child{top:13px;transform:rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;width:0}.hamburger.active span:nth-child(3){top:13px;transform:rotate(-45deg)}}.banner{height:100vh;position:relative;overflow:hidden}.banner .video-container{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.banner video{object-fit:cover;opacity:.8;z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.banner-overlay{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.banner-overlay h1{color:#0000;font-size:1px}.banner h2{font-family:var(--font-body);z-index:2;color:var(--white);font-size:44px;position:relative}@media (width<=1024px){.banner{height:60vh}.banner h2{font-size:36px}}@media (width<=768px){.banner{height:50vh}.banner h2{font-size:28px}}@media (width<=480px){.banner{height:45vh}.banner h2{font-size:22px}}.introduction,.featured-coins,.daily-news{padding:20px 40px}.introduction h2,.featured-coins h2,.daily-news h2{font-size:40px}.introduction p,.featured-coins p,.daily-news p{font-size:19px}@media (width>=1200px){.featured-coins-container{justify-content:space-between;align-items:flex-start;display:flex}.banner h2{font-size:56px}}@media (width>=992px) and (width<=1199px){.featured-coins-container{flex-wrap:wrap}.banner h2{font-size:46px}}@media (width>=768px) and (width<=991px){nav ul{flex-direction:row;justify-content:space-around}.banner h2{font-size:36px}.introduction,.featured-coins,.daily-news{padding:15px 20px}.introduction h2,.featured-coins h2,.daily-news h2{font-size:32px}.introduction p,.featured-coins p,.daily-news p{font-size:16px}}@media (width>=576px) and (width<=767px){.banner h2{font-size:28px}.introduction,.featured-coins,.daily-news{padding:10px 15px}.introduction h2,.featured-coins h2,.daily-news h2{font-size:28px}.introduction p,.featured-coins p,.daily-news p{font-size:16px}}@media (width<=575px){.banner h2{font-size:22px}.introduction,.featured-coins,.daily-news{padding:10px}.introduction h2,.featured-coins h2,.daily-news h2{font-size:22px}.introduction p,.featured-coins p,.daily-news p{font-size:14px}}.is-disabled{opacity:.45;pointer-events:none;cursor:not-allowed}.site-footer{color:#cfd2d6;background:linear-gradient(#0b0b0b 0%,#090909 40%,#070707 100%);border-top:none;padding:60px 0 34px}.site-footer .container{width:min(92%,1200px);margin:0 auto}.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1.3fr;align-items:start;gap:28px 48px;display:grid}.footer-col .footer-title{font-family:var(--font-body);color:var(--cta);margin-bottom:12px;font-size:20px}.brand .brand-row{align-items:center;gap:10px;margin-bottom:10px;display:flex}.brand .brand-logo{width:36px;height:36px}.brand .brand-name{color:#fff;font-size:20px;font-weight:700}.brand .brand-text{color:#b9bdc3;text-align:left;margin-bottom:14px;line-height:1.6}.footer-links{gap:10px;margin:0;padding:0;list-style:none;display:grid}.footer-links a{color:gray;text-decoration:none}.footer-links a:hover,.footer-links a:focus-visible{color:var(--yellow);outline:none}.newsletter-text{color:#b9bdc3;margin-bottom:10px}.newsletter-form{grid-template-columns:1fr auto;align-items:center;gap:10px;display:grid}.newsletter-input{border-radius:var(--radius-pill);border:1px solid var(--yellow);color:#e9ecef;background:#ffffff0a;width:100%;padding:12px 14px}.newsletter-input::placeholder{color:#9aa0a6}.newsletter-btn{border-radius:var(--radius-pill);border:1.5px solid var(--yellow);color:var(--yellow);text-transform:uppercase;letter-spacing:.4px;background:0 0;padding:12px 22px;font-weight:700;transition:background .2s,color .2s,transform .2s,box-shadow .2s}.newsletter-btn:hover,.newsletter-btn:focus-visible{background:var(--yellow);color:#000;box-shadow:var(--shadow-gold);outline:none;transform:translateY(-1px)scale(1.02)}.newsletter-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.newsletter-message{border-radius:var(--radius-sm);text-align:center;grid-column:1/-1;margin-top:8px;padding:10px 15px;font-size:14px;animation:.3s fadeIn;display:none}.newsletter-message.success{color:#4ade80;background:#22c55e26;border:1px solid #22c55e66}.newsletter-message.error{color:#f87171;background:#ef444426;border:1px solid #ef444466}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.footer-social{justify-content:center;gap:15px;margin-top:20px;display:flex}.social-link{border-radius:var(--radius-circle);background:gray;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-link img{object-fit:contain;filter:brightness(.95);width:22px;height:22px}.social-link:hover{background:var(--yellow);box-shadow:var(--shadow-md);transform:translateY(-3px)}.social-link:hover img{filter:brightness(.2)}.footer-bottom{text-align:center;color:#9aa0a6;border-top:1px solid #ffffff0f;margin-top:28px;padding-top:18px}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=991px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px 30px}.brand .brand-text{font-size:14px;line-height:1.5}.footer-col .footer-title{font-size:18px}.newsletter-input{padding:10px 14px}}@media (width<=767px){.site-footer{text-align:center;padding:40px 0 25px;overflow:visible}.site-footer .container{width:min(94%,640px);margin:0 auto}.brand .brand-row{justify-content:center;margin-bottom:15px}.brand .brand-text{text-align:center;color:#b9bdc3;max-width:290px;margin:0 auto 10px;font-size:14px;line-height:1.5}.footer-col{margin-bottom:0;padding-bottom:5px}.footer-col .footer-title{margin-bottom:12px;font-size:17px;color:#fff!important}.footer-links a{padding:5px 10px;font-size:14px;display:inline-block;color:#aaa!important}.footer-links a:hover,.footer-links a:focus-visible{color:#fff!important}.newsletter-text{max-width:250px;margin:0 auto 12px;font-size:14px}.footer-social{justify-content:center;gap:16px;margin:5px auto 0;display:flex}.social-link{background:#ffffff1a;width:40px;height:40px}.social-link img{width:20px;height:20px}.footer-bottom{margin-top:25px;padding-top:15px}.copyright{color:#777;font-size:13px}.footer-grid{grid-auto-flow:row;align-items:start;grid-template-columns:1fr 1fr!important;gap:22px!important;padding:0 16px!important;display:grid!important}.footer-col,.footer-col *{z-index:auto!important;position:static!important;transform:none!important}.footer-col.brand,.footer-col.newsletter{grid-column:1/-1!important}.footer-col[aria-label=Explore],.footer-col[aria-label=Policies]{text-align:center}.footer-col[aria-label=Explore] .footer-links,.footer-col[aria-label=Policies] .footer-links{justify-items:center!important;gap:10px!important;width:100%!important;margin:0 auto!important;display:grid!important}.footer-col[aria-label=Explore] .footer-links a,.footer-col[aria-label=Policies] .footer-links a{white-space:nowrap;padding:6px 0!important;display:inline-block!important}.newsletter-form{grid-template-columns:1fr!important;gap:10px!important;max-width:280px!important;margin:0 auto!important}.newsletter-input,.newsletter-btn{width:100%!important}.newsletter-input{text-align:center;font-size:14px;padding:12px 15px!important}.newsletter-btn{margin-bottom:15px!important;padding:12px!important;font-size:14px!important}}@media (width<=600px){.footer-grid,.newsletter-form{grid-template-columns:1fr}}@media (width<=380px){.site-footer .container{width:100%;padding:0 10px}.brand .brand-text{max-width:260px;font-size:13px}.footer-links{gap:8px}.footer-links a{padding:4px 8px;font-size:13px}.newsletter-form{max-width:250px}.newsletter-input{padding:10px 15px}.newsletter-btn{padding:10px}.social-link{width:36px;height:36px}.social-link img{width:18px;height:18px}.footer-col[aria-label=Explore] .footer-links a,.footer-col[aria-label=Policies] .footer-links a{white-space:normal}}