.expandable-fade-more{background:linear-gradient(to right,#fff0,#fff 30%)}.dark .expandable-fade-more{background:linear-gradient(to right,#1f293700,#1f2937 30%)}:root{--ink: #18181B;--body: #3F3F46;--muted: #71717A;--light: #A1A1AA;--border: #E4E4E7;--paper: #FFFFFF;--soft: #F4F4F5;--profile-maxw: 1130px;--radius: 12px}.dark{--ink: #E4E4E7;--body: #C6C6CC;--muted: #9CA3AF;--light: #6B7280;--border: #374151;--paper: #1F2937;--soft: #111827}.profile-wrap{max-width:var(--profile-maxw);margin:24px auto;display:flex;gap:20px;padding:0 10px}.profile-col-left{max-width:484px;flex-shrink:0}.profile-col-main{flex:1;min-width:0}.profile-card{background:var(--paper);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.profile-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:500;background:var(--paper);color:var(--ink)}.profile-chip.status{background:var(--soft);border-color:transparent;color:var(--body)}.dark .profile-chip.status{background:#374151;border-color:#4b5563;color:#e4e4e7}.profile-btn{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;border:1px solid var(--border);background:var(--paper);color:var(--ink);font-weight:600;cursor:pointer;font-size:14px}.profile-btn.primary{background:#18181b;color:#fff;border-color:#18181b}.dark .profile-btn.primary{background:#fbc800;color:#111827;border-color:#fbc800}.profile-btn.icon{width:34px;height:34px;justify-content:center;padding:0}.profile-meta{font-size:13px;color:var(--muted)}.profile-muted{color:var(--muted)}.profile-light{color:var(--light)}.profile-row{display:flex;gap:16px;align-items:center}.profile-cover-container{margin-bottom:16px}.profile-cover{width:100%;height:180px;border-radius:var(--radius);background-size:cover;background-position:center;transition:opacity .3s ease}.profile-cover--neutral{background-color:#f4f4f5}.dark .profile-cover--neutral{background-color:#374151}.profile-cover--empty{background:#f4f4f5 url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%221600%22 height=%22200%22%3E%3Crect width=%22100%25%22 height=%22100%25%22 fill=%22%23F4F4F5%22/%3E%3Ctext x=%2250%25%22 y=%2250%25%22 text-anchor=%22middle%22 dy=%22.3em%22 font-family=%22Arial%22 font-size=%2224%22 fill=%22%2371717A%22%3EAdd a Cover Photo%3C/text%3E%3C/svg%3E") center/cover}.dark .profile-cover--empty{background:#374151 url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%221600%22 height=%22200%22%3E%3Crect width=%22100%25%22 height=%22100%25%22 fill=%22%23374151%22/%3E%3Ctext x=%2250%25%22 y=%2250%25%22 text-anchor=%22middle%22 dy=%22.3em%22 font-family=%22Arial%22 font-size=%2224%22 fill=%22%239CA3AF%22%3EAdd a Cover Photo%3C/text%3E%3C/svg%3E") center/cover}.profile-avatar{width:96px;height:96px;border-radius:50%;border:4px solid var(--paper);background-color:#18181b;display:grid;place-items:center;color:#fff;font-weight:700;font-size:28px;flex-shrink:0}.profile-avatar-large{width:120px;height:120px;font-size:36px}.profile-name{font-size:24px;font-weight:700;margin:0;color:var(--ink);line-height:1.1}.profile-name .profile-name-badge{display:inline-flex;vertical-align:middle;margin-left:3px}.profile-headline{font-size:16px;line-height:22px;color:var(--body)}.profile-badges{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.profile-counts{display:flex;flex-wrap:wrap;align-items:center;gap:12px;font-size:13px;color:var(--muted);margin-top:6px}.profile-counts.with-dividers{margin-top:10px;padding:10px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.profile-counts strong{color:var(--ink)}.profile-counts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:10px;text-align:center}.profile-count-item{display:flex;flex-direction:column;align-items:center;gap:1px}.profile-count-num{font-size:16px;font-weight:700;color:var(--ink);line-height:1.2}.profile-count-label{font-size:11px;color:var(--muted);line-height:1.2}.profile-avatar-stack{display:flex;position:relative;height:24px;align-items:center;margin-right:4px}.profile-avatar-item{width:24px;height:24px;border-radius:50%;overflow:hidden;font-size:10px;font-weight:600;display:grid;place-items:center;border:1px solid var(--paper);flex-shrink:0;box-shadow:0 0 0 1px var(--border);position:relative}.profile-avatar-item:not(:first-child){margin-left:-8px}.profile-avatar-item:nth-child(1){z-index:4}.profile-avatar-item:nth-child(2){z-index:3}.profile-avatar-item:nth-child(3){z-index:2}.profile-avatar-item:nth-child(4){z-index:1}.profile-avatar-item.plus-count{background:var(--border);color:var(--muted);font-weight:500}.profile-actions{display:flex;gap:8px;margin-top:10px;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.profile-actions::-webkit-scrollbar{display:none}.profile-actions .profile-btn{padding:6px 12px;font-size:13px;flex-shrink:0;white-space:nowrap}.profile-contact-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.profile-contact-header h3{margin:0}.profile-contact-lines{transition:all .2s ease}.profile-contact-lines.collapsed{display:none}.profile-contact-header .chevron-icon{transition:transform .2s}.profile-contact-header.expanded .chevron-icon{transform:rotate(180deg)}.profile-contact-item{display:flex;flex-wrap:wrap;justify-content:space-between;padding:8px 0;border-bottom:1px dashed var(--border);font-size:15px;color:var(--ink)}.profile-contact-item>span:last-child,.profile-contact-item>.profile-muted{word-break:break-word;min-width:0}@media(max-width:980px){.profile-contact-item{flex-direction:column;justify-content:flex-start;gap:2px}.profile-contact-item>span:first-child{font-size:13px;opacity:.6}}.profile-contact-item:last-child{border-bottom:0}.profile-sponsored{height:220px;border:1px dashed var(--border);border-radius:var(--radius);background:var(--soft);display:grid;place-items:center;color:var(--muted);font-size:14px}.profile-section{background:var(--paper);border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin-bottom:16px}.profile-section h3{display:flex;align-items:center;justify-content:space-between;font-size:16px;margin:0 0 8px;color:var(--ink)}.profile-section-icons{display:flex;gap:8px;align-items:center}.profile-about-text{font-size:15px;color:var(--ink);line-height:1.6;margin:0;white-space:pre-wrap}.profile-activity-post{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.profile-activity-post:last-child{border-bottom:0}.profile-activity-thumb{width:80px;height:52px;border-radius:8px;background:var(--soft);flex-shrink:0}.dark .profile-activity-thumb{background:var(--soft)}.profile-xp-item{display:grid;grid-template-columns:34px 1fr auto;gap:10px;padding:12px 0;border-bottom:1px solid var(--border)}.profile-xp-item:last-child{border-bottom:0}.profile-xp-icon{width:34px;height:34px;border-radius:8px;border:1px solid var(--border);display:grid;place-items:center}.profile-xp-content{display:flex;flex-direction:column;gap:2px}.profile-xp-title{font-weight:600;margin-bottom:2px;color:var(--ink)}.profile-edu-item{display:grid;grid-template-columns:34px 1fr auto;gap:10px;padding:12px 0;border-bottom:1px solid var(--border);color:var(--ink)}.profile-edu-item:last-child{border-bottom:0}.profile-item-actions{display:flex;align-items:center;gap:6px;color:var(--light)}.profile-item-actions button{background:none;border:none;cursor:pointer;padding:4px;color:inherit;display:flex;align-items:center}.profile-item-actions button:hover{color:var(--ink)}.profile-skills{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.profile-link{color:#2563eb;text-decoration:none}.profile-link:hover{text-decoration:underline}.dark .profile-link{color:#60a5fa;text-decoration:none}.profile-sections-mobile{display:none}@media(max-width:980px){.profile-wrap{flex-direction:column;padding:8px 12px 0;margin-top:0}.profile-col-left{display:none}.profile-col-main{width:100%}.profile-sections-mobile{display:block;margin-bottom:12px}.profile-sections-mobile .profile-card{padding:12px}.profile-headline{font-size:13px;line-height:18px}}
