:root{--primary: #4F46E5;--primary-hover: #4338CA;--primary-light: #E0E7FF;--text-main: #1A1A1A;--text-secondary: #666666;--text-light: #999999;--background: #FAFAFA;--surface: #FFFFFF;--surface-alt: #F7F7F7;--border: #EBEBEB;--border-light: #F0F0F0;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1.25rem;--space-lg: 2rem;--space-xl: 3.5rem;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .12)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-family);background-color:var(--background);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.header-root{position:sticky;top:0;z-index:1000;background-color:#fffffffa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05);height:60px;display:flex;align-items:center;width:100%;padding:0;box-shadow:0 1px 3px #0000000d}.header-content{width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 var(--space-md)}.header-logo{font-family:var(--font-family);font-size:1.25rem;font-weight:800;color:#6a27a4;letter-spacing:-.03em}.header-logo-link{color:inherit;text-decoration:none;cursor:pointer;transition:opacity .2s}.header-logo-link:hover{opacity:.8}.header-cart{position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;transition:background-color .2s ease}.header-cart:hover{background-color:#0000000a}.cart-icon-svg{color:#374151;width:24px;height:24px}.cart-badge{position:absolute;top:2px;right:2px;background-color:#ef4444;color:#fff;font-size:.65rem;font-weight:700;height:16px;min-width:16px;border-radius:9999px;display:flex;align-items:center;justify-content:center;padding:0 3px;border:2px solid white;box-shadow:0 1px 2px #0000001a}@media(min-width:768px){.header-root{height:72px}.header-content{max-width:1200px;padding:0 var(--space-lg)}.header-logo{font-size:1.5rem}.header-cart{width:44px;height:44px}.cart-icon-svg{width:26px;height:26px}.cart-badge{top:4px;right:4px;font-size:.7rem;height:18px;min-width:18px;padding:0 4px}}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between;height:100%;cursor:pointer;font-family:Inter,system-ui,-apple-system,sans-serif}.product-card:hover{box-shadow:0 10px 25px -5px #0000001a;transform:translateY(-2px)}.product-image-container{width:100%;aspect-ratio:4 / 5;background-color:#f3f4f6;border-radius:12px 12px 0 0;overflow:hidden;position:relative}.product-image{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-info{padding:16px;display:flex;flex-direction:column;flex-grow:1}.product-meta{margin-bottom:0;order:2}.product-title{font-size:.9rem;color:#6b7280;font-weight:500;margin:0 0 4px;line-height:1.4;order:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{font-size:1.1rem;color:#111827;font-weight:700;display:block}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px;order:3}.action-link{color:#6a27a4;font-weight:700;cursor:pointer;text-decoration:none;font-size:.95rem;display:inline-block}.action-link:hover{text-decoration:underline}.cart-btn{width:40px;height:40px;background-color:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#333;transition:all .2s}.cart-btn:hover{background-color:#6a27a4;color:#fff}:root{--primary-color: #6A27A4;--text-dark: #333;--space-md: 1.5rem;--space-sm: 1rem}.home-view{display:flex;flex-direction:column;width:100%}.hero-banner{width:100%;position:relative;display:flex;justify-content:flex-end;align-items:center;background-color:var(--primary-color);overflow:hidden}.hero-content{position:relative;z-index:10;color:#fff;padding:3rem;display:flex;flex-direction:column;justify-content:center;max-width:600px}.hero-title{font-size:2.5rem;font-weight:800;margin-bottom:var(--space-sm);letter-spacing:-1px;line-height:1.1}.hero-title a{color:inherit;text-decoration:none;cursor:pointer}.hero-subtitle{font-size:1.125rem;font-weight:500;opacity:.9;margin-bottom:2rem}.hero-trust-label{display:inline-block;background:#fff;color:var(--primary-color);padding:.5rem 1rem;border-radius:50px;font-weight:600;font-size:.875rem;width:fit-content}.hero-mobile-image{display:none}@media(min-width:768px){.hero-banner{height:500px;background-image:url(/BannerLinkbox.jpg);background-size:cover;background-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#6a27a433,#6a27a4cc);z-index:1}.hero-content{width:50%;text-align:right;align-items:flex-end;padding-right:15%;margin-left:auto;margin-right:0}.hero-title{font-size:5rem;text-shadow:0 4px 6px rgba(0,0,0,.3)}.hero-mobile-image{display:none}}@media(max-width:768px){.hero-banner{height:55vh;flex-direction:column;justify-content:space-between;align-items:center;text-align:center}.hero-content{align-items:center;width:100%;padding-top:1rem}.hero-subtitle{margin-bottom:1rem}.hero-mobile-image{display:block;max-height:40vh;width:100%;object-fit:contain;object-position:bottom;margin-top:auto}}.home-main-layout{display:grid;grid-template-columns:250px 1fr;gap:3rem;max-width:1440px!important;margin:3rem auto;padding:0 2rem}.sidebar{background:#f9f9f9;padding:1.5rem;border-radius:12px;height:fit-content}.sidebar-sticky{position:sticky;top:100px}.sidebar h3,.sidebar h4{margin-bottom:1rem;color:var(--text-dark)}.search-form{display:flex;gap:.5rem;margin-bottom:2rem}.search-input{width:100%;padding:.75rem 1rem;border:1px solid #E0E0E0;border-radius:8px;font-size:.9375rem;transition:border-color .2s,box-shadow .2s;outline:none}.search-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #6a27a41a}.search-btn{background:var(--primary-color);color:#fff;border:none;border-radius:4px;cursor:pointer;padding:0 .8rem}.category-list ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:0}.category-list li{padding:.5rem 1rem;cursor:pointer;color:#333;transition:all .2s ease;font-weight:500;margin-bottom:12px;border-left:4px solid transparent}.category-list li:hover{color:var(--primary-color);background-color:transparent}.category-list li.active{background-color:transparent;color:var(--primary-color);font-weight:700;border-left-color:var(--primary-color);box-shadow:none;padding-left:1rem}.reset-filters-btn{margin-top:1rem;background:none;border:1px solid #ddd;color:#666;padding:.5rem 1rem;width:100%;cursor:pointer;font-size:.9rem}.content-area{width:100%}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)!important}}.no-results{text-align:center;padding:4rem;color:#666;font-size:1.2rem}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh}.spinner{border:4px solid #f3f3f3;border-top:4px solid var(--primary-color);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;padding-bottom:3rem}.pagination button{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;cursor:pointer;border-radius:4px}.pagination button:disabled{opacity:.5;cursor:not-allowed}.page-info{font-size:.9rem;color:#666}@media(max-width:768px){.home-main-layout{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.sidebar{background:#fff;border-bottom:1px solid #eee;padding:0 0 1rem}.category-list h4{margin-top:1rem;font-size:1rem}.category-list ul{flex-direction:row;overflow-x:auto;gap:.5rem;padding-bottom:5px;scrollbar-width:none;-ms-overflow-style:none}.category-list ul::-webkit-scrollbar{display:none}.category-list li{white-space:nowrap;border:1px solid #eee;border-radius:50px;padding:.5rem 1.2rem;border-left:1px solid #eee;margin-bottom:0;background-color:#f5f5f5;font-size:.9rem}.category-list li.active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color);border-left:1px solid var(--primary-color);padding-left:1.2rem}.product-grid{grid-template-columns:1fr!important;gap:1.5rem}}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.875rem 1.75rem;font-family:var(--font-family);font-weight:600;font-size:.9375rem;border-radius:24px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:none;outline:none;letter-spacing:.01em}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background-color:#6b21a8;color:#fff;box-shadow:0 2px 8px #0000001f}.btn--primary:hover:not(:disabled){background-color:#581c87;box-shadow:0 4px 12px #0000002e;transform:translateY(-1px)}.btn--primary:active:not(:disabled){background-color:#4c1d95;transform:scale(.98);box-shadow:0 2px 6px #0000001a}.btn--secondary{background-color:#3483fa0f;color:#3483fa;border:1px solid rgba(52,131,250,.4)}.btn--secondary:hover:not(:disabled){background-color:#3483fa1a;border-color:#3483fa}.btn--secondary:active:not(:disabled){transform:scale(.98)}.btn--outline{background-color:transparent;color:#1a1a1a;border:1.5px solid #333}.btn--outline:hover:not(:disabled){background-color:#f9fafb;border-color:#1a1a1a}.btn--outline:active:not(:disabled){transform:scale(.98);background-color:#f3f4f6}.btn--full{width:100%}.product-detail{display:grid;grid-template-columns:1fr;gap:2rem;padding:1rem;max-width:1200px;margin:0 auto}@media(min-width:768px){.product-detail{grid-template-columns:1.2fr 1fr;gap:3rem;padding:2rem;align-items:start}}.image-section{position:relative;background:#fff;border-radius:12px;overflow:hidden;cursor:zoom-in;box-shadow:0 4px 12px #0000000d}.main-image img{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:1/1}.zoom-hint{position:absolute;bottom:1rem;right:1rem;background:#0009;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;opacity:0;transition:opacity .2s}.image-section:hover .zoom-hint{opacity:1}.info-section{display:flex;flex-direction:column}.breadcrumb{font-size:.9rem;color:var(--text-secondary, #666);margin-bottom:.5rem}.product-name{font-size:1.8rem;font-weight:700;color:var(--text-primary, #1a1a1a);margin-bottom:.5rem;line-height:1.2}.rating-section{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.stars{color:#ffc107;letter-spacing:2px}.review-count{color:var(--text-secondary, #666);font-size:.9rem}.price-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color, #eee)}.price-main{display:flex;align-items:flex-start;gap:4px;margin-bottom:.5rem}.currency{font-size:1.5rem;margin-top:6px}.amount{font-size:2.5rem;font-weight:300;color:var(--text-primary, #1a1a1a)}.price-details{color:var(--brand-color, #6a0dad);font-size:.95rem}.stock-info{margin-bottom:1.5rem;font-weight:500}.in-stock{color:#2e7d32}.low-stock{color:#ed6c02}.out-of-stock{color:#d32f2f}.quantity-selector-section{margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem;background:#f9f9f9;padding:.75rem;border-radius:8px;width:fit-content}.quantity-label{font-weight:500;color:var(--text-secondary, #555)}.quantity-control-detailed{display:flex;align-items:center;border:1px solid #ddd;border-radius:6px;background:#fff;height:36px}.qty-btn-detail{width:36px;height:100%;border:none;background:transparent;cursor:pointer;font-size:1.2rem;color:var(--text-primary, #333);display:flex;align-items:center;justify-content:center}.qty-btn-detail:hover:not(:disabled){background:#f0f0f0}.qty-btn-detail:disabled{opacity:.3;cursor:not-allowed}.qty-display-detail{width:40px;text-align:center;font-weight:600}.stock-hint{font-size:.85rem;color:var(--text-secondary, #888)}.shipping-info{margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.shipping-item{display:flex;gap:.75rem}.shipping-label{color:#2e7d32;font-weight:600;font-size:.95rem}.shipping-detail{color:var(--text-secondary, #666);font-size:.9rem}.cta-section{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.specs-section,.description-section{margin-bottom:2rem;padding-top:2rem;border-top:1px solid var(--border-color, #eee)}.specs-title,.description-title{font-size:1.2rem;margin-bottom:1rem;color:var(--text-primary, #1a1a1a)}.spec-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px dotted #eee}.spec-label{font-weight:500;color:var(--text-secondary, #555)}.description-text{line-height:1.6;color:var(--text-secondary, #444)}.image-modal-overlay{position:fixed;inset:0;background:#000000e6;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.image-modal-content{position:relative;max-width:90%;max-height:90%}.modal-image{max-width:100%;max-height:90vh;border-radius:4px}.close-modal-btn{position:absolute;top:-2rem;right:-2rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer}.product-page-header{margin-bottom:var(--space-lg)}.product-page-header h2{font-size:1.5rem;color:var(--text-main);margin-bottom:var(--space-xs)}.product-page-header p{color:var(--text-secondary);font-size:.9rem}.product-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.loading-state,.error-state{height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--text-secondary);text-align:center}.loading-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;justify-content:center;align-items:center;animation:fadeIn .2s ease-out}.loading-backdrop__content{display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-backdrop__spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.loading-backdrop__content p{color:#1a1a1a;font-weight:600;font-size:1.1rem;margin:0}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;opacity:0;visibility:hidden;transition:all .3s ease}.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;height:100%;width:400px;background:#fff;box-shadow:-5px 0 15px #0000001a;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:51}.cart-overlay.open .cart-drawer{transform:translate(0)}.cart-header{padding:20px;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:#fff;z-index:10}.cart-title{font-size:1.2rem;font-weight:700;color:#111;margin:0}.close-btn{background:#f3f4f6;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .2s}.close-btn:hover{background:#e5e7eb;color:#111}.cart-body{flex:1;overflow-y:auto;padding:0}.cart-empty-state{display:flex;align-items:center;justify-content:center;height:200px;color:#9ca3af;font-size:1rem}.cart-item{display:flex;align-items:center;padding:15px 20px;border-bottom:1px solid #f3f4f6;gap:15px}.cart-item-image{width:60px;height:60px;background:#fff;border-radius:8px;object-fit:contain;padding:5px}.cart-item-info{flex:1}.item-title{font-weight:600;margin:0 0 4px;font-size:.95rem;color:#333}.item-price{color:#6a27a4;font-weight:600;font-size:.9rem}.cart-controls{display:flex;align-items:center;gap:10px}.quantity-control{display:flex;align-items:center;border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#fff}.qty-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;cursor:pointer;font-size:1rem;font-weight:700;color:#6a27a4;transition:background .2s}.qty-btn:hover{background:#f9fafb}.qty-display{width:30px;text-align:center;font-size:.9rem;font-weight:600;color:#111}.remove-btn{border:none;background:none;cursor:pointer;color:#9ca3af;padding:5px;transition:color .2s;display:flex;align-items:center}.remove-btn:hover{color:#ef4444}.cart-footer{padding:20px;border-top:1px solid #eee;background:#fff;margin-top:auto;box-shadow:0 -4px 10px #0000000d}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.total-label{font-size:1rem;color:#666;font-weight:500}.total-amount{font-size:1.25rem;font-weight:800;color:#111827}.checkout-btn{width:100%;height:50px;background:#6a27a4;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.checkout-btn:hover{background:#582187}@media(max-width:640px){.cart-drawer{width:calc(100% - 2rem);height:calc(100% - 80px - 2rem);margin-top:70px;margin-left:1rem;margin-right:1rem;margin-bottom:1rem;border-radius:20px;overflow:hidden;max-width:100vw}.cart-header{border-top-left-radius:20px;border-top-right-radius:20px}.close-btn{width:44px;height:44px;background:#f3f4f6}}#root{width:100%;min-height:100vh}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.card-number-input{display:flex;flex-direction:column;gap:.5rem;width:100%}.card-number-input__label{font-size:.875rem;font-weight:500;color:var(--text-primary, #1a1a1a)}.card-number-input__wrapper{position:relative;display:flex;align-items:center}.card-number-input__field{width:100%;padding:.75rem 3.5rem .75rem 1rem;font-size:1rem;border:2px solid var(--border-color, #e0e0e0);border-radius:8px;background:#fff;transition:all .2s ease;font-family:Courier New,monospace;letter-spacing:.05em}.card-number-input__field:focus{outline:none;border-color:var(--primary-color, #6366f1);box-shadow:0 0 0 3px #6366f11a}.card-number-input__field--error{border-color:var(--error-color, #ef4444)}.card-number-input__field--error:focus{box-shadow:0 0 0 3px #ef44441a}.card-number-input__logo{position:absolute;right:1rem;display:flex;align-items:center;pointer-events:none}.card-number-input__error{font-size:.75rem;color:var(--error-color, #ef4444);margin-top:-.25rem}@media(max-width:640px){.card-number-input__field{font-size:16px;padding:.875rem 3.5rem .875rem 1rem}}.card-delivery-step{display:flex;flex-direction:column;gap:1.5rem}.card-delivery-step__section{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.card-delivery-step__title{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem;text-align:left}.card-delivery-step__title svg{color:#374151;flex-shrink:0}.card-delivery-step__field{display:flex;flex-direction:column;gap:.5rem}.card-delivery-step__field label{font-size:.875rem;font-weight:500;color:#374151;text-align:left}.card-delivery-step__field input{padding:.75rem 1rem;font-size:1rem;border:1px solid #E5E7EB;border-radius:12px;background:#fff;transition:all .2s ease;min-height:48px}.card-delivery-step__field input:focus{outline:none;border-color:#6b21a8;box-shadow:0 0 0 3px #6b21a81a}.card-delivery-step__field input::placeholder{color:#9ca3af}.card-delivery-step__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.card-delivery-step__row .card-delivery-step__field{min-width:0}.card-delivery-step__row .card-delivery-step__field input{width:100%}.card-delivery-step__submit{margin-top:1rem;padding:1rem 2rem;font-size:1rem;font-weight:600;letter-spacing:.025em;color:#fff;background:#6b21a8;border:none;border-radius:999px;cursor:pointer;transition:all .2s ease;min-height:48px}.card-delivery-step__submit:hover:not(:disabled){background:#581c87;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.card-delivery-step__submit:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){.card-delivery-step{gap:1.5rem}.card-delivery-step__field input{font-size:16px}}.card-delivery-step__error-message{background-color:#fee2e2;border:1px solid #ef4444;color:#991b1b;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;display:flex;align-items:center;gap:.5rem;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.summary-step{display:flex;flex-direction:column;gap:1.5rem}.summary-step__section{background:#f9fafb;border-radius:12px;padding:1.5rem}.summary-step__title{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem;text-align:left}.summary-step__title svg{color:#374151;flex-shrink:0}.summary-step__product{display:flex;gap:1rem;align-items:center}.summary-step__product-image{width:80px;height:80px;object-fit:cover;border-radius:8px;background:#fff}.summary-step__product-info h4{margin:0 0 .25rem;font-size:1rem;color:#1a1a1a}.summary-step__product-price{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.summary-step__costs{display:flex;flex-direction:column;gap:.75rem}.summary-step__cost-item{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem;color:#6b7280}.summary-step__cost-item span:first-child{font-weight:500}.summary-step__cost-item span:last-child{font-weight:600;color:#111827;text-align:right}.summary-step__cost-item--total{font-size:1.125rem;font-weight:700;color:#111827;padding-top:.5rem}.summary-step__cost-item--total span{font-weight:700}.summary-step__divider{height:1px;background:#e5e7eb;margin:.5rem 0}.summary-step__info{display:flex;flex-direction:column;gap:1rem}.summary-step__info-item{display:flex;gap:.75rem;font-size:.875rem;line-height:1.6;padding:.25rem 0}.summary-step__info-label{font-weight:400;color:#6b7280;min-width:85px;flex-shrink:0}.summary-step__info-item span:last-child{font-weight:600;color:#111827}.summary-step__payment{display:flex;align-items:center}.summary-step__card{display:flex;align-items:center;gap:1rem;background:#fff;padding:.875rem 1rem;border-radius:12px;border:1px solid #E5E7EB;transition:all .2s ease}.summary-step__card:hover{border-color:#d1d5db}.summary-step__card-logo{font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:4px}.summary-step__card-logo--visa{background:#1a1f71;color:#fff}.summary-step__card-logo--mastercard{background:#eb001b;color:#fff}.summary-step__card-number{font-family:Courier New,monospace;font-size:.9375rem;color:#374151}.summary-step__pay-button{margin-top:1rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;letter-spacing:.025em;color:#fff;background:#6b21a8;border:none;border-radius:999px;cursor:pointer;transition:all .2s ease;min-height:56px;display:flex;align-items:center;justify-content:center;gap:.75rem}.summary-step__pay-button:hover:not(:disabled){background:#581c87;transform:translateY(-2px);box-shadow:0 8px 16px -4px #6b21a866}.summary-step__pay-button:disabled{opacity:.7;cursor:not-allowed}.summary-step__spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.summary-step__disclaimer{text-align:center;font-size:.875rem;color:#6b7280;margin:0}@media(max-width:640px){.summary-step__product-image{width:60px;height:60px}.summary-step__section{padding:1rem}}.processing-step{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:2rem;text-align:center}.processing-step__content{max-width:400px;width:100%}.processing-step__spinner{margin-bottom:2rem}.spinner{width:64px;height:64px;border:4px solid rgba(37,99,235,.1);border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.phase-1 .spinner{animation-duration:.8s;border-top-color:#2563eb}.phase-2 .spinner{animation-duration:1.2s;border-top-color:#ffc107}.phase-3 .spinner{animation-duration:1.5s;border-top-color:#ff9800}@keyframes spin{to{transform:rotate(360deg)}}.processing-step__progress{margin-bottom:2rem}.progress-bar{width:100%;height:8px;background-color:#2563eb1a;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#2563eb,#60a5fa);animation:progress 2s ease-in-out infinite}@keyframes progress{0%{width:0%}50%{width:70%}to{width:100%}}.processing-step__title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.processing-step__message{font-size:1rem;color:#666;margin-bottom:1rem;line-height:1.5}.processing-step__note{font-size:.875rem;color:#999;font-style:italic;margin-top:1.5rem}@media(max-width:768px){.processing-step{min-height:300px;padding:1.5rem}.processing-step__title{font-size:1.25rem}.spinner{width:48px;height:48px}}.status-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem;gap:1.5rem}.status-step__icon{animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.status-step__title{font-size:1.75rem;font-weight:700;margin:0;color:#1a1a1a}.status-step__message{font-size:1rem;color:#6b7280;max-width:400px;margin:0;line-height:1.6}.status-step__reference{background:#f3f4f6;padding:1rem 1.5rem;border-radius:8px;display:flex;flex-direction:column;gap:.25rem}.status-step__reference-label{font-size:.875rem;color:#6b7280}.status-step__reference-value{font-size:1.125rem;font-weight:700;font-family:Courier New,monospace;color:#1a1a1a}.status-step__details{width:100%;max-width:400px;background:#f9fafb;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.status-step__detail-item{display:flex;justify-content:space-between;font-size:.9375rem}.status-step__detail-label{color:#6b7280}.status-step__detail-value{font-weight:600;color:#1a1a1a}.status-step__suggestions{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:1.25rem;text-align:left;max-width:400px;width:100%}.status-step__suggestions h4{margin:0 0 .75rem;font-size:1rem;color:#991b1b}.status-step__suggestions ul{margin:0;padding-left:1.5rem;color:#7f1d1d}.status-step__suggestions li{margin-bottom:.5rem}.status-step__error-details{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;padding:1rem;max-width:400px;width:100%}.status-step__error-details p{margin:0;color:#92400e;font-size:.9375rem}.status-step__button{margin-top:1rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;min-height:52px;min-width:200px}.status-step__button--success{background:#10b981}.status-step__button--success:hover{background:#059669;transform:translateY(-2px);box-shadow:0 8px 16px -4px #10b98166}.status-step__button--error{background:#ef4444}.status-step__button--error:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 8px 16px -4px #ef444466}.status-step__button--warning{background:#f59e0b}.status-step__button--warning:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 8px 16px -4px #f59e0b66}.spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.status-step--processing{justify-content:center;min-height:400px}@media(max-width:640px){.status-step{padding:1.5rem .5rem}.status-step__title{font-size:1.5rem}.status-step__icon svg{width:56px;height:56px}}.checkout-modal{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;z-index:1000;padding:1rem;padding-top:120px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.checkout-modal__content{background:#fff;border-radius:24px;width:100%;max-width:600px;max-height:calc(100vh - 140px);display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.checkout-modal__header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.checkout-modal__steps{display:flex;gap:.5rem;flex:1}.checkout-modal__step{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;background:#f3f4f6;color:#9ca3af;transition:all .2s ease}.checkout-modal__step--active{background:#6b21a8;color:#fff;transform:scale(1.1)}.checkout-modal__step--completed{background:#10b981;color:#fff}.checkout-modal__close{width:2rem;height:2rem;border-radius:50%;border:none;background:#f3f4f6;color:#6b7280;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.checkout-modal__close:hover{background:#e5e7eb;color:#374151}.checkout-modal__body{flex:1;overflow-y:auto;padding:1.5rem}.checkout-modal__error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;color:#991b1b;font-size:.875rem}.checkout-modal__error-icon{font-size:1.25rem}.checkout-modal__footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end}.checkout-modal__button{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;border:none;min-height:44px}.checkout-modal__button--primary{background:var(--primary-color, #6366f1);color:#fff}.checkout-modal__button--primary:hover:not(:disabled){background:var(--primary-dark, #4f46e5);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.checkout-modal__button--secondary{background:#fff;color:#374151;border:2px solid #e5e7eb}.checkout-modal__button--secondary:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.checkout-modal__button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){.checkout-modal{padding:1rem;padding-top:110px;align-items:flex-start}.checkout-modal__content{max-height:calc(100vh - 130px);height:auto;width:100%;max-width:100%;border-radius:20px;display:flex;flex-direction:column}.checkout-modal__close{width:36px;height:36px;background:#f3f4f6;color:#333;display:flex!important;align-items:center;justify-content:center}.checkout-modal__body{flex:1;overflow-y:auto;padding-bottom:20px}.checkout-modal__header{border-top-left-radius:20px;border-top-right-radius:20px}.checkout-modal__step{width:1.75rem;height:1.75rem;font-size:.75rem}.checkout-modal__footer{padding:1rem}}@media(max-width:480px){.checkout-modal__content{width:100%;max-width:100%}}
