/* TTX Rankings - tokens follow the design canvas */
.ttx-rk{--rk-navy:#1c2340;--rk-muted:#5a6378;--rk-line:#e3e6ec;--rk-blue:#2d5bd8;--rk-pill:#eaeffc;--rk-pillt:#1c2b54;
	position:relative;left:50%;width:100vw;margin-left:-50vw;background:#f4f5f6;color:var(--rk-navy);overflow-x:clip;
	font-family:Roboto,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.4}
.ttx-rk *{box-sizing:border-box}
.ttx-rk a{color:inherit;text-decoration:none}
.ttx-rk-wrap{max-width:1280px;margin:0 auto;padding:0 16px}
@media(min-width:900px){.ttx-rk-wrap{padding:0 64px}}

/* hero */
.ttx-rk-hero{position:relative;z-index:10;background:var(--rk-navy);color:#fff;padding:24px 0 32px}
.ttx-rk-hero h1{margin:12px 0 0;font-size:30px;line-height:1.15;font-weight:700;color:#fff}
.ttx-rk-hero p{margin:12px 0 16px;font-size:15px;color:#b7c0dc}
.ttx-rk-crumbs{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:#b7c0dc}
.ttx-rk-crumbs a{color:#b7c0dc}.ttx-rk-crumbs .is-current{color:#fff;font-weight:500}
.ttx-rk-kicker{display:block;font-size:13px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#9fb4f5}
.ttx-rk-hero--home{padding:40px 0 48px}
.ttx-rk-hero--home h1{font-size:40px}
.ttx-rk-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.ttx-rk-pills a{min-height:48px;padding:0 22px;border-radius:999px;border:1px solid #6b78a8;color:#fff;font-weight:500;font-size:16px;display:flex;align-items:center}
.ttx-rk-pills a.is-solid{background:#fff;color:var(--rk-navy);border-color:#fff}
@media(min-width:900px){
	.ttx-rk-hero{padding:56px 0 48px}
	.ttx-rk-hero h1{font-size:44px}.ttx-rk-hero p{font-size:17px}.ttx-rk-crumbs{font-size:14px}
	.ttx-rk-hero--home{padding:80px 0 72px}.ttx-rk-hero--home h1{font-size:64px}.ttx-rk-hero--home p{font-size:19px;max-width:720px}
}

/* search */
.ttx-rk-search{position:relative;max-width:720px}
.ttx-rk-search__box{display:flex;align-items:center;gap:12px;height:52px;padding:0 8px 0 18px;background:#fff;border-radius:12px;border:1px solid #cfd5e1}
.ttx-rk-search__box input{flex:1;min-width:0;border:0;outline:0;background:transparent;font:inherit;font-size:16px;color:var(--rk-navy);box-shadow:none;height:100%;padding:0}
.ttx-rk-search__box:focus-within{outline:2px solid var(--rk-blue);outline-offset:2px}
.ttx-rk-search__toggle{width:44px;height:44px;border:0;border-radius:10px;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}
.ttx-rk-search__list{position:absolute;top:60px;left:0;right:0;z-index:30;margin:0;padding:8px;list-style:none;max-height:300px;overflow-y:auto;background:#fff;border-radius:12px;border:1px solid var(--rk-line);box-shadow:0 12px 32px rgba(28,35,64,.22)}
.ttx-rk-search__list[hidden]{display:none}
.ttx-rk-search__list li a{display:flex;align-items:center;min-height:44px;padding:0 12px;border-radius:8px;font-size:16px;color:var(--rk-navy)}
.ttx-rk-search__list li.is-active a,.ttx-rk-search__list li a:hover{background:var(--rk-pill)}
.ttx-rk-search__list .none{padding:12px;font-size:15px;color:var(--rk-muted)}
@media(min-width:900px){.ttx-rk-search__box{height:56px}.ttx-rk-search__box input{font-size:17px}.ttx-rk-search__list{top:64px}}

/* band + blocks */
.ttx-rk-band{padding:24px 0 8px;display:flex;flex-direction:column;gap:4px}
.ttx-rk-band h2{margin:0;font-size:22px;font-weight:700;color:var(--rk-navy)}
.ttx-rk-band span{font-size:13px;color:var(--rk-muted)}
@media(min-width:900px){.ttx-rk-band{padding:40px 0 8px;flex-direction:row;align-items:baseline;justify-content:space-between}.ttx-rk-band h2{font-size:28px}.ttx-rk-band span{font-size:14px}}
.ttx-rk-block{padding:20px 0 24px;border-bottom:1px solid var(--rk-line)}
.ttx-rk-block__head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;margin-bottom:12px}
.ttx-rk-block__head h2,.ttx-rk-block__head h3{margin:0;font-size:20px;font-weight:700;color:var(--rk-navy)}
.ttx-rk-block__head span{font-size:13px;color:var(--rk-muted)}
.ttx-rk-block__nav{display:flex;align-items:center;gap:12px}
.ttx-rk-block__nav>a{min-height:44px;display:flex;align-items:center;font-size:15px;font-weight:500;color:var(--rk-blue)}
.ttx-rk-arrow{display:none;width:44px;height:44px;border-radius:999px;border:1px solid #cfd5e1;background:#fff;align-items:center;justify-content:center;cursor:pointer;padding:0}
.ttx-rk-arrow[disabled]{opacity:.4;cursor:default}
@media(min-width:900px){.ttx-rk-block{padding:24px 0 32px}.ttx-rk-block__head h2,.ttx-rk-block__head h3{font-size:24px}.ttx-rk-block__head span{font-size:14px}.ttx-rk-block__nav{gap:16px}.ttx-rk-arrow{display:flex}}
.ttx-rk-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;padding-bottom:2px}
.ttx-rk-track::-webkit-scrollbar{display:none}
@media(min-width:900px){.ttx-rk-track{gap:16px}}

/* cards - modelled on the listing cards */
.ttx-rk-card{flex:none;width:260px;scroll-snap-align:start;border-radius:16px;background:#fff;border:1px solid var(--rk-line);overflow:hidden;display:flex;flex-direction:column}
@media(min-width:900px){.ttx-rk-card{width:276px}}
.ttx-rk-card__img{position:relative;height:130px;background:#e9ecf2;display:flex;align-items:center;justify-content:center;overflow:hidden}
@media(min-width:900px){.ttx-rk-card__img{height:140px}}
.ttx-rk-card__img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ttx-rk-badge{position:absolute;top:12px;left:12px;width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:17px;color:var(--rk-navy);background:#fff;box-shadow:0 1px 3px rgba(28,35,64,.25)}
.ttx-rk-badge.r1{background:#f2b705}.ttx-rk-badge.r2{background:#d9dee7}.ttx-rk-badge.r3{background:#e7c4a0}
.ttx-rk-score{position:absolute;top:12px;right:12px;padding:6px 10px;border-radius:999px;background:#fff;font-size:12px;font-weight:500;color:var(--rk-navy);box-shadow:0 1px 3px rgba(28,35,64,.2)}
.ttx-rk-card__body{padding:14px;display:flex;flex-direction:column;gap:8px}
@media(min-width:900px){.ttx-rk-card__body{padding:16px}}
.ttx-rk-card__name{font-size:17px;font-weight:500;color:var(--rk-navy);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
@media(min-width:900px){.ttx-rk-card__name{font-size:18px}}
.ttx-rk-card__loc{display:flex;align-items:center;gap:6px;font-size:15px;color:var(--rk-muted)}
.ttx-rk-card__tags{display:flex;gap:8px;overflow:hidden}
.ttx-rk-pill{padding:6px 12px;border-radius:999px;background:var(--rk-pill);color:var(--rk-pillt);font-size:13px;font-weight:500;white-space:nowrap}
.ttx-rk-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;padding:16px 0 48px}
.ttx-rk-grid .ttx-rk-card{width:auto}

/* rich tiles */
.ttx-rk-ct,.ttx-rk-pt{flex:none;width:260px;height:236px;scroll-snap-align:start;border-radius:16px;background:#fff;border:1px solid var(--rk-line);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s,transform .15s}
.ttx-rk-ct:hover,.ttx-rk-pt:hover{box-shadow:0 8px 24px rgba(28,35,64,.14);transform:translateY(-2px)}
@media(min-width:900px){.ttx-rk-ct,.ttx-rk-pt{width:300px}}
@media(prefers-reduced-motion:reduce){.ttx-rk-ct,.ttx-rk-pt{transition:none}.ttx-rk-ct:hover,.ttx-rk-pt:hover{transform:none}}
.ttx-rk-ct__top,.ttx-rk-pt__top{position:relative;flex:none;height:96px;background:var(--rk-navy);color:#fff}
.ttx-rk-ct__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.45}
.ttx-rk-ct__no1{position:absolute;top:12px;left:12px;padding:5px 10px;border-radius:999px;background:#f2b705;color:var(--rk-navy);font-size:12px;font-weight:700}
.ttx-rk-ct__stack{position:absolute;left:14px;bottom:-22px;display:flex}
.ttx-rk-av{width:44px;height:44px;border-radius:12px;border:2px solid #fff;background:#e9ecf2;color:var(--rk-navy);display:flex;align-items:center;justify-content:center;overflow:hidden;font-weight:700;font-size:17px;flex:none}
.ttx-rk-av img{width:100%;height:100%;object-fit:cover;display:block}
.ttx-rk-ct__stack .ttx-rk-av+.ttx-rk-av{margin-left:-12px}
.ttx-rk-av.is-sm{width:32px;height:32px;border-radius:9px;font-size:14px;border-width:1px;border-color:var(--rk-line)}
.ttx-rk-ct__body{flex:1;padding:30px 16px 14px;display:flex;flex-direction:column;gap:2px;min-height:0}
.ttx-rk-ct__body .n{font-size:18px;font-weight:700;line-height:1.2;color:var(--rk-navy);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:43px}
.ttx-rk-ct__body .m{font-size:14px;color:var(--rk-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ttx-rk-ct__body .f,.ttx-rk-pt__body .f{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;color:var(--rk-muted)}
.ttx-rk-ct__body .c,.ttx-rk-pt__body .c{font-size:14px;font-weight:500;color:var(--rk-blue);white-space:nowrap}
.ttx-rk-pt__top{height:128px;padding:16px;display:flex;flex-direction:column;justify-content:space-between}
.ttx-rk-pt--month .ttx-rk-pt__top{background:#2d5bd8}
.ttx-rk-pt--week .ttx-rk-pt__top{background:#0f766e}
.ttx-rk-pt__top .k{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.85)}
.ttx-rk-pt__top .big{font-size:48px;font-weight:700;line-height:1;color:#fff}
.ttx-rk-pt__body{flex:1;padding:14px 16px;display:flex;flex-direction:column;gap:8px;min-height:0}
.ttx-rk-pt__body .lead{display:flex;align-items:center;gap:10px;min-width:0}
.ttx-rk-pt__body .t{font-size:15px;font-weight:500;color:var(--rk-navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ttx-rk-pt__body .t em{font-style:normal;font-weight:700;color:var(--rk-blue);margin-right:4px}
.ttx-rk-empty{padding:48px 0;font-size:17px;color:var(--rk-muted)}
.ttx-rk a:focus-visible,.ttx-rk button:focus-visible{outline:2px solid var(--rk-blue);outline-offset:2px}
