 body {margin: 0;padding: 0;font-family: 'Poppins', sans-serif;background-color: #0d001d;color: #fff;overflow-x: hidden;display: flex;flex-direction: column;align-items: center;}.page-header img, #my-locker-header img {width: 100%;max-width: 400px;height: auto;display: block;margin: 0 auto;}.footer-image-locker {width: 100%;height:100px;display: block;position: absolute;bottom: 0;left: 0;}#mainStore {width: 100%;display: flex;flex-direction: column;align-items: center;}.store-container {display: grid;grid-template-columns: repeat(3, 1fr);gap: 12px;padding: 15px;max-width: 420px;}.store-package {background-color: #4a1a7d;border-radius: 9px;padding: 7px;text-align: center;width: 90%;max-width: 120px;height: 180px;display: flex;flex-direction: column;justify-content: space-between;box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);padding-bottom: 12px;}.store-package__inner {background-color: #000;border-radius: 10px;padding: 8px;flex-grow: 1;display: flex;flex-direction: column;justify-content: space-between;}.store-package__gc-value {display: flex;align-items: center;justify-content: center;font-weight: 800;font-size: 20px;gap: 4px;}.store-package__gc-value-coin {width: 18px;height: 18px;}.store-package__coin-pile {width: 100%;height: 60px;object-fit: contain;margin: 5px 0;}.store-package__free {font-size: 13px;display: flex;align-items: center;justify-content: center;gap: 3px;font-weight: 600;color: #fff;}.crown-icon {width: 16px;height: 16px;background-image: url('https://cdn.jsdelivr.net/gh/lib-devtools/crown@main/s.webp');background-size: cover;display: inline-block;}.btn-green {display: flex;align-items: center;justify-content: center;width: 100%;height: 40px;border: none;border-radius: 0.6rem;font-size: 1.3rem;font-weight: 800;color: #fff;cursor: pointer;background: linear-gradient(180deg, #00d46a 0%, #009b49 100%);box-shadow: 0 4px 0 #006b32;margin-top: 10px;transition: transform 0.2s ease;}.btn-green:active {transform: translateY(2px);box-shadow: 0 2px 0 #006b32;}#fullOverlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: #0d001d;z-index: 99999;display: none;flex-direction: column;align-items: center;}.loader-box {display: flex;align-items: center;justify-content: center;height: 100%;}.loading-gif {width: 400px;border-radius: 20px;}.claim-view {display: none;width: 100%;flex-direction: column;align-items: center;}.claim-view h1 {font-weight: 800;font-size: 2.2rem;margin: 10px 0;}.reward-badge {background: rgba(74, 26, 125, 0.4);padding: 15px 30px;border-radius: 50px;border: 2px solid #4a1a7d;margin-bottom: 25px;display: flex;align-items: center;gap: 12px;}.username-container {width: 85%;max-width: 380px;margin-bottom: 25px;text-align: center;}.username-input {width: 100%;padding: 20px;border-radius: 15px;border: 2px solid #444;background: #000;color: #fff;font-size: 1.2rem;text-align: center;outline: none;box-sizing: border-box;}#errorMsg {color: #ff3b3b;font-size: 0.9rem;margin-top: 8px;display: none;font-weight: 600;}.btn-green.btn-continue {height: auto;width: 85%;max-width: 380px;padding: 18px;border-radius: 15px;font-size: 1.4rem;margin: 0 auto;}#lockerArea {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: #fff;z-index: 100001;overflow-y: auto;}.locker-container {max-width: 475px;width: 100%;min-height: 100%;background: #fff;margin: 0 auto;display: flex;flex-direction: column;position: relative;padding-bottom: 120px;box-sizing: border-box;}#offerContainer {padding: 0 15px;display: flex;flex-direction: column;gap: 15px;flex-grow: 1;}.offer-card {background: linear-gradient(0deg,#0066cc,#0066cc 45%,#0066cc 75%,#0066cc 100%);display: flex;align-items: center;padding: 12px 18px;border-radius: 40px;border: 1px solid #ffcc00;cursor: pointer;}.offer-link {display: flex;align-items: center;gap: 15px;width: 100%;}.offer-icon {width: 50px;height: 50px;border-radius: 20px/50%;border-right: 3px solid #0066cc;}.offer-anchor {font-size: 14px;color: #fff;font-weight: 600;text-align: left;}.spinner-mini {width: 14px;height: 14px;border: 2px solid #fff;border-bottom-color: transparent;border-radius: 50%;animation: rotation 1s linear infinite;}@keyframes rotation {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}.reward-text{font-size:16px;line-height:2.3;letter-spacing:0.3px;padding:12px 18px;margin:10px 15px 15px;text-align:left;background:rgba(255,255,255,0.04);border-radius:10px;}.instruction-text{font-size:16px;line-height:2.3;letter-spacing:0.3px;padding:12px 18px;margin:10px 15px 15px;text-align:left;background:rgba(255,255,255,0.04);border-radius:10px;padding: 20px;font-size: 0.95em;color: #000;}.coins{color:#00d46a;font-weight:800;padding:0 4px;}.crowns{color:#ffcc00;font-weight:800;padding:0 4px;}
