:root{--primary: 203 76% 48%;--primary-hover: 203 76% 42%;--secondary: 228 60% 10%;--background: 0 0% 100%;--foreground: 228 60% 10%;--border: 214 32% 91%;--muted: 210 40% 96%;--muted-foreground: 215 16% 47%;--destructive: 0 84% 60%;--font-sans: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;--font-display: "Outfit", ui-sans-serif, system-ui, sans-serif;--font-mono: "Space Mono", ui-monospace, monospace;--radius-btn: 2px;--radius-card: 1rem;--radius-xl: .75rem;--radius-lg: .5rem;--radius-md: .375rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25);--header-h: 72px}*,*:before,*:after{box-sizing:border-box;border-color:hsl(var(--border))}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);background:hsl(var(--background));color:hsl(var(--foreground));line-height:1.5;-webkit-font-smoothing:antialiased}img,svg,video{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none;padding:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.025em;font-weight:700}.rb-icon{flex-shrink:0}body.rb-menu-open{overflow:hidden}.rb-skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:hsl(var(--primary));color:#fff;padding:.5rem 1rem;font-size:.875rem}.rb-skip-link:focus{left:0}.rb-main{padding-top:var(--header-h)}.rb-container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1rem}@media(min-width:768px){.rb-container{padding-inline:1.5rem}}.rb-mono{font-family:var(--font-mono)}.rb-eyebrow{color:hsl(var(--primary));font-family:var(--font-mono);font-size:.875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem}.rb-eyebrow--xs{font-size:.75rem;letter-spacing:.05em;margin-bottom:.25rem}.rb-muted{color:hsl(var(--muted-foreground))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-sans);font-weight:600;font-size:.875rem;border:1px solid transparent;border-radius:var(--radius-btn);background:hsl(var(--primary));color:#fff;padding:0 1.25rem;height:2.5rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;white-space:nowrap}.btn:hover{background:hsl(var(--primary-hover))}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--lg{height:3.5rem;padding:0 2rem;font-size:1rem}.btn--outline-light{background:transparent;border-color:#fff3;color:#fff}.btn--outline-light:hover{background:#ffffff1a}.btn--white{background:#fff;color:hsl(var(--secondary))}.btn--white:hover{background:#ffffffe6}.btn--outline{background:transparent;border-color:hsl(var(--border));color:hsl(var(--secondary))}.btn--outline:hover{background:hsl(var(--muted))}.btn--block{width:100%}.btn .rb-arrow{transition:transform .2s ease}.btn:hover .rb-arrow{transform:translate(4px)}.rb-header{position:fixed;top:0;left:0;right:0;z-index:50;padding-block:1.25rem;background:transparent;border-bottom:1px solid transparent;transition:all .3s ease-in-out}.rb-header.scrolled{background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom-color:hsl(var(--border));box-shadow:var(--shadow-sm);padding-block:.75rem}.rb-header__inner{display:flex;align-items:center;justify-content:space-between}.rb-header__logo{display:flex;align-items:center;gap:.5rem;z-index:51}.rb-header__logo img{height:2rem;width:auto;object-fit:contain}@media(min-width:768px){.rb-header__logo img{height:2.5rem}}.rb-nav{display:none;align-items:center;gap:2rem}@media(min-width:768px){.rb-nav{display:flex}}.rb-nav a{position:relative;font-size:.875rem;font-weight:600;letter-spacing:.025em;color:hsl(var(--secondary));padding-block:.25rem;transition:color .2s ease}.rb-nav a:hover,.rb-nav a.active{color:hsl(var(--primary))}.rb-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:hsl(var(--primary));border-radius:9999px}.rb-header__actions{display:none;align-items:center;gap:1rem}@media(min-width:768px){.rb-header__actions{display:flex}}.rb-research-pill{display:flex;align-items:center;font-family:var(--font-mono);font-size:.75rem;color:hsl(var(--muted-foreground));background:hsl(var(--muted));padding:.375rem .75rem;border-radius:var(--radius-md)}.rb-research-pill .rb-icon{color:hsl(var(--primary));margin-right:.5rem}.rb-cart-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid hsl(var(--border));border-radius:var(--radius-btn);background:transparent;color:hsl(var(--secondary));transition:background-color .2s ease}.rb-cart-btn:hover{background:hsl(var(--muted))}.rb-cart-btn__count{position:absolute;top:-.25rem;right:-.25rem;display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;border-radius:9999px;background:hsl(var(--primary));color:#fff;font-size:10px;font-weight:700}.rb-header__mobile{display:flex;align-items:center;gap:1rem;z-index:51}@media(min-width:768px){.rb-header__mobile{display:none}}.rb-burger{background:none;border:0;padding:.5rem;color:hsl(var(--secondary));cursor:pointer}.rb-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:40;transform:translateY(-100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.rb-mobile-menu.open{transform:translateY(0)}@media(min-width:768px){.rb-mobile-menu{display:none}}.rb-mobile-menu a{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:hsl(var(--secondary))}.rb-mobile-menu a.active{color:hsl(var(--primary))}.rb-mobile-menu .rb-research-pill{font-size:.875rem;padding:.5rem 1rem}.rb-hero{position:relative;overflow:hidden;background:hsl(var(--secondary));color:#fff;min-height:calc(90vh - var(--header-h));display:flex;align-items:center;padding-block:4rem}.rb-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;pointer-events:none;background-image:radial-gradient(circle at 2px 2px,#fff 1px,transparent 0);background-size:40px 40px}.rb-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to bottom right,hsl(var(--secondary)) 0% 55%,hsl(var(--primary) / .2));mix-blend-mode:normal;opacity:.9}.rb-hero__grid{position:relative;z-index:10;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.rb-hero__grid{grid-template-columns:1fr 1fr}}.rb-hero__copy{display:flex;flex-direction:column;gap:2rem;max-width:42rem}.rb-hero__badge{display:inline-flex;align-items:center;align-self:flex-start;border:1px solid rgb(255 255 255 / .2);background:#ffffff0d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:9999px;padding:.375rem 1rem;font-family:var(--font-mono);font-size:.75rem;font-weight:500;color:#fffc}.rb-hero__badge .rb-icon{color:hsl(var(--primary));margin-right:.5rem}.rb-hero__title{font-size:3rem;line-height:1.1;letter-spacing:-.025em}@media(min-width:768px){.rb-hero__title{font-size:4.5rem}}.rb-hero__title em{font-style:normal;color:hsl(var(--primary))}.rb-hero__sub{font-size:1.125rem;color:#ffffffb3;line-height:1.65;max-width:36rem}@media(min-width:768px){.rb-hero__sub{font-size:1.25rem}}.rb-hero__cta{display:flex;flex-direction:column;gap:1rem;padding-top:1rem}@media(min-width:640px){.rb-hero__cta{flex-direction:row}}.rb-hero__visual{position:relative;display:flex;align-items:center;justify-content:center}@media(min-width:1024px){.rb-hero__visual{height:600px}}.rb-hero__glow{position:absolute;top:0;right:0;bottom:0;left:0;background:hsl(var(--primary) / .2);filter:blur(100px);border-radius:9999px}.rb-hero-card{position:relative;width:100%;max-width:28rem;background:#fff;color:hsl(var(--secondary));border-radius:var(--radius-card);border:1px solid hsl(var(--border));box-shadow:var(--shadow-2xl);padding:2rem;transform:rotate(2deg);transition:transform .5s ease}.rb-hero-card:hover{transform:rotate(0)}.rb-hero-card__media{position:relative;height:16rem;border-radius:var(--radius-xl);overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;background:#fff}.rb-hero-card__media img{height:100%;width:100%;object-fit:contain}.rb-hero-card h3{font-size:1.5rem;margin-bottom:.5rem}.rb-hero-card__desc{color:hsl(var(--muted-foreground));font-size:.875rem;margin-bottom:1.5rem}.rb-hero-card__row{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid hsl(var(--border))}.rb-hero-card__price{font-family:var(--font-display);font-size:1.875rem;font-weight:700}.rb-badge-pill{position:absolute;top:.75rem;right:.75rem;z-index:10;background:hsl(var(--primary));color:#fff;font-family:var(--font-mono);font-size:10px;font-weight:700;padding:.125rem .5rem;border-radius:9999px}.rb-section{padding-block:5rem}.rb-section--lg{padding-block:6rem}.rb-section--muted{background:hsl(var(--muted) / .3);border-block:1px solid hsl(var(--border))}.rb-section__head{text-align:center;margin-bottom:3rem}.rb-section__head h2{font-size:1.875rem;color:hsl(var(--secondary));margin-bottom:.75rem}@media(min-width:768px){.rb-section__head h2{font-size:2.25rem}}.rb-section__head p{color:hsl(var(--muted-foreground));font-size:1.125rem}.rb-product-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.rb-product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.rb-product-grid--3{grid-template-columns:repeat(3,1fr)}}.rb-product-grid--narrow{max-width:56rem;margin-inline:auto}.rb-card{background:#fff;border-radius:var(--radius-card);border:1px solid hsl(var(--border));box-shadow:var(--shadow-sm);overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.rb-card:hover{border-color:hsl(var(--primary) / .4);box-shadow:var(--shadow-lg)}.rb-card__media{position:relative;height:16rem;display:flex;align-items:center;justify-content:center;padding:2rem;border-bottom:1px solid hsl(var(--border));background:#fff}.rb-card__media img{height:100%;object-fit:contain;transition:transform .5s ease}.rb-card:hover .rb-card__media img{transform:scale(1.05)}.rb-card__body{padding:1.5rem}.rb-card__body h3{font-size:1.25rem;color:hsl(var(--secondary));margin-bottom:.25rem}.rb-card__desc{color:hsl(var(--muted-foreground));font-size:.875rem;margin-bottom:1rem}.rb-card__perks{display:flex;flex-direction:column;gap:.375rem;font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:1.25rem}.rb-card__perks li{display:flex;align-items:center;gap:.375rem}.rb-card__perks .rb-icon{color:#22c55e}.rb-card__row{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid hsl(var(--border))}.rb-card__price{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:hsl(var(--secondary))}.rb-card__sold-out{font-family:var(--font-mono);font-size:.75rem;font-weight:700;color:hsl(var(--destructive))}.rb-pillars{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.rb-pillars{grid-template-columns:repeat(3,1fr)}}.rb-pillar{padding:2rem;border-radius:var(--radius-card);background:hsl(var(--muted) / .5);border:1px solid hsl(var(--border));transition:border-color .2s ease}.rb-pillar:hover{border-color:hsl(var(--primary) / .3)}.rb-pillar__icon{width:3.5rem;height:3.5rem;background:#fff;border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:var(--shadow-sm);border:1px solid hsl(var(--border) / .5);color:hsl(var(--primary))}.rb-pillar h3{font-size:1.25rem;color:hsl(var(--secondary));margin-bottom:.75rem}.rb-pillar p{color:hsl(var(--muted-foreground));line-height:1.65}.rb-cta{position:relative;overflow:hidden;background:hsl(var(--secondary));color:#fff;padding-block:6rem}.rb-cta:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:hsl(var(--primary) / .1);transform:skew(-12deg) translate(8rem)}.rb-cta__inner{position:relative;z-index:10;max-width:56rem}.rb-cta h2{font-size:2.25rem;margin-bottom:1.5rem}@media(min-width:768px){.rb-cta h2{font-size:3rem}}.rb-cta p{font-size:1.25rem;color:#ffffffb3;margin-bottom:2.5rem;max-width:42rem}.rb-cta__actions{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.rb-cta__actions{flex-direction:row}}.rb-breadcrumb{border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted) / .3)}.rb-breadcrumb__inner{display:flex;align-items:center;padding-block:1rem;font-family:var(--font-mono);font-size:.875rem;color:hsl(var(--muted-foreground))}.rb-breadcrumb__inner a:hover{color:hsl(var(--primary))}.rb-breadcrumb__sep{margin-inline:.75rem}.rb-breadcrumb__current{color:hsl(var(--secondary));font-weight:500}.rb-catalog{background:#fff;padding-bottom:6rem}.rb-catalog__head{margin-top:3.5rem;margin-bottom:3rem}.rb-catalog__head h1{font-size:2.25rem;color:hsl(var(--secondary));margin-bottom:1rem}@media(min-width:768px){.rb-catalog__head h1{font-size:3rem}}.rb-catalog__head p{color:hsl(var(--muted-foreground));font-size:1.125rem;max-width:42rem}.rb-empty{text-align:center;padding:5rem 1rem;border:1px dashed hsl(var(--border));border-radius:var(--radius-card);color:hsl(var(--muted-foreground))}.rb-pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem;font-family:var(--font-mono);font-size:.875rem}.rb-pagination a,.rb-pagination span{padding:.5rem .875rem;border:1px solid hsl(var(--border));border-radius:var(--radius-btn)}.rb-pagination a:hover{border-color:hsl(var(--primary));color:hsl(var(--primary))}.rb-pagination .current{background:hsl(var(--primary));border-color:hsl(var(--primary));color:#fff}.rb-product{background:#fff;padding-bottom:6rem}.rb-product__grid{display:grid;grid-template-columns:1fr;gap:4rem;margin-top:3rem}@media(min-width:1024px){.rb-product__grid{grid-template-columns:1fr 1fr}}.rb-gallery{display:flex;flex-direction:column;gap:1.5rem}.rb-gallery__main{position:relative;aspect-ratio:1 / 1;background:#fff;border-radius:var(--radius-card);border:1px solid hsl(var(--border));display:flex;align-items:center;justify-content:center;overflow:hidden}.rb-gallery__main img{width:100%;height:100%;object-fit:contain;padding:2rem;transition:transform .5s ease}.rb-gallery__main:hover img{transform:scale(1.05)}.rb-gallery__tag{position:absolute;bottom:1rem;right:1rem;background:#fff;color:hsl(var(--secondary));padding:.25rem .75rem;font-family:var(--font-mono);font-size:.75rem;font-weight:700;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid hsl(var(--border))}.rb-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.rb-gallery__thumbs button{aspect-ratio:1 / 1;border-radius:var(--radius-lg);border:1px solid hsl(var(--border));background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;padding:0;transition:border-color .2s ease}.rb-gallery__thumbs button:hover{border-color:hsl(var(--primary) / .5)}.rb-gallery__thumbs button.active{border-color:hsl(var(--primary));box-shadow:0 0 0 1px hsl(var(--primary))}.rb-gallery__thumbs img{width:100%;height:100%;object-fit:contain;padding:.5rem}.rb-product__info{display:flex;flex-direction:column}.rb-product__info h1{font-size:2.25rem;color:hsl(var(--secondary));margin-bottom:1rem}@media(min-width:768px){.rb-product__info h1{font-size:3rem}}.rb-price-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.rb-price{font-family:var(--font-display);font-size:1.875rem;font-weight:700;color:hsl(var(--secondary))}.rb-stock{font-family:var(--font-mono);font-size:.875rem;font-weight:700;padding:.25rem .5rem;border-radius:var(--radius-btn)}.rb-stock--in{background:#dcfce7;color:#166534}.rb-stock--out{background:hsl(var(--destructive) / .1);color:hsl(var(--destructive))}.rb-product__lead{color:hsl(var(--muted-foreground));font-size:1.125rem;line-height:1.65;margin-bottom:2rem}.rb-specs{background:hsl(var(--muted) / .5);border:1px solid hsl(var(--border));border-radius:var(--radius-xl);padding:1.5rem;margin-bottom:2rem}.rb-specs h3{display:flex;align-items:center;font-size:1rem;font-weight:600;color:hsl(var(--secondary));margin-bottom:1rem}.rb-specs h3 .rb-icon{color:hsl(var(--primary));margin-right:.5rem}.rb-specs dl{display:grid;grid-template-columns:1fr;gap:1rem;font-size:.875rem}@media(min-width:640px){.rb-specs dl{grid-template-columns:1fr 1fr}}.rb-specs dt{color:hsl(var(--muted-foreground));font-family:var(--font-mono);font-size:.75rem}.rb-specs dd{font-weight:600;color:hsl(var(--secondary));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rb-warning{display:flex;align-items:flex-start;gap:1rem;background:hsl(var(--destructive) / .05);border:1px solid hsl(var(--destructive) / .2);border-radius:var(--radius-xl);padding:1rem;margin-bottom:2rem;font-size:.875rem}.rb-warning .rb-icon{color:hsl(var(--destructive));margin-top:2px}.rb-warning strong{display:block;color:hsl(var(--destructive));margin-bottom:.25rem}.rb-warning p{color:hsl(var(--destructive) / .8);line-height:1.6}.rb-buy{margin-top:auto;display:flex;flex-direction:column;gap:1.5rem}.rb-buy__row{display:flex;align-items:stretch;gap:1rem}.rb-qty{display:flex;align-items:center;height:3.5rem;border:1px solid hsl(var(--border));border-radius:var(--radius-md);background:#fff}.rb-qty button{width:3rem;height:100%;display:flex;align-items:center;justify-content:center;background:none;border:0;color:hsl(var(--muted-foreground));cursor:pointer;transition:color .2s ease}.rb-qty button:hover{color:hsl(var(--secondary))}.rb-qty input{width:3rem;height:100%;text-align:center;border:0;border-inline:1px solid hsl(var(--border));font-family:var(--font-mono);font-weight:600;color:hsl(var(--secondary));-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;background:transparent}.rb-qty input::-webkit-outer-spin-button,.rb-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.rb-buy .btn--add{flex:1;height:3.5rem;font-size:1.125rem}.rb-perks{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.rb-perks li{display:flex;align-items:center;gap:.5rem}.rb-perks .rb-icon--green{color:#22c55e}.rb-perks .rb-icon--primary{color:hsl(var(--primary))}.rb-description{margin-top:6rem;border-top:1px solid hsl(var(--border));padding-top:4rem}.rb-description__inner{max-width:56rem;margin-inline:auto}.rb-description h2{font-size:1.5rem;color:hsl(var(--secondary));margin-bottom:1.5rem}.rb-prose{color:hsl(var(--muted-foreground));line-height:1.75}.rb-prose p{margin-bottom:1.25rem}.rb-prose h3{color:hsl(var(--secondary));font-size:1.125rem;margin:2rem 0 1rem}.rb-prose ul{list-style:disc;padding-left:1.5rem;margin-bottom:1.25rem}.rb-prose a{color:hsl(var(--primary));text-decoration:underline}.rb-cart{background:#fff;padding-bottom:6rem}.rb-cart__grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-top:3rem}@media(min-width:1024px){.rb-cart__grid{grid-template-columns:1fr 24rem;align-items:start}}.rb-cart h1{font-size:2.25rem;color:hsl(var(--secondary))}.rb-line{display:grid;grid-template-columns:6rem 1fr auto;gap:1.5rem;align-items:center;padding-block:1.5rem;border-bottom:1px solid hsl(var(--border))}.rb-line__media{width:6rem;height:6rem;border:1px solid hsl(var(--border));border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.rb-line__media img{width:100%;height:100%;object-fit:contain;padding:.5rem}.rb-line__title{font-family:var(--font-display);font-weight:700;color:hsl(var(--secondary))}.rb-line__meta{font-size:.875rem;color:hsl(var(--muted-foreground));font-family:var(--font-mono);margin-top:.25rem}.rb-line__remove{font-size:.75rem;color:hsl(var(--muted-foreground));text-decoration:underline;margin-top:.5rem;display:inline-block}.rb-line__remove:hover{color:hsl(var(--destructive))}.rb-line__right{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.rb-line__price{font-family:var(--font-display);font-weight:700;color:hsl(var(--secondary))}.rb-line .rb-qty{height:2.5rem}.rb-line .rb-qty button,.rb-line .rb-qty input{width:2.25rem}.rb-summary{background:hsl(var(--muted) / .4);border:1px solid hsl(var(--border));border-radius:var(--radius-card);padding:1.5rem}.rb-summary h2{font-size:1.25rem;color:hsl(var(--secondary));margin-bottom:1.25rem}.rb-summary__row{display:flex;justify-content:space-between;font-size:.9375rem;padding-block:.5rem;color:hsl(var(--muted-foreground))}.rb-summary__row--total{border-top:1px solid hsl(var(--border));margin-top:.75rem;padding-top:1rem;color:hsl(var(--secondary));font-family:var(--font-display);font-weight:700;font-size:1.25rem}.rb-summary__note{font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:1rem;line-height:1.5}.rb-summary .btn{margin-top:1.25rem}.rb-cart-empty{text-align:center;padding:6rem 1rem}.rb-cart-empty h1{margin-bottom:1rem}.rb-cart-empty p{color:hsl(var(--muted-foreground));margin-bottom:2rem}.rb-page-hero{background:hsl(var(--secondary));color:#fff;padding-block:5rem;position:relative;overflow:hidden}.rb-page-hero--tall{padding-block:6rem}.rb-page-hero__pattern-lines{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;background-image:linear-gradient(45deg,transparent 25%,rgb(255 255 255 / .2) 50%,transparent 75%,transparent 100%);background-size:20px 20px}.rb-page-hero__pattern-glow{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;pointer-events:none;background-image:radial-gradient(circle at 20% 50%,hsl(var(--primary)) 0%,transparent 60%),radial-gradient(circle at 80% 20%,hsl(var(--primary)) 0%,transparent 50%)}.rb-page-hero__inner{position:relative;z-index:10}.rb-page-hero h1{font-size:2.25rem;margin-bottom:1rem}@media(min-width:768px){.rb-page-hero h1{font-size:3rem}}.rb-page-hero--tall h1{margin-bottom:1.5rem}@media(min-width:768px){.rb-page-hero--tall h1{font-size:3.75rem}}.rb-page-hero p{font-size:1.125rem;color:#ffffffb3;line-height:1.65}@media(min-width:768px){.rb-page-hero--tall p{font-size:1.25rem}}.rb-page-hero .rb-hero__badge{margin-bottom:1.5rem}.rb-page-hero--center{text-align:center}.rb-page-hero--center .rb-page-hero__inner{max-width:48rem;margin-inline:auto}.rb-page-hero__narrow{max-width:48rem}.rb-about-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.rb-about-grid{grid-template-columns:1fr 1fr}}.rb-about-copy h2{font-size:1.875rem;color:hsl(var(--secondary));margin-bottom:2rem}.rb-about-copy p{color:hsl(var(--muted-foreground));font-size:1.125rem;line-height:1.75;margin-bottom:1.5rem}.rb-about-tiles{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.rb-about-tiles{grid-template-columns:1fr 1fr}}.rb-tile{background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:var(--radius-xl);padding:1.5rem}.rb-tile .rb-icon{color:hsl(var(--primary));margin-bottom:1rem}.rb-tile h3{font-size:1rem;color:hsl(var(--secondary));margin-bottom:.5rem}.rb-tile p{font-size:.875rem;color:hsl(var(--muted-foreground))}.rb-commitment{background:hsl(var(--muted));border-block:1px solid hsl(var(--border));padding-block:6rem;text-align:center}.rb-commitment__inner{max-width:56rem;margin-inline:auto}.rb-commitment h2{font-size:1.875rem;color:hsl(var(--secondary));margin-bottom:2rem}.rb-commitment p{font-size:1.25rem;color:hsl(var(--muted-foreground));line-height:1.75;margin-bottom:3rem}.rb-commitment__badges{display:inline-flex;align-items:center;background:#fff;border:1px solid hsl(var(--border));border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:.25rem}.rb-commitment__badges>div{padding:.75rem 1.5rem;font-family:var(--font-mono);font-size:.875rem;font-weight:700}.rb-commitment__badges>div:first-child{border-right:1px solid hsl(var(--border));color:hsl(var(--secondary))}.rb-commitment__badges>div:last-child{color:hsl(var(--primary))}.rb-notice{background:#fffbeb;border-bottom:1px solid #fde68a}.rb-notice__inner{display:flex;align-items:flex-start;gap:.75rem;padding-block:1rem;max-width:64rem}.rb-notice .rb-icon{color:#f59e0b;margin-top:2px}.rb-notice p{font-size:.875rem;color:#92400e;line-height:1.6}.rb-faq-wrap{max-width:64rem;margin-inline:auto;margin-top:4rem;display:flex;flex-direction:column;gap:3.5rem}.rb-faq-cat__head{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.rb-faq-cat__icon{padding:.625rem;border-radius:var(--radius-lg);display:flex}.rb-faq-cat__head h2{font-size:1.25rem;color:hsl(var(--secondary))}.rb-faq-cat__rule{flex:1;height:1px;background:hsl(var(--border));margin-left:.5rem}.rb-faq-cat__icon--amber{background:#fffbeb;color:#f59e0b}.rb-faq-cat__icon--primary{background:hsl(var(--primary) / .05);color:hsl(var(--primary))}.rb-faq-cat__icon--green{background:#f0fdf4;color:#16a34a}.rb-faq-cat__icon--violet{background:#f5f3ff;color:#7c3aed}.rb-faq-cat__icon--sky{background:#f0f9ff;color:#0284c7}.rb-accordion{display:flex;flex-direction:column;gap:.5rem}.rb-accordion details{background:hsl(var(--muted) / .3);border:1px solid hsl(var(--border));border-radius:var(--radius-xl);padding-inline:.5rem;transition:background .2s ease,box-shadow .2s ease}.rb-accordion details[open]{background:#fff;box-shadow:var(--shadow-sm)}.rb-accordion summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;list-style:none;padding:1rem;font-size:.875rem;font-weight:600;color:hsl(var(--secondary))}.rb-accordion summary::-webkit-details-marker{display:none}.rb-accordion summary:hover{color:hsl(var(--primary))}.rb-accordion details[open] summary{color:hsl(var(--primary))}.rb-accordion summary .rb-icon{transition:transform .2s ease;color:hsl(var(--muted-foreground))}.rb-accordion details[open] summary .rb-icon{transform:rotate(180deg)}.rb-accordion .rb-accordion__body{padding:0 1rem 1.25rem;font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.65}.rb-faq-cta{margin-top:4rem;padding:2rem;background:hsl(var(--secondary));color:#fff;border-radius:var(--radius-card);text-align:center}.rb-faq-cta .rb-icon{color:hsl(var(--primary));margin-inline:auto;margin-bottom:1rem}.rb-faq-cta h3{font-size:1.125rem;margin-bottom:.5rem}.rb-faq-cta p{color:#ffffffb3;font-size:.875rem;margin-bottom:1.5rem;max-width:32rem;margin-inline:auto}.rb-contact-grid{display:grid;grid-template-columns:1fr;gap:4rem;margin-top:4rem}@media(min-width:1024px){.rb-contact-grid{grid-template-columns:1fr 1fr}}.rb-contact-grid h2{font-size:1.5rem;color:hsl(var(--secondary));margin-bottom:1.5rem}.rb-form{display:flex;flex-direction:column;gap:1.5rem}.rb-form__row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.rb-form__row{grid-template-columns:1fr 1fr}}.rb-field{display:flex;flex-direction:column;gap:.5rem}.rb-field label{font-size:.875rem;font-weight:600;color:hsl(var(--secondary))}.rb-field input,.rb-field textarea{border:1px solid hsl(var(--border));border-radius:var(--radius-md);background:hsl(var(--muted) / .5);padding:.625rem .75rem;font-size:.875rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.rb-field input:focus,.rb-field textarea:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 1px hsl(var(--primary))}.rb-field textarea{min-height:150px;resize:vertical}.rb-contact-info{margin-top:3rem;padding-top:3rem;border-top:1px solid hsl(var(--border));display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.rb-contact-info{grid-template-columns:1fr 1fr}}.rb-contact-info__item{display:flex;align-items:flex-start;gap:1rem}.rb-contact-info__icon{background:hsl(var(--primary) / .1);color:hsl(var(--primary));padding:.75rem;border-radius:var(--radius-lg);display:flex}.rb-contact-info__item h4{font-size:1rem;color:hsl(var(--secondary));margin-bottom:.25rem}.rb-contact-info__item p{font-size:.875rem;color:hsl(var(--muted-foreground))}.rb-contact-info__item .rb-mono{font-family:var(--font-mono)}.rb-contact-faq{background:hsl(var(--muted) / .3);border:1px solid hsl(var(--border));border-radius:var(--radius-card);padding:2rem}@media(min-width:768px){.rb-contact-faq{padding:2.5rem}}.rb-contact-faq h2{margin-bottom:2rem}.rb-form__success{background:#dcfce7;border:1px solid #86efac;color:#166534;border-radius:var(--radius-md);padding:.875rem 1rem;font-size:.875rem}.rb-form__errors{background:hsl(var(--destructive) / .08);border:1px solid hsl(var(--destructive) / .3);color:hsl(var(--destructive));border-radius:var(--radius-md);padding:.875rem 1rem;font-size:.875rem}.rb-footer{background:hsl(var(--secondary));color:#fff;padding-top:4rem;padding-bottom:2rem;border-top:4px solid hsl(var(--primary))}.rb-footer__grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.rb-footer__grid{grid-template-columns:2fr 1fr 1fr}}.rb-footer__brand{display:flex;flex-direction:column;gap:1.5rem}.rb-footer__brand img{height:2.5rem;width:auto;filter:brightness(0) invert(1);opacity:.9;align-self:flex-start}.rb-footer__brand p{color:#ffffffb3;max-width:24rem;font-size:.875rem;line-height:1.65}.rb-footer__contact{display:flex;flex-direction:column;gap:.75rem;font-family:var(--font-mono);font-size:.875rem;color:#ffffffb3}.rb-footer__contact div{display:flex;align-items:center;gap:.5rem}.rb-footer__contact .rb-icon{color:hsl(var(--primary))}.rb-footer h4{font-size:1.125rem;letter-spacing:.025em;text-transform:uppercase;color:#fff;margin-bottom:1rem;font-weight:600}.rb-footer nav{display:flex;flex-direction:column;gap:.75rem}.rb-footer nav a{color:#ffffffb3;font-size:.875rem;transition:color .2s ease}.rb-footer nav a:hover{color:hsl(var(--primary))}.rb-footer__bottom{padding-top:2rem;border-top:1px solid rgb(255 255 255 / .1);display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;text-align:center}@media(min-width:768px){.rb-footer__bottom{flex-direction:row;text-align:left}}.rb-footer__copyright{font-family:var(--font-mono);font-size:.75rem;color:#ffffff80}.rb-footer__disclaimer{background:hsl(var(--destructive) / .1);border:1px solid hsl(var(--destructive) / .3);color:#fff;padding:.5rem 1rem;border-radius:var(--radius-btn);font-family:var(--font-mono);font-size:.75rem;max-width:42rem;text-align:center}@media(min-width:768px){.rb-footer__disclaimer{text-align:right}}.rb-utility{text-align:center;padding:8rem 1rem}.rb-utility h1{font-size:2.25rem;color:hsl(var(--secondary));margin-bottom:1rem}.rb-utility p{color:hsl(var(--muted-foreground));margin-bottom:2rem}.rb-search-form{display:flex;gap:.75rem;max-width:32rem;margin-inline:auto}.rb-search-form input{flex:1;border:1px solid hsl(var(--border));border-radius:var(--radius-md);padding:.625rem 1rem;background:hsl(var(--muted) / .5)}.rb-search-form input:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 1px hsl(var(--primary))}.rb-results{margin-top:4rem}.rb-article{max-width:48rem;margin-inline:auto;padding-block:4rem}.rb-article h1{font-size:2.25rem;color:hsl(var(--secondary));margin-bottom:1rem}.rb-article__meta{font-family:var(--font-mono);font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:2rem}.rb-password-main{min-height:100vh;background:hsl(var(--secondary));color:#fff;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center;background-image:radial-gradient(circle at 2px 2px,rgb(255 255 255 / .06) 1px,transparent 0);background-size:40px 40px}.rb-password-box{max-width:28rem;width:100%;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.rb-password-box h1{font-size:1.875rem}.rb-password-box p{color:#ffffffb3}.rb-password-box form{display:flex;gap:.5rem;width:100%}.rb-password-box input{flex:1;padding:.75rem 1rem;border-radius:var(--radius-md);border:1px solid rgb(255 255 255 / .2);background:#ffffff0d;color:#fff}.rb-password-box input::placeholder{color:#fff6}.rb-animate{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.rb-animate.in-view{opacity:1;transform:none}.rb-animate--d1.in-view{transition-delay:.1s}.rb-animate--d2.in-view{transition-delay:.2s}@media(prefers-reduced-motion:reduce){.rb-animate{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/base.css.map */
