: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:#000}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;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}}.header{background:#fff;border-bottom:1px solid #E0E0E0;position:sticky;top:0;z-index:1000;width:100%}.header__container{width:100%;max-width:100%;margin:0;padding:1rem 4rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.header__logo{display:flex;align-items:center;text-decoration:none}.header__logo-img{height:50px;width:auto;object-fit:contain}.header__nav{display:flex;gap:2rem;flex:1;justify-content:end}.header__nav--desktop{display:none}@media(min-width:768px){.header__nav--desktop{display:flex}}.header__nav-link{color:#1a1a1a;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease}.header__nav-link:hover{background:#0000000d;transform:translateY(-2px)}.header__actions{display:flex;align-items:center;gap:1.5rem}.header__cart{position:relative;color:#1a1a1a;font-size:1.5rem;text-decoration:none;transition:transform .3s ease}.header__cart:hover{transform:scale(1.1)}.header__cart-badge{position:absolute;top:-8px;right:-8px;background:#000;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.header__menu-toggle{background:none;border:none;color:#1a1a1a;font-size:1.5rem;cursor:pointer;padding:.5rem;display:block}@media(min-width:768px){.header__menu-toggle{display:none}}.header__overlay{position:fixed;inset:0;background:#00000080;z-index:1000}.header__drawer{position:fixed;top:0;right:0;bottom:0;width:280px;background:#fff;z-index:1001;box-shadow:-2px 0 8px #0000001a;display:flex;flex-direction:column}.header__drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #E0E0E0}.header__drawer-header h3{margin:0;font-size:1.25rem;font-weight:700;color:#1a1a1a}.header__drawer-close{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;color:#1a1a1a}.header__drawer-nav{display:flex;flex-direction:column;padding:1rem 0}.header__drawer-nav a{color:#1a1a1a;text-decoration:none;padding:1rem 1.5rem;transition:background .3s ease}.header__drawer-nav a:hover{background:#f8f9fa}.header__drawer-user{margin-top:auto;padding:1.5rem;border-top:1px solid #E0E0E0}.header__user-name{font-weight:600;margin:0 0 .25rem;color:#1a1a1a}.header__user-email{font-size:.875rem;color:#666;margin:0 0 1rem}.header__logout{background:#000;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.header__logout:hover{background:#333}@media(max-width:768px){.header__container{padding:1rem 2rem}.header__logo-img{height:40px}}.footer{background:#f8f9fa;border-top:1px solid #E0E0E0;color:#1a1a1a;margin-top:auto;width:100%}.footer__container{width:100%;max-width:100%;margin:0;padding:3rem 4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer__section{display:flex;flex-direction:column;gap:1rem}.footer__title{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;color:#1a1a1a}.footer__subtitle{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#1a1a1a}.footer__text{margin:0;line-height:1.8;color:#666;font-size:.875rem}.footer__links,.footer__info{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer__links li,.footer__info li{color:#666;font-size:.875rem}.footer__links a,.footer__info a{color:#666;text-decoration:none;transition:color .3s ease}.footer__links a:hover,.footer__info a:hover{color:#000}.footer__social{display:flex;gap:1rem;flex-wrap:wrap}.footer__social-link{color:#666;text-decoration:none;padding:.5rem 1rem;background:#0000000d;border-radius:8px;transition:all .3s ease;font-size:.875rem}.footer__social-link:hover{background:#000;color:#fff;transform:translateY(-2px)}.footer__bottom{background:#00000005;text-align:center;padding:1.5rem}.footer__bottom p{margin:0;color:#999;font-size:.875rem}@media(max-width:768px){.footer__container{grid-template-columns:1fr;padding:2rem 1rem}}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%;position:relative}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.product-card__image{position:relative;width:100%;height:180px;background:#f5f5f5;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card__image:hover img{transform:scale(1.05)}.product-card__badge{position:absolute;top:10px;right:10px;padding:.4rem .8rem;border-radius:20px;font-size:.7rem;font-weight:600;z-index:1}.product-card__badge--featured{background:#000;color:#fff}.product-card__badge--out{background:#dc3545;color:#fff}.product-card__content{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.product-card__category{font-size:.7rem;color:#000;font-weight:500;text-transform:uppercase;border:1px solid #000;padding:.2rem .6rem;border-radius:20px;width:fit-content}.product-card__title{font-size:.95rem;font-weight:600;margin:0;color:#000;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__description{font-size:.8rem;color:#000;margin:0;line-height:1.4;flex:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-card__price{display:flex;align-items:center;gap:.5rem}.product-card__price-current{font-size:1.1rem;font-weight:700;color:#000}.product-card__price-original{font-size:.85rem;color:#999;text-decoration:line-through}.product-card__button{background:#000;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;font-size:.85rem;margin-top:.5rem}.product-card__button:hover:not(:disabled){transform:scale(1.02);box-shadow:0 4px 15px #0003}.product-card__button:disabled{background:#95a5a6;cursor:not-allowed}@media(max-width:768px){.product-card__footer{flex-direction:column;gap:1rem;align-items:stretch}.product-card__button{width:100%}}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;min-height:300px}.loading__spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;animation:spin 1s linear infinite}.loading__text{margin-top:1rem;color:#000;font-weight:600}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.catalog{width:100%;max-width:100%;margin:0}.catalog__hero{text-align:center;padding:4rem 1rem;background:#000}.catalog__title{font-size:2.5rem;margin:0 0 1rem;color:#fff;font-weight:700}.catalog__subtitle{font-size:1.25rem;color:#fff;margin:0}.catalog__content{padding:2rem 4rem}.catalog__search{position:relative;max-width:600px;width:100%;margin-bottom:2rem}.catalog__search-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #E0E0E0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:#fff;color:#000}.catalog__search-input:focus{outline:none;border-color:#000}.catalog__search-input::placeholder{color:#999}.catalog__search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1.25rem;color:#000}.catalog__filters{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.catalog__filter-chip{background:#e0e0e0;color:#000;border:none;padding:.5rem 1rem;border-radius:20px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.catalog__filter-chip:hover{background:#d0d0d0;transform:translateY(-2px)}.catalog__filter-chip--active{background:#000;color:#fff}.catalog__filter-chip--active:hover{background:#333}.catalog__count{font-size:1rem;color:#000;font-weight:500;margin:0 0 1.5rem}.catalog__no-results{background:#e3f2fd;border:1px solid #2196F3;border-radius:8px;padding:1rem 1.5rem;max-width:600px;margin:2rem auto;text-align:center}.catalog__no-results p{margin:0;color:#1976d2}.catalog__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem}@media(max-width:768px){.catalog__content{padding:1rem}.catalog__hero{padding:2rem 1rem}.catalog__title{font-size:1.75rem}.catalog__subtitle{font-size:1rem}.catalog__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}.product-detail{width:100%;max-width:100%;margin:0;padding:2rem 4rem}.product-detail__back{background:none;border:none;color:#000;font-size:1rem;font-weight:600;cursor:pointer;margin-bottom:2rem;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease}.product-detail__back:hover{background:#667eea1a}.product-detail__container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 2px 20px #0000001a}.product-detail__gallery{display:flex;flex-direction:column;gap:1rem}.product-detail__main-image{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#f5f5f5}.product-detail__main-image img{width:100%;height:100%;object-fit:cover}.product-detail__thumbnails{display:flex;gap:1rem}.product-detail__thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:#f5f5f5;padding:0;transition:all .3s ease}.product-detail__thumbnail:hover{border-color:#000}.product-detail__thumbnail.active{border-color:#000;box-shadow:0 0 0 2px #667eea33}.product-detail__thumbnail img{width:100%;height:100%;object-fit:cover}.product-detail__info{display:flex;flex-direction:column;gap:1.5rem}.product-detail__header{display:flex;flex-direction:column;gap:.5rem}.product-detail__category{color:#000;font-weight:600;text-transform:uppercase;font-size:.9rem}.product-detail__title{font-size:2rem;margin:0;color:#000;font-weight:700}.product-detail__price-section{display:flex;align-items:center;gap:1rem}.product-detail__price{font-size:2.5rem;font-weight:700;color:#000}.product-detail__original-price{font-size:1.5rem;color:#95a5a6;text-decoration:line-through}.product-detail__description{font-size:1.1rem;line-height:1.8;color:#000;margin:1rem 0;padding:1rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #000}.product-detail__features{background:#f8f9fa;padding:1.5rem;border-radius:12px}.product-detail__features h3{margin:0 0 1rem;color:#000;font-size:1.1rem}.product-detail__features ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.product-detail__features ul li{color:#555;font-size:.95rem}.product-detail__stock .in-stock{color:#27ae60;font-weight:600}.product-detail__stock .out-of-stock{color:#e74c3c;font-weight:600}.product-detail__actions{display:flex;flex-direction:column;gap:1rem}.product-detail__quantity{display:flex;align-items:center;gap:1rem;width:fit-content}.product-detail__quantity input{width:80px;text-align:center;padding:.75rem;border:2px solid #ecf0f1;border-radius:8px;font-size:1rem;font-weight:600}.product-detail__quantity input::-webkit-outer-spin-button,.product-detail__quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-detail__quantity input{-moz-appearance:textfield}.product-detail__quantity .quantity-btn{width:40px;height:40px;border-radius:50%;border:2px solid #000;background:#fff;color:#000;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease}.product-detail__quantity .quantity-btn:hover{background:#000;color:#fff}.product-detail__buttons{display:flex;gap:1rem}.product-detail__buttons .btn{flex:1;padding:1rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.product-detail__buttons .btn:disabled{opacity:.5;cursor:not-allowed}.product-detail__buttons .btn--primary{background:#000;color:#fff}.product-detail__buttons .btn--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.product-detail__buttons .btn--secondary{background:#fff;border:2px solid #000;color:#000}.product-detail__buttons .btn--secondary:hover:not(:disabled){background:#667eea1a}.product-detail__specs{background:#f8f9fa;padding:1.5rem;border-radius:12px}.product-detail__specs h3{margin:0 0 1rem;color:#000;font-size:1.1rem}.product-detail__specs dl{margin:0;display:grid;gap:.75rem}.product-detail__specs .spec-item{display:grid;grid-template-columns:100px 1fr;gap:1rem}.product-detail__specs .spec-item dt{font-weight:600;color:#555}.product-detail__specs .spec-item dd{margin:0;color:#777}.product-detail__error{text-align:center;padding:4rem 2rem}.product-detail__error h2{color:#e74c3c;margin-bottom:1.5rem}.product-detail__error button{background:#000;color:#fff;border:none;padding:1rem 2rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.product-detail__error button:hover{transform:translateY(-2px)}@media(max-width:968px){.product-detail{padding:1rem}.product-detail__container{grid-template-columns:1fr;gap:2rem;padding:1.5rem}.product-detail__title{font-size:1.5rem}.product-detail__buttons{flex-direction:column}}.toast{position:fixed;bottom:2rem;right:2rem;background:#27ae60;color:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 4px 12px #00000026;font-weight:600;font-size:1rem;z-index:1000;animation:slideIn .3s ease}.toast--success{background:#27ae60}.toast--error{background:#e74c3c}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:768px){.toast{bottom:1rem;right:1rem;left:1rem;font-size:.9rem}}.cart{width:100%;max-width:100%;margin:0;padding:2rem 4rem;min-height:60vh}.cart__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.cart__title{font-size:2rem;margin:0;color:#000;font-weight:700}.cart__clear{background:none;border:2px solid #e74c3c;color:#e74c3c;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.cart__clear:hover{background:#e74c3c;color:#fff}.cart__container{display:grid;grid-template-columns:1fr 400px;gap:2rem}.cart__items{display:flex;flex-direction:column;gap:1rem}.cart__empty{text-align:center;padding:4rem 2rem}.cart__empty-icon{font-size:6rem;margin-bottom:1rem;opacity:.3}.cart__empty h2{margin:1rem 0;color:#000}.cart__empty p{color:#7f8c8d;margin-bottom:2rem}.cart__empty .btn{background:#000;color:#fff;border:none;padding:1rem 2rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.cart__empty .btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.cart__summary{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 2px 20px #0000001a;height:fit-content;position:sticky;top:100px}.cart__summary-title{font-size:1.5rem;margin:0 0 1.5rem;color:#000}.cart__summary-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #ecf0f1}.cart__summary-details .summary-row{display:flex;justify-content:space-between;color:#555}.cart__summary-details .summary-row--total{font-size:1.3rem;font-weight:700;color:#000;margin-top:.5rem}.cart__checkout-btn{width:100%;background:#000;color:#fff;border:none;padding:1.25rem;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;margin-bottom:1rem;transition:all .3s ease}.cart__checkout-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.cart__continue{width:100%;background:#fff;color:#000;border:2px solid #000;padding:1rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.cart__continue:hover{background:#667eea1a}.cart__info{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #ecf0f1}.cart__info p{margin:.5rem 0;color:#27ae60;font-size:.9rem}@media(max-width:968px){.cart{padding:1rem}.cart__container{grid-template-columns:1fr}.cart__summary{position:static}}.cart-item{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:grid;grid-template-columns:100px 1fr auto auto auto;gap:1.5rem;align-items:center;position:relative}.cart-item__image{width:100px;height:100px;border-radius:8px;overflow:hidden;background:#f5f5f5}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__info{display:flex;flex-direction:column;gap:.25rem}.cart-item__name{font-size:1.1rem;font-weight:600;margin:0;color:#000}.cart-item__category{font-size:.85rem;color:#000;text-transform:uppercase;margin:0}.cart-item__price{font-size:1rem;font-weight:600;color:#555;margin:0}.cart-item__quantity{display:flex;align-items:center;gap:.75rem;background:#f8f9fa;padding:.5rem;border-radius:8px}.cart-item__quantity .quantity-btn{width:32px;height:32px;border-radius:50%;border:2px solid #000;background:#fff;color:#000;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.cart-item__quantity .quantity-btn:hover{background:#000;color:#fff}.cart-item__quantity .quantity-value{font-weight:600;min-width:30px;text-align:center}.cart-item__subtotal{display:flex;flex-direction:column;align-items:flex-end}.cart-item__subtotal .subtotal-label{font-size:.85rem;color:#7f8c8d}.cart-item__subtotal .subtotal-value{font-size:1.25rem;font-weight:700;color:#000}.cart-item__remove{position:absolute;top:1rem;right:1rem;width:30px;height:30px;border-radius:50%;border:none;background:#ecf0f1;color:#e74c3c;font-size:1.2rem;cursor:pointer;transition:all .3s ease}.cart-item__remove:hover{background:#e74c3c;color:#fff;transform:scale(1.1)}@media(max-width:768px){.cart-item{grid-template-columns:80px 1fr;grid-template-rows:auto auto auto;gap:1rem}.cart-item__image{width:80px;height:80px;grid-row:1/3}.cart-item__info{grid-column:2}.cart-item__quantity{grid-column:1/3}.cart-item__subtotal{grid-column:1/3;align-items:flex-start}.cart-item__remove{top:.5rem;right:.5rem}}.checkout{width:100%;max-width:100%;margin:0;padding:2rem 4rem}.checkout__title{font-size:2rem;margin:0 0 2rem;color:#000;font-weight:700;text-align:center}.checkout__container{display:grid;grid-template-columns:1fr 400px;gap:2rem}.checkout__form{display:flex;flex-direction:column;gap:2rem}.checkout__section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.checkout__section .section-title{font-size:1.3rem;margin:0 0 1.5rem;color:#000;font-weight:600}.checkout__submit{width:100%;background:#000;color:#fff;border:none;padding:1.5rem;border-radius:12px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease}.checkout__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.checkout__submit:disabled{opacity:.7;cursor:not-allowed}.checkout__summary{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;height:fit-content;position:sticky;top:100px}.checkout__summary .summary-title{font-size:1.5rem;margin:0 0 1.5rem;color:#000}.checkout__security{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #ecf0f1}.checkout__security p{margin:.5rem 0;color:#27ae60;font-size:.9rem}.checkout__empty{text-align:center;padding:4rem 2rem}.checkout__empty h2{margin-bottom:2rem;color:#000}.checkout__empty .btn{background:#000;color:#fff;border:none;padding:1rem 2rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.checkout__empty .btn:hover{transform:translateY(-2px)}@media(max-width:968px){.checkout{padding:1rem}.checkout__container{grid-template-columns:1fr}.checkout__summary{position:static}}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group input,.form-group textarea{padding:.875rem;border:2px solid #ecf0f1;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#000}.form-group textarea{resize:vertical;font-family:inherit}.payment-methods{display:flex;flex-direction:column;gap:1rem}.payment-method{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid #ecf0f1;border-radius:8px;cursor:pointer;transition:all .3s ease}.payment-method:hover{border-color:#000;background:#667eea0d}.payment-method input[type=radio]{width:20px;height:20px;cursor:pointer}.payment-method input[type=radio]:checked+span{color:#000;font-weight:600}.payment-method span{font-size:1rem}.order-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;max-height:300px;overflow-y:auto;padding-right:.5rem}.order-items::-webkit-scrollbar{width:6px}.order-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.order-items::-webkit-scrollbar-thumb{background:#000;border-radius:10px}.order-item{display:grid;grid-template-columns:60px 1fr auto;gap:1rem;align-items:center;padding-bottom:1rem;border-bottom:1px solid #ecf0f1}.order-item:last-child{border-bottom:none;padding-bottom:0}.order-item img{width:60px;height:60px;object-fit:cover;border-radius:8px}.order-item__info{display:flex;flex-direction:column;gap:.25rem}.order-item__info .item-name{font-weight:600;color:#000;font-size:.9rem}.order-item__info .item-quantity{color:#7f8c8d;font-size:.85rem}.order-item .item-price{font-weight:700;color:#000}.order-totals{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 0;border-top:2px solid #ecf0f1}.order-totals .total-row{display:flex;justify-content:space-between;color:#555}.order-totals .total-row--final{font-size:1.3rem;font-weight:700;color:#000;padding-top:.75rem;border-top:2px solid #ecf0f1;margin-top:.5rem}.order-confirmation{max-width:900px;margin:0 auto;padding:3rem;min-height:60vh;display:flex;align-items:center;justify-content:center}.order-confirmation__content{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #0000001a;text-align:center}.order-confirmation__title{font-size:2.5rem;margin:1rem 0;color:#000;font-weight:700}.order-confirmation__message{font-size:1.2rem;color:#7f8c8d;margin:1rem 0 2rem}.order-confirmation__details{background:#f8f9fa;padding:2rem;border-radius:12px;margin:2rem 0}.order-confirmation__details .detail-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.order-confirmation__details .detail-item:not(:last-child){border-bottom:1px solid #ecf0f1}.order-confirmation__details .detail-item .detail-label{font-weight:600;color:#555}.order-confirmation__details .detail-item .detail-value{font-weight:700;color:#000;font-size:1.1rem}.order-confirmation__details .detail-item .detail-value.status-pending{color:#f39c12}.order-confirmation__info{text-align:left;margin:2rem 0}.order-confirmation__info h2{font-size:1.3rem;margin:0 0 1rem;color:#000}.order-confirmation__info ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.order-confirmation__info ul li{color:#555;line-height:1.6}.order-confirmation__actions{display:flex;gap:1rem;margin:2rem 0;flex-wrap:wrap}.order-confirmation__actions .btn{flex:1;padding:1rem 2rem;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:200px}.order-confirmation__actions .btn--primary{background:#000;color:#fff}.order-confirmation__actions .btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.order-confirmation__actions .btn--secondary{background:#fff;border:2px solid #000;color:#000}.order-confirmation__actions .btn--secondary:hover{background:#667eea1a}.order-confirmation__contact{margin-top:2rem;padding-top:2rem;border-top:2px solid #ecf0f1}.order-confirmation__contact p{margin:.5rem 0;color:#7f8c8d}.order-confirmation__contact p:first-child{font-weight:600;color:#000;margin-bottom:1rem}@media(max-width:768px){.order-confirmation{padding:2rem 1rem}.order-confirmation__content{padding:2rem 1.5rem}.order-confirmation__title{font-size:2rem}.order-confirmation__actions{flex-direction:column}.order-confirmation__actions .btn{width:100%}}.success-icon{width:100px;height:100px;margin:0 auto;background:linear-gradient(135deg,#27ae60,#2ecc71);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:700;box-shadow:0 8px 20px #27ae604d;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.custom-print{width:100%;max-width:100%;margin:0;padding:2rem 4rem}.custom-print__hero{text-align:center;margin-bottom:3rem;padding:3rem 1rem;background:#000;border-radius:16px}.custom-print__title{font-size:2.5rem;margin:0 0 1rem;color:#fff;font-weight:700}.custom-print__subtitle{font-size:1.2rem;color:#fff;margin:0}.custom-print__container{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.custom-print__info h2{font-size:1.8rem;margin:0 0 2rem;color:#000}.custom-print__info h3{font-size:1.3rem;margin:2rem 0 1rem;color:#000}.custom-print__form{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000001a}.custom-print__form h2{font-size:1.8rem;margin:0 0 2rem;color:#000}.custom-print__submit{width:100%;background:#000;color:#fff;border:none;padding:1.25rem;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.custom-print__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.custom-print__submit:disabled{opacity:.7;cursor:not-allowed}@media(max-width:968px){.custom-print{padding:1rem}.custom-print__container{grid-template-columns:1fr}.custom-print__hero{padding:2rem 1rem}.custom-print__title{font-size:2rem}.custom-print__form{padding:1.5rem}}.steps{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.step{display:flex;gap:1.5rem;align-items:flex-start}.step__number{width:50px;height:50px;background:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.step__content{flex:1}.step__content h3{margin:0 0 .5rem;color:#000;font-size:1.1rem}.step__content p{margin:0;color:#7f8c8d;line-height:1.5}.features{background:#f8f9fa;padding:2rem;border-radius:12px}.features h3{margin:0 0 1rem!important;color:#000}.features ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.features ul li{color:#555;line-height:1.6}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}@media(max-width:768px){.form-row{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.form-group label{font-weight:600;color:#000;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{padding:.875rem;border:2px solid #ecf0f1;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit;background-color:#f8f9fa;color:#000}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#000}.form-group textarea{resize:vertical}.form-group select{cursor:pointer}.file-upload input[type=file]{display:none}.file-upload__label{display:block;padding:1rem;border:2px dashed #000;border-radius:8px;text-align:center;cursor:pointer;transition:all .3s ease;background:#667eea0d;color:#000;font-weight:600}.file-upload__label:hover{background:#667eea1a;border-color:#764ba2}.file-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.file-item{background:#f8f9fa;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;color:#555;border:1px solid #ecf0f1}.form-note{margin-top:1rem;padding:1rem;background:#e8f5e9;border-left:4px solid #27ae60;border-radius:4px;color:#555;font-size:.9rem;line-height:1.5}.admin{width:100%;max-width:100%;margin:0;padding:2rem 4rem;min-height:70vh}.admin__header{margin-bottom:2rem}.admin__title{font-size:2rem;margin:0;color:#000;font-weight:700}.admin__tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #ecf0f1}.admin__tab{background:none;border:none;padding:1rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;color:#7f8c8d;border-bottom:3px solid transparent;transition:all .3s ease}.admin__tab:hover{color:#000}.admin__tab.active{color:#000;border-bottom-color:#000}.admin__content{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.admin__section h2{font-size:1.5rem;margin:0 0 1.5rem;color:#000}.admin__loading{text-align:center;padding:3rem;color:#7f8c8d;font-size:1.2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{margin:0}.btn-add{background:#000;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-add:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.product-form{background:#f8f9fa;padding:2rem;border-radius:12px;margin-bottom:2rem}.product-form h3{margin:0 0 1.5rem;color:#000}.product-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.product-form .form-grid input,.product-form .form-grid textarea{padding:.75rem;border:2px solid #ecf0f1;border-radius:8px;font-size:1rem;font-family:inherit}.product-form .form-grid input:focus,.product-form .form-grid textarea:focus{outline:none;border-color:#000}.product-form .form-grid input.full-width,.product-form .form-grid textarea.full-width{grid-column:1/-1}.product-form .form-grid textarea{resize:vertical}.product-form .form-actions{display:flex;gap:1rem}.product-form .btn-save,.product-form .btn-cancel{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.product-form .btn-save{background:#27ae60;color:#fff}.product-form .btn-save:hover{background:#229954}.product-form .btn-cancel{background:#ecf0f1;color:#555}.product-form .btn-cancel:hover{background:#dfe6e9}.data-table{overflow-x:auto}.data-table table{width:100%;border-collapse:collapse}.data-table table thead{background:#f8f9fa}.data-table table thead th{padding:1rem;text-align:left;font-weight:600;color:#000;border-bottom:2px solid #ecf0f1}.data-table table tbody tr{border-bottom:1px solid #ecf0f1;transition:background .3s ease}.data-table table tbody tr:hover{background:#f8f9fa}.data-table table tbody td{padding:1rem;color:#555}.data-table .btn-edit,.data-table .btn-delete{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;margin-right:.5rem;transition:all .3s ease}.data-table .btn-edit{background:#3498db;color:#fff}.data-table .btn-edit:hover{background:#2980b9}.data-table .btn-delete{background:#e74c3c;color:#fff}.data-table .btn-delete:hover{background:#c0392b}.status{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:capitalize}.status--pending{background:#fff3cd;color:#856404}.status--processing{background:#cce5ff;color:#004085}.status--quoted{background:#d1ecf1;color:#0c5460}.status--approved{background:#d4edda;color:#155724}.status--printing{background:#cce5ff;color:#004085}.status--shipped{background:#d1ecf1;color:#0c5460}.status--completed{background:#d4edda;color:#155724}.status--cancelled{background:#f8d7da;color:#721c24}.status-select{padding:.5rem;border:2px solid #ecf0f1;border-radius:6px;cursor:pointer;font-weight:600}.status-select:focus{outline:none;border-color:#000}@media(max-width:968px){.admin{padding:1rem}.admin__tabs{overflow-x:auto;flex-wrap:nowrap}.admin__content{padding:1rem}.product-form .form-grid{grid-template-columns:1fr}.data-table table{font-size:.85rem}.data-table table th,.data-table table td{padding:.75rem .5rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1a1a1a}.app{min-height:100vh;display:flex;flex-direction:column;background:#fff}.main-content{flex:1;background:#fff}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#ccc;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ccc}
