:root{
  --tlz-navy:#173e72;
  --tlz-navy-2:#2458b8;
  --tlz-ink:#0f172a;
  --tlz-muted:#64748b;
  --tlz-line:#dbe6f3;
  --tlz-soft:#f6faff;
  --tlz-surface:#ffffff;
  --tlz-gold:#e1ba41;
  --tlz-gold-soft:#fff4cc;
  --tlz-shadow:0 18px 48px rgba(15,23,42,.08);
  --tlz-shadow-strong:0 24px 64px rgba(15,23,42,.14);
  --tlz-radius:30px;
  --tlz-radius-sm:22px;
}
.tl-legal-page,.tl-favorites-page{background:#f4f7fb;}
.tl-legal-shell,.tl-favorites-shell{max-width:1320px;margin:0 auto;padding:22px 14px 48px;}
.tl-legal-hero,.tl-favorites-hero{position:relative;overflow:hidden;border-radius:36px;background:radial-gradient(1000px 340px at 12% 10%, rgba(255,255,255,.16), transparent 48%),radial-gradient(920px 360px at 88% 100%, rgba(255,255,255,.10), transparent 50%),linear-gradient(135deg,var(--tlz-navy) 0%,var(--tlz-navy-2) 100%);color:#fff;box-shadow:var(--tlz-shadow-strong);padding:24px;display:grid;gap:18px;align-items:start;}
.tl-legal-hero{grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);}
.tl-favorites-hero{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);}
.tl-legal-hero::before,.tl-favorites-hero::before{content:"";position:absolute;inset:auto auto -82px -82px;width:210px;height:210px;border-radius:999px;background:rgba(255,255,255,.08)}
.tl-legal-hero::after,.tl-favorites-hero::after{content:"";position:absolute;inset:-94px -94px auto auto;width:240px;height:240px;border-radius:999px;background:rgba(255,255,255,.07)}
.tl-legal-hero__copy,.tl-legal-hero__aside,.tl-favorites-hero__copy,.tl-favorites-hero__stats{position:relative;z-index:1}
.tl-legal-eyebrow,.tl-favorites-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.1);font-size:13px;font-weight:800;color:#fff;}
.tl-legal-eyebrow::before,.tl-favorites-eyebrow::before{content:"";width:8px;height:8px;border-radius:999px;background:#32d7a6;box-shadow:0 0 0 4px rgba(50,215,166,.16)}
.tl-legal-title,.tl-favorites-title{margin:16px 0 0;font-size:clamp(2.1rem,3vw,3.4rem);line-height:1.08;font-weight:950;letter-spacing:-.02em;color:#fff}
.tl-legal-copy,.tl-favorites-copy{margin-top:16px;max-width:60ch;font-size:15px;line-height:2;color:rgba(255,255,255,.92)}
.tl-legal-chipRow,.tl-favorites-chipRow{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.tl-legal-chip,.tl-favorites-chip{display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.1);font-size:13px;font-weight:900;color:#fff}
.tl-legal-sidecard,.tl-favorites-statCard,.tl-favorites-searchCard,.tl-favorites-tipCard{border-radius:26px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.1);padding:18px;backdrop-filter:blur(10px)}
.tl-legal-sidecard + .tl-legal-sidecard,.tl-favorites-searchCard + .tl-favorites-tipCard{margin-top:14px}
.tl-legal-sidecard__k,.tl-favorites-statCard__k,.tl-favorites-tipCard__k,.tl-favorites-searchCard__k{font-size:12px;font-weight:900;color:rgba(255,255,255,.72)}
.tl-legal-sidecard__title,.tl-favorites-statCard__v{margin-top:8px;font-size:26px;font-weight:950;color:#fff}
.tl-legal-sidecard__copy,.tl-favorites-tipCard__copy{margin-top:8px;font-size:14px;line-height:1.9;color:rgba(255,255,255,.86)}
.tl-legal-points{display:flex;flex-direction:column;gap:10px;margin-top:12px}
.tl-legal-point{padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.08);font-size:14px;line-height:1.85;color:#fff}
.tl-legal-links{display:flex;flex-direction:column;gap:10px;margin-top:12px}
.tl-legal-links a,.tl-favorites-tipCard a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:18px;background:#fff;color:var(--tlz-navy);font-weight:900;text-decoration:none;box-shadow:0 12px 28px rgba(15,23,42,.08)}
.tl-legal-links a::after,.tl-favorites-tipCard a::after{content:"←";font-size:14px}
.tl-mini-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;padding:13px 18px;border-radius:18px;border:1px solid transparent;font-weight:900;transition:.18s ease;box-shadow:0 14px 28px rgba(15,23,42,.08)}
.tl-mini-btn:hover{transform:translateY(-1px)}
.tl-mini-btn--gold{background:var(--tlz-gold);color:#0f172a}
.tl-mini-btn--navy{background:linear-gradient(135deg,var(--tlz-navy),#1d63c4);color:#fff}
.tl-mini-btn--ghost{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.16);color:#fff}
.tl-mini-btn--line{background:#fff;border-color:var(--tlz-line);color:var(--tlz-navy);box-shadow:none}
.tl-legal-grid,.tl-favorites-grid{display:grid;gap:18px;margin-top:18px;align-items:start}
.tl-legal-grid{grid-template-columns:minmax(0,1fr) minmax(280px,.36fr)}
.tl-favorites-grid{grid-template-columns:320px minmax(0,1fr)}
.tl-legal-card,.tl-favorites-results,.tl-favorites-empty{background:#fff;border:1px solid var(--tlz-line);border-radius:32px;box-shadow:var(--tlz-shadow)}
.tl-legal-card{padding:24px}
.tl-legal-prose h2{margin:0 0 12px;font-size:24px;line-height:1.3;color:var(--tlz-ink);font-weight:950}
.tl-legal-prose h3{margin:18px 0 10px;font-size:18px;color:var(--tlz-navy);font-weight:900}
.tl-legal-prose p,.tl-legal-prose li{font-size:15px;line-height:2;color:#334155}
.tl-legal-prose ul{padding-right:20px;margin:10px 0 18px}
.tl-legal-section{padding:0 0 20px;border-bottom:1px solid #edf3fa;margin-bottom:20px}
.tl-legal-section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.tl-legal-note,.tl-legal-danger{margin-top:14px;border-radius:22px;padding:16px 18px;font-size:14px;line-height:1.9}
.tl-legal-note{background:#fff7ed;border:1px solid #fed7aa;color:#92400e}
.tl-legal-danger{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}
.tl-legal-aside{display:flex;flex-direction:column;gap:16px;position:sticky;top:110px}
.tl-legal-aside .tl-page-info{background:#fff;border:1px solid var(--tlz-line);border-radius:28px;padding:18px;box-shadow:var(--tlz-shadow)}
.tl-legal-aside .tl-page-info__k{font-size:12px;font-weight:900;color:#4a70a8}
.tl-legal-aside .tl-page-info__v{margin-top:8px;font-size:24px;font-weight:950;color:var(--tlz-ink)}
.tl-legal-aside .tl-page-info__copy{margin-top:8px;font-size:14px;line-height:1.85;color:var(--tlz-muted)}
.tl-legal-aside .tl-page-info__actions{display:flex;flex-direction:column;gap:10px;margin-top:14px}
.tl-favorites-searchCard,.tl-favorites-tipCard{background:#fff;border:1px solid var(--tlz-line);box-shadow:var(--tlz-shadow);color:var(--tlz-ink)}
.tl-favorites-searchCard__copy,.tl-favorites-tipCard__copy{color:var(--tlz-muted)}
.tl-favorites-hero__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-self:stretch}
.tl-favorites-statCard{display:flex;flex-direction:column;justify-content:space-between;min-height:130px}
.tl-favorites-statCard__v{font-size:34px}
.tl-favorites-statCard__d{margin-top:8px;font-size:14px;line-height:1.8;color:rgba(255,255,255,.82)}
.tl-favorites-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.tl-favorites-side{display:flex;flex-direction:column;gap:16px;position:sticky;top:104px}
.tl-favorites-searchForm{display:flex;flex-direction:column;gap:14px;margin-top:14px}
.tl-favorites-searchForm label{font-size:13px;font-weight:900;color:#456ba4}
.tl-favorites-searchForm .tl-input{border-radius:18px}
.tl-favorites-searchForm__actions{display:flex;gap:10px;flex-wrap:wrap}
.tl-favorites-results{padding:16px}
.tl-favorites-list{display:flex;flex-direction:column;gap:16px}
.tl-favorite-card{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(290px,.72fr);gap:16px;padding:16px;border:1px solid var(--tlz-line);border-radius:28px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);box-shadow:0 14px 34px rgba(15,23,42,.05)}
.tl-favorite-card__main>.tl-ad-card{height:100%}
.tl-favorite-card__rail{display:flex;flex-direction:column;gap:14px}
.tl-favorite-card__railTop{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:20px;background:linear-gradient(135deg,#173e72 0%,#255bbd 100%);color:#fff}
.tl-favorite-card__railTop span{display:block;font-size:12px;font-weight:900;color:rgba(255,255,255,.78)}
.tl-favorite-card__railTop strong{display:block;margin-top:6px;font-size:18px;font-weight:950}
.tl-favorite-card__history{padding:14px;border-radius:22px;background:#fff;border:1px solid var(--tlz-line)}
.tl-favorite-card__historyTitle{font-size:13px;font-weight:900;color:#456ba4}
.tl-favorite-card__historyList{display:flex;flex-direction:column;gap:10px;margin-top:12px}
.tl-favorite-card__historyItem{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px dashed #e3edf7}
.tl-favorite-card__historyItem:last-child{padding-bottom:0;border-bottom:0}
.tl-favorite-card__historyItem strong{display:block;font-size:14px;line-height:1.7;color:var(--tlz-ink)}
.tl-favorite-card__historyItem span{display:block;font-size:12px;line-height:1.7;color:var(--tlz-muted)}
.tl-favorite-card__historyEmpty{margin-top:12px;font-size:14px;line-height:1.85;color:var(--tlz-muted)}
.tl-favorite-card__actions{display:flex;gap:10px;flex-wrap:wrap}
.tl-favorite-card__actions > a,.tl-favorite-card__actions > form{flex:1 1 180px}
.tl-favorite-card__actions > form{margin:0}
.tl-favorite-card__actions > form .tl-btn{width:100%}
.tl-favorite-card__actions .tl-btn{flex:1 1 160px}
.tl-favorites-empty{padding:26px}
.tl-favorites-empty__icon{width:68px;height:68px;border-radius:24px;background:linear-gradient(135deg,#eaf2ff,#fff4cc);display:grid;place-items:center;font-size:30px;color:#173e72}
.tl-favorites-empty__title{margin-top:16px;font-size:28px;font-weight:950;color:var(--tlz-ink)}
.tl-favorites-empty__copy{margin-top:10px;font-size:15px;line-height:1.95;color:var(--tlz-muted);max-width:60ch}
.tl-favorites-empty__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.tl-favorites-pagination{margin-top:16px}

.tl-site-footer{margin-top:80px;background:linear-gradient(135deg,#0f3567 0%,#1f57b7 100%);color:#fff;position:relative;overflow:hidden}
.tl-site-footer::before{content:"";position:absolute;inset:auto auto -110px -110px;width:280px;height:280px;border-radius:999px;background:rgba(255,255,255,.08)}
.tl-site-footer::after{content:"";position:absolute;inset:-120px -80px auto auto;width:280px;height:280px;border-radius:999px;background:rgba(255,255,255,.06)}
.tl-site-footer__shell{position:relative;z-index:1;max-width:1320px;margin:0 auto;padding:28px 18px 20px}
.tl-site-footer__hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:18px;padding:22px;border-radius:34px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);backdrop-filter:blur(10px);box-shadow:0 24px 60px rgba(15,23,42,.16)}
.tl-site-footer__brandHead{display:flex;align-items:center;gap:14px}
.tl-site-footer__logo{width:72px;height:72px;border-radius:22px;flex:0 0 auto;background:#fff;padding:6px}
.tl-site-footer__name{font-size:26px;font-weight:950;color:#fff}
.tl-site-footer__tagline{margin-top:4px;font-size:13px;line-height:1.85;color:rgba(255,255,255,.72)}
.tl-site-footer__about{margin-top:14px;font-size:15px;line-height:2;color:rgba(255,255,255,.88);max-width:50ch}
.tl-site-footer__chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.tl-site-footer__chip{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);font-size:13px;font-weight:900;color:#fff}
.tl-site-footer__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:900;color:rgba(255,255,255,.82)}
.tl-site-footer__eyebrow::before{content:"";width:8px;height:8px;border-radius:999px;background:#32d7a6;box-shadow:0 0 0 4px rgba(50,215,166,.16)}
.tl-site-footer__title{margin:12px 0 0;font-size:clamp(1.8rem,2.5vw,2.8rem);line-height:1.15;font-weight:950;color:#fff}
.tl-site-footer__copy{margin-top:12px;font-size:15px;line-height:2;color:rgba(255,255,255,.88);max-width:56ch}
.tl-site-footer__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.tl-site-footer__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;padding:13px 18px;border-radius:18px;font-weight:900;transition:.18s ease}
.tl-site-footer__btn:hover{transform:translateY(-1px)}
.tl-site-footer__btn--gold{background:var(--tlz-gold);color:#0f172a;box-shadow:0 18px 32px rgba(0,0,0,.15)}
.tl-site-footer__btn--soft{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);color:#fff}
.tl-site-footer__linksWrap{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}
.tl-site-footer__col{padding:20px;border-radius:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
.tl-site-footer__colTitle{font-size:14px;font-weight:950;color:#fff}
.tl-site-footer__list{display:flex;flex-direction:column;gap:10px;margin-top:14px}
.tl-site-footer__list a{display:flex;align-items:center;justify-content:space-between;gap:10px;text-decoration:none;padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.88);font-weight:800;transition:.18s ease}
.tl-site-footer__list a::after{content:"←";font-size:13px}
.tl-site-footer__list a:hover{background:rgba(255,255,255,.16);color:#fff;transform:translateY(-1px)}
.tl-site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:rgba(255,255,255,.68)}
.tl-site-footer__bottom a{color:#fff;text-decoration:underline}

@media (max-width: 1023px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
  .tl-legal-shell,.tl-favorites-shell{padding:18px 12px 36px}
  .tl-legal-hero,.tl-favorites-hero{grid-template-columns:1fr;padding:18px;border-radius:28px}
  .tl-legal-title,.tl-favorites-title{font-size:clamp(1.8rem,10vw,2.7rem)}
  .tl-legal-grid,.tl-favorites-grid{grid-template-columns:1fr}
  .tl-legal-aside,.tl-favorites-side{position:static;order:-1}
  .tl-favorites-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tl-favorite-card{grid-template-columns:1fr;padding:14px;border-radius:24px}
  .tl-favorites-results{padding:14px}
  .tl-site-footer{margin-top:64px}
  .tl-site-footer__shell{padding:20px 12px 18px}
  .tl-site-footer__hero,.tl-site-footer__linksWrap{grid-template-columns:1fr}
  .tl-site-footer__bottom{flex-direction:column;align-items:flex-start}
}
@media (max-width: 767px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
  .tl-legal-copy,.tl-favorites-copy{font-size:14px;line-height:1.95}
  .tl-favorites-hero__stats{grid-template-columns:1fr}
  .tl-favorites-actions,.tl-favorite-card__actions,.tl-favorites-empty__actions,.tl-favorites-searchForm__actions{flex-direction:column}
  .tl-favorites-actions .tl-mini-btn,.tl-favorite-card__actions .tl-btn,.tl-favorites-empty__actions .tl-mini-btn,.tl-favorites-searchForm__actions .tl-btn{width:100%}
  .tl-site-footer__logo{width:60px;height:60px;border-radius:18px}
  .tl-site-footer__name{font-size:22px}
}

/* Footer compact redesign */
.tl-site-footer{margin-top:54px;background:linear-gradient(135deg,#143867 0%,#1b4ea2 100%)}
.tl-site-footer::before{width:170px;height:170px;inset:auto auto -70px -70px;opacity:.7}
.tl-site-footer::after{width:170px;height:170px;inset:-70px -40px auto auto;opacity:.55}
.tl-site-footer__shell{max-width:1320px;padding:16px 16px 12px}
.tl-site-footer__top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:14px 16px;border-radius:24px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);backdrop-filter:blur(10px)}
.tl-site-footer__brandLine{display:flex;align-items:center;gap:12px}
.tl-site-footer__logo{width:54px;height:54px;border-radius:16px;padding:5px}
.tl-site-footer__name{font-size:22px;font-weight:950;color:#fff}
.tl-site-footer__tagline{margin-top:2px;font-size:12px;line-height:1.75;color:rgba(255,255,255,.72)}
.tl-site-footer__about{margin:0;font-size:14px;line-height:1.9;color:rgba(255,255,255,.88);max-width:62ch}
.tl-site-footer__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.tl-site-footer__btn{padding:11px 16px;border-radius:16px;font-size:13px;font-weight:950}
.tl-site-footer__linksWrap{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px}
.tl-site-footer__col{padding:14px 16px;border-radius:22px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10)}
.tl-site-footer__colTitle{font-size:13px}
.tl-site-footer__list{gap:8px;margin-top:10px}
.tl-site-footer__list a{padding:10px 12px;border-radius:14px;font-size:13px}
.tl-site-footer__bottom{margin-top:12px;padding-top:12px;font-size:11px}
@media (max-width: 1023px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
  .tl-site-footer__top{grid-template-columns:1fr}
  .tl-site-footer__actions{justify-content:flex-start}
}
@media (max-width: 767px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
  .tl-site-footer{margin-top:42px}
  .tl-site-footer__shell{padding:14px 12px 12px}
  .tl-site-footer__linksWrap{grid-template-columns:1fr}
}


/* Footer refinement + favorites content contrast (2026-03-09) */
.tl-favorites-searchCard__k,
.tl-favorites-tipCard__k {
  color: #456ba4;
}

.tl-site-footer {
  margin-top: 36px;
}

.tl-site-footer__shell {
  padding: 12px 14px 10px;
}

.tl-site-footer__top {
  grid-template-columns: minmax(220px, .78fr) minmax(0, 1fr) auto;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 22px;
}

.tl-site-footer__brandLine {
  gap: 10px;
}

.tl-site-footer__logo {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  padding: 4px;
}

.tl-site-footer__name {
  font-size: 20px;
}

.tl-site-footer__tagline {
  font-size: 11px;
  line-height: 1.65;
}

.tl-site-footer__about {
  font-size: 13px;
  line-height: 1.8;
  max-width: none;
}

.tl-site-footer__actions {
  gap: 8px;
}

.tl-site-footer__btn {
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 12px;
}

.tl-site-footer__linksWrap {
  gap: 10px;
  margin-top: 10px;
}

.tl-site-footer__col {
  padding: 12px 14px;
  border-radius: 20px;
}

.tl-site-footer__colTitle {
  font-size: 12px;
}

.tl-site-footer__list {
  gap: 7px;
  margin-top: 8px;
}

.tl-site-footer__list a {
  min-height: 36px;
  padding: 9px 11px;
  border-radius: 13px;
  font-size: 12px;
}

.tl-site-footer__bottom {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 10.5px;
}

@media (max-width: 1023px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)) {
  .tl-site-footer {
    margin-top: 30px;
  }

  .tl-site-footer__top {
    grid-template-columns: 1fr;
  }

  .tl-site-footer__shell {
    padding: 12px 12px 10px;
  }
}

@media (max-width: 767px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)) {
  .tl-site-footer__shell {
    padding: 10px 10px 8px;
  }

  .tl-site-footer__top {
    padding: 11px 12px;
  }

  .tl-site-footer__linksWrap {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* --- Support tightening shard merged from tl_global_ui_tightening.css split. --- */

/* Support/public-content tightening shard: contact/legal/favorites/about/CMS pages. */

main > :is(.tl-page-shell, .tl-favorites-shell, .tl-legal-shell, .tl-office-shell, .tl-office-workspace, .cx-page, .mw-page, .tl-ahub) {width: min(1280px, calc(100% - 20px));
  margin-inline: auto;}

.tl-page-shell,
.tl-favorites-shell,
.tl-legal-shell {padding-bottom: 24px;}

.tl-page-hero,
.tl-legal-hero,
.tl-favorites-hero,
.tl-about-v2-hero {border-radius: var(--tl-tight-radius-xl) !important;
  box-shadow: var(--tl-tight-shadow) !important;}

.tl-page-hero__inner,
.tl-about-v2-hero__content--solo {min-height: 0 !important;}

.tl-page-hero__inner {padding: 18px 20px !important;}

.tl-about-v2-hero--solo {min-height: 0 !important;
  padding: 18px 20px !important;
  border-radius: var(--tl-tight-radius-xl) !important;}

.tl-page-eyebrow,
.tl-legal-eyebrow,
.tl-favorites-eyebrow,
.tl-about-v2-badge {display: inline-flex !important;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0;}

.tl-page-title,
.tl-legal-title,
.tl-favorites-title,
.tl-about-v2-title {font-size: clamp(1.72rem, 2.8vw, 2.9rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em;
  margin-top: 10px !important;
  margin-bottom: 0 !important;}

.tl-page-copy,
.tl-legal-copy,
.tl-favorites-copy,
.tl-about-v2-copy {max-width: 54ch !important;
  margin-top: 8px !important;
  font-size: 14px !important;
  line-height: 1.75 !important;}

.tl-page-copy,
.tl-legal-copy,
.tl-favorites-copy,
.tl-about-v2-copy {display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;}

.tl-chip-row,
.tl-favorites-chipRow,
.tl-legal-chipRow,
.tl-about-v2-chiprow {gap: 8px !important;}

.tl-contact-form-actions,
.tl-favorites-actions,
.tl-favorite-card__actions {gap: 10px !important;}

.tl-contact-form-actions > *,
.tl-favorites-actions > *,
.tl-favorite-card__actions > * {min-height: 44px;}

.tl-page-card,
.tl-helper-card,
.tl-contact-form-card,
.tl-legal-card,
.tl-page-info,
.tl-favorite-card {border: 1px solid var(--tl-tight-border) !important;
  background: var(--tl-tight-surface-accent) !important;
  box-shadow: var(--tl-tight-shadow-soft) !important;}

.tl-favorite-card:hover {box-shadow: var(--tl-tight-shadow-hover) !important;
  border-color: rgba(37,188,207,.24) !important;}

.tl-favorite-card {transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;}

.tl-favorite-card:hover {transform: translateY(-2px);}

.tl-page-card,
.tl-helper-card,
.tl-contact-form-card,
.tl-legal-card,
.tl-page-info {border-radius: 24px !important;}

.tl-page-card,
.tl-contact-form-card,
.tl-legal-card,
.tl-page-info {padding: 18px !important;}

.tl-favorite-card {border-radius: 24px !important;}

.tl-favorite-card__railTop {align-items: start !important;
  gap: 12px !important;}

.tl-helper-copy,
.tl-page-info__copy {color: var(--tl-tight-copy) !important;}

.tl-favorites-statCard {border: 1px solid var(--tl-tight-border) !important;
  background: var(--tl-tight-surface) !important;
  box-shadow: var(--tl-tight-shadow-soft) !important;}

.tl-favorites-chip,
.tl-legal-chip {min-height: 30px;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  border: 1px solid var(--tl-tight-border) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);}

.tl-contact-form-card input,
.tl-contact-form-card textarea,
.tl-contact-form-card select {width: 100%;
  min-height: 46px;
  border-radius: 16px !important;
  border: 1px solid var(--tl-tight-border-strong) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.95)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);}

.tl-contact-form-card textarea {min-height: 120px;}

.tl-contact-form-card input:focus,
.tl-contact-form-card textarea:focus,
.tl-contact-form-card select:focus {outline: none;
  border-color: rgba(37,188,207,.46) !important;
  box-shadow: var(--tl-tight-ring) !important;}

.tl-contact-form-card form,
.tl-favorites-searchForm {gap: 14px;}

.tl-favorites-searchCard,
.tl-favorites-tipCard,
.tl-legal-sidecard,
.tl-legal-note,
.tl-legal-danger,
.tl-contact-note {border-radius: 22px !important;
  border: 1px solid var(--tl-tight-border) !important;
  box-shadow: var(--tl-tight-shadow-soft) !important;}

.tl-legal-grid,
.tl-favorites-grid,
.tl-page-grid {gap: 18px !important;}

.tl-legal-section + .tl-legal-section,
.tl-page-shell section + section {margin-top: 0 !important;}

@media (max-width: 1023px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
.tl-page-hero__inner,
.tl-about-v2-hero__content--solo {padding: 16px !important;}

.tl-legal-hero,
.tl-favorites-hero,
.tl-page-hero,
.tl-about-v2-hero--solo {background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(248,250,252,.98)) !important;
    border: 1px solid var(--tl-tight-border) !important;
    box-shadow: var(--tl-tight-shadow-soft) !important;
    color: var(--tl-tight-ink) !important;}

.tl-legal-hero::before,
.tl-legal-hero::after,
.tl-page-hero::before,
.tl-page-hero::after,
.tl-about-v2-hero::before,
.tl-about-v2-hero::after {display: none !important;}

.tl-page-title,
.tl-legal-title,
.tl-favorites-title,
.tl-about-v2-title {font-size: clamp(1.46rem, 7vw, 2rem) !important;}

.tl-page-copy,
.tl-legal-copy,
.tl-favorites-copy,
.tl-about-v2-copy {font-size: 13px !important;
    line-height: 1.72 !important;
    -webkit-line-clamp: 3;}

.tl-legal-hero__aside,
.tl-favorites-hero__stats {display: none !important;}

.tl-chip-row,
.tl-favorites-chipRow,
.tl-legal-chipRow,
.tl-about-v2-chiprow {margin-top: 10px !important;}

.tl-contact-form-actions,
.tl-favorites-actions,
.tl-favorite-card__actions {display: grid !important;
    grid-template-columns: 1fr;}

.tl-legal-grid,
.tl-favorites-grid,
.tl-page-grid {gap: 14px !important;}

.tl-page-card,
.tl-contact-form-card,
.tl-legal-card,
.tl-page-info,
.tl-favorite-card {border-radius: 20px !important;
    padding: 14px !important;}
}

@media (max-width: 767px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
.tl-page-shell,
.tl-favorites-shell,
.tl-legal-shell {width: min(100%, calc(100% - 14px));}

.tl-page-hero,
.tl-legal-hero,
.tl-favorites-hero,
.tl-about-v2-hero--solo {border-radius: 18px !important;}

.tl-page-eyebrow,
.tl-legal-eyebrow,
.tl-favorites-eyebrow,
.tl-about-v2-badge {min-height: 28px;
    padding: 4px 10px;
    font-size: 10px !important;}

.tl-favorite-card {border-radius: 18px !important;}

.tl-page-copy,
.tl-legal-copy,
.tl-favorites-copy,
.tl-about-v2-copy {display: none;}

.tl-chip-row,
.tl-favorites-chipRow,
.tl-legal-chipRow,
.tl-about-v2-chiprow {margin-top: 8px !important;}

.tl-favorites-side,
.tl-legal-aside {position: static !important;}

.tl-favorites-actions > * {min-height: 42px;}
}

.tl-favorites-statCard__k {color: var(--tl-tight-muted) !important;}

.tl-favorites-statCard__v {color: var(--tl-tight-ink) !important;}

.tl-favorites-statCard__d {color: var(--tl-tight-copy) !important;}

.tl-about-v2-hero--solo {min-height: min(56vh, 500px) !important;
  padding: 18px 20px !important;}

.tl-about-v2-hero__content--solo {max-width: 780px !important;
  padding: 10px 8px 8px !important;}

.tl-about-v2-note {padding: 14px 16px !important;}

.tl-favorites-mobileHead {display: none;}

.tl-favorites-mobileHead__eyebrow {font-size: 11px;
  line-height: 1.5;
  font-weight: 900;
  color: #4b6fa9;}

.tl-favorites-mobileHead__title {margin: 0;
  color: var(--tl-tight-ink);
  font-weight: 1000;
  letter-spacing: -.02em;}

.tl-favorites-mobileHead__copy {margin: 0;
  color: var(--tl-tight-copy);
  font-size: 13px;
  line-height: 1.85;}

.tl-favorites-mobileHead__chips {display: flex;
  flex-wrap: wrap;
  gap: 8px;}

.tl-favorites-mobileHead__chips span {display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(37,188,207,.16);
  background: rgba(37,188,207,.08);
  color: #173e72;
  font-size: 12px;
  font-weight: 900;}

@media (max-width: 767.98px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
.tl-favorites-hero,
.tl-msg-page .tl-page-hero {display: none !important;}

.tl-favorites-mobileHead {display: grid !important;
    gap: 8px;
    margin-bottom: 14px;
    padding: 14px 16px;
    border-radius: 22px;
    border: 1px solid var(--tl-tight-border);
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98));
    box-shadow: var(--tl-tight-shadow-soft);}

.tl-favorites-mobileHead__title {font-size: clamp(1.7rem, 8vw, 2.1rem);
    line-height: 1.08;}
}

@media (max-width: 767.98px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
main > :is(.tl-page-shell, .tl-favorites-shell, .tl-legal-shell, .tl-office-shell, .tl-office-workspace, .cx-page, .mw-page, .tl-ahub) {width: min(100%, calc(100% - 12px));}

.tl-page-hero,
.tl-legal-hero,
.tl-about-v2-hero--solo {background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(247,250,252,.98)) !important;
    border: 1px solid var(--tl-tight-border) !important;
    box-shadow: 0 12px 30px rgba(15,23,42,.08) !important;
    color: var(--tl-tight-ink) !important;}

.tl-page-hero::before,
.tl-page-hero::after,
.tl-legal-hero::before,
.tl-legal-hero::after,
.tl-about-v2-hero::before,
.tl-about-v2-hero::after {display: none !important;}

.tl-page-hero__inner,
.tl-about-v2-hero__content--solo {padding: 16px !important;
    gap: 12px !important;}

.tl-page-eyebrow,
.tl-legal-eyebrow,
.tl-about-v2-badge {color: #456ba4 !important;
    background: rgba(37,188,207,.08) !important;
    border-color: rgba(37,188,207,.16) !important;
    box-shadow: none !important;}

.tl-page-eyebrow::before,
.tl-legal-eyebrow::before {background: #25bccf !important;
    box-shadow: none !important;
    opacity: 1 !important;}

.tl-page-hero .tl-page-title,
.tl-legal-hero .tl-legal-title,
.tl-about-v2-title {color: var(--tl-tight-ink) !important;
    text-shadow: none !important;}

.tl-page-hero .tl-page-copy,
.tl-legal-hero .tl-legal-copy,
.tl-about-v2-copy,
.tl-about-v2-note span {color: var(--tl-tight-copy) !important;}

.tl-page-hero .tl-chip,
.tl-legal-hero .tl-legal-chip,
.tl-about-v2-chiprow .tl-chip {background: #fff !important;
    color: #173e72 !important;
    border-color: rgba(148,163,184,.24) !important;
    box-shadow: 0 8px 20px rgba(15,23,42,.05) !important;}

.tl-page-hero .tl-helper-card,
.tl-about-v2-note {padding: 14px 15px !important;
    border-radius: 20px !important;
    background: #fff !important;
    border: 1px solid var(--tl-tight-border) !important;
    box-shadow: var(--tl-tight-shadow-soft) !important;
    color: var(--tl-tight-ink) !important;}

.tl-page-hero .tl-helper-title,
.tl-about-v2-note strong {color: var(--tl-tight-ink) !important;}

.tl-page-hero .tl-helper-copy {color: var(--tl-tight-copy) !important;}

.tl-about-v2-chiprow,
.tl-page-hero .tl-chip-row,
.tl-legal-chipRow {gap: 8px !important;}

.tl-page-grid,
.tl-contact-page .tl-page-grid {gap: 14px !important;}

.tl-contact-page .tl-page-hero__inner {justify-content: flex-start !important;}

.tl-contact-page .tl-contact-note {margin-top: 6px !important;}

.tl-page-card,
.tl-contact-form-card,
.tl-legal-card {border-radius: 24px !important;
    box-shadow: 0 10px 26px rgba(15,23,42,.06) !important;}

.tl-legal-hero .tl-legal-chipRow,
.tl-about-v2-chiprow {display: grid !important;
    grid-template-columns: 1fr !important;}

.tl-legal-hero .tl-legal-chip:nth-child(n/**/+3),
.tl-about-v2-chiprow .tl-chip:nth-child(n/**/+3) {display: none !important;}

.tl-page-hero .tl-chip-row span:nth-child(n/**/+3) {display: none !important;}
}

@media (max-width: 767.98px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
.tl-legal-hero .tl-legal-sidecard__title,
.tl-legal-hero .tl-legal-sidecard__copy,
.tl-legal-hero .tl-legal-sidecard__k {opacity: 1 !important;
    text-shadow: none !important;
    filter: none !important;}

.tl-legal-hero .tl-legal-sidecard {background: #ffffff !important;
    border: 1px solid rgba(219,230,243,.92) !important;
    color: #0f172a !important;
    box-shadow: 0 8px 22px rgba(15,23,42,.05) !important;}

.tl-legal-hero .tl-legal-sidecard__k,
.tl-legal-hero .tl-legal-sidecard__copy {color: #64748b !important;}

.tl-legal-hero .tl-legal-sidecard__title {color: #0f172a !important;}

.tl-legal-hero .tl-mini-btn--ghost {background: #ffffff !important;
    color: #173e72 !important;
    border-color: rgba(148,163,184,.24) !important;
    box-shadow: none !important;}
}

@media (max-width: 767.98px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
.tl-contact-page .tl-page-hero,
.tl-contact-page .tl-helper-card,
.tl-legal-page .tl-legal-hero,
.tl-legal-page .tl-page-info {background: linear-gradient(180deg, #ffffff, #fbfdff) !important;
    color: #0f172a !important;
    border: 1px solid rgba(219,230,243,.92) !important;
    box-shadow: 0 14px 34px rgba(15,23,42,.06) !important;}

.tl-contact-page .tl-page-hero::before,
.tl-contact-page .tl-page-hero::after,
.tl-legal-page .tl-legal-hero::before,
.tl-legal-page .tl-legal-hero::after {opacity: .14 !important;}

.tl-contact-page .tl-page-eyebrow,
.tl-contact-page .tl-page-title,
.tl-contact-page .tl-page-copy,
.tl-contact-page .tl-helper-title,
.tl-contact-page .tl-helper-copy,
.tl-legal-page .tl-legal-eyebrow,
.tl-legal-page .tl-legal-title,
.tl-legal-page .tl-legal-copy,
.tl-legal-page .tl-page-info__v,
.tl-legal-page .tl-page-info__copy,
.tl-legal-page .tl-page-info__k {opacity: 1 !important;
    text-shadow: none !important;
    filter: none !important;}

.tl-contact-page .tl-page-eyebrow,
.tl-legal-page .tl-legal-eyebrow,
.tl-legal-page .tl-page-info__k {color: #456ba4 !important;}

.tl-contact-page .tl-page-title,
.tl-contact-page .tl-helper-title,
.tl-legal-page .tl-legal-title,
.tl-legal-page .tl-page-info__v {color: #0f172a !important;}

.tl-contact-page .tl-page-copy,
.tl-contact-page .tl-helper-copy,
.tl-legal-page .tl-legal-copy,
.tl-legal-page .tl-page-info__copy {color: #5f7287 !important;}

.tl-contact-page .tl-chip-row,
.tl-legal-page .tl-legal-chipRow {gap: 8px !important;}

.tl-contact-page .tl-chip-row .tl-chip,
.tl-legal-page .tl-legal-chip {background: #ffffff !important;
    color: #173e72 !important;
    border: 1px solid rgba(148,163,184,.24) !important;
    box-shadow: 0 8px 20px rgba(15,23,42,.05) !important;}

.tl-contact-page .tl-chip-row .tl-chip:nth-child(n/**/+3),
.tl-legal-page .tl-legal-chip:nth-child(n/**/+3) {display: none !important;}

.tl-contact-page .tl-page-hero__inner,
.tl-legal-page .tl-legal-hero {gap: 14px !important;}

.tl-contact-page .tl-helper-card {padding: 18px !important;
    border-radius: 24px !important;}

.tl-contact-page .tl-actions,
.tl-legal-page .tl-page-info__actions {display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;}

.tl-contact-page .tl-actions .tl-btnx,
.tl-legal-page .tl-page-info__actions .tl-mini-btn {width: 100% !important;
    min-height: 52px !important;
    justify-content: center !important;
    border-radius: 18px !important;}

.tl-contact-page .tl-actions .tl-btnx--soft,
.tl-legal-page .tl-page-info__actions .tl-mini-btn--line {background: #ffffff !important;
    color: #173e72 !important;
    border-color: rgba(148,163,184,.24) !important;
    box-shadow: none !important;}

.tl-legal-page .tl-page-info__actions .tl-mini-btn--navy {background: linear-gradient(135deg, #173e72 0%, #2563eb 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;}
}
