.worldChestDiscovery{position:fixed;z-index:76;right:24px;top:112px;width:min(352px,calc(100vw - 32px));box-sizing:border-box;padding:20px 22px 17px;border:1px solid #b99755;border-radius:13px;background:linear-gradient(150deg,rgba(30,35,45,.98),rgba(13,17,26,.98));color:#ece8db;box-shadow:0 14px 46px #0009,inset 0 0 22px #d6b7770c;pointer-events:auto;animation:chest-discovery-in .3s ease-out;max-height:48vh;overflow:auto}
.worldChestDiscovery[hidden]{display:none}.worldChestDiscovery h3{margin:5px 24px 9px 0;font:700 20px Georgia,serif;color:#f1d697}.worldChestDiscoveryEyebrow{color:#c4a46c;font:700 9px system-ui;letter-spacing:2px}.worldChestDiscoveryLore{font:italic 13px/1.55 Georgia,serif;color:#c8c6bd;margin:0 0 15px}.worldChestDiscoveryClose{position:absolute;right:10px;top:9px;width:30px;height:30px;border:0;border-radius:6px;background:#ffffff08;color:#bdb8ad;font-size:22px;cursor:pointer}.worldChestDiscoveryClose:hover,.worldChestDiscoveryClose:focus-visible{background:#f4d99c26;color:#fff1cf;outline:1px solid #f4d99c}.worldChestDiscoveryRewards{display:flex;flex-wrap:wrap;gap:7px;margin:9px 0 13px}.worldChestDiscoveryReward{display:flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid #657b8244;border-radius:6px;background:#05141c66;font:12px system-ui;color:#bde1d6}.worldChestDiscoveryReward img{width:22px;height:22px;object-fit:contain}.worldChestDiscoveryFoot{margin:0;padding-top:10px;border-top:1px solid #b9975526;color:#aebac5;font:11px/1.5 system-ui}
@keyframes chest-discovery-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:650px),(max-height:520px){.worldChestDiscovery{top:62px;right:12px;width:min(315px,calc(100vw - 24px));padding:12px 15px;max-height:42vh}.worldChestDiscovery h3{font-size:17px}.worldChestDiscoveryLore{font-size:12px;margin-bottom:8px}.worldChestDiscoveryRewards{margin:6px 0 8px}}
@media(prefers-reduced-motion:reduce){.worldChestDiscovery{animation:none}}
