.loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff}.loading-screen__title{font-size:1.875rem;font-weight:700;color:#1e3a5f;letter-spacing:.05em}@media(min-width:768px){.loading-screen__title{font-size:2.25rem}}.loading-screen__subtitle{font-size:.875rem;color:#6b7280;margin-top:.5rem;letter-spacing:.1em;text-transform:uppercase}.loading-screen__progress-track{width:16rem;height:.25rem;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}.loading-screen__progress-bar{height:100%;background-color:var(--obc-ice-blue);border-radius:9999px}.not-found-page{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background-color:#f9fafb}.not-found-page__card{width:100%;max-width:28rem;margin:0 1rem}.not-found-page__card-content{padding-top:1.5rem}.not-found-page__header{display:flex;margin-bottom:1rem;gap:.5rem}.not-found-page__icon{height:2rem;width:2rem;color:#ef4444}.not-found-page__title{font-size:1.5rem;font-weight:700;color:#111827}.not-found-page__message{margin-top:1rem;font-size:.875rem;color:#4b5563}.landing-page{min-height:100vh;background-color:#fff}.navbar__promo-bar{background-color:var(--obc-ice-blue);color:#fff;font-size:.75rem;padding-top:.5rem;padding-bottom:.5rem;text-align:center;letter-spacing:.1em;font-family:Proza Libre,Arial,sans-serif}.navbar__mobile-menu-btn{padding:.5rem;color:var(--obc-charcoal)}.navbar__mobile-menu-btn:hover{color:var(--obc-ice-blue);background-color:#f3f4f6}@media(min-width:768px){.navbar__mobile-menu-btn{display:none}}.navbar__logo-wrapper{height:7rem;width:10rem;margin-right:2rem;display:flex;align-items:flex-end;justify-content:center;position:relative;overflow:hidden;padding-bottom:.25rem}.navbar__nav-link{font-family:Proza Libre,Arial,sans-serif;font-weight:800;font-size:.75rem;letter-spacing:.05em;color:var(--obc-charcoal);cursor:pointer;transition:color .15s;margin-left:.5rem;margin-right:.5rem;white-space:nowrap}.navbar__nav-link:hover{color:var(--obc-ice-blue)}.navbar__icon-btn{padding:.5rem;color:var(--obc-charcoal);background-color:transparent!important;transition:color .2s ease}.navbar__icon-btn:hover{color:var(--obc-ice-blue)!important;background-color:transparent!important}.navbar__icon-btn--relative{position:relative;padding:.5rem;color:var(--obc-charcoal);background-color:transparent!important;transition:color .2s ease}.navbar__icon-btn--relative:hover{color:var(--obc-ice-blue)!important;background-color:transparent!important}.navbar__cart-badge{position:absolute;top:-.25rem;right:-.25rem;background-color:var(--obc-coral);color:#fff;font-size:.75rem;height:1.25rem;width:1.25rem;display:flex;align-items:center;justify-content:center;padding:0;border-radius:9999px}.navbar__dealers-btn{display:none;padding:.5rem 1.25rem;font-family:Proza Libre,Arial,sans-serif;font-size:.75rem;letter-spacing:.1em;border-radius:9999px!important;border:2px solid black;background-color:#000!important;color:#fff!important;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.navbar__dealers-btn:hover{background-color:var(--obc-ice-blue)!important;border-color:var(--obc-ice-blue)!important;color:#fff!important}@media(min-width:768px){.navbar__dealers-btn{display:flex}}.navbar__dealers-btn--mobile{display:flex;padding:.375rem .75rem;font-size:.65rem;white-space:nowrap}@media(min-width:768px){.navbar__dealers-btn--mobile{display:none!important}}.navbar__mobile-icons{display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.navbar__search-bar{border-top:1px solid #e5e7eb;padding:1rem;background-color:#f9fafb}.navbar__search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;background-color:#fff;border-color:#d1d5db;color:var(--obc-charcoal)}.navbar__search-input::-moz-placeholder{color:#9ca3af}.navbar__search-input::placeholder{color:#9ca3af}.navbar__search-input:focus{border-color:var(--obc-ice-blue)}.navbar__search-btn{background-color:var(--obc-ice-blue);color:#fff;padding-left:1.5rem;padding-right:1.5rem}.navbar__search-btn:hover{background-color:color-mix(in srgb,var(--obc-ice-blue) 90%,transparent)}.navbar__mobile-menu{border-top:1px solid #e5e7eb;overflow:hidden;transition:all .2s ease-in-out}.navbar__mobile-menu--open{max-height:500px;opacity:1}.navbar__mobile-menu--closed{max-height:0;opacity:0}@media(min-width:768px){.navbar__mobile-menu{display:none}}.navbar__mobile-link{display:block;padding-top:.75rem;padding-bottom:.75rem;font-family:Proza Libre,Arial,sans-serif;font-size:.875rem;letter-spacing:.1em;color:var(--obc-charcoal);cursor:pointer}.navbar__mobile-link:hover{color:var(--obc-ice-blue)}.navbar__mobile-signout{display:block;padding-top:.75rem;padding-bottom:.75rem;font-family:Proza Libre,Arial,sans-serif;font-size:.875rem;letter-spacing:.1em;color:var(--obc-coral)}.navbar__mobile-dealers{display:block;margin-top:.5rem;padding:.75rem 1rem;font-family:Proza Libre,Arial,sans-serif;font-size:.875rem;letter-spacing:.1em;text-align:center;border-radius:.5rem;cursor:pointer;border:2px solid black;background-color:#000;color:#fff;transition:all .3s}.navbar__mobile-dealers:hover{background-color:#fff;color:#000}.navbar__profile-img{width:1.5rem;height:1.5rem;border-radius:9999px;-o-object-fit:cover;object-fit:cover}.hero__section{position:relative;height:80vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;isolation:isolate;background-color:#fff}.hero__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0000004d;z-index:1}.hero__content{position:relative;z-index:10;text-align:center;color:#fff;max-width:42rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.hero__logo-wrapper{height:15rem;width:auto;margin-left:auto;margin-right:auto;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}@media(min-width:768px){.hero__logo-wrapper{height:20rem}}.hero__logo{height:100%;width:auto;margin-left:auto;margin-right:auto;filter:brightness(0) invert(1)}.hero__tagline{font-size:1.875rem;margin-bottom:2rem;max-width:42rem;margin-left:auto;margin-right:auto;opacity:.9}.featured-categories__shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#e5e7eb,#f3f4f6,#e5e7eb);transition:opacity .3s}.featured-categories__shimmer--visible{opacity:1}.featured-categories__shimmer--hidden{opacity:0;pointer-events:none}.featured-categories__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .7s,opacity .3s}.group:hover .featured-categories__image{transform:scale(1.05)}.featured-categories__image--visible{opacity:1}.featured-categories__image--hidden{opacity:0}.featured-categories__card{flex-shrink:0;width:18rem;cursor:pointer;position:relative;overflow:hidden}@media(min-width:768px){.featured-categories__card{width:auto}}.featured-categories__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0003;transition:all .3s;z-index:10}.group:hover .featured-categories__card-overlay{background-color:#0000004d}.featured-categories__card-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding-top:2rem;padding-bottom:2rem;color:#fff;z-index:20}.featured-categories__card-name{font-size:1.5rem;font-weight:700;letter-spacing:.05em;text-align:center;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.featured-categories__card-name{font-size:2.25rem}}.featured-categories__card-desc{font-size:.75rem;letter-spacing:.3em;margin-top:.5rem}.featured-categories__shop-now{opacity:0;transform:translateY(1rem);transition:all .3s;font-size:.875rem;letter-spacing:.1em;border-bottom:2px solid white;padding-bottom:.25rem}.group:hover .featured-categories__shop-now{opacity:1;transform:translateY(0)}.product-card__image-wrapper{position:relative;overflow:hidden;background-color:var(--obc-light-gray)}.product-card__hover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0000;transition:all .3s}.group:hover .product-card__hover-overlay{background-color:#0000001a}.product-card__sale-badge{position:absolute;top:.75rem;left:.75rem;background-color:#ef4444;color:#fff;font-size:11px;font-weight:600;text-transform:uppercase;padding:.25rem .75rem;border-radius:.25rem;box-shadow:0 1px 2px #0000000d;line-height:1}.product-card__stock-badge{position:absolute;top:.75rem;left:.75rem;color:#fff;font-size:11px;font-weight:600;text-transform:uppercase;padding:.25rem .75rem;border-radius:.25rem;box-shadow:0 1px 2px #0000000d;line-height:1}.product-card__stock-badge--backorder{background-color:#d97706}.product-card__stock-badge--soldout{background-color:#1f2937}.product-card__wishlist-btn{position:absolute;top:1rem;right:1rem;padding:.5rem;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:background-color .15s}.product-card__wishlist-btn--active{background-color:#ec4899!important;color:#fff!important}.product-card__wishlist-btn--active:hover{background-color:#db2777!important}.product-card__wishlist-btn--inactive{background-color:#fff!important}.product-card__wishlist-btn--inactive:hover{background-color:#fce7f3!important}.product-card__info{padding:1rem;background-color:#fff}.product-card__name{font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--obc-charcoal)}.product-card__price{font-weight:700;font-size:1.125rem;color:var(--obc-charcoal)}.product-card__compare-price{font-size:.875rem;color:var(--obc-medium-gray);text-decoration:line-through}.product-card__add-btn{width:100%;margin-top:.75rem;color:#fff;font-size:.75rem;letter-spacing:.1em;padding:.5rem}@media(min-width:640px){.product-card__add-btn{font-size:.875rem;letter-spacing:.1em}}.product-card__add-btn--in-stock{background-color:var(--obc-ice-blue)!important}.product-card__add-btn--in-stock:hover{background-color:#2563eb!important}.product-card__add-btn--backorder{background-color:#d97706!important}.product-card__add-btn--backorder:hover{background-color:#b45309!important}.featured-products__custom-section{background-color:var(--obc-sand);margin-top:4rem;padding:4rem 1.5rem}.featured-products__custom-image{width:100%;height:auto;border-radius:1rem;-o-object-fit:contain;object-fit:contain;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;display:none}@media(min-width:768px){.featured-products__custom-image{display:block}}.featured-products__feature-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;border-radius:.75rem;border:1px solid #f3f4f6;background-color:#f9fafb;transition:background-color .15s}.featured-products__feature-card:hover{background-color:rgba(var(--obc-ice-blue-rgb, 59 130 246)/.1)}.featured-products__feature-icon-wrapper{width:3rem;height:3rem;border-radius:9999px;background-color:rgba(var(--obc-ice-blue-rgb, 59 130 246)/.2);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.featured-products__feature-icon{width:1.25rem;height:1.25rem;color:var(--obc-ice-blue)}.featured-products__feature-title{font-size:.875rem;letter-spacing:.1em;color:var(--obc-charcoal);margin-bottom:.5rem}.featured-products__feature-desc{font-size:.75rem;color:#6b7280}.featured-products__contact-btn{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--obc-charcoal);color:#fff;font-size:.875rem;letter-spacing:.2em;padding:1rem 2rem;transition:background-color .15s}.featured-products__contact-btn:hover{background-color:#000}.featured-products__video{width:100%;height:18rem;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;margin-bottom:1rem}.brand-story__mission-label{font-size:.75rem;letter-spacing:.3em;color:#9ca3af;margin-bottom:1rem}.brand-story__title{font-size:2.25rem;letter-spacing:.05em;margin-bottom:1.5rem}@media(min-width:768px){.brand-story__title{font-size:3rem}}.brand-story__subtitle{font-size:1.5rem;letter-spacing:.05em;margin-bottom:1.5rem}.brand-story__divider{width:4rem;height:.25rem;background-color:#fff;margin-bottom:2rem}.brand-story__body{font-size:1.125rem;color:#d1d5db;margin-bottom:2rem;line-height:1.625}.brand-story__btn--hurricane{background-color:#fff;color:var(--obc-charcoal);border:1px solid white;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;width:100%;border-radius:1rem;transition:all .3s;box-shadow:0 0 20px #fff9,0 0 40px #3b82f666;display:flex;align-items:center;gap:.75rem}@media(min-width:640px){.brand-story__btn--hurricane{width:auto}}.brand-story__btn--hurricane:hover{background-color:var(--obc-ice-blue);color:#fff;border-color:var(--obc-ice-blue);transform:scale(1.1);box-shadow:0 0 30px #3b82f6cc,0 0 60px #3b82f680}.brand-story__btn--sustainability{background-color:#fff;color:var(--obc-charcoal);border:1px solid white;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;width:100%;border-radius:1rem;transition:all .3s;box-shadow:0 0 20px #fff9,0 0 40px #22c55e66;display:flex;align-items:center;gap:.75rem}@media(min-width:640px){.brand-story__btn--sustainability{width:auto}}.brand-story__btn--sustainability:hover{background-color:#16a34a;color:#fff;border-color:#16a34a;transform:scale(1.1);box-shadow:0 0 30px #22c55ecc,0 0 60px #22c55e80}.brand-story__image-wrapper{position:relative;height:100%;min-height:500px}.brand-story__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:1rem;box-shadow:0 0 250px #3b82f699}.newsletter__section{position:relative;padding-top:5rem;padding-bottom:5rem;background-color:var(--obc-light-gray)}.newsletter__secret-btn{position:absolute;top:0;right:0;width:2.5rem;height:2.5rem;opacity:0;cursor:default}.newsletter__label{font-size:.75rem;letter-spacing:.3em;color:var(--obc-medium-gray);margin-bottom:1rem}.newsletter__heading{font-size:1.875rem;letter-spacing:.05em;color:var(--obc-charcoal);margin-bottom:1rem}@media(min-width:768px){.newsletter__heading{font-size:2.25rem}}.newsletter__subtext{color:var(--obc-medium-gray);margin-bottom:2rem}.footer__heading{font-size:1.5rem;letter-spacing:.05em;margin-bottom:1.5rem}.footer__subheading{font-size:.75rem;letter-spacing:.2em;margin-bottom:1.5rem}.footer__social-link{color:#9ca3af;transition:color .15s}.footer__social-link:hover{color:#fff}.footer__newsletter-input{background-color:transparent;border:1px solid #4b5563;padding:.75rem 1rem;font-size:.875rem;transition:border-color .15s}.footer__newsletter-input:focus{border-color:#fff;outline:none}.footer__newsletter-btn{background-color:#fff;color:var(--obc-charcoal);padding:.75rem 1rem;font-size:.75rem;letter-spacing:.1em;opacity:.5;cursor:not-allowed;transition:color .15s}.footer__bottom{border-top:1px solid #374151;margin-top:3rem;padding-top:2rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media(min-width:768px){.footer__bottom{flex-direction:row}}.footer__bottom-links{display:flex;gap:1.5rem;margin-top:1rem}@media(min-width:768px){.footer__bottom-links{margin-top:0}}.footer__bottom-link{font-size:.75rem;color:#6b7280;cursor:pointer;transition:color .15s}.footer__bottom-link:hover{color:#fff}.home-page{min-height:100vh;background-color:#fff}.featured-gallery__section{padding-top:4rem;padding-bottom:4rem;background-color:var(--obc-light-gray);overflow:hidden}.featured-gallery__heading{font-size:1.875rem;letter-spacing:.05em;color:var(--obc-charcoal);text-align:center;margin-bottom:1rem}@media(min-width:768px){.featured-gallery__heading{font-size:2.25rem}}.featured-gallery__subtext{text-align:center;color:var(--obc-medium-gray);max-width:42rem;margin-left:auto;margin-right:auto}.featured-gallery__scroll-container{display:flex;gap:1rem;overflow:hidden;cursor:grab}.featured-gallery__item{flex-shrink:0;width:18rem;overflow:hidden;aspect-ratio:16/9}@media(min-width:768px){.featured-gallery__item{width:20rem}}@media(min-width:1024px){.featured-gallery__item{width:24rem}}.featured-gallery__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.featured-gallery__img:hover{transform:scale(1.1)}.featured-gallery__grid-item{overflow:hidden;border-radius:.5rem;aspect-ratio:16/9}.featured-gallery__footer-text{font-size:.875rem;color:var(--obc-medium-gray)}.products-page__banner{position:relative;height:16rem;overflow:hidden;background:#fff}@media(min-width:768px){.products-page__banner{height:20rem}}.products-page__banner-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.products-page__banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#3339;z-index:1}.products-page__banner-content{position:relative;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;z-index:2}.products-page__banner-title{font-family:Archivo Black,Arial,sans-serif;font-weight:900;letter-spacing:.2em;color:#fff;filter:drop-shadow(0 4px 8px rgba(0,0,0,.5));font-size:3.75rem}@media(min-width:768px){.products-page__banner-title{font-size:6rem}}@media(min-width:1024px){.products-page__banner-title{font-size:8rem}}.products-page__page-title{letter-spacing:.05em;color:var(--obc-charcoal);font-size:3rem}@media(min-width:768px){.products-page__page-title{font-size:3.75rem}}@media(min-width:1024px){.products-page__page-title{font-size:4.5rem}}.products-page__category-heading{font-size:1.5rem;letter-spacing:.05em;color:var(--obc-charcoal)}@media(min-width:768px){.products-page__category-heading{font-size:1.875rem}}.products-page__category-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.products-page__view-all-btn{color:var(--obc-navy);transition:color .15s}.products-page__view-all-btn:hover{color:var(--obc-charcoal)}.products-page__empty-title{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.products-page__empty-text{color:#4b5563;margin-bottom:1rem}.product-detail__breadcrumb-btn{color:inherit;transition:color .15s}.product-detail__breadcrumb-btn:hover{color:var(--obc-ice-blue)}.product-detail__video-wrapper{position:relative;aspect-ratio:1/1;background:#000;border-radius:.75rem;overflow:hidden}.product-detail__video-iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.product-detail__no-image{aspect-ratio:1/1;background:#f5f0e633;display:flex;align-items:center;justify-content:center;color:#9ca3af}.product-detail__thumb-btn{aspect-ratio:1/1;border-radius:.5rem;overflow:hidden;border:2px solid transparent;transition:border-color .15s}.product-detail__thumb-btn--active{border-color:var(--obc-ice-blue)}.product-detail__thumb-btn:not(.product-detail__thumb-btn--active):hover{border-color:#d1d5db}.product-detail__video-play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000004d}.product-detail__video-play-icon{width:2rem;height:2rem;border-radius:50%;background:#dc2626;display:flex;align-items:center;justify-content:center}.product-detail__video-play-triangle{width:0;height:0;border-left:8px solid white;border-top:5px solid transparent;border-bottom:5px solid transparent;margin-left:2px}.product-detail__title{font-size:1.875rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}@media(min-width:768px){.product-detail__title{font-size:2.25rem}}.product-detail__short-desc{font-size:1.125rem;color:#4b5563;margin-bottom:1rem}.product-detail__price{font-size:1.875rem;font-weight:700;color:var(--obc-ice-blue)}.product-detail__compare-price{font-size:1.25rem;color:#6b7280;text-decoration:line-through}.product-detail__badge-instock{background:#2e7d32;color:#fff}.product-detail__color-label{font-size:.875rem;font-weight:500;color:#2d3748}.product-detail__color-btn{position:relative;transition:all .15s}.product-detail__color-btn--selected{ring:2px;ring-color:var(--obc-ice-blue);ring-offset:2px;outline:2px solid var(--obc-ice-blue);outline-offset:2px}.product-detail__color-btn:not(.product-detail__color-btn--selected):hover{outline:2px solid #d1d5db;outline-offset:1px}.product-detail__color-swatch{width:3rem;height:3rem;border-radius:.5rem;overflow:hidden}.product-detail__color-dot{position:absolute;bottom:-.25rem;right:-.25rem;width:1rem;height:1rem;border-radius:50%;border:2px solid white;box-shadow:0 1px 3px #0000001f}.product-detail__color-check-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0003;border-radius:.5rem}.product-detail__qty-label{font-size:.875rem;font-weight:500;color:#2d3748}.product-detail__qty-btn{width:2.5rem;height:2.5rem;border-radius:.5rem;border:1px solid #d1d5db;display:flex;align-items:center;justify-content:center;transition:background-color .15s}.product-detail__qty-btn:hover{background:#f9fafb}.product-detail__qty-display{width:3rem;text-align:center;font-weight:500}.product-detail__btn-add-to-cart{width:100%;height:3.5rem;font-size:1.125rem;letter-spacing:.1em;color:#fff;background:var(--obc-ice-blue);transition:background-color .15s}.product-detail__btn-add-to-cart:hover{background:#2563eb}.product-detail__btn-add-to-cart--backorder{background:#d97706}.product-detail__btn-add-to-cart--backorder:hover{background:#b45309}.product-detail__backorder-note{font-size:.875rem;color:#d97706;text-align:center}.product-detail__btn-buy-now{width:100%;height:3.5rem;font-size:1.125rem;letter-spacing:.1em;background:#000;color:#fff;transition:background-color .15s}.product-detail__btn-buy-now:hover{background:#1f2937}.product-detail__btn-buy-now--backorder{background:#d97706;color:#fff}.product-detail__btn-buy-now--backorder:hover{background:#b45309}.product-detail__btn-wishlist{width:100%;height:3rem;letter-spacing:.1em;border:1px solid var(--obc-charcoal)!important;color:var(--obc-charcoal)!important;background:transparent!important;transition:background-color .15s,color .15s,border-color .15s}.product-detail__btn-wishlist:hover{background:var(--obc-charcoal)!important;color:#fff!important;border-color:var(--obc-charcoal)!important}.product-detail__btn-wishlist--in-wishlist{border-color:#ec4899!important;color:#ec4899!important;background:#fdf2f8!important;cursor:pointer}.product-detail__btn-wishlist--in-wishlist:hover{background:#ec4899!important;color:#fff!important;border-color:#ec4899!important}.product-detail__btn-share{width:100%;height:3rem;letter-spacing:.1em;border:1px solid var(--obc-charcoal);color:var(--obc-charcoal);background:transparent;transition:background-color .15s,color .15s}.product-detail__btn-share:hover{background:var(--obc-charcoal);color:#fff}.product-detail__share-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:50;padding:1rem;transition:opacity .2s ease-out,transform .2s ease-out;transform-origin:top}.product-detail__share-dropdown--open{opacity:1;transform:scaleY(1) translateY(0)}.product-detail__share-dropdown--closed{opacity:0;transform:scaleY(.95) translateY(-.25rem);pointer-events:none}.product-detail__share-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.product-detail__share-title{font-weight:500;color:#2d3748}.product-detail__share-close{color:#9ca3af;transition:color .15s}.product-detail__share-close:hover{color:#4b5563}.product-detail__share-btn-facebook{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#1877f2;color:#fff;transition:opacity .15s}.product-detail__share-btn-facebook:hover{opacity:.9}.product-detail__share-btn-x{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#000;color:#fff;transition:opacity .15s}.product-detail__share-btn-x:hover{opacity:.9}.product-detail__share-btn-pinterest{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#e60023;color:#fff;transition:opacity .15s}.product-detail__share-btn-pinterest:hover{opacity:.9}.product-detail__share-btn-copy{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#e5e7eb;color:#374151;transition:background-color .15s}.product-detail__share-btn-copy:hover{background:#d1d5db}.product-detail__section-heading{font-size:1.125rem;font-weight:600;color:#2d3748}.product-detail__description-text{color:#374151;line-height:1.75}.product-detail__feature-item{display:flex;align-items:flex-start;color:#374151}.product-detail__feature-icon{color:#2e7d32;margin-right:.5rem;flex-shrink:0;margin-top:.125rem}.product-detail__not-found-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.recently-viewed__section{padding-top:3rem;padding-bottom:3rem;background-color:#f5e9d533}.recently-viewed__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1.5rem}.recently-viewed__title-row{display:flex;align-items:center;gap:.5rem}.recently-viewed__title{font-size:1.125rem;font-weight:700}@media(min-width:640px){.recently-viewed__title{font-size:1.5rem}}.recently-viewed__count{font-size:.75rem;color:#6b7280}@media(min-width:640px){.recently-viewed__count{font-size:.875rem}}.recently-viewed__nav-btn{height:1.75rem;width:1.75rem}@media(min-width:640px){.recently-viewed__nav-btn{height:2rem;width:2rem}}.recently-viewed__clear-btn{color:#9ca3af;padding-left:.5rem;padding-right:.5rem;background-color:transparent}.recently-viewed__clear-btn:hover{color:#4b5563;background-color:transparent}@media(min-width:640px){.recently-viewed__clear-btn{padding-left:.75rem;padding-right:.75rem}}.recently-viewed__scroll-container{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;cursor:grab;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}@media(min-width:640px){.recently-viewed__scroll-container{gap:1.5rem}}.recently-viewed__scroll-container:active{cursor:grabbing}.recently-viewed__product-wrapper{flex-shrink:0;width:10rem}@media(min-width:640px){.recently-viewed__product-wrapper{width:16rem}}.recently-viewed__skeleton-wrapper{flex-shrink:0;width:10rem}@media(min-width:640px){.recently-viewed__skeleton-wrapper{width:16rem}}.recently-viewed__skeleton-img{height:10rem;width:100%;border-radius:.75rem}@media(min-width:640px){.recently-viewed__skeleton-img{height:16rem}}.recommended-products__section{padding-top:3rem;padding-bottom:3rem;background-color:#fff}.recommended-products__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.recommended-products__title-row{display:flex;align-items:center;gap:.5rem}.recommended-products__title{font-size:1.25rem;font-weight:700}@media(min-width:640px){.recommended-products__title{font-size:1.5rem}}.recommended-products__nav-btns{display:none;align-items:center;gap:.5rem}@media(min-width:640px){.recommended-products__nav-btns{display:flex}}.recommended-products__scroll-container{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}@media(min-width:640px){.recommended-products__scroll-container{gap:1.5rem}}@media(min-width:768px){.recommended-products__scroll-container{display:grid;grid-template-columns:repeat(4,1fr);overflow-x:visible}}.recommended-products__product-wrapper{flex-shrink:0;width:10rem}@media(min-width:640px){.recommended-products__product-wrapper{width:16rem}}@media(min-width:768px){.recommended-products__product-wrapper{width:auto}}.recommended-products__skeleton-wrapper{flex-shrink:0;width:10rem}@media(min-width:640px){.recommended-products__skeleton-wrapper{width:16rem}}.recommended-products__skeleton-img{height:10rem;width:100%;border-radius:.75rem}@media(min-width:640px){.recommended-products__skeleton-img{height:16rem}}.cart-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.cart-page__title{font-size:1.875rem;font-weight:700;color:var(--obc-charcoal)}@media(min-width:768px){.cart-page__title{font-size:2.25rem}}.cart-page__clear-btn{color:#dc2626;border-color:#dc2626}.cart-page__clear-btn:hover{background-color:#dc2626;color:#fff}.cart-page__empty{text-align:center;padding:4rem 0}.cart-page__empty-title{font-size:1.5rem;font-weight:600;color:var(--obc-charcoal);margin-bottom:.5rem}.cart-page__empty-text{color:#4b5563;margin-bottom:1.5rem}.cart-page__empty-shop-btn{background-color:var(--obc-ice-blue);color:#fff}.cart-page__empty-shop-btn:hover{background-color:#1d4ed8}.cart-page__item-image{width:5rem;height:5rem;border-radius:.5rem}.cart-page__item-name{font-weight:600;color:var(--obc-charcoal);margin-bottom:.25rem}.cart-page__item-desc{font-size:.875rem;color:#4b5563;margin-bottom:.5rem}.cart-page__qty-btn{width:2rem;height:2rem;border-radius:.5rem;border:1px solid #d1d5db;display:flex;align-items:center;justify-content:center;transition:background-color .15s}.cart-page__qty-btn:hover{background-color:#f9fafb}.cart-page__qty-btn:disabled{opacity:.5}.cart-page__qty-value{width:2rem;text-align:center;font-weight:500}.cart-page__remove-btn{color:#dc2626;transition:color .15s}.cart-page__remove-btn:hover{color:#b91c1c}.cart-page__item-price{font-size:1.125rem;font-weight:600;color:var(--obc-ice-blue)}.cart-page__item-unit-price{font-size:.875rem;color:#4b5563}.cart-page__summary-label{font-weight:600;color:var(--obc-charcoal)}.cart-page__summary-total{font-size:1.5rem;font-weight:700;color:var(--obc-ice-blue)}.cart-page__continue-btn{flex:1;border-color:var(--obc-ice-blue);color:var(--obc-ice-blue)}.cart-page__continue-btn:hover{background-color:var(--obc-ice-blue);color:#fff}.cart-page__checkout-btn{flex:1;background-color:var(--obc-ice-blue);color:#fff;font-weight:600}.cart-page__checkout-btn:hover{background-color:#1d4ed8}.cart-page__summary-actions{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.cart-page__summary-actions{flex-direction:row}}.account-page__title{font-size:2.25rem;letter-spacing:.05em;color:var(--obc-charcoal);margin-bottom:2rem}.account-page__sidebar{background-color:#fff;padding:1.5rem}.account-page__avatar-wrap{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.account-page__avatar-img{width:5rem;height:5rem;border-radius:9999px;-o-object-fit:cover;object-fit:cover;margin-bottom:1rem}.account-page__avatar-initials{width:5rem;height:5rem;border-radius:9999px;background-color:var(--obc-charcoal);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.account-page__user-name{font-size:1.125rem;letter-spacing:.05em;color:var(--obc-charcoal)}.account-page__user-email{font-size:.875rem;color:var(--obc-medium-gray)}.account-page__tab-btn{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;letter-spacing:.1em;transition:background-color .15s,color .15s}.account-page__tab-btn--active{background-color:var(--obc-charcoal);color:#fff}.account-page__tab-btn--inactive{color:var(--obc-medium-gray)}.account-page__tab-btn--inactive:hover{background-color:var(--obc-light-gray);color:var(--obc-charcoal)}.account-page__logout-btn{width:100%;margin-top:1.5rem;padding:.75rem 1rem;font-size:.875rem;letter-spacing:.1em;color:var(--obc-coral);transition:background-color .15s}.account-page__logout-btn:hover{background-color:#fef2f2}.account-page__panel{background-color:#fff;padding:2rem}.account-page__section-title{font-size:1.5rem;letter-spacing:.05em;color:var(--obc-charcoal);margin-bottom:1.5rem}.account-page__field-label{font-size:.75rem;letter-spacing:.1em;color:var(--obc-medium-gray);margin-bottom:.25rem}.account-page__order-row{border:1px solid #e5e7eb;background-color:#fff}.account-page__order-header{padding:1.5rem;cursor:pointer;transition:background-color .15s}.account-page__order-header:hover{background-color:#f9fafb}.account-page__order-id{font-size:.75rem;letter-spacing:.1em;color:var(--obc-medium-gray)}.account-page__order-date{font-size:.875rem;color:var(--obc-medium-gray)}.account-page__order-item-count{font-size:.875rem;color:var(--obc-charcoal);margin-top:.25rem}.account-page__order-total{font-size:1.125rem;letter-spacing:.05em;margin-top:.5rem}.account-page__status-badge{display:inline-block;padding:.25rem .75rem;font-size:.75rem;letter-spacing:.1em}.account-page__status-badge--delivered{background-color:#dcfce7;color:#166534}.account-page__status-badge--cancelled{background-color:#fee2e2;color:#991b1b}.account-page__status-badge--shipped{background-color:#dbeafe;color:#1e40af}.account-page__status-badge--processing{background-color:#f3e8ff;color:#6b21a8}.account-page__status-badge--pending{background-color:#ffedd5;color:#9a3412}.account-page__order-details{border-top:1px solid #e5e7eb;padding:1.5rem;background-color:#f9fafb}.account-page__order-items-label{font-size:.75rem;letter-spacing:.1em;color:var(--obc-medium-gray);margin-bottom:1rem}.account-page__order-product-image{width:4rem;height:4rem;border:1px solid #e5e7eb}.account-page__order-product-name{letter-spacing:.05em;color:var(--obc-charcoal)}.account-page__order-product-qty{font-size:.875rem;color:var(--obc-medium-gray)}.account-page__order-product-total{letter-spacing:.05em;color:var(--obc-charcoal)}.account-page__order-summary-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.account-page__order-summary-section>*+*{margin-top:.5rem}.account-page__order-summary-row{display:flex;justify-content:space-between;font-size:.875rem;color:var(--obc-medium-gray)}.account-page__order-discount-row{display:flex;justify-content:space-between;font-size:.875rem;color:#16a34a}.account-page__order-total-row{display:flex;justify-content:space-between;letter-spacing:.05em;color:var(--obc-charcoal);padding-top:.5rem;border-top:1px solid #f3f4f6}.account-page__review-link{display:block;width:100%;text-align:center;font-size:.875rem;letter-spacing:.1em;padding:.5rem 1rem;border:1px solid #f9a8d4;color:#ec4899;background-color:#fdf2f8;transition:background-color .15s;border-radius:.25rem}.account-page__review-link:hover{background-color:#fce7f3}.account-page__square-order-id{font-size:.75rem;color:var(--obc-medium-gray);margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.account-page__empty-state{text-align:center;padding:3rem 0}.account-page__empty-state-dashed{text-align:center;padding:3rem 0;border:1px dashed #d1d5db}.account-page__address-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.account-page__address-grid{grid-template-columns:repeat(2,1fr)}}.account-page__address-card{border:1px solid;padding:1.5rem;position:relative}.account-page__address-card--default{border-color:var(--obc-charcoal)}.account-page__address-card--normal{border-color:#e5e7eb}.account-page__address-default-badge{position:absolute;top:0;right:0;background-color:var(--obc-charcoal);color:#fff;font-size:.75rem;padding:.25rem .5rem;letter-spacing:.1em}.account-page__address-label{font-size:.75rem;letter-spacing:.1em;color:var(--obc-medium-gray);margin-bottom:.5rem}.account-page__address-text{color:var(--obc-medium-gray)}.account-page__address-phone{color:var(--obc-medium-gray);margin-top:.5rem}.account-page__address-actions{display:flex;gap:.5rem;margin-top:1rem}.account-page__delete-btn{color:var(--obc-coral)}.account-page__payments-notice{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.account-page__payments-notice-text{font-size:.875rem;color:#1e40af}.account-page__payment-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.account-page__payment-grid{grid-template-columns:repeat(2,1fr)}}.account-page__payment-card{border:1px solid;padding:1.5rem;position:relative}.account-page__payment-card--default{border-color:var(--obc-charcoal)}.account-page__payment-card--normal{border-color:#e5e7eb}.account-page__payment-card-name{letter-spacing:.05em}.account-page__payment-card-number{color:var(--obc-medium-gray)}.account-page__payment-expiry{font-size:.875rem;color:var(--obc-medium-gray)}.account-page__payment-ready{font-size:.75rem;color:#16a34a;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.account-page__payment-actions{display:flex;gap:.5rem;margin-top:1rem}.contact-page__wrapper{min-height:100vh;background-color:#fff}.contact-page__container{max-width:80rem;margin-left:auto;margin-right:auto;padding:3rem 1rem}@media(min-width:640px){.contact-page__container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.contact-page__container{padding-left:2rem;padding-right:2rem}}.contact-page__hero{text-align:center;margin-bottom:3rem}.contact-page__title{font-size:2.25rem;font-weight:700;color:var(--obc-charcoal, #2d3748);margin-bottom:1rem}@media(min-width:768px){.contact-page__title{font-size:3rem}}.contact-page__subtitle{font-size:1.25rem;color:var(--obc-charcoal, #2d3748);opacity:.8;max-width:42rem;margin-left:auto;margin-right:auto}.contact-page__layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.contact-page__layout{grid-template-columns:repeat(3,1fr)}}.contact-page__sidebar{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){.contact-page__form-col{grid-column:span 2}}.contact-page__info-icon{width:1.25rem;height:1.25rem;color:var(--obc-ice-blue)}.contact-page__info-label{font-weight:500;color:var(--obc-charcoal, #2d3748)}.contact-page__info-value{color:#4b5563}.contact-page__info-row{display:flex;align-items:center;gap:.75rem}.contact-page__chat-btn{width:100%;justify-content:flex-start;border-color:var(--obc-ice-blue);color:var(--obc-ice-blue);transition:background-color .2s,color .2s}.contact-page__chat-btn:hover{background-color:var(--obc-ice-blue);color:#fff}.contact-page__form-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.contact-page__form-grid{grid-template-columns:repeat(2,1fr)}}.contact-page__label{display:block;font-size:.875rem;font-weight:500;color:var(--obc-charcoal, #2d3748);margin-bottom:.5rem}.contact-page__submit-btn{width:100%;background-color:var(--obc-ice-blue);color:#fff;padding-top:.75rem;padding-bottom:.75rem;height:auto;font-weight:600;transition:background-color .2s}.contact-page__submit-btn:hover{background-color:#1d4ed8}.contact-page__submit-btn:disabled{opacity:.6;cursor:not-allowed}.chat-widget__toggle-btn{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;background-color:#0a3d62;color:#fff;padding:1rem;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.chat-widget__toggle-btn:hover{background-color:#0a3d62e6}.chat-widget__window{position:fixed;z-index:50;top:0;right:0;bottom:0;left:0}@media(min-width:640px){.chat-widget__window{inset:auto;bottom:1.5rem;right:1.5rem}}.chat-widget__card{width:100%;height:100%;border-radius:0;border:0}@media(min-width:640px){.chat-widget__card{width:380px;height:500px;border-radius:.5rem;border:2px solid rgba(10,61,98,.2)}}.chat-widget__header{background-color:#0a3d62;color:#fff;padding:.75rem 1rem}@media(min-width:640px){.chat-widget__header{border-radius:.5rem .5rem 0 0}}.chat-widget__close-btn{color:#fff;height:2rem;width:2rem}.chat-widget__close-btn:hover{background-color:#fff3}.chat-widget__message{max-width:80%;border-radius:.5rem;padding:.5rem .75rem}.chat-widget__message--customer{background-color:#0a3d62;color:#fff}.chat-widget__message--admin{background-color:#dcfce7;color:#14532d;border:1px solid #bbf7d0}.chat-widget__message--bot{background-color:#f3f4f6;color:#111827}.chat-widget__message-row{animation:fade-in-up .2s ease-out}.chat-widget__message-row--customer{display:flex;justify-content:flex-end}.chat-widget__message-row--bot,.chat-widget__message-row--admin{display:flex;justify-content:flex-start}.chat-widget__category-btn{width:100%;justify-content:flex-start;text-align:left;border-color:#0a3d624d}.chat-widget__category-btn:hover{background-color:#0a3d621a}.chat-widget__category-btn--custom{border-color:#fbbf24;background-color:#fffbeb}.chat-widget__category-btn--custom:hover{background-color:#fef3c7}.chat-widget__option-btn{width:100%;justify-content:flex-start;text-align:left;border-color:#0a3d624d}.chat-widget__option-btn:hover{background-color:#0a3d621a}.chat-widget__back-btn{color:#0a3d62}.chat-widget__back-btn:hover{background-color:#0a3d621a}.chat-widget__ticket-btn{width:100%;justify-content:flex-start;text-align:left;padding:.75rem;height:auto}.chat-widget__ticket-btn:hover{background-color:#0a3d621a}.chat-widget__badge--open{background-color:#fed7aa;color:#c2410c}.chat-widget__badge--closed{background-color:#dcfce7;color:#15803d}.chat-widget__pending-img-remove{position:absolute;top:-.5rem;right:-.5rem;background-color:#ef4444;color:#fff;border-radius:9999px;padding:.125rem}.chat-widget__pending-img-remove:hover{background-color:#dc2626}.chat-widget__send-btn{background-color:#0a3d62}.chat-widget__send-btn:hover{background-color:#0a3d62e6}.chat-widget__message-img{max-width:100%;border-radius:.375rem;margin-bottom:.5rem;cursor:pointer}.chat-widget__message-img:hover{opacity:.9}@keyframes fade-in-up{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.info-page__wrapper{min-height:100vh;background-color:#fff}.info-page__container{max-width:56rem;margin-left:auto;margin-right:auto;padding:3rem 1rem}@media(min-width:640px){.info-page__container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.info-page__container{padding-left:2rem;padding-right:2rem}}.info-page__hero{text-align:center;margin-bottom:3rem}.info-page__title{font-size:2.25rem;font-weight:700;color:var(--obc-charcoal, #2d3748);margin-bottom:1rem}@media(min-width:768px){.info-page__title{font-size:3rem}}.info-page__card-content{padding:2rem}.info-page__story-image{border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;width:18rem}@media(min-width:768px){.info-page__story-image{width:20rem}}.info-page__story-image-wrapper{display:flex;justify-content:center;margin-bottom:1.5rem}@media(min-width:768px){.info-page__story-image-wrapper{float:right;margin-left:1.5rem}}.info-page__heading{font-weight:700;color:var(--obc-charcoal, #2d3748)}.checkout-page{background-color:var(--obc-light-gray)}.checkout-page__header{text-align:center;margin-bottom:2rem}.checkout-page__title{font-size:1.875rem;letter-spacing:.1em;color:var(--obc-charcoal);margin-bottom:.5rem}@media(min-width:768px){.checkout-page__title{font-size:2.25rem}}.checkout-page__subtitle{color:var(--obc-medium-gray)}.checkout-page__order-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.checkout-page__order-item:last-child{border-bottom:none}.checkout-page__item-name{font-weight:600;color:var(--obc-charcoal);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.checkout-page__item-qty{font-size:.875rem;color:var(--obc-medium-gray)}.checkout-page__item-backorder{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#d97706;font-weight:500}.checkout-page__item-price{font-weight:600;color:var(--obc-ice-blue)}.checkout-page__summary-divider{padding-top:1rem;border-top:1px solid #e5e7eb}.checkout-page__summary-row{display:flex;justify-content:space-between;align-items:center}.checkout-page__summary-label{color:var(--obc-medium-gray)}.checkout-page__summary-shipping{font-weight:600;color:#16a34a}.checkout-page__summary-subtotal{font-weight:600;color:var(--obc-charcoal)}.checkout-page__total-label{letter-spacing:.05em;color:var(--obc-charcoal)}.checkout-page__total-amount{font-size:1.5rem;font-weight:700;color:var(--obc-ice-blue)}.checkout-page__promo-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.checkout-page__promo-applied{display:flex;justify-content:space-between;align-items:center}.checkout-page__promo-code-text{color:#15803d;font-weight:500}.checkout-page__promo-discount{font-weight:600;color:#16a34a}.checkout-page__promo-remove-btn{color:#9ca3af;transition:color .15s}.checkout-page__promo-remove-btn:hover{color:#ef4444}.checkout-page__backorder-notice{margin-top:1rem;padding:.75rem;background-color:#fffbeb;border:1px solid #fde68a;border-radius:.5rem}.checkout-page__guest-card{background-color:#fff;border-width:2px;border-color:color-mix(in srgb,var(--obc-ice-blue) 20%,transparent)}.checkout-page__address-option{padding:1rem;border:1px solid;cursor:pointer;transition:border-color .15s,background-color .15s}.checkout-page__address-option--selected{border-color:var(--obc-ice-blue);background-color:#eff6ff}.checkout-page__address-option--unselected{border-color:#e5e7eb}.checkout-page__address-option--unselected:hover{border-color:#d1d5db}.checkout-page__address-name{font-weight:600;color:var(--obc-charcoal)}.checkout-page__address-text{font-size:.875rem;color:var(--obc-medium-gray)}.checkout-page__payment-option{border:1px solid;border-radius:.5rem;padding:1rem;cursor:pointer;transition:all .15s}.checkout-page__payment-option--selected{border-color:var(--obc-ice-blue);background-color:#eff6ff}.checkout-page__payment-option--unselected{border-color:#e5e7eb}.checkout-page__payment-option--unselected:hover{border-color:#d1d5db}.checkout-page__payment-radio{width:1.25rem;height:1.25rem;border-radius:9999px;border-width:2px;display:flex;align-items:center;justify-content:center}.checkout-page__payment-radio--selected{border-color:var(--obc-ice-blue);background-color:var(--obc-ice-blue)}.checkout-page__payment-radio--unselected{border-color:#d1d5db}.checkout-page__payment-card-name{font-weight:500;color:var(--obc-charcoal)}.checkout-page__payment-expiry{font-size:.875rem;color:#6b7280}.checkout-page__payment-default-badge{margin-left:auto;font-size:.75rem;background-color:#f3f4f6;color:#4b5563;padding:.25rem .5rem;border-radius:.25rem}.checkout-page__pay-btn{width:100%;background-color:var(--obc-ice-blue);color:#fff;margin-top:1rem}.checkout-page__pay-btn:hover{background-color:color-mix(in srgb,var(--obc-ice-blue) 90%,transparent)}.checkout-page__payment-unavailable{text-align:center;padding:2rem 0;color:var(--obc-medium-gray)}.checkout-page__secure-note{margin-top:1.5rem;text-align:center;font-size:.875rem;color:var(--obc-medium-gray)}.checkout-page__return-btn{background-color:var(--obc-ice-blue);color:#fff}.checkout-page__return-btn:hover{background-color:#1d4ed8}.checkout-page__benefit-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-radius:.5rem}.checkout-page__benefit-item--blue{background-color:#eff6ff}.checkout-page__benefit-item--green{background-color:#f0fdf4}.checkout-page__benefit-item--pink{background-color:#fdf2f8}.checkout-page__benefit-item--amber{background-color:#fffbeb}.checkout-page__benefit-item--purple{background-color:#faf5ff}.checkout-page__benefit-title{font-weight:500;color:var(--obc-charcoal)}.checkout-page__benefit-desc{font-size:.875rem;color:var(--obc-medium-gray)}.checkout-page__create-account-btn{width:100%;background-color:var(--obc-ice-blue);color:#fff;height:3rem}.checkout-page__create-account-btn:hover{background-color:#2563eb}.checkout-page__skip-btn{width:100%;color:var(--obc-medium-gray)}.checkout-page__skip-btn:hover{color:var(--obc-charcoal)}.order-success-page__hero{text-align:center;margin-bottom:3rem}.order-success-page__icon-wrap{display:flex;justify-content:center;margin-bottom:1.5rem}.order-success-page__title{font-size:2.25rem;font-weight:700;color:var(--obc-charcoal);margin-bottom:1rem}@media(min-width:768px){.order-success-page__title{font-size:3rem}}.order-success-page__subtitle{font-size:1.25rem;color:rgb(var(--obc-charcoal-rgb, 44 62 80)/.8);max-width:42rem;margin-left:auto;margin-right:auto}.order-success-page__info-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}@media(min-width:768px){.order-success-page__info-cards{grid-template-columns:repeat(3,1fr)}}.order-success-page__info-card-content{padding:1.5rem;text-align:center}.order-success-page__info-card-title{font-weight:600;color:var(--obc-charcoal);margin-bottom:.5rem}.order-success-page__info-card-text{color:#4b5563;font-size:.875rem}.order-success-page__next-steps{border-radius:1rem;padding:2rem;text-align:center;margin-bottom:2rem;background-color:var(--obc-sand, #f5f0e8)}.order-success-page__next-steps-title{font-size:1.5rem;font-weight:700;color:var(--obc-charcoal);margin-bottom:1rem}.order-success-page__next-steps-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;text-align:left}@media(min-width:768px){.order-success-page__next-steps-grid{grid-template-columns:repeat(2,1fr)}}.order-success-page__next-steps-section-title{font-weight:600;color:var(--obc-charcoal);margin-bottom:.5rem}.order-success-page__next-steps-list>*+*{margin-top:.25rem}.order-success-page__next-steps-list{color:#374151}.order-success-page__actions{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media(min-width:640px){.order-success-page__actions{flex-direction:row}}.order-success-page__view-order-btn{background-color:var(--obc-ice-blue);color:#fff;padding:.75rem 2rem;font-weight:600;transition:background-color .2s;height:auto}.order-success-page__view-order-btn:hover{background-color:#1d4ed8}.order-success-page__continue-btn{border-color:var(--obc-ice-blue);color:var(--obc-ice-blue);padding:.75rem 2rem;font-weight:600;transition:all .2s;height:auto}.order-success-page__continue-btn:hover{background-color:var(--obc-ice-blue);color:#fff}.gift-cards-page__hero{background:linear-gradient(to bottom right,var(--obc-ice-blue),#2563eb);color:#fff;padding:4rem 0}.gift-cards-page__hero-icon{display:block;margin:0 auto 1rem}.gift-cards-page__hero-title{font-size:2.25rem;color:#000;font-weight:700;margin-bottom:1rem;text-align:center}@media(min-width:768px){.gift-cards-page__hero-title{font-size:3rem}}.gift-cards-page__hero-subtitle{font-size:1.25rem;color:#000;max-width:42rem;margin:0 auto;text-align:center}.gift-cards-page__feature-card{text-align:center;padding:1.5rem}.gift-cards-page__feature-icon-blue{color:var(--obc-ice-blue);display:block;margin:0 auto 1rem}.gift-cards-page__feature-icon-coral{color:#f87171;display:block;margin:0 auto 1rem}.gift-cards-page__feature-icon-seafoam{color:#34d399;display:block;margin:0 auto 1rem}.gift-cards-page__feature-title{font-weight:600;font-size:1.125rem;margin-bottom:.5rem}.gift-cards-page__feature-text{color:#4b5563;font-size:.875rem}.gift-cards-page__iframe{width:100%;border:none;border-radius:.5rem;height:700px;min-height:700px}.sale-page__hero{background:linear-gradient(to right,#ff6b6b,#ea580c);color:#fff;padding:4rem 0}.sale-page__hero-icon-wrap{display:flex;justify-content:center;margin-bottom:1.5rem}.sale-page__hero-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:#000;text-align:center}@media(min-width:768px){.sale-page__hero-title{font-size:3.75rem}}.sale-page__hero-subtitle{font-size:1.25rem;margin-bottom:1.5rem;max-width:42rem;margin-left:auto;margin-right:auto;color:#000;text-align:center}@media(min-width:768px){.sale-page__hero-subtitle{font-size:1.5rem}}.sale-page__hero-timer{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem}.sale-page__hero-timer-text{font-size:1.125rem;font-weight:600}.sale-page__highlight-card{background:#f5f0e6;border-radius:1rem;padding:1.5rem;text-align:center}.sale-page__highlight-icon-blue{color:var(--obc-ice-blue);margin:0 auto 1rem}.sale-page__highlight-icon-coral{color:#ff6b6b;margin:0 auto 1rem}.sale-page__highlight-icon-green{color:#2e7d32;margin:0 auto 1rem}.sale-page__highlight-title{font-size:1.25rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.sale-page__highlight-text{color:#374151}.sale-page__section-title{font-size:1.875rem;font-weight:700;color:#2d3748}@media(min-width:768px){.sale-page__section-title{font-size:2.25rem}}.sale-page__badge{background:#ff6b6b;color:#fff;font-size:1.125rem;padding:.5rem 1rem}.sale-page__empty{text-align:center;padding:4rem 0}.sale-page__empty-icon{margin:0 auto 1rem;color:#9ca3af}.sale-page__empty-title{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.sale-page__empty-text{color:#4b5563;margin-bottom:1.5rem}.sale-page__empty-btn{background:var(--obc-ice-blue);color:#fff;transition:background-color .2s}.sale-page__empty-btn:hover{background:#1d4ed8}.sale-page__newsletter{background:linear-gradient(to right,#006994,#2e7d32);border-radius:1rem;padding:2rem;color:#374151;text-align:center}.sale-page__newsletter-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.sale-page__newsletter-title{font-size:1.875rem}}.sale-page__newsletter-text{font-size:1.125rem;margin-bottom:1.5rem;max-width:42rem;margin-left:auto;margin-right:auto}.sale-page__newsletter-btn{background:var(--obc-coral);color:#fff;padding:.75rem 2rem;font-weight:600;transition:background-color .2s;height:auto}.sale-page__newsletter-btn:hover{background:#dc2626}.login-page{min-height:100vh;background:linear-gradient(to bottom,#00a0dc33,#fff);display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:1rem;padding-right:1rem}.login-page__card{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:2rem}.login-page__logo{height:5rem;width:auto;margin-left:auto;margin-right:auto}.login-page__heading{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.login-page__subheading{font-size:.875rem;color:#6b7280}.login-page__label{font-size:.75rem;font-weight:600;letter-spacing:.05em;color:#4b5563}.login-page__forgot-link{font-size:.75rem;color:var(--obc-ice-blue)}.login-page__forgot-link:hover{text-decoration:underline}.login-page__submit-btn{width:100%;background-color:#111827;height:3rem;font-size:.875rem;font-weight:600;letter-spacing:.05em}.login-page__submit-btn:hover{background-color:#1f2937}.login-page__register-link{color:var(--obc-ice-blue);cursor:pointer}.login-page__register-link:hover{text-decoration:underline}.login-page__back-link{display:inline-flex;align-items:center;font-size:.875rem;color:#6b7280}.login-page__back-link:hover{color:#374151}.login-page__footer{position:absolute;bottom:2rem;text-align:center;font-size:.875rem;color:#9ca3af}.register-page{min-height:100vh;background:linear-gradient(to bottom,#00a0dc33,#fff);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem}.register-page__card{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:2rem}.register-page__logo{height:5rem;width:auto;margin-left:auto;margin-right:auto}.register-page__heading{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.register-page__subheading{font-size:.875rem;color:#6b7280}.register-page__label{font-size:.75rem;font-weight:600;letter-spacing:.05em;color:#4b5563}.register-page__submit-btn{width:100%;background-color:#111827;height:3rem;font-size:.875rem;font-weight:600;letter-spacing:.05em}.register-page__submit-btn:hover{background-color:#1f2937}.register-page__login-link{color:var(--obc-ice-blue);cursor:pointer}.register-page__login-link:hover{text-decoration:underline}.register-page__back-link{display:inline-flex;align-items:center;font-size:.875rem;color:#6b7280}.register-page__back-link:hover{color:#374151}.register-page__footer{margin-top:2rem;text-align:center;font-size:.875rem;color:#9ca3af}.verify-email-page{min-height:100vh;background:linear-gradient(to bottom,#00a0dc33,#fff);display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:1rem;padding-right:1rem}.verify-email-page__card{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:2rem;text-align:center}.verify-email-page__logo{height:5rem;width:auto;margin-left:auto;margin-right:auto}.verify-email-page__heading{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.75rem}.verify-email-page__message{color:#6b7280;margin-bottom:2rem}.verify-email-page__action-btn{width:100%;background-color:#111827;height:3rem;font-size:.875rem;font-weight:600;letter-spacing:.05em}.verify-email-page__action-btn:hover{background-color:#1f2937}.verify-email-page__resend-btn{display:inline-flex;align-items:center;font-size:.875rem;transition:color .15s}.verify-email-page__resend-btn--disabled{color:#9ca3af;cursor:not-allowed}.verify-email-page__resend-btn--active{color:var(--obc-ice-blue);cursor:pointer}.verify-email-page__resend-btn--active:hover{color:#00a0dcb3}.verify-email-page__back-link{display:inline-flex;align-items:center;font-size:.875rem;color:#6b7280;transition:color .15s}.verify-email-page__back-link:hover{color:#374151}.verify-email-page__footer{position:absolute;bottom:2rem;text-align:center;font-size:.875rem;color:#9ca3af}.forgot-password-page{min-height:100vh;background:linear-gradient(to bottom,#00a0dc33,#fff);display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:1rem;padding-right:1rem}.forgot-password-page__card{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:2rem}.forgot-password-page__logo{height:5rem;width:auto;margin-left:auto;margin-right:auto}.forgot-password-page__heading{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.forgot-password-page__subheading{font-size:.875rem;color:#6b7280}.forgot-password-page__label{font-size:.75rem;font-weight:600;letter-spacing:.05em;color:#4b5563}.forgot-password-page__success-icon{width:4rem;height:4rem;background-color:#dcfce7;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;margin-bottom:1.5rem}.forgot-password-page__submit-btn{width:100%;background-color:#111827;height:3rem;font-size:.875rem;font-weight:600;letter-spacing:.05em}.forgot-password-page__submit-btn:hover{background-color:#1f2937}.forgot-password-page__back-link{display:inline-flex;align-items:center;font-size:.875rem;color:#6b7280}.forgot-password-page__back-link:hover{color:#374151}.forgot-password-page__footer{position:absolute;bottom:2rem;text-align:center;font-size:.875rem;color:#9ca3af}.reset-password-page{min-height:100vh;background:linear-gradient(to bottom,#00a0dc33,#fff);display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:1rem;padding-right:1rem}.reset-password-page__card{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:2rem}.reset-password-page__logo{height:5rem;width:auto;margin-left:auto;margin-right:auto}.reset-password-page__heading{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.reset-password-page__subheading{font-size:.875rem;color:#6b7280}.reset-password-page__label{font-size:.75rem;font-weight:600;letter-spacing:.05em;color:#4b5563}.reset-password-page__icon-error{width:4rem;height:4rem;background-color:#fee2e2;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;margin-bottom:1.5rem}.reset-password-page__icon-success{width:4rem;height:4rem;background-color:#dcfce7;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;margin-bottom:1.5rem}.reset-password-page__eye-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af}.reset-password-page__eye-toggle:hover{color:#4b5563}.reset-password-page__submit-btn{width:100%;background-color:#111827;height:3rem;font-size:.875rem;font-weight:600;letter-spacing:.05em}.reset-password-page__submit-btn:hover{background-color:#1f2937}.reset-password-page__action-btn{width:100%;background-color:#111827}.reset-password-page__action-btn:hover{background-color:#1f2937}.reset-password-page__back-link{display:inline-flex;align-items:center;font-size:.875rem;color:#6b7280}.reset-password-page__back-link:hover{color:#374151}.reset-password-page__footer{position:absolute;bottom:2rem;text-align:center;font-size:.875rem;color:#9ca3af}.wishlist-page__title{font-size:2.25rem;letter-spacing:.05em;color:var(--obc-charcoal);margin-bottom:2rem}.wishlist-page__empty{text-align:center;padding:4rem 0;background-color:#fff}.wishlist-page__empty-title{font-size:1.5rem;letter-spacing:.05em;color:var(--obc-charcoal);margin-bottom:.5rem}.wishlist-page__empty-text{color:var(--obc-medium-gray);margin-bottom:1.5rem}.wishlist-page__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.wishlist-page__grid{gap:1.5rem}}@media(min-width:1024px){.wishlist-page__grid{grid-template-columns:repeat(4,1fr)}}.wishlist-page__card{background-color:#fff}.wishlist-page__card-image-wrap{position:relative;overflow:hidden;cursor:pointer}.wishlist-page__remove-btn{position:absolute;top:1rem;right:1rem;padding:.5rem;background-color:#fff;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.wishlist-page__remove-btn:hover{background-color:#fff1f2}.wishlist-page__card-body{padding:1rem}.wishlist-page__product-name{font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--obc-charcoal);cursor:pointer}.wishlist-page__product-name:hover{color:var(--obc-ice-blue)}.wishlist-page__product-price{font-weight:700;font-size:1.125rem;color:var(--obc-charcoal);margin-top:.25rem}.wishlist-page__add-to-cart-btn{width:100%;margin-top:.75rem;background-color:var(--obc-ice-blue);color:#fff;font-size:.875rem;letter-spacing:.1em;padding-top:.5rem;padding-bottom:.5rem}.wishlist-page__add-to-cart-btn:hover{background-color:#2563eb}.category-page__banner{position:relative;height:20rem;overflow:hidden;background:#fff}@media(min-width:768px){.category-page__banner{height:24rem}}.category-page__banner-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.category-page__banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#3339;z-index:1}.category-page__banner-content{position:relative;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;z-index:2}.category-page__banner-title{font-family:Archivo Black,Arial,sans-serif;font-weight:900;letter-spacing:.2em;color:#fff;filter:drop-shadow(0 4px 8px rgba(0,0,0,.5));font-size:3.75rem}@media(min-width:768px){.category-page__banner-title{font-size:6rem}}@media(min-width:1024px){.category-page__banner-title{font-size:8rem}}.category-page__feature-tile{background:#fff;padding:1.5rem;text-align:center}.category-page__feature-text{font-family:Arimo,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:.2em;color:var(--obc-charcoal)}.category-page__shop-heading{font-size:1.5rem;letter-spacing:.05em;color:var(--obc-charcoal);margin-bottom:2rem;margin-top:2rem}.category-page__empty{text-align:center;padding:4rem 0;background:#fff}.category-page__empty-title{font-size:1.25rem;color:var(--obc-charcoal);margin-bottom:1rem}.category-page__empty-text{color:var(--obc-medium-gray);margin-bottom:1.5rem}.video-section__youtube-wrapper{max-width:72rem;margin-left:auto;margin-right:auto;padding:4rem 1.5rem 3rem}.video-section__youtube-outer{position:relative;border-radius:1.5rem;overflow:hidden}.video-section__youtube-glow{position:absolute;top:-3rem;right:-3rem;bottom:-3rem;left:-3rem;background:linear-gradient(to right,rgba(var(--obc-ice-blue-rgb, 59 130 246)/.1),transparent,rgba(var(--obc-ice-blue-rgb, 59 130 246)/.1));filter:blur(3rem);opacity:.6;pointer-events:none}.video-section__youtube-card{position:relative;border-radius:1.5rem;background:linear-gradient(to bottom,#111827,#000);border:1px solid rgba(255,255,255,.1);box-shadow:0 40px 100px #000c;overflow:hidden}.video-section__youtube-title{font-size:1.875rem;letter-spacing:.05em;color:#fff}@media(min-width:768px){.video-section__youtube-title{font-size:2.25rem}}.video-section__youtube-ambient{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;border-radius:1.5rem}.video-section__youtube-orb{position:absolute;top:-10rem;left:-10rem;width:1100px;height:1100px;border-radius:9999px;filter:blur(160px);opacity:.7;animation:slowGlow 6s ease-in-out infinite alternate;background:radial-gradient(circle,rgba(255,255,255,.35),rgba(56,189,248,.35),transparent 65%)}.video-section__embed-ratio{position:relative;width:100%;overflow:hidden;padding-bottom:56.25%}.video-section__iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.video-section__native-wrapper{max-width:80rem;margin-left:auto;margin-right:auto;padding:2.5rem 1rem .5rem}.video-section__native-container{position:relative;border-radius:.75rem;overflow:hidden;background-color:#000;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.video-section__play-btn{width:4rem;height:4rem;border-radius:9999px;background-color:#ffffffe6;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;transition:all .15s}.video-section__play-btn:hover{background-color:#fff;transform:scale(1.05)}@media(min-width:768px){.video-section__play-btn{width:5rem;height:5rem}}.video-section__controls-bar{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);padding:2.5rem 1rem .75rem;transition:opacity .3s}.video-section__controls-bar--visible{opacity:1}.video-section__controls-bar--hidden{opacity:0;pointer-events:none}.video-section__progress-track{width:100%;height:.375rem;background-color:#ffffff4d;border-radius:9999px;cursor:pointer;margin-bottom:.75rem}.video-section__progress-fill{height:100%;background-color:var(--obc-ice-blue);border-radius:9999px;position:relative;transition:all .15s}.video-section__progress-thumb{position:absolute;right:0;top:50%;transform:translateY(-50%);width:.875rem;height:.875rem;background-color:#fff;border-radius:9999px;box-shadow:0 1px 2px #0000000d;opacity:0;transition:opacity .15s}.video-section__progress-track:hover .video-section__progress-thumb{opacity:1}.video-section__ctrl-btn{color:#fff;transition:color .15s}.video-section__ctrl-btn:hover{color:var(--obc-ice-blue)}.video-section__title-label{color:#fffc;font-size:.75rem;letter-spacing:.1em;display:none}@media(min-width:640px){.video-section__title-label{display:inline}}.video-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transition:opacity .3s}.video-section__overlay--visible{opacity:1}.video-section__overlay--hidden{opacity:0;pointer-events:none}@keyframes slowGlow{0%{opacity:.5}to{opacity:.9}}.featured-category-page__banner{position:relative;height:400px;overflow:hidden;isolation:isolate;background:#e5e7eb}@media(min-width:768px){.featured-category-page__banner{height:500px}}.featured-category-page__banner-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.featured-category-page__banner-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.4),transparent);z-index:1}.featured-category-page__banner-content{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:2}.featured-category-page__banner-title{font-family:Anton,Arial,sans-serif;font-weight:400;letter-spacing:.05em;text-transform:uppercase;color:#fff;filter:drop-shadow(0 4px 8px rgba(0,0,0,.5));white-space:nowrap;font-size:clamp(2rem,7.5vw,7rem)}.featured-category-page__breadcrumb-bar{background:#fff;border-bottom:1px solid #e5e7eb}.featured-category-page__breadcrumb-btn{display:flex;align-items:center;font-size:.875rem;color:var(--obc-medium-gray);transition:color .15s}.featured-category-page__breadcrumb-btn:hover{color:var(--obc-charcoal)}.featured-category-page__collection-title{font-family:Arimo,Arial,sans-serif;font-weight:700;font-size:1.5rem;letter-spacing:.05em;text-transform:uppercase;color:var(--obc-charcoal)}@media(min-width:768px){.featured-category-page__collection-title{font-size:1.875rem}}.featured-category-page__product-count{font-size:.875rem;color:var(--obc-medium-gray)}.featured-category-page__empty{text-align:center;padding:5rem 0;background:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d}.featured-category-page__empty-icon-wrap{width:5rem;height:5rem;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.featured-category-page__empty-icon{color:#d1d5db}.featured-category-page__empty-title{font-size:1.5rem;color:var(--obc-charcoal);margin-bottom:1rem}.featured-category-page__empty-text{color:var(--obc-medium-gray);margin-bottom:2rem}.featured-category-page__explore-footer{background:var(--obc-charcoal);padding:4rem 0}.featured-category-page__explore-title{font-size:1.5rem;color:#fff;margin-bottom:1rem}@media(min-width:768px){.featured-category-page__explore-title{font-size:1.875rem}}.featured-category-page__explore-subtitle{color:#ffffffb3;margin-bottom:2rem}.featured-category-page__explore-btn{padding:.75rem 2rem;border:2px solid white;color:#fff;letter-spacing:.05em;background:transparent;transition:background-color .15s,color .15s}.featured-category-page__explore-btn:hover{background:#fff;color:var(--obc-charcoal)}.dealer-apply__page{min-height:100vh;background-color:var(--obc-light-gray)}.dealer-apply__success{max-width:42rem;margin-left:auto;margin-right:auto;padding:5rem 1rem;text-align:center}.dealer-apply__success-icon{width:5rem;height:5rem;color:#22c55e;margin-left:auto;margin-right:auto;margin-bottom:1.5rem}.dealer-apply__success-title{font-size:2.25rem;letter-spacing:.05em;color:var(--obc-charcoal);margin-bottom:1rem}.dealer-apply__success-text{font-size:1.125rem;color:var(--obc-medium-gray);margin-bottom:2rem}.dealer-apply__container{max-width:56rem;margin-left:auto;margin-right:auto;padding:3rem 1rem}.dealer-apply__header{text-align:center;margin-bottom:3rem}.dealer-apply__header-icon{width:4rem;height:4rem;color:var(--obc-ice-blue);margin-left:auto;margin-right:auto;margin-bottom:1rem}.dealer-apply__title{font-size:2.25rem;letter-spacing:.05em;color:var(--obc-charcoal);margin-bottom:1rem}.dealer-apply__subtitle{font-size:1.125rem;color:var(--obc-medium-gray);max-width:42rem;margin-left:auto;margin-right:auto}.dealer-apply__form-card{background-color:#fff;padding:2rem;box-shadow:0 1px 2px #0000000d}.dealer-apply__grid-2{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.dealer-apply__grid-2{grid-template-columns:repeat(2,1fr)}}.dealer-apply__grid-3{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.dealer-apply__grid-3{grid-template-columns:repeat(3,1fr)}}.dealer-apply__submit-wrapper{padding-top:1rem}.dealer-apply__footer{margin-top:2rem;text-align:center;color:var(--obc-medium-gray)}.dealer-apply__login-link{color:var(--obc-ice-blue);background:none;border:none;cursor:pointer;padding:0}.dealer-apply__login-link:hover{text-decoration:underline}.dealer-login-page__hero{position:relative;flex:1;display:flex;align-items:center;justify-content:center}.dealer-login-page__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dealer-login-page__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080}.dealer-login-page__content{position:relative;z-index:10;width:100%;max-width:28rem;margin-left:auto;margin-right:auto;padding:4rem 1rem}.dealer-login-page__heading{font-size:1.875rem;letter-spacing:.05em;color:#fff;margin-bottom:.5rem}.dealer-login-page__subheading{color:#ffffffb3}.dealer-login-page__card{background-color:#fff;padding:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.dealer-login-page__apply-text{color:#fffc}.dealer-login-page__apply-link{color:#fff;font-weight:500}.dealer-login-page__apply-link:hover{text-decoration:underline}.dealer-login-page__home-link{color:#fff;font-weight:500}.dealer-login-page__home-link:hover{text-decoration:underline}.dealer-portal__loading{min-height:100vh;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center}.dealer-portal__loading-inner{text-align:center}.dealer-portal__spinner{width:3rem;height:3rem;border:4px solid var(--obc-ice-blue);border-top-color:transparent;border-radius:9999px;animation:spin 1s linear infinite;margin-left:auto;margin-right:auto;margin-bottom:1rem}.dealer-portal__loading-text{color:var(--obc-medium-gray)}.dealer-portal__page{min-height:100vh;background-color:#f3f4f6}.dealer-portal__header{background-color:var(--obc-charcoal);color:#fff}.dealer-portal__header-inner{max-width:80rem;margin-left:auto;margin-right:auto;padding:1rem;display:flex;align-items:center;justify-content:space-between}.dealer-portal__logo-area{display:flex;align-items:center;gap:1rem}.dealer-portal__logo{height:2.5rem;width:auto;filter:brightness(0) invert(1)}.dealer-portal__portal-title{font-size:1.25rem;letter-spacing:.05em}.dealer-portal__company-name{font-size:.875rem;color:#9ca3af}.dealer-portal__logout-btn{color:#fff;transition:background-color .15s}.dealer-portal__logout-btn:hover{background-color:#ffffff1a;color:#fff}.dealer-portal__main{max-width:80rem;margin-left:auto;margin-right:auto;padding:2rem 1rem}.dealer-portal__tab-nav-wrapper{margin-bottom:2rem}.dealer-portal__tab-nav{display:flex;background-color:#f3f4f6;padding:.25rem;border-radius:.5rem;position:relative}.dealer-portal__tab-btn{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.375rem 0;font-size:.875rem;font-weight:500;border-radius:.375rem;transition:color .2s;background:none;border:none;cursor:pointer}.dealer-portal__tab-btn--active{color:var(--obc-charcoal)}.dealer-portal__tab-btn--inactive{color:#6b7280}.dealer-portal__tab-btn--inactive:hover{color:#374151}.dealer-portal__account-info{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;background-color:#f9fafb;max-width:24rem}.dealer-portal__account-info-title{font-size:.875rem;color:var(--obc-charcoal);letter-spacing:.05em;margin-bottom:.75rem}.dealer-portal__account-info-list{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.dealer-portal__account-info-row{display:flex;align-items:center;gap:.5rem;color:#374151}.dealer-portal__account-info-link{color:var(--obc-ice-blue);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dealer-portal__account-info-link:hover{text-decoration:underline}.dealer-portal__info-icon{width:1rem;height:1rem;color:var(--obc-ice-blue);flex-shrink:0}.dealer-portal__info-icon-top{width:1rem;height:1rem;color:var(--obc-ice-blue);flex-shrink:0;margin-top:.125rem}.dealer-portal__products-header{background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;margin-bottom:1.5rem}.dealer-portal__products-header-inner{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.dealer-portal__products-header-inner{flex-direction:row;align-items:flex-start;justify-content:space-between}}.dealer-portal__products-greeting{font-size:1.875rem;color:var(--obc-charcoal);margin-bottom:.25rem}.dealer-portal__products-subtitle{color:var(--obc-medium-gray);margin-bottom:1rem}.dealer-portal__search-wrapper{position:relative;width:100%}@media(min-width:768px){.dealer-portal__search-wrapper{width:18rem;margin-top:.5rem}}.dealer-portal__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#9ca3af}.dealer-portal__skeleton{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.dealer-portal__skeleton{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.dealer-portal__skeleton{grid-template-columns:repeat(4,1fr)}}.dealer-portal__skeleton-card{background-color:#fff;border-radius:.5rem;padding:1rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.dealer-portal__skeleton-img{background-color:#e5e7eb;height:8rem;margin-bottom:1rem;border-radius:.25rem}@media(min-width:640px){.dealer-portal__skeleton-img{height:12rem}}.dealer-portal__skeleton-line{background-color:#e5e7eb;height:1rem;margin-bottom:.5rem;border-radius:.25rem}.dealer-portal__skeleton-line--half{width:50%}.dealer-portal__category-title{font-size:1.25rem;color:var(--obc-charcoal);margin-bottom:1rem;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.dealer-portal__products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.dealer-portal__products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.dealer-portal__products-grid{grid-template-columns:repeat(4,1fr)}}.dealer-portal__product-card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;overflow:hidden}.dealer-portal__product-image{aspect-ratio:1/1;position:relative}.dealer-portal__product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;color:#9ca3af}.dealer-portal__product-info{padding:1rem}.dealer-portal__product-name{font-size:.875rem;letter-spacing:.05em;color:var(--obc-charcoal);margin-bottom:.5rem}.dealer-portal__product-price{font-size:1.125rem;font-weight:700;color:var(--obc-ice-blue);display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.dealer-portal__add-btn-added{width:100%;font-size:.875rem;background-color:#22c55e;color:#fff;transition:background-color .15s}.dealer-portal__add-btn-added:hover{background-color:#16a34a}.dealer-portal__cart-section{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;padding:1.5rem}.dealer-portal__cart-title{font-size:1.5rem;color:var(--obc-charcoal);margin-bottom:1.5rem}.dealer-portal__cart-empty{text-align:center;padding:3rem 0}.dealer-portal__cart-empty-icon{width:4rem;height:4rem;color:#d1d5db;margin-left:auto;margin-right:auto;margin-bottom:1rem}.dealer-portal__cart-empty-text{color:var(--obc-medium-gray)}.dealer-portal__cart-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#f9fafb;border-radius:.5rem}.dealer-portal__cart-item-img{width:5rem;height:5rem;border-radius:.25rem;overflow:hidden;flex-shrink:0}.dealer-portal__cart-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#e5e7eb}.dealer-portal__cart-item-name{font-size:.875rem;color:var(--obc-charcoal)}.dealer-portal__cart-item-price{color:var(--obc-ice-blue);font-weight:700}.dealer-portal__cart-qty-controls{display:flex;align-items:center;gap:.5rem}.dealer-portal__cart-qty{width:3rem;text-align:center;font-weight:700}.dealer-portal__cart-item-total{width:6rem;text-align:right;font-weight:700}.dealer-portal__cart-remove-btn{color:#ef4444;transition:color .15s}.dealer-portal__cart-remove-btn:hover{color:#b91c1c}.dealer-portal__cart-footer{border-top:1px solid #e5e7eb;padding-top:1.5rem}.dealer-portal__cart-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.dealer-portal__cart-total-label{font-size:1.25rem;color:var(--obc-charcoal)}.dealer-portal__cart-total-amount{font-size:1.5rem;font-weight:700;color:var(--obc-ice-blue)}.dealer-portal__payment-success{text-align:center;padding:2rem 0}.dealer-portal__payment-success-icon{width:4rem;height:4rem;color:#22c55e;margin-left:auto;margin-right:auto;margin-bottom:1rem}.dealer-portal__payment-success-title{font-size:1.25rem;color:var(--obc-charcoal);margin-bottom:.5rem}.dealer-portal__checkout-divider{position:relative;display:flex;align-items:center}.dealer-portal__checkout-divider-line{flex:1;border-top:1px solid #e5e7eb}.dealer-portal__checkout-divider-text{padding:0 .75rem;font-size:.75rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.1em}.dealer-portal__quote-btn{width:100%;border-color:var(--obc-ice-blue);color:var(--obc-ice-blue);letter-spacing:.1em;transition:background-color .15s,color .15s}.dealer-portal__quote-btn:hover{background-color:var(--obc-ice-blue);color:#fff}.dealer-portal__shipping-title{color:var(--obc-charcoal);margin-bottom:1rem}.dealer-portal__shipping-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.dealer-portal__shipping-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.dealer-portal__orders-section{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;padding:1.5rem}.dealer-portal__orders-title{font-size:1.5rem;color:var(--obc-charcoal);margin-bottom:1.5rem}.dealer-portal__order-skeleton{height:6rem;background-color:#f3f4f6;border-radius:.25rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.dealer-portal__orders-empty{text-align:center;padding:3rem 0}.dealer-portal__orders-empty-icon{width:4rem;height:4rem;color:#d1d5db;margin-left:auto;margin-right:auto;margin-bottom:1rem}.dealer-portal__order-card{padding:1rem;background-color:#f9fafb;border-radius:.5rem}.dealer-portal__order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.dealer-portal__order-id{color:var(--obc-charcoal)}.dealer-portal__order-date{font-size:.875rem;color:var(--obc-medium-gray)}.dealer-portal__order-total{font-size:1.125rem;font-weight:700;color:var(--obc-charcoal);margin-top:.25rem}.dealer-portal__order-table-wrapper{margin-top:.75rem;border-top:1px solid #e5e7eb;padding-top:.75rem}.dealer-portal__order-table{width:100%;font-size:.875rem}.dealer-portal__order-table-head{text-align:left;color:var(--obc-medium-gray);border-bottom:1px solid #e5e7eb;padding-bottom:.5rem;font-weight:500}.dealer-portal__order-table-cell{color:var(--obc-charcoal);padding:.5rem 0}.dealer-portal__quotes-section{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;padding:1.5rem}.dealer-portal__quotes-title{font-size:1.5rem;color:var(--obc-charcoal);margin-bottom:1.5rem}.dealer-portal__quotes-empty{text-align:center;padding:3rem 0}.dealer-portal__quotes-empty-icon{width:4rem;height:4rem;color:#d1d5db;margin-left:auto;margin-right:auto;margin-bottom:1rem}.dealer-portal__quote-card{padding:1.25rem;background-color:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.dealer-portal__quote-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.dealer-portal__quote-id{color:var(--obc-charcoal);font-size:1.125rem}.dealer-portal__quote-date{font-size:.875rem;color:var(--obc-medium-gray)}.dealer-portal__quote-notes{font-size:.875rem;color:#6b7280;margin-top:.25rem;font-style:italic}.dealer-portal__quote-amount{font-size:1.25rem;font-weight:700;color:var(--obc-ice-blue)}.dealer-portal__quote-table-wrapper{border-top:1px solid #e5e7eb;padding-top:.75rem}.dealer-portal__payment-form-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.dealer-portal__payment-icon{width:1.25rem;height:1.25rem;color:var(--obc-ice-blue)}.dealer-portal__payment-title{color:var(--obc-charcoal)}.dealer-portal__po-title{font-size:1.5rem}.dealer-portal__processing-spinner{display:flex;align-items:center;justify-content:center;gap:.5rem}.accept-quote-page{min-height:100vh;background:linear-gradient(to bottom right,#ecfeff,#eff6ff);display:flex;align-items:center;justify-content:center;padding:1.5rem}.accept-quote-page__card{background-color:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;max-width:28rem;width:100%;padding:2.5rem;text-align:center}.accept-quote-page__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.accept-quote-page__subtitle,.accept-quote-page__processing-text{color:#6b7280}.accept-quote-page__icon-circle{width:5rem;height:5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;margin-bottom:1.5rem}.accept-quote-page__icon-circle--green{background-color:#dcfce7}.accept-quote-page__icon-circle--blue{background-color:#dbeafe}.accept-quote-page__icon-circle--red{background-color:#fee2e2}.accept-quote-page__success-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.accept-quote-page__success-desc{color:#4b5563;margin-bottom:.5rem;font-size:1.125rem}.accept-quote-page__success-note{color:#6b7280;margin-bottom:2rem}.accept-quote-page__email-hint{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#0891b2;font-size:.875rem;margin-bottom:2rem}.accept-quote-page__primary-btn{background-color:#0891b2;color:#fff;width:100%}.accept-quote-page__primary-btn:hover{background-color:#0e7490}.accept-quote-page__already-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.accept-quote-page__already-desc{color:#4b5563;margin-bottom:2rem}.accept-quote-page__error-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.accept-quote-page__error-desc{color:#4b5563;margin-bottom:2rem}.accept-quote-page__ghost-btn{width:100%;color:#6b7280}.accept-quote-page__footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.accept-quote-page__footer-text{font-size:.75rem;color:#9ca3af}.admin-panel__page{min-height:100vh;background-color:#f3f4f6}.admin-panel__loading{min-height:100vh;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center}.admin-panel__loading-inner{text-align:center}.admin-panel__spinner{width:3rem;height:3rem;border:4px solid var(--obc-ice-blue);border-top-color:transparent;border-radius:9999px;animation:adminSpin 1s linear infinite;margin-left:auto;margin-right:auto;margin-bottom:1rem}@keyframes adminSpin{to{transform:rotate(360deg)}}.admin-panel__loading-text{color:var(--obc-medium-gray)}.admin-panel__denied{min-height:100vh;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center}.admin-panel__access-denied,.admin-panel__denied-inner{text-align:center;background-color:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;max-width:28rem}.admin-panel__denied-icon{width:4rem;height:4rem;color:#ef4444;margin-left:auto;margin-right:auto;margin-bottom:1rem}.admin-panel__denied-title{font-size:1.5rem;color:var(--obc-charcoal);margin-bottom:.5rem}.admin-panel__denied-text{color:var(--obc-medium-gray);margin-bottom:1.5rem}.admin-panel__header{background-color:var(--obc-charcoal);color:#fff}.admin-panel__header-inner{max-width:80rem;margin-left:auto;margin-right:auto;padding:1rem;display:flex;align-items:center;justify-content:space-between}.admin-panel__logo-area{display:flex;align-items:center;gap:1rem}.admin-panel__logo{height:2.5rem;width:auto;filter:brightness(0) invert(1)}.admin-panel__header-title,.admin-panel__panel-title{font-size:1.25rem;letter-spacing:.05em}.admin-panel__header-subtitle,.admin-panel__panel-subtitle{font-size:.875rem;color:#9ca3af}.admin-panel__header-actions{display:flex;align-items:center;gap:.5rem}.admin-panel__header-btn{color:#fff;position:relative;transition:background-color .15s}.admin-panel__header-btn:hover{background-color:#ffffff1a;color:#fff}.admin-panel__changelog-badge{position:absolute;top:-.25rem;right:-.25rem;background-color:#ef4444;color:#fff;font-size:.75rem;height:1.25rem;width:1.25rem;display:flex;align-items:center;justify-content:center;padding:0;border-radius:9999px}.admin-panel__main{max-width:80rem;margin-left:auto;margin-right:auto;padding:2rem 1rem}.admin-panel__mobile-menu-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1rem;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;cursor:pointer;transition:background-color .15s}.admin-panel__mobile-menu-trigger:hover{background-color:#f9fafb}.admin-panel__mobile-menu-label{display:flex;align-items:center;gap:.75rem;font-weight:500;color:var(--obc-charcoal)}.admin-panel__menu-label{font-weight:500;color:var(--obc-charcoal)}.admin-panel__mobile-menu-icon,.admin-panel__menu-icon{width:1.25rem;height:1.25rem;color:var(--obc-charcoal)}.admin-panel__mobile-menu-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background-color .15s;background:none;border:none;font-weight:500}.admin-panel__mobile-menu-item--active{background-color:var(--obc-charcoal);color:#fff}.admin-panel__mobile-menu-item--inactive{color:#374151}.admin-panel__mobile-menu-item--inactive:hover{background-color:#f3f4f6}.admin-panel__mobile-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #e5e7eb;z-index:50;overflow:hidden}.admin-panel__mobile-dropdown-inner{padding:.5rem 0}.admin-panel__mobile-dropdown-btn{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background-color .15s;background:none;border:none;font-weight:500}.admin-panel__mobile-dropdown-btn--active{background-color:var(--obc-charcoal);color:#fff}.admin-panel__mobile-dropdown-btn--inactive{color:#374151}.admin-panel__mobile-dropdown-btn--inactive:hover{background-color:#f3f4f6}.admin-panel__tab-list{margin-bottom:2rem;display:none}@media(min-width:768px){.admin-panel__tab-list{display:flex;flex-wrap:nowrap;position:relative}}.admin-panel__tab-trigger{position:relative;z-index:10;display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;white-space:nowrap}.admin-panel__tab-trigger[data-state=active]{background:transparent;box-shadow:none}.admin-panel__changelog-dialog{max-width:42rem;max-height:80vh;overflow:hidden;background:linear-gradient(to bottom right,#0f172a,#4a044e,#0f172a);border:1px solid rgba(168,85,247,.3);color:#fff}.admin-panel__changelog-header{border-bottom:1px solid rgba(168,85,247,.3);padding-bottom:1rem;padding-right:2.5rem}.admin-panel__changelog-header-row{display:flex;align-items:flex-start;justify-content:space-between}.admin-panel__changelog-title{font-size:1.5rem;font-family:Courier New,monospace;font-weight:700;background:linear-gradient(to right,#c084fc,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-panel__changelog-subtitle{font-size:.875rem;color:#c484fcb3;margin-top:.25rem}.admin-panel__changelog-create-btn{background-color:#7c3aed;color:#fff;padding:.375rem .75rem;border-radius:.25rem;font-size:.875rem;transition:background-color .15s}.admin-panel__changelog-create-btn:hover{background-color:#6d28d9}.admin-panel__changelog-body{overflow-y:auto;max-height:60vh;padding-right:.5rem;padding-top:1rem;padding-bottom:1rem}.admin-panel__changelog-body::-webkit-scrollbar{width:.5rem}.admin-panel__changelog-body::-webkit-scrollbar-track{background-color:#581c874d}.admin-panel__changelog-body::-webkit-scrollbar-thumb{background-color:#a855f780;border-radius:9999px}.admin-panel__changelog-body::-webkit-scrollbar-thumb:hover{background-color:#a855f7b3}.admin-panel__changelog-body>*+*{margin-top:1.5rem}.admin-panel__changelog-entry{position:relative;padding-left:1.5rem;padding-bottom:1.5rem}.admin-panel__changelog-entry:last-child{padding-bottom:0}.admin-panel__changelog-timeline-line{position:absolute;left:.5625rem;top:2rem;bottom:0;width:2px;background:linear-gradient(to bottom,#a855f7,transparent)}.admin-panel__changelog-dot{position:absolute;left:0;top:.375rem;width:1.25rem;height:1.25rem;border-radius:9999px;background-color:#a855f7;border:4px solid #0f172a;box-shadow:0 0 10px #a855f780}.admin-panel__changelog-card{background-color:#ffffff0d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:.75rem;padding:1rem;border:1px solid rgba(168,85,247,.2);transition:border-color .15s}.admin-panel__changelog-card:hover{border-color:#a855f766}.admin-panel__changelog-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.admin-panel__changelog-version{padding:.25rem .5rem;background-color:#a855f74d;color:#d8b4fe;font-family:Courier New,monospace;font-size:.875rem;border-radius:.375rem;font-weight:600}.admin-panel__changelog-date{display:flex;align-items:center;gap:.25rem;color:#c484fc99;font-size:.875rem}.admin-panel__changelog-hero{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.75rem}.admin-panel__changelog-highlights>*+*{margin-top:.5rem}.admin-panel__changelog-highlight{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#ede9fecc}.admin-panel__changelog-check{width:1rem;height:1rem;color:#4ade80;flex-shrink:0;margin-top:.125rem}.admin-panel__changelog-tags{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(168,85,247,.2)}.admin-panel__changelog-tag{padding:.125rem .5rem;background-color:#a855f733;color:#d8b4fe;font-size:.75rem;border-radius:9999px}.admin-panel__changelog-input{background-color:#ffffff1a;border:1px solid rgba(168,85,247,.3);color:#fff}.admin-panel__changelog-input::-moz-placeholder{color:#c484fc80}.admin-panel__changelog-input::placeholder{color:#c484fc80}.admin-panel__changelog-input-label{font-size:.875rem;color:#d8b4fe;display:block;margin-bottom:.25rem}.admin-panel__changelog-form-footer{padding-top:1rem;border-top:1px solid rgba(168,85,247,.3);display:flex;justify-content:flex-end;gap:.75rem}.admin-panel__changelog-create-header{border-bottom:1px solid rgba(168,85,247,.3);padding-bottom:1rem;padding-right:2.5rem}.admin-panel__changelog-cancel-btn{color:#d8b4fe;transition:background-color .15s,color .15s}.admin-panel__changelog-cancel-btn:hover{color:#c084fc;background-color:#a855f733}.admin-panel__changelog-submit-btn{background-color:#7c3aed;color:#fff;transition:background-color .15s}.admin-panel__changelog-submit-btn:hover{background-color:#6d28d9}.admin-panel__changelog-remove-btn{color:#f87171;transition:color .15s,background-color .15s}.admin-panel__changelog-remove-btn:hover{color:#fca5a5;background-color:#ef444433}.admin-panel__changelog-add-btn{color:#d8b4fe;transition:color .15s,background-color .15s}.admin-panel__changelog-add-btn:hover{color:#c084fc;background-color:#a855f733}.admin-panel__tab-content{margin-top:0;outline:none}.admin-panel__tab-content[data-state=active]{animation:fadeSlideIn .2s ease-out}@keyframes fadeSlideIn{0%{opacity:0;transform:translate(1rem)}to{opacity:1;transform:translate(0)}}.admin-panel__section-card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;padding:1rem}@media(min-width:768px){.admin-panel__section-card{padding:1.5rem}}.admin-panel__section-title{font-size:1.125rem;color:var(--obc-charcoal);margin-bottom:1rem}@media(min-width:768px){.admin-panel__section-title{font-size:1.5rem;margin-bottom:1.5rem}}.admin-panel__subtab-nav{display:flex;background-color:#f3f4f6;padding:.25rem;border-radius:.5rem;position:relative;width:220px}.admin-panel__subtab-btn{position:relative;z-index:10;padding:.375rem 1rem;font-size:.875rem;font-weight:500;border-radius:.375rem;transition:color .2s;background:none;border:none;cursor:pointer}.admin-panel__subtab-btn--active{color:var(--obc-charcoal)}.admin-panel__subtab-btn--inactive{color:#6b7280}.admin-panel__subtab-btn--inactive:hover{color:#374151}.admin-panel__filter-bar{display:grid;grid-template-columns:1fr;gap:.75rem;padding:1rem;background-color:#f9fafb;border-radius:.5rem;margin-bottom:1rem}@media(min-width:640px){.admin-panel__filter-bar{grid-template-columns:repeat(3,1fr)}}.admin-panel__search-wrapper{position:relative}.admin-panel__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#9ca3af}.admin-panel__pagination{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.admin-panel__pagination-info{font-size:.875rem;color:#6b7280}.admin-panel__pagination-btns{display:flex;gap:.5rem;align-items:center}.admin-panel__pagination-label{padding:0 .75rem;font-size:.875rem}.admin-panel__badge--paid,.admin-panel__badge--green{background-color:#dcfce7;color:#166534}.admin-panel__badge--not-paid,.admin-panel__badge--red{background-color:#fee2e2;color:#991b1b}.admin-panel__badge--pending,.admin-panel__badge--yellow{background-color:#fef9c3;color:#854d0e}.admin-panel__badge--blue{background-color:#dbeafe;color:#1e40af}.admin-panel__badge--gray{background-color:#f3f4f6;color:#1f2937}.admin-panel__table{width:100%}.admin-panel__table-header{border-bottom:1px solid #e5e7eb;text-align:left;padding-bottom:.75rem;font-weight:500}.admin-panel__table-row{border-bottom:1px solid #e5e7eb}.admin-panel__table-cell{padding:.75rem 0}.admin-panel__table-cell-mono{padding:.75rem 0;font-family:Courier New,monospace;font-size:.875rem}.admin-panel__table-cell-sm{padding:.75rem 0;font-size:.875rem}.admin-panel__table-cell-bold{padding:.75rem 0;font-weight:600}.admin-panel__quote-badge--accepted{background-color:#22c55e;color:#fff}.admin-panel__quote-badge--cancelled{background-color:#ef4444;color:#fff}.admin-panel__quote-badge--pending{background-color:#eab308;color:#fff}.admin-panel__card{border:1px solid #e5e7eb;border-radius:.5rem;padding:1.25rem;background-color:#f9fafb}.admin-panel__products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.admin-panel__products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:768px){.admin-panel__products-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.admin-panel__products-grid{grid-template-columns:repeat(4,1fr)}}.admin-panel__product-card{background-color:#fff;border-radius:.5rem;border:1px solid #e5e7eb;overflow:hidden}.admin-panel__product-card-img{aspect-ratio:1/1;position:relative;background-color:#f9fafb}.admin-panel__product-card-info{padding:.75rem}.admin-panel__product-card-name{font-size:.875rem;font-weight:500;color:var(--obc-charcoal);margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-panel__product-card-price{font-weight:600;color:var(--obc-charcoal);font-size:.875rem}.admin-panel__product-card-actions{display:flex;gap:.5rem;margin-top:.5rem}.admin-panel__inventory-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.admin-panel__inventory-grid{grid-template-columns:repeat(4,1fr)}}.admin-panel__inventory-stat{background-color:#fff;border-radius:.5rem;border:1px solid #e5e7eb;padding:1rem;text-align:center}.admin-panel__inventory-stat-value{font-size:1.5rem;font-weight:700;color:var(--obc-charcoal)}.admin-panel__inventory-stat-label{font-size:.75rem;color:#6b7280;margin-top:.25rem}.admin-panel__tradeshow-card{background-color:#fff;border-radius:.5rem;border:1px solid #e5e7eb;padding:1rem;cursor:pointer;transition:border-color .15s,box-shadow .15s}.admin-panel__tradeshow-card:hover{border-color:var(--obc-ice-blue);box-shadow:0 1px 3px #0000001a}.admin-panel__tradeshow-card--active{border-color:var(--obc-ice-blue);background-color:#eff6ff}.admin-panel__tradeshow-name{font-weight:600;color:var(--obc-charcoal)}.admin-panel__tradeshow-location{font-size:.875rem;color:#6b7280;margin-top:.25rem}.admin-panel__tradeshow-dates{font-size:.75rem;color:#9ca3af;margin-top:.25rem}.admin-panel__tradeshow-status{font-size:.75rem;font-weight:500;margin-top:.5rem;display:inline-flex;padding:.125rem .5rem;border-radius:9999px}.admin-panel__tradeshow-status--upcoming{background-color:#dbeafe;color:#1e40af}.admin-panel__tradeshow-status--active{background-color:#dcfce7;color:#166534}.admin-panel__tradeshow-status--completed{background-color:#f3f4f6;color:#1f2937}.admin-panel__analytics-metric-btn{padding:.375rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;border:1px solid;transition:background-color .15s,color .15s,border-color .15s}.admin-panel__analytics-metric-btn--active{background-color:var(--obc-charcoal);color:#fff;border-color:var(--obc-charcoal)}.admin-panel__analytics-metric-btn--inactive{background-color:#fff;color:#374151;border-color:#e5e7eb}.admin-panel__analytics-metric-btn--inactive:hover{background-color:#f9fafb}.admin-panel__analytics-range-btn{padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;cursor:pointer;border:none;transition:background-color .15s}.admin-panel__analytics-range-btn--active{background-color:var(--obc-charcoal);color:#fff}.admin-panel__analytics-range-btn--inactive{background-color:#f3f4f6;color:#374151}.admin-panel__analytics-range-btn--inactive:hover{background-color:#e5e7eb}.admin-panel__user-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-radius:.375rem;border:1px solid #e5e7eb;background-color:#fff;transition:background-color .15s}.admin-panel__user-row:hover{background-color:#f9fafb}.admin-panel__user-email{font-weight:500;color:var(--obc-charcoal);font-size:.875rem}.admin-panel__user-name{font-size:.75rem;color:#6b7280}.admin-panel__user-actions{display:flex;gap:.5rem;align-items:center}.admin-panel__discount-card{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;background-color:#fff;display:flex;align-items:center;justify-content:space-between}.admin-panel__discount-code{font-family:Courier New,monospace;font-weight:700;font-size:1rem;color:var(--obc-charcoal);letter-spacing:.05em}.admin-panel__discount-info{font-size:.875rem;color:#6b7280}.admin-panel__discount-badge--active{background-color:#dcfce7;color:#166534}.admin-panel__discount-badge--inactive{background-color:#fee2e2;color:#991b1b}.admin-panel__app-card{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;background-color:#fff;transition:border-color .15s}.admin-panel__app-card:hover{border-color:#9ca3af}.admin-panel__app-company{font-weight:600;font-size:1rem;color:var(--obc-charcoal)}.admin-panel__app-contact{font-size:.875rem;color:#6b7280}.admin-panel__app-status-badge--pending{background-color:#fef9c3;color:#854d0e}.admin-panel__app-status-badge--approved{background-color:#dcfce7;color:#166534}.admin-panel__app-status-badge--rejected{background-color:#fee2e2;color:#991b1b}.admin-panel__app-status-badge--voided{background-color:#f3f4f6;color:#6b7280}.admin-panel__dealer-row{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;background-color:#fff}.admin-panel__dealer-name{font-weight:600;color:var(--obc-charcoal)}.admin-panel__dealer-email{font-size:.875rem;color:#6b7280}.admin-panel__ticket-filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.admin-panel__ticket-filter-btn{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;cursor:pointer;border:1px solid;transition:background-color .15s,color .15s}.admin-panel__ticket-filter-btn--active{background-color:var(--obc-charcoal);color:#fff;border-color:var(--obc-charcoal)}.admin-panel__ticket-filter-btn--inactive{background-color:#fff;color:#374151;border-color:#e5e7eb}.admin-panel__ticket-filter-btn--inactive:hover{background-color:#f9fafb}.admin-panel__ticket-card{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;background-color:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s}.admin-panel__ticket-card:hover{border-color:#9ca3af;box-shadow:0 1px 3px #0000001a}.admin-panel__ticket-card--unread{border-left:4px solid var(--obc-ice-blue);background-color:#eff6ff}.admin-panel__ticket-number{font-weight:600;font-size:.875rem;color:var(--obc-charcoal);font-family:Courier New,monospace}.admin-panel__ticket-email{font-size:.875rem;color:#6b7280}.admin-panel__ticket-subject{font-size:.875rem;color:#374151;margin-top:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-panel__ticket-status-badge--open{background-color:#dcfce7;color:#166534}.admin-panel__ticket-status-badge--in-progress{background-color:#dbeafe;color:#1e40af}.admin-panel__ticket-status-badge--resolved{background-color:#f3f4f6;color:#1f2937}.admin-panel__ticket-status-badge--closed{background-color:#fee2e2;color:#991b1b}.admin-panel__order-card{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;background-color:#fff;transition:border-color .15s}.admin-panel__order-card:hover{border-color:#9ca3af}.admin-panel__order-card--voided{opacity:.6}.admin-panel__order-status-badge--completed,.admin-panel__order-status-badge--paid{background-color:#dcfce7;color:#166534}.admin-panel__order-status-badge--pending{background-color:#fef9c3;color:#854d0e}.admin-panel__order-status-badge--failed,.admin-panel__order-status-badge--voided{background-color:#fee2e2;color:#991b1b}.admin-panel__site-images-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.admin-panel__site-images-grid{grid-template-columns:repeat(3,1fr)}}.admin-panel__site-image-card{border:2px solid #e5e7eb;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:border-color .15s}.admin-panel__site-image-card:hover{border-color:var(--obc-ice-blue)}.admin-panel__site-image-card--selected{border-color:var(--obc-ice-blue);box-shadow:0 0 0 2px #00bfff4d}.admin-panel__site-image-label{padding:.5rem;text-align:center;font-size:.75rem;font-weight:500;color:#374151;background-color:#f9fafb}.admin-panel__r2-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(min-width:640px){.admin-panel__r2-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.admin-panel__r2-grid{grid-template-columns:repeat(6,1fr)}}.admin-panel__r2-image-card{border:2px solid #e5e7eb;border-radius:.375rem;overflow:hidden;cursor:pointer;aspect-ratio:1/1;position:relative;transition:border-color .15s}.admin-panel__r2-image-card:hover{border-color:var(--obc-ice-blue)}.admin-panel__r2-image-card--selected{border-color:var(--obc-ice-blue);box-shadow:0 0 0 2px #00bfff4d}.admin-panel__newsletter-section{background-color:#fff;border-radius:.5rem;border:1px solid #e5e7eb;padding:1.5rem;margin-bottom:1.5rem}.admin-panel__newsletter-title{font-size:1.125rem;font-weight:600;color:var(--obc-charcoal);margin-bottom:1rem}.admin-panel__subscriber-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.admin-panel__subscriber-row:last-child{border-bottom:none}.admin-panel__subscriber-email{font-size:.875rem;color:#374151}.admin-panel__subscriber-date{font-size:.75rem;color:#9ca3af}.admin-ticket__loading{min-height:100vh;background-color:#f9fafb;display:flex;align-items:center;justify-content:center;color:#6b7280}.admin-ticket__not-found{min-height:100vh;background-color:#f9fafb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#6b7280}.admin-ticket__page{min-height:100vh;background-color:#f9fafb}.admin-ticket__header{background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.admin-ticket__header-inner{max-width:72rem;margin-left:auto;margin-right:auto;padding:1rem 1.5rem}.admin-ticket__header-row{display:flex;align-items:center;justify-content:space-between}.admin-ticket__title{font-size:1.25rem;font-weight:600}.admin-ticket__subtitle{font-size:.875rem;color:#6b7280}.admin-ticket__actions{display:flex;align-items:center;gap:.75rem}.admin-ticket__delete-btn{background-color:#dc2626;color:#fff;border-radius:.375rem;padding:.375rem .75rem;font-size:.875rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:background-color .2s}.admin-ticket__delete-btn:hover{background-color:#b91c1c}.admin-ticket__content{max-width:72rem;margin-left:auto;margin-right:auto;padding:1.5rem}.admin-ticket__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:1024px){.admin-ticket__grid{grid-template-columns:1fr 1fr 1fr}.admin-ticket__conversation{grid-column:span 2}}.admin-ticket__card{background-color:#fff;border-radius:.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.admin-ticket__card-header{padding:1rem;border-bottom:1px solid #e5e7eb;font-weight:600}.admin-ticket__messages{padding:1rem;max-height:60vh;overflow-y:auto}.admin-ticket__messages>*+*{margin-top:1rem}.admin-ticket__empty-messages{text-align:center;padding:2rem 0;color:#6b7280}.admin-ticket__message{padding:1rem;border-radius:.5rem;border:1px solid}.admin-ticket__message--admin,.admin-ticket__message--agent{background-color:#eff6ff;border-color:#bfdbfe}.admin-ticket__message--bot{background-color:#f9fafb;border-color:#e5e7eb}.admin-ticket__message--customer{background-color:#fff;border-color:#e5e7eb}.admin-ticket__message-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.admin-ticket__message-avatar{width:1.5rem;height:1.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center}.admin-ticket__message-avatar--admin,.admin-ticket__message-avatar--agent{background-color:#dbeafe;color:#2563eb}.admin-ticket__message-avatar--bot{background-color:#f3f4f6;color:#4b5563}.admin-ticket__message-avatar--customer{background-color:#ffedd5;color:#ea580c}.admin-ticket__message-sender{font-weight:500;font-size:.875rem}.admin-ticket__message-time{font-size:.75rem;color:#9ca3af}.admin-ticket__message-image{max-width:28rem;cursor:pointer;margin-bottom:.5rem}.admin-ticket__message-image:hover{opacity:.9}.admin-ticket__message-text{color:#374151;white-space:pre-wrap}.admin-ticket__reply-area{padding:1rem;border-top:1px solid #e5e7eb}.admin-ticket__reply-footer{display:flex;justify-content:flex-end;margin-top:.5rem}.admin-ticket__sidebar{display:flex;flex-direction:column;gap:1rem}.admin-ticket__details-card{background-color:#fff;border-radius:.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;padding:1rem}.admin-ticket__details-title{font-weight:600;margin-bottom:1rem}.admin-ticket__details-list{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem}.admin-ticket__details-label{color:#6b7280}.admin-ticket__description-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.admin-ticket__description-label{color:#6b7280;display:block;margin-bottom:.5rem}.admin-ticket__description-text{color:#374151;white-space:pre-wrap;background-color:#f9fafb;padding:.75rem;border-radius:.25rem}.admin-ticket__badge--open{background-color:#dcfce7;color:#166534}.admin-ticket__badge--in-progress{background-color:#dbeafe;color:#1e40af}.admin-ticket__badge--resolved,.admin-ticket__badge--default{background-color:#f3f4f6;color:#1f2937}.admin-ticket__badge--closed{background-color:#fee2e2;color:#991b1b}.hurricane-page__wrapper{min-height:100vh;background:linear-gradient(to bottom,#0f172a,#1e293b,#0f172a)}.hurricane-page__container{width:100%;max-width:80rem;margin-left:auto;margin-right:auto;padding:2rem 1rem}@media(min-width:768px){.hurricane-page__container{padding-top:3rem;padding-bottom:3rem}}.hurricane-page__back-btn{display:flex;align-items:center;gap:.5rem;color:#fffc;margin-bottom:2rem;background:none;border:none;cursor:pointer;transition:color .15s}.hurricane-page__back-btn:hover{color:#fff}.hurricane-page__inner{max-width:64rem;margin-left:auto;margin-right:auto}.hurricane-page__title{font-size:2.25rem;font-weight:700;color:#fff;text-align:center;margin-bottom:1rem}@media(min-width:768px){.hurricane-page__title{font-size:3.75rem}}.hurricane-page__subtitle{color:#60a5fa;text-align:center;font-size:1.125rem;margin-bottom:2rem;letter-spacing:.1em;text-transform:uppercase}.hurricane-page__video-section{position:relative;margin-bottom:2.5rem}.hurricane-page__glow-outer{position:absolute;top:-3rem;right:-3rem;bottom:-3rem;left:-3rem;border-radius:1.5rem;z-index:-10}.hurricane-page__glow-inner{position:absolute;top:-2rem;right:-2rem;bottom:-2rem;left:-2rem;border-radius:1rem;z-index:-10}.hurricane-page__video-frame{aspect-ratio:16/9;width:100%;border-radius:.75rem;overflow:hidden;border:4px solid rgba(255,255,255,.2);box-shadow:0 25px 50px -12px #00000080,0 0 100px #3b82f64d,0 0 150px #22c55e33}.hurricane-page__about-section{background-color:#ffffff0d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:1rem;padding:1.5rem;margin-bottom:2.5rem;border:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.hurricane-page__about-section{padding:2.5rem}}.hurricane-page__about-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}@media(min-width:768px){.hurricane-page__about-title{font-size:1.875rem}}.hurricane-page__about-body{display:flex;flex-direction:column;gap:1rem;color:#fffc;font-size:1.125rem;line-height:1.75}.hurricane-page__features-section{margin-bottom:3rem}.hurricane-page__features-title{font-size:1.5rem;font-weight:700;color:#fff;text-align:center;margin-bottom:2rem}@media(min-width:768px){.hurricane-page__features-title{font-size:1.875rem}}.hurricane-page__features-grid{display:grid;gap:1.5rem}@media(min-width:768px){.hurricane-page__features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.hurricane-page__features-grid{grid-template-columns:repeat(3,1fr)}}.hurricane-page__feature-card{border-radius:.75rem;padding:1.5rem;border-width:1px;border-style:solid;transition:border-color .15s}.hurricane-page__feature-card--green{background:linear-gradient(to bottom right,#22c55e1a,#16a34a0d);border-color:#22c55e4d}.hurricane-page__feature-card--green:hover{border-color:#4ade8080}.hurricane-page__feature-card--blue{background:linear-gradient(to bottom right,#3b82f61a,#2563eb0d);border-color:#3b82f64d}.hurricane-page__feature-card--blue:hover{border-color:#60a5fa80}.hurricane-page__feature-card--amber{background:linear-gradient(to bottom right,#f59e0b1a,#d977060d);border-color:#f59e0b4d}.hurricane-page__feature-card--amber:hover{border-color:#fbbf2480}.hurricane-page__feature-card--purple{background:linear-gradient(to bottom right,#a855f71a,#8b5cf60d);border-color:#a855f74d}.hurricane-page__feature-card--purple:hover{border-color:#c084fc80}.hurricane-page__feature-card--cyan{background:linear-gradient(to bottom right,#06b6d41a,#0891b20d);border-color:#06b6d44d}.hurricane-page__feature-card--cyan:hover{border-color:#22d3ee80}.hurricane-page__feature-card--orange{background:linear-gradient(to bottom right,#f973161a,#ea580c0d);border-color:#f973164d}.hurricane-page__feature-card--orange:hover{border-color:#fb923c80}.hurricane-page__feature-icon-wrap{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.hurricane-page__feature-icon-wrap--green{background-color:#22c55e33}.hurricane-page__feature-icon-wrap--blue{background-color:#3b82f633}.hurricane-page__feature-icon-wrap--amber{background-color:#f59e0b33}.hurricane-page__feature-icon-wrap--purple{background-color:#a855f733}.hurricane-page__feature-icon-wrap--cyan{background-color:#06b6d433}.hurricane-page__feature-icon-wrap--orange{background-color:#f9731633}.hurricane-page__feature-icon{width:1.5rem;height:1.5rem}.hurricane-page__feature-icon--green{color:#4ade80}.hurricane-page__feature-icon--blue{color:#60a5fa}.hurricane-page__feature-icon--amber{color:#fbbf24}.hurricane-page__feature-icon--purple{color:#c084fc}.hurricane-page__feature-icon--cyan{color:#22d3ee}.hurricane-page__feature-icon--orange{color:#fb923c}.hurricane-page__feature-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.hurricane-page__feature-desc{color:#fff9}.glitch-error-page{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.glitch-error-page__main{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:0 2rem;gap:2rem;animation:flicker 5s infinite,shake .15s infinite}.glitch-error-page__terminal{width:100%;max-width:42rem;border:1px solid #b91c1c;padding:1.5rem;font-family:Courier New,monospace;font-size:.75rem;line-height:1.625}@media(min-width:640px){.glitch-error-page__terminal{font-size:.875rem}}.glitch-error-page__promo{font-family:Courier New,monospace;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.cookie-consent{position:fixed;bottom:1rem;left:1rem;z-index:200;background-color:#fff;border-radius:.5rem;border:1px solid #e5e7eb;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;padding:1rem;max-width:24rem}.cookie-consent__close-btn{position:absolute;top:.5rem;right:.5rem;padding:.25rem;color:#9ca3af}.cookie-consent__close-btn:hover{color:#4b5563}.cookie-consent__icon{color:var(--obc-ice-blue);flex-shrink:0;margin-top:.125rem}.cookie-consent__link{color:var(--obc-ice-blue)}.cookie-consent__link:hover{text-decoration:underline}.cookie-consent__accept-btn{background-color:var(--obc-ice-blue);color:#fff;font-size:.75rem;flex:1}.cookie-consent__accept-btn:hover{background-color:color-mix(in srgb,var(--obc-ice-blue) 90%,transparent)}.offline-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:linear-gradient(to bottom right,#f8fafc,#f1f5f9);display:flex;align-items:center;justify-content:center}.offline-screen__icon-wrapper{width:6rem;height:6rem;margin-left:auto;margin-right:auto;margin-bottom:2rem;border-radius:9999px;background-color:#e2e8f0;display:flex;align-items:center;justify-content:center}.offline-screen__icon{width:3rem;height:3rem;color:#64748b}.offline-screen__title{font-size:1.875rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.offline-screen__body{color:#475569;margin-bottom:2rem;font-size:1.125rem}.offline-screen__retry-btn{background-color:#6b7280;color:#fff;padding:.75rem 2rem;font-size:1.125rem}.offline-screen__retry-btn:hover{background-color:#6b7280e6}.offline-screen__footer-text{color:#64748b;font-size:.875rem;margin-top:1.5rem}.coming-soon-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.coming-soon-page__main{flex:1 1 0%;width:100%}.coming-soon-page__container{max-width:64rem;margin-left:auto;margin-right:auto;padding:.5rem 1rem 1.5rem}.coming-soon-page__back-btn{margin-bottom:1rem;font-size:.875rem;color:#6b7280;transition:color .15s}.coming-soon-page__back-btn:hover{color:#1f2937}.coming-soon-page__image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:.5rem}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--obc-duration,.15s)var(--obc-ease,ease); --animate-out: exit var(--obc-duration,.15s)var(--obc-ease,ease); --animate-accordion-down: accordion-down var(--obc-duration,.2s)ease-out; --animate-accordion-up: accordion-up var(--obc-duration,.2s)ease-out; --animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes enter { from { opacity: var(--obc-enter-opacity,1); transform: translate3d(var(--obc-enter-translate-x,0),var(--obc-enter-translate-y,0),0)scale3d(var(--obc-enter-scale,1),var(--obc-enter-scale,1),var(--obc-enter-scale,1))rotate(var(--obc-enter-rotate,0)); }}@keyframes exit { to { opacity: var(--obc-exit-opacity,1); transform: translate3d(var(--obc-exit-translate-x,0),var(--obc-exit-translate-y,0),0)scale3d(var(--obc-exit-scale,1),var(--obc-exit-scale,1),var(--obc-exit-scale,1))rotate(var(--obc-exit-rotate,0)); }}@keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height)); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height)); }to { height: 0; }}@keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility delay-*{animation-delay: calc(--value(number)*1ms) ; animation-delay: --value(--animation-delay-*,[duration],[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number);}@utility direction-*{animation-direction: --value(--animation-direction-*);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility fade-in{--obc-enter-opacity: 0;}@utility fade-in-*{--obc-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--obc-exit-opacity: 0;}@utility fade-out-*{--obc-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--obc-enter-scale: 0;}@utility zoom-in-*{--obc-enter-scale: calc(--value([percentage])/100%) ; --obc-enter-scale: --value([ratio],[number]) ; --obc-enter-scale: --value(--percentage-*);}@utility zoom-out{--obc-exit-scale: 0;}@utility zoom-out-*{--obc-exit-scale: calc(--value([percentage])/100%) ; --obc-exit-scale: --value([ratio],[number]) ; --obc-exit-scale: --value(--percentage-*);}@utility spin-in{--obc-enter-rotate: 30deg;}@utility spin-in-*{--obc-enter-rotate: calc(--value(number)*1deg) ; --obc-enter-rotate: --value(--rotate-*,[angle]);}@utility spin-out{--obc-exit-rotate: 30deg;}@utility spin-out-*{--obc-exit-rotate: calc(--value(number)*1deg) ; --obc-exit-rotate: --value(--rotate-*,[angle]);}@utility slide-in-from-top{--obc-enter-translate-y: -100%;}@utility slide-in-from-top-*{--obc-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --obc-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --obc-enter-translate-y: calc(--value(ratio)*100%) ; --obc-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-bottom{--obc-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--obc-enter-translate-y: calc(--value(integer)*var(--spacing)); --obc-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --obc-enter-translate-y: calc(--value(ratio)*100%) ; --obc-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--obc-enter-translate-x: -100%;}@utility slide-in-from-left-*{--obc-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --obc-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --obc-enter-translate-x: calc(--value(ratio)*100%) ; --obc-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-right{--obc-enter-translate-x: 100%;}@utility slide-in-from-right-*{--obc-enter-translate-x: calc(--value(integer)*var(--spacing)); --obc-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --obc-enter-translate-x: calc(--value(ratio)*100%) ; --obc-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-top{--obc-exit-translate-y: -100%;}@utility slide-out-to-top-*{--obc-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --obc-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --obc-exit-translate-y: calc(--value(ratio)*100%) ; --obc-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-bottom{--obc-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--obc-exit-translate-y: calc(--value(integer)*var(--spacing)); --obc-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --obc-exit-translate-y: calc(--value(ratio)*100%) ; --obc-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--obc-exit-translate-x: -100%;}@utility slide-out-to-left-*{--obc-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --obc-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --obc-exit-translate-x: calc(--value(ratio)*100%) ; --obc-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-right{--obc-exit-translate-x: 100%;}@utility slide-out-to-right-*{--obc-exit-translate-x: calc(--value(integer)*var(--spacing)); --obc-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --obc-exit-translate-x: calc(--value(ratio)*100%) ; --obc-exit-translate-x: --value(--translate-*,[percentage],[length]);}*,:before,:after{--obc-border-spacing-x: 0;--obc-border-spacing-y: 0;--obc-translate-x: 0;--obc-translate-y: 0;--obc-rotate: 0;--obc-skew-x: 0;--obc-skew-y: 0;--obc-scale-x: 1;--obc-scale-y: 1;--obc-pan-x: ;--obc-pan-y: ;--obc-pinch-zoom: ;--obc-scroll-snap-strictness: proximity;--obc-gradient-from-position: ;--obc-gradient-via-position: ;--obc-gradient-to-position: ;--obc-ordinal: ;--obc-slashed-zero: ;--obc-numeric-figure: ;--obc-numeric-spacing: ;--obc-numeric-fraction: ;--obc-ring-inset: ;--obc-ring-offset-width: 0px;--obc-ring-offset-color: #fff;--obc-ring-color: rgb(59 130 246 / .5);--obc-ring-offset-shadow: 0 0 #0000;--obc-ring-shadow: 0 0 #0000;--obc-shadow: 0 0 #0000;--obc-shadow-colored: 0 0 #0000;--obc-blur: ;--obc-brightness: ;--obc-contrast: ;--obc-grayscale: ;--obc-hue-rotate: ;--obc-invert: ;--obc-saturate: ;--obc-sepia: ;--obc-drop-shadow: ;--obc-backdrop-blur: ;--obc-backdrop-brightness: ;--obc-backdrop-contrast: ;--obc-backdrop-grayscale: ;--obc-backdrop-hue-rotate: ;--obc-backdrop-invert: ;--obc-backdrop-opacity: ;--obc-backdrop-saturate: ;--obc-backdrop-sepia: ;--obc-contain-size: ;--obc-contain-layout: ;--obc-contain-paint: ;--obc-contain-style: }::backdrop{--obc-border-spacing-x: 0;--obc-border-spacing-y: 0;--obc-translate-x: 0;--obc-translate-y: 0;--obc-rotate: 0;--obc-skew-x: 0;--obc-skew-y: 0;--obc-scale-x: 1;--obc-scale-y: 1;--obc-pan-x: ;--obc-pan-y: ;--obc-pinch-zoom: ;--obc-scroll-snap-strictness: proximity;--obc-gradient-from-position: ;--obc-gradient-via-position: ;--obc-gradient-to-position: ;--obc-ordinal: ;--obc-slashed-zero: ;--obc-numeric-figure: ;--obc-numeric-spacing: ;--obc-numeric-fraction: ;--obc-ring-inset: ;--obc-ring-offset-width: 0px;--obc-ring-offset-color: #fff;--obc-ring-color: rgb(59 130 246 / .5);--obc-ring-offset-shadow: 0 0 #0000;--obc-ring-shadow: 0 0 #0000;--obc-shadow: 0 0 #0000;--obc-shadow-colored: 0 0 #0000;--obc-blur: ;--obc-brightness: ;--obc-contrast: ;--obc-grayscale: ;--obc-hue-rotate: ;--obc-invert: ;--obc-saturate: ;--obc-sepia: ;--obc-drop-shadow: ;--obc-backdrop-blur: ;--obc-backdrop-brightness: ;--obc-backdrop-contrast: ;--obc-backdrop-grayscale: ;--obc-backdrop-hue-rotate: ;--obc-backdrop-invert: ;--obc-backdrop-opacity: ;--obc-backdrop-saturate: ;--obc-backdrop-sepia: ;--obc-contain-size: ;--obc-contain-layout: ;--obc-contain-paint: ;--obc-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--obc-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*{border-color:var(--border)}body{background-color:var(--background);font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,sans-serif;overflow-x:hidden}html body[data-scroll-locked]{margin-right:0!important;padding-right:0!important}html{overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Arimo,Arial,sans-serif;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.prose{color:var(--obc-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--obc-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--obc-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--obc-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--obc-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--obc-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--obc-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--obc-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--obc-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--obc-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--obc-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--obc-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--obc-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--obc-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--obc-prose-kbd);box-shadow:0 0 0 1px rgb(var(--obc-prose-kbd-shadows) / 10%),0 3px rgb(var(--obc-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--obc-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--obc-prose-pre-code);background-color:var(--obc-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--obc-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--obc-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--obc-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--obc-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--obc-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--obc-prose-body: #374151;--obc-prose-headings: #111827;--obc-prose-lead: #4b5563;--obc-prose-links: #111827;--obc-prose-bold: #111827;--obc-prose-counters: #6b7280;--obc-prose-bullets: #d1d5db;--obc-prose-hr: #e5e7eb;--obc-prose-quotes: #111827;--obc-prose-quote-borders: #e5e7eb;--obc-prose-captions: #6b7280;--obc-prose-kbd: #111827;--obc-prose-kbd-shadows: 17 24 39;--obc-prose-code: #111827;--obc-prose-pre-code: #e5e7eb;--obc-prose-pre-bg: #1f2937;--obc-prose-th-borders: #d1d5db;--obc-prose-td-borders: #e5e7eb;--obc-prose-invert-body: #d1d5db;--obc-prose-invert-headings: #fff;--obc-prose-invert-lead: #9ca3af;--obc-prose-invert-links: #fff;--obc-prose-invert-bold: #fff;--obc-prose-invert-counters: #9ca3af;--obc-prose-invert-bullets: #4b5563;--obc-prose-invert-hr: #374151;--obc-prose-invert-quotes: #f3f4f6;--obc-prose-invert-quote-borders: #374151;--obc-prose-invert-captions: #9ca3af;--obc-prose-invert-kbd: #fff;--obc-prose-invert-kbd-shadows: 255 255 255;--obc-prose-invert-code: #fff;--obc-prose-invert-pre-code: #d1d5db;--obc-prose-invert-pre-bg: rgb(0 0 0 / 50%);--obc-prose-invert-th-borders: #4b5563;--obc-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}.prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding-top:.2222222em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-inline-start:.4444444em}.prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em}.prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(.prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}.prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.inset-y-1{top:.25rem;bottom:.25rem}.-bottom-12{bottom:-3rem}.-left-12{left:-3rem}.-right-12{right:-3rem}.-top-12{top:-3rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-0\.5{right:.125rem}.right-1{right:.25rem}.right-12{right:3rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-3\.5{top:.875rem}.top-4{top:1rem}.top-\[1px\]{top:1px}.top-\[50\%\]{top:50%}.top-\[60\%\]{top:60%}.top-full{top:100%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[1\]{z-index:1}.z-\[60\]{z-index:60}.z-\[9999\]{z-index:9999}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.-ml-4{margin-left:-1rem}.-mt-4{margin-top:-1rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[4\/5\]{aspect-ratio:4/5}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.size-4{width:1rem;height:1rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[1px\]{height:1px}.h-\[500px\]{height:500px}.h-\[calc\(100\%-8px\)\]{height:calc(100% - 8px)}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-svh{height:100svh}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-\[--radix-context-menu-content-available-height\]{max-height:var(--radix-context-menu-content-available-height)}.max-h-\[--radix-select-content-available-height\]{max-height:var(--radix-select-content-available-height)}.max-h-\[300px\]{max-height:300px}.max-h-\[520px\]{max-height:520px}.max-h-\[580px\]{max-height:580px}.max-h-\[85vh\]{max-height:85vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{max-height:var(--radix-dropdown-menu-content-available-height)}.min-h-0{min-height:0px}.min-h-\[200px\]{min-height:200px}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.min-h-svh{min-height:100svh}.w-0{width:0px}.w-1{width:.25rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[--sidebar-width\]{width:var(--sidebar-width)}.w-\[100px\]{width:100px}.w-\[140px\]{width:140px}.w-\[168px\]{width:168px}.w-\[1px\]{width:1px}.w-\[220px\]{width:220px}.w-auto{width:auto}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-10{min-width:2.5rem}.min-w-11{min-width:2.75rem}.min-w-5{min-width:1.25rem}.min-w-9{min-width:2.25rem}.min-w-\[12rem\]{min-width:12rem}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)}.max-w-\[90vw\]{max-width:90vw}.max-w-lg{max-width:32rem}.max-w-max{max-width:-moz-max-content;max-width:max-content}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--obc-translate-x: -50%;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.-translate-x-px{--obc-translate-x: -1px;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.-translate-y-1\/2{--obc-translate-y: -50%;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.translate-x-\[-50\%\]{--obc-translate-x: -50%;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.translate-x-px{--obc-translate-x: 1px;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.translate-y-\[-50\%\]{--obc-translate-y: -50%;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.rotate-45{--obc-rotate: 45deg;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.rotate-90{--obc-rotate: 90deg;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.transform{transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-1>:not([hidden])~:not([hidden]){--obc-space-x-reverse: 0;margin-right:calc(.25rem * var(--obc-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--obc-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--obc-space-x-reverse: 0;margin-right:calc(.5rem * var(--obc-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--obc-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--obc-space-x-reverse: 0;margin-right:calc(.75rem * var(--obc-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--obc-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--obc-space-x-reverse: 0;margin-right:calc(1rem * var(--obc-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--obc-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--obc-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--obc-space-y-reverse)));margin-bottom:calc(.25rem * var(--obc-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--obc-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--obc-space-y-reverse)));margin-bottom:calc(.375rem * var(--obc-space-y-reverse))}.space-y-16>:not([hidden])~:not([hidden]){--obc-space-y-reverse: 0;margin-top:calc(4rem * calc(1 - var(--obc-space-y-reverse)));margin-bottom:calc(4rem * var(--obc-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--obc-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--obc-space-y-reverse)));margin-bottom:calc(.5rem * var(--obc-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--obc-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--obc-space-y-reverse)));margin-bottom:calc(.75rem * var(--obc-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--obc-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--obc-space-y-reverse)));margin-bottom:calc(1rem * var(--obc-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--obc-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--obc-space-y-reverse)));margin-bottom:calc(1.25rem * var(--obc-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--obc-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--obc-space-y-reverse)));margin-bottom:calc(1.5rem * var(--obc-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--obc-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--obc-space-y-reverse)));margin-bottom:calc(2rem * var(--obc-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[2px\]{border-radius:2px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-2{border-width:2px}.border-\[1\.5px\]{border-width:1.5px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\[--color-border\]{border-color:var(--color-border)}.border-amber-500{--obc-border-opacity: 1;border-color:rgb(245 158 11 / var(--obc-border-opacity, 1))}.border-blue-200{--obc-border-opacity: 1;border-color:rgb(191 219 254 / var(--obc-border-opacity, 1))}.border-blue-400{--obc-border-opacity: 1;border-color:rgb(96 165 250 / var(--obc-border-opacity, 1))}.border-blue-500{--obc-border-opacity: 1;border-color:rgb(59 130 246 / var(--obc-border-opacity, 1))}.border-destructive{border-color:var(--destructive)}.border-gray-100{--obc-border-opacity: 1;border-color:rgb(243 244 246 / var(--obc-border-opacity, 1))}.border-gray-200{--obc-border-opacity: 1;border-color:rgb(229 231 235 / var(--obc-border-opacity, 1))}.border-gray-300{--obc-border-opacity: 1;border-color:rgb(209 213 219 / var(--obc-border-opacity, 1))}.border-green-300{--obc-border-opacity: 1;border-color:rgb(134 239 172 / var(--obc-border-opacity, 1))}.border-input{border-color:var(--input)}.border-orange-300{--obc-border-opacity: 1;border-color:rgb(253 186 116 / var(--obc-border-opacity, 1))}.border-primary{border-color:var(--primary)}.border-red-100{--obc-border-opacity: 1;border-color:rgb(254 226 226 / var(--obc-border-opacity, 1))}.border-red-200{--obc-border-opacity: 1;border-color:rgb(254 202 202 / var(--obc-border-opacity, 1))}.border-red-300{--obc-border-opacity: 1;border-color:rgb(252 165 165 / var(--obc-border-opacity, 1))}.border-red-600{--obc-border-opacity: 1;border-color:rgb(220 38 38 / var(--obc-border-opacity, 1))}.border-sidebar-border{border-color:var(--sidebar-border)}.border-transparent{border-color:transparent}.border-yellow-100{--obc-border-opacity: 1;border-color:rgb(254 249 195 / var(--obc-border-opacity, 1))}.border-yellow-200{--obc-border-opacity: 1;border-color:rgb(254 240 138 / var(--obc-border-opacity, 1))}.border-yellow-300{--obc-border-opacity: 1;border-color:rgb(253 224 71 / var(--obc-border-opacity, 1))}.border-yellow-400{--obc-border-opacity: 1;border-color:rgb(250 204 21 / var(--obc-border-opacity, 1))}.border-l-transparent{border-left-color:transparent}.border-t-transparent{border-top-color:transparent}.bg-\[--color-bg\]{background-color:var(--color-bg)}.bg-accent{background-color:var(--accent)}.bg-amber-500{--obc-bg-opacity: 1;background-color:rgb(245 158 11 / var(--obc-bg-opacity, 1))}.bg-amber-600{--obc-bg-opacity: 1;background-color:rgb(217 119 6 / var(--obc-bg-opacity, 1))}.bg-background{background-color:var(--background)}.bg-black\/30{background-color:#0000004d}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-black\/80{background-color:#000c}.bg-black\/90{background-color:#000000e6}.bg-blue-100{--obc-bg-opacity: 1;background-color:rgb(219 234 254 / var(--obc-bg-opacity, 1))}.bg-blue-50{--obc-bg-opacity: 1;background-color:rgb(239 246 255 / var(--obc-bg-opacity, 1))}.bg-blue-50\/30{background-color:#eff6ff4d}.bg-blue-500{--obc-bg-opacity: 1;background-color:rgb(59 130 246 / var(--obc-bg-opacity, 1))}.bg-border{background-color:var(--border)}.bg-card{background-color:var(--card)}.bg-destructive{background-color:var(--destructive)}.bg-foreground{background-color:var(--foreground)}.bg-gray-100{--obc-bg-opacity: 1;background-color:rgb(243 244 246 / var(--obc-bg-opacity, 1))}.bg-gray-200{--obc-bg-opacity: 1;background-color:rgb(229 231 235 / var(--obc-bg-opacity, 1))}.bg-gray-400{--obc-bg-opacity: 1;background-color:rgb(156 163 175 / var(--obc-bg-opacity, 1))}.bg-gray-50{--obc-bg-opacity: 1;background-color:rgb(249 250 251 / var(--obc-bg-opacity, 1))}.bg-gray-500{--obc-bg-opacity: 1;background-color:rgb(107 114 128 / var(--obc-bg-opacity, 1))}.bg-gray-600{--obc-bg-opacity: 1;background-color:rgb(75 85 99 / var(--obc-bg-opacity, 1))}.bg-gray-800{--obc-bg-opacity: 1;background-color:rgb(31 41 55 / var(--obc-bg-opacity, 1))}.bg-green-100{--obc-bg-opacity: 1;background-color:rgb(220 252 231 / var(--obc-bg-opacity, 1))}.bg-green-50{--obc-bg-opacity: 1;background-color:rgb(240 253 244 / var(--obc-bg-opacity, 1))}.bg-green-500{--obc-bg-opacity: 1;background-color:rgb(34 197 94 / var(--obc-bg-opacity, 1))}.bg-green-600{--obc-bg-opacity: 1;background-color:rgb(22 163 74 / var(--obc-bg-opacity, 1))}.bg-muted{background-color:var(--muted)}.bg-orange-500{--obc-bg-opacity: 1;background-color:rgb(249 115 22 / var(--obc-bg-opacity, 1))}.bg-orange-600{--obc-bg-opacity: 1;background-color:rgb(234 88 12 / var(--obc-bg-opacity, 1))}.bg-popover{background-color:var(--popover)}.bg-primary{background-color:var(--primary)}.bg-red-100{--obc-bg-opacity: 1;background-color:rgb(254 226 226 / var(--obc-bg-opacity, 1))}.bg-red-50{--obc-bg-opacity: 1;background-color:rgb(254 242 242 / var(--obc-bg-opacity, 1))}.bg-red-50\/50{background-color:#fef2f280}.bg-red-500{--obc-bg-opacity: 1;background-color:rgb(239 68 68 / var(--obc-bg-opacity, 1))}.bg-red-500\/70{background-color:#ef4444b3}.bg-red-600{--obc-bg-opacity: 1;background-color:rgb(220 38 38 / var(--obc-bg-opacity, 1))}.bg-secondary{background-color:var(--secondary)}.bg-sidebar{background-color:var(--sidebar-background)}.bg-sidebar-border{background-color:var(--sidebar-border)}.bg-transparent{background-color:transparent}.bg-white{--obc-bg-opacity: 1;background-color:rgb(255 255 255 / var(--obc-bg-opacity, 1))}.bg-white\/40{background-color:#fff6}.bg-yellow-100{--obc-bg-opacity: 1;background-color:rgb(254 249 195 / var(--obc-bg-opacity, 1))}.bg-yellow-50{--obc-bg-opacity: 1;background-color:rgb(254 252 232 / var(--obc-bg-opacity, 1))}.bg-yellow-50\/50{background-color:#fefce880}.bg-yellow-500{--obc-bg-opacity: 1;background-color:rgb(234 179 8 / var(--obc-bg-opacity, 1))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--obc-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--obc-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--obc-gradient-stops))}.from-black\/70{--obc-gradient-from: rgb(0 0 0 / .7) var(--obc-gradient-from-position);--obc-gradient-to: rgb(0 0 0 / 0) var(--obc-gradient-to-position);--obc-gradient-stops: var(--obc-gradient-from), var(--obc-gradient-to)}.from-blue-400{--obc-gradient-from: #60a5fa var(--obc-gradient-from-position);--obc-gradient-to: rgb(96 165 250 / 0) var(--obc-gradient-to-position);--obc-gradient-stops: var(--obc-gradient-from), var(--obc-gradient-to)}.from-gray-200{--obc-gradient-from: #e5e7eb var(--obc-gradient-from-position);--obc-gradient-to: rgb(229 231 235 / 0) var(--obc-gradient-to-position);--obc-gradient-stops: var(--obc-gradient-from), var(--obc-gradient-to)}.via-gray-100{--obc-gradient-to: rgb(243 244 246 / 0) var(--obc-gradient-to-position);--obc-gradient-stops: var(--obc-gradient-from), #f3f4f6 var(--obc-gradient-via-position), var(--obc-gradient-to)}.to-blue-600{--obc-gradient-to: #2563eb var(--obc-gradient-to-position)}.to-gray-200{--obc-gradient-to: #e5e7eb var(--obc-gradient-to-position)}.to-transparent{--obc-gradient-to: transparent var(--obc-gradient-to-position)}.fill-amber-400{fill:#fbbf24}.fill-current{fill:currentColor}.fill-gray-200{fill:#e5e7eb}.fill-pink-500{fill:#ec4899}.fill-white{fill:#fff}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[1px\]{padding:1px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-10{padding-left:2.5rem}.pl-2\.5{padding-left:.625rem}.pl-4{padding-left:1rem}.pl-7{padding-left:1.75rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[0\.8rem\]{font-size:.8rem}.text-\[10px\]{font-size:10px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--obc-numeric-spacing: tabular-nums;font-variant-numeric:var(--obc-ordinal) var(--obc-slashed-zero) var(--obc-numeric-figure) var(--obc-numeric-spacing) var(--obc-numeric-fraction)}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.tracking-\[0\.3em\]{letter-spacing:.3em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.text-accent-foreground{color:var(--accent-foreground)}.text-amber-400{--obc-text-opacity: 1;color:rgb(251 191 36 / var(--obc-text-opacity, 1))}.text-amber-500{--obc-text-opacity: 1;color:rgb(245 158 11 / var(--obc-text-opacity, 1))}.text-amber-600{--obc-text-opacity: 1;color:rgb(217 119 6 / var(--obc-text-opacity, 1))}.text-amber-700{--obc-text-opacity: 1;color:rgb(180 83 9 / var(--obc-text-opacity, 1))}.text-amber-800{--obc-text-opacity: 1;color:rgb(146 64 14 / var(--obc-text-opacity, 1))}.text-blue-500{--obc-text-opacity: 1;color:rgb(59 130 246 / var(--obc-text-opacity, 1))}.text-blue-600{--obc-text-opacity: 1;color:rgb(37 99 235 / var(--obc-text-opacity, 1))}.text-blue-700{--obc-text-opacity: 1;color:rgb(29 78 216 / var(--obc-text-opacity, 1))}.text-blue-800{--obc-text-opacity: 1;color:rgb(30 64 175 / var(--obc-text-opacity, 1))}.text-card-foreground{color:var(--card-foreground)}.text-current{color:currentColor}.text-cyan-500{--obc-text-opacity: 1;color:rgb(6 182 212 / var(--obc-text-opacity, 1))}.text-destructive{color:var(--destructive)}.text-destructive-foreground{color:var(--destructive-foreground)}.text-emerald-500{--obc-text-opacity: 1;color:rgb(16 185 129 / var(--obc-text-opacity, 1))}.text-foreground{color:var(--foreground)}.text-gray-200{--obc-text-opacity: 1;color:rgb(229 231 235 / var(--obc-text-opacity, 1))}.text-gray-300{--obc-text-opacity: 1;color:rgb(209 213 219 / var(--obc-text-opacity, 1))}.text-gray-400{--obc-text-opacity: 1;color:rgb(156 163 175 / var(--obc-text-opacity, 1))}.text-gray-500{--obc-text-opacity: 1;color:rgb(107 114 128 / var(--obc-text-opacity, 1))}.text-gray-600{--obc-text-opacity: 1;color:rgb(75 85 99 / var(--obc-text-opacity, 1))}.text-gray-700{--obc-text-opacity: 1;color:rgb(55 65 81 / var(--obc-text-opacity, 1))}.text-gray-800{--obc-text-opacity: 1;color:rgb(31 41 55 / var(--obc-text-opacity, 1))}.text-gray-900{--obc-text-opacity: 1;color:rgb(17 24 39 / var(--obc-text-opacity, 1))}.text-green-400{--obc-text-opacity: 1;color:rgb(74 222 128 / var(--obc-text-opacity, 1))}.text-green-500{--obc-text-opacity: 1;color:rgb(34 197 94 / var(--obc-text-opacity, 1))}.text-green-600{--obc-text-opacity: 1;color:rgb(22 163 74 / var(--obc-text-opacity, 1))}.text-green-700{--obc-text-opacity: 1;color:rgb(21 128 61 / var(--obc-text-opacity, 1))}.text-green-800{--obc-text-opacity: 1;color:rgb(22 101 52 / var(--obc-text-opacity, 1))}.text-muted-foreground{color:var(--muted-foreground)}.text-orange-600{--obc-text-opacity: 1;color:rgb(234 88 12 / var(--obc-text-opacity, 1))}.text-pink-500{--obc-text-opacity: 1;color:rgb(236 72 153 / var(--obc-text-opacity, 1))}.text-popover-foreground{color:var(--popover-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-purple-400{--obc-text-opacity: 1;color:rgb(192 132 252 / var(--obc-text-opacity, 1))}.text-purple-500{--obc-text-opacity: 1;color:rgb(168 85 247 / var(--obc-text-opacity, 1))}.text-purple-600{--obc-text-opacity: 1;color:rgb(147 51 234 / var(--obc-text-opacity, 1))}.text-red-500{--obc-text-opacity: 1;color:rgb(239 68 68 / var(--obc-text-opacity, 1))}.text-red-600{--obc-text-opacity: 1;color:rgb(220 38 38 / var(--obc-text-opacity, 1))}.text-red-700{--obc-text-opacity: 1;color:rgb(185 28 28 / var(--obc-text-opacity, 1))}.text-red-800{--obc-text-opacity: 1;color:rgb(153 27 27 / var(--obc-text-opacity, 1))}.text-secondary-foreground{color:var(--secondary-foreground)}.text-sidebar-foreground{color:var(--sidebar-foreground)}.text-white{--obc-text-opacity: 1;color:rgb(255 255 255 / var(--obc-text-opacity, 1))}.text-white\/80{color:#fffc}.text-yellow-600{--obc-text-opacity: 1;color:rgb(202 138 4 / var(--obc-text-opacity, 1))}.text-yellow-700{--obc-text-opacity: 1;color:rgb(161 98 7 / var(--obc-text-opacity, 1))}.text-yellow-800{--obc-text-opacity: 1;color:rgb(133 77 14 / var(--obc-text-opacity, 1))}.line-through{text-decoration-line:line-through}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.shadow-2xl{--obc-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--obc-shadow-colored: 0 25px 50px -12px var(--obc-shadow-color);box-shadow:var(--obc-ring-offset-shadow, 0 0 #0000),var(--obc-ring-shadow, 0 0 #0000),var(--obc-shadow)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--obc-shadow: 0 0 0 1px hsl(var(--sidebar-border));--obc-shadow-colored: 0 0 0 1px var(--obc-shadow-color);box-shadow:var(--obc-ring-offset-shadow, 0 0 #0000),var(--obc-ring-shadow, 0 0 #0000),var(--obc-shadow)}.shadow-lg{--obc-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--obc-shadow-colored: 0 10px 15px -3px var(--obc-shadow-color), 0 4px 6px -4px var(--obc-shadow-color);box-shadow:var(--obc-ring-offset-shadow, 0 0 #0000),var(--obc-ring-shadow, 0 0 #0000),var(--obc-shadow)}.shadow-md{--obc-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--obc-shadow-colored: 0 4px 6px -1px var(--obc-shadow-color), 0 2px 4px -2px var(--obc-shadow-color);box-shadow:var(--obc-ring-offset-shadow, 0 0 #0000),var(--obc-ring-shadow, 0 0 #0000),var(--obc-shadow)}.shadow-none{--obc-shadow: 0 0 #0000;--obc-shadow-colored: 0 0 #0000;box-shadow:var(--obc-ring-offset-shadow, 0 0 #0000),var(--obc-ring-shadow, 0 0 #0000),var(--obc-shadow)}.shadow-sm{--obc-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--obc-shadow-colored: 0 1px 2px 0 var(--obc-shadow-color);box-shadow:var(--obc-ring-offset-shadow, 0 0 #0000),var(--obc-ring-shadow, 0 0 #0000),var(--obc-shadow)}.shadow-xl{--obc-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--obc-shadow-colored: 0 20px 25px -5px var(--obc-shadow-color), 0 8px 10px -6px var(--obc-shadow-color);box-shadow:var(--obc-ring-offset-shadow, 0 0 #0000),var(--obc-ring-shadow, 0 0 #0000),var(--obc-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--obc-ring-offset-shadow: var(--obc-ring-inset) 0 0 0 var(--obc-ring-offset-width) var(--obc-ring-offset-color);--obc-ring-shadow: var(--obc-ring-inset) 0 0 0 calc(0px + var(--obc-ring-offset-width)) var(--obc-ring-color);box-shadow:var(--obc-ring-offset-shadow),var(--obc-ring-shadow),var(--obc-shadow, 0 0 #0000)}.ring-2{--obc-ring-offset-shadow: var(--obc-ring-inset) 0 0 0 var(--obc-ring-offset-width) var(--obc-ring-offset-color);--obc-ring-shadow: var(--obc-ring-inset) 0 0 0 calc(2px + var(--obc-ring-offset-width)) var(--obc-ring-color);box-shadow:var(--obc-ring-offset-shadow),var(--obc-ring-shadow),var(--obc-shadow, 0 0 #0000)}.ring-ring{--obc-ring-color: var(--ring)}.ring-sidebar-ring{--obc-ring-color: var(--sidebar-ring)}.ring-offset-1{--obc-ring-offset-width: 1px}.ring-offset-background{--obc-ring-offset-color: var(--background)}.blur{--obc-blur: blur(8px);filter:var(--obc-blur) var(--obc-brightness) var(--obc-contrast) var(--obc-grayscale) var(--obc-hue-rotate) var(--obc-invert) var(--obc-saturate) var(--obc-sepia) var(--obc-drop-shadow)}.drop-shadow{--obc-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--obc-blur) var(--obc-brightness) var(--obc-contrast) var(--obc-grayscale) var(--obc-hue-rotate) var(--obc-invert) var(--obc-saturate) var(--obc-sepia) var(--obc-drop-shadow)}.drop-shadow-sm{--obc-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / .05));filter:var(--obc-blur) var(--obc-brightness) var(--obc-contrast) var(--obc-grayscale) var(--obc-hue-rotate) var(--obc-invert) var(--obc-saturate) var(--obc-sepia) var(--obc-drop-shadow)}.filter{filter:var(--obc-blur) var(--obc-brightness) var(--obc-contrast) var(--obc-grayscale) var(--obc-hue-rotate) var(--obc-invert) var(--obc-saturate) var(--obc-sepia) var(--obc-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[margin\,opacity\]{transition-property:margin,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--obc-enter-opacity, 1);transform:translate3d(var(--obc-enter-translate-x, 0),var(--obc-enter-translate-y, 0),0) scale3d(var(--obc-enter-scale, 1),var(--obc-enter-scale, 1),var(--obc-enter-scale, 1)) rotate(var(--obc-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--obc-exit-opacity, 1);transform:translate3d(var(--obc-exit-translate-x, 0),var(--obc-exit-translate-y, 0),0) scale3d(var(--obc-exit-scale, 1),var(--obc-exit-scale, 1),var(--obc-exit-scale, 1)) rotate(var(--obc-exit-rotate, 0))}}.duration-100{animation-duration:.1s}.duration-1000{animation-duration:1s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.paused{animation-play-state:paused}.font-display{font-family:Arimo,Arial,sans-serif;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.font-body{font-family:Arial,sans-serif}.text-obc-charcoal{color:var(--obc-charcoal)}.text-obc-medium-gray{color:var(--obc-medium-gray)}.text-obc-ice-blue{color:var(--obc-ice-blue)}.text-obc-coral{color:var(--obc-coral)}.bg-obc-charcoal{background-color:var(--obc-charcoal)}.bg-obc-light-gray{background-color:var(--obc-light-gray)}.bg-obc-ice-blue{background-color:var(--obc-ice-blue)}.bg-obc-sand{background-color:var(--obc-sand)}.border-obc-ice-blue{border-color:var(--obc-ice-blue)}.text-ocean-blue{color:var(--ocean-blue)}.text-deep-blue-grey{color:var(--deep-blue-grey)}.text-sea-green{color:var(--sea-green)}.font-montserrat{font-family:Arimo,Arial,sans-serif}:root{--background: #ffffff;--foreground: #1a1a1a;--muted: #f5f5f5;--muted-foreground: #4a4a4a;--popover: #ffffff;--popover-foreground: #1a1a1a;--card: #ffffff;--card-foreground: #1a1a1a;--border: #e5e5e5;--input: #e5e5e5;--primary: #1a1a1a;--primary-foreground: #ffffff;--secondary: #f5f5f5;--secondary-foreground: #1a1a1a;--accent: #00a0dc;--accent-foreground: #ffffff;--destructive: #e85d4c;--destructive-foreground: #ffffff;--ring: #1a1a1a;--radius: 0;--obc-charcoal: #1a1a1a;--obc-dark-gray: #2d2d2d;--obc-medium-gray: #4a4a4a;--obc-light-gray: #f5f5f5;--obc-white: #ffffff;--obc-ice-blue: #00a0dc;--obc-coral: #e85d4c;--obc-sand: #f7f6f3;--obc-navy: #0d2137;--animate-duration: .15s;--ocean-blue: hsl(207, 90%, 54%);--sand-beige: hsl(44, 45%, 95%);--sunset-coral: hsl(16, 100%, 60%);--deep-blue-grey: hsl(207, 22%, 20%);--sea-green: hsl(116, 25%, 66%)}.dark{--background: #1a1a1a;--foreground: #ffffff;--muted: #2d2d2d;--muted-foreground: #4a4a4a;--popover: #2d2d2d;--popover-foreground: #ffffff;--card: #2d2d2d;--card-foreground: #ffffff;--border: #4a4a4a;--input: #4a4a4a;--primary: #ffffff;--primary-foreground: #1a1a1a;--secondary: #2d2d2d;--secondary-foreground: #ffffff;--accent: #00a0dc;--accent-foreground: #ffffff;--destructive: #e85d4c;--destructive-foreground: #ffffff;--ring: #ffffff}.obc-btn{padding:1rem 2rem;font-size:.875rem;line-height:1.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;font-family:Arimo,Arial,sans-serif;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.obc-btn--primary{--obc-text-opacity: 1;color:rgb(255 255 255 / var(--obc-text-opacity, 1));background-color:var(--obc-charcoal)}.obc-btn--primary:hover{background-color:var(--obc-dark-gray)}.obc-btn--secondary{border-width:2px;background-color:transparent;color:var(--obc-charcoal);border-color:var(--obc-charcoal)}.obc-btn--secondary:hover{--obc-text-opacity: 1;color:rgb(255 255 255 / var(--obc-text-opacity, 1));background-color:var(--obc-charcoal)}.obc-btn--coral{--obc-text-opacity: 1;color:rgb(255 255 255 / var(--obc-text-opacity, 1));background-color:var(--obc-coral)}.obc-btn--coral:hover{opacity:.9}.obc-card{border-width:1px;--obc-border-opacity: 1;border-color:rgb(229 231 235 / var(--obc-border-opacity, 1));--obc-bg-opacity: 1;background-color:rgb(255 255 255 / var(--obc-bg-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}.obc-card:hover{--obc-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--obc-shadow-colored: 0 10px 15px -3px var(--obc-shadow-color), 0 4px 6px -4px var(--obc-shadow-color);box-shadow:var(--obc-ring-offset-shadow, 0 0 #0000),var(--obc-ring-shadow, 0 0 #0000),var(--obc-shadow)}.obc-input{width:100%;border-width:1px;--obc-border-opacity: 1;border-color:rgb(209 213 219 / var(--obc-border-opacity, 1));padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem}.obc-input:focus{outline:none;border-color:var(--obc-charcoal);box-shadow:0 0 0 1px var(--obc-charcoal)}.obc-input::-moz-placeholder{--obc-text-opacity: 1;color:rgb(156 163 175 / var(--obc-text-opacity, 1))}.obc-input::placeholder{--obc-text-opacity: 1;color:rgb(156 163 175 / var(--obc-text-opacity, 1))}.obc-section{padding-top:4rem;padding-bottom:4rem}@media(min-width:768px){.obc-section{padding-top:6rem;padding-bottom:6rem}}.obc-container{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.obc-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.obc-container{padding-left:2rem;padding-right:2rem}}.obc-heading{font-size:2.25rem;line-height:2.5rem;font-family:Arimo,Arial,sans-serif;font-weight:700;letter-spacing:.05em;text-transform:uppercase}@media(min-width:768px){.obc-heading{font-size:3rem;line-height:1}}@media(min-width:1024px){.obc-heading{font-size:3.75rem;line-height:1}}.obc-subheading{font-size:1.5rem;line-height:2rem;font-family:Arimo,Arial,sans-serif;font-weight:700;letter-spacing:.05em;text-transform:uppercase}@media(min-width:768px){.obc-subheading{font-size:1.875rem;line-height:2.25rem}}.obc-label{margin-bottom:.5rem;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;font-family:Arial,sans-serif;color:var(--obc-medium-gray)}.obc-divider{margin-top:1.5rem;margin-bottom:1.5rem;height:.25rem;width:4rem;background-color:var(--obc-charcoal)}.product-card{position:relative;overflow:hidden}.product-card__image{aspect-ratio:1 / 1;width:100%;-o-object-fit:cover;object-fit:cover;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s;animation-duration:.5s}.product-card:hover .product-card__image{--obc-scale-x: 1.05;--obc-scale-y: 1.05;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s;background-color:#0000}.product-card:hover .product-card__overlay{background-color:#0000001a}.product-card__content{padding:1rem}.product-card__title{font-size:.875rem;line-height:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.product-card__price{margin-top:.25rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}.nav-link{font-size:.875rem;line-height:1.25rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.nav-link:hover{color:var(--obc-ice-blue)}.footer-link{font-size:.875rem;line-height:1.25rem;--obc-text-opacity: 1;color:rgb(156 163 175 / var(--obc-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.footer-link:hover{--obc-text-opacity: 1;color:rgb(255 255 255 / var(--obc-text-opacity, 1))}.purchase-order{background:#f5f5f5;padding:1rem;border-left:4px solid #333;margin:1.5rem 0}.email-link{color:#000;text-decoration:underline}.email-link:hover{color:#333}input[type=text],input[type=email],input[type=password],input[type=tel],input[type=number],textarea,select{border-radius:0!important}.account-tabs{display:flex;border-bottom-width:1px;--obc-border-opacity: 1;border-color:rgb(229 231 235 / var(--obc-border-opacity, 1))}.account-tabs__tab{padding:1rem 1.5rem;font-size:.875rem;line-height:1.25rem;font-family:Arimo,Arial,sans-serif;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-bottom-width:2px;border-color:transparent;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;cursor:pointer}.account-tabs__tab--active{color:var(--obc-charcoal);border-color:var(--obc-charcoal)}.account-tabs__tab:not(.account-tabs__tab--active){color:var(--obc-medium-gray)}.account-tabs__tab:not(.account-tabs__tab--active):hover{color:var(--obc-charcoal)}.address-card,.payment-card{position:relative;border-width:1px;--obc-border-opacity: 1;border-color:rgb(229 231 235 / var(--obc-border-opacity, 1));padding:1.5rem}.address-card--default,.payment-card--default{border-color:var(--obc-charcoal)}.address-card--default:after,.payment-card--default:after{content:"DEFAULT";position:absolute;top:0;right:0;padding:.25rem .5rem;font-size:.75rem;line-height:1rem;--obc-text-opacity: 1;color:rgb(255 255 255 / var(--obc-text-opacity, 1));font-family:Arimo,Arial,sans-serif;font-weight:700;letter-spacing:.05em;text-transform:uppercase;background-color:var(--obc-charcoal)}@keyframes popupOpen{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes popupClose{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.popup-content{transform-origin:var(--radix-dropdown-menu-content-transform-origin, var(--radix-select-content-transform-origin, var(--radix-popover-content-transform-origin, top center)))}.popup-content[data-state=open]{animation:popupOpen .15s cubic-bezier(.16,1,.3,1) forwards}.popup-content[data-state=closed]{animation:popupClose .12s cubic-bezier(.4,0,.2,1) forwards}.popup-content[data-state=delayed-open]{animation:popupOpen .15s cubic-bezier(.16,1,.3,1) forwards}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:var(--foreground)}.placeholder\:text-muted-foreground::-moz-placeholder{color:var(--muted-foreground)}.placeholder\:text-muted-foreground::placeholder{color:var(--muted-foreground)}.after\:absolute:after{content:var(--obc-content);position:absolute}.after\:-inset-2:after{content:var(--obc-content);top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.after\:inset-y-0:after{content:var(--obc-content);top:0;bottom:0}.after\:left-1\/2:after{content:var(--obc-content);left:50%}.after\:w-1:after{content:var(--obc-content);width:.25rem}.after\:w-\[2px\]:after{content:var(--obc-content);width:2px}.after\:-translate-x-1\/2:after{content:var(--obc-content);--obc-translate-x: -50%;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.first\:rounded-l-md:first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.first\:border-l:first-child{border-left-width:1px}.last\:rounded-r-md:last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.last\:border-b-0:last-child{border-bottom-width:0px}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.hover\:scale-105:hover{--obc-scale-x: 1.05;--obc-scale-y: 1.05;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.hover\:border-blue-400:hover{--obc-border-opacity: 1;border-color:rgb(96 165 250 / var(--obc-border-opacity, 1))}.hover\:border-gray-300:hover{--obc-border-opacity: 1;border-color:rgb(209 213 219 / var(--obc-border-opacity, 1))}.hover\:border-gray-400:hover{--obc-border-opacity: 1;border-color:rgb(156 163 175 / var(--obc-border-opacity, 1))}.hover\:border-gray-700:hover{--obc-border-opacity: 1;border-color:rgb(55 65 81 / var(--obc-border-opacity, 1))}.hover\:border-green-600:hover{--obc-border-opacity: 1;border-color:rgb(22 163 74 / var(--obc-border-opacity, 1))}.hover\:border-orange-600:hover{--obc-border-opacity: 1;border-color:rgb(234 88 12 / var(--obc-border-opacity, 1))}.hover\:bg-accent:hover{background-color:var(--accent)}.hover\:bg-amber-600:hover{--obc-bg-opacity: 1;background-color:rgb(217 119 6 / var(--obc-bg-opacity, 1))}.hover\:bg-black:hover{--obc-bg-opacity: 1;background-color:rgb(0 0 0 / var(--obc-bg-opacity, 1))}.hover\:bg-blue-100:hover{--obc-bg-opacity: 1;background-color:rgb(219 234 254 / var(--obc-bg-opacity, 1))}.hover\:bg-blue-50:hover{--obc-bg-opacity: 1;background-color:rgb(239 246 255 / var(--obc-bg-opacity, 1))}.hover\:bg-blue-600:hover{--obc-bg-opacity: 1;background-color:rgb(37 99 235 / var(--obc-bg-opacity, 1))}.hover\:bg-gray-100:hover{--obc-bg-opacity: 1;background-color:rgb(243 244 246 / var(--obc-bg-opacity, 1))}.hover\:bg-gray-200:hover{--obc-bg-opacity: 1;background-color:rgb(229 231 235 / var(--obc-bg-opacity, 1))}.hover\:bg-gray-50:hover{--obc-bg-opacity: 1;background-color:rgb(249 250 251 / var(--obc-bg-opacity, 1))}.hover\:bg-gray-700:hover{--obc-bg-opacity: 1;background-color:rgb(55 65 81 / var(--obc-bg-opacity, 1))}.hover\:bg-gray-800:hover{--obc-bg-opacity: 1;background-color:rgb(31 41 55 / var(--obc-bg-opacity, 1))}.hover\:bg-green-600:hover{--obc-bg-opacity: 1;background-color:rgb(22 163 74 / var(--obc-bg-opacity, 1))}.hover\:bg-green-700:hover{--obc-bg-opacity: 1;background-color:rgb(21 128 61 / var(--obc-bg-opacity, 1))}.hover\:bg-muted:hover{background-color:var(--muted)}.hover\:bg-orange-600:hover{--obc-bg-opacity: 1;background-color:rgb(234 88 12 / var(--obc-bg-opacity, 1))}.hover\:bg-orange-700:hover{--obc-bg-opacity: 1;background-color:rgb(194 65 12 / var(--obc-bg-opacity, 1))}.hover\:bg-primary:hover{background-color:var(--primary)}.hover\:bg-red-100:hover{--obc-bg-opacity: 1;background-color:rgb(254 226 226 / var(--obc-bg-opacity, 1))}.hover\:bg-red-50:hover{--obc-bg-opacity: 1;background-color:rgb(254 242 242 / var(--obc-bg-opacity, 1))}.hover\:bg-red-600:hover{--obc-bg-opacity: 1;background-color:rgb(220 38 38 / var(--obc-bg-opacity, 1))}.hover\:bg-red-700:hover{--obc-bg-opacity: 1;background-color:rgb(185 28 28 / var(--obc-bg-opacity, 1))}.hover\:bg-secondary:hover{background-color:var(--secondary)}.hover\:bg-sidebar-accent:hover{background-color:var(--sidebar-accent)}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-yellow-100:hover{--obc-bg-opacity: 1;background-color:rgb(254 249 195 / var(--obc-bg-opacity, 1))}.hover\:from-black\/80:hover{--obc-gradient-from: rgb(0 0 0 / .8) var(--obc-gradient-from-position);--obc-gradient-to: rgb(0 0 0 / 0) var(--obc-gradient-to-position);--obc-gradient-stops: var(--obc-gradient-from), var(--obc-gradient-to)}.hover\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\:text-blue-500:hover{--obc-text-opacity: 1;color:rgb(59 130 246 / var(--obc-text-opacity, 1))}.hover\:text-foreground:hover{color:var(--foreground)}.hover\:text-gray-300:hover{--obc-text-opacity: 1;color:rgb(209 213 219 / var(--obc-text-opacity, 1))}.hover\:text-gray-600:hover{--obc-text-opacity: 1;color:rgb(75 85 99 / var(--obc-text-opacity, 1))}.hover\:text-gray-700:hover{--obc-text-opacity: 1;color:rgb(55 65 81 / var(--obc-text-opacity, 1))}.hover\:text-muted-foreground:hover{color:var(--muted-foreground)}.hover\:text-primary-foreground:hover{color:var(--primary-foreground)}.hover\:text-red-400:hover{--obc-text-opacity: 1;color:rgb(248 113 113 / var(--obc-text-opacity, 1))}.hover\:text-red-700:hover{--obc-text-opacity: 1;color:rgb(185 28 28 / var(--obc-text-opacity, 1))}.hover\:text-sidebar-accent-foreground:hover{color:var(--sidebar-accent-foreground)}.hover\:text-white:hover{--obc-text-opacity: 1;color:rgb(255 255 255 / var(--obc-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--obc-shadow: 0 0 0 1px hsl(var(--sidebar-accent));--obc-shadow-colored: 0 0 0 1px var(--obc-shadow-color);box-shadow:var(--obc-ring-offset-shadow, 0 0 #0000),var(--obc-ring-shadow, 0 0 #0000),var(--obc-shadow)}.hover\:shadow-md:hover{--obc-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--obc-shadow-colored: 0 4px 6px -1px var(--obc-shadow-color), 0 2px 4px -2px var(--obc-shadow-color);box-shadow:var(--obc-ring-offset-shadow, 0 0 #0000),var(--obc-ring-shadow, 0 0 #0000),var(--obc-shadow)}.hover\:bg-obc-ice-blue:hover{background-color:var(--obc-ice-blue)}.hover\:border-obc-ice-blue:hover{border-color:var(--obc-ice-blue)}.hover\:after\:bg-sidebar-border:hover:after{content:var(--obc-content);background-color:var(--sidebar-border)}.focus\:border-blue-400:focus{--obc-border-opacity: 1;border-color:rgb(96 165 250 / var(--obc-border-opacity, 1))}.focus\:border-gray-400:focus{--obc-border-opacity: 1;border-color:rgb(156 163 175 / var(--obc-border-opacity, 1))}.focus\:bg-accent:focus{background-color:var(--accent)}.focus\:bg-gray-100:focus{--obc-bg-opacity: 1;background-color:rgb(243 244 246 / var(--obc-bg-opacity, 1))}.focus\:bg-primary:focus{background-color:var(--primary)}.focus\:text-accent-foreground:focus{color:var(--accent-foreground)}.focus\:text-gray-900:focus{--obc-text-opacity: 1;color:rgb(17 24 39 / var(--obc-text-opacity, 1))}.focus\:text-primary-foreground:focus{color:var(--primary-foreground)}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--obc-ring-offset-shadow: var(--obc-ring-inset) 0 0 0 var(--obc-ring-offset-width) var(--obc-ring-offset-color);--obc-ring-shadow: var(--obc-ring-inset) 0 0 0 calc(2px + var(--obc-ring-offset-width)) var(--obc-ring-color);box-shadow:var(--obc-ring-offset-shadow),var(--obc-ring-shadow),var(--obc-shadow, 0 0 #0000)}.focus\:ring-gray-300:focus{--obc-ring-opacity: 1;--obc-ring-color: rgb(209 213 219 / var(--obc-ring-opacity, 1))}.focus\:ring-ring:focus{--obc-ring-color: var(--ring)}.focus\:ring-offset-0:focus{--obc-ring-offset-width: 0px}.focus\:ring-offset-2:focus{--obc-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--obc-ring-offset-shadow: var(--obc-ring-inset) 0 0 0 var(--obc-ring-offset-width) var(--obc-ring-offset-color);--obc-ring-shadow: var(--obc-ring-inset) 0 0 0 calc(1px + var(--obc-ring-offset-width)) var(--obc-ring-color);box-shadow:var(--obc-ring-offset-shadow),var(--obc-ring-shadow),var(--obc-shadow, 0 0 #0000)}.focus-visible\:ring-2:focus-visible{--obc-ring-offset-shadow: var(--obc-ring-inset) 0 0 0 var(--obc-ring-offset-width) var(--obc-ring-offset-color);--obc-ring-shadow: var(--obc-ring-inset) 0 0 0 calc(2px + var(--obc-ring-offset-width)) var(--obc-ring-color);box-shadow:var(--obc-ring-offset-shadow),var(--obc-ring-shadow),var(--obc-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--obc-ring-color: var(--ring)}.focus-visible\:ring-sidebar-ring:focus-visible{--obc-ring-color: var(--sidebar-ring)}.focus-visible\:ring-offset-1:focus-visible{--obc-ring-offset-width: 1px}.focus-visible\:ring-offset-2:focus-visible{--obc-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--obc-ring-offset-color: var(--background)}.active\:cursor-grabbing:active{cursor:grabbing}.active\:bg-sidebar-accent:active{background-color:var(--sidebar-accent)}.active\:text-sidebar-accent-foreground:active{color:var(--sidebar-accent-foreground)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity:1}.group:hover .group-hover\:scale-105{--obc-scale-x: 1.05;--obc-scale-y: 1.05;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.group\/bar:hover .group-hover\/bar\:opacity-100,.group\/menu-item:hover .group-hover\/menu-item\:opacity-100,.group:hover .group-hover\:opacity-100{opacity:1}.group.destructive .group-\[\.destructive\]\:text-red-300{--obc-text-opacity: 1;color:rgb(252 165 165 / var(--obc-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{background-color:var(--destructive)}.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{color:var(--destructive-foreground)}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--obc-text-opacity: 1;color:rgb(254 242 242 / var(--obc-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--obc-ring-color: var(--destructive)}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--obc-ring-opacity: 1;--obc-ring-color: rgb(248 113 113 / var(--obc-ring-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--obc-ring-offset-color: #dc2626}.peer\/menu-button:hover~.peer-hover\/menu-button\:text-sidebar-accent-foreground{color:var(--sidebar-accent-foreground)}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.has-\[\[data-variant\=inset\]\]\:bg-sidebar:has([data-variant=inset]){background-color:var(--sidebar-background)}.has-\[\:disabled\]\:opacity-50:has(:disabled){opacity:.5}.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8{padding-right:2rem}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-selected\:bg-accent[aria-selected=true]{background-color:var(--accent)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:var(--accent-foreground)}.aria-selected\:text-muted-foreground[aria-selected=true]{color:var(--muted-foreground)}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px}.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--obc-translate-y: .25rem;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--obc-translate-x: -.25rem;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--obc-translate-x: .25rem;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--obc-translate-y: -.25rem;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--obc-translate-x: 1.25rem;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--obc-translate-x: 0px;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--obc-translate-x: var(--radix-toast-swipe-end-x);transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--obc-translate-x: var(--radix-toast-swipe-move-x);transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{background-color:var(--sidebar-accent)}.data-\[highlighted\]\:bg-gray-100[data-highlighted]{--obc-bg-opacity: 1;background-color:rgb(243 244 246 / var(--obc-bg-opacity, 1))}.data-\[selected\=\'true\'\]\:bg-accent[data-selected=true]{background-color:var(--accent)}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:var(--background)}.data-\[state\=active\]\:bg-transparent[data-state=active]{background-color:transparent}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:var(--primary)}.data-\[state\=on\]\:bg-accent[data-state=on],.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:var(--accent)}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:var(--secondary)}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:var(--muted)}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:var(--input)}.data-\[active\=true\]\:font-medium[data-active=true]{font-weight:500}.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{color:var(--sidebar-accent-foreground)}.data-\[highlighted\]\:text-gray-900[data-highlighted]{--obc-text-opacity: 1;color:rgb(17 24 39 / var(--obc-text-opacity, 1))}.data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:var(--accent-foreground)}.data-\[state\=active\]\:text-foreground[data-state=active]{color:var(--foreground)}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:var(--primary-foreground)}.data-\[state\=on\]\:text-accent-foreground[data-state=on],.data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:var(--accent-foreground)}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=active\]\:shadow-none[data-state=active]{--obc-shadow: 0 0 #0000;--obc-shadow-colored: 0 0 #0000;box-shadow:var(--obc-ring-offset-shadow, 0 0 #0000),var(--obc-ring-shadow, 0 0 #0000),var(--obc-shadow)}.data-\[state\=active\]\:shadow-sm[data-state=active]{--obc-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--obc-shadow-colored: 0 1px 2px 0 var(--obc-shadow-color);box-shadow:var(--obc-ring-offset-shadow, 0 0 #0000),var(--obc-ring-shadow, 0 0 #0000),var(--obc-shadow)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-],.data-\[state\=active\]\:animate-in[data-state=active],.data-\[state\=open\]\:animate-in[data-state=open],.data-\[state\=visible\]\:animate-in[data-state=visible]{animation-name:enter;animation-duration:.15s;--obc-enter-opacity: initial;--obc-enter-scale: initial;--obc-enter-rotate: initial;--obc-enter-translate-x: initial;--obc-enter-translate-y: initial}.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-],.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[state\=hidden\]\:animate-out[data-state=hidden]{animation-name:exit;animation-duration:.15s;--obc-exit-opacity: initial;--obc-exit-scale: initial;--obc-exit-rotate: initial;--obc-exit-translate-x: initial;--obc-exit-translate-y: initial}.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--obc-enter-opacity: 0}.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-]{--obc-exit-opacity: 0}.data-\[state\=active\]\:fade-in-0[data-state=active]{--obc-enter-opacity: 0}.data-\[state\=closed\]\:fade-out-0[data-state=closed],.data-\[state\=hidden\]\:fade-out[data-state=hidden]{--obc-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open],.data-\[state\=visible\]\:fade-in[data-state=visible]{--obc-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--obc-exit-scale: .95}.data-\[state\=open\]\:zoom-in-90[data-state=open]{--obc-enter-scale: .9}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--obc-enter-scale: .95}.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--obc-enter-translate-x: 13rem}.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--obc-enter-translate-x: -13rem}.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--obc-exit-translate-x: 13rem}.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--obc-exit-translate-x: -13rem}.data-\[state\=active\]\:slide-in-from-right-4[data-state=active]{--obc-enter-translate-x: 1rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--obc-exit-translate-y: 100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--obc-exit-translate-x: -100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--obc-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--obc-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--obc-exit-translate-y: -100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--obc-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--obc-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--obc-enter-translate-x: -100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--obc-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--obc-enter-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--obc-enter-translate-y: -100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--obc-enter-translate-y: -48%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--obc-content);left:0}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--obc-content);height:.25rem}.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--obc-content);width:100%}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{content:var(--obc-content);--obc-translate-y: -50%;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--obc-content);--obc-translate-x: 0px;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.data-\[state\=open\]\:hover\:bg-accent:hover[data-state=open]{background-color:var(--accent)}.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state=open]{background-color:var(--sidebar-accent)}.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state=open]{color:var(--sidebar-accent-foreground)}.data-\[state\=open\]\:focus\:bg-accent:focus[data-state=open]{background-color:var(--accent)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left:calc(var(--sidebar-width) * -1)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right:calc(var(--sidebar-width) * -1)}.group[data-side=left] .group-data-\[side\=left\]\:-right-4{right:-1rem}.group[data-side=right] .group-data-\[side\=right\]\:left-0{left:0}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8{margin-top:-2rem}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden{display:none}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!size-8{width:2rem!important;height:2rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{width:var(--sidebar-width-icon)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{width:calc(var(--sidebar-width-icon) + 1rem)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]{width:calc(var(--sidebar-width-icon) + 1rem + 2px)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0{width:0px}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{--obc-translate-x: 0px;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.group[data-side=right] .group-data-\[side\=right\]\:rotate-180,.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--obc-rotate: 180deg;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden{overflow:hidden}.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg{border-radius:var(--radius)}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border{border-width:1px}.group[data-side=left] .group-data-\[side\=left\]\:border-r{border-right-width:1px}.group[data-side=right] .group-data-\[side\=right\]\:border-l{border-left-width:1px}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border-sidebar-border{border-color:var(--sidebar-border)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-0{padding:0!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2{padding:.5rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0{opacity:0}.group[data-variant=floating] .group-data-\[variant\=floating\]\:shadow{--obc-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--obc-shadow-colored: 0 1px 3px 0 var(--obc-shadow-color), 0 1px 2px -1px var(--obc-shadow-color);box-shadow:var(--obc-ring-offset-shadow, 0 0 #0000),var(--obc-ring-shadow, 0 0 #0000),var(--obc-shadow)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after{content:var(--obc-content);left:100%}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:hover\:bg-sidebar:hover{background-color:var(--sidebar-background)}.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5{top:.375rem}.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5{top:.625rem}.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1{top:.25rem}.peer\/menu-button[data-active=true]~.peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground{color:var(--sidebar-accent-foreground)}.dark\:border-destructive:is(.dark *){border-color:var(--destructive)}@media(min-width:640px){.sm\:mr-1{margin-right:.25rem}.sm\:mr-2{margin-right:.5rem}.sm\:mt-0{margin-top:0}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-4{height:1rem}.sm\:h-5{height:1.25rem}.sm\:h-80{height:20rem}.sm\:w-4{width:1rem}.sm\:w-5{width:1.25rem}.sm\:w-64{width:16rem}.sm\:w-auto{width:auto}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:gap-2{gap:.5rem}.sm\:gap-2\.5{gap:.625rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--obc-space-x-reverse: 0;margin-right:calc(.5rem * var(--obc-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--obc-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--obc-space-x-reverse: 0;margin-right:calc(1rem * var(--obc-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--obc-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--obc-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--obc-space-y-reverse)));margin-bottom:calc(0px * var(--obc-space-y-reverse))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-left{text-align:left}}@media(min-width:768px){.md\:absolute{position:absolute}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-3{grid-column:span 3 / span 3}.md\:mb-6{margin-bottom:1.5rem}.md\:mr-2{margin-right:.5rem}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:table-cell{display:table-cell}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-9{height:2.25rem}.md\:w-64{width:16rem}.md\:w-9{width:2.25rem}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:w-auto{width:auto}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-\[1fr_2fr_1fr\]{grid-template-columns:1fr 2fr 1fr}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:overflow-visible{overflow:visible}.md\:p-6{padding:1.5rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:pb-0{padding-bottom:0}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:opacity-0{opacity:0}.after\:md\:hidden:after{content:var(--obc-content);display:none}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2{margin:.5rem}.peer[data-state=collapsed][data-variant=inset]~.md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{margin-left:.5rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0{margin-left:0}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius:.75rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:shadow{--obc-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--obc-shadow-colored: 0 1px 3px 0 var(--obc-shadow-color), 0 1px 2px -1px var(--obc-shadow-color);box-shadow:var(--obc-ring-offset-shadow, 0 0 #0000),var(--obc-ring-shadow, 0 0 #0000),var(--obc-shadow)}}@media(min-width:1024px){.lg\:table-cell{display:table-cell}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media(min-width:1280px){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:var(--accent)}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>span\:last-child\]\:truncate>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--obc-translate-y: -3px;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:h-2\.5>svg{height:.625rem}.\[\&\>svg\]\:h-3>svg{height:.75rem}.\[\&\>svg\]\:h-3\.5>svg{height:.875rem}.\[\&\>svg\]\:w-2\.5>svg{width:.625rem}.\[\&\>svg\]\:w-3>svg{width:.75rem}.\[\&\>svg\]\:w-3\.5>svg{width:.875rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-destructive>svg{color:var(--destructive)}.\[\&\>svg\]\:text-foreground>svg{color:var(--foreground)}.\[\&\>svg\]\:text-muted-foreground>svg{color:var(--muted-foreground)}.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color:var(--sidebar-accent-foreground)}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{--obc-rotate: 90deg;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--obc-rotate: 180deg;transform:translate(var(--obc-translate-x),var(--obc-translate-y)) rotate(var(--obc-rotate)) skew(var(--obc-skew-x)) skewY(var(--obc-skew-y)) scaleX(var(--obc-scale-x)) scaleY(var(--obc-scale-y))}.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill:var(--muted-foreground)}.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke:var(--border)}.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-layer\]\:outline-none .recharts-layer{outline:2px solid transparent;outline-offset:2px}.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke="#ccc"]{stroke:var(--border)}.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector,.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{fill:var(--muted)}.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"]{stroke:var(--border)}.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-sector\]\:outline-none .recharts-sector,.\[\&_\.recharts-surface\]\:outline-none .recharts-surface{outline:2px solid transparent;outline-offset:2px}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:var(--muted-foreground)}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-.5rem}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:-.5rem}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{cursor:e-resize}
