body{margin:0;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background:#f2f2f2;color:#333}.top-bar{background:#0c0c0ce3;color:#fff;padding:10px 20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 5px rgba(0,0,0,.2)}.logo{font-weight:700;font-size:24px;color:#00b894;letter-spacing:1px}.top-icons button{background:0 0;border:none;cursor:pointer;padding:6px;margin-left:6px;margin-right:6px;border-radius:6px;transition:background-color .3s ease}.top-icons button:hover{background-color:rgba(255,255,255,.1)}#searchBox{display:none;position:absolute;top:10px;right:10px;background:#000;padding:6px 10px;border-radius:6px;gap:6px;align-items:center;box-shadow:0 2px 5px rgba(0,0,0,.795);transition:all .3s ease;z-index:1000;display:none}#searchBox.show{display:flex}#searchBox input{padding:5px 8px;border:none;border-radius:4px;outline:0;font-size:14px;color:#000;background:#fff}#searchBox button{background:#00b894;color:#fff;border:none;padding:5px 10px;border-radius:4px;cursor:pointer}#searchBox button:hover{background-color:#019875}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#ffffffcc;border-top:1px solid #ffffffc0;display:flex;justify-content:space-around;padding:10px 0;z-index:1001;box-shadow:0 -2px 5px rgba(0,0,0,.1)}.bottom-nav button{background:0 0;border:none;cursor:pointer;padding:6px;margin:4px;border-radius:6px;transition:background-color .3s ease}.bottom-nav button:hover{background-color:rgba(0,0,0,.1)}.bottom-nav button.active svg{stroke:#00b894}.page{display:none;padding:20px;padding-bottom:70px;min-height:calc(100vh - 60px);opacity:0;transition:opacity .3s ease-in-out}.page.active{display:block;opacity:1}.video-feed{display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.video-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;transition:transform .2s ease}.video-card:hover{transform:scale(1.02)}.video-card img{width:100%;display:block}.video-info{padding:10px}.video-info h4{margin:0 0 5px 0}.video-info p{margin:0;color:#666;font-size:14px}.player-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);display:none;justify-content:center;align-items:center;z-index:2000}.player-content{background:#fff;width:95%;max-width:600px;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 5px 25px rgba(0,0,0,.3)}.player-content video{width:100%;background:#000}.video-details{padding:15px}.video-details h3{margin-top:0}.modal-back{position:absolute;top:15px;left:15px;background:rgba(255,255,255,.1);color:#fff;border:none;padding:10px;border-radius:50%;z-index:1001;cursor:pointer}#commentsSection{padding:15px;background:#fafafa;border-top:1px solid #ddd}#commentsList div{background:#e9ecef;padding:8px 12px;margin-bottom:6px;border-radius:8px}#commentInput{flex:1;padding:8px;border:1px solid #00b894;border-radius:5px}#commentsSection button{background:#00b894;color:#fff;border:none;padding:8px 12px;border-radius:5px;cursor:pointer}#global-loader{position:fixed;inset:0;background:#fff;z-index:9999;display:flex;align-items:center;justify-content:center;flex-direction:column}.loader{width:40px;height:40px;border:4px solid #ccc;border-top-color:#20d5db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:10px}@keyframes spin{to{transform:rotate(360deg)}}.ad-banner-container{width:100%;max-width:1200px;height:auto;margin:20px auto;overflow:hidden;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);position:relative;background-color:#f9f9f9}.ad-banner-container img{width:100%;height:auto;aspect-ratio:4/1;object-fit:cover;border-radius:10px;transition:transform .3s ease,opacity .5s ease-in-out;display:block}.ad-banner-container img:hover{transform:scale(1.02);opacity:.95}.product-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;padding:20px;box-sizing:border-box}.product{width:180px;padding:10px;box-sizing:border-box;background:#f9f9f9;text-align:center;border:1px solid #ddd;border-radius:8px}.product:hover{transform:translateY(-5px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.product img{width:100%;height:160px;object-fit:contain;border-radius:8px;margin-bottom:15px}.product h2{font-size:16px;margin:4px 0 2px 0;color:#333}#shoppingPage h1{margin:0;font-size:20px;color:#3dccd6;font-weight:600}.shopping-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;margin-bottom:10px;margin-top:0;box-sizing:border-box}.menu-icon{cursor:pointer;user-select:none;display:flex;align-items:center;padding:4px 8px}.price{color:#00b894;font-weight:700;font-size:14px;margin-bottom:0;margin-top:2px}.product .description{font-size:14px;line-height:1.1;color:#444;margin-top:2px;margin-bottom:4px}.product button{background-color:#00b894;color:#fff;padding:1px 5px;border:none;border-radius:4px;margin:2px 2px 0 2px;cursor:pointer;transition:background-color .3s ease}.product button:hover{background-color:#29a3d3}.product-detail{display:flex;flex-direction:column;align-items:center;padding:20px}.image-card{width:100%;background:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;margin-bottom:15px}.image-card img{width:100%;height:auto;display:block;border-radius:8px}.thumbnail-container{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:20px}.thumbnail{width:70px;height:70px;object-fit:cover;border:1px solid #ccc;border-radius:4px;cursor:pointer;transition:border .3s}.thumbnail:hover{border:2px solid #20d5db}.details-card{width:100%;background:#fafafa;border-radius:10px;padding:20px;box-shadow:0 2px 10px rgba(0,0,0,.07);text-align:left}.product-specs{width:100%;border-collapse:collapse;margin-bottom:20px}.product-specs td{padding:10px 8px;border-bottom:1px solid #00b894;vertical-align:top}.product-specs td:first-child{font-weight:700;width:120px;color:#444}.quantity-selector{margin-bottom:15px}.quantity-controls{display:flex;align-items:center;gap:8px}.quantity-controls button{width:28px;height:21px;cursor:pointer}.quantity-controls input{width:50px;text-align:center}.button-group{display:flex;flex-wrap:wrap;gap:10px}.button-group button{padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-weight:700;font-size:14px;transition:.3s}.buy-now{background-color:#00b894;color:#fff}.add-to-cart{background-color:#00b894;color:#fff}#close-details{background-color:#dc3545;color:#fff}.loader{border:5px solid #f3f3f3;border-top:5px solid#00b894;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:auto}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.site-footer{background:#00b894;color:#f0f0f0;padding:50px 20px;font-size:14px;margin-top:60px}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px}.footer-section{flex:1;min-width:250px}.footer-title{color:#edf3f3;font-size:16px;font-weight:700;margin-bottom:10px}.footer-section h3{color:#fff;font-size:16px;margin-bottom:10px;border-bottom:1px solid #20d5db;display:inline-block;padding-bottom:4px}.footer-section p{margin:6px 0;line-height:1.6}.footer-section a{color:#f0f0f0;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#090a0a}.footer-links a{display:block;margin-bottom:8px}.order-form{max-width:400px;margin:20px auto 40px auto;padding:20px;background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.1);font-family:Arial,sans-serif}.order-form h3{margin-bottom:15px;font-size:1.5rem;color:#333;text-align:center}.order-form label{display:block;margin-bottom:10px;font-weight:600;color:#444}.order-form input[type=text],.order-form select{width:100%;padding:8px 10px;margin-top:5px;margin-bottom:15px;border:1px solid #ccc;border-radius:5px;box-sizing:border-box;font-size:1rem;transition:border-color .3s ease}.order-form input[type=text]:focus,.order-form select:focus{border-color:#20d5db;outline:0}#submit-order{display:block;width:100%;padding:12px 0;background-color:#20d5db;color:#fff;font-size:1.1rem;border:none;border-radius:6px;cursor:pointer;font-weight:700;transition:background-color .3s ease}.order-form input[readonly]{background-color:#e9ecef;cursor:not-allowed;color:#555}.dropdown{position:absolute;top:105px;right:0;background-color:#fff;list-style:none;padding:0;margin:0;box-shadow:0 2px 6px rgba(0,0,0,.15);border-radius:6px;overflow:hidden;width:180px;z-index:1000}.dropdown li{padding:12px 16px;border-bottom:1px solid #eee;cursor:pointer;transition:background-color .2s ease}.dropdown li:hover{background-color:#f0f0f0}.dropdown li:last-child{border-bottom:none}.hidden{display:none}#orderStatus ul{list-style:none;padding:0}#orderStatus li{background:#f9f9f9;margin-bottom:10px;padding:10px;border-left:4px solid #00b894}#orderStatus{padding:15px}.order-item{margin-bottom:15px;padding:10px;border:1px solid #080101;list-style:none;border-radius:6px;background:#fff}.order-item strong{display:inline-block;width:70px;font-weight:700}#uploadPage h2{text-align:center;font-size:20px;color:#eef3f2;font-weight:500;background-color:#00b894;padding:30px;border-radius:20px;margin:40px 20px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.forgot-modal button[aria-label=Back] svg,.login-modal button[aria-label=Back] svg,.signup-modal button[aria-label=Back] svg{position:absolute;top:15px;left:15px;stroke:white;background-color:#00b894;border:none;border-radius:50%;padding:2px;z-index:2001;cursor:pointer}.login-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:none;justify-content:center;align-items:center}.login-box{background:#fff;padding:25px;border-radius:8px;width:90%;max-width:350px;box-shadow:0 5px 20px rgba(0,0,0,.2)}.login-box h2{margin-top:0}.login-box input{width:100%;padding:10px;margin:10px 0;border:1px solid #00b894;border-radius:4px}.login-box button{width:100%;padding:10px;background:#00b894;color:#fff;border:none;font-size:16px;border-radius:5px;cursor:pointer;transition:background-color .3s}.login-box button:hover{background:#28a3a7}.login-box,.signup-box{position:relative}.signup-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:none;justify-content:center;align-items:center;z-index:2000}.signup-box{background:#fff;padding:25px;border-radius:8px;width:90%;max-width:350px;box-shadow:0 5px 20px rgba(0,0,0,.2)}.signup-box h2{margin-top:0}.signup-box input{width:100%;padding:10px;margin:10px 0;border:1px solid #00b894;border-radius:4px}.signup-box button{width:100%;padding:10px;background:#00b894;color:#fff;border:none;font-size:16px;border-radius:5px;cursor:pointer}.signup-box button:hover{background:#28a3a7}.forgot-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:none;justify-content:center;align-items:center;z-index:2000}.forgot-box{background:#fff;padding:25px;border-radius:8px;width:90%;max-width:350px;box-shadow:0 5px 20px rgba(0,0,0,.2)}.forgot-box h2{margin-top:0}.forgot-box input{width:100%;padding:10px;margin:10px 0;border:1px solid #00b894;border-radius:4px}.forgot-box button{width:100%;padding:10px;background:#00b894;color:#fff;border:none;font-size:16px;border-radius:5px;cursor:pointer}.forgot-box button:hover{background:#28a3a7}.disabled-element{opacity:.5;pointer-events:none;cursor:not-allowed}#loginBox{display:none;background:#fff;padding:15px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1)}#loginMessage{color:#28a3a7;font-size:16px;margin-top:8px}#profilePage{background:#f7f7f7;padding:15px;border-radius:8px}#profilePage button{background:#00b894;border:none;padding:8px 12px;color:#fff;border-radius:5px;cursor:pointer}#profilePage button:hover{background:#00b86b}.disabled-element{opacity:.5;pointer-events:none}#profilePage{max-width:350px;height:100px;margin:20px auto;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}#profilePage h2{margin-bottom:6px}.user-info{display:flex;align-items:center;gap:8px;margin-bottom:5px}.user-avatar{width:40px;height:40px;color:#fff;font-weight:700;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:22px;text-transform:uppercase}.username-text{font-size:20px;font-weight:600;color:#333}.chat-box{background:#fff;border-radius:5px;padding:10px;border:1px #00b894;max-height:220px;overflow-y:auto;margin-bottom:10px}.chat-box div{background:#d1ecf1;padding:8px 12px;border-radius:12px;margin-bottom:6px;max-width:80%}.chat-input{display:flex;gap:10px}.chat-input input{flex:1;padding:8px;border:1px #00b894;border-radius:5px}.chat-input button{background:#00b894;color:#fff;padding:8px 15px;border:#00b894;border-radius:5px;cursor:pointer}button[onclick="openCart()"]{position:relative;background:#222;color:#fff;border:none;padding:10px 14px;font-size:16px;border-radius:5px;cursor:pointer}#cart-count{background:red;color:#fff!important;font-size:12px;padding:2px 6px;border-radius:50%;position:absolute;top:-6px;right:-8px}#cart-popup{position:fixed;top:70px;right:12px;background:#fff;border:1px solid #ccc;padding:15px;border-radius:8px;width:300px;max-height:400px;overflow-y:auto;z-index:999;box-shadow:0 4px 15px rgba(0,0,0,.2);display:none}.cart-item{display:flex;margin-bottom:10px;border-bottom:1px solid #eee;padding-bottom:8px}.cart-item img{width:60px;height:60px;object-fit:cover;margin-right:10px;border-radius:5px}.remove-item{background:red;color:#fff;border:none;padding:4px 8px;border-radius:3px;cursor:pointer;margin-top:4px}.checkout-item{background:green;color:#fff;border:none;padding:4px 8px;border-radius:3px;cursor:pointer;margin-top:4px;margin-left:5px}.close-btn{background:red;color:#fff;border:none;padding:6px 10px;border-radius:4px;cursor:pointer;margin-top:10px}@media (max-width:600px){.video-feed{grid-template-columns:1fr}.bottom-nav button{padding:4px}.player-content{width:100%;height:90%;overflow-y:auto}.product{width:calc(50% - 10px)}.product img{width:100%;max-height:150px;object-fit:cover;border-radius:6px}}@media (max-width:600px){.site-footer{padding:25px 15px}.footer-container{flex-direction:column;align-items:center;text-align:center;gap:8px}.footer-section{margin-bottom:10px;padding:0}.footer-title{font-size:18px;margin-bottom:2px}.footer-section h3{font-size:15px;margin-top:0;margin-bottom:2px;padding:0;border:none}.footer-section a,.footer-section p{margin-top:0;margin-bottom:2px;font-size:13px;line-height:1.1}.footer-links a{display:inline-block;margin:2px 4px}}
