.profile-page-wrapper{padding:30px 0}.profile-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;align-items:center;gap:24px;margin-bottom:30px;padding:30px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000008}.profile-card:before{content:"";background:linear-gradient(90deg, var(--brand), var(--brand2,var(--brand)));width:100%;height:4px;position:absolute;top:0;left:0}.profile-avatar-wrap{border:4px solid var(--surface-2);border-radius:50%;flex-shrink:0;width:96px;height:96px;overflow:hidden;box-shadow:0 4px 10px #0000000d}.profile-avatar-img{object-fit:cover;width:100%;height:100%}.profile-info{flex:1;min-width:0}.profile-name{color:var(--text);letter-spacing:-.5px;flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 6px;font-size:1.6rem;font-weight:900;display:flex}.profile-role-badge{text-transform:uppercase;letter-spacing:.5px;background:color-mix(in srgb, var(--brand) 10%, transparent);color:var(--brand);border-radius:99px;padding:3px 10px;font-size:.75rem;font-weight:800}.profile-meta-row{color:var(--muted);gap:15px;font-size:.88rem;font-weight:500;display:flex}.profile-meta-item{align-items:center;gap:6px;display:flex}.profile-tabs-nav{border-bottom:2px solid var(--border);gap:8px;margin-bottom:24px;display:flex}.profile-tab-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:12px 20px;font-size:.95rem;font-weight:800;transition:all .2s;display:flex;position:relative}.profile-tab-btn:hover{color:var(--text)}.profile-tab-btn.is-active{color:var(--brand)}.profile-tab-btn.is-active:after{content:"";background:var(--brand);width:100%;height:2px;position:absolute;bottom:-2px;left:0}.profile-list{flex-direction:column;gap:16px;display:flex}.profile-list-item{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:8px;padding:20px;transition:all .2s;display:flex;box-shadow:0 2px 10px #00000003}.profile-list-item:hover{border-color:var(--brand);transform:translateY(-2px);box-shadow:0 4px 15px #00000008}.profile-item-meta{justify-content:space-between;align-items:center;font-size:.82rem;font-weight:600;display:flex}.profile-item-type{color:var(--brand);background:color-mix(in srgb, var(--brand) 8%, transparent);text-transform:uppercase;border-radius:4px;padding:2px 8px}.profile-item-date{color:var(--muted)}.profile-item-title{color:var(--text);margin:0;font-size:1.1rem;font-weight:800;line-height:1.4}.profile-item-title a{color:inherit;text-decoration:none;transition:color .15s}.profile-item-title a:hover{color:var(--brand)}.profile-item-body{color:var(--text);background:var(--surface-2);border-left:3px solid var(--border);border-radius:8px;margin:0;padding:12px 16px;font-size:.95rem;line-height:1.5}.profile-item-target{color:var(--muted);font-size:.85rem;font-weight:600}.profile-item-target a{color:var(--brand);font-weight:700;text-decoration:underline}.profile-empty-state{text-align:center;color:var(--muted);padding:60px 20px;font-weight:700}.profile-empty-icon{margin-bottom:12px;font-size:2.5rem;display:block}@media (max-width:768px){.profile-card{text-align:center;flex-direction:column;padding:24px}.profile-meta-row{flex-wrap:wrap;justify-content:center}}
