:root{--background:#fbfcff;--foreground:#17243a;--surface-muted:#f1f4fa;--surface-hover:#f5f8ff;--border:#e0e6ef;--text-secondary:#526078;--text-tertiary:#60708a;--brand:#456bd1;--brand-hover:#3457b6;--brand-soft:#edf3ff;--brand-text:#244c9d;--brand-foreground:#fff;--action:#111;--action-hover:#292929;--action-foreground:#fff;--success:#216e39;--error:#b42318;--verified:#2563eb;--radius-control:10px;--radius-logo:12px;--radius-panel:16px;--radius-deck:20px;--radius-sponsor:24px;--radius-pill:999px;--shadow-deck:0 12px 32px rgb(17 17 17/7%),0 2px 6px rgb(17 17 17/4%);--primary:var(--brand);--primary-foreground:var(--brand-foreground);--muted:var(--surface-muted);--muted-foreground:var(--text-secondary);--accent:var(--brand-soft);--accent-foreground:var(--foreground);--ring:var(--brand-text);--radius:10px}body{background:var(--background);color:var(--foreground);font-size:15px;line-height:1.53}a,button,input,select,textarea{touch-action:manipulation}button:not(:disabled),select{cursor:pointer}:focus-visible{outline:2px solid var(--brand-text);outline-offset:3px}button:disabled{cursor:not-allowed}h1,h2,h3{letter-spacing:-.025em}h1{font-size:28px;line-height:34px;font-weight:700}h2{font-size:20px;line-height:26px;font-weight:600}.app-frame{max-width:1600px;margin:auto;display:grid;grid-template-columns:208px minmax(0,1fr);min-height:100vh;border-inline:1px solid var(--border)}.app-body{min-width:0}.left-navigation{background:var(--surface-hover);height:100dvh;position:sticky;top:0;border-right:1px solid var(--border);display:flex;flex-direction:column}.brand-link{height:72px;display:flex;align-items:center;padding:0 23px;border-bottom:1px solid var(--border);flex-shrink:0}.brand-mark{display:inline-flex;gap:9px;align-items:center;white-space:nowrap}.brand-symbol{background:transparent;width:32px;height:32px;border-radius:10px;display:grid;place-items:center}.brand-name{font-size:22px;letter-spacing:-1px;font-weight:750}.nav-content{display:flex;flex:1;flex-direction:column;padding:22px 12px;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:12px;min-height:46px;padding:10px 13px;margin:3px 0;border-radius:10px;font-size:14px;font-weight:550;color:var(--text-secondary);width:100%;transition:background .16s,color .16s}.nav-item[aria-current=page]{background:var(--brand-soft);color:var(--brand-text);font-weight:650}.nav-item[aria-current=page]>svg:first-child{color:var(--brand-text)}.nav-item:hover{background:var(--surface-muted);color:#111}.nav-arrow{margin-left:auto}.nav-bottom{margin-top:auto;padding-top:50px}.nav-caption{font-size:10px;letter-spacing:.13em;font-weight:650;color:var(--text-tertiary);padding:0 13px 8px}.nav-footnote{margin:22px 13px 0;padding-top:20px;border-top:1px solid var(--border);font-size:12px;color:var(--text-tertiary);line-height:1.8}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--border);border-radius:10px;background:#fff;flex-shrink:0}.icon-button:hover{background:var(--surface-muted)}.launch-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:44px;padding:0 20px;background:#111;color:#fff;border-radius:12px;font-size:14px;font-weight:650;white-space:nowrap;transition:background .16s}.launch-button:hover{background:#292929}.launch-button:disabled{opacity:.6}.mobile-header{display:none}.nav-drawer{margin:0;height:100dvh;max-height:100dvh;width:min(330px,90vw);max-width:90vw;border:0;padding:20px;background:#fff}.nav-drawer::backdrop{background:rgb(17 17 17/32%)}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.skip-link{position:fixed;top:-100px;left:20px;z-index:200;padding:12px;background:#fff;border:2px solid #111}.skip-link:focus{top:10px}.public-shell{display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:start;min-width:0}.public-shell.full-width{grid-template-columns:minmax(0,1fr)}.center-column{min-width:0}.page-toolbar{height:72px;padding:0 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px;background:#fff}.page-toolbar .page-title{font-size:23px;line-height:30px;margin-right:auto;white-space:nowrap}.toolbar-controls{display:flex;align-items:center;gap:10px;min-width:0}.page-content{padding:24px;min-width:0}.right-column{border-left:1px solid var(--border);min-width:0;position:sticky;top:0;height:100dvh;display:flex;flex-direction:column}.rail-toolbar{height:72px;min-height:72px;border-bottom:1px solid var(--border);justify-content:space-between;padding:0 16px;gap:8px}.advertise-link,.rail-toolbar{display:flex;align-items:center}.advertise-link{font-size:13px;font-weight:600;gap:7px}.rail-actions{display:flex;align-items:center;gap:4px}.rail-actions .icon-button{width:34px;height:36px;border:0}.cohort-countdown{display:flex;align-items:center;gap:7px;color:var(--brand-text);white-space:nowrap}.cohort-countdown>div{display:grid;gap:1px}.cohort-countdown-label{font-size:10px;line-height:14px;color:var(--text-secondary)}.cohort-countdown-value{font-size:14px;line-height:19px;font-weight:650;font-variant-numeric:tabular-nums}.compact-cohort-bar{display:none}@media (max-width:1023px){.desktop-cohort-clock{display:none}.compact-cohort-bar{display:flex;justify-content:flex-end;align-items:center;padding:5px 24px;min-height:32px;border-bottom:1px solid var(--border);background:var(--surface-hover)}.compact-cohort-bar .cohort-countdown>div{display:flex;align-items:baseline;gap:8px}.compact-cohort-bar .cohort-countdown-value{font-size:12px}}.rail-scroll{background:var(--surface-hover);padding:20px 16px;overflow-y:auto;overscroll-behavior:auto;scrollbar-width:thin;scrollbar-color:#b5b5b5 #f5f5f5;min-height:0;flex:1}.community-rail{display:grid;gap:20px}.sponsor-slots{display:grid;gap:16px}.app-footer{border-top:1px solid var(--border);padding:22px 24px;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;color:var(--text-tertiary);font-size:11px}.app-footer-start{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:14px}.domainrank-footer-badge{display:inline-flex;max-width:100%;align-items:center;border-radius:4px}.domainrank-footer-badge img{display:block;max-width:100%;height:auto}.app-footer nav{display:flex;flex-wrap:wrap;gap:14px}.app-footer a:hover{color:#111}.week-select{display:flex;align-items:center;justify-content:space-between;gap:8px;max-width:210px;background:#fff;border:1px solid var(--border);height:42px;border-radius:12px;padding:0 12px;font-size:13px;font-weight:600;font-variant-numeric:tabular-nums}.week-options:focus-visible,.week-select:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.week-options{position:fixed;z-index:100;overflow-y:auto;overscroll-behavior:contain;padding:5px;border:1px solid var(--border);border-radius:12px;background:var(--background);box-shadow:0 8px 24px rgb(23 36 58/12%)}.week-option{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:44px;padding:8px 10px;border-radius:7px;cursor:pointer;font-size:13px;font-variant-numeric:tabular-nums}.week-option.is-active{background:var(--brand-soft);color:var(--brand-text)}.week-meta{display:flex;gap:8px;justify-content:space-between;align-items:center;font-size:12px;color:var(--text-secondary);margin-bottom:20px;flex-wrap:wrap}.live-label{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:var(--brand-text)}.live-label:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand)}.feed-heading{display:flex;align-items:center;justify-content:space-between;padding:22px 0 14px;border-bottom:1px solid var(--border);gap:8px}.feed-heading h2{font-size:18px}.feed-heading span{font-size:12px;color:var(--text-tertiary)}.product-row{display:flex;align-items:center;gap:14px;min-height:114px;border-bottom:1px solid var(--border);padding:18px 0;transition:background .16s;position:relative}.product-row:hover{background:var(--surface-hover)}.product-row.rank-first{background:linear-gradient(90deg,transparent,var(--brand-soft))}.product-rank{width:21px;flex-shrink:0;text-align:center;font-size:13px;font-weight:650;color:var(--text-tertiary);font-variant-numeric:tabular-nums}.product-rank.medal{font-size:22px}.product-logo{width:56px;height:56px;border-radius:12px;border:1px solid var(--border);object-fit:cover;flex-shrink:0;background:#fff}.product-logo-fallback{display:grid;place-items:center;color:#111;font-size:23px;font-weight:650;background:var(--brand-soft)}.product-info{min-width:0;flex:1}.product-name{font-size:17px;line-height:23px;font-weight:600;letter-spacing:-.02em;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-name:hover{text-decoration:underline}.product-pitch{font-size:14px;color:var(--text-secondary);margin:3px 0 8px;text-overflow:ellipsis}.product-metadata,.product-pitch{white-space:nowrap;overflow:hidden}.product-metadata{display:flex;align-items:center;gap:9px;font-size:11px;color:var(--text-tertiary)}.product-metadata a{display:inline-flex;align-items:center;gap:4px}.product-metadata a:hover{color:#111;text-decoration:underline}.product-vote{position:relative;flex-shrink:0}.vote-button{border:1px solid #dedede;width:56px;min-height:64px;border-radius:13px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:#fff;font-size:18px;font-weight:650;font-variant-numeric:tabular-nums;transition:transform .12s,background .16s,border-color .16s}.vote-button:hover:not(:disabled),.vote-button[aria-pressed=true]{border-color:var(--brand);background:var(--brand-soft)}.vote-button:active:not(:disabled){transform:scale(.96)}.vote-button:disabled{color:#626262}.vote-caption{font-size:9px;text-align:center;color:var(--text-tertiary);display:block;margin-top:3px}.vote-error{position:absolute;right:0;top:100%;width:190px;z-index:8;padding:8px;border:1px solid var(--border);background:#fff;color:var(--error);font-size:11px;border-radius:8px;box-shadow:var(--shadow-deck)}.arrivals{margin-top:4px}.arrivals-heading{display:flex;align-items:center;gap:10px;margin-bottom:34px}.arrivals-heading h2{font-size:18px}.fresh-label{display:inline-flex;align-items:center;gap:5px;background:var(--brand);color:var(--brand-foreground);padding:4px 8px;border-radius:999px;font-size:9px;letter-spacing:.06em;font-weight:750;text-transform:uppercase}.deck{height:166px;position:relative;margin-right:24px;touch-action:pan-y}.deck-card{position:absolute;inset:0;border:1px solid #dedede;border-radius:20px;background:#fff;box-shadow:var(--shadow-deck);transform-origin:center;overflow:hidden;display:flex;align-items:stretch}.deck-card.active{z-index:3}.deck-copy{padding:20px 22px;min-width:0;flex:1;display:flex;flex-direction:column;justify-content:center}.deck-title-line{display:flex;align-items:center;gap:11px}.deck-logo{width:40px;height:40px;border-radius:10px;object-fit:cover;border:1px solid var(--border)}.deck-title-line h3{font-size:20px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.deck-link{margin-left:auto;flex-shrink:0;display:grid;place-items:center;width:32px;height:32px}.deck-copy p{color:var(--text-secondary);font-size:14px;line-height:21px;margin-top:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.deck-meta{display:flex;gap:8px;font-size:10px;color:var(--text-tertiary);margin-top:10px}.deck-og{width:31%;object-fit:cover;border-left:1px solid var(--border)}.deck-controls{height:50px;display:flex;align-items:center;justify-content:flex-end;gap:6px}.deck-controls .icon-button{height:44px;width:44px;border:0}.deck-controls span{font-size:11px;color:var(--text-tertiary);margin-right:5px;font-variant-numeric:tabular-nums}.deck-controls button:disabled{opacity:.3}.home-discovery{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:24px;margin-bottom:12px}.home-introduction{min-width:0;padding-block:8px}.home-introduction h2{font-family:var(--font-launch-display),sans-serif;font-size:1.625rem;font-weight:400;line-height:1.08;letter-spacing:-.015em;color:var(--brand-text);text-wrap:balance}.home-introduction p strong{font-weight:inherit;font-variant-numeric:tabular-nums}.home-introduction p{margin-top:10px;max-width:38ch;font-family:var(--font-launch-voice),cursive;font-size:1.0625rem;line-height:1.4;color:var(--text-secondary)}.home-introduction .home-rating-status{font-family:var(--font-geist-var),sans-serif;font-size:.75rem;line-height:1.4}.home-discovery .arrivals{min-width:0;margin-top:0}.home-discovery .arrivals-heading{gap:8px;margin-bottom:16px}.home-discovery .arrivals-heading h2{font-size:14px;white-space:nowrap}.home-discovery .deck-og,.home-discovery .fresh-label{display:none}.home-discovery .deck-controls{margin-left:auto;height:44px;gap:0}.home-discovery .deck-controls span{font-size:10px;margin-right:0}.home-discovery .deck{height:128px}.home-discovery .deck-copy{padding:12px}.home-discovery .deck-title-line{gap:8px;position:relative;padding-right:32px}.home-discovery .deck-title-line h3{min-width:0;font-size:17px}.home-discovery .deck-logo{width:32px;height:32px;flex-shrink:0}.home-discovery .deck-link{position:absolute;right:-6px;top:-6px;width:44px;height:44px}.home-discovery .deck-copy p{font-size:13px;line-height:18px;margin-top:6px}.home-discovery .deck-meta{font-size:10px;line-height:14px;margin-top:6px;white-space:nowrap;overflow:hidden}.home-discovery .empty-state{padding:16px}.empty-state{border:1px dashed var(--border);border-radius:16px;padding:32px 24px;color:var(--text-secondary);text-align:center}.empty-state h2{color:#111;margin-bottom:8px}.pagination{display:flex;align-items:center;justify-content:space-between;padding:22px 0;gap:12px;font-size:13px}.pagination a{border:1px solid var(--border);border-radius:10px;padding:9px 14px}.mobile-rail-content,.mobile-rail-content.sponsor-overflow{display:none}.feed-ad{padding:18px 0;border-bottom:1px solid var(--border)}.sponsor-overflow{display:grid;gap:16px;padding-top:24px}.sponsor-overflow>h2{font-size:15px}.container-page{max-width:1200px}.btn-violet,.btn-violet:hover{color:var(--brand-foreground)}.btn-violet:hover{background:var(--brand-hover)}.input{background:#fff}.text-white.bg-eclipse-violet{color:var(--brand-foreground)}.prefill-comparison{border:1px solid var(--border);border-radius:12px;margin-top:14px;padding:16px}.prefill-comparison label{display:block;padding:10px 0;border-bottom:1px solid var(--border);font-size:13px}.prefill-comparison label:last-of-type{border:0}.prefill-comparison input{margin-right:8px}@media (min-width:1600px){.deck-og{display:block}}@media (max-width:1400px){.deck-og{display:none}.deck-copy{padding:18px}.page-toolbar{padding-inline:20px}.page-content{padding:20px}.product-row{gap:11px}}@media (min-width:768px) and (max-width:1279px){.app-frame{grid-template-columns:72px minmax(0,1fr)}.brand-link{padding:0;justify-content:center}.left-navigation .brand-name,.left-navigation .nav-arrow,.left-navigation .nav-caption,.left-navigation .nav-footnote,.left-navigation .nav-item span{display:none}.nav-content{padding:22px 10px}.nav-item{justify-content:center;padding:10px}.public-shell{grid-template-columns:minmax(0,1fr) 296px}.nav-bottom{padding-top:32px}}@media (max-width:1023px){.public-shell{grid-template-columns:minmax(0,1fr)}.right-column{display:none}.mobile-rail-content{display:block}.mobile-rail-content.sponsor-overflow{display:grid}.mobile-sponsor{margin:18px 0}.mobile-community{margin-top:24px;display:grid;gap:24px}.page-content{padding:24px}.deck-og{display:block}.app-footer{gap:12px}.public-shell .mobile-aside{display:block;margin-top:24px}.page-toolbar .page-title{font-size:24px}}@media (min-width:1024px){.mobile-aside{display:none}}@media (max-width:767px){.app-frame{display:block;border:0}.left-navigation{display:none}.mobile-header{display:flex;align-items:center;gap:8px;height:64px;border-bottom:1px solid var(--border);padding:0 12px;position:sticky;top:0;z-index:40;background:rgb(255 255 255/96%)}.mobile-header .brand-name{font-size:18px}.mobile-header .brand-symbol{display:grid;width:26px;height:26px}.mobile-header .brand-symbol svg{width:26px;height:26px}.mobile-header .brand-mark{gap:6px}.mobile-actions{margin-left:auto;display:flex;gap:6px}.launch-button{height:40px;padding:0 12px;gap:6px;font-size:12px}.mobile-header .icon-button{width:36px;height:40px;border:0}.page-toolbar{height:62px;padding:0 16px;gap:8px}.page-toolbar .page-title{font-size:21px}.page-toolbar>.launch-button{display:none}.week-select{max-width:180px;font-size:12px;height:38px;padding-left:10px;padding-right:10px}.page-content{padding:16px}.week-meta{font-size:10px;margin-bottom:16px}.arrivals-heading{margin-bottom:23px}.arrivals-heading h2{font-size:16px}.deck{height:148px;margin-right:20px}.deck-copy{padding:16px}.deck-title-line h3{font-size:18px}.deck-copy p{font-size:12px;line-height:18px;margin-top:9px}.deck-og{display:none}.deck-meta{margin-top:8px;font-size:9px}.deck-logo{width:36px;height:36px}.deck-controls{height:39px}.feed-heading{padding:15px 0 12px}.feed-heading h2{font-size:16px}.feed-heading span{font-size:10px}.product-row{gap:9px;min-height:111px;padding:15px 0}.product-logo{width:44px;height:44px;border-radius:10px}.product-rank{width:17px;font-size:11px}.product-rank.medal{font-size:18px}.product-name{font-size:15px;line-height:21px}.product-pitch{font-size:12px;line-height:18px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:3px 0 6px}.product-metadata{font-size:9px;gap:6px}.product-metadata .category-extra{display:none}.vote-button{width:45px;min-height:56px;font-size:16px;border-radius:12px}.vote-caption{font-size:8px}.app-footer{padding:22px 16px}.app-footer>span:last-child{display:none}.nav-drawer .nav-item{justify-content:flex-start}.nav-bottom{padding-top:28px}.nav-drawer .nav-footnote{display:none}.container-page{padding-inline:16px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.page-toolbar .page-title{font-weight:700;letter-spacing:-.025em}.link-violet,.text-eclipse-violet{color:var(--brand-text)}.certified-domain-rating{display:flex;justify-content:center}.certified-domain-rating-link{display:block;width:fit-content;max-width:100%;border-radius:8px}.certified-domain-rating-link:focus-visible{outline:2px solid var(--brand);outline-offset:4px}.certified-domain-rating-image{display:block;width:auto;max-width:100%;height:40px}@media (max-width:767px){.deck{height:132px}.arrivals-heading{margin-bottom:20px}.podium-stage{min-height:0;gap:12px}.podium-card:not(:first-child){min-height:140px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:8px 12px;padding:16px}.podium-card:not(:first-child)>div:first-child{grid-column:1/-1;margin:0}.podium-card:not(:first-child)>img,.podium-card:not(:first-child)>span{width:44px;height:44px;margin:0;grid-row:2/4}.podium-card:not(:first-child)>h2{grid-column:2;font-size:16px}.podium-card:not(:first-child)>p{grid-column:2;font-size:12px;line-height:18px;margin:0}.podium-card:not(:first-child)>div:nth-last-child(2){display:none}.podium-card:not(:first-child)>div:last-child{grid-column:3;grid-row:2/4;padding:0;display:block;text-align:right;margin:0}.podium-card:not(:first-child)>div:last-child p span{font-size:9px}.podium-card:not(:first-child)>div:last-child>a{justify-content:end;min-height:28px}.filter-bar select{font-size:12px!important;padding-left:10px!important;padding-right:25px!important}.filter-bar label[for=catalog-sort]{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.filter-bar .btn-ghost{padding-inline:10px;gap:6px}.page-heading{padding:20px 4px!important}.podium-stage{margin-inline:-16px}.page-heading+div{padding-inline:20px!important}.mobile-header .streak-progress{font-size:12px}}.header-account{display:flex;align-items:center;gap:10px}.nav-item[aria-current=page]:hover{background:var(--brand-soft)}@media (max-width:767px){.header-account{display:none}.week-meta{margin-bottom:12px}.arrivals{margin-top:0}.feed-heading{padding-top:12px}.mobile-actions{gap:2px}.home-discovery{grid-template-columns:minmax(0,1fr);gap:8px;margin-bottom:12px}.home-introduction{padding-block:0}.home-introduction h2{font-size:1.25rem;line-height:24px}.home-introduction p{margin-top:6px;max-width:none;font-size:1rem;line-height:21px}.home-discovery .arrivals-heading{margin-bottom:12px}.home-discovery .deck{height:88px}.home-discovery .deck-copy{padding:8px 12px}.home-discovery .deck-copy p{-webkit-line-clamp:1;margin-top:4px}.home-discovery .deck-meta{margin-top:4px}}.directory-strip{display:flex;align-items:center;gap:12px;min-width:0;height:56px;padding:0 24px;border-top:1px solid var(--border);background:var(--background)}.directory-strip-label{flex:0 0 auto;color:var(--text-tertiary);font-size:11px;font-weight:600}.directory-strip-viewport{flex:1;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.directory-strip-viewport:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}.directory-strip-track{display:flex;width:max-content;animation:directory-strip-travel 176s linear infinite}.directory-strip-sequence{display:flex;flex-shrink:0;align-items:center;gap:22px;margin:0;padding:0 22px 0 0;list-style:none}.directory-strip-link{display:inline-flex;height:42px;align-items:center;flex-shrink:0;border-radius:4px;color:var(--text-secondary);font-size:11px;font-weight:600;white-space:nowrap}.directory-strip-link img{display:block;height:26px;max-width:none;object-fit:contain}.directory-strip-link:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.directory-strip-control{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:44px;border:0;background:transparent;color:var(--text-secondary);border-radius:6px;cursor:pointer}.directory-strip-control:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.directory-strip-control:disabled{cursor:default;opacity:.55}.directory-strip:focus-within .directory-strip-track,.directory-strip:hover .directory-strip-track{animation-play-state:paused}.directory-strip:has(:focus-visible) .directory-strip-track,.directory-strip[data-paused] .directory-strip-track{animation:none}.directory-strip:has(:focus-visible) [data-directory-clone],.directory-strip[data-paused] [data-directory-clone]{display:none}@keyframes directory-strip-travel{to{transform:translateX(-50%)}}@media (max-width:767px){.directory-strip{padding:0 16px;gap:8px}.directory-strip-label{font-size:10px}}@media (prefers-reduced-motion:reduce){.directory-strip-track{animation:none}.directory-strip [data-directory-clone]{display:none}}