/* 门户内联 SVG 图标基类（替代 Font Awesome） */
.portal-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    flex-shrink: 0;
    fill: currentColor;
}

/* 线描 + 局部实心（如 AI 顾问：气泡描边 + 星芒填充） */
.portal-icon.portal-icon--line-art {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.portal-icon.portal-icon--line-art .portal-icon__solid {
    fill: currentColor;
    stroke: none;
}

.portal-icon-lg {
    width: 3rem;
    height: 3rem;
}

.portal-icon-xl {
    width: 3.5rem;
    height: 3.5rem;
}
