.wallet-page{min-height:100vh;background:#f0f0f0;padding-bottom:100px;font-family:'Inter',-apple-system,sans-serif}.wallet-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 10px;background:#fff}.wallet-header-left{display:flex;align-items:center;gap:12px}.wallet-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2.5px solid #0F2F24;box-shadow:0 2px 8px rgba(15,47,36,0.15)}.wallet-greeting{font-size:1.1rem;font-weight:700;color:#1A1A1A;letter-spacing:-0.01em}.wallet-header-right .wallet-notif-btn{width:42px;height:42px;border-radius:50%;background:#f5f5f5;border:none;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#0F2F24;cursor:pointer;transition:all 0.2s;position:relative}.wallet-notif-btn:active{transform:scale(0.92)}.wallet-notif-dot{position:absolute;top:4px;right:4px;min-width:17px;height:17px;border-radius:9px;background:#e74c3c;border:2px solid #f5f5f5;color:#fff;font-size:0.58rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}.wallet-card-container{padding:10px 20px 0}.wallet-card{background:linear-gradient(145deg,#0F2F24 0%,#1b4332 40%,#2d6a4f 100%);border-radius:20px;padding:28px 24px 22px;position:relative;overflow:hidden;box-shadow:0 10px 40px rgba(15,47,36,0.35),0 2px 8px rgba(0,0,0,0.1);min-height:150px}.wallet-card::before{content:'';position:absolute;top:-40%;right:-20%;width:250px;height:250px;border-radius:50%;background:rgba(255,255,255,0.04);pointer-events:none}.wallet-card::after{content:'';position:absolute;bottom:-30%;left:-15%;width:200px;height:200px;border-radius:50%;background:rgba(255,255,255,0.03);pointer-events:none}.wallet-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.wallet-balance-label{font-size:0.78rem;color:rgba(255,255,255,0.6);font-weight:500;text-transform:uppercase;letter-spacing:0.08em}.wallet-tx-link{display:flex;align-items:center;gap:4px;font-size:0.78rem;color:rgba(255,255,255,0.7);text-decoration:none;font-weight:600;transition:color 0.2s;cursor:pointer;background:none;border:none;padding:0}.wallet-tx-link:hover,.wallet-tx-link:active{color:#fff}.wallet-balance-amount{font-size:2.4rem;font-weight:800;color:#fff;letter-spacing:-0.02em;margin:6px 0 16px;text-shadow:0 2px 12px rgba(0,0,0,0.2);position:relative;z-index:1}.wallet-card-bottom{display:flex;justify-content:flex-end;position:relative;z-index:1}.wallet-deposit-btn{display:flex;align-items:center;gap:6px;background:#fff;color:#0F2F24;border:none;border-radius:12px;padding:10px 20px;font-size:0.85rem;font-weight:700;cursor:pointer;transition:all 0.2s;box-shadow:0 4px 12px rgba(0,0,0,0.15)}.wallet-deposit-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,0.2)}.wallet-deposit-btn:active{transform:scale(0.96)}.wallet-actions-section{padding:16px 20px 0}.wallet-actions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;background:#fff;border-radius:16px;padding:20px 16px;box-shadow:0 2px 12px rgba(0,0,0,0.04)}.wallet-action-item{display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;text-decoration:none;padding:8px 4px;border-radius:14px;transition:all 0.2s;background:none;border:none;width:100%;font-family:inherit;color:inherit;outline:none}.wallet-action-item:active{transform:scale(0.94);background:rgba(15,47,36,0.04)}.wallet-action-icon{width:52px;height:52px;border-radius:16px;background:#f0f4f2;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#0F2F24;transition:all 0.2s;border:1.5px solid rgba(15,47,36,0.08)}.wallet-action-item:hover .wallet-action-icon{background:#e8f0ec;border-color:rgba(15,47,36,0.15);transform:translateY(-2px);box-shadow:0 4px 12px rgba(15,47,36,0.1)}.wallet-action-label{font-size:0.75rem;font-weight:600;color:#333;text-align:center}.wallet-tasks-section{padding:20px 20px 0}.wallet-tasks-header{display:inline-flex;align-items:center;gap:8px;background:#0F2F24;color:#fff;padding:8px 22px;border-radius:30px;font-size:0.85rem;font-weight:700;margin-bottom:14px;letter-spacing:0.02em}.wallet-tasks-list{display:flex;flex-direction:column;gap:10px}.wallet-task-card{display:flex;align-items:center;gap:14px;background:#fff;border-radius:16px;padding:16px 16px;box-shadow:0 2px 10px rgba(0,0,0,0.04);transition:all 0.2s}.wallet-task-card:hover{box-shadow:0 4px 16px rgba(0,0,0,0.08);transform:translateY(-1px)}.wallet-task-icon{width:48px;height:48px;border-radius:14px;background:#f8f8f8;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.wallet-task-info{flex:1;min-width:0}.wallet-task-title{font-size:0.88rem;font-weight:700;color:#1A1A1A;margin-bottom:2px}.wallet-task-desc{font-size:0.73rem;color:#888;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wallet-task-go-btn{background:#0F2F24;color:#fff;border:none;border-radius:10px;padding:8px 22px;font-size:0.8rem;font-weight:700;cursor:pointer;transition:all 0.2s;white-space:nowrap;flex-shrink:0}.wallet-task-go-btn:hover{background:#1b4332;transform:scale(1.03)}.wallet-task-go-btn:active{transform:scale(0.95)}.wallet-task-go-btn.completed{background:#ccc;color:#666;cursor:default;pointer-events:none}.wallet-referral-section{padding:20px 20px}.wallet-referral-card{background:linear-gradient(135deg,#fff 0%,#f8fdf8 100%);border-radius:16px;padding:20px;box-shadow:0 2px 12px rgba(0,0,0,0.04);border:1px solid rgba(15,47,36,0.06)}.wallet-referral-title{font-size:0.95rem;font-weight:700;color:#0F2F24;margin-bottom:6px;display:flex;align-items:center;gap:8px}.wallet-referral-desc{font-size:0.78rem;color:#666;margin-bottom:14px;line-height:1.5}.wallet-referral-code-row{display:flex;align-items:center;gap:10px}.wallet-referral-code-box{flex:1;background:#f0f4f2;border:1.5px dashed rgba(15,47,36,0.2);border-radius:10px;padding:10px 14px;font-size:1rem;font-weight:800;color:#0F2F24;letter-spacing:0.15em;text-align:center}.wallet-referral-copy-btn{background:#0F2F24;color:#fff;border:none;border-radius:10px;padding:10px 18px;font-size:0.8rem;font-weight:700;cursor:pointer;transition:all 0.2s;display:flex;align-items:center;gap:6px}.wallet-referral-copy-btn:active{transform:scale(0.94)}.wallet-referral-stats{display:flex;gap:16px;margin-top:14px}.wallet-referral-stat{flex:1;text-align:center;padding:10px 0;background:rgba(15,47,36,0.04);border-radius:10px}.wallet-referral-stat-value{font-size:1.2rem;font-weight:800;color:#0F2F24}.wallet-referral-stat-label{font-size:0.68rem;color:#888;font-weight:500}.wallet-deposit-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.5);z-index:9999;display:none;align-items:flex-end;justify-content:center;animation:fadeIn 0.2s ease}.wallet-deposit-overlay.active{display:flex}.wallet-deposit-sheet{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:480px;padding:28px 24px 40px;animation:slideUp 0.3s ease}.wallet-deposit-sheet-handle{width:40px;height:4px;background:#ddd;border-radius:4px;margin:0 auto 20px}.wallet-deposit-sheet-title{font-size:1.2rem;font-weight:800;color:#0F2F24;margin-bottom:6px}.wallet-deposit-sheet-subtitle{font-size:0.82rem;color:#888;margin-bottom:20px}.wallet-deposit-amount-input{width:100%;padding:16px;border:2px solid #e8e8e8;border-radius:14px;font-size:1.3rem;font-weight:700;color:#0F2F24;text-align:center;outline:none;transition:border-color 0.2s;margin-bottom:10px}.wallet-deposit-amount-input:focus{border-color:#0F2F24}.wallet-deposit-presets{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.wallet-deposit-preset-btn{flex:1;min-width:70px;padding:10px 0;border:1.5px solid #e8e8e8;border-radius:10px;background:#fff;font-size:0.82rem;font-weight:700;color:#333;cursor:pointer;transition:all 0.2s;text-align:center}.wallet-deposit-preset-btn:hover,.wallet-deposit-preset-btn.active{border-color:#0F2F24;background:#f0f4f2;color:#0F2F24}.wallet-deposit-confirm-btn{width:100%;padding:16px;background:#0F2F24;color:#fff;border:none;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;transition:all 0.2s;display:flex;align-items:center;justify-content:center;gap:8px}.wallet-deposit-confirm-btn:hover{background:#1b4332}.wallet-deposit-confirm-btn:active{transform:scale(0.98)}.wallet-deposit-confirm-btn:disabled{background:#ccc;cursor:not-allowed}.wallet-tx-page{min-height:100vh;background:#f0f0f0;padding-bottom:100px;font-family:'Inter',-apple-system,sans-serif}.wallet-tx-topbar{display:flex;align-items:center;gap:14px;padding:16px 20px;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:50}.wallet-tx-back-btn{width:38px;height:38px;border-radius:50%;background:#f5f5f5;border:none;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#0F2F24;cursor:pointer;transition:all 0.2s}.wallet-tx-back-btn:active{transform:scale(0.9)}.wallet-tx-topbar-title{font-size:1.1rem;font-weight:700;color:#1A1A1A}.wallet-tx-filters{display:flex;gap:8px;padding:12px 20px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;background:#fff}.wallet-tx-filters::-webkit-scrollbar{display:none}.wallet-tx-filter-pill{padding:7px 16px;border-radius:30px;border:1.5px solid #e0e0e0;background:#fff;font-size:0.75rem;font-weight:600;color:#666;cursor:pointer;white-space:nowrap;transition:all 0.2s;text-decoration:none}.wallet-tx-filter-pill:hover,.wallet-tx-filter-pill.active{background:#0F2F24;color:#fff;border-color:#0F2F24}.wallet-tx-list{padding:12px 20px}.wallet-tx-date-group{margin-bottom:16px}.wallet-tx-date-label{font-size:0.72rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:0.06em;margin-bottom:8px;padding-left:4px}.wallet-tx-item{display:flex;align-items:center;gap:14px;background:#fff;border-radius:14px;padding:14px 16px;margin-bottom:8px;box-shadow:0 1px 6px rgba(0,0,0,0.03)}.wallet-tx-icon-wrap{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.wallet-tx-icon-wrap.credit{background:rgba(45,106,79,0.1);color:#2d6a4f}.wallet-tx-icon-wrap.debit{background:rgba(231,76,60,0.1);color:#e74c3c}.wallet-tx-details{flex:1;min-width:0}.wallet-tx-title{font-size:0.85rem;font-weight:700;color:#1A1A1A;margin-bottom:2px}.wallet-tx-time{font-size:0.7rem;color:#aaa}.wallet-tx-amount{font-size:0.92rem;font-weight:800;white-space:nowrap}.wallet-tx-amount.credit{color:#2d6a4f}.wallet-tx-amount.debit{color:#e74c3c}.wallet-empty{text-align:center;padding:50px 20px}.wallet-empty-icon{font-size:3rem;opacity:0.2;margin-bottom:12px}.wallet-empty-text{font-size:0.88rem;color:#999;font-weight:500}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes balancePop{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}.wallet-balance-pop{animation:balancePop 0.4s ease}.checkout-wallet-toggle{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#f8fdf8 0%,#f0f8f4 100%);border:1.5px solid rgba(15,47,36,0.1);border-radius:14px;padding:14px 16px;margin-bottom:16px;transition:all 0.2s}.checkout-wallet-toggle.active{border-color:#0F2F24;box-shadow:0 2px 12px rgba(15,47,36,0.1)}.checkout-wallet-left{display:flex;align-items:center;gap:12px}.checkout-wallet-icon{width:40px;height:40px;border-radius:12px;background:#0F2F24;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.checkout-wallet-info{display:flex;flex-direction:column}.checkout-wallet-label{font-size:0.85rem;font-weight:700;color:#0F2F24}.checkout-wallet-balance{font-size:0.75rem;color:#666;font-weight:500}.checkout-wallet-switch{position:relative;width:48px;height:26px;cursor:pointer}.checkout-wallet-switch input{display:none}.checkout-wallet-switch-slider{position:absolute;inset:0;background:#ddd;border-radius:26px;transition:all 0.3s}.checkout-wallet-switch-slider::before{content:'';position:absolute;width:20px;height:20px;border-radius:50%;background:#fff;top:3px;left:3px;transition:all 0.3s;box-shadow:0 1px 4px rgba(0,0,0,0.15)}.checkout-wallet-switch input:checked + .checkout-wallet-switch-slider{background:#0F2F24}.checkout-wallet-switch input:checked + .checkout-wallet-switch-slider::before{transform:translateX(22px)}.checkout-wallet-discount{margin-top:10px;padding:10px 14px;background:rgba(45,106,79,0.08);border-radius:10px;display:none}.checkout-wallet-discount.visible{display:block}.checkout-wallet-original-price{text-decoration:line-through;color:#999;font-size:0.82rem;font-weight:500}.checkout-wallet-new-price{font-size:1.05rem;font-weight:800;color:#0F2F24;margin-left:10px}.checkout-wallet-deduction-label{font-size:0.72rem;color:#2d6a4f;font-weight:600;margin-top:4px}@media (min-width:768px){.wallet-page,.wallet-tx-page{max-width:480px;margin:0 auto}.wallet-deposit-sheet{border-radius:24px;margin-bottom:40px}.wallet-deposit-overlay{align-items:center}.wallet-notif-sheet{border-radius:24px;margin-bottom:40px}.wallet-notif-overlay{align-items:center}}.wallet-notif-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.55);z-index:10000;display:none;align-items:flex-end;justify-content:center;animation:fadeIn 0.2s ease;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.wallet-notif-overlay.active{display:flex}.wallet-notif-sheet{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:480px;max-height:75vh;display:flex;flex-direction:column;animation:slideUp 0.3s cubic-bezier(0.16,1,0.3,1);overflow:hidden}.wallet-notif-sheet-handle{width:40px;height:4px;background:#ddd;border-radius:4px;margin:12px auto 0;flex-shrink:0}.wallet-notif-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid rgba(15,47,36,0.06);flex-shrink:0}.wallet-notif-sheet-title{font-size:1.05rem;font-weight:800;color:#0F2F24;display:flex;align-items:center}.wallet-notif-mark-all{background:none;border:none;color:#2d6a4f;font-size:0.75rem;font-weight:700;cursor:pointer;padding:6px 12px;border-radius:8px;transition:background 0.2s}.wallet-notif-mark-all:hover{background:rgba(45,106,79,0.08)}.wallet-notif-list{overflow-y:auto;flex:1;padding:6px 0;-webkit-overflow-scrolling:touch}.wallet-notif-item{display:flex;align-items:flex-start;gap:12px;padding:14px 20px;text-decoration:none;color:inherit;transition:background 0.15s;cursor:pointer;border-bottom:1px solid rgba(0,0,0,0.03)}.wallet-notif-item:hover{background:rgba(15,47,36,0.03)}.wallet-notif-item:active{background:rgba(15,47,36,0.06)}.wallet-notif-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:0.9rem;flex-shrink:0}.wallet-notif-icon.credit{background:rgba(45,106,79,0.1);color:#2d6a4f}.wallet-notif-icon.debit{background:rgba(192,57,43,0.08);color:#c0392b}.wallet-notif-body{flex:1;min-width:0}.wallet-notif-title{font-size:0.85rem;font-weight:700;color:#1A1A1A;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wallet-notif-msg{font-size:0.76rem;color:#666;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wallet-notif-time{font-size:0.65rem;color:#aaa;margin-top:4px;font-weight:500}.wallet-notif-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:10px;color:#999;font-size:0.85rem}.wallet-notif-loading{display:flex;align-items:center;justify-content:center;padding:30px 20px;gap:8px;color:#888;font-size:0.85rem}