.tool-detail-page[data-v-16ce11d7] {
            min-height: 100vh;
            background: #f8fafc
        }

        .breadcrumb-section[data-v-16ce11d7] {
            padding-top: 72px;
            background: #fff;
            border-bottom: 1px solid #e5e7eb
        }

        .breadcrumb[data-v-16ce11d7] {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 16px 20px;
            font-size: 14px
        }

        .breadcrumb-link[data-v-16ce11d7] {
            color: #6b7280;
            text-decoration: none;
            transition: color .2s
        }

        .breadcrumb-link[data-v-16ce11d7]:hover {
            color: #3b82f6
        }

        .breadcrumb-separator[data-v-16ce11d7] {
            color: #9ca3af
        }

        .breadcrumb-current[data-v-16ce11d7] {
            color: #1f2937;
            font-weight: 600
        }

        .detail-header[data-v-16ce11d7] {
            background: #fff;
            padding: 32px 0;
            border-bottom: 1px solid #e5e7eb
        }

        .detail-header-inner[data-v-16ce11d7] {
            display: flex;
            align-items: flex-start;
            gap: 24px
        }

        .detail-icon[data-v-16ce11d7] {
            width: 80px;
            height: 80px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0
        }

        .detail-icon.has-image[data-v-16ce11d7] {
            background: transparent !important;
            border-radius: 0;
            overflow: visible
        }

        .detail-icon-image[data-v-16ce11d7] {
            width: 80px;
            height: 80px;
            display: block;
            object-fit: contain;
            border-radius: 20px
        }

        .detail-header-info[data-v-16ce11d7] {
            flex: 1;
            min-width: 0
        }

        .detail-title[data-v-16ce11d7] {
            font-size: 28px;
            font-weight: 800;
            color: #1f2937;
            margin-bottom: 8px
        }

        .detail-subtitle[data-v-16ce11d7] {
            font-size: 15px;
            color: #6b7280;
            line-height: 1.6;
            margin-bottom: 16px
        }

        .detail-meta[data-v-16ce11d7] {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap
        }

        .detail-tag[data-v-16ce11d7] {
            font-size: 13px;
            padding: 4px 12px;
            border-radius: 100px;
            background: #eff6ff;
            color: #3b82f6;
            font-weight: 500
        }

        .detail-tag.tag-free[data-v-16ce11d7] {
            background: #ecfdf5;
            color: #10b981
        }

        .detail-rating[data-v-16ce11d7] {
            gap: 2px;
            font-size: 14px;
            font-weight: 700;
            color: #f59e0b
        }

        .detail-rating[data-v-16ce11d7],
        .detail-stat[data-v-16ce11d7] {
            display: flex;
            align-items: center
        }

        .detail-stat[data-v-16ce11d7] {
            gap: 4px;
            font-size: 13px;
            color: #9ca3af
        }

        .detail-actions[data-v-16ce11d7] {
            display: flex;
            flex-direction: column;
            gap: 10px;
            flex-shrink: 0
        }

        .btn-visit[data-v-16ce11d7] {
            padding: 12px 32px;
            background: #3b82f6;
            color: #fff;
            border: none;
            border-radius: 10px;
            font-size: 15px;
            font-weight: 600;
            text-decoration: none;
            text-align: center;
            cursor: pointer;
            transition: background .2s
        }

        .btn-visit[data-v-16ce11d7]:hover {
            background: #1e40af
        }

        .btn-like[data-v-16ce11d7] {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            padding: 12px 32px;
            background: #fff;
            color: #4b5563;
            border: 1px solid #e5e7eb;
            border-radius: 10px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all .2s
        }

        .btn-like[data-v-16ce11d7]:hover {
            border-color: #3b82f6;
            color: #3b82f6
        }

        .detail-content[data-v-16ce11d7] {
            padding: 32px 0 60px
        }

        .detail-main[data-v-16ce11d7] {
            display: flex;
            flex-direction: column;
            gap: 24px
        }

        .content-card[data-v-16ce11d7] {
            background: #fff;
            border-radius: 16px;
            padding: 32px;
            border: 1px solid #e5e7eb
        }

        .content-title[data-v-16ce11d7] {
            font-size: 20px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 20px;
            padding-bottom: 16px;
            border-bottom: 1px solid #f3f4f6
        }

        .content-body[data-v-16ce11d7] {
            font-size: 15px;
            color: #4b5563;
            line-height: 1.8
        }

        .content-body p[data-v-16ce11d7] {
            margin-bottom: 16px
        }

        .content-body h3[data-v-16ce11d7] {
            font-size: 17px;
            font-weight: 700;
            color: #1f2937;
            margin: 24px 0 12px
        }

        .content-body ul[data-v-16ce11d7] {
            margin-bottom: 16px;
            padding-left: 20px
        }

        .content-body li[data-v-16ce11d7] {
            margin-bottom: 8px
        }

        .related-tools-grid[data-v-16ce11d7] {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px
        }

        .related-tool-item[data-v-16ce11d7] {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 16px;
            background: #f9fafb;
            border-radius: 12px;
            text-decoration: none;
            transition: all .2s
        }

        .related-tool-item[data-v-16ce11d7]:hover {
            background: #f3f4f6;
            transform: translateY(-2px)
        }

        .related-tool-icon[data-v-16ce11d7] {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0
        }

        .related-tool-icon.has-image[data-v-16ce11d7] {
            background: transparent !important;
            border-radius: 0;
            overflow: visible
        }

        .related-tool-icon-image[data-v-16ce11d7] {
            width: 48px;
            height: 48px;
            display: block;
            object-fit: contain;
            border-radius: 12px
        }

        .related-tool-name[data-v-16ce11d7] {
            font-size: 15px;
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 4px
        }

        .related-tool-desc[data-v-16ce11d7] {
            font-size: 13px;
            color: #6b7280;
            line-height: 1.4
        }

        @media(max-width:1024px) {
            .detail-header-inner[data-v-16ce11d7] {
                flex-direction: column;
                align-items: flex-start
            }

            .detail-actions[data-v-16ce11d7] {
                flex-direction: row;
                width: 100%
            }

            .btn-like[data-v-16ce11d7],
            .btn-visit[data-v-16ce11d7] {
                flex: 1
            }
        }

        @media(max-width:640px) {
            .detail-title[data-v-16ce11d7] {
                font-size: 22px
            }

            .detail-icon[data-v-16ce11d7] {
                width: 60px;
                height: 60px
            }

            .detail-icon-image[data-v-16ce11d7] {
                width: 60px;
                height: 60px;
                border-radius: 16px
            }

            .content-card[data-v-16ce11d7] {
                padding: 24px
            }
        }
