#popup-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(255,255,255,0.98);display:none;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem 1rem;overflow-y:auto;z-index:9999}.popup-backdrop{position:absolute;width:100%;height:100%;background:rgba(255,255,255,0.95)}.popup-content{width:100%;max-width:600px;position:relative;z-index:1}#close-popup{align-self:flex-end;background:none;border:none;font-size:1.5rem;cursor:pointer;margin-bottom:1rem}.market-widget-popup{background:white;border-radius:16px;box-shadow:0 0 20px rgba(0,0,0,0.15);padding:1.2rem;max-width:280px;color:#111;font-family:'Inter',sans-serif;text-align:center;border:3px solid #0f385c;border-top:5px solid #d40000;border-top-left-radius:20px;border-top-right-radius:20px;margin:0 auto}.market-widget-popup h3{margin:0 0 0.5rem;font-size:1.3rem;color:#111}.market-widget-popup small{display:block;margin-bottom:1.2rem;color:#888;font-size:0.9rem}.market-circle-popup{width:120px;height:120px;margin:0 auto 1.2rem;border-radius:50%;border:4px solid #0f385c;background-color:#ffffff;position:relative;display:flex;align-items:center;justify-content:center}.omie-price-popup{color:#061f3c;font-size:2.2rem;font-weight:700;position:relative;z-index:2}.omie-unit-popup{font-size:0.85rem;color:#061f3c;font-weight:500;position:absolute;bottom:8px;left:50%;transform:translateX(-50%);z-index:1}.market-details-popup{margin-top:1rem;font-size:0.95rem}.market-details-popup p{margin:0.3rem 0;display:flex;justify-content:space-between;font-weight:500}.market-details-popup strong{font-weight:bold}.market-footer-popup{margin-top:1rem;font-size:0.8rem;color:#777;text-align:center}