.lcars-404{padding:var(--page-margin);min-height:60vh;display:flex;align-items:center;justify-content:center}.lcars-404__frame{max-width:800px;width:100%}.lcars-404__alert-bar{display:flex;gap:var(--lcars-gap);height:50px;margin-bottom:var(--lcars-gap)}.lcars-404__alert-start{background:var(--lcars-red);width:100px;border-radius:var(--lcars-border-radius) 0 0 var(--lcars-border-radius);animation:lcars-blink 1s ease-in-out infinite}.lcars-404__alert-content{flex:1;background:var(--lcars-pink);display:flex;align-items:center;padding:0 2rem}.lcars-404__alert-end{background:var(--lcars-red);width:100px;border-radius:0 var(--lcars-border-radius) var(--lcars-border-radius) 0;animation:lcars-blink 1s ease-in-out infinite;animation-delay:.5s}.lcars-404__content{display:flex;gap:var(--lcars-gap)}.lcars-404__sidebar{width:60px;display:flex;flex-direction:column;gap:var(--lcars-gap)}.lcars-404__sidebar-block{flex:1;background:var(--lcars-red);min-height:60px}.lcars-404__sidebar-block:first-child{border-radius:var(--lcars-border-radius) 0 0 0}.lcars-404__sidebar-block:last-child{border-radius:0 0 0 var(--lcars-border-radius)}.lcars-404__sidebar:last-child .lcars-404__sidebar-block:first-child{border-radius:0 var(--lcars-border-radius) 0 0}.lcars-404__sidebar:last-child .lcars-404__sidebar-block:last-child{border-radius:0 0 var(--lcars-border-radius) 0}.lcars-404__sidebar-block--pink{background:var(--lcars-pink)}.lcars-404__main{flex:1}.lcars-404__error{text-align:center;padding:2rem 1rem}.lcars-404__code{font-size:6rem;font-weight:700;color:var(--lcars-red);letter-spacing:.1em;line-height:1;text-shadow:0 0 40px rgba(204,102,102,.5);animation:lcars-pulse 2s ease-in-out infinite}.lcars-404__title{font-size:1.5rem;color:var(--lcars-gold);margin:1rem 0}.lcars-404__message{color:var(--lcars-tan);margin-bottom:2rem}.lcars-404__data{display:flex;justify-content:center;gap:3rem;margin-bottom:2rem;flex-wrap:wrap}.lcars-404__actions{max-width:300px;margin:0 auto}@media (max-width: 600px){.lcars-404__sidebar{width:40px}.lcars-404__code{font-size:4rem}.lcars-404__title{font-size:1.2rem}.lcars-404__data{gap:1.5rem}}.lcars-cart{padding:var(--page-margin);padding-top:2rem}.lcars-cart__frame{max-width:var(--page-width);margin:0 auto}.lcars-cart__header{display:flex;gap:var(--lcars-gap);height:70px;margin-bottom:2rem}.lcars-cart__header-start{background:linear-gradient(180deg,var(--lcars-gold) 0%,color-mix(in srgb,var(--lcars-gold) 85%,black) 100%);width:80px;flex-shrink:0;border-radius:var(--lcars-border-radius) 0 0 var(--lcars-border-radius);position:relative;overflow:hidden}.lcars-cart__header-start:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.15) 0%,transparent 50%)}.lcars-cart__header-title{flex:1;background:linear-gradient(90deg,var(--lcars-orange) 0%,var(--lcars-gold) 100%);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;position:relative;overflow:hidden}.lcars-cart__header-title:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.15) 0%,transparent 50%)}.lcars-cart__header-title h1{position:relative;color:var(--color-background);font-size:1.4rem;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.2)}.lcars-cart__count{position:relative;color:var(--color-background);font-size:.85rem;letter-spacing:.1em;opacity:.9;font-weight:600}.lcars-cart__header-end{background:linear-gradient(180deg,var(--lcars-lavender) 0%,color-mix(in srgb,var(--lcars-lavender) 85%,black) 100%);width:60px;flex-shrink:0;border-radius:0 var(--lcars-border-radius) var(--lcars-border-radius) 0;position:relative;overflow:hidden}.lcars-cart__header-end:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.1) 0%,transparent 50%)}.lcars-cart__content{display:grid;grid-template-columns:1fr 350px;gap:2rem}.lcars-cart__items{display:flex;flex-direction:column;gap:1rem}.lcars-cart__item{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid var(--lcars-lavender);border-radius:var(--lcars-border-radius);background:#cc99cc08;transition:border-color .2s ease,background .2s ease}.lcars-cart__item:hover{border-color:var(--lcars-blue);background:#9999ff0d}.lcars-cart__item-bar{background:linear-gradient(180deg,var(--lcars-orange) 0%,color-mix(in srgb,var(--lcars-orange) 80%,black) 100%);width:40px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:var(--lcars-border-radius-sm);flex-shrink:0;position:relative;overflow:hidden}.lcars-cart__item-bar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.15) 0%,transparent 50%)}.lcars-cart__item-bar--lavender{background:linear-gradient(180deg,var(--lcars-lavender) 0%,color-mix(in srgb,var(--lcars-lavender) 80%,black) 100%)}.lcars-cart__item-bar--blue{background:linear-gradient(180deg,var(--lcars-blue) 0%,color-mix(in srgb,var(--lcars-blue) 80%,black) 100%)}.lcars-cart__item-index{position:relative;color:var(--color-background);font-weight:700;font-size:.8rem}.lcars-cart__item-image{width:80px;height:80px;flex-shrink:0;border-radius:var(--lcars-border-radius-sm);overflow:hidden;border:2px solid var(--lcars-blue)}.lcars-cart__item-image img{width:100%;height:100%;object-fit:cover}.lcars-cart__item-info{flex:1;min-width:0}.lcars-cart__item-title{font-size:.9rem;font-weight:600;color:var(--lcars-tan);text-decoration:none;letter-spacing:.05em;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lcars-cart__item-title:hover{color:var(--lcars-gold)}.lcars-cart__item-variant{font-size:.8rem;color:var(--lcars-lavender);margin:.25rem 0}.lcars-cart__item-price{font-size:.85rem;color:var(--lcars-gold);margin:0}.lcars-cart__item-quantity{display:flex;flex-direction:column;align-items:center;gap:.25rem}.lcars-cart__quantity-input{width:60px;text-align:center}.lcars-cart__item-total{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;min-width:80px}.lcars-cart__item-total-value{font-size:1.1rem;font-weight:700;color:var(--lcars-gold)}.lcars-cart__item-remove{font-size:.7rem;color:var(--lcars-red);text-decoration:none;letter-spacing:.1em;transition:color .2s ease}.lcars-cart__item-remove:hover{color:var(--lcars-pink)}.lcars-cart__summary-content{margin-top:1rem}.lcars-cart__summary-row{display:flex;justify-content:space-between;margin-bottom:1rem}.lcars-cart__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.lcars-cart__empty{max-width:500px;margin:0 auto}.lcars-cart__empty .lcars-panel{display:flex;flex-direction:column;align-items:center;text-align:center}.lcars-cart__empty-message{color:var(--lcars-tan);margin:1rem 0 1.5rem}.lcars-cart__empty .lcars-button{width:auto;min-width:200px}@media (max-width: 900px){.lcars-cart__content{grid-template-columns:1fr}.lcars-cart__summary{order:-1}}@media (max-width: 600px){.lcars-cart__header{height:50px}.lcars-cart__item{flex-wrap:wrap}.lcars-cart__item-bar{width:30px;height:60px}.lcars-cart__item-image{width:60px;height:60px}.lcars-cart__item-info{flex-basis:calc(100% - 110px)}.lcars-cart__item-quantity,.lcars-cart__item-total{flex-basis:50%;flex-direction:row;justify-content:space-between}.lcars-cart__item-remove{flex-basis:100%;text-align:center;padding-top:.5rem}}.lcars-collection{padding:var(--page-margin);padding-top:2rem}.lcars-collection__frame{max-width:var(--page-width);margin:0 auto}.lcars-collection__header{display:flex;gap:var(--lcars-gap);height:70px;margin-bottom:2rem}.lcars-collection__header-start{background:var(--lcars-lavender);width:100px;flex-shrink:0;border-radius:var(--lcars-border-radius) 0 0 var(--lcars-border-radius)}.lcars-collection__header-title{flex:1;background:var(--lcars-gold);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;gap:2rem}.lcars-collection__header-title h1{color:var(--color-background);font-size:1.6rem;margin:0}.lcars-collection__count{color:var(--color-background);font-size:.85rem;letter-spacing:.1em;opacity:.8;white-space:nowrap}.lcars-collection__header-end{background:var(--lcars-peach);width:80px;flex-shrink:0;border-radius:0 var(--lcars-border-radius) var(--lcars-border-radius) 0}.lcars-collection__description{margin-bottom:2rem}.lcars-collection__description-text{margin-top:1rem;line-height:1.7;color:var(--lcars-tan)}.lcars-collection__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.lcars-collection__product{position:relative}.lcars-collection__product-link{display:block;text-decoration:none;transition:transform .2s ease}.lcars-collection__product-link:hover{transform:translateY(-4px)}.lcars-collection__product-media{position:relative;background:#ff99000d;border:2px solid var(--lcars-lavender);border-radius:var(--lcars-border-radius) var(--lcars-border-radius) 0 0;overflow:hidden;aspect-ratio:1}.lcars-collection__product-image{width:100%;height:100%;object-fit:cover}.lcars-collection__product-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--lcars-lavender);font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}.lcars-collection__product-status{position:absolute;top:.75rem;right:.75rem;background:var(--lcars-blue);color:var(--color-background);padding:.3rem .75rem;font-size:.65rem;font-weight:700;letter-spacing:.1em;border-radius:var(--lcars-border-radius-sm)}.lcars-collection__product-status--unavailable{background:var(--lcars-red)}.lcars-collection__product-info{display:flex;gap:var(--lcars-gap);background:var(--color-background)}.lcars-collection__product-bar{background:var(--lcars-orange);width:50px;display:flex;align-items:center;justify-content:center;border-radius:0 0 0 var(--lcars-border-radius);flex-shrink:0}.lcars-collection__product-index{color:var(--color-background);font-size:.75rem;font-weight:700;letter-spacing:.05em}.lcars-collection__product-content{flex:1;padding:1rem 0;min-width:0}.lcars-collection__product-title{font-size:.85rem;font-weight:600;color:var(--lcars-tan);margin:0 0 .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lcars-collection__product-price{font-size:1rem;font-weight:700;color:var(--lcars-gold);display:flex;align-items:center;gap:.75rem}.lcars-collection__product-compare{font-size:.8rem;color:var(--lcars-red);opacity:.7;font-weight:400}.lcars-collection__product-bar-end{background:var(--lcars-lavender);width:30px;flex-shrink:0;border-radius:0 0 var(--lcars-border-radius) 0}.lcars-collection__pagination{margin-top:3rem}.lcars-collection__pagination-bar{display:flex;align-items:center;justify-content:center;gap:2rem}.lcars-collection__pagination-info{background:var(--lcars-blue);padding:.75rem 2rem;border-radius:var(--lcars-border-radius)}.lcars-collection__pagination-current{color:var(--color-background);font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}@media (max-width: 768px){.lcars-collection__header{height:50px}.lcars-collection__header-start{width:60px}.lcars-collection__header-title{padding:0 1rem}.lcars-collection__header-title h1{font-size:1rem}.lcars-collection__count{display:none}.lcars-collection__header-end{width:40px}.lcars-collection__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.lcars-collection__product-bar{width:35px}.lcars-collection__product-bar-end{width:20px}.lcars-collection__product-title{font-size:.75rem}.lcars-collection__product-price{font-size:.85rem}.lcars-collection__pagination-bar{flex-wrap:wrap;gap:1rem}}@media (max-width: 480px){.lcars-collection__grid{grid-template-columns:1fr}}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.lcars-footer{margin-top:auto;padding:var(--page-margin);padding-top:2rem}.lcars-footer__frame{display:grid;grid-template-columns:1fr var(--lcars-sidebar-width);gap:var(--lcars-gap)}.lcars-footer__main{display:flex;flex-direction:column;gap:var(--lcars-gap)}.lcars-footer__ticker{display:flex;gap:var(--lcars-gap);height:50px}.lcars-footer__ticker-start{background:linear-gradient(180deg,var(--lcars-pink) 0%,color-mix(in srgb,var(--lcars-pink) 80%,black) 100%);width:60px;flex-shrink:0;border-radius:var(--lcars-border-radius) 0 0 var(--lcars-border-radius);position:relative;overflow:hidden}.lcars-footer__ticker-start:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.2) 0%,transparent 50%)}.lcars-footer__ticker-content{flex:1;background:#000c;border:2px solid var(--lcars-orange);display:flex;align-items:center;padding:0 1.5rem;position:relative;overflow:hidden}.lcars-footer__ticker-content:before{content:"";position:absolute;left:0;top:0;bottom:0;width:100px;background:linear-gradient(90deg,rgba(255,153,0,.1) 0%,transparent 100%);pointer-events:none}.lcars-footer__ticker-display{display:flex;align-items:center;min-height:1.5em}.lcars-footer__ticker-text{color:var(--lcars-orange);font-size:.85rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;white-space:nowrap}.lcars-footer__ticker-cursor{display:inline-block;width:10px;height:1.2em;background:var(--lcars-orange);margin-left:2px;animation:lcars-cursor-blink .8s ease-in-out infinite}@keyframes lcars-cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}.lcars-footer__ticker-end{background:linear-gradient(180deg,var(--lcars-gold) 0%,color-mix(in srgb,var(--lcars-gold) 80%,black) 100%);width:60px;flex-shrink:0;border-radius:0 var(--lcars-border-radius) var(--lcars-border-radius) 0;position:relative;overflow:hidden}.lcars-footer__ticker-end:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.15) 0%,transparent 50%)}.lcars-footer__bottom-bar{display:flex;gap:var(--lcars-gap);height:60px}.lcars-footer__elbow-connector{background:linear-gradient(180deg,var(--lcars-blue) 0%,color-mix(in srgb,var(--lcars-blue) 80%,black) 100%);width:100px;border-radius:0 var(--lcars-border-radius-lg) 0 0;flex-shrink:0;position:relative;overflow:hidden}.lcars-footer__elbow-connector:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.15) 0%,transparent 50%)}.lcars-footer__status-bar{flex:1;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,var(--lcars-blue) 0%,color-mix(in srgb,var(--lcars-blue) 90%,var(--lcars-lavender)) 100%);padding:0 2rem;gap:2rem;position:relative;overflow:hidden}.lcars-footer__status-bar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.12) 0%,transparent 50%)}.lcars-footer__copyright{position:relative;color:var(--color-background);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500}.lcars-footer__system-status{position:relative;display:flex;align-items:center}.lcars-footer__bottom-bar-end{background:linear-gradient(180deg,var(--lcars-lavender) 0%,color-mix(in srgb,var(--lcars-lavender) 80%,black) 100%);width:80px;flex-shrink:0;position:relative;overflow:hidden}.lcars-footer__bottom-bar-end:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.1) 0%,transparent 50%)}.lcars-footer__sidebar{display:flex;flex-direction:column;gap:var(--lcars-gap)}.lcars-footer__sidebar-buttons{display:flex;flex-direction:column;gap:var(--lcars-gap);flex:1}.lcars-footer__sidebar-btn{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--lcars-gold) 0%,color-mix(in srgb,var(--lcars-gold) 80%,black) 100%);flex:1;color:var(--color-background);font-weight:700;font-size:.8rem;letter-spacing:.15em;border-radius:0 var(--lcars-border-radius-sm) var(--lcars-border-radius-sm) 0;position:relative;overflow:hidden}.lcars-footer__sidebar-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.15) 0%,transparent 50%)}.lcars-footer__btn-code{position:relative}.lcars-footer__sidebar-btn--peach{background:linear-gradient(180deg,var(--lcars-peach) 0%,color-mix(in srgb,var(--lcars-peach) 80%,black) 100%)}.lcars-footer__sidebar-btn--gold{background:linear-gradient(180deg,var(--lcars-gold) 0%,color-mix(in srgb,var(--lcars-gold) 80%,black) 100%)}.lcars-footer__elbow-cap{background:linear-gradient(180deg,var(--lcars-blue) 0%,color-mix(in srgb,var(--lcars-blue) 80%,black) 100%);height:60px;border-radius:0 0 var(--lcars-border-radius-lg) 0;position:relative;overflow:hidden}.lcars-footer__elbow-cap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.1) 0%,transparent 50%)}.lcars-footer__payments{margin-top:2rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.lcars-footer__payments-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--lcars-lavender)}.lcars-footer__payments-icons{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.lcars-footer__payments-icons svg{width:38px;height:24px;opacity:.7;transition:opacity .2s ease,transform .2s ease}.lcars-footer__payments-icons svg:hover{opacity:1;transform:scale(1.1)}.lcars-footer__powered{margin-top:1.5rem;text-align:center;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}.lcars-footer__powered a{color:var(--lcars-lavender);opacity:.6;transition:opacity .2s ease}.lcars-footer__powered a:hover{opacity:1}@media (max-width: 768px){.lcars-footer__frame{grid-template-columns:1fr 70px}.lcars-footer__ticker{height:40px}.lcars-footer__ticker-start,.lcars-footer__ticker-end{width:40px}.lcars-footer__ticker-content{padding:0 .75rem}.lcars-footer__ticker-text{font-size:.65rem;letter-spacing:.08em}.lcars-footer__ticker-cursor{width:6px}.lcars-footer__bottom-bar{height:50px}.lcars-footer__elbow-connector{width:60px}.lcars-footer__status-bar{padding:0 1rem;flex-direction:column;justify-content:center;gap:.25rem}.lcars-footer__copyright{font-size:.65rem}.lcars-footer__system-status{display:none}.lcars-footer__bottom-bar-end{width:40px}.lcars-footer__elbow-cap{height:50px}.lcars-footer__sidebar-btn{font-size:.65rem;border-radius:0}}.lcars-header{padding:var(--page-margin);padding-bottom:0}.lcars-header__frame{display:grid;grid-template-columns:var(--lcars-sidebar-width) 1fr;gap:var(--lcars-gap)}.lcars-header__sidebar{display:flex;flex-direction:column;gap:var(--lcars-gap)}.lcars-header__elbow-cap{background:linear-gradient(135deg,var(--lcars-orange) 0%,var(--lcars-peach) 100%);height:60px;border-radius:var(--lcars-border-radius-lg) 0 0 0}.lcars-header__sidebar-buttons{display:flex;flex-direction:column;gap:var(--lcars-gap)}.lcars-header__sidebar-btn{position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--lcars-orange) 0%,color-mix(in srgb,var(--lcars-orange) 85%,black) 100%);height:50px;color:var(--color-background);text-decoration:none;font-weight:700;font-size:.75rem;letter-spacing:.15em;transition:filter .15s ease,transform .1s ease;border-radius:var(--lcars-border-radius-sm) 0 0 var(--lcars-border-radius-sm);overflow:hidden}.lcars-header__sidebar-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.15) 0%,transparent 50%);pointer-events:none}.lcars-header__sidebar-btn:hover{filter:brightness(1.15);transform:translate(2px);color:var(--color-background)}.lcars-header__sidebar-btn--lavender{background:linear-gradient(180deg,var(--lcars-lavender) 0%,color-mix(in srgb,var(--lcars-lavender) 85%,black) 100%)}.lcars-header__sidebar-btn--blue{background:linear-gradient(180deg,var(--lcars-blue) 0%,color-mix(in srgb,var(--lcars-blue) 85%,black) 100%)}.lcars-header__btn-label{text-transform:uppercase}.lcars-header__cart-badge{position:absolute;top:4px;right:4px;background:var(--lcars-gold);color:var(--color-background);font-size:.6rem;font-weight:800;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.lcars-header__main{display:flex;flex-direction:column;gap:var(--lcars-gap)}.lcars-header__top-bar{display:flex;gap:var(--lcars-gap);height:60px}.lcars-header__elbow-connector{background:linear-gradient(135deg,var(--lcars-orange) 0%,var(--lcars-peach) 100%);width:100px;border-radius:0 0 var(--lcars-border-radius-lg) 0;flex-shrink:0}.lcars-header__title-bar{flex:1;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,var(--lcars-peach) 0%,var(--lcars-gold) 100%);padding:0 2rem;gap:2rem;position:relative;overflow:hidden}.lcars-header__title-bar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.2) 0%,transparent 50%);pointer-events:none}.lcars-header__title{position:relative;color:var(--color-background);font-size:1.6rem;font-weight:700;letter-spacing:.15em;text-decoration:none;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.2)}.lcars-header__title:hover{color:var(--color-background)}.lcars-header__stardate{position:relative;color:var(--color-background);font-size:.9rem;letter-spacing:.1em;opacity:.9;font-weight:600}.lcars-header__top-bar-end{background:linear-gradient(180deg,var(--lcars-tan) 0%,color-mix(in srgb,var(--lcars-tan) 85%,black) 100%);width:80px;flex-shrink:0;border-radius:0 var(--lcars-border-radius) var(--lcars-border-radius) 0;position:relative;overflow:hidden}.lcars-header__top-bar-end:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.15) 0%,transparent 50%);pointer-events:none}.lcars-header__nav{display:flex;gap:var(--lcars-gap);height:50px}.lcars-header__nav-bar{display:flex;gap:var(--lcars-gap);flex-shrink:0}.lcars-header__nav-item{display:flex;align-items:center;justify-content:center;padding:0 1.5rem;background:linear-gradient(180deg,var(--lcars-orange) 0%,color-mix(in srgb,var(--lcars-orange) 85%,black) 100%);color:var(--color-background);text-decoration:none;font-weight:600;font-size:.85rem;letter-spacing:.1em;white-space:nowrap;transition:filter .15s ease,transform .1s ease;position:relative;overflow:hidden}.lcars-header__nav-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.12) 0%,transparent 50%);pointer-events:none}.lcars-header__nav-item:first-child{border-radius:0 0 0 var(--lcars-border-radius)}.lcars-header__nav-item:hover{filter:brightness(1.15);transform:translateY(-2px);color:var(--color-background)}.lcars-header__nav-item--tan{background:linear-gradient(180deg,var(--lcars-tan) 0%,color-mix(in srgb,var(--lcars-tan) 85%,black) 100%)}.lcars-header__nav-item--gold{background:linear-gradient(180deg,var(--lcars-gold) 0%,color-mix(in srgb,var(--lcars-gold) 85%,black) 100%)}.lcars-header__nav-item--lavender{background:linear-gradient(180deg,var(--lcars-lavender) 0%,color-mix(in srgb,var(--lcars-lavender) 85%,black) 100%)}.lcars-header__nav-item--orange{background:linear-gradient(180deg,var(--lcars-orange) 0%,color-mix(in srgb,var(--lcars-orange) 85%,black) 100%)}.lcars-header__nav-end{flex:1;background:linear-gradient(180deg,var(--lcars-lavender) 0%,color-mix(in srgb,var(--lcars-lavender) 85%,black) 100%);border-radius:0 var(--lcars-border-radius) var(--lcars-border-radius) 0;min-width:200px;position:relative;overflow:visible;display:flex;align-items:center;padding:0 .5rem 0 1rem}.lcars-header__nav-end:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none;border-radius:0 var(--lcars-border-radius) var(--lcars-border-radius) 0}.lcars-header__search-wrapper{position:relative;width:100%;background:#000;border-radius:var(--lcars-border-radius-sm);padding:.35rem;box-shadow:inset 0 2px 6px #000c}.lcars-header__search{position:relative;display:flex;align-items:center;gap:.5rem;width:100%}.lcars-header__search-input{flex:1;background:transparent;border:none;padding:.4rem .75rem;color:var(--lcars-lavender);font-size:.8rem;font-weight:500;letter-spacing:.05em;min-width:0;-webkit-appearance:none;appearance:none}.lcars-header__search-input::placeholder{color:#ffffffb3;text-transform:uppercase;font-size:.7rem;letter-spacing:.1em}.lcars-header__search-input:focus{outline:none}.lcars-header__search-input::-webkit-search-decoration,.lcars-header__search-input::-webkit-search-cancel-button,.lcars-header__search-input::-webkit-search-results-button,.lcars-header__search-input::-webkit-search-results-decoration{-webkit-appearance:none;display:none}.lcars-header__search-btn{background:linear-gradient(180deg,var(--lcars-blue) 0%,color-mix(in srgb,var(--lcars-blue) 80%,black) 100%);border:none;border-radius:var(--lcars-border-radius-sm);padding:.5rem 1rem;color:var(--color-background);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:filter .15s ease;white-space:nowrap}.lcars-header__search-btn:hover{filter:brightness(1.15)}.lcars-header__search-results{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:var(--color-background);border:2px solid var(--lcars-lavender);border-radius:var(--lcars-border-radius);overflow:hidden;z-index:1000;box-shadow:0 10px 40px #00000080}.lcars-header__search-results-inner{max-height:400px;overflow-y:auto}.lcars-header__search-loading{padding:1rem;text-align:center;color:var(--lcars-lavender);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.lcars-header__search-empty{padding:1.5rem;text-align:center;color:var(--lcars-tan);font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}.lcars-header__search-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;text-decoration:none;border-bottom:1px solid rgba(204,153,204,.2);transition:background .15s ease}.lcars-header__search-item:hover{background:#9999ff1a}.lcars-header__search-item:last-child{border-bottom:none}.lcars-header__search-item-img{width:50px;height:50px;object-fit:cover;border-radius:var(--lcars-border-radius-sm);border:2px solid var(--lcars-blue);flex-shrink:0}.lcars-header__search-item-img--placeholder{background:#9999ff1a}.lcars-header__search-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.lcars-header__search-item-title{font-size:.75rem;font-weight:600;color:var(--lcars-tan);letter-spacing:.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lcars-header__search-item-price{font-size:.85rem;font-weight:700;color:var(--lcars-gold)}.lcars-header__search-view-all{display:block;padding:.75rem 1rem;background:linear-gradient(180deg,var(--lcars-lavender) 0%,color-mix(in srgb,var(--lcars-lavender) 85%,black) 100%);color:var(--color-background);text-decoration:none;text-align:center;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:filter .15s ease}.lcars-header__search-view-all:hover{filter:brightness(1.15);color:var(--color-background)}@media (max-width: 900px){.lcars-header__nav-end{min-width:150px}.lcars-header__search-btn{padding:.5rem .75rem;font-size:.65rem}}@media (max-width: 768px){.lcars-header__frame{grid-template-columns:70px 1fr}.lcars-header__title-bar{padding:0 1rem}.lcars-header__title{font-size:1rem}.lcars-header__stardate{display:none}.lcars-header__top-bar-end{width:40px}.lcars-header__nav-bar{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-shrink:1;min-width:0}.lcars-header__nav-bar::-webkit-scrollbar{display:none}.lcars-header__nav-item{padding:0 1rem;font-size:.75rem}.lcars-header__elbow-connector{width:60px}.lcars-header__elbow-cap{height:40px}.lcars-header__sidebar-btn{height:40px;border-radius:0;font-size:.65rem}.lcars-header__top-bar,.lcars-header__nav{height:40px}.lcars-header__nav-end{min-width:120px;padding:0 .25rem 0 .5rem}.lcars-header__search-wrapper{padding:.25rem}.lcars-header__search-input{padding:.3rem .5rem;font-size:.7rem}.lcars-header__search-btn{padding:.4rem .5rem;font-size:.6rem}.lcars-header__search-results{position:fixed;left:var(--page-margin);right:var(--page-margin);top:auto}}@media (max-width: 600px){.lcars-header__nav-end{min-width:80px}.lcars-header__search-btn{display:none}.lcars-header__search-input{border-radius:0 var(--lcars-border-radius-sm) var(--lcars-border-radius-sm) 0}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media (max-width: 1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.lcars-featured{padding:var(--page-margin);padding-top:3rem;padding-bottom:3rem}.lcars-featured__frame{max-width:var(--page-width);margin:0 auto}.lcars-featured__header{margin-bottom:2rem}.lcars-featured__header-bar{display:flex;gap:var(--lcars-gap);height:60px}.lcars-featured__header-start{background:var(--lcars-pink);width:80px;flex-shrink:0;border-radius:var(--lcars-border-radius) 0 0 var(--lcars-border-radius)}.lcars-featured__header-title{flex:1;background:var(--lcars-peach);display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.lcars-featured__header-title h2{color:var(--color-background);font-size:1.3rem;margin:0}.lcars-featured__count{color:var(--color-background);font-size:.8rem;letter-spacing:.1em;opacity:.8;text-transform:uppercase}.lcars-featured__header-end{background:var(--lcars-gold);width:60px;flex-shrink:0;border-radius:0 var(--lcars-border-radius) var(--lcars-border-radius) 0}.lcars-featured__products{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.lcars-featured__product-link{display:block;text-decoration:none}.lcars-featured__product-media{position:relative;background:#cc99cc0d;border:2px solid var(--lcars-blue);border-radius:var(--lcars-border-radius) var(--lcars-border-radius) 0 0;overflow:hidden;aspect-ratio:1}.lcars-featured__product-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.lcars-featured__product-link:hover .lcars-featured__product-image{transform:scale(1.05)}.lcars-featured__product-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--lcars-blue);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;text-align:center;padding:1rem}.lcars-featured__product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.lcars-featured__product-link:hover .lcars-featured__product-overlay{opacity:1}.lcars-featured__product-info{display:flex;gap:var(--lcars-gap)}.lcars-featured__product-bar{background:var(--lcars-orange);width:40px;min-height:70px;flex-shrink:0;border-radius:0 0 0 var(--lcars-border-radius)}.lcars-featured__product-bar--lavender{background:var(--lcars-lavender)}.lcars-featured__product-bar--blue{background:var(--lcars-blue)}.lcars-featured__product-bar--tan{background:var(--lcars-tan)}.lcars-featured__product-content{flex:1;padding:1rem 1rem 1rem 0;min-width:0}.lcars-featured__product-title{font-size:.8rem;font-weight:600;color:var(--lcars-tan);margin:0 0 .5rem;letter-spacing:.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lcars-featured__product-price{font-size:1.1rem;font-weight:700;color:var(--lcars-gold)}.lcars-featured__footer{margin-top:2rem;display:flex;justify-content:center}@media (max-width: 768px){.lcars-featured__header-bar{height:50px}.lcars-featured__header-start{width:50px}.lcars-featured__header-title{padding:0 1rem}.lcars-featured__header-title h2{font-size:1rem}.lcars-featured__count{display:none}.lcars-featured__products{grid-template-columns:repeat(2,1fr);gap:1rem}.lcars-featured__product-bar{width:30px;min-height:60px}.lcars-featured__product-content{padding:.75rem .75rem .75rem 0}.lcars-featured__product-title{font-size:.7rem}.lcars-featured__product-price{font-size:.9rem}}.lcars-hero{padding:var(--page-margin);min-height:70vh;display:flex;align-items:stretch}.lcars-hero__frame{display:grid;grid-template-columns:100px 1fr;gap:var(--lcars-gap);width:100%;max-width:var(--page-width);margin:0 auto}.lcars-hero__sidebar{display:flex;flex-direction:column;gap:var(--lcars-gap)}.lcars-hero__sidebar-top{background:linear-gradient(135deg,var(--lcars-orange) 0%,var(--lcars-peach) 100%);height:80px;border-radius:var(--lcars-border-radius-lg) 0 0 0}.lcars-hero__sidebar-data{display:flex;flex-direction:column;gap:var(--lcars-gap);flex:1}.lcars-hero__data-block{background:linear-gradient(180deg,var(--lcars-orange) 0%,color-mix(in srgb,var(--lcars-orange) 80%,black) 100%);flex:1;display:flex;align-items:center;justify-content:center;min-height:80px;position:relative;overflow:hidden}.lcars-hero__data-block:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.15) 0%,transparent 50%)}.lcars-hero__data-block--lavender{background:linear-gradient(180deg,var(--lcars-lavender) 0%,color-mix(in srgb,var(--lcars-lavender) 80%,black) 100%)}.lcars-hero__data-block--blue{background:linear-gradient(180deg,var(--lcars-blue) 0%,color-mix(in srgb,var(--lcars-blue) 80%,black) 100%)}.lcars-hero__data-block--tan{background:linear-gradient(180deg,var(--lcars-tan) 0%,color-mix(in srgb,var(--lcars-tan) 80%,black) 100%)}.lcars-hero__data-value{position:relative;font-size:2rem;font-weight:700;color:var(--color-background);letter-spacing:.1em}.lcars-hero__sidebar-bottom{background:linear-gradient(180deg,var(--lcars-peach) 0%,color-mix(in srgb,var(--lcars-peach) 80%,black) 100%);height:100px;border-radius:0 0 0 var(--lcars-border-radius-lg);position:relative;overflow:hidden}.lcars-hero__sidebar-bottom:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.1) 0%,transparent 50%)}.lcars-hero__main{display:flex;flex-direction:column;gap:var(--lcars-gap)}.lcars-hero__top-bar{display:flex;gap:var(--lcars-gap);height:80px}.lcars-hero__elbow{background:linear-gradient(135deg,var(--lcars-orange) 0%,var(--lcars-peach) 100%);width:120px;border-radius:0 0 var(--lcars-border-radius-lg) 0;flex-shrink:0}.lcars-hero__status-bar{flex:1;background:linear-gradient(90deg,var(--lcars-gold) 0%,var(--lcars-peach) 100%);display:flex;align-items:center;padding:0 2rem;position:relative;overflow:hidden}.lcars-hero__status-bar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.15) 0%,transparent 50%)}.lcars-hero__top-end{background:linear-gradient(180deg,var(--lcars-tan) 0%,color-mix(in srgb,var(--lcars-tan) 80%,black) 100%);width:80px;flex-shrink:0;border-radius:0 var(--lcars-border-radius) var(--lcars-border-radius) 0;position:relative;overflow:hidden}.lcars-hero__top-end:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.15) 0%,transparent 50%)}.lcars-hero__content{flex:1;position:relative;display:flex;align-items:center;justify-content:center;min-height:400px;border:3px solid var(--lcars-lavender);border-radius:var(--lcars-border-radius);overflow:hidden}.lcars-hero__image-container{position:absolute;top:0;right:0;bottom:0;left:0}.lcars-hero__image{width:100%;height:100%;object-fit:cover}.lcars-hero__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#000000d9,#00000080,#000000b3)}.lcars-hero__inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:3rem;width:100%;max-width:1200px}.lcars-hero__text{flex:1;animation:lcars-fade-in .8s ease-out}@keyframes lcars-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.lcars-hero__subtitle{font-size:.9rem;letter-spacing:.2em;color:var(--lcars-lavender);margin-bottom:1rem}.lcars-hero__title{font-size:3rem;font-weight:700;letter-spacing:.1em;color:var(--lcars-gold);margin:0 0 1.5rem;text-shadow:0 0 30px rgba(255,204,102,.3)}.lcars-hero__description{font-size:1.1rem;line-height:1.7;color:var(--lcars-tan);margin-bottom:2rem;max-width:500px}.lcars-hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.lcars-hero__products{flex-shrink:0;width:320px;animation:lcars-fade-in .8s ease-out .2s both}.lcars-hero__products-header{margin-bottom:1rem}.lcars-hero__products-label{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--lcars-lavender)}.lcars-hero__products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.lcars-hero__product{background:#00000080;border:2px solid var(--lcars-blue);border-radius:var(--lcars-border-radius-sm);overflow:hidden;text-decoration:none;transition:border-color .2s ease,transform .2s ease}.lcars-hero__product:hover{border-color:var(--lcars-gold);transform:translateY(-3px)}.lcars-hero__product-image{aspect-ratio:1;overflow:hidden;background:#9999ff1a}.lcars-hero__product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.lcars-hero__product:hover .lcars-hero__product-image img{transform:scale(1.1)}.lcars-hero__product-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#9999ff1a,#ff99001a)}.lcars-hero__product-info{padding:.5rem;display:flex;flex-direction:column;gap:.25rem}.lcars-hero__product-title{font-size:.6rem;font-weight:600;letter-spacing:.05em;color:var(--lcars-tan);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lcars-hero__product-price{font-size:.75rem;font-weight:700;color:var(--lcars-gold)}.lcars-hero__bottom-bar{display:flex;gap:var(--lcars-gap);height:70px}.lcars-hero__data-row{flex:1;display:flex;gap:var(--lcars-gap)}.lcars-hero__data-cell{flex:1;background:linear-gradient(180deg,var(--lcars-orange) 0%,color-mix(in srgb,var(--lcars-orange) 80%,black) 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;position:relative;overflow:hidden}.lcars-hero__data-cell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.12) 0%,transparent 50%)}.lcars-hero__data-cell:first-child{border-radius:0 0 0 var(--lcars-border-radius)}.lcars-hero__data-cell--lavender{background:linear-gradient(180deg,var(--lcars-lavender) 0%,color-mix(in srgb,var(--lcars-lavender) 80%,black) 100%)}.lcars-hero__data-cell--blue{background:linear-gradient(180deg,var(--lcars-blue) 0%,color-mix(in srgb,var(--lcars-blue) 80%,black) 100%)}.lcars-hero__cell-label{position:relative;font-size:.65rem;letter-spacing:.15em;color:var(--color-background);opacity:.8;text-transform:uppercase}.lcars-hero__cell-value{position:relative;font-size:.9rem;font-weight:700;letter-spacing:.1em;color:var(--color-background)}.lcars-hero__bottom-end{background:linear-gradient(180deg,var(--lcars-pink) 0%,color-mix(in srgb,var(--lcars-pink) 80%,black) 100%);width:80px;flex-shrink:0;border-radius:0 0 var(--lcars-border-radius) 0;position:relative;overflow:hidden}.lcars-hero__bottom-end:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.1) 0%,transparent 50%)}@media (max-width: 1024px){.lcars-hero__inner{flex-direction:column;text-align:center}.lcars-hero__text{order:1}.lcars-hero__products{order:2;width:100%;max-width:400px}.lcars-hero__description{margin-left:auto;margin-right:auto}.lcars-hero__actions{justify-content:center}}@media (max-width: 768px){.lcars-hero{min-height:auto}.lcars-hero__frame{grid-template-columns:60px 1fr}.lcars-hero__sidebar-top,.lcars-hero__sidebar-bottom{height:50px}.lcars-hero__data-value{font-size:1.2rem}.lcars-hero__top-bar,.lcars-hero__bottom-bar{height:50px}.lcars-hero__elbow{width:60px}.lcars-hero__content{min-height:300px}.lcars-hero__inner{padding:1.5rem;gap:1.5rem}.lcars-hero__title{font-size:1.8rem}.lcars-hero__description{font-size:.95rem}.lcars-hero__products{max-width:280px}.lcars-hero__products-grid{gap:.5rem}.lcars-hero__cell-label{display:none}.lcars-hero__cell-value{font-size:.75rem}}.lcars-product{padding:var(--page-margin);padding-top:2rem}.lcars-product__frame{display:grid;grid-template-columns:80px 1fr;gap:var(--lcars-gap);max-width:var(--page-width);margin:0 auto}.lcars-product__sidebar{display:flex;flex-direction:column;gap:var(--lcars-gap)}.lcars-product__sidebar-top{background:var(--lcars-orange);height:60px;border-radius:var(--lcars-border-radius) 0 0 0}.lcars-product__status-panel{display:flex;flex-direction:column;gap:var(--lcars-gap);flex:1}.lcars-product__status-item{background:var(--lcars-orange);padding:1rem .5rem;display:flex;align-items:center;justify-content:center;flex:1;min-height:60px}.lcars-product__status-item--lavender{background:var(--lcars-lavender)}.lcars-product__status-item--blue{background:var(--lcars-blue)}.lcars-product__status-item--tan{background:var(--lcars-tan)}.lcars-product__status-code{writing-mode:vertical-rl;text-orientation:mixed;font-size:.7rem;font-weight:700;letter-spacing:.15em;color:var(--color-background)}.lcars-product__sidebar-bottom{background:var(--lcars-peach);height:80px;border-radius:0 0 0 var(--lcars-border-radius)}.lcars-product__main{display:flex;flex-direction:column;gap:var(--lcars-gap)}.lcars-product__header{display:flex;gap:var(--lcars-gap);height:60px}.lcars-product__header-elbow{background:var(--lcars-orange);width:80px;border-radius:0 0 var(--lcars-border-radius-lg) 0;flex-shrink:0}.lcars-product__header-title{flex:1;background:var(--lcars-gold);display:flex;align-items:center;padding:0 2rem}.lcars-product__header-title h1{color:var(--color-background);font-size:1.4rem;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lcars-product__header-end{background:var(--lcars-tan);width:60px;flex-shrink:0;border-radius:0 var(--lcars-border-radius) var(--lcars-border-radius) 0}.lcars-product__content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.lcars-product__media{position:sticky;top:2rem;align-self:start}.lcars-product__images{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.lcars-product__image{width:100%;height:auto;border-radius:var(--lcars-border-radius-sm)}.lcars-product__info{display:flex;flex-direction:column;gap:1.5rem}.lcars-product__data-grid{display:grid;gap:1rem;margin-top:1rem}.lcars-product__price{font-size:1.8rem;color:var(--lcars-gold)!important}.lcars-product__compare-price{color:var(--lcars-red)!important;opacity:.8}.lcars-product__description{margin-top:1rem;line-height:1.7;color:var(--lcars-tan)}.lcars-product__variants,.lcars-product__quantity{margin-bottom:1.5rem}.lcars-product__variant-select{width:100%;margin-top:.5rem}.lcars-product__quantity-input{width:100px;margin-top:.5rem}.lcars-product__actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}@media (max-width: 900px){.lcars-product__content{grid-template-columns:1fr}.lcars-product__media{position:static}}@media (max-width: 600px){.lcars-product__frame{grid-template-columns:50px 1fr}.lcars-product__header-title h1{font-size:1rem}.lcars-product__header-elbow{width:50px}.lcars-product__header-title{padding:0 1rem}.lcars-product__status-code{font-size:.6rem}}.lcars-search{padding:var(--page-margin);padding-top:2rem}.lcars-search__frame{max-width:var(--page-width);margin:0 auto}.lcars-search__header{display:flex;gap:var(--lcars-gap);height:60px;margin-bottom:2rem}.lcars-search__header-start{background:var(--lcars-blue);width:80px;flex-shrink:0;border-radius:var(--lcars-border-radius) 0 0 var(--lcars-border-radius)}.lcars-search__header-title{flex:1;background:var(--lcars-lavender);display:flex;align-items:center;padding:0 2rem}.lcars-search__header-title h1{color:var(--color-background);font-size:1.4rem;margin:0}.lcars-search__header-end{background:var(--lcars-pink);width:60px;flex-shrink:0;border-radius:0 var(--lcars-border-radius) var(--lcars-border-radius) 0}.lcars-search__form-wrapper{margin-bottom:2rem}.lcars-search__input-group{display:flex;gap:var(--lcars-gap);max-width:600px}.lcars-search__input{flex:1;padding:1rem 1.5rem;font-size:1rem}.lcars-search__results-header{margin-bottom:2rem}.lcars-search__results-info{margin-top:1rem;color:var(--lcars-tan)}.lcars-search__results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.lcars-search__result-link{display:block;text-decoration:none;border:2px solid var(--lcars-lavender);border-radius:var(--lcars-border-radius);overflow:hidden;transition:border-color .2s ease}.lcars-search__result-link:hover{border-color:var(--lcars-blue)}.lcars-search__result-image{aspect-ratio:1;overflow:hidden}.lcars-search__result-image img{width:100%;height:100%;object-fit:cover}.lcars-search__result-content{display:flex;gap:var(--lcars-gap)}.lcars-search__result-bar{background:var(--lcars-orange);width:40px;flex-shrink:0}.lcars-search__result-bar--lavender{background:var(--lcars-lavender)}.lcars-search__result-bar--blue{background:var(--lcars-blue)}.lcars-search__result-bar--tan{background:var(--lcars-tan)}.lcars-search__result-info{flex:1;padding:1rem 1rem 1rem 0}.lcars-search__result-type{font-size:.65rem;letter-spacing:.15em;color:var(--lcars-lavender)}.lcars-search__result-title{font-size:.85rem;color:var(--lcars-tan);margin:.25rem 0}.lcars-search__result-price{font-size:1rem;font-weight:700;color:var(--lcars-gold);margin:0}.lcars-search__no-results{max-width:500px}.lcars-search__no-results-message{margin-top:1rem;color:var(--lcars-tan)}@media (max-width: 600px){.lcars-search__header{height:50px}.lcars-search__input-group{flex-direction:column}.lcars-search__results-grid{grid-template-columns:1fr}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/34/compiled_assets/styles.css.map */
