.mentorship-tree{position:relative;max-width:900px;margin:0 auto 3rem auto;padding:20px 0}.tree-trunk{position:absolute;top:0;bottom:0;left:50%;width:6px;background:linear-gradient(to bottom,#dbeafe 0%,var(--global-theme-color,#007bff) 20%,#2c3e50 100%);transform:translateX(-50%);border-radius:4px;z-index:0}.tree-branch{position:relative;display:flex;margin-bottom:2rem;z-index:1;width:50%}.tree-branch.left{left:0;justify-content:flex-end;padding-right:40px}.tree-branch.right{left:50%;justify-content:flex-start;padding-left:40px}.tree-branch.center{width:100%;left:0;justify-content:center}.tree-branch.left::after{content:'';position:absolute;top:25px;right:0;width:40px;height:3px;background:var(--global-theme-color,#007bff);border-radius:2px}.tree-branch.right::after{content:'';position:absolute;top:25px;left:0;width:40px;height:3px;background:var(--global-theme-color,#007bff);border-radius:2px}.student-card{position:relative;background:#2b2b2b;border:1px solid #444;border-radius:12px;padding:15px;width:320px;display:flex;align-items:center;box-shadow:0 4px 15px rgba(0,0,0,0.2);transition:transform .4s cubic-bezier(0.175,0.885,0.32,1.275);transform-origin:top center}.student-card:hover{transform:scale(1.05) rotate(1.5deg);box-shadow:0 15px 30px rgba(0,0,0,0.15);border-color:var(--global-theme-color,#007bff);z-index:10}.pin{position:absolute;top:-10px;left:50%;width:14px;height:14px;background:#dc3545;border:2px solid #fff;border-radius:50%;transform:translateX(-50%);box-shadow:0 2px 4px rgba(0,0,0,0.2);z-index:2}.student-card::before{content:'';position:absolute;top:-15px;left:50%;width:2px;height:15px;background:#999;transform:translateX(-50%)}.student-img-wrapper{width:70px;height:70px;border-radius:50%;overflow:hidden;margin-right:15px;border:3px solid #444;box-shadow:0 4px 8px rgba(0,0,0,0.2);flex-shrink:0;background:#333}.student-img-wrapper img{width:100%;height:100%;object-fit:cover}.student-info h5{margin:0;font-weight:700;font-size:1.1rem;color:#fff}.student-info p{margin:0;font-size:.85rem;color:#bbb}.tree-trunk{background:linear-gradient(to bottom,#444 0%,var(--global-theme-color,#007bff) 100%)}@media(max-width:768px){.tree-trunk{left:20px}.tree-branch{width:100%;left:0;padding-left:50px;justify-content:flex-start;margin-bottom:1.5rem}.tree-branch.left{padding-right:0;padding-left:50px;justify-content:flex-start}.tree-branch.right{padding-left:50px}.tree-branch.left::after,.tree-branch.right::after{left:20px;right:auto;width:30px}.student-card{width:100%}.tree-branch.center{padding-left:0}.tree-branch.center .student-card{margin-left:0;width:100%;justify-content:center}}.hover-card{transition:transform .2s ease-in-out}.hover-card:hover{transform:translateY(-5px)}.border-left-primary{border-left:5px solid var(--global-theme-color,#007bff);background-color:#333;padding-left:1.5rem!important}.full-bleed{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background-color:#2b2b2b}.list-group-item{background-color:#333}.orbit-container{position:relative;width:100%;height:500px;background:radial-gradient(circle at center,#0f2027 0%,#203a43 50%,#2c5364 100%);border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.5);border:1px solid #444}canvas{display:block;width:100%;height:100%}.orbit-overlay{position:absolute;bottom:20px;right:20px;text-align:right;color:rgba(255,255,255,0.6);pointer-events:none;font-family:'Roboto',sans-serif}.orbit-overlay h2{font-size:1.5rem;margin:0;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#fff}@media(prefers-color-scheme:dark){.orbit-container{border-color:#555}}