.logo{align-items:center;display:flex}img{background:0 0}.nav-container{background:var(--ligthColor);justify-content:space-between;align-items:center;padding-left:5px;padding-right:1rem;display:flex}.navbar{background-color:var(--ligthColor);justify-content:space-between;align-items:center;padding:.8rem 1.5rem;display:flex}.logo{color:inherit;align-items:center;text-decoration:none;display:flex}.logo img{width:6rem;display:block}.nav-container{background:var(--ligthColor);justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}.desktop-menu{display:none}.navbar__toggle{cursor:pointer;color:var(--textColor);background:0 0;border:none;font-size:2rem}.navbar__menu{background:var(--ligthColor);z-index:1000;flex-direction:column;gap:1rem;width:70%;height:100vh;padding:2rem;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.navbar__menu.open{transform:translate(0)}.navbar__link{color:var(--textColor);border-radius:8px;padding:.6rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .25s}.navbar__link:hover{background-color:var(--mainColor);color:#000}.navbar__link.active{background-color:var(--mainColor);color:#000;font-weight:600;box-shadow:0 2px 8px #00000026}.navbar-welcome{color:var(--textColor);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:.55rem;padding:.35rem .65rem;display:inline-flex}.navbar-avatar{background:var(--mainColor);color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-weight:1000;display:inline-flex}.navbar-welcome-text{line-height:1.05;display:grid}.navbar-welcome-text strong{font-size:.78rem;font-weight:950}.navbar-welcome-text small{opacity:.85;white-space:nowrap;text-overflow:ellipsis;max-width:110px;font-size:.68rem;overflow:hidden}.navbar-welcome--admin .navbar-avatar{color:#fff;background:#dc2626}.navbar-welcome--seller .navbar-avatar{background:var(--mainColor);color:#fff}.navbar-welcome--buyer .navbar-avatar{color:#fff;background:#16a34a}@media (width<=767px){.navbar-welcome{justify-content:flex-start;width:100%;padding:.6rem .75rem}.navbar-welcome-text small{max-width:180px}}@media (width>=768px){.navbar__toggle{display:none}.desktop-menu{align-items:center;gap:1rem;display:flex}.navbar__menu{display:none}}@keyframes cartBlink{0%{transform:scale(1)}50%{transform:scale(1.35)}to{transform:scale(1)}}.modal-overlay{z-index:9999;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-container{color:#000;background:#fff;border-radius:12px;width:100%;max-width:500px;padding:2rem;position:relative}.modal-close{cursor:pointer;background:0 0;border:none;font-size:1.5rem;position:absolute;top:10px;right:14px}.auth-tabs{gap:1rem;margin:1rem 0;display:flex}.formEl{flex-direction:column;gap:.75rem;display:flex}.formEl input{border:1px solid #ccc;border-radius:8px;padding:.8rem}.formEl button{background:var(--mainColor);cursor:pointer;border:none;border-radius:8px;padding:.8rem}button.navbar__link{cursor:pointer;font:inherit;background:0 0;border:none;align-items:center;display:inline-flex}.auth-roles{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.auth-roles button{background:var(--mainColor);cursor:pointer;color:var(--textColor);border:none;border-radius:8px;padding:1rem;font-weight:bolder}.auth-switch{margin-top:1rem;font-size:.9rem}.auth-switch span{color:var(--mainColor);cursor:pointer;font-weight:600}.success-box{text-align:center;padding:2rem}.success-box h2{margin-bottom:1rem}.success-box button{background:var(--mainColor);cursor:pointer;border:none;margin-top:1rem;padding:.7rem 1.5rem}.auth-input{border:1px solid #ccc;border-radius:8px;width:100%;margin:.75rem 0;padding:.8rem}.auth-main-btn{background:var(--mainColor);cursor:pointer;border:none;border-radius:8px;width:100%;padding:.8rem;font-weight:700}.auth-help{color:#666;margin-top:-.4rem;font-size:.75rem}.phone-auth-modal{max-width:650px}.auth-phone-intro{color:#333;margin:.75rem 0 1rem;line-height:1.5}.phone-verification-box{color:#222;background:#fff7ef;border:1px solid #ea7a04;border-radius:14px;width:100%;max-width:550px;margin:1.5rem auto;padding:1.5rem}.phone-verification-box h3{color:#111;margin-bottom:.75rem}.phone-verification-box p{margin-bottom:.8rem;line-height:1.5}.phone-number-display{background:#fff;border-radius:8px;padding:.75rem}.phone-verification-box input{border:1px solid #ccc;border-radius:8px;width:100%;margin:.75rem 0;padding:.85rem}.phone-verification-box button{background:var(--mainColor);width:100%;color:var(--textColor);cursor:pointer;border:none;border-radius:8px;padding:.85rem;font-weight:700}.phone-verification-box button:disabled{opacity:.6;cursor:not-allowed}.cart-link{position:relative}.cart-icon-wrap{justify-content:center;align-items:center;display:inline-flex;position:relative}.cart-badge{color:#fff;background:#ea7a04;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.68rem;font-weight:900;display:inline-flex;position:absolute;top:-10px;right:-13px}.cart-icon-wrap.blink{animation:.45s cartBlink}.notification-bell{color:var(--textColor);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.6rem .8rem;font-size:1.15rem;transition:all .25s;position:relative}.notification-bell:hover{background:var(--mainColor);color:#000}.notification-badge{color:#fff;background:#dc2626;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 .35rem;font-size:.68rem;font-weight:1000;animation:1.4s infinite bellPulse;display:inline-flex;position:absolute;top:-4px;right:-2px}@keyframes bellPulse{0%{transform:scale(1)}50%{transform:scale(1.18)}to{transform:scale(1)}}.cookie-banner{color:#fff;z-index:99999;background:#111;border-radius:12px;padding:1rem;position:fixed;bottom:20px;left:20px;right:20px;box-shadow:0 10px 30px #00000040}.cookie-banner p{margin:0;line-height:1.5}.cookie-actions{justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.cookie-actions button{cursor:pointer;border:none;border-radius:8px;min-width:130px;padding:.7rem 1rem;font-weight:700}.accept-btn{color:#fff;background:#ea7a04}.reject-btn{color:#fff;background:#444}@media (width<=767px){.cookie-banner{text-align:center;width:90%;font-size:.9rem;bottom:20px;left:5%;right:5%}.cookie-actions{justify-content:center;gap:.6rem;display:flex}.cookie-actions button{width:50%;min-width:0}}:root{--mainColorLight:#29094a;--activeColor:#141616;--textColor:#fff;--darkMode:#121212;--ligthColor:#958e8ede;--mainColor:#ea7a04;--mainColorHover:#f08512;--background:#e0dadae9}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--textColor);color:var(--darkMode);width:100%;min-height:100%;margin:0;padding:0;font-family:Inter,system-ui,sans-serif;line-height:1.6}section{margin-bottom:2rem}h1,h2,h3{font-weight:700}.page-container{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.hero-section{position:relative}.hero-products{z-index:10;width:90%;position:absolute;bottom:-80px;left:50%;transform:translate(-50%)}.btn-base{cursor:pointer;border:1px solid #ccc;align-items:center;padding:.6rem 1rem;display:flex}.cart-page{width:min(1100px,100% - 2rem);margin:0 auto;padding:2rem 0}.cart-page h1{margin-bottom:1.5rem;font-weight:900}.empty-cart{text-align:center;background:#fff;border-radius:16px;padding:2rem}.cart-container{flex-direction:column;gap:1.2rem;display:flex}.supplier-card{background:#fff;border-radius:18px;padding:1rem;box-shadow:0 10px 25px #0000000f}.supplier-card h2{color:#ea7a04;margin-bottom:1rem}.cart-item{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.cart-item img{object-fit:cover;border-radius:10px;width:90px;height:90px}.item-info{flex:1}.item-info h4{margin-bottom:.3rem}.qty-box{margin-top:.5rem}.qty-box input{width:70px;padding:.3rem}.item-actions{text-align:right}.item-total{margin-bottom:.4rem;font-weight:900}.remove-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:.4rem .7rem}.supplier-total{text-align:right;margin-top:.5rem;font-weight:900}.submit-request-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:999px;margin-top:1rem;padding:1rem;font-weight:900}.cart-modal-overlay{z-index:9999;background:#111827ad;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.cart-modal{background:#fff;border-radius:24px;width:min(460px,100%);padding:1.3rem;box-shadow:0 24px 70px #00000047}.cart-modal h2{color:#111827;margin-bottom:.5rem;font-size:1.45rem;font-weight:900}.cart-modal p{color:#4b5563;margin-bottom:1rem;line-height:1.45}.cart-modal input{border:1px solid #d1d5db;border-radius:14px;outline:none;width:100%;padding:.85rem .9rem}.cart-modal input:focus{border-color:#ea7a04;box-shadow:0 0 0 4px #ea7a041f}.cart-modal-actions{flex-wrap:wrap;gap:.6rem;margin-top:1rem;display:flex}.cart-modal-actions button{color:#fff;cursor:pointer;background:#ea7a04;border:none;border-radius:999px;flex:1;padding:.8rem 1rem;font-weight:900}.cart-modal-actions .cancel-modal-btn{background:#111827}@keyframes floatIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=700px){.products-page{padding:1rem}.products-filter-bar{grid-template-columns:1fr}.product-card img,.card-overlay{height:165px}}.footer{background-color:var(--ligthColor);width:100%;color:var(--textColor);text-align:center;box-sizing:border-box;margin:0;padding:2rem 1rem 1rem}.footer-forwarder-entry{border-bottom:1px solid #fff3;width:100%;max-width:1100px;margin:0 auto 2rem;padding-bottom:1.8rem}.footer-forwarder-entry h3{color:var(--textColor);margin:0 0 .5rem;font-size:1.2rem}.footer-forwarder-entry p{max-width:850px;color:var(--textColor);margin:0 auto 1rem;font-size:.95rem;line-height:1.6}.forwarder-dashboard-btn{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#ea7a04,#ff9a2f);border-radius:10px;justify-content:center;align-items:center;gap:.6rem;padding:.9rem 1.6rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .25s,box-shadow .25s,background .25s;display:inline-flex;box-shadow:0 4px 12px #ea7a044d}.forwarder-dashboard-btn:visited{color:#fff}.forwarder-dashboard-btn svg{flex-shrink:0;font-size:1rem}.forwarder-dashboard-btn:hover{color:#fff;background:linear-gradient(135deg,#ff8c1a,#ffb347);text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 18px #ea7a0466}.forwarder-dashboard-btn:active{transform:scale(.97);box-shadow:0 3px 8px #ea7a0440}.forwarder-dashboard-btn:focus-visible{outline-offset:3px;outline:3px solid #ea7a0473}.footer-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem 2rem;width:100%;max-width:1100px;margin:0 auto 2rem;display:flex}.footer-link{color:var(--textColor);border:1px solid #ffffff59;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s,background-color .2s,transform .2s;display:inline-flex}.footer-link:visited{color:var(--textColor)}.footer-link:hover{color:var(--mainColor);border-color:var(--mainColor);background-color:#ffffff14;text-decoration:none;transform:translateY(-2px)}.footer-link:focus-visible{outline:2px solid var(--mainColor);outline-offset:3px}.footer-icon{color:var(--mainColor);flex-shrink:0;font-size:1.1rem}.footer-grid{grid-template-columns:1fr;gap:2rem;width:100%;max-width:1100px;margin:0 auto 2rem;display:grid}.footer-col{flex-direction:column;align-items:center;gap:.35rem;display:flex}.footer-col h4{color:var(--textColor);margin:0 0 .7rem;font-size:1rem;font-weight:700}.footer-col a{width:fit-content;color:var(--textColor);padding:.25rem .4rem;font-size:.9rem;line-height:1.5;text-decoration:none;transition:color .2s,transform .2s;display:block}.footer-col a:visited{color:var(--textColor)}.footer-col a:hover{color:var(--mainColor);text-underline-offset:4px;text-decoration:underline;transform:translate(2px)}.footer-col a:focus-visible{color:var(--mainColor);outline:2px solid var(--mainColor);outline-offset:3px;border-radius:3px}.footer-col a.active{color:var(--mainColor);font-weight:600}.footer-copy{width:100%;color:var(--textColor);border-top:1px solid #fff3;margin:0;padding-top:1rem;font-size:.85rem;line-height:1.5}@media (width>=600px){.footer{z-index:0;padding:2.5rem 1.5rem 1.2rem;position:relative}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=900px){.footer{padding:2.7rem 2rem 1.2rem}.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-col{align-items:center}}@media (width<=480px){.footer{padding:1.7rem .8rem 1rem}.footer-forwarder-entry h3{font-size:1.05rem}.footer-forwarder-entry p{font-size:.88rem}.forwarder-dashboard-btn{width:100%;max-width:340px;padding:.85rem .8rem;font-size:.85rem}.footer-content{flex-direction:column;gap:.75rem}.footer-link{box-sizing:border-box;width:100%;max-width:280px}.footer-grid{gap:1.7rem}}.products-page{background:linear-gradient(#f8fafc,#eef2f7);min-height:70vh;padding:1.5rem}.products-hero{color:#fff;background:linear-gradient(135deg,#071b3a,#29094a);border-radius:24px;margin-bottom:1rem;padding:2rem}.products-hero h1{margin-bottom:.4rem;font-size:clamp(2rem,5vw,3rem);font-weight:1000}.products-hero p{color:#dbe5f5}.freighting-hero{background:linear-gradient(135deg,#29094a,#ea7a04)}.products-filter-bar{grid-template-columns:1fr 220px;gap:.8rem;margin-bottom:.8rem;display:grid}.products-filter-bar input,.products-filter-bar select{color:#111827;background:#fff;border:2px solid #ea7a0459;border-radius:999px;outline:none;width:100%;padding:.85rem 1rem;font-family:inherit;font-weight:800}.products-filter-bar input::placeholder{color:#6b7280}.products-count{color:#374151;margin-bottom:1rem;font-weight:900}.products-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;padding-bottom:0;display:grid!important;overflow:visible!important}.product-card{cursor:pointer;background:#fff;border-radius:20px;width:100%;transition:transform .25s,box-shadow .25s;animation:.5s forwards floatIn;position:relative;overflow:hidden;box-shadow:0 10px 26px #00000017;flex:unset!important;min-width:0!important}.product-card img{object-fit:cover;width:100%;height:185px;display:block}.card-overlay button{cursor:pointer;background:#ea7a04;border:none;border-radius:999px;padding:.55rem 1rem;font-size:.8rem;font-weight:1000;color:#fff!important}.card-overlay button:hover{background:#ff8c1a}.product-info h3{color:#111827;margin-bottom:.25rem;font-size:1rem;font-weight:1000}.product-info p{color:#555;margin-bottom:.45rem;font-size:.86rem}.product-location{color:#29094a;background:#eef2ff;border-radius:999px;width:fit-content;margin-bottom:.45rem;padding:.28rem .6rem;font-size:.75rem;font-weight:900;display:inline-flex}.product-type{background:var(--mainColor);width:fit-content;color:var(--textColor);border-radius:999px;padding:.28rem .6rem;font-size:.72rem;font-weight:1000;display:inline-flex}.products-empty{color:#6b7280;background:#fff;border-radius:18px;padding:1.5rem;font-weight:900}@media (width<=700px){.products-page{padding:1rem}.products-filter-bar{grid-template-columns:1fr}.product-card img,.card-overlay{height:165px}}.card-overlay button{font-weight:1000;color:#fff!important}.header-container{flex-direction:column;margin:0;display:flex}.logo h1{letter-spacing:-5px;margin:-27px;font-style:italic}.logo h1 .linkers{color:var(--mainColor);letter-spacing:-1px}.header-container .logo{justify-content:center;align-items:center;gap:.3rem;display:flex}.header-container .logo img{width:6rem}.header-search{border:2px solid var(--mainColor);background:#fff;border-radius:999px;justify-content:center;align-items:center;width:60%;margin:0 auto;display:flex;overflow:hidden}.searchOptions{background-color:var(--mainColor);color:#fff;cursor:pointer;border:none;outline:none;padding:1rem;font-weight:600}.header-search input{background-color:var(--background);border:none;outline:none;flex:1;padding:1rem;font-size:.95rem}.searchButton{background-color:var(--mainColor);color:#000;cursor:pointer;border:none;padding:.5rem 1.5rem;transition:all .2s}.searchButton:hover{background-color:var(--mainColorHover)}.icon{font-size:28px}.searchButton:active{transform:translateY(2px)scale(.97)}@media (width<=768px){.header-search{border:none;border-radius:10px;width:95%;box-shadow:0 4px 12px #0000001a}.searchOptions{display:none}.header-search input{background:#fff;padding:.8rem;font-size:.9rem}.searchButton{border-radius:0 10px 10px 0;padding:.7rem 1rem}.icon{font-size:22px}}.slideShow{background-color:var(--background);width:100%;height:450px;margin:2rem auto;position:relative;overflow:hidden}.slide{text-align:center;opacity:0;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;animation:18s infinite slideShow;display:flex;position:absolute}.slide:first-child{animation-delay:0s}.slide:nth-child(2){animation-delay:6s}.slide:nth-child(3){animation-delay:12s}.slide img{object-fit:cover;width:100%;height:100%;position:absolute}.slide:before{content:"";background:#0006;width:100%;height:100%;position:absolute}.slide h3{z-index:10;color:var(--textColor);position:relative}@keyframes slideShow{0%{opacity:0}8%{opacity:1}30%{opacity:1}38%{opacity:0}to{opacity:0}}@media (width<=768px){.searchOptions{display:none}.header-search{width:95%}}.products-page{margin-top:2rem;padding:1.5rem}.products-page h2{margin-bottom:1.5rem}.products-grid{gap:1rem;padding-bottom:10px;display:flex}.product-card{scroll-snap-align:start;cursor:pointer;background:#fff;border-radius:10px;flex:400px;min-width:250px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 6px 15px #0000001f}.products-grid::-webkit-scrollbar{display:none}.products-grid{-ms-overflow-style:none;scrollbar-width:none}.product-card:hover{transform:translateY(-8px);box-shadow:0 18px 35px #0003}.product-card:active{transform:scale(.97)}.product-card img{object-fit:cover;width:100%;height:120px}.product-info{padding:.6rem}.product-info h3{margin-bottom:.2rem;font-size:.85rem}.product-info p{color:#555;font-size:.7rem}.product-type{background-color:var(--mainColor);border-radius:4px;padding:.2rem .4rem;font-size:.65rem}.product-card{position:relative}.card-overlay{opacity:0;background:#00000073;justify-content:center;align-items:center;gap:.6rem;width:100%;height:120px;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.product-card:hover .card-overlay{opacity:1}.card-overlay button{background:var(--mainColor);cursor:pointer;border:none;border-radius:6px;padding:.4rem .8rem;font-size:.75rem}.product-card{animation:.6s forwards floatIn}@media (width<=768px){.page-container,main,.products-page{width:100%;margin:0!important;padding:0!important}.products-grid{grid-template-columns:1fr;gap:0;display:grid}.product-card{border-radius:0;width:100%}.product-card img{object-fit:cover;width:100%;height:220px;display:block}.card-overlay{height:100%}}.btn{cursor:pointer;border:none;border-radius:999px;padding:.6rem 1rem;font-size:.85rem;font-weight:700;transition:all .25s}.btn-primary{color:#fff;background:#ea7a04}.btn-primary:hover{background:#d96e00;transform:translateY(-1px)}.btn-success{color:#fff;background:#16a34a}.btn-success:hover{background:#15803d;transform:translateY(-1px)}.btn-outline{color:#ea7a04;background:0 0;border:2px solid #ea7a04}.btn-outline:hover{color:#fff;background:#ea7a04}.btn-rounded{border-radius:999px}.confirm-freighting-btn{color:#fff;background:#16a34a;margin-top:.9rem;animation:1.2s infinite pulseGlow}.confirm-loading-btn{color:#fff;background:#ea7a04;animation:1.2s infinite pulseGlow}.confirm-freighting-btn:not(.disabled){animation:1.2s infinite pulseGlow}.home-page{padding-bottom:0}.hero-section{min-height:100vh;position:relative}.slideShow{height:450px}.hero-products{z-index:5;width:90%;position:absolute;top:400px;left:50%;transform:translate(-50%)}.hero-products .products-grid{grid-template-columns:1fr;gap:1rem;display:grid}.hero-products .product-card{cursor:pointer;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 12px 30px #0003}@media (width<=768px){.page-container,main,.home-page{width:100%;margin:0!important;padding:0!important}.hero-products{width:100%;top:400px;left:0;transform:none}.hero-products .products-grid{grid-template-columns:1fr;gap:0}.hero-products .product-card{border-radius:0}.hero-products .product-card img{object-fit:cover;width:100%;height:220px;display:block}}@media (width>=768px){.hero-products .products-grid{grid-template-columns:repeat(3,1fr)}.slideShow{height:500px}.hero-products{bottom:-120px}}.notfound-container{text-align:center;color:#fff;background:radial-gradient(circle at top,#ffffff2e,#0000 30%),linear-gradient(135deg,#ea7a04 0%,#111 100%);flex-direction:column;align-items:center;gap:1.2rem;width:100%;min-height:100vh;padding:5rem 1rem 3rem;display:flex}.notfound-container h1{letter-spacing:-1px;max-width:800px;margin:0;font-size:clamp(2rem,5vw,4rem);font-weight:900;line-height:1.1}.notfound-container p{color:#ffffffeb;max-width:680px;margin:0;font-size:clamp(1rem,2.5vw,1.2rem);font-weight:500;line-height:1.6}.footer-link{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff24;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:.5rem;margin-top:.5rem;padding:.8rem 1.2rem;font-weight:800;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.footer-link:hover{background:#ffffff38;transform:translateY(-2px)}.work-in-progress{margin-top:1.5rem}.work-in-progress img{object-fit:cover;border:5px solid #ffffffe6;border-radius:50%;width:220px;height:220px;animation:3s ease-in-out infinite float;box-shadow:0 20px 45px #00000059}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (width<=767px){.notfound-container{gap:1rem;padding:6rem 1rem 2rem}.footer-link{justify-content:center;width:90%}.work-in-progress img{width:170px;height:170px}}.early-access-box{color:#fff;background:#111111eb;border-radius:16px;width:100%;max-width:650px;margin:2rem auto;padding:1.5rem;box-shadow:0 10px 30px #00000040}.early-access-box h2{color:#ea7a04;margin-bottom:.8rem}.early-access-box p{line-height:1.5}.early-access-form{flex-direction:column;gap:.9rem;margin-top:1rem;display:flex}.early-access-form label{align-items:flex-start;gap:.7rem;line-height:1.4;display:flex}.early-access-form input[type=checkbox]{accent-color:#ea7a04;margin-top:4px}.early-access-form input[type=text],.early-access-form input[type=email]{border:1px solid #ddd;border-radius:8px;outline:none;padding:.85rem}.early-access-form button{color:#fff;cursor:pointer;background:#ea7a04;border:none;border-radius:8px;padding:.9rem;font-weight:700}.early-access-message{color:#ea7a04;margin-top:1rem;font-weight:700}#google_translate_element{margin-bottom:1rem}.early-access-form h3{color:#ea7a04;margin-top:.5rem;margin-bottom:0}.early-access-form hr{border:none;border-top:1px solid #fff3;width:100%;margin:.8rem 0}.early-access-form select{border:1px solid #ddd;border-radius:8px;outline:none;padding:.85rem}@media (width<=767px){.early-access-box{margin:1.5rem auto;padding:1rem}.early-access-form label{font-size:.92rem}}.add-product-page{background:#f6f7f9;min-height:100vh;padding:1.5rem}.add-product-card{background:#fff;border-radius:12px;max-width:700px;margin:0 auto;padding:1.8rem;box-shadow:0 4px 20px #0000000f}.add-product-card h2{color:#111;margin-bottom:1.5rem;font-size:1.4rem;font-weight:600}.add-product-form{flex-direction:column;gap:1.2rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group input,.form-group textarea,.form-group select{background:#fff;border:1px solid #ddd;border-radius:8px;outline:none;padding:.75rem;font-size:.9rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--mainColor);box-shadow:0 0 0 2px #ea7a041a}.form-group textarea{resize:none;min-height:100px}.submit-btn{background:var(--mainColor);color:#000;cursor:pointer;border:none;border-radius:8px;margin-top:1rem;padding:.85rem;font-weight:600;transition:all .2s}.submit-btn:hover{opacity:.9}.submit-btn:active{transform:scale(.97)}.image-preview-grid{grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:.6rem;margin-top:.8rem;display:grid}.image-preview-grid img{object-fit:cover;border:1px solid #e5e7eb;border-radius:10px;width:100%;height:95px}@media (width>=768px){.add-product-page{padding:2rem}}.seller-barge-wrap{align-items:center;gap:.45rem;width:fit-content;display:inline-flex;position:relative}.seller-barge{color:#fff;border:2px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.85rem;font-weight:900;display:inline-flex}.seller-barge.verified{background:#1d9bf0;box-shadow:0 0 12px #1d9bf099}.seller-barge.business{background:#2563eb}.seller-barge.basic{background:#9ca3af}.seller-barge-text{color:#fff;font-size:.82rem;font-weight:900}.seller-barge-tooltip{color:#fff;opacity:0;visibility:hidden;z-index:50;background:#111827;border-radius:12px;width:230px;padding:.7rem;font-size:.75rem;line-height:1.4;transition:all .25s;position:absolute;top:130%;left:0;transform:translateY(-5px)}.seller-barge-wrap:hover .seller-barge-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.product-details-page{width:min(1180px,100% - 2rem);margin:0 auto;padding:2rem 0 3rem}.product-details-card{background:#fff;border-radius:28px;grid-template-columns:1fr;gap:1.4rem;padding:1rem;display:grid;box-shadow:0 18px 45px #0000001a}.product-gallery{gap:.8rem;display:grid}.main-product-image{background:#f3f4f6;border-radius:22px;width:100%;overflow:hidden}.main-product-image img{object-fit:cover;width:100%;height:360px;display:block}.thumbnail-row{grid-template-columns:repeat(6,1fr);gap:.5rem;display:grid}.thumb{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:12px;padding:0;overflow:hidden}.thumb.active{border-color:#ea7a04}.thumb img{object-fit:cover;width:100%;height:70px;display:block}.details-content{padding:.5rem}.supplier-line{color:#ea7a04;flex-wrap:wrap;align-items:center;gap:.7rem;margin-bottom:.8rem;font-weight:900;display:flex}.details-content h1{color:#111827;margin-bottom:.8rem;font-size:clamp(1.8rem,4vw,3rem);font-weight:950}.desc{color:#4b5563;margin-bottom:1rem;line-height:1.6}.product-info-box{background:#f9fafb;border:1px solid #eee;border-radius:18px;gap:.45rem;margin-bottom:1rem;padding:1rem;display:grid}.product-info-box p{color:#374151;margin:0}.product-info-box strong{color:#111827}.quantity-box{gap:.35rem;margin-bottom:1rem;display:grid}.quantity-box label{color:#111827;font-weight:900}.quantity-box input{border:1px solid #d1d5db;border-radius:14px;outline:none;width:180px;padding:.8rem .9rem}.quantity-box input:focus{border-color:#ea7a04;box-shadow:0 0 0 4px #ea7a041f}.quantity-box small{color:#6b7280}.details-actions{flex-wrap:wrap;gap:.7rem;display:flex}.add-cart-btn,.back-store-btn{cursor:pointer;border:none;border-radius:999px;padding:.85rem 1.25rem;font-weight:900;transition:all .25s}.add-cart-btn{color:#fff;background:#ea7a04}.add-cart-btn:hover{background:#d96e00;transform:translateY(-2px)}.back-store-btn{color:#fff;background:#111827}.back-store-btn:hover{background:#000;transform:translateY(-2px)}.product-details-loading{text-align:center;padding:2rem;font-weight:900}.share-product-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#141414,#2d2d2d);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.6rem;padding:.95rem 1.4rem;font-weight:600;transition:all .25s;display:flex;box-shadow:0 10px 25px #0000002e}.share-product-btn:hover{background:linear-gradient(135deg,#ea7a04,#ff9f1c);transform:translateY(-2px)}.share-product-btn svg{font-size:1rem}@media (width>=850px){.product-details-card{grid-template-columns:52% 48%;padding:1.2rem}.details-content{padding:1rem 1.2rem}}@media (width<=600px){.product-details-page{width:min(100% - 1rem,1180px);padding-top:1rem}.main-product-image img{height:270px}.thumbnail-row{grid-template-columns:repeat(3,1fr)}.quantity-box input{width:100%}.details-actions{display:grid}}.manage-marketplace-page{width:min(1200px,100% - 2rem);margin:0 auto;padding:1.5rem 0 3rem}.manage-marketplace-card{background:#fff;border:1px solid #0000000f;border-radius:26px;grid-template-columns:1fr;display:grid;overflow:hidden;box-shadow:0 18px 45px #0000001a}.marketplace-hero{object-fit:cover;width:100%;height:240px}.marketplace-content{padding:1.2rem}.marketplace-content h2{color:#111827;margin-bottom:.35rem;font-size:1.7rem;font-weight:900}.company-name{color:#ea7a04;margin-bottom:.7rem;font-size:.95rem;font-weight:800}.marketplace-content p{color:#4b5563;line-height:1.45}.marketplace-summary{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.8rem;margin:1.2rem 0;display:grid}.summary-box{background:#f9fafb;border:1px solid #eee;border-radius:18px;padding:1rem}.summary-box h4{color:#6b7280;margin-bottom:.3rem;font-size:.85rem}.summary-box p{color:#111827;font-size:1.5rem;font-weight:900}.marketplace-actions{flex-wrap:wrap;gap:.8rem;display:flex}.marketplace-products-section{margin-top:2rem}.marketplace-products-section>div:first-child{background:#fff;border-radius:20px;margin-bottom:1rem;padding:1rem;box-shadow:0 10px 28px #00000012}.marketplace-products-section h3{color:#111827;margin-bottom:.25rem;font-size:1.4rem;font-weight:900}.marketplace-products-section p{color:#6b7280}.marketplace-products-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.marketplace-product-card{background:#fff;border:1px solid #0000000f;border-radius:24px;transition:all .25s;overflow:hidden;box-shadow:0 14px 35px #00000014}.marketplace-product-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px #0000001f}.marketplace-product-card img{object-fit:cover;width:100%;height:170px;display:block}.marketplace-product-info{padding:.95rem 1rem .6rem}.marketplace-product-info h4{color:#111827;margin-bottom:.35rem;font-size:1.15rem;font-weight:900}.marketplace-product-info>p{color:#4b5563;margin-bottom:.55rem;font-size:.9rem;line-height:1.35}.product-extra-details{border-top:1px solid #eee;border-bottom:1px solid #eee;gap:.2rem;padding:.6rem 0;display:grid}.product-extra-details p{color:#374151;margin:0;font-size:.82rem}.product-extra-details strong{color:#111827}.product-type-tag{color:#ea7a04;text-transform:capitalize;background:#ea7a041f;border-radius:999px;margin-top:.7rem;padding:.35rem .8rem;font-size:.75rem;font-weight:800;display:inline-block}.marketplace-product-actions{padding:0 1rem 1rem}.empty-products-card{text-align:center;background:#fff;border-radius:24px;padding:1.5rem;box-shadow:0 14px 35px #00000014}.empty-products-card h4{margin-bottom:.4rem;font-size:1.3rem;font-weight:900}.verification-warning{text-align:center;background:#fff3cd;border:1px solid #ea7a04;border-radius:10px;max-width:700px;margin:1rem auto;padding:1rem}.verification-warning h3{color:#222;margin-bottom:.5rem}.verification-warning p{color:#333}.marketplace-product-actions{grid-template-columns:1fr 1fr 1fr;gap:.5rem;padding:0 1rem 1rem;display:grid}.seller-edit-product-btn,.seller-delete-product-btn{cursor:pointer;border:none;border-radius:999px;padding:.68rem .8rem;font-weight:900;transition:all .25s}.seller-edit-product-btn{color:#fff;background:#2563eb}.seller-edit-product-btn:hover{background:#1d4ed8}.seller-delete-product-btn{color:#fff;background:#dc2626}.seller-delete-product-btn:hover{background:#b91c1c}.seller-location-box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;gap:.25rem;margin:.8rem 0;padding:.85rem;display:grid}.seller-location-box p{color:#374151;margin:0;font-size:.9rem}@media (width<=480px){.marketplace-product-actions{grid-template-columns:1fr}}@media (width>=768px){.manage-marketplace-card{grid-template-columns:42% 58%}.marketplace-hero{height:100%;min-height:360px}.marketplace-content{padding:2rem}}@media (width<=768px){.manage-marketplace-page{width:min(100% - 1rem,1200px);padding-top:1rem}.marketplace-hero{height:210px}.marketplace-content h2{font-size:1.45rem}.marketplace-products-grid{grid-template-columns:1fr}.marketplace-product-card img{height:160px}}.shipment-route-box{background:#ffffffeb;border:1px solid #0000000f;border-radius:20px;margin-bottom:2rem;padding:1rem;box-shadow:0 14px 35px #00000014}.shipment-route-box h3{color:#111827;margin-bottom:1rem;font-weight:900}.shipment-route-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.shipment-card{background:#fafafa;border:1px solid #eee;border-radius:18px;padding:1rem}.container-size{color:#374151;margin-bottom:.7rem}.container-fill-box{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:.9rem;padding:.75rem}.container-fill-header{color:#374151;justify-content:space-between;gap:.7rem;margin-bottom:.5rem;font-size:.82rem;display:flex}.container-fill-header strong{color:#ea7a04}.container-progress{background:#e5e7eb;border-radius:999px;height:10px;overflow:hidden}.container-progress-fill{background:#ea7a04;border-radius:999px;height:100%;transition:width .35s}.shipment-status-row{flex-wrap:wrap;gap:.55rem;margin-bottom:.7rem;display:flex}.customs-display-row{flex-wrap:wrap;gap:.4rem;margin-bottom:.9rem;display:flex}.customs-step{color:#6b7280;background:#e5e7eb;border-radius:999px;align-items:center;gap:.25rem;padding:.32rem .55rem;font-size:.72rem;font-weight:900;display:inline-flex}.customs-step.active{color:#166534;background:#dcfce7;border:1px solid #16a34a40}.customs-tick{color:#6b7280;background:#d1d5db;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.68rem;font-weight:900;display:inline-flex}.customs-step.active .customs-tick{color:#fff;background:#16a34a}@keyframes greenPulseGlow{0%{transform:scale(1);box-shadow:0 0 #16a34a99}50%{transform:scale(1.04);box-shadow:0 0 14px #16a34a}to{transform:scale(1);box-shadow:0 0 #16a34a99}}.blinking{animation:1.2s infinite greenPulseGlow}.shipment-ports p,.freighting-info-box p{color:#4b5563;margin:.25rem 0;font-size:.86rem}.freighting-info-box{border-top:1px dashed #d1d5db;margin-top:.8rem;padding-top:.75rem}.marketplace-page{background:linear-gradient(#f8f8f8 0%,#eee 100%);width:100%;min-height:100vh}.marketplace-hero{text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:340px;padding:2rem;display:flex}.marketplace-hero-content{color:#fff;max-width:720px}.marketplace-hero-content h1{text-transform:uppercase;letter-spacing:-1px;margin-bottom:.5rem;font-size:clamp(2rem,5vw,3.4rem);font-weight:900}.marketplace-hero-content p{opacity:.95;font-size:1.05rem;font-weight:500}.share-btn{color:#ea7a04;cursor:pointer;background:#fff;border:none;border-radius:999px;margin-top:14px;padding:.75rem 1.25rem;font-weight:800;transition:all .25s;box-shadow:0 10px 25px #0000002e}.share-btn:hover{color:#fff;background:#ea7a04;transform:translateY(-2px)}.marketplace-container{width:min(1200px,100% - 2rem);margin:0 auto;padding:1.5rem 0 3rem}.marketplace-container h2{color:#1f2937;margin-bottom:1rem;font-size:1.55rem;font-weight:850}.traffic-board{margin-bottom:2rem}.traffic-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.traffic-card{background:#ffffffeb;border:1px solid #0000000f;border-radius:20px;padding:1rem;box-shadow:0 14px 35px #00000014}.container-size{color:#374151;margin-bottom:.65rem;font-size:.9rem}.traffic-status-row{flex-wrap:wrap;gap:.55rem;margin-bottom:.75rem;display:flex}.traffic-status{letter-spacing:.2px;border-radius:999px;padding:.45rem .9rem;font-size:.78rem;font-weight:850}.traffic-status.grey{color:#6b7280;background:#e5e7eb}.traffic-status.green{color:#fff;background:#16a34a;box-shadow:0 8px 18px #16a34a40}.traffic-info p{color:#4b5563;margin:.25rem 0;font-size:.86rem}.marketplace-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.15rem;display:grid}.marketplace-card{background:#fff;border:1px solid #0000000f;border-radius:22px;transition:all .25s;overflow:hidden;box-shadow:0 14px 35px #00000014}.marketplace-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px #0000001f}.marketplace-card img{object-fit:cover;width:100%;height:180px;display:block}.card-content{padding:.95rem 1rem 1rem}.card-content h4{color:#111827;margin-bottom:.3rem;font-size:1.2rem;font-weight:850}.card-content p{color:#4b5563;margin-bottom:.45rem;font-size:.9rem;line-height:1.35}.product-details{border-top:1px solid #eee;gap:.18rem;margin-top:.55rem;padding-top:.55rem;display:grid}.product-details p{color:#374151;margin:0;font-size:.82rem}.product-details strong{color:#111827}.product-actions{gap:.4rem;margin-top:.6rem;display:flex}.marketplace-badge-wrap{justify-content:center;margin-bottom:.8rem;display:flex}.marketplace-hero-actions{flex-wrap:wrap;justify-content:center;gap:.7rem;margin-top:14px;display:flex}.seller-add-product-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:999px;padding:.75rem 1.25rem;font-weight:900;transition:all .25s;box-shadow:0 10px 25px #0000002e}.seller-add-product-btn:hover{background:#15803d;transform:translateY(-2px)}.clickable-card{cursor:pointer}.product-actions{gap:.5rem;padding:0 1rem 1rem;display:flex}.edit-btn,.delete-btn{cursor:pointer;border:none;border-radius:999px;flex:1;padding:.6rem;font-weight:900}.edit-btn{color:#fff;background:#2563eb}.delete-btn{color:#fff;background:#dc2626}.edit-btn:hover{background:#1d4ed8}.delete-btn:hover{background:#b91c1c}.view-product-btn{color:#fff;cursor:pointer;background:#ea7a04;border:none;border-radius:999px;width:100%;margin-top:.9rem;padding:.75rem 1rem;font-weight:900;transition:all .25s}.view-product-btn:hover{background:#d96e00;transform:translateY(-2px)}.seller-message-btn{color:#fff;cursor:pointer;background:#29094a;border:none;border-radius:999px;padding:.75rem 1.25rem;font-weight:900;transition:all .25s;box-shadow:0 10px 25px #0000002e}.seller-message-btn:hover{background:#3b0d68;transform:translateY(-2px)}.seller-message-overlay{z-index:9999;background:#111827a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.seller-message-modal{background:#fff;border-radius:24px;width:min(520px,100%);padding:1rem;box-shadow:0 25px 80px #00000040}.seller-message-header{border-bottom:1px solid #eee;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:.8rem;display:flex}.seller-message-header h2{color:#111827;font-size:1.4rem;font-weight:900}.seller-message-header p{color:#ea7a04;font-weight:800}.seller-message-header button{color:#991b1b;cursor:pointer;background:#fee2e2;border:none;border-radius:50%;width:42px;height:42px;font-size:1.6rem;font-weight:900}.seller-message-group{gap:.35rem;margin-bottom:.9rem;display:grid}.seller-message-group label{color:#374151;font-size:.85rem;font-weight:900}.seller-message-group input,.seller-message-group textarea{border:1px solid #ddd;border-radius:14px;outline:none;width:100%;padding:.8rem;font-family:inherit}.seller-message-group input:focus,.seller-message-group textarea:focus{border-color:#ea7a04;box-shadow:0 0 0 4px #ea7a041f}.send-seller-message-btn{color:#fff;cursor:pointer;background:#ea7a04;border:none;border-radius:999px;width:100%;padding:.85rem 1rem;font-weight:900}.send-seller-message-btn:hover{background:#d96e00}.seller-message-btn{position:relative}.seller-message-badge{color:#fff;background:#dc2626;border:3px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:26px;height:26px;padding:0 .4rem;font-size:.75rem;font-weight:1000;display:inline-flex;position:absolute;top:-10px;right:-8px}.seller-trust-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem;margin-top:.9rem;display:flex}.verified-badge-x{color:#0f172a;background:#fffffff5;border:1px solid #ffffffbf;border-radius:999px;align-items:center;gap:.45rem;padding:.48rem .85rem;font-size:.86rem;font-weight:950;display:inline-flex;box-shadow:0 12px 30px #0000002e}.gold-member-badge{color:#422006;background:linear-gradient(135deg,#facc15,#f59e0b);border-radius:999px;align-items:center;gap:.35rem;padding:.5rem .9rem;font-size:.86rem;font-weight:1000;display:inline-flex;box-shadow:0 12px 30px #f59e0b52}.seller-location-public{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000052;border-radius:999px;flex-wrap:wrap;justify-content:center;gap:.45rem;margin-top:.65rem;padding:.45rem .85rem;font-size:.88rem;font-weight:850;display:inline-flex}.verify-business-btn{color:#fff;cursor:pointer;background:#1d9bf0;border:none;border-radius:999px;margin:.6rem 0 1rem;padding:.75rem 1rem;font-weight:950;box-shadow:0 10px 22px #1d9bf047}.verify-business-btn:hover{background:#0b86d8}.verified-business-pill{color:#0f172a;background:#fff;border:1px solid #dbeafe;border-radius:999px;align-items:center;gap:.45rem;width:fit-content;margin:.6rem 0 1rem;padding:.5rem .85rem;font-weight:950;display:inline-flex;box-shadow:0 10px 24px #1d9bf024}.verified-check{color:#fff;background:#1d9bf0;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.78rem;font-weight:1000;display:inline-flex}.vies-modal-overlay{z-index:9999;background:#0f172aad;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.vies-modal{background:#fff;border-radius:24px;width:min(520px,100%);padding:1rem;box-shadow:0 25px 80px #00000047}.vies-modal-header{border-bottom:1px solid #eee;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:.8rem;display:flex}.vies-modal-header h2{color:#111827;margin:0;font-weight:1000}.vies-modal-header p{color:#6b7280;margin:.25rem 0 0;font-weight:700}.vies-modal-header button{color:#991b1b;cursor:pointer;background:#fee2e2;border:none;border-radius:50%;width:42px;height:42px;font-size:1.6rem;font-weight:1000}.vies-form{gap:.85rem;display:grid}.vies-submit-btn{color:#fff;cursor:pointer;background:#1d9bf0;border:none;border-radius:999px;width:100%;padding:.85rem 1rem;font-weight:1000}.vies-submit-btn:disabled{opacity:.65;cursor:not-allowed}.marketplace-live-banner{color:#fff;background:#b91c1cf0;border-radius:16px;align-items:center;gap:.8rem;width:fit-content;max-width:100%;margin-bottom:1rem;padding:.8rem 1rem;display:flex;box-shadow:0 12px 30px #0000003d}.marketplace-live-dot{background:#fff;border-radius:50%;flex-shrink:0;width:12px;height:12px;animation:1.2s infinite marketplace-live-pulse}.marketplace-live-banner p{color:#fff;margin:.2rem 0 0;font-size:.82rem}.marketplace-live-banner button{color:#b91c1c;cursor:pointer;background:#fff;border:none;border-radius:999px;margin-left:auto;padding:.65rem 1rem;font-weight:900}@keyframes marketplace-live-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.35)}to{opacity:1;transform:scale(1)}}@media (width<=600px){.marketplace-live-banner{box-sizing:border-box;flex-wrap:wrap;width:100%}.marketplace-live-banner button{width:100%;margin-left:0}}@keyframes livePulse{0%{box-shadow:0 0 #16a34a99}70%{box-shadow:0 0 0 8px #16a34a00}to{box-shadow:0 0 #16a34a00}}@keyframes badgePulse{0%{transform:scale(1);box-shadow:0 0 #dc262673}70%{transform:scale(1.08);box-shadow:0 0 0 8px #dc262600}to{transform:scale(1);box-shadow:0 0 #dc262600}}@keyframes messagePop{0%{opacity:0;transform:translateY(6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){.marketplace-hero{min-height:270px;padding:1.25rem}.marketplace-container{width:min(100% - 1rem,1200px);padding-top:1rem}.traffic-grid,.marketplace-grid{grid-template-columns:1fr}.marketplace-card img{height:165px}}.traffic-status.green{animation:1.2s infinite greenPulseGlow}.admin-shipment-page{width:min(1200px,100% - 2rem);margin:0 auto;padding:2rem 0 3rem}.admin-shipment-header{margin-bottom:1.5rem}.admin-shipment-header h1{color:#111827;font-size:2rem;font-weight:900}.admin-shipment-header p{color:#6b7280;margin-top:.3rem}.admin-search-box{margin-bottom:1.5rem}.admin-search-box input{background:#fff;border:2px solid #ea7a04;border-radius:999px;outline:none;width:100%;padding:.9rem 1rem;font-size:.95rem;box-shadow:0 8px 22px #0000000f}.admin-search-box input:focus{box-shadow:0 0 0 4px #ea7a0426}.admin-shipment-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1rem;display:grid}.admin-shipment-card{background:#fff;border:1px solid #0000000f;border-radius:24px;padding:1rem;box-shadow:0 14px 35px #00000014}.card-top{justify-content:space-between;gap:1rem;margin-bottom:.8rem;display:flex}.card-top h3{color:#111827;font-size:1.1rem;font-weight:900}.card-top span{color:#ea7a04;background:#ea7a041f;border-radius:999px;padding:.3rem .7rem;font-size:.8rem;font-weight:800}.buying-request-alert-btn{cursor:pointer;color:#fff;background:#29094a;border:none;border-radius:999px;width:100%;margin-bottom:.9rem;padding:.78rem 1rem;font-weight:900;transition:all .25s;position:relative}.buying-request-alert-btn:hover{background:#3b0d68}.buying-request-alert-btn.has-requests{background:linear-gradient(135deg,#29094a,#ea7a04);box-shadow:0 10px 24px #ea7a0459}.buying-request-badge{color:#fff;background:#dc2626;border:3px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 .45rem;font-size:.78rem;font-weight:1000;line-height:1;animation:1.6s infinite requestPulse;display:inline-flex;position:absolute;top:-11px;right:-8px;box-shadow:0 8px 20px #dc262673}@keyframes requestPulse{0%{transform:scale(1);box-shadow:0 0 #dc262673}70%{transform:scale(1.08);box-shadow:0 0 0 8px #dc262600}to{transform:scale(1);box-shadow:0 0 #dc262600}}.status-row{gap:.5rem;margin-bottom:1rem;display:flex}.status-pill{border-radius:999px;padding:.4rem .85rem;font-size:.78rem;font-weight:800}.status-pill.grey{color:#6b7280;background:#e5e7eb}.status-pill.green{color:#fff;background:#16a34a}.status-pill.yellow{color:#422006;background:#facc15}.status-pill.orange{color:#fff;background:#fb923c}.status-pill.light-green{color:#166534;background:#bbf7d0}.container-admin-box{background:#fff7ed;border:1px solid #ea7a0433;border-radius:16px;margin:1rem 0;padding:.9rem}.container-admin-box label{color:#374151;margin-bottom:.6rem;font-size:.82rem;font-weight:900;display:block}.container-percent-buttons{grid-template-columns:repeat(5,1fr);gap:.4rem;display:grid}.container-percent-buttons button{cursor:pointer;color:#374151;background:#e5e7eb;border:none;border-radius:999px;padding:.5rem .3rem;font-weight:900}.container-percent-buttons button.active{color:#fff;background:#ea7a04}.form-group{gap:.3rem;margin-bottom:.8rem;display:grid}.form-group label{color:#374151;font-size:.82rem;font-weight:800}.form-group input,.form-group select{border:1px solid #ddd;border-radius:12px;outline:none;padding:.7rem .8rem}.form-group input:focus,.form-group select:focus{border-color:#ea7a04}.admin-actions{margin:.9rem 0}.confirm-loading-btn,.confirm-freighting-btn{cursor:pointer;border:none;border-radius:999px;width:100%;padding:.75rem 1rem;font-weight:900;transition:all .25s}.confirm-loading-btn{color:#fff;background:#ea7a04}.confirm-loading-btn:hover{background:#d96e00}.confirm-freighting-btn{color:#fff;background:#16a34a;margin-top:.9rem}.confirm-freighting-btn.disabled{color:#6b7280;cursor:not-allowed;background:#d1d5db}.undo-loading-btn,.undo-freighting-btn{cursor:pointer;color:#fff;background:#dc2626;border:none;border-radius:999px;width:100%;padding:.75rem 1rem;font-weight:900}.undo-loading-btn:hover,.undo-freighting-btn:hover{background:#b91c1c}.customs-box{background:#f9fafb;border:1px solid #eee;border-radius:16px;margin-top:1rem;padding:.9rem}.customs-box h4{margin-bottom:.7rem;font-size:.95rem;font-weight:900}.check-row{color:#374151;align-items:center;gap:.5rem;margin-bottom:.4rem;font-weight:700;display:flex}.check-row.disabled-step{opacity:.4;cursor:not-allowed}.admin-loading{padding:2rem}.buying-modal-overlay{z-index:9999;background:#111827a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.buying-modal{background:#fff;border-radius:24px;width:min(980px,100%);max-height:90vh;padding:1rem;overflow-y:auto;box-shadow:0 25px 80px #00000040}.buying-modal-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding-bottom:.8rem;display:flex}.buying-modal-header h2{color:#111827;font-size:1.5rem;font-weight:900}.buying-modal-header p{color:#ea7a04;font-weight:800}.buying-modal-header button{color:#991b1b;cursor:pointer;background:#fee2e2;border:none;border-radius:50%;width:42px;height:42px;font-size:1.6rem;font-weight:900}.buying-request-list{gap:1rem;display:grid}.buying-request-card{background:#f9fafb;border:1px solid #eee;border-radius:20px;padding:1rem}.request-card-top{justify-content:space-between;gap:1rem;margin-bottom:.8rem;display:flex}.request-card-top h3{color:#111827;font-size:1.1rem;font-weight:900}.request-card-top p{color:#6b7280;font-size:.9rem}.request-status{white-space:nowrap;border-radius:999px;height:fit-content;padding:.35rem .7rem;font-size:.75rem;font-weight:900}.request-status.pending_review{color:#374151;background:#e5e7eb}.request-status.supplier_confirmation{color:#92400e;background:#fef3c7}.request-status.awaiting_payment{color:#1e40af;background:#dbeafe}.request-status.processing{color:#5b21b6;background:#ede9fe}.request-status.cancelled{color:#991b1b;background:#fee2e2}.request-status.completed{color:#166534;background:#dcfce7}.request-meta{color:#374151;gap:.35rem;margin-bottom:1rem;display:grid}.request-products{background:#fff;border:1px solid #eee;border-radius:16px;padding:.8rem}.request-products h4{color:#111827;margin-bottom:.7rem;font-weight:900}.request-product-row{border-bottom:1px solid #eee;gap:.8rem;padding:.7rem 0;display:flex}.request-product-row:last-child{border-bottom:none}.request-product-row img{object-fit:cover;background:#eee;border-radius:14px;width:72px;height:72px}.request-product-row strong{color:#111827}.request-product-row p{color:#6b7280;font-size:.88rem}.request-actions{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.request-actions button{cursor:pointer;color:#fff;background:#ea7a04;border:none;border-radius:999px;padding:.65rem .9rem;font-weight:900}.request-actions button:hover{background:#d96e00}.request-actions .cancel-btn{background:#dc2626}.request-actions .cancel-btn:hover{background:#b91c1c}.request-actions .complete-btn{background:#16a34a}.request-actions .complete-btn:hover{background:#15803d}.modal-empty{text-align:center;color:#6b7280;padding:2rem 1rem;font-weight:800}.seller-admin-message-btn{cursor:pointer;color:#fff;background:#ea7a04;border:none;border-radius:999px;width:100%;margin-bottom:.9rem;padding:.78rem 1rem;font-weight:900;transition:all .25s}.seller-admin-message-btn:hover{background:#d96e00;transform:translateY(-2px)}.admin-message-overlay{z-index:9999;background:#111827a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.admin-message-modal{background:#fff;border-radius:24px;width:min(540px,100%);padding:1rem;box-shadow:0 25px 80px #00000040}.admin-message-header{border-bottom:1px solid #eee;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:.8rem;display:flex}.admin-message-header h2{color:#111827;font-size:1.4rem;font-weight:900}.admin-message-header p{color:#ea7a04;font-weight:800}.admin-message-header button{color:#991b1b;cursor:pointer;background:#fee2e2;border:none;border-radius:50%;width:42px;height:42px;font-size:1.6rem;font-weight:900}.admin-message-group{gap:.35rem;margin-bottom:.9rem;display:grid}.admin-message-group label{color:#374151;font-size:.85rem;font-weight:900}.admin-message-group textarea{border:1px solid #ddd;border-radius:14px;outline:none;width:100%;padding:.8rem;font-family:inherit}.admin-message-group textarea:focus{border-color:#ea7a04;box-shadow:0 0 0 4px #ea7a041f}.send-admin-message-btn{color:#fff;cursor:pointer;background:#29094a;border:none;border-radius:999px;width:100%;padding:.85rem 1rem;font-weight:900}.send-admin-message-btn:hover{background:#3b0d68}.send-admin-message-btn:disabled{opacity:.65;cursor:not-allowed}.chat-modal{max-height:90vh;overflow-y:auto}.seller-thread-box,.admin-thread-box{background:#f9fafb;border:1px solid #eee;border-radius:18px;gap:.75rem;max-height:330px;margin-bottom:1rem;padding:.8rem;display:grid;overflow-y:auto}.thread-message{border-radius:16px;max-width:85%;padding:.75rem .85rem}.thread-message strong{margin-bottom:.25rem;font-size:.78rem;display:block}.thread-message small{opacity:.75;margin-top:.35rem;font-size:.7rem;display:block}.thread-message-admin{color:#fff;background:#29094a;justify-self:flex-start}.thread-message-seller{color:#fff;background:#ea7a04;justify-self:flex-end}.seller-admin-message-btn{position:relative}.admin-message-badge{color:#fff;background:#dc2626;border:3px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:26px;height:26px;padding:0 .4rem;font-size:.75rem;font-weight:1000;display:inline-flex;position:absolute;top:-10px;right:-8px}.seller-admin-message-btn.has-admin-message{background:linear-gradient(135deg,#29094a,#ea7a04);box-shadow:0 10px 24px #ea7a0459}.chat-modal{background:#f8fafc;max-height:92vh;overflow-y:auto}.seller-thread-box,.admin-thread-box{scroll-behavior:smooth;background:linear-gradient(#f8fafc,#eef2f7);border:1px solid #e5e7eb;border-radius:22px;gap:.85rem;max-height:360px;margin-bottom:1rem;padding:1rem;display:grid;overflow-y:auto}.thread-message{border-radius:20px;max-width:82%;padding:.78rem .9rem;animation:.25s messagePop;position:relative;box-shadow:0 8px 22px #00000014}.thread-message strong{opacity:.9;margin-bottom:.25rem;font-size:.78rem;display:block}.thread-message p{margin:0;font-size:.94rem;line-height:1.4}.thread-message small{opacity:.72;text-align:right;margin-top:.38rem;font-size:.68rem;display:block}.thread-message-admin{color:#111827;background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:6px;justify-self:flex-start}.thread-message-seller{color:#fff;background:linear-gradient(135deg,#ea7a04,#ff9f1c);border-bottom-right-radius:6px;justify-self:flex-end}.thread-empty{text-align:center;color:#6b7280;padding:1.2rem;font-weight:800}.seller-message-badge,.admin-message-badge{color:#fff;background:#dc2626;border:3px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 .45rem;font-size:.75rem;font-weight:1000;animation:1.4s infinite badgePulse;display:inline-flex;position:absolute;top:-10px;right:-8px;box-shadow:0 8px 20px #dc262673}.seller-message-btn,.seller-admin-message-btn{position:relative}.seller-admin-message-btn.has-admin-message,.seller-message-btn.has-new-message{background:linear-gradient(135deg,#29094a,#ea7a04);box-shadow:0 12px 26px #ea7a045c}.send-seller-message-btn:disabled,.send-admin-message-btn:disabled{opacity:.65;cursor:not-allowed}.chat-refresh-btn{color:#29094a;cursor:pointer;background:#eef2ff;border:none;border-radius:999px;margin-top:.4rem;padding:.45rem .8rem;font-size:.78rem;font-weight:900}.chat-refresh-btn:hover{background:#ddd6fe}.thread-message-row{align-items:flex-end;gap:.55rem;display:flex}.thread-message-row.admin-row{justify-content:flex-start}.thread-message-row.seller-row{justify-content:flex-end}.thread-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.78rem;font-weight:1000;display:inline-flex;box-shadow:0 8px 18px #00000024}.thread-avatar.admin-avatar{color:#fff;background:#29094a}.thread-avatar.seller-avatar{color:#fff;background:#ea7a04}.message-time-pill{opacity:.85;background:#fff3;border-radius:999px;margin-top:.4rem;padding:.18rem .45rem;font-size:.67rem;display:inline-block}.thread-message-admin .message-time-pill{color:#6b7280;background:#f3f4f6}.chat-subtitle-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.live-dot{background:#16a34a;border-radius:50%;width:9px;height:9px;animation:1.4s infinite livePulse;box-shadow:0 0 #16a34a99}.buyer-message-box{margin-top:1rem}.ff-assignment-admin-box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;margin:.9rem 0;padding:.9rem}.ff-assignment-admin-box h4{color:#111827;margin-bottom:.65rem;font-size:.95rem;font-weight:1000}.ff-current-assignment{background:#ecfdf5;border:1px solid #16a34a38;border-radius:14px;gap:.28rem;margin-bottom:.8rem;padding:.75rem;display:grid}.ff-current-assignment p{color:#374151;margin:0;font-size:.82rem}.ff-current-assignment strong{color:#111827}.ff-no-assignment{color:#92400e;margin:0 0 .75rem;font-size:.84rem;font-weight:850}.ff-assignment-form{gap:.55rem;display:grid}.ff-assignment-form select,.ff-assignment-form input{border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;padding:.7rem .8rem;font-family:inherit}.ff-assignment-form select:focus,.ff-assignment-form input:focus{border-color:#ea7a04;box-shadow:0 0 0 4px #ea7a041f}.assign-ff-btn{color:#fff;cursor:pointer;background:#071b3a;border:none;border-radius:999px;width:100%;padding:.75rem 1rem;font-weight:1000;transition:all .25s}.assign-ff-btn:hover{background:#29094a;transform:translateY(-2px)}.assign-ff-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.ff-circuit-signal-box{background:#fff7ed;border:1px solid #ea7a0438;border-radius:18px;margin:.9rem 0;padding:.85rem}.ff-circuit-signal-header{justify-content:space-between;align-items:center;gap:.7rem;margin-bottom:.65rem;display:flex}.ff-circuit-signal-header strong{color:#111827;font-size:.9rem;font-weight:1000}.ff-circuit-signal-header span{color:#ea7a04;font-size:.75rem;font-weight:900}.ff-circuit-mini-row{grid-template-columns:repeat(4,1fr);gap:.45rem;display:grid}.ff-circuit-mini-btn{color:#6b7280;cursor:pointer;background:#e5e7eb;border:none;border-radius:999px;padding:.45rem .3rem;font-size:.72rem;font-weight:1000}.ff-circuit-mini-btn.active{color:#fff;background:#16a34a}.ff-circuit-mini-btn.blinking{animation:1.2s infinite ffCircuitBlink}.ff-circuit-note{color:#6b7280;margin:.65rem 0 0;font-size:.75rem;line-height:1.35}.admin-ff-documents-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:18px;margin:.9rem 0;padding:.85rem}.admin-ff-documents-box h4{color:#111827;margin-bottom:.65rem;font-size:.95rem;font-weight:1000}.admin-ff-documents-list{gap:.5rem;display:grid}.admin-ff-document-link{color:#ea7a04;background:#fff7ed;border:1px solid #ea7a0433;border-radius:12px;padding:.65rem .8rem;font-weight:900;text-decoration:none;display:block}.admin-ff-document-link:hover{background:#ffedd5}.admin-ff-documents-box p{color:#6b7280;margin:0;font-size:.85rem}.trade-payment-admin-box{background:#fff7ed;border:1px solid #ea7a0440;border-radius:20px;margin-top:1rem;padding:1rem}.trade-payment-admin-box h4{color:#111827;margin:0 0 .35rem;font-weight:1000}.trade-payment-admin-box p{color:#6b7280;margin:0 0 .9rem;font-size:.88rem}.trade-payment-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;display:grid}.trade-payment-save-btn{color:#fff;cursor:pointer;background:#29094a;border:none;border-radius:999px;width:100%;margin-top:.8rem;padding:.85rem 1rem;font-weight:1000}.trade-payment-save-btn:hover{background:#3b0d68}.trade-payment-save-btn:disabled{opacity:.65;cursor:not-allowed}.buyer-conversation-btn{position:relative}.buyer-conversation-btn.has-buyer-message{background:linear-gradient(135deg,#29094a,#ea7a04);animation:1.4s infinite buyerConversationPulse;box-shadow:0 12px 26px #ea7a0461}.buyer-conversation-badge{color:#fff;background:#dc2626;border:3px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 .45rem;font-size:.75rem;font-weight:1000;display:inline-flex;position:absolute;top:-10px;right:-8px;box-shadow:0 8px 20px #dc262673}.trade-payment-lock-box{background:#f3f4f6;border:1px solid #d1d5db;border-radius:18px;margin-top:1rem;padding:1rem}.trade-payment-lock-box h5{color:#111827;margin:0 0 .35rem;font-weight:1000}.trade-payment-lock-box p{color:#6b7280;margin:0;font-size:.88rem}.trade-payment-lock-btn{color:#fff;cursor:pointer;background:#6b7280;border:none;border-radius:999px;width:100%;margin-top:.8rem;padding:.85rem 1rem;font-weight:1000}.trade-payment-lock-btn:hover{background:#4b5563}.trade-payment-lock-btn:disabled{opacity:.65;cursor:not-allowed}.admin-live-card{background:#fff;border:1px solid #00000012;border-radius:22px;padding:1.2rem;box-shadow:0 14px 35px #11182714}.admin-live-card__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.admin-live-card__company{color:#ea7a04;text-transform:uppercase;margin:0 0 .35rem;font-size:.8rem;font-weight:900}.admin-live-card h3{color:#111827;margin:0}.admin-live-card__description{color:#4b5563;line-height:1.55}.admin-live-card__details{border-top:1px solid #eee;border-bottom:1px solid #eee;gap:.4rem;padding:1rem 0;display:grid}.admin-live-card__details p{color:#374151;margin:0}.admin-live-card__statistics{flex-wrap:wrap;gap:.5rem;margin:1rem 0;display:flex}.admin-live-card__statistics span{background:#f3f4f6;border-radius:999px;padding:.4rem .7rem;font-size:.78rem;font-weight:800}.admin-live-status{white-space:nowrap;background:#e5e7eb;border-radius:999px;padding:.4rem .75rem;font-size:.75rem;font-weight:900}.admin-live-status--pending_approval{color:#92400e;background:#fef3c7}.admin-live-status--scheduled,.admin-live-status--approved{color:#166534;background:#dcfce7}.admin-live-status--live{color:#b91c1c;background:#fee2e2}.admin-live-status--ended{color:#1d4ed8;background:#dbeafe}.admin-live-status--rejected,.admin-live-status--cancelled{color:#6b7280;background:#f3f4f6}.admin-live-card__actions{flex-wrap:wrap;gap:.6rem;display:flex}.admin-live-action{cursor:pointer;border:none;border-radius:999px;padding:.7rem 1rem;font-weight:900}.admin-live-action:disabled{cursor:not-allowed;opacity:.55}.admin-live-action--approve{color:#fff;background:#16a34a}.admin-live-action--reject,.admin-live-action--end{color:#fff;background:#dc2626}.admin-live-action--start{color:#fff;background:#ea7a04}.admin-live-action--replay{color:#fff;background:#29094a}.admin-live-card__rejection{color:#991b1b;background:#fef2f2;border-radius:12px;margin-top:1rem;padding:.8rem}.admin-live-modal-overlay{z-index:2000;background:#0f172ab8;justify-content:center;align-items:flex-start;padding:2rem 1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.admin-live-modal{background:#f8fafc;border-radius:24px;width:min(1200px,100%);max-height:calc(100vh - 4rem);padding:1.4rem;overflow-y:auto;box-shadow:0 28px 80px #0000004d}.admin-live-modal__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.admin-live-modal__header h2{color:#111827;margin:0}.admin-live-modal__header p{color:#4b5563}.admin-live-modal__close{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:50%;flex-shrink:0;width:42px;height:42px;font-size:1.5rem}.admin-live-modal__toolbar{background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.9rem 1rem;display:flex}.admin-live-modal__toolbar span{color:#111827;font-weight:900}.admin-live-refresh-button{color:#fff;cursor:pointer;background:#29094a;border:none;border-radius:999px;padding:.65rem 1rem;font-weight:900}.admin-live-refresh-button:disabled{opacity:.55;cursor:not-allowed}.admin-live-modal__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;display:grid}.admin-live-modal__empty,.admin-live-modal__error{background:#fff;border-radius:14px;padding:1.2rem}.admin-live-modal__error{color:#991b1b;background:#fef2f2;margin-bottom:1rem}.admin-live-header-actions{margin-top:1rem}.admin-live-control-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:999px;align-items:center;gap:.65rem;padding:.75rem 1rem;font-weight:900;display:inline-flex}.admin-live-control-button span{color:#fff}.admin-live-control-button span:first-letter{color:#dc2626}.admin-live-pending-badge,.admin-live-active-badge{border-radius:999px;padding:.25rem .55rem;font-size:.72rem}.admin-live-pending-badge{color:#111827;background:#f59e0b}.admin-live-active-badge{color:#fff;background:#dc2626}.admin-live-card__product-preview{background:#f3f4f6;border-radius:14px;margin:1rem 0;overflow:hidden}.admin-live-card__product-preview img{object-fit:cover;width:100%;height:190px;display:block}@media (width<=700px){.admin-live-modal-overlay{padding:0}.admin-live-modal{border-radius:0;min-height:100vh;max-height:none}.admin-live-modal__header,.admin-live-modal__toolbar{flex-direction:column;align-items:stretch}.admin-live-modal__grid{grid-template-columns:1fr}}@keyframes buyerConversationPulse{0%{transform:scale(1)}50%{transform:scale(1.015)}to{transform:scale(1)}}@keyframes ffCircuitBlink{0%{transform:scale(1);box-shadow:0 0 #16a34a8c}70%{transform:scale(1.04);box-shadow:0 0 0 8px #16a34a00}to{transform:scale(1);box-shadow:0 0 #16a34a00}}@media (width<=600px){.request-card-top,.request-product-row{flex-direction:column}.request-product-row img{width:100%;height:180px}.request-actions button{width:100%}}.admin-live-card__header-actions{align-items:center;gap:.6rem;display:flex}.admin-live-card__close{color:#111827;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:1.4rem;line-height:1;display:grid}.admin-live-card__close:hover{color:#b91c1c;background:#fee2e2}.edit-product-page{width:min(760px,100% - 2rem);margin:0 auto;padding:2rem 0 3rem}.edit-product-card{background:#fff;border:1px solid #0000000f;border-radius:26px;padding:1.4rem;box-shadow:0 18px 45px #0000001a}.edit-product-card h2{color:#111827;margin-bottom:1.2rem;font-size:1.8rem;font-weight:900}.edit-product-debug{display:none}.edit-product-form{gap:1rem;display:grid}.edit-product-form .form-group{gap:.35rem;display:grid}.edit-product-form label{color:#374151;font-size:.85rem;font-weight:900}.edit-product-form input,.edit-product-form textarea,.edit-product-form select{border:1px solid #d1d5db;border-radius:14px;outline:none;width:100%;padding:.85rem .9rem;font-size:.95rem}.edit-product-form textarea{resize:vertical;min-height:130px}.edit-product-form input:focus,.edit-product-form textarea:focus,.edit-product-form select:focus{border-color:#ea7a04;box-shadow:0 0 0 4px #ea7a041f}.edit-product-actions{flex-wrap:wrap;gap:.7rem;margin-top:.4rem;display:flex}.edit-product-loading{text-align:center;padding:2rem;font-weight:800}@media (width<=600px){.edit-product-page{width:min(100% - 1rem,760px);padding-top:1rem}.edit-product-card{padding:1rem}.edit-product-actions{display:grid}}.verified-badge-icon{--badge-size:22px;--badge-fill:#1d9bf0;--badge-glow:#1d9bf08c;width:var(--badge-size);height:var(--badge-size);cursor:default;flex-shrink:0;justify-content:center;align-items:center;transition:transform .25s cubic-bezier(.34,1.56,.64,1);display:inline-flex;position:relative}.verified-badge-icon:hover{transform:scale(1.18)}.verified-badge-icon:before{content:"";background:var(--badge-fill);clip-path:polygon(50% 0%,59% 4%,67% 3%,75% 8%,83% 6%,89% 13%,96% 21%,95% 30%,100% 38%,98% 47%,100% 55%,95% 63%,96% 72%,89% 78%,83% 86%,75% 84%,67% 89%,59% 88%,50% 92%,41% 88%,33% 89%,25% 84%,17% 86%,11% 78%,4% 72%,5% 63%,0% 55%,2% 47%,0% 38%,5% 30%,4% 21%,11% 13%,17% 6%,25% 8%,33% 3%,41% 4%);filter:drop-shadow(0 0 6px var(--badge-glow));border-radius:1px;transition:filter .25s;position:absolute;inset:0}.verified-badge-icon:hover:before{filter:drop-shadow(0 0 8px var(--badge-glow)) drop-shadow(0 0 20px var(--badge-glow))}.verified-badge-icon:after{content:"";z-index:2;clip-path:inset(0 100% 0 0);border-bottom:2px solid #fff;border-left:2px solid #fff;border-radius:0 0 0 1px;width:30%;height:18%;animation:.4s cubic-bezier(.4,0,.2,1) .15s forwards badge-draw;display:block;position:relative;transform:rotate(-45deg)translateY(-15%)}@keyframes badge-draw{to{clip-path:inset(0 0% 0 0)}}.verified-badge-icon--sm{--badge-size:16px}.verified-badge-icon--sm:after{border-bottom-width:1.5px;border-left-width:1.5px}.verified-badge-icon--lg{--badge-size:32px}.verified-badge-icon--lg:after{border-bottom-width:2.5px;border-left-width:2.5px}.verified-badge-icon--xl{--badge-size:48px}.verified-badge-icon--xl:after{border-bottom-width:3px;border-left-width:3px}.verified-badge-icon--meta{--badge-fill:#0866ff;--badge-glow:#0866ff8c}.verified-badge-icon--gold{--badge-fill:#f5a623;--badge-glow:#f5a6238c}.verified-badge-icon--purple{--badge-fill:#8b5cf6;--badge-glow:#8b5cf68c}.verified-badge-icon--green{--badge-fill:#22c55e;--badge-glow:#22c55e8c}.ff-page{width:min(1250px,100% - 2rem);margin:0 auto;padding:2rem 0 4rem}.ff-hero{color:#fff;background:linear-gradient(135deg,#071b3a,#29094a);border-radius:30px;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1.5rem;padding:2rem;display:flex;box-shadow:0 18px 45px #071b3a38}.ff-eyebrow{color:#ffb347;align-items:center;gap:.5rem;margin-bottom:.8rem;font-weight:900;display:inline-flex}.ff-hero h1{margin:0 0 .9rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:1000;line-height:1}.ff-hero p{color:#dbe5f5;max-width:720px;line-height:1.7}.ff-hero-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:24px;align-items:center;gap:1rem;min-width:230px;padding:1.3rem;display:flex}.ff-hero-card svg{color:#ea7a04;font-size:2rem}.ff-hero-card strong{font-size:2rem;display:block}.ff-hero-card span{color:#dbe5f5;font-size:.85rem}.ff-layout{grid-template-columns:320px 1fr;gap:1.2rem;display:grid}.ff-sidebar,.ff-main-panel{background:#fff;border:1px solid #eef0f4;border-radius:26px;padding:1rem;box-shadow:0 14px 36px #00000014}.ff-search{border:2px solid #ea7a0440;border-radius:999px;align-items:center;gap:.7rem;margin-bottom:1.2rem;padding:.75rem 1rem;display:flex}.ff-search svg{color:#ea7a04}.ff-search input{border:none;outline:none;width:100%;font-family:inherit}.ff-sidebar h3{color:#111827;margin-bottom:.8rem;font-size:1rem;font-weight:1000}.ff-assignment-list{gap:.8rem;display:grid}.ff-assignment-card{text-align:left;cursor:pointer;background:#f8fafc;border:1px solid #eef0f4;border-radius:18px;padding:1rem;transition:all .25s}.ff-assignment-card:hover{border-color:#ea7a0473;transform:translateY(-2px)}.ff-assignment-card.active{background:linear-gradient(135deg,#fff7ed,#fff);border-color:#ea7a04;box-shadow:0 10px 24px #ea7a041f}.ff-assignment-card strong{color:#111827;margin-bottom:.35rem;font-weight:1000;display:block}.ff-assignment-card span{color:#ea7a04;font-size:.85rem;font-weight:900;display:block}.ff-assignment-card small{color:#6b7280;margin-top:.35rem;display:block}.ff-panel-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.ff-panel-header h2{color:#111827;font-size:1.7rem;font-weight:1000}.ff-panel-header p{color:#ea7a04;font-weight:900}.ff-status-pill{color:#5b21b6;white-space:nowrap;background:#ede9fe;border-radius:999px;padding:.45rem .85rem;font-size:.8rem;font-weight:1000}.ff-info-grid{grid-template-columns:repeat(4,1fr);gap:.8rem;margin-bottom:1rem;display:grid}.ff-info-box{background:#f9fafb;border:1px solid #eef0f4;border-radius:18px;padding:1rem}.ff-info-box svg{color:#ea7a04;margin-bottom:.5rem;font-size:1.25rem}.ff-info-box span{color:#6b7280;font-size:.78rem;font-weight:800;display:block}.ff-info-box strong{color:#111827;margin-top:.2rem;font-size:.9rem;display:block}.ff-work-grid{grid-template-columns:.95fr 1.05fr;gap:1rem;display:grid}.ff-procedure-card,.ff-documents-card,.ff-final-card{background:#fff;border:1px solid #eef0f4;border-radius:24px;padding:1rem;box-shadow:0 10px 26px #0000000d}.ff-section-title{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem;display:flex}.ff-section-title h3{color:#111827;font-size:1rem;font-weight:1000}.ff-section-title span{color:#ea7a04;font-size:.82rem;font-weight:1000}.ff-progress-bar{background:#e5e7eb;border-radius:999px;height:12px;margin-bottom:1rem;overflow:hidden}.ff-progress-bar div{border-radius:inherit;background:linear-gradient(90deg,#16a34a,#eab308,#f97316,#dc2626);height:100%;transition:all .3s}.ff-vertical-steps{gap:.8rem;display:grid}.ff-step-btn{text-align:left;cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-left:6px solid #0000;border-radius:18px;align-items:center;gap:.85rem;width:100%;padding:.85rem;transition:all .25s;display:flex}.ff-step-btn:hover{border-color:#ea7a0480;transform:translate(4px)}.ff-step-code{color:#374151;background:#e5e7eb;border:4px solid #fff;border-radius:50%;flex-shrink:0;place-items:center;width:54px;height:54px;font-weight:1000;display:grid;box-shadow:0 8px 20px #0000001f}.ff-step-btn[data-code=CA].checked{background:#dcfce7;border-color:#16a34a}.ff-step-btn[data-code=CA].checked .ff-step-code{color:#fff;background:#16a34a}.ff-step-btn[data-code=CD].checked{background:#fef9c3;border-color:#eab308}.ff-step-btn[data-code=CD].checked .ff-step-code{color:#422006;background:#eab308}.ff-step-btn[data-code=CS].checked{background:#fed7aa;border-color:#f97316}.ff-step-btn[data-code=CS].checked .ff-step-code{color:#fff;background:#f97316}.ff-step-btn[data-code=VM].checked{background:#fee2e2;border-color:#dc2626}.ff-step-btn[data-code=VM].checked .ff-step-code{color:#fff;background:#dc2626}.ff-step-content strong{color:#111827;font-weight:1000;display:block}.ff-step-content small{color:#6b7280;margin-top:.2rem;line-height:1.4;display:block}.ff-doc-list{gap:.75rem;display:grid}.ff-upload-row{cursor:pointer;background:#fff7ed;border:1px dashed #ea7a0473;border-radius:16px;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem;transition:all .25s;display:flex}.ff-upload-row:hover{background:#ffedd5;transform:translateY(-2px)}.ff-upload-row div{color:#111827;align-items:center;gap:.65rem;font-weight:900;display:flex}.ff-upload-row div svg{color:#ea7a04}.ff-upload-row strong{color:#ea7a04;align-items:center;gap:.35rem;font-size:.85rem;font-weight:1000;display:inline-flex}.ff-final-card{color:#fff;background:linear-gradient(135deg,#071b3a,#29094a);justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;display:flex}.ff-final-card svg{color:#ea7a04;margin-bottom:.5rem;font-size:1.8rem}.ff-final-card h3{margin-bottom:.35rem;font-weight:1000}.ff-final-card p{color:#dbe5f5;line-height:1.5}.ff-submit-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ea7a04;border:none;border-radius:999px;padding:.9rem 1.4rem;font-weight:1000;transition:all .25s}.ff-submit-btn:hover{background:#ff8c1a;transform:translateY(-2px)}.ff-submit-btn:active{transform:scale(.97)}@media (width<=1000px){.ff-layout,.ff-work-grid{grid-template-columns:1fr}.ff-info-grid{grid-template-columns:repeat(2,1fr)}.ff-hero{flex-direction:column;align-items:flex-start}}@media (width<=620px){.ff-page{width:min(100% - 1rem,1250px)}.ff-hero,.ff-sidebar,.ff-main-panel{border-radius:20px}.ff-info-grid{grid-template-columns:1fr}.ff-panel-header,.ff-final-card{flex-direction:column;align-items:flex-start}.ff-submit-btn{width:100%}.ff-upload-row{flex-direction:column;align-items:flex-start}}.operations-modal-overlay{z-index:9999;background:#071b3ab8;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.operations-modal{background:#fff;border-radius:20px;width:100%;max-width:430px;padding:2rem;animation:.25s operationsPop;position:relative;box-shadow:0 25px 70px #00000047}@keyframes operationsPop{0%{opacity:0;transform:scale(.94)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.operations-modal-close{color:#071b3a;cursor:pointer;background:0 0;border:none;font-size:1rem;position:absolute;top:14px;right:14px}.operations-modal-icon{color:#fff;background:#ea7a04;border-radius:50%;place-items:center;width:58px;height:58px;margin-bottom:1rem;font-size:1.35rem;display:grid}.operations-modal h2{color:#071b3a;margin:0;font-size:1.8rem}.operations-modal p{color:#5d6b82;margin-bottom:1.5rem;line-height:1.5}.operations-login-form{flex-direction:column;gap:.75rem;display:flex}.operations-login-form label{color:#071b3a;font-size:.9rem;font-weight:700}.operations-login-form input{border:1px solid #d7deea;border-radius:10px;outline:none;padding:.85rem}.operations-login-form input:focus{border-color:#ea7a04;box-shadow:0 0 0 3px #ea7a0429}.operations-login-form button{color:#fff;cursor:pointer;background:#ea7a04;border:none;border-radius:12px;margin-top:.7rem;padding:.9rem;font-weight:800;transition:all .25s}.operations-login-form button:hover{background:#ff8c1a;transform:translateY(-2px)}.operations-login-form button:active{transform:scale(.98)}.operations-login-form button:disabled{opacity:.65;cursor:not-allowed}.operations-modal small{color:#778399;margin-top:1rem;font-size:.78rem;display:block}.operations-page{background:#f7f9fc;grid-template-columns:42% 58%;min-height:100vh;display:grid;overflow:hidden}.operations-left{z-index:2;background:#fff;border-radius:0 45px 45px 0;flex-direction:column;justify-content:center;padding:3rem 3.5rem;display:flex;position:relative;box-shadow:12px 0 35px #00000014}.operations-brand h1{color:#071b3a;letter-spacing:-1px;margin:0;font-size:2.3rem;font-weight:900}.operations-brand h1 span{color:#ea7a04}.operations-brand p{color:#526176;letter-spacing:4px;margin-top:.2rem;font-size:.75rem}.operations-label{color:#ea7a04;text-transform:uppercase;margin-top:2.5rem;font-size:.85rem;font-weight:800}.operations-label:before{content:"";vertical-align:middle;background:#ea7a04;width:34px;height:3px;margin-right:.7rem;display:inline-block}.operations-left h2{color:#071b3a;margin:1rem 0;font-size:3rem;font-weight:900;line-height:1.08}.operations-left h2 span{color:#ea7a04}.operations-intro{color:#46566f;max-width:520px;line-height:1.7}.operations-features{grid-template-columns:repeat(3,1fr);gap:1rem;margin:2rem 0;display:grid}.operations-features div{border-right:1px solid #d9dee8;padding-right:1rem}.operations-features div:last-child{border-right:none}.operations-features svg{color:#ea7a04;margin-bottom:.7rem;font-size:1.45rem}.operations-features strong{color:#071b3a;font-size:.85rem;display:block}.operations-features p{color:#68758a;font-size:.78rem;line-height:1.4}.operations-login-box{cursor:pointer;background:#fff;border-left:5px solid #ea7a04;border-radius:16px;align-items:center;gap:1rem;padding:1.2rem;transition:all .25s;display:flex;box-shadow:0 10px 30px #071b3a21}.operations-login-box:hover{transform:translateY(-3px);box-shadow:0 14px 38px #071b3a2e}.operations-login-box:active{transform:scale(.98)}.operations-login-icon{color:#fff;background:#ea7a04;border-radius:50%;place-items:center;width:56px;height:56px;font-size:1.45rem;display:grid}.operations-login-box h3{color:#071b3a;margin:0}.operations-login-box p{color:#68758a;margin:.25rem 0 0}.operations-arrow{color:#071b3a;margin-left:auto;font-size:1.3rem}.operations-security-note{color:#071b3a;background:#f8fafc;border-radius:14px;align-items:center;gap:1rem;margin-top:1.8rem;padding:1rem;display:flex}.operations-security-note svg{color:#ea7a04}.operations-security-note p{color:#68758a;margin:.2rem 0 0;font-size:.85rem}.operations-right{background-position:50%;background-size:cover;min-height:100vh;position:relative}.operations-right:before{content:"";background:linear-gradient(90deg,#071b3abf,#071b3a59);position:absolute;inset:0}.operations-overlay{z-index:1;color:#fff;max-width:620px;padding:5rem;position:relative}.operations-overlay h2{margin-bottom:1rem;font-size:2.7rem;line-height:1.2}.operations-overlay h2 span{color:#ea7a04}.operations-overlay p{font-size:1.15rem;line-height:1.6}.operations-stats{flex-wrap:wrap;gap:2rem;margin-top:2rem;display:flex}.operations-stats div{border-right:1px solid #ffffff59;align-items:center;gap:.7rem;padding-right:1.5rem;display:flex}.operations-stats div:last-child{border-right:none}.operations-stats svg{color:#ea7a04;font-size:1.5rem}@media (width<=900px){.operations-page{grid-template-columns:1fr}.operations-left{border-radius:0;padding:2rem}.operations-right{min-height:420px}.operations-overlay{padding:2rem}.operations-left h2{font-size:2.3rem}.operations-features{grid-template-columns:1fr}.operations-features div{border-bottom:1px solid #d9dee8;border-right:none;padding-bottom:1rem}}.buyer-message-page{background:#f4f4f4;min-height:100vh;padding:2rem 1rem}.buyer-message-container{max-width:1150px;margin:auto}.buyer-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.2rem;display:flex}.buyer-eyebrow{color:#ea7a04;margin-bottom:.2rem;font-weight:700}.buyer-header h1{color:#111;margin:0;font-size:2rem}.buyer-status-badge{border-radius:999px;padding:.7rem 1rem;font-size:.85rem;font-weight:800}.status-locked{color:#b45309;background:#fff1e6}.status-open{color:#166534;background:#dcfce7}.buyer-progress-card{background:#fff;border-radius:22px;align-items:center;margin-bottom:1.2rem;padding:1.2rem;display:flex;box-shadow:0 12px 30px #0000000d}.progress-step{color:#999;align-items:center;gap:.6rem;font-weight:700;display:flex}.progress-step span{color:#555;background:#ddd;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.progress-step.active span{color:#fff;background:#ea7a04}.progress-step.active{color:#111}.progress-step p{margin:0;font-size:.9rem}.progress-line{background:#ddd;border-radius:999px;flex:1;height:3px;margin:0 1rem}.active-line{background:#ea7a04}.buyer-main-grid{grid-template-columns:1fr 340px;align-items:start;gap:1.2rem;display:grid}.buyer-chat-card,.buyer-payment-card{background:#fff;border-radius:24px;padding:1rem;box-shadow:0 12px 30px #0000000d}.chat-title-row h2,.buyer-payment-card h2{color:#111;margin:0}.chat-title-row p,.payment-note{color:#666;margin-top:.3rem;font-size:.95rem}.buyer-thread-box{background:#fafafa;border-radius:20px;gap:1rem;height:420px;margin-top:1rem;padding:1rem;display:grid;overflow-y:auto}.buyer-message-row{display:flex}.admin-row{justify-content:flex-start}.buyer-row{justify-content:flex-end}.buyer-message-bubble{border-radius:18px;max-width:75%;padding:.9rem 1rem;line-height:1.5}.buyer-message-bubble strong{margin-bottom:.25rem;display:block}.buyer-message-bubble p{margin:0}.buyer-message-bubble small{opacity:.75;margin-top:.5rem;font-size:.72rem;display:block}.buyer-message-admin{color:#fff;background:#29094a;border-bottom-left-radius:5px}.buyer-message-user{color:#fff;background:#ea7a04;border-bottom-right-radius:5px}.buyer-reply-form{gap:.8rem;margin-top:1rem;display:grid}.buyer-reply-form textarea{resize:none;border:1px solid #ddd;border-radius:18px;outline:none;width:100%;padding:1rem;font-size:1rem}.buyer-reply-form textarea:focus{border-color:#ea7a04;box-shadow:0 0 0 3px #ea7a041f}.buyer-reply-form button{color:#fff;cursor:pointer;background:#ea7a04;border:none;border-radius:999px;justify-self:end;padding:.85rem 1.4rem;font-weight:800}.buyer-reply-form button:disabled{opacity:.5;cursor:not-allowed}.payment-status-box{background:#f7f7f7;border-radius:18px;margin:1rem 0;padding:1rem}.payment-status-box span{color:#777;margin-bottom:.3rem;font-size:.8rem;display:block}.payment-status-box strong{color:#111}.payment-btn{cursor:pointer;color:#fff;border:none;border-radius:16px;width:100%;margin-bottom:.8rem;padding:1rem;font-weight:900}.payment-btn:disabled{color:#777;cursor:not-allowed;background:#d1d5db}.payment-btn.escrow{background:#29094a}.payment-btn.bank{background:#111827}.payment-btn.stripe{background:#635bff}.locked-message,.open-message{margin-top:1rem;font-size:.9rem;font-weight:700}.locked-message{color:#b45309}.open-message{color:#166534}.buyer-empty,.buyer-loading{text-align:center;padding:2rem}.buyer-trade-payment-box{background:#fff7ed;border:1px solid #ea7a0440;border-radius:18px;margin:1rem 0;padding:1rem}.buyer-trade-payment-box h3{color:#111827;margin:0 0 .4rem;font-weight:1000}.buyer-trade-payment-box p{color:#6b7280;font-size:.9rem;line-height:1.45}.buyer-payment-line,.buyer-payment-total{border-bottom:1px solid #00000014;justify-content:space-between;gap:1rem;padding:.65rem 0;display:flex}.buyer-payment-line span,.buyer-payment-total span{color:#6b7280;font-weight:800}.buyer-payment-line strong,.buyer-payment-total strong{color:#111827}.buyer-payment-total{border-bottom:none;margin-top:.4rem;padding-top:.9rem;font-size:1.05rem}.buyer-trade-supplier-box{background:#fff7ed;border:1px solid #ea7a0433;border-radius:18px;margin-top:.8rem;padding:.9rem 1rem}.supplier-label{color:#ea7a04;text-transform:uppercase;margin-bottom:.3rem;font-size:.72rem;font-weight:900;display:inline-block}.buyer-trade-supplier-box h3{color:#111827;margin:0;font-size:1.05rem;font-weight:900}.buyer-trade-supplier-box p{color:#6b7280;margin-top:.3rem;font-size:.88rem}@media (width<=900px){.buyer-main-grid{grid-template-columns:1fr}.buyer-header{flex-direction:column;align-items:flex-start}.buyer-progress-card{overflow-x:auto}.progress-step p{white-space:nowrap}}@media (width<=600px){.buyer-message-page{padding:1rem .7rem}.buyer-header h1{font-size:1.5rem}.buyer-thread-box{height:380px}.buyer-message-bubble{max-width:88%}.progress-line{min-width:35px}}.seller-live-page{background:#f5f6f8;min-height:100vh;padding:32px 5%}.seller-live-hero{color:#fff;background:#111827;border-radius:22px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;padding:32px;display:flex}.seller-live-hero h1,.live-request-form h2,.seller-live-history h2{margin:0}.seller-live-hero p{max-width:720px;line-height:1.7}.seller-live-eyebrow,.live-form-eyebrow{letter-spacing:.12em;color:#ea7a04;margin:0 0 8px;font-size:12px;font-weight:800}.seller-live-back-button,.live-submit-button{cursor:pointer;border:0;border-radius:10px;padding:13px 20px;font-weight:700}.seller-live-back-button{color:#111827;background:#fff}.seller-live-layout{grid-template-columns:minmax(0,2fr) minmax(260px,.8fr);align-items:start;gap:24px;display:grid}.live-request-form,.seller-live-info-panel,.seller-live-card,.seller-live-empty,.seller-live-loading{background:#fff;border-radius:18px;padding:24px;box-shadow:0 10px 30px #11182712}.live-form-heading{margin-bottom:24px}.live-form-heading p{line-height:1.6}.live-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.live-form-field{flex-direction:column;gap:7px;display:flex}.live-form-field--wide{grid-column:1/-1}.live-form-field label,.live-product-selector legend{font-weight:700}.live-form-field input,.live-form-field textarea,.live-form-field select{box-sizing:border-box;width:100%;font:inherit;border:1px solid #d5d8df;border-radius:10px;padding:12px}.live-form-field small{color:#667085}.live-product-selector{border:1px solid #d5d8df;border-radius:14px;padding:16px}.live-product-options{gap:12px;margin-top:12px;display:grid}.live-product-option{cursor:pointer;border:1px solid #e4e7ec;border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex}.live-product-option img{object-fit:cover;border-radius:8px;width:64px;height:52px}.live-product-option span{flex-direction:column;gap:4px;display:flex}.live-product-option small{color:#667085}.live-submit-button{color:#fff;background:#ea7a04;width:100%;margin-top:24px}.live-submit-button:disabled{cursor:not-allowed;opacity:.55}.seller-live-info-panel ol{padding-left:20px;line-height:1.8}.seller-live-security-note{background:#fff4e8;border-radius:12px;margin-top:20px;padding:16px}.seller-live-history{margin-top:32px}.seller-live-section-heading,.seller-live-card__header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.seller-live-card-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:18px;margin-top:18px;display:grid}.seller-live-card__company{color:#667085;margin:0 0 6px;font-size:13px;font-weight:700}.seller-live-card__description{line-height:1.6}.seller-live-card__details{gap:6px;margin-top:16px;display:grid}.seller-live-card__details p{margin:0}.live-status{white-space:nowrap;background:#eceff3;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.live-status--pending_approval{background:#fff4ce}.live-status--scheduled{background:#dff7e8}.live-status--live{background:#ffe0e0}.live-status--rejected{background:#fce1e1}.seller-live-card__rejection,.seller-live-card__notice,.seller-live-card__live-message{border-radius:10px;margin-top:16px;padding:12px}.seller-live-card__rejection{background:#fff0f0}.seller-live-card__notice{background:#ecfdf3}.seller-live-card__live-message{background:#ffe5e5;font-weight:800}.seller-live-error{color:#9b1c1c;background:#ffe7e7;border-radius:12px;margin-bottom:20px;padding:14px}.seller-live-card__rejection strong{margin-bottom:6px;display:block}.seller-live-card__rejection p{margin:0}.seller-open-live-room-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:999px;width:100%;margin-top:10px;padding:11px 16px;font-weight:900}@media (width<=850px){.seller-live-hero,.seller-live-section-heading{flex-direction:column;align-items:stretch}.seller-live-layout,.live-form-grid{grid-template-columns:1fr}.live-form-field--wide{grid-column:auto}}.seller-live-studio-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:999px;width:100%;margin-top:1rem;padding:.9rem 1.2rem;font-size:.95rem;font-weight:900;transition:transform .2s,background .2s}.seller-live-studio-button:hover{background:#273449;transform:translateY(-2px)}.seller-live-studio-button--live{background:#dc2626}.seller-live-studio-button--live:hover{background:#b91c1c}.seller-broadcast-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#030712d1;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0;overflow-y:auto}.seller-broadcast-studio{background:#fff;border-radius:24px;width:min(100%,980px);max-height:calc(100vh - 3rem);padding:1.5rem;overflow-y:auto;box-shadow:0 30px 90px #0006}.seller-broadcast-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.seller-broadcast-header h2{color:#111827;margin:.25rem 0;font-size:clamp(1.5rem,3vw,2.2rem)}.seller-broadcast-header p{color:#6b7280;margin-bottom:0}.seller-broadcast-close{color:#111827;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:1.8rem;line-height:1;display:grid}.seller-broadcast-close:hover{background:#e5e7eb}.seller-broadcast-loading{color:#6b7280;text-align:center;padding:3rem 1rem;font-weight:800}.seller-broadcast-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;margin-bottom:1rem;padding:.9rem 1rem;font-weight:800}.seller-broadcast-video-wrapper{aspect-ratio:16/9;background:#050505;border-radius:18px;width:100%;position:relative;overflow:hidden}.seller-broadcast-video{object-fit:cover;background:#050505;width:100%;height:100%;display:block;transform:scaleX(-1)}.seller-broadcast-video-empty{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:absolute;inset:0}.seller-broadcast-video-empty span{margin-bottom:.5rem;font-size:3rem}.seller-broadcast-video-empty h3{margin:.25rem 0;font-size:1.4rem}.seller-broadcast-video-empty p{color:#d1d5db;margin:0}.seller-broadcast-live-badge{color:#fff;text-transform:uppercase;background:#dc2626;border-radius:999px;align-items:center;gap:.55rem;padding:.55rem .85rem;font-size:.85rem;font-weight:900;display:flex;position:absolute;top:1rem;left:1rem;box-shadow:0 8px 24px #dc262666}.seller-broadcast-live-badge span{background:#fff;border-radius:50%;width:10px;height:10px;animation:1.2s infinite seller-broadcast-pulse}.seller-broadcast-status{color:#374151;background:#f3f4f6;border-radius:12px;margin-top:1rem;padding:.8rem 1rem}.seller-broadcast-actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.seller-broadcast-button{color:#fff;cursor:pointer;border:none;border-radius:999px;flex:220px;min-height:48px;padding:.8rem 1rem;font-weight:900}.seller-broadcast-button:disabled{cursor:not-allowed;opacity:.55}.seller-broadcast-button--camera{background:#111827}.seller-broadcast-button--start{background:#16a34a}.seller-broadcast-button--start:hover:not(:disabled){background:#15803d}.seller-broadcast-button--stop{background:#dc2626}.seller-broadcast-button--stop:hover{background:#b91c1c}.seller-broadcast-button--secondary{color:#374151;background:#fff;border:1px solid #d1d5db}.seller-broadcast-security{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:14px;margin-top:1rem;padding:1rem}.seller-broadcast-security p{margin:.35rem 0 0}@keyframes seller-broadcast-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}@media (width<=700px){.seller-broadcast-overlay{background:#fff;align-items:flex-start;padding:0}.seller-broadcast-studio{width:100%;min-height:100vh;max-height:none;box-shadow:none;border-radius:0;padding:1rem}.seller-broadcast-video-wrapper{aspect-ratio:9/12}.seller-broadcast-actions{flex-direction:column}.seller-broadcast-button{flex-basis:auto;width:100%}}.live-room-page{background:#f4f6f8;min-height:100vh;padding:2rem 5%}.live-room-header{color:#fff;background:#111827;border-radius:22px;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;display:flex}.live-room-header h1{margin:.3rem 0}.live-room-company{color:#ea7a04;text-transform:uppercase;margin:0;font-weight:900}.live-room-status{color:#111827;text-transform:capitalize;background:#e5e7eb;border-radius:999px;flex-shrink:0;padding:.55rem .85rem;font-weight:900}.live-room-status--live{color:#fff;background:#dc2626}.live-room-status--scheduled{color:#166534;background:#dcfce7}.live-room-status--ended{color:#374151;background:#e5e7eb}.live-room-layout{grid-template-columns:minmax(0,2fr) minmax(280px,.8fr);gap:1.5rem;display:grid}.live-room-video-section,.live-room-sidebar>div,.live-room-message{background:#fff;border-radius:20px;box-shadow:0 12px 32px #11182714}.live-room-video-section{min-width:0;padding:1rem}.live-room-video-placeholder{color:#fff;text-align:center;background:#050505;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:480px;padding:2rem;display:flex}.live-room-player-wrapper{background:#000;border-radius:16px;width:100%;padding-top:56.25%;position:relative;overflow:hidden}.live-room-player-wrapper iframe{border:none;width:100%;height:100%;position:absolute;inset:0}.live-room-demo-stage{color:#fff;background:radial-gradient(circle at 100% 0,#374151,#0000 45%),#050505;border-radius:16px;align-items:flex-end;min-height:480px;padding:2rem;display:flex;position:relative;overflow:hidden}.live-room-demo-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.live-room-demo-overlay{background:linear-gradient(#00000073,#0000002e 35%,#000000f5);position:absolute;inset:0}.live-room-demo-badge{color:#fff;text-transform:uppercase;background:#dc2626;border-radius:999px;align-items:center;gap:.55rem;padding:.55rem .8rem;font-weight:900;display:flex;position:absolute;top:1rem;left:1rem}.live-room-demo-content{z-index:1;max-width:650px;position:relative}.live-room-demo-content h2{margin:.35rem 0;font-size:clamp(1.7rem,4vw,3rem)}.live-room-demo-company{color:#f59e0b;text-transform:uppercase;margin:0;font-weight:900}.live-room-live-dot{background:#fff;border-radius:50%;flex-shrink:0;width:12px;height:12px;animation:1.2s infinite live-room-pulse}.live-room-calendar-icon,.live-room-ended-icon{margin-bottom:.75rem;font-size:2.5rem}.live-room-statistics{flex-wrap:wrap;gap:.7rem;margin-top:1rem;display:flex}.live-room-statistics span{background:#f3f4f6;border-radius:999px;padding:.55rem .8rem;font-weight:800}.live-room-demo-notice{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;margin-top:1rem;padding:.75rem 1rem;font-size:.9rem;font-weight:700}.live-room-sidebar{align-content:start;gap:1rem;display:grid}.live-room-sidebar>div{padding:1rem}.live-room-moderator{border:1px solid #bbf7d0;background:#f0fdf4!important}.live-room-moderator p{margin-bottom:0}.live-room-product img{object-fit:cover;border-radius:14px;width:100%;height:180px}.live-room-product button,.live-room-message button{color:#fff;cursor:pointer;background:#ea7a04;border:none;border-radius:999px;width:100%;padding:.75rem 1rem;font-weight:900}.live-room-message{text-align:center;max-width:600px;margin:4rem auto;padding:2rem}@keyframes live-room-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}to{opacity:1;transform:scale(1)}}@media (width<=850px){.live-room-page{padding:1rem}.live-room-header{flex-direction:column}.live-room-layout{grid-template-columns:1fr}.live-room-video-placeholder,.live-room-demo-stage{min-height:320px}}@media (width<=520px){.live-room-page{padding:.75rem}.live-room-header{border-radius:16px;padding:1.1rem}.live-room-header h1{font-size:1.55rem}.live-room-video-section{padding:.6rem}.live-room-video-placeholder,.live-room-demo-stage{min-height:280px;padding:1.25rem}.live-room-statistics{gap:.45rem}.live-room-statistics span{font-size:.8rem}}.live-question-panel{background:#fff;border:1px solid #e5e7eb;border-radius:18px;margin-top:1rem;padding:1.25rem}.live-question-panel__heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.live-question-panel__heading h3{color:#111827;margin:.25rem 0}.live-question-panel__heading>span{color:#1d4ed8;white-space:nowrap;background:#dbeafe;border-radius:999px;padding:.45rem .7rem;font-size:.75rem;font-weight:900}.live-question-panel__eyebrow{color:#ea7a04;letter-spacing:.08em;margin:0;font-size:.75rem;font-weight:900}.live-question-panel__description{color:#6b7280;margin:.5rem 0 1rem}.live-question-panel__success,.live-question-panel__error{border-radius:12px;margin-bottom:1rem;padding:.8rem 1rem;font-weight:800}.live-question-panel__success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.live-question-panel__error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.live-question-form{gap:1rem;display:grid}.live-question-form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.live-question-form label{color:#374151;gap:.45rem;font-weight:800;display:grid}.live-question-form input,.live-question-form textarea{box-sizing:border-box;color:#111827;width:100%;font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:12px;outline:none;padding:.8rem .9rem}.live-question-form textarea{resize:vertical}.live-question-form input:focus,.live-question-form textarea:focus{border-color:#ea7a04;box-shadow:0 0 0 3px #ea7a0424}.live-question-form__footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.live-question-form__footer span{color:#6b7280;font-size:.8rem;font-weight:700}.live-question-form__footer button{color:#fff;cursor:pointer;background:#ea7a04;border:none;border-radius:999px;padding:.8rem 1.2rem;font-weight:900}.live-question-form__footer button:disabled{cursor:not-allowed;opacity:.55}@media (width<=600px){.live-question-form__row{grid-template-columns:1fr}.live-question-panel__heading,.live-question-form__footer{flex-direction:column;align-items:stretch}.live-question-panel__heading>span{align-self:flex-start}.live-question-form__footer button{width:100%}}.live-room-statistics button{color:#111827;font:inherit;cursor:pointer;background:#f3f4f6;border:none;border-radius:999px;padding:.55rem .8rem;font-weight:800}.live-room-statistics button:hover:not(:disabled){background:#e5e7eb}.live-room-statistics button.is-interested{color:#b91c1c;background:#fee2e2}.live-room-statistics button:disabled{cursor:not-allowed;opacity:.6}.live-room-interaction-message{color:#1e40af;background:#eff6ff;border-radius:12px;margin-top:.75rem;padding:.7rem .9rem;font-size:.9rem;font-weight:700}
