/**
 * tools.css - 小工具视图样式
 */

/* === 视图3: 小工具 === */
#view-tools {
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: #666;
    flex-direction: column;
    gap: 20px;
}
.tool-icon { font-size: 4rem; margin-bottom: 20px; color: #444; }
