@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");*{box-sizing:border-box;padding:0;margin:0}:root{--primary:#06f;--primary-dark:#0052cc;--primary-light:#e6f0ff;--secondary:#00d4aa;--secondary-dark:#00b894;--gold:#d4af37;--gold-light:#f5ebd3;--silver:#8e9196;--silver-light:#e8e9ea;--success:#00c48c;--warning:#ffb800;--danger:#ff4757;--info:#0095ff;--dark:#0a1628;--dark-secondary:#1a2744;--gray-900:#1f2937;--gray-800:#374151;--gray-700:#4b5563;--gray-600:#6b7280;--gray-500:#9ca3af;--gray-400:#d1d5db;--gray-300:#e5e7eb;--gray-200:#f3f4f6;--gray-100:#f9fafb;--white:#fff;--gradient-primary:linear-gradient(135deg,#06f,#0052cc);--gradient-dark:linear-gradient(135deg,#0a1628,#1a2744);--gradient-gold:linear-gradient(135deg,#d4af37,#b8962e);--gradient-success:linear-gradient(135deg,#00d4aa,#00b894);--shadow-xs:0 1px 2px rgba(10,22,40,.04);--shadow-sm:0 2px 4px rgba(10,22,40,.06);--shadow-md:0 4px 12px rgba(10,22,40,.08);--shadow-lg:0 8px 24px rgba(10,22,40,.12);--shadow-xl:0 16px 48px rgba(10,22,40,.16);--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px}body,html{max-width:100vw;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--gray-100);color:var(--gray-900);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-dark)}.header{background:var(--white);border-bottom:1px solid var(--gray-300);padding:0 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000;height:72px}.header,.header-content{display:flex;align-items:center}.header-content{max-width:1440px;width:100%;margin:0 auto;justify-content:space-between}.logo{gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--dark);text-decoration:none}.logo,.logo-icon{display:flex;align-items:center}.logo-icon{width:40px;height:40px;background:var(--gradient-primary);border-radius:var(--radius-md);justify-content:center;color:#fff}.logo span{color:var(--primary)}.nav,.nav-link{display:flex;align-items:center;gap:.5rem}.nav-link{padding:.625rem 1rem;color:var(--gray-700);font-weight:500;font-size:.9375rem;border-radius:var(--radius-md);transition:all .2s ease}.nav-link:hover{background:var(--gray-100);color:var(--dark)}.nav-link.active{background:var(--primary-light);color:var(--primary)}.nav-divider{width:1px;height:24px;background:var(--gray-300);margin:0 .5rem}.lang-selector{display:flex;align-items:center;gap:.25rem;padding:.5rem;border:1px solid var(--gray-300);border-radius:var(--radius-md);background:var(--white);cursor:pointer;font-size:.875rem;font-weight:500;color:var(--gray-700);transition:all .2s ease}.lang-selector:hover{border-color:var(--primary);color:var(--primary)}.lang-selector select{border:none;background:transparent;font-size:.875rem;font-weight:500;color:inherit;cursor:pointer;outline:none}.hero{background:var(--gradient-dark);color:var(--white);padding:5rem 2rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.hero-content{max-width:1440px;margin:0 auto;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--radius-full);font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.hero-badge .live-dot{width:8px;height:8px;background:var(--success);border-radius:50%;animation:pulse 2s infinite}.hero h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;max-width:700px}.hero p{font-size:1.25rem;opacity:.8;max-width:600px;line-height:1.7}.hero-stats{display:flex;gap:3rem;margin-top:3rem;padding-top:3rem;border-top:1px solid hsla(0,0%,100%,.1)}.hero-stat{text-align:left}.hero-stat-value{font-size:2rem;font-weight:700;color:var(--white)}.hero-stat-label{font-size:.875rem;color:hsla(0,0%,100%,.6);margin-top:.25rem}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.container{max-width:1440px;margin:0 auto;padding:3rem 2rem}.card{background:var(--white);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);transition:all .3s ease}.card:hover{box-shadow:var(--shadow-md)}.card-header{justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.card-header,.card-title{display:flex;align-items:center}.card-title{font-size:1.125rem;font-weight:600;color:var(--dark);gap:.75rem}.card-icon{width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.card-icon.gold{background:var(--gold-light);color:var(--gold)}.card-icon.silver{background:var(--silver-light);color:var(--silver)}.card-icon.crypto{background:var(--primary-light);color:var(--primary)}.section-header{justify-content:space-between;margin-bottom:1.5rem}.section-header,.section-title{display:flex;align-items:center}.section-title{font-size:1.5rem;font-weight:700;color:var(--dark);gap:.75rem}.section-title-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;background:var(--primary-light);color:var(--primary)}.grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1200px){.grid-4{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.hero h1{font-size:2rem}.hero-stats{flex-direction:column;gap:1.5rem}.nav{display:none}.header{padding:0 1rem}.container{padding:1.5rem 1rem}}.price-display{display:flex;flex-direction:column;gap:.25rem}.price-value{font-size:1.75rem;font-weight:700;color:var(--dark)}.price-change{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;padding:.25rem .5rem;border-radius:var(--radius-sm)}.price-change.positive{color:var(--success);background:rgba(0,196,140,.1)}.price-change.negative{color:var(--danger);background:rgba(255,71,87,.1)}.price-meta{font-size:.8125rem;color:var(--gray-500)}.asset-card{background:var(--white);border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--gray-200);transition:all .3s ease;cursor:pointer}.asset-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.asset-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.asset-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.asset-icon.gold{background:linear-gradient(135deg,#d4af37,#f5d77a);color:#5c4813}.asset-icon.silver{background:linear-gradient(135deg,#8e9196,#c4c7cc);color:#3d3f42}.asset-icon.platinum{background:linear-gradient(135deg,#e5e4e2,#a8a9ad);color:#4a4a4d}.asset-icon.crypto{background:var(--gradient-primary);color:#fff}.asset-name{font-size:.9375rem;font-weight:600;color:var(--dark);margin-bottom:.125rem}.asset-symbol{font-size:.8125rem;color:var(--gray-500)}.asset-price{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:.25rem}.asset-unit{font-size:.8125rem;color:var(--gray-500)}.live-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;background:rgba(0,196,140,.1);border-radius:var(--radius-full);font-size:.75rem;font-weight:600;color:var(--success)}.live-badge .dot{width:6px;height:6px;background:var(--success);border-radius:50%;animation:pulse 2s infinite}.table-container{overflow-x:auto;border-radius:var(--radius-md)}.table{width:100%;border-collapse:collapse}.table th{text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.table td,.table th{padding:1rem 1.25rem}.table td{border-bottom:1px solid var(--gray-100);font-size:.9375rem}.table tr:hover{background:var(--gray-50)}.table tr:last-child td{border-bottom:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;text-decoration:none;border:none;white-space:nowrap}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 2px 8px rgba(0,102,255,.25)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,102,255,.35)}.btn-secondary{background:var(--white);color:var(--dark);border:1px solid var(--gray-300)}.btn-secondary:hover{background:var(--gray-50);border-color:var(--gray-400)}.btn-gold{background:var(--gradient-gold);color:#fff;box-shadow:0 2px 8px rgba(212,175,55,.3)}.btn-gold:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(212,175,55,.4)}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-lg{padding:1rem 2rem;font-size:1rem}.converter-section{background:var(--white);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);max-width:480px;margin:-4rem auto 0;position:relative;z-index:10}.converter-title{font-size:1.25rem;font-weight:700;color:var(--dark);text-align:center;margin-bottom:1.5rem}.converter-row{display:flex;gap:.75rem;margin-bottom:.75rem}.input-group{flex:1 1;position:relative}.input-group label{position:absolute;top:-.5rem;left:.75rem;padding:0 .25rem;font-size:.75rem;color:var(--gray-500)}.input,.input-group label{background:var(--white);font-weight:500}.input{width:100%;padding:1rem;font-size:1rem;border:2px solid var(--gray-200);border-radius:var(--radius-md);transition:all .2s ease}.input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(0,102,255,.1)}.select{width:100%;font-size:1rem;font-weight:600;border:2px solid var(--gray-200);border-radius:var(--radius-md);background:var(--white);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;padding:1rem 2.5rem 1rem 1rem}.select:focus{outline:none;border-color:var(--primary)}.swap-btn{width:40px;height:40px;border-radius:50%;background:var(--gray-100);border:2px solid var(--gray-200);display:flex;align-items:center;justify-content:center;cursor:pointer;margin:.5rem auto;transition:all .2s ease;color:var(--gray-600)}.swap-btn:hover{background:var(--primary-light);border-color:var(--primary);color:var(--primary)}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--gray-200);transition:all .3s ease}.product-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-image{width:100%;height:200px;display:flex;align-items:center;justify-content:center;position:relative}.product-image.gold-bg{background:linear-gradient(135deg,#fef9e7,#f5ebd3)}.product-image.silver-bg{background:linear-gradient(135deg,#f8f9fa,#e8e9ea)}.product-image.crypto-bg{background:linear-gradient(135deg,#e6f0ff,#cce0ff)}.product-badge{position:absolute;top:1rem;left:1rem;padding:.375rem .75rem;background:var(--white);border-radius:var(--radius-full);font-size:.75rem;font-weight:600;color:var(--gray-700);box-shadow:var(--shadow-sm)}.product-info{padding:1.5rem}.product-category{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--primary);margin-bottom:.5rem}.product-name{font-size:1.0625rem;font-weight:600;color:var(--dark);margin-bottom:.75rem;line-height:1.4}.product-price-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1rem}.product-price{font-size:1.375rem;font-weight:700;color:var(--dark)}.product-asset{font-size:.8125rem;color:var(--gray-500)}.product-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--gray-100)}.stock-status{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500}.stock-status.in-stock{color:var(--success)}.stock-status.low-stock{color:var(--warning)}.stock-status.out-of-stock{color:var(--danger)}.stock-dot{width:6px;height:6px;border-radius:50%}.stock-status.in-stock .stock-dot{background:var(--success)}.stock-status.low-stock .stock-dot{background:var(--warning)}.stock-status.out-of-stock .stock-dot{background:var(--danger)}.footer{background:var(--dark);color:var(--gray-400);padding:4rem 2rem 2rem;margin-top:4rem}.footer-content{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:var(--white);margin-bottom:1rem}.footer-logo span{color:var(--primary)}.footer-description{font-size:.9375rem;line-height:1.7;color:var(--gray-400)}.footer h4{color:var(--white);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:var(--gray-400);font-size:.9375rem;transition:color .2s ease}.footer-links a:hover{color:var(--white)}.footer-bottom{max-width:1440px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:var(--gray-500)}.footer-legal a:hover{color:var(--white)}@media (max-width:1024px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-legal{flex-wrap:wrap;justify-content:center;gap:1rem}}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.spinner{width:48px;height:48px;border:3px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.loading-text{font-size:.9375rem;color:var(--gray-500)}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:SF Mono,Fira Code,monospace}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}