.evep-shell-main{
    max-width:1120px;
    margin:0 auto;
    padding:1.25rem 1.25rem 5rem;
}
.evep-shell-main-wide{
    max-width:1280px;
}
.evep-shell-section-title{
    font-size:1.125rem;
    font-weight:600;
    letter-spacing:.02em;
    margin:0 0 .5rem;
}
.evep-shell-section-subtitle{
    margin:0 0 1.25rem;
    font-size:.875rem;
    color:var(--enriched-text-lighter,#9ca3af);
    line-height:1.6;
    overflow-wrap:anywhere;
    word-wrap:break-word;
    hyphens:auto;
}
.evep-org-strip{
    margin-bottom:1.75rem;
}
.evep-org-strip-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:.75rem;
    margin-bottom:.75rem;
}
.evep-org-strip-title{
    font-size:.95rem;
    font-weight:600;
    margin:0;
}
.evep-org-strip-actions{
    display:flex;
    gap:.35rem;
    align-items:center;
}
.evep-org-strip-link{
    font-size:.8rem;
    text-decoration:none;
    color:var(--enriched-accent,#a5b4fc);
    display:inline-flex;
    align-items:center;
    gap:.25rem;
}
.evep-org-strip-scroller{
    position:relative;
}
.evep-org-strip-list{
    display:flex;
    gap:.75rem;
    overflow-x:auto;
    padding:.15rem .1rem .15rem .1rem;
    scroll-snap-type:x mandatory;
}
.evep-org-strip-list.enriched-thin-scroll::-webkit-scrollbar-track{
    background:rgba(15,23,42,1);
}
.evep-org-card{
    position:relative;
    flex:0 0 auto;
    width:6.2rem;
    height:6.2rem;
    border-radius:1.35rem;
    background:radial-gradient(circle at 0% 0%,rgba(59,130,246,.2),transparent 60%),radial-gradient(circle at 100% 100%,rgba(236,72,153,.2),transparent 60%),linear-gradient(145deg,rgba(15,23,42,1),rgba(15,23,42,.96));
    border:1px solid rgba(148,163,184,.4);
    text-decoration:none;
    color:inherit;
    padding:.55rem;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    scroll-snap-align:start;
    box-shadow:0 18px 32px rgba(15,23,42,.8);
}
.evep-org-card-logo{
    width:2.1rem;
    height:2.1rem;
    border-radius:.9rem;
    background:#020617;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}
.evep-org-card-logo img{
    max-width:100%;
    max-height:100%;
    object-fit:cover;
}
.evep-org-card-name{
    font-size:.75rem;
    font-weight:600;
    line-height:1.3;
    margin-top:.35rem;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    line-clamp:2;
    -webkit-box-orient:vertical;
}
.evep-org-card-meta{
    font-size:.65rem;
    color:#9ca3af;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:.25rem;
}
