/* ListoolAI — Entity Graph Sprint 1 */
.lt-entity-graph-panel{
    position:relative;
    overflow:hidden;
    border:1px solid rgba(103,232,249,.16);
    background:
        radial-gradient(circle at top left, rgba(96,165,250,.16), transparent 34%),
        radial-gradient(circle at bottom right, rgba(167,139,250,.13), transparent 34%),
        rgba(15,23,42,.88);
}
.lt-entity-graph-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:18px;
    margin-bottom:22px;
}
.lt-entity-graph-head h2{margin:0 0 8px;color:#f8fafc;}
.lt-entity-graph-head p{margin:0;color:#cbd5e1;max-width:820px;line-height:1.65;}
.lt-entity-graph-link,.lt-entity-compare{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border-radius:999px;
    padding:10px 14px;
    color:#ecfeff;
    text-decoration:none;
    background:linear-gradient(135deg, rgba(37,99,235,.95), rgba(124,58,237,.92));
    box-shadow:0 14px 34px rgba(37,99,235,.24);
    white-space:nowrap;
}
.lt-entity-graph-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}
.lt-entity-graph-box{
    border:1px solid rgba(255,255,255,.10);
    border-radius:22px;
    padding:16px;
    background:rgba(2,6,23,.42);
}
.lt-entity-graph-box h3{margin:0 0 14px;color:#e0f2fe;font-size:1rem;}
.lt-entity-tool-list{display:grid;gap:10px;}
.lt-entity-tool-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:10px;
    background:rgba(15,23,42,.72);
}
.lt-entity-tool-main{
    min-width:0;
    display:flex;
    align-items:center;
    gap:12px;
    color:#fff;
    text-decoration:none;
}
.lt-entity-tool-main img{
    width:42px;
    height:42px;
    border-radius:13px;
    object-fit:cover;
    background:#fff;
    flex:0 0 auto;
}
.lt-entity-tool-main span{display:grid;gap:3px;min-width:0;}
.lt-entity-tool-main strong{font-size:.95rem;color:#f8fafc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.lt-entity-tool-main small{font-size:.82rem;color:#94a3b8;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.lt-entity-compare{padding:8px 11px;font-size:.82rem;box-shadow:none;background:rgba(96,165,250,.18);border:1px solid rgba(96,165,250,.20);}
.lt-entity-chip-row{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    margin-top:18px;
    padding-top:16px;
    border-top:1px solid rgba(255,255,255,.10);
    color:#cbd5e1;
}
.lt-entity-chip-row a{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:8px 12px;
    border-radius:999px;
    text-decoration:none;
    color:#e0f2fe;
    background:rgba(14,165,233,.12);
    border:1px solid rgba(14,165,233,.18);
}
.lt-entity-chip-row small{color:#93c5fd;font-size:.72rem;}

.lt-entities-page{background:#020617;color:#f8fafc;min-height:100vh;}
.lt-entities-wrap{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:42px 0 70px;}
.lt-entities-hero{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.10);border-radius:32px;padding:36px;background:linear-gradient(135deg,rgba(15,23,42,.96),rgba(30,41,59,.88));box-shadow:0 28px 90px rgba(0,0,0,.35);}
.lt-entities-hero:before{content:"";position:absolute;inset:-120px auto auto -120px;width:300px;height:300px;border-radius:999px;background:rgba(103,232,249,.16);filter:blur(20px);}
.lt-entities-hero>*{position:relative;}
.lt-entities-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(96,165,250,.14);border:1px solid rgba(96,165,250,.22);color:#bfdbfe;font-weight:800;font-size:.82rem;}
.lt-entities-hero h1{margin:18px 0 12px;font-size:clamp(2rem,5vw,4.4rem);line-height:1.02;letter-spacing:-.055em;}
.lt-entities-hero p{margin:0;color:#cbd5e1;max-width:760px;line-height:1.75;font-size:1.05rem;}
.lt-entities-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px;}
.lt-entity-card{border:1px solid rgba(255,255,255,.10);border-radius:24px;padding:20px;background:rgba(15,23,42,.78);text-decoration:none;color:#f8fafc;transition:transform .2s ease,border-color .2s ease,background .2s ease;}
.lt-entity-card:hover{transform:translateY(-4px);border-color:rgba(103,232,249,.30);background:rgba(15,23,42,.96);}
.lt-entity-card-top{display:flex;align-items:center;gap:13px;margin-bottom:13px;}
.lt-entity-logo{width:50px;height:50px;border-radius:16px;background:linear-gradient(135deg,#2563eb,#7c3aed);display:grid;place-items:center;font-weight:900;color:#fff;overflow:hidden;}
.lt-entity-logo img{width:100%;height:100%;object-fit:cover;}
.lt-entity-card h2{font-size:1.12rem;margin:0;}
.lt-entity-card p{margin:0;color:#94a3b8;line-height:1.55;font-size:.92rem;}
.lt-entity-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px;}
.lt-entity-meta span{padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.07);color:#cbd5e1;font-size:.78rem;}
.lt-entity-tools{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px;}
.lt-entity-tool-tile{border:1px solid rgba(255,255,255,.10);border-radius:22px;padding:16px;background:rgba(15,23,42,.72);color:#fff;text-decoration:none;}
.lt-entity-tool-tile h3{margin:10px 0 7px;font-size:1rem;}
.lt-entity-tool-tile p{margin:0;color:#94a3b8;font-size:.9rem;line-height:1.55;}
@media(max-width:900px){.lt-entity-graph-grid,.lt-entities-grid,.lt-entity-tools{grid-template-columns:1fr}.lt-entity-graph-head{flex-direction:column}.lt-entity-tool-card{align-items:flex-start;flex-direction:column}.lt-entity-compare{width:100%}.lt-entities-hero{padding:26px}}

/* Entity Hub Premium V8 additions */
.lt-entity-section{margin-top:34px;padding:28px;border:1px solid rgba(148,163,184,.18);border-radius:28px;background:rgba(15,23,42,.72);box-shadow:0 18px 60px rgba(0,0,0,.22)}
.lt-entity-section-head{margin-bottom:22px}.lt-entity-section-head h2{margin:14px 0 8px;font-size:clamp(1.6rem,3vw,2.55rem);line-height:1.05}.lt-entity-section-head p{color:#cbd5e1;max-width:860px}.lt-entity-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center}.lt-entity-hero-logo{width:120px;height:120px;border-radius:30px;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(148,163,184,.2)}.lt-entity-hero-logo img{max-width:82px;max-height:82px;object-fit:contain}.lt-entity-logo{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(148,163,184,.18);overflow:hidden}.lt-entity-logo img{width:34px;height:34px;object-fit:contain}.lt-entity-compare-grid,.lt-entity-collection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.lt-entity-compare-card,.lt-entity-collection-card{display:block;padding:18px;border-radius:20px;background:rgba(15,23,42,.88);border:1px solid rgba(148,163,184,.18);text-decoration:none;color:#fff}.lt-entity-compare-card strong,.lt-entity-collection-card strong{display:block;font-size:1.05rem;margin-bottom:7px}.lt-entity-compare-card span,.lt-entity-collection-card span{color:#cbd5e1;font-size:.94rem}@media(max-width:760px){.lt-entity-hero-grid,.lt-entity-compare-grid,.lt-entity-collection-grid{grid-template-columns:1fr}.lt-entity-hero-logo{display:none}.lt-entity-section{padding:20px;border-radius:22px}}
