body .pink{color:#ff79c6}body .blue{color:#44b1ff}body .dark-blue{color:#2887d2}body .yellow{color:#bce73d}body .dark-yellow{color:#8ebb22}body .white{color:#fff}body .black{color:#000}.loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999}.loader-container{display:flex;flex-direction:column;align-items:center}.train{width:120px;animation:moveTrain 1.5s linear infinite}.smoke{width:20px;height:20px;margin-top:10px;background:radial-gradient(circle,#fff,#fff0 70%);border-radius:50%;animation:puff 1s ease-in-out infinite}@keyframes moveTrain{0%{transform:translateY(0) translate(0)}50%{transform:translateY(-5px) translate(5px)}to{transform:translateY(0) translate(0)}}@keyframes puff{0%{transform:translateY(0) scale(.5);opacity:.7}50%{transform:translateY(-15px) scale(1);opacity:.3}to{transform:translateY(0) scale(.5);opacity:.7}}.splash-component-container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:92vh;padding:2rem;color:#f5f5f5;text-align:center;background:transparent}.intro{margin-bottom:1rem}.intro h1{font-size:2.5rem;background:linear-gradient(90deg,#00cfff,#ff7be5);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.intro p{font-size:1.2rem;color:#d3e6ff}.latest-blog{width:100%;max-width:800px;flex-grow:1;display:flex;flex-direction:column;overflow:hidden}.latest-blog h2{margin-bottom:.5rem;color:#9bdcff}.latest-blog .blog-card{display:flex;flex-direction:row;gap:1rem;border-radius:12px;padding:1rem;box-shadow:0 4px 20px #00c8ff4d;max-height:300px}.latest-blog .blog-card::-webkit-scrollbar{width:8px}.latest-blog .blog-card::-webkit-scrollbar-thumb{background:linear-gradient(#00cfff,#ff7be5);border-radius:8px}.latest-blog .blog-card .blog-image{flex:1}.latest-blog .blog-card .blog-image img{max-width:200px;border-radius:12px;object-fit:cover;box-shadow:0 2px 10px #ff7be580}.latest-blog .blog-card .blog-details{flex:2;text-align:left;max-height:300px;overflow-y:auto;padding-right:.5rem}.latest-blog .blog-card .blog-details h3{margin:0 0 .5rem;font-size:1.5rem;color:#ffbdf7}.latest-blog .blog-card .blog-details .blog-content{line-height:1.5;color:#e2f6ff}@media screen and (max-width:600px){.latest-blog .blog-card{flex-direction:row;max-height:none}.latest-blog .blog-card h3{font-size:12px}.latest-blog .blog-card p{font-size:small}.latest-blog .blog-details{max-height:none;overflow-y:visible}.latest-blog .blog-image img{max-width:100%;height:auto}}.timer{margin-top:1rem;font-size:1.3rem;font-weight:700;color:#a7fffb;text-shadow:0 0 6px rgba(0,200,255,.7)}.showroom-container{background:linear-gradient(to bottom right,#282a36,#1a1a1a);color:#f8f8f2;display:flex;flex-direction:column;height:100vh;width:100%}@media(min-width:768px){.showroom-container{flex-direction:row;align-items:stretch}.showroom-container .stream-container{flex:2}.showroom-container .chat-container{flex:1;overflow-y:auto}}@media(max-width:767px){.showroom-container .stream-container,.showroom-container .chat-container{flex:1;min-height:0}.showroom-container .chat-container{overflow-y:auto}}.authentication-container{display:flex;justify-content:center;align-items:center;font-family:Roboto,sans-serif}.authentication-forms{padding:2rem;border-radius:10px;width:100%}.authentication-logged-in{text-align:center;padding:1rem;border-radius:10px;width:100%}.authentication-toggle{margin-bottom:1rem;text-align:center;color:#000;font-size:1.1rem}.authentication-toggle button{background-color:#ff80e1;border:none;margin-top:1rem;color:#fff;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.authentication-toggle button:hover{background-color:#ff4d94}.button-container{background-color:#0000;border:2px solid cyan;border-radius:16px;font-weight:400;font-size:18px;line-height:28px;color:#0ff;cursor:pointer}.button-container:hover{border:cyan;background-color:#0ff;color:#000}.button-container.google-sign-in{background-color:#4285f4;color:#fff}.button-container.splash-enter{background:#9b0363}.shop-container{padding:0rem 0rem 6rem 2rem;color:#000;height:90vh;overflow-y:auto}.shop-title{font-size:2rem;margin-bottom:1.5rem;text-align:center}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.product-card{background:#1a1a1a;border:1px solid #444;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;width:280px;color:#fff;box-shadow:0 4px 10px #0000004d;transition:transform .2s ease}.product-card:hover{transform:scale(1.02)}.product-card img{width:100%;height:180px;object-fit:cover}.product-card .product-info{padding:1rem}.product-card .product-info h3{margin:0 0 .5rem}.product-card .product-info .description{font-size:.85rem;color:#ccc;margin-bottom:.5rem}.product-card .product-info p{margin:.25rem 0}.scroll-x{display:flex;justify-content:left;overflow:auto;white-space:nowrap;scrollbar-color:none}a,.nav-link{margin:.5rem;padding:.5rem;font-size:1rem;text-decoration:none;position:relative;background-color:#000;border-radius:100px;border:.1rem solid transparent;background:linear-gradient(#000,#000) padding-box,linear-gradient(to right,#ff79c6,#44b1ff) border-box;color:#fff;transition:color .3s ease}a:hover,.nav-link:hover,.active{color:#44b1ff}.step-layout{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;max-width:450px;margin:0 auto;padding:2rem;background-color:#1a1a1a;border-radius:12px;box-shadow:0 4px 20px #0000004d;color:#fff}.step-layout form{display:flex;flex-direction:column;gap:1rem}.step-layout input{background-color:#000;color:#fff}.step-layout .step-title{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.step-layout .step-content{display:flex;flex-direction:column;width:100%;gap:1rem}.step-layout .step-content input,.step-layout .step-content button{margin:.5rem;width:100%;padding:.75rem 1rem;font-size:1rem;border-radius:8px;box-sizing:border-box}@media(min-width:768px){.step-layout .step-content{flex-direction:column}}.error-message{color:#ff4d4f;font-size:.9rem;text-align:center}.cart-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0a0014d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000}.cart-modal{color:#ffe0f7;border:2px solid #ff99cc;border-radius:20px;padding:2rem;width:90%;max-width:600px;max-height:80vh;overflow-y:auto;box-shadow:0 0 25px #ffb3ec88;position:relative}.close-btn{position:absolute;top:1rem;right:1rem;background:none;color:#ffb3ec;font-size:1.5rem;border:none;cursor:pointer}.cart-item{display:flex;gap:1rem;margin-bottom:1.5rem;border-bottom:1px solid #ffd6f3;padding-bottom:1rem}.cart-item .cart-img{width:80px;height:80px;object-fit:cover;border-radius:12px}.cart-item .cart-details{flex:1}.cart-item .cart-details h4{margin:0;font-size:1.2rem}.cart-item .cart-details .quantity-control{display:flex;align-items:center;gap:.5rem;margin:.5rem 0}.cart-item .cart-details .quantity-control button{background-color:#7a1c6e;color:#fff;border:none;padding:.3rem .6rem;font-size:1rem;border-radius:6px;cursor:pointer;transition:background .3s}.cart-item .cart-details .quantity-control button:hover{background-color:#ff69b4}.cart-item .cart-details .quantity-control span{font-weight:700;color:#ffe0f7}.cart-item .cart-details .remove-btn{background:none;border:none;color:#f9c;text-decoration:underline;cursor:pointer;font-size:.9rem}.cart-item .cart-details .remove-btn:hover{color:#fff}.cart-footer{margin-top:2rem;text-align:center}.cart-footer .checkout-btn{background-color:#f6c;color:#fff;padding:.75rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 0 10px #f9ca;transition:background .3s}.cart-footer .checkout-btn:hover{background-color:#d450a3}.cart-footer .cart-total{margin-top:1rem;font-size:1.2rem;color:#f5c1ff}._content_rexgx_1{text-align:center}.app-container{background-color:#000;color:#f5f5f5;min-height:100vh}.dashboard-overview{padding:2rem}.dashboard-overview h1{font-size:2rem;margin-bottom:1rem}.dashboard-overview .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.users-container{padding:20px;background:#1a1a2e;color:#fff;border-radius:8px}.users-title{font-size:24px;margin-bottom:16px;text-align:center}.loading,.error{text-align:center;font-size:18px;color:#fc0}.error{color:#ff4d4d}.users-table{width:100%;border-collapse:collapse;background:#16213e;color:#fff;border-radius:8px;overflow:hidden}.users-table th,.users-table td{padding:12px;border-bottom:1px solid #0f3460;text-align:left}.users-table th{background:#0f3460}.no-users{text-align:center;color:#fc0}.Dashboard-Nav a{font-size:1rem;text-decoration:none;transition:color .3s ease}._header_72530_1{max-width:60rem;margin:auto;display:flex;justify-content:space-between}._list_72530_9{display:flex;list-style-type:none}._list_72530_9 a{text-decoration:none}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.shop-filters{display:flex;gap:1rem;margin-bottom:1.5rem}.shop-filters input,.shop-filters select{padding:.5rem;font-size:1rem;border-radius:8px;border:none}.label-container{width:200px;padding:0rem 2rem}.label-container .label{padding:20px}.label-container .label .input{padding:2px}.product-details{display:flex;flex-direction:column;align-items:center;padding:2rem;max-width:900px;margin:0 auto;color:#fff}@media(min-width:768px){.product-details{flex-direction:row;gap:2rem}}.product-details img{width:100%;max-width:400px;height:auto;border-radius:1rem;box-shadow:0 0 20px #ffc8ff66}.product-details .details{flex:1;display:flex;flex-direction:column;justify-content:center}.product-details .details h2{font-size:2rem;margin-bottom:1rem;color:#f5d3ff;text-shadow:0 0 5px #ffb3f3}.product-details .details p{font-size:1rem;margin-bottom:.75rem;line-height:1.5}.product-details .details strong{font-weight:700;color:#d1fffa}.blog-list{max-width:800px;margin:2rem auto;padding:1rem}.blog-list-title{text-align:center;margin-bottom:2rem;font-size:2rem}.blog-list-items{padding:0}.blog-list-item{margin-bottom:2rem;border-bottom:1px solid #ddd;padding-bottom:1rem}.blog-list-item:last-child{border-bottom:none}.blog-list-link{text-decoration:none}.blog-list h2{margin:0 0 .5rem;font-size:1.5rem}.blog-list p{color:#555;font-size:1 rem}.form-container{padding:2rem;display:flex;flex-direction:column}.form-container input{color:#bce73d;background-color:#00243ef2;margin-bottom:2rem}.form-container textarea{color:#bce73d;background-color:#00243ef2;margin-bottom:2rem;min-height:200px}.form-container button{color:#fff;background-color:#ff79c6}.blog-container{margin:2rem;height:80vh}.blog-container .blog-content{max-height:400px;flex:1;overflow-y:auto;padding-right:1rem;white-space:pre-wrap;word-wrap:break-word;line-height:1.6}
