:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%;background-color:#fff}#root{min-height:100vh;width:100%;background-color:#fff}.product-modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;overflow-y:auto;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-modal{background:#fff;border:2px solid #000000;max-width:1000px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease-out;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.product-modal-close{position:absolute;top:1rem;right:1rem;background:#000;color:#fff;border:2px solid #000000;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease}.product-modal-close:hover{background:#fff;color:#000}.product-modal-close svg{width:20px;height:20px}.product-modal-loading,.product-modal-error{padding:4rem 2rem;text-align:center}.product-modal-loading p{margin-top:1rem;color:#6b7280}.product-modal-error-icon{font-size:3rem;margin-bottom:1rem}.product-modal-error h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#000}.product-modal-error p{color:#6b7280;margin-bottom:1.5rem}.product-modal-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem}.product-modal-images{display:flex;flex-direction:column;gap:1rem}.product-modal-main-image{width:100%;aspect-ratio:1;background:#f3f4f6;border:2px solid #000000;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-modal-main-image img{width:100%;height:100%;object-fit:cover}.product-modal-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e5e5e5;color:#999;font-size:1rem}.product-modal-image-placeholder.large{font-size:1.25rem}.product-modal-thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0}.product-modal-thumbnail{flex-shrink:0;width:80px;height:80px;border:2px solid #e5e7eb;background:#fff;cursor:pointer;padding:0;overflow:hidden;transition:all .2s ease}.product-modal-thumbnail:hover{border-color:#000}.product-modal-thumbnail.active{border-color:#000;border-width:3px}.product-modal-thumbnail img{width:100%;height:100%;object-fit:cover}.product-modal-info{display:flex;flex-direction:column;gap:1.5rem}.product-modal-header{display:flex;flex-direction:column;gap:.5rem}.product-modal-brand{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.product-modal-name{font-size:2rem;font-weight:800;color:#000;line-height:1.2;margin:0}.product-modal-badges{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.product-modal-category-badge{display:inline-block;padding:.5rem 1rem;background:#f3f4f6;border:2px solid #000000;color:#000;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:4px}.product-modal-featured{display:inline-block;padding:.5rem 1rem;background:#000;color:#fff;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:4px}.product-modal-price-section{display:flex;flex-direction:column;gap:.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.product-modal-price{font-size:2.5rem;font-weight:800;color:#000}.product-modal-stock{font-size:.875rem;font-weight:600;color:#22c55e}.product-modal-stock.low{color:#f59e0b}.product-modal-stock.out{color:#ef4444}.product-modal-description{display:flex;flex-direction:column;gap:.75rem}.product-modal-description h2{font-size:1.25rem;font-weight:700;color:#000;margin:0}.product-modal-description p{font-size:1rem;color:#374151;line-height:1.6;margin:0}.product-modal-details{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;background:#f9fafb;border:1px solid #e5e7eb}.product-modal-detail-row{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem}.product-modal-detail-label{font-weight:600;color:#6b7280}.product-modal-detail-value{font-weight:500;color:#000}.product-modal-tags{display:flex;flex-direction:column;gap:.75rem}.product-modal-tags h3{font-size:1rem;font-weight:700;color:#000;margin:0}.product-modal-tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.product-modal-tag{padding:.375rem .75rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;font-size:.875rem;font-weight:500;color:#374151}@media(max-width:768px){.product-modal-overlay{padding:.5rem}.product-modal{max-height:90vh}.product-modal-content{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.product-modal-name{font-size:1.5rem}.product-modal-price{font-size:2rem}.product-modal-close{top:.5rem;right:.5rem;width:36px;height:36px}}.orders-page{min-height:100vh;padding:4rem 0;background:#fff}.orders-title{font-size:2.5rem;font-weight:800;margin-bottom:2rem;text-align:center;color:#000}.orders-loading,.orders-error{text-align:center;padding:4rem 2rem}.orders-loading p,.orders-error p{margin-top:1rem;font-size:1.125rem;color:#6b7280}.orders-empty{text-align:center;padding:4rem 2rem;max-width:500px;margin:0 auto}.orders-empty-icon{width:80px;height:80px;margin:0 auto 1.5rem;color:#d1d5db}.orders-empty-icon svg{width:100%;height:100%}.orders-empty h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#000}.orders-empty p{font-size:1rem;color:#6b7280;line-height:1.6}.orders-list{display:flex;flex-direction:column;gap:2rem;max-width:900px;margin:0 auto}.order-card{background:#fff;border:2px solid #000000;padding:2rem;border-radius:0}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.order-header-left{display:flex;flex-direction:column;gap:.5rem}.order-id{font-size:1.25rem;font-weight:700;color:#000}.order-date{font-size:.875rem;color:#6b7280}.order-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.order-status{display:inline-block;padding:.375rem .75rem;border-radius:4px;font-size:.875rem;font-weight:600;color:#fff;text-transform:capitalize}.order-total{font-size:1.5rem;font-weight:800;color:#000}.order-voucher{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#f3f4f6;border:1px solid #e5e7eb;margin-bottom:1.5rem;border-radius:4px}.order-voucher-label{font-size:.875rem;font-weight:600;color:#6b7280}.order-voucher-code{font-size:.875rem;font-weight:700;font-family:Courier New,monospace;color:#000;letter-spacing:.05em}.order-items{margin-bottom:1.5rem}.order-items-title{font-size:1rem;font-weight:700;margin-bottom:1rem;color:#000}.order-items-list{display:flex;flex-direction:column;gap:1rem}.order-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px}.order-item-info{flex:1}.order-item-name{font-size:1rem;font-weight:600;color:#000;margin-bottom:.5rem}.order-item-details{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.order-item-subtotal{font-size:1.125rem;font-weight:700;color:#000}.order-shipping{padding-top:1.5rem;border-top:1px solid #e5e7eb}.order-shipping-title{font-size:1rem;font-weight:700;margin-bottom:.75rem;color:#000}.order-shipping-address{font-size:.875rem;color:#374151;line-height:1.6}.order-shipping-address p{margin:.25rem 0}.order-summary{margin-bottom:1rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px}.order-summary-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.order-summary-item-name{font-size:.9375rem;font-weight:600;color:#000;flex:1}.order-summary-more{font-size:.875rem;font-weight:500;color:#6b7280;padding:.25rem .5rem;background:#e5e7eb;border-radius:4px}.order-summary-shipping{font-size:.875rem;color:#6b7280}.order-toggle-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;margin-top:1rem;background:#000;color:#fff;border:2px solid #000000;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.order-toggle-btn:hover{background:#fff;color:#000}.order-toggle-icon{width:16px;height:16px;transition:transform .2s ease}.order-toggle-icon.expanded{transform:rotate(180deg)}@media(max-width:768px){.orders-title{font-size:2rem}.order-card{padding:1.5rem}.order-header{flex-direction:column;gap:1rem}.order-header-right{align-items:flex-start;width:100%;flex-direction:row;justify-content:space-between}.order-item{flex-direction:column;gap:.75rem}.order-item-subtotal{align-self:flex-end}}.presentation-page{min-height:100vh;background:#000;color:#fff;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.presentation-header{text-align:center;color:#fff;margin-bottom:3rem;padding:2rem 0}.presentation-header h1{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.presentation-subtitle{font-size:1.5rem;opacity:.8;font-weight:300;color:#fff}.presentation-section{background:#fff;border-radius:16px;padding:3rem 4rem;margin-bottom:3rem;box-shadow:0 20px 60px #00000080;max-width:1400px;margin-left:auto;margin-right:auto;border:2px solid #000000}.section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:3px solid #22c55e}.section-timer{background:#22c55e;color:#000;padding:.5rem 1.5rem;border-radius:25px;font-weight:700;font-size:1.1rem;white-space:nowrap;border:2px solid #000000}.section-header h2{font-size:2.5rem;font-weight:700;color:#000;margin:0}.section-content{font-size:1.1rem;line-height:1.8;color:#444}.pitch-item{margin-bottom:2.5rem}.pitch-item h3{font-size:1.75rem;font-weight:600;color:#22c55e;margin-bottom:1rem}.pitch-item p{font-size:1.15rem;line-height:1.7}.agents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:1.5rem}.agent-card{background:#f8f9fa;padding:2rem;border-radius:12px;border-left:4px solid #22c55e;border:2px solid #000000;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.agent-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #22c55e4d;border-left-color:#22c55e}.agent-icon{font-size:3rem;margin-bottom:1rem}.agent-card h4{font-size:1.5rem;font-weight:600;color:#22c55e;margin-bottom:.75rem}.agent-card p{font-size:1rem;color:#666;line-height:1.6}.flowchart-container{background:#f8f9fa;padding:2rem;border-radius:12px;margin:2rem 0;overflow-x:auto;display:flex;justify-content:center;align-items:center}.architecture-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0003;border:2px solid #000000}.flow-node{background:#fff;border:2px solid #000000;border-radius:8px;padding:1rem 1.5rem;margin:.5rem;text-align:center;min-width:180px;box-shadow:0 4px 6px #0003;transition:transform .2s ease,border-color .2s ease}.flow-node:hover{transform:scale(1.05);box-shadow:0 6px 12px #22c55e4d;border-color:#22c55e}.node-icon{font-size:2rem;margin-bottom:.5rem}.node-label{font-size:.9rem;font-weight:600;color:#333;line-height:1.3}.flow-node.user-query,.flow-node.api{background:#000;color:#fff;border-color:#000}.flow-node.validate{background:#fff;color:#000;border-color:#000}.flow-node.service{background:#000;color:#fff;border-color:#000}.flow-node.orchestrator{background:#22c55e;color:#000;border-color:#000;font-weight:600}.flow-node.decision{background:#22c55e;color:#000;border-color:#000;border-radius:50%;width:120px;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:600}.flow-node.agent{background:#fff;color:#000;border-color:#000}.flow-node.store{background:#000;color:#fff;border-color:#000}.flow-node.result{background:#f0f0f0;color:#000;border-color:#000}.flow-node.synthesize{background:#22c55e;color:#000;border-color:#000;font-weight:600}.flow-node.memory{background:#fff;color:#000;border-color:#000}.flow-node.return{background:#000;color:#fff;border-color:#000}.flow-node.async{background:#22c55e;color:#000;border-color:#000;font-weight:600}.flow-node.langfuse{background:#000;color:#fff;border-color:#22c55e}.flow-arrow{font-size:2rem;color:#22c55e;margin:.5rem 0;font-weight:700}.flow-arrow.merge{margin-top:2rem}.flow-branches{display:flex;gap:2rem;margin:1rem 0;width:100%;justify-content:space-around}.flow-branch{display:flex;flex-direction:column;align-items:center;flex:1;min-width:200px}.branch-label{background:#22c55e;color:#000;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.9rem;margin-bottom:.5rem;border:2px solid #000000}.flow-sub-branches{display:flex;flex-direction:column;gap:1rem;width:100%;align-items:center}.flow-sub-branch{display:flex;flex-direction:column;align-items:center;width:100%}.flow-async{position:absolute;right:-200px;top:60%;display:flex;flex-direction:column;align-items:center}.demo-item{margin-bottom:3rem}.demo-item h3{font-size:1.75rem;font-weight:600;color:#22c55e;margin-bottom:1.5rem}.demo-box{background:#f8f9fa;padding:2rem;border-radius:12px;border-left:4px solid #22c55e;border:2px solid #000000}.demo-box ul,.demo-box ol{margin:1rem 0;padding-left:2rem}.demo-box li{margin:.75rem 0;line-height:1.7}.flow-steps{counter-reset:step-counter;list-style:none;padding-left:0}.flow-steps li{counter-increment:step-counter;position:relative;padding-left:3rem;margin-bottom:1.5rem}.flow-steps li:before{content:counter(step-counter);position:absolute;left:0;top:0;background:#22c55e;color:#000;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;border:2px solid #000000}.flow-steps ul{margin-top:.5rem;padding-left:1.5rem}.flow-steps ul li{padding-left:1.5rem;margin-bottom:.5rem}.flow-steps ul li:before{content:"•";background:#999;width:1rem;height:1rem;font-size:1.5rem;line-height:1rem}.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.tool-card{background:#fff;border:2px solid #000000;border-radius:8px;padding:1.5rem;text-align:center;transition:all .3s ease}.tool-card:hover{border-color:#22c55e;box-shadow:0 4px 12px #22c55e4d;transform:translateY(-3px)}.tool-icon{font-size:2rem;margin-bottom:.75rem}.tool-name{font-size:1.1rem;font-weight:600;color:#22c55e;margin-bottom:.5rem;font-family:Courier New,monospace}.tool-desc{font-size:.9rem;color:#666;line-height:1.5}.output-example{background:#1e1e1e;color:#d4d4d4;padding:1.5rem;border-radius:8px;margin-top:1rem;font-family:Courier New,monospace}.example-header{color:#4ec9b0;font-weight:700;margin-bottom:1rem;font-size:1rem}.example-content{font-size:.95rem;line-height:1.6}.example-content strong{color:#569cd6}.question-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.category-card{background:#f8f9fa;padding:2rem;border-radius:12px;border-top:4px solid #22c55e;border:2px solid #000000}.category-card h3{font-size:1.5rem;font-weight:600;color:#22c55e;margin-bottom:1rem}.category-card>p{color:#666;margin-bottom:1.5rem;font-style:italic}.category-card ul{list-style:none;padding-left:0}.category-card li{padding:.75rem 0 .75rem 1.5rem;position:relative;border-bottom:1px solid #e0e0e0}.category-card li:last-child{border-bottom:none}.category-card li:before{content:"→";position:absolute;left:0;color:#22c55e;font-weight:700}.presentation-footer{text-align:center;color:#fff;padding:2rem 0;opacity:.8}@media(max-width:1200px){.flow-async{position:static;margin-top:2rem}.flowchart{min-width:600px}}@media(max-width:768px){.presentation-page{padding:1rem}.presentation-header h1{font-size:2.5rem}.presentation-section{padding:2rem}.section-header{flex-direction:column;align-items:flex-start}.flowchart{min-width:100%}.flow-branches{flex-direction:column}.agents-grid,.tools-grid,.question-categories{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column;background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.hero{background-color:#000;color:#fff;padding:8rem 2rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 99px,rgba(255,255,255,.03) 99px,rgba(255,255,255,.03) 100px),repeating-linear-gradient(90deg,transparent,transparent 99px,rgba(255,255,255,.03) 99px,rgba(255,255,255,.03) 100px);opacity:1;pointer-events:none}.hero-top-bar{position:absolute;top:1.5rem;right:2rem;z-index:10002}body.chatbot-open .hero-top-bar{display:none}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.cart-container{position:relative}.cart-button{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);padding:.625rem 1rem;border-radius:50px;color:#fff;cursor:pointer;transition:all .3s ease;font-size:.875rem;font-weight:500}.cart-button:hover{background:#fff3;border-color:#ffffff80}.cart-icon{width:20px;height:20px}.cart-badge{background:#fff;color:#000;font-size:.75rem;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:-.25rem}.cart-total{font-weight:600}.cart-dropdown{position:absolute;top:calc(100% + .5rem);right:0;width:320px;background:#fff;border:2px solid #000000;box-shadow:4px 4px #000;z-index:10001;animation:fadeInDown .2s ease-out}.cart-dropdown:before{content:"";position:absolute;top:-.75rem;right:0;width:100%;height:.75rem}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cart-dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:2px solid #000000;background:#000;color:#fff}.cart-dropdown-header h3{margin:0;font-size:1rem;font-weight:700}.cart-close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;line-height:1;padding:0;opacity:.7;transition:opacity .2s}.cart-close:hover{opacity:1}.cart-dropdown-content{max-height:400px;overflow-y:auto}.cart-loading,.cart-empty{padding:2rem;text-align:center;color:#666}.cart-empty-icon{width:48px;height:48px;stroke:#ccc;margin-bottom:1rem}.cart-empty p{margin:0 0 .5rem;font-weight:600;color:#333}.cart-empty span{font-size:.875rem;color:#888}.cart-empty-link{background:none;border:none;color:#000;text-decoration:underline;cursor:pointer;font-size:.875rem;font-weight:600;padding:0;margin:0;font-family:inherit;transition:opacity .2s}.cart-empty-link:hover{opacity:.7}.cart-items{list-style:none;margin:0;padding:0}.cart-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid #eee}.cart-item:last-child{border-bottom:none}.cart-item-image{width:48px;height:48px;border:1px solid #eee;overflow:hidden;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-placeholder{width:100%;height:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:.625rem;color:#999}.cart-item-details{flex:1;min-width:0}.cart-item-name{display:block;font-size:.875rem;font-weight:500;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-qty{font-size:.75rem;color:#666}.cart-item-price{font-weight:600;font-size:.875rem;color:#000}.cart-dropdown-footer{padding:1rem;border-top:2px solid #000000;background:#f9f9f9}.cart-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1rem}.cart-total-row strong{font-size:1.125rem}.cart-checkout-btn{width:100%}.hero-title{font-size:4rem;font-weight:900;margin-bottom:1rem;color:#fff;letter-spacing:-.02em;opacity:1;animation:fadeInUpContent .8s ease-out}.hero-subtitle{font-size:1.5rem;margin-bottom:1.5rem;color:#fff;font-weight:400;opacity:.9;animation:fadeInUpContent .8s ease-out .2s both}.hero-description{font-size:1.125rem;margin-bottom:2.5rem;color:#fff;opacity:.8;line-height:1.8;animation:fadeInUpContent .8s ease-out .4s both}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUpContent .8s ease-out .6s both}.btn{padding:.875rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:0;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-transform:uppercase;letter-spacing:.05em}.btn-primary{background:#fff;color:#000;border:2px solid #000000}.btn-primary:hover{background:#000;color:#fff;border:2px solid #ffffff;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border:2px solid #ffffff}.btn-secondary:hover{background:#fff;color:#000;border:2px solid #ffffff}.btn-product{background:#000;color:#fff;padding:.625rem 1.5rem;font-size:.875rem;width:100%;border:2px solid #000000;text-transform:uppercase;letter-spacing:.05em}.btn-product:hover{background:#fff;color:#000;transform:translateY(-1px)}.features{padding:6rem 2rem;background:#fff}.section-title{font-size:2.5rem;font-weight:900;text-align:center;margin-bottom:3rem;color:#000;letter-spacing:-.02em}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#fff;padding:2.5rem;border:2px solid #000000;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:8px 8px #000}.feature-icon{font-size:3rem;margin-bottom:1rem;filter:grayscale(100%)}.feature-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#000;text-transform:uppercase;letter-spacing:.05em}.feature-description{color:#666;line-height:1.6}.products{padding:6rem 2rem;background:#fafafa}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.product-card{background:#fff;border:2px solid #000000;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:8px 8px #000}.product-image-container{position:relative;width:100%;padding-top:75%;background:#e5e5e5;background-image:linear-gradient(90deg,#0000000a,#0000,#0000000a 80%);overflow:hidden;min-height:0}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e5e5e5;color:#999;font-size:.875rem;z-index:1}.featured-badge{position:absolute;top:.75rem;right:.75rem;background:#000;color:#fff;padding:.25rem .75rem;border-radius:0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:2px solid #ffffff}.product-info{padding:1.5rem;display:flex;flex-direction:column;flex:1}.product-brand{font-size:.875rem;color:#666;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.1em}.product-name{font-size:1.125rem;font-weight:700;color:#000;margin-bottom:.75rem;line-height:1.4}.product-description{font-size:.875rem;color:#666;line-height:1.6;margin-bottom:1rem;flex:1}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.product-price{font-size:1.5rem;font-weight:900;color:#000}.product-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#fff;color:#000;padding:.25rem .75rem;border-radius:0;font-size:.75rem;font-weight:600;border:1px solid #000000;text-transform:uppercase;letter-spacing:.05em}.skeleton{pointer-events:none}.skeleton .product-image-placeholder{background:linear-gradient(90deg,#e5e5e5,#f0f0f0,#e5e5e5);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.skeleton-text{height:1rem;background:linear-gradient(90deg,#e5e5e5,#f0f0f0,#e5e5e5);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:0;margin-bottom:.5rem}.skeleton-text.short{width:60%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.fade-in{animation:fadeInUp .4s ease-out forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-image.loading{opacity:0;position:absolute;z-index:1}.product-image.loaded{opacity:1;transition:opacity .2s ease-in-out;z-index:2}.product-image-placeholder.loading{position:absolute;inset:0;background:linear-gradient(90deg,#e5e5e5,#f0f0f0,#e5e5e5);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.error-message{text-align:center;padding:3rem;color:#000}.error-message p{font-size:1.125rem;margin-bottom:1.5rem}.footer{background:#000;color:#fff;padding:4rem 2rem 2rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;max-width:1200px;margin:0 auto 2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:#fff;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.footer-section h4{font-size:1.125rem;margin-bottom:1rem;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.footer-section p{color:#999;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#999;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333333;color:#999;max-width:1200px;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUpContent{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.section-title{font-size:2rem}.products{padding:2rem .5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.product-footer{flex-direction:column;align-items:stretch}}@media(max-width:480px){.hero{padding:4rem 1rem}.hero-title{font-size:2rem}.container{padding:0 1rem}.products-grid{grid-template-columns:1fr}.products .products-grid{grid-template-columns:1fr;max-width:100%;gap:1.5rem}.products .container{padding:0 .5rem}}.view-more-container{text-align:center;margin-top:3rem}.products-page{min-height:100vh;padding:0 0 4rem;background:#fff!important}.page-title{font-size:3rem;font-weight:900;margin-bottom:2rem;color:#000;letter-spacing:-.02em;text-align:center}.products-page-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;margin-top:2rem}.filters-sidebar{position:sticky;top:2rem;height:fit-content}.products-main{min-width:0}.search-bar{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.search-input{flex:1;min-width:250px;padding:.875rem 1rem;font-size:1rem;border:2px solid #000000;background:#fff;color:#000;font-family:inherit}.search-input:focus{outline:none;box-shadow:4px 4px #000}.search-input::placeholder{color:#999}.search-actions{display:flex;gap:.5rem}.filter-panel{background:#fff;border:2px solid #000000;padding:2rem;position:sticky;top:2rem}.filter-title{font-size:1.5rem;font-weight:900;margin-bottom:1.5rem;color:#000;text-transform:uppercase;letter-spacing:.05em}.filter-group{margin-bottom:1.5rem}.filter-label{display:block;font-size:.875rem;font-weight:700;margin-bottom:.5rem;color:#000;text-transform:uppercase;letter-spacing:.05em}.filter-input{width:100%;padding:.75rem;font-size:.875rem;border:2px solid #000000;background:#fff;color:#000;font-family:inherit}.filter-input:focus{outline:none;box-shadow:4px 4px #000}.filter-input::placeholder{color:#999}.filter-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.filter-actions .btn{width:100%}.products-results-info{margin-bottom:1.5rem;color:#666;font-size:.875rem}.no-products{text-align:center;padding:4rem 2rem;color:#666}.no-products p{font-size:1.125rem}.products-loading-overlay{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;margin-bottom:1rem;background:#ffffffe6;border:2px solid #000000;z-index:10}.loading-spinner{width:32px;height:32px;border:3px solid #e5e5e5;border-top-color:#000;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:.5rem}@keyframes spin{to{transform:rotate(360deg)}}.products-loading-overlay p{font-size:.875rem;font-weight:600;color:#000;margin:0;text-transform:uppercase;letter-spacing:.05em}.products-grid.fetching{opacity:.6;pointer-events:none}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2.5rem;margin-bottom:2.5rem}.pagination .btn{min-width:80px;padding:.55rem .8rem;background:transparent;color:#000;border:2px solid #000000}.pagination .btn:hover:not(:disabled){background:#000;color:#fff;transform:translateY(-1px)}.pagination-info{font-weight:800;font-size:1rem;color:#000;letter-spacing:.05em;padding:0 .25rem}.pagination .btn:disabled{opacity:.6;cursor:not-allowed}.pagination .btn:disabled:hover{transform:none;background:#000;color:#fff}.navbar{position:sticky;top:0;background:#000;color:#fff;padding:1rem 0;border-bottom:2px solid #ffffff;z-index:1000}.navbar .container{display:flex;justify-content:space-between;align-items:center}.navbar-brand{font-size:1.5rem;font-weight:900;color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.1em}.navbar-brand:hover{color:#fff}.navbar-links{display:flex;gap:2rem}.navbar-link{color:#fff;text-decoration:none;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:opacity .3s ease}.navbar-link:hover{opacity:.8}@media(max-width:768px){.navbar{padding:.75rem 0}.navbar-brand{font-size:1.25rem}.navbar-links{gap:1rem}.navbar-link{font-size:.875rem;letter-spacing:.03em}}@media(max-width:480px){.navbar{padding:.625rem 0}.navbar .container{flex-wrap:wrap;gap:.75rem}.navbar-brand{font-size:1.125rem;letter-spacing:.05em}.navbar-links{gap:.75rem;flex-wrap:wrap}.navbar-link{font-size:.75rem;padding:.25rem .5rem;letter-spacing:.02em}}@media(max-width:968px){.products-page-layout{grid-template-columns:1fr}.filters-sidebar,.filter-panel{position:static}}@media(max-width:768px){.page-title{font-size:2rem}.search-bar{flex-direction:column}.search-input,.search-actions{width:100%}.search-actions .btn{flex:1}}.chatbot-toggle{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;border-radius:50%;background:#000;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0000004d;transition:all .3s ease;z-index:9999}.chatbot-toggle:not(.open):before{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid #000000;animation:chatPulse 2s ease-in-out infinite}.chatbot-toggle:not(.open):after{content:"";position:absolute;inset:-8px;border-radius:50%;border:1px solid rgba(0,0,0,.3);animation:chatPulse 2s ease-in-out .5s infinite}@keyframes chatPulse{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:0}to{transform:scale(1);opacity:0}}.chatbot-toggle:hover{transform:scale(1.1);box-shadow:0 6px 25px #0006}.chatbot-toggle.open{background:#333}.chatbot-toggle svg{width:28px;height:28px}.chatbot-window{position:fixed;bottom:2rem;right:2rem;width:400px;height:600px;max-height:calc(100vh - 4rem);background:#fff;border:2px solid #000000;box-shadow:8px 8px #000;display:flex;flex-direction:column;z-index:9998;animation:chatSlideUp .3s ease-out}@keyframes chatSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#000;color:#fff}.chatbot-header-info{display:flex;align-items:center;gap:.75rem}.chatbot-avatar{width:40px;height:40px;border-radius:50%;background:#333;display:flex;align-items:center;justify-content:center}.chatbot-avatar svg{width:24px;height:24px}.chatbot-header h3{margin:0;font-size:1rem;font-weight:600}.chatbot-status{font-size:.75rem;color:#4ade80}.chatbot-header-status-row{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.chatbot-header-cart{display:flex;align-items:center}.chatbot-header-cart .cart-button{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);padding:.375rem .625rem;border-radius:20px;color:#fff;font-size:.75rem;gap:.375rem}.chatbot-header-cart .cart-button:hover{background:#fff3;border-color:#ffffff80}.chatbot-header-cart .cart-icon{width:16px;height:16px}.chatbot-header-cart .cart-badge{font-size:.625rem;min-width:16px;height:16px;margin-left:-.125rem}.chatbot-header-cart .cart-total{font-size:.75rem}.chatbot-header-cart{position:relative}.chatbot-header-cart .cart-dropdown{position:fixed;top:100px;right:1rem;left:auto;width:280px;max-width:calc(100vw - 2rem);z-index:10005;pointer-events:auto}.chatbot-header-cart .cart-dropdown-content{pointer-events:auto}.chatbot-header-cart .cart-empty-link{pointer-events:auto;position:relative;z-index:1}@media(max-width:480px){.chatbot-header-cart .cart-dropdown{right:1rem;left:auto;width:min(280px,calc(100vw - 2rem));max-width:min(280px,calc(100vw - 2rem))}}.chatbot-header-actions{display:flex;align-items:center;gap:.5rem}.chatbot-voucher-btn{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem .75rem;opacity:.9;transition:opacity .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:4px}.chatbot-voucher-btn:hover:not(:disabled){opacity:1;background:#ffffff1a}.chatbot-voucher-btn:disabled{opacity:.5;cursor:not-allowed}.chatbot-voucher-btn svg{width:18px;height:18px}.chatbot-voucher-label{font-size:.875rem;font-weight:500}.chatbot-voucher-banner{background:linear-gradient(135deg,#000,#333);border-bottom:2px solid #ffffff;padding:1rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.chatbot-voucher-banner-content{display:flex;align-items:center;gap:1rem;max-width:100%}.chatbot-voucher-banner-icon{flex-shrink:0;width:40px;height:40px;background:#ffffff1a;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.chatbot-voucher-banner-icon svg{width:24px;height:24px}.chatbot-voucher-banner-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.chatbot-voucher-banner-amount{font-size:1.5rem;font-weight:800;color:#fff;line-height:1.2}.chatbot-voucher-banner-code{font-size:.875rem;font-weight:600;color:#fff;letter-spacing:.1em;font-family:Courier New,monospace;word-break:break-all}.chatbot-voucher-banner-copy,.chatbot-voucher-banner-close{flex-shrink:0;background:#ffffff1a;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:4px;opacity:.8;transition:all .2s;display:flex;align-items:center;justify-content:center}.chatbot-voucher-banner-copy:hover,.chatbot-voucher-banner-close:hover{opacity:1;background:#fff3}.chatbot-voucher-banner-copy.copied{color:#22c55e!important;background:#22c55e4d!important;opacity:1!important}.chatbot-voucher-banner-copy.copied:hover{background:#22c55e66!important}.chatbot-voucher-banner-copy.copied svg{color:#22c55e!important;stroke:#22c55e!important}.chatbot-voucher-banner-copy svg,.chatbot-voucher-banner-close svg{width:18px;height:18px}.chatbot-close{background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;opacity:.7;transition:opacity .2s}.chatbot-close:hover{opacity:1}.chatbot-close svg{width:20px;height:20px}.chatbot-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem;background:#f9f9f9}.chatbot-welcome{text-align:center;padding:2rem 1rem}.chatbot-welcome-icon{width:60px;height:60px;margin:0 auto 1rem;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center}.chatbot-welcome-icon svg{width:30px;height:30px;stroke:#fff}.chatbot-welcome h4{margin:0 0 .5rem;font-size:1.25rem}.chatbot-welcome p{margin:0 0 1.5rem;color:#666;font-size:.875rem}.chatbot-suggestions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.chatbot-suggestions button{background:#fff;border:1px solid #000000;padding:.5rem .75rem;font-size:.75rem;cursor:pointer;transition:all .2s}.chatbot-suggestions button:hover{background:#000;color:#fff}.chatbot-message{max-width:85%;animation:messageIn .2s ease-out}@keyframes messageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatbot-message.user{align-self:flex-end}.chatbot-message.assistant{align-self:flex-start}.chatbot-message-content{padding:.625rem .875rem;border-radius:0;line-height:1.5;font-size:.8125rem}.chatbot-message.user .chatbot-message-content{background:#000;color:#fff}.chatbot-message.assistant .chatbot-message-content{background:#fff;border:1px solid #e5e5e5;color:#000}.chat-list-item{margin:.5rem 0;padding-left:.5rem}.chatbot-sources{margin-top:.75rem}.chatbot-sources-label{display:block;font-size:.75rem;color:#666;margin-bottom:.5rem}.chatbot-sources-grid{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem}.chat-source-card{flex-shrink:0;width:80px;background:#fff;border:1px solid #e5e5e5;overflow:hidden}.chat-source-image{width:100%;height:60px;object-fit:cover}.chat-source-info{padding:.25rem;font-size:.625rem}.chat-source-brand{display:block;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-source-price{color:#666}.chatbot-meta{margin-top:.5rem;font-size:.625rem;color:#999}.chatbot-typing{display:flex;gap:4px;padding:.75rem 1rem;background:#fff;border:1px solid #e5e5e5}.chatbot-typing span{width:8px;height:8px;background:#999;border-radius:50%;animation:typingBounce 1.4s ease-in-out infinite}.chatbot-typing span:nth-child(2){animation-delay:.2s}.chatbot-typing span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.chatbot-loading-progress{padding:.5rem .75rem;background:linear-gradient(135deg,#f9fafb,#fff);border:2px solid #000000;border-radius:8px;box-shadow:4px 4px #000}.chatbot-loading-content{display:flex;align-items:flex-start;gap:.5rem}.chatbot-loading-icon{flex-shrink:0;width:14px;height:14px;color:#000;margin-top:1px}.chatbot-loading-icon svg{width:100%;height:100%}.chatbot-loading-text-wrapper{flex:1;display:flex;flex-direction:column;gap:.25rem}.chatbot-loading-text{font-size:.6875rem;color:#000;font-weight:600;line-height:1.4;animation:fadeInText .4s ease-in;letter-spacing:-.01em}@keyframes fadeInText{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chatbot-loading-dots{display:flex;gap:4px;align-items:center;margin-top:.125rem}.chatbot-loading-dots span{width:5px;height:5px;background:#000;border-radius:50%;animation:typingBounce 1.4s ease-in-out infinite;opacity:.6}.chatbot-loading-dots span:nth-child(1){animation-delay:0s}.chatbot-loading-dots span:nth-child(2){animation-delay:.2s}.chatbot-loading-dots span:nth-child(3){animation-delay:.4s}.chatbot-input-form{display:flex;gap:.5rem;padding:1rem;border-top:2px solid #000000;background:#fff}.chatbot-input-wrapper{flex:1;position:relative}.chatbot-input{width:100%;padding:.75rem 4rem .75rem 1rem;border:2px solid #000000;font-size:.875rem;outline:none}.chatbot-input:focus{box-shadow:2px 2px #000}.chatbot-input:disabled{background:#f5f5f5;color:#999}.chatbot-input.error{border-color:#dc2626}.chatbot-input.error:focus{box-shadow:2px 2px #dc2626}.chatbot-word-count{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);font-size:.625rem;color:#999;pointer-events:none}.chatbot-word-count.warning{color:#f59e0b}.chatbot-word-count.error{color:#dc2626;font-weight:600}.chatbot-send{width:44px;height:44px;background:#000;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.chatbot-send:hover:not(:disabled){background:#333}.chatbot-send:disabled{background:#ccc;cursor:not-allowed}.chatbot-send svg{width:20px;height:20px}@media(max-width:480px){.chatbot-toggle{bottom:1rem;right:1rem;width:50px;height:50px}.chatbot-toggle svg{width:24px;height:24px}.chatbot-window{inset:0;width:100%;height:100%;max-height:100%;border:none;box-shadow:none}}
