.hero[data-v-197eda33] {
            padding-top: 72px;
            background: linear-gradient(135deg, #eff6ff, #f0f9ff 50%, #fff);
            min-height: 700px;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden
        }

        .animated-bg[data-v-197eda33] {
            position: absolute;
            inset: 0;
            pointer-events: none;
            z-index: 0
        }

        .gradient-orb[data-v-197eda33] {
            position: absolute;
            border-radius: 50%;
            filter: blur(80px);
            opacity: .5;
            animation: float-197eda33 20s ease-in-out infinite
        }

        .orb-1[data-v-197eda33] {
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(37, 99, 235, .3) 0, transparent 70%);
            top: -100px;
            left: -100px;
            animation-delay: 0s
        }

        .orb-2[data-v-197eda33] {
            width: 350px;
            height: 350px;
            background: radial-gradient(circle, rgba(59, 130, 246, .25) 0, transparent 70%);
            top: 50%;
            right: -80px;
            animation-delay: -5s
        }

        .orb-3[data-v-197eda33] {
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(147, 197, 253, .35) 0, transparent 70%);
            bottom: -50px;
            left: 30%;
            animation-delay: -10s
        }

        .orb-4[data-v-197eda33] {
            width: 250px;
            height: 250px;
            background: radial-gradient(circle, rgba(30, 64, 175, .2) 0, transparent 70%);
            top: 20%;
            left: 50%;
            animation-delay: -15s
        }

        @keyframes float-197eda33 {

            0%,
            to {
                transform: translate(0) scale(1)
            }

            25% {
                transform: translate(30px, -30px) scale(1.05)
            }

            50% {
                transform: translate(-20px, 20px) scale(.95)
            }

            75% {
                transform: translate(20px, 10px) scale(1.02)
            }
        }

        .grid-overlay[data-v-197eda33] {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(rgba(37, 99, 235, .03) 1px, transparent 0), linear-gradient(90deg, rgba(37, 99, 235, .03) 1px, transparent 0);
            background-size: 60px 60px;
            animation: gridMove-197eda33 30s linear infinite
        }

        @keyframes gridMove-197eda33 {
            0% {
                background-position: 0 0
            }

            to {
                background-position: 60px 60px
            }
        }

        .hero-inner[data-v-197eda33] {
            position: relative;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 80px 0
        }

        .hero-content[data-v-197eda33] {
            max-width: 640px;
            text-align: center
        }

        .hero-badge[data-v-197eda33] {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 16px;
            background: #2563eb14;
            border-radius: 100px;
            font-size: 14px;
            color: #2563eb;
            font-weight: 500;
            margin-bottom: 24px
        }

        .badge-dot[data-v-197eda33] {
            width: 8px;
            height: 8px;
            background: #2563eb;
            border-radius: 50%;
            animation: pulse-197eda33 2s infinite
        }

        @keyframes pulse-197eda33 {

            0%,
            to {
                opacity: 1
            }

            50% {
                opacity: .5
            }
        }

        .hero-title[data-v-197eda33] {
            font-size: 52px;
            font-weight: 800;
            color: #1f2937;
            line-height: 1.15;
            letter-spacing: -1.5px;
            margin-bottom: 20px
        }

        .text-gradient[data-v-197eda33] {
            color: #2563eb
        }

        @supports((-webkit-background-clip:text) or (background-clip:text)) {
            .text-gradient[data-v-197eda33] {
                background: linear-gradient(135deg, #2563eb, #3b82f6 50%, #1e40af);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent;
                -webkit-text-fill-color: transparent
            }
        }

        .hero-desc[data-v-197eda33] {
            font-size: 17px;
            color: #6b7280;
            line-height: 1.7;
            margin-bottom: 32px
        }

        .hero-search[data-v-197eda33] {
            margin-bottom: 40px
        }

        .hero-search-box[data-v-197eda33] {
            display: flex;
            align-items: center;
            background: #fff;
            border: 1px solid #e5e7eb;
            border-radius: 14px;
            padding: 6px;
            box-shadow: 0 4px 20px #0000000f;
            transition: box-shadow .2s
        }

        .hero-search-box[data-v-197eda33]:focus-within {
            box-shadow: 0 4px 20px #2563eb1f;
            border-color: #bfdbfe
        }

        .hero-search-icon[data-v-197eda33] {
            margin-left: 16px;
            color: #9ca3af;
            flex-shrink: 0
        }

        .hero-search-input[data-v-197eda33] {
            flex: 1;
            height: 48px;
            padding: 0 14px;
            border: none;
            font-size: 15px;
            color: #1f2937;
            background: transparent;
            outline: none
        }

        .hero-search-input[data-v-197eda33]::-moz-placeholder {
            color: #9ca3af
        }

        .hero-search-input[data-v-197eda33]::placeholder {
            color: #9ca3af
        }

        .hero-search-btn[data-v-197eda33] {
            height: 48px;
            padding: 0 28px;
            background: #2563eb;
            color: #fff;
            border: none;
            border-radius: 10px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: background .2s;
            flex-shrink: 0
        }

        .hero-search-btn[data-v-197eda33]:hover {
            background: #1e40af
        }

        .hero-stats[data-v-197eda33] {
            display: flex;
            gap: 32px;
            justify-content: center
        }

        .stat-item[data-v-197eda33] {
            gap: 12px
        }

        .stat-icon[data-v-197eda33],
        .stat-item[data-v-197eda33] {
            display: flex;
            align-items: center
        }

        .stat-icon[data-v-197eda33] {
            width: 44px;
            height: 44px;
            background: #2563eb14;
            border-radius: 12px;
            justify-content: center
        }

        .stat-number[data-v-197eda33] {
            font-size: 20px;
            font-weight: 700;
            color: #1f2937;
            line-height: 1.2
        }

        .stat-label[data-v-197eda33] {
            font-size: 13px;
            color: #6b7280
        }

        @media(max-width:1024px) {
            .hero-content[data-v-197eda33] {
                max-width: 100%
            }

            .hero-title[data-v-197eda33] {
                font-size: 40px
            }
        }

        @media(max-width:640px) {
            .hero-title[data-v-197eda33] {
                font-size: 32px
            }

            .hero-stats[data-v-197eda33] {
                gap: 10px;
                align-items: stretch
            }

            .stat-item[data-v-197eda33] {
                flex: 1;
                min-width: 0;
                gap: 8px
            }

            .stat-icon[data-v-197eda33] {
                width: 38px;
                height: 38px;
                border-radius: 10px;
                flex-shrink: 0
            }

            .stat-number[data-v-197eda33] {
                font-size: 16px
            }

            .stat-label[data-v-197eda33] {
                font-size: 12px
            }
        }

.tools-section[data-v-ad1c54f0] {
            padding: 80px 0;
            background: #f8fafc
        }

        .section-header[data-v-ad1c54f0] {
            text-align: center;
            margin-bottom: 48px
        }

        .section-title[data-v-ad1c54f0] {
            font-size: 36px;
            font-weight: 800;
            color: #1f2937;
            margin-bottom: 12px;
            letter-spacing: -.5px
        }

        .section-desc[data-v-ad1c54f0] {
            font-size: 16px;
            color: #6b7280
        }

        .category-tabs[data-v-ad1c54f0] {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 40px;
            flex-wrap: wrap
        }

        .tab-btn[data-v-ad1c54f0] {
            padding: 8px 20px;
            border-radius: 100px;
            font-size: 14px;
            font-weight: 500;
            color: #6b7280;
            background: #f3f4f6;
            border: none;
            cursor: pointer;
            transition: all .2s;
            white-space: nowrap
        }

        .tab-btn[data-v-ad1c54f0]:hover {
            background: #e5e7eb
        }

        .tab-btn.active[data-v-ad1c54f0] {
            background: #2563eb;
            color: #fff
        }

        .tools-grid[data-v-ad1c54f0] {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px
        }

        .tool-card[data-v-ad1c54f0] {
            background: #fff;
            border: 1px solid #f3f4f6;
            border-radius: 16px;
            padding: 24px;
            transition: all .3s;
            cursor: pointer
        }

        .tool-card[data-v-ad1c54f0]:hover {
            box-shadow: 0 12px 40px #00000014;
            transform: translateY(-4px);
            border-color: transparent
        }

        .tool-card-header[data-v-ad1c54f0] {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 16px
        }

        .tool-icon[data-v-ad1c54f0] {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 20px;
            font-weight: 700
        }

        .tool-icon.has-image[data-v-ad1c54f0] {
            background: transparent !important;
            border-radius: 0;
            overflow: visible
        }

        .tool-icon-image[data-v-ad1c54f0] {
            width: 48px;
            height: 48px;
            display: block;
            object-fit: contain;
            border-radius: 12px
        }

        .tool-tag[data-v-ad1c54f0] {
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 600
        }

        .tool-tag.hot[data-v-ad1c54f0] {
            background: #fef2f2;
            color: #dc2626
        }

        .tool-tag.rec[data-v-ad1c54f0] {
            background: #eff6ff;
            color: #2563eb
        }

        .tool-tag.new[data-v-ad1c54f0] {
            background: #f0fdf4;
            color: #16a34a
        }

        .tool-tag.free[data-v-ad1c54f0] {
            background: #fffbeb;
            color: #d97706
        }

        .tool-name[data-v-ad1c54f0] {
            font-size: 17px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 8px
        }

        .tool-desc[data-v-ad1c54f0] {
            font-size: 13px;
            color: #6b7280;
            line-height: 1.6;
            margin-bottom: 20px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden
        }

        .tool-footer[data-v-ad1c54f0] {
            justify-content: space-between
        }

        .tool-footer[data-v-ad1c54f0],
        .tool-rating[data-v-ad1c54f0] {
            display: flex;
            align-items: center
        }

        .tool-rating[data-v-ad1c54f0] {
            gap: 4px
        }

        .rating-text[data-v-ad1c54f0] {
            font-size: 13px;
            color: #6b7280;
            margin-left: 4px;
            font-weight: 500
        }

        .tool-btn[data-v-ad1c54f0] {
            padding: 6px 16px;
            border-radius: 8px;
            font-size: 13px;
            font-weight: 600;
            color: #2563eb;
            background: #2563eb14;
            border: none;
            cursor: pointer;
            transition: all .2s
        }

        .tool-btn[data-v-ad1c54f0]:hover {
            background: #2563eb;
            color: #fff
        }

        .section-more[data-v-ad1c54f0] {
            text-align: center;
            margin-top: 48px
        }

        .btn-outline[data-v-ad1c54f0] {
            padding: 12px 32px;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 600;
            color: #2563eb;
            background: transparent;
            border: 1.5px solid #bfdbfe;
            cursor: pointer;
            transition: all .2s
        }

        .btn-outline[data-v-ad1c54f0]:hover {
            background: #2563eb;
            color: #fff;
            border-color: #2563eb
        }

        @media(max-width:1024px) {
            .tools-grid[data-v-ad1c54f0] {
                grid-template-columns: repeat(3, 1fr)
            }
        }

        @media(max-width:768px) {
            .tools-grid[data-v-ad1c54f0] {
                grid-template-columns: repeat(2, 1fr)
            }

            .section-title[data-v-ad1c54f0] {
                font-size: 28px
            }
        }

        @media(max-width:480px) {
            .tools-grid[data-v-ad1c54f0] {
                grid-template-columns: 1fr
            }
        }

.works-section[data-v-81604c03] {
            padding: 80px 0;
            background: #f8fafc
        }

        .section-header[data-v-81604c03] {
            text-align: center;
            margin-bottom: 48px
        }

        .section-title[data-v-81604c03] {
            font-size: 36px;
            font-weight: 800;
            color: #1f2937;
            margin-bottom: 12px;
            letter-spacing: -.5px
        }

        .section-desc[data-v-81604c03] {
            font-size: 16px;
            color: #6b7280
        }

        .works-grid[data-v-81604c03] {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px
        }

        .work-card[data-v-81604c03] {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid #f3f4f6;
            transition: all .3s;
            cursor: pointer
        }

        .work-card[data-v-81604c03]:hover {
            box-shadow: 0 12px 40px #00000014;
            transform: translateY(-4px);
            border-color: transparent
        }

        .work-image[data-v-81604c03] {
            aspect-ratio: 4/3
        }

        .work-image[data-v-81604c03],
        .work-image-content[data-v-81604c03] {
            display: flex;
            align-items: center;
            justify-content: center
        }

        .work-image-content[data-v-81604c03] {
            width: 64px;
            height: 64px;
            background: #ffffff40;
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            border: 1px solid hsla(0, 0%, 100%, .3)
        }

        .work-image-icon[data-v-81604c03] {
            font-size: 32px
        }

        .work-content[data-v-81604c03] {
            padding: 20px
        }

        .work-tags[data-v-81604c03] {
            display: flex;
            gap: 6px;
            margin-bottom: 12px
        }

        .work-tag[data-v-81604c03] {
            padding: 3px 10px;
            background: #f3f4f6;
            border-radius: 6px;
            font-size: 12px;
            color: #6b7280;
            font-weight: 500
        }

        .work-title[data-v-81604c03] {
            font-size: 16px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 8px
        }

        .work-desc[data-v-81604c03] {
            font-size: 13px;
            color: #6b7280;
            line-height: 1.6;
            margin-bottom: 16px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden
        }

        .work-meta[data-v-81604c03] {
            justify-content: flex-end
        }

        .work-likes[data-v-81604c03],
        .work-meta[data-v-81604c03] {
            display: flex;
            align-items: center
        }

        .work-likes[data-v-81604c03] {
            gap: 4px;
            color: #9ca3af;
            font-size: 13px;
            font-weight: 500
        }

        .section-more[data-v-81604c03] {
            text-align: center;
            margin-top: 48px
        }

        .btn-outline[data-v-81604c03] {
            padding: 12px 32px;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 600;
            color: #2563eb;
            background: transparent;
            border: 1.5px solid #bfdbfe;
            cursor: pointer;
            transition: all .2s
        }

        .btn-outline[data-v-81604c03]:hover {
            background: #2563eb;
            color: #fff;
            border-color: #2563eb
        }

        .tools-section-header[data-v-81604c03] {
            text-align: center;
            margin-bottom: 48px;
            padding-top: 80px
        }

        .tools-grid[data-v-81604c03] {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 16px
        }

        .tool-item[data-v-81604c03] {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 18px 20px;
            background: #fff;
            border: 1px solid #f3f4f6;
            border-radius: 14px;
            transition: all .25s;
            cursor: pointer;
            position: relative
        }

        .tool-item[data-v-81604c03]:hover {
            box-shadow: 0 8px 24px #0000000f;
            transform: translateY(-2px);
            border-color: transparent
        }

        .tool-icon-wrap[data-v-81604c03] {
            width: 44px;
            height: 44px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0
        }

        .tool-info[data-v-81604c03] {
            flex: 1;
            min-width: 0
        }

        .tool-item-title[data-v-81604c03] {
            font-size: 14px;
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 4px
        }

        .tool-item-desc[data-v-81604c03] {
            font-size: 12px;
            color: #9ca3af;
            line-height: 1.4
        }

        .tool-hot[data-v-81604c03] {
            padding: 2px 8px;
            background: #fef2f2;
            color: #dc2626;
            font-size: 11px;
            font-weight: 700;
            border-radius: 100px;
            flex-shrink: 0
        }

        @media(max-width:1024px) {
            .works-grid[data-v-81604c03] {
                grid-template-columns: repeat(2, 1fr)
            }

            .tools-grid[data-v-81604c03] {
                grid-template-columns: repeat(3, 1fr)
            }
        }

        @media(max-width:768px) {
            .tools-grid[data-v-81604c03] {
                grid-template-columns: repeat(2, 1fr)
            }
        }

        @media(max-width:640px) {

            .tools-grid[data-v-81604c03],
            .works-grid[data-v-81604c03] {
                grid-template-columns: 1fr
            }

            .section-title[data-v-81604c03] {
                font-size: 28px
            }
        }

.services-section[data-v-952ee9e4] {
            padding: 80px 0;
            background: #fff
        }

        .section-header[data-v-952ee9e4] {
            text-align: center;
            margin-bottom: 48px
        }

        .section-title[data-v-952ee9e4] {
            font-size: 36px;
            font-weight: 800;
            color: #1f2937;
            margin-bottom: 12px;
            letter-spacing: -.5px
        }

        .section-desc[data-v-952ee9e4] {
            font-size: 16px;
            color: #6b7280
        }

        .services-grid[data-v-952ee9e4] {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px
        }

        .service-card[data-v-952ee9e4] {
            background: #fff;
            border: 1px solid #f3f4f6;
            border-radius: 16px;
            padding: 32px 24px;
            text-align: center;
            transition: all .3s
        }

        .service-card[data-v-952ee9e4]:hover {
            box-shadow: 0 12px 40px #0000000f;
            transform: translateY(-4px);
            border-color: transparent
        }

        .service-icon[data-v-952ee9e4] {
            width: 64px;
            height: 64px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px
        }

        .service-title[data-v-952ee9e4] {
            font-size: 18px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 10px
        }

        .service-desc[data-v-952ee9e4] {
            font-size: 14px;
            color: #6b7280;
            line-height: 1.6
        }

        @media(max-width:1024px) {
            .services-grid[data-v-952ee9e4] {
                grid-template-columns: repeat(2, 1fr)
            }
        }

        @media(max-width:640px) {
            .services-grid[data-v-952ee9e4] {
                grid-template-columns: 1fr
            }

            .section-title[data-v-952ee9e4] {
                font-size: 28px
            }
        }
