: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}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#0f0f0f;color:#fff;min-height:100vh;overflow-x:hidden}html{overflow-x:hidden}#root{min-height:100vh;width:100%;overflow-x:hidden}.app-container{width:100%;min-height:100vh;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow-x:hidden}.header{display:flex;justify-content:center;align-items:center;position:relative;background:#1a1a1a;border:1px solid #333;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 4px 20px #00000080;margin-bottom:3rem;width:100%;max-width:1000px;margin-left:auto;margin-right:auto;min-height:70px}.header h1{color:#fff;font-size:1.8rem;font-weight:700;letter-spacing:1px;text-align:center;flex:1;margin-right:1rem}.cart-button{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;border:none;padding:.8rem 1.8rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b6b4d;white-space:nowrap;flex-shrink:0}.cart-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ff6b6b80;background:linear-gradient(135deg,#ff7a7a,#ff5a7e)}.cart-button:active{transform:translateY(-1px)}.products-section{background:#1a1a1a;border:1px solid #333;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000080;width:100%;max-width:1000px;margin-left:auto;margin-right:auto}.products-section h2{color:#fff;margin-bottom:2rem;text-align:center;font-size:1.5rem;font-weight:700}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:850px;margin:0 auto}.product-card{background:#252525;border:1px solid #333;border-radius:10px;padding:1.5rem;text-align:center;transition:all .3s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #ff6b6b33;border-color:#ff6b6b;background:#2d2d2d}.product-icon{font-size:3rem;margin-bottom:1rem}.product-card h3{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.product-price{color:#ff6b6b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.add-btn{width:100%;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;border:none;padding:.9rem;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b6b4d}.add-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px #ff6b6b80;background:linear-gradient(135deg,#ff7a7a,#ff5a7e)}.add-btn:active{transform:scale(.98)}@media(max-width:1024px){.app-container{padding:1.5rem}.header,.products-section{max-width:95%}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}}@media(max-width:768px){.app-container{padding:1rem}.header{padding:1rem;margin-bottom:2rem;max-width:100%;min-height:70px;gap:1rem}.header h1{font-size:1.2rem;white-space:normal;word-break:break-word;flex:1;min-width:0;margin-right:.5rem}.cart-button{padding:.6rem 1rem;font-size:.85rem;white-space:nowrap;flex-shrink:0}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:100%}.products-section{padding:1.2rem;max-width:100%}.product-card{padding:1rem}.product-icon{font-size:2.3rem;margin-bottom:.8rem}.product-card h3{font-size:.95rem;margin-bottom:.3rem}.product-price{font-size:1.2rem;margin-bottom:.8rem}.add-btn{padding:.7rem;font-size:.85rem}}@media(max-width:480px){.app-container{padding:.8rem}.header{padding:.8rem;margin-bottom:1.5rem;max-width:100%;min-height:65px;gap:.6rem}.header h1{font-size:1rem;white-space:normal;word-break:break-word;flex:1;min-width:0;margin-right:.3rem}.cart-button{padding:.5rem .8rem;font-size:.8rem;white-space:nowrap;flex-shrink:0}.products-section{padding:1rem;max-width:100%}.products-grid{grid-template-columns:1fr;gap:1rem;max-width:100%}.product-card{padding:1rem}.product-icon{font-size:2.5rem}.product-card h3{font-size:1rem}.product-price{font-size:1.3rem}.add-btn{padding:.7rem;font-size:.85rem}}@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}.cart-container{width:100%;min-height:100vh;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow-x:hidden}.cart-header{display:flex;justify-content:center;align-items:center;position:relative;background:#1a1a1a;border:1px solid #333;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 4px 20px #00000080;margin-bottom:3rem;width:100%;max-width:1100px;margin-left:auto;margin-right:auto;min-height:70px}.cart-header h1{color:#fff;font-size:1.8rem;font-weight:700;text-align:center;flex:1;margin-right:1rem}.back-button{background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4a90e24d;white-space:nowrap;flex-shrink:0}.back-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #4a90e280;background:linear-gradient(135deg,#5a9ee2,#3d8bcd)}.back-button:active{transform:translateY(-1px)}.empty-cart{background:#1a1a1a;border:1px solid #333;padding:4rem 2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #00000080;width:100%;max-width:1100px;margin-left:auto;margin-right:auto}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-cart h2{color:#fff;font-size:1.8rem;margin-bottom:.5rem}.empty-cart p{color:#999;font-size:1rem;margin-bottom:2rem}.back-btn{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;border:none;padding:.9rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b6b4d}.back-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ff6b6b80;background:linear-gradient(135deg,#ff7a7a,#ff5a7e)}.cart-content{display:grid;grid-template-columns:1fr 380px;gap:2rem;width:100%;max-width:1100px;margin-left:auto;margin-right:auto}.cart-items{background:#1a1a1a;border:1px solid #333;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000080}.cart-items h2{color:#fff;margin-bottom:1.5rem;font-size:1.4rem;font-weight:700}.items-list{display:flex;flex-direction:column;gap:1rem}.cart-item{background:#252525;border:1px solid #333;padding:1.5rem;border-radius:10px;display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:1.5rem;transition:all .3s ease}.cart-item:hover{background:#2d2d2d;border-color:#ff6b6b;box-shadow:0 4px 15px #ff6b6b33}.item-info{display:flex;align-items:center;gap:1rem}.item-icon{font-size:2rem}.item-details h3{color:#fff;font-size:1rem;margin-bottom:.3rem;font-weight:600}.item-price{color:#ff6b6b;font-size:.9rem;font-weight:600}.quantity-control{display:flex;align-items:center;gap:.5rem;background:#1a1a1a;border:1px solid #ff6b6b;border-radius:6px;padding:.3rem}.qty-btn{background:transparent;color:#ff6b6b;border:none;width:28px;height:28px;border-radius:4px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:#ff6b6b33;transform:scale(1.1)}.qty-btn:active{transform:scale(.95)}.quantity{color:#fff;font-weight:600;min-width:30px;text-align:center;font-size:.95rem}.item-total{text-align:center}.total-label{color:#999;font-size:.8rem;margin-bottom:.3rem}.total-price{color:#fff;font-size:1.2rem;font-weight:700}.remove-btn{background:#ff6b6b1a;color:#ff6b6b;border:1px solid #ff6b6b;padding:.6rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.remove-btn:hover{border-color:#fff;background:#ff6b6b;color:#fff;transform:scale(1.05);box-shadow:0 4px 12px #ff6b6b66}.remove-btn:active{transform:scale(.98)}.cart-summary{background:#1a1a1a;border:1px solid #333;padding:1.5rem;border-radius:12px;height:fit-content;position:sticky;top:20px;box-shadow:0 4px 20px #00000080}.cart-summary h2{color:#fff;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700;text-align:center}.summary-content{margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;color:#ccc;margin-bottom:.8rem;font-size:.95rem}.summary-row span:last-child{color:#fff;font-weight:500}.summary-divider{height:1px;background:#333;margin:1rem 0}.summary-total{display:flex;justify-content:space-between;color:#ff6b6b;font-size:1.1rem;font-weight:700}.checkout-btn{width:100%;background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:.8rem;box-shadow:0 4px 15px #4ade804d}.checkout-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #4ade8080;background:linear-gradient(135deg,#5ade80,#2ecc71)}.checkout-btn:active{transform:translateY(-1px)}.clear-btn{width:100%;background:#ff6b6b1a;color:#ff6b6b;border:1px solid #ff6b6b;padding:.8rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #ff6b6b33}.clear-btn:hover{border-color:#fff;background:#ff6b6b;color:#fff;transform:scale(1.02);box-shadow:0 4px 15px #ff6b6b66}.clear-btn:active{transform:scale(.98)}@media(max-width:1024px){.cart-container{padding:1.5rem}.cart-header,.cart-content{max-width:95%}.cart-items{max-width:100%}.cart-item{grid-template-columns:auto 1fr auto auto auto;gap:1rem;padding:1rem}}@media(max-width:768px){.cart-container{padding:1rem;width:100%;overflow-x:hidden}.cart-header{padding:1rem;margin-bottom:2rem;max-width:100%;min-height:70px;gap:1rem;justify-content:center}.cart-header h1{font-size:1.2rem;flex:1;margin-right:.5rem;text-align:center}.back-button{padding:.6rem 1rem;font-size:.85rem;white-space:nowrap;flex-shrink:0}.cart-content{grid-template-columns:1fr;margin:0 auto;max-width:100%}.cart-items{padding:1.2rem;max-width:100%}.cart-summary{position:static;top:auto;padding:1.2rem;max-width:100%}.cart-item{grid-template-columns:1fr;gap:.8rem;padding:1rem}.item-info{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.item-icon{font-size:1.8rem;flex-shrink:0}.item-details h3{font-size:.95rem}.item-price{font-size:.85rem}.quantity-control{width:100%;justify-content:center;gap:.8rem;padding:.5rem;border-width:2px}.qty-btn{width:32px;height:32px;font-size:1rem}.quantity{min-width:40px;font-size:.95rem}.remove-btn{width:100%;padding:.7rem;font-size:.85rem}.empty-cart{padding:2.5rem 1rem;max-width:100%}.empty-cart h2{font-size:1.3rem}.checkout-btn,.clear-btn{font-size:.9rem;padding:.8rem}.cart-items h2,.cart-summary h2{font-size:1.1rem;margin-bottom:1rem}.summary-row{font-size:.9rem;margin-bottom:.5rem}}@media(max-width:480px){.cart-container{padding:.8rem;width:100%;overflow-x:hidden}.cart-header{padding:.8rem;margin-bottom:1.5rem;max-width:100%;min-height:65px;gap:.6rem}.cart-header h1{font-size:1rem;flex:1;margin-right:.3rem}.back-button{padding:.5rem .8rem;font-size:.75rem;white-space:nowrap;flex-shrink:0}.cart-items{padding:.9rem;max-width:100%}.cart-item{grid-template-columns:1fr;gap:.6rem;padding:.8rem}.item-icon{font-size:1.5rem}.item-details h3{font-size:.9rem}.item-price{font-size:.8rem}.item-total{text-align:right}.total-price{font-size:.95rem}.quantity-control{width:100%;justify-content:center;gap:.6rem;padding:.4rem;border-width:2px}.qty-btn{width:28px;height:28px;font-size:1rem}.quantity{min-width:35px;font-size:.9rem}.remove-btn{width:100%;padding:.5rem .6rem;font-size:.8rem}.cart-summary{padding:.9rem;max-width:100%}.cart-summary h2{font-size:1rem;margin-bottom:.8rem}.summary-row{font-size:.8rem;margin-bottom:.4rem}.summary-total{font-size:.95rem}.checkout-btn,.clear-btn{font-size:.8rem;padding:.65rem;margin-bottom:.5rem}.empty-cart{padding:1.8rem .8rem;max-width:100%}.empty-icon{font-size:2.5rem}.empty-cart h2{font-size:1.1rem}.empty-cart p{font-size:.85rem}.back-btn{padding:.6rem 1.2rem;font-size:.85rem}.cart-items h2{font-size:1rem;margin-bottom:.8rem}}
