body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;transition:background-color .2s ease-in}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{background-color:#f5f5f5!important;height:100%;margin:0;overflow:hidden;padding:0;position:relative;width:100%;z-index:0}.App{background-color:#f5f5f5;min-height:100vh;text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#f5f5f5;color:#333;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#007bff}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.blurred-feed{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@supports (-webkit-touch-callout:none){input,select,textarea{font-size:16px!important}}body,html{background-color:#f8f8f8;height:100%;overscroll-behavior-y:none;scroll-behavior:smooth}.chat-list,.feed-container,.feed-content,.notification-list,.post-wrapper,.profile-wrapper,.scrollable-section{background-color:#f8f8f8;box-sizing:border-box;min-height:100vh;padding-bottom:100px}::-webkit-scrollbar{background:#0000;width:0}.admin-dashboard-container{font-family:Inter,sans-serif;padding:0}.admin-topbar{align-items:center;background-color:#fff;border-bottom:1px solid #eee;display:flex;gap:12px;padding:14px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.admin-back-icon{cursor:pointer;height:26px;width:26px}.admin-topbar h2{flex-grow:1;font-size:1.2rem;font-weight:600;margin:0}.admin-menu-wrapper{position:relative}.admin-menu-icon{cursor:pointer;height:26px;width:26px}.admin-dropdown{background:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 4px 12px #0000000d;font-size:.95rem;position:absolute;right:0;top:40px;width:200px;z-index:999}.admin-dropdown div{align-items:center;cursor:pointer;display:flex;gap:10px;padding:12px 16px;transition:background .2s ease}.admin-dropdown div:hover{background-color:#f5f5f5}.admin-tab-content{padding:20px}.admin-dashboard-denied{color:red;font-size:1.1rem;font-weight:700;padding:20px;text-align:center}.admindashboard-container{font-family:Inter,sans-serif;padding:24px}.admindashboard-container h1{font-size:1.5rem;margin-bottom:12px}.admindashboard-container p{color:#666;font-size:1rem}.admin-tiles-grid{grid-template-columns:1fr 1fr;margin-top:20px;padding:20px}.admin-tile{background:#f8f8f8;border-radius:12px;box-shadow:0 2px 6px #0000000d;cursor:pointer;padding:24px;text-align:center;transition:all .2s ease-in-out}.admin-tile:hover{background:#ececec}.admin-icon{font-size:26px;margin-bottom:8px}.admin-label{font-size:16px;font-weight:500}.admin-scroll-area{height:calc(100vh - 70px);overflow-y:auto;padding:10px}.admin-tiles-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));padding-bottom:80px}.admin-tile{position:relative}.admin-tile-dot{background:#ff3b30;border-radius:50%;box-shadow:0 0 0 2px #fff;height:10px;position:absolute;right:10px;top:10px;width:10px;z-index:1}.admin-tile-dot:after{animation:adminDotPulse 1.8s ease-out infinite;border:0 solid #ff3b3059;border-radius:50%;content:"";inset:0;position:absolute}@keyframes adminDotPulse{0%{border-width:0;opacity:.8;transform:scale(1)}70%{border-width:6px;opacity:0;transform:scale(2.1)}to{border-width:6px;opacity:0;transform:scale(2.1)}}@media (prefers-reduced-motion:reduce){.admin-tile-dot:after{animation:none}}.dispute-container{background:#fff;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100vh}.dispute-topbar{align-items:center;background-color:#fff;border-bottom:1px solid #eee;display:flex;gap:14px;padding:14px 18px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.dispute-back-icon{height:26px;width:26px}.dispute-topbar h2{font-size:1.2rem;font-weight:600;margin:0}.dispute-content{flex:1 1;overflow-y:auto;padding:16px}.dispute-loading,.no-disputes{color:#555;font-size:1rem;padding:20px;text-align:center}.dispute-card{background:#fafafa;border:1px solid #ddd;border-radius:10px;box-shadow:0 1px 4px #00000008;cursor:pointer;margin-bottom:14px;padding:14px;transition:background .2s ease}.dispute-card:hover{background:#f3f3f3}.dispute-card p{font-size:.95rem;margin:4px 0}.dispute-id{color:#333;font-weight:600}.dispute-status{border-radius:12px;font-weight:500;padding:2px 8px;text-transform:capitalize}.dispute-status.pending{color:#e67e22}.dispute-status.paused{color:#999}.dispute-status.resolved{background-color:#a7f3d0;color:#065f46}.disputemanager-container,.disputemanager-table,.table-header,.table-row{display:none}.dispute-filters{display:flex;gap:10px;justify-content:center;margin:10px 0}.dispute-filters button{background-color:#eee;border:none;border-radius:8px;cursor:pointer;font-weight:700;padding:6px 12px;transition:background-color .3s ease,color .3s ease}.dispute-filters button.pending-active{background-color:#ffcc80;color:#b45309}.dispute-filters button.resolved-active{background-color:#a7f3d0;color:#065f46}.dispute-filters button.pending,.dispute-filters button.resolved{background-color:#eee}.dispute-filters button:hover{opacity:.8}.dispute-filters button.pending:hover{background-color:#ffb84d}.dispute-filters button.resolved:hover{background-color:#6fd1ad}@media (max-width:600px){.dispute-container{height:100vh;padding-bottom:80px}}.dispute-card-wrapper{position:relative}.dispute-dots-icon{cursor:pointer;height:22px;position:absolute;right:12px;top:12px;width:22px}.disputedetail-container{background:#fff;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100vh;overflow:hidden}.disputedetail-topbar{align-items:center;background:#fff;border-bottom:1px solid #eee;display:flex;gap:12px;padding:14px 18px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.disputedetail-back-icon{cursor:pointer;height:26px;width:26px}.disputedetail-topbar h2{font-size:1.2rem;font-weight:600;margin:0}.disputedetail-content{flex:1 1;overflow-y:auto;padding:18px}.disputedetail-content p{word-wrap:break-word;font-size:.95rem;line-height:1.5;margin-bottom:8px;overflow-wrap:break-word;white-space:pre-wrap}.disputedetail-media-grid{margin-top:20px}.disputedetail-media-wrapper{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.disputedetail-media-item{border:1px solid #ccc;border-radius:6px;max-height:200px;object-fit:cover;width:150px}.disputedetail-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.admin-btn{border-radius:8px;font-size:.9rem;font-weight:600}.approve-btn{background-color:#00b894}.pause-btn{background-color:#f39c12;color:#fff}.disputedetail-error,.disputedetail-loading{color:#777;font-size:1rem;padding:40px;text-align:center}@media (max-width:600px){.disputedetail-container{height:100vh;padding-bottom:80px}.disputedetail-media-item{max-height:250px;object-fit:contain;width:100%}.disputedetail-actions{flex-direction:column}.admin-btn{width:100%}}.dispute-modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.dispute-modal{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0003;max-width:400px;padding:20px;width:90%}.dispute-modal h3{margin-top:0}.dispute-modal-textarea{font-size:14px;margin-top:10px;padding:10px;resize:none;width:100%}.dispute-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:15px}.reportmanager-container{background:#f9f9f9;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100vh;overflow:hidden}.reportmanager-topbar{align-items:center;background-color:#fff;border-bottom:1px solid #ddd;display:flex;padding:12px 16px;position:fixed;top:0;width:100%;z-index:10}.reportmanager-back-icon{cursor:pointer;height:24px;margin-right:12px;width:24px}.reportmanager-topbar h2{font-size:18px;font-weight:600;margin:0}.reportmanager-scroll-area{flex:1 1;overflow-y:auto;padding:70px 20px 40px}.reportmanager-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.reportmanager-filters button{background-color:#eee;border:none;border-radius:6px;cursor:pointer;font-size:14px;padding:6px 12px}.reportmanager-filters button.active{background-color:#222;color:#fff}.report-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000d;cursor:pointer;margin-bottom:10px;padding:12px 14px;transition:background .2s}.report-card:hover{background-color:#f3f3f3}.empty-text,.loading-text{color:#666;font-size:14px;padding:20px;text-align:center}@media (max-width:480px){.reportmanager-scroll-area{padding:70px 16px 100px}}.reportdetail-scroll-area{background:#fff;box-sizing:border-box;height:100vh;overflow-y:auto;padding:72px 20px 80px}@media (max-width:480px){.reportdetail-scroll-area{padding:68px 16px 100px}}.reportdetail-topbar{align-items:center;background:#fff;border-bottom:1px solid #eee;display:flex;left:0;padding:14px 20px;position:fixed;right:0;top:0;z-index:999}.reportdetail-back-icon{cursor:pointer;height:26px;margin-right:12px;width:26px}.reportdetail-topbar h2{flex-grow:1;font-size:18px;font-weight:600;margin:0}.reportdetail-content{font-family:Inter,sans-serif}.reportdetail-content p{word-wrap:break-word;font-size:15px;line-height:1.4;margin-bottom:12px;max-width:100%;overflow-wrap:break-word}.report-preview{background:#f9f9f9;border-radius:8px;margin-top:20px;padding:12px}.report-preview h3{font-size:16px;margin-bottom:10px}.report-preview-img{border-radius:6px;margin-top:10px;max-width:100%;object-fit:cover;width:100%}.report-actions{display:flex;justify-content:center;margin-top:24px}.report-actions button{background:#e53935;border:none;border-radius:8px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:15px;max-width:500px;padding:12px 16px;transition:background .2s ease;width:100%}.report-actions button:hover{background:#c62828}.merchantmanager-container{background-color:#f9f9f9;display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative}.merchantmanager-topbar{align-items:center;background-color:#fff;border-bottom:1px solid #ddd;display:flex;height:60px;left:0;padding:0 16px;position:fixed;right:0;top:0;z-index:10}.merchantmanager-back-icon{cursor:pointer;height:28px;margin-right:12px}.merchantmanager-topbar h2{font-size:18px;font-weight:600}.merchantmanager-filters{background-color:#fff;border-bottom:1px solid #eee;left:0;overflow-x:auto;padding:10px 0 8px 12px;position:fixed;right:0;top:60px;white-space:nowrap;z-index:9}.merchantmanager-filters button{background-color:#eee;border:none;border-radius:16px;cursor:pointer;font-size:14px;margin-right:8px;padding:6px 12px;white-space:nowrap}.merchantmanager-filters button.active{background-color:#4caf50;color:#fff;font-weight:500}.merchantmanager-content{flex-grow:1;overflow-y:auto;padding:130px 16px 100px}.merchantmanager-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;cursor:pointer;margin-bottom:12px;padding:12px 14px;transition:all .2s ease-in-out}.merchantmanager-card:hover{background-color:#f2f2f2}.merchantmanager-card p{font-size:14px;margin:4px 0}.merchantmanager-empty,.merchantmanager-loading{color:#777;font-size:15px;padding:140px 16px}.merchant-status-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:500;padding:2px 8px;text-transform:capitalize}.merchant-status-badge.pending{background-color:#ff9800;color:#fff}.merchant-status-badge.approved{background-color:#4caf50;color:#fff}.merchant-status-badge.rejected{background-color:#f44336;color:#fff}.merchant-status-badge.suspended{background-color:#9e9e9e;color:#fff}.merchant-listing-status{color:green;font-weight:600}.merchantdetail-container{background-color:#fff;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100vh}.merchantdetail-topbar{align-items:center;background-color:#f9f9f9;border-bottom:1px solid #ddd;display:flex;padding:14px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.merchantdetail-back-icon{cursor:pointer;height:22px;margin-right:12px;width:22px}.merchantdetail-topbar h2{font-size:18px;font-weight:600;margin:0}.merchantdetail-content{flex-grow:1;overflow-y:auto;padding:16px}.merchantdetail-content p{font-size:15px;line-height:1.4;margin:10px 0}.merchantdetail-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.admin-btn{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px}.approve{background-color:#00c851;color:#fff}.reject{background-color:#f44;color:#fff}.suspend{background-color:#f80;color:#fff}.reinstate{background-color:#33b5e5;color:#fff}.merchantdetail-error,.merchantdetail-loading{color:#777;padding:20px;text-align:center}.user-manager-container{background:#fafafa;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100vh;overflow:hidden}.user-manager-topbar{align-items:center;background:#fff;border-bottom:1px solid #eee;display:flex;padding:14px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.user-manager-topbar-title{font-size:1.2rem;font-weight:600}.user-manager-scroll-area{flex-grow:1;overflow-y:auto;padding-bottom:20px}.user-manager-role-filter{-webkit-overflow-scrolling:touch;background:#fff;border-bottom:1px solid #eee;display:flex;gap:8px;overflow-x:auto;padding:12px 16px;white-space:nowrap}.user-manager-role-filter::-webkit-scrollbar{display:none}.user-manager-role-filter button{background:#f0f0f0;border:1px solid #ddd;border-radius:20px;cursor:pointer;font-size:.9rem;padding:6px 12px;transition:.2s}.user-manager-role-filter .active{background:#111;border-color:#111;color:#fff}.user-manager-search-box{background:#fff;border-bottom:1px solid #eee;padding:12px 16px}.user-manager-search-box input{border:1px solid #ccc;border-radius:10px;font-size:.95rem;outline:none;padding:10px 12px;width:100%}.user-manager-list{display:flex;flex-direction:column;gap:12px;padding:16px}.user-card{background:#fff;border-radius:12px;box-shadow:0 2px 6px #0000000d;cursor:pointer;padding:14px 16px;transition:all .2s ease}.user-card:hover{box-shadow:0 4px 10px #0000001a}.user-card-header{display:flex;flex-direction:column}.user-card-header strong{color:#222;font-size:16px}.user-card-header .username{color:#777;font-size:13px;margin-top:4px}.user-meta-line{display:flex;gap:8px;margin-bottom:6px}.badge{background:#eee;border-radius:6px;color:#333;font-size:.8rem;padding:4px 8px;text-transform:capitalize}.badge.status.active{background:#d1f5d3;color:#2e7d32}.badge.status.suspended{background:#ffdede;color:#a80000}.joined-date{color:#666;font-size:.85rem}.badge.status{border-radius:6px;color:#fff;font-size:13px;font-weight:700;padding:4px 10px;text-transform:capitalize}.badge.status.approved{background-color:#4caf50}.badge.status.pending{background-color:#ff9800}.badge.status.rejected{background-color:#f44336}@media (max-width:768px){.user-manager-scroll-area{max-height:calc(100vh - 90px);padding-bottom:60px}}.last-active{color:#666;font-size:.85rem;margin-top:2px}.last-active.today{color:#16c784;font-weight:500}.last-login{color:#888;font-size:13px;margin-top:4px}.user-detail-container{display:flex;flex-direction:column;height:100vh}.user-detail-topbar{align-items:center;background-color:#fff;border-bottom:1px solid #ddd;display:flex;padding:10px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.user-detail-title{font-size:18px;font-weight:700;margin-left:10px}.back-arrow{height:24px;width:24px}.user-detail-content{flex-grow:1;overflow-y:auto;padding:16px}.user-profile-section{margin-bottom:24px;text-align:center}.user-profile-pic{border-radius:50%;height:90px;margin-bottom:10px;object-fit:cover;width:90px}.user-name-username h2{margin:0}.user-name-username p{color:#666;margin:4px 0}.user-email{color:#555;font-size:14px;margin-top:4px}.user-info-columns{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:24px}.user-info-column{flex:1 1;font-size:15px;min-width:160px}.user-info-column div{margin-bottom:10px}.thumb{border-radius:8px;height:auto;margin-top:6px;width:100px}.user-activity-section{font-size:15px;margin-top:20px}.user-activity-section h3{border-bottom:1px solid #eee;font-size:16px;margin-bottom:12px;padding-bottom:6px}.user-admin-buttons{display:flex;gap:12px;margin-top:24px}.delete-btn,.suspend-btn{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 18px;transition:background-color .2s ease}.suspend-btn{background-color:#f4b400;color:#fff}.suspend-btn.reinstate{background-color:#34a853}.suspend-btn:hover{background-color:#e0a800}.suspend-btn.reinstate:hover{background-color:#2e8b48}.delete-btn{background-color:#ea4335;color:#fff}.delete-btn:hover{background-color:#c62828}.user-detail-scroll-area{max-height:calc(100vh - 100px);overflow-y:auto;padding-bottom:30px}@media (max-width:768px){.user-detail-scroll-area{max-height:calc(100vh - 90px);padding-bottom:60px}}.status-label{border-radius:6px;font-weight:600;padding:4px 10px;text-transform:capitalize}.status-label.pending{background-color:orange;color:#fff}.status-label.approved{background-color:green;color:#fff}.status-label.rejected{background-color:red;color:#fff}.status-label.suspended{background-color:#999;color:#fff}.userdetail-reports{color:#c0392b;font-weight:500;margin-top:8px}.metrics-container{display:flex;flex-direction:column;height:100vh}.metrics-section{margin-bottom:24px}.metrics-section h3{border-bottom:1px solid #eee;color:#333;font-size:16px;margin-bottom:10px;padding-bottom:6px}@media (max-width:768px){.metrics-content{max-height:calc(100vh - 100px);overflow-y:auto;padding-bottom:80px}.metrics-grid{grid-template-columns:1fr}.metric-card{font-size:16px}}.appeal-manager{background:#fefefe;display:flex;flex-direction:column;height:100vh}.appeal-topbar{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;padding:12px 16px;position:fixed;top:0;width:100%;z-index:999}.appeal-topbar h2{flex:1 1;font-size:18px;margin:0;text-align:center}.appeal-back-icon{cursor:pointer;height:24px;width:24px}.appeal-scroll-area{flex:1 1;margin-top:64px;overflow-y:auto;padding:12px 16px}.appeal-card{background:#fff;border:1px solid #ddd;border-radius:8px;cursor:pointer;margin-bottom:12px;padding:12px;transition:.2s}.appeal-card:hover{background:#f9f9f9}.appeal-detail{background:#fff;display:flex;flex-direction:column;height:100vh}.appeal-detail-topbar{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;padding:12px 16px;position:fixed;top:0;width:100%;z-index:999}.appeal-detail-topbar h2{flex:1 1;font-size:18px;margin:0;text-align:center}.appeal-detail-back-icon{cursor:pointer;height:24px;width:24px}.appeal-detail-body{flex:1 1;margin-top:64px;overflow-y:auto;padding:16px}.appeal-message-box{background:#f8f8f8;border-left:4px solid #ccc;border-radius:6px;margin-top:16px;padding:12px;white-space:pre-wrap}.appeal-action-row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:24px;max-width:100%;overflow:visible;width:100%}.reinstate-appeal-btn{background-color:#4caf50}.reinstate-appeal-btn,.reject-appeal-btn{border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;padding:10px 20px;transition:background-color .2s ease}.reject-appeal-btn{background-color:#e53935}.reinstate-appeal-btn:hover{background-color:#43a047}.reject-appeal-btn:hover{background-color:#d32f2f}.feedback-manager-wrapper{background:#f9f9f9;display:flex;flex-direction:column;height:100vh;position:relative}.feedback-manager-header{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;padding:16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.feedback-manager-header img{cursor:pointer;height:24px;margin-right:12px;width:24px}.feedback-manager-header h2{font-size:18px;font-weight:700;margin:0}.feedback-manager-scroll{flex:1 1;overflow-y:auto;padding:16px}.feedback-list{display:flex;flex-direction:column;gap:12px}.feedback-card{background:#fff;border-radius:10px;box-shadow:0 2px 5px #0000000f;cursor:pointer;padding:12px 16px;position:relative;transition:background .2s ease}.feedback-card:hover{background:#f0f0f0}.feedback-type{color:#333;font-weight:700;margin-bottom:4px}.feedback-username{color:#666;font-size:14px;margin-bottom:2px}.feedback-date{color:#999;font-size:12px}.feedback-delete-icon{height:18px;opacity:.6;position:absolute;right:10px;top:10px;transition:opacity .2s ease;width:18px}.feedback-delete-icon:hover{opacity:1}.no-feedback{color:#888;margin-top:40px;text-align:center}.feedback-detail-wrapper{background:#fafafa;display:flex;flex-direction:column;height:100vh}.feedback-detail-header{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;padding:16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.feedback-detail-header img{cursor:pointer;height:24px;margin-right:12px;width:24px}.feedback-detail-header h2{font-size:18px;font-weight:700;margin:0}.feedback-detail-scroll{flex:1 1;overflow-y:auto;padding:16px}.feedback-detail-meta{color:#333;font-size:14px;margin-bottom:12px}.feedback-detail-description{background:#fff;border-radius:10px;box-shadow:0 1px 4px #0000000d;font-size:16px;line-height:1.5;margin-bottom:20px;padding:12px 16px}.feedback-detail-media{display:flex;flex-direction:column;gap:12px}.feedback-detail-media img,.feedback-detail-media video{border-radius:10px;box-shadow:0 1px 6px #0000001a;max-width:100%}.feedback-detail-loading{color:#777;font-size:16px;padding:40px;text-align:center}.sponsorship-manager-container{background:#f8f8f8;display:flex;flex-direction:column;height:100vh}.sponsorship-topbar{align-items:center;-webkit-backdrop-filter:blur(8px) saturate(180%);backdrop-filter:blur(8px) saturate(180%);background:#ffffffd9;box-shadow:0 1px 4px #0000000d;display:flex;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.sponsorship-back-icon{cursor:pointer;height:24px;margin-right:12px;width:24px}.sponsorship-header{font-size:18px;font-weight:600}.sponsorship-scroll-area{flex:1 1;overflow-y:auto;padding:16px}.sponsorship-filters{display:flex;gap:10px;margin-bottom:16px}.sponsorship-filters button{background:#fff;border:1px solid #ccc;border-radius:6px;color:#333;cursor:pointer;font-weight:500;padding:6px 12px;transition:.2s}.sponsorship-filters button.active{background:#007bff;border-color:#007bff;color:#fff}.sponsorship-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000a;cursor:pointer;margin-bottom:12px;padding:14px;transition:transform .1s ease}.sponsorship-card:hover{transform:scale(1.01)}.empty-message{color:#777;font-weight:500;padding:20px;text-align:center}.sponsorshipdetail-container{background:#fff;display:flex;flex-direction:column;height:100vh}.sponsorshipdetail-topbar{align-items:center;background:#fafafa;border-bottom:1px solid #eee;display:flex;padding:16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.sponsorshipdetail-back-icon{cursor:pointer;height:24px;margin-right:12px;width:24px}.sponsorshipdetail-header{font-size:18px;font-weight:600}.sponsorshipdetail-scroll-area{flex:1 1;overflow-y:auto;padding:16px}.sponsorshipdetail-preview{margin-top:20px}.sponsorshipdetail-product-card{background:#fafafa;border:1px solid #eee;border-radius:8px;display:flex;margin-top:8px;padding:12px}.sponsorshipdetail-product-image{border-radius:6px;height:100px;margin-right:12px;object-fit:cover;width:100px}.sponsorshipdetail-product-info p{font-size:14px;margin:4px 0}.sponsorshipdetail-actions{display:flex;justify-content:space-between;margin-top:24px}.approve-btn,.reject-btn{border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-weight:600;margin:0 8px;padding:10px}.approve-btn{background-color:#28a745}.reject-btn{background-color:#d9534f}.sponsorshipdetail-error,.sponsorshipdetail-loading{color:#666;font-size:16px;padding:24px;text-align:center}.countdown-timer{color:#28a745;font-size:14px;font-weight:700;margin-top:8px}.feed-config-wrapper{background:#f9fafb;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100vh}.feed-config-topbar{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;display:flex;gap:12px;padding:14px 16px;position:fixed;top:0;width:100%;z-index:1000}.feed-config-topbar img{cursor:pointer;height:24px;width:24px}.feed-config-topbar h2{font-size:18px;font-weight:600;margin:0}.feed-config-scroll{-webkit-overflow-scrolling:touch;flex:1 1;margin-top:64px;overflow-y:auto;padding:20px 16px 100px}.feed-config-field{display:flex;flex-direction:column;margin-bottom:20px}.feed-config-field label{color:#111827;font-size:14px;font-weight:500;margin-bottom:6px}.feed-config-field input{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:15px;padding:10px 12px}.save-button-wrapper{margin-top:30px;text-align:center}.save-button-wrapper button{background-color:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;max-width:280px;padding:12px 24px;width:100%}.save-button-wrapper button:disabled{background-color:#9ca3af;cursor:not-allowed}.config-loading{color:#6b7280;font-size:16px;padding:60px 20px;text-align:center}.adminwallet-container{background:#fff;display:flex;flex-direction:column;height:100vh}.adminwallet-topbar{align-items:center;background:#f6f6f6;border-bottom:1px solid #ddd;display:flex;padding:16px}.adminwallet-back-icon{cursor:pointer;height:24px;margin-right:12px;margin-top:10px;width:24px}.adminwallet-body{flex:1 1;overflow-y:auto;padding:20px 20px 80px}.adminwallet-section{margin-bottom:20px}.adminwallet-label{color:#444;font-weight:700;margin-bottom:6px}.adminwallet-address-bar{align-items:center;background:#f1f1f1;border-radius:8px;display:flex;font-family:monospace;font-size:14px;justify-content:space-between;padding:10px}.adminwallet-address-bar button{background:#5c67f2;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px}.adminwallet-balance{color:#333;font-size:32px;font-weight:700}.adminwallet-history-label{font-size:16px;font-weight:700;margin-bottom:10px;margin-top:30px}.adminwallet-history-list{display:flex;flex-direction:column;gap:14px}.adminwallet-history-row{background:#f9f9f9;border-left:4px solid #5c67f2;border-radius:8px;display:flex;flex-direction:column;padding:12px 14px}.adminwallet-date-type{display:flex;font-size:13px;justify-content:space-between;margin-bottom:4px}.adminwallet-amount{font-size:16px;font-weight:700}.adminwallet-amount.green{color:#1aab40}.adminwallet-amount.red{color:#e03d3d}.adminwallet-desc{color:#666;font-size:13px;margin-top:4px;overflow-wrap:break-word;white-space:normal;word-break:break-all}.adminwallet-history-placeholder{color:#999;padding:16px;text-align:center}.adminwallet-amount.orange{color:orange;font-weight:600}.adminwallet-available{color:#1aab40;font-size:26px;font-weight:600;margin-top:-6px}.adminwallet-subtext{color:#888;font-size:13px;margin-top:4px}.adminwallet-breakdown{color:#444;font-size:14px;list-style:none;margin-bottom:20px;margin-top:10px;padding-left:0}.adminwallet-breakdown li{display:flex;justify-content:space-between;margin-bottom:6px}.adminwallet-breakdown strong{color:#111}.adminwallet-hold{color:#e1a300;font-size:1.6rem;font-weight:700;margin:0}.admin-test-payment-container{background:#fefefe;display:flex;flex-direction:column;height:100vh}.admin-test-payment-topbar{align-items:center;background:#fff;border-bottom:1px solid #eee;display:flex;padding:16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.admin-test-payment-back-icon{cursor:pointer;height:24px;margin-right:12px;width:24px}.admin-test-payment-topbar h2{font-size:18px;margin:0}.admin-test-payment-body{flex:1 1;padding:20px}.admin-test-payment-button{background:#38c172;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:14px 20px}.withdrawal-manager{background:#fff;display:flex;flex-direction:column;height:100vh;overflow:hidden}.withdrawal-list{-webkit-overflow-scrolling:touch;flex:1 1;margin-top:50px;overflow-y:auto;padding:20px}.withdrawal-card{background:#f9f9f9;border-radius:8px;cursor:pointer;margin-bottom:10px;padding:15px;transition:background .2s}.withdrawal-card:hover{background:#f0f0f0}.withdrawal-card h3{margin:0}.withdrawal-card p{margin:5px 0 0}.withdrawal-card .status{color:#666;display:inline-block;font-size:12px;margin-top:5px}.status.pending{color:orange}.status.completed{color:green}.status.cancelled{color:red}.withdrawal-filter-bar{background:#fafafa;border-bottom:1px solid #ddd;display:flex;justify-content:space-around;padding:12px 10px;position:-webkit-sticky;position:sticky;top:50px;z-index:9}.withdrawal-filter-bar button{background:none;border:none;border-radius:6px;color:#555;cursor:pointer;font-size:14px;padding:6px 12px;transition:all .2s ease}.withdrawal-filter-bar button.active{background:#222;color:#fff;font-weight:700}.network-pills{background:#f5f7fa;border-radius:999px;display:inline-flex;gap:8px;margin:10px 12px 6px;padding:8px 10px}.pill{background:#0000;border:none;border-radius:999px;cursor:pointer;font-weight:600;padding:6px 14px}.pill.active{background:#fff;box-shadow:0 1px 3px #00000014}.pill:focus{outline:2px solid #8ab4f8;outline-offset:2px}.withdrawal-card-row{align-items:center;display:flex;justify-content:space-between}.status.completed{color:#0a8}.status.pending{color:#f59e0b}.status.rejected{color:#e23}.status.cancelled{color:#666}.withdrawal-detail{padding:60px 20px 80px}.top-bar{height:50px}.top-bar img{cursor:pointer;height:24px;margin:0 15px;width:24px}.detail-content{margin-top:20px}.fixed-footer{background:#fff;border-top:1px solid #ddd;bottom:0;display:flex;justify-content:space-around;left:0;padding:15px;position:fixed;right:0}.fixed-footer button{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:16px;margin:0 10px;padding:12px 0}.reject-btn{background:#f44336;color:#fff}.approve-btn{background:#4caf50;color:#fff}.detail-content p{word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.detail-content strong{display:inline-block;min-width:140px}.confirm-address-input{border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-size:1rem;height:64px;line-height:1.4;margin-top:12px;outline:none;padding:14px 16px;width:100%}.detail-content{padding:16px}.copy-btn{background-color:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;margin-left:10px;padding:6px 12px;transition:background-color .2s ease}.copy-btn:hover{background-color:#0056b3}.graphs-container{padding:16px}.graphs-topbar{align-items:center;display:flex;margin-bottom:12px}.back-arrow{height:28px;width:28px}.graphs-section{margin-top:20px}.graphs-detail-btn{background:#4a8df8;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-top:24px;padding:8px 16px}.graphs-grid,.graphs-preview-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:16px}.linechart-wrap{display:inline-block;margin:8px 0}.linechart-title{font-weight:600;margin-bottom:4px}.linechart-inner{position:relative}.linechart-svg{overflow:visible}.axis{stroke:#bbb;stroke-width:1}.grid{stroke:#eee;stroke-width:1}.tick{fill:#666;font-size:11px}.tick-line{stroke:#999}.line{stroke:#4a8df8;stroke-width:2}.point{fill:#4a8df8}.hover-line{stroke:#222;stroke-dasharray:3 3;opacity:.4}.hover-point{fill:#222;stroke:#fff;stroke-width:1.5}.linechart-tooltip{background:#111;border-radius:6px;box-shadow:0 4px 16px #00000040;color:#fff;font-size:12px;line-height:1.3;max-width:200px;min-width:140px;padding:8px 10px;pointer-events:none;position:absolute;z-index:3}.lc-tip-title{font-weight:600;margin-bottom:4px}.lc-tip-line{opacity:.9}.graphs-page{background:#fff;display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative}.graphs-header{align-items:center;border-bottom:1px solid #eee;display:flex;flex:0 0 auto;padding:12px 16px}.graphs-back{cursor:pointer;height:28px;margin-right:12px;width:28px}.graphs-title{font-size:18px;font-weight:700}.graphs-scroll{-webkit-overflow-scrolling:touch;flex:1 1 auto;overflow-x:hidden;overflow-y:auto;padding:16px 16px 50px}.graphs-filters{margin-bottom:12px}.graphs-filters button{background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;margin-right:8px;padding:6px 12px}.graphs-filters button.active{border-color:#4a8df8;color:#4a8df8}.graphs-rows{grid-row-gap:18px;display:grid;grid-template-columns:1fr;row-gap:18px}.linechart-wrap{display:block;max-width:100%;width:100%}.linechart-svg{max-width:100%}@media (max-width:480px){.graphs-scroll{padding:12px 12px 48px}.graphs-filters button{padding:6px 10px}}.home-container{display:flex;flex-direction:column;height:100vh;overflow:hidden}.top-header-wrapper{background:#fff;position:relative;width:100%}.top-nav{align-items:center;background-color:#fff;border-bottom:1px solid #fff;display:flex;height:60px;justify-content:space-between;padding:12px 15px}.home-logo{margin-left:-25px;margin-right:-30px;max-height:110px;object-fit:contain}.tabs{display:flex;gap:10px;position:relative}.tab{cursor:pointer;font-size:14px;margin-left:-3px;margin-right:6px}.top-nav .tabs .tab.active{border-bottom:none;font-weight:700}.tab.inactive{color:gray}.topbar-menu-wrapper{align-items:center;display:flex;justify-content:center;position:relative;z-index:998}.topbar-menu-icon{cursor:pointer;filter:brightness(.4);height:24px;width:24px}.home-filter-bar{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:8px 12px;scroll-behavior:smooth}.home-filter-bar::-webkit-scrollbar{display:none;padding:4px 10px}.home-filter-track{display:flex;gap:10px;position:relative}.home-filter-btn{background:none;border:none;border-radius:999px;color:#333;cursor:pointer;font-size:14px;font-weight:500;padding:6px 14px;position:relative;transition:color .2s ease;white-space:nowrap}.home-filter-btn:hover{background-color:#f5f5f5;border-radius:999px;transition:background-color .2s ease,border-radius .2s ease}.home-filter-btn.active{color:#000;font-weight:700}.home-filter-slider{background-color:#562eff;border-radius:2px;bottom:0;height:3px;min-width:30px;position:absolute;transition:left .3s ease,width .3s ease}.reload-container{display:flex;justify-content:center;margin-bottom:8px;margin-top:12px}.reload-feed-icon{cursor:pointer;height:24px;opacity:.75;transition:transform .3s ease,opacity .3s ease;width:24px}.reload-feed-icon:hover{opacity:1;transform:rotate(90deg)}.reload-floating{align-items:center;background:#fff;border-radius:50%;bottom:140px;box-shadow:0 2px 8px #0003;cursor:pointer;display:flex;height:48px;justify-content:center;opacity:.85;position:fixed;right:20px;transition:transform .3s ease,opacity .3s ease;width:48px;z-index:30}.reload-floating:hover{opacity:1;transform:rotate(90deg)}.reload-floating img{height:24px;width:24px}.feed-content{background-color:#fff;flex:1 1;overflow-y:auto;overscroll-behavior:contain;padding-bottom:calc(env(safe-area-inset-bottom, 0px) + 100px)}.feed-content::-webkit-scrollbar{display:none}.blur-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#0000001a;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:10}.home-dropdown{animation:slideInRight .25s ease-out;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 4px 16px #0000001a;min-width:220px;padding:6px 0;position:absolute;right:10px;top:60px;z-index:999}.home-dropdown div{align-items:center;cursor:pointer;display:flex;font-size:14px;gap:10px;padding:10px 16px;transition:background .2s ease}.home-dropdown div:hover{background-color:#f5f5f5}.home-dropdown img{height:20px;object-fit:contain;width:20px}.scroll-to-top{align-items:center;background:#fff;border-radius:50%;bottom:80px;box-shadow:0 2px 8px #0003;cursor:pointer;display:flex;height:48px;justify-content:center;position:fixed;right:20px;transition:opacity .3s ease;width:48px;z-index:30}.scroll-to-top img{height:24px;width:24px}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.end-of-feed{color:#666;font-size:14px;margin-bottom:60px;opacity:.8;padding:20px 0;text-align:center}.end-of-feed-msg{align-items:center;color:#888;display:flex;flex-direction:column;font-size:14px;padding:40px 20px 80px}.end-scroll-icon{height:24px;margin-bottom:8px;opacity:.6;width:24px}.home-spinner{animation:spin .8s linear infinite;border:3px solid #ccc;border-radius:50%;border-top-color:#000;height:30px;margin:20px auto;width:30px}.discovery-wrapper{background:#fff;border-bottom:1px solid #eee;border-top:1px solid #eee;overflow-x:auto;padding:10px 0}.discovery-row{-webkit-overflow-scrolling:touch;display:flex;gap:14px;overflow-x:auto;padding:0 12px;scroll-padding-left:12px;scroll-snap-type:x mandatory;touch-action:pan-x}.discovery-row::-webkit-scrollbar{display:none}.discovery-card{align-items:center;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;scroll-snap-align:start;text-align:center;width:64px}.discovery-avatar{background:#f9f9f9;border:2px solid #ccc;border-radius:50%;height:56px;object-fit:cover;width:56px}.discovery-username{color:#222;font-size:12px;margin-top:6px;max-width:64px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.story-skel{animation:shimmer 1.2s infinite;background:linear-gradient(90deg,#eee 25%,#f5f5f5 37%,#eee 63%);background-size:400% 100%;border-radius:50%;flex:0 0 auto;height:64px;width:64px}.discovery-error{color:#b00020;font-size:13px;padding:6px 12px 0}.discovery-error button{background:#0000;border:none;color:#562eff;cursor:pointer;font-weight:600;padding:0 2px}.discovery-wrapper{min-height:96px}.reload-floating.spinning img{animation:spin .8s linear infinite}.feed-suggested-span{padding:8px 6px 4px}.feed-bottom-spinner{animation:bf-spin .9s linear infinite;border:3px solid #0000001a;border-radius:50%;border-top-color:#0000008c;height:28px;margin:16px auto 24px;width:28px}@keyframes bf-spin{to{transform:rotate(1turn)}}.post-body-indented{display:flex;flex-direction:column;gap:10px;margin-left:50px;margin-top:5px}.post{box-sizing:border-box;max-width:100%;overflow-x:hidden}.popup-close-icon{cursor:pointer;height:24px;left:16px;opacity:.8;position:absolute;top:18px;transition:opacity .2s ease;width:24px;z-index:2}.popup-close-icon:hover{opacity:1}.post-card{background:#fff;border-radius:12px;box-shadow:0 1px 5px #0000000d;display:flex;flex-direction:column;gap:10px;padding:12px;position:relative}.user-info{align-items:flex-start;display:flex;gap:1px;margin-bottom:2px;margin-top:0}.user-info>div{display:flex;flex-direction:column}.avatar{border:1px solid #ccc;margin-top:4px}.name-line{align-items:center;color:#111;display:flex;font-size:14px;font-weight:600;gap:6px;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:480px){.name-line{max-width:220px}}.name-ellipsis{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dot-sep{color:#bbb;font-weight:700;line-height:1}.timestamp-inline{color:#999;font-size:12px}.role-row{margin-top:2px}.name-username{color:#111;font-size:14px;font-weight:700;max-width:180px;vertical-align:middle}.name-username,.name-username strong{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.name-username strong{max-width:100%}.location{color:#888;font-size:12px;line-height:1.3;margin-top:2px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:480px){.location{max-width:150px}}.location-row{align-items:center;display:flex;flex-wrap:nowrap;gap:6px;margin-top:2px}.post-location-text{color:#888;font-size:12px;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.role-pill{color:#777;font-size:11px;font-weight:500;margin-left:0}.role-pill.solo-pill{margin-left:0;padding-left:2px}.merchant-pill{background:linear-gradient(135deg,#007aff,#00c6ff);box-shadow:0 2px 5px #007aff4d;color:#fff;letter-spacing:.4px}.merchant-pill,.pioneer-pill{border-radius:14px;display:inline-block;font-size:9px;font-weight:500;margin-left:0;padding:3px 10px;text-transform:uppercase}.pioneer-pill{background:linear-gradient(135deg,#ccc,#eaeaea);box-shadow:0 1px 2px #00000014;color:#555;letter-spacing:.3px}.timestamp{color:#999;font-size:11px;margin-top:2px}.post-body{margin-top:10px}.post-text{word-wrap:break-word;font-size:15px;line-height:1.5;margin-bottom:10px;overflow-wrap:break-word;white-space:pre-wrap}.actions{align-items:center;display:flex;gap:12px;justify-content:flex-start;margin-top:6px}.actions-left{grid-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:repeat(3,1fr);margin-left:-6px;width:clamp(220px,40vw,320px)}.actions-right{display:flex;gap:14px;margin-left:auto}.action-slot{align-items:center;display:flex;gap:4px;justify-content:flex-start;min-width:0}@media (max-width:480px){.actions-left{column-gap:12px;width:clamp(200px,64vw,280px)}.actions-right{gap:12px}}.action-icon{height:15px;object-fit:contain;width:15px}.save-icon{height:25px!important;margin-top:-1.5px;width:25px!important}@media (max-width:480px){.actions{gap:5px}.action-count{font-size:11px}}.icon-btn{background:none;border:none;padding:0}.share-feedback{color:green;font-size:12px;margin-left:4px}.menu-icon{background:none;border:none;color:#000;cursor:pointer;font-size:18px}.menu-dropdown{background:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 2px 5px #0000001a;display:flex;flex-direction:column;max-width:240px;min-width:150px;position:absolute;right:0;top:25px;white-space:nowrap;z-index:10}.menu-dropdown button{background:none;border:none;border-bottom:1px solid #eee;color:#333;cursor:pointer;font-size:14px;padding:10px;text-align:left}.menu-dropdown button:last-child{border-bottom:none}.carousel-wrapper{border-radius:10px;width:100%}.carousel-scroll,.carousel-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto;scroll-snap-type:x mandatory}.carousel-scroll{display:flex;gap:10px;scroll-behavior:smooth}.carousel-scroll::-webkit-scrollbar{display:none}.bf-mediaWrap{flex-shrink:0;max-height:400px;max-width:100%;scroll-snap-align:center}.carousel-img{cursor:pointer;display:block;object-fit:cover}@media (max-width:480px){.carousel-img,.post-img{max-height:420px}}.carousel-dots{display:flex;gap:6px;justify-content:center;margin-top:8px}.dot{background-color:#ccc;border-radius:50%;height:6px;transition:background-color .3s ease;width:6px}.dot.active{background-color:#007aff}.fullscreen-backdrop{align-items:center;background-color:#000;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:1000}.fullscreen-img-container{max-height:100%;max-width:100%;position:relative;touch-action:pan-y}.fullscreen-img{border-radius:12px;box-shadow:0 4px 20px #00000040;max-height:90vh;max-width:100%;object-fit:contain}.close-fullscreen{background:#fff;border-radius:50%;box-shadow:0 1px 5px #0003;cursor:pointer;height:28px;padding:4px;position:absolute;right:-12px;top:-12px;width:28px;z-index:10}.popup-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);bottom:0;flex-direction:column;justify-content:flex-end;right:0;z-index:999}.popup-card{animation:slideUp .3s ease-out;border-radius:16px 16px 0 0;box-shadow:0 -2px 10px #0003;display:flex;flex-direction:column;height:60vh;overflow:hidden;position:relative;width:100vw}.popup-card h4{font-size:16px;font-weight:700;margin:0 0 12px;text-align:center}.popup-scroll-area{max-height:50vh;overflow-y:auto;padding-right:6px}.popup-scroll-area::-webkit-scrollbar{width:4px}.popup-scroll-area::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.likes-entry{align-items:center;border-bottom:1px solid #eee;display:flex;gap:10px;padding:8px 12px}.mini-avatar{border-radius:50%;height:32px;object-fit:cover;width:32px}.like-text{display:flex;flex-direction:column}.likes-entry .username{color:#111;font-weight:500}.likes-entry .follow-btn{background-color:#111;border:none;border-radius:6px;color:#fff;cursor:pointer;flex-shrink:0;font-size:13px;margin-left:auto;padding:6px 12px}.comment-box{display:flex;flex-direction:column;gap:10px;margin-top:10px}.comment-box textarea{border:1.5px solid #007aff;border-radius:10px;box-sizing:border-box;font-size:14px;min-height:80px;padding:10px;resize:none;width:100%}.comment-box button{background-color:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px;width:100%}.comment-entry{border-bottom:1px solid #ccc;padding:10px 0}.comment-row{flex-direction:column;gap:4px}.comment-main{align-items:flex-start;display:flex;justify-content:space-between}.comment-text{color:#333;flex:1 1;margin:0}.comment-text .username{color:#111;font-weight:700}.comment-actions{align-items:flex-start;display:flex;gap:4px}.comment-actions img{cursor:pointer;height:16px;object-fit:contain;width:16px}.comment-actions .comment-like-count{color:gray;font-size:12px;margin-left:4px}.reply-btn{margin-top:4px;text-align:left}.menu-option{align-items:center;background:#fff;border-bottom:1px solid #eee;color:#111;cursor:pointer;display:flex;font-size:14px;gap:8px;overflow:hidden;padding:10px 12px;text-overflow:ellipsis;transition:background .2s ease;white-space:nowrap}.menu-option:hover{background:#f7f7f7}.menu-option-icon{height:18px;margin-right:8px;vertical-align:middle;width:18px}.mention-link{color:#007bff}.no-scroll{height:100vh;overflow:hidden}.feed-container{background-color:#f2f2f2;min-height:100vh;padding:20px 10px}.post{background:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 1px 4px #0000000a;margin:10px auto;max-width:600px;padding:16px;position:relative;width:100%}.post-menu{position:absolute;right:10px;top:10px;z-index:10}@media (max-width:600px){.post-modal.responsive-post-modal{border-radius:0;height:100vh;max-height:100vh;max-width:100%;overflow-y:auto;padding:16px 16px 80px}}.like-btn.liked .action-icon{transform:scale(1.2)}.like-btn .action-icon,.like-btn.liked .action-icon{transition:transform .15s ease}.like-btn:active .action-icon{transform:scale(1.1)}.action-count{color:#444;cursor:pointer;display:inline-block;font-size:13px;margin-left:2px;margin-top:-2px;min-width:18px;opacity:0;text-align:center;transform:scale(.8);transition:opacity .2s ease,transform .2s ease;vertical-align:middle}.action-count.show-count{opacity:1;transform:scale(1);transition-delay:.1s}.like-btn.burst{animation:burst .4s ease-out}@keyframes burst{0%{transform:scale(1)}30%{transform:scale(1.6)}60%{transform:scale(.9)}to{transform:scale(1)}}.show-count{animation:fadeInUp .3s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.payment-tip-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.verified-payment-pill{align-items:center;background:linear-gradient(135deg,#007aff,#00c6ff);border-radius:20px;box-shadow:0 2px 6px #007aff4d;color:#fff;display:flex;font-size:13px;font-weight:500;gap:6px;padding:6px 12px;white-space:nowrap}.tick-icon-premium{height:16px;object-fit:contain;width:16px}@media (max-width:480px){.tip-button-premium,.verified-payment-pill{font-size:12px;padding:5px 10px}.tick-icon-premium{height:14px;width:14px}}.txn-popup-text{font-size:14px;line-height:1.6;padding:0 16px;word-break:break-word}@media (max-width:480px){.txn-popup-text{font-size:13px;line-height:1.5;padding:0 12px}}.receipt-link{color:#007aff;font-weight:500}.receipt-link:hover{text-decoration:none}@media (max-width:400px){.action-count{font-size:11px;margin-left:2px}}.tip-icon-large{height:20px;width:20px}.mention-link{color:#1976d2;font-weight:500;text-decoration:none}.mention-link:hover{text-decoration:underline}.new-badge{background-color:#ffefe1;color:#e65100;font-size:.65rem;letter-spacing:.5px;padding:2px 6px;text-transform:uppercase}.new-badge,.post-toast{border-radius:8px;font-weight:600}.post-toast{box-shadow:0 4px 12px #0003;font-size:14px;left:5%;padding:14px;position:fixed;text-align:center;top:-80px;transition:top .4s ease;width:90%;z-index:9999}.post-toast.success{background-color:#2ecc71;color:#fff;top:20px}.post-toast.error{background-color:#e74c3c;color:#fff;top:20px}.video-tap-wrap .video-hit{background:#0000;border:0;cursor:pointer;padding:0;position:absolute;z-index:4}.video-tap-wrap .zone-top{height:calc(50% - var(--centerBox)/2);left:0;right:0;top:0}.video-tap-wrap .zone-bottom{bottom:var(--controlsGap);height:calc(50% - var(--centerBox)/2 - var(--controlsGap));left:0;right:0}.video-tap-wrap .zone-left{left:0}.video-tap-wrap .zone-left,.video-tap-wrap .zone-right{height:var(--centerBox);top:calc(50% - var(--centerBox)/2);width:calc(50% - var(--centerBox)/2)}.video-tap-wrap .zone-right{right:0}.fullscreen-video{background:#000;border-radius:12px;box-shadow:0 4px 20px #00000040;max-height:90vh;max-width:100%;object-fit:contain}:root{--feedVideoH:360px}@media (max-width:600px){:root{--feedVideoH:300px}}@media (max-width:380px){:root{--feedVideoH:270px}}.video-tap-wrap{--centerBox:120px;--controlsGap:44px;background:#000;border-radius:12px;height:360px;height:var(--feedVideoH);overflow:hidden;position:relative;width:100%}@media (max-width:420px){.video-tap-wrap{--centerBox:90px}}.video-tap-wrap .post-video{background:#000;border-radius:0;height:100%;inset:0;margin:0;object-fit:cover;object-position:center;position:absolute;width:100%}.video-tap-wrap .post-video::-webkit-media-controls-panel{padding-bottom:4px}.fs-back-btn{transition:opacity .15s ease}.fs-img,.fs-video{background:#000;border-radius:0;height:100%;object-fit:contain;width:100%}.close-fullscreen,.fullscreen-backdrop,.fullscreen-img,.fullscreen-img-container,.fullscreen-video{display:none!important}@media (prefers-reduced-motion:reduce){.fs-slide{animation:none!important;transition:none!important}}.fs-topbar .fs-back-btn{cursor:pointer}.readmore-wrapper{display:flex;flex-direction:column;gap:4px}.readmore-text{color:#222;font-size:15px;line-height:1.5;overflow-wrap:anywhere;transition:all .2s ease;white-space:pre-wrap;word-break:break-word}.readmore-text.clamped{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.readmore-text.expanded{display:block;overflow:visible;text-overflow:clip}.readmore-toggle{align-self:flex-start;background:none;border:0;color:#007aff;font-size:13px;font-weight:600;padding:0}.readmore-toggle:active{opacity:.8}.tip-drawer-backdrop{bottom:0;justify-content:center;left:0;right:0;top:0;z-index:1000}.tip-drawer-content{border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -2px 10px #00000026;max-width:500px;padding:20px}.tip-header{font-size:18px;font-weight:700;margin-bottom:16px}.tip-close{font-size:20px}.tip-input,.tip-textarea{border:1px solid #ccc;border-radius:8px;font-size:14px;margin-bottom:12px;padding:10px;width:100%}.tip-textarea{min-height:60px;resize:vertical}.tip-send-btn{background-color:#5c67f2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:12px;width:100%}.tip-drawer-backdrop{z-index:12000}.tip-drawer-content{z-index:12001}.tip-drawer-backdrop{-webkit-tap-highlight-color:transparent;align-items:flex-end;background:#00000073;display:flex;inset:0;position:fixed;z-index:999}.tip-drawer-content{animation:tip-slide-up .26s cubic-bezier(.22,.61,.36,1);background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -8px 24px #0000001f;display:flex;flex-direction:column;max-height:75vh;overflow:hidden;width:100%}@keyframes tip-slide-up{0%{opacity:.9;transform:translateY(12%)}to{opacity:1;transform:translateY(0)}}.tip-header{align-items:center;border-bottom:1px solid #eee;display:flex;font-weight:600;justify-content:space-between;padding:12px 16px}.tip-close{background:none;border:none;color:#333;cursor:pointer;font-size:18px;line-height:1}.tip-head-right{align-items:center;display:flex;gap:12px}.tip-total{font-feature-settings:"tnum";color:#16a34a;font-size:14px;font-variant-numeric:tabular-nums;font-weight:700}.tip-scroll{-webkit-overflow-scrolling:touch;flex:1 1;overflow-y:auto;padding:12px 16px calc(12px + env(safe-area-inset-bottom))}.tip-entry{align-items:flex-start;background:#f9fafb;border-left:4px solid #16a34a;border-radius:10px;box-shadow:0 1px 0 #0000000a;display:flex;gap:12px;margin-bottom:10px;padding:12px 14px;position:relative}.tip-entry:last-child{margin-bottom:4px}.tip-entry:hover{background:#f7faf9}@media (hover:none){.tip-entry:active{filter:brightness(.98)}}.tip-avatar{border:1px solid #eaeaea;border-radius:50%;flex:0 0 36px;height:36px;object-fit:cover;width:36px}.tip-info{flex:1 1 auto;min-width:0}.tip-username{color:#0f172a;display:inline-block;font-weight:600;text-decoration:none}.tip-username:hover{text-decoration:underline}.tip-message{color:#334155;font-size:14px;line-height:1.35;margin:4px 0 6px;word-break:break-word}.tip-amount{color:#16a34a;font-size:14px;font-weight:700;margin-top:4px}.tiplist-skeleton-container{padding:10px}.tiplist-skeleton-item{align-items:flex-start;display:flex;gap:10px;margin-bottom:15px}.tiplist-skeleton-avatar{background:#e0e0e0;border-radius:50%;height:40px;width:40px}.tiplist-skeleton-lines{flex:1 1}.tiplist-skeleton-line{background:#e0e0e0;border-radius:4px;height:12px;margin-bottom:6px}.tiplist-skeleton-line.short{width:50%}.shimmer{animation:shimmer 1.2s infinite;background:linear-gradient(90deg,#e0e0e0 25%,#f6f6f6 50%,#e0e0e0 75%);background-size:200% 100%}.deletepost-overlay{background:#0006;inset:0;position:fixed;z-index:999}.deletepost-popup{animation:deletepost-slideUp .3s ease-out;background:#fff;border-radius:20px 20px 0 0;bottom:0;box-shadow:0 -4px 12px #0000001a;padding:20px;position:absolute;width:100%}.deletepost-header h3{color:#111;font-size:18px;font-weight:600;margin:0;text-align:center}.deletepost-body{margin-top:12px;text-align:center}.deletepost-body p{color:#555;font-size:14px;line-height:1.5}.deletepost-footer{display:flex;justify-content:space-between;margin-top:24px}.deletepost-cancel-btn,.deletepost-confirm-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;margin:0 5px;padding:12px;transition:background-color .2s ease}.deletepost-cancel-btn{background-color:#f1f1f1;color:#333}.deletepost-cancel-btn:hover{background-color:#e0e0e0}.deletepost-confirm-btn{background-color:#ff4d4f;color:#fff}.deletepost-confirm-btn:hover{background-color:#e04344}@keyframes deletepost-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.share-drawer{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;bottom:0;box-shadow:0 -2px 10px #0000001a;left:0;max-height:90%;overflow-y:auto;padding:16px;position:fixed;right:0;z-index:999}.drawer-header{align-items:center;display:flex;font-weight:700;justify-content:space-between;margin-bottom:12px}.search-input{border:1px solid #ddd;border-radius:8px;margin-bottom:12px;padding:10px;width:100%}.user-list{margin-bottom:16px;max-height:300px;overflow-y:auto}.share-user{align-items:center;border-radius:8px;cursor:pointer;display:flex;padding:10px;transition:background .2s}.share-user:hover{background:#f3f3f3}.share-user.selected{background:#d1e7ff}.share-user img{border-radius:50%;height:38px;margin-right:10px;width:38px}.username{font-weight:500}.send-button{background:#000;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;padding:12px;width:100%}.share-user .fullname{font-size:14px;font-weight:600}.share-user .username{color:gray;font-size:13px}.share-drawer-cancel{background:none;border:none;color:#999;cursor:pointer;font-size:14px;padding:6px 12px}.share-drawer-cancel:hover{color:#000}.user-fullname{color:#222;font-size:14px;font-weight:700}.like-drawer-backdrop{align-items:flex-end;background:#00000073;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.like-drawer-content{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:column;max-width:500px;padding:20px;width:100%}.like-header{align-items:center;display:flex;font-size:18px;font-weight:700;justify-content:space-between;margin-bottom:16px}.like-close{background:none;border:none;cursor:pointer;font-size:20px}.like-scroll{max-height:60vh;overflow-y:auto}.no-likes{color:#aaa;font-size:14px;text-align:center}.like-entry{align-items:center;border-bottom:1px solid #eee;display:flex;gap:12px;padding:10px 0}.like-avatar{border-radius:50%;height:32px;object-fit:cover;width:32px}.like-username{color:#333;font-weight:600;text-decoration:none}.like-username:hover{text-decoration:underline}.like-skeleton-wrapper{padding:10px 16px}.like-skeleton-entry{align-items:center;display:flex;gap:12px;margin-bottom:14px}.like-skeleton-avatar{background-color:#e0e0e0;border-radius:50%;height:30px;width:30px}.like-skeleton-name{background-color:#e0e0e0;border-radius:4px;height:14px;width:100px}.shimmer{overflow:hidden;position:relative}.shimmer:after{animation:shimmerAnim 1.2s infinite;background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-150px;position:absolute;top:0;width:100px}@keyframes shimmerAnim{0%{left:-150px}to{left:100%}}.comment-drawer-backdrop{align-items:flex-end;background:#00000073;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.comment-drawer-content{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -2px 10px #00000026;display:flex;flex-direction:column;max-width:500px;padding:20px;width:100%}.comment-header{align-items:center;display:flex;font-size:18px;font-weight:700;justify-content:space-between;margin-bottom:16px}.comment-close{background:none;border:none;cursor:pointer;font-size:20px}.comment-textarea{border:1px solid #ccc;border-radius:8px;font-size:14px;margin-bottom:12px;min-height:60px;padding:10px;resize:vertical;width:100%}.comment-send-btn{background-color:#5c67f2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:12px;width:100%}.comment-scroll{margin-top:16px;max-height:60vh;overflow-y:auto}.comment-entry{border-bottom:1px solid #eee;margin-bottom:12px;padding-bottom:8px}.comment-row{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.comment-text{font-size:14px;margin:0 0 4px;word-break:break-word}.reply-btn{background:none;border:none;color:#007aff;cursor:pointer;font-size:13px;margin-top:2px;padding:0}.replies{margin-top:6px}.replies,.reply-entry{color:#444;font-size:13px}.reply-entry{margin-bottom:4px;padding-left:25px}.comment-link{color:inherit;font-weight:700;text-decoration:none}.comment-link:hover{text-decoration:underline}.replying-to-box{color:#555;font-size:13px;margin-bottom:8px}.cancel-reply-btn{background:none;border:none;color:#007aff;cursor:pointer;margin-left:10px}.no-comments{color:#aaa;font-size:14px;text-align:center}.comment-left{align-items:flex-start;display:flex;flex:1 1 auto;gap:10px;min-width:0}.comment-avatar{border-radius:50%;height:28px;object-fit:cover;width:28px}.comment-bubble{flex:1 1 auto;min-width:0}.reply-avatar{margin-right:6px;vertical-align:middle}@keyframes slideUpDrawer{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.comment-drawer-content{animation:slideUpDrawer .4s ease-out}.lp-chip{align-items:center;background:#6b72801a;border:1px dashed #6b728073;border-radius:999px;color:#6b7280;display:inline-flex;font-size:12px;gap:6px;line-height:1;margin-left:8px;margin-top:6px;padding:4px 8px;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap}.lp-chip.reply{margin-left:12px}.lp-chip .lp-dot{background:currentColor;border-radius:999px;height:6px;opacity:.7;width:6px}.comment-left:hover .lp-chip,.reply-entry:hover .lp-chip{background:#6b728029;border-color:#6b728099;color:#4b5563}.comment-bubble .lp-chip{margin-top:4px}.comment-actions-row{grid-column-gap:8px;align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr auto;margin-top:4px;width:100%}.comment-actions-right{align-items:center;display:inline-flex;gap:8px;justify-self:end}.comment-action-btn{-webkit-appearance:none;appearance:none;background:#0000;border:none;border-radius:8px;cursor:pointer;line-height:0;padding:4px}.comment-action-btn:disabled{cursor:not-allowed;opacity:.6}.comment-action-btn:is(:hover,:focus-visible){background:#0000000f}.comment-action-icon{display:block;height:18px;pointer-events:none;-webkit-user-select:none;user-select:none;width:18px}.comment-action-count{color:#4b5563;font-size:12px;min-width:12px;text-align:right}.comment-action-btn.is-active{background:#dc26261a}.reply-thread{border-left:1px solid #ddd;margin-left:12px;margin-top:6px;padding-left:10px}.reply-children{margin-left:12px;margin-top:4px}.reply-children,.reply-thread{border-left:0!important;margin-left:0!important;padding-left:0!important}.replies{--spine-x:10px;margin-left:12px;padding-left:20px;position:relative}.replies:before{background:#e5e7eb;bottom:0;content:"";left:var(--spine-x);position:absolute;top:0;width:1px}.reply-entry{grid-gap:8px;align-items:flex-start;display:grid;gap:8px;grid-template-columns:20px 1fr;margin:0;padding:8px 0;position:relative}.reply-entry:before{background:#e5e7eb;content:"";height:1px;left:var(--spine-x);position:absolute;top:18px;width:12px}.reply-avatar{border-radius:50%;height:20px;object-fit:cover;width:20px}.reply-bubble{flex:1 1;margin:0}.reply-children{margin:0!important;padding:0!important}.reply-entry .reply-avatar:after{background:#e5e7eb;border-radius:50%;content:"";height:5px;left:calc(var(--spine-x) - 2px);position:absolute;top:16px;width:5px}.reply-thread .comment-text{font-size:13px;margin-bottom:2px}.reply-entry{padding-left:0!important}.comment-meta{align-items:center;display:flex;font-size:12px;gap:6px;line-height:1.1;margin-bottom:4px}.dot-sep{opacity:.6}.timestamp-inline{font-weight:500;opacity:.7}.comment-text{margin:0 0 6px}.reply-toggle-btn{background:none;border:none;cursor:pointer;font-size:12px;font-weight:600;margin:2px 0 6px;opacity:.85;padding:0}.reply-toggle-btn:hover{opacity:1}.comments-refresh-overlay{display:grid;inset:0;place-items:center;pointer-events:none;position:absolute}.comments-spinner{animation:commentSpin .8s linear infinite;border:3px solid #0000001f;border-radius:50%;border-top-color:#00000073;height:28px;width:28px}@keyframes commentSpin{to{transform:rotate(1turn)}}.comment-entry,.comment-row{width:100%}.comment-drawer-content .comment-bubble,.comment-drawer-content .comment-entry,.comment-drawer-content .comment-left,.comment-drawer-content .comment-row{min-width:0!important;width:100%!important}.comment-drawer-content .comment-actions-row{display:block!important;min-height:28px;padding-right:96px;position:relative!important;width:100%!important}.comment-drawer-content .comment-actions-right{align-items:center;display:inline-flex!important;gap:8px;position:absolute!important;right:0;top:0;white-space:nowrap}:root{--actions-reserved:96px}.comment-drawer-content .reply-bubble{flex:1 1 auto!important;min-width:0!important;position:relative!important;width:100%!important}.comment-drawer-content .reply-bubble .comment-actions-row{display:block!important;margin-top:4px!important;min-height:28px!important;padding-right:96px!important;padding-right:var(--actions-reserved)!important;position:relative!important;width:100%!important}.comment-drawer-content .reply-bubble .comment-actions-right{align-items:center;display:inline-flex!important;gap:8px;position:absolute!important;right:0;top:0;white-space:nowrap}.comment-footer{display:flex;flex-direction:column;gap:8px;margin-top:12px}.replying-pill{align-items:center;background:#f5f5f7;border:1px solid #e5e7eb;border-radius:10px;color:#444;display:flex;font-size:13px;gap:8px;justify-content:space-between;padding:6px 8px 6px 10px}.replying-pill .pill-left{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.replying-pill .comment-link{font-weight:700}.pill-cancel-btn{-webkit-appearance:none;appearance:none;background:#0000;border:0;border-radius:999px;color:#374151;cursor:pointer;display:grid;height:28px;line-height:1;place-items:center;width:28px}.pill-cancel-btn:hover{background:#0000000f}.pill-cancel-btn:focus-visible{outline:2px solid #5c67f2;outline-offset:2px}.comment-drawer-skeleton{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;max-height:80vh;overflow-y:auto;padding:16px}.comment-skeleton-item{align-items:flex-start;display:flex;gap:12px;margin-bottom:16px}.comment-skeleton-avatar{animation:pulse 1.4s ease-in-out infinite;background:#ddd;border-radius:50%;height:36px;width:36px}.comment-skeleton-lines{flex:1 1}.comment-skeleton-line{animation:pulse 1.4s ease-in-out infinite;background:#eee;border-radius:6px;height:10px;margin-bottom:6px;width:80%}.comment-skeleton-line.short{width:40%}.delc-backdrop{align-items:flex-end;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000059;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.delc-card{animation:delc-slide-up .24s ease-out;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -8px 24px #00000040;max-width:700px;padding:14px 16px 16px;width:100vw}.delc-grabber{background:#ddd;border-radius:999px;height:4px;margin:6px auto 10px;width:40px}@keyframes delc-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.delc-title{color:#111;font-size:18px;font-weight:700;margin:0 0 8px;text-align:center}.delc-preview{background:#fafafa;border:1px solid #eee;border-radius:10px;margin:8px 0 10px;padding:10px}.delc-row{align-items:center;display:flex;font-size:13px;gap:8px;margin-bottom:6px}.delc-row:last-child{margin-bottom:0}.delc-label{color:#666;min-width:42px}.delc-value{color:#111;font-weight:600}.delc-snippet{color:#333;font-size:14px;line-height:1.45;margin-top:8px}.delc-warning{background:#fff2f2;border:1px solid #ffdede;border-radius:8px;color:#8a0000;margin:8px 0 12px}.delc-error,.delc-warning{font-size:13px;padding:8px 10px}.delc-error{background:#fde7ea;border:1px solid #f6c2c9;border-radius:8px;color:#b00020;margin-bottom:10px}.delc-actions{display:flex;gap:10px}.delc-btn{border:1px solid #0000;border-radius:10px;cursor:pointer;flex:1 1;font-size:15px;font-weight:600;padding:12px}.delc-cancel{background:#f5f5f5;border-color:#e6e6e6;color:#111}.delc-delete{background:#000;color:#fff}.delc-btn[disabled]{cursor:not-allowed;opacity:.6}.txn-drawer-backdrop{align-items:flex-end;background:#00000073;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.txn-drawer-content{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -2px 10px #00000026;max-width:500px;padding:20px;width:100%}.txn-header{align-items:center;display:flex;font-size:18px;font-weight:700;justify-content:space-between;margin-bottom:16px}.txn-close{background:none;border:none;cursor:pointer;font-size:20px}.txn-body{font-size:15px;line-height:1.5}.txn-popup-text{color:#333;margin-top:8px}.receipt-link{color:#007bff;font-weight:700;text-decoration:underline}*{box-sizing:border-box}.modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000026;height:100vh;left:0;padding:16px;top:0;width:100vw}.post-modal{animation:slideUp .3s ease-in-out;border:2px solid #ccc;border-radius:12px;box-shadow:0 4px 12px #0000001a;max-height:90vh;overflow-y:auto;position:relative}.post-modal,.post-modal.responsive-post-modal{background-color:#fff;max-width:460px;padding:16px;width:100%}.post-modal.responsive-post-modal{border-radius:0;display:flex;flex-direction:column;height:100vh;max-height:100vh;overflow:hidden}.modal-header-wrapper{align-items:center;display:flex;flex-direction:column;margin-bottom:12px}.modal-title{font-size:25px;font-weight:600;margin-bottom:20px;text-align:center}.post-form{flex:1 1;margin-bottom:0;overflow-y:auto;padding-bottom:0}.post-form input,.post-form textarea{border:1px solid #ccc;border-radius:6px;font-size:14px;padding:10px;width:100%}.post-form textarea{min-height:100px;resize:none}.file-label{background-color:#f0f0f0;border-radius:6px;color:#333;cursor:pointer;display:inline-block;font-size:14px;margin-bottom:8px;padding:6px 12px}.warning-text{color:#e74c3c;font-size:13px;font-weight:500;margin-top:4px}.preview-section{display:flex;flex-direction:column;gap:10px;margin-top:10px}.image-preview-scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}.image-preview-scroll::-webkit-scrollbar{display:none}.preview-wrapper{display:inline-block}.preview-img{height:140px;scroll-snap-align:start;width:110px}.add-preview img{background-color:#fafafa;border:2px dashed #ccc;border-radius:8px;cursor:pointer;height:140px;object-fit:contain;opacity:.6;width:110px}.add-preview img:hover{opacity:.9}.delete-overlay-icon{background:#fff;box-shadow:0 1px 3px #0003;height:18px;padding:2px;width:18px;z-index:2}.video-preview-container{display:flex;justify-content:center;width:100%}.post-video{background:#000;border-radius:8px;margin:10px 0;max-height:70vh;object-fit:contain;width:100%}.post-footer-buttons{background:#fff;border-top:1px solid #eee;display:flex;justify-content:space-between;padding:16px 0}.cancel-post-btn,.submit-post-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:14px;padding:10px 18px}.cancel-post-btn{background-color:#ccc;color:#fff;margin-right:10px}.submit-post-btn{background-color:#007aff;color:#fff;margin-left:10px}.cancel-post-btn:hover,.submit-post-btn:hover{opacity:.9}.upload-overlay{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#ffffffd9;color:#333;display:flex;flex-direction:column;font-size:16px;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:100}.spinner{border:4px solid #562eff;border-top-color:#0000;margin-bottom:12px}@media (max-width:600px){.post-modal.responsive-post-modal{border-radius:0;height:100vh;max-height:100vh;max-width:100%;overflow-y:auto;padding:16px 16px 80px}.modal-title{font-size:18px}.submit-post-btn{font-size:15px}}.post-scroll-content{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow-y:auto}.scroll-inner-content{display:flex;flex-direction:column;gap:12px;padding-bottom:20px}.report-popup-backdrop{align-items:center;background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:3000}.report-popup{background:#fff;border-radius:10px;box-shadow:0 0 10px #0003;max-width:400px;padding:20px;width:90%}.report-popup h3{margin-top:0}.report-popup label{display:block;font-weight:700;margin-top:12px}.report-popup select,.report-popup textarea{border:1px solid #ccc;border-radius:6px;margin-top:6px;padding:8px;width:100%}.report-submit-btn{background:#ff7675;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;margin-top:16px;padding:10px;width:100%}.report-already-msg{color:green;font-weight:700;margin-top:10px}.tip-banner{border-radius:10px;box-shadow:0 2px 5px #00000026;font-weight:500;left:50%;max-width:500px;padding:12px 16px;position:fixed;text-align:center;top:20px;transform:translateX(-50%);width:90vw;z-index:999}.tip-banner.success{background-color:#e6ffed;color:#027a48}.tip-banner.error{background-color:#ffe6e6;color:#c00}@keyframes bf-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.bf-progressive{animation:bf-shimmer 1.2s linear infinite;background-color:#f1f3f6;background-image:linear-gradient(90deg,#e6e9ee00,#f5f7fae6 45%,#e6e9ee00 90%);background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:0;transition:opacity .22s ease}.bf-progressive.bf-loaded{animation:none;background-image:none;opacity:1}.bf-progressive.bf-err{animation:none;background-color:#eee;background-image:none}@media (prefers-reduced-motion:reduce){.bf-progressive{animation:none}}@media (prefers-color-scheme:dark){.bf-progressive{background-color:#1f2329;background-image:linear-gradient(90deg,#1f232900,#3c4048e6 45%,#1f232900 90%)}}.bf-mediaWrap{background:#0f0f0f;border-radius:12px;overflow:hidden;position:relative;width:100%}.bf-mediaWrap .bf-shim{pointer-events:none;width:100%}.bf-mediaWrap>img.bf-img{height:100%;inset:0;max-height:none;object-fit:cover;object-position:center;opacity:0;position:absolute;transition:opacity .18s ease-out;width:100%}.bf-mediaWrap>img.bf-img.bf-loaded{opacity:1}.bf-mediaWrap>img.bf-img.bf-err{background:#111;object-fit:contain;opacity:1}@keyframes bf-shimmer-ovl{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.bf-mediaWrap .bf-skeleton{background-color:#f1f3f6;background-position:50%;background-repeat:no-repeat;background-size:cover;inset:0;overflow:hidden;position:absolute}.bf-mediaWrap .bf-skeleton:after{animation:bf-shimmer-ovl 1.2s linear infinite;background:linear-gradient(90deg,#fff0,#ffffffb3 50%,#fff0);content:"";inset:0;position:absolute}@media (prefers-color-scheme:dark){.bf-mediaWrap .bf-skeleton{background-color:#1f2329}.bf-mediaWrap .bf-skeleton:after{background:linear-gradient(90deg,#1f232900,#3c4048e6 50%,#1f232900)}}@media (prefers-reduced-motion:reduce){.bf-mediaWrap .bf-skeleton:after{animation:none}}:root{--portraitMaxH:350px}@media (max-width:600px){:root{--portraitMaxH:300px}}@media (max-width:380px){:root{--portraitMaxH:270px}}.bf-video-wrap{background:#0e0f11;border-radius:12px;overflow:hidden;position:relative;width:100%}.bf-post-video{background:#000;display:block;height:auto;object-fit:contain;object-position:center;width:100%}.bf-video-wrap.is-portrait{max-height:350px;max-height:var(--portraitMaxH)}.bf-video-wrap.is-portrait .bf-post-video{height:100%;object-fit:cover;object-position:center;width:100%}.video-hit{background:#0000;border:0;cursor:pointer;height:50%;padding:0;position:absolute;top:25%;width:25%;z-index:4}.video-hit.zone-top{height:25%;left:25%;top:0;width:50%}.video-hit.zone-bottom{bottom:0;height:25%;left:25%;top:auto;width:50%}.video-hit.zone-left{height:100%;left:0;top:0;width:25%}.video-hit.zone-right{height:100%;left:auto;right:0;top:0;width:25%}.post-media-grid .bf-video-wrap{width:100%}.fs-backdrop{background:#000;display:flex;flex-direction:column;inset:0;position:fixed;z-index:1000}:root{--fsTopH:56px}@supports (padding-top:env(safe-area-inset-top)){.fs-topbar{padding-top:env(safe-area-inset-top)}}.fs-topbar{align-items:center;background:#000000e6;border-bottom:1px solid #ffffff0f;display:flex;gap:8px;height:56px;height:var(--fsTopH);padding:0 12px;position:-webkit-sticky;position:sticky;top:0;z-index:1001}.fs-back-btn{cursor:pointer;height:28px;object-fit:contain;opacity:.95;transition:opacity .15s;width:28px}.fs-back-btn:active,.fs-back-btn:hover{opacity:1}.fs-media{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:0;overflow:hidden;padding:0;position:relative}.fs-img,.fs-video{background:#000;border-radius:0;height:100%;object-fit:contain;width:100%}.fs-slide{height:100%;inset:0;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%;will-change:transform,opacity}.fs-slide.at-rest{opacity:1;transform:translateX(0)}.fs-slide.enter-from-right{animation:fs-enter-right .28s ease forwards;z-index:2}.fs-slide.enter-from-left{animation:fs-enter-left .28s ease forwards;z-index:2}.fs-slide.exit-to-left{animation:fs-exit-left .28s ease forwards;z-index:1}.fs-slide.exit-to-right{animation:fs-exit-right .28s ease forwards;z-index:1}@keyframes fs-enter-right{0%{opacity:.4;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes fs-enter-left{0%{opacity:.4;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes fs-exit-left{0%{opacity:1;transform:translateX(0)}to{opacity:.4;transform:translateX(-100%)}}@keyframes fs-exit-right{0%{opacity:1;transform:translateX(0)}to{opacity:.4;transform:translateX(100%)}}.fs-topbar .fs-back-btn{align-items:center;background:#0000;border:0;display:inline-flex;justify-content:center;padding:6px}.fs-topbar .fs-back-btn img{display:block;height:22px;width:22px}.fs-owner{align-items:center;cursor:pointer;display:flex;gap:10px;-webkit-user-select:none;user-select:none}.fs-owner-avatar{border-radius:50%;box-shadow:0 0 0 2px #ffffffb3;flex:0 0 auto;height:32px;object-fit:cover;width:32px}.fs-owner-meta{display:flex;flex-direction:column;line-height:1.1}.fs-owner-name{color:#fff;font-size:14px;font-weight:600;max-width:52vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fs-owner-username{color:#ffffffd9;font-size:12px}.bf-single-media{background:#0f14190d;border-radius:16px;overflow:hidden;width:100%}.bf-single-media-img{display:block;height:auto;width:100%}.bf-media-grid{grid-gap:4px;aspect-ratio:16/9;background:#0f14190d;border-radius:16px;display:grid;gap:4px;max-height:480px;overflow:hidden;width:100%}.bf-media-grid.two{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.bf-media-grid.four,.bf-media-grid.three{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.bf-cell{background:#0000;border:0;cursor:pointer;overflow:hidden;padding:0;position:relative}.bf-cell,.bf-cell img{border-radius:0!important}.bf-cell img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.bf-media-grid.three .cell-1{grid-row:1/span 2}.bf-more-overlay{background:#00000073;color:#fff;display:grid;font-size:clamp(18px,6vw,36px);font-weight:700;inset:0;place-items:center;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none}@media (max-width:420px){.bf-media-grid{border-radius:12px;gap:3px}}.pad-backdrop{align-items:flex-end;background:#00000073;display:flex;inset:0;position:fixed;z-index:1000}.pad-sheet{animation:pad-slide-up .18s ease-out;background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -8px 24px #00000026;padding:12px 0 8px;width:100%}@keyframes pad-slide-up{0%{opacity:.92;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.pad-grabber{background:#ddd;border-radius:999px;height:4px;margin:6px auto 10px;width:40px}.pad-item{align-items:center;background:none;border:0;cursor:pointer;display:flex;font-size:16px;gap:12px;line-height:1.2;padding:14px 20px;text-align:left;width:100%}.pad-item+.pad-item{border-top:1px solid #f0f0f0}.pad-item.danger{color:#d93025;font-weight:600}.pad-item-icon{flex:0 0 20px;height:20px;object-fit:contain;width:20px}.sponsored-post-card{background:#fff;border-radius:10px;box-shadow:0 2px 6px #0000000d;box-sizing:border-box;margin:12px 0;padding:12px;width:100%}.sponsored-card-header{align-items:center;cursor:pointer;display:flex;margin-bottom:8px}.sponsored-store-logo{border-radius:20px;height:40px;margin-right:10px;object-fit:cover;width:40px}.sponsored-store-info{display:flex;flex-direction:column;justify-content:center}.sponsored-store-info strong{color:#111;font-size:15px}.sponsored-label{color:#28a745;font-size:12px;font-weight:500;margin-top:2px}.sponsored-store-row{align-items:center;display:flex;justify-content:space-between}.sponsored-store-name{font-weight:700}.sponsored-ads-icon{height:18px;margin-left:8px;opacity:.7;width:18px}.sponsored-title{color:#111;font-size:16px;font-weight:600;margin:6px 0 4px}.sponsored-description-top{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:14px;line-height:1.35;margin:0 0 8px;overflow:hidden}.sponsored-description-top.muted{color:#888}.sponsored-media-section{align-items:center;aspect-ratio:1/1;background:#f6f6f6;border-radius:10px;cursor:pointer;display:flex;justify-content:center;margin:8px 0 10px;overflow:hidden;position:relative;width:100%}.sponsored-media{border-radius:10px;display:block;height:100%;object-fit:contain;object-position:center center;width:100%}.sponsored-sale-badge{background:#ff3b30;border-radius:6px;color:#fff;font-size:12px;font-weight:800;padding:4px 6px;position:absolute;right:8px;top:8px;z-index:2}.sponsored-bottom-row{align-items:center;display:flex;justify-content:space-between}.sponsored-price{color:#111;font-size:15px;font-weight:700}.sponsored-price-row{align-items:baseline;display:flex;gap:8px}.sponsored-price-old{color:#666;font-size:14px;opacity:.75;text-decoration:line-through}.sponsored-price-sale{color:#1eae64;font-size:16px;font-weight:800}.visit-store-button{background:#28a745;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;padding:6px 12px}.visit-store-button:hover{background:#23923d}.skeleton-post{animation:pulse 1.2s ease-in-out infinite;background-color:#fff;border-radius:12px;margin-bottom:15px;padding:14px}.skeleton-header{background-color:#e0e0e0;border-radius:8px;height:40px;width:100%}.skeleton-media{background-color:#ccc;border-radius:10px;height:220px;margin-top:10px;width:100%}.skeleton-caption{margin:10px 0;width:80%}.skeleton-actions,.skeleton-caption{background-color:#e0e0e0;border-radius:6px;height:16px}.skeleton-actions{width:60%}.story-bubble-wrapper{cursor:pointer;margin-right:12px}.story-bubble,.story-bubble-wrapper{align-items:center;display:flex;flex-direction:column}.story-bubble{position:relative}.story-ring{align-items:center;border-radius:50%;box-sizing:border-box;display:flex;height:64px;justify-content:center;width:64px}.story-bubble.active .story-ring{background:conic-gradient(#007aff,#66b3ff,#007aff);box-shadow:0 0 3px #0064e633;padding:2px}.story-inner{align-items:center;background:#fff;border-radius:50%;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.story-inner.with-gap{padding:2px}.story-avatar-img{background:#fff;border-radius:50%;display:block;height:100%;object-fit:cover;width:100%}.add-story-overlay{background:#fff;border-radius:50%;bottom:-6px;box-shadow:0 0 2px #0003;cursor:pointer;height:20px;padding:2px;position:absolute;right:-6px;width:20px;z-index:2}.story-username{color:#333;font-size:12px;margin-top:4px;max-width:70px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.online-dot{background:#10b981;border:2px solid #fff;border-radius:50%;bottom:-3px;height:15px;pointer-events:none;position:absolute;right:-3px;width:15px;z-index:1}.story-bubble.active .online-dot{bottom:-2px;right:-2px}.story-bubble.neutral .story-inner,.story-bubble.seen .story-inner{padding:2px}.story-bubble.neutral .story-ring,.story-bubble.seen .story-ring{background:none;border:2px solid #ccc;padding:0}.route-slider{background:#562eff;border-radius:2px;bottom:0;height:3px;left:0;position:absolute;transform:translateX(0);transition:transform .28s ease,width .28s ease;width:30px;will-change:transform,width}.homedrawer-backdrop{background:#00000059;inset:0;opacity:0;position:fixed;transition:opacity .5s ease-in-out;will-change:opacity;z-index:999}.homedrawer-backdrop.visible{opacity:1}.homedrawer-backdrop.fading{opacity:0}.homedrawer{background:#fff;border-right:1px solid #eee;box-shadow:2px 0 24px #0003;color:#111;height:100vh;left:0;max-width:480px;position:fixed;top:0;transition:transform .5s cubic-bezier(.22,1,.36,1);width:80vw;will-change:transform}.homedrawer,.homedrawer.preopen{transform:translateX(-100%)}.homedrawer.open{transform:translateX(0)}.homedrawer.closing{transform:translateX(-100%)}@media (prefers-reduced-motion:reduce){.homedrawer,.homedrawer-backdrop{transition:none}}.homedrawer-topbar{align-items:center;background:#fff;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:calc(10px + env(safe-area-inset-top, 0px)) 16px 12px;position:-webkit-sticky;position:sticky;top:0;z-index:2}.homedrawer-identity-pill{align-items:center;background:#f7f8fa;border:1px solid #eee;border-radius:14px;display:flex;gap:12px;padding:8px 12px;width:100%}@media (max-width:380px){.homedrawer-identity-pill{padding-right:10px}}.homedrawer-avatar{border:1px solid #e6e6e6;border-radius:50%;flex:0 0 auto;height:44px;object-fit:cover;width:44px}.homedrawer-meta{display:flex;flex-direction:column;gap:6px;min-width:0}.homedrawer-name{color:#111;font-size:16px;font-weight:700;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width:500px){.homedrawer-name{max-width:220px}}.homedrawer-role-row{align-items:center;display:flex;gap:6px}.homedrawer-content{background:#fff;height:calc(100vh - 64px);overflow:auto;padding:8px 8px 48px}.homedrawer-section-title{color:#6b7280;font-size:12px;letter-spacing:.6px;padding:14px 12px 8px;text-transform:uppercase}.homedrawer-divider{background:#eee;height:1px;margin:8px}.homedrawer-list{display:flex;flex-direction:column;gap:4px;padding:6px 4px}.homedrawer-item{align-items:center;border-radius:12px;cursor:pointer;display:flex;gap:14px;padding:12px;transition:background .14s ease,transform .12s ease}.homedrawer-item:active{transform:scale(.98)}.homedrawer-item:hover{background:#0000000a}.homedrawer-item img{height:20px;object-fit:contain;opacity:.9;width:20px}.homedrawer-item-label{color:#111;flex:1 1;font-size:15px;font-weight:600}.homedrawer-item-badge{background:#f1f3f5;border-radius:999px;color:#111;font-size:12px;padding:2px 8px}.bf-lang-switcher{display:flex;flex-direction:column;gap:6px}.bf-lang-title{color:#555;font-size:.9rem}.bf-lang-trigger{align-items:center;background:#fff;border:1px solid #ddd;border-radius:8px;display:flex;font-size:.95rem;justify-content:space-between;padding:8px 10px;width:100%}.bf-lang-trigger-code{font-weight:600;letter-spacing:.5px}.bf-caret{margin-left:8px}.bf-lang-menu{background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 6px 18px #00000014;margin-top:6px;max-height:220px;overflow:auto;padding:4px;position:relative}.bf-lang-option{align-items:center;border-radius:6px;cursor:pointer;display:flex;font-size:.95rem;gap:10px;outline:none;padding:8px 10px}.bf-lang-option:focus,.bf-lang-option:hover{background:#f6f6f6}.bf-lang-option.active{background:#111;color:#fff}.bf-lang-code{font-weight:700;min-width:34px;text-align:center}.bf-lang-label{opacity:.9}.bf-lang-switcher.compact .bf-lang-list{display:none}.sugg2{margin:12px 0 2px}.sugg2__header{align-items:center;display:flex;justify-content:space-between;padding:0 6px 8px}.sugg2__title{color:#222;font-size:20px;font-weight:800;margin:0}.sugg2__status{color:#666;font-size:13px;padding:8px 6px}.sugg2__scroller{grid-gap:10px;-webkit-overflow-scrolling:touch;display:grid;gap:10px;grid-auto-columns:48%;grid-auto-flow:column;overflow-x:auto;padding:2px 2px 6px;scroll-snap-type:x mandatory}@media (min-width:480px){.sugg2__scroller{grid-auto-columns:38%}}@media (min-width:768px){.sugg2__scroller{grid-auto-columns:28%}}@media (min-width:1024px){.sugg2__scroller{grid-auto-columns:22%}}.sugg2-card{background:#fff;border:2px solid #ccc;border-radius:12px;color:inherit;cursor:pointer;padding:8px;scroll-snap-align:start;text-align:left;transition:box-shadow .14s ease,transform .14s ease}.sugg2-card:hover{box-shadow:0 6px 16px #00000014;transform:translateY(-2px)}.sugg2-card__imgwrap{position:relative}.sugg2-card__img{aspect-ratio:1/1;background:#f2f3f5;border-radius:10px;object-fit:cover;width:100%}.sugg2-card__name{color:#222;font-size:13px;font-weight:700;margin-top:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sugg2-card__meta{align-items:baseline;display:flex;justify-content:space-between;margin-top:6px}.sugg2-card__price{color:#111;font-size:13px;font-weight:800}.sugg2-card__delivery{background:#f5f6f8;border:1px solid #eee;border-radius:999px;color:#666;font-size:11px;padding:2px 6px}.sugg2-chip{border-radius:6px;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:2px 6px;pointer-events:none;position:absolute;text-transform:uppercase;top:8px;z-index:2}.sugg2-chip--sale{background:#e63946;left:8px}.auth-container{flex-direction:column;justify-content:flex-start;padding:40px 20px 20px}.login-full{align-items:center;display:flex;flex-direction:column;max-width:400px;width:100%}.logo-box{margin-bottom:20px}.auth-logo{height:auto;width:160px}h2{margin-bottom:-6px}.slogan-text{color:#333;font-size:14px;font-weight:500;margin-bottom:8px;margin-top:0}.login-form{display:flex;flex-direction:column;gap:10px;width:100%}.login-form input{border:1px solid #ccc;border-radius:10px;font-size:14px;padding:10px;transition:border-color .2s}.login-form input:focus{border-color:#562eff;outline:none}.login-btn{background-color:#562eff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;padding:12px;transition:background-color .25s ease}.login-btn:hover{background-color:#4338ca}.forgot-password{color:#07c;display:inline-block;font-size:13px;margin-top:10px;text-decoration:none}.forgot-password:hover{text-decoration:underline}.divider{color:#999;font-size:13px;margin:24px 0 16px;position:relative}.divider:after,.divider:before{background:#ddd;content:"";height:1px;position:absolute;top:50%;width:30%}.divider:before{left:0}.divider:after{right:0}.login-pi-btn{align-items:center;background:#fff;border:1.5px solid #ccc;border-radius:12px;box-shadow:0 2px 6px #0000000f;color:#111;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:10px 16px;transition:all .2s ease;width:100%}.login-pi-btn:hover{background:#f7f7f7;border-color:#bbb}.login-pi-btn img.social-icon-img{height:18px;object-fit:contain;width:18px}.error-banner{animation:fadeIn .3s ease-in-out;background-color:#ffe6e6;border-radius:8px;color:#c00;margin-bottom:12px}.subtext span{color:#888;display:block;font-size:12px;margin-top:4px}.pi-auth-only-drawer{height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.pi-auth-only-backdrop{background:#0006;height:100%;position:absolute;width:100%}.pi-auth-only-content{animation:slideUp .3s ease-out;background:#fff;border-radius:16px 16px 0 0;bottom:0;box-shadow:0 -2px 12px #0000001a;padding:24px;position:absolute;width:100%}.pi-auth-only-content h3{margin-top:0}.pi-auth-only-content p{color:#333;font-size:14px;margin:12px 0}.pi-auth-only-content button{background:#562eff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;margin-top:16px;padding:12px 18px;width:100%}.login-spinner-overlay{align-items:center;background:#ccc;border-radius:8px;display:flex;height:50px;justify-content:center;left:50%;position:fixed;top:0;transform:translateX(-50%);width:88%;z-index:9999}.login-spinner{animation:spin 1s linear infinite;border:3px solid #000;border-radius:50%;border-top-color:#0000;height:20px;width:20px}box-shadow:0 2px 4px #0000001a;.signup-screen{background:#f5f5f5;display:flex;flex-direction:column;font-family:Segoe UI,sans-serif;height:100vh;overflow:hidden}.signup-topbar{align-items:center;background:#fff;border-bottom:1px solid #eee;display:flex;height:80px;justify-content:center;left:0;padding:0 16px;position:fixed;right:0;top:0;z-index:10}.signup-back-icon{cursor:pointer;height:28px;left:16px;position:absolute;width:28px}.signup-topbar-title{color:#111;font-size:17px;font-weight:700;margin:0 auto}.signup-scroll-area{flex-grow:1;margin-top:80px;overflow-y:auto;padding:24px 20px 60px}.signup-scroll-area form{display:flex;flex-direction:column;gap:14px;margin-top:12px}.auth-container{align-items:center;background:#f5f5f5;box-sizing:border-box;display:flex;justify-content:center;min-height:100vh;padding:15px 10px}.auth-card{background:#fff;border-radius:16px;box-shadow:0 8px 24px #0000000f;max-width:420px;padding:30px 25px;text-align:center;width:100%}.card-content-wrapper{position:relative}.back-icon{height:30px;left:5px;position:absolute;top:12px;width:40px}.logo-box{align-items:center;background-color:initial;border-radius:8px;display:flex;height:48px;justify-content:center;margin:0 auto 20px;max-width:250px}.auth-logo{height:350%;object-fit:contain;width:auto}h2{font-size:22px;margin-bottom:6px}.subtext{color:#666;font-size:14px;margin-bottom:20px}form{display:flex;flex-direction:column;gap:14px}input,textarea{border:1px solid #ccc;border-radius:10px;font-size:14px;padding:12px;transition:border-color .2s}input:focus,textarea:focus{border-color:#562eff;outline:none}.signup-btn{background-color:#562eff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;padding:12px;transition:background-color .25s ease}.signup-btn:hover{background-color:#4338ca}.auth-footer{color:#666;font-size:13px;margin-top:16px}.auth-footer a{color:#111;font-weight:700;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.signup-info-row{align-items:flex-start;background:#f9f9f9;border-radius:8px;color:#555;display:flex;font-size:13px;gap:10px;margin-top:-6px;padding:8px 0 2px;text-align:left}.signup-info-icon{flex-shrink:0;height:20px;margin-top:4px;width:20px}.signup-info-text{line-height:1.4;max-width:90%}.error-banner{animation:slideDownFade .4s ease;background-color:#ff4d4f;border-radius:10px;box-shadow:0 4px 8px #0000001a;color:#fff;font-weight:500;left:5%;padding:12px 16px;position:fixed;top:15px;width:90%;z-index:1000}.merchant-ok-btn{background-color:#2ecc71;border-radius:8px;font-size:15px;font-weight:600;padding:10px 24px;transition:background-color .25s ease}.merchant-ok-btn:hover{background-color:#27ae60}.profile-topbar{align-items:center;background-color:#fff;border-bottom:1px solid #eee;display:flex;height:60px;justify-content:space-between;left:0;padding:0 16px;position:fixed;top:0;width:100%;z-index:20}.profile-title{font-size:18px;font-weight:700;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);white-space:nowrap}.back-icon-profile{cursor:pointer;height:24px;left:16px;position:absolute;top:50%;transform:translateY(-50%);width:24px}.topbar-left{align-items:center;display:flex;gap:10px}.profile-topbar .dots-container{margin-left:auto;position:static}.profile-header{align-items:flex-start;border-bottom:1px solid #eee;box-sizing:border-box;justify-content:flex-start;padding:15px;position:relative;width:100%}.profile-content{flex:1 1;max-width:100%;overflow-y:auto;overscroll-behavior:contain;padding-bottom:calc(env(safe-area-inset-bottom, 0px) + 100px);padding-top:60px}.profile-left{display:flex;flex:1 1;flex-direction:row;gap:12px}.avatar{border-radius:50%;height:40px;margin-right:10px;object-fit:cover;width:40px}.profile-info{display:flex;flex-direction:column}.profile-info strong{font-size:16px}.username{color:gray;font-size:13px}.bio{color:#333;font-size:14px;margin:6px 0 0}.location-text{color:#777;font-size:13px}.skills{color:#444;font-size:13px;margin-top:6px}.social-links{color:#07c;font-size:13px;margin-top:4px;word-break:break-word}.merchant-section{background:#f6f6f6;border-radius:8px;font-size:13px;margin-top:10px;padding:10px}.merchant-title{font-weight:700;margin-bottom:4px}.menu-toggle{background:none;border:none;color:#000;cursor:pointer;font-size:20px}.profile-dropdown-menu{animation:slideInFromRight .25s ease-out;background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;min-width:180px;padding:6px 0;position:absolute;right:12px;top:42px;z-index:1000}.profile-dropdown-menu button{align-items:flex-start;background:none;border:none;border-bottom:1px solid #eee;color:#333;cursor:pointer;display:flex;font-size:14px;gap:10px;line-height:1.4;padding:12px 15px;text-align:left;white-space:normal;word-break:break-word}.profile-dropdown-menu button:last-child{border-bottom:none}.icon{flex-shrink:0;height:18px;object-fit:contain;width:18px}.label{display:inline-block;white-space:normal;word-break:break-word}.section-title{margin:20px 10px 10px}.user-bio{color:#555;font-size:14px;line-height:1.4;margin-top:6px;max-width:100%;overflow-wrap:break-word;text-align:center;word-break:break-word}.follow-stats{color:#444;font-size:14px;margin:8px 15px 0}.follow-btn{background-color:#000;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:14px;margin-left:auto;padding:6px 16px}.follower-count{color:#555;font-size:13px;margin-top:5px}.follower-link{color:#000!important;text-decoration:none!important}.follower-list{background:#f9f9f9;border-top:1px solid #eee;margin-bottom:10px;padding:10px 15px}.follower-list h4{margin-bottom:6px}.name-username{gap:8px;margin-top:2px}.follower-entry,.name-username{align-items:center;display:flex}.follower-entry{border-bottom:1px solid #eee;justify-content:space-between;padding:8px 12px}.unfollow-btn{background:#eee;border:none;border-radius:6px;cursor:pointer;font-size:13px;padding:6px 10px}.popup-backdrop{align-items:center;background:#0000004d;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:50}.popup-card{background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;max-width:300px;padding:20px;width:90%}.profile-screen-container{-webkit-overflow-scrolling:touch;background:#f9f9f9;display:flex;flex-direction:column;height:100vh;overflow-y:auto}.profile-scroll-area{background:#fff;flex:1 1;height:calc(100vh - 60px);margin-top:40px;overflow-y:auto;padding-bottom:100px}.profile-content-inner{margin:0;max-width:100%;padding:0}.profile-header-centered{background:#fff;box-sizing:border-box}@media (max-width:767px){.profile-scroll-area{padding-bottom:calc(160px + env(safe-area-inset-bottom, 0px))}}@media (min-width:768px){.profile-scroll-area{padding-bottom:80px}}.profile-header-centered .username{color:#666;font-size:14px;margin-bottom:4px}.profile-header-centered .role-badge{margin-bottom:10px}.profile-header-centered .location-text,.profile-header-centered .user-bio{color:#555;font-size:14px;margin-bottom:4px;max-width:90%}@media (max-width:480px){.profile-header-centered{padding:20px 12px}.profile-posts{padding:0}}.location-text,.user-bio,.username{max-width:100%;overflow-wrap:break-word;word-break:break-word}@media (max-width:360px){.avatar-large{height:70px;width:70px}.profile-name{font-size:16px}}.profile-name,.username{max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.profile-content-inner{align-items:stretch;display:flex;flex-direction:column}.post-card,.profile-content-inner{box-sizing:border-box;width:100%}.user-posts{background:#fff;padding:0 16px 30px}.merchant-modal-buttons{display:flex;gap:10px;justify-content:center;margin-top:16px}.merchant-cancel-btn,.merchant-register-btn{border:none;border-radius:5px;cursor:pointer;font-size:14px;font-weight:500;min-width:100px;padding:7px 14px}.merchant-register-btn{background-color:#4caf50;color:#fff}.merchant-cancel-btn{background-color:#ddd;color:#333}.merchant-ok-btn{background-color:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-top:16px;padding:7px 16px}.profile-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#000;height:32px;margin:30px auto;width:32px}.profile-refresh-indicator{animation:fadein .25s ease-in-out;color:#111;font-size:15px;font-weight:500;padding:14px;text-align:center}@keyframes fadein{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.pull-to-refresh-spinner{background-color:#fff;overflow:hidden;width:100%}.pull-to-refresh-spinner:after{background:#eee;content:"";display:block;height:1px;width:100%}.highlighted-post{animation:fadeBorder 2s ease-in-out;border:2px solid gold;border-radius:10px}@keyframes fadeBorder{0%{border-color:gold}to{border-color:#0000}}.profile-scroll-area .post{margin-left:0!important;margin-right:0!important;max-width:none!important;width:100%!important}.profile-scroll-area .post-card{box-sizing:border-box;width:100%}@media (min-width:768px){.profile-scroll-area .post{margin-left:auto!important;margin-right:auto!important;max-width:600px!important}}.follow-drawer-overlay{align-items:flex-end;background:#0000004d;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.follow-drawer{animation:slideUp .3s ease;background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -4px 10px #0003;max-height:80%;overflow-y:auto;width:100%}.follow-drawer-header{align-items:center;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:14px 16px}.follow-drawer-header img{cursor:pointer;width:22px}.follow-drawer-body{padding:16px}.drawer-user{font-weight:500}.drawer-user,.drawer-user-card{border-bottom:1px solid #f0f0f0;padding:10px 0}.drawer-user-card{align-items:center;display:flex}.drawer-avatar{border-radius:50%;height:42px;margin-right:12px;object-fit:cover;width:42px}.drawer-user-info{display:flex;flex-direction:column}.drawer-name{font-size:15px;font-weight:600}.drawer-username{color:#666;font-size:13px}.pm-backdrop{background:#0000;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .18s ease;z-index:999}.pm-backdrop--show{background:#0006;opacity:1;pointer-events:auto}.pm-sheet{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;bottom:0;box-shadow:0 -8px 24px #00000026;display:flex;flex-direction:column;left:0;max-height:80vh;position:fixed;right:0;transform:translateY(100%);transition:transform .22s ease;z-index:1000}.pm-sheet--open{transform:translateY(0)}.pm-grabber{background:#e3e3e3;border-radius:999px;height:5px;margin:8px auto 4px;width:44px}.pm-header{align-items:center;display:flex;justify-content:center;padding:8px 12px 4px;position:relative}.pm-title{font-size:16px;font-weight:600;margin:0}.pm-close{background:#0000;border:none;color:#666;cursor:pointer;font-size:18px;line-height:1;padding:6px;position:absolute;right:10px;top:6px}.pm-list{display:flex;flex-direction:column;overflow-y:auto;padding:6px 8px 10px}.pm-item{align-items:center;background:#f8f8f8;border:none;border-radius:12px;cursor:pointer;display:flex;gap:12px;margin:6px 0;padding:14px 12px;text-align:left;transition:background .12s ease,transform 80ms ease;width:100%}.pm-item:active{transform:scale(.995)}.pm-item:hover{background:#f1f1f1}.pm-item--danger{background:#fff5f5}.pm-item--danger:hover{background:#ffecec}.pm-icon{height:22px;object-fit:contain;width:22px}.pm-label{color:#222;font-size:15px;font-weight:500}.pm-safearea{height:env(safe-area-inset-bottom)}@media (min-width:480px){.pm-sheet{left:50%;margin:0 auto;max-width:480px;transform:translate(-50%,100%)}.pm-sheet.pm-sheet--open{transform:translate(-50%)}}.filter-tabs{background:#fff;width:100%}.filter-tabs__bar{-webkit-overflow-scrolling:touch;border-bottom:1px solid #eee;display:flex;gap:10px;overflow-x:auto;padding:8px 12px;position:relative;scroll-behavior:smooth}.filter-tabs__bar::-webkit-scrollbar{display:none}.filter-tabs__bar--md .filter-tabs__btn{font-size:14px;padding:6px 14px}.filter-tabs__bar--sm .filter-tabs__btn{font-size:13px;padding:5px 12px}.filter-tabs__btn{background:none;border:none;border-radius:999px;color:#333;cursor:pointer;font-weight:500;outline:none;position:relative;transition:background-color .2s ease,color .2s ease;white-space:nowrap}.filter-tabs__btn:hover{background-color:#f5f5f5}.filter-tabs__btn.is-active{color:#000;font-weight:700}.filter-tabs__label{vertical-align:middle}.filter-tabs__badge{background:#562eff;border-radius:999px;color:#fff;display:inline-block;font-size:11px;height:18px;line-height:18px;margin-left:8px;min-width:18px;padding:0 6px;text-align:center}.filter-tabs__slider{background-color:#562eff;border-radius:2px;bottom:0;height:3px;min-width:30px;position:absolute;transition:left .3s ease,width .3s ease}body.dark .filter-tabs__bar{background:#0b0b0b;border-bottom-color:#222}body.dark .filter-tabs__btn{color:#d0d0d0}body.dark .filter-tabs__btn.is-active{color:#fff}.about-card{background:#fff;border-radius:14px;box-shadow:0 1px 3px #0000000f;margin:12px 14px 20px;padding:14px}.about-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr}.about-col{min-width:0}.about-label{color:#6b7280;font-size:12px;margin-bottom:4px}.about-value{color:#111827;font-size:14px;font-weight:600;word-break:break-word}.about-visitstore{margin-top:6px}.about-btn{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;color:#111827;cursor:pointer;font-size:13px;font-weight:600;padding:8px 12px}.about-btn:active{transform:translateY(1px)}@media (prefers-color-scheme:dark){.about-card{background:#0f1216;box-shadow:none}.about-label{color:#9ca3af}.about-btn,.about-value{color:#e5e7eb}.about-btn{background:#0b0e12;border-color:#1f2937}}.lang-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.lang-pill{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;color:#111827;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:6px 8px}.lang-pill-x{background:#0000;border:none;color:#6b7280;cursor:pointer;font-size:14px;line-height:1}.lang-add-row{margin:6px 0 2px}.lang-select{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex:1 1;font-size:14px;padding:8px 10px}.lang-hint{color:#6b7280;font-size:12px}.lang-actions{margin-top:8px}.save-btn{font-weight:700}@media (prefers-color-scheme:dark){.lang-pill{background:#12161c;border-color:#1f2937;color:#e5e7eb}.lang-pill-x{color:#9ca3af}.lang-select{background:#0b0e12;border-color:#1f2937;color:#e5e7eb}}.about-card{overflow-x:hidden}.lang-add-row{align-items:center;display:flex;flex-wrap:nowrap;gap:8px;min-width:0;overflow:hidden;width:100%}.lang-select{flex:1 1 140px;min-width:0}.lang-input{box-sizing:border-box;flex:1 1 120px;max-width:220px;min-width:0}.lang-add-row .about-btn{flex:0 0 auto;white-space:nowrap}@media (max-width:380px){.lang-input{max-width:180px}}.profile-screen{background-color:#fff;font-family:Segoe UI,sans-serif;padding:16px}.userprofile-topbar{align-items:center;background:#fff;border-bottom:1px solid #eee;display:flex;font-size:16px;font-weight:700;gap:12px;height:60px;left:0;padding:0 16px;position:fixed;top:0;width:100%;z-index:10}.userprofile-topbar img{cursor:pointer;height:24px;width:24px}.profile-header{gap:20px;margin-top:16px}.profile-avatar{height:80px;width:80px}.profile-info{flex:1 1}.profile-name{font-size:20px;margin:0;text-align:left}.username-line{color:#555;margin:4px 0 10px}.profile-bio{color:#444;font-size:14px;font-style:italic;margin-bottom:10px}.follower-count{color:#333;font-size:15px;margin-bottom:4px}.follower-link{font-weight:500}.follower-list{margin-top:10px;padding-left:10px}.follow-btn-container{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:14px 0 20px}.follow-button{background-color:#007bff;border:none;border-radius:20px;color:#fff}.follow-button,.message-button{cursor:pointer;flex:1 1;font-size:15px;padding:8px 20px}.message-button{background-color:#fff;border:1px solid #007bff;border-radius:20px;color:#007bff}.message-button:hover{background-color:#f0f8ff}.section-title{margin-bottom:12px;margin-top:24px}.user-posts{box-sizing:border-box;display:flex;flex-direction:column;gap:14px;max-width:100%;padding:0 5px 30px -10px;width:100%}.profile-header{align-items:center;display:flex;justify-content:space-between;padding:16px}.profile-avatar{border-radius:50%;height:70px;object-fit:cover;width:70px}.profile-info{flex-grow:1;margin-left:16px}.profile-info h2{font-size:20px;margin:0}.profile-info p{color:#555;font-size:14px;margin:4px 0}.follower-count{font-size:14px;font-weight:700;margin-top:8px}.follower-link{color:#007bff;cursor:pointer;text-decoration:underline}.pi-stats-row{display:flex;font-size:14px;font-weight:700;justify-content:space-between;margin-top:10px}.pi-stats-row div{flex:1 1;text-align:center}.net-stat{color:#333;font-size:14px;font-weight:700;margin-top:5px;text-align:center}.section-title{font-size:18px;font-weight:700;margin:20px 16px 8px}.follower-list{padding:16px}.follower-list h4{margin-bottom:8px}.follower-list p{margin:4px 0}.username-row{align-items:center;display:flex;gap:8px;margin-top:4px}.userprofile-screen-container{background:#f9f9f9;display:flex;flex-direction:column;height:100vh;overflow:hidden}.userprofile-scroll-area{background-color:#fff;flex:1 1;margin-top:60px;overflow-y:auto;overscroll-behavior:contain;padding:0 16px 80px}.profile-header-centered{align-items:center;border-bottom:1px solid #eee;display:flex;flex-direction:column;padding:24px 16px 16px;text-align:center}.avatar-large{border-radius:50%;height:90px;margin-bottom:12px;object-fit:cover;width:90px}.profile-name{font-size:18px;font-weight:700;margin-bottom:4px}.role-badge{background-color:#f1f1f1;border-radius:6px;color:#666;font-size:12px;font-weight:500;margin-bottom:10px;padding:3px 8px}.location-text,.user-bio{color:#555;font-size:14px;margin-bottom:4px;max-width:90%}.follow-stats-centered{color:#444;font-size:14px;margin-top:8px;text-align:center}.visit-store-btn{align-items:center;background-color:#f8f8f8;border:1px solid #ccc;border-radius:20px;color:#000;cursor:pointer;display:flex;font-size:12px;gap:6px;margin-left:auto;padding:4px 12px}.visit-store-icon{height:16px;object-fit:contain;width:16px}.userprofile-spinner{animation:spin 1s linear infinite;border:3px solid #000;border-radius:50%;border-top-color:#0000;height:26px;margin:20px auto;width:26px}.highlight-flash{border:2px solid gold;border-radius:12px;box-shadow:0 0 8px gold}.userprofile-scroll-area .post{margin-left:0!important;margin-right:0!important;max-width:none!important;width:100%!important}.userprofile-scroll-area .post-card{box-sizing:border-box;width:100%}.userprofile-scroll-area{padding:0 12px 80px}.user-posts{padding:0 12px 30px}@media (min-width:768px){.userprofile-scroll-area .post{margin-left:auto!important;margin-right:auto!important;max-width:600px!important}}.user-posts{padding-top:6px}.userprofile-skeleton-container{background-color:#f5f5f5;font-family:Inter,sans-serif;min-height:100vh;padding:16px}.userprofile-skeleton-header{align-items:center;display:flex;flex-direction:column;margin-bottom:24px}.userprofile-skeleton-loadingbar{background:#e0e0e0;border-radius:8px;height:16px;margin-bottom:12px;width:80px}.userprofile-skeleton-avatar{background:#ddd;border-radius:50%;height:90px;margin-bottom:12px;width:90px}.userprofile-skeleton-followers,.userprofile-skeleton-location,.userprofile-skeleton-name,.userprofile-skeleton-role{animation:shimmer 1.3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:400% 100%;border-radius:8px;height:14px;margin-bottom:10px;width:60%}.userprofile-skeleton-posts{display:flex;flex-direction:column;gap:24px}.userprofile-skeleton-post{background:#f9f9f9;border-radius:12px;box-shadow:0 1px 3px #0000000d;padding:16px}.post-actions-skeleton,.post-header-skeleton,.post-media-skeleton,.post-text-skeleton{animation:shimmer 1.3s linear infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:400% 100%;border-radius:6px;margin-bottom:10px}.post-header-skeleton{height:14px;width:40%}.post-text-skeleton{border-radius:8px;height:50px;width:100%}.post-media-skeleton{border-radius:12px;height:180px;width:100%}.post-actions-skeleton{height:14px;width:30%}.roleinfo-overlay{background:#0006;inset:0;position:fixed;z-index:999}.roleinfo-popup{animation:slideUp .3s ease-out;background:#fff;border-radius:20px 20px 0 0;bottom:0;box-shadow:0 -4px 12px #0000001a;max-height:80vh;overflow-y:auto;padding:20px;position:absolute;width:100%}.roleinfo-header h3{color:#111;font-size:18px;font-weight:600;margin:0;text-align:center}.roleinfo-body{color:#333;font-size:14px;line-height:1.6;margin-top:16px}.roleinfo-body ul{margin:10px 0 0 18px;padding-left:0}.roleinfo-footer{display:flex;justify-content:center;margin-top:24px}.roleinfo-close-btn{background-color:#333;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px}.search-screen{background:#fff;display:flex;flex-direction:column;font-family:sans-serif;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:999}.search-top-bar{align-items:center;background-color:#fff;border-bottom:1px solid #ccc;display:flex;justify-content:space-between;padding:12px 14px}.search-top-bar input{border:1px solid #007aff;border-radius:8px;flex:1 1;font-size:14px;margin:0 10px;padding:10px 14px}.search-icon{cursor:pointer;height:20px;width:20px}.search-scroll-area{flex:1 1;margin-top:0;overflow-y:auto;padding:12px 14px}.search-entry{align-items:flex-start;border-bottom:1px solid #eee;cursor:pointer;display:flex;padding:10px 0}.search-avatar{border:1px solid #ccc;border-radius:50%;height:40px;margin-right:10px;object-fit:cover;width:40px}.search-info{display:flex;flex-direction:column;gap:2px}.search-info strong{color:#111;font-size:15px}.search-username{color:gray;font-size:13px}.search-snippet{color:#555;font-size:13px;margin-top:4px;white-space:pre-wrap;word-break:break-word}.search-location{color:#777;font-size:12px;margin-top:2px}.no-results{color:#888;font-size:14px;margin-top:40px;text-align:center}mark{animation:fadeIn .3s ease}@media (max-width:600px){.search-top-bar input{font-size:13px;padding:9px 12px}.search-info strong{font-size:14px}.search-location,.search-snippet,.search-username{font-size:12px}.search-avatar{height:36px;width:36px}}.search-title-line{align-items:center;display:flex;gap:5px}.search-type-icon{height:16px;margin-left:5px;width:16px}.saved-screen-container{background:#f9f9f9;display:flex;flex-direction:column;font-family:Segoe UI,sans-serif;height:100vh;overflow:hidden}.saved-topbar{align-items:center;background:#fff;border-bottom:1px solid #eee;display:flex;height:60px;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10}.saved-back-icon{height:24px;width:24px}.saved-title{font-size:18px;font-weight:700;text-align:center}.saved-scroll-area{background-color:#fff;display:flex;flex:1 1;flex-direction:column;gap:16px;margin-top:60px;overflow-y:auto;overscroll-behavior:contain;padding:16px 16px calc(130px + env(safe-area-inset-bottom, 0px))}.saved-spinner{animation:spin .8s linear infinite;border:4px solid #0003;border-radius:50%;border-top-color:#000;height:32px;margin:80px auto 40px;width:32px}.no-saved-msg{color:gray;font-size:15px;margin-top:80px;text-align:center}.post{flex-shrink:0!important;height:auto!important;overflow:visible!important}.saved-end-message{color:#888;font-size:14px;margin-bottom:80px;margin-top:16px;text-align:center}.notifications-container{background:#f9f9f9;height:100vh;overflow:hidden;padding-top:60px;position:relative}.notifications-top-nav{align-items:center;background:#fff;border-bottom:1px solid #eee;display:flex;height:60px;justify-content:space-between;left:0;padding:0 16px;position:fixed;top:0;width:100%;z-index:10}.top-nav-left,.top-nav-right{align-items:center;display:flex;justify-content:center;width:50px}.back-icon-notifications{cursor:pointer;height:24px;left:16px;position:absolute;top:20px;width:24px}.notifications-header-center{color:#333;font-size:20px;font-weight:700;left:50%;position:absolute;transform:translateX(-50%)}.dropdown-menu{background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 2px 10px #0000001a;max-width:90vw;min-width:180px;padding:4px 0;position:absolute;right:0;top:35px;word-break:break-word;z-index:10}.dropdown-option{align-items:center;cursor:pointer;display:flex;font-size:14px;line-height:1.3;padding:10px 14px;transition:background .2s;white-space:normal}.dropdown-option:hover{background:#f0f0f0}.dropdown-icon{height:20px;margin-right:8px;vertical-align:middle;width:20px}.notifications-scroll-area{box-sizing:border-box;max-height:calc(100vh - 60px);padding:20px 16px 80px}.notifications-list{display:flex;flex-direction:column;gap:15px}.notification-item{align-items:center;padding:10px}.notification-item:hover{background-color:#f0f0f0}.notification-item.read{opacity:.6}.notification-item.unread{border:1px solid #ccc}.notification-avatar{border-radius:50%;height:40px;object-fit:cover;width:40px}.notification-text{display:flex;flex:1 1;flex-direction:column;font-size:14px;line-height:1.4;min-width:0;overflow-wrap:break-word;white-space:normal;word-break:break-word}.notification-item{align-items:flex-start;background-color:#fafafa;border-radius:10px;cursor:pointer;display:flex;gap:10px;padding:12px 14px;position:relative;transition:background-color .2s ease}.notification-text strong{font-size:14px}.notification-time{color:gray;font-size:12px;margin-top:4px}.notification-delete-icon{cursor:pointer;flex-shrink:0;height:20px;width:20px}.no-notifications{color:gray;font-size:16px;margin-top:50px;text-align:center}.spinner{border-top-color:#3498db;margin:40px auto}.notification-badge{align-items:center;background-color:#007aff;border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:16px;justify-content:center;position:absolute;right:-5px;top:-5px;width:16px}.notifications-scroll-area{background-color:#fff;flex:1 1;overflow-y:auto;overscroll-behavior:contain;padding:20px 16px 100px}.notification-item.unread:hover{background-color:#f5f5f5;cursor:pointer}.notifications-menu-btn{align-items:center;appearance:none;-webkit-appearance:none;background:#0000;border:none;cursor:pointer;display:inline-flex;justify-content:center;line-height:1;margin:0;padding:0}.notifications-menu-btn:focus{outline:none}.notifications-dots-icon{display:block;height:24px;margin-top:10px;object-fit:contain;pointer-events:none;width:24px}.notification-skeleton-card{align-items:center;background:#fff;border-bottom:1px solid #eee;display:flex;gap:12px;padding:14px 16px}.notification-skeleton-avatar{background:#ddd;border-radius:50%;flex-shrink:0;height:44px;width:44px}.notification-skeleton-content{display:flex;flex:1 1;flex-direction:column;gap:8px}.notification-skeleton-line{background:#e0e0e0;border-radius:6px;height:12px}.notification-skeleton-line.short{width:50%}.notification-skeleton-line.long{width:80%}.notification-skeleton-delete{background:#ddd;border-radius:50%;height:18px;width:18px}.notif-delete-overlay{background:#0006;bottom:0;height:100%;left:0;position:fixed;right:0;z-index:999}.notif-delete-popup{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;bottom:0;box-shadow:0 -2px 10px #0000001a;padding:24px;position:absolute;width:100%}.notif-delete-popup h3{color:#222;font-size:18px;font-weight:600;margin:0}.notif-delete-popup p{color:#555;font-size:14px;margin-top:10px}.notif-delete-actions{display:flex;gap:10px;justify-content:space-between;margin-top:24px}.notif-cancel-btn,.notif-confirm-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:14px;padding:12px 0}.notif-cancel-btn{background:#f2f2f2;color:#333}.notif-confirm-btn{background:#d63031;color:#fff}.nm-backdrop{background:#0000;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .18s ease;z-index:999}.nm-backdrop--show{background:#0006;opacity:1;pointer-events:auto}.nm-sheet{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;bottom:0;box-shadow:0 -8px 24px #00000026;display:flex;flex-direction:column;left:0;max-height:80vh;position:fixed;right:0;transform:translateY(100%);transition:transform .22s ease;z-index:1000}.nm-sheet--open{transform:translateY(0)}.nm-grabber{background:#e3e3e3;border-radius:999px;height:5px;margin:8px auto 4px;width:44px}.nm-header{align-items:center;display:flex;justify-content:center;padding:8px 12px 4px;position:relative}.nm-title{font-size:16px;font-weight:600;margin:0}.nm-close{background:#0000;border:none;color:#666;cursor:pointer;font-size:18px;line-height:1;padding:6px;position:absolute;right:10px;top:6px}.nm-list{display:flex;flex-direction:column;overflow-y:auto;padding:6px 8px 10px}.nm-item{align-items:center;background:#f8f8f8;border:none;border-radius:12px;cursor:pointer;display:flex;font-weight:500;gap:12px;margin:6px 0;padding:14px 12px;text-align:left;transition:background .12s ease,transform 80ms ease;width:100%}.nm-item:hover{background:#f1f1f1}.nm-item:active{transform:scale(.995)}.nm-item--danger{background:#fff5f5}.nm-item--danger:hover{background:#ffecec}.nm-label{color:#222;font-size:15px}.nm-safearea{height:env(safe-area-inset-bottom)}@media (min-width:480px){.nm-sheet{left:50%;margin:0 auto;max-width:480px;transform:translate(-50%,100%)}.nm-sheet.nm-sheet--open{transform:translate(-50%)}}.receipt-log-container{background:#f8f9fa;display:flex;flex-direction:column;font-family:system-ui,sans-serif;height:100vh;overflow:hidden;position:relative}.receipt-header{background:#fff;border-bottom:1px solid #ddd;height:60px;padding:0 16px;position:fixed;top:0;z-index:20}.receipt-header,.receipt-header-title-row{align-items:center;display:flex;width:100%}.receipt-header-title-row{gap:12px}.receipt-back-icon{cursor:pointer;height:24px;margin-right:12px;margin-top:10px;width:24px}.receipt-log-title{color:#333;font-size:18px;font-weight:600}#receipt-scroll{flex:1 1;height:calc(100vh - 60px);margin-top:60px;overflow-y:auto;padding:16px}#receipt-scroll,.receipt-list{display:flex;flex-direction:column}.receipt-list{gap:14px}.receipt-card{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:row;gap:10px;padding:10px 6px;position:relative;transition:box-shadow .2s ease}.receipt-card:hover{box-shadow:0 2px 8px #00000014}.receipt-card-left{grid-gap:4px;display:grid;flex:1 1;gap:4px;min-width:0}.receipt-card-right{flex:0 0 auto}.receipt-thumb{border-radius:8px;display:block;flex-shrink:0;height:80px;object-fit:cover;width:80px}.receipt-thumb.placeholder{background:#f6f6f7;border:1px dashed #d8d8d8;border-radius:8px;color:#8a8a8a;display:grid;font-size:10px;height:80px;letter-spacing:.04em;place-items:center;text-transform:uppercase;width:80px}.receipt-thumb.placeholder.deleted{background:#fff2f2;border-color:#ffd1d1;color:#c55}.receipt-id{color:#5c3dff;font-size:13px;font-weight:600;margin-bottom:6px;word-break:break-word}.receipt-user{color:#333;font-size:14px}.username-ellipsis{display:inline-block;max-width:220px;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.receipt-product{color:#333;font-size:14px;font-style:normal}.deleted-product{color:#ff6b6b;opacity:.9}.receipt-used{color:#555}.receipt-time,.receipt-used{font-size:12px;margin-top:2px}.receipt-time{color:#777}.receipt-empty,.receipt-loading{color:#666;font-size:15px;margin-top:80px;text-align:center}.end-of-feed-msg{color:#666;font-size:13px;margin:16px 0 28px;text-align:center}body.no-scroll{overflow:hidden}@media (max-width:420px){.receipt-thumb,.receipt-thumb.placeholder{height:72px;width:72px}.username-ellipsis{max-width:160px}}.receipt-fab{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:999px;bottom:18px;box-shadow:0 6px 18px #0000001f;color:#333;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;left:16px;padding:10px 18px;position:fixed;transition:box-shadow .2s ease,transform .06s ease;white-space:nowrap;z-index:50}.receipt-fab:active{box-shadow:0 3px 10px #0000001f;transform:translateY(1px)}.leaderboard-container{background:#f9f9f9;display:flex;flex-direction:column;font-family:system-ui,sans-serif;height:100vh;overflow:hidden}.leaderboard-header{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;flex-shrink:0;height:60px;justify-content:center;position:relative;z-index:10}.leaderboard-header h2{color:#333;font-size:18px;font-weight:600}.leaderboard-back-icon{cursor:pointer;height:24px;left:16px;margin-right:12px;margin-top:10px;position:absolute;width:24px}.leaderboard-scroll{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:16px}.lb-msg{color:#777;font-size:14px;margin-top:32px;text-align:center}.leaderboard-list{display:flex;flex-direction:column;gap:12px}.leaderboard-row{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 1px 3px #0000000d;cursor:pointer;display:flex;flex-direction:row;gap:10px;padding:10px 8px;position:relative;transition:box-shadow .2s ease}.leaderboard-row:hover{box-shadow:0 2px 8px #00000014}.lb-rank-bar{border-bottom-left-radius:10px;border-top-left-radius:10px;height:100%;margin-right:10px;width:5px}.rank-1 .lb-rank-bar{background-color:#d4af37}.rank-2 .lb-rank-bar{background-color:silver}.rank-3 .lb-rank-bar{background-color:#cd7f32}.lb-rank{color:#333;flex:0 0 auto;font-size:16px;font-weight:800;text-align:center;width:28px}.lb-thumb{border-radius:8px;flex-shrink:0;height:80px;object-fit:cover;width:80px}.lb-thumb.placeholder{background:#f6f6f7;border:1px dashed #d8d8d8;color:#8a8a8a;display:grid;font-size:10px;place-items:center}.lb-info{grid-gap:2px;display:grid;flex:1 1;gap:2px;min-width:0}.lb-name-row{align-items:center;display:flex;gap:8px;min-width:0}.lb-name{color:#333;flex:1 1 auto;font-size:14px;font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-medal{flex:0 0 auto;font-size:18px;line-height:1}.lb-sales{color:#444;font-size:13px}.feedback-container{background:#fff;display:flex;flex-direction:column;font-family:sans-serif;height:100vh;position:relative}.feedback-header{align-items:center;background-color:#fff;box-shadow:0 2px 6px #0000001a;display:flex;gap:12px;height:60px;left:0;padding:0 16px;position:fixed;right:0;top:0;z-index:100}.feedback-header img{cursor:pointer;width:24px}.feedback-header h2{font-size:18px;font-weight:600;margin:0}.feedback-body{flex:1 1;overflow-y:auto;padding:80px 16px 100px}.feedback-body label{display:block;font-size:14px;font-weight:600;margin-bottom:6px}.feedback-body textarea{border:1px solid #ddd;border-radius:8px;font-size:14px;margin-bottom:20px;min-height:120px;padding:10px;resize:vertical;width:100%}.feedback-media-preview{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:100px;margin-top:10px}.preview-thumb{border:1px solid #ccc}.feedback-remove-icon,.preview-thumb{align-items:center;display:flex;justify-content:center}.feedback-remove-icon{background:#0009;border-radius:50%;cursor:pointer;height:20px;position:absolute;right:4px;top:4px;width:20px;z-index:2}.feedback-remove-icon img{filter:invert(1);height:12px;width:12px}.feedback-toast{border-radius:8px;box-shadow:0 4px 12px #0003;font-size:14px;font-weight:600;left:5%;padding:14px;position:fixed;text-align:center;top:-80px;transition:top .4s ease;width:90%;z-index:999}.feedback-toast.success{background-color:#2ecc71;color:#fff;top:20px}.feedback-toast.error{background-color:#e74c3c;color:#fff;top:20px}.add-media-box{border:2px dashed #aaa}.add-media-box img{width:24px}.submit-feedback-btn{background-color:#2ecc71;border:none;border-radius:12px;bottom:20px;box-shadow:0 3px 10px #0003;color:#fff;cursor:pointer;font-size:16px;font-weight:700;left:16px;padding:14px;position:fixed;right:16px;z-index:100}.feedback-select{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;font-size:14px;margin-bottom:20px;padding:10px;width:100%}.edit-profile-screen{background:#fff;display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative}.edit-profile-header{align-items:center;background-color:#f9f9f9;border-bottom:1px solid #ddd;display:flex;gap:10px;left:0;padding:12px 16px;position:fixed;right:0;top:0;z-index:10}.edit-profile-header img{cursor:pointer;height:24px;width:24px}.edit-profile-header h2{font-size:18px;font-weight:600;margin:0}.edit-profile-scroll{flex:1 1;overflow-y:auto;padding:80px 16px 100px}.edit-profile-scroll label{display:block;font-weight:500;margin-top:20px}.edit-profile-scroll input[type=text],.edit-profile-scroll textarea{background:#fafafa;border:1px solid #ccc;border-radius:8px;font-size:14px;margin-top:6px;padding:10px;resize:none;width:100%}.edit-profile-footer{background-color:#fff;border-top:1px solid #ddd;bottom:0;display:flex;justify-content:space-between;left:0;padding:12px 16px;position:fixed;right:0;z-index:10}.edit-profile-footer button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:16px;font-weight:500;margin:0 5px;padding:12px}.edit-profile-footer button:first-child{background-color:#eee;color:#333}.edit-profile-footer button:last-child{background-color:#28a745;color:#fff}.profile-pic-preview-row{align-items:center;display:flex;gap:16px;margin-top:12px;transition:all .3s ease}.profile-pic-main{position:relative;width:80px}.profile-pic-main,.profile-pic-reset{height:80px;transition:transform .4s ease}.profile-pic-reset{align-items:center;display:flex;flex-direction:column;gap:2px;justify-content:flex-start;margin-left:20px;padding-top:15px}.edit-profile-pic{border-radius:50%;height:80px;object-fit:cover;width:80px}.reset-profile-pic{border-radius:50%;height:50px;object-fit:cover;opacity:.6;transition:opacity .2s ease,transform .3s ease;width:50px}.reset-profile-pic:hover{opacity:1;transform:scale(1.05)}.profile-pic-reset p{color:#666;font-size:11px;margin:0;padding:0;text-align:center}.profile-pic-active{order:0}.profile-pic-inactive{order:1}.spinner-overlay{align-items:center;background:#fff9;display:flex;height:80px;justify-content:center;left:0;position:absolute;top:0;width:80px}.spinner{animation:spin 1s linear infinite;border:3px solid #ccc;border-top-color:#000;height:24px;width:24px}.register-merchant-section{background:#f7f7f7;border:1px solid #eee;border-radius:10px;margin-top:30px;padding:12px}.register-merchant-section p{font-size:14px;margin-bottom:8px}.register-merchant-section button{background-color:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:8px 12px}.create-post-screen{background:#fff;display:flex;flex-direction:column;height:100vh;overflow:hidden}.create-post-header{align-items:center;background-color:#fff;border-bottom:1px solid #eee;display:flex;font-size:16px;font-weight:700;height:60px;justify-content:center;position:fixed;top:0;width:100%;z-index:10}.create-post-body{flex:1 1;margin-bottom:70px;margin-top:60px;overflow-y:auto;padding:16px}.create-post-body input[type=text],.create-post-body textarea{border:1px solid #ccc;border-radius:10px;box-sizing:border-box;font-size:14px;margin-bottom:12px;padding:10px;width:100%}.create-post-body input[type=text]:focus,.create-post-body textarea:focus{border-color:#007aff;box-shadow:0 0 0 2px #007aff1a;outline:none}.create-post-body .file-label{background-color:#f9f9f9;border:1.5px dashed #ccc;border-radius:10px;color:#444;cursor:pointer;display:block;font-size:14px;font-weight:500;margin-bottom:12px;padding:12px 16px;text-align:center;transition:background .3s ease;width:100%}.create-post-body .file-label:hover{background-color:#f0f0f0;transform:scale(.98)}.upload-icon{height:18px;margin-right:8px;object-fit:contain;vertical-align:middle;width:18px}.preview-scroll{display:flex;gap:10px;margin-top:10px;overflow-x:auto}.preview-img{border-radius:8px;height:100px;width:100px}.preview-img,.preview-wrapper{position:relative}.delete-overlay-icon{background:#fffc;border-radius:50%;cursor:pointer;height:20px;position:absolute;right:4px;top:4px;width:20px}.create-post-footer{align-items:center;background-color:#fff;border-top:1px solid #eee;bottom:0;display:flex;height:60px;justify-content:space-between;padding:0 16px;position:fixed;width:100%;z-index:10}.create-post-cancel-btn,.create-post-submit-btn{border:none;border-radius:10px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px}.create-post-cancel-btn{background-color:#f2f2f2;color:#333}.create-post-submit-btn{background-color:#007aff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background .3s ease}.create-post-submit-btn:hover{background-color:#006ae0}.preview-area{display:flex;flex-wrap:nowrap;gap:10px;overflow-x:auto;padding-top:10px}.preview-box{background-color:#f9f9f9;border:1px solid #ccc;border-radius:10px;flex:0 0 auto;height:100px;overflow:hidden;position:relative;width:100px}.preview-img{display:block;height:100%;object-fit:cover;width:100%}.preview-box button{background:#ffffffd9;border:none;font-size:14px;height:22px;right:4px;top:4px;width:22px}.preview-box button,.preview-remove-icon{border-radius:50%;cursor:pointer;position:absolute}.preview-remove-icon{background-color:#ffffffd9;box-shadow:0 1px 4px #00000026;height:20px;object-fit:contain;padding:2px;right:6px;top:6px;width:20px;z-index:5}.preview-remove-icon:hover{background-color:#ffffffe6}.add-preview-box{align-items:center;background-color:#fafafa;border:2px dashed #ccc;cursor:pointer;display:flex;justify-content:center}.add-preview-icon{height:28px;opacity:.6;width:28px}.add-preview-box:hover .add-preview-icon{opacity:1}.video-preview{aspect-ratio:auto;background:#000;border-radius:8px;display:block;height:auto;margin:8px auto;max-height:90vh;max-width:100%;object-fit:contain;width:auto}@media (max-width:500px){.video-preview{max-height:none}}.video-preview-box{margin-top:10px;max-width:100%;position:relative;width:100%}.video-remove-icon{background-color:#ffffffe6;border-radius:50%;box-shadow:0 2px 6px #0003;cursor:pointer;height:28px;object-fit:contain;padding:4px;position:absolute;right:8px;top:15px;transition:background .2s ease;width:28px;z-index:10}.video-remove-icon:hover{background-color:#fff}.post-error-banner{animation:slideDownFade .4s ease;background-color:#ff3b30;border-radius:20px;box-shadow:0 2px 8px #0000001a;color:#fff;font-size:14px;font-weight:500;margin-bottom:12px;padding:10px 20px;text-align:center}.txn-feedback{font-size:13px;margin-left:4px;margin-top:4px}.txn-feedback.valid{color:green}.txn-feedback.invalid{color:red}.txn-feedback.used{color:#e68a00}.create-post-overlay{align-items:center;background:#ffffffe6;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.post-spinner-large{height:64px;margin-bottom:10px;width:64px}.posting-text{color:#444;font-size:16px;font-weight:700}.create-post-submit-btn[disabled]{opacity:.6;pointer-events:none}.create-post-suspended-banner{background:#fee;border-radius:10px;color:#b00020;font-weight:700;margin:50px auto;max-width:90%;padding:20px;text-align:center}.appeal-button{background-color:#ff6b6b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;margin-top:12px;padding:10px 16px}.appeal-button:hover{background-color:#e44d4d}.mention-input-wrapper{position:relative}.mention-drawer{animation:fadeIn .2s ease;border:1px solid #ccc;border-radius:10px 10px 0 0;box-shadow:0 -2px 10px #00000014;max-height:200px;position:absolute;z-index:20}.mention-drawer .mention-item{align-items:center;border-bottom:1px solid #eee;cursor:pointer;display:flex;gap:10px;padding:10px 14px}.mention-drawer .mention-item:last-child{border-bottom:none}.mention-drawer .mention-item:hover{background:#f6f6f6}.mention-drawer .mention-avatar{border-radius:50%;height:28px;object-fit:cover;width:28px}.mention-drawer .mention-info{display:flex;flex-direction:column}.mention-drawer .mention-name{font-size:14px;font-weight:500}.mention-drawer .mention-username{color:#888;font-size:12px}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.whats-happening{line-height:1.35;overflow-y:hidden;resize:none;transition:height .12s ease}.mention-drawer{background:#fff;border-radius:12px 12px 0 0;border-top:1px solid #ddd;bottom:0;box-shadow:0 -2px 10px #00000026;left:0;max-height:240px;overflow-y:auto;position:fixed;right:0;z-index:9999}.mention-suggestion{align-items:center;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;padding:10px;transition:background-color .2s ease}.mention-suggestion:hover{background-color:#f9f9f9}.mention-avatar{border-radius:50%;height:40px;margin-right:10px;object-fit:cover;width:40px}.mention-info{display:flex;flex-direction:column}.mention-title-line{align-items:center;display:flex;gap:6px}.mention-type{color:#777;font-size:13px}.mention-icon{height:16px;width:16px}.mention-drawer{animation:slideUp .2s ease}.mywallet-container{background-color:#fefefe;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100vh;overflow-x:hidden}.mywallet-topbar{align-items:center;background-color:#fff;border-bottom:1px solid #eee;display:flex;padding:16px;position:-webkit-sticky;position:sticky;top:0;z-index:999}.mywallet-back-icon{cursor:pointer;height:24px;margin-right:12px;width:24px}.mywallet-topbar h2{font-size:18px;margin:0}.logout-btn-top{background:none;border:none;color:#ff3b30;cursor:pointer;font-size:14px;font-weight:600;margin-left:auto;padding-right:12px}.mywallet-body{overflow-y:auto;padding:16px 16px 100px}.wallet-address-section{margin-bottom:32px}.wallet-label{color:#333;font-size:14px;font-weight:600;margin-bottom:6px}.wallet-address-bar{align-items:center;background:#f5f5f5;border-radius:8px;display:flex;justify-content:space-between;max-width:100%;overflow-x:auto;padding:10px 12px;white-space:nowrap}.wallet-address-bar span{display:inline-block;font-family:monospace;max-width:70%;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.wallet-address-bar button{background:#e0e0e0;border:none;border-radius:6px;cursor:pointer;flex-shrink:0;font-weight:500;margin-left:10px;padding:6px 10px}.wallet-address-text{font-family:monospace;font-size:14px;overflow-wrap:break-word}.wallet-balance-section{text-align:center}.wallet-balance{color:#28a745;font-size:36px;font-weight:700}.wallet-testnet-label{color:#999;font-size:14px;margin-bottom:4px;margin-top:6px;text-align:center}.wallet-activation-warning{background-color:#fff8e1;border:1px solid #ffecb3;border-radius:8px;color:#8a6d3b;font-size:14px;margin-bottom:48px;margin-top:24px;padding:12px 16px}.wallet-success-banner{animation:slideDownFade .3s ease-in-out;background-color:#e6ffed;border-radius:10px;box-shadow:0 4px 10px #0000000a;color:#027a48;font-weight:500;margin:10px 15px;padding:12px 16px;text-align:center}.wallet-success-banner.error{background-color:#fdecea;border-left:4px solid #f04438;color:#b42318}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.wallet-history-label{font-size:18px;font-weight:700;margin-left:10px;margin-top:20px}.wallet-history-placeholder{color:#888;margin:0 16px;padding:20px 0 100px;text-align:left}.wallet-history-list{display:flex;flex-direction:column;gap:10px;padding-bottom:100px}.wallet-history-row-stacked{background:#f9fafb;border-bottom:none;border-left:4px solid #111;border-radius:10px;box-shadow:0 1px 0 #0000000a;display:flex;flex-direction:column;gap:4px;margin:0;padding:12px 14px;position:relative}.wallet-history-row-stacked:hover{background:#f7f8f9}@media (hover:none){.wallet-history-row-stacked:active{filter:brightness(.98)}}.tx-type{color:#222;font-size:14px;font-weight:600;margin-bottom:2px;text-transform:capitalize}.tx-amount{font-size:16px;font-weight:700;margin-bottom:2px}.tx-amount.green{color:#28a745}.tx-amount.red{color:#d93025}.tx-description{color:#555;font-size:13px;word-break:break-word}.wallet-history-row{align-items:center;border-bottom:1px solid #eee;color:#333;display:grid;font-size:14px;grid-template-columns:100px 90px 1fr;padding:10px}.wallet-history-type-date{color:#444;display:flex;flex-direction:column;font-size:13px}.wallet-history-date{color:#999;font-size:12px;margin-top:2px}.wallet-history-amount.green{color:green;font-weight:700}.wallet-history-amount.red{color:red;font-weight:700}.wallet-history-desc{color:#444;font-size:13px;padding-left:10px;word-break:break-word}.wallet-footer-buttons{background:#fff;border-top:1px solid #eee;bottom:0;display:flex;gap:10px;justify-content:space-between;left:0;padding:12px 16px;position:fixed;width:100%;z-index:10}.wallet-topup-btn{background-color:#38c172;color:#fff}.wallet-topup-btn,.wallet-withdraw-btn{border:none;border-radius:8px;flex:1 1;font-size:16px;font-weight:700;padding:12px}.wallet-withdraw-btn{background-color:#ccc;color:#333}.wallet-history-filter-bar{background:#f4f4f4;border-radius:6px;display:flex;justify-content:space-around;margin:10px 0 14px;padding:6px 0}.wallet-history-filter-bar button{background:none;border:none;border-radius:6px;color:#444;cursor:pointer;font-size:14px;padding:6px 12px;transition:.2s}.wallet-history-filter-bar button.active{background:#222;color:#fff;font-weight:700}.wallet-warning-banner{background:#fff3cd;border:1px solid #ffeeba;border-radius:10px;color:#856404;font-size:14px;line-height:1.5;margin:12px 12px 0;padding:12px 14px}.wallet-warning-banner strong{font-weight:600}.wallet-topup-btn.disabled,.wallet-topup-btn:disabled{cursor:not-allowed;opacity:.6}.topup-drawer-backdrop{align-items:flex-end;background:#00000073;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.topup-drawer-content{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -2px 10px #00000026;max-width:500px;padding:20px;width:100%}.topup-header{align-items:center;display:flex;font-size:18px;font-weight:700;justify-content:space-between;margin-bottom:16px}.topup-close{background:none;border:none;cursor:pointer;font-size:20px}.topup-input{border:1px solid #ccc;border-radius:8px;font-size:16px;margin-bottom:16px;padding:10px;width:100%}.topup-send-btn{background-color:#2ecc71;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:12px;width:100%}.topup-send-btn:disabled{cursor:not-allowed;opacity:.6}.topup-inline-error{color:#d9534f;font-size:12px;margin-bottom:10px;margin-top:-6px}.withdraw-drawer-backdrop{align-items:flex-end;background:#00000073;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.withdraw-drawer-content{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -2px 10px #00000026;max-width:500px;padding:20px;width:100%}.withdraw-header{align-items:center;display:flex;font-size:18px;font-weight:700;justify-content:space-between;margin-bottom:16px}.withdraw-close{background:none;border:none;cursor:pointer;font-size:20px}.withdraw-input{border:1px solid #ccc;border-radius:8px;font-size:16px;margin-bottom:16px;padding:10px;width:100%}.withdraw-send-btn{background-color:#7f8c8d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:12px;width:100%}.withdraw-input:focus{border-color:#38c172;outline:none}.withdraw-send-btn:disabled{cursor:not-allowed;opacity:.6}.topup-error-drawer{animation:slideUp .3s ease-out;background:#fff;bottom:0;box-shadow:0 -2px 10px #00000026;left:0;padding:16px;position:fixed;width:100%;z-index:1000}.topup-error-content{text-align:left}.error-title{color:#000;font-size:18px;font-weight:700;margin-bottom:8px}.error-message{color:#333;font-size:14px;line-height:1.5;margin-bottom:16px}.close-btn{background:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:16px;font-weight:500;margin:0 auto;padding:12px;text-align:center;transition:opacity .2s ease-in-out;width:90%}.close-btn:hover{opacity:.9}.logout-text{color:#d32f2f;font-weight:700}.aboutbarterfi-container{background-color:#fff;display:flex;flex-direction:column;height:100vh}.aboutbarterfi-topbar{align-items:center;background-color:#fff;border-bottom:1px solid #ddd;display:flex;height:56px;left:0;padding:0 16px;position:fixed;right:0;top:0;z-index:10}.aboutbarterfi-back-icon{cursor:pointer;height:24px;margin-right:12px;margin-top:5px;width:24px}.aboutbarterfi-title{font-size:18px;font-weight:700}.aboutbarterfi-scroll-area{flex:1 1;margin-top:56px;overflow-y:auto;padding:16px}.aboutbarterfi-content{margin:0 auto;max-width:700px}.aboutbarterfi-content h3,.aboutbarterfi-content h4{font-weight:700;margin-top:20px}.aboutbarterfi-content li,.aboutbarterfi-content p{font-size:15px;line-height:1.6}.aboutbarterfi-content ul{margin-top:10px;padding-left:20px}.terms-container{background:#fefefe;color:#222;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100vh}.terms-topbar{align-items:center;background-color:#fff;border-bottom:1px solid #ddd;display:flex;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.terms-back-icon{cursor:pointer;height:24px;margin-right:12px;margin-top:10px;width:24px}.terms-title{color:#111;font-size:18px;font-weight:600}.terms-scroll-area{flex:1 1;overflow-y:auto;padding:20px 16px 80px}.terms-content{font-size:14px;line-height:1.6;margin:0 auto;max-width:800px}.terms-content h3{color:#333;font-size:16px;font-weight:600;margin-bottom:8px;margin-top:24px}.terms-content p,.terms-content ul{margin-bottom:16px}.terms-content ul{padding-left:20px}.terms-content li{margin-bottom:6px}.create-story-screen{background:#fff;display:flex;flex-direction:column;height:100vh}.story-header{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:14px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.createstory-back-icon{cursor:pointer;filter:brightness(.4);height:24px;margin-right:12px;margin-top:10px;width:24px}.publish-btn{background:#562eff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;margin-top:10px;opacity:.9;padding:6px 12px}.publish-btn:disabled{cursor:not-allowed;opacity:.4}.story-content{-webkit-overflow-scrolling:touch;background:#fff;flex:1 1;min-height:0;overflow-y:auto;padding-bottom:16px}.story-caption-bar{background:#fff;padding:10px 16px 0}.story-caption-input{border:1px solid #eee;border-radius:12px;font-size:14px;line-height:1.35;max-height:140px;min-height:64px;outline:none;padding:10px 12px;resize:vertical;width:100%}.story-caption-meta{color:#888;display:flex;font-size:12px;justify-content:flex-end;margin:6px 2px 0 0}.story-body{flex-direction:column;gap:14px;justify-content:flex-start;padding:16px}.image-upload-area,.story-body{align-items:center;display:flex}.image-upload-area{aspect-ratio:9/16;background:#f2f2f2;border:1px dashed #ddd;border-radius:16px;color:#555;cursor:pointer;justify-content:center;max-width:480px;opacity:.98;overflow:hidden;position:relative;transition:opacity .2s ease,border-color .2s ease;width:100%}@supports not (aspect-ratio:1/1){.image-upload-area:before{content:"";display:block;padding-top:177.78%}}.image-upload-area:hover{border-color:#ccc;opacity:1}.create-story-upload-icon{height:80px;margin-bottom:8px;opacity:.85;transition:transform .2s ease,opacity .2s ease;width:80px}.create-story-upload-icon:hover{opacity:1;transform:scale(1.05)}.image-upload-area span{bottom:14px;color:#666;font-size:14px;position:absolute}.image-upload-area.image-selected{align-items:center;background-color:#000;border:0;display:flex;justify-content:center;margin-bottom:20px;position:relative}@media (max-width:480px){.image-upload-area.image-selected{margin-bottom:48px}.story-content{padding-bottom:max(72px,env(safe-area-inset-bottom))}}.change-image-icon{background:#ffffffeb;border-radius:50%;box-shadow:0 2px 10px #0000002e;cursor:pointer;height:32px;padding:6px;position:absolute;right:10px;top:10px;transition:transform .2s ease,background .2s ease;width:32px;z-index:5}.change-image-icon:hover{background:#fff;transform:rotate(90deg) scale(1.05)}.image-file-input{display:none}.story-text{word-wrap:break-word;-webkit-line-clamp:3;-webkit-box-orient:vertical;border-radius:0!important;bottom:0;color:#fff;display:-webkit-box;font-size:clamp(14px,2.6vw,18px);font-weight:600;line-height:1.35;overflow:hidden;padding:12px 14px;text-shadow:0 1px 2px #00000040;white-space:pre-wrap}.story-text,.story-text:after{background:#0009;left:0;position:absolute;right:0}.story-text:after{bottom:-1px;content:"";height:1px}.story-media{border-radius:8px;box-shadow:0 8px 28px #00000059;height:auto;max-height:100%;max-width:100%;object-fit:contain;position:relative;width:auto;z-index:1}.toast{align-items:center;animation:toast-in .22s ease forwards;backdrop-filter:blur(6px) saturate(120%);-webkit-backdrop-filter:blur(6px) saturate(120%);border-radius:999px;box-shadow:0 10px 28px #00000040;color:#fff;display:flex;font-size:14px;font-weight:600;gap:10px;max-width:min(92vw,420px);padding:10px 12px;pointer-events:auto;transform:translateX(-50%) translateY(-12px);z-index:100000}.toast--top{top:calc(env(safe-area-inset-top) + 14px)}.toast--bottom{bottom:calc(env(safe-area-inset-bottom) + 14px)}@keyframes toast-in{to{opacity:1;transform:translateX(-50%) translateY(0)}}.toast__dot{background:currentColor;border-radius:50%;box-shadow:inset 0 0 0 3px #ffffff40;height:10px;opacity:.95;width:10px}.toast__msg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toast__close{background:#0000;border:0;color:inherit;cursor:pointer;font-size:16px;line-height:1;opacity:.9;padding:0 4px}.toast__close:hover{opacity:1}.toast--success{background:#10b981f2}.toast--error{background:#ef4444f2}.toast--info{background:#3b82f6f2}.story-toast{border-radius:8px;box-shadow:0 4px 12px #0003;font-size:14px;font-weight:600;left:5%;padding:14px;position:fixed;text-align:center;top:-80px;transition:top .4s ease;width:90%;z-index:9999}.story-toast.success{background-color:#2ecc71;color:#fff;top:20px}.story-toast.error{background-color:#e74c3c;color:#fff;top:20px}.story-viewer-screen{--topbar-h:clamp(56px,8vh,88px);--bottombar-h:0px;--progress-h:3px;--progress-gap:6px;--progress-top:max(6px,env(safe-area-inset-top));background-color:#000;display:flex;flex-direction:column;inset:0;overflow-x:hidden;overflow-y:auto;position:fixed;touch-action:pan-y;z-index:9999}.story-viewer-screen.has-bottom-bar{--bottombar-h:calc(56px + env(safe-area-inset-bottom))}.progress-wrap{grid-gap:var(--progress-gap);display:grid;gap:var(--progress-gap);grid-auto-columns:1fr;grid-auto-flow:column;height:var(--progress-h);left:12px;position:fixed;right:12px;top:var(--progress-top);z-index:10002}.segment{background:#ffffff59;border-radius:999px;height:100%;overflow:hidden;position:relative}.segment .fill{background:#fff;bottom:0;left:0;position:absolute;top:0;transition:width .1s linear;width:0}.story-left{gap:10px;min-width:0}.story-left,.story-top-bar{align-items:center;display:flex}.story-top-bar{background:linear-gradient(180deg,#0009,#0000);justify-content:space-between;left:0;min-height:var(--topbar-h);padding:12px 14px;padding-top:calc(12px + var(--progress-h) + var(--progress-gap));position:fixed;right:0;top:0;z-index:10001}.story-back-icon{cursor:pointer;filter:invert(100%);height:24px;margin:0;width:24px}.story-user-info{align-items:center;display:flex;gap:8px;min-width:0}.story-user-avatar{border:2px solid #fff;border-radius:50%;height:32px;object-fit:cover;width:32px}.story-user-name{color:#fff;font-size:14px;font-weight:600;max-width:50vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-actions{align-items:center;display:flex;position:relative}.story-menu-btn{align-items:center;appearance:none;-webkit-appearance:none;background:#0000;border:0;cursor:pointer;display:inline-flex;justify-content:center;line-height:1;margin:0;padding:0}.story-menu-btn:focus{outline:none}.story-dots-icon{cursor:pointer;filter:invert(100%);height:22px;margin-top:10px;width:22px}.story-menu{background:#fff;border:1px solid #eee;border-radius:10px;box-shadow:0 8px 24px #0003;min-width:160px;padding:6px 0;position:absolute;right:0;top:28px;z-index:20000}.story-menu-item{background:#0000;border:none;cursor:pointer;font-size:14px;padding:10px 16px;text-align:left;transition:background .2s ease;width:100%}.story-menu-item:hover{background:#f5f5f5}.story-menu-item.danger{color:#c62828;font-weight:600}.story-media-container{align-items:flex-start;display:flex;justify-content:center;margin:0;padding:0;width:100vw}.story-viewer-screen.has-bottom-bar .story-media-container{padding-bottom:var(--bottombar-h)}.story-frame{aspect-ratio:9/16;background:#111;border-radius:0 0 16px 16px;max-height:calc(100vh - var(--bottombar-h));overflow:hidden;position:relative;width:100vw}.story-media-img,.story-media-video{display:block;height:100%;inset:0;object-fit:contain;object-position:center center;position:absolute;width:100%;z-index:1}.story-backdrop{filter:blur(22px);height:100%;object-fit:cover;opacity:.35;transform:scale(1.08);width:100%;z-index:0}.story-backdrop,.story-overlay{inset:0;pointer-events:none;position:absolute}.story-overlay{z-index:3}.story-caption{word-wrap:break-word;-webkit-line-clamp:5;-webkit-box-orient:vertical;background:#0009;border-radius:0!important;bottom:0;box-sizing:border-box;color:#fff;display:-webkit-box;font-size:clamp(14px,2.6vw,18px);font-weight:600;left:0;line-height:1.35;margin:0;overflow:hidden;padding:12px 14px;position:absolute;right:0;text-shadow:0 1px 2px #00000040;white-space:pre-wrap}.story-text-only{align-items:center;background:#222;color:#fff;display:flex;font-size:16px;inset:0;justify-content:center;line-height:1.45;padding:14px;position:absolute;text-align:center}.story-bottom-bar{align-items:center;background:linear-gradient(0deg,#000c,#00000059,#0000);bottom:0;display:flex;gap:12px;justify-content:flex-start;left:0;padding:10px 14px calc(10px + env(safe-area-inset-bottom));position:fixed;right:0;z-index:10001}.views-label{color:#fff;font-size:12px;font-weight:500}.no-tap{pointer-events:auto}@media (max-width:600px){.story-frame{width:100%}}.story-user-meta{align-items:baseline;display:inline-flex;gap:6px;max-width:56vw;min-width:0;white-space:nowrap}.story-dot{color:#ffffffd9;font-weight:700;line-height:1}.story-user-time{color:#ffffffd9;font-size:12px;font-weight:600}.story-bottom-input{align-items:center;background:linear-gradient(0deg,#000000d9,#00000073,#0000);bottom:0;display:flex;gap:8px;left:0;padding:10px 12px calc(10px + env(safe-area-inset-bottom));position:fixed;right:0;z-index:10002}.story-viewer-screen.has-bottom-bar .story-bottom-input{bottom:var(--bottombar-h)}.story-comment-form{display:flex;flex:0 1 80%;margin-left:5px;min-width:0}.story-input-wrap{flex:1 1 auto;min-width:0;position:relative}.story-comment-input{background:#00000059;border:1px solid #ffffff40;border-radius:18px;color:#fff;font-size:14px;outline:none;padding:9px 42px 9px 12px;width:100%}.story-comment-input::placeholder{color:#ffffffb3}.story-send-icon-btn{align-items:center;background:#0000;border:0;display:flex;height:28px;justify-content:center;opacity:0;padding:0;pointer-events:none;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:opacity .12s ease;width:28px}.story-input-wrap.has-text .story-send-icon-btn{opacity:1;pointer-events:auto}.story-send-icon-btn:disabled{opacity:.4;pointer-events:none}.story-send-icon{filter:invert(100%);height:20px;width:20px}.story-quick-actions{flex:0 0 auto;gap:8px;min-width:88px;padding-right:4px}.story-quick-actions,.story-tip-btn{align-items:center;display:inline-flex}.story-tip-btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000002e;border:none;border-radius:999px;cursor:pointer;justify-content:center;padding:8px}.story-tip-icon{display:block;filter:invert(100%);height:25px;object-fit:contain;width:25px}.qa-count{background:#00000059;border-radius:999px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;padding:4px 8px}@media (min-width:768px){.story-comment-form{flex-basis:60%}}.owner-stats-bar{align-items:center;display:flex;gap:16px;justify-content:space-between}.tips-label{color:#fff;cursor:pointer;font-size:12px;font-weight:600}.tips-label:hover{text-decoration:underline}.story-viewer-screen.drawer-open .story-bottom-bar,.story-viewer-screen.drawer-open .story-bottom-input{display:none}.tip-drawer-layer{inset:0;position:fixed;z-index:10005}.story-viewer-screen .tip-banner{bottom:auto;left:50%;position:fixed;right:auto;top:calc(var(--progress-top) + 34px);transform:translateX(-50%);z-index:10004}.viewers-backdrop{align-items:flex-end;background:#00000073;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.viewers-content{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:column;max-width:500px;padding:20px;width:100%}.viewers-header{align-items:center;display:flex;font-size:18px;font-weight:700;justify-content:space-between;margin-bottom:16px}.viewers-close{background:none;border:none;cursor:pointer;font-size:20px}.viewers-scroll{max-height:60vh;overflow-y:auto}.viewers-empty{color:#aaa;font-size:14px;text-align:center}.viewers-entry{align-items:center;border-bottom:1px solid #eee;display:flex;gap:12px;padding:10px 0}.viewers-avatar{border-radius:50%;height:32px;object-fit:cover;width:32px}.viewers-username{color:#333;font-weight:600;text-decoration:none}.viewers-username:hover{text-decoration:underline}.deletestory-overlay{align-items:flex-end;background:#0006;display:flex;inset:0;position:fixed;z-index:999}.deletestory-sheet{animation:deletestory-slideUp .25s ease-out;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -6px 18px #0000001f;padding:16px 16px 20px;width:100%}.deletestory-grabber{background:#e5e5e5;border-radius:999px;height:4px;margin:0 auto 10px;width:48px}.deletestory-header h3{color:#111;font-size:18px;font-weight:700;margin:0;text-align:center}.deletestory-sub{color:#777;font-size:12px;margin:6px 0 0;text-align:center}.deletestory-body{margin-top:14px;text-align:center}.deletestory-body p{color:#444;font-size:14px;line-height:1.55;margin:0}.deletestory-warning{color:#c0392b;font-weight:600}.deletestory-footer{display:flex;gap:10px;margin-top:20px}.deletestory-cancel,.deletestory-confirm{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-size:14px;font-weight:700;padding:12px;transition:background-color .15s ease,transform .03s ease}.deletestory-cancel{background:#f1f1f1;color:#222}.deletestory-cancel:active{transform:translateY(1px)}.deletestory-confirm{background:#ff4d4f;color:#fff}.deletestory-confirm:hover{background:#e04344}.deletestory-confirm:active{transform:translateY(1px)}.deletestory-confirm.disabled,.deletestory-confirm:disabled{background:#f2b9ba;cursor:not-allowed}@keyframes deletestory-slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (min-width:600px){.deletestory-sheet{border-radius:16px;margin:0 auto;width:520px}}.drawer-backdrop{background:#00000073;z-index:9999}.drawer-sheet{animation:storyDrawerSlideUp .22s ease-out;background:#fff;border-top-left-radius:18px;border-top-right-radius:18px;max-width:520px;padding:8px 12px 12px;width:100%}@keyframes storyDrawerSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.drawer-grabber{background:#e5e5e5;border-radius:999px;height:4px;margin:8px auto 10px;width:44px}.drawer-row{align-items:center;background:#0000;border:none;color:#222;cursor:pointer;display:flex;font-size:15px;gap:10px;padding:14px 8px;text-align:left;width:100%}.drawer-row+.drawer-row{border-top:1px solid #f0f0f0}.drawer-row-icon{height:18px;object-fit:contain;width:18px}.drawer-row.danger{color:#e53935}.drawer-row.disabled{color:#9e9e9e;cursor:not-allowed}.chats-container{background:#f9f9f9;height:100vh;overflow:hidden;padding-top:70px}.chats-topbar{align-items:center;background:#fff;border-bottom:1px solid #eee;display:flex;height:70px;justify-content:center;left:0;padding:0 16px;position:fixed;top:0;width:100%;z-index:10}.chats-topbar h2{font-size:20px;font-weight:700}.back-icon-chats{cursor:pointer;height:24px;left:20px;position:absolute;top:24px;width:24px}.chats-scroll-area{background:#fff;box-sizing:border-box;max-height:calc(100vh - 70px);overflow-y:auto;overscroll-behavior:contain;padding:20px 16px 100px}.chat-list{display:flex;flex-direction:column;gap:15px}.chat-item{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000000d;cursor:pointer;display:flex;padding:12px;transition:background-color .2s}.chat-item:hover{background-color:#f0f0f0}.chat-avatar{border-radius:50%;height:50px;margin-right:12px;object-fit:cover;width:50px}.chat-info{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0}.chat-top-row{align-items:center;display:flex;justify-content:space-between;max-width:100%;width:100%}.chat-name-with-dot{color:#111;display:inline-block;font-size:16px;font-weight:600;max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-time-inline{color:gray;flex-shrink:0;font-size:12px;margin-left:8px;white-space:nowrap}.chat-unread-dot{background:#007aff;border-radius:50%;display:inline-block;height:10px;margin-left:6px;vertical-align:middle;width:10px}.chat-delete-wrap{align-items:center;display:flex;padding-left:8px}.chat-delete-icon{cursor:pointer;height:20px;opacity:.7;transition:opacity .2s ease;width:20px}.chat-delete-icon:hover{opacity:1}.no-chats{color:gray;font-size:16px;margin-top:60px;text-align:center}.spinner{animation:spin .8s linear infinite;border:4px solid #0003;border-radius:50%;border-top-color:#007aff;height:40px;margin:60px auto;width:40px}.chat-last-message{color:#666;display:block;font-size:.95rem;line-height:1.2;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-skeleton-item{align-items:center;background:#fff;border-bottom:1px solid #eee;display:flex;gap:12px;padding:14px 16px}.chat-skeleton-avatar{background:#ddd;border-radius:50%;flex-shrink:0;height:44px;width:44px}.chat-skeleton-info{display:flex;flex:1 1;flex-direction:column;gap:8px}.chat-skeleton-name{background:#e0e0e0;border-radius:6px;height:14px;width:60%}.chat-skeleton-text{background:#e0e0e0;border-radius:6px;height:12px;width:80%}.chat-skeleton-delete{background:#ddd;border-radius:50%;height:18px;width:18px}.shimmer{animation:shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#eee 25%,#ddd 37%,#eee 63%);background-size:400% 100%}.deletechat-overlay{background:#0006;inset:0;position:fixed;z-index:999}.deletechat-popup{animation:deletechat-slideUp .3s ease-out;background:#fff;border-radius:20px 20px 0 0;bottom:0;box-shadow:0 -4px 12px #0000001a;padding:20px;position:absolute;width:100%}.deletechat-header h3{color:#111;font-size:18px;font-weight:600;margin:0;text-align:center}.deletechat-body{margin-top:12px;text-align:center}.deletechat-body p{color:#555;font-size:14px;line-height:1.5}.deletechat-footer{display:flex;justify-content:space-between;margin-top:24px}.deletechat-cancel-btn,.deletechat-confirm-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;margin:0 5px;padding:12px;transition:background-color .2s ease}.deletechat-cancel-btn{background-color:#f1f1f1;color:#333}.deletechat-cancel-btn:hover{background-color:#e0e0e0}.deletechat-confirm-btn{background-color:#ff4d4f;color:#fff}.deletechat-confirm-btn:hover{background-color:#e04344}@keyframes deletechat-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.chatdetail-container{background:#f9f9f9;bottom:0;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;right:0;top:0}.chatdetail-topbar{align-items:center;background:#fff;border-bottom:1px solid #eee;display:flex;height:70px;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:100}.back-icon-chatdetail{cursor:pointer;height:24px;left:16px;position:absolute;top:50%;transform:translateY(-50%);width:24px}.chatdetail-userbox{align-items:center;display:flex;gap:10px}.chatdetail-avatar{border-radius:50%;height:38px;object-fit:cover;width:38px}.chatdetail-userinfo{display:flex;flex-direction:column;line-height:1.1}.chatdetail-name{color:#111;font-size:15px;font-weight:600}.chatdetail-username{color:#666;font-size:13px}.messages-area{-webkit-overflow-scrolling:touch;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:86px 16px calc(170px + env(safe-area-inset-bottom, 0px))}@supports (padding-bottom:env(safe-area-inset-bottom)){.messages-area{padding-bottom:calc(170px + env(safe-area-inset-bottom))}}.message-wrapper{display:flex;flex-direction:column;max-width:70%}.message-wrapper.sent{align-self:flex-end;text-align:right}.message-wrapper.received{align-self:flex-start;text-align:left}.message-bubble{word-wrap:break-word;background:#e6e6e6;border-radius:20px;font-size:14px;max-width:100%;overflow-wrap:break-word;padding:10px 14px;word-break:break-word}.message-wrapper.sent .message-bubble{background:#007aff;color:#fff}.message-text{line-height:1.5;padding-left:1px;text-align:left;white-space:pre-wrap;word-break:break-word}.message-image{border-radius:12px;cursor:pointer;margin-top:4px;max-height:300px;max-width:100%;object-fit:cover;transition:transform .2s ease}.message-image:hover{transform:scale(1.03)}.message-time{color:gray;font-size:11px;margin-top:4px}.message-group-label{color:#777;font-size:12px;font-weight:500;margin:8px 0;text-align:center}.send-message-area{align-items:center;background:#fff;border-top:1px solid #eee;bottom:0;box-sizing:border-box;display:flex;gap:8px;left:0;padding:10px 16px calc(10px + env(safe-area-inset-bottom, 0px));position:fixed;width:100%;z-index:100}.message-input-wrapper{flex:1 1;position:relative}.chat-input{border:1px solid #ccc;border-radius:20px;box-sizing:border-box;font-size:14px;height:38px;line-height:20px;max-height:40vh;outline:none;overflow-y:hidden;padding:8px 40px 8px 12px;resize:none;transition:height .12s ease;width:100%}.chat-input:focus{border-color:#007aff;box-shadow:0 0 0 2px #007aff1a}.chat-photo-icon-wrapper{align-items:center;cursor:pointer;display:inline-flex;height:24px;justify-content:center;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px}.chat-photo-icon{height:20px;opacity:.8;width:20px}.chat-image-input{display:none}.send-message-area button{align-items:center;-webkit-appearance:none;background:#007aff;border:none;border-radius:20px;color:#fff;cursor:pointer;display:inline-flex;font-weight:700;height:38px;justify-content:center;line-height:1;margin-left:0;padding:0 16px}.shared-post-label{color:#555;font-size:12px;font-style:italic;margin-bottom:4px}.message-bubble.story-cmt-bubble{background:#0000!important;border-radius:0!important;padding:0!important}.story-cmt{display:flex;flex-direction:column;gap:8px;max-width:min(92vw,480px)}.story-cmt__card{background:#111;border:1px solid #00000014;border-radius:14px;overflow:hidden}.story-cmt__media-wrap{aspect-ratio:9/16;background:#000;position:relative;width:100%}.story-cmt__media{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.story-cmt__overlay{align-items:flex-end;display:flex;inset:0;pointer-events:none;position:absolute}.story-cmt__gradient{background:linear-gradient(0deg,#000000e6,#0000);bottom:0;height:40%;left:0;position:absolute;right:0}.story-cmt__text{word-wrap:break-word;box-sizing:border-box;color:#fff;font-size:14px;font-weight:700;line-height:1.35;padding:12px 14px;position:relative;text-shadow:0 1px 2px #00000059;white-space:pre-wrap;width:100%}.story-cmt__fallback{grid-gap:6px;background:#0f1115;display:grid;gap:6px;padding:12px}.story-cmt__fallback-title{color:#fff;font-weight:800}.story-cmt__fallback-cap{color:#cbd5e1;font-size:13px}.story-cmt__fallback-cmt{color:#e2e8f0;font-size:14px;font-weight:700}.image-viewer-overlay{align-items:center;background:#000000eb;display:flex;inset:0;justify-content:center;position:fixed;touch-action:pinch-zoom;z-index:9999}.image-viewer-content{box-sizing:border-box;max-height:100vh;max-width:100vw;padding:16px;position:relative}.image-viewer-content img{-webkit-user-drag:none;display:block;max-height:100%;max-width:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.image-viewer-close{border:none;border-radius:18px;font-size:20px;height:36px;right:12px;top:calc(env(safe-area-inset-top, 0px) + 12px);width:36px}.image-viewer-close,.image-viewer-nav{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;color:#fff;cursor:pointer;position:fixed}.image-viewer-nav{border:none;border-radius:22px;font-size:28px;height:44px;top:50%;transform:translateY(-50%);width:44px}.image-viewer-nav.prev{left:12px}.image-viewer-nav.next{right:12px}.image-viewer-close:active,.image-viewer-nav:active{transform:translateY(-50%) scale(.98)}.image-viewer-close:active{transform:scale(.98)}.shared-post-preview{background-color:#f9f9f9;border:1px solid #ddd;border-radius:12px;cursor:pointer;margin:10px 0;overflow:hidden;transition:box-shadow .2s,background-color .2s}.shared-post-preview:hover{background-color:#f1f1f1;box-shadow:0 2px 10px #0000001a}.shared-post-header{align-items:center;display:flex;padding:10px 12px 0}.shared-avatar{background-color:#eee;border-radius:50%;height:38px;margin-right:10px;object-fit:cover;width:38px}.shared-info{display:flex;flex-direction:column}.shared-name{color:#222;font-size:15px;font-weight:700}.shared-username{color:#666;font-size:13px}.shared-post-body{padding:10px 12px 12px}.shared-post-text{color:#333;font-size:14px;line-height:1.4;margin-bottom:10px}.shared-post-image{border-radius:10px;max-height:300px;object-fit:cover;width:100%}.shared-post-video{background:#000;border-radius:10px;max-height:320px;object-fit:contain;width:100%}.shared-post-caption{color:#444;font-size:14px;font-style:italic;margin-bottom:6px}.shared-story-wrap{aspect-ratio:9/16;background:#000;border-radius:12px;overflow:hidden;position:relative;width:100%}.shared-story-media{display:block;height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.shared-story-overlay{align-items:flex-end;display:flex;inset:0;pointer-events:none;position:absolute}.shared-story-gradient{background:linear-gradient(0deg,#000000e6,#0000);bottom:0;height:40%;left:0;position:absolute;right:0}.shared-story-text{word-wrap:break-word;box-sizing:border-box;color:#fff;font-size:14px;font-weight:700;line-height:1.35;padding:12px 14px;position:relative;text-shadow:0 1px 2px #00000059;white-space:pre-wrap;width:100%}.register-merchant-container{display:flex;flex-direction:column;font-family:Segoe UI,sans-serif;height:100vh;justify-content:space-between;overflow:hidden;padding:0;position:relative}.register-merchant-container h2{background-color:#fff;border-bottom:1px solid #ccc;box-shadow:0 2px 5px #0000001a;font-size:18px;left:0;margin:0;padding:20px;position:fixed;right:0;top:0;z-index:10}.content{flex-grow:1;margin-top:65px;overflow-y:auto;padding:20px 24px 120px;transition:margin-top .3s ease}.content.has-banner{margin-top:100px}.register-merchant-container input[type=file],.register-merchant-container input[type=text],.register-merchant-container textarea{border:1px solid #ccc;border-radius:6px;font-size:14px;margin-bottom:20px;margin-top:8px;padding:10px;resize:vertical;width:100%}.register-merchant-container textarea{line-height:1.4;max-height:200px;min-height:80px}.button-group{background:#fff;bottom:0;box-shadow:0 -2px 5px #0000001a;display:flex;justify-content:space-between;left:0;padding:15px 24px;position:fixed;right:0;z-index:10}.button-group button{border:none;border-radius:6px;cursor:pointer;font-size:14px;padding:10px 16px}.button-group button:first-child{background:#eee}.button-group button:last-child{background:#562eff;color:#fff}.merchant-banner{animation:slideFadeIn .4s ease forwards;border-radius:10px;box-shadow:0 4px 12px #0000001a;font-size:14px;font-weight:500;left:12px;opacity:0;padding:14px 18px;position:fixed;right:12px;text-align:center;top:20px;z-index:9999}.merchant-banner.error{background-color:#ff4d4f;color:#fff}.merchant-banner.success{background-color:#2ecc71;color:#fff}@keyframes slideFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.category-options{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.category-checkbox{font-size:16px}.terms-section{font-size:14px;margin-bottom:20px}.preview-container{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;margin-bottom:20px}.logo-preview{aspect-ratio:1/1;border:2px solid #ccc;border-radius:50%;box-shadow:0 2px 8px #0003;margin-top:10px;max-width:160px;object-fit:cover;width:30vw}.banner-preview{border-radius:12px;box-shadow:0 2px 8px #0003;height:auto;max-width:100%;object-fit:contain}@media (max-width:768px){.preview-container img{max-height:200px;width:80%}}@media (max-width:480px){.preview-container img{max-height:150px;width:90%}}.loader{animation:spin .9s linear infinite;border:4px solid #e0e0e0;border-radius:50%;border-top-color:#1e90ff;height:36px;margin:0 auto;width:36px}.loader-text{color:#222;font-size:15px;font-weight:500;margin-top:12px;text-align:center}.merchant-loading-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#fff9;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.merchant-loading-box{background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;padding:20px 30px;text-align:center}.register-merchant-container input[type=text]:focus,.register-merchant-container textarea:focus{background-color:#fff;border:1px solid #562eff;outline:none}.logo-wrapper{aspect-ratio:1/1;max-width:160px;width:30vw}.banner-wrapper,.logo-wrapper{align-items:center;display:flex;justify-content:center;position:relative}.banner-wrapper{width:100%}.spinner-preview{align-items:center;display:flex;height:60px;justify-content:center;margin-bottom:-10px;width:100%}.spinner-preview:after{animation:spin .8s linear infinite;border:3px solid #ccc;border-radius:50%;border-top-color:#000;content:"";height:28px;width:28px}.deregister-container{background-color:#fff;display:flex;flex-direction:column;height:100vh;position:relative}.deregister-topbar{background-color:#fff;border-bottom:1px solid #eee;padding:16px;position:-webkit-sticky;position:sticky;text-align:center;top:0;z-index:10}.deregister-topbar h2{font-size:20px;font-weight:700;margin:0}.deregister-scroll-content{flex:1 1;overflow-y:auto;padding:16px 16px 140px}.deregister-scroll-content p{font-size:14px;margin:12px 0 6px}.deregister-scroll-content textarea{border:1px solid #ccc;border-radius:8px;font-size:14px;margin-bottom:18px;padding:10px;resize:vertical;width:100%}.radio-group{display:flex;gap:20px;margin-bottom:20px}.radio-group label{align-items:center;display:flex;font-size:14px;gap:6px}.deregister-button-group{background-color:#fff;border-top:1px solid #eee;bottom:0;display:flex;gap:12px;justify-content:space-between;padding:12px 16px;position:-webkit-sticky;position:sticky;z-index:10}.deregister-cancel-btn,.deregister-submit-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:14px;font-weight:700;padding:12px 18px}.deregister-cancel-btn{background-color:#007aff;color:#fff}.deregister-submit-btn{background-color:#ff3b30;color:#fff}.deregister-cancel-btn:hover,.deregister-submit-btn:hover{opacity:.9}.success-banner{background-color:#d1ffe0;color:#07663b}.error-banner,.success-banner{border-radius:5px;font-weight:700;margin-bottom:15px;padding:10px;text-align:center}.error-banner{background-color:#ffd1d1;color:#a10000}.merchant-store-container{display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100vh;margin:0 auto;max-width:900px;overflow:hidden}.merchantstore-back-icon{cursor:pointer;height:28px;margin-bottom:5px;margin-right:12px;width:28px}.merchantstore-title{font-size:.95rem;font-weight:600;line-height:1.2;margin:0 0 4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantstore-scroll-content{flex:1 1;overflow-y:auto;padding-bottom:100px}.merchantstore-banner-wrapper{border-radius:12px;margin-bottom:60px;overflow:visible;padding:0 10px;position:relative}.merchantstore-banner{border-radius:12px;height:200px;object-fit:cover;width:100%}@media (max-width:480px){.merchantstore-banner-wrapper{padding:0 12px}}.merchantstore-logo-wrapper{background-color:#fff;border:4px solid #fff;border-radius:50%;bottom:-50px;box-shadow:0 2px 8px #0000001a;height:100px;left:20px;overflow:hidden;position:absolute;width:100px;z-index:10}.merchantstore-logo{border-radius:50%;height:100%;object-fit:cover;width:100%}.merchantstore-info{margin-top:0;padding:0 20px}.merchantstore-info h3{font-size:1.4rem;font-weight:600;margin-bottom:6px}.merchantstore-location{color:#777;font-size:14px;margin-bottom:6px;margin-top:-5px}.merchantstore-meta{color:#444;font-size:.95rem;margin-bottom:10px}.merchantstore-description{color:#555;font-size:1rem;line-height:1.4}.store-owner-link{color:#0984e3;font-weight:600;text-decoration:none}.store-owner-link:hover{text-decoration:underline}.no-products-text{color:#666;font-size:14px;margin-left:20px}.merchantstore-menu-btn{appearance:none;-webkit-appearance:none;border:none;line-height:1;margin:0}.merchantstore-menu-btn:focus{outline:none}.merchantstore-dots-icon{display:block;height:25px;object-fit:contain;pointer-events:none;width:25px}.floating-add-product-btn{background-color:#111;border:none;border-radius:12px;bottom:16px;box-shadow:0 2px 8px #0003;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;left:16px;padding:12px 18px;position:fixed;transition:background .2s;z-index:100}.floating-add-product-btn:hover{background-color:#222}.merchantstore-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));padding:16px}@media (max-width:480px){.merchantstore-grid{gap:12px;grid-template-columns:repeat(2,1fr);padding:12px}}.product-card{align-items:center;background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 1px 4px #0000000d;display:flex;flex-direction:column;min-width:0;overflow:hidden;padding:12px;position:relative}.product-image-wrapper{overflow:hidden}.product-image,.product-image-wrapper{border-radius:8px;height:140px;width:100%}.product-image{object-fit:cover}.merchantstore-details{margin-top:8px;text-align:left}.merchantstore-price-container{color:#555;font-size:.85rem}.merchantstore-price{max-width:65%}.merchantstore-dynamic-label{font-size:.7rem;max-width:35%}@media (max-width:480px){.merchantstore-price{font-size:.8rem}.merchantstore-dynamic-label{font-size:.68rem}}.merchantstore-info-icon{cursor:pointer;height:16px;opacity:.7;width:16px}.product-dots-wrapper{align-items:center;background:#f8f8f8;border-radius:50%;display:flex;justify-content:center;padding:6px;position:absolute;right:20px;top:15px;z-index:10}.product-dots-icon{cursor:pointer;filter:brightness(.4);height:18px;object-fit:contain;width:18px}.product-dropdown{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px #0000001a;min-width:120px;padding:6px 0;position:absolute;right:0;top:28px;z-index:100}.product-dropdown-item{align-items:center;cursor:pointer;display:flex;font-size:.9rem;gap:8px;padding:10px 14px}.product-dropdown-item:hover{background:#f8f8f8}.product-dropdown-item img{height:16px;object-fit:contain;width:16px}.product-dropdown-item.delete{color:#e74c3c}.product-card-link{color:inherit;text-decoration:none}.product-like-icon{cursor:pointer;height:20px;transition:opacity .2s ease;width:20px}.product-like-icon:hover{opacity:.7}.product-like-icon.liked{filter:drop-shadow(0 0 4px #ff6b81)}.product-save-icon{cursor:pointer;height:22px;transition:opacity .2s ease;width:22px}.product-save-icon:hover{opacity:.7}.product-actions-wrapper{align-items:center;bottom:12px;display:flex;gap:10px;justify-content:flex-end;position:absolute;right:12px}.merchantstore-details{align-items:flex-start;display:flex;flex-direction:column;padding:4px 0;width:100%}.merchantstore-price-container{max-width:100%}.merchantstore-price{color:#333;font-size:.85rem;margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantstore-dynamic-label{align-items:center;color:#555;display:flex;flex-shrink:0;font-size:.75rem;gap:4px;white-space:nowrap}.hidden-product-overlay{position:relative;text-align:center}.hidden-blur{filter:blur(5px);opacity:.5}.hidden-overlay-text{background-color:#0009;border-radius:6px;color:#fff;font-size:12px;left:50%;padding:6px;position:absolute;top:50%;transform:translate(-50%,-50%);width:90%}.merchantstore-banner-suspended{background-color:#fff4e5;border:1px solid #ffcc80;border-radius:10px;color:#a06000;font-size:15px;font-weight:500;margin:12px 16px 20px;padding:12px 14px;text-align:center}.merchantstore-suspended-note{background-color:#fdd;border:1px solid #ff4d4d;border-radius:10px;color:#a70000;font-size:14px;margin:20px;padding:12px 16px;text-align:center}.appeal-btn{background-color:#a70000;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:12px;padding:8px 16px;transition:background .2s ease}.appeal-btn:hover{background-color:#8b0000}.product-drawer-popup{align-items:flex-end;background:#00000073;bottom:0;display:flex;height:100%;justify-content:center;left:0;position:fixed;width:100%;z-index:999}.product-drawer-content{animation:slideUp .25s ease-out;background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;padding:16px;width:100%}.drawer-item{align-items:center;border-bottom:1px solid #eee;color:#333;cursor:pointer;display:flex;font-size:14px;padding:12px 0}.drawer-item img{height:18px;margin-right:10px;width:18px}.drawer-item.delete{color:red}.drawer-item.promote{color:#007aff}.promote-popup-backdrop{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.promote-popup-content{animation:fadeIn .25s ease-in;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0003;max-width:380px;padding:20px;width:90%}.promote-popup-content h3{margin-bottom:10px}.promote-popup-content p{color:#444;font-size:14px;margin-bottom:12px}.promote-checkbox{align-items:center;display:flex;font-size:13px;gap:8px;margin-bottom:16px}.promote-submit-btn{background:#007aff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;opacity:1;padding:10px;transition:opacity .2s;width:100%}.promote-submit-btn:disabled{cursor:not-allowed;opacity:.5}.store-display-name{font-size:1.5rem;font-weight:700;margin:0}.store-username{color:#777;font-size:1rem;margin:-5px 0 8px}.merchantstore-notfound{color:#444;padding:3rem 2rem;text-align:center}.merchantstore-notfound h2{font-size:22px;margin-bottom:.5rem}.merchantstore-notfound p{font-size:15px;margin-bottom:1.5rem}.go-back-btn{background-color:#222;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;padding:10px 16px}.merchant-toast{border-radius:8px;box-shadow:0 4px 12px #0003;font-size:14px;font-weight:600;left:5%;padding:14px;position:fixed;text-align:center;top:-80px;transition:top .4s ease;width:90%;z-index:9999}.merchant-toast.success{background-color:#2ecc71;color:#fff;top:20px}.merchant-toast.error{background-color:#e74c3c;color:#fff;top:20px}.store-name-row{align-items:baseline;display:flex;flex-wrap:wrap;gap:0;margin:0 0 6px;min-width:0}.store-rating-inline{font-feature-settings:"tnum";color:#333;flex:0 0 auto;font-size:.95rem;font-variant-numeric:tabular-nums;line-height:1.1;margin-left:2px;white-space:nowrap}.store-display-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-star{color:#f2b01e;position:relative;top:-1px}@media (max-width:420px){.store-rating-inline{font-size:.9rem}}.merchantstore-price-container{flex-wrap:wrap}.merchantstore-price{font-weight:600;line-height:1.2}.sale-badge{border:1px solid #0000001f;border-radius:999px}.product-image-wrapper{position:relative}.merchantstore-price-container{align-items:center;display:flex;flex-wrap:nowrap;gap:6px;min-height:22px}.price-original.strike{font-weight:500;opacity:.65;text-decoration:line-through}.price-sale{font-weight:700}.merchantstore-topbar{align-items:center;background-color:#fff;border-bottom:1px solid #eee;display:flex;gap:12px;padding:16px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.merchantstore-topbar .merchantstore-title{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantstore-dots-wrapper{align-items:center;display:flex;justify-content:center;margin-left:auto;position:relative}.merchantstore-menu-btn{align-items:center;background:#0000;border:0;cursor:pointer;display:inline-flex;height:40px;justify-content:center;padding:0;width:40px}.merchantstore-skeleton{background:#fff;display:flex;flex-direction:column;padding:0}.merchantstore-banner-skeleton{animation:pulse 1.5s infinite;background:#eee;height:160px;width:100%}.merchantstore-header-skeleton{align-items:center;background:#f9f9f9;display:flex;gap:12px;padding:16px}.merchantstore-logo-skeleton{animation:pulse 1.5s infinite;background:#ddd;border-radius:50%;height:70px;width:70px}.merchantstore-info-skeleton{display:flex;flex:1 1;flex-direction:column;gap:10px}.merchantstore-location-skeleton,.merchantstore-name-skeleton{animation:pulse 1.5s infinite;background:#ddd;border-radius:4px;height:14px;width:60%}.merchantstore-location-skeleton{width:40%}.merchantstore-grid-skeleton{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);padding:16px}.merchantstore-product-skeleton{display:flex;flex-direction:column;gap:6px}.product-image-skeleton{animation:pulse 1.5s infinite;background:#e1e1e1;border-radius:12px;height:120px;width:100%}.product-name-skeleton,.product-price-skeleton{animation:pulse 1.5s infinite;background:#ddd;border-radius:6px;height:14px}.product-name-skeleton{width:80%}.product-price-skeleton{width:40%}.drawer-backdrop{background-color:#00000059;inset:0;z-index:999}.drawer-panel{animation:slideUp .3s ease-out;background-color:#fff;box-shadow:0 -4px 12px #0000001a;max-height:60%;padding:20px}.drawer-checkbox{align-items:center;display:flex;margin:15px 0}.drawer-submit-btn{background-color:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:12px;width:100%}.drawer-submit-btn:disabled{background-color:#999;cursor:not-allowed}.drawer-cancel-btn{background:#0000;border:none;color:#333;cursor:pointer;font-weight:700;margin-top:10px;padding:10px;width:100%}.deleteproduct-overlay{background:#0006;inset:0;position:fixed;z-index:999}.deleteproduct-popup{animation:deleteproduct-slideUp .3s ease-out;background:#fff;border-radius:20px 20px 0 0;bottom:0;box-shadow:0 -4px 12px #0000001a;padding:20px;position:absolute;width:100%}.deleteproduct-header h3{color:#111;font-size:18px;font-weight:600;margin:0;text-align:center}.deleteproduct-body{margin-top:12px;text-align:center}.deleteproduct-body p{color:#555;font-size:14px;line-height:1.5}.deleteproduct-footer{display:flex;justify-content:space-between;margin-top:24px}.deleteproduct-cancel-btn,.deleteproduct-confirm-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;margin:0 5px;padding:12px;transition:background-color .2s ease}.deleteproduct-cancel-btn{background-color:#f1f1f1;color:#333}.deleteproduct-cancel-btn:hover{background-color:#e0e0e0}.deleteproduct-confirm-btn{background-color:#ff4d4f;color:#fff}.deleteproduct-confirm-btn:hover{background-color:#e04344}@keyframes deleteproduct-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.msd-backdrop{background:#0000;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .18s ease;z-index:999}.msd-backdrop--show{background:#0006;opacity:1;pointer-events:auto}.msd-sheet{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;bottom:0;box-shadow:0 -8px 24px #00000026;display:flex;flex-direction:column;left:0;max-height:80vh;position:fixed;right:0;transform:translateY(100%);transition:transform .22s ease;z-index:1000}.msd-sheet--open{transform:translateY(0)}.msd-grabber{background:#e3e3e3;border-radius:999px;height:5px;margin:8px auto 4px;width:44px}.msd-header{align-items:center;display:flex;justify-content:center;padding:8px 12px 4px;position:relative}.msd-title{font-size:16px;font-weight:600;margin:0}.msd-close{background:#0000;border:none;color:#666;cursor:pointer;font-size:18px;line-height:1;padding:6px;position:absolute;right:10px;top:6px}.msd-list{display:flex;flex-direction:column;overflow-y:auto;padding:6px 8px 10px}.msd-item{align-items:center;background:#f8f8f8;border:none;border-radius:12px;cursor:pointer;display:flex;font-weight:500;gap:12px;margin:6px 0;padding:14px 12px;text-align:left;transition:background .12s ease,transform 80ms ease;width:100%}.msd-item:hover{background:#f1f1f1}.msd-item:active{transform:scale(.995)}.msd-label{color:#222;font-size:15px}.msd-safearea{height:env(safe-area-inset-bottom)}@media (min-width:480px){.msd-sheet{left:50%;margin:0 auto;max-width:480px;transform:translate(-50%,100%)}.msd-sheet.msd-sheet--open{transform:translate(-50%)}}.addproduct-fullscreen{background:#fff;color:#111;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100vh}.addproduct-header{background:#f9f9f9;border-bottom:1px solid #eee;flex-shrink:0;font-size:1.2rem;font-weight:600;padding:16px;position:-webkit-sticky;position:sticky;text-align:center;top:0;z-index:10}.addproduct-content{display:flex;flex-direction:column;flex-grow:1;gap:16px;overflow-y:auto;padding:16px 20px}.addproduct-content label{font-size:.9rem;font-weight:500;margin-bottom:4px}.addproduct-content input,.addproduct-content textarea{background:#fff;border:1px solid #ccc;border-radius:10px;font-size:.95rem;outline:none;padding:10px 12px;width:100%}.addproduct-content textarea{line-height:1.6;min-height:120px;resize:vertical}.addproduct-footer{background:#f9f9f9;border-top:1px solid #eee;bottom:0;display:flex;flex-shrink:0;gap:10px;justify-content:space-between;padding:16px;position:-webkit-sticky;position:sticky;z-index:10}.addproduct-footer button{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;padding:12px;transition:all .2s ease}.addproduct-footer button:first-child{background:#ddd;color:#333}.addproduct-footer button:last-child{background:#111;color:#fff}.addproduct-footer button:disabled{background:#aaa;cursor:not-allowed}.addproduct-content select{background:#f8f8f8;border:1px solid #ccc;border-radius:10px;font-size:.95rem;outline:none;padding:10px 12px;width:100%}.addproduct-content label+input,.addproduct-content label+select,.addproduct-content label+textarea{margin-top:4px}.addproduct-image-preview-container{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.addproduct-image-wrapper{border-radius:10px;height:80px;overflow:hidden;position:relative;width:80px}.addproduct-preview-image{border:1px solid #ccc;border-radius:10px;height:100%;object-fit:cover;width:100%}.addproduct-close-icon{background:#fff;border:1px solid #ccc;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:20px;position:absolute;right:0;top:0;width:20px;z-index:5}.addproduct-addmore-card{align-items:center;background:#fafafa;border:2px dashed #ccc;border-radius:10px;cursor:pointer;display:flex;height:80px;justify-content:center;width:80px}.addproduct-add-icon{height:28px;opacity:.6;width:28px}.addproduct-error-box{background:#ffe0e0;border:1px solid #ffbcbc;border-radius:10px;color:#a80000;font-size:.95rem;font-weight:500;margin:12px 20px 0;padding:12px 16px;transition:all .4s ease}.addproduct-title-input{background:#fff;border:1px solid #ccc;border-radius:10px;font-size:.95rem;outline:none;padding:10px 12px;width:100%}.addproduct-word-counter{color:#777;font-size:.8rem;margin-bottom:10px;margin-top:-10px;text-align:right}.input-limit-reached{background-color:#fff5f5;border:1px solid #e74c3c!important}.pricing-popup-backdrop{align-items:flex-end;background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.pricing-popup-content{animation:slideUp .3s ease-out;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -2px 20px #0003;max-width:400px;padding:20px;transform:translateY(0);width:90%}.pricing-popup-content h3{font-size:1.1rem;margin-bottom:12px;margin-top:0;text-align:center}.pricing-popup-content p{color:#444;font-size:.9rem;margin-bottom:10px}.pricing-popup-content button{background:#111;border:none;border-radius:10px;color:#fff;font-weight:600;margin-top:10px;padding:12px;width:100%}@media (max-width:767px){.addproduct-content{margin-bottom:55px}}.addproduct-suspended-message{background-color:#fff0f0;border:1px solid #fcc;border-radius:10px;color:#a40000;font-size:16px;line-height:1.6;margin:40px;padding:16px;text-align:center}.editproduct-scroll-content{max-height:calc(100vh - 130px);overflow-y:auto;padding-right:6px}.editproduct-scroll-content::-webkit-scrollbar{width:4px}.editproduct-scroll-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}@media (max-width:480px){.editproduct-scroll-content img{height:70px;width:70px}}.addproduct-pill-group{display:flex;gap:8px;margin:6px 0 12px}.addproduct-pill{background:#fafafa;border:1px solid #ddd;border-radius:999px;cursor:pointer;font-size:14px;padding:8px 14px}.addproduct-pill.active{background:#562eff;border-color:#562eff;color:#fff}.mt8{margin-top:8px}.editstore-fullscreen{background:#fff;color:#111;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100vh}.editstore-header{background:#f9f9f9;border-bottom:1px solid #eee;flex-shrink:0;font-size:1.2rem;font-weight:600;padding:16px;position:-webkit-sticky;position:sticky;text-align:center;top:0;z-index:10}.editstore-scroll-area{flex-grow:1;overflow-y:auto;padding:0 16px 100px}.editstore-content{display:flex;flex-direction:column;gap:16px;padding:16px 0}.editstore-content label{font-size:.9rem;font-weight:500;margin-bottom:4px}.editstore-content input,.editstore-content textarea{background:#fff;border:1px solid #ccc;border-radius:10px;font-size:.95rem;outline:none;padding:10px 12px;width:100%}.editstore-content textarea{line-height:1.6;min-height:180px;resize:vertical}.editstore-preview{border-radius:12px;margin-top:8px;max-height:180px;object-fit:cover;width:100%}.editstore-preview.logo{background:#fff;border:2px solid #ddd;border-radius:50%;height:100px;margin-left:5px;object-fit:cover;padding:4px;width:100px}.editstore-footer{background:#f9f9f9;border-top:1px solid #eee;bottom:0;display:flex;flex-shrink:0;gap:10px;justify-content:space-between;padding:16px;position:-webkit-sticky;position:sticky;z-index:10}.editstore-footer button{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;padding:12px;transition:all .2s ease}.editstore-footer button:first-child{background:#ddd;color:#333}.editstore-footer button:last-child{background:#111;color:#fff}.editstore-footer button:disabled{background:#aaa;cursor:not-allowed}.editstore-content input[type=text]{border:1px solid #ccc;border-radius:6px;font-size:15px;margin-bottom:12px;padding:10px;width:100%}@media (max-width:600px){.editstore-header{font-size:1rem;padding:12px}.editstore-content{gap:12px}}select{background:#fff;border:1px solid #ddd;border-radius:10px;font-size:14px;padding:10px;width:100%}.productdetail-container{background:#fff;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100vh}.productdetail-header{align-items:center;background:#f9f9f9;border-bottom:1px solid #eee;display:flex;gap:12px;padding:16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.productdetail-back-icon{cursor:pointer;flex:0 0 auto;height:28px;width:28px}.productdetail-title{flex:1 1 auto;font-size:1.2rem;font-weight:600;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-carousel-wrapper{background-color:#f8f8f8;border-radius:12px;width:100%}.product-carousel-scroll,.product-carousel-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto;scroll-snap-type:x mandatory}.product-carousel-scroll{display:flex;gap:10px;padding:0 10px;scroll-behavior:smooth}.product-carousel-scroll::-webkit-scrollbar{display:none}.product-carousel-img{background-color:#f0f0f0;border-radius:12px;flex-shrink:0;height:auto;max-height:350px;max-width:100%;object-fit:cover;scroll-snap-align:center;width:100%}.product-carousel-dots{display:flex;gap:6px;justify-content:center;margin-top:8px}.product-dot{background-color:#ccc;border-radius:50%;height:6px;transition:background-color .3s ease;width:6px}.product-dot.active{background-color:#000}@media (max-width:480px){.product-carousel-img{max-height:420px}}.productdetail-actions-absolute{display:flex;gap:14px;padding-right:18px;position:absolute;right:0;top:0}.productdetail-like-icon{cursor:pointer;height:25px;transition:opacity .2s ease;width:25px}.productdetail-like-icon:hover{opacity:.75}.productdetail-save-icon{cursor:pointer;height:27px;transition:opacity .2s ease;width:38px}.productdetail-save-icon:hover{opacity:.75}.productdetail-info{display:flex;flex-direction:column;gap:6px;padding:16px}.productdetail-price{color:#222;font-size:1.1rem;font-weight:600;margin-top:-4px}.productdetail-category{color:#666;font-size:.95rem;margin-top:-4px}.productdetail-description{word-wrap:break-word;color:#444;font-size:.95rem;line-height:1.5;margin-top:-4px;overflow-wrap:break-word;word-break:break-word}.productdetail-loading{color:#777;font-family:Inter,sans-serif;font-size:1rem;padding:40px;text-align:center}.productdetail-image-slide{border-radius:12px;flex:0 0 100%;overflow:hidden;scroll-snap-align:center}.productdetail-image-slide img{display:block;height:260px;object-fit:cover;width:100%}.productdetail-bottom{background:#fff;border-top:1px solid #eee;bottom:0;padding:12px 16px;position:-webkit-sticky;position:sticky;z-index:10}.productdetail-action-btn{background-color:#00b894;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px;width:100%}.productdetail-scroll{flex:1 1;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding-bottom:100px}.productdetail-section-title{color:#222;font-size:.9rem;font-weight:600;margin:6px 0 2px}.productdetail-dynamic-label{align-items:center;color:#555;display:flex;font-size:.85rem;gap:6px;margin-top:4px}.productdetail-info-icon{cursor:pointer;height:16px;opacity:.7;width:16px}.dynamic-popup-backdrop{background:#00000073;inset:0;z-index:1000}.dynamic-popup-content{animation:slideUp .3s ease;border-top-left-radius:20px;border-top-right-radius:20px;max-width:500px;padding:20px}.slide-toast-banner{animation:slideDown .4s ease-out;border-radius:12px;box-shadow:0 4px 12px #0000001a;font-size:16px;font-weight:600;left:50%;max-width:600px;padding:14px 20px;top:12px;transform:translateX(-50%);width:90vw;z-index:1000}.slide-toast-banner.success{background-color:#2ecc71f2}.slide-toast-banner.error{background-color:#e74c3cf2}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-100%)}to{opacity:1;transform:translate(-50%)}}.productdetail-escrow-label{color:#2e7d32;font-size:14px;gap:8px}.secured-icon{height:18px;width:18px}.escrow-drawer-backdrop{align-items:flex-end;background:#00000073;display:flex;inset:0;position:fixed;z-index:9999}.escrow-drawer{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -2px 12px #0000001a;max-height:75vh;overflow-y:auto;padding:20px;width:100%}.productdetail-escrow-label{align-items:center;color:#3abf57;cursor:pointer;display:flex;font-weight:500;gap:6px;margin-top:10px}.escrow-drawer-close-btn{background-color:#2ecc71;border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:16px;font-weight:600;margin-left:auto;margin-right:auto;margin-top:20px;max-width:300px;padding:12px 18px;transition:background-color .2s ease;width:100%}.escrow-drawer-close-btn:hover{background-color:#27ae60}.productdetail-info-actions{align-items:center;display:flex;gap:16px;justify-content:flex-end;margin-bottom:8px}.productdetail-like-group{align-items:center;cursor:pointer;display:flex}.productdetail-like-group .like-count{color:#555;font-size:15px;margin-left:8px}.like-count{color:#333;font-size:14px;font-weight:500;min-width:18px}.productdetail-button-row{display:flex;gap:10px;margin-top:16px}.productdetail-chat-button,.productdetail-store-button{border:none;border-radius:10px;box-shadow:0 2px 8px #00000014;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;padding:12px;text-align:center;transition:background-color .2s ease}.productdetail-chat-button{background-color:#0984e3;color:#fff}.productdetail-chat-button:hover{background-color:#0c6ecb}.productdetail-store-button{background-color:#e0e0e0;color:#333}.productdetail-store-button:hover{background-color:#d4d4d4}.productdetail-report-icon{cursor:pointer;height:30px;margin-left:12px;transition:opacity .2s ease;width:30px}.productdetail-report-icon:hover{opacity:.7}.productdetail-action-btn.disabled{background-color:#ccc;color:#666;cursor:not-allowed}.productdetail-suspended-box{align-items:center;display:flex;flex-direction:column;gap:10px}.review-clickable{color:#f39c12;cursor:pointer;font-weight:500}.review-clickable:hover{text-decoration:underline}.productdetail-usd-note{color:#888;font-size:13px;margin-bottom:8px;margin-top:-6px}.product-toast{border-radius:8px;box-shadow:0 4px 12px #0003;font-size:14px;font-weight:600;left:5%;padding:14px;position:fixed;text-align:center;top:-80px;transition:top .4s ease;width:90%;z-index:9999}.product-toast.success{background-color:#2ecc71;color:#fff;top:20px}.product-toast.error{background-color:#e74c3c;color:#fff;top:20px}.productdetail-textarea{background:#fff;border:1px solid #eee;border-radius:8px;font-size:14px;padding:10px;resize:vertical;width:100%}.productdetail-section{margin-top:12px}.strike{opacity:.7;text-decoration:line-through}.pdp-price-row{align-items:baseline;display:flex;flex-wrap:wrap;gap:8px;margin:6px 0 2px;min-height:28px}.pdp-price-original,.pdp-price-regular,.pdp-price-sale{white-space:nowrap}.pdp-price-regular{color:#111;font-size:1.25rem;font-weight:800}.pdp-price-original{color:#666;font-size:1rem;opacity:.8;text-decoration:line-through}.pdp-price-sale{color:#1eae64;font-size:1.35rem;font-weight:800}.pdp-percent-pill{background:#e53935;border-radius:999px;color:#fff;font-size:.85rem;font-weight:800;line-height:1;padding:4px 8px}.pdp-offer-ends{color:#333;font-size:.95rem;margin-top:4px}.pdp-countdown{font-feature-settings:"tnum";color:#e53935;font-variant-numeric:tabular-nums}@media (max-width:380px){.pdp-price-sale{font-size:1.2rem}.pdp-price-regular{font-size:1.1rem}}.productdetail-price-label{align-items:center;display:flex;gap:8px;margin:6px 0 2px}.pdp-percent-pill.label{font-size:.8rem;margin-top:4px;padding:3px 7px}.productdetail-skeleton{padding:16px}.productdetail-skeleton-header{background:#e0e0e0;border-radius:8px;height:28px;margin-bottom:16px;width:60%}.productdetail-skeleton-carousel{background:#e0e0e0;border-radius:10px;height:200px;margin-bottom:16px}.productdetail-skeleton-info .skeleton-line{background:#e0e0e0;border-radius:6px;height:14px;margin-bottom:10px}.skeleton-line.wide{width:90%}.skeleton-line.short{width:60%}.skeleton-line:not(.wide):not(.short){width:75%}.productdetail-skeleton-info{margin-top:12px}.popup-overlay{background-color:#00000080;z-index:2000}.popup-box{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:400px;padding:24px;text-align:left}.popup-box h3{font-size:20px;margin-top:0}.popup-box p{margin-bottom:12px}.popup-box select,.popup-box textarea{border:1px solid #ddd;border-radius:4px;font-size:14px;margin-bottom:12px;margin-top:4px;padding:8px;resize:none;width:100%}.popup-actions{display:flex;justify-content:flex-end;margin-top:16px}.review-cancel-btn{background-color:#ccc;border:none;border-radius:4px;color:#333;cursor:pointer;margin-right:10px;padding:8px 16px;transition:background-color .2s ease}.review-cancel-btn:hover{background-color:#bbb}.review-submit-btn{background-color:#009f4d;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 16px;transition:background-color .2s ease}.review-submit-btn:hover{background-color:#008241}.review-cancel-btn:disabled,.review-submit-btn:disabled{cursor:not-allowed;opacity:.6}.review-toast{border-radius:8px;box-shadow:0 4px 12px #0003;font-size:14px;font-weight:600;left:5%;padding:14px;position:fixed;text-align:center;top:-80px;transition:top .4s ease;width:90%;z-index:9999}.review-toast.success{background-color:#2ecc71;color:#fff;top:20px}.review-toast.error{background-color:#e74c3c;color:#fff;top:20px}.reviewdrawer-backdrop{align-items:flex-end;background:#0006;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.reviewdrawer-box{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:column;max-height:80%;overflow-x:hidden;overflow-y:auto;padding:16px;transform:translateY(100%);transition:transform .3s ease-in-out;width:100%}.reviewdrawer-box.open{transform:translateY(0)}.reviewdrawer-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.reviewdrawer-close{cursor:pointer;height:20px;width:20px}.reviewdrawer-empty,.reviewdrawer-loading{color:#666;margin-top:24px;text-align:center}.reviewdrawer-list{display:flex;flex-direction:column;gap:12px}.reviewdrawer-item{background:#f8f8f8;border-radius:6px;box-sizing:border-box;overflow:hidden;padding:12px;width:100%}.reviewdrawer-stars{color:gold;font-size:14px;margin-bottom:6px}.reviewdrawer-comment{word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;word-break:break-word}.reviewdrawer-username{color:#222;font-weight:600;margin-bottom:4px}.reviewdrawer-comment{color:#333;font-size:14px;overflow:hidden;transition:all .2s ease}.reviewdrawer-comment.clamped{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box}.reviewdrawer-comment.expanded{display:block}.readmore-toggle{color:#007bff;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;margin-top:4px}.marketplace-container{display:flex;flex-direction:column;font-family:sans-serif;height:100vh}.marketplace-topbar{align-items:center;background-color:#fff;border-bottom:none;display:flex;height:60px;justify-content:space-between;padding:12px 15px}.marketplace-tabs{display:flex;gap:8px;position:relative}.marketplace-tab{color:#777;cursor:pointer;font-size:15px;margin-left:-2px;margin-right:4px}.marketplace-topbar .marketplace-tabs .marketplace-tab.active{border-bottom:none;color:#111;font-weight:700}.marketplace-tab.inactive{color:gray}@media (max-width:480px){.marketplace-tab{font-size:14px}}.marketplace-icons{align-items:center;display:flex;gap:12px}@media (max-width:480px){.marketplace-logo{height:24px}.marketplace-icons img{height:20px;width:20px}}.market-logo{margin-left:-25px;margin-right:-30px;max-height:110px;object-fit:contain}.top-icons{align-items:center;display:flex;gap:14px}.marketplace-menu-dots{border-radius:50%;cursor:pointer;height:24px;object-fit:contain;padding:4px;transition:background-color .2s ease;width:24px}.marketplace-menu-dots:hover{background-color:#f0f0f0}@media (max-width:480px){.marketplace-menu-dots{height:24px;padding:6px;width:24px}}.icon-btn{cursor:pointer;height:26px;object-fit:contain;width:26px}.marketplace-grid-wrapper{flex:1 1;overflow-y:auto}.marketplace-grid{grid-gap:12px;background-color:#f9f9f9;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-top:0;padding:16px 16px 120px;width:100%}@media (max-width:480px){.marketplace-grid{padding-bottom:160px}.marketplace-card-image{height:140px}.marketplace-card-price,.marketplace-card-title{font-size:12px}}.marketplace-card{background:#fff;border-radius:10px;box-shadow:0 1px 5px #0000000d;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:transform .2s ease}.marketplace-card:hover{transform:scale(1.01)}.marketplace-card-image{border-radius:8px;height:150px;object-fit:cover;width:100%}.marketplace-card-info{display:flex;flex:1 1;flex-direction:column;justify-content:flex-end;min-width:0;padding:8px 10px}.marketplace-card-title{color:#000;font-size:13px;font-weight:600;margin-bottom:2px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.marketplace-card-price{color:#1eae64;font-size:13px;font-weight:700;margin-bottom:2px}.marketplace-like-icon{cursor:pointer;height:22px;object-fit:contain;width:22px}.marketplace-like-icon:hover{opacity:.75}.marketplace-store-overlay{align-items:center;background:#ffffffd9;border-radius:8px;display:flex;gap:6px;left:8px;max-width:90%;overflow:hidden;padding:4px 8px;position:absolute;top:8px;z-index:5}.marketplace-store-logo{border-radius:50%;flex-shrink:0;height:20px;object-fit:cover;width:20px}.marketplace-store-name{color:#333;font-size:12px;font-weight:500;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:480px){.marketplace-store-name{font-size:11px;max-width:70px}.marketplace-store-logo{height:18px;width:18px}.marketplace-store-overlay{padding:3px 6px}}.filter-tabs{margin-top:-1px}.filter-tabs+.store-scroll-wrapper{margin-top:4px}@media (max-width:380px){.filter-tabs__badge{display:none}}.marketplace-modal-input{border:1px solid #ccc;border-radius:8px;font-size:14px;margin-bottom:10px;padding:10px;width:100%}.bottom-nav{align-items:center;background-color:#fff;border-top:1px solid #ddd;bottom:0;display:flex;justify-content:space-around;padding:8px 0;position:fixed;width:100%;z-index:10}.nav-icon{cursor:pointer;height:28px;object-fit:contain;width:28px}.cart-wrapper{margin-right:8px;position:relative}.cart-count-badge{align-items:center;background-color:#562eff;border-radius:50%;color:#fff;display:flex;font-size:11px;font-weight:700;height:18px;justify-content:center;position:absolute;right:-6px;top:-6px;width:18px}.menu-wrapper{position:relative}.marketplace-dropdown{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;min-width:180px;padding:10px 0;position:absolute;right:0;top:32px;z-index:999}.marketplace-dropdown button{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:14px;gap:10px;padding:10px 16px;width:100%}.marketplace-dropdown button:hover{background-color:#f5f5f5}.marketplace-dropdown img{height:18px;object-fit:contain;width:18px}.marketplace-scroll-content{display:flex;flex:1 1;flex-direction:column;overflow-y:auto}.marketplace-card-label{align-items:center;color:#555;display:flex;font-size:.75rem;gap:6px;margin-top:4px}.marketplace-info-icon{cursor:pointer;height:14px;opacity:.8;width:14px}.dynamic-popup-backdrop{align-items:flex-end;background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.dynamic-popup-content{animation:slideUp .3s ease-out;background:#fff;border-radius:16px 16px 0 0;max-width:400px;padding:24px;text-align:center;width:100%}.dynamic-popup-content h3{font-size:1.1rem;margin-bottom:10px}.dynamic-popup-content p{color:#333;font-size:.9rem;margin-bottom:16px}.dynamic-popup-content button{background:#111;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:10px 18px}.nav-icon-wrapper{display:inline-block;position:relative}.nav-badge{background-color:#562eff;border-radius:999px;color:#fff;font-size:11px;font-weight:700;line-height:1;min-width:18px;padding:2px 6px;position:absolute;right:-6px;text-align:center;top:-6px;z-index:5}.market-reload-icon,.market-scrolltop-icon{background:#fff;border-radius:50%;box-shadow:0 2px 8px #00000026;cursor:pointer;height:45px;opacity:0;padding:8px;pointer-events:none;position:fixed;right:20px;transition:opacity .3s ease,transform .3s ease;width:45px;z-index:999}.market-reload-icon.visible,.market-scrolltop-icon.visible{opacity:1;pointer-events:auto}.market-scrolltop-icon{bottom:80px}.market-reload-icon{bottom:140px}.market-scrolltop-icon:hover{transform:scale(1.05)}.market-reload-icon.spinning{animation:reloadSpin .6s linear 2}@keyframes reloadSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.marketplace-like-icon{height:24px;transition:transform .2s ease;width:24px}.pop-liked{animation:likePop .35s ease}@keyframes likePop{0%{filter:brightness(1);transform:scale(1)}30%{filter:brightness(1.2);transform:scale(1.4)}to{filter:brightness(1);transform:scale(1)}}.modal-backdrop{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.modal-content{background:#fff;border-radius:12px;box-shadow:0 6px 24px #0000001a;max-width:360px;padding:24px;text-align:center;width:90%}.modal-content h3{font-size:1.2rem;margin-bottom:10px}.modal-content p{color:#444;font-size:.95rem;margin-bottom:20px}.popup-btn-row{display:flex;gap:12px;justify-content:space-between}.popup-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;padding:10px 16px}.popup-btn.cancel{background:#ddd;color:#333}.popup-btn.register{background:#00b894;color:#fff}.info-header-row{align-items:flex-start;display:flex;gap:10px;justify-content:space-between}.marketplace-label-wrapper{align-items:flex-end;display:flex;margin-top:auto;min-height:20px}.marketplace-info-row{align-items:center;display:flex;justify-content:space-between}.market-like-inside{background:none;bottom:auto;margin-left:6px;padding:0;position:relative;right:auto;z-index:1}.market-like-inside .marketplace-like-icon{height:22px;width:22px}.marketplace-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#000;height:32px;margin:20px auto;width:32px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.end-of-market-msg{color:#777;font-size:14px;padding:20px 0;text-align:center}.market-bottom-indicator{align-items:center;display:flex;justify-content:center;min-height:50px}.marketplace-sponsored-wrapper{grid-column:span 2}.marketplace-grid>*{transition:opacity .3s ease-in-out}.liked-animate{animation:popLike .3s ease}@keyframes popLike{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.marketplace-banner.success{animation:fadeInSlide .4s ease-in-out;background-color:#e0ffe3;border:1px solid #b8eac6;border-radius:8px;color:#1a7f3c;font-weight:700;margin:12px auto;max-width:600px;padding:12px 16px;text-align:center;width:90%}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.store-scroll-wrapper{background-color:#fff;border-bottom:1px solid #eee;overflow-x:auto;padding:12px 12px 80px}.store-scroll-row{display:flex;gap:25px;overflow-x:auto;overflow-y:hidden;scroll-padding-left:12px;scroll-snap-type:x mandatory;touch-action:pan-x}.store-card{align-items:center;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;scroll-snap-align:start;text-align:center;width:64px}.store-card-logo{background:#f9f9f9;border:2px solid #ccc;border-radius:50%;height:50px;object-fit:cover;width:50px}.store-card-name{color:#222;font-size:11px;margin-top:4px;max-width:64px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.liked-products-wrapper{background-color:#fff;border-bottom:1px solid #eee;padding:12px 12px 24px}.section-title{font-size:16px;font-weight:600;margin-bottom:10px;padding-left:4px}.liked-scroll-row{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;touch-action:pan-x}.liked-card{background:#fafafa;border-radius:12px;box-shadow:0 1px 3px #0000000f;cursor:pointer;flex-shrink:0;min-width:160px;transition:transform .2s}.liked-card:hover{transform:scale(1.02)}.liked-card-image{border-top-left-radius:12px;border-top-right-radius:12px;height:120px;object-fit:cover;width:100%}.liked-card-info{padding:8px}.liked-card-title{font-size:14px;font-weight:500;margin-bottom:4px}.liked-card-price{color:#444;font-size:13px}.market-banner-span{grid-column:1/-1}.market-suggested-span{grid-column:1/-1;width:100%}.sugg-row{background:#fff;border:1px solid #eee;border-radius:12px;padding:8px 12px}.sugg-row__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.sugg-row__header h3{font-size:16px;margin:0}.sugg-row__scroller{grid-gap:10px;display:grid;gap:10px;grid-auto-columns:140px;grid-auto-flow:column;overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:6px}.sugg-card{background:#fff;border:1px solid #eee;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;text-align:left;width:140px}.sugg-card img{background:#f4f4f4;display:block;height:120px;object-fit:cover;width:100%}.sugg-card__meta{padding:6px}.sugg-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:13px;line-height:1.2;max-height:2.4em;overflow:hidden;text-overflow:ellipsis}.sugg-card__price{font-size:13px;font-weight:600;margin-top:4px}.sugg-row__status{color:#777;padding:10px 12px}.market-escrow-wrap{margin:8px 0 10px}.store-titlebar{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px;padding:8px 12px 0}.store-title{color:#222;font-size:14px;font-weight:800;margin:0;padding-left:4px}.store-hint{color:#777;font-size:12px}@media (min-width:768px){.store-title{font-size:15px}}.filter-tabs+.store-titlebar{margin-top:12px}.store-titlebar+.store-scroll-wrapper{margin-top:8px}.store-viewall{background:#0000;border:none;border-radius:10px;color:#562eff;cursor:pointer;font-size:13px;font-weight:800;padding:6px 8px}.store-viewall:active{transform:translateY(1px)}.price-old.strike{font-weight:500;opacity:.7;text-decoration:line-through}.marketplace-sale-line,.price-new{color:#222;font-weight:700}.marketplace-sale-line{font-size:.92rem;line-height:1.2;margin-top:2px}.percent-red{color:#d32f2f;font-weight:800;margin-left:6px}.market-img-wrap{border-radius:8px;height:150px;overflow:hidden;width:100%}.sale-pill{z-index:12}.market-img-wrap{position:relative;z-index:0}.market-img-wrap .sale-pill{z-index:2}.bottom-nav{z-index:20}.market-sale-span{align-items:center;display:flex;grid-column:1/-1;justify-content:center;margin:12px 0}.market-sale-span img{border-radius:10px;max-height:120px;object-fit:cover;width:100%}.drawer-backdrop{align-items:flex-end;background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.drawer-popup{animation:slideUp .3s ease-out;background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;max-width:500px;padding:20px;width:100%}.drawer-message{color:#333;font-size:16px;line-height:1.4;margin-bottom:20px;text-align:center}.drawer-buttons{gap:12px}.drawer-btn{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-size:15px;font-weight:600;padding:12px;transition:background .2s ease,transform .1s ease}.drawer-btn.cancel{background:#f2f2f2;color:#444}.drawer-btn.cancel:hover{background:#e0e0e0}.drawer-btn.action{background:#000;color:#fff}.drawer-btn.action:hover{background:#222;transform:scale(1.02)}.skeleton-card{animation:pulse 1.2s ease-in-out infinite;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;gap:10px;padding:10px;width:100%}.skeleton-image{background-color:#e0e0e0;border-radius:10px;height:150px;width:100%}.skeleton-text{background-color:#e0e0e0;border-radius:6px;height:14px}.skeleton-text.short{width:40%}.skeleton-text.long{width:70%}.skeleton-price{background-color:#ccc;border-radius:6px;height:16px;margin-top:8px;width:30%}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.bannerrow-wrapper{padding:8px 12px 2px}.bannerrow-titlebar{align-items:baseline;display:flex;justify-content:space-between;margin:2px 4px 8px}.bannerrow-title{color:#222;font-size:14px;font-weight:700;margin:0}.bannerrow-hint{color:#666;font-size:12px}.bannerrow-scroll{-webkit-overflow-scrolling:touch;display:flex;gap:10px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}.bannerrow-scroll::-webkit-scrollbar{height:0}.banner-card{--ring:#562eff26;grid-row-gap:10px;background:linear-gradient(135deg,#f5f5f7,#ececf3);border:1px solid #0000000f;border-radius:16px;box-shadow:0 2px 10px #0000000f;color:#111;cursor:pointer;display:grid;flex:0 0 100%;grid-template-rows:auto 1fr auto;height:150px;outline:none;padding:16px;position:relative;row-gap:10px;scroll-snap-align:start;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease;-webkit-user-select:none;user-select:none}.banner-card:hover{box-shadow:0 6px 16px #0000001a;transform:translateY(-2px)}.banner-card:focus-visible{border-color:#562eff;box-shadow:0 0 0 4px var(--ring)}.banner-card-top{align-items:center;display:flex;justify-content:flex-end}.banner-emoji{filter:drop-shadow(0 1px 0 rgba(0,0,0,.06));font-size:20px}.banner-card-content{text-align:left}.banner-card-title{font-size:14px;font-weight:800;line-height:1.2}.banner-card-sub{font-size:12px;margin-top:2px;opacity:.8}.banner-card-cta{align-items:center;color:#222;display:inline-flex;font-size:12px;gap:6px;opacity:.9}.banner-card:hover .banner-card-cta .chev{transform:translateX(2px)}.chev{transition:transform .12s ease}.skeleton{background:#f7f7f9;border-color:#eee;box-shadow:none}.skeleton-line{animation:shimmer 1.2s linear infinite;background:linear-gradient(90deg,#eee,#f7f7f9,#eee);background-size:200% 100%;border-radius:6px;height:10px}.w-60{width:60%}.w-40{width:40%}.mt-6{margin-top:6px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width:768px){.banner-card{flex:0 0 70%;height:200px}}.banner-card-img{border-radius:16px;box-shadow:0 2px 10px #00000014;cursor:pointer;flex:0 0 100%;overflow:hidden;scroll-snap-align:start;transition:transform .2s ease}.banner-card-img:hover{transform:scale(1.01)}.banner-card-img img{display:block;height:150px;object-fit:cover;width:100%}@media (min-width:768px){.banner-card-img{flex:0 0 70%}.banner-card-img img{height:200px}}.escrow-banner{background:#fff;border:1px solid #00000014;border-radius:14px;cursor:pointer;margin:10px 12px 6px;overflow:hidden}.escrow-banner-aspect{position:relative;width:100%}.escrow-banner-img{display:block;height:auto;opacity:0;transition:opacity .2s ease-in;width:100%}.escrow-banner-img.show{opacity:1}.escrow-banner-skel{animation:escrowBannerShimmer 1s ease-in-out infinite;background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;border-radius:14px;height:140px;width:100%}@keyframes escrowBannerShimmer{0%{background-position:100% 0}to{background-position:0 0}}.escrow-banner-fallback{color:#333;padding:16px;text-align:center}.escrow-banner-fallback h4{font-size:16px;font-weight:600;margin:0 0 4px}.escrow-banner-fallback p{font-size:13px;margin:0;opacity:.8}.dept-wrapper{padding:8px 12px 0}.dept-titlebar{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.dept-title{color:#222;font-size:14px;font-weight:800;margin:0;padding-left:4px}.dept-hint{color:#777;font-size:12px}.dept-scroll{-webkit-overflow-scrolling:touch;display:flex;gap:12px;overflow-x:auto;padding:4px 0 10px;scroll-snap-type:x proximity}.dept-scroll::-webkit-scrollbar{display:none}.dept-pill{align-items:center;background:#fff;border:1px solid #eee;border-radius:16px;color:inherit;display:flex;flex:0 0 auto;flex-direction:column;font-size:13px;gap:6px;justify-content:center;padding:10px 8px;scroll-snap-align:start;text-align:center;transition:box-shadow .15s ease,border-color .15s ease,transform .1s ease,background .15s ease;width:90px}.dept-pill:hover{border-color:#e5e5ff;box-shadow:0 4px 14px #562eff14}.dept-pill:active{transform:translateY(1px)}.dept-pill:focus-visible{border-color:#6a5af9;box-shadow:0 0 0 3px #6a5af92e;outline:none}.dept-pill.active{border-color:#6a5af9;box-shadow:0 0 0 3px #6a5af91f}.dept-emoji{display:block;font-size:22px;line-height:1}.dept-label{color:#333;font-size:12px;font-weight:700;line-height:1.2;max-width:100%;white-space:normal;word-break:keep-all}@media (min-width:480px){.dept-pill{width:96px}.dept-emoji{font-size:24px}}@media (min-width:768px){.dept-title{font-size:15px}.dept-pill{padding:12px 10px;width:104px}.dept-emoji{font-size:26px}.dept-label{font-size:12.5px}}.dept-viewall{background:#0000;border:none;border-radius:10px;color:#562eff;cursor:pointer;font-size:13px;font-weight:800;padding:6px 8px}.dept-viewall:active{transform:translateY(1px)}.sale-mid-banner{cursor:pointer;width:100%}.sale-mid-banner img{border-radius:10px;height:auto;max-height:120px;object-fit:cover;width:100%}.cart-container{background:#f9f9f9;display:flex;flex-direction:column;font-family:sans-serif;height:100vh}.cart-header{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;justify-content:center;padding:14px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.cart-back-icon{cursor:pointer;height:22px;left:16px;object-fit:contain;position:absolute;width:22px}.cart-title{color:#111;font-size:16px;font-weight:600}.cart-scroll-content{flex:1 1;overflow-y:auto;padding:16px}.cart-empty{color:#888;font-size:14px;margin-top:40px;text-align:center}.cart-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));padding-bottom:100px}.cart-card{background:#fff;border-radius:10px;box-shadow:0 1px 4px #00000014;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:transform .2s ease}.cart-card:hover{transform:scale(1.01)}.cart-img{height:140px;object-fit:cover;width:100%}.cart-info{display:flex;flex-direction:column;gap:4px;padding:8px}.cart-name{color:#000;font-size:13px;font-weight:600}.cart-price{color:#1eae64;font-size:13px}.cart-remove-icon{background-color:#ffffffb3;border-radius:50%;box-shadow:0 0 4px #00000014;cursor:pointer;height:25px;object-fit:contain;opacity:.8;padding:4px;position:absolute;right:8px;top:8px;transition:opacity .2s ease;width:25px}.cart-remove-icon:hover{opacity:.6}@media (max-width:480px){.cart-grid{gap:10px;grid-template-columns:repeat(2,1fr);padding:12px}.cart-img{height:120px}.cart-name,.cart-price{font-size:12px}}.cart-sale-badge{background:#ff3b30;border-radius:6px;color:#fff;font-size:12px;font-weight:700;left:8px;padding:4px 6px;position:absolute;top:8px;z-index:2}.cart-price-row{align-items:baseline;display:flex;gap:8px}.cart-price-old{font-size:14px;opacity:.6;text-decoration:line-through}.cart-price-sale{font-size:16px;font-weight:700}.cart-price{font-size:15px;font-weight:600}.remove-cart-drawer-overlay{background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.remove-cart-drawer{animation:slideUp .3s ease;background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;bottom:0;box-shadow:0 -2px 10px #0000001a;left:0;margin:0 auto;max-width:500px;padding:24px;position:fixed;right:0}.remove-cart-drawer h3{color:#222;font-size:18px;font-weight:600;margin:0}.remove-cart-drawer p{color:#555;font-size:14px;margin-top:10px}.remove-cart-drawer-buttons{display:flex;gap:10px;justify-content:space-between;margin-top:24px}.remove-cart-cancel-btn,.remove-cart-confirm-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:14px;padding:12px 0}.remove-cart-cancel-btn{background:#f2f2f2;color:#333}.remove-cart-confirm-btn{background:#d63031;color:#fff}.saved-products-container{background:#f9f9f9;display:flex;flex-direction:column;font-family:sans-serif;height:100vh}.saved-top-bar{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;justify-content:center;padding:14px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.saved-back-icon{cursor:pointer;height:22px;left:16px;object-fit:contain;position:absolute;width:22px}.saved-title{color:#111;font-size:16px;font-weight:600}.saved-scroll-content{flex:1 1;overflow-y:auto;padding:0 12px}.empty-msg{color:#888;font-size:14px;margin-top:40px;text-align:center}.saved-products-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));padding:16px 0 100px}.saved-product-card{background:#fff;border-radius:10px;box-shadow:0 1px 5px #0000000d;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:transform .2s ease}.saved-product-card:hover{transform:scale(1.01)}.saved-product-img{height:140px;object-fit:cover;width:100%}.saved-product-info{display:flex;flex:1 1;flex-direction:column;justify-content:flex-end;padding:8px 10px}.product-title{color:#000;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.saved-price-row{align-items:baseline;display:flex;gap:8px;margin-top:2px}.saved-price{color:#222;font-size:13px;font-weight:700;white-space:nowrap}.saved-price-sale{color:#1eae64}.saved-sale-badge{background:#ff3b30;border-radius:6px;color:#fff;font-size:12px;font-weight:700;left:8px;padding:4px 6px;position:absolute;top:8px;z-index:6}@media (max-width:480px){.saved-products-grid{gap:10px;grid-template-columns:repeat(2,1fr);padding:12px 0 160px}.saved-product-img{height:120px}.product-title,.saved-price{font-size:12px}}.checkout-container{background:#fff;display:flex;flex-direction:column;height:100vh;overflow:hidden}.checkout-header-fixed{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;gap:12px;padding:16px;position:fixed;top:0;width:100%;z-index:10}.checkout-back-icon{cursor:pointer;height:24px;margin-right:12px;margin-top:10px;width:24px}.checkout-scroll-content{flex:1 1;overflow-y:auto;padding:90px 16px calc(170px + env(safe-area-inset-bottom, 0px))}.checkout-img{border-radius:10px;margin-bottom:12px;max-height:200px;object-fit:cover;width:100%}.checkout-name{font-size:18px;font-weight:700}.checkout-store{color:gray;font-size:14px}.checkout-price{font-size:16px;margin-top:8px}.checkout-rate-note{color:#555;font-size:13px;margin-top:4px}.checkout-section{margin-top:20px}.checkout-section label{display:block;font-size:14px;margin-bottom:4px}.checkout-section input,.checkout-section textarea{border:1px solid #ccc;border-radius:6px;font-size:14px;padding:10px;width:100%}.checkout-footer-fixed{background:#fff;bottom:0;box-shadow:0 -1px 5px #0000000d;padding:16px;position:fixed;width:100%;z-index:10}.checkout-confirm-btn{background-color:#5c3dff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:14px;width:100%}.checkout-pay-label{background:#f9f9f9;border:1px solid #ddd;border-radius:8px;color:#333;font-size:16px;font-weight:500;margin-top:16px;padding:12px;text-align:center}.slide-toast-banner{animation:slideDownFadeOut 2.5s ease-out forwards;border-radius:10px;box-shadow:0 4px 12px #00000026;color:#fff;font-weight:500;left:5%;max-width:500px;padding:12px 16px;position:fixed;text-align:center;top:10px;width:90%;z-index:9999}.slide-toast-banner.success{background-color:#28a745}.slide-toast-banner.error{background-color:#d9534f}@keyframes slideDownFadeOut{0%{opacity:0;transform:translateY(-40px)}15%{opacity:1;transform:translateY(0)}85%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}.checkout-confirm-btn.disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.checkout-price-block{align-items:baseline;display:flex;gap:8px}.line-through{opacity:.7}.sale-price{font-weight:700}.sale-badge{background:#ffe9e9;border:1px solid #ffb3b3;border-radius:8px;font-size:12px;margin-left:6px;padding:2px 6px;vertical-align:middle}.checkout-pricing{align-items:center;display:flex;flex-direction:column;margin-top:8px}.checkout-price-row{align-items:baseline;display:flex;gap:10px;justify-content:center}.checkout-price{color:#111;font-size:20px;line-height:1.2}.checkout-price.original{opacity:.7}.checkout-price.sale{font-weight:800}.line-through{text-decoration:line-through}.checkout-percent-row{background:#ffe9e9;border:1px solid #ffb3b3;border-radius:999px;font-size:12px;font-weight:700;margin-top:6px;padding:3px 10px;text-align:center}.sale-badge{display:none}.checkout-summary{text-align:center}.disputeform-container{background:#fefefe;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100vh;position:relative}.disputeform-header{align-items:center;background:#fff;border-bottom:1px solid #eee;display:flex;gap:12px;height:60px;left:0;padding:0 16px;position:fixed;right:0;top:0;z-index:100}.disputeform-header img{cursor:pointer;height:24px;width:24px}.disputeform-header h2{font-size:18px;font-weight:600;margin:0}.disputeform-body{flex:1 1;overflow-y:auto;padding:80px 16px 140px}.disputeform-body p{color:#444;font-size:14px;margin-bottom:6px}.disputeform-body label{display:block;font-size:14px;font-weight:600;margin-top:14px}.disputeform-body textarea{border:1px solid #ccc;border-radius:6px;font-size:14px;margin-top:6px;padding:10px;resize:vertical;width:100%}.disputeform-media-preview{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.preview-thumb{background:#f0f0f0}.add-media-box{align-items:center;border:2px dashed #bbb;border-radius:8px;cursor:pointer;display:flex;height:100px;justify-content:center;width:100px}.add-media-box img{height:28px;width:28px}.disputeform-footer{background:#fff;border-top:1px solid #eee;bottom:0;left:0;padding:16px;position:fixed;right:0;z-index:100}.submit-dispute-btn{background:#d63031;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px;width:100%}.preview-thumb{border-radius:8px;height:100px;margin-right:10px;overflow:hidden;position:relative;width:100px}.preview-thumb img,.preview-thumb video{border-radius:8px;height:100%;object-fit:cover;width:100%}.dispute-remove-icon-wrapper{align-items:center;background-color:#ffffffd9;border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;position:absolute;right:4px;top:4px;width:24px;z-index:3}.dispute-remove-icon{height:16px;object-fit:contain;pointer-events:none;width:16px}.dispute-toast{border-radius:8px;box-shadow:0 4px 12px #0003;font-size:14px;font-weight:600;left:5%;padding:14px;position:fixed;text-align:center;top:-80px;transition:top .4s ease;width:90%;z-index:9999}.dispute-toast.success{background-color:#2ecc71;color:#fff;top:20px}.dispute-toast.error{background-color:#e74c3c;color:#fff;top:20px}.escrow-overview-container{background:#f9f9f9;display:flex;flex-direction:column;height:100vh;overflow:hidden}.overview-header{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;flex-shrink:0;height:60px;justify-content:center;position:relative;z-index:10}.overview-header h2{color:#333;font-size:18px;font-weight:600}.overview-back-icon{cursor:pointer;height:24px;left:16px;margin-right:12px;margin-top:10px;position:absolute;width:24px}.overview-scroll{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:16px}.no-orders-msg{color:#777;font-size:14px;margin-top:32px;text-align:center}.order-preview-list{display:flex;flex-direction:column;gap:14px}.order-preview-card{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 1px 3px #0000000d;cursor:pointer;display:flex;flex-direction:row;gap:10px;padding:10px 6px;position:relative;transition:box-shadow .2s ease}.order-preview-card:hover{box-shadow:0 2px 8px #00000014}.order-preview-img{border-radius:8px;flex-shrink:0;height:80px;object-fit:cover;width:80px}.order-preview-info{display:flex;flex:1 1;flex-direction:column;gap:2px;justify-content:flex-start;padding-top:2px}.order-name{font-size:14px;margin-top:-8px}.order-name,.order-price{color:#333;font-weight:700;line-height:1.2;margin-bottom:0}.order-price{font-size:13px}.order-status{border-radius:14px;font-size:12px;font-weight:500;margin-top:5px;padding:2px 8px;text-transform:capitalize;width:-webkit-fit-content;width:fit-content}.order-status.pending{background:#fff6e0;color:#d17b00}.order-status.completed{background:#e1fbe1;color:#2ecc71}.order-status.cancelled{background:#ffeaea;color:#d63031}.order-status-bar{border-bottom-left-radius:10px;border-top-left-radius:10px;height:100%;margin-right:10px;width:5px}.status-pending .order-status-bar{background-color:orange}.status-completed .order-status-bar{background-color:#2ecc71}.status-cancelled .order-status-bar{background-color:#e74c3c}.overview-dot-icon{cursor:pointer;height:20px;position:absolute;right:16px;width:20px}.overview-menu{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000014;overflow:hidden;position:absolute;right:10px;top:60px;z-index:999}.overview-menu-item{color:#333;cursor:pointer;font-size:14px;padding:10px 16px;transition:background .2s}.overview-menu-item:hover{background:#f2f2f2}.overview-filter-bar{background:#fff;border-bottom:1px solid #eee;display:flex;flex-wrap:wrap;gap:8px;padding:10px 16px;position:-webkit-sticky;position:sticky;top:60px;z-index:9}.filter-btn{background:#f2f2f2;border:1px solid #ccc;border-radius:20px;cursor:pointer;font-size:13px;padding:6px 12px;transition:background .2s;white-space:nowrap}@media (max-width:420px){.overview-filter-bar{gap:6px;justify-content:center;padding:8px 12px}.filter-btn{font-size:12px;padding:5px 10px}}.filter-btn.active{background:#007aff;border-color:#ccc;color:#fff}.overview-scroll{padding-bottom:calc(170px + env(safe-area-inset-bottom, 0px))}.paused-label{border-radius:8px;color:#d35400;display:inline-block;font-size:11px;font-weight:500;margin-left:6px;padding:2px 6px;vertical-align:middle}.order-delete-icon{align-items:center;background:#fff;border:1px solid #ccc;border-radius:50%;box-shadow:0 1px 4px #0000001a;cursor:pointer;display:flex;height:22px;justify-content:center;padding:3px;position:absolute;right:6px;top:6px;width:22px;z-index:5}.disputed-label{border-radius:5px;font-size:12px;font-weight:700;margin-left:8px;padding:2px 6px}.network-badge{border:1px solid #ffffff40;border-radius:999px;font-size:.8rem;margin-left:6px;opacity:.85;padding:2px 8px}.drawer-overlay{inset:0;z-index:1000}.drawer-panel{animation:slideUp .3s ease;background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -2px 10px #00000026;padding:24px;width:100%}.drawer-message{color:#555;font-size:14px;margin-top:10px}.drawer-actions{display:flex;justify-content:space-between;margin-top:20px}.drawer-cancel,.drawer-confirm{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:14px;margin:0 6px;padding:12px}.drawer-cancel{background:#f0f0f0;color:#333}.drawer-confirm{background:#d63031;color:#fff}.escrowlist-container{background:#f9f9f9;display:flex;flex-direction:column;height:100vh;overflow:hidden}.escrowlist-header{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;height:60px;justify-content:center;padding:0 16px;position:relative}.escrowlist-back-icon{cursor:pointer;height:24px;left:16px;margin-right:12px;margin-top:5px;position:absolute;top:50%;transform:translateY(-50%);width:24px}.escrowlist-scroll{flex:1 1;overflow-x:hidden;overflow-y:auto;padding:16px 16px calc(170px + env(safe-area-inset-bottom, 0px))}.escrowlist-card{display:flex;flex-direction:column;gap:12px;width:100%}.escrow-carousel-wrapper{background-color:#f8f8f8;border-radius:12px;width:100%}.escrow-carousel-scroll,.escrow-carousel-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto;scroll-snap-type:x mandatory}.escrow-carousel-scroll{display:flex;gap:10px;padding:0 10px;scroll-behavior:smooth}.escrow-carousel-scroll::-webkit-scrollbar{display:none}.escrow-carousel-img{background-color:#f0f0f0;border-radius:12px;flex:0 0 100%;height:320px;object-fit:cover;scroll-snap-align:center}.escrow-carousel-dots{display:flex;gap:6px;justify-content:center;margin-top:8px}.escrow-dot{background-color:#ccc;border-radius:50%;height:6px;transition:background-color .3s ease;width:6px}.escrow-dot.active{background-color:#000}@media (max-width:480px){.escrow-carousel-img{max-height:420px}}.escrowlist-info{display:flex;flex-direction:column;gap:6px}.escrowlist-name{color:#222;font-size:16px;font-weight:700}.escrowlist-description{word-wrap:break-word;color:#555;font-size:13px;line-height:1.4;overflow-wrap:break-word;word-break:break-word}.escrowlist-orderid{color:#555;font-size:.9rem;margin-top:6px;word-break:break-all}.escrowlist-status{background:#eee;border-radius:14px;display:inline-block;font-size:12px;font-weight:600;padding:3px 10px;text-transform:capitalize}.escrowlist-status.pending{background:#fff6e0;color:#d17b00}.escrowlist-status.completed{background:#e1fbe1;color:#2ecc71}.escrowlist-status.cancelled{background:#ffeaea;color:#d63031}.escrowlist-actions-row{align-items:center;display:flex;justify-content:space-between;margin-top:8px}.seller-username{color:#666;font-size:13px}.confirm-label-row{align-items:center;display:flex;gap:6px;margin-top:12px}.confirm-label-text{color:#333;font-size:14px;font-weight:600}.info-icon{cursor:pointer;height:18px;width:18px}.status-msg,.status-msg.secondary{color:#888;font-size:13px;margin-top:6px}.status-msg.secondary{color:#666;padding-left:4px}.countdown-highlight{color:red;font-weight:700}.status-actions{display:flex;gap:10px;margin-top:10px}.status-actions button{border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-size:13px;font-weight:500;min-width:120px;padding:10px 0;text-align:center}.status-actions .confirm-btn{background-color:#2ecc71}.status-actions .cancel-btn{background-color:#e74c3c}.status-actions .dispute-btn{background-color:#ff9f43}.txn-id-row{align-items:center;display:flex;font-size:13px;gap:6px;margin-top:6px}.txn-id-label{color:#444;font-weight:500}.txn-id-value{color:#5c3dff;cursor:pointer;font-family:monospace}.txn-id-value:hover{text-decoration:underline}.popup-overlay{align-items:center;background:#00000073;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.popup-box{background:#fff;border-radius:10px;box-shadow:0 4px 20px #0000001a;max-width:320px;padding:18px;text-align:center;width:90%}.popup-box h3{font-size:17px;margin-bottom:10px;text-align:left}.popup-box p{color:#333;font-size:14px;line-height:1.5;margin-bottom:14px;text-align:left}.popup-box button{background:#5c3dff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:8px 16px}@media (max-width:480px){.escrowlist-header h2{font-size:18px}.status-actions{flex-direction:row;flex-wrap:wrap}.txn-id-row{align-items:flex-start;flex-direction:column;gap:2px}}.tick-icon{height:25px;margin-right:6px;object-fit:contain;vertical-align:middle;width:25px}.escrowlist-amount{color:#2d3436;font-size:.95rem;font-weight:500;margin-bottom:8px}.dispute-btn.disabled-btn{background-color:#ccc;color:#666;cursor:pointer;opacity:.5}.escrow-review-button{background-color:gold;border:none;color:#000;font-weight:600;margin-top:10px;width:-webkit-fit-content;width:fit-content}.chat-btn,.escrow-review-button{border-radius:6px;cursor:pointer;padding:6px 12px}.chat-btn{background:#5c3dff;border:none;color:#fff;font-size:13px;font-weight:500;position:relative}.new-message-dot{background-color:red;border:2px solid #fff;border-radius:50%;height:10px;position:absolute;right:1px;top:1px;width:10px}.disputed-status-label,.disputed-status-label.clickable{background-color:#ffe6e6;border-radius:6px;color:#a10000;font-size:14px;font-weight:500;margin-top:5px;padding:6px 10px}.disputed-status-label.clickable,.paused-clickable{cursor:pointer;text-decoration:underline}.paused-clickable{color:#f90}.escrowlist-meta-row{color:#2d3436;font-size:.95rem;font-weight:500;margin:2px 0}.escrow-badge{background:#f0f0f0;border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:2px 8px}.escrow-badge.new{background:#e8f7ff;color:#0369a1}.escrow-badge.used{background:#fff6e5;color:#b45309}.escrowlist-block{margin-bottom:14px}.escrowlist-block-label{color:#222;display:block;font-size:15px;font-weight:700;margin-bottom:4px}.escrowlist-block-value{color:#444;font-size:14px;line-height:1.5}.escrowlist-block-value.amount{color:#111;font-size:16px;font-weight:700}.pd-badge{align-items:center;background:#fafafa;border:1px solid #eee;border-radius:999px;color:#333;display:inline-flex;font-size:12px;padding:6px 10px}.pd-badge.new{background:#e9f6ff;border-color:#cde9ff}.pd-badge.used{background:#fff4e5;border-color:#ffd9a8}.net-badge{background:#f6f6f7;border:1px solid #00000014;border-radius:9999px;display:inline-block;font-size:12px;line-height:16px;margin-left:8px;padding:2px 8px;text-transform:none;vertical-align:middle}.net-badge.testnet{background:#fff7ed;border-color:#fed7aa}.net-badge.mainnet{background:#eef2ff;border-color:#c7d2fe}.drawer-content button{background-color:#ff4d4d}.drawer-overlay{background:#0006}.drawer-content{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -2px 10px #0000001a;max-width:500px;padding:20px;width:100%}.drawer-content h3{font-size:20px;font-weight:600;margin-top:0}.drawer-content p{font-size:16px;margin:12px 0 24px}.drawer-content button{background-color:#007bff;font-size:16px;font-weight:700;padding:12px}.drawer-content .drawer-black-btn,.drawer-content button{border:none;border-radius:8px;color:#fff;cursor:pointer;width:100%}.drawer-content .drawer-black-btn{background-color:#000;font-weight:600;margin-top:20px;padding:10px 18px}.drawer-overlay{background-color:#00000080;bottom:0;right:0}.drawer-box{animation:slideUp .3s ease-out;background-color:#fff;border-top-left-radius:12px;border-top-right-radius:12px;bottom:0;box-shadow:0 -2px 12px #00000026;padding:20px;position:absolute;width:100%}.drawer-box h3{font-size:18px;margin-bottom:10px}.drawer-box p{color:#333;font-size:14px;margin-bottom:20px}.drawer-buttons{display:flex;justify-content:space-between}.drawer-buttons .cancel-btn,.drawer-buttons .confirm-btn{border:none;border-radius:6px;flex:1 1;font-size:14px;font-weight:700;margin:0 5px;padding:10px}.drawer-buttons .cancel-btn{background-color:#ccc;color:#333}.drawer-buttons .confirm-btn{background-color:#2ecc71;color:#fff}.drawer-overlay{align-items:flex-end;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.drawer{animation:slideUp .3s ease-out;background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -2px 8px #0000001a;max-width:480px;padding:24px;width:100%}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.drawer h3{font-size:20px;margin-top:0}.drawer p{line-height:1.5;margin:16px 0}.drawer button{background:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:10px 16px;width:100%}.ms-container{-webkit-text-size-adjust:100%;background:#fff;display:flex;flex-direction:column;height:100vh;overflow-x:hidden}.ms-topbar{align-items:center;border-bottom:1px solid #eee;display:flex;gap:10px;padding:10px 12px}.ms-back{cursor:pointer;filter:brightness(.3);height:22px;width:22px}.ms-searchbar{align-items:center;background:#fff;border:1px solid #ccc;border-radius:10px;box-sizing:border-box;display:flex;flex:1 1;height:44px;padding:0 12px;position:relative}.ms-searchbar:focus-within{border-color:#bbb}.ms-searchbar input{background:#0000;border:none;box-sizing:border-box;flex:1 1 auto;font-size:16px;height:100%;line-height:1.2;min-width:0;outline:none;padding:0 36px 0 0}.ms-clear{cursor:pointer;height:22px;opacity:.7;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:opacity .2s ease;width:22px}.ms-clear:hover{opacity:.9}.ms-clear.hidden{opacity:0;pointer-events:none}.ms-clear.visible{opacity:.7}.ms-tabs{border-bottom:1px solid #eee;display:grid;grid-template-columns:1fr 1fr;position:relative}.ms-tab{background:none;border:none;color:#666;cursor:pointer;font-weight:600;padding:10px 12px}.ms-tab.active{color:#000}.ms-slider{background:#562eff;bottom:0;height:3px;left:0;position:absolute;transition:left .25s ease;width:50%}.ms-section{border-bottom:1px solid #f3f3f3;overflow-x:hidden;padding:12px}.ms-section h4{font-size:14px;margin:0 0 8px}.ms-section-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.ms-clear-btn{background:none;border:none;color:#562eff;cursor:pointer;font-weight:600}.ms-chips{display:flex;flex-wrap:wrap;gap:8px;max-width:100%;overflow-x:hidden}.ms-chip{background:#f1f1ff;border:1px solid #e5e5ff;border-radius:999px;color:#26224f;cursor:pointer;font-size:13px;max-width:70vw;min-width:0;overflow:hidden;padding:6px 10px;text-overflow:ellipsis;white-space:nowrap}.ms-results{flex:1 1;overflow-x:hidden;overflow-y:auto;padding:12px 12px 120px}.ms-count{color:#666;font-size:12px;margin:6px 0 10px}.ms-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(148px,1fr))}.ms-card{background:#fff;border-radius:10px;box-shadow:0 1px 5px #0000000d;cursor:pointer;display:flex;flex-direction:column}.ms-card,.ms-img-wrap{overflow:hidden;position:relative}.ms-card-img,.ms-img-wrap{height:140px;width:100%}.ms-card-img{display:block;object-fit:cover}.sale-pill{background:#e53935;border-radius:999px;box-shadow:0 2px 6px #00000040;color:#fff;font-size:12px;font-weight:800;left:8px;letter-spacing:.2px;line-height:1;padding:4px 8px;pointer-events:none;position:absolute;top:8px;z-index:2}.sale-pill.left{left:8px}.ms-card-info{padding:8px}.ms-card-title{color:#000;font-size:13px;font-weight:600;margin-bottom:2px}.ms-card-sub{color:#1eae64;font-size:12px;font-weight:700}.ms-stores{display:flex;flex-direction:column;gap:10px}.ms-store-row{align-items:center;background:#fff;border:1px solid #eee;border-radius:10px;cursor:pointer;display:flex;gap:10px;padding:10px}.ms-store-logo{border-radius:50%;height:40px;object-fit:cover;width:40px}.ms-store-meta{display:flex;flex-direction:column}.ms-store-name{font-size:14px;font-weight:600}.ms-store-handle{color:#666;font-size:12px}.ms-empty{grid-gap:8px;color:#777;display:grid;gap:8px;margin-top:40px;place-items:center;text-align:center}.ms-empty-emoji{font-size:28px}.ms-chip-filter{background:#f5f7ff;border-color:#dbe2ff;color:#1b1a33;font-weight:600}.ms-card-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.ms-meta-pill{background:#f6f6f6;border:1px solid #eee;border-radius:6px;color:#555;font-size:11px;padding:3px 6px}.ms-card{transition:transform .12s ease,box-shadow .12s ease}.ms-card:hover{box-shadow:0 2px 10px #00000014;transform:translateY(-1px)}.ms-chip-filter:focus,.ms-chip:focus,.ms-clear-btn:focus,.ms-tab:focus{border-radius:8px;outline:2px solid #562eff;outline-offset:2px}.ms-searchbar:focus-within{border-color:#a7a7ff;box-shadow:0 0 0 3px #562eff14}@media (max-width:380px){.sale-pill{font-size:11px;padding:3px 7px}}@media (min-width:768px){.ms-card-img,.ms-img-wrap{height:160px}}.ms-tab{border:none!important}.ms-tab.active,.ms-tab:hover{color:#000}.ms-tab:after,.ms-tab:before{content:none!important}.ms-tab{-webkit-appearance:none;appearance:none;background:#0000!important;border:0!important;border-radius:0!important;box-shadow:none!important;outline:none!important}.ms-tab:active,.ms-tab:focus,.ms-tab:focus-visible{background:#0000!important;box-shadow:none!important;outline:none!important}.ms-tab.active,.ms-tab:hover{background:#0000!important;color:#000!important}.ms-chip-filter:focus,.ms-chip:focus,.ms-clear-btn:focus{border-radius:8px;outline:2px solid #562eff;outline-offset:2px}.ms-suggest-inline{padding-bottom:8px;padding-top:8px}.ms-suggest-list{display:flex;flex-wrap:wrap;gap:8px}.ms-suggest-chip{align-items:center;background:#f6f6ff;border:1px solid #e6e6ff;border-radius:999px;color:#1b1a33;cursor:pointer;display:inline-flex;font-size:13px;gap:6px;max-width:80vw;overflow:hidden;padding:8px 10px;text-overflow:ellipsis;white-space:nowrap}.ms-suggest-chip:hover{background:#efefff}.ms-suggest-emoji{text-align:center;width:16px}.ms-suggest-text{display:inline-block;overflow:hidden;text-overflow:ellipsis}mark{background:#007aff;border-radius:3px;color:#fff;padding:0 2px}.brx-page{background:#fff;display:flex;flex-direction:column;height:100vh;overflow-x:hidden;overscroll-behavior:contain}.brx-scroll{-webkit-overflow-scrolling:touch;flex:1 1;overflow-x:hidden;overflow-y:auto;padding-bottom:120px}.brx-hero{background:#f2f3f5;height:160px;overflow:hidden;position:relative;width:100%}.brx-hero-img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.brx-hero-overlay{background:linear-gradient(0deg,#00000073 0,#00000040 45%,#0000000d);inset:0;position:absolute}.brx-hero-fallback{background:linear-gradient(135deg,#f6f7fb,#ececf3);inset:0;position:absolute}.brx-hero-back{align-items:center;background:#ffffffd9;border:1px solid #ffffff80;border-radius:10px;cursor:pointer;display:inline-flex;height:36px;justify-content:center;left:10px;position:absolute;top:10px;width:36px;z-index:2}.brx-hero-text{bottom:12px;color:#fff;left:14px;position:absolute;right:14px;text-shadow:0 1px 2px #00000040;z-index:2}.brx-hero-title{font-size:18px;font-weight:800;line-height:1.15;margin:0}.brx-hero-sub{font-size:12px;margin-top:2px;opacity:.95}@media (min-width:768px){.brx-hero{height:220px}.brx-hero-title{font-size:22px}}.brx-wrapper{padding:10px 12px 16px}.brx-header{align-items:center;display:flex;gap:10px;margin-bottom:8px}.brx-back{align-items:center;background:#fff;border:1px solid #eee;border-radius:10px;cursor:pointer;display:inline-flex;height:34px;justify-content:center;width:34px}.brx-title{color:#222;font-size:16px;font-weight:800;margin:0}.brx-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.brx-card{background:#fff;border:1px solid #eee;border-radius:12px;color:inherit;cursor:pointer;display:flex;flex-direction:column;min-width:0;padding:8px;text-align:left;transition:box-shadow .14s ease,transform .14s ease;width:100%}.brx-card:hover{box-shadow:0 6px 16px #00000014;transform:translateY(-2px)}.brx-imgwrap{position:relative}.brx-img{aspect-ratio:1/1;background:#f2f3f5;border-radius:10px;object-fit:cover;width:100%}.brx-chip{border-radius:8px;color:#fff;font-size:11px;padding:4px 6px;position:absolute;top:8px}.brx-chip-new{background:#00b894;left:auto}.brx-name{color:#222;font-size:13px;font-weight:700;margin-top:8px;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brx-meta{align-items:baseline;display:flex;justify-content:space-between;margin-top:6px;min-width:0}.brx-price{color:#111;flex-shrink:0;font-size:13px;font-weight:800}.brx-delivery{background:#f5f6f8;border:1px solid #eee;border-radius:999px;color:#666;flex-shrink:0;font-size:11px;padding:2px 6px}.brx-footer{display:flex;justify-content:center;padding:12px 0 2px}.brx-loadmore{background:#562eff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;padding:10px 14px}.brx-loadmore:disabled{cursor:default;opacity:.6}.brx-empty,.brx-endhint{color:#666;font-size:13px;padding:8px 0}.brx-skeleton{pointer-events:none}.brx-sk{background:#f2f3f5}.brx-sk-line{animation:brx-shimmer 1.2s linear infinite;background:linear-gradient(90deg,#eee,#f7f7f9,#eee);background-size:200% 100%;border-radius:6px;height:12px;margin-top:8px}.brx-w-80{width:80%}.brx-w-40{width:40%}@keyframes brx-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width:768px){.brx-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.brx-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.brx-chip-sale{background:#e63946;left:8px}.brx-chip-new,.brx-chip-sale{border-radius:6px;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:2px 6px;pointer-events:none;position:absolute;text-transform:uppercase;top:8px;z-index:2}.brx-chip-new{background:#2a9d8f;right:8px}.bf-escrow-root{background:#fff;color:#000;display:flex;flex-direction:column;height:100vh}.bf-escrow-topbar{align-items:center;background:#fff;border-bottom:1px solid #00000014;display:flex;gap:12px;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:5}.bf-escrow-back-icon{cursor:pointer;height:28px;width:28px}.bf-escrow-title{color:#000;font-size:18px;font-weight:700;margin:0}.bf-escrow-pills{background:#fff;border-bottom:1px solid #00000014;display:flex;gap:8px;overflow-x:auto;padding:10px 12px}.bf-escrow-pills button{background:#fff;border:1px solid #00000026;border-radius:999px;color:#000;font-size:12px;padding:6px 12px;white-space:nowrap}.bf-escrow-scroll{-webkit-overflow-scrolling:touch;background:#f9f9f9;flex:1 1;min-height:0;overflow-y:auto;padding:16px}.bf-escrow-content{display:flex;flex-direction:column;gap:12px;margin:0 auto;max-width:860px}.bf-escrow-card{background:#fff;border:1px solid #00000014;border-radius:14px;padding:16px}.bf-escrow-card h3{color:#111;font-size:16px;margin:0 0 6px}.bf-escrow-card h5{color:#000;font-size:13px;font-weight:700;margin:8px 0 4px}.bf-escrow-card li,.bf-escrow-card p{color:#222;font-size:14px;line-height:1.5}.bf-escrow-def-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr;margin:10px 0 6px}@media (min-width:520px){.bf-escrow-def-list{grid-template-columns:repeat(3,1fr)}}.bf-escrow-keypoints{margin:10px 0 0;padding-left:16px}.bf-escrow-hint{background:#f9f9f9;border:1px solid #00000014;border-radius:10px;color:#333;font-size:13px;margin-top:10px;padding:10px}.bf-escrow-note{color:#0a7a3f;font-size:13px;margin-top:8px}.bf-escrow-version{color:#666;font-size:12px;margin:4px 2px 16px;text-align:center}.drx-page{min-height:100vh}.drx-hero{background:#f2f3f5;height:160px;overflow:hidden;position:relative;width:100%}.drx-hero-img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.drx-hero-overlay{background:linear-gradient(0deg,#00000073,#0003,#0000);inset:0;position:absolute}.drx-hero-back{align-items:center;background:#ffffffd9;border:1px solid #ffffff80;border-radius:10px;cursor:pointer;display:inline-flex;height:36px;justify-content:center;left:10px;position:absolute;top:10px;width:36px;z-index:2}.drx-hero-text{bottom:12px;color:#fff;left:14px;position:absolute;right:14px;text-shadow:0 1px 2px #00000040;z-index:2}.drx-hero-title{font-size:18px;font-weight:800;margin:0}@media (min-width:768px){.drx-hero{height:220px}.drx-hero-title{font-size:22px}}.drx-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:768px){.drx-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.drx-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.drx-card{background:#fff;border:1px solid #eee;border-radius:12px;color:inherit;cursor:pointer;display:flex;flex-direction:column;min-width:0;padding:8px;text-align:left;transition:box-shadow .14s ease,transform .14s ease;width:100%}.drx-card:hover{box-shadow:0 6px 16px #00000014;transform:translateY(-2px)}.drx-img{aspect-ratio:1/1;background:#f2f3f5;border-radius:10px;object-fit:cover;width:100%}.drx-chip{border-radius:8px;color:#fff;font-size:11px;padding:4px 6px;position:absolute;top:8px}.drx-chip-new{background:#00b894}.drx-name{color:#222;font-size:13px;font-weight:700;margin-top:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drx-meta{align-items:baseline;display:flex;justify-content:space-between;margin-top:6px}.drx-price{color:#111;font-size:13px;font-weight:800}.drx-delivery{background:#f5f6f8;border:1px solid #eee;border-radius:999px;color:#666;font-size:11px;padding:2px 6px}.drx-footer{display:flex;justify-content:center;padding:12px 0 2px}.drx-loadmore{background:#562eff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;padding:10px 14px}.drx-loadmore:disabled{cursor:default;opacity:.6}.drx-empty,.drx-endhint{color:#666;font-size:13px;padding:8px 0}.drx-skeleton{pointer-events:none}.drx-sk{background:#f2f3f5}.drx-sk-line{animation:drx-shimmer 1.2s linear infinite;background:linear-gradient(90deg,#eee,#f7f7f9,#eee);background-size:200% 100%;border-radius:6px;height:12px;margin-top:8px}.drx-w-80{width:80%}.drx-w-40{width:40%}@keyframes drx-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.drx-page{background:#fff;display:flex;flex-direction:column;height:100vh;overflow-x:hidden;overscroll-behavior:contain}.drx-scroll{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;padding-bottom:120px;touch-action:pan-y}.drx-wrap{padding:10px 12px 16px}.drx-sentinel{height:1px;width:100%}.drx-loading{color:#666;font-size:13px;padding:10px 0}.drx-chip-sale{background:#e53935;border-radius:6px;box-shadow:0 2px 8px #00000026;color:#fff;font-size:12px;font-weight:700;left:8px;line-height:1;padding:4px 6px;position:absolute;top:8px;z-index:2}.drx-imgwrap{position:relative}.drx-chip-new{position:absolute;right:8px;top:8px;z-index:2}.dal-page{background:#fff;display:flex;flex-direction:column;height:100vh;overflow:hidden}.dal-topbar{grid-gap:8px;border-bottom:1px solid #f0f0f0;display:grid;gap:8px;grid-template-columns:44px 1fr 44px;padding:10px 12px;position:-webkit-sticky;position:sticky;top:0;z-index:5}.dal-back,.dal-topbar{align-items:center;background:#fff}.dal-back{border:1px solid #eee;border-radius:10px;cursor:pointer;display:inline-flex;height:36px;justify-content:center;width:36px}.dal-back-img{height:18px;object-fit:contain;width:18px}.dal-title{color:#111;font-size:16px;font-weight:900;letter-spacing:.4px;margin:0;text-align:center}.dal-spacer{height:36px;width:36px}.dal-scroll{-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:0;overflow-y:auto;padding:10px 12px 20px}.dal-list{display:flex;flex-direction:column;gap:12px}.dal-row{grid-gap:10px;align-items:center;background:#f6f8fc;border:1px solid #eef0f4;border-radius:16px;color:inherit;cursor:pointer;display:grid;gap:10px;grid-template-columns:44px 1fr 20px;padding:10px 12px;text-align:left;transition:box-shadow .15s ease,transform .1s ease,background .15s ease;width:100%}.dal-row:hover{box-shadow:0 6px 18px #0000000f}.dal-row:active{transform:translateY(1px)}.dal-emoji{display:block;font-size:28px;line-height:1;text-align:center}.dal-label{color:#1e2430;font-size:15px;font-weight:800;white-space:normal}.dal-chevron{color:#2c2f36;justify-self:end;opacity:.75}@media (min-width:768px){.dal-title{font-size:18px}.dal-label{font-size:16px}}.sal-page{background:#fff;display:flex;flex-direction:column;height:100vh;overflow:hidden}.sal-topbar{grid-gap:8px;border-bottom:1px solid #f0f0f0;display:grid;gap:8px;grid-template-columns:44px 1fr 44px;padding:10px 12px;position:-webkit-sticky;position:sticky;top:0;z-index:5}.sal-back,.sal-topbar{align-items:center;background:#fff}.sal-back{border:1px solid #eee;border-radius:10px;cursor:pointer;display:inline-flex;height:36px;justify-content:center;width:36px}.sal-back-img{height:18px;object-fit:contain;width:18px}.sal-title{color:#111;font-size:16px;font-weight:900;letter-spacing:.4px;margin:0;text-align:center}.sal-spacer{height:36px;width:36px}.sal-scroll{-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:0;overflow-y:auto;padding:10px 12px 20px}.sal-list{display:flex;flex-direction:column;gap:12px}.sal-row{grid-gap:10px;align-items:center;background:#f6f8fc;border:1px solid #eef0f4;border-radius:16px;color:inherit;cursor:pointer;display:grid;gap:10px;grid-template-columns:44px 1fr 20px;padding:10px 12px;text-align:left;transition:box-shadow .15s ease,transform .1s ease,background .15s ease;width:100%}.sal-row:hover{box-shadow:0 6px 18px #0000000f}.sal-row:active{transform:translateY(1px)}.sal-logo{background:#f2f2f2;border-radius:50%;height:36px;object-fit:cover;width:36px}.sal-label{color:#1e2430;font-size:15px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sal-chevron{color:#2c2f36;justify-self:end;opacity:.75}.sal-empty{color:#666;font-size:14px;padding:20px 8px;text-align:center}.sal-retry{background:#111;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-block;font-weight:700;margin-top:8px;padding:8px 12px}.sal-skel{pointer-events:none}.sal-skel-box{border-radius:50%;height:36px;width:36px}.sal-skel-box,.sal-skel-line{animation:sal-shimmer 1.2s linear infinite;background:linear-gradient(90deg,#eee,#f7f7f9,#eee);background-size:200% 100%}.sal-skel-line{border-radius:6px;height:12px;width:60%}.sal-chevron-placeholder{height:18px;width:20px}@keyframes sal-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width:768px){.sal-title{font-size:18px}.sal-label{font-size:16px}}.merchantpay-container{background:#fff;display:flex;flex-direction:column;height:100vh;overflow-x:hidden;position:relative}.merchantpay-topbar{align-items:center;background:#f6f6f6;border-bottom:1px solid #ddd;display:flex;padding:16px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.merchantpay-back-icon{cursor:pointer;height:24px;margin-right:12px;width:24px}.merchantpay-topbar h3{color:#222;font-size:18px;font-weight:700;margin:0}.merchantpay-body{flex:1 1;overflow-y:auto;padding:20px 20px 60px}@media (max-width:480px){.merchantpay-body{padding-bottom:120px}}.merchantpay-receipt{background:#f9f9f9;border-radius:12px;color:#444;font-size:15px;margin-bottom:20px;padding:16px}.merchantpay-receipt h4{font-size:16px;margin-bottom:12px}.amount-row{align-items:center;display:flex;flex-wrap:wrap;font-size:15px;gap:8px;margin:6px 0 10px}.amount-strike{color:#9ca3af;margin-left:6px;text-decoration:line-through}.amount-now{font-weight:700;margin-left:2px}.amount-badge{background:#ecfdf5;border:1px solid #86efac;border-radius:999px;color:#065f46;font-size:12px;font-weight:700;padding:2px 8px}.merchantpay-code-row{align-items:center;gap:8px}.merchantpay-input{border-radius:8px;height:40px}.apply-btn{background:#2d7ef7;border:none;border-radius:8px;color:#fff;cursor:pointer;flex-shrink:0;font-weight:600;height:40px;padding:0 14px;transition:opacity .2s ease;white-space:nowrap}.apply-btn:disabled{cursor:not-allowed;opacity:.6}.merchantpay-code-hint{color:#6b7280;font-size:12px;margin-top:6px}.merchantpay-features{background:#f1faff;border:1px solid #b3e0ff;border-radius:10px;margin-bottom:20px;padding:16px}.merchantpay-features h4{color:#007acc;font-size:15px;margin-bottom:12px}.merchantpay-features ul{list-style:none;margin:0 0 8px;padding:0}.merchantpay-features li{color:#333;font-size:14px;padding:6px 0}.read-more-link{color:#007bff;cursor:pointer;font-weight:500;margin-top:8px;text-decoration:underline}.merchantpay-terms{background:#fffbe6;border:1px solid #ffe58f;border-radius:10px;color:#555;font-size:14px;line-height:1.5;margin-bottom:80px;padding:14px}.merchantpay-footer{background:#fff;border-top:1px solid #eee;bottom:0;display:flex;justify-content:space-between;left:0;padding:16px;position:fixed;right:0;z-index:50}.cancel-btn,.pay-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:15px;font-weight:700;margin:0 6px;padding:12px}.cancel-btn{background:#eee;color:#333}.pay-btn{background:#0c6;color:#fff}.merchantpay-warning{align-items:center;background:#fff7e6;border:1px solid #ffd591;border-radius:8px;color:#ad6800;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin:12px 0 16px;padding:12px}.merchantpay-activate-btn{background:#faad14;border:0;border-radius:8px;color:#222;cursor:pointer;padding:8px 12px}.merchantpay-error{background:#fff1f0;border:1px solid #ffa39e;border-radius:8px;color:#a8071a;margin:12px 0 16px;padding:12px}.merchantpay-cta-row{display:flex;gap:10px;margin-top:8px}.wallet-btn{border:none;border-radius:10px;cursor:pointer;font-weight:600;padding:10px 14px}.merchantpay-code{margin:8px 0 0}.merchantpay-label{display:block;font-weight:600;margin-bottom:6px}.merchantpay-code-row{display:flex;width:100%}.merchantpay-input{border:1px solid #e6e6e6;border-radius:10px;flex:1 1;font-size:15px;height:44px;min-width:0;padding:0 12px}.apply-wide-btn{background:#2d7ef7;border:none;border-radius:10px;color:#fff;cursor:pointer;display:block;font-size:15px;font-weight:700;height:48px;margin-top:10px;transition:opacity .2s ease,transform .02s ease;width:100%}.apply-wide-btn:active{transform:translateY(1px)}.apply-wide-btn:disabled{cursor:not-allowed;opacity:.6}.sponsor-payment-container{background:#fff;display:flex;flex-direction:column;height:100vh;overflow:hidden}.sponsor-payment-topbar{align-items:center;background:#f6f6f6;border-bottom:1px solid #ddd;display:flex;height:50px;justify-content:center;padding:0 16px;position:relative}.sponsor-back-icon{cursor:pointer;height:22px;left:16px;position:absolute;width:22px}.sponsor-payment-topbar h2{color:#333;font-size:17px;font-weight:600;margin:0}.sponsor-payment-body{flex:1 1;overflow-y:auto;padding:20px 20px 100px}.sponsor-payment-info{background:#f9f9f9;border-radius:12px;color:#333;font-size:15px;line-height:1.5;padding:16px}.sponsor-payment-footer{background:#fff;border-top:1px solid #ccc;bottom:0;display:flex;justify-content:space-between;left:0;padding:12px 20px;position:fixed;width:100%;z-index:100}.sponsor-payment-cancel,.sponsor-payment-confirm{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-size:14px;font-weight:700;margin:0 4px;padding:12px}.sponsor-payment-cancel{background:#eee;color:#333}.sponsor-payment-confirm{background:#1a7f3c;color:#fff}.sponsor-preview-card{align-items:center;background:#fefefe;border:1px solid #ddd;border-radius:10px;display:flex;gap:12px;margin-top:20px;padding:12px}.sponsor-preview-image{border-radius:8px;height:80px;object-fit:cover;width:80px}.sponsor-preview-details{display:flex;flex:1 1;flex-direction:column}.sponsor-preview-name{font-size:16px;font-weight:700;margin-bottom:4px}.sponsor-preview-price{color:#1a7f3c;font-size:14px;font-weight:500}.sponsor-preview-label{color:#888;font-size:12px;margin-top:4px}.sponsorpay-toast{border-radius:8px;box-shadow:0 4px 12px #0003;font-size:14px;font-weight:600;left:5%;padding:14px;position:fixed;text-align:center;top:-80px;transition:top .4s ease;width:90%;z-index:9999}.sponsorpay-toast.success{background-color:#2ecc71;color:#fff;top:20px}.sponsorpay-toast.error{background-color:#e74c3c;color:#fff;top:20px}.sponsorpay-toast.info{background-color:#3498db;color:#fff;top:20px}.dispute-decision-screen{background:#fff;display:flex;flex-direction:column;height:100vh;overflow-x:hidden}.top-bar{background:#f8f8f8;padding:12px 16px;width:100%;z-index:999}.dispute-back-icon{cursor:pointer;height:24px;margin-right:12px;width:24px}.top-bar h2{margin:0}.scroll-area{flex:1 1;overflow-y:auto;padding:80px 20px}h2,p,strong{overflow-wrap:break-word;white-space:normal;word-break:break-word}.media-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.media-thumb{border-radius:8px;height:100px;object-fit:cover;width:100px}.access-denied{color:red;font-weight:700;margin-top:40px}.decision-note{background:#f8f8f8;border-radius:8px;margin-top:20px;padding:12px}.media-section{margin-top:24px}@media (max-width:480px){.scroll-area{padding:80px 16px}.top-bar h2{font-size:16px}.media-thumb{height:80px;width:80px}}.appeal-screen{font-family:sans-serif;margin:0 auto;max-width:500px;padding:20px}.appeal-screen h2{color:#222;font-size:24px;margin-bottom:10px}.appeal-screen p{color:#555;font-size:16px;margin-bottom:15px}.appeal-screen textarea{border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-size:16px;margin-bottom:20px;padding:12px;resize:vertical;width:100%}.submit-btn{background-color:#00b894;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;padding:12px 20px;transition:background .2s ease;width:100%}.submit-btn:hover{background-color:#019170}.appeal-buttons{display:flex;gap:10px;margin-top:12px}.cancel-appeal-btn{background-color:#ccc;border:none;border-radius:8px;color:#333;cursor:pointer;font-size:14px;padding:10px 16px}.cancel-appeal-btn:hover{background-color:#b3b3b3}.toast{word-wrap:break-word;border-radius:12px;box-shadow:0 4px 12px #0003;font-size:15px;font-weight:500;left:50%;max-width:500px;opacity:0;padding:14px 20px;position:fixed;text-align:center;top:-100px;transform:translateX(-50%);transition:all .4s ease-in-out;width:90vw;z-index:9999}.toast.show{opacity:1;top:20px}.toast.success{background-color:#28c76f;color:#fff}.toast.error{background-color:#ff4d4f;color:#fff}.merchant-dashboard-container{background:#fff;display:flex;flex-direction:column;height:100vh}.merchant-topbar{align-items:center;background:#f8f8f8;border-bottom:1px solid #ddd;display:flex;justify-content:flex-start;padding:12px 16px;position:fixed;top:0;width:100%;z-index:10}.merchant-back-icon{cursor:pointer;height:22px;margin-right:16px;width:22px}.merchant-topbar h2{font-size:18px;font-weight:600;margin:0}.merchant-dashboard-scroll{flex-grow:1;margin-top:60px;overflow-y:auto;padding:16px}.merchant-tiles-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.merchant-tile{background:#f1f1f1;border-radius:12px;cursor:pointer;padding:20px;text-align:center;transition:background .2s ease}.merchant-tile:hover{background:#e2e2e2}.merchant-icon{font-size:24px;margin-bottom:8px}.merchant-label{color:#333;font-size:14px;font-weight:500}.merchant-dashboard-denied{color:#c00;font-size:16px;padding:20px;text-align:center}.productmanager-container{background:#f9f9f9;display:flex;flex-direction:column;height:100vh;overflow:hidden}.productmanager-header{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;height:60px;justify-content:center;position:relative;z-index:10}.productmanager-header h2{color:#333;font-size:18px;font-weight:600}.productmanager-back-icon{cursor:pointer;height:24px;left:16px;position:absolute;width:24px}.productmanager-scroll{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:16px}.no-products-msg{color:#777;font-size:14px;margin-top:32px;text-align:center}.productmanager-list{display:flex;flex-direction:column;gap:14px}.productmanager-card{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 1px 3px #0000000d;cursor:pointer;display:flex;flex-direction:row;gap:12px;padding:12px;transition:box-shadow .2s ease}.productmanager-card:hover{box-shadow:0 2px 8px #00000014}.productmanager-img{background:#eee;border-radius:8px;flex-shrink:0;height:80px;object-fit:cover;width:80px}.productmanager-info{display:flex;flex:1 1;flex-direction:column;justify-content:center}.productmanager-name{color:#333;font-size:15px;font-weight:600;margin:0}.productmanager-date{color:#666;font-size:12px;margin-top:4px}.productmanager-price{color:#222;font-size:14px;font-weight:600;margin-top:5px}.merchant-metrics-container{display:flex;flex-direction:column;height:100vh}.metrics-topbar{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.metrics-title{font-size:18px;font-weight:700}.back-arrow{cursor:pointer;height:22px;margin-right:12px;width:22px}.metrics-filter{background:#f9f9f9;border-bottom:1px solid #eee;display:flex;gap:10px;overflow-x:auto;padding:10px 16px;position:-webkit-sticky;position:sticky;top:52px;z-index:99}.metrics-filter button{background:#eee;border:none;border-radius:6px;cursor:pointer;font-size:14px;padding:6px 12px;white-space:nowrap}.metrics-filter button.active{background-color:#007bff;color:#fff}.metrics-content{flex:1 1;overflow-y:auto;padding:16px}.metrics-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.metric-card{background:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 1px 2px #0000000a;padding:12px}.metric-card-title{color:#555;font-size:13px;margin-bottom:4px}.metric-card-value{color:#222;font-size:18px;font-weight:700}.metrics-loading{color:#666;font-size:15px;margin-top:40px;text-align:center}@media (max-width:768px){.metrics-content{max-height:calc(100vh - 100px);padding-bottom:80px}.metrics-grid{grid-template-columns:1fr}.metric-card{font-size:16px}}.store-insights-screen{background:#fff;display:flex;flex-direction:column;height:100vh}.top-bar{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;gap:12px;height:56px;left:0;padding:0 16px;position:fixed;right:0;top:0;z-index:10}.back-icon{cursor:pointer;flex-shrink:0;height:28px;width:28px}.top-bar h2{flex:1 1;font-size:18px;font-weight:600;margin:0 28px 0 0;text-align:center}.insights-scroll{flex:1 1;margin-top:56px;overflow-y:auto;padding:16px}.insights-metrics{margin-bottom:20px}.insight-card{background:#f8f8f8;border-radius:8px;margin-bottom:24px;padding:12px}.insight-label{font-size:15px;font-weight:600;margin-bottom:6px}.insight-product{cursor:pointer;display:flex;gap:12px}.product-thumbnail{border-radius:6px;height:60px;object-fit:cover;width:60px}.product-name{font-weight:500;margin:0}.product-metric-insights{align-items:center;color:#444;display:flex;flex-wrap:wrap;font-size:14px;margin-top:4px}.icon-insights{flex-shrink:0;height:14px;margin:0 4px;object-fit:contain;width:14px}.no-data{color:#999;font-size:14px}.reviews-container{background:#fff;display:flex;flex-direction:column;height:100vh}.reviews-topbar{align-items:center;background:#fafafa;border-bottom:1px solid #eee;display:flex;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.reviews-back-icon{cursor:pointer;height:24px;margin-right:12px;width:24px}.reviews-title{font-size:18px;font-weight:600}.reviews-scroll{flex:1 1;overflow-y:auto;padding:16px}.review-card{align-items:flex-start;background:#f7f7f7;border-radius:12px;cursor:pointer;display:flex;margin-bottom:12px;padding:12px;transition:background .2s ease}.review-card:hover{background:#efefef}.review-img{border-radius:8px;height:44px;margin-right:12px;object-fit:cover;width:44px}.review-content{flex:1 1}.review-product{font-size:14px;font-weight:600}.review-stars{color:#f5a623;font-size:13px;margin-top:2px}.review-text{color:#333;font-size:12px;line-height:1.4;margin-top:4px}.review-date{color:#888;font-size:10px;margin-top:6px}.merchant-promotions-container{background:#fdfdfd;display:flex;flex-direction:column;height:100vh}.merchant-promotions-topbar{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;padding:16px}.merchant-promotions-back-icon{cursor:pointer;height:24px;margin-right:12px;margin-top:10px;width:24px}.promotion-tabs{background:#fff;border-bottom:1px solid #eee;display:flex;gap:12px;justify-content:center;padding:10px 0}.promotion-tabs button{background:#e0e0e0;border:none;border-radius:20px;cursor:pointer;font-weight:500;padding:6px 16px}.promotion-tabs .active-tab{background:#222;color:#fff}.merchant-promotions-scroll{flex:1 1;overflow-y:auto;padding:16px}.promotion-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.promotion-card{background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000001a;cursor:pointer;padding:12px;transition:transform .1s ease}.promotion-card:hover{transform:translateY(-2px)}.promotion-image{border-radius:8px;height:140px;margin-bottom:8px;object-fit:cover;width:100%}.promotion-info{color:#333;font-size:14px}.promo-wait-text{color:#555;font-size:13px;margin:6px 0;opacity:.8}.pay-now-btn{background-color:#2c7a00;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;margin-top:6px;padding:6px 12px;transition:background .2s ease}.pay-now-btn:hover{background-color:#246500}.promotion-empty,.promotion-loading{font-size:15px;padding:20px;text-align:center}.sponsor-button-container{bottom:16px;left:16px;position:fixed;z-index:10}.sponsor-new-btn{background-color:#222;border:none;border-radius:24px;box-shadow:0 2px 6px #00000026;color:#fff;cursor:pointer;font-weight:600;padding:10px 18px}.sponsor-screen-container{background:#f8f9fa;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100vh}.sponsor-screen-topbar{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;left:0;padding:16px;position:fixed;right:0;top:0;z-index:10}.sponsor-screen-back-icon{cursor:pointer;height:22px;margin-right:14px}.sponsor-screen-topbar h2{font-size:18px;font-weight:600;margin:0}.sponsor-products-list{flex:1 1;overflow-y:auto;padding:80px 16px}.sponsor-product-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000f;cursor:pointer;display:flex;margin-bottom:12px;padding:12px;transition:border .2s ease}.sponsor-product-card.selected{border:2px solid #36b37e}.sponsor-product-img{border-radius:8px;height:64px;margin-right:12px;object-fit:cover;width:64px}.sponsor-product-info strong{display:block;font-size:16px}.sponsor-product-info p{color:#666;font-size:14px;margin:4px 0 0}.sponsor-footer{background:#fff;border-top:1px solid #ddd;bottom:0;left:0;padding:12px 16px;position:fixed;right:0}.sponsor-proceed-btn{background:#36b37e;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px;transition:background .2s ease;width:100%}.sponsor-proceed-btn:disabled{background:#ccc;cursor:not-allowed}.sponsor-toast{border-radius:8px;box-shadow:0 4px 12px #0003;font-size:14px;font-weight:600;left:5%;padding:14px;position:fixed;text-align:center;top:-80px;transition:top .4s ease;width:90%;z-index:9999}.sponsor-toast.success{background-color:#2ecc71;color:#fff;top:20px}.sponsor-toast.error{background-color:#e74c3c;color:#fff;top:20px}.cfs-page{flex-direction:column;height:100vh}.cfs-page,.cfs-topbar{background:#fff;display:flex}.cfs-topbar{align-items:center;border-bottom:1px solid #eee;flex:0 0 auto;gap:12px;padding:12px 8px;z-index:2}.cfs-back{cursor:pointer;height:28px;margin-right:12px;margin-top:10px;width:28px}.cfs-scroll{-webkit-overflow-scrolling:touch;background:#fff;flex:1 1 auto;overflow-y:auto}.cfs-empty,.cfs-loading{color:#6b7280;padding:16px 8px}.cfs-product{align-items:center;display:flex;gap:12px;padding:12px 8px}.cfs-img{background:#f6f6f6;border-radius:10px;height:86px;object-fit:cover;width:86px}.cfs-product-info{flex:1 1;min-width:0}.cfs-title{font-size:16px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cfs-price-line{align-items:center;display:flex;gap:8px;margin-top:4px}.cfs-base{font-weight:700}.cfs-active-pill{background:#16a34a10;border:1px solid #16a34a50;border-radius:999px;color:#16a34a;font-size:12px;padding:2px 8px}.cfs-card{background:#fff;border:1px solid #eee;border-radius:12px;margin:8px;padding:12px}.cfs-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr}@media (min-width:560px){.cfs-row{grid-template-columns:1fr 1fr}}.cfs-field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.cfs-field label{font-size:13px;font-weight:700}.cfs-field input[type=datetime-local],.cfs-field input[type=number],.cfs-number{border:1px solid #e6e6e6;border-radius:10px;outline:none;padding:10px 12px}.cfs-field input[type=datetime-local]:focus,.cfs-field input[type=number]:focus,.cfs-number:focus{border-color:#111}.cfs-discount-row{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:1fr 88px 36px}.cfs-percent{font-weight:800;text-align:center}.cfs-preview{align-items:center;display:flex;gap:8px;margin-top:4px}.cfs-old{color:#9ca3af;text-decoration:line-through}.cfs-new{font-weight:900}.cfs-arrow{opacity:.5}.cfs-footer{background:#fff;border-top:1px solid #eee;flex:0 0 auto;padding:10px}.cfs-submit{border:none;border-radius:10px;cursor:pointer;font-weight:800;padding:12px 14px;width:100%}.cfs-submit,.cfs-toast{background:#111;color:#fff}.cfs-toast{border-radius:8px;bottom:90px;box-shadow:0 4px 10px #00000026;font-weight:700;left:50%;max-width:500px;padding:14px 16px;position:fixed;text-align:center;transform:translateX(-50%);width:90%;z-index:999}.cfs-toast.error{background:#ef4444}.cfs-toast.success{background:#16a34a}.fsale-page{flex-direction:column;height:100vh}.fsale-page,.fsale-topbar{background:#fff;display:flex}.fsale-topbar{align-items:center;border-bottom:1px solid #eee;flex:0 0 auto;gap:12px;padding:12px 8px;z-index:2}.fsale-back-icon{cursor:pointer;height:28px;margin-right:12px;margin-top:10px;width:28px}.fsale-scroll{-webkit-overflow-scrolling:touch;background:#fff;flex:1 1 auto;overflow-y:auto;padding-bottom:12px}.fsale-footer{background:#fff;border-top:1px solid #eee;flex:0 0 auto;padding:10px}.fsale-proceed-btn{background:#111;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;padding:12px 14px;width:100%}.fsale-filters{border-bottom:1px solid #f2f2f2;display:flex;gap:8px;padding:12px 8px}.fsale-filter-btn{background:#fafafa;border:1px solid #e6e6e6;border-radius:999px;cursor:pointer;font-weight:600;padding:8px 12px}.fsale-filter-btn.active{background:#111;border-color:#111;color:#fff}.fsale-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr;padding:12px 8px}@media (min-width:560px){.fsale-list{grid-template-columns:1fr 1fr}}.fsale-card{background:#fff;border:1px solid #eee;border-radius:12px;cursor:pointer;display:flex;gap:10px;padding:10px}.fsale-card.selected{border-color:#111;box-shadow:inset 0 0 0 2px #1111111f}.fsale-img{background:#f6f6f6;border-radius:10px;height:86px;object-fit:cover;width:86px}.fsale-info{flex:1 1;min-width:0}.fsale-title-row{align-items:center;display:flex;gap:8px}.fsale-title{flex:1 1;font-size:15px;line-height:1.2}.fsale-badge{background:#16a34a10;border:1px solid #16a34a50;border-radius:999px;color:#16a34a;font-size:12px;padding:2px 8px}.fsale-badge.ended{background:#6b728010;border-color:#6b728050;color:#6b7280}.fsale-price{margin-top:6px}.fsale-old{color:#9ca3af;font-size:13px;text-decoration:line-through}.fsale-new{font-size:18px;font-weight:800}.fsale-off{color:#ef4444;font-size:12px;font-weight:700;margin-left:6px}.fsale-expiry{color:#6b7280;font-size:12px;margin-top:4px}.fsale-empty,.fsale-loading{color:#6b7280;padding:16px 8px}.fsale-toast{background:#111;border-radius:10px;bottom:90px;color:#fff;font-weight:700;left:50%;padding:10px 14px;position:fixed;transform:translateX(-50%);z-index:3}.fsale-toast.error{background:#ef4444}.fsale-toast.success{background:#16a34a}.fsale-list,.fsale-page,.fsale-scroll{overflow-x:hidden;width:100%}.fsale-card{overflow:hidden}.fsale-title-row{column-gap:8px;flex-wrap:nowrap;min-width:0;overflow:hidden}.fsale-title{flex:1 1 auto;min-width:0}.fsale-badge,.fsale-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fsale-badge{flex:0 0 auto;max-width:45vw}@media (max-width:380px){.fsale-badge{padding:2px 6px}}.fsale-img{max-width:100%}
/*# sourceMappingURL=main.1650822d.css.map*/