.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100;padding:1rem 0}.header__content{display:flex;justify-content:space-between;align-items:center}.header__logo{display:flex;align-items:center;gap:1rem;font-weight:700;color:#2c3e50;font-size:1.2rem}.header__logo img{height:40px;width:150px}@media (max-width: 768px){.header__logo{font-size:.5rem}}@media (max-width: 480px){.header__logo{font-size:.7rem}}.header__menu-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;display:none}@media (max-width: 768px){.header__menu-btn{display:block}}.header__nav ul{display:flex;gap:2rem;list-style:none;align-items:center}.header__nav ul li a{font-weight:500;transition:color .3s ease}.header__nav ul li a:hover{color:#0180b5}.header__nav ul li .cart-link{background:#0180b5;color:#fff;padding:.5rem 1rem;border-radius:4px}.header__nav ul li .cart-link:hover{background:#015c82}.header__nav ul li.profile-dropdown{position:relative}.header__nav ul li.profile-dropdown .profile-btn{background:none;border:none;font-weight:500;cursor:pointer;color:inherit;font-size:inherit;display:flex;align-items:center;gap:.5rem}.header__nav ul li.profile-dropdown .profile-btn .profile-icon{font-size:1.2rem;background:#0180b5;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#fff}.header__nav ul li.profile-dropdown .profile-btn:hover{color:#0180b5}.header__nav ul li.profile-dropdown .dropdown-menu{position:absolute;top:100%;right:0;background:#fff;box-shadow:0 5px 15px #0000001a;border-radius:4px;min-width:120px;padding:.5rem 0;z-index:1000}.header__nav ul li.profile-dropdown .dropdown-menu a,.header__nav ul li.profile-dropdown .dropdown-menu button{display:block;width:100%;padding:.5rem 1rem;text-align:left;border:none;background:none;cursor:pointer;font-size:.9rem;transition:background .2s ease}.header__nav ul li.profile-dropdown .dropdown-menu a:hover,.header__nav ul li.profile-dropdown .dropdown-menu button:hover{background:#f5f5f5;color:#0180b5}@media (max-width: 768px){.header__nav{position:fixed;top:80px;left:0;width:100%;background:#fff;box-shadow:0 5px 10px #0000001a;transform:translateY(-150%);transition:transform .3s ease;padding:2rem}.header__nav.open{transform:translateY(0)}.header__nav ul{flex-direction:column;gap:1.5rem}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1001}.modal-overlay .modal{background:#fff;padding:2rem;border-radius:8px;text-align:center;max-width:400px;width:90%}.modal-overlay .modal h3{margin-bottom:1rem;color:#2c3e50}.modal-overlay .modal p{margin-bottom:2rem;color:#666}.modal-overlay .modal .modal-buttons{display:flex;gap:1rem;justify-content:center}.modal-overlay .modal .modal-buttons button{padding:.5rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-weight:500}.modal-overlay .modal .modal-buttons button.cancel-btn{background:#f5f5f5;color:#333}.modal-overlay .modal .modal-buttons button.cancel-btn:hover{background:#e0e0e0}.modal-overlay .modal .modal-buttons button.confirm-btn{background:#dc3545;color:#fff}.modal-overlay .modal .modal-buttons button.confirm-btn:hover{background:#bd2130}.footer{background:#2c3e50;color:#fff;padding:3rem 0 1rem}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer__logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#fff}.footer__logo img{height:100px}.footer__links h3,.footer__contact h3{margin-bottom:1rem;font-size:1.2rem}.footer__links ul,.footer__contact ul{list-style:none}.footer__links ul li,.footer__contact ul li{margin-bottom:.5rem}.footer__links ul li a,.footer__contact ul li a{color:#fffc;transition:color .3s ease}.footer__links ul li a:hover,.footer__contact ul li a:hover{color:#0180b5}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;text-align:center;font-size:.9rem;color:#fff9}.hero-slider{position:relative;width:100%;height:600px;overflow:hidden}@media (max-width: 768px){.hero-slider{height:400px}}.hero-slider .slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out;z-index:1}.hero-slider .slide.active{opacity:1;z-index:2}.hero-slider .slide-content{display:flex;flex-direction:column;justify-content:center;height:100%;color:#fff;background-color:#00000080;padding:2rem}.hero-slider .slide-content h1{font-size:2.5rem;margin-bottom:1rem;line-height:1.2}@media (max-width: 768px){.hero-slider .slide-content h1{font-size:2rem}}.hero-slider .slide-content p{font-size:1.2rem;margin-bottom:2rem;max-width:600px}@media (max-width: 768px){.hero-slider .slide-content p{font-size:1rem}}.hero-slider .slide-content .btn-primary{background:#fff;color:#0180b5;padding:.75rem 1.5rem;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .3s}.hero-slider .slide-content .btn-primary:hover{background:#e6e6e6}.hero-slider .slider-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:3}.hero-slider .slider-dots .dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:background .3s}.hero-slider .slider-dots .dot.active{background:#fff}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-card a{color:inherit}.product-card__image{height:auto;padding:1rem;text-align:center}.product-card__image img{width:100%;max-height:300px;object-fit:contain;display:block}.product-card__image:hover img{transform:scale(1.05)}.product-card__info{padding:1.5rem}.product-card__info h3{margin-bottom:.5rem;font-size:1.1rem}.product-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.product-card__header h3{margin:0;flex:1}.product-card__badges{margin-bottom:.5rem}.product-card__badges .badge{display:inline-block;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase}.product-card__badges .badge--one{background:#e6fffa;color:#047857}.product-card__badges .badge--monthly{background:#fef3c7;color:#d97706}.product-card__badges .badge--yearly{background:#dbeafe;color:#1d4ed8}.product-card__category{display:block;font-size:.8rem;color:#0180b5;margin-bottom:.5rem}.product-card__pricing{margin-bottom:1rem}.product-card__price{display:block;font-weight:700;font-size:1.2rem;margin-bottom:.25rem}.product-card__renewal-price{display:block;font-size:.9rem;color:#666;font-weight:500}.product-card .btn--small{padding:.5rem 1rem;font-size:.9rem}.home .featured{padding:4rem 0}.home .featured .section-title{text-align:center;margin-bottom:2rem;font-size:2rem;color:#2c3e50}.home .featured .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.home .services{background:#f5f7fa;padding:4rem 0}.home .services .section-title{text-align:center;margin-bottom:2rem;font-size:2rem;color:#2c3e50}.home .services__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.home .services .service-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease}.home .services .service-card:hover{transform:translateY(-5px)}.home .services .service-card h3{color:#0180b5;margin-bottom:1rem}.home .services .service-card p{color:#333}.products-page{padding:3rem 0}.products-page .page-title{text-align:center;margin-bottom:2rem;color:#2c3e50}.products-page .products-filter{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.products-page .products-filter .filter-btn{padding:.5rem 1rem;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:all .3s ease}.products-page .products-filter .filter-btn:hover{background:#f5f7fa}.products-page .products-filter .filter-btn.active{background:#0180b5;color:#fff;border-color:#0180b5}.products-page .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-details{padding:3rem 0}.product-details__content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media (max-width: 768px){.product-details__content{grid-template-columns:1fr}}.product-details__image img{width:100%;border-radius:8px;box-shadow:0 5px 15px #0000001a}.product-details__info h1{font-size:2rem;margin-bottom:.5rem;color:#2c3e50}.product-details__badges{margin-bottom:1rem}.product-details__badges .badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:uppercase}.product-details__badges .badge--one{background:#e6fffa;color:#047857}.product-details__badges .badge--monthly{background:#fef3c7;color:#d97706}.product-details__badges .badge--yearly{background:#dbeafe;color:#1d4ed8}.product-details__actions{display:flex;gap:1rem;margin-bottom:2rem}.product-details__actions .btn{flex:1;text-align:center;text-decoration:none}.product-details__actions .btn--outline{background:transparent;border:2px solid #0180b5;color:#0180b5}.product-details__actions .btn--outline:hover{background:#0180b5;color:#fff}.product-details__category{display:block;color:#0180b5;margin-bottom:1rem;font-weight:500}.product-details__pricing{margin-bottom:1.5rem}.product-details__price{display:block;font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#2c3e50}.product-details__renewal-price{display:block;font-size:1.1rem;color:#666;font-weight:500}.product-details .renewal-info{margin-top:1rem;padding:1.25rem;background:#fff;border:2px solid #faf8f4;border-radius:10px;box-shadow:0 2px 8px #f59e0b1a}.product-details .renewal-info .product-details__renewal-price{color:#d97706;font-weight:700;font-size:1.2rem;margin-bottom:.5rem}.product-details .renewal-info .renewal-note{display:block;font-size:.9rem;color:#92400e;margin-top:.75rem;font-weight:500;background:#fef3c7;padding:.75rem;border-radius:6px}.product-details__quantity{margin-bottom:1.5rem}.product-details__quantity label{display:block;margin-bottom:.5rem;font-weight:500}.product-details__quantity input{width:80px;padding:.5rem;border:1px solid #ddd;border-radius:4px}.product-details__description,.product-details__features{margin:2rem 0}.product-details__description h3,.product-details__features h3{font-size:1.2rem;margin-bottom:1rem;color:#2c3e50}.product-details__description p,.product-details__features p{line-height:1.6}.product-details__description ul,.product-details__features ul{list-style-position:inside}.product-details__description ul li,.product-details__features ul li{margin-bottom:.5rem}.product-details .access-message{padding:.75rem;background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;margin-top:1rem}.product-details .access-message small{color:#856404;font-weight:500}.product-details .renewal-date-info{margin-top:1.5rem;padding:1rem;background:#e8f5e8;border:1px solid #c3e6c3;border-radius:6px}.product-details .renewal-date-info h4{margin:0 0 .5rem;color:#2d5a2d;font-size:1rem}.product-details .renewal-date-info p{margin:0;color:#2d5a2d;font-weight:500}.product-details .license-info{margin-top:1.5rem;padding:1rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px}.product-details .license-info h4{margin:0 0 .75rem;color:#0369a1;font-size:1rem}.product-details .license-info .license-details p{margin:0 0 .5rem;color:#0369a1;font-size:.9rem}.product-details .license-info .license-details p:last-child{margin-bottom:0}.product-details .license-info .license-details p strong{font-weight:600}.product-details .product-versions{margin:2rem 0}.product-details .product-versions h3{font-size:1.2rem;margin-bottom:1rem;color:#2c3e50}.product-details .product-versions .version-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.product-details .product-versions .version-card{border:2px solid #e5e7eb;border-radius:8px;padding:1rem;cursor:pointer;transition:all .3s ease}.product-details .product-versions .version-card:hover{border-color:#0180b5;box-shadow:0 4px 12px #0000001a}.product-details .product-versions .version-card.selected{border-color:#0180b5;background:#f0f9ff;box-shadow:0 4px 12px #3b82f626}.product-details .product-versions .version-card .version-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.product-details .product-versions .version-card .version-header h4{margin:0;font-size:1rem;color:#2c3e50;text-transform:capitalize}.product-details .product-versions .version-card .version-header .default-badge{background:#10b981;color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600}.product-details .product-versions .version-card .version-pricing{margin-bottom:.75rem}.product-details .product-versions .version-card .version-pricing .version-price{display:block;font-size:1.25rem;font-weight:700;color:#0180b5;margin-bottom:.25rem}.product-details .product-versions .version-card .version-pricing .version-renewal{display:block;font-size:.875rem;color:#6b7280}.product-details .product-versions .version-card .version-type .badge{font-size:.75rem;padding:.25rem .5rem}.checkout-page{padding:3rem 0}.checkout-page .page-title{margin-bottom:2rem;color:#2c3e50}.checkout-page .checkout-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem}@media (max-width: 768px){.checkout-page .checkout-content{grid-template-columns:1fr}}.checkout-page .checkout-form h2{margin:2rem 0 1rem;color:#2c3e50;font-size:1.5rem}.checkout-page .checkout-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 576px){.checkout-page .checkout-form .form-row{grid-template-columns:1fr}}.checkout-page .checkout-form .form-group{margin-bottom:1.5rem}.checkout-page .checkout-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500}.checkout-page .checkout-form .form-group input{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-family:inherit}.checkout-page .checkout-form .payment-methods{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin:1.5rem 0}.checkout-page .checkout-form .payment-methods .payment-method{display:flex;align-items:center;gap:.5rem;padding:.8rem;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:all .3s ease}.checkout-page .checkout-form .payment-methods .payment-method:hover{border-color:#0180b5}.checkout-page .checkout-form .payment-methods .payment-method input{margin:0}.checkout-page .checkout-form .btn--block{margin-top:1.5rem}.checkout-page .order-summary{background:#f5f7fa;padding:2rem;border-radius:8px;height:fit-content;position:sticky;top:100px}.checkout-page .order-summary h2{margin-bottom:1.5rem;color:#2c3e50}.checkout-page .order-summary .summary-items{margin-bottom:1.5rem;border-bottom:1px solid #ddd;padding-bottom:1rem}.checkout-page .order-summary .summary-items .summary-item{display:flex;justify-content:space-between;margin-bottom:.5rem}.checkout-page .order-summary .summary-items .summary-item .item-details{display:flex;flex-direction:column}.checkout-page .order-summary .summary-items .summary-item .item-details small{color:#666;font-size:.85rem}.checkout-page .order-summary .summary-totals .summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.checkout-page .order-summary .summary-totals .summary-row.total{font-weight:700;font-size:1.1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #ddd}.loading-overlay{position:fixed;inset:0;background:#fffc;display:flex;justify-content:center;align-items:center;z-index:1000}.loading-spinner{width:50px;height:50px;border:5px solid #f5f7fa;border-top:5px solid #0180b5;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.about-page{padding:3rem 0}.about-page .page-title{text-align:center;margin-bottom:2rem;color:#2c3e50}.about-page .about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media (max-width: 768px){.about-page .about-content{grid-template-columns:1fr}}.about-page .about-image img{width:100%;border-radius:8px;box-shadow:0 5px 15px #0000001a}.about-page .about-text h2{margin:1.5rem 0 1rem;color:#0180b5}.about-page .about-text p{margin-bottom:1rem;line-height:1.6}.about-page .about-text ul{list-style-position:inside;margin-bottom:1rem}.about-page .about-text ul li{margin-bottom:.5rem}.contact-page{margin-bottom:3rem}.contact-page .page-title{text-align:center;margin-bottom:2rem;color:#2c3e50}.contact-page .contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media (max-width: 768px){.contact-page .contact-content{grid-template-columns:1fr}}.contact-page .contact-info h2{margin-bottom:1.5rem;color:#0180b5}.contact-page .contact-info p{margin-bottom:1.5rem;line-height:1.6}.contact-page .contact-info .info-item{margin-bottom:1.5rem}.contact-page .contact-info .info-item h3{margin-bottom:.5rem;color:#2c3e50}.contact-page .contact-form .form-group{margin-bottom:1.5rem}.contact-page .contact-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500}.contact-page .contact-form .form-group input,.contact-page .contact-form .form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-family:inherit}.contact-page .contact-form .form-group textarea{resize:vertical}.contact-page .contact-form .btn{width:100%}.not-found{text-align:center;padding:5rem 0}.not-found h1{font-size:3rem;margin-bottom:1rem;color:#2c3e50}.not-found p{font-size:1.2rem;margin-bottom:2rem;color:#333}.order-confirmation{padding:4rem 0;text-align:center}.order-confirmation .confirmation-card{background:#fff;padding:3rem;border-radius:8px;box-shadow:0 5px 15px #0000001a;max-width:600px;margin:0 auto}.order-confirmation .confirmation-icon{width:80px;height:80px;background:#0180b5;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:2.5rem;margin:0 auto 1.5rem}.order-confirmation h1{margin-bottom:1rem;color:#2c3e50}.order-confirmation p{margin-bottom:1rem;color:#333}.order-confirmation .confirmation-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}@media (max-width: 576px){.order-confirmation .confirmation-actions{flex-direction:column}}.order-confirmation .btn--outline{background:none;border:1px solid #0180b5;color:#0180b5}.order-confirmation .btn--outline:hover{background:#0180b51a}.account-page{padding:3rem 0}.account-page .page-title{margin-bottom:2rem;color:#2c3e50}.account-page .account-content{display:grid;grid-template-columns:250px 1fr;gap:3rem}@media (max-width: 768px){.account-page .account-content{grid-template-columns:1fr}}.account-page .account-sidebar .account-welcome{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eee}.account-page .account-sidebar .account-welcome h3{margin-bottom:.5rem;color:#0180b5}.account-page .account-sidebar .account-welcome p{color:#333;font-size:.9rem}.account-page .account-nav ul{list-style:none}.account-page .account-nav ul li{margin-bottom:.5rem}.account-page .account-nav ul li a,.account-page .account-nav ul li button{display:block;padding:.8rem 1rem;color:#333;border-radius:4px;transition:all .3s ease;background:none;border:none;text-align:left;width:100%;font-family:inherit;font-size:inherit;cursor:pointer}.account-page .account-nav ul li a:hover,.account-page .account-nav ul li button:hover{background:#0180b51a;color:#0180b5}.account-page .account-main .account-section{margin-bottom:2rem}.account-page .account-main .account-section h2{margin-bottom:1.5rem;color:#2c3e50}.account-page .dashboard-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.account-page .dashboard-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 5px 15px #0000000d}.account-page .dashboard-card h3{margin-bottom:1rem;color:#0180b5}.account-page .dashboard-card p{margin-bottom:1.5rem;line-height:1.6}.account-page .btn--outline{background:none;border:1px solid #0180b5;color:#0180b5}.account-page .btn--outline:hover{background:#0180b51a}.account-page .order-items{margin-bottom:.25rem}.account-page .order-items .order-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #f0f0f0}.account-page .order-items .order-item:last-child{border-bottom:none}.account-page .order-items .order-item .item-image{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f8f9fa}.account-page .order-items .order-item .item-image img{width:100%;height:100%;object-fit:cover}.account-page .order-items .order-item .item-details{flex:1;min-width:0}.account-page .order-items .order-item .item-details h4{font-size:1rem;color:#333;margin-bottom:.25rem;line-height:1.3}.account-page .order-items .order-item .item-details .item-price{color:#007bff;font-weight:600;font-size:.9rem}.account-page .order-items .order-item .item-details .item-quantity,.account-page .order-items .order-item .item-details .item-color,.account-page .order-items .order-item .item-details .item-size{color:#666;font-size:.85rem;margin:.1rem 0}.account-page .order-items .order-item .item-total{text-align:right;font-weight:600;color:#333;font-size:1rem}.account-section{padding:2rem}.account-section h2{margin-top:0;font-size:1.5rem;font-weight:700;color:#0180b5}.account-section .profile-form{margin-top:1rem}.account-section .profile-form .form-group{margin-bottom:1rem}.account-section .profile-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c3e50}.account-section .profile-form .form-group label .required{color:#e74c3c}.account-section .profile-form .form-group input,.account-section .profile-form .form-group textarea,.account-section .profile-form .form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.account-section .profile-form .form-group input:focus,.account-section .profile-form .form-group textarea:focus,.account-section .profile-form .form-group select:focus{outline:none;border-color:#0180b5;box-shadow:0 0 0 2px #0180b51a}.account-section .profile-form .form-group input:disabled,.account-section .profile-form .form-group textarea:disabled,.account-section .profile-form .form-group select:disabled{background-color:#f8f9fa;cursor:not-allowed}.account-section .profile-form .form-group select{cursor:pointer}.account-section .profile-form .form-group textarea{resize:vertical;min-height:80px}.account-section .profile-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media (max-width: 768px){.account-section .profile-form .form-row{grid-template-columns:1fr}}.account-section .profile-form .form-row .form-group{margin-bottom:0}.account-section .profile-form .form-actions{margin-top:1rem;text-align:right;padding:2rem 0 0}.account-section .profile-form .form-actions button{margin-left:.5rem}.account-section .profile-form .form-actions button[type=submit]{background-color:#0180b5;color:#fff;border:none;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer}.account-section .profile-form .form-actions button[type=submit]:disabled{opacity:.5;cursor:not-allowed}.account-section .profile-form .form-actions button[type=button]{background-color:#fff;color:#0180b5;border:1px solid #0180b5;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer}.account-section .profile-form .form-actions button[type=button]:disabled{opacity:.5;cursor:not-allowed}.my-orders{padding:.25rem 0}.my-orders .orders-header{margin-bottom:.25rem;text-align:center}.my-orders .orders-header h2{font-size:2rem;color:#333;margin-bottom:.5rem}.my-orders .orders-header p{color:#666;font-size:1.1rem}.my-orders .empty-orders{text-align:center;padding:4rem 2rem;background:#f8f9fa;border-radius:8px;margin:2rem 0}.my-orders .empty-orders .empty-icon{font-size:4rem;margin-bottom:1rem}.my-orders .empty-orders h3{color:#333;margin-bottom:1rem}.my-orders .empty-orders p{color:#666;margin-bottom:2rem}.my-orders .orders-list{display:flex;flex-direction:column;gap:2rem}.my-orders .order-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.my-orders .order-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.my-orders .order-card .order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.25rem;padding-bottom:.1rem;border-bottom:1px solid #eee}.my-orders .order-card .order-header .order-info h3{font-size:1.25rem;color:#333;margin-bottom:.25rem}.my-orders .order-card .order-header .order-info .order-date{color:#666;font-size:.9rem}.my-orders .order-card .order-header .order-status .status-badge{padding:.5rem 1rem;border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;text-transform:capitalize}.my-orders .order-card .order-items{margin-bottom:.25rem}.my-orders .order-card .order-items .order-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #f0f0f0}.my-orders .order-card .order-items .order-item:last-child{border-bottom:none}.my-orders .order-card .order-items .order-item .item-image{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f8f9fa}.my-orders .order-card .order-items .order-item .item-image img{width:100%;height:100%;object-fit:cover}.my-orders .order-card .order-items .order-item .item-details{flex:1;min-width:0}.my-orders .order-card .order-items .order-item .item-details h4{font-size:1rem;color:#333;margin-bottom:.25rem;line-height:1.3}.my-orders .order-card .order-items .order-item .item-details .item-version{color:#28a745;font-size:.8rem;font-weight:500;margin-bottom:.25rem;text-transform:capitalize}.my-orders .order-card .order-items .order-item .item-details .item-price{color:#007bff;font-weight:600;font-size:.9rem}.my-orders .order-card .order-items .order-item .item-details .item-quantity,.my-orders .order-card .order-items .order-item .item-details .item-color,.my-orders .order-card .order-items .order-item .item-details .item-size{color:#666;font-size:.85rem;margin:.1rem 0}.my-orders .order-card .order-items .order-item .item-total{text-align:right;font-weight:600;color:#333;font-size:1rem}.my-orders .order-card .order-summary{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 0;border-top:1px solid #eee;margin-bottom:1rem}.my-orders .order-card .order-summary .summary-left p{margin:.25rem 0;font-size:.9rem;color:#666}.my-orders .order-card .order-summary .summary-left p strong{color:#333}.my-orders .order-card .order-summary .summary-right{text-align:right}.my-orders .order-card .order-summary .summary-right .summary-row{display:flex;justify-content:space-between;gap:2rem;margin:.25rem 0;font-size:.9rem}.my-orders .order-card .order-summary .summary-right .summary-row.total{font-size:1.1rem;font-weight:600;color:#333;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #eee}.my-orders .order-card .order-actions{display:flex;gap:1rem;justify-content:flex-end}.my-orders .order-card .order-actions .btn{padding:.1rem 1.5rem;font-size:.9rem;border-radius:6px;text-decoration:none;transition:all .2s ease}.my-orders .order-card .order-actions .btn--primary{background:#007bff;color:#fff;border:none}.my-orders .order-card .order-actions .btn--primary:hover{background:#0056b3}.my-orders .order-card .order-actions .btn--outline{background:transparent;color:#007bff;border:1px solid #007bff}.my-orders .order-card .order-actions .btn--outline:hover{background:#007bff;color:#fff}@media (max-width: 768px){.my-orders{padding:1rem 0}.my-orders .orders-header h2{font-size:1.5rem}.my-orders .order-card{padding:1rem}.my-orders .order-card .order-header{flex-direction:column;align-items:flex-start;gap:1rem}.my-orders .order-card .order-header .order-status{align-self:flex-start}.my-orders .order-card .order-item{flex-direction:column;align-items:flex-start}.my-orders .order-card .order-item .item-image{width:100%;height:200px;margin-bottom:1rem}.my-orders .order-card .order-item .item-details{width:100%}.my-orders .order-card .order-item .item-total{align-self:flex-end;margin-top:.5rem}.my-orders .order-card .order-summary{flex-direction:column;gap:1rem}.my-orders .order-card .order-summary .summary-right{align-self:flex-end}.my-orders .order-card .order-actions{flex-direction:column}.my-orders .order-card .order-actions .btn{width:100%;text-align:center}}@media (max-width: 480px){.my-orders .order-card .order-summary .summary-row{flex-direction:column;gap:.5rem;text-align:right}}.auth-page{padding:4rem 0;display:flex;align-items:center;min-height:calc(100vh - 200px)}.auth-page .auth-card{max-width:600px;margin:0 auto;background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 5px 15px #0000000d}.auth-page .auth-card h1{text-align:center;margin-bottom:2rem;color:#2c3e50}.auth-page .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.auth-page .form-row{grid-template-columns:1fr}}.auth-page .form-group{margin-bottom:1.5rem}.auth-page .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c3e50}.auth-page .form-group label .required{color:#e74c3c}.auth-page .form-group input,.auth-page .form-group select,.auth-page .form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.auth-page .form-group input:focus,.auth-page .form-group select:focus,.auth-page .form-group textarea:focus{outline:none;border-color:#0180b5;box-shadow:0 0 0 2px #0180b51a}.auth-page .form-group input:disabled,.auth-page .form-group select:disabled,.auth-page .form-group textarea:disabled{background-color:#f8f9fa;cursor:not-allowed}.auth-page .form-group select{cursor:pointer}.auth-page .form-group textarea{resize:vertical;min-height:80px}.auth-page .form-group .phone-input-wrapper{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;overflow:hidden;transition:border-color .2s}.auth-page .form-group .phone-input-wrapper:focus-within{border-color:#0180b5;box-shadow:0 0 0 2px #0180b51a}.auth-page .form-group .phone-input-wrapper .country-code{background:#f8f9fa;padding:.8rem;border-right:1px solid #ddd;font-weight:500;color:#2c3e50;white-space:nowrap}.auth-page .form-group .phone-input-wrapper input{border:none;flex:1}.auth-page .form-group .phone-input-wrapper input:focus{box-shadow:none}.auth-page .btn--block{width:100%;margin-top:1rem}.auth-page .auth-links{margin-top:1.5rem;text-align:center;font-size:.9rem}.auth-page .auth-links a{color:#0180b5;text-decoration:none}.auth-page .auth-links a:hover{text-decoration:underline}.auth-page .message{padding:1rem;border-radius:4px;margin-bottom:1rem;text-align:center}.auth-page .message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.auth-page .message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:#f5f7fa;color:#333;line-height:1.6}.app{display:flex;flex-direction:column;min-height:100vh}.container{width:90%;max-width:1200px;margin:0 auto}a{text-decoration:none;color:inherit}.btn{display:inline-block;padding:.8rem 1.5rem;background:#0180b5;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease}.btn:hover{background:#015c82;transform:translateY(-2px)}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--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-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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(to right, #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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
