.tn-hero{position:relative;overflow:hidden;background:var(--navy-900);color:var(--text-on-navy)}.tn-hero__glow{position:absolute;top:-38%;left:50%;transform:translate(-50%);width:820px;height:620px;pointer-events:none;background:radial-gradient(50% 50% at 50% 50%,#f59e0b38,#f59e0b00 70%)}.tn-hero__inner{position:relative;text-align:center;padding:clamp(3rem,6vw,5.5rem) 0 clamp(2.5rem,5vw,4rem)}.tn-hero__eyebrow{color:var(--amber-400)}.tn-hero__title{font-family:var(--font-display);font-weight:var(--weight-bold);font-size:var(--text-display);color:#fff;margin:.7rem 0 0;line-height:1.04;letter-spacing:var(--tracking-tight)}.tn-hero__title em{font-style:normal;color:var(--amber-400)}.tn-hero__sub{max-width:52ch;margin:1.1rem auto 0;color:#b8c6d6;font-size:var(--text-lead)}.tn-hero__search{max-width:660px;margin:2rem auto 0}.tn-hero__trust{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:1.4rem;margin:1.6rem 0 0;padding:0}.tn-hero__trust li{display:inline-flex;align-items:center;gap:.45rem;font-size:var(--text-sm);color:#9fb1c4;font-weight:var(--weight-medium)}.tn-hero__trust svg{width:16px;height:16px;color:var(--amber-400);stroke-width:2}.tn-main{display:grid;grid-template-columns:var(--sidebar-w) 1fr;gap:2.5rem;padding-top:2.75rem;padding-bottom:3.5rem;align-items:start}.tn-section-gap{margin-top:3rem}.tn-sidebar{position:sticky;top:92px;display:flex;flex-direction:column;gap:.4rem}.tn-sidebar__label{font-size:var(--text-2xs);font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);margin:0 0 .5rem .2rem}.tn-sidebar__nav{display:flex;flex-direction:column;gap:.3rem}.tn-sidebar__nav .tn-tag{justify-content:flex-start;width:100%;border-color:transparent;background:transparent}.tn-sidebar__nav .tn-tag span:first-of-type{margin-right:auto}.tn-sidebar__nav .tn-tag:hover{background:var(--surface-inset)}.tn-sidebar__nav .tn-tag.is-active{background:var(--navy-800);border-color:var(--navy-800);color:#fff}.tn-sidebar__promo{margin-top:1.4rem;padding:1.1rem;background:var(--surface-card);border:1px solid var(--border);border-radius:var(--radius-lg)}.tn-sidebar__promo svg{width:22px;height:22px;color:var(--accent);stroke-width:1.9}.tn-sidebar__promo p{font-size:var(--text-sm);color:var(--text-body);margin:.5rem 0 .85rem;font-weight:var(--weight-medium)}.tn-sechead{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.tn-sechead__title{margin:.25rem 0 0}.tn-sechead__hint{font-size:var(--text-sm);color:var(--text-faint)}.tn-catgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.tn-toolgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.tn-panel{animation:tn-fade .3s var(--ease-out)}@keyframes tn-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.tn-panel__back{display:inline-flex;align-items:center;gap:.4rem;background:none;border:none;cursor:pointer;font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-muted);padding:0 0 1rem}.tn-panel__back:hover{color:var(--accent-text)}.tn-panel__back svg{width:16px;height:16px}.tn-panel__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:var(--radius-md);background:var(--navy-800);color:var(--amber-400)}.tn-panel__icon svg{width:24px;height:24px}.tn-panel__blurb{color:var(--text-muted);font-size:var(--text-lead);margin:-.6rem 0 1.6rem}.tn-empty{text-align:center;padding:3rem 1rem;border:1.5px dashed var(--border);border-radius:var(--radius-lg);background:var(--surface-card)}.tn-empty svg{width:34px;height:34px;color:var(--text-faint)}.tn-empty p{color:var(--text-muted);margin:.6rem 0 1.2rem}.tn-submit{padding:0 0 1rem}.tn-submit__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;background:var(--navy-800);color:#fff;border-radius:var(--radius-xl);padding:clamp(1.8rem,4vw,2.8rem);position:relative;overflow:hidden}[data-theme=dark] .tn-submit__inner{background:var(--navy-800)}.tn-submit__inner:before{content:"";position:absolute;right:-60px;top:-60px;width:260px;height:260px;background:radial-gradient(circle,rgba(245,158,11,.18),transparent 70%);pointer-events:none}.tn-submit__copy{position:relative;max-width:60ch}.tn-submit__title{color:#fff;margin:.5rem 0 .6rem}.tn-submit__sub{color:#b8c6d6;margin:0;font-size:var(--text-body-size)}.tn-submit__actions{position:relative;display:flex;gap:.75rem;flex-wrap:wrap}.tn-submit__ghost{color:#fff;--_fg: #fff}.tn-submit__ghost:hover{background:#ffffff1a;color:#fff;--_fg: #fff}@media(max-width:1000px){.tn-catgrid,.tn-toolgrid{grid-template-columns:repeat(2,1fr)}.tn-main{grid-template-columns:1fr;gap:1.6rem}.tn-sidebar{position:static}.tn-sidebar__nav{flex-direction:row;flex-wrap:wrap}.tn-sidebar__nav .tn-tag{width:auto;border-color:var(--border);background:var(--surface-card)}.tn-sidebar__nav .tn-tag span:first-of-type{margin-right:0}.tn-sidebar__promo{display:none}}@media(max-width:640px){.tn-catgrid,.tn-toolgrid{grid-template-columns:1fr}.tn-submit__inner{flex-direction:column;align-items:flex-start}}
