:root{--font-family: "Inter", system-ui, -apple-system, sans-serif;--color-bg: #FFFFFF;--color-text: #000000;--color-secondary-text: #8E8E93;--color-link: #007AFF;--color-success: #34C759;--color-danger: #FF3B30;--color-stars: #FFC700;--color-button-bg: #E9F0FA;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);--radius-lg: 16px;--radius-xl: 24px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;border:none;background:none;cursor:pointer;outline:none}.flex{display:flex}.col{flex-direction:column}.center{align-items:center;justify-content:center}.w-full{width:100%}.text-center{text-align:center}::-webkit-scrollbar{display:none}.app-container{max-width:480px;margin:0 auto;min-height:100vh;background-color:#fff;padding:20px 20px 100px;position:relative;font-family:Inter,sans-serif}.header{display:flex;justify-content:center;align-items:center;position:relative;margin-bottom:40px;padding-top:10px}.segmented-control{background-color:#efeff4;border-radius:20px;padding:4px;display:flex;gap:4px}.segment{padding:8px 24px;border-radius:16px;font-weight:600;font-size:14px;color:#8e8e93;transition:all .2s ease}.segment.active{background-color:#fff;color:#000;box-shadow:0 2px 4px #0000001a}.profile-icon{position:absolute;right:0;top:55%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;overflow:hidden;background:#eee}.profile-icon img{width:100%;height:100%;object-fit:cover}.balance-section{text-align:center;margin-bottom:40px}.balance-label{font-size:16px;color:#000;margin-bottom:8px;font-weight:500}.balance-amount{display:flex;align-items:center;justify-content:center;gap:8px}.value{font-size:56px;font-weight:700;line-height:1}.star-icon-large{width:48px;height:48px}.actions-grid{display:flex;justify-content:center;gap:16px;margin-bottom:40px}.action-btn{display:flex;flex-direction:column;align-items:center;width:100px}.icon-wrapper{width:70px;height:64px;background-color:#f2f2f7;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;color:#007aff}.label{font-size:12px;font-weight:500;color:#007aff}.transactions-section{display:flex;flex-direction:column;gap:16px;margin-top:10px}.section-title{font-size:20px;font-weight:700;margin-bottom:8px;color:#000;padding-left:4px}.transactions-list{display:flex;flex-direction:column;gap:0}.transaction-item{display:flex;align-items:center;background:transparent;padding:12px 0;border-bottom:.5px solid #E5E5EA;gap:12px}.transaction-item:last-child{border-bottom:none}.tx-avatar{width:44px;height:44px;border-radius:50%;background-color:#f2f2f7;object-fit:cover}.tx-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;flex:1}.tx-title{font-size:16px;font-weight:500;margin-bottom:4px;color:#000}.tx-date{font-size:13px;color:#8e8e93}.tx-amount{font-size:16px;font-weight:600;display:flex;align-items:center;gap:4px;margin-left:auto}.positive{color:#34c759}.negative{color:#000}.bottom-nav{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 4px 30px #00000014;padding:6px 8px;border-radius:40px;display:flex;align-items:center;gap:8px;z-index:100}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:5px 20px;border-radius:50px;cursor:pointer;transition:all .2s ease}.nav-item .nav-icon{width:28px;height:28px;object-fit:contain;filter:brightness(0);transition:filter .2s ease}.nav-item span{font-size:11px;font-weight:500;color:#8e8e93;transition:color .2s ease}.nav-item.active{background:#0000000f}.nav-item.active .nav-icon{filter:none}.nav-item.active span{color:#007aff}[data-theme=dark] .app-container{background-color:#212121!important;color:#fff}[data-theme=dark] .segment.active{background-color:#333;color:#fff}[data-theme=dark] .segment{color:#999}[data-theme=dark] .segmented-control{background-color:#000}[data-theme=dark] .balance-label,[data-theme=dark] .section-title,[data-theme=dark] .tx-title,[data-theme=dark] .nft-name,[data-theme=dark] .nft-attr-value{color:#fff!important}[data-theme=dark] .icon-wrapper{background-color:#333}.nft-card{background-color:#f1f1f1;padding:10px;border-radius:30px}[data-theme=dark] .nft-card,[data-theme=dark] .deposit-card,[data-theme=dark] .bottom-nav{background-color:#333}[data-theme=dark] div[style*="background: #F2F2F7"],[data-theme=dark] div[style*="background: rgb(242, 242, 247)"]{background-color:#333!important;color:#fff!important;border-bottom-color:#444!important}[data-theme=dark] .nft-sheet{background-color:#2c2c2e;color:#fff}[data-theme=dark] .nft-deposit-banner{background-color:#333;color:#fff}[data-theme=dark] .nft-deposit-banner a{color:#0a84ff}.switch{position:relative;display:inline-block;width:50px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#e5e5ea;transition:.4s}.slider:before{position:absolute;content:"";height:24px;width:24px;left:2px;bottom:2px;background-color:#fff;transition:.4s;box-shadow:0 2px 4px #0003}input:checked+.slider{background-color:#34c759}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{transform:translate(22px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}@media(max-width:360px){.actions-grid{gap:8px}}.skeleton{background:#f6f7f8;background-image:linear-gradient(to right,#f6f7f8,#edeef1 20%,#f6f7f8 40% 100%);background-repeat:no-repeat;background-size:800px 104px;display:inline-block;position:relative;overflow:hidden;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:shimmer;animation-timing-function:linear}[data-theme=dark] .skeleton{background:#2c2c2e;background-image:linear-gradient(to right,#2c2c2e,#3a3a3c 20%,#2c2c2e 40% 100%)}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.skeleton-text{height:1em;width:100%;border-radius:4px}.skeleton-circle{border-radius:50%}.skeleton-balance{height:56px;width:120px;border-radius:12px}.skeleton-label{height:16px;width:60px;margin:0 auto 8px}.skeleton-icon{width:70px;height:64px;border-radius:20px}.skeleton-btn-label{height:12px;width:50px;margin-top:8px}.skeleton-tx-avatar{width:44px;height:44px;border-radius:50%}.skeleton-tx-title{height:16px;width:140px;margin-bottom:6px}.skeleton-tx-date{height:12px;width:80px}.skeleton-tx-amount{height:18px;width:60px}.skeleton-nft-image{width:100%;aspect-ratio:1/1;border-radius:20px;margin-bottom:12px}.skeleton-nft-name{height:18px;width:80%;margin:0 auto 6px}.skeleton-nft-serial{height:14px;width:40%;margin:0 auto}.games-header{display:flex;justify-content:space-between;align-items:center;padding:10px 4px;margin-bottom:20px}.games-title{font-size:34px;font-weight:800;margin:0}.games-profile-pic{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#eee}.games-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:30px}.game-card{aspect-ratio:1/1;background-color:#f2f2f7;border-radius:28px;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;cursor:pointer;transition:transform .1s ease;padding-bottom:16px}.game-card:active{transform:scale(.97)}.game-card img{width:75%;height:75%;object-fit:contain;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.game-card span{font-size:22px;font-weight:700;color:#000;z-index:2;margin-top:auto}.giveaway-tabs-container{display:flex;align-items:center;justify-content:space-between;background:#f2f2f7;padding:4px;border-radius:100px;margin-bottom:24px}.giveaway-tab-pill{flex:1;text-align:center;padding:10px 0;border-radius:100px;font-weight:600;color:#000;background:transparent;border:none;font-size:15px;cursor:pointer}.giveaway-tab-pill.active{background:#fff;box-shadow:0 2px 8px #00000014}.giveaway-pill-card{background:#fff;border-radius:50px;padding:8px;display:flex;align-items:center;gap:12px;margin-bottom:12px;box-shadow:0 4px 15px #00000008}.giveaway-icon-circle{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.giveaway-details{display:flex;flex-direction:column;flex:1}.giveaway-title{font-size:16px;font-weight:600;margin-bottom:2px}.giveaway-subtitle{font-size:12px;color:#8e8e93}.giveaway-btn-participate{background:#007aff;color:#fff;padding:10px 24px;margin-right:7px;border-radius:30px;font-weight:600;font-size:14px;border:none;white-space:nowrap}.giveaway-price-tag{background:#007aff;color:#fff;padding:8px 16px;margin-right:7px;border-radius:20px;font-weight:700;font-size:14px;display:flex;align-items:center;gap:4px;white-space:nowrap}[data-theme=dark] .games-title,[data-theme=dark] .game-card span,[data-theme=dark] .giveaway-title,[data-theme=dark] .giveaway-tab-pill{color:#fff}[data-theme=dark] .game-card,[data-theme=dark] .giveaway-tabs-container,[data-theme=dark] .giveaway-pill-card{background-color:#2c2c2e}[data-theme=dark] .giveaway-tab-pill.active{background-color:#444;color:#fff}[data-theme=dark] .giveaway-subtitle{color:#aeaeb2}.nfts-container{padding-bottom:20px}.nft-deposit-banner{background-color:#f2f2f7;border-radius:20px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px;font-size:14px;color:#000;line-height:1.4}.i-sent-btn{background-color:#007aff;color:#fff;padding:10px 20px;border-radius:14px;font-weight:600;white-space:nowrap;font-size:14px}.nft-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.nft-card{display:flex;flex-direction:column;align-items:center;text-align:center}.nft-image-container{width:100%;aspect-ratio:1;border-radius:20px;overflow:hidden;margin-bottom:12px;background-color:#eee;box-shadow:0 4px 12px #0000000d}.nft-image-container img{width:100%;height:100%;object-fit:cover}.nft-name{font-size:16px;font-weight:600;margin-bottom:4px;color:#000}.nft-serial{font-size:13px;color:#8e8e93;margin-bottom:12px;font-weight:500}.nft-more-btn{width:100%;background-color:#007aff;color:#fff;padding:10px;border-radius:20px;font-weight:600;font-size:14px}.nft-overlay-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;justify-content:center;align-items:flex-end}.nft-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001}.nft-sheet{position:relative;width:100%;max-width:480px;background:#f2f2f7;border-top-left-radius:32px;border-top-right-radius:32px;padding:24px 24px 40px;box-shadow:0 -4px 30px #0003;z-index:1002;max-height:90vh;overflow-y:auto}.nft-detail-image-wrapper{width:200px;height:200px;border-radius:20px;overflow:hidden;margin:0 auto 16px;box-shadow:0 8px 24px #00000026;background:linear-gradient(135deg,#eecda3,#ef629f)}.nft-detail-image-wrapper img{width:100%;height:100%;object-fit:contain}.nft-gray-btn{background:#e5e5ea;color:#5d5d5d;background:#c7c7cc;font-weight:600;padding:14px;border-radius:24px;border:none;font-size:16px;flex:1;margin:0 5px;box-shadow:inset -3px -3px 6px #f6f6f699,inset 3px 3px 6px #ffffff40}.nft-blue-btn{width:100%;background:#007aff;color:#fff;font-weight:700;padding:16px;border-radius:500px;border:none;font-size:18px;margin-top:0;box-shadow:inset -3px -3px 6px #cdcdcd99,inset 3px 3px 6px #ffffff40}.action-btn-primary:active{opacity:.8;transform:scale(.98)}
