.LivePrice-module__1BZ8La__priceContainer{flex-direction:row;align-items:center;gap:1.5rem;display:flex}.LivePrice-module__1BZ8La__priceContainer.LivePrice-module__1BZ8La__compact{gap:1rem}.LivePrice-module__1BZ8La__priceWrapper{align-items:baseline;gap:.125rem;display:flex}.LivePrice-module__1BZ8La__currency{color:var(--silver-400);opacity:.6;font-size:1.25rem;font-weight:300;font-family:var(--font-display)}.LivePrice-module__1BZ8La__price{color:#f5f5f5;letter-spacing:-.03em;font-size:2.5rem;font-weight:600;font-family:var(--font-display)}.LivePrice-module__1BZ8La__compact .LivePrice-module__1BZ8La__price{font-size:1.75rem}.LivePrice-module__1BZ8La__unit{color:var(--silver-500);margin-left:.125rem;font-size:.875rem;font-weight:400}.LivePrice-module__1BZ8La__divider{background:#c0c0c026;width:1px;height:24px}.LivePrice-module__1BZ8La__gramPrice{color:var(--silver-300);font-size:1.125rem;font-weight:500;font-family:var(--font-display)}.LivePrice-module__1BZ8La__gramUnit{color:var(--silver-500);margin-left:.125rem;font-size:.75rem;font-weight:400}.LivePrice-module__1BZ8La__change{font-size:.8125rem;font-weight:500;font-family:var(--font-display);align-items:center;gap:.25rem;display:inline-flex}.LivePrice-module__1BZ8La__change.LivePrice-module__1BZ8La__positive{color:var(--accent-green)}.LivePrice-module__1BZ8La__change.LivePrice-module__1BZ8La__negative{color:var(--accent-red)}.LivePrice-module__1BZ8La__arrow{font-size:.5rem}.LivePrice-module__1BZ8La__percent{opacity:.7;font-weight:400}.LivePrice-module__1BZ8La__live{letter-spacing:.1em;color:var(--accent-green);opacity:.9;align-items:center;gap:.375rem;font-size:.625rem;font-weight:500;display:flex}.LivePrice-module__1BZ8La__liveDot{background:var(--accent-green);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite LivePrice-module__1BZ8La__pulse}@keyframes LivePrice-module__1BZ8La__pulse{0%,to{opacity:1;box-shadow:0 0 #10b98166}50%{opacity:.8;box-shadow:0 0 0 8px #10b98100}}.LivePrice-module__1BZ8La__source{color:var(--silver-500);font-size:.75rem}.LivePrice-module__1BZ8La__skeleton{background:linear-gradient(90deg,#c0c0c01a 25%,#c0c0c033 50%,#c0c0c01a 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s infinite LivePrice-module__1BZ8La__shimmer}.LivePrice-module__1BZ8La__skeletonPrice{width:200px;height:60px}.LivePrice-module__1BZ8La__skeletonChange{width:120px;height:36px}@keyframes LivePrice-module__1BZ8La__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.LivePrice-module__1BZ8La__errorText{color:var(--silver-500);font-style:italic}.LivePrice-module__1BZ8La__gramPrice{color:var(--silver-500);margin-top:-.125rem;font-size:.9375rem;font-weight:400}@media (max-width:768px){.LivePrice-module__1BZ8La__priceContainer{flex-wrap:wrap;justify-content:center;gap:.5rem}.LivePrice-module__1BZ8La__price{font-size:1.75rem}.LivePrice-module__1BZ8La__currency{font-size:.875rem}.LivePrice-module__1BZ8La__unit{font-size:.65rem}.LivePrice-module__1BZ8La__gramPrice{font-size:.8125rem}.LivePrice-module__1BZ8La__change{font-size:.7rem}.LivePrice-module__1BZ8La__live{font-size:.55rem}.LivePrice-module__1BZ8La__divider{height:20px}}@media (max-width:400px){.LivePrice-module__1BZ8La__priceContainer{gap:.375rem}.LivePrice-module__1BZ8La__price{font-size:1.5rem}.LivePrice-module__1BZ8La__currency{font-size:.75rem}.LivePrice-module__1BZ8La__unit{font-size:.6rem}.LivePrice-module__1BZ8La__gramPrice{font-size:.75rem}.LivePrice-module__1BZ8La__change{font-size:.65rem}.LivePrice-module__1BZ8La__live,.LivePrice-module__1BZ8La__divider:last-of-type{display:none}}
.Hero-module__ZARIfG__hero{contain:layout style;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__header{z-index:1000;animation:.5s Hero-module__ZARIfG__fadeIn;position:fixed;top:1.5rem;left:2rem}.Hero-module__ZARIfG__logo{filter:drop-shadow(0 2px 8px #0006);width:auto;height:auto;max-height:50px}.Hero-module__ZARIfG__videoContainer{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__ZARIfG__videoBackground{object-fit:cover;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__videoOverlay{z-index:1;background:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{z-index:2;text-align:center;flex-direction:column;align-items:center;max-width:800px;animation:.4s Hero-module__ZARIfG__fadeInUp;display:flex;position:relative}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Hero-module__ZARIfG__badge{font-size:.75rem;font-family:var(--font-display);letter-spacing:.1em;color:var(--silver-300);background:#c0c0c01a;border:1px solid #c0c0c033;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-weight:600;animation:.8s .2s backwards Hero-module__ZARIfG__fadeIn;display:flex}.Hero-module__ZARIfG__badgeDot{background:var(--accent-green);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes Hero-module__ZARIfG__fadeIn{0%{opacity:0}to{opacity:1}}.Hero-module__ZARIfG__title{flex-direction:column;gap:.25rem;margin-bottom:1.5rem;display:flex}.Hero-module__ZARIfG__titleSub{font-size:clamp(1rem,2.5vw,1.75rem);font-family:var(--font-display);color:var(--silver-400);letter-spacing:.05em;font-weight:300}.Hero-module__ZARIfG__titleMain{font-size:clamp(3.5rem,11vw,8rem);font-family:var(--font-display);background:linear-gradient(135deg,#e8e8e8 0%,silver 25%,#a8a8a8 50%,#d4d4d4 75%,#b8b8b8 100%) 0 0/200% 200%;-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-weight:800;line-height:1;animation:4s ease-in-out infinite Hero-module__ZARIfG__shimmer}@keyframes Hero-module__ZARIfG__shimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.Hero-module__ZARIfG__description{max-width:550px;color:var(--silver-300);margin-bottom:3rem;font-size:1.125rem;line-height:1.7;animation:.3s backwards Hero-module__ZARIfG__fadeIn}.Hero-module__ZARIfG__priceCard{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#00000059;border:1px solid #c0c0c00f;border-radius:100px;padding:1rem 2rem;animation:.3s .1s backwards Hero-module__ZARIfG__fadeIn}.Hero-module__ZARIfG__scrollIndicator{color:var(--silver-500);letter-spacing:.1em;z-index:20;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;animation:1s 1s backwards Hero-module__ZARIfG__fadeIn;display:none;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollArrow{animation:2s ease-in-out infinite Hero-module__ZARIfG__bounce}@keyframes Hero-module__ZARIfG__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding-bottom:4rem;overflow-x:hidden}.Hero-module__ZARIfG__header{justify-content:center;width:100%;display:flex;top:1.5rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__overlay{background:radial-gradient(#0000 0%,#0a0c0f4d 70%)}.Hero-module__ZARIfG__watermarkCover{-webkit-backdrop-filter:blur(6px)}.Hero-module__ZARIfG__priceCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.Hero-module__ZARIfG__content{box-sizing:border-box;width:100%;padding:0 1.5rem}.Hero-module__ZARIfG__priceCard{box-sizing:border-box;width:auto;max-width:95%;margin-top:1rem;padding:.75rem 1rem}.Hero-module__ZARIfG__scrollIndicator{display:none}.Hero-module__ZARIfG__titleMain{background-position:0%;animation:none}}
