.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}
:root{
  --v6-ink:#0b1f1b;
  --v6-ink-2:#15332d;
  --v6-brand:#078879;
  --v6-mint:#20bca7;
  --v6-lime:#d4ff73;
  --v6-coral:#ff765a;
  --v6-canvas:#f2f7f5;
  --v6-soft:#eaf5f1;
  --v6-line:#d7e6e1;
  --v6-muted:#60746f;
  --v6-shadow:0 16px 42px rgba(8,48,39,.08);
}
html{background:var(--v6-canvas);}
body{background:var(--v6-canvas)!important;color:var(--v6-ink);}
.tb-root,.tb-page{background:var(--v6-canvas)!important;color:var(--v6-ink)!important;}
::selection{background:var(--v6-brand)!important;color:#fff!important;}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-color:var(--v6-brand)!important;}

/* Shared V6 top navigation */
.tb-root>nav:first-of-type{
  border-top:3px solid transparent!important;
  border-bottom:1px solid var(--v6-line)!important;
  border-image:linear-gradient(90deg,#09251f 0 26%,#078879 26% 55%,#20bca7 55% 76%,#d4ff73 76% 90%,#ff765a 90%) 1!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 8px 24px rgba(8,48,39,.045)!important;
}
.tb-root>nav:first-of-type>div{max-width:1320px!important;height:69px!important;}
.tb-top-brand-mark{
  position:relative!important;width:38px!important;height:38px!important;border:1px solid rgba(255,255,255,.1)!important;
  border-radius:12px!important;background:linear-gradient(145deg,#0d332b,#061813)!important;
  color:var(--v6-lime)!important;box-shadow:0 9px 24px rgba(7,136,121,.2)!important;overflow:visible!important;
}
.tb-top-brand-mark svg{display:none!important;}
.tb-top-brand-mark:before{content:"";width:23px;height:23px;background:url('/assets/site-logo-glyph.svg') center/contain no-repeat;}
.tb-top-brand-mark:after{content:"";position:absolute;right:-2px;top:-2px;width:7px;height:7px;border:2px solid #fff;border-radius:50%;background:var(--v6-mint);}
.tb-top-brand-text,.tb-brand-text{font-size:19px!important;font-weight:900!important;letter-spacing:-.045em!important;color:var(--v6-ink)!important;}
.tb-top-brand-text span,.tb-brand-text span{background:linear-gradient(110deg,var(--v6-brand),var(--v6-mint));-webkit-background-clip:text;background-clip:text;color:transparent!important;}
.tb-navlinks a:hover,.tb-menulink:hover{background:linear-gradient(135deg,#e1f8f3,#f4ffe3)!important;color:#075f56!important;}
.tb-navsearch,.tb-search-link{border-color:var(--v6-line)!important;border-radius:12px!important;background:#fff!important;}
.tb-navsearch:hover,.tb-search-link:hover{border-color:#9dd9cf!important;color:var(--v6-brand)!important;box-shadow:0 7px 20px rgba(7,136,121,.08)!important;}
.tb-themebtn-nav,.tb-langbtn{border-radius:10px!important;}

/* Homepage hero */
.tb-v6-home-hero{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 84% 14%,rgba(32,188,167,.14),transparent 27%),radial-gradient(circle at 66% 78%,rgba(212,255,115,.11),transparent 23%),linear-gradient(180deg,#fff 0%,#f7fcfa 100%);border-bottom:1px solid var(--v6-line);}
.tb-v6-home-hero:after{content:"";position:absolute;z-index:-1;left:0;right:0;bottom:0;height:112px;opacity:.28;background-image:linear-gradient(rgba(7,136,121,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(7,136,121,.09) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(to top,#000,transparent);}
.tb-v6-hero-wrap{width:min(1320px,calc(100% - 48px));margin:0 auto;padding:52px 0 34px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.78fr);gap:52px;align-items:center;}
.tb-v6-hero-copy{min-width:0;padding:12px 0;}
.tb-v6-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid #a6ddd4;border-radius:999px;background:linear-gradient(105deg,#effcf9,#f6ffe9);color:#056d61;font-size:12px;font-weight:850;box-shadow:0 5px 18px rgba(7,136,121,.06);}
.tb-v6-kicker i{width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--v6-mint),var(--v6-lime));box-shadow:0 0 0 5px rgba(32,188,167,.11);}
.tb-v6-home-hero h1{max-width:700px;margin:19px 0 14px;font-size:clamp(42px,4.5vw,60px)!important;line-height:1.12!important;letter-spacing:-.062em!important;font-weight:920!important;}
.tb-v6-home-hero h1 em{position:relative;background:linear-gradient(100deg,#05786d 0%,#10a996 54%,#159d72 100%);-webkit-background-clip:text;background-clip:text;color:transparent;font-style:normal;}
.tb-v6-home-hero h1 em:after{content:"";position:absolute;z-index:-1;left:2px;right:0;bottom:1px;height:10px;border-radius:8px;background:linear-gradient(90deg,var(--v6-lime),#bff6b4);opacity:.84;}
.tb-v6-hero-desc{margin:0;color:#5b6965;font-size:17px;line-height:1.7;}
.tb-v6-search{max-width:700px;margin-top:26px;padding:7px 7px 7px 18px;display:flex;align-items:center;gap:12px;border:2px solid #123a33;border-radius:17px;background:#fff;box-shadow:0 16px 42px rgba(9,37,31,.11),0 0 0 4px rgba(255,255,255,.85);}
.tb-v6-search:focus-within{border-color:var(--v6-brand);box-shadow:0 16px 42px rgba(7,136,121,.15),0 0 0 5px rgba(32,188,167,.11);}
.tb-v6-search svg{width:22px;height:22px;color:var(--v6-brand);flex:none;}
.tb-v6-search input{width:100%;min-width:0;height:44px;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:var(--v6-ink);font-size:15px;}
.tb-v6-search button{height:44px;padding:0 20px;border:0;border-radius:12px;background:linear-gradient(135deg,#0b2923,#087b6e);box-shadow:0 7px 18px rgba(7,136,121,.18);color:#fff;font-size:13px;font-weight:850;white-space:nowrap;cursor:pointer;}
.tb-v6-quick{margin-top:13px;display:flex;align-items:center;gap:7px;flex-wrap:wrap;}.tb-v6-quick>span{margin-right:2px;color:#87918e;font-size:11px;font-weight:750;}.tb-v6-quick a{padding:6px 9px;border:1px solid var(--v6-line);border-radius:8px;background:#fff;color:#61706c;font-size:11px;font-weight:700;text-decoration:none;}.tb-v6-quick a:hover{border-color:#82d3c6;background:linear-gradient(135deg,#edfdf9,#f8ffe8);color:var(--v6-brand);}
.tb-v6-dock{position:relative;min-height:385px;padding:21px;border:1px solid rgba(80,220,194,.18);border-radius:28px;background:radial-gradient(circle at 92% 5%,rgba(212,255,115,.16),transparent 25%),radial-gradient(circle at 10% 95%,rgba(32,188,167,.13),transparent 35%),linear-gradient(145deg,#11382f 0%,#09251f 48%,#061915 100%);color:#fff;box-shadow:0 34px 78px rgba(6,31,25,.25),0 0 0 7px rgba(7,136,121,.035);overflow:hidden;}
.tb-v6-dock:after{content:"";position:absolute;left:-90px;bottom:-105px;width:270px;height:270px;border:1px solid rgba(32,188,167,.12);border-radius:50%;box-shadow:0 0 0 34px rgba(32,188,167,.035),0 0 0 68px rgba(212,255,115,.018);}
.tb-v6-dock-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;}.tb-v6-dock-label{display:flex;align-items:center;gap:8px;color:#d8e6e2;font-size:12px;font-weight:800;}.tb-v6-live{width:7px;height:7px;border-radius:50%;background:var(--v6-lime);box-shadow:0 0 0 5px rgba(212,255,115,.12);}.tb-v6-dock-count{padding:5px 8px;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#9eb0ab;font-size:10px;}
.tb-v6-dock-main{position:relative;z-index:1;margin-top:17px;padding:18px;border:1px solid rgba(119,233,211,.16);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.045));box-shadow:inset 0 1px 0 rgba(255,255,255,.06);}.tb-v6-dock-main-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;}.tb-v6-dock-icon{width:47px;height:47px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#e3ff93,var(--v6-lime) 48%,#aef7bd);color:#09251f;box-shadow:0 8px 24px rgba(212,255,115,.18);}.tb-v6-dock-icon svg{width:25px;height:25px;}.tb-v6-dock-badge{padding:5px 8px;border:1px solid rgba(212,255,115,.14);border-radius:999px;background:linear-gradient(135deg,rgba(212,255,115,.16),rgba(32,188,167,.1));color:var(--v6-lime);font-size:10px;font-weight:850;}.tb-v6-dock-main h2{margin:17px 0 7px;font-size:21px;letter-spacing:-.035em;color:#fff;}.tb-v6-dock-main p{margin:0;color:#aebdb9;font-size:12px;line-height:1.6;}.tb-v6-dock-action{margin-top:16px;padding-top:13px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid rgba(255,255,255,.1);}.tb-v6-dock-action span{color:#8fa39d;font-size:10px;}.tb-v6-dock-action a{display:flex;align-items:center;gap:6px;color:var(--v6-lime);font-size:12px;font-weight:850;text-decoration:none;}
.tb-v6-dock-list{position:relative;z-index:1;margin-top:11px;display:grid;grid-template-columns:1fr 1fr;gap:9px;}.tb-v6-dock-item{min-width:0;padding:11px;display:flex;align-items:center;gap:9px;border:1px solid rgba(80,220,194,.13);border-radius:13px;background:linear-gradient(135deg,rgba(255,255,255,.065),rgba(32,188,167,.035));color:#fff;text-decoration:none;}.tb-v6-dock-mini{width:33px;height:33px;flex:none;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.1);color:#d7e5e1;}.tb-v6-dock-mini svg{width:18px;height:18px;}.tb-v6-dock-item strong,.tb-v6-dock-item small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.tb-v6-dock-item strong{font-size:11px;}.tb-v6-dock-item small{margin-top:3px;color:#839892;font-size:9px;}
.tb-v6-stats{grid-column:1/-1;margin-top:2px;padding-top:23px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--v6-line);}.tb-v6-stat{display:flex;align-items:center;justify-content:center;gap:10px;border-right:1px solid var(--v6-line);}.tb-v6-stat:last-child{border-right:0}.tb-v6-stat svg{padding:7px;width:36px;height:36px;border-radius:11px;background:linear-gradient(145deg,#e4faf5,#efffd9);color:var(--v6-brand);box-shadow:inset 0 0 0 1px rgba(7,136,121,.08);}.tb-v6-stat strong{font-size:18px;letter-spacing:-.03em;}.tb-v6-stat span{display:block;margin-top:1px;color:#74817d;font-size:10px;}

/* Compact homepage hubs and cards */
#hubs{max-width:1320px!important;padding:56px 24px 48px!important;}
#hubs>div:first-child{padding-top:0!important;border-top:0!important;margin-bottom:20px!important;}
.tb-scroll-hint[data-home-hub-scroll-hint]{display:none!important;}
.tb-hubgrid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-flow:row!important;grid-auto-columns:auto!important;gap:12px!important;overflow:visible!important;padding:0!important;}
.tb-hubcard{position:relative!important;min-width:0!important;min-height:194px!important;gap:8px!important;padding:16px!important;border:1px solid var(--v6-line)!important;border-radius:17px!important;background:#fff!important;box-shadow:0 8px 28px rgba(11,31,27,.035)!important;overflow:hidden!important;}
.tb-hubcard:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--v6-brand);}
.tb-hubcard:hover{transform:translateY(-3px)!important;border-color:#a8d6ce!important;box-shadow:0 16px 36px rgba(7,136,121,.09)!important;}
.tb-hubcard>div:first-child>span:first-child{width:40px!important;height:40px!important;border-radius:12px!important;background:linear-gradient(145deg,#def8f2,#f1ffdf)!important;color:var(--v6-brand)!important;box-shadow:inset 0 0 0 1px rgba(7,136,121,.08)!important;}
.tb-hubcard>div:nth-of-type(2)>div:first-child{font-size:15.5px!important;font-weight:800!important;}.tb-hubcard>div:nth-of-type(2)>div:last-child{font-size:10.5px!important;margin-top:2px!important;}.tb-hubcard>p{font-size:11.5px!important;line-height:1.55!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.tb-hubcard>div:last-child{padding-top:5px!important;font-size:10.5px!important;color:var(--v6-brand)!important;}

/* Popular tools and workflows */
#popular{margin-top:0!important;padding:64px 0!important;background:#fff!important;border-color:var(--v6-line)!important;}#popular>div{padding:0 24px!important;}#popular>div>div:first-child{margin-bottom:16px!important;}#popular>div>div:nth-child(2){padding:14px 16px!important;margin-bottom:0!important;border:1px solid var(--v6-line);border-bottom:0;border-radius:20px 20px 0 0;background:#fff;}.tb-popular-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-flow:row!important;grid-auto-columns:auto!important;gap:10px!important;overflow:visible!important;padding:15px!important;border:1px solid var(--v6-line);border-top:0;border-radius:0 0 20px 20px;background:#fff;box-shadow:var(--v6-shadow);}.tb-toolcard{min-width:0!important;min-height:82px!important;padding:13px 14px!important;border-color:var(--v6-line)!important;border-radius:14px!important;background:#fbfcfc!important;}.tb-toolcard:hover{border-color:#8dd3c7!important;box-shadow:0 12px 30px rgba(7,136,121,.09)!important;transform:translateY(-2px)!important;}.tb-toolcard .tb-tool-list-icon{background:linear-gradient(145deg,#d9f7f1,#efffdc)!important;}
#flow{padding-top:64px!important;padding-bottom:64px!important;background:var(--v6-canvas)!important;}#flow [style*="background:#fff"],#flow [style*="background:var(--tbc-b-ffffff)"]{border-color:var(--v6-line)!important;border-radius:17px!important;box-shadow:0 8px 26px rgba(11,31,27,.04)!important;}
section[style*="background:#0C1512"],section[style*="background:var(--tbc-b-0c1512)"]{background:radial-gradient(circle at 12% 30%,rgba(32,188,167,.13),transparent 28%),radial-gradient(circle at 88% 65%,rgba(212,255,115,.08),transparent 26%),linear-gradient(120deg,#09251f 0%,#061b17 58%,#0a2922 100%)!important;}

/* All category, listing, search and tool pages */
.tb-hubstrip{border-color:var(--v6-line)!important;background:rgba(255,255,255,.93)!important;}.tb-hubchip{border-color:var(--v6-line)!important;background:#fff!important;}.tb-hubchip:hover{border-color:#92d4c8!important;color:var(--v6-brand)!important;}.tb-hubhero-inner{max-width:1320px!important;padding-top:18px!important;padding-bottom:20px!important;}.tb-hubmark{background:linear-gradient(145deg,#dff8f2,#efffd9)!important;color:var(--v6-brand)!important;box-shadow:inset 0 0 0 1px rgba(7,136,121,.08)!important;}.tb-hubjump,[aria-current="page"]:is(.tb-hubchip,a[style*="background:#0E8C7E"]){background:linear-gradient(135deg,#0b2923,#087b6e)!important;border-color:var(--v6-brand)!important;color:#fff!important;}.tb-toolgrid{max-width:1320px!important;padding-top:22px!important;}.tb-tool-titleblock{padding:19px!important;border:1px solid var(--v6-line)!important;border-radius:19px!important;background:radial-gradient(circle at 95% 0,rgba(212,255,115,.13),transparent 30%),linear-gradient(135deg,#fff,#f4fbf8)!important;box-shadow:0 12px 34px rgba(7,85,74,.06)!important;}.tb-tool-page-icon{background:linear-gradient(145deg,#def8f2,#efffd9)!important;border-color:#bce5dc!important;box-shadow:0 8px 24px rgba(7,136,121,.1)!important;}.tb-tool-summary{color:var(--v6-muted)!important;}.tb-toolarea,.inline-tool-shell,.tool-inline-runtime,.tb-context-card,.tb-aside>div{border-color:var(--v6-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 32px rgba(7,85,74,.055)!important;}.tb-toolarea{margin-top:16px!important;padding:18px!important;}.tb-quality-safety{border-color:#cce7df!important;background:linear-gradient(135deg,#f1fbf8,#f8ffe9)!important;border-radius:15px!important;}.tb-card,.tb-resultcard,.tb-relcard{border-color:var(--v6-line)!important;border-radius:14px!important;background:#fff!important;}.tb-card:hover,.tb-resultcard:hover,.tb-relcard:hover{border-color:#95d4c9!important;box-shadow:0 12px 28px rgba(7,136,121,.08)!important;}.tb-alltools-grid,[data-search-grid]{gap:10px!important;}.tb-chip{border-color:var(--v6-line)!important;}.tb-chip:hover{border-color:#8bd1c5!important;color:var(--v6-brand)!important;}button[style*="background:#0E8C7E"],a[style*="background:#0E8C7E"]{background:linear-gradient(135deg,#0b2923,#087b6e)!important;}.tb-root input:focus,.tb-root textarea:focus,.tb-root select:focus{border-color:var(--v6-brand)!important;box-shadow:0 0 0 4px rgba(32,188,167,.11)!important;}.tb-root footer{border-color:var(--v6-line)!important;background:#fff!important;}

/* Dark mode integration */
html.tb-dark body,html.tb-dark .tb-root,html.tb-dark .tb-page{background:#081713!important;}html.tb-dark .tb-root>nav:first-of-type{background:rgba(8,23,19,.95)!important;border-bottom-color:#234139!important;}html.tb-dark .tb-top-brand-text,html.tb-dark .tb-brand-text{color:#f0faf7!important;}html.tb-dark .tb-v6-home-hero{background:radial-gradient(circle at 82% 9%,rgba(32,188,167,.13),transparent 30%),linear-gradient(180deg,#0b1f1a,#081713)!important;}html.tb-dark .tb-v6-home-hero h1{color:#f0faf7!important;}html.tb-dark .tb-v6-hero-desc{color:#a8bab4!important;}html.tb-dark .tb-v6-search{background:#10251f!important;border-color:#35645a!important;}html.tb-dark .tb-v6-search input{color:#edf8f5!important;}html.tb-dark .tb-hubcard,html.tb-dark .tb-toolcard,html.tb-dark .tb-card,html.tb-dark .tb-resultcard,html.tb-dark .tb-tool-titleblock{background:#10231e!important;border-color:#27483f!important;}

@media(max-width:1080px){.tb-v6-hero-wrap{grid-template-columns:1fr 400px;gap:28px;}.tb-v6-home-hero h1{font-size:48px!important;}.tb-hubgrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.tb-popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:760px){
  body{padding-bottom:66px;}.tb-root>nav:first-of-type>div{height:60px!important;padding-left:15px!important;padding-right:15px!important;}.tb-top-brand-mark{width:35px!important;height:35px!important;}.tb-top-brand-text,.tb-brand-text{font-size:17px!important;}.tb-v6-hero-wrap{width:calc(100% - 30px);padding:34px 0 26px;display:block;}.tb-v6-hero-copy{padding:0;}.tb-v6-kicker{font-size:10px;}.tb-v6-home-hero h1{margin:16px 0 11px;font-size:35px!important;line-height:1.16!important;letter-spacing:-.06em!important;}.tb-v6-hero-desc{font-size:13px;}.tb-v6-search{margin-top:21px;padding-left:13px;border-radius:15px;}.tb-v6-search input{font-size:13px!important;}.tb-v6-search button{padding:0 15px;}.tb-v6-quick{flex-wrap:nowrap;overflow-x:auto;margin-inline:-15px;padding-inline:15px;padding-bottom:4px;scrollbar-width:none;}.tb-v6-quick>span{display:none;}.tb-v6-quick a{flex:none;min-height:36px;display:flex;align-items:center;}.tb-v6-dock{min-height:auto;margin-top:27px;padding:16px;border-radius:21px;box-shadow:0 24px 55px rgba(6,31,25,.23);}.tb-v6-dock-main{padding:15px;}.tb-v6-dock-main h2{font-size:18px;}.tb-v6-dock-list{grid-template-columns:1fr 1fr;}.tb-v6-stats{margin-top:22px;padding-top:19px;grid-template-columns:1fr 1fr;gap:16px;}.tb-v6-stat{justify-content:flex-start;padding-left:10px;border:0;}.tb-v6-stat:nth-child(2n){border-left:1px solid var(--v6-line);}.tb-v6-stat svg{width:33px;height:33px;}
  #hubs{padding:44px 15px 40px!important;}.tb-hubgrid{grid-template-columns:1fr 1fr!important;gap:9px!important;overflow:visible!important;}.tb-hubcard{min-height:177px!important;padding:13px!important;border-radius:15px!important;}.tb-hubcard>div:first-child>span:first-child{width:36px!important;height:36px!important;}.tb-hubcard>div:nth-of-type(2)>div:first-child{font-size:13.5px!important;}.tb-hubcard>p{font-size:10px!important;-webkit-line-clamp:2;}.tb-hubcard>div:last-child{font-size:9.5px!important;}
  #popular{padding:48px 0!important;}#popular>div{padding:0 15px!important;}#popular>div>div:nth-child(2){overflow-x:auto;flex-wrap:nowrap!important;padding:11px!important;}.tb-popular-grid{grid-template-columns:1fr!important;gap:8px!important;padding:11px!important;overflow:visible!important;}.tb-toolcard{min-height:76px!important;}.tb-toolgrid{padding:14px 12px 46px!important;}.tb-tool-titleblock{padding:15px!important;border-radius:16px!important;}.tb-toolarea{padding:13px!important;}.tb-hubhero-inner{padding:14px 15px 17px!important;}.tb-alltools-grid,[data-search-grid]{grid-template-columns:1fr!important;}.tb-root footer{padding-bottom:76px!important;}
}
@media(max-width:390px){.tb-v6-home-hero h1{font-size:32px!important;}.tb-v6-dock-list{grid-template-columns:1fr;}.tb-v6-dock-item:nth-child(2){display:none;}.tb-hubcard{min-height:170px!important;}}

/* Shared finish: typography, footer brand surface, and interaction polish */
body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
.tb-root :where(.tb-card,.tb-resultcard,.tb-relcard,.tb-hubcard,.tb-toolcard,.tb-context-card){transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;}
.tb-root footer{position:relative!important;isolation:isolate;border-top:1px solid var(--v6-line)!important;background:radial-gradient(circle at 8% 0,rgba(32,188,167,.09),transparent 24%),linear-gradient(180deg,#fff,#f4faf7)!important;overflow:hidden;}
.tb-root footer:before{content:"";position:absolute;z-index:-1;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#09251f 0 30%,#078879 30% 58%,#20bca7 58% 79%,#d4ff73 79% 92%,#ff765a 92%);}
.tb-root footer>div{max-width:1320px!important;margin-inline:auto!important;}
.tb-root footer .tb-top-brand-mark{width:34px!important;height:34px!important;border-radius:11px!important;box-shadow:0 8px 20px rgba(7,136,121,.17)!important;}
.tb-root footer .tb-top-brand-mark:before{width:20px;height:20px;}
.tb-root footer .tb-top-brand-text{font-size:17px!important;}
.tb-root footer a{transition:color .16s ease,background-color .16s ease,border-color .16s ease;}
.tb-root footer a:hover{color:var(--v6-brand)!important;}
html.tb-dark .tb-root footer{border-color:#234139!important;background:radial-gradient(circle at 8% 0,rgba(32,188,167,.1),transparent 24%),linear-gradient(180deg,#0b211b,#081713)!important;}
html.tb-dark .tb-toolarea,html.tb-dark .inline-tool-shell,html.tb-dark .tool-inline-runtime,html.tb-dark .tb-context-card,html.tb-dark .tb-aside>div{background:#10231e!important;border-color:#27483f!important;}
@media(max-width:760px){.tb-root :where(button,[role="button"],input,select){min-height:40px;}.tb-root footer .tb-top-brand-mark{width:32px!important;height:32px!important;}.tb-root footer .tb-top-brand-text{font-size:16px!important;}}
@media(prefers-reduced-motion:reduce){.tb-root *,.tb-root *:before,.tb-root *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;}}

/* V6 responsive contract: keep mobile rows contained and policy controls aligned */
.tb-policy-nav .tb-navsearch{border-radius:10px!important;}
@media(max-width:760px){.tb-popular-grid{display:flex!important;grid-template-columns:none!important;grid-auto-flow:initial!important;gap:9px!important;max-width:100%!important;margin-right:0!important;padding:11px 11px 14px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-padding-inline:11px;scroll-snap-type:x proximity;overscroll-behavior-inline:contain;}.tb-popular-grid>.tb-toolcard{flex:0 0 min(82vw,300px)!important;width:auto!important;min-width:0!important;max-width:300px!important;scroll-snap-align:start;}.tb-policy-nav .tb-navsearch{border-radius:12px!important;}}
@media(max-width:760px){.tb-v6-quick a{min-height:44px!important;align-items:center!important;}}
/* Installable ToolBada app: compact native-prompt trigger and iOS guidance */
.tb-pwa-install{position:fixed;z-index:1200;right:18px;bottom:18px;min-height:46px;padding:0 16px 0 11px;display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(212,255,115,.34);border-radius:14px;background:linear-gradient(135deg,#0d332b,#061813);box-shadow:0 16px 40px rgba(6,31,25,.25);color:#f7fff2;font:inherit;font-size:13px;font-weight:850;letter-spacing:-.01em;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.tb-pwa-install[hidden]{display:none!important}.tb-pwa-install:hover{transform:translateY(-2px);border-color:rgba(212,255,115,.72);box-shadow:0 19px 46px rgba(6,31,25,.3)}.tb-pwa-install:focus-visible,.tb-pwa-guide-close:focus-visible{outline:3px solid rgba(32,188,167,.38);outline-offset:3px}.tb-pwa-install:disabled{opacity:.62;cursor:wait}.tb-pwa-install svg,.tb-pwa-guide-icon svg{width:25px;height:25px;flex:none;fill:none;stroke:#d4ff73;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.tb-pwa-install svg circle,.tb-pwa-guide-icon svg circle{fill:#20bca7;stroke:none}.tb-pwa-guide{position:fixed;z-index:1201;right:18px;bottom:78px;width:min(360px,calc(100vw - 30px));padding:17px;display:grid;grid-template-columns:42px minmax(0,1fr) 30px;gap:12px;align-items:start;border:1px solid #cce4dd;border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 24px 68px rgba(6,31,25,.24);color:#10201c}.tb-pwa-guide[hidden]{display:none!important}.tb-pwa-guide-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#0d332b,#061813)}.tb-pwa-guide-copy strong{display:block;margin-top:1px;font-size:14px}.tb-pwa-guide-copy p{margin:6px 0 0;color:#61716a;font-size:12px;line-height:1.6}.tb-pwa-guide-close{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:9px;background:#f0f6f4;color:#52625d;font-size:20px;line-height:1;cursor:pointer}.tb-pwa-live{position:fixed;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}html.tb-dark .tb-pwa-guide{border-color:#315149;background:rgba(13,38,31,.98);color:#edf8f5}html.tb-dark .tb-pwa-guide-copy p{color:#a8bab4}html.tb-dark .tb-pwa-guide-close{background:#17352d;color:#d8e7e2}
@media(max-width:760px){.tb-pwa-install{right:15px;bottom:78px;min-height:44px;padding:0 14px 0 10px;border-radius:13px}.tb-pwa-install svg{width:23px;height:23px}.tb-pwa-guide{right:15px;bottom:132px;width:calc(100vw - 30px)}}
/* V6 content inset contract: keep copy clear of borders across every page type. */
:root{
  --v6-inset-panel:18px;
  --v6-inset-panel-x:20px;
  --v6-inset-card-y:16px;
  --v6-inset-card-x:18px;
  --v6-inset-control-y:10px;
  --v6-inset-control-x:12px;
}
.tb-root :where(.tb-quality-safety,.tb-context-card,.tb-aside>div,.tb-share-card,[data-share-card]){
  padding:var(--v6-inset-panel) var(--v6-inset-panel-x)!important;
  overflow-wrap:anywhere;
}
.tb-root :where(.tb-quality-safety,.tb-context-card,.tb-aside>div,.tb-share-card,[data-share-card])>:first-child{margin-top:0!important;}
.tb-root :where(.tb-quality-safety,.tb-context-card,.tb-aside>div,.tb-share-card,[data-share-card])>:last-child{margin-bottom:0!important;}
.tb-root .tb-resultcard{padding:var(--v6-inset-card-y) var(--v6-inset-card-x)!important;overflow-wrap:anywhere;}
.tb-root .tb-aside .tb-relcard{padding:11px 12px!important;}
.tb-root :where(.tb-policy-card,.tb-section-head,.tb-tool-titleblock,.tb-hubcard,.tb-toolcard){overflow-wrap:anywhere;}
.tb-root .tb-navsearch .tb-srchlbl>span:last-child,.tb-root .tb-search-link .tb-srchlbl>span:last-child{padding:4px 7px!important;line-height:1.1!important;}
.tb-root :where(.tb-v6-dock-count,.tb-v6-dock-badge){padding:6px 9px!important;}
.tb-root :where(.tb-chip,.tb-hubchip){min-height:38px!important;padding-block:8px!important;}
.tb-root .tb-toolarea :where(input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="file"]),textarea,select){padding:var(--v6-inset-control-y) var(--v6-inset-control-x)!important;}
.tb-root .tb-toolarea fieldset{min-width:0;padding:14px 16px 16px!important;border-color:var(--v6-line)!important;border-radius:14px;}
.tb-root .tb-toolarea legend{padding-inline:7px!important;}
.tb-root .tb-toolarea :where(th,td){padding:10px 12px!important;line-height:1.55;}
html.tb-dark .tb-root :where(.tb-quality-safety,.tb-share-card,[data-share-card]){border-color:#315149!important;background:linear-gradient(135deg,#112d26,#142d20)!important;}
@media(max-width:760px){
  :root{--v6-inset-panel:14px;--v6-inset-panel-x:14px;--v6-inset-card-y:13px;--v6-inset-card-x:14px;}
  .tb-root .tb-aside .tb-relcard{padding:11px!important;}
  .tb-root :where(.tb-chip,.tb-hubchip){min-height:40px!important;}
  .tb-root .tb-toolarea fieldset{padding:12px 13px 14px!important;}
  .tb-root .tb-toolarea :where(th,td){padding:9px 10px!important;}
}

/* Fixed utility rail: CI app install and scroll-to-top share one safe corner. */
#tb-totop{display:none!important;}
.tb-pwa-rail{position:fixed;z-index:1200;right:18px;bottom:18px;display:flex;align-items:center;justify-content:flex-end;gap:9px;max-width:calc(100vw - 30px);}
.tb-pwa-install{position:static!important;right:auto!important;bottom:auto!important;min-height:48px!important;padding:0 15px 0 9px!important;border-radius:15px!important;}
.tb-pwa-install img,.tb-pwa-guide-icon img{display:block;width:30px;height:30px;flex:none;border-radius:9px;box-shadow:0 4px 12px rgba(32,188,167,.22);}
.tb-pwa-totop{width:48px;height:48px;flex:none;display:grid;place-items:center;border:1px solid #cfe3dd;border-radius:15px;background:rgba(255,255,255,.97);box-shadow:0 13px 34px rgba(6,31,25,.18);color:#08786e;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;}
.tb-pwa-totop[hidden]{display:none!important;}
.tb-pwa-totop svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.tb-pwa-totop:hover{transform:translateY(-2px);border-color:#8ccfc4;box-shadow:0 16px 38px rgba(6,31,25,.23);}
.tb-pwa-totop:focus-visible{outline:3px solid rgba(32,188,167,.38);outline-offset:3px;}
html.tb-dark .tb-pwa-totop{border-color:#315149;background:rgba(13,38,31,.98);color:#67e8d4;}
@media(max-width:760px){
  .tb-pwa-rail{right:14px;bottom:calc(76px + env(safe-area-inset-bottom));gap:8px;}
  .tb-pwa-install{min-height:46px!important;padding:0 13px 0 8px!important;border-radius:14px!important;}
  .tb-pwa-install img{width:29px;height:29px;}
  .tb-pwa-totop{width:46px;height:46px;border-radius:14px;}
  .tb-pwa-guide{right:14px;bottom:calc(132px + env(safe-area-inset-bottom));width:calc(100vw - 28px);}
}
