.home{background:#5ecfcf;min-height:100vh;padding-bottom:1rem}.top-bar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:linear-gradient(90deg,#3ab8b8,#5ecfcf);color:#fff}.welcome-text{font-size:1.1rem;font-weight:600}.top-account{font-size:.85rem;cursor:pointer;background:#fff3;padding:.3rem .75rem;border-radius:20px}.slider{position:relative;width:100%;height:180px;overflow:hidden}.slider img{width:100%;height:180px;object-fit:cover;display:block}.slider-dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:6px}.dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:background .2s}.dot.active{background:#fff}.quick-actions{display:flex;justify-content:space-around;background:#fff;padding:1rem .5rem;margin:.5rem .75rem;border-radius:12px;box-shadow:0 2px 8px #0000000f}.qa-btn{display:flex;flex-direction:column;align-items:center;gap:.4rem;background:none;border:none;cursor:pointer;font-size:.85rem;color:#333;font-weight:500}.qa-icon{font-size:2rem;background:linear-gradient(135deg,#ff9a3c,#ff6b35);border-radius:12px;padding:.4rem;display:flex;align-items:center;justify-content:center;width:52px;height:52px}.notice-bar{display:flex;align-items:center;background:#fff;margin:0 .75rem .5rem;border-radius:8px;padding:.5rem .75rem;gap:.5rem;overflow:hidden}.notice-icon{font-size:1rem;flex-shrink:0}.marquee{overflow:hidden;flex:1}.marquee span{display:inline-block;white-space:nowrap;animation:marquee 18s linear infinite;font-size:.82rem;color:#555}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.balance-card{background:linear-gradient(135deg,#e8f0fe,#f0f8ff);margin:0 .75rem .75rem;border-radius:14px;padding:1.25rem 1.5rem;box-shadow:0 2px 12px #00000012}.balance-label{font-size:.85rem;color:#555;font-weight:600;margin-bottom:.3rem}.balance-amount{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.balance-stats{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.bstat{display:flex;align-items:center;gap:.3rem;font-size:.78rem;color:#666}.bstat-dot{width:8px;height:8px;border-radius:50%}.bstat-dot.today{background:#e44d26}.bstat-dot.financial{background:#f7c948}.bstat-dot.freeze{background:#aaa}.bstat-val{font-weight:600;color:#333}.honor-section{background:#fff;margin:0 .75rem;border-radius:14px;padding:1rem;box-shadow:0 2px 8px #0000000f}.honor-title{font-size:1rem;font-weight:700;margin-bottom:.75rem;color:#1a1a1a}.honor-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f5f5f5}.honor-item:last-child{border-bottom:none}.honor-left{display:flex;flex-direction:column;gap:.2rem}.honor-user{font-size:.9rem;font-weight:600;color:#333}.honor-action{font-size:.78rem;color:#888}.honor-amount{font-size:.95rem;font-weight:700;color:#ff6b35}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#3ab8b8,#5ecfcf,#7de0e0);padding:2rem}.auth-card{background:#fff;border-radius:16px;padding:2.5rem;width:100%;max-width:420px;box-shadow:0 8px 32px #0000001a}.auth-logo{text-align:center;font-size:1.6rem;font-weight:800;color:#3ab8b8;margin-bottom:1rem;letter-spacing:1px}.auth-card h2{font-size:1.8rem;font-weight:700;margin-bottom:.4rem}.auth-sub{color:#888;margin-bottom:2rem;font-size:.95rem}.form-group{margin-bottom:1.2rem}.form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.4rem;color:#444}.form-group input{width:100%;padding:.75rem 1rem;border:1.5px solid #e0e0e0;border-radius:8px;font-size:.95rem;outline:none;transition:border-color .2s}.form-group input:focus{border-color:#e44d26}.auth-btn{width:100%;padding:.85rem;background:linear-gradient(135deg,#3ab8b8,#5ecfcf);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:.5rem;transition:background .2s}.auth-btn:hover:not(:disabled){background:#2a9898}.auth-btn:disabled{opacity:.7;cursor:not-allowed}.auth-error{color:#e44d26;font-size:.875rem;margin-bottom:.75rem}.auth-success{color:#2e7d32;font-size:.95rem;text-align:center;padding:1rem}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.9rem;color:#666}.auth-footer a{color:#3ab8b8;font-weight:600}.account-page{min-height:calc(100vh - 60px);display:flex;align-items:flex-start;justify-content:center;padding:3rem 1.5rem;background:#f5f5f5}.account-card{background:#fff;border-radius:16px;padding:2.5rem;width:100%;max-width:480px;box-shadow:0 4px 24px #00000014;text-align:center}.account-avatar{width:80px;height:80px;background:linear-gradient(135deg,#e44d26,#f7931e);color:#fff;font-size:2rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.account-card h2{font-size:1.5rem;font-weight:700;margin-bottom:.3rem}.account-label{color:#888;font-size:.875rem;margin-bottom:2rem}.account-stats{display:flex;justify-content:center;gap:2.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #f0f0f0}.stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-value{font-size:1.5rem;font-weight:700;color:#1a1a1a}.stat-label{font-size:.8rem;color:#888}.account-menu{display:flex;flex-direction:column;gap:.75rem}.menu-item{width:100%;padding:.85rem 1.25rem;background:#f9f9f9;border:none;border-radius:10px;text-align:left;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s}.menu-item:hover{background:#fff5f2;color:#e44d26}.grab-page{background:#f0f4f8;min-height:100vh;padding-bottom:80px}.grab-topbar{display:flex;align-items:center;gap:1rem;background:linear-gradient(90deg,#3ab8b8,#5ecfcf);color:#fff;padding:.85rem 1rem;font-size:1rem;font-weight:600}.grab-stats-card{background:#fff;margin:.75rem;border-radius:14px;padding:1rem;box-shadow:0 2px 8px #0000000f}.grab-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.85rem;color:#555}.grab-commission-badge{background:#ff6b35;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:20px}.grab-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 1rem}.gs-label{font-size:.78rem;color:#888;margin-bottom:.2rem}.gs-val{font-size:1rem;font-weight:700;color:#1a1a1a}.gs-val.orange{color:#ff6b35}.grab-live{background:#fff;margin:0 .75rem .75rem;border-radius:12px;overflow:hidden}.grab-live-row{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;border-bottom:1px solid #f5f5f5;font-size:.78rem}.grab-live-row:last-child{border-bottom:none}.grab-live-icon{font-size:.9rem;flex-shrink:0}.grab-live-user{color:#555;flex-shrink:0;min-width:80px}.grab-live-commission{color:#3ab8b8;flex:1;font-weight:600}.grab-live-time{color:#aaa;font-size:.72rem;white-space:nowrap}.grab-actions{padding:0 .75rem;display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}.grab-auto-btn{width:100%;padding:.9rem;background:linear-gradient(135deg,#2a9898,#3ab8b8);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s}.grab-auto-btn:disabled{opacity:.7;cursor:not-allowed}.grab-auto-btn.grabbing{background:linear-gradient(135deg,#1a7a7a,#2a9898)}.grab-stop-btn{width:100%;padding:.9rem;background:#fff;color:#3ab8b8;border:1.5px solid #3ab8b8;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.grab-notes{background:#fff;margin:0 .75rem;border-radius:12px;padding:1rem}.grab-notes-title{font-size:.9rem;font-weight:700;color:#3ab8b8;margin-bottom:.5rem}.grab-notes-text{font-size:.78rem;color:#666;line-height:1.6}.grab-toast{position:fixed;bottom:85px;left:50%;transform:translate(-50%);background:#1a1a1a;color:#fff;padding:.65rem 1.4rem;border-radius:30px;font-size:.85rem;z-index:999;white-space:nowrap}.rc-page{background:#f5f5f5;min-height:100vh}.rc-topbar{display:flex;align-items:center;gap:1rem;background:linear-gradient(90deg,#3ab8b8,#5ecfcf);color:#fff;padding:.85rem 1rem;font-size:1rem;font-weight:600}.rc-balance-bar{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#2a9898,#3ab8b8);color:#fff;padding:1.25rem;font-size:1rem;font-weight:600}.rc-bal-val{font-size:1.4rem;font-weight:700}.rc-body{background:#fff;padding:1.25rem}.rc-section-title{font-size:.9rem;font-weight:600;color:#333;margin-bottom:1rem}.rc-amounts{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.rc-amount-btn{padding:.85rem;background:#f0f0f0;border:1.5px solid #e0e0e0;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;color:#333}.rc-amount-btn.active{background:#e8fafa;border-color:#3ab8b8;color:#3ab8b8;font-weight:700}.rc-methods{border-top:1px solid #f0f0f0;margin-bottom:1.25rem}.rc-method-row{display:flex;align-items:center;gap:.75rem;padding:.9rem 0;border-bottom:1px solid #f5f5f5;cursor:pointer}.rc-method-icon{font-size:1.2rem}.rc-method-label{flex:1;font-size:.9rem;color:#333}.rc-method-row input[type=radio]{width:18px;height:18px;accent-color:#3ab8b8}.rc-confirm-btn{width:100%;padding:.9rem;background:#ccc;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:not-allowed;margin-bottom:1rem;transition:background .2s}.rc-confirm-btn.enabled{background:linear-gradient(135deg,#3ab8b8,#5ecfcf);cursor:pointer}.rc-tip{font-size:.75rem;color:#888;line-height:1.5}.rc-ok{color:#2e7d32;font-size:.85rem;margin-bottom:.75rem}.rc-err{color:#e44d26;font-size:.85rem;margin-bottom:.75rem}.wd-page{background:#f5f5f5;min-height:100vh}.wd-topbar{display:flex;align-items:center;gap:1rem;background:linear-gradient(90deg,#3ab8b8,#5ecfcf);color:#fff;padding:.85rem 1rem;font-size:1rem;font-weight:600}.wd-balance-card{background:linear-gradient(135deg,#1a7a7a,#2a9898);color:#fff;padding:1.5rem 1.25rem;margin:.75rem;border-radius:12px}.wd-bal-label{font-size:.85rem;opacity:.85;margin-bottom:.4rem}.wd-bal-val{font-size:2rem;font-weight:700}.wd-body{background:#fff;padding:1.25rem}.wd-field-label{font-size:.9rem;font-weight:600;color:#333;margin:1rem 0 .4rem}.wd-field-label:first-child{margin-top:0}.wd-amount-input{width:100%;font-size:1.6rem;font-weight:700;border:none;outline:none;color:#1a1a1a;padding:.25rem 0;border-bottom:1.5px solid #e0e0e0;background:transparent}.wd-amount-meta{display:flex;justify-content:space-between;font-size:.78rem;color:#888;margin-top:.4rem;margin-bottom:.5rem}.wd-all{color:#3ab8b8;cursor:pointer;font-weight:600}.wd-input{width:100%;padding:.65rem 0;border:none;border-bottom:1px solid #e8e8e8;outline:none;font-size:.9rem;color:#333;background:transparent;margin-bottom:.25rem}.wd-tips{margin:1.5rem 0 1.25rem;font-size:.75rem;color:#888;line-height:1.6}.wd-tips p:first-child{font-weight:600;color:#555;margin-bottom:.3rem}.wd-confirm-btn{width:100%;padding:.9rem;background:linear-gradient(135deg,#2a9898,#3ab8b8);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.wd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:500}.wd-modal{background:#fff;border-radius:14px;padding:1.75rem 1.5rem;width:80%;max-width:320px;text-align:center}.wd-modal h4{font-size:1rem;font-weight:700;margin-bottom:.75rem}.wd-modal p{font-size:.875rem;color:#555;margin-bottom:1.5rem}.wd-modal-actions{display:flex;justify-content:space-around}.wd-cancel{background:none;border:none;font-size:.95rem;color:#888;cursor:pointer;padding:.4rem 1rem}.wd-link-now{background:none;border:none;font-size:.95rem;color:#3ab8b8;font-weight:600;cursor:pointer;padding:.4rem 1rem}.invite-page{background:#e84040;background-image:radial-gradient(circle at 20% 30%,rgba(255,120,0,.3) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,80,0,.2) 0%,transparent 50%);min-height:100vh;display:flex;flex-direction:column}.invite-topbar{display:flex;align-items:center;gap:1rem;background:linear-gradient(90deg,#3ab8b8,#5ecfcf);color:#fff;padding:.85rem 1rem;font-size:1rem;font-weight:600}.invite-hero{text-align:center;padding:2.5rem 1.5rem 1.5rem;color:#fff}.invite-hero h2{font-size:1.3rem;font-weight:800;color:gold;margin-bottom:1rem;line-height:1.4;text-shadow:0 1px 4px rgba(0,0,0,.2)}.invite-tagline{display:inline-block;background:#ffffff26;border:1px solid rgba(255,255,255,.4);color:#fff;padding:.4rem 1.25rem;border-radius:20px;font-size:.85rem}.invite-code-row{display:flex;align-items:center;background:#fff;margin:0 .75rem .75rem;border-radius:10px;padding:.85rem 1rem;gap:.5rem}.invite-code-label{font-size:.85rem;color:#888;flex-shrink:0}.invite-code-val{flex:1;font-size:.9rem;font-weight:600;color:#333;letter-spacing:1px}.invite-copy-btn{background:#e44d26;color:#fff;border:none;padding:.4rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;flex-shrink:0}.invite-qr-card{background:#fff;margin:0 .75rem;border-radius:12px;padding:2rem;display:flex;align-items:center;justify-content:center;flex:1;min-height:220px}.invite-qr-card img{width:160px;height:160px}.invite-now-btn{margin:1rem .75rem;width:calc(100% - 1.5rem);padding:1rem;background:#f7c948;color:#333;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;letter-spacing:.5px}.order-page{background:#e8f0f8;min-height:100vh}.order-topbar{display:flex;align-items:center;gap:1rem;background:linear-gradient(90deg,#3ab8b8,#5ecfcf);color:#fff;padding:.85rem 1rem;font-size:1rem;font-weight:600}.order-tabs{display:flex;background:linear-gradient(90deg,#2a9898,#3ab8b8);padding:.5rem .5rem 0}.order-tab{flex:1;background:none;border:none;color:#ffffffb3;font-size:.85rem;font-weight:500;padding:.6rem .25rem;cursor:pointer;border-radius:20px 20px 0 0;transition:all .2s}.order-tab.active{background:#fff;color:#3ab8b8;font-weight:700;border-radius:20px;padding:.5rem 1rem}.order-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;gap:1rem}.order-empty-icon{font-size:4rem;opacity:.3}.order-empty p{font-size:.95rem;color:#888}.grab-now-btn{background:linear-gradient(135deg,#3ab8b8,#5ecfcf);color:#fff;border:none;padding:.65rem 2.5rem;border-radius:30px;font-size:.95rem;font-weight:600;cursor:pointer;margin-top:.5rem}.bill-page{background:#e8f0f8;min-height:100vh;padding-bottom:80px}.bill-topbar{display:flex;align-items:center;gap:1rem;background:linear-gradient(90deg,#3ab8b8,#5ecfcf);color:#fff;padding:.85rem 1rem;font-size:1rem;font-weight:600}.back-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;line-height:1}.bill-profile{display:flex;align-items:center;gap:.75rem;background:#fff;padding:1rem 1.25rem;margin:.75rem;border-radius:12px}.bill-avatar-wrap{width:48px;height:48px;background:#e8f0f8;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;flex-shrink:0}.bill-profile-info{flex:1}.bill-username{font-size:.95rem;font-weight:700;color:#1a1a1a;margin-bottom:.2rem}.bill-invite-label{font-size:.78rem;color:#888}.bill-invite-label span{color:#3ab8b8;font-weight:600}.bill-copy-link{background:none;border:none;color:#888;font-size:.82rem;cursor:pointer;white-space:nowrap}.bill-balance-card{background:linear-gradient(135deg,#dce8f8,#e8f0fc);margin:0 .75rem .75rem;border-radius:12px;padding:1.25rem;position:relative}.bill-bal-label{font-size:.82rem;color:#555;margin-bottom:.3rem}.bill-bal-val{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.bill-bal-actions{display:flex;justify-content:flex-end;gap:.75rem}.bill-wd-btn{background:#fff;border:1px solid #3ab8b8;color:#3ab8b8;padding:.4rem 1.1rem;border-radius:20px;font-size:.82rem;font-weight:600;cursor:pointer}.bill-rc-btn{background:#3ab8b8;border:none;color:#fff;padding:.4rem 1.1rem;border-radius:20px;font-size:.82rem;font-weight:600;cursor:pointer}.bill-stats{display:flex;background:#fff;margin:0 .75rem .75rem;border-radius:12px;padding:1rem .5rem}.bill-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:.25rem;border-right:1px solid #f0f0f0}.bill-stat:last-child{border-right:none}.bill-stat-icon{font-size:1.3rem}.bill-stat-label{font-size:.75rem;color:#888}.bill-stat-val{font-size:.9rem;font-weight:700;color:#333}.bill-service{background:#fff;margin:0 .75rem;border-radius:12px;padding:1rem}.bill-service-title{font-size:.85rem;color:#555;margin-bottom:1rem}.bill-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.bill-service-item{display:flex;flex-direction:column;align-items:center;gap:.4rem;background:none;border:none;cursor:pointer;padding:.75rem .5rem;border-radius:10px;transition:background .2s}.bill-service-item:hover{background:#f5f5f5}.bill-service-item.danger .bill-service-label{color:#e44d26}.bill-service-icon{font-size:1.5rem}.bill-service-label{font-size:.78rem;color:#444;font-weight:500}.bill-fab{position:fixed;bottom:85px;right:1rem;width:48px;height:48px;background:#3ab8b8;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;box-shadow:0 4px 12px #3ab8b880;cursor:pointer;z-index:100}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;height:65px;background:#fff;display:flex;align-items:center;justify-content:space-around;box-shadow:0 -2px 12px #0000001a;z-index:200}.bnav-item{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1;color:#aaa;font-size:.7rem;font-weight:500;text-decoration:none;transition:color .2s}.bnav-item.active{color:#3ab8b8}.bnav-icon{font-size:1.3rem}.bnav-center{position:relative;top:-16px}.bnav-center .bnav-icon{background:linear-gradient(135deg,#3ab8b8,#5ecfcf);color:#fff;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 4px 16px #3ab8b880}.bnav-center.active .bnav-icon{background:linear-gradient(135deg,#2a9898,#3ab8b8)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#5ecfcf;color:#333;min-height:100vh}a{text-decoration:none;color:inherit}.app-shell{min-height:100vh;padding-bottom:70px;background:#5ecfcf}.app-content{width:100%;max-width:680px;margin:0 auto}@media (min-width: 700px){body{background:#3ab8b8}.app-shell{display:flex;flex-direction:column;align-items:center;background:#3ab8b8}.app-content{width:480px;min-height:100vh;background:#5ecfcf;box-shadow:0 0 60px #0003;position:relative}.bottom-nav{width:480px!important;left:50%!important;transform:translate(-50%)!important}}
