/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.site-footer{background:linear-gradient(180deg,#1e1e4a 0%,#141432 100%);color:#d1d5db;font-family:var(--font-sans);}.site-footer a{color:#d1d5db;text-decoration:none;transition:color 0.2s;}.site-footer a:hover{color:var(--color-accent);}.site-footer__container{max-width:var(--container-max-width,1280px);margin:0 auto;padding:0 1rem;}.site-footer__top{border-bottom:1px solid rgba(255,255,255,0.08);padding:3rem 0 2rem;}.site-footer__brand{max-width:280px;}.site-footer__brand .footer-logo{font-size:1.375rem;font-weight:800;color:#ffffff;margin-bottom:0.75rem;display:block;}.site-footer__brand .footer-logo span{color:var(--color-accent);}.site-footer__brand .footer-desc{font-size:0.875rem;line-height:1.7;color:#9ca3af;margin-bottom:1.25rem;}.site-footer .block h2,.site-footer .block-title{color:#ffffff;font-size:0.875rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:0.08em;position:relative;padding-bottom:0.625rem;}.site-footer .block h2::after,.site-footer .block-title::after{content:'';position:absolute;bottom:0;left:0;width:28px;height:2px;background:var(--color-accent);border-radius:1px;}.site-footer .menu{list-style:none;padding:0;margin:0;}.site-footer .menu li{margin-bottom:0.375rem;}.site-footer .menu a{font-size:0.85rem;line-height:1.6;display:inline-block;padding:0.125rem 0;transition:color 0.2s,transform 0.2s;color:#9ca3af;}.site-footer .menu a:hover{color:var(--color-accent);transform:translateX(3px);}.site-footer a[href*="/node/add"],.site-footer a[href*="publier"]{display:inline-block;background:var(--color-accent);color:#ffffff;padding:0.5rem 1.25rem;border-radius:var(--radius-md);font-weight:600;font-size:0.875rem;transition:all 0.2s;}.site-footer a[href*="/node/add"]:hover,.site-footer a[href*="publier"]:hover{background:#e55d00;transform:translateY(-1px);color:#ffffff;}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;}@media (max-width:767px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:2rem;}}@media (max-width:479px){.site-footer__grid{grid-template-columns:1fr;}}.site-footer__column{}.site-footer__heading{color:#ffffff;font-size:0.875rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:0.08em;position:relative;padding-bottom:0.625rem;}.site-footer__heading::after{content:'';position:absolute;bottom:0;left:0;width:28px;height:2px;background:var(--color-accent);border-radius:1px;}.site-footer__links{list-style:none;padding:0;margin:0;}.site-footer__links li{margin-bottom:0.375rem;font-size:0.85rem;color:#9ca3af;line-height:1.6;}.site-footer__links a{color:#9ca3af;text-decoration:none;transition:color 0.2s,transform 0.2s;display:inline-block;}.site-footer__links a:hover{color:var(--color-accent);transform:translateX(3px);}.site-footer__social{margin-top:1rem;font-size:0.85rem;color:#9ca3af;}.site-footer__bottom{padding:1.25rem 0;border-top:1px solid rgba(255,255,255,0.06);}.site-footer__bottom .site-footer__container,.site-footer__bottom .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:0.75rem;}.site-footer__bottom{color:#6b7280;font-size:0.8125rem;}.site-footer__bottom a{color:#9ca3af;}.site-footer__bottom a:hover{color:var(--color-accent);}.site-footer__bottom .block{opacity:0.6;}.site-footer p{font-size:0.875rem;line-height:1.6;color:#9ca3af;margin:0 0 0.75rem;}.site-footer__newsletter{background:rgba(255,255,255,0.04);border-radius:var(--radius-lg);padding:1.5rem;margin-top:1rem;}.site-footer__newsletter h3{color:#ffffff;font-size:0.9375rem;font-weight:600;margin-bottom:0.5rem;}
:root{--header-h:64px;}.site-header{position:sticky;top:0;z-index:50;background:var(--color-bg,#fff);border-bottom:1px solid var(--color-border,#E5E7EB);height:var(--header-h);}.site-header__inner{max-width:1280px;margin:0 auto;height:100%;padding:0 24px;display:grid;grid-template-columns:auto auto auto 1fr auto;align-items:center;gap:20px;}.brand{display:inline-flex;align-items:baseline;text-decoration:none;user-select:none;line-height:1;letter-spacing:-0.02em;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:26px;font-weight:800;flex-shrink:0;white-space:nowrap;}.brand__d{color:var(--color-accent,#FF6A00);margin-right:1px;}.brand__rest{color:var(--color-primary,#1B1B41);font-weight:700;}.site-nav{display:flex;align-items:center;gap:18px;list-style:none;padding:0;margin:0;}.site-header__inner > .site-nav > li:nth-child(n+5){display:none;}.site-nav li{margin:0;}.site-nav a{color:var(--color-primary,#1B1B41);text-decoration:none;font-size:14px;font-weight:600;line-height:1;padding:8px 0;position:relative;transition:color 150ms ease;white-space:nowrap;}.site-nav a:hover{color:var(--color-accent,#FF6A00);}.site-nav a.is-active::after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--color-accent,#FF6A00);border-radius:2px;}.site-search{display:flex;align-items:stretch;height:40px;background:var(--color-bg-alt,#F8F9FA);border:1px solid var(--color-border,#E5E7EB);border-radius:999px;overflow:hidden;transition:border-color 150ms ease,box-shadow 150ms ease;max-width:640px;width:100%;margin:0 0 0 auto;}.site-search:focus-within{border-color:var(--color-accent,#FF6A00);box-shadow:0 0 0 3px rgba(255,106,0,0.12);background:#fff;}.site-search__cat{appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:0 12px 0 16px;font-size:13px;color:var(--color-text-secondary,#6B7280);border-right:1px solid var(--color-border,#E5E7EB);cursor:pointer;font-family:inherit;flex-shrink:0;max-width:160px;}.site-search__input{flex:1;border:0;background:transparent;font-size:14px;padding:0 12px;font-family:inherit;color:var(--color-text,#111827);min-width:0;outline:none;}.site-search__input::placeholder{color:var(--color-text-secondary,#6B7280);}.site-search__btn{background:var(--color-accent,#FF6A00);color:#fff;border:0;padding:0 18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 150ms ease;}.site-search__btn:hover{background:var(--color-accent-dark,#E55D00);}.site-search__btn svg{width:16px;height:16px;stroke-width:2.5;}.site-actions{display:flex;align-items:center;gap:12px;flex-shrink:0;}.site-actions__login{color:var(--color-primary,#1B1B41);text-decoration:none;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:6px;padding:8px 4px;transition:color 150ms ease;}.site-actions__login svg{width:18px;height:18px;stroke-width:2;}.site-actions__login:hover{color:var(--color-accent,#FF6A00);}.site-actions__cta{background:var(--color-accent,#FF6A00);color:#fff;border:0;border-radius:8px;padding:9px 16px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:background 150ms ease,transform 100ms ease;line-height:1;font-family:inherit;white-space:nowrap;}.site-actions__cta:hover{background:var(--color-accent-dark,#E55D00);}.site-actions__cta:active{transform:translateY(1px);}.site-actions__cta svg{width:14px;height:14px;stroke-width:2.5;}.mobile-toggle,.mobile-icon-btn{display:none;}.site-header__drawer{position:fixed;top:var(--header-h);left:0;right:0;background:#fff;border-bottom:1px solid var(--color-border,#E5E7EB);box-shadow:0 12px 24px rgba(0,0,0,0.08);z-index:49;padding:16px 16px 24px;display:none;}.site-header__drawer[data-open="true"]{display:block;}.site-header__drawer .site-search{display:flex;margin-bottom:14px;}.site-header__drawer .site-nav{flex-direction:column;align-items:stretch;gap:0;}.site-header__drawer .site-nav a{display:block;padding:12px 4px;border-bottom:1px solid var(--color-border,#E5E7EB);font-size:15px;}.site-header__drawer .site-nav a.is-active::after{display:none;}.site-header__drawer .site-nav a.is-active{color:var(--color-accent,#FF6A00);}@media (max-width:1023px){.site-header__inner{grid-template-columns:auto 1fr auto auto;gap:12px;padding:0 16px;}.site-nav,.site-search{display:none;}.site-actions__login span,.site-actions__cta span{display:none;}.site-actions__login{padding:8px;}.site-actions__cta{padding:9px 12px;}.mobile-toggle,.mobile-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;background:transparent;border-radius:8px;cursor:pointer;color:var(--color-primary,#1B1B41);flex-shrink:0;padding:0;}.mobile-toggle:hover,.mobile-icon-btn:hover{background:var(--color-bg-alt,#F8F9FA);}.mobile-toggle svg,.mobile-icon-btn svg{width:22px;height:22px;stroke-width:2;}.brand{font-size:22px;justify-self:center;}}body.toolbar-fixed .site-header{top:39px;}body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .site-header{top:79px;}.site-actions__account{position:relative;}.site-actions__login--dropdown{display:flex;align-items:center;gap:5px;background:transparent;border:none;cursor:pointer;font-family:inherit;font-size:inherit;white-space:nowrap;}.site-actions__chevron{width:14px;height:14px;stroke-width:2.5;transition:transform 0.2s ease;flex-shrink:0;}.account-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:6px;z-index:1100;}[x-cloak]{display:none !important;}.account-menu__item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:6px;color:var(--color-primary,#1B1B41);font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s;}.account-menu__item svg{width:16px;height:16px;stroke-width:2;flex-shrink:0;color:#6b7280;}.account-menu__item:hover{background:var(--color-bg-alt,#f8f9fa);color:var(--color-accent,#FF6A00);}.account-menu__item:hover svg{color:var(--color-accent,#FF6A00);}.account-menu__divider{height:1px;background:#e5e7eb;margin:4px 0;}.account-menu__item--logout{color:#dc2626;}.account-menu__item--logout svg{color:#dc2626;}.account-menu__item--logout:hover{background:#fef2f2;color:#dc2626;}.account-menu__item--logout:hover svg{color:#dc2626;}.site-nav--account{border-top:1px solid rgba(255,255,255,.15);margin-top:8px;padding-top:8px;}.site-nav--account li a{color:rgba(255,255,255,.9);}.site-nav--account li:last-child a{color:#fca5a5;}
.hp-blog{background:var(--color-bg-muted,#F5F5F5);padding:48px 0 56px;}.hp-blog__wrap{max-width:var(--container-max-width,1200px);margin:0 auto;padding:0 var(--spacing-xl,2rem);}.hp-blog__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px;}.hp-blog__eyebrow{font-size:12px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--color-accent,#FF6A00);margin:0 0 6px;}.hp-blog__title{font-size:28px;font-weight:800;letter-spacing:-0.02em;color:var(--color-primary,#1B1B41);margin:0;line-height:1.1;}.hp-blog__sub{margin:8px 0 0;color:var(--color-text-secondary,#64748b);font-size:15px;}.hp-blog__all{flex-shrink:0;display:inline-flex;align-items:center;gap:7px;font-weight:600;font-size:14px;color:var(--color-primary,#1B1B41);text-decoration:none;padding:10px 16px;border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-md,8px);background:var(--color-bg-surface,#fff);transition:border-color 0.15s ease,color 0.15s ease;}.hp-blog__all:hover{border-color:var(--color-accent,#FF6A00);color:var(--color-accent,#FF6A00);}.hp-blog__all svg{width:15px;height:15px;}.hp-blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}.hp-post{display:flex;flex-direction:column;background:var(--color-bg-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-lg,12px);padding:22px 22px 20px;text-decoration:none;color:inherit;transition:transform 0.2s cubic-bezier(0.22,1,0.36,1),box-shadow 0.2s ease,border-color 0.2s ease;}.hp-post:hover{transform:translateY(-3px);box-shadow:0 12px 24px -8px rgba(27,27,65,0.18);border-color:transparent;}.hp-post__top{display:flex;align-items:center;gap:12px;margin-bottom:16px;}.hp-post__icon{width:40px;height:40px;border-radius:var(--radius-md,8px);background:var(--color-primary,#1B1B41);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.hp-post__icon svg{width:19px;height:19px;}.hp-post__cat{font-size:11px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--color-primary,#1B1B41);background:var(--color-bg-accent,#f1f5f9);padding:4px 10px;border-radius:var(--radius-full,9999px);}.hp-post__title{font-size:18px;font-weight:700;color:var(--color-primary,#1B1B41);line-height:1.3;margin:0 0 10px;}.hp-post__excerpt{font-size:14px;color:var(--color-text-secondary,#64748b);line-height:1.6;margin:0 0 18px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.hp-post__foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid var(--color-border,#e2e8f0);}.hp-post__date{font-size:12.5px;color:var(--color-text-secondary,#64748b);}.hp-post__more{font-size:13px;font-weight:600;color:var(--color-accent,#FF6A00);display:inline-flex;align-items:center;gap:5px;}.hp-post__more svg{width:14px;height:14px;transition:transform 0.2s ease;}.hp-post:hover .hp-post__more svg{transform:translateX(3px);}@media (max-width:760px){.hp-blog{padding:32px 0 36px;}.hp-blog__wrap{padding:0 var(--spacing-md,1rem);}.hp-blog__head{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:20px;}.hp-blog__title{font-size:23px;}.hp-blog__all{width:100%;justify-content:center;}.hp-blog__grid{grid-template-columns:1fr;gap:14px;}.hp-post{padding:18px;}}
.hp-hero{background:var(--color-bg-alt,#F8F9FA);padding:20px 24px 40px;}.hp-hero__grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:220px 1fr 300px;gap:20px;align-items:stretch;}.hp-rail,.hp-center{display:flex;flex-direction:column;height:100%;}.hp-center .hp-pitch{flex:1;display:flex;flex-direction:column;padding:40px 32px 36px;min-height:320px;gap:0;}.hp-center .hp-pitch__title{font-size:38px;margin-bottom:46px;}.hp-center .hp-pitch__points{margin-bottom:28px;}.hp-center .hp-pitch__row{margin-top:auto;}.hp-pitch__points{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:8px;}.hp-pitch__points li{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:rgba(255,255,255,0.9);}.hp-pitch__points svg{width:16px;height:16px;flex-shrink:0;color:var(--color-accent,#FF6A00);background:rgba(255,106,0,0.18);padding:4px;border-radius:999px;box-sizing:content-box;}@media (max-width:1023px){.hp-center .hp-pitch{flex:none;min-height:0;padding:26px 20px 22px;gap:0;}.hp-center .hp-pitch__title{font-size:27px;margin-bottom:26px;}.hp-center .hp-pitch__points{flex-direction:column;gap:11px;margin-bottom:20px;}.hp-center .hp-pitch__row{margin-top:0;flex-direction:column;align-items:stretch;gap:8px;}.hp-pitch__cta{width:100%;justify-content:center;}.hp-pitch__reassure{text-align:center;}}.hp-rail{background:#fff;border:1px solid var(--color-border,#E5E7EB);border-radius:12px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,0.05);}.hp-rail__head{background:var(--color-primary,#1B1B41);color:#fff;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:0.02em;text-transform:uppercase;display:flex;align-items:center;gap:8px;}.hp-rail__head svg{width:14px;height:14px;stroke-width:2.5;}.hp-rail__head--accent{background:var(--color-accent,#FF6A00);}.hp-cats{list-style:none;margin:0;padding:6px 0;}.hp-cats li{margin:0;}.hp-cats li a{display:flex;align-items:center;gap:10px;padding:10px 16px;color:var(--color-text,#111827);text-decoration:none;font-size:13.5px;font-weight:500;border-left:3px solid transparent;transition:background 120ms ease,border-color 120ms ease,color 120ms ease;}.hp-cats li a:hover{background:var(--color-bg-soft,#FAF7F2);border-left-color:var(--color-accent,#FF6A00);color:var(--color-primary,#1B1B41);}.hp-cats__icon{color:var(--color-accent,#FF6A00);flex-shrink:0;width:16px;height:16px;font-size:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center;}.hp-cats__count{margin-left:auto;font-size:11px;color:var(--color-text-secondary,#6B7280);font-weight:500;}.hp-cats__more{color:var(--color-accent,#FF6A00) !important;font-weight:600 !important;}.hp-center{display:flex;flex-direction:column;gap:16px;min-width:0;}.hp-pitch{background:linear-gradient(135deg,var(--color-primary,#1B1B41),var(--color-primary-soft,#2D2D5C));color:#fff;border-radius:12px;padding:32px 28px 28px;position:relative;overflow:hidden;}.hp-pitch::before{content:"";position:absolute;inset:-40% -20% auto auto;width:320px;height:320px;background:radial-gradient(circle at center,rgba(255,106,0,0.18),transparent 60%);pointer-events:none;}.hp-pitch__title{font-size:32px;font-weight:800;letter-spacing:-0.02em;line-height:1.15;margin:0 0 10px;position:relative;color:#fff;}.hp-pitch__title em{font-style:normal;color:var(--color-accent,#FF6A00);}.hp-pitch__sub{font-size:15px;opacity:0.88;margin:0 0 18px;max-width:540px;position:relative;}.hp-pitch__cta{display:inline-flex;align-items:center;gap:8px;background:var(--color-accent,#FF6A00);color:#fff;text-decoration:none;padding:11px 18px;border-radius:8px;font-weight:600;font-size:14px;transition:background 150ms ease;position:relative;}.hp-pitch__cta:hover{background:var(--color-accent-dark,#E55D00);}.hp-pitch__cta svg{width:14px;height:14px;stroke-width:2.5;}.hp-pitch__row{position:relative;display:flex;align-items:center;gap:16px;flex-wrap:wrap;}.hp-pitch__reassure{font-size:13px;color:rgba(255,255,255,0.7);}.hp-tags{margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,0.14);display:flex;flex-wrap:wrap;gap:8px;position:relative;}.hp-tags__label{font-size:12px;opacity:0.75;margin-right:4px;align-self:center;}.hp-tags a{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.18);color:#fff;text-decoration:none;font-size:12.5px;padding:5px 11px;border-radius:999px;transition:background 150ms ease;}.hp-tags a:hover{background:rgba(255,255,255,0.18);}.hp-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}.hp-tile{background:#fff;border:1px solid var(--color-border,#E5E7EB);border-radius:12px;padding:18px;display:grid;grid-template-columns:48px 1fr;gap:14px;text-decoration:none;color:inherit;transition:box-shadow 200ms ease,transform 200ms ease,border-color 200ms ease;position:relative;overflow:hidden;}.hp-tile:hover{box-shadow:0 4px 12px rgba(0,0,0,0.08);transform:translateY(-2px);border-color:var(--color-accent,#FF6A00);}.hp-tile__icon{width:48px;height:48px;border-radius:12px;background:var(--color-bg-soft,#FAF7F2);color:var(--color-accent,#FF6A00);display:flex;align-items:center;justify-content:center;flex-shrink:0;}.hp-tile__icon svg{width:22px;height:22px;stroke-width:2;}.hp-tile__body{min-width:0;display:flex;flex-direction:column;gap:3px;}.hp-tile__title{font-size:14.5px;font-weight:700;color:var(--color-primary,#1B1B41);line-height:1.25;letter-spacing:-0.005em;}.hp-tile__stat{font-size:13px;color:var(--color-accent,#FF6A00);font-weight:700;letter-spacing:-0.01em;}.hp-tile__sub{font-size:12px;color:var(--color-text-secondary,#6B7280);line-height:1.35;}.hp-topads{list-style:none;margin:0;padding:8px 8px 12px;display:flex;flex-direction:column;gap:4px;}.hp-topads li{margin:0;}.hp-topad{display:flex;gap:10px;padding:10px;border-radius:8px;text-decoration:none;color:inherit;transition:background 120ms ease;}.hp-topad:hover{background:var(--color-bg-soft,#FAF7F2);}.hp-topad__img{width:56px;height:56px;border-radius:4px;background:var(--color-bg-soft,#FAF7F2);background-size:cover;background-position:center;flex-shrink:0;border:1px solid var(--color-border-soft,#F0EFEB);object-fit:cover;}.hp-topad__body{min-width:0;display:flex;flex-direction:column;gap:2px;justify-content:center;}.hp-topad__title{font-size:13px;font-weight:600;color:var(--color-primary,#1B1B41);line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}.hp-topad__price{font-size:13px;color:var(--color-accent,#FF6A00);font-weight:700;}.hp-topads__more{display:block;text-align:center;padding:10px 12px;font-size:12.5px;color:var(--color-primary,#1B1B41);text-decoration:none;font-weight:600;border-top:1px solid var(--color-border-soft,#F0EFEB);transition:color 150ms ease;}.hp-topads__more:hover{color:var(--color-accent,#FF6A00);}@media (max-width:1023px){.hp-hero{padding:14px 12px 32px;}.hp-hero__grid{grid-template-columns:1fr;gap:14px;}.hp-rail{border-radius:8px;}.hp-tiles{grid-template-columns:1fr;}.hp-center{order:1;}.hp-rail[aria-label="Catégories"]{order:2;}.hp-rail[aria-label="Annonces récentes"]{order:3;}.hp-cats{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--color-border-soft,#F0EFEB);padding:0;}.hp-cats li{background:#fff;}.hp-cats li a{flex-direction:column;align-items:flex-start;gap:6px;padding:14px 14px 12px;border-left:0;border-bottom:0;font-size:13px;font-weight:600;color:var(--color-primary,#1B1B41);min-height:76px;}.hp-cats li a:hover{background:var(--color-bg-soft,#FAF7F2);border-left:0;}.hp-cats__icon{width:22px;height:22px;padding:4px;box-sizing:content-box;background:var(--color-bg-soft,#FAF7F2);border-radius:8px;color:var(--color-accent,#FF6A00);}.hp-cats__count{margin-left:0;}.hp-cats li:last-child{grid-column:1 / -1;background:#fff;}.hp-cats li:last-child a{flex-direction:row;justify-content:center;min-height:0;padding:12px;font-size:13px;}}
.site-header__search--hidden{display:none !important;}.hero-section--grid{background:var(--color-bg-muted);padding:0;}.hero-grid{max-width:var(--container-max-width,1280px);margin:0 auto;display:grid;grid-template-columns:220px 1fr 220px;gap:0;min-height:400px;}@media (max-width:1023px){.hero-section--grid{background:transparent;}.hero-grid{grid-template-columns:1fr;min-height:auto;}}.hero-grid__sidebar{background:#ffffff;border-right:1px solid #e5e7eb;overflow-y:auto;max-height:420px;}@media (max-width:1023px){.hero-grid__sidebar{display:none;}}.hero-sidebar__title{font-size:14px;font-weight:600;padding:12px 16px;border-bottom:1px solid #ddd;margin:0;color:var(--color-text-primary);background:var(--color-bg-muted);}.hero-sidebar__list{list-style:none;padding:0;margin:0;}.hero-sidebar__item{border-bottom:1px solid #f0f0f0;}.hero-sidebar__item:last-child{border-bottom:none;}.hero-sidebar__link{display:flex;align-items:center;padding:8px 12px;color:#333;text-decoration:none;font-size:13px;gap:8px;transition:background 0.2s,color 0.2s;}.hero-sidebar__link:hover{background:#e8e8e8;color:var(--color-accent,#FF6A00);}.hero-sidebar__emoji{flex-shrink:0;width:20px;text-align:center;font-size:14px;}.hero-sidebar__empty{padding:1rem;color:var(--color-text-secondary);font-size:13px;text-align:center;}.hero-grid__banner{min-height:400px;overflow:hidden;position:relative;}@media (max-width:1023px){.hero-grid__banner{min-height:280px;}}.hero-banner__carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;height:100%;}.hero-banner__carousel::-webkit-scrollbar{display:none;}.hero-banner__slide{flex:0 0 100%;scroll-snap-align:start;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;min-height:400px;position:relative;}@media (max-width:1023px){.hero-banner__slide{min-height:280px;padding:1.5rem;}}.hero-banner__slide--1{background:linear-gradient(135deg,var(--color-primary) 0%,#2D2D5E 50%,#1a1a4a 100%);}.hero-banner__slide--2{background:linear-gradient(135deg,var(--color-accent) 0%,#FF8C33 50%,#e55d00 100%);}.hero-banner__slide--3{background:linear-gradient(135deg,#1a1a4a 0%,var(--color-primary) 50%,#2D2D5E 100%);}.hero-banner__slide-content{position:relative;z-index:1;max-width:500px;}.hero-banner__title{font-size:1.75rem;font-weight:800;color:#ffffff;text-shadow:0 2px 12px rgb(0 0 0 / 0.3);line-height:1.2;margin:0 0 0.75rem;}@media (min-width:1024px){.hero-banner__title{font-size:2.25rem;}}.hero-banner__subtitle{font-size:1rem;color:rgba(255,255,255,0.9);margin:0 0 1.5rem;text-shadow:0 1px 6px rgb(0 0 0 / 0.2);}@media (min-width:1024px){.hero-banner__subtitle{font-size:1.125rem;}}.hero-banner__cta{display:inline-block;background:#ffffff;color:var(--color-primary,#1B1B41);padding:0.625rem 1.75rem;border-radius:var(--radius-lg,8px);font-weight:700;font-size:0.9375rem;text-decoration:none;transition:all 0.2s;box-shadow:0 4px 16px rgb(0 0 0 / 0.15);}.hero-banner__cta:hover{background:var(--color-accent,#FF6A00);color:#ffffff;transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / 0.2);}.hero-grid__hotpicks{background:#ffffff;border-left:1px solid #e5e7eb;display:flex;flex-direction:column;}@media (max-width:1023px){.hero-grid__hotpicks{display:none;}}.hero-hotpicks__title{font-size:14px;font-weight:600;padding:12px 16px;border-bottom:1px solid #ddd;margin:0;color:var(--color-text-primary);background:var(--color-bg-muted);}.hero-hotpicks__card{display:flex;gap:8px;padding:10px 12px;border-bottom:1px solid #f0f0f0;text-decoration:none;color:#333;transition:background 0.2s;}.hero-hotpicks__card:hover{background:var(--color-bg-muted);}.hero-hotpicks__img{width:60px;height:60px;object-fit:cover;border-radius:4px;flex-shrink:0;background:#f0f0f0;}.hero-hotpicks__img--placeholder{display:flex;align-items:center;justify-content:center;font-size:1.5rem;}.hero-hotpicks__info{flex:1;overflow:hidden;display:flex;flex-direction:column;justify-content:center;gap:4px;}.hero-hotpicks__name{font-size:12px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.hero-hotpicks__price{color:var(--color-accent,#FF6A00);font-weight:600;font-size:13px;}.hero-hotpicks__empty{padding:1rem;color:var(--color-text-secondary);font-size:13px;text-align:center;}.trust-bar{background:#ffffff;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:20px 0;}.trust-bar__container{max-width:var(--container-max-width,1280px);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:0 16px;}.trust-bar__item{display:flex;align-items:center;gap:12px;justify-content:center;}.trust-bar__item svg{width:32px;height:32px;color:var(--color-accent,#FF6A00);flex-shrink:0;}.trust-bar__text strong{display:block;font-size:14px;color:#333;}.trust-bar__text span{font-size:12px;color:#777;}@media (max-width:767px){.trust-bar__container{grid-template-columns:repeat(2,1fr);gap:12px;}.trust-bar__item{gap:8px;}.trust-bar__item svg{width:24px;height:24px;}.trust-bar__text strong{font-size:12px;}.trust-bar__text span{font-size:11px;}}.hero-section:not(.hero-section--grid){background:linear-gradient(135deg,var(--color-primary) 0%,#2D2D5E 50%,#1a1a4a 100%);position:relative;overflow:hidden;}.hero-section:not(.hero-section--grid)::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,106,0,0.08) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,0.04) 0%,transparent 40%),radial-gradient(circle at 60% 80%,rgba(255,106,0,0.05) 0%,transparent 45%);pointer-events:none;}.category-showcase{padding:32px 0;}.category-showcase:nth-child(even){background:var(--color-bg-muted);}.category-showcase__container{max-width:var(--container-max-width,1280px);margin:0 auto;padding:0 16px;}.category-showcase__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;}.category-showcase__title{font-size:20px;font-weight:700;color:var(--color-primary);margin:0;}.category-showcase__more{color:var(--color-accent,#FF6A00);font-size:14px;font-weight:600;text-decoration:none;}.category-showcase__more:hover{text-decoration:underline;}.category-showcase__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}.product-card-rich{background:#ffffff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.1);text-decoration:none;color:inherit;display:block;transition:transform 0.2s,box-shadow 0.2s;}.product-card-rich:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.15);}.product-card-rich__image{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#f0f0f0;}.product-card-rich__image img{width:100%;height:100%;object-fit:cover;}.product-card-rich__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;background:#f0f0f0;}.product-card-rich__badge{position:absolute;top:8px;left:8px;font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px;text-transform:uppercase;}.product-card-rich__badge--gros{background:var(--color-accent);color:#ffffff;}.product-card-rich__badge--detail{background:var(--color-info,#2563eb);color:#ffffff;}.product-card-rich__badge--other{background:#6c757d;color:#ffffff;}.product-card-rich__content{padding:12px;}.product-card-rich__title{font-size:14px;font-weight:500;color:#333;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.product-card-rich__price{font-size:16px;font-weight:700;color:var(--color-accent,#FF6A00);margin-bottom:6px;}.product-card-rich__meta{font-size:12px;color:#888;display:flex;justify-content:space-between;}.product-card-rich__category{color:#555;}.product-card-rich__supplier{color:var(--color-accent,#FF6A00);font-weight:500;}@media (max-width:767px){.category-showcase{padding:24px 0;}.category-showcase__title{font-size:16px;}.category-showcase__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;}.product-card-rich__title{font-size:13px;}.product-card-rich__price{font-size:14px;}}.stats-bar{background-color:#ffffff;border-bottom:1px solid var(--color-border);box-shadow:0 2px 8px rgb(0 0 0 / 0.04);padding:1.5rem 0;}.stats-bar__container{max-width:var(--container-max-width,1280px);margin:0 auto;padding:0 1rem;display:flex;flex-wrap:wrap;justify-content:center;text-align:center;}.stat{min-width:160px;padding:0.75rem 1.5rem;text-align:center;position:relative;}.stat + .stat::before{content:'';position:absolute;left:0;top:25%;height:50%;width:1px;background:var(--color-border);}.stat__icon{font-size:1.5rem;margin-bottom:0.25rem;display:block;}.stat__number{display:block;line-height:1.1;color:var(--color-primary);font-size:1.75rem;font-weight:800;letter-spacing:-0.02em;}.stat__label{margin-top:0.25rem;font-size:0.8125rem;color:var(--color-text-secondary);font-weight:500;text-transform:uppercase;letter-spacing:0.05em;}.section-heading{font-size:1.5rem;font-weight:700;text-align:center;color:var(--color-text-primary);margin-bottom:2.5rem;}@media (min-width:1024px){.section-heading{font-size:1.875rem;}}.how-it-works{background:#ffffff;padding:3rem 0 3.5rem;}@media (min-width:1024px){.how-it-works{padding:4rem 0;}}.how-it-works__container{max-width:var(--container-max-width,1280px);margin:0 auto;padding:0 1rem;}.how-it-works__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto;}.how-it-works__step{text-align:center;padding:1.5rem 1rem;position:relative;}.how-it-works__icon{width:72px;height:72px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--color-accent),#FF8C33);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.75rem;color:#ffffff;box-shadow:0 4px 16px rgb(255 106 0 / 0.25);}.how-it-works__step:nth-child(2) .how-it-works__icon{background:linear-gradient(135deg,var(--color-primary),#2D2D5E);box-shadow:0 4px 16px rgb(27 27 65 / 0.25);}.how-it-works__step:nth-child(3) .how-it-works__icon{background:linear-gradient(135deg,#16a34a,#22c55e);box-shadow:0 4px 16px rgb(22 163 74 / 0.25);}.how-it-works__number{position:absolute;top:1rem;left:50%;transform:translateX(20px);width:28px;height:28px;border-radius:var(--radius-full);background:var(--color-primary);color:#ffffff;font-size:0.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:1;}.how-it-works__title{font-size:1.0625rem;font-weight:700;color:var(--color-text-primary);margin-bottom:0.375rem;}.how-it-works__desc{font-size:0.875rem;color:var(--color-text-secondary);line-height:1.5;}.how-it-works__step:not(:last-child)::after{content:'';position:absolute;top:3.5rem;right:-1.25rem;width:2.5rem;height:0;border-top:2px dashed var(--color-accent);background:none;}.how-it-works__step:not(:last-child)::before{content:'';position:absolute;top:calc(3.5rem - 5px);right:-1.25rem;width:0;height:0;border-left:8px solid var(--color-accent);border-top:6px solid transparent;border-bottom:6px solid transparent;z-index:1;}@media (max-width:767px){.how-it-works__grid{grid-template-columns:1fr;gap:1rem;}.how-it-works__step::after,.how-it-works__step::before{display:none;}}@media (max-width:767px){.featured-categories{display:none;}}.featured-categories{background-color:var(--color-bg-muted);padding:3rem 0 3.5rem;}@media (min-width:1024px){.featured-categories{padding:4rem 0;}}.featured-categories__container{max-width:var(--container-max-width,1280px);margin:0 auto;padding:0 1rem;}.featured-categories .views-view-grid,.featured-categories .view-content{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;}@media (min-width:768px){.featured-categories .views-view-grid,.featured-categories .view-content{grid-template-columns:repeat(5,1fr);gap:1.25rem;}}.featured-categories .views-row a{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;background:#ffffff;border-radius:var(--radius-xl);border:1px solid transparent;text-decoration:none;color:var(--color-text-primary);font-weight:600;font-size:0.8125rem;transition:all 0.3s ease;text-align:center;min-height:120px;box-shadow:0 1px 4px rgb(0 0 0 / 0.04);}.featured-categories .views-row a:hover{box-shadow:0 12px 32px rgb(0 0 0 / 0.1);transform:translateY(-6px);border-color:var(--color-accent);}.featured-categories .views-row a::before{content:'📦';width:56px;height:56px;border-radius:var(--radius-full);background:linear-gradient(135deg,#fff3e6,#ffe8cc);margin-bottom:0.75rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:transform 0.3s ease;}.featured-categories .views-row a:hover::before{transform:scale(1.1);}.featured-categories__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;}@media (min-width:768px){.featured-categories__grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;}}.featured-categories__card{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;background:#ffffff;border-radius:var(--radius-xl);border:1px solid transparent;text-decoration:none;color:var(--color-text-primary);font-weight:600;font-size:0.8125rem;transition:all 0.3s ease;text-align:center;min-height:120px;box-shadow:0 1px 4px rgb(0 0 0 / 0.04);}.featured-categories__card:hover{box-shadow:0 12px 32px rgb(0 0 0 / 0.1);transform:translateY(-6px);border-color:var(--color-accent);}.featured-categories__icon{width:56px;height:56px;border-radius:var(--radius-full);background:linear-gradient(135deg,#fff3e6,#ffe8cc);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:0.75rem;transition:transform 0.3s ease;}.featured-categories__card:hover .featured-categories__icon{transform:scale(1.1);}.featured-categories__name{font-weight:600;}.featured-categories__count{font-size:0.6875rem;color:var(--color-text-secondary);margin-top:0.25rem;}.featured-categories__see-all{text-align:center;margin-top:2rem;}.featured-categories__see-all-link{display:inline-block;padding:0.75rem 2rem;border:2px solid var(--color-accent);border-radius:var(--radius-lg);color:var(--color-accent);font-weight:600;text-decoration:none;transition:all 0.2s;}.featured-categories__see-all-link:hover{background:var(--color-accent);color:#ffffff;}.featured-categories__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;}@media (min-width:768px){.featured-categories__grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;}}.featured-categories__card{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;background:#ffffff;border-radius:var(--radius-xl);border:1px solid transparent;text-decoration:none;color:var(--color-text-primary);transition:all 0.3s ease;text-align:center;min-height:120px;box-shadow:0 1px 4px rgb(0 0 0 / 0.04);}.featured-categories__card:hover{box-shadow:0 12px 32px rgb(0 0 0 / 0.1);transform:translateY(-6px);border-color:var(--color-accent);}.featured-categories__icon{width:56px;height:56px;border-radius:var(--radius-full);background:linear-gradient(135deg,#fff3e6,#ffe8cc);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:0.75rem;transition:transform 0.3s ease;}.featured-categories__card:hover .featured-categories__icon{transform:scale(1.1);}.featured-categories__name{font-size:0.8125rem;font-weight:600;color:var(--color-text-primary);}.featured-categories__count{font-size:0.6875rem;color:var(--color-text-secondary);margin-top:0.25rem;}.category-card{display:flex;flex-direction:column;align-items:center;padding:var(--spacing-lg) var(--spacing-md);background:#ffffff;border-radius:var(--radius-xl);border:1px solid transparent;text-decoration:none;transition:all 0.3s ease;box-shadow:0 1px 4px rgb(0 0 0 / 0.04);}.category-card:hover{box-shadow:0 12px 32px rgb(0 0 0 / 0.1);transform:translateY(-6px);border-color:var(--color-accent);}.category-card__icon{width:56px;height:56px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:var(--spacing-sm);color:#ffffff;}.category-card__name{font-size:var(--text-sm);font-weight:600;color:var(--color-text-primary);text-align:center;}.recent-listings{background-color:#ffffff;padding:3rem 0 3.5rem;}@media (min-width:1024px){.recent-listings{padding:4rem 0;}}.recent-listings__container{max-width:var(--container-max-width,1280px);margin:0 auto;padding:0 1rem;}.recent-listings__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem;}.recent-listings__title{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);}@media (min-width:1024px){.recent-listings__title{font-size:1.875rem;}}.recent-listings__see-all{color:var(--color-accent);font-weight:600;text-decoration:none;font-size:0.9rem;}.recent-listings__see-all:hover{color:#e55d00;}.recent-listings .view-content{display:block;}.recent-listings .product-grid,.recent-listings .views-view-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0.75rem;}@media (min-width:640px){.recent-listings .product-grid,.recent-listings .views-view-grid{gap:1.25rem;}}@media (min-width:1024px){.recent-listings .product-grid,.recent-listings .views-view-grid{grid-template-columns:repeat(4,1fr);}}.recent-listings .product-card{background:#ffffff;border:1px solid #eef0f2;border-radius:var(--radius-xl);box-shadow:0 1px 3px rgb(0 0 0 / 0.04);overflow:hidden;transition:all 0.3s ease;}.recent-listings .product-card:hover{box-shadow:0 16px 40px rgb(0 0 0 / 0.1);transform:translateY(-4px);border-color:var(--color-accent);}.recent-listings .product-card__image-wrapper{aspect-ratio:4 / 3;background:var(--color-bg-muted);border-bottom:1px solid #f0f0f0;overflow:hidden;}.recent-listings .product-card__image{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;}.recent-listings .product-card:hover .product-card__image{transform:scale(1.06);}.recent-listings .product-card__body{padding:1rem 1.125rem 1rem;}.recent-listings .product-card__badge{display:inline-block;padding:0.2rem 0.5rem;border-radius:var(--radius-sm);font-size:0.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:0.04em;background:var(--color-bg-muted);color:var(--color-text-secondary);margin-bottom:0.375rem;}.recent-listings .product-card__title{font-size:0.9rem;font-weight:600;line-height:1.35;margin-bottom:0.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.recent-listings .product-card__title-link{color:var(--color-text-primary);text-decoration:none;}.recent-listings .product-card__title-link:hover{color:var(--color-accent);}.recent-listings .product-card__price{margin-top:0.375rem;}.recent-listings .product-card__price .price-tag,.recent-listings .product-card__price{color:var(--color-accent);font-weight:800;font-size:1.125rem;}.recent-listings .product-card__meta{font-size:0.75rem;color:var(--color-text-secondary);padding-top:0.75rem;margin-top:0.625rem;border-top:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between;}.recent-listings .product-card__category-link{color:var(--color-primary);font-weight:600;text-decoration:none;}.recent-listings .product-card__category-link:hover{color:var(--color-accent);}.recent-listings .product-card__supplier-link{color:var(--color-text-secondary);text-decoration:none;}.recent-listings .product-card__supplier-link:hover{color:var(--color-accent);}.recent-listings .section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem;}.recent-listings .flex{align-items:baseline;}.recent-listings .flex > a{color:var(--color-accent);font-weight:600;text-decoration:none;font-size:0.9rem;transition:color 0.2s;display:flex;align-items:center;gap:0.25rem;}.recent-listings .flex > a:hover{color:#e55d00;}.cta-section{background:linear-gradient(135deg,var(--color-primary) 0%,#2D2D5E 50%,var(--color-primary) 100%);position:relative;overflow:hidden;}.cta-section::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 30% 50%,rgba(255,106,0,0.1) 0%,transparent 50%),radial-gradient(circle at 70% 50%,rgba(255,255,255,0.03) 0%,transparent 40%);pointer-events:none;}.cta-section__content{position:relative;z-index:1;max-width:var(--container-max-width,1280px);margin:0 auto;padding:3rem 1rem;text-align:center;}@media (min-width:1024px){.cta-section__content{padding:4rem 1rem;}}.cta-section,.cta-section h2,.cta-section p,.cta-section__title,.cta-section__desc{color:#ffffff;}.cta-section__title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;}@media (min-width:1024px){.cta-section__title{font-size:1.875rem;}}.cta-section__desc{font-size:1.125rem;margin-bottom:2rem;opacity:0.9;}.cta-section__button{display:inline-block;background:var(--color-accent);color:#ffffff;padding:0.875rem 2.5rem;border-radius:var(--radius-lg);font-weight:700;font-size:1.0625rem;text-decoration:none;}.cta-section h2{text-shadow:0 2px 10px rgb(0 0 0 / 0.2);}.cta-section a{display:inline-block;transition:all 0.2s ease;box-shadow:0 4px 20px rgb(255 106 0 / 0.35);font-size:1.0625rem;padding:0.875rem 2.5rem;}.cta-section a:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgb(255 106 0 / 0.45);}.trust-signals{background-color:#ffffff;border-top:1px solid var(--color-border);padding:2rem 0;}.trust-signals__container{max-width:var(--container-max-width,1280px);margin:0 auto;padding:0 1rem;}section + section{border-top:none;}@media (max-width:639px){.hero-section:not(.hero-section--grid){padding-top:2.5rem;padding-bottom:2.5rem;}.hero-section h1{font-size:1.75rem;line-height:1.2;}.hero-search .flex,.hero-search .search-bar{flex-direction:column;border-radius:var(--radius-lg);}.hero-search input{padding:0.875rem 1rem;}.hero-search button[type="submit"],.hero-search .search-bar__button{border-radius:0;padding:0.75rem 1.5rem;}.stats-bar .container{gap:0;}.stat{min-width:100px;padding:0.5rem 0.75rem;}.stat + .stat::before{display:none;}.stat__number{font-size:1.25rem;}.recent-listings .product-card__body{padding:0.75rem;}.hero-tags{gap:0.375rem;}.hero-tags a{font-size:0.75rem;padding:0.25rem 0.625rem;}.page--front main,.recent-listings{padding-bottom:4.5rem;}}.mobile-category-nav{display:none;}@media (max-width:767px){.mobile-category-nav{display:block;position:fixed;bottom:0;left:0;right:0;z-index:40;background:#ffffff;border-top:1px solid #e5e7eb;box-shadow:0 -4px 16px rgb(0 0 0 / 0.1);padding-bottom:env(safe-area-inset-bottom,0);}.mobile-category-nav__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;}.mobile-category-nav__scroll::-webkit-scrollbar{display:none;}.mobile-category-nav__list{display:flex;align-items:stretch;list-style:none;margin:0;padding:0.375rem 0.25rem;gap:0;min-width:max-content;}.mobile-category-nav__item{flex-shrink:0;}.mobile-category-nav__link{display:flex;flex-direction:column;align-items:center;gap:0.125rem;padding:0.375rem 0.625rem;text-decoration:none;color:var(--color-text-secondary);font-size:0.625rem;font-weight:600;text-align:center;transition:color 0.2s;white-space:nowrap;border:none;background:none;cursor:pointer;font-family:var(--font-sans);}.mobile-category-nav__link:hover,.mobile-category-nav__link--active{color:var(--color-accent);}.mobile-category-nav__icon{font-size:1.25rem;line-height:1;}.mobile-category-nav__item--more .mobile-category-nav__link{color:var(--color-accent);}.mobile-category-nav__expanded{background:#ffffff;border-top:1px solid #f0f0f0;max-height:60vh;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0.75rem;}.mobile-category-nav__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0.5rem;}.mobile-category-nav__grid-item{display:flex;align-items:center;gap:0.375rem;padding:0.625rem 0.5rem;background:var(--color-bg-muted);border-radius:var(--radius-md);text-decoration:none;color:var(--color-text-primary);font-size:0.75rem;font-weight:600;transition:all 0.2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.mobile-category-nav__grid-item:hover,.mobile-category-nav__grid-item:active{background:var(--color-accent);color:#ffffff;}}.supplier-showcase{padding:40px 0;background:var(--color-bg-muted);}.supplier-showcase__container{max-width:var(--container-max-width,1280px);margin:0 auto;padding:0 16px;}.supplier-showcase__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;}.supplier-showcase__title{font-size:20px;font-weight:700;color:var(--color-primary);margin:0;}.supplier-showcase__more{color:var(--color-accent,#FF6A00);font-weight:600;text-decoration:none;}.supplier-showcase__more:hover{text-decoration:underline;}.supplier-showcase__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;}.supplier-card-featured{background:#ffffff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.1);text-decoration:none;color:inherit;display:block;transition:transform 0.2s,box-shadow 0.2s;}.supplier-card-featured:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.15);}.supplier-card-featured__banner{height:60px;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));}.supplier-card-featured__avatar{width:48px;height:48px;border-radius:50%;border:3px solid #ffffff;overflow:hidden;margin:-24px auto 0;position:relative;z-index:1;background:#ffffff;}.supplier-card-featured__avatar img{width:100%;height:100%;object-fit:cover;}.supplier-card-featured__avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-primary);color:#ffffff;font-weight:700;font-size:18px;}.supplier-card-featured__info{text-align:center;padding:8px 12px;}.supplier-card-featured__name{font-size:14px;font-weight:600;margin:0;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.supplier-card-featured__meta{font-size:12px;color:#888;display:flex;justify-content:center;gap:12px;margin-top:4px;}.supplier-card-featured__products{display:flex;gap:4px;padding:8px 12px;border-top:1px solid #eee;}.supplier-card-featured__thumb{width:33.33%;aspect-ratio:1;object-fit:cover;border-radius:4px;}@media (max-width:1023px){.trust-bar__container{grid-template-columns:repeat(2,1fr);gap:12px;}.category-showcase__grid{grid-template-columns:repeat(3,1fr);}.supplier-showcase__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));}}@media (max-width:767px){.utility-bar__container{font-size:11px;padding:0 8px;}.hero-grid__banner{min-height:250px;}.trust-bar__container{grid-template-columns:repeat(2,1fr);gap:8px;padding:0 8px;}.trust-bar__item{flex-direction:column;text-align:center;gap:4px;}.category-showcase__container{padding:0 8px;}.category-showcase__grid{grid-template-columns:repeat(2,1fr);gap:8px;}.category-showcase__title{font-size:16px;}.product-card-rich__content{padding:8px;}.product-card-rich__title{font-size:13px;}.product-card-rich__price{font-size:14px;}.supplier-showcase__container{padding:0 8px;}.supplier-showcase__grid{grid-template-columns:repeat(2,1fr);gap:8px;}}@media (max-width:479px){.utility-bar{display:none;}.trust-bar__container{grid-template-columns:1fr 1fr;}.trust-bar__item svg{width:24px;height:24px;}.category-showcase__grid{grid-template-columns:repeat(2,1fr);}.supplier-showcase__grid{grid-template-columns:1fr;}}
.search-bar__form{display:flex;align-items:stretch;border:2px solid var(--color-accent,#FF6A00);border-radius:0.625rem;overflow:hidden;background:var(--color-white,#fff);height:2.75rem;box-shadow:0 2px 8px rgba(0,0,0,0.06);transition:box-shadow 0.2s ease,border-color 0.2s ease;}.search-bar__form:focus-within{box-shadow:0 4px 16px rgba(255,106,0,0.15);border-color:var(--color-accent,#FF6A00);}.search-bar__category{position:relative;display:flex;align-items:center;border-right:1px solid #e5e7eb;background:#f8f9fa;flex-shrink:0;transition:background 0.15s;}.search-bar__category:hover{background:#f0f1f3;}.search-bar__category-select{appearance:none;border:none;background:transparent;padding:0 2rem 0 0.75rem;font-size:0.8125rem;color:var(--color-text,#374151);cursor:pointer;height:100%;min-width:10rem;}.search-bar__category-select:focus{outline:none;}.search-bar__category-arrow{position:absolute;right:0.625rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--color-text-muted,#9ca3af);}.search-bar__input-wrap{position:relative;flex:1;display:flex;align-items:center;}.search-bar__input{width:100%;height:100%;border:none;padding:0 2.5rem 0 0.75rem;font-size:0.875rem;color:var(--color-text,#374151);background:transparent;}.search-bar__input:focus{outline:none;}.search-bar__input::placeholder{color:#b0b7c3;font-weight:400;}.search-bar__spinner{position:absolute;right:0.625rem;top:50%;transform:translateY(-50%);color:var(--color-accent,#FF6A00);}@keyframes spin{to{transform:rotate(360deg);}}.animate-spin{animation:spin 0.8s linear infinite;}.search-bar__btn{display:flex;align-items:center;justify-content:center;width:3.25rem;background:var(--color-accent,#FF6A00);color:var(--color-white,#fff);border:none;cursor:pointer;flex-shrink:0;transition:background 0.2s ease,transform 0.1s ease;}.search-bar__btn:hover{background:var(--color-accent-dark,#e55d00);}.search-bar__btn:active{transform:scale(0.96);}.search-bar__suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:100;background:var(--color-white,#fff);border:1px solid var(--color-border,#e5e7eb);border-radius:0.5rem;box-shadow:0 4px 16px rgba(0,0,0,0.12);max-height:24rem;overflow-y:auto;}.search-bar__suggestion{display:flex;align-items:center;gap:0.75rem;padding:0.625rem 0.75rem;text-decoration:none;color:var(--color-text,#374151);font-size:0.8125rem;transition:background 0.1s;cursor:pointer;}.search-bar__suggestion:hover,.search-bar__suggestion.is-highlighted{background:var(--color-bg-light,#f3f4f6);}.search-bar__suggestion--all{border-top:1px solid var(--color-border,#e5e7eb);color:var(--color-accent,#FF6A00);font-weight:500;font-size:0.8125rem;}.search-bar__suggestion-text{flex:1;}@media (max-width:767px){.site-header__search .search-bar__form{border:none !important;background:#ffffff !important;border-radius:1.25rem !important;height:2.5rem !important;box-shadow:none !important;overflow:hidden !important;}.site-header__search .search-bar__form:focus-within{background:#ffffff !important;box-shadow:0 0 0 2px rgba(255,106,0,0.3) !important;}.site-header__search .search-bar__btn{width:2.75rem !important;border-radius:0 !important;border:none !important;margin:0 !important;padding:0 !important;height:100% !important;align-self:stretch !important;}}.search-bar-mobile__trigger{display:none;background:none;border:none;color:var(--color-white,#fff);cursor:pointer;padding:0.375rem;}.search-bar-mobile__panel{position:fixed;top:0;left:0;right:0;z-index:200;background:var(--color-white,#fff);padding:0.75rem;box-shadow:0 2px 8px rgba(0,0,0,0.15);}.search-bar-mobile__form{display:flex;align-items:center;gap:0.5rem;}.search-bar-mobile__input{flex:1;padding:0.625rem 0.75rem;border:2px solid var(--color-accent,#FF6A00);border-radius:0.5rem;font-size:1rem;color:var(--color-text,#374151);}.search-bar-mobile__input:focus{outline:none;border-color:var(--color-accent,#FF6A00);box-shadow:0 0 0 2px rgba(255,106,0,0.2);}.search-bar-mobile__submit{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;background:var(--color-accent,#FF6A00);color:var(--color-white,#fff);border:none;border-radius:0.5rem;cursor:pointer;}.search-bar-mobile__close{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;background:none;border:none;color:var(--color-text-muted,#9ca3af);cursor:pointer;}@media (max-width:767px){.search-bar-mobile__trigger{display:none !important;}}@media (min-width:768px){.search-bar-mobile{display:none;}}.hero-search .search-bar__form{height:3.25rem;border-width:2px;border-radius:0.75rem;box-shadow:0 4px 24px rgba(0,0,0,0.1);}.hero-search .search-bar__form:focus-within{box-shadow:0 6px 28px rgba(255,106,0,0.2);}.hero-search .search-bar__input{font-size:1rem;padding-left:1rem;padding-right:1rem;}.hero-search .search-bar__btn{width:3.5rem;}.hero-search .search-bar__category-select{font-size:0.875rem;min-width:11rem;}
.messages-wrapper{width:100%;}.messages{display:flex;align-items:flex-start;gap:12px;width:100%;padding:14px 20px;font-size:.9rem;font-weight:500;line-height:1.5;border-left:4px solid transparent;border-radius:0;margin:0;box-sizing:border-box;}.messages__wrapper{max-width:none;padding:0;}.messages--status{background-color:#ecfdf5;border-left-color:#10b981;color:#064e3b;}.messages--status::before,.messages--status .messages__icon{color:#10b981;}.messages--warning{background-color:#fffbeb;border-left-color:#f59e0b;color:#78350f;}.messages--warning::before,.messages--warning .messages__icon{color:#f59e0b;}.messages--error{background-color:#fef2f2;border-left-color:#ef4444;color:#7f1d1d;}.messages--error::before,.messages--error .messages__icon{color:#ef4444;}.messages__title{display:none;}.messages__list{list-style:none;margin:0;padding:0;}.messages__item{margin:0;padding:0;}.messages a{color:var(--color-accent,#ff6a00);text-decoration:underline;}.messages__icon{flex-shrink:0;width:20px;height:20px;margin-top:1px;}.auth .messages-wrapper .messages,.auth-page--split .messages-wrapper .messages{border-radius:6px;margin-bottom:16px;}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:"Inter",system-ui,-apple-system,sans-serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-500:oklch(63.7% .237 25.331);--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-3xl:1.875rem;--text-4xl:2.25rem;--font-weight-bold:700;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--shadow-sm:0 1px 3px 0 #00000014;--shadow-md:0 4px 12px -1px #0000001a,0 2px 4px -2px #0000000f;--ease-out:cubic-bezier(0,0,.2,1);--animate-spin:spin 1s linear infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-primary:#1b1b41;--color-primary-hover:#151533;--color-primary-light:#e8e8f0;--color-accent:#ff6a00;--color-accent-hover:#e55d00;--color-secondary:#ff6a00;--color-bg-surface:#fff;--color-bg-muted:#f5f5f5;--color-bg-light:#f5f5f5;--color-text-primary:#1e293b;--color-text-secondary:#64748b;--color-border:#e2e8f0;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--shadow-hover:0 8px 20px -4px #00000026,0 4px 8px -4px #0000001a}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}:root{--color-primary:#1b1b41;--color-primary-hover:#151533;--color-primary-light:#e8e8f0;--color-accent:#ff6a00;--color-accent-hover:#e55d00;--color-secondary:#ff6a00;--color-secondary-hover:#e55d00;--color-bg-surface:#fff;--color-bg-muted:#f5f5f5;--color-bg-light:#f5f5f5;--color-bg-accent:#f1f5f9;--color-text-primary:#1e293b;--color-text-secondary:#64748b;--color-text-inverse:#fff;--color-border:#e2e8f0;--color-border-strong:#cbd5e1;--color-success:#16a34a;--color-warning:#eab308;--color-error:#dc2626;--color-info:#2563eb;--font-sans:"Inter",system-ui,-apple-system,sans-serif;--font-heading:"Inter",system-ui,-apple-system,sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-full:9999px;--shadow-sm:0 1px 3px 0 #00000014;--shadow-md:0 4px 12px -1px #0000001a,0 2px 4px -2px #0000000f;--shadow-lg:0 12px 24px -4px #0000001f,0 4px 8px -4px #00000014;--shadow-hover:0 8px 20px -4px #00000026,0 4px 8px -4px #0000001a;--container-max-width:1280px;--sidebar-width:300px}*,:before,:after{box-sizing:border-box}body{min-height:100vh;font-family:var(--font-sans);font-size:var(--text-base);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:inherit}h1{font-size:var(--text-4xl);letter-spacing:-.02em;font-weight:800;line-height:1.2}h2{font-size:var(--text-2xl);font-weight:700;line-height:1.3}h3{font-size:var(--text-xl);font-weight:600;line-height:1.4}h4,h5{font-size:var(--text-lg);font-weight:600;line-height:1.4}h6{font-size:var(--text-base);font-weight:600;line-height:1.4}p{font-size:var(--text-base);color:var(--color-text-primary);line-height:1.6}small,.text-sm{font-size:var(--text-sm);line-height:1.5}.section-title{font-size:var(--text-2xl);color:var(--color-text-primary);margin-bottom:var(--spacing-lg);font-weight:700}@media(min-width:1024px){.section-title{font-size:var(--text-3xl)}}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary-hover)}.container{max-width:var(--container-max-width);padding-inline:var(--spacing-md);margin-inline:auto}@media(min-width:768px){.container{padding-inline:var(--spacing-lg)}}@media(min-width:1024px){.container{padding-inline:var(--spacing-xl)}}.region-content>.block-page-title-block{max-width:var(--container-max-width);padding-inline:var(--spacing-md);width:100%;margin-inline:auto}@media(min-width:768px){.region-content>.block-page-title-block{padding-inline:var(--spacing-lg)}}@media(min-width:1024px){.region-content>.block-page-title-block{padding-inline:var(--spacing-xl)}}}@layer components;@layer utilities{.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.top-8{top:calc(var(--spacing) * 8)}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.mx-auto{margin-inline:auto}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.max-h-10{max-height:calc(var(--spacing) * 10)}.max-w-2xl{max-width:var(--spacing-2xl)}.shrink{flex-shrink:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-spin{animation:var(--animate-spin)}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-8{gap:calc(var(--spacing) * 8)}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-\[--color-border\]{border-color:--color-border}.border-white\/20{border-color:#fff3}@supports (color:color-mix(in lab,red,red)){.border-white\/20{border-color:color-mix(in oklab,var(--color-white) 20%,transparent)}}.bg-white{background-color:var(--color-white)}.p-6{padding:calc(var(--spacing) * 6)}.px-4{padding-inline:calc(var(--spacing) * 4)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-12{padding-block:calc(var(--spacing) * 12)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.text-\[--color-muted\]{color:--color-muted}.text-\[--color-primary\]{color:--color-primary}.text-\[--color-text-secondary\]{color:--color-text-secondary}.text-red-500{color:var(--color-red-500)}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.no-underline{text-decoration-line:none}.underline{text-decoration-line:underline}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#00000014);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}@media(min-width:40rem){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:48rem){.md\:hidden{display:none}.md\:inline{display:inline}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}}@media(min-width:64rem){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:80rem){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}
