*{box-sizing:border-box;margin:0;padding:0}body{background-color:#000;color:#fff;font-family:Lato,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.App{display:flex;flex-direction:column;min-height:100vh}.App,main{background-color:#000}main{flex:1 1}.font-lato,h1,h2,h3{font-family:Lato,sans-serif}h1,h2,h3{font-weight:700}.header{background:linear-gradient(135deg,#000,#1a1a1a);border-bottom:2px solid gold;box-shadow:0 2px 10px #ffd7004d;color:gold;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header .container{align-items:center;display:flex;justify-content:space-between}.logo a{color:gold;font-family:Lato,sans-serif;font-size:2rem;font-weight:900;letter-spacing:1px;text-decoration:none;text-shadow:2px 2px 4px #00000080;transition:color .3s ease}.logo a:hover{color:#fff;text-shadow:2px 2px 4px #ffd70080}.header-right{align-items:center;display:flex;gap:3rem}.nav{display:flex;gap:2rem}.nav a{border-radius:5px;color:#fff;font-family:Lato,sans-serif;font-weight:400;padding:.5rem 1rem;text-decoration:none;transition:color .3s ease}.nav a:hover{background-color:#ffd7001a;color:gold}.cart-icon{align-items:center;border-radius:5px;color:#fff;display:flex;justify-content:center;margin-left:auto;padding:.5rem;position:relative;text-decoration:none;transition:all .3s ease}.cart-icon:hover{background-color:#ffd7001a;color:gold}.cart-count{align-items:center;background:linear-gradient(135deg,gold,orange);border-radius:50%;box-shadow:0 2px 5px #0000004d;color:#000;display:flex;font-family:Lato,sans-serif;font-size:.8rem;font-weight:700;height:20px;justify-content:center;position:absolute;right:-5px;top:-5px;width:20px}@media (max-width:768px){.header .container{flex-direction:column;gap:1rem}.header-right{gap:1rem;justify-content:space-between;width:100%}.nav{gap:1rem}.logo a{font-size:1.6rem}.cart-icon{margin-left:0}}.footer{background:linear-gradient(135deg,#000,#1a1a1a);border-top:2px solid gold;box-shadow:0 -2px 10px #ffd7004d;color:#fff;margin-top:auto;padding:2rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{color:gold;font-family:Lato,sans-serif;font-size:1.3rem;font-weight:700;margin-bottom:1rem;text-shadow:1px 1px 2px #00000080}.footer-section p{color:#fff;font-family:Lato,sans-serif;font-weight:400;line-height:1.6;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fff;font-family:Lato,sans-serif;font-weight:400;padding:.25rem 0;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:gold;text-shadow:1px 1px 2px #ffd70080}.footer-bottom{border-top:1px solid #333;color:#ccc;padding-top:1rem;text-align:center}.footer-bottom p{font-family:Lato,sans-serif;font-weight:400;margin:0}@media (max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center}}.hero{align-items:center;background:linear-gradient(135deg,#000,#1a1a1a 50%,#2d2d2d);color:#fff;display:flex;height:600px;justify-content:center;overflow:hidden;position:relative;text-align:center}.hero:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(45deg,#0000 30%,#ffd7001a 50%,#0000 70%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%,to{transform:translateX(-100%)}50%{transform:translateX(100%)}}.hero-content{max-width:800px;padding:2rem;position:relative;z-index:2}.hero-content h1{color:gold;font-family:Lato,sans-serif;font-size:3.5rem;font-weight:900;letter-spacing:1px;margin-bottom:1rem;text-shadow:2px 2px 4px #000c}.hero-content p{color:#fff;font-family:Lato,sans-serif;font-size:1.3rem;font-weight:400;margin-bottom:2rem;text-shadow:1px 1px 2px #00000080}.cta-button{background:linear-gradient(135deg,gold,orange);border:2px solid gold;border-radius:8px;box-shadow:0 4px 15px #ffd7004d;color:#000;display:inline-block;font-family:Lato,sans-serif;font-size:1.1rem;font-weight:700;padding:1.2rem 2.5rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:linear-gradient(135deg,#fff,gold);box-shadow:0 6px 20px #ffd70080;transform:translateY(-2px)}.features{background:linear-gradient(135deg,#000,#1a1a1a);border-top:2px solid gold;padding:4rem 0}.features h2{color:gold;font-family:Lato,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:3rem;text-align:center;text-shadow:2px 2px 4px #00000080}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid #333;border-radius:15px;box-shadow:0 8px 25px #00000080;overflow:hidden;padding:2.5rem;position:relative;text-align:center;transition:all .3s ease}.feature:before{background:linear-gradient(90deg,gold,orange);content:"";height:3px;left:0;position:absolute;right:0;top:0}.feature:hover{border-color:gold;box-shadow:0 12px 35px #ffd70033;transform:translateY(-5px)}.feature h3{color:gold;font-size:1.4rem;font-weight:700;margin-bottom:1rem;text-shadow:1px 1px 2px #00000080}.feature h3,.feature p{font-family:Lato,sans-serif}.feature p{color:#fff;font-size:1rem;font-weight:400;line-height:1.6}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.features h2{font-size:2rem}.hero{height:500px}}.about{background:linear-gradient(135deg,#000,#1a1a1a);min-height:calc(100vh - 200px);padding:3rem 0}.about h1{color:gold;font-family:Lato,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:3rem;text-align:center;text-shadow:2px 2px 4px #00000080}.about-content{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid #333;border-radius:15px;box-shadow:0 8px 25px #00000080;margin:0 auto;max-width:800px;overflow:hidden;padding:3rem;position:relative}.about-content:before{background:linear-gradient(90deg,gold,orange);content:"";height:3px;left:0;position:absolute;right:0;top:0}.about-text h2{color:gold;font-family:Lato,sans-serif;font-size:1.6rem;font-weight:700;margin:2rem 0 1rem;text-shadow:1px 1px 2px #00000080}.about-text p{color:#fff;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:1.8;margin-bottom:1.5rem}.about-text ul{margin:1rem 0 1.5rem 2rem}.about-text ul li{color:#fff;font-family:Lato,sans-serif;font-weight:400;line-height:1.6;margin-bottom:.5rem}.about-text ul li strong{color:gold;font-weight:700}@media (max-width:768px){.about{padding:2rem 0}.about h1{font-size:2rem}.about-content{margin:0 1rem;padding:2rem}.about-text h2{font-size:1.4rem}}.blog{background:linear-gradient(135deg,#000,#1a1a1a);min-height:calc(100vh - 200px);padding:3rem 0}.blog h1{color:gold;font-family:Lato,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:3rem;text-align:center;text-shadow:2px 2px 4px #00000080}.blog-posts{margin:0 auto;max-width:800px}.blog-post{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid #333;border-radius:15px;box-shadow:0 8px 25px #00000080;margin-bottom:2rem;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease}.blog-post:before{background:linear-gradient(90deg,gold,orange);content:"";height:3px;left:0;position:absolute;right:0;top:0}.blog-post:hover{border-color:gold;box-shadow:0 12px 35px #ffd70033;transform:translateY(-5px)}.blog-post h2{color:gold;font-size:1.8rem;font-weight:700;margin-bottom:1rem;text-shadow:1px 1px 2px #00000080}.blog-post h2,.post-meta{font-family:Lato,sans-serif}.post-meta{color:#ccc;font-style:italic;font-weight:400;margin-bottom:1.5rem}.post-meta span{margin-right:1rem}.post-content p{color:#fff;font-family:Lato,sans-serif;font-weight:400;line-height:1.8;margin-bottom:1rem}@media (max-width:768px){.blog h1{font-size:2rem}.blog-post{margin:0 1rem 2rem;padding:2rem}.blog-post h2{font-size:1.5rem}.blog{padding:2rem 0}}.products{background:linear-gradient(135deg,#000,#1a1a1a);min-height:calc(100vh - 200px);padding:3rem 0}.products h1{color:gold;font-family:Lato,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:3rem;text-align:center;text-shadow:2px 2px 4px #00000080}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.product-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid #333;border-radius:15px;box-shadow:0 8px 25px #00000080;overflow:hidden;position:relative;transition:all .3s ease}.product-card:before{background:linear-gradient(90deg,gold,orange);content:"";height:3px;left:0;position:absolute;right:0;top:0}.product-card:hover{border-color:gold;box-shadow:0 15px 40px #ffd70033;transform:translateY(-8px)}.product-card img{height:250px;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover img{transform:scale(1.05)}.product-info{padding:1.5rem}.product-info h3{color:gold;font-family:Lato,sans-serif;font-size:1.3rem;font-weight:700;margin-bottom:.5rem;text-shadow:1px 1px 2px #00000080}.product-info p{color:#fff;font-weight:400;line-height:1.6}.product-info p,.product-price{font-family:Lato,sans-serif;margin-bottom:1rem}.product-price{color:gold;font-size:1.4rem;font-weight:700;text-shadow:1px 1px 2px #00000080}.add-to-cart{background:linear-gradient(135deg,gold,orange);border:none;border-radius:8px;box-shadow:0 4px 15px #ffd7004d;color:#000;cursor:pointer;font-family:Lato,sans-serif;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;transition:all .3s ease;width:100%}.add-to-cart:hover{background:linear-gradient(135deg,#fff,gold);box-shadow:0 6px 20px #ffd70080;transform:translateY(-2px)}@media (max-width:768px){.products h1{font-size:2rem}.products-grid{grid-template-columns:1fr}.products{padding:2rem 0}}.privacy{background:linear-gradient(135deg,#000,#1a1a1a);min-height:calc(100vh - 200px);padding:3rem 0}.privacy h1{color:gold;font-family:Lato,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:3rem;text-align:center;text-shadow:2px 2px 4px #00000080}.privacy-content{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid #333;border-radius:15px;box-shadow:0 8px 25px #00000080;margin:0 auto;max-width:800px;overflow:hidden;padding:3rem;position:relative}.privacy-content:before{background:linear-gradient(90deg,gold,orange);content:"";height:3px;left:0;position:absolute;right:0;top:0}.privacy-content h2{color:gold;font-family:Lato,sans-serif;font-size:1.6rem;font-weight:700;margin:2rem 0 1rem;text-shadow:1px 1px 2px #00000080}.privacy-content p{color:#fff;font-family:Lato,sans-serif;font-weight:400;line-height:1.8;margin-bottom:1.5rem}.privacy-content ul{margin-bottom:1.5rem;padding-left:2rem}.privacy-content li{color:#fff;font-family:Lato,sans-serif;font-weight:400;line-height:1.6;margin-bottom:.8rem}.privacy-content li strong{color:gold;font-weight:700}.privacy-content p:first-child{color:gold;font-size:1.1rem;font-weight:700}@media (max-width:768px){.privacy h1{font-size:2rem}.privacy-content{margin:0 1rem;padding:2rem}.privacy-content h2{font-size:1.4rem}.privacy{padding:2rem 0}}.cart{background:linear-gradient(135deg,#000,#1a1a1a);min-height:calc(100vh - 200px);padding:3rem 0}.cart h1{color:gold;font-family:Lato,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:3rem;text-align:center;text-shadow:2px 2px 4px #00000080}.empty-cart{align-items:center;display:flex;justify-content:center;min-height:400px}.empty-cart-content{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid #333;border-radius:15px;box-shadow:0 8px 25px #00000080;overflow:hidden;padding:3rem;position:relative;text-align:center}.empty-cart-content:before{background:linear-gradient(90deg,gold,orange);content:"";height:3px;left:0;position:absolute;right:0;top:0}.empty-cart-content h2{color:gold;font-family:Lato,sans-serif;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.empty-cart-content p{color:#fff;font-family:Lato,sans-serif;font-weight:400;margin-bottom:2rem}.cart-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr;margin:0 auto;max-width:1200px}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{grid-gap:1rem;align-items:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid #333;border-radius:15px;box-shadow:0 8px 25px #00000080;display:grid;gap:1rem;grid-template-columns:100px 1fr auto auto;overflow:hidden;padding:1.5rem;position:relative}.cart-item:before{background:linear-gradient(90deg,gold,orange);content:"";height:3px;left:0;position:absolute;right:0;top:0}.item-image{border-radius:8px;height:100px;object-fit:cover;width:100px}.item-details h3{color:gold;font-size:1.2rem;font-weight:700}.item-details h3,.item-details p{font-family:Lato,sans-serif;margin-bottom:.5rem}.item-details p{color:#fff;font-size:.9rem;font-weight:400}.item-price{font-size:1.1rem}.item-controls{flex-direction:column}.item-controls,.quantity-controls{align-items:center;display:flex;gap:.5rem}.quantity-btn{background:linear-gradient(135deg,gold,orange);border:none;border-radius:50%;color:#000;cursor:pointer;font-family:Lato,sans-serif;font-weight:700;height:30px;transition:all .3s ease;width:30px}.quantity-btn:hover{background:linear-gradient(135deg,#fff,gold);transform:scale(1.1)}.quantity{color:#fff;font-weight:700;min-width:30px;text-align:center}.quantity,.remove-btn{font-family:Lato,sans-serif}.remove-btn{background:#0000;border:1px solid #e74c3c;border-radius:4px;color:#e74c3c;cursor:pointer;font-size:.8rem;font-weight:400;padding:.25rem .5rem;transition:all .3s ease}.remove-btn:hover{background:#e74c3c;color:#fff}.item-total{color:gold;font-family:Lato,sans-serif;font-size:1.2rem;font-weight:700;text-align:right}.cart-summary{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.summary-row{color:#fff;display:flex;font-family:Lato,sans-serif;justify-content:space-between;margin-bottom:1rem}.summary-row.total{border-top:1px solid #333;color:gold;font-size:1.2rem;font-weight:700;margin-top:1rem;padding-top:1rem}.cart-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.checkout-btn{background:linear-gradient(135deg,gold,orange);border-radius:8px;box-shadow:0 4px 15px #ffd7004d;color:#000;font-family:Lato,sans-serif;font-weight:700;padding:1rem;text-align:center;text-decoration:none;transition:all .3s ease}.checkout-btn:hover{background:linear-gradient(135deg,#fff,gold);box-shadow:0 6px 20px #ffd70080;transform:translateY(-2px)}.clear-cart-btn{background:#0000;border:1px solid #e74c3c;border-radius:8px;color:#e74c3c;cursor:pointer;font-family:Lato,sans-serif;font-weight:400;padding:.75rem;transition:all .3s ease}.clear-cart-btn:hover{background:#e74c3c;color:#fff}@media (max-width:768px){.cart-content{grid-template-columns:1fr}.cart-item{gap:1rem;grid-template-columns:80px 1fr;grid-template-rows:auto auto}.item-controls{flex-direction:row;grid-column:1/-1;justify-content:space-between}.item-total{text-align:left}}.checkout{background:linear-gradient(135deg,#000,#1a1a1a);min-height:calc(100vh - 200px);padding:3rem 0}.checkout h1{color:gold;font-family:Lato,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:3rem;text-align:center;text-shadow:2px 2px 4px #00000080}.empty-checkout{align-items:center;display:flex;justify-content:center;min-height:400px}.empty-checkout-content{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid #333;border-radius:15px;box-shadow:0 8px 25px #00000080;overflow:hidden;padding:3rem;position:relative;text-align:center}.empty-checkout-content:before{background:linear-gradient(90deg,gold,orange);content:"";height:3px;left:0;position:absolute;right:0;top:0}.empty-checkout-content h2{color:gold;font-family:Lato,sans-serif;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.empty-checkout-content p{color:#fff;font-family:Lato,sans-serif;font-weight:400;margin-bottom:2rem}.continue-shopping{background:linear-gradient(135deg,gold,orange);border-radius:8px;box-shadow:0 4px 15px #ffd7004d;color:#000;display:inline-block;font-family:Lato,sans-serif;font-weight:700;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.continue-shopping:hover{background:linear-gradient(135deg,#fff,gold);box-shadow:0 6px 20px #ffd70080;transform:translateY(-2px)}.checkout-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr;margin:0 auto;max-width:1200px}.checkout-form{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid #333;border-radius:15px;box-shadow:0 8px 25px #00000080;overflow:hidden;padding:2rem;position:relative}.checkout-form:before{background:linear-gradient(90deg,gold,orange);content:"";height:3px;left:0;position:absolute;right:0;top:0}.form-section{margin-bottom:2rem}.form-section h2{color:gold;font-family:Lato,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:400;margin-bottom:.5rem}.form-group input,.form-group label{color:#fff;font-family:Lato,sans-serif}.form-group input{background:#000;border:1px solid #333;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus{border-color:gold;box-shadow:0 0 0 2px #ffd70033;outline:none}.place-order-btn{background:linear-gradient(135deg,gold,orange);border:none;border-radius:8px;box-shadow:0 4px 15px #ffd7004d;color:#000;cursor:pointer;font-family:Lato,sans-serif;font-size:1.1rem;font-weight:700;margin-top:1rem;padding:1rem;transition:all .3s ease;width:100%}.place-order-btn:hover{background:linear-gradient(135deg,#fff,gold);box-shadow:0 6px 20px #ffd70080;transform:translateY(-2px)}.payment-security-notice{align-items:flex-start;background:linear-gradient(135deg,#2d2d2d,#1a1a1a);border:1px solid gold;border-radius:10px;display:flex;gap:1rem;margin-bottom:1.5rem;overflow:hidden;padding:1.5rem;position:relative}.payment-security-notice:before{background:linear-gradient(90deg,gold,orange);content:"";height:2px;left:0;position:absolute;right:0;top:0}.security-icon{color:gold;font-size:1.5rem;margin-top:.2rem}.security-text strong{color:gold;display:block;font-family:Lato,sans-serif;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.security-text p{color:#fff;font-family:Lato,sans-serif;font-size:.9rem;line-height:1.5;margin:0}.payment-methods{border-top:1px solid #333;margin-top:1rem;padding-top:1rem}.payment-methods p{color:#ccc;font-family:Lato,sans-serif;font-size:.9rem;margin-bottom:.8rem}.card-icons{align-items:center;display:flex;gap:.8rem}.card-icon{font-size:1.5rem;opacity:.8;transition:opacity .3s ease}.card-icon:hover{opacity:1}.privacy-agreement{background:linear-gradient(135deg,#2d2d2d,#1a1a1a);border:1px solid #333;border-radius:8px;margin:1.5rem 0;padding:1rem}.checkbox-label{align-items:flex-start;color:#fff;cursor:pointer;display:flex;font-family:Lato,sans-serif;font-size:.9rem;gap:.8rem;line-height:1.5;position:relative}.checkbox-label input[type=checkbox]{cursor:pointer;opacity:0;position:absolute}.checkmark{background:#000;border:2px solid gold;border-radius:4px;flex-shrink:0;height:20px;margin-top:.1rem;position:relative;transition:all .3s ease;width:20px}.checkbox-label input[type=checkbox]:checked+.checkmark{background:gold}.checkbox-label input[type=checkbox]:checked+.checkmark:after{color:#000;content:"✓";font-size:12px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.checkbox-label a{color:gold;text-decoration:underline;transition:color .3s ease}.checkbox-label a:hover{color:orange}.order-summary{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.summary-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid #333;border-radius:15px;box-shadow:0 8px 25px #00000080;overflow:hidden;padding:2rem;position:relative}.summary-card:before{background:linear-gradient(90deg,gold,orange);content:"";height:3px;left:0;position:absolute;right:0;top:0}.summary-card h2{color:gold;font-family:Lato,sans-serif;font-size:1.5rem;font-weight:700}.order-items,.summary-card h2{margin-bottom:1.5rem}.order-item{align-items:center;border-bottom:1px solid #333;display:flex;gap:1rem;margin-bottom:1rem;padding-bottom:1rem}.order-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.order-item img{border-radius:8px;height:60px;object-fit:cover;width:60px}.item-info h3{color:#fff;font-family:Lato,sans-serif;font-size:.9rem;font-weight:400;margin-bottom:.25rem}.item-info span{color:#ccc;font-family:Lato,sans-serif;font-size:.8rem}.item-price{color:gold;font-family:Lato,sans-serif;font-weight:700;margin-left:auto}.summary-total{border-top:1px solid #333;padding-top:1rem}.total-row{color:#fff;display:flex;font-family:Lato,sans-serif;justify-content:space-between;margin-bottom:.5rem}.total-row.final-total{border-top:1px solid #333;color:gold;font-size:1.2rem;font-weight:700;margin-top:1rem;padding-top:1rem}@media (max-width:768px){.checkout-content,.form-row{grid-template-columns:1fr}}.Toastify__toast-container{font-family:Lato,sans-serif}.Toastify__toast{background:linear-gradient(135deg,#1a1a1a,#2d2d2d)!important;border:1px solid #333!important;border-left:4px solid gold!important;border-radius:8px!important;box-shadow:0 8px 25px #00000080!important;color:#fff!important}.Toastify__toast--success{border-left-color:gold!important}.Toastify__toast--error{border-left-color:#e74c3c!important}.Toastify__toast--warning{border-left-color:#f39c12!important}.Toastify__toast--info{border-left-color:#3498db!important}.Toastify__toast-body{color:#fff!important;font-family:Lato,sans-serif!important;font-weight:400!important}.Toastify__progress-bar{background:linear-gradient(90deg,gold,orange)!important}.Toastify__close-button{color:gold!important;opacity:.8!important}.Toastify__close-button:hover{opacity:1!important}.Toastify__toast--success .Toastify__toast-icon,.Toastify__toast-icon{color:gold!important}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.dc40d96e.css.map*/