:root{--tx-blue-dark:#003B7A;--tx-blue:#0069C0;--tx-electric:#2196F3;--tx-sky:#97E9FF;--tx-purple:#7F00B2;--tx-purple-light:#AB3ED8;--tx-ivory:#F8E8B8;--tx-white:#FFF;--tx-gray:#9AA4B2;--tx-black:#101218;--tx-bg:#e7e7e7;--safe-bottom:env(safe-area-inset-bottom,0px)}
*{box-sizing:border-box}html{min-height:100%;touch-action:manipulation}body{margin:0;background:var(--tx-bg);color:var(--tx-black);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;padding-bottom:calc(82px + var(--safe-bottom));overflow-x:hidden}.tx-header{height:110px;background:var(--tx-electric);border-radius:0 0 20px 20px;border-bottom:8px solid var(--tx-purple);display:flex;align-items:center;justify-content:space-between;padding:12px 24px;position:sticky;top:0;z-index:1020}.tx-logo{height:70px;max-width:110px;object-fit:contain}.tx-icon-button{position:relative;border:0;background:transparent;color:#fff;font-size:42px;padding:10px;line-height:1}.tx-badge{position:absolute;right:1px;top:4px;border-radius:20px;background:var(--tx-purple);font:700 11px/1 system-ui;padding:5px;color:#fff}.tx-main{max-width:1440px;margin:auto}.tx-view{display:none;padding:14px 13px}.tx-view.active{display:block}.tx-search{display:flex;align-items:center;background:var(--tx-electric);border-radius:18px;padding:20px 28px 20px 16px;margin-bottom:10px}.tx-search input{height:50px;flex:1;border:0;border-radius:9px;background:#fff;padding:0 13px;font-size:18px;outline:none;min-width:0}.tx-search input::placeholder{color:#999}.tx-search button{width:62px;border:0;color:#fff;background:transparent;font-size:34px}.tx-banner{height:88px;border-radius:16px;background:#c4c4c4;color:#fff;display:flex;align-items:center;justify-content:center;font-size:21px;letter-spacing:.3px;overflow:hidden;margin-bottom:22px}.tx-banner img{width:100%;height:100%;object-fit:cover}.tx-category{margin:0 0 22px}.tx-category h2{font-size:25px;color:var(--tx-purple);font-weight:500;text-transform:uppercase;margin:0 5px 16px}.tx-products{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(258px,31%);overflow-x:auto;gap:15px;scroll-snap-type:x mandatory;padding:2px 1px 8px;scrollbar-width:thin}.tx-product{scroll-snap-align:start;background:#fff;border:1.5px solid var(--tx-purple);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;min-height:376px;cursor:pointer}.tx-product-image{height:180px;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden}.tx-product-image img{width:100%;height:100%;object-fit:contain}.tx-product-image .placeholder{font-size:90px;color:var(--tx-sky)}.tx-product-title{background:var(--tx-purple);color:#fff;font-weight:700;text-align:center;padding:13px;font-size:19px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tx-product-description{text-align:center;padding:10px 12px;min-height:60px}.tx-product-price{margin:auto 14px 14px;background:var(--tx-electric);color:#fff;border-radius:11px;padding:10px 13px;font-size:25px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:9px}.tx-footer{position:fixed;z-index:1030;left:0;right:0;bottom:0;height:82px;padding-bottom:var(--safe-bottom);border-top:7px solid var(--tx-purple);border-radius:22px 22px 0 0;background:#fff;display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 -4px 18px #10121818}.tx-footer button{position:relative;border:0;background:transparent;color:var(--tx-purple);font-size:12px;font-weight:700;padding:8px 2px 6px}.tx-footer i{display:block;font-size:24px;margin-bottom:4px}.tx-footer button.active{color:var(--tx-electric)}.tx-footer b{position:absolute;top:3px;left:55%;background:var(--tx-purple);color:#fff;border-radius:50px;padding:3px 6px;font-size:10px}.tx-loader{position:fixed;inset:0;background:#10121866;z-index:3000;display:flex;align-items:center;justify-content:center}.tx-loader-card{min-width:145px;border-radius:18px;background:#fff;color:var(--tx-purple);display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px;box-shadow:0 20px 70px #0004}.tx-loader .spinner-border{width:42px;height:42px}.tx-modal{border:2px solid var(--tx-purple);border-radius:21px;overflow:hidden}.tx-modal-close{position:absolute;right:15px;top:15px;z-index:5;background-color:#fff;padding:9px;border-radius:50%}.tx-product-detail-image{width:100%;height:min(42vh,430px);object-fit:contain;background:#fff}.tx-commerce-strip{display:flex;align-items:center;gap:12px;padding:14px;background:var(--tx-ivory);cursor:pointer}.tx-commerce-strip img,.tx-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;background:#fff}.tx-product-detail-copy{padding:20px}.tx-product-detail-copy h2{color:var(--tx-purple);font-weight:800}.tx-primary{background:var(--tx-purple)!important;border-color:var(--tx-purple)!important;color:#fff!important}.tx-secondary{background:var(--tx-electric)!important;border-color:var(--tx-electric)!important;color:#fff!important}.tx-page-title{display:flex;align-items:center;justify-content:space-between;padding:5px 3px 14px}.tx-page-title h1{margin:0;color:var(--tx-purple);font-size:26px}.tx-list{display:grid;gap:10px}.tx-list-item{display:flex;align-items:center;gap:12px;background:#fff;border-radius:14px;padding:13px;box-shadow:0 4px 16px #10121810}.tx-list-item .grow{flex:1;min-width:0}.tx-list-item h3{font-size:17px;margin:0 0 4px}.tx-list-item p{margin:0;color:#667085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tx-empty{padding:40px 18px;text-align:center;color:#667085;background:#fff;border-radius:16px}.tx-app-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.tx-app-card{border:0;border-radius:20px;background:#fff;padding:22px;text-align:center;color:var(--tx-purple);box-shadow:0 8px 30px #10121812}.tx-app-card i{display:block;font-size:48px;margin-bottom:12px}.tx-app-card h3{font-size:19px}.tx-app-card p{font-size:13px;color:#667085}.tx-commerce-cover{height:220px;background:linear-gradient(135deg,var(--tx-blue-dark),var(--tx-electric));border-radius:18px;position:relative;margin-bottom:56px;background-size:cover;background-position:center}.tx-commerce-profile-logo{position:absolute;left:24px;bottom:-46px;width:105px;height:105px;border:5px solid #fff;border-radius:50%;object-fit:cover;background:#fff}.tx-commerce-head{padding:0 18px 18px}.tx-commerce-tabs{display:flex;gap:8px;overflow-x:auto;margin:10px 0}.tx-commerce-tabs button{border:1px solid var(--tx-purple);background:#fff;color:var(--tx-purple);border-radius:50px;padding:8px 15px;white-space:nowrap}.tx-media-card{background:#101218;color:#fff;border-radius:18px;overflow:hidden;margin-bottom:16px}.tx-media-card video{display:block;width:100%;max-height:70vh;background:#000}.tx-media-copy{padding:15px}.viewme-feed{height:calc(100vh - 190px);overflow-y:auto;scroll-snap-type:y mandatory}.viewme-feed .tx-media-card{height:100%;scroll-snap-align:start;position:relative}.viewme-feed video{height:100%;max-height:none;object-fit:cover}.tx-chat-messages{height:min(62vh,590px);overflow-y:auto;padding:17px;background:#eef4f8;display:flex;flex-direction:column;gap:9px}.tx-bubble{max-width:75%;padding:9px 12px;border-radius:15px;background:#fff;align-self:flex-start}.tx-bubble.mine{align-self:flex-end;background:var(--tx-sky)}.tx-bubble small{display:block;text-align:right;color:#667085}.tx-message-form{padding:12px;display:flex;gap:8px}.tx-round{border-radius:50%;color:var(--tx-purple)}.menu-logo{width:110px}.tx-account{background:var(--tx-ivory);border-radius:15px;padding:15px;margin-bottom:15px}.tx-menu-item{width:100%;border:0;border-bottom:1px solid #eee;background:#fff;text-align:left;padding:15px;color:var(--tx-black)}.tx-menu-item i{width:32px;color:var(--tx-purple)}.nav-pills .nav-link.active{background:var(--tx-purple)}
@media(max-width:768px){.tx-header{height:103px}.tx-products{grid-auto-columns:minmax(258px,80%)}.tx-product-image{height:180px}.tx-search{padding:20px 14px}.tx-search button{width:50px}.tx-category h2{font-size:22px}.tx-footer span{font-size:11px}.tx-commerce-cover{height:170px}}
@media(min-width:1100px){.tx-view{padding-left:32px;padding-right:32px}.tx-products{grid-auto-columns:minmax(258px,24%)}.tx-footer{left:50%;max-width:1440px;transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.offcanvas-header{background:var(--tx-electric)}.menu-logo{height:70px;object-fit:contain}
.tx-call-modal{position:relative;min-height:min(78vh,700px);background:#101218;color:#fff;border-radius:22px;overflow:hidden}.tx-call-head{text-align:center;padding:22px;position:relative;z-index:2}.tx-call-head h2{font-size:21px}.tx-call-head span{color:var(--tx-sky)}.tx-call-media{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(145deg,#003B7A,#101218)}.tx-call-media video{width:100%;height:100%;object-fit:cover}.tx-call-avatar{width:130px;height:130px;border-radius:50%;display:grid;place-items:center;background:var(--tx-purple);font-size:60px}.tx-local-media{position:absolute;right:18px;bottom:105px;width:150px;height:200px;border:2px solid #fff;border-radius:16px;overflow:hidden;background:#222}.tx-local-media:empty{display:none}.tx-local-media video{width:100%;height:100%;object-fit:cover}.tx-call-actions{position:absolute;z-index:3;bottom:25px;left:0;right:0;display:flex;justify-content:center;gap:18px}.tx-call-actions .btn{width:57px;height:57px;border-radius:50%;background:#fff;color:#101218;font-size:20px}.tx-call-actions .end{background:#dc3545;color:#fff}
.tx-credit-card{background:#fff;border-radius:18px;padding:22px}.tx-credit-arc{height:18px;border-radius:30px;background:linear-gradient(90deg,#dc3545,#f97316,#f5a500,#7cb342,#16a36a);position:relative;margin:28px 0}.tx-credit-marker{position:absolute;top:-8px;width:4px;height:34px;background:#101218;border-radius:5px}
