:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*::-webkit-scrollbar{display:none}body{margin:0;padding:0;font-family:Arial,sans-serif;background-color:#e9f1fa;color:#333;display:flex;justify-content:center;align-items:center}.page-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;box-sizing:border-box;padding:0;margin:0;height:100vh;width:100vw;background-image:url(./background.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.page-container1{display:flex;align-items:center;justify-content:center;width:100%;height:100%;box-sizing:border-box;padding:0;margin:0;height:100vh;width:100vw;background-image:url(./background1.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.form-container{background:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 10px #0000001a;width:400px;text-align:center}.form-title{font-size:1.8rem;font-weight:700;color:#032b2c;margin-bottom:20px;font-family:Montserrat}.form-content{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;align-items:flex-start}.form-label{font-size:.9rem;color:#00abe4;margin-bottom:4px}.form-input,.form-select{width:100%;padding:10px;border:1px solid #00ABE4;border-radius:6px;font-size:1rem;outline:none;box-sizing:border-box}.form-input:focus,.form-select:focus{border-color:#0078a0;box-shadow:0 0 4px #00abe4}.form-button{width:100%;padding:12px;font-size:1rem;font-weight:700;color:#fff;background-color:#00abe4;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.form-button:hover{background-color:#0078a0}.form-footer{font-size:.9rem;margin-top:16px;color:#00abe4}.form-link{color:#0078a0;text-decoration:none}.form-link:hover{text-decoration:underline}header{background-color:#fff;box-shadow:0 4px 10px #0000001a;padding:16px}nav{background-color:#333}nav button{color:#fff;background-color:transparent;border:none;cursor:pointer;padding:8px 16px;border-radius:4px}nav button:hover{background-color:#00abe4}.product-list{display:flex;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-top:24px}.product-card{background:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a;padding:16px;text-align:center}.product-card img{max-width:100%;height:340px;border-radius:4px}.product-card h3{font-size:1.2rem;margin:12px 0;color:#333}.product-card p{font-size:1rem;color:#666}.product-card button{margin-top:12px;background-color:#00abe4;color:#fff;border:none;border-radius:6px;padding:8px 12px;cursor:pointer;transition:background-color .3s ease}.product-card button:hover{background-color:#0078a0}.cart-icon{cursor:pointer;position:relative;display:flex;align-items:center}.cart-badge{position:absolute;top:-5px;right:-5px;background-color:red;color:#fff;font-size:.8rem;width:18px;height:18px;display:flex;justify-content:center;align-items:center;border-radius:50%;font-weight:700}.profile-dropdown{position:relative;display:inline-block}.profile-dropdown button{width:100%;background:none;border:none;padding:12px;text-align:left;cursor:pointer}.profile-dropdown button:hover{background-color:#e9f1fa}.profile-button{background-color:#f9f9f9;padding:10px;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:10px;transition:background-color .3s ease}.profile-dropdown .profile-button{background-color:#00abe463;display:flex;justify-content:space-evenly;flex-direction:row;border-radius:30px}.customer-homepage{display:flex;flex-direction:column;min-height:100vh}.header{background-color:#00abe4;padding:10px 20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 10px #0000001a;width:100vw}.logo{height:50px;cursor:pointer}.header-actions{display:flex;align-items:center;gap:20px}.cart-icon{position:relative}.cart-icon-svg{width:24px;height:24px;color:#fff}.cart-badge{position:absolute;top:-5px;right:-5px;background-color:red;color:#fff;font-size:12px;width:18px;height:18px;display:flex;justify-content:center;align-items:center;border-radius:50%}.cart-badge.loading{background-color:#f3f3f3;color:#333;font-style:italic}.cart-badge.error{background-color:#ff4d4d;color:#fff;font-size:.8rem;font-weight:700;width:auto;padding:2px 6px;border-radius:12px;text-align:center}.navigation{background-color:#00abe4;width:100%;display:grid}.category-list{list-style:none;display:flex;gap:40px;justify-content:space-around}.category-navigation{align-items:center;padding-bottom:0}.category-item{cursor:pointer;font-size:16px;color:#fff;font-weight:700}.category-item:hover{text-decoration:underline}.category-item.active{text-decoration:underline;color:gold;font-weight:700}.main-content{flex:1;padding:20px;text-align:center;overflow:auto}.product-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.product-card{margin:10px;background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a;width:200px;padding:15px;text-align:center}.product-info{display:flex;flex-direction:column;margin-top:10px}.product-name{font-size:16px;font-weight:700;margin-bottom:10px}.product-price{color:#00abe4;font-size:14px;margin-bottom:10px}.add-to-cart-btn{background-color:#00abe4;color:#fff;padding:10px;border:none;border-radius:5px;cursor:pointer;font-size:14px}.add-to-cart-btn:hover{background-color:#007b9e}.footer{background-color:#fff;padding:20px;box-shadow:0 -4px 10px #0000001a}.footer-content{display:flex;justify-content:space-around;align-items:center}.footer-links a{margin-right:15px;color:#00abe4;text-decoration:none;font-size:14px}.footer-links a:hover{text-decoration:underline}.footer-bottom{text-align:center;margin-top:10px;font-size:12px;color:#777}.product-grid{display:flex;flex-wrap:wrap;justify-content:center}.header-content{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 40px}.dropdown-menu{display:none;position:absolute;top:100%;right:0;background-color:#fff;box-shadow:0 4px 10px #0000001a;border-radius:8px;padding:12px;z-index:100}.profile-dropdown:hover .dropdown-menu{background-color:#55cbf2;border-radius:25px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.logo-container{display:flex;align-items:center;cursor:pointer}.logo-image{width:60px;height:60px;margin-right:8px;border-radius:50%;box-shadow:0 4px 6px #0000001a}.logo-text{font-size:1.8rem;font-weight:700;color:#000}span.username{color:#8b0000;font-family:emoji;font-size:30px}.user-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover}.maindiv{background-image:url(shipped.jpg);background-size:cover;background-attachment:fixed}.orders-list{display:flex;flex-direction:column;gap:20px;align-items:center;margin:20px 0}.order-card{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000001a;width:90%;max-width:800px;padding:20px;display:flex;flex-direction:column}.order-card-header{display:flex;justify-content:center;align-items:center;margin-bottom:16px;background:#d9dada;box-shadow:0 -5px #d4f4fd;border-bottom-left-radius:40px;border-bottom-right-radius:40px;font-family:Source Sans Pro}.order-card-body{gap:20px;display:flex;align-items:center;justify-content:center}.order-product-image{width:auto;max-width:300px;height:400px;object-fit:cover;border-radius:8px}.order-details{border-radius:90px;display:flex;flex-direction:column;gap:10px;background:#f0f0f0;width:400px;justify-content:center}.product-name{font-size:1.2rem;font-weight:700}.error-message{color:red;font-size:1rem;text-align:center}.admin-dashboard{display:flex;flex-direction:column;min-height:100vh;min-width:100vw;background-color:#f9fafb;font-family:Arial,sans-serif}.dashboard-header{background-color:#0078d4;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:10px 20px;box-shadow:0 4px 6px #0000001a}.dashboard-header .logo{font-size:1.5rem;font-weight:700}.dashboard-header .user-info{display:flex;align-items:center;gap:20px}.dashboard-header .username{font-size:1rem;font-weight:700;margin-top:10px}.dashboard-header .dropdown-button{background:transparent;border:1px solid white;border-radius:5px;padding:5px 10px;color:#fff;cursor:pointer;transition:background-color .3s}.dashboard-header .dropdown-button:hover{background-color:#fff;color:#0078d4}.dashboard-content{flex:1;padding:20px;justify-content:space-around;align-items:center;margin-left:25px}.cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;justify-content:center;align-items:center;grid-column:2}.card{background-color:#f6f3f3;border-radius:20px;box-shadow:0 5px 6px #0401011a;transition:transform .2s,box-shadow .2s;cursor:pointer;width:650px;border:.5px solid #2a0303}.card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #0003}.card-content{padding:15px}.card-title{font-size:1.2rem;font-weight:bolder;color:#da5151;text-align:center;text-decoration:auto;font-family:sans-serif;background:#8ed5ef;border-radius:50px;width:200px;margin:20px auto}.card-description{font-size:1rem;color:#000;margin-top:5px;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.teams{font-size:.9rem;color:#10420a;text-decoration:underline}.card-team{font-size:.9rem;color:#24025f;font-family:Verdana,Geneva,Tahoma,sans-serif;font-style:oblique}.card-footer{padding:10px 20px;border-top:1px solid #eee;display:flex;justify-content:flex-end}.launch-button{background-color:#0078d4;color:#fff;border:none;border-radius:5px;padding:5px 10px;cursor:pointer;transition:background-color .3s}.launch-button:hover{background-color:#005a9e}.cart-page{max-width:1200px;padding:20px;display:flex;flex-direction:column;height:100%}.back-button{display:flex;align-items:center;gap:8px;font-size:16px;color:#333;margin-bottom:20px;text-decoration:none}.cart-header{margin-bottom:24px}.cart-header h2{margin:0;font-size:24px}.cart-header p{color:#666;margin:4px 0 0}.cart-items{display:flex;flex-direction:column;gap:12px;overflow-y:auto;max-height:calc(100vh - 200px);padding-right:10px}.cart-item{display:flex;align-items:center;padding:16px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.cart-item img{width:80px;height:80px;object-fit:cover;border-radius:8px;margin-right:16px}.item-details{flex:1;display:flex;justify-content:space-between;align-items:center;max-width:350px}.item-info h3{margin:0;font-size:16px;color:#333}.item-info p{margin:4px 0 0;color:#666;font-size:14px}.item-actions{display:flex;align-items:center;justify-content:end;width:100%;gap:16px}.quantity-controls{display:flex;align-items:center;gap:8px}.quantity-controls button{background:#000;border:none;padding:8px;border-radius:4px;height:30px;width:30px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;transition:background-color .2s}.quantity-controls button:hover{background:#333}.quantity-controls button:active{background:#444}.quantity-display{min-width:24px;text-align:center}.price{font-weight:500;min-width:60px;text-align:right}.remove-btn{background:none;border:none;padding:8px;cursor:pointer;color:#666}.cart-container{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1200px;margin:0 auto;padding:20px;height:100vh}.checkout-section{background:#fff;border-radius:12px;margin-top:40px;padding:24px;box-shadow:0 1px 3px #0000001a;height:fit-content;position:sticky;top:80px}.checkout-section h2{margin:0 0 16px;font-size:20px}.checkout-summary{border-top:1px solid #eee;margin-top:16px;padding-top:16px}.summary-row{display:flex;justify-content:space-between;margin-bottom:12px;color:#666}.summary-row.total{color:#333;font-weight:500;font-size:18px;margin-top:16px;border-top:1px solid #eee;padding-top:16px}.checkout-button{width:100%;padding:16px;background:#000;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;margin-top:24px}.checkout-button:hover{background:#333}@media (max-width: 768px){.cart-container{grid-template-columns:1fr}}.cart-items::-webkit-scrollbar{width:6px}.cart-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.cart-items::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.cart-items::-webkit-scrollbar-thumb:hover{background:#555}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:20px;border-radius:8px;width:90%;max-width:800px;box-shadow:0 4px 8px #0003;animation:fadeIn .3s ease-in-out;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px}.modal-form{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.modal-form input,.modal-form textarea{padding:10px;border:1px solid #ccc;border-radius:4px;font-size:16px}.modal-form textarea{resize:vertical;height:80px}button{padding:10px 15px;background:#007bff;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;margin-top:10px}button:hover{background:#0056b3}button:last-child{background:#6c757d}button:last-child:hover{background:#5a6268}.product-details{display:flex;align-items:center;gap:20px}.product-details img{width:200px;height:200px;object-fit:scale-down;border-radius:10px;border:1px solid #ccc}.product-details div{flex:1}.product-details p{margin:5px 0}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-form-item,.business-response-item{display:flex;justify-content:space-between;align-items:center;width:100%}.full-products{display:flex;flex-direction:row;align-items:center;gap:25px}.product-details-info{display:flex;flex-direction:column}
