:root{font-family: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}}#root{margin:0 auto;padding:2rem;text-align:center;height:100vh;width:90%}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.container{display:flex;height:100vh;width:100%;justify-content:center;align-items:center;flex-direction:column}.navbar{display:flex;justify-content:space-between;align-items:center;height:50px;padding:0 1.5rem;background-color:#1e1e1e;color:#ffffffde;box-shadow:0 2px 8px #0000004d;position:sticky;top:20px;width:90%;z-index:1000}body{margin:0;height:100vh;width:100%}.navbar .logo{font-size:1.5rem;font-weight:700;color:#646cff}.navbar ul{display:flex;gap:1.5rem;margin:0;padding:0;list-style:none}.navbar ul li{display:flex;align-items:center}.navbar ul li a{text-decoration:none;color:#ffffffde;font-size:1rem;padding:.5rem .75rem;border-radius:6px;transition:background-color .3s ease,color .3s ease}.navbar ul li a:hover{background-color:#2c2c2c;color:#fff}@media (prefers-color-scheme: light){.navbar{background-color:#fff;color:#213547;box-shadow:0 2px 8px #0000001a}.navbar .logo,.navbar ul li a{color:#213547}.navbar ul li a:hover{background-color:#f0f0f0;color:#646cff}}.login,.register{background-color:#1e1e1e;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #0006;width:100%;max-width:400px;margin-bottom:2rem;color:#ffffffde}.login,.register{background-color:#1e1e1e;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #0006;width:100%;max-width:500px;margin-bottom:2rem;color:#ffffffde}.name{display:flex;gap:20px;width:100%}.name input{flex:1}form{display:flex;flex-direction:column;gap:1rem}input{padding:.75rem;border:1px solid #444;border-radius:6px;font-size:1rem;background-color:#2c2c2c;color:#fff;transition:border-color .3s ease}input::placeholder{color:#aaa}input:focus{border-color:#646cff;outline:none}button{background-color:#646cff;color:#fff;border:none;padding:.75rem;border-radius:6px;cursor:pointer;transition:background-color .3s ease;width:100%;margin-top:1rem}button:hover{background-color:#4b4bff}.error{color:#ff6b6b;margin-top:1rem;font-size:.9rem;text-align:center}@media (prefers-color-scheme: light){.login,.register{background-color:#fff;color:#213547;box-shadow:0 4px 16px #0000001a}input{background-color:#f9f9f9;color:#213547;border:1px solid #ccc}input::placeholder{color:#666}}.load-more-container{display:flex;flex-direction:column;gap:20px;padding:20px}.product-container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width: 1024px){.product-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.product-container{grid-template-columns:1fr}}.product{padding:20px;border:1px solid #333;background-color:#1a1a1a;display:flex;flex-direction:column;gap:10px;opacity:0;transform:translateY(10px);animation:fadeIn .5s forwards}.product img{width:100%;height:200px;object-fit:cover}.price{font-weight:700;color:#0fc;font-size:1.1rem}.quantity-control{display:flex;align-items:center;gap:10px;margin:8px 0}.quantity-control span{font-weight:700}.quantity-control button{padding:8px 12px;font-size:1rem;cursor:pointer}button{background-color:#007bff;color:#fff;border:none;padding:8px 12px;cursor:pointer;border-radius:4px;font-weight:700}button:hover{background-color:#0056b3}button:disabled{background-color:#555;cursor:not-allowed}.cart{font-size:1.2rem;font-weight:700;margin-bottom:20px}.cart-panel{padding:1rem;border-top:2px solid #ccc;background-color:#4942422c}.cart-item{display:grid;grid-template-columns:100px 1fr 120px;align-items:center;gap:1rem;margin-bottom:1rem;border-bottom:1px solid #ddd;padding-bottom:1rem;width:500px}.cart-item img{width:100px;height:auto;object-fit:cover}.cart-content{display:contents;width:100px;align-content:end}.cart-details{display:flex;flex-direction:column;gap:.25rem}.cart-actions{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.checkout-button{margin-top:1rem;padding:.75rem 1.5rem;background-color:#28a745;color:#fff;border:none;font-weight:700;cursor:pointer;border-radius:4px}.checkout-button:hover{background-color:#218838}.skeleton{background-color:#2a2a2a;animation:pulse 1.5s infinite}.skeleton-img{width:100%;height:200px;background-color:#444}.skeleton-text{height:20px;background-color:#444;width:80%}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.modal-container{position:fixed;top:0;left:0;background-color:#64646480;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100vw;height:100vh;display:flex;align-items:center;z-index:1000;flex-direction:column;overflow:auto;padding:2rem}.cart-panel.modal-container{max-height:90vh;overflow-y:auto}.close-button{align-self:flex-end;margin-bottom:1rem;background-color:#dc3545;color:#fff;border:none;padding:.5rem 1rem;font-weight:700;cursor:pointer;border-radius:4px}.close-button:hover{background-color:#c82333}.floating-cart-icon{position:fixed;bottom:20px;right:20px;background-color:#0f0f0f57;border:1px solid #080808;padding:10px 15px;border-radius:50px;box-shadow:0 4px 8px #08080833;cursor:pointer;z-index:1000;font-weight:700;transition:transform .2s ease}.floating-cart-icon:hover{transform:scale(1.05)}.cart-empty-msg{color:#ccc;font-style:italic;margin-top:1rem}.profile{background-color:#1e1e1e;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #0006;max-width:50vw;margin:2rem auto;color:#ffffffde;text-align:justify}.profile h1{margin-bottom:1.5rem;font-size:1.8rem;text-align:center}.profile p{margin:.5rem 0;font-size:1rem;line-height:1.4}.profile strong{color:#ccc}.profile button{margin-top:2rem;padding:.75rem;width:100%;font-size:1rem;background-color:#646cff;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700;transition:background-color .3s ease}.profile button:hover{background-color:#4b4be0}@media (prefers-color-scheme: light){.profile{background-color:#fff;color:#213547;box-shadow:0 4px 16px #0000001a}.profile strong{color:#555}.profile button{background-color:#213547;color:#fff}.profile button:hover{background-color:#1a2e45}}
