.t-legal{--font-serif:var(--font-heading,var(--font-fraunces), Georgia, serif);--font-sans:var(--font-body,var(--font-inter), system-ui, sans-serif);--font-mono:var(--font-jetbrains-mono), ui-monospace, monospace;--bg:#f7f4ed;--surface:#fff;--surface-2:#f0ece2;--ink:#0b1d33;--ink-2:#1f3554;--muted:#5a6478;--line:#0b1d331a;--line-strong:#0b1d332e;--brand:#0b1d33;--accent:var(--brand-color,#b08431);--accent-soft:#e9d9b4;--hot:#b8341b;--header-bg:#f7f4edc7;--shadow-card:0 1px 0 #0b1d330a, 0 8px 24px -16px #0b1d332e}.t-legal [data-theme=cream]{--bg:#f4efe3;--surface:#fff;--surface-2:#ebe3d1;--ink:#1a1a1a;--ink-2:#2b2b2b;--muted:#6b6258;--line:#1a1a1a1a;--line-strong:#1a1a1a2e;--brand:#1a1a1a;--accent:var(--brand-color,#b8341b);--accent-soft:#f2d9d2;--hot:#b8341b;--header-bg:#f4efe3cc}.t-legal [data-theme=dark],.dark .t-legal{--bg:#0a0e16;--surface:#11171f;--surface-2:#161d27;--ink:#ece6d6;--ink-2:#c9c2b0;--muted:#8b8a82;--line:#ece6d61a;--line-strong:#ece6d633;--brand:#ece6d6;--accent:var(--brand-color,#c9a86a);--accent-soft:#c9a86a2e;--hot:#e2613d;--header-bg:#0a0e16bf;--shadow-card:0 1px 0 #0000004d, 0 12px 40px -16px #0009}.t-legal *,.t-legal :before,.t-legal :after{box-sizing:border-box}.t-legal html,.t-legal body{margin:0;padding:0}.t-legal html{scroll-behavior:smooth}.t-legal body{font-family:var(--font-sans);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;font-feature-settings:"ss01", "cv11";line-height:1.5;overflow-x:hidden}.t-legal img{max-width:100%;display:block}.t-legal a{color:inherit;text-decoration:none}.t-legal button{cursor:pointer;font-family:inherit}.t-legal .serif{font-family:var(--font-serif);font-optical-sizing:auto;letter-spacing:-.01em}.t-legal .mono{font-family:var(--font-mono)}.t-legal .wrap{max-width:1280px;margin:0 auto;padding:0 32px}@media (max-width:720px){.t-legal .wrap{padding:0 20px}}.t-legal .topstrip{background:var(--brand);color:var(--bg);letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid var(--line);padding:8px 0;font-size:11.5px}.t-legal [data-theme=dark] .topstrip,.dark .t-legal .topstrip{background:var(--surface-2);color:var(--ink)}.t-legal .topstrip .wrap{justify-content:space-between;align-items:center;gap:16px;display:flex}.t-legal .topstrip .badge{align-items:center;gap:8px;display:inline-flex}.t-legal .topstrip .dot{background:var(--accent);border-radius:50%;width:6px;height:6px;display:inline-block}.t-legal .topstrip nav{opacity:.85;gap:22px;display:flex}.t-legal .topstrip nav a:hover{opacity:1;color:var(--accent)}@media (max-width:720px){.t-legal .topstrip nav{display:none}}.t-legal header.site{z-index:50;background:var(--header-bg);-webkit-backdrop-filter:saturate(180%)blur(14px);backdrop-filter:saturate(180%)blur(14px);border-bottom:1px solid #0000;transition:border-color .25s,box-shadow .25s,background .25s;position:sticky;top:0}.t-legal header.site.scrolled{border-bottom-color:var(--line);box-shadow:0 1px 24px -10px #0b1d332e}.t-legal header.site .bar{align-items:center;gap:32px;padding:16px 0;display:flex}.t-legal .logo{font-family:var(--font-serif);letter-spacing:-.02em;align-items:center;gap:10px;font-size:24px;font-weight:700;display:flex}.t-legal .logo .mark{background:var(--brand);width:32px;height:32px;color:var(--bg);box-shadow:inset 0 0 0 1px var(--accent);border-radius:6px;place-items:center;font-size:14px;font-weight:700;display:grid}.t-legal .logo small{font-family:var(--font-sans);letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-top:-2px;font-size:10px;font-weight:500;display:block}.t-legal header nav.primary{flex:1;gap:4px;display:flex}.t-legal header nav.primary a{color:var(--ink-2);border-radius:999px;padding:8px 14px;font-size:14.5px;font-weight:500;transition:background .2s,color .2s}.t-legal header nav.primary a:hover{background:var(--surface-2);color:var(--ink)}.t-legal header nav.primary a.active{color:var(--ink);font-weight:600}.t-legal .tools{align-items:center;gap:6px;display:flex}.t-legal .icon-btn{border:1px solid var(--line);width:44px;height:44px;color:var(--ink-2);background:0 0;border-radius:999px;place-items:center;transition:all .2s;display:grid}.t-legal .icon-btn:hover{background:var(--surface-2);color:var(--ink)}.t-legal .cta-primary{background:var(--brand);color:var(--bg);border:1px solid var(--brand);border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 24px -10px #0b1d3366}.t-legal [data-theme=dark] .cta-primary,.dark .t-legal .cta-primary{background:var(--accent);color:#0a0e16;border-color:var(--accent)}.t-legal .cta-primary:hover{transform:translateY(-1px)}.t-legal .cta-primary svg{width:14px;height:14px}.t-legal .hamburger{border:1px solid var(--line);width:44px;height:44px;color:var(--ink-2);background:0 0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;transition:all .2s;display:none}.t-legal .hamburger:hover{background:var(--surface-2);color:var(--ink)}@media (max-width:980px){.t-legal header nav.primary{display:none}.t-legal .hamburger{display:flex}}@media (max-width:720px){.t-legal .icon-btn:first-child,.t-legal .icon-btn:nth-child(2){display:none}.t-legal .cta-primary{padding:9px 14px}}.t-legal .mobile-menu{z-index:100;background:var(--bg);flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto}.t-legal .mobile-menu-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.t-legal .mobile-menu-close{border:1px solid var(--line);width:38px;height:38px;color:var(--ink-2);background:0 0;border-radius:999px;place-items:center;display:grid}.t-legal .mobile-menu nav{flex-direction:column;gap:4px;padding:24px 20px;display:flex}.t-legal .mobile-menu nav a{color:var(--ink);border-bottom:1px solid var(--line);border-radius:12px;padding:14px 16px;font-size:18px;font-weight:500;transition:background .2s}.t-legal .mobile-menu nav a:last-child{border-bottom:none}.t-legal .mobile-menu nav a:hover{background:var(--surface-2)}.t-legal .mobile-menu-footer{border-top:1px solid var(--line);margin-top:auto;padding:20px}.t-legal .mobile-menu-footer .cta-primary{justify-content:center;width:100%}.t-legal section{padding:56px 0}@media (max-width:720px){.t-legal section{padding:40px 0}}.t-legal .eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);align-items:center;gap:8px;font-size:11px;font-weight:600;display:inline-flex}.t-legal .eyebrow .pulse{background:var(--accent);width:7px;height:7px;box-shadow:0 0 0 0 var(--accent);border-radius:50%;animation:2.4s ease-out infinite pulse}@keyframes pulse{0%{box-shadow:0 0 #b0843180}70%{box-shadow:0 0 0 10px #b0843100}to{box-shadow:0 0 #b0843100}}.t-legal .section-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px;padding-bottom:16px;display:flex}.t-legal .section-head h2{font-size:32px;font-weight:600;font-family:var(--font-serif);letter-spacing:-.02em;margin:6px 0 0}@media (max-width:720px){.t-legal .section-head{flex-wrap:wrap}.t-legal .section-head h2{font-size:26px}}.t-legal .section-head .view-all{color:var(--ink-2);border-bottom:1px solid var(--line-strong);white-space:nowrap;align-items:center;gap:6px;padding-bottom:2px;font-size:14px;font-weight:500;display:inline-flex}.t-legal .section-head .view-all:hover{color:var(--accent);border-color:var(--accent)}.t-legal .tag{letter-spacing:.12em;text-transform:uppercase;color:var(--brand);align-items:center;gap:6px;font-size:10.5px;font-weight:700;display:inline-flex}.t-legal [data-theme=dark] .tag,.dark .t-legal .tag{color:var(--accent)}.t-legal .tag.hot{color:var(--hot)}.t-legal .tag .dot{background:currentColor;border-radius:50%;width:5px;height:5px}.t-legal .hero{padding-top:32px;padding-bottom:64px}.t-legal .hero-grid{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:28px;display:grid}@media (max-width:980px){.t-legal .hero-grid{grid-template-columns:1fr}}.t-legal .hero-feature{background:var(--brand);aspect-ratio:16/10;isolation:isolate;box-shadow:var(--shadow-card);border-radius:18px;position:relative;overflow:hidden}.t-legal .hero-feature img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s;position:absolute;inset:0}.t-legal .hero-feature:hover img{transform:scale(1.04)}.t-legal .hero-feature:after{content:"";background:linear-gradient(#0b1d330d 0%,#0b1d3326 40%,#0b1d33d9 100%);position:absolute;inset:0}.t-legal .hero-feature .meta{z-index:1;color:#f7f4ed;padding:36px;position:absolute;inset:auto 0 0}@media (max-width:600px){.t-legal .hero-feature .meta{padding:20px}.t-legal .hero-feature h1{margin-bottom:8px;font-size:17px;line-height:1.2}.t-legal .hero-feature .byline{gap:6px;font-size:11px}.t-legal .hero-feature .byline .avatar{width:18px;height:18px}.t-legal .chip{padding:4px 8px;font-size:9.5px}}.t-legal .hero-feature .top-meta{z-index:1;gap:8px;display:flex;position:absolute;top:24px;left:24px}.t-legal .chip{letter-spacing:.14em;text-transform:uppercase;color:var(--brand);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f7f4edeb;border-radius:4px;align-items:center;gap:6px;padding:5px 10px;font-size:10.5px;font-weight:700;display:inline-flex}.t-legal .chip.live{background:var(--hot);color:#fff}.t-legal .chip.gold{background:var(--accent);color:var(--brand)}.t-legal .hero-feature h1{font-family:var(--font-serif);letter-spacing:-.025em;text-wrap:balance;margin:0 0 12px;font-size:clamp(22px,4vw,48px);font-weight:600;line-height:1.1}.t-legal .hero-feature .byline{color:#f7f4edd9;flex-wrap:wrap;align-items:center;gap:10px;font-size:13px;display:flex}.t-legal .hero-feature .byline .avatar{background:var(--accent);background-image:url(https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=80&q=80);background-size:cover;border:1px solid #f7f4ed66;border-radius:50%;width:24px;height:24px}.t-legal .hero-feature .byline span.dot{background:#f7f4ed80;border-radius:50%;width:3px;height:3px}.t-legal .hero-side{flex-direction:column;gap:16px;display:flex}@media (max-width:980px){.t-legal .hero-side{grid-template-columns:repeat(3,1fr);display:grid}}@media (max-width:720px){.t-legal .hero-side{grid-template-columns:1fr}}.t-legal .side-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-card);border-radius:14px;grid-template-columns:1fr 120px;gap:16px;padding:18px;transition:transform .2s,border-color .2s,box-shadow .2s;display:grid}.t-legal .side-card:hover{border-color:var(--line-strong);transform:translateY(-2px)}.t-legal .side-card .img{aspect-ratio:1;background-position:50%;background-size:cover;border-radius:10px}.t-legal .side-card h3{letter-spacing:-.01em;color:var(--ink);margin:8px 0;font-size:16px;font-weight:600;line-height:1.3}.t-legal .side-card .src{color:var(--muted);align-items:center;gap:6px;font-size:12px;display:flex}.t-legal .side-card .src strong{color:var(--ink-2);font-weight:500}.t-legal .news-grid{grid-template-columns:minmax(0,1fr) 320px;gap:32px;display:grid}@media (max-width:980px){.t-legal .news-grid{grid-template-columns:1fr}}.t-legal .cards{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:980px){.t-legal .cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.t-legal .cards{grid-template-columns:1fr}}.t-legal .card{background:var(--surface);border:1px solid var(--line);border-radius:14px;flex-direction:column;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;overflow:hidden}.t-legal .card:hover{border-color:var(--line-strong);box-shadow:var(--shadow-card);transform:translateY(-3px)}.t-legal .card .thumb{aspect-ratio:16/10;background-position:50%;background-size:cover;position:relative}.t-legal .card .thumb:after{content:"";background:linear-gradient(#0000 60%,#0b1d331a);position:absolute;inset:0}.t-legal .card .body{flex-direction:column;flex:1;gap:10px;padding:18px;display:flex}.t-legal .card .body .head{align-items:center;gap:8px;display:flex}.t-legal .card .body h3{letter-spacing:-.01em;font-size:17px;font-weight:600;line-height:1.3;font-family:var(--font-serif);margin:4px 0}.t-legal .card .body p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13.5px;line-height:1.5;display:-webkit-box;overflow:hidden}.t-legal .card .footer{border-top:1px solid var(--line);color:var(--muted);align-items:center;gap:10px;padding:12px 18px;font-size:12px;display:flex}.t-legal .card .footer .src{color:var(--ink-2);font-weight:500}.t-legal .sidebar{flex-direction:column;gap:24px;display:flex}.t-legal .briefing{background:linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);border:1px solid var(--line);border-radius:16px;padding:22px;position:relative;overflow:hidden}.t-legal .briefing:before{content:"";background:radial-gradient(circle, var(--accent-soft), transparent 70%);border-radius:50%;width:140px;height:140px;position:absolute;top:-40px;right:-40px}.t-legal .briefing h3{font-family:var(--font-serif);letter-spacing:-.01em;margin:0 0 6px;font-size:22px;font-weight:600}.t-legal .briefing p{color:var(--muted);margin:0 0 14px;font-size:13.5px}.t-legal .briefing form{z-index:1;flex-direction:column;gap:10px;display:flex;position:relative}.t-legal .briefing input{border:1px solid var(--line-strong);background:var(--surface);width:100%;color:var(--ink);border-radius:10px;padding:11px 14px;font-family:inherit;font-size:14px}.t-legal .briefing input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.t-legal .briefing button{background:var(--brand);color:var(--bg);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:11px 14px;font-size:14px;font-weight:600;transition:transform .15s;display:inline-flex}.t-legal .briefing button:hover{transform:translateY(-1px)}.t-legal .briefing .micro{color:var(--muted);margin-top:6px;font-size:11px}.t-legal .topics{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px}.t-legal .topics h4{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0 0 14px;font-size:13px;font-weight:600}.t-legal .topic-chips{flex-wrap:wrap;gap:6px;display:flex}.t-legal .topic-chips a{border:1px solid var(--line-strong);color:var(--ink-2);border-radius:999px;padding:6px 11px;font-size:12.5px;font-weight:500;transition:all .15s}.t-legal .topic-chips a:hover{background:var(--brand);color:var(--bg);border-color:var(--brand)}.t-legal .justin{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px}.t-legal .justin h4{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0 0 14px;font-size:13px;font-weight:600}.t-legal .justin-list{flex-direction:column;gap:14px;display:flex}.t-legal .justin-item h5{font-size:14.5px;font-weight:600;font-family:var(--font-serif);letter-spacing:-.01em;margin:4px 0;line-height:1.3}.t-legal .justin-item .meta{color:var(--muted);font-size:11.5px}.t-legal .justin-item:not(:last-child){border-bottom:1px solid var(--line);padding-bottom:14px}.t-legal .trending-grid{grid-template-columns:repeat(2,1fr);gap:16px 32px;display:grid;overflow:hidden}@media (max-width:720px){.t-legal .trending-grid{grid-template-columns:1fr}}.t-legal .trend-row{border-bottom:1px solid var(--line);grid-template-columns:56px 1fr 88px;align-items:start;gap:18px;padding:18px 0;transition:background .2s;display:grid}.t-legal .trend-row:hover{background:var(--surface-2);border-color:#0000;border-radius:10px}@media (min-width:721px){.t-legal .trend-row:hover{margin:0 -16px;padding-left:16px;padding-right:16px}}.t-legal .trend-row .num{font-family:var(--font-serif);color:var(--accent);letter-spacing:-.03em;font-size:36px;font-weight:600;line-height:1}.t-legal .trend-row .title h4{letter-spacing:-.01em;margin:6px 0;font-size:15.5px;font-weight:600;line-height:1.3}.t-legal .trend-row .title .meta{color:var(--muted);font-size:11.5px}.t-legal .trend-row .img{background-position:50%;background-size:cover;border-radius:8px;width:88px;height:64px}.t-legal .watch-feature{aspect-ratio:16/8;background:#0a0e16;border-radius:18px;position:relative;overflow:hidden}@media (max-width:600px){.t-legal .watch-feature{aspect-ratio:16/10}}.t-legal .watch-feature img{object-fit:cover;opacity:.7;width:100%;height:100%;position:absolute;inset:0}.t-legal .watch-feature .play{width:84px;height:84px;color:var(--brand);cursor:pointer;background:#f7f4edeb;border:none;border-radius:50%;place-items:center;transition:transform .3s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 60px #0006}.t-legal .watch-feature .play:hover{transform:translate(-50%,-50%)scale(1.08)}.t-legal .watch-feature .badge{background:var(--accent);color:var(--brand);letter-spacing:.14em;text-transform:uppercase;font-size:10.5px;font-weight:700;font-family:var(--font-mono);border-radius:4px;padding:6px 12px;position:absolute;top:24px;left:24px}.t-legal .watch-feature .copy{color:#f7f4ed;background:linear-gradient(#0000,#0009);padding:32px;position:absolute;bottom:0;left:0;right:0}@media (max-width:600px){.t-legal .watch-feature .copy{padding:20px}}.t-legal .watch-feature h3{font-family:var(--font-serif);letter-spacing:-.02em;margin:0 0 6px;font-size:clamp(20px,3vw,28px);font-weight:600}.t-legal .watch-feature .copy .meta{opacity:.85;font-size:13px}.t-legal .watch-row{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:20px;display:grid}@media (max-width:720px){.t-legal .watch-row{grid-template-columns:1fr}}.t-legal .watch-card{aspect-ratio:16/9;background:var(--ink);border-radius:14px;position:relative;overflow:hidden}.t-legal .watch-card img{object-fit:cover;opacity:.6;width:100%;height:100%;position:absolute;inset:0}.t-legal .watch-card .play-sm{width:40px;height:40px;color:var(--brand);background:#f7f4edeb;border:none;border-radius:50%;place-items:center;display:grid;position:absolute;top:20px;left:20px}.t-legal .watch-card .copy{color:#f7f4ed;background:linear-gradient(#0000,#0000008c);padding:18px;position:absolute;bottom:0;left:0;right:0}.t-legal .watch-card h4{font-family:var(--font-serif);letter-spacing:-.01em;margin:0 0 4px;font-size:clamp(16px,2.5vw,22px);font-weight:600}.t-legal .watch-card .copy .meta{opacity:.85;font-size:12px}.t-legal .attorney{background:var(--brand);color:var(--bg);padding:80px 0;position:relative;overflow:hidden}.t-legal [data-theme=dark] .attorney,.dark .t-legal .attorney{background:var(--surface-2);color:var(--ink)}.t-legal .attorney:before{content:"";background:radial-gradient(circle, var(--accent-soft), transparent 70%);opacity:.15;border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;right:-200px}.t-legal .attorney-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:64px;display:grid}@media (max-width:980px){.t-legal .attorney-grid{grid-template-columns:1fr;gap:40px}}.t-legal .attorney-photo{aspect-ratio:4/5;background:var(--ink-2);border-radius:16px;position:relative;overflow:hidden;box-shadow:0 40px 80px -20px #0006}@media (max-width:980px){.t-legal .attorney-photo{max-width:360px}}.t-legal .attorney-photo img{object-fit:cover;width:100%;height:100%}.t-legal .attorney-photo .credit{background:var(--accent);color:var(--brand);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;border-radius:4px;padding:8px 14px;font-size:11px;font-weight:600;position:absolute;bottom:16px;left:16px}.t-legal .attorney-content .eyebrow{color:var(--accent)}.t-legal .attorney-content h2{font-family:var(--font-serif);letter-spacing:-.025em;text-wrap:balance;margin:14px 0 18px;font-size:clamp(28px,4vw,52px);font-weight:500;line-height:1.05}.t-legal .attorney-content>p{color:#f7f4edc7;max-width:540px;margin:0 0 28px;font-size:17px;line-height:1.55}.t-legal [data-theme=dark] .attorney-content>p,.dark .t-legal .attorney-content>p{color:var(--ink-2)}.t-legal .attorney-stats{border-top:1px solid #f7f4ed2e;border-bottom:1px solid #f7f4ed2e;grid-template-columns:repeat(3,1fr);gap:24px;margin:32px 0;padding:24px 0;display:grid}@media (max-width:480px){.t-legal .attorney-stats{grid-template-columns:1fr 1fr}}.t-legal .attorney-stats .stat-num{font-family:var(--font-serif);color:var(--accent);letter-spacing:-.02em;font-size:36px;font-weight:600;line-height:1}.t-legal .attorney-stats .stat-label{letter-spacing:.1em;text-transform:uppercase;color:#f7f4eda6;margin-top:8px;font-size:12px}.t-legal [data-theme=dark] .attorney-stats .stat-label,.dark .t-legal .attorney-stats .stat-label{color:var(--muted)}.t-legal .attorney-actions{flex-wrap:wrap;gap:12px;display:flex}.t-legal .btn-gold{background:var(--accent);color:var(--brand);border:none;border-radius:999px;align-items:center;gap:8px;padding:14px 22px;font-size:14.5px;font-weight:600;transition:transform .15s,box-shadow .2s;display:inline-flex}.t-legal .btn-gold:hover{transform:translateY(-1px);box-shadow:0 12px 32px -10px #b0843180}.t-legal .btn-ghost{color:var(--bg);background:0 0;border:1px solid #f7f4ed4d;border-radius:999px;align-items:center;gap:8px;padding:14px 22px;font-size:14.5px;font-weight:600;transition:background .15s,border-color .2s;display:inline-flex}.t-legal [data-theme=dark] .btn-ghost,.dark .t-legal .btn-ghost{color:var(--ink);border-color:var(--line-strong)}.t-legal .btn-ghost:hover{background:#f7f4ed14;border-color:#f7f4ed80}@media (max-width:480px){.t-legal .attorney-actions{flex-direction:column}.t-legal .btn-gold,.t-legal .btn-ghost{justify-content:center;width:100%}}.t-legal .reports-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:980px){.t-legal .reports-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.t-legal .reports-grid{grid-template-columns:1fr}}.t-legal .report{background:var(--surface);border:1px solid var(--line);border-radius:16px;flex-direction:column;min-height:320px;padding:24px;transition:border-color .2s,transform .2s;display:flex;position:relative;overflow:hidden}.t-legal .report:hover{border-color:var(--accent);transform:translateY(-3px)}.t-legal .report .doc-icon{background:var(--surface-2);border:1px solid var(--line-strong);border-radius:4px;width:48px;height:60px;margin-bottom:18px;position:relative}.t-legal .report .doc-icon:before{content:"";border-style:solid;border-width:0 14px 14px 0;border-color:transparent var(--bg) transparent transparent;position:absolute;top:0;right:0}.t-legal .report .doc-icon:after{content:"";background:var(--line-strong);height:2px;box-shadow:0 6px 0 var(--line-strong), 0 12px 0 var(--line-strong), 0 18px 0 var(--line-strong);position:absolute;top:22px;left:8px;right:8px}.t-legal .report h3{font-family:var(--font-serif);letter-spacing:-.01em;margin:0 0 8px;font-size:22px;font-weight:600;line-height:1.2}.t-legal .report p{color:var(--muted);flex:1;margin:0;font-size:14px;line-height:1.5}.t-legal .report .meta{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;margin-top:18px;padding-top:16px;font-size:12px;display:flex}.t-legal .report .meta .download{color:var(--accent);align-items:center;gap:6px;font-weight:600;display:inline-flex}.t-legal .report.featured{background:var(--brand);color:var(--bg);border-color:var(--brand)}.t-legal .report.featured h3,.t-legal .report.featured p{color:var(--bg)}.t-legal .report.featured p{opacity:.75}.t-legal .report.featured .meta{color:#f7f4ed80;border-top-color:#f7f4ed2e}.t-legal .report.featured .doc-icon{background:#f7f4ed14;border-color:#f7f4ed40}.t-legal .report.featured .doc-icon:before{border-right-color:var(--brand)}.t-legal .report.featured .doc-icon:after{background:#f7f4ed66;box-shadow:0 6px #f7f4ed66,0 12px #f7f4ed66,0 18px #f7f4ed66}.t-legal .cases{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:980px){.t-legal .cases{grid-template-columns:1fr}}@media (max-width:600px){.t-legal .cases{grid-template-columns:1fr}}.t-legal .case{background:var(--surface);border:1px solid var(--line);border-radius:14px;flex-direction:column;padding:24px;transition:transform .25s,border-color .2s;display:flex}.t-legal .case:hover{border-color:var(--line-strong);transform:translateY(-3px)}.t-legal .case .verdict{font-family:var(--font-serif);color:var(--accent);letter-spacing:-.025em;margin-bottom:8px;font-size:38px;font-weight:600;line-height:1}.t-legal .case .case-type{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:16px;font-size:11.5px;font-weight:600}.t-legal .case h4{font-family:var(--font-serif);letter-spacing:-.01em;margin:0 0 10px;font-size:19px;font-weight:600;line-height:1.3}.t-legal .case p{color:var(--muted);flex:1;margin:0;font-size:13.5px;line-height:1.5}.t-legal .case .footer{border-top:1px solid var(--line);color:var(--ink-2);justify-content:space-between;align-items:center;margin-top:18px;padding-top:14px;font-size:12.5px;font-weight:500;display:flex}.t-legal .press-band{background:var(--surface-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:48px 0}.t-legal .press-row{grid-template-columns:repeat(6,1fr);align-items:center;gap:32px;display:grid}.t-legal .press-row .label{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);text-align:center;grid-column:1/-1;margin-bottom:4px;font-size:11px;font-weight:600}.t-legal .press-logo{font-family:var(--font-serif);color:var(--ink-2);opacity:.55;text-align:center;letter-spacing:-.01em;font-size:22px;font-weight:600;transition:opacity .2s}.t-legal .press-logo:hover{opacity:1}@media (max-width:720px){.t-legal .press-row{grid-template-columns:repeat(2,1fr);gap:20px}.t-legal .press-logo{font-size:18px}}.t-legal .testimonial{background:var(--bg);padding:80px 0}.t-legal .testi-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:980px){.t-legal .testi-grid{grid-template-columns:1fr}}@media (max-width:600px){.t-legal .testi-grid{grid-template-columns:1fr}}.t-legal .testi-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;flex-direction:column;gap:18px;padding:28px;display:flex}.t-legal .testi-card .stars{color:var(--accent);letter-spacing:2px;font-size:14px}.t-legal .testi-card blockquote{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--ink);margin:0;font-size:19px;line-height:1.4}.t-legal .testi-card .author{border-top:1px solid var(--line);align-items:center;gap:12px;margin-top:auto;padding-top:18px;display:flex}.t-legal .testi-card .author .av{background-position:50%;background-size:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.t-legal .testi-card .author .name{font-size:14px;font-weight:600}.t-legal .testi-card .author .role{color:var(--muted);font-size:12px}.t-legal .newsletter{background:var(--accent);padding:72px 0;position:relative;overflow:hidden}.t-legal [data-theme=cream] .newsletter{background:var(--ink);color:var(--bg)}.t-legal [data-theme=dark] .newsletter,.dark .t-legal .newsletter{background:var(--accent)}.t-legal .newsletter:before{content:"";background:radial-gradient(circle,#ffffff2e,#0000 70%);border-radius:50%;width:520px;height:520px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.t-legal .newsletter-inner{text-align:center;z-index:1;max-width:720px;margin:0 auto;position:relative}.t-legal .newsletter .icon-mail{width:52px;height:52px;color:var(--brand);background:#0b1d3326;border-radius:50%;place-items:center;margin:0 auto 18px;display:grid}.t-legal [data-theme=cream] .newsletter .icon-mail{color:var(--bg);background:#f7f4ed26}.t-legal .newsletter h2{font-family:var(--font-serif);letter-spacing:-.025em;color:var(--brand);margin:0 0 12px;font-size:clamp(24px,4vw,40px);font-weight:500}.t-legal [data-theme=cream] .newsletter h2{color:var(--bg)}.t-legal .newsletter p{color:#0b1d33c7;margin:0 0 28px;font-size:16px}.t-legal [data-theme=cream] .newsletter p{color:#f7f4edc7}.t-legal .newsletter form{gap:8px;max-width:480px;margin:0 auto;display:flex}@media (max-width:600px){.t-legal .newsletter form{flex-direction:column}}.t-legal .newsletter input{color:var(--brand);background:#f7f4edeb;border:1px solid #0b1d3333;border-radius:10px;flex:1;padding:14px 18px;font-family:inherit;font-size:15px}.t-legal .newsletter button{background:var(--brand);color:var(--bg);white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:8px;padding:14px 22px;font-size:14.5px;font-weight:600;transition:transform .15s;display:inline-flex}.t-legal .newsletter button:hover{transform:translateY(-1px)}.t-legal .newsletter .micro{color:#0b1d3399;margin-top:14px;font-size:12px}.t-legal [data-theme=cream] .newsletter .micro{color:#f7f4ed99}.t-legal .coverage-grid{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}@media (max-width:980px){.t-legal .coverage-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.t-legal .coverage-grid{grid-template-columns:repeat(2,1fr)}}.t-legal .coverage-tile{background:var(--surface);border:1px solid var(--line);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:12px;padding:20px 16px;transition:all .2s;display:flex}.t-legal .coverage-tile:hover{border-color:var(--accent);background:var(--surface-2);transform:translateY(-2px)}.t-legal .coverage-tile .ico{background:var(--surface-2);width:40px;height:40px;color:var(--accent);border-radius:8px;place-items:center;display:grid}.t-legal .coverage-tile:hover .ico{background:var(--brand);color:var(--accent)}.t-legal .coverage-tile .label{color:var(--ink);letter-spacing:-.005em;font-size:13px;font-weight:500}.t-legal footer.site{background:var(--bg);border-top:1px solid var(--line);padding:64px 0 32px}.t-legal .foot-grid{border-bottom:1px solid var(--line);grid-template-columns:1.5fr repeat(4,1fr);gap:40px;padding-bottom:48px;display:grid}@media (max-width:980px){.t-legal .foot-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.t-legal .foot-grid{grid-template-columns:1fr;gap:24px}}.t-legal .foot-brand .logo{margin-bottom:14px}.t-legal .foot-brand p{color:var(--muted);max-width:320px;font-size:13.5px;line-height:1.55}.t-legal .foot-col h5{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0 0 14px;font-size:12px;font-weight:600}.t-legal .foot-col ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.t-legal .foot-col a{color:var(--ink-2);font-size:14px}.t-legal .foot-col a:hover{color:var(--accent)}.t-legal .foot-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:28px;display:flex}.t-legal .foot-bottom .copy{color:var(--muted);font-size:12px}.t-legal .foot-bottom .legal{gap:18px;display:flex}.t-legal .foot-bottom .legal a{color:var(--muted);font-size:12px}.t-legal .foot-bottom .disclaimer{color:var(--muted);opacity:.7;border-top:1px dashed var(--line);flex-basis:100%;max-width:100%;padding-top:12px;font-size:11px;line-height:1.5}.t-legal h1,.t-legal h2,.t-legal h3,.t-legal h4,.t-legal h5,.t-legal h6{color:var(--ink)}.t-legal .card .thumb,.t-legal .side-card .img,.t-legal .trend-row .img,.t-legal .testi-card .author .av,.t-legal .attorney-photo,.t-legal .watch-feature,.t-legal .watch-card img{background:var(--surface-2)}.t-legal__article,.t-legal__article *{font-family:var(--font-sans)}.t-legal .article-section__label{color:var(--muted);border-bottom-color:var(--accent);letter-spacing:.16em;border-bottom-width:2px}.t-legal .article-section--paragraph .article-section__body,.t-legal .article-section__list-item{color:var(--ink)}.t-legal .article-section--callout{background:var(--surface-2);border-color:var(--accent);border-left-width:4px;border-radius:0 8px 8px 0;padding:1rem 1.25rem}.t-legal .article-section__callout-body{color:var(--ink-2);font-style:normal}.t-legal .article-section--quote{border-color:var(--accent);border-left-width:3px}.t-legal .article-section__quote{color:var(--muted);font-style:italic}.t-legal .article-section--divider{border-color:var(--line)}.t-legal .article-section__stat-chip{background:var(--surface-2);border:1px solid var(--line);border-radius:8px}.t-legal .article-section__stat-value{color:var(--accent);font-family:var(--font-serif)}.t-legal .article-section__stat-label{color:var(--muted)}.t-legal .reveal{opacity:0;transition:opacity .8s,transform .8s;transition-delay:var(--delay,0s);transform:translateY(20px)}.t-legal .reveal.in{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.t-legal .reveal{opacity:1;transition:none;transform:none}}.t-legal .legal-site-footer{background:var(--brand);color:var(--bg);padding:2rem 0;font-size:.8125rem}.dark .t-legal .legal-site-footer{background:color-mix(in srgb, var(--bg) 40%, #000 60%);color:var(--ink)}.t-legal .legal-site-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1240px;margin:0 auto;padding:0 1.5rem;display:flex}.t-legal .legal-site-footer-brand{font-weight:700}.t-legal .legal-site-footer-social{align-items:center;gap:12px;display:flex}.t-legal .legal-site-footer-social a{color:#ffffff73;align-items:center;transition:color .15s;display:flex}.t-legal .legal-site-footer-social a:hover{color:#fff}.t-legal .legal-site-footer-links{gap:1.25rem;display:flex}.t-legal .legal-site-footer-links a{color:#ffffff8c;text-decoration:none}.t-legal .legal-site-footer-links a:hover{color:#fff}.t-legal .legal-site-footer-copy{color:#fff6}@media (max-width:640px){.t-legal .legal-site-footer-inner{flex-direction:column;align-items:flex-start;gap:.75rem}}.legal-site-footer-desc{opacity:.65;max-width:480px;margin:0 0 10px;font-size:.8125rem;line-height:1.5}.legal-site-footer-contact{opacity:.65;font-size:.8125rem;text-decoration:none;transition:opacity .15s}.legal-site-footer-contact:hover{opacity:.9}
