.home .home-brief{display:grid;grid-gap:8px;gap:8px;padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.home .home-brief-head{display:flex;align-items:center;gap:10px}.home .home-brief-title{color:var(--t1);font-size:13px;font-weight:650}.home .home-brief-ai{color:var(--t3);font:600 10px/1 var(--mono);text-transform:uppercase;letter-spacing:.05em;padding:3px 7px;border:1px solid var(--border-strong);border-radius:999px}.home .home-brief-head .fleet-btn{margin-left:auto}.home .home-brief-summary{margin:0;color:var(--t2);font-size:13.5px;line-height:1.5}.home .home-brief-copy{position:relative;display:grid;grid-gap:4px;gap:4px;min-width:0}.home .home-brief-copy:not(.expanded) .home-brief-summary{display:-webkit-box;max-height:calc(1.5em * 6);overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:6}.home .home-brief-copy.can-expand:not(.expanded):after{content:"";position:absolute;right:0;bottom:23px;left:0;height:2.25em;pointer-events:none;background:linear-gradient(to bottom,transparent,var(--surface))}.home .home-brief.sparse .home-brief-copy:not(.expanded) .home-brief-summary{max-height:calc(1.5em * 5);-webkit-line-clamp:5}.home .home-brief-toggle{justify-self:start;border:0;background:transparent;color:var(--accent);cursor:pointer;font:inherit;font-size:12px;font-weight:650;line-height:1.2;padding:2px 0}.home .home-brief-toggle:hover{text-decoration:underline}.home .home-brief-toggle:focus-visible{outline:2px solid var(--text);outline-offset:2px;border-radius:4px}.home .home-brief-meta{color:var(--t3);font-size:11px}.home .home-brief-loading{color:var(--t4);font-size:12.5px}